.search-engine{
    background-color: #40a3b8;
    border-radius: 5px;
}
.main{
    padding-top: 0px !important;
}
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.start-0{
    left: 0;
}
.cover{
    object-fit: cover;
    background-size: cover;
}
.fs-13{
    font-size: 13px !important;
}
.fs-12{
    font-size: 12px !important;
}
.fs-14{
    font-size: 14px !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.fs-17{
    font-size: 17px !important;
}
.fs-1 {
    font-size: 2.5rem !important;
}
.fs-3 {
    font-size: 1.75rem !important;
}
.mt-n1 {
    margin-top: -.25rem !important;
}
.opacity-30 {
    opacity: 0.30;
}
.fs-15 {
    font-size: 15px !important;
}
.top-0{
    top: 0;
}
.end-0{
    right: 0;
}
@media only screen and (min-width: 1400px) {
    .search-engine-section {
        margin-top: -55px !important;
    }
}
.rentCar{
    background-color: #40a3b8;
    color: #fff;
    border-radius: 5px;
    padding: 4px 16px;
}
.search-engine-section .tab-list .nav-link .circle {
    width: 17px;
    height: 17px;
    border: 2px solid #626b74;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-engine-section .tab-list .nav-link .circle span {
    display: block;
    width: 5px;
    height: 5px;
    background-color: #f7a70a;
    border-radius: 100%;
    opacity: 0;
    transition: opacity 300ms;
}
.search-engine-section .tab-list .nav-link.active .circle span {
    opacity: 1;
}
.search-engine-section .tab-content-wrapper {
    width: calc(100% - 140px);
}
.search-engine-section .tab-content-wrapper .selection-box-wrapper {
    position: relative;
    width: 33.33%;
}
.search-engine-section .tab-content-wrapper .selection-box-wrapper.alis {
    width: 32%;
}
.search-engine-section .tab-content-wrapper .selection-box-wrapper.iade {
    width: 34%;
}
.search-engine-section .tab-content-wrapper .selection-box-wrapper.guest-select {
    width: 34%;
}
@media only screen and (min-width: 1200px) {
    .search-engine-section .tab-content-wrapper .selection-box-wrapper .selection-box {
        padding-bottom: 20px !important;
    }
}
.search-engine-section .tab-content-wrapper .selection-box-wrapper .underbox {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    min-width: 280px;
    background-color: #fff;
    border: 1px solid var(--bs-theme-light);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.185);
    border-radius: 3px;
    color: var(--bs-dark);
    transition: all 150ms;
}
.search-engine-section .tab-content-wrapper .selection-box-wrapper .underbox.show {
    opacity: 1;
    visibility: visible;
}
.search-engine-section .tab-content-wrapper .selection-box-wrapper .underbox .select-item .actions input {
    width: 40px;
}
.search-engine-section .tab-content-wrapper .selection-box-wrapper .underbox .select-item .actions button {
    width: 30px;
    height: 30px;
}
.search-engine-section .submit-btn {
    width: 140px;
    background-color: #f7a709 !important;
    border-color: #f7a709 !important;
}
.list-wrapper .list-item-car{
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 6px 0 rgba(46, 54, 82, .1);
    background-color: #fff;
    transition: all 200ms;
    position: relative;
}
.list-wrapper .list-item-car .img-box {
    height: 230px;
    overflow: hidden;
}
.list-wrapper .list-item-car .img-box img {
    transition: all 300ms ease;
}
.list-wrapper .list-item-car:hover .img-box img {
    transform: scale(1.2);
}
.list-wrapper .list-item-car .ribbon.primary {
    background-color: #f7a70a;
}
.list-wrapper .list-item-car .ribbon.warning {
    background-color: var(--bs-theme-second);
}
.list-wrapper .list-item-car .ribbon.success {
    background-color: var(--bs-success-3);
}

.list-wrapper .list-item-car .content-box .property-box {
    border-top: 1px solid #333d472b;
    border-bottom: 1px solid #333d472b;
}
.list-wrapper .list-item-car .content-box .property-box .property-item {
    border-right: 1px solid #333d472b;
}
.list-wrapper .list-item-car .content-box .property-box .property-item:last-child {
    border-right: 0px;
}
@media only screen and (max-width: 991px) {
    .search-engine-section .tab-content-wrapper {
        width: 100%;
        border-radius: 4px 4px 0px 0px !important;
    }
    .search-engine-section .submit-btn {
        width: 100%;
        border-radius: 0px 0px 4px 4px !important;
    }
    .search-engine-section .tab-content-wrapper .selection-box-wrapper.alis {
        width: 50%;
    }
    .search-engine-section .tab-content-wrapper .selection-box-wrapper.iade {
        width: 50%;
    }
    .search-engine-section .tab-content-wrapper .selection-box-wrapper.guest-select {
        width: 50%;
        border-top: 1px solid rgba(65, 65, 65, 0.10);
    }
}
@media only screen and (max-width: 767px) {
    .search-engine-section .tab-content-wrapper {
        width: 100%;
        border-radius: 4px 4px 0px 0px !important;
    }
    .search-engine-section .tab-content-wrapper .selection-box-wrapper {
        width: 100%;
    }
    .search-engine-section .tab-content-wrapper .selection-box-wrapper.alis {
        width: 100%;
    }
    .search-engine-section .tab-content-wrapper .selection-box-wrapper.iade {
        width: 100%;
    }
    .search-engine-section .tab-content-wrapper .selection-box-wrapper.guest-select {
        width: 100%;
        border-top: 1px solid rgba(65, 65, 65, 0.10);
    }
}
@media only screen and (max-width: 575px) {
    .search-engine-section .tab-content-wrapper {
        border-radius: 4px 4px 0px 0px !important;
    }
    .search-engine-section .tab-content-wrapper .selection-box-wrapper {
        width: 100%;
        border-top: 1px solid rgba(65, 65, 65, 0.10);
    }
    .search-engine-section .tab-content-wrapper .selection-box-wrapper:first-child {
        border-top: 0px;
    }
    .search-engine-section .tab-content-wrapper .selection-box-wrapper.alis {
        width: 100%;
    }
    .search-engine-section .tab-content-wrapper .selection-box-wrapper.iade {
        width: 100%;
    }
}