﻿
:root {
    --border: #e6e6e6;
    --accent: #2aa6a6;
    --muted: #000000;
    --bg: #ffffff;
    --font: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
/** CAR RENAL PAGES CSS **/

.daus_destinati .container-fluid {
    width: 1300px;
}

.car_content h3, .car_content h4, .car_content h5 {
    font-size: 1.3rem;
    margin: 0 0 10px 0;
    color: #0f0f0f;
    font-weight: 600;
}

.car_content p {
    font-size: 14px;
    margin: 0 0 10px 0;
    color: #333;
}
.car_content ul li {
    font-size: 14px;
}

.eXHfhQ {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    background: #edf2fa;
    height: auto;
    padding: 15px 0 0px 0;
}

.fs_unmask {
    display: flex;
}

.searchcabs_mt, .question1, .typesofdriv label {
    margin-bottom: 0;
}

.pick_colum_drop {
    width: 38%;
    padding: 0 5px;
}

.pickup_colum {
    width: 19%;
    padding: 0 5px;
}

.cabs_dates {
    width: 12%;
    padding: 0px 5px;
}

.colum_drop_time {
    width: 14%;
    padding: 0 5px;
}

.colums_ser {
    width: 10%;
    padding: 0 5px;
}

/*.drops_pick {
                        display: contents;
                    }*/

/* .answer_driv {
            display: contents;
        }*/

.DriveLanding {
    background-color: #02253B;
    border-radius: 10px;
    padding: 16px 16px;
    box-shadow: rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.16) 0px 2px 8px 0px, rgba(0, 0, 0, 0.16) 0px 10px 8px -5px, rgba(0, 0, 0, 0.16) 0px 12px 32px -2px;
}

.Discover_mbeY {
}

    .Discover_mbeY h1 {
        font-size: 26px;
        font-weight: 600;
        margin: 0 0 8px 0;
        line-height: 26px;
        color: #ffffff;
    }

    .Discover_mbeY h2 {
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 25px 0;
        line-height: 26px;
        color: #ffffff;
    }

.typesofdriv {
    display: flex;
    margin: 0 0 15px 0;
}

.question1 span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.question1 input[type="checkbox"] {
    position: relative;
    border: 2px solid #ffffff;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 2px 2px 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    opacity: 0.5;
}

    .question1 input[type="checkbox"]:hover {
        opacity: 1;
    }

    .question1 input[type="checkbox"]:checked {
        background-color: #ffffff;
        opacity: 1;
    }

        .question1 input[type="checkbox"]:checked:before {
            content: "";
            position: absolute;
            right: 50%;
            top: 50%;
            width: 4px;
            height: 10px;
            border: solid #ff6600; /* Default border */
            border-width: 0 2px 2px 0;
            margin: -1px -1px 0 -1px;
            transform: rotate(45deg) translate(-50%, -50%);
            z-index: 2;
        }

    .question1 input[type="checkbox"]:before {
        content: "";
        position: absolute;
        right: 50%;
        top: 50%;
        width: 4px;
        height: 10px;
        border: none; /* Remove the border when checked */
        transform: rotate(45deg) translate(-50%, -50%);
        z-index: 2;
    }

.question2 {
    margin: 0 0 0 15px;
}

    .question2 span {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
    }

    .question2 input[type="checkbox"] {
        position: relative;
        border: 2px solid #ffffff;
        border-radius: 2px;
        background: none;
        cursor: pointer;
        line-height: 0;
        margin: 2px 2px 0 0;
        outline: 0;
        padding: 0 !important;
        vertical-align: text-top;
        height: 18px;
        width: 18px;
        -webkit-appearance: none;
        opacity: 0.5;
    }

        .question2 input[type="checkbox"]:hover {
            opacity: 1;
        }

        .question2 input[type="checkbox"]:checked {
            background-color: #ffffff;
            opacity: 1;
        }

            .question2 input[type="checkbox"]:checked:before {
                content: "";
                position: absolute;
                right: 50%;
                top: 50%;
                width: 4px;
                height: 10px;
                border: solid #ff6600; /* Default border */
                border-width: 0 2px 2px 0;
                margin: -1px -1px 0 -1px;
                transform: rotate(45deg) translate(-50%, -50%);
                z-index: 2;
            }

        .question2 input[type="checkbox"]:before {
            content: "";
            position: absolute;
            right: 50%;
            top: 50%;
            width: 4px;
            height: 10px;
            border: none; /* Remove the border when checked */
            transform: rotate(45deg) translate(-50%, -50%);
            z-index: 2;
        }


.radio_bntAge {
    margin: 0 0 0 10px;
}

    .radio_bntAge .radio_labels {
        font-size: 14px;
        margin: 0;
        color: #fff;
    }

    .radio_bntAge input[type=radio] {
        position: absolute;
        opacity: 0;
    }

        .radio_bntAge input[type=radio] + .radio_labels:before {
            content: "";
            background: #ffffff;
            border-radius: 100%;
            border: 1px solid #20595e;
            display: inline-block;
            width: 18px;
            height: 18px;
            position: relative;
            top: 1px;
            margin-right: 6px;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            transition: all 250ms ease;
        }

        .radio_bntAge input[type=radio]:checked + .radio_labels:before {
            background-color: #20595e;
            box-shadow: inset 0 0 0 4px #ffffff;
        }

        .radio_bntAge input[type=radio]:focus + .radio_labels:before {
            outline: none;
            border-color: #3197EE;
        }

        .radio_bntAge input[type=radio]:disabled + .radio_labels:before {
            box-shadow: inset 0 0 0 4px #f4f4f4;
            border-color: #b4b4b4;
            background: #b4b4b4;
        }

        .radio_bntAge input[type=radio] + .radio_labels:empty:before {
            margin-right: 0;
        }

.form-group {
    margin-bottom: 1rem;
}

    .form-group.cabfileds {
        position: relative;
    }

.cabs_icons {
    position: absolute;
    width: 28px;
    height: 56px;
    z-index: 1;
    left: 0;
    text-align: center;
    line-height: 55px;
}

    .cabs_icons img {
        width: 16px;
    }

.carserch_fm {
    border: none;
    font-size: 14px;
    padding: 12px 8px 10px 30px;
    background-color: #fff;
    height: 55px;
    font-weight: 500;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


.sc_aXZVg_eytBJU {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.16) 0px 2px 8px 0px, rgba(0, 0, 0, 0.16) 0px 10px 8px -5px, rgba(0, 0, 0, 0.16) 0px 12px 32px -2px;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    float: right;
}

    .sc_aXZVg_eytBJU h3 {
        font-size: 22px;
        margin: 0 0 20px 0;
        font-weight: 600;
        color: #20595e;
        line-height: 22px;
    }

    .sc_aXZVg_eytBJU ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .sc_aXZVg_eytBJU ul li {
            font-size: 15px;
            color: #333;
            display: flex;
            padding: 0 0 12px 0;
        }

            .sc_aXZVg_eytBJU ul li span {
                width: 18px;
                height: 18px;
                background: #28a745;
                margin: 2px 6px 0 0;
                font-size: 12px;
                color: #fff;
                text-align: center;
                border-radius: 20px;
            }

.lpumb_largest {
    padding: 45px 0;
}

.heading_cars {
    margin: 0 0 30px 0;
}

    .heading_cars h4 {
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 0 0;
        line-height: 24px;
    }

.partners_logos {
}

    .partners_logos ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        justify-content: space-between;
    }

        .partners_logos ul li {
            border-radius: 4px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, .161);
        }

            .partners_logos ul li img {
                width: 88px;
                border-radius: 5px;
            }

.why_coah {
    padding: 25px 0 0 0;
}

.Usps_usp__kLWpK {
    text-align: left;
    transition: all .4s ease;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .161);
    padding: 15px;
    /*border: 1px solid #eef0f0;*/
}

    .Usps_usp__kLWpK img {
        width: 60px;
        float: left;
        margin: 5px 15px 5px 0;
    }

    .Usps_usp__kLWpK h4 {
        font-size: 20px;
        color: #3d3d3d;
        margin: 0px 0 5px 0;
        font-weight: 600;
    }

    .Usps_usp__kLWpK p {
        font-size: 14px;
        color: #333;
        margin: 0 0 0px 0;
        font-weight: 400;
    }

.rentalcars_mains {
    padding: 0 0 20px 0;
}

.Askedcard_qa {
}

    .Askedcard_qa h2 {
        font-size: 1.3rem;
        line-height: 24px;
        margin: 0 0 28px 0;
        font-weight: 600;
    }

.button_solres {
    width: 100%;
    border: none;
    padding: 14px 0;
    margin-top: 0;
    border-radius: 2px;
    font-size: 18px;
    cursor: pointer;
    background: #ff6600;
    color: #fff;
    font-weight: 600;
}
/*Cars page collapsible section css start*/
.ours_faq .card {
    margin: 0 0 20px 0;
}

    .ours_faq .card .card-header {
        padding: 10px 16px 8px 15px;
        border-bottom: solid 1px #dfdfdf;
        background: #edf2fa;
        border-left: solid 3px #20595e;
    }

        .ours_faq .card .card-header a {
            text-decoration: none;
            color: inherit;
        }

        .ours_faq .card .card-header i {
            font-size: 22px;
            float: right;
            transition: transform 0.3s;
        }

        .ours_faq .card .card-header.active i {
            transform: rotate(180deg);
        }

        .ours_faq .card .card-header h3 {
            font-size: 16px;
            font-weight: 400;
            margin: 0;
            color: #20595e;
        }

    .ours_faq .card .card-block p {
        margin: 0px;
        font-size: 14px;
        padding: 10px 0 10px 15px;
    }
.BookCarRental{
    margin-top:35px;
}
/*Cars page collapsible section css end*/
.interlink-items {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.interlink_list {
    margin-right: 20px;
    width: 23% !important;
}

    .interlink_list a {
        text-decoration: none;
        color: #000;
    }

.sitemaps_lists h4 {
    background: #20595e !important;
    padding: 10px !important;
    color: #fff !important;
    border-radius: 0;
    margin: 0 0 1px 0 !important;
}

.sitemaps_lists ul {
    padding: 0 12px !important;
    margin: 0;
}

.sitemaps_lists {
    padding: 0 !important;
    padding-bottom: 10px !important;
    border: solid 1px;
    border-radius: 0;
    margin-top: 20px !important;
}

    .sitemaps_lists h4:before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0px;
        width: 0;
        height: 0;
        background: #fff;
    }

.ListingsBox_cars {
    background-color: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.2) 0px 0px 2px 0px, rgba(0, 0, 0, 0.12) 0px 4px 2px -2px, rgba(0, 0, 0, 0.16) 0px 4px 8px -1px;
    margin-bottom: 20px;
}

.ccpRiB_DwOrM {
    min-height: auto;
}

    .ccpRiB_DwOrM .ccpImg1 {
        width: 60%;
    }

    .ccpRiB_DwOrM .ccpImg2 {
        width: 40%;
    }

.Flexsc1_middle {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 15px 0;
}

.cabsborde_gp {
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
}

.Box_scn9h3nv {
    width: 69%;
}

    .Box_scn9h3nv h3 {
        font-size: 18px;
        color: #333;
        margin: 0px 0 10px 0;
        line-height: 18px;
        font-weight: 600;
    }

    .Box_scn9h3nv h6 {
        font-size: 13px;
        margin: 0 0 10px 0;
        color: #777;
        font-weight: 400;
    }

    .Box_scn9h3nv ul {
        list-style: none;
        padding: 0px;
        margin: 0 0 20px 0;
    }

        .Box_scn9h3nv ul li {
            font-size: 13px;
            display: inline-block;
            color: #333;
            margin: 0 5px 0 0;
        }

            .Box_scn9h3nv ul li i {
                margin-right: 2px;
            }

    .Box_scn9h3nv h5 {
        font-size: 13px;
        font-weight: 600;
        margin: 0 0 0 0;
    }

    .Box_scn9h3nv p {
        font-size: 12px;
        font-weight: 400;
        margin: 4px 0 0 0;
        color: #333333;
        line-height: 15px;
        padding: 0 20px 0 0;
    }

    .Box_scn9h3nv h4 {
        margin: 12px 0 0 0;
        font-size: 13px;
        font-weight: 400;
        color: #28a745;
    }

        .Box_scn9h3nv h4 span {
            background: #f60;
            padding: 8px 12px;
            display: inline-block;
            color: #fff;
            line-height: 14px;
            border-radius: 4px;
            margin: 0 5px 0 0;
        }

.Box_scnOnly {
    margin: 0px 0 0 0;
}

    .Box_scnOnly ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .Box_scnOnly ul li {
            font-size: 12px;
            margin: 0 0 0 0;
            line-height: 22px;
        }

            .Box_scnOnly ul li img {
                width: 12px;
                margin: 0 4px 0 0;
            }

.Box_sc_n9h3nv {
    padding: 15px 12px 15px 12px;
    text-align: center;
    position: relative;
}

    .Box_sc_n9h3nv h3 {
        font-size: 22px;
        font-weight: 600;
        color: #20595e;
        margin: 0 0 10px 0;
    }

        .Box_sc_n9h3nv h3 span {
            font-size: 16px;
        }

        .Box_sc_n9h3nv h3 strong {
            font-size: 16px;
            font-weight: 600;
        }

    .Box_sc_n9h3nv p {
        font-size: 12px;
        margin: 5px 0 0 0;
        line-height: 12px;
        color: #28a745;
    }

.carPay_Later {
    background: #f60;
    font-size: 14px;
    border: none;
    padding: 10px 20px;
    display: inline-block;
    line-height: 14px;
    border-radius: 2px;
    color: #fff;
}

.Box_sc_n9h3nv a {
    position: absolute;
    bottom: 8px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    left: 0;
    color: #f60;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}
/** MOBILE RESPONSIVE CSS **/
@media (min-width: 220px) and (max-width: 319px) {
    #desktopsinginclick {
        display: none;
    }

    .daus_destinati .container-fluid {
        width: 100%;
    }

    .daus_destinati {
        padding: 25px 0 25px 0 !important;
    }

    .Discover_mbeY h1 {
        font-size: 20px;
    }

    .Discover_mbeY h2 {
        display: none;
    }

    .typesofdriv {
        display: block;
    }

    .question2 {
        margin: 5px 0 0 0px;
    }

    .sc_aXZVg_eytBJU {
        width: 100%;
        float: right;
        margin-top: 15px;
    }

    .fullage_driv {
        margin: 10px 0 0 -10px;
    }

    .Usps_usp__kLWpK {
        margin-bottom: 10px;
    }

    .cabsborde_gp {
        border: none;
    }

    .Box_scnOnly {
        display: none;
    }

    .ccpRiB_DwOrM img {
        /* width: 60%;*/
        margin: 0 auto;
        display: block;
    }

    .Box_scn9h3nv {
        width: 100%;
        text-align: center;
        padding: 10px 10px 10px 10px;
    }

    .Box_sc_n9h3nv {
        padding: 0px 12px 0px 12px;
        text-align: center;
        position: relative;
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .carrentals_moifiy {
        display: block;
    }

    .iatFnJ_byXdYb ul li img {
        width: 10px;
        margin: -3px 0px 0 0;
    }

    .iatFnJ_byXdYb ul li {
        font-size: 8px;
        padding: 0 2px;
    }

    .Flexsc1_middle {
        padding: 0;
    }

}

@media (min-width: 320px) and (max-width: 479px) {
    #desktopsinginclick {
        display: none;
    }

    .daus_destinati .container-fluid {
        width: 100%;
    }

    .daus_destinati {
        padding: 25px 0 25px 0 !important;
    }

    .Discover_mbeY h1 {
        font-size: 20px;
    }

    .Discover_mbeY h2 {
        display: none;
    }

    .typesofdriv {
        display: block;
    }

    .question2 {
        margin: 5px 0 0 0px;
    }

    .sc_aXZVg_eytBJU {
        width: 100%;
        float: right;
        margin-top: 15px;
    }

    .fullage_driv {
        margin: 10px 0 0 -10px;
    }

    .Usps_usp__kLWpK {
        margin-bottom: 10px;
    }

    .cabsborde_gp {
        border: none;
    }

    .Box_scnOnly {
        display: none;
    }

    .ccpRiB_DwOrM img {
        /* width: 60%;*/
        margin: 0 auto;
        display: block;
    }

    .Box_scn9h3nv {
        width: 100%;
        text-align: center;
        padding: 10px 10px 10px 10px;
    }

    .Box_sc_n9h3nv {
        padding: 0px 12px 0px 12px;
        text-align: center;
        position: relative;
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .carrentals_moifiy {
        display: block;
    }

    .iatFnJ_byXdYb ul li img {
        width: 10px;
        margin: -3px 0px 0 0;
    }

    .iatFnJ_byXdYb ul li {
        font-size: 8px;
        padding: 0 2px;
    }

    .Flexsc1_middle {
        padding: 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #desktopsinginclick {
        display: none;
    }

    .daus_destinati .container-fluid {
        width: 100%;
    }

    .daus_destinati {
        padding: 25px 0 25px 0 !important;
    }

    .Discover_mbeY h1 {
        font-size: 20px;
    }

    .Discover_mbeY h2 {
        display: none;
    }

    .typesofdriv {
        display: block;
    }

    .question2 {
        margin: 5px 0 0 0px;
    }

    .sc_aXZVg_eytBJU {
        width: 100%;
        float: right;
        margin-top: 15px;
    }

    .fullage_driv {
        margin: 10px 0 0 -10px;
    }

    .Usps_usp__kLWpK {
        margin-bottom: 10px;
    }

    .cabsborde_gp {
        border: none;
    }

    .Box_scnOnly {
        display: none;
    }

    .ccpRiB_DwOrM img {
        /*  width: 60%;*/
        margin: 0 auto;
        display: block;
    }

    .Box_scn9h3nv {
        width: 100%;
        text-align: center;
        padding: 10px 10px 10px 10px;
    }

    .Box_sc_n9h3nv {
        padding: 0px 12px 0px 12px;
        text-align: center;
        position: relative;
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .Flexsc1_middle {
        padding: 0;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #desktopsinginclick {
        display: none;
    }

    .daus_destinati .container-fluid {
        width: 100%;
    }

    .daus_destinati {
        padding: 25px 0 25px 0 !important;
    }

    .Discover_mbeY h1 {
        font-size: 20px;
    }

    .Discover_mbeY h2 {
        display: none;
    }

    .typesofdriv {
        display: block;
    }

    .question2 {
        margin: 5px 0 0 0px;
    }

    .sc_aXZVg_eytBJU {
        width: 100%;
        float: right;
        margin-top: 15px;
    }

    .fullage_driv {
        margin: 10px 0 0 -10px;
    }

    .Usps_usp__kLWpK {
        margin-bottom: 10px;
    }

    .cabsborde_gp {
        border: none;
    }

    .Box_scnOnly {
        display: none;
    }

    .ccpRiB_DwOrM img {
        /*  width: 60%;*/
        margin: 0 auto;
        display: block;
    }

    .Box_scn9h3nv {
        width: 100%;
        text-align: center;
        padding: 10px 10px 10px 10px;
    }

    .Box_sc_n9h3nv {
        padding: 0px 12px 0px 12px;
        text-align: center;
        position: relative;
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .Flexsc1_middle {
        padding: 0;
    }
}
