.post-type-archive-car .site-container,
.single-car .site-container {
    background-color: rgb(38, 34, 36);
}
.post-type-archive-cars {
    background: #000;
}
article.car.type-car>.entry-header {
    display: none;
}

.post-type-archive-car .wrap {
    padding: 0;
    max-width: unset;
}

.post_type-car.archive {
    background-color: #262224;
}

.car_post_type_content_wrapper {
    padding: 50px 20px;
    max-width: 1320px;
    margin: auto;
    box-sizing: content-box;
}

.car_post_type_content p {
    color: rgb(255, 255, 255);
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 20px 0;
}

.car_post_type_content_heading {
    color: rgb(255, 255, 255);
    font-family: "Heebo", sans-serif;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 30px;
}

.car_header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 720px;
}

.car_header .car_post_type_header_content {
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 720px;
    width: 100%;
}

.car_header .car_post_type_heading {
    color: rgb(255, 255, 255);
    font-family: "Heebo", sans-serif;
    font-size: 66px;
    font-weight: 700;
    line-height: 66px;
}

.car_header .car_post_type_sub_heading {
    color: rgb(211, 169, 116);
    font-family: "Heebo", sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 36px;
    margin-top: 15px;
    margin-bottom: 45px;
}

.car_posts_wrapper>.car_single_post_container {
    max-height: 500px;
    min-height: 500px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    cursor: pointer;
    position: relative;
}

.car_posts_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding:8px 0;
    max-width: 1320px;
    margin: auto;
    box-sizing: content-box;
    justify-content: center;
}

.car_single_post_container.car_double_post_container {
    width: 49.69%;
}

.submit_application_button {
    text-align: center;
    padding: 20px 0 80px 0;
}

.car_post_title {
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50%;
    padding: 15px 0px;
    color: white;
    text-transform: uppercase;
    font-family: "Heebo", sans-serif;
    font-size: 60px;
    font-weight: 400;
    /* line-height: 90px; */
}

.car_single_post_container>a {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .3s;
    background: rgb(0, 0, 0.3);
    opacity: 0.3;
}

body .car_posts_wrapper .car_post_title {
    color: #fff !important;
    text-decoration: none;
	font-size: 2rem;
}

.car_single_post_container:hover a {
    background-color: transparent;
}


.single_post_service_data>div {
    width: 100%;
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
}

.service_timing_wrapper>div {
    width: 49.5%;
}

.service_price {
    font-size: 48px;
    line-height: 101%;
    text-align: center;
    vertical-align: Top;
    color: #CC9956;
    padding: 14px 25px;
    border: 2px solid #CC9956;
}

.service_pricing_wrapper>div {
    width: 49.5%;
}

.single_post_service_data {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service_price {
    font-size: 48px;
    line-height: 101%;
    text-align: center;
    vertical-align: Top;
    color: #CC9956;
    padding: 14px 25px;
    border: 2px solid #CC9956;
}

.service_time {
    color: #fff;
}

.service_distance {
    color: #CC9956;
}

.service_data {
    padding: 14px 25px;
    border: 2px solid #CC9956;
    display: flex;
    flex-direction: column;
    color: rgb(255, 255, 255);
    float: left;
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.service_timing_inner_wrapper {
    display: flex;
    justify-content: space-between;
}

.service_timing_inner_wrapper>div {
    display: flex;
    align-items: center;
}

.service_timing_inner_wrapper>div {
    width: 49%;
    text-align: center;
    padding: 14px 25px;
    border: 2px solid #CC9956;
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.single_post_sub_title {
    color: rgb(211, 169, 116);
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 30px;
}

.single_post_content_wrapper {
    margin: auto;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1320px;
    box-sizing: content-box;

}

.single_post_desc .icon_wrapper img {
    fill: rgb(211, 169, 116);
    height: 30px;
    width: 30px;
}

.single_post_description {
    margin: 25px 0;
    row-gap: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
}

.single_post_wrapper {
    background-color: rgb(38, 34, 36);
}

.single_post_description .single_post_desc {
    display: flex;
    color: #fff;
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    align-items: center;
    gap: 15px;
}

.single_post_content_wrapper .content_heading {
    color: rgb(255, 255, 255);
    font-family: "Heebo", sans-serif;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 67.5px;
    margin-top: 70px;
    margin-bottom: 20px;
}

.single_post_gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 1320px;
    padding: 0 8px;
    margin: auto;
    box-sizing: content-box;
    margin-top: 8px;
    justify-content: space-between;
}

.gallery_image {
    width: calc( 50% - 8px );
    /* max-height: 450px; */
}
.gallery_image img:hover {
    transform: scale(0.95);
}

.gallery_image img {
    transition-duration: .3s;
    transition-property: transform;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center center;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
}

.modal {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.modal img {
    max-height: 50vh;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
}

.entry-content {
    width: 100% !important;
}




.single-trnsfer .entry-content {
    background-color: rgb(38, 34, 36);
}

.service_payment_plan_wrapper li {
    color: rgb(255, 255, 255);
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.payment_plan_terms span {
    color: rgb(211, 169, 116);
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 30px 0;
    display: block;
}

.payment_plan_description span {
    color: #fff;
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 30px 0;
    display: block;
}

.single_post_wrapper .car_post_type_heading {
    margin-bottom: 50px;
}

.service_payment_plan_wrapper .payment_terms_heading {
    margin-top: 40px;
    margin-bottom: 20px;
}

.service_payment_plan_wrapper {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1320px;
    margin: auto;
    box-sizing: content-box;
}

/* .service_booking_button:hover {
    color: #2e2f33;
    animation: hover-btn 0.6s forwards;
}

.service_booking_button {
    border: 0px solid #D7B65D;
    color: #192026;
    background-color: #D7B65D !important;
    animation: leave-btn 0.6s forwards;
    font-family: "Heebo", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    padding: 5px 52px;
    transition: .3s;
} */

.service_booking_button_wrapper {
    text-align: center;
    padding: 20px;
    margin-bottom: 45px;
}

.service_payment_wrapper {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1320px;
    box-sizing: content-box;
    margin: auto;
}

.payment_content>div {
    display: flex;
    align-items: center;
}

.currency_data svg {
    fill: rgb(211, 169, 116);
    font-family: "Heebo", sans-serif;
    height: 16px;
    margin-left: 10px;
    width: 16px;
}

.currency_data span {
    color: rgb(255, 255, 255);
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.service_payment_wrapper>div {
    width: 50%;
}

.payment_terms_heading,
.payment_currency_heading {
    color: rgb(255, 255, 255);
    font-family: "Heebo", sans-serif;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 67.5px;
    margin-bottom: 30px;
}

.payment_content li {
    padding: 0;
}

.payment_content ul,
.payment_content {
    display: flex;
    flex-direction: column;
    color: #fff;
    /* gap: 3px; */
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.payment_content li {
    padding: unset !important;
}

.payment_content li::before {
    color: #D3A974;
    content: "•";
    padding-right: 10px;
    font-size: inherit;
    margin-left: 10px;
}

.popup_title_text {
    color: #d3a974;
    font-family: "Heebo", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: 99%;
    line-height: 30px;
}

.car_application_row {
    width: 90%;
}

.car_application_firstname,
.car_application_email,
.car_application_mobile {
    position: relative;
}

#car_application_firstname,
#car_application_email,
#car_application_mobile {
    height: 45px;
    margin-top: 15px;
    box-shadow: inset 0px 0px 8px 0px rgba(110, 79, 110, 0.91);
    border: 1px solid rgba(110, 79, 110, 0.91);
    background: none;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #2D323E;
    outline: none;
    width: 100%;
    background-color: #fff;
    padding: .5rem 1rem;
}

.car_application_firstname::after {
    display: inline-block;
    width: 20px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 27px;
    mix-blend-mode: multiply;
    content: "\f007";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #D7B65D;
}

.car_application_email::after {
    display: inline-block;
    width: 20px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 27px;
    mix-blend-mode: multiply;
    content: '\e829';
    font-family: "limme-fontello";
    color: #D7B65D;
}

.car_application_mobile::after {
    display: inline-block;
    width: 20px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 9px;
    top: 27px;
    mix-blend-mode: multiply;
    content: "\f095";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #D7B65D;
}

.car_application_inner_container {
    width: 450px;
    height: auto;
    padding: 40px 40px 40px 40px;
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 95vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.popup_logo {
    display: flex;
    justify-content: center;
}

.car_application_service_input {
    width: 100%;
    padding: 0 20px;
    margin-top: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.car_application_service_input input:checked {
    outline: none;
    background: #D3A974;
    background-clip: content-box;
}

.car_application_services {
    width: 100%;
}

#car_driver,
#car,
#private_tours {
    width: 15px;
    border: 3px solid #D3A974;
    cursor: pointer;
    border-radius: 50%;
    appearance: none;
    height: 15px;
}

.car_application_service_input label {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #2D323E;
    cursor: pointer;
}

.car_application_submit_wrapper {
    display: flex;
    justify-content: center;
    width: 90%;
}

#submit_application {
    margin-top: 30px;
    width: 100%;
}

/* #submit_application {
    height: 45px;
    margin-top: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    width: 100%;
    border: 0px solid #D7B65D;
    color: #192026;
    background-color: #D7B65D !important;
    animation: leave-btn 0.6s forwards;
}

#submit_application:hover {
    color: #2e2f33;
    animation: hover-btn 0.6s forwards;
} */

.e-font-icon-svg.e-eicon-close {
    height: 40px;
    width: 70px;
    fill: rgb(211, 169, 116);
}

.car_application_close {
    width: fit-content;
    position: absolute;
    right: 0;
    top: 10px;
}

.car_application_popup_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999999;
    display: none;
}

.car_application_form {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
}

@media screen and (max-width: 1109px) {
    .gallery_image {
        width: 49%;
        max-height: 450px;
    }
}

@media screen and (max-width:1036px) {
    .car_single_post_container.car_double_post_container {
        width: 49.4%;
    }
}

@media screen and (max-width:991px) {
    .car_single_post_container.car_double_post_container {
        width: 100%;
    }
}

@media screen and (max-width: 980px) {
    .single_post_service_data div {
        width: 100%;
    }

    .single_post_service_data {
        gap: 0;
    }

    .service_pricing_wrapper,
    .service_timing_inner_wrapper,
    .service_timing_wrapper {
        flex-direction: column;
    }

    .service_timing_inner_wrapper .service_time,
    .service_timing_inner_wrapper .service_distance {
        text-align: unset;
        padding: 25px 35px;
    }

    .service_data span {
        font-family: "Heebo", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px
    }

    .service_data {
        padding: 25px 35px;
    }
}

@media screen and (max-width: 788px) {
    .gallery_image {
        width: 48.9%;
        max-height: 450px;
    }
}

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

    .single_post_wrapper .car_post_type_heading {
        margin-bottom: 30px;
    }

    .car_header {
        height: 430.067px;
        min-height: 430.067px;
    }

    .car_header .car_post_type_header_content {
        min-height: 430.067px;
    }

    .car_post_type_heading {
        font-size: 40px !important;
    }

    .car_post_type_sub_heading {
        text-align: center;
    }

    .car_post_type_content_wrapper {
        padding: 20px 40px;
    }

    .car_post_type_content_heading {
        font-size: 30px;
    }

    .car_post_type_content p {
        font-size: 18px;
    }

    .car_post_title {
        font-size: 46px;
        text-align: center;
    }

    .submit_application_button {
        padding: 20px 20px;
    }

    .gallery_image {
        width: 100%;
        padding: 10px 15px;
    }

    .popup_title_text {
        width: 100%;
        font-size: 29px;
    }

    .payment_terms_heading,
    .payment_currency_heading,
    .single_post_content_wrapper .content_heading {
        font-size: 30px;
        line-height: 45px;
    }

    .payment_currency_heading {
        margin-top: 30px;
    }

    .single_post_description {
        grid-template-columns: unset;
    }

    .single_post_description .single_post_desc {
        gap: 40px;
    }

    .service_payment_wrapper>div {
        width: 100%;
    }

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

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

    .car_application_form {
        width: 100% !important;
    }

    .car_application_container {
        width: 100% !important;
        box-sizing: border-box;
    }

    .car_application_inner_container {
        width: 100%;
        box-sizing: border-box;
        margin: auto;
        position: relative;
        height: 100vh;
    }
}

@media screen and (max-width:433px) {
    .popup_title_text {
        width: 100%;
        font-size: 30px;
    }
}