@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Headings - using 'Space Grotesk' */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Space Grotesk', sans-serif;
}

h1 {
    font-weight: 400; /* 'Space Grotesk' doesn't support 200 */
    line-height: 60px;
}

h2 {
    font-weight: 400;
    line-height: 48px;
}

h3 {
    font-weight: 600;
    line-height: 28px;
}

/* Paragraphs and inline text - using 'Montserrat' */
p, li, a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 24px;
}
p, li, a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.navbar-nav a {
    color: #000000 !important;
    font-weight: 500 !important;
    font-size: 15px;
  transition: 0.4s;
}
.navbar-nav a:hover{
color: #1e5863 ! IMPORTANT;
font-weight: 700 !important;
transition: 0.4s;
}

/* Optional: Custom local font-face (if you're self-hosting fonts) */
/*

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat/static/Montserrat-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat/static/Montserrat-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat/static/Montserrat-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat/static/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
*/


/* .navbar section */
.navbar-top {
    box-shadow: #3a839173 0px 3px 8px;
    padding: 5px 15px;
    border-radius: 10px;
    margin-top: 10px;
}

.active {
    color: #3a8291 !important;
    font-weight: 500 !important;
}

.navbar-brand {
    width: 12%;
}

.navbar-brand img {
    width: 100%;
}

.button-top {
    align-content: center;
}

.button-top a {
    background: #1e5863;
        color: white !important;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.4s;
}

.button-top a:hover {
    background: #1e5863;
    transition: 0.4s;
}

.navbar-row {
    justify-content: end;
}

.navbar-nav .nav-item {
    margin: 0px 5px;
}

.button-book {
    display: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    /*color: #1e5863 ! IMPORTANT;*/
    font-weight: 500 !IMPORTANT;
}
/*.navbar-nav, .nav-link.show a:hover {*/
/*  color: #000000 !important;*/
/*  font-weight: 500 !important;*/
/*  transition: 0.4s;*/
/*}*/

.nav-link.dropdown-toggle.active:hover {
  color: #000000 !important;
  font-weight: 500 !important;
  transition: 0.4s;
}
.nav-link:hover {
  color: #000000 !important;
  font-weight: 500 !important;
  transition: 0.4s;
}

@media(max-width:999px) {
    .button-book {
        background: #3a8291;
        color: white;
        padding: 7px 20px;
        text-decoration: none;
        border-radius: 5px;
        transition: 0.4s;
        display: block;
        position: relative;
        left: 163px;
        font-weight: 600;
    }

    .navbar-brand {
        width: 16%;
    }

    .navbar-collapse {
        padding-bottom: 20px;
    }

    .button-top {
        margin-top: 16px;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

}


@media(max-width:768px) {
    .button-book {
        padding: 5px 15px;
        left: 80px;
        font-size: 13px;
    }


}

@media(max-width:500px) {
    .navbar-brand {
        width: 20%;
    }

    .button-book {
        position: inherit;
    }
}

@media(max-width:440px) {
    .navbar-brand {
        width: 25%;
    }
}

/* .navbar section */




/* banner section */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-section {
    padding: 30px 10px 20px 10px;
}

.swiper-row {
    padding: 10px;

}

.swiper-backface-hidden .swiper-slide {
    background-color: transparent;
}

.banner-img img {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin-bottom: 20px;
}

.banner-img .phone {
    display: none;
}

.banner-img a {
    background: #3a8291;
    color: white;
    padding: 7px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.4s;
    margin-top: 10px;
}

.button-top a:hover {
  background: #7EC2C3;
  color: #ffffff !important; /* or just #fff */
  transition: 0.4s;
}


.swiper-row .swiper-wrapper {
    margin-bottom: 17px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: white;
    content: 'next';
    background: #3a8291;
    padding: 9px 14px;
    border-radius: 100px;
    font-size: 20px !important;
}

@media(max-width:999px) {

    .swiper-button-next:after,
    .swiper-button-prev:after {
        margin-top: -60px;
        padding: 4px 6px;
        font-size: 10px !important;
    }

}

@media(max-width:768px) {

    .swiper-button-next:after,
    .swiper-button-prev:after {
        margin-top: -60px;
        padding: 8px 13px;
        font-size: 20px !important;
    }

    .banner-img .phone {
        display: block;
    }

    .banner-img .desktop {
        display: none;
    }
}

@media(max-width:500px) {

    .banner-img a {
        font-size: 13px;
    }

    .banner-section {
        padding: 15px 10px 10px 10px;
    }
}



/* banner section */

/* best hair Transplant section */
.best-hair-section {
    padding: 20px 10px;

}

.heading-best-hair {
    text-align: center;
    color: #343A40;
    font-weight: 500;
    font-size: 47px;
    line-height:28px;
    font-style:normal;
}

.hair-transplant-row {
    margin-top: 2rem !important;
}

.hair-transplant-row .col-md-4 {
    padding: 15px !important;
}

.hair-transplant-row .col-item {
   box-shadow: #3a839173 0px 3px 8px;
   border-radius: 30px;
    transition: 0.4s;
}

.hair-transplant-row .col-item:hover {
    transform: scale3d(1.006, 1.006, 1);
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.hair-transplant-row .col-item img {
    width: 100%;
    border-top-left-radius: 10px;
    /* top left se round */
    border-top-right-radius: 10px;
}

.hair-transplant-row .col-item h2 {
    font-size: 20px;
    margin: 10px;
    text-align: left;
    margin-left: 32px;
}

.hair-transplant-row .col-item p {
    font-size: 14px;
    padding: 0px 30px;
    text-align: left;
}

.hair-transplant-row .col-item a {
    display: block;
    background: #343A40;
    color: white;
    padding: 8px 0px;
    text-align: center;
    text-decoration: none;
    transition: 0.4s;
    border-bottom-left-radius: 10px;
    /* top left se round */
    border-bottom-right-radius: 10px;
}

.hair-transplant-row .col-item a:hover {
    background: #1f5d69;
    transition: 0.4s;
}

.hair-transplant-row .col-item a i {
    transition: 0.4s;
}

.hair-transplant-row .col-item a:hover i {
    transition: 0.4s;
    margin-left: 10px;
}


@media(max-width:768px) {
    .heading-best-hair {
        font-size: 25px;
    }

    .hair-transplant-row .col-item {
        margin-top: 1rem;
    }
}

/* best hair Transplant section */

/* why-chose-section */
.why-chose-section {
    margin: 30px 0px;
    padding: 60px 10px;
    background: url('../images/home/why-chose/bg.webp'), rgba(0, 0, 0, 0.114);
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.why-choose-col {
    align-content: center;
}

.why-chose-item1 {
    padding: 0px 50px;
}

/* .why-choose-col1{
       align-content: center;
} */

.why-chose-item1 h2 {
    color: white;
    font-size: 30px;
    font-weight: 700;
}

.why-chose-item1 p {
    color: white;
    margin-bottom: 0px;
    font-size: 15px;
    text-align: left;
}


.why-chose-item2 h2 {
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.why-chose-item2 h2 img {
    width: 10%;
}

.why-chose-item2 p {
   font-size: 15px;
    color: white;
    margin-bottom: 24px;
    line-height: 1.6;

}

@media(max-width:768px) {
    .why-choose-col {
        margin-bottom: 2rem;
    }

    .why-chose-item2 h2 {
        margin-top: 20px;
    }

    .why-chose-2 {
        margin-top: -27px;
    }

    .why-chose-item2 .choose-r {
        border: 1px solid white;
        border-radius: 20px;
        margin-top: 30px;
        padding: 15px;
    }
}

/* why-chose-section */

/* counter-section */
.counter-section {
    padding: 20px 10px;
}

.counter-row .counter-item {
    align-content: center;
}

.counter-row .counter-item img {
    width: 100%;
}

.counter-row .counter-item h3 {
    
    color: black;
    font-weight: 700;
    text-align: center;
    font-size: 37px;
}

.counter-row .counter-item h3 span {
    color: #3a8291;
}

.counter {
    text-align: center;
}

.counter .num {
    font-size: 50px;
    font-weight: 800;
}

.counter .label {
    color: #343A40;
    font-size: 14px;
    font-weight: 500;
}

@media(max-width:768px) {
    .counter-row .counter-item h3 {
        margin-top: 1rem;
    }

    #counters .counter {
        width: 50% !important;
    }
}

@media(max-width:500px) {
    .counter-row .counter-item h3 {

        margin-bottom: 1rem;

    }

    .counter .num {
        font-size: 30px;
    }
}

/* counter-section */


/* dhi-result-section */
.dhi-result-section {
    padding: 20px 10px;
}

.dhi-result-heading h3 {
    text-align: center;
    color: #3a8291;
    font-weight: 700;
    font-size: 35px;
}

.dhi-result-heading p {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #000;
}

.result {
    padding: 8px;
    margin-top: 1rem;
}

.result img {
    width: 100%;
    border-top-left-radius: 15px;
    /* top left se round */
    border-top-right-radius: 15px;
}

.result a {
    display: block;
    background:#343A40;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    transition: 0.4s;
    border-bottom-left-radius: 15px;
    /* top left se round */
    border-bottom-right-radius: 15px;
}

.result a:hover {
    background: #205a65;
    transition: 0.4s;
}

.result-button {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.result-button a {
    background: #36454F;
    color: white;
    padding: 12px 20px;
    border-radius: 100px;
    text-decoration: none;
    transition: 0.4s;
    font-size: 15px;
}

.result-button a:hover {
    background: #7EC2C3;
    transition: 0.4s;
}

.result-button a i {
    transition: 0.4s;
}

.result-button a:hover i {
    transition: 0.4s;
    margin-left: 7px;
}

@media(max-width:768px) {
    .result-row .result-col {
        width: 100% !important;
        margin-top: 1rem;
    }

    .result {
        padding: 0px;
    }

    .result a {
        padding: 10px 0px;
        font-size: 18px;
    }
}

/* dhi-result-section */


/* featured-section */
.featured-section {
    padding: 30px 10px;
   
    background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 20%)
}

.fratured-heading h3 {
    text-align: center;
    color: #3a8291;
    font-weight: 700;
    font-size: 35px;
}

/* featured-section */

/* india-best-section */
.india-best-section {
    background-color: black;
    padding: 50px 10px;
}

.india-best-heading h3 {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
}

.india-best-heading p {
    color: rgb(224, 224, 224);
    text-align: center;
    font-size: 16px;
}

.team p {
    color: white;
    font-size: 15px;
    margin-bottom: 0px;
    padding: 8px 5px;
}

.team-row .team img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.team-row .team {
    text-align: center;
    margin-top: 10px;
}

.date{
    display: flex !important;
    justify-content: end;
    margin-top: -32px;
    font-weight: 800;
}


@media(max-width:768px) {
    .team-row .team {
        width: 50%;
    }
}

/* india-best-section */

/* .award-section */
.award-section {
    padding: 40px 10px;
}

.award-heading h3 {
    text-align: center;
    color: #3a8291;
    font-weight: 700;
    font-size: 32px;
}

.award-heading p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 500;
}

.award-row {
    width: 100%;
}

.award-row .award-col {
    width: 20% !important;
    margin-top: 2rem;

}

.award-row .award-col img {
    width: 100%;
}

@media(max-width:768px) {
    .award-row .award-col {
        width: 50% !important;
    }

    .team p {
        color: white;
        font-size: 18px;
    }
}

/* .award-section */


/* latest-section */
.latest-section {
    padding: 40px 10px;
    background-color: rgb(231, 231, 231);
}

.latest-heading h3 {
    text-align: center;
    color: #3a8291;
    font-weight: 700;
    font-size: 35px;
}

.latest {
    background-color: white !important;
    border-radius: 10px;
    margin-top: 1rem;

}

.latest img {
    width: 100%;
}

.latest h4 {
    text-align: start;
    padding: 0px 15px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    color: black;
}

.latest p {
    font-size: 15px;
    text-align: start;
    padding: 0px 15px;
    margin-bottom: 5px;
}

.latest a {
    text-decoration: none;
    color: #3a8291;
    font-size: 15px;
    text-align: start;
    display: block;
    padding: 0px 15px;
    margin-bottom: 10px;
}

/* latest-section */

/* .testimonial-section */
.testimonial-section {
    padding: 40px 10px 60px 10px;
}

.testimonial-heading h3 {
    text-align: center;
    color: #3a8291;
    font-weight: 700;
    font-size: 30px;
    padding: 0px 100px;

}

.testimonial-row .testimonial-team-img img {
    width: 100%;
}

.testimonial-row .testimonial-team {
    align-content: center;
}

.testimonial-row .testimonial-img {
    align-content: center;
}

.testimonial-row .testimonial-team {
    align-content: center;
}

.testimonial-row {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
    border-radius: 10px;
}

.owl-theme .item {
    padding-top: 19px;
    margin-bottom: 20px;
}

.owl-item {
    padding: 0px 30px !important;
}

.testimonial-row .testimonial-team p {
    color: black;
}

.testimonial-row .testimonial-team p span i {
    font-size: 50px;
    color: red;
    rotate: 180deg;
}

.testimonial-row .testimonial-team h2 a {
    color: #24a2bb;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
}

.testimonial-row .testimonial-team h2 a i {
    color: red;
}

.testimonial-phone {
    display: none;
}

.testmonial-slider {
    padding: 25px;
}

.testimonial-row {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
}

.testimonial-row .testimonial-item {
    align-content: center;
    margin-top: 20px;
}

.testimonial-row .testimonial-item img {
    width: 100%;
}

.testimonial-row .testimonial-item p {

    font-size: 15px;
}

.testimonial-row .testimonial-item p span i {
    color: red;
    rotate: 180deg;
    font-size: 40px;
}

.testimonial-row .testimonial-item h2 a {
    text-decoration: none;
    color: #117488;
    font-size: 20px;
    font-weight: 800;
}

.testimonial-row .testimonial-item h2 a i {
    color: red;
}

.testimonial-h h3 {
    color: #3a8291;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

@media(max-width:999px) {
    .testimonial-phone {
        display: block;
        padding: 50px 10px;
    }

    .testimonial-section {
        display: none;
    }

}

@media(max-width:768px) {

    .testimonial-heading h3 {
        text-align: center;
        color: #3a8291;
        font-weight: 700;
        font-size: 25px;
        padding: 0px 10px;

    }
}


/* .testimonial-section */


/* review-section */
.review-section {
    padding: 30px 10px;
    background-color: rgb(231, 231, 231);
}

.review-heading h3 {
    text-align: center;
    color: #3a8291;
    font-weight: 700;
    font-size: 35px;
}

.review-top {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.review {
    background-color: white !important;
    padding: 0px 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.review img {
    width: 30%;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 100%;
    margin-top: -30px;
    position: relative;
    z-index: 999999;
}

.review h4 {
    font-size: 15px;
    font-weight: 700;
}

.review h5 {
    font-size: 13px;
    color: rgb(141, 140, 140);
}

.review ul {
    display: flex;
    justify-content: center !important;
    padding-left: 0px;
}

.review ul li {
    list-style: none;
    margin: 0px 2px;
}

.review ul li i {
    color: gold;
    font-size: 13px;
}

.review ul li .blue-check {
    color: rgb(0, 128, 255);
}

.review p {
    font-size: 12px;
    margin-top: -10px;
}


.buttton-net:after {
    content: 'next';
    left: 38px;
    margin-right: 70rem;
    margin-top: 22rem;
}

.button-prev:after {
    content: 'next';
    left: 38px;
    margin-left: 70rem;
    margin-top: 22rem;
}

@media(max-width:1400px) {

    .buttton-net:after {
        margin-right: 60rem;
    }

    .button-prev:after {
        margin-left: 60rem;
    }
}

@media(max-width:1200px) {

    .buttton-net:after {
        margin-right: 50rem;
    }

    .button-prev:after {
        margin-left: 50rem;
    }
}

@media(max-width:999px) {

    .buttton-net:after {
        margin-right: 35rem;
    }

    .button-prev:after {
        margin-left: 35rem;
    }
}

@media(max-width:768px) {


    .buttton-net:after {
        margin-right: 23rem;
    }

    .button-prev:after {
        margin-left: 23rem;
    }
}

@media(max-width:550px) {

    .buttton-net:after {
        margin-right: 15rem;
    }

    .button-prev:after {
        margin-left: 15rem;
    }
}

@media(max-width:400px) {

    .buttton-net:after {
        margin-right: 12rem;
    }

    .button-prev:after {
        margin-left: 12rem;
    }
}

/* review-section */



/* tab-section */
.tab-section {
    padding: 40px 0px;
}

.tab-heading h3 {
    text-align: center;
    color: #3a8291;
    font-weight: 700;
    font-size: 35px;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: #3a83913e !important;
}

.tab-top {
    margin-top: 2rem;
}


/* tab-section */

/* text-section */
.text-section {

    padding: 20px 10px 40px 10px;
}

.content h2 {
    font-size: 30px;
    font-weight: 700;
}

.content h3 {
    font-size: 25px;
    font-weight: 700;
}

.content p {
    font-size: 15px;
    text-align: justify;
}

@media(max-width:768px) {
    .tab-heading h3 {
        font-size: 30px !important;
    }

    .content h2 {
        font-size: 25px;
    }

    .review-heading h3 {
        font-size: 30px;
    }
}

/* text-section */



/* footer */
.footer-section {
    padding: 50px 10px 40px 10px;
    background: url('../images/home/why-chose/bg.webp'), rgba(0, 0, 0, 0.808);
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-row .footer-item1 img {
    width: 50%;
}

.footer-row .footer-item1 h2 {
    color: white;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer-row .footer-item1 ul {
    padding-left: 0rem;
}

.footer-row .footer-item1 ul li {
    list-style: none;
    margin: 5px 0px;
}

.footer-row .footer-item1 ul li a {
    color: rgb(212, 211, 211);
    text-decoration: none;
    transition: 0.4s;
    font-size: 15px;

}

.footer-row .footer-item1 ul li a:hover {
    color: #24a2bb;
    transition: 0.4s;
    margin-left: 3px;
}

.footer-row .footer-item1 ul li a .img1 {
    width: 60%;
}

.footer-row .footer-item1 ul li a .img2 {
    width: 15%;
    margin-top: 10px;
}

.footer-row .footer-item1 ul li a .img3 {
    width: 30%;
    margin-top: 10px;
}


.footer-row .footer-item1 .social-footer {
    display: flex
}

.footer-row .footer-item1 .social-footer li {
    margin: 0px 2px;
}

.footer-row .footer-item1 .social-footer li a i {
    font-size: 25px;
}

@media(max-width:768px) {
    .footer-row .footer-item1 {
        width: 50%;
        margin-top: 20px;
    }
}

@media(max-width:500px) {
    .footer-row .footer-item1 ul li a {
        font-size: 13px;
    }
}

/* footer */

/* footer-item-section */
.footer-item-section {
    background-color: black;
    padding: 30px 10px;
}

.footer-item h2 {
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
}

.footer-item h3 {
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    /* margin-top: 20px; */
}

.footer-item h4 {

    text-align: center;

}

.footer-item h4 a {
    text-decoration: none;
    color: #24a2bb;
    font-weight: 700;
    font-size: 14px;
    transition: 0.4s;
}

.footer-item h4 a:hover {
    font-size: 22px;
    transition: 0.4s;
}

.footer-item .footer-itemm {
    color: white;
    text-align: center;

}

.footer-item .footer-itemm p {
    margin-bottom: 0px;
    font-size: 15px;
    margin-top: 20px;
}

.footer-item .footer-itemm p a {
    text-decoration: none;
    color: white;
    margin: 0px 10px;
    transition: 0.4s;
}

.footer-item .footer-itemm p a:hover {
    color: #24a2bb;
    transition: 0.4s;
}

@media(max-width:500px) {
    .footer-item h2 {
        font-size: 25px;
    }
}

/* footer-item-section */