

.appointment-btn1 {
   
     padding: 8px 25px; 
    /* white-space: nowrap; */
    
    white-space: normal;
}

section {
    padding: 50px 0;
    overflow: hidden;
}

.modal{
    z-index: 99999;
}
/*
.form-control {
    padding: 1.375rem 0.75rem;
}*/
.section-title {
    text-align: center;
    padding-bottom: 10px;
}

.section-title svg{
    margin-bottom: 16px;
    height: 30px
}

.header-social-layout1{
    margin: 0 0 auto auto;
}
.nav-menu > ul {
    justify-content: center;
    align-items: center;
}
.header-contact{
    margin-right: 15px;
}




.header-contact h4 {
    color: #004a7d;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}
.header-contact p {
   margin: 0;
    font-size: .9rem;
    color: #000000;
    font-weight: 600;
}
.nav-container {
    background-color: #004a7d;
    position: sticky;
    top: 0;
    z-index: 999;
    margin: 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.nav-menu a {
    color: #ffff;
    padding: 0;
    font-size: 1rem;
}

.bookdoctor-btn {
    background: transparent;
    box-shadow: 1px 1px 5px -1px #ffffff;
}
.bookdoctor-btn:hover {
    box-shadow: 0px 0px 2px -0px #ffffff;
}
.fixed-cta {
    background-color: #004a7d;
    border: 1px solid #fff;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    /*padding: 4px 4px;*/
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 1000;
    width: 100px;
    text-align: center;
    /*position: relative;*/
}
.fixed-cta p{
    color: #ffff;
    font-size: 0.8rem;
    margin: 0;
   
}
.fixed-cta img{ 
    padding: 10px 0;
    height: 50px;
    width: 50px;
}
.fixed-cta hr{
    color: #ffff;
    border: 1px solid #ffff;
    margin: 10px 0;
}

.fixed-cta-content-container{
    padding: 5px;
}
.fixed-cta-container {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 1000;
    
}
.cta-button {
    background: #00497c;
    border: 1px solid #fff;
    color: #ffff;
    padding: 2px 4px;
    position: absolute;
    top: -28px;
    left: -27px;
    border-radius: 8px 0px 0px 8px;
    cursor: pointer;
    display: none;
}
.swiper.hero {
    width: 100%;
    height: calc(100vh - 140px);
}

.hero .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

    .hero .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
       
        object-fit: fill;
    }


.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    /*right: var(--swiper-pagination-right,8px);*/
    left: 10px;
    top: 50%;
    transform: translate3d(0px,-50%,0);
    margin: 0px 10px;
}


.blue-bg {
    background-color: #004a7d;
    /*#004a7d*/ /* #65c9cd*/
}
.blue-bg h2 {
    color: #ffffff;
}
/*#appointment {
    background-color: #004a7d;*/
    /*#004a7d*/ /* #65c9cd*/
/*}
#appointment h2{
    color: #ffffff;
}*/

.best-img-container{
    height: 200px;
    width: 100%;
   
    position: relative;
   margin-bottom: 30px;
}
    .best-img-container img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        border-radius: 12px;
    }
    .best-img-container p {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #65c9cd;
        color: #ffffff;
        margin: 0;
        padding: 10px 50px;
        border-radius: 0 0 0 12px;
    }

.surgery-icon-container {
    background-color: #ffff;
    width: 150px;
    height: 150px;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    margin: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    transition: transform 5s ease;
}


.surgery-icon-container p{
    
    margin: 15px 0 0 0;
}

.surgery-icon-container:hover img{
    transform: scale(1.1)
}

.surgery-icon-container:hover p{
    transform: scale(1.1)
}
.specialties-button{
    border: 2px solid #000000;
    background-color: red;
}

.doctors-slider-controler {
    position: relative;
    display: block;
    margin-top: 50px;
    float: right;
    width: 10%;
}

    .doctors-slider-controler .swiper-button-next:after, .doctors-slider-controler .swiper-button-prev:after {
        line-height: 1.2;
        font-size: 1rem;
        color: #ffff;
    }
    .doctors-slider-controler .swiper-button-next, .doctors-slider-controler .swiper-button-prev {
        color: #ffffff;
    }
    .doctors-slider .swiper-slide {
        text-align: center;
        /* font-size: 18px; */
        /* background: #fff; */
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        border: 1px solid #ffffff;
    }

/*.doctors-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/
.doctor-slide-content{
    width: 100%;
}
.doctor-slide-first-content {
    /*height: 8rem;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.doctor-img-container img {
    width: 55%;
    height: 55%;
    aspect-ratio: 1; 
    object-fit: cover;
    margin: 10% 0;
}

.doctor-slide-second-content {
    background-color: #ffff;
    padding: 1rem 0;
}
.doctor-slide-second-content h5 {
   color: #000000;
   font-size: 1rem;
}
.doctor-slide-second-content h6 {
        color: #808080;
        font-size: 0.8rem;
 }

.tpa-img-container{
    text-align: center;
    margin: auto;
    margin: auto;
}

.tpa-img-container img {
    width: 95%;
    height: 55%;
    aspect-ratio: 1;
    object-fit: contain;
    background-color: #ffffff;
}

.blog-container {
    border-radius: 8px;
    box-shadow: 2px 2px 5px 0px #3fbbc047;
    margin-bottom: 15px;
}

.blog-img-container{
    border-radius: 8px 8px 0 0;
    /*height: 250px;*/
}

.blog-img-container img{
    height: 100%;
    width: 100%;
    /*object-fit: cover;*/
    border-radius: 8px 8px 0 0;
    /*aspect-ratio: 16/9;*/
}
.blog-content-container {
    padding: 16px;
}
.blog-sub-heading p {
    margin: 0;
    color: #066AA8;
    font-weight: 600;
}
.blog-sub-heading span {
    color:  #999;
    /*font-size: 12px;*/
    font-weight: 600;
}

.blog-heading{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-heading h5{
    font-size: 1.2rem;
    font-weight: 600;
    color: #495057;
}
.blog-text p {
    font-size: .9rem;
    line-height: 1.5;
}

.atoz-container img{
    border-radius: 16px 16px 0 0;
}

.atoz-text {
    background-color: #ffffff;
    padding: 12px;
    border-radius: 0 0 16px 16px;
}
.atoz-text p{
    font-size: .9rem;
    margin: 0;
    color: #495057;
    font-weight:600;
}
.footer-wraper {
    background: #f1faff;
    padding: 50px 40px 20px 40px;
}
.footer-fill {
    background-image: url(../img/new/footerbg.png);
    background-attachment: scroll;
   
}
.footer-container h4 {
    color: #066AA8;
    font-weight: 600;
    margin-bottom: 24px;
}
.footer-info-block {
    display: flex;
    align-items: center;
    padding: 12px 0;
}
.footer-info-block p{
    font-size: 1rem;
    margin: 0 0 0 10px;
}
.footer-container ul {
    padding: 0;
}
    .footer-container ul > li {
        list-style-type: none;
        padding: 5px 15px;
        display: flex;
        align-items: center;
    }

.footer-container ul > li > a{
    color: #000000;
    font-weight: 400;
}

.footer-container ul > li> i{
    color: #066AA8;
    font-size: 1.5rem;
}

.footer-social-icon a{
    font-size: 1.5rem;
}

.footer-bottom-row {
    align-items: center;
}

.footer-legal-name {
    color: #253f4c;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 10px;
}

.footer-policy-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.footer-policy-links a {
    color: #24566d;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0 12px;
    position: relative;
}

.footer-policy-links a:first-child {
    padding-left: 0;
}

.footer-policy-links a + a::before {
    color: #8aa8b6;
    content: "|";
    left: 0;
    position: absolute;
}

.footer-policy-links a:hover {
    color: #066AA8;
    text-decoration: none;
}

@media (max-width: 767px) {
    .footer-legal-name,
    .footer-policy-links {
        justify-content: center;
        text-align: center;
    }
}
.department-icons {
    height: 175px;
}
.department-icons .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 138px;
}

.department-button {
    background-color: transparent;
    border: 2px solid #65c9cd;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    width: 80%;
    margin:auto;
    padding: 0;
}


.department-button img{
    height: 80px;
    padding: 10px;
}
.department-button svg{
    height: 80px;
    padding: 10px;
}
.department-button hr{
    border: 1px solid #65c9cd;
    width: 100%;
    margin: 10px 0;
}
.department-button p{
    margin: 0;
    font-weight: 500;
    font-size: .9rem;
}

/*.nav-pills-custom .nav-link.active {*/
    /* color: #fff; */
    /*background: #3fbbc0;
    background: transparent;
    color: #000;
}*/

.service-tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #65c9cd;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
}

.service-tab-content h4 {
    font-weight: 600;
    color: #004a7d;
    margin: 0 0 15px 0;
 }
.service-tab-content h5{
    line-height: inherit;
}
.service-tab-content p {
    /*line-height:normal;*/
 }
.service-tab-content img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.tab-active {
    background-color: azure;
}


.department-button.tab-active::after {
    content: '';
    position: absolute;
    bottom: 34px;
    /*left: 30%;
    transform: translateX(-50%);*/
    border-style: solid;
    border-width: 15px 10px 0;
    border-color: #65c9cd transparent transparent transparent;
    display: block;
}






.head{
    margin-top: 0;
    height: 600px;
}

.header-aboutus-text-container {
    
    height: 100%;
   
    /*background-color: #51515161;*/
   
   
}
.header-aboutus-text {
    text-align: center;
    color: #ffffff;
}
.header-aboutus-text h3 {
    font-size: 1.5rem;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
}

.founder-card {
    border-radius: 16px;
    box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.1);
    margin-bottom: 25px;
}

.founder-card img{
    height: 200px;
    width:200px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.1),5px 0px 8px -15px rgba(0,0,0,0.1);
}

.management-card {
    border-radius: 16px;
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.1);
    margin-bottom: 25px;
}
.management-card img{
    height: 150px;
    width:150px;
    border-radius: 50%;
   box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.1),5px 0px 8px -15px rgba(0,0,0,0.1);
}
.founders-container {
    text-align: center;
}
.founders-img-container {
    height: 300px;
    width: 250px;
    margin: auto;
}
.founders-img-container img{
     height: 100%;
    width: 100%;
    object-fit:cover;
    border-radius: 16px 
}

.about-us-content-container {
    text-align: center;
}
.about-us-img-container {
    height: 250px;
}
.about-us-img-container img {
    /*aspect-ratio: 4/3;*/
    height: 100%;
    width: 100%;
    /*object-fit: cover;*/
    border-radius: 32px 0 0 0;
}

.about-us-second-content {
    background-color: #004a7d;
    color: #ffffff;
    border-radius: 0 0 32px 0;
}

@media screen and (max-width: 1024px) {
    .swiper.hero {
       
        height: 500px;
    }
}

@media screen and (max-width: 992px) {
    .swiper.hero {
        width: 100%;
        height: 300px;
    }

    .blog-container {
        box-shadow: 0px 2px 1px 3px #3fbbc047;
        margin-bottom: 32px;
    }

    .cta-button {
        display: block;
    }
}
