@import url('https://fonts.googleapis.com/css2?family=Anton&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
    --cl1: #28447E;
    --cl2: #62C2A4;
    --cl3: #cf2e26;
}

body {
    font-family: "DM Sans", sans-serif;
    line-height: normal;
    overflow-x: hidden;
}

main {
    overflow: hidden;
}

a, button {
    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;
}

a:hover, a:focus, a:active, a:focus-visible, a:focus-within, button:hover, button:focus, button:active, button:focus-visible, button:focus-within, .nav-link:focus-visible {
    box-shadow: none;
    outline: none;
}

.gap-20 {
    gap: 20px !important;
}

.gap-10 {
    gap: 10px !important;
}

.icon-svg-22 svg {
    width: 22px !important;
    height: 22px !important;
    display: flex;
}

.btn {
    --bs-btn-border-radius: 8px;
}

.txtcl1 {
    color: var(--cl1);
}

.btn-common {
    --bs-btn-border-radius: 8px;
    --bs-btn-font-size: 18px;
    --bs-btn-font-weight: 500;
    --bs-btn-padding-x: 24px;
    --bs-btn-padding-y: 8px;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    overflow: hidden;
    border: none;
    position: relative;
    z-index: 1;
    background: transparent;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

.btn-outline-common {
    --bs-btn-padding-x: 20px;
    --bs-btn-padding-y: 8px;
    --bs-btn-border-radius: 50px;
    --bs-btn-font-size: 16px;
    --bs-btn-font-weight: 700;
    --bs-btn-color: #28447E;
    --bs-btn-border-color: #28447E;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #28447E;
    --bs-btn-hover-border-color: #28447E;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #28447E;
    --bs-btn-active-border-color: #28447E;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #28447E;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #28447E;
}

.btn-common::before, .btn-common::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.btn-common::before {
    content: "";
    background: var(--cl1);
    width: 137%;
    left: -17%;
    z-index: -2;
    transform: skew(30deg);
    transition: transform 0.8s cubic-bezier(0.3, 1, 0.8, 1);
}

.btn-common:hover, .btn-common:focus, .btn-common:active {
    color: #fff !important;
    background: var(--cl3);
}

.btn-common:hover::before, .btn-common:focus::before {
    transform: translate3d(100%, 0, 0);
}

.btn-common:active::before {
    transform: none;
    color: #fff;
    background: var(--cl3);
}

.btn-common svg, .btn-common-sec svg {
    width: 24px;
    height: 24px;
    display: flex;
}

.btn-common-sec {
    --bs-btn-border-radius: 8px;
    --bs-btn-font-size: 18px;
    --bs-btn-font-weight: 500;
    --bs-btn-padding-x: 24px;
    --bs-btn-padding-y: 8px;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    overflow: hidden;
    border: none;
    position: relative;
    z-index: 1;
    background: transparent;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out
}

.btn-common-sec::before, .btn-common-sec::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.btn-common-sec::before {
    content: "";
    background: #000;
    width: 120%;
    left: -10%;
    z-index: -2;
    transform: skew(30deg);
    transition: transform 0.8s cubic-bezier(0.3, 1, 0.8, 1);
}

.btn-common-sec:hover {
    color: #fff;
    background: #5F96E1;
}

.btn-common-sec:hover::before,
.btn-common-sec:focus::before, .btn-common-sec:active::before {
    transform: translate3d(100%, 0, 0);
}

.btn-common-sec svg {
    width: 24px;
    height: 24px;
    display: flex;
}

.btn-light-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-bg: #ffeff0;
    --bs-btn-border-color: #ffeff0;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
}

.btn-light-success {
    --bs-btn-color: #50cd89;
    --bs-btn-bg: #e8fff3;
    --bs-btn-border-color: #e8fff3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #50cd89;
    --bs-btn-hover-border-color: #50cd89;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #50cd89;
    --bs-btn-active-border-color: #50cd89;
}

.btn-light-warning {
    --bs-btn-color: #ffc700;
    --bs-btn-bg: #fff8dd;
    --bs-btn-border-color: #fff8dd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ffc700;
    --bs-btn-hover-border-color: #ffc700;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ffc700;
    --bs-btn-active-border-color: #ffc700;
}

.btn-light-dark {
    --bs-btn-color: #181c32;
    --bs-btn-bg: #eff2f5;
    --bs-btn-border-color: #eff2f5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #181c32;
    --bs-btn-hover-border-color: #181c32;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #181c32;
    --bs-btn-active-border-color: #181c32;
}

.btn-light-secondary {
    --bs-btn-color: #252f4a;
    --bs-btn-bg: #f1f1f4;
    --bs-btn-border-color: #f1f1f4;
    --bs-btn-hover-color: #252f4a;
    --bs-btn-hover-bg: #dbdfe9;
    --bs-btn-hover-border-color: #dbdfe9;
    --bs-btn-active-color: #252f4a;
    --bs-btn-active-bg: #dbdfe9;
    --bs-btn-active-border-color: #dbdfe9;
}

.btn-light-primary {
    --bs-btn-color: #009ef7;
    --bs-btn-bg: #f1faff;
    --bs-btn-border-color: #f1faff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #009ef7;
    --bs-btn-hover-border-color: #009ef7;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #009ef7;
    --bs-btn-active-border-color: #009ef7;
}

.btn-smpl {
    --bs-btn-color: #fff;
    --bs-btn-bg: #28447E;
    --bs-btn-border-color: #28447E;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #62C2A4;
    --bs-btn-hover-border-color: #62C2A4;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #62C2A4;
    --bs-btn-active-border-color: #62C2A4;
}

.TblLink {
    color: #000;
    text-decoration: 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;
}

.TblLink:hover, .TblLink:focus, .TblLink:active {
    color: var(--cl1);
}

/* FONT SIZE */
.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-14 {
    font-size: 14px !important;
}

/* FONT SIZE */
/* BADGE */
.badge {
    padding: 5px 11px;
    font-size: 14px;
    line-height: normal;
}

.badge-light-success {
    color: #50cd89;
    background: #e8fff3;
}

.badge-light-warning {
    color: #ffc700;
    background: #fff8dd;
}

.badge-light-primary {
    color: #009ef7;
    background: #f1faff;
}

.badge-light-danger {
    color: #dc3545;
    background: #ffeff0;
}

/* BADGE */
/* TOOLTIPS */
.tooltip {
    --bs-tooltip-color: #000;
    --bs-tooltip-bg: #bbdce8;
    --bs-tooltip-border-radius: 6px;
    --bs-tooltip-opacity: 1;
}

.tooltip-inner {
    font-weight: 500;
}

/* TOOLTIPS */
.breadcrumb-item a {
    text-decoration: none;
    color: var(--cl1);
    font-weight: 600;
}

/* FORM */
.form-label, label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.form-control::placeholder {
    font-weight: 500;
    color: #7B7B7B;
}

.form-control {
    padding: 12px 10px;
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    background: #F2F2F2;
    box-shadow: none;
}

.form-control:hover, .form-control:focus, .input-group:hover, .input-group:focus {
    border-color: var(--cl1);
    background: #F2F2F2;
    box-shadow: none;
}

.input-group .form-control {
    border: none !important;
    border-radius: 0 !important;
}

.input-group {
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f2f2f2;
}

.input-group-text {
    background-color: transparent;
    border: none;
}

/* FORM */
/* RADIO */
.cstmformcheck.form-check {
    width: fit-content;
}

.cstmformcheck.form-check .form-check-input {
    width: 22px;
    height: 22px;
    margin: 0;
    float: unset;
}

.cstmformcheck .form-check-input:focus {
    box-shadow: none;
}

.cstmformcheck .form-check-label {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    margin: 0 !important;
    border-radius: 50px;
    background-color: #f2f2f2;
}

.cstmformcheck .form-check-label span {
    margin-right: 8px;
}

.cstmformcheck .form-check-input:checked {
    background-color: var(--cl1);
    border-color: var(--cl1);
}

.cstmformcheck .form-check-input:checked~.cstmformcheck .form-check-label {
    background-color: var(--cl1);
}

/* RADIO */
/* CHECKBOX */
.CheckboxDf.form-check {
    padding-left: unset;
    margin-bottom: unset;
    min-height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.CheckboxDf .form-check-label {
    margin: 0 !important;
}

.CheckboxDf .form-check-input {
    width: 24px;
    height: 24px;
    float: unset;
    margin-left: unset;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.CheckboxDf .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093l3.473-4.425z'/%3E%3C/svg%3E");
}

.CheckboxDf .form-check-input:hover, .CheckboxDf .form-check-input:active, .CheckboxDf .form-check-input:focus {
    border-color: var(--cl1);
    box-shadow: none;
}

.CheckboxDf .form-check-input:checked {
    border-color: var(--cl1);
    background-color: var(--cl1);
}

/* CHECKBOX */
/* TOPBAR */
.Topbar {
    background-color: #1e457e;
}

.TopbarWrapper {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #28447E;
}

.TopbarWrapper .nav {
    justify-content: end;
}

.TopbarWrapper .nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
}

.TopbarWrapper .nav-link-svg svg {
    width: 16px;
    height: 16px;
    display: flex;
}

.navlinksvg24 svg {
    width: 24px;
    height: 24px;
    display: flex;
}

.TopbarWrapper .nav-link:hover,
.TopbarWrapper .nav-link:focus,
.TopbarWrapper .nav-link:active {
    color: var(--cl2);
}

/* TOPBAR */
/* HEADER */
header {
    background: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    position: sticky;
    top: -0.2px;
    z-index: 999;
    border-bottom: 2px solid #1e457e;
}

.header-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 10px;
    align-items: center;
}

header .navigation-menu .nav {
    list-style: none;
    margin: 0;
    gap: 22px;
    align-items: center;
}

header .navigation-menu .nav .nav-item {
    position: relative;
}

.logo {
    max-width: 250px;
}

.logo img {
    max-width: 100%;
    height: auto;
}

@media(max-width:1199px) {
    .logo {
        max-width: 230px;
    }
}

@media(max-width:576px) {
    .logo {
        max-width: 220px;
    }
}

@media(max-width:468px) {
    .logo {
        max-width: 220px;
    }
}

header .logo:hover {
    transform: scale(1.04);
}

footer .logo {
    max-width: 180px;
}

header .nav-mobile {
    display: none;
    height: 35px;
    width: 35px;
}

@media (min-width: 991.98px) {
    header .navigation-menu .nav {
        display: flex !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 .nav {
        display: none;
        background: rgba(255, 255, 255, 0.9);
    }

    header .navigation-menu .nav .nav-link {
        padding: 12px 15px;
        line-height: 14px;
    }

    header .navigation-menu .nav .nav-item ul li a {
        padding-left: 30px;
    }

    header .nav-dropdown {
        position: static;
    }
}

#nav-toggle {
    cursor: pointer;
    padding: 14px 35px 16px 0px;
    border: none;
    background: transparent;
    outline: none;
}

#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: #000;
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
    background: #000;
}

.navigation-menu .nav .nav-link {
    display: block;
    padding: 12px 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}

.navigation-menu .nav .nav-link.active {
    color: var(--cl1);
}

.navigation-menu .nav .nav-link:hover, .navigation-menu .nav .nav-link:focus, .navigation-menu .nav .nav-link:active, .navigation-menu .nav .nav-link:visited:hover {
    color: var(--cl1);
}

/* DROPDOWN */
.LangDrop .dropdown-toggle::after {
    content: none;
}

.LangDropImg {
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.LangDropImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.LangDrop .dropdown-menu {
    min-width: 30px;
    top: -10px !important;
    border-color: #e8e8e8;
    padding: 0px;
    box-shadow: 0px 0px 3px 1px rgb(82 63 105 / 15%);
}

.LangDrop .dropdown-item {
    padding: 8px 10px;
    border-radius: 8px;
}

.LangDrop .dropdown-item:hover, .LangDrop .dropdown-item:focus, .LangDrop .dropdown-item.active, .LangDrop .dropdown-item:active {
    background-color: transparent;
}

@media(max-width:455px) {
    .header-main {
        flex-direction: column;
    }

    .header-main .logo {
        margin-bottom: 12px;
    }

    .header-main .wxs100 {
        width: 100%;
        justify-content: space-between;
    }
}

/* HEADER */
/* BANNER */
.BannerSwiper {
    width: 100%;
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-x: hidden;
    z-index: 0;
}

.BannerSwiper .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.BannerSwiper .BannerSwipercontainer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.BannerSwiper .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.BannerSwiper .slide-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 57%);
}

.BannerSwiper .swiper-button-prev,
.BannerSwiper .swiper-button-next {
    width: 38px;
    height: 38px;
    margin-top: 0;
    text-align: center;
    color: var(--cl1);
    background-color: #fff;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.BannerSwiper:hover .swiper-button-prev,
.BannerSwiper:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.BannerSwiper .swiper-button-prev:hover,
.BannerSwiper .swiper-button-next:hover {
    background-color: var(--cl2);
    color: #fff;
}

.BannerSwiper .swiper-button-prev svg,
.BannerSwiper .swiper-button-next svg {
    width: 24px;
    height: 24px;
    display: flex;
}

.BannerSwiper .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.BannerSwiper .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

.BannerSwiper .slide-title, .BannerSwiper .slide-subtitle, .BannerSwiper .slide-text, .BannerSwiper .slide-btns {
    max-width: 650px;
}

.BannerSwiper .slide-title h1 span {
    color: var(--cl2);
}

.BannerSwiper h1 {
    font-size: 48px;
}

.slide-text p {
    font-size: 18px;
    color: #fff;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after {
    content: none;
}

/* BANNER */
/* ABOUT */
.About {
    margin-top: 60px;
    margin-bottom: 60px;
}

.AboutContentTitle {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: normal;
}

.AboutContentTxt {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 18px;
}

.AboutContent ol {
    font-size: 18px;
    font-weight: 700;
}

.RegImgWrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.RegPrimaryImg, .RegSecImg {
    width: 390px;
    height: 390px;
    overflow: hidden;
    border-radius: 10px;
}

.RegPrimaryImg img, .RegSecImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.RegPrimaryImg {
    position: relative;
    margin-top: 100px;
    z-index: 1;
}

.RegSecImg {
    position: absolute;
    right: 0;
    top: 0;
}

.About .CstmMG {
    margin-bottom: 60px;
}

.AboutImgWrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.AboutPrimaryImg, .AboutSecImg {
    width: 390px;
    height: 390px;
    overflow: hidden;
    border-radius: 10px;
}

.AboutPrimaryImg {
    position: relative;
    margin-bottom: 100px;
    z-index: 1;
}

.AboutSecImg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.AboutPrimaryImg img, .AboutSecImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ABOUT */
.wheretobuy {
    margin-top: 80px;
    margin-bottom: 80px;
}

.WhereToBuyTitle {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
}

.WhereToBuyImg {
    width: 100%;
    height: 150px;
    padding: 20px;
    overflow: hidden;
}

.WhereToBuyImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.LogoSwiperNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.LogoSwiperNav .swiper-button-next:after, .LogoSwiperNav .swiper-button-prev:after {
    content: '';
}

.LogoSwiperNav .swiper-button-next, .LogoSwiperNav .swiper-button-prev {
    position: unset;
    display: flex;
    margin-top: unset;
    color: var(--cl1);
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--cl1);
    background: #fff;
    border-radius: 100%;
}

.LogoSwiperNav .swiper-button-next:hover, .LogoSwiperNav .swiper-button-prev:hover {
    background-color: var(--cl2);
    border-color: var(--cl2);
    color: #fff;
}

.LogoSwiperNav .swiper-button-next svg, .LogoSwiperNav .swiper-button-prev svg {
    width: 26px;
    height: 26px;
    display: flex;
}

.LogoSwiperNav .swiper-button-next.swiper-button-disabled,
.LogoSwiperNav .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.LogoSwiperNav .swiper-button-next {
    margin-left: auto;
}

.LogoSwiperNav .swiper-button-prev {
    margin-right: auto;
}

.FooterWrapper {
    background-color: #15274e;
    padding-top: 38px;
    padding-bottom: 20px;
    border-top: 10px solid #28447e;
}

.ContactNav {
    color: #fff;
}

.ContactNav {
    row-gap: 20px;
}

footer h5 {
    color: #fff;
}

.ContactNavIcon svg {
    width: 24px;
    height: 24px;
    display: flex;
}

.ContactNav li {
    display: flex;
    gap: 22px;
}

.ContactNav li a {
    display: flex;
    gap: 22px;
    color: #fff;
    text-decoration: none;
}

.PageLink .nav-link {
    padding: 0;
    color: #fff;
}

.PageLink li {
    margin-bottom: 6px;
}

.FooterWrapperBottom {
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #28447E;
}

.SocialLinks {
    gap: 20px;
}

.SocialLinks a {
    color: #fff;
    display: block;
}

.SocialLinks a svg {
    width: 36px;
    height: 36px;
    display: flex;
}

/* TESTING */
.Testing {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #E8F3FF;
}

.TestingTitle {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    line-height: normal;
    text-transform: capitalize;
}

.TestingSubTitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}

.TestingImgIcon {
    max-width: 135px;
}

.TestingCard {
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
    background: #fff;
    border: 2px solid var(--cl1);
}

.TestingCardTitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
}

.TestingCardThumb {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    background-color: transparent;
    margin-bottom: 12px;
    position: relative;
}

.TestingCardThumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.TestingCardTxt {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #5b5b5b;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
}

.TestingCardFooter {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}

.TestingCardFooter .btn-common {
    width: 100%;
    --bs-btn-font-weight: 600;
    --bs-btn-border-radius: 6px;
    --bs-btn-padding-x: 10px;
    --bs-btn-padding-y: 6px;
}

.ReadMoreLink {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #9B9B9B;
    text-align: center;
}

.ReadMoreLink:hover, .ReadMoreLink:focus, .ReadMoreLink:active {
    color: var(--cl3);
}

body.is-guest .ReadMoreLink {
    color: var(--cl1) !important;
}

body.is-guest .ReadMoreLink:hover, body.is-guest .ReadMoreLink:focus, body.is-guest .ReadMoreLink:active {
    color: var(--cl2) !important;
}

.TestingCard ul {
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #5b5b5b;
}

.TestingCard li {
    display: flex;
    gap: 6px;
    line-height: 16px;
}

.IconRight {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 16 16'%3E%3Cpath fill='%235b5b5b' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417L5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
}

/* TESTING */
/* HOW IT WORKS */
.HowItWork {
    margin-top: 65px;
    margin-bottom: 65px;
}

.HowItWorkTitle {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 40px;
    text-transform: capitalize;
}

/* HOW IT WORKS */
/* BOOKTEST */
.BookTest {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-attachment: fixed;
}

@media(min-width:1099px) {
    .BookTest {
        background-size: 100%;
        animation-range: cover 0% cover 100%;
        animation: theanimation linear;
        -o-animation: theanimation linear;
        -moz-animation: theanimation linear;
        -moz-animation: theanimation linear;
        -webkit-animation: theanimation linear;
        animation-timeline: view();
        animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    @keyframes theanimation {
        to {
            background-size: 130%;
        }
    }

    @-o-keyframes theanimation {
        to {
            background-size: 130%;
        }
    }

    @-moz-keyframes theanimation {
        to {
            background-size: 130%;
        }
    }

    @-webkit-keyframes theanimation {
        to {
            background-size: 130%;
        }
    }
}

.BookTest::before {
    content: '';
    background-color: #00000075;
    position: absolute;
    inset: 0;
}

.BookTestTitle {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 40px;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
}

.BookTestTxt {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}

.BookTestTxt, .BookTestTitle {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.BookTest .btn-common-sec {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

/* BOOKTEST */
/* TITLE */
.SecTitle {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

/* TITLE */
/* PRODUCT DETAILS */
.ProductDetails {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ProductDetailsTitle {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.ProductDetailsTxt {
    font-size: 18px;
    margin-bottom: 30px;
}

.ProductDetails ul {
    gap: 18px;
    justify-content: center;
    margin-bottom: 24px;
}

.ProductDetails li {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 18px;
}

.ProductDetails .IconRight {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
}

.ProductPrice {
    font-size: 30px;
    font-weight: 700;
}

.WhyScreen {
    padding-top: 60px;
    padding-bottom: 60px;
}

.WhyScreen .SecTitle {
    margin-bottom: 20px;
}

.WhyScreen .WhyScreentxt {
    margin-bottom: 20px;
}

.WhyScreentxt {
    font-size: 18px;
    font-weight: 400;
}

.WhyScreenContent {
    display: flex;
    gap: 20px;
    align-items: center;
}

.WhyScreenIcon {
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    overflow: hidden;
    border: 1px solid #707070;
    border-radius: 10px;
    background-color: #707070;
}

.ProductBnr-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.ProductBnr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.WhyScreenContent p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.RiskFactor {
    margin-bottom: 40px;
}

.RiskFactorIcon {
    width: 84px;
    height: 84px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.RiskFactorIcon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.RiskFactorTxt {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.fragments {
    margin-top: 48px;
    margin-bottom: 48px;
}

.fragments .SecTitle {
    margin-bottom: 24px;
}

.TagsWrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.Tags {
    width: 70px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 2px;
    background-color: #9B9B9B;
    text-transform: uppercase;
    border-radius: 8px;
    color: #fff;
}

.Tags:hover {
    background-color: var(--cl2);
    color: #fff;
}

.Reference {
    margin-top: 65px;
    margin-bottom: 65px;
}

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

.ReferenceSwiperContent p {
    font-size: 18px;
    text-align: center;
    font-style: italic;
    margin-bottom: 20px;
}

.ReferenceAuthor {
    margin-top: auto;
    font-size: 18px;
    text-align: center;
}

.TestResult {
    margin-top: 65px;
    margin-bottom: 65px;
}

.TestResultImg {
    aspect-ratio: 10 / 10;
    overflow: hidden;
}

.TestResultImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.TestResult ul {
    gap: 18px;
    justify-content: center;
    margin-bottom: 24px;
}

.TestResult li {
    display: flex;
    gap: 8px;
    font-size: 18px;
}

.TestResult .IconRight {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
}

.ProductFaq .accordion-button {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}

.ProductFaq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.ProductFaq .accordion-button:focus, .ProductFaq .accordion-button:focus-within {
    box-shadow: none;
    outline: none;
}

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

.ProductFaq .accordion-button::before {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    content: "";
    margin-right: 15px;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    transition: var(--bs-accordion-btn-icon-transition);
}

.ProductFaq .accordion-button:not(.collapsed)::before {
    background-image: url(../images/arrow-right.svg);
    transform: rotate(90deg);
}

.ProductFaq .accordion-button::after {
    content: '';
    display: none;
}

.ProductFaq .accordion-body {
    padding: 20px 0 0 45px;
    font-size: 18px;
}

.WorkLineWrapper {
    display: flex;
    position: relative;
    gap: 28px;
}

.WorkBox {
    width: 33.33%;
    position: relative;
}

.WorkBox::before {
    content: attr(data-content);
    top: 15px;
    left: 65%;
    white-space: nowrap;
    font-weight: 600;
    color: #A8D8FF;
    position: absolute;
}

.WorkBox:nth-last-child(2)::before {
    left: 100%;
}

.WorkLineWrapper::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #A8D8FF;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
}

.WorkBox p {
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
}

.WorkBox:first-child p {
    text-align: start;
}

.WorkBox:last-child p {
    text-align: end;
}

.WorkBoxNum {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    color: #A8D8FF;
    border-radius: 100%;
    background-color: #E7F3FF;
    border: 1px solid #A8D8FF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.WorkBox:first-child .WorkBoxNum {
    margin-left: unset;
}

.WorkBox:last-child .WorkBoxNum {
    margin-right: unset;
}

/* PRODUCT DETAILS */
/* CART */
.CartHeading {
    background-color: #E8F3FF;
    padding-top: 64px;
    padding-bottom: 64px;
}

.CartHeading h1 {
    font-size: 62px;
    font-weight: 700;
    color: #28447E;
}

.CartWrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

.svg-24 svg {
    width: 24px;
    height: 24px;
    display: flex;
}

.svg-22 svg {
    width: 22px;
    height: 22px;
    display: flex;
}

.tblw-20 {
    width: 20px;
    max-width: 20px;
    min-width: 20px;
}

.tblw-30 {
    width: 30px;
}

.tblw-40 {
    width: 40px;
}

.tblw-60 {
    width: 60px;
}

.tblw-80 {
    width: 80px;
}

.tblw-100 {
    width: 100px;
}

.tblw-120 {
    width: 120px;
}

.tblw-140 {
    width: 140px;
}

.tblw-160 {
    width: 160px;
}

.tblw-180 {
    width: 180px;
}

.tblw-300 {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}

.min-w100px {
    min-width: 100px;
}

.min-w120px {
    min-width: 120px;
}

.min-w80px {
    min-width: 80px;
}

.max-w100px {
    max-width: 100px;
}

.max-w120px {
    max-width: 120px;
}

.max-w80px {
    max-width: 80px;
}

.tbl-330 {
    width: 630px;
}

.CartTestThumb {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
}

.CartTestName {
    font-weight: 600;
}

.CartTestThumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.CartWrapper table th {
    font-size: 16px;
    color: #777777;
}

.CartWrapper .table>:not(caption)>*>* {
    padding: 0.7rem;
}

.CartWrapper .table .form-control {
    background-color: #f5f5f5;
    appearance: none;
    max-width: 150px;
}

.CartWrapper .table .form-control:focus, .CartWrapper .table .form-control:hover {
    box-shadow: none;
    border-color: #28447E;
}

.Totalamounttbl {
    max-width: 300px;
}

.checkoutBtn .btn {
    width: 150px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: capitalize;
}

.CartWrapper thead {
    border-bottom: 1px solid #EBEBEB;
}

.CartWrapper thead th {
    border-right: 1px solid #EBEBEB;
    padding: 10px 15px;
    font-size: 16px;
    color: #777777;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.CartWrapper tbody td {
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    color: #000;
    padding: 8px 15px;
}

@media(max-width:991px) {
    .CartWrapper table {
        border: 0;
        width: 100%;
    }

    .CartWrapper thead {
        display: none;
    }

    .CartWrapper tr {
        border: 1px solid #EBEBEB;
        display: block;
        margin-bottom: 20px;
    }

    .CartWrapper td {
        border-top: none;
        border-right: none !important;
        border-left: none !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .CartWrapper td::before {
        content: attr(data-label);
        float: left;
        color: #777777;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
    }

    .invoice-tbl td:last-child {
        border-bottom: 0;
    }

    .invoice-tbl .action-btn {
        margin-left: unset;
        margin-right: unset;
    }

    .CartWrapper tfoot tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .CartWrapper tfoot tr td:first-child {
        display: none;
    }
}

/* CART */
/* CHECKOUT */
.Checkout {
    padding-top: 60px;
    padding-bottom: 60px;
}

.FormTitle {
    padding-bottom: 15px;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.CheckoutForm {
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    padding: 22px;
}

.Checkout label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.Checkout .form-control {
    background-color: #f2f2f2;
    padding: 8px;
}

.Checkout .form-control:hover, .Checkout .form-control:focus {
    box-shadow: none;
    border-color: #28447E;
}

.CheckoutProduct {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
}

.CheckoutImg {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    padding: 8px
}

.CheckoutImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.CheckoutTxt {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 600;
}

.CheckoutSNnumber {
    font-size: 18px;
    font-weight: 400;
}

/* CHECKOUT */
/* CONTACT */
.ContactHeading {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #E8F3FF;
}

.ContactHeading h1 {
    font-size: 62px;
    font-weight: 700;
    color: #28447E;
}

.ContactHeading p {
    font-size: 18px;
}

.ContactForm {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ContactForm label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.ContactForm .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;
}

/* SELECT 2 */
.ContactForm .SelectDef .select2-selection--single {
    padding: 15px;
}

.SelectDef .select2-selection--single {
    border-radius: none;
    padding: 8px;
    border: 1px solid #F2F2F2;
    border-radius: 4px !important;
    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;
}

.SelectDef .select2-selection--single:hover,
.SelectDef .select2-selection--single:focus,
.SelectDef .select2-selection--single:active {
    border-color: var(--cl1);
}

.SelectDef .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.SelectDef .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    position: unset;
    display: flex;
    align-items: center;
    order: 3;
    justify-content: center;
}

.SelectDef .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: unset;
    margin-top: unset;
    margin-left: unset;
    border: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-color: transparent;
    background-repeat: no-repeat !important;
    background-size: contain;
    border: none !important;
    height: 14px !important;
    width: 14px !important;
    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;
}

.SelectDef .select2-container--default .select2-selection--single .select2-selection__clear span {
    display: none;
}

.SelectDef .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
}

.SelectDef .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.SelectDef .select2-container--default .select2-selection--single .select2-selection__clear {
    order: 2;
    margin-left: auto;
    margin-right: 5px;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #000000;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23000' d='m12 14.122l5.303 5.303a1.5 1.5 0 0 0 2.122-2.122L14.12 12l5.304-5.303a1.5 1.5 0 1 0-2.122-2.121L12 9.879L6.697 4.576a1.5 1.5 0 1 0-2.122 2.12L9.88 12l-5.304 5.304a1.5 1.5 0 1 0 2.122 2.12z'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23000' d='m12 14.122l5.303 5.303a1.5 1.5 0 0 0 2.122-2.122L14.12 12l5.304-5.303a1.5 1.5 0 1 0-2.122-2.121L12 9.879L6.697 4.576a1.5 1.5 0 1 0-2.122 2.12L9.88 12l-5.304 5.304a1.5 1.5 0 1 0 2.122 2.12z'/%3E%3C/g%3E%3C/svg%3E");
    display: block;
    border: 0;
    transition: color .2s ease;
    width: 14px;
    height: 14px;
}

/* SELECT DROPDOWN */
.defaultdropdown {
    border: none;
    background-color: #F2F2F2;
}

.select2-search--dropdown .select2-search__field {
    padding: 8px;
    border-radius: 4px !important;
}

.select2-search--dropdown .select2-search__field:hover, .select2-search--dropdown .select2-search__field:focus, .select2-search--dropdown .select2-search__field:active {
    border-color: var(--cl1) !important;
    outline: none;
    box-shadow: none;
}

.select2-search--dropdown {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.select2-results {
    padding: 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--cl1);
}

.select2-results__option {
    padding: 8px 10px;
    border-radius: 6px;
}

.select2-container .select2-selection--single {
    height: auto;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 4px;
    background: transparent;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #adadad;
}

/* SELECT DROPDOWN */
/* SELECT 2 */
/* HOW IT WORKS */
.HowITWorkStep {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ffffff;
    position: relative;
}

.HowITWorkStep>.container {
    z-index: 1;
}

.WorkTimeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.WorkTimeline::before {
    content: '';
    background-image: linear-gradient(var(--cl2) 33%, rgba(255, 255, 255, 0) 0%);
    background-size: 2px 20px;
    background-repeat: repeat-y;
    width: 3px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0;
}

.WorkTimeline .row {
    position: relative;
    align-items: center;
    justify-content: center;
}

.WorkTimeline .row .col-6 {
    padding-right: 56px;
    padding-left: 56px;
}

.WorkImg {
    max-width: 250px;
}

.WorkTimeline .row::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: var(--cl2);
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
}

@media(max-width:768.98px) {
    .WorkTimeline .row::before {
        width: 18px;
        height: 18px;
    }

    .WorkTimeline .row .col-6 {
        padding-right: 24px;
        padding-left: 24px;
    }

    .WorkImg {
        max-width: 200px;
    }

    .Collecttxt {
        font-size: 18px;
        font-size: 16px !important;
    }

    .BookTest{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .BannerSwiper .slide-inner .container{
        padding: 0 70px;
    }

}

@media(max-width:411px) {
    .WorkTimeline .col-6 {
        width: 100%;
    }

    .WorkImg {
        display: none;
    }

    .Collecttxt {
        max-width: 90%;
    }

    .WorkTimeline::before {
        margin-left: unset;
    }

    .WorkTimeline .row::before {
        right: unset;
        left: 4px;
    }

    .WorkTimeline .row .col-6 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* HOW IT WORKS */
/* CONTACT */
.ContactForm .form-control::placeholder {
    font-weight: 500;
    color: #7B7B7B;
}

.ContactForm .form-control:hover, .ContactForm .form-control:focus {
    border-color: #25457E;
}

.ContactForm .btn-common {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    border-radius: 10px;
    padding: 16px 32px;
}

.contact-bar {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #557ebc;
}

.contact-bar .bar-link {
    display: flex;
    gap: 10px;
}

.contact-bar .bar-icon {
    width: fit-content;
    border-radius: 50%;
    padding: 10px;
    background: #FFF;
    color: var(--cl1);
    height: fit-content;
}

.contact-bar .bar-icon svg {
    width: 28px;
    height: 28px;
    display: flex;
}

.contact-bar .bar-link h6 {
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 4px;
}

.contact-bar .bar-link p {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 0;
}

/* CONTACT */
/* FAQ */
.FaqWrapper {
    background-color: #E8F3FF;
    padding-top: 64px;
    padding-bottom: 64px;
}

.FaqWrapper h1 {
    font-size: 62px;
    font-weight: 700;
    color: #28447E;
}

.FaqWrapperMain {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
    background-color: #F5F6F9;
}

.FaqWrapperDetails .Title {
    font-size: 38px;
    font-weight: 400;
    color: #28447E;
}

.FaqWrapperMain .nav-pills .nav-link {
    border-left: 3px solid transparent;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-align: start;
    padding: 10px 14px;
}

.FaqWrapperMain .nav-pills .nav-link.active {
    color: var(--cl1);
    background: #fff;
    border-color: var(--cl1);
}

.accordion-item {
    border: none;
    border-radius: 4px;
    margin-bottom: 10px;
}

.accordion-button {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    padding: 14px 16px;
    line-height: 27px;
    color: var(--cl1);
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-body {
    padding: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #475462;
}

/* FAQ */
/* INFO */
.InfoWrapper {
    background-size: cover;
    background-position: left top;
    padding-top: 64px;
    padding-bottom: 64px;
}

.InfoWrapper h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 24px;
}

.InfoWrapper p {
    font-size: 18px;
}

.Collectionset {
    margin-top: 60px;
    margin-bottom: 60px;
}

.CollectionsetDetail {
    font-size: 18px;
    font-weight: 400;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.CollectionsetDetail .title {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    line-height: 38px;
    margin-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
}

.CollectionsetCard {
    padding: 20px;
    color: #000;
    background-color: #eaeaea;
    height: 100%;
    border-radius: 10px;
}

.cl1 {
    color: #fff;
    background-color: #28447E;
}

.cl2 {
    color: #fff;
    background-color: #5F96E1;
}

.cl3 {
    color: #fff;
    background-color: #CC3E61;
}

.cl4 {
    color: #fff;
    background-color: #805CAA;
}

.cl5 {
    color: #fff;
    background-color: #F19837;
}

.cl6 {
    color: #fff;
    background-color: #EF95C3;
}

.CollectNum {
    font-size: 68px;
    font-family: "Anton", sans-serif;
    color: #7897d8;
    letter-spacing: 2px;
    opacity: 1;
}

.Collecttxt {
    font-size: 20px
}

.Howdoeswork {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 18px;
}

.Howdoeswork .title {
    font-size: 34px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 18px;
}

.Germline {
    font-size: 18px;
    background-color: #E7F3FF;
    padding-top: 60px;
    padding-bottom: 60px;
}

.Germline .title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 38px;
}

.GermlineFragments {
    margin-top: 40px;
}

.GermlineFragmentstitle {
    font-size: 34px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 38px;
    text-align: center;
}

.tblw-180 {
    width: 180px;
    min-width: 180px;
}

.FastCancer {
    margin-top: 60px;
    margin-bottom: 60px;
}

.FastCancerTxt {
    text-align: center;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.FastCancerTxt .title {
    font-size: 34px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 18px;
}

.FastCancerTxt p {
    font-size: 16px;
    font-weight: 400;
}

.FastCancertxt {
    font-size: 18px;
}

.FastCancerimgbox img {
    border-radius: 14px;
    overflow: hidden;
}

.SomaticPanel {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 18px;
}

.SomaticPanel .title {
    font-size: 34px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 18px;
}

/* INFO */
/* PATIENT ZONE */
.PatientZone {
    background-color: #E8F3FF;
    padding-top: 64px;
    padding-bottom: 64px;
}

.PatientZone h1 {
    font-size: 62px;
    font-weight: 400;
    color: #28447E;
}

.PatientZoneDetails {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
}

.PatientZoneDetails .Title {
    font-size: 38px;
    font-weight: 400;
    color: #28447E;
}

/* PATIENT ZONE */
/* WHERE TO TEST */
.WhereToTestBNR {
    background-size: cover;
    background-position: center;
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;
    overflow: hidden;
}

.WhereToTestBNR::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(297deg, rgba(233, 243, 255, 0) 0%, rgba(233, 243, 255, 1) 60%, #E9F3FF 100%);
}

.WhereToTestBNR h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 24px;
}

.WhereToTestBNR p {
    font-size: 18px;
}

.WhereToTest {
    padding-top: 60px;
    padding-bottom: 60px;
}

.WhereToTestTitle {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: normal;
}

.MapWrapper {
    width: 100%;
    min-height: 550px;
    height: 100%;
    max-height: 100%;
}

#map {
    width: 100%;
    height: 100%;
}

.MapWrapper .gm-style .gm-style-iw-c {
    max-width: 350px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.TestHeading {
    font-size: 20px;
}

.TestTxt {
    font-size: 14px;
    font-weight: 400;
}

.WhereToTestTxt {
    font-size: 18px;
    font-weight: 500;
    color: #363636;
}

.WhereToTestCard {
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
    background: #fff;
}

.WhereToTestThumb {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}

.WhereToTestThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.WhereToTestCard ul li {
    flex: 1;
}

.WhereToTestCard ul li .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.WhereToTestCard ul li .btn svg {
    width: 24px;
    height: 24px;
    display: flex;
}

.wheretodonateTitle, .wheretodonateTxt {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.wheretodonateTitle {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: normal;
}

.wheretodonateTxt {
    font-size: 18px;
    font-weight: 500;
    color: #363636;
}

.wheretodonate {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #e8f8ed;
}

.wheretodonate .row {
    position: relative;
}

.wheretodonate .row::before {
    content: '';
    width: 59%;
    height: 2px;
    position: absolute;
    top: 75px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    background-image: linear-gradient(to right, #000000 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 18px 2px;
    background-repeat: repeat-x;
}

.Donatebox {
    position: relative;
}

.DonateboxImg {
    width: 144px;
    height: 144px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    border-radius: 100%;
    overflow: hidden;
}

.DonateboxImg img {
    width: 100%;
    height: 100%;
    object-position: bottom;
    object-fit: contain;
}

.DonateboxImg {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Anton", sans-serif;
    font-size: 60px;
}

.DCL1 .DonateboxImg {
    color: #fff;
    background-color: #28447E;
}

.DCL2 .DonateboxImg {
    color: #fff;
    background-color: #5F96E1;
}

.DCL3 .DonateboxImg {
    color: #fff;
    background-color: #CC3E61;
}

.DCL4 .DonateboxImg {
    color: #fff;
    background-color: #805CAA;
}

.DCL5 .DonateboxImg {
    color: #fff;
    background-color: #F19837;
}

.DCL6 .DonateboxImg {
    color: #fff;
    background-color: #EF95C3;
}

.DonateboxImg {
    position: relative;
}

.DonateboxTxt {
    text-align: center;
    font-size: 26px;
    font-family: "Anton", sans-serif;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    margin-top: 15px;
    letter-spacing: 1px;
}

@media(max-width:991px) {
    .wheretodonate .row::before {
        top: 36%;
    }

    .DonateboxImg {
        width: 120px;
        height: 120px;
        padding: 16px;
    }

    .DonateboxTxt {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 28px;
        margin-top: 10px;
    }
}

@media(max-width:499px) {
    .Donatebox {
        background-color: #e8f8ed;
    }

    .wheretodonate .row {
        gap: 74px;
    }

    .wheretodonate .col-4 {
        width: 100%;
    }

    .DonateboxTxt {
        font-size: 26px;
        letter-spacing: 0;
        line-height: 38px;
        margin-top: 18px;
    }

    .DonateboxImg {
        width: 160px;
        height: 160px;
        padding: 16px;
    }

    .wheretodonate .row::before {
        background-image: linear-gradient(#d53d33 33%, rgba(255, 255, 255, 0) 0%);
        background-position: right;
        background-size: 2px 18px;
        background-repeat: repeat-y;
        height: 100%;
        width: 2px;
        top: 0;
    }
}

.SampleCenter {
    padding-top: 60px;
}

.SampleCenterTitle {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: normal;
}

.SampleCenterTxt {
    font-size: 18px;
    font-weight: 500;
    color: #363636;
}

/* WHERE TO TEST */
/* MEDIA */
@media(max-width:1400px) {
    .TestingSubTitle {
        font-size: 24px;
    }

    .RegPrimaryImg, .RegSecImg, .AboutPrimaryImg, .AboutSecImg {
        width: 330px;
        height: 330px;
    }

    .BannerSwiper h1 {
        font-size: 42px;
    }
}

@media(max-width: 1199px) {
    .RegPrimaryImg, .RegSecImg, .AboutPrimaryImg, .AboutSecImg {
        width: 260px;
        height: 260px;
    }
}

@media(max-width:991.98px) {
    .WorkBox::before {
        left: 52%;
    }

    .WorkBox:nth-last-child(2)::before {
        left: 85%;
    }

    .About .CstmMG {
        margin-bottom: unset;
    }

    .RegPrimaryImg, .RegSecImg, .AboutPrimaryImg, .AboutSecImg {
        width: 390px;
        height: 390px;
    }

    .BannerSwiper h1 {
        font-size: 34px;
    }
}

@media(max-width:768px) {
    .TagsWrapper {
        gap: 12px;
    }

    .WorkLineWrapper {
        flex-wrap: wrap;
        gap: 120px;
    }

    .WorkLineWrapper::before {
        width: 1px;
        height: 100%;
        top: 0;
        left: 68px;
    }

    .WorkBox {
        width: 100%;
        display: flex;
        gap: 20px;
        padding-left: 30px;
    }

    .WorkBox p, .WorkBox:first-child p, .WorkBox:last-child p {
        text-align: start;
    }

    .WorkBoxNum {
        margin-left: unset;
        margin-right: unset;
    }

    .WorkBox::before {
        top: 0;
        left: 0;
        writing-mode: vertical-lr;
    }

    .WorkBox:nth-last-child(2)::before {
        top: 0;
        left: 0;
    }

    .RegPrimaryImg, .RegSecImg, .AboutPrimaryImg, .AboutSecImg {
        width: 300px;
        height: 300px;
    }
}

@media(max-width:576px) {
    .ContentNum {
        order: 1;
    }

    .HowItWorkContentIcon {
        order: 2;
    }

    footer .logo {
        margin-left: auto;
        margin-right: auto;
    }

    .AboutImgWrapper, .RegImgWrapper {
        max-width: 390px;
        margin-right: auto;
        margin-left: auto;
    }

    .RegPrimaryImg, .RegSecImg, .AboutPrimaryImg, .AboutSecImg {
        width: 250px;
        height: 250px;
    }
}

@media(max-width:460px) {
    .AboutImgWrapper, .RegImgWrapper {
        max-width: 100%;
        flex-direction: column;
        gap: 20px;
    }

    .RegPrimaryImg, .RegSecImg, .AboutPrimaryImg, .AboutSecImg {
        width: 100%;
        height: 100%;
        position: unset;
        margin: unset;
    }
}

@media(max-width:390px) {
    .RiskFactor .col-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .GermlineFragments table thead {
        display: none;
    }

    .GermlineFragments table th {
        border-bottom: 1px solid;
    }

    .GermlineFragments table tr {
        display: flex;
        flex-direction: column;
        margin-top: 8px;
    }
}

/* MEDIA */
/* FRONT LOGIN */
.FrontLogin {
    padding-top: 45px;
    padding-bottom: 45px;
    min-height: calc((100vh - 80px) - 95px);
    background-color: #E8F3FF;
}

.FrontLogin h2 {
    color: var(--cl1);
    font-size: 40px;
}

.FrontLoginForm {
    padding-top: 64px;
    padding-bottom: 64px;
}

.forgot-pass a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    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;
}

.forgot-pass a:hover {
    color: var(--cl3);
}

.form-card {
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 40px;
    border-radius: 18px;
}

.FrontLogin-img {
    max-width: 400px;
}

.FrontLogin .form-card h6 {
    font-size: 22px;
    font-weight: 700;
}

.FrontLogin .input-group-text:hover, .FrontLogin .input-group-text:focus, .FrontLogin .input-group-text:active {
    color: var(--cl1);
}

@media (max-width: 768.98px) {
    .form-card {
        padding: 30px;
    }
}

@media (max-width: 575.98px) {
    .form-card {
        padding: 20px;
    }
}

/* FRONT LOGIN */
/* PATIENT ZONE */
.PatientMain {
    padding-top: 64px;
    padding-bottom: 64px;
}

.PatientNavSec {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #E8F3FF;
}

.PatientNav {
    padding: 14px;
    border-radius: 10px;
    background-color: #fff;
    border-radius: 150px;
    width: fit-content;
}

.PatientNav ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.PatientNav .nav-link {
    text-decoration: none;
    font-size: 16px;
    padding: 10px 14px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #ededed;
    border-radius: 150px;
}

.PatientNav .nav-link:hover, .PatientNav .nav-link:active, .PatientNav .nav-link:focus, .PatientNav .nav-link.active {
    background-color: var(--cl1);
    color: #fff;
}

.PatientMain h3 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}

.svg24 svg {
    width: 24px;
    height: 24px;
    display: flex;
}

.Ptntbl .btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Ptntbl .svgIcon svg {
    width: 20px;
    height: 20px;
    display: flex;
}

.Ptntbl thead {
    border-bottom: 1px solid #EBEBEB;
}

.Ptntbl thead th {
    border-right: 1px solid #EBEBEB;
    padding: 10px;
    font-size: 16px;
    color: #777777;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.Ptntbl tbody td {
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    color: #000;
    padding: 10px;
}

.PatientMainHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.ReportCard {
    background-color: #f5f5f5;
    padding: 15px;
    display: block;
    border-radius: 10px;
    height: 100%;
    text-align: center;
}

.ReportCardContent {
    text-decoration: none;
}

.ReportCardContent:hover .ReportFileName, .ReportCardContent:focus .ReportFileName, .ReportCardContent:active .ReportFileName {
    color: #28447E;
}

.ReportFileName {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
}

.ReportFileSize {
    font-size: 14px;
    font-weight: 700;
    color: #686868;
}

.ReportCardIcon {
    width: 110px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 18px;
    background: #fff;
    padding: 12px;
    border-radius: 10px;
}

.ReportCardIcon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Orderbreadcrumb {
    padding-top: 48px;
    padding-bottom: 48px;
}

.OrderDetails {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #F5F6F9;
}

.OrderDetailsCard {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
}

.OrderIMG {
    width: 88px;
    height: 88px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    padding: 8px;
}

.OrderIMG img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.txtgray {
    color: #5E6278;
}

.OrderTitle {
    font-size: 20px;
    font-weight: 600;
}

.OrderLab {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
}

.OrderTest {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
}

.OrderTest .tblw-120 {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
}

@media(max-width:468px) {
    .PatientContent .col-6 {
        width: 100%;
    }
}

.dropzone.dz-clickable {
    padding: 15px;
    background-color: #caffce;
}

@media(max-width:576px) {
    .PatientNav {
        border-radius: 10px;
        width: 100%;
    }

    .PatientNav ul {
        flex-direction: column;
        width: 100%;
    }

    .PatientNav .nav-link {
        text-align: center;
    }
}

/* PATIENT ZONE */
/* DISTRIBUTOR ZONE */
.DistributorZone {
    padding-top: 60px;
    padding-bottom: 60px;
}

.DistributorZone h3 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}

.DistributorSec {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #E8F3FF;
}

.Distributor {
    padding: 14px;
    border-radius: 10px;
    background-color: #fff;
    border-radius: 150px;
    width: fit-content;
}

.Distributor ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.Distributor .nav-link {
    text-decoration: none;
    font-size: 16px;
    padding: 10px 14px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #ededed;
    border-radius: 150px;
}

.Distributor .nav-link:hover, .Distributor .nav-link:active, .Distributor .nav-link:focus, .Distributor .nav-link.active {
    background-color: var(--cl1);
    color: #fff;
}

@media(max-width:576px) {
    .Distributor {
        border-radius: 10px;
        width: 100%;
    }

    .Distributor ul {
        flex-direction: column;
        width: 100%;
    }

    .Distributor .nav-link {
        text-align: center;
    }
}

/* DISTRIBUTOR ZONE */
/* MODAL */
.modal .form-control::placeholder {
    font-weight: 500;
    color: #7B7B7B;
}

.modal .form-control {
    padding: 12px 10px;
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    background: #F2F2F2;
}

.modal .form-control:hover,
.modal .form-control:focus,
.modal .input-group:hover,
.modal .input-group:focus {
    border-color: var(--cl1);
    box-shadow: none;
}

.form-upload {
    font-size: 14px;
    line-height: 2.5;
}

/* MODAL */
/* AVATAR UPLOAD */
.avatar-upload {
    position: relative;
    max-width: 125px;
    margin-top: 18px;
    margin-bottom: 20px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: -12px;
}

.avatar-upload .avatar-edit input, .avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label, .avatar-upload .avatar-edit input+label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid var(--cl1);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    cursor: pointer;
    font-weight: normal;
    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;
}

.avatar-upload .avatar-edit input+label:hover, .avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
}

.avatar-upload .avatar-edit input+label:after, .avatar-upload .avatar-edit input+label:after {
    content: '';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.avatar-upload .avatar-preview>div, .avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar-upload .avatar-preview {
    width: 130px;
    height: 130px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.avatar-upload {
    position: relative;
    max-width: 140px;
    margin-top: 18px;
    margin-bottom: 20px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: -5px;
    z-index: 1;
    top: -12px;
}

.avatar-edit svg {
    width: 18px;
    height: 18px;
    display: flex;
    color: var(--cl1);
}

/* AVATAR UPLOAD */
/* DISTRIBUTOR PROFILE */
.DistributorProfile {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #F5F6F9;
}

.DistributorProfile h3 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}

.profile-card {
    border: none;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    border-radius: 5px;
}

.DistributorProfile .card {
    border: none;
    padding: 20px;
    border-radius: 8px;
}

.DistributorProfile .profile-main {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    background: var(--sub-title-color);
    overflow: hidden;
}

.DistributorProfile .profile-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* TAB NAV */
.edite-profile-nav .nav-tabs {
    border-bottom: 2px solid #efeff0;
}

.edite-profile-nav .nav-tabs .nav-link {
    border: none;
    color: #7a7d85;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
}

.edite-profile-nav .nav-tabs .nav-item.show .nav-link, .edite-profile-nav .nav-tabs .nav-link.active {
    border-color: var(--cl1);
    color: var(--cl1);
}

/* TAB NAV */
/* DISTRIBUTOR PROFILE */
/* PATIENT PROFILE */
.PTProfile {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #F5F6F9;
}

.PTProfile h3 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}

.profile-card {
    border: none;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    border-radius: 5px;
}

.PTProfile .card {
    border: none;
    padding: 20px;
    border-radius: 8px;
}

.PTProfile .profile-main {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    background: var(--sub-title-color);
    overflow: hidden;
}

.PTProfile .profile-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* PATIENT PROFILE */
.CeaImg {
    padding-top: 40px;
}

/* HOW WORK STEPS */
.HowWrapper {
    margin: 0;
    list-style: none;
    padding: 0;
    --hue: 1;
    --unit: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.HowWorkNum {
    display: none;
    font-size: 34px;
    font-family: "Anton", sans-serif;
    margin-bottom: 12px;
}

.HowWorkIcon {
    width: 78px;
    height: 78px;
    padding: 13px;
    background-color: #fff;
    border: 4px solid var(--cl2);
    border-radius: 100%;
    margin-bottom: 10px;
    margin-left: auto;
}

.HowWorkIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.HowWorkTxt {
    margin: 0;
}

.HowWrapper li {
    --height: 7rem;
    position: relative;
    display: block;
    background-color: #b9ffe9;
    border-color: var(--cl2);
    padding: 1rem;
    border-radius: 10px;
    margin: 2rem 0;
}

.HowWrapper li::before {
    content: "";
    background-color: inherit;
    position: absolute;
    display: block;
    width: var(--unit);
    height: var(--unit);
    top: 100%;
    left: calc(10% - (var(--unit)/2));
}

.HowWrapper li::after {
    content: "";
    position: absolute;
    display: block;
    top: calc(100% + var(--unit));
    left: calc(10% - (var(--unit)));
    border: var(--unit) solid transparent;
    border-top-color: inherit;
}

.HowWrapper li:nth-child(5)::before,
.HowWrapper li:nth-child(5)::after {
    content: none;
}

@media (max-width: 600px) {
    .HowWrapper li {
        margin-top: 0;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .HowWrapper li {
        margin: 1rem;
        width: calc(50% - 2rem);
        float: left;
        min-height: var(--height);
    }

    .HowWrapper li:nth-child(4n+1)::before {
        top: calc(var(--height)/2 + var(--unit)/2);
        left: 100%;
    }

    .HowWrapper li:nth-child(4n+1)::after {
        top: calc(var(--height)/2);
        left: calc(100% + (var(--unit)));
        border: var(--unit) solid transparent;
        border-left-color: inherit;
    }

    .HowWrapper li:nth-child(4n+3)::before {
        top: calc(var(--height)/2 + var(--unit)/2);
        left: -1rem;
    }

    .HowWrapper li:nth-child(4n+3)::after {
        top: calc(var(--height)/2);
        left: -3rem;
        border: var(--unit) solid transparent;
        border-right-color: inherit;
    }

    .HowWrapper {
        justify-content: start;
    }

    .HowWrapper li:nth-child(3) {
        order: 4;
    }

    .HowWrapper li:nth-child(4) {
        order: 3;
    }

    .HowWrapper li:nth-child(5) {
        order: 5;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .HowWrapper li {
        margin: 1rem;
        width: calc(33.33% - 2rem);
        min-height: 7rem;
    }

    .HowWrapper li:nth-child(8n+1)::before, .HowWrapper li:nth-child(8n+2)::before, .HowWrapper li:nth-child(8n+4)::before {
        top: calc(var(--height)/2 + var(--unit)/2);
        left: 100%;
    }

    .HowWrapper li:nth-child(8n+1)::after, .HowWrapper li:nth-child(8n+2)::after, .HowWrapper li:nth-child(8n+4)::after {
        top: calc(var(--height)/2);
        left: calc(100% + (var(--unit)));
        border: var(--unit) solid transparent;
        border-left-color: inherit;
    }

    .HowWrapper li:nth-child(4n+4)::before {
        top: calc(var(--height)/2 + var(--unit)/2);
        left: -1rem;
    }

    .HowWrapper li:nth-child(4n+4)::after {
        top: calc(var(--height)/2);
        left: -3rem;
        border: var(--unit) solid transparent;
        border-right-color: inherit;
    }

    .HowWrapper li:nth-child(4) {
        order: 5;
    }

    .HowWrapper li:nth-child(5) {
        order: 4;
    }
}

@media (min-width: 1200px) {
    .HowWrapper li {
        margin: 1rem;
        flex: 1;
        min-height: 7rem;
    }

    .HowWrapper li:nth-child(8n+1)::before, .HowWrapper li:nth-child(8n+2)::before, .HowWrapper li:nth-child(8n+3)::before, .HowWrapper li:nth-child(8n+4)::before {
        top: calc(var(--height)/2 + var(--unit)/2);
        left: 100%;
    }

    .HowWrapper li:nth-child(8n+1)::after, .HowWrapper li:nth-child(8n+2)::after, .HowWrapper li:nth-child(8n+3)::after, .HowWrapper li:nth-child(8n+4)::after {
        top: calc(var(--height)/2);
        left: calc(100% + (var(--unit)));
        border: var(--unit) solid transparent;
        border-left-color: inherit;
    }
}

@media (min-width: 1199px) and (max-width: 1399px) {
    .HowWrapper {
        --unit: 0.8rem;
    }

    .HowWrapper li {
        margin: 0.8rem;
    }
}

/* HOW WORK STEPS */
/* COMMISSION */
.CMWallet {
    border-radius: 8px;
    border: none;
    background-color: #eef2f5;
    overflow: hidden;
}

.CMSubTtl {
    font-size: 18px;
    font-weight: 500;
    color: #6b6b6b;
}

.CMAmount {
    font-size: 28px;
    font-weight: 700;
    color: var(--cl1);
}

/* COMMISSION */
/* CONSULTANT */
.ConsultantHead {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #E8F3FF;
}

.ConsultantHead h1 {
    font-size: 62px;
    font-weight: 700;
    color: #28447E;
    margin-bottom: 20px;
}

.ConsultantHead p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.ConsultantSchedule {
    background-color: #F5F6F9;
    padding-top: 60px;
    padding-bottom: 60px;
}

.ConsultantSchedule .card {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    border: none;
}

.ConsultDetailAmt {
    font-size: 30px;
    font-weight: 700;
    color: var(--cl1);
    margin-bottom: 8px;
}

.ConsultDetailTtl {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

.ConsultDetailTxt {
    font-size: 18px;
    margin-bottom: 30px;
}

.ConsultDetailImg {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.ConsultDetailImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Consultantmain {
    padding-top: 60px;
    padding-bottom: 60px;
}

.Consult {
    padding: 4px;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
}

.ConsultThumb {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    background-color: #ffffff;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}

.ConsultThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ConsultTitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 24px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
}

.ConsultPrice {
    font-size: 24px;
    font-weight: 800;
    color: var(--cl1);
}

.ConsultFooter {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}

/* FLATPICKR */
.flatpickr-day {
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
    content: none;
}

.flatpickr-calendar {
    border: 0;
    border-radius: 0;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    background-color: #ffffff;
    border-radius: 0.475rem;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    border: 0 !important;
    background-color: #ffffff;
    font-size: 1rem;
    color: #5E6278;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    margin-right: 0.5rem;
    outline: none !important;
    border-radius: 0.475rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.flatpickr-current-month input.cur-year {
    color: #5E6278;
    font-size: 1rem;
    font-weight: 500;
    outline: 0 !important;
}

.flatpickr-day.today {
    border-radius: 6px;
    color: #ffffff;
    background: var(--cl2);
    border-color: var(--cl2);
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
    background: var(--cl2);
    border-color: var(--cl2);
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: var(--cl1);
    border-color: var(--cl1);
    border-radius: 6px;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #d8feec;
    border-color: #d8feec;
    border-radius: 6px;
}

/* FLATPICKR */
.DoctorCharges {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 8px;
    margin-top: 10px;
}

.DoctorChargesttl {
    font-size: 18px;
    font-weight: 600;
}

.DoctorChargesAmt {
    font-size: 24px;
    font-weight: 800;
    color: var(--cl1);
}

/* CONSULTANT */
/* SHOP */
.ShopMain {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #E8F3FF;
}

.ShopMain h1 {
    font-size: 62px;
    font-weight: 700;
    color: #28447E;
}

.ShopProducts {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ShopCard {
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
    background: #fff;
    border: 2px solid #cacaca;
}

.ShopCardThumb {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    background-color: #f2f2f2;
    margin-bottom: 12px;
    position: relative;
}

.ShopCardThumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ShopCardTitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 24px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
}

.ShopCardPrice {
    font-size: 24px;
    font-weight: 800;
    color: var(--cl1);
}

.ShopCardFooter {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}

/* PAGINATION */
.pagination-custom .page-item.active .page-link {
    background-color: var(--cl1) !important;
    color: #fff;
    border-color: var(--cl1) !important;
}

.pagination-custom .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.475rem;
    height: 2.20rem;
    min-width: 2.20rem;
    font-weight: 500;
    font-size: 1rem;
    border: none;
    margin-right: 6px;
    color: #5e6278;
    background-color: #f1f1f1;
}

.pagination-custom .page-link:focus, .pagination-custom .page-link:hover {
    box-shadow: none;
    background-color: var(--cl2) !important;
    color: #fff;
    border-color: var(--cl2) !important;
}

.pagination-custom .page-item.disabled .page-link {
    color: #cacaca;
}

.pagination-custom .page-icon>svg {
    height: 0.875rem;
    width: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-custom .page-item:last-child .page-link {
    border-top-right-radius: 0.475rem;
    border-bottom-right-radius: 0.475rem;
}

.pagination-custom .page-item:first-child .page-link {
    border-top-left-radius: 0.475rem;
    border-bottom-left-radius: 0.475rem;
}

/* PAGINATION */
/* SEARCH */
.Searchwrapper-inner {
    max-width: 300px;
}

.Searchwrapper .form-control:hover, .Searchwrapper .form-control:focus, .Searchwrapper .form-control:active {
    border-color: #F2F2F2;
}

.Searchwrapper .rounded {
    border-radius: 4px !important;
}

/* SEARCH */
/* SHOP */

/* For the image 2 in test detail page */
@media (max-width: 767px) {
    .ProductBnr-img {
        height: 280px;
    }
}

@media (max-width: 576px) {
    .ProductBnr-img {
        height: 200px;
    }
}

/* For the image 2 in test detail page over */

/* For the Ck editor content */
.text-tiny {
    font-size: .7em;
}

.text-small {
    font-size: .85em;
}

.text-big {
    font-size: 1.4em;
}

.text-huge {
    font-size: 1.8em;
}

/* For the Ck editor content over */