* {
    margin: 0;
    padding: 0;
    font-family: 'Euclid_Flex_Regular';
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

/* @import url('https://fonts.cdnfonts.com/css/euclid-flex'); */

@font-face {
    font-family: Euclid_Flex_Bold;
    src: url(../fonts/euclid-flex-cufonfonts/EuclidFlexBold.ttf);
}

@font-face {
    font-family: Euclid_Flex_Light;
    src: url(../fonts/euclid-flex-cufonfonts/EuclidFlexLight.ttf);
}

@font-face {
    font-family: Euclid_Flex_Medium;
    src: url(../fonts/euclid-flex-cufonfonts/EuclidFlexMedium.ttf);
}

@font-face {
    font-family: Euclid_Flex_Regular;
    src: url(../fonts/euclid-flex-cufonfonts/EuclidFlexRegular.ttf);
}

@font-face {
    font-family: Euclid_Flex_UltraLight;
    src: url(../fonts/euclid-flex-cufonfonts/EuclidFlexUltraLight.ttf);
}

@font-face {
    font-family: Abril_Fatface;
    src: url(../fonts/abril-fatface/AbrilFatface-Regular.ttf);
}

:root {
    --white: #FFFFFF;
    --Black: #000;
    --off-Black: #0000001a;
    --Dark-spring-green: #17313A;
    --Golden-Yellow: #FFED00;
    --Cornsilk: #FFF8BD;
    --Platinum: #E5E5E5;
    --off-white: #ffffff80;
    --Lavender-gray: #C4C4C4;
    --plum: #8E9090;
    --Pastel-magenta: #F45656;
    --Cerise-pink: #EBEBEB;
    --Green: #12AD22;
    --Red: #F80A0A;
    --Corn: #FBFBFB;
}

/* ========================================================================== */
/*                              CUSTOM SCROLLBAR                              */
/* ========================================================================== */

::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

::-webkit-scrollbar {
    width: 6px;
}

/*******************************************************************************/

/*====== slide-onboarding ======= */

.opt_timeend {
    text-align: end;
}

.checkboxdiv input[type=checkbox] {
    width: 18px;
    margin-right: 15px;
}

.forgetpwd {
    text-align: right;
}

.forgetpwd a {
    color: #000;
}

.pwdbottom {
    margin-bottom: 10px !important;
}

.showicon {
    width: 35px;
}

.slide_onboarding .onboarding_card {
    justify-content: center;
}

.slide_onboarding .onboarding_card .onboarding_image {
    background-image: url(../images/card-image.png);
    background-repeat: no-repeat;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0px 0px;
}

.slide_onboarding .onboarding_card .card {
    width: 500px;
    padding: 0;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid var(--Lavender-gray);
}

.slide_onboarding .onboarding_card .card .card-body {
    padding: 1rem 3rem;
    text-align: center;
}

.onboarding_card .card .card-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
}

.onboarding_card .card .card-body .card-text {
    font-size: 18px;
    font-weight: 300;
    padding: 10px 0;
}

.onboarding_card .card .onboarding-btn {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.onboarding_card .card .onboarding-btn .dark_btns {
    display: block;
    width: 83%;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--Dark-spring-green);
}

.owl-theme .owl-dots .owl-dot span {
    background-color: var(--Golden-Yellow);
}

.onboarding_card .card .onboarding_text {
    font-size: 15px;
    font-weight: 300;
    color: var(--Dark-spring-green);
    text-align: center;
    margin-bottom: 10px;
}

/*==== onboarding-business ===== */

.business .onboarding_card .card .card-header .progress {
    width: 50%;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--Lavender-gray);
}

.business .onboarding_card .card .card-header {
    padding: 20px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.progress-bar {
    background-color: var(--Golden-Yellow) !important;
    border-radius: 10px;
}

.business .onboarding_card .card .card-title {
    padding-bottom: 15px;
    margin: 0;
}

.business .onboarding_card .card .input-group input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 15px;
    font-weight: 300;
    padding: 10px;
    border-right: none;
}

.business .onboarding_card .card .input-group span {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: transparent;
}

.onboarding_card .card .onboarding_text span {
    font-weight: 700;
}

/*==== Onboarding business 2 ==== */

.business-2 .onboarding_card .onboarding_image {
    background-image: url(../images/business-2-img.png);
}

.business-2 .onboarding_card .card {
    width: 400px;
}

/*==== Onboarding business 3 ==== */

.business-3 .card .card-body .card-text {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 25px;
}

.business-3 .onboarding_card .card .input-group input {
    border-radius: 10px;
    border-right: 1px solid var(--Lavender-gray);
}

.business-3 .onboarding_card .card .input-group {
    margin-bottom: 15px;
}

.business-3 .onboarding_card .card {
    width: 400px;
}

.business-3 .onboarding_card .input-phone input,
.business-3 .onboarding_card .input-phone button {
    font-size: 15px;
    font-weight: 300;
    padding: 10px;
}

.business-3 .onboarding_card .input-phone button {
    display: flex;
    align-items: center;
    border-radius: 10px 0 0 10px;
    border-right: 0;
    line-height: unset;
}

.business-3 .onboarding_card .input-phone input {
    border-radius: 0 10px 10px 0 !important;
    border-left: 0;
}

.business-3 .onboarding_card .input-phone button:focus,
.business-3 .onboarding_card .input-phone button:hover,
.business-3 .onboarding_card .input-phone input:focus {
    box-shadow: none;
    background-color: var(--white) !important;
    border-color: var(--Lavender-gray) !important;
    outline-offset: 0 !important;
    outline: none !important;
}

/* ========================================================================== */
/*                                  EZI HOME                                  */
/* ========================================================================== */

/* ================================== MODAL ================================= */

.modal-content {
    border-radius: 10px;
}

.modal-header {
    border-bottom: none;
}

.userAccountModal .modal-body {
    text-align: center;
    padding: 2rem 1rem;
}

.userAccountModal .modal-body .btn-close {
    position: absolute;
    top: 1.5%;
    right: 1.5%;
}

.userAccountModal .modal-body form>* {
    margin-bottom: 30px;
}

.userAccountModal .modal-body form>:last-child {
    margin-bottom: 0;
}

.userAccountModal .phonumber button,
.userAccountModal .phonumber input {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 10px;
    color: var(--Dark-spring-green);
}

.userAccountModal .phonumber button {
    display: flex;
    align-items: center;
    border-radius: 10px 0 0 10px;
    border-right: 0;
    line-height: unset;
}

.userAccountModal .phonumber input {
    border-radius: 1 10px 10px 0 !important;
    border-left: 1;
}

.userAccountModal .phonumber button:focus,
.userAccountModal .phonumber button:hover,
.userAccountModal .phonumber input:focus {
    box-shadow: none;
    background-color: var(--white) !important;
    border-color: var(--Lavender-gray) !important;
    outline-offset: 0 !important;
    outline: none !important;
}

.userAccountModal h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--Dark-spring-green);
}

.userAccountModal .btns {
    width: 100%;
}

.userAccountModal .modal-body .a {
    color: var(--Dark-spring-green);
    border-bottom: 1px solid var(--Dark-spring-green);
}

.zip_label_div {
    position: relative;
}

.zip_label_div .zip-label {
    position: absolute;
    top: -9px;
    left: 15px;
    background-color: var(--white);
    padding: 0 3px;
    color: var(--Lavender-gray);
    font-size: 15px;
    font-weight: 300;
    z-index: 4;
}

.zip_label_div .zip_label_input {
    font-size: 15px;
    font-weight: 400;
    border-radius: 10px;
    color: var(--Dark-spring-green);
    padding: 8px 20px;
    border: 1px solid var(--Lavender-gray);
}

.zip_label_div.input .zip_label_input {
    border-radius: 10px 0 0 10px !important;
    border-right: none;
}

.zip_label_div.input .input-group-text {
    background-color: var(--white);
    border-left: none;
    border-radius: 0 10px 10px 0;
}

.zip_label_div.select .zip_label_input {
    border-radius: 0 10px 10px 0 !important;
    border-left: none;
    letter-spacing: 0.25em;
}

.zip_label_div.select .input-group-text {
    background-color: var(--white);
    border-right: none;
    border-radius: 10px 0 0 10px;
}

.zip_label_div .zip_label_input::placeholder {
    color: var(--Lavender-gray);
}

.userAccountModal .horizontal_line {
    height: 1px;
    background-color: var(--Dark-spring-green);
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}


/* ================================= HEADER ================================= */
body {
    background-color: var(--white);
}

header {
    background-color: var(--white);
    padding-top: 12px;
    padding-bottom: 12px;
}

.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo {
    min-width: 50px;
    height: 60px;
}

header #check {
    display: none;
}

header .icon-burger {
    display: none;
}

.mobile_menu {
    border-top: 1px solid var(--Platinum);
    background-color: var(--Dark-spring-green);
    padding-left: 0;
    z-index: 3;
    position: fixed;
    width: 100%;
    /* height: 100%; */
    height: calc(100% - 70px);
    top: 70px;
    left: -100%;
    text-align: center;
    transition: all .5s;
    z-index: 9999999;
    overflow-y: auto;
}

header .right_header {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

header .social_icons {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    list-style: none;
    column-gap: 20px;
}

header .social_icons img {
    height: 25px;
}

.btns {
    font-size: 18px;
    font-weight: 400;
    color: var(--Dark-spring-green);
    text-align: center;
    user-select: none;
    background-color: transparent;
    border: 1px solid var(--Dark-spring-green);
    border-radius: 10px;
    padding: 8px 25px;
}

.btns:hover {
    color: var(--Dark-spring-green);
}

header .user_btn {
    background-color: var(--Golden-Yellow);
    border: none;
    padding: 5px 12px;
}

header .user_btn img {
    height: 18px;
}

header .social_icons li:first-child {
    margin-left: 0;
}

/* not log-in btn*/
header.log_out .user_btn {
    display: flex;
    align-items: center;
    padding: 10px 25px;
}

header.log_out .user_btn img {
    height: 22px;
}

header.log_out .user_btn p {
    margin-left: 10px;
    font-weight: 400;
    font-size: 18px;
}

header.log_out select.lang_switcher {
    border: none;
    outline: none;
}

header.log_out select.lang_switcher option:hover {
    background-color: #fff8bd;
}

header.log_out select.lang_switcher option:checked {
    background-color: #ffed00;
}

/* ============================= POSTER SECTION ============================= */

.poster {
    background-image: url(../images/poster.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

.poster h1 {
    font-family: "Abril_Fatface" !important;
    font-size: 50px;
    font-weight: 400;
    line-height: 57.04px;
    text-align: center;
    color: var(--white);
    text-shadow: 0px 4px 4px var(--Black);
}

.poster .input-group {
    margin: 150px auto;
    width: 80%;
}

.poster .input-group input::placeholder {
    color: var(--Dark-spring-green);
}

input:focus {
    box-shadow: none !important;
}

.poster .input-group>* {
    color: var(--Dark-spring-green);
    border-color: var(--Dark-spring-green);
    font-weight: 400;
    font-size: 18px;
    padding: 10px 15px;
}

.poster .input-group>:first-child {
    border-radius: 10px 0 0 10px;
}

.poster .input-group>:last-child {
    border-radius: 0 10px 10px 0;
    background-color: var(--Golden-Yellow);
    transition: .3s;
}

.poster .input-group .input-group-text:active {
    transform: scale(.95);
}

.poster .link_bar {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.poster .link_bar a {
    font-weight: 300;
    font-size: 18px;
    color: var(--white);
    position: relative;
    padding-bottom: 5px;
}

.poster .link_bar a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0px;
    transition: ease all 0.3s;
}

.poster .link_bar a:hover::before {
    width: 100%;
    background: var(--white);
}

/* ============================ SERVICES SECTION ============================ */

.services {
    padding: 60px 0 0 0
}

.services>.container>h3 {
    font-family: "Abril_Fatface" !important;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
}

.services .row-cols-1 {
    row-gap: 22px;
}

.services .card {
    border: none;
    background-color: transparent;
    height: 100%;
    transition: background-color 3s;
}

.services .services_card_images {
    background-repeat: no-repeat;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services .card:hover .services_card_images {
    background-color: #FFF8BD66;
    background-blend-mode: overlay;
}

.services .card .card-body {
    text-align: center;
    border: 1px solid var(--Lavender-gray);
    border-radius: 0px 0px 10px 10px;
    background-color: var(--white);
}

.services .card:hover .card-body {
    background-color: var(--Cornsilk);
    border-color: transparent;
}

.services .card .card-body h5 {
    font-family: 'Abril_Fatface' !important;
    font-weight: 400;
    font-size: 20px;
    color: var(--Dark-spring-green);
    margin-bottom: 0;
}

.services .btns {
    transform: scale(0) translateY(-100%);
    padding: 10px 15px;
    transition: transform .3s ease-out;
}

.services .card:hover .btns {
    transform: scale(1) translateY(0);

}

.dark_btns {
    font-weight: 700;
    background-color: var(--Dark-spring-green);
    color: var(--Golden-Yellow);
}

.dark_btns:hover {
    color: var(--Golden-Yellow);
}

/* ============================ LOCATION SECTION ============================ */

.location {
    padding: 60px 0;
    color: var(--Dark-spring-green);
}

.location>div {
    box-shadow: 0px 0px 20px var(--off-Black);
    border-radius: 10px;
}

.location .location_left {
    background-color: var(--white);
    border-radius: 10px 0 0 10px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.location .location_left h4 {
    font-family: 'Abril_Fatface' !important;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 35px;
}

.location .location_left p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
    font-family: 'Euclid_Flex_Light';
}

.location .location_left .location_btns {
    display: flex;
    align-items: center;
}

.location_left .location_btns .dark_btns {
    margin-right: 15px;
}

.location .location_right {
    background-image: url(../images/location_map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0 10px 10px 0;
}

/* =========================== APPOINTMENT SECTION ========================== */

.appointment {
    background-color: var(--Cornsilk);
    box-shadow: 0px 0px 20px var(--off-Black);
    padding: 60px 0;
    color: var(--Dark-spring-green);
    margin-top: 60px;
}

.appointment>.container>h3 {
    font-family: 'Abril_Fatface' !important;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
}

.appointment_left .image {
    background-image: url(../images/carousel_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 350px;
    border-radius: 10px;
}

.appointment .appointment_left .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.appointment_left .owl-dots .owl-dot {
    zoom: 1.3;
}

.appointment_left .owl-dots .owl-dot.active span {
    background-color: var(--Dark-spring-green);
}

.appointment_left .owl-dots .owl-dot span {
    background-color: var(--Cornsilk);
}

.appointment .appointment_right {
    padding-left: 45px;
}

.appointment .appointment_right h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 35px;
    font-family: 'Euclid_Flex_Medium';
}

.appointment .appointment_right p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Euclid_Flex_Light';
}

.appointment .appointment_right .appointment_btn {
    display: flex;
    justify-content: center;
    margin-top: 130px;
}

/* ============================= SIGN-UP SECTION ============================ */

.Sign_up {
    padding: 60px 0;
}

.Sign_up>div {
    box-shadow: 0px 0px 20px var(--off-Black);
    border-radius: 10px;
}

.Sign_up .appointment_left {
    background-image: url(../images/sign-up.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px 0 0 10px;
    position: relative;
}

.Sign_up .appointment_left h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 1.8rem 1.5rem;
    margin-bottom: 0;
    font-family: "Abril_Fatface" !important;
    font-size: 50px;
    font-weight: 400;
    color: var(--white);
    text-shadow: 0px 4px 24px #00000073
}

.Sign_up .appointment_right {
    color: var(--Dark-spring-green);
    background-color: var(--white);
    border-radius: 0 10px 10px 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

.Sign_up .appointment_right h3 {
    font-family: "Abril_Fatface" !important;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 35px;
}

.Sign_up .appointment_right .input-group {
    width: 90%;
    margin-bottom: 20px;
}

.Sign_up .appointment_right .input-group>* {
    border-color: var(--Dark-spring-green);
    font-weight: 300;
    font-size: 18px;
    padding: 10px 15px;
}

.Sign_up .appointment_right .input-group input {
    border-radius: 10px 0 0 10px;
    border-right: none;
}

.Sign_up .appointment_right .input-group input::placeholder {
    color: var(--Lavender-gray);
    font-family: 'Euclid_Flex_Light';
}

.Sign_up .appointment_right .input-group span {
    background-color: var(--white);
    border-radius: 0 10px 10px 0;
    border-left: none;
}

.Sign_up .appointment_right .form-check {
    margin-bottom: 25px;
    user-select: none;
}

.Sign_up .appointment_right .form-check .form-check-input[type=checkbox] {
    border-radius: 50%;
}

.Sign_up .appointment_right .form-check label {
    font-weight: 300;
    font-size: 14px;
    font-family: 'Euclid_Flex_Light';
}

.Sign_up .appointment_right .btns {
    padding: 8px 30px;
}

/* ================================= FOOTER ================================= */

footer {
    background-color: var(--Dark-spring-green);
    padding: 60px 0 20px 0;
}

footer .logo {
    min-width: 50px;
    height: 60px;
}

footer h5 {
    font-size: 25px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 35px;
}

footer a {
    font-size: 18px;
    font-weight: 300;
    color: var(--Lavender-gray);
    position: relative;
    font-family: Euclid_Flex_Light;
}

footer li a:after {
    content: "";
    position: absolute;
    width: 0px;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    transition: ease all 0.35s;
    background: var(--Cornsilk);
}

footer li a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

footer ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

footer a:hover {
    color: var(--Lavender-gray);
}

footer ul li {
    margin-bottom: 10px;
}

footer ul img {
    height: 25px;
    width: 25px;
}

footer ul .social a {
    margin-left: 15px;
    position: unset;
}

footer ul .social a:first-child {
    margin-left: 0;
}

footer .col-12 p {
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    color: var(--Lavender-gray);
    margin-top: 50px;
    font-family: 'Euclid_Flex_Light';
}

footer .col-12 p span {
    font-weight: 700;
    color: var(--white);
}

/* ========================================================================== */
/* ========================================================================== */


/* ========================================================================== */
/*                                SE CONNECTER                                */
/* ========================================================================== */

.carousel_section .item .card .card-text {
    color: var(--plum);
    font-size: 15px;
    font-weight: 500;
}

.carousel_section .owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 45%;
    width: 105%;
    transform: translateY(-50%);
    left: -23px;
}

.carousel_section .owl-theme .owl-nav button {
    border: 1px solid var(--Lavender-gray);
    font-size: 32px;
    border-radius: 50%;
    color: #000;
    background-color: var(--Golden-Yellow);
    height: 50px;
    width: 50px;
    margin: 0;
}

.carousel_section .item .card .card-text span {
    font-weight: 700;
}

.carousel_section .owl-theme .owl-nav [class*=owl-]:hover {
    color: var(--Black);
    background-color: var(--Golden-Yellow);
}

/* ========================================================================== */
/* ========================================================================== */

/* ========================================================================== */
/*                            BUSINESSES LIST PAGE                            */
/* ========================================================================== */

/* ================================= HEADER ================================= */

.Businesses_header {
    background-color: var(--Golden-Yellow);
}

.Businesses_header .top_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Businesses_header .input-group input::placeholder {
    color: var(--Dark-spring-green);
}

.Businesses_header .input-group {
    width: 100%;
}

.Businesses_header .input-group>* {
    color: var(--Dark-spring-green);
    border-color: var(--Dark-spring-green);
    font-weight: 300;
    font-size: 18px;
    padding: 10px 15px;
    font-family: 'Euclid_Flex_Light';
}

.Businesses_header .input-group>:first-child {
    border-radius: 10px 0 0 10px;
}

.Businesses_header .input-group>:last-child {
    background-color: var(--Dark-spring-green);
    border-radius: 0 10px 10px 0;
}

.Businesses_header .user_btn {
    background-color: var(--Dark-spring-green);
    padding: 5px 10px;
}

.Businesses_header .bottom_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 1rem;
    list-style: none;
}

.Businesses_header .bottom_header a {
    font-size: 18px;
    font-weight: 400;
    color: var(--Dark-spring-green);
    position: relative;
    padding-bottom: 5px;
}

.Businesses_header .bottom_header a:hover {
    text-decoration: none;
}

.Businesses_header .bottom_header a.active {
    font-weight: 600;
}

.Businesses_header .bottom_header a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0px;
    transition: ease all 0.3s;
}

.Businesses_header .bottom_header a:hover::before,
.Businesses_header .bottom_header a.active::before {
    width: 100%;
    background: var(--Dark-spring-green);
}

/* =========================== BUSINESSES HEADING =========================== */

.Businesses_heading {
    padding: 60px 0 30px 0;
}

.Businesses_heading h3 {
    font-family: 'Abril_Fatface' !important;
    font-size: 25px;
    font-weight: 400;
    color: var(--Dark-spring-green);
    /* margin-left: 160px; */
}

.Businesses_heading p {
    font-size: 15px;
    font-weight: 400;
    color: var(--Dark-spring-green);
    margin-bottom: 40px;
    font-family: 'Euclid_Flex_Light';
}

.Businesses_heading select {
    font-weight: 300;
    font-size: 18px;
    color: var(--Dark-spring-green);
    background-color: var(--white);
    padding: 8px;
    border: none;
    cursor: pointer;
    padding-left: 0px;
    font-family: 'Euclid_Flex_Light';
}

/* ============================= BUSINESSES LIST ============================ */

/* .Businesses_list {
      padding-left: 80px;
} */

.Businesses_list .container-fluid .col-md-3 {
    padding-right: 0;
}

.Businesses_card {
    background: var(--white);
    border: 1px solid var(--Platinum);
    box-shadow: 0px 0px 20px var(--off-Black);
    border-radius: 10px;
    overflow: hidden;
    /* margin-bottom: 30px; */
}

.Businesses_card .card_top {
    display: flex;
}

.Businesses_card .card_img {
    background-repeat: no-repeat;
    height: auto;
    min-height: 240px;
    width: 45%;
    background-size: cover;
    background-position: center;
}

.Businesses_card .card_img div {
    float: right;
    background-color: #17313A80;
    color: var(--white);
    text-align: center;
    padding: 8px 5px;
    min-width: 60px;
}

.Businesses_card .card_img div h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}

.Businesses_card .card_img div p {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Euclid_Flex_UltraLight';
}

.Businesses_card .card_heading {
    width: 55%;
    padding: 25px 20px 10px 20px;
    border-bottom: 1px solid var(--Platinum);
}

.Businesses_card .card_heading div {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    position: relative;
}

.Businesses_card .card_heading a {
    font-family: 'Abril_Fatface' !important;
    font-size: 20px;
    font-weight: 400;
    color: var(--Dark-spring-green);
    display: inline-block;
}

.heart_checkbox {
    position: absolute;
    right: 3%;
    font-size: 40px;
    cursor: pointer;
}

.heart_checkbox>input[type="checkbox"],
.heart_checkbox>.fill,
.heart_checkbox>input[type="checkbox"]:checked~.not_fill {
    display: none;
}

.heart_checkbox>input[type="checkbox"]:checked~.fill {
    display: block;
}

.heart_checkbox .not_fill {
    color: var(--Platinum);
}

.heart_checkbox .fill {
    color: var(--Pastel-magenta);
}

.Businesses_card .card_heading div img {
    height: fit-content;
    margin-right: 15px;
    align-self: flex-start;
}

.Businesses_card .card_heading h5 {
    font-size: 15px;
    font-weight: 400;
    color: var(--plum);
    margin: 0;
}

.Businesses_card .card_heading h5>b {
    text-decoration: underline;
    color: var(--Dark-spring-green);
}

.Businesses_card .card_heading p {
    font-size: 13px;
    font-weight: 300;
    color: var(--plum);
    font-family: 'Euclid_Flex_Light';
}

.Businesses_card .card_heading>div>button {
    background-color: var(--Dark-spring-green);
    color: var(--white);
    font-weight: 400;
    font-size: 16px;
    margin-left: 1.6rem;
}

.card_list>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    border-bottom: 1px solid var(--Platinum);
    column-gap: 5px;
}

.card_list .list_left {
    font-weight: 400;
    font-size: 18px;
    color: var(--Dark-spring-green);
}

.card_list .list_right {
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.card_list .list_right p {
    font-size: 18px;
    font-weight: 100;
    color: var(--plum);
    font-family: 'Euclid_Flex_Light';
}

.card_list .list_right p>s {
    font-weight: 300;
    color: var(--Dark-spring-green);
}

.card_list .list_right p>span {
    font-weight: 700;
    color: var(--Dark-spring-green);
    font-family: 'Euclid_Flex_Medium';
}

.card_list .list_right a {
    background-color: var(--Golden-Yellow);
    font-size: 15px;
    font-weight: 500;
    border: 0;
    padding: 6px 35px;
    font-family: 'Euclid_Flex_Bold';
}

.card_list .list_right a:hover {
    text-decoration: none;
}

.Businesses_card .card_b_btn {
    text-align: center;
}

.Businesses_card .card_b_btn a {
    display: inline-block;
    margin: 30px 0;
    font-weight: 400;
}

.Businesses_card .card_b_btn p {
    margin: 30px 0;
    font-size: 18px;
    font-weight: 400;
    color: var(--Dark-spring-green);
}

.Businesses_list .map_content {
    height: 98%;
    margin-bottom: 30px;
    border-radius: 10px 0 0 10px;
}

.gm-style .gm-style-iw-c {
    padding: 0;
}

.gm-style .gm-style-iw-d {
    overflow: unset !important;
}

.gm-style .gm-ui-hover-effect {
    background-color: var(--white) !important;
    border-radius: 50%;
}

.map_custom_popup {
    width: 100%;
    max-width: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.map_custom_popup .map_card_img {
    background-repeat: no-repeat;
    height: 120px;
    background-size: cover;
    background-position: center;
}

.map_custom_popup h3 {
    font-family: 'Abril_Fatface' !important;
    font-size: 15px;
    font-weight: 400;
    color: var(--Dark-spring-green);
}

.map_custom_popup p {
    font-size: 13px;
    font-weight: 400;
    color: var(--plum);
}

.map_custom_popup h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--Dark-spring-green);
    margin: 0;
}

.map_custom_popup .map_card_bottom {
    padding: 8px 12px;
}

.map_custom_popup .map_card_bottom>* {
    margin-bottom: 15px;
}

.map_custom_popup .map_card_bottom>:last-child {
    margin-bottom: 0;
}

.map_custom_popup .map_card_bottom>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map_custom_popup .map_card_bottom>div>div {
    display: flex;
}

.map_custom_popup .map_card_bottom img {
    height: 17px;
    width: 18px;
}

.map_custom_popup .map_card_bottom .map_card_btn {
    justify-content: center;
}

.map_custom_popup .btns {
    font-size: 15px;
    font-weight: 500;
}


.ev_tabel_footer {
    padding-bottom: 30px;
}

.ev_tabel_footer .pagination li {
    margin: 0 5px;
}

.ev_tabel_footer .pagination li a {
    background: var(--white);
    border: 1px solid var(--Lavender-gray);
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    color: var(--Dark-spring-green);
}

.ev_tabel_footer .pagination .page-item:first-child .page-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


.ev_tabel_footer .pagination .page-item:last-child .page-link {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ev_tabel_footer .pagination .page-link.disable {
    background-color: var(--Cerise-pink);
}

.ev_tabel_footer .pagination {
    justify-content: center;
}

.ev_tabel_footer .pagination img {
    vertical-align: unset;
}

.ev_tabel_footer .pagination li a.active {
    background-color: var(--Dark-spring-green);
    color: var(--white);
}

.ev_tabel_footer .pagination li span {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.ev_tabel_footer .pagination .page-link:focus {
    box-shadow: none;
}

.Businesses_list .map_contentfront,
.Businesses_list .map_contentfront>div,
.Businesses_list .map_contentfront iframe {
    height: 100%;
    display: flex;
}

/* ========================================================================== */
/* ========================================================================== */

/* ========================================================================== */
/*                               BUSSINESS PAGE                               */
/* ========================================================================== */

.lipo_sec {
    padding-bottom: 0;
}

.lipo_sec h3 {
    font-size: 25px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.lipo_sec h3 .heart_checkbox {
    position: unset;
    margin-left: 35px;
}

.lipo_sec .business_sm_text {
    font-size: 15px !important;
    font-weight: 300 !important;
    color: var(--plum) !important;
    text-decoration: underline;
    margin-left: 10px;
}

.lipo_sec .business_sm_text .shop_location {
    margin-right: 10px;
    height: 20px;
}

.lipo_sec p {
    margin-bottom: 15px;
    font-size: 20px;
}

.lipo_sec p .star {
    margin: 0 10px;
}

.bussiness_page .business_lipo_sec {
    margin-bottom: 10px;
}

.bussiness_page .item .bussiness_img {
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bussiness_page {
    padding: 30px 0;
}

.bussiness_page .business_text {
    font-size: 15px;
    font-weight: 400;
    color: var(--plum);
    padding: 10px 0;
}

.bussiness_page .business_text>img {
    margin-right: 10px;
}

.bussiness_page .owl-theme .owl-stage-outer {
    border-radius: 10px;
}

.bussiness_data .input input {
    background-color: var(--Platinum);
    font-size: 15px;
    font-weight: 300;
    color: var(--plum);
    padding: 10px 30px;
}

.bussiness_data .input .input-group-text {
    background-color: var(--Platinum);
}

.bussiness_data .form-select {
    padding: 10px 30px;
    border-radius: 10px;
    color: var(--plum);
    font-size: 15px;
    font-family: 'Euclid_Flex_Light';
}

.bussiness_data .card_list p {
    margin-bottom: 0px;
}

.bussiness_data .card_list .list_right p {
    font-size: 14px;
}

.bussiness_data .card_list .list_left {
    font-size: 16px;
}

.bussiness_data .business_title {
    padding: 45px 0 20px 0;
    font-size: 20px;
    font-weight: 400;
    font-family: "Abril_Fatface" !important;
}

.bussiness_data .card {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.bussiness_data {
    padding-bottom: 50px;
}

.bussiness_data .data_left .business_card_list {
    padding: 0 15px;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--Platinum);
}

.bussiness_data .data_left .business_card_list:last-child {
    border-bottom: 0;
}

.bussiness_data .data_left .business_card_list p {
    padding: 10px;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Euclid_Flex_Medium';
}

.bussiness_data .data_left .business_card_list.today p {
    font-weight: 700;
}

.bussiness_data .data_left .business_card_list.disable p {
    opacity: 0.3;
}

.bussiness_data .data_left .business_card_list.disable.today p {
    font-weight: 400;
}

.bussiness_data .data_left .business_card_list .business_card_header {
    font-size: 18px;
    font-weight: 400;
    font-family: "Abril_Fatface" !important;
}

.business_client .client_data {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.business_client .client_data .client_left {
    padding: 20px;
}

.business_client .client_data .client_left .client_header {
    display: flex;
    justify-content: space-between;
}

.business_client .client_data .client_left .client_header select {
    width: 50%;
}

.business_client .client_data .client_left .client_header h5 {
    font-family: "Abril_Fatface" !important;
    font-weight: 400;
    font-size: 20px;
}

.business_client .user .user_detail {
    display: flex;
}

.business_client .user {
    border-bottom: 1px solid var(--Platinum);
    padding: 15px 0;
}

.business_client .user .user_detail img {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    margin-right: 15px;
}

.business_client .user .user_detail .user_data p {
    font-size: 18px;
    font-weight: 400;
    color: var(--Dark-spring-green);
    line-height: 25px;
}

.business_client .user .user_detail .user_data p span {
    font-weight: 300;
    color: var(--plum);
}

.business_client .user .user_rating {
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0;
    color: var(--Dark-spring-green);
    font-family: 'Euclid_Flex_Light';
}

.business_client .user .user_rating span {
    margin-right: 5px;
    font-family: 'Euclid_Flex_Light';
}

.business_client .user .user_comment {
    font-size: 18px;
    font-weight: 400;
    color: var(--Dark-spring-green);
}

.business_client .client_left .user_pages {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 5px 0;
}

.business_client .client_left .user_pages .previous {
    font-size: 18px;
    font-weight: 400;
    color: var(--Lavender-gray);
}

.business_client .client_left .user_pages .previous>img {
    margin-right: 5px;
    vertical-align: unset;
}

.business_client .client_left .user_pages .next {
    font-size: 18px;
    font-weight: 400;
    color: var(--Dark-spring-green);
}

.business_client .client_left .user_pages .next>img {
    margin-left: 5px;
    vertical-align: unset;
}

.business_client .client_right {
    padding: 20px;
}

.business_client .user_right {
    border-left: 1px solid var(--Platinum);
    padding-left: 0;
}

.business_client .client_right .total_rating {
    text-align: center;
}

.business_client .client_right .total_rating h2 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 0;
}

.business_client .client_right .total_rating span img {
    height: 35px;
}

.business_client .client_right .total_rating p {
    font-size: 20px;
    font-weight: 400;
}

.business_client .client_right .user_progress {
    padding-top: 10px;
}

.business_client .client_right .user_progress .personal_progress {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.business_client .client_right .user_progress .personal_progress .progress {
    width: 50%;
    margin: 0 10px;
    border-radius: 10px;
    background-color: var(--Lavender-gray);
}

.business_client .client_right .personal_progress .progress .progress-bar {
    border-radius: 10px;
}

.business_client .client_right .user_progress .personal_progress p {
    text-decoration: underline;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Euclid_Flex_Light';
}

.bussiness_data .data_left {
    padding-left: 35px;
}

.client_profile {
    padding: 30px 0;
}

.client_profile .owl-carousel .card .card-body {
    text-align: left;
}

.center_location {
    padding: 40px 0;
}

.center_location .shop_left p {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
}

.center_location .shop_left p a {
    color: var(--plum);
    text-decoration: underline;
}

.center_location .shop_left span img {
    height: 30px;
    margin: 15px 10px;
}

.lipo_sec h3 img {
    margin-right: 10px;
}

.center_location .shop_right {
    height: 100%;
}

.center_location .shop_right #map {
    height: 35vh;
}

.center_location .shop_right .business_sm_text {
    display: flex;
    font-size: 15px !important;
    font-weight: 300 !important;
    color: var(--plum) !important;
    text-decoration: underline;
    padding-top: 15px;
}

.center_location .shop_right .business_sm_text img {
    height: 20px;
    margin-right: 10px;
}

.carousel_section .owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
}

.carousel_section .owl-carousel .item {
    height: 100%;
    margin-left: 4px;
}

/* ========================================================================== */
/* ========================================================================== */

/* ========================================================================== */
/*                              BUSSINESS PAGE 2                              */
/* ========================================================================== */

.bussiness_2 .business_2_text {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
    font-family: 'Euclid_Flex_Bold';
    margin-bottom: 0;
}

.bussiness_2 h3 {
    margin: 15px 0;
}

.business_data_2 .data_right .card .card-header {
    background-color: transparent;
    font-weight: 400;
    font-size: 20px;
    font-family: "Abril_Fatface" !important;
}

.business_data_2 .business_title {
    padding: 20px;
    margin: 0;
}

.business_data_2 .data_right .card .card-body {
    font-weight: 400;
    font-size: 18px;
    padding: 25px;
}

.business_data_2 .data_right .card {
    height: 100%;
}

.business_data_2 .data_right {
    height: 100%;
}

.business_data_2 .data_right .card .card-body p {
    margin-bottom: 35px;
}

.business_data_2 .data_right .card .card-body ul li {
    font-family: 'Euclid_Flex_Light';
}

.business_data_2 .data_right .btns {
    background-color: var(--Golden-Yellow);
    font-size: 15px;
    font-weight: 500;
    border: 0;
    padding: 10px 35px;
    font-family: 'Euclid_Flex_Bold';
    width: 50%;
    display: block;
    margin: 40px auto 0 auto;
}

.business_2_card .card .card-body {
    text-align: left;
}

.business_2_card .card .card-body p {
    color: var(--Dark-spring-green);
}

.business_2_card .card:hover .services_card_images {
    background-color: inherit;
    background-blend-mode: unset;
}

.business_2_card .card:hover .card-body {
    background-color: var(--white);
    border-color: var(--Lavender-gray);
}

/* ========================================================================== */
/* ========================================================================== */

/* ========================================================================== */
/*                              RESERVATION DATE                              */
/* ========================================================================== */

/* ================================= HEADER ================================= */

.reservation_header {
    background-color: var(--Golden-Yellow);
}

.reservation_header .head>a {
    margin-right: 30px;
}

.reservation_header .head {
    justify-content: start;
    color: var(--Dark-spring-green);
}

.reservation_header .title {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 8px;
}

.reservation_header .title>* {
    margin-bottom: 0;
}

.reservation_header .title h3 {
    font-family: 'Abril_Fatface' !important;
    font-size: 25px;
    font-weight: 400;
    margin-right: 5px;
}

.reservation_header .title h5 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Euclid_Flex_Bold';
}

.reservation_header .head div img {
    filter: brightness(0);
}

.reservation_header p {
    font-weight: 300;
    font-size: 15px;
    font-family: 'Euclid_Flex_Light';
    text-decoration: underline;
}

.reservation_header p>img {
    margin-right: 5px;
}

/* ================================ SELECTION =============================== */

.reservation_selection {
    padding: 60px 0 0 0;
}

.reservation_selection .container>h3 {
    font-family: 'Abril_Fatface' !important;
    font-size: 20px;
    font-weight: 400;
    color: var(--Dark-spring-green);
    margin-bottom: 30px;
}

.reservation_card {
    background: var(--white);
    border: 1px solid var(--Platinum);
    box-shadow: 0px 0px 20px var(--off-Black);
    border-radius: 10px;
    padding: 15px 30px;
}

.reservation_selection .reservation_card .row {
    align-items: center;
    color: var(--Dark-spring-green);
}

.reservation_selection .description p {
    font-size: 18px;
    font-weight: 400;
}

.reservation_selection .description p>.time {
    font-family: 'Euclid_Flex_Light';
}

.reservation_selection .price p {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Euclid_Flex_Medium';
}

.reservation_selection .price p>s {
    font-weight: 300;
    font-family: 'Euclid_Flex_Light';
}

.reservation_selection select {
    font-size: 15px;
    font-weight: 300;
    padding: 10px 20px;
    border-radius: 10px;
    font-family: 'Euclid_Flex_Light';
}

.reservation_selection .delete a {
    font-size: 15px;
    font-weight: 300;
    color: var(--Dark-spring-green);
    font-family: 'Euclid_Flex_Light';
    text-decoration: underline;
}

.reservation_selection .total {
    margin-left: auto;
    width: 30%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
    padding: 12px;
}

.reservation_selection .total h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--Dark-spring-green);
    margin: 0;
    font-family: 'Euclid_Flex_Bold';
}

.reservation_selection .add_service {
    display: inline-block;
}

.reservation_selection .add_service .fa-circle-plus {
    margin-right: 15px;
}

/* ============================= DATE SELECTION ============================= */

.date_selection {
    padding: 60px 0 30px 0;
}

.date_selection h3 {
    font-family: 'Abril_Fatface' !important;
    font-size: 20px;
    font-weight: 400;
    color: var(--Dark-spring-green);
    margin-bottom: 30px;
}

.date_selection .date_select {
    padding: 10px 20px;
}

.date_selection .date_select .item label {
    font-size: 18px;
    font-weight: 400;
    color: var(--Dark-spring-green);
    display: inline-block;
    padding: 5px 25px;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
}

.date_selection .date_select .item input {
    display: none;
}

.date_selection .date_select .item input:checked~label {
    background: var(--Golden-Yellow);
    font-weight: 700;
    font-family: 'Euclid_Flex_Bold';
}

.date_selection .date_select .owl-nav {
    margin-top: 0;
}

.date_selection .date_select .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
}

.date_selection .date_select .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
}

.date_selection .date_select .owl-nav button span {
    font-size: 30px;
}

.date_selection .date_select .owl-nav button:hover {
    background-color: inherit;
    color: inherit;
}


.date_selection .time_table {
    text-align: center;
    padding: 0;
    color: var(--Dark-spring-green);
}

.date_selection ._table {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.date_selection ._table>div {
    width: 100%;
}

.date_selection ._table ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

._table ul li h5 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Euclid_Flex_Medium';
}

._table ul li:first-child {
    border-top: 1px solid var(--Platinum);
    border-bottom: 1px solid var(--Platinum);
    border-left: 1px solid var(--Platinum);
    min-height: 100px;
    display: grid;
    place-items: center;
}

._table .matin ul li:first-child {
    border-left: none;
}

._table ul li:first-child,
._table ul li:last-child {
    margin-bottom: 30px;
}

._table ul li {
    margin-bottom: 7px;
}

._table a {
    font-size: 18px;
    font-weight: 400;
    border: 1px solid var(--Lavender-gray);
    border-radius: 10px;
    color: var(--Dark-spring-green);
    padding: 4px;
    display: inline-block;
    min-width: 100px;
    font-family: 'Euclid_Flex_Medium';
}

._table a:hover {
    background-color: var(--Golden-Yellow);
}

/* ========================================================================== */
/* ========================================================================== */

/* ========================================================================== */
/*                              Réservation-prestation                        */
/* ========================================================================== */

.reservation_selection .reservation_content>h3 {
    font-family: 'Abril_Fatface' !important;
    font-weight: 400;
    color: var(--Dark-spring-green);
    font-size: 20px;
}

.reservation_selection .reservation_content {
    display: flex;
    justify-content: space-between;
}

.reservation_prestation {
    padding-bottom: 30px;
}

.bussiness_data .card_list .read_more {
    color: var(--plum);
    text-decoration: underline;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Euclid_Flex_Light';
}

.second_reservation {
    margin-top: 20px;
}

/* =========================== Réservation ACCOUNT ========================== */


.identification {
    padding: 30px 0 0 0;
}

.identification .identification_card {
    margin-bottom: 30px;
}

.identification .identification_card .reservation_card .forget_pass {
    text-decoration: underline;
    color: var(--Dark-spring-green);
    width: auto;
    padding: 0;
    margin-top: 25px;
    border: 0;
}

.identification .identification_card .reservation_card>a,
.identification .identification_card .reservation_card button.card_dark_btn,
.identification .identification_card .reservation_card a {
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Euclid_Flex_Light';
    border: 1px solid var(--Dark-spring-green);
}

.identification .identification_card .reservation_card .card_dark_btn {
    background-color: var(--Dark-spring-green);
    color: var(--white);
}

.identification .identification_card .reservation_card .card_white_btn {
    background-color: transparent;
    color: var(--Dark-spring-green);
}

.identification .identification_card .reservation_card p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    color: var(--Dark-spring-green);
    font-family: Euclid_Flex_Bold;
}

.identification .identification_card .reservation_card {
    text-align: center;
    padding: 30px;
}

.identification .container>h3 {
    font-family: 'Abril_Fatface' !important;
    font-size: 20px;
    font-weight: 400;
    color: var(--Dark-spring-green);
    margin-bottom: 30px;
}

/* =========================== Réservation Signup =========================== */

.identification .zip_label_div .zip-label {
    font-size: 13px;
}

.identification .zip_label_div .zip_label_input {
    font-size: 15px;
    font-weight: 400;
    border-radius: 10px;
    color: var(--Dark-spring-green);
    padding: 10px 20px;
}

.identification .zip_label_div {
    position: relative;
    margin-bottom: 30px;
}

.identification .input-phone input,
.identification .input-phone button {
    font-size: 15px;
    font-weight: 300;
    padding: 10px;
}

.identification .input-phone button {
    display: flex;
    align-items: center;
    border-radius: 10px 0 0 10px;
    border-right: 0;
    line-height: unset;
}

.identification .input-phone input {
    border-radius: 0 10px 10px 0 !important;
    border-left: 0;
}

.identification .input-phone button:focus,
.identification .input-phone button:hover,
.identification .input-phone input:focus {
    box-shadow: none;
    background-color: var(--white) !important;
    border-color: var(--Lavender-gray) !important;
    outline-offset: 0 !important;
    outline: none !important;
}

.infos_identification .reservation_card {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.infos_identification .reservation_card p {
    font-size: 18px;
    font-weight: 400;
    color: var(--Dark-spring-green);
}

.infos_identification .reservation_card.disable p,
.infos_identification .reservation_card.disable a {
    color: var(--Lavender-gray);
    pointer-events: none;
}

.infos_identification .reservation_card a {
    font-size: 15px;
    font-weight: 300;
    color: var(--Dark-spring-green);
    font-family: 'Euclid_Flex_Light';
    text-decoration: underline;
}

.infos_identification button {
    width: 100%;
    margin-bottom: 30px;
}

/* =========================== Réservation Modals =========================== */

.verify_modal {
    text-align: center;
    color: var(--Dark-spring-green);
}

.verify_modal .modal-body {
    padding: 35px 20px;
}

.verify_modal h3 {
    font-family: 'Abril_Fatface';
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.verify_modal h5 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 35px;
    font-family: 'Euclid_Flex_Medium';
}

.verify_modal form input {
    font-weight: 300;
    font-size: 15px;
    padding: 10px 20px;
    max-width: 60%;
    margin: 0 auto;
    border-radius: 10px;
    border-color: var(--Lavender-gray);
}

.verify_modal form input::placeholder {
    color: var(--Lavender-gray);
}

.verify_modal .dark_btns {
    font-weight: 400;
    width: 60%;
    margin-top: 20px;
    padding: 7px 20px;
}

.verify_modal p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 60px;
}

.verify_modal .resend_btn {
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
    border: none;
    background-color: var(--white);
    margin-top: 5px;
    font-family: 'Euclid_Flex_Medium';
}

.waiting_for_confirmation .modal-body {
    padding: 35px 20px;
    text-align: center;
    color: var(--Dark-spring-green);
}

.waiting_for_confirmation .btn-close {
    position: absolute;
    top: 2%;
    right: 1%;
    z-index: 1;
}

.waiting_for_confirmation .modal-body .fa-clock {
    color: var(--Golden-Yellow);
    font-size: 60px;
    margin-bottom: 15px;
}

.waiting_for_confirmation .modal-body .fa-check {
    color: var(--Green);
    font-size: 60px;
    margin-bottom: 15px;
}

.waiting_for_confirmation h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'Euclid_Flex_Medium';
}

.waiting_for_confirmation p {
    font-size: 17px;
    font-weight: 400;
    color: var(--plum);
}

.waiting_for_confirmation .modal-body a {
    display: inline-block;
    font-weight: 400;
    margin-top: 60px;
    width: 50%;
    font-family: 'Euclid_Flex_Light';
    padding: 10px 20px;
}

.thanks_modal h3 {
    margin-bottom: 5px;
}

.thanks_modal h4 {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 20px;
}

.thanks_modal p {
    color: var(--Dark-spring-green);
    margin-bottom: 15px !important;
}

.thanks_modal .end_social img {
    filter: brightness(0.1);
}

/* ========================================================================== */
/*                          MES RENDEZ - VOUS A VENIR                         */
/* ========================================================================== */

.mes_header {
    background-color: var(--Golden-Yellow);
}

.mes_header .mes_nav {
    display: contents;
    list-style: none;
}

.mes_header .mes_nav a {
    font-size: 18px;
    font-weight: 300;
    color: var(--Dark-spring-green);
    font-family: 'Euclid_Flex_Light';
    position: relative;
    padding-bottom: 10px;
}

.mes_header .mes_nav a.active,
.mes_nav_content .navs a.active {
    font-weight: 500;
    font-family: 'Euclid_Flex_Medium';
}

.mes_header .mes_nav a::before,
.mes_nav_content .navs a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0px;
    transition: ease all 0.3s;
}

.mes_header .mes_nav a:hover::before,
.mes_header .mes_nav a.active::before,
.mes_nav_content .navs a:hover::before,
.mes_nav_content .navs a.active::before {
    width: 100%;
    background: var(--Dark-spring-green);
}

.mes_header .user_btn {
    background-color: var(--Dark-spring-green);
}

.mes_nav_content {
    padding: 40px 0;
}

.mes_nav_content .navs {
    display: flex;
    list-style: none;
    column-gap: 80px;
    margin-bottom: 30px;
    padding-left: 0;
}

.mes_nav_content .navs a {
    font-size: 18px;
    font-weight: 300;
    color: var(--Dark-spring-green);
    position: relative;
    padding-bottom: 10px;
    font-family: 'Euclid_Flex_Light';
    display: block;
}

.mes_card {
    background: var(--white);
    border: 1px solid var(--Platinum);
    box-shadow: 0px 0px 20px var(--off-Black);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px
}

.mes_card:last-child {
    margin-bottom: 0;
}

.mes_card .card_top {
    display: flex;
}

.mes_card .card_img {
    background-repeat: no-repeat;
    height: auto;
    min-height: 215px;
    width: 30%;
    background-size: cover;
    background-position: center;
}

.mes_card .card_heading {
    width: 70%;
    border-bottom: 1px solid var(--Lavender-gray);
    display: flex;
    flex-direction: column;
}

.mes_card .card_heading .card_heading_top {
    padding: 25px 20px 10px 20px;
    border-bottom: 1px solid var(--Lavender-gray);
}

.mes_card .card_heading .card_heading_top div {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.mes_card .card_heading .card_heading_top h3 {
    font-family: 'Abril_Fatface';
    font-size: 20px;
    font-weight: 400;
    color: var(--Dark-spring-green);
    display: inline-block;
    margin-bottom: 0;
}

.mes_card .card_heading .card_heading_top .badge {
    font-size: 15px;
    font-weight: 400;
    border-radius: 10px;
    padding: 10px;
    margin-left: auto;
}

.mes_card .card_heading .card_heading_top .badge.confirmed_badge {
    background-color: var(--Green);
    color: var(--white);
}

.mes_card .card_heading .card_heading_top div img {
    height: fit-content;
    margin-right: 15px;
    align-self: flex-start;
}

.mes_card .card_heading .card_heading_top h5 {
    font-size: 15px;
    font-weight: 400;
    color: var(--plum);
    margin: 0;
}

.mes_card .card_heading .card_heading_top h5>b {
    text-decoration: underline;
    color: var(--Dark-spring-green);
}

.mes_card .card_heading .card_heading_bottom {
    display: flex;
    align-items: center;
    margin: auto 0;
    padding: 0 20px;
    justify-content: space-between;
}

.mes_card .card_heading .card_heading_bottom h2 {
    font-family: "Euclid_Flex_Medium";
    font-size: 24px;
    font-weight: 700;
    color: var(--Dark-spring-green);
    margin-bottom: 0;
}

.mes_card .card_heading .card_heading_bottom button {
    font-size: 15px;
    font-weight: 400;
    color: var(--Red);
    padding: 10px 25px;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 0px 20px #0000001a;
    background-color: var(--white);
}

.mes_card .card_heading .card_heading_bottom p {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Euclid_Flex_Light';
}

.mes_card .card_heading .card_heading_bottom .comp {
    color: var(--Green);
}

.mes_card .card_heading .card_heading_bottom .canc_ab {
    color: var(--Red);
}

.mes_card .card_bottom .mes_card_list {
    padding: 30px 40px;
}

.mes_card .card_bottom .mes_card_list>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    margin-bottom: 20px;
}

.mes_card .card_bottom .mes_card_list>div:last-child {
    margin-bottom: 0;
}

.mes_card .card_bottom .mes_card_list>div p {
    font-size: 18px;
    font-weight: 400;
    color: var(--Dark-spring-green);
}

.mes_card .card_bottom .mes_card_list>div .time {
    color: var(--plum);
    font-family: 'Euclid_Flex_Light';
}

.mes_card .card_bottom .card_info {
    padding: 30px 30px;
    display: flex;
    column-gap: 15px;
    border-top: 1px solid var(--Lavender-gray);
}

.mes_card .card_bottom .card_info p {
    font-size: 18px;
    font-weight: 400;
    color: var(--Lavender-gray);
}

.mes_card .card_heading .card_heading_top .badge.w_confirmed_badge {
    color: var(--white);
    background-color: var(--Green);
}

.mes_card .card_heading .card_heading_top .badge.w_canceled_badge {
    color: var(--white);
    background-color: var(--Red);
}

.mes_card .card_heading .card_heading_top .badge.w_waiting_badge {
    color: var(--Dark-spring-green);
    background-color: var(--Golden-Yellow);
}

.mes_card .card_heading .card_heading_bottom .w_confirmed {
    color: var(--Green);
}

.mes_card .card_heading .card_heading_bottom .w_canceled {
    color: var(--Red);
}

.mes_card .card_heading .card_heading_bottom .w_waiting {
    color: var(--Golden-Yellow);
}

.mes_card .card_bottom .card_b_btn {
    padding: 30px;
    border-top: 1px solid var(--Lavender-gray);
}

.mes_card .card_bottom .card_b_btn .btns {
    display: inline-block;
    font-weight: 400;
    min-width: 270px;
    padding: 8px 45px;
}

.mes_card .card_bottom .card_b_btn .yellow_btn {
    border-color: var(--Golden-Yellow);
    background-color: var(--Golden-Yellow);
    margin-left: 25px;
}

.mes_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    column-gap: 10px;
}

.mes_pagination .mes_prev {
    margin-right: 5px;
    font-weight: 400;
}

.mes_pagination a {
    color: var(--Dark-spring-green);
    font-family: 'Euclid_Flex_Light';
    font-size: 18px;
    font-weight: 300;
}

.mes_pagination .disable a {
    color: var(--Lavender-gray);
    pointer-events: none;
}

.mes_pagination .active a {
    font-family: 'Euclid_Flex_Medium';
    font-weight: 400;
}

.mes_pagination .active .nav_link {
    pointer-events: none;
    font-weight: 700;
}

.mes_pagination .mes_next {
    margin-left: 5px;
    font-weight: 400;
}

/* =============================== Mes Favour =============================== */

.favoris {
    padding: 40px 0;
}

.favoris .favoris_row {
    row-gap: 25px;
}

.favoris .card {
    border: none;
    background-color: transparent;
    height: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.favoris .favoris_card_img {
    background-repeat: no-repeat;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.favoris .card .card-body {
    border: 1px solid var(--Platinum);
    border-radius: 0px 0px 10px 10px;
    background-color: var(--white);
}

.favoris .card .card-body h5 a {
    font-family: 'Abril_Fatface' !important;
    font-weight: 400;
    font-size: 20px;
    color: var(--Dark-spring-green);
    margin-bottom: 0;
}

.favoris .card .card-body h5 {
    margin-bottom: 15px;
}

.favoris .card .card-text {
    font-size: 15px;
    font-weight: 500;
    color: var(--plum);
    font-family: 'Euclid_Flex_Light';
    display: flex;
}

.favoris .card .card-text .shop_location {
    margin-right: 10px;
    height: 20px;
}

.favoris .card .find_map {
    font-size: 15px;
    font-weight: 400;
    color: var(--Dark-spring-green);
    text-decoration: underline;
    font-family: 'Euclid_Flex_Medium';
    margin-left: 22px;
}

/* ============================ Mes commentaires ============================ */

.full_height {
    margin: 0;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.full_height>header {
    flex: none;
}

.full_height>section {
    flex: auto;
    /* min-height: calc(53vh - 6.8px); */
    min-height: calc(100vh - 85px);
}

.full_height>footer {
    flex: none;
}

.commentaires {
    padding: 40px 0;
}

.commentaires .favoris_card_img {
    background-repeat: no-repeat;
    height: 240px;
    background-size: cover;
    background-position: center;
    border-radius: 10px 0px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commentaires .commentaires_card .card {
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.commentaires .commentaires_card .commentaires_right .header_text {
    display: flex;
    justify-content: space-between;
}

.commentaires .commentaires_card .commentaires_right .header_text h5 {
    font-family: 'Abril_Fatface' !important;
    font-weight: 400;
    font-size: 20px;
    color: var(--Dark-spring-green);
    margin-bottom: 0;
}

.commentaires .commentaires_card .commentaires_right .header_text button {
    background-color: transparent;
    border: none;
    color: red;
    font-size: 15px;
    font-weight: 300;
}

.commentaires .commentaires_card .card .card-body {
    height: 100%;
    padding: 25px 25px 25px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.commentaires .commentaires_card .commentaires_right .star {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 300;

    margin: 20px 0;
}

.commentaires .commentaires_card .commentaires_right .star .date {
    margin-left: auto;
    color: var(--plum);
    font-family: 'Euclid_Flex_Light';
}

.commentaires .commentaires_card .commentaires_right .star .star_text {
    margin-left: 10px;
    color: var(--Dark-spring-green);
    font-family: 'Euclid_Flex_Light';
    position: relative;
}

.commentaires .commentaires_card .commentaires_right .star .star_text:nth-last-of-type(1)::after {
    content: '';
}

.commentaires .commentaires_card .commentaires_right .star .star_text::after {
    position: absolute;
    color: var(--Dark-spring-green);
    font-family: 'Euclid_Flex_Light';
    content: ',';
    right: -5px;
    bottom: 0;
}

.commentaires .commentaires_card .commentaires_right .card_text {
    font-weight: 400;
    font-size: 18px;
}

/* =============================== Mon Profile ============================== */

.mon_profile .reservation_card {
    margin-bottom: 20px;
}

.porfile_img {
    margin-bottom: 20px;
}

.mon_profile .img_card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mon_profile .img_card>div {
    position: relative;
}

.mon_profile .img_card>div>img {
    width: 100%;
    /* height: 120px; */
    border-radius: 10px;
}

.mon_profile .img_card #Photo_camera_btn {
    display: none;
}

.mon_profile .img_card .Photo_camera {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

.mon_profile .img_card .Photo_camera img {
    border-radius: 10px;
    padding: 6px;
    background-color: var(--white);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.mon_profile .img_card p {
    font-weight: 400;
    font-size: 17px;
    color: var(--Dark-spring-green);
    margin-top: 15px;
    line-height: 21px;
}

.mon_profile .out_btn_div {
    text-align: center;
}

.mon_profile .out_btn {
    color: var(--Red);
    background-color: var(--white);
    border: none;
    padding: 10px 20px;
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-weight: 300;
    font-size: 15px
}

.mon_profile .reservation_card>.row {
    row-gap: 30px;
}

.mon_profile .reservation_card h3 {
    font-family: 'Euclid_Flex_Medium';
    font-size: 18px;
    font-weight: 700;
    color: var(--Dark-spring-green);
    margin: 25px 0px;
}

.mon_profile .zip_label_div input,
.mon_profile .input-phone input,
.mon_profile .input-phone button {
    padding: 8px 15px;
    font-weight: 400;
    font-size: 15px;
}

.mon_profile .zip_label_div input::placeholder {
    color: var(--plum);
}

.mon_profile .zip_label_div .zip-label {
    font-size: 13px;
}

.mon_profile .input-phone button {
    display: flex;
    align-items: center;
    border-radius: 10px 0 0 10px;
    border-right: 0;
    line-height: unset;
}

.mon_profile .input-phone input {
    border-radius: 0 10px 10px 0 !important;
    border-left: 0;
}

.mon_profile .input-phone button:focus,
.mon_profile .input-phone button:hover,
.mon_profile .input-phone input:focus {
    box-shadow: none;
    background-color: var(--white) !important;
    border-color: var(--Lavender-gray) !important;
    outline-offset: 0 !important;
    outline: none !important;
}

.mon_profile .reservation_card>.reservation_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}

.mon_profile .reservation_card>.reservation_card p {
    font-size: 18px;
    font-weight: 400;
    color: var(--Dark-spring-green);
}

.mon_profile .reservation_card>.reservation_card p>b {
    font-weight: 700;
    font-family: 'Euclid_Flex_Medium';
}

.mon_profile .reservation_card>.reservation_card button {
    text-decoration: underline;
    border: none;
    color: #0085FF;
    font-weight: 400;
    font-size: 18px;
    background-color: var(--white);
}

.mon_profile .reservation_card .label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
}

.toggle {
    isolation: isolate;
    position: relative;
    height: 19px;
    width: 38px;
    border-radius: 15px;
    background: #d6d6d6;
    overflow: hidden;
}

.toggle-inner {
    z-index: 2;
    position: absolute;
    top: 1px;
    left: 1px;
    height: 17px;
    width: 36px;
    border-radius: 15px;
    overflow: hidden;
}

.active-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 200%;
    background: var(--Green);
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.05s linear 0.17s;
}

.toggle-state {
    display: none;
}

.indicator {
    height: 100%;
    width: 200%;
    background: white;
    border-radius: 13px;
    transform: translate3d(-75%, 0, 0);
    transition: transform 0.35s cubic-bezier(0.85, 0.05, 0.18, 1.35);
}

.toggle-state:checked~.active-bg {
    transform: translate3d(-50%, 0, 0);
}

.toggle-state:checked~.toggle-inner .indicator {
    transform: translate3d(25%, 0, 0);
}

.mon_profile .registr_btn {
    text-align: right;
}

.mon_profile .registr_btn a {
    display: inline-block;
}

.m_password .modal-body {
    padding: 1.5rem 1rem;
}

.m_password h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--Dark-spring-green);
}

.m_password .modal-body>* {
    margin-bottom: 25px;
}

.m_password .modal-body>*:last-child {
    margin: 0;
}

.m_password .zip_label_div input {
    padding: 8px 15px;
    font-weight: 400;
    font-size: 15px;
}

.m_password .zip_label_div .zip-label {
    font-size: 13px;
}

.m_password .zip_label_div img {
    height: 26px;
}

/* ========================================================================== */
/*                            Partner Landing Page                            */
/* ========================================================================== */

/* ================================= Header ================================= */

.landing_header {
    padding-bottom: 0;
    padding-top: 0;
}

.partner_top_header {
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--Lavender-gray);
}

.partner_top_header .top_header_menu .header_right p span {
    background-color: black;
    color: var(--Golden-Yellow);
    border-radius: 50%;
    margin-right: 5px;
    height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
}

.partner_top_header .top_header_menu .header_right p span svg {
    vertical-align: middle;
}

.partner_top_header .top_header_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partner_top_header .top_header_menu .header_right {
    display: flex;
}

.partner_top_header .top_header_menu a {
    font-size: 16px;
    font-weight: 300;
    color: var(--active-nav-btn-color);
    text-decoration: underline;
    margin-right: 5px;
}

.partner_top_header .top_header_menu a svg {
    margin-left: 5px;
}

.partner_top_header .top_header_menu .header_right p {
    font-size: 16px;
    font-weight: 300;
    color: var(--active-nav-btn-color);
    text-align: center;
}

.partner_top_header .top_header_menu .header_right p:first-child {
    margin-right: 20px;
    text-align: center;
}

.main_header {
    padding: 20px 0;
}

.main_header .main_header_menu .header_button button {
    height: 50px;
    width: 200px;
    background-color: var(--Dark-spring-green);
    color: var(--Golden-Yellow);
    font-size: 18px;
    font-weight: 400;
    border-radius: 10px;
}

.main_header .main_header_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_header_menu img,
.landing_footer img {
    height: 60px;
    min-width: 50px;
}

/* ================================= Poster ================================= */

.landing_sec {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url(../images/landing-poster.png);
}

.landing_sec .landing_back {
    padding-top: 110px;
    padding-bottom: 50px;
}

.landing_sec h2 {
    color: var(--Golden-Yellow);
    font-weight: 700;
    font-size: 71px;
    font-family: 'Euclid_Flex_Bold';
    text-shadow: 0px 4px 10px rgba(23, 49, 58, 0.1);
    margin: 0;
}

.landing_sec h3 {
    color: var(--white);
    font-weight: 300;
    font-size: 71px;
    font-family: 'Euclid_Flex_Light';
    text-shadow: 0px 4px 10px rgba(23, 49, 58, 0.1);
    margin: 0;
}

.landing_sec h3 span {
    font-weight: 700;
    font-size: 71px;
    font-family: 'Euclid_Flex_Bold';
}

.landing_sec p {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Euclid_Flex_Light';
    color: var(--white);
    margin: 40px 0;
}

.landing_sec .btns {
    font-family: 'Euclid_Flex_Bold';
    height: 55px;
}

.landing_sec.partner_page h3 span {
    color: var(--Golden-Yellow);
    font-weight: 700;
    font-size: 71px;
    font-family: 'Euclid_Flex_Bold';
    text-shadow: 0px 4px 10px rgba(23, 49, 58, 0.1);
    margin: 0;
}

.landing_sec.partner_page h3 strong {
    font-weight: 700;
    font-size: 71px;
    font-family: 'Euclid_Flex_Bold';
}

.animate {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate:first-child {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.animate:nth-child(2) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animate:nth-child(3) {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.animate:nth-child(4) {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.landing_back>*:nth-child(5),
.landing_back>*:nth-child(6) {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/* =============================== Nav Section ============================== */

.nav_section {
    padding: 60px 0 0 0;
}

.s_heading {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Euclid_Flex_Medium';
    margin-bottom: 60px;
}

.nav_card {
    background: var(--white);
    border: 1px solid var(--Platinum);
    box-shadow: 0px 0px 20px #17313a1a;
    border-radius: 10px;
    padding: 30px 20px;
}

.nav_card .nav {
    justify-content: space-around;
    margin-bottom: 45px;
}

.nav_card .nav-pills .nav-link {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: var(--white);
    color: var(--Dark-spring-green);
}

.nav_card .nav-pills .nav-link img {
    height: 100px;
}

.nav_card .nav-pills .nav-link.active img.nav_deactive,
.nav_card .nav-pills .nav-link:not(.active) img.nav_active {
    display: none;
}

.nav_card .nav-pills .nav-link p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    color: var(--Lavender-gray);
    position: relative;
}

.nav_card .nav-pills .nav-link.active p,
.nav_card .nav-pills .nav-link:hover p {
    color: var(--Dark-spring-green);
    transition: ease-in-out color .3s;
}

.nav_card .nav-pills .nav-link p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0px;
    background-color: var(--Dark-spring-green);
    transition: ease-in-out all .3s;
}

.nav_card .nav-pills .nav-link.active p::after,
.nav_card .nav-pills .nav-link:hover p::after {
    width: 100%;
}

.nav_card .nav_heading {
    font-size: 35px;
    font-weight: 500;
    color: var(--Dark-spring-green);
    white-space: nowrap;
    font-family: 'Euclid_Flex_Medium';
    margin-bottom: 20px;
    z-index: 3;
    position: relative;
}

.nav_card .nav_list li {
    font-size: 20px;
    font-weight: 300;
    color: var(--Dark-spring-green);
    margin-bottom: 10px;
    font-family: 'Euclid_Flex_Light';
}

.nav_card .nav_list br {
    display: none;
}

.nav_card .yellow_btn {
    width: 100%;
}

.yellow_btn {
    border-color: var(--Golden-Yellow);
    background-color: var(--Golden-Yellow);
}

.nav_card .nav_imges {
    position: relative;
    height: 100%;
}

.nav_card .nav_imges img {
    border-radius: 10px;
    width: 75%;
    box-shadow: 0px 0px 20px rgb(23 49 58 / 50%);
    max-height: 90%;
}

.visibilite .nav_imges img:first-child {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.visibilite .nav_imges img:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.reservation .nav_imges img:first-child {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.reservation .nav_imges img:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.fichier .nav_heading {
    white-space: unset;
}

.fichier .nav_imges img:first-child {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.fichier .nav_imges img:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.gestion .nav_imges img:first-child {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.gestion .nav_imges img:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.statistique .nav_imges img:first-child {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.statistique .nav_imges img:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.support .nav_imges img:first-child {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.support .nav_imges img:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/* ============================= Numbers Section ============================ */

.numbers_section {
    padding: 60px 0;
}

.numbers_section .count_number {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    color: var(--Dark-spring-green);
}

.numbers_section .count_number>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.numbers_section .count_number h3 {
    font-size: 100px;
    font-weight: 700;
    font-family: 'Euclid_Flex_Bold';
    background-color: var(--Golden-Yellow);
    white-space: nowrap;
}

.numbers_section .count_number p {
    font-size: 19px;
    font-weight: 300;
    font-family: 'Euclid_Flex_Light';
}

/* ============================= sub admin Demo ============================= */

.sub_admin_section {
    padding: 60px 0;
    background-color: var(--Dark-spring-green);
}

.sub_admin_section .sub_admin_left p {
    font-size: 47px;
    font-weight: 300;
    line-height: 114%;
    color: var(--white);
    font-family: "Euclid_Flex_Light";
}

.sub_admin_section .sub_admin_left .btns {
    margin-top: 30px;
}

.sub_admin_section .sub_admin_right img {
    filter: drop-shadow(2px 4px 80px white);
}

/* ============================ Solution section ============================ */

.solution_section {
    padding: 60px 0;
    text-align: center;
}

.solution_section .solution_part {
    text-align: center;
    border: 1px solid #E4E4E7;
    border-top: none;
    border-left: none;
}

.solution_section .solution_part:nth-child(3n) {
    border-right: none;
}

.solution_section .solution_part:nth-child(n+4) {
    border-bottom: none;
}

.solution_section .solution_part img {
    padding: 35px 0;
}

.solution_section .solution_part h5 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 23px;
    /* font-family: 'Euclid_Flex_Bold'; */
}

.solution_section .solution_part p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 35px;
    color: #52525B;
}

.solution_section button {
    margin: 20px auto;
}

/* ============================= Slider section ============================= */

.slider_section {
    padding-bottom: 60px;
}

.slider_section .partner_sec {
    background: var(--Corn);
    border: 1px solid var(--Platinum);
    box-shadow: 0px 0px 20px rgba(23, 49, 58, 0.1);
    border-radius: 10px;
    text-align: center;
    padding: 10px;
}

.slider_section .partner_sec .partner img {
    height: 150px;
    width: 150px;
    margin: auto;
    filter: drop-shadow(0px 0px 20px rgba(23, 49, 58, 0.2));
    margin-bottom: 10px;
    margin-top: 40px;
    border-radius: 10px;
}

.slider_section .partner_sec .partner p {
    font-size: 20px;
    color: var(--Dark-spring-green);
    font-weight: 500;
    font-family: 'Euclid_Flex_Medium';
}

.slider_section .partner_sec .partner p span {
    color: var(--plum);
    font-weight: 400;
}

.slider_section .partner_sec .partner .partner_text {
    font-size: 25px;
    line-height: 40px;
    padding-top: 25px;
    width: 90%;
    margin: 0 auto;
}

.slider_section button {
    margin: 25px 0;
}

.slider_section .owl-theme .owl-dots .owl-dot span {
    background-color: #D9D9D9;
}

.slider_section .owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--Dark-spring-green) !important;
}

.partner_sec .owl-carousel .owl-nav {
    display: flex;
    justify-content: space-around;
    position: absolute;
    width: 100%;
    top: 17%;
}

.partner_sec .owl-carousel .owl-nav button svg {
    font-size: 30px;
}

/* ============================ Accordion Section =========================== */

.accordion_section {
    padding: 0 0 60px 0;
}

.accordion_section .accordion {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(23, 49, 58, 0.1);
}

.accordion_section .accordion-item:first-child,
.accordion_section .accordion-item:first-child .accordion-button {
    border-radius: 10px 10px 0 0;
}

.accordion_section .accordion-item:last-child,
.accordion_section .accordion-item:last-child .accordion-button.collapsed,
.accordion_section .accordion-item:last-child .accordion-body {
    border-radius: 0 0 10px 10px;
}

.accordion_section .accordion-button {
    font-size: 20px;
    font-weight: 400;
    color: var(--Dark-spring-green);
    background-color: var(--white);
}

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

.accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--Dark-spring-green);
}

.accordion-button:not(.collapsed)::after {
    filter: invert(.6);
    opacity: 1;
}

.accordion-button::after {
    opacity: 0.5;
}

.accordion_section .accordion-body {
    font-size: 18px;
    font-weight: 500;
    background-color: #f5f5f5;
    color: var(--Dark-spring-green);
    font-family: 'Euclid_Flex_Light';
    padding: 1rem 2.5rem;
}

/* ============================ question-section ============================ */

.question_section .partner_sec .s_heading {
    margin-bottom: 30px;
}

.question_section .partner_sec {
    padding: 35px;
}

.question_section .partner_sec .yellow_btn {
    margin: 30px 0 5px 0;
    z-index: 1;
    position: relative;
}

.question_section .partner_sec p {
    font-size: 20px;
    font-weight: 300;
}

/* ============================= footer-section ============================= */

.footer_section {
    background-color: var(--Dark-spring-green);
    padding-top: 60px;
}

.footer_section .footer_right .s_heading {
    color: var(--Golden-Yellow);
    line-height: 75px;
    margin: 15px 0 35px;
    text-align: left;
    font-size: 43px;
}

.footer_section .footer_right p {
    font-weight: 300;
    font-size: 25px;
    color: var(--white);
    font-family: 'Euclid_Flex_Light' !important;
}

.footer_section .footer_right .yellow_btn {
    margin: 30px 0;
}

.footer_section .footer_left {
    display: flex;
    justify-content: flex-end;
}

.footer_section .footer_left img {
    /* margin-top: -45%; */
}

/* ================================= footer ================================= */

.landing_footer {
    padding: 20px 0;
    border-top: 1px solid var(--white);
}

.landing_footer .footer_text {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: var(--white);
}

.landing_footer .footer_text p {
    font-size: 15px;
    font-weight: 300;
}

/* ================================= frame_modal ================================= */


#frame_modal .modal-content .modal-body {
    text-align: center;
    padding-top: 0;
}

#frame_modal .modal-body img {
    height: 60px;
    min-width: 50px;
}

#frame_modal .modal-header {
    padding-bottom: 0;
}

#frame_modal .modal-content .modal-body h5 {
    font-weight: 500;
    font-size: 25px;
    color: var(--Dark-spring-green);
    margin: 15px 0;
    font-family: 'Euclid_Flex_Medium';
}

#frame_modal .modal-content .modal-body p {
    font-weight: 300;
    font-size: 18px;
    color: var(--Dark-spring-green);
    font-family: 'Euclid_Flex_Light';
    margin-bottom: 20px;
}

#frame_modal .modal-body form .form-control,
#frame_modal .modal-body form .form-select {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    height: 50px;
    font-size: 15px;
    font-weight: 300;
}

#frame_modal .modal-body form .input-group {
    margin-bottom: 20px;
}


#frame_modal .modal-footer button {
    height: 50px;
    width: 225px;
    background-color: var(--Dark-spring-green);
    color: var(--Golden-Yellow);
    font-size: 18px;
    font-weight: 400;
    border-radius: 10px;
    margin: 0 auto;
}

#frame_modal .modal-footer p {
    font-size: 12px !important;
    font-weight: 300 !important;
    color: var(--plum);
    margin: 10px 0 !important;
}

#frame_modal .modal-footer {
    border-top: none;
    text-align: center;
    display: block;
    padding: 0;
}

/* ========================================================================== */
/*                            End user landing Page                           */
/* ========================================================================== */

.end_landing {
    padding-top: 30px;
    height: 100vh;
    background-color: #fce147;
    display: flex;
    overflow: hidden;
    /* background-image: url(../images/img/end-landing-poster.png);
      background-repeat: no-repeat;
      height: 100vh;
      background-size: 100% 100%; */
}

.end_landing .end_left {
    width: 40%;
    position: relative;
}

.end_landing .end_left .larg_img {
    height: 101%;
    filter: drop-shadow(25px 63px 25px #0000003b);
    margin-left: 3vw;
}

.end_landing .logo {
    position: absolute;
    top: 2%;
    left: 4%;
    padding-top: 30px;
    z-index: 999;
}

.end_landing .end_right {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.end_landing .end_heading {
    font-family: "Abril_Fatface";
    font-size: 55px;
    font-weight: 400;
    color: var(--Dark-spring-green);
    margin-bottom: 40px;
}

.end_landing .end_heading+p {
    font-size: 16px;
    font-weight: 400;
    color: var(--Dark-spring-green);
    margin-bottom: 25px;
}

.end_landing .end_right .input-group {
    width: 60%;
    padding: 2px;
    background-color: white;
    border-radius: 10px;
    height: 50px;
}

.end_landing .end_right .input-group input {
    border: none;
    font-size: 16px;
    font-weight: 300;
    color: var(--Dark-spring-green);
}

.end_landing .end_right .input-group input::placeholder {
    color: var(--Dark-spring-green);
}

.end_landing .end_right .input-group .input-group-text {
    border: none;
    border-radius: 10px;
    background-color: var(--Dark-spring-green);
    color: var(--white);
    border-radius: 10px !important;
    font-size: 16px;
    font-weight: 400;
    font-family: "Euclid_Flex_Light";
    padding: 10px 20px;
    cursor: pointer;
}

.end_landing .end_r_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center start;
    text-align: center;
    color: var(--Dark-spring-green);
    height: 100%;
}

.end_landing .end_r_box>div {
    width: 85%;
}

.end_landing .end_r_box img {
    height: 50px;
    margin-bottom: 20px;
}

.end_landing .end_r_box h4 {
    font-family: 'Euclid_Flex_Medium';
    font-size: 23px;
    font-weight: 500;
    color: var(--Dark-spring-green);
    margin-bottom: 15px;
}

.end_landing .end_r_box p {
    font-family: 'Euclid_Flex_Light';
    font-size: 16px;
    font-weight: 300;
    color: var(--Dark-spring-green);
}

.end_footer {
    background-color: var(--Dark-spring-green);
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: auto;
    margin-left: -6vw;
}

.end_footer>* {
    z-index: 1;
}

.end_footer a {
    color: var(--Golden-Yellow);
    font-weight: 300;
    font-size: 18px;
    font-family: 'Euclid_Flex_UltraLight';
}

.end_footer a>span {
    font-family: 'Euclid_Flex_Light';
    font-weight: 400;
    text-decoration: underline;
}

.end_social {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

/* landing modal */

.end_confirmation .end_social {
    column-gap: 0;
}

.end_confirmation .modal-body a {
    margin-top: 15px;
    padding: 10px;
}

.end_confirmation p {
    width: 60%;
    margin: 0 auto;
}

/* Partner Page GIF Icons Hover CSS - Start */
.nav_card .nav-pills .nav-link .nav_hover {
    display: none;
}

.nav_card .nav-pills .nav-link:hover .nav_hover {
    display: block;
}

.nav_card .nav-pills .nav-link:hover .nav_active {
    display: none;
}

.nav_card .nav-pills .nav-link:hover .nav_deactive {
    display: none;
}

.nav_section .for-mobile {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .userAccountModal .modal-body {
        padding: 3rem 3rem !important;
    }

    .porfile_img {
        margin-bottom: 20px;
    }

    .nav_section .for-mobile {
        display: block !important;
    }

    .nav_section .for-desktop {
        display: none;
    }

    .nav_section .for-mobile .owl-nav button {
        position: absolute;
        top: 30%;
    }

    .nav_section .for-mobile .owl-nav button.owl-prev {
        left: -10px;
    }

    .nav_section .for-mobile .owl-nav button.owl-next {
        right: 0;
    }

    .nav-item.item {
        display: inline-block;
        width: 100%;
    }

    .nav_card .nav-pills .nav-link {
        width: 100%;
    }

    .nav_card .nav-pills .nav-link img {
        height: 100px !important;
        max-width: 100px;
    }

    .client_profile .container .owl-carousel2 .col-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }

}


.phoneBox .iti--show-flags {
    width: 100%;
}

#phome-number {
    width: 100%;
    padding-left: 92px !important;

}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: 15px;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgb(0 0 0 / 0%);
}

/* Partner Page GIF Icons Hover CSS - End */

#frm_register #phoneNumber {
    width: 100%;
    padding-left: 92px !important;
}

#frm_register #phoneNumber {
    padding-left: 100px;
}

.prtcust_phonefield .iti--show-flags {
    width: 100%;
}

#accountModal2 #frm_register .iti--allow-dropdown {
    width: 100%;
}

.no_reviews {
    margin: 25px 0px;
    color: red;
}

.user_review_area .user_rating .services_list {
    font-size: 14px;
}

.disable_reserver_btn {
    background-color: #ccc !important;
}

.Businesses_list {
    margin-bottom: 20px;
}

.Businesses_list .card_bottom .card_list .list_left {
    font-weight: 600;
}

header.log_out .login-popup.user_btn p {
    font-size: 18px;
}

.mobile_menu a.btns.institut {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    margin-top: 10px;
}

.mobile_menu li.mobile_menu_btns {
    padding: 0 13px;
}

.mobile_menu li.mobile_menu_btns .btns {
    text-transform: none;
    text-align: center;
    justify-content: center;
}

.mobile_menu li.mobile_menu_btns button.user_btn {
    background-color: #fff;
}

.mobile_menu li.mobile_menu_btns button.user_btn img {
    display: none;
}



/***********  27-05-2025  BY Kaushal ***********/
.main_nav .nav_content .main_tab .tab-pane .equipe_row,
.main_nav .nav_content .main_tab .tab-pane .Commission_row {
    height: calc(100vh - 100px);
}

.center_location .shop_left span img.phone_icon {
    height: 25px;
}



/* -------partner new css---------------  */
.landing_sec h2,
.h2-yellow {
    color: var(--Golden-Yellow);
    font-weight: 700;
    font-size: 71px;
    font-family: 'Euclid_Flex_Bold';
    text-shadow: 0px 4px 10px rgba(23, 49, 58, 0.1);
    margin: 0;
}

.landing_sec h3,
.h3-white {
    color: var(--white) !important;
    font-weight: 300;
    font-size: 71px;
    font-family: 'Euclid_Flex_Light';
    text-shadow: 0px 4px 10px rgba(23, 49, 58, 0.1);
    margin: 0;
}

@media (max-width: 767px) {

    .landing_sec h2,
    .h2-yellow {
        font-size: 40px;
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {

    .landing_sec h3,
    .h3-white {
        font-size: 31px;
        margin-bottom: 43px;
        line-height: normal;
        margin-top: -20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .landing_sec h2,
    .h2-yellow,
    .landing_sec h3 span {
        font-size: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .landing_sec h3,
    .h3-white {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .landing_sec .landing_back {
        height: 76vh;
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .landing_sec .landing_back {
        padding-top: 110px;
        padding-bottom: 50px;
    }

    .landing_back h2.animate {
        max-width: 100%;
    }
}

/* -------------CUSTOMER PAGE STYLE  -------------*/
.pageTemplate {
    background: #ffed00;
    display: flex;
    gap: 30px;
    padding: 66px 66px 20px;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.pageTemplate-content {
    width: calc(65% - 30px);
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
}

.pageTemplate-content::after {
    content: "";
    height: 450px;
    width: 100%;
    display: block;
    background-image: url(../uploads/customer/crossShape.svg);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background-position-y: top;
}

.pageTemplate-contentBox {
    width: 100%;
    position: relative;
    height: 100%;
}

.pageTemplate-contentBox::before {
    content: "";
    width: 100%;
    background-image: url(../uploads/customer/page/1/end-landing-poster.png);
    background-size: contain;
    background-position: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    height: calc(100% - 100px);
    width: calc(100% + 140px);
    display: block;
    position: absolute;
    left: -70px;
    top: 110px;
}

.pageTemplate-heading {
    padding-left: 365px;
    margin-top: -32px;
}

.pageTemplate-title {
    font-size: 68px;
    line-height: 75px;
    color: #17313a;
    font-weight: 400;
    font-family: "abril_fatfaceregular";
}

.pageTemplate-subtitle {
    font-size: 40px;
    line-height: 52px;
    color: #17313a;
    font-weight: 200;
    font-family: "euclid_flex";
}

.pageTemplate-logo {
    height: 86px;
    width: auto;
}

.iconTextBox {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.iconTextBox-item:nth-child(2) {
    margin-top: -50px;
}

.iconTextBox-item:nth-child(3) {
    margin-top: -100px;
}

.iconTextBox-item p {
    font-size: 23px;
    line-height: 28px;
    color: #ffed00;
    margin-top: 20px;
}

.iconTextBox-img {
    height: 40px;
    width: 40px;
    margin: 0 auto;
}

.mobileVector {
    display: none;
}

.pageTemplate-formBox {
    flex: 35% 0 0;
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.formCard {
    background: #fff;
    border-radius: 10px;
    padding: 44px 45px 32px;
    box-shadow: 4px 4px 28px 0px rgba(0, 0, 0, 0.25);
}

.formCard-title {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #17313a;
    margin: 0 0 40px;
    font-family: "euclid_flex";
}

.pageTemplate-formBox-text {
    margin-top: 45px;
}

.pageTemplate-formBox-text p {
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    font-weight: 300;
    text-align: right;
}

.pageTemplate-formBox-text p a {
    font-weight: 400;
    text-decoration: underline;
    color: #fff;
}

.pageTemplate-formBox-text p a:hover {
    color: #ffed00;
}

.socialLinkBox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin-top: 38px;
}

.socialLinkBox a {
    display: block;
    height: 32px;
    width: 32px;
}

.socialLinkBox svg {
    height: 32px;
    width: 32px;
}

.socialLinkBox a:hover svg path {
    fill: #ffed00;
}

.waiting_for_confirmation .modal-body {
    padding: 35px 20px;
    text-align: center;
    color: var(--Dark-spring-green);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.waiting_for_confirmation .btn-close {
    position: absolute;
    top: 2%;
    right: 1%;
    z-index: 1;
}

.waiting_for_confirmation .modal-body .fa-clock {
    color: var(--Golden-Yellow);
    font-size: 60px;
    margin-bottom: 15px;
}

.waiting_for_confirmation .modal-body .fa-check {
    color: var(--Green);
    font-size: 60px;
    margin-bottom: 15px;
}

.waiting_for_confirmation h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'Euclid_Flex_Medium';
}

.waiting_for_confirmation h3 span {
    font-size: 30px;
    font-weight: 400;
    margin-top: 10px;
    display: block;
}

.waiting_for_confirmation p {
    font-size: 17px;
    font-weight: 400;
    color: var(--plum);
}

.waiting_for_confirmation .modal-body a {
    display: inline-block;
    font-weight: 400;
    margin-top: 60px;
    width: 50%;
    font-family: 'Euclid_Flex_Light';
    padding: 10px 20px;
}

.end_social {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0px;
}


/* ----------------- customer responsive style ---------------- */
@media only screen and (min-width: 1800px) {
    .pageTemplate-content::after {
        height: 450px;
    }

    .pageTemplate-heading {
        padding-left: 385px !important;
    }

}

@media only screen and (min-width: 2200px) {
    .pageTemplate-content::after {
        height: 520px;
    }

}

@media only screen and (min-width: 2650px) {
    .pageTemplate-content::after {
        height: 585px;
    }

    .pageTemplate-contentBox::before {
        height: calc(100% - 120px);
        width: calc(100% + 140px);
    }
}

@media only screen and (max-width: 1480px) {
    .pageTemplate-contentBox::before {
        height: calc(100% - 120px);
        width: calc(100% + 140px);
    }

    .pageTemplate-heading {
        padding-left: 265px !important;
    }

    .iconTextBox {
        gap: 16px;
    }

    .pageTemplate-title {
        font-size: 55px;
        line-height: 62px;
    }

    .pageTemplate-subtitle {
        font-size: 36px;
        line-height: 44px;
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1240px) {

    /* .pageTemplate-heading {
    padding-left: 200px;
} */
    .pageTemplate {
        padding: 66px 40px 20px !important;
    }

    .pageTemplate-contentBox::before {
        left: -32px;
        height: calc(100% - 120px);
        width: calc(100% + 140px);
    }

    .pageTemplate-title {
        font-size: 53px;
    }

    .pageTemplate-subtitle {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1025px) {
    .pageTemplate {
        flex-direction: column !important;
        gap: 0 !important;
    }

    .pageTemplate-content,
    .pageTemplate-formBox {
        width: 100%;
        flex: 100% 0 0;
    }

    .mobileVector {
        display: block;
    }

    .pageTemplate-contentBox::before {
        display: none;
    }

    .pageTemplate-heading {
        padding-left: 0 !important;
        margin-top: 40px !important;
    }

    .pageTemplate-formBox-text p {
        text-align: center;
    }

    .socialLinkBox {
        justify-content: center;
    }

    .iconTextBox-item p {
        color: #17313a;
    }

    .iconTextBox-item {
        margin: 0 !important;
    }

    .iconTextBox-img {
        filter: brightness(0);
    }

    .pageTemplate-content {
        gap: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .pageTemplate {
        padding: 45px 24px 20px !important;
    }

    .pageTemplate-logo {
        height: 70px;
    }

    .formCard {
        background: #fff;
        border-radius: 10px;
        padding: 32px 30px 32px;
    }

    .pageTemplate-title {
        font-size: 44px;
        line-height: 50px;
    }

    .pageTemplate-subtitle {
        font-size: 30px;
        line-height: 34px;
    }

    .pageTemplate-content {
        gap: 8px;
    }

    .iconTextBox {
        gap: 8px;
        margin-top: 32px;
    }

    .iconTextBox-item p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 12px;
    }

    .iconTextBox-img {
        height: 32px;
        width: 32px;
    }
}

.formField {
    margin-bottom: 20px;
}

.formField input,
textarea {
    border-radius: 10px;
    background: #f6f6f6d1;
    padding: 16px 24px;
    border: none;
    box-shadow: none;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #17313a;
    font-family: "euclid_flex";
    font-weight: 300;
}

.button {
    background-color: #17313a;
    border-radius: 10px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #17313a;
    color: #ffed00;
    font-weight: 400;
    font-family: "euclid_flex";
    transition: all 0.5s ease;
    cursor: pointer;
}

.button:hover {
    color: #17313a;
    background: #ffed00;
    border-color: #ffed00;
}

.footer_section {
    background-color: var(--Dark-spring-green);
    padding-top: 60px;
}

.footer_section .footer_right .s_heading {
    color: var(--Golden-Yellow);
    line-height: 75px;
    margin: 15px 0 35px;
    text-align: left;
    font-size: 43px;
}

.footer_section .footer_right p {
    font-weight: 300;
    font-size: 25px;
    color: var(--white);
    font-family: 'Euclid_Flex_Light' !important;
}

.footer_section .footer_right .yellow_btn {
    margin: 30px 0;
}

.footer_section .footer_left {
    display: flex;
    justify-content: flex-end;
}

/* ------------------ 6/11/25-------- */
.landing_back h2.animate {
    max-width: 68%;
}

.header-link a {
    color: var(--bs-gray-dark);
    text-decoration: underline;
    font-weight: bold;
    font-family: 'Euclid_Flex_Light';
}

@media (max-width: 767px) {
    .landing_sec {
        height: auto;
    }

    .landing_back h2.animate {
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .footer_section .footer_right .s_heading {
        width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .footer_section .footer_left,
    .footer_section .footer_right {
        width: 100% !important;
        text-align: center !important;
    }

    .footer_section .footer_left {
        justify-content: center !important;
    }

    .footer_section .footer_left img {
        width: 100% !important;
        height: auto !important;
        margin-top: 0% !important;
    }
}

.nav_card .nav_heading {
    white-space: wrap !important;
}

.nav_card .nav-pills .nav-link {
    height: auto !important;
}



.success_page_footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

.success_page_btn {
    width: 234px;
    height: 51px;
    position: absolute;
    left: calc(50% - 234px/2);
    bottom: 15%;
    background: #17313A;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 9999;
}

.success_page_btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-family: 'Euclid_Flex_Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #FFED00;
    padding-top: 9px;
}