@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins", sans-serif;
}

@media (min-width: 1366px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}

section.ankura-banner {
    padding-top: 20px;
    padding-bottom: 80px;
    background-image: url(../Images/Main-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

section.ankura-banner .container.nav {
    background: #E9E7F0;
    padding: 16px 40px;
    border-radius: 160px;
    display: block;
}

.detail {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    padding: 0;
}

.banner-form button.btn.btn-submit:hover {
    background: black;
    color: white;
}

.baner-main-content a {
    transition: .3s all ease;
    cursor: pointer;
}

.baner-main-content a:hover {
    background: black;
    color: white !important;
}

span.call-img {
    display: flex;
    align-items: center;
}

span.call-img p {
    margin: 0;
    padding: 0 5px;
    font-size: 24px;
    font-weight: bold;
    color: #79208D;
    font-family: Quicksand;

}

.detail p.reg {
    font-size: 18px;
    font-weight: bold;
    font-family: Quicksand;
    margin-bottom: 5px;
}

.blue {
    align-items: center;
}

.main {
    padding: 6em 3em 0em 3em;
}

.baner-main-content h2 {
    color: white;
    font-size: 64px;
    font-weight: bold;
    margin: 0;
}

.baner-main-content p {
    color: white;
    padding: 20px 0px 40px 0px;
    margin: 0;
    font-size: 24px;
    font-family: 'Quicksand';
    line-height: 125%;
    margin-bottom: 20px;
}

.baner-main-content a {
    color: #79208D !important;
    background: #FFFFFF;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: bold;
    font-family: Quicksand;
    border-radius: 12px;
}


/* Form */
.form-container {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-header {
    background-color: #29b6f6;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: white;
    padding: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    border-radius: 12px;
    height: 45px;
    background: #F3F3F3;
    padding: 20px;
    font-size: 18px;
    font-family: Quicksand;


}

.banner-form .btn-submit {
    background-color: #8e24aa;
    border: none;
    border-radius: 12px;
    color: white;
    font-weight: 600;
    width: 100%;
    font-size: 20px;
    padding: 15px 0px;
    transition: .3s all ease;
    margin-top: 20px;
}

form {
    padding: 30px 30px 40px 30px;
}

.form-group label {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 2px;
}

/* Baby section */

section.baby {
    background-image: url(../Images/baby.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.evry-step h2 {
    font-size: 40px;
    color: #79208D;
    font-weight: bold;
    margin: 0;
}

span.evry {
    display: block;
}

.evry-step p {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    font-family: Quicksand;
    padding-top: 20px;
}

.evry-step {
    padding: 0 10px;
}


/* Slider */
.header-txt {
    text-align: center;
}

.header-txt h1 {
    color: #79208D;
    font-weight: bold;
    font-size: 40px;
}

.header-txt p {
    font-size: 18px;
}

.slick-slider {
    margin-top: 40px;
}

.slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.slick-slide img {
    border-radius: 15px;
    max-width: 100%;
    object-fit: cover;
}

.slick-slide .btm-txt {
    background-color: #FDF5FF;
    padding: 20px;
    margin-left: 20px;
    border-left: 5px solid #79208E;
}

.slick-slide .tp {
    padding: 20px;
    margin-left: 10px;
}

.btm-txt h2 {
    color: #333;
    font-weight: 700;
}

.btm-txt h3 {
    color: #101010;
    font-weight: 700;
    margin-top: 20px;
    font-size: 20px;
}

.btm-txt p {
    color: #666;
    font-size: 18px;
    font-family: Quicksand;
    font-weight: 600;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination .dot {
    height: 10px;
    width: 10px;
    background-color: #7b2cbf;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

section.growing {
    background-image: url(../Images/growing.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.tp h3 {
    font-size: 32px;
    font-weight: bold;
}

.tp p {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    font-family: Quicksand;
}

.slick-dots li button:before {
    opacity: .75;
    color: #79208D !important;
    font-size: 12px;
    font-weight: bold;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #79208D !important;
    font-size: 15px;

}

.slick-dots {
    bottom: -40px;
}

/* Doctors */
.card {
    border: none;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0 15px;
    /* Add margin to create gap between slides */
}

.card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
    object-position: top;
}

.card-title {
    color: #007bff;
    font-size: 1.25rem;
}

.card-text {
    color: #333;
}

.section-title {
    font-size: 32px;
    margin-bottom: 1.5rem;
    color: white;
}

.section-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
    color: white;
}

.slick-dots li button:before {
    color: #007bff;
}

section.doctors {
    background-image: url(../Images/Do-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

section.doctors .slick-dots li button:before {
    opacity: .75;
    color: white !important;
    font-size: 12px;
    font-weight: bold;
}

section.doctors .slick-dots li.slick-active button:before {
    opacity: .75;
    color: white !important;
    font-size: 15px;

}

span.gyno {
    display: block;
}

/* Services */

section.services {

    position: relative;
    padding: 80px 0px;
}

section.services:before {
    content: '';
    background: #79208E;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0%;
    z-index: -1;
}

.ser-head {
    text-align: center;
    color: white;
}

.ser-head p {
    font-size: 20px;
    padding-bottom: 40px;
    margin: 0;
}

.ser-head h2 {
    font-weight: bold;
    font-size: 40px;
}

.line {
    background: white;
    text-align: center;
    padding: 16px 20px;
    border-radius: 12px;
    border-bottom: 4px solid #79208E;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 250px;
    align-content: center;
    width: 235px;
    margin-bottom: 30px;
}

.ser-col {
    /* display: grid; */
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    column-gap: 2em;
}

.line p {
    color: #79208E;
    font-weight: 500;
}

.line img {
    margin-bottom: 20px;
}

/* Age */
section.Age {
    background-image: url(../Images/age.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
}

.age-heading {
    text-align: center;
}

.blue-box {
    background: #50A9E2;
    color: white;
    padding: 30px;
}

.blue-box p span {
    margin-right: 10px;
}

/* Faq  */


details {
    border: 1px solid rgba(112, 112, 112, 0.1);
    border-radius: 4px;
    padding: 0.5em 0.5em 0;
    margin-bottom: 10px;
    cursor: pointer;
}

summary {
    font-weight: 600;
    margin: -0.5em -0.5em 0;
    color: #79208D;
    padding: 0.5em;
    font-size: 20px;
    background: #FFFFFF;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

details[open] {
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
}

p.content {
    padding: 20px 0px;
}

summary::marker {
    color: #0000ff;
    font-size: 1.2em;
    margin-right: 20px;
}



details summary::after {
    content: "+";
    float: right;
    font-size: 1.2em;
    color: gray;
}

details[open] summary::after {
    content: "-";
    float: right;
    font-size: 1.5em;
    color: gray;
}


section.faq {
    background: #F5F6F8;
    padding: 80px 0px;
}

.faq-head {
    text-align: center;
    padding-bottom: 40px;

}

.faq-head h3 {
    color: #79208E;
    font-size: 40px;
    font-weight: bold;

}

summary.first {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

}

summary.last {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;

}

summary {
    padding: 15px;

}

/* Footer */

section.footer {
    background: #79208D;
    padding-top: 40px;
    padding-bottom: 12px;
}

img.logo-fotor {
    width: 145px;
}

img.end {
    width: 50px;
}

.slick-arrow {
    display: none !important;
}

section.footer .align-items-center {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cpoyright {
    text-align: center;
    color: white;
    margin: 0;
}

.container-fluid.last {
    padding-top: 15px;
}

.container-fluid.last {
    border-top: #ffffff24 2px solid;
}

@media (max-width:1440px) {
    .location_box h4 {
        font-size: 22px;
        min-height: 40px;
      }

      .location_box {
        min-height: 260px;
      }
    .main {
        padding: 5em 2em 0em 2em;
    }

    .baner-main-content h2 {
        font-size: 60px;
    }

    .baner-main-content p {
        font-size: 22px;
    }
}

@media (max-width:1300px) {
    .detail p.reg {
        font-size: 16px;
    }

    span.call-img p {
        font-size: 22px;
    }

    .baner-main-content h2 {
        font-size: 55px;
    }

    .baner-main-content p {
        font-size: 20px;
        padding: 20px 0px 30px 0px;
    }

    .evry-step h2 {
        font-size: 35px;

    }

    .header-txt h1 {

        font-size: 35px;
    }

    .tp h3 {
        font-size: 26px;
    }

    .tp p {
        font-size: 16px;
    }

    .btm-txt h3 {

        font-size: 18px;
    }

    .btm-txt p {
        font-size: 16px;
    }

    .section-title {
        font-size: 30px;
        margin-bottom: 1.2rem;
    }

    .ser-head h2 {
        font-size: 35px;
    }

    .ser-col {
        grid-template-columns: repeat(5, 1fr);
        column-gap: 1em;
    }

    .line {
        height: 235px;
        width: 225px;
    }

    .faq-head h3 {
        font-size: 35px;
    }

    .faq-head {
        padding-bottom: 30px;
    }

    summary {
        font-size: 18px;

    }
}

@media (max-width:1200px) {

    .baner-main-content h2 {
        font-size: 50px;
    }

    .form-header {
        padding: 20px;
        font-size: 18px;
    }

    .baner-main-content a {
        font-size: 18px;
    }

    .banner-form .btn-submit {
        font-size: 18px;
    }

    .evry-step h2 {
        font-size: 30px;
    }

    .evry-step p {
        font-size: 16px;

    }

    .header-txt h1 {
        font-size: 30px;
    }

    .header-txt p {
        font-size: 16px;
    }

    .tp h3 {
        font-size: 19px;
    }

    .slick-slide {

        align-items: unset;
    }

    .card-title {
        color: #007bff;
        font-size: 18px;
    }

    .ser-head h2 {
        font-size: 30px;
    }

    .ser-head p {
        font-size: 18px;
        padding-bottom: 30px;

    }

    .line {
        width: 200px;
    }

    .age-heading h2 {
        font-size: 30px;
    }

    .blue-box p {
        font-size: 13px;
    }

    .faq-head h3 {
        font-size: 30px;
    }

    img.end {
        width: 45px;
    }

    img.logo-fotor {
        width: 140px;
    }

    .cpoyright {
        font-size: 15px;
    }

    span.call-img p {
        font-size: 20px;
    }
}

@media (max-width:1100px) {
    .ser-col {
        display: GRID;
        ROW-GAP: 20PX;
        display: inline-flex;
    }

    .ser-col {
        grid-template-columns: repeat(4, 1fr);
    }

    section.services.line {
        height: 212PX;
        width: 250PX;
    }

    section.services:before {

        bottom: 0;

    }
}

@media (max-width:1000px) {
    section.growing .slick-track {
        column-gap: 15px;

        display: flex;

    }
    .location_box {
        min-height: 240px;
      }

    section.growing .slick-slide {
        display: block !important;

    }

    section.growing .slick-slide .tp {
        padding: 20px 10px;
        margin-left: 0px;
    }

    section.growing .slick-slide .btm-txt {

        margin-left: 0px;

    }

    section.growing .slick-slide .tp {

        text-align: center;
    }

    .slick-slide img {
        width: 100%;
    }

    .age-heading h2 {
        font-size: 25px;
    }

    .blue {
        align-items: end;
    }

    .blue-box p {
        font-size: 11px;
    }

    .faq-head h3 {
        font-size: 25px;
    }
}

@media (max-width:768px) {
    span.call-img p {
        font-size: 18px;
    }

    .baner-main-content h2 {
        font-size: 40px;
    }

    .ser-col {
        display: GRID;
        ROW-GAP: 20PX;
    }

    .ser-col {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 1em;
    }

    section.services.line {

        height: 212PX;

        width: 250PX;
    }

    section.services:before {

        bottom: 0;

    }

    .main .row.align-items-center {
        gap: 3em;
        justify-content: center;
    }

    .baner-main-content {
        text-align: center;
    }

    .baner-main-content p {
        font-size: 18px;
    }

    section.ankura-banner {
        padding-bottom: 40px;

    }

    .evry-step h2 {
        font-size: 25px;
    }

    .evry-step p {
        font-size: 14px;
    }

    section.baby {
        background-image: linear-gradient(0deg, rgb(0 0 4 / 31%), rgb(255 255 255 / 30%)), url(../Images/baby.jpg);

    }

    .header-txt h1 {
        font-size: 25px;
    }

    .header-txt p {
        font-size: 14px;
    }

    .card-text:last-child {
        font-size: 12px;
        margin-bottom: 0;
    }

    .ser-head h2 {
        font-size: 25px;
    }

    .ser-head p {
        font-size: 16px;
        padding-bottom: 20px;
    }

    section.services {
        position: relative;
        padding: 40px 0px;
    }

    .age-heading h2 {
        font-size: 25px;
    }

    .age-heading p {
        font-size: 14px;
    }
    .location_box {
        min-height: inherit;
        padding: 20px;
      }
}

@media(max-width:699px) {
    .ser-col {
        display: GRID;
        ROW-GAP: 20PX;
        grid-template-columns: repeat(2, 1fr);
        margin-left: 1px;
    }

    .line {
        width: 100%;
    }
}

@media(max-width:500px) {
    .ser-col {
        display: GRID;
        ROW-GAP: 0PX;
        grid-template-columns: repeat(2, 1fr);
    }

    section.services.line {

        height: 212PX;

        width: 250PX;
    }

    .line {
        width: unset !important;
    }

    section.services:before {

        bottom: 0;

    }


    section.growing .slick-track {
        column-gap: 15px;

        display: flex;

    }

    section.growing .slick-slide {
        display: block !important;

    }

    section.growing .slick-slide .tp {
        padding: 20px 10px;
        margin-left: 0px;
    }

    section.growing .slick-slide .btm-txt {

        margin-left: 0px;

    }

    .baner-main-content h2 {
        font-size: 26px;
    }

    .detail p.reg {
        font-size: 12px;
    }

    span.call-img p {
        font-size: 12px;
    }

    section.ankura-banner .container.nav .logo img {
        width: 125px;
        object-fit: contain;
    }

    .form-header {
        font-size: 16px;
    }

    .baner-main-content a {
        font-size: 16px;
    }

    .baner-main-content p {
        font-size: 16px;
    }

    section.ankura-banner {
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .main {
        padding: 3em 0.5em 0em 0.5em;
    }

    .evry-step h2 {
        font-size: 23px;
    }

    .header-txt h1 {
        font-size: 23px;
    }

    .btm-txt p {
        font-size: 14px;
    }

    .btm-txt h3 {
        font-size: 16px;
    }

    .tp h3 {
        font-size: 18px;
    }

    section.doctors {

        padding: 40px 0px;
    }

    .section-title {
        font-size: 23px;
        margin-bottom: 1rem;
    }

    .section-subtitle {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .section-subtitle {
        font-size: 14px;

    }

    .ser-head h2 {
        font-size: 23px;
    }

    .age-heading h2 {
        font-size: 23px;
    }

    .faq-head h3 {
        font-size: 23px;
    }

    summary {
        font-size: 16px;
    }

    p.content {
        font-size: 14px;
    }

    .cpoyright {
        font-size: 14px;
    }
}




.secspace {
    padding: 80px 0;
  }


.location_box {
    text-align: center;
    box-shadow: 0 2px 10px 0 #ccc;
    min-height: 280px;
    padding: 40px;
    margin: 0 0 30px 0;
  }

  .location_box h4 {
    color: #bb569d;
    min-height: 60px;
  }

  .location_box p {
    color: #555;
    font-size: 15px;
  }
  .title {
    text-align: center;
    font-size: 40px;
    margin: 0 0 30px 0;
    color: #bb569d;
    font-weight: 700;
}
.line img {
    width: 60px;
}

.baner-main-content a{
    text-decoration: none;
}