@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: "Lato", sans-serif;
    src: url(../../fonts/Lato/Lato-Regular.ttf);
}


/* variable */
h1, .link-h1 {
    font-size: 35px;
    font-family: "Madera Regular", sans-serif !important;
    font-weight: 700;
}

h2, .link-h2 {
    font-size: 25px;
    font-family: "Madera Regular", sans-serif !important;
    font-weight: 700;
}

h3, .link-h3 {
    font-size: 20px;
    font-family: "Madera Regular", sans-serif !important;
    color: #1A202C;
    font-weight: 700;
}

h4, .link-h4 {
    font-size: 18px;
    font-family: "Madera Regular", sans-serif !important;
    font-weight: 700;
}

@media (min-width: 1200px) {
    /* variable */
    h1, .link-h1 {
        font-size: 46px;
        font-family: "Madera Regular", sans-serif !important;
        font-weight: 700;
    }

    h2, .link-h2 {
        font-size: 35px;
        font-family: "Madera Regular", sans-serif !important;
    }

    h3, .link-h3 {
        font-size: 30px;
        font-family: "Madera Regular", sans-serif !important;
    }

    h4, .link-h4 {
        font-size: 20px;
        font-family: "Madera Regular", sans-serif !important;
    }
}

.cookieconsent {
    opacity: 1;
    top: unset;
    bottom: 0;
    background-color: #000000;
}

.cookieconsent button.btn.btn-info {
    background-color: #000;
}

.cookieconsent p {
    color: #fff;
}

.fade:not(.show) {
    opacity: 1;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 126px 25px 131px;
}

header .logo {
    width: 186px;
    max-height: 62px;
}

header .menus {
    padding: 22px 44px;
}

header .menus nav ul {
    list-style: none;
    display: flex;
    gap: 34px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

header .menus nav ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #414141;
    font-family: "Montserrat", sans-serif !important;
    position: relative;
}

header .menus nav > ul > li:hover > a {
    color: #1996B4;
}

header .menus nav ul li a::after {
    content: "";
    width: 0;
    position: absolute;
    height: 2px;
    background: #1996B4;
    left: 0;
    bottom: -5px;
    transition: all 0.2s;
}

header .menus nav ul li:hover a::after {
    width: 100%;
}

header .menus nav ul li:last-child a::after {
    display: none;
}

header .menus nav ul .user {
    display: flex;
    border: 1px solid #414141;
    padding: 9px;
    padding-right: 25px;
    padding-left: 25px;
    align-items: center;
}

header .menus nav ul .user img {
    margin-right: 8px;
}

@media screen and (max-width: 981px) {
    header .menus {
        display: none;
    }
}

header .menus-hamburger {
    display: none;
    /*Responsive*/
}

header .menus-hamburger .menus-mobile {
    display: none;
}

header .menus-hamburger .fa-bars {
    color: #1996B4;
}

header .menus-hamburger .fa-bars:hover {
    cursor: pointer;
}

@media screen and (max-width: 981px) {
    header .menus-hamburger {
        display: block;
        margin-right: 15px;
    }
}

header .menus-hamburger .show-menu-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #1996B4;
    position: fixed;
    height: 100vh;
    top: 0;
    justify-content: center;
    align-items: center;
    left: 0;
    font-size: 2rem;
    gap: 4rem;
    font-family: "Montserrat", sans-serif !important;
    list-style: none;
    z-index: 99;
}

header .menus-hamburger .show-menu-right .fa-xmark {
    color: white;
    position: absolute;
    top: 28px;
    right: 54px;
}

header .menus-hamburger .show-menu-right .fa-xmark:hover {
    color: #ccc;
    cursor: pointer;
}

header .menus-hamburger .show-menu-right i {
    font-size: 2rem;
}

header .menus-hamburger .show-menu-right i:hover {
    color: #ccc;
}

header .menus-hamburger .show-menu-right a {
    text-decoration: none;
    color: white;
}

header .menus-hamburger .show-menu-right a:hover {
    color: #ccc;
}

header .menus-hamburger .show-menu-right nav ul {
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-direction: column;
}

@media screen and (max-width: 981px) {
    header {
        justify-content: space-around;
        align-items: center;
        padding: 25px 0px;
    }
}

html {
    overflow-x: hidden;
}

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

/* header */
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 16px 0;
}

header#sticker {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    padding: 0;
    z-index: 999999 !important;
    background-color: #FFFFFF;
}


header .menus {
    padding: 0;
}

header .menus nav ul {
    margin-bottom: 0;
}

/* bouton */
.btn {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    line-height: 110%;
    height: auto;
    width: -moz-max-content;
    width: max-content;
}

.btn-primary {
    background-color: #1996B4;
    border-color: #1996B4;
    transition: transform ease 2s;
}

.btn-primary:hover {
    background-color: #1996B4;
    border-color: #1996B4;
    transform: scale(1.1);
}

nav li {
    position: relative;
}

nav li ul {
    position: absolute;
    top: 100%;
    padding-left: 0;
    opacity: 0;
    padding-top: 5px;
}

nav li:hover ul {
    opacity: 1;
}

nav li:hover ul li:hover a {
    color: #1996B4;
}

.form-control::-moz-placeholder {
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 4.41px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
}

body .form-control::-moz-placeholder {
    text-align: left;
    letter-spacing: 4.41px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
}

body .form-control::placeholder {
    text-align: left;
    letter-spacing: 4.41px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
}

body .form-control::-webkit-input-placeholder {
    text-align: left;
    letter-spacing: 4.41px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
}

body .form-control::-moz-placeholder {
    text-align: left;
    font: normal normal normal 14px/30px Roboto;
    letter-spacing: 4.41px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
}

body .form-control::-ms-input-placeholder {
    text-align: left;
    font: normal normal normal 14px/30px Roboto;
    letter-spacing: 4.41px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
}

body .form-control::-moz-placeholder {
    opacity: 1 !important;
    font-family: roboto;
    font-size: 18px;
    color: #ffffff !important;
    text-transform: capitalize;
}

*,
::after,
::before {
    box-sizing: border-box;
}

input {
    outline: none;
}

.form-control:focus {
    box-shadow: none;
}

.form-controls {
    border: none;
    width: 100%;
    padding: 13px 10px;
    background: #F5F5F5;
}

label {
    white-space: nowrap;
}

select:focus {
    box-shadow: none;
    outline: none;
}

body .border-primary {
    border: 1px solid #1996B4 !important;
    background: #fff;
}

input, select {
    border-radius: 10px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

textarea {
    border: none;
    padding: 16px 32px;
    background: #F5F5F5;
    border-radius: 10px;
}

footer {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

footer .row-1 {
    display: flex;
    justify-content: space-between;
    gap: 150px;
    flex-wrap: wrap;
    width: 1224px;
}

footer .row-1 .car-u .list-foot-menu-1 {
    display: flex;
    flex-direction: column;
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
}

footer .row-1 .car-u .list-foot-menu-1 img {
    margin-left: -10%;
}

@media screen and (max-width: 1200px) {
    footer .row-1 .car-u .list-foot-menu-1 img {
        max-width: 204px;
        max-height: 68px;
        margin: auto;
    }
}

footer .row-1 .car-u .list-foot-menu-1 a {
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 8px;
    text-decoration: none;
}

footer .row-1 .car-u .social-media {
    display: flex;
    gap: 16px;
    margin-top: 22px;
}

footer .row-1 .car-u .social-media a {
    color: black;
    font-size: 20px;
}

@media screen and (max-width: 1200px) {
    footer .row-1 .car-u .social-media {
        justify-content: center;
    }
}

@media screen and (max-width: 1200px) {
    footer .row-1 .car-u {
        width: 50%;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    footer .row-1 .car-u {
        width: 100%;
    }
}

footer .row-1 .owner {
    font-family: Lato;
}

footer .row-1 .owner p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

footer .row-1 .owner .list-foot-owner {
    display: flex;
    flex-direction: column;
}

footer .row-1 .owner .list-foot-owner a {
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    margin-bottom: 8px;
}

footer .row-1 .owner .language select {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    footer .row-1 .owner .language select {
        width: 30%;
    }
}

@media screen and (max-width: 981px) {
    footer .row-1 .owner .language select {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    footer .row-1 .owner {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    footer .row-1 .owner {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    footer .row-1 .renter {
        margin-top: 2rem;
    }
}

footer .row-1 .help {
    width: 140px;
    height: 32px;
}

footer .row-1 .help select {
    height: 32px;
    font-size: 16px;
    border: none;
}

footer .row-1 .help select option span {
    margin-left: 16px;
}

@media screen and (max-width: 1200px) {
    footer .row-1 .help {
        width: 50%;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 768px) {
    footer .row-1 .help {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    footer .row-1 {
        gap: 0px;
        text-align: center;
    }
}

@media screen and (max-width: 1224px) {
    footer .row-1 {
        width: 90%;
    }
}

footer .row-2 {
    display: flex;
    padding-top: 30px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    margin-top: 70px;
    width: 1224px;
}

@media screen and (max-width: 1224px) {
    footer .row-2 {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    footer .row-2 {
        margin-top: 7rem;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

footer .row-2 .copyright {
    display: flex;
    font-family: Lato;
    flex-direction: column;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
}

footer .row-2 .copyright .car-4-u {
    display: flex;
    margin-right: 4px;
    align-items: center;
}

@media screen and (max-width: 768px) {
    footer .row-2 .copyright .car-4-u {
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    footer .row-2 .copyright {
        width: 100%;
    }
}

footer .row-2 .google-play {
    display: flex;
    gap: 8px;
    max-height: 48px;
}

@media screen and (max-width: 768px) {
    footer .row-2 .google-play {
        width: 100%;
        justify-content: center;
        margin-top: 2rem;
    }
}

footer .row-3 {
    margin-top: 33px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
}

@media screen and (max-width: 981px) {
    footer .row-3 {
        flex-direction: column;
    }
}

footer .row-3 .logo-visa {
    display: flex;
    gap: 9px;
}

footer .row-3 .car-rental-egypt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
    font-size: 16px;
    font-family: Lato;
    color: #AFB0B2;
}

/************************ Home page **************************/
.banniere {
    padding-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: -webkit-gradient(180deg, #000000 2.21%, rgba(0, 0, 0, 0) 102.21%), url(../images/banner-home-page.jpg);
    background: linear-gradient(180deg, #000000 2.21%, rgba(0, 0, 0, 0) 102.21%), url(../images/banner-home-page.jpg);
    background-size: cover;
    background-position: bottom;
}

.banniere .rent-a-car h1 {
    margin-top: 58px;
    color: white;
    font-weight: 700;
    font-size: 46px;
    line-height: 54px;
    font-family: "Madera Regular", sans-serif !important;
}

@media screen and (max-width: 768px) {
    .banniere .rent-a-car h1 {
        text-align: center;
    }
}

.banniere .rent-a-car h2 {
    color: white;
    font-family: MontserratThin;
    font-style: normal;
    line-height: 44px;
    margin-top: 38px;
    font-size: 32px;
}

@media screen and (max-width: 768px) {
    .banniere .rent-a-car h2 {
        text-align: center;
    }
}

.banniere .rent-a-car .location {
    background: white;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    font-family: Montserrat;
    gap: 38px;
}

.banniere .rent-a-car .location .col-1 {
    margin-left: 41px;
    padding-right: 59px;
}

@media screen and (max-width: 1240px) {
    .banniere .rent-a-car .location .col-1 {
        padding: 0px;
        margin-left: 0px;
    }
}

.banniere .rent-a-car .location .col-2 {
    padding-right: 86px;
}

@media screen and (max-width: 1240px) {
    .banniere .rent-a-car .location .col-2 {
        padding: 0px;
    }
}

.banniere .rent-a-car .location .list-location {
    margin-top: 26px;
    margin-bottom: 26px;
    border-right: 1px solid #B3B3B3;
}

.banniere .rent-a-car .location .list-location .titre span {
    font-size: 18px;
}

.banniere .rent-a-car .location .list-location .titre i {
    margin-right: 11px;
    color: #1996B4;
}

.banniere .rent-a-car .location .list-location .titre img {
    margin-right: 11px;
    width: 15px;
    height: 15px;
}

.banniere .rent-a-car .location .list-location .descrption {
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    margin-top: 3px;
}

@media screen and (max-width: 1240px) {
    .banniere .rent-a-car .location .list-location {
        border: 0px;
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .banniere .rent-a-car .location .list-location {
        width: 100%;
    }
}

.banniere .rent-a-car .location .col-3 {
    padding-right: 76px;
    border-right: 0px;
}

@media screen and (max-width: 1240px) {
    .banniere .rent-a-car .location .col-3 {
        padding: 0px;
    }
}

@media screen and (max-width: 768px) {
    .banniere .rent-a-car .location .col-3 {
        width: 100%;
    }
}

.banniere .rent-a-car .location .find {
    background: #1996B4;
    padding: 22px 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: white;
}

.banniere .rent-a-car .location .find i {
    margin-right: 18px;
}

@media screen and (max-width: 1240px) {
    .banniere .rent-a-car .location .find {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .banniere .rent-a-car .location .find {
        width: 100%;
    }
}

@media screen and (max-width: 1240px) {
    .banniere .rent-a-car .location {
        justify-content: center;
        flex-wrap: wrap;
        gap: 0px;
        padding: 2rem;
    }
}

.banniere .rent-a-car .provided {
    margin-top: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Lato;
    font-size: 16px;
    line-height: 22px;
    color: white;
    margin-bottom: 15px;
}

.banniere .rent-a-car .provided p {
    margin-right: 9px;
}

.how-it-work {
    background: linear-gradient(180deg, rgba(17, 123, 149, 0) 7.29%, #117B95 58.33%);
    padding-top: 186px;
    font-family: "Montserrat", sans-serif !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.how-it-work .title-how-it-work {
    text-align: center;
    margin-bottom: 98px;
    position: relative;
}

.how-it-work .title-how-it-work h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #1996B4;
}

.how-it-work .title-how-it-work h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 25px;
    color: white;
    position: absolute;
    left: 40%;
    z-index: 2;
}

@media screen and (max-width: 1240px) {
    .how-it-work .title-how-it-work h3 {
        color: #1996B4;
    }
}

@media screen and (max-width: 981px) {
    .how-it-work .title-how-it-work h3 {
        left: calc(40% - 100px);
    }
}

.how-it-work .title-how-it-work .hr {
    position: absolute;
    left: 39.7%;
    top: 140%;
    z-index: 1;
}

.how-it-work .title-how-it-work .hr img {
    max-width: 409px;
}

@media screen and (max-width: 409px) {
    .how-it-work .title-how-it-work .hr img {
        width: calc(100% - 100px);
    }
}

@media screen and (max-width: 981px) {
    .how-it-work .title-how-it-work .hr {
        left: calc(39.7% - 100px);
    }
}

.how-it-work .request {
    display: flex;
    gap: 75px;
    justify-content: center;
    margin-bottom: 160px;
    flex-wrap: wrap;
}

.how-it-work .request .online-advert {
    text-align: center;
    max-width: 352px;
    position: relative;
}

.how-it-work .request .online-advert img {
    width: 379px;
    height: 341px;
    margin-bottom: 91px;
}

@media screen and (max-width: 420px) {
    .how-it-work .request .online-advert img {
        width: auto;
    }
}

.how-it-work .request .online-advert h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: white;
    margin-bottom: 13px;
}

.how-it-work .request .online-advert p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
}

.how-it-work .request .online-advert .p-request {
    margin-bottom: 67px;
}

.how-it-work .request .online-advert .show-more {
    border: 1px solid white;
    color: white;
    position: relative;
    z-index: 9;
}

.how-it-work .request .online-advert .one {
    font-style: normal;
    font-weight: 700;
    font-size: 385px;
    line-height: 438px;
    font-family: "Montserrat", sans-serif !important;
    position: absolute;
    bottom: -30%;
    left: 25%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;
    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    opacity: 0.1;
}

@media screen and (max-width: 1240px) {
    .how-it-work .request {
        gap: 200px;
    }
}

@media screen and (max-width: 981px) {
    .how-it-work .request {
        gap: 285px;
    }
}

.why-us {
    padding-top: 90px;
    padding-bottom: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
}

.why-us .images {
    max-width: 720px;
    max-height: 666px;
}

@media screen and (max-width: 720px) {
    .why-us .images img {
        width: 500px;
    }
}

@media screen and (max-width: 500px) {
    .why-us .images img {
        width: 400px;
    }
}

@media screen and (max-width: 400px) {
    .why-us .images img {
        width: 300px;
    }
}

.why-us .right-why-us {
    font-family: "Montserrat", sans-serif !important;
                                    position: relative;
}

.why-us .right-why-us .why-us-right {
    margin-bottom: 48px;
    max-width: 485px;
    position: relative;
}

.why-us .right-why-us .why-us-right p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.5);
}

.why-us .right-why-us .why-us-right h3 {
    color: black;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

.why-us .right-why-us .why-us-right .hr {
    position: absolute;
    bottom: 37%;
    z-index: -1;
}

.why-us .right-why-us .why-us-right .hr img {
    max-width: 409px;
}

@media screen and (max-width: 409px) {
    .why-us .right-why-us .why-us-right .hr img {
        width: calc(100% - 100px);
    }
}

.why-us .right-why-us .list-provide {
    display: flex;
    flex-direction: column;
    max-width: 485px;
}

.why-us .right-why-us .list-provide .flexible {
    display: flex;
    gap: 23px;
    margin-bottom: 46px;
}

.why-us .right-why-us .list-provide .flexible .images-flexible {
    max-width: 86px;
    max-height: 76px;
    padding: 24px;
    box-shadow: 0px 3.01754px 37.7193px rgba(0, 0, 0, 0.1);
    border-radius: 7.54386px;
}

.why-us .right-why-us .list-provide .flexible .images-flexible img {
    max-width: 33px;
    max-height: 29px;
}

.why-us .right-why-us .list-provide .flexible .desc-flexible h4 {
    font-family: "Madera Regular", sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
}

.why-us .right-why-us .list-provide .flexible .desc-flexible p {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.5);
    font-family: Montserrat;
    max-width: 376px;
}

.why-us .right-why-us .list-provide .show-more {
    border: 1px solid #1996B4;
    color: #1996B4;
    align-self: flex-start;
}

@media screen and (max-width: 520px) {
    .why-us .right-why-us {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

.rent-your-car {
    display: flex;
    align-items: stretch;
}

.rent-your-car .left-rent-your-car {
    background: linear-gradient(270deg, #117B95 0%, #117B95 100%);
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: center;
    padding: 125px 146px;
}

.rent-your-car .left-rent-your-car h3 {
    font-family: "Madera Regular", sans-serif !important;
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 30px;
}

.rent-your-car .left-rent-your-car p {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.rent-your-car .left-rent-your-car .louer {
    background: #1996B4;
    padding: 18px;
    border: 1px solid white;
    font-family: "Montserrat", sans-serif !important;
    align-self: flex-start;
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .rent-your-car .left-rent-your-car {
        padding: 1rem;
    }
}

.rent-your-car .right-rent-your-car {
    width: 632px;
    height: 563px;
}

.rent-your-car .right-rent-your-car img {
    -o-object-fit: none;
    object-fit: none;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .rent-your-car .right-rent-your-car {
        width: auto;
    }
}

@media screen and (max-width: 981px) {
    .rent-your-car {
        flex-direction: column;
        align-items: center;
    }
}

.popular-cars {
    font-family: "Montserrat", sans-serif !important;
    padding-top: 147px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.popular-cars .title-popular-cars {
    text-align: center;
    position: relative;
}

.popular-cars .title-popular-cars p {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 16px;
}

.popular-cars .title-popular-cars h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 25px;
    color: black;
}

.popular-cars .title-popular-cars .hr {
    position: absolute;
    bottom: -8px;
    z-index: -1;
}

.popular-cars .title-popular-cars .hr img {
    max-width: 409px;
}

@media screen and (max-width: 500px) {
    .popular-cars .title-popular-cars .hr img {
        display: none;
    }
}

.popular-cars .list-car {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    font-family: "Montserrat", sans-serif !important;
    flex-wrap: wrap;
}

.popular-cars .list-car .col-car {
    max-width: 278px;
}

.popular-cars .list-car .col-car .head-car {
    max-height: 211px;
    position: relative;
}

.popular-cars .list-car .col-car .head-car img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.popular-cars .list-car .col-car .head-car p {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: white;
    position: absolute;
    bottom: 13px;
    left: 23px;
}

.popular-cars .list-car .col-car .body-car {
    max-width: 278px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 19px 22px;
}

.popular-cars .list-car .col-car .body-car .reviews {
    display: flex;
    gap: 3px;
    margin-bottom: 9px;
}

.popular-cars .list-car .col-car .body-car .reviews p {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #131313;
}

.popular-cars .list-car .col-car .body-car .reviews p span {
    color: #A1A1A1;
}

.popular-cars .list-car .col-car .body-car h4 {
    font-family: "Madera Regular", sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #131313;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popular-cars .list-car .col-car .body-car .carburant {
    display: flex;
    gap: 14px;
    font-family: "Madera Regular", sans-serif !important;
    align-items: center;
    justify-content: center;
}

.popular-cars .list-car .col-car .body-car .carburant .list-carburant {
    display: flex;
    gap: 6px;
    color: #A1A1A1;
}

.popular-cars .list-car .col-car .body-car .carburant .list-carburant img {
    width: 21px;
    height: 21px;
}

.popular-cars .list-car .col-car .body-car .carburant .list-carburant p {
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
}

.popular-cars .list-car .col-car .body-car .rent {
    display: flex;
    border-top: 1px solid rgba(19, 19, 19, 0.05);
    padding-top: 15px;
    margin-top: 19px;
    justify-content: space-between;
    align-items: center;
}

.popular-cars .list-car .col-car .body-car .rent p {
    font-family: "Madera Regular", sans-serif !important;
    color: #131313;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.popular-cars .list-car .col-car .body-car .rent p span {
    color: #1996B4;
}

.popular-cars .list-car .col-car .body-car .rent a {
    padding: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: white;
    background: #1996B4;
    text-decoration: none;
    border-radius: 1.5rem;
}

.popular-cars .see-all-cars {
    margin-top: 55px;
    margin-bottom: 143px;
}

.popular-cars .see-all-cars .show-more {
    border: 1px solid #1996B4;
    color: #1996B4;
}

.reviews-section {
    padding-top: 90px;
    background: #F7F7F7;
    font-family: "Montserrat", sans-serif !important;
    padding-top: 147px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.reviews-section .logo-reviews {
    position: absolute;
    top: 22%;
    left: 60%;
}

.reviews-section .title-popular-cars {
    text-align: center;
    position: relative;
    margin-bottom: 94px;
}

.reviews-section .title-popular-cars p {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 16px;
}

.reviews-section .title-popular-cars h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 25px;
    color: black;
}

.reviews-section .title-popular-cars .hr {
    position: absolute;
    bottom: -8px;
}

.reviews-section .title-popular-cars .hr img {
    max-width: 409px;
}

@media screen and (max-width: 500px) {
    .reviews-section .title-popular-cars .hr img {
        display: none;
    }
}

.reviews-section .list-reviews {
    display: flex;
    gap: 70px;
    margin-bottom: 134px;
}

.reviews-section .list-reviews .custom-col-1 a {
    align-self: end;
}

@media screen and (max-width: 1235px) {
    .reviews-section .list-reviews .custom-col-1 {
        order: 1;
    }
}

.reviews-section .list-reviews .custom-col-3 a {
    align-self: start;
}

@media screen and (max-width: 1235px) {
    .reviews-section .list-reviews .custom-col-3 {
        order: 2;
    }
}

.reviews-section .list-reviews .col {
    max-width: 200px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.reviews-section .list-reviews .col img {
    margin-bottom: 5px;
}

.reviews-section .list-reviews .col a {
    text-decoration: none;
    padding: 16px;
    color: white;
    font-family: "Madera Regular", sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    background: #1996B4;
}

.reviews-section .list-reviews .col a .fa-chevron-left {
    margin-right: 24px;
}

.reviews-section .list-reviews .col a .fa-chevron-right {
    margin-left: 24px;
}

.reviews-section .list-reviews .custom-col-2 {
    display: flex;
    gap: 28px;
    justify-content: center;
    align-items: center;
    zoom: 1.02;
}

.reviews-section .list-reviews .custom-col-2 img {
    max-width: 334px;
}

.reviews-section .list-reviews .custom-col-2 .message p {
    font-family: "MontserratLight", sans-serif;
    max-width: 349px;
    font-weight: 400;
    font-size: 20px;
    line-height: 166.6%;
    color: black;
    margin-bottom: 11px;
}

.reviews-section .list-reviews .custom-col-2 .message h4 {
    font-family: "Madera Regular", sans-serif !important;
    font-weight: 700;
    font-size: 35px;
    line-height: 53px;
    margin-bottom: 4px;
    color: black;
}

.reviews-section .list-reviews .custom-col-2 .message h5 {
    font-family: "MontserratLight", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: black;
}

@media screen and (max-width: 1235px) {
    .reviews-section .list-reviews .custom-col-2 {
        order: 0;
        width: 100%;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1235px) {
    .reviews-section .list-reviews {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.triple-win {
    padding-top: 85px;
    background: linear-gradient(180deg, #117B95 0%, #FFFFFF 100%);
}

.triple-win .title-how-it-work {
    text-align: center;
    margin-bottom: 85px;
    position: relative;
    font-family: "Montserrat", sans-serif !important;
}

.triple-win .title-how-it-work h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.5);
}

.triple-win .title-how-it-work h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 25px;
    color: white;
    position: absolute;
    left: 40%;
    z-index: 2;
    max-width: 796px;
}

@media screen and (max-width: 1800px) {
    .triple-win .title-how-it-work h3 {
        left: 28%;
    }
}

@media screen and (max-width: 1380px) {
    .triple-win .title-how-it-work h3 {
        left: 23%;
    }
}

@media screen and (max-width: 1220px) {
    .triple-win .title-how-it-work h3 {
        position: relative;
        max-width: initial;
        left: 0;
    }
}

.triple-win .title-how-it-work .hr {
    position: absolute;
    left: 39.7%;
    top: 255%;
    z-index: 1;
}

.triple-win .title-how-it-work .hr img {
    max-width: 409px;
}

@media screen and (max-width: 409px) {
    .triple-win .title-how-it-work .hr img {
        width: calc(100% - 100px);
    }
}

@media screen and (max-width: 1220px) {
    .triple-win .title-how-it-work .hr {
        display: none;
    }
}

.triple-win .list-triple-win {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 37px;
    flex-wrap: wrap;
    margin-bottom: 90px;
}

.triple-win .list-triple-win .relation-triple {
    width: 384px;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 313px;
    justify-content: center;
    padding-right: 53px;
    padding-left: 53px;
}

.triple-win .list-triple-win .relation-triple img {
    margin-bottom: 22px;
    align-self: flex-start;
}

.triple-win .list-triple-win .relation-triple h4 {
    font-family: Montserrat;
    font-weight: 800;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #117B95;
    align-self: flex-start;
}

.triple-win .list-triple-win .save-money {
    background-image: linear-gradient(0deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%), url(../images/save-money.png);
}

.triple-win .list-triple-win .save-money h4 {
    max-width: 127px;
}

.triple-win .list-triple-win .gain-money {
    background-image: linear-gradient(0deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%), url(../images/gain-money.png);
}

.triple-win .list-triple-win .gain-money h4 {
    max-width: 127px;
}

.triple-win .list-triple-win .save-environment {
    background-image: linear-gradient(0deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%), url(../images/save-environment.png);
}

.triple-win .list-triple-win .save-environment h4 {
    max-width: 257px;
}

/******************************* Fin Home page *********************************/
.show-more {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    padding: 1rem;
    border-radius: 2rem;
    text-decoration: none;
}

.show-more i {
    margin-left: 0.5rem;
}

.content-Renting_body_left {
    padding-top: 76px;
    position: relative;
}

.content-Renting_body_left .btn {
    position: absolute;
    margin-top: -35px;
    left: 45px;
}

.content-Renting {
    background: #F7F7F7;
    padding: 75px 0 100px 0;
}

@media (max-width: 767px) {
    .content-Renting {
        padding: 0 15px 50px 15px;
    }
}

.content-Renting_body {
    display: grid;
    grid-template-columns: 1fr 350px;
}

@media (min-width: 1200px) {
    .content-Renting_body {
        grid-template-columns: 1fr 420px;
    }
}

@media (max-width: 992px) {
    .content-Renting_body {
        display: block;
    }
}

.content-Renting_body_picture img {
    border-radius: 300px 0px 0px 0px;
}

.content-Renting_body_heading {
    margin-bottom: 35px;
}

.content-Renting_body_heading span {
    font-size: 32px;
    line-height: 1;
}

@media (max-width: 767px) {
    .content-Renting_body_heading span {
        font-size: 25px;
    }
}

.content-Renting_body_form {
    background: linear-gradient(90deg, #FFFFFF 54.75%, rgba(255, 255, 255, 0) 89.75%);
    padding: 41px 0 79px 44px;
    border: 1px solid #ced4da;
    border-right: none;
}

@media (max-width: 767px) {
    .content-Renting_body_form {
        padding: 20px 0 30px 10px;
    }
}

@media screen and (min-width: 1200px) {
    .content-Renting_body_form .form-row {
        transform: scale(1.1) translateX(34px);
    }
}

.content-Renting_body_form .form-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.form-group {
    position: relative;
}

.form-group::after {
    content: "";
    position: absolute;
    height: 54px;
    width: 1px;
    background: #B3B3B3;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

.form-group:last-child::after {
    display: none;
}

.content-Renting_body_form .form-row {
    border: 2px solid #1996B4;
    padding: 15px 25px 15px 25px;
    background: #FFFFFF;
    margin-bottom: 32px;
}

.content-Renting_body_form .form label {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}

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

option, select.form-control {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0;
}

@media (max-width: 767px) {
    option, select.form-control {
        font-size: 11px;
    }
}

.content-Renting_body_form .form .form-group {
    margin-bottom: 0;
}

/* price */
.content-Renting_body_form_price {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 46px;
}

@media (max-width: 767px) {
    .content-Renting_body_form_price {
        font-size: 35px;
    }
}

.content-Renting_body_form_price span {
    font-size: 25px;
}

@media (max-width: 767px) {
    .content-Renting_body_form_price span {
        font-size: 16px;
    }
}

.content-Renting_body_form p {
    color: #1996B4;
    font-weight: 500;
    font-size: 18px;
}

@media (max-width: 767px) {
    .content-Renting_body_form p {
        font-size: 15px;
    }
}

/* service */
.content-service {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media (min-width: 1200px) {
    .content-service {
        -moz-column-gap: 94px;
        column-gap: 94px;
    }
}

@media (max-width: 767px) {
    .content-service {
        display: block;
    }

    .content-service-box {
        margin-bottom: 25px;
    }
}

.content-service-box_body_title {
    font-family: "Madera Regular", sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin: 15px 0 10px 0;
    display: block;
}

.content-service_iten {
    padding: 120px 0;
}

@media (max-width: 767px) {
    .content-service_iten {
        padding: 50px 0;
    }
}

/* axa */
.content-axa {
    background: linear-gradient(180deg, #081E23 0%, rgba(8, 30, 35, 0) 100%);
    padding: 84px 0;
    color: #fff;
}

@media (max-width: 767px) {
    .content-axa {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .content-axa .content-axa_picture {
        margin-bottom: 30px;
    }
}

.content-axa_box {
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.content-axa_box p {
    margin: 20px 0 90px 0;
}

/* question */
.content-asked {
    background: #F4F6F5;
    padding: 120px 0;
}

@media (max-width: 767px) {
    .content-asked {
        padding: 50px 0;
    }
}

button.accordion {
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    padding: 15px 20px;
    color: #383838;
    cursor: pointer;
    background: #fff;
    font-family: "Madera Regular", sans-serif !important;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    button.accordion {
        font-size: 15px;
    }
}

.accordion-box {
    background: #FFFFFF;
    box-shadow: 0px 5.28668px 16.9174px rgba(8, 15, 52, 0.06);
    border-radius: 16.9174px;
    margin-bottom: 25px;
    overflow: hidden;
}

button.accordion:after {
    content: "+";
    font-size: 22px;
    float: right;
    width: 45px;
    height: 45px;
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.accordion.is-open:after {
    content: "-";
    background: #1996B4;
    color: #fff;
    font-size: 22px;
}

button.accordion:hover,
button.accordion.is-open {
    background-color: #fff;
}

.accordion-content {
    background-color: white;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

@media (min-width: 1200px) {
    .accordion-content {
        padding: 0 75px 0 20px;
    }
}

.reviews-section .list-reviews .cols-1 a {
    align-self: end;
}

@media screen and (max-width: 1235px) {
    .reviews-section .list-reviews .cols-1 {
        order: 1;
    }
}

.reviews-section .list-reviews .cols-3 a {
    align-self: start;
}

@media screen and (max-width: 1235px) {
    .reviews-section .list-reviews .cols-3 {
        order: 2;
    }
}

.reviews-section .list-reviews .cols {
    max-width: 200px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.reviews-section .list-reviews .cols img {
    margin-bottom: 5px;
}

.reviews-section .list-reviews .cols a {
    text-decoration: none;
    padding: 16px;
    color: white;
    font-family: "Madera Regular", sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    background: #1996B4;
}

.reviews-section .list-reviews .cols a .fa-chevron-left {
    margin-right: 24px;
}

.reviews-section .list-reviews .cols a .fa-chevron-right {
    margin-left: 24px;
}

.reviews-section .list-reviews .cols-2 {
    display: flex;
    gap: 28px;
    justify-content: center;
    align-items: center;
    zoom: 1.02;
}

.reviews-section .list-reviews .cols-2 img {
    max-width: 334px;
}

.reviews-section .list-reviews .cols-2 .message p {
    font-family: "MontserratLight", sans-serif;
    max-width: 349px;
    font-weight: 400;
    font-size: 20px;
    line-height: 166.6%;
    color: black;
    margin-bottom: 11px;
}

@media (max-width: 767px) {
    .reviews-section .list-reviews .cols-2 .message p {
        font-size: 16px;
    }
}

.reviews-section .list-reviews .cols-2 .message h4 {
    font-family: "Madera Regular", sans-serif !important;
    font-weight: 700;
    font-size: 35px;
    line-height: 53px;
    margin-bottom: 4px;
    color: black;
}

.reviews-section .list-reviews .cols-2 .message h5 {
    font-family: "MontserratLight", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: black;
}

@media screen and (max-width: 1235px) {
    .reviews-section .list-reviews .cols-2 {
        order: 0;
        width: 100%;
        flex-wrap: wrap;
    }
}

.reviews-sections {
    padding-top: 0;
}

@media (max-width: 767px) {
    .reviews-sections {
        padding-top: 100px;
    }
}

.reviews-sections .list-reviews {
    margin-bottom: 0;
}

.reviews-sections .logo-reviews {
    top: -85px;
    left: 70%;
}

@media (max-width: 767px) {
    .reviews-sections .logo-reviews {
        top: 0;
    }
}

.content-step {
    background: #F7F7F7;
}

.content-step .container {
    padding-bottom: 90px;
}

@media (max-width: 767px) {
    .content-step .container {
        padding-bottom: 50px;
    }
}

.content-step .content-step_headding {
    padding: 38px 0;
    color: #1996B4;
}

@media (max-width: 767px) {
    .content-step .content-step_headding {
        padding: 15px 0;
    }
}

.content-step .content-step_headding a {
    font-weight: 600;
    font-size: 22px;
    color: #1996B4;
}

@media (max-width: 767px) {
    .content-step .content-step_headding a {
        font-size: 16px;
    }
}

.content-step .content-step-box {
    background: #fff;
    padding: 70px 55px;
}

@media (max-width: 991px) {
    .content-step .content-step-box {
        padding: 50px 15px;
    }
}

.content-step .content-step-box .content-step-box_step {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: repeat(6, 1fr);
    text-align: center;
}

.content-step .content-step-box .content-step-box_step .content-step-box_step_box {
    display: flex;
    flex-direction: column;
}

.content-step .content-step-box .content-step-box_step .content-step-box_step_box.active .content-step-box_step_box_num {
    border: 2px solid #1996B4;
    background: #1996B4;
    color: #fff;
}

.content-step .content-step-box .content-step-box_step .content-step-box_step_box.active .content-step-box_step_box_num::after {
    border: 2px dashed #1996B4;
}

.content-step .content-step-box .content-step-box_step .content-step-box_step_box.active .content-step-box_step_box_tex {
    color: #1996B4;
}

.content-step .content-step-box .content-step-box_step .content-step-box_step_box_num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 2px solid #C2CBD9;
    border-radius: 50%;
    margin: 0 auto 5px;
    color: #C2CBD9;
    position: relative;
    background: #fff;
    z-index: 1;
}

@media (max-width: 767px) {
    .content-step .content-step-box .content-step-box_step .content-step-box_step_box_num {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

.content-step .content-step-box .content-step-box_step .content-step-box_step_box_num::after {
    content: "";
    width: 200%;
    border: 2px dashed #C2CBD9;
    position: absolute;
    right: -200%;
    z-index: 0;
}

@media (max-width: 767px) {
    .content-step .content-step-box .content-step-box_step .content-step-box_step_box_num::after {
        display: none;
    }
}

.content-step .content-step-box .content-step-box_step .content-step-box_step_box_tex {
    font-size: 13px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #C2CBD9;
    display: flex;
    justify-content: center;
    height: 50px;
}

@media (max-width: 1024px) {
    .content-step .content-step-box .content-step-box_step .content-step-box_step_box_tex {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .content-step .content-step-box .content-step-box_step .content-step-box_step_box_tex {
        display: none;
    }
}

.box-end .content-step-box_step_box_num::after {
    display: none;
}

.content-step-heading {
    padding: 46px 0 35px;
}

.content-step-heading p {
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #90A3BF;
}

.content-step-heading span {
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
}

.content-step-form .link-h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.content-step-form .form-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 50px;
    column-gap: 50px;
    margin-bottom: 65px;
}

@media (max-width: 991px) {
    .content-step-form .form-row {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }
}

@media (max-width: 767px) {
    .content-step-form .form-row {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
}

.content-step-form .form-row .form-group::after {
    display: none;
}

.content-step-form .form-row .form-group label {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.content-step-form .form-row .form-group option, .content-step-form .form-row .form-group select.form-control {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 10px;
    background: #F5F5F5;
}

.content-step-photo h3 {
    font-weight: 700;
}

.content-step-photo p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #90A3BF;
}

.content-step-decription p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #90A3BF;
}

.upload-files-container {
    background-color: #f7fff7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #F5F5F5;
    border: 1px dashed #BABABA;
    border-radius: 10px;
    margin: 36px 0 45px;
}

.drag-file-area {
    padding: 5px 50px 8px;
    text-align: center;
}

.drag-file-area .upload-icon {
    font-size: 50px;
}

.drag-file-area h3 {
    font-size: 16px;
    margin: 0 0 5px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.drag-file-area label {
    font-size: 19px;
}

.drag-file-area label .browse-files-text {
    font-weight: bolder;
    cursor: pointer;
}

.browse-files span {
    position: relative;
    top: -25px;
}

.default-file-input {
    opacity: 0;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.cannot-upload-message span, .upload-button-icon {
    padding-right: 10px;
}

.cannot-upload-message span:last-child {
    padding-left: 20px;
    cursor: pointer;
}

.file-block {
    color: #f7fff7;
    transition: all 1s;
    width: 390px;
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 15px;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
}

.file-info {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.file-icon {
    margin-right: 10px;
}

.file-name, .file-size {
    padding: 0 3px;
}

.remove-file-icon {
    cursor: pointer;
}

.progress-bar {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 4.5%;
    width: 0;
    height: 5px;
    border-radius: 25px;
}

.browse-files {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content-step-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .content-step-nav {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.content-step-nav a {
    border-radius: 110px;
    padding: 6px 30px;
}

@media (max-width: 767px) {
    .content-step-nav a {
        margin-bottom: 10px;
    }
}

.content-step-nav a.back {
    background: #F5F5F5;
    font-weight: 700;
    font-size: 16px;
    color: #313131;
}

.content-step-form input {
    border: none;
    width: 100%;
    padding: 13px 10px;
    background: #F5F5F5;
}

.form-check-input[type=checkbox] {
    padding: 0;
}

.box-verif {
    display: flex;
    width: 300px;
    margin: 0 auto 27px;
}

.box-verif input {
    text-align: center;
    background: #fff;
    border: 3px solid #90A3BF;
    padding: 12px 15px;
    margin: 0 5px;
    font-size: 35px;
    font-weight: 700;
    color: #90A3BF;
}

@media (max-width: 767px) {
    .box-verif input {
        font-size: 24px;
        padding: 8px 10px;
        width: 50px !important;
    }
}

.box-verif input.active {
    border: 3px solid #1996B4;
    color: #121212;
}

.content-step-form button {
    color: #1996B4;
    border: none;
    background: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
}

.content-step-form .text-verif {
    font-size: 14px;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
}

.form-rows input {
    padding: 16px 35px 16px 32px;
    background: #fff;
}

.form-rows label {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.form-rows .form-group {
    position: relative;
}

.form-rows .form-group::after {
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    right: 15px;
    top: 65%;
    transform: translateY(-50%);
    background: url(../images/bg-input.png) center no-repeat;
    display: flex;
}

.form-check-label {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

body .form-check-input:checked[type=checkbox],
body .form-check-input[type=checkbox] {
    width: 20px;
    height: 20px;
    border: 1px solid #1996B4;
    margin-top: 0;
    margin-right: 8px;
}

body .form-check-input:checked[type=checkbox] {
    background-color: #1996B4;
}

body .form-check-input[type=checkbox] {
    border: 1px solid #90A3BF;
}

.form-ros {
    margin-bottom: 45px;
}

.form-ros label {
    font-family: "Madera Regular", sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}

.content-step-4 form .form-heading {
    font-family: "Madera Regular", sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}

.content-step-4 .form-check label {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

.content-step-4 .box-form-check {
    -moz-column-gap: 50px;
    column-gap: 50px;
}

@media (max-width: 767px) {
    .content-step-4 .box-form-check {
        flex-direction: column;
    }
}

.content-step-6-box, .formRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 100px;
    column-gap: 100px;
    padding: 0 50px;
}

@media (min-width: 1200px) {
    .content-step-6-box, .formRow {
        padding: 0 100px;
    }
}

@media (max-width: 767px) {
    .content-step-6-box, .formRow {
        padding: 0;
        display: block;
    }
}

span {
    cursor: pointer;
}

body .number {
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 14px;
}

body .number input {
    height: 34px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #fff !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    border: none !important;
}

.minus, .plus {
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-step-6-box .content-step-6-box-month {
    display: grid;
    grid-template-columns: 1fr 90px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 11px;
}

.content-step-6-box input {
    border: 1px solid rgba(18, 18, 18, 0.5019607843);
    border-radius: 10px;
    padding: 13px 20px;
    background: #fff;
}

.content-step-6-box span.comm {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    display: block;
}

.content-step-6-box span.comm::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.5019607843);
    position: absolute;
    bottom: 0;
    left: 0;
}

.content-step-6-box .total {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-top: 13px;
}

.content-step-6-box .total span {
    font-weight: 600;
    text-transform: uppercase;
}

.content-step-6-box .form-controls {
    padding: 13px 20px;
    text-align: center;
    border-radius: 10px;
}

.content-step-6-box label {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
}

.content-step-6-box .box-200-km {
    margin-bottom: 20px;
}

.content-step-6-box .form-group::after {
    display: none;
}

.formRow {
    margin-bottom: 75px;
}

@media (max-width: 767px) {
    .formRow {
        margin-bottom: 30px;
    }
}

.formRow input {
    padding: 13px 20px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .formRow input {
        margin-top: 20px;
    }
}

.Calendar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

body .ckebox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 65px;
    flex-wrap: wrap;
}

@media (max-width: 375px) {
    body .ckebox {
        justify-content: start;
    }
}

body .ckebox .form-check-input:checked[type=checkbox],
body .ckebox .form-check-input[type=checkbox] {
    background-color: white;
    color: #1996B4;
    border: 1px solid #212529;
}

body .ckebox .form-check {
    margin-left: 13px;
}

@media (max-width: 531px) {
    body .ckebox .form-check {
        margin-left: 5px;
    }
}

body .ckebox input {
    padding: 10px 10px;
    margin-left: 5px;
}

body .ckebox .form-check-input:checked[type=checkbox] {
    background-image: url(../images//checked.png);
    background-position: center;
    background-repeat: no-repeat;
}

/* SIDEBAR */
#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    z-index: 2000;
    transition: 0.3s ease;
    overflow-x: hidden;
    scrollbar-width: none;
}

#sidebar::--webkit-scrollbar {
    display: none;
}

#sidebar.hide {
    width: 60px;
}

#sidebar .brand {
    height: 56px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 5px;
    left: 0;
    z-index: 500;
    padding-bottom: 20px;
    box-sizing: content-box;
    justify-content: center;
}

#sidebar .brand .bx {
    min-width: 60px;
    display: flex;
    justify-content: center;
}

#sidebar .side-menu {
    width: 100%;
    margin-top: 35px;
}

#sidebar .side-menu li {
    height: 48px;
    margin-left: 6px;
}

#sidebar .side-menu li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

#sidebar .level-menu:hover > ul.submenu {
    height: auto;
    overflow: hidden;
    position: relative;
    top: 0;
    padding-left: 2rem;
}

ul {
    list-style-type: none;
}

#sidebar ol, #sidebar ul {
    padding: 0 24px 0 20px;
}

#sidebar.hide .side-menu li a {
    width: 40px;
    transition: width 0.3s ease;
}

#sidebar .side-menu li a.logout {
    color: var(--red);
}

#sidebar .side-menu.top li a:hover {
    color: #1996B4 !important;
}

#sidebar .side-menu li a .bx {
    min-width: 40px;
    display: flex;
    justify-content: center;
}

#sidebar .side-menu .active .side-menu-top {
    position: relative;
}

#sidebar .side-menu .active .side-menu-top > a {
    color: white;
    background: #1996B4;
}

#sidebar .side-menu .active .side-menu-top::after {
    background: url(../images/drowp-open.png);
    background-position: center;
    background-repeat: no-repeat;
}

#sidebar .side-menu .active .side-menu-top::before {
    position: absolute;
    left: 0;
    width: 5px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: white;
}

#sidebar .side-menu .side-menu-top {
    position: relative;
}

#sidebar .side-menu .side-menu-top::after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/drowp.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    top: 17px;
    transition: all 0.2s;
}

#sidebar ul.submenu {
    height: 0;
    overflow: hidden;
    transition: all ease-out 0.5s;
    padding: 10px 0 10px 2rem;
}

#sidebar .active .submenu {
    height: auto;
    overflow: hidden;
}

#sidebar .active .submenu a.current {
    color: #1996B4;
}

#sidebar .active .submenu li {
    height: 35px;
}

/* SIDEBAR */
/* CONTENT */
#content {
    position: relative;
    width: calc(100% - 240px);
    left: 240px;
    transition: 0.3s ease;
}

#sidebar.hide ~ #content {
    width: calc(100% - 60px);
    left: 60px;
}

/* NAVBAR */
#content nav {
    padding: 15px 24px;
    display: flex;
    align-items: center;
    grid-gap: 24px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    justify-content: center;
}

@media (max-width: 767px) {
    #content nav {
        padding: 15px;
    }
}

#content nav::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -40px;
    left: 0;
    border-radius: 50%;
    box-shadow: -20px -20px 0 var(--light);
}

#content nav .bx.bx-menu {
    cursor: pointer;
    display: flex;
    align-items: center;
}

#content nav .nav-link {
    font-size: 16px;
    transition: 0.3s ease;
}

#content nav .nav-link:hover {
    color: #1996B4;
}

#content nav form {
    max-width: 400px;
    width: 100%;
    margin-right: auto;
}

@media (max-width: 991px) {
    #content nav form {
        max-width: initial;
        width: auto;
    }
}

#content nav form .form-input {
    display: flex;
    align-items: center;
    height: 36px;
    border-radius: 8px;
    background: #F5F4F6;
    overflow: hidden;
}

#content nav form .form-input input {
    flex-grow: 1;
    padding: 0 16px;
    height: 100%;
    border: none;
    background: var(--grey);
    border-radius: 36px 0 0 36px;
    outline: none;
    width: 100%;
    color: var(--dark);
}

#content nav form .form-input button {
    width: 36px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7C7C8D;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
}

#content nav .notification {
    font-size: 20px;
    position: relative;
    margin-right: 30px;
}

@media (max-width: 767px) {
    #content nav .notification {
        margin-right: 10px;
    }
}

.nav-content {
    align-items: center;
    justify-content: center;
    display: flex;
}

.nav-content span {
    font-family: "Montserrat", sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}

@media (max-width: 767px) {
    .nav-content span {
        display: none;
    }
}

.nav-content .profile {
    margin-right: 5px;
}

::marker {
    display: none !important;
}

#content nav .notification .num {
    position: absolute;
    top: 8px;
    right: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: red;
    color: white;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content nav .profile img {
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

@media (max-width: 767px) {
    #content nav .profile img {
        width: 20px;
        height: 20px;
    }
}

.brand img {
    width: 135px;
}

@media (max-width: 767px) {
    .brand img {
        width: 95px;
    }
}

.notification img {
    width: 20px;
    height: 24px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .notification img {
        width: 14px;
        height: 18px;
    }
}

/* NAVBAR */
/* MAIN */
#content main {
    width: 100%;
    padding: 36px 50px;
    min-height: calc(100vh - 56px);
    overflow-y: auto;
    background: #F5F4F6;
}

@media (max-width: 1199px) {
    #content main {
        padding: 36px 15px;
    }
}

/* MAIN */
/* CONTENT */
.title-h2Ad {
    font-family: "Madera Regular", sans-serif !important;
    font-weight: 700;
    font-size: 14px;
}

.admin-heading {
    background: rgba(25, 150, 180, 0.09);
    border-radius: 4px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding: 23px;
    justify-content: space-between;
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .admin-heading {
        flex-direction: column;
        row-gap: 15px;
    }
}

.admin-heading p {
    font-size: 14px;
}

.admin-headings {
    display: flex;
    align-items: start;
}

.admin-headings .admin-heading-content {
    margin-left: 10px;
}

.buton {
    font-family: "Montserrat", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 2px solid #1996B4;
    color: #1996B4;
    border-radius: 100px;
    height: 40px;
    white-space: nowrap;
    width: -moz-max-content;
    width: max-content;
}

@media (max-width: 1511px) {
    .buton {
        font-size: 14px;
    }
}

select.form-control.buton-1, .form-control.buton-2 {
    width: 200px;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid white;
    color: #212529;
    height: 40px;
}

select.form-control.buton-1 option, .form-control.buton-2 option {
    padding: 5px;
}

.form-control.buton-2 {
    background: #1996B4;
    color: #FFFFFF;
    width: -moz-max-content;
    width: max-content;
}

.buton-3 {
    color: #1996B4;
    font-family: "Montserrat", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    text-decoration: underline;
    display: inline-block;
}

.buton-4 {
    background: #FFFFFF;
    border: 1px solid #222222;
    color: #222222;
}

.buton-5 {
    color: #F45725;
    border: 1px solid #F45725;
    width: auto;
}

.content-car {
    margin-top: 30px;
}

.car-items {
    display: grid;
    grid-template-columns: 1fr 400px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    background: white;
    padding: 40px;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .car-items {
        padding: 20px 15px;
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
}

@media (max-width: 1511px) {
    .car-items {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

.car-items .car-items-content {
    display: flex;
}

@media (max-width: 500px) {
    .car-items .car-items-content {
        flex-direction: column;
        row-gap: 30px;
    }
}

.car-items .car-items-content .car-items-content-body {
    margin-left: 20px;
}

@media (min-width: 1500px) {
    .car-items .car-items-content .car-items-content-body {
        margin-left: 40px;
    }
}

.car-items .car-items-content .car-items-content-body .car-items-content-body_title {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #656575;
    margin-bottom: 15px;
    display: inline-block;
}

.car-items .car-items-content .car-items-content-body h3 {
    font-weight: 700;
    font-size: 16px;
}

.car-items .car-items-content .car-items-content-body .car-items-content-body_bouton {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}

@media (max-width: 1511px) {
    .car-items .car-items-content .car-items-content-body .car-items-content-body_bouton {
        flex-direction: column;
    }
}

.car-items .car-items-content .car-items-content-body .car-items-content-body_adresse {
    font-family: "Madera Regular", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 12.0743px;
    color: #A1A1A1;
    display: block;
}

.car-items .car-items-content .car-items-content-body .car-items-content-body_adresse span {
    color: #1996B4;
    font-weight: 600;
}

.car-items .car-items-content .car-items-content-body .car-items-content-body_day {
    font-family: "Madera Regular", sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    margin: 7px 0 5px;
    display: inline-block;
}

.car-items .car-items-content .car-items-content-body .car-items-content-body_day span {
    font-weight: 400;
    color: #A1A1A1;
    display: inline-block;
}

.car-items .car-items-calendar {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .car-items .car-items-calendar {
        align-items: start;
    }
}

@media (max-width: 1200px) {
    .car-items .car-items-calendar {
        flex-direction: column;
        row-gap: 30px;
    }
}

.car-items .car-items-calendar .car-items-calendar-body {
    padding-left: 10px;
}

.car-items .car-items-calendar .ckeboxs .form-check-input:checked[type=checkbox] {
    background-color: #fff !important;
}

.car-items .car-items-calendar .ckeboxs .form-check-input[type=checkbox] {
    border: 1px solid #90A3BF !important;
}

.car-items .car-items-calendar .title {
    font-family: "Madera Regular", sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}

.car-items.content-car-rent {
    display: grid;
    -moz-column-gap: 50px;
    column-gap: 50px;
    grid-template-columns: 1fr 400px;
    overflow-x: hidden;
}

@media (max-width: 1511px) {
    .car-items.content-car-rent {
        grid-template-columns: 1fr 200px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 1199px) {
    .car-items.content-car-rent {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
}

@media (max-width: 1199px) {
    .car-items.content-car-rent .car-items-content {
        flex-direction: row;
        row-gap: 30px;
    }
}

@media (max-width: 991px) {
    .car-items.content-car-rent .car-items-content {
        flex-direction: column;
        row-gap: 20px;
    }
}

@media (max-width: 1511px) {
    .car-items.content-car-rent .car-items-content-body .car-items-content-body_bouton {
        flex-direction: row;
        flex-wrap: inherit;
    }
}

.car-items.content-car-rent .car-items-content-body_message {
    margin-top: 15px;
}

.car-items.content-car-rent .car-items-content-body_message .car-items-content-body_message-title {
    font-family: "Madera Regular", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 12.0743px;
    color: #000;
}

.car-items.content-car-rent .car-items-content-body_message p {
    font-family: "Montserrat", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 12.0743px;
    line-height: 150%;
    color: #656565;
}

.car-items.content-car-rent .car-items-content-picture {
    width: 450px;
}

.box-verification {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1024px) {
    .box-verification {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .box-verification {
        grid-template-columns: repeat(1, 1fr);
    }
}

.box-verification .box-verif-content {
    background: #fff;
    padding: 22px 46px 50px;
}

@media (max-width: 1511px) {
    .box-verification .box-verif-content {
        padding: 15px 18px 25px;
    }
}

.box-verification .box-verif-content .box-verif-content-title {
    font-family: "Madera Regular", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 26px;
    margin: 16px 0;
}

.box-verification .box-verif-content span {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #90A3BF;
}

.box-verification .box-verif-content .box-verif-footer {
    margin-top: 38px;
}

.box-verification .box-verif-content .box-verif-footer p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #141414;
}

.admin-heading-bouttons {
    justify-content: space-between;
    display: flex;
}

@media screen and (max-width: 767px) {
    #sidebar {
        width: 200px;
        position: absolute;
        left: -100%;
    }

    #sidebar.active {
        position: absolute;
        left: 0;
        width: 100%;
        background: #fff;
    }

    #content {
        width: 100%;
        left: inherit;
    }

    #content nav .nav-link {
        display: none;
    }

    .bx.bx-menu {
        font-size: 25px;
    }

    #content nav form .form-input input {
        display: none;
    }

    .admin-heading-bouttons {
        flex-direction: column;
        row-gap: 10px;
        align-items: center;
    }
}

@media screen and (max-width: 576px) {
    #content nav form .form-input button {
        width: auto;
        height: auto;
        background: transparent;
        border-radius: none;
        color: var(--dark);
    }

    #content nav form.show .form-input input {
        display: block;
        width: 100%;
    }

    #content nav form.show .form-input button {
        width: 36px;
        height: 100%;
        border-radius: 0 36px 36px 0;
        color: var(--light);
        background: var(--red);
    }

    #content nav form.show ~ .notification,
    #content nav form.show ~ .profile {
        display: none;
    }

    #content main .box-info {
        grid-template-columns: 1fr;
    }

    #content main .table-data .head {
        min-width: 420px;
    }
}

body {
    font-family: "Montserrat", sans-serif !important;
    font-size: 15px;
    font-style: normal;
    overflow-x: hidden;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    margin: auto;
}

@media (min-width: 1440px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1340px;
    }
}

a {
    text-decoration: none;
}

html {
    overflow-x: hidden;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

html::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}

html::-webkit-scrollbar-track {
    border-radius: 5px;
}

html::-webkit-scrollbar-thumb {
    background: #1996B4;
    border-radius: 10px;
    height: 40px;
}

html::-webkit-scrollbar-thumb:hover {
    background: #212529;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

body {
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
}

/*# sourceMappingURL=style.css.map */


.content-step-nav button {
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #1996B4;
    border-color: #1996B4;
    transition: transform ease 2s;
    border-radius: 110px;
    padding: 6px 30px;
}


