@font-face {
    font-family: 'proxima_novabold';
    src: url(../fonts/proxima_nova_bold-webfont.woff2) format('woff2'), url(../fonts/proxima_nova_bold-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'proxima_novaregular';
    src: url(../fonts/proximanova-regular-webfont.woff2) format('woff2'), url(../fonts/proximanova-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body {
    margin: 0;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 0;
    font-size: 0
}

p {
    margin-bottom: 0
}

a {
    text-decoration: none
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
    box-sizing: border-box
}

.container {
    width: 100%;
    max-width: 1700px;
    padding: 0 15px;
    margin: 0 auto
}

.row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap
}

#header-main {
    width: 100%;
    background: linear-gradient(180deg, #D6F0FF 0%, #fff0 100%);
    position: absolute;
    padding-bottom: 27px
}

#header-main.sticky {
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.5s;
    background-color: #fff;
    box-shadow: 2px 2px 6px 0 #cbcbcb91;
    z-index: 111111
}

#header-main.sticky {
    animation: scroll 0.5s forwards
}

@keyframes scroll {
    0% {
        top: 0
    }

    100% {
        top: -65px
    }
}

.header-top {
    width: 100%
}

.col-header-top-left {
    width: 50%;
    padding: 0 15px
}

.header-top-left-main {
    padding-top: 24px
}

.header-top-left-main ul {
    display: flex;
    align-items: center
}

.header-top-left-main ul li {
    padding: 0 12px
}

.header-top-left-main ul li:first-child {
    padding-left: 0
}

.header-top-left-main ul li:nth-child(1) {
    border-right: 1px solid #033b4a;
    padding-right: 13px
}

.header-top-left-main ul li a {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #033b4a;
    display: flex;
    align-items: center;
    transition: 0.5s
}

.header-top-left-main ul li a:hover {
    color: #00d6a3;
}

.header-top-left-main ul li a:hover svg {
    fill: #00d6a3;
}

.header-top-left-main ul li a svg {
    fill: #00d6a3;
    ;
    width: 16px;
    height: 16px
}

.header-top-left-main ul li a span {
    padding-left: 8px
}

.col-header-top-right {
    width: 50%;
    padding: 0 15px
}

.header-top-right-main {
    padding-top: 24px
}

.header-top-right-main ul {
    display: flex;
    justify-content: end;
    align-items: center
}

.header-top-right-main ul li {
    padding: 0 12px
}

.header-top-right-main ul li:nth-child(4) {
    padding-right: 0
}

.header-top-right-main ul li:nth-child(1) {
    border-right: 1px solid #033b4a;
    padding-right: 13px
}

.header-top-right-main ul li a {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #033b4a;
    display: flex;
    align-items: center;
    transition: 0.5s
}

.header-top-right-main ul li a:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.header-top-right-main ul li a svg {
    fill: #033b4a;
    width: 16px;
    height: 16px;
    transition: 0.5s
}

.header-top-right-main ul li a svg:last-child {
    padding-right: 0
}

.header-top-right-main ul li a:hover svg {
    fill: #00d6a3;
    ;
    transform: rotate(360deg);
    transition: 0.5s
}

.header-bottom {
    width: 100%;
    padding-top: 37px
}

.col-header-bottom-left {
    width: 14%;
    padding: 0 15px
}

.col-header-bottom-right {
    width: 86%;
    padding: 0 15px
}

.header-bottom-menubar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-bottom-menubar ul {
    display: flex
}

.header-bottom-menubar ul li {
    padding: 27px 30px 8px 30px;
    position: relative
}

.header-bottom-menubar ul li a {
    font-family: 'proxima_novabold';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #033b4a;
    transition: 0.5s
}

.header-bottom-menubar ul li a:hover {
    color: #00d6a3;
}

.header-bottom-menubar ul li::before {
    content: "";
    bottom: 0;
    left: 50%;
    width: 0;
    height: 4px;
    background-color: #00d6a3;
    ;
    position: absolute;
    transform: translateX(-50%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.header-bottom-menubar ul li a.active::before {
    width: 52px;
    transition: 0.5s
}

.header-bottom-menubar ul li a.active {
    transition: 0.3s
}

.header-bottom-menubar ul li a.active {
    color: #00d6a3;
    border-bottom: 3px solid;
}

.free {
    border: 1px dotted #00d6a3;
    ;
    border-radius: 10px;
    padding: 11px 11px 9px 42px;
    position: relative;
    margin-left: 84px;
    cursor: pointer
}

.free::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -14px;
    width: 50px;
    height: 50px;
    background-color: #00d6a3;
    ;
    border-radius: 50px;
    transform: translateY(-50%)
}

.free::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 38px;
    height: 34px;
    background-image: url(../images/toll-free.svg);
    background-repeat: no-repeat;
    transform: translateY(-50%)
}

.free h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #033b4a;
    font-family: 'proxima_novabold';
    transition: 0.5s
}

.free h5:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.free a {
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    font-family: 'proxima_novabold';
    color: #00d6a3;
}

.search {
    padding-left: 6px
}

.search ul {
    display: flex
}

.search ul li {
    padding: 0 2px
}

.search ul li:last-child {
    padding-right: 0
}

.search ul li a svg {
    fill: #033b4a;
    transition: 0.5s
}

.search ul li a:hover {
    background-color: #00d6a3;
    ;
    transition: 0.5s
}

.search ul li:hover a svg {
    fill: #fff;
    transition: 0.5s
}

.search ul li a {
    line-height: 10px;
    width: 39px;
    display: flex;
    height: 39px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #8ba2a8;
    transition: 0.5s
}

#banner {
    width: 100%
}

.banner-images {
    background-image: url(../images/banner-img.png);
    height: 957px;
    background-repeat: no-repeat
}

.banner-images::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 957px;
    background-color: #b3c4c8;
    position: absolute;
    opacity: 40%;
    z-index: -1
}

.banner-main {
    position: absolute;
    top: 381px;
    left: 0;
    width: 100%;
    height: 100%
}

.col-banner-left-text {
    width: 35%;
    padding: 0 15px
}

.banner-left-text-main h1 {
    font-family: 'Sora', sans-serif;
    font-size: 66px;
    font-weight: 700;
    line-height: 83px;
    letter-spacing: 0em;
    text-align: left;
    color: #033b4a;
    transition: all 1s ease-in-out 0.3s
}

.banner-left-text-main p {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #343434;
    padding-top: 25px
}

.banner-button {
    margin-top: 52px;
    display: flex
}

.banner-button button {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
    width: 214px;
    padding: 13px 9px 12px 20px;
    border-radius: 10px;
    background-color: #00d6a3;
    ;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: 0.5s
}

.banner-button button::before {
    content: "";
    top: 0;
    right: 52px;
    position: absolute;
    height: 53px;
    border-left: 1px solid #fff
}

.banner-button button svg {
    fill: #fff;
    width: 35px;
    height: 28px;
    transform: rotate(319deg);
    transition: 0.5s
}

.banner-button button:hover {
    background-color: #033b4a;
    transition: 0.5s
}

.banner-button button:hover svg {
    transform: rotate(360deg);
    transition: 0.5s
}

.banner-button a {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #033b4a;
    padding-left: 39px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: 0.5s
}

.banner-button a:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.col-banner-right-text {
    width: 65%;
    padding: 0 15px
}

.banner-right-text-main {
    position: relative
}

.banner-right-text-main::before {
    content: "";
    top: 65px;
    left: 387px;
    width: 464px;
    height: 464px;
    background-color: #678992;
    border-radius: 50%;
    position: absolute
}

.banner-right-text-main::after {
    content: "";
    top: -13px;
    left: 260px;
    width: 661px;
    height: 661px;
    border-radius: 50%;
    background: linear-gradient(180deg, #9ab0b6 5.18%, #FFF 53.86%);
    position: absolute;
    z-index: -1
}

.banner-right-text-main-mainnn::before {
    content: "";
    top: -100px;
    left: 170px;
    width: 836px;
    height: 836px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ccd7da .83%, #e5ebec 43.63%);
    position: absolute;
    z-index: -1
}

.banner-right-text-main img {
    position: relative;
    top: -145px;
    right: -67px;
    width: 100%;
    height: 100%;
    object-fit: contain
}

#health-care {
    width: 100%;
    position: relative
}

.datepic input {
    position: absolute;
    top: -160px;
    right: 0;
    width: 50px;
    height: 302px;
    z-index: 11;
    background: none;
    cursor: pointer
}

.datepic img {
    position: absolute;
    top: -145px;
    right: 12px;
    z-index: 1;
    width: 28px;
    height: 28px
}

.datepic::before {
    content: "BOOK AN APPOINTMENT";
    top: -20px;
    right: -75px;
    position: absolute;
    transform: rotate(270deg);
    font-family: 'proxima_novaregular';
    color: #fff;
    font-size: 16px;
    z-index: 1;
    border-right: 1px solid #fff;
    line-height: 50px;
    padding-right: 16px
}

.datepic::after {
    content: "";
    position: absolute;
    top: -160px;
    right: 0;
    width: 50px;
    height: 302px;
    background-color: #00d6a3;
    ;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    transition: 0.5s
}

.datepic:hover::after {
    background-color: #033b4a;
    transition: 0.5s
}

.col-health-care {
    width: 100%;
    padding: 0 15px
}

.health-care-main {
    background-color: #fff;
    margin-top: -45px;
    border-radius: 42px 42px 0 0;
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0 -8px 1px 0 #aedde7;
    display: flex;
    padding-top: 94px
}

.col-health-care-left {
    width: 50%;
    padding: 0 15px
}

.col-health-care-left:first-child {
    padding-left: 0
}

.health-care-main-left {
    display: flex
}

.health-care-images {
    width: 45%;
    overflow: hidden
}

.health-care-images img {
    width: 100%;
    height: 485px;
    transition: 0.5s
}

.health-care-text-left {
    padding-left: 36px;
    width: 55%
}

.health-care-text-left h4 {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #00d6a3;
    ;
    position: relative;
    padding-left: 10px
}

.health-care-text-left h4::before {
    content: "";
    top: 50%;
    left: 0;
    border-left: 3px solid #00d6a3;
    ;
    height: 20px;
    position: absolute;
    transform: translateY(-50%)
}

.health-care-text-left h2 {
    font-family: 'Sora', sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    color: #033b4a;
    padding-top: 6px
}

.health-care-text-left p {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #5E5E5E;
    padding-top: 14px;
    padding-bottom: 25px
}

.whole-text {
    width: 350px;
    border: 1px #00d6a3;
    border-radius: 12px;
    padding: 14px 0 11px 28px;
    position: relative;
    margin-bottom: 22px;
    margin-left: 12px
}

.whole-text::before {
    content: "";
    top: 50%;
    left: -13px;
    width: 26px;
    height: 26px;
    background-color: #00d6a3;
    border-radius: 50px;
    position: absolute;
    transform: translateY(-50%)
}

.whole-text::after {
    content: "";
    top: 50%;
    left: -8px;
    width: 18px;
    height: 13px;
    background-image: url(../images/check.svg);
    border-radius: 50px;
    position: absolute;
    transform: translateY(-50%)
}

.whole-text h5 {
    font-family: 'proxima_novaregular';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E
}

.health-care-text-left button {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
    background-color: #033b4a;
    border-radius: 10px;
    width: 242px;
    padding: 13px 9px 12px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 33px;
    cursor: pointer
}

.health-care-text-left button:hover {
    background-color: #00d6a3;
    ;
    transition: 0.5s
}

.health-care-text-left button::before {
    content: "";
    top: 0;
    right: 55px;
    border-right: 1px solid #fff;
    height: 53px;
    position: absolute
}

.health-care-text-left button svg {
    fill: #fff;
    width: 35px;
    height: 28px;
    transform: rotate(319deg);
    transition: 0.5s
}

.health-care-text-left button:hover svg {
    transform: rotate(360deg);
    transition: 0.5s
}

.col-professional-care-right {
    width: 50%;
    padding: 0 15px
}

.professional-care-right-text {
    margin-left: 14px
}

.professional-care-right-text h4 {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #00d6a3;
    ;
    position: relative;
    padding-left: 10px
}

.professional-care-right-text h4::before {
    content: "";
    top: 50%;
    left: 0;
    border-left: 3px solid #00d6a3;
    ;
    height: 20px;
    position: absolute;
    transform: translateY(-50%)
}

.professional-care-right-text h2 {
    font-family: 'Sora', sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    color: #033b4a;
    padding-top: 6px
}

.orth-all {
    display: flex;
    flex-wrap: wrap
}

.orthopedics-box {
    width: 33.33%;
    padding: 0 15px
}

.orthopedics-box:nth-child(1) {
    padding-left: 0
}

.orthopedics-box:nth-child(4) {
    padding-left: 0
}

.orthopedics-box-text {
    border: 1px dashed #00d6a3;
    ;
    border-radius: 20px;
    position: relative;
    margin-top: 39px;
    padding: 38px 20px 18px 15px
}

.orthopedics-box-text::before {
    content: "";
    top: -22px;
    left: 16px;
    width: 50px;
    height: 50px;
    background-color: #00d6a3;
    ;
    border-radius: 50px;
    position: absolute
}

.orthopedics-box-text h3 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #033b4a
}

.orthopedics-box-text p {
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    color: #5E5E5E;
    padding-top: 4px
}

.orthopedics-box-text img {
    position: absolute;
    top: -14px;
    left: 25px;
    width: 34px;
    height: 34px
}

.professional-care-right-text button {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
    background-color: #033b4a;
    border-radius: 10px;
    width: 242px;
    padding: 13px 9px 12px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-top: 34px
}

.professional-care-right-text button:hover {
    background-color: #00d6a3;
    ;
    transition: 0.5s
}

.professional-care-right-text button::before {
    content: "";
    top: 0;
    right: 55px;
    border-right: 1px solid #fff;
    height: 53px;
    position: absolute
}

.professional-care-right-text button svg {
    fill: #fff;
    width: 35px;
    height: 28px;
    transform: rotate(319deg);
    transition: 0.5s
}

.professional-care-right-text button:hover svg {
    transform: rotate(360deg);
    transition: 0.5s
}

#core-procedure {
    width: 100%;
    position: relative;
    margin-top: 96px
}

#core-procedure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 490px;
    background-repeat: no-repeat;
    background-image: url(../images/Vector\ 1.svg);
    z-index: -1
}

.core-images {
    width: 100%;
    position: relative
}

.core-images::before {
    content: "";
    position: absolute;
    top: 190px;
    left: 0;
    width: 100%;
    height: 490px;
    background-repeat: no-repeat;
    background-image: url(../images/Vector\ 2.svg);
    z-index: -1
}

.core-images::after {
    content: "";
    position: absolute;
    top: 373px;
    left: 0;
    width: 100%;
    height: 439px;
    background-repeat: no-repeat;
    background-image: url(../images/Vector\ 3.svg);
    z-index: -1
}

.col-procedure-text {
    width: 100%;
    padding: 0 15px
}

.procedure-text-main {
    padding-top: 107px
}

.procedure-text-main h4 {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #00d6a3;
    ;
    position: relative;
    text-align: center
}

.procedure-text-main h4::before {
    content: "";
    top: 50%;
    left: 44%;
    border-left: 3px solid #00d6a3;
    ;
    height: 20px;
    position: absolute;
    transform: translate(-50%, -50%)
}

.procedure-text-main h2 {
    font-family: 'Sora', sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    color: #033b4a;
    padding-top: 6px;
    text-align: center;
    padding-top: 6px
}

.col-appointment {
    width: 25%;
    padding: 0 15px
}

.appointment-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative
}

.appointment-main::before {
    content: "";
    position: absolute;
    top: 77px;
    left: 0;
    width: 447px;
    height: 153px;
    background-image: url(../images/make-img.svg);
    background-repeat: no-repeat;
    background-size: 100%
}

.appointment-main::after {
    content: "1";
    top: 21px;
    right: 91px;
    background-color: #00d6a3;
    border-radius: 50px;
    width: 62px;
    height: 62px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #fff;
    font-family: 'Sora', sans-serif;
}

.appointment-images img {
    width: 270px;
    height: 270px;
    position: relative;
    z-index: -1;
    top: 89px;
    left: 50px
}

.appointment-main h4 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #033b4a;
    position: relative;
    padding-left: 90px;
    padding-top: 104px;
    transition: 0.5s
}

.appointment-main h4:hover {
    color: #00d6a3;
    transition: 0.5s;
}

.appointment-main p {
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #505050;
    text-align: center;
    max-width: 301px;
    padding-top: 9px;
    padding-left: 91px
}

.col-check-up {
    width: 25%;
    padding: 0 15px
}

.check-up-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative
}

.check-up-main::before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: -4px;
    width: 447px;
    height: 153px;
    background-image: url(../images/make-img2.svg);
    background-repeat: no-repeat;
    background-size: 100%
}

.check-up-main::after {
    content: "2";
    position: absolute;
    bottom: -91px;
    right: 93px;
    width: 62px;
    height: 62px;
    background-color: #7edfc8;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #fff;
    font-family: 'Sora', sans-serif
}

.check-up-images img {
    width: 270px;
    height: 270px;
    position: relative;
    top: 23px;
    left: 50px
}

.check-up-main h4 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #033b4a;
    position: relative;
    padding-left: 90px
}

.check-up-main h4:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.check-up-main p {
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #505050;
    text-align: center;
    max-width: 288px;
    padding-top: 9px;
    padding-left: 88px
}

.all-appointment {
    width: 100%;
    display: flex;
    max-width: 1512px;
    margin: 0 auto;
    padding-top: 52px;
    padding-bottom: 77px
}

#choose-us {
    width: 100%;
    margin-top: 97px;
    position: relative
}

#choose-us::before {
    content: "";
    top: -67px;
    right: 0;
    width: 566px;
    height: 742px;
    position: absolute;
    /* background-image: url(../images/Frame\ 47.png); */
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 1
}

.col-choose-left {
    width: 50%;
    padding: 0 15px
}

.choose-left-text {
    display: flex;
    flex-wrap: wrap
}

.choose-left-text h4 {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #00d6a3;
    ;
    position: relative;
    padding-left: 10px
}

.choose-left-text h4::before {
    content: "";
    top: 50%;
    left: 0;
    border-left: 3px solid #00d6a3;
    ;
    height: 20px;
    position: absolute;
    transform: translateY(-50%)
}

.choose-left-text h2 {
    font-family: 'Sora', sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
    color: #033b4a;
    padding-top: 6px;
    padding-top: 6px;
    padding-bottom: 47px;
    max-width: 651px
}

.expert-doctors {
    width: 350px;
    border: 1px dashed #8A8A8A;
    border-radius: 20px;
    padding: 37px 0 21px 30px;
    margin-bottom: 68px;
    position: relative
}

.expert-doctors::before {
    content: "";
    top: -27px;
    left: 16px;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    background-color: #D9F9E5;
    position: absolute
}

.expert-doctors h3 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #033b4a;
    transition: 0.5s
}

.expert-doctors h3:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.expert-doctors p {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-top: 17px
}

.expert-doctors img {
    position: absolute;
    top: -20px;
    left: 28px;
    width: 31px;
    height: 38px
}

.expert-doctors-main {
    width: 350px;
    border: 1px dashed #8A8A8A;
    border-radius: 20px;
    padding: 37px 0 21px 30px;
    position: relative
}

.expert-doctors-main::before {
    content: "";
    top: -27px;
    left: 16px;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    background-color: #D9F1F9;
    position: absolute
}

.expert-doctors-main img {
    position: absolute;
    top: -20px;
    left: 28px;
    width: 31px;
    height: 38px
}

.expert-doctors-main h3 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #033b4a;
    transition: 0.5s
}

.expert-doctors-main h3:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.expert-doctors-main p {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-top: 17px
}

.instant-main {
    padding-left: 44px;
    padding-top: 40px
}

.quick-text {
    width: 350px;
    border: 1px dashed #8A8A8A;
    border-radius: 20px;
    padding: 37px 0 21px 30px;
    margin-bottom: 68px;
    position: relative
}

.quick-text::before {
    content: "";
    top: -27px;
    left: 16px;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    background-color: #F9D9DA;
    position: absolute
}

.quick-text h3 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #033b4a;
    transition: 0.5s
}

.quick-text h3:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.quick-text p {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-top: 17px
}

.quick-text img {
    position: absolute;
    top: -20px;
    left: 28px;
    width: 31px;
    height: 38px
}

.quick-text-main {
    width: 350px;
    border: 1px dashed #8A8A8A;
    border-radius: 20px;
    padding: 37px 0 21px 30px;
    position: relative
}

.quick-text-main::before {
    content: "";
    top: -27px;
    left: 16px;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    background-color: #FFEBCE;
    position: absolute
}

.quick-text-main img {
    position: absolute;
    top: -20px;
    left: 28px;
    width: 31px;
    height: 38px
}

.quick-text-main h3 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #033b4a;
    transition: 0.5s
}

.quick-text-main h3:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.quick-text-main p {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-top: 17px
}

.col-choose-right {
    width: 50%;
    padding: 0 16px
}

.choose-right-images {
    position: relative;
    padding: 37px 15px 15px 15px
}

.choose-right-images img {
    width: 100%
}

.choose-right-images::before {
    content: "";
    top: 24px;
    right: 0;
    width: 248px;
    height: 248px;
    border-radius: 20px;
    background-color: #00d6a3;
    ;
    position: absolute;
    z-index: -1
}

.choose-right-images::after {
    content: "";
    left: 0;
    bottom: 0;
    width: 248px;
    height: 248px;
    border-radius: 20px;
    background-color: #7edfc8;
    ;
    position: absolute;
    z-index: -1
}

#achievement {
    width: 100%;
    position: relative;
    background-image: url(../images/achi-bg.png);
    height: 100%;
    z-index: 11111;
    margin-top: 98px;
    padding-top: 97px;
    padding-bottom: 109px
}

#achievement::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e5ebec;
    position: absolute;
    z-index: -1;
    mix-blend-mode: hard-light
}

.col-achievement {
    width: 100%;
    padding: 0 15px
}

.achievement-text h4 {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #00d6a3;
    ;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.achievement-text h4::before {
    content: "";
    top: 50%;
    left: 45%;
    border-left: 3px solid #00d6a3;
    ;
    height: 20px;
    position: absolute;
    transform: translate(-50%, -50%)
}

.achievement-text h2 {
    font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #033b4a;
    text-align: center;
    max-width: 594px;
    margin: 0 auto;
    padding-top: 6px
}

.achievement-box-main {
    width: 100%;
    display: flex;
    padding-top: 60px;
    justify-content: center
}

.achievement-box {
    width: 340px;
    background-color: #fff;
    border-radius: 20px;
    border: 1.5px dashed #00d6a3;
    ;
    display: flex;
    align-items: center;
    padding: 39px 0 30px 28px;
    position: relative;
    margin: 0 21px
}

.achievement-box::before {
    content: "";
    top: -22px;
    left: 29px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #00d6a3;
    ;
    position: absolute
}

.achievement-box img {
    position: absolute;
    top: -10px;
    left: 37px;
    width: 34px;
    height: 27px
}

.achievement-box h4 {
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    color: #033b4a;
    transition: 0.5s
}

.achievement-box h4:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.achievement-box p {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-left: 10px
}

#experts {
    width: 100%;
    padding-top: 95px;
    overflow: hidden
}

.doctors-team {
    width: 100%;
    background-color: #E7F6FF
}

.doctors-team ul {
    display: flex
}

.menubar {
    display: none
}

.doctors-team ul li {
    padding: 15px 0 13px 0
}

.doctors-team ul li a {
    font-family: 'Sora', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    color: #033b4a;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.doctors-team ul li a svg {
    fill: #00d6a3;
    ;
    font-size: 16px
}

.col-experts-left-text {
    width: 100%;
    padding: 0 15px
}

.experts-left-text-main {
    padding-top: 55px
}

.experts-left-text-main h4 {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #00d6a3;
    ;
    position: relative;
    padding-left: 10px
}

.experts-left-text-main h4::before {
    content: "";
    top: 50%;
    left: 0;
    width: 3px;
    height: 20px;
    position: absolute;
    transform: translateY(-50%);
    background-color: #00d6a3;
}

.experts-left-text-main h2 {
    font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #033b4a;
    max-width: 431px;
    padding-top: 6px
}

.drive-a {
    position: relative;
    width: 100%
}

.drive-a li button.next-a {
    position: absolute;
    top: -50px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: none;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border: 1px solid #033b4a;
    cursor: pointer;
    transition: 0.5s
}

.drive-a li button.next-a svg {
    fill: #033b4a;
    width: 35px;
    height: 25px;
    transform: rotate(317deg);
    transition: 0.5s;
    cursor: pointer
}

.drive-a li button.next-a:hover svg {
    transform: rotate(360deg);
    transition: 0.5s
}

.drive-a li button.next-a:hover {
    border: 1px solid #00d6a3;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
    transition: 0.5s;
}

.drive-a li button.next-a:hover svg {
    fill: #00d6a3;
}

.drive-a li button.prev-a {
    position: absolute;
    top: -50px;
    right: 80px;
    width: 50px;
    height: 50px;
    background: none;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
    border: 1px solid #033b4a;
    cursor: pointer;
    transition: 0.5s
}

.drive-a li button.prev-a svg {
    fill: #033b4a;
    width: 35px;
    height: 25px;
    transform: rotate(230deg);
    transition: 0.5s
}

.drive-a li button.prev-a:hover {
    transition: 0.5s;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border: 1px solid #00d6a3;
}

.drive-a li button.prev-a:hover svg {
    fill: #00d6a3;
}

.drive-a li button.prev-a:hover svg {
    transform: rotate(180deg);
    transition: 0.5s
}

.experience-doctors {
    display: flex;
    width: 100%
}

.col-experience-box {
    width: 20%;
    padding: 0 15px
}

.experience-main {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #88abb4;
    border-radius: 20px;
    padding: 83px 17px 34px 21px;
    position: relative;
    margin-top: 90px;
    margin-bottom: 20px
}

.experience-main img {
    top: -66px;
    left: 21px;
    width: 132px;
    height: 132px;
    position: absolute
}

.experience-main-hover::before {
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #00d6a3;
    ;
    position: absolute;
    border-bottom-left-radius: 16px;
    transition: 0.5s
}

.experience-main:hover .experience-main-hover::before {
    width: 50px
}

.experience-main-hover::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 3px;
    height: 0;
    background-color: #00d6a3;
    ;
    position: absolute;
    border-bottom-left-radius: 16px;
    transition: 0.5s
}

.experience-main:hover .experience-main-hover::after {
    height: 50px
}

.experience-main h4 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #033b4a;
    padding-bottom: 14px;
    transition: 0.5s;
    cursor: pointer
}

.experience-main h4:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.experience-main button {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 8px;
    padding: 5px 12px;
    background-color: #00d6a3;
    ;
    color: #fff;
    cursor: pointer;
    transition: 0.5s
}

.experience-main button:hover {
    background-color: #033b4a;
    transition: 0.5s
}

.drive {
    position: relative;
    width: 100%
}

.drive li {
    padding: 5px 10px
}

.drive li button.next {
    position: absolute;
    top: -48px;
    right: 15px;
    background: none;
    width: 50px;
    height: 50px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border: 1px solid #033b4a;
    cursor: pointer;
    transition: 0.5s
}

.drive li button.next:hover {
    border: 1px solid #00d6a3;
    ;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
    transition: 0.5s
}

.drive li button.next svg {
    fill: #033b4a;
    width: 35px;
    height: 25px;
    transform: rotate(317deg);
    transition: 0.5s;
    cursor: pointer
}

.drive li button.next:hover svg {
    transform: rotate(360deg);
    transition: 0.5s
}

.drive li button.next:hover svg {
    fill: #00d6a3;
}

.drive li button.prev {
    position: absolute;
    top: -48px;
    right: 80px;
    background: none;
    width: 50px;
    height: 50px;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
    border: 1px solid #033b4a;
    cursor: pointer;
    transition: 0.5s
}

.drive li button.prev svg {
    fill: #033b4a;
    width: 35px;
    height: 25px;
    transform: rotate(230deg);
    transition: 0.5s
}

.drive li button.prev:hover svg {
    transform: rotate(180deg);
    transition: 0.5s
}

.drive li button.prev:hover {
    border: 1px solid #00d6a3;
    ;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    transition: 0.5s
}

.drive li button.prev:hover svg {
    fill: #00d6a3;
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.card-all {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.card-all ul {
    display: flex;
    align-items: center
}

.card-all ul li {
    padding: 0 5px
}

.card-all ul li a {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5ebec;
    border-radius: 50px;
    transition: 0.5s
}

.card-all ul li a:hover {
    background-color: #00d6a3;
    ;
    transition: 0.5s
}

.card-all ul li a:hover svg {
    transform: rotate(360deg);
    fill: #fff;
    transition: 0.5s
}

.card-all ul li a svg {
    fill: #033b4a;
    font-size: 22px;
    transition: 0.5s
}

#laboratory-test {
    width: 100%;
    position: relative;
    background-color: #e5ebec;
}

.laboratory-path {
    position: relative
}

.laboratory-path::before {
    content: "";
    top: 0;
    right: 0;
    background-color: #96bcc7;
    width: 1095px;
    height: 393px;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%)
}

#laboratory-test::before {
    content: "";
    top: 0;
    left: 0;
    width: 929px;
    height: 691px;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    background-color: #033b4a;
    z-index: 1
}

#laboratory-test::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 1403px;
    height: 522px;
    position: absolute;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    background-color: #00d6a3;
    ;
    z-index: 1
}

.col-laboratory-left {
    width: 45%;
    padding: 0 15px
}

.laboratory-left-images {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px
}

.laboratory-left-images::before {
    content: "";
    bottom: 35px;
    right: 52px;
    background-color: #fff;
    width: 232px;
    height: 232px;
    border-radius: 50%;
    position: absolute;
    z-index: 1111
}

.laboratory-left-images::after {
    content: "";
    top: 44px;
    left: -8px;
    width: 604px;
    height: 604px;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    z-index: 11;
    box-shadow: 0 0 14px 6px rgb(0 0 0 / .25)
}

.laboratory-left-images img {
    width: 560px;
    height: 560px;
    object-fit: cover;
    position: relative;
    z-index: 111
}

.visit-box {
    position: relative
}

.visit-box::after {
    content: "30%";
    bottom: -22px;
    right: 45px;
    background-color: #033b4a;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    position: absolute;
    z-index: 1111;
    background-repeat: no-repeat;
    font-family: 'Sora', sans-serif;
    font-size: 66px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
    text-shadow: 0 0 50px #fff
}

.visit-box h5 {
    font-family: 'proxima_novaregular';
    font-size: 28px;
    font-weight: 900;
    line-height: 28px;
    position: absolute;
    z-index: 11111;
    right: 74px;
    bottom: 21px;
    color: #fff
}

.visit-box h5 span {
    font-family: 'proxima_novaregular';
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    position: absolute;
    z-index: 11111;
    right: 52px;
    bottom: 102px;
    color: #fff;
    width: 71px
}

.visit-box h4 {
    font-family: 'proxima_novaregular';
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    position: absolute;
    z-index: 11111;
    right: 47px;
    bottom: 74px;
    color: #fff;
    transform: rotate(270deg);
    letter-spacing: 2px
}

.col-laboratory-right {
    width: 55%;
    padding: 0 15px
}

.laboratory-right-text {
    position: relative;
    padding-top: 93px;
    padding-left: 136px
}

.laboratory-right-text h2 {
    font-family: 'Sora', sans-serif;
    font-size: 66px;
    font-weight: 700;
    line-height: 83px;
    color: #033b4a
}

.laboratory-right-text p {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #343434;
    max-width: 576px;
    padding-top: 14px;
    padding-bottom: 42px
}

.laboratory-right-text button {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    background-color: #00d6a3;
    ;
    color: #fff;
    border-radius: 10px;
    width: 214px;
    padding: 14px 9px 13px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase
}

.laboratory-right-text button::before {
    content: "";
    top: 0;
    right: 55px;
    border-right: 1px solid #fff;
    height: 53px;
    position: absolute
}

.laboratory-right-text button:hover {
    background-color: #033b4a;
    transition: 0.5s
}

.laboratory-right-text button:hover svg {
    transform: rotate(360deg);
    transition: 0.5s
}

.laboratory-right-text button svg {
    fill: #fff;
    width: 35px;
    height: 26px;
    transform: rotate(319deg);
    transition: 0.5s
}

#testimonials {
    width: 100%;
    /* padding-top: 97px */
}

.col-testimonials-text {
    width: 100%;
    padding: 0 15px
}

.testimonials-text-main h4 {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #00d6a3;
    ;
    padding-left: 10px;
    position: relative
}

.testimonials-text-main h4::before {
    content: "";
    top: 50%;
    left: 0;
    border-left: 3px solid #00d6a3;
    ;
    height: 20px;
    position: absolute;
    transform: translateY(-50%)
}

.testimonials-text-main h2 {
    font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #033b4a;
    padding-top: 6px
}

.valuable-main {
    width: 100%;
    display: flex
}

.col-valuable-box {
    width: 100%;
    padding: 0 15px
}

.col-valuable-box:nth-child(4) .valuable-box-main .valuable-text ul li:nth-child(4) a svg {
    fill: #D0D0D0
}

.col-valuable-box:nth-child(4) .valuable-box-main .valuable-text ul li:nth-child(5) a svg {
    fill: #D0D0D0
}

.col-valuable-box:nth-child(5) .valuable-box-main .valuable-text ul li:nth-child(5) a svg {
    fill: #D0D0D0
}

.col-valuable-box:nth-child(6) .valuable-box-main .valuable-text ul li:nth-child(5) a svg {
    fill: #D0D0D0
}

.col-valuable-box:nth-child(7) .valuable-box-main .valuable-text ul li:nth-child(5) a svg {
    fill: #D0D0D0
}

.valuable-box-main {
    background-color: #fff;
    box-shadow: 0 0 20px 0 #88abb4;
    border-radius: 20px;
    padding: 84px 21px 40px 21px;
    position: relative;
    margin-top: 90px
}

.valuable-box-main img {
    position: absolute;
    top: -67px;
    left: 21px;
    width: 133px;
    height: 133px
}

.valuable-text {
    display: flex;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    align-items: baseline
}

.valuable-text h4 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #033b4a;
    transition: 0.5s
}

.valuable-text h4:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.valuable-text ul {
    display: flex;
    padding-left: 17px
}

.valuable-text ul li {
    padding: 0 1px
}

.valuable-text ul li a svg {
    fill: #FF9431;
    font-size: 16px;
    line-height: 18px
}

.valuable-box-main p {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    position: relative;
    padding-top: 47px;
    padding-left: 20px;
    max-width: 474px
}

.valuable-box-main p::before {
    content: "";
    top: 19px;
    left: 0;
    width: 23px;
    height: 23px;
    background-image: url(../images/dot.svg);
    position: absolute;
    background-repeat: no-repeat
}

#online-appointment {
    width: 100%;
    background-color: #e5ebec;
    margin-top: -153px;
    padding-bottom: 60px
}

.col-online-appointment-images {
    width: 40%;
    padding: 0 15px
}

.col-online-appointment-images:nth-child(1) {
    padding-right: 0
}

/* .appointment-images-main {
    padding-top: 281px
} */

.appointment-images-main img {
    width: 644px;
    height: 500px;
    object-fit: contain;
    transition: 0.5s
}

.col-appointment-form {
    width: 60%;
    padding: 0 15px
}

.col-appointment-form:nth-child(2) {
    padding-left: 0
}

.appointment-form-main {
    background-color: #fff;
    padding: 46px 58px 56px 48px;
    border-radius: 20px;
    border: 1.5px dashed #00d6a3;
    width: 1050px;
    margin-left: -45px;
}

.appointment-form-main h2 {
    font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: left;
    color: #033b4a
}

.appointment-form-main h2 span {
    color: #00d6a3;
}

.appointment-form-main h5 {
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-top: 37px;
    margin-bottom: 0
}

.appointment-form-main input {
    background-color: #F3F3F3;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    margin-top: 6px
}

.form-control-main small {
    color: var(--error-color);
    position: absolute;
    bottom: -17px;
    left: 0;
    visibility: hidden;
    color: red
}

.form-control-main.error small {
    visibility: visible
}

.form-control-main {
    position: relative
}

.error input {
    border: 1px solid red;
    border-radius: 5px
}

.email-main {
    display: flex
}

.email-left {
    width: 462px;
    margin-right: 24px;
    padding-top: 28px
}

.email-left h5 {
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-top: 0;
    margin-bottom: 0
}

.location-right {
    width: 462px;
    margin-left: 23px;
    padding-top: 28px
}

.location-right h5 {
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-top: 0;
    margin-bottom: 0
}

.select-box {
    display: flex
}

.select-doctor {
    margin-right: 24px;
    width: 462px;
    padding-top: 28px
}

.select-doctor select {
    width: 100%;
    background-color: #F3F3F3;
    border-radius: 8px;
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 20px;
    margin-top: 6px;
    color: #A5A5A5;
    padding: 15px 19px;
    border: none;
    /* background-image: url(../images/drop.svg); */
    background-size: auto;
    background-position: right 20px center;
    background-repeat: no-repeat;
}

.select-doctor h5 {
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-top: 0;
    margin-bottom: 0
}

.select-service {
    width: 462px;
    margin-left: 23px;
    padding-top: 28px
}

.select-service h5 {
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-top: 0;
    margin-bottom: 0
}

.select-service .form-select {
    width: 100%;
    background-color: #F3F3F3;
    border-radius: 8px;
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 20px;
    margin-top: 6px;
    color: #A5A5A5;
    padding: 15px 19px;
    border: none;
    /* background-image: url(../images/drop.svg); */
    background-size: auto;
    background-position: right 20px center;
    /* background: no-repeat !important */

}

.appointment-form-main button {
    font-family: 'proxima_novaregular';
    width: 242px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    background-color: #033b4a;
    color: #fff;
    border-radius: 10px;
    margin-top: 31px;
    padding: 13px 9px 13px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase
}

.appointment-form-main button::before {
    content: "";
    top: 0;
    right: 55px;
    border-right: 1px solid #fff;
    height: 53px;
    position: absolute
}

.appointment-form-main button:hover {
    background-color: #00d6a3;
    ;
    transition: 0.5s
}

.appointment-form-main button svg {
    fill: #fff;
    width: 35px;
    height: 27px;
    transform: rotate(319deg);
    transition: 0.5s
}

.appointment-form-main button:hover svg {
    transform: rotate(360deg);
    transition: 0.5s
}

#footer-top {
    width: 100%
}

.footer-top {
    background-color: #033b4a;
    padding-top: 61px
}

.col-footer-logo {
    width: 25%;
    padding: 0 15px
}

.col-footer-logo img {
    width: 144px;
    height: 130px
}

.footer-logo-main p {
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    padding-top: 15px
}

.footer-logo-main ul {
    display: flex;
    padding-top: 15px
}

.footer-logo-main ul li {
    padding: 0 13px
}

.footer-logo-main ul li:nth-child(1) {
    padding-left: 0
}

.footer-logo-main ul li a svg {
    fill: #fff;
    transition: 0.5s;
    width: 21px;
    height: 21px
}

.footer-logo-main ul li a:hover svg {
    fill: #00d6a3;
    ;
    transform: rotate(360deg)
}

.quick-link {
    padding-left: 92px
}

.quick-link h4 {
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #fff
}

.quick-link ul {
    padding-top: 19px
}

.quick-link ul li a {
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    transition: 0.5s
}

.quick-link ul li a:hover {
    padding-left: 5px;
    transition: 0.5s;
    color: #00d6a3;
    ;
    transition: 0.5s
}

.quick-link ul li a:hover svg {
    fill: #00d6a3;
    ;
    transition: 0.5s
}

.quick-link ul li a svg {
    font-size: 12px;
    fill: #fff;
    padding-right: 12px
}

.address-main h4 {
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #fff
}

.address-main ul {
    padding-top: 28px
}

.address-main ul li {
    padding-bottom: 24px
}

.address-main ul li a {
    display: flex;
    align-items: flex-start
}

.address-main ul li a:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.address-main ul li a span {
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #fff;
    padding-left: 12px;
    transition: 0.5s
}

.address-main ul li a:hover span {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.address-main ul li a svg {
    fill: #fff
}

.address-main ul li a:hover svg {
    fill: #00d6a3;
    ;
    transition: 0.5s
}

.time-table {
    background-color: #134653;
    border-radius: 12px;
    height: 236px;
    padding: 31px 0 0 56px;
    position: relative
}

.time-table::before {
    content: "";
    top: 0;
    left: 0;
    width: 44px;
    height: 236px;
    background-color: #032933;
    position: absolute;
    border-radius: 12px 0 0 12px
}

.time-table::after {
    content: "Hours";
    bottom: 80px;
    left: 8px;
    width: 0;
    height: 0;
    position: absolute;
    transform: rotate(271deg);
    color: #fff;
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px
}

.hours-text h5 {
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-bottom: 4px
}

.hours-text h5 svg {
    fill: #fff;
    padding-right: 10px
}

.hours-text ul {
    display: flex;
    padding-bottom: 21px
}

.hours-text ul li {
    padding-right: 26px
}

.hours-text ul li a {
    font-family: 'proxima_novaregular';
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #fff;
    transition: 0.5s
}

.hours-text ul li a:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.footer-bottom {
    width: 100%;
    background-color: #032933;
    padding: 20px 0 19px 0
}

.col-footer-bottom-left {
    width: 100%;
    padding: 0 15px
}

.footer-bottom-text a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #fff;
    transition: 0.5s
}

.footer-bottom-text a:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

#about-banner {
    width: 100%
}

.about-banner-images {
    background-image: url(../images/about-banner-img.png);
    height: 645px;
    background-repeat: no-repeat
}

.about-banner-images::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 645px;
    position: absolute;
    z-index: -1;
    mix-blend-mode: multiply;
    background: linear-gradient(180deg, #D6F0FF 0%, #fff0 100%)
}

.about-banner-main {
    position: absolute;
    top: 261px;
    left: 0;
    width: 100%;
    height: auto
}

.col-about-banner-left-text {
    width: 35%;
    padding: 0 15px
}

.about-banner-left-text-main h1 {
    font-family: 'Sora', sans-serif;
    font-size: 66px;
    font-weight: 700;
    line-height: 83px;
    letter-spacing: 0em;
    text-align: left;
    color: #033b4a
}

.about-banner-left-text-main p {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #343434;
    padding-top: 17px
}

.about-banner-button {
    margin-top: 63px
}

.about-banner-button button {
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #033b4a;
    width: 214px;
    padding: 9px 18px 8px 20px;
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: 0.5s
}

.about-banner-button button svg {
    fill: #00d6a3;
    ;
    font-size: 16px;
    transition: 0.5s
}

.about-banner-button button:hover {
    background-color: #00d6a3;
    ;
    color: #fff;
    transition: 0.5s
}

.about-banner-button button:hover svg {
    padding-left: 10px;
    transition: 0.5s;
    fill: #fff
}

.col-about-banner-right-text {
    width: 65%;
    padding: 0 15px
}

.about-banner-right-text-main img {
    position: relative;
    top: -75px;
    right: -110px;
    width: 89%;
    height: 416px;
    object-fit: contain;
    background-size: 100%
}

.col-about-health-care-left {
    width: 30%;
    padding: 0 15px
}

.about-health-care-main-left img {
    width: 100%;
    height: 539px;
    object-fit: contain
}

.col-about-professional-care-right {
    width: 70%;
    padding: 0 15px
}

.about-professional-care-right-text {
    padding-top: 57px
}

.about-professional-care-right-text h4 {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #00d6a3;
    ;
    position: relative;
    padding-left: 10px
}

.about-professional-care-right-text h4::before {
    content: "";
    top: 50%;
    left: 0;
    border-left: 3px solid #00d6a3;
    ;
    height: 20px;
    position: absolute;
    transform: translateY(-50%)
}

.about-professional-care-right-text h2 {
    font-family: 'Sora', sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    color: #033b4a;
    padding-top: 6px
}

.about-professional-care-right-text p {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #5E5E5E;
    padding-top: 14px;
    padding-bottom: 25px
}

.about-professional-care-right-text span p {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    color: #5E5E5E;
    padding-bottom: 0;
    display: inline-block;
    text-transform: capitalize
}

.whole-main {
    display: flex;
    justify-content: space-between
}

.about-professional-care-right-text button {
    font-family: 'proxima_novabold';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
    background-color: #033b4a;
    border-radius: 10px;
    width: 242px;
    padding: 14px 9px 13px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 33px;
    cursor: pointer
}

.about-professional-care-right-text button:hover {
    background-color: #00d6a3;
    ;
    transition: 0.5s
}

.about-professional-care-right-text button::before {
    content: "";
    top: 0;
    right: 55px;
    height: 53px;
    position: absolute;
    border-right: 1px solid #fff
}

.about-professional-care-right-text button svg {
    fill: #fff;
    width: 35px;
    height: 26px;
    transform: rotate(319deg);
    transition: 0.5s
}

.about-professional-care-right-text button:hover svg {
    transform: rotate(360deg);
    transition: 0.5s
}

#about-choose-us {
    width: 100%;
    margin-top: 97px
}

.col-about-choose-left {
    width: 100%;
    padding: 0 15px
}

.about-choose-left-text {
    text-align: center
}

.about-choose-left-text h4 {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #00d6a3;
    ;
    position: relative;
    padding-left: 10px
}

.about-choose-left-text h4::before {
    content: "";
    top: 50%;
    left: 45%;
    border-left: 3px solid #00d6a3;
    ;
    height: 20px;
    position: absolute;
    transform: translate(-50%, -50%)
}

.about-choose-left-text h2 {
    font-family: 'Sora', sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
    color: #033b4a;
    padding-top: 6px;
    padding-top: 6px;
    padding-bottom: 47px;
    max-width: 645px;
    margin: 0 auto
}

.finest-main {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0 67px
}

.about-expert-doctors {
    width: 350px;
    border: 1px dotted #8A8A8A;
    border-radius: 20px;
    padding: 37px 0 21px 30px;
    position: relative
}

.about-expert-doctors::before {
    content: "";
    top: -27px;
    left: 16px;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    background-color: #D9F9E5;
    position: absolute
}

.about-expert-doctors h3 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #033b4a;
    transition: 0.5s
}

.about-expert-doctors h3:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.about-expert-doctors p {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-top: 17px
}

.about-expert-doctors img {
    position: absolute;
    top: -20px;
    left: 28px;
    width: 31px;
    height: 38px
}

.about-expert-doctors-main {
    width: 350px;
    border: 1px dotted #8A8A8A;
    border-radius: 20px;
    padding: 37px 0 21px 30px;
    position: relative
}

.about-expert-doctors-main::before {
    content: "";
    top: -27px;
    left: 16px;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    background-color: #F9D9DA;
    position: absolute
}

.about-expert-doctors-main img {
    position: absolute;
    top: -20px;
    left: 28px;
    width: 31px;
    height: 38px
}

.about-expert-doctors-main h3 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #033b4a;
    transition: 0.5s
}

.about-expert-doctors-main h3:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.about-expert-doctors-main p {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-top: 17px
}

.about-instant-main {
    padding-left: 44px;
    padding-top: 40px
}

.about-quick-text {
    width: 350px;
    border: 1px dotted #8A8A8A;
    border-radius: 20px;
    padding: 37px 0 21px 30px;
    position: relative
}

.about-quick-text::before {
    content: "";
    top: -27px;
    left: 16px;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    background-color: #D9F1F9;
    position: absolute
}

.about-quick-text h3 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #033b4a;
    transition: 0.5s
}

.about-quick-text h3:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.about-quick-text p {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-top: 17px
}

.about-quick-text img {
    position: absolute;
    top: -20px;
    left: 28px;
    width: 31px;
    height: 38px
}

.col-about-expert {
    width: 25%;
    padding: 0 21px
}

.about-quick-text-main {
    width: 350px;
    border: 1px dotted #8A8A8A;
    border-radius: 20px;
    padding: 37px 0 21px 30px;
    position: relative
}

.about-quick-text-main::before {
    content: "";
    top: -27px;
    left: 16px;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    background-color: #FFEBCE;
    position: absolute
}

.about-quick-text-main img {
    position: absolute;
    top: -20px;
    left: 28px;
    width: 31px;
    height: 38px
}

.about-quick-text-main h3 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #033b4a;
    transition: 0.5s
}

.about-quick-text-main h3:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.about-quick-text-main p {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-top: 17px
}

.experts-left-text-main.meet {
    padding-top: 0
}

#departments {
    width: 100%;
    padding-bottom: 68px
}

.col-departments {
    width: 100%;
    padding: 0 15px
}

.departments-main {
    background-color: #fff;
    margin-top: -42px;
    border-radius: 42px 42px 0 0;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 94px;
    box-shadow: 0 -10px 0 0 rgb(30 65 143 / .2)
}

.departments-main h4 {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #00d6a3;
    ;
    position: relative;
    padding-left: 10px
}

.departments-main h4::before {
    content: "";
    top: 50%;
    left: 0;
    border-left: 3px solid #00d6a3;
    ;
    height: 20px;
    position: absolute;
    transform: translateY(-50%)
}

.departments-main h2 {
    font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    color: #033b4a;
    padding-top: 6px
}

.departments-box {
    display: flex;
    flex-wrap: wrap;
    padding-top: 22px
}

.col-orthopedics-department {
    width: 25%;
    padding: 0 15px
}

.orthopedics-department-box {
    width: 358px;
    border: 1.4px dashed #00d6a3;
    ;
    border-radius: 20px;
    padding: 24px 7px 26px 59px;
    position: relative;
    margin-left: 42px;
    margin-bottom: 32px
}

.orthopedics-department-box::before {
    content: "";
    top: 50%;
    left: -42px;
    width: 84px;
    height: 84px;
    position: absolute;
    background-color: #00d6a3;
    ;
    border-radius: 50px;
    transform: translateY(-50%)
}

.orthopedics-department-box h3 {
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #033b4a;
    max-width: 221px;
    transition: 0.5s
}

.orthopedics-department-box h3:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.orthopedics-department-box p {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-top: 9px;
    max-width: 285px
}

.orthopedics-department-box img {
    top: 50%;
    left: -28px;
    width: 56px;
    height: 56px;
    position: absolute;
    transform: translateY(-50%)
}

#online-appointments {
    margin-top: 0;
    background-color: #e5ebec;
    padding-top: 108px;
    padding-bottom: 60px
}

.appointment-images-main.book {
    padding-top: 29px
}

.appointment-form-main.today {
    margin-top: 0
}

#meet-expert {
    width: 100%;
    position: relative
}

#meet-expert::before {
    content: "";
    background: linear-gradient(0deg, #E7F6FF 0%, #fff0 73.93%);
    height: 128px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.col-meet-expert {
    width: 100%;
    padding: 0 15px
}

.meet-expert-main {
    width: 100%;
    background-color: #fff;
    margin-top: -45px;
    border-radius: 42px 42px 0 0;
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0 -10px 0 0 rgb(30 65 143 / .2);
    display: flex;
    padding-top: 94px
}

.doctors-meet-left {
    width: 100%;
    padding: 0 15px
}

.doctors-meet-left:first-child {
    padding-left: 0
}

.doctors-meet-left-main {
    position: relative;
    z-index: 1;
    padding-bottom: 99px
}

.doctors-meet-left-main::before {
    content: "";
    bottom: 0;
    right: 0;
    width: 651px;
    height: 585px;
    position: absolute;
    background-image: url(../images/dr-alice.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.doctors-meet-left-main h4 {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #00d6a3;
    ;
    padding-left: 10px;
    position: relative
}

.doctors-meet-left-main h4::before {
    content: "";
    top: 50%;
    left: 0;
    border-left: 3px solid #00d6a3;
    ;
    height: 20px;
    position: absolute;
    transform: translateY(-50%)
}

.doctors-meet-left-main h3 {
    font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #033b4a;
    padding-top: 6px
}

.doctors-meet-left-main h2 {
    font-family: 'Sora', sans-serif;
    font-size: 66px;
    font-weight: 600;
    line-height: 83px;
    color: #033b4a;
    padding-top: 53px;
    transition: 0.5s;
    cursor: pointer
}

.doctors-meet-left-main h2:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.doctors-meet-left-main button {
    font-family: 'proxima_novaregular';
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    padding: 14px 18px 14px 20px;
    border-radius: 8px;
    background-color: #00d6a3;
    ;
    color: #fff;
    margin-top: 28px;
    cursor: pointer;
    transition: 0.5s
}

.doctors-meet-left-main button:hover {
    background-color: #033b4a;
    transition: 0.5s
}

.doctors-meet-left-main p {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #505050;
    padding-top: 35px;
    max-width: 970px
}

.doctors-meet-left-main ul {
    display: flex;
    padding-top: 45px
}

.doctors-meet-left-main ul li {
    padding: 0 7px
}

.doctors-meet-left-main ul li a {
    border-radius: 50px;
    background-color: #e5ebec;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    transition: 0.5s
}

.doctors-meet-left-main ul li a:hover svg {
    fill: #00d6a3;
    ;
    transition: 0.5s;
    transform: rotate(360deg)
}

.doctors-meet-left-main ul li a svg {
    fill: #033b4a;
    font-size: 36px;
    transition: 0.5s
}

#all-doctor {
    width: 100%
}

.all-doctor-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px
}

.col-cardiologist {
    width: 25%;
    padding: 0 15px
}

.cardiologist-box {
    width: 400px;
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 0 0 20px 0 #CBE9FB;
    position: relative;
    padding: 105px 23px 30px 26px;
    margin-top: 113px
}

.cardiologist-box img {
    top: -84px;
    left: 26px;
    width: 167px;
    height: 167px;
    position: absolute;
    transition: 0.5s
}

.cardiologist-box:hover img {
    transform: scale(1.1);
    transition: 0.5s
}

.cardiologist-box a {
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #033b4a;
    transition: 0.5s
}

.cardiologist-box a:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.cardiologist-box p {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #505050;
    padding-top: 22px
}

.cardiologist-box-btn {
    display: flex;
    padding-top: 34px
}

.cardiologist-box-btn button {
    background-color: #00d6a3;
    ;
    font-family: 'proxima_novaregular';
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    border-radius: 8px;
    padding: 9px 22px;
    transition: 0.5s
}

.cardiologist-box-btn button:hover {
    background-color: #033b4a;
    transition: 0.5s
}

.cardiologist-box-btn ul {
    display: flex;
    padding-left: 20px
}

.cardiologist-box-btn ul li {
    padding: 0 7px
}

.cardiologist-box-btn ul li a {
    border-radius: 50px;
    background-color: #e5ebec;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    transition: 0.5s
}

.cardiologist-box-btn ul li a svg {
    font-size: 24px;
    fill: #033b4a;
    transition: 0.5s
}

.cardiologist-box-btn ul li a:hover svg {
    fill: #00d6a3;
    ;
    transition: 0.5s;
    transform: rotate(360deg)
}

.doctor-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 54px
}

.doctor-btn button {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    background-color: #033b4a;
    width: 242px;
    border-radius: 10px;
    padding: 13px 9px 12px 20px;
    color: #fff;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
    text-transform: uppercase
}

.doctor-btn button::before {
    content: "";
    top: 0;
    right: 55px;
    border-right: 1px solid #fff;
    height: 53px;
    position: absolute
}

.doctor-btn button:hover {
    background-color: #00d6a3;
    ;
    transition: 0.5s
}

.doctor-btn button svg {
    fill: #fff;
    width: 35px;
    height: 28px;
    transform: rotate(319deg);
    transition: 0.5s
}

.doctor-btn button:hover svg {
    transition: 0.5s;
    transform: rotate(360deg)
}

.doctor-achievement {
    padding-top: 97px
}

#service-provide {
    width: 100%;
    padding-bottom: 0;
    position: relative
}

.col-provide {
    width: 100%;
    padding: 0 15px
}

.provide-main {
    background-color: #fff;
    margin-top: -42px;
    border-radius: 42px 42px 0 0;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 94px;
    box-shadow: 0 -10px 0 0 rgb(30 65 143 / .2)
}

.provide-main h4 {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #00d6a3;
    ;
    position: relative;
    padding-left: 10px
}

.provide-main h4::before {
    content: "";
    top: 50%;
    left: 0;
    border-left: 3px solid #00d6a3;
    ;
    height: 20px;
    position: absolute;
    transform: translateY(-50%)
}

.provide-main h2 {
    font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    color: #033b4a;
    padding-top: 6px
}

.best-service {
    display: flex;
    flex-wrap: wrap;
    padding-top: 47px
}

.col-diagnostic-testing {
    width: 25%;
    padding: 0 15px
}

.col-diagnostic-testing:nth-child(1) {
    padding-left: 0
}

.col-diagnostic-testing:nth-child(4) {
    padding-right: 0
}

.col-diagnostic-testing:nth-child(5) {
    padding-left: 0
}

.col-diagnostic-testing:nth-child(8) {
    padding-right: 0
}

.col-diagnostic-testing:nth-child(9) {
    padding-left: 0
}

.col-diagnostic-testing:nth-child(12) {
    padding-right: 0
}

.diagnostic-testing-box {
    width: 100%;
    border: 1.4px dashed #00d6a3;
    ;
    border-radius: 20px;
    padding: 48px 16px 37px 20px;
    position: relative;
    margin-bottom: 61px;
    height: 180px
}

.diagnostic-testing-box::before {
    content: "";
    top: 0;
    left: 21px;
    width: 67px;
    height: 67px;
    position: absolute;
    background-color: #00d6a3;
    ;
    border-radius: 50px;
    transform: translateY(-50%)
}

.diagnostic-testing-box h3 {
    font-family: 'Sora', sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    color: #033b4a;
    transition: 0.5s
}

.diagnostic-testing-box h3:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.diagnostic-testing-box p {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-top: 11px
}

.diagnostic-testing-box img {
    top: 0;
    left: 34px;
    width: auto;
    height: auto;
    position: absolute;
    transform: translateY(-50%)
}

#lung-cancer {
    width: 100%;
    padding-bottom: 105px;
    position: relative
}

.col-lungmain {
    width: 100%;
    padding: 0 15px
}

.lung-cancer-bg {
    background-color: #fff;
    margin-top: -45px;
    border-radius: 42px 42px 0 0;
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0 -10px 0 0 rgb(30 65 143 / .2);
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px
}

.all-brayana-adam {
    display: flex;
    padding-top: 100px
}

.col-brayana-adam {
    width: 12%;
    padding: 0 15px
}

.col-brayana-adam:first-child {
    padding-left: 0
}

.brayana-adam-main {
    width: 18%;
    margin-right: 15px
}

.brayana-adam-main.brayana {
    margin-right: 15px
}

.brayana-adam-main.harris {
    margin-right: 15px
}

.brayana-adam-main.henry {
    margin-right: 15px
}

.brayana-adam-main-images img {
    width: 100%;
    transition: 0.5s
}

.brayana-adam-main-images:hover img {
    transform: scale(1.1);
    transition: 0.5s
}

.brayana-adam-main-images {
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 2px dotted #00d6a3;
    ;
    overflow: hidden
}

.brayana-adam-main ul {
    padding-top: 18px;
    padding-left: 13px
}

.brayana-adam-main ul li {
    padding-bottom: 12px
}

.brayana-adam-main ul li:nth-child(2) {
    padding-left: 2px
}

.brayana-adam-main ul li a {
    display: flex
}

.brayana-adam-main ul li a span {
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #505050;
    padding-left: 14px;
    display: flex;
    align-items: center;
    transition: 0.5s
}

.brayana-adam-main ul li a:hover span {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.brayana-adam-main ul li:nth-child(1) a span {
    padding-left: 8px
}

.brayana-adam-main ul li a svg {
    fill: #033b4a;
    font-size: 18px;
    transition: 0.5s
}

.brayana-adam-main ul li a:hover svg {
    fill: #00d6a3;
    ;
    transition: 0.5s
}

.brayana-adam-main ul li:nth-child(1) a svg {
    width: 26px;
    height: 26px;
    background-color: #e5ebec;
    border-radius: 50px;
    padding: 3px
}

.brayana-adam-main ul li:nth-child(1) a:hover svg {
    background-color: #00d6a3;
    ;
    fill: #fff
}

.col-cancer-risk {
    width: 70%;
    padding: 0 15px
}

.col-cancer-risk:first-child {
    padding-left: 0
}

.cancer-risk-all {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.cancer-risk-main {
    width: 82%;
    padding-bottom: 100px;
    overflow: hidden
}

.changes-main {
    display: flex;
    width: 100%
}

.cancer-slider-box {
    width: 100%
}

.cancer-risk-main.cardiac {
    padding-bottom: 0
}

.cancer-risk-main img {
    width: 100%;
    transition: 0.5s;
    cursor: pointer
}

.cancer-risk-main:hover img {
    transform: scale(1.1);
    transition: 0.5s
}

.cancer-risk-main ul {
    display: flex;
    padding-top: 44px
}

.cancer-risk-main ul li {
    padding-right: 44px;
    position: relative
}

.cancer-risk-main ul li:nth-child(1)::before {
    content: "";
    top: 2px;
    right: 21px;
    position: absolute;
    border-right: 2px solid #999;
    height: 30px;
    transform: rotate(30deg)
}

.cancer-risk-main ul li a {
    display: flex
}

.cancer-risk-main ul li a img {
    width: 29px;
    height: 26px
}

.cancer-risk-main ul li a span {
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #5E5E5E;
    padding-left: 17px;
    transition: 0.5s
}

.cancer-risk-main ul li a:hover span {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.cancer-risk-main h2 {
    font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #033b4a;
    padding-top: 46px;
    position: relative
}

.cancer-risk-main h2::before {
    position: absolute;
    content: "";
    top: 26px;
    left: 0;
    width: 77px;
    height: 3px;
    background-color: #00d6a3;
}

.cancer-risk-main p {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #5E5E5E;
    padding-top: 14px
}

.continue-read {
    display: flex;
    padding-top: 73px;
    justify-content: space-between;
    position: relative
}

.continue-read::before {
    content: "";
    top: 31px;
    left: 0;
    width: 100%;
    border: 1px solid #BEBEBE;
    position: absolute
}

.continue-read button {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    background-color: #033b4a;
    width: 242px;
    border-radius: 10px;
    color: #fff;
    padding: 13px 10px 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    transition: 0.5s
}

.continue-read button:hover {
    background-color: #00d6a3;
    ;
    transition: 0.5s
}

.continue-read button::before {
    content: "";
    top: 0;
    right: 55px;
    height: 53px;
    position: absolute;
    border-right: 1px solid #fff
}

.continue-read button svg {
    fill: #fff;
    width: 35px;
    height: 28px;
    transform: rotate(319deg);
    transition: 0.5s
}

.continue-read button:hover svg {
    transition: 0.5s;
    transform: rotate(360deg)
}

.continue-read ul {
    display: flex;
    padding-top: 0;
    align-items: center
}

.continue-read ul li {
    padding: 0 7px
}

.continue-read ul li a {
    border-radius: 50px;
    background-color: #e5ebec;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    transition: 0.5s
}

.continue-read ul li:nth-child(1)::before {
    display: none
}

.continue-read ul li a svg {
    font-size: 27px;
    fill: #033b4a;
    transition: 0.5s
}

.continue-read ul li a:hover svg {
    fill: #00d6a3;
    ;
    transition: 0.5s;
    transform: rotate(360deg)
}

.col-post-right {
    width: 30%;
    padding: 0 15px
}

.col-post-right:last-child {
    padding-right: 0
}

.post-right-main {
    width: 100%;
    padding-left: 81px
}

.looking-input {
    width: 100%;
    display: flex;
    border: 1px solid #BFBFBF;
    border-radius: 8px;
    align-items: center;
    margin-bottom: 36px
}

.looking-input input {
    width: 100%;
    font-size: 18px;
    font-family: 'proxima_novaregular';
    font-weight: 600;
    line-height: 22px;
    color: #626262;
    padding-left: 21px
}

.looking-input button {
    background-color: #00d6a3;
    ;
    padding: 18px 18px;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    border: 1px solid #fff0;
    transition: 0.5s
}

.looking-input button:hover {
    border: 1px solid;
    background: none;
    transition: 0.5s
}

.looking-input button:hover svg {
    fill: #033b4a;
    transition: 0.5s
}

.looking-input button svg {
    font-size: 22px;
    fill: #fff;
    transition: 0.5s
}

.post-right-main h4 {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #00d6a3;
    ;
    position: relative;
    padding-left: 10px
}

.post-right-main h4::before {
    content: "";
    top: 50%;
    left: 0;
    border-left: 3px solid #00d6a3;
    ;
    height: 20px;
    position: absolute;
    transform: translateY(-50%)
}

.recent-post {
    display: flex;
    flex-wrap: wrap;
    padding-top: 36px;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 19px
}

.recent-post.silent {
    padding-top: 22px
}

.recent-post-images {
    width: 30%
}

.recent-post-images img {
    width: 100%
}

.recent-post-text {
    width: 70%;
    padding-left: 17px
}

.recent-post-text p {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #5E5E5E;
    cursor: pointer;
    transition: 0.5s
}

.recent-post-text p:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.news-archive {
    padding-top: 95px
}

.news-archive h4 {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #00d6a3;
    ;
    position: relative;
    padding-left: 10px
}

.news-archive h4::before {
    content: "";
    top: 50%;
    left: 0;
    border-left: 3px solid #00d6a3;
    ;
    height: 20px;
    position: absolute;
    transform: translateY(-50%)
}

.news-archive select {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #626262;
    border: 1px solid #BFBFBF;
    border-radius: 8px;
    padding: 19px 25px 19px 21px;
    width: 100%;
    margin-top: 24px;
    background-image: url(../images/drop.svg);
    background-size: auto;
    background-position: right 20px center
}

.categories {
    padding-top: 94px
}

.categories h4 {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #00d6a3;
    ;
    position: relative;
    padding-left: 10px
}

.categories h4::before {
    content: "";
    top: 50%;
    left: 0;
    border-left: 3px solid #00d6a3;
    ;
    height: 20px;
    position: absolute;
    transform: translateY(-50%)
}

.cardilogy-cate {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    transition: 0.5s
}

.cardilogy-cate:nth-child(10) {
    border-bottom: none
}

.cardilogy-cate a {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 54px;
    color: #5E5E5E;
    transition: 0.5s
}

.cardilogy-cate a span {
    color: #033b4a;
    transition: 0.5s
}

.cardilogy-cate:hover a span {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.cardilogy-cate:hover a {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.tage {
    padding-top: 65px
}

.tage h4 {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #00d6a3;
    ;
    position: relative;
    padding-left: 10px
}

.tage h4::before {
    content: "";
    top: 50%;
    left: 0;
    border-left: 3px solid #00d6a3;
    ;
    height: 20px;
    position: absolute;
    transform: translateY(-50%)
}

.tage ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px
}

.tage ul li {
    padding: 5px 5px
}

.tage ul li a {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    background-color: #00d6a3;
    ;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    transition: 0.5s;
    display: inline-block
}

.tage ul li a:hover {
    background-color: #FD9536;
    transition: 0.5s
}

.tage ul li:nth-child(1) {
    padding-left: 0
}

.tage ul li:nth-child(4) {
    padding-left: 0
}

.tage ul li:nth-child(7) {
    padding-left: 0
}

.tage ul li:nth-child(10) {
    padding-left: 0
}

.tage ul li:nth-child(12) {
    padding-left: 0
}

.tage ul li:nth-child(14) {
    padding-left: 0
}

#contact-quickly {
    width: 100%;
    position: relative
}

.col-contact-form {
    width: 100%;
    padding: 0 15px
}

.contact-form-bg {
    background-color: #fff;
    box-shadow: 0 0 4px 6px rgb(30 65 143 / .1), 0 -10px 0 0 rgb(30 65 143 / .2);
    position: relative;
    border-radius: 42px;
    margin-top: -40px;
    padding-top: 93px;
    padding-bottom: 88px
}

.your-message {
    text-align: center
}

.your-message h4 {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #00d6a3;
    ;
    position: relative
}

.your-message h4::before {
    content: "";
    top: 50%;
    left: 43%;
    border-left: 3px solid #00d6a3;
    ;
    height: 20px;
    position: absolute;
    transform: translate(-50%, -50%)
}

.your-message h4::after {
    content: "";
    top: 50%;
    right: 43%;
    border-left: 3px solid #00d6a3;
    ;
    height: 20px;
    position: absolute;
    transform: translate(-50%, -50%)
}

.your-message h2 {
    font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    color: #033b4a;
    padding-top: 6px
}

.your-message p {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #5E5E5E;
    padding-top: 11px;
    max-width: 610px;
    margin: 0 auto
}

.form-main {
    display: flex;
    justify-content: center;
    padding-top: 84px;
    flex-wrap: wrap
}

.form-name {
    padding-right: 15px
}

.form-email {
    padding-left: 15px
}

.form-name h5 {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-bottom: 11px
}

.form-email h5 {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-bottom: 11px
}

.form-name input {
    width: 615px;
    border-radius: 24px;
    border: 1px solid #7288B9;
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #777;
    padding: 27px 27px 26px 30px
}

.form-email input {
    width: 615px;
    border-radius: 24px;
    border: 1px solid #7288B9;
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #777;
    padding: 27px 27px 26px 30px
}

.form-subject {
    padding-top: 34px
}

.form-subject h5 {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-bottom: 11px
}

.form-subject select {
    width: 1264px;
    border-radius: 24px;
    border: 1px solid #7288B9;
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #777;
    padding: 27px 35px 26px 27px;
    background-image: url(../images/drop.svg);
    background-size: auto;
    background-position: right 35px center
}

.form-Message {
    padding-top: 36px
}

.form-Message h5 {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #5E5E5E;
    padding-bottom: 11px
}

.form-Message textarea {
    width: 1264px;
    border-radius: 24px;
    border: 1px solid #7288B9;
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #777;
    padding: 27px 27px 210px 27px
}

.contact-form-bg button {
    width: 242px;
    border-radius: 10px;
    background-color: #033b4a;
    padding: 13px 9px 12px 21px;
    color: #fff;
    justify-content: space-between;
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.5s
}

.contact-form-bg button:hover {
    background-color: #00d6a3;
    transition: 0.5s
}

.contact-form-bg button::before {
    content: "";
    top: 0;
    right: 55px;
    border-right: 1px solid #fff;
    height: 53px;
    position: absolute
}

.contact-form-bg button svg {
    fill: #fff;
    width: 35px;
    height: 28px;
    transform: rotate(319deg);
    transition: 0.5s
}

.contact-form-bg button:hover svg {
    transform: rotate(360deg);
    transition: 0.5s
}

.sumbit-btn {
    width: 1264px;
    padding-top: 69px
}

.find-here {
    width: 100%;
    padding-top: 89px;
    padding-left: 0;
    padding-right: 0
}

.find-here h2 {
    font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    color: #033b4a;
    text-align: center
}

.all-here {
    display: flex;
    padding-top: 39px
}

.col-find-phone {
    width: 33.33%;
    padding: 0 15px
}

.find-phone {
    background-color: #E7F6FF;
    border-radius: 24px;
    padding: 26px 0 23px 130px;
    position: relative;
    margin-left: 31px
}

.find-phone.location {
    padding-top: 16px;
    padding-bottom: 16px
}

.find-phone::before {
    content: "";
    top: 50%;
    left: -31px;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    position: absolute;
    background-color: #BDE7FF;
    transform: translateY(-50%)
}

.find-phone img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 62px;
    height: 62px;
    object-fit: contain;
    transform: translateY(-50%)
}

.find-phone h5 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #033b4a;
    padding-bottom: 10px;
    transition: 0.5s
}

.find-phone h5:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.find-phone a {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #505050;
    transition: 0.5s
}

.find-phone a:hover {
    color: #00d6a3;
    ;
    transition: 0.5s
}

.col-map {
    width: 100%;
    padding: 0 15px
}

.map {
    width: 100%;
    margin-top: 102px;
    margin-bottom: 101px;
    display: flex;
    justify-content: center;
    border: 1.5px dashed #00d6a3;
    ;
    border-radius: 20px;
    padding: 21px 22px 21px 20px
}

.map iframe {
    width: 100%;
    height: 578px;
    border-radius: 20px
}

#return-to-top {
    position: fixed;
    bottom: 55px;
    right: 15px;
    background: #00d6a3;
    ;
    box-shadow: 1px 2px 3px #000;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 6px;
    display: none;
    transition: 0.5s;
    z-index: 11111;
    animation: scrollIn 2s infinite backwards
}

@keyframes scrollIn {
    0% {
        bottom: 55px;
        transition: 0.5s
    }

    50% {
        bottom: 40px
    }

    100% {
        bottom: 55px;
        transition: 0.5s
    }
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#return-to-top:hover {
    background-color: #033b4a;
    transform: scale(1.1);
    transition: 0.5s
}

#return-to-top:hover i {
    color: #fff
}

.btn-intermediate {
    background: linear-gradient(to right, #00d6a3, #00d6a3);
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 4px 5px rgb(0 0 0 / .2);
    transition: transform 0.3s ease-in-out
}

.btn-intermediate:hover {
    transform: scale(1.1);
    color: #fff
}

/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown button */
.dropdown button {
    background: linear-gradient(to right, #00d6a3, #00d6a3);
    color: white;
    padding: 5px 15px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.dropdown button:hover {
    background-color: #0056b3;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
}

.dropdown-content {
    right: 0;
    /* Aligns the dropdown to the right edge of the button */
}

/* Links inside dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

/* Show dropdown content on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.Section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-0{
    padding-top: 0 !important;
}
.style__header{
    justify-content: space-between;
    display: flex;
    width: 100%;
    padding-block: 14px;
}
.wrap {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
}
.stikey{
    position: fixed !important;
    width: 100%;
    top: -52px;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.1); 
}
.bg__style::after{
    content: "";
    background-image: url(../images/Vector%201.svg);
    width: 100%;
    height: 650px;
    position: absolute;
    display: inline-block;
    top: 23px;
    z-index: -2;
    background-repeat: no-repeat;
}
.style__button {
    position: fixed;
    display: none;
    right: 35px;
    bottom: 35px;
    z-index: 11000;
    width: 50px;
    height: 50px;
    background-color: #00d6a3;
    border-radius: 50px;
    transition: 0.7s;
    box-shadow: 0 0 7px 0 #88abb4;
    cursor: pointer;
}
.style__button::before{
    content: "";
    width: 10px;
    height: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    left: 37%;
    top: 33%;
}
.style__button:hover{
    transform: rotate(180deg);
    opacity: 0.7;
}
.active-top {
    display: block !important;
}
.slick-initialized .slick-slide{
    margin-bottom: 24px;
}
.section__banner{
    position: relative;
}

/* .bg-img {
    position: relative;
}

.bg-img::after {
    content: "";
    background-image: url(../images/banner-img.png);
    height: 957px;
    background-repeat: no-repeat;
} */
.bg-img {
    position: relative;
    width: 100%;
}
.site_header{
    position: absolute;
    height: auto;
    width: 100%;
    z-index: 2;
    background-image: url('../images/banner-img.png');
    background-repeat: no-repeat;
    background-position: 2000px;
}

.site_header::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #b3c4c8;
    position: absolute;
    opacity: 40%;
    z-index: -1;
}


.toggle {
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.2509803922);
    padding: 20px 23px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    display: none;
    margin-top: 8px;
  }
  
  .line-toggle {
    position: absolute;
    display: block;
    width: 32px;
    height: 3px;
    background: #033b4a;
    border-radius: 5px;
    transition: all .6s;
  }
  
  .line-toggle:first-child {
    transform: translateY(-9px) translateX(0px);
    width: 25px;
    transition-delay: 0s;
  }
  
  .toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
  }
  
  .line-toggle:last-child {
    transform: translateY(9px) translateX(1px);
    width: 22px;
    transition-delay: 0s;
  }
  
  .toggle.activate .line-toggle:first-child {
    background: #00d6a3;
    transform: translateY(0) translateX(0) rotate(45deg);
    width: 30px;
    height: 3px;
    transition-delay: .1s;
  }
  
  .toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
  }
  
  .toggle.activate .line-toggle:last-child {
    background: #00d6a3;
    transform: translateY(0) translateX(0) rotate(314deg);
    width: 30px;
    height: 3px;
    transition-delay: .1s;
  }




/* Responshive css start */

@media screen and (max-width: 1400px){
    .valuable-text h4{
        font-size: 18px;
    }
    .header-bottom-menubar ul li {
        padding: 20px 17px !important;
    }
    .orthopedics-box:nth-child(1),
    .orthopedics-box:nth-child(4) {
        padding-left: 15px;
    }
    #laboratory-test{
        margin-top: 0 !important;
    }
    #testimonials{
        padding-top: 0 !important;
    }
    .appointment-images-main {
        padding-top: 0 !important;
    }
    .appointment-form-main {
        margin-top: 0 !important;
    }
    .valuable-box-main p{
        padding-top: 44px !important;
        padding-left: 0 !important;
    }
    .valuable-box-main img{
        top: -48px !important;
        width: 100px !important;
        height: 100px !important;
    }
    .style__header{
        padding-inline: 15px;
    }
}
@media screen and (max-width: 1024px){
    .bg__style::after{
        height: 473px;
    }
    .whole-text::after{
        left: -9px !important;
    }
    .Section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .free {
        margin-right: 0 !important;
    }
    .style__header{
        padding-block: 6px;
    }
    .stikey{
        top: -54px;
    }
    .header-bottom-menubar ul {
        display: flex !important;
    }
    .header-bottom-menubar ul li {
        border: 0 !important;
    }
}
@media  screen and (max-width:992px) {
    .valuable-box-main img{
        top: -65px !important;
    }
    .col-header-top-right,
    .col-header-top-left{
        width: 50% !important;
    }
    .banner-main {
        top: 190px !important;
    }
    .banner-images::before {
        height: 571px !important;
    }
    .banner-images {
        height: 571px !important;
    }
    .stikey {
        top: -53px;
    }
}
@media screen and (max-width:820px){
    .bg__style::after {
        height: 420px;
        top: 0;
    }
    .achievement-box-main{
        padding-inline: 15px;
    }
    .header-bottom-menubar ul li {
        padding: 10px 6px !important;
    }
    .style__header a img {
        width: 125px;
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    .style__header {
        position: relative !important;
    }
    #active_class {
        display: none !important;
    }
    .toggle {
        display: flex;
    }
    .free {
        padding: 5px 8px 0px 22px !important;
        margin-top: 10px !important;
    }
    #active_class.show-menu {
        display: block !important;
        width: 100%;
        margin-left: auto;
        padding: 20px 15px;
        background-color: #fff;
        box-shadow: 0 4px 10px #ede9fe;
        height: auto !important;
        border-radius: 0px 0px 10px 10px !important;
        position: absolute;
        top: 71px;
        border-top: 1px solid #d3d3d3;
        left: 0;
    }

}
    
@media screen and (max-width: 480px) {
    .valuable-box-main img {
        top: -50px !important;
        width: 90px !important;
        height: 90px !important;
    }
    .valuable-text h4 {
        font-size: 13px !important;
        line-height: 18px;
        margin-top: 15px;
    }
    .valuable-box-main p {
        padding-top: 35px !important;
    }
    .Section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .col-header-top-right {
        width: 70% !important;
    }
    .col-header-top-left{
        width: 30% !important;
    }
    .header-top-right-main {
        padding-top: 4px !important;
    }
    .header-top-right-main ul li a {
        font-size: 12px !important;
        line-height: 13px !important;
    }
    .header-top-right-main ul{
        justify-content: flex-start;
    }
    .choose-right-images{
        padding: 29px 6px 2px 7px;
    }
    .banner-left-text-main h1 {
        font-size: 34px !important;
        line-height: 34px !important;
    }
    .achievement-text h4::before {
        left: 28% !important;
    }
    .appointment-form-main {
        padding: 17px 10px 17px 10px !important;
        margin-bottom: 15px !important;
        margin-top: 20px !important;
    }
    .header-top-left-main {
        padding-top: 12px !important;
    }
    .header-top-left-main ul li a {
        font-size: 11px !important;
        line-height: 12px !important;
    }
    .style__header a img {
        width: 120px;
        height: auto;
    }
    .stikey {
        top: -37px;
    }
    .banner-main {
        top: 150px !important;
    }
    .banner-images::before {
        height: 484px !important;
    }
    .banner-images {
        height: 484px !important;
    }
    .health-care-main {
        padding-top: 30px !important;
    }
    .style__header {
        margin-top: 10px;
    }
    .stikey .style__header {
        margin-top: 0px !important;
    }
    .toggle{
        margin-top: 0;
    }
    .dropdown button{
        padding: 5px 10px;
        font-size: 14px;
    }
    #active_class.show-menu {
        top: 64px;
    }
}
@media screen and (max-width: 385px) {
    .header-top-right-main {
        padding-top: 9px !important;
    }
}
