/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-size: 16px;
    font-weight: 400;
    color: #4D4E4F;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

a:hover {
    color: #EF3C55;
}

h1 {
    font-size: 30px;
    font-weight: 700;
}

h2 {
    font-size: 24px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    font-weight: 500;
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 1rem;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.text-blue {
    color: #2A93D7;
}

.text-red {
    color: #EF3C55;
}

.text-justify {
    text-align: justify;
}

.bg-light-blue {
    background-color: #2A93D71A;
}

.p-truncate-1 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

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

.img-circle {
    border-radius: 50%;
}

.no-banner {
    margin-top: 148px;
}

.font-20 {
    font-size: 20px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-45 {
    font-size: 45px !important;
}

.font-60 {
    font-size: 60px !important;
}

.font-small {
    font-size: 14px;
}

.font-weight-600 {
    font-weight: 600;
}

.py-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.btn-main {
    display: inline-block;
    color: #fff;
    background-color: #4D4E4F;
    border: 2px solid #4D4E4F;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 80px;
    transition: 0.3s;
}

.btn-main:hover {
    box-shadow: inset 0 -3.25em 0 0 #fff;
    color: #4D4E4F;
}

.btn-text {
    display: inline-block;
    color: #2A93D7;
    font-size: 18px;
    font-weight: 500;
}

.btn-underline {
    display: inline-block;
    color: #4D4E4F;
    font-size: 18px;
    text-decoration: underline;
}

.btn-see-detail {
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.btn-see-detail svg {
    margin-left: -18px;
    margin-right: -10px;
}

.btn-see-detail:hover svg path {
    fill: #EF3C55;
    transition: 0.3s;
}

.content h2 {
    font-size: 45px;
}

.content h3 {
    font-size: 30px;
}

.content h6 {
    margin-bottom: 0;
}

.banner-content h1 {
    font-size: 60px !important;
}

.banner-content h2 {
    font-size: 45px;
}

.cursor-default {
    cursor: default;
}

@media (max-width: 991px) {
    .py-100 {
        padding: 70px 0;
    }
    .pt-100 {
        padding-top: 70px;
    }
    .pb-100 {
        padding-bottom: 70px;
    }

    .no-banner {
        margin-top: 121px;
    }

    .btn-main {
        padding: 8px 60px;
    }

    .font-45 {
        font-size: 40px !important;
    }
    .font-60 {
        font-size: 55px !important;
    }

    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .py-100 {
        padding: 50px 0;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }

    .no-banner {
        margin-top: 101px;
    }

    .btn-main {
        padding: 8px 40px;
    }

    .font-45 {
        font-size: 30px !important;
    }
    .font-60 {
        font-size: 45px !important;
    }

    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 14px;
    }
    .content h2 {
        font-size: 28px;
    }
    .content h3 {
        font-size: 20px;
    }
    .banner-content h1 {
        font-size: 32px !important;
    }
    .banner-content h2 {
        font-size: 26px;
    }
    .font-45 {
        font-size: 28px !important;
    }
    .font-60 {
        font-size: 32px !important;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
    .btn-main {
        font-size: 14px;
    }
    .btn-see-detail {
        font-size: 14px;
    }
    .btn-see-detail svg {
        width: 40px;
        height: 40px;
    }
    .btn-text {
        font-size: 14px;
    }
    .btn-underline {
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .font-45 {
        font-size: 26px !important;
    }
    .font-60 {
        font-size: 30px !important;
    }
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 10px solid #2A93D7;
    border-top-color: #EAF5FC;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
    background-color: #fff;
    padding: 22px 0;
    z-index: 20;
    transition: all 0.5s;
    box-shadow: 0 4px 4px #00000040;
}

#header.header-scrolled {
    background-color: #fff;
    padding: 14px 0;
}

.logo img {
    width: 90px;
}

@media (max-width: 1399px) {
    .logo img {
        width: 90px;
    }
}

@media (max-width: 991px) {
    .logo img {
        width: 80px;
    }
}

@media (max-width: 767px) {
    #header {
        padding: 15px 0;
    }
    #header.header-scrolled {
        padding: 10px 0;
    }
    .logo img {
        width: 70px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
    width: 100%;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    list-style: none;
    align-items: center;
    width: 100%;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    display: table-cell;
    position: relative;
    white-space: nowrap;
    padding: 0 0 0 18px;
}

.navbar>ul>li:first-child {
    padding: 0;
}

.navbar a {
    display: block;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
    padding: 8px 0;
    transition: 0.3s;
    text-decoration: none;
    position: relative;
}
.navbar ul>li>a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: 50%;
    position: absolute;
    background: #EF3C55;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.navbar a:hover,
.navbar a:focus,
.navbar a.active {
    font-weight: 500;
    color: #EF3C55;
}

.navbar a:hover:after,
.navbar a:focus:after,
.navbar a.active:after {
    width: 100%;
    left: 0;
}

.navbar a:hover svg path,
.navbar a.active svg path {
    fill: #EF3C55 !important;
}

.navbar a.btn-contact {
    background: #2A93D7;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
    box-shadow: 4px 4px 5px #555;
}

.navbar a.btn-contact:hover,
.navbar a.btn-contact:focus,
.navbar a.btn-contact.active {
    font-weight: 500;
    color: #fff;
    background: #2176af;
}

.navbar a.btn-3d {
    background: #EF3C55;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
    box-shadow: 4px 4px 5px #555;
}

.navbar a.btn-3d:hover,
.navbar a.btn-3d:focus,
.navbar a.btn-3d.active {
    font-weight: 500;
    color: #fff;
    background: #c83b4d;
}

.navbar ul>li>a.btn-contact:after,.navbar ul>li>a.btn-3d:after {
    display: none;
}

.navbar svg {
    margin-left: -15px;
    margin-right: -15px;
    transition: 0.3s;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    top: calc(100% + -5px);
    margin: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #4D4E4F;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    width: max-content;
}

.navbar .dropdown ul.subdropdown {
    background: #2A93D7;
    overflow-y: auto;
    max-height: 365px;
}

.navbar .dropdown ul.subdropdown::-webkit-scrollbar {
    width: 5px;
}

.navbar .dropdown ul.subdropdown::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.navbar .dropdown ul.subdropdown::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #EF3C55;
}

.navbar .dropdown ul li:first-child {
    padding-top: 8px;
}

.navbar .dropdown ul li {
    padding: 0 14px 5px;
    min-width: 200px;
}

.navbar .dropdown ul a {
    display: inline-block;
    padding: 0;
    padding-bottom: 4px;
    text-transform: none;
    color: #fff;
    font-weight: 400;
    border: none;
    white-space: normal;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a,
.navbar .dropdown ul li.active>a {
    color: #fff;
}

.navbar .dropdown ul>li>a:after {
    height: 3px;
    background: #fff;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 8px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown svg {
    transform: rotate(-90deg);
}

.navbar .dropdown .dropdown:hover svg path,
.navbar .dropdown li.active svg path {
    fill: #fff;
}

/* Change Language Dropdown */
.navbar .dropdownLang ul {
    display: block;
    position: absolute;
    background-color: #fff;
    left: 5px;
    top: calc(100% + 0px);
    margin: 0;
    z-index: 99;
    border-radius: 0;
    box-shadow: none;
    transition: max-height 1s ease-out, visibility 0.7s;
    width: auto;
    overflow: hidden;
    max-height: 0;
    visibility: hidden;
}

.navbar .dropdownLang ul#dropdownMenu.show {
    visibility: visible;
    max-height: 300px;
}

.navbar .dropdownLang ul li {
    min-width: auto;
    padding: 0 13px 5px;
}

.navbar .dropdownLang a {
    color: #000;
}

.navbar .dropdownLang a:hover svg path,
.navbar .dropdownLang a.active svg path {
    fill: #000 !important;
}

.navbar .dropdownLang ul>li>a {
    color: #000;
    padding-bottom: 5px;
}

.navbar .dropdownLang a:hover,
.navbar .dropdownLang ul>li>a:hover {
    font-weight: inherit;
}

.navbar .dropdownLang ul>li>a:after {
    height: 5px;
    background: #EF3C55;
}

.navbar .dropdownLang .img-lang {
    width: 50px;
    margin-left: -10px;
}

.navbar .dropdownLang a.hide-hover:hover:after {
    width: 0;
}

@media (max-width: 1440px) {
    .navbar .dropdown ul {
        width: 250px;
    }
}

@media (max-width: 1199px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }

    .navbar .dropdownLang ul {
        left: auto;
        right: -10px;
    }
}

@media (max-width: 991px) {
    .navbar {
        justify-content: end;
    }

    .navbar ul {
        justify-content: unset;
    }

    .navbar-logo {
        padding-left: 0.75rem;
        border-bottom: none;
    }

    .navbar .dropdownLang ul {
        width: auto;
    }

    .navbar .dropdown ul {
        width: auto;
    }

    .navbar .dropdown .dropdown:hover>ul {
        width: auto;
    }
}

@media (max-width: 480px) {
    .navbar a {
        font-size: 16px;
    }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #000;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x,
#header.header-scrolled .mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(28, 47, 65, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: grid;
    position: absolute;
    width: auto;
    top: 55px;
    right: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile ul.menu {
    height: 90%;
}

.navbar-mobile svg path {
    fill: #000;
}

.navbar-mobile>ul>li:first-child,
.navbar-mobile>ul>li {
    padding: 10px 20px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    display: inline-block;
}

.navbar-mobile a:focus svg path {
    fill: #EF3C55;
}

.navbar-mobile .dropdownLang ul,
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li:first-child {
    padding-top: 12px;
}
.navbar-mobile .dropdownLang ul li,
.navbar-mobile .dropdown ul li {
    min-width: 200px;
    padding: 0 20px 8px;
}

.navbar-mobile .dropdownLang ul.show,
.navbar-mobile .dropdown>.dropdown-active {
    display: block;
    visibility: visible !important;
}

.navbar-mobile .dropdown>.dropdown-active svg {
    transform: rotate(0deg);
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
#hero {
    min-height: 1080px;
    padding: 155px 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}

#hero h1 {
    font-size: 45px;
}

#hero p {
    text-align: justify;
}

#hero .btn-main {
    padding: 10px 70px;
}

.btn-main.get-started {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.btn-main.get-started:hover {
    border-color: #000;
}

@media (max-width: 1700px) {
    #hero {
        min-height: 980px;
    }
}

@media (max-width: 1440px) {
    #hero {
        min-height: 880px;
    }
}

@media (max-width: 991px) {
    #hero {
        padding: 142px 0 20px;
    }
    #hero .btn-main {
        padding: 8px 60px;
    }
}

@media (max-width: 767px) {
    #hero {
        padding: 122px 0 20px;
    }
    #hero .btn-main {
        padding: 8px 40px;
    }
}

@media (max-width: 575px) {
    #hero {
        min-height: 780px;
    }
}

@media (max-width: 480px) {
    #hero {
        min-height: 650px;
    }
}

@media (max-width: 375px) {
    #hero {
        min-height: 550px;
    }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control {
    background-color: #F2F2F2;
    border: #F2F2F2;
    border-radius: 5px;
    padding: 14px 18px;
    font-size: 16px;
}
.contact-us .form-select {
    background-color: #F2F2F2;
    border: #F2F2F2;
    border-radius: 5px;
    padding: 14px 18px;
    font-size: 16px;
}

.form-label {
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .form-label {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .form-label {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .form-label {
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.breadcrumb a {
    color: inherit;
}

.breadcrumb a:hover {
    color: #EF3C55;
}

.breadcrumb .breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
}

.breadcrumb .breadcrumb-item.active {
    color: #4D4E4F;
}

.breadcrumb .breadcrumb-icon {
    margin: 0 10px 2px;
}

.breadcrumb .breadcrumb-item.active.inner {
    max-width: 278px;
}

@media (max-width: 575px) {
    .breadcrumb-icon svg {
        width: 25px;
        height: 25px;
    }
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.pagination a {
    color: #4D4E4F;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-right: 8px;
    float: left;
    padding: 6px 12px;
    text-decoration: none;
}

.pagination a:last-child {
    margin-right: 0;
}

.pagination a.active {
    color: #000;
    border-color: #2A93D7;
}

.pagination .page-btn.disabled {
    display: none !important;
}

.pagination .page-btn.prev svg {
    transform: rotate(-180deg);
}

.pagination a.punctuate {
    pointer-events: none;
    color: #4D4E4F;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.banner-home h1 {
    font-size: 60px !important;
}
.banner-home h2 {
    font-size: 55px;
}
.banner-home h3 {
    font-size: 50px;
}
.banner-home h4 {
    font-size: 45px;
}
.milestone .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    padding: 50px 10px;
    border-radius: 20px;
    box-shadow: 0 10px 10px #00000040;
}

.milestone .box:last-child {
    margin-right: 0;
}

.home .treatment img {
    width: 100px;
    height: 100px;
    margin-right: 70px;
}

.home .treatment .item {
    margin-top: 80px;
}

.home .treatment ul {
    padding-left: 1.1rem;
}

.home .treatment ul>li {
    padding-left: 1rem;
    margin-bottom: 10px;
}
.home .treatment ul>li:last-child {
    margin-bottom: 0;
}

.home .treatment ul>li>a {
    color: inherit;
}

.home .treatment ul>li>a:hover {
    color: #EF3C55;
}

.home .btn-text.review {
    color: #2A93D7;
    padding: 0;
}

.img-container {
    position: relative;
}

.img-container .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.main {
    opacity: 1;
    transition: all 0.3s;
}

.hover {
    opacity: 0;
    transition: all 0.3s;
}

.img-container:hover .main {
    opacity: 0;
}

.img-container:hover .hover {
    opacity: 1;
}

.img-container:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 20px;
    transition: opacity 0.3s ease;
}

.find .item {
    display: flex;
}

.find .item img {
    width: 75px;
    height: 75px;
    margin-right: 25px;
}

.find .item p {
    margin-bottom: 0;
}
.find .item a {
    color: inherit;
}
.find .item a:hover {
    color: #EF3C55;
}

.review-swiper .swiper-slide {
    text-align: start;
    height: calc((100% - 30px) / 2) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    color: #000;
    padding: 30px;
    border-radius: 20px;
    transition: 0.3s;
}

.review-swiper svg.quote {
    width: 40px;
    height: 40px;
}

.review-swiper .swiper-slide:hover {
    background-color: #2A93D7;
    color: #fff;
}

.review-swiper .swiper-slide:hover svg.quote path {
    fill: #fff;
}

@media (max-width: 767px) {
    .banner-home h1 {
        font-size: 40px !important;
    }
    .banner-home h2 {
        font-size: 35px;
    }
    .banner-home h3 {
        font-size: 30px;
    }
    .banner-home h4 {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .banner-home h1 {
        font-size: 32px !important;
    }
    .banner-home h2 {
        font-size: 30px;
    }
    .banner-home h3 {
        font-size: 24px;
    }
    .banner-home h4 {
        font-size: 18px;
    }
    .banner-home h5 {
        font-size: 16px;
    }
    .home .treatment .item {
        margin-top: 50px;
    }
    .home .treatment img {
        margin-right: 30px;
    }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.choose svg {
    width: 65px;
    height: 65px;
}

.choose .title {
    height: 80px;
}

.locations-content h2 {
    font-weight: 500;
}

@media (max-width: 575px) {
    .choose .title {
        height: auto;
    }
}

/*--------------------------------------------------------------
# Promotions
--------------------------------------------------------------*/
.card {
    box-shadow: 0 10px 10px #00000040;
    border-radius: 0;
    border: 0;
    transition: 0.3s;
}

.card-img-top {
    width: 300px;
    height: 300px;
    border-radius: 0 20px 20px 0;
}

.card-body {
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
}

.card-title {
    color: #000;
}

.card-text {
    color: #4D4E4F;
}

.card-text.date {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.card-text.date span {
    color: #EF3C55;
}

.other a {
    color: inherit;
}

@media (min-width: 768px) {
    .card {
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .card-img-top {
        max-width: 100%;
        border-radius: 0 0 20px 20px;
    }
}

@media (max-width: 480px) {
    .card-body {
        padding: 20px;
    }
    .card-text.date {
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
# Hospitals
--------------------------------------------------------------*/
.hospitals.list .pagination .page-btn {
    color: #fff;
    background-color: #2A93D7;
    display: flex;
    align-items: center;
    padding: 6px 20px;
}

.hospitals.list .pagination .page-btn.prev {
    color: #4D4E4F;
    background-color: #fff;
    border-color: #2A93D7;
}

.hospitals.list .pagination .page-btn.prev svg path {
    fill: #4D4E4F;
}

.hospitals.list .pagination a.active {
    padding: 6px 16px;
}

.gallery-swiper {
    position: unset;
}

.gallery-swiper .swiper-wrapper {
    padding-bottom: 80px;
}

.hospitals .treatment {
    background-color: #F4F4F4;
}

.hospitals .treatment ul {
    padding-left: 2.8rem;
}

.hospitals .treatment ul>li {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

/* Doctor */
.doctor .button-type {
    border: 1px solid #2A93D7;
    color: #000;
    border-radius: 10px;
    padding: 15px 30px;
    margin: 0 10px 10px 0;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 5px 5px #00000040;
    cursor: pointer;
    transition: 0.3s;
}

.doctor .button-type:hover,
.doctor .button-type.active {
    background-color: #2A93D7;
    color: #fff;
    font-weight: 500;
    /* box-shadow: none; */
}

.doctor .box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.doctor .box .text {
    padding: 20px;
}

.doctor .box .title {
    font-weight: 600;
}

.doctor .box .detail {
    color: #2A93D7;
}

.doctor .box .btn-view {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #2A93D7;
    font-size: 18px;
    font-weight: 500;
    padding: 12px;
}

.experience span {
    font-weight: 500;
}

.experience p {
    margin-bottom: 0;
}

/* Table price list */
.table-fixed {
    width: 100%;
}

.table-fixed> :not(caption)>*>* {
    padding: 15px;
}

.table-fixed tbody {
    display: block;
    overflow-y: scroll;
    max-height: 1000px;
    /* padding-right: 50px; */
}

.table-fixed thead {
    color: #fff;
    background-color: #EF3C55;
    border-radius: 20px 20px 0 0;
}

.table-fixed thead th {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.table-fixed thead,
.table-fixed tbody tr {
    display: table;
}

.table-fixed tr {
    height: 100px;
    vertical-align: middle;
}

.table-fixed th.border-left {
    border-left: 3px solid #fff;
}

.table-fixed td.border-left {
    border-left: 1px solid #6D6E7180;
}

.table-fixed td {
    border-bottom: 1px solid #6D6E7180;
}

.table-fixed ::-webkit-scrollbar {
    width: 15px;
}

.table-fixed ::-webkit-scrollbar-track {
    background-color: #6D6E7180;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.table-fixed ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #2A93D7;
}

.table-fixed td.title {
    background-color: #2A93D7;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.table-fixed thead th.th1, .table-fixed tbody td.td1 {
    width: 550px;
}

.table-fixed thead th.th2,.table-fixed thead th.th3,.table-fixed thead th.th4,
.table-fixed tbody td.td2,.table-fixed tbody td.td3,.table-fixed tbody td.td4 {
    width: 233.33px;
}

.table-fixed tbody td.td-colspan {
    width: 1250px;
}

/* Nearby hotel */
.nearby-hotel {
    color: #000;
}

.nearby-hotel .pagination a {
    color: #A7A8AA;
}

.nearby-hotel .pagination a.active {
    color: #6D6E71;
}

.hospitals .contact-top {
    padding: 30px;
    background-color: #2A93D7;
    color: #fff;
}

.hospitals .contact-top svg {
    margin-bottom: 16px;
}

.hospitals .contact-top span {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
}

.hospitals .contact-top span.sub {
    font-size: 16px;
    font-weight: 300;
}

.hospitals .contact-bottom a {
    margin-right: 10px;
}

.hospitals .contact-bottom a:last-child {
    margin-right: 0;
}

.btn-main.direction {
    background-color: #2A93D7;
    border-color: #fff;
    padding: 6px 50px;
    font-weight: 400;
}

.btn-text.review {
    color: #000;
    font-size: 16px;
    border: unset;
    background: unset;
}

.btn-text.review:hover {
    color: #EF3C55;
}

.review .box {
    color: #000;
    padding: 30px;
    border-radius: 20px;
    transition: 0.3s;
}

.review .box:hover,
.review .box.active {
    color: #fff;
    background-color: #2A93D7;
}

.review .box:hover svg.quote path,
.review .box.active svg.quote path {
    fill: #fff;
}

/* All Promotion */
.search {
    position: relative;
}

.search .form-control {
    border: 1px solid #2A93D7;
    border-radius: 50px;
    background-color: #fff;
    padding: 14px 45px 14px 30px;
    box-shadow: 0px 5px 5px 0px #00000040;
}

.search .icon {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.hotel .service {
    margin-bottom: 30px;
}

.hotel .service .icon{
    width: 38px;
    height: 38px;
}

.hotel .service span{
    margin-left: 20px;
    font-weight: 600;
}

@media (max-width: 1536px) {
}

@media (max-width: 1399px) {
}

@media (max-width: 1368px) {
    .table-fixed tbody td.td-colspan {
        width: 1080px;
    }

    .table-fixed thead th.th1, .table-fixed tbody td.td1 {
        width: 381px;
    }
}

@media (max-width: 1024px) {
    .table-fixed tbody td.td-colspan {
        width: 960px;
    }

    .table-fixed thead th.th1, .table-fixed tbody td.td1 {
        width: 300px;
    }

    .table-fixed thead th.th2, .table-fixed thead th.th3, .table-fixed thead th.th4, .table-fixed tbody td.td2, .table-fixed tbody td.td3, .table-fixed tbody td.td4 {
        width: 219.33px;
    }
}


@media (max-width: 991px) {
    .table-fixed thead th {
        font-size: 16px;
    }
    .table-fixed td.title {
        font-size: 16px;
    }
    .table-fixed> :not(caption)>*>* {
        padding: 10px 30px;
    }
    .table-fixed ::-webkit-scrollbar {
        width: 10px;
    }

    .btn-main.direction {
        padding: 6px 30px;
    }

    .hospitals .treatment ul>li {
        font-size: 22px;
    }

    .table-fixed thead th.th2, .table-fixed thead th.th3, .table-fixed thead th.th4, .table-fixed tbody td.td2, .table-fixed tbody td.td3, .table-fixed tbody td.td4 {
        width: 180.33px;
    }

    .table-fixed tbody td.td-colspan {
        width: 840px;
    }
}

@media (max-width: 834px) {
    .table-fixed tbody td.td-colspan {
        width: 770px;
    }

    .table-fixed thead th.th2, .table-fixed tbody td.td2 {
        width: 190.33px;
    }
    .table-fixed thead th.th3, .table-fixed thead th.th4, .table-fixed tbody td.td3, .table-fixed tbody td.td4 {
        width: 140.33px;
    }

    .table-fixed thead th.th1, .table-fixed tbody td.td1 {
        width: 317px;
    }

    .table-fixed thead th.th2, .table-fixed tbody td.td2 {
        width: 170.33px;
    }

    .table-fixed> :not(caption)>*>* {
        padding: 10px 15px;
    }
}

@media (max-width: 820px) {
    .table-fixed tbody td.td-colspan {
        width: 770px;
    }

    .table-fixed thead th.th1, .table-fixed tbody td.td1 {
        width: 318px;
    }
}

@media (max-width: 810px) {
    .table-fixed tbody td.td-colspan {
        width: 740px;
    }
    .table-fixed thead th.th1, .table-fixed tbody td.td1 {
        width: 288px;
    }
}

@media (max-width: 768px) {

    .table-fixed> :not(caption)>*>* {
        padding: 10px 15px;
    }

    .table-fixed thead th.th1, .table-fixed tbody td.td1 {
        width: 257px;
    }

    .table-fixed tbody td.td-colspan {
        width: 708px;
    }

}



@media (max-width: 767px) {
    .table-fixed tbody {
        max-height: 800px;
    }
    .table-fixed tr {
        height: auto;
        min-height: 80px;
    }
    .table-fixed> :not(caption)>*>* {
        padding: 10px 14px;
    }
    .table-fixed ::-webkit-scrollbar {
        width: 6px;
    }
    .table-fixed svg.check {
        width: 35px;
        height: 35px;
    }

    .hospitals .treatment ul>li {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .table-fixed thead th, .table-fixed tbody td {
        font-size: 14px;
    }

    .table-fixed thead th.th1, .table-fixed tbody td.td1 {
        width: 217px;
    }

    .table-fixed thead th.th2, .table-fixed tbody td.td2 {
        width: 142.33px;
    }

    .table-fixed thead th.th3, .table-fixed thead th.th4, .table-fixed tbody td.td3, .table-fixed tbody td.td4 {
        width: 100.33px;
    }

    .table-fixed tbody td.td-colspan {
        width: 560px;
    }

    .table-fixed tr {
        height: auto;
        min-height: 65px;
    }
}


@media (max-width: 575px) {
    .table-fixed svg.check {
        width: 30px;
        height: 30px;
    }
    .table-fixed thead th {
        font-size: 12px;
    }
    .table-fixed td.title {
        font-size: 12px;
    }
    .hospitals .treatment ul>li {
        font-size: 12px;
    }
    .doctor .button-type {
        padding: 10px 24px;
    }
    .hospitals .contact-bottom svg {
        width: 40px;
        height: 40px;
    }

    .table-fixed thead th, .table-fixed tbody td {
        font-size: 12px;
    }

    .table-fixed tbody td.td-colspan {
        width: 505px;
    }

    .table-fixed thead th.th3, .table-fixed tbody td.td3 {
        width: 70.33px;
    }

    .table-fixed thead th.th1, .table-fixed tbody td.td1 {
        width: 193px;
    }

    .table-fixed tr {
        height: auto;
        min-height: 50px;
    }

    .card-img-top {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .doctor .button-type {
        font-size: 16px;
    }
    .doctor .box .btn-view {
        font-size: 16px;
    }

    .table-fixed> :not(caption)>*>* {
        padding: 5px;
    }

    .table-fixed tbody td.td-colspan {
        width: 445px;
    }

    .table-fixed thead th.th2, .table-fixed tbody td.td2 {
        width: 100.33px;
    }

    .table-fixed thead th.th1, .table-fixed tbody td.td1 {
        width: 174px;
    }

}

@media (max-width: 448px) {
    .table-fixed thead th.th1, .table-fixed tbody td.td1 {
        width: 147px;
    }

    .table-fixed tr {
        height: auto;
        min-height: 40px;
    }
}

@media (max-width: 432px) {
    .table-fixed thead th.th1, .table-fixed tbody td.td1 {
        width: 130px;
    }
}

@media (max-width: 428px) {
    .table-fixed thead th.th1, .table-fixed tbody td.td1 {
        width: 127px;
    }
}

@media (max-width: 414px) {
    .table-fixed thead th, .table-fixed tbody td {
        font-size: 10px;
    }

    .table-fixed thead th.th2, .table-fixed tbody td.td2 {
        width: 85.33px;
    }

    .table-fixed thead {
        border-radius: 15px 15px 0 0;
    }

    .table-fixed td.title {
        font-size: 10px;
    }

}

@media (max-width: 400px) {
    .table-fixed thead th.th3, .table-fixed thead th.th4, .table-fixed tbody td.td3, .table-fixed tbody td.td4 {
        width: 86.33px;
    }

}

@media (max-width: 393px) {
    .table-fixed thead th.th3, .table-fixed thead th.th4, .table-fixed tbody td.td3, .table-fixed tbody td.td4 {
        width: 80.33px;
    }

}

@media (max-width: 385px) {
    .table-fixed thead th.th3, .table-fixed thead th.th4, .table-fixed tbody td.td3, .table-fixed tbody td.td4 {
        width: 71.33px;
    }
}

@media (max-width: 375px) {
    .table-fixed thead th.th1, .table-fixed tbody td.td1 {
        width: 117px;
    }
}

@media (max-width: 360px) {
    .table-fixed thead th.th1, .table-fixed tbody td.td1 {
        width: 102px;
    }
}

@media (max-width: 320px) {
    .table-fixed thead th.th1, .table-fixed tbody td.td1 {
        width: 117px;
    }

    .table-fixed {
        width: 400px;
    }

    .table-fixed thead th.th1, .table-fixed tbody td.td1 {
        width: 160px;
    }

    .table-fixed thead th.th2, .table-fixed tbody td.td2 {
        width: 100.33px;
    }

    .table-fixed thead th.th3, .table-fixed thead th.th4, .table-fixed tbody td.td3, .table-fixed tbody td.td4 {
        width: 65.33px;
    }
}

/*--------------------------------------------------------------
# Our Treatments
--------------------------------------------------------------*/
.treatments .box-container {
    padding: 40px;
    box-shadow: 0px 5px 5px 0px #00000040;
}

.treatments .type-list {
    height: 195px;
    overflow-y: auto;
}

.treatments .button-type {
    display: inline-flex;
    align-items: center;
    border: 1px solid #2A93D7;
    color: #000;
    border-radius: 10px;
    padding: 10px 14px;
    margin: 0 16px 16px 0;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 5px 5px #00000040;
    cursor: pointer;
    transition: 0.3s;
}
.treatments .button-type img {
    width: 30px;
    height: 30px;
}

.treatments .button-type span {
    margin-left: 10px;
}


.treatments .button-type:hover,
.treatments .button-type.active {
    background-color: #2A93D7;
    color: #fff;
    font-weight: 500;
}

.treatments .button-type.characters span {
    margin-left: 0;
}

.treatments .button-type.characters {
    margin: 0 10px 10px 0;
    padding: 8px 13px;
}

.treatments ::-webkit-scrollbar {
    width: 15px;
}

.treatments ::-webkit-scrollbar-track {
    background-color: #6D6E7180;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.treatments ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #2A93D7;
    cursor: pointer;
}

/* .treatments ul.treatment-list {
    min-height: 770px;
} */

.treatments .treatment-list span {
    padding: 8px 0;
}

.treatments .treatment-list span>a {
    color: inherit;
}

.treatments .treatment-list span>a:hover {
    color: #EF3C55;
}

.treatments .bg1 ol {
    padding-left: 2.3rem;
}

.treatments .bg1 ol li {
    font-size: 24px;
    font-weight: 600;
}

.search-list a {
    color: inherit;
}

.search-list svg {
    opacity: 0;
    width: 38px;
    height: 38px;
    transition: opacity 0.3s;
}

.search-list .item:hover span {
    color: #2A93D7;
    font-weight: 500;
}

.search-list .item:hover svg {
    opacity: 1;
}

/* Asked Question */
/* accordion */
.accordion {
    --bs-accordion-color: #4D4E4F;
    --bs-accordion-bg: #fff;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 20px;
    --bs-accordion-btn-padding-y: 22px;
    --bs-accordion-btn-color: #2A93D7;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2225.5%22%20cy%3D%2225.5%22%20r%3D%2217.5%22%20fill%3D%22%23EF3C55%22%2F%3E%3Cg%20clip-path%3D%22url(%23clip0_860_6871)%22%3E%3Cpath%20d%3D%22M33.0565%2027.1114H27.1125V33.0554C27.1125%2033.9453%2026.3911%2034.6667%2025.5011%2034.6667C24.6112%2034.6667%2023.8898%2033.9453%2023.8898%2033.0554V27.1114H17.9458C17.0559%2027.1114%2016.3345%2026.39%2016.3345%2025.5001C16.3345%2024.6102%2017.0559%2023.8888%2017.9458%2023.8888H23.8898V17.9447C23.8898%2017.0548%2024.6112%2016.3334%2025.5011%2016.3334C26.3911%2016.3334%2027.1125%2017.0548%2027.1125%2017.9447V23.8888H33.0565C33.9464%2023.8888%2034.6678%2024.6102%2034.6678%2025.5001C34.6678%2026.39%2033.9464%2027.1114%2033.0565%2027.1114Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_860_6871%22%3E%3Crect%20width%3D%2218.3333%22%20height%3D%2218.3333%22%20fill%3D%22white%22%20transform%3D%22matrix(1%200%200%20-1%2016.3345%2034.6667)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2225.5%22%20cy%3D%2225.5%22%20r%3D%2217.5%22%20fill%3D%22white%22%2F%3E%3Cg%20clip-path%3D%22url(%23clip0_860_6872)%22%3E%3Crect%20x%3D%2216.3335%22%20y%3D%2223.8333%22%20width%3D%2218.3333%22%20height%3D%223.33333%22%20rx%3D%221.66667%22%20fill%3D%22%232A93D7%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_860_6872%22%3E%3Crect%20width%3D%2218.3333%22%20height%3D%2218.3333%22%20fill%3D%22white%22%20transform%3D%22matrix(1%200%200%20-1%2016.3335%2034.6666)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    --bs-accordion-btn-icon-width: 35px;
    --bs-accordion-btn-icon-transform: none;
    --bs-accordion-btn-icon-transition: 0.2s ease-in-out;
    --bs-accordion-btn-focus-box-shadow: 0px 10px 10px 0px #00000040;
    --bs-accordion-active-color: #fff;
    --bs-accordion-active-bg: #2A93D7;
}

.accordion-item {
    border: 0;
    margin-bottom: 20px;
}

.accordion-button {
    font-size: 24px;
    font-weight: 500;
}

/* .accordion-button:not(.collapsed) {
    font-weight: 400;
} */

.accordion-button,
.accordion-button:not(.collapsed){
    box-shadow: 0px 10px 10px 0px #00000040;
}

.accordion-body {
    text-align: start;
    padding: 30px 0 10px 0;
}

.accordion-body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .treatments .button-type.characters {
        margin: 0 8px 10px 0;
        padding: 8px 10px;
    }
}

@media (max-width: 991px) {
    .accordion-button {
        font-size: 22px;
    }
    .treatments .bg1 ol li {
        font-size: 22px;
    }
    .treatments .box-container {
        padding: 30px;
    }
    .treatments ::-webkit-scrollbar {
        width: 10px;
    }
}

@media (max-width: 767px) {
    .accordion-button {
        font-size: 22px;
    }
    .treatments .bg1 ol li {
        font-size: 22px;
    }
    .treatments .box-container {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .treatments .button-type img {
        width: 25px;
        height: 25px;
    }
    .treatments .button-type {
        font-size: 16px;
        margin: 0 10px 10px 0;
    }
    .treatments .type-list {
        height: 168px;
    }
}

/*--------------------------------------------------------------
# Swiper
--------------------------------------------------------------*/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-container {
    position: relative;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img,
.swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #6D6E7199;
    opacity: 1;
    margin: 0 8px !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0);
}

.swiper-pagination-bullet-active {
    background: #6D6E71;
}

@media (max-width: 575px) {
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .gallery-swiper .swiper-wrapper {
        padding-bottom: 50px;
    }
}

@media (max-width: 330px) {
    .swiper-pagination {
        width: auto !important;
    }
}

/*--------------------------------------------------------------
# Contact us
--------------------------------------------------------------*/
.container-iframe {
    width: 100%;
    height: 600px;
}

.container-iframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-us .content-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #4D4E4F;
    padding: 50px;
}

.contact-us .content-center h1 {
    color: #fff;
}

@media (max-width: 757px) {
    .container-iframe {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .contact-us .content-center {
        padding: 50px 40px;
    }
}

/*--------------------------------------------------------------
# Articles
--------------------------------------------------------------*/
.article-swiper .swiper-slide {
    height: auto;
}

.article-swiper .swiper-slide .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: start;
    align-items: start;
}

.article-swiper .swiper-slide .content img {
    height: 250px !important;
}

.article-swiper .swiper-slide .content p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lastnews-content {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    background: #2A93D7;
}

#footer a {
    color: #fff;
}

#footer .footer-top {
    padding: 70px 0 50px;
    border-bottom: 1px solid #fff;
}

#footer .footer-top .footer-logo {
    max-width: 200px;
}

#footer .footer-top ul {
    margin-bottom: 0;
}

#footer .footer-top ul li {
    margin-bottom: 15px;
}

#footer .footer-top ul li:last-child {
    margin-bottom: 0;
}

#footer .footer-top ul li>a {
    transition: 0.5s;
}

#footer .footer-top ul li:hover>a,
#footer .footer-top ul li a.active {
    color: #EF3C55;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 12px;
    color: #fff;
}

.media svg {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
    margin: auto;
    padding-left: 16px;
}

.media-body a {
    color: #fff;
}

#footer .footer-bottom {
    padding: 30px 0 40px;
}

#footer .footer-bottom a:hover {
    color: #EF3C55;
}

@media (max-width: 991px) {
    #footer .footer-top .footer-logo {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .media svg {
        width: 30px;
        height: 30px;
    }
}

.slide-gallery {
    margin-bottom: 1.5rem;
}

.btn-copy {
    cursor: pointer;
}

.sitemap {
    padding-top: 200px;
    padding-bottom: 100px;
}


.sitemap .link {
    font-weight: 600;
}

.sitemap a {
    color: #000;
}

.sitemap a:hover {
    color: #2A93D7;
}

.img-articles {
    height: 250px !important;
}

/*--------------------------------------------------------------
# CKEDITOR5
--------------------------------------------------------------*/

figure.image img, img.image_resized {
    height: auto !important;
}

.image-style-align-left {
    float: left;
    margin-right: 10px;
}

.image-style-align-right {
    float: right;
    margin-left: 10px;
}

.image_resized {
    margin-left: auto;
    margin-right: auto;
}

.image-style-block-align-right {
    margin-left: auto;
    margin-right: unset;
}

.image-style-block-align-left {
    margin-right: auto;
    margin-left: unset;
}

.compare h3 {
    color: #2A93D7;
    font-size: 24px;
    font-weight: 500;
}

.compare-swiper .swiper-pagination {
    top: 15px;
    left: 0;
    text-align: left;
    font-size: 18px;
    color: #000;
}

.compare-swiper {
    padding-top: 5rem;
}

.compare-swiper .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content : unset
}

.compare-swiper .swiper-button-prev {
    transform: rotate(180deg);
    top: 25px;
    right: 45px;
    left: auto;
    justify-content:right;
    width: max-content;
    z-index: 99;
}
.compare-swiper .swiper-button-next {
    top: 25px;
    right: 0;
    left: auto;
    width: max-content;
    z-index: 99;

}

.compare-swiper .swiper-button-prev svg, .compare-swiper .swiper-button-next svg {
    border: 1px solid #2A93D7;
    border-radius: 5px;
    width: 35px;
    height: 35px;
}

.compare-swiper .swiper-button-prev:hover svg, .compare-swiper .swiper-button-next:hover svg {
    background: #2A93D7;
}

.compare-swiper .swiper-button-prev:hover svg path, .compare-swiper .swiper-button-next:hover svg path {
    fill: #fff;
}

/* Social Widget */
#cm {
    right: inherit;
    left: 1.25em;
}

.social-widget {
    background-color: rgba(255, 255, 255, 0.79);
    position: fixed;
    right: 20px;
    bottom: 100px;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
    transition: all 0.3s ease-in;
    z-index: 2;
}

.social-widget ul {
    margin-bottom: 0;
}

.social-widget ul>li {
    padding: 7px 0;
    border-bottom: 1px dashed #b6bdc6;
}

.social-widget ul>li:last-child {
    border-bottom: none;
}

.social-widget svg {
    width: 40px;
    height: 40px;
    margin: 0;
}

.accreditations {
    margin-bottom: 1rem;
}

.accreditations p {
    color: #000;
}

.accreditations .logo {
    height: 45px;
    width: auto;
    padding: 0 10px;
}

@media (max-width: 991px) {
    #cm {
        bottom: 4.75em;
    }
    .social-widget {
        left: 0;
        bottom: 0;
        width: 100%;
        border-radius: 0;
    }
    .social-widget ul {
        display: flex;
        width: 100%;
    }
    .social-widget ul>li {
        width: inherit;
        border-bottom: none;
        text-align: center;
    }
    .social-widget svg {
        width: 35px;
        height: 35px;
    }

    .grecaptcha-badge {
        bottom: 65px !important;
    }
}

@media (max-width: 688px) {
    #cm {
        right: 1em;
        left: 1em;
        max-width: 24.2em;
    }
}

@media (max-width: 540px) {
    .accreditations .logo {
        height: 40px;
        padding: 0 5px;
    }
}

@media (max-width: 480px) {
    #cm {
        max-width: 100%;
    }
}
