:root {
    --color1: #00bbff;
    --color2: #3E7CC0;
    --color3: #ED1260;
    --color4: #1A2739;
}

.cl-1 {
    color: var(--color1);
}

.cl-2 {
    color: var(--color2);
}

.cl-3 {
    color: var(--color3);
}

.cl-4 {
    color: var(--color4);
}

body {
    font-family: "Poppins", sans-serif;
}

.title {
    font-size: 40px;
    font-size: 34px;
    font-weight: 600;
    color: #000;
}

.btn-common {
    border-radius: 10px;
    padding: 16px 32px;
    background: var(--color1);
    box-shadow: 0px 6px 20px 0px rgba(20, 20, 43, 0.08);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
}

.btn-common:hover,
.btn-common:focus,
.btn-common:active {
    background-color: #0097ce !important;
    color: #fff !important;
}

.breadcrumb-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #06101f;
}

.breadcrumb {
    --bs-breadcrumb-divider-color: #fff;
    --bs-breadcrumb-item-active-color: #6ad7ff;
}

.breadcrumb li a {
    text-decoration: none;
    color: #fff;
}

/* HEADER */
header {
    background: #fff;
    box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.08);
    position: sticky;
    top: 0;
    z-index: 9999;
}

.header-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

header .navigation-menu .navigation-menu-nav {
    list-style: none;
    margin: 0;
    gap: 10px;
}

header .navigation-menu .nav .nav-item {
    position: relative;
}

.logo {
    max-width: 175px;
}

.logo img {
    max-width: 100%;
    height: auto;
}

header .nav-mobile {
    display: none;
    height: 55px;
    width: 55px;
}

@media (min-width: 991.98px) {
    header .navigation-menu .nav {
        display: flex !important;
    }
}

#nav-toggle {
    cursor: pointer;
    border: none;
    background: transparent;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#nav-toggle span {
    position: relative;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 28px;
    background: #000;
    position: absolute;
    display: block;
    border-radius: 8px;
    content: "";
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

#nav-toggle span:before {
    top: -8px;
}

#nav-toggle span:after {
    bottom: -8px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
    background: var(--color2);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
    background: var(--color2);
}

.navigation-menu .nav .nav-item .nav-link {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    text-decoration: none;
    padding: 21px 10px;
}

header .dropdown .nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-toggle.show::after {
    content: none;
}

header .nav-link:hover,
header .nav-link:focus,
header .nav-link:active,
header .nav-link.active,
header .dropdown-toggle.show {
    position: relative;
    color: var(--color2) !important;
}

header .nav-link::before {
    content: '';
    width: 0;
    height: 2px;
    background: var(--color2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

header .nav-link:hover::before,
header .nav-link:focus::before,
header .nav-link.active::before,
header .nav-link.show::before {
    width: 100%;
}

header .dropdown-toggle .dropdown-icon svg {
    width: 16px;
    height: 16px;
    display: flex;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

header .dropdown-toggle.show .dropdown-icon svg {
    transform: rotate(-180deg);
}

header .dropdown-menu {
    padding: 8px;
    border-radius: 0;
}

header .dropdown-item {
    padding: 6px 13px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

header .dropdown-item:hover,
header .dropdown-item:focus,
header .dropdown-item:active,
header .dropdown-item.active {
    background: #ECF4FB;
    color: var(--color2);
}

@media(min-width:992px) {
    body.overflow-hidden {
        overflow: unset !important;
    }
}

@media (max-width: 991.98px) {
    header .nav-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dm-block {
        display: block !important;
    }

    header .navigation-menu {
        width: 100%;
    }

    header .navigation-menu .navigation-menu-nav {
        display: none;
    }

    header .navigation-menu .navigation-menu-nav .nav-item ul li .nav-link {
        padding-left: 30px;
    }

    header .nav-dropdown {
        position: static;
    }

    header .navigation-menu .nav .nav-item.dropdown {
        width: 100%;
    }

    header .navigation-menu .nav .nav-item .nav-link {
        width: 100%;
        justify-content: space-between;
        padding: 8px 15px;
    }

    header .dropdown-menu {
        position: unset !important;
        transform: unset !important;
        background: rgba(255, 255, 255, 0.20);
    }

    header .navigation-menu .navigation-menu-nav {
        width: 100%;
        height: calc(100vh - 55px);
        overflow-y: scroll;
        padding-bottom: 20px;
    }

    header .navigation-menu .navigation-menu-nav.dm-block::-webkit-scrollbar {
        width: 3px;
    }

    header .navigation-menu .navigation-menu-nav.dm-block::-webkit-scrollbar-track {
        background-color: transparent;
        width: 3px;
    }

    header .navigation-menu .navigation-menu-nav.dm-block::-webkit-scrollbar-thumb {
        background-color: #ffffff;
        border-radius: 50px;
    }
}

/* HEADER */
/* BANNER */
.banner {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.banner .swiper-pagination {
    z-index: 222;
}

.banner-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    height: 100%;
    margin: auto;
    z-index: 111;
}

.banner-content .col-12 {
    position: relative;
    padding: 30px;
}

.banner-content .col-12::before {
    content: '';
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.BannerSwiper {
    height: 100% !important;
}

.BannerSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner::before {
    content: '';
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.banner .sub-title {
    font-size: 22px;
    color: #00bbff;
}

.banner .title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 24px;
}

.banner .banner-txt {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

/* BANNER */
/* ABOUT US */
.about-us {
    margin-top: 40px;
    margin-bottom: 40px;
}

.about-us-sec {
    margin-top: 60px;
    margin-bottom: 60px;
}

.about-us-sec .title,
.about-us .title {
    margin-bottom: 18px;
}

.about-us-sec p .about-us p {
    font-size: 16px;
    line-height: 28px;
}

.about-us-sec p span,
.about-us p span {
    color: var(--color2);
    font-weight: 600;
}

/* ABOUT US */
.services-sec .title {
    margin-bottom: 30px;
}

.services-sec .txt {
    font-size: 16px;
    line-height: 26px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* SERVICE */
.service-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-img {
    padding: 8px;
    margin-bottom: 10px;
    color: var(--color2);
    background: #e1f7ff;
    width: fit-content;
    display: block;
    border-radius: 100%;
}

.service-item h6 {
    word-break: break-all;
}

.service-img svg {
    width: 34px;
    height: 34px;
    display: flex;
}

.services-sec h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* SERVICE */
/* TESTIMONIAL */
.testimonial {
    margin-top: 60px;
    margin-bottom: 60px;
}

.testimonial-header {
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.img-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 8px 24px 0px rgba(3, 31, 53, 0.10);
    border-radius: 100%;
}

.testimonial-img {
    position: relative;
}

.testimonial-img::before {
    content: '';
    right: -5px;
    bottom: -5px;
    width: 26px;
    height: 26px;
    background: var(--color4) url(../images/quote.png) no-repeat center;
    border-radius: 50%;
    background-size: 50%;
    display: block;
    position: absolute;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-name h6 {
    font-size: 18px;
    color: var(--color2);
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0;
}

.testimonial-name span {
    color: var(--color2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.testimonial_nav {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.testimonial-body {
    font-size: 14px;
    line-height: 26px;
}
.testimonial-body .test-img
{
    width: 80px;
    height: 80px;
    border: 3px solid var(--color2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto 30px;
    position: relative;
}
.testimonial-body .test-img img
{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-body .test-img .icon-box
{
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: var(--color2);
    border-radius: 50%;
    color: #fff;
    left: 82%;
    top: 75%;
    transform: translateY(-25%);
    display: grid;
    place-items: center;
}
.testimonial-body .test-img .icon-box svg
{
    width: 20px;
    height: 20px;
}
.testimonial-body h4
{
    color: #212529;
    margin-bottom: 5px;
}
.testimonial-body span
{
    color: #3E7CC0;
    margin-bottom: 10px;
}
.testimonial-body p
{
    text-align: center;
}
.swiper-button-next,
.swiper-button-prev {
    position: unset;
}

.swiper-button-prev,
.swiper-button-next {
    border: 2px solid var(--color2);
    height: fit-content;
    margin: 0;
    width: 40px;
    height: 40px;
    color: var(--color2);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 20px;
    height: 20px;
    display: flex;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #fff;
    background-color: var(--color2);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: unset;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: unset;
}

/* TESTIMONIAL */
/* FOOTER */
footer {
    margin-top: 80px;
    padding-top: 30px;
    border-top: 1px solid #dbdbdb;
    background-color: #06101f;
    padding-bottom: 30px;
}

.footer-logo {
    max-width: 200px;
}

.ft-social-links li a {
    color: #ffffff;
    padding: 10px;
    display: block;
    border: 1px solid #494949;
}

.ft-social-links li a:hover {
    color: var(--color1);
}

.ft-page-link .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    line-height: normal;
}

.ft-page-link .nav-link:hover {
    color: var(--color1);
}

.ft-contact {
    gap: 20px;
}

.ft-contact li span {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.ft-contact li a {
    color: #b6b6b6;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

.ft-contact li p {
    color: #b6b6b6;
}

.ft-contact li a:hover {
    color: var(--color1);
}

/* COPYRIGHT */
.copyright {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #C4C4C4;
    color: #030E17;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

/* COPYRIGHT */
/* SERVICE */
.service {
    margin-top: 60px;
    margin-bottom: 60px;
}

.service-card {
    border-radius: 10px;
    overflow: hidden;
    background-color: #e9f9ff;
}

.type-service .col-12:nth-child(1) .service-card {
    background-color: #D3DFFA;
}

.type-service .col-12:nth-child(2) .service-card {
    background-color: #B8C8FF;
}

.type-service .col-12:nth-child(3) .service-card {
    background-color: #FFB8B8;
}

.type-service .col-12:nth-child(4) .service-card {
    background-color: #E8FFB8;
}

.type-service .col-12:nth-child(5) .service-card {
    background-color: #BDFFB8;
}

.type-service .col-12:nth-child(6) .service-card {
    background-color: #FFEFB8;
}

.type-service .col-12:nth-child(7) .service-card {
    background-color: #B8FFD9;
}

.type-service .col-12:nth-child(8) .service-card {
    background-color: #CFB8FF;
}

.service-card .service-card-img {
    width: 100%;
    height: 210px;
}

.service-card .service-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card .service-name {
    padding: 12px;
    font-size: 20px;
    font-weight: 600;
}

/* SERVICE */
/* PAST TREATMENT */
.past-treatment {
    padding-top: 80px;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.accordion-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    display: block;
    overflow: hidden;
}

.accordion-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.accordion-item {
    border-radius: 6px;
    overflow: hidden;
    border: none;
}

.accordion-item .accordion-button {
    background-color: var(--color1);
    box-shadow: none;
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.accordion-button::after {
    background-size: cover;
    width: 14px;
    height: 14px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/min.svg);
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-left: auto;
    content: "";
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform .2s ease-in-out;
}

/* PAST TREATMENT */
/* CONTACT US */
.contact-us {
    margin-top: 60px;
    margin-bottom: 30px;
}

.contact-us .title {
    text-align: center;
}

.contact-us .text {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #444;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.contact-bar {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: var(--color2);
}

.contact-bar .bar-link {
    display: flex;
    gap: 10px;
    align-items: center;
}

.contact-bar .bar-icon {
    width: fit-content;
    border-radius: 50%;
    padding: 8px;
    background: #FFF;
}

.contact-bar .bar-icon svg {
    width: 28px;
    height: 28px;
    display: flex;
}

.contact-bar .bar-link h6 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}

.contact-bar .bar-link a,
.contact-bar .bar-link p {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 0;
    word-break: break-all;
}

.request-form label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 14px;
}
.request-form label span
{
    color: #E64C34;
}
.request-form .form-control {
    padding: 15px;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    background: #F2F2F2;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.request-form .form-control::placeholder {
    font-weight: 500;
    color: #7B7B7B;
}

.request-form .form-control:focus {
    border-color: var(--color2);
}

/* CONTACT US */
/* MEDIA */
@media(max-width:594px) {
    .banner {
        height: 600px;
    }
}

/* MEDIA */