body {
    background-color: #ffffff !important;
}
.content-section {
    --wall-spacing: 98px;
    position: relative;
}
.opacity-50 {
    opacity: .5 !important;
}
.opacity-90 {
    opacity: .9 !important;
}
.opacity-40{
    opacity: .4 !important;
}
.opacity-10 {
    opacity: 0.10;
}
.fs-13{
    font-size: 13px !important;
}
.fs-3{
    font-size: 28px !important;
}
.text-theme-second{
    color: #f7a70a !important;
}
.bg-theme-silver-2{
    background-color: #dee2e6 !important;
}
.fs-1{
    font-size: 40px !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fs-14{
    font-size: 14px !important;
}
.fs-12{
    font-size: 12px !important;
}
.fs-17{
    font-size: 17px !important;
}
.fs-22{
    font-size: 22px !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;
}
.alert-danger-2 {
    color: #801313;
    background-color: #f7d2d2;
    border-color: #f2bcbc;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.tag{
    background-color: #f7a70a;
    font-size: 13px;
}
.cover{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content-section::before {
    content: '';
    width: 100%;
    height: 460px;
    background-color: #fff;
    position: absolute;
    top: var(--wall-spacing);
    left: 0;
}
.content-section > * {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 1200px) {
    .content-section .left-section {
        width: 67.66667%;
    }
    .content-section .right-section {
        width: 32.33333%;
    }
}
.content-section .content {
    position: relative;
}
.content-section .content::before {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    right: -12px;
    height: calc(var(--wall-spacing) + 38px);
    background-color: #fff;
    border-radius: 8px;
}
@media only screen and (min-width: 1250px) {
    .content-section .content {
        margin-top: calc(var(--wall-spacing) - calc(var(--wall-spacing) * 2)) !important;
    }

}
.content-section .content > * {
    position: relative;
    z-index: 1;
}
.price-box {
    background: #607D8B;
    color: #fff;
}
.price-box .bgv2 {
    background-color: rgba(0, 1, 0, );
}
.rentacar-section {
    background: #ffffff;
    color: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 6px 0 rgb(46 54 82 / 35%);
    transition: all 200ms;
    position: relative;
}
.rentacar-section .summary {
    border-radius: 6px;
    border: 1px solid #d4d4d4;
}
.rentacar-section .selections .selection-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.rentacar-section .selections .selection-wrapper:last-child {
    border-bottom: 0px !important;
}
.extras-section .extra-item:last-child {
    border-bottom: 0px !important;
}
.customer-information-section input::placeholder {
    color: var(--bs-theme-silver);
}
@media only screen and (min-width: 1200px) {
    .customer-information-section .form-element, .flight-information-section .form-element {
        padding-left: 32px !important;
    }
}
@media only screen and (max-width: 991px) {
    .page-banner img {
        height: 314px;
    }
    .rentacar-section .selections {
        display: flex;
    }
    .rentacar-section .selections .selection-wrapper {
        flex: 0 0 auto;
        width: 50%;
        border-bottom: 0px;
    }
    .rentacar-section .selections .selection-wrapper:nth-child(2) {
        border-left: 1px solid rgba(255, 255, 255, 0.103);
    }
}
@media only screen and (max-width: 767px) {
    .page-banner img {
        height: 254px;
    }
    .content-section::before {
        height: 700px;
    }
    .car-image img {
        width: 100%;
        height: 392px;
    }
}
@media only screen and (max-width: 575px) {
    .page-banner img {
        height: 200px;
    }
    .car-image img {
        height: 200px;
    }
    .rentacar-section .selections {
        display: block;
    }
    .rentacar-section .selections .selection-wrapper {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.103);
    }
    .rentacar-section .selections .selection-wrapper:nth-child(2) {
        border-left: 0px;
    }
}
@media only screen and (max-width: 400px) {
    .car-image img {
        height: 242px;
    }
}
