a {
    color: #557999;
}
.hidden {
    display: none !important;
}
#home {
    background-color: rgba(255, 255, 255, 0);
    background-position: right center;
    background-repeat: repeat-y;
    border-width: 0;
    border-color: rgb(226, 226, 226);
    border-style: solid;
    background-image: url(../img/background.svg);
}
#home img,
.dropdown-toggle {
    user-select: none;
}
.login-btn {
    background-color: #0075ff;
    color: #fff;
}
.login-btn:hover {
    background-color: #006fde;
}
.register-btn {
    margin-left: 10px;
}
.go-top {
    bottom: 25px;
    right: 37px;
    background-color: #2c8de9;
}
.icofont-zalo {
    background: url("../img/zalo.png") no-repeat center center;
    width: 27px;
    height: 27px;
    background-size: contain;
    position: relative;
    top: 3px;
    display: inline-block;
}
.alert-success {
    background-color: #bbe9bb;
    color: #1e7911;
}
button[data-notify="dismiss"] {
    background: transparent;
    border: none;
}
#map-canvas {
    height: 515px;
}
.appointment-form form .form-group span.required {
    position: relative;
    top: initial;
    right: initial;
    z-index: 1;
    color: red;
}
.appointment-form label {
    color: #727272;
    font-weight: bold;
}
.navbar-light.navbar-expand-lg .navbar-nav li a {
    font-weight: 600;
    font-size: 19px;
}
.navbar-light.navbar-expand-lg .navbar-nav li > button.css-button-call > a {
    line-height: 1.2;
}
.navbar-light.navbar-expand-lg .navbar-nav li {
    padding: 10px 25px;
    white-space: nowrap;
}
.navbar-light.navbar-expand-lg .navbar-nav > a {
    padding: 6px 0;
}
.section-title span {
    margin-bottom: 0;
}
#price .section-title p {
    font-size: 21px;
    font-weight: bold;
}
#price .section-title p > span {
    color: #ff2b7c !important;
    font-size: 21px !important;
}
.contact-box .phones {
    line-height: 1.6;
    font-size: 16px;
}
.contact-box .phones a {
    font-size: 16px;
}
.contact-box .icofont-zalo {
    width: 20px;
    height: 20px;
}
.contact-box .contact-item {
    display: inline-flex;
    align-items: center;
}
/* .contact-box .contact-item div {
    white-space: nowrap;
} */
.contact-box:hover p {
    color: #fff;
}
.appointment-btn {
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #0075ff;
    white-space: nowrap;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.ptb-50 {
    padding-top: 50px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.main-banner-three {
    height: 570px;
}
.section-title h3 {
    font-size: 33px;
}
.section-title h3,
.contact-box h3 {
    font-weight: bold;
}
.single-services {
    cursor: default;
}
.contact-box {
    min-height: 160px;
    border-radius: 16px;
    margin-bottom: 20px;
}
.bg-f9faff {
    background: #f5f6f8;
}
.contact-box a,
.contact-box ul > li {
    font-weight: 500;
}
.contact-box ul {
    cursor: default;
}
.contact-box a {
    font-size: 17px;
}
.contact-box .contact-item a,
.contact-box .contact-item span {
    white-space: nowrap;
}
.contact-box .contact-item a {
    font-size: 16px;
    margin-left: 5px;
}
.contact-box .contact-item span {
    color: #557999;
}
.contact-box:hover .contact-item a,
.contact-box:hover .contact-item span {
    color: #fff;
}
.contact-box ul > li {
    font-size: 16px;
}
.contact-box ul li span {
    display: inline-block;
    min-width: 120px;
}
.email-box a,
.phone-box a {
    font-size: 18px;
}
.single-services p {
    font-size: 18px;
}
.section-title {
    margin-bottom: 35px;
}
.pricing-table {
    min-height: 290px;
}
.pricing-features ul {
    margin-bottom: 20px;
}
.pricing-table .price {
    margin-bottom: 5px;
}
.pricing-table .pricing-header {
    padding: 25px 20px 20px;
    margin-bottom: 25px;
}
.pricing-table.offline .pricing-header {
    padding: 11px 20px 10px;
}
.pricing-features ul li {
    font-size: 20px;
}
.pricing-table.price-year .pricing-header::before,
.pricing-table.price-half-year .pricing-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00c6ff;
    border-radius: 5px 5px 0 0;
    background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
    background: linear-gradient(to right, #0072ff, #00c6ff);
    opacity: 1;
    visibility: visible;
    z-index: -1;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
    border-radius: 16px 16px 0 0;
}
.pricing-table.price-year .pricing-header h3,
.pricing-table.price-half-year .pricing-header h3 {
    color: #fff;
}
.price-year,
.price-half-year {
    border: 1px solid #00c6ff;
}
.price-forever .pricing-features ul li {
    font-size: 18px;
}
.price-forever .price,
.price-year .price,
.price-half-year .price {
    margin-bottom: 0;
    position: relative;
}
.price-forever .origin-page,
.price-year .origin-page,
.price-half-year .origin-page {
    position: absolute;
    right: 19px;
    top: -23px;
    font-size: 21px;
    text-decoration: line-through;
}
.get-in-touch a {
    color: #007aff;
}
.price-forever .cost-store,
.price-year .price,
.price-half-year .price {
    position: relative;
}
.price-forever .cost-store .origin-page {
    font-size: 14px;
    top: -16px;
    right: 8px;
}
.price-forever .add-icon,
.price-year .add-icon,
.price-half-year .add-icon {
    font-size: 21px;
    line-height: 1;
    font-weight: bold;
    color: #646464;
    position: relative;
    top: -12px;
}
.price-forever .add-icon {
    top: -9px;
}
.price-forever .add-icon + .pricing-features {
    margin-top: -10px;
}
.price-year .add-icon + .pricing-features,
.price-half-year .add-icon + .pricing-features {
    margin-top: -12px;
}
.price-forever .add-icon + .pricing-features > ul,
.price-year .add-icon + .pricing-features > ul,
.price-half-year .add-icon + .pricing-features > ul {
    margin-top: -15px;
    margin-bottom: 18px;
}
.price-forever .add-icon + .pricing-features > ul {
    margin-top: -11px;
}
.section-title p {
    font-size: 18px;
    line-height: 1.4;
}
.footer-area p,
.get-in-touch p,
.single-feedback p {
    font-size: 17px;
}
.why-choose-us-text ul li,
.who-we-are-text p,
.why-choose-us-text p {
    font-size: 18px;
}
.why-choose-us-text ul li::before {
    top: 5px;
}
.footer-area {
    padding: 15px 0 12px;
}
.footer-area a,
.who-we-are-text a[target="_blank"],
.other-doctor-link {
    color: #007aff;
}
.other-doctor-link {
    float: right;
    margin-right: 9px;
}
.get-in-touch h3,
.single-services h3 {
    font-weight: bold;
    font-size: 22px;
}
.get-in-touch p {
    line-height: 1.4;
}
.get-in-touch ul > li > a > i {
    font-size: 28px;
}
.icofont-facebook {
    color: #3b5998;
}
.icofont-twitter {
    color: #55acee;
}
.icofont-linkedin {
    color: #0976b4;
}
.icofont-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    /* Also define standard property for compatibility */
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-form .form-control {
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 13px;
    font-size: 17px;
    color: #333;
    border: 1px solid #e4e4e4;
}
.contact-form .form-control:focus {
    border-color: #bac8f3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(78 115 223 / 25%);
}
.contact-form .btn {
    color: #fff;
}
.nav-right-button {
    display: flex;
    align-items: center;
    margin: auto;
}
.nav-right-button .dropdown {
    margin-left: 12px;
}
.nav-right-button .dropdown .dropdown-menu {
    min-width: fit-content;
}
.nav-right-button .dropdown.dropdown-toggle::after {
    margin-left: 0.05em;
}
.nav-right-button .dropdown .dropdown-menu .dropdown-item {
    padding-left: 28px;
}
.nav-right-button .dropdown .dropdown-menu .dropdown-item.selected {
    cursor: default;
}
.nav-right-button .dropdown .dropdown-menu .dropdown-item:active > i {
    color: #fff;
}
.nav-right-button .dropdown .dropdown-menu .dropdown-item > i {
    position: absolute;
    left: 4px;
    margin-top: 2px;
    font-size: 21px;
    color: #0b7cf1;
}
.navbar-collapse.collapse.show {
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.08) 0 2px 18px 2px;
    border-radius: 4px;
    background-color: white;
}
.dark-version-btn {
    display: none;
}
.grecaptcha-badge {
    display: none !important;
}
.btn {
    border: 1px solid #54b6ff;
}
.navbar.navbar-two {
    box-shadow: rgba(0, 0, 0, 0.08) 0 2px 18px 2px;
}
.hero-content h1,
.hero-content p,
.footer-area p,
.why-choose-us-text p,
.why-choose-us-text ul li,
.who-we-are-text p,
.get-in-touch p,
.single-feedback p,
.single-services p,
.navbar-light.navbar-expand-lg .navbar-nav li a:not(.phone),
.get-in-touch h3,
.single-services h3,
.section-title p,
.section-title h3,
.pricing-table .pricing-header h3,
.single-feedback h4 {
    color: #333;
}
.hero-content h1 .heading-1 {
    font-weight: bold;
    white-space: nowrap;
}
.hero-content p {
    font-size: 20px;
}
.css-button-call {
    background-color: white;
    color: #e80069;
    border: 2px solid #e80069;
    border-radius: 4px;
    font-weight: bold;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    transition-duration: 0.4s;
    cursor: pointer;
    display: flex;
    align-items: center;
    min-height: 42px;
}
.css-button-call a,
.css-button-call a > i {
    color: #e80069 !important;
}
.css-button-call a.nav-link {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0 !important;
}
.css-button-call a.zalo {
    position: relative;
    top: 3px;
    margin-left: 8px;
}
.css-button-call a > i {
    font-size: 20px;
    position: relative;
    top: 1px;
}
.pricing-table .pricing-header h3 {
    font-size: 21px;
}
.single-feedback h4 {
    font-weight: bold;
}
.main-banner-three .hero-image {
    right: initial;
    top: 0;
    position: relative;
    height: 100%;
}
.main-banner-three .hero-image.screen-laptop {
    top: -60px;
}
.main-banner-three .hero-image img {
    max-height: 100%;
    max-width: 450px;
    bottom: 0;
    position: absolute;
}
.main-banner-three .hero-image.screen-laptop img {
    max-width: 600px;
    top: 60px;
}
.owl-carousel .owl-item,
.owl-carousel .owl-item .hero-content {
    height: 570px;
}
.owl-carousel .owl-item .hero-content {
    display: flex;
    align-items: center;
}
.owl-carousel .owl-item .hero-content > .hero-text {
    padding-top: 30px;
}
.owl-carousel .owl-item .hero-content .btn {
    margin-right: auto;
    position: relative;
    top: -10px;
}
.owl-carousel .owl-item .hero-content .btn-search-doctor {
    margin-left: 5px;
}
.navbar.navbar-two.is-sticky + #home .hero-image {
    top: 70px;
}
.single-services,
.single-feedback,
.pricing-table,
.contact-box::before {
    border-radius: 16px;
}
.pricing-table .pricing-header,
.pricing-table .pricing-header::before {
    border-radius: 16px 16px 0 0;
}
.single-services::before {
    border-radius: 30px 16px 16px 16px;
}
.single-services:hover::before {
    border-radius: 8px;
}
.get-in-touch p {
    line-height: 1.6;
}
.get-in-touch h3 {
    margin-bottom: 12px;
    border-bottom: 1px solid #c0c0c0;
}
.highlight-1 {
    color: #ff2b7c !important;
    font-weight: bold;
}
.highlight-3 {
    color: #ff2b7c !important;
}
.highlight-2 {
    color: #0078ff !important;
}
.single-services img {
    max-width: 100%;
    aspect-ratio: 16/9;
}
.owl-theme .owl-dots {
    bottom: 105px;
    display: none;
}
.hero-content .trial-text {
    margin-top: 20px;
}
.hero-content .trial-text span {
    color: #ff2b7c !important;
}
.pricing-features > ul > li > span:not(.highlight-2) {
    text-decoration: line-through;
    text-decoration-line: line-through;
    text-decoration-thickness: 1px;
}
.image-develop {
    position: relative;
    top: 3px;
}
.pricing-table div,
.section-title h3 {
    cursor: default;
    user-select: none;
}
.section-title h3 {
    white-space: nowrap;
}
.pricing-features > ul > li > span.highlight-2 {
    color: #0078ff;
}
.member-details > div::after {
    background-image: none;
}
.member-details *,
.member-details > div::after {
    cursor: default;
}
.image-develop-mobile,
.doctor-mobile {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .main-banner-three .hero-image img {
        max-width: 100%;
        position: relative;
        right: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-banner-three {
        padding-top: 0;
    }
    .owl-theme .owl-dots {
        bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .owl-carousel .owl-item .hero-content > .hero-text {
        padding-top: 0;
    }
    .single-services p {
        height: auto;
    }
    .navbar-brand {
        padding: 0;
        margin: 0;
    }
    .navbar-brand > img {
        margin-right: 0;
    }
    .image-develop-mobile,
    .doctor-mobile {
        display: inline-block;
    }
    .image-develop,
    .doctor-desktop {
        display: none;
    }
    .css-button-call {
        width: min-content;
        /* margin-left: 25px; */
    }
    .css-button-call a.zalo {
        margin-left: 7px;
    }
    .css-button-call .nav-link {
        display: inherit;
    }
    .hero-content h1 .heading-1 {
        white-space: initial;
    }
    .col-7,
    .col-5 {
        width: 100%;
    }
    .owl-carousel .owl-item .hero-content {
        display: block;
    }
    .main-banner-three .hero-image img {
        top: 14px;
    }
    .main-banner-three .hero-image {
        top: initial !important;
        margin-top: 50px;
    }
    .owl-theme .owl-dots {
        position: relative;
        bottom: 10px;
    }
    .main-banner-three .hero-content h1 {
        font-size: 19px;
    }
    .hero-introduction ul li,
    .hero-feature ul li {
        font-size: 18px !important;
    }
    .hero-introduction ul li::before,
    .hero-feature ul li::before {
        top: 9px !important;
    }
    .owl-carousel .owl-item,
    .owl-carousel .owl-item .hero-content {
        height: max-content;
    }
    .owl-carousel .owl-item .hero-content .btn {
        margin-bottom: 0 !important;
    }
    .main-banner-three .hero-content p {
        margin-bottom: 10px;
        font-size: 17px;
    }
    .main-banner-three .hero-image.screen-laptop img {
        top: 0;
    }
    .main-banner-three {
        padding-top: 25px;
    }
    .main-banner-three {
        max-height: 990px;
        height: initial;
    }
    .main-banner-three .hero-image {
        left: initial;
        margin-left: 0;
        top: -28px !important;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .section-title h3 {
        font-size: 27px;
    }
    .section-title p,
    .footer-area p,
    .why-choose-us-text p,
    .why-choose-us-text ul li,
    .who-we-are-text p,
    .get-in-touch p,
    .single-feedback p {
        font-size: 20px;
    }
    .navbar .text-right {
         display: block;
    }
    .navbar .text-right .appointment-btn.login-btn {
        float: right;
    }
    .navbar .text-right .appointment-btn.register-btn {
        display: none;
    }
    .nav-right-button .dropdown {
        position: absolute;
        right: 82px;
        top: 24px;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1325px) {
    .contact-box {
        min-height: 200px;
    }
    .contact-box .contact-item {
        flex-direction: column;
    }
    .contact-box .contact-item span {
        display: block;
    }
}

.text-mediviet {
    display: inline-block;
    font-weight: bold;
    color: #63a4fc;
}

.text-mediviet span,
.text-mediviet .highlight {
    font-weight: bold;
    color: #ff5757;
}

.hero-introduction ul,
.hero-feature ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 30px;
    margin-top: 25px;
}
.hero-introduction ul li,
.hero-feature ul li {
    position: relative;
    color: #333;
    margin-bottom: 0;
    padding-left: 25px;
    font-size: 25px;
}
.hero-feature ul li {
    font-size: 22px;
}
.hero-introduction ul li:last-child,
.hero-feature ul li:last-child {
    margin-bottom: 0;
}
.hero-introduction ul li::before,
.hero-feature ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 15px;
    height: 15px;
    background: #00c6ff;
    background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
    background: linear-gradient(to right, #0072ff, #00c6ff);
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.hero-feature ul li::before {
    top: 7px;
}