:root {
    --black_900: #030a0c;
    --black_900_00: #030a0c00;
    --black_900_01: #000000;
    --black_900_0c: #0000000c;
    --black_900_33: #00000033;
    --black_900_4c: #0000004c;
    --blue_500: #28a4e4;
    --blue_600: #1a73e8;
    --blue_gray_100: #d9d9d9;
    --blue_gray_50: #eceeef;
    --blue_gray_500: #5c7c88;
    --blue_gray_800: #1d4f5c;
    --blue_gray_800_0c: #1e4b5c0c;
    --blue_gray_800_19: #1e4b5c19;
    --cyan_900: #054d62;
    --deep_orange_400: #ff8a35;
    --gold: #b9aa8d;
    --gray_200: #edede9;
    --gray_300: #e5e3df;
    --gray_400: #c1b498;
    --gray_50: #f6f8f9;
    --gray_600: #808080;
    --gray_700: #5b5b5b;
    --green: #1e4b5c;
    --color_green_a700: #24cc63;
    --liteblue: #e8eef2;
    --pink_a200: #ff3891;
    --purple_400: #ce2ebb;
    --red_700: #cd3640;
    --red_700_01: #dc143c;
    --white: #ffffff;
    --color_white_a700_19: #ffffff19;
    --color_white_a700_1c: #ffffff1c;
    --color_white_a700_33: #ffffff33;
    --color_white_a700_a0: #ffffffa0;
    --color_white_a700_cc: #ffffffcc;
    --black_600: #656d76;
    --gray_shadow: #00000029;

    --shadow-xs: 0 6px 15px 0 #0000000c;
    --shadow-sm: 0 2.17px 8px -2.17px #0000004c;
    --shadow-md: 0 4.34px 13px 0 #0000004c;
    --shadow-lg: 0 1px 4px -1px #0000004c;
    --shadow-xl: 0 2px 6px 0 #0000004c;
    --shadow-2xl: 0 0 13px 5px #00000029;

    --radius-xs: 1px;
    --radius-sm: 2px;
    --radius-md: 3px;
    --radius-lg: 4px;
    --radius-xl: 5px;
    --radius-2xl: 6px;
    --radius-3xl: 8px;
    --radius-4xl: 10px;
    --radius-5xl: 14px;
    --radius-6xl: 20px;
    --radius-7xl: 22px;
    --radius-8xl: 24px;
    --radius-9xl: 34px;
    --radius-10xl: 46px;

    --space-xs: 2px;
    --space-sm: 4px;
    --space-md: 6px;
    --space-lg: 8px;
    --space-xl: 10px;
    --space-2xl: 12px;
    --space-3xl: 14px;
    --space-4xl: 16px;
    --space-5xl: 18px;
    --space-6xl: 20px;
    --space-7xl: 22px;
    --color_white_a700_19: #ffffff19;
    --color_white_a700_1c: #ffffff1c;
    --color_white_a700_33: #ffffff33;
    --color_white_a700_a0: #ffffffa0;
    --color_white_a700_cc: #ffffffcc;
    --black_600: #656d76;
    --gray_shadow: #00000029;

    --shadow-xs: 0 6px 15px 0 #0000000c;
    --shadow-sm: 0 2.17px 8px -2.17px #0000004c;
    --shadow-md: 0 4.34px 13px 0 #0000004c;
    --shadow-lg: 0 1px 4px -1px #0000004c;
    --shadow-xl: 0 2px 6px 0 #0000004c;
    --shadow-2xl: 0 0 13px 5px #00000029;

    --radius-xs: 1px;
    --radius-sm: 2px;
    --radius-md: 3px;
    --radius-lg: 4px;
    --radius-xl: 5px;
    --radius-2xl: 6px;
    --radius-3xl: 8px;
    --radius-4xl: 10px;
    --radius-5xl: 14px;
    --radius-6xl: 20px;
    --radius-7xl: 22px;
    --radius-8xl: 24px;
    --radius-9xl: 34px;
    --radius-10xl: 46px;

    --space-xs: 2px;
    --space-sm: 4px;
    --space-md: 6px;
    --space-lg: 8px;
    --space-xl: 10px;
    --space-2xl: 12px;
    --space-3xl: 14px;
    --space-4xl: 16px;
    --space-5xl: 18px;
    --space-6xl: 20px;
    --space-7xl: 22px;
    --space-8xl: 24px;
    --space-9xl: 26px;
    --space-10xl: 30px;
    --space-11xl: 34px;
    --space-12xl: 40px;
    --space-13xl: 46px;
    --space-14xl: 48px;
    --space-15xl: 56px;
    --space-16xl: 64px;
}

.flex-col-center-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-col-center-start {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.flex-col-center-end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.categories {
    background-color: var(--white);
    width: 100%;
}

.headerpseudo {
    position: relative;
}

.row_one {
    padding-top: var(--space-lg);
    padding-bottom: var(--space-lg);
    background-color: var(--green);
    display: flex;
    justify-content: center;
}

.row {
    padding-left: var(--space-sm);
    padding-right: var(--space-sm);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-6xl);

    @media only screen and (max-width: 1440px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}

.rowpseudo {
    padding-top: var(--space-xl);
    padding-bottom: var(--space-xl);
    width: 10%;
    display: flex;
    justify-content: space-between;
    gap: var(--space-6xl);

    @media only screen and (max-width: 1050px) {
        width: 100%;
    }
}

.pseudo {
    color: var(--liteblue) !important;
    padding-top: var(--space-md);
    padding-bottom: var(--space-md);
    padding-left: var(--space-2xl);
    font-size: 16px;
    gap: var(--space-lg);
    width: 28%;
    background-image: url(../../customer/assets/images/img_pseudo.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: calc(100% - 0px);
}

.price {
    color: var(--liteblue) !important;
    padding-top: var(--space-md);
    padding-bottom: var(--space-md);
    padding-left: var(--space-2xl);
    font-size: 16px;
    gap: var(--space-lg);
    width: 34%;
    background-image: url(../../customer/assets/images/img_pseudo.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: calc(100% - 0px);
}

.rowemailsvg_one-4 {
    gap: var(--space-13xl);
    display: flex;
    width: 54%;
    justify-content: center;
    align-items: center;

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
        width: 100%;
    }
}


.rowemailsvg_one {
    width: 54%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-6xl);

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
        width: 100%;
    }
}

.divheader-13 {
    gap: var(--space-lg);
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;

    @media only screen and (max-width: 1050px) {
        align-self: stretch;
    }
}

.divheader-1 {
    gap: var(--space-lg);
    display: flex;
    align-items: center;
}

.rowcall_three {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-6xl);

    @media only screen and (max-width: 1050px) {
        align-self: stretch;
    }
}

.rowcall_one {
    gap: var(--space-xl);
    display: flex;
}

.call_one {
    height: 24px;
    padding-left: var(--space-xs);
    padding-right: var(--space-xs);
    background-color: var(--white) !important;
    width: 24px;
    border-radius: 2px !important;
}

.volume_one {
    height: 24px;
    padding-left: var(--space-sm);
    padding-right: var(--space-sm);
    background-color: var(--color_green_a700) !important;
    width: 24px;
    border-radius: 2px !important;
}

.save_one {
    height: 24px;
    padding-left: var(--space-sm);
    padding-right: var(--space-sm);
    background-color: var(--blue_500) !important;
    width: 24px;
    border-radius: 2px !important;
}

.book_now {
    color: var(--white) !important;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 16px;
    background-color: var(--red_700_01) !important;
    height: 44px;
    min-width: 130px;
    border-radius: 22px !important;

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }

    @media only screen and (max-width: 550px) {
        padding-left: var(--space-4xl);
        padding-right: var(--space-4xl);
    }
}

.divheader {
    padding-top: var(--space-5xl);
    padding-bottom: var(--space-5xl);
    background-color: var(--blue_gray_50);
    display: flex;
    justify-content: center;
}

.rowheaderlogo {
    padding-left: var(--space-md);
    padding-right: var(--space-md);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-6xl);

    @media only screen and (max-width: 1440px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}

.headerlogo_one {
    height: 46px;
    width: 94px;
    object-fit: contain;
}

.rowbrands {
    gap: var(--space-12xl);
    display: flex;

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
    }
}


.link {
    gap: var(--space-md);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.pseudo_two {
    height: 4px;
    margin-top: 4px;
    width: 8px;
}

.brands {
    color: var(--cyan_900) !important;
}

.listdailyprice {
    gap: var(--space-10xl);
    display: flex;
    width: 100%;

    @media only screen and (max-width: 1050px) {
        flex-direction: row;
    }

    @media only screen and (max-width: 550px) {
        flex-direction: column;
    }
}

.parameter {
    gap: var(--space-3xl);
    display: flex;
    background-color: var(--white);
    width: 50%;
    flex-direction: column;
    padding: var(--space-6xl) var(--space-5xl);
    border-radius: var(--radius-xl);

    @media only screen and (max-width: 550px) {
        width: 100%;
    }
}

.dailyprice {
    margin-bottom: 10px;

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }
}

.parameters {
    gap: var(--space-xl);
    display: flex;
    flex-direction: column;
}

.slider_one {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--blue_gray_500);
    height: 2px;
    background-image: linear-gradient(#edede9, #edede9);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    border-radius: var(--radius-xs);

    &::-webkit-slider-thumb {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        outline-style: none;
        background-color: var(--blue_gray_500);
        height: 20px;
        width: 20px;
        -webkit-appearance: none;
        appearance: none;
        cursor: pointer;
    }

    -moz-range-thumb {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        outline-style: none;
        background-color: var(--blue_gray_500);
        height: 20px;
        width: 20px;
        -webkit-appearance: none;
        appearance: none;
        cursor: pointer;
    }
}

.field {
    padding-top: var(--space-3xl);
    padding-bottom: var(--space-2xl);
    flex: 1;
    display: flex;
    border-bottom: 1px solid var(--gold);
}

.price-9 {
    color: var(--gold) !important;
    font-family: Plus Jakarta Sans !important;
}

.field-1 {
    padding-top: var(--space-3xl);
    padding-bottom: var(--space-3xl);
    flex: 1;
    display: flex;
    border-bottom: 1px solid var(--gray_400);
}

.class-_ {
    font-family: Plus Jakarta Sans !important;
}

.column {
    gap: var(--space-9xl);
    display: flex;
    width: 100%;
    flex-direction: column;
}


.dhi-group {
    cursor: pointer;

    &:hover> :last-child {
        display: block;
    }
}

.rowcarseats {
    gap: var(--space-5xl);
    display: flex;

    @media only screen and (max-width: 550px) {
        flex-direction: column;
    }
}

.columncarseats {
    gap: var(--space-xl);
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;

    @media only screen and (max-width: 550px) {
        width: 100%;
    }
}

.vector {
    color: var(--gold) !important;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    gap: var(--space-4xl);
    background-color: var(--white) !important;
    align-self: stretch;
    background-image: url(../../customer/assets/images/img_vector.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 16px);
    padding: var(--space-lg) var(--space-4xl);
    border-radius: 5px !important;
}

.dhi-group-2 {
    position: absolute;
    top: auto;
    min-width: 200px;
    padding-top: var(--space-2xl);
    z-index: 99;
    display: none;

    group-hover {
        display: block;
    }
}

.menu-container {
    background-color: var(--white);
    box-shadow: var(--shadow-2xl);
    width: 100%;
    padding: var(--space-6xl);
    border-radius: var(--radius-3xl);
}

.menu-group {
    gap: var(--space-10xl);
    display: flex;
}

.mega-menu__link {
    color: var(--black_600) !important;
    font-size: 16px;
    font-weight: 400;
    align-self: center;

    @media only screen and (max-width: 550px) {
        font-size: 13px;
    }
}

.menu {
    gap: var(--space-4xl);
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    @media only screen and (max-width: 550px) {
        gap: var(--space-4xl);
    }
}

.mega-menu__title {
    color: var(--black_900_01) !important;
    font-size: 18px;
    font-weight: 700;

    @media only screen and (max-width: 550px) {
        font-size: 15px;
    }
}

.menu-column {
    gap: var(--space-2xl);
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    @media only screen and (max-width: 550px) {
        gap: var(--space-2xl);
    }
}

.menu-link {
    align-self: center;

    @media only screen and (max-width: 550px) {
        font-size: 13px;
    }
}

.mega-menu__text {
    color: var(--black_600) !important;
    font-size: 16px;
    font-weight: 400;
}

.search {
    color: var(--gold) !important;
    padding-left: var(--space-4xl);
    padding-right: var(--space-4xl);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    gap: var(--space-4xl);
    background-color: var(--white) !important;
    align-self: stretch;
    height: 38px;
    border-radius: 5px !important;
}


.dhi-group-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 12px;
}

.rewind {
    height: 14px;
    width: 14px;
    object-fit: contain;
}

.rowgiscar-1 {
    margin-right: 22px;
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-6xl);

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
        margin-right: 0px;
    }
}

.class-13_days2_000 {
    height: 4px;
}

.columnvector {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.rowvector_three {
    padding-left: var(--space-3xl);
    padding-right: var(--space-3xl);
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 25.5px;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
}

.divproduct-16 {
    background-color: var(--gray_50);
}

.mercedesbenz-1 {
    align-self: center;
    width: 90%;
    line-height: 28px;

    @media only screen and (max-width: 1440px) {
        font-size: 18px;
    }
}

.columnrentprice {
    gap: var(--space-5xl);
    display: flex;
    flex-direction: column;
}

.pseudo_one-5 {
    height: 2px;
    background-color: var(--blue_gray_800_0c);
}

.book_now-8 {
    color: var(--green) !important;
    margin-top: 20px;
    margin-bottom: 18px;
    margin-right: 6px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16px;
    font-weight: 500;
    align-self: stretch;
    height: 46px;
    border-radius: 10px !important;
    border: 2px solid var(--green) !important;

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }

    @media only screen and (max-width: 1050px) {
        margin-right: 0px;
    }

    @media only screen and (max-width: 550px) {
        padding-left: var(--space-4xl);
        padding-right: var(--space-4xl);
    }
}

.pseudo_one {
    height: 2px;
    background-color: var(--blue_gray_800_0c);
    width: 90%;
}

.rowmercedesbenz-1 {
    gap: var(--space-xl);
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.rowprice {
    margin-left: 6px;
    margin-right: 6px;
    gap: var(--space-2xl);
    align-self: stretch;
    display: flex;
    align-items: center;

    @media only screen and (max-width: 1050px) {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.divproduct-10 {
    flex: 1;
    display: flex;
}

.columnsearchcar {
    gap: var(--space-xl);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.list-1 {
    gap: var(--space-xl);
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
}

.stackvector_one {
    height: 226px;
    position: relative;
    align-content: center;

    @media only screen and (max-width: 1440px) {
        height: auto;
    }

    @media only screen and (max-width: 1050px) {
        height: auto;
    }
}

.image_one-1 {
    height: 226px;
    border-top-right-radius: var(--radius-6xl);
    border-top-left-radius: var(--radius-6xl);
    flex: 1;
    width: 100%;
    object-fit: cover;
}

.rowvector_one {
    margin-bottom: 64px;
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.vector_one-1 {
    height: 18px;
    align-self: flex-end;
    background-color: var(--white);
    width: 6px;
}

.without_deposit {
    color: var(--white) !important;
    margin-bottom: 68px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 16px;
    background-color: var(--black_900_33) !important;
    height: 28px;
    min-width: 136px;
    border-radius: 5px !important;
    border: 1px solid var(--white);

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }
}

.vector_three {
    height: 18px;
    margin-bottom: 64px;
    align-self: flex-end;
    background-color: var(--white);
    width: 6px;
}

.divproduct {
    padding-top: var(--space-4xl);
    padding-bottom: var(--space-4xl);
    background-color: var(--gray_50);
    display: flex;
    justify-content: center;
}

.columnrollsroyc {
    margin-top: 10px;
    width: 92%;

    @media only screen and (max-width: 1440px) {
        width: 100%;
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 1050px) {
        width: 100%;
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}

.fields {
    gap: var(--space-xl);
    display: flex;
    justify-content: center;
    align-items: center;
}

.divproduct-5 {
    gap: var(--space-5xl);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rowpower571hp {
    margin-top: 20px;
    align-self: stretch;
    display: flex;
}

.divblocktitle-5 {
    align-self: stretch;
    display: flex;
}

.divarchive {
    border-bottom-left-radius: var(--radius-6xl);
    border-bottom-right-radius: var(--radius-6xl);
    background-color: var(--gray_50);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: var(--space-lg) var(--space-9xl);

    @media only screen and (max-width: 550px) {
        padding-left: var(--space-4xl);
        padding-right: var(--space-4xl);
    }
}

.price-1 {
    margin-left: 6px;

    @media only screen and (max-width: 1440px) {
        font-size: 20px;
    }

    @media only screen and (max-width: 1050px) {
        margin-left: 0px;
    }
}

.price-span {
    color: var(--green);
    font-weight: 400;
}

.price-span-1 {
    color: var(--green);
}

.price-span-2 {
    color: var(--red_700_01);
}

.book_now-1 {
    color: var(--green) !important;
    margin-top: 20px;
    margin-bottom: 16px;
    margin-right: 6px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16px;
    font-weight: 500;
    align-self: stretch;
    height: 46px;
    border-radius: 10px !important;
    border: 2px solid var(--green) !important;

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }

    @media only screen and (max-width: 1050px) {
        margin-right: 0px;
    }

    @media only screen and (max-width: 550px) {
        padding-left: var(--space-4xl);
        padding-right: var(--space-4xl);
    }
}

.columnyoumaybe {
    gap: 42px;
    display: flex;
    flex-direction: column;

    @media only screen and (max-width: 1440px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 1050px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}

.continentalrent {
    color: var(--white) !important;
    padding-left: var(--space-5xl);
    padding-right: var(--space-5xl);
    font-size: 16px;
    gap: var(--space-lg);
    align-self: flex-end;
    background: linear-gradient(40deg, #ff8a35, #ff3891, #ce2ebb) !important;
    height: 48px;
    min-width: 194px;
    border-radius: 5px !important;

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }
}

.listoverflowmen {
    gap: var(--space-11xl);
    display: flex;

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
    }
}

.columnoverflowm {
    height: 506px;
    background-image: url(../../customer/assets/images/img_frame_87.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 32%;
    border-radius: var(--radius-6xl);

    @media only screen and (max-width: 1440px) {
        height: auto;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    @media only screen and (max-width: 1050px) {
        width: 100%;
        height: auto;
        padding: var(--space-6xl);
    }

    @media only screen and (max-width: 550px) {
        padding: var(--space-4xl);
    }

}

.image {
    height: 506px;
    background-image: url(../../customer/assets/images/img_image_506x392.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 32%;
    padding: 206px var(--space-15xl);
    border-radius: var(--radius-6xl);

    @media only screen and (max-width: 1440px) {
        height: auto;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    @media only screen and (max-width: 1050px) {
        width: 100%;
        height: auto;
        padding: var(--space-6xl);
    }

    @media only screen and (max-width: 550px) {
        padding: var(--space-4xl);
    }
}

.image-1 {
    height: 506px;
    background-image: url(../../customer/assets/images/img_image_20.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 32%;
    padding: 206px var(--space-15xl);
    border-radius: var(--radius-6xl);

    @media only screen and (max-width: 1440px) {
        height: auto;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    @media only screen and (max-width: 1050px) {
        width: 100%;
        height: auto;
        padding: var(--space-6xl);
    }

    @media only screen and (max-width: 550px) {
        padding: var(--space-4xl);
    }
}

.overflowmenu {
    height: 92px;
    padding-left: var(--space-9xl);
    padding-right: var(--space-9xl);
    width: 92px;
    border-radius: 46px !important;
    border: 4px solid var(--white) !important;

    @media only screen and (max-width: 550px) {
        padding-left: var(--space-4xl);
        padding-right: var(--space-4xl);
    }
}

.one {
    gap: 50px;
    align-self: center;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.faq {
    display: flex;
    background-color: var(--liteblue);
    flex: 1;
    flex-direction: column;
    padding: var(--space-6xl);
    border-radius: var(--radius-4xl);

    @media only screen and (max-width: 1440px) {
        gap: var(--space-xl);
    }

    @media only screen and (max-width: 1050px) {
        gap: var(--space-xl);
    }
}

.title-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-6xl);
    position: relative;
    cursor: pointer;

    &::before {
        content: "";
        position: absolute;
        inset: 0;
        left: auto;
        top: 50%;
        transform: translate(-50%, -50%);
        aspect-ratio: 1;
        background-image: url(../../customer/assets/images/img_arr.svg);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: center;
    }
}

details[open] .title-2::before {
    background-image: url(../../customer/assets/images/img_arr.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
}

.rowdescription {
    margin-top: 10px;
}

.two {
    gap: var(--space-16xl);
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: var(--space-6xl) var(--space-10xl);

    @media only screen and (max-width: 550px) {
        padding-left: var(--space-4xl);
        padding-right: var(--space-4xl);
    }
}

.title-3 {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-6xl);
    position: relative;
    cursor: pointer;

    &::before {
        content: "";
        position: absolute;
        inset: 0;
        left: auto;
        top: 50%;
        transform: translate(-50%, -50%);
        aspect-ratio: 1;
        background-image: url(../../customer/assets/images/img_arr.svg);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: center;
    }
}

.divblocktitle-3 {
    gap: var(--space-2xl);
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;

    @media only screen and (max-width: 1050px) {
        align-self: stretch;
    }
}

.more_reviews {
    color: var(--white) !important;
    padding-left: var(--space-5xl);
    padding-right: var(--space-5xl);
    font-size: 16px;
    gap: var(--space-2xl);
    align-self: flex-end;
    background-color: var(--green) !important;
    height: 48px;
    min-width: 160px;
    border-radius: 5px !important;

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }
}

.right-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 8px;
}

.arrow_left {
    height: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
    width: 14px;
    object-fit: contain;
}

.slider5 {
    max-width: 100%;
    display: flex;
}

.row-1 {
    gap: var(--space-6xl);
    display: flex !important;

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
    }
}

.rowclose_one {
    gap: var(--space-6xl);
    display: flex;
    flex: 1;

    @media only screen and (max-width: 1050px) {
        align-self: stretch;
        flex-direction: column;
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}

.review-2 {
    gap: var(--space-6xl);
    display: flex;
    background-color: var(--liteblue);
    width: 100%;
    flex-direction: column;
    padding: var(--space-6xl);
    border-radius: var(--radius-4xl);
}

.columnclose {
    margin-left: 8px;
    gap: var(--space-xl);
    display: flex;
    flex-direction: column;

    @media only screen and (max-width: 1050px) {
        margin-left: 0px;
    }
}

.close_one {
    display: flex;
    gap: var(--space-xl);
    --rating-font-size: 16;
    --rating-active-color: #b9aa8d;
    --rating-inactive-color: #b9aa8d;
}

.description-6 {
    line-height: 140%;
}



.info-3 {
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--space-6xl);

    @media only screen and (max-width: 1050px) {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.class-1207twentyfour {
    color: var(--gold) !important;

    @media only screen and (max-width: 1440px) {
        font-size: 15px;
    }
}

.info-1 {
    margin-bottom: 22px;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--space-6xl);

    @media only screen and (max-width: 1050px) {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.review {
    gap: var(--space-15xl);
    background-color: var(--liteblue);
    display: flex;
    width: 16%;
    flex-direction: column;
    padding: var(--space-6xl);
    border-radius: var(--radius-4xl);

    @media only screen and (max-width: 1050px) {
        width: 100%;
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 550px) {
        gap: 28px;
    }
}

.close_nine {
    height: 16px;
    width: 28%;
    object-fit: contain;
}

.info-2 {
    margin-bottom: 22px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--space-6xl);
}

.image_one {
    height: 64px;
    width: 70%;
    object-fit: contain;
}

.divcontainer-16 {
    padding-left: var(--space-md);
    padding-right: var(--space-md);
    display: flex;
    justify-content: center;

    @media only screen and (max-width: 1440px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 1050px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}

.divbreadcrumbs {
    width: 100%;
    display: flex;
    justify-content: center;
}

.divcontainer-10 {
    padding-left: var(--space-md);
    padding-right: var(--space-md);
    display: flex;
    justify-content: center;
}

.divcontainer-3 {
    padding-left: var(--space-md);
    padding-right: var(--space-md);
    gap: 11px;
    display: flex;
    flex-wrap: wrap;
}

.divcontainer-6 {
    display: flex;
    list-style: none;
    align-items: center;
    word-wrap: break-word;
    gap: inherit;
    margin-left: -44px;
}

.homepage {
    color: var(--gold) !important;
}

.dhi-group-5 {
    display: inline-flex;
    gap: inherit;
    align-items: center;
}

.blog_two-link {
    margin-left: 10px;
}

.span {
    padding-left: var(--space-lg);
    padding-right: var(--space-lg);
    flex: 1;
    display: flex;
}

.herearethe {
    font-weight: 400 !important;

    @media only screen and (max-width: 1440px) {
        font-size: 20px;
    }
}

.columntopchoice {
    gap: var(--space-12xl);
    display: flex;
    flex-direction: column;
}

.columnview {
    gap: var(--space-7xl);
    display: flex;
    flex-direction: column;
}

.description-1 {
    line-height: 140%;

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }
}

.columntopreason {
    gap: var(--space-7xl);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}




.description {
    width: 100%;
    line-height: 140%;

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }
}

.image-12 {
    height: 264px;
    object-fit: cover;
    border-radius: var(--radius-6xl);
}

.description-32 {
    margin-bottom: 12px;
    line-height: 140%;
}

.price-40 {
    color: var(--gold) !important;
    margin-bottom: 8px;
    align-self: flex-end;
}

.column_eight-1 {
    gap: 90px;
    display: flex;
    align-self: stretch;
    flex-direction: column;

    @media only screen and (max-width: 1440px) {
        gap: 90px;
    }

    @media only screen and (max-width: 1050px) {
        gap: 67px;
    }

    @media only screen and (max-width: 550px) {
        gap: 45px;
    }
}

.divblocktitle-1 {
    display: flex;
    justify-content: center;
    align-items: center;

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
    }
}

.stackview {
    height: 50px;
    position: relative;
    align-content: center;

    @media only screen and (max-width: 1440px) {
        height: auto;
    }

    @media only screen and (max-width: 1050px) {
        height: auto;
    }
}

.divblocktitle-2 {
    gap: var(--space-3xl);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.view-2 {
    height: 40px;
    background-color: var(--white);
    width: 40px;
    margin: auto;
    border-radius: var(--radius-6xl);
}

.p {
    padding-left: var(--space-15xl);
    padding-right: 380px;
    display: flex;
    justify-content: flex-end;

    @media only screen and (max-width: 1440px) {
        padding-right: 32px;
    }

    @media only screen and (max-width: 1050px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 550px) {
        padding-left: var(--space-4xl);
        padding-right: var(--space-4xl);
    }
}

.frequently {
    font-family: Inter !important;
    font-size: 41.25px !important;

    @media only screen and (max-width: 1440px) {
        font-size: 34px !important;
    }

    @media only screen and (max-width: 1050px) {
        font-size: 25px !important;
    }
}

.row_twentyone {
    align-self: stretch;
}

.pstrong {
    padding-left: var(--space-15xl);
    padding-right: 282px;
    display: flex;
    justify-content: flex-end;

    @media only screen and (max-width: 1440px) {
        padding-right: 32px;
    }

    @media only screen and (max-width: 1050px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 550px) {
        padding-left: var(--space-4xl);
        padding-right: var(--space-4xl);
    }
}

.continental-1 {
    font-weight: 500 !important;

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }
}

.listforresident {
    gap: var(--space-10xl);
    display: flex;

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
    }
}

.save_three-3 {
    height: 50px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
}

.listrollsroyce {
    gap: var(--space-6xl);
    display: flex;
    width: 66%;

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
        width: 100%;
    }
}

.save_three {
    height: 50px;
    background-color: var(--white) !important;
    width: 50px;
    border-radius: 20px !important;
}

.comparecars {
    font-family: Inter !important;

    @media only screen and (max-width: 1440px) {
        font-size: 34px;
    }

    @media only screen and (max-width: 1050px) {
        font-size: 34px;
    }

    @media only screen and (max-width: 550px) {
        font-size: 32px;
    }
}

.divproduct-15 {
    padding-top: var(--space-9xl);
    padding-bottom: var(--space-9xl);
    border-bottom-left-radius: var(--radius-6xl);
    border-bottom-right-radius: var(--radius-6xl);
    gap: var(--space-4xl);
    display: flex;
    background-color: var(--white);
    flex-direction: column;

    @media only screen and (max-width: 550px) {
        padding-top: var(--space-4xl);
        padding-bottom: var(--space-4xl);
    }
}

.rowicon_one {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    right: 7.4%;
}

.rollsroyce {
    height: 26px;
    object-fit: cover;
}

.divproduct-19 {
    padding-left: var(--space-xl);
    padding-right: var(--space-xl);
    align-self: center;
    display: flex;
}

.columngiscar {
    margin-bottom: 26px;
    margin-left: 34px;
    margin-right: 34px;
    gap: var(--space-xl);
    display: flex;
    flex-direction: column;

    @media only screen and (max-width: 1050px) {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.columnrollsroyc-5 {
    width: 50%;
    display: flex;
    flex-direction: column;

    @media only screen and (max-width: 1050px) {
        width: 100%;
    }
}

.columnmap {
    margin-right: 16px;
    gap: var(--space-4xl);
    display: flex;
    align-self: stretch;
    flex-direction: column;

    @media only screen and (max-width: 1050px) {
        margin-right: 0px;
    }
}

.image_one-24 {
    height: 226px;
    border-top-right-radius: var(--radius-6xl);
    border-top-left-radius: var(--radius-6xl);
    object-fit: cover;
}

.divproduct-54 {
    padding-top: var(--space-7xl);
    padding-bottom: var(--space-7xl);
    border-bottom-left-radius: var(--radius-6xl);
    border-bottom-right-radius: var(--radius-6xl);
    gap: var(--space-5xl);
    display: flex;
    background-color: var(--white);
    flex-direction: column;

    @media only screen and (max-width: 550px) {
        padding-top: var(--space-4xl);
        padding-bottom: var(--space-4xl);
    }
}

.rowimportantinf {
    gap: var(--space-6xl);
    display: flex;

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
    }
}

.rowrentmclaren {
    padding-left: var(--space-md);
    padding-right: var(--space-md);
}

.divproduct-56 {
    padding-left: 28px;
    padding-right: 28px;
    display: flex;

    @media only screen and (max-width: 550px) {
        padding-left: var(--space-4xl);
        padding-right: var(--space-4xl);
    }
}

.topreasonsto {
    font-family: Inter !important;
    font-size: 31.36px !important;
    margin-top: 15px;
    margin-bottom: 15px;

    @media only screen and (max-width: 1440px) {
        font-size: 26px !important;
    }

    @media only screen and (max-width: 1050px) {
        font-size: 25px !important;
    }

    @media only screen and (max-width: 550px) {
        font-size: 23px !important;
    }
}

.row_seven-1 {
    display: flex;
    justify-content: center;
}

.div-4 {
    background-color: var(--gray_300);
}

.columngiscar-2 {
    margin-bottom: 28px;
    margin-left: 34px;
    margin-right: 34px;
    gap: var(--space-xl);
    display: flex;
    flex-direction: column;

    @media only screen and (max-width: 1050px) {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.giscar {
    color: var(--gold) !important;
    font-size: 16px;
    font-weight: 300;
    gap: var(--space-4xl);
    background-color: var(--white) !important;
    background-image: url(../../customer/assets/images/img_vector.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 16px);
    padding: var(--space-lg) var(--space-4xl);
    border-radius: 6px !important;
    border: 1px solid var(--cyan_900);
}

.description-span {
    text-decoration: underline;
    display: inline;
    color: rgba(30, 75, 92, 1);
}

.compare_cars {
    color: var(--white) !important;
    padding-left: var(--space-11xl);
    padding-right: var(--space-11xl);
    font-size: 16px;
    background-color: var(--red_700_01) !important;
    height: 58px;
    min-width: 272px;
    border-radius: 10px !important;

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }

    @media only screen and (max-width: 550px) {
        padding-left: var(--space-4xl);
        padding-right: var(--space-4xl);
    }
}

.stackview-1 {
    height: 50px;
    align-self: stretch;
    position: relative;
    align-content: center;

    @media only screen and (max-width: 1440px) {
        height: auto;
    }

    @media only screen and (max-width: 1050px) {
        height: auto;
    }
}

.view-1 {
    height: 40px;
    margin-right: 4px;
    background-color: var(--white);
    width: 40px;
    margin-left: auto;
    border-radius: var(--radius-6xl);

    @media only screen and (max-width: 1440px) {
        margin-right: 0px;
    }

    @media only screen and (max-width: 1050px) {
        margin-right: 0px;
    }
}

.save_three-2 {
    height: 50px;
    position: absolute;
    right: -1px;
    bottom: 0px;
    top: 0px;
    margin-top: auto;
    margin-bottom: auto;
}

.whatsapp128_one-2 {
    height: 50px;
}

.up-6 {
    background-color: var(--gold);
    box-shadow: var(--shadow-xs);
    width: 82%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: var(--space-4xl);
    border-radius: var(--radius-8xl);

    @media only screen and (max-width: 1440px) {
        width: 100%;
    }

    @media only screen and (max-width: 1050px) {
        width: 100%;
    }
}

.arrowone_one {
    height: 16px;
    background-color: var(--white);
    width: 1px;
}

.whatsapp128_one-1 {
    height: 50px;
    margin-right: 6px;

    @media only screen and (max-width: 1050px) {
        margin-right: 0px;
    }
}

.column_six-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.columnone {
    gap: var(--space-10xl);
    display: flex;
    flex-direction: column;

    @media only screen and (max-width: 1440px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 1050px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}

.columnsvg_one {
    margin-left: 6px;
    margin-right: 6px;
    gap: var(--space-5xl);
    display: flex;
    flex-direction: column;

    @media only screen and (max-width: 1050px) {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.rowsvg_one {
    gap: 13px;
    display: flex;
    align-items: center;
}

.svg_one {
    height: 24px;
}

.quickandeasy {
    color: var(--gold) !important;
    font-family: Inter !important;
    font-size: 20.44px !important;
    font-weight: 900 !important;

    @media only screen and (max-width: 1440px) {
        font-size: 17px !important;
    }
}

.whyisit {
    font-family: Inter !important;
    font-size: 31.36px !important;
    width: 64%;
    line-height: 43px;

    @media only screen and (max-width: 1440px) {
        width: 100%;
        font-size: 26px !important;
    }

    @media only screen and (max-width: 1050px) {
        width: 100%;
        font-size: 25px !important;
    }

    @media only screen and (max-width: 550px) {
        font-size: 23px !important;
    }
}

.left-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
}

.lineiconstelegram {
    height: 26px;
    width: 26px;
    object-fit: contain;
}

.about_company {
    padding-left: var(--space-sm);
    padding-right: var(--space-sm);
    display: grid;
    gap: var(--space-4xl);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: center;

    @media only screen and (max-width: 1440px) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    @media only screen and (max-width: 1050px) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    @media only screen and (max-width: 550px) {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.columnfastcar {
    margin-bottom: 56px;
    gap: var(--space-2xl);
}

.columnweare {
    margin-bottom: 38px;
    gap: var(--space-2xl);
}

.columnone-1 {
    gap: var(--space-7xl);
    display: flex;
    background-color: var(--liteblue);
    width: 100%;
    flex-direction: column;
    padding: var(--space-9xl);
    border-radius: var(--radius-4xl);

    @media only screen and (max-width: 550px) {
        padding: var(--space-4xl);
    }
}

.columntwo {
    gap: var(--space-8xl);
    display: flex;
    background-color: var(--liteblue);
    width: 100%;
    flex-direction: column;
    padding: var(--space-9xl);
    border-radius: var(--radius-4xl);

    @media only screen and (max-width: 550px) {
        padding: var(--space-4xl);
    }
}

.image_one-13 {
    height: 258px;
    width: 100%;
    object-fit: cover;
    border-radius: var(--radius-4xl);

    @media only screen and (max-width: 1440px) {
        height: auto;
    }

    @media only screen and (max-width: 1050px) {
        height: auto;
    }
}

.columnconvenien {
    gap: var(--space-2xl);
}

.description-19 {
    line-height: 19px;
}

.columnthumbsup-1 {
    gap: var(--space-8xl);
    display: flex;
    background-color: var(--liteblue);
    width: 100%;
    flex-direction: column;
    padding: var(--space-9xl) var(--space-8xl);
    border-radius: var(--radius-4xl);

    @media only screen and (max-width: 550px) {
        padding: var(--space-4xl);
    }
}

.columnnodeposit {
    margin-bottom: 18px;
    gap: var(--space-2xl);
}

.columnseven {
    gap: var(--space-7xl);
    display: flex;
    background-color: var(--liteblue);
    width: 100%;
    flex-direction: column;
    padding: var(--space-9xl) var(--space-8xl);
    border-radius: var(--radius-4xl);

    @media only screen and (max-width: 550px) {
        padding: var(--space-4xl);
    }
}

.rowone {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-6xl);
}

.linkedin_one-1 {
    height: 48px;
}

.one-3 {
    color: var(--gold) !important;

    @media only screen and (max-width: 1440px) {
        font-size: 17px;
    }
}

.columnwideselec {
    margin-bottom: 38px;
    gap: var(--space-3xl);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fastcar-1 {
    color: var(--gold) !important;

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }
}

.wewilldeliver {
    line-height: 19px;
    width: 100%;
}

.image_three-1 {
    height: 438px;
    width: 100%;
    object-fit: cover;
    border-radius: var(--radius-6xl);

    @media only screen and (max-width: 1440px) {
        height: auto;
    }

    @media only screen and (max-width: 1050px) {
        height: auto;
    }
}

.columnletushelp {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top-left-radius: var(--radius-6xl);
    border-bottom-left-radius: var(--radius-6xl);
    gap: var(--space-6xl);
    background: linear-gradient(90deg, #030a0c, #030a0c00);
    width: 26%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 18%;
    bottom: 0px;
    top: 0px;
    margin-top: auto;
    margin-bottom: auto;
    height: max-content;

    @media only screen and (max-width: 1050px) {
        padding-top: var(--space-6xl);
        padding-bottom: var(--space-6xl);
    }

    @media only screen and (max-width: 550px) {
        padding-bottom: var(--space-4xl);
    }
}

.letushelpyou {
    color: var(--white) !important;
    font-family: Inter !important;
    align-self: flex-end;
    width: 86%;
    line-height: 143%;

    @media only screen and (max-width: 1440px) {
        width: 100%;
        font-size: 25px;
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 1050px) {
        width: 100%;
        font-size: 24px;
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 550px) {
        font-size: 22px;
    }
}

.columnquickcar {
    margin-left: 64px;
    margin-right: 44px;
    gap: var(--space-7xl);
    display: flex;
    align-self: stretch;
    flex-direction: column;
    align-items: flex-start;

    @media only screen and (max-width: 1050px) {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.quickcar {
    color: var(--color_white_a700_cc) !important;

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }
}

.columnbook_now-1 {
    gap: var(--space-11xl);
    display: flex;
    align-self: stretch;
    flex-direction: column;
}

.list13days {
    gap: var(--space-3xl);
    display: flex;
    flex-direction: column;
}

.solarcalendarli-2 {
    color: var(--color_white_a700_a0);
    font-size: 16px;
    font-weight: 300;
    gap: var(--space-xl);
    display: flex;
    background-color: var(--color_white_a700_1c);
    width: 100%;
    position: relative;
    padding: var(--space-xl) var(--space-3xl);
    border-radius: var(--radius-xl);
    border: 0.5px solid var(--color_white_a700_a0);

    @media only screen and (max-width: 550px) {
        width: 100%;
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}

.rowsearch {
    gap: var(--space-3xl);
    display: flex;

    @media only screen and (max-width: 550px) {
        flex-direction: column;
    }
}

.search-2 {
    color: var(--color_white_a700_a0) !important;
    padding-left: var(--space-3xl);
    padding-right: var(--space-7xl);
    font-size: 16px;
    font-weight: 300;
    gap: var(--space-xl);
    background-color: var(--color_white_a700_1c) !important;
    width: 100%;
    height: 44px;
    border-radius: 5px !important;
    border: 0.5px solid var(--color_white_a700_a0);

    @media only screen and (max-width: 550px) {
        width: 100%;
        padding-right: var(--space-6xl);
        padding-left: var(--space-6xl);
    }
}

.info {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.name-1 {
    color: var(--color_white_a700_a0) !important;
    padding-left: var(--space-5xl);
    padding-right: var(--space-5xl);
    font-size: 16px;
    font-weight: 300;
    background-color: var(--color_white_a700_1c) !important;
    width: 100%;
    height: 44px;
    border-radius: 5px !important;
    border: 0.5px solid var(--color_white_a700_a0);

    @media only screen and (max-width: 550px) {
        width: 100%;
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}

.book_now-11 {
    color: var(--white) !important;
    padding-left: var(--space-11xl);
    padding-right: var(--space-11xl);
    font-size: 16px;
    background-color: var(--red_700_01) !important;
    align-self: stretch;
    height: 52px;
    border-radius: 10px !important;

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }

    @media only screen and (max-width: 550px) {
        padding-left: var(--space-4xl);
        padding-right: var(--space-4xl);
    }
}

.footer-1 {
    margin-top: 150px;
    display: flex;
    background-color: var(--green);
}

.footer {
    margin-top: 100px;
    display: flex;
    background-color: var(--green);
}

.columnsubscribe-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.columnsubscribe {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.divfootertop {
    align-self: stretch;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--color_white_a700_33);
    padding-top: 50px;
}

.rowfooterlogo-3 {
    margin-bottom: 32px;
    padding-left: var(--space-md);
    padding-right: var(--space-md);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--space-6xl);

    @media only screen and (max-width: 1440px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}

.rowfooterlogo {
    margin-bottom: 48px;
    padding-left: var(--space-md);
    padding-right: var(--space-md);
    display: flex;
    justify-content: space-between;
    gap: var(--space-6xl);

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

        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}




.divfooterlogo {
    gap: var(--space-12xl);
    align-self: center;
    display: flex;
    width: 32%;
    flex-direction: column;

    @media only screen and (max-width: 1050px) {
        width: 100%;
    }
}

.columnfooterlog {
    gap: var(--space-12xl);
    display: flex;
    width: 32%;
    flex-direction: column;

    @media only screen and (max-width: 1050px) {
        width: 100%;
    }
}

.footerlogo_one {
    height: 68px;
    width: 136px;
    object-fit: contain;
}

.description-22 {
    color: var(--white) !important;
    margin-bottom: 14px;
    line-height: 16px;
}

.description-4 {
    color: var(--white) !important;
    line-height: 16px;
}

.div-5 {
    gap: var(--space-2xl);
    display: flex;
    background-color: var(--color_white_a700_19);
    width: 40%;
    flex-direction: column;
    align-items: center;
    padding: var(--space-8xl);
    border-radius: var(--radius-6xl);

    @media only screen and (max-width: 1050px) {
        width: 100%;
    }

    @media only screen and (max-width: 550px) {
        padding: var(--space-4xl);
    }
}

.div {
    gap: var(--space-3xl);
    background-color: var(--color_white_a700_19);
    display: flex;
    width: 40%;
    flex-direction: column;
    align-items: flex-start;
    padding: var(--space-8xl) var(--space-15xl) var(--space-8xl) 62px;
    border-radius: var(--radius-6xl);

    @media only screen and (max-width: 1440px) {
        padding-left: 32px;
    }

    @media only screen and (max-width: 1050px) {
        width: 100%;
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 550px) {
        padding: var(--space-4xl);
    }
}

.title {
    display: flex;
}

.subscribe {
    color: var(--white) !important;
    font-family: Inter !important;
    font-size: 14.75px !important;
}

.divsubscribe-4 {
    width: 82%;
    display: flex;
    justify-content: center;

    @media only screen and (max-width: 1440px) {
        width: 100%;
    }

    @media only screen and (max-width: 1050px) {
        width: 100%;
    }

    @media only screen and (max-width: 550px) {
        flex-direction: column;
    }
}

.divsubscribe {
    align-self: stretch;
    display: flex;

    @media only screen and (max-width: 550px) {
        flex-direction: column;
    }
}

.email-1 {
    color: var(--green) !important;
    padding-left: var(--space-3xl);
    padding-right: var(--space-3xl);
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    font-size: 13.3px;
    background-color: var(--white) !important;
    flex-grow: 1;
    height: 38px;
}

.arrowleft_one-1 {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    background-color: var(--gold) !important;
    width: 74px;
    height: 38px;
    padding: var(--space-3xl);
}

.button-1 {
    border-top-right-radius: var(--radius-4xl);
    border-bottom-right-radius: var(--radius-4xl);
    background-color: var(--gold);
    width: 18%;
    display: flex;
    justify-content: center;
    padding: var(--space-3xl);
    cursor: pointer;

    @media only screen and (max-width: 550px) {
        width: 100%;
    }
}

.arrowleft_one {
    height: 10px;
}

.description-5 {
    color: var(--white) !important;
    margin-bottom: 14px;
    line-height: 14px;
}

.column_seven {
    margin-top: 54px;

    @media only screen and (max-width: 1440px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 1050px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}

.columnen {
    display: flex;
    flex-direction: column;
}

.columnen-3 {
    margin-left: 4px;
    gap: var(--space-16xl);
    z-index: 1;
    display: flex;
    width: 44%;
    position: relative;
    flex-direction: column;
    align-items: flex-start;

    @media only screen and (max-width: 1440px) {
        width: 100%;
    }

    @media only screen and (max-width: 1050px) {
        width: 100%;
        margin-left: 0px;
    }

    @media only screen and (max-width: 550px) {
        gap: 32px;
    }
}

.columnen-1 {
    margin-left: 4px;
    gap: var(--space-16xl);
    z-index: 1;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;

    @media only screen and (max-width: 1050px) {
        margin-left: 0px;
    }

    @media only screen and (max-width: 550px) {
        gap: 32px;
    }
}

.rowen-1 {
    gap: var(--space-lg);
    display: flex;
    align-items: flex-start;
}

.rowen {
    margin-left: 6px;
    gap: var(--space-lg);
    z-index: 1;
    display: flex;
    position: relative;
    align-items: flex-start;

    @media only screen and (max-width: 1050px) {
        margin-left: 0px;
    }
}

.en {
    color: var(--liteblue) !important;
    align-self: center;

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }
}

.pseudo_six {
    height: 4px;
    margin-top: 4px;
}

.columnemailsvg {
    gap: var(--space-md);
    display: flex;
    width: 38%;
    flex-direction: column;

    @media only screen and (max-width: 1440px) {
        width: 100%;
    }

    @media only screen and (max-width: 1050px) {
        width: 100%;
    }
}

.divcontainer-11 {
    margin-top: -140px;
    padding-left: var(--space-md);
    padding-right: var(--space-md);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--space-6xl);

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
    }
}

.divcontainer-4 {
    margin-top: -100px;
    padding-left: var(--space-md);
    padding-right: var(--space-md);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--space-6xl);

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
    }
}

.divcontainer {
    margin-top: -18px;
    padding-left: var(--space-sm);
    padding-right: var(--space-sm);
    gap: var(--space-4xl);
    position: relative;
    display: flex;
    align-items: flex-start;

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
    }
}

.columnlinkedin-1 {
    margin-top: 42px;
    width: 24%;
    display: flex;
    flex-direction: column;

    @media only screen and (max-width: 1050px) {
        width: 100%;
    }
}

.columnlinkedin {
    margin-top: 42px;
    gap: var(--space-6xl);
    display: flex;
    width: 44%;
    flex-direction: column;

    @media only screen and (max-width: 1050px) {
        width: 100%;
    }
}

.divheader-2 {
    gap: var(--space-xl);
    display: flex;
    align-items: center;
}

.linkedin_one {
    height: 20px;
}

.dubai-1 {
    color: var(--white) !important;
}

.rowinfo_one-3 {
    margin-top: 96px;
    gap: var(--space-6xl);
    display: flex;
    align-items: center;
}

.rowcall_five {
    margin-top: 56px;
    gap: var(--space-xl);
    display: flex;
    align-items: flex-start;
}

.divfooter-2 {
    gap: 9px;
    display: flex;
    align-items: center;
}

.emailsvg_one {
    height: 16px;
    align-self: flex-start;
}

.dubai {
    color: var(--white) !important;

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }
}

.rowinfo_one-1 {
    margin-top: 20px;
    gap: var(--space-6xl);
    display: flex;
    align-items: center;
}

.divfooter-3 {
    gap: var(--space-xl);
    display: flex;
    align-items: flex-start;
}

.call_three {
    height: 12px;
}

.class-971585033350-1 {
    color: var(--white) !important;
    align-self: center;

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }
}

.stackgooglerevi {
    height: 134px;
    margin-top: 22px;
    position: relative;
}

.rowinfo_one {
    gap: var(--space-6xl);
    display: flex;
    align-items: center;
}

.signal_one {
    height: 22px;
}

.facebook_one {
    height: 18px;
    position: relative;
    top: -2px;
    left: -6px;
}

.divfooter-4 {
    height: 138px;
    width: 54%;
    position: relative;
}

.googlereviews {
    height: 134px;
    flex: 1;
    object-fit: cover;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
}

.columnpaymentsp-1 {
    margin-bottom: 20px;
    gap: var(--space-14xl);
    align-self: center;
    display: flex;
    width: 54%;
    flex-direction: column;
    align-items: flex-end;

    @media only screen and (max-width: 1050px) {
        width: 100%;
    }
}

.columnpaymentsp {
    margin-bottom: 20px;
    gap: var(--space-14xl);
    align-self: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-end;

    @media only screen and (max-width: 1050px) {
        align-self: stretch;
    }
}

.rownavigation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--space-6xl);

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
    }
}

.columnnavigatio {
    gap: var(--space-md);
    display: flex;
    width: 36%;
    flex-direction: column;
    align-items: flex-start;

    @media only screen and (max-width: 1050px) {
        width: 100%;
    }
}

.columncategorie {
    gap: var(--space-md);
    align-self: center;
    display: flex;
    width: 36%;
    flex-direction: column;
    align-items: flex-start;

    @media only screen and (max-width: 1050px) {
        width: 100%;
    }
}

.columnbrands {
    gap: var(--space-md);
    display: flex;
    width: 20%;
    flex-direction: column;
    align-items: flex-start;

    @media only screen and (max-width: 1050px) {
        width: 100%;
    }
}

.navigation {
    color: var(--white) !important;
    font-family: Inter !important;

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }
}

.columnprices {
    gap: var(--space-md);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.bentley {
    color: var(--color_white_a700_cc) !important;
}

.columnbentley {
    margin-top: 32px !important;
    gap: var(--space-md);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.paymentspng_one {
    height: 28px;
    width: 32%;
    object-fit: contain;

}

.divfooter {
    padding-top: var(--space-6xl);
    padding-bottom: var(--space-6xl);
    align-self: stretch;
    display: flex;
    justify-content: center;
    border-top: 1px solid var(--color_white_a700_33);
}

.rownecessary {
    display: flex;
    justify-content: center;

    @media only screen and (max-width: 1440px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }

    @media only screen and (max-width: 1050px) {
        padding-left: var(--space-6xl);
        padding-right: var(--space-6xl);
    }
}


.divcontainer-1 {
    padding-left: var(--space-md);
    padding-right: var(--space-md);
    width: 100%;
}

.divfooter-6 {
    display: flex;
    justify-content: space-between;
    gap: var(--space-6xl);

    @media only screen and (max-width: 1050px) {
        flex-direction: column;
    }
}

.divfooter-1 {
    display: flex;
    justify-content: space-between;
    gap: var(--space-6xl);

    @media only screen and (max-width: 550px) {
        flex-direction: column;
    }
}

.divfooter-7 {
    width: 28%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--space-6xl);

    @media only screen and (max-width: 1050px) {
        width: 100%;
    }
}

.rowprivacyand {
    width: 26%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--space-6xl);

    @media only screen and (max-width: 550px) {
        width: 100%;
    }
}

.termandconditio-link {
    margin-right: 36px;

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }
}

.class-971585033350 {
    color: var(--liteblue) !important;
}

.email {
    color: var(--liteblue) !important;

    @media only screen and (max-width: 1440px) {
        font-size: 13px;
    }
}

.ui.selectbox.size-xs {
    width: 100%;
    height: 35px !important;
}


#mob-map {
    border: 1px solid rgba(185, 170, 141, 1);
    width: 88%;
    margin: 0 auto;
    border-radius: 8%;
    margin-bottom: 50px;
}

#desc-map {
    border: 2px solid rgba(185, 170, 141, 1);
    width: 60%;
    margin: 0 auto;
    height: 320px;
    border-radius: 1%;
    margin-bottom: 50px;
}

.divcontainer-2 .homepage a {
    font-size: 14px;
    font-weight: 400;
    color: #B9AA8D;
    font-family: Roboto;
}
