:root{
	--theme_content_bg_color:#ffffff;
	--theme_content_bg_color_alt:#f7f7f7;
	--theme_base_color:#005dde;
  --theme_button_gradiant_color:linear-gradient(180deg, #3CB9E7 0%, #139ACD 100%);
	--theme_button_background_color:#005dde;
	--theme_button_font_color:#fff;
	--theme_font_color:#151515;
	--theme_light_color:#2f2f2f;
	--theme_font_size:1rem;
	--theme_des_font_size:0.875rem;
	--theme_heading_font_size:1.375rem;
	--theme_border_color:#D9D9D9;
	--box_shadow:0px 1px 8px rgba(0, 0, 0, 0.15);
	--box_shadow_header:0px 2px 10px rgba(0, 0, 0, 0.05);
	--border_radius:10px;
}
ol,ul{
  margin:0;
	padding:0;
	list-style:none;
}
*{
  box-sizing:border-box;
	color:var(--theme_light_color);
	font-family:Arial;
	font-size:var(--theme_des_font_size);
	line-height:1.4;
}
.d_flex{
	display:flex;
}
.align_items_start{
	align-items:flex-start;
}
.align_items_center{
	align-items:center;
}
.align_items_end{
	align-items:flex-end;
}
.justify_content_start{
	justify-content:flex-start;
}
.justify_content_center{
	justify-content:center;
}
.justify_content_end{
	justify-content:flex-end;
}
.space_between{
	justify-content:space-between;
}
.flex_direction{
	flex-direction:column;
}
.flex_wrap{
	flex-wrap:wrap;
}
._p{
	padding:0.625rem;
}
.pc{
	padding:1.25rem 0;
}
.pb_10{
	padding-bottom:0.625rem;
}
.pt_10{
	padding-top:0.625rem;
}
.pb_5{
	padding-bottom:0.3125rem;
}
.pt_5{
	padding-top:0.3125rem;
}
.pl{
	padding:0 0.625rem;
}
._m{
	margin:0.625rem;
}
.mb_5{
	margin-bottom:0.3125rem;
}
.mt_5{
	margin-top:0.3125rem;
}
.mb_10{
	margin-bottom:0.625rem;
}
.mt_10{
	margin-top:0.625rem;
}
.ml{
	margin:0 0.625rem;
}
.gap_10{
	gap:0 20px;
}
.gap_2{
	gap:0 5px;
}
.gap_5{
	gap:0 10px;
}
.gap{
	gap:10px;
}
.mt_0{
	margin:0 !important;
}
.c_padding{
	padding:25px 0 35px;
}
.bg_light{
	background-color:var(--theme_content_bg_color_alt);
}
.text_center{
	text-align:center;
}
.form_control{
	min-height:44px;
	border:1px solid var(--theme_border_color);
	border-radius:var(--border_radius);
	padding:0 14px;
	font-size:var(--theme_font_size);
	width:100%;
}
.container{
	max-width:1200px;
	margin:0 auto;
	padding:0 0.9375rem;
}
body,
textarea{
  margin:0 auto;
}
a{
	text-decoration:none;
	color:var(--theme_font_color);
	transition:0.5s;
}
a *{
	color:var(--theme_font_color);
}
a:hover{
  color:var(--theme_base_color);
}
img{
  max-width:100%;
}
p{
  color:var(--theme_light_color);
	margin:0 0 5px;
}
h1,h2,h5,h6,
.common_main_title{
  margin:0 0 0.625rem;
  color:var(--theme_font_color);
	font-size:var(--theme_heading_font_size);
}
.common_main_title{
  margin-bottom:0;
  font-weight:600 ;
}
h3 ,
.sub_title{
  margin:0 0 0.625rem;
  color:var(--theme_font_color);
	font-size:var(--theme_font_size);
  font-weight:600 ;
}
.btn{
  padding:0.625rem 1.2rem;
  border-radius:var(--border_radius);
  transition:0.5s;
  border-width:0px;
  border-style:solid;
	font-size:var(--theme_font_size);
}
.btn_primary,
.btn_primary:hover{
  color:var(--theme_button_font_color);
	background-color:var(--theme_button_background_color);
	background-image:var(--theme_button_gradiant_color);
	border-color:var(--theme_button_background_color);
}
.btn_primary *{
  color:var(--theme_button_font_color);
}
.col_md_3{
	width:25%;
}
.col_md_6{
	width:48%;
}
.radius{
	border-radius:var(--border_radius);
}
.overflow_h{
	overflow:hidden;
}
.w_100{
	width:100%;
}
.h_100{
	height:100%;
}
.object_cover{
	object-fit:cover;
}
.green{
	color:green;
}
figure{
	margin:0;
}
header {
    position: fixed;
    left: 0;
    right: 0;
    background-color: transparent;
    box-shadow: inherit !important;z-index:9;top:0;
}

header.fixed{
  background-color:var(--theme_content_bg_color);
  box-shadow:var(--box_shadow) !important;}
header.fixed ._fixed_logo {
    opacity: 1;
}

.header_left{
  width:10.625rem;
}
.header_left img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:42px;
}
.logo_img {position:relative;display:block;}
.header_left ._fixed_logo {
    position: absolute;
    left: 0;
    top: 0px;opacity:0;
}

.header_mid ul li a{
	font-size:var(--theme_font_size);
}
.header_mid ul li a.active{
	color:var(--theme_base_color);
	font-weight:600;
}
.call_btn{
	border-radius:50px;
	width:32px;
	height:32px;
	padding:0;
}
.call_action b{
  font-weight:400;
	font-size:var(--theme_des_font_size);
	color:#fff;
}
.header_right ._add_car {
	padding:8px 12px;border-radius:var(--border_radius);
    background-color: transparent;font-weight:500;font-size:14px;
    color: #fff;border:1px solid #c8c8c8;
}
header.fixed .header_right ._add_car{color:var(--theme_font_color);}
header.fixed .header_right ._add_car:hover{color:#fff;}

.header_right ._add_car:hover{background-color:var(--theme_base_color);color:#fff;}
.call_action span{color:#fff !important;font-size:14px;}
header.fixed .call_action span{color:var(--theme_font_color) !important;}
header.fixed .call_action b{color:var(--theme_font_color);}
.common_box{
	background-color:var(--theme_content_bg_color);
	box-shadow:var(--box_shadow);
	border-radius:var(--border_radius);
	height:100%;
}
.offer_section_inner .sub_title{
	font-size:var(--theme_font_size);
	margin:0;
}
.offer_section li:nth-child(1n + 1) .sub_title{
	color:#0ec02a;
}
.offer_section li:nth-child(2n + 1) .sub_title{
	color:#04a18f;
}
.offer_section_inner p{
	margin:5px 0 8px;
	font-size:13px;
}
.offer_section_inner > span{
	display:block;
	border-top:1px solid var(--theme_border_color);
	padding-top:8px;
	margin-top:auto;
}
.car_img{
  height:140px;
	margin:-0.625rem -0.625rem 0;
	position:relative;
}
.car_img .car_model{
	position:absolute;
	top:10px;
	left:10px;
}
.car_info_inner_img{
	width:24px;
	height:24px;
	border-radius:2px;
}
.how_to_rent_top .common_box{
	width:90px;
	height:90px;
	padding:16px;
	margin-bottom:10px;
}
.how_to_rent_top .sub_title{
	text-align:center;
}
.faq .common_main_title{
	text-align:center;
	margin-bottom:1.5rem;
}
.faq_heading{
	padding:0.75rem;
	cursor:pointer;
}
.faq_body{
	overflow:hidden;
	transition:0.5s;
	display:none;
}
.faq_body p{
	padding:0.75rem;
	font-size:var(--theme_font_size);
	line-height:1.4;
}
.faq_heading .faq_icon{
	width:26px;
	height:26px;
	border:1px solid var(--theme_border_color);
	position:relative;
	border-radius:50px;
}
.faq_heading .faq_icon::before{
	display:block;
	position:absolute;
	content:"";
	width:14px;
	height:2px;
	background:var(--theme_font_color);
}
.faq_heading .faq_icon::after{
	display:block;
	position:absolute;
	content:"";
	width:2px;
	height:12px;
	background:var(--theme_font_color);
}
.faq_inner_main.active .faq_icon::after{
	display:none;
}
.faq_inner_main.active .faq_body{
	max-height:100%;
}
.footer_copy{
	background-color:#F2F9FD;
}
.footer_copy *{
	text-align:center;
}
.testimonial_main_inner p{
	font-size:var(--theme_font_size);
}
.search_banner{
	background-size:cover;background-color:#1d3466;padding:100px 0 40px;
}
.search_banner h1, .search_banner .custom_breadcrumb *{
	color:#fff;
}
.search_banner ._review_box {
    background-color: #ffff;
    padding: 8px 10px;
    border-radius: var(--border_radius);
    max-width: 370px;color:#151515;font-size:15px;
    margin: auto;display:flex;align-items:center;justify-content:center;gap:0 10px;
}
.search_banner ._review_box span{font-size:15px;color:#FBBC05 !important;font-weight:bold;}
.search_banner ._review_box *{color:#151515;}
.search_banner h1{
	font-size:2.5rem;
}
.search_banner{
	position:relative;
	z-index:1;
}

.search_banner p{
	font-size:var(--theme_heading_font_size);
}
.search_form{
	max-width:100%;
	z-index:2;
	position:relative;margin:15px auto;
}
ul.search_form_btn{
  background-color: #fff;
    display: inline-flex;
    padding:3px;
    border-radius: 10px;
}
.search_form_box{
	margin-top:14px;
}
.search_form_box .search_time{
	overflow:hidden;
}
.search_form_box .search_time .form_control{
	width:100%;padding:0;color:#151515;
}


.search_form_btn .btn{
	display:block;
	padding:0.4rem 1.4rem;
}
  .search_form_btn .btn:hover{background:#0084d3;color:#fff ;}
.search_form_btn .btn_primary{background:#0084d3;}
.search_form_btn .tab-sub{display: block;width:100%;font-size:10px;}
.search_form_box .btn{
  min-height:44px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.car_duration{
	font-size:var(--theme_font_size);
	color:var(--theme_font_color);
	font-weight:600;
}
.humburger_menu{
	width:28px;
	height:28px;
	border-radius:5px;
	padding:0;
	position:absolute;
	left:10px;
	top:50%;
	transform:translate(0px, -50%);
	display:none;
}
.custom_breadcrumb{
	margin:-10px 0 10px;
}
.custom_breadcrumb  > li > a{
	position:relative;
}
.custom_breadcrumb  > li > a::after{
	content:"/";
	right:-12px;
	position:absolute;
}
.pc p,
.pc p mark,
.pc ul li *{
	font-size:1rem;
}
.pc h3,
.pc h3 strong{
	font-size:0.9375rem;
}


.search_form_box {
    background-color: #fff;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(32px);
    border-radius:10px;
    padding: 0;
    margin-top: 20px;
    overflow: visible;
}
.search_form_box > li {
    padding: 12px 15px;
    width:25%;
    border-right: 1px solid #e4e4e4;position:relative;
}
.search_form_box > li:last-child{border:0;}
.search_form_box .form_control {
    border: 0;
    outline: 0 !important;
    padding: 6px 2px 0 !important;
    min-height: auto;color:#151515;font-weight:bold;font-size:18px;
}
.search_form_box .form_control::placeholder{color:#151515;font-weight:bold;}
.search_form_box .form_group label{display:flex;width:100%;color:#151515;gap:0 5px;align-items: center;font-size:14px;}
.search_form_box .btn_primary{max-width:120px;background:#0084d3;border-radius:0 10px 10px 0;cursor:pointer;}
.search_form_box .btn_primary span {
    display: block;
    font-weight: 600;
    font-size: 16px;
}
.search_form_box .btn_primary b{
    display: block;
    font-weight: 400;
    font-size: 14px;
}
@media (max-width:1199px){
	ul.car_section{
		flex-wrap:wrap;
	}
	.car_list_page .col_md_3{
    width:48%;
  }
	.header_mid .gap_10{
    gap:0 10px;
  }
}

@media (max-width:991px){
.search_form_box{flex-wrap:wrap;}
.search_form_box > li{width:24%;}

}

@media (max-width:767px){
	html{
    font-size:0.8125rem;
  }
	.pc{
    padding:1rem 0;
  }

  	.search_banner{padding:55px 0 20px;}
	.humburger_menu{
		display:flex;
	}
	.header_left{
		width:auto;
	}
	.logo_img{top:2px;}
	.header_left img{
		max-height:28px;
	}
	.header_right ._add_car{padding:6px 12px;font-size:13px;}
	.c_padding{
    padding:15px 0 20px;
  }
	.col_md_6,
	.col_md_4{
		width:100%;
	}
	body.menu_open{
		overflow:hidden;
	}
	.header_mid ul{
    position:fixed;
    left:-300px;
    top:48px;
    background-color:var(--theme_content_bg_color);
    box-shadow:0 10px 25px rgba(0, 0, 0, .25);
		bottom:0;
		flex-direction:column;
		justify-content:flex-start;
		align-items:flex-start;
		width:250px;
		padding:10px 15px;
		transition:0.5s;
  }
	.menu_open .header_mid ul{
		left:0;
	}
	.header_mid > ul > li{
    padding-bottom:15px;
  }
  .call_action span:last-child{
    display:none;
  }
	.common_heading{
    padding:5px 0;
  }
	.search_banner h1{
    font-size:1.2rem;
  }
	.search_banner p{
		font-size:0.8125rem;
	}
	.search_form{
		max-width:99%;
	}
	.search_form_btn .btn{
    padding:0.6rem 1.2rem;font-size:15px;
  }

	.search_form_box{
    flex-wrap:wrap;
	}
	.search_form_btn {
		flex-wrap: wrap;
	}
	  .search_form_box{background-color:transparent;margin-top:12px;}
	  .search_form_box .search_time{overflow: hidden;width:49%;margin:8px 0 0px;}
	  .search_form_box .search_time:nth-child(3){margin-right:3px;}
	  .search_form_box .search_time:nth-child(4){margin-left:3px;}
	  .search_form_box .btn{border-radius:10px !important;margin-top:12px;}
	.search_form_box > li{width:100%;border:0;background-color: #fff;border-radius:10px;margin-bottom:12px;padding:4px 10px;}
	.search_form_box li:last-child{margin-bottom:0;}
	.search_form_box .btn{max-width:100%;border-radius:0 0 10px 10px;}
	.search_form_box .form_control{padding:2px 2px 0 !important;font-size:15px;}
	
	.search_banner ._review_box{padding:5px 6px;font-size:12px;display:inline-flex;align-items:center;}
	.search_banner ._review_box img {
    max-width: 36px;
}
	.common_heading .btn{
    padding:8px 10px;
  }
	.car_section,
	.offer_section,
	.how_to_rent_inner,
	.testimonial_main_section{
    white-space:nowrap;
    overflow-x:scroll;
    display:block;
  }
	.offer_section li,
	.car_list_page .car_section > li,
	.testimonial_main_section > li{
    display:inline-block;
    width:280px;
		padding:10px 5px;
		white-space:normal;
  }
	.how_to_rent_inner > li{
		display:inline-block;
		white-space:normal;
		width:180px;
		padding:5px;
	}
	.how_to_rent_top .common_box{
    width:60px;
    height:60px;
    padding:10px;
  }
	.car_content .common_main_title{
    font-size:0.875rem;
  }
	.custom_breadcrumb{
    margin:0px 0 6px;justify-content:flex-start;
  }
	h3, .sub_title{
		font-size:1rem;
	}
  .search_form_btn  > li {
    width:33%;
    text-align: center;
  }
  .search_form_box .btn{
    width:100%;
  }
  .search_form_btn{justify-content:center;}
  .search_form_btn > li{width:31%;}
  .search_form_box .btn_primary span{display:inline-block;}
  .search_form_box .btn_primary b{display:inline-block;}


}

@media (max-width:600px){
	ul.search_form_btn{display:flex;}
}
._ring_call{   animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;}

    @keyframes trin {
    from {
      transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
    }
    80% {
      transform:rotate3d(0, 0, 1, 0deg);
    }
}

.fixed_btn {
	position:fixed;
	z-index:1;
	bottom:1.25rem;
	right:10px;
}
.fixed_btn li > a {
    background-color: var(--theme_button_background_color);
    margin-bottom: 0;
    padding: 0;
    font-size: var(--theme_font_size);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #fff;
}
.fixed_btn li > a svg{stroke:#fff;}
.fixed_btn li > a.whatsapp{
	background-color:#08b94a;
	background-image:none;
}
@keyframes blink{
	0%{opacity:.1}
	50%{opacity:.6}
	100%{opacity:1}
}
.datetimepicker{
	padding:0 !important;
	border:0;
	box-shadow:0 3px 14px #00000024;
	border-radius:10px !important;
	overflow:hidden;
	display:none;
	min-height:300px;
	position:absolute;
	z-index:9999; 
	background-color:#fff; 
}

.datetimepicker .datetimepicker-days table thead tr:nth-child(1) th .fa,
.datetimepicker .datetimepicker-hours table thead tr:nth-child(1) th .fa,
.datetimepicker .datetimepicker-minutes table thead tr:nth-child(1) th .fa{
	display:none;
}
.datetimepicker .datetimepicker-days table thead tr:nth-child(1) th.prev,
.datetimepicker .datetimepicker-hours table thead tr:nth-child(1) th.prev,
.datetimepicker .datetimepicker-minutes table thead tr:nth-child(1) th.prev{
	background:url(../img/arrow-next.svg) ;
  background-repeat:no-repeat;
	background-position:50%;
	background-size:9px;
	transform:rotate(180deg);
	min-width:30px;
}
.datetimepicker .datetimepicker-days table thead tr:nth-child(1) th.next,
.datetimepicker .datetimepicker-hours table thead tr:nth-child(1) th.next,
.datetimepicker .datetimepicker-minutes table thead tr:nth-child(1) th.next{
	visibility:visible !important;
	background-image:url(../img/arrow-next.svg);
  background-repeat: no-repeat;
	background-position:50%;
	background-size:9px;
	min-width:30px;
}
.datetimepicker .datetimepicker-days table thead tr:nth-child(1) th.switch,
.datetimepicker .datetimepicker-hours table thead tr:nth-child(1) th.switch,
.datetimepicker .datetimepicker-minutes table thead tr:nth-child(1) th.switch{
	pointer-events:none;
	width:200px;
}
.datetimepicker .datetimepicker-days table tbody tr td.day{
	font-size:12px;
	padding:8px 10px;
}
.datetimepicker .datetimepicker-days table tbody tr td.day.active{
  background:linear-gradient(90deg, #8B33FF 0%, #3542FE 100%) !important;color:#fff;
}
.datetimepicker .datetimepicker-hours table tbody tr span{
	font-size:12px;
	padding:8px 10px;
	display:block;
	height:32px;
	line-height:inherit;
}
.datetimepicker .datetimepicker-minutes table tbody tr span{
	font-size:12px;
	padding:8px 10px;
	display:block;
	height:32px;
	line-height:inherit;
}
.datetimepicker .datetimepicker-days th,
.datetimepicker .datetimepicker-hours th{
	cursor:pointer;
	font-size:14px;
	font-weight:400;
}
.text-danger{
	color:red;
	font-weight:600;
}

.datetimepicker{min-width:250px;}
.datetimepicker table {margin:0;width:100%;}
.datetimepicker th.next, .datetimepicker th.prev{background-color:#05002e;color:#3542FE;}
.datetimepicker tfoot th, .datetimepicker tfoot td{transition:0.5s;color:#151515;}

.datetimepicker-days tfoot tr:first-child th:hover, .datetimepicker-days td:hover, .datetimepicker table tr td span:hover{background:linear-gradient(90deg, #8B33FF 0%, #3542FE 100%) !important;color:#fff;}
.datetimepicker-days thead tr:first-child th:hover{background-color:#3542FE !important;}

.datetimepicker th, .datetimepicker td{font-weight:400;font-size:14px;}
.datetimepicker table tr td.disabled, .datetimepicker table tr td.disabled:hover,
.datetimepicker table tr td.old, .datetimepicker table tr td.new{background:transparent !important;color:#2f2f2f !important;}
.datetimepicker table thead tr:first-child{background-color:#f0f0f0;}

.search_form_box .dropdown-menu {
    position: absolute;
    left: 0;
    top:74px;
    background-color: var(--theme_content_bg_color);
    width: 100%;

}

.search_form_box .dropdown-menu li a:hover{background-color:var(--theme_content_bg_color_alt);color:var(--theme_base_color);}
.search_form_box .dropdown-menu li a {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid var(--theme_border_color);
    font-size: 14px;
    text-align: left;
}
.search_form_box ._hidde_input {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
}

.header_right .btn_primary {
    background: #F1FAFF !important;
    border: 1px solid #8FD5FF;
    border-radius:10px;
    padding: 8px 15px;
    font-weight:500;color:var(--theme_font_color);
}
.header_right .btn_primary:hover{background:var(--theme_button_background_color) !important;color:#fff !important;}


@media (max-width:767px) {
	.search_form_box .dropdown-menu{top:52px;z-index:9;padding-top:9px;border-radius:0 0 10px 10px;}
}