.pro-al {
  font-size: 18px;
  font-family: initial;
  color: black !important;
}

.body-s2 {
  margin-top: 100px !important;
}

@media screen and (max-width:768px) {
  .body-s2 {
    margin-top: 69px !important;
  }

  .select-l {
    float: left;
    margin-left: 0px !important;
  }

  .add-card-k {
    margin-top: 20px;
  }
}

.select-1 {
  float: left;
}

.select-l {
  float: left;
  margin-left: 0px;
}

.m-t {
  margin-top: 0px;
}

.padding-0 {
  padding-right: 0;
}

.padding-01 {
  padding-left: 0;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #4e4e4d;
}


.per-s {
  text-transform: initial;
  color: black;
}



/*Main style*/
.list-quotes {
  cursor: pointer;
  height: auto;
  /*margin-bottom: 30px;*/
  overflow: hidden;
  position: relative;
  display: block;
  /*border-bottom: 1px solid blue;*/
}

  .list-quotes img,
  .list-quotes h1 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
  }

  .list-quotes img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .list-quotes:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: scale(1.2);
    transition: all 250ms ease;
  }

  .list-quotes:hover {
    box-shadow: 0 0 5px 2px rgba(51,153,153, 0.5);
  }



.vl {
  border-right: 3px solid green;
  height: 101px;
}

.th2 {
  font-size: 17px;
}

.product-title {
  font-weight: 600;
  font-size: 16px;
}

.card-1 {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 30px;
}

@media (min-width: 1320px) {
  .container {
    width: 1320px;
  }
}

.topheader {
  border-bottom: 1px solid #b0d355;
  background-color: #a4cd39;
}

.phoneNumber {
  font-size: 15px;
  color: #212121;
  text-align: right;
  /*padding: 10px 0;*/
  height: 33px;
}

  .phoneNumber .fa-phone {
    margin-right: 10px;
  }

.navbar {
  margin-top: 34px;
  position: fixed !important;
  min-height: 50px;
  margin-bottom: 10px !important;
  border: 1px solid transparent;
}


.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #070707 !important;
}

.panel-primary > .panel-heading {
  color: #0f0e0e !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}

.panel-primary {
  border-color: #f5f5f5;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #a4cd39;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.navbar-default {
  /*background-color: transparent;*/
  background-color: whitesmoke;
  border-color: transparent;
}

.navbar-brand {
  padding-top: 10px;
}

.navbar-nav > li {
  font-size: 16px;
  font-weight: 600;
  margin: 0 10px;
}

.navbar-default .navbar-nav > li > a {
  color: #212121;
  padding: 10px;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

  .navbar-default .navbar-nav > li > a .fa-user {
    margin-right: 5px;
  }

.navbar-default .navbar-nav {
  padding: 15px 0;
}

  .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #a4cd39;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #a4cd39;
  }

.notofication {
  position: absolute;
  top: 0;
  background-color: #a4cd39;
  border-radius: 50px;
  font-size: 10px;
  color: #fff;
  padding: 2px 7px;
  z-index: 99;
  left: 12px;
}

.bannerText {
  color: #433b3b !important;
  font-weight: 600;
  text-transform: uppercase;
  font-family: felixi !important;
  width: 100%;
  max-width: 800px;
  position: absolute;
  top: 52%;
  left: 2%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
}

  .bannerText h2 {
    color: #fff;
    font-size: 42px;
    line-height: 50px;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 500;
  }

.learnmore {
  display: inline-block;
  border: 2px solid #fff;
  padding: 15px 10px;
  font-size: 18px;
  min-width: 215px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

  .learnmore:hover {
    background-color: #a4cd39;
    color: #fff;
    text-decoration: none;
  }

.mainBanner .owl-nav {
  width: 210px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 0;
  text-align: center;
  display: none;
}

.mainBanner .item.banner1 .bannerText h2 {
  color: #212121;
}

.mainBanner .item.banner1 .learnmore {
  border-color: #212121;
  color: #212121;
}


.mainBanner .owl-carousel .owl-nav button span {
  display: none;
}

.mainBanner .owl-carousel .owl-nav button {
  outline: none;
}

  .mainBanner .owl-carousel .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .mainBanner .owl-carousel .owl-nav button.owl-next:after {
    display: inline-block;
    content: "";
    width: 28px;
    height: 19px;
    background-image: url(../images/spriteicon.png);
    background-position: -45px -7px;
    background-repeat: no-repeat;
  }

  .mainBanner .owl-carousel .owl-nav button.owl-prev:after {
    display: inline-block;
    content: "";
    width: 28px;
    height: 19px;
    background-image: url(../images/spriteicon.png);
    background-position: -5px -7px;
    background-repeat: no-repeat;
  }


.mainBanner .owl-dots {
  display: none;
}

.freeDiteDection {
  margin-bottom: 20px;
}

  .freeDiteDection ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }

    .freeDiteDection ul li {
      font-size: 20px;
      font-weight: 700;
      flex: 1;
    }

      .freeDiteDection ul li a {
        color: #212121;
        margin: 30px 0;
        display: flex;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        border-left: 1px solid #ccc;
      }

        .freeDiteDection ul li a:hover {
          color: #a4cd39;
          text-decoration: none;
        }

        .freeDiteDection ul li a:focus {
          text-decoration: none;
        }

      .freeDiteDection ul li .text {
        padding-top: 12px;
      }

      .freeDiteDection ul li.free {
        background-color: #a4cd39;
        text-transform: uppercase;
      }

        .freeDiteDection ul li.free .freetext {
          color: #deff00;
        }

        .freeDiteDection ul li.free a {
          color: #fff;
        }

      .freeDiteDection ul li:first-child a {
        border-left: 0;
      }

      .freeDiteDection ul li:last-child a {
        border-left: 0;
      }

      .freeDiteDection ul li:first-child .freeicon {
        margin-left: 0;
      }

.freeicon {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-image: url(../images/spriteicon.png);
  background-position: 0;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-left: 10px;
}

  .freeicon.icon1 {
    background-position: -10px -71px;
  }

  .freeicon.icon2 {
    background-position: -123px -76px;
  }

  .freeicon.icon3 {
    background-position: -53px -126px;
  }

  .freeicon.icon4 {
    background-position: -120px 2px;
  }

  .freeicon.icon5 {
    background-position: -4px -201px;
  }

.productSection {
  margin-bottom: 20px;
}

  .productSection .owl-dots {
    display: none;
  }

  .productSection .owl-carousel .owl-nav button {
    outline: none;
  }

    .productSection .owl-carousel .owl-nav button span {
      width: 28px;
      height: 19px;
      display: inline-block;
      background-image: url(../images/spriteicon.png);
      background-position: 0;
    }

    .productSection .owl-carousel .owl-nav button.owl-next span {
      background-position: -45px -7px;
      text-indent: -99999px;
    }

    .productSection .owl-carousel .owl-nav button.owl-prev span {
      background-position: -5px -7px;
      text-indent: -99999px;
    }

    .productSection .owl-carousel .owl-nav button.owl-next,
    .productSection .owl-carousel .owl-nav button.owl-prev {
      width: 85px;
      height: 65px;
      background-color: #ffdcdc;
      position: absolute;
      top: 40%;
    }

    .productSection .owl-carousel .owl-nav button.owl-prev {
      left: -25px;
    }

    .productSection .owl-carousel .owl-nav button.owl-next {
      right: -25px;
    }

    .productSection .owl-carousel .owl-nav button.owl-prev.disabled {
      display: none;
    }

    .productSection .owl-carousel .owl-nav button.owl-next.disabled {
      display: none;
    }

.productBoxOuter {
  border: 1px solid #ffdcdc;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  padding: 10px;
}

  .productBoxOuter:hover {
    border: 1px solid #ccc;
    box-shadow: 0 5px 4px 0 rgba(123, 178, 234, 0.35);
    -moz-box-shadow: 0 5px 4px 0 rgba(123, 178, 234, 0.35);
    -webkit-box-shadow: 0 5px 4px 0 rgba(123, 178, 234, 0.35);
    -o-box-shadow: 0 5px 4px 0 rgba(123, 178, 234, 0.35);
    -ms-box-shadow: 0 5px 4px 0 rgba(123, 178, 234, 0.35);
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
  }

.productImage {
  margin-bottom: 10px;
  text-align: center;
}

  .productImage img {
    max-width: 100%;
  }

.productName {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #666666;
}

.productNameQuantity {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #666666;
}

.productButtons {
  margin-top: 10px;
}

.addButton {
  background-color: #4c4b20;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 15px;
  display: inline-block;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

  .addButton:hover {
    background-color: #a4cd39;
    text-decoration: none;
    color: #fff;
  }

.moreButton {
  float: right;
  color: #212121;
  font-size: 18px;
  font-weight: 700;
  padding: 9px 15px;
  display: inline-block;
}

  .moreButton:hover {
    text-decoration: none;
    color: #a4cd39;
  }

.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}


.prodTitle {
  padding: 30px 0 40px;
  text-align: center;
}

  .prodTitle h2 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #4c4b20;
    font-weight: 700;
  }

.yogaPixSectiopn {
  background-color: #a4cd39;
  padding: 60px 100px;
}

  .yogaPixSectiopn h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 10px;
    color: #fff;
  }

  .yogaPixSectiopn ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
  }

    .yogaPixSectiopn ul.nomar {
      margin-bottom: 0;
    }

    .yogaPixSectiopn ul li {
      display: inline-block;
      margin: 0 10px;
    }

      .yogaPixSectiopn ul li a {
        text-decoration: none;
      }

      .yogaPixSectiopn ul li:first-child {
        margin-left: 0;
      }

      .yogaPixSectiopn ul li:last-child {
        margin-right: 0;
      }

      .yogaPixSectiopn ul li .imgbox {
        margin-bottom: 10px;
      }

      .yogaPixSectiopn ul li .name {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
      }

@media screen and (max-width:768px) {
  .yogaLeft {
    width: 500px;
    background-color: #ffdcdc;
    position: relative;
    z-index: 9;
    margin-top: 0px !important;
    padding: 21px !important;
  }
}

.yogaLeft {
  width: 500px;
  background-color: #ffdcdc;
  position: relative;
  z-index: 9;
  margin-top: 58px;
  padding: 50px;
}

  .yogaLeft h2 {
    font-size: 21px;
    color: #000;
    font-weight: 600;
    padding-bottom: 20px;
    text-transform: uppercase;
  }

  .yogaLeft h3 {
    font-size: 21px;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
    padding-bottom: 20px;
  }

  .yogaLeft p {
    font-size: 22px;
    color: #333333;
    line-height: 26px;
    padding-bottom: 10px;
  }

    .yogaLeft p a {
      color: #333333;
    }

    .yogaLeft p.small {
      font-size: 18px;
    }

.ayurvedicMedicine {
  margin-bottom: 20px;
  padding: 30px 0;
}

  .ayurvedicMedicine h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    font-weight: 600;
    color: #4e4e4d;
    padding-bottom: 20px;
  }

  .ayurvedicMedicine ul {
  }

    .ayurvedicMedicine ul li {
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 30px;
      font-weight: 400;
    }

.testimonialsSection {
  background-color: #ec5429;
  padding: 50px 0;
}

.testimonialContent {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

  .testimonialContent:before {
    width: 97px;
    height: 75px;
    display: block;
    background-image: url(../images/coat.png);
    background-repeat: no-repeat;
    background-position: 0;
    content: "";
    margin: 0 auto 10px;
  }

  .testimonialContent p {
    font-size: 22px;
    font-style: italic;
    color: #fff;
    line-height: 28px;
  }

    .testimonialContent p .aut {
      display: block;
      margin-top: 15px;
    }

.testimonialsSection .owl-nav {
  display: none;
}

.testimonialsSection .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.testimonialsSection .

owl-carousel button.owl-dot {
  background-color: #f2977d;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  margin: 0 5px;
}

  .testimonialsSection .owl-carousel button.owl-dot.active {
    background-color: #fff;
  }

.footerSection {
  background-color: #2a2f2a;
  padding: 40px 0 20px;
}

  .footerSection h5 {
    font-size: 16px;
    color: #858e85;
    margin-bottom: 40px;
  }

  .footerSection ul.footerlinks {
    margin: 0;
    padding: 0;
    list-style: none;
  }

    .footerSection ul.footerlinks li {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      max-width: 50%;
      float: left;
      width: 100%;
      margin-bottom: 25px;
    }

    .footerSection ul.footerlinks.social li {
      max-width: 100%;
    }

    .footerSection ul.footerlinks li a {
      color: #d4d5d4;
    }

    .footerSection ul.footerlinks li .fa {
      margin-right: 5px;
      color: white;
    }

.footer {
  border-top: 1px solid #6a6e6a;
  padding: 10px 0;
  margin-top: 10px;
  font-size: 14px;
  color: #d4d5d4;
}

  .footer img {
    max-width: 100%
  }

.col-md-7.leftBdr {
  border-left: 1px solid #6a6e6a;
  padding-left: 70px;
}

.topSectionImg {
  margin-top: 117px;
  width: 100%;
  height: 200px;
  position: relative;
  display: table;
  /*background-image: url(../images/discount-banner.jpg);*/
  background-image: url(../images/secondBanner.jpg);
  /*background-image: url(../images/banner2.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width:768px) {
  .topSectionImg {
    margin-top: 101px !important;
    width: 100%;
    height: 200px;
    position: relative;
    display: table;
    /*background-image: url(../images/discount-banner.jpg);*/
    background-image: url(../images/secondBanner.jpg);
    /*background-image: url(../images/banner2.jpg);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

#borderimg1 {
  /*border: 10px solid transparent;
  padding: 15px;*/
  /*border-image: url(../images/border.png) 20% round;*/
  font-size: 16px;
  font-family: 'Arima Madurai';
  text-align: center;
  border: 3px solid #a4cd39;
  padding: 6px 0px 4px 18px;
  border-radius: 6px;
  /*border: 10px solid transparent;
  padding: 15px;
  border-image-source: url(../images/border.png);  
  border-image-slice: 30;*/
}

.innerHeading {
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  font-family: 'Arima Madurai';
  color: #1f1616;
  display: table-cell;
  vertical-align: middle;
  /*background-color: rgba(43, 12, 0, .5);*/
}

.contentDetails {
  padding: 20px 0;
}

  .contentDetails p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
  }

.triviDhaTImes {
  margin-bottom: 20px;
}

  .triviDhaTImes h2 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 30px;
    color: #4c4b20;
    font-weight: 700;
    text-align: center;
  }

.trividhaTimeBanner {
  position: relative;
  height: 770px;
  background-image: url(../images/timeBannerbg.jpg);
  background-repeat: no-repeat;
  background-position: 0;
}

.timeBanner1 {
  width: 100%;
  max-width: 645px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

  .timeBanner1 .owl-nav {
    display: none;
  }

.timeBannerOuter {
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.timeBanner2 {
  background-color: #fff;
  padding: 60px 60px 0;
  margin: 0 auto 0 327px;
  max-width: 670px;
  box-sizing: border-box;
}

  .timeBanner2 h3 {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    color: #212121;
    font-weight: 500;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: left;
  }

  .timeBanner2 h4 {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #666666;
    font-weight: 500;
    margin: 0;
    padding: 0 0 20px 0;
    text-align: left;
  }

  .timeBanner2 p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #666666;
  }


.timeBanner12 p {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 33px;
  color: #666666;
}

.timeBanner3 {
  width: 100%;
  max-width: 420px;
  position: absolute;
  left: 0;
  bottom: 60px;
}

  .timeBanner3 .owl-nav, .timeBanner3 .owl-dots {
    display: none;
  }

.timeBanner2 .owl-dots {
  display: none;
}

.timeBanner2 .owl-nav {
  width: 310px;
  background-color: #fff;
  background-image: url(../images/divider.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: -84px;
  left: -60px;
  padding: 30px 0;
  text-align: center;
}

.timeBanner2 .owl-carousel .owl-nav button span {
  display: none;
}

.timeBanner2 .owl-carousel .owl-nav button {
  outline: none;
}

  .timeBanner2 .owl-carousel .owl-nav button.owl-prev {
    margin-right: 100px;
  }

  .timeBanner2 .owl-carousel .owl-nav button.owl-next:after {
    display: inline-block;
    content: "";
    width: 28px;
    height: 19px;
    background-image: url(../images/spriteicon.png);
    background-position: -45px -7px;
    background-repeat: no-repeat;
  }

  .timeBanner2 .owl-carousel .owl-nav button.owl-prev:after {
    display: inline-block;
    content: "";
    width: 28px;
    height: 19px;
    background-image: url(../images/spriteicon.png);
    background-position: -5px -7px;
    background-repeat: no-repeat;
  }

.chatwindow {
  position: fixed;
  top: 88%;
  right: 61px;
  z-index: 999;
}

.fa-circle {
  color: #DF0000;
}

.red-cart {
  color: #DF0000;
  background: white;
}

.lblCartCount {
  font-size: 13px;
  background: #ff0000;
  color: #fff;
  vertical-align: top;
  margin-top: -10px !important;
}

.mismatchpsw {
  color: red;
  display: block;
}

.title-widget {
  color: #898989;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 0;
  padding-left: 28px;
}

  .title-widget::before {
    background-color: #ea5644;
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
  }


@media screen and (max-width:768px) {
  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 7px !important;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 3px;
  right: 74px;
  display: none;
  z-index: 9999999999;
}

.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
  -moz-outline-style: none;
  outline: medium none;
}

.btn3d:active, .btn3d.active {
  top: 2px;
}

.btn3d.btn-white {
  color: #666666;
  box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0,0,0,.2);
  background-color: #fff;
}

  .btn3d.btn-white:active, .btn3d.btn-white.active {
    color: #666666;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
    background-color: #fff;
  }

.btn3d.btn-default {
  color: #666666;
  box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0,0,0,.2);
  background-color: #f9f9f9;
}

  .btn3d.btn-default:active, .btn3d.btn-default.active {
    color: #666666;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
    background-color: #f9f9f9;
  }

.btn3d.btn-primary {
  box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #4D5BBE, 0 8px 8px 1px rgba(0,0,0,0.5);
  background-color: #4274D7;
}

  .btn3d.btn-primary:active, .btn3d.btn-primary.active {
    box-shadow: 0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #4274D7;
  }

.btn3d.btn-success {
  /*box-shadow: 0 0 0 1px #a4cd39 inset, 0 0 0 2px rgb(164, 205, 57) inset, 0 8px 0 0 #a4cd39, 0 8px 8px 1px rgb(164, 205, 57);*/
  background-color: #a4cd39;
  border: 1px solid #a4cd39 !important;
}

  .btn3d.btn-success:active, .btn3d.btn-success.active {
    /*box-shadow: 0 0 0 1px #30cd00 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);*/
    background-color: #78d739;
    border: 1px solid #a4cd39 !important;
  }

.body {
  background-image: url(../images/banner2.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
  background-size: cover;
  margin-top: 120px;
}

h1 {
  margin-top: 0px !important;
}

@media screen and (max-width:768px) {
  .body {
    background-image: url(../images/banner2.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
    background-size: cover;
    margin-top: 102px !important;
  }

  .body-s1 {
    margin-top: 103px !important;
  }
}

.body-s1 {
  margin-top: 123px;
}

.body-s {
  margin-top: 223px;
}

.phoneNumber .fa-phone {
  margin-right: 10px;
  margin-top: 10px;
}

.body2 {
  background-image: url(../images/banner2.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
  background-size: cover;
}

.body1 {
  background-image: url(../images/vata1.png);
}

.callusWrap {
  position: fixed;
  text-align: left;
  color: #121212;
  top: 70%;
  z-index: 999;
  right: -163px;
  width: 250px;
  transition: all ease .5s;
  cursor: pointer;
}

.callusText {
  position: absolute;
  left: 85px;
  top: 14px;
  font-weight: 700;
}

.callLg a {
  color: #000 !important;
}

@media screen and (min-width: 1024px) {
  .callusWrap:hover {
    right: -10px;
  }
}


.col-xs-5-cols,
.col-sm-5-cols,
.col-md-5-cols,
.col-lg-5-cols {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5-cols {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5-cols {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5-cols {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5-cols {
    width: 20%;
    float: left;
  }
}

.home-height-s {
  margin-top: 116px
}

@media screen and (max-width:768px) {
  .home-height-s {
    margin-top: 100px !important;
  }

  .btn-top-pac {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
}
