body, html{
    overflow-x: hidden;
}
.topbar{
    padding: 15px 0px 0px 0px;
}
.topbar ul li:not(:last-child){
    margin-right: 33px;
}
.topbar ul li a{
    color: #192c53;
}
.navbar-nav{
    padding-left: 25px;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}
.navbar-nav .nav-item .nav-link{
    color: #192c53;
    font-size: 18px;
    font-weight: 400;
}
.logo-wrapper{
    display: flex;
    justify-content: center;
}

.hero-content{
    padding: 150px 0px 0px 150px;
}
.hero-content h1{
    color: #322364;
    display: block;
    letter-spacing: -.046875rem;
    font-size: clamp(3.2727272727rem, 3.5vw, 3.5rem);
    line-height: clamp(3.4090909091rem, 4vw, 4rem);
    margin-bottom: 25px;
}
.hero-content p{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
}
.btn.btn-consult{
    color: #fff;
    font-weight: 500;
    background: #322364;
    position: relative;
    transition: .3s ease-out;
    padding: clamp(.5909090909rem, .8125vw, .8125rem) clamp(1.8181818182rem, 2.5vw, 2.5rem) clamp(.5rem, .6875vw, .6875rem);
    font-size: clamp(.7272727273rem, 1vw, 1rem);
    line-height: clamp(1rem, 1.375vw, 1.375rem);
}
.btn.btn-consult:hover{
    background: #192c53
}

.intro-section{
    margin-top: -16px;
    background: #322364;
    color: #fff;
}
.intro-content{
    padding: 100px;
}
.intro-content h2{
    font-size: 50px;
    text-align: center;
    margin-bottom: 25px;
}
.intro-content p{
    font-size: 22px;
    text-align: center;
}

.why-section{
    padding: 100px;
}
.why-section h2{
    font-size: 45px;
    font-weight: 600;
    color: #322364;
}
.why-card{
    padding: 15px;
}
.why-card h3{
    font-size: 27px;
    font-weight: 600;
    margin-top: 25px;
    color: #322364;
}

.service-section{
    padding: 50px;
}
.service-content{
    padding: 15px;
}
.service-content h2{
    color: #322364;
    font-size: 45px;
    font-weight: 600;
}
.service-content p{
    font-size: 22px;
}
.btn.btn-view{
    color: #fff;
    font-weight: 500;
    background: #322364;
    position: relative;
    transition: .3s ease-out;
    padding: clamp(.5909090909rem, .8125vw, .8125rem) clamp(1.8181818182rem, 2.5vw, 2.5rem) clamp(.5rem, .6875vw, .6875rem);
    font-size: clamp(.7272727273rem, 1vw, 1rem);
    line-height: clamp(1rem, 1.375vw, 1.375rem);
}
.btn.btn-view:hover{
    background: #192c53
}
.service-card{
    padding: 25px 30px;
    border-left: 1px solid #322364;
    text-align: center;
}
.service-card h3{
    color: #322364;
    font-size: 40px;
    font-weight: 600;
}
.service-card p{
    font-size: 20px;
}
.btn.btn-learn{
    color: #fff;
    font-weight: 500;
    background: #322364;
    position: relative;
    transition: .3s ease-out;
    padding: clamp(.5909090909rem, .8125vw, .8125rem) clamp(1.8181818182rem, 2.5vw, 2.5rem) clamp(.5rem, .6875vw, .6875rem);
    font-size: clamp(.7272727273rem, 1vw, 1rem);
    line-height: clamp(1rem, 1.375vw, 1.375rem);
}
.btn.btn-learn:hover{
    background: #192c53
}

.testimony{
    padding: 50px;
    height: 100%;
}
.testimony p{
    color: #322364;
    font-size: 40px;
    font-weight: 600;
}

.why-section p{
    font-size: 20px;
    margin-bottom: 25px;
}

.feature-section{
    padding: 100px;
}
.feature-section h2{
    font-size: 45px;
    font-weight: 600;
    color: #322364;
    margin-bottom: 25px;
}
.feature-section p, .feature-section ul li{
    font-size: 22px;
}
.feature-section p, .feature-section ul li{
    margin-bottom: 25px;
}
.feature-section ul li{
    margin-bottom: 10px;
}

.location-content{
    padding: 90px 150px;
}
.location-content h2{
    color: #322364;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
}
.location-content p{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
}

.blog-section{
    padding: 15px 50px;
}
.blog-section h2{
    color: #322364;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
}
.blog-card{
    padding: 25px;
}
.blog-card p.blog-date{
    font-size: 14px;
    font-weight: 700;
}
.blog-card h3{
    font-size: 27px;
    font-weight: 600;
    color: #322364;
}
.blog-card p{
    font-size: 17px;
    font-weight: 500;
}
.btn.btn-read{
    font-size: 20px;
    font-weight: 400;
    color: #322364;
}

.cta-section{
    background-color: #e0e0db;
    padding: 60px 0px 30px 0px;
}
.cta-section h2{
    color: #322364;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}

.main-footer{
    background-color: #192c53;
    padding: 60px 0px;
}
.main-footer p, .main-footer p a{
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.main-footer ul.social-links, .main-footer ul.social-links li{
    display: inline-block;
    margin-right: 20px;
}
.main-footer ul.social-links li a{
    color: white;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
}
.footer-widget h3{
    color: white;
    margin-bottom: 25px;
}
.footer-widget ul li{
    margin-bottom: 10px;
}
.footer-widget ul li a{
    color: white;
    text-decoration: none;
}
.main-footer hr{
    color: white;
}
p.copyright, p.copyright a{
    font-size: 14px;
}

.inner-hero{
    margin-top: -10px;
    margin-bottom: -10px;
    overflow: hidden;
    position: relative;
    height: clamp(22rem, 30.25vw, 38.75rem);
}
.inner-hero img{
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner-hero .text-container{
    left: 0;
    bottom: 5px;
    width: clamp(35rem, 47vw, 47rem);
    position: absolute;
    padding: clamp(2.25rem, 3vw, 3rem) clamp(4.75rem, 6.5vw, 6.5rem);
    background: #322364f5;
}
.inner-hero .text-container h1{
    color: #fff;
    font-size: clamp(2.5rem, 3vw, 3rem);
    line-height: clamp(2.75rem, 3.5vw, 3.5rem);
}
.inner-hero .text-container ul, .inner-hero .text-container ul li{
    display: inline-block;
    color: white;
    font-weight: 600;
}
.inner-hero .text-container ul li:not(:last-child){
    margin-right: 15px;
}
.inner-hero .text-container ul li:not(:last-child)::after{
    content: ">";
    margin-left: 15px;
}

.page-about-section{
    padding: 100px 0px;
    background-color: #e0e0db;
}
.page-about-section h2{
    color: #322364;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
}
.page-about-section p, .page-about-section.two ul li, .feature-section.two ol li{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
}
.page-about-section ul, .page-about-section ul li{
    display: inline-block;
    color: #322364;
    font-size: 18px;
    font-weight: 500;
}
.page-about-section.two ul li{
    list-style: circle;
    color: #212529;
}

.cta-section2{
    background-color: #322364;
    padding: 70px 0px;
    color: white;
}
.cta-section2 h2{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
}
.cta-section p, .cta-section2 p{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
}
.btn.btn-cta{
    color: #322364;
    font-weight: 500;
    background: #fff;
    position: relative;
    transition: .3s ease-out;
    padding: clamp(.5909090909rem, .8125vw, .8125rem) clamp(1.8181818182rem, 2.5vw, 2.5rem) clamp(.5rem, .6875vw, .6875rem);
    font-size: clamp(.7272727273rem, 1vw, 1rem);
    line-height: clamp(1rem, 1.375vw, 1.375rem);
}
.btn.btn-cta:hover{
    background-color: #e0e0db;
}

.treatment-section{
    padding: 100px 0px;
}
.treatment-section h2{
    color: #322364;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
}
.treatment-section p{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
}
.treatment-section .treatment-card{
    padding: 25px;
    background-color: #322364;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
}
.treatment-section .treatment-card a{
    text-decoration: none;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}
.treatment-section .treatment-card:hover{
    background-color: #192c53;
}

.faq-section{
    padding: 100px 0px;
}
.faq-section h2{
    color: #322364;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
}
.faq-section .accordion-button{
    font-size: 45px;
    color: #192c53;
    border-bottom: 1px solid #192c53;
    padding: 40px 0px; 
}
.faq-section .accordion-item{
    border: none;
}
.faq-section .accordion-body, .faq-section .accordion-body a{
    font-size: 25px;
    color: #192c53;
}
.faq-section .accordion-button:not(.collapsed) {
    background-color: transparent;
}
.faq-section p{
    font-size: 25px;
    color: #192c53;
    text-align: center;
}

.ivf-process.two{
    background-color: #e0e0db;
}
.ivf-process, .iui-process{
    padding: 100px 0px;
}
.ivf-process ol li, .iui-process ol li{
    font-size: 20px;
    margin-bottom: 15px;
}
.ivf-process ol li b, .iui-process ol li b{
    color: #322364;
}
.ivf-process ol li::marker, .iui-process ol li::marker{
    color: #322364;
    font-size: 35px;
    font-weight: 500;
}

.contact-section{
    padding: 100px 0px;
}
.contact-section h2{
    color: #322364;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
}
.contact-section p{
    color: #322364;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}
.form-section{
    padding: 100px 0px;
}
.form-section h2{
    color: #322364;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
}
.contact-form label, .consult-form label{
    color: black;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact-form .form-control, .consult-form .form-control{
    border: 1px solid #9997a1;
    border-radius: 10px;
    font-size: 18px;
}
.page-about-content.iui{
    padding: 60px 20px;
}

.services-section{
    padding: 100px 0px;
}
.option-card{
    width: 100%;
}
.option-card a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.option-card h3{
    position: absolute;
    bottom: -10px;
    width: 100%;
    color: white;
    background-color: #322364;
    padding: 20px 0px;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.option-card img{
    transition: all 0.3s ease;
    border-radius: 15px;
}
.option-card:hover h3{
    background-color: #192c53;
}

.page-about-content a.edu-link{
    font-size: 20px;
    font-weight: 400;
    color: #322364;
}
.services-section h2{
    color: #322364;
    font-size: 45px;
    font-weight: 600;
    padding-bottom: 50px;
}
.buttons-section{
    padding: 100px 0px;
}
.btn.btn-read2{
    width: 100%;
    text-decoration: none;
    background-color: #03000e;
    color: white;
    padding: 15px 0px;
    transition: all 0.3s ease;
}
.btn.btn-read2:hover{
    background-color: #192c53;
}
.feature-section p a, .feature-section ul li a{
    color: #03000e;
}
.edu tr th{
    background-color: #192c53;
    color: white;
    text-align: center;
}
.edu tr th, .edu tr td{
    font-size: 22px;
    border: 1px solid #192c53;
}

@media only screen and (max-width: 1425px) {
    .hero-content{
        padding: 50px 0px 0px 50px;
    }
    .service-section{
        padding: 40px;
    }
    .testimony{
        padding: 25px;
    }
    .testimony p{
        font-size: 35px;
    }
    .location-content{
        padding: 30px 60px;
    }
}
@media only screen and (max-width: 1365px) {
    .navbar-nav{
        padding-left: 50px;
    }
    .hero-content{
        padding: 50px 0px 0px 50px;
    }
    .intro-content{
        padding: 80px;
    }
    .intro-content h2{
        font-size: 45px;
    }
    .intro-content p{
        font-size: 22px;
    }
    .why-section{
        padding: 80px;
    }
    .why-card h3{
        font-size: 24px;
    }
    .service-content h2, .service-card h3{
        font-size: 35px;
    }
    .service-content p{
        font-size: 20px;
    }
    .feature-section{
        padding: 80px;
    }
    .feature-section h2{
        font-size: 40px;
    }
    .feature-section p, .feature-section ul li{
        font-size: 20px;
    }
    .testimony{
        padding: 25px;
    }
    .testimony p{
        font-size: 33px;
    }
    .location-content{
        padding: 20px 70px;
    }
    .location-content p{
        font-size: 22px;
    }
    .page-about-section h2{
        font-size: 40px;
    }
    .treatment-section, .faq-section{
        padding: 80px 0px;
    }
}
@media only screen and (max-width: 1280px) {
    .hero-content{
        padding: 25px 0px 0px 25px;
    }
    .feature-section{
        padding: 60px;
    }
    .feature-section h2{
        font-size: 40px;
    }
    .feature-section p, .feature-section ul li{
        font-size: 20px;
    }
    .testimony{
        padding: 20px;
    }
    .testimony p{
        font-size: 30px;
    }
    .location-content{
        padding: 20px 50px;
    }
    .location-content p{
        font-size: 22px;
    }
    .treatment-section h2{
        font-size: 40px;
    }
    .treatment-section p{
        font-size: 20px;
    }
    .faq-section h2{
        font-size: 40px;
    }
    .faq-section .accordion-button{
        font-size: 40px;
    }
    .faq-section .accordion-body, .faq-section .accordion-body a{
        font-size: 20px;
    }
    .treatment-section, .faq-section, .ivf-process, .iui-process{
        padding: 50px 0px;
    }
    .contact-section{
        padding: 50px 0px;
    }
    .contact-section h2{
        font-size: 40px;
    }
    .form-section{
        padding: 50px 0px;
    }
    .form-section h2{
        font-size: 40px;
    }
}
@media only screen and (max-width: 1024px) {
    .navbar-nav{
        padding-left: 15px;
    }
    .navbar-nav .nav-item .nav-link{
        font-size: 14px;
    }
    .hero-content h1{
        letter-spacing: 0.03rem;
        font-size: clamp(2.25rem, 2.25vw, 2.25rem);
        line-height: clamp(2.5rem, 2.5vw, 2.5rem);
    }
    .hero-content p{
        font-size: 20px;
    }
    .intro-content{
        padding: 50px;
    }
    .intro-content h2{
        font-size: 35px;
    }
    .intro-content p{
        font-size: 20px;
    }
    .why-section{
        padding: 40px;
    }
    .why-section h2{
        font-size: 40px;
    }
    .why-card h3{
        font-size: 20px;
    }
    .service-section{
        padding: 20px;
    }
    .service-content h2, .service-card h3{
        font-size: 30px;
    }
    .service-content p{
        font-size: 20px;
    }
    .feature-section{
        padding: 25px;
    }
    .feature-section h2{
        font-size: 30px;
    }
    .feature-section p, .feature-section ul li{
        font-size: 18px;
    }
    .testimony{
        padding: 10px;
    }
    .testimony p{
        font-size: 25px;
    }
    .cta-section h2{
        font-size: 35px;
    }
    .location-content{
        padding: 10px 5px;
    }
    .location-content p{
        font-size: 20px;
    }
    .blog-section{
        padding: 25px;
    }
    .blog-card {
        padding: 15px;
    }
    .page-about-section p{
        font-size: 20px;
    }
    .cta-section2{
        padding: 50px 0px;
    }
    .cta-section2 h2{
        font-size: 40px;
    }
    .cta-section2 p{
        font-size: 20px;
    }
    .treatment-section, .faq-section{
        padding: 40px 0px;
    }
    .treatment-section .treatment-card {
        padding: 15px;
    }
    .contact-section{
        padding: 40px 0px;
    }
    .contact-section h2{
        font-size: 35px;
    }
    .form-section{
        padding: 40px 0px;
    }
    .form-section h2{
        font-size: 35px;
    }
    .contact-form label, .consult-form label{
        font-size: 16px;
    }
    .contact-form .form-control, .consult-form .form-control{
        font-size: 16px;
    }
}
@media only screen and (max-width: 920px) {
    .navbar-nav .nav-item .nav-link{
        font-size: 18px;
    }
    .hero-content h1{
        letter-spacing: -.046875rem;
        font-size: clamp(4rem, 4vw, 4rem);
        line-height: clamp(4.25rem, 4.25vw, 4.25rem);
        text-align: center;
    }
    .hero-content p{
        font-size: 27px;
        text-align: center;
    }
    .btn-wrapper{
        text-align: center;
        margin-bottom: 25px;
    }
    .btn.btn-consult, .btn.btn-view, .btn.btn-learn{
        padding: clamp(.75rem, 1vw, 1rem) clamp(2.5rem, 2.5vw, 2.5rem) clamp(.75rem, 1vw, 1rem);
        font-size: clamp(1.5rem, 1.5vw, 1.5rem);
        line-height: clamp(1.75rem, 1.75vw, 1.75rem);
    }
    .intro-content{
        padding: 40px;
    }
    .intro-content h2{
        font-size: 30px;
    }
    .intro-content p{
        font-size: 18px;
    }
    .why-section{
        padding: 50px;
    }
    .why-card h3{
        font-size: 24px;
    }
    .service-section{
        padding: 25px;
    }
    .service-content{
        text-align: center;
    }
    .service-content h2, .service-card h3{
        font-size: 45px;
    }
    .service-content p, .service-card p{
        font-size: 25px;
    }
    .service-card{
        border: none;
    }
    .feature-section{
        padding: 40px;
    }
    .feature-section h2{
        font-size: 40px;
    }
    .feature-section p, .feature-section ul li{
        font-size: 20px;
    }
    .testimony{
        padding: 25px;
    }
    .testimony p{
        font-size: 40px;
    }
    .cta-section h2{
        font-size: 45px;
    }
    .location-section{
        text-align: center;
    }
    .treatment-section h2{
        font-size: 45px;
    }
    .treatment-section .treatment-card {
        padding: 15px;
    }
    .faq-section h2{
        font-size: 45px;
    }
    .faq-section .accordion-button{
        font-size: 45px;
    }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 600px) {
    .topbar ul li a span{
        display: none;
    }
    .hero-content h1{
        letter-spacing: 0;
        font-size: clamp(2.5rem, 2.5vw, 2.5rem);
        line-height: clamp(2.75rem, 2.75vw, 2.75rem);
    }
    .hero-content p{
        font-size: 20px;
    }
    .btn.btn-consult{
        padding: 15px;
        font-size: 18px;
        line-height: 22px;
    }
    .intro-content{
        padding: 20px;
    }
    .intro-content h2{
        font-size: 25px;
    }
    .intro-content p{
        font-size: 15px;
    }
    .why-section{
        padding: 20px;
    }
    .why-section h2{
        font-size: 40px;
    }
    .why-card h3{
        font-size: 22px;
    }
    .service-section{
        padding: 20px;
    }
    .service-content h2, .service-card h3{
        font-size: 40px;
    }
    .service-content p, .service-card p{
        font-size: 20px;
    }
    .feature-section{
        padding: 20px;
    }
    .feature-section h2{
        font-size: 30px;
    }
    .feature-section p, .feature-section ul li{
        font-size: 16px;
    }
    .testimony{
        padding: 15px;
    }
    .testimony p{
        font-size: 22px;
        text-align: justify;
    }
    .location-section h2, .blog-section h2, .cta-section h2{
        font-size: 35px;
    }
    .location-section p{
        font-size: 20px;
        text-align: justify;
    }
    .blog-section, .blog-card {
        padding: 15px;
    }
    .page-about-section h2{
        font-size: 30px;
    }
    .page-about-section {
        padding: 10px;
    }
    .page-about-section p{
        font-size: 16px;
    }
    .cta-section2{
        padding: 25px 10px;
    }
    .cta-section2 h2{
        font-size: 30px;
    }
    .cta-section2 p{
        font-size: 18px;
    }
    .treatment-section h2{
        font-size: 30px;
    }
    .treatment-section p{
        font-size: 18px;
    }
    .faq-section h2{
        font-size: 30px;
    }
    .faq-section .accordion-button{
        font-size: 25px;
    }
    .faq-section .accordion-body, .faq-section .accordion-body a{
        font-size: 18px;
    }
    .treatment-section, .faq-section{
        padding: 25px 0px;
    }
    .treatment-section .treatment-card {
        padding: 15px;
    }
    .ivf-process ol li, .iui-process ol li{
        font-size: 18px;
    }
    .ivf-process ol li::marker, .iui-process ol li::marker{
        font-size: 25px;
    }
    .contact-section{
        padding: 20px 0px;
    }
    .contact-section h2{
        font-size: 30px;
    }
    .form-section{
        padding: 20px 0px;
    }
    .form-section h2{
        font-size: 30px;
    }
}
@media only screen and (max-width: 420px) {
    
}
@media only screen and (max-width: 360px) {
    
}