/*

1. Light Blue Color --> #146f9c

2. Dark Blue Color --> #093348

*/

/************************************/
/***          Common Css          ***/
/************************************/
.text-align-justify {
	text-align: justify !important;
}

.heading2 p { 
	text-align: justify;
}

.footer-padding-0 {
    padding: 0;
}

.heading2 h4 {
    color: var(--ztc-text-text-11);
}

/************************************/
/***         Preloader Css        ***/
/************************************/
.cs_preloader .cs_preloader_in {
    text-align: center;
}

.cs_preloader_in img {
    width: 50%;
    animation: pulseLogo 1.8s ease-in-out infinite;
}

@keyframes pulseLogo {
    0%,100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
}


/************************************/
/***          Header Css          ***/
/************************************/
.header-container {
    max-width: 1320px;
}
.banner-container {
    max-width: 1280px;
}
.about-container-container {
    max-width: 1200px;
}
.vl-logo {
    width: 210px;
}
.header-contaxt-row {
    padding: 0 12px 0 0;
}

/************************************/
/***      Page BreadCrumb Css     ***/
/************************************/
.inner-header-section-area {
    position: relative;
    background: url("../img/bg-2.png") center top/cover no-repeat;
    overflow: hidden;
}

.inner-header-section-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(114 150 167 / 52%);
    z-index: 1;
}

/* Contact Page Background */
.contact-inner-header-section-area {
    background: url("../img/bg-12.png") center top/cover no-repeat;
}
/*.contact-inner-header-section-area::before {
    background: rgb(52 76 87 / 52%);
}*/

/* Our Clinic Page Background */
.our-clinic-inner-header-section-area {
    background: url("../img/bg-4.png") center top/cover no-repeat;
}

/* Medical Page Background */
.medical-inner-header-section-area {
    background: url("../img/bg-5.png") center top/cover no-repeat;
}

/* Basic of Infertility Page Background */
.basic-of-infertility-inner-header-section-area {
    background: url("../img/bg-6.png") center top/cover no-repeat;
}

/* Beautiful Babies Page Background */
.beautiful-babies-inner-header-section-area {
    background: url("../img/bg-8.png") center top/cover no-repeat;
}

/* Am I Pregnant Page Background */
.am-i-pregnant-inner-header-section-area {
    background: url("../img/bg-7.png") center top/cover no-repeat;
}

/* Social Page Background */
.social-inner-header-section-area {
    background: url("../img/bg-9.png") center top/cover no-repeat;
}

/* Just 3 Words Page Background */
.just-3-words-inner-header-section-area {
    background: url("../img/bg-10.png") center top/cover no-repeat;
}

/* Treatments Page Background */
.treatments-inner-header-section-area {
    background: url("../img/bg-11.png") center top/cover no-repeat;
}

/* Books Page Background */
.books-inner-header-section-area {
    background: url("../img/bg-3.png") center top/cover no-repeat;
}

.inner-header-section-area .container,
.inner-header-section-area .row,
.inner-header-section-area .heading,
.inner-header-section-area .content {
    position: relative;
    z-index: 2;
}

.inner-header-section-area .hero-header p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
    background: rgb(255 255 255 / 18%);
    padding: 10px 13px;
    border-radius: 50px;
}

.inner-header-section-area .hero-header a:hover  {
    color: var(--ztc-bg-bg-9);
}

.inner-header-section-area .hero-header p i {
    padding-right: 5px;
}

/************************************/
/***        Home Banner Css       ***/
/************************************/
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header h1 span {
    display: inline-block;
    background: var(--ztc-text-text-10);
    padding: 8px 18px 15px;
    border-radius: 30px;
    line-height: 1.2;
    margin-top: 10px;
}

/************************************/
/***        Home About Css        ***/
/************************************/
.benefites-section-area {
    padding: 100px 0 70px;
}
.floating-icon{
    width: 25px;
    margin-right: 8px;
    animation: floatIcon 2s ease-in-out infinite;
}

@keyframes floatIcon{
    0%,100%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-5px);
    }
}

.section-title{
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
}

.section-title span{
    color: var(--ztc-text-text-10);
    position: relative;
}

.section-title span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 12px;
    background: rgb(20 111 156 / 28%);
    z-index: -1;
    border-radius: 20px;
}

.section-subtitle {
    color: var(--ztc-bg-bg-8);
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}


/************************************/
/***    Home Why Choose Us Css    ***/
/************************************/
.service-benefites-section-area {
    padding: 70px 0;
}


/************************************/
/***      Home Treatments Css     ***/
/************************************/
.home-treatment-btn {
    margin-top: 20px;
    text-align: center;
}


/************************************/
/***       Home Counter Css        ***/
/************************************/
.counter-section{
    background: #f7fbfd;
    padding: 80px 0;
}

.counter-box{
    background: #fff;
    border-radius: 18px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #e9eef3;
    transition: .35s;
    box-shadow: 0 12px 35px rgba(0,0,0,.06);
    height: 100%;
}

.counter-box:hover{
    transform: translateY(-10px);
    border-color: #f4fcff;
    box-shadow: 0 20px 45px rgba(20,111,156,.18);
}

.counter-icon{
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(135deg,#146f9c,var(--ztc-bg-bg-8));
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 25px;
}

.counter-box h2{
    font-size: 48px;
    color: var(--ztc-bg-bg-8);
    font-weight: 700;
    margin-bottom: 8px;
}

.counter-box h5{
    color: var(--ztc-bg-bg-8);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}


/************************************/
/***     Home Our Clinic Css      ***/
/************************************/
.clinic-section {
    padding: 70px 0 90px;
    background: #f7fbfd;
}

.section-title span{
    color: #146f9c;
    font-weight: 700;
    /*letter-spacing: 2px;*/
}

.section-title p {
    margin: auto;
    color: var(--bs-gray);
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    text-align: center;
}

.clinic-card{
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0,0,0,.08);
    transition: .4s;
    height: 100%;
}

.clinic-card:hover{
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgb(20 111 156 / 15%);
}

.clinic-image{
    position: relative;
    overflow: hidden;
}

.clinic-image img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: .5s;
}

.clinic-card:hover .clinic-image img{
    transform: scale(1.08);
}

.clinic-badge{
    position: absolute;
    top: 20px;
    left: 20px;
    background: #146f9c;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

/*.clinic-content{
    padding: 35px;
}*/

.clinic-logo{
    width: 180px;
    margin-bottom: 20px;
}

.clinic-content h3{
    color: #093348;
    font-size: 30px;
    margin-bottom: 15px;
}

.clinic-content p{
    color: #666;
    line-height: 30px;
}

.clinic-info-grid{
    list-style: none;
    padding: 0;
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 30px;
}

.clinic-content ul{
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.clinic-content ul li {
    margin-bottom: 0;
    font-weight: 500;
}

.clinic-content ul li i{
    color: #146f9c;
    margin-right: 10px;
}

.clinic-info{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    margin-bottom: 25px;
}

.clinic-info div, .clinic-info div a {
    margin-bottom: 12px;
    color: #555;
    transition: all .4s ease-in-out;
}

.clinic-info div a:hover {
    color: var(--ztc-bg-bg-9);
}

.clinic-info i{
    width: 30px;
    color: #146f9c;
}

.clinic-btn{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--ztc-bg-bg-9);
    color: #fff;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 50px;
    transition: .4s;
    font-weight: 600;
}

.clinic-btn:hover {
    background: var(--ztc-bg-bg-8);
    color: #fff;
}

.clinic-btn i{
    transition: .4s;
}

.clinic-btn:hover i{
    transform: translateX(6px);
}


/************************************/
/***    About Doctor Page Css     ***/
/************************************/
.team-all-details-area .team-single-boxarea2 .content-area ul li a:hover {
    color: var(--ztc-text-text-10);
}

.about-doctor-section p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
    padding-bottom: 12px;
    letter-spacing: 0.3px;
}


/************************************/
/***       Medical Page Css       ***/
/************************************/
.service8-widgetbox .content-area .icons img,
.service8-widget-box2 .content-area .icons img {
    width: 60%;
}


/*************************************/
/***      Treatments Page Css      ***/
/*************************************/
.treatment-center {
    align-items: center;
}
.treatment-content {
    padding-top: 30px;
}
.treatment-content p {
    padding-bottom: 15px;
    font-weight: 500;
    line-height: 27px;
    font-size: 17px;
}
#pills-tab{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/*************************************/
/*** Basic of Infertility Page Css ***/
/*************************************/
.article-section{
    background: #fff;
}

.sticky-image{
    position: sticky;
    top: 120px;
}

.sticky-image img{
    width: 100%;
    border-radius: 20px;
    display: block;
}

.image-card{
    background: #fff;
    margin-top: -60px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    position: relative;
    z-index: 2;
}

.image-card span{
    color: #1387b8;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.image-card h4{
    margin-top: 10px;
    font-size: 24px;
    line-height: 34px;
}

.article-content{
    padding-left: 20px;
    padding-top: 10px;
}

.article-tag{
    display: inline-block;
    background: #e8f6fb;
    color: #1387b8;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.article-content h2{
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 20px;
}

.article-content>p{
    /*font-size: 17px;*/
    line-height: 30px;
    color: var(--ztc-text-text-3);
    margin-bottom: 15px;
    font-weight: 500;
}

.article-point {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    /*margin-top: 30px;*/
}

.medical-number {
    min-width: 55px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #1387b8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
}

.article-point h4{
    margin-bottom: 10px;
    font-size: 24px;
    color: var(--ztc-bg-bg-8);
    font-weight: 700;
    padding-top: 5px;
}

.article-point p{
    color: var(--ztc-text-text-3);
    line-height: 30px;
    padding-bottom: 15px;
    font-weight: 500;
    text-align: justify;
}

blockquote{
    margin-top: 50px;
    padding: 30px;
    border-left: 5px solid #1387b8;
    background: #f8fbfd;
    border-radius: 12px;
    font-size: 20px;
    font-style: italic;
    color: #093348;
}


/************************************/
/***       Contact Page Css       ***/
/************************************/
.contact-consultation {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 24px;
    letter-spacing: -0.32px;
    display: inline-block;
    transition: all 0.4s;
    padding-left: 8px;
}
.contact-consultation-time {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 24px;
    letter-spacing: -0.32px;
    display: inline-block;
    transition: all 0.4s;
    padding-left: 8px;
}

.contact-inner-section-area .conatct-widget-boxarea:hover .textarea .contact-consultation-time,
.contact-inner-section-area .conatct-widget-boxarea:hover .textarea .contact-consultation {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.contact-map iframe {
    border-radius: 20px;
    height: 510px;
    width: 100%;
}

.contact-boxarea h2 {
    color: var(--ztc-bg-bg-8);
}


/************************************/
/***     Our Clinics Page Css     ***/
/************************************/
.clinic-card{
    background:#fff;
    border-radius:18px;
    padding:45px;
    border:1px solid #e8eef4;
    box-shadow:0 15px 45px rgba(0,0,0,.06);
    transition:.35s;
}

.clinic-card:hover{
    transform:translateY(-5px);
}

.clinic-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.clinic-top h2{
    font-size:34px;
    margin-top:12px;
}

.clinic-tag{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:#EAF7FC;
    color:#1387b8;
    font-weight:600;
}

.clinic-card p {
    color: #5f6570;
    line-height: 30px;
    padding-bottom: 15px;
}

.clinic-services{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin: 10px 0;
}

.clinic-services span{
    background:#f4f8fb;
    padding:10px 18px;
    border-radius:30px;
    font-weight:500;
}

.our-clinic-info{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:30px;
    border-top:1px solid #eee;
    padding-top:30px;
    border-bottom:none;
    padding: 20px 0 0;
    margin-bottom: 0;
}

.our-clinic-info div, .our-clinic-info div a {
    font-weight: 500;
}


.our-clinic-info div {
    margin-bottom: 0;
}

.info-box{
    background: #f4f8fb;
    padding:25px;
    border-radius:12px;
}

.info-box h5{
    margin-bottom:12px;
    color:#1387b8;
}

.info-box p{
    margin:0;
    line-height:28px;
}

.clinic-buttons{
    margin-top:35px;
    display:flex;
    gap:15px;
}

.theme-btn2{
    background:#fff;
    border:2px solid #1387b8;
    color:#1387b8;
    padding:14px 30px;
    border-radius:50px;
    transition:.3s;
}

.theme-btn2:hover{
    background:#1387b8;
    color:#fff;
}


/************************************/
/***      Floating Icon Css       ***/
/************************************/
.floating-contact{
    position: fixed;
    left: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.floating-contact a{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    transition: .3s;
    box-shadow: 0 8px 25px rgba(0,0,0,.2);
}

/* Call Button */
.call-btn{
    background: #146f9c;
}

.call-btn:hover{
    background: #0f5b80;
    transform: scale(1.08);
}

/* WhatsApp Button */
.whatsapp-btn{
    background: #25D366;
}

.whatsapp-btn:hover{
    background: #1fb95a;
    transform: scale(1.08);
}

/* Pulse Animation */
.call-btn,
.whatsapp-btn{
    animation: pulse 2s infinite;
}

@keyframes pulse{
    0%{
        box-shadow:0 0 0 0 rgba(0,0,0,.25);
    }
    70%{
        box-shadow:0 0 0 16px rgba(0,0,0,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(0,0,0,0);
    }
}


/************************************/
/***    Footer CTC Section Css    ***/
/************************************/
.footer-ctc-heading1 h2 {
    font-size: 34px;
    line-height: 46px;
}

.ctc-btn .text {
    color: var(--ztc-bg-bg-9);
    background: var(--ztc-bg-bg-1);
}

.ctc-btn .text::after {
    background: var(--ztc-bg-bg-9);
}


/************************************/
/***          Footer Css          ***/
/************************************/
.vl-footer3-section-area .container{
    position: relative;
    z-index: 2;
}

.vl-footer3-section-area .copyright-area ul li a:hover {
    color: var(--ztc-bg-bg-9);
}

/*-------------------------
Section Titles
--------------------------*/
.footer-widget-area h3 {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: var(--ztc-bg-bg-8) !important;
    margin-bottom: 35px !important;
    position: relative;
    display: inline-block;
}
.footer-widget-area h3:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 4px;
    background: #146f9c;
    border-radius: 20px;
}

/*-------------------------
Doctor About
--------------------------*/
/*.footer-time-area img{
    width: 260px;
}*/
.footer-time-area p {
    margin-top: 15px;
    line-height: 28px;
    color: #444;
    font-weight: 500;
}

/*-------------------------
Quick Links
--------------------------*/
.icon-footer-widget-area ul{
    padding: 0;
    margin: 0;
}
.icon-footer-widget-area li{
    list-style: none;
    margin-bottom: 16px;
}
.icon-footer-widget-area a{
    color: #222;
    font-weight: 600;
    transition: .3s;
}
.icon-footer-widget-area a:hover{
    color: #146f9c;
    padding-left: 8px;
}

/*=====================================
Clinic Cards
======================================*/
.footer-padding-15 {
    margin-left: 25px;
}
.clinic-cards li a, .clinic-cards .footer-contact-item {
    display: flex !important;
    gap: 15px;
}
.clinic-card-1 {
    margin-left: 20px;
}
.clinic-cards .clinic-cards2 a {
    display: flex !important;
    align-items: center;
}
.foot-padding2,
.footer-column3{
    background:#ffffff;
    border-radius:18px;
    padding: 30px 15px 30px 20px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
    border-top:4px solid #146f9c;
    height:100%;
}
.foot-padding2:hover,
.footer-column3:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(20,111,156,.18);
}

/*=====================================
Contact List
======================================*/
.footer-contact-list{
    padding:0;
    margin:0;
}
.footer-contact-list li{
    list-style:none;
    margin-bottom:22px;
}
.footer-contact-list li:last-child{
    margin-bottom:0;
}
.footer-contact-list a{
    display:flex;
    align-items:flex-start;
    gap:15px;
    text-decoration:none;
    color:#333;
    font-weight:600;
}

/*=====================================
SVG Icons
======================================*/
.footer-contact-list svg{
    width:48px;
    height:48px;
    padding:12px;
    background:#eaf6fb;
    border-radius:50%;
    flex-shrink:0;
    transition:.3s;
}
.footer-contact-list li:hover svg{
    background:#146f9c;
    transform:rotate(8deg);
}
.footer-contact-list li:hover svg path,
.footer-contact-list li:hover svg circle{
    stroke:#fff !important;
}

/*=====================================
Text
======================================*/
.footer-contact-content{
    line-height:1.6;
    color:#444;
}
.footer-contact-content h6{
    color:#093348;
    font-size:17px;
    margin-bottom:5px;
    font-weight:700;
}
.footer-contact-content p {
    margin: 0;
    font-weight: 500;
}

/*=====================================
Contact Column
======================================*/
.footer-widget-area-contact ul{
    padding:0;
}
.footer-widget-area-contact li{
    list-style:none;
    margin-bottom:20px;
}
.footer-widget-area-contact a{
    display:flex;
    align-items:center;
    gap:15px;
    color:#222;
    font-weight:600;
    transition:.3s;
}
.footer-widget-area-contact a:hover{
    color:#146f9c;
    padding-left:8px;
}

/*=====================================
Social Icons
======================================*/
.social-links{
    display:flex;
    gap:12px;
    margin-top:25px;
    padding:0;
}
.social-links li{
    list-style:none;
}

.social-links li a{
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background :#fff;
    color: #146f9c;
    box-shadow: 0 8px 18px rgba(0,0,0,.08);
    transition: .3s;
}
.social-links li a:hover{
    background: #146f9c;
    color: #fff !important;
    transform: translateY(-5px);
}


/************************************/
/***        Responsive Css        ***/
/************************************/
@media (max-width: 768px) {
/* ========== COMMON CSS ========== */
    .inner-header-section-area .hero-header a.bradecrumb,
    .inner-header-section-area .hero-header p {
        font-size: 18px;
        font-weight: 500;
    }

    .inner-header-section-area .hero-header p {
        padding: 7px 13px;
    }

    .inner-header-section-area {
        padding: 120px 0 48px;
    }

    .hero-header .space28 {
        height: 15px;
    }

    .medical-inner-header-section-area {
        background: url(../img/bg-5.png) center right / cover no-repeat;
    }

    .inner-header-section-area {
        background: url(../img/bg-2.png) center right / cover no-repeat;
    }

/* ========== HEADER CSS ========== */
    .homepage3-body .vl-offcanvas .vl-offcanvas-logo {
        height: auto;
        width: 240px;
        background: #f5fcff;
        border-radius: 5px 50px 50px 5px;
        padding: 10px 20px 10px 10px;
    }

    .homepage3-body .vl-offcanvas .vl-offcanvas-logo a img {
        width: 100%;
    }

    .homepage3-body .vl-offcanvas {
        padding: 30px 30px;
    }

    .homepage3-body .vl-offcanvas-social a {
        margin-right: 5px;
    }

/* ========== HOME BANNER CSS ========== */
    .hero-all-main-slider .testimonial-arrows button {
        height: 47px;
        width: 47px;
        line-height: 45px;
    }
    .hero-all-main-slider .testimonial-arrows .testimonial-next-arrow {
        margin-top: 20px;
    }
    .hero-all-main-slider .testimonial-arrows {
        top: 74%;
    }
    .banner-btn-left {
        right: 66px;
        position: relative;
        top: 67px;
    }
    .hero-all-main-slider .hero-main-slider .hero3-section-area {
        padding-top: 130px;
    }
    /*.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header h5 {
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
    }*/
    .hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header h5 {
        display: none;
    }
    .hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header h1 span {
        padding: 0px 13px 7px;
        border-radius: 20px;
        line-height: 56px;
    }
    .hero-header .space18 {
        height: 10px;
    }
    .hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header p {
        color: #fff;
        text-align: justify;
    }

/* ========== HOME ABOUT CSS ========== */
    .benefites-section-area .benefites-images .img1 img {
        height: 100%;
        width: 100%;
    }
    .benefites-section-area .benefites-images .img2 {
        display: none;
    }
    .benefites-section-area {
        padding: 70px 0 70px;
    }
    .home-why-choose-heading, .home-why-choose-heading h2 {
        text-align: left !important;
    }
    .home-why-choose-heading .space18 {
        height: 10px;
    }
    .service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area {
        padding-top: 100px;
        padding-left: 0;
    }
    .service-benefites-section-area .benefites-box .star {
        display: none;
    }

/* ========== HOME OUR CLINIC SECTION CSS ========== */
    .clinic-card {
        padding: 30px;
    }

/* ========== HOME COUNTER SECTION CSS ========== */
    .counter-section {
        padding: 60px 0;
    }

    .home-counter-padding {
        padding-bottom: 18px;
    }

    .counter-section .counter-box {
        padding: 20px 15px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
    }

    .home-counter-number {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .counter-section .counter-box h2 {
        font-size: 34px;
    }

    .counter-section .counter-box h5 {
        font-size: 16px;
        line-height: 1.4;
    }

    .counter-section .counter-icon {
        width: 70px;
        height: 70px;
        font-size: 31px;
        margin: 0;
    }

/* ========== HOME WHY CHOOSE US SECTION CSS ========== */
    .service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .title {
        font-weight: 600;
    }
    .service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area p {
        text-align: justify;
    }

/* ========== HOME CLINICS SECTION CSS ========== */
    .clinic-info-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 11px 0;
    }
    .clinic-content p {
        text-align: justify;
        font-weight: 500;
        line-height: 27px;
    }
    .clinic-content h3 {
        font-weight: 600;
    }

/* ========== ABOUT PAGE CSS ========== */
    .team-all-details-area .team-single-boxarea2 {
        width: 100%;
        border-radius: 20px;
    }
    .team-all-details-area .doctor-deatisl-content-area.padding-left {
        margin-left: 0;
    }
    .team-all-details-area .team-single-boxarea2::after {
        background: transparent;
    }

/* ========== TREATMENTS PAGE CSS ========== */
    #pills-tab{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    #pills-tab .nav-link{
        width: 100%;
        text-align: left;
    }
    .case-inenr-area .case-tabs-area ul li {
        margin: 0 8px 5px 0;
    }
    .treatment-center .section-title {
        font-size: 38px;
        font-weight: 700;
        line-height: 1.2;
    }

/* ========== OUR CLINICS PAGE CSS ========== */
    .clinic-clinic-card {
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }
    .clinic-top{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .clinic-info{
        grid-template-columns: 1fr;
    }
    .clinic-clinic-card{
        padding: 0 5px;
    }
    .clinic-buttons{
        flex-direction: column;
    }

    .clinic-clinic-card:hover {
        transform: translateY(0);
        box-shadow: none;
    }

/* ========== CONTACT PAGE CSS ========== */
    .contact-inner-section-area .space60 {
        height: 5px;
    }
    .contact-inner-section-area .space14 {
        height: 5px;
    }
    .contact-inner-section-area .contact-boxarea {
        padding: 30px 30px;
    }
    .contact-inner-section-area .contact-single-boxarea2 .single-box .icons svg {
        width: 28px;
    }
    .contact-inner-section-area .contact-single-boxarea2 .single-box .icons {
        height: 50px;
        width: 50px;
        line-height: 46px;
    }
    .contact-inner-section-area .contact-single-boxarea2 .single-box .text h4 {
        font-weight: 700;
    }
    .contact-inner-section-area .conatct-widget-boxarea h5 {
        font-weight: 600;
    }
    .contact-boxarea h2 {
        font-weight: 600;
    }

/* ========== BASIC OF INFERTILITY PAGE CSS ========== */
    .article-content {
        padding-left: 0;
        padding-top: 50px;
    }
    .article-point {
        gap: 12px;
        flex-direction: column;
    }
    .medical-number {
        min-width: 55px;
        width: 60px;
        height: 60px;
        font-size: 26px;
    }
    .article-point p {
        padding-bottom: 20px;
    }

/* ========== FLOATING ICON CSS ========== */
    .floating-contact{
        left:15px;
        bottom:15px;
    }

    .floating-contact a{
        width:55px;
        height:55px;
        font-size:24px;
    }

/* ========== FOOTER CTC SECTION CSS ========== */
    .cta2-section-area .cta-circle-area .img1 img {
        left: 54px;
        top: 5px;
    }
    .cta2-section-area .cta-circle-area .text svg {
        bottom: -30px;
    }
    .cta2-section-area .cta-circle-area span {
        left: 60%;
    }
    .cta2-section-area .cta-circle-area .text {
        left: 62%;
        top: 6px;
    }
    .footer-ctc-heading1 h2 {
        font-size: 32px;
        line-height: 40px;
        padding-left: 10px;
    }

/* ========== FOOTER CSS ========== */
    .vl-footer3-section-area {
        background-position: center left;
    }
    .clinic-card-1 {
        padding: 0 15px 30px;
        margin: 0;
    }
    .footer-padding-15 {
        padding: 0 15px 0;
        margin: 0;
    }
    .footer-widget-area-contact {
        padding-top: 35px;
    }
    .vl-footer3-section-area .container .space50 {
        height: 30px;
    }
    .vl-footer3-section-area .footer-widget-area.foot-padding2 {
        padding-left: 15px;
    }
    .vl-footer3-section-area .footer-widget-area.foot-padding1 {
        padding-left: 5px;
    }
    .footer-widget-area li a i {
        font-size: 18px;
    }
    .vl-footer3-section-area .footer-widget-area .social-links li a {
        height: 40px;
        width: 40px;
        line-height: 44px;
    }
    .footer-widget-area li a i {
        font-size: 18px;
    }
    .icon-footer-widget-area li a i {
        font-size: 13px !important;
    }
    .footer-time-area img {
        width: 75%;
    }
    .vl-footer3-section-area .copyright-area ul li a {
        font-size: 18px;
        padding-top: 0;
    }
}