* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    direction: rtl;
    overflow-x: hidden !important;
    font-family: "Sahel";
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: #FDFDFC;
}

ul {
    list-style: none;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    width: 100%;
}

del {
    margin-top: -1rem;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

@font-face {
    font-family: "Sahel";
    src: url("/front/fonts/sahel/Sahel-FD.eot");
    /* IE9 Compat Modes */
    src: url("/front/fonts/sahel/Sahel-FD.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("/front/fonts/sahel/Sahel-FD.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("/front/fonts/sahel/Sahel-FD.woff") format("woff"),
        /* Modern Browsers */
        url("/front/fonts/sahel/Sahel-FD.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Sahel-semiBold";
    src: url("/front/fonts/sahel/Sahel-SemiBold-FD.eot");
    /* IE9 Compat Modes */
    src: url("/front/fonts/sahel/Sahel-SemiBold-FD.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("/front/fonts/sahel/Sahel-SemiBold-FD.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("/front/fonts/sahel/Sahel-SemiBold-FD.woff") format("woff"),
        /* Modern Browsers */
        url("/front/fonts/sahel/Sahel-SemiBold-FD.woff2") format("woff2");
    /* Modern Browsers */
}

@font-face {
    font-family: "Sahel-bold";
    src: url("/front/fonts/sahel/Sahel-Bold-FD.eot");
    /* IE9 Compat Modes */
    src: url("/front/fonts/sahel/Sahel-Bold-FD.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("/front/fonts/sahel/Sahel-Bold-FD.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("/front/fonts/sahel/Sahel-Bold-FD.woff") format("woff"),
        /* Modern Browsers */
        url("/front/fonts/sahel/Sahel-Bold-FD.woff2") format("woff2");
    /* Modern Browsers */
}

@font-face {
    font-family: "Sahel-bolder";
    src: url("/front/fonts/sahel/Sahel-Black-FD.eot");
    /* IE9 Compat Modes */
    src: url("/front/fonts/sahel/Sahel-Black-FD.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("/front/fonts/sahel/Sahel-Black-FD.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("/front/fonts/sahel/Sahel-Black-FD.woff") format("woff"),
        /* Modern Browsers */
        url("/front/fonts/sahel/Sahel-Black-FD.woff2") format("woff2");
    /* Modern Browsers */
}


:root {
    --blue-color: #283583;
    --mid-blue-color: #515498;
    --mid-blue-color2: #7673AC;
    --light-blue-color: #58C2EA;
    --nokia-blue-color: #DBD9E9;
    --white-color: #ffffff;
    --red-color: #ff0000;
    --orange-color: #F7AE00;
    --orange-light-color: #FFE7B9;
    --light-brown-color: #665842;
    --brown-color: #4E3C18;
    --olive-color: #A0781D;
    --gray-color: #D2CCC3;
}

.clear,
.clearfix {
    clear: both;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

ul {
    list-style: none;
    padding: 0;
}

.font-bold {
    font-family: 'Sahel-bold';
}

.font-bolder {
    font-family: 'Sahel-bolder';
}

.show--inline {
    display: block;
}

.hide {
    display: none;
}

@media screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        color: var(--blue-color);
    }

    .navbar-mobile,
    .form-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {

    .navbar-wide,
    .form-wide {
        display: none !important;
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: -0.02em;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    font-weight: 900;
}

.navbar-brand .logo {
    max-width: 250px;
}

.color-white {
    color: var(--white-color) !important;
}

.color-blue {
    color: var(--blue-color) !important;
}

.color-mid-blue {
    color: var(--mid-blue-color) !important;
}

.color-mid-blue2 {
    color: var(--mid-blue-color2) !important;
}

.color-light-blue {
    color: var(--light-blue-color) !important;
}

.color-nokia-blue {
    color: var(--nokia-blue-color);
}

.color-orange {
    color: var(--orange-color) !important;
}

.color-brown {
    color: var(--brown-color) !important;
}

.color-olive {
    color: var(--olive-color);
}

.color-brown-light {
    color: var(--light-brown-color) !important;
}

.color-red {
    color: var(--red-color) !important;
}

.btn-outline-blue {
    --bs-btn-color: var(--blue-color);
    --bs-btn-border-color: var(--blue-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--blue-color);
    --bs-btn-hover-border-color: var(--blue-color);
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--blue-color);
    --bs-btn-active-border-color: var(--blue-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--blue-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--blue-color);
    --bs-gradient: none;
    border-width: 2px;
}

.btn-fill-blue {
    --bs-btn-color: var(--white-color);
    --bs-btn-bg: var(--blue-color);
    --bs-btn-border-color: var(--blue-color);
    --bs-btn-hover-color: var(--white-color);
    --bs-btn-hover-bg: var(--blue-color);
    --bs-btn-hover-border-color: var(--blue-color);
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: var(--white-color);
    --bs-btn-active-bg: var(--blue-color);
    --bs-btn-active-border-color: var(--blue-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--blue-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--blue-color);
    --bs-gradient: none;
}

.btn-blue {
    --bs-btn-color: var(--blue-color);
    --bs-btn-border-color: none;
    --bs-btn-hover-border-color: none;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: var(--blue-color);
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--blue-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: none;
    --bs-gradient: none;
}

.btn-outline-orange {
    --bs-btn-color: var(--orange-color);
    --bs-btn-border-color: var(--orange-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--orange-color);
    --bs-btn-hover-border-color: var(--orange-color);
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--orange-color);
    --bs-btn-active-border-color: var(--orange-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--orange-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--orange-color);
    --bs-gradient: none
}

.btn-fill-orange {
    --bs-btn-color: var(--white-color);
    --bs-btn-bg: var(--orange-color);
    --bs-btn-border-color: var(--orange-color);
    --bs-btn-hover-color: var(--white-color);
    --bs-btn-hover-bg: var(--orange-color);
    --bs-btn-hover-border-color: var(--orange-color);
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: var(--white-color);
    --bs-btn-active-bg: var(--orange-color);
    --bs-btn-active-border-color: var(--orange-color);
    box-shadow: 0px 0px 75px #FFE7B9, 0px 12px 25px #D2CCC3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--orange-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--orange-color);
    --bs-gradient: none
}

.btn-fill-orange-light {
    --bs-btn-color: var(--light-brown-color);
    --bs-btn-bg: var(--orange-light-color);
    --bs-btn-border-color: var(--orange-light-color);
    --bs-btn-hover-color: var(--white-color);
    --bs-btn-hover-bg: var(--orange-color);
    --bs-btn-hover-border-color: var(--orange-color);
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: var(--white-color);
    --bs-btn-active-bg: var(--orange-color);
    --bs-btn-active-border-color: var(--orange-color);
    box-shadow: none;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--orange-light-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--orange-light-color);
    --bs-gradient: none
}

.btn-fill-nokia-blue {
    --bs-btn-color: var(--blue-color);
    --bs-btn-bg: var(--nokia-blue-color);
    --bs-btn-border-color: var(--nokia-blue-color);
    --bs-btn-hover-color: var(--blue-color);
    --bs-btn-hover-bg: var(--nokia-blue-color);
    --bs-btn-hover-border-color: var(--nokia-blue-color);
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: var(--blue-color);
    --bs-btn-active-bg: var(--nokia-blue-color);
    --bs-btn-active-border-color: var(--nokia-blue-color);
    box-shadow: 0px 0px 75px #FFE7B9, 0px 12px 25px #D2CCC3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--nokia-blue-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--nokia-blue-color);
    --bs-gradient: none
}

.btn-outline-disabled {
    --bs-btn-color: var(--gray-color);
    --bs-btn-border-color: var(--gray-color);
    --bs-btn-hover-color: var(--gray-color);
    --bs-btn-hover-bg: var(--white-color);
    --bs-btn-hover-border-color: var(--gray-color);
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: var(--gray-color);
    --bs-btn-active-bg: var(--white-color);
    --bs-btn-active-border-color: var(--gray-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--gray-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--gray-color);
    --bs-gradient: none
}

.btn-fill-disabled {
    --bs-btn-color: var(--white-color);
    --bs-btn-bg: var(--gray-color);
    --bs-btn-border-color: var(--gray-color);
    --bs-btn-hover-color: var(--white-color);
    --bs-btn-hover-bg: var(--gray-color);
    --bs-btn-hover-border-color: var(--gray-color);
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: var(--white-color);
    --bs-btn-active-bg: var(--gray-color);
    --bs-btn-active-border-color: var(--gray-color);
    --bs-btn-disabled-color: var(--white-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--gray-color);
    --bs-gradient: none
}

.btn {
    height: 48px;
    /* font-family: 'Sahel-bold'; */
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* font-size: 0.9em; */
}

.nav-menu .btn {
    line-height: 1.9;
    display: inline-flex !important;
    align-items: center;
}

.btn-strong {
    font-size: 1.1em;
    font-weight: 900;
}

.button {
    display: inline-flex;
    height: 100%;
    /* padding: 0 !important; */
    /* background: #009578; */
    border: none;
    outline: none;
    border-radius: 5px;
    overflow: hidden;
    font-size: 0.9em;
    font-weight: 900;
    cursor: pointer;
}

.button.btn-transparent {
    background: transparent;
}

.button:not(.btn-transparent):hover {
    /* background: #008168; */

}

.button:not(.btn-transparent):active {
    /* background: #006e58; */
}

.button__text,
.button__icon {
    display: inline-flex;
    align-items: center;
    padding: 0 24px;
    color: #fff;
    height: 100%;
}

.button__icon {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.button__icon svg {
    width: 60%;
}

.button-text,
.button-icon {
    display: inline-flex;
    align-items: center;
}

.button-text {
    height: 100%;
    margin-left: 20px;
}

.button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 4px;
    padding: 0 12px;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 0;
    transform: translate(3px, -50%);
}

.btn-transparent .button__text,
.btn-transparent .button__icon {
    padding: 0 10px;
}

.btn-transparent .button__icon {
    padding: 0 16px;
}

.btn-transparent .button__icon {
    background: #DBD9E9;
    border-radius: 8px;
}

.btn-fill-blue .button__icon {
    background: #F8F7FB;
    border-radius: 4px;
    padding: 0 15px;
}

.button-icon.gray {
    background: #F8F7FB;
}

.btn-anchor {
    width: 50px !important;
    height: 50px !important;
    font-size: 1.4em;
    color: var(--orange-color);
    box-shadow: 0px 20px 40px 10px #EDE9E3;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 6rem;
    z-index: 999;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-animation: arrow-hint 2s infinite;
    animation: arrow-hint 2s infinite;
    border: none;
}

.btn-anchor.to-top svg {
    transform: rotate(180deg);
}

.btn-anchor:hover {
    border: none;
}

@media screen and (max-width: 567px) {
    .btn-anchor {
        bottom: 2rem;
    }

    .about-section {
        padding-bottom: 0.5em !important;
    }

    .card__wrap--inner {
        width: 100%;
    }
}

.btn-call i {
    width: 38px;
    height: 100%;
    padding: 8px 0;
    background: #DBD9E9;
    border-radius: 8px;
}

.btn-register i {
    position: relative;
    left: -22px;
    width: 36px;
    height: 100%;
    padding: 8px 0;
    background: #F8F7FB;
    border-radius: 4px;
    color: var(--blue-color);
}

.btn-icon-text {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-icon-text i {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}

.pb-10 {
    padding-bottom: 10rem !important;
}

.container {
    padding-left: calc(var(--bs-gutter-x) * .8);
    padding-right: calc(var(--bs-gutter-x) * .8);
}

.form-control,
.form-select {
    font-family: 'Sahel';
    font-size: 24px;
    color: var(--tertiary-tone-n4) !important;
}

.form-select option[disabled] {
    color: var(--bs-body-color);
}

.clockpicker-tick {
    font-family: 'Sahel';
}

.clockpicker-popover .popover-title {
    font-family: 'Sahel';
    direction: ltr;
}

.root-container {
    position: relative;
    overflow-x: hidden;
}

.root-container.bg-lines:before {
    content: " ";
    position: absolute;
    width: 100%;
    min-height: 500px;
    background-image: url(/front/images/linegroup.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-smile:not(.fixed) {
    /* content: " "; */
    /* position: absolute; */
    /* width: 100vw; */
    min-height: 12rem;
    background-image: url(/front/images/bg-smile-small.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

@media screen and (min-width: 400px) {
    .bg-smile:not(.fixed) {
        min-height: 13rem;
    }
}

@media screen and (min-width: 440px) {
    .bg-smile:not(.fixed) {
        min-height: 15rem;
    }
}

@media screen and (min-width: 576px) {
    .bg-smile:not(.fixed) {
        min-height: 18rem;
    }
}

.bg-linegroup {
    position: relative;
}

.bg-linegroup:before {
    content: " ";
    position: absolute;
    width: calc(100% + 3.3rem);
    min-height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
}

.bg-linegroup-2:before {
    background-image: url(/front/images/linegroup-2.svg);
    bottom: 34rem;
}

.bg-linegroup-3:before {
    background-image: url(/front/images/linegroup-3.svg);
    min-height: 800px;
}

@media screen and (max-width: 768px) {
    .root-container.bg-lines:before {
        background-image: url(/front/images/linegroup-small.svg);
        min-height: 450px;
        background-size: cover;
    }

    .bg-linegroup-2:before {
        background-image: url(/front/images/linegroup-2-small.svg);
        bottom: 50rem;
    }

    .bg-linegroup-3:before {
        width: 100%;
        background-image: url(/front/images/linegroup-2-small.svg);
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.blue-text {
    color: var(--blue-color);
}

.fluid-animate {
    animation: fluid 3s infinite;
}

.crosshatch.blue {
    /* background: linear-gradient(112deg, #DBD9E9 5%, #fff 5%, #fff 45%, #DBD9E9 45%, #DBD9E9 55%, #fff 55%, #fff 95%, #DBD9E9 95%); */
}

.crosshatch.blue::before {
    background: url(/front/images/line-group-blue.svg);
}

.crosshatch.orange {
    /* background: linear-gradient(112deg, #FFE7B9 5%, #fff 5%, #fff 45%, #FFE7B9 45%, #FFE7B9 55%, #fff 55%, #fff 95%, #FFE7B9 95%); */
}

.crosshatch.orange:before {
    background: url(/front/images/line-group-orange.svg);
}

.crosshatch {
    position: relative;
    width: fit-content;
    /* font-size: 1.1em; */
    background-size: 12px 70px !important;
    background-position: 50px 50px !important;
    padding: 0 8px;
    z-index: 1;
}

.crosshatch::before {
    position: absolute;
    width: 100%;
    content: '';
    background-position: 0 0;
    display: inline-block;
    height: 40px;
    transform: skewX(0deg) translate(-50%, -50%);
    z-index: -1;
    top: 50%;
    left: 50%;
    letter-spacing: -40px;
}

.form-footer-text {
    color: #78591C;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.heading-title {
    /* font-weight: 700; */
    /* font-size: 2.2em; */
    /* line-height: 1.5; */
    /* text-align: right; */
    /* letter-spacing: -0.02em; */
    color: var(--blue-color);
}

.province-label .title {
    /* font-weight: 500; */
    /* font-size: 24px; */
    letter-spacing: -0.02em;
    color: var(--red-color);
    /* background: linear-gradient(112deg, #FFE7B9 5%, #fff 5%, #fff 45%, #FFE7B9 45%, #FFE7B9 55%, #fff 55%, #fff 95%, #FFE7B9 95%); */
    /* background-size: 14px 60px; */
    /* background-position: 50px 50px; */
}

.province-label .value {
    /* font-weight: 900; */
    /* font-size: 20px; */
    letter-spacing: -0.02em;
    color: var(--orange-color);
}

.map svg a:hover path {
    /* transform: scale(1.2); */
}

.dentist-card {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 50px 25px #F1F0F6;
    border-radius: 16px;
    padding: 60px 31px 42px;
}

.dentist-card .image {
    position: relative;
}

.dentist-card .image.spin {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

.dentist-card .image.spin:hover img {
    transform: scale(1.3);
}

.dentist-card .image img {
    max-width: 100%;
    display: inline-block;
    width: 178px;
    /* height: 178px; */
    aspect-ratio: 1;
    transition: all .4s ease-in-out;
    /* background: teal; */
    /* background-image: url(/front/images/doctor.png); */
    background-size: contain;
    -webkit-clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
    clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
}

.image.about img {
    width: 178px;
}

.sign img {
    width: 85px;
}

.image.about::after {
    display: none !important;
}

.image.about::before {
    width: calc(100% + 3em) !important;
    height: calc(100% + 3em) !important;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .dentist-card .image img {
        width: auto;
        height: auto;
    }
}

.dentist-card .image::before,
.dentist-card .image::after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain !important;
}

.dentist-card .image.spin::before,
.dentist-card .image.spin::after {
    top: unset;
    left: unset;
    transform: unset;
}

.dentist-card .image.spin::before,
.dentist-card .image.spin::after {
    animation-name: spin;
    animation-duration: 50000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.dentist-card .image.spin:hover::after,
.dentist-card .image.spin:hover::before {
    animation-name: unset;
}

.dentist-card .image::before {
    background: url(/front/images/inner-hexagon.png) center center no-repeat;
    width: calc(100% + 1em);
    height: calc(100% + 1em);
}

.dentist-card .image::after {
    background: url(/front/images/outer-hexagon.svg) center center no-repeat;
    width: calc(100% + 4.5em);
    height: calc(100% + 4.5em);
}

.dentist-card .title h1 {
    /* font-weight: 600; */
    /* font-size: 24px; */
    letter-spacing: -0.02em;
    color: var(--blue-color);
    margin-top: 0px;
}

.dentist-card .title h2 {
    /* font-weight: 400; */
    /* font-size: 18px; */
    letter-spacing: -0.02em;
    color: var(--light-blue-color);
}

.dentist-card .price .main-price {
    /* font-weight: 400; */
    /* font-size: 18px; */
    letter-spacing: -0.02em;
    color: var(--blue-color);
    background: linear-gradient(112deg, #DBD9E9 5%, #fff 5%, #fff 45%, #DBD9E9 45%, #DBD9E9 55%, #fff 55%, #fff 95%, #DBD9E9 95%);
    background-size: 12px 70px;
    background-position: 50px 50px;
}

.dentist-card .price .off-price {
    color: var(--red-color);
    font-weight: 400;
    font-size: 18px;
}

.dentist-card .price .off-price .value {
    /* font-weight: 600; */
    /* font-size: 30px; */
}

.dentist-card .details {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: var(--blue-color);
}

.dentist-card .details .strong {
    font-weight: 700;
}

.dentist-card .rate {
    font-weight: 300;
    font-size: 24px;
    letter-spacing: -0.02em;
}

.dentist-card .rate.low {
    color: var(--secondary-tone-n2);
}


.dentist-card .rate.mid {
    color: var(--secondary-tone-n5);
}


.dentist-card .rate.high {
    color: var(--orange-color);
}

.dentist-card .rate .title {
    color: var(--blue-color);
}

.dentist-card .rate .value,
.dentist-card .rate i {
    font-weight: 700;
}

.dentist-card .rate.low .value,
.dentist-card .rate.low i,
.dentist-card .rate.low svg {
    color: #B7AFA3;
}

.dentist-card .rate.mid .value,
.dentist-card .rate.mid i {
    color: #817562;
}

.dentist-card .rate.high .value,
.dentist-card .rate.high i {
    color: var(--orange-color);
}

.single-card .title h1 {}

.single-card .title h2 {
    color: var(--blue-color);
}

.single-card .details {
    color: var(--light-blue-color);
}

.doctor-2 {
    position: relative;
}

.doctor-carousel .owl-stage-outer {
    border-radius: 16px;
    box-shadow: 0px 0px 50px 25px #F1F0F6;
}

.doctor-2 .owl-stage-outer {
    box-shadow: none;
}

.doctor-2 .dentist-card {
    box-shadow: 0px 0px 50px 25px #F4F2EE !important;
}

.doctor-carousel .dentist-card {
    box-shadow: none;
}

.doctor-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}

@media screen and (min-width: 768px) {
    .doctor-carousel .owl-nav {
        justify-content: flex-start;
    }
}

.doctor-carousel .owl-nav .owl-next,
.doctor-carousel .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    background: #FFE7B9;
    border-radius: 8px;
}

.doctor-carousel .owl-nav .owl-next:hover,
.doctor-carousel .owl-nav .owl-prev:hover {
    background: #FFE7B9;
}

.doctor-carousel .owl-nav .owl-next button,
.doctor-carousel .owl-nav .owl-prev button {
    border: none;
}

.doctor-carousel .owl-nav .owl-next {
    margin-left: 8px;
}

.doctor-carousel .owl-nav .owl-prev {
    margin-right: 8px;
}

.doctor-carousel .owl-nav .owl-next i,
.doctor-carousel .owl-nav .owl-prev i {
    color: #F6AE00;
    font-size: 1.5em;
    margin-top: 4px;
    margin-right: 3px;
}

.plan-carousel .owl-stage-outer,
.plan-carousel .owl-stage {
    background-color: transparent;
    box-shadow: none;
}

@media screen and (min-width: 1366px) {
    .doctor-2 .owl-nav {
        display: flex;
        align-items: center;
        position: absolute;
        width: 110%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .doctor-2 .owl-nav .owl-next {
        margin-left: auto;
    }

    .doctor-2 .owl-nav .owl-prev {
        margin-right: auto;
    }
}

.search-box {
    width: 100%;
    background: #FAF8F7;
    padding: 3em 0em;
}

.search-box .form-control:focus {
    box-shadow: none;
}

.bimident-box {
    /* padding: 1.5em 2em; */
    position: relative;
    z-index: 1;
}

.rounded-box {
    width: 100%;
    background: #FAF8F7;
}

@media screen and (min-width: 992px) {

    .search-box {
        border-radius: 48px 48px 16px 16px;
        padding: 3em 6em;
    }

    .bimident-box {
        /* padding: 1em 6em; */
    }

    .rounded-section {
        border-radius: 48px 48px 16px 16px;
    }

    .rounded-box {
        border-radius: 48px 48px 16px 16px;
    }

}

.search-box .input-group {
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 20px 30px -5px #F1EDE9;
    border-radius: 12px;
    /* padding-left: 5px; */
}

.search-box .input-group input,
.search-box .input-group .input-group-text {
    border: none;
}

.search-box .input-group input {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.search-box .input-group .input-group-text {
    margin: 5px;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
    border-radius: 8px !important;
    background-color: var(--orange-color);
    color: var(--white-color);
}

.search-box .input-group span {
    cursor: pointer;
}

.search-box .input-group span:hover i {
    transform: scale(1.2);
    transition: ease 0.3s;
}

.search-box select {
    width: 100%;
}

.section-title {
    /* font-weight: 600; */
    /* font-size: 2em; */
    text-align: right;
    letter-spacing: -0.02em;
    color: var(--blue-color);
}

.section-subtitle {
    width: fit-content;
    font-weight: 600;
    font-size: 1em;
    text-align: right;
    letter-spacing: -0.02em;
    color: #4E3C18;
    background: linear-gradient(112deg, #FFE7B9 5%, #fff 5%, #fff 45%, #FFE7B9 45%, #FFE7B9 55%, #fff 55%, #fff 95%, #FFE7B9 95%);
    background-size: 14px 60px;
    background-position: 50px 50px
}

.fill-gray .section-subtitle {

    background: linear-gradient(112deg, #FFE7B9 5%, transparent 5%, transparent 45%, #FFE7B9 45%, #FFE7B9 55%, transparent 55%, transparent 95%, #FFE7B9 95%);
    background-size: 14px 60px;
    background-position: 50px 50px
}

.fill-gray {
    background-color: #FAF8F7;
}

.smile img {
    /* max-width: 100%; */
    /* margin-top: -50px; */
    /* margin-bottom: 70px; */
}

.smile2 img {
    max-width: 100%;
    margin-top: -50px;
    margin-bottom: -64px;
}

.smile2 img:last-child {
    margin-bottom: 0;
}

.wave {
    position: relative;
    padding-bottom: 21em;
}

.wave2 {
    position: relative;
    padding-bottom: 21em;
}

.wave3 {
    position: relative;
    padding-bottom: 21em;
}

.wave::after {
    content: '';
    position: absolute;
    width: 100%;
    background-image: url(/front/images/subtract.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    aspect-ratio: 960/300;
    /* top: 100%; */
}

.wave2::after {
    content: '';
    position: absolute;
    width: 100%;
    background-image: url(/front/images/subtract2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    aspect-ratio: 960/300;
    /* top: 100%; */
}

.wave3::after {
    content: '';
    position: absolute;
    width: 100%;
    background-image: url(/front/images/subtract3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    aspect-ratio: 960/300;
    /* top: 100%; */
}

.about-section {
    padding: 2rem 1rem 2rem 1rem;
    /* text-align: center; */
    position: relative;
    /* background: url(/front/images/Union.svg) no-repeat;
    background-size: contain; */
}

.about-section .subtitle {
    width: fit-content;
    /* font-weight: 600; */
    /* font-size: 1.2em; */
    letter-spacing: -0.02em;
    color: var(--blue-color);
    /* background: linear-gradient(112deg, #DBD9E9 5%, #fff 5%, #fff 45%, #DBD9E9 45%, #DBD9E9 55%, #fff 55%, #fff 95%, #DBD9E9 95%); */
    /* background-size: 12px 70px; */
    /* background-position: 50px 50px; */
    text-align: right;
}

.about-section .title {
    /* font-weight: 900; */
    /* font-size: 2em; */
    letter-spacing: -0.02em;
    color: var(--blue-color);
    text-align: right;
}

.about-items .about-item {
    gap: 12px;
}

.about-items .about-item .text {
    text-align: right;
}

.about-items .about-item .item-title {
    /* font-size: 1.2em; */
    letter-spacing: -0.02em;
    color: var(--blue-color);
}

.about-items .about-item .item-text {
    /* font-size: 1em; */
    letter-spacing: -0.02em;
    color: #665842;
}

.about-items .about-item span i {
    color: var(--light-blue-color);
    font-size: 30px;
}

.about-section .about-image {
    position: relative;
}

.about-section .about-image::before,
.about-section .about-image::after {
    content: '';
    position: absolute;
    background-size: contain !important;
}

.about-section .about-image::before {
    background: url(/front/images/cloud-1.png) no-repeat;
    width: 80px;
    height: 70px;
    top: 0px;
    right: -20px;
}

.about-section .about-image::after {
    background: url(/front/images/cloud-rain.png) no-repeat;
    width: 50px;
    height: 50px;
    bottom: -60px;
    right: -48px;
}

@media screen and (max-width: 576px) {
    .about-section .about-image::before {
        top: -6px;
        right: -20px
    }

    .about-section .about-image::after {
        bottom: -60px;
        right: 0;
    }
}

.about-section .box {
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    grid-row: auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.about-section .box .cell-item {
    display: flex;
    /* align-items:center; */
    /* justify-content:center; */
}

.about-section .box .cell-item.item1 {
    align-items: end;
    width: 90%;
    margin-right: auto;
    margin-left: 4px;
    margin-bottom: 4px;
}

.about-section .box::before,
.about-section .box::after {
    position: absolute;
    content: '';
    background-size: contain !important;
}

.about-section .box::before {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background-color: #F7AE00;
    top: 60%;
    left: 56%;
    transform: translate(-50%, -60%);
}

.about-section .box::after {
    background: url(/front/images/cloud-2.png) no-repeat;
    width: 80px;
    height: 70px;
    left: 0;
    bottom: 20%;
    transform: translate(0px, -20%);
}

.about-section .box .cell-item.item2 {
    align-items: end;
    width: 90%;
    margin-left: auto;
    margin-right: 4px;
    margin-bottom: 4px;
}

.about-section .box .cell-item.item3 {
    align-items: start;
    width: 80%;
    margin-right: auto;
    margin-left: 4px;
    margin-top: 4px;
}

.about-section .box .cell-item.item4 {
    position: relative;
    width: 60%;
    height: 120%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
    border: 2px solid #9692C0;
    border-radius: 20px 54px 54px 20px;
}

.about-section .box .cell-item.item4::before {
    position: absolute;
    content: '';
    background: #E9E8F2;
    border-radius: 20px 54px 54px 20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: -8px;
    right: -8px;
}

.about-section .box img {
    max-width: 100%;
}


.about-section .box .cell-item.item4 .number {
    direction: ltr;
    /* font-size: 2em; */
    /* font-weight: 700; */
    color: #7673AC;
}

.about-section .box .cell-item.item4 .text {
    /* font-size: 1em; */
    /* font-weight: 600; */
    color: var(--blue-color);
}

.footer.gray {
    background-color: #FAF8F7;
}

.footer .contact-info {
    display: grid;
    grid-template-columns: 25% 25% 25%;
    row-gap: 32px;
    column-gap: 0;
}

.footer .contact-info .icon {
    position: relative;
    width: 80px;
    height: 80px;
    background: var(--orange-color);
    border-radius: 50px 50px 50px 0px;
}

.footer .contact-info .icon.circle {
    border-radius: 100%;
}

.footer .contact-info .icon::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    left: 6px;
    bottom: 6px;
    border: 2px solid #CB9821;
    border-radius: 50px 50px 50px 0px;
}

.footer .contact-info .icon.circle::before {
    border-radius: 100%;
}

.footer .contact-info .icon {
    grid-row: span 2;
    align-self: center;
}

.footer .contact-info .title,
.footer .contact-info .text {
    grid-column: 2 / 4;
}

.footer .contact-info .title {
    font-size: 1em;
    color: var(--orange-color);
}

.footer .contact-info .text {
    font-size: 1.2em;
    color: var(--blue-color);
}






.footer .contact-footer .contact-item {
    position: relative;
}

.footer .contact-footer .contact-item .icon {
    position: relative;
    width: 80px;
    height: 80px;
    background: var(--orange-color);
}

.footer .contact-footer .contact-item .icon.drop {
    border-radius: 50px 50px 50px 0px;
}

.footer .contact-footer .icon.circle {
    border-radius: 100%;
}

.footer .contact-footer .contact-item .icon::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    left: 6px;
    bottom: 6px;
    border: 2px solid #CB9821;
}

.footer .contact-footer .contact-item .icon.drop::before {
    border-radius: 50px 50px 50px 0px;
}

.footer .contact-footer .contact-item .icon.circle::before {
    border-radius: 100%;
}

.footer .contact-footer .contact-item .content .title {
    font-size: 1em;
    color: var(--orange-color);
}

.footer .contact-footer .contact-item .content .text {
    font-size: 1.2em;
    color: var(--blue-color);
}

.footer .form-comment .title,
.about-footer .title {
    width: fit-content;
    /* font-size: 1.2em; */
    /* font-weight: 900; */
    color: var(--blue-color);
    /* background: linear-gradient(112deg, #DBD9E9 5%, #fff 5%, #fff 45%, #DBD9E9 45%, #DBD9E9 55%, #fff 55%, #fff 95%, #DBD9E9 95%); */
    /* background-size: 12px 70px; */
    /* background-position: 50px 50px; */
}

.form .form-control,
.form .form-select {
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 20px 30px -5px #F1EDE9;
    border-radius: 12px;
    padding: 25px 50px;
    border: none;
}

.form .form-select {
    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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position-y: center;
    background-position-x: 6px;
    padding: 0 50px;
}

.form-control.search:focus {
    box-shadow: none;
}

input::placeholder,
input::placeholder,
input::-ms-input-placeholder,
input::-ms-input-placeholder,
input::-moz-placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder {
    color: #D2CCC3;
}

.form .form-control:autofill,
.form .form-control:focus:autofill {
    /* border: 3px solid darkorange; */
    background-color: #FFFFFF !important;
    box-shadow: 0px 20px 30px -5px #F1EDE9;
}

.form .form-control:-webkit-autofill,
.form .form-control:focus:-webkit-autofill {
    /* border: 3px solid darkorange; */
    background-color: #FFFFFF !important;
    box-shadow: 0px 20px 30px -5px #F1EDE9;
}

.form textarea {
    min-height: 145px;
}

@media screen and (min-width: 576px) {
    .form textarea {
        min-height: 350px;
    }

    .search-box {
        padding: 3em 2em;
    }
}

.check_button {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* padding-right: 3.125rem; */
}

/* Hide the browser's default radio button */
.check_button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #808080;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

.check_button input[type="checkbox"]~.checkmark {
    border-radius: 8px;
    margin-right: 1rem;
}

/* On mouse-over, add a grey background color */
.check_button:hover input~.checkmark {
    border: 1px solid #696969;
}

.check_button:hover input:disabled~.checkmark {
    border: 1px solid #CCCCCC;
}

/* When the radio button is checked, add a blue background */
.check_button input:checked~.checkmark {
    background-color: #283583;
    border: 1px solid #808080;
}

.check_button:hover input:checked~.checkmark {
    background-color: #27316A;
    border: 1px solid #696969;
}

.check_button:hover input:checked:disabled~.checkmark,
.check_button input:checked:disabled~.checkmark {
    background-color: #9692C0;
    border: 1px solid #CCCCCC;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after,
.checkmark .icon {
    content: "";
    position: absolute;
    display: none;
}

.checkmark .icon {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Show the indicator (dot/circle) when checked */
.check_button input:checked~.checkmark:after,
.check_button input:checked~.checkmark .icon {
    display: block;
}

/* Style the indicator (dot/circle) */
.check_button .checkmark:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid white;
}

.check_button input[type="checkbox"]~.checkmark:after {
    border-radius: 8px;
}

.check_button .text {
    color: var(--secondary-tone-n2);
    font-size: var(--caption1);
    font-family: var(--font-family1);
}

.check_button input:checked~.text {
    color: var(--secondary-tone-n7);
}

.check_button .symbol {
    max-width: 48px;
}

.btn_checked {
    background-color: var(--primary-tone-5_5) !important;
    border: 1px solid var(--primary-tone-1) !important;
}

.check_button.icon {
    min-width: 220px;
    width: 100%;
    height: 70px;
    background-color: var(--secondary-tone-2);
    border: 1px solid var(--secondary-tone-1);
    border-radius: 12px;
    padding: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.check_button.icon .checkmark {
    top: 50%;
    transform: translate(0, -50%);
    right: 14px;
}

.check_button.icon .text {
    margin-right: 26px;
}

.check_button.icon .symbol svg * {
    stroke: var(--secondary-tone-n1);
}

.check_button.icon input:checked~.text {
    color: var(--primary-tone-1);
}

.check_button.icon input:checked~.symbol svg * {
    stroke: var(--primary-tone-1);
}

.links .links-list .link-item {
    width: 200px !important;
    height: 200px;
    background-color: var(--white-color);
    /* box-shadow: 0px 20px 30px -5px #F1EDE9; */
    border-radius: 50%;
}

.links .links-list .slick-active .link-item {
    box-shadow: 0px 0px 25px 3px #EDE9E3;
}

.slick-slider {
    z-index: 9;
}

.links-list .slick-slide {
    /* width: 200px !important; */
}

.links-list .slick-track {
    /* max-width: 100%; */
}

.links-list .slick-slide {
    text-align: center;
}


@media screen and (min-width: 601px) {
    .links .links-list .link-item {
        width: 25vw !important;
        height: 25vw !important;
    }
}

@media screen and (min-width: 992px) {
    .links-list .slick-track {
        display: flex;
        justify-content: center;
    }

    .links-list .slick-slide {
        width: 200px !important;
        margin: 0 30px;
    }

    .links .links-list .link-item {
        width: 200px !important;
        height: 200px !important;
    }
}


















/* .blue {
    margin: auto;
    background: #3498db;
    color: #fff;
}

.slick-slide {
    margin: 0 10px;
    float: right;
}

.blue h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}

.variable-width .slick-slide p {
    background: #fff;
    height: 100px;
    color: #3498db;
    margin: 5px;
    line-height: 100px;
}

.center .slick-center h3 {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    color: #e67e22;
    opacity: 1;
    transform: scale(1.08);
}

.center h3 {
    opacity: 0.8;
    transition: all 300ms ease;
}

.center .slick-list {
    margin: 0 auto;
    width: 60%;
}

@media screen and (min-width: 576px) {
    .center .slick-list {
        width: 100%;
    }
}

.content {
    margin: auto;
    padding: 20px;
    width: 600px;
}

.content:after,
.buttons::after {
    clear: both;
    content: '';
    display: table;
}

.destroy {
    font-weight: 400;
    margin-top: 40px;
}

.features {
    display: block;
    list-style-type: none;
    margin-top: 30px;
    padding: 0;
    text-align: center;
}

.features li {
    margin: 20px 0;
}

.filter .button {
    background: #fff;
    color: #3498db;
    margin-bottom: 40px;
}

.margin-40 {
    margin-bottom: 40px;
}

.more,
.button.first {
    margin-top: 40px;
}

.red {
    background: #e74c3c;
    color: #fff;
}

.slick-slide .image {
    padding: 10px;
}

.slick-slide img {
    border: 5px solid #fff;
    display: block;
    width: 100%;
}

.slick-slide img.slick-loading {
    border: 0;
}

.slick-slider {
    margin: 30px auto 50px;
}

.subheading {
    color: #555;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    margin: 10px auto;
    text-align: center;
}

.white {
    background: #fff;
    color: #3498db;
}


section {
    width: 100%;
    position: relative;
}

@media (max-width: 768px) {

    .blue h3 {
        font-size: 24px;
    }

    .button {
        margin: 0 auto 20px;
        width: auto;
    }

    .button.first {
        margin-top: 40px;
    }

    .buttons {
        padding: 0 0 20px;
    }

    .buttons .button {
        float: left;
        font-size: 12px;
        margin: 1%;
        width: 48%;
    }

    .center {
        margin-left: -40px;
        margin-right: -40px;
    }

    .center .slick-center h3 {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        color: #e67e22;
        opacity: 1;
        transform: scale(1);
    }

    .center h3 {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        opacity: 0.8;
        transform: scale(0.95);
        transition: all 300ms ease;
    }

    .content {
        margin: auto;
        padding: 20px 40px;
        width: auto;
    }
} */











/* #owl-demo .item {
    background: #3fbf79;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50%;
    text-align: center;
} */




.owl-carousel-parent.brands {
    max-width: 640px;
    margin: auto;
}

.brands .owl-item,
.brands .owl-item .item {
    position: relative;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.brands .owl-item .item {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    width: 200px;
    height: 200px;
    /* border: 3px solid #ffc107; */
    border-radius: 50%;
    background: #FFFFFF;
    cursor: pointer;
}

.brands .owl-item.center .item {
    /* transform: scale(1.3); */
    margin-top: 50px;
    /* border: 5px solid #FF5722; */
    border-radius: 50%;
    box-shadow: 0px 0px 25px 3px #EDE9E3;
}

.brands .owl-item .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: auto;
}

/* set z index */

.brands .owl-item.active.center {
    z-index: 5;
}

.brands .owl-item.active.right,
.brands .owl-item.active.left {
    z-index: 4;
}

.brands .owl-carousel .owl-stage {
    padding: 10px 0;
}



.about-footer {
    margin-top: 80px;
}

.about-footer .text {
    text-align: justify;
    color: #665842;
}

.copyright {
    text-align: center;
    color: #746752;
    font-size: 1em;
}

.copyright span {
    /* font-weight: 900; */
    /* font-size: 1.2em; */
}




.contact_info {
    /* display: grid; */
    /* grid-auto-flow: row; */
    /* grid-auto-columns: 1fr; */
    display: flex;
    flex-direction: column;
}

.contact_info.horizontal {
    gap: 2rem;
}

.contact_info:not(.horizontal) .contact_item .social_items {
    display: flex;
    justify-content: space-between;
}

.contact_info .contact_item:not(:first-child) {
    margin-top: 42px;
}

.contact_info .symbol {
    float: right;
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
    background: var(--orange-color);
    border-radius: 50px 50px 50px 0px;
    margin-left: 20px;
    cursor: pointer;
}

.contact_info .symbol.circle {
    border-radius: 50%;
}

.contact_info .symbol::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    left: 6px;
    bottom: 6px;
    border: 2px solid #CB9821;
    border-radius: 50px 50px 50px 0px;
}

.contact_info .symbol.circle::before {
    border-radius: 50%;
}

.contact_info .symbol i,
.contact_info .symbol svg {
    width: 2.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 1.9em;
}

.contact_info .title {
    display: flex;
    font-size: 18px;
    color: var(--orange-color);
}

.contact_info .text {
    display: flex;
    font-size: 18px;
    color: var(--blue-color);
    font-family: 'Sahel-Bolder';
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .contact_info.horizontal {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

.contact_info.horizontal .contact_item {
    margin-top: 0;
}

.contact_info.horizontal .contact_item .social_items {
    display: flex;
    justify-content: space-between;
}

.contact_info.blue .title {
    color: var(--light-blue-color);
}

.contact_info.blue .symbol {
    float: right;
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
    background: var(--light-blue-color);
    border-radius: 50px 50px 50px 0px;
    margin-left: 20px;
}

.contact_info.blue .symbol.circle {
    border-radius: 50%;
}

.contact_info.blue .symbol::before {
    border: 2px solid var(--blue-color);
}

.state-container img {
    max-height: 200px;
}

.city-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* grid-template-columns: 20% 20% 20% 20% 20%; */
    /* grid-template-rows: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%; */
    /* grid-auto-flow: column; */
    column-gap: 8px;
    row-gap: 8px;
}

@media screen and (max-width: 576px) {
    .city-buttons {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        grid-template-rows: auto;
    }
}

.btn-labeled {
    position: relative;
    width: auto;
    height: 48px;
    border: none;
    outline: none;
    border-radius: 8px;
    overflow: hidden;
    font-size: 1.1em;
}

.flex-basis-50 {
    flex-basis: 50%;
}

.bullet-items .items .item i {
    width: 30px;
    height: 30px;
    background-color: var(--orange-color);
    border-radius: 50%;
    padding: 7px 6px;
    color: var(--white-color);
}

.bullet-items.blue .items .item i {
    background-color: var(--blue-color);
}

.bullet-items.blue .items .item.active i {
    background-color: var(--blue-color);
}

.bullet-items .items .item.active i {
    background-color: var(--olive-color);
}

.bullet-items.light-blue .items .item i {
    background-color: var(--light-blue-color);
}

.bullet-items .items .item .icon {
    display: flex;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.bullet-items.blue .items .item .icon {
    background-color: var(--primary-tone);
}

.bullet-items.orange .items .item .icon {
    background-color: var(--tertiary-tone);
}

.title1 {
    font-size: 48px;
}

.title2 {}

.title3 {}

@media screen and (min-width: 768px) {
    .title1 {
        font-size: 72px;
    }

    .title2 {}

    .title3 {}
}

.cost-table-1 {
    display: grid;
    row-gap: 15px;
    border-radius: 48px 48px 12px 12px;
}

.cost-table-1 .t-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 20px;
    background: var(--secondary-tone-3) !important;
    border-radius: 48px 48px 12px 12px;
    height: 80px;
    align-items: center;
    font-size: 20px;
}

.cost-table-1.tarif-form .t-header {
    grid-template-columns: 1fr 1fr 1fr 100px;
}

.cost-table-1 .t-body {
    display: grid;
    row-gap: 15px;
    background-color: var(--secondary-tone-3) !important;
}

.cost-table-1 .t-body .t-item-wrapper {
    border: none;
}

.cost-table-1 .t-body .t-item-wrapper .t-item-body-wrapper {
    padding: 15px 20px 10px;
    background: #F8F6F4;
    margin-top: -8px;
    border-radius: 0 0 12px 12px;
}

.cost-table-1 .t-body .t-item-wrapper .t-item-body-wrapper .t-item-body {
    /* height: 60px; */
    border-radius: 8px;
    text-align: justify;
}

.cost-table-1 .t-body .t-item-wrapper .t-item-body-wrapper .t-item-body:nth-child(odd) {
    background: transparent;
}

.cost-table-1 .t-body .t-item-wrapper .t-item-body-wrapper .t-item-body:nth-child(even) {
    background: #FDFDFC;
}

.cost-table-1 .t-body .t-item-header,
.cost-table-1 .t-body .t-item-body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 20px;
    background: var(--blue-color);
    align-items: center;
}

.cost-table-1.tarif-form .t-body .t-item-header,
.cost-table-1.tarif-form .t-body .t-item-body {
    grid-template-columns: 1fr 1fr 1fr 100px;
    gap: .5rem;
}

.cost-table-1.faq-table .t-body .t-item-header {
    grid-template-columns: 1fr 20px;
}

.cost-table-1.faq-table .t-body .t-item-body {
    grid-template-columns: 1fr;
}

.cost-table-1 .t-body .t-item-header {
    border-radius: 12px !important;
}

.cost-table-1 .t-body .t-item-header:after {
    background-image: url(/front/images/arrow-down.png);
    position: relative;
    top: 5px;
}

.cost-table-1 .t-body .t-item-header:not(.collapsed)::after {
    top: -5px;
}

.cost-table-1 .t-body .t-item-header:focus {
    border: none;
    box-shadow: none;
}

.cost-table-1 .t-body .t-item-header:not(.collapsed) {
    background: #F6AE00;
}

.cost-table-1 .t-body .t-item-header span:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Sahel-semiBold';
}

.cost-table-1 .t-body .t-item-header span:nth-child(2) {
    font-size: 18px;
    font-weight: 300;
}

.cost-table-1 .t-body .t-item-header span:nth-child(3) {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Sahel-semiBold';
}

.cost-table-1 .t-body .t-item-body-wrapper .t-item-body {
    color: #665842;
}

.cost-table-1 .t-body .t-item-body-wrapper .t-item-body span:nth-child(1) {
    font-weight: 600;
    font-size: 16px;
    font-family: 'Sahel-semiBold';
}

.cost-table-1 .t-body .t-item-body-wrapper .t-item-body span:nth-child(2) {
    font-weight: 400;
    font-size: 16px;
}

.cost-table-1 .t-body .t-item-body-wrapper .t-item-body span:nth-child(3) {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Sahel-semiBold';
}

@media screen and (max-width: 576px) {

    .cost-table-1 .t-header {
        grid-template-columns: auto auto;
    }

    .cost-table-1 .t-body .t-item-header,
    .cost-table-1 .t-body .t-item-body {
        row-gap: 12px;
    }

    .cost-table-1 .t-body .t-item-header span:first-child {
        grid-column: 1 / -1;
        text-align: right !important;
    }

    .cost-table-1 .t-body .t-item-header span {
        text-align: right !important;
    }

    .cost-table-1 .t-body .t-item-header:after {
        top: -10px;
    }

    .cost-table-1 .t-body .t-item-header:not(.collapsed)::after {
        top: -20px;
    }

    .cost-table-1.faq-table .t-body .t-item-header:after {
        top: 4px;
    }

    .cost-table-1.faq-table .t-body .t-item-header:not(.collapsed):after {
        top: -4px;
    }

    .cost-table-1 .t-body .t-item-header span:nth-child(2) {
        font-size: 14px;
        grid-column-start: 1;
        grid-column-end: 2;
        text-wrap: nowrap;
    }

    .cost-table-1 .t-body .t-item-header span:nth-child(3) {
        font-size: 18px;
        grid-column-start: 2;
        grid-column-end: 4;
        text-align: center !important;
    }

    .cost-table-1 .t-body .t-item-body-wrapper .t-item-body span:nth-child(1) {
        grid-column: 1 / -1;
        text-align: right !important;
        font-size: 14px;
    }

    .cost-table-1 .t-body .t-item-body-wrapper .t-item-body span:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 2;
        font-size: 14px;
    }

    .cost-table-1 .t-body .t-item-body-wrapper .t-item-body span:nth-child(3) {
        grid-column-start: 2;
        grid-column-end: 4;
        text-align: center !important;
        font-size: 16px;
    }

    .cost-table-1.tarif-form .t-body .t-item-body-wrapper .t-item-body span:nth-child(2),
    .cost-table-1.tarif-form .t-body .t-item-body-wrapper .t-item-body span:nth-child(3),
    .cost-table-1.tarif-form .t-body .t-item-body-wrapper .t-item-body span:nth-child(4) {
        grid-column: 1 / -1;
    }


}

.blur-poster {
    /* -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px); */
}

.comments .comment-item {
    display: flex;
    width: 80%;
    color: var(--light-brown-color);
}

.comments .comment-item:not(:first-child) {
    margin-top: 20px;
}

.comments .comment-item:nth-child(odd) {
    margin-right: auto;
    flex-direction: row-reverse;
}

.comments .comment-item:nth-child(even) {
    margin-left: auto;
    flex-direction: row;
}

.comments .comment-item .pic {
    width: 100px;
    height: 100px;
}

.comments .comment-item .comment-box {
    padding: 25px 36px;
    background: var(--white-color);
    box-shadow: 0px 36px 40px rgba(210, 204, 195, 0.21);
    border-radius: 24px 24px 24px 24px;
    margin-top: 32px;
}

.comments .comment-item:nth-child(odd) .comment-box {
    margin-left: 32px;
}

.comments .comment-item:nth-child(even) .comment-box {
    margin-right: 32px;
}

.comments .comment-item .comment-box .comment-title {
    display: flex;
    justify-content: space-between;
}

.comments .comment-item .comment-box .comment-text {
    margin-top: 15px;
    text-align: justify;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .comments .comment-item {
        width: 100%;
        flex-direction: column !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .comments .comment-item:not(:first-child) {
        margin-top: 42px;
    }

    .comments .comment-item .pic,
    .comments .comment-item .comment-box {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* .flow-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: var(--white-color);
    border-radius: 16px;
    padding: 30px;
    cursor: pointer;
    margin-top: 30px;
}

.flow-card:hover {
    box-shadow: 0px 36px 40px rgba(210, 204, 195, 0.21);
}

.flow-card .top {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
}

.flow-card .top>img {
    width: 100%;
    position: relative;
    top: -30px
}

.flow-card .top .icon {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 36px;
    right: 24px;
    background: var(--white-color);
    padding: 20px;
    border: 2px solid #E9E8F2;
    border-radius: 16px;
}

.flow-card:hover .top .icon {
    -webkit-animation: linear infinite;
    -webkit-animation-name: move-x;
    -webkit-animation-duration: 5s;
    animation: linear infinite;
    animation-name: move-x;
    animation-duration: 1s;
}

.flow-card .top .icon img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flow-card .bottom .title {
    font-size: 24px;
    color: var(--blue-color);
    font-weight: 600;
    letter-spacing: -0.02em;
}

.flow-card .bottom .description {
    min-height: 72px;
    font-size: 12px;
    color: var(--light-brown-color);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.7;
    margin-top: 16px;
    margin-bottom: 0;
} */














.card {
    background-color: white;
    border-radius: 16px;
    border: none;
}

.card:hover {
    box-shadow: 0px 36px 40px rgba(210, 204, 195, 0.21);
}

.card__wrap--inner {
    padding: 12px;
}

.card__item {
    padding: 2px 0px 12px 0px;
}

.card__item h2 {
    font-size: 28px;
    font-family: 'Sahel-semiBold';
    color: var(--blue-color);
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

.card__item.flexible {
    min-height: 72px;
    color: var(--light-brown-color);
    letter-spacing: -0.02em;
    line-height: 1.7;
    margin-bottom: 0;
    text-align: justify;
}

/* .card__sub {
    padding: 0 18px;
} */

.card__footer {
    /* padding: 18px; */
    /* overflow: hidden; */
    /* border-top: 1px solid #dedede; */
}

/*Card Flex Code*/

.card {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px;
}

.card::before {
    width: calc(100% + 60px);
    min-height: 200px;
    display: block;
    content: '';
    background: url(/front/images/Group12524.png) no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -59px;
    margin-left: -30px;
    margin-right: -30px;
}

.card.process-card {
    box-shadow: 0px 30px 50px -5px #EDE9E3;
    transition: all .2s ease-in-out;
}

.card.process-card::before {
    display: none;
}

.process-card:hover {
    background-color: #f6ae00;
}

.process-card:hover .stroke {
    -webkit-text-stroke: 1px #fdcf78;
    -webkit-text-fill-color: #fdcf78;
}

.process-card:hover .btn-labeled {
    background-color: var(--white-color);
    color: var(--orange-color);
}

.process-card:hover .button-icon {
    background-color: var(--orange-color) !important;
    color: var(--white-color) !important;
}

.card.process-card:hover .card__item h2,
.card.process-card:hover .card__item small {
    color: var(--white-color);
}

.process-card:hover .stroke:before {
    -webkit-text-stroke: 3px #ffffff;
    -webkit-text-fill-color: transparent;
}

.card__wrap--outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.card__wrap--inner {
    display: flex;
    flex-direction: row;
    /* width: 100%; */
    cursor: pointer;
}

.card .icon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 30px;
    border: 2px solid var(--nokia-blue-color);
    background-color: var(--white-color);
    border-radius: 16px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card:hover .icon {
    -webkit-animation: linear infinite;
    -webkit-animation-name: move-x;
    -webkit-animation-duration: 5s;
    animation: linear infinite;
    animation-name: move-x;
    animation-duration: .2s;
}

.card .icon img {
    max-width: 100%;
}

.card .top-icon {
    max-width: 95px;
    height: 170px;
}

.card .bottom-icon {
    width: 120px;
    height: 120px;
}

.card.process-card .card__item h2 {
    font-family: 'Sahel-semiBold';
    font-size: 24px;
    line-height: 56px;
    margin-top: 8px;
    letter-spacing: -0.02em;
    color: var(--orange-color);
}

.card.process-card .card__item small {
    font-weight: 400;
    font-size: 18px;
}

/* @media (min-width: 480px) {

    .card__wrap--inner {
        width: 50%
    }
}

@media (min-width: 1024px) {

    .card__wrap--inner {
        width: 33.33%
    }
} */

@media (max-width: 600px) {

    .card__wrap--inner {
        width: 100%
    }
}

.flexible {
    flex-grow: 1;
}

.wave-a {
    position: relative;
}

.wave-a::after {
    display: block;
    content: '';
    width: 100%;
    background: url(/front/images/overlay-bottom.jpg) no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 150px;
}

.overlay-bottom {
    position: relative;
    z-index: 1;
}

.overlay-top::before,
.overlay-bottom::after {
    position: absolute;
    content: "";
    width: 100%;
    /* height: 250px; */
    height: -webkit-fill-available;
    left: 0;
    /* bottom: 0; */
    z-index: -1;
}

.overlay-bottom::after {
    bottom: 0;
}

.overlay-top {
    padding-top: 10em;
}

.overlay-top::before {
    top: 0;
}

.overlay-bottom.overlay4::after {
    background: url(/front/images/overlay-bottom4.png) bottom center no-repeat;
    background-size: contain;
}

.overlay-bottom.overlay3::after {
    background: url(/front/images/overlay-bottom2.png) bottom center no-repeat;
    background-size: contain;
}

.overlay-bottom.overlay2::after {
    background: url(/front/images/overlay-bottom1.png) bottom center no-repeat;
    background-size: contain;
}

.overlay-bottom.overlay1::after {
    background: url(/front/images/subtract.svg) bottom center no-repeat;
    background-size: contain;
}

.overlay-bottom.smile::after {
    background: url(/front/images/smile.svg) bottom center no-repeat;
    background-size: contain;
}

.fact-element {
    display: grid;
    column-gap: 30px;
    row-gap: 10px;
    width: 100%;
}

.fact-element .fact-item {
    display: grid;
    align-self: center;
    position: relative;
}

.fact-element .fact-item img,
.fact-element .fact-item svg {
    /* max-width: 100%; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.fact-element .fact-item .about-item svg {
    width: auto;
}

.fact-element .fact-item.image-item:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #F7AE00;
    border-radius: 240px 240px 80px 100px;
    top: 3%;
    right: 3%;
}

@media screen and (min-width: 1200px) {
    .fact-element {
        grid-auto-flow: row;
        /* grid-template-columns: 1fr 1fr; */
        grid-template-columns: 60% 40%;
        grid-template-rows: repeat(3, minmax(40px, auto));
    }

    .fact-element.first-text {
        grid-template-columns: 60% 40%;
    }

    .fact-element.first-image {
        grid-template-columns: 40% 60%;
    }

    .fact-element>.fact-item {
        /* display: grid; */
    }

    .fact-element>.fact-item:first-child {
        grid-column: auto/span 1;
    }

    .fact-element.first-text>.fact-item:nth-child(2),
    .fact-element.first-text>.fact-item:nth-child(4),
    .fact-element.first-text>.fact-item:nth-child(5) {
        grid-column: 1/span 1;
    }

    .fact-element.first-image>.fact-item:nth-child(2),
    .fact-element.first-image>.fact-item:nth-child(4),
    .fact-element.first-image>.fact-item:nth-child(5) {
        grid-column: 2/span 1;
    }

    .fact-element.first-text>.fact-item:nth-child(3) {
        grid-row: 1/span 3;
        grid-column: 2/span 2;
    }

    .fact-element.first-image>.fact-item:first-child {
        grid-column: 2/span 1;
    }

}

.card-warpper {
    display: flex;
    flex-direction: row;
}

.card-wrapper .card {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
}

.plan-card {
    position: relative;
    box-shadow: 0px 0px 10px 2px #F4F2EE;
    transition: all .5s ease-in-out;
}

.plan-card:hover {
    transform: scaleX(1.02) scaleY(1.02);
}

.plan-card::before {
    display: none;
}

.plan-card .image-top {
    -webkit-mask-box-image: url(/front/images/mask-1.png);
    mask: url(/front/images/mask-1.png);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    padding-bottom: 1em;
    background-color: #DBD9E9;
    border-radius: 16px 16px 0 0;
}

.plan-card .image-top .docked-image>* {
    border-radius: 16px 16px 0 0;
}

.plan-card .docked-image {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-mask-box-image: url(/front/images/mask-2.png);
    mask: url(/front/images/mask-2.png);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    /* background-image: url(/front/images/mask2.png);
    background-repeat: no-repeat;
    background-size: contain; */
}

/* .plan-card .docked-image:after {
    width: 100%;
    content: '';
    background: url(/front/images/smile-transparent.png) no-repeat;
    display: block;
    height: 100%;
    background-size: contain;
    position: absolute;
    top: 60%;
    z-index: 3;
} */

.stroke {
    max-height: 100px;
    font-family: 'Sahel-bolder';
    font-size: 106px;
    -webkit-text-stroke: 1px #d5f0fa;
    -webkit-text-fill-color: #d5f0fa;
    position: relative;
}

.stroke::before {
    content: attr(data-title);
    position: absolute;
    -webkit-text-stroke: 3px #58c2ea;
    -webkit-text-fill-color: transparent;
    right: -4px;
    top: -6px;
}


.plan-card .docked-image:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #27316A;
    opacity: 0.75;
    z-index: 2;
    border-radius: 16px 16px 0 0;
}

.plan-card .docked-image img {
    height: 165px;
    width: 100%;
}

.plan-card .title {
    width: 100%;
    position: absolute;
    z-index: 4;
    margin-left: auto;
    margin-right: auto;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    text-align: center;
}

.plan-card .card-body {
    padding: 1em 1em 3em 1em;
}

.plan-detail {
    background: #F8F6F4;
    border-radius: 60px 60px 20px 20px;
    padding: 25px 22px;
}

.plan-detail .detail ul {
    display: grid;
    grid-template-columns: repeat(3, auto);
    font-size: 18px;
}

.plan-detail .detail ul li {
    display: flex;
    align-items: center;
}

.plan-detail .detail ul li span:nth-child(2) {
    margin-right: -6px;
}

/* .plan-card::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
} */

/* .plan-card:nth-child(1):before {
    background: url(/front/images/img-plan-3.png) no-repeat;
    background-size: contain;
}

.plan-card:nth-child(2):before {
    background: url(/front/images/img-plan-3.png) no-repeat;
    background-size: contain;    
}

.plan-card:nth-child(3):before {
    background: url(/front/images/img-plan-3.png) no-repeat;
    background-size: contain;    
} */

.circle-number {
    display: inline-block;
    position: relative;
    width: 52px;
    height: 52px;
    /* left: 25px; */
    z-index: 1;
    padding-top: 6px;
    text-align: center;
    color: var(--primary-tone-5);
    text-shadow: -1px -1px 0 var(--primary-tone), 1px -1px 0 var(--primary-tone), -1px 1px 0 var(--primary-tone), 1px 1px 0 var(--primary-tone);
    transition: all .4s ease;
}

.items li:hover .circle-number {
    color: #FFFFFF;
}

.circle-number:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid var(--blue-color);
    top: 0;
    right: 0;
    background: transparent;
    border-radius: 50%;
    z-index: -1;
}

.circle-number:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #DBD9E9;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    z-index: -2;
}

.items li.active .circle-number:before,
.items li:hover .circle-number:before {
    background: var(--blue-color);
}

.items.number li h2 {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    font-size: 24px;
    font-family: 'Sahel';
    letter-spacing: -2px;
    line-height: 1.5;
    align-self: baseline;
    color: var(--primary-tone-2);
    transition: all .4s ease;
    cursor: pointer;
}

.items.number li.active h2,
.items.number li:hover h2 {
    color: var(--blue-color) !important;
    font-family: 'Sahel-bold';
}

.items.symbol .item {
    display: flex;
    height: 75px;
    background: #FFFFFF;
    border: 1px solid #515498;
    box-shadow: 0px 3px 20px #DBD9E9;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.items.symbol .item * {
    transition: all 0.2s ease-in-out;
}

.items.symbol {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.items.symbol .item .title {
    font-family: 'Sahel-semiBold';
    font-weight: 600;
    font-size: 16px;
    height: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: var(--mid-blue-color2);
    margin: 0;
}

.items.symbol .item:hover .title {
    font-family: 'Sahel-Bolder';
    color: var(--primary-tone);
}

.items.symbol .item .icon,
.items.symbol .item .icon-selected {
    position: relative;
    min-width: 80px;
    display: inline-block;
    height: 100%;
    background-color: #E9E8F2;
    border-radius: 24px 12px 12px 24px;
    margin-left: 20px;
}

.items.symbol .item .icon-selected {
    display: none;
}

.items.symbol .item.active .icon-selected,
.items.symbol .item:hover .icon-selected {
    display: inline-block;
    background-color: var(--primary-tone);
}

.items.symbol .item.active .icon,
.items.symbol .item:hover .icon {
    display: none;
}

.items.symbol .item .icon img,
.items.symbol .item .icon svg,
.items.symbol .item .icon-selected img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: auto;
}

.bullet-items {
    padding: 24px 10px 16px 10px;
}

.bullet-items.round {
    background: #FAF8F7;
    border-radius: 60px 60px 16px 16px;
}

.bullet-items .item {
    font-size: 18px;
    font-family: 'Sahel';
    text-align: justify;
}

.bullet-items .item.active {
    font-family: 'Sahel-Bolder';
}

.comment-carousel .owl-item.center:not(.cloned) .comment-card {
    border-radius: 60px 60px 16px 16px;
    background-color: #FAF8F7;
}

.comment-card {
    cursor: grab;
    padding: 3em 2em 2em 2em;
}

.custom-dot {
    position: relative;
    width: 20px !important;
    height: 18px !important;
    background-color: #FFF2DC !important;
}

.custom-dot:before {
    position: absolute;
    content: '';
    width: 20px !important;
    height: 20px !important;
    background-color: #F7AE00 !important;
    border-radius: 50%;
    left: 0px;
    top: 3px;
    z-index: -1;
}

.active .custom-dot {
    width: 22px !important;
    height: 22px !important;
    background-color: #F7AE00 !important;
    top: 5px;
}

.active .custom-dot::before {
    display: none;
}

.jobs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

.job__item {
    display: grid;
    grid-template-columns: 50px 1fr 70px;
    gap: 25px;
    align-items: center;
    height: 80px;
    background: #283583;
    border-radius: 12px;
}

.job__item.disabled {
    background: var(--secondary-tone-n1);
}

.job__item:not(.disabled):hover,
.job__item:not(.disabled):focus {
    background: #F6AE00;
}

.job__item:hover .left,
.job__item:focus .left {
    color: #F6AE00;
}

.job__item .right,
.job__item .left {
    display: inline-flex;
}

.job__item .right {
    width: 42px;
    margin-left: auto;
    margin-right: 12px;
}

.job__item .left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-right: auto;
    margin-left: 11px;
    font-size: 2em;
    padding: 14px;
    color: #283583;
}

.job__item.disabled .left {
    color: var(--secondary-tone-n1);
}

.job__item .text {
    display: flex;
    flex-direction: column;
    justify-self: flex-start;
    color: #ffffff;
    text-align: right;
}

.job__title {
    font-family: 'Sahel-semiBold';
    font-weight: 600;
    font-size: 17px;
}

.job__opportunity {
    font-weight: 400;
    font-size: 14px;
}

@media screen and (min-width: 768px) {

    .plan-carousel .owl-stage-outer,
    .plan-carousel .owl-stage {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .plan-carousel .owl-nav .owl-next,
    .plan-carousel .owl-nav .owl-prev {
        display: none;
    }

    .image.smile {
        margin-top: -100px;
    }

    .bg-smile:not(.fixed) {
        min-height: 17rem;
        background-image: url(/front/images/bg-smile.svg);
    }

    .jobs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .items.symbol .item .title {
        font-weight: 600;
        font-size: 24px;
    }

    .items.symbol .item:hover .title {
        font-family: 'Sahel-Bolder';
    }

    .bullet-items {
        padding: 3em;
    }

    .items.number li h2 {
        font-size: 28px;
        font-family: 'Sahel';
    }

    .circle-number {
        width: 70px;
        height: 70px;
    }

    .bullet-items .item {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .moving-element {
        display: none;
    }
}

@media screen and (min-width:993px) {
    .moving-wrapper {
        position: relative;
    }

    .moving-element {
        position: absolute;
        z-index: 99;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-animation: arrow-hint 2s infinite;
        animation: arrow-hint 2s infinite;
    }

    .moving-element::before,
    .moving-element::after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .moving-1 {
        width: 46px;
        height: 61px;
        left: 5%;
        top: 12%;
    }

    .moving-1.right {
        right: 5%;
    }

    .moving-1.center {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .moving-1::after {
        background: #58C2EA;
        opacity: 0.3;
        border-radius: 18px 18px 6px 6px;
        top: 0;
        left: 0;
    }

    .moving-1::before {
        background: transparent;
        border: 2px solid #58C2EA;
        border-radius: 18px 18px 6px 6px;
        top: -6px;
        left: 6px;
    }

    .moving-2 {
        width: 74px;
        height: 98px;
        right: 2%;
        top: 85%;
    }

    .moving-2.left {
        width: 74px;
        height: 98px;
        left: 5%;
        right: unset;
        top: 0%;
    }

    .moving-2::before {
        background: #F1EDE9;
        border-radius: 30px 30px 10px 10px;
        top: 0;
        left: 0;
    }

    .moving-2::after {
        background: transparent;
        border: 2px solid #9C9282;
        border-radius: 30px 30px 10px 10px;
        top: -9px;
        left: 9px;
    }

    .moving-3 {
        width: 30px;
        height: 40px;
        left: 5%;
        top: 12%;
    }

    .moving-3.right {
        right: 5%;
        top: 30%;
    }

    .moving-3.bottom {
        top: 70%;
    }

    .moving-3::before {
        background: #DBD9E9;
        border-radius: 12px 12px 4px 4px;
        top: 0;
        left: 0;
    }

    .moving-3::after {
        background: transparent;
        border: 2px solid #7673AC;
        border-radius: 12px 12px 4px 4px;
        ;
        top: -4px;
        left: 4px;
    }

    .moving-4 {
        width: 74px;
        height: 98px;
        right: 2%;
        top: 85%;
    }

    .moving-4::before {
        background: #FFF2DC;
        border-radius: 30px 30px 10px 10px;
        top: 0;
        left: 0;
    }

    .moving-4::after {
        background: transparent;
        border: 2px solid #CB9821;
        border-radius: 30px 30px 10px 10px;
        top: -6px;
        left: 6px;
    }

    .moving-5 {
        width: 110px;
        height: 153px;
        left: 5%;
        top: -5%;
    }

    .moving-5::before {
        border-radius: 50px 50px 18px 18px;
        top: 0;
        left: 0;
        background: url(/front/images/dot-element.svg) no-repeat;
        background-size: contain;
    }

    .moving-5::after {
        background: transparent;
        border: 2px solid #B9B5D4;
        border-radius: 50px 50px 18px 18px;
        top: -12px;
        left: 12px;
    }

    .moving-6 {
        width: 74px;
        height: 98px;
        right: 5%;
        top: 30%;
    }

    .moving-6::before {
        border-radius: 30px 30px 10px 10px;
        top: 0;
        left: 0;
        background: url(/front/images/dot-element-2.svg) no-repeat;
        background-size: contain;
    }

    .moving-6::after {
        background: transparent;
        border: 2px solid #B9B5D4;
        border-radius: 50px 50px 18px 18px;
        top: -10px;
        left: 10px;
    }

    .moving-7 {
        width: 51px;
        height: 68px;
        left: 5%;
        top: 50%;
    }

    .moving-7::before {
        border-radius: 20px 20px 8px 8px;
        top: 0;
        left: 0;
        background: url(/front/images/dot-element-3.svg) no-repeat;
        background-size: contain;
    }

    .moving-7::after {
        background: transparent;
        border: 2px solid #B7AFA3;
        border-radius: 20px 20px 8px 8px;
        top: -6px;
        left: 6px;
    }

    .moving-8 {
        width: 46px;
        height: 61px;
        left: 2%;
        top: 2%;
    }

    .moving-8::after {
        background: #58C2EA;
        opacity: 0.3;
        border-radius: 18px 18px 6px 6px;
        top: 0;
        left: 0;
    }

    .moving-8::before {
        background: transparent;
        border: 2px solid #58C2EA;
        border-radius: 18px 18px 6px 6px;
        top: -6px;
        left: 6px;
    }

    .moving-9 {
        width: 46px;
        height: 61px;
        right: 5%;
        bottom: 5%;
    }

    .moving-9.left {
        right: unset;
        left: 5%;
        bottom: 20%;
    }

    .moving-9::after {
        background: #FFF2DC;
        opacity: 0.3;
        border-radius: 18px 18px 6px 6px;
        top: 0;
        left: 0;
    }

    .moving-9::before {
        background: transparent;
        border: 2px solid #CB9821;
        border-radius: 18px 18px 6px 6px;
        top: -6px;
        left: 6px;
    }

    .moving-10 {
        width: 46px;
        height: 61px;
        left: 20%;
        top: 40%;
        transform: translate(-20%, -40%);
    }

    .moving-10::after {
        background: #F1EDE9;
        opacity: 0.3;
        border-radius: 18px 18px 6px 6px;
        top: 0;
        left: 0;
    }

    .moving-10::before {
        background: transparent;
        border: 2px solid #9C9282;
        border-radius: 18px 18px 6px 6px;
        top: -6px;
        left: 6px;
    }

    .moving-11 {
        width: 74px;
        height: 98px;
        right: 20%;
        top: 50%;
    }

    .moving-11::after {
        background: #F1EDE9;
        opacity: 0.3;
        border-radius: 30px 30px 10px 10px;
        top: 0;
        left: 0;
    }

    .moving-11::before {
        background: transparent;
        border: 2px solid #9C9282;
        border-radius: 30px 30px 10px 10px;
        top: -6px;
        left: 6px;
    }

    .moving-12 {
        width: 74px;
        height: 98px;
        right: 2%;
        top: 20%;
    }

    .moving-13 {
        width: 46px;
        height: 61px;
        left: 5%;
        top: 12%;
    }

    .moving-13::after {
        background: #F1EDE9;
        opacity: 0.3;
        border-radius: 18px 18px 6px 6px;
        top: 0;
        left: 0;
    }

    .moving-13::before {
        background: transparent;
        border: 2px solid #9C9282;
        border-radius: 18px 18px 6px 6px;
        top: -6px;
        left: 6px;
    }

    .moving-14 {
        top: 50%;
    }

}

@media screen and (min-width: 1440px) {
    .bg-smile:not(.fixed) {
        min-height: 20rem;
    }
}


.bimident-modal {
    padding: 1em 5em;
    position: fixed;
    z-index: 999999;
    right: -50%;
    padding: 2em 2em !important;
    -webkit-transition: opacity 0.5s linear, right 0.5s ease-out;
    -moz-transition: opacity 0.5s linear, right 0.5s ease-out;
    -o-transition: opacity 0.5s linear, right 0.5s ease-out;
    transition: opacity 0.5s linear, right 0.5s ease-out;
}

@media screen and (min-width: 768px) {
    .bimident-modal {
        padding: 2em 4em !important;
    }
}

.bimident-modal.show {
    right: 0;
}

.bg-light-gray {
    background-color: rgb(241, 240, 246);
}

.bimident-modal .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
}

.bimident-modal .modal-dialog {
    min-width: 100%;
    min-height: auto;
    margin: 0;
}

.bimident-modal .modal-dialog .modal-content .modal-header {
    border: none;
    padding: 0;
}

.bimident-modal .btn-close {
    display: flex;
    cursor: pointer;
    border-radius: 8px;
    /* padding: 8px; */
    width: 50px;
    height: 50px;
    flex-direction: column;
    align-items: center;
    row-gap: 6px;
    justify-content: center;
    background: #746752;
    margin-left: 1em !important;
}

.modal .btn-close {
    padding: 0;
    opacity: 1;
}

.modal .btn-close .bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.modal .btn-close .bar:nth-child(2) {
    transform: translateY(-3px) rotate(-45deg);
}

.bimident-modal .modal-dialog .modal-content .modal-body p {
    line-height: 38px;
    letter-spacing: -0.02em;
}

.about-image {
    position: relative;
}

.about-image::before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain !important;
    background: url(/front/images/inner-hexagon.png) center center no-repeat;
    width: calc(100% + 1em);
    height: calc(100% + 1em);
}

.about-image img {
    max-width: 100%;
    display: inline-block;
    /* width: 178px; */
    /* height: 178px; */
    background-image: url(/front/images/doctor.png);
    background-size: contain;
    /* -webkit-clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%); */
    /* clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%); */
}

.about-image.hexagon {
    -webkit-clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
    clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
    position: relative;
    /* transform: unset; */
    height: auto;
    aspect-ratio: 1;
}

.about-image.hexagon::before {
    width: calc(100% + 1em);
    height: calc(100% + 1em);
    background: url(/front/images/inner-hexagon.png) center center no-repeat !important;
    background-size: contain !important;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-search.icon {
    width: 3rem;
    aspect-ratio: 1;
    transition: all 0.3s ease-in-out;
}

.btn-search.icon:hover,
.btn-search.icon:focus {
    transform: scale(1.1);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    ;
}

#bd-root-kamadatepicker {
    width: 100%;
}

.spinner-wrapper .title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    animation: spinner 12000ms infinite;
}

.spinner-reverse {
    animation: spinner-reverse 12000ms infinite;
}

.spinner .hexagon-shape {
    /* -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none; */
}

.hashoor::before {
    content: " ";
    position: absolute;

}

.c-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    margin: auto;
}

.c-wrapper::before {
    content: "";
    position: absolute;
    top: calc(50% + 16px);
    left: calc(50% + 0px);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url(/front/images/outer.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.c-wrapper::after {
    content: "";
    position: absolute;
    top: calc(50%);
    left: calc(50% + 12px);
    transform: translate(-50%, -50%);
    width: calc(80% + 10px);
    height: calc(80% + 10px);
    background-image: url(/front/images/inner.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.ciclegraph {
    position: absolute;
    width: 90%;
    height: 90%;
    /* margin: calc(100px / 2 + 0px); */
    margin: calc(30px / 2 + 0px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.ciclegraph:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* border: 2px solid teal; */
    /* background-image: url(inner.svg); */
    /* background-repeat: no-repeat; */
    width: calc(100% - 2px * 2);
    height: calc(100% - 2px * 2);
    border-radius: 50%;
}

.ciclegraph .circle {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: calc(-100px / 2);
    background-color: var(--light-tone);
    box-shadow: 0px 0px 25px 3px var(--secondary-tone);
    border-radius: 50%;
}

.ciclegraph .circle img {
    width: 50% !important;
}

.hexagon:not(.about-image) {
    position: absolute;
    width: 6em;
    height: 10.32em;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1em/.5em;
    background-color: var(--tertiary-tone-3);
}

.hexagon:before,
.hexagon:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: '';
}

.hexagon:before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.hexagon:after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.hexagon span {
    width: 100%;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    text-align: center;
    transition: all .1s ease-in-out;
}

@media screen and (min-width: 600px) {
    .c-wrapper {
        width: 500px;
    }

    .c-wrapper::before {
        top: calc(50% + 25px);
        left: calc(50% + 0px);
    }

    .c-wrapper::after {
        left: calc(50% + 25px);
        width: calc(80% + 20px);
        height: calc(80% + 20px);
    }

    .ciclegraph {
        margin: 0;
    }

    .ciclegraph .circle {
        width: 100px;
        height: 100px;
    }

    .hexagon {
        width: 10em;
        height: 17.32em;
    }
}

.modal-bimident {
    position: fixed;
    z-index: 99999;
}

.modal-bimident .modal-content {
    background: #FFFFFF;
    border-radius: 20px;
}

.modal-bimident.general .modal-content {
    border: 1px solid #ABABAB;
}

.modal-bimident .modal-content .modal-header {
    border-bottom: none;
    padding: 16px;
}

.modal-bimident .modal-content .modal-footer {
    border-top: none;
}

.modal-bimident .modal-content .btn {
    height: 28px;
    border-radius: 8px;
    padding: 16px;
}

.modal-bimident .modal-content .btn-primary {
    background: var(--primary-tone);
    border: 1px solid var(--primary-tone);
    color: var(--light-tone);
}

.modal-bimident .modal-content .btn-secondary {
    background: var(--light-tone);
    border: 1px solid #ABABAB;
    color: #242424;
}

.stripe-blue {
    width: fit-content;
    display: inline;
    padding: 0rem;
    background: repeating-linear-gradient(115deg, transparent, transparent 3px, #DBD9E9 3px, #DBD9E9 6px);
    line-height: 1.5;
}

.stripe-orange {
    width: fit-content;
    display: inline;
    padding: 0rem;
    background: repeating-linear-gradient(115deg, transparent, transparent 3px, #FFE7B9 3px, #FFE7B9 6px);
    line-height: 1.5;
}

.null-item {
    padding-bottom: 8em;
}

#discount_code {
    display: none;
    transition: all .5s ease-in-out;
}

#discount_code.show {
    display: block;
    transition: all .5s ease-in-out;
}

@keyframes spin {
    from {
        transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

@keyframes move-x {
    0% {
        right: 30px;
    }

    50% {
        /* right: 70%; */
        right: 60px;
    }

    100% {
        right: 30px;
    }
}

@keyframes arrow-hint {
    0% {
        -webkit-transform: translate3d(-50%, -15px, 0);
        transform: translate3d(-50%, -15px, 0);
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(-50%, -15px, 0);
    }
}

@keyframes fluid {
    0% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
}

@keyframes fluid-horizontal {
    0% {
        -webkit-transform: translate3d(-15px, 0, 0);
        transform: translate3d(-15px, 0, 0);
    }

    50% {
        -webkit-transform: translat(0, 0, 0, 0);
        transform: translat(0, 0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-15px, 0, 0);
        transform: translate3d(-15px, 0, 0);
    }
}


@keyframes spinner {
    /* 0% {
        transform: rotateZ(0deg);
    } */

    16.66% {
        transform: rotateZ(60deg);
    }

    32.32% {
        transform: rotateZ(120deg);
    }

    49.98% {
        transform: rotateZ(180deg);
    }

    66.64% {
        transform: rotateZ(240);
    }

    83.3% {
        transform: rotateZ(300deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes spinner-reverse {
    /* 0% {
        transform: rotateZ(0deg);
    } */

    0% {
        transform: rotateZ(-60deg);
    }

    32.32% {
        transform: rotateZ(-120deg);
    }

    49.98% {
        transform: rotateZ(-180deg);
    }

    66.64% {
        transform: rotateZ(-240);
    }

    83.3% {
        transform: rotateZ(-300deg);
    }

    100% {
        transform: rotateZ(-360deg);
    }
}