/* ============================== Table of contents Start ==============================
1  Default CSS
2  Font-size Reset CSS
3  Custome Animations CSS
4  Preloader Section
5  Header Section
6  Home Page
    1. Home Page V1
    2. Home Page V2
    3. Home Page V3
    4. Home Page V4
    5. Home Page V5
7  Car-Gird Page
8  Car-Gird-Sidebar Page
9  Car-List Page
10 Car-List-Sidebar Page
11  Car-Cards Page
12  Car-Cards-Sidebar Page
13 Single-Cars Page
    1. Single-Cars V1
    2. Single-Cars V2
14 About Page
15 FAQs Page
16 Dashboard Page
    1. Dashboard Page
    2. My Profile Page
    3. My Orders Page
    4. Payment-Method Page
17 Login Page
18 Regester Page
19 404 Page
20 Coming-Soon Page
21 Testimonial Page
22 Terms Page
    1.Terms Page
    2.Privacy Policy Page
    3.Cookie Policy Page
    4.Price-Guarantee Page
23 Contact Page
24 Blogs Page
    1. Leftsidebar Blog Pages
    2. Rightsidebar Blog Pages
    3. Nosidebar Blog Pages
25 Footer Page
26 Scroll To Top Button
============================== Table of contents End ============================== */
/* ===================================== 1 Default CSS ===================================== */
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    background-color: #fff;
    font-style: normal;
    scroll-behavior: smooth;
    font-family: 'DM Sans', sans-serif;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.container {
    max-width: 1290px;
    padding: 0;
    margin: 0 auto;
    display: block;
}
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
a:hover,
img:hover,
svg:hover {
    transition: all 0.5s ease-in-out;
}
img,
svg {
    vertical-align: middle;
    transition: all ease-in-out;
}
img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
}
.row>* {
    padding-left: 15px;
    padding-right: 15px;
}
.sec_padding {
    padding: 80px 0px;
}
.sec_padding_top {
    padding-top: 80px;
}
.sec_padding_bottom {
    padding-bottom: 80px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
html {
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    width: 100%;
    height: 100%;
}
.smooth-scrolling-area {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    will-change: transform;
}
.label-success {
    color: green !important;
}
.label-error {
    color: red !important;
}



    /* Style the form */
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}






/* ===================================== 2 Font-size Reset CSS ===================================== */
.h1_heading {
    font-size: 72px;
    line-height: 90px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
}
h1 {
    font-size: 64px;
    line-height: 84px;
    font-weight: 700;
    color: #fff;
}
h2,
.car_counter_info span,
a.blogs_big_heading {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
}
h3,
a.home_single_blog_heading,
.blogs_big_heading_sidebar {
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    color: #000;
}
h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
}
h5,
ul.our_policy_list li {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #494949;
}
h6,
.account_buttons,
.account_buttons a,
.faq_accodian_tabs,
ul.wide_range_points li,
.welcome_heading p,
.car_property,
.blog_searchbar input,
.blog_searchbar input::placeholder,
.leavemsg_box input,
.leavemsg_box input::placeholder,
.leavemsg_box textarea,
.leavemsg_box textarea::placeholder {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #494949;
}
p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #494949;
}
.letter_spacing_2 {
    letter-spacing: 2px;
}
.letter_spacing_4 {
    letter-spacing: 4px;
}
.word_spacing_4 {
    word-spacing: 4px;
}
/*========== Custome Font-Wight Class ==========*/
.fw_100 {
    font-weight: 100 !important;
}
.fw_100_italic {
    font-weight: 100 !important;
    font-style: italic !important;
}
.fw_100 {
    font-weight: 100 !important;
}
.fw_100_italic {
    font-weight: 100 !important;
    font-style: italic !important;
}
.fw_100 {
    font-weight: 100 !important;
}
.fw_100_italic {
    font-weight: 100 !important;
    font-style: italic !important;
}
.fw_200 {
    font-weight: 200 !important;
}
.fw_200_italic {
    font-weight: 200 !important;
    font-style: italic !important;
}
.fw_300 {
    font-weight: 300 !important;
}
.fw_300_italic {
    font-weight: 300 !important;
    font-style: italic !important;
}
.fw_400 {
    font-weight: 400 !important;
}
.fw_400_italic {
    font-weight: 400 !important;
    font-style: italic !important;
}
.fw_500 {
    font-weight: 500 !important;
}
.fw_500_italic {
    font-weight: 500 !important;
    font-style: italic !important;
}
.fw_600 {
    font-weight: 600 !important;
}
.fw_600_italic {
    font-weight: 600 !important;
    font-style: italic !important;
}
.fw_700,
.blogs_big_heading_sidebar {
    font-weight: 700 !important;
}
.fw_700_italic {
    font-weight: 700 !important;
    font-style: italic !important;
}
/*========== Color class ==========*/
.color_white,
.account_buttons a,
.welcome_heading p {
    color: #FFF;
}
.bg_white {
    background-color: #FFF;
}
.color_black,
ul.wide_range_points li,
li.blogs_pagenation_item a:hover {
    color: #000;
}
.bg_black,
li.blogs_pagenation_item a.active {
    background-color: #000;
}
.color_red,
.account_buttons a:hover {
    color: #ED1B24;
}
.bg_red {
    background-color: #ED1B24;
}
.color_orange,
ul.useful_link_list li a:hover,
.copyride_area a:hover,
.offer_rantcar_box:hover a h4,
.car_counter_info span,
.offer_car_box_area:hover a h5 {
    color: #FF8B00;
}
.bg_orange,
.cars_grid_btn a.black_button,
.cars_grid_btn .black_button span:nth-child(1),
.cars_grid_btn .black_button span:nth-child(2)::after {
    background-color: #FF8B00;
}
.color_gray {
    color: #989898;
}
.bg_gray,
div#testimonials_slider_3_aboutpage .book_car_testimonials_list_3 ul.slick-dots li button {
    background-color: #989898;
}
.color_lightblack {
    color: #494949;
}
.bg_lightblack {
    background-color: #494949;
}
.color_lightwhite {
    color: #F5F6F7;
}
.bg_lightwhite,
div#testimonials_slider_3_aboutpage .book_car_testimonials_area_3 .book_car_testimonials_item_3_box {
    background-color: #F5F6F7;
}
/*========== Custome Line-Height Class ==========*/
.line_height_normal {
    line-height: normal;
}
.line_height_20 {
    line-height: 20px;
}
.line_height_24,
.leavecheck_box label.form-check-label {
    line-height: 24px;
}
.line_height_26 {
    line-height: 26px;
}
.line_height_30,
ul.wide_range_points li {
    line-height: 30px;
}
.line_height_36 {
    line-height: 36px;
}
.line_height_40 {
    line-height: 40px;
}
.line_height_48,
.car_counter_info span {
    line-height: 48px;
}
.line_height_72 {
    line-height: 72px;
}
.border_radius_10 {
    border-radius: 10px;
}
.home_faqs_title h5,
.we_work_title h5,
.luxury_car_service_info h5,
.why_choose_title h5,
.wide_range_title h5,
.rent_car_services_title h5,
.offers_for_carrant_title h5,
.top_destini_title h5,
.car_counter_2_titles h5,
.login_titles h5,
.regester_titles h5,
.error_content h5,
.single_blogs_info,
.car_category_title h5 {
    padding: 20px 0px 40px;
}
/* ===================================== 3 Custome Animations CSS ===================================== */
.reveal {
    position: relative;
    opacity: 0;
    transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.reveal.active {
    opacity: 1;
    transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.active.delayed-0_5s {
    transition-duration: 1s;
    transition-delay: .5s;
}
.active.delayed-1s {
    transition-duration: 1s;
    transition-delay: 1s;
}
.active.delayed-1_5s {
    transition-duration: 1s;
    transition-delay: 1.5s;
}
.active.delayed-2s {
    transition-duration: 1s;
    transition-delay: 2s;
}
.active.delayed-2_5s {
    transition-duration: 1s;
    transition-delay: 2.5s;
}
.active.delayed-3s {
    transition-duration: 1s;
    transition-delay: 3s;
}
.active.custom_fade_top {
    animation: animi-in 1s ease 0.2s backwards;
}
.active.custom_fade_left {
    animation: animi-in-left 1s ease 0.2s backwards;
}
.active.custom_fade_right {
    animation: animi-in-right 1s ease 0.2s backwards;
}
.active.custom_fade_bottom {
    animation: animi-in-bottom 1s ease 0.2s backwards;
}
.active.custom_zoom_in {
    animation: animi-in-zoomin 1s ease 0.2s backwards;
}
.drop-in {
    animation: animi-in 1s ease 2.2s backwards;
}
.drop-in-2 {
    animation: animi-in 1200ms ease 2.2s backwards;
}
@keyframes animi-in {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translate(0px);
    }
}
@keyframes animi-in-left {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translate(0px);
    }
}
@keyframes animi-in-right {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translate(0px);
    }
}
@keyframes animi-in-bottom {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translate(0px);
    }
}
@keyframes animi-in-zoomin {
    from {
        opacity: 0;
        transform: scale(.6);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.active.car_ridein {
    transform: scale(0, 0) translateX(0%);
    animation: car_ridein 1s normal forwards linear;
}
@keyframes car_ridein {
    0% {
        transform: scale(0, 0) translateX(-50%);
    }
    100% {
        transform: scale(1, 1) translateX(0%);
    }
}
@keyframes car_rideinner {
    0% {
        transform: scale(0.8);
        opacity: 0.8;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.8);
        opacity: 0.8;
    }
}
.blogs_img_overlay,
.vehicle_fleet_img_overlay,
.rent_car_services_overlay,
.wide_car_range_2_img::after,
.our_blogs_img.blogs_img_effect a::after,
.single_blogs_img_effect::after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: -webkit-transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    border-radius: 10px;
}
.blogs_img_overlay::after,
.vehicle_fleet_img_overlay::after,
.rent_car_services_overlay::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    opacity: 0.80;
    background-color: rgb(21 21 21 / 30%);
    border-radius: 10px;
}
.home_blog_img:hover .blogs_img_overlay,
.vehicle_fleet_slider_item:hover .vehicle_fleet_img_overlay,
.car_list_box:hover .vehicle_fleet_img_overlay,
.rent_car_services_box:hover .rent_car_services_overlay,
.wide_car_range_2_img_box:hover .wide_car_range_2_img::after,
.our_blogs_img.blogs_img_effect a:hover::after,
.single_blogs_img_effect:hover::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.vehicle_fleet_img_overlay,
.rent_car_services_overlay,
.vehicle_fleet_img_overlay::after,
.rent_car_services_overlay::after {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
@keyframes go_car {
    100% {
        transform: translate(1000px, -50%);
    }
}
@keyframes spin {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -3px) rotate(36deg);
    }
    20% {
        transform: translate(-2px, 0px) rotate(72deg);
    }
    30% {
        transform: translate(1px, 2px) rotate(108deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(144deg);
    }
    50% {
        transform: translate(-1px, 3px) rotate(180deg);
    }
    60% {
        transform: translate(-1px, 1px) rotate(216deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(252deg);
    }
    80% {
        transform: translate(-2px, -1px) rotate(288deg);
    }
    90% {
        transform: translate(2px, 1px) rotate(324deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(360deg);
    }
}
@keyframes speed {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -3px) rotate(-1deg);
    }
    20% {
        transform: translate(-2px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 3px) rotate(-1deg);
    }
    60% {
        transform: translate(-1px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-2px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
@keyframes strikes {
    from {
        left: 25px;
    }
    to {
        left: -80px;
        opacity: 0;
    }
}
@keyframes fixedheader {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes banner_bg_shap {
    100% {
        background-position: -5000px 20%, -800px 95%, 500px 50%, 1000px 100%, 400px 0;
    }
}
@keyframes we_work_animi_1 {
    0% {
        clip-path: polygon(55.02% 0.008%, 55.02% 0.008%, 60.918% 0.502%, 66.547% 1.738%, 71.87% 3.661%, 76.849% 6.215%, 81.444% 9.345%, 85.619% 12.996%, 89.334% 17.112%, 92.552% 21.638%, 95.234% 26.519%, 97.342% 31.699%, 97.342% 31.699%, 98.731% 36.871%, 99.401% 42.048%, 99.375% 47.186%, 98.679% 52.242%, 97.334% 57.171%, 95.365% 61.931%, 92.794% 66.477%, 89.646% 70.767%, 85.944% 74.756%, 81.711% 78.401%, 81.711% 78.401%, 75.699% 82.854%, 69.355% 87.131%, 62.754% 91.063%, 55.969% 94.481%, 49.072% 97.216%, 42.138% 99.1%, 35.24% 99.963%, 28.451% 99.637%, 21.845% 97.953%, 15.494% 94.742%, 15.494% 94.742%, 9.869% 90.187%, 5.629% 84.876%, 2.659% 78.934%, 0.839% 72.485%, 0.053% 65.655%, 0.182% 58.567%, 1.109% 51.346%, 2.717% 44.118%, 4.887% 37.007%, 7.502% 30.137%, 7.502% 30.137%, 10.117% 24.832%, 13.342% 19.933%, 17.125% 15.48%, 21.418% 11.511%, 26.168% 8.064%, 31.325% 5.178%, 36.84% 2.891%, 42.661% 1.241%, 48.738% 0.267%, 55.02% 0.008%);
    }
    50% {
        clip-path: polygon(52.47% 0.04%, 52.47% 0.04%, 58.285% 0.622%, 63.855% 1.94%, 69.143% 3.951%, 74.111% 6.609%, 78.723% 9.869%, 82.942% 13.688%, 86.731% 18.019%, 90.053% 22.819%, 92.872% 28.043%, 95.151% 33.646%, 95.151% 33.646%, 97.155% 40.201%, 98.677% 46.945%, 99.649% 53.767%, 100% 60.558%, 99.658% 67.206%, 98.554% 73.604%, 96.617% 79.639%, 93.777% 85.203%, 89.963% 90.186%, 85.104% 94.477%, 85.104% 94.477%, 79.768% 97.52%, 74.228% 99.203%, 68.537% 99.675%, 62.748% 99.085%, 56.913% 97.581%, 51.086% 95.311%, 45.32% 92.425%, 39.667% 89.07%, 34.18% 85.395%, 28.912% 81.548%, 28.912% 81.548%, 23.826% 77.566%, 18.849% 73.315%, 14.124% 68.802%, 9.799% 64.034%, 6.018% 59.018%, 2.926% 53.762%, 0.67% 48.273%, -0.606% 42.558%, -0.755% 36.624%, 0.367% 30.478%, 0.367% 30.478%, 2.766% 24.294%, 6.096% 18.848%, 10.242% 14.124%, 15.089% 10.109%, 20.523% 6.786%, 26.428% 4.141%, 32.691% 2.159%, 39.195% 0.825%, 45.826% 0.123%, 52.47% 0.04%);
    }
    100% {
        clip-path: polygon(55.02% 0.008%, 55.02% 0.008%, 60.918% 0.502%, 66.547% 1.738%, 71.87% 3.661%, 76.849% 6.215%, 81.444% 9.345%, 85.619% 12.996%, 89.334% 17.112%, 92.552% 21.638%, 95.234% 26.519%, 97.342% 31.699%, 97.342% 31.699%, 98.731% 36.871%, 99.401% 42.048%, 99.375% 47.186%, 98.679% 52.242%, 97.334% 57.171%, 95.365% 61.931%, 92.794% 66.477%, 89.646% 70.767%, 85.944% 74.756%, 81.711% 78.401%, 81.711% 78.401%, 75.699% 82.854%, 69.355% 87.131%, 62.754% 91.063%, 55.969% 94.481%, 49.072% 97.216%, 42.138% 99.1%, 35.24% 99.963%, 28.451% 99.637%, 21.845% 97.953%, 15.494% 94.742%, 15.494% 94.742%, 9.869% 90.187%, 5.629% 84.876%, 2.659% 78.934%, 0.839% 72.485%, 0.053% 65.655%, 0.182% 58.567%, 1.109% 51.346%, 2.717% 44.118%, 4.887% 37.007%, 7.502% 30.137%, 7.502% 30.137%, 10.117% 24.832%, 13.342% 19.933%, 17.125% 15.48%, 21.418% 11.511%, 26.168% 8.064%, 31.325% 5.178%, 36.84% 2.891%, 42.661% 1.241%, 48.738% 0.267%, 55.02% 0.008%);
    }
}
@keyframes we_work_animi_2 {
    0% {
        clip-path: polygon(52.47% 0.04%, 52.47% 0.04%, 58.285% 0.622%, 63.855% 1.94%, 69.143% 3.951%, 74.111% 6.609%, 78.723% 9.869%, 82.942% 13.688%, 86.731% 18.019%, 90.053% 22.819%, 92.872% 28.043%, 95.151% 33.646%, 95.151% 33.646%, 97.155% 40.201%, 98.677% 46.945%, 99.649% 53.767%, 100% 60.558%, 99.658% 67.206%, 98.554% 73.604%, 96.617% 79.639%, 93.777% 85.203%, 89.963% 90.186%, 85.104% 94.477%, 85.104% 94.477%, 79.768% 97.52%, 74.228% 99.203%, 68.537% 99.675%, 62.748% 99.085%, 56.913% 97.581%, 51.086% 95.311%, 45.32% 92.425%, 39.667% 89.07%, 34.18% 85.395%, 28.912% 81.548%, 28.912% 81.548%, 23.826% 77.566%, 18.849% 73.315%, 14.124% 68.802%, 9.799% 64.034%, 6.018% 59.018%, 2.926% 53.762%, 0.67% 48.273%, -0.606% 42.558%, -0.755% 36.624%, 0.367% 30.478%, 0.367% 30.478%, 2.766% 24.294%, 6.096% 18.848%, 10.242% 14.124%, 15.089% 10.109%, 20.523% 6.786%, 26.428% 4.141%, 32.691% 2.159%, 39.195% 0.825%, 45.826% 0.123%, 52.47% 0.04%);
    }
    50% {
        clip-path: polygon(55.02% 0.008%, 55.02% 0.008%, 60.918% 0.502%, 66.547% 1.738%, 71.87% 3.661%, 76.849% 6.215%, 81.444% 9.345%, 85.619% 12.996%, 89.334% 17.112%, 92.552% 21.638%, 95.234% 26.519%, 97.342% 31.699%, 97.342% 31.699%, 98.731% 36.871%, 99.401% 42.048%, 99.375% 47.186%, 98.679% 52.242%, 97.334% 57.171%, 95.365% 61.931%, 92.794% 66.477%, 89.646% 70.767%, 85.944% 74.756%, 81.711% 78.401%, 81.711% 78.401%, 75.699% 82.854%, 69.355% 87.131%, 62.754% 91.063%, 55.969% 94.481%, 49.072% 97.216%, 42.138% 99.1%, 35.24% 99.963%, 28.451% 99.637%, 21.845% 97.953%, 15.494% 94.742%, 15.494% 94.742%, 9.869% 90.187%, 5.629% 84.876%, 2.659% 78.934%, 0.839% 72.485%, 0.053% 65.655%, 0.182% 58.567%, 1.109% 51.346%, 2.717% 44.118%, 4.887% 37.007%, 7.502% 30.137%, 7.502% 30.137%, 10.117% 24.832%, 13.342% 19.933%, 17.125% 15.48%, 21.418% 11.511%, 26.168% 8.064%, 31.325% 5.178%, 36.84% 2.891%, 42.661% 1.241%, 48.738% 0.267%, 55.02% 0.008%);
    }
    100% {
        clip-path: polygon(52.47% 0.04%, 52.47% 0.04%, 58.285% 0.622%, 63.855% 1.94%, 69.143% 3.951%, 74.111% 6.609%, 78.723% 9.869%, 82.942% 13.688%, 86.731% 18.019%, 90.053% 22.819%, 92.872% 28.043%, 95.151% 33.646%, 95.151% 33.646%, 97.155% 40.201%, 98.677% 46.945%, 99.649% 53.767%, 100% 60.558%, 99.658% 67.206%, 98.554% 73.604%, 96.617% 79.639%, 93.777% 85.203%, 89.963% 90.186%, 85.104% 94.477%, 85.104% 94.477%, 79.768% 97.52%, 74.228% 99.203%, 68.537% 99.675%, 62.748% 99.085%, 56.913% 97.581%, 51.086% 95.311%, 45.32% 92.425%, 39.667% 89.07%, 34.18% 85.395%, 28.912% 81.548%, 28.912% 81.548%, 23.826% 77.566%, 18.849% 73.315%, 14.124% 68.802%, 9.799% 64.034%, 6.018% 59.018%, 2.926% 53.762%, 0.67% 48.273%, -0.606% 42.558%, -0.755% 36.624%, 0.367% 30.478%, 0.367% 30.478%, 2.766% 24.294%, 6.096% 18.848%, 10.242% 14.124%, 15.089% 10.109%, 20.523% 6.786%, 26.428% 4.141%, 32.691% 2.159%, 39.195% 0.825%, 45.826% 0.123%, 52.47% 0.04%);
    }
}
@keyframes we_workcar_moving {
    0% {
        transform: translate(0px, -15px);
    }
    50% {
        transform: translate(0);
    }
    100% {
        transform: translate(-15px, 0);
    }
}
@keyframes wide_range_car {
    0% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        transform: translateX(10px);
    }
    50% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}
@keyframes widecar_moving {
    0% {
        transform: translate(0px, -15px);
    }
    50% {
        transform: translate(0);
    }
    100% {
        transform: translate(15px, 0);
    }
}
@keyframes car_count_animi {
    0% {
        animation-timing-function: cubic-bezier(0.146, 0.2111, 0.5902, 1.3204);
        transform: rotate(0)
    }
    11% {
        animation-timing-function: cubic-bezier(0.1079, 0.1992, -0.6462, 0.828);
        transform: rotate(7.61deg)
    }
    23% {
        animation-timing-function: cubic-bezier(0.0504, 0.0951, 0.0163, 0.9677);
        transform: rotate(-5.789999999999999deg)
    }
    36% {
        animation-timing-function: cubic-bezier(0.0475, 0.0921, 0.3134, 1.0455);
        transform: rotate(3.35deg)
    }
    49% {
        animation-timing-function: cubic-bezier(0.0789, 0.1565, 0.3413, 1.0972);
        transform: rotate(-1.9300000000000002deg)
    }
    62% {
        animation-timing-function: cubic-bezier(0.141, 0.2885, 0.406, 1.1519);
        transform: rotate(1.12deg)
    }
    75% {
        animation-timing-function: cubic-bezier(0.226, 0.4698, 0.5031, 1.1722);
        transform: rotate(-0.64deg)
    }
    88% {
        animation-timing-function: cubic-bezier(0.3121, 0.5521, 0.5655, 0.8997);
        transform: rotate(0.37deg)
    }
    100% {
        transform: rotate(-0.28deg)
    }
}
@keyframes mobile_move_right {
    0% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(-10px);
    }
}
@keyframes mobile_move_left {
    0% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(10px);
    }
}
@keyframes marquee_right {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes marquree_car {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes ball_notify {
    0%,
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    20%,
    60% {
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    40%,
    80% {
        -webkit-transform: rotate(-6deg);
        -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
}
@keyframes ufo_moving {
    0% {
        transform: translateY(-100%);
        opacity: 0.8;
    }
    20%,
    45% {
        transform: translateY(0%);
        opacity: 1;
    }
    55%,
    80% {
        transform: translateY(0%);
        opacity: 1;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}
@keyframes lifting {
    0% {
        transform: translate(0%, -80%) scale(0.5);
        opacity: 0.8;
        visibility: visible;
    }
    20%,
    45% {
        transform: translate(0%, 0%) scale(1);
        opacity: 1;
        visibility: visible;
    }
    55%,
    80% {
        transform: translate(0%, 0%) scale(1);
        opacity: 1;
        visibility: visible;
    }
    100% {
        transform: translate(0%, 0%) scale(1);
        opacity: 1;
        visibility: visible;
    }
}
@keyframes opcity_animi {
    0% {
        opacity: 1;
        visibility: visible;
    }
    20%,
    45% {
        opacity: 1;
        visibility: visible;
    }
    55%,
    80% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes zoom_animi {
    0% {
        transform: scale(0.7);
        opacity: 1;
        visibility: visible;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
        visibility: visible;
    }
    100% {
        transform: scale(0.7);
        opacity: 1;
        visibility: visible;
    }
}
@keyframes glowing_dots {
    0% {
        opacity: 0.4;
        transform: scale(1, 1);
    }
    50% {
        opacity: 1;
        transform: scale(1.2, 1.2);
    }
    100% {
        opacity: 0.4;
        transform: scale(1, 1);
    }
}
@keyframes Up_Down_Blog_icon {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    49% {
        transform: translateY(50px);
        opacity: 0;
    }
    50% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes videocircle {
    0% {
        box-shadow: 0 0 0 0 hsl(32.64deg 100% 50.98%);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(67, 58, 139, 0.01);
    }
}
@keyframes footerLine {
    0% {
        left: 60px;
    }
    50% {
        left: 0;
    }
    100% {
        left: 60px;
    }
}
@keyframes bannerslidshow {
    0% {
        background-image: url(../images/common_img/home_banner_2_dummy.png);
    }
    50% {
        background-image: url(../images/common_img/home_banner_2_dummy.png);
    }
    100% {
        background-image: url(../images/common_img/home_banner_2_dummy.png);
    }
}
@keyframes movebounce {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes mobile_move_up {
    0% {
        transform: translateY(5px) scale(0.9);
    }
    100% {
        transform: translateY(-5px) scale(1);
    }
}
/* ===================================== 4 Preloader Section ===================================== */
.preloader {
    position: fixed;
    z-index: 999999;
    height: 100%;
    width: 100%;
    background: #222;
    top: 0;
    left: 0;
}
.car {
    position: absolute;
    width: 117px;
    height: 42px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-name: go_car;
}
.car .strike {
    position: absolute;
    width: 11px;
    height: 1px;
    background: #ffe4e1;
    animation: strikes .2s linear infinite;
}
.car .strike2 {
    top: 11px;
    animation-delay: .05s;
}
.car .strike3 {
    top: 22px;
    animation-delay: .1s;
}
.car .strike4 {
    top: 33px;
    animation-delay: .15s;
}
.car .strike5 {
    top: 44px;
    animation-delay: .2s;
}
.car-detail {
    position: absolute;
    display: block;
    background: #FF8B00;
    animation: speed .5s linear infinite;
}
.car-detail.spoiler {
    width: 0;
    height: 0;
    top: 7px;
    background: 0 0;
    border: 20px solid transparent;
    border-bottom: 8px solid #FF8B00;
    border-left: 20px solid #FF8B00;
}
.car-detail.back {
    height: 20px;
    width: 92px;
    top: 15px;
    left: 0;
}
.car-detail.center {
    height: 35px;
    width: 75px;
    left: 12px;
    border-top-left-radius: 30px;
    border-top-right-radius: 45px 40px;
    border: 4px solid #FF8B00;
    background: 0 0;
    box-sizing: border-box;
}
.car-detail.center1 {
    height: 35px;
    width: 35px;
    left: 12px;
    border-top-left-radius: 30px;
}
.car-detail.front {
    height: 20px;
    width: 50px;
    top: 15px;
    left: 67px;
    border-top-right-radius: 50px 40px;
    border-bottom-right-radius: 10px;
}
.car-detail.wheel {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    top: 20px;
    left: 12px;
    border: 3px solid #222;
    background: linear-gradient(45deg, transparent 45%, #fff 46%, #fff 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, #fff 46%, #fff 54%, transparent 55%), linear-gradient(90deg, transparent 45%, #fff 46%, #fff 54%, transparent 55%), linear-gradient(0deg, transparent 45%, #fff 46%, #fff 54%, transparent 55%), radial-gradient(#fff 29%, transparent 30%, transparent 50%, #fff 51%), #222;
    animation-name: spin;
}
.car-detail.wheel2 {
    left: 82px;
}
/* ===================================== 5 Header CSS ===================================== */
.site_content {
    overflow-x: hidden;
}
ul.topbar_social_icon li:nth-child(1) a:hover svg g path,
ul.topbar_social_icon li:nth-child(2) a:hover svg g path,
ul.topbar_social_icon li:nth-child(3) a:hover svg g path,
ul.topbar_social_icon li:nth-child(4) a:hover svg g path,
ul.topbar_social_icon li:nth-child(5) a:hover svg g path,
ul.custome_nav li.nav-item a:hover svg path.arrow_change,
ul.custome_nav li.nav-item a svg path.arrow_change,
ul.drop_down_menu li.nav-item>a span,
ul.drop_down_menu li.nav-item:hover>a span,
.faq_accodian_title span,
.faq_accodian_title.active span,
.we_work_img svg path .we_work_img:hover svg path,
.vehicle_fleet_slider_list .slick-custom-arrow svg g path,
.vehicle_fleet_slider_list .slick-custom-arrow:hover svg g path,
.offer_car_box_area {
    transition: all 0.5s ease-in-out;
}
.sticky {
    position: fixed !important;
    z-index: 9999;
    width: 100%;
    top: 0%;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0px 10px 6px rgb(0 0 0 / 26%);
    animation: fixedheader 600ms ease 0ms alternate;
}
.header_main {
    position: relative;
    background-color: #fff;
}
ul.custome_nav li.nav-item {
    cursor: pointer;
}
.header_topbar {
    padding: 12px 0px;
}
ul.topbar_social_icon,
.single_cars_form_sidebar>.row {
    gap: 20px;
}
ul.topbar_social_icon li:nth-child(1) a:hover svg g path {
    fill: #0866FF;
}
ul.topbar_social_icon li:nth-child(2) a:hover svg g path {
    fill: #00bdff;
}
ul.topbar_social_icon li:nth-child(3) a:hover svg g path {
    fill: #E9478A;
}
ul.topbar_social_icon li:nth-child(4) a:hover svg g path {
    fill: #e60023;
}
ul.topbar_social_icon li:nth-child(5) a:hover svg g path {
    fill: #FF0000;
}
.navbar_upper_area {
    display: none;
}
ul.custome_nav {
    justify-content: center;
    align-items: center;
    gap: 40px;
}
ul.custome_nav li.nav-item a {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    padding: 0px !important;
    transition: 0.3s ease-in-out;
}
ul.custome_nav>li.nav-item>a {
    padding: 33px 0px !important;
}
ul.custome_nav li.nav-item a:hover,
ul.custome_nav li.nav-item a.active,
ul.drop_down_menu li.nav-item:hover>a {
    color: #ed1b24;
}
ul.custome_nav li.nav-item a:hover svg path.arrow_change,
ul.custome_nav li.nav-item a.active svg path.arrow_change,
ul.drop_down_menu li.nav-item:hover>a span svg path.arrow_change,
a.blogs_share_btn:hover svg g path {
    stroke: #ed1b24;
}
ul.drop_down_menu {
    position: absolute;
    top: 100%;
    background-color: #fff;
    visibility: hidden;
    min-width: 200px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    z-index: -1;
    border: 0;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    border-bottom: 2px solid #ed1b24;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding: 18px 0px 8px;
}
ul.drop_down_menu li.nav-item a {
    font-size: 16px;
    padding: 0px 20px 10px 8px !important;
    line-height: 30px;
    margin: 0px 0px 0px 20px;
}
ul.drop_down_menu li.nav-item>a,
ul.blog_sidebar_category_list a,
.blog_post_info,
.blogs_nxt_prv_btn_area,
.row.hastag_and_buttons .single_blog_hastag_area {
    display: flex;
    justify-content: space-between;
}
ul.drop_down_menu li.nav-item>a span {
    transform: rotate(-90deg);
    opacity: 0;
}
ul.drop_down_menu li.nav-item:hover>a span {
    opacity: 1;
}
ul.drop_down_menu li.nav-item a:hover,
ul.drop_down_menu li.nav-item:hover>a {
    padding-left: 23px !important;
}
ul.drop_down_menu li.nav-item a::before {
    content: "\f1ba";
    font-family: FontAwesome;
    position: absolute;
    top: 6px;
    left: 10px;
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: #ed1b24;
    font-weight: 900;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
ul.drop_down_menu li.nav-item a:hover::before,
ul.drop_down_menu li.nav-item:hover>a::before {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
    left: 0;
}
ul.custome_nav>li.nav-item:hover ul.drop_down_menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    z-index: 9;
    transition: all 0.4s ease 0s;
}
ul.inner_dropdown_menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 230px;
    width: max-content;
    background: #fff;
    border-bottom: 2px solid #ed1b24;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    transition: all 0.4s ease 0s;
    padding: 18px 20px 8px 18px;
    opacity: 0;
    z-index: -1;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    height: max-content;
}
ul.inner_dropdown_menu li.nav-item>a {
    margin: 0;
    padding: 0px 8px 10px !important;
}
ul.drop_down_menu li.nav-item:hover ul.inner_dropdown_menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    z-index: 9;
    transition: all 0.4s ease 0s;
}
ul.drop_down_menu.drop_down_4 {
    min-width: 285px;
}
ul.inner_dropdown_menu.inner_dropdown_2 {
    min-width: 260px;
    width: auto;
}
.add_item_button a {
    display: inline-flex;
    border: 2px solid #000;
    padding: 14px;
    border-radius: 50%;
}
span.cart_qty {
    position: absolute;
    height: 14px;
    width: 14px;
    background: #ed1b24;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    top: 14px;
    right: 14px;
    padding: 2px;
    font-size: 11px;
    z-index: 1;
}
/* ===================================== 6 Home Page ===================================== */
/* ================== Banner CSS ================== */
/* Banner_1 */
.home_banner_1,
.common_banner {
    background-image: url(../images/103.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0px;
    position: relative;
    z-index: 0;
}
.home_banner_2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 0;
    padding: 120px 0px 166px;
    animation: bannerslidshow 10s alternate infinite linear;
}
.home_banner_1::after,
.home_banner_2::after,
.common_banner::after,
.booking_card_area::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0 0 0 / 70%);
    z-index: -1;
}
.banner_details,
.common_banner_area h4,
.blog_sidebar_slider_area p {
    margin-top: 20px;
}
.banner_form {
    padding: 23px 30px 30px;
    max-width: 520px;
    margin: 0 auto;
    border-radius: 10px;
}
.banner_form_headarea p {
    margin: 10px 0px 30px;
}
.banner_form form>.row>div:nth-child(2) .row.banner_form_box,
.banner_2_form .row.banner_form_box {
    margin-top: 0;
}
.row.banner_form_box {
    gap: 5px 0px;
    margin-top: 20px;
}
.row.banner_form_box label,
div#banner_form_3 form .banner_3_form_content label,
div#banner_form_pera_3 form .banner_3_form_content label,
.login_box label,
.login_box input,
.regester_box label,
.regester_box input,
.cars_filter_box label,
.single_cars_form_box label,
.row.contact_info_box label,
.regester_box select.form-select {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
}
.row.banner_form_box input,
div#banner_form_3 form .banner_3_form_content input,
div#banner_form_pera_3 form .banner_3_form_content input,
.login_box input,
.regester_box input,
.cars_filter_box input,
.single_cars_form_box input,
.row.contact_info_box input,
.regester_box select.form-select {
    padding: 12px 20px;
    border: 2px solid #F5F6F7;
    border-radius: 5px;
}
.row.banner_form_box input,
.row.contact_info_box input,
.row.contact_info_box input::placeholder,
.row.banner_form_box input::placeholder,
div#banner_form_3 form .banner_3_form_content input,
div#banner_form_pera_3 form .banner_3_form_content input,
div#banner_form_3 form .banner_3_form_content input::placeholder,
div#banner_form_pera_3 form .banner_3_form_content input::placeholder,
.cars_filter_box input::placeholder,
.single_cars_form_box input::placeholder,
.single_cars_form_box input,
.regester_box select.form-select {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #989898;
}
.row.banner_form_box input:focus-visible,
div#banner_form_3 form .banner_3_form_content input:focus-visible,
div#banner_form_pera_3 form .banner_3_form_content input:focus-visible,
.quick_call_sidebarbox input:focus-visible,
.login_box input:focus-visible,
.regester_box input:focus-visible,
.cars_filter_box input:focus-visible,
.single_cars_form_box input:focus-visible,
.row.contact_info_box input:focus-visible,
.row.single_cars_form_box .form-select:focus,
.regester_box select.form-select:focus {
    outline: #ed1b24 auto 1px;
    box-shadow: none;
}
.row.banner_form_box input[type=date]:required:invalid::-webkit-datetime-edit,
div#banner_form_3 form .banner_3_form_content input[type=date]:required:invalid::-webkit-datetime-edit,
div#banner_form_pera_3 form .banner_3_form_content input[type=date]:required:invalid::-webkit-datetime-edit,
.cars_filter_box input[type=date]:required:invalid::-webkit-datetime-edit,
.single_cars_form_box input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}
input[type=date]:focus::-webkit-datetime-edit {
    color: #989898 !important;
}
.row.banner_form_box input[type="date"]::-webkit-inner-spin-button,
.row.banner_form_box input[type="date"]::-webkit-calendar-picker-indicator,
div#banner_form_3 form .banner_3_form_content input[type="date"]::-webkit-inner-spin-button,
div#banner_form_3 form .banner_3_form_content input[type="date"]::-webkit-calendar-picker-indicator,
div#banner_form_pera_3 form .banner_3_form_content input[type="date"]::-webkit-inner-spin-button,
div#banner_form_pera_3 form .banner_3_form_content input[type="date"]::-webkit-calendar-picker-indicator,
.cars_filter_box input[type="date"]::-webkit-inner-spin-button,
.cars_filter_box input[type="date"]::-webkit-calendar-picker-indicator,
.single_cars_form_box input[type="date"]::-webkit-inner-spin-button,
.single_cars_form_box input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.row.banner_form_box input[type="time"]::-webkit-inner-spin-button,
.row.banner_form_box input[type="time"]::-webkit-calendar-picker-indicator,
.row.single_cars_form_box input[type="time"]::-webkit-inner-spin-button,
.row.single_cars_form_box input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
    -webkit-appearance: none;
    background-image: url(../images/common_img/form-Icon.png);
}
.row.banner_form_box input[type="date"]::before,
div#banner_form_3 form .banner_3_form_content input[type="date"]::before,
div#banner_form_pera_3 form .banner_3_form_content input[type="date"]::before,
.cars_filter_box input[type="date"]::before,
.row.banner_form_box input[type="time"]::before,
.single_cars_form_box input[type="date"]::before,
.row.single_cars_form_box input[type="time"]::before {
    content: 'Select Date';
    position: absolute;
    color: #989898;
}
.row.banner_form_box input[type="time"]::before,
.row.single_cars_form_box input[type="time"]::before {
    content: 'Select Time';
}
.row.banner_form_box input[type="date"],
div#banner_form_3 form .banner_3_form_content input[type="date"],
div#banner_form_pera_3 form .banner_3_form_content input[type="date"],
.cars_filter_box input[type="date"],
.row.banner_form_box input[type="time"],
.single_cars_form_box input[type="date"],
.row.single_cars_form_box input[type="time"] {
    color: #ffffff;
}
.row.banner_form_box input[type="date"]:focus,
.row.banner_form_box input[type="date"]:valid,
div#banner_form_3 form .banner_3_form_content input input[type="date"]:focus,
div#banner_form_3 form .banner_3_form_content input input[type="date"]:valid,
div#banner_form_pera_3 form .banner_3_form_content input input[type="date"]:focus,
div#banner_form_pera_3 form .banner_3_form_content input input[type="date"]:valid,
.cars_filter_box input input[type="date"]:focus,
.cars_filter_box input input[type="date"]:valid,
.row.banner_form_box input[type="time"]:focus,
.row.banner_form_box input[type="time"]:valid,
.single_cars_form_box input input[type="date"]:focus,
.single_cars_form_box input input[type="date"]:valid,
.row.single_cars_form_box input[type="time"]:focus,
.row.single_cars_form_box input[type="time"]:valid,
.car_body_dropdown .custome_placeholder {
    color: #989898;
}
.row.banner_form_box input[type="date"]:focus::before,
.row.banner_form_box input[type="date"]:valid::before,
div#banner_form_3 form .banner_3_form_content input[type="date"]:focus::before,
div#banner_form_3 form .banner_3_form_content input[type="date"]:valid::before,
div#banner_form_pera_3 form .banner_3_form_content input[type="date"]:focus::before,
div#banner_form_pera_3 form .banner_3_form_content input[type="date"]:valid::before,
.cars_filter_box input[type="date"]:focus::before,
.cars_filter_box input[type="date"]:valid::before,
.row.banner_form_box input[type="time"]:focus::before,
.row.banner_form_box input[type="time"]:valid::before,
.single_cars_form_box input[type="date"]:focus::before,
.single_cars_form_box input[type="date"]:valid::before,
.row.single_cars_form_box input[type="time"]:focus::before,
.row.single_cars_form_box input[type="time"]:valid::before {
    content: "";
}
.joind_fildes,
.leavecheck_box {
    display: flex;
    gap: 10px;
}
.banner_form_button .black_button {
    text-align: left;
}
.banner_form_button,
.vehicle_fleet_slider_btn {
    margin-top: 30px;
}
/* banner_2 */
.banner_2_form_area {
    position: relative;
    padding: 120px 0px 0px;
    max-width: 1070px;
    margin: 0 auto;
}
.banner_2_form {
    position: absolute;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 40px 40px -20px rgba(0, 0, 0, 0.1);
}
div.form_time_2>div:nth-child(2),
.custome-col-right,
.blogs_sidebar_area>.row>* {
    padding-right: 10px;
}
div.form_time_2>div:nth-child(3),
.custome-col-left {
    padding-left: 10px;
}
.banner_2_form button.black_button {
    max-width: 410px;
    margin: 0 auto;
}
section#home_page_2_sec {
    padding: 168px 0px 0px;
}
#why_choose_car_2 .why_choose_details_text .row,
.car_list_area>.row,
.cars_common_sidebar>.row,
.row.hastag_and_buttons,
.our_policys_area>.row {
    gap: 30px;
}
/* banner_3 */
.home_banner_3,
.book_car_testimonials_sec_3 {
    background-color: #FF8B00;
    padding: 120px 0px 206px;
    position: relative;
    z-index: 0;
}
.home_banner_3::after,
.book_car_testimonials_sec_3::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background-image: url(../images/common_img/Pattern_1.png);
    animation: banner_bg_shap 50s linear infinite;
    background-repeat: repeat;
    background-position: inherit;
}
.banner_3_form_area {
    padding: 120px 0px 0px;
}
div#banner_form_3,
div#banner_form_pera_3 {
    max-width: 1070px;
    padding: 25px;
}
div#banner_form_3 form,
div#banner_form_pera_3 form {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 20px;
    justify-content: center;
    align-items: center;
}
div#banner_form_3 form .banner_3_form_content,
div#banner_form_pera_3 form .banner_3_form_content {
    max-width: 240px;
}
div#banner_form_3 form .banner_3_form_content button.black_button,
div#banner_form_pera_3 form .banner_3_form_content button.black_button,
.cars_fliter_item button.black_button {
    width: 190px;
}
.banner_3_slider_list .slick-custom-arrow.slick-custom-arrow-left.slick-arrow,
.single_cars_slider_list .slick-custom-arrow.slick-custom-arrow-left.slick-arrow,
.single_cars_slider_list_v2 .slick-custom-arrow.slick-custom-arrow-left.slick-arrow {
    left: 30px;
    right: auto;
}
.banner_3_slider_list .slick-custom-arrow,
.single_cars_slider_list .slick-custom-arrow,
.single_cars_slider_list_v2 .slick-custom-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    right: 30px;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 18px;
    cursor: pointer;
}
.banner_3_slider_area {
    position: absolute;
    bottom: -338px;
    z-index: -1;
}
/* Banner_4 */
div#home_banner_4 {
    position: relative;
    z-index: 0;
    width: 100%;
    display: flex;
}
div#home_banner_4::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0 0 0 / 70%);
    z-index: -1;
}
.home_banner_video_sec {
    position: relative;
    z-index: -1;
    width: 100%;
}
.home_banner_video_sec video {
    width: 100%;
    height: 780px;
    object-fit: cover;
    display: flex;
}
.home_video_text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.banner_4_btn {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}
.banner_4_btn a.red_button {
    min-width: 200px;
    text-align: left;
}
/* Banner_5 */
.banner_5_head_form {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -85px;
    padding: 0;
}
div#home_banner_5 {
    position: relative;
}
.banner_5_head_form div#banner_form_3,
.banner_5_head_form div#banner_form_pera_3 {
    border: 2px solid #ed1b24;
    max-width: 1100px;
}
div#home_banner_5 .contact_sec_map .responsive-map {
    min-height: 70vh;
    padding-bottom: 650px;
}
/* Booking_card */
.booking_card_area {
    background-image: url(../images/103.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    position: relative;
    padding: 120px 0px 120px;
    min-height: 800px;
    z-index: 0;
}
.booking_card_area::after {
    background: rgb(0 0 0 / 40%);
}
.booking_card_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 80px;
    background: #000;
}
.booking_card_box h2 {
    font-size: 52px;
    line-height: 70px;
}
.booking_card_box h6 {
    line-height: 34px;
    font-size: 20px;
}
div#booking_video,
div#booking_video .our_blogs_box_videoplayer,
div#booking_video .our_blogs_box_videoplayer .our-video {
    height: 100%;
}
div#booking_video .our_blogs_box_videoplayer .our-video {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#booking_video .our_blogs_box_videoplayer .our-video a {
    display: inline-flex;
    border: 3px solid #ff8b00;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    justify-content: center;
    align-items: center;
    transition: all .25s ease-in-out;
}
div#booking_video .our_blogs_box_videoplayer .our-video a i {
    font-size: 60px;
    width: 60px;
    height: 60px;
    transition: all 0.80s cubic-bezier(0.6, -0.28, 0.74, 0.05);
    color: #ff8b00;
    margin-left: 10px;
}
div#booking_video .our_blogs_box_videoplayer .our-video a:hover {
    transform: scale(0.9);
    transition: all .25s ease-in-out;
}
div#booking_video .our_blogs_box_videoplayer .our-video a:hover i {
    transform: rotate(360deg);
    transition: all 0.80s cubic-bezier(0.6, -0.28, 0.74, 0.05);
}
/* ===================================== We-Work CSS ===================================== */
.we_work_img,
.we_work_2_detail_area .we_work_img,
.why_choose_img {
    display: flex;
    justify-content: center;
    width: 120px;
    height: 120px;
    align-items: center;
    margin: 0 auto;
    background: #F5F6F7;
    clip-path: polygon(55.02% 0.008%, 55.02% 0.008%, 60.918% 0.502%, 66.547% 1.738%, 71.87% 3.661%, 76.849% 6.215%, 81.444% 9.345%, 85.619% 12.996%, 89.334% 17.112%, 92.552% 21.638%, 95.234% 26.519%, 97.342% 31.699%, 97.342% 31.699%, 98.731% 36.871%, 99.401% 42.048%, 99.375% 47.186%, 98.679% 52.242%, 97.334% 57.171%, 95.365% 61.931%, 92.794% 66.477%, 89.646% 70.767%, 85.944% 74.756%, 81.711% 78.401%, 81.711% 78.401%, 75.699% 82.854%, 69.355% 87.131%, 62.754% 91.063%, 55.969% 94.481%, 49.072% 97.216%, 42.138% 99.1%, 35.24% 99.963%, 28.451% 99.637%, 21.845% 97.953%, 15.494% 94.742%, 15.494% 94.742%, 9.869% 90.187%, 5.629% 84.876%, 2.659% 78.934%, 0.839% 72.485%, 0.053% 65.655%, 0.182% 58.567%, 1.109% 51.346%, 2.717% 44.118%, 4.887% 37.007%, 7.502% 30.137%, 7.502% 30.137%, 10.117% 24.832%, 13.342% 19.933%, 17.125% 15.48%, 21.418% 11.511%, 26.168% 8.064%, 31.325% 5.178%, 36.84% 2.891%, 42.661% 1.241%, 48.738% 0.267%, 55.02% 0.008%);
    transition: all 500ms cubic-bezier(.19, 1, .22, 1) 0ms;
    animation: we_work_animi_1 4s ease-in-out infinite 1s;
}
.we_work_box:hover .we_work_img,
.why_choose_detail_box:hover .why_choose_img {
    transition: all 500ms cubic-bezier(.19, 1, .22, 1) 0ms;
    background: #FF8B00;
}
.we_work_box:hover .we_work_img svg path,
.why_choose_detail_box:hover .why_choose_img svg path {
    fill: #fff;
}
.we_work_info h4,
.why_choose_info h4 {
    padding: 15px 0px 10px;
}
.we_work_area>.row>div:nth-child(even) .we_work_img,
.why_choose_details_area>.row>div:nth-child(even) .why_choose_img,
div#why_choose_car_2 .why_choose_details_area>.row>div:nth-child(3) .why_choose_detail_box .why_choose_img,
.we_work_2_detail_area>.row div:nth-child(even) .we_work_box .we_work_img,
.we_work_2_detail_area>.row div:nth-child(4) .we_work_img {
    clip-path: polygon(52.47% 0.04%, 52.47% 0.04%, 58.285% 0.622%, 63.855% 1.94%, 69.143% 3.951%, 74.111% 6.609%, 78.723% 9.869%, 82.942% 13.688%, 86.731% 18.019%, 90.053% 22.819%, 92.872% 28.043%, 95.151% 33.646%, 95.151% 33.646%, 97.155% 40.201%, 98.677% 46.945%, 99.649% 53.767%, 100% 60.558%, 99.658% 67.206%, 98.554% 73.604%, 96.617% 79.639%, 93.777% 85.203%, 89.963% 90.186%, 85.104% 94.477%, 85.104% 94.477%, 79.768% 97.52%, 74.228% 99.203%, 68.537% 99.675%, 62.748% 99.085%, 56.913% 97.581%, 51.086% 95.311%, 45.32% 92.425%, 39.667% 89.07%, 34.18% 85.395%, 28.912% 81.548%, 28.912% 81.548%, 23.826% 77.566%, 18.849% 73.315%, 14.124% 68.802%, 9.799% 64.034%, 6.018% 59.018%, 2.926% 53.762%, 0.67% 48.273%, -0.606% 42.558%, -0.755% 36.624%, 0.367% 30.478%, 0.367% 30.478%, 2.766% 24.294%, 6.096% 18.848%, 10.242% 14.124%, 15.089% 10.109%, 20.523% 6.786%, 26.428% 4.141%, 32.691% 2.159%, 39.195% 0.825%, 45.826% 0.123%, 52.47% 0.04%);
    animation: we_work_animi_2 4s ease-in-out infinite 1s;
}
/* we_work_2 */
.we_work_2_imgs_area {
    position: relative;
    height: 100%;
    z-index: 0;
}
.we_work_2_img.we_work_2_img_animi_after {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.we_work_2_imgs_area>div:nth-child(1),
.our-video,
.our_blogs_img.blogs_img_effect a {
    position: relative;
}
.we_work_2_imgs_area>div:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    animation: we_workcar_moving 2s linear infinite alternate;
}
.we_work_2_img {
    position: relative;
    display: block;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    height: 100%;
    width: 100%;
}
.we_work_2_imgs_area:hover .we_work_2_img.we_work_2_img_animi_after {
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.we_work_2_imgs_area>div:nth-child(2)::after {
    content: '';
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #fff;
    width: 330px;
    height: 330px;
    border-radius: 10px;
    z-index: -1;
}
/* ===================================== Vehicle Slider CSS ===================================== */
.vehicle_fleet_slider_item {
    margin: 0px 15px;
}
.vehicle_fleet_slider_img img,
.rent_car_services_img img,
.rent_car_services_img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.vehicle_fleet_slider_detail {
    border: 2px solid #F5F6F7;
    border-top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px;
}
.custome_slider_hr {
    width: 100%;
    height: 2px;
    background: #F5F6F7;
    margin: 20px 0px;
}
.vehicle_fleet_slider_mid .row,
ul.row.amenities_list {
    gap: 15px 0px;
}
.vehicle_fleet_slider_mid_box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.vehicle_fleet_slider_head h5:nth-child(1),
.rent_car_services_info h4,
.wide_car_range_2_img_text h4,
.cars_sidebar_box h6,
.single_cars_table h4,
.leavecheck_box,
.order_headings h2,
.profile_notify_upper {
    margin-bottom: 10px;
}
.vehicle_fleet_slider_title {
    padding-left: 15px;
}
.vehicle_fleet_slider_list .slick-custom-arrow {
    position: absolute;
    top: -18%;
    right: 15px;
    width: 60px;
    height: 60px;
    padding: 18px;
    background: #f5f6f7;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.50s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.vehicle_fleet_slider_list .slick-custom-arrow.slick-custom-arrow-left.slick-arrow {
    right: 75px;
    margin-right: 20px;
}
.vehicle_fleet_slider_list {
    padding: 40px 0px 0px;
}
.vehicle_fleet_slider_title h5 {
    padding-top: 20px;
}
.vehicle_fleet_slider_list .slick-custom-arrow::after,
.vehicle_fleet_list_slider .slick-custom-arrow::after,
.car_category_part_list .slick-custom-arrow::after,
.top_destini_area_list .slick-custom-arrow.slick-arrow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    border-radius: 10px;
    height: 0;
    width: 100%;
    background: #ed1b24;
    transition: 0.50s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    z-index: 0;
}
.vehicle_fleet_slider_list .slick-custom-arrow svg,
.vehicle_fleet_list_slider .slick-custom-arrow svg,
.car_category_part_list .slick-custom-arrow svg,
.top_destini_area_list .slick-custom-arrow.slick-arrow svg {
    position: relative;
    z-index: 1;
}
.vehicle_fleet_slider_list .slick-custom-arrow:hover svg g path,
.vehicle_fleet_list_slider .slick-custom-arrow:hover svg g path,
.car_category_part_list .slick-custom-arrow:hover svg g path,
.top_destini_area_list .slick-custom-arrow.slick-arrow:hover svg g path {
    stroke: #fff;
}
.vehicle_fleet_slider_list .slick-custom-arrow:hover::after,
.vehicle_fleet_list_slider .slick-custom-arrow:hover::after,
.car_category_part_list .slick-custom-arrow:hover::after,
.top_destini_area_list .slick-custom-arrow.slick-arrow:hover::after {
    height: 100%;
}
/* Vehicle-Slider-2 */
.vehicle_fleet_list_slider {
    padding: 40px 0px 100px;
}
.vehicle_fleet_list_slider .slick-custom-arrow,
.car_category_part_list .slick-custom-arrow.slick-arrow {
    position: absolute;
    right: 44%;
    bottom: 0;
    width: 60px;
    height: 60px;
    padding: 18px;
    background: #f5f6f7;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.50s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.vehicle_fleet_list_slider .slick-custom-arrow.slick-custom-arrow-left.slick-arrow,
.car_category_part_list .slick-custom-arrow.slick-custom-arrow-left.slick-arrow {
    margin-right: 95px;
}
.car_slide_list_details {
    padding: 20px;
    border: 2px solid #f5f6f7;
    border-left: 0;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.car_slide_list_details .vehicle_fleet_slider_mid {
    padding: 15px 0px;
    margin: 10px 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.car_slide_list_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.car_slide_list_image {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.car_slide_list_details .car_list_upper h5 {
    font-size: 18px;
    margin-bottom: 0;
}
.car_slide_list_details .vehicle_fleet_slider_mid .vehicle_fleet_slider_mid_box h6 {
    font-size: 18px;
    width: 65%;
}
.car_slide_list_details .vehicle_fleet_slider_mid .vehicle_fleet_slider_mid_box svg {
    width: 20%;
    height: auto;
}
.car_slide_list_details .vehicle_fleet_slider_mid>.row>* {
    padding: 0px;
}
.car_slide_list_details .vehicle_fleet_slider_mid>.row {
    margin-left: 5px;
}
.vehicle_fleet_slider_list_item {
    margin: 0 15px;
}
.car_slide_list_details .car_list_button a.black_button {
    width: -webkit-fill-available;
}
/* Vehicle Cards */
.vehicle_cars_cards {
    padding: 60px 0px;
}
.car_cards_box {
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0 8px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.vehicle_cars_cards_upper {
    margin-top: 20px;
    text-align: center;
}
.vehicle_cars_cards_price {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #eee;
    width: 140px;
    height: 50px;
    margin: 40px auto 0;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}
.vehicle_cars_cards_mid::after {
    content: '';
    border: 1px solid #eeeeee;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 25px;
}
.vehicle_cars_card_title {
    margin: 20px 0px;
}
.vehicle_cars_cards_feture_list>.row>div {
    padding: 0;
}
.car_card_feture {
    border: 2px solid #eee;
    border-left: 0;
    padding: 8px;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
}
.car_card_feture svg {
    width: 25px;
    height: 25px;
    vertical-align: bottom;
}
.vehicle_cars_cards_button {
    display: flex;
    justify-content: center;
    padding: 20px 0px;
}
.vehicle_cars_cards_button a {
    display: inline-flex;
    justify-content: center;
    padding: 12px;
    background: #ed1b24;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.vehicle_cars_cards_button a:last-child {
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #000;
}
.car_cards_box:hover,
.car_cards_sidebar_box:hover {
    background: transparent;
    box-shadow: none;
    border: 2px solid #ff8b00;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.car_cards_box:hover .vehicle_cars_cards_upper,
.car_cards_sidebar_box:hover .car_cards_sidebar_box_upper .vehicle_cars_cards_upper {
    -webkit-animation: movebounce 2.9s linear infinite;
    animation: movebounce 2.9s linear infinite;
}
div#vehicle_cars_cards_section .car_cards_box:hover,
.car_cards_sidebar_box:hover {
    background-color: #F5F6F7;
}
/* Car-Card Page */
div#car_cards_vertical_area .car_cards_sidebar_box {
    background-color: #fff;
    grid-template-columns: 230px 1fr;
}
.vehicle_cars_cards_vertical_button a.black_button {
    width: max-content;
}
.vehicle_cars_cards_vertical_button a.black_button span:nth-child(1) {
    padding: 15px;
    font-size: 16px;
}
.vehicle_cars_cards_vertical_button a.black_button span:nth-child(2) {
    padding: 15px;
}
.vehicle_cars_cards_vertical_button a.black_button span:nth-child(2) svg {
    width: 24px;
    height: 24px;
}
/* Vehicle Cards Slider */
section#vehicle_cars_cards_sec_index5 {
    padding: 160px 0px 80px;
}
.vehicle_cars_cards_slider_list .vehicle_cars_cards_slider_items {
    margin: 0px 15px;
}
.vehicle_cars_cards_slider_list .vehicle_cars_cards_slider_items .vehicle_cars_cards_upper {
    width: max-content;
    margin: 20px auto 0;
}
.vehicle_cars_cards_slider_list ul.slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}
.vehicle_cars_cards_slider_list ul.slick-dots li button {
    display: inline-block;
    font-size: 0;
    border: 0;
    height: 15px;
    width: 15px;
    background: #000;
    border-radius: 15px;
    padding: 5px;
    transition: all 0.5s ease-in-out;
}
.vehicle_cars_cards_slider_list ul.slick-dots li.slick-active button {
    width: 40px;
    background: #ed1b24;
}
/* ===================================== Luxury-Car-Service CSS ===================================== */
.luxury_car_service_sec {
    background-image: url(../images/common_img/luxury_car_service_banner_dummy.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    z-index: 0;
    padding: 60px;
}
.luxury_car_service_sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: linear-gradient(to left, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%), rgb(0 0 0 / 50%), rgb(0 0 0 / 70%), rgb(0 0 0));
    z-index: -1;
    border-radius: 10px;
}
.luxury_car_contact a h4,
.our_blogs_quote_headings_sidebar h3,
.our_blogs_links_headings_sidebar h3 {
    font-size: 30px;
}
.luxury_car_service_info {
    max-width: 790px;
}
.luxury_car_contact h6 {
    margin-bottom: 8px;
}
/* Luxury-Car-Service-3 */
section.luxury_car_services,
div#luxury_car_services_2,
section#car_preminum_full_commonsections {
    position: relative;
    padding: 195px 0px 0px;
}
.luxury_car_services_content_area {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 315px;
    right: 315px;
}
/* ===================================== Why-Choose-Car CSS ===================================== */
.box_section_shap_1 {
    width: 615px;
    height: 615px;
    position: absolute;
    bottom: 400px;
    right: 0;
    z-index: -1;
}
.why_choose_details_area>.row,
.offers_for_carrant .row,
.banner_2_form>.row,
.we_work_2_detail_area>.row,
.offers_for_carrant_2>.row,
.regester_form form>.row,
.car_grid_area>.row,
.blog_leave_form form>.row,
.profile_notifaction_area>.row,
div.car_tab_content_tabs>.row,
.vehicle_cars_cards>.row,
.vehicle_cars_cards_section>.row,
.car_cards_sidebar_area>.row {
    gap: 30px 0px;
}
.why_choose_image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    height: 100%;
    width: 100%;
}
.why_choose_image img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.why_choose_image:hover img:first-child {
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.why_choose_title h5 {
    font-size: 19px;
}
div#why_choose_car_3 {
    padding: 418px 0px 80px;
}
/* why_choose_2 */
.why_choose_details_images img {
    animation: car_rideinner 3s linear 1.3s infinite alternate;
}
/* why_choose_3 */
.whychoose_img_details_info {
    height: 100%;
}
.whychoose_img_details_info>img:last-child {
    margin: auto;
}
.whychoose_img_details_info>img:first-child {
    margin: -25px auto 0;
    left: 0;
}
/* ===================================== Car-Category CSS ===================================== */
.car_category_box a {
    background-color: #f5f6f7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
    padding: 30px;
    border: 2px solid transparent;
}
.car_category_box a:hover {
    border: 2px solid #ff8b00;
}
.custome_cat_deg {
    transform: rotateY(-180deg);
}
.car_category_img svg {
    width: 120px;
    height: 80px;
}
.car_category_thumb {
    max-width: 48px;
    width: 100%;
    height: 48px;
}
.car_category_thumb svg,
div#book_car_testimonials_area_4 .book_car_test_bottom_3 .book_car_test_bottom_img {
    width: 64px;
    height: 50px;
}
.car_category_part>.row>div:nth-child(4) .car_category_img svg {
    width: 135px;
    height: 80px;
}
[data-aos][data-aos][data-aos-delay="3500"].aos-animate,
body[data-aos-delay="3500"] [data-aos].aos-animate {
    transition-delay: 3.5s;
}
/* car-category-2 */
a.car_item_tab_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
    padding: 30px;
    border: 2px solid #f5f6f7;
    justify-content: center;
    align-items: center;
}
.car_item_tab_thumb,
.car_item_tab_thumb svg {
    width: 80px;
    height: 48px;
    margin: 0 auto;
}
a.car_item_tab_box:hover {
    border: 2px solid #ff8b00;
}
.car_tabs_part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 40px;
    border-top: 1px solid #f5f6f7;
    border-bottom: 1px solid #f5f6f7;
}
ul.car_tabs_list {
    display: flex;
    gap: 60px;
}
.car_tabs_part a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
}
.car_tabs_part a:hover {
    color: #ed1b24;
}
div.car_tab2_item .car_item_tab_image,
div.car_tab2_item .car_item_tab_image svg {
    width: 120px;
    height: 80px;
    margin: 0 auto;
}
div.car_tab2_item .car_item_tab_image.car_item_tab_image_custome,
div.car_tab2_item .car_item_tab_image.car_item_tab_image_custome svg {
    width: 130px;
}
/* Category-City-Slider */
.car_category_part_list a.car_item_tab_box {
    margin: 0 15px;
}
.car_category_part_list {
    padding-bottom: 100px;
}
/* ===================================== Carbook-On-Rent CSS ===================================== */
a.car_onrant_btn.red_button:hover span:nth-child(1),
.luxury_car_service_btn .red_button:hover span:nth-child(1),
.luxury_car_contact a:hover h4,
.top_destini_info:hover a h5,
.home_blog_detail a:hover,
.faq_accodian_title.active .faq_title h5,
.faq_accodian_title.active .faq_title h4,
ul.blog_sidebar_category_list li a:hover p,
ul.car_tabs_list li.active a {
    color: #ed1b24;
}
/* ===================================== Wide-Range-Car CSS ===================================== */
.wide_range_car_img {
    display: flex;
    position: relative;
    gap: 30px;
    align-items: flex-end;
    justify-content: space-between;
}
.wide_range_car_img img:first-child {
    position: absolute;
    top: 0;
    right: 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    animation: wide_range_car 2s alternate infinite linear;
    z-index: 1;
}
ul.row.wide_range_points {
    padding: 20px 0px 60px;
    gap: 20px 0px;
}
ul.wide_range_points li>* {
    margin-right: 10px;
    vertical-align: top;
}
.wide_range_car_img_3 {
    position: relative;
    height: 100%;
    z-index: 0;
}
.wide_range_car_img_3>div:nth-child(1) {
    position: relative;
    width: 520px;
    margin: 0 0 0 auto;
}
.wide_range_car_animi {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    height: 100%;
    width: 100%;
}
.wide_range_car_animi.wide_range_car_animi_after {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.wide_range_car_img_3:hover .wide_range_car_animi.wide_range_car_animi_after {
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.wide_range_car_img_3>div:nth-child(2) {
    position: absolute;
    bottom: 0;
    z-index: 0;
    animation: widecar_moving 2s linear infinite alternate;
}
.wide_range_car_img_3>div:nth-child(2)::after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #fff;
    width: 330px;
    height: 330px;
    border-radius: 10px;
    z-index: -1;
}
/* Wide-Range-Car-2 */
.wide_range_car_2_img_area {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.wide_car_range_2_img_box {
    display: grid;
    grid-template-columns: 220px 1fr;
}
.wide_car_range_2_img_text {
    padding: 30px 25px 30px 30px;
    border: 2px solid #000;
    border-left: 0;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
}
.wide_car_range_2_img {
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    position: relative;
}
.wide_range_area_shap {
    width: 1187px;
    height: 770px;
    top: 0;
    background: #F5F6F7;
    position: absolute;
    z-index: 0;
}
.wide_range_car_area {
    position: relative;
    z-index: 0;
}
.wide_car_range_2_img::after {
    content: '';
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    opacity: 0.80;
    background-color: rgb(21 21 21 / 30%);
}
/* ===================================== Rent-Car-Service CSS ===================================== */
.car_counter_sec {
    position: relative;
    padding: 50px 0px 0px;
}
.car_counter_area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.car_counter_box {
    display: flex;
    gap: 15px;
    padding: 10px;
    align-items: center;
}
.car_icon {
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #fff;
}
.car_counter_box:hover .car_icon svg,
.car_counter_2_box:hover .car_counter_2_icon svg {
    animation: car_count_animi 1s linear infinite alternate;
}
.car_counter_box:hover .car_icon svg path,
.car_counter_2_box:hover .car_counter_2_icon path,
section#faqs_question_sec .faq_accodian_title.active svg rect {
    fill: #ed1b24;
    transition: all 0.5s linear;
}
/* car_counter_2 */
.car_counter_sec_2,
.book_car_testimonials_2 {
    background-image: url(../images/common_img/counter_2_bg_dummy.png);
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.car_counter_sec_2 {
    padding: 275px 0px 80px;
}
.car_counter_sec_2::after,
.book_car_testimonials_2::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(to bottom, #ed1b24, #f4421c, #f95d12, #fc7507, #ff8b00);
    opacity: 0.85;
}
.car_counter_2_box {
    position: relative;
    width: 190px;
    height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: #000;
}
.car_counter_2_titles {
    width: 410px;
}
.car_counter_2_icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    padding: 16px;
    position: absolute;
    top: -15px;
    left: 135px;
}
.car_count_area>.row,
div#blogs_grid_2columns>.home_blogs>.row,
div#blogs_grid_2columns_sidebar .home_blogs>.row,
div#blogs_grid_3columns .home_blogs>.row,
div#blogs_grid_4columns .home_blogs>.row,
div#blogs_Masonry_sec>.row {
    gap: 40px 0px;
}
.car_counter_2_info span {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
}
/* ===================================== Rent-Car-Service CSS ===================================== */
.rent_car_services_sec {
    padding: 130px 0px 280px;
}
.rent_car_services_info {
    padding: 0px 23px 0px 30px;
}
.rent_car_services_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 10px;
    padding-bottom: 30px;
    border: 2px solid #f5f6f7;
    background: #fff;
    overflow: hidden;
}
.rent_car_services {
    position: absolute;
}
/* ===================================== Offers-Rent-Car CSS ===================================== */
section#offers_for_carrant_1,
section#why_choose_car_aboutpage {
    padding: 175px 0px 0px;
}
.offer_car_content {
    margin: 15px 0px 0px;
}
.offer_rantcar_box:hover .offer_car_img {
    transform: translateY(-10px);
    transition: 0.5s ease-out;
}
.offers_for_carrant_btn a.black_button,
.cars_grid_btn a.black_button,
.testimonials_page_btn a.black_button {
    max-width: max-content;
    margin: 40px auto 0px;
}
.offer_car_box_area {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #f5f6f7;
    border-radius: 10px;
}
.offer_car_box_area:hover {
    box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
.offers_for_carrant2_btn_area {
    align-items: center;
    background: #ed1b24;
    border-radius: 10px;
    padding: 6px 6px 6px 20px;
    justify-content: space-between;
    margin-top: 40px;
}
.offers_for_carrant2_btn_area a.black_button {
    width: max-content;
    background: #fff;
}
.offers_for_carrant2_btn_area a.black_button span:nth-child(1) {
    color: #ed1b24;
    background: #fff;
}
.offers_for_carrant2_btn_area a.black_button:hover span:nth-child(1) {
    color: #fff;
}
.offers_for_carrant2_btn_area a.black_button span:nth-child(2)::after {
    background: #fff;
}
.offers_for_carrant2_btn_area a.black_button:hover span:nth-child(2) svg g path {
    stroke: #ed1b24;
    transition: 0.70s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.offers_for_carrant2_btn_area a.black_button span:nth-child(2) svg g path {
    transition: 0.70s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
/* ===================================== Book-Car-Testimonials CSS ===================================== */
.book_car_testimonials_list,
.book_car_testimonials_list_3 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.book_car_testimonials_list .slick-track {
    height: 100%;
}
.book_car_testimonials_item {
    display: flex !important;
    margin: 0 15px;
}
.book_car_testimonials_box {
    background: url(../images/common_img/slider_shap.png);
    background-size: cover;
    background-position: top center;
    height: 470px;
    width: 410px;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    padding: 19px;
    margin: 80px 0px 0px;
}
.book_car_testimonials_icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 10px solid #fff;
    background: #fff;
    border-radius: 50%;
    margin: -70px auto 0 auto;
}
.book_car_testimonials_details {
    display: flex;
    flex-direction: column;
    height: 93%;
    padding-top: 30px;
    position: relative;
    z-index: 0;
    gap: 20px;
    overflow: hidden;
}
.book_car_testimonials_details::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 50px;
    background: #F5F6F7;
    margin: 45px 0px 20px;
}
.book_car_test_mid {
    display: flex;
    flex-direction: column;
    height: 326px;
    justify-content: space-between;
}
.book_car_test_bottom h6,
div#banner_form_3 form .banner_3_form_content label,
div#banner_form_pera_3 form .banner_3_form_content label,
.login_box label,
.regester_box label,
.cars_filter_box label {
    margin-bottom: 5px;
}
.book_car_testimonials_list ul.slick-dots,
.book_car_testimonials_list_3 ul.slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.book_car_testimonials_item.slick-active.slick-center .book_car_testimonials_icon svg g path {
    fill: #ed1b24;
}
.book_car_testimonials_list ul.slick-dots li button,
.book_car_testimonials_list_3 ul.slick-dots li button {
    display: inline-block;
    font-size: 0;
    border: 0;
    height: 10px;
    width: 10px;
    background: #000;
    border-radius: 15px;
    padding: 5px;
    transition: all 0.5s ease-in-out;
}
.book_car_testimonials_list ul.slick-dots li.slick-active button,
.book_car_testimonials_2 .book_car_testimonials_list ul.slick-dots li.slick-active button,
.book_car_testimonials_list_3 ul.slick-dots li.slick-active button,
div#testimonials_slider_3_aboutpage .book_car_testimonials_list_3 ul.slick-dots li.slick-active button {
    width: 30px;
    background: #ed1b24;
}
/* Testimonials Slider_2 */
.book_car_testimonials_2 {
    background-image: url(../images/common_img/test_slider_img_dummy_bg.png);
}
/* Testimonials Slider_3 */
.book_car_testimonials_sec_3 {
    padding: 275px 0px 86px;
}
.book_car_testimonials_list_3,
.row.footer_question_info.contact_question_info,
.row.single_blog_comment {
    padding-top: 40px;
}
.book_car_testimonials_sec_3 .book_car_test_bottom_img img,
div#testimonials_slider_3_aboutpage .book_car_test_bottom_img img {
    width: 64px;
}
.book_car_testimonials_item_3_box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin: 0px 22.5px;
}
.book_car_testimonials_list_3 .slick-track {
    margin: 0px -15px;
}
.book_car_test_downarea {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    justify-content: space-between;
}
.book_car_test_mid_3 {
    padding: 20px 0px 30px;
}
.book_car_testimonials_list_3 .book_car_test_bottom_3 {
    border-top: 2px solid #F5F6F7;
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 30px;
}
.book_car_testimonials_list_3 ul.slick-dots li button,
.book_car_testimonials_2 .book_car_testimonials_list ul.slick-dots li button {
    background: #fff;
}
div#testimonials_slider_3_aboutpage .book_car_testimonials_list_3 .book_car_test_bottom_3 {
    border-top: 2px solid #fff;
}
/* ===================================== Top Destinations CSS ===================================== */
.top_destini_img {
    position: relative;
    z-index: 0;
    width: max-content;
    margin: 0 auto;
}
.top_destini_img::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0px 0px rgb(0 0 0 / 30%);
    transition: all 0.5s ease-in-out;
}
.top_destini_box:hover .top_destini_img::after {
    box-shadow: inset 0 0 10px 100px rgb(0 0 0 / 30%);
}
.top_destini_info a {
    padding: 15px 0px 5px;
}
/* Top Destinations V2 */
.top_destini_area_item {
    margin: 0 15px;
}
.top_destini_area_item .top_destini_box {
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.top_destini_area_item .top_destini_box .top_destini_info {
    padding: 30px 0px;
    background: #fff;
}
.top_destini_area_item .top_destini_box .top_destini_info a {
    padding-top: 0;
}
.top_destini_area_list .slick-custom-arrow.slick-arrow {
    position: absolute;
    z-index: 1;
    display: flex;
    top: 72%;
    left: -39%;
    width: 80px;
    height: 60px;
    padding: 10px;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    align-items: center;
    cursor: pointer;
}
.top_destini_area_list .slick-custom-arrow.slick-custom-arrow-left.slick-arrow {
    left: -52%;
    margin-right: 30px;
}
/* ===================================== Home Blogs & FAQs CSS ===================================== */
.home_blogs {
    padding: 40px 0px 80px;
}
.home_blog_img img,
.rent_car_services_img img,
.offer_car_img,
.wide_car_range_2_img img,
.single_blog_bottom_img img {
    will-change: transform;
    transition: 0.5s ease-out;
}
.home_blog_img:hover img,
.rent_car_services_box:hover .rent_car_services_img img,
.wide_car_range_2_img_box:hover .wide_car_range_2_img img,
.single_blog_bottom_img:hover img {
    transform: rotate(-8deg) scale(1.3);
    transition: 0.5s ease-out;
}
.wide_car_range_2_img_box:hover .wide_car_range_2_img img,
.single_blog_bottom_img:hover img {
    transform: scale(1.1);
}
.home_blog_date_box {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 14px 19px;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.home_blog_detail {
    padding-top: 20px;
}
.home_blog_detail h5 {
    padding: 20px 0px 30px;
}
.single_blog_btn a.black_button,
.wide_range_btn a.black_button,
.error_btn a.black_button,
.Contact_form_button button.black_button,
.blogs_commom_btn a.black_button,
.leave_form_btn button.black_button,
.coming_soon_btn a.red_button,
.profile_update_button .black_button {
    justify-content: flex-start;
    width: max-content;
}
/* Faqs Questions CSS */
.faq_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.faq_accodian_item:hover .faq_accodian_title {
    cursor: pointer;
}
.faq_accodian_tabs {
    display: none;
    margin: 20px 0px;
}
.faq_accodian_title svg {
    transform: rotate(0deg);
}
.faq_accodian_title.active span {
    transform: rotate(-180deg);
}
.cusome_faq_hr,
.custome_single_cars_hr {
    width: 100%;
    height: 2px;
    margin: 20px 0px;
    background-color: #F5F6F7;
}
.faq_accodian_title.active svg rect {
    fill: #000;
    transition: inherit;
}
/* ===================================== Premium Car Rental CSS ===================================== */
.car_car_premium_titles h2 {
    font-size: 60px;
    padding: 10px 0px 20px;
}
.car_car_premium_button,
.luxury_car_service_contact,
.blogs_sidebar_area>.row,
div#blogs_Masonry_sec .blogs_Masonry_1_list,
div#blogs_Masonry_sec .blogs_Masonry_2_list,
.row.single_blog_comment {
    gap: 40px;
}
.car_image_area img {
    z-index: 1;
    animation: mobile_move_right 2s linear infinite alternate;
}
.car_image_area img:nth-child(2) {
    position: absolute;
    left: 242px;
    bottom: 0;
    z-index: 0;
    animation: mobile_move_left 2s linear infinite alternate;
}
/* car_preminum_half */
section#car_preminum_half_sec {
    padding: 255px 0px 0px;
}
.car_preminum_half {
    padding: 80px 40px 0px;
}
.car_preminum_half .car_premium_detail {
    width: 630px;
}
.car_preminum_half .car_image_area {
    margin: 0 0 0 auto;
    width: 520px;
}
/* car_preminum_half V2 */
.car_preminum_half.car_preminum_half_pera_sec {
    padding: 80px 40px 40px;
}
section#car_preminum_half_sec_pera {
    padding: 255px 0 80px;
}
.car_image_area_pera img {
    animation: mobile_move_up 1.5s linear infinite alternate;
}
/* ===================================== Marqueer-Text CSS ===================================== */
.text_marquree_slider_list {
    padding: 24px 0px;
}
.marquee_left {
    width: -webkit-fill-available;
    height: max-content;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.marquee__content {
    width: fit-content;
    display: flex;
    line-height: 30px;
    animation: marquee_right 17s linear infinite forwards;
    justify-content: space-around;
}
.text_marquree_slider_list:hover .marquee__content,
.text_marquree_slider_list:hover .marquee__content ul.list-inline svg {
    animation-play-state: paused;
}
ul.list-inline {
    display: flex;
    gap: 80px;
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0px 0px 0px 80px;
    align-items: center;
}
ul.list-inline a {
    font-size: 60px;
    font-weight: 500;
    line-height: 72px;
    color: #fff;
}
.marquee__content ul.list-inline a:hover,
.custome_placeholder_color .custome_placeholder {
    color: #000;
}
ul.list-inline svg {
    animation: marquree_car 10s linear infinite;
}
/* Marqueer-Text-2 */
div#marqueer_text_2 .marquee__content ul.list-inline a:hover,
.common_banner_area a:hover,
.faqs_quickcall a h3:hover,
.our_blogs_text_info:hover a.blogs_big_heading,
.our_blogs_text_info:hover a.blogs_big_heading_sidebar,
.blog_post_info:hover a,
ul.blogs_sidebar_tags li:hover a,
a.comment_btn:hover,
.single_blog_head_img:hover .our_blogs_links_headings_sidebar a,
.footer_quick_contact a:hover {
    color: #ed1b24;
}
/* Marqueer-Text-3 */
ul.list-inline a .marquee_brand_img {
    display: flex;
    width: max-content;
    height: 70px;
}
ul.list-inline li:nth-child(2) a .marquee_brand_img,
ul.list-inline li:nth-child(3) a .marquee_brand_img {
    height: fit-content;
}
/* ===================================== 7 Car-Gird Page ===================================== */
.common_banner.common_banner_pera {
    background-image: url(../images/common_img/common_sec_banner_dummy.png);
}
.cars_filter_bar,
.single_cars_slider_list,
.single_cars_table,
.rental_policy_area,
.single_cars_overview_area,
.single_blogs_infotext {
    padding: 40px 0px;
}
.cars_fliter_list {
    display: flex;
    gap: 25px;
    border: 2px solid #FF8B00;
    border-radius: 10px;
    padding: 20px;
    align-items: center;
}
/* ===================================== 8 Car-Gird-Sidebar Page ===================================== */
.cars_common_sidebar {
    padding: 30px;
}
.car_body_dropdown {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
}
ul.car_body_list {
    padding: 20px;
    border: 2px solid #fff;
    border-radius: 5px;
    margin-top: 3px;
    display: none;
    transition: 0.4s linear 0.2s;
}
.list_open {
    display: block !important;
    transition: 0.4s linear 0.2s !important;
}
ul.car_body_list li {
    cursor: pointer;
    font-size: 16px;
    padding: 8px 0px;
    border-bottom: 1px solid #fff;
}
.car_body_dropdown .selected {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.car_body_dropdown_icon {
    transition: 0.3s;
}
.car_body_dropdown_icon_roted {
    transform: rotate(180deg);
    transition: 0.3s;
}
.car_body_dropdown_icon_roted svg g path {
    stroke: #ed1b24;
}
ul.transmission_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
ul.transmission_list li {
    padding: 12px 20px;
    background: #fff;
}
ul.transmission_list li .form-check {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.transmission_list li .form-check input {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    border: 2px solid #ff8b00;
    box-shadow: none;
    position: relative;
}
ul.transmission_list li .form-check label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 5px;
}
ul.transmission_list li .form-check input:checked,
.add_payment_card button,
.payment_dlt_btn button {
    background: transparent;
}
ul.transmission_list li .form-check input:checked::after {
    content: '';
    border-bottom: 2px solid #ed1b24;
    border-left: 2px solid #ed1b24;
    height: 7px;
    left: 6px;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg) translateY(-50%);
    width: 13px;
}
a.reset_btn:hover {
    color: #ED1B24;
}
a.reset_btn,
.single_cars_table tbody tr td,
.single_cars_table thead tr th,
ul.row.amenities_list li,
.row.contact_info_box input,
.row.contact_info_box input::placeholder,
.our_blogs_text_info p {
    font-size: 18px;
}
#PriceGradient.up .rangeHandle.active .rangeFloat {
    transform: translate(-60%, -100%) rotateZ(-15deg);
}
#PriceGradient.down .rangeHandle.active .rangeFloat {
    transform: translate(-40%, -100%) rotateZ(15deg);
}
#PriceGradient {
    height: 4px;
    background: #fff;
    margin: 55px 0px 15px;
}
#PriceGradient .rangeBar {
    height: 4px;
    background: #ff8b00;
}
.rangePips {
    display: none;
}
#PriceGradient .rangeHandle::before {
    content: "";
    box-shadow: none;
    opacity: 1;
}
#PriceGradient .rangeNub {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ff8b00;
}
#PriceGradient .rangeHandle {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    top: 2px;
    perspective: 500px;
}
#PriceGradient .rangeFloat {
    top: -10px;
    border-radius: 5px;
    padding: 6px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    color: #fff;
    background: #000;
    transform-origin: bottom center;
    transition: all 1.5s linear(0, 0.576 4%, 0.79, 0.964, 1.102, 1.205, 1.275 13.6%, 1.298, 1.313, 1.32, 1.32, 1.313 19.3%, 1.299 20.7%, 1.256 23.4%, 1.111 30.5%, 1.047 34.2%, 1.018, 0.996, 0.979, 0.968 42.9%, 0.961 46.1%, 0.962 49.7%, 0.994 63.9%, 1.004 72%, 1.005 79.2%, 1);
    opacity: 1;
}
#PriceGradient .rangeFloat:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 9px;
    height: 9px;
    background: #000;
    transform: translate(-50%, 50%) rotate(45deg);
    border-radius: 3px;
}
/* ===================================== 9 Car-List Page ===================================== */
.car_list_box {
    display: grid;
    grid-template-columns: 410px 1fr;
}
.car_list_image {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.car_list_details {
    border: 2px solid #F5F6F7;
    border-left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px;
}
.car_list_upper,
.profile_notify_upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.car_list_bottom {
    padding: 17px 0px;
    margin: 20px 0px 30px;
    border: 1px solid #989898;
    border-left: 0;
    border-right: 0;
}
/* ===================================== 10 Car-List-Sidebar Page ===================================== */
.car_list_box.car_list_box_theme2 {
    grid-template-columns: 395px 1fr;
}
.car_list_box.car_list_box_theme2 .car_list_details,
.dashboard_sidebar {
    padding: 20px;
}
.car_list_box.car_list_box_theme2 .car_list_bottom {
    margin: 20px 0px;
    padding: 16px 0px;
}
.car_list_box.car_list_box_theme2 .car_list_down>.row,
ul.row.car_property_list,
.row.form_area {
    gap: 20px 0px;
}
.car_list_box .vehicle_fleet_img_overlay,
.car_list_box .vehicle_fleet_img_overlay::after {
    border-top-right-radius: 0;
}
#PriceGradient .rangeHandle:focus-visible,
.blog_searchbar input:focus-visible,
.leavemsg_box input:focus-visible,
.leavemsg_box textarea:focus-visible {
    outline: 0;
}
/* ===================================== 12 Car-Card-Sidebar Page ===================================== */
.car_cards_sidebar_box {
    display: grid;
    grid-template-columns: 300px 1fr;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0 8px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.car_cards_sidebar_box_upper {
    border-right: 2px solid #eee;
}
.car_cards_sidebar_title_head {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    padding: 20px;
}
.car_cards_sidebar_title_head .vehicle_cars_card_title {
    margin: 0;
}
.car_cards_sidebar_title_head .vehicle_cars_cards_button {
    padding: 0;
}
.car_cards_sidebar_box_upper .vehicle_cars_cards_upper {
    margin: 30px 0px;
}
.car_cards_sidebar_box_upper .vehicle_cars_cards_price {
    margin: 30px auto auto;
}
.car_cards_sidebar_box_bottom svg {
    width: 36px;
    height: 36px;
    vertical-align: middle;
}
.car_cards_sidebar_title_head .vehicle_cars_cards_button a {
    padding: 18px;
}
.car_cards_sidebar_box_bottom .vehicle_cars_cards_feture_list>.row>div:nth-child(n) .car_card_feture {
    text-align: left;
    padding: 13px 20px;
}
.car_cards_sidebar_box_bottom .vehicle_cars_cards_feture_list>.row>div:nth-child(2) .car_card_feture {
    border-right: 0;
}
.car_cards_sidebar_box_bottom .vehicle_cars_cards_feture_list>.row>div:nth-child(n+3) .car_card_feture {
    border-top: 0;
    border-bottom: 0;
}
/* ===================================== 13 Single-Cars Page ===================================== */
.single_car_upper_area h3 {
    font-size: 32px;
    padding: 10px 0px 20px;
}
.single_cars_table tbody tr {
    border-bottom: 2px solid #f5f6f7;
}
.single_cars_table tbody tr td,
.single_cars_table thead tr th {
    padding: 15px;
}
.custome_single_cars_hr {
    margin: 10px 0px 20px;
}
.row.single_cars_form_time>div:nth-child(2) {
    padding-right: 5px;
}
.row.single_cars_form_time>div:nth-child(3) {
    padding-left: 5px;
}
.single_cars_form_box input {
    padding: 12px 10px;
}
.row.single_cars_form_box,
.row.contact_info_box {
    gap: 5px 0px;
}
.single_cars_form_sidebar {
    padding: 10px;
    border-radius: 20px;
}
.single_cars_tabs_content div#tabs1 form>.row>div,
.single_cars_tabs_content div#tabs2 form>.row>div,
.blog_sidebar_heading,
.single_blogs_quote_heading h3 {
    margin-bottom: 15px;
}
ul.single_cars_tabs {
    display: flex;
}
ul.single_cars_tabs {
    border: 2px solid #ED1B24;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
ul.single_cars_tabs li {
    background: #fff;
    border-radius: 10px;
    width: 50%;
    text-align: center;
}
ul.single_cars_tabs li a {
    display: block;
    padding: 12px 0px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #ed1b24;
}
ul.single_cars_tabs li.active {
    background: #ed1b24;
}
ul.single_cars_tabs li.active a,
li.blogs_pagenation_item a.active {
    color: #fff;
}
ul.single_cars_tabs li.active:nth-child(1) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0;
}
ul.single_cars_tabs li.active:nth-child(2) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
ul.single_cars_extra_services_list .extra_services_item {
    background: #fff;
    border-radius: 5px;
    padding: 12px 35px 12px 10px;
    display: flex;
    gap: 10px;
}
ul.single_cars_extra_services_list .extra_services_item .form-check-input {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    border: 2px solid #ff8b00;
    box-shadow: none;
    position: relative;
    padding: 10px;
    margin: 0;
}
ul.single_cars_extra_services_list .extra_services_item .form-check-input:checked,
.leavecheck_box .form-check-input:checked {
    background-color: #ff8b00;
}
ul.single_cars_extra_services_list .extra_services_item label.form-check-label,
.comment_heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.single_cars_extra_services_list .extra_services_item label.form-check-label span:nth-child(1),
.row.single_cars_form_box .form-select,
.leavecheck_box label.form-check-label {
    font-size: 16px;
}
ul.single_cars_extra_services_list .extra_services_item label.form-check-label span:nth-child(2) {
    font-size: 14px;
}
.row.single_cars_form_box .form-select {
    padding: 12px 10px;
    cursor: pointer;
}
.single_cars_tabs_content div#tabs1 form>.row>div:nth-child(6),
.single_cars_tabs_content div#tabs2 form>.row>div:last-child {
    margin: 20px 0px;
}
/* Single-Cars V2 */
.single_car_slider_list .single_car_img_slider_item_sub .slick-custom-arrow {
    position: absolute;
    top: 45%;
    right: 20px;
    z-index: 1;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
}
.single_car_slider_list .single_car_img_slider_item_sub .slick-custom-arrow.slick-custom-arrow-left.slick-arrow {
    left: 20px;
    right: auto;
}
.single_car_slider_area {
    display: flex;
    gap: 30px;
    height: 480px;
    overflow: hidden;
    margin: 20px 0px 40px;
}
.single_car_slider_list {
    width: 100%;
    max-width: 630px;
    height: 480px;
    border-radius: 10px;
    overflow: hidden;
}
.single_car_img_slider_item_sub,
.single_car_img_slider_item_sub .slick-track {
    height: 480px;
}
.single_car_img_slider img,
.single_car_img_slider_item img {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.single_project_img_slider_item_nav {
    width: 100%;
    max-width: 190px;
}
.single_project_img_slider_item_nav .single_car_img_slider_item {
    margin: 0 0 30px;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0.5;
    cursor: pointer;
}
.single_car_img_slider_item.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}
/* ===================================== 14 About Page ===================================== */
.common_banner {
    background-image: url(../images/common_img/common_sec_banner_dummy.png);
    padding: 100px 0px;
}
/* ===================================== 15 FAQs Page ===================================== */
section#faqs_question_sec .faq_accodian_item:first-child .faq_accodian_tabs {
    display: block;
}
.sidebar_quickcall_area {
    padding: 20px 20px 40px;
}
.quick_call_sidebarbox input {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #989898;
    border-radius: 5px;
}
.quick_call_sidebarbox svg {
    position: absolute;
    right: 20px;
    top: 12px;
    cursor: pointer;
}
.quickcall_content h3 {
    font-size: 32px;
    padding-left: 28px;
    padding-right: 28px;
}
.quickcall_content>h3 {
    padding: 20px 28px;
}
.faqs_quickcall h6,
.single_blogs_common_content_area .single_blog_details h6 {
    padding: 20px 0px 10px;
}
a.quickcall_icon {
    display: flex;
    align-items: center;
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    padding: 12px;
    margin: 0 auto;
}
a.quickcall_icon svg {
    animation: ball_notify 1s linear infinite alternate;
}
/* ===================================== 16 Dashboard Page ===================================== */
.dashboard_sidebar {
    margin: 90px 0px 0px;
}
.dashboard_profile {
    margin: -110px 0px 0px 0px;
    width: 190px;
}
.dp {
    border: 4px solid #000;
    display: inline-block;
}
.dashboard_profile_heading {
    margin: 20px 0px;
}
ul.dashboard_profile_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
li.dashboard_profile_item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    font-size: 16px;
    background: #fff;
    border-radius: 5px;
}
li.dashboard_profile_item a:hover,
li.dashboard_profile_item a.active {
    background: #000;
    color: #fff;
}
.order_boxes {
    padding: 20px;
    border-radius: 10px;
}
.order_boxes_green {
    background: linear-gradient(to right bottom, rgb(88 255 149) 0%, rgb(0 159 58) 100%);
}
.order_boxes_red {
    background: linear-gradient(to right bottom, rgb(255 88 88) 0%, rgb(199 0 0) 100%);
}
.order_boxes_orange {
    background: linear-gradient(to right bottom, rgb(255 208 88) 0%, rgb(188 135 0) 100%);
}
.order_boxes:hover .order_img svg g path,
.order_boxes .order_img svg g path,
.order_boxes .order_headings h2,
.order_boxes .order_headings h5,
.order_boxes:hover .order_headings h2,
.order_boxes:hover .order_headings h5 {
    transition: all 0.5s;
}
.order_boxes:hover .order_img svg g path {
    fill: #000;
}
.order_boxes:hover .order_headings h2,
.order_boxes:hover .order_headings h5 {
    color: #000;
}
.order_img {
    position: relative;
    padding: 0px 0px 53px;
}
.order_img svg {
    position: absolute;
    right: 0;
}
.order_headings h2 {
    font-size: 60px;
}
.orders_table table.table>thead {
    border-bottom: 2px solid #f5f6f7;
}
.orders_table table.table th,
.orders_table table.table tbody td {
    padding: 15px 10px;
}
.orders_table table.table tbody td .complet_oreder {
    padding: 2px 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 4px;
    color: #fff;
}
.orders_table h3 {
    padding: 40px 0px 20px;
}
h3.profile_heading {
    padding-bottom: 30px;
}
.profile_notify_box {
    padding: 15px;
    border: 2px solid #F5F6F7;
    border-radius: 5px;
}
.notifyed_toggle input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 4;
}
.notifyed_toggle label {
    position: relative;
    display: flex;
    align-items: center;
}
.notifyed_toggle label::before {
    content: '';
    width: 40px;
    height: 24px;
    border: 2px solid rgb(152 152 152 / 20%);
    background: #fff;
    position: relative;
    display: inline-block;
    border-radius: 46px;
    transition: 0.2s ease-in;
}
.notifyed_toggle label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 0.5px solid rgb(245 246 247 / 100%);
    border-radius: 50%;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 10px #0003, 0px 4px 4px #0002;
    transition: 0.2s ease-in;
    filter: drop-shadow(0px 0px 0px rgb(245 246 247 / 100%));
}
.notifyed_toggle input[type=checkbox]:checked+label:after {
    top: 1px;
    left: 17px;
}
.notifyed_toggle input[type=checkbox]:checked+label:before {
    background: #FF8B00;
}
.payment_card_list {
    display: flex;
    gap: 30px;
}
.payment_card_box {
    width: 345px;
    max-width: 100%;
}
.payment_card_box:last-child {
    width: 210px;
}
.payment_card {
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 24px;
    border-radius: 24px;
    margin-bottom: 20px;
}
.payment_card.card_1 {
    background-image: url(../images/dashboard_page/card_shape_1.png);
}
.payment_card.card_2 {
    background-image: url(../images/dashboard_page/card_shape_2.png);
}
h4.payment_numb {
    padding: 32px 0px 44px;
}
h4.payment_numb,
.payment_bottom_info p {
    letter-spacing: 2px;
}
.payment_bottom_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.payment_date_cvv {
    display: flex;
    gap: 27px;
    align-items: center;
}
.add_payment_card {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed #989898;
    border-radius: 24px;
    padding: 40px 30px;
    background: #F5F6F7;
    width: 210px;
    height: 200px;
}
.add_payment_card span {
    font-size: 20px;
    padding: 26px 0px 0px;
}
/* ===================================== 17 Login Page ===================================== */
.login_form_area {
    max-width: 850px;
    margin: 0 auto;
}
.login_form {
    max-width: 410px;
    margin: 0 auto;
}
.login_box input,
.regester_box input,
.regester_box select.form-select {
    padding: 12px 15px;
    font-weight: 400;
}
.login_box input,
.login_box input::placeholder,
.regester_box input,
.regester_box input::placeholder,
.regester_box select.form-select {
    color: #494949;
}
.login_form .row>div:nth-child(2) {
    padding: 10px 15px 20px;
}
.login_form .row>div:nth-child(4) {
    padding: 30px 15px;
}
.login_google_button button.black_button {
    background: transparent;
    border: 2px solid #000;
    border-right: 0;
    border-radius: 10px;
}
.login_google_button .black_button span:nth-child(1) {
    color: #000;
    background: transparent;
}
.login_google_button .black_button span:nth-child(1)::after,
.login_google_button .black_button span:nth-child(2)::after {
    background: transparent;
}
.login_google_button .black_button span:nth-child(2) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0px;
}
.login_google_button button.black_button:hover span:nth-child(1) {
    color: #ed1b24;
}
/* ===================================== 19 404 Page ===================================== */
.error_images_area {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.error_down {
    position: absolute;
    bottom: 0;
    right: 0;
}
.error_upper {
    position: absolute;
    bottom: 0;
    left: 0;
}
.error_bottom img {
    position: absolute;
    position: relative;
    top: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    animation: ufo_moving 5.8s linear 2.5s alternate, opcity_animi 5s linear 5.1s infinite;
    z-index: -1;
}
.error_bottom svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    margin: 0 auto;
    text-align: center;
    z-index: 0;
    visibility: hidden;
    animation: lifting 5s linear 5s alternate, opcity_animi 5s linear 5.1s infinite, zoom_animi 3s linear 7s infinite alternate;
}
/* ===================================== 20 Coming-Soon Page ===================================== */
div#custome_comimgsoon_header .custome_nav {
    justify-content: end;
    gap: 60px;
}
div#comming_soon_header>div#header_main {
    background: transparent;
    backdrop-filter: blur(6px);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
h1.coming_soon_heading {
    font-size: 128px;
}
.coming_soon_area {
    background-image: url(../images/common_img/common_sec_banner_dummy.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
.coming_soon_area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgb(0 0 0 / 60%);
}
.coming_soon_text_content h5 {
    padding: 10px 0px 60px;
}
div#custome_comimgsoon_header .custome_nav li.nav-item>a {
    color: #fff;
}
div#custome_comimgsoon_header .custome_nav li.nav-item>a:hover {
    color: #ed1b24;
}
.coming_soon {
    padding: 140px 0px 103px;
}
.coming_soon_area .copyride_area {
    padding: 40px 0px;
}
div#countDiv>.row {
    height: 100%;
    align-items: center;
}
.counter-element.custome_day {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: linear-gradient(rgb(255 255 255 / 10%), rgb(255 255 255 / 30%));
    backdrop-filter: blur(4px);
    height: 300px;
    border-radius: 10px;
}
.counter-element.custome_day .number-div .days {
    font-size: 120px;
    line-height: 120px;
    font-weight: 700;
}
.counter-element.custome_hrs .number-div .hours,
.counter-element.custome_min .number-div .minutes,
.counter-element.custome_sec .number-div .seconds {
    font-size: 64px;
    line-height: 64px;
    font-weight: 700;
    text-align: center;
}
.counter-element.custome_day p,
.counter-element.custome_hrs_text p,
.counter-element.custome_min_text p,
.counter-element.custome_sec_text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.counter-element.custome_min {
    padding: 50px 0px;
}
.count_text_area_sec {
    display: flex;
    flex-direction: column;
    height: 95%;
    padding: 8px 0px 0px;
    gap: 67px;
    justify-content: space-between;
}
.coming_soon_dots {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.dots-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.dots-container .pulse-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}
.pulse-dot.pulse-dot-2 {
    animation: glowing_dots 1.5s ease infinite;
    animation-delay: 1s;
}
.pulse-dot.pulse-dot-3 {
    animation: glowing_dots 1.5s ease infinite;
    animation-delay: 0.5s;
}
.pulse-dot.pulse-dot-4 {
    animation: glowing_dots 1.5s ease infinite;
    animation-delay: 1s;
}
.pulse-dot.pulse-dot-6 {
    animation: glowing_dots 1.5s ease infinite;
    animation-delay: 2s;
}
.pulse-dot.pulse-dot-7 {
    animation: glowing_dots 1.5s ease infinite;
    animation-delay: 1s;
}
.pulse-dot.pulse-dot-8 {
    animation: glowing_dots 1.5s ease infinite;
    animation-delay: 2s;
}
/* ===================================== 21 Testimonial Page ===================================== */
.testimonials_page_area .book_car_testimonials_box {
    background-image: url(../images/testimonial_page/test_shap_border.png);
}
.testimonials_page_area .book_car_testimonials_box .book_car_testimonials_icon {
    padding: 10px;
    border: 2px solid #F5F6F7;
}
/* ===================================== 22 Terms Page ===================================== */
p.policy_spacing_info {
    padding: 10px 0px 15px 0px;
}
.policy_box p {
    padding-right: 95px;
}
/* ===================================== 23 Contact Page ===================================== */
.contact_form_area {
    border: 2px solid #f5f6f7;
    border-radius: 10px;
    padding: 60px;
    box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 315px;
    left: 315px;
    bottom: -165px;
    background: #fff;
    z-index: 1;
}
.contact_area {
    position: relative;
    padding: 215px 0;
}
.contact_form_area>.row {
    gap: 80px;
    justify-content: space-between;
}
.row.form_area {
    padding-top: 30px;
}
.responsive-map {
    overflow: hidden;
    padding-bottom: 700px;
    position: relative;
    height: 0;
}
.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.row.footer_question_info.contact_question_info {
    gap: 0;
}
.contact_details .cusome_faq_hr,
.blog_sidebar_category_list .cusome_faq_hr {
    height: 1px;
}
/* ===================================== 24 Blogs Page ===================================== */
.our_blogs_text_info h6 {
    padding: 20px 0px 5px;
}
.our_blogs_text_info p {
    padding: 15px 0 30px;
}
.blogs_sec_area>.row,
.row.blogs_commom_content_area {
    gap: 60px;
}
.our_blogs_box.our_blogs_quote_box,
.our_blogs_box.our_blogs_links_box,
.our_blogs_box.our_blogs_music_box {
    padding: 38px;
    background: #F5F6F7;
}
.our_blogs_quote_img_text,
.our_blogs_links_img_text,
ul.blogs_pagenation_list,
ul.blogs_sidebar_tags,
.single_blogs_quote_img_text,
.comment_box {
    display: flex;
    gap: 20px;
}
.our_blogs_quote_img_text .our_blogs_img img,
.our_blogs_links_img_text .our_blogs_img img,
.single_our_blogs_quote_img img,
.comment_img img {
    max-width: max-content;
    transition: all .3s linear;
    overflow: hidden;
}
.our_blogs_quote_img_text:hover img,
.our_blogs_links_img_text:hover img,
.single_blogs_quote_img_text:hover .single_our_blogs_quote_img img {
    animation: Up_Down_Blog_icon .3s linear;
}
.our_blogs_img.blogs_img_effect a {
    z-index: 0;
    display: block;
}
.our_blogs_img.blogs_img_effect a::after,
.single_blogs_img_effect::after {
    content: '';
    border-radius: 0;
    opacity: 0.80;
    background: rgb(21 21 21 / 30%);
}
.our_blogs_quote_headings h6,
.our_blogs_quote_headings_sidebar h6 {
    padding: 15px 0px 20px;
}
.our_blogs_links_img_text {
    padding-bottom: 20px;
}
.our_blogs_box_slider_list .slick-custom-arrow.slick-custom-arrow-left.slick-arrow {
    left: 0;
    right: auto;
}
.our_blogs_box_slider_list .slick-custom-arrow {
    top: 40%;
    position: absolute;
    right: 0;
    width: 60px;
    height: 120px;
    display: flex;
    align-items: center;
    background: #fff;
    z-index: 1;
    cursor: pointer;
}
li.blogs_pagenation_item a {
    font-size: 24px;
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
}
li.blogs_pagenation_item.blog-prev a {
    border: 1px solid #989898;
    cursor: not-allowed;
}
.overlay-video {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -ms-transition: opacity 600ms ease-in;
    transition: opacity 600ms ease-in;
    -ms-transition: opacity .6s;
    transition: opacity .6s;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 999999;
}
.videoWrapperExt {
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 982px;
    padding: 0 20px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.close svg {
    position: absolute;
    top: -50px;
    right: 0px;
    cursor: pointer;
    z-index: 9999;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    padding: 7px;
}
svg.close-button-icon-video {
    stroke: #ff8b00;
    transition: all 0.15s;
}
.o1 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -ms-transition: opacity 600ms ease-out;
    transition: opacity 600ms ease-out;
    -ms-transition: opacity .6s;
    transition: opacity .6s;
}
.our_blogs_box_videoplayer .our-video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
    border-radius: 50%;
    animation: videocircle 2s infinite;
}
.blog_searchbar {
    display: flex;
}
.blog_searchbar input {
    border: 1px solid #ed1b24;
    padding: 18px 20px;
}
.blog_searchbar .search_icon {
    border: 2px solid #ed1b24;
    background: #ed1b24;
    padding: 18px;
    cursor: pointer;
}
.blog_sidebar_heading {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}
.blog_sidebar_slider ul.slick-dots {
    display: flex;
    gap: 25px;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.blog_sidebar_slider ul.slick-dots li {
    border: 3px solid transparent;
    border-radius: 50%;
    padding: 3px;
}
.blog_sidebar_slider ul.slick-dots li button {
    display: block;
    font-size: 0;
    border: 0;
    background: #fff;
    padding: 6px;
    border-radius: 50%;
}
.blog_sidebar_slider ul.slick-dots li.slick-active {
    border: 3px solid #ed1b24;
}
.blog_sidebar_slider ul.slick-dots li.slick-active button {
    background: #ed1b24;
}
.blog_post_info p {
    font-size: 12px;
}
ul.blogs_post_list li {
    display: grid;
    grid-template-columns: 100px 1fr;
}
ul.blogs_sidebar_tags {
    flex-wrap: wrap;
}
ul.blogs_sidebar_tags li a {
    padding: 8px 10px;
    color: #494949;
    background: rgb(152 152 152 / 20%);
    display: inline-flex;
}
.blog_post_mobile {
    display: none;
}
div#blogs_grid_2columns_sidebar .single_home_blogs_box .home_blog_detail a.home_single_blog_heading,
div#blogs_grid_3columns .single_home_blogs_box .home_blog_detail a.home_single_blog_heading,
div#blogs_grid_4columns .single_home_blogs_box .home_blog_detail a.home_single_blog_heading,
div#blogs_Masonry_sec .single_home_blogs_box .home_blog_detail a.home_single_blog_heading,
.blog_masonry_img_title a.home_single_blog_heading {
    font-size: 30px;
    line-height: 40px;
}
.blog_masonry_img_title a.home_single_blog_heading {
    color: #fff;
}
div#blogs_grid_2columns_sidebar .single_home_blogs_box .home_blog_detail h5,
div#blogs_grid_3columns .single_home_blogs_box .home_blog_detail h5,
div#blogs_grid_4columns .single_home_blogs_box .home_blog_detail h5,
div#blogs_Masonry_sec .single_home_blogs_box .home_blog_detail h5 {
    padding: 10px 0px 20px;
}
div#blogs_Masonry_sec .blogs_Masonry_1_list,
div#blogs_Masonry_sec .blogs_Masonry_2_list {
    display: flex;
    flex-direction: column;
}
.blog_masonry_img_title {
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 1;
}
div#blogs_Masonry_sec .blogs_Masonry_2_list .home_blog_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 80%), rgb(0 0 0 / 50%), rgb(0 0 0 / 20%), rgb(0 0 0 / 0%));
    border-radius: 10px;
}
.blogs_Masonry_2_list .home_blog_img:hover .blog_masonry_img_title a {
    color: #ff8b00;
}
.single_blogs_quote_img_text {
    padding: 40px;
}
.single_blogs_quote_heading h3,
.orders_table h3 {
    font-size: 32px;
}
a.single_blog_button {
    display: flex;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    background: #ed1b24;
}
.single_blog_arrow_box {
    padding: 18px;
    background: #000;
    border-radius: 10px;
}
.single_blog_btn_text {
    white-space: nowrap;
    height: 100%;
    width: 0;
    display: flex;
    transition: all 0.5s ease;
    opacity: 0;
    will-change: transform;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
a.single_blog_button:hover .single_blog_btn_text {
    width: 80px;
    opacity: 1;
}
.blog_conclusion_area {
    padding: 40px 0px 30px;
}
.row.hastag_and_buttons .single_blog_hastag_area ul.blogs_sidebar_tags li a {
    background: #F5F6F7;
}
.comment_info>p {
    margin: 15px 0px 20px;
}
.row.single_blog_comment>div:last-child .comment_box {
    width: 87%;
    margin: 0 0 0 auto;
}
.row.single_blog_comment>div {
    padding-right: 14px;
}
.single_blog_details h2 {
    padding-right: 55px;
}
.leavemsg_box input {
    padding-bottom: 10px;
}
.leavemsg_box input,
.leavemsg_box textarea {
    border: 0;
    border-bottom: 1px solid #000;
}
.leavecheck_box .form-check-input {
    width: 24px;
    height: 24px;
    font-size: 24px;
    padding: 10px;
    border: 2px solid #494949;
    margin: 0;
}
.leavecheck_box .form-check-input:focus {
    box-shadow: none;
}
.blog_leave_form h6 {
    padding: 15px 0px 40px;
}
.single_blog_head_img .our_blogs_box.our_blogs_music_box {
    background: transparent;
}
/* ===================================== 25 Footer Page ===================================== */
.footer_sec {
    padding: 80px 0px 40px;
}
.custome_footer_hr {
    height: 2px;
    margin: 30px 0;
}
ul.row.useful_link_list {
    gap: 10px 0px;
    font-size: 16px;
    font-weight: 500;
}
ul.row.useful_link_list>* {
    padding-right: 0;
}
.footer_heading h5 {
    position: relative;
    border: none;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    border-bottom: 0;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    max-width: 100%;
}
.footer_heading h5::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 4px;
    background-color: #ed1b24;
}
.footer_heading h5::after {
    content: '';
    position: absolute;
    width: 16px;
    border: 3px solid #000;
    height: 10px;
    background-color: transparent;
    bottom: -3px;
    left: 50px;
    -webkit-animation: footerLine 7s linear infinite;
    animation: footerLine 7s linear infinite;
}
ul.useful_link_list li a::before {
    content: "";
    position: absolute;
    width: 0%;
    display: inline-block;
    height: 1px;
    background: #ff8b00;
    bottom: 0;
    transition: 0.5s ease;
}
ul.useful_link_list li a:hover::before {
    width: 100%;
}
.row.footer_question_info,
ul.row.our_policy_list.list-group-numbered,
ul.blogs_post_list,
ul.blogs_post_list li {
    gap: 15px;
}
.footer_question_box,
.car_property,
ul.row.single_cars_extra_services_list {
    gap: 10px;
}
.footer_newsletter_detail p,
input.footer_email_box {
    font-size: 14px;
}
input.footer_email_box {
    padding: 14px 15px;
    background: transparent;
    border: 2px solid #494949;
    margin: 15px 0px 30px;
}
input.footer_email_box::placeholder {
    color: #fff;
}
input.footer_email_box:focus-visible {
    outline: none;
}
.black_button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #ed1b24;
    position: relative;
    overflow: hidden;
    transition: 0.70s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.black_button span:nth-child(1) {
    padding: 18px 20px;
    width: -webkit-fill-available;
    color: #fff;
    background: #ed1b24;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    z-index: 0;
    transition: 0.70s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.black_button span:nth-child(2) {
    padding: 18px;
    background: #000;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    transition: 0.70s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.black_button span:nth-child(1)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
    transition: 0.70s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    z-index: -1;
}
.black_button:hover span:nth-child(1)::after {
    width: 100%;
    transition: 0.70s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.black_button span:nth-child(2)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #ed1b24;
    width: 0;
    transition: 0.70s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    border-radius: 10px;
    z-index: -2;
}
.black_button:hover span:nth-child(2)::after {
    width: 100%;
    transition: 0.70s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.red_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #ed1b24;
    position: relative;
    overflow: hidden;
    transition: 0.70s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.red_button span:nth-child(1) {
    padding: 18px 20px;
    width: -webkit-fill-available;
    color: #fff;
    background: #ed1b24;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    z-index: 0;
    transition: 0.70s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.red_button span:nth-child(2) {
    padding: 18px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    transition: 0.70s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.red_button span:nth-child(1)::after {
    content: '';
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 0.70s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    z-index: -1;
}
.red_button span:nth-child(2)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #ed1b24;
    width: 0;
    transition: 0.70s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    border-radius: 10px;
    z-index: -2;
}
.red_button:hover span:nth-child(1)::after {
    width: 100%;
    transition: 0.70s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.red_button:hover span:nth-child(2)::after {
    width: 100%;
    transition: 0.70s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.red_button:hover span:nth-child(1) {
    color: #000;
}
.red_button:hover span:nth-child(2) svg g path {
    stroke: #fff;
    transition: 0.70s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.red_button span:nth-child(2) svg g path {
    transition: 0.70s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.footer_info_area .row div:nth-child(5) {
    position: relative;
    z-index: 0;
}
.footer_info_area .row div:nth-child(5)::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    top: 55%;
    left: 0;
    height: 1px;
    background: #494949;
    z-index: -1;
}
ul.footer_social_button {
    display: flex;
    justify-content: center;
    gap: 20px;
    background: #000;
    font-size: 18px;
    width: max-content;
    margin: 0 auto;
    padding: 60px 30px 40px;
    position: relative;
    z-index: 0;
}
ul.footer_social_button li a {
    border-radius: 10px;
    padding: 8px 20px;
    display: inline-flex;
}
ul.footer_social_button li:nth-child(1) a {
    background: linear-gradient(to right bottom, #006fff, #0063f6, #0057ed, #004ae3, #003dd9);
}
ul.footer_social_button li:nth-child(2) a {
    background: linear-gradient(45deg, rgba(252, 196, 69, 1) 0%, rgba(239, 53, 46, 1) 50%, rgba(131, 58, 180, 1) 100%);
}
ul.footer_social_button li:nth-child(3) a {
    background: linear-gradient(to right bottom, #232526, #1d1f21, #171a1c, #121417, #0a0d12);
}
ul.footer_social_button li:nth-child(4) a {
    background: linear-gradient(to right bottom, #25d366, #33ca56, #3dc045, #44b734, #4aae20);
}
ul.footer_social_button li:nth-child(5) a {
    background: linear-gradient(to right bottom, #0a66c2, #075cb2, #0453a1, #024a92, #004182);
}
ul.footer_social_button li:nth-child(6) a {
    background: linear-gradient(to right bottom, #ff4444, #e63633, #ce2722, #b61612, #9f0000);
}
ul.footer_social_button li:hover a,
.car_car_premium_button a.store_btn:hover {
    color: #fff;
    transition: .52s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
    transform: perspective(1000px) translate(0px, -10px);
    text-shadow: 0px 0px 20px rgba(13, 110, 253, .25);
    filter: drop-shadow(-2px 14px 17px rgb(233 236 239 / 33%));
}
.footer_newsletter_detail {
    position: relative;
}
label.subscribe-message.error {
    display: none;
    color: #ed1b24;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: 107px;
    padding: 5px;
}
label.subscribe-message.error.label-error::before {
    content: '\f071';
    font-size: 14px;
    font-family: "fontawesome";
    padding-right: 5px;
}
label.subscribe-message.error.label-success::before {
    content: '\f164';
    font-size: 14px;
    font-family: "fontawesome";
    padding-right: 5px;
}
.notification-box {
    position: fixed;
    left: 20px;
    bottom: 20px;
    color: white;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
}
/* ===================================== 26 Scroll To Top Button ===================================== */
button.scrollToTopBtn {
    background-color: transparent;
    border: 0;
    transform: translateY(-1500px);
    position: fixed;
    bottom: -15px;
    right: 30px;
    z-index: 2;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
button.showBtn {
    opacity: 1;
    transform: translateY(0);
}
button.scrollToTopBtn:hover {
    transition: all 0.5s ease-in-out;
    bottom: -1px;
}