body {
    margin: 0;
    padding: 0;
    color: #5f5f5f;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
}

a {
    color: #108C50;
    text-decoration: none;
}

a:hover {
    color: #0FC615;
    text-decoration: none;
    /* font-weight: 600; */
}

.banner-bg {
    background: url(../images/hygiene-banner.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    z-index: -1;
}

header {
    padding-top: 20px;
    background: linear-gradient(rgba(0, 0, 0, 1), rgb(0, 0, 0, 0));
}

.logo {
    width: 100%;
    text-align: center;
}

header .navbar-nav {
    margin: auto;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 .5rem;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
}

.home-booking-bx {
    z-index: 100;
    height: 100px;
    margin-top: 85vh;
}

.home-booking-bx .container {
    position: relative;
}

.carousel-caption {
    bottom: 40%;
}

.banner-caption {
    max-width: 750px;
    margin: auto;
    text-align: center;
    margin-top: 6rem;
}

.banner-caption h1 {
    color: #fff;
    font-weight: 700;
}

.banner-sub-head {
    color: #0FC615;
    font-weight: 600;
    letter-spacing: .1rem;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
}

.home-booking-bx .card {
    background: #fff;
    position: absolute;
    top: -75px;
    width: 100%;
    border-radius: 15px;
    margin: auto;
    padding: 2rem 2rem;
    border: 0;
    box-shadow: 0 10px 10px #d9d9d9;
}

.heading {
    font-weight: 600;
    font-size: 22px;
    color: #484848;
}

.home-booking-bx .form-control {
    margin-right: 15px;
    font-size: 14px;
}

.home-about {
    margin: 4rem 0;
}

.home-about .container {
    max-width: 800px;
    text-align: center;
}

.page-heading {
    color: #484848;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
}

.page-heading span,
.small-heading {
    display: block;
    color: #0FC615;
    font-size: 14px;
    letter-spacing: .1rem;
    text-transform: uppercase;
}

.page-heading2 {
    color: #484848;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
}

.btn-success {
    background: #108C50;
    border-color: #108C50;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1rem;
    font-size: 14px;
    padding: .65rem 2.5rem;
    border-radius: 20px;
}

.btn-outline {
    background: none;
    color: #0FC615;
    font-weight: 700;
    letter-spacing: .1rem;
    font-size: 14px;
    border: solid 2px #0FC615;
}

.specialities {
    background: url("../images/speciality-bg.jpg");
    background-attachment: fixed;
    padding: 4rem 0;
    text-align: center;
    color: #fff;
}

.white-txt {
    color: #fff !important;
}

.news-container {
    margin: 4rem 0;
}

.news-container ul {
    margin: 0;
    padding: 0;
}

.news-container ul li {
    display: inline-block;
    max-width: 31%;
    margin: 1rem 1%;
}

.news-box {
    text-align: center;
}

.news-box .news-img {
    margin-bottom: 1.7rem;
    position: relative;
}

.news-box .news-img img {
    border-radius: 15px;
}

.news-box .leaf {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    z-index: 10;
    color: #0FC615;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-box h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #484848;
}

.news-box p {
    color: #5f5f5f;
}

.news-box p:hover {
    font-weight: normal;
}

.nws-cat {
    position: absolute;
    top: 10px;
    left: 5px;
    background: #fff;
    border-radius: 10px;
    color: #0FC615;
    padding: 2px 8px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

footer {
    background: url('../images/footer-bg.jpg') no-repeat;
    background-size: cover;
    padding: 3rem 0 2rem;
    color: #C5C5C5;
}

footer h3 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 1.7rem;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style: none;
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
}

footer li a,
footer a {
    color: #C5C5C5;
}

footer li a:hover,
footer a:hover {
    color: #0FC615;
    text-decoration: none;
}

.foot-contact i {
    color: #0FC615;
}

footer .copyright {
    border-top: solid 1px #707070;
    color: #7B7B7B;
    text-align: center;
    padding-top: 2rem;
    margin-top: 2rem;
}

.dlab-title {
    margin-top: 1rem;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.dlab-media img {
    border-radius: 15px;
}

.carousel-item {
    height: 100vh;
    min-height: 510px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.fa.fa-rupee {
    color: #fff;
    font-size: 12px;
    margin-right: 3px;
}
.testimonials {
    padding: 4rem 0;
    text-align: center;
    background: #f4f4f4;
}
.testimonials .owl-nav, .testimContainer .owl-nav {
    display: flex;
    justify-content: center;
}

.testimContainer .owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #0FC615;
    margin: 20px 5px 0;
    text-align: center;
    color: #fff;
}

.testimContainer h6, .vidBx h6 {
    color: #333;
    font-weight: 600;
}

.testimContainer h6 span, .vidBx h6 span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #5f5f5f;
}

.vidTestim {
    margin: 0;
    padding: 0;
}

.vidTestim li {
    display: inline-block;
    width: 31%;
    margin: 1%;
}

.vidBx .vids {
    overflow: hidden;
    border-radius: .5rem;
    position: relative;
}
.vidBx h6 {
    margin-top: 10px;
}

.vidBx .vids:before {
    content: '\f04b';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    font-size: 50px;
    color: #0FC615 !important;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
}


@media (max-width: 991px) {
    .navbar-toggler {
        border-radius: 5px;
        background-color: #0FC615;
        outline: 0;
        border: 0;
        padding: 12px;
    }

    .navbar-toggler i {
        color: #fff;
    }

    .home-booking-bx {
        height: auto;
    }

    .home-booking-bx .card {
        width: 90%;
        padding: 5%;
        position: relative;
    }

    .home-booking-bx .form-control {
        margin-right: 15px;
        margin-bottom: 1rem;
    }

    .home-about {
        margin-top: 0;
    }

    .home-about .btn {
        margin-bottom: 1rem;
    }

    .news-container ul {
        text-align: center;
    }

    .news-container ul li {
        max-width: 47%;
    }
}

@media (max-width: 480px) {
    .home-booking-bx .form-control {
        margin-right: 0;
    }

    .news-container ul li {
        max-width: 100%;
        margin: 1rem 0;
    }

    footer {
        background-size: cover;
    }

    footer h3 {
        margin-top: 2rem;
    }

    .banner-caption h1 {
        font-size: 1.6rem;
    }

    .banner-sub-head {
        font-size: 14px;
    }

    .carousel-caption {
        bottom: 30%;
    }
}

/* Nav */
.nav-xbootstrap {
    display: block;
    margin-bottom: 15px 0;
    background: none;
    margin-top: 10px;

}

.iconsize {
    font-size: 12px;
    top: 2px;
    left: 3px;
}

.nav-xbootstrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

.nav-xbootstrap li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    color: #def1f0;
}

.nav-xbootstrap li a {
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    outline: 0;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
}

.nav-xbootstrap li:hover ul.dropdown {
    display: block;
}

.nav-xbootstrap li ul.dropdown {
    position: absolute;
    display: none;
    width: 200px;
    background: #0FC615;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    padding-top: 0;
}

.nav-xbootstrap li ul.dropdown li {
    display: block;
    list-style-type: none;
}

.nav-xbootstrap li ul.dropdown li a {
    padding: 10px 20px;
    color: #fff;
    display: block;
    font-weight: 400;
}

.nav-xbootstrap li ul.dropdown li:last-child a {
    border-bottom: none;
}

.nav-xbootstrap li:hover a {
    background: #0FC615;
    color: #fff !important;
}

/* .nav-xbootstrap li:first-child:hover a { border-radius: 3px 0 0 3px; }
  
  .nav-xbootstrap li ul.dropdown li:hover a { background: rgba(0,0,0, .1); }
  
  .nav-xbootstrap li ul.dropdown li:first-child:hover a { border-radius: 0; }
  
  .nav-xbootstrap li:hover .arrow-down { border-top: 5px solid #fff; } */

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #def1f0;
    position: relative;
    top: 15px;
    right: -5px;
    content: '';
}

.title-mobile {
    display: none;
}

@media only screen and (max-width:900px) {

    .logo {
        margin-top: 45px;
    }

    .nav-xbootstrap {
        background: #108C50;
        width: 100%;
        height: 100%;
        display: block;
        position: fixed;
        left: -100%;
        top: 0px;
        -webkit-transition: left 0.25s ease;
        -moz-transition: left 0.25s ease;
        -ms-transition: left 0.25s ease;
        -o-transition: left 0.25s ease;
        transition: left 0.25s ease;
        margin: 0;
        border: 0;
        border-radius: 0;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
        z-index: 99;
    }

    .title-mobile {
        position: fixed;
        display: block;
        top: 10px;
        font-size: 20px;
        left: 100px;
        right: 100px;
        text-align: center;
        color: #FFF;
    }

    .nav-xbootstrap.visible {
        left: 0px;
        -webkit-transition: left 0.25s ease;
        -moz-transition: left 0.25s ease;
        -ms-transition: left 0.25s ease;
        -o-transition: left 0.25s ease;
        transition: left 0.25s ease;
    }

    .nav-bg-xbootstrap {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: 50px;
        margin: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        /* background: #0FC615;
    padding: 12px 0 0 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); */
    }

    .navbar-xbootstrap {
        display: inline-block;
        vertical-align: middle;
        height: 50px;
        cursor: pointer;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        padding: 12px;
        background: #108C50;
        z-index: 100;
    }

    .navbar-xbootstrap span {
        height: 2px;
        background: #fff;
        margin: 5px;
        display: block;
        width: 20px;
    }

    .navbar-xbootstrap span:nth-child(2) {
        width: 20px;
    }

    .navbar-xbootstrap span:nth-child(3) {
        width: 20px;
    }

    .nav-xbootstrap ul {
        padding-top: 50px;
    }

    .nav-xbootstrap li {
        display: block;
    }

    .nav-xbootstrap li a {
        display: block;
        color: #fff;
        font-weight: 600;
        margin-bottom: 1rem;
        border-bottom: 1px solid #267f54;
        border-radius: 0;
    }

    .nav-xbootstrap li:first-child:hover a {
        border-radius: 0;
    }

    .nav-xbootstrap li ul.dropdown {
        position: relative;
    }

    .nav-xbootstrap li ul.dropdown li a {
        background: #0FC615 !important;
        border-bottom: none;
        color: #fff !important;
    }

    .nav-xbootstrap li:hover a {
        background: #0FC615;
        color: #fff !important;
    }

    .nav-xbootstrap li ul.dropdown li:hover a {
        background: rgba(0, 0, 0, .1) !important;
        color: #fff !important;
    }

    .nav-xbootstrap li ul.dropdown li a {
        padding: 10px 10px 10px 30px;
    }

    .nav-xbootstrap li:hover .arrow-down {
        border-top: 5px solid #fff;
    }

    .arrow-down {
        border-top: 5px solid #505050;
        position: absolute;
        top: 20px;
        right: 10px;
    }

    .cover-bg {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width:1199px) {

    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }
}

/* About page  */
.inner-banner {
    background: url('../images/inner-banner.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    top: 0;
    height: 300px;
    color: #fff;
}

.innerpage-heading {
    text-align: center;
    margin-top: 3rem;
}

.innerpage-heading h2 {
    font-weight: 800;
}

.abt-img img {
    border-radius: 15px;
    margin-bottom: 15px;
}

.sec-padding {
    margin: 3rem 0 2rem;
    text-align: center;
}

.green-text {
    color: #0FC615;
}

.iconlist {
    margin: 0;
    padding: 0px;
}

.iconlist li {
    list-style: none;
    margin-bottom: 10px;
}

.iconlist li i {
    margin-right: 10px;
    color: #0FC615;
}

.accordion .card {
    text-align: left;
}

.accordion .card button {
    padding: 0;
    color: #484848;
}

.accordion .card-header {
    border: 0;
    background: #fff;
    padding: .3rem 1.25rem;
}

.accordion .card-body {
    padding-top: 0;
}

.accordion .card-body p {
    margin-bottom: 0;
}

.contact-det h5 {
    color: #484848;
    font-weight: 700;
    font-size: 1.1rem;
}

.contact-det h6 {
    color: #484848;
    /* font-weight: 400; */
    font-size: 1rem;
    /* text-decoration: underline; */
}

.contact-det i {
    color: #0FC615;
    font-size: 1rem;
}

.sub-headings {
    font-weight: 800;
    color: #484848;
}

/* Style all social media icons */
.social i {
    color: #fff;
}

.fab {
    /* padding: 15px; */
    font-size: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

/* Add a hover effect if you want */
.fab:hover {
    opacity: 0.9;
    text-decoration: none !important;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook-f {
    background: #3B5998;
    color: white;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.page-heading2 {
    color: #484848;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.gallery-container .nav-pills {
    justify-content: center;
}

.nav-pills .nav-link {
    font-weight: 700;
    letter-spacing: .1rem;
    font-size: 14px;
    padding: .65rem 2.5rem;
    color: #484848;
    text-transform: uppercase;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #108C50;
    border-color: #108C50;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1rem;
    font-size: 14px;
    padding: .65rem 2.5rem;
    border-radius: 20px;
}

#imageGal img,
#videoGal img {
    border-radius: 15px;
}

.lead {
    line-height: 1.9rem;
}

.service-box {
    margin-bottom: 3.5rem;
    border-bottom: 1px solid #e1e1e1;
}

.service-img {
    margin-bottom: 1.5rem;
    max-height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
}

/* .service-img img{
    border-radius: 15px;
} */

.service-box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.green-bg {
    background: #108C50;
    border-radius: 15px;
    padding: 1.5rem;
    text-align: left;
    color: #f0f0f0;
}

.green-bg h5 {
    color: #f5fa15;
}

.green-bg ul {
    margin: 1rem 0 1rem 12px;
    padding: 0;
}

.page-heading3 {
    color: #484848;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}

.white-text {
    color: #fff !important;
}

.img-rounded {
    border-radius: 15px;
}

.nlisting {
    margin: 0;
    padding: 0;
}

.nlisting li {
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #e1e1e1;
    list-style: none;
    padding-bottom: .5rem;
}

.nlisting li::before {
    content: '\f101';
    margin-right: 15px;
    color: #0FC615;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.nlisting li a {
    color: #484848;
}

/* tratment listing */
.brick {
    margin-bottom: 4rem;
    text-align: left;
}

.brick img {
    margin-bottom: 1.2rem;
}

.brick p {
    margin-bottom: 0;
}

.brick ul {
    margin: 1rem 0;
    padding: 0;
}

.brick ul li {
    list-style: none;
    margin-bottom: 1rem;
}

.brick a {
    font-family: 'Rubik';
    font-size: 14px;
    text-decoration: none !important;
    color: #992961;
}


.btn.btn-border {
    background: #992961;
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
}

.onepage {
    border-right: solid 1px#e1e1e1;
    padding-right: 10px;
}

.onepage img {
    margin-bottom: 2rem;
}

.ailment-box {
    margin: 0;
    padding: 0;
    text-align: center;
}

.ailment-box li {
    width: 29%;
    padding: 1%;
    margin: 1%;
    background: #108C50;
    color: #fff;
    display: inline-block;
    border-radius: 15px;
    min-height: 185px;
    vertical-align: top;
}

.ailment-box li h6 {
    color: #fff;
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
    .onepage {
        border-right: none;
        padding-right: 0;
    }
}