:root {
    --primary: #4CAF50 !important;
    --primary-hover: hsla(122, 39.4%, 49.2%, 0.80) !important;
    --ast-global-color-0: #4CAF50 !important;
    --ast-global-color-1: #4CAF50 !important;
}

body {
    font-family: poppins;
    position: relative;
}

.ast-site-title-wrap {
    display: none;
}

.site-logo-img img {
    width: 137px;
}

.current-menu-item a {
    color: #4CAF50 !important;
}

.ast-builder-menu-1 .menu-item:not(.menu_button)>.menu-link {
    color: #000;
    text-decoration: none;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    font-weight: 500;
    padding: 0 6px;
    text-transform: capitalize;
    position: relative;
    display: block;
    transition: all 0.3s ease-in-out;
}

.ast-builder-menu-1 .menu-item:not(.menu_button)>.menu-link:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 50%;
    right: 50%;
    background: var(--primary);
    display: block;
    width: 0;
    height: 1px;
    transition: all 0.3s ease-in-out;
}

.ast-builder-menu-1 .menu-item:not(.menu_button)>.menu-link:hover {
    color: #4CAF50 !important;
}

.ast-builder-menu-1 .menu-item:not(.menu_button):hover>a.menu-link:before {
    max-width: 200px;
    width: 100%;
    left: 0%;
    right: 0%;
    color: var(--primary);
}

.menu_button {
    background: var(--primary);
    height: 35px;
    margin-right: 8px;
    position: relative;
    top: 3px;
    border-radius: 5px;
}

.menu_button a {
    color: #fff !important;
}

.menu_button:hover {
    filter: opacity(0.80);
}

.menu_button.last_menu {
    margin-right: 0;
}

.menu_login_btn {
    margin-left: 10px;
}

.menu_login_btn a:before {
    content: "\f2f6";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-right: 6px;
}

.menu_call_btn a:before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.home-banner-h1 h1 {
    line-height: 1.2 !important;
    font-size: 2.2rem !important;
}

.home-hero-section {
    position: relative;
}

.home-hero-section .home-hero-section-buttons {
    position: absolute;
    left: -36%;
    bottom: 150px;
}

.home-self-drive-btn a span {
    position: relative;
    left: 3px;
    text-align: center;
}

.home-services-btn a span {
    position: relative;
    left: 5px;
    text-align: center;
}

.home-self-drive-btn a:before {
    content: "\f1b9";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-right: 6px;
    position: absolute;
    left: 22px;
    top: 19px;
}

.home-self-drive-btn a:hover {
    background: transparent !important;
    color: #000 !important;
    border: 2px solid #000 !important;
    transition: ease-in-out 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.home-services-btn a:before {
    content: "\f7d9";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-right: 4px;
    position: absolute;
    left: 22px;
    top: 19px;
}

.home-services-btn a:hover {
    background: #4CAF50 !important;
    color: #fff !important;
    border: 2px solid #4CAF50 !important;
    transition: ease-in-out 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

footer {
    background-color: #36454F;
    color: #cbd5db !important;
}

footer a {
    color: #cbd5db !important;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"],
.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    background-color: unset;
    border-top-color: unset;
    border-top-width: unset;
    border-style: unset;
}

.ast-footer-copyright {
    color: #cbd5db;
}

.footer-logo-image {
    height: 70px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}

footer aside {
    display: inline-block !important;
    vertical-align: top !important;
    width: 100% !important;
}

footer aside>section {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 3% !important;
}

footer aside>section:last-child {
    margin-right: 0 !important;
}

footer aside>section .widget-title {
    color: #fff;
}

footer aside .widget_nav_menu ul {
    padding: 0;
    margin: 0;
}

footer aside .widget_nav_menu li {
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    padding: 10px 0;
}

footer aside .widget_nav_menu li:last-child {
    border-bottom: none;
}

.footer-about {
    font-size: 18px;
    line-height: 1.8;
}

.footer-contact-box li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.footer-contact-box i {
    margin-right: 4px;
}

footer aside .footer-map-icon,
footer aside .footer_phone_icon {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 600;
}

.menu-important-links-container li:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-right: 6px;
    font-size: 12px;
    position: relative;
    top: -2px;
}

h4.subtitle {
    color: var(--primary);
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.214285em;
    letter-spacing: 2px;
    margin: 0px 0px 10px 0px;
}

h2.title {
    margin: 0px 0px 20px 0px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 1px;
}

.content_inner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.content_inner ul {
    margin: 0;
    padding: 0;
}

.content_inner ul li {
    list-style: none;
}

.content_inner span.globe-africa {
    content: "\f57c";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    margin-right: 6px;
    font-size: 12px;
}

body.home #ast-desktop-header {
    background: transparent;
}

body #ast-desktop-header {
    background: #e9f4e5;
}

.search-archive-top {
    padding-bottom: 30px;
}

.search-archive-top .search-form-wrapper ._title {
    display: none;
}

.search-archive-top .search-form__advanced {
    position: relative;
    display: block;
}

/*Check Out*/
.payment-form__title {
    color: #212a30;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
}

.payment-form .check-payment {
    display: inline-block;
    position: relative;
}

.payment-form .check-payment:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f111";
    visibility: visible;
    font-size: 18px;
    color: var(--primary);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.payment-form .check-payment.active:before {
    content: "\f058";
    font-weight: 900;
    color: var(--primary);
}

.payment-form .check-payment input {
    display: none;
}

.payment-form label {
    cursor: pointer;
}

.payment-form .payment-title {
    min-width: 150px;
    display: inline-block;
    font-weight: 600;
}

.payment-form .payment-image {
    max-height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.payment-form .card {
    margin-bottom: 30px;
    display: none;
}

.cab-search-top-section .elementor-button {
    width: 70% !important;
}

.search-form-wrapper ._title {
    text-align: center;
    font-size: 3rem;
    color: #fff;
    margin-bottom: 40px;
}

.search-form-wrapper .car-search-form .search-form {
    position: relative;
}

.search-form-wrapper .car-search-form .search-form__basic {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(25, 32, 36, 0.12),
        0 2px 4px 0 rgba(25, 32, 36, 0.22);
    padding: 10px 20px;
    position: relative;
    justify-content: space-between;
    margin-bottom: 25px;
}

.search-form-wrapper .car-search-form .search-form__advanced {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    display: none;
    box-shadow: 0 0 2px 0 rgba(25, 32, 36, 0.12),
        0 2px 4px 0 rgba(25, 32, 36, 0.22);
}

.search-form-wrapper .car-search-form .search-form__advanced .irs {
    max-width: 300px;
}

.search-form-wrapper .car-search-form .search-form__label {
    font-weight: 600;
    padding-bottom: 10px;
}

.search-form-wrapper .car-search-form .search-form__address,
.search-form-wrapper .car-search-form .search-form__from,
.search-form-wrapper .car-search-form .search-form__to {
    height: 60px;
    display: flex;
    align-items: center;
}

.search-form-wrapper .car-search-form .search-form__address i,
.search-form-wrapper .car-search-form .search-form__from i,
.search-form-wrapper .car-search-form .search-form__to i {
    font-size: 22px;
    margin-right: 8px;
    color: #36454F;
}

.search-form-wrapper .car-search-form .search-form__address {
    flex: 1 1 30%;
    border-right: 1px solid #dee2e6;
    position: relative;
}

.search-form-wrapper .car-search-form .search-form__address input {
    width: 100%;
    outline: 0 !important;
    border: 0;
}

.search-form-wrapper .car-search-form .search-form__address input::placeholder {
    color: #212a30;
}

.search-form-wrapper .car-search-form .search-form__address .form-control {
    padding: 0;
    position: absolute;
    left: 0;
    background: transparent;
}

.search-form-wrapper .car-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder {
    box-shadow: none;
    height: 100%;
    width: 100%;
    background: transparent;
}

.search-form-wrapper .car-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon {
    display: none;
}

.search-form-wrapper .car-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon.mapboxgl-ctrl-geocoder--icon-loading {
    top: 50%;
    margin-top: -12px;
}

.search-form-wrapper .car-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
    height: 100%;
    padding-left: 65px;
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .car-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .suggestions-wrapper {
    overflow: visible !important;
}

.search-form-wrapper .car-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .suggestions-wrapper .suggestions {
    top: calc(100% + 10px);
    border-radius: 0;
    overflow: visible !important;
}

.search-form-wrapper .car-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .suggestions-wrapper .suggestions:before {
    content: "";
    display: block !important;
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 5px;
    z-index: 9999;
    border: 5px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.search-form-wrapper .car-search-form .search-form__from-wrapper {
    flex: 1;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    background-color: #f0f3f5;
    border-radius: 8px;
    padding: 0px 20px;
    padding-bottom: 15px;
    margin: 0 5px;
}

.search-form-wrapper .car-search-form .search-form__from {
    position: relative;
    flex: 1 1 70%;
    cursor: pointer;

}

.search-form-wrapper .car-search-form .search-form__stime {
    flex: 1 1 30%;
    cursor: pointer;
    border-left: 1px solid #dee2e6;
}

.search-form-wrapper .car-search-form .search-form__stime select {
    background-color: #f0f3f5;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0 12px 0 8px;
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .car-search-form .search-form__to-wrapper {
    flex: 1;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 0px 20px;
    padding-bottom: 15px;
    border-radius: 8px;
    background-color: #f0f3f5;

    margin: 0 5px;
}

.search-form-wrapper .car-search-form .search-form__to {
    flex: 1 1 70%;
    cursor: pointer;
}

.search-form-wrapper .car-search-form .search-form__etime {
    flex: 1 1 30%;
    cursor: pointer;
    border-left: 1px solid #dee2e6;
}

.search-form-wrapper .car-search-form .search-form__etime select {
    background-color: #f0f3f5;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0 12px 0 8px;
    font-weight: 450;
    font-size: 16px;
}




.search-form-wrapper .car-search-form .search-form__from .check-in-render,
.search-form-wrapper .car-search-form .search-form__from .check-out-render,
.search-form-wrapper .car-search-form .search-form__to .check-in-render,
.search-form-wrapper .car-search-form .search-form__to .check-out-render,
.search-form-wrapper .car-search-form .search-form__from .check-in-time-render,
.search-form-wrapper .car-search-form .search-form__to .check-out-time-render {
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .car-search-form .search-form__more {
    border-radius: 0;
    height: 60px;
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.search-form-wrapper .car-search-form .search-form__more i {
    font-size: 22px;
}

.search-form-wrapper .car-search-form .search-form__more:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    border-right-color: rgba(255, 255, 255, 0.3);
}

.search-form-wrapper .car-search-form .search-form__more:focus {
    outline: none !important;
}

.search-form-wrapper .car-search-form .search-form__search {
    align-items: center;
    border-radius: 20px;
    margin: 0 5px;
    width: 40%;
    border: 3px solid #36454F;
    font-size: 22px;
    color: #36454F;
}

.search-form-wrapper .car-search-form .search-form__search:hover {
    background: #36454F;
    border: 3px solid #cbd5db;
    color: #cbd5db;
}

.search-form-wrapper .car-search-form .search-form__search i {
    font-size: 22px;
    margin-right: 8px;
}

.search-form-wrapper .car-search-form .search-form .input-hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}

.search-form-wrapper .apartment-search-form .search-form {
    position: relative;
}

.search-form-wrapper .apartment-search-form .search-form__basic {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(25, 32, 36, 0.12),
        0 2px 4px 0 rgba(25, 32, 36, 0.22);
}

.search-form-wrapper .apartment-search-form .search-form__advanced {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    display: none;
    box-shadow: 0 0 2px 0 rgba(25, 32, 36, 0.12),
        0 2px 4px 0 rgba(25, 32, 36, 0.22);
}

.search-form-wrapper .apartment-search-form .search-form__advanced .irs {
    max-width: 300px;
}

.search-form-wrapper .apartment-search-form .search-form__label {
    font-weight: 600;
    padding-bottom: 10px;
}

.search-form-wrapper .apartment-search-form .search-form__address,
.search-form-wrapper .apartment-search-form .search-form__from,
.search-form-wrapper .apartment-search-form .search-form__from-time,
.search-form-wrapper .apartment-search-form .search-form__to,
.search-form-wrapper .apartment-search-form .search-form__guest,
.search-form-wrapper .apartment-search-form .search-form__time {
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.search-form-wrapper .apartment-search-form .search-form__address i,
.search-form-wrapper .apartment-search-form .search-form__from i,
.search-form-wrapper .apartment-search-form .search-form__from-time i,
.search-form-wrapper .apartment-search-form .search-form__to i,
.search-form-wrapper .apartment-search-form .search-form__guest i,
.search-form-wrapper .apartment-search-form .search-form__time i {
    font-size: 22px;
    margin-right: 8px;
}

.search-form-wrapper .apartment-search-form .search-form__address {
    flex: 1 1 30%;
    border-right: 1px solid #dee2e6;
    position: relative;
}

.search-form-wrapper .apartment-search-form .search-form__address input {
    width: 100%;
    outline: 0 !important;
    border: 0;
}

.search-form-wrapper .apartment-search-form .search-form__address input::placeholder {
    color: #212a30;
}

.search-form-wrapper .apartment-search-form .search-form__address .form-control {
    padding: 0;
    position: absolute;
    left: 0;
    background: transparent;
}

.search-form-wrapper .apartment-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder {
    box-shadow: none;
    height: 100%;
    width: 100%;
    background: transparent;
}

.search-form-wrapper .apartment-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon {
    display: none;
}

.search-form-wrapper .apartment-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon.mapboxgl-ctrl-geocoder--icon-loading {
    top: 50%;
    margin-top: -12px;
}

.search-form-wrapper .apartment-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
    height: 100%;
    padding-left: 65px;
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .apartment-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .suggestions-wrapper {
    overflow: visible !important;
}

.search-form-wrapper .apartment-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .suggestions-wrapper .suggestions {
    top: calc(100% + 10px);
    border-radius: 0;
    overflow: visible !important;
}

.search-form-wrapper .apartment-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .suggestions-wrapper .suggestions:before {
    content: "";
    display: block !important;
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 5px;
    z-index: 9999;
    border: 5px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.search-form-wrapper .apartment-search-form .search-form__from {
    position: relative;
    border-right: 1px solid #ced4da;
    flex: 1 1 30%;
    cursor: pointer;
}

.search-form-wrapper .apartment-search-form .search-form__from-time {
    position: relative;
    border-right: 1px solid #ced4da;
    flex: 1 1 30%;
    cursor: pointer;
}

.search-form-wrapper .apartment-search-form .search-form__to {
    flex: 1 1 30%;
    cursor: pointer;
    border-right: 1px solid #ced4da;
}

.search-form-wrapper .apartment-search-form .search-form__guest,
.search-form-wrapper .apartment-search-form .search-form__time {
    position: relative;
    flex: 1 1 30%;
    cursor: pointer;
}

.search-form-wrapper .apartment-search-form .search-form__time {
    border-right: 1px solid #ced4da;
}

.search-form-wrapper .apartment-search-form .search-form__time select {
    min-width: 105px;
}

.search-form-wrapper .apartment-search-form .search-form__time select option:disabled {
    color: #dfdfdf;
}

.search-form-wrapper .apartment-search-form .search-form__from .check-in-render,
.search-form-wrapper .apartment-search-form .search-form__from .check-out-render,
.search-form-wrapper .apartment-search-form .search-form__to .check-in-render,
.search-form-wrapper .apartment-search-form .search-form__to .check-out-render {
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .apartment-search-form .search-form__from-time .check-in-time-render {
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .apartment-search-form .search-form__guest,
.search-form-wrapper .apartment-search-form .search-form__time {
    padding-left: 0;
}

.search-form-wrapper .apartment-search-form .search-form__guest .dropdown,
.search-form-wrapper .apartment-search-form .search-form__time .dropdown {
    width: 100%;
    height: 100%;
}

.search-form-wrapper .apartment-search-form .search-form__guest .dropdown .dropdown-toggle,
.search-form-wrapper .apartment-search-form .search-form__time .dropdown .dropdown-toggle {
    padding-left: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.search-form-wrapper .apartment-search-form .search-form__guest .dropdown .dropdown-toggle:after,
.search-form-wrapper .apartment-search-form .search-form__time .dropdown .dropdown-toggle:after {
    display: none;
}

.search-form-wrapper .apartment-search-form .search-form__guest .dropdown .dropdown-menu,
.search-form-wrapper .apartment-search-form .search-form__time .dropdown .dropdown-menu {
    margin-top: 10px !important;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    padding: 15px;
}

.search-form-wrapper .apartment-search-form .search-form__guest .dropdown .dropdown-menu:before,
.search-form-wrapper .apartment-search-form .search-form__time .dropdown .dropdown-menu:before {
    position: absolute;
    content: "" !important;
    display: block !important;
    transform: rotate(45deg);
    top: -5px;
    left: 5px;
    z-index: 9999;
    border: 5px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.search-form-wrapper .apartment-search-form .search-form__guest .dropdown .dropdown-menu .item:not(:last-child),
.search-form-wrapper .apartment-search-form .search-form__time .dropdown .dropdown-menu .item:not(:last-child) {
    margin-bottom: 12px;
}

.search-form-wrapper .apartment-search-form .search-form__guest .guest-render,
.search-form-wrapper .apartment-search-form .search-form__guest .time-render,
.search-form-wrapper .apartment-search-form .search-form__time .guest-render,
.search-form-wrapper .apartment-search-form .search-form__time .time-render {
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .apartment-search-form .search-form__more {
    border-radius: 0;
    height: 60px;
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.search-form-wrapper .apartment-search-form .search-form__more i {
    font-size: 22px;
}

.search-form-wrapper .apartment-search-form .search-form__more:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    border-right-color: rgba(255, 255, 255, 0.3);
}

.search-form-wrapper .apartment-search-form .search-form__more:focus {
    outline: none !important;
}

.search-form-wrapper .apartment-search-form .search-form__search {
    display: flex;
    align-items: center;
    border-radius: 0;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
}

.search-form-wrapper .apartment-search-form .search-form__search i {
    font-size: 22px;
    margin-right: 8px;
}

.search-form-wrapper .apartment-search-form .search-form .input-hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}

.search-form-wrapper .tour-search-form .search-form {
    position: relative;
}

.search-form-wrapper .tour-search-form .search-form__basic {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(25, 32, 36, 0.12),
        0 2px 4px 0 rgba(25, 32, 36, 0.22);
}

.search-form-wrapper .tour-search-form .search-form__advanced {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    display: none;
    box-shadow: 0 0 2px 0 rgba(25, 32, 36, 0.12),
        0 2px 4px 0 rgba(25, 32, 36, 0.22);
}

.search-form-wrapper .tour-search-form .search-form__advanced .irs {
    max-width: 300px;
}

.search-form-wrapper .tour-search-form .search-form__label {
    font-weight: 600;
    padding-bottom: 10px;
}

.search-form-wrapper .tour-search-form .search-form__address,
.search-form-wrapper .tour-search-form .search-form__from,
.search-form-wrapper .tour-search-form .search-form__from-time,
.search-form-wrapper .tour-search-form .search-form__to,
.search-form-wrapper .tour-search-form .search-form__guest,
.search-form-wrapper .tour-search-form .search-form__time {
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.search-form-wrapper .tour-search-form .search-form__address i,
.search-form-wrapper .tour-search-form .search-form__from i,
.search-form-wrapper .tour-search-form .search-form__from-time i,
.search-form-wrapper .tour-search-form .search-form__to i,
.search-form-wrapper .tour-search-form .search-form__guest i,
.search-form-wrapper .tour-search-form .search-form__time i {
    font-size: 22px;
    margin-right: 8px;
}

.search-form-wrapper .tour-search-form .search-form__address {
    flex: 1 1 30%;
    border-right: 1px solid #dee2e6;
    position: relative;
}

.search-form-wrapper .tour-search-form .search-form__address input {
    width: 100%;
    outline: 0 !important;
    border: 0;
}

.search-form-wrapper .tour-search-form .search-form__address input::placeholder {
    color: #212a30;
}

.search-form-wrapper .tour-search-form .search-form__address .form-control {
    padding: 0;
    position: absolute;
    left: 0;
    background: transparent;
}

.search-form-wrapper .tour-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder {
    box-shadow: none;
    height: 100%;
    width: 100%;
    background: transparent;
}

.search-form-wrapper .tour-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon {
    display: none;
}

.search-form-wrapper .tour-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon.mapboxgl-ctrl-geocoder--icon-loading {
    top: 50%;
    margin-top: -12px;
}

.search-form-wrapper .tour-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
    height: 100%;
    padding-left: 65px;
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .tour-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .suggestions-wrapper {
    overflow: visible !important;
}

.search-form-wrapper .tour-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .suggestions-wrapper .suggestions {
    top: calc(100% + 10px);
    border-radius: 0;
    overflow: visible !important;
}

.search-form-wrapper .tour-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .suggestions-wrapper .suggestions:before {
    content: "";
    display: block !important;
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 5px;
    z-index: 9999;
    border: 5px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.search-form-wrapper .tour-search-form .search-form__from {
    position: relative;
    border-right: 1px solid #ced4da;
    flex: 1 1 30%;
    cursor: pointer;
}

.search-form-wrapper .tour-search-form .search-form__from-time {
    position: relative;
    border-right: 1px solid #ced4da;
    flex: 1 1 30%;
    cursor: pointer;
}

.search-form-wrapper .tour-search-form .search-form__to {
    flex: 1 1 30%;
    cursor: pointer;
    border-right: 1px solid #ced4da;
}

.search-form-wrapper .tour-search-form .search-form__guest,
.search-form-wrapper .tour-search-form .search-form__time {
    position: relative;
    flex: 1 1 30%;
    cursor: pointer;
}

.search-form-wrapper .tour-search-form .search-form__time {
    border-right: 1px solid #ced4da;
}

.search-form-wrapper .tour-search-form .search-form__time select {
    min-width: 105px;
}

.search-form-wrapper .tour-search-form .search-form__time select option:disabled {
    color: #dfdfdf;
}

.search-form-wrapper .tour-search-form .search-form__from .check-in-render,
.search-form-wrapper .tour-search-form .search-form__from .check-out-render,
.search-form-wrapper .tour-search-form .search-form__to .check-in-render,
.search-form-wrapper .tour-search-form .search-form__to .check-out-render {
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .tour-search-form .search-form__from-time .check-in-time-render {
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .tour-search-form .search-form__guest,
.search-form-wrapper .tour-search-form .search-form__time {
    padding-left: 0;
}

.search-form-wrapper .tour-search-form .search-form__guest .dropdown,
.search-form-wrapper .tour-search-form .search-form__time .dropdown {
    width: 100%;
    height: 100%;
}

.search-form-wrapper .tour-search-form .search-form__guest .dropdown .dropdown-toggle,
.search-form-wrapper .tour-search-form .search-form__time .dropdown .dropdown-toggle {
    padding-left: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.search-form-wrapper .tour-search-form .search-form__guest .dropdown .dropdown-toggle:after,
.search-form-wrapper .tour-search-form .search-form__time .dropdown .dropdown-toggle:after {
    display: none;
}

.search-form-wrapper .tour-search-form .search-form__guest .dropdown .dropdown-menu,
.search-form-wrapper .tour-search-form .search-form__time .dropdown .dropdown-menu {
    margin-top: 10px !important;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    padding: 15px;
}

.search-form-wrapper .tour-search-form .search-form__guest .dropdown .dropdown-menu:before,
.search-form-wrapper .tour-search-form .search-form__time .dropdown .dropdown-menu:before {
    position: absolute;
    content: "" !important;
    display: block !important;
    transform: rotate(45deg);
    top: -5px;
    left: 5px;
    z-index: 9999;
    border: 5px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.search-form-wrapper .tour-search-form .search-form__guest .dropdown .dropdown-menu .item:not(:last-child),
.search-form-wrapper .tour-search-form .search-form__time .dropdown .dropdown-menu .item:not(:last-child) {
    margin-bottom: 12px;
}

.search-form-wrapper .tour-search-form .search-form__guest .guest-render,
.search-form-wrapper .tour-search-form .search-form__guest .time-render,
.search-form-wrapper .tour-search-form .search-form__time .guest-render,
.search-form-wrapper .tour-search-form .search-form__time .time-render {
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .tour-search-form .search-form__more {
    border-radius: 0;
    height: 60px;
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.search-form-wrapper .tour-search-form .search-form__more i {
    font-size: 22px;
}

.search-form-wrapper .tour-search-form .search-form__more:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    border-right-color: rgba(255, 255, 255, 0.3);
}

.search-form-wrapper .tour-search-form .search-form__more:focus {
    outline: none !important;
}

.search-form-wrapper .tour-search-form .search-form__search {
    display: flex;
    align-items: center;
    border-radius: 0;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
}

.search-form-wrapper .tour-search-form .search-form__search i {
    font-size: 22px;
    margin-right: 8px;
}

.search-form-wrapper .tour-search-form .search-form .input-hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}

.search-form-wrapper .space-search-form .search-form {
    position: relative;
}

.search-form-wrapper .space-search-form .search-form__basic {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(25, 32, 36, 0.12),
        0 2px 4px 0 rgba(25, 32, 36, 0.22);
}

.search-form-wrapper .space-search-form .search-form__advanced {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    display: none;
    box-shadow: 0 0 2px 0 rgba(25, 32, 36, 0.12),
        0 2px 4px 0 rgba(25, 32, 36, 0.22);
}

.search-form-wrapper .space-search-form .search-form__advanced .irs {
    max-width: 300px;
}

.search-form-wrapper .space-search-form .search-form__label {
    font-weight: 600;
    padding-bottom: 10px;
}

.search-form-wrapper .space-search-form .search-form__address,
.search-form-wrapper .space-search-form .search-form__from,
.search-form-wrapper .space-search-form .search-form__from-time,
.search-form-wrapper .space-search-form .search-form__to,
.search-form-wrapper .space-search-form .search-form__guest,
.search-form-wrapper .space-search-form .search-form__time {
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.search-form-wrapper .space-search-form .search-form__address i,
.search-form-wrapper .space-search-form .search-form__from i,
.search-form-wrapper .space-search-form .search-form__from-time i,
.search-form-wrapper .space-search-form .search-form__to i,
.search-form-wrapper .space-search-form .search-form__guest i,
.search-form-wrapper .space-search-form .search-form__time i {
    font-size: 22px;
    margin-right: 8px;
}

.search-form-wrapper .space-search-form .search-form__address {
    flex: 1 1 30%;
    border-right: 1px solid #dee2e6;
    position: relative;
}

.search-form-wrapper .space-search-form .search-form__address input {
    width: 100%;
    outline: 0 !important;
    border: 0;
}

.search-form-wrapper .space-search-form .search-form__address input::placeholder {
    color: #212a30;
}

.search-form-wrapper .space-search-form .search-form__address .form-control {
    padding: 0;
    position: absolute;
    left: 0;
    background: transparent;
}

.search-form-wrapper .space-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder {
    box-shadow: none;
    height: 100%;
    width: 100%;
    background: transparent;
}

.search-form-wrapper .space-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon {
    display: none;
}

.search-form-wrapper .space-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon.mapboxgl-ctrl-geocoder--icon-loading {
    top: 50%;
    margin-top: -12px;
}

.search-form-wrapper .space-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
    height: 100%;
    padding-left: 65px;
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .space-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .suggestions-wrapper {
    overflow: visible !important;
}

.search-form-wrapper .space-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .suggestions-wrapper .suggestions {
    top: calc(100% + 10px);
    border-radius: 0;
    overflow: visible !important;
}

.search-form-wrapper .space-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .suggestions-wrapper .suggestions:before {
    content: "";
    display: block !important;
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 5px;
    z-index: 9999;
    border: 5px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.search-form-wrapper .space-search-form .search-form__from {
    position: relative;
    border-right: 1px solid #ced4da;
    flex: 1 1 30%;
    cursor: pointer;
}

.search-form-wrapper .space-search-form .search-form__from-time {
    position: relative;
    border-right: 1px solid #ced4da;
    flex: 1 1 30%;
    cursor: pointer;
}

.search-form-wrapper .space-search-form .search-form__to {
    flex: 1 1 30%;
    cursor: pointer;
    border-right: 1px solid #ced4da;
}

.search-form-wrapper .space-search-form .search-form__guest,
.search-form-wrapper .space-search-form .search-form__time {
    position: relative;
    flex: 1 1 30%;
    cursor: pointer;
}

.search-form-wrapper .space-search-form .search-form__time {
    border-right: 1px solid #ced4da;
}

.search-form-wrapper .space-search-form .search-form__time select {
    min-width: 105px;
}

.search-form-wrapper .space-search-form .search-form__time select option:disabled {
    color: #dfdfdf;
}

.search-form-wrapper .space-search-form .search-form__from .check-in-render,
.search-form-wrapper .space-search-form .search-form__from .check-out-render,
.search-form-wrapper .space-search-form .search-form__to .check-in-render,
.search-form-wrapper .space-search-form .search-form__to .check-out-render {
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .space-search-form .search-form__from-time .check-in-time-render {
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .space-search-form .search-form__guest,
.search-form-wrapper .space-search-form .search-form__time {
    padding-left: 0;
}

.search-form-wrapper .space-search-form .search-form__guest .dropdown,
.search-form-wrapper .space-search-form .search-form__time .dropdown {
    width: 100%;
    height: 100%;
}

.search-form-wrapper .space-search-form .search-form__guest .dropdown .dropdown-toggle,
.search-form-wrapper .space-search-form .search-form__time .dropdown .dropdown-toggle {
    padding-left: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.search-form-wrapper .space-search-form .search-form__guest .dropdown .dropdown-toggle:after,
.search-form-wrapper .space-search-form .search-form__time .dropdown .dropdown-toggle:after {
    display: none;
}

.search-form-wrapper .space-search-form .search-form__guest .dropdown .dropdown-menu,
.search-form-wrapper .space-search-form .search-form__time .dropdown .dropdown-menu {
    margin-top: 10px !important;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    padding: 15px;
}

.search-form-wrapper .space-search-form .search-form__guest .dropdown .dropdown-menu:before,
.search-form-wrapper .space-search-form .search-form__time .dropdown .dropdown-menu:before {
    position: absolute;
    content: "" !important;
    display: block !important;
    transform: rotate(45deg);
    top: -5px;
    left: 5px;
    z-index: 9999;
    border: 5px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.search-form-wrapper .space-search-form .search-form__guest .dropdown .dropdown-menu .item:not(:last-child),
.search-form-wrapper .space-search-form .search-form__time .dropdown .dropdown-menu .item:not(:last-child) {
    margin-bottom: 12px;
}

.search-form-wrapper .space-search-form .search-form__guest .guest-render,
.search-form-wrapper .space-search-form .search-form__guest .time-render,
.search-form-wrapper .space-search-form .search-form__time .guest-render,
.search-form-wrapper .space-search-form .search-form__time .time-render {
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .space-search-form .search-form__more {
    border-radius: 0;
    height: 60px;
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.search-form-wrapper .space-search-form .search-form__more i {
    font-size: 22px;
}

.search-form-wrapper .space-search-form .search-form__more:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    border-right-color: rgba(255, 255, 255, 0.3);
}

.search-form-wrapper .space-search-form .search-form__more:focus {
    outline: none !important;
}

.search-form-wrapper .space-search-form .search-form__search {
    display: flex;
    align-items: center;
    border-radius: 0;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
}

.search-form-wrapper .space-search-form .search-form__search i {
    font-size: 22px;
    margin-right: 8px;
}

.search-form-wrapper .space-search-form .search-form .input-hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}

.search-form-wrapper .hotel-search-form .search-form {
    position: relative;
}

.search-form-wrapper .hotel-search-form .search-form__basic {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(25, 32, 36, 0.12),
        0 2px 4px 0 rgba(25, 32, 36, 0.22);
}

.search-form-wrapper .hotel-search-form .search-form__advanced {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    display: none;
    box-shadow: 0 0 2px 0 rgba(25, 32, 36, 0.12),
        0 2px 4px 0 rgba(25, 32, 36, 0.22);
}

.search-form-wrapper .hotel-search-form .search-form__advanced .irs {
    max-width: 300px;
}

.search-form-wrapper .hotel-search-form .search-form__label {
    font-weight: 600;
    padding-bottom: 10px;
}

.search-form-wrapper .hotel-search-form .search-form__address,
.search-form-wrapper .hotel-search-form .search-form__from,
.search-form-wrapper .hotel-search-form .search-form__to,
.search-form-wrapper .hotel-search-form .search-form__guest {
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.search-form-wrapper .hotel-search-form .search-form__address i,
.search-form-wrapper .hotel-search-form .search-form__from i,
.search-form-wrapper .hotel-search-form .search-form__to i,
.search-form-wrapper .hotel-search-form .search-form__guest i {
    font-size: 22px;
    margin-right: 8px;
}

.search-form-wrapper .hotel-search-form .search-form__address {
    flex: 1 1 30%;
    border-right: 1px solid #dee2e6;
    position: relative;
}

.search-form-wrapper .hotel-search-form .search-form__address input {
    width: 100%;
    outline: 0 !important;
    border: 0;
}

.search-form-wrapper .hotel-search-form .search-form__address input::placeholder {
    color: #212a30;
}

.search-form-wrapper .hotel-search-form .search-form__address .form-control {
    padding: 0;
    position: absolute;
    left: 0;
    background: transparent;
}

.search-form-wrapper .hotel-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder {
    box-shadow: none;
    height: 100%;
    width: 100%;
    background: transparent;
}

.search-form-wrapper .hotel-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon {
    display: none;
}

.search-form-wrapper .hotel-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon.mapboxgl-ctrl-geocoder--icon-loading {
    top: 50%;
    margin-top: -12px;
}

.search-form-wrapper .hotel-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
    height: 100%;
    padding-left: 65px;
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .hotel-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .suggestions-wrapper {
    overflow: visible !important;
}

.search-form-wrapper .hotel-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .suggestions-wrapper .suggestions {
    top: calc(100% + 10px);
    border-radius: 0;
    overflow: visible !important;
}

.search-form-wrapper .hotel-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .suggestions-wrapper .suggestions:before {
    content: "";
    display: block !important;
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 5px;
    z-index: 9999;
    border: 5px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.search-form-wrapper .hotel-search-form .search-form__from {
    position: relative;
    border-right: 1px solid #ced4da;
    flex: 1 1 30%;
    cursor: pointer;
}

.search-form-wrapper .hotel-search-form .search-form__from {
    position: relative;
    border-right: 1px solid #ced4da;
    flex: 1 1 30%;
    cursor: pointer;
}

.search-form-wrapper .hotel-search-form .search-form__to {
    flex: 1 1 30%;
    cursor: pointer;
    border-right: 1px solid #ced4da;
}


.search-form-wrapper .hotel-search-form .search-form__guest {
    position: relative;
    flex: 1 1 30%;
    cursor: pointer;
}

.search-form-wrapper .hotel-search-form .search-form__from .check-in-render,
.search-form-wrapper .hotel-search-form .search-form__from .check-out-render,
.search-form-wrapper .hotel-search-form .search-form__to .check-in-render,
.search-form-wrapper .hotel-search-form .search-form__to .check-out-render {
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .hotel-search-form .search-form__guest {
    padding-left: 0;
}

.search-form-wrapper .hotel-search-form .search-form__guest .dropdown {
    width: 100%;
    height: 100%;
}

.search-form-wrapper .hotel-search-form .search-form__guest .dropdown .dropdown-toggle {
    padding-left: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.search-form-wrapper .hotel-search-form .search-form__guest .dropdown .dropdown-toggle:after {
    display: none;
}

.search-form-wrapper .hotel-search-form .search-form__guest .dropdown .dropdown-menu {
    margin-top: 10px !important;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    padding: 15px;
}

.search-form-wrapper .hotel-search-form .search-form__guest .dropdown .dropdown-menu:before {
    position: absolute;
    content: "" !important;
    display: block !important;
    transform: rotate(45deg);
    top: -5px;
    left: 5px;
    z-index: 9999;
    border: 5px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.search-form-wrapper .hotel-search-form .search-form__guest .dropdown .dropdown-menu .item:not(:last-child) {
    margin-bottom: 12px;
}

.search-form-wrapper .hotel-search-form .search-form__guest .guest-render {
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .hotel-search-form .search-form__more {
    border-radius: 0;
    height: 60px;
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.search-form-wrapper .hotel-search-form .search-form__more i {
    font-size: 22px;
}

.search-form-wrapper .hotel-search-form .search-form__more:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    border-right-color: rgba(255, 255, 255, 0.3);
}

.search-form-wrapper .hotel-search-form .search-form__more:focus {
    outline: none !important;
}

.search-form-wrapper .hotel-search-form .search-form__search {
    display: flex;
    align-items: center;
    border-radius: 0;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
}

.search-form-wrapper .hotel-search-form .search-form__search i {
    font-size: 22px;
    margin-right: 8px;
}

.search-form-wrapper .hotel-search-form .search-form .input-hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}

.search-form-wrapper .beauty-search-form .search-form {
    position: relative;
}

.search-form-wrapper .beauty-search-form .search-form__basic {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(25, 32, 36, 0.12),
        0 2px 4px 0 rgba(25, 32, 36, 0.22);
}

@media (max-width: 767px) {
    .search-form-wrapper .beauty-search-form .search-form__basic {
        flex-wrap: wrap;
    }

    .search-form-wrapper .beauty-search-form .search-form__basic>* {
        flex: 1 1 100% !important;
    }
}

.search-form-wrapper .beauty-search-form .search-form__advanced {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    display: none;
    box-shadow: 0 0 2px 0 rgba(25, 32, 36, 0.12),
        0 2px 4px 0 rgba(25, 32, 36, 0.22);
}

.search-form-wrapper .beauty-search-form .search-form__advanced .irs {
    max-width: 300px;
}

.search-form-wrapper .beauty-search-form .search-form__label {
    font-weight: 600;
    padding-bottom: 10px;
}

.search-form-wrapper .beauty-search-form .search-form__address,
.search-form-wrapper .beauty-search-form .search-form__from-time,
.search-form-wrapper .beauty-search-form .search-form__select {
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.search-form-wrapper .beauty-search-form .search-form__address i,
.search-form-wrapper .beauty-search-form .search-form__from-time i,
.search-form-wrapper .beauty-search-form .search-form__select i {
    font-size: 22px;
}

.search-form-wrapper .beauty-search-form .search-form__address {
    flex: 1 1 30%;
    border-right: 1px solid #dee2e6;
    position: relative;
}

.search-form-wrapper .beauty-search-form .search-form__address i {
    margin-right: 8px;
}

.search-form-wrapper .beauty-search-form .search-form__address input {
    width: 100%;
    outline: 0 !important;
    border: 0;
}

.search-form-wrapper .beauty-search-form .search-form__address input::placeholder {
    color: #212a30;
}

.search-form-wrapper .beauty-search-form .search-form__address .form-control {
    padding: 0;
    position: absolute;
    left: 0;
    background: transparent;
}

.search-form-wrapper .beauty-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder {
    box-shadow: none;
    height: 100%;
    width: 100%;
    background: transparent;
}

.search-form-wrapper .beauty-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon {
    display: none;
}

.search-form-wrapper .beauty-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon.mapboxgl-ctrl-geocoder--icon-loading {
    top: 50%;
    margin-top: -12px;
}

.search-form-wrapper .beauty-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
    height: 100%;
    padding-left: 65px;
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .beauty-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .suggestions-wrapper {
    overflow: visible !important;
}

.search-form-wrapper .beauty-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .suggestions-wrapper .suggestions {
    top: calc(100% + 10px);
    border-radius: 0;
    overflow: visible !important;
}

.search-form-wrapper .beauty-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .suggestions-wrapper .suggestions:before {
    content: "";
    display: block !important;
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 5px;
    z-index: 9999;
    border: 5px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.search-form-wrapper .beauty-search-form .search-form__from-time {
    position: relative;
    border-right: 1px solid #ced4da;
    flex: 1 1 30%;
    cursor: pointer;
}

.search-form-wrapper .beauty-search-form .search-form__from-time i {
    margin-right: 8px;
}

.search-form-wrapper .beauty-search-form .search-form__from-time .check-in-time-render {
    font-weight: 450;
    font-size: 16px;
}

.search-form-wrapper .beauty-search-form .search-form__select {
    position: relative;
    border-right: 1px solid #ced4da;
    flex: 1 1 30%;
    cursor: pointer;
}

.search-form-wrapper .beauty-search-form .search-form__select .select2-container.mb-4 {
    margin-bottom: 0 !important;
}

.search-form-wrapper .beauty-search-form .search-form__select .select2-container .select2-selection--single .select2-selection__rendered {
    border: 0 !important;
}

.search-form-wrapper .beauty-search-form .search-form__select span.select2.select2-container.select2-container--default.select2-container--open .select2-selection--single {
    border: 0;
    box-shadow: unset;
}

.search-form-wrapper .beauty-search-form .search-form__select span.select2-selection__rendered {
    padding-left: 10px;
}

.search-form-wrapper .beauty-search-form .search-form__more {
    border-radius: 0;
    height: 60px;
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.search-form-wrapper .beauty-search-form .search-form__more i {
    font-size: 22px;
}

.search-form-wrapper .beauty-search-form .search-form__more:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    border-right-color: rgba(255, 255, 255, 0.3);
}

.search-form-wrapper .beauty-search-form .search-form__more:focus {
    outline: none !important;
}

.search-form-wrapper .beauty-search-form .search-form__search {
    display: flex;
    align-items: center;
    border-radius: 0;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
}

.search-form-wrapper .beauty-search-form .search-form__search i {
    font-size: 22px;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .search-form-wrapper .beauty-search-form .search-form__search {
        justify-content: center;
    }
}

.search-form-wrapper .beauty-search-form .search-form .input-hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}

.search-form-wrapper .nav-tabs {
    margin-bottom: 15px;
    border: none;
}

.search-form-wrapper .nav-tabs li {
    margin-right: 5px;
    margin-bottom: 5px;
}

.search-form-wrapper .nav-tabs li a {
    background: #fff;
    border-radius: 3px;
    border: none;
    font-weight: 450;
}

.search-form-wrapper .nav-tabs li a.active {
    background: var(--primary);
    color: #fff;
}

.search-form-wrapper .booking-type a {
    background: #fff;
    padding: 3px 10px;
    font-size: 13px;
    overflow: hidden;
    position: relative;
}

.search-form-wrapper .booking-type a:first-child {
    padding-left: 10px;
    padding-right: 4px;
}

.search-form-wrapper .booking-type a:first-child.active {
    background: var(--primary);
    padding-right: 16px;
    color: #fff;
}

.search-form-wrapper .booking-type a:first-child.active:after {
    content: "";
    display: block;
    position: absolute;
    height: calc(100% + 5px);
    width: 15px;
    background: #fff;
    top: -6px;
    right: -8px;
    transform: rotate(-25deg);
}

.search-form-wrapper .booking-type a:last-child {
    padding-left: 4px;
}

.search-form-wrapper .booking-type a:last-child.active {
    background: var(--primary);
    padding-left: 16px;
    color: #fff;
}

.search-form-wrapper .booking-type a:last-child.active:before {
    content: "";
    display: block;
    position: absolute;
    height: calc(100% + 5px);
    width: 15px;
    background: #fff;
    top: 0;
    left: -8px;
    transform: rotate(-25deg);
}

@media (max-width: 991px) {
    .search-form-wrapper {
        background: #fff;
        padding: 20px 0;
        border-radius: 8px;
        box-shadow: none;
        max-width: 450px;
    }

    .search-form-wrapper .nav-tabs {
        margin-bottom: 25px;
    }

    .search-form-wrapper .nav-tabs li a {
        background: #dfdfdf;
    }

    .search-form-wrapper .booking-type a {
        background: #dfdfdf;
    }

    .search-form-wrapper .booking-type a:first-child.active:after {
        background: #dfdfdf;
    }

    .search-form-wrapper .booking-type a:last-child.active:before {
        background: #dfdfdf;
    }

    .search-form-wrapper .apartment-search-form ._title {
        color: #333;
        font-weight: 500;
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 25px;
        text-align: left;
    }

    .search-form-wrapper .apartment-search-form .search-form__basic {
        display: block;
        box-shadow: none;
    }

    .search-form-wrapper .apartment-search-form .search-form__basic .input-hidden {
        float: left;
        position: relative;
        top: 73px;
    }

    .search-form-wrapper .apartment-search-form .search-form__address,
    .search-form-wrapper .apartment-search-form .search-form__from-time,
    .search-form-wrapper .apartment-search-form .search-form__time,
    .search-form-wrapper .apartment-search-form .search-form__from,
    .search-form-wrapper .apartment-search-form .search-form__to,
    .search-form-wrapper .apartment-search-form .search-form__guest {
        height: 50px;
        border: 1px solid #dfdfdf;
        border-radius: 3px;
        margin-top: 15px;
        padding-left: 15px;
    }

    .search-form-wrapper .apartment-search-form .search-form__address i {
        font-size: 18px;
    }

    .search-form-wrapper .apartment-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder {
        max-width: none;
    }

    .search-form-wrapper .apartment-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
        padding-left: 48px;
    }

    .search-form-wrapper .apartment-search-form .search-form__from i,
    .search-form-wrapper .apartment-search-form .search-form__to i,
    .search-form-wrapper .apartment-search-form .search-form__from-time i {
        margin-right: 14px;
    }

    .search-form-wrapper .apartment-search-form .search-form__from {
        width: 50%;
        float: left;
        margin-bottom: 20px;
        border-radius: 3px 0 0 3px;
        margin-top: 20px;
    }

    .search-form-wrapper .apartment-search-form .search-form__to {
        margin-top: 20px;
        width: 50%;
        float: left;
        margin-bottom: 20px;
        border-radius: 0 3px 3px 0;
        border-left: none;
    }

    .search-form-wrapper .apartment-search-form .search-form__from-time {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .search-form-wrapper .apartment-search-form .search-form__guest,
    .search-form-wrapper .apartment-search-form .search-form__time {
        padding-left: 0;
    }

    .search-form-wrapper .apartment-search-form .search-form__guest i,
    .search-form-wrapper .apartment-search-form .search-form__time i {
        font-size: 19px;
    }

    .search-form-wrapper .apartment-search-form .search-form__guest .dropdown .dropdown-toggle,
    .search-form-wrapper .apartment-search-form .search-form__time .dropdown .dropdown-toggle {
        padding-left: 15px;
    }

    .search-form-wrapper .apartment-search-form .search-form__time i {
        margin-right: 12px;
        font-size: 21px;
    }

    .search-form-wrapper .apartment-search-form .search-form__more {
        display: none;
    }

    .search-form-wrapper .apartment-search-form .search-form__search {
        width: 100%;
        text-align: center;
        height: 45px;
        border-radius: 3px;
        margin-top: 15px;
        display: block;
        font-size: 16px;
    }

    .search-form-wrapper .apartment-search-form .search-form__search i {
        display: none;
    }

    .search-form-wrapper .tour-search-form ._title {
        color: #333;
        font-weight: 500;
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 25px;
        text-align: left;
    }

    .search-form-wrapper .tour-search-form .search-form__basic {
        display: block;
        box-shadow: none;
    }

    .search-form-wrapper .tour-search-form .search-form__basic .input-hidden {
        float: left;
        position: relative;
        top: 73px;
    }

    .search-form-wrapper .tour-search-form .search-form__address,
    .search-form-wrapper .tour-search-form .search-form__from-time,
    .search-form-wrapper .tour-search-form .search-form__time,
    .search-form-wrapper .tour-search-form .search-form__from,
    .search-form-wrapper .tour-search-form .search-form__to,
    .search-form-wrapper .tour-search-form .search-form__guest {
        height: 50px;
        border: 1px solid #dfdfdf;
        border-radius: 3px;
        margin-top: 15px;
        padding-left: 15px;
    }

    .search-form-wrapper .tour-search-form .search-form__address i {
        font-size: 18px;
    }

    .search-form-wrapper .tour-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder {
        max-width: none;
    }

    .search-form-wrapper .tour-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
        padding-left: 48px;
    }

    .search-form-wrapper .tour-search-form .search-form__from i,
    .search-form-wrapper .tour-search-form .search-form__to i,
    .search-form-wrapper .tour-search-form .search-form__from-time i {
        margin-right: 14px;
    }

    .search-form-wrapper .tour-search-form .search-form__from {
        width: 50%;
        float: left;
        margin-bottom: 20px;
        border-radius: 3px 0 0 3px;
        margin-top: 20px;
    }

    .search-form-wrapper .tour-search-form .search-form__to {
        margin-top: 20px;
        width: 50%;
        float: left;
        margin-bottom: 20px;
        border-radius: 0 3px 3px 0;
        border-left: none;
    }

    .search-form-wrapper .tour-search-form .search-form__from-time {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .search-form-wrapper .tour-search-form .search-form__guest,
    .search-form-wrapper .tour-search-form .search-form__time {
        padding-left: 0;
    }

    .search-form-wrapper .tour-search-form .search-form__guest i,
    .search-form-wrapper .tour-search-form .search-form__time i {
        font-size: 19px;
    }

    .search-form-wrapper .tour-search-form .search-form__guest .dropdown .dropdown-toggle,
    .search-form-wrapper .tour-search-form .search-form__time .dropdown .dropdown-toggle {
        padding-left: 15px;
    }

    .search-form-wrapper .tour-search-form .search-form__time i {
        margin-right: 12px;
        font-size: 21px;
    }

    .search-form-wrapper .tour-search-form .search-form__more {
        display: none;
    }

    .search-form-wrapper .tour-search-form .search-form__search {
        width: 100%;
        text-align: center;
        height: 45px;
        border-radius: 3px;
        margin-top: 15px;
        display: block;
        font-size: 16px;
    }

    .search-form-wrapper .tour-search-form .search-form__search i {
        display: none;
    }

    .search-form-wrapper .space-search-form ._title {
        color: #333;
        font-weight: 500;
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 25px;
        text-align: left;
    }

    .search-form-wrapper .space-search-form .search-form__basic {
        display: block;
        box-shadow: none;
    }

    .search-form-wrapper .space-search-form .search-form__basic .input-hidden {
        float: left;
        position: relative;
        top: 73px;
    }

    .search-form-wrapper .space-search-form .search-form__address,
    .search-form-wrapper .space-search-form .search-form__from-time,
    .search-form-wrapper .space-search-form .search-form__time,
    .search-form-wrapper .space-search-form .search-form__from,
    .search-form-wrapper .space-search-form .search-form__to,
    .search-form-wrapper .space-search-form .search-form__guest {
        height: 50px;
        border: 1px solid #dfdfdf;
        border-radius: 3px;
        margin-top: 15px;
        padding-left: 15px;
    }

    .search-form-wrapper .space-search-form .search-form__address i {
        font-size: 18px;
    }

    .search-form-wrapper .space-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder {
        max-width: none;
    }

    .search-form-wrapper .space-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
        padding-left: 48px;
    }

    .search-form-wrapper .space-search-form .search-form__from i,
    .search-form-wrapper .space-search-form .search-form__to i,
    .search-form-wrapper .space-search-form .search-form__from-time i {
        margin-right: 14px;
    }

    .search-form-wrapper .space-search-form .search-form__from {
        width: 50%;
        float: left;
        margin-bottom: 20px;
        border-radius: 3px 0 0 3px;
        margin-top: 20px;
    }

    .search-form-wrapper .space-search-form .search-form__to {
        margin-top: 20px;
        width: 50%;
        float: left;
        margin-bottom: 20px;
        border-radius: 0 3px 3px 0;
        border-left: none;
    }

    .search-form-wrapper .space-search-form .search-form__from-time {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .search-form-wrapper .space-search-form .search-form__guest,
    .search-form-wrapper .space-search-form .search-form__time {
        padding-left: 0;
    }

    .search-form-wrapper .space-search-form .search-form__guest i,
    .search-form-wrapper .space-search-form .search-form__time i {
        font-size: 19px;
    }

    .search-form-wrapper .space-search-form .search-form__guest .dropdown .dropdown-toggle,
    .search-form-wrapper .space-search-form .search-form__time .dropdown .dropdown-toggle {
        padding-left: 15px;
    }

    .search-form-wrapper .space-search-form .search-form__time i {
        margin-right: 12px;
        font-size: 21px;
    }

    .search-form-wrapper .space-search-form .search-form__more {
        display: none;
    }

    .search-form-wrapper .space-search-form .search-form__search {
        width: 100%;
        text-align: center;
        height: 45px;
        border-radius: 3px;
        margin-top: 15px;
        display: block;
        font-size: 16px;
    }

    .search-form-wrapper .space-search-form .search-form__search i {
        display: none;
    }

    .search-form-wrapper .car-search-form ._title {
        color: #333;
        font-weight: 500;
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 25px;
        text-align: left;
    }

    .search-form-wrapper .car-search-form .search-form {
        margin-top: 0;
    }

    .search-form-wrapper .car-search-form .search-form__basic {
        display: block;
        box-shadow: none;

        padding: 0px 10px !important;
    }

    .search-form-wrapper .car-search-form .search-form__from-wrapper {

        padding: 0px 15px;
        margin: 0;
        margin-bottom: 10px;
    }

    .search-form-wrapper .car-search-form .search-form__to-wrapper {
        padding: 0px 15px;
        margin: 0;
        margin-bottom: 10px;
    }


    .search-form-wrapper .car-search-form .search-form__basic .input-hidden {
        float: left;
        position: relative;
        top: 73px;
    }

    .search-form-wrapper .car-search-form .search-form__address,
    .search-form-wrapper .car-search-form .search-form__from,
    .search-form-wrapper .car-search-form .search-form__to {
        height: 50px;
        border: 1px solid #dfdfdf;
        border-radius: 3px;
    }

    .search-form-wrapper .car-search-form .search-form__address i {
        font-size: 18px;
    }

    .search-form-wrapper .car-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder {
        max-width: none;
    }

    .search-form-wrapper .car-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
        padding-left: 48px;
    }

    .search-form-wrapper .car-search-form .search-form__from i,
    .search-form-wrapper .car-search-form .search-form__to i,
    .search-form-wrapper .car-search-form .search-form__from-time i {
        margin-right: 14px;
    }

    .search-form-wrapper .car-search-form .search-form__from {
        width: 60%;
        flex: 1 1 50%;
        float: left;
        margin-bottom: 5px;
        border-radius: 3px 0 0 3px;
        margin-top: 5px;
        border: 0px solid #dfdfdf;
    }

    .search-form-wrapper .car-search-form .search-form__stime {
        flex: 1 1 40%;
        cursor: pointer;
        border-left: 1px solid #dee2e6;
    }

    .search-form-wrapper .car-search-form .search-form__stime select {
        font-size: 14px;
    }

    .search-form-wrapper .car-search-form .search-form__etime {
        flex: 1 1 40%;
        cursor: pointer;
        border-left: 1px solid #dee2e6;
    }

    .search-form-wrapper .car-search-form .search-form__etime select {
        font-size: 14px;
    }

    .search-form-wrapper .car-search-form .search-form__to {
        margin-top: 5px;
        width: 50%;
        flex: 1 1 50%;
        float: left;
        margin-bottom: 5px;
        border-radius: 0 3px 3px 0;
        border: 0px solid #dfdfdf;
    }

    .search-form-wrapper .car-search-form .search-form__more {
        display: none;
    }

    .search-form-wrapper .car-search-form .search-form__search {
        width: 100%;
        text-align: center;
        height: 45px;
        border-radius: 8px;
        margin: 0;
        margin-top: 10px;
        display: block;
        font-size: 16px;
    }

    .search-form-wrapper .car-search-form .search-form__search i {
        display: none;
    }

    .search-form-wrapper .hotel-search-form ._title {
        color: #333;
        font-weight: 500;
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 25px;
        text-align: left;
    }

    .search-form-wrapper .hotel-search-form .search-form__basic {
        display: block;
        box-shadow: none;
    }

    .search-form-wrapper .hotel-search-form .search-form__basic .input-hidden {
        float: left;
        position: relative;
        top: 73px;
    }

    .search-form-wrapper .hotel-search-form .search-form__address,
    .search-form-wrapper .hotel-search-form .search-form__from,
    .search-form-wrapper .hotel-search-form .search-form__to,
    .search-form-wrapper .hotel-search-form .search-form__guest {
        height: 50px;
        border: 1px solid #dfdfdf;
        border-radius: 3px;
        margin-top: 15px;
        padding-left: 15px;
    }

    .search-form-wrapper .hotel-search-form .search-form__address i {
        font-size: 18px;
    }

    .search-form-wrapper .hotel-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder {
        max-width: none;
    }

    .search-form-wrapper .hotel-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
        padding-left: 48px;
    }

    .search-form-wrapper .hotel-search-form .search-form__from i,
    .search-form-wrapper .hotel-search-form .search-form__to i {
        margin-right: 14px;
    }

    .search-form-wrapper .hotel-search-form .search-form__from {
        width: 50%;
        float: left;
        margin-bottom: 20px;
        border-radius: 3px 0 0 3px;
        margin-top: 20px;
    }

    .search-form-wrapper .hotel-search-form .search-form__to {
        margin-top: 20px;
        width: 50%;
        float: left;
        margin-bottom: 20px;
        border-radius: 0 3px 3px 0;
        border-left: none;
    }

    .search-form-wrapper .hotel-search-form .search-form__guest {
        padding-left: 0;
    }

    .search-form-wrapper .hotel-search-form .search-form__guest i {
        font-size: 19px;
    }

    .search-form-wrapper .hotel-search-form .search-form__guest .dropdown .dropdown-toggle {
        padding-left: 15px;
    }

    .search-form-wrapper .hotel-search-form .search-form__more {
        display: none;
    }

    .search-form-wrapper .hotel-search-form .search-form__search {
        width: 100%;
        text-align: center;
        height: 45px;
        border-radius: 3px;
        margin-top: 15px;
        display: block;
        font-size: 16px;
    }

    .search-form-wrapper .hotel-search-form .search-form__search i {
        display: none;
    }

    .search-form-wrapper .beauty-search-form ._title {
        color: #333;
        font-weight: 500;
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 25px;
        text-align: left;
    }

    .search-form-wrapper .beauty-search-form .search-form__basic {
        display: block;
        box-shadow: none;
    }

    .search-form-wrapper .beauty-search-form .search-form__basic .input-hidden {
        float: left;
        position: relative;
        top: 73px;
    }

    .search-form-wrapper .beauty-search-form .search-form__address,
    .search-form-wrapper .beauty-search-form .search-form__from-time,
    .search-form-wrapper .beauty-search-form .search-form__select {
        height: 50px;
        border: 1px solid #dfdfdf;
        border-radius: 3px;
        margin-top: 15px;
        padding-left: 15px;
    }

    .search-form-wrapper .beauty-search-form .search-form__address i {
        font-size: 18px;
    }

    .search-form-wrapper .beauty-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder {
        max-width: none;
    }

    .search-form-wrapper .beauty-search-form .search-form__address .form-control .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
        padding-left: 48px;
    }

    .search-form-wrapper .beauty-search-form .search-form__from i,
    .search-form-wrapper .beauty-search-form .search-form__to i,
    .search-form-wrapper .beauty-search-form .search-form__from-time i {
        margin-right: 14px;
    }

    .search-form-wrapper .beauty-search-form .search-form__from {
        width: 50%;
        float: left;
        margin-bottom: 20px;
        border-radius: 3px 0 0 3px;
        margin-top: 20px;
    }

    .search-form-wrapper .beauty-search-form .search-form__to {
        margin-top: 20px;
        width: 50%;
        float: left;
        margin-bottom: 20px;
        border-radius: 0 3px 3px 0;
        border-left: none;
    }

    .search-form-wrapper .beauty-search-form .search-form__from-time {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .search-form-wrapper .beauty-search-form .search-form__guest,
    .search-form-wrapper .beauty-search-form .search-form__time {
        padding-left: 0;
    }

    .search-form-wrapper .beauty-search-form .search-form__guest i,
    .search-form-wrapper .beauty-search-form .search-form__time i {
        font-size: 19px;
    }

    .search-form-wrapper .beauty-search-form .search-form__guest .dropdown .dropdown-toggle,
    .search-form-wrapper .beauty-search-form .search-form__time .dropdown .dropdown-toggle {
        padding-left: 15px;
    }

    .search-form-wrapper .beauty-search-form .search-form__time i {
        margin-right: 12px;
        font-size: 21px;
    }

    .search-form-wrapper .beauty-search-form .search-form__more {
        display: none;
    }

    .search-form-wrapper .beauty-search-form .search-form__search {
        width: 100%;
        text-align: center;
        height: 45px;
        border-radius: 3px;
        margin-top: 15px;
        display: block;
        font-size: 16px;
    }

    .search-form-wrapper .beauty-search-form .search-form__search i {
        display: none;
    }
}

@media (max-width: 575px) {
    .search-form-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .search-form-wrapper .nav-tabs li {
        margin-bottom: 5px;
    }
}

.search-results-container {
    background: #f1f1f1;
}

.search-filter {
    padding: 30px 20px;
    border-radius: 12px;
}

.search-filter .heading {
    font-size: 37px;
    color: var(--primary);
    line-height: 0;
}

.search-filter .title {
    color: #212a30;
}

.search-filter .filter-item {
    padding: 20px 0;
    border-bottom: 1px solid #d8d8d8;
}

.search-filter .filter-item .gmz-radio-wrapper .form-check {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    padding: 0;
}

.search-filter .filter-item .gmz-radio-wrapper .form-check label {
    display: block;
    padding: .375rem .75rem;
    text-align: center;
    cursor: pointer;
    color: #6c757d;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

.search-filter .filter-item .gmz-radio-wrapper .form-check input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.search-filter .filter-item .gmz-radio-wrapper .form-check input[type="radio"]:checked+label:before {
    background-color: var(--primary);
}

.search-filter .filter-item .gmz-radio-wrapper .form-check input[type="radio"]:checked+label {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.search-filter .filter-item:last-child {
    background: none;
    border: none !important;
}

.search-filter .filter-item .dropdown .dropdown-toggle {
    background: transparent;
    color: #212a30;
    line-height: 22px;
    font-weight: 450;
}

.search-filter .filter-item .dropdown .dropdown-toggle i {
    font-weight: 450;
}

.search-filter .filter-item .dropdown .dropdown-toggle:after {
    display: none;
}

.search-filter .filter-item .gmz-select-item,
.search-filter .filter-item .gmz-select-item:focus,
.search-filter .filter-item .gmz-select-item:hover {
    background: transparent;
    color: #6c757d;
    border: 1px solid #6c757d;
    width: 100%;
    text-align: left;
    padding: .375rem .75rem;
    border-radius: 3px;
}

.search-filter .filter-item .gmz-select-item option,
.search-filter .filter-item .gmz-select-item option:hover,
.search-filter .filter-item .gmz-select-item option:focus,
.search-filter .filter-item .gmz-select-item option:active {
    color: #212a30;
    background: white !important;
}

.search-filter .filter-item .hours {
    color: var(--primary);
    margin: 0;
}

.search-filter .filter-item .dropdown .dropdown-menu {
    border-radius: 3px;
    border: none;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 15px;
}

.search-filter .filter-item .dropdown .dropdown-menu:before {
    content: "" !important;
    display: block !important;
    transform: rotate(45deg);
    left: 5px;
    z-index: 9999;
    border: 5px solid #fff;
    position: absolute;
}

.search-filter .filter-item .dropdown .dropdown-menu[x-placement="bottom-start"] {
    margin-top: 10px !important;
}

.search-filter .filter-item .dropdown .dropdown-menu[x-placement="bottom-start"]:before {
    top: -5px;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.search-filter .filter-item .dropdown .dropdown-menu[x-placement="top-start"] {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.search-filter .filter-item .dropdown .dropdown-menu[x-placement="top-start"]:before {
    bottom: -5px;
    border-top-color: transparent;
    border-left-color: transparent;
}

.search-filter .filter-item.price .dropdown-menu {
    min-width: 310px;
}

.search-filter .filter-item.term .dropdown-menu {
    min-width: 520px;
    padding-bottom: 0;
}

.search-filter .filter-item.term .dropdown-menu .checkbox-inline {
    margin-bottom: 20px;
}

.search-filter .filter-item.star .dropdown-menu {
    min-width: 310px;
}

.search-filter .filter-item.star .dropdown-menu .star-item {
    color: darkorange;
    font-size: 12px;
    margin-bottom: 10px;
}

.search-filter .filter-item.star .dropdown-menu .star-item label {
    margin-bottom: 0;
}

.search-filter .filter-item.star .dropdown-menu .star-item:last-child {
    margin-bottom: 0;
}

.daterangepicker .drp-calendar.left .calendar-table {
    width: 290px;
}

.daterangepicker th.month {
    width: auto !important;
}

.daterangepicker .table-condensed tbody tr td {
    width: 40px !important;
    height: 35px !important;
    line-height: 24px !important;
    font-size: 13px !important;
    position: relative !important;
    font-size: 12px !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {     
    background-color: #4CAF50 !important;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    color: #fff !important;
    border: solid black !important;
    border-width: 0 2px 2px 0 !important;
    border-radius: 0 !important;
    display: inline-block !important;
    padding: 3px !important;
    font-size: 10px !important;
}
.search-form__from-wrapper div, .search-form__to-wrapper div {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.search-form__from-wrapper h6, .search-form__to-wrapper h6 {
    position: relative;
    top: 16px;
    color: #6c757d !important;
    line-height: 1.2 !important;
    font-size: 14px !important;
    margin: 0px 0px 5px 0px !important;
    padding: 0 !important;
}

.search-form-location-box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0px 0px 20px 0px;
}

.search-form-location-box .inner-location-box {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: 1%;
}

.search-form-location-box .inner-location-box:last-child {
    margin-right: 0;
}

.search-form-location-box select {
    height: 55px;
    border: 3px solid #cbd5db;
}

.search-button-box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

.search-button-box button {
    margin: 0 auto;
}

.car-search-results {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 90px 0 80px 0;
}

.vistrarentalrow {
    max-width: 1366px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.vistrarentalrow .vistarental-column {
    float: left;
    width: 33%;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin-right: 3%;
    padding: 46px 20px;
}

.vistarental-column:hover {
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.06);
}

.vistrarentalrow .vistarental-column:nth-child(4n) {
    margin-right: 0;
}

.vistrarentalrow .vistarental-column .car-image {
    height: 180px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.06);    
}

.vistarental-column span.availability {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 0px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: 800;
}

.text-danger {
    color: #DC4C64;
}

.text-success {
    color: #14A44D;
}

.vistarental-column .title-box {
    margin-top: 30px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.vistarental-column .title-box h3 {
    display: inline-block;
    vertical-align: top;
}

.vistarental-column h3 {
    margin-bottom: 10px;
    color: var(--ast-global-color-2);
    font-size: 19px;
    text-transform: capitalize;
}

.vistarental-column .title-box h3 i {
    font-size: 17px;
    margin-right: 1.5px;
}

.vistarental-column .title-box h3:last-child {
    float: right;
}

.vistarental-column .title-box h3:last-child span {
    color: #aaa;
    font-size: 14px;
}

.vistarental-column .detailbox ul, .vistarental-column .extradetailbox {
    margin: 0;
    padding: 0;
}

.vistarental-column .detailbox ul li, .vistarental-column .extradetailbox li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.vistarental-column .extradetailbox ul, .vistarental-column .extradetailbox  .price-details {
    display: inline-block;
    vertical-align: top;
}

.vistarental-column .extradetailbox ul {
    width: 68%;
    margin: 0 0 2% 0;
    padding: 0;
}

.vistarental-column .extradetailbox  .price-details {
    width: 28%;
    margin-left: 2%;
}

.vistarental-column .extradetailbox  .price-details .bookbtn {
    background: #4CAF50;
    padding: 10px 25px;
    color: #fff;
    border-radius: 8px;
    position: relative;
    top: 12px;
    transition: ease-in 30ms;
    float: right;
}

.vistarental-column .extradetailbox  .price-details .bookbtn:hover {
    background: #fff;
    color: #4CAF50;
    border: 1px solid #4CAF50;
}

.vistarental-column .extradetailbox {
    margin-top: 15px;
    border-top: 2px dotted #cbd5db;
    padding-top: 15px;
}

.price-details .price, .price-details form {
    float: left;
}

.price-details form button[type="submit"] {
    padding: 12px 24px;
    float: right;
    position: relative;
    top: 5px;
    border-radius: 20px;
}

.price-details form button[type="submit"]:hover {
    background: #36454F;
    color: #cbd5db;
}

.vistrarentalrow .page-title {
    margin-bottom: 20px;
}

.d-none {
    display: none;
}

.car-search-results .self-drive-searchbox {
    background: #0F8DC5;
    padding-top: 60px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.car-search-results .self-drive-searchbox .innerbox {
    max-width: 1366px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.car-search-results .car-types-box {
    margin-bottom: 50px;
    text-align: center;
}

.car-search-results .car-types-box ul {
    margin: 0;
    padding: 0;
}

.car-search-results .car-types-box ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.car-search-results .car-types-box ul li span {
    background: #36454F;
    padding: 5px 15px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.car-search-results .car-types-box ul li span:hover, .car-search-results .car-types-box ul li span.active  {
    background: #4CAF50;
}

.km-fuel-plans {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.km-fuel-plans .km-plan{
    float: left;
    width: 68%;
    margin-right: 2%;
}

.km-fuel-plans .fuel-plan{
    float: left;
    width: 28%;
    margin-left: 2%;
    text-align: center;
}

.km-fuel-plans ul {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    padding: 8px 15px;
    border-radius: 10px;
    background: rgba(203, 213, 219, 0.25);
}

.km-fuel-plans ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin: 12px 0;
}

.km-fuel-plans ul li:last-child {
    margin-right: 0;
}

.km-fuel-plans ul li span {
    border: 1px solid #ccc;
    padding: 8px 15px;
    border-radius: 10px;  
    cursor: pointer;  
    margin-right: 8px;
}

.km-fuel-plans ul li span:hover, .km-fuel-plans ul li span.active {
    background: #4CAF50;
    color: #fff;
    border-color: #fff;
}

.card-details-box {
    float: left;
    width: 100%;    
}

.card-details-box .card-details-left-box {
    float: left;
    width: 74%;
}

.card-details-box .card-details-right-box{
    float: left;
    width: 26%;
    padding: 0px 0px 0px 30px;
}

.image-gallery {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}


.image-gallery .firstimage {
    float: left;
    width: 69.5%;
    margin-right: 0.5%;
}

.image-gallery .other-images {
    float: left;
    width: 29.5%;
    margin-left: 0.5% !important;
}

.image-gallery .other-images {
    padding: 0;
    margin: 0;
}

.image-gallery .other-images li {
    float: left;
    list-style: none;
    width: 48%;
    margin: 0;
    padding: 0;
    margin-right: 2%;
    margin-bottom: 10px;
    line-height: 18px;
}

.image-gallery .other-images li:nth-child(2n) {
    margin-right: 0;
}

.image-gallery .firstimage img {
    width: 100%;
    height: auto;
    max-height: 500px;
    border-radius: 10px; 
    border: 1px solid rgba(0,0,0,0.20);  
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.10);
}

.image-gallery .other-images li img {
    width: 100%;
    height: 100px;
    border-radius: 10px; 
    border: 1px solid rgba(0,0,0,0.20);
}

.card-details-box  .other-details {
    margin: 0px 0px 20px 0px;
    padding: 0;
}

.card-details-box  .page-title {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.other-details li {
    display: inline-block;
    vertical-align: top;
}

.other-details li:after {
    content: "*";
    color: #C9C9C9;
    margin: 0 8px;
    position: relative;
    top: 3px;
}

.other-details li:last-child:after {
    content: unset;
}

.car-features {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.car-features h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.car-features ul {
    margin: 0;
    padding: 0;
}

.car-features ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 33%;
    margin-right: 0.33%;
    line-height: 32px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding-top: 10px;
    padding-bottom: 10px;
}

.car-features ul li.last_row {
    border-bottom: none;
}

.car-features ul li:nth-child(3n) {
    margin-right: 0;
}

.car-features ul li i {
    color: #4CAF50;
    margin-right: 4px;
}

.payment-box {
    background: rgba(240, 240, 240, 0.50);
    padding: 40px 30px;
}

.payment-box h4 {
    display: block;
    font-size: 17px;
    margin-bottom: 3px;
}

.payment-box h4 i {
    font-size: 15px;
    margin-right: 2px;
}

.payment-box h4 span, .payment-box .inclusive-box a {
    float: right;
}

.payment-box .inclusive-box {
    font-size: 12px;
    color: #6D6D6D;
}

.payment-box .paybtn {
    width: 100%;
    transition: ease-out 3ms;
    background: #4CAF50;
    color: #fff;
    border: 1px solid #4CAF50;
    padding: 8px 10px;
    border-radius: 10px;
    display: block;
    text-align: center;
}

.payment-box .paybtn:hover {
    background: #36454F;
    color: #fff;
    border: 1px solid #36454F;
}

.similar-cars, .carouselbox, .similar-cars .carouselbox .slick-list,  .similar-cars .carouselbox .slick-list .slick-track {
    float: left;
    width: 100%;
    position: relative;
}

.similar-cars h3 {
    font-size: 17px;
}

.similar-cars .carouselbox .slick-list {

}

.similar-cars .slick-slide {
    margin-right: 15px;
}

.similar-cars .slicknav {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
}

.similar-cars .slick-prev {
    left: -10px;
}

.similar-cars .slick-next {
    right: -10px;
}

.similar-cars .listingbox {
    border: 1px solid rgba(0,0,0,0.10);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.10);
    margin: 15px 0;
    padding-bottom: 20px;
    border-radius: 10px;
    width: 100%;   
}

.similar-cars .listingbox:hover {
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.10);
}

.similar-cars .listingbox img {
    width: 100%;
    height: 125px;
    max-height: 125px;
}

.similar-cars .listingbox h5 {
    padding: 15px 25px 0 25px;
    font-size: 16px;
}

.similar-cars .listingbox ul {
    padding: 0;
    margin: 0px 25px;
}

.similar-cars .listingbox ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    color: #C9C9C9;
    font-size: 13px;
}

.similar-cars .listingimg {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.similar-cars .vprice {
    margin: 8px 0px 8px 25px;
    padding: 0;
    font-size: 14px;
}

.similar-cars .vprice span {
    color: #C9C9C9;
    font-size: 12px;
}

.similar-cars .vprice i {
    font-size: 12px;
    margin-right: 1.2px;
    color: #777;
}

.bookingpage-results {
    padding-top: 70px;
}

.location-details {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.location-details .location-name {
    display: flex;
    width: auto;
    min-height: 50px;
    padding: 4px 12px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    border-radius: 8px;
    background-color: #F6F6F6;
    overflow: hidden;
    color: #C9C9C9;
}

.location-details .input-time {
    width: 180px;
    position: relative;
    min-height: 50px;
    padding: 4px 12px;
    gap: 4px;
    border-radius: 8px;
    background-color: #F6F6F6;
    cursor: pointer;
}

.location-details .input-time span {
    float: left;
    width: 48%;
    font-size: 12px;
}

.location-details .input-time span:nth-child(2) {
    text-align: right;
}

.location-details .input-time div {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.faq-box, .policies-box {
    float: left;
    width: 76%;
    margin: 20px 0;
}

.faq-box h3 {
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
}

.faq-box .sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 14px;
    font-weight: normal;
}

.faq-box #sp-ea-2224.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon {
    font-size: 12px;
    font-weight: normal;
    color: #777;
}

.faq-box .ea-body {
    font-size: 12px;
}

.faq-box .ea-header a {
    background: #e9f4e5;
}

.policies-box h3 {
    font-size: 17px;
    margin-bottom: 8px;
    display: block;
}

.policies-box h3 a {
    float: right;
    font-size: 12px;
}

.policies-box  .agree-box {
    background-color: #F6F6F6;
    padding: 15px 25px;
}

.policies-box  .agree-box label {
    display: block;
    margin-bottom: 5px;
}

.policies-box  .agree-box label input {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.policies-box  .agree-box a {
    font-size: 13px;
    text-transform: uppercase;
}

.top-options {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;
}

.top-options .right-options {
    float: right;
    margin: 0;
    padding: 0;
}

.top-options .right-options li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.top-options .right-options li:last-child {
    margin-right: 0;
}

.top-options .right-options li a {
    color: #333;
}

.top-options .right-options li a:hover {
    color: #4CAF50;
}

.top-options .right-options li a i {
    font-size: 22px;
}

.top-options .backlink i {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.vistrarentalpaging {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.vistrarentalpaging ul {
    margin: 0;
    padding: 0;
}

.vistrarentalpaging ul li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 3px;
}

.vistrarentalpaging ul li a.page-numbers {
    background: #4CAF50;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 15px;
}

.vistrarentalpaging ul li a.page-numbers:hover {
    background: #fff;
    color: #4CAF50;
    border: 1px solid #4CAF50;
}

.vistrarentalpaging ul li .page-numbers.current {
    background: #fff;
    color: #4CAF50;
    border: 1px solid #4CAF50;
    padding: 5px 15px;
}

.search-form__from span.datebox, .search-form__to span.datebox {
    display: block;
    width: 100%;
    height: 60px;
}

.search-form__from input[type="date"], .search-form__to input[type="date"] {
    margin: 20px 0;
    display: block;
}

#startTime, #endTime {
    margin-top: 15px;
}

.loginSection {
    border: 1px solid rgba(0,0,0,0.10);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.10);
    padding: 20px 30px;
    border-radius: 10px;
    max-width: 700px;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.loginSection .loginBox {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.loginSection .custom_page_title {
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-transform: capitalize;
}

.loginSection .otpBox {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.loginSection .flagBox {
    float: left;
    width: 15%;
    border: 1px solid #ccc;
}

.loginSection .inputBox {
    float: left;
    width: 85%;
    border: 1px solid #ccc;
}

.loginSection .flagBox div {
    float: left;
    width: 100%;
}

.loginSection .flagBox img {
    width: auto;
    height: 50px;
}

.loginSection .flagBox span {
    height: 50px;
    position: relative;
    right: 5px;
    top: 2px;
}

.loginSection .inputBox input {
    border: none;
    height: 50px;
}

.loginSection .buttonBox {
    float: left;
    width: 100%;
}

.loginSection .buttonBox button {
    width: 100%;
    display: block;
}

.loginSection .buttonBox button:hover {
    background: #36454F;
    color: #fff;
}

.footer-logo-image {
    height: 70px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}

footer section h2 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

footer .footer_contact_list {
    padding: 10px 0;
}

footer .address_contact {
    line-height: 22px;
    display: flex;
}

footer .phone_contact:before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
}

footer .address_contact:before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
}

footer .email_contact:before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
}

.contact_form_box input {
    width: 100%;
}