<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    font-size: initial
}
:root {
    --color-white: white;
    --color-yellow: #f2df01;
    --dark-org: #fc4300;
    --color-blue: #014b94;
    --color-black: black;
    font-family: "Poppins", sans-serif;
}

.row {
    margin: 0px;
    padding: 0px;
}

.container-fluid,
.container {
    padding: 0px;
}

.row {
    margin: 0px;
    padding: 0px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

ul,
p {
    padding: 0px;
    margin: 0px;
}

.white {
    color: var(--color-white);
}

.flex_prop {
    display: flex;
    align-items: center;
}

img {
    width: 100%;
}

.font_14 {
    font-size: 14px !important;
}

li,
a {
    list-style: none;
    text-decoration: none;
}

.margin_top {
    margin-top: 70px;
}

.relative {
    position: relative;
}

.bg_common {
    background-color: var(--color-blue);
}

.bg_prop {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.border_3 {
    border-radius: 3px;
}

.border_5 {
    border-radius: 5px;
}

.black {
    color: var(--color-black);
}

.font_12 {
    font-size: 12px;
}

.font_13 {
    font-size: 13px;
}
.home-header {
    padding: 10px 0;
}
/*Hero Section*/
.hero_section {
    background-image: url("../Images/rental-car/bg1.webp");
    padding: 65px 0px;
}

.banner_content {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 30px;
}

.banner_para {
    font-size: 20px;
}

.line_1 {
    margin: 0px;
    margin-top: 2px;
    margin-bottom: 5px;
    height: 3px;
    background-color: var(--color-white);
    border: none;
    opacity: 1;
    border-radius: 5px;
    width: 100%;
}

.title_banner {
    font-weight: 600;
    font-size: 55px;
    letter-spacing: 2px;
}

.title_banner sup{
    font-size:18px;
    top:-30px;
}
.title_banner_small {
    font-size: 37px;
    font-weight: 400;
}

.color_yellow {
    color: var(--color-yellow);
}

.line_2 {
    height: 1px;
}

.call_us_link {
    background-color: var(--dark-org);
    color: var(--color-white);
    width: 100%;
    padding: 10px;
    font-size: 30px;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s;
}
    .call_us_link:hover{
        transform: scale(1.1);
        color: var(--color-white);
    }
    .hero_form_container {
        border: 6px solid rgba(255, 255, 255, 0.2);
        border-radius: 2px;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.1);
       
    }
        .hero_form_container a {
            color: var(--color-white);
        }

        .form_header {
            background-color: var(--color-white);
            border-radius: 3px;
            padding: 15px 20px;
        }

.font_weight_600 {
    font-weight: 600;
}

.form_para {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 2px 12px;
}

.sub_req_para_line {
    gap: 35px;
}

    .sub_req_para_line::after {
        content: "";
        width: 100%;
        height: 2px;
        border-radius: 50px;
        display: flex;
        background-color: var(--color-white);
    }

    .sub_req_para_line::before {
        content: "";
        width: 100%;
        height: 2px;
        border-radius: 50px;
        display: flex;
        background-color: var(--color-white);
    }

.rental_holder {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px 20px;
    gap: 6px;
}

.form-check .form-check-input {
    margin-left: initial;
    margin-top: initial;
}

.form-check-input:checked {
    border: 2px solid var(--color-white);
    background-color: transparent;
    box-shadow: none;
}

.form-check-input {
    width: 20px;
    height: 20px;
}
.hero_form_container{
    pointer-events: none;
}
.form-check-input:checked[type="radio"] {
    background-size: 20px;
}

.input_holder {
    background-color: var(--color-white);
    color: var(--color-black);
    padding: 10px 20px;
    gap: 10px;
}

    .input_holder i{
        font-size:20px;
    }

    .input_holder2 {
        padding: 6px 20px
    }
    .input_holder input {
        background-color: transparent;
        border: none;
        padding: 0px;
        font-size: 14px;
        font-weight: 300
    }

        .input_holder input:focus {
            box-shadow: none;
        }

.icon_form svg{
    height: 22px;
    width: 22px
}

.btn_qut {
    background-color: var(--dark-org);
    color: var(--color-white);
    border: none;
    width: 100%;
    padding: 15px;
    transition: 0.3s
}
.btn_qut:hover{
    background-color: var(--color-blue);
    color: var(--color-white);
}


.select_time {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding-left: 10px;
}

    .select_time select {
        border: none;
        outline: none;
        font-size: 14px;
        width: 90px;
        background-position: right;
        padding: 0px;
        background-size: 12px;
    }
       
        .select_time select:focus {
            box-shadow: none;
        }
/*What We Offers*/
.common_title {
    font-weight: 500;
    line-height: 55px;
}

.color_blue {
    color: var(--color-blue);
    text-transform: uppercase;
    font-weight: 600;
}

.title_lines {
    gap: 8px;
}

.line_one {
    width: 130px;
    height: 3px;
    background-color: var(--color-blue);
}

.line_two {
    width: 50px;
}

.offers_icon {
    width: 75px;
    height: 70px;
    padding: 18px;
    background-color: var(--color-blue);
}

.offers_container {
    gap: 15px;
    margin-top: 65px;
}

.offers_title {
    font-weight: 600;
    font-size: 20px;
}

.offers_content {
    width: calc(100% - 75px);
}

.car_img_big {
    height: 370px;
    margin-bottom: -30px !important;
}

    .car_img_big img {
        height: 100%;
        object-fit: contain;
        margin-bottom: -30px;
    }

.padding_bottom {
    padding-bottom: 50px;
}
/*Discount*/
.dis_cont {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.discount_bg {
    background-image: url("../Images/rental-car/dis-bg.png");
    z-index: 3;
}

.discount_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}

.des_header {
    width: 100%;
    padding: 18px;
    background-color: var(--color-blue);
    opacity: 0.9;
    border-radius: 5px 5px 0px 0px;
}

.para_dis {
    text-transform: uppercase;
    font-weight: 500;
}

.margin_minus {
    margin-top: -35px;
    position: relative;
    z-index: 9;
}

.tick_icon {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    z-index: 99;
}

.num {
    font-weight: 700;
    font-size: 80px;
    color: #17100a;
    margin-bottom: -10px;
    letter-spacing: 2px;
}

.hero_circle::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 3px solid var(--color-white);
    border-radius: 50%;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    background-color: var(--dark-org);
}

.next_title {
    font-size: 18px;
}

.after_line {
    display: flex;
    align-items: center;
}

.num {
    position: relative;
}

    .num::after {
        content: "";
        position: absolute;
        right: -100px;
        width: 60%;
        border-top: 2px dashed rgba(0, 0, 0, 0.7);
    }

.remove_after::after {
    display: none;
}
.bg_next {
    background-image: url("../Images/rental-car/cloud-car.png");
}
.testimonal{
    background: none;
    padding: 0px !important;
    margin: 0px !important;
}
.testi-card {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    background: #f9f9f9;
}
.tittle-sec{
    display: none
}
/*Brand*/
.brand_grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 30px;
}

.brand_bg {
    background-color: var(--color-white);
    padding: 20px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.brand_img {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
    .brand_img img{
        border-radius: 5px
    }
    /*Media Query*/
    @media screen and (max-width: 1200px) {
        .common_padding {
        padding: 0px 12px;
    }

    .title_banner {
        font-size: 40px;
    }

    .banner_para {
        font-size: 18px;
    }
    .testimonal .tittle-sec, .how-work .tittle-sec{
        padding: 0px 12px;
    }
    .footer {
        padding: 0px 12px
    }
}

@media screen and (max-width: 992px) {
    .car_conti {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0.2;
    }

    .offers_container {
        margin-top: 30px;
    }

    .discount_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .num::after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .margin_top {
        margin-top: 40px;
    }

    .offers_icon {
        width: 65px;
        height: 60px;
    }

    .offers_content {
        width: calc(100% - 65px);
    }
    .brand_grid {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 14px 20px;
    }
    .flex_prop{
        flex-direction:inherit;
    }
    }

@media screen and (max-width: 568px) {
    p,
    li,
    label,
    input {
        font-size: 14px;
    }

    .margin_top {
        margin-top: 30px;
    }

    .hero_section {
        background-image: url(../Images/rental-car/mobile-view.webp);
    }

    .banner_content {
        padding: 20px;
    }

    .title_banner {
        font-size: 35px;
    }

    .title_banner_small {
        font-size: 27px;
    }

    .form_header {
        padding: 10px;
    }

    .rental_holder {
        padding: 7px 14px;
    }

    .icon_form svg {
        width: 15px;
        height: 15px;
    }

    .banner_para {
        font-size: 16px;
    }

    .form_para {
        font-size: 12px;
    }

    .call_us_link {
        font-size: 26px;
    }

    .hero_form_container {
        padding: 10px;
    }

    .input_holder input {
        font-size: 12px;
    }

    .hero_form_container {
        border: 3px solid rgba(255, 255, 255, 0.2);
    }

    .sub_req_para_line {
        gap: 25px;
    }

    .input_holder {
        padding: 10px;
        gap: 8px;
    }
    .input_holder2 {
        padding: 4px 10px;
    }
    .select_time {
        padding-left: 5px;
    }

        .select_time select {
            font-size: 10px;
            width: 55px;
            background-size: 7px;
        }

    .car_img_big img {
        object-fit: initial;
        width: 300px;
        margin-bottom: 30px;
    }
    .bg_next {
        background-image: url(../Images/rental-car/cloud-car-mob.webp)
    }
    .hero_section {
        padding: 30px 0px;
    }

    .padding_bottom {
        padding-bottom: 30px;
    }

    .car_img_big {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .discount_grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .car_conti {
        position: initial;
        left: initial;
        transform: initial;
        opacity: 1;
    }

    .num {
        font-size: 40px;
    }

    .common_title {
        font-size: 25px;
        line-height: 35px;
    }

    .next_content .font_14 {
        font-size: 11px !important;
    }

    .hero_circle::after {
        width: 14px;
        height: 14px;
        right: 19px;
    }

    .tick_icon {
        width: 80px;
    }

    .offers_title {
        font-size: 16px;
    }

    .font_13 {
        font-size: 11px;
    }

    .offers_icon {
        width: 55px;
        height: 55px;
        padding: 10px;
    }

    .offers_content {
        width: calc(100% - 55px);
    }

    .offers_container {
        gap: 10px;
    }

    .next_title {
        font-size: 14px;
    }

    .next_content .font_14 {
        font-size: 10px;
    }

    .line_one {
        width: 80px;
    }

    .line_two {
        width: 25px;
    }
    .brand_bg &gt; h5 {
        font-size: 18px;
        line-height: 26px;
    }
    .brand_bg{
        padding: 15px
    }
}
</pre></body></html>