@font-face { 
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "GeneralSans-Light";
    src: url('../fonts/GeneralSans-Light.woff') format('woff'),
    url('../fonts/GeneralSans-Light.woff2') format('woff2'),
    url('../fonts/GeneralSans-Light.eot'),
    url('../fonts/GeneralSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GeneralSans-Light.otf') format('truetype');
}
@font-face {
    font-family: "GeneralSans-Regular";
    src: url('../fonts/GeneralSans-Regular.woff') format('woff'),
    url('../fonts/GeneralSans-Regular.woff2') format('woff2'),
    url('../fonts/GeneralSans-Regular.eot'),
    url('../fonts/GeneralSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GeneralSans-Regular.otf') format('truetype');
}
@font-face {
    font-family: "GeneralSans-Medium";
    src: url('../fonts/GeneralSans-Medium.woff') format('woff'),
    url('../fonts/GeneralSans-Medium.woff2') format('woff2'),
    url('../fonts/GeneralSans-Medium.eot'),
    url('../fonts/GeneralSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GeneralSans-Medium.otf') format('truetype');
}
@font-face {
    font-family: "Helvetica";
    src: url('../fonts/Helvetica.woff') format('woff'),
    url('../fonts/Helvetica.woff2') format('woff2'),
    url('../fonts/Helvetica.svg#Helvetica') format('svg'),
    url('../fonts/Helvetica.eot'),
    url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica.ttf') format('truetype');
}
@font-face {
    font-family: "Helvetica-Bold";
    src: url('../fonts/Helvetica-Bold.woff') format('woff'),
    url('../fonts/Helvetica-Bold.woff2') format('woff2'),
    url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg'),
    url('../fonts/Helvetica-Bold.eot'),
    url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-Bold.ttf') format('truetype');
}

* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
}
:root {
    --bs-generalLight: "GeneralSans-Light";
    --bs-generalRegular: "GeneralSans-Regular";
    --bs-generalMedium: "GeneralSans-Medium";
    --bs-helvetica: "Helvetica";
    --bs-helveticaBold: "Helvetica-Bold";
    --bs-red: #E41B23;
    --bs-lightblue: #F4F6FF;
    --bs-lightgreen: #EBFFF2;
    --bs-darkgrey: #414141;
    --bs-lightgrey: #ECEFF8;
    --bs-fs100: 80px;
    --bs-fs74: 60px;
    --bs-fs70: 52px;
    --bs-fs60: 46px;
    --bs-fs50: 40px;
    --bs-fs40: 32px;
    --bs-fs30: 24px;
    --bs-fs26: 21px;
    --bs-fs24: 18px;
    --bs-fs22: 17px;
    --bs-fs20: 16px;
    --bs-fs18: 15px;
    --bs-fs14: 12px;
    --bs-lineheight: 1.15;
}
html, body {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    scroll-margin-top: 100px;
}
body{
 	font-family: var(--bs-generalRegular);
    color: var(--bs-darkgrey);
	font-size: var(--bs-fs24);
    font-weight: 400;
    line-height: 1.5;
}
body.menu-open {
  overflow: hidden;
}
h1, h2 {
    font-family: var(--bs-helveticaBold);
    line-height: var(--bs-lineheight);
    font-weight: 700;
    color: inherit;
}
h3, h4, h5, h6{
	font-family: inherit;
    line-height: var(--bs-lineheight);
    font-weight: 600;
    color: inherit;
}
h1 {
    font-size: var(--bs-fs74);
    line-height: 1.25;
}
h2 {
	font-size: var(--bs-fs60);
    span {
        color: var(--bs-darkblue);
    }
}
p {
	font-size: inherit;
    color: inherit;
}
a {
	text-decoration: none;
	color: inherit;
}
strong {
    font-weight: 500;
}
ul {
    padding-left: 20px;
	li {
	    list-style: disc;
	    margin: 5px 0;
	}
}
.no_disc {
	padding-left: 0;
	li {
		list-style: none;
	}
}
.list_tick {
    padding-left: 0;
    li {
        position: relative;
        padding-left: 30px;
        margin: 10px 0;
        list-style: none;
        &:before {
            content: '';
            position: absolute;
            left: 0;
            top: 3px;
            width: 20px;
            height: 20px;
            background: url(../images/tick-red.svg) no-repeat center;
            background-size: contain;
        }
    }
}
img {
    max-width: 100%;
}
a:hover {
	color: inherit;
}
.btn_block{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.25rem;
}
.button {
    min-width: 120px;
    width: auto;
    display: inline-block;
    font-size: var(--bs-fs20);
    font-family: var(--bs-helveticaBold);
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
    border-radius: 0;
    padding: 17px 45px;
    line-height: normal;
    text-align: center;
    box-shadow: none;
    cursor: pointer;
    border: none;
    background: transparent;
    text-decoration: none !important;
    outline: none !important;
    transition: .3s all;
}
.red_btn {
    color: #ffffff;
    background: var(--bs-red);
    margin-bottom: 10px;
}
.red_btn:hover {
    color: #ffffff;
    background: var(--bs-red);
}

form {
    .form-group {
        margin-bottom: 1.25rem;
    }
    label {
        font-size: var(--bs-fs20);
        font-family: var(--bs-generalRegular);
        margin-bottom: 5px;
    }
    .form-control {
        width: 100%;
        height: 48px;
        color: var(--bs-darkgrey);
        border: 1px solid #EAEAEA;
        border-radius: 10px;
        font-size: var(--bs-fs20);
        font-family: var(--bs-generalRegular);
        padding: 10px 13px;
        outline: none !important;
        box-shadow: none !important;
        background-color: #fff !important;
    } 
    textarea {
        height: auto !important;
    }
} 
.radio_inline {
    display: flex;
    gap: 20px;
    align-items: center;
    .wpcf7-list-item {
        margin-left: 0;
        margin-right: 1rem;
    }
    span.wpcf7-list-item-label {
        font-size: var(--bs-fs24);
    }
    label, .wpcf7-list-item {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        user-select: none;
    }
    input[type="radio"] {
        position: absolute;
        opacity: 0;
        left: 0;
        cursor: pointer;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    input[type="radio"] + span::before,
    input[type="radio"] + span.wpcf7-list-item-label::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 2px solid #e0e2eb;
        background: #fff;
        transition: all 0.2s ease;
    }
    input[type="radio"]:checked + span::before,
    input[type="radio"]:checked + span.wpcf7-list-item-label::before {
        border-color: var(--bs-red);
        background: var(--bs-red);  
        box-shadow: inset 0 0 0 3px #fff;
    }
}
.wpcf7-acceptance {
    .wpcf7-list-item {
        margin-left: 0 !important;
    }
    input[type="checkbox"] {
        position: absolute;
        opacity: 0;
    }
    input[type="checkbox"] + .wpcf7-list-item-label {
        position: relative;
        padding: 0;
        padding-left: 30px;
        display: inline-block;
    }
    input[type="checkbox"] + .wpcf7-list-item-label a {
        color: var(--bs-red);
    }
    input[type="checkbox"] + .wpcf7-list-item-label:before {
        content: '';
        margin-right: 10px;
        display: inline-block;
        vertical-align: text-top;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 2px solid var(--bs-red);
        position: absolute;
        left: 0;
        top: 2px;
    }
    input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
        background: var(--bs-red);
    }
    input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 11px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 
        2px 0 0 white,
        4px 0 0 white,
        4px -2px 0 white,
        4px -4px 0 white,
        4px -6px 0 white,
        4px -8px 0 white;
        transform: rotate(45deg);
    }
}

.container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.wi_full {
    width: 100%;
}
strong {
    font-family: var(--bs-generalMedium);
}
.text-red {
    color: var(--bs-red);
}
.light_blue {
    background-color: var(--bs-lightblue);
}
.light_green {
	background-color: var(--bs-lightgreen);
}
.light_grey {
    background-color: var(--bs-lightgrey);
}
ul.red_disc {
    li::marker {
        color: var(--bs-red);
    }
}
.py_3 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.mt_3 {
    margin-top: 60px;
}
.sec_title {
    margin-bottom: 20px;
}
.subtitle {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    background: #5997A9;
    display: inline-block;
    padding: 1px 10px;
    margin-bottom: 1.5rem;
}
header ul, footer ul, ul.nav-tabs {
    padding: 0;
	li {
	    list-style: none;
	}
}
.page_content {
    padding-top: 70px;
}
.body_overflow {
    overflow: hidden;
}
.radius_20 {
    border-radius: 20px;
}
header {
    .navbar {
        border: 0;
        width: 100%;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        padding:.5em 0;
        z-index: 999;
        &.sticky {
            background: #fff;
            box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 3px rgb(0 0 0 / 24%);
        }
        .nav_overlay {
            position: fixed;
            display: none;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            cursor: pointer;
            background-color: #000000;
            opacity: 0.7;
            z-index: 990;
            &.active {
                display: block;
            }
        }
    }
    .navbar-brand {
        max-width: 100px;
    }
    .lang_option {
        margin-left: auto;
        margin-right: 2rem;
        position: relative;
        z-index: 10001;
        &:before {
            content: '';
            position: absolute;
            left: 52%;
            transform: translateX(-50%);
            top: 0;
            width: 1px;
            height: 100%;
            background: var(--bs-darkgrey);
        }
        a {
            position: relative;
        }
        a.gt-current-lang {
            color: var(--bs-red);
            font-weight: normal;
        }
        .gtranslate_wrapper {
            display: inline-flex;
            align-items: center;
            gap: 20px;
        }
    }
    .navbar.active {
        .lang_option {
            &:before {
                background: #fff !important;
            }
            a {
                color: #fff !important;
            }
            a.gt-current-lang {
                color: #000 !important;
            }
        }
    }
    .navbar-toggler {
        padding: 7px 0;
        border: none;
        border-radius: 0;
        color: #ab9885;
        min-width: auto;
        min-height: auto;
        background: transparent;
        box-shadow: none !important;
        outline: none !important;
        display: block !important;
        z-index: 10001;
        .icon-bar {
            display: block;
            width: 35px;
            height: 2px;
            border-radius: 1px;
            position: relative;
            background-color: var(--bs-darkgrey);
            transition: all 500ms ease-in-out;
        }
        .icon-bar+.icon-bar {
            margin-top: 7px;
        }
        .icon-bar:nth-of-type(2) {
            top: 1px;
        }
        .icon-bar:nth-of-type(3) {
            top: 2px;
        }
        &.active .icon-bar:nth-of-type(1) {
            margin-top: 0;
            top: 6px;
            transform: rotate(45deg);
            background: #fff;
        }
        &.active .icon-bar:nth-of-type(2) {
            background: transparent !important;
        }
        &.active .icon-bar:nth-of-type(3) {
            margin-top: 0;
            top: -5px;
            transform: rotate(-45deg);
            background: #fff;
        }
    }

    .navbar-expand .navbar-nav {
        flex-direction: column;
    }

    .open_menu_title {
        position: absolute;
        top: 50px;
        color: #fff;
        font-family: var(--bs-helveticaBold);
        font-size: var(--bs-fs30);
    }

    #navbarNav{
        &.collapse {
            position: fixed;
            z-index: 1000;
            transition: all .5s ease;
            top: 0;
            bottom: 0;
            right: -100%;
            width: 0;
            height: 100% !important;
            display: block;
            background: var(--bs-red);
        }
        &.collapsing {
            transition: all .18s ease-in;
            position: fixed;
            top: 0;
            bottom: 0;
            right: -30%;  /* -width of sidebar */
            width: 30%;  /* width of sidebar */
            height: 100% !important;
            display: block;
        }
        &.collapse.show {
            right: 0;
            width: 50%;
            padding: 0 50px;
        }
        &.collapse .container {
            position: relative;
            height: 100%;
            padding: 150px 0 20px;
            &:before {
                content: '';
                position: absolute;
                left: 0;
                top: 120px;
                width: 100%;
                height: 1px;
                background: #CDF1F8;
            }
        }
        &.collapse ul.navbar-nav {
            /*height: calc(100vh - 170px);*/
            height: 100%;
            overflow: auto;
            &::-webkit-scrollbar-track {
                background-color: #e7e7e7;
            }
            &::-webkit-scrollbar {
                width: 4px;
                background-color: #e7e7e7;
            }
            &::-webkit-scrollbar-thumb {
                background-color: #999999;
            }
        }
    }
    ul.navbar-nav {
        li.nav-item+li.nav-item {
            margin-left: 0;
            margin-top: 1rem;
        }
        .nav-link {
            padding: 0;
            width: auto;
            display: inline-block;
            float: left;
            max-width: 100%;
            color: #fff;
            font-family: var(--bs-generalRegular);
            font-size: var(--bs-fs30);
            font-weight: 500;
            text-transform: uppercase;
        }
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        color: #fff;
        font-weight: 600;
        font-family: var(--bs-helveticaBold);
    }
    ul.dropdown-menu {
        width: 100%;
        background: transparent;
        border: 0;
        padding: 10px 0;
        border-radius: 0;
        li {
            margin: 0 !important;
            border-bottom: 1px solid #ffffff73;
        }
        li.dropdown-submenu.active {
            a.dropdown-item {
                font-family: var(--bs-helveticaBold);
                background: transparent !important;
            }
        }
        a.dropdown-item {
            padding: 10px 0;
            text-transform: uppercase;
            color: #fff;
            &:hover {
                background: transparent !important;
            }
        }
    }
    .dsd_menu {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        margin-top: 0px;
        float: none;
        margin-right: 0;
        display: inline-block !important;
        height: auto;
        width: 30px;
        cursor: pointer;
        /* position: absolute;
        right: 10rem; */
    }
    span.dsd_menu::after {
        display: inline-block;
        width: 100%;
        height: 30px;
        vertical-align: middle;
        content: "";
        background: url(../images/dropdwon-arrow.svg) no-repeat center;
        background-size: 20px;
        position: relative;
    }
    .dropdown-toggle::after {
        display: none;
    }
}
h2.line_left {
    padding-left: 15px;
    border-left: 5px solid var(--bs-red);
    margin-bottom: 1rem;
}
.content_col {
    p a {
        text-decoration: underline;
    }
}
.banner_sec {
    h1 span {
        color: var(--bs-red);
    }
    .banner_wrap {
        padding: 50px;
    }
    .img_text {
        position: absolute;
        right: 1rem;
        bottom: 30px;
        display: flex;
        align-items: center;
        font-size: var(--bs-fs40);
        font-family: var(--bs-generalMedium);
        max-width: 300px;
        line-height: 1.15;
        strong {
            font-family: var(--bs-helveticaBold);
            color: var(--bs-red);
            font-size: var(--bs-fs100);
            margin-right: 1rem;
        }
    }
}
.inner_banner {
    .banner_wrap {
        padding: 50px;
        display: flex;
        align-items: center;
        height: 450px;
    }
}
.treatment_sec {
    .link_col > div {
        width: 50%;
        margin-top: 1rem;
    }
    .link_col a {
        border-radius: 50px;
        width: 100%;
        font-family: var(--bs-generalMedium);
        font-size: var(--bs-fs30);
        padding: 10px 15px;
        padding-left: 25px;
        display: inline-flex;
        gap: 15px;
        align-items: center;
        justify-content: space-between;
        background-color: var(--bs-lightblue);
        img {
            width: 45px;
        }
    }
}
.visual_defects {
    .content_col {
        align-self: center;
        padding: 50px;
    }
    .sec_border {
        position: relative;
        border: 1px solid var(--bs-red);
    }
    .img_col img {
        position: relative;
        top: -60px;
    }
}
.news_list {
    .list_item {
        margin-bottom: 1.5rem;
    }
    .item_inner {
        width: 100%;
        height: 100%;
        display: inline-block;
        padding-bottom: 30px;
        position: relative;
        .post_img {
            position: relative;
            height: 300px;
            overflow: hidden;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: .4s all;
            }
            .post_date {
                background-color: rgb(255 255 255 / 70%);
                color: var(--bs-red);
                padding: 8px;
                font-size: var(--bs-fs20);
                font-family: var(--bs-helveticaBold);
                text-transform: uppercase;
                display: inline-block;
                width: 60px;
                text-align: center;
                position: absolute;
                z-index: 1;
                left: 1rem;
                top: 1rem;
            }
        }
        .post_text {
            padding-top: 1rem;
            h3 {
                font-size: var(--bs-fs30);
                font-family: var(--bs-helvetica);
                font-weight: 400;
            }
            p {
                font-size: var(--bs-fs24);
                font-family: var(--bs-generalLight);
            }
            .more_btn {
                font-family: var(--bs-helveticaBold);
                text-transform: uppercase;
                color: var(--bs-red);
                display: inline-flex;
                align-items: center;
                border-bottom: 1px solid var(--bs-red);
                position: absolute;
                left: 0;
                bottom: 0;
                img {
                    margin-left: 10px;
                }
            }
        }
        &:hover {
            .post_img {
                img {
                    transform: scale(1.10);
                }
            }
        }
    }
}
.team_list {
    .list_item {
        margin-bottom: 1.5rem;
    }
    .item_inner {
        width: 100%;
        height: 100%;
        display: inline-block;
        padding-bottom: 30px;
        position: relative;
        .post_img {
            position: relative;
            height: 300px;
            overflow: hidden;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: .4s all;
            }
        }
        .post_text {
            padding-top: 1rem;
            h3 {
                font-size: var(--bs-fs30);
                font-family: var(--bs-helvetica);
                font-weight: 400;
            }
            p {
                font-size: var(--bs-fs24);
                font-family: var(--bs-generalLight);
            }
            .more_btn {
                font-family: var(--bs-helveticaBold);
                text-transform: uppercase;
                color: var(--bs-red);
                display: inline-flex;
                align-items: center;
                border-bottom: 1px solid var(--bs-red);
                position: absolute;
                left: 0;
                bottom: 0;
                cursor: pointer;
                img {
                    margin-left: 10px;
                }
            }
        }
        &:hover {
            .post_img {
                img {
                    transform: scale(1.10);
                }
            }
        }
    }
}
.treatment_tabs_sec {
    h2 {
        font-size: var(--bs-fs60);
    }
    .border_wrapper {
        padding: 20px;
        border-radius: 20px;
        border: 1px solid #EAEAEA;
        li {
            margin-top: 15px;
            margin-bottom: 0;
        }
        a {
            width: 100%;
            display: inline-flex;
            justify-content: space-between;
            align-items: center;
            padding: 13px 15px;
            border-radius: 10px;
            background-color: var(--bs-lightblue);
            font-size: var(--bs-fs26);
            font-family: var(--bs-generalMedium);
            i {
                color: var(--bs-red);
            }
            &.active, &:hover {
                background-color: var(--bs-red);
                color: #fff;
                i {
                    color: #fff;
                }
            }
        }
    }
    .deal_list {
        background-color: var(--bs-lightgreen);
        border-radius: 20px;
        padding: 10px 20px;
        margin-bottom: 30px;
        .list_itm {
            width: 33.33%;
            margin: 10px 0;
        }
        .item_inner {
            background-color: #fff;
            border-radius: 20px;
            padding: 20px;
            width: 100%;
            height: 100%;
            border: 1px solid #fff;
            &:hover {
                border-color: var(--bs-red);
            }
        }
        p {
            margin-bottom: 0;
            margin-top: 15px;
            font-size: var(--bs-fs22);
            font-family: var(--bs-generalMedium);
            line-height: 1.3;
        }
    }
    .trtmnt_dtl_wrapper {
        ul {
            padding: 20px 30px;
            padding-left: 50px;
            border-radius: 20px;
            border: 1px solid #EAEAEA;
        }
    }
}
.treat_myopia {
    .shadow_wrap{
        background-color: #fff;
        box-shadow: 0px 2px 20px rgb(0 0 0 / 8%);
        padding: 30px;
        border-radius: 20px;
        height: 100%;
        h3 {
            font-family: var(--bs-helveticaBold);
            font-size: var(--bs-fs40);
            margin-bottom: 1rem;
        }
        p {
            margin-bottom: 0;
        }
    }
}
.hospital_sec_center {
    .sec_title {
        max-width: 100%;
        padding: 30px;
        border: 1px solid #EAEAEA;
        border-radius: 20px;
        h2 {
            margin-bottom: 1.25rem;
        }
    }
}
.price_table {
    .table-responsive {
        background-color: #fff;
        box-shadow: 0px 2px 20px rgb(0 0 0 / 8%);
    }
    table {
        margin-bottom: 0;
        td, th {
            padding: 12px 20px;
        }
        th {
            background: #2EC483;
            color: #fff;
            font-size: var(--bs-fs30);
            font-family: var(--bs-generalMedium);
            font-weight: 500;
            border: 0 !important;
        }
        td {
            border-bottom: 1px solid #EAEAEA;
            font-size: var(--bs-fs30);
            font-family: var(--bs-generalRegular);
            color: var(--bs-darkgrey);
        }
        td:last-child {
            font-family: var(--bs-generalMedium);
            font-weight: 500;
            white-space: nowrap;
        }
        tr:last-child {
            td {
                border-bottom: 0;
            }
        }
    }
}
.review_sec {
    .border_box {
        border: 1px solid #F1F1F1;
        padding: 30px 20px;
        text-align: center;
        margin-top: 15px;
        h3 {
            font-size: var(--bs-fs30);
            font-family: var(--bs-helveticaBold);
            text-transform: capitalize;
        }
        p {
            font-size: var(--bs-fs20);
            font-family: var(--bs-helvetica);
            margin: 15px 0;
            text-transform: capitalize;
            strong {
                font-family: var(--bs-helveticaBold);
                text-decoration: underline;
            }
        }
        img.icon_google {
            width: 160px;
        }
    }
    .item {
        background-color: #fff;
        box-shadow: 0px 2px 20px rgb(0 0 0 / 8%);
        padding: 30px;
        margin: 15px;
        .pic_txt {
            display: flex;
            align-items: center;
            gap: 12px;
            img {
                width: 60px;
                height: 60px;
                border-radius: 50%;
            }
            h3 {
                font-size: var(--bs-fs26);
                font-family: var(--bs-helvetica);
                font-weight: 400;
                margin-bottom: 0;
                small {
                    font-size: var(--bs-fs18);
                    color: #7A7A7A;
                    display: block;
                }
            }
        }
        .rating_star {
            width: 100px !important;
            margin: 15px 0;
        }
        p {
            margin-bottom: 0;
            font-size: var(--bs-fs18);
            color: #7A7A7A;
        }
    }
    .owl-dots {
        justify-content: center;
        display: flex;
        margin-top: 1.5rem;
        .owl-dot {
            span {
                width: 12px;
                height: 12px;
                border-radius: 50%;
                display: block;
                background-color: #CCCCCC;
                margin: 4px;
            }
            &.active {
                span {
                    background: var(--bs-red);
                }
            }
        }
    }
}
.how_it_works {
    .item_inner {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        background-color: var(--bs-lightgreen);
        padding: 25px;
        .icn_style {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 80px;
            height: 80px;
            padding: 20px;
            border-radius: 50%;
            background-color: #fff;
            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
        h3 {
            font-family: var(--bs-helveticaBold);
            font-size: var(--bs-fs40);
            margin: 10px 0;
        }
        p {
            margin-bottom: 0;
        }
        &:hover {
            .icn_style {
                background-color: var(--bs-red);
                img {
                    filter: brightness(0) invert(1);
                }
            }
        }
    }
}
.about_mission {
    .mix_bg_color {
        background-color: #F9F9F9;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
    }  
    .inner_data {
        padding: 40px 30px;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        img {
            width: 75px;
            margin-bottom: 15px;
        }
    } 
    .item_col_green {
        background-color: #2EC483;
        color: #fff;
        height: 100%;
    }
    h3 {
        font-family: var(--bs-helveticaBold);
        font-size: var(--bs-fs40);
        text-transform: capitalize;
        margin-bottom: 1rem;
    }
    p {
        margin-bottom: 0;
    }
}
.about_team_sec {
    .inner_data {
        height: 100%;
        width: 100%;
        background-color: var(--bs-lightblue);
        border-radius: 10px;
        overflow: hidden;
    }
    .data_wrap {
        position: relative;
        padding: 20px;
        padding-top: 10px;
        & > * {
            position: relative;
        }
        &:before {
            content: '';
            width: 100%;
            height: calc(100% + 40px);
            background: url(../images/team-bg-shape.svg) no-repeat top center;
            background-size: cover;
            position: absolute;
            left: 0;
            bottom: 0;
        }
    }
    h3 {
        font-family: var(--bs-helveticaBold);
        font-size: var(--bs-fs30);
        margin-bottom: 5px;
    }
    p {
        margin-bottom: 0;
        font-family: var(--bs-generalLight);
    }
}
.contact_detail {
    .item_inner {
        display: inline-block;
        width: 100%;
        height: 100%;
        border-radius: 15px;
        background-color: var(--bs-lightgreen);
        padding: 30px 40px 23px;
        .icon_txt {
            display: flex;
            gap: 15px;
            margin-bottom: 1.5rem;
        }
        .icn_style {
            width: 55px;
            height: 55px;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
        }
        h3 {
            font-size: var(--bs-fs30);
            font-family: var(--bs-helveticaBold);            
            margin-bottom: 0;
            line-height: 1.35;
            small {
                font-weight: 400;
                font-size: var(--bs-fs24);
                font-family: var(--bs-helvetica);
                display: block;
            }
        }
        p {
            margin-bottom: 0;
            padding-top: 1rem;
            border-top: 1px solid #fff;
            font-weight: 300;
            font-size: var(--bs-fs20);
            font-family: var(--bs-generalLight);
            position: relative;
            padding-left: 80px;
            strong {
                font-weight: 500;
                position: absolute;
                left: 0;
                font-family: var(--bs-generalMedium);
            }
        }
        &:hover {
            .icn_style {
                background: var(--bs-red);
                img {
                    filter: brightness(0) invert(1);
                }
            }
        }
    }
}
.get_in_touch {
    .form_wrapper {
        background-color: #fff;
        border-radius: 20px;
        padding: 30px;
        h2 {
            font-family: var(--bs-helvetica);
        }
    }
}
.news_dtl_sec {
    h3 {
        font-size: var(--bs-fs40);
        font-family: var(--bs-helveticaBold);
    }
    figure {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem;
        img {
            width: 49%;
        }
    }
    .widget_search {
        .input-group {
            border: 1px solid #eaeaea;
            background: #fff;
            border-radius: 10px;
            padding: 2px;
        }
        input.form-control {
            height: 45px;
            font-size: var(--bs-fs18);
            padding: 8px 10px;
            border: 0;
        }
        button.search_btn {
            border: 0 !important;
            outline: none !important;
            box-shadow: none !important;
            width: 45px;
            height: 45px;
            background: var(--bs-red);
            color: #fff;
            border-radius: 10px;
        }
    }
    .widget_column .widget_search, .widget_column .widget_inner {
        background: #fff;
        border: 1px solid #EAEAEA;
        border-radius: 20px;
        padding: 25px;
        margin-bottom: 1.5rem;
        h4 {
            font-family: var(--bs-helveticaBold);
            font-size: var(--bs-fs30);
        }
    }
    .recent_item:not(:first-child) {       
        padding-top: 1rem;
        border-top: 1px solid #EAEAEA;
    }
    .recent_item {
        width: 100%;
        display: flex;
        margin-top: 1.25rem;        
        img {
            width: 80px;
            height: 80px;
            border-radius: 10px;
            object-fit: cover;
        }
        .post_title {
            width: calc(100% - 80px);
            padding-left: 15px;
            line-height: 1.35;
            font-family: var(--bs-generalMedium);
            font-size: var(--bs-fs20);
        }
        small.date_ {
            font-family: var(--bs-generalLight);
            font-size: var(--bs-fs18);
            margin-top: 10px;
            display: block;
            color: #969696;
        }
    }
}
.terms_sec {
    .data_wrapper:not(:first-child) {
        margin-top: 2.5rem;
    }
    h2 {
        font-size: var(--bs-fs40);
    }
    p {
        font-size: var(--bs-fs26);
    }
}

.step_form_wrapper {
    max-width: 900px;
    margin: 2rem auto;
    background: #fff;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0px 2px 30px rgb(0 0 0 / 11%);
    img.step_img {
        margin-bottom: 2.5rem;
    }
    h3 {
        font-size: var(--bs-fs30);
        font-family: var(--bs-generalRegular);
        font-weight: 400;
        margin-bottom: 10px;
    }
    .toggle_radio {
        input[type="radio"] {
            position: absolute;
            opacity: 0;            
            width: 100%;
            height: 100%;
            cursor: pointer;
        }
        .wpcf7-radio {
            width: max-content;
            max-width: 100%;
            background: #EAEAEA;
            border-radius: 50px;
            display: inline-block;
            overflow: hidden;
        }
        .wpcf7-list-item {
            display: inline-flex;
            overflow: hidden;
            margin-left: 0;
            position: relative;
        }
        .wpcf7-list-item .wpcf7-list-item-label {
            padding: 9px 30px;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            color: #000;
            background: transparent;
            user-select: none;
            font-size: var(--bs-fs26);
            font-weight: 500;
            font-family: var(--bs-generalMedium);
        }
        input[type="radio"]:checked + .wpcf7-list-item-label {
            background: var(--bs-red);
            color: #fff;
        }
    }
    .round_radio {
        .wpcf7-list-item {
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 8px;
            font-size: var(--bs-fs20);
            display: block;
        }
        span.wpcf7-list-item-label {
            font-size: var(--bs-fs24);
        }
        label, .wpcf7-list-item {
            position: relative;
            padding-left: 25px;
            cursor: pointer;
            user-select: none;
        }
        input[type="radio"] {
            position: absolute;
            opacity: 0;
            left: 0;
            cursor: pointer;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
        input[type="radio"] + span::before,
        input[type="radio"] + span.wpcf7-list-item-label::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 18px;
            height: 18px;
            border-radius: 50%;
            border: 2px solid #e0e2eb;
            background: #fff;
            transition: all 0.2s ease;
        }
        input[type="radio"]:checked + span::before,
        input[type="radio"]:checked + span.wpcf7-list-item-label::before {
            border-color: var(--bs-red);
            background: var(--bs-red);  
            box-shadow: inset 0 0 0 3px #fff;
        }
    }
    .action-button, .wpcf7-submit {
        border-radius: 0 !important;
        padding: 17px 45px !important;
        min-width: 150px;
        background: var(--bs-red) !important;
        color: #fff !important;
        font-size: var(--bs-fs20);
        font-family: var(--bs-helveticaBold);
        font-weight: 700;
        margin-top: 10px !important;
        margin-bottom: 0 !important;
        opacity: 1;
        border: 0 !important;
        outline: none !important;
    }
    .cf7mls_back {
        background: #EAEAEA !important;
        color: #414141 !important;
        margin-right: 1rem !important;
    }
    .cf7mls-btns.cf7mls-btns-last-step {
        display: inline;
        width: max-content;
        float: left;
        margin-left: 0;
    }
    .form-button {
        float: right;
        width: max-content;
        margin-left: auto;
    }
}

.wpcf7-spinner {
    display: none !important;
}

footer {
    padding-top: 50px;
    a:hover {
        color: var(--bs-red) !important;
        cursor: pointer;
    }
    h3 {
        color: var(--bs-darkgrey);
        font-size: var(--bs-fs26);
        font-family: var(--bs-helveticaBold);
        position: relative;
        text-transform: capitalize;
        padding-bottom: 10px;
        &:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 2px;
            background-color: var(--bs-red);
        }
    }
    ul {
        margin-bottom: 0;
        margin-top: 1.5rem;
        li {            
            margin-top: 10px;
            margin-bottom: 0;
        }
    }
    .scl_icons {
        display: flex;
        align-items: center;
        gap: 12px;
        li {
            margin-top: 0;
        }
    }
    .scl_icons a, .ftr_icons span {
        width: 45px;
        min-width: 45px;
        height: 45px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--bs-red);
        border-radius: 50%;
        padding: 10px;
        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            margin-bottom: 0;
        }
    }
    .contct_col, .link_col, .logo_col {
        margin-bottom: 2rem;
    }
    .contct_col {
        a {
            position: relative;
            padding-left: 55px;
            display: inline-flex;
            align-items: center;
            min-height: 45px;
            color: inherit;
            span {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
            }
        }
    }
    .scl_icons a:hover, .contct_col a:hover span {
        background: var(--bs-red) !important;
        img {
            filter: brightness(0) invert(1) !important;
        }
    }
    .logo_col {
        img {            
            width: 130px;
            margin-bottom: 1rem;
        }
    }
    .copyright_p {
        padding: 1rem 0;
        border-top: 1px solid #C8ECFF;
        display: flex;
        justify-content: space-between;
        align-items: center;
        p {
            margin-bottom: 0;
            font-size: var(--bs-fs18);
        }
    }
    form {
        .wpcf7-response-output {
            display: none;
        }
        .input-group {
            position: relative;
            max-width: 400px;
        }
        input.email_input {
            width: 100%;
            height: 55px;
            border: 0 !important;
            padding: 13px;
            padding-right: 155px; 
            box-shadow: 0px 2px 20px rgb(0 0 0 / 6%);
            border-radius: 0 !important;
            font-size: var(--bs-fs20);
        }
        button.sbmt_btn {
            border-radius: 0 !important;
            color: #ffffff;
            background: var(--bs-red);
            width: auto;
            display: inline-block;
            font-size: var(--bs-fs20);
            font-family: var(--bs-helveticaBold);
            padding: 13px 25px;
            line-height: normal;
            text-align: center;
            box-shadow: none;
            border: none;
            position: absolute;
            right: 5px;
            top: 5px;
        }
    }
}
ul.nav-tabs {
    justify-content: center;
    border: 1px solid #fff;
    width: max-content;
    margin: 1rem auto;
    max-width: 100%;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
    li {
        margin: 0;
    }
    .nav-link {
        font-weight: 600;
        font-size: var(--bs-fs26);
        color: var(--bs-lightgreen);
        padding: 10px 20px;
        background: #fff;
        border-radius: 50px;
        border: 0;
        &.active {
            background: var(--bs-lightgreen);
            color: #fff;
        }
    }
}
.accordion {
    .card {
        border-radius: 0;
        margin: 1rem 0;
        border: 1px solid #ccc;
        border-left: 0;
        border-right: 0;
        overflow: hidden;
    }
    .card .card-header {
        background: transparent;
        margin-bottom: 0;
        border: 0;
    }
    .card-header a {
        width: 100%;
        display: inline-block;
        padding: 10px 0;
        padding-right: 50px;
        border-radius: 0;
        position: relative;
        background: #fff;
        font-family: var(--bs-helvetica);
        font-size: var(--bs-fs26);
        font-weight: 500;
    }
    .card-header a:before {
        content: ' ';
        position: absolute;
        right: 0px;
        top: 9px;
        width: 35px;
        height: 35px;
        background-image: url(../images/icon-minus.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 33px;
    }
    .card-header a.collapsed:before {
        background-image: url(../images/icon-plus.svg);
    }
    .card-body {        
        padding: 10px 0 0;
        ul {
            padding-left: 0;
        }
        a {
            color: #d5342b;
        }
    }
}
.thankyou_error {
    h1 span {
        color: var(--bs-darkblue);
        display: block;
    }
    .sec__img {
        padding: 3rem;
        max-width: 500px;
        margin: 0 auto;
    }
}
.policy_sec {
    .accordion {
        .card {
            border-radius: 0;
            margin: 1rem 0;
            border: 0;
            overflow: hidden;
            background: #fff;
            box-shadow: 0px 2px 20px rgb(0 0 0 / 8%);
        }
        .card-header a {
            padding: 10px 15px;
            padding-right: 50px;
        }
        .card-header a:before {
            right: 10px;
        }
        .card-body {        
            padding: 10px 15px 0;
        }
    }
}
.page-breadcrumb {
    width: 100%;
    display: inline-block;
    margin-top: 3rem;
    margin-bottom: -2rem;
    ul.breadcrumb {
        background: #fff;
        box-shadow: 0 2px 7px hsl(0deg 0% 0% / 9.02%);
        width: max-content;
        max-width: 100%;
        padding: 10px;
        border-radius: 6px;
    }
    li {
        position: relative;
        margin: 0;
    }
    a {
        color: var(--bs-red);
    }
    li+li {
        padding-left: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-top: 5px;
    }
    li+li:before {
        content: '|';
        width: 10px;
        height: 25px;
        position: absolute;
        left: 13px;
        top: 7px;
        font-size: 20px;
        line-height: 1;
    }
    li:first-child a {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
}


span.select2.select2-container {
    width: 100% !important;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 100% !important;
}
.select2-container .select2-selection{
    font-size: var(--bs-fs20);
    font-weight: 400;
    text-align: left;
    background: #fff url(../images/down-arrow.svg) no-repeat right 10px center !important;
    background-size: 15px !important;
    padding: 13px 30px 11px 15px;
    width: 100%;
    height: 50px !important;
    color: #969696;
    border: 1px solid #eee !important;
    border-radius: 10px !important;
    outline: none;
    box-shadow: none;
}
.select2-container--default .select2-results__option{
    font-size: 14px;
    padding: 8px 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #faf9fb !important;
    border: 0 !important;
    border-radius: 4px !important;
    cursor: default !important;
    float: left !important;
    margin-right: 5px !important;
    margin-top: 0 !important;
    padding: 0 5px !important;
    color: #8F8F8F;
    height: 30px;
    line-height: 30px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice span{
    color: #8F8F8F !important;
    margin-right: 5px !important;
}
.select2-container .select2-search--inline .select2-search__field{
    margin-top: 0 !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #faf9fb !important;
    color: #000 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--bs-red) !important;
    color: #fff !important;
}
.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #ececec !important;
}
.select2-dropdown{
    z-index: 99999 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    line-height: normal !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}
.hospital_sec_4 .content_col strong, .hospital_sec_center p a {
    color: #e41b23;
}
.hospital_sec_center p a:hover {
    text-decoration: underline;
}
iframe.iframe {
    max-height: unset !important;
}

.modal {
    button.close {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 50px;
        background: transparent;
        border: 0;
        border-radius: 50%;
    }
    .modal_data_container {
        padding: 1.5rem;
        h2 {
            font-size: var(--bs-fs60);
        }
        h3 {
            font-size: var(--bs-fs30);
            font-weight: 400;
        }
    }
    .modal_data_header {
        display: flex;
        gap: 1.5rem;
        margin-bottom: 1rem; 
        p:last-child {
            margin-bottom: 0;
        }
        .team_icon_circle {
            width: 185px;
            height: 185px;
            border-radius: 50%;
            display: inline-block;
            overflow: hidden;
            border: 3px solid #fff;
            box-shadow: 0px 2px 20px #00000021;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
        .flex_scl_btns {
            display: flex;
            align-items: center;
            gap: 1.5rem;
            margin-top: 1.5rem;
            position: relative;
            width: max-content;
            max-width: 100%;
            &:after {
                content: '';
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                top: 0;
                width: 1px;
                height: 100%;
                background-color: #E3E3E3;
                display: none;
            }
            a {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                border: 1px solid var(--bs-red);
                display: inline-flex;
                align-items: center;
                justify-content: center;
                transition: .4s all;
                &:hover {
                    background-color: var(--bs-red);
                    img {
                        filter: brightness(0) invert(1);
                    }
                }
            }
        }
    }
    
}
.object.iframe {
    max-width: 100%;
}