body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}
a {
	text-decoration: none !important;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.eot');
    src: url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff'),
        url('../fonts/Poppins-Black.ttf') format('truetype'),
        url('../fonts/Poppins-Black.svg#Poppins-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.form-control {
	box-shadow: none !important;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 9999;
	background-size: contain;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.logo_inner {
	background: #1a1a1a;
	padding: 13px 10px 12px 0;
	position: relative;
}
.logo_inner:before {
	background: #1a1a1a;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 2000px;
	left: -2000px;
}
.header_right {
	text-align: right;
}
.header_menu {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #ececec;
}
.header_phone {
	display: inline-flex;
	align-items: center;
	color: #86c445;
	font-weight: 600;
	padding: 18px 30px;
	text-align: left;
	font-size: 12px;
	border-right: 1px solid #ececec;
}
.header_phone img {
	margin-right: 10px;
}
.header_phone a {
	color: #313233;
	font-weight: 600;
	font-size: 17px;
}
.header_btn {
	display: inline-block;
	vertical-align: top;
	background: #86c445;
	font-weight: 500;
	border-radius: 30px;
	padding: 10px 20px;
	margin: 18px 0 0 20px;
	color: #151414 !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn:hover {
	background: #151414;
	color: #fff !important;
}
.home_banner_section {
	background: url("../images/banner_bg.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	padding: 140px 0 320px;
	text-align: center;
	margin-top: 80px;
}
.home_banner_section:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home_banner_section .container {
	position: relative;
	z-index: 9;
}
.banner_subheading {
	color: #86c445;
	font-weight: 600;
	font-size: 18px;
}
.banner_heading {
	font-weight: bold;
	font-size: 70px;
	line-height: 90px;
}
.banner_car {
	position: absolute;
	left: 50%;
	bottom: -130px;
	transform: translate(-50%, 0);
	z-index: 9;
}
.banner_bottom_section {
	background: #ececec;
}
.banner_bottom_left {
	padding-right: 0;
}
.banner_bottom_left_inner {
	background: #dfdfdf;
	min-height: 100%;
	display: flex;
	align-items: center;
}
.banner_bottom_left_inner:before {
	background: #dfdfdf;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 2000px;
	left: -2000px;
}
.banner_bottom_left_heading {
	font-weight: 900;
	font-size: 32px;
	line-height: 40px;
}
.banner_bottom_left_subheading {
	color: #86c445;
	font-size: 18px;
	font-weight: 600;
	margin-top: 5px;
}
.home_form_label {
	margin-top: 20px;
	font-weight: 500;
	font-size: 15px;
	color: #555;
}
.home_form_input .form-control {
	border: none !important;
	min-height: 44px;
	font-size: 15px;
	margin-top: 4px;
}
.home_form_input select.form-control {
	background: url(../images/dropdown.png) #fff no-repeat center right 10px;
	line-height: 31px;
}
.home_form {
	padding: 90px 12px 60px 30px;
	position: relative;
	z-index: 99;
}
.home_form_dropdown {
	color: #666;
	font-weight: 500;
	font-size: 13px;
	margin-top: 47px;
}
.home_form_dropdown select {
	color: #222;
	font-weight: 500;
	font-size: 14px;
	padding: 0 10px 0 0;
	border: none;
	background: url("../images/dropdown.png") no-repeat center right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.home_form_btn {
	background: #86c445;
	border: none;
	width: 100%;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 15px;
	color: #111;
	font-weight: 500;
	min-height: 44px;
	margin-top: 44px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_form_btn:hover {
	background: #111;
	color: #fff;
}
.home_form_check {
	margin-top: 57px;
}
.home_car_make_section {
	background: #f7f7f7;
	padding: 25px 0;
	text-align: center;
}
.home_car_make_section_heading {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 25px;
	color: #111;
}
.home_car_make_section_heading strong {
	font-weight: bold;
	color: #86c445;
}
.home_car_make_section_icons {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.home_car_make_section_icons img {
	margin-left: 12px;
}
.home_choose_section {
	padding: 70px 0;
}
.home_choose_section_heading {
	font-weight: bold;
	font-size: 30px;
	color: #111;
}
.home_choose_section_subheading {
	color: #666;
	font-size: 14px;
}
.home_choose_block {
	margin-top: 40px;
}
.home_choose_block_inner {
	border-radius: 5px;
	box-shadow: 0px 6px 29.76px 2.24px rgba(0, 0, 0, 0.13);
	padding: 25px;
	min-height: 100%;
}
.home_choose_block_text {
	color: #323131;
	font-weight: 600;
	font-size: 17px;
	text-transform: uppercase;
	margin-top: 20px;
	line-height: 22px;
	position: relative;
	padding-bottom: 12px;
}
.home_choose_block_text:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 26px;
	border-bottom: 3px solid #86c445;
}
.home_about_section {
	background: #f7f7f7;
	padding: 80px 0;
}
.home_about_img img {
	border-radius: 12px;
}
.home_about_subheading {
	font-weight: 500;
	color: #212320;
	font-size: 17px;
}
.home_about_heading {
	color: #323131;
	font-size: 40px;
	line-height: 50px;
	font-weight: 900;
	position: relative;
	margin-top: 10px;
	padding-bottom: 15px;
}
.home_about_heading strong {
	color: #86c445;
}
.home_about_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 50px;
	border-bottom: 4px solid #86c445;
}
.home_about_text {
	color: #666;
	margin-top: 25px;
}
.home_about_right {
	padding-left: 60px;
}
.home_about_btn {
	display: inline-block;
	vertical-align: top;
	background: #202020;
	border-radius: 30px;
	padding: 12px 25px;
	margin-top: 20px;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_about_btn:hover {
	background: #86c445;
	color: #111 !important;
}
.marquee {
	background: #242424;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	width: 100%;
	white-space: nowrap;
}
.marquee_inner {
	display: block;
	width: 200%;
	position: absolute;
	animation: marquee 10s linear infinite;
}
.marquee_inner:hover {
	animation-play-state: paused;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.marquee_inner span {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	background: -webkit-linear-gradient(rgb(134, 196, 69), rgb(71, 139, 0));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 45px;
	margin-right: 80px;
}
.marquee_inner span:last-child {
	margin-right: 0;
}
.home_bottom_section {
	padding: 65px 0;
}
.home_bottom_section_heading {
	font-size: 32px;
	font-weight: bold;
	color: #242424;
}
.home_bottom_section_heading strong {
	font-weight: bold;
	color: #86c445;
}
.home_bottom_section_subheading {
	color: #666;
	font-weight: 500;
}
.home_review_slider {
	margin-top: 30px;
}
.home_review_box {
	background: #f3f3f3;
	border-radius: 5px;
	padding: 35px 35px 30px;
}
.home_review_box img {
	width: 120px;
}
.home_review_box_text {
	color: #999;
	margin-top: 15px;
}
.home_review_box_name {
	font-weight: bold;
	font-size: 18px;
	margin-top: 15px;
	color: #222;
}
.faq .accordion-button {
	font-weight: 500;
	color: #333;
	box-shadow: none !important;
}
.faq .card-body {
	color: #666;
}
.faq .accordion-button:not(.collapsed) {
	background: #eef2ea;
}
.home_cta_section {
	background: url("../images/cta_bg.jpg") #111 no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0;
}
.home_cta_section:before {
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home_cta_section .container {
	position: relative;
	z-index: 9;
}
.home_cta_section_heading {
	font-weight: bold;
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
}
.home_cta_section_heading strong {
	font-weight: bold;
	color: #86c445;
}
.home_cta_section_text {
	color: rgba(255, 255, 255, 0.8);
	font-size: 22px;
}
.home_cta_section_btn {
	display: inline-block;
	background: #fff;
	font-size: 20px;
	margin-top: 25px;
	padding: 12px 25px;
	border-radius: 30px;
	color: #111 !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_cta_section_btn:hover {
	background: #86c445;
}
.footer {
	background: #000;
	padding: 40px 0 20px;
}
.footer_top_heading {
	color: #86c445;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer_about {
	color: rgba(255, 255, 255, 0.8);
	font-size: 15px;
	margin-top: 15px;
}
.footer_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0;
}
.footer_menu ul li {
	position: relative;
	list-style: none;
	margin: 2px 0 0;
}
.footer_menu ul li a {
	color: rgba(255, 255, 255, 0.8);
	font-style: normal;
	text-decoration: none;
	font-size: 15px;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #86c445;
	padding-left: 3px;
}
.footer_contact_info ul {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0;
}
.footer_contact_info ul li {
	position: relative;
	color: rgba(255, 255, 255, 0.8);
	list-style: none;
	margin: 2px 0 0;
}
.footer_contact_info ul li a {
	color: rgba(255, 255, 255, 0.8);
}
.footer_social {
	margin-top: 20px;
}
.footer_social a {
	margin-right: 4px;
}
.footer_social img {
	width: 30px;
}
.footer_bottom {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 20px 0 0;
	font-size: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 35px;
}
.footer_bottom a {
	color: rgba(255, 255, 255, 0.8);
}
#back-to-top {
	width: 40px;
	background: #86c445;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    cursor: pointer;
    border: 0;
	border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.inner_page_banner {
	background: #7dbc56;
	padding: 60px 0;
	text-align: center;
	position: relative;
	margin-top: 80px;
}
.inner_banner_heading {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 30px;
}
.inner_page_banner .container {
	position: relative;
	z-index: 9;
}
.inner_page_banner_heading {
	font-size: 30px;
	font-weight: bold;
}
.breadcrumb-item a, .breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
	font-size: 14px;
}
.inner_page_container {
	padding: 60px 0;
}
.container-fluid {
	max-width: 1366px;
}
.listing_filter_heading {
	border: 1px solid #ddd;
	background: #f7f7f7;
	padding: 10px 15px;
	display: block;
	color: #095e8c !important;
	font-weight: 500;
	font-size: 18px;
	margin-top: 30px;
}
.listing_filter_box {
	border: 1px solid #ddd;
	border-top: none;
	padding: 15px 15px;
}
.listing_filter_check {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 15px;
	color: #666;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.listing_filter_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.listing_filter_check .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #e8e8e8;
}
.listing_filter_check:hover input ~ .checkmark {
	background-color: #ccc;
}
.listing_filter_check input:checked ~ .checkmark {
	background-color: #2294d2;
	border-color: #2294d2;
}
.listing_filter_check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.listing_filter_check input:checked ~ .checkmark:after {
	display: block;
}
.listing_filter_check .checkmark:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sort_dropdown {
	border-color: #ccc !important;
	background: url("../images/dropdown.png") no-repeat center right 10px;
	color: #666;
	padding: 10px 30px 10px 15px;
}
.sort_text {
	color: #666;
	margin-top: 12px;
}
.product_detauls_img img {
	border: 1px solid #ddd;
	padding: 15px;
	width: 100%;
}
.product_details_name {
	font-weight: 500;
	color: #222;
	font-size: 22px;
	line-height: 28px;
}
.product_details_stock {
	color: #999;
	font-size: 15px;
	margin-top: 15px;
}
.product_details_stock span {
	font-weight: 500;
}
.product_details_price {
	font-weight: 600;
	color: #095e8c;
	font-size: 28px;
	margin-top: 15px;
}
.product_details_list ul {
	padding: 0;
	margin: 20px 0 0;
}
.product_details_list ul li {
	list-style: none;
	color: #666;
	font-size: 15px;
	margin-top: 5px;
	position: relative;
	padding-left: 22px;
}
.product_details_list ul li:before {
	position: absolute;
	content: "";
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 0;
}
.product_details_list ul li strong {
	font-weight: 500;
	color: #333;
}
.product_details_cart_btn {
	display: inline-block;
	background: #2294d2;
	color: #fff !important;
	margin-top: 30px;
	padding: 10px 22px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.product_details_cart_btn:hover {
	background: #111;
}
.product_details_spec {
	border-left: 1px solid #eee;
}
.product_details_specbox {
	border: 1px solid #e8e8e8;
	background: #f7f7f7;
	padding: 20px 15px;
	margin-bottom: 15px;
	text-align: center;
}
.product_details_specbox img {
	height: 40px;
}
/*============= Booking Start ============*/
.booking_page_top_section {
	background: #f0f0f0;
	padding: 60px 0;
	margin-top: 80px;
}
.booking_page_top_box_inner {
	border-radius: 5px;
	background: #fff;
	padding: 15px;
	border: 1px solid #fff;
	min-height: 100%;
	position: relative;
	box-shadow: 5.541px 7.092px 15px 0px rgba(12, 13, 12, 0.03);
}
.booking_page_top_box_edit {
	position: absolute;
	top: 17px;
	right: 10px;
	width: 18px;
}
.booking_page_top_box_heading {
	color: #100f0f;
	font-size: 18px;
	font-weight: 600;
}
.booking_page_top_box_heading strong {
	font-weight: 600;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	margin-right: 2px;
	line-height: 30px;
	background: #86c445;
}
.booking_page_top_box_pickup_heading {
	color: #86c445;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	margin-top: 25px;
}
.booking_page_top_box_subheading {
	color: #100f0f;
	font-size: 17px;
	font-weight: 600;
	margin-top: 5px;
}
.booking_page_top_box_vehicle {
	margin-top: 52px;
}
.booking_page_top_box_text {
	color: #666;
	font-size: 14px;
}
.booking_page_top_box_unselect_text {
	color: #666;
	font-size: 14px;
	margin-top: 20px;
}
.booking_page_top_box_inner.active {
	border-color: #86c445;
}
.booking_page_top_box_inner.inactive_box {
	filter: grayscale(100%);
	opacity: 0.5;
}
.choose_vehicle_section {
	padding: 60px 0;
}
.choose_vehicle_section_heading {
	font-weight: bold;
	font-size: 28px;
	color: #222;
	margin-bottom: 15px;
}
.choose_vehicle_filter .form-control {
	background: url("../images/dropdown2.png") no-repeat center right 15px;
	box-shadow: 5.541px 7.092px 15px 0px rgba(12, 13, 12, 0.06) !important;
	border-color: rgb(224, 224, 224) !important;
	border-radius: 30px;
	font-size: 15px;
	padding: 10px 35px 10px 20px;
	color: #555;
}
.choose_vehicle_filter_text {
	color: #333;
	font-size: 15px;
	font-weight: 500;
}
.choose_vehicle_list_box {
	margin-top: 50px;
}
.vehicle_radio_container {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.vehicle_radio_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.vehicle_radio_container .checkmark {
	display: block;
	border: 1px solid #eee;
	box-shadow: 0px 9px 15px 0px rgba(12, 13, 12, 0.14);
	border-radius: 7px;
	padding: 25px;
}
.vehicle_radio_container:hover input ~ .checkmark {
	border-color: #86c445;
}
.vehicle_radio_container input:checked ~ .checkmark {
	border-color: #86c445;
}
.vehicle_radio_container .checkmark:before {
	content: "";
	position: absolute;
	background: #f2f2f2;
	width: 30px;
	height: 30px;
	top: 20px;
	right: 20px;
	border-radius: 50%;
	border: 1px solid #ddd;
}
.vehicle_radio_container input:checked ~ .checkmark:before {
	background: #86c445;
	border-color: #86c445;
}
.vehicle_radio_container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	right: 31px;
	top: 27px;
	width: 7px;
	height: 12px;
	border: solid #111;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.vehicle_radio_container input:checked ~ .checkmark:after {
	display: block;
}
.vehicle_radio_img {
	width: 200px;
}
.choose_vehicle_list_box_heading {
	color: #86c445;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.choose_vehicle_list_box_spec ul {
	padding: 0;
	margin: 10px 0 0;
}
.choose_vehicle_list_box_spec ul li {
	list-style: none;
	position: relative;
	padding-left: 20px;
	color: #212222;
	font-size: 14px;
}
.choose_vehicle_list_box_spec ul li.disabled {
	color: #cacaca;
}
.choose_vehicle_list_box_spec ul li::before {
	position: absolute;
	top: 2px;
	left: 3px;
	content: "";
	width: 7px;
	height: 12px;
	border-right: 2px solid #86c445;
	border-bottom: 2px solid #86c445;
	transform: rotate(45deg);
}
.choose_vehicle_list_box_spec ul li.disabled::before {
	position: absolute;
	top: 2px;
	left: 2px;
	content: "";
	height: 12px;
	border-right: 2px solid #cacaca;
	border-bottom: none;
	transform: rotate(45deg);
}
.choose_vehicle_list_box_spec ul li.disabled::after {
	position: absolute;
	top: 4px;
	left: 6px;
	content: "";
	height: 12px;
	border-right: 2px solid #cacaca;
	border-bottom: none;
	transform: rotate(-45deg);
}
.choose_vehicle_list_box_price {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	margin-top: 20px;
	color: #575757;
	font-size: 14px;
}
.choose_vehicle_list_box_price small {
	color: #68696a;
	font-size: 11px;
}
.choose_vehicle_list_box_price strong {
	color: #212222;
	font-size: 20px;
}
.choose_vehicle_list_box_spec_heading {
	font-weight: bold;
	font-size: 20px;
	color: #1d1d1d;
	margin-top: 20px;
}
.choose_vehicle_list_box_spec_list ul {
	padding: 0;
	margin: 15px 0 0;
}
.choose_vehicle_list_box_spec_list ul li {
	list-style: none;
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	color: #666;
	margin: 3px 10px 0 0;
}
.choose_vehicle_list_box_spec_list ul li img {
	width: 15px;
	margin-right: 5px;
}
.top_box_protection_table {
	margin-top: 51px;
}
.top_box_protection_table tr td {
	padding: 0;
}
.top_box_protection_table tr td:last-child {
	text-align: right;
}
.protection_style1 {
	color: #100f0f;
	font-size: 17px;
	font-weight: 600;
}
.protection_style2 {
	color: #666;
	font-size: 14px;
}
.protection_page_strip {
	padding: 15px 0;
	background: #eaeaea;
}
.protection_page_strip_heading {
	color: #222;
	font-weight: bold;
	font-size: 24px;
}
.protection_page_strip_right {
	text-align: right;
}
.protection_page_strip_btn {
	display: inline-block;
	background: #86c445;
	color: #111 !important;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	padding: 10px 20px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.protection_page_strip_btn:hover {
	background: #111;
	color: #fff !important;
}
.protection_page_strip_total {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #555;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 24px;
}
.protection_page_strip_total strong {
	color: #111;
	font-size: 23px;
	text-transform: none;
}
.protection_page_box {
	margin-top: 50px;
}
.protection_page_box_inner {
	box-shadow: 0px 9px 15px 0px rgba(12, 13, 12, 0.06);
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 30px 25px 25px;
	position: relative;
}
.selected_tag {
	color: #000;
	font-size: 11px;
	font-weight: 500;
	background: #86c445;
	position: absolute;
	top: -15px;
	right: 30px;
	padding: 7px 18px;
	border-radius: 30px;
	letter-spacing: 1px;
}
.protection_page_box_heading {
	font-weight: bold;
	font-size: 20px;
	color: #0e0e0e;
}
.protection_page_box_subheading {
	font-weight: 500;
	font-size: 14px;
	color: #333;
}
.protection_page_box_price {
	font-weight: bold;
	font-size: 20px;
	color: #0e0e0e;
	margin-top: 20px;
	line-height: 23px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.protection_page_box_price small {
	font-weight: normal;
	font-size: 14px;
	color: #666;
}
.protection_page_box_radio {
	display: inline-block;
	position: relative;
	margin: 20px 0 0 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.protection_page_box_radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.protection_page_box_radio .checkmark {
	background-color: #86c445;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	min-width: 120px;
	text-align: center;
	letter-spacing: 1px;
	padding: 12px 20px;
	display: inline-block;
	border-radius: 30px;
}
.protection_page_box_radio:hover input ~ .checkmark {
	background-color: #e9e9e9;
	color: #8e8e8e;
}
.protection_page_box_radio input:checked ~ .checkmark {
	background-color: #e9e9e9;
	color: #8e8e8e;
}
.protection_mid_section {
	background: #f6f6f6;
	padding: 60px 0;
}
.protection_page_mid_box {
	margin-top: 30px;
}
.protection_page_mid_box_inner {
	box-shadow: 0px 9px 15px 0px rgba(12, 13, 12, 0.06);
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px;
	padding: 30px 25px 25px;
	min-height: 100%;
	position: relative;
}
.protection_page_mid_box_heading {
	font-size: 18px;
	font-weight: 600;
	color: #0e0e0e;
	line-height: 24px;
}
.protection_page_mid_box_text {
	color: #8a8a8a;
	font-size: 14px;
	margin-top: 15px;
}
.sp-quantity {
	width: 120px;
	height: 35px;
	margin-top: 20px;
}
.sp-minus {
    width:35px;
    height:35px;
    float:left;
    text-align:center;
}
.sp-input {
	width: 40px;
	height: 35px;
	float: left;
	text-align: center;
}
.sp-plus {
    width:34px;
    height:35px;
    border-left:0px solid #e1e1e1;
    float:left;
    text-align:center;
}
.sp-input input {
    width:30px;
    height:34px;
    text-align:center;
    font-family:"ProximaNova Bold", Helvetica, Arial;
    border: none;
}
.sp-input input:focus {
    border:1px solid #e1e1e1;
    border: none;
}
.sp-minus a, .sp-plus a {
	display: block;
	width: 100%;
	height: 100%;
	color: #111;
	border-radius: 2px;
	padding-top: 6px;
	background: #86c445;
}
.booking_form_heading {
	font-weight: bold;
	font-size: 24px;
	color: #222;
	margin-top: 50px;
}
.booking_form_final .form-control {
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	padding: 10px 0;
	margin-top: 20px;
}
.driver_doc_file {
	font-size: 14px;
	color: #666;
	margin-top: 35px;
}
.acceptence_check {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 14px;
	color: #666;
	margin-top: 25px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.acceptence_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.acceptence_check .checkmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #e6e3e3;
	border-radius: 3px;
}
.acceptence_check:hover input ~ .checkmark {
	background-color: #ccc;
}
.acceptence_check input:checked ~ .checkmark {
	background-color: #111;
}
.acceptence_check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.acceptence_check input:checked ~ .checkmark:after {
	display: block;
}
.acceptence_check .checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.booking_form_final_btn {
	background: #86c445;
	border: none;
	font-weight: 500;
	padding: 11px 25px;
	border-radius: 30px;
	margin-top: 25px;
	color: #111 !important;
}
.booking_final_right_box {
	box-shadow: 0px 9px 15px 0px rgba(12, 13, 12, 0.06);
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 30px 25px 25px;
}
.booking_final_right_first {
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
}
.booking_final_right_first img {
	max-width: 140px;
	margin-right: 15px;
}
.booking_final_right_box_heading {
	color: #86c445;
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
}
.booking_final_right_box_heading small {
	display: block;
	color: #0b0b0b;
	font-size: 14px;
	font-weight: 500;
}
.booking_final_right_box_airport {
	font-size: 17px;
	font-weight: 600;
	color: #252624;
	margin-top: 25px;
}
.booking_final_right_box_date {
	color: #7b7b7b;
	font-size: 14px;
}
.booking_final_right_box_list {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 25px 0;
	padding: 15px 0 25px;
}
.booking_final_right_box_total {
	font-weight: 600;
	font-size: 18px;
	color: #111;
}
/*============= Booking End ============*/
.contact_page_container {
    padding: 60px 0;
  }
.inner_page_heading {
	color: #111;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	position: relative;
	padding-bottom: 10px;
}
.inner_page_heading strong {
    color: #7dbc56;
    font-weight: 600;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 35px;
	border-bottom: 4px solid #7dbc56;
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #666;
	margin-top: 4px;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.inner_page_bottom_box {
	background: #7dbc56;
	margin-top: 60px;
	padding: 40px 30px;
	border-radius: 5px;
	text-align: center;
}
.inner_page_bottom_box_heading {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	position: relative;
	padding-bottom: 10px;
}
.inner_page_bottom_box_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 35px;
	border-bottom: 4px solid #fff;
}
.inner_page_bottom_box_text {
	color: #fff;
	margin-top: 20px;
}
.contact_form {
    margin-top: 12px;
}
.contact_form .form-control {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    margin-top: 12px;
    min-height: 46px;
    resize: none;
}
.contact_page_info {
    position: relative;
    padding-left: 48px;
    color: #666;
    margin-top: 25px;
}
.contact_page_info strong {
    color: #444;
	font-weight: 600;
	font-size: 18px;
}
.contact_page_info img {
    position: absolute;
    top: 7px;
    left: 0;
    width: 35px;
}
.contact_page_info a {
    color: #666;
}
.footer_fixed_buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.footer_btn1 {
  background: #86c445;
  color: #fff;
  width: 50%;
  float: left;
  padding: 10px 0;
}
.footer_btn2 {
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 44px;
  width: 44px;
  border-radius: 50%;
  padding: 10px 12px 0;
}
.footer_btn3 {
  background: #333;
  color: #fff;
  width: 50%;
  float: left;
  padding: 10px 0;
}
.thankyou_text {
  color: #666;
  margin-top: 20px;
}



/*============== Responsive ===============*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_btn, .banner_bottom_left_inner::before {
  display: none;
}
.logo img {
  width: 92px;
}
.header_phone a {
  font-size: 14px;
}
.header_phone img {
  margin-right: 8px;
  width: 22px;
}
.header_phone {
  padding: 0;
  border-right: none;
  position: fixed;
  top: 11px;
  right: 70px;
}
.header_menu {
  display: block;
  border-right: none;
}
.menu-toggle.full {
 color: #000 !important;
 padding: 0 !important;
 width: auto !important;
 float: right;
 margin-top: -50px;
 font-size: 26px;
 font-weight: normal;
}
.stellarnav.dark li a {
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  padding: 6px 0 !important;
}
.stellarnav li {
  margin: 0 !important;
}
.stellarnav .dd-toggle {
  width: 35px !important;
  height: 35px !important;
}
.home_banner_section {
  padding: 60px 0 130px;
  margin-top: 58px;
}
.banner_subheading {
  font-size: 15px;
}
.banner_heading {
  font-size: 30px;
  line-height: 36px;
}
.banner_car {
  bottom: -40px;
  padding: 0 20px;
}
.banner_bottom_left_inner {
  background: none;
}
.home_form {
  padding: 0 12px;
}
.banner_bottom_section {
  padding: 60px 0 40px;
}
.home_form_label {
  margin-top: 12px;
}
.banner_bottom_left_heading, .home_car_make_section_heading, .home_choose_section_heading, .home_about_heading, .home_bottom_section_heading, .home_cta_section_heading, .inner_banner_heading, .inner_page_heading, .inner_page_bottom_box_heading, .choose_vehicle_section_heading, .protection_page_strip_heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
}
.home_form_dropdown, .home_form_btn {
  margin-top: 20px;
}
.home_car_make_section_icons {
  margin-left: 0;
  margin-top: 15px;
}
.home_car_make_section_icons img {
  margin: 12px 3px 0;
  max-height: 30px;
}
.home_car_make_section, .home_choose_section, .home_about_section, .home_bottom_section, .home_cta_section, .inner_page_container, .contact_page_container, .choose_vehicle_section, .protection_mid_section {
  padding: 40px 0;
}
.home_choose_block {
  margin-top: 25px;
  min-width: 50%;
  max-width: 50%;
}
.home_choose_block_inner {
  padding: 25px 15px;
}
.home_about_right {
  padding-left: 12px;
  margin-top: 30px;
}
.home_about_btn, .home_cta_section_btn {
  font-size: 16px;
  margin-top: 20px;
  padding: 10px 20px;
}
.marquee_inner span {
  font-size: 25px;
  line-height: 35px;
  margin-right: 40px;
}
.marquee {
  height: 70px;
}
.home_review_right {
  margin-top: 30px;
}
.home_cta_section_text {
  font-size: 17px;
  margin-top: 10px;
}
.footer_top_block, .contact_right, .choose_vehicle_list_box, .booking_final_right {
  margin-top: 30px;
}
.footer {
  padding: 5px 0 60px;
}
.inner_page_banner {
  padding: 50px 0;
  margin-top: 58px;
}
.inner_page_img {
  margin-bottom: 25px;
}
.inner_page_bottom_box {
  margin-top: 40px;
  padding: 30px 15px;
}
.booking_page_top_section {
  padding: 40px 0;
  margin-top: 40px;
}
.booking_page_top_box {
  margin-top: 20px;
}
.choose_vehicle_filter {
  width: 50%;
  margin-top: 15px;
}
#back-to-top {
  bottom: 55px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.header_phone {
  right: 28%;
}
.banner_car {
  max-width: 400px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.header_phone {
  right: 28%;
}
.banner_car {
  max-width: 500px;
}
.home_banner_section {
  padding: 90px 0 190px;
}
.home_choose_block {
  min-width: 33.3%;
  max-width: 33.3%;
}
.home_about_right, .home_review_right, .contact_right, .booking_final_right {
  margin-top: 0;
}
.choose_vehicle_filter {
  width: 25%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_phone {
  padding: 18px 10px;
}
.stellarnav.dark li a {
  font-size: 15px !important;
}
.stellarnav li {
  margin: 0 12px 0 0 !important;
}
.header_btn {
  margin: 18px 0 0 8px;
}
.logo_inner {
  padding: 15px 10px 15px 0;
}
.banner_heading {
  font-size: 60px;
  line-height: 60px;
}
.home_form_label {
  font-size: 13px;
}
.home_car_make_section_icons {
  margin-top: 15px;
}
.home_about_right {
  padding-left: 12px;
}
.home_about_heading {
  font-size: 32px;
  line-height: 40px;
}
.booking_page_top_box_subheading {
  font-size: 15px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.header_phone {
  right: 28%;
}
.banner_car {
  max-width: 500px;
}
.home_banner_section {
  padding: 90px 0 190px;
}
.home_choose_block {
  min-width: 33.3%;
  max-width: 33.3%;
}
.home_about_right, .home_review_right, .contact_right, .booking_final_right {
  margin-top: 0;
}
.choose_vehicle_filter {
  width: 25%;
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.header_phone {
  right: 28%;
}
.banner_car {
  max-width: 500px;
}
.home_banner_section {
  padding: 90px 0 190px;
}
.home_choose_block {
  min-width: 33.3%;
  max-width: 33.3%;
}
.home_about_right, .home_review_right, .contact_right, .booking_final_right {
  margin-top: 0;
}
.choose_vehicle_filter {
  width: 25%;
}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.header_phone {
  right: 28%;
}
.banner_car {
  max-width: 500px;
}
.home_banner_section {
  padding: 90px 0 190px;
}
.home_choose_block {
  min-width: 33.3%;
  max-width: 33.3%;
}
.home_about_right, .home_review_right, .contact_right, .booking_final_right {
  margin-top: 0;
}
.choose_vehicle_filter {
  width: 25%;
}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

} 
