@import 'fonts.css';
@import 'animate.css';
@import "nouislider.css";
@import "hrb_notify.css";
@import "GalleryPopUp.css";
@import "lightBoxHome.css";
@import "navbar.css";
@import "basket.css";
@import "pagination.css";
@import "swiper.css";
@import "fiveStar.css";
@import "mapbox.css";
@import "select2.min.css";
@import "daterangepicker.min.css";
@import "footer.css";

html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #838383;
    line-height: normal;
    min-width: 280px;
    background: #272826;
    /* overflow: hidden; */
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

:Root {
    --thumbBG: #0096a1;
    --scrollbarBG: transparent;
    --bgSec2: #dac1b4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

*,
*:after,
*:before {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box !important;
}

    *::-webkit-scrollbar {
        width: 6px;
        max-height: 6px;
    }

* {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

    *::-webkit-scrollbar-track {
        background: var(--scrollbarBG);
    }

    *::-webkit-scrollbar-thumb {
        border-radius: 20px;
        transform: translateX(-10px);
        background-color: var(--scrollbarBG);
        border: 3px solid var(--thumbBG);
    }

.scrollDraging::-webkit-scrollbar,
.tabsButtonsTestStudy::-webkit-scrollbar {
    width: 5px;
    max-height: 5px;
}

.scrollDraging,
.tabsButtonsTestStudy {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG);
}

    .scrollDraging::-webkit-scrollbar-thumb,
    .tabsButtonsTestStudy::-webkit-scrollbar-thumb {
        background-color: var(--scrollbarBG);
        border: 3px solid var(--thumbBG);
    }

a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-family: 'Open Sans';
    cursor: pointer;
}

    a:hover {
        color: red;
    }

h4 {
    font-size: 16px;
    color: #666;
    margin: 0;
}

input,
button,
select,
textarea {
    font-family: 'Open Sans';
    outline: none;
    background-color: #282828 !important;
    padding: 5px 10px;
    border-radius: 0;
    border: none;
    outline: none;
    min-height: 50px;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    border: none !important;
    margin: 6px 0;
    border-radius: 4px;
}

button {
    cursor: pointer;
    width: auto;
}

textarea {
    min-height: 150px;
    max-height: 150px;
    max-width: 100%;
    resize: none !important;
    min-width: 100%;
}

select {
    background: url(../img/arrowSelectBox.png) no-repeat 10px center / 15px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-color: #fff !important;
    padding: 0 10px 0 35px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

* {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    outline: none !important;
    -moz-outline: none !important;
    -webkit-outline: none !important;
    -ms-outline: none !important;
}

.container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1450px;
    padding: 0 10px;
}

.contentMain {
    position: relative;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
    margin-top: 198px;
    padding-bottom: 20px;
}

.itemSliderOneHome {
    position: relative;
    width: 100%;
    display: flex;
}

    .itemSliderOneHome:before {
        position: relative;
        width: 100%;
        display: flex;
        padding-top: 43%;
        content: '';
    }

    .itemSliderOneHome .pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: none center / cover;
    }

.NextPrevSlider {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1400px;
    margin: auto;
    top: 0;
    bottom: 0;
}

section.sliderOneHome {
    position: relative;
    width: 100%;
    border-bottom: 4px solid #ed1a2f;
}

    section.sliderOneHome .SliderOneHome {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

.contentQuickPrservation {
    width: 100%;
    position: relative;
}

.QuickPrservation {
    position: absolute;
    width: calc(100% - 100px);
    margin: 0 auto;
    padding: 0px 50px 50px;
    background: #1c1c1c;
    margin-top: 0;
    border-bottom: 4px solid #e71d2f;
    bottom: -80px;
    z-index: 10;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .QuickPrservation .title {
        position: relative;
        width: auto;
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 0 10px;
        height: 60px;
        font-size: 34px;
        font-family: 'Vanitas-Extrabold';
        align-items: center;
        border-top: 3px solid #40c000;
    }

.boxInput span.select2 {
    position: relative;
    width: 100% !important;
    max-width: unset !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 6px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #757575;
        line-height: 28px;
        border-radius: 6px !important;
    }

.boxInput span.select2 span.select2-selection {
    position: relative;
    background: no-repeat !important;
    height: 50px;
    font-size: 18px;
    border-color: #8c8a8a !important;
    border-radius: 6px !important;
    background: #282828 !important;
}

.boxInput span.select2 span.selection .select2-selection__rendered,
.boxInput span.select2 span.selection .select2-selection__arrow {
    height: 100%;
    display: flex;
    align-items: center;
}

.select2-dropdown {
    background: #222321 !important;
    border-color: #3e3e3e !important;
}

    .select2-dropdown input {
        background: #2c2e2b;
        border-color: #434342;
        color: #fff;
    }

.select2-selection__clear {
    height: 50px !important;
    color: orange;
    font-size: 26px !important;
    font-weight: 100 !important;
}

.date-picker-wrapper {
    z-index: 100000 !important;
    background: #272826 !important;
    border: none !important;
    box-shadow: 0px 0px 17px -11px rgb(0 0 0 / 80%) !important;
    border-radius: 0 0 15px 15px !important;
}

    .date-picker-wrapper input.apply-btn {
        background: #ed1b31 !important;
        border: none !IMPORTANT;
        position: absolute;
        width: 40px !important;
        height: 20px !important;
        padding: 0 !important;
        min-height: unset !important;
        font-weight: 100 !important;
        cursor: pointer;
    }

    .date-picker-wrapper .month-wrapper {
        background: #222221 !important;
        border: none !important;
    }

        .date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top,
        .date-picker-wrapper .month-wrapper table .day.toMonth.valid {
            color: #d52b4a !important;
            color: #fff !important;
        }


        .date-picker-wrapper .month-wrapper table .day.checked {
            background-color: #ff3f52 !important;
        }

    .date-picker-wrapper table .first-date-selected.day.checked,
    .date-picker-wrapper table .last-date-selected.day.checked {
        background-color: #bb0a1a !important;
    }

    .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
        background-color: #ffc2c8 !important;
        color: #333 !important;
    }

    .date-picker-wrapper .first-date-selected,
    .date-picker-wrapper .last-date-selected {
        background-color: #bb0a1a !important;
    }

    .date-picker-wrapper .month-wrapper table .day.real-today {
        background-color: #323232;
    }

    .date-picker-wrapper .month-wrapper table .day.toMonth.fill {
        opacity: 1 !important;
        color: #767676 !important;
        overflow: hidden;
    }

        .date-picker-wrapper .month-wrapper table .day.toMonth.fill small.dayPrice {
            opacity: 1 !important;
        }

        .date-picker-wrapper .month-wrapper table .day.toMonth.fill:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: '';
            background: url(../img/hashur.png);
            opacity: 0.1;
            transform: rotate(45deg) scale(1.4);
        }

.boxInput {
    position: relative;
    width: 100%;
}

    .boxInput input {
        position: relative;
        width: 100%;
        min-height: auto;
        height: 50px;
        background: #282828 !important;
        border: none !important;
        border-radius: 6px !important;
        font-weight: 400;
        font-size: 18px;
        margin: 0 !important;
        color: #757575;
    }

.contentQuickPrservation .form {
    position: relative;
    width: 100%;
    display: flex;
    grid-gap: 6px;
    justify-content: flex-start;
}

button.btnSubmitSearch {
    position: relative;
    margin: 0 !important;
    border: 1px solid red !IMPORTANT;
    background: transparent !important;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    grid-gap: 8px;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0 40px;
    justify-content: center;
    width: 100%;
}

.contentQuickPrservation .form {
    position: relative;
    width: 100%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr auto;
    padding: 10px 0;
}

.datetime i.btnDate {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    display: block;
    background: url(../img/icons/date.png) no-repeat center / 35px;
    cursor: pointer;
}

.datetime i.btnDate {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/icons/date.png) no-repeat center / 100%;
    cursor: pointer;
    z-index: 10;
}

.contentQuickPrservation .form .dateTimeBox {
    grid-column: 2 / span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
    color: #fff;
}

.gap-lines .gap-line {
    display: none;
}

.date-picker-wrapper .gap .gap-lines {
    height: 100%;
    overflow: hidden;
    background: #222221 !important;
}

    .date-picker-wrapper .gap .gap-lines:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 2px;
        height: 100%;
        content: '';
        background: #303030;
        margin: auto;
    }

.date-picker-wrapper .gap .gap-top-mask,
.date-picker-wrapper .gap .gap-bottom-mask {
    background: #3c3c3c !important;
}

section.TlimanCar {
    position: relative;
    width: 100%;
    padding: 200px 0 80px;
}

    section.TlimanCar .container {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    section.TlimanCar .col {
        position: relative;
        width: 50%;
    }

.carBox {
    position: relative;
    width: 100%;
}

    .carBox .mobile {
        position: relative;
        width: 700px;
        min-height: 550px;
        background: no-repeat center / cover;
    }

    /* .carBox .mobile:before {
    position: relative;
    width: 100%;
    padding-top: 85%;
    content: '';
    display: block;
} */
    .carBox .frameCar {
        position: absolute;
        top: 0;
        right: 99px;
        width: 100%;
        height: 100%;
        transform: skew(-5.7deg, 0deg);
        overflow: hidden;
    }

        .carBox .frameCar .car {
            position: absolute;
            top: 0;
            right: -10%;
            width: 100%;
            height: 100%;
            background: no-repeat center / cover;
            transform: skew(5.7deg, 0deg);
        }

.titleLeft {
    position: relative;
    width: auto;
    font-size: 60px;
    color: red;
    font-family: 'Vanitas-Extrabold';
    line-height: 1;
}

span.subTitle {
    font-size: 35px;
    color: #c2c2c2;
    font-weight: 100;
    line-height: 1;
}

.contentLeft {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 85%;
}

    .contentLeft .caption {
        position: relative;
        padding: 10px 0;
        font-size: 16px;
        color: #c2c2c2;
    }

.rowBtns {
    position: relative;
    width: 100%;
    display: flex;
    grid-gap: 10px;
}

    .rowBtns.center {
        justify-content: center;
    }

.btnBorderRed {
    position: relative;
    height: 50px;
    border: 1px solid #ed1a2f;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 40px;
    font-size: 18px;
    white-space: nowrap;
}

    .btnBorderRed:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        content: attr(data-text);
        background: #ed1a2f;
        color: #ed1a2f;
        overflow: hidden;
        transition: all 0.2s;
        transition-delay: 0.2s;
    }

    .btnBorderRed:hover:before {
        transition-delay: 0s;
        width: 100%;
    }

    .btnBorderRed:after {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 0%;
        display: flex;
        justify-content: center;
        align-items: center;
        content: attr(data-text);
        background: transparent;
        color: #fff;
        overflow: hidden;
        transition: all 0.2s;
    }

    .btnBorderRed:hover:after {
        transition-delay: 0.2s;
        height: 100%;
    }

.TitleShowall {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .TitleShowall .title {
        position: relative;
        width: auto;
        font-size: 60px;
        color: #ed1a2f;
        font-family: 'Vanitas-Extrabold';
        line-height: 1;
    }

    .TitleShowall .subtitle {
        position: relative;
        width: 100%;
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: flex-end;
        grid-gap: 10px;
    }

        .TitleShowall .subtitle span {
            font-size: 36px;
            color: #fff;
            font-weight: 100;
        }

        .TitleShowall .subtitle i {
            position: relative;
            width: 100%;
            height: 1px;
            background: #fff;
            margin-bottom: 11px;
        }

        .TitleShowall .subtitle .showall {
            position: relative;
            padding: 0 40px;
            border: 1px solid #fff;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 18px;
            margin: -20px 0 11px;
            overflow: hidden;
            white-space: nowrap;
        }


.showall:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    content: attr(data-text);
    background: #fff;
    color: #fff;
    overflow: hidden;
    transition: all 0.2s;
    transition-delay: 0.2s;
}

.showall:hover:before {
    transition-delay: 0s;
    height: 100%;
}

.showall:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    content: attr(data-text);
    background: transparent;
    color: #000;
    overflow: hidden;
    transition: all 0.2s;
}

.showall:hover:after {
    transition-delay: 0.2s;
    width: 100%;
}

.caption.full {
    width: 100%;
    font-size: 18px;
    text-align: justify;
}



.cursomBtnSwiper .NextPrevSlider .swiper-button-prev {
    position: absolute;
    right: 68px;
    left: auto !important;
}

.cursomBtnSwiper .NextPrevSlider svg path {
    opacity: 0.902;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #222321;
    stroke: var(--realColor);
    stroke-width: 2;
    stroke-miterlimit: 10;
    enable-background: new;
}

.cursomBtnSwiper .NextPrevSlider {
    position: absolute;
    top: 0;
    height: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% + 30px);
}

    .cursomBtnSwiper .NextPrevSlider svg {
        position: absolute;
        left: 0;
        width: 60px;
        height: 50px;
        pointer-events: none;
    }

        .cursomBtnSwiper .NextPrevSlider svg path {
            stroke-dashoffset: 240.9810791015625px;
            stroke-dasharray: 240.9810791015625px;
            fill: rgba(0, 0, 0, 0.5);
            -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
            transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
        }

    .cursomBtnSwiper .NextPrevSlider .swiper-button-next:hover svg path,
    .cursomBtnSwiper .NextPrevSlider .swiper-button-prev:hover svg path {
        stroke-dashoffset: 30px;
        fill: rgb(34, 35, 33);
        stroke: red;
    }

.cursomBtnSwiper .swiper-button-next:after,
.cursomBtnSwiper .swiper-button-prev:after {
    color: #fff;
    z-index: 1;
    font-size: 19px;
    margin: auto;
    width: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cursomBtnSwiper .NextPrevSlider .swiper-button-prev svg {
    transform: scaleX(-1);
    pointer-events: none;
}

.cursomBtnSwiper .NextPrevSlider .swiper-button-prev,
.cursomBtnSwiper .NextPrevSlider .swiper-button-next {
    width: 60px;
}

.itemProductCar {
    position: relative;
    width: calc(100% - 40px);
    margin: auto;
}

    .itemProductCar:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 5px solid #3a3b38;
        content: '';
        transition: all 1s;
        left: 0;
        margin: auto;
        right: 0;
        background: linear-gradient(45deg, #161616, transparent);
    }

    .swiper-slide-active .itemProductCar:before,
    .itemProductCar:hover:before {
        top: -20px;
        height: calc(100% + 40px);
        width: calc(60%);
        border-color: #ed1a2f;
    }

    .itemProductCar .pic {
        position: relative;
        width: 100%;
    }

        .itemProductCar .pic:before {
            position: relative;
            width: 100%;
            content: '';
            padding-top: 80%;
            display: block;
        }

        .itemProductCar .pic span.bg {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: no-repeat center / cover;
            transform: translateX(-40px);
            transition: all 1s;
        }

    .swiper-slide-active .itemProductCar .pic span.bg,
    .itemProductCar:hover .pic span.bg {
        transform: translateX(0px);
    }

    .itemProductCar .pic span.bg img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
    }

    .itemProductCar strong.title {
        position: absolute;
        top: calc(100% + 40px);
        left: 0;
        right: 0;
        margin: auto;
        width: 62%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s;
        padding: 10px;
        text-align: center;
        font-family: 'Open Sans';
        font-weight: 100;
        color: #fff;
        font-size: 21px;
        opacity: 0;
    }

        .itemProductCar strong.title::before {
            position: absolute;
            top: 0;
            width: 100%;
            height: 60%;
            bottom: 0;
            margin: auto;
            content: '';
            border-color: #40c000;
            border-style: solid;
            border-width: 0px 2px;
        }

    .swiper-slide-active .itemProductCar strong.title,
    .itemProductCar:hover strong.title {
        opacity: 1;
        transition: all 1.5s;
    }


.sliderVehicle .slider4tem {
    padding: 40px 0 100px;
    position: relative;
}

section {
    /* overflow: hidden; */
}

    section.WhtChooseUs .container {
        position: relative;
        padding: 40px 0 100px;
    }

.titleCenter {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 20px;
    align-items: center;
}

    .titleCenter:before,
    .titleCenter:after {
        position: relative;
        width: 100%;
        height: 2px;
        background: rgba(255, 255, 255, 0.2);
        content: '';
    }

.contentWhy {
    position: relative;
    width: 100%;
    padding: 30px 30px 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    .contentWhy i.borderSec {
        position: absolute;
        left: 0;
        top: -34px;
        width: 100%;
        height: calc(100% + 35px);
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.2);
        border-width: 0px 2px 2px 2px;
    }

.titleCenter h4 {
    position: relative;
    color: red;
    font-size: 58px;
    font-family: 'Vanitas-Extrabold';
}

    .titleCenter h4:before {
        position: absolute;
        left: 0;
        top: -40px;
        width: 100%;
        height: 3px;
        background: #40c000;
        content: '';
    }

.itemWhy {
    position: relative;
    width: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    grid-gap: 0;
    align-items: center;
    text-align: center;
}

    .itemWhy .circle {
        position: relative;
        width: 130px;
        height: 130px;
    }

        .itemWhy .circle:before {
            position: absolute;
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background: url(../img/circle-why.png) no-repeat center / 100%;
            transition: all 0.5s;
            transform: rotate(0deg);
        }

    .itemWhy:hover .circle:before {
        transform: rotate(720deg);
    }

    .itemWhy span.title {
        position: relative;
        font-size: 24px;
        font-weight: 100;
        color: #fff;
    }

        .itemWhy span.title:before {
            position: absolute;
            left: 0;
            top: -10px;
            right: 0;
            width: 40px;
            height: 2px;
            content: '';
            background: #40c000;
            margin: auto;
        }

    .itemWhy .circle i.icon {
        position: absolute;
        width: 90px;
        height: 90px;
        display: block;
        margin: auto !important;
        background: no-repeat center bottom / 100%;
        bottom: 35px;
        right: 0;
        left: 0;
    }

    .itemWhy:nth-child(2) .circle i.icon {
        right: -10px !important;
    }

section.WhtChooseUs {
    position: relative;
    background: no-repeat bottom center / cover;
}

section.ourService {
    position: relative;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}

section.OurVehicle {
    overflow: hidden;
    padding: 0 0 50px;
}

.itemService {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    align-items: center;
    width: calc(100% - 40px);
    margin: auto;
}

    .itemService .pic {
        position: relative;
        width: 100%;
        background: no-repeat center / cover;
        overflow: hidden;
    }

        .itemService .pic:before {
            position: relative;
            width: 100%;
            display: block;
            content: '';
            padding-top: 100%;
        }

.boxSecServices .itemService .pic:after {
    position: absolute;
    width: 110%;
    height: 100%;
    display: block;
    content: '';
    background-color: #39b901;
    left: -50%;
    bottom: -50%;
    border-radius: 100%;
    filter: blur(141px);
    opacity: 0.6;
}

.itemService .pic span.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
}

    .itemService .pic span.bg img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .itemService .pic span.bg:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(0, 0, 0, 0.9);
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        content: "\f002";
        font-size: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        transition: all 0.2s;
        opacity: 0;
    }

    .itemService .pic span.bg:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: calc(100% - 80px);
        height: calc(100% - 80px);
        content: '';
        color: #fff;
        margin: auto;
        border-radius: 8px;
        border: 2px solid red;
        transition: all 0.2s;
        opacity: 0;
    }

/* .swiper-slide-active .itemService .pic span.bg:before ,
.swiper-slide-active .itemService .pic span.bg:after , */
.itemService:hover .pic span.bg:before,
.itemService:hover .pic span.bg:after {
    opacity: 1;
}

.swiper-pagination-progressbar {
    background: #7d7d7d !important;
    height: 2px !important;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #ed1a2f !important;
    }

.sliderServices {
    position: relative;
    width: 100%;
    padding: 50px 0;
}

.sliderVehicle {
    position: relative;
    padding: 40px 0 60px;
}

    .sliderVehicle .swiper-pagination,
    .sliderServices .swiper-pagination {
        position: absolute;
        left: 0;
        bottom: -40px;
        top: auto;
    }

.itemService strong.title {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    text-align: center;
    width: calc(100% - 40px);
    margin: auto;
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    align-items: center;
    grid-gap: 5px;
}

    .itemService strong.title:before,
    .itemService strong.title:after {
        position: relative;
        width: 100%;
        height: 3px;
        background: #40c000;
        content: '';
        display: block;
        transition: all 0.5s;
    }

.swiper-slide-active .itemService strong.title:before,
.swiper-slide-active .itemService strong.title:after,
.itemService:hover strong.title:before,
.itemService:hover strong.title:after {
    background: red;
}

a.hoverlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 110;
}

section.secbrands {
    overflow: hidden;
    position: relative;
    padding: 40px 0;
}

.titleCenter.noline {
    display: flex;
    justify-content: center;
}

    .titleCenter.noline:before,
    .titleCenter.noline:after {
        display: none;
    }

section.secbrands .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: -20px;
    top: auto;
    height: 1px !important;
}

.itembrand {
    position: relative;
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

    .itembrand:before {
        position: relative;
        width: 100%;
        display: block;
        padding-top: 100%;
        content: '';
    }

    .itembrand .pic {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .itembrand .pic span.bg {
            position: relative;
            width: 100%;
            height: 100%;
            background: no-repeat center / 70%;
        }

            .itembrand .pic span.bg img {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                opacity: 0;
            }

        .itembrand .pic:before {
            position: absolute;
            left: 0;
            top: -30px;
            width: 100%;
            height: 60px;
            content: '';
            background: url(../img/rands-border.png) no-repeat bottom center / 100%;
            transition: all 0.5s;
            opacity: 0;
        }

        .itembrand .pic:after {
            position: absolute;
            left: 0;
            bottom: -30px;
            width: 100%;
            height: 60px;
            content: '';
            background: url(../img/rands-border.png) no-repeat bottom center / 100%;
            transform: scaleY(-1);
            transition: all 0.5s;
            opacity: 0;
        }

    .swiper-slide-active .itembrand .pic:before,
    .swiper-slide-active .itembrand .pic:after,
    .itembrand:hover .pic:before,
    .itembrand:hover .pic:after {
        opacity: 1;
    }

.sliderBrands .cursomBtnSwiper .NextPrevSlider .swiper-button-next {
    position: absolute;
    right: 0;
    left: auto;
}

.sliderBrands .cursomBtnSwiper .NextPrevSlider .swiper-button-prev {
    position: absolute;
    right: auto;
    left: 0;
}

.cursomBtnSwiper .NextPrevSlider .swiper-button-next:after {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 300 !important;
    content: "\f061" !important;
}

.cursomBtnSwiper .NextPrevSlider .swiper-button-prev:after {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 300 !important;
    content: "\f060" !important;
}

section.secbrands {
    overflow: hidden;
    position: relative;
    padding: 40px 0;
    background: #1b1c1a;
}

header {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    min-height: 400px;
    border-bottom: 6px solid #ed1a2f;
}

    header i.bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: no-repeat top center / cover;
    }

.breadShare {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.breadCrumbs {
    position: relative;
    display: flex;
    grid-gap: 5px;
    padding: 0 15px;
}

    .breadCrumbs:before {
        position: absolute;
        left: 0;
        top: 100%;
        height: 6px;
        width: 100%;
        content: '';
        background: #40c000;
    }

    .breadCrumbs a.bread {
        position: relative;
        color: #fff;
        font-size: 20px;
        padding: 0 40px 0 0;
        height: 60px;
        display: flex;
        align-items: center;
        font-weight: 100;
    }

        .breadCrumbs a.bread:hover {
            color: red;
        }

        .breadCrumbs a.bread:last-child {
            padding: 0;
        }

        .breadCrumbs a.bread:before {
            position: absolute;
            right: 0;
            top: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 40px;
            font-size: 14px;
            color: #fff;
        }

        .breadCrumbs a.bread:last-child:before {
            display: none;
        }

.breadShare .shareBox {
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    height: 60px;
    justify-content: flex-end;
}

    .breadShare .shareBox label {
        color: #bcbcbb;
        font-size: 20px;
        font-weight: 100;
    }

    .breadShare .shareBox .socialIcons {
        position: relative;
        display: flex;
        grid-gap: 10px;
    }

.socialIcons a.socicon {
    font-size: 20px;
    color: #bcbcbb;
}

    .socialIcons a.socicon:hover {
        color: #fff;
    }

section.secsearch {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.BoxAdvancedSearch .TitleShowall .title:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 80%;
    margin: auto;
    content: '';
    background: #40c000;
}

.BoxAdvancedSearch .TitleShowall .title {
    padding-left: 10px;
}

.BoxAdvancedSearch .TitleShowall .subtitle {
    padding-left: 20px;
}

.BoxAdvancedSearch {
    position: relative;
    width: 100%;
    padding: 60px 0px;
    border: 2px solid #000;
}

    .BoxAdvancedSearch:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        BACKGROUND: url(../img/bgSearch.png) no-repeat center / cover;
        content: '';
        mix-blend-mode: multiply;
        pointer-events: none;
    }

    .BoxAdvancedSearch i.light {
        position: absolute;
        left: 0%;
        bottom: 0%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        content: '';
        overflow: hidden;
        background: #272826;
    }

        .BoxAdvancedSearch i.light:before {
            position: absolute;
            left: -20%;
            bottom: -20%;
            width: 70%;
            height: 20%;
            border-radius: 100%;
            filter: blur(130px);
            content: '';
            background: #40c000;
        }

    .BoxAdvancedSearch .form {
        position: relative;
        z-index: 10;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
        margin: 40px 0 0;
    }

        .BoxAdvancedSearch .form .dateTimeBox1 {
            position: relative;
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap: 10px;
            grid-column: 2 / span 2;
        }

input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(48%) sepia(13%) brightness(905%) contrast(80%);
}

.contentBoxAdvancedSearch {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 70px auto;
}


i.showAll {
    position: absolute;
    left: 0;
    right: 0;
    width: 40px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    margin: auto;
    bottom: 0;
    border-radius: 40px 40px 0 0;
    cursor: pointer;
}

    i.showAll:before {
        position: absolute;
        left: 0;
        width: 40px;
        height: 40px;
        margin: auto;
        top: 0;
        background: url(../img/arrowShow.png) no-repeat center / 25px;
        content: '';
        transition: all 0.5s;
    }

.BoxAdvancedSearch.open i.showAll:before {
    transform: rotate(180deg);
}


.titleCenter.noline.hideAdvanced {
    margin: 0 !important;
    padding: 0 !important;
}

    .titleCenter.noline.hideAdvanced h4:before {
        display: none;
    }

.BoxAdvancedSearch .hideAdvanced {
    overflow: hidden;
    transition: all .5s;
    max-height: 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /* display: none; */
    display: flex;
}

.BoxAdvancedSearch.open .hideAdvanced {
    overflow: hidden;
    transition: all .5s;
    max-height: 100px;
    position: relative;
}

.BoxAdvancedSearch .showAdvanced {
    overflow: hidden;
    position: relative;
    transition: all .5s;
    max-height: 100px;
    display: flex;
}

.BoxAdvancedSearch.open .showAdvanced {
    overflow: hidden;
    position: absolute;
    transition: all .5s;
    max-height: 0px;
    /* display: none; */
    display: flex;
}

.resultSearchAdvanced {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 40px;
    padding: 40px 0;
}

.itemProdLarge {
    position: relative;
    display: grid;
    grid-template-columns: auto auto 1fr;
    padding: 20px 0;
    grid-gap: 5px;
}

    .itemProdLarge .col:nth-child(1) {
        position: relative;
        width: 50px;
        border: 2px solid #111111;
        border-width: 2px 0px 2px 2px;
        z-index: 2;
    }

    .itemProdLarge .col:nth-child(2) {
        position: relative;
        width: 240px;
        height: 100%;
        z-index: 2;
    }

    .itemProdLarge .col:nth-child(3) {
        position: relative;
        width: 100%;
        border: 2px solid #111111;
        border-width: 2px 2px 2px 0px;
        z-index: 2;
    }

    .itemProdLarge .col:nth-child(2) .pic {
        position: relative;
        width: 100%;
        height: calc(100% + 60px);
        margin: -30px 0 0;
    }

        .itemProdLarge .col:nth-child(2) .pic:after {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 100%;
            height: 100%;
            display: block;
            content: '';
            border: 4px solid #464646;
            transition: all 0.5s;
        }

    .itemProdLarge:hover .col:nth-child(2) .pic:after {
        border: 4px solid #ed1a2f;
    }

    .itemProdLarge .col:nth-child(2) .pic:before {
        position: relative;
        width: 100%;
        padding-top: 120%;
        display: block;
        content: '';
    }

    .itemProdLarge .col:nth-child(2) .pic i.bg {
        position: absolute;
        left: -20%;
        top: 0;
        width: 140%;
        height: 100%;
        background: no-repeat center / 100%;
        z-index: 10;
    }

    .itemProdLarge .contentProdLarge {
        position: relative;
        width: 100%;
        padding: 20px 60px;
        display: flex;
        justify-content: space-between;
        height: 100%;
    }

        .itemProdLarge .contentProdLarge .col1 {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 40%;
            align-items: flex-start;
        }

    .itemProdLarge span.topTitle {
        position: relative;
        font-size: 20px;
        font-weight: 100;
    }

    .itemProdLarge strong.title {
        position: relative;
        font-size: 28px;
        font-weight: 400;
        color: #fff;
    }

    .itemProdLarge .propDet {
        position: relative;
        width: 100%;
        padding: 10px 0 20px;
        margin-top: 10px;
        border-top: 1px solid #111;
        display: flex;
        grid-gap: 20px;
        flex-wrap: wrap;
    }

.propDet .iconproddet {
    position: relative;
    padding-left: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 18px;
    background: no-repeat left center / auto 100%;
}

.propDet .Passenger {
    background-image: url(../img/icons/1.png);
}

.propDet .bag {
    background-image: url(../img/icons/2.png);
}

.propDet .gearbox {
    background-image: url(../img/icons/3.png);
}

span.showmoreinfo {
    position: relative;
    color: #ed1a2f;
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px 0 0;
    cursor: pointer;
}

    span.showmoreinfo:before {
        position: absolute;
        right: 0;
        width: 20px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.itemProdLarge .moreInformationBox {
    position: relative;
    grid-row: 2;
    grid-column: 1 / span 3;
    padding: 0px 20px;
    border-bottom: 0px solid transparent;
    background: linear-gradient(0deg, #191918, transparent);
    max-height: 0px;
    transition: all 0.5s;
    z-index: 1;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto auto 1fr;
}

.itemProdLarge.openMore .moreInformationBox {
    padding: 20px;
    border-bottom: 3px solid #ed1a2f;
    opacity: 1;
    max-height: 1000px;
}

.moreInformationBox .col {
    border: none !important;
}

.itemProdLarge .moreInformationBox .col:nth-child(3) {
    padding: 0 40px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    justify-content: space-between;
    align-items: flex-start;
}

.iteminfoProd {
    font-size: 17px;
    font-weight: 100;
    padding-left: 10px;
    border-left: 2px solid #ed1a2f;
    color: #d0d0d0;
}

.itemProdLarge .closeMoreInfo {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 30px;
    height: 30px;
    background: #ed1a2f;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 30px 30px 0px 0px;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
}

.itemProdLarge.openMore .closeMoreInfo {
    opacity: 1;
    pointer-events: auto;
}

.itemProdLarge .contentProdLarge .col2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40%;
}

.itemProdLarge .rowCenter {
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

    .itemProdLarge .rowCenter span.itemPrice {
        font-size: 20px;
        color: #fff;
        font-weight: 100;
        height: 50px;
        padding: 0 10px;
        display: flex;
        align-items: center;
    }

.itemProdLarge .checkReserve {
    position: relative !important;
    width: 100% !important;
    height: 60px !important;
    border: 1px solid #ed1a2f !important;
    border-radius: 6px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 20px !important;
    font-weight: 100 !important;
    margin: 10px !important;
    white-space: nowrap !important;
    color: #fff !important;
}

    .itemProdLarge .checkReserve:hover {
        color: red !important;
    }

.BoxAdvancedSearch:before {
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 50%;
    border-radius: 40%;
    background: red;
    content: '';
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    filter: blur(70px);
}

.svg {
    position: absolute;
    width: 0;
    height: 0;
}

body.inner.booking div#viewport {
    padding-top: 125px;
}

section.bookingSec {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.BookingBoxFrame {
    position: relative;
    width: 100%;
    display: block;
    max-width: 1000px;
    margin: auto;
}

    .BookingBoxFrame:before {
        position: relative;
        display: block;
        content: '';
        padding-top: 60%;
    }

    .BookingBoxFrame:after {
        position: absolute;
        top: -10px;
        right: -10px;
        display: block;
        content: '';
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        padding-top: 60%;
        border: 2px solid #000;
        border-left: none;
    }

    .BookingBoxFrame i.bgBooking {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #202120;
        -webkit-clip-path: url(#myBookingForm);
        clip-path: url(#myBookingForm);
    }


    .BookingBoxFrame i.border {
        left: -3%;
        right: 0;
        margin: auto;
        width: 100%;
        height: 80%;
        border-radius: 40%;
        background: #3fbf01;
        content: '';
        top: -5%;
        bottom: 0;
        position: absolute;
        z-index: 0;
        filter: blur(70px);
        opacity: 0.4;
    }

    .BookingBoxFrame .steps {
        position: absolute;
        left: -49px;
        top: -10px;
        width: 80px;
        height: calc(100% + 20px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        grid-gap: 15px;
    }

        .BookingBoxFrame .steps:before {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            margin: auto;
            width: 2px;
            height: 105px;
            background: #000;
            content: '';
        }

        .BookingBoxFrame .steps:after {
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            width: 2px;
            height: 97px;
            background: #000;
            content: '';
        }

        .BookingBoxFrame .steps .itemStep {
            position: relative;
            width: 70px;
            height: 70px;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 2px solid #000;
            border-radius: 100%;
            color: #000;
            font-size: 38px;
            font-weight: 100;
        }

            .BookingBoxFrame .steps .itemStep:before {
                position: absolute;
                left: 0;
                top: calc(100% + 2px);
                right: 0;
                width: 2px;
                content: '';
                background: #000;
                height: 15px;
                display: block;
                margin: auto;
                z-index: 0;
            }

            .BookingBoxFrame .steps .itemStep span {
                position: absolute;
                left: 0;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                width: calc(100% - 10px);
                height: calc(100% - 10px);
                display: flex;
                justify-content: center;
                align-items: center;
                background: transparent;
                border-radius: 100%;
                transition: all 0.5s;
            }

        .BookingBoxFrame .steps.s1 .itemStep:nth-child(1),
        .BookingBoxFrame .steps.s2 .itemStep:nth-child(1),
        .BookingBoxFrame .steps.s2 .itemStep:nth-child(2),
        .BookingBoxFrame .steps.s3 .itemStep:nth-child(1),
        .BookingBoxFrame .steps.s3 .itemStep:nth-child(2),
        .BookingBoxFrame .steps.s3 .itemStep:nth-child(3),
        .BookingBoxFrame .steps.s4 .itemStep:nth-child(1),
        .BookingBoxFrame .steps.s4 .itemStep:nth-child(2),
        .BookingBoxFrame .steps.s4 .itemStep:nth-child(3),
        .BookingBoxFrame .steps.s4 .itemStep:nth-child(4),
        .BookingBoxFrame .steps.s5 .itemStep:nth-child(1),
        .BookingBoxFrame .steps.s5 .itemStep:nth-child(2),
        .BookingBoxFrame .steps.s5 .itemStep:nth-child(3),
        .BookingBoxFrame .steps.s5 .itemStep:nth-child(4),
        .BookingBoxFrame .steps.s5 .itemStep:nth-child(5) {
            border-color: #ed1a2f;
        }

            .BookingBoxFrame .steps.s1 .itemStep:nth-child(1) span,
            .BookingBoxFrame .steps.s2 .itemStep:nth-child(1) span,
            .BookingBoxFrame .steps.s2 .itemStep:nth-child(2) span,
            .BookingBoxFrame .steps.s3 .itemStep:nth-child(1) span,
            .BookingBoxFrame .steps.s3 .itemStep:nth-child(2) span,
            .BookingBoxFrame .steps.s3 .itemStep:nth-child(3) span,
            .BookingBoxFrame .steps.s4 .itemStep:nth-child(1) span,
            .BookingBoxFrame .steps.s4 .itemStep:nth-child(2) span,
            .BookingBoxFrame .steps.s4 .itemStep:nth-child(3) span,
            .BookingBoxFrame .steps.s4 .itemStep:nth-child(4) span,
            .BookingBoxFrame .steps.s5 .itemStep:nth-child(1) span,
            .BookingBoxFrame .steps.s5 .itemStep:nth-child(2) span,
            .BookingBoxFrame .steps.s5 .itemStep:nth-child(3) span,
            .BookingBoxFrame .steps.s5 .itemStep:nth-child(4) span,
            .BookingBoxFrame .steps.s5 .itemStep:nth-child(5) span {
                background-color: #212221;
                color: #fff;
            }

    .BookingBoxFrame .bgBooking:before {
        position: absolute;
        left: -150px;
        top: 20%;
        width: 100px;
        height: 100%;
        content: '';
        background: red;
        display: block;
        border-radius: 100%;
        filter: blur(101px);
        opacity: 0.5;
    }

.BookingBoxFrameContent,
.RegisterBoxFrameContent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

    .RegisterBoxFrameContent .col1,
    .RegisterBoxFrameContent .col2,
    .BookingBoxFrameContent .col1,
    .BookingBoxFrameContent .col2 {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        z-index: 10;
    }

        .BookingBoxFrameContent .col1 img {
            position: relative;
            width: 95%;
            left: 10%;
            transition: all .5s;
            opacity: 0;
            transform: translateX(-40px);
        }

        .RegisterBoxFrameContent .col1 img {
            position: relative;
            width: calc(130%);
            left: 0%;
            transition: all .5s;
            opacity: 0;
            transform: scale(0.7);
        }

body.active .RegisterBoxFrameContent .col1 img {
    transform: scale(1);
    opacity: 1;
}

body.active .BookingBoxFrameContent .col1 img {
    opacity: 1;
    transform: translateX(0px);
}

.RegisterBoxFrameContent .col1:before,
.BookingBoxFrameContent .col1:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, transparent, #1d1d1d);
    content: '';
}

.RegisterBoxFrameContent .col2,
.BookingBoxFrameContent .col2 {
    padding: 0 50px;
}

.RegisterBoxFrameContent .form {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    padding: 10px 0;
}

.BookingBoxFrameContent .form {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding: 10px 0;
}

    .BookingBoxFrameContent .form .dateTimeBox1 {
        position: relative;
        grid-column: 1 / span 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }

.RegisterBoxFrameContent h4.title,
.BookingBoxFrameContent h4.title {
    font-size: 36px;
    color: #ed1a2f;
    font-family: 'Vanitas-Extrabold';
}

.RegisterBoxFrameContent span.location,
.BookingBoxFrameContent span.location {
    position: relative;
    font-size: 21px;
    color: #fff;
}

.boxInput.full {
    grid-column: 1 / span 2;
}

.vehicleInfo {
    border: 1px solid #000;
    border-width: 1px 0;
    padding: 5px;
}

    .vehicleInfo .propDet {
        position: relative;
        display: flex;
        grid-gap: 20px;
        padding: 10px 0;
    }

    .vehicleInfo label {
        position: relative;
        font-size: 18px;
        margin-top: 5px !important;
        display: flex;
    }

.checkboxs label.lblinput span {
    font-size: 14px;
    font-weight: 600;
}

.rowbtns.center {
    position: relative;
    display: flex;
    justify-content: center;
    grid-gap: 10px;
}

.btnPayment,
.btnNext {
    position: relative;
    width: 160px;
    border: 1px solid #ed1a2f !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: 100;
    font-size: 18px;
    background: transparent !important;
    height: 50px;
    justify-content: center !important;
    align-items: center !important;
    display: flex;
}

.btnBack {
    position: relative;
    width: 160px;
    border: 1px solid #40c000 !important;
    border-radius: 0 !important;
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    background: transparent !important;
}

.btnPayment:hover,
.btnNext:hover {
    border: 1px solid #ed1a2f !important;
    background-color: #ed1a2f !important;
}

.btnBack:hover {
    border: 1px solid #40c000 !important;
    background-color: #40c000 !important;
}

/*---------------------- checkbox --------------*/
.checkboxs {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    height: 30px;
    cursor: pointer;
    margin: 5px 0;
}

    .checkboxs input {
        position: absolute;
        right: 0;
        overflow: hidden;
        width: 0;
        height: 0;
        opacity: 0;
    }

    .checkboxs label.lblinput {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 0px 0 25px;
        font-weight: bold;
        align-items: center;
        cursor: pointer;
        font-size: 12px;
        color: #777;
    }

    .checkboxs input[type=radio] + label.lblinput:before {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        width: 16px;
        height: 16px;
        content: '';
        background: transparent;
        border-radius: 100%;
        border: 1px solid #d0d0d0;
    }

    .checkboxs input[type=radio] + label.lblinput:after {
        position: absolute;
        top: 0;
        bottom: 0px;
        margin: auto;
        left: 3px;
        width: 10px;
        height: 10px;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400;
        content: "";
        border-radius: 100%;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #40c000;
        background: radial-gradient(circle, #40c000 0%, #72fb2e 100%);
        transition: all 0.5s cubic-bezier(0.04, 1.13, 0.02, 1.14);
        transform: scale(0) rotate(-90deg);
    }

    .checkboxs input[type=checkbox] + label.lblinput:before {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        width: 16px;
        height: 16px;
        content: '';
        background: transparent;
        border-radius: 0;
        border: 2px solid #9a9a9a;
    }

    .checkboxs input[type=checkbox] + label.lblinput:after {
        position: absolute;
        top: 0;
        bottom: 0px;
        margin: auto;
        left: 4px;
        width: 8px;
        height: 8px;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400;
        content: "";
        border-radius: 0;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #40c000;
        transition: all 0.2s cubic-bezier(0.04, 1.13, 0.02, 1.14);
        transform: scale(0) rotate(-90deg);
    }


    .checkboxs label.lblinput small {
        position: relative;
        display: block;
        font-size: 14px;
        color: #b3b3b3;
        text-transform: uppercase;
        font-weight: normal;
    }

    .checkboxs input:checked + label.lblinput {
        color: #40c000 !important;
    }

        .checkboxs input:checked + label.lblinput:after {
            transform: scale(1) rotate(0deg);
        }

        .checkboxs input:checked + label.lblinput small {
            color: #40c000;
        }

/*---------------------- checkbox --------------*/


.getLocationBox textarea {
    position: relative;
    min-height: 60px;
    max-height: 60px;
    display: none;
    color: #fff;
}

.getLocationBox.open textarea {
    display: block;
}

label.titleBorder {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #000;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
}

    label.titleBorder.b1:before {
        position: absolute;
        right: 0;
        width: 30px;
        height: 100%;
        background: url(../img/icons/b1.png) no-repeat center / 100%;
        content: '';
    }

    label.titleBorder.b2:before {
        position: absolute;
        right: 0;
        width: 30px;
        height: 100%;
        background: url(../img/icons/b2.png) no-repeat center / 100%;
        content: '';
    }

    label.titleBorder.b3:before {
        position: absolute;
        right: 0;
        width: 30px;
        height: 100%;
        background: url(../img/icons/b3.png) no-repeat center / 100%;
        content: '';
    }

.boxStepContent {
    position: relative;
    display: none;
    flex-direction: column;
}

    .boxStepContent.active {
        display: flex;
    }


.CountDetProd {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
    margin: 0 0 5px;
    padding: 0 0px 4px;
}

    .CountDetProd label {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }

.countProduct1 {
    position: relative;
    width: 70px;
    height: 40px;
    min-height: unset;
    border-radius: 4px;
    border: 1px solid #2c2d2c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2c2d2c;
    padding: 2px;
}

    .countProduct1 input {
        position: relative;
        background: transparent !important;
        border: none;
        text-align: center;
        font-size: 18px;
        color: #636363;
        pointer-events: none;
        padding: 0 !important;
    }

    .countProduct1 i {
        position: relative;
        min-width: 15px;
        min-height: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        cursor: pointer;
    }

.CountDetProd .right {
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 5px;
}

    .CountDetProd .right span.showPrice {
        font-size: 14px !important;
    }

.infoComplate {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 5px 0;
    border-top: 1px solid #000;
    margin-top: 5px;
}

.invoiceInfo {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 5px 0;
    border-top: 1px solid #000;
    margin-top: 5px;
}

.itemInfoComp {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    grid-gap: 5px;
}

    .itemInfoComp strong {
        color: #fff;
        font-weight: 400;
    }

    .itemInfoComp span.full {
        position: relative;
        width: 100%;
    }

.invoiceInfo .rowInvoice {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #242524;
    padding: 0 30px 0 10px;
}

    .invoiceInfo .rowInvoice:nth-child(even) {
        background-color: #181818;
    }

    .invoiceInfo .rowInvoice .col {
        position: relative;
        height: 30px;
        display: flex;
        align-items: center;
        font-size: 16px;
    }

.rowInvoice.total {
    margin-top: 10px;
    border-top: 1px solid #000;
}

.invoiceInfo .rowInvoice .col:nth-child(1) {
    color: #fff;
}

.TrakingInfo {
    position: relative;
    padding: 10px 0;
    display: flex;
    grid-gap: 10px;
    flex-direction: column;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 10px 0 15px;
}

    .TrakingInfo .rowTraking {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 18px;
        color: #fff;
    }

.date-picker-wrapper .month-wrapper table .day.invalid {
    opacity: 0.1;
    pointer-events: none;
}

    .date-picker-wrapper .month-wrapper table .day.invalid div div:last-child {
        opacity: 0 !important;
    }

.hrbdate {
    position: relative;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}

.date-picker-wrapper .month-wrapper table .day.invalid.reservetd {
    color: #636363 !important;
    opacity: 1 !important;
}

.date-picker-wrapper .month-wrapper table .day small.dayReserve {
    background: rgba(255,0,0,0.7);
    padding: 0;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border-radius: 3px;
    width: 18px;
    margin: auto;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.date-picker-wrapper .month-wrapper table .day.valid:hover {
    background-color: #ff3f52 !important;
}

.date-picker-wrapper .month-wrapper {
    display: flex;
}

.day {
    position: relative;
    transition: all 0.5s;
}

.date-picker-wrapper .month-wrapper table .day.reservetd {
    position: relative;
}

    .date-picker-wrapper .month-wrapper table .day.reservetd:before {
        position: a;
    }

.date-picker-wrapper .month-wrapper table .day.invalid small.dayPrice {
    opacity: 0;
}

.day.reserved {
    opacity: 1 !important;
}

    .day.reserved .hrbdate span {
        opacity: 0.5;
        /* color: red; */
    }

    .day.reserved small.dayPrice {
        position: relative;
        color: transparent;
        display: flex;
        justify-content: flex-end;
        opacity: 1 !important;
    }

        .day.reserved small.dayPrice::before {
            position: absolute;
            content: 'R';
            width: 100%;
            height: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: red;
            font-weight: bold;
            bottom: -8px;
        }

.RegisterBoxFrame {
    position: relative;
    width: 100%;
    display: block;
    max-width: 1000px;
    margin: auto;
}

    .RegisterBoxFrame:before {
        position: relative;
        display: block;
        content: '';
        padding-top: 70%;
    }

    .RegisterBoxFrame i.bgreg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #202120;
        -webkit-clip-path: url(#myRegisterForm);
        clip-path: url(#myRegisterForm);
    }

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px rgb(40 40 40) inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
}

.RegisterBoxFrameContent .boxInput input {
    border-radius: 0 !important;
    /* background-color: #242523 !important; */
    font-family: 'Open Sans' !important;
}




.RegisterBoxFrameContent .boxInput span.select2 span.select2-selection {
    border-radius: 0px !important;
}

label.LabelNationality {
    font-size: 16px;
    color: #fff;
}

.boxInput.Nationality {
    position: relative;
    display: grid;
    align-items: center;
    grid-gap: 10px;
    grid-template-columns: auto 1fr;
}

button.LoginRegBtn {
    position: relative;
    width: 100%;
    background: transparent !important;
    border: 1px solid #40c000 !important;
    border-radius: 0 !important;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

    button.LoginRegBtn:hover {
        position: relative;
        width: 100%;
        background: #40c000 !important;
        border: 1px solid #40c000 !important;
        border-radius: 0 !important;
        color: #fff;
        font-weight: 400;
        font-size: 18px;
    }

.RegisterBoxFrame.Login button.LoginRegBtn {
    border: 1px solid #ed1a2f !important;
}

    .RegisterBoxFrame.Login button.LoginRegBtn:hover {
        background: #ed1a2f !important;
        border: 1px solid #ed1a2f !important;
    }

.RegisterBoxFrameContent h4.title {
    font-size: 48px;
    width: 100%;
}

.RegisterBoxFrame.Login:before {
    padding-top: 58%;
}

.RegisterBoxFrame i.border {
    left: -3%;
    right: 0;
    margin: auto;
    width: 100%;
    height: 80%;
    border-radius: 40%;
    background: #3fbf01;
    content: '';
    top: -5%;
    bottom: 0;
    position: absolute;
    z-index: 0;
    filter: blur(70px);
    opacity: 0.4;
}

.RegisterBoxFrame.Login i.border {
    left: -3%;
    right: 0;
    margin: auto;
    width: 100%;
    height: 80%;
    border-radius: 40%;
    background: red;
    content: '';
    top: -5%;
    bottom: 0;
    position: absolute;
    z-index: 0;
    filter: blur(70px);
    opacity: 0.4;
}

.boxSecServices {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
    padding: 40px 0;
}

    .boxSecServices .itemService strong.title {
        height: 50px;
        grid-template-columns: auto 1fr;
    }

        .boxSecServices .itemService strong.title::before {
            display: none;
        }

        .boxSecServices .itemService strong.title::after {
            width: 100px;
            height: 2px;
            background: transparent url(../img/titleborder.png) no-repeat right center / auto 2px !important;
        }

    .boxSecServices .itemService:hover strong.title::after {
        width: 160px;
    }

section.Gallery {
    padding: 40px 0;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: cover;
}

.itemNews {
    position: relative;
    width: 100%;
    padding: 30px 0;
}

    .itemNews .contentItemNews {
        position: relative;
        display: grid;
        grid-template-columns: auto 1fr;
        grid-gap: 20px;
        z-index: 10;
    }

    .itemNews .pic {
        position: relative;
        width: 350px;
        display: flex;
        overflow: hidden;
        border-right: 5px solid #ed1a2f;
    }

        .itemNews .pic:before {
            position: relative;
            width: 100%;
            padding-top: 80%;
            content: '';
            display: block;
        }

        .itemNews .pic i.bg {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: no-repeat center / cover;
        }

    .itemNews .titleNews {
        position: relative;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr auto;
        font-size: 30px;
        font-weight: 100;
        color: #fff;
        align-items: center;
    }

        .itemNews .titleNews h4 {
            position: relative;
            width: 100%;
            font-size: 30px;
            color: #fff;
            font-weight: 100;
            height: 60px;
            display: flex;
            align-items: center;
            border-top: 2px solid #3a3b39;
        }

        .itemNews .titleNews .date {
            position: relative;
            width: 100%;
            font-size: 30px;
            color: #fff;
            font-weight: 100;
            height: 60px;
            display: flex;
            align-items: center;
            border-top: 2px solid #40c000;
            padding: 0 20px;
        }

    .itemNews .caption {
        position: relative;
        font-size: 18px;
        color: #929292;
        line-height: 2;
        font-weight: 100;
        text-align: justify;
    }

.rowEnd {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.itemNews a.arrowLink {
    position: relative;
    width: 32px;
    height: 26px;
    background: url(../img/arrowRight.png) no-repeat center / 100%;
}

.itemNews .context {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 60px 40px 20px;
}

.contentNewsBoxes {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    padding: 20px 0;
}

.itemNews:before {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 20px);
    height: 100%;
    border: 2px solid #111111;
    content: '';
}

.itemNews:after {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 50px);
    height: calc(100% - 30px);
    background: #212220;
    content: '';
    -webkit-clip-path: url(#bgNews);
    clip-path: url(#bgNews);
}

.showGroupNews {
    position: relative;
    width: 100%;
    padding: 20px;
    background: #161716;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    grid-gap: 10px;
}

    .showGroupNews label.lnlGroup {
        position: relative;
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        display: flex;
        align-items: center;
    }

    .showGroupNews .itemGroup {
        position: relative;
        padding: 0 10px 0 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 400;
        height: 40px;
        color: #7c7c7c;
    }

        .showGroupNews .itemGroup.active {
            color: #ed1a2f;
        }

        .showGroupNews .itemGroup .icon {
            position: absolute;
            left: 0;
            top: 0;
            width: 40px;
            height: 40px;
            transition: all 0.2s;
            filter: grayscale(1);
        }

        .showGroupNews .itemGroup:hover .icon,
        .showGroupNews .itemGroup.active .icon {
            filter: grayscale(0);
        }

section.secPageText {
    position: relative;
    width: 100%;
    padding: 40px 0;
}

.showMoreText {
    position: relative;
    padding: 0 80px;
}

    .showMoreText .text {
        position: relative;
        font-size: 18px;
        color: #fff;
        font-weight: 100;
        line-height: 2;
        text-align: justify;
        transition: all 1s;
        overflow: hidden;
        max-height: 220px;
    }

    .showMoreText.open .text {
        max-height: 1200px;
    }

span.btnshowmore {
    position: relative;
    padding: 0 30px;
    height: 50px;
    border: 1px solid #ed1a2f;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    margin: 20px auto 0;
    color: #fff;
    font-weight: 100;
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
}

    span.btnshowmore:before {
        position: relative;
        content: attr(data-text1);
    }

    span.btnshowmore:after {
        position: relative;
        display: none;
        content: attr(data-text2);
    }

.showMoreText.open span.btnshowmore:before {
    display: none;
}

.showMoreText.open span.btnshowmore:after {
    display: block;
}

section.secHelpItems .container {
    display: flex;
    flex-direction: column;
    grid-gap: 60px;
    padding: 40px 0;
}

.itemHelp {
    position: relative;
    width: 100%;
}

    .itemHelp:before {
        position: relative;
        padding-top: 16%;
        content: '';
        display: block;
    }

    .itemHelp .pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .itemHelp .pic:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            transition: all 0.2s;
            content: '';
        }

    .itemHelp:hover .pic:before {
        opacity: 0;
    }

    .itemHelp .content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 100px;
    }

        .itemHelp .content h4 {
            font-family: 'Vanitas-Extrabold' !important;
            font-size: 40px;
            transition: all 0.2s;
            color: #fff;
        }

    .itemHelp:hover .content h4 {
        color: #333;
    }

    .itemHelp .content i.brdr {
        position: absolute;
        left: -20px;
        top: -20px;
        width: 88%;
        height: calc(100% + 40px);
        border: 2px solid red;
        border-right: 0;
    }

        .itemHelp .content i.brdr:before {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 2px;
            height: 30%;
            background-color: red;
            content: '';
        }

        .itemHelp .content i.brdr:after {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 2px;
            height: 30%;
            background-color: red;
            content: '';
        }




/* -------------- FAQ --------------- */


.contextFAQ {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: flex-start;
    text-align: justify;
    margin: 0 0 20px;
}

    .contextFAQ img {
        position: relative;
        width: 80%;
        margin: 0 auto;
    }


section.secFAQBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 40px 0 20px;
}

.FAQTitle {
    position: relative;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #414141;
    margin: 10px 0px;
}

.tabBtns {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 2px solid #d48644;
}

    .tabBtns button.btntab {
        position: relative;
        min-width: 100px;
        height: 100px;
        border: none;
        outline: none;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin: 0 !important;
        background: none;
        border-radius: 0;
        background-clip: content-box;
        padding: 2px;
        background-color: transparent !important;
        padding: 0;
        white-space: nowrap;
    }

        .tabBtns button.btntab:before {
            position: absolute;
            bottom: -13px;
            height: 3px;
            background: #111727;
            content: '';
            width: 3%;
            transition: all 0.5s;
            opacity: 0;
        }



        .tabBtns button.btntab i {
            position: relative;
            width: 60px;
            height: 60px;
            background: no-repeat center / 100%;
            filter: grayscale(1);
            cursor: pointer;
        }

        .tabBtns button.btntab:hover i {
            filter: grayscale(0) !important;
        }

        .tabBtns button.btntab label {
            position: relative;
            border: 0;
            bottom: 0;
            padding: 0 10px;
            width: 150px;
            border-radius: 6px;
            z-index: 100;
            height: 40px;
            cursor: pointer;
            transition: all 0.2s;
            font-size: 18px;
            font-weight: 100;
            color: #858585;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .tabBtns button.btntab:hover label,
        .tabBtns button.btntab.active label {
            color: #fff !important;
            font-weight: 600;
        }


button.btntab.active i {
    filter: grayscale(0) !important;
}

.tabContent.active {
    transition: all 0.5s;
    opacity: 1;
    min-height: 30px;
    max-height: 2000px;
    padding: 0px 0;
    overflow: inherit;
}

.tabContent {
    position: relative;
    width: 100%;
    transition: all 0.2s;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.accotdionFAQ {
    font-size: 12px;
    width: 100%;
    margin: 5px;
    float: right;
}

.RowFAQ {
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 3px;
    font-size: 14px;
    /* overflow: hidden; */
    border-radius: 0;
    color: #333 !important;
}

.ContentFAQ .lineTitle {
    margin-right: 0;
}

.RowFAQ .col1 {
    position: relative;
    width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* display: none; */
    border-left: 0 !important;
    font-weight: bold;
    background: #d48644;
    font-weight: bold;
    font-size: 20px;
}

.RowFAQ .col2 {
    position: relative;
    width: 100%;
    MIN-height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 3px;
    color: #fff;
    padding: 0px 10px 0 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    background: transparent !important;
    border-bottom: 2px solid #838383;
    font-size: 22px;
    font-weight: 100;
}


.RowFAQ.title .col1,
.RowFAQ.title .col2 {
    background-color: #161616;
    color: #fff;
    justify-content: center;
}

.accotdionFAQ span.AnswerQuestion {
    position: absolute;
    background: #161616;
    font-weight: normal;
    font-family: IranYekan;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 30px;
    right: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}




.accotdionFAQ span.AnswerQuestion {
    background: none;
    color: #516282;
}


    .accotdionFAQ span.AnswerQuestion:before {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
        position: absolute;
        left: 0;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s;
    }

.accotdionFAQ.active span.AnswerQuestion:before {
    transform: rotate(720deg);
}

.accotdionFAQ .ContentAccotdionFAQ {
    position: relative;
    width: 100%;
    display: flex;
    max-height: 0;
    overflow: hidden;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: normal !important;
    transition: all 0.5s;
}

.accotdionFAQ.active .ContentAccotdionFAQ {
    transition: all 0.5s;
    max-height: 1000px;
}

.ContentAccotdionFAQ .textAccordionFAQ {
    position: relative;
    width: 100%;
    text-align: justify;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 400;
}

.allContentTab {
    position: relative;
    width: 100%;
    padding: 20px 0;
}

section.secFAQBox .allContentTab {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}

    section.secFAQBox .allContentTab .col {
        position: relative;
        width: 100%;
        margin: 5px;
    }

.ContentAccotdionFAQ .moreAccordionFAQ {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 5px;
    box-sizing: border-box;
}

a.moreAcc {
    position: relative;
    padding: 0 10px;
    height: 30px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
    font-weight: normal;
    transition: all 0.2s;
    font-weight: bold;
    font-size: 12px;
}

    a.moreAcc:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Font Awesome 5 Pro';
    }

    a.moreAcc:hover {
        color: #f5f5f5;
        background: #161616;
    }

    a.moreAcc:active {
        color: #161616;
        background: #d3d3d3;
    }

.accotdionFAQ.active .RowFAQ {
    height: 60px;
    color: #fff !important;
}

    .accotdionFAQ.active .RowFAQ .col2 {
        color: #fff;
        height: 60px;
        padding-right: 60px;
        border-bottom: 2px solid #40c000;
        font-size: 22px;
        font-weight: 100;
    }

        .accotdionFAQ.active .RowFAQ .col2 span.AnswerQuestion {
            color: #fff;
        }

            .accotdionFAQ.active .RowFAQ .col2 span.AnswerQuestion:before {
                content: "\f068" !important;
            }
/* -------------- FAQ --------------- */

.customFormContact h4.title {
    font-size: 36px;
    color: #ed1a2f;
    font-family: 'Vanitas-Extrabold';
    display: flex;
    justify-content: center;
    text-align: center;
}


















/* New Css */
section.secDetail {
    position: relative;
    width: 100%;
    padding: 60px 0 20px;
}

.btnBorderRed.bookride {
    background: #ed1a2f !important;
}

    .btnBorderRed.bookride:before {
        background: #272826;
        color: #272826;
    }

.boxDet {
    position: relative;
    width: 100%;
    display: flex;
    grid-gap: 10px;
}

    .boxDet .col1 {
        position: relative;
        width: calc(65% - 20px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .boxDet .col2 {
        position: relative;
        width: 35%;
    }

        .boxDet .col2 .pic {
            position: relative;
            width: 100%;
            display: block;
            overflow: hidden;
        }

            .boxDet .col2 .pic:after {
                position: absolute;
                bottom: -30%;
                left: -40%;
                width: 70%;
                height: 80%;
                background: #18d920;
                content: '';
                border-radius: 100%;
                filter: blur(130px);
            }

            .boxDet .col2 .pic:before {
                position: relative;
                width: 100%;
                display: block;
                content: '';
                padding-top: 80%;
            }

            .boxDet .col2 .pic img {
                opacity: 1;
            }

    .boxDet .text {
        position: relative;
        display: flex;
        flex-direction: column;
        grid-gap: 0px;
    }

    .boxDet .caption {
        padding: 20px 0;
        font-size: 20px;
        text-align: justify;
    }

.rowBtnsShare {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
    width: 100%;
}

    .rowBtnsShare .socialIcons {
        position: relative;
        grid-column: span 2;
        padding: 0 10px 0 60px;
        height: 50px;
        display: flex;
        justify-content: space-between;
        border: 1px solid #131313;
        box-sizing: border-box;
        align-items: center;
        justify-content: flex-end;
        grid-gap: 10px;
    }

        .rowBtnsShare .socialIcons:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            content: '';
            background: #131313 url(../img/icons/4.png) no-repeat center 5px / 35px;
            box-sizing: border-box;
        }

        .rowBtnsShare .socialIcons a.socicon {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
            font-size: 26px;
        }

.btndlCatalog {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px 0 10px;
    background: transparent;
    align-items: center;
    font-size: 18px;
    border: 1px solid #fff;
    box-sizing: border-box;
}

    .btndlCatalog span.subtitle {
        font-size: 12px;
        letter-spacing: 4px;
        box-sizing: border-box;
    }

    .btndlCatalog:before {
        position: absolute;
        box-sizing: border-box;
        right: 0;
        width: 50px;
        height: 50px;
        background: transparent url(../img/icons/5.png) no-repeat center / 40px;
        content: '';
    }

section.secMoreDescription {
    position: relative;
    width: 100%;
    padding: 60px;
    background: #202120;
}

    section.secMoreDescription .caption {
        font-size: 20px;
        padding: 20px 0;
    }

.frameVideo {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

    .frameVideo:before {
        position: relative;
        width: 100%;
        display: block;
        content: '';
        padding-top: 50%;
    }

    .frameVideo iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: none !important;
    }

section.secVideo {
    position: relative;
    padding: 60px 0;
}

section.formContact {
    position: relative;
    width: 100%;
    padding: 60px;
}

.customFormContact {
    position: relative;
    width: 100%;
    padding: 30px;
    max-width: 980px;
    margin: auto;
}

    .customFormContact:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        background: #252624 url(../img/bgForms.png);
        content: '';
        z-index: 1;
    }

    .customFormContact:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        border: 2px solid #000;
        content: '';
        z-index: 2;
    }

    .customFormContact h4.title {
        margin: -10px 0 0;
        border-top: 2px solid #8bc34a;
        height: 110px;
        display: flex;
        align-items: center;
        z-index: 2;
        position: relative;
    }

.titleCenterForm {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.customFormContact .form {
    position: relative;
    padding: 30px 80px 80px;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    z-index: 10;
}

    .customFormContact .form .boxInput {
        position: relative;
        width: calc((100% / 2) - 5px);
    }

        .customFormContact .form .boxInput.full {
            position: relative;
            width: 100%;
        }

        .customFormContact .form .boxInput textarea {
            margin: 0;
            font-weight: 400;
            font-size: 18px;
        }

        .customFormContact .form .boxInput input, .customFormContact .form .boxInput textarea {
            background: rgb(30 31 29 / 80%) !important;
            border-radius: 0 !important;
            color: #818181;
        }

.customFormContact i.light {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: red;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 100%;
    filter: blur(101px);
}

.titleLeft.borderleft {
    padding-left: 15px;
}

    .titleLeft.borderleft:before {
        position: absolute;
        left: 0px;
        width: 2px;
        height: 100%;
        content: '';
        background: #40c000;
    }


/* ---------------- Carousel Popup ----------------- */

.itemGalleryPopup {
    position: relative;
    width: calc(100% - 10px);
    margin: 10px;
    background: no-repeat center / cover;
    transition: all 0.5s;
    cursor: pointer;
}

    .itemGalleryPopup:hover {
        background-color: #323331;
        z-index: 4;
    }

    .itemGalleryPopup .pic {
        position: relative;
        width: 100%;
        background: no-repeat center / cover;
    }

        .itemGalleryPopup .pic:before {
            position: relative;
            width: 100%;
            padding-top: 100%;
            display: block;
            content: '';
        }

        .itemGalleryPopup .pic i {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            opacity: 0;
            transition: all 0.5s;
        }

    .itemGalleryPopup:hover .pic i {
        opacity: 1;
    }

    .itemGalleryPopup .pic i:before {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        content: "\f002";
        font-style: normal;
        font-size: 40px;
        transform: scaleX(-1);
    }

    .itemGalleryPopup .pic i:after {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: calc(100% - 80px);
        height: calc(100% - 80px);
        border: 2px solid #ed1a2f;
        content: '';
        border-radius: 15px;
    }








section.galleryPopup {
    overflow: hidden;
    width: 100%;
}

    section.galleryPopup .NextPrevSlider {
        max-width: calc(100% - 40px);
    }

        section.galleryPopup .NextPrevSlider .swiper-button-next, section.galleryPopup .NextPrevSlider .swiper-button-prev {
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 100%;
            background: rgba(0,0,0,0.3);
            top: 0;
            bottom: 0;
            margin: auto;
        }

            section.galleryPopup .NextPrevSlider .swiper-button-next:after,
            section.galleryPopup .NextPrevSlider .swiper-button-prev:after {
                color: #fff !important;
                font-size: 18px;
            }

.slider5Item .swiper-wrapper {
    height: auto;
}

.contentItemOtherPic {
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: rgba(255,255,255,0.5) no-repeat center / cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s;
}

.ItemOtherPic .contentItemOtherPic:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px solid #a1a1a1;
    transition: all 0.5s;
    content: '';
    z-index: 2;
}

.ItemOtherPic .contentItemOtherPic:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    width: 80%;
    height: 10px;
    content: '';
    z-index: 0;
    background: #dedede;
    transition: all 0.5s;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
}

.ItemOtherPic:hover .contentItemOtherPic:after {
    transition-delay: 0.2s;
    transform: scaleY(1);
    opacity: 1;
}

.ItemOtherPic:hover .contentItemOtherPic:before {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: 8px solid #a1a1a1;
}


.lightboxPic {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000000;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: perspective(1000px);
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}

    .lightboxPic.show {
        opacity: 1;
        transition: all 1s;
        transform: perspective(1000px);
        pointer-events: auto;
    }

    .lightboxPic i {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 0;
    }

    .lightboxPic img {
        max-height: 80%;
        max-width: 80%;
        z-index: 100000000000000000;
        position: relative;
        display: block;
        margin: auto;
        opacity: 0;
        transition: all 0.3s;
        transform: perspective(1000px) rotate3d(1, 1, 1, 90deg) translateZ(20px);
    }

    .lightboxPic.show img {
        opacity: 1;
        transition: all 0.5s;
        transform: perspective(1000px) rotate3d(1, 1, 1, 0deg) translateZ(20px);
    }

.ItemOtherPic {
    position: relative;
    margin: 10px;
    background: no-repeat center / cover;
    transition: all 0.5s;
    cursor: pointer;
    box-sizing: border-box !important;
    width: calc(100% - 10px);
    overflow: hidden;
}

    .ItemOtherPic:after {
        position: absolute;
        bottom: -30%;
        left: -40%;
        width: 70%;
        height: 80%;
        background: #18d920;
        content: '';
        border-radius: 100%;
        filter: blur(130px);
    }

    .ItemOtherPic:hover {
        background-color: #323331;
        z-index: 4;
    }

    .ItemOtherPic .pic {
        position: relative;
        width: 100%;
        background: no-repeat center / cover;
    }

        .ItemOtherPic .pic:before {
            position: relative;
            width: 100%;
            padding-top: 100%;
            display: block;
            content: '';
        }

        .ItemOtherPic .pic i {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            opacity: 0;
            transition: all 0.5s;
        }

    .ItemOtherPic:hover .pic i {
        opacity: 1;
    }

    .ItemOtherPic .pic i:before {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        content: "\f002";
        font-style: normal;
        font-size: 40px;
        transform: scaleX(-1);
    }

    .ItemOtherPic .pic i:after {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: calc(100% - 80px);
        height: calc(100% - 80px);
        border: 2px solid #ed1a2f;
        content: '';
        border-radius: 15px;
    }

/* ---------------- Carousel Popup ----------------- */

section.pageText {
    position: relative;
    width: 100%;
    padding: 80px 0 50px;
}

    section.pageText .caption {
        position: relative;
        font-size: 20px;
        padding: 10px 0;
        text-align: justify;
    }


section.secMap {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 40px auto;
}

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

section.secMap.larg {
    padding: 20px 0;
}

section.secMap .container {
    min-height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    pointer-events: none;
    z-index: 2;
    max-width: unset;
}

    section.secMap .container .col {
        width: 100%;
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
        position: relative;
        grid-gap: 10px;
    }

        section.secMap .container .col:nth-child(1) {
            background-color: #272826;
            padding: 40px 10px 40px 60px;
            z-index: 10;
        }

    section.secMap .container .col {
        pointer-events: auto !important;
    }

section.secMap.larg .container .col {
    pointer-events: none !important;
}

section.secMap:before {
    position: absolute;
    left: 0;
    width: 40%;
    height: 100%;
    content: '';
    display: block;
    background: #1a1b19;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
}

section.secMap .container .col:nth-child(1):before {
    position: absolute;
    left: -10px;
    top: 0;
    width: 160px;
    height: 100%;
    background: #1a1b19;
    content: '';
}

section.secMap.larg:before {
    background: #cc1a28;
    height: calc(100% - 40px);
}

section.secMap.larg .container .col:nth-child(1):before {
    background: #cc1a28;
}


.OfficeTitle {
    position: relative;
    font-size: 55px;
    color: #fff;
    font-family: 'Vanitas-Extrabold';
    padding-left: 180px;
    margin-left: -40px;
    min-height: 80px;
    display: flex;
    align-items: center;
    pointer-events: auto;
}

.OfficeInfo {
    position: relative;
    font-size: 22px;
    color: #b6b6b6;
    font-weight: 100;
    padding-left: 180px;
    margin-left: -40px;
    min-height: 50px;
    display: flex;
    align-items: center;
    pointer-events: auto;
}

    .OfficeInfo a {
        font-size: 22px;
        font-weight: 100;
        color: #b6b6b6;
    }

        .OfficeInfo a:hover {
            color: #cc1a28;
            font-weight: 400;
        }

section.secMap .socialBox {
    position: absolute;
    right: -25px;
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    height: 100%;
    pointer-events: auto;
}

    section.secMap .socialBox
    .socialIcons {
        position: relative;
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
        border: 1px solid #838383;
        padding: 10px;
        border-radius: 6px;
    }

        section.secMap .socialBox .socialIcons a.socicon {
            width: 35px;
            height: 34px;
            display: flex !important;
            justify-content: center;
            align-items: center;
            background: #313230;
            color: #fff;
        }

            section.secMap .socialBox .socialIcons a.socicon:hover {
                background: #cc1a28;
            }

.OfficeTitle i.icon {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #2d2e2c;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

section.secMap.larg .OfficeTitle i.icon {
    background: #272826;
}

.OfficeTitle i.icon {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #2d2e2c;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.secMap:nth-child(odd) .OfficeTitle i.icon path {
    fill: #cc1a28 !important;
}

section.secMap:nth-child(even) .OfficeTitle i.icon path {
    fill: #40c000;
}

section.secMap.larg .OfficeTitle i.icon path {
    fill: #fff !important;
}

.OfficeInfo i.icon {
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent no-repeat center / 40px;
}

.OfficeInfo.location i.icon {
    background-image: url(../img/icons/c1.png);
}

.OfficeInfo.tel i.icon {
    background-image: url(../img/icons/c2.png);
}

.OfficeInfo.fax i.icon {
    background-image: url(../img/icons/c3.png);
}

.OfficeInfo.mail i.icon {
    background-image: url(../img/icons/c4.png);
}

.DepartmentsBox {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    position: relative;
    width: 100%;
    padding: 60px !important;
    grid-gap: 40px;
}

section.secDepartments .titleCenter h4::before {
    display: none;
}

.DepartmentsBox .itemDep {
    position: relative;
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 2px solid #474746;
    transition: all 0.2s;
}

    .DepartmentsBox .itemDep:hover,
    .DepartmentsBox .itemDep.active {
        transform: scale(1.1);
        border: 2px solid #202120;
    }

    .DepartmentsBox .itemDep:before {
        position: relative;
        padding-top: 100%;
        content: '';
    }

    .DepartmentsBox .itemDep .content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

        .DepartmentsBox .itemDep .content:before {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            content: '';
            background: #202120;
            width: calc(100% - 25px);
            height: calc(100% - 25px);
            transition: all 0.2s;
            transform: scale(1.2);
            opacity: 0;
        }

    .DepartmentsBox .itemDep:hover .content:before,
    .DepartmentsBox .itemDep.active .content:before {
        transform: scale(1);
        opacity: 1;
    }

    .DepartmentsBox .itemDep * {
        position: relative;
        z-index: 10;
    }

    .DepartmentsBox .itemDep .titleDep {
        font-size: 28px;
        font-weight: 400;
        color: #fff;
        padding: 0 10px 5px;
        border-bottom: 2px solid #40c000;
        margin: 8px;
    }

    .DepartmentsBox .itemDep .TextDep {
        position: relative;
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
    }

    .DepartmentsBox .itemDep a {
        font-size: 20px;
        font-weight: 100;
    }

.BoxAdvancedSearch .form .dateTimeBox {
    position: relative;
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.boxItemsProp {
    position: relative;
    padding: 20px 20px 20px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

    .boxItemsProp .itemProp {
        font-size: 20px;
        color: #fff;
        display: flex;
        justify-content: space-between;
    }

        .boxItemsProp .itemProp strong {
            font-weight: 500;
            position: relative;
            padding-left: 15px;
        }

            .boxItemsProp .itemProp strong:before {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 5px;
                height: 5px;
                background: red;
                content: '';
                border-radius: 10px;
                margin: auto;
            }

        .boxItemsProp .itemProp span {
            font-weight: 100;
        }

.boxDet.det2 .rowBtnsShare .socialIcons {
    grid-column: span 3;
    grid-gap: 10px;
}

section.secGalleryPopup {
    position: relative;
    width: 100%;
    overflow: hidden;
}

div#setCalendarDetail {
    position: relative;
    display: flex;
    justify-content: center;
}

    div#setCalendarDetail .hrbdate {
        font-size: 16px;
    }

        div#setCalendarDetail .hrbdate span {
            font-weight: 500 !important;
        }

        div#setCalendarDetail .hrbdate small {
            font-size: 12px;
            font-weight: 100 !important;
            justify-content: center;
            text-align: center;
        }

.date-picker-wrapper .month-wrapper table .day {
    width: 60px !important;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.customFormContact .rowBtns {
    z-index: 10;
    display: flex;
    justify-content: center;
    margin: 30px 0 10px;
}

section.formContact.calendar .container {
    justify-content: center;
    display: flex;
}

section.formContact.calendar .customFormContact {
    width: auto;
}

section.formContact.calendar .btnBorderRed.bookride.disable {
    background: #5c5c5c !important;
    pointer-events: none !important;
}

section.formContact.calendar .btnBorderRed.bookride {
    background: #ed1a2f !important;
}

    section.formContact.calendar .btnBorderRed.bookride:before {
        background: #272826;
        color: #272826;
    }

img.picPage {
    position: relative;
    display: block;
    margin: 0 auto 10px;
    width: auto;
    max-width: 100%;
}

/* ----------------- Show Comments ----------------- */
.showCM {
    position: relative;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}

.itemCM {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0px 20px;
    border-bottom: 1px solid #3c3c3c;
}

    .itemCM .colAvatar {
        position: relative;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

        .itemCM .colAvatar:before {
            position: absolute;
            left: 0;
            right: 0;
            width: 2px;
            background: #40c000;
            content: '';
            height: 100%;
            margin: auto;
            top: 0;
            bottom: 0;
        }

        .itemCM .colAvatar span.cmAvatar {
            position: relative;
            width: 60px;
            height: 60px;
            border-radius: 100%;
            background: #ffffff no-repeat center / cover;
            border: 5px solid #ffffff;
            top: 0;
            bottom: 0;
            margin: auto;
        }

    .itemCM .colText {
        position: relative;
        width: calc(100% - 100px);
    }

        .itemCM .colText span.Created_at {
            color: #40c000;
            font-size: 14px;
            font-family: 'Open Sans';
        }

.SendCM {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    max-width: calc(100% - 40px);
    margin: 40px auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .SendCM .group-input {
        position: relative;
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

        .SendCM .group-input.full {
            width: 100%;
        }

        .SendCM .group-input input {
            position: relative;
            width: 100%;
            height: 40px;
            background: #eee;
            border: none;
        }

        .SendCM .group-input textarea {
            position: relative;
            width: 100%;
            min-height: 150px;
            max-height: 150px;
            min-width: 100%;
            max-width: 100%;
            background: #eee;
            border: none;
        }

    .SendCM .rowBtn {
        position: relative;
        margin: 0;
        bottom: 0;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .SendCM .rowBtn button.btnSubmitCm {
            position: relative;
            width: 100%;
            height: 40px;
            border: none;
            background: #e7bc15;
            color: #fff;
            cursor: pointer;
        }

            .SendCM .rowBtn button.btnSubmitCm:hover {
                background: #ff8f52;
                color: #803106;
            }

            .SendCM .rowBtn button.btnSubmitCm:active {
                background: #b3480e;
                color: #fff;
            }

.ContentFormCM {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .ContentFormCM .boxInput {
        position: relative;
        width: calc((100% / 3) - 10px);
        margin: 0 0 15px;
    }

        .ContentFormCM .boxInput.full {
            position: relative;
            width: 100%;
        }

        .ContentFormCM .boxInput input, .ContentFormCM .boxInput textarea, .ContentFormCM .boxInput select {
            width: 100%;
        }

.videoProduct {
    position: relative;
    margin: 30px auto;
    width: 100%;
    max-width: 900px;
}

.h_iframe-aparat_embed_frame {
    position: relative;
}

    .h_iframe-aparat_embed_frame .ratio {
        display: block;
        width: 100%;
        height: auto;
    }

    .h_iframe-aparat_embed_frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

.videoProduct iframe {
    border: none;
}

.boxVideo {
    position: relative;
    width: 100%;
    padding: 40px 0;
}

    .boxVideo .videoProduct {
        max-width: 900px;
        margin: auto;
    }

.flexDir {
    flex-direction: column;
}
/* ----------------- Show Comments ----------------- */
.BookingBoxFrameContent .form .dateTimeBox {
    position: relative;
    width: 100%;
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.itemProdLarge .rowBtn {
    display: flex;
}

    .itemProdLarge .rowBtn a {
        padding: 0 15px;
        white-space: nowrap;
    }

        .itemProdLarge .rowBtn a.ViewMoreCar {
            position: relative;
            width: 100%;
            height: 60px;
            border: 1px solid #40c000;
            border-radius: 6px;
            background: #40c000;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 18px;
            font-weight: 100;
            margin: 10px;
            padding: 0 15px;
        }

            .itemProdLarge .rowBtn a.ViewMoreCar:hover {
                background: transparent;
                color: #fff;
            }

/* New Css */
/* Dashboard   */

.dashboardBox {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 40px;
    padding-bottom: 80px;
}

    .dashboardBox .itemcard.themeCard1 {
        position: relative;
        width: 100%;
        padding: 20px;
        background: #383838;
        display: flex;
        grid-gap: 10px;
        align-items: center;
    }

        .dashboardBox .itemcard.themeCard1:hover {
            background: #4a4a4a;
        }

        .dashboardBox .itemcard.themeCard1 i.icon {
            position: relative;
            width: 100px;
            height: 100px;
            display: flex;
            background: no-repeat center / 100%;
            filter: brightness(1.8);
        }

            .dashboardBox .itemcard.themeCard1 i.icon:before {
                position: absolute;
                left: 100%;
                width: 0;
                height: 80%;
                top: 0;
                bottom: 0;
                display: flex;
                border-right: 2px dashed #747474;
                content: '';
                margin: auto;
            }

        .dashboardBox .itemcard.themeCard1 .content {
            font-size: 26px;
            font-weight: 600 !important;
            padding: 20px;
        }

            .dashboardBox .itemcard.themeCard1 .content strong {
                color: #dc0000;
            }

            .dashboardBox .itemcard.themeCard1 .content span {
                color: #c1c1c1;
                font-weight: 600 !important;
            }

section.section2 {
    position: relative;
    width: 100%;
    padding: 60px 0 40px;
}

.rowBtn {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
}

    .rowBtn.center {
        justify-content: center;
    }





.ArchivedAdsBox {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}

.itemAdsSmall {
    position: relative;
    width: 100%;
    padding: 10px;
    border-bottom: 2px solid #e3e3e3;
    border-radius: 8px;
}

    .itemAdsSmall .MainContentItemAds {
        position: relative;
        width: 100%;
        display: flex;
        grid-gap: 70px;
    }

        .itemAdsSmall .MainContentItemAds span.pic {
            position: relative;
            width: 180px;
            height: 180px;
            overflow: hidden;
            border-radius: 8px;
        }

            .itemAdsSmall .MainContentItemAds span.pic i.bg {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: no-repeat center / cover;
                transition: all 0.5s;
                /* transform: scale(1.2) rotate(5deg); */
                background-color: #2c2c2c;
            }

    .itemAdsSmall:hover .MainContentItemAds span.pic i.bg {
        transform: scale(1.2) rotate(5deg);
    }

    .itemAdsSmall .MainContentItemAds .content {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(100% - 250px);
    }

    .itemAdsSmall .top h3.title {
        position: relative;
        width: 100%;
        font-size: 21px;
        font-weight: 600;
        min-height: 55px;
        max-height: 55px;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        display: flex;
        align-items: center;
    }

    .itemAdsSmall .top span.CatItemAds {
        display: flex;
    }

        .itemAdsSmall .top span.CatItemAds a {
            font-size: 18px;
            font-weight: 400;
            color: #9f9f9f;
        }

    .itemAdsSmall .down {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        color: #fff;
        font-size: 18px;
    }

.PriceLocation, .Price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .PriceLocation span.location {
        font-size: 24px;
        color: #c9c8c6;
    }

    .PriceLocation span.price {
        font-size: 20px;
        color: #a3a3a3;
        align-items: center;
        display: flex;
        font-weight: 300;
    }

.itemAdsSmall .down span.price {
    font-size: 22px;
    color: #ed1a2f;
    font-weight: 700;
}

.itemAdsSmall .down span.date {
    color: #6e6e6e;
    font-size: 16px;
    letter-spacing: 2px;
}

.PriceLocation span.price.real:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #a3a3a3;
    margin: auto;
}

.PriceDate span.price.discount {
    color: #ff0000;
    font-weight: 700;
    font-size: 24px;
}

.PriceDate span.Date {
    font-weight: 600;
    font-size: 14px;
}

.itemAdsSmall .hoverBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #121212;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0px 0px 15px -8px rgb(0 0 0 / 50%);
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    grid-gap: 5px;
}

.itemAdsSmall:hover .hoverBox {
    opacity: 1;
    pointer-events: auto;
}

.itemAdsSmall .hoverBox a {
    position: relative;
    /* width: 50px; */
    height: 50px;
    background: no-repeat center / 100%;
    display: flex;
    align-items: center;
    grid-gap: 0px;
    font-weight: 600;
    font-size: 18px;
    color: #979797;
}

    .itemAdsSmall .hoverBox a:before {
        position: relative;
        width: 50px;
        height: 50px;
        content: '';
        display: block;
        background: no-repeat center / 100%;
    }

    .itemAdsSmall .hoverBox a:hover {
        filter: hue-rotate(145deg) brightness(1.4);
    }

    .itemAdsSmall .hoverBox a.active:before {
        background-image: url(../img/icons/bell-1.png);
    }

    .itemAdsSmall .hoverBox a.remove:before {
        background-image: url(../img/icons/remove.png);
    }

    .itemAdsSmall .hoverBox a.view:before {
        background-image: url(../img/icons/view.png);
    }

    .itemAdsSmall .hoverBox a.promote:before {
        background-image: url(../img/icons/promote.png);
    }

    .itemAdsSmall .hoverBox a.hearth:before {
        background-image: url(../img/icons/hearth.png);
    }
/* Dashboard   */
.nothing {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

section.bookingSec.mt100 {
    padding-top: 160px !important;
}

.boxInput span.text-danger {
    position: absolute;
    left: calc(100% + 10px);
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: red !important;
}

.checkboxs label.lblinput span {
    position: relative;
}

    .checkboxs label.lblinput span span.info {
        position: absolute !important;
        left: calc(100% + 10px);
    }

        .checkboxs label.lblinput span span.info i.icon {
            position: relative;
            width: 20px;
            height: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            color: #fff;
            font-style: normal;
            background: #353535;
            border-radius: 100%;
            border: 1px solid #353535;
            z-index: 2;
            transition: all 0.2s;
        }

        .checkboxs label.lblinput span span.info:hover i.icon {
            border-color: red !important;
        }

        .checkboxs label.lblinput span span.info span.infoBox {
            position: absolute;
            left: 5px;
            bottom: 5px;
            padding: 10px;
            background: #353535;
            border: 1px solid red;
            border-radius: 6px;
            font-size: 12px !important;
            font-weight: 100 !important;
            width: 300px;
            z-index: 1;
            transition: all 0.2s;
            transform-origin: left bottom;
            transform: scale(0);
            opacity: 0;
        }

        .checkboxs label.lblinput span span.info:hover span.infoBox {
            transform: scale(1);
            opacity: 1;
        }

        .checkboxs label.lblinput span span.info span.infoBox strong.titleInfo {
            font-size: 20px;
            font-weight: 400;
            color: #fff;
        }

        .checkboxs label.lblinput span span.info span.infoBox span.caption {
            position: relative;
            font-size: 14px;
            color: #fff;
            font-weight: 100;
        }

.inMobile {
    display: none !important;
}

.RegisterBoxFrameContent .col1,
.BookingBoxFrameContent .col1 {
    z-index: 1001;
}

.RegisterBoxFrameContent .col2:before, .BookingBoxFrameContent .col2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #1d1d1d url(../img/loading.gif) no-repeat center / 60px;
    z-index: 100;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
}

body.loadingForm .RegisterBoxFrameContent .col2:before, body.loadingForm .BookingBoxFrameContent .col2:before {
    opacity: 1;
    pointer-events: auto;
}
