body{
    padding:0;
    font-family: 'latoregular';
    color: #4c4c4c;
}

/* common */
.container-fluid {
    width: 97%;
}
.form-sidebar {display:none;}
   .sidebar{ border-left: 1px solid #f1eeee;
    padding: 10px 10px 30px 30px;}
.product-hero h1 {
    position: absolute;
    top: 30%;
    color: #ffffff;
    left: 35px;
    margin: auto;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-size: 24px !important;
    font-family: 'muli' !important;
    font-weight: 600;
}
.font-light{
    font-family: 'latolight';
}
.black{
    color: black;
}
.white{
    color: #ffffff;
}
.gray{
        color: #9b9b9b;
}
b{
    font-weight: 600;
}
a,a:hover{
    text-decoration: none;
}
.list-none{
    list-style: none;
}
.o-hidden{
    overflow: hidden;
}
/* font size */
h1 {
    font-size: 65px;
}
.font-11 {
    font-size: 11.67px;
} 
.font-12 {
    font-size: 12.5px;
} 
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14.58px;
}
.font-15{
    font-size:15px;
}
.font-16{
    font-size:16.67px;
}
.font-17{
    font-size:17px;
}
.font-18{
    font-size:18.75px;
}
.font-20{
    font-size:20px;
}
.font-25{
    font-size: 26px;
}
.font-28{
    font-size: 28px;
}
.font-33{
    font-size: 33.33px;
    position: relative;
    z-index: 2;
}
.font-100 {
    font-size: 100px;
    /* font-family: 'signatureregular'; */
    font-family: 'phuongthao_1.1regular';
    color: #e0e6de;
    position: absolute;
    top: -92px;
    z-index: 1;
}
.hero h1{
  /*font-family: 'phuongthao_1.1regular';*/
  margin-bottom: 0;
}
button:focus{
    outline:0;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.theme-btn {
    z-index:9 !important;
    cursor: pointer;
    background-color: #000;
    padding: 17px 55.2px;
    line-height: 64px;
    position: relative;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 0;
    background: transparent;
    margin-left: 20px;
    border: 2px solid #000000;
}
  .theme-btn  span {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
    font-weight: 600;
  }
  .theme-btn:before,
  .theme-btn:after {
    content: '';
    background: #000000;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition:0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .theme-btn:before {
    top: 0;
    left: 0;
    right: auto;
  }
  .theme-btn:after {
    bottom: 0;
    right: 0;
    left: auto;
  }
  .theme-btn:hover:before {
    width: 100%;
    right: 0;
    left: auto;
  }
  .theme-btn:hover:after {
    width: 100%;
    left: 0;
    right: auto;
  }
  .theme-btn:hover span {
    color: #ffffff;
  }
  
/* header */
/* top-header */
.top-bar {
    background-color: #16a14a;
}
.top-header {
    background-color: #ffffff;
    position: relative;
    z-index: 9;
}
.top-header input {
    background-color: #f1f1f1;
    border: none;
    border-radius: 8px;
    padding: 8px 22px;
    display: block !important;
    width: 255px !important;
    font-size: 14px;
}
.navbar-brand img{
    width:auto;
}
/* navbar */
.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    box-shadow: 0px 1px 4px 0px rgb(0 153 64 / 39%);
}
.navbar-light {
    background-color: #ffffff !important;
    padding: 0;
    position: relative;
    z-index: 999;   
}
.navbar-light .border-top{
    border-top:1px solid #f1f1f1 !important;
}
nav .navbar-nav li a {
    color: #000000 !important;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.3s linear;
    position: relative;
    padding: 8px 0;
    letter-spacing: 1px;
}
nav .navbar-nav .nav-item a.active:after,nav .navbar-nav li a:hover:after{
    content:'';
    background-color: #009940;
    position: absolute;
    bottom: -7px;
    left:0;
    right:0;
    margin:auto;
    width:100%;
    height: 4px;
}
nav .dropdown .nav-link.dropdown-toggle:after{
    display: none;
}
li.nav-item {
    margin: 0 29px;
    padding: 7px 0;
}
.navbar-expand-lg .navbar-nav .nav-item a {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.theme_link {
    margin-left: 12px;
}
.dropdown {
    /*position: static !important;*/
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 180px;
    border-top: 3px solid #009940;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    /*left: 78px !important;*/
    left: -24px !important;
    right: 0;
    margin: auto;
}
  /* Links inside the dropdown */
  img.down-arw {
    width: 13px;
    margin-top: -3px;
}
  .dropdown-content li{
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
  }
  .nav-item.dropdown .dropdown-content a {
    padding: 12px !important;
    text-decoration: none;
    display: block;
    color:#000000 !important;
  } 
  .nav-item.dropdown .dropdown-content a:hover{
     color:#009940 !important;
  }
  .dropdown-content a:hover:after{
      display:none;
  }
  .dropdown:hover .dropdown-content {display: block;}

  /* search dropdown */
  .search-right {
    position: absolute;
    top: 22%;
    right: 16px;
}
 .search-right .dropbtn {
    background-color:transparent;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  .search-right .dropdown {
    position: relative;
    display: inline-block;
  }
  .search-right .dropdown-text {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
    bottom: -26px;
  }
  .search-right .dropdown-text form img {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 1px;
    margin: auto;
}
.search-right .dropdown-text form  input {
    width: 100%;
    background: #165b96;
    border: none;
    padding: 9px 15px 9px 45px;
    font-size: 14px;
    color: #ffffff;
}
  .search-right  .dropdown:hover .dropdown-text {display: block;}

/* banner */
.banner img{
    width: 100%;
}
.banner-text {
    position: absolute;
    bottom: 0;
    height: 66px;
    top: 18%;
    margin: auto;
    left: 0;
    right: 0;
    width: 240px;
}

/* about */
.about p{
    text-align: justify;
}
.about .font-100{    
    left: 15px;
}

.leaf {
    position: absolute;
    bottom: 21%;
    left: -36px;
}
.leaf {
    position: absolute;
    top: 66%;
    left: -36px;
    z-index: 9;
}

/* products */
.product-inner {
    background-color: #f3f3f3;
}
.products .font-100{
    right: 15px;
    top: -98px;
}
.new-inner {
    background-color: #ffffff;
    position: relative;
}
.absolute-tags {
    position: absolute;
    width: 100%;
    top: -5px;
}
span.discount {
    background-color: #000000;
    padding: 5px;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
}
.featured{
    background-color: #e0e6de;
    padding: 5px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 10px;
    z-index:9;
}
.new-img {
     text-align: center;
    padding: 0 30px 30px;
    height: 320px;
}
.new-inner h4{
    line-height: 1.5;
}
.products .stars{
    height:26px;
}
.products  .btn-transparent,.products  .btn-transparent:focus {
    background-color: transparent;
    margin: 0;
    padding: 0;
    outline:0;
    box-shadow: none !important;
}
.products  .btn-transparent img{
    width:14px;
    height:14px;
}
.leaf2 {
    position: absolute;
    right: 0px;
    bottom: -4%;
    z-index: 9;
}
.products .new-inner img{
    transform: scale(0.9);
}
.products .new-inner:hover img{
    transform: scale(0.7);
}
.products .new-inner img,.products .new-inner h4{
    transition: all 0.5s linear;
}
.products .new-inner:hover h4{
    color:#009b43;
}
.products .new-inner:hover .theme-btn:before {
    width: 100%;
    right: 0;
    left: auto;
}
.products .new-inner:hover .theme-btn:after {
    width: 100%;
    left: 0;
    right: auto;
}
.products .new-inner:hover .theme-btn span {
    color: #ffffff;
  }
/* why-choose */
.why-choose .font-100{
    right: 0;
    left:0;
    margin:auto;
    top: -85px;
    text-align: center;
}
.why-choose p{
    text-align: justify;
}
.why-choose .col-lg-6 .row{
    transition: all 0.5s linear;
}
.why-choose .col-lg-6 .row:hover{
    background-color: #e0e6de;
    border-radius: 25px;
    box-shadow: 0px 3px 4px rgb(0 0 0 / 24%);
}


/* testimonial */
.testimonial-inner{
    position: absolute;
    width:100%;
    top:0;
}
.testimonial-inner .font-100{
    color:#615c5b;
}
.testimonial .font-100{
    top: -98px;
}
.slider-inner h4{
    font-weight: 600;
    letter-spacing: 1px;
}
.slider-inner h5{
    font-weight: 500;
    letter-spacing: 1px;
}
.testimonail-slider .slick-dots li button{
    display: none;   
}
.testimonail-slider .slick-dots li{
    width:10px;
    height:3px;
    background-color: #000000;
    border-radius: 20px !important;
    opacity: 1 !important;
    padding: 0 !important;
    margin:0 2px;
}
.testimonail-slider .slick-dots li.slick-active{    
    width:28px;
    background-color: #ffffff !important;
}

/* footer */
.footer-bg{
    background-image: url("../images/footer_bg.png");
    background-size: cover;
}
.footer-bg p{
    line-height: 1.9;
    width: 84%;
}
footer a{
    transition: all 0.4s linear;
}
footer li:hover a{
    color:#165b96;
}
.ftr-social li{
    transition: all 0.4s linear;
}
.ftr-social li:hover{
    transform: translateY(-3px);
}
.copyright_text{
    background-color:#034621;
    position: relative;
    margin-bottom:45px;
}
a.call_wrap {
    background: #0a5898 !important;
}
.copyright_text:before{
    content:'';
    position: absolute;
    height:1px;
    background-color:#ffffff;
    width:95%;
    left:0;
    right:0; 
    margin:auto;
    top:0;
}

/* contact us */
.hero{
    height:auto;
    overflow: hidden;
}
.hero h1 {
    /*font-size: 34px;*/
    font-size: 24px;
    position: absolute;
    top: 44%;
    color: #ffffff;
    left: 35px;
    margin: auto;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}
.overlay{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color: rgba(0,0,0,0.4);
}
.get_section ul li:hover .get_icn, .get_section ul li:hover .get_icn svg {
    transform: rotate(0);
}
.get_section ul li {
    color: #009940 !important;
    font-size: 15px;
    font-weight: 700;
}
.get_section ul li {
    width: 33.33%;
    text-align: center;
}
.get_icn {
    border: 1px solid #009940;
    width: 35px;
    height: 35px;
    transform: rotate(45deg);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.4s linear;
}
.get_icn svg {
    position: absolute;
    transform: rotate(-45deg);
    transition: all 0.4s linear;
    width: 17px;
}
.get_icn path {
    fill: #009940;
}
.get_section ul li a {
    color: #333333;
    font-size: 13px;
    font-weight: 400;
}
.contact-us form {
    background: #009940;
    padding: 30px;
}
.contact-us form .form-control {
    font-size: 14px !important;
    padding: 10px 18px !important;
    border-radius: 0;
}
.submit-btn {
    background-color: transparent;
    padding: 11px 40.2px;    
    border: 1px solid #000000;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform-origin: center left;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 11.67px;
}
.submit-btn:hover{
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}


@media only screen and (min-width:1201px){
    .cat-products h4{
            height: 50px;
    }
}
@media only screen and (min-width:1024px) and (max-width:1300px){
    .new-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .font-20 {
        font-size: 18px;
    }
    .testimonial{
        background-image: url("../images/testimonial_bg.png");
        background-size: cover;
    }
    .testimonial-bg{
        display: none;;
    } 
    .testimonial-inner{
        position: relative;
    }
}
@media only screen and (max-width:1023px){ 
    .hero {
        margin-top:15px;
    }
    .dropdown-content {
        position: relative;
        left: 0px  !important;
        width:100% !important;
    }
    ul.navbar-nav {
        align-items: flex-start !important;
    } 
    .navbar-light {
        background-color: #c8f9dc !important;
    }
    .navbar-light .border-top {
        width: 100% !important;
        padding: 10px 0;
    }
    .testimonial-bg{
        display: none;;
    } 
    .testimonial{
        background-image: url("../images/testimonial_bg.png");
    }
    .testimonial-inner{
        position: relative;
    }
}
@media only screen and (min-width:768px) and (max-width:1200px){
    h1 {
        font-size: 45px;
    }
    .footer-bg p, .footer-bg h4{
        text-align:left !important;
        width: 100%;
    }
    br{
        display: none;
    }
    .testimonial .font-100 {
        top: -55px;
    }
    .get_section ul li {
        margin:15px 0;
        width:100%;
    }
    .products .font-100 {
        top: -61px;
    }
    .font-100 {
        font-size: 64px;
        top: -31px;
    }
    .about h3{
        margin-top: 26px;
    }
    .aboyt-text {
        margin-bottom:20px !important;
    }
}
@media only screen and (min-width:501px) and (max-width:767px){

    .leaf {
        width: 24% !important;
    }
    .font-20 {
        font-size: 16px;
    }
    .font-16 {
        font-size: 14.67px;
    }
    .new-img {
        height: auto;
    }
    .leaf2 {
        width: 19%;
    }
    .top-bar  li{
        margin-bottom:0 !important;
    }
}

@media only screen and (max-width:767px){
        iframe {
    max-width: 767px;
    width: 100%;
}
.desktop-menu {
    display: none;
}
.mobile_menu {
    display: block !important;
    background: transparent !important;
    text-align: right;
}
#myTable_wrapper {
    margin-top: 30px;
}
.h2, h2 {
    font-size: 1.6rem;
}
.h3, h3 {
    font-size: 23px;
}
td.sorting_1 a, .odd td {
    font-size: 14px;
}
.table-responsive {
    margin-bottom: 20px;
}
.hero.o-hidden {
    margin-bottom: 20px;
}
     .new-img {
        height: auto;
            padding: 0 22px 25px;
    }
        .why-choose img.img-fluid.w-100 {
    width: 70px !important;
    margin-bottom: 15px;
    margin-top:20px;
}
.theme-btn {
    padding: 10px 32.2px;
    line-height: 50px;
}
    .mobile-fixed li a{
        flex-direction:column;
        font-size:14px !important;
    }
    .mobile-fixed img{
        margin: 0px 0px 8px 0px;
    }
    .copyright_text {
    margin-bottom: 20px !important;
}
    
    li.white.mb-2 a{
        font-size:16px;
        line-height:20px;
    }
    .footer-form{
        display:none;
    }
    .listing-pharma li {
        margin: 4px 1px !important;
        width: 49% !important;
    }
    .bg_listing,.bg_listingone {
        background-size: cover !important;
    }
     .listing-pharma{
          width:100% !important;
     }
     marquee {
    font-size: 15px;
    line-height: 26px;
    padding: 5px 0px;
}
    .top-bar  li{
    margin-right: 1px;
    margin-bottom: 5px;
    text-align: center;
    }
    .top-bar{
        padding:0px 0 !important;
    }
     .top-bar .container-fluid{
        padding:0px 0 !important;
    }
    .get_section ul li {
        margin:10px 0;
        width:100%;
    }
    h1 {
        font-size: 30px;
    }
    .hero{
        height:auto;
    }
    .font-33 {
        font-size: 22.33px;
        line-height: 30px;
        margin-top: 25px !important;
    }   
    .new-inner h4{
        font-size:18px;
    }
    .font-100 {
        font-size: 49px;
    }
    .testimonial .font-100,.why-choose .font-100,.products .font-100 {
        top: -42px;
    }
    .w-100{
        width:auto !important;
    }
    .leaf2 {
        bottom: -30px;
        width: 27%;
        z-index: 3;
    }
    .leaf {
        top: 79%;
        width: 41%;
        z-index: 3;
    }
    .banner-text {
        top: 54%;
    }
    
    .navbar-light {
        z-index: 999 !important;
    }
    .search-right .dropdown-text {
        bottom: -55px;
    }
    br{
        display: none;
    }
    section.user-blog .customNavigation {
    display: none;
}
.gallery_box {
    justify-content: center;
}
.hero h1 {
    font-size: 18px;
    top: 28%;
}
ol.breadcrumb {
    top: 40% !important;
}
.breadcrumb-item a {
    font-size: 12px;
}
.heading {
    font-size: 24px !important;
    margin-bottom: 50px !important;
}
.firstimg h2{
    font-size:25px;
}
.firstimg a, .firstimg {
    font-size: 16px;
    line-height: 24px;
}
.footer-bg ul{
 margin-bottom:30px;   
}
.address_listing li{
    margin-bottom:0px !important;
}
div#blg {
    padding-top: 40px;
}
.list-group.blogs {
    font-size: 17px;
    padding: 10px 20px;
}
a.venobox.vbox-item {
    width: 45% !important;
}
.mobile-fixed li a {
    padding: 8px 0px;
}
}


/*30th nov*/
/*about page*/
.about_page{
        background-image: url("../images/about-content-bg.jpg");
}
.about_category {
    background-color: #fff9f6;
}
.about-cate_img {
    position: relative;
}
.about-cate_img .cate_icn {
    width: 25%;
    position:relative;
    z-index:99;
    transition:all 0.4s linear;
}
.about-cate_img .icon-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}
.about-cate_img {
    text-align: center;
    position: relative;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_cate h4{
     transition:all 0.4s linear;
     margin-top:15px;
}
.about_cate:hover h4{
    color:#009b43;
}
.about_cate:hover .cate_icn {
    width:26%;
}
.bg_listing{
         background-image: url("../images/listing_bg.jpg");
         background-attachment: fixed;
             background-size: 100%;
}
.bg_listingone{
         background-image: url("../images/listing_bg-1.jpg");
         background-attachment: fixed;
             background-size: 100%;
}
.listing-pharma{
    width:70%;
}
.listing-pharma li {
    margin: 8px 16px;
    width: 28%;
    background-color: #0a5898;
    color: #ffffff;
    padding: 8px 6px;
    text-align: center;
    text-transform: uppercase;
    transition:all 0.5s linear;
}
.listing-pharma li a{
    color:#ffffff;
}
.listing-pharma li:hover{
     background-color:#e31e24;
}
.top-bar a:hover {
    color: #16a14a;
}
footer a:hover{
    color:#cfcfcf !important;
}

/*13th dec*/
.footer-form {
    position: fixed;
    right: 15px;
    bottom: 0;
    z-index: 1000;
    width: 286px;
}
.footer-form .heading-look {
    font-size: 20px;
    background: #000000;
    color: #fff;
    text-align: center;
    display: block;
    padding: 6px 0;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0.6px;
}
div#mini_contact_form {
    background: #fff !important;
    padding: 20px !important;
}
div#mini_contact_form .form-control {
    font-size: 15px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 0;
}
div#mini_contact_form .form-control::placeholder{
     color: #000000;
}

/*23rd dec*/
.theme-btn.hvr-shrink {
    line-height: inherit !important;
    transform: inherit;
    border: 2px solid #ffffff;
    color:#fff !important;
}
.theme-btn.hvr-shrink:hover{
    color:#ffffff !important;
    z-index:999999 !important;
    position:relative;
}
.theme-btn.hvr-shrink:before,.theme-btn.hvr-shrink:after {
    z-index: -1 !important;
    background: #ffffff !important;
}
.theme-btn.hvr-shrink span {
    color: #ffffff;}
.cntct-cat {
    background: #0a5898;
    padding: 25px 15px;
    color: #fff;
}
.theme-btn.hvr-shrink:hover span {
    color: #000000;
}
.cntct-cat .form-control{
    border-radius: 0;
    font-family: 'latolight';
    color: #000000;
    font-size: 15px;
}
.cntct-cat .form-control::placeholder{
    color: #000000;
}
.cat-products {
    border: 4px solid #8ebfe7;
    height: 100%;
    transition:all 0.5s linear;
}
.cat-products:hover{
    border-color:#0a5898;;
}
.cat-products  img{
    object-fit: contain;
      transition:all 0.5s linear;
      width: 100%;
    height: 100%;
}
.cat-products:hover  img{
     transform: scale(0.92);
}
.cate-img {
    width: 100%;
    height: 180px;
    margin-bottom:15px;
}

.cat-products p a {
    display: block;
    width: 100%;
    background-color: #8ebfe7;
    color: #ffffff;
    padding: 8px 0;
    text-align: center;
    transition:all 0.5s linear;
}
.cat-products:hover a {
        background-color: #0a5898;
}
.cat-products p{
    margin-bottom:0;
}
.btn-outline-info {
    color: #ffffff;
    background-color: black;
    border-color: #000000;
    border-radius: 0px;
    margin: 14px 0;
    padding: 10px 29px;
    transition:all 0.5s linear;
}
.btn-outline-info:hover{
     color: #000000;
    background-color: #ffffff;
     border-color: #000000;
}
.cat-products:hover a {
    background-color: #0a5898;
}
.inner-related:hover a{
    background-color:transparent;
}
.inner-related .cate-img img{
    margin:0 auto;
    display:block;
}
.inner-related   .cat-details h4{
    height:auto;
}
.inner-related:hover  .cat-details h4{
    color: #0a5898;
}
.inner-related  a {
    border: none;
      width: 100%;
    height: 100%;
    display: block;
}

.zoom-left {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.zoom-left img#expandedImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.thumbset img{
width:100%;
height:72px;
object-fit:cover;}

.gallery_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.gallery_box h2 {
    text-align: center;
    width: 100%;
}
a.venobox.vbox-item {
    width: 32%;
    display: block;
    margin:7px;
}
a.venobox.vbox-item img {
    width: 100%;
}
.gallery_img h3 {
    text-align: center;
    margin: 40px 0 20px 0;
}
.list-group-item.active {
    background-color: #16a14a !important;
    border-color: #16a14a !important;
}
.odd a,.even a{
    color: #16a14a !important;
}

/*18th april*/
.address_listing img {
    width: 17px;
}
.bubble{
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 140px;
    z-index:99;
}
.bubble a {
    margin: 3px 0;
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 500px){
    .mobile-fixed {
    display: block !important;
}
.copyright_text {
    padding-bottom: 70px !important;
}
.bubble{
    display:none !important;
}
}
.bubble img{
    width:75%;
}
.meassage_wrap {
    cursor: pointer;
    background: #16a14a !important;
}
.mobile-fixed ul {
    padding: 0px 2px 0 !important;
}
.mobile-fixed li {
    width: 50%;
    background-color: transparent;
}
.mobile-fixed li a {
        font-family: 'latolight';
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    font-weight: 500;
    padding: 12px 0px;
    font-size: 16px;
    margin: 0;
    background-color: transparent;
    text-transform: capitalize;
    /*border-right: 1px solid #333333 !important;*/
    border: none;
    font-style: initial;
    letter-spacing: .7px;
}
.mobile-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.mobile-fixed img{
    margin-right:8px;
}
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(https://i.ibb.co/G32GT0L/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(img/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item img{
    max-width: 100%;
}
.owl-carousel .item {
    padding: 0 7.5px;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

#demo1 .customNavigation, #demo2 .customNavigation {
    top: 50%;
    position: absolute;
    width: 100%;
    left: 0px;
    margin-top: -40px;
}
#demo1 .customNavigation .btn, #demo2 .customNavigation .btn {
    padding: 0px;
}
#demo1 .customNavigation .btn.prev, #demo2 .customNavigation .btn.prev {
    position: relative;
    left:-76px;
}
#demo1 .customNavigation .btn.next, #demo2 .customNavigation .btn.next {
    position: relative;
        right: -70px;
    float: right;
}
div#demo1 {
    position: relative;
}

.user-blog {
    background: #faf2e8;
    padding: 50px 0 50px;
}
.user-blog:before {
    position: absolute;
    top: -100px;
    left: 0;
    content: " ";
    background: url(img/user-blog.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}
div#owl-demo1 .item {
    padding: 0 15px;
}
.blog-grid {
    background: #fff;
    box-shadow: 0px 0px 20px #c3c3c3;
    margin: 10px 0;
    border: 1px solid #d6d6d6;
    border-radius: 1px;
}

.discretion-blog {
    padding: 15px;
}

.discretion-blog p {
    font-size: 15px;
    color: #454343;
}

.discretion-blog h4 a {
    color: #454343;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.discretion-blog .btn {
    color: #fefeff;
    background: #454343;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transform: perspective(122px) translateZ(0);
}


.discretion-blog .btn:hover {
    color: #ffffff;
}
.discretion-blog .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #79b82d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: 2px solid #79b82d;
}

.discretion-blog .btn:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.date-blog {
    background: #82b53f;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}
.date-blog:after {
    width: 0;
    height: 0;
    content: "";
    border-left: 0 solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 12px solid #82b53f;
    top: -11px;
    position: absolute;
    left: 0;
}
.img-date {
    position: relative;
}
.user-blog .owl-theme .owl-controls .owl-page span {
    width: 17px;
    height: 17px;
    background: #454343;
    opacity: 1;
}
.user-blog .owl-theme .owl-controls .owl-page.active span, .user-blog .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #82b53f;
}

ol.breadcrumb {
    background: transparent;
    position: absolute;
    top: 60%;
    z-index: 99;
    left: 23px;
}
.breadcrumb-item a {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #ecf6ff;
    content: "/";
}
.cat_blog {
    padding: 10px;
}
.cat_blog li  {
    list-style: none;
    padding: 2px 7px;
    border: 1px solid #bfbbbb;
    margin-bottom: 6px;
    border-radius: 4px;
}
.latest_blog{
    padding: 10px;
}
.latest_blog ul { margin:0;padding:0;}
.latest_blog li { list-style: none!important;
    padding: 2px 7px;
    border: 1px solid #bfbbbb;
    margin-bottom: 6px;
    border-radius: 4px;}
 .top-header .container-fluid {
    display: flex;
    justify-content:space-between;
}
.mobile_menu {
    display: none;
} 


.explore-badge {
    background: #5cb85c;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 600;
    margin-right: 8px;
    display: inline-block;
}

.explore-sections hr {
    border: none;
    border-top: 2px solid #1e40af;
    margin: 20px 0;
}

img.tglclass {
    width: 25px;
}

#mains-srvc {
    display: table;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.call-mob, div#lists-srvc {
    display: none;
}
#lists-srvc {
    background: #f9f9f9;
}

#lists-srvc p {
    color: #5b5b5f;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: justify;
}

#lists-srvc a {
    cursor: pointer;
    color: #7e7f81;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
}



.review-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.avatar {
    width: 45px;
    height: 45px;
    background: #4CAF50;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.star-filled {
    color: #28a745;
}

.star-empty {
    color: #ccc;
}




/*-----------------------------------*/

.review-scroll {
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.review-scroll::-webkit-scrollbar {
    display: none;
}

.review-card {
    border-radius: 15px;
    border: 1px solid #eee;
    flex: auto;
    min-width: 360px;
}

.review-scroll .card {
    margin-right: 20px;
}

.user-icon {
    background: #e9e9e9;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-slider {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.slider-wrapper {
    position: relative;
}


.slider-wrapper button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
}
.d-flex.justify-content-between.mb-3 svg {
    width: 30px;
}

.slider-wrapper .prev {
    left: -20px;
}

.slider-wrapper .next {
    right: 0px;
}
.google-review {
    display: none;
    padding: 100px 0px;
    position: relative;
}
@media (max-width: 992px) {
    .review-card {
    min-width: 100% !important;
    border-radius: 15px;
    border: 1px solid #eee;
    flex: 0 0 auto;
}
.slider-wrapper .prev {
    left: 0px !important;
}
.slider-wrapper .next {
    right: 0px !important;
}
.google-review {
    padding: 60px 0px !important;    
}
}




/*body wash page css*/


.related-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 20px 0;
}

.related-links .link-box {
    background: #f8f8f8;
    border: 1px solid #e6dcdc;
    border-radius: 15px;
    padding: 25px 20px;
    min-height: 120px;
    display: flex;
    align-items: center;
}

.related-links .link-box a {
    text-decoration: none;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}

.related-links .link-box:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Tablet */
@media (max-width: 1024px) {
    .related-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .related-links {
        grid-template-columns: 1fr;
    }
}