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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
    font-family: Arial;
}

ol, ul {
	list-style: none; padding:0; margin:0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a,
a:active,
a:hover {
    outline: 0;
    text-decoration:none;
    transition: 0.3s;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0;
}

/* Reset ends here */

.request_quote_block {
    display: flex;
    margin: 0px auto 50px;
    box-sizing: border-box;
    /* box-shadow: 0px 0px 10px 1px rgb(0 0 0 /10%); */
    min-width: 1086px;
    width: 100%;
    margin-top: 40px;
}

.fieldset .field.agreement.required .label::after {
    content: ''!important;
    color: #0070b7;
    font-size: 1.2rem;
    margin: 0 !important;
    position: absolute;
    left: unset !important;
}

.form_main_container{max-width: 1300px; margin:auto;}
.form_main_container .form_inner{display: flex; margin: 0px auto 50px; box-sizing: border-box; box-shadow: 0px 0px 10px 1px rgb(0 0 0 /10%); max-width: 1086px; width:100%;margin-bottom: 0;margin-top: 40px;}
/* .form_main_container.form_position{position: relative; margin-top:-240px;} */
.form_main_container .form_inner .vertical_block{background-color:#DFDFDF; width:15%; position: relative; border-radius: 4px 4px 0px 0px; text-align: center; display: flex; justify-content: center; align-items: center;}
.vertical_block .vertical_title{font-size: 72px; text-transform: uppercase; color:#d1d1d1; font-family: 'Neo Sans Pro Bold'; transform: rotate(90deg); width: 100%; height:100%; display: flex; justify-content: center; align-items: center;}
.vertical_block .vertical_image{max-width:100%; padding:30px 0px;}
.form_main_container .form_inner .form_right_col{width: 85%; background-color: #fff; border-radius: 0px 0px 4px 4px;}

.form_container form{width: 100%;}
form .form_block{display: flex; justify-content: space-between; flex-wrap: wrap;}
form .form_block .form_field.full_width{width: 100%;}
form .form_block .form_field.half_width{width: 48%;}
form .form_block .form_field.third_width{width:31%;}
form .form_block .form_field{padding-bottom: 30px;}
form .form_block .form_field .label{font-size: 15px; line-height:25px; font-family: 'Arial'; color: #242424; display: block; padding-bottom: 10px;}
form .form_block .form_field .label .star{color: #0070b7; display: inline-block; padding-right: 2px;}
form .form_block .form_field input{font-size: 15px; line-height:25px; font-family: 'Arial'; height: 50px; border: 1px solid #e4e6e7; border-top: 3px solid #e4e6e7; border-radius: 4px; padding: 0px 15px; box-sizing: border-box; width: 100%; background-color: #f1f3f4;}
form .form_block .form_field textarea{font-size: 15px; line-height:25px; font-family: 'Arial'; resize: none; border: 1px solid #e4e6e7; border-top: 3px solid #e4e6e7; border-radius: 4px; padding: 15px 15px; box-sizing: border-box; width: 100%; min-height: 120px; background-color: #f1f3f4;}
form .form_block .contact_fields{width: 100%; display: none;}
form .form_block .contact_fields .form_field{display: inline-block;}
form .form_block .contact_fields .form_field:nth-child(2){float: left;}
form .form_block .contact_fields .form_field:nth-child(2):after{content: ''; clear: both; display: table;}

form .form_block .recaptcha img{max-width: 100%;}
form .form_block .form_btn{display: block; padding-top: 30px; width: 100%;}
form .form_block .form_btn .sub_btn{font-size: 16px; font-weight: 500; line-height: 26px; text-transform: uppercase; letter-spacing: .8px; color: #ffffff; background-color: #0070b7; border-radius: 3px; padding: 10px 15px; box-sizing: border-box; min-width: 10em; cursor: pointer; text-decoration: none; outline: none; border:0px;}
form .form_block select {font-size: 15px; line-height: 25px; font-family: 'Arial'; padding: 0px 15px; height: 50px; background-color: #f1f3f4; -webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;appearance: none; width: 100%;background: url(http://geelyksa-new.usol360.com/wp-content/uploads/2021/12/form_drop_down_arrow.png);
    background-repeat: no-repeat; background-position: calc(100% - 18px) 55%; border-radius: 4px; border: 1px solid #e4e6e7; border-top: 3px solid #e4e6e7; background-color: #f1f3f4;}

form .form_block select.time_picker{background: url(http://geelyksa-new.usol360.com/wp-content/uploads/2021/12/jump_menu.png);}
form .form_block .form_field input:focus,
form .form_block .form_field textarea:focus,
form .form_block select:focus{outline: none;}

form .form_block .multiple_selection select{height:80px; padding-top:8px; padding-bottom:8px; background-image:unset;}

form .form_block .error_message{font-size: 14px; line-height: 24px; color: #0070b7; font-family: 'Arial';}
form .form_block .form_btn .success_msg{font-size: 14px; line-height: 24px; color: #0070b7; font-family: 'Arial';}

form .form_block .form_field.otp_block{width: 48%;}
form .form_block .form_field .otp_field{display: flex; justify-content: space-between; align-items: center;}
form .form_block .form_field .otp_field input{width:72%;}
form .form_block .form_field .otp_field .otp_button{width: 8em; margin-right:20px; padding:8px 10px; box-sizing: border-box; outline: none; background-color: transparent; border:1px solid #0070b7; font-size: 16px; line-height: 24px; font-weight: 500; text-align: center; display: inline-block; cursor: pointer; text-transform: uppercase; letter-spacing: .5px; color: #0070b7; transition: .3s ease-in-out; border-radius: 4px;}
form .form_block .form_field .otp_field .otp_button:hover{background-color: #0070b7; color: #fff;}
form .form_block .form_field .otp_link{ display:inline-block; font-size: 14px; cursor: pointer; line-height: 24px; padding-top:8px; transition: .3s ease-in-out;}
form .form_block .form_field .otp_link:hover{color: #0070b7;}

/*Custom Radio Buttons*/

form .form_block .radio_btn{width: 100%;display: flex; margin-top: 15px;}
form .form_block .radio_btn .container{padding-left: 20px}
form .form_block .radio_btn .container {font-size: 15px; color: #000; font-family: arial; display: block; position: relative; padding-right: 30px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
form .form_block .radio_btn .container input {position: absolute; opacity: 0; cursor: pointer; height: 0;width: 0;}
form .form_block .radio_btn .container input:checked ~ .checkmark {background-color: #fff;border: 1px solid #0070b7;}
form .form_block .radio_btn .checkmark {position: absolute; top: 0;right: 0; height: 20px; width: 20px; background-color: #fff; border-radius: 50%; border: 1px solid #cecece; vertical-align: middle; margin-left: 10px; margin-top: -2px;}
form .form_block .radio_btn .container .checkmark:after {top: 3px; right: 2.6px; width: 14px; height: 14px; border-radius: 50%;background: #0070b7;}
form .form_block .radio_btn .checkmark:after {content: ""; position: absolute; display: none;}
form .form_block .radio_btn .container input:checked ~ .checkmark:after {display: block;}

/*Custom Check box Buttons*/

form .form_block .checkbox .label{font-size: 14px; color: #000; display: block; position: relative; padding-right: 35px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
form .form_block .checkbox .label a{color: #0070b7; text-decoration: none;}
form .form_block .checkbox .label input{position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
form .form_block .checkbox .label .checkmark{position: absolute; top: 2px; right: 0; height: 20px; width: 20px; border: 1px solid #d1d9df; border-radius: 4px; border-style: solid; display: inline-block; vertical-align: middle; margin-left: 10px; margin-top: -5px; cursor: pointer; background-color: #f1f3f4;}
form .form_block .checkbox .checkmark:after { background-image: url("http://geelyksa-new.usol360.com/wp-content/uploads/2021/12/tick_icon_checkbox-1-1.png"); background-repeat: no-repeat; background-position: center; content: ''; background-size: 100%; right: 2px; top: 2px; width: 14px; height: 14px; }
form .form_block .checkbox .label .checkmark:after {content: ""; position: absolute; display: none;}
form .form_block .checkbox .label input:checked ~ .checkmark:after { display: block;}
form .form_block .checkbox .label input:checked ~ .checkmark { background-color: #0070b7;}



@media screen and (min-width: 200px) and (max-width: 767px){
    /*form .form_block{flex-direction: column;}*/
    form .form_block .form_field.half_width{width: 100%;}
    form .form_block .form_field{padding-bottom: 20px;}
    form .form_block .form_field input{font-size: 14px; line-height: 24px; height: 40px;}
    .radio_btn .checkmark{width: 16px; height: 16px;}
    .radio_btn .container .checkmark:after{width: 12px; height: 12px;}
    form .form_block .form_field textarea{min-height: 80px; font-size: 14px; line-height: 24px;}
    form .form_block .form_btn{padding-top: 20px;}
    form .form_block .radio_btn{margin-top: 10px;}
    form .form_block .checkbox .label .checkmark{width: 16px; height: 16px; top: 8px;}
    form .form_block .checkbox .checkmark:after{width: 12px; height: 12px;}
    form .form_block .form_btn .sub_btn{font-size: 15px; line-height: 25px; padding:8px 15px 5px;}
    form .form_block .form_field .otp_field .otp_button{ font-size: 15px; line-height: 25px; padding:8px 15px 5px;}
    form .form_block .radio_btn .checkmark{width:19px; height:19px;}
    form .form_block .radio_btn .container{margin-bottom:2px;}
    form .form_block .form_field.third_width{width:100%;}
    form .form_block .form_field.otp_block{width:100%;}
}


@media screen and (min-width: 768px) and (max-width: 1024px){
    form .form_block .radio_btn{margin-top: 10px;}
    form .form_block .radio_btn .checkmark{width:19px; height:19px;}
    form .form_block .radio_btn .container .checkmark:after{right:2px;}
    form .form_block .form_btn{padding-top: 20px;}
}


/********************************/
/* Request a Quote & Test Drive */
/* Form hero section */
.form_hero_bg{background-image: url(../images/form_bg.png); background-repeat: no-repeat; background-size: cover; background-position: center;}
.form_hero_section{min-height:440px; padding-top: 100px;}
.form_hero_section .form_hero_title h1{font-size: 48px; line-height: 56px; color: #fff; font-family: 'Neo Sans Pro Regular'; text-align: center; text-transform: uppercase;}
.form_hero_section .form_hero_content{padding-top:20px;}
.form_hero_section .form_hero_content span{font-size: 16px; line-height: 26px; color: #e6f0f7; font-family: 'Neo Sans Pro Regular'; display: block; text-align: center; width: 65%; margin: auto;}


.form_bg{background-color: #EAE9E8;}

@media screen and (max-width:900px) {
    .form_bg .form_category_block .container_carousel .inner_container {max-width: 700px;}
}
@media screen and (max-width:800px) {
    .form_bg .form_category_block .container_carousel .inner_container {max-width: 600px;}
}
@media screen and (max-width:700px) {
    .form_bg .form_category_block .container_carousel .inner_container {max-width: 500px;}
}
@media screen and (max-width:600px) {
    .form_bg .form_category_block .container_carousel .inner_container {max-width: 400px;}
}
@media screen and (max-width:500px) {
    .form_bg .form_category_block .container_carousel .inner_container {max-width: 300px;}
}
@media screen and (max-width:400px) {
    .form_bg .form_category_block .container_carousel .inner_container {max-width: 200px;}
}
@media screen and (max-width:300px) {
    .form_bg .form_category_block .container_carousel .inner_container {max-width: 200px;}
}

.form_category_inner{display: flex; padding: 30px 0px; box-sizing: border-box; position: relative;}
.form_category_inner .form_left_col{width: 18%; display: flex; align-items: center; justify-content: center; position: absolute; top:50%; transform: translateY(-50%);}
.form_category_inner .form_left_col .form_vertical_block{transform: rotate(90deg);}
.form_category_inner .form_left_col .form_vertical_block span{display: block; text-align: center;font-size: 44px; line-height: 48px; letter-spacing: .6px; font-weight: bold; text-transform: uppercase; color: #d0d0d0; font-family: 'NeoSansArabicMedium';}
.form_category_inner .form_left_col .form_vertical_block .step_count{transform: rotate(-90deg); font-size: 65px;}

.form_category_inner .right_padding{padding-left: 0px; box-sizing: border-box;}
.car_div{min-height: 80px; max-height:80px; display: flex; align-items: center;}
/*Form Carousel*/


.form_carousel .form_model_block{padding:5px 5px; box-sizing: border-box;}
.form_carousel .form_model_block .form_model_block_inner{ position: relative; background-color: #fff; box-shadow: 0px 0px 10px 1px rgb(0 0 0/10%); padding:30px 20px 10px; margin: 20px 0px 10px; box-sizing: border-box; text-align: center; border-radius: 4px; cursor: pointer; border: 2px solid transparent; transition: .3s ease-in-out;}
.form_carousel.owl-carousel .form_model_block img{max-width: 100%; width: auto; margin: auto;}
.form_carousel .form_model_block .form_model_name{display: block; font-size: 14px; line-height: 24px; color: #000; text-transform: uppercase; padding-top: 15px; transition: .3s ease-in-out; font-family: 'Neo Sans Pro Regular';}
/*.form_carousel .form_model_block .form_model_block_inner:hover .form_model_name{color: #0070b7;}*/
.form_carousel .form_model_block .selected_model{display: none; position: absolute; top: -12px; left: -12px; width: 35px; height: 35px; border-radius: 25px; background-color: #000000; background-image: url(../images/tick_icon_checkbox-1.png); background-repeat: no-repeat; background-position: center; background-size: 18px;}

.form_carousel .form_model_block .car_model_active{border: 2px solid #000000;}
.form_carousel .form_model_block .car_model_active .selected_model{display: block;}



/*Form Carousel Nav*/
.form_carousel .owl-nav{position: absolute; top: 50%; transform: translateY(-50%); width: 100%;}
.form_carousel .owl-nav .owl-prev{position: absolute; right: -25px; outline: unset;}
.form_carousel .owl-nav .owl-next{position: absolute; left: 30px; outline: unset;}
.form_carousel .owl-nav .owl-prev.disabled,.form_carousel .owl-nav .owl-next.disabled{display: none;}
.form_carousel .owl-nav button img{width:10px;}

.form_category_inner .form_category_block{width: 100%;}
.form_category_inner .form_title{font-size: 24px; line-height: 22px; padding-top:8px; text-transform: capitalize; color: #242424; font-weight: 400; margin: 0px 0px; text-align: center; font-family: 'Neo Sans Pro Regular';}
.form_category_block .cat_tabs{text-align: center; padding-top: 20px;}
.form_category_block .cat_tabs .cat_tabs_inner{display: inline-flex; justify-content: center; align-items: center; background-color: #f6f6f6; border: 1px solid #e6e2e2; border-radius: 25px; padding: 2px 2px; box-sizing: border-box;}
.form_category_block .cat_tabs .cat_tab_btn{font-size: 14px; line-height: 24px; color: #242424; text-transform: uppercase; display: inline-block; padding: 5px 10px; min-width: 12em; cursor: pointer; border-radius: 25px; display: flex; align-items: center; justify-content: center; transition: .3s ease-in-out; font-family: 'Neo Sans Pro Regular';}
.form_category_block .cat_tabs .cat_tab_btn:first-child{margin-left: 5px;}
.form_category_block .cat_tabs .cat_tab_btn img{max-width: 100%; opacity: 0; margin-left: 6px; transition: .3s ease-in-out;}
.form_category_block .cat_tabs .cat_tab_btn.cat_tab_active{color: #ffffff; background-color: #0070b7;}
.form_category_block .cat_tabs .cat_tab_btn.cat_tab_active img{opacity: 1;}

.form_category_block .cat_tabs .cat_tab_btn:hover{color: #ffffff; background-color: #000000;}
.form_category_block .cat_tabs .cat_tab_btn:hover img{opacity: 1;}




.form_carousel.owl-carousel{padding:0px 20px; box-sizing: border-box; width: 85%; margin-right: auto; padding-left:50px;}
.form_category_inner .form_container{width: 100%;}
.form_category_inner .form_container .form{width:85%; margin-right: auto; padding-left:70px; padding-right:25px; padding-top: 50px; box-sizing: border-box;}
.form_category_inner form .form_block .radio_btn{margin-top:15px;}
.form_category_inner form .form_block .form_btn{padding-top:40px;}
.form_category_inner:last-child .form_category_inner .form_title{padding-top:20px;} 


.form_bottom_bg{background-color: #0070b7;}
.form_bottom_block{display: flex; justify-content: center; align-items: center; padding:20px 0px;}
.form_bottom_block span{color: #fff; font-size: 17px; line-height: 25px;}
.form_bottom_block span a{text-decoration: underline; color: #fff;}
.form_bottom_block .buy_now_cta{background-color: #fff; color: #0070b7; text-transform: uppercase; font-size: 16px; display: inline-block; padding:12px 15px 10px; box-sizing: border-box; border-radius: 4px; min-width: 8em; margin-right:30px; text-align: center;border:1px solid #0070b7; transition: .3s ease-in-out;}
.form_bottom_block .buy_now_cta:hover{background-color: transparent; color: #fff; border:1px solid #fff;}
.form_main_container.form_position::after{content: ''; clear: both; display: table;}
@media screen and (min-width: 200px) and (max-width: 767px){

    .form_hero_section{min-height:200px; padding:40px 0px 0px; box-sizing: border-box;}
    .form_hero_section .form_hero_title h1{font-size: 32px; line-height: 40px;}
    .form_hero_section .form_hero_content{display: none;}
    .form_main_container.form_position{margin-top:20px;}
    .form_category_block .cat_tabs .cat_tab_btn{min-width: 60px;font-size: 12px;}
    .form_main_container{padding:0px; box-sizing: border-box;}
    .form_main_container .form_inner .vertical_block{display: none;}
    .form_main_container .form_inner .form_right_col{width: 100%;}
    .form_category_inner{padding: 20px 5px;}
    #quickrfq_form .form_category_inner{padding: 20px 15px;}
    #quickdrive_form .form_category_inner{padding: 20px 15px;}
    .form_category_inner .form_left_col{display: none;}
    .form_category_inner .form_category_block{width: 100%;}
    .form_category_inner .form_container{width: 100%;}
    .form_category_inner .right_padding{padding-left: 0px;}
    .form_category_inner .form_title{font-size: 20px; line-height: 28px; padding-top:0px;}
    /* .form_carousel .form_model_block .form_model_block_inner{margin: 15px 0px; padding: 20px 15px 5px;} */
    .form_category_block .cat_tabs{padding-top: 15px;}
    .form_category_inner .form_container .form{padding-top: 20px; width:100%; padding-left:0px; padding-right: 0px;}
    .form_carousel .owl-nav{position: static; transform: unset; text-align: center; padding-top: 5px;}
    .form_carousel .owl-nav .owl-prev{position: static; margin-left: 15px;}
    .form_carousel .owl-nav .owl-next{position: static;}
    .form_carousel .owl-nav button img{max-width: 100%; width: 9px;}
    .car_div{min-height: 55px; max-height:55px;}
    .form_carousel .owl-nav .owl-prev.disabled,.form_carousel .owl-nav .owl-next.disabled{display: inline-block; opacity: 0.4;}
    .form_carousel.owl-carousel{width:100%; padding-left: 10px;}
    .form_main_container .form_inner .form_right_col{border-radius: 4px;}
    form .form_block .checkbox .label{padding-right:28px;}
    .form_bottom_block{flex-direction: column;}
    .form_bottom_block span{text-align: center; padding-bottom: 20px;}
    .form_bottom_block .buy_now_cta{margin-right:0px;}
    
}

@media screen and (min-width: 500px) and (max-width: 767px){
    .car_div{min-height: 55px; max-height:55px;}
    form .form_block .form_field.half_width{width: 48%;}
}
@media screen and (min-width: 640px) and (max-width: 767px){
    .car_div{min-height: 80px; max-height:80px;}
}



@media screen and (min-width: 768px) and (max-width: 1024px){
    .form_main_container{padding:0px 15px; box-sizing: border-box;}
    .form_category_inner .right_padding{padding-left: 30px;}
    .form_category_inner .form_left_col .form_vertical_block span{line-height: 40px;}
    .form_category_inner .form_left_col .form_vertical_block span{font-size: 36px;}
    .form_category_inner .form_left_col .form_vertical_block .step_count{font-size: 50px;}
    .form_carousel .owl-nav .owl-prev{right:-15px;}
    .form_carousel .owl-nav .owl-next{left:4px;}
    .form_carousel .owl-nav button img{width:10px;}
    .car_div{min-height: 50px; max-height:50px;}
    .form_category_inner .form_container .form{padding-left:0px;}
    .form_carousel.owl-carousel{padding:0px 10px 0px 20px;}
}

@media screen and (min-width: 1025px) and (max-width: 1320px){
    .form_main_container{padding:0px 15px; box-sizing: border-box;}
}

.prodrfq-model-wrapper .topnav a.checkeds {background-color: #000000 !important;}

.drivetest-index-index .page.messages, .rfqproduct-index-index .page.messages{margin-top: 10px;}
.drivetest-index-index .page.messages .message, .rfqproduct-index-index .page.messages .message{padding: 18px 0px;}
.drivetest-index-index .page.messages .message > div, .rfqproduct-index-index .page.messages .message > div{text-align: center;margin-top: 50px;font-size: 20px;font-weight: 600;padding: 10px 0px;}
.drivetest-index-index .message.success>*:first-child:before, .rfqproduct-index-index .message.success>*:first-child:before{width: 100%;top: 25px;}
.drivetest-index-index .message.success>*:first-child:before, .rfqproduct-index-index .message.success>*:first-child:before{content: url(../images/contactusicon.png);}

@media (min-width:200px) and (max-width:699px) {
    .drivetest-index-index .page.messages .message > div, .rfqproduct-index-index .page.messages .message > div{font-size: 16px;}
}