@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Poppins:wght@200;300;400;500;600;700&family=Roboto:wght@300;400;500&family=Rubik:wght@300;400;500;600;700;800&display=swap');

:root {
    --primary-color: linear-gradient(to right, #154d97, #1167a2, #0d84af, #07a5c0);
    /* --primary-color: #00a48c; */
    --highlight-color: #f70302;
    --s_backgound-color: #f1f5fa;
    --secondary-color: #ffffff;
    --text-color: #202020;
    --p-color: #696969;
    --heaing-color: #154d97;
    --sub-heaing-color: #1167a2;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Rubik', sans-serif;
    font-family: 'Roboto', sans-serif;
}

html {
    scroll-behavior: smooth;
}

p {
    font-size: 15px;
    text-align: justify;
}


#social_icons {
    position: fixed;
    top: 30%;
    right: 10px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.si_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 45px;
    height: 45px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    gap: 10px;
    margin-bottom: 8px;
    transition: width .3s ease-in-out;
    box-shadow: 0px 0px 5px 0px rgb(1, 92, 136, 0.3);
}

#social_img {
    margin-left: 8px;
    width: 30px;
    margin-right: 0;
    transition: margin-right .3s ease-in-out;
}

.si_box span {
    margin-right: 0;
    width: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out, width .3s ease-in-out;
    font-family: 'Poppins', sans-serif;
    color: var(--text-color) !important;
    font-weight: 500;
}

.si_box:hover {
    width: 180px;
    justify-content: flex-start;
}

.si_box:hover span {
    opacity: 1;
    width: auto;
}

.call {
    background: #c5d4e1;
}

.facebook {
    background: #c5d4e1;
}

.whatsapp {
    background: #adcfee;
}

.instagram {
    background: #adcfee;
}

#top_bar {
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: var(--primary-color);
    z-index: 999 !important;
}

.top_phone_mail {
    padding: 0;
    margin: 0;
}

.top_phone_mail li {
    display: inline-block;
    color: var(--secondary-color);
    padding-right: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    transition: all 0.3s ease-in;
}

.top_phone_mail li a i {
    color: var(--secondary-color);
    padding-right: 6px;
    transition: all 0.3s ease-in;
}

.top_phone_mail li:hover {
    transition: all 0.3s ease-in;
    color: var(--secondary-color);
}

.top_social {
    padding: 0;
    margin: 0;
}

.top_social li {
    display: inline-block;
    color: var(--secondary-color);
    padding: 0px 10px;
    transition: all 0.3s ease-in;
}

.top_social li :hover {
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}


/* header */
.header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fafafa;
    padding: 0px 0;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.v-center {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}

.header .item-left {
    flex: 0 0 18%;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo a img {
    width: 225px;
    padding: 5px 0;
}

#inner_logo {
    width: 180px;
    padding: 5px;
}

.header .item-center {
    flex: 0 0 80%;
    text-align: center;
}

.header .item-right {
    flex: 0 0 20%;
    display: flex;
    justify-content: flex-end;
}

.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: #555555;
    display: inline-block;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 50px;
    margin: 0 5px;
}

.header .menu>ul>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 0 2px;
    letter-spacing: 0px;
    color: #000000;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

@media(min-width: 992px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 5px 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #555555;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
    /* left: 50%; */
    left: auto;
    transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 70%;
    /* width: 100%; */
    max-width: 300px;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 2.5px;
    border-radius: 10px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 100%;
    padding: 0 15px;
    text-align: left;
}

.grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: grid;
    padding: 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 1;
    padding: 20px 0 !important;
    text-align: center;
}

.list-item ul li a {
    line-height: 24px;
    padding: 5px 15px !important;
    margin: 2.5px 0;
    transition: all 0.3s ease-in;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover {
    background: transparent;
    color: var(--highlight-color) !important;
    transition: all 0.3s ease-in;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/*responsive*/
@media(max-width: 1150px) {

    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .logo {
        justify-content: space-between;
        padding-left: 10px;
    }

    .header .item-left,
    .header .item-right {
        flex: auto;
    }

    .v-center {
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 45px;
        width: 45px;
        margin-right: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .header .mobile-menu-trigger span {
        display: block;
        height: 4px;
        background-color: #333333;
        width: 35px;
        position: relative;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333333;
    }

    .header .mobile-menu-trigger span:before {
        top: -10px;
    }

    .header .mobile-menu-trigger span:after {
        top: 10px;
    }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .header .menu.active {
        transform: translate(0%);
    }

    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
        text-align: left;
    }

    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }

    .header .menu .mobile-menu-head {
        display: flex;
        height: 60px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none;
    }

    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }

    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }

    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
    }

    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding-left: 0 !important;
    }

    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.active {
        display: block;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }

    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        display: grid;
    }

}

.google_translate_element {
    text-align: left !important;
}

.goog-te-gadget {
    display: inline-block;
    font-size: 0 !important;
}

.goog-te-combo {
    display: block !important;
    /* padding: 2.5px; */
}

.translate_desktop {
    position: relative;
    top: 15px;
    text-align: left !important;
}

.nav_translate {
    line-height: inherit !important;
}



/* slider  */

.carousel-control.left {
    background-image: none !important;
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-control {
    width: 5.5% !important;
    opacity: 1;
}

.carousel-control i {
    color: var(--primary-color);
    font-size: 30px;
    position: absolute;
    top: 45%;
}

.cc_left {
    right: 0 !important;
}

.cc_right {
    left: 0 !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    color: var(--secondary-color);
    opacity: 1;
}

/* slider  */

/* banner start  */

.banner {
    width: 100%;
    height: auto;
    padding-bottom: 0 !important;
    /* background: rgba(39, 43, 107, 0.2); */
    /* background: rgba(0, 164, 140, 0.2); */
    background: rgba(21, 77, 151, 0.25);
    padding: 80px 60px;
}

.ptb_80_lr_25 {
    padding: 80px 60px;
}

.ptb_40_80_lr_25 {
    padding: 80px 60px;
    padding-top: 40px;
}

.ptb_60_lr_25 {
    padding: 60px 60px;
}

.ptb_40_lr_25 {
    padding: 40px 60px;
}

.banner_h {
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    line-height: inherit;
    font-weight: 700;
    /* color: rgba(39, 43, 107, 0.8); */
    /* color: rgba(0, 164, 140, 0.8); */
    color: var(--sub-heaing-color);
}

.banner_h strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: var(--heaing-color);
}

.banner_p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-top: 25px !important;
    line-height: 30px;
    letter-spacing: 0.15px;
    color: var(--text-color);
}

.banner_btns {
    position: relative;
    display: flex;
    gap: 20px;
}

.banner_btn {
    font-family: 'Montserrat', sans-serif;
    padding: 15px 20px;
    padding-right: 50px;
    border-radius: 50px;
    margin-top: 25px;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    border: none;
    overflow: hidden;
    transition: all 0.35s ease-in;
    box-shadow: 0px 0px 5px 0px rgba(39, 43, 107, 0.1);
}

.es i {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--primary-color);
    color: var(--secondary-color);
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    font-size: 14px;
    transition: all 0.35s ease-in;
}

.es {
    /* background: rgba(39, 43, 107, 0.2); */
    background: rgba(21, 77, 151, 0.2);
    color: var(--heaing-color);
    transition: all 0.35s ease-in;
}

.es::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background: var(--primary-color);
    left: 0;
    top: 0;
    border-radius: 50px;
    transition: width 0.35s;
    z-index: -1;
    transition: all 0.35s ease-in;
}

.es:hover {
    color: var(--secondary-color);
    transition: all 0.35s ease-in;
}

.es:hover i {
    background: var(--secondary-color);
    color: var(--heaing-color);
    transition: all 0.35s ease-in;
}

.es:hover::before {
    width: 100%;
    transition: width 0.35s ease-in;
}


.ba i {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--highlight-color);
    color: var(--secondary-color);
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    font-size: 14px;
    transition: all 0.35s ease-in;
}

.ba {
    /* background: rgba(253, 0, 5, 0.2); */
    background: rgba(136, 24, 40, 0.2);
    color: var(--highlight-color);
    transition: all 0.35s ease-in;
}

.ba::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background: var(--highlight-color);
    left: 0;
    top: 0;
    border-radius: 50px;
    transition: width 0.35s;
    z-index: -1;
    transition: all 0.35s ease-in;
}

.ba:hover {
    color: var(--secondary-color);
    transition: all 0.35s ease-in;
}

.ba:hover i {
    background: var(--secondary-color);
    color: var(--highlight-color);
    transition: all 0.35s ease-in;
}

.ba:hover::before {
    width: 100%;
    transition: width 0.35s ease-in;
}


.divider {
    width: 95%;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    margin: 30px auto;
    border-radius: 30%;
}

.banner_counter {
    display: flex;
    gap: 30px;
    padding-bottom: 30px;
}

.bcb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--heaing-color);
    letter-spacing: 0.35px;
}

.bcb_p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding-top: 5px !important;
    letter-spacing: 0.15px;
    color: var(--heaing-color);
}

.banner_img_box {
    width: 100%;
    height: auto;
    position: relative;
}

#banner_doctor_img {
    margin: auto;
}

.bib_content {
    width: auto;
    height: auto;
    padding: 25px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: 100px;
    border-radius: 25px;
    animation: bibc_box_animation infinite linear 5s;
}

@-webkit-keyframes bibc_box_animation {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(60px);
    }

    100% {
        transform: translateX(0px);
    }
}

.bibc_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--heaing-color);
    font-size: 21px;
}

.bibc_sp {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--sub-heaing-color);
    font-size: 16px;
    padding-top: 2.5px !important;
    line-height: 28px;
}

.bibc_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: var(--text-color);
    font-size: 15px;
}

/* banner end  */

.banner_bottom {
    width: 100%;
    height: auto;
    background: var(--primary-color);
}

.bb_box {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.bbb_inner {
    width: 33%;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    gap: 15px;
}

.bbb_inner:nth-child(3) {
    border-right: none;
}

.bbbi_i {
    min-width: 72px;
    min-height: 72px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sub-heaing-color);
    font-size: 32px;
    position: relative;
    z-index: 99;
}

.bbbi_i::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    background: var(--secondary-color);
    border-radius: 15px;
    z-index: -1;
    transition: all 0.3s ease;
}

.bbb_inner:hover .bbbi_i::before {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.bbbi_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 19px;
    letter-spacing: 0.15px;
    line-height: inherit;
}

.bbbi_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--secondary-color);
    font-size: 16px;
    padding-top: 5px !important;
    letter-spacing: 0.15px;
    line-height: 28px;
    text-align: left;
}

/* about start  */

.heading_icon {
    width: 200px;
    height: auto;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
}

.heading_icon img {
    width: 36px;
    margin: auto;
    background: rgba(255, 255, 255, 0.85);
    padding: 5px;
    z-index: 10;
    position: relative;
}

.hi_l {
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    z-index: 1;
}

#abt_img {
    border-radius: 25px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.mt-40 {
    margin-top: 40px;
}

.abt_sh {
    padding: 8px 20px !important;
    background: rgba(39, 43, 107, 0.15);
    display: inline-block;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 16px;
    margin-top: 25px !important;
}

.bc_w {
    background: rgba(255, 255, 255, 0.35);
    color: var(--secondary-color);
}

.c_w {
    color: var(--secondary-color) !important;
}

.abt_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: inherit;
    /* color: rgba(39, 43, 107, 0.7); */
    /* color: rgba(0, 164, 140, 0.7); */
    color: var(--sub-heaing-color);
    padding-top: 15px !important;
}

.abt_h strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: inherit;
    color: var(--heaing-color);
}

.abt_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--text-color);
    font-size: 15px;
    padding-top: 10px !important;
    letter-spacing: 0.15px;
    line-height: 30px;
}

.abt_p strong {
    font-family: 'Poppins', sans-serif;
    color: var(--highlight-color);
    letter-spacing: 0.15px;
    font-weight: 600;
}

.abt_ip_box {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.abt_ip {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.abt_ip i {
    color: var(--sub-heaing-color);
    font-size: 24px;
}

.abti_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: var(--sub-heaing-color);
    font-size: 17px;
    letter-spacing: 0.15px;
}

.abt_btn {
    font-family: 'Montserrat', sans-serif;
    padding: 16px 36px;
    padding-right: 60px;
    padding-left: 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    border: none;
    overflow: hidden;
    transition: all 0.35s ease-in;
    /* background: rgba(39, 43, 107, 0.15); */
    background: rgba(21, 77, 151, 0.2);
    color: var(--heaing-color);
    box-shadow: 0px 0px 5px 0px rgba(39, 43, 107, 0.3);
}

.abt_btn i {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--primary-color);
    color: var(--secondary-color);
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 12px;
    font-size: 14px;
    transition: all 0.35s ease-in;
}

.abt_btn::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background: var(--primary-color);
    left: 0;
    top: 0;
    border-radius: 50px;
    transition: width 0.35s;
    z-index: -1;
    transition: all 0.35s ease-in;
}

.abt_btn:hover {
    color: var(--secondary-color);
    transition: all 0.3s ease;
}

.abt_btn:hover::before {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.abt_btn:hover i {
    background: var(--secondary-color);
    color: var(--heaing-color);
    transition: all 0.3s ease;
}

.abt_doctor_btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.adb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--heaing-color);
    font-size: 21px;
    line-height: inherit;
}

.adb_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--sub-heaing-color);
    font-size: 16px;
    padding-top: 2.5px !important;
    letter-spacing: 0px;
    word-break: break-word;
    /* width: 90%; */
    line-height: 28px;
}

/* about end  */


.how_we_work {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: url(../../images/background_doctor.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hww_h {
    font-family: 'Montserrat', sans-serif;
    padding-top: 10px !important;
    line-height: inherit;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.65px;
    color: var(--secondary-color);
    text-align: center;
}

.hww_box {
    width: 100%;
    height: auto;
    padding: 40px 20px;
    border-radius: 10px 28px 28px 28px;
    margin-top: 40px;
}

.bg_hp {
    background: rgba(255, 255, 255, 0.65);
}

.bg_h {
    background: rgba(255, 255, 255, 0.85);
    margin-top: 100px;
}

.hww_bh {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 21px;
    color: var(--heaing-color);
}

.hww_bp {
    font-family: 'Poppins', sans-serif;
    padding-top: 10px !important;
    line-height: 30px;
    font-weight: 600;
}

.c_p {
    color: var(--primary-color);
}

.c_h {
    color: var(--highlight-color);
}

.hww_icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
    text-align: center;
    border-radius: 0 0 28px 0;
    margin-bottom: 15px;
    padding-top: 20px;
}

.bc_p {
    background: rgba(21, 77, 151, 0.3);
    color: var(--heaing-color);
}

.bc_h {
    background: rgba(21, 77, 151, 0.3);
    color: var(--highlight-color);
}


/* services start  */

.heading_center {
    text-align: center;
}

.bg_w {
    background: rgba(255, 255, 255, 1);
}

.bg_p {
    background: var(--heaing-color);
}

.bg_s {
    /* background: rgba(39, 43, 107, 0.1); */
    /* background: rgba(0, 164, 140, 0.1); */
    background: rgba(21, 77, 151, 0.1);
}

.bg_ss {
    background: var(--s_backgound-color);
}

.service_box {
    margin-top: 40px;
    box-shadow: 0px 0px 10px 0px rgba(39, 43, 107, 0.15);
    background: var(--secondary-color);
    padding: 25px;
    border-radius: 20px;
    position: relative;
    z-index: 9;
    min-height: 560px;
}

.service_box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    border-radius: 20px;
    /* background: rgba(39, 43, 107, 0.8); */
    background: var(--primary-color);
    z-index: -1;
    transition: all 0.3s ease-in;
}

.service_box:hover::before {
    height: 100%;
    transition: all 0.3s ease-in;
}

.service_box:hover .sc_h {
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}

.service_box:hover .sc_p {
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}

.service_box:hover .sc_btn {
    color: var(--heaing-color);
    background: var(--secondary-color);
    transition: all 0.3s ease-in;
}

.service_img img {
    border-radius: 20px;
}

.service_content {
    padding-top: 20px;
    padding-bottom: 5px;
}

.sc_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--heaing-color);
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.15px;
    transition: all 0.3s ease-in;
}

.sc_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--text-color);
    font-size: 15px;
    letter-spacing: 0px;
    padding-top: 5px !important;
    line-height: 28px;
    transition: all 0.3s ease-in;
}

.sc_btn {
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    background: var(--primary-color);
    color: var(--secondary-color);
    margin-top: 15px;
    transition: all 0.3s ease-in;
}

/* services end  */

.treatment_box {
    margin-top: 40px;
    width: 100%;
    height: auto;
    padding: 40px 20px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 10px 0px rgba(21, 77, 151, 0.15);
    border-radius: 10px;
    min-height: 450px;
}

.t_img {
    width: 125px;
    border-radius: 50%;
    margin: auto;
}

.tb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--heaing-color);
    font-size: 21px;
    text-align: center;
    line-height: 29px;
    padding-top: 10px !important;
}

.tb_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--text-color);
    font-size: 15px;
    letter-spacing: 0px;
    padding-top: 10px !important;
}


.cc_li {
    padding: 0;
    margin: 0;
    margin-top: 10px !important;
}

.cc_li li {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--sub-heaing-color);
    font-size: 16px;
    letter-spacing: 0px;
    padding-top: 15px !important;
    line-height: 29px;
}

.cc_li li i {
    position: relative;
    font-size: 18px;
    top: 2px;
}

.cc_counter {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.ccc_box {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 20px;
}

.ccc_box i {
    font-size: 42px;
    color: var(--sub-heaing-color);
}

.cccbc_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--sub-heaing-color);
}

.cccbc_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--sub-heaing-color);
    font-size: 15px;
    padding-top: 2.5px !important;
    letter-spacing: 0.15px;
}

.wc_box {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 0px;
}

.wc_left {
    border-radius: 25px 0 0 25px;
    background: var(--secondary-color);
}

.wc_right {
    border-radius: 0 25px 25px 0;
    /* background: rgba(39, 43, 107, 0.6); */
    background: rgba(21, 77, 151, 0.65);
}

.wcb_inner {
    display: flex;
    padding: 40px 25px;
    gap: 15px;
    /* border-bottom: 1px solid rgba(39, 43, 107, 0.65); */
    border-bottom: 1px solid rgba(21, 77, 151, 0.5);
}

.br_none {
    border-bottom: none !important;
}

.wcbc_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.wch_l {
    color: var(--heaing-color);
}

.wch_r {
    color: var(--secondary-color);
}

.wcbc_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--sub-heaing-color);
    font-size: 16px;
    padding-top: 8px !important;
    letter-spacing: 0.15px;
    max-width: 300px;
}

.wcbi_icon {
    width: 85px;
    height: 85px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 36px;
    position: relative;
    z-index: 9;
}

.icon_l {
    /* background: rgba(39, 43, 107, 0.2); */
    background: rgba(21, 77, 151, 0.2);
    color: var(--heaing-color);
    transition: all 0.3s ease-in;
}

.icon_l::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    background: var(--primary-color);
    border-radius: 15px;
    z-index: -1;
    transition: all 0.3s ease-in;
}

.icon_r {
    background: rgba(255, 255, 255, 0.65);
    color: var(--heaing-color);
    transition: all 0.3s ease-in;
}

.icon_r::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    background: var(--secondary-color);
    border-radius: 15px;
    z-index: -1;
    transition: all 0.3s ease-in;
}

.wcl_box:hover .icon_l::before {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
}

.wcl_box:hover .icon_l {
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}

.wcr_box:hover .icon_r {
    color: var(--heaing-color);
    transition: all 0.3s ease-in;
}

.wcr_box:hover .icon_r::before {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
}

.wcr_box {
    flex-direction: row-reverse;
    text-align: right;
}

.wcp_r {
    color: var(--secondary-color);
}

.wc_image_box img {
    max-width: 450px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.we_test {
    width: 100%;
    height: auto;
    background: url(../../images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 120px;
}

.wt_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--secondary-color);
    font-size: 15px;
    padding-top: 30px !important;
    letter-spacing: 0.15px;
    line-height: 30px;
}

.wt_list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    gap: 15px;
    margin-top: 20px !important;
}

.wt_list li {
    width: calc(25% - 15px);
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: var(--secondary-color);
    font-size: 16px;
    padding: 20px 0;
    letter-spacing: 0.35px;
    line-height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}


.reviews {
    background: url(../../images/map.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

/* .testimonials_box {
    width: 100%;
    height: auto;
    padding: 40px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    background: var(--secondary-color);
    text-align: left;
    transition: all 0.3s ease-in;
    border-radius: 20px;
}

.profile_rating {
    position: relative;
}

.pr_h {
    font-family: 'Montserrat', sans-serif;
    color: var(--heaing-color);
    font-weight: 700;
    font-size: 21px;
    padding-top: 15px !important;
}

.pr_sh {
    font-family: 'Poppins', sans-serif;
    color: var(--heaing-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.15px;
    padding-top: 2.5px !important;
}

#rating_img {
    height: 15px;
    position: relative;
    top: 15px;
    width: auto;
}

.review {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.review_p {
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.15px;
    padding-top: 5px !important;
}

.owl-nav {
    display: none;
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    margin-top: 25px;
    background: var(--secondary-color);
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    width: 20px;
    height: 8px;
    background: #07a5c0;
} */


.rating_box {
    margin-top: 40px;
}

#r_logo {
    width: 250px;
}

.rb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: inherit;
    color: var(--heaing-color);
    padding-top: 15px !important;
}

#r_rating {
    width: 125px;
    padding-top: 10px;
}

.rb_p {
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
    font-weight: 400;
    font-size: 18px;
    padding-top: 10px !important;
}

.testimonials_box {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
    padding: 20px;
    border-radius: 10px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.tb_name {
    display: flex;
    gap: 6px;
    align-items: center;
}

.tbn_h {
    width: 38px;
    height: 38px;
    background: var(--primary-color);
    color: var(--secondary-color);
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 19px;
}

.tbn_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--sub-heaing-color);
    letter-spacing: 0px;
    font-size: 16px;
}

.tbc_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--text-color);
    letter-spacing: 0.15px;
    padding-top: 10px !important;
}

.tb_btn {
    margin-top: 15px;
    display: block;
    color: var(--sub-heaing-color) !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px
}

.tb_btn:hover {
    color: var(--highlight-color) !important;
}

.tb_btn i {
    font-size: 14px;
    position: relative;
    top: 1.5px;
}

#tb_img {
    padding-top: 10px;
}

.panel-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0;
    color: var(--heaing-color);
}

.panel-default {
    border: none;
    background: none;
}

.panel-default>.panel-heading {
    /* background: rgba(39, 43, 107, 0.85); */
    /* background: rgba(0, 164, 140, 0.85); */
    background: var(--secondary-color);
}

#faq .panel .panel-heading a .panel-title span {
    float: right;
    width: 40px;
}

#faq .panel .panel-heading a .panel-title span:after {
    content: "\2014";
    color: #1B5062;
    font-size: 20px;
    color: var(--heaing-color) !important;
}

#faq .panel .panel-heading a.collapsed .panel-title span:after {
    content: "+";
}

#faq .panel {
    margin-bottom: 15px !important;
}

#faq .panel-heading {
    padding: 15px 15px;
    border-radius: 25px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 20px 15px;
    font-family: 'Rubik', sans-serif;
    line-height: 27px;
    letter-spacing: 0.15px;
    color: var(--text-color);
    background: none;
}

.app_hp {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--sub-heaing-color);
    font-size: 16px;
    margin-top: 25px !important;
}

.app_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--heaing-color);
    line-height: inherit;
}

.a_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--text-color);
    font-size: 15px;
    padding-top: 10px !important;
    letter-spacing: 0px;
    line-height: 28px;
}

.app_icon_details {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.app_icon {
    width: 45px;
    height: 45px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 10px 0px rgba(21, 77, 151, 0.2);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app_icon i {
    color: var(--heaing-color);
}

.app_details strong {
    color: var(--heaing-color);
    font-family: 'Montserrat', sans-serif;
}

.ad_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--text-color);
    font-size: 15px;
}

.app_social {
    padding: 0;
    margin: 0;
}

.app_social li {
    display: inline-block;
    font-size: 20px;
    color: var(--heaing-color);
    padding-top: 10px;
    margin-right: 10px;
}

.appointment_form {
    width: 100%;
    height: auto;
    padding: 40px 25px;
    background: rgba(21, 77, 151, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(21, 77, 151, 0.1);
    margin-top: 25px;
}

.app_input {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--text-color);
    height: auto;
    padding: 12px;
    margin-top: 15px;
    border-radius: 5px;
    letter-spacing: 0.35px;
}

.app_input::placeholder {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--text-color);
    letter-spacing: 0.35px;
}

.app_btn {
    background: var(--primary-color);
    padding: 12px 30px;
    border: none;
    margin-top: 15px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary-color);
    font-weight: 600;
    letter-spacing: 0.35px;
}


.marquee {
    overflow-x: clip;
    white-space: nowrap;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.marquee_inner {
    display: flex;
    align-items: center;
    will-change: transform;
}

.marquee_list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    /* background: rgba(39, 43, 107, 0.65); */
    background: rgba(21, 77, 151, 0.85);
}

.marquee_list li {
    margin-left: 20px;
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    flex-shrink: 0;
    color: var(--secondary-color);
    font-size: 18px;
    letter-spacing: 0.35px;
    border-radius: 10px;
    will-change: transform;
    padding: 20px 20px;
    transition: all 0.3s ease-in;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.marquee_list li img {
    width: 35px;
}

.footer {
    width: 100%;
    height: auto;
    background: linear-gradient(rgba(21, 77, 151, 0.75), rgba(7, 165, 192, 0.75)), url(../../images/footer.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
}

#footer_img {
    margin-top: 40px;
}

.footer_h {
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary-color);
    letter-spacing: 0.35px;
    padding-top: 35px !important;
    line-height: inherit;
    font-size: 21px;
    font-weight: 600;
}

.footer_li {
    padding: 0;
    margin: 0;
    margin-top: 5px !important;
}

.footer_li li {
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
    font-size: 15px;
    padding-top: 10px !important;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.35px;
    list-style: none;
}

.footer_op {
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 400;
    padding-top: 15px !important;
    line-height: 30px;
    letter-spacing: 0.15px;
    word-break: break-all;
}

.footer_line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 40px 0;
}

.copy_p {
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
    font-size: 15px;
    line-height: 33px;
    font-weight: 400;
    letter-spacing: 0.35px;
    text-align: center;
}

.bredcum {
    width: 100%;
    height: 100%;
    background: url(../..//images/bredcum.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 125px 0;
}

.bredcum_h {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary-color);
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
}

.ad_sh {
    font-family: 'Montserrat', sans-serif;
    color: var(--highlight-color);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
}

.ad_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: inherit;
    color: var(--sub-heaing-color);
    padding-top: 5px !important;
    letter-spacing: -0.15px;
}

.ad_sp {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-color);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.35px;
    padding-top: 5px !important;
}

.ad_hp {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: var(--highlight-color);
    padding-top: 5px !important;
}

.ad_li {
    padding: 0;
    margin: 0;
}

.ad_li li {
    display: inline-block;
    padding: 8px 10px;
    background: var(--heaing-color);
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
    margin-top: 10px;
    font-weight: 400;
    margin-right: 5px;
}

.c_w {
    color: var(--secondary-color) !important;
}

.abt_service_box {
    box-shadow: 0px 0px 10px 0px rgba(39, 43, 107, 0.15);
    background: var(--secondary-color);
    padding: 25px;
    border-radius: 20px;
    position: relative;
    z-index: 9;
    min-height: 410px;
}

.abt_service_box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    border-radius: 20px;
    /* background: rgba(39, 43, 107, 0.8); */
    background: #07a5c0;
    z-index: -1;
    transition: all 0.3s ease-in;
}

.abt_service_box:hover::before {
    height: 100%;
    transition: all 0.3s ease-in;
}

.abt_service_box:hover .sc_h {
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}

.abt_service_box:hover .sc_p {
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}

.abt_service_box:hover .sc_btn {
    color: var(--heaing-color);
    background: var(--secondary-color);
    transition: all 0.3s ease-in;
}


.abt_wu_box {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.awub_icon i {
    font-size: 40px;
    color: var(--sub-heaing-color);
    position: relative;
    top: 10px;
    min-width: 38px;
}

.awub_h {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--heaing-color);
    line-height: inherit;
}

.awub_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--p-color);
    padding-top: 5px !important;
}

.abt_wu_img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
}

.abt_wu_img img {
    margin-top: 20px;
}

.abtwu_left img {
    border-top-left-radius: 100px;
}

.abtwu_right img:nth-child(1) {
    border-top-right-radius: 100px;
}

.abtwu_right img:nth-child(2) {
    border-bottom-right-radius: 100px;
}

.abt_c_h {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color: var(--secondary-color);
    padding-top: 40px !important;
}

.abt_c_p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: var(--secondary-color);
    letter-spacing: 0.15px;
    padding-top: 5px !important;
    text-align: center;
}

.ser_img {
    border-radius: 15px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px 0px rgba(21, 77, 151, 0.2);
}

.services_right_list {
    padding: 0;
    margin: 0;
    border-radius: 10px;
    background: var(--heaing-color);
    padding: 20px;
}

.services_right_list li {
    list-style: none;
    color: var(--sub-heaing-color);
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
    background: var(--secondary-color);
}

.services_right_list li a {
    padding: 12px 20px !important;
    display: block;
}

.services_right_list li:hover {
    background: var(--highlight-color);
    color: var(--secondary-color);
}

.services_right_list li {
    margin-bottom: 5px;
}

.services_right_list li.active {
    background: var(--highlight-color);
    color: var(--secondary-color);
}

.services_right_list h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
    text-align: center;
    line-height: inherit;
    padding-bottom: 15px !important;
}

.need_support {
    margin-top: 40px;
    border-radius: 10px;
    background: var(--heaing-color);
    padding: 50px 30px;
}

.ns_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
    text-align: center;
    line-height: inherit;
}

.ns_btn {
    display: block;
    margin: auto;
    padding: 10px 30px;
    border: none;
    border-radius: 50px;
    margin-top: 15px;
    background: var(--secondary-color);
    color: var(--heaing-color);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

.ns_btn:hover {
    background: var(--highlight-color);
    color: var(--secondary-color);
    transition: all 0.3s ease;
}

.abt_li {
    padding: 0;
    margin: 0;
}

.abt_li li {
    color: var(--text-color);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0px;
    padding-top: 2.5px;
    line-height: 29px;
    margin-left: 20px;
    font-family: 'Poppins', sans-serif;
}


.contact_bottom {
    display: flex;
    gap: 20px;
    flex-direction: row;
}

.cb_box {
    display: flex;
    gap: 20px;
    position: relative;
}

.ccb_icon {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(21, 77, 151, 1);
}

.ccb_icon::before {
    position: absolute;
    content: "";
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(21, 77, 151, 0.5);
    z-index: -1;
}

.ccb_icon i {
    color: var(--secondary-color);
    font-size: 30px;
}

.cbbt_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: var(--heaing-color);
}

.cbbt_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: var(--p-color);
    padding-top: 5px !important;
    text-align: left;
}

#map {
    margin-top: 25px;
}

.cb_sh {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: var(--heaing-color);
    text-align: center;
    padding-top: 40px !important;
}

.cb_ph {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -0.5px;
    color: var(--highlight-color);
    text-align: center;
    padding-top: 20px !important;
}

.abt_play_btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.abt_play_btn img {
    width: 125px;
    background: rgba(21, 77, 151, 0.65);
    border-radius: 50%;
}

/* .modal-dialog{
    width: 800px !important;
    box-shadow: none !important;
    border: none !important;
}
.modal-content{
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}
.modal-header{
    box-shadow: none !important;
    border: none !important;
} */
.video {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close {
    opacity: 1;
}

.modal-dialog {
    margin-top: 60px;
}


.infra_box {
    margin-top: 40px;
    position: relative;
    padding: 40px 20px;
    height: 200px;
}

.infra_h {
    font-family: 'Rubik', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: inherit;
    color: var(--text-color);
    text-align: center !important;
    padding-top: 5px !important;
}

.infra_box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: rgba(1, 92, 136, 0.35);
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
}

.infra_box img {
    margin: auto;
}

.infra_box:hover.infra_box::after {
    height: 200px;
    transition: all 0.3s ease;
}

.footer_links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.os_box {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
}

.osb_text {
    width: 90%;
    height: auto;
    padding: 20px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 20px 0px rgba(1, 92, 136, 0.35);
    border-radius: 5px;
    position: relative;
    bottom: 50px;
    margin: auto;
}

.osb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: inherit;
    color: var(--heaing-color);
}

.psb_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--text-color);
    padding-top: 5px !important;
    text-align: left;
    letter-spacing: 0.35px;
}

.ld_text {
    width: 100%;
    height: auto;
    padding: 20px;
    background: var(--secondary-color);
}

.abt_d_box {
    width: 100%;
    height: auto;
    background: linear-gradient(to right, transparent 10%, #07a5c0 30%, #154d97 100%);
    display: flex;
    align-items: center;
    gap: 0px;
    margin-top: 25px;
}

.abt_d_box img {
    width: 40%;
}

.adb_c {
    padding: 40px 20px;
}

.adbc_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: inherit;
    color: var(--secondary-color);
}

.adbc_sp {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--secondary-color);
    padding-top: 10px !important;
    font-size: 18px;
}

.adbc_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--secondary-color);
    padding-top: 10px !important;
}

.adbc_btn {
    padding: 10px 25px;
    border: none;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--heaing-color);
    background: var(--secondary-color);
    margin-top: 15px;
}

.surgeries {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.tab_box {
    width: 24%;
    background: var(--sub-heaing-color);
    text-align: center;
    padding: 15px 10px;
    min-height: 125px;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease;
}

.tab_box:hover {
    background-color: var(--heaing-color);
    transition: all 0.3s ease;
    cursor: pointer;
}

.tab_box.active {
    background-color: var(--heaing-color);
    color: white;
    transition: all 0.3s ease;
}

.tab_box img {
    margin: auto;
    width: 40px;
}

.tb_h {
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.tab-content {
    padding: 20px 10px;
}

.tc_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--heaing-color);
    padding-top: 20px !important;
}

.tc_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--text-color);
    padding-top: 10px !important;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    margin-top: 15px;
    animation: fade 1.5s;
    -webkit-animation: fade 1.5s;
}