﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{      font-family: "Poppins", sans-serif!important;}


.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;}
   .home_banner_heading{margin-bottom:2.6rem;}
   .home_banner_heading p{font-size:17px;color:#f7f7f7;margin:0;padding:0;opacity:0.8;}
   .home_banner_heading h1{margin-bottom:7px;}
   .main-header {position: fixed;width: 100%;z-index: 999;top: 0;}
   .mb-phone-icon svg {
    width: 32px;
    height: 32px;
      background: #ff5a07;
    border: 1px solid #ff5b09;
    padding: 0.3rem;
    border-radius: 6px;
}
.mb-phone-icon
 {
    display: none;
}
.navbar-toggler{border:0!important;margin:0!important;padding:0!important;}
.navbar {
  
    display: flex;
    flex-wrap: wrap;
    top: 0;
   
    align-items: center;
    justify-content: space-between;
    padding-top: 4px;
    padding-bottom: 4px;
    z-index: 99999;
    background: #fff;
    width: 100%;
}
.main_header {
    position: fixed;
    display: flex
;
    flex-wrap: wrap;
    top: 0;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 99999;
    background: #fff;
    width: 100%;
}
.nav-link{font-size: 16px !important;
    font-weight: 500 !important;}
.header_toll {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 0 0 0 10px;
}
.customer_agent_img {
    position: relative;
}
/*.customer_agent_img::before{
    content: '';
    z-index: 9;
    width: 11px;
    height: 11px;
    background: #229a19;
    border-radius: 100%;
    position: absolute;
    right: 0;
    bottom: 10px;
    outline: 2px solid #fff;
}*/
.header_toll p {
margin: 0;
  padding: 0;
    padding-bottom: 0px;
  text-align: end;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 4px;
}
.navbar-expand-lg .navbar-nav{align-items:center;}
.header_toll a {
text-decoration: none !important;
  font-size: 16px;
  padding: 5px 20px;
  border-radius: 47px;
  display: inline-block;
  background: #ff6101;
  color: #fff;
  font-weight: 700;
}
.contact-details a img{width: 18px;height: 18px;margin-right: 4px;}
.car_why{margin:2rem 0;}
.why_car_img{position:relative;height:100%;}
.why_car_header{position:absolute;top:5px;left:10px;}
.why_car_header h2{color:#f7f7f7;font-size:22px;font-weight:600;}
.why_car_header h2 span{font-size:24px;color:#e5ab0c;}
.why_car_img img{width:100%;border-radius:12px;height:220px;object-fit:cover;}
.why_car{margin:2rem 0;}
.savaari h2{font-size:26px;font-weight:700;}
.savaari_main{border:1px solid #ccc;padding:30px 20px;border-radius:8px;/*background: linear-gradient(90deg, #007bff, #00c6ff);*/margin-top:1.5rem;background:#0567d0;}
.savaari_main ul{display:flex;justify-content:space-between;margin:0;list-style:none;padding:0;}
.savaari_main ul li{padding:0 10px;}
.savaari_main_box{display:flex;align-items:center;gap:10px;}
.savaari_main_icon {width:50px;height:50px;background-color:#fff;border-radius:100%;padding:5px;text-align:center;line-height:38px;}
.savaari_main_text{font-size:19px;font-weight:500;color:#fff;}
.savaari_main_icon svg{width:25px;height:25px;fill:#222}
.car_deals{margin:2rem 0 1.2rem;}
.car_deals_img{height:180px;}
.car_deals_img img{width:100%;border-radius:8px 8px 0 0;height:100%;object-fit:cover;}
.car_deals_sub{border-radius:8px;background-color:#fff;border:1px solid #ccc;}
.car_deals_sub a{text-decoration:none;}
.car_deals_text strong{font-size:18px;font-weight:700;color:#333;margin:0;padding:0;}
.car_deals_text p{font-size:13px!important;padding:0px 0 3px;color:#555;margin:0;font-weight:400;}
.car_deals_text{padding:10px;}
.car_deals_text span{width:100%;display:inline-block;padding:6px;background:linear-gradient(135deg, #e41b1e, #b30f15);color:#fff;text-align:center;margin:6px 0;border-radius:8px;font-weight:600;}
.car_deals_text span svg{width:18px;height:18px;margin-right:1px;}
.car_deals_main h2{font-size:26px;font-weight:700;}
.car_deals_main p{font-size:15px;color:#555;}
.email_main{background-color:#f9f9f9;padding:3rem;border-radius:8px;max-width:992px;margin:0 auto;position:relative;z-index:1;overflow:hidden;}
.email_main_img img{width:100%;}
.email{margin:1rem 0 2rem 0;}
.email_main_img{position:relative;z-index:1}
.email_main:before{width:240px;height:240px;background-color:#ff8d00;position:absolute;content:'';border-radius:100%;z-index:-1;top:-40px;left:-30px;}
.email_main_text h2{font-size:23px;font-weight:600;text-transform:uppercase;color:#000;}
.email_main_text p{margin:0;padding:0;font-size:13px;margin-bottom:1rem;}
.email_input input{width:100%;height:45px;border-radius:8px;padding:10px 10px 10px 35px;border:1px solid #ccc;font-size:15px;}
.email_input{position:relative;}
.email_input span{position:absolute;top:8px;left:9px;}
.email_input span svg{width:18px;height:18px;fill:#333}
.email_input button{position:absolute;top:0;right:0;height:45px;padding:10px 22px;border-radius:0 8px 8px 0px;background-color:#007bff;color:#fff;border:0;}
.email_input button:hover{background-color:#ff8d00}
.car_faq .accordion-button:not(.collapsed){background:#e8e8e8!important;color:#000!important;font-size:18px;}
.car_faq .accordion-button:focus{box-shadow:unset!important;}
.car_faq h3{font-size:26px;text-transform:uppercase;font-weight:700;margin:0;}
.car_faq p{font-size:15px;margin-bottom:1.2rem;color:#555;}
.footer{background:linear-gradient(135deg,#0f172a,#111827,#1e293b);padding:2rem 0 0;}
.footer h3{font-size:16px;color:#fff;font-weight:600;}
.footer ul{margin:0;padding:0;list-style:none;}
.footer ul li a{font-size:13px;color:#eeecec;text-decoration:none;display:inline-block;margin-bottom:6px;}
.footer ul li a:hover{text-decoration:underline;}
.contact_fotter_main{margin-bottom:8px;display:flex;align-items:center;gap:8px;}
.contact_fotter_main span{width:28px;height:28px;border-radius:100%;background-color:#fff;display:inline-block;text-align:center;}
.contact_fotter_main span svg{width:22px;height:22px;}
.footer .disclaimer{margin-top:1.2rem;border-top:1px dashed rgba(245, 245, 245, 0.27);padding:1rem 0;font-size:12px;color:#f3f3f3;font-size:12px;}
.footer .disclaimer p{margin:0;padding:0;}
.footer_main img{width:180px; filter: brightness(0) invert(1);}
.copy-right p{text-align:left;padding:10px 0;margin:0;color:#fff;font-size:14px;}
.copy-right{border-top:1px dashed rgba(245, 245, 245, 0.27);}
.contact_fotter_main a{color:#fff;text-decoration:none;font-size:14px;}

    .about-header {
      /*background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/images/about_car.webp') top/cover;*/
      background:#001a64;
      color: #fff;
      text-align: center;
      padding: 100px 20px 40px;
    }
    .about-header h1 {
      font-size: 48px;
      font-weight: 700;
    }
    .about-content {
      max-width: 1000px;
      margin:40px auto;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      padding: 40px;
    }
    .about-content h2 {
      font-weight: 600;
      font-size:22px;
      margin-bottom:15px;
      color: #007bff;
    }
    .about-content ul {
      list-style: none;
      padding: 0;
    }
    .about-content ul li::before {
      content: "✔️ ";
      color: #007bff;
    }
     .contact-header {background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('/images/contact_page.webp') center/cover;
      color: #fff;
      text-align: center;
      padding: 100px 20px;
    }
    .contact-header h1 {
      font-size: 48px;
      font-weight: 700;
    }
    .contact-section {
      max-width: 1100px;
      margin: 60px auto;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      padding: 40px;
    }
    .contact-info h4 {
      color: #007bff;
      margin-bottom: 10px;
    }
    .contact-form input,
    .contact-form textarea {
      border-radius: 8px;
      padding: 10px 15px;
    }
    .contact-form button {
      border-radius: 8px;
      padding: 10px 25px;
    }
    .disclaimer-header {
      background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
        url('/images/about_car.webp') top/cover;
      color: #fff;
      text-align: center;
      padding: 100px 20px;
    }
    .disclaimer-header h1 {
      font-size: 48px;
      font-weight: 700;
    }
    .disclaimer-content {
      max-width: 1000px;
      margin: 60px auto;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      padding:20px;
    }
    .disclaimer-content h2 {
      color: #007bff;
      font-size: 22px;
      margin-top:10px;
      font-weight: 600;
    }
    .check-box-option {
    display: flex
;
    align-items: flex-start;
    gap: 3px;
    margin-top: 10px;
}
    .check-box-option input {
    height: unset !important;
}
    .check-box-option span {
  
    font-size: 11px;
    line-height: 15px !important;
    display: inline-block;
    color: #535252;
}
.logo_about{color:#f3f3f3;font-size:12px;font-weight:300;}
.Thanks_popup{width:100%;height:100vh;position:fixed;z-index:9999999;left:0;top:0;background:rgba(0,0,0,0.8);display:none;}
.Thanks_popup_sub{position:absolute;width:450px;padding:2rem;transform:translate(-50% , -50%);left:50%;top:50%;background-color:#fff;border-radius:6px;text-align:center;}
.done_icon img{width:50px;}
.done_icon{margin-bottom:15px;}
.Thanks_popup_sub h2{font-size:28px;font-weight:600;}
.Thanks_popup_sub p{font-size:14px;color:#555;}
.popup_call_btn a{background-color:#007bff;width:95%;padding:8px;display:inline-block;border-radius:8px;color:#fff;font-weight:600;text-decoration:none;}
.close_btn{width:30px;height:30px;border-radius:100%;background-color:#f1f1f1;position:absolute;right:4px;top:2px;line-height:28px;cursor:pointer;}
.close_btn svg{width:18px;height:18px;}



/*new_design*/
.about_us_right img{width:100%;border-radius:12px;}
.about_us{margin:2rem 0;}
.about_us_main h2{font-size:26px;font-weight:700;}
.about_us_left{padding:12px;}
.about_us_left p{font-size:15px;color:#555;}
#main .col-lg-3{padding:0 8px;}
#main .slick-prev, .slick-next{width:35px!important;height:35px!important;background-color:#fff!important;border-radius:100%;box-shadow:0 0 8px 0px #0f0f0f4f;}
#main .slick-next{right:-9px!important}
#main .slick-prev{left:-9px;z-index:9;}
#main .slick-prev:before{ content: '' !important;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M15 6l-6 6l6 6'/%3E%3C/svg%3E") !important;
color: #fff !important;}
#main .slick-next:before {
  content: '' !important;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 6l6 6l-6 6'/%3E%3C/svg%3E") !important;
}
#main .slick-dots li button:before{font-size:26px!important;}
#main .slick-dots li{margin:0!important;}
#WhyUs .slick-dots li button:before{font-size:26px!important;}
#WhyUs .slick-dots li{margin:0!important;}
.why_us_sub{border:1px solid #ccc;padding:18px;border-radius:8px;background-color:#f6f6f6}
.why_us_left{width:45px;height:45px;border:1px solid #ccc;border-radius:100%;text-align:center;line-height:38px;background:#fff;}
.why_us_left svg{width:26px;height:26px;fill:#01aeef;}
.why_us_right strong{font-size:16px;font-weight:700;color:#222;margin-bottom:0.1rem;display:inline-block;}
.why_us_right p{font-size:14px;color:#555;margin:0;padding:0;}
#WhyUs .col-4{padding:0 8px;}
.why_us{margin:2rem 0;}
.why_us_main h2{font-size:26px;font-weight:700;padding-bottom:1.2rem;}
.Confidence{background:url(/images/Confidence.webp) no-repeat center;width:100%;padding:4rem 1.5rem;}
.Confidence_main h2{font-size:33px;font-weight:700;color:#fff;padding-bottom:1.2rem;}
.Confidence_main p{font-size:15px;color:#f5f5f5;font-weight:300;}
.Confidence_main p strong{font-weight:700;}
.Confidence_main .col-lg-8{padding:0 4rem 0 0rem;}
.Confidence_call a{color:#fff;text-decoration:none;font-weight:300;}
.Confidence_call a svg{width:18px;height:18px;margin-right:2px;}
.Confidence_call a strong{font-weight:600;}
.Confidence_call p{padding:0.8rem 0 0;}
.car_Business{margin:2rem 0;}
.car_business_main h2{font-size:26px;font-weight:700;}
.car_business_main p{font-size:15px;color:#555;margin:0;padding:0.4rem 0;}
.Business_call p{padding:0;padding-bottom:12px;}
.Business_call p a{color:#333;text-decoration:none;}
.Business_call{padding:8px 0 0 0;}
.pages{background-color:#f7f7f7;padding:1rem 0;}
.pages_main{max-width:990px;margin:1rem auto;background:#fff;padding:1rem;}
.pages_main h2 , .pages_main h3{font-size:22px;font-weight:600;}
.pages_main p{font-size:15px;color:#555;padding:0 0 0.8rem;margin:0;}
.pages_main ol{list-style:none;margin:0;padding:0;}
.pages_main ol li{font-size:14px;padding:0 0 0.4rem;color:#555;}
.pages_main p a{font-size:15px;color:#333;text-decoration:none;}
.navbar-brand img,.offcanvas-title img{object-fit:contain;}
.nav-link{color:#000;}
.check-box-option{    padding:10px 0 0px 0;}
 .disclaimer-text { font-size: 11px; padding: 10px 0; color:#909090;}
 .bottom_call{background:#092658;padding:4px 20px;position:fixed;bottom:0;width:100%;display:none;z-index:3;}
 .bottom_call_main{display:flex;align-items:center;gap:8px;justify-content:center;}
 .bottom_call_left{margin-right:4px;border-right:1px solid #575757ad;padding-right:8px; position:relative;}
.bottom_call_left img{border-radius:100%;width:50px;height:50px;}
.bottom_call_left::after {
    content: '';
    position: absolute;
    right: -4px;
    bottom: -6px;
    width: 30px;
    height: 30px;
    z-index: 1;
    border-radius: 100%;
    background-color: rgba(34, 142, 76, 1);
    opacity: 0;
    animation: 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) 1s infinite blinkItem;
}
.bottom_call_left::before {
    content: '';
    z-index: 9;
    width: 11px;
    height: 11px;
    background: #229a19;
    border-radius: 100%;
    position: absolute;
    right: 6px;
    bottom: 3px;
    outline: 2px solid #fff;
}
.bottom_call_right strong{color:#fff;font-size:15px;font-weight:400;}
.bottom_call_right p{font-size:16px;margin:0;padding:0;font-weight:700;color:#fa911b;}
.bottom_call_right p span{font-size:14px;}
.bottom_call a{text-decoration:none;}
.cookie-bar {bottom: 0;width: 100%;background: rgb(240 240 240 / 80%);
    color: #000000;text-align: center;font-size: 14px;padding: 6px 10px;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;gap: 10px;}
.cookie-bar p { margin: 0;}
.cookie-btn {background: #2bd459; border: none;padding: 4px 10px;border-radius:4px;font-size: 13px;font-weight: 600;cursor: pointer;transition: background 0.3s ease;}
.phone_banner{display:none;margin-top:3rem;}
.phones_cars{background-color:#e64605;padding:18px 0 12px 10px;border-radius:6px;}
.phones_cars_main{display:flex;overflow:hidden;justify-content:space-between;}
.phones_cars_right img{width:180px;}
.phones_cars_left{padding-bottom:9px;}
.phones_cars_left h1{font-size:22px;font-weight:600;color:#fff;margin:0;}
.phones_cars_left p{font-size:13px;color:#f7f7f7;font-weight:300;margin-top:4px;padding:0;margin:0;}
.phones_cars_left a{padding:2px 8px;background-color:#fff;text-decoration:none;margin-top:8px;display:inline-block;border-radius:4px;color:#000;font-size:14px}
.phones_cars2{background:linear-gradient(135deg, #dd0a0a 0%, #FFEB3B 100%)!important;}
.phones_cars1{background: linear-gradient(135deg, #003274 0%, #0073E6 100%)!important;}

body.cookie_active .new_home {
    height: 416px; padding-top: 2rem;
}


    .car_rentals_banner {
        display:none;
      position: relative;
      margin-top:3rem;
      color: #fff;
    background:url(/images/car_pop.webp) no-repeat;
    background-size:cover;
    background-position:center;
    height:550px;
      overflow: hidden;
      /*background:  linear-gradient(183deg, rgb(4 4 4 / 12%) 3.04%, rgb(10 10 11 / 11%) 34.3%, rgb(0 0 0 / 16%) 82.23%), url(/images/car_bnnr.png) center / cover no-repeat; position:relative; height:550px;*/
    }

    .car_rentals_content {
      padding: 25px 25px 90px;
      text-align:center;
    }

    .car_rentals_content h2 {
      font-size: 20px;
      color:#333;
      font-weight: 600;
   margin-bottom: 2px;
    margin-top: 10px;
    }

    .car_rentals_content p {
      font-size: 14px;
      color:#666;
      opacity: 0.9;
      margin-bottom: 20px;
    }

    .car_rentals_features {
      display: flex;flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 20px;
      justify-content:center;
    }
    .car_rentals_feature_item {
  width: calc(50% - 6px);
  display: flex;
  align-items: center;
  gap: 8px;
}
    .car_rentals_feature_item {
         display: flex;
    align-items: center;
    gap: 8px;
    background:rgb(250, 149, 21);
    padding: 8px 12px;
    border-radius: 30px;
    backdrop-filter: blur(22px);
    justify-content: center;
    border: 1px dotted #fff;
    }

    .car_rentals_feature_item i {
      font-size: 18px;
      color: #ff7b00;
    }

    .car_rentals_feature_item span {
      font-size: 14px;
      color: #fff;
    }

    .car_rentals_support {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .car_rentals_live_badge {
      background: red;
      color: #fff;
      font-size: 11px;
      font-weight: 600;
      padding: 2px 6px;
      border-radius: 4px;
      margin-left: 6px;
    }

    .car_rentals_agent {
        display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    justify-content: center;
    }

    .car_rentals_agent span{    background: rgb(19, 44, 77);
    padding: 8px 12px;
    border-radius: 30px;
    backdrop-filter: blur(22px);
    border: 1px dotted;}
    .car_rentals_agent img {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 2px solid #fff;
    }

    .bnner_footer{ position: absolute;
    bottom: 17px; padding:0 10px;width: 100%;}

    .car_rentals_bottom_bar {
       
    display: flex;
    align-items: center;
    justify-content: center;
    background:#003a8b;
    padding: 10px 10px;
    border-radius: 58px;
   
    }

    .car_rentals_phone {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .car_rentals_phone .car_rentals_live {
      background: #000;
      color: #fff;
      font-size: 10px;
      padding: 3px 6px;
      border-radius: 4px;
      font-weight: bold;
    }

    .car_rentals_bottom_bar p {
      font-size: 13px;
      opacity: 0.9;
    }

   .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;
}}

     .toll_free1 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
}

.car_rentals_agent_img img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;}

.car_popup {
  padding:30px 0;
}

.car_popup_main{ width: 100%;display:none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  z-index: 99999; height:100%;}

/* Header section with image background */
.car_popup-header {
  position: relative;
  background: url('/images/pop_img.png') center/cover no-repeat;
  padding: 20px;
  color: #fff;
  text-align: center;    height: 220px;
}

.car_popup-header::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgb(0 0 0 / 0%);
}

.car_popup-header-content {
  position: relative;
  z-index: 1;    text-align: center;    background: #449add26;
    padding: 2px 0;
}

.car_popup-header-content h2{       font-size: 23px; color:#000;
    font-weight: 700;
    margin: 0;
    padding-top: 10px;    margin-bottom: 4px;}

.car_popup-header-content p{    font-size: 14px; color:#000;}

.car_popup-header img {
  width: 120px;
  margin-bottom: 10px;
}

.car_popup-header h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0 5px;
}

.car_popup-header p {
  font-size: 14px;
  margin: 0;
  color: #f1f1f1;
}

/* Close button */
.close-btn {
position: absolute;
    top: 10px;
    right: 10px;
    background: rgb(18 18 18 / 0%);
    color: #000;
    border: none;
    font-size: 27px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 2;
    border: 1px solid;
    line-height: 20px;padding:0;
}
.close-btn:hover {
  background: rgba(255,255,255,0.4);
}

/* Feature buttons */
.car_popup-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 2px 15px 10px;
  margin-top: -30px;
    position: relative;
}

.car_popup-buttons button {
  flex: 1 1 45%;
  background: #fcd418;
  border: none;
  border-radius: 50px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: 0.3s;
}
.car_popup-buttons button:hover {
  background: #2e7ef5;
}

/* Bottom text */
.car_popup-info {
  text-align: center;
  font-size: 13px;
  color: #000;
     padding: 10px 2px 10px;
  background: #fff;
}

/* Call button section */
.call-section {
  background: #ffb400;
  text-align: center;
  color: #003875;
  font-weight: 600;
  font-size: 17px;
  padding: 14px 0;
  border-top: 2px solid #fff;
  cursor: pointer;
}
.call-section:hover {
  background: #ffc94c;
}

.call-section small {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: #004d99;
  padding: 5px 0;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.newLogoFlex {
    display: flex;
    position: relative;
    z-index: 10;
       padding: 12px 6px 10px 6px;
    justify-content: space-between;
    align-items: center;
    left: 0px;
}

.newLogoFlex .siteLogo {
    float: left;
    vertical-align: middle;
}

.siteLogo img
 {
    width: 80px;
    /*filter: brightness(0) invert(1);*/
}

.newLogoFlex .siteNumb {
    font-size: 14px !important;
    font-weight: bold !important;
    border-radius: 4px !important;
    padding: 4px 10px 4px 10px !important;
    position: relative !important;
    line-height: 20px !important;
    float: right !important;
    vertical-align: middle !important;
    margin-top: 8px !important;
    background: #540da3;
    display: flex !important;
    color: #fff !important;
    border: none !important;
    align-items: center !important;
}


    .new_ad_bnnr_container {
      width: 100%; display:none;
      background: #fff;
      border-radius: 0;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      overflow: hidden;margin-top:4rem; background: #f0f2ff;  margin-bottom: 0; position: relative;
    }

    .new_ad_bnnr_header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
    }

    .new_ad_bnnr_header img {
      height: 30px;
    }

    .new_ad_bnnr_menu {
      width: 25px;
      height: 25px;
      background: url('https://cdn-icons-png.flaticon.com/512/1828/1828859.png') no-repeat center;
      background-size: contain;
      cursor: pointer;
    }

    .new_ad_bnnr_banner {
      background: #1d3a8a;
      color: #fff;
      text-align: center;
      padding:6px 0;
      font-weight: 600;
      font-size:20px;
    }

    .new_ad_bnnr_title {
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      margin: 15px 0;
      color: #222;
    }

    .new_ad_bnnr_image {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 10px;
    }

    .new_ad_bnnr_image img {
      width: 100%;
      border-radius: 5px;
    }

    .new_ad_bnnr_discount_btn {
      background: #fbd112;
    color: #000000;
      text-align: center;
      border-radius:6px;
      padding:8px;font-size:18px;
      font-weight:600;
      width: 80%;
      margin: 15px auto;
      
    }

    .new_ad_bnnr_subtitle {
      text-align: center;
      color: #000;
      font-weight: 500;
      margin-bottom: 10px;    font-size: 17px;
    }

    .new_ad_bnnr_call_box {
      background:#001a64;
      color: #fff;
      text-align: center;
      border-radius:6px;
      padding:8px 15px;
      width: 85%;
      margin: 0 auto 10px;
      font-size: 20px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
    }

    .new_ad_bnnr_call_box img {
      width: 20px;
    }

    .new_ad_bnnr_helpline {
      text-align: center;
      color: #000;
      font-weight: 500;
      margin-bottom: 15px;     font-size: 18px;
    }

    .new_ad_bnnr_features {
      background:#102a4d;
      color: #fff;
      padding: 15px 20px;
      border-radius: 0 0 10px 10px;
    }

    .new_ad_bnnr_features ul {
      list-style: none;
          padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    }

    .new_ad_bnnr_features li {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
      font-size: 14px;
    }

    .new_ad_bnnr_features li::before {
      content: "✔";
      margin-right: 8px;
      color: #00ffb3;
      font-weight: bold;
    }

    @media (max-width: 400px) {
      .new_ad_bnnr_container {
        width: 100%;
      }
    }

       
       .car_popup .car_rentals_bottom_bar{    background: #540da3;}

        a{text-decoration:none!important;}

        .copy-right img {
    filter: unset !important;
    width: 60%;
}

        .disclaimer a{color:#fff;}


        .whyus_section {
  text-align: center;
  padding: 60px 20px;
}

.whyus_section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 50px;
}

.whyus_section h2 span {
  color: #ffc107;
}

.whyus_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.whyus_card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  width: 350px;
  max-width: 100%;
  padding: 40px 25px;
  text-align: center;
  transition: all 0.3s ease;
}

.whyus_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.whyus_icon {
  background: #f1f6ff;
  border-radius: 50%;
  width:80px;
  height: 80px;
  margin: 0 auto 25px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whyus_icon img {
  width: 50px;
  height: 50px;
}

.whyus_title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.whyus_text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 992px) {
  .whyus_container {
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .whyus_card {
    width: 100%;
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .whyus_section h2 {
    font-size: 1.6rem;
  }
}

  .faq_section {
      background: #fff;
      padding: 30px 0;
    }

    .faq_section h2 {
        text-align: left;
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
      font-weight: 700;
    }

    .faq_item {
      border-bottom: 1px solid #eee;
      margin-bottom: 15px;
    }

    .faq_question {
      background: none;
      border: none;
      width: 100%;
      text-align: left;
      padding: 15px 0;
      font-size: 1.1rem;
      font-weight: 600;
      color: #222;
      cursor: pointer;
      outline: none;
      transition: color 0.3s ease;
      position: relative;
    }

    .faq_question::after {
      content: '+';
      position: absolute;
      right: 0;
      font-size: 1.4rem;
      transition: transform 0.3s ease;
    }

    .faq_question.active::after {
      transform: rotate(45deg);
    }

    .faq_answer {
      max-height: 0;
      overflow: hidden;
      color: #555;
      font-size: 1rem;
      line-height: 1.6;
      transition: max-height 0.4s ease;
    }

    .faq_answer.open {
      max-height: 200px;
      margin-bottom: 10px;
    }

    @media (max-width: 600px) {
      .faq_section {
        padding: 25px 20px;
      }
      .faq_question {
        font-size: 1rem;
      }
    }


.trip_tipe ul{display:flex;align-items:center;margin:0;padding:0;list-style:none;}
.trip_tipe ul li{display:flex;margin-right:8px;}
.trip_tipe ul li input{opacity:0;visibility:hidden;position:absolute;}
.trip_tipe ul li input:checked ~ label{background-color:#001a64;color:#fff;}
.trip_tipe ul li label{font-size:14px;padding:4px 8px;background-color:#efefef;position:relative;left:-6px;border-radius:4px;cursor:pointer;}
.trip_tipe{margin-bottom:0.8rem;}
.car_input { transition: all 0.25s ease; }


.new_why {
  padding:30px 0; 
}
.new_why_box{  background: linear-gradient(145deg, #e9e9e9, #ffffff);
  border: 1px solid #eee;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;position:relative;padding:20px;}
.new_why_icon{margin-bottom:0.5rem;}
.new_why_icon img{width:55px;  transition: transform 0.3s ease, filter 0.3s ease;}
.new_why_box:hover .new_why_icon img {
  transform: scale(1.15);
  filter: drop-shadow(0 0 8px rgba(255, 187, 0, 0.6));
}
.new_why_box span{width:40px;height:35px;  background:#090909;top: 0;
display:flex;text-align:center;justify-content:center;align-items:center;position:absolute;right:0;border-radius:8px 0 0 8px;font-weight:600;padding:0 0.8rem;color:#fff;}
.new_why_box strong{font-size:18px;font-weight:600;display:block;margin:1rem 0 0.3rem;color:#333;}
.new_why_box p{font-size:14px;color:#666;}
.heading_font{margin-bottom:1.8rem;}
.heading_font h2{font-weight:700;  font-size: 30px; color: #1a1a1a;}

.car_process_box {
    position: relative;
    display: block;
    background:linear-gradient(135deg, #000000, #b30f15);
    border-radius: 20px;
    padding: 45px 25px 33px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
    counter-increment: step;
      counter-increment: step;
    
}
.car_process_main .row{  counter-reset: step;}
.car_process_sub {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .05;
    z-index: -1;
}
.process-one__icon-box {
    position: relative;
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
}
.process-one__icon-shape {
    position: absolute;
    top: 50%;
    left: 25px;
    right: 80px;
    height: 5px;
    background-color:#ffffff;
    transform: translateY(-50%);
    opacity: .20;
    transition: all 500ms ease;
    z-index: -1;
}
.process-one__icon-shape:before {
    content: "";
    position: absolute;
    top: -8px;
    right: -10px;
    height: 20px;
    width: 20px;
    background-color:#ffffff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    transition: all 500ms ease;
}
.process-one__icon {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color:#ffdac7;
    border-radius: 50%;
    z-index: 1;
}
.process-one__icon:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 5px solid #ffffff5e;
    border-radius: 50%;
    z-index: -1;
}
.process-one__count {
    position: relative;
    display: block;
}
.process-one__icon img{width:42px;}
.process-one__count::before {
  content: counter(step, decimal-leading-zero); /* shows 01, 02, ... */
  position: absolute;
top: -20px;
right: -6px;
font-size: 41px;
  line-height: 1;
  font-weight: 700;
  color: transparent; /* fill transparent */
  -webkit-text-stroke: 1px rgba(255,255,255,0.7); /* stroked number */
  transition: transform 0.35s ease, opacity 0.35s ease;
  opacity: 0.95;
  pointer-events: none;
}
.car_process_box strong{
    color:#ffb400;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 33px;
    margin-bottom: 17px;
    -webkit-transition: all 500ms ease;
    font-family:Inter Tight, sans-serif;
    transition: all 500ms ease;
    display:inline-block;
}
.car_process_box p{color:#ffffffb3;}
.Thankyou_page{background:url(/images/thankyou.webp);width:100%;background-repeat:no-repeat;background-size:cover;padding:4rem ;}
.Thankyou_page_main{max-width:650px;background-color:#fff;border-radius:6px;padding:1.5rem ;margin:6rem auto 3rem}
.Thankyou_page_main h2{font-size:26px;font-weight:600;color:#333;}
.Thankyou_page_main h2 span{color:#008000;}
.Thankyou_page_main h2 img{width:28px;margin-right:3px;}
.Thankyou_page_main p{font-size:14px;color:#666;}
.Thankyou_page_main .next-steps{margin:10px 0;}
.Thankyou_page_main .next-steps h3{font-size:20px;font-weight:500;color:#333;margin-bottom:0.6rem;}
.step{font-size:14px;color:#666;padding-bottom:0.2rem;font-weight:400;}
.step strong{color:#333;font-weight:500;}
.step span{margin-right:3px;display:inline-block;}
.Thankyou_page_main a{padding:6px;}
.back_btn{text-align:center;padding:8px 0 8px; }
.back_btn a{padding:8px 22px;background:#2a2728;color:#fff;display:inline-block;border-radius:6px;font-size:14px;cursor:pointer;}
.Thankyou_note{text-align:center;padding-top:6px;}
.Thankyou_note p{padding:0;margin:0;color:#666;font-size:13px;}
.Thankyou_note a{font-size:15px;font-weight:600;color:#444;text-decoration:none;}
.page-wrapper h1{font-size:24px; font-weight:600;}
.page-wrapper h2{font-size:22px;font-weight:600;}
.page-wrapper h3{font-size:20px;font-weight:600;}
.page-wrapper h4{font-size:19px;font-weight:600;}
.page-wrapper h5{font-size:19px;font-weight:600;}
.page-wrapper{    margin: 2rem 0!important;}

.cookie-close{    position: absolute;
    top: -5px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;}



.trust_line {
    text-align: center;
    color: #fff;
    padding: 14px 0;
    font-weight: 600;
    font-size: 16px;
    align-items: center;
    gap: 10px;
    justify-content: center; background: #ff5907;
    border-radius: 8px;  display: flex;
}

.assist_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.tag {
    background:#0000003d;
    backdrop-filter: blur(10px);
    border-radius: 22px;
    padding: 8px 14px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;color: #fff;
}



    .trust_line_img img {
        width: 40px;
        border-radius: 40px;
        height: 40px;
    }



}@media (max-width: 580px) {
    .trust_line {
        font-size: 16px;
    }
}
 @media screen and (max-width: 480px) {
    .trust_line {
        font-size: 15px;
        padding: 10px 0;
        padding-bottom: 6px;
    }
}

@media screen and (max-width: 414px) {
    .trust_line {
        font-size: 14px;
    }
}



.bottom_call{display:none!important;}




.new_car_site
 {
           background-image: linear-gradient(rgb(4 4 4 / 41%) 3.04%, rgb(10 10 11 / 0%) 34.3%, rgb(27 29 32 / 17%) 82.23%), url(/images/bg_moblie.png) !important;
    width: 100%;
    padding: 3rem 0 0rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 594px; position:relative;
}

    .new_car_heading {
        margin-bottom: 0.5rem;
        padding-top: 1rem;
        font-size: 16px;
        margin-top: 1rem;
        position: relative;
        text-align: center;
    }

   .new_car_title {    background: #4f125e; color:#fff;
    padding: 5px;
    border-radius: 4px;}

   .new_car_highlight{    background: #fce330;
    padding: 5px;
    border-radius: 4px;
    color: #511661;}

   .new_car_subtext{    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    background: #68138082;
    border-radius: 6px;}


   .new_car_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
    position: absolute;
    bottom: 0;
    justify-content: center;
    left: 0; width:100%;
   
}

   .new_car_tag {
    background: #fce330;
    backdrop-filter: blur(10px);
    border-radius: 22px;
    padding: 8px 14px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    color: #521267;
    font-weight: 700;
    width: 164px; text-align:center;
}

       .new_car_trust_line {
        text-align: center;
        color: #000000;
        padding: 8px 0;
        font-weight: 600;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;    background: #3ac7f5;
    border-radius: 8px;
    display: flex;
    backdrop-filter: blur(8px); margin: 0 auto; margin-top: 8px !important; width:50%;
    }


       .new_car_trust_img img{
    width: 60px;
    border-radius: 40px;
    height: 60px;transform:scaleX(-1)
}

       .new_car_phone {
    padding-top: 0px;
    font-size: 20px;
       background: #ff690d;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 600;
}

      .new_car_call_text img{    width: 25px;}


      .mob_call_wrap {
    text-align: center;
}

      .accordion-button:focus{    box-shadow: 1px -11px 0 0.25rem rgb(13 110 253 / 0%)!important;}
.mob_call_btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
     background: rgb(255, 107, 0);    border-radius:30px;

    color: #fff;
    padding:6px 16px;
    text-decoration: none;
    font-size:16px;
    font-weight:600;
}
.mob_call_number img{width: 17px;
  height: 19px;
  margin-right: 1px;}

.mob_call_icon {
   border-radius: 21px;
    width: 24px;
    height: 24px;
    background-color: #090909;
    padding: 4px;
}

.mob_call_number {
    letter-spacing: 0.5px;
}


.new_car_trust_content{    display: flex;
    flex-direction: column;
    gap: 4px;}

.new_car_call_text{text-align: center;
    display: flex;
    align-items: center;
    gap: 4px;}




.or-divider {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 30px 0;
    position: relative;
}

.or-divider::before,
.or-divider::after {
    content: "";
    flex: 1;
    height: 1px;
        background: rgb(252 227 48 / 85%);
}

.or-divider span {
    padding: 0 18px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    letter-spacing: 1px;
    white-space: nowrap;
}
.divider{text-align:center;}
.dark-bg .or-divider::before,
.dark-bg .or-divider::after {
    background: rgba(255, 255, 255, 0.4);
}


.light-bg .or-divider::before,
.light-bg .or-divider::after {
    background: rgba(0, 0, 0, 0.2);
}

.light-bg .or-divider span {
    color: #333;
}


@media (max-width: 576px) {
    .or-divider {
        margin: 8px 0;
    }

    .or-divider span {
        font-size: 14px;
        padding: 0 12px;
    }
}



.new_contact1 a {
    text-decoration: none;
    display: inline-block;
    padding: 6px 15px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.new_call_header
 {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    padding: 4px 12px 4px 4px;
    position: relative;
    color: #ffffff;
    top: auto;
    cursor: pointer;
    background: linear-gradient(90deg, #fed001 60%, #1b6dc2 60%);
}

.new_call_image {
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_call_image::before, .new_call_image::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgb(253 48 29);
    animation: pulseSpread 2.8s ease-out infinite;
    z-index: 1;
}

.new_call_image img
 {
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.new_call_image img {
    object-fit: cover;
    width: 34px;
    border-radius: 30px;
    height: 35px;
    background: #fd301d;
    padding: 1px;
}

.new_call_image1: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;
}



.city_subheading{    margin-top: -2rem;
    color: #fff;}

.banner-section
 {
    text-align: center !important;
    background: #8c1113;
}

.banner-section {
    float: left;
    width: 100%;
    padding-top: 11rem;
    padding-bottom: 6rem;
    position: relative;
    height: 400px;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2rem;
}

.banner-abt h1{    color: #fff;}

.banner-abt ol{    color: #fff;
    list-style: none;}

.banner-abt ol a{color: #ccc;}

.main-heading {
    background: #1375bb;
    display: inline-block;
    clear: both;
    font-size: 15px;
    border-radius: 20px;
    padding: 11px 25px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 20px;
}
.sitemap-content ul:last-child {
    border-bottom: 0;
    padding-bottom: 1rem;
}

.sitemap-content ul li {
    float: left;
    width: 25%;
}

.sitemap-content ul li a {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    background-image: url(/images/sitemap-arrow.png);
    background-repeat: no-repeat;
    padding: 2px 0 2px 19px;
    background-position: top 10px left 4px;
    background-size: 6px;
}

.sitemap-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.new_box{display: flex;justify-content: space-between;align-items: center;border-radius: 20px;  background: #fff; backdrop-filter: blur(14px);-webkit-backdrop-filter: blur(14px);box-shadow: 0 8px 30px rgba(0,0,0,0.15); padding: 20px 30px;max-width:1150px;margin:3.2rem auto 0; border: 1px solid rgba(255,255,255,0.15);}
.new_box_main{display:flex;border-radius:8px;padding:8px;gap:12px;align-items:center; position: relative;transition: 0.3s;}
.new_box_main:hover{transform: translateY(-5px);}

.new_box_main:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.2);
}
.new_box_icon{width: 45px;
    height: 45px;
    border-radius: 100%;
    background: linear-gradient(135deg, #10286e, #001a64);
    box-shadow: 0 4px 12px rgb(27 73 206 / 23%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 50%;}
.new_box_icon img{width:90%;}
.new_box_text strong{font-size:17px;font-weight:600; font-size: 17px;display:inline-block;margin-bottom: 2px;color:#000;}
.new_box_text p{font-size:13px;color:#333;margin:0;padding:0;opacity:0.8;}
.car_heading{text-align:center;margin-bottom:1.8rem;margin-top:1rem;}
.car_heading small{font-size:14px;color:#000;padding:8px 18px;border-radius:30px;background:#0c38b821;font-weight:500;}
.new_why_img{position:relative;z-index:1;}
.new_why_img span{position:absolute;width:40px;height:40px;background:#001a64;display:flex;justify-content:center;align-items:center;border-radius:0px 0 8px 8px;top:0px;right:0px;color:#fff;}
.car_heading h2{font-size:26px;font-weight:600;margin:10px 0 0!important;padding:0;color:#333;}
.car_heading p{font-size:15px;color:#666;margin:0;padding:0;margin-top:4px!important;}
.new_why_img img{object-fit:cover;height:170px;width:100%;}
.new_why_us_text{margin-top:2.5rem;text-align:center;padding:0 14px 14px;}
.new_why_us_text strong{font-size:19px;color:#333;margin-bottom:10px;display:inline-block;position:relative;}
.new_why_us_text strong:after{width:30%;height:2.5px;content:'';position:absolute;transform:translateX(-50%);left:50%;background:#001a64;border-radius:30px;top:108%;}
.new_why_us_text p{font-size:14px;color:#666;margin:0;padding:0;}
.why_us_icon{width:50px;height:50px;border-radius:100%;display:flex;justify-content:center;align-items:center;z-index:11;background:#fff;position:absolute;bottom:-30px;transform:translateX(-50%);left:50%;box-shadow: 0 3px 14px rgba(0, 0, 0, 0.10);}
.why_us_icon svg{stroke:#001a64;stroke-width:1.5;width:25px;height:25px;}
.why_us_icon img{width:40px;height:40px;}
.why_us_icon1{border-radius:8px;}
.new_why_us_box{width:100%;height:100%;border-radius:14px;box-shadow: 0 2px 18px rgba(0, 0, 0, 0.06);transition: transform 0.25s ease, box-shadow 0.25s ease;overflow:hidden;border:1px solid #ccc;}
.new_why_us_box ul{margin:0;padding:0;list-style:none;text-align:left;padding-top:10px; display:none;}
.new_why_us_box ul li{padding-bottom:4px;font-size:15px;color:#666;padding-left:12px;display:flex;align-items:center;gap:12px;}
.new_why_us_box ul li span svg{stroke:#001a64;stroke-width:1.8;width:18px;height:18px;}
.new_why_us_text a{padding:6px 4px;border:1px solid #fff;background: #13affa;font-size:16px;display:inline-block;width:90%;margin:0.8rem auto 0;color:#fff;font-size:15px;text-decoration:none;border-radius:8px;font-weight:400;}
.new_why_us_text a:hover{background:#0088CA;color:#fff;}
.new_why_us_text a svg{stroke:#001a64;margin-left:0.5rem;stroke-width:1.5;width:32px;}
.new_dealsBox{width:100%;border-radius:12px;overflow:hidden;border:1px solid #ccc;}
.new_dealsBox_img{position:relative;}
.new_dealsBox_sub{}
.new_dealsBox_sub span{position:absolute;border-radius:30px;padding:4px 20px;background:#000;top:8px;color:#fff;right:5px;font-size:13px;}
.new_dealsBox_img img{height:200px;object-fit:cover;width:100%;}
.new_dealsBox_text{text-align:center;padding:0.8rem;}
.new_dealsBox_text strong{font-size:19px;font-weight:600;color:#111;display:inline-block;}
.new_dealsBox_text p{font-size:14px;color:#666;}
.new_dealsBox_text ul{display:flex;justify-content:space-between;gap:5px;list-style:none;margin:10px 0;text-align:center;padding:0 12px;}
.new_dealsBox_text ul li{font-size: 14px;color:#333;text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.new_dealsBox_text ul li span{display:flex;width:30px;height:35px;border-radius:100%;justify-content:center;align-items:center;background:rgba(204, 31, 43, 0.06);text-align:center;margin-bottom:3px;padding:3px;}
.new_dealsBox_text ul li span svg{stroke:#001a64;}
.new_dealsBox_text a{  padding: 6px 4px;
    border: 1px solid #fff;
    background: #13affa;
    font-size: 16px;
    display: inline-block;
    width: 90%;
    margin: 0.8rem auto 0;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 400;}
.new_deals_heading{text-align:center;margin:0rem 0 2.5rem;}
.new_deals_heading small{font-size:14px;color:#333;padding:8px 18px;border-radius:30px;background:#0c38b821;font-weight:500;margin-bottom:4px;display:inline-block;}
.new_deals_heading h2{font-size:26px;font-weight:600;margin:0px 0 0px!important;padding:0;color:#333;}
.new_deals_heading p{font-size:15px;color:#666;margin:0;padding:0;margin-top:4px!important;}
.new_deals{}
.new_car_process_box{background:#fff;border-radius:14px;padding:20px 25px;text-align:center;position:relative;box-shadow:0 5px 20px rgba(0,0,0,0.08);transition:.4s;height:100%;}
.new_car_process_box:hover{transform:translateY(-10px);}
.new_car_process_box .step_no{ width:40px;height:40px;line-height:40px;background:linear-gradient(135deg, #10286e, #001a64);color:#fff;border-radius:50%;margin:auto;font-size:17px;font-weight:700;margin-bottom:15px;}
.new_car_process_box .process_icon{ width:65px;height:65px;background:#e5ecff9c;border-radius:50%;margin:auto;display:flex;align-items:center;justify-content:center;margin-bottom:15px;padding:8px;}
.new_car_process_box .process_icon img{width:100%;}
.new_car_process_box strong{font-size:20px;margin-bottom:6px;color:#111;display:inline-block;font-weight:600;}
.new_car_process_box p{color:#666;line-height:1.4; font-size:16px;margin:0;padding:0;}
.new_car_process{margin:4.2rem 0 2rem;}
.new_safe{width:990px;background:linear-gradient(135deg, #f5fbff 0%, #e1edff 50%, #d1eeff 100%);border-radius:12px;margin:2rem auto;padding:2rem 2.8rem;}
.new_safe ul{display:flex;justify-content:space-between;margin:0;padding:0;}
.new_safe ul li{display:flex;gap:12px;position:relative;}
.new_safe ul li:after{width:2px;background:#fff;height:100%;content:'';position:absolute;right:-50px;}
.new_safe ul li span{width:50px;height:50px;display:flex;justify-content:center;align-items:center;background:#fff;border-radius:100%;padding:8px;}
.new_safe ul li span img{width:100%;}
.new_safe_text strong{font-size:19px;color:#333;font-weight:600;}
.new_safe_text p{font-size:15px;color:#666;margin:0;padding:0;}
.new_about{background:linear-gradient(135deg,#0f2027,#16384a,#1d5b79);padding:3rem;}
.new_about_left h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:12px;}
.new_about_left p{font-size:15px;color:#f7f7f7;opacity:0.8;}
.new_about_left a{border-radius:30px;padding:6px 25px;background:#fff;margin-top:10px;display:inline-block;text-decoration:none;font-size:15px;}

.closePopup{display:none;}


.mob_phone{display:none;}

.new_home{
    width:100%;
   height: 348px;
    background:linear-gradient(139.43deg, rgba(0, 0, 0, 0.42) 32.66%, rgba(255, 255, 255, 0) 66.16%),url('/images/new_home.webp');
   background-position:center;
    background-size:cover;
    background-repeat:no-repeat; margin-bottom:13rem;
}
.new_home_text{margin:62px 0;padding-top:3rem;text-align: left;position: relative; z-index: 1;  }
.new_home_text p{font-size:30px;font-weight:500;color:#fff;margin:0;padding:0;}
.new_home_text h1{font-weight:700;font-size:60px;letter-spacing: 0%;text-transform: capitalize;color:#fff;margin:0;padding:0;line-height:52px;}
.new_home_text span{font-size:27px;font-weight:300;color:#fff;display:inline-block;  margin-top: 2px;}


.rj_top_box div{width:100%;}

.rj_car_form{
  margin: 0 auto;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 7px 40px #4e4e4e33;
}

.rj_top_box,
.rj_bottom_box{
    border:1px solid #D8D8D8;
    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:#666;
    margin-bottom:0px;
}

.rj_top_box input,
.rj_bottom_box input,
.rj_top_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:100%;
    height:53px;
    border:none;
    border-radius:10px;
  background: linear-gradient(90deg, #007781 0%, #00c1ce 100%);
    color:#fff;
    font-size:18px;
    font-weight:600;
}
.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:18px;
    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;
}

@media(max-width:991px){

.rj_btn{
margin-top:10px;
}

}
.new_home_bottom ul{max-width:698px;width:698px;background: #ff9001;display:flex;justify-content:space-between;border-radius:30px;margin:1.8rem auto;list-style:none;padding:8px 20px;}
.new_home_bottom ul li{color:#fff;font-size:14px;display:flex;align-items:center;gap:8px;}
.new_home_bottom ul li img{width:18px;height:18px;margin-right:3px;}

.new_call{margin:3rem auto;background:#007781;max-width:720px;display:flex;border-radius:100px;text-align:center;align-items:center;padding:15px 18px;justify-content:space-between;}
.new_call_box{border-right:1px solid #fff;padding-right:1rem;margin-right:0.5rem;width:50%;}
.new_call_box h2{font-size:20px;font-weight:600;color:#fff;margin:0;padding:0;}
.new_call_box p{font-size:14px;color:#f7f7f7;font-weight:300;margin:0;padding:0;}
.new_call_box1 a{display:flex;text-decoration:none;gap:22px;width:100%; justify-content:center;}
.new_call_box1{width:50%;}
.new_customer_img img{width:55px;height:55px;}
.new_customer_text h2{font-size:16px;color:#fff;font-weight:400;margin:0;padding:0;}
.new_customer_text p{font-size:19px;color:#fff;font-weight:600;margin:0;padding:0;}
.Available{width:900px;margin:2rem auto;display:flex;justify-content:space-between;gap:12px;text-align:center;}

.Available .Available_sub{width:200px;height:200px;border-radius:100%;border:1px solid #017AFF;display:flex;align-items:center;justify-content:center;
}
.Available_new{padding:0 10px;box-sizing:border-box;}
.Available_sub1 span{font-weight:600;font-size:24px;} 
.Available_sub1 p{font-size:17px;font-weight:300;margin:0;padding:0;}
.Available_sub1{line-height:25px;}
.Services_heading{text-align:center;margin:2rem 0;}
.Services_heading h2{font-size:32px;font-weight:600;color:#000;margin:0;padding:0;margin-bottom:4px;    }
.Services_heading p{font-size:20px;font-weight:300;margin:0;padding:0;}
.Services_new{padding:3rem;background: #D9D9D94A;}
.Services_sub{max-width:850px;margin:0 auto;display:flex;gap:18px;}
.Services_box{text-align:center;}
.Services_box span{font-size:36px;color:#017AFF;font-weight:300;}
.Services_box h3{font-size:26px;font-weight:600;margin:0;padding:0;margin-bottom:8px;}
.Services_box p{font-size:18px;font-weight:300;}

.new_car_deals{}
.new_car_deals_heading span{font-size:18px;font-weight:300;}
.new_car_deals_heading h2{font-size:38px;font-weight:700;margin:0;padding:0;margin-bottom:4px;margin-top:10px;}
.new_car_deals_heading p{font-size:15px;font-weight:400;margin:0;padding:0;}

.car_deals_box{border: 1px solid #EAEAEA;border-radius:10px;text-align:center; 
    border-radius:14px;
    overflow:hidden;
    position:relative;}

.car_deals_img_new{background: #f5f5f59c;
    border-radius: 11px;
    border-bottom: 1px solid #EAEAEA;}

.car_deals_text_new ul li img{display:unset!important;}
.car_deals_text_new{padding:10px;}
.car_deals_img_new img{width:100%;}
.car_deals_text_new span{font-size:16px;font-weight:600;color:#000; display:none;}
.car_deals_text_new h3{    font-size: 24px;
    font-weight: 500;
    margin-bottom: 7px;
    padding: 0;}
.car_deals_text_new p{font-size:13px;margin:0;padding:0;}
.car_deals_text_new ul{padding:0;list-style:none;margin:10px 0;}
.car_deals_new{margin:2rem 0;}
.car_deals_text_new a{    color: rgb(0 119 129);
    font-size: 17px;
    padding: 8px 18px;
    border-radius: 6px;
    display: inline-block;
    margin: 1rem 0px;
    border: 1px solid #057a83;}

.new_Segments{max-width:950px;margin:2rem auto;}
.Segments_heading{text-align:center;margin:1rem 0;}
.new_Segments_main{padding:2rem 1rem;max-width:800px;margin:2rem auto;position:relative;}
.new_Segments_main:after{position: absolute; width: 100%;content: "";bottom: -86px;background: url(/images/About_bottom.webp)no-repeat;background-size: auto;background-size: cover;height: 200px;
  left: 0;}
.new_Segments_box small{font-size: 18px;font-weight: 500;color: #333;padding: 0;margin: 0;margin-left: 11px;margin-bottom: 4px;display: inline-block;}
.new_Segments_iocn{display:flex;align-items:center;margin-bottom:8px;}
.new_Segments_iocn span{border-radius:100%;display:flex;justify-content:center;align-items:center;background:#000;padding:10px;}
.new_Segments_iocn img{width:20px;height:20px;}
.new_Segments_line{width:100%;border-top:1px dashed #000;position:relative;}
.new_Segments_lines{width:100%;border-top:1px dashed #000;position:relative;}
.new_Segments_line1{width:100%;border-top:1px dashed #000;position:relative;}
.new_Segments_line1::after {
  content: "";
  position: absolute;
  left: -3px;
  top: -10px;

  width: 10px;
  height: 24px;
  background-image: url(/images/Vector1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.new_Segments_box_sub1{margin-left:auto;}
.new_Segments_line::after {
  content: "";
  position: absolute;
    transform:rotate(180deg);
  right: -5px;
  top: -16px;
  width: 10px;
  height: 24px;
  background-image: url(/images/Vector1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.new_Segments_box_sub{width:70%}
.new_Segments_box_sub strong{font-size: 28px; font-weight: 600;display:inline-block;margin-bottom:2px;}
.new_Segments_box_sub p{margin:0;padding:0;font-size:18px;font-weight:300;color:#333;}
.new_Segments_box{margin-bottom:2rem;}
.vcr_faq_section_main{padding:25px 10px;}
.value_car_rental{
    width:100%;
    overflow:hidden;
    margin-top: 5rem;
}

/* HERO SECTION */

.value_car_top{
    position:relative;
    height:350px;
    background:url('/images/key.webp') center top/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;

}

.value_car_top::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to right,
    rgba(0,0,0,0.15),
    rgba(0,0,0,0.45),
    rgba(0,0,0,0.7));
}

.value_car_content{
    position:relative;
    z-index:2;
    text-align:center;
    color:#fff;
    max-width:750px;
    padding:20px;
}

.value_car_content span{
    display:block;
    font-size:20px;
    font-weight:300;
    margin-bottom:8px;
    letter-spacing:.5px;
}

.value_car_content h1{
    font-size:35px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:15px;
}

.value_car_content p{
    font-size:15px;
    line-height:1.9;
    margin:0 auto;
    max-width:820px;
    color:#f1f1f1;
}

/* BOTTOM SECTION */

.value_bottom{
    background:#fff;
    padding:30px 0;
}

.value_box{
    padding:0 14px;
}

.value_box p{
    color:#222;
    font-size:14px;
    line-height:1.9;
    margin:0;
    font-weight:400;
}

/* RESPONSIVE */

@media(max-width:991px){

    .value_car_top{
        height:350px;
    }

    .value_car_content h1{
        font-size:34px;
    }

    .value_car_content p{
        font-size:14px;
    }


}

@media(max-width:767px){

    .value_car_top{
        height:350px;
    }

    .value_car_content span{
        font-size:18px;
    }

    .value_car_content h1{
        font-size:28px;
    }

    .value_car_content p{
        font-size:13px;
        line-height:1.7;
    }

    .value_bottom{
        padding:35px 0 10px;
    }

    .value_box p{
        font-size:15px;
        line-height:1.8;
    }

}

.vcr_faq_heading{
    margin-bottom:35px;
}

.vcr_faq_heading h2{
    font-size:32px;
    font-weight:700;
    color:#000;
    margin-bottom:8px;
}

.vcr_faq_heading p{
    font-size:15px;
    color:#333;
    line-height:1.8;
    max-width:920px;
    margin:0;
}

/* LEFT IMAGE */

.vcr_faq_left_img img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:4px;
}

/* ACCORDION */

.vcr_custom_accordion .accordion-item{
     border: 1px solid #00778100;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.vcr_custom_accordion .accordion-button{
    font-size:15px;
    font-weight:500;
    color:#111;
    padding:18px 20px;
    background:#fff;      border: 1px solid #007781;
    box-shadow:none;    border-radius: 10px;
}

.vcr_custom_accordion .accordion-button:not(.collapsed){
      background: #ffffff;
    color: #000000;
}

.vcr_custom_accordion .accordion-button::after{
    content:"+";
    background-image:none !important;
    font-size:20px;
    font-weight:700;
    transform:none !important;
    width:auto;
    height:auto;
    color:inherit;
}

.vcr_custom_accordion .accordion-button:not(.collapsed)::after{
    content:"−";
    color:#83b2fd;
}

.vcr_custom_accordion .accordion-body{
    font-size:15px;
    line-height:1.9;
    color:#444;
    padding:20px;
   border: 1px solid #007781;
    box-shadow: none;
    border-radius: 10px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .vcr_faq_heading h2{
        font-size:34px;
    }

    .vcr_faq_left_img{
        margin-bottom:25px;
    }

}

@media(max-width:767px){

    .vcr_faq_heading h2{
        font-size:28px;
    }

    .vcr_faq_heading p{
        font-size:14px;
    }

    .vcr_custom_accordion .accordion-button{
        font-size:14px;
        padding:15px;
    }

    .vcr_custom_accordion .accordion-body{
        font-size:14px;
        padding:15px;
    }

}
.vcr_business_section{
    background:#f3f3f3;
    padding:70px 15px 40px;
    text-align:center;
}


/* TOP CONTENT */

.vcr_business_content{
    max-width:860px;
    margin:auto;
}

.vcr_business_content h2{
    font-size:24px;
    font-weight:300;
    color:#111;
    margin-bottom:0;
    line-height:1.2;
}

.vcr_business_content h3{
    font-size:28px;
    font-weight:600;
    color:#000;
    margin-bottom:20px;
}

.vcr_business_content p{
    font-size:15px;
    color:#222;
    line-height:1.9;
    margin:0 auto 25px;
    max-width:850px;
}

/* ADDRESS */

.vcr_business_address h4{
    font-size:18px;
    font-weight:700;
    color:#000;
    margin-bottom:10px;
}

.vcr_business_address p{
    font-size:14px;
    color:#222;
    margin-bottom:25px;
    line-height:1.8;
}

/* CONTACT BOX */

.vcr_contact_box{
    background:#1577ff;
    max-width:420px;
    margin:0 auto 70px;
    padding:22px 20px;
}

.vcr_contact_box p{
    margin:0;
    color:#fff;
    font-size:18px;
    line-height:1.9;
}

/* SUBSCRIBE SECTION */

.vcr_subscribe_section{
    position:relative;
    background:url('/images/key1.webp') center center/cover no-repeat;
   padding: 39px 15px;
    overflow:hidden;
}

.vcr_subscribe_section::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
}

.vcr_subscribe_inner{
   position: relative;
    z-index: 2;
    text-align: center;
}

.vcr_subscribe_inner span{
    display:block;
    color:#fff;
    font-size:22px;
    font-weight:300;
    margin-bottom:8px;
}

.vcr_subscribe_inner h3{
    color:#fff;
    font-size:32px;
    font-weight:700;
    margin-bottom:35px;
}

/* FORM */

.vcr_subscribe_form{
   display: flex;
    justify-content: center;
    align-items: center;
    max-width: 750px;
    margin: auto;
}

.vcr_subscribe_form input{
    width:100%;
    height:65px;
    border:none;
    outline:none;
    padding:0 20px;
    font-size:22px;
    color:#222;
}

.vcr_subscribe_form button{
    border:none;
    background:#12818a;
    color:#fff;
    font-size:24px;
    font-weight:500;
    height:65px;
    padding:0 40px;
    transition:.3s;
}

.vcr_subscribe_form button:hover{
    background:#005be0;
}



@media(max-width:767px){

    .vcr_business_section{
        padding:50px 15px 20px;
    }

  

    .vcr_business_content h3{
        font-size:24px;
    }

    .vcr_business_content p{
        font-size:14px;
    }

    .vcr_contact_box{
        margin-bottom:50px;
    }

    .vcr_contact_box p{
        font-size:15px;
    }
 


}


.vcr_footer_main{
    background:#20312a;
    padding:25px 0 25px;
    overflow:hidden;
}

.vcr_footer_logo{
    text-align:center;
    margin-bottom:30px;
}

.vcr_footer_logo img{
    max-width:220px;
}

/* FOOTER TITLES */

.vcr_footer_title{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:18px;
}

/* LINKS */

.vcr_footer_links{
    list-style:none;
    padding:0;
    margin:0;
}

.vcr_footer_links li{
    margin-bottom:10px;
}

.vcr_footer_links li a{
    color:#fff;
    text-decoration:none;
    font-size:16px;
    transition:.3s;
}

.vcr_footer_links li a:hover{
    opacity:.8;
}

/* ADDRESS */

.vcr_footer_address{
    color:#fff;
    font-size:16px;
    line-height:2;
}

/* DISCLAIMER */

.vcr_footer_disclaimer{
    background:rgb(0 119 129 / 26%);
    padding:18px 20px;
    margin:35px 0 25px;
    text-align:center;
}

.vcr_footer_disclaimer p{
    color:#fff;
    font-size:11px;
    line-height:1.8;
    font-weight:300;
    margin:0;
}

.vcr_footer_disclaimer p a{
    color:#fff;
    text-decoration:underline;
}

/* COPYRIGHT */

.vcr_footer_copy{
    text-align:center;
    margin-bottom:18px;
}

.vcr_footer_copy p{
    color:#fff;
    font-size:12px;
    margin:0;
}

/* PAYMENT */

.vcr_footer_payment{
    text-align:center;
}

.vcr_footer_payment img{
    max-width:320px;
}

/* MOBILE ACCORDION */

@media(max-width:767px){

    .vcr_footer_main{
        padding:20px 0;
    }

    .vcr_footer_logo{
        text-align:left;
        padding-left:15px;
        margin-bottom:20px;
    }

    .vcr_footer_logo img{
        max-width:180px;
    }

    .vcr_footer_col{
        border:1px solid rgba(255,255,255,0.25);
        margin-bottom:-1px;
    }

    .vcr_footer_title{
        font-size:15px;
        margin:0;
        padding:14px 15px;
        position:relative;
        cursor:pointer;
    }

    .vcr_footer_title::after{
        content:"+";
        position:absolute;
        right:15px;
        top:50%;
        transform:translateY(-50%);
        font-size:18px;
    }

    .vcr_footer_col.active .vcr_footer_title::after{
        content:"−";
    }

    .vcr_footer_content{
        display:none;
        padding:0 15px 15px;
    }

    .vcr_footer_links li{
        margin-bottom:7px;
    }

    .vcr_footer_links li a{
        font-size:14px;
    }

    .vcr_footer_address{
        font-size:14px;
        line-height:1.9;
    }

    .vcr_footer_disclaimer{
        display:none;
    }

    .vcr_footer_copy{
        margin-top:20px;
    }

    .vcr_footer_copy p{
        font-size:11px;
        line-height:1.8;
    }

    .vcr_footer_payment img{
        max-width:240px;
    }

}

/* DESKTOP */

@media(min-width:768px){

    .vcr_footer_content{
        display:block !important;
    }

}
.vcr_footer_logo{
    text-align:center;
    margin-bottom:30px;
    position:relative;
}

/*.vcr_footer_logo::before{
    content:"";
    position:absolute;
    left:0;
    top:40%;
    width:42%;
    height:1px;
    background:rgba(255,255,255,0.45);
    transform:translateY(-50%);
}

.vcr_footer_logo::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    width:42%;
    height:1px;
    background:rgba(255,255,255,0.45);
    transform:translateY(-50%);
}*/

.vcr_footer_logo img{
    max-width:180px;
    position:relative;
    z-index:2;filter: brightness(0) invert(1);
}

/* MOBILE */

@media(max-width:767px){

    .vcr_footer_logo{
        text-align:left;
        padding-left:15px;
    }

    .vcr_footer_logo::before{
        display:none;
    }

    .vcr_footer_logo::after{
        width:100%;
        left:0;
        right:auto;
    }

}




/* ERROR STYLE */

.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;
}



/* SERVICES SLIDER DOTS */

#Services_main .slick-dots{
    bottom:-45px;
    display:flex !important;
    align-items:center;
    justify-content:center;
    gap:8px;
}

#Services_main .slick-dots li{
    width:auto;
    height:auto;
    margin:0;
}

/* NORMAL DOT */

#Services_main .slick-dots li button{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#cfcfcf;
    padding:0;
    border:none;
    transition:0.3s ease;
}

/* REMOVE DEFAULT DOT */

#Services_main .slick-dots li button:before{
    display:none;
}

/* ACTIVE DOT */

#Services_main .slick-dots li.slick-active button{
    width:38px;
    height:10px;
    border-radius:50px;
    background:#0d6efd;
}
/* CAR SLIDER ARROWS */

/* IMPORTANT */

#car_slider .col-lg-6{
    padding:0 12px;
    display:block !important;
    width:100% !important;
}

/* SLIDER */

#car_slider{
    margin:0 -12px;
}

/* BOX */



/* ARROWS */

#car_slider .slick-prev,
#car_slider .slick-next{
    width:48px!important;
    height:48px!important;
    border-radius:50%;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:20;
    border:none;
    font-size:0;
    cursor:pointer;
}

/* LEFT */

#car_slider .slick-prev{
    left:-55px;
    background:#017AFF7D;
}

/* RIGHT */

#car_slider .slick-next{
    right:-55px;
    background:#017AFF!important;
}

/* REMOVE DEFAULT */

#car_slider .slick-prev:before,
#car_slider .slick-next:before{
    display:none;
}

/* CUSTOM ICON */

#car_slider .slick-prev:after,
#car_slider .slick-next:after{
    content:"";
    width:10px;
    height:10px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    position:absolute;
    top:50%;
    left:50%;
}

/* LEFT ICON */

#car_slider .slick-prev:after{
    transform:translate(-40%,-50%) rotate(-135deg);
}

/* RIGHT ICON */

#car_slider .slick-next:after{
    transform:translate(-60%,-50%) rotate(45deg);
}

/* MOBILE */

@media(max-width:767px){

    #car_slider .slick-prev{
        left:10px;
    }

    #car_slider .slick-next{
        right:10px;
    }

}
#car_slider .slick-track{
    display:flex !important;
}

#car_slider .slick-slide{
    height:inherit !important;
}

/* SMOOTH ANIMATION */

#car_slider .slick-list{
    overflow:hidden;
}

#car_slider .slick-slide{
    transition:all 0.5s ease;
}


/* HIDE DESKTOP */

.mobile_call_box{
    display:none;
}

/* MOBILE ONLY */

@media(max-width:767px){

   

    .mobile_call_left{
        display:flex;
        align-items:center;
        gap:10px;
        min-width:0;
    }

    .mobile_call_img{
        width:56px;
        min-width:56px;
        height:56px;
        border-radius:50%;
        overflow:hidden;
        background:#fff;
    }

    .mobile_call_img img{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .mobile_call_text{
        min-width:0;
    }

    .mobile_call_text h3{
        margin:0;
        color:#fff;
        font-size:14px;
        font-weight:700;
        line-height:1.2;
        white-space:nowrap;
    }

    .mobile_call_text p{
        margin:1px 0 5px;
        color:#fff;
        font-size:11px;
        line-height:1.2;
    }

    .mobile_call_text span{
        display:block;
        color:#dce9ff;
        font-size:10px;
        margin-bottom:2px;
    }

    .mobile_call_text a{
        color:#fff;
        text-decoration:none;
        font-size:16px;
        font-weight:800;
        line-height:1;
    }

    .mobile_call_btn{
        background:#ff6b00;
        color:#fff;
        text-decoration:none;
        border-radius:8px;
        padding:10px 12px;
        display:flex;
        align-items:center;
        justify-content:center;
        gap:5px;
        font-size:10px;
        font-weight:700;
        white-space:nowrap;
        min-width:96px;
    }

    .mobile_call_btn svg{
        width:12px;
        height:12px;
    }

   

}
/* VALUE SLIDER */
/* SLIDER */

/* SMOOTH SLIDER */

#value_box .slick-track{
    display:flex !important;
}

#value_box .slick-slide{
    height:inherit !important;
    padding:0 10px;
}

/* DOTS */

#value_box .slick-dots{
    bottom:-42px;
    display:flex !important;
    align-items:center;
    justify-content:center;
    gap:8px;
}

#value_box .slick-dots li{
    width:auto;
    height:auto;
    margin:0;
}

/* NORMAL DOT */

#value_box .slick-dots li button{
    width:10px;
    height:10px;
    border-radius:50px;
    background:#cfcfcf;
    padding:0;
    border:none;
    transition:0.3s ease;
}

/* REMOVE DEFAULT */

#value_box .slick-dots li button:before{
    display:none;
}

/* ACTIVE DOT */

#value_box .slick-dots li.slick-active button{
    width:38px;
    height:10px;
    border-radius:50px;
    background:#0d6efd;
}
.mob_phone{max-width:500px;margin:0 auto 2rem;width:500px;}
.mobile_or{border:1px solid #fff;color:#fff;width:40px;height:40px;margin:1rem auto;border-radius:100%;display:flex;justify-content:center;align-items:center;
font-weight:700;    
}
 .mobile_call_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: linear-gradient(90deg, #007781 0%, #00c1ce 100%);
    border-radius: 10px;
    padding: 12px 14px;
    position: relative;
    overflow: hidden;
  }


 .why-choose-section {
       padding: 30px 0px 36px;
}



.top-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    position: relative;
}

.content h2 {
    font-size: 34px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    line-height: 1.1;
}

.content p {
     max-width: 700px;
    font-size: 13px;
    line-height: 1.7;
    color: #555;
}

.car-image {
       position: absolute;
    right: 39px;
    top: -113px;
}

.car-image img {
    width: 220px;
    display: block;
}

.feature-box {
    margin-top: 35px;
    background: #fff;
    border: 1.5px solid #d8e1e8;
    border-radius: 30px;
    padding: 45px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 50px;
    box-shadow: 0 2px 10px rgba(0,0,0,.03);
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}

.icon {
    flex-shrink: 0;
}

.icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.text h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
    line-height: 1.2;
}

.text p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0; font-weight:400;
}


.car-rental-process{
    position:relative;
    overflow:hidden;padding-bottom: 38rem;

  
}

.new_car_deals_main{margin-top:-13rem;}
.overlay_bg{      background: url(/images/whyus_bg.webp) center center / contain no-repeat;
    position: relative;
    background-size: contain;}

.overlay_bg .overlay{
    position:absolute;
    inset:0;
     background: linear-gradient(180deg, #ffffff 0%, #ffffff 35%, #ffffff00 70%, #ffffff00 100%);
}

.content-wrap{
    position:relative;
    z-index:2;
    max-width:1200px;
    margin:auto;
    padding:30px 40px 0;
}

.section-heading{
    text-align:center;
    max-width:700px;
    margin:auto;
}

.section-heading h2{
      font-size: 28px;
    font-weight: 700;
    color: rgb(47, 47, 47);
    margin-bottom: 10px;
}

.section-heading p{
       font-size: 14px;
    line-height: 1.7;
    color: rgb(78, 78, 78);
}

.steps-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:50px;
    position:relative;
}

.step-item{
    width:220px;
    text-align:left;
}

.step-number{
    display: block;
    font-size: 30px;
    font-weight: 200;
    color: rgb(79, 89, 97);
    line-height: 1;
    margin-bottom: 10px;
}

.step-item h3{
        font-size: 18px;
    font-weight: 600;
    color: rgb(17, 17, 17);
    margin-bottom: 10px;
}

.step-item p{
  font-size: 12px;
    color: rgb(63, 63, 63);
    line-height: 1.6;
}

.step-divider{
position: relative;
    width: 68px;
    height: 68px;
    flex-shrink: 0;
    transform: rotate(269deg);
}

.step-divider:before,
.step-divider:after{
    content:'';
    position:absolute;
    top:0;
    width:1px;
    height:100%;
    background:#c8d6df;
}

.step-divider:before{
      left: 3px;
    transform: rotate(310deg);
}

.step-divider:after{
      right: 12px;
    transform: rotate(50deg);
}

.process-car{
    position:absolute;
    right:120px;
    bottom:35px;
    width:420px;
    z-index:3;
}




