﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


body{       font-family: "Open Sans", sans-serif!important;}


.cookie-active .new_contact_page-contact-section {
    background: aliceblue;
    padding: 130px 0 90px;
}
.cookie-active .hero-section{    padding: 10rem 20px 1rem;}
@media (max-width: 767px) {
    .cookie-active .hero-section{    padding:8rem 5px 1rem;}
    .cookie-active .call_banner_offer_card {   padding-top: 6rem;
  
}
}
.rj_car_form {
    max-width: 950px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 7px;
    margin: 0px auto;
    background: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 10px;
}

.car_search{background-color:#fff;border-radius:15px;padding:1rem 1.8rem;box-shadow:0 10px 30px rgba(0,0,0,0.18);}

.car_input input{width:100%;height:42px;padding:8px 8px 8px 28px;border-radius:8px;border:1px solid #dcdcdc;font-size:15px;font-weight:500;text-overflow:ellipsis;}
.car_input{margin-bottom:20px;position:relative;}
.car_input {
    position: relative;
    margin-bottom:15px;
}

.car_input svg {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #555;
}

.car_input input,
.car_input select {
    width: 100%;
    padding: 12px 12px 12px 30px; 
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    font-size: 14px;background:#fff;
}

.car_input label {
    position: absolute;
    left:32px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 14px;
    pointer-events: none;
    transition: all 0.3s ease;
}

.car_input input:focus + label,
.car_input input:not(:placeholder-shown) + label,
.car_input select:focus + label,
.car_input select:not([value=""]) + label {
    top:0px;
    left:30px;
    font-size: 12px;
    color: #090a0a;
    background: #fff;
    padding: 0 5px;
}



.car_input svg{position:absolute;top:20px;left:7px;width:18px;height:18px;stroke:#6d6b6b}
.car_input select{width:100%;padding-left:28px;height:42px;border:1px solid #dcdcdc;}

.car_input_btn button{background:#0088CA;color: #fff;border: none;border-radius:8px;padding: 10px;font-size: 16px;cursor: pointer;transition: 0.3s;width:100%;font-weight:500;}
.car_input_btn button:hover{background:linear-gradient(90deg, #ff3133 22%, #001a64 82%);}
 .time-dropdown {
    width: 150px;
    padding: 8px;

    border-radius:8px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
  }
  .time-dropdown:focus {
    outline: none;
    border-color: #007bff;
  }
   .car_site{background-image: linear-gradient(89deg, rgb(4 4 4 / 41%) 3.04%, rgb(10 10 11 / 40%) 34.3%, rgb(27 29 32 / 0%) 82.23%), url(/images/home_banner.webp);
    width: 100%;
    padding: 11rem 0 0rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 365px;position:relative;    margin-bottom: 17rem;}
   .car_site::before {content:"";position:absolute;inset:0;z-index:1;}
   .new_search{position:relative;z-index:2;}
   .new_search h1{ font-size:32px;font-weight: 700;color:#fff;margin-bottom:2.5rem;padding-top:0rem;}
  
   .car_rentals_agent_img{position:relative;}
    .car_rentals_agent_img:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #2b5f78;
    animation: all 1s infinite alternate;
    background: #a6ef52;
    border-radius: 100%;
    bottom: 0;
    right: 0px;
    z-index: 9;
    pointer-events: none;
}

    @keyframes all{0% {
    transform: scale(0.8);
}
100% {
    transform: scale(1.2);
}}
    .topnumber1 {
    display: flex;
    gap: 8px;    line-height: 22px;    align-items: center;
}
    .live-indicator1
 {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #d00;
    background-color: rgb(255 255 255);
    padding: 1px 10px;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: fit-content;
    font-size: 12px;
}

    .live-indicator1 .dot1 {
    height: 8px;
    width: 8px;
    margin-right: 4px;
    background-color: red;
    border-radius: 50%;
    animation: blink12 1s infinite;
}

    @keyframes blink12{0%, 100% {
    opacity: 1;
}
50% {
    opacity: 0.2;
}}


.rj_top_box div{width:100%;}

.rj_car_form{
      max-width: 950px;
    margin: 0 auto;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 2px 7px #00000024;
}

.rj_top_box,
.rj_bottom_box{
    border:1px solid #ddd;
    background:#fff;
    min-height:53px;
    display:flex;
    align-items:center;
    padding:0 5px;
    gap:8px;
}

.rj_top_box svg,
.rj_bottom_box svg{
    width:18px;
    height:18px;
    flex-shrink:0;
    stroke:#333;
}

.rj_top_box small,
.rj_bottom_box small{
    display:block;
    font-size:11px;
    text-transform:uppercase;
    color:#000;
    margin-bottom:0px;
}

.rj_top_box input,
.rj_bottom_box input,
.rj_top_box select,
.rj_bottom_box select{
    border:none;
    outline:none;
    background:none;
    width:100%;
    padding:0;
    font-size:14px;
    font-weight:600;
    text-overflow:ellipsis;
  
    padding:3px 8px 3px 0;
}
.rj_top_box input,
.rj_bottom_box input{text-overflow:ellipsis;}
.rj_btn{
      width: 98%;
    height:53px;
    border:none;
    border-radius:10px;
  background: linear-gradient(90deg, #0869ac 0%, #0067b1 100%);
    color:#fff;
    font-size:16px;
    font-weight:600;    margin-left: 6px;    justify-content: center;
    align-items: center; display:flex;
}
.top_border{border-top-left-radius:8px;border-bottom-left-radius:8px;}
.bottom_border{border-top-right-radius:8px;border-bottom-right-radius:8px;}
.rj_check{
    display:flex;
    gap:12px;
    margin-top:8px;
    align-items:flex-start;
}

.rj_check input{
    width:20px;
    height:20px;
}

.rj_check span{
    font-size:12px;
    line-height:1.7;
    font-weight:300;
}

.rj_check a{
    color:#4187ff;
}

.rj_error_field{
    background:#ffdede !important;
    border:1px solid #ff3b30 !important;
}

.rj_error_field input,
.rj_error_field select{
    background:transparent !important;
    color:#8b0000 !important;
}

.rj_error_field small,
.rj_error_field svg{
    color:#8b0000 !important;
}




  /*<!------------new-------------spanish--------------css------------------------!>*/

  .hero-section{
    padding: 7.5rem 0 2rem 0;
}

.hero-box{

      max-width: 1280px;
    margin: auto;
    position: relative;
    border-radius: 22px;
    overflow: visible;
    background-image: linear-gradient(rgb(4 4 4 / 0%) 3.04%, rgb(10 10 11 / 0%) 34.3%, rgb(0 0 0 / 61%) 82.23%), url(/images/home_banner.webp);
    height: 560px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.hero-content{

    text-align:center;
        color: #fff;
    padding-top: 18rem;
}

.hero-content h1{
font-size: 50px;
    font-weight: 700;
    margin-bottom: 8px;
}

.hero-content p{
    font-size: 17px;
    max-width: 760px;
    margin: auto;
    line-height: 1.7;
    font-weight: 400;    margin-bottom: 16px;
}




.privacy{

    margin-top:18px;
    text-align:center;
    font-size:12px;
    color:#888;
    line-height:1.6;
}


.car-segment-section{
    padding:90px 0;
    background:#fff;
}

.container{
    width:100%;
    max-width:1320px;
    margin:auto;
    padding:0 15px;
}

.segment-wrapper{
    display:grid;
grid-template-columns: 40% 60%;
    gap:35px;
    align-items:start;
}

/*==============================
    LEFT IMAGE
===============================*/

.segment-left{
    position:relative;
    overflow:hidden;
    border-radius:22px;
    height:530px;
}

.segment-left img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.segment-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
    rgba(0,0,0,.78),
    rgba(0,0,0,.18) 55%,
    rgba(0,0,0,0));
}

.segment-bottom{
    position:absolute;
    left:28px;
    right:28px;
    bottom:28px;
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
}

.segment-bottom h3{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin-bottom:8px;
}

.segment-bottom p{
    color:#e9e9e9;
    font-size:14px;
    line-height:1.6;
    max-width:260px;
}

.segment-bottom a{
    width:44px;
    height:44px;
    background:#ff9d00;
    color:#111;
    border-radius:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    transition:.3s;
    flex-shrink:0;
}

.segment-bottom a:hover{
    transform:translateY(-3px);
}

/*==============================
    RIGHT
===============================*/

.section-tag{
    display:inline-block;
    background:#fff5dc;
    color:#d08b00;
    font-size:12px;
    font-weight:700;
    padding:7px 14px;
    border-radius:30px;
    margin-bottom:15px;
}

.segment-right h2{
 font-size:36px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 700;
}

.section-desc{
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    max-width: 640px;
    margin-bottom: 27px;
    font-weight: 400;
}

/*==============================
    CAR GRID
===============================*/

.cars-grid{
    /*display:grid;
    grid-template-columns:repeat(3,1fr);*/
    gap:10px;
}

.car-card{
    background:#f6f6f6;
    border-radius:18px;
    padding:20px;
    position:relative;
    overflow:hidden;
    transition:.35s;
}

.car-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.card-top h4{
       font-size: 16px;
    margin-bottom: 4px;
    color: #000000;
    font-weight: 700;
}

.card-top span{
    color:#000;
    font-size:13px;
}

.car-image{
    text-align:center;
    margin: 0;
}

.car-image img{
 width: 138px;
    /* max-width: 190px;*/
    transition:.4s;
}

.car-card:hover .car-image img{
    transform:scale(1.06);
}

.card-bottom{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}

.card-bottom h5{
    font-size:15px;
    line-height:1.4;
    margin-bottom:8px;
    color:#111;
}

.card-bottom p{
    font-size:12px;
    color:#000;
    line-height:1.6;
    max-width:140px;
}

.card-bottom a{
    width:40px;    padding: 12px;
    height:40px;
    background:#ff9d00;
    border-radius:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#111;
    text-decoration:none;
    flex-shrink:0;
    transition:.3s;
}
.segment-bottom a{ padding: 12px;}

.card-bottom a:hover{
    transform:rotate(15deg);
}

/*==============================
    1200px
===============================*/

@media(max-width:1200px){

.segment-wrapper{
  display:unset;
}


}


.rental-process{
    background:#fff;
}

.container{
    max-width:1320px;
    margin:auto;
    padding:0 15px;
}

.section-heading{
    margin-bottom:45px;
}

.section-heading h2{
    font-size:40px;
    font-weight:700;
    color:#000;
    margin-bottom:12px;
}

.section-heading p{
    max-width:760px;
    color:#000;
    line-height:1.8;
    font-size:16px;
}

/* Grid */

.process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}

/* Card */

.process-card{
    position:relative;
}

.step-number{
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
    color: #111;
    margin-bottom: 18px;
    position: absolute;
    top: 0;
    left: 32px;
}

.process-image{
    border-radius:20px;
    overflow:hidden;
    margin-bottom:22px;    position: relative;
}

.process-image img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
    transition:.45s;
}

.process-card:hover img{
    transform:scale(1.08);
}

.process-content h3{
    font-size:22px;
    margin-bottom:6px;
    font-weight:700;
    color:#000;
}

.process-content p{
    color:#000;
    font-size:15px;
    line-height:1.7;
}

/* Hover */

.process-card{
    transition:.35s;
}

.process-card:hover{
    transform:translateY(-8px);
}



@media(max-width:992px){

.process-grid{
    grid-template-columns:repeat(2,1fr);
}

.section-heading h2{
    font-size:36px;
}

.process-image img{
    height:240px;
}

}


/*====================================
    VALUE RENTAL SECTION
====================================*/

.value-rental-section{
     padding: 50px 0px;
    background:#fff;
    position:relative;
}


/*========================
    Heading
========================*/

.section-title{
    text-align:center;
    max-width:900px;
    margin:0 auto 70px;
}

.sub-title{
    display:inline-block;
    font-size:14px;
    font-weight:700;
    color:#f5a623;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:12px;
}

.section-title h2{
   font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    color: #000000;
    margin-bottom: 18px;
}

.section-title p{
    color:#666;
    font-size:16px;
    line-height:1.8;
}

.circle-bg{
   position: absolute;
    width: 880px;
    height: 795px;
    left: 50%;
    top: -6%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-image: url(/images/Ellipse.svg);
    background-size: cover;
    z-index: 0;
    background-position: bottom;
}




.value-heading{

    text-align:center;
    margin:auto;

}

.value-heading span{

    color:#f4a100;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:13px;

}

.value-heading h2{

    font-size:40px;
    line-height:1.2;
    margin:15px 0;
    color:#000;
    font-weight:700;

}

.value-heading p{

    color:#000;
    line-height:1.8;
    max-width:790px;
    margin:auto;

}

.value-main{

    position:relative;
        margin-top: 130px;

}



.car_image{

    text-align:center;
  z-index: 9;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, 0%);

}

.car_image img{
    width: 420px;
    max-width: 100%;
    transition: .4s;}

.car_image img:hover{

    transform:translateY(-8px);

}

/* Grid */

.value-grid{
        display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: -45px;
    position: relative;
    z-index: 5;

}


.value-card{

  background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 6px 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .05);
    min-height: 220px;
    display: flex;
    align-items: center;
    transition: .35s;
    max-height: 210px;

}

.value-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.value-card p{

    color:#000;

    line-height:1.8;

    font-size:14px;

}



.value-card:nth-child(2){

    margin-top:70px;

}


.car_faqquestion {
      padding: 90px 0 40px 0;
    background: #fff;
}



.car_faqquestion_banner {
    margin-bottom: 45px;
}

.car_faqquestion_banner img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 22px;
    display: block;
}



.car_faqquestion_heading {
    text-align: center;
    max-width: 900px;
    margin: auto;
    margin-bottom: 45px;
}

.car_faqquestion_heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.car_faqquestion_heading p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}



.car_faqquestion_item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}



.car_faqquestion_number {

    width: 42px;
    height: 42px;

    min-width: 42px;

    border-radius: 50%;

    border: 1px solid #dcdcdc;

    display: flex;

    justify-content: center;

    align-items: center;

    font-weight: 700;

    font-size: 16px;

    background: #fff;

    color: #111;

    transition: .35s;
}



.car_faqquestion_box {

    flex: 1;

    border: 1px solid #ececec;

    border-radius: 12px;

    overflow: hidden;

    transition: .35s;

    background: #fff;
}



.car_faqquestion_title {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 22px 24px;

    cursor: pointer;
}

.car_faqquestion_title h3 {

    font-size: 20px;

    font-weight: 500;

    color: #000;
}

.car_faqquestion_item.active .car_faqquestion_box .car_faqquestion_title h3{font-weight:700;}


.car_faqquestion_icon {

    width: 30px;

    height: 30px;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 22px;

    font-weight: 700;

    color: #111;

    transition: .3s;
}



.car_faqquestion_content {

    max-height: 0;

    overflow: hidden;

    transition: all .35s ease;

    padding: 0 24px;
}

.car_faqquestion_content p {

    padding-bottom: 24px;

    color: #111;

    line-height: 1.8;

    font-size: 15px; margin:0
}



.car_faqquestion_item.active .car_faqquestion_box {

    border: 1px solid #f5a623;

}

.car_faqquestion_item.active .car_faqquestion_number {

    background: #fff8ec;

    border-color: #f5a623;

    color: #111;
}

.car_faqquestion_item.active .car_faqquestion_icon {

    color: #f5a623;

    transform: rotate(360deg);

}

.car_faqquestion_content{

    max-height:0;

    overflow:hidden;

    transition:max-height .35s ease;

}



.car_faqquestion_box:hover {

    box-shadow: 0 12px 35px rgba(0,0,0,.06);

}




.car_business_model{

    padding: 0;
    background:#fff;

}

.car_business_model .container{

    max-width:1320px;
    margin:auto;
    padding:0 15px;

}

/* Heading */

.car_business_heading{

    max-width:980px;

}

.car_business_heading h2{

    font-size:40px;
    font-weight:700;
    color:#000;
    margin-bottom:8px;
    line-height:1.1;

}

.car_business_heading h3{

       font-size: 25px;
    font-weight: 500;
    color: #222;
    margin-bottom: 22px;
}

.car_business_heading p{
font-size: 18px;
    line-height: 1.8;
    color: #000000;
    max-width: 1000px;

}



.car_business_contact{

    margin-top:12px;

    display:inline-flex;

    flex-direction:column;

    border:1px solid #ececec;

    border-radius:18px;

    overflow:hidden;

    background:#fff;

    max-width:430px;

}

/* Item */

.car_business_item{

    display:flex;

    align-items:center;

    gap:16px;

    padding: 10px 16px;

    text-decoration:none;

    color:#222;

    transition:.35s;

}

.car_business_item+.car_business_item{

    border-top:1px solid #ececec;

}

.car_business_item:hover{

    background:#fafafa;

}

/* Icon */

.car_business_icon{

    width:36px;

    height:36px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#111;

    flex-shrink:0;

}

.car_business_icon i{

    font-size:18px;

}

.car_business_item strong{

    font-weight:700;

}

.car_business_item span:last-child{

    font-size:16px;

    color:#444;

}


.call_strip{

    width:100%;
    max-width:420px;

    background:linear-gradient(90deg,#0c3b8d,#0b4ba8);

    border-radius:50px;

    padding:8px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    box-shadow:0 8px 25px rgba(0,0,0,.20);

    overflow:hidden;        margin-bottom: 14px; display:none;

}



.call_strip_left{

    display:flex;  align-items:center; width:100%;

}

.call_strip_avatar{

    width:46px;
    height:46px;

    border-radius:50%;

    overflow:hidden;

    border:3px solid #fff;

    flex-shrink:0;

}

.call_strip_avatar img{

    width:100%;
    height:100%;

    object-fit:cover;

    display:block;

}


.call_strip_content h3{

    font-size:16px;

    color:#fff;

    font-weight:700;

    margin-bottom:2px;

    line-height:1;

}

.call_strip_content p{

    color:#fff;

    font-size:14px;

    font-weight:400;

    opacity:.95;margin:0;

}

/* Button */

.call_strip_btn{

    width:48px;

    height:48px;

    border-radius:50%;

    border:3px solid rgba(255,255,255,.25);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    text-decoration:none;

    transition:.3s;

    flex-shrink:0;

}

.call_strip_btn i{

    font-size:20px;

}

.call_strip_btn:hover{

    background:#0e57c3;

    color:#0b4ba8;

}

/*==========================
Responsive
===========================*/

@media(max-width:576px){

.call_strip{

    max-width:100%;

    padding:7px;

}

.call_strip_avatar{

    width:42px;
    height:42px;

}



.call_strip_content h3{

    font-size:15px;

}

.call_strip_content p{

    font-size:13px;

}

.call_strip_btn{

    width:44px;
    height:44px;

}

.call_strip_btn i{

    font-size:18px;

}

}




.site_feature{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
       max-width: 1090px;
    margin: 8rem auto 0;

}

.site_feature_item{
   display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 12px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    transition: .3s;
}

.site_feature_icon img{width:34px;}
.site_feature_item:hover{
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.site_feature_icon{
    width:54px;
    height:54px;
    min-width:54px;
    border-radius:50%;
    background:#0a1628;
    color:#ff9d00;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.site_feature_content h3{
    margin:0;
    font-size:17px;
    font-weight:700;
    color:#000;
}

.site_feature_content p{
    margin:3px 0 0;
    font-size:14px;
    color:#000;
}

/* Tablet */
@media(max-width:991px){
    .site_feature{
        gap:15px;
    }

    .site_feature_item{
        padding:16px;
    }
}

.cars-slider{
    overflow:hidden;
}

.cars-grid{
    display:flex;
    gap:10px;
    transition:transform .5s ease;
}

.car-card{
   flex: 0 0 calc((100% - 30px) / 3);
}

@media(max-width:576px){

    .car-card{
        flex:0 0 100%;
    }

}

.car-dots{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:25px;
}

.car-dots span{
    width:10px;
    height:10px;
    background:#d6d6d6;
    border-radius:50%;
    cursor:pointer;
    transition:.3s;
}

.car-dots span.active{
    width:30px;
    border-radius:20px;
    background:#000;
}

.footer{
 background: #0067b1;
    padding: 34px 0 25px;
    color: #aab4c4;
}

.footer .container{
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}

.footer-top{
    display:flex;
    justify-content:space-between;
    gap:60px;
    padding-bottom:45px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.footer-about{
    width:28%;
}

.footer-logo{
    display:inline-block;
    margin-bottom:22px;
}

.footer-logo img{
    max-width:140px;
}

.footer-about p{
   font-size: 13px;
    /* line-height: 23px; */
    color: #ffffff;
}

.footer-links,
.footer-contact{
    flex:1;
}

.footer h4{
    color:#fff;
    font-size:18px;
    margin-bottom:14px;
    font-weight:700;
}

.footer ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer ul li{
    margin-bottom:10px;
}

.footer ul li a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
    font-size:14px;
}

.footer ul li a:hover{
    color:#fff;
    padding-left:6px;
}

.footer-contact li{
    color:#fff;
    font-size:15px;
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:25px;    padding-top: 2px;
}

.footer-bottom p{
    margin:0;
    font-size:13px;
    color:#fff;
}

.footer-social{
    display:flex;
    gap:10px;
}

.footer-social a{
    width:38px;
    height:38px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(255,255,255,.06);
    color:#fff;
    border-radius:6px;
    transition:.3s;
    text-decoration:none;
}

.footer-social a:hover{
    background:#ff9f1c;
    transform:translateY(-3px);
}

@media(max-width:991px){

    .footer-top{
        flex-wrap:wrap;
        gap:40px;
    }

    .footer-about{
        width:100%;
    }

    .footer-links,
    .footer-contact{
        width:calc(50% - 20px);
        flex:none;
    }

    .footer-bottom{
        flex-direction:column;
        gap:20px;
        text-align:center;
    }

}

@media(max-width:576px){

    .footer{
             padding: 12px 0 20px;
    }

    .footer-links{
        width:47%;
    }

    .footer-contact{
        width:100%;
    }
    .footer-logo img{
              max-width: 110px;
    }
    .footer-logo {
    display: inline-block;
    margin-bottom: 10px;
}
        .footer-top {
        flex-wrap: wrap;
        gap: 8px;
    }
  
}


.footer-social img{    width: 330px;}


/*=====================================
    Header
=====================================*/

.cr-header{
    position:relative;
    z-index:999;
      width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
}

.cr-navbar{
    background:#fff !important;
    border-bottom:1px solid #ececec;
    height:82px;
}

.cr-navbar-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:82px;
}

/*=====================================
    Logo
=====================================*/

.cr-logo{
    display:flex;
    align-items:center;
    text-decoration:none;
}

.cr-logo img{
    width:125px;
    max-width:100%;
    height:auto;
}

/*=====================================
    Desktop Navigation
=====================================*/

.cr-navigation{
    margin-left:auto;
    margin-right:30px;
}

.cr-navigation ul{
    display:flex;
    align-items:center;
    gap:40px;
    margin:0;
    padding:0;
    list-style:none;
}

.cr-navigation a{
    color:#222;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.cr-navigation a:hover{
    color:#0d6efd;
}

/*=====================================
    Right
=====================================*/

.cr-right{
    display:flex;
    align-items:center;
    gap:18px;
}

/*=====================================
    Call Button
=====================================*/

.cr-call-btn{
 display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 10px 4px 6px;
    border-radius: 50px;
    background: #0067b1;
    text-decoration: none;
    transition: .3s;
}

.cr-call-btn img{
    width:40px;
}

.cr-call-btn small{
    display:block;
    color:#fff;
    font-size:12px;
    line-height:1;
}

.cr-call-btn strong{
    display:block;
    color:#fff;
    font-size:15px;
    margin-top:4px;
}

/*=====================================
    Hamburger
=====================================*/

.cr-menu-btn{
    display:none;
        width: 40px;
    height: 40px;
    border: none;
    background: #0d6efd00;
    border-radius: 10px;
    cursor: pointer;
    padding: 0;
    position: relative;
}

.cr-menu-btn span{
     position: absolute;
    left: 18px;
    width: 22px;
    height: 2px;
    background: #393939;
    transition: .3s;
    border-radius: 54px;
}

.cr-menu-btn span:nth-child(1){
    top:15px;
}

.cr-menu-btn span:nth-child(2){
    top:23px;
}

.cr-menu-btn span:nth-child(3){
    top:31px;
}

/*=====================================
    Cookie
=====================================*/

.cr-cookie{
    /* position: fixed; */
    left: 25px;
    bottom: 25px;
    /* width: 360px; */
    background: #fff;
    border-radius: 0px;
    /* box-shadow: 0 15px 45px rgba(0, 0, 0, .12); */
    padding: 6px;
    z-index: 99999;
    transition: .35s;
    background: #f6f6f6;
}
.cr-cookie-content{    display: flex;
    align-items: center;
    justify-content: center; gap:5px;}

.cr-cookie.show{
    visibility:visible;
    opacity:1;
    transform:none;
}

.cr-cookie-content p{
    margin:0;
    line-height:1.7;
    color:#555;
    font-size:13px;
}

.cr-cookie-buttons{
    display:flex;
       gap: 8px;
}

.cr-btn{
  border: none;
    cursor: pointer;
    border-radius: 2px;
    padding: 4px 8px;
    font-weight: 600;
    font-size: 12px;
}

.cr-btn-primary{
    background:#0d6efd;
    color:#fff;
}

.cr-btn-light{
    background:#efefef;
}

.cr-cookie-close{
    position:absolute;
    right:14px;
    top:10px;
    border:none;
    background:none;
    cursor:pointer;
    font-size:26px;
    color:#999; display:none;
}

/*=====================================
    Overlay
=====================================*/

.cr-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);

    visibility:hidden;
    opacity:0;

    transition:.3s;
    z-index:998;
}

.cr-overlay.active{
    visibility:visible;
    opacity:1;
}

/*=====================================
    Sidebar
=====================================*/

.cr-sidebar{
    position:fixed;
    top:0;
    right:-360px;
    width:340px;
    max-width:100%;
    height:100vh;
    background:#fff;
    z-index:999;
    transition:.35s;
    display:flex;
    flex-direction:column;
    box-shadow:-8px 0 35px rgba(0,0,0,.12);
}

.cr-sidebar.active{
    right:0;
}

.cr-sidebar-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px;
    border-bottom:1px solid #eee;
}

.cr-sidebar-head img{
    width:104px;
}

#crSidebarClose{
    border:none;
    background:none;
    font-size:34px;
    cursor:pointer;
    color:#444;
}

.cr-sidebar-body{
    flex:1;
    overflow:auto;
        padding: 8px 22px;
}

.cr-sidebar-body ul{
    list-style:none;
    padding:0;
    margin:0;
}

.cr-sidebar-body li{
    border-bottom:1px solid #eee;
}

.cr-sidebar-body a{
    display:block;
    padding: 14px 0;
    color:#222;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.cr-sidebar-body a:hover{
    color:#0d6efd;
    padding-left:10px;
}

.cr-sidebar-contact{
 margin-top: 12px;
    background: #f7f9fc;
    border-radius: 15px;
    padding: 8px;
}

.cr-sidebar-contact p{
    margin-bottom:6px;
    color:#666;
    font-size:14px;
}

.cr-sidebar-contact a{
    display:flex;
    align-items:center;
    gap:10px;
    padding:0;
    color:#0d6efd;
    font-weight:700;
}

.cr-sidebar-contact img{
    width:22px;
}
.new_phone_btn{display:none;}
/*=====================================
    Responsive
=====================================*/

@media(max-width:991px){

    .cr-navigation{
        display:none;
    }

    .cr-call-btn{
        display:none;
    }.cr-call-btn.new_phone_btns{display:flex;}.new_phone_btn{display:flex;gap:6px;align-items:center;}

    .cr-menu-btn{
        display:block;
    }

}

@media(max-width:576px){

   .new_phone_btn{gap:0;}.cr-call-btn img {
  width: 35px;
}.cr-call-btn strong{font-size:14px;}
    .cr-navbar{
        height:72px;
    }

    .cr-navbar-inner{
        height:72px;
    }

    .cr-logo img{
        width:112px;
    }

    .cr-sidebar{
        width:100%;
        right:-100%;
    }

}


.promo_card_wrapper {
    width: 100%;
  display:none;
    background: #eef1fb;
    border: 1px solid #d8d8d8;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.promo_card_link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.promo_card_header {
    background: #17368c;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 12px;
}

.promo_card_title {
    font-size: 22px;
    font-weight: 800;
    color: #111;
    margin: 18px 0 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.promo_card_vehicle {
    padding: 0 12px;
}

.promo_card_vehicle img {
    width: 100%;
    display: block;
}

.promo_offer_badge {
    width: calc(100% - 30px);
    margin: 18px auto 14px;
    background: #ffd42a;
    color: #111;
    padding: 12px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
}

.promo_offer_text {
    margin: 0 15px 18px;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    line-height: 1.5;
}

.promo_call_button {
    width: calc(100% - 30px);
    margin: auto;
    background: #17368c;
    color: #fff;
    border-radius: 5px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 28px;
    font-weight: 700;
}

.promo_call_button img {
    width: 24px;
    height: 24px;
}

.promo_separator {
    position: relative;
    margin: 18px 20px;
}

.promo_separator::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #cfcfcf;
}

.promo_separator span {
    position: relative;
    background: #eef1fb;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 700;
    color: #666;
}

.promo_quote_btn {
    width: calc(100% - 30px);
    height: 54px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(90deg, #ff7300, #ff5600);
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;    margin: 0 auto;
    padding: 12px 0;
}

.promo_quote_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(255,102,0,.3);
}

.promo_support_text {
    font-size: 20px;
    font-weight: 600;
    margin: 16px 0;
    color: #111;
}

.promo_features_box {
    background: #07224e;
    padding: 18px 18px 12px;
}

.promo_features_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.promo_features_box li {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    position: relative;
    padding-left: 24px;
    line-height: 1.5;
}

.promo_features_box li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #14d96b;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width:576px) {

    .promo_card_wrapper {
        max-width: 100%;
    }

    .promo_card_header {
        font-size: 18px;
    }

    .promo_card_title {
        font-size: 20px;
    }

    .promo_offer_badge {
        font-size: 16px;
    }

    .promo_offer_text {
        font-size: 16px;
    }

    .promo_call_button {
        font-size: 22px;
        height: 48px;
    }

    .promo_quote_btn {
        font-size: 18px;
        height: 50px;
    }

    .promo_support_text {
        font-size: 18px;
    }

    .promo_features_box li {
        font-size: 14px;
    }
}

.closePopup{display:none;}


.content-section{
    padding:50px 0;
    background:#fff;    padding-bottom: 0;
}



.content-header{
    margin-bottom:45px;
  
}

.content-header h2{
    font-size:38px;
    font-weight:700;
    color:#1d3557;
    margin-bottom:20px;
    line-height:1.3;
}

.content-header p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin:auto;
}

.content-block{
    margin-bottom:40px;
}

.content-block h3{
    font-size:28px;
    color:#1d3557;
    margin-bottom:18px;
    font-weight:700;
}

.content-block p{
    font-size:17px;
    line-height:1.9;
    color:#555;
    margin-bottom:18px;
}

.content-list{
    margin:25px 0;
    padding-left:20px;
}

.content-list li{
    margin-bottom:12px;
    font-size:17px;
    line-height:1.8;
    color:#555;
}

@media(max-width:991px){

    .content-section{
        padding-bottom: 0; }

    .content-header h2{
        font-size:30px;
    }

    .content-block h3{
        font-size:24px;
    }

    .content-header p,
    .content-block p,
    .content-list li{
        font-size:16px;
    }

}

@media(max-width:576px){

    .content-header h2{
        font-size:26px;
    }

    .content-block h3{
        font-size:21px;
    }

}


.legal-banner{
    background:#1d3557;
    padding:70px 0;
    text-align:center;
}

.legal-banner h1{
    margin:0;
    color:#fff;
    font-size:42px;
    font-weight:700;
}

.legal-section{
    padding:70px 0;
    background:#fff;
}

.legal-content{
    max-width:1100px;
    margin:auto;
}

.legal-content h2{
    font-size:30px;
    color:#1d3557;
    margin:40px 0 20px;
    font-weight:700;
    line-height:1.4;
}

.legal-content h2:first-child{
    margin-top:0;
}

.legal-content p{
    font-size:17px;
    color:#555;
    line-height:1.9;
    margin-bottom:18px;
}

.legal-content ol{
    margin:20px 0 30px;
    padding-left:22px;
}

.legal-content ul{
    margin:15px 0 30px;
    padding-left:22px;
}

.legal-content li{
    font-size:17px;
    color:#555;
    line-height:1.9;
    margin-bottom:12px;
}

.legal-content strong{
    color:#1d3557;
    font-weight:700;
}

.legal-content a{
    color:#0066cc;
    text-decoration:none;
    transition:.3s;
}

.legal-content a:hover{
    text-decoration:underline;
}

@media(max-width:991px){

    .legal-banner{
        padding:55px 0;
    }

    .legal-banner h1{
        font-size:32px;
    }

    .legal-section{
        padding:50px 0;
    }

    .legal-content h2{
        font-size:26px;
    }

    .legal-content p,
    .legal-content li{
        font-size:16px;
    }

}

@media(max-width:576px){

    .legal-banner h1{
        font-size:28px;
    }

    .legal-content h2{
        font-size:22px;
    }

}


.banner-section{
    background:#1d3557;
}

.banner-abt{
    padding:70px 0;
    text-align:center;    padding-top: 12rem;
}

.banner-abt h1{
    font-size:42px;
    font-weight:700;
    color:#fff;
    margin-bottom:15px;
}

.banner-abt ol{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
}

.banner-abt ol li{
    color:#d7e6f7;
    font-size:16px;
}

.banner-abt ol li a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.banner-abt ol li a:hover{
    color:#ffd166;
}

.banner-abt .active{
    color:#ffd166;
    font-weight:600;
}

/*===============================
        CONTENT
================================*/

.sitemap-content{
    padding:70px 0;
    background:#fff;
}

.sitemap-content .container{
    max-width:1200px;
    margin:auto;
}

.sitemap_block{
    margin-bottom:45px;
}

.main-heading{
    font-size:28px;
    font-weight:700;
    color:#1d3557;
    margin-bottom:20px;
    padding-bottom:12px;
    border-bottom:2px solid #e9ecef;
    position:relative;
}

.main-heading::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-2px;
    width:70px;
    height:2px;
    background:#0066cc;
}

.sitemap-links{
    margin:0;
    padding:0;
    list-style:none;

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:15px 35px;
}

.sitemap-links li{
    list-style:none;
}

.sitemap-links li a{
    display:flex;
    align-items:center;
    color:#555;
    font-size:17px;
    text-decoration:none;
    transition:.3s;
    padding:10px 15px;
    border:1px solid #e9ecef;
    border-radius:8px;
    background:#fff;
}

.sitemap-links li a::before{
    content:"➜";
    margin-right:10px;
    color:#0066cc;
    font-size:15px;
}

.sitemap-links li a:hover{
    color:#0066cc;
    border-color:#0066cc;
    background:#f5f9ff;
    transform:translateX(6px);
}

/*===============================
        RESPONSIVE
================================*/

@media(max-width:991px){

    .banner-abt{
        padding:55px 0;
    }

    .banner-abt h1{
        font-size:34px;
    }

    .main-heading{
        font-size:24px;
    }

    .sitemap-links{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){


 .banner-abt{   padding-top: 8rem !important;}

    .sitemap-content{
        padding:50px 0;
    }

    .banner-abt h1{
        font-size:28px;
    }

    .main-heading{
        font-size:22px;
    }

    .sitemap-links{
        grid-template-columns:1fr;
    }

    .sitemap-links li a{
        font-size:16px;
        padding:12px 14px;
    }

}

@media(max-width:480px){

    .banner-abt{
        padding:45px 0;
    }

    .banner-abt h1{
        font-size:24px;
    }

    .banner-abt ol li{
        font-size:14px;
    }

}

.about-section{
    padding:70px 0;
    background:#fff;
}

.about-content-box{
    max-width:1100px;
    margin:auto;
}

.about-content-box h2{
    font-size:30px;
    color:#1d3557;
    margin:40px 0 18px;
    font-weight:700;
}

.about-content-box h2:first-child{
    margin-top:0;
}

.about-content-box p{
    font-size:17px;
    line-height:1.9;
    color:#555;
    margin-bottom:18px;
}

.about-content-box ul{
    padding-left:22px;
    margin:20px 0 30px;
}

.about-content-box li{
    font-size:17px;
    line-height:1.9;
    color:#555;
    margin-bottom:12px;
}

.about-content-box strong{
    color:#1d3557;
}

@media(max-width:768px){

    .about-section{
        padding:50px 0;
    }

    .about-content-box h2{
        font-size:24px;
    }

    .about-content-box p,
    .about-content-box li{
        font-size:16px;
    }

}


/*==============================
        CONTACT PAGE
==============================*/

.contact-page{
    padding:70px 0;
    background:#f8fafc;
}

.contact-wrapper{
    display:grid;
    grid-template-columns:380px 1fr;
    gap:40px;
    align-items:start;
}

.contact-info-box,
.contact-form-box{
    background:#fff;
    border-radius:12px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.contact-info-box h2,
.contact-form-box h2{
    font-size:30px;
    color:#1d3557;
    margin-bottom:18px;
}

.contact-info-box>p{
    color:#555;
    line-height:1.8;
    margin-bottom:30px;
}

.contact-item{
    margin-bottom:28px;
}

.contact-item:last-child{
    margin-bottom:0;
}

.contact-item h3{
    font-size:18px;
    color:#1d3557;
    margin-bottom:8px;
}

.contact-item p{
    margin:0;
    color:#555;
    line-height:1.8;
}

.contact-item a{
    color:#0066cc;
    text-decoration:none;
}

.contact-item a:hover{
    text-decoration:underline;
}

/* Form */

.contact-form .form-group{
    margin-bottom:22px;
}

.contact-form label{
    display:block;
    font-size:15px;
    font-weight:600;
    color:#1d3557;
    margin-bottom:8px;
}

.contact-form .form-control{
    width:100%;
    height:52px;
    border:1px solid #d8dee8;
    border-radius:8px;
    padding:0 16px;
    font-size:16px;
    transition:.3s;
}

.contact-form textarea.form-control{
    height:170px;
    resize:vertical;
    padding:16px;
}

.contact-form .form-control:focus{
    border-color:#0066cc;
    outline:none;
    box-shadow:0 0 0 4px rgba(0,102,204,.12);
}

.contact-btn{
    background:#0066cc;
    color:#fff;
    border:none;
    padding:15px 34px;
    border-radius:8px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.contact-btn:hover{
    background:#004fa3;
}

@media(max-width:991px){

    .contact-wrapper{
        grid-template-columns:1fr;
    }

}

@media(max-width:768px){

    .contact-page{
        padding:50px 0;
    }

    .contact-info-box,
    .contact-form-box{
        padding:25px;
    }

    .contact-info-box h2,
    .contact-form-box h2{
        font-size:24px;
    }

}


.cr-cookie {
    display: block;
}

.cr-cookie.hide {
    display: none;
}

.vcr_footer_disclaimer p{    font-size: 13px;
    padding-top: 12px;
    color: #fff;
    line-height: 20px;}

.hero-box::before {
       content: "";
    position: absolute;
    inset: 0;
    background:linear-gradient(rgb(4 4 4 / 0%) 3.04%, rgb(10 10 11 / 27%) 34.3%, rgb(0 0 0 / 76%) 82.23%);
    z-index: 1;
    border-radius: 22px;
}

.hero-box > * {
    position: relative;
    z-index: 2;
}

.campaign-about-section {
    padding: 30px 0;
    background: #f7f8fa;
}



.campaign-about-heading {
    margin-bottom: 28px;
    text-align: left;
}

.campaign-about-subtitle {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
    color: #666;
    text-transform: uppercase;
}

.campaign-about-title {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #171717;
}

.campaign-about-body {
    max-width: 100%;
    padding: 32px 35px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.campaign-about-text {
       margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: #191919;
}

.campaign-about-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 35px;
    margin: 30px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid #e5e7eb;
    list-style: none;
}

.campaign-about-points li {
    position: relative;
    padding-left: 26px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #333;
}

.campaign-about-points li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #222;
}

@media (max-width: 767px) {

    .campaign-about-section {
        padding: 50px 15px;
    }

    .campaign-about-heading {
        margin-bottom: 22px;
    }

    .campaign-about-subtitle {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .campaign-about-title {
        font-size: 30px;
    }

    .campaign-about-body {
        padding: 25px 20px;
        border-radius: 10px;
    }

    .campaign-about-text {
        font-size: 15px;
        line-height: 1.75;
    }

    .campaign-about-points {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 25px;
        padding-top: 22px;
    }

    .campaign-about-points li {
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .campaign-about-section {
        padding: 40px 12px;
    }

    .campaign-about-title {
        font-size: 26px;
    }

    .campaign-about-body {
        padding: 22px 17px;
    }

    .campaign-about-text {
        font-size: 14px;
        line-height: 1.7;
    }
}



.call_banner_offer_card {
    background: #fff;
    overflow: hidden;
        padding-top: 4rem;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 9;
    display: none;
       margin-bottom: -578px !important;
}

.call_banner_hero
 {
    position: relative;
    background: url(/images/call_bannerbg.webp) center center / cover no-repeat;
    height: 100%;
}

.call_banner_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .45), rgba(0, 0, 0, .15), rgba(0, 0, 0, .55));
}
.call_banner_hero_content {
    position: relative;
    z-index: 2;
    padding: 20px 16px;
    text-align: center;
    color: #fff;
    padding-top: 1.5rem;
}
.call_banner_title_line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 22px;
}
.call_banner_upto {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 6px;
}

.call_banner_hero_content h1 {
    font-size: 70px;
    line-height: 1;
    color: #ff7f12;
    font-weight: 800;
    margin-bottom: 15px;
    -webkit-text-stroke: 4px #fff;
    text-shadow: 0 5px 10px rgba(0, 0, 0, .25);
}

.call_banner_car {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
}

.call_banner_agent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 20px auto;
    position: relative;
    padding-top: 11rem;
}
.banner_supportimg {
    position: relative;
}
.call_banner_agent img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    background: #f0f0f0;
}
.call_banner_online {
    position: absolute;
    right: 3px;
    bottom: 1px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #14d94b;
    border: 2px solid #fff;
}
.call_banner_agent small {
    display: block;
    font-size: 13px;
    color: #fff;
}
.call_banner_agent strong {
    display: block;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}

.call_banner_hero_content h3 {
    margin: 18px 0;
    font-size: 17px;
    font-weight: 600;
}

   

.call_banner_call_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 15px;
    border-radius: 6px;
    background: linear-gradient(90deg, #ffd93d, #f68a1f);
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
}
.call_banner_help {
    margin-top: 12px;
    font-size: 11px;
    letter-spacing: 4px;
    color: #fff;
}
.call_banner_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px;
    background: #fff;    background: #e3f3ff;
}
.call_banner_features {
    font-size: 15px;
    color: #333;
    line-height: 2;
    font-weight: 500;
}
.call_banner_features div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.call_banner_shield {
    width: 60px;
    height: 60px;
}
@media (max-width: 767px) {
        .call_banner_features {
        font-size: 13px;
    }
        .call_banner_bottom {
        padding: 18px;
        gap: 15px;
    }
     .call_banner_call_btn {
        font-size: 20px;
        padding: 12px 10px;
    }

        .call_banner_car {
        max-width: 260px;
    }
     .call_banner_hero_content h1 {
        font-size: 56px;
        -webkit-text-stroke: 3px #fff;
    }
       .call_banner_offer_card {
        width: 100%;
        margin: auto;
        display: block;
    }
    .call_banner_hero {
        height: auto;
    }

        .call_banner_agent strong {
        font-size: 18px;
    }
}


.car-validation-error {
    border: 1px solid #dc3545 !important;
}

.hero-section {
    padding: 7rem 20px 1rem;
    background: aliceblue;    margin-bottom: 1rem;
}

.hero-section .container {
    max-width: 1100px;
    margin: 0 auto;
}

.hero-title {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #1f2937;
}

.hero-text {
    max-width: 850px;
    margin: 0 auto 12px;
    font-size: 16px;
    line-height: 1.7;
    color: #6b7280;
}

.hero-text strong {
    color: #374151;
    font-weight: 600;
}

.hero-image-wrap {
    margin-top: 45px;
    overflow: hidden;
    border-radius: 16px; display:none;
}

.hero-image {
    display: block;
    width: 100%;
    height: 330px;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 767px) {
    .hero-section {
        padding: 45px 15px 0;
    }

    .hero-title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .hero-text {
        font-size: 14px;
        line-height: 1.6;
    }

    .hero-image-wrap {
        margin-top: 30px;
        border-radius: 12px;
    }

    .hero-image {
        height: 220px;
    }
}

.terms-block {
    margin-bottom: 35px;
}

.terms-heading {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 600;
    color: #222;
}

.terms-list {
    margin: 0;
    padding-left: 22px;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.terms-list li {
    margin-bottom: 8px;
}

.terms-list a {
    color: #222;
    text-decoration: none;
}

.terms-list a:hover {
    text-decoration: underline;
}

.contact-card {
    margin-top: 40px;
    padding: 20px;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #555;
}

.contact-row:last-child {
    margin-bottom: 0;
}

.contact-icon {
    width: 25px;
    color: #333;
}

.contact-icon i {
    font-size: 16px;
}

@media (max-width: 767px) {
    .terms-heading {
        font-size: 19px;
    }

    .terms-list {
        font-size: 14px;
        line-height: 1.6;
    }

    .contact-card {
        padding: 15px;
    }
}

.terms-section{padding: 2rem 0;}

/* ================================
   Thank You Section
================================ */

.thankyou-section {
  padding: 120px 0 55px;
    background: #f8f9fb;
}

.ty-title {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #1d1d1f;
}

.ty-subtitle {
    margin: 8px 0 10px;
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.ty-desc {
    max-width: 680px;
    margin: 0 auto 28px;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}


/* ================================
   Image
================================ */

.ty-image-wrap {
    max-width: 580px;
    margin: 0 auto 35px;
    text-align: center;
}
.go-home-btn{background: #ff9d00!important;}

.ty-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}


/* ================================
   Booking Details
================================ */

.ty-details {
    max-width: 900px;
    margin: 0 auto 45px;
}

.detail-card {
height: 100%;
    padding: 7px 16px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(201, 147, 47, .12), rgba(201, 147, 47, .03));
    border: 1px solid rgba(201, 147, 47, .35);
}

.detail-label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #888;
}

.detail-value {
    display: block;
    min-height: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    word-break: break-word;
}


/* ================================
   Split Cards
================================ */

.split-card {
    display: flex;
    padding: 0;
    overflow: hidden;
}

.split-half {
    flex: 1;
    padding: 7px 14px;
}

.split-half + .split-half {
    border-left: 1px solid #e7e7e7;
}


/* ================================
   Help Section
================================ */

.ty-help {
    max-width: 900px;
    margin: 0 auto;
    align-items: stretch;
}

.next-steps-col {
    padding-right: 20px;
}

.section-title {
    margin: 0 0 20px;
    font-size: 23px;
    font-weight: 700;
    color: #222;
}

.step-list {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

.step-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

.step-icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    border: 1.5px solid #1973b3;
    color: #0067b1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    position: relative;
    z-index: 2;
    background: #0067b1;
}

.step-icon img {
      display: block;
    width: 22px;
}


/* ================================
   Home Button
================================ */

.go-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 22px;
    border-radius: 7px;
    background: #222;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease;
}

.go-home-btn:hover {
    background: #000;
    color: #fff;
}

.ty-details ,.ty-help{margin:0 auto 2rem !important;}
/* ================================
   Urgent Help
================================ */

.urgent-card {
    height: 100%;
    padding: 22px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    text-align: center;
}

.urgent-title {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.thank_contactmain {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.urgent-agent {
    flex: 0 0 64px;
}

.ty-image1 {
       display: block;
    width: 62px;
    height: 62px;
    object-fit: contain;
}


.urgent-call-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 600;
    color: #777;
}

.urgent-call-label .line {
    width: 30px;
    height: 1px;
    background: #ddd;
}

.urgent-number {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    text-decoration: none;
}

.urgent-number:hover {
    color: #000;
}


/* ================================
   Responsive
================================ */

@media (max-width: 767px) {

    .thankyou-section {
        padding: 90px 0px 40px;
    }

    .cookie-active .thankyou-section {
        padding: 140px 0px 40px;
    }

    .ty-title {
        font-size: 34px;
    }

    .ty-subtitle {
        font-size: 19px;
    }

    .ty-desc {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .ty-image-wrap {
        margin-bottom: 25px;
    }

    .ty-details {
        margin-bottom: 35px;
    }

    .detail-card {
        padding: 10px;
    }

    .split-half {
        padding: 10px;
    }

    .detail-value {
        font-size: 14px;
    }

    .next-steps-col {
        padding-right: 0;
    }

    .section-title {
        font-size: 21px;
    }

    .urgent-card {
        padding: 20px 15px;
    }

}

@media (max-width: 575px) {

    .ty-title {
        font-size: 30px;
    }

    .ty-subtitle {
        font-size: 18px;
    }

    .ty-details .col-6,
    .ty-details .col-md-6 {
        width: 100%;
    }

    .split-card {
        display: flex;
    }

    .thank_contactmain {
        gap: 12px;
    }

    .urgent-agent {
        flex-basis: 70px;
    }

    .ty-image1 {
        width: 70px;
        height: 70px;
    }

    .urgent-number {
        font-size: 18px;
    }

}

#loader{display:none !important;}

/* Mobile Bottom Call Strip */
.bottom_call_strip {
    display: none;
}

@media (max-width: 767px) {

    .bottom_call_strip {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: -100px;
        width: 100%;
        z-index: 9999;
        padding: 8px 10px;
            background: #ffb135;
        border-top: 1px solid #e5e5e5;
        box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.12);
         transition: bottom 0.35s ease;
    }


    

    .bottom_call_strip.show {
        bottom: 0;
    }

    .bottom_call_strip_inner {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 52px;
        padding: 6px 10px;
        border-radius: 8px;
        text-decoration: none;
        color: #222;justify-content: center;
    }

    .bottom_call_left {
        width: 46px;
        height: 46px;
        margin-right: 10px;
        border-radius: 50%;
        overflow: hidden;
    }

    .bottom_call_left img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bottom_call_center {
        min-width: 0;
        line-height: 1.2;
    }

    .bottom_call_center > span {
        display: block;
        margin-bottom: 3px;
 font-size: 14px;
        font-weight: 500;
        color: #000;
    }

    .bottom_call_right {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        font-weight: 600;
        color: #000;
        white-space: nowrap;
    }

    .bottom_call_right svg {
        flex-shrink: 0;
        width: 17px;
        height: 17px;
    }

    .bottom_call_right strong {
        font-size: 17px;
        font-weight: 700;
    }
}


.new_contact_page-contact-section{
  background:
   aliceblue;
  padding: 110px 0 90px;
}

.new_contact_page-cu-title{
  font-weight: 800;
  font-size: 3.6rem;
  margin-bottom: 6px;color:#000;
}

.new_contact_page-cu-subtitle{
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  margin-bottom: 40px;
}

.new_contact_page-cu-image-wrap{
  max-width: 950px;
  margin: 0 auto 14px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,.4);
}

.new_contact_page-cu-image{
     width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
    object-position: center;
}

/* ===================== GET IN TOUCH ===================== */
.new_contact_page-cu-touch{
  max-width: 950px;
  margin: 0 auto 60px !important;
}

.new_contact_page-section-title{
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 18px;color:#000;
}

.new_contact_page-cu-lead{
  color: #222;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.new_contact_page-cu-label{
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 10px;color: #000;
}

.new_contact_page-cu-text{
  color: #000;
  font-size: .95rem;
  line-height: 1.7;
}

.new_contact_page-call-col{
  border-left: 1px solid rgba(201,147,47,.3);
  padding-left: 40px;
}

.new_contact_page-call-card{
  border: 1px solid #666;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 18px;
}

.new_contact_page-call-title{
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 18px; color:#000;
}

.new_contact_page-call-inner{
  display: flex;
  align-items: center;
  gap: 18px;
}

.new_contact_page-agent-photo-wrap{
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--gold-light);
}

.new_contact_page-agent-photo{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.new_contact_page-call-info{ flex: 1; }

.new_contact_page-call-label{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222;
  font-size: .8rem;
  margin-bottom: 6px;
}

.new_contact_page-call-label .new_contact_page-line{
  flex: 1;
  max-width: 40px;
  height: 1px;
  background: rgba(201,147,47,.4);
}

.new_contact_page-call-number{
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}


.new_contact_page-cu-email{
  color: #000;
  font-size: .95rem;
}
.new_contact_page-cu-email a{
  color: #000;
}
.new_contact_page-cu-email a:hover{ color: var(--gold-light); }

/* ===================== FORM ===================== */
.new_contact_page-cu-form-wrap{
  max-width: 950px;
  margin: 0 auto;
}

.new_contact_page-form-field{
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 18px 12px;
}

.new_contact_page-form-field label{
  display: block;
  font-size: .8rem;
  color: #000;
  margin-bottom: 2px;
}

.new_contact_page-form-field .form-control,
.new_contact_page-form-field .form-select{
  background: transparent;
  border: none;
  padding: 0;
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}

.new_contact_page-form-field .form-control::placeholder{
  color: #000;
  opacity: .55;
  font-weight: 400;
}

.new_contact_page-form-field .form-control:focus,
.new_contact_page-form-field .form-select:focus{
  box-shadow: none;
  outline: none;
  background: transparent;
  color: #000;
}

.new_contact_page-form-field .form-select{
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23e8b84b' stroke-width='1.6' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2px center;
  padding-right: 22px;
}

.new_contact_page-form-field .form-select option{
  background: #fff;
  color: #000;
}

textarea.form-control{
  resize: vertical;
  min-height: 90px;
}

.new_contact_page-send-btn{
  display: inline-block;
  padding: 14px 34px;
  border-radius: 8px;
  font-weight: 600;
  color: #211505;
  background:#ff9d00;
  box-shadow: 0 10px 25px rgba(242,169,60,.35);
  border: none;
  transition: transform .15s ease;
}
.new_contact_page-send-btn:hover{
  color: #211505;
  transform: translateY(-2px);
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 991.98px){
  .new_contact_page-cu-title{ font-size: 2.6rem; }
  .new_contact_page-cu-subtitle{ font-size: 1.15rem; }
  .new_contact_page-cu-image{ height: 240px; }
  .new_contact_page-call-col{
    border-left: none;
    padding-left: 15px;}
      .footer { padding-bottom: 6rem;}
      .call_banner_offer_card {  margin-bottom: -578px !important;}
      .cookie-active .call_banner_offer_card{margin-bottom: -618px !important;}
}

@media (max-width: 575.98px){
        .cookie-active .call_banner_offer_card {
        margin-bottom: -640px !important;
    }
  .new_contact_page-cu-title{ font-size: 2rem; }
  .new_contact_page-call-title{display:none;}
  .new_contact_page-cu-touch{
    max-width: 950px;
    margin: 0 auto 12px !important;
}
  .call_banner_offer_card{ margin-bottom: -601px !important;}
}

@media (max-width: 480px) {
        .cookie-active .call_banner_offer_card {
        margin-bottom: -462px !important;
    }
    .call_banner_offer_card {
        margin-bottom: -423px !important;
    }
}

@media (max-width: 366px) {
    .call_banner_offer_card {
        margin-bottom: -446px !important;
    }
        .cookie-active .call_banner_offer_card {
        margin-bottom: -487px !important;
    }
}
a:focus-visible,
.form-control:focus-visible,
.form-select:focus-visible,
.new_contact_page-send-btn:focus-visible{
  outline: 2px solid var(--gold-light);
  outline-offset: 2px;
}


.new_contact_page-send-btn{    background: #ffcd29;}
 .loc-about {
        background: #FAF8F3;
        color: #232B36;
        padding-block: 5rem;
    }
    .loc-about h2,
    .loc-about h3 {
        font-weight: 600;
        color: #16233A;
        letter-spacing: -0.01em;
    }

    .loc-about__head {
        text-align: center;
        max-width: 640px;
        margin-inline: auto;
        margin-bottom: 3.5rem;
    }

    .loc-about__head h2 {
        font-size: clamp(1.9rem, 3vw, 2.6rem);
        margin-bottom: 0.75rem;
    }

    .loc-about__head h2 span {
        color:#ffb135;text-transform:capitalize;
    }

    .loc-about__head p {
        color: #5B6472;
        font-size: 1.05rem;
        margin: 0;
    }

    .loc-intro h3,
    .loc-perks h3,
    .loc-drive h3,
    .loc-book h3 {
        font-size: 1.4rem;
        margin-bottom: 0.9rem;
    }
    .loc-intro h3, span{text-transform:capitalize}
    .loc-intro p,
    .loc-drive p,
    .loc-book p {
        color: #4B5563;
        line-height: 1.75;
        max-width: 62ch;
    }

    .loc-intro__frame {
        position: relative;
        margin-top: 1.75rem;margin-bottom: 1.75rem;
    }

    /*.loc-intro__frame::before {
        content: "";
        position: absolute;
        inset: 14px -14px -14px 14px;
        background: #E9C989;
        border-radius: 1.1rem;
        z-index: 0;
    }*/

    .loc-intro__frame img {
        position: relative;
        z-index: 1;
        width: 100%;
        border: 1px solid rgba(22, 35, 58, 0.08);
    }

    .loc-perks__list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.9rem;
    }

    .loc-perks__list li {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        color: #2E3646;
        font-size: 1rem;
        line-height: 1.5;
        padding-bottom: 0.9rem;
        border-bottom: 1px solid rgba(22, 35, 58, 0.08);
    }

    .loc-perks__list li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .loc-perks__mark {
        flex: 0 0 auto;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #16233A;
        color: #F2A93B;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.1rem;
    }

    .loc-perks__mark svg {
        width: 12px;
        height: 12px;
    }

    .loc-journey {
        position: relative;
        margin-top: 4.5rem;
        padding-top: 3rem;
    }

    .loc-journey::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(22,35,58,0.22) 0 8px, transparent 8px 16px);
        background-size: 16px 1px;
        background-repeat: repeat-x;
    }

    .loc-journey__pin {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        color: #C7852E;
        font-size: 0.85rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        margin-bottom: 0.6rem;
    }

    .loc-journey__pin svg {
        width: 14px;
        height: 14px;
    }

    @media (min-width: 992px) {
        .loc-journey .col-lg-6:first-child {
            border-right: 1px dashed rgba(22, 35, 58, 0.16);
            padding-right: 3rem;
        }

        .loc-journey .col-lg-6:last-child {
            padding-left: 3rem;
        }
    }
@media (max-width: 992px) {.loc-about__head{margin-bottom: 1.5rem;}.loc-about__head h2{margin-bottom:unset!important;}
}#agree.rj_checkbox_error {
    outline: 2px solid red;
    outline-offset: 2px;
}.call_banner_shield img{width:100%;}


 /* Book Car Rentals Content */
.budget-content {
    margin: 0 auto;
    padding: 60px 20px;
    color: #333;
    line-height: 1.75;
}

.budget-content h1 {
    margin: 0 0 24px;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
    color: #111;
}

.budget-content h2 {
    margin: 38px 0 14px;
    font-size: 25px;
    line-height: 1.35;
    font-weight: 650;
    color: #181818;
}

.budget-content p {
    margin: 0 0 18px;
    font-size: 16px;
    color: #555;
}

.budget-content ul {
    margin: 18px 0 25px;
    padding-left: 22px;
}

.budget-content ul li {
    margin-bottom: 10px;
    padding-left: 4px;
    font-size: 16px;
    color: #555;
}

.budget-content ul li::marker {
    color: #222;
}

.budget-content h2:first-of-type {
    margin-top: 32px;
}


/* Tablet */
@media (max-width: 991px) {

    .budget-content {
        padding: 45px 20px;
    }

    .budget-content h1 {
        font-size: 32px;
    }

    .budget-content h2 {
        margin-top: 32px;
        font-size: 23px;
    }
}


/* Mobile */
@media (max-width: 575px) {

    .budget-content {
        padding: 35px 16px;
        line-height: 1.7;
    }

    .budget-content h1 {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .budget-content h2 {
        margin: 28px 0 12px;
        font-size: 21px;
    }

    .budget-content p,
    .budget-content ul li {
        font-size: 15px;
    }

    .budget-content ul {
        padding-left: 20px;
        margin: 15px 0 22px;
    }

    .budget-content ul li {
        margin-bottom: 8px;
    }
}