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: NeoSansArabicRegular;
    /* direction: rtl; */
}
.page-wrapper {direction: rtl;}
.modals-wrapper {direction: rtl;}
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;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-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.
 */

.input_bar .full_search-bar {
    display: flex;
    align-items: center;
    justify-content: center;
}

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 */



.section_padding{padding: 60px 0px;}
.account .section_padding{padding-bottom: 40px;}
.page-wrapper { width:100%; padding:0px; margin:0px; }

/* Fixed Call to Action Sidebar */
#fixed_sidebar_blue { position:fixed; top: calc(50vh - 190px); left:0px; z-index:2; background:#D9D9D9; width:84px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
#fixed_sidebar_blue ul li { width:100%; text-align:center; border-bottom:#C4C4C4 1px solid; }
#fixed_sidebar_blue ul li:last-child { border-bottom:0; }
#fixed_sidebar_blue ul li:hover :first-child { -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px; }
#fixed_sidebar_blue ul li:hover :last-child { -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px; }
#fixed_sidebar_blue ul li img { margin-bottom:6px; filter: invert(1);}
#fixed_sidebar_blue ul li a { font-size:15px; color:#fff; display:block; padding:14px 3px; }
#fixed_sidebar_blue ul li a span{display: block;color: #000000;}
#fixed_sidebar_blue ul li a:hover { background:#c3c3c3; }

/* Home banner starts here */
.main_banner_home { width:100%; position:relative; height:calc(100vh - 93px); }
.home_banner_outer{height:calc(100vh - 93px); }
/*.main_banner_home::before { content: ""; background: url(../images/Geely_banner1.jpg); -webkit-background-size: cover; background-size: cover; background-position:center top; position:absolute; left:0; top:0; height:100%; width:100%; }*/
.home_banner_outer{background: url(../images/Geely_banner1.jpg); -webkit-background-size: cover; background-size: cover; background-position:center top; }
.main_banner_home .banner_geely_logo { position: absolute; top:0; left:40px; }
.main_banner_home .banner_geely_logo img{max-width: 100%;}
.main_banner_home .wallan_logo {position: absolute; top: 60px; left: 70px;}
.main_banner_home .wallan_logo img{max-width: 100%;}
.main_banner_home .wallan_logo_resp {display: none;}
@media (min-width:500px) and (max-width:900px) {
    .main_banner_home .wallan_logo_resp {display: block;position: absolute;bottom: 2%;left: 2%;width: 12%;}
}

/* Header starts here */
.main_banner_home { padding:0; }
.main_banner_home .content { width:60%; margin:0 auto; padding-top:4%; text-align:center; }
.main_banner_home .content h2 { font-family:'NeoSansArabicMedium'; font-size:52px; color:#000; text-transform:uppercase; padding-bottom:15px; }
.main_banner_home .content h2.last_banner {color: #fff;}
.main_banner_home .content span { font-family:'NeoSansArabicRegular'; font-size:36px; color:#000 }
.main_banner_home .content span.last_banner {color: #fff;}
.main_banner_home .content .calltoaction { margin-top:40px }
.main_banner_home .content .calltoaction a { background:#323232; padding:13px 32px; padding-top:20px; border-radius:3px; font-family:'NeoSansArabicMedium'; font-size:20px; color:#fff; text-transform:uppercase }
.main_banner_home .content .calltoaction a:hover { background:#0070b7; }
.home_banner_outer .owl-stage-outer a#product-loginpage-button {background: none;display: block;padding: 0;margin: 0;}

/* Sticky Header */
.page-main.addmargin { padding-top:133px; }
header.page-header{position: relative;}
.sticky { position:fixed; right:0px; top:0; width:100%; }
header.page-header.sticky { position:fixed; right:0px; top:0; width:100%; }
.sticky + .main_banner_home { padding-top:0; }
/* Ends */

header.page-header { width:100%; height:93px; background:#EAE9E8; display: inline-flex; justify-content: space-between; z-index:99; margin-bottom: 0; border-bottom: none;}
header.page-header .geely_logo { width:20%; height:93px; background:#fff; text-align:center; padding:23px 10px; box-sizing:border-box;display: flex;align-items: center;justify-content: center}
header.page-header .geely_logo img{max-width: 100%;}
header.page-header .geely_logo_responsive { display:none }

/* Navigation */
nav {margin:0 auto; }
nav ul { text-align:center }
nav ul li { display:inline-block; padding:43px 25px; padding-bottom:32px; }
nav ul li a { font-family:'NeoSansArabicMedium'; font-size:20px; color:#fff; text-transform:uppercase }

/* Header Right Sections */
header.page-header .header_block_right { width:21%; background:#DFDFDF; height:93px;padding-top: 22px;  padding-left: 2px; padding-right: 2px;  align-items: center;
 box-sizing:border-box; text-align: center}
header.page-header .header_block_right ul{width: 100%}
header.page-header .header_block_right .header_links{ display:inline-block; vertical-align:top; text-align:center; margin:0 3%;margin-right: 0; float: none; min-width: 43px; }
header.page-header .header_block_right .header_links a { font-size:14px; color:#000000; line-height:24px; }
header.page-header .header_block_right .header_links img{max-width: 100%; display: block; margin: 0 auto;filter: invert(1);}

/* Language */
header.page-header .header_block_right .header_links.language {  margin-top:15px; margin-left:0px; float: none; order: initial;}
header.page-header .header_block_right .header_links.language a { display:block; font-size:18px; padding-left:20px; }

/* Shopping Cart */
header.page-header .header_block_right .header_links.mini_cart {  }

/* Header ends here */


/* Body Section starts here */
.page-main { max-width:100%; }
.page-main.full-width { max-width:100%; }
.page-main .inner_container { max-width:1200px; padding:0 15px; margin:0 auto; }
.cms-easy-car-financing-available-html .page-main .block_two.faqs_block .inner_container { max-width:1000px;}
.page-main .select_models { width:100%; }
.page-main .select_models .block_title { width:100%; text-align:center; }
.page-main .select_models .block_title h2 { font-family:'NeoSansArabicMedium'; font-size:36px; color:#000; text-transform:uppercase; padding-bottom:10px; }
.page-main .select_models .block_title span.tagline { font-size:18px; color:#000; line-height:28px; padding:0px 0 }

.page-main .select_models .calltoaction.viewAllVehiclesButtonHome {text-align: center;padding-top: 30px;}
.page-main .select_models .calltoaction.viewAllVehiclesButtonHome a {background: #000000;border-radius: 50px;padding: 8px 25px;font-size: 16px;color: #fff;font-family: 'NeoSansArabicRegular';}

@media (min-width:200px) and (max-width:900px) {
    .page-main .select_models .calltoaction.viewAllVehiclesButtonHome a {font-size: 14px;}
}

/* Featured */
.page-main .select_models .featured_model { width:100%; min-height:404px; border-radius:5px; margin:30px 0; position:relative;
background: rgb(5,94,150); background: #000000; display: inline-flex; justify-content: space-between; }
.page-main .select_models .featured_model .tag { position:absolute; top:15px; left:15px; background:#fff; border-radius:5px; padding:6px 15px; font-size:14px; font-weight:bold; color:#05619b; text-transform:uppercase;}

/* Left Block */
.page-main .select_models .featured_model .left_block { width:50%; min-height:404px; padding:20px 40px; box-sizing:border-box; padding-top:60px; background-image: url(../images/featured_product_bg_car.png); background-position:right bottom; background-repeat:no-repeat; flex-direction:column; align-items:center; display:flex }
.page-main .select_models .featured_model .left_block .title { text-align:center; }
.page-main .select_models .featured_model.car_listing_detail .left_block .title{text-align: right;width: 100%;margin-bottom: 20px;}
.page-main .select_models .featured_model .left_block .title h3 { font-family:'NeoSansArabicBold'; font-size:48px; color:#fff; text-transform:uppercase; padding-bottom:15px; }
.page-main .select_models .featured_model .left_block .title .tagline { font-family:'NeoSansArabicRegular'; font-size:20px; line-height: 28px; color:#cbd6e0; }
.page-main .select_models .featured_model .right_block div.tagline {font-family: 'NeoSansArabicRegular';font-size: 18px;color: #fff;text-transform: uppercase;padding-bottom: 15px;}
.page-main .select_models .featured_model .left_block .specifications { width:70%; padding:5px 10px;padding-top: 10px; border-top:#fff 1px solid; border-bottom:#fff 1px solid; margin-top:20px;box-sizing: border-box;}
.page-main .select_models .featured_model .left_block .specifications ul { text-align:center }
.page-main .select_models .featured_model .left_block .specifications ul li { width:100%; display:inline-block; color:#000000; text-align:center; padding:5px 10px; box-sizing: border-box;  flex-direction:column; align-items:center; vertical-align:middle; font-family:'NeoSansArabicRegular'; line-height:20px; }
.page-main .select_models .featured_model .left_block .specifications ul li { font-size:14px; }
/* .page-main .select_models .featured_model .left_block .specifications ul li span.WD { font-size:18px; }
.page-main .select_models .featured_model .left_block .specifications ul li span.CN { font-size:22px; } */
.page-main .select_models .featured_model .left_block .specifications ul li:last-child { border:0px; }
/* .page-main .select_models .featured_model .left_block .specifications ul li:nth-child(1){width: 35%;} */
/* .page-main .select_models .featured_model .left_block .specifications ul li:nth-child(2){position: relative;padding-top: 7px;} */
/* .page-main .select_models .featured_model .left_block .specifications ul li:nth-child(2):before{content: '';height: 30px;width: 1px;background-color: #fff;display: inline-block;position: absolute;right: 0px;top: -1px}
.page-main .select_models .featured_model .left_block .specifications ul li:nth-child(2):after{content: '';height: 30px;width: 1px;background-color: #fff;display: inline-block;position: absolute;left: 0px;top: -1px} */
.page-main .select_models .featured_model .left_block .specifications .ul { text-align:center }
.page-main .select_models .featured_model .left_block .specifications .ul .li { width:100%; display:inline-block; color:#cbd6e0; text-align:center; padding:2px 10px; box-sizing: border-box;  flex-direction:column; align-items:center; vertical-align:middle; font-family:'NeoSansArabicRegular'; line-height:20px; }
.page-main .select_models .featured_model .left_block .specifications .ul .li span { font-size:15px; }
.page-main .select_models .featured_model .left_block .specifications .ul .li span.WD { font-size:18px; }
.page-main .select_models .featured_model .left_block .specifications .ul .li span.CN { font-size:22px; }
.page-main .select_models .featured_model .left_block .specifications .ul .li:last-child { border:0px; }
.page-main .select_models .featured_model .left_block .specifications .ul .li:nth-child(1){width: 100%;}
/* .page-main .select_models .featured_model .left_block .specifications .ul .li:nth-child(2){position: relative;padding-top: 0px;} */
/* .page-main .select_models .featured_model .left_block .specifications .ul .li:nth-child(2):before{content: '';height: 30px;width: 1px;background-color: #fff;display: inline-block;position: absolute;right: 0px;top: -1px}
.page-main .select_models .featured_model .left_block .specifications .ul .li:nth-child(2):after{content: '';height: 30px;width: 1px;background-color: #fff;display: inline-block;position: absolute;left: 0px;top: -1px} */
.page-main .select_models .featured_model .left_block .pricing { padding:15px 10px; margin-top:15px; font-size:16px; color:#fff; }
.page-main .select_models .featured_model .left_block .pricing span.price { font-size:18px; font-weight:bold }
.page-main .select_models .featured_model .left_block .calltoaction { padding:10px 10px; margin-top:20px; }
.page-main .select_models .featured_model .left_block .calltoaction .buynow { background:#2e2e2e; border-radius:50px; padding:11px 36px; font-family:'NeoSansArabicRegular'; font-size:15px; color:#fff; margin-left:12px; }
.page-main .select_models .featured_model .left_block .calltoaction .learnmore { border:#fff 1px solid; border-radius:50px; padding:9px 33px; font-family:'NeoSansArabicRegular'; font-size:15px; color:#fff; }
.page-main .select_models .featured_model .left_block .calltoaction .learnmore:hover {border: #2e2e2e 1px solid; background: #2e2e2e; color: #fff;}

/* Right Block */
.page-main .select_models .featured_model .right_block { width:50%; display: inline-flex; justify-content: space-between; box-sizing:border-box; padding-top:90px; text-align: center}
.page-main .select_models .featured_model .right_block .block_links { width:100%; clear:both; }
.page-main .select_models .featured_model .right_block .block_links ul li { display:inline-block; font-family:'NeoSansArabicRegular'; font-size:20px; color:#fff; padding:5px 12px; }
.page-main .select_models .featured_model .feature_product_image { clear:both; position:absolute; left:0px; bottom:-96px; }
.page-main .select_models .featured_model .feature_product_image img { max-width:100%; height:auto;width: 800px; }

/* Models */
.page-main .select_models .models { width:100%; margin:30px 0; margin-top: 40px; }
.page-main .select_models .models ul { grid-template-columns: 1fr 1fr; grid-gap: 2rem; display: grid; padding:0px 0px; box-sizing: border-box; }
.page-main .select_models .models ul li { text-align:right; background-color:#EAE9E8; min-height: 310px; display: flex; flex-direction: column; justify-content: right; align-items: right; padding: 30px 30px; box-sizing: border-box; border-radius:5px; position:relative; }
.page-main .select_models .models ul li .title { text-align:center; padding-top:20px; width: 48%; }
.page-main .select_models .models ul li .title h3 { font-family:'NeoSansArabicRegular'; font-size:30px; color:#000; text-transform:uppercase; padding-bottom:15px; }
.page-main .select_models .models ul li .title .tagline { font-family:'NeoSansArabicRegular'; font-size:16px; color:#000; line-height: 20px;}

/* Specifications */
.page-main .select_models .models ul li .specifications { width: 50%; padding: 10px 0px; margin-top: 10px; /*position: absolute; left: 12px; top: 18px;*/ }
.page-main .select_models .models ul li .specifications ul { text-align:center; display: block; grid-template-columns:auto !important;background-color: #DFDFDF;}
.page-main .select_models .models ul li .specifications ul li { width:100%; display:inline-block; color:#EAE9E8; text-align:initial; padding:2px 0px; box-sizing: border-box;  flex-direction:column; align-items:center; vertical-align:middle; font-family:'NeoSansArabicRegular'; line-height:15px; border-radius:0px; min-height: inherit;font-size: 13px;background-color: #DFDFDF;}
.page-main .select_models .models ul li .specifications ul li.CN95 { padding-top:12px;width: 25% }
.page-main .select_models .models ul li .specifications ul li span { font-size:12px; font-family:'NeoSansArabicRegular';}
.page-main .select_models .models ul li .specifications ul li span.WD { font-size:14px; }
.page-main .select_models .models ul li .specifications ul li span.CN { font-size:14px; position: relative;top: 10px;}
.page-main .select_models .models ul li .specifications ul li:last-child { border:0px; }
.page-main .select_models .models ul li .specifications ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    background-color: #0070b7;
    position: static;
    vertical-align: middle;
    margin: 0px 12px;
}

/* Pricing */
.page-main .select_models .models ul li .pricing { padding:15px 0px; margin-top:15px; font-size:16px; color:#000; width: 48%;
    text-align: center;}
.page-main .select_models .models ul li .pricing span.price { font-size:18px; color:#0070b7; font-weight:bold }
.page-main .select_models .models ul li .calltoaction { padding:10px 0px; margin-top:10px; }
.page-main .select_models .models ul li .calltoaction .buynow { background:#0070b7; border-radius:50px; padding:8px 25px; font-family:'NeoSansArabicRegular'; font-size:15px; color:#fff; margin-left:8px; }
.page-main .select_models .models ul li .calltoaction .buynow:hover { background:#2e2e2e; }
.page-main .select_models .models ul li .calltoaction .learnmore { border:#000 1px solid; border-radius:50px; padding:7px 23px; font-family:'NeoSansArabicRegular'; font-size:15px; color:#000; }
.page-main .select_models .models ul li .calltoaction .learnmore:hover { border:#2e2e2e 1px solid; background:#2e2e2e; color:#fff; }
.page-main .select_models .models ul li .model_product_image { clear:both; position:absolute; left:-33px; bottom:-15px; }
.cms-home .page-main .select_models .models ul li .model_product_image {left: -10px;bottom: unset;top: -15px;}
.page-main .select_models .models ul li .model_product_image img {  height:auto; max-width: 285px; }
/* .page-main .select_models .models ul li.Okavango .model_product_image img {max-width: 350px;} */
.page-main .select_models .models ul li .model_product_image.coolray { clear:both; position:absolute; left:-40px; bottom:-40px; }


.page-main .select_models .models ul li .specifications {width: 100%;margin-bottom: 30px;background-color: #f1f4f6;width: 100%;padding: 18px 10px;margin: 30px 0px 30px;position: relative;}
.page-main .select_models .models ul li .pricing {margin-top: 0;line-height: 22px;}

/*new addition*/
.page-main .select_models .models ul li.first{grid-column: 1 / -1;flex-direction: unset;background: linear-gradient(180deg, rgba(5,94,150,1) 0%, rgba(17,81,121,1) 35%);margin-bottom: 30px;}
.page-main .select_models .all_model_container .first .left_block .calltoaction .learnmore{background-color: unset;color: #fff;border: 1px solid #fff;}
.page-main .select_models .all_model_container .first .left_block .calltoaction .buynow{background-color: #2e2e2e;color: #fff;border-color: #2e2e2e;}
.page-main .select_models .all_model_container .first .left_block .price_cta_block{flex-direction: column;align-items: flex-start;}
.page-main .select_models .all_model_container .first .left_block .pricing{width: 100%;}
.page-main .select_models .all_model_container .first .left_block .pricing span.price{display: inline-block;}
.page-main .select_models .all_model_container .first .left_block .calltoaction{justify-content: flex-start;padding-top: 18px;}
.page-main .select_models .all_model_container .first .left_block .title{flex-direction: column;align-items: flex-start;}
.page-main .select_models .all_model_container .first .left_block .title .block_links{font-size: 18px;line-height: 30px;color: #fff;position: static;width: auto;}
.page-main .select_models .all_model_container .first .left_block .title h3{color: #fff;font-size: 48px;font-weight: 600;}
.page-main .select_models .all_model_container .first .left_block .title .tagline{color: #fff;}
.page-main .select_models .all_model_container .first .left_block .specifications ul li{color: #fff;}
.page-main .select_models .all_model_container .first .left_block .pricing{color: #fff;}
.page-main .select_models .all_model_container .first .left_block{width: 50%;}
.page-main .select_models .all_model_container .first .left_block{background-position: left bottom;background-repeat: no-repeat;}
.page-main .select_models .all_model_container .first .left_block .pricing span.price{color: #fff;}
.page-main .select_models .all_model_container .first .left_block .specifications{background-color: unset;}
.page-main .select_models .models ul .first .specifications ul{background-color: unset;}
.page-main .select_models .models ul .first .specifications ul li{background-color: unset;}
.page-main .select_models .all_model_container .first .left_block .specifications ul li:before, .page-main .select_models .all_model_container .first .left_block .specifications ul li:nth-child(2):before{background-color: #fff;}
.page-main .select_models .all_model_container .first .left_block .specifications{margin: 0px;}
.page-main .select_models .all_model_container .first .right_block {width: 50%;display: inline-flex;justify-content: space-between;box-sizing: border-box;padding-top: 20px;text-align: center;}
.page-main .select_models .all_model_container .first .right_block .block_links {width: 100%;clear: both;}
.page-main .select_models .all_model_container .first .right_block .block_links span{font-size: 20px;color: #fff;padding: 5px 12px;}
.page-main .select_models .all_model_container .first .right_block .feature_product_image{clear: both;position: absolute;left: 50px;bottom: -50px;}
.page-main .select_models .all_model_container .first .right_block .feature_product_image img{max-width: 100%;height: auto;width: 550px;}



/* Financing Available */

.page-main .financing_available { width:100%; background:#EAE9E8;}
.page-main .financing_available .inner_container { max-width:1200px; padding:0 15px; margin:0 auto; }
.page-main .financing_available .title { width:100%; text-align:center; padding-bottom:30px; }
.page-main .financing_available .title h3 { font-family:'NeoSansArabicMedium'; font-size:36px; color:#000; text-transform:uppercase }
.page-main .financing_available .content { width:70%; margin:0 auto; text-align:center }
.page-main .financing_available .content p { font-size:18px; font-weight:normal; color:#323232; line-height:28px; }
.page-main .financing_available .content .calltoaction { margin-top:30px; }
.page-main .financing_available .content .calltoaction a { background:#000000; border-radius:50px; padding:8px 25px; font-size:14px; color:#fff;font-family: 'NeoSansArabicRegular';}
.page-main .financing_available .content .calltoaction a:hover { background:#2e2e2e; }
.page-main .financing_available .financing_banks { width:100%; text-align:center; margin-top:50px; }
.page-main .financing_available .financing_banks img{max-width: 100%;}
.page-main .financing_available .financing_banks li {display: inline-block; width: 24%;padding-bottom: 0px;margin-bottom: 50px;}
@media (min-width:200px) and (max-width:500px) {
    .page-main .select_models .featured_model .left_block .pricing span.price{font-size: 18px;line-height: 34px;display: block;font-family: 'Neo Sans Pro Medium';font-weight: 500;}
    .page-main .financing_available .financing_banks li {width: 38%;}
    /*.cms-index-index .page-main .financing_available .financing_banks li:last-child{display: none;}*/
}

/* custom models change start */
.select_models .all_model_container{display:grid; grid-gap:50px; grid-template-columns: 1fr 1fr; padding-top:50px;}
.page-main .select_models .all_model_container{min-height:unset;}
.page-main .select_models .all_model_container .all_model_container{margin:0px 0px;}
.page-main .select_models .all_model_container .left_block{background-image: unset; width: 100%; min-height: unset; align-items: initial;}
.page-main .select_models .all_model_container .left_block .title{display: flex; align-items: end; flex-wrap: wrap;width: 100%;}
.page-main .select_models .all_model_container .left_block .title h3{color: #000; font-size: 32px; line-height: 40px; padding-bottom: 0px; padding-left:20px;}
.page-main .select_models .all_model_container .left_block .title .tagline{font-size: 18px; line-height: 30px; color: #000;position: static;width: auto;}
.page-main .select_models .all_model_container .left_block .specifications{background-color: #DFDFDF;width: 100%; padding:18px 10px; margin:30px 0px 30px; position: relative;box-sizing: border-box;}
.page-main .select_models .all_model_container .left_block .specifications ul{width:60%;}
.page-main .select_models .all_model_container .left_block .specifications ul li{color: #000; font-size: 15px; line-height: 28px; width: 100%; display: block; text-align: initial; padding:0px 0px; display: flex; flex-direction: row;}
.page-main .select_models .all_model_container .left_block .specifications ul li:nth-child(1){width: 100%;}
.page-main .select_models .all_model_container .left_block .specifications ul li:nth-child(2):after{display: none;}
.page-main .select_models .all_model_container .left_block .specifications ul li:before,
.page-main .select_models .all_model_container .left_block .specifications ul li:nth-child(2):before{content:''; width:4px; height:4px; display: inline-block; background-color:#000000; position: static; vertical-align: middle; margin:0px 12px;}
.page-main .select_models .all_model_container .left_block .specifications ul li:nth-child(2){padding-top:0px;}
.page-main .select_models .all_model_container .left_block .specifications .model_image{position: absolute; top:-1px; left:-42px; max-width: 260px;}
.page-main .select_models .all_model_container .left_block .specifications .model_image .model_img{max-width: 100%;}
.page-main .select_models .all_model_container .left_block .price_cta_block{display: flex; justify-content: space-between; align-items: flex-end; padding:0px 10px; box-sizing: border-box;}
.page-main .select_models .all_model_container .left_block .pricing{font-size:15px; line-height:25px;color: #000; margin-top:0px; padding:0px 0px; width: 50%; font-family: 'NeoSansArabicRegular'; text-align: right;}
.page-main .select_models .all_model_container .left_block .pricing span.price{ color:#000000; font-size:20px; line-height:28px; display: block; font-family: 'NeoSansArabicMedium'; font-weight: 500;}
.page-main .select_models .all_model_container .left_block .pricing span.price span{font-size: 15px; color: #000000; font-weight: 400; font-family: 'NeoSansArabicRegular'}
.page-main .select_models .all_model_container .left_block .calltoaction{padding:0px 0px; margin:0px 0px; display: flex; justify-content: flex-end; width: 50%;}
.page-main .select_models .all_model_container .left_block .calltoaction .buynow{background-color: #000000; color: #fff; padding-left:20px; padding-right:20px; padding-top:12px; padding-bottom: 9px; display: block; text-align: center; min-width:5em; margin-left:0px;}
.page-main .select_models .all_model_container .left_block .calltoaction .buynow:hover{background-color: #2e2e2e; color: #fff; border-color: #2e2e2e;}
.page-main .select_models .all_model_container .left_block .calltoaction .learnmore{color: #000; border:1px solid #000; padding-left:15px; padding-right:15px; padding-top:12px; padding-bottom: 9px; display: block; text-align: center; min-width:5em; margin-right:15px;}
.page-main .select_models .all_model_container .left_block .calltoaction .learnmore:hover{background-color: #000000; color: #fff; border:1px solid #000000;}
.page-main .select_models .all_models_block{margin-top:unset;}
.page-main .select_models .view_all_cta{text-align: center; padding-top:60px;}
.page-main .select_models .view_all_cta a{font-size: 15px; line-height: 23px; padding:6px 10px 5px; box-sizing: border-box; border-radius: 25px; display: inline-block; color: #fff; background-color: #0070b7; min-width:12em; letter-spacing: 1px; border:1px solid #0070b7; transition: .3s ease-in-out;}
.page-main .select_models .view_all_cta a:hover{background-color: #fff; color: #0070b7; border:1px solid #0070b7}

/* Media Query */
@media screen and (min-width:200px) and (max-width:1024px){
    .select_models .inner_container{max-width: 100%;}
    .select_models .all_model_container{padding-top: 15px; grid-template-columns: 1fr; grid-gap: 30px;}
    /* .page-main .select_models .all_model_container .left_block{padding:20px 15px;} */
    .page-main .select_models .all_model_container .left_block .title{justify-content: center;padding-top: 0;}
    .page-main .select_models .all_model_container .left_block .title h3{font-size: 26px; line-height: 34px;padding-right:0;}
    .page-main .select_models .all_model_container .left_block .title .tagline{font-size: 14px; line-height: 24px;width: 100%;}
    /* .page-main .select_models .all_model_container .left_block .specifications{margin:20px 0px; display: flex; flex-direction: column; padding:15px 10px 10px; max-width: 100%;} */
    .page-main .select_models .all_model_container .left_block .specifications{margin:20px 0px; display: flex; flex-direction: column; padding:0; max-width: 100%;}
    .page-main .select_models .all_model_container .left_block .specifications .model_image{position: static; text-align: center; margin: auto;}
    .page-main .select_models .all_model_container .left_block .specifications ul{order:1; width: 100%;}
    .page-main .select_models .all_model_container .left_block .specifications ul li{display: flex; flex-direction: row; justify-content: center; font-size: 14px; line-height: 24px; text-align: center;min-height: auto;}
    .page-main .select_models .all_model_container .left_block .specifications ul li:before, 
    .page-main .select_models .all_model_container .left_block .specifications ul li:nth-child(2):before{display: none;}
    .page-main .select_models .all_model_container .left_block .price_cta_block{flex-direction: column;}
    .page-main .select_models .all_model_container .left_block .pricing{width: 100%; font-size: 14px; text-align: center;}
    .page-main .select_models .all_model_container .left_block .pricing span.price{font-size: 18px; line-height: 26px;}
    .page-main .select_models .all_model_container .left_block .pricing span.price span{font-size: 14px;}
    .page-main .select_models .all_model_container .left_block .calltoaction{width: 100%; padding-top:10px; justify-content: center;}
    .page-main .select_models .all_model_container .left_block .calltoaction .learnmore{margin-right:15px;}
    .page-main .select_models .view_all_cta{padding-top:30px;}
}

@media screen and (min-width:650px) and (max-width:1024px){
    .page-main .select_models .all_model_container .first .right_block .feature_product_image img{max-width: 100%;height: auto;width: 420px;}
    .page-main .select_models .all_model_container .first .right_block .feature_product_image{bottom: -39px;}
    .select_models .all_model_container{grid-template-columns: 1fr 1fr;}
    .page-main .select_models .all_model_container .left_block .title h3{padding-left:0px;}
    .page-main .select_models .all_model_container .left_block .specifications .model_image{min-height:170px;}
    .page-main .select_models .all_model_container .left_block .specifications ul{min-height:100px;}
}

@media screen and (min-width:767px) and (max-width:1024px){
    .page-main .select_models .all_model_container .left_block .specifications .model_image{min-height:160px;}
    .page-main .select_models .all_model_container .left_block .specifications ul{min-height:85px;}
}

@media screen and (min-width:1025px) and (max-width:1300px){
    .select_models .inner_container{max-width: 1200px;}
    .select_models .all_model_container{grid-gap: 30px;}
    /* .page-main .select_models .all_model_container .left_block{padding: 30px 20px;} */
    .page-main .select_models .all_model_container .left_block .title .tagline {width: auto;position: static;}
    .page-main .select_models .all_model_container .left_block .title {width: 100%;}
    .page-main .select_models .all_model_container .left_block .price_cta_block{padding:0px 0px;}
    .page-main .select_models .all_model_container .left_block .pricing{width: 46%;}
    .page-main .select_models .all_model_container .left_block .pricing span.price{font-size: 18px; line-height: 26px;}
    .page-main .select_models .all_model_container .left_block .calltoaction{width: 54%;}
    .page-main .select_models .view_all_cta{padding-top: 40px;}
    .page-main .select_models .all_model_container .left_block .specifications .model_image{left:-42px; top:10%; transform:translateY(-10%); max-width: 260px;}
    .page-main .select_models .all_model_container .left_block .specifications{padding:10px 0px;min-height: 170px;display: flex;flex-direction: column;justify-content: center;}
    .page-main .select_models .all_model_container .left_block .specifications ul{width: 50%; 
        /* min-height:140px; display: flex; flex-direction: column; justify-content: center; padding-left:5px; box-sizing: border-box; */
    }
}

@media screen and (min-width:1200px) and (max-width:1600px){
    .select_models .inner_container{max-width: 1200px;}
    .page-main .select_models .all_model_container .left_block .specifications .model_image {max-width: 230px;}
}
/* custom models change end */

/* Geely Offers */
.page-main .geely_offers { width:100%;padding-bottom: 30px;}
.page-main .geely_offers.clearfix:before,
.page-main .geely_offers.clearfix:after { content: " "; display: table; }
.page-main .geely_offers.clearfix:after { clear: both; }
.page-main .geely_offers .inner_container { max-width:1200px; padding:0 15px; margin:0 auto; }
.page-main .geely_offers .content_block { width:35%; padding-top: 30px; display:inline-block; vertical-align:top }
.page-main .geely_offers .content_block .title { width:100%; padding-bottom:15px; }
.page-main .geely_offers .content_block .title h3 { font-family:'NeoSansArabicMedium'; font-size:36px; color:#000; text-transform:uppercase }
.page-main .geely_offers .content_block .content { width:100%; }
.page-main .geely_offers .content_block .content p { font-size:18px; font-weight:normal; color:#323232; line-height:28px; padding:10px 0 }
.page-main .geely_offers .content_block .content .calltoaction { margin-top:30px; }
.page-main .geely_offers .content_block .content .calltoaction a { background:#000000; border-radius:50px; padding:8px 25px; font-size:14px; color:#fff;font-family: 'NeoSansArabicRegular';}
.page-main .geely_offers .content_block .content .calltoaction a:hover { background:#2e2e2e; }

/* Carousel */
.page-main .geely_offers .offers_carousel { width:61%; display:inline-block; vertical-align:top; float:left; z-index:0; }
.page-main .geely_offers .offers_carousel .item img { border-radius:10px; }

/* Why Geely Wallan */
.page-main .why_geely_wallan { width:100%; background:#EAE9E8;padding-bottom:50px; }
.page-main .why_geely_wallan .inner_container { max-width:1200px; padding:0 15px; margin:0 auto; }
.page-main .why_geely_wallan .title { width:100%; text-align:center; padding-bottom:15px; }
.page-main .why_geely_wallan .title h3 { font-family:'NeoSansArabicMedium'; font-size:36px; color:#000; text-transform:uppercase }
.page-main .why_geely_wallan .content { width:70%; margin:0 auto; text-align:center }
.page-main .why_geely_wallan .content p { font-size:18px; font-weight:normal; color:#323232; line-height:28px; }
.page-main .why_geely_wallan .content .calltoaction { margin-top:30px; }
.page-main .why_geely_wallan .content .calltoaction a { background:#000000; border-radius:50px; padding:8px 25px;font-size:14px; color:#fff;font-family: 'NeoSansArabicRegular'; }
.page-main .why_geely_wallan .content .calltoaction a:hover { background:#2e2e2e; }
.page-main .why_geely_wallan .features_blocks { width:100%; padding-top:50px; text-align:center; }
.page-main .why_geely_wallan .features_blocks .left_block { width:22%; display:inline-block; vertical-align:top }
.page-main .why_geely_wallan .features_blocks .left_block h4 { font-family:'NeoSansArabicMedium'; font-size:18px; color:#000; padding:15px 0; padding-bottom:8px; }
.page-main .why_geely_wallan .features_blocks .left_block p { font-size:13px; color:#242424; line-height:22px;font-family: 'NeoSansArabicRegular'; }
.page-main .why_geely_wallan .features_blocks .left_block .feature1 { margin-bottom:30px; min-height:170px; }
.page-main .why_geely_wallan .features_blocks .vehicle_block { width:54%; display:inline-block; vertical-align:top }
.page-main .why_geely_wallan .features_blocks .vehicle_block img { max-width:100%; height:auto }
.page-main .why_geely_wallan .features_blocks .right_block { width:22%; display: inline-block; }
.page-main .why_geely_wallan .features_blocks .right_block .feature1 { margin-bottom:30px; min-height:170px; }
.page-main .why_geely_wallan .features_blocks .right_block h4 { font-family:'NeoSansArabicMedium'; font-size:19px; color:#000; padding:15px 0; padding-bottom:8px; }
.page-main .why_geely_wallan .features_blocks .right_block p { font-size:14px; color:#242424; line-height:24px;font-family: 'NeoSansArabicRegular';  }

/* Customer Care */
.page-main .customer_care { width:100%; }
.page-main .customer_care.clearfix:before,
.page-main .customer_care.clearfix:after { content: " "; display: table; }
.page-main .customer_care.clearfix:after { clear: both; }
.page-main .customer_care .inner_container { max-width:1200px; padding:0 15px; margin:0 auto; }
.page-main .customer_care .content { width:45%; display:inline-block; vertical-align:top; margin-top:80px; }
.page-main .customer_care .content h3 { font-family:'NeoSansArabicMedium'; font-size:36px; color:#000; text-transform:uppercase; padding-bottom:10px; }
.page-main .customer_care .content p { font-size:18px; font-weight:normal; color:#323232; line-height:28px; padding:5px 0 }
.page-main .customer_care .content .calltoaction { margin-top:30px; }
.page-main .customer_care .content .calltoaction a { background:#000000; border-radius:50px; padding:8px 25px;font-size:14px; color:#fff;font-family: 'NeoSansArabicRegular';  }
.page-main .customer_care .content .calltoaction a:hover { background:#2e2e2e; }
.page-main .customer_care .calltoaction_blocks { width:40%; display:inline-block; vertical-align:top; float:left; }
.page-main .customer_care .calltoaction_blocks ul { text-align:center }
.page-main .customer_care .calltoaction_blocks ul li { width:45%; display:inline-block; vertical-align:top; margin:10px 8px; }
.page-main .customer_care .calltoaction_blocks ul li a { background:#fff; padding:25px 20px; padding-top:40px; display:block; border-radius:10px; box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 12px 0 rgba(0, 0, 0, 0.10) }
.page-main .customer_care .calltoaction_blocks ul li a .title { padding:20px 0; }
.page-main .customer_care .calltoaction_blocks ul li a { font-family:'NeoSansArabicMedium'; font-size:17px; color:#000; }
.page-main .customer_care .calltoaction_blocks ul li a:hover { color:#54595F; box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 15px 0 rgba(0, 0, 0, 0.15) }

/* Footer starts here */
footer.page-footer { width:100%; padding-bottom: 0;  }
footer.page-footer .social_media img {vertical-align: middle;}

/* Book Now */
footer.page-footer .booknow { width:100%; height:125px; padding:53px 15px; box-sizing: border-box; background-color:#EAE9E8; background-image:url(../images/footer_buy_now_bg.jpg); background-size:cover; text-align:center }
footer.page-footer .booknow span.title { font-family:'NeoSansArabicRegular'; font-size:26px; color:#000000; text-transform:uppercase; padding-left:40px; }
footer.page-footer .booknow a {border-radius:50px; padding:12px 35px; padding-top:17px; font-family:'NeoSansArabicMedium'; font-size:19px; color:#000000; text-transform:uppercase;border:1px solid #000000; }
footer.page-footer .booknow a:hover { background:#2e2e2e; color:#fff; }

/* Footer Section */
footer.page-footer .footer_section { width:100%; background:#EAE9E8; }

/* About company */
footer.page-footer .footer_section .about_company_block { width:35%; background:#DFDFDF; min-height:40vh; display:inline-block; vertical-align:top; padding:70px 40px; padding-right:100px; box-sizing: border-box; }
footer.page-footer .footer_section .about_company_block .footer_logo { display: flex; align-items: center;}
/* footer.page-footer .footer_section .about_company_block .footer_logo .geely_footer_logo { margin-right: 20px; } */
footer.page-footer .footer_section .about_company_block .footer_logo img {max-width:100%; height:auto;}
footer.page-footer .footer_section .about_company_block .footer_logo .footer_logo_divider {width: 2px;height: 35px;background-color: #949494;margin: 0px 20px !important;}
footer.page-footer .footer_section .about_company_block .content {width:100%;padding:20px 0;padding-bottom: 0;}
footer.page-footer .footer_section .about_company_block .content p { font-size:15px; color:#000000; line-height:26px; padding:10px 0 }
footer.page-footer .footer_section .about_company_block .social_media { width:100%; padding:15px 0; padding-top:25px; }
footer.page-footer .footer_section .about_company_block .social_media ul { }
footer.page-footer .footer_section .about_company_block .social_media ul li { display:inline-block; vertical-align:top; margin-left:9px; }
footer.page-footer .footer_section .about_company_block .social_media ul li a { background:#262626; padding:10px; padding-bottom:13px; border-radius:5px; }
footer.page-footer .footer_section .about_company_block .social_media ul li a:hover { background:#1f1f1f; }
footer.page-footer .footer_section .about_company_block .copyright { width:100%; /*padding:15px 0; padding-top: 20px;*/ font-size:15px; color:#000000; line-height:24px; }
footer.page-footer .footer_section .about_company_block .social_media .copyright {padding-top: 35px;padding-bottom: 0;}

/* Footer links */
footer.page-footer .footer_section .footer_links { width:60%; display:inline-block; vertical-align:top; padding:70px 40px; padding-top:70px; padding-right:100px; box-sizing: border-box; }
footer.page-footer .footer_section .footer_links .column { width:33%; display:inline-block; vertical-align:top }
footer.page-footer .footer_section .footer_links .column .title { font-family:'NeoSansArabicRegular'; font-size:18px; color:#000000; text-transform:uppercase; padding-top:10px ;cursor: pointer;}
footer.page-footer .footer_section .footer_links .column .accordion-content { height: auto; display: block; padding:25px 0 }
footer.page-footer .footer_section .footer_links .column .accordion-content ul li { width:auto; clear:both; padding:6px 0 }
footer.page-footer .footer_section .footer_links .column .accordion-content ul li a { font-size:16px; color:#000000; line-height:22px }
footer.page-footer .footer_section .footer_links .column .accordion-content ul li a:hover { color:#54595F; }
.main_footer .social_media .inner_container {padding: 0;}
.main_footer .social_media .inner_container .copyright {font-size: 13px;padding: 15px 0;padding-top: 20px;}
header.page-header .header_block_right .responsive_togglemenu{display: none}

footer.page-footer .footer_section .footer_links .column .accordion-content ul.app_links {display: flex;}
footer.page-footer .footer_section .footer_links .column .accordion-content ul.app_links li.googleplay {margin-right: 5px;}
footer.page-footer .footer_section .footer_links .column .accordion-content ul.app_links li.appgallery {margin-right: 5px;}

.nav_side .title{display: none}
.nav_side .heading{display: none}
.breadcrum_container{width: 100%;display: inline-block;padding: 18px 20px;box-sizing: border-box;border-bottom: 1px solid #D9D9D9;}
.breadcrum_container ul{}
.breadcrum_container ul li{display: inline-block;padding-left: 10px;vertical-align: middle;}
.breadcrum_container ul li a{font-size: 14px;color: #797979;font-family: NeoSansArabicRegular;text-transform: capitalize;}
.breadcrum_container ul li span{font-size: 14px;color: #000;font-family: NeoSansArabicRegular;text-transform: uppercase;}
.breadcrum_container ul li img{max-width: 100%;transform: rotate(180deg);}
.breadcrum_container ul li:last-child{padding-left: 0}
.contact_block .label{padding-right: 0;}
.login_block .label{padding-right: 0;padding-bottom: 15px;}
.all_block_page .label{padding-right: 0;padding-bottom: 15px;}
.all_block_page .field .label{padding: 0;}

.label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.label .checkmark{position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #d1d9df;
    border-radius: 4px;
    border-style: solid;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -5px;
}
.compare_checkbox .checkbox_compare .checkmark {top: 3px;}
.compare_checkbox .checkbox_compare .checkmark {top: 25px;right: 18px;left: unset;}
.checkmark:after {
    background-image: url("../images/tick_icon_checkbox-1.png");
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    background-size: 100%;
    right: 2px;
    top: 3px;
    width: 14px;
    height: 14px;
}
.label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.label input:checked ~ .checkmark:after {
    display: block;
}
.field.agreement.choice input:checked ~ .label .checkmark:after {
    display: block;
}
.field.agreement.choice input:checked ~ .label .checkmark {
    background-color: #0070b7
}
.label input:checked ~ .checkmark {
    background-color: #000000
}
.all_block_page h2{
    font-family: 'NeoSansArabicMedium';
    text-align: center;
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.customer_review.all_block_page h2{display: inline-block}
.customer_review.all_block_page .title{
    font-family: 'NeoSansArabicMedium';
    text-align: center;
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.fields{ width: 100%;display: inline-flex;justify-content: space-between;margin-top: 20px;}
.fields .field{ width: 100%; padding-bottom: 25px; margin-bottom: 0; }
.fieldset > .field{padding-bottom: 20px;margin-bottom: 0;}
#register_first .fieldset > .field{padding-bottom: 20px;margin-bottom: 0;margin-top: 0px;}
#login-form .fieldset > .field{padding-bottom: 20px;margin-bottom: 0;margin-top: 0px;}header.page-header .header_block_right .header_links img
.forgot_password_block .fieldset > .field{padding-bottom: 15px;margin-bottom: 0;margin-top: 10px;}
.fields .field:last-child{padding-bottom: 0px; }
.fieldset > .field:last-child{padding-bottom: 0px;}
.fieldset > .fields > .field{margin-bottom: 0;}
.forgot_password_block .field-recaptcha {margin: 10px 0;}
.forgot_password_block .fieldset:last-child {margin-bottom: 0;}
.form.password.forget .fieldset::after {margin-top: 0;}
.field .label{}
.field .label span {
    font-size: 15px;
    color: #000;
    display: block;
    font-family: NeoSansArabicRegular;
    text-transform: none;
}
#register_first .field .control input#phone_number {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
button#generate_otp{margin-top: 25px; margin-bottom: 20px;background-color: #000000;}
.options-list .field .label span {display: inline;}
 .field .control input {
    height: 52px;
    border: 1px solid #cfd9e2;
    border-radius: 4px;
    font-size: 15px;
    color: #000;
    font-family: NeoSansArabicRegular;
    box-sizing: border-box;
    background-color: #EAE9E8;
    padding-right: 20px;padding-top: 2px;
    padding-left: 10px;
    outline: 0;
    width: 100%;
}
.control select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url(../images/jump_menu.png);
    background-repeat: no-repeat;
    padding: 4px 20px 5px 25px;
    height: 52px;
    width: 100%;
    background-position: calc(18px) 55%;
    outline: 0;
    box-sizing: border-box;
    font-size: 15px;
    color: #2d2d2d;
    border: 1px solid #cfd9e2;
    text-transform: capitalize;
    border-radius: 4px;
}

.field textarea{height: 120px;border: 1px solid #cfd9e2;background-color: #fff;border-radius: 4px;resize: none;font-size: 14px;color: #000;font-family: NeoSansArabicRegular;box-sizing: border-box;padding-right: 20px;padding-top: 20px;
    padding-left: 10px;outline: 0;width: 100%;}

.radio_btn{width: 100%;display: flex;margin-top: 24px;}
.radio_btn .container{padding-left: 35px}

.radio_btn .container {
    font-size: 15px;
    color: #000;
    font-family: NeoSansArabicRegular;
    display: block;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 .radio_btn .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.radio_btn .container input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #0070b7;
}
.radio_btn .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #0070b7;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -2px;
}
.radio_btn .container .checkmark:after {
    top: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #0070b7;
}
.radio_btn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio_btn .container input:checked ~ .checkmark:after {
    display: block;
}
.date_calender{max-width: 100%;}

nav .items_menu ul li a{color: #000000;}

/*  banner changes*/
#banner_slider_carousel .slider{background-image: url("../images/Geely_banner1.jpg");-webkit-background-size: cover; background-size: cover; background-position:center top; position:absolute; right:0; top:0; height:100%; width:100%; }
.owl-theme#banner_slider_carousel .owl-nav.disabled+.owl-dots{margin-top: 0;background-color: transparent;position: absolute;left: 0;right: 0;margin: auto;bottom: 40px;}
.owl-theme#banner_slider_carousel .owl-dots .owl-dot.active span{background-color: #fff;border: 2px solid #fff;}
.owl-theme#banner_slider_carousel .owl-dots .owl-dot span{border: 2px solid #fff;background-color: transparent;width: 12px;height: 12px;}
.compare .field .label span.checkbox_compare input.checkbox {visibility: hidden;}
.compare .field .label span{line-height: normal;padding: 0;}
.field .label span.checkmark{padding: 0;}
.compare .field .label span.tocompare-boolfly{margin-right: 30px;}
.compare .field .label label.tocompare-boolfly{margin-right: 25px;}

.product-add-form .product-options-wrapper .field .control.type .tooltip{position:relative;display:inline;float: right;}
.product-add-form .product-options-wrapper .field .control.type .tooltip_icon{margin-right:3px;cursor:pointer;vertical-align:middle;margin-top:-4px}
.product-add-form .product-options-wrapper .field .control.type .tooltip_content{position:absolute;right:calc(100% + 16px);box-shadow:0px 0px 12px 3px rgba(0,0,0,0.10);width:230px;font-size:13px;display:none;box-sizing:border-box;padding:15px;z-index:999;top:-10px;background:#fff;border-radius:0px;line-height:20px}
.product-add-form .product-options-wrapper .field .control.type .tooltip_content.left{position:absolute;right:-246px}
.product-add-form .product-options-wrapper .field .control.type  .tooltip_content:before{content:"";position:absolute;top:17px;margin-top:-12px;right:-23px;border:solid 12px transparent;border-right-color:#eee;z-index:1;transform: rotate(180deg);}
.product-add-form .product-options-wrapper .field .control.type .tooltip_content.left:before{border:solid 12px transparent;border-right-color:#fff;right:auto;right:-23px}
.product-add-form .product-options-wrapper .field .control.type .tooltip:hover>.tooltip_content{display:block }
@media(max-width:1000px){
    .compare .field .label label.tocompare-boolfly {    margin-right: 30px;    line-height: 30px;}
}
@media(min-width:900px){
    .product-add-form .product-options-wrapper .field .control.type .tooltip:hover>.tooltip_content{display:block !important}
    .footer .main_footer .about_company_block #accordion_dup {display: none;}
}
@media(max-width:899px){
    .footer .main_footer #accordion {display: none;}
    .product-add-form .product-options-wrapper .field .control.type .admin__field{position: relative;}
    .product-add-form .product-options-wrapper .field .control.type .tooltip{position:static}
    .product-add-form .product-options-wrapper .field .control.type .tooltip_content,
    .product-add-form .product-options-wrapper .field .control.type .tooltip_content.left{right:0;width:100%;top:30px}
    .product-add-form .product-options-wrapper .field .control.type .tooltip_content:before,
    .product-add-form .product-options-wrapper .field .control.type .tooltip_content.left:before{content:"";position:absolute;top:-12px;margin-top:0;right:calc(50% - 5px);border:solid 12px transparent;border-bottom:#fff;z-index:1}
}
.tooltip.product_page_tooltip {position: relative;display: inline-block;}
.tooltip.product_page_tooltip .tooltip_icon {margin-right: 3px;cursor: pointer;vertical-align: middle;margin-top: -4px;}
.tooltip.product_page_tooltip .tooltip_content.left {position: absolute;top: 27px;right: -50px;left: auto;}
.tooltip.product_page_tooltip .tooltip_content {position: absolute;right: calc(100% + 16px);box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.10);width: 230px;font-size: 13px;display: none;box-sizing: border-box;padding: 15px;z-index: 999;top: -10px;background: #fff;border-radius: 0px;line-height: 20px;}
.tooltip.product_page_tooltip:hover > .tooltip_content {display: block !important;}

/*responsive*/

/* Header Responsive */
@media (min-width:900px){
    footer.page-footer .footer_section .footer_links .column .accordion-content{display: block !important; height: auto !important; padding: 25px 0 !important;}
}

@media (min-width:900px) and (max-width:1200px){
    .page-main .select_models .all_model_container .first .left_block{background-image: none !important;}
    .page-main .select_models .models ul li .title{width: 100%;}
}
@media (min-width:200px) and (max-width:900px){
    .owl-theme .owl-nav.disabled + .owl-dots {margin-top: 10px;}
    .page-main .why_geely_wallan .features_blocks .left_block h4 {font-size: 15px;}
    .page-main .why_geely_wallan .features_blocks .right_block h4 {font-size: 15px;}
    .page-main .why_geely_wallan .features_blocks .left_block img {width: 70px;}
    .page-main .why_geely_wallan .features_blocks .right_block img {width: 70px;}
    #fixed_sidebar_blue { display:none; position:fixed; top:inherit; bottom:0; right:0px; z-index:2; background:#0070b7; width:100%; height:auto; border-radius:0;  }
    #fixed_sidebar_blue ul { text-align:center }
    #fixed_sidebar_blue ul li { width: 16%; text-align: center; border-bottom: 0; border-right: #30a3ec 1px solid; display: inline-block; padding: 2px 5px;}
    #fixed_sidebar_blue ul li:last-child { border:0px; } 
    #fixed_sidebar_blue ul li a span { width:100%; display: block;}
    #fixed_sidebar_blue ul li a { font-size: 11px; padding:5px 0px; }
    #fixed_sidebar_blue ul li a img { max-width: 42%; height:auto; }
    .main_banner_home .banner_geely_logo { display:none }
    .main_banner_home .wallan_logo { display:none }
    .main_banner_home { width:100%; height:calc(70vh - 93px); position:relative; }
    .main_banner_home::before { content: ""; background: url(../images/Geely_banner1_responsive.jpg); -webkit-background-size: cover; background-size: cover; background-position:center center; position:absolute; right:0; top:0; height:100%; width:100%; }
    .main_banner_home .content { width:100%; margin:0 auto; padding-top:10%; }
    .main_banner_home .content h2 { font-size:21px; padding-bottom:12px; }
    .main_banner_home .content span { font-size:20px }
    .main_banner_home .content .calltoaction { margin-top:20px }
    .main_banner_home .content .calltoaction a { background:#323232; padding:7px 20px; padding-top:12px; font-size:14px; }
    header.page-header { height:50px; }
    header.page-header.openPushbar {z-index: unset;position: unset;}
    header.page-header .geely_logo { display:none }
    header.page-header .geely_logo_responsive { display:block; width:25%; height:50px; background:#fff; text-align:center; padding:5px 10px; box-sizing:border-box }
    header.page-header .geely_logo_responsive img { max-width:90%; height:auto; }
    header.page-header nav { display:none }
    header.page-header .header_block_right { }
    header.page-header .header_block_right { width:74%; background:none; height:50px; padding:13px 15px; }
    header.page-header .header_block_right .header_links { display:inline-block; vertical-align:top; text-align:center; margin:0 0px }
    header.page-header .header_block_right .header_links a { font-size:0px; }
    /*header.page-header .header_block_right .header_links img { max-width:75%; height:auto; }*/
    header.page-header .header_block_right .header_links img{width: 23px;}
    header.page-header .header_block_right .header_links.responsive_togglemenu img{width: 22px;}
    header.page-header .header_block_right .account_link a.login_icon .icon,
    header.page-header .header_block_right .account_link a.login_icon.active .icon{width: 27px; height: 27px;background-size: 23px !important;}
    header.page-header .header_block_right .header_links.language { margin-top:1px; margin-left:-8px; }
    header.page-header .header_block_right .header_links.language a { font-size:15px; padding-left: 10px;}
    .page-main.addmargin { padding-top:70px; }
    .main_banner_home { width:100%; position:relative; height:342px; }
    .home_banner_outer{ height:342px;}
    .owl-theme#banner_slider_carousel .owl-dots .owl-dot span{width: 10px;height: 10px} 
    .owl-theme#banner_slider_carousel .owl-nav.disabled+.owl-dots{bottom: 20px;}
}
.page_heading {text-align: center;}
.heading.page_heading h1{  font-family: 'NeoSansArabicMedium';text-align: center;font-size: 36px;color: #000;text-transform: uppercase;padding-bottom: 10px; margin-bottom: 0;}

.header_links{position: relative}
.header_links .drop_down{position: absolute; top: 75px; z-index: 111;padding: 6px 20px;box-sizing: border-box;
    text-align: center;background-color: #FFF; width: 180px;display: none;
    left: 5px; box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 0.10);}
header.page-header .header_block_right  .header_links .drop_down a{color: #000; font-size: 13px;line-height: 18px;}


/* Responsive */

@media (min-width:200px) and (max-width:900px){
    .header_links .drop_down {top: 48px;}
    .header_share .drop_down1 {top: 48px;}
    .heading.page_heading h1{font-size: 20px;padding-bottom: 10px;line-height: 32px;}
    .page-main { max-width:100%; }
    .page-main .select_models .block_title h2 { font-size:22px; padding-bottom:10px; line-height: 32px; }
    .page-main .select_models .block_title span.tagline { display:block }
    .page-main .select_models .block_title span.tagline { font-size:15px; line-height:22px; }
    .page-main .select_models .featured_model .left_block .title .tagline { font-size:15px;line-height: 22px;}
    .page-main .select_models .featured_model .right_block div.tagline {font-size:14px;line-height: 21px;}
    .page-main .select_models .block_title{margin-bottom: 20px;}
    .page-main .select_models .featured_model { display:block }
    .page-main .select_models .featured_model .left_block { width:100%; min-height:inherit; padding:20px 20px; box-sizing:border-box; padding-top:60px; background-image:none !important; align-items:center; display:flex; text-align: center}
    .page-main .select_models .featured_model .right_block { width:100%; display: inline-flex; justify-content: space-between; box-sizing:border-box; padding-top:90px; text-align: center}
    .page-main .select_models .featured_model .left_block .title h3 { font-size:26px; }
    .page-main .select_models .featured_model .right_block .block_links { display:none }
    .page-main .select_models .featured_model .feature_product_image { width:100%; clear:both; position:absolute; left:0px; bottom:-35px; }
    .page-main .select_models .featured_model .left_block .calltoaction .buynow { padding:8px 30px; font-size:14px; margin-left:8px; }
    .page-main .select_models .featured_model .left_block .calltoaction .learnmore { padding:7px 24px; font-size:14px; }
    .page-main .select_models .featured_model .left_block .specifications { width:100%; padding:5px 0px;margin-top:20px; }
    header.page-header .header_block_right .header_links{min-width: 36px;}
    .page-main .select_models .featured_model .left_block .specifications ul li { width:100%; display:inline-block; color:#cbd6e0; text-align:center; padding:5px 5px; line-height:20px; }
    .page-main .select_models .featured_model .left_block .specifications ul li { font-size:12px; }
    /* .page-main .select_models .featured_model .left_block .specifications ul li span.WD { font-size:16px; }
    .page-main .select_models .featured_model .left_block .specifications ul li span.CN { font-size:16px; } */
    .page-main .select_models .featured_model .left_block .specifications ul li:nth-child(1) {width: 100%;} 
    .page-main .select_models .featured_model .left_block .specifications .ul .li { width:100%; display:inline-block; color:#cbd6e0; text-align:center; padding:5px 5px; line-height:20px; }
    .page-main .select_models .featured_model .left_block .specifications .ul .li span { font-size:12px; }
    .page-main .select_models .featured_model .left_block .specifications .ul .li span.WD { font-size:16px; }
    .page-main .select_models .featured_model .left_block .specifications .ul .li span.CN { font-size:16px; }
    .page-main .select_models .featured_model .left_block .specifications .ul .li:nth-child(1) {width: 100%;}
    .page-main .select_models .featured_model { min-height: 370px;margin-top: 28px;}
    .page-main .select_models .models ul { grid-template-columns:1fr; grid-gap: 2rem; display: grid; padding:0px 0px; box-sizing: border-box; }
    .page-main .select_models .models ul li { text-align:center; background-color:#EAE9E8; min-height: 310px; position:relative; padding:20px; }
    .page-main .select_models .models ul li .specifications { width: 90%;  position: static; }
    .page-main .select_models .models ul li .title h3 { font-size:24px; }
    .page-main .select_models .models ul li .title .tagline { font-size:15px;line-height: 22px; }
    .page-main .select_models .models ul li .specifications { width: 100%; position: static; margin-top: 10px; }
    .page-main .select_models .models ul li .model_product_image { clear:both; position:static; left:12px; /*bottom:-50px;*/ margin-top:30px; }
    .page-main .select_models .models ul li .model_product_image.coolray { clear:both; position:static; left:-40px; bottom:-40px; }
    .page-main .select_models .models ul li .title { text-align:center; padding-top:10px; width: 100%;}
    .fields{margin-top: 0px;flex-direction: column;}
    .fields .field{padding-bottom: 10px;padding-top: 20px}
    #rfq-popup-content #quickrfq_form .fields .field {padding-top: 0;padding-bottom: 0px !important;}
    .field .label span{font-size: 14px;}
    .radio_btn .container{padding-left: 24px;font-size: 14px;}
    /* .page-main .select_models .calltoaction.viewAllVehiclesButtonHome {padding-top: 0;} */
    /*additional css*/
    /*new addition*/
    .page-main .select_models .all_model_container .first .left_block{width: 100%;text-align: center;padding-bottom: 25px;}
    .page-main .select_models .models ul li.first{grid-column: 1 / -1;flex-direction: column;background: linear-gradient(180deg, rgba(5,94,150,1) 0%, rgba(17,81,121,1) 35%);margin-bottom: 30px;}
    .page-main .select_models .all_model_container .first .left_block .calltoaction .learnmore{background-color: unset;color: #fff;border: 1px solid #fff;}
    .page-main .select_models .all_model_container .first .left_block .calltoaction .buynow{background-color: #2e2e2e;color: #fff;border-color: #2e2e2e;}
    .page-main .select_models .all_model_container .first .left_block .price_cta_block{flex-direction: column;align-items: flex-start;}
    .page-main .select_models .all_model_container .first .left_block .pricing{width: 100%;}
    .page-main .select_models .all_model_container .first .left_block .pricing span.price{display: inline-block;}
    .page-main .select_models .all_model_container .first .left_block .calltoaction{justify-content: center;padding-top: 18px;}
    .page-main .select_models .all_model_container .first .left_block .title h3{font-size: 30px;}
    .page-main .select_models .all_model_container .first .left_block .title{align-items: center;padding-bottom: 10px;}
    .page-main .select_models .all_model_container .first .left_block .title .tagline{color: #fff;font-size: 14px;line-height: 21px;}
    .page-main .select_models .all_model_container .first .left_block .specifications ul li{color: #fff;}
    .page-main .select_models .all_model_container .first .left_block .pricing{color: #fff;}
    /*.page-main .select_models .all_model_container .first .left_block{width: 50%;}*/
    .page-main .select_models .all_model_container .first .left_block .pricing span.price{color: #fff;}
    .page-main .select_models .all_model_container .first .left_block .specifications{background-color: unset;}
    .page-main .select_models .models ul .first .specifications ul{background-color: unset;}
    .page-main .select_models .models ul .first .specifications ul li{background-color: unset;}
    .page-main .select_models .all_model_container .first .left_block .specifications ul li:before, .page-main .select_models .all_model_container .first .left_block .specifications ul li:nth-child(2):before{background-color: #fff;}
    .page-main .select_models .all_model_container .first .left_block .specifications{margin: 0px;}
    .page-main .select_models .all_model_container .first .right_block {width: 100%;display: inline-flex;justify-content: space-between;box-sizing: border-box;padding-top: 0px;text-align: center;flex-direction: column;}
    .page-main .select_models .all_model_container .first .right_block .block_links {width: 100%;clear: both;}
    .page-main .select_models .all_model_container .first .right_block .block_links span{font-size: 20px;color: #fff;padding: 5px 12px;}
    .page-main .select_models .all_model_container .first .right_block .feature_product_image{position: relative;bottom: 0;margin-bottom: -9%;left: -10px;}
    .page-main .select_models .all_model_container .first .right_block .feature_product_image img{max-width: 100%;height: auto;width: 380px;}
    .page-main .select_models .all_model_container .first .left_block{background-image: none !important;}

}

@media (min-width:200px) and (max-width:900px){ 
    .page-main .financing_available {}
    .page-main .financing_available .title { padding-bottom:20px; }
    .page-main .financing_available .title h3 { font-size:22px; line-height: 32px; }
    .page-main .financing_available .content { width:100%; margin:0 auto; text-align:center }
    .page-main .financing_available .content p { font-size:15px; line-height:24px; }
    .page-main .financing_available .financing_banks { margin-top:40px; }
    .page-main .financing_available .financing_banks img { max-width:100%; height:auto;margin-bottom: 5px; }
}

@media (min-width:200px) and (max-width:900px){
    .page-main .geely_offers { width:100%; }
    .page-main .geely_offers .content_block { width:100%; padding-top:0px; text-align:center }
    .page-main .geely_offers .content_block .title { width:100%; padding-bottom:15px; }
    .page-main .geely_offers .content_block .title h3 { font-size:22px; line-height: 32px; }
    .page-main .geely_offers .content_block .content p { font-size:15px; line-height:24px; }
    .page-main .geely_offers .offers_carousel { width:100%; float:none; margin-top:45px; }
}

@media (min-width:200px) and (max-width:900px){
    .page-main .why_geely_wallan { padding-bottom: 15px}
    .page-main .why_geely_wallan .title h3 { font-size:22px; line-height: 32px; }
    .page-main .why_geely_wallan .content { width:100%; }
    .page-main .why_geely_wallan .content p { font-size:15px; line-height:24px; }
    .page-main .why_geely_wallan .features_blocks .left_block { width:100%; display: grid; grid-template-columns: 1fr 1fr;}
    .page-main .why_geely_wallan .features_blocks .left_block .feature1 { margin-bottom:20px; min-height:inherit; }
    .page-main .why_geely_wallan .features_blocks .right_block { width:100%; display: inline-block; display: grid; grid-template-columns: 1fr 1fr;}
    .page-main .why_geely_wallan .features_blocks .right_block .feature1 { margin-bottom:20px; min-height:inherit; }
    .page-main .why_geely_wallan .features_blocks .right_block .feature1:last-child{margin-bottom: 0}   
    .page-main .why_geely_wallan .features_blocks .vehicle_block { width:100%; }
    .page-main .why_geely_wallan .features_blocks .vehicle_block img { max-width:100%; height:auto }
}

@media (min-width:200px) and (max-width:900px){
    .page-main .customer_care { width:100%;}
    .page-main .customer_care .content { width:100%; margin-top:0px; text-align:center }
    .page-main .customer_care .content h3 { font-size:22px; line-height: 32px; padding-bottom:10px; }
    .page-main .customer_care .content p { font-size:15px; line-height:24px; }
    .page-main .customer_care .calltoaction_blocks { width:100%; float:none; margin-top: 40px; }
    .page-main .customer_care .calltoaction_blocks ul li { width:44%; margin:7px 7px; }
    .page-main .customer_care .calltoaction_blocks ul li a { padding:15px 15px; padding-top:30px; min-height:100px; }
    .page-main .customer_care .calltoaction_blocks ul li a { font-family:'NeoSansArabicRegular'; font-size:14px; line-height:22px; }
    .page-main .customer_care .calltoaction_blocks ul li a img { max-width:50%; }
    .page-main .customer_care .calltoaction_blocks ul li a .title { padding:10px 0; }
    footer.page-footer .social_media img {max-width: 18px;}
}

/* Footer Responsive */

@media (min-width:200px) and (max-width:900px){
    footer.page-footer .booknow { width:100%; height:auto; padding:30px 15px; }
    footer.page-footer .booknow span.title { font-size:17px; padding-left:0px; padding-bottom:25px; width:100%; display:block }
    footer.page-footer .booknow a {border-radius:50px; padding:5px 24px; padding-top:9px; font-size:14px; color:#000000 }
    footer.page-footer .footer_section .about_company_block { width:100%; min-height:inherit; padding:40px 15px; padding-bottom:30px; text-align:center }
    footer.page-footer .footer_section .about_company_block .footer_logo img { max-width:200px; height:auto;  width: 100%;}
    footer.page-footer .footer_section .about_company_block .content p { font-size:14px; line-height:24px; padding:5px 0 }
    footer.page-footer .footer_section .about_company_block .social_media { padding-top:15px; }
    footer.page-footer .footer_section .about_company_block .copyright { padding-top:0px; font-size:14px; line-height:22px; text-align: center; padding-bottom: 0;}
    footer.page-footer .footer_section .footer_links { width:100%; display:inline-block; vertical-align:top; padding:20px 15px; }
    footer.page-footer .footer_section .footer_links .column { width:100%; display:inline-block; vertical-align:top;text-align: right; }
    footer.page-footer .footer_section .footer_links .column .title { font-size:16px; color:#000000; padding-top:10px; position:relative; border-bottom:#4c4c4c 1px dotted; line-height:24px; padding-top:15px; padding-bottom: 10px;}
    .accordion-container .article-title { position: relative; }
    footer.page-footer .footer_section .footer_links .column .title:before {background-image: url("../images/responisve-down-arrow.png"); content: ""; display: block; background-repeat: no-repeat; background-position: 100%; width: 20px;height: 20px;position: absolute; left: 10px; top: 16px; background-size: 14px; }
    footer.page-footer .footer_section .footer_links .open .title:before{background-image: url(../images/responisve-up-arrow.png);}
    footer.page-footer .footer_section .about_company_block .content { padding: 15px 0; display: none;}
    footer.page-footer .footer_section .footer_links .column .accordion-content { padding:15px 0; display: none}
    footer.page-footer .footer_section .footer_links .column .accordion-content ul li {  padding:4px 0 }
    footer.page-footer .footer_section .footer_links .column .accordion-content ul li a { font-size:15px; color:#000000; line-height:22px }
    footer.page-footer .footer_section .about_company_block .footer_logo {justify-content: center;}
}

@media (min-width:650px) and (max-width:900px) {
    footer.page-footer .footer_section .about_company_block .footer_logo img {max-width: 200px;height: auto; width: 100%; height: 36px;}
    footer.page-footer .footer_section .about_company_block .footer_logo {justify-content: center;}
}
@media (min-width:600px) and (max-width:900px) {
    .main_banner_home { width:100%; position:relative; height:500px; }
    .home_banner_outer{ height:500px;}
}

/*my changes css*/
header.page-header .header_block_right .account_link a.login_icon .icon{height: 33px; width:33px; margin: 0 auto; display: block; background: url(../images/account_icon.png) no-repeat top;background-size: 29px;filter: invert(1);}
header.page-header .header_block_right .account_link a.login_icon.active .icon{ background-image:  url(../images/login_icon_active.png);background-position: center 0px;background-size: 29px;}
/*header.page-header .header_block_right .account_link a.login_icon .icon{display: block; height: 33px; width: 33px;}*/

@media (min-width:200px) and (max-width:900px){
    .section_padding{padding: 30px 0px;}
    .page-main .select_models .featured_model .left_block .calltoaction{padding: 10px 0px;}
    header.page-header .header_block_right{padding: 12px 10px;    align-items: inherit;text-align: end;}
    .page-main .select_models .models{margin-top: 0px;margin-bottom: 0px;}
    header.page-header .header_block_right .social{display: none}
    header.page-header .header_block_right  .search{display: none}
    header.page-header .header_block_right  .responsive_togglemenu{display: inline-block;margin-top: 4px;}
    #fixed_sidebar_blue{display: none}
    header.page-header nav{display: block}
    .nav_side nav{width: 100%}
    .nav_side nav ul li{padding: 8px 5px;box-sizing: border-box;display: block}
    .nav_side nav ul li a{font-size: 16px;color: #000;}
    header.page-header .geely_logo_responsive{width: 31%;    padding: 8px 10px;}
    header.page-header .geely_logo_responsive img{max-width: 100%;width: 68px;}
    .page-main .select_models .featured_model .right_block{padding-top: 30px}
    .page-main .select_models .featured_model .feature_product_image{position: relative;bottom: 0;margin-bottom: -9%}
    .page-main .select_models .featured_model .feature_product_image img{width: 350px;position: relative;/*top: -25px;*/}
    .page-main .select_models .models ul{grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));  grid-gap: 1.5rem;padding-bottom: 20px;}
    .page-main .select_models .models ul li .coolray img{max-width: 85%;}
    header.page-header .header_block_right .account_link a.login_icon{height: 38px; background-size: 25px;}
    header.page-header .header_block_right .account_link a.login_icon.active{ background-size: 25px;}

    /*side menu new*/
    .nav_side .title{display: flex;width: 100%;justify-content:flex-start;height: 46px;align-items: center;padding-left: 20px;box-sizing: border-box;    box-shadow: 0px 1px 4px 0px rgb(175 172 172 / 30%);}
    .nav_side .title .cross{background-color:#DFDFDF;width: 46px;height: 46px;line-height: 46px;text-align: center}
    .nav_side .title .cross img{cursor: pointer;max-width: 100%;padding: 15px;}
    .nav_side .items_menu{width: 100%;padding: 30px;box-sizing: border-box;}
    .nav_side .heading{font-size:20px;color:#000000;    font-family: 'NeoSansArabicMedium';font-weight:600;padding-bottom: 18px;text-transform: uppercase;display: block}
    .nav_side .menu{padding: 0}
    .nav_side .menu li{display: flex;align-items: center;padding: 10px 0px;}
    .nav_side .menu li:last-child{padding-bottom: 0}
    .nav_side .menu li img{max-width: 100%;vertical-align: middle;margin-left: 10px;}
    .nav_side .gray_bg{background-color: #f1f1f1}
    aside .scroll{height: 92vh;overflow-y: auto;}
    aside .social_footer{width: 100%;padding: 0px 15px;box-sizing: border-box}
    aside .social_footer ul{text-align: center}
    aside .social_footer ul li{    display: inline-block!important;padding: 0px 5px;vertical-align: top;}
    aside .social_footer ul li a{padding: 5px;display: block;border-radius: 4px;background-color: #000000;width: 28px;height: 28px;line-height: 31px;}
    aside .social_footer ul li img{max-width: 100%;}
    aside .links{width: 100%;text-align: center;padding-top: 10px}
    aside .links a{color:#333e40;font-size:12px;font-family:NeoSansArabicRegular;}
    aside .links i{color:#333e40;font-size:12px;padding:0px 2px;}
    .breadcrum_container{padding: 14px 20px;}
    .breadcrum_container ul li{padding-right: 6px;}
    .breadcrum_container ul li a{font-size: 13px}
    .breadcrum_container ul li span{font-size: 12px;}
    .all_block_page h2 {font-size: 22px;padding-bottom: 10px;line-height: 32px;}
    .customer_review.all_block_page .title {font-size: 22px;}
    .page-main .select_models .models ul li .model_product_image img {width: 100%;}
}

@media (min-width:600px) and (max-width:950px) {
    header.page-header .geely_logo_responsive{display: none}
    header.page-header .geely_logo{display: flex;width:155px;height: auto;justify-content: center;}
    header.page-header .geely_logo img{width: 200px;}
}

@media (min-width:600px) and (max-width:900px){
    .main_banner_home .content h2{font-size: 28px;}
    .page-main .financing_available .financing_banks img{max-width: 76%;}
    header.page-header .header_block_right ul .search{display: inline-block}
    header.page-header .header_block_right ul .social{display: inline-block}
    .page-main .select_models .featured_model .left_block .specifications{max-width: 500px}
    .fields{flex-direction: row}
    header.page-header .header_block_right .account_link a.login_icon{height: 38px; background-size: 25px;}
    header.page-header .header_block_right .account_link a.login_icon.active{ background-size: 25px;}
}

@media (min-width:901px) and (max-width:1199px){
    /* #fixed_sidebar_blue{display: none} */
    .page-header nav{width: 100%;}
    nav ul li{padding: 37px 5px;}
    nav ul li a{font-size: 14px;}
    footer.page-footer .footer_section .about_company_block .footer_logo img {max-width: 90%;}
    header.page-header .header_block_right {width: 30%;box-sizing: border-box;}
    header.page-header .header_block_right .header_links.language a{font-size: 17px;padding-left: 10px;}
    header.page-header .header_block_right .header_links.language{margin-left: 5px;}
    header.page-header .header_block_right .header_links a{font-size: 11px}
    header.page-header .header_block_right .header_links img{width: 23px;}
    header.page-header .header_block_right .account_link a.login_icon .icon,
    header.page-header .header_block_right .account_link a.login_icon.active .icon{width: 23px; height: 23px;background-size: 23px;}
    .page-main .select_models .featured_model .right_block{}
    header.page-header .header_block_right .header_links{min-width: 37px;}
    header.page-header .header_block_right .header_links{margin: 0% 1%;}
    header.page-header .header_block_right .header_links:last-child{margin-left: 0}
    .page-main .select_models .featured_model .feature_product_image img{width: 500px;}
    .page-main .select_models .featured_model .feature_product_image {bottom: -50px;left: 0;max-width: 64%;}
    .page-main .select_models .models ul li{padding-bottom: 30px;}
    .page-main .select_models .models ul li .model_product_image {position: static;text-align: center;padding-top: 25px;}
    /* .page-main .select_models .models ul li .model_product_image img{width: 285px;} */
    .page-main .select_models .models ul li .model_product_image img{width: 200px;}
    /* .page-main .select_models .models ul li.Okavango .model_product_image img {width: 350px;} */
    .page-main .select_models .models ul li .model_product_image.coolray{position: static;text-align: center;padding-top: 25px;}
    .page-main .select_models .models ul li .model_product_image.coolray img{width: 240px}
    .page-main .select_models .models ul li .title h3{font-size: 26px;}
    .page-main .select_models .models ul li .title .tagline{font-size: 13px;}
    /*.page-main .select_models .models ul li .specifications ul li:first-child{width: 35%;}*/
    .page-main .customer_care .calltoaction_blocks{width: 46%;}
    footer.page-footer .footer_section .about_company_block{width: 32%;padding-right: 30px;padding-bottom: 40px;padding-left: 20px;}
    footer.page-footer .footer_section .about_company_block .footer_logo .footer_logo_divider {height: 24px;margin: 0px 20px !important;}
    footer.page-footer .footer_section .footer_links{width: 68%;padding-right: 50px;padding-left: 20px;padding-bottom: 40px;}
    footer.page-footer .footer_section .footer_links .column .title{font-size: 15px;line-height: 23px;}
    .page-main .customer_care .calltoaction_blocks ul li a{font-size: 13px;padding: 25px 17px;}
    footer.page-footer .footer_section .about_company_block .copyright{font-size: 12px;}
    footer.page-footer .footer_section .footer_links .column .accordion-content ul li a{font-size: 13px;}
    .select_models .inner_container {max-width: 1044px;}
    .page-main .financing_available .financing_banks img{max-width: 80%}
    .main_banner_home .content h2{font-size: 34px;}
    .main_banner_home .banner_geely_logo img{width: 100px}
    .main_banner_home .wallan_logo img{width: 150px}
    .main_banner_home .content span{font-size: 29px;}
    .page-main .select_models .featured_model .left_block{background-image: none;}
    .page-main .select_models .models ul li .specifications{position: static;width: 90%}
    .page-main .select_models .featured_model .left_block .specifications{padding: 10px 0px;width: 74%;}
    .page-main .select_models .featured_model .left_block .specifications ul li:nth-child(1) { width: 100%;}
    .page-main .select_models .featured_model .left_block .specifications .ul .li:nth-child(1) { width: 100%;}
}

.page-main .select_models .featured_model .feature_product_image img {
    width: 550px;
}
.page-main .select_models .featured_model.Okavango .feature_product_image img {width: 700px;}
.page-main .select_models .models ul li .title .tagline {
    font-size: 15px;
    padding-right: 10px;
    position: absolute;
    left: 12px;
    top: 50px;
    width: 48%
}
@media (min-width:1200px) and (max-width:1600px){
    header.page-header .geely_logo{padding-top: 28px;width: 19%;}
    header.page-header .geely_logo img{width: 200px;}
    nav{}
    nav ul li {padding: 42px 10px;}
    nav ul li a{font-size: 16px;}
    header.page-header .header_block_right{width: 30%;}
    header.page-header .header_block_right .header_links{margin: 0 2%}
    /* .select_models .inner_container{max-width: 1044px;} */
    .page-main .select_models .featured_model .feature_product_image img{width: 550px;}
    .page-main .select_models .featured_model.Okavango .feature_product_image img {width: 700px;}
    .page-main .select_models .featured_model .feature_product_image{bottom: -73px;left: 0;}
    .page-main .select_models .models ul li .model_product_image img{width: 230px}
    /* .page-main .select_models .models ul li.Okavango .model_product_image img {width: 350px;} */
    .page-main .select_models .models ul li .title h3 {font-size: 28px;}
    .page-main .select_models .models ul li .title .tagline{font-size: 15px;}
    .page-main .select_models .models ul li .model_product_image.coolray{left: -54px}
    .page-main .select_models .models ul li .specifications ul li span.CN{font-size: 18px;font-family: 'NeoSansArabicMedium';}
    .page-main .select_models .models ul li .specifications ul li span.WD{font-family: 'NeoSansArabicMedium';}
    header.page-header .header_block_right .header_links a{font-size: 12px;}
    header.page-header .header_block_right .header_links img{width: 29px;}
    header.page-header .header_block_right .header_links ul.share img{width: 24px;}
    header.page-header .header_block_right .account_link a.login_icon .icon{height: 29px; width: 29px;}
    footer.page-footer .footer_section .footer_links{width: 64%;padding-right: 70px;padding-left: 20px;}
    footer.page-footer .footer_section .about_company_block .copyright{font-size: 13px;}
    footer.page-footer .footer_section .footer_links .column{padding-left: 20px;width: 30%;}
    footer.page-footer .footer_section .footer_links .column:last-child{padding-left: 0}
}

@media (min-width:1600px) {
    .page-main .select_models .featured_model .feature_product_image{bottom: -73px;left: 0;}
}

@media (min-width:900px) and (max-width:1400px) {
    /* #fixed_sidebar_blue{display: none} */
    #fixed_sidebar_blue {width: 70px;}
    #fixed_sidebar_blue ul li a {font-size: 10px;}
    #fixed_sidebar_blue ul li img {max-width: 30px;}
}

header.page-header .header_block_right .header_links.switcher:hover .switcher-dropdown{display: block;}
header.page-header .header_block_right .header_links .drop_down.open{display: block;padding: 10px 0; border-radius: 5px;  }
header.page-header .header_block_right .header_links .drop_down1.open{display: block; border-radius: 5px; }

.header_share{position: relative}
.header_share .drop_down1{position: absolute; top: 75px; z-index: 111;padding: 6px 20px;box-sizing: border-box;
    text-align: center;background-color: #FFF; width: 180px;display: none;
    left: 5px; box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 0.10)}

.header_share .drop_down1:after{background-image: url("../images/bg-triangle.png");background-repeat: no-repeat;    content: '';
    position: absolute;width: 17px;height: 12px;background-size: 100%;top: -9px;left: 7px}
.header_account .drop_down:after{background-image: url("../images/bg-triangle.png");background-repeat: no-repeat;    content: '';
    position: absolute;width: 17px;height: 12px;background-size: 100%;top: -9px;left: 7px}

.header_share .drop_down1 .share{}
.header_share .drop_down1 .share li{display: inline-block;padding-right: 8px;}
.header_share .drop_down1 .share li img{max-width: 100%;}

.block-search .action.search.disabled, .block-search .action.search[disabled], fieldset[disabled] .block-search .action.search {position: static;}
#search_mini_form{width: auto; float: none;  background: #fff;height: 50px;}
.block-search input{
    height: 44px;
    /*background-image: url("../images/btn-search-blue.png");*/
    background-position: 98% 57%;
    background-repeat: no-repeat;
    padding: 10px 10px;
        padding-left: 10px;
    box-sizing: border-box;
    outline: 0px;
    padding-left: 50px;
    border: none;
}
#search_mini_form .field.search{width: calc(100% - 50px); display: inline-block;}
#search_mini_form .field.search .input-text{border: none; height: 49px; padding-top: 0; padding-bottom: 0; }
.input_bar .close {
    position: relative;
    left: -5%;
}

header .input_bar .block-content.search-bar{width: calc(100% - 100px);display: inline-block;}
#search_mini_form .actions{display: inline-block;width: 35px;margin-top: 0px;vertical-align: middle;}
.block-search .action.search{position: static;}
.header_links .drop_down.customer_name{width: 200px; padding: 0}
.header_links .drop_down.customer_name ul{text-align: center;}
.header_links .drop_down.customer_name ul li{ width: 100%; box-sizing: border-box;font-size: 14px;}
.header_links .drop_down.customer_name ul li a{display: block; padding: 6px 10px;}
/* .header_links .drop_down.customer_name ul li:hover{background: #eee;} */
.header_links .drop_down.customer_name ul li.name{font-weight: bold;font-size: 15px; padding: 10px 10px 8px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;color: #000000;}

@media (max-width:767px){
    .page-wrapper .input_bar.show-search{margin-top: 0px;}
    .block-search .control{border: none; margin: 0; padding: 0;}
    /*.page-wrapper .input_bar.show-search{margin-top: 30px;}*/
    .block-search input{position: static; margin: 0;font-size: 12px;}
    .block-search .action.search{display: inline;border: none;background: none;}
    .block-search .action.search::before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: 32px;
        color: #757575;
        content: '\e615';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .block-search .action.search span{display: none}
    .nav-sections .switcher{border: none; margin: 0; font-size: inherit; font-weight: normal;}
}
@media (min-width:200px) and (max-width:767px) {
    .header_links .drop_down.customer_name ul li {font-size: 12px;}
    .header_links .drop_down.customer_name ul li.name {font-size: 13px;}
    .header_links .drop_down.customer_name{width: 125px;}
}
.page-wrapper .input_bar {
    height: 0px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    transition: all .3s;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;box-shadow: 0 6px 4px 0px rgba(0, 0, 0, 0.2);
    
}
.page-wrapper .input_bar.show-search {
    height: auto;
    padding: 20px 0;
}
.page-wrapper .input_bar .close .close_icon {
    background-image: url("../images/btn-search-close.png");
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    width: 17px;
    height: 17px;
    /*display: none;*/
    outline: 0;
    cursor: pointer;
    background-size: 25%;
}
.header_block_right .minicart-wrapper{order: 5;}
.header_block_right .responsive_togglemenu{order: 6;}
.heading h1#page-title-heading{font-family: 'NeoSansArabicMedium';text-align: center; font-size: 36px;color: #000;text-transform: uppercase;padding-bottom: 10px; margin-bottom: 0;}

@media (min-width:200px) and (max-width:767px) {
    .heading h1#page-title-heading{font-size: 24px;padding-bottom: 10px;line-height: 32px;}
}

@media (min-width:200px) and (max-width:600px) {
    .breadcrum_container .brochureTxt {display: none;}
    .breadcrum_container .download_btn {width: 25px;}
    .breadcrum_container .breadcrum {width: calc(100% - 50px);}
}

/* minicart */
.minicart-wrapper .block-minicart {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    padding-top: 22px;
    min-width: 100%;
    width: 350px;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    margin-top: 22px;
    padding: 22px;
    box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.10);
    padding-bottom: 0;
    border-radius: 5px;
    border: none;
    right: unset;
}
.minicart-items-wrapper {
    border-bottom: 0;
}
.block-minicart .block-content > .actions > .primary .action.primary {
    display: block;
    font-size: 17px;
    color: #fff;
    background-color: #000000;
    padding: 8px 25px;
    padding-top: 10px;
    box-sizing: border-box; border-radius: 4px;
    text-align: center;
    text-transform: none;
    font-family: 'NeoSansArabicRegular';
    font-weight: 600;
}

.block-minicart .subtotal .label::after {
    display: none;
}
.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 18px;
    font-weight: 700;
}
.block-minicart .subtotal .amount.price-container {
    padding-bottom: 10px;
    float: left;
}
.block-minicart .product .product-item-details .product.options {
    font-size: 14px;
}
.block-minicart .product-item-pricing .price-container .price {
    font-size: 15px;
    font-weight: 400px;
}
.minicart-items .product-item-details {
    padding-right: 95px; text-align: right;padding-left: unset;
}
.minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container {
    float: right;
}
.block-minicart .block-content > .actions > .primary {
    margin: 0 0px 15px;
}
.minicart-items .product-item-details .price-including-tax, .minicart-items .product-item-details .price-excluding-tax {
    margin: 0px 0;
}
.minicart-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px;
    font-size: 16px;
}
.minicart-items .item-qty {
    text-align: center;
    width: 30px;
}
.minicart-items .product-item-pricing .label {
    display: inline-block;
    font-size: 15px;
}
.minicart-items .update-cart-item {
    margin-right: 5px;
    vertical-align: top;
    margin-top: 0;
    font-size: 12px;
    font-family: 'NeoSansArabicRegular';
    padding: 4px 12px;
    border-radius: 0;
    margin-bottom: 10px;
    text-transform: capitalize;
    background-color: #0070b7;
    box-shadow: none;
    border: 0;
    color: #fff;
}
.minicart-wrapper .minicart-widgets {
    margin-top: 15px;
    display: none;
}
.minicart-wrapper .action.close {
    left: 5px;
    right: unset;
}
header.page-header .header_block_right .header_links .minicart-items .product-item-name a {
    color: #000; font-size: 14px;
    text-decoration: none;
    font-family: 'NeoSansArabicRegular';
    font-weight: bold;
}
.minicart-wrapper .product .actions > .primary:not(:last-child), .minicart-wrapper .product .actions > .secondary:not(:last-child) {
    margin-left: 5px;
}
.minicart-items .product-item-details .details-qty {
    display: none;
}
.block-minicart .items-total {
    display: none;
}
.minicart-wrapper .action.edit::before {
    font-size: 18px;
}
.block-minicart .subtotal {
    margin: 10px 0px 10px;
    text-align: right;
}
.minicart-wrapper .action.close {
    left: 6px;
    top: 3px;
    right: unset;
}
.minicart-items-wrapper {
    padding: 20px;
    padding-bottom: 0;
}
.minicart-items .action.delete::before {
    font-size: 17px;
}
.minicart-items .product-item-details .product .options.list dt {
    margin: 0 0 5px 5px;
    font-size: 14px;
    padding: 0;
}
.block-minicart .block-content .subtotal .label {
    display: inline;
}
@media (min-width:200px) and (max-width:900px) {
    .minicart-wrapper .product .actions {float: left;margin: -28px 0 0;}
    .minicart-items .product-item-name {font-weight: 400;margin: 0 0 5px;font-size: 13px;}
    .block-minicart .product .product-item-details .product.options {font-size: 12px;}
    .block-minicart .product-item-pricing .price-container .price {font-size: 13px;font-weight: 400px;}
    .block-minicart .block-content > .actions > .primary .action.primary {font-size: 13px;padding: 8px 10px;}
    .block-minicart .amount .price-wrapper:first-child .price {font-size: 18px;font-weight: 700;}
    .block-minicart .block-content .subtotal .label {font-size: 14px;}
    .block-minicart .items-total {font-size: 14px;}
    .minicart-wrapper .block-minicart {width: 280px;padding: 20px; padding-bottom: 0;left: -30px;}
    .minicart-items .product-item-details {padding-right: 90px;}
    .block-minicart .block-content > .actions > .primary {margin: 0 0px 10px;}
    .block-minicart .block-content > .actions {margin-top: 0px;}
    .block-compare .inner_container{min-width: 100%;}
    .minicart-wrapper .ui-widget {z-index: 12;/*position: fixed;*/}
    .modal .page_share_popup {width: 95%;min-height: 200px;}
}
@media (min-width:200px) and (max-width:767px) {
    .minicart-wrapper .ui-widget {z-index: 12;/*position: fixed;*/}
    .minicart-wrapper .block-minicart {left: 0px; top: 25px;}
}
@media (min-width:768px) and (max-width:900px) {
    .minicart-wrapper .block-minicart {left: 0px;top: 20px;}
}
.customer-account-create #register_second{margin-top: 20px;}
.customer-account-create #register_second .label{margin-bottom: 10px; display: inline-block;position: relative;}
.customer-account-create #register_second.required .label::after{
    content: '*';
    color: #00aad2;;
    font-size: 1.2rem;
    margin: 0 0 0 5px; position: absolute;
    left: -10px;
    top: 0
}
.customer-account-create #resend{margin: 20px 0;}
.customer-account-create #register_back{
    cursor: pointer;
    text-align: left;
    float: left;
    margin-top: 27px;
}
.faqs_block .faqs_detail h3{font-size: 24px;color: #2d2d2d;font-family: 'NeoSansArabicMedium';text-transform: uppercase;padding: 8px 0; padding-bottom: 15px;}

.block_two{padding: 20px 0px;padding-bottom: 40px;}
.block_two h2{color: #303030;font-size: 38px;font-family: 'NeoSansArabicMedium';text-transform: uppercase;margin-bottom: 30px;text-align: right;}
.block_two h3{color: #303030;font-size: 24px;font-family: 'NeoSansArabicMedium';text-transform: uppercase;margin-bottom: 0px; padding-bottom: 20px; text-align: right;}
.block_two  p{text-align: center;color: #2d2d2d;font-size: 15px; font-family: NeoSansArabicRegular;line-height: 24px; margin-bottom: 20px;}
.block_two .right_col p{text-align: right;}
.block_two p.title{padding-bottom: 10px;font-weight: bold; margin: 0;}
.block_two ul.bullets{padding-right: 40px; margin-bottom: 10px;}
.block_two ul.bullets li{
    list-style: disc;
    border: none;
    display: list-item;
    font-size: 14px; color: #2d2d2d;
    font-family: NeoSansArabicRegular; line-height: 22px;
    margin-bottom: 13px;
}

@media (min-width:200px) and (max-width:900px) {
    #remember-me-box .label span {display: inline;}
}
@media (min-width:901px) {
    .page-main .geely_offers {padding-bottom: 60px;}
}
@media (min-width:700px) and (max-width:900px) {
    .heading.page_heading h1 {font-size: 24px;}
    .heading h1#page-title-heading {font-size: 24px;}
    .heading.page_heading h1 {font-size: 24px;}
}

@media (min-width:1200px) and (max-width:1250px) {
    .page-main .select_models .models ul li .model_product_image {left: 0;}
}



/* mobile app page */
.mobile_app{width: 100%}
.mobile_app .inner_container{max-width: 1100px;display: flex;align-items: flex-start;justify-content: center;margin-top: 70px;}
.mobile_app .img_block{width: 50%}
.mobile_app .img_block img {max-width: 100%}
.mobile_app .content_block{width: 50%;padding-right: 50px;box-sizing: border-box;text-align: center;}
.mobile_app .content_block .title{width: 100%;margin-top: 70px;}
.mobile_app .content_block .title span{display: block;font-size: 28px;color: #000; font-family: 'NeoSansArabicMedium';text-transform: uppercase;padding-bottom: 10px;}
.mobile_app .content_block .title h3{color: #000000;font-size: 52px;font-family: 'NeoSansArabicMedium';text-transform: uppercase;padding-bottom: 30px;}
.mobile_app .content_block p{font-size: 15px;line-height: 24px; color: #393939;font-family: arial;border-bottom: 1px solid #d7d7d7;padding-bottom: 30px}
.mobile_app .content_block .qrcode{width: 100%;padding-top: 25px;padding-left: 25px}
.mobile_app .content_block .qrcode:last-child{padding-left: 0}
.mobile_app .content_block .qrcode img{max-width: 100%;box-sizing: border-box;display: block;}
.mobile_app .content_block .qrcode .qrcode_img{width: 100px;margin: auto;margin-bottom: 15px;}
.mobile_app .content_block .center_block{  width: 100%; display: inline-flex;justify-content: center}

@media (min-width:200px) and (max-width:900px){
    .mobile_app .inner_container{margin-top: 40px;flex-direction: column;}
    .mobile_app .img_block{width: 100%;text-align: center;}
    .mobile_app .img_block img{width: 300px;max-width: 76%;}
    .mobile_app .content_block{width: 100%;padding-right: 0}
    .mobile_app .content_block .title{margin-top: 30px;}
    .mobile_app .content_block .title span{font-size: 20px;padding-bottom: 10px;}
    .mobile_app .content_block .title h3{font-size: 30px;padding-bottom: 10px;}
    .mobile_app .content_block p{font-size: 14px;line-height: 22px;}
    .mobile_app .content_block .qrcode { padding-top: 20px;padding-left: 10px;}
    .mobile_app .content_block .qrcode .qrcode_img{margin-bottom: 10px;}
    .mobile_app .content_block .center_block{max-width: 350px;width: 100%;margin: auto}
}

@media (min-width:601px) and (max-width:900px){
    .mobile_app .inner_container{flex-direction: row;}
    .mobile_app .img_block{width: 50%;}
    .mobile_app .content_block{width: 50%;padding-right: 30px;}
    .mobile_app .content_block .qrcode{justify-content: space-evenly;}
    .mobile_app .content_block .qrcode img{width: 110px;}
}

@media (min-width:200px) and (max-width:1200px){
    .page-main .select_models .models ul li .title .tagline {position: static;width: 100%;padding-right: 0;}
    .page-main .select_models .models ul li .specifications {width: 100%;}
    .page-main .select_models .models ul li .pricing {width: 100%;}
    .page-main .select_models .models ul li .calltoaction {text-align: center;}
}


@media (min-width:200px) and (max-width:1200px){
    .page-main .select_models .models ul li .title .tagline {position: static;width: 100%;padding-left: 0;}
    .page-main .select_models .models ul li .specifications {width: 100%;}
    .page-main .select_models .models ul li .pricing {width: 100%;}
    .page-main .select_models .models ul li .calltoaction {text-align: center;}
}

/* @media (min-width:900px){
    .main_banner_home {min-height: 650px;}
    .home_banner_outer{ min-height: 650px; } 
} */

.checkout-onepage-failure .cancel_transaction_content {
    background: #eff2f5;
    padding: 40px 60px;
    text-align: right;
}
.checkout-onepage-failure .cancel_transaction_content p.main_text {
    line-height: 24px;
    padding-bottom: 10px;
}
.checkout-onepage-failure .cancel_transaction_content ol li {
    list-style: symbols;
    list-style-position: outside;
    list-style-position: inside;
    line-height: 30px;
}
.checkout-onepage-failure .cancel_transaction_content ol li strong {
    font-weight: bold;
}
.checkout-onepage-failure .cancel_transaction_content .assistance_block {
    background-color: #fff;
    text-align: center;
    padding: 40px 100px;
    margin-top: 20px;
    font-size: 20px;
}
.checkout-onepage-failure .cancel_transaction_content .assistance_block p {
    max-width: 500px;
    margin: 0 auto;
    font-size: 18px;
}
.checkout-onepage-failure .cancel_transaction_content .assistance_block p strong {
    font-weight: bold;
}
@media (min-width:200px) and (max-width:700px) {
    .checkout-onepage-failure .cancel_transaction_content {padding: 40px;}
    .checkout-onepage-failure .cancel_transaction_content .assistance_block {padding: 40px;}
}
@media (min-width:200px) and (max-width:900px) {
    .header_links .drop_down {top: 47px;}
    .header_share .drop_down1 {top: 47px;}
}
#layaway_multipay .payful_text {
    font-size: 14px;
    box-sizing: border-box;
    background-color: #f9fbfc;
    border-bottom: 2px solid #fff;
    padding: 15px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    display: block;
    text-align: justify;
    line-height: 20px;
    border-right: 2px solid #f9fbfc;
    border-left: 2px solid #f9fbfc;
    font-family: 'arial';
}
#layaway_multipay .paydeposit_text {
    font-size: 14px;
    box-sizing: border-box;
    background-color: #f4f7f9;
    border-bottom: 2px solid #fff;
    padding: 15px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    display: block;
    text-align: justify;
    line-height: 20px;
    border-right: 2px solid #f9fbfc;
    border-left: 2px solid #f9fbfc;
    font-family: 'arial';
}

/* @media (min-width:200px) and (max-width:693px) {
    .page-main .select_models .models > ul > li:nth-child(even) {background-color: #115179;}
    .page-main .select_models .models > ul > li:nth-child(even) ul li {background-color: #115179;}
    .page-main .select_models .models > ul > li:nth-child(even) .title h3 {color: #fff;}
    .page-main .select_models .models > ul > li:nth-child(even) .title .tagline {color: #fff;}
    .page-main .select_models .models > ul > li:nth-child(even) .specifications {border-top: #fff 1px solid;border-bottom: #fff 1px solid;}
    .page-main .select_models .models > ul > li:nth-child(even) .specifications ul li {color: #fff;}
    .page-main .select_models .models > ul > li:nth-child(even) .pricing {color: #fff;}
    .page-main .select_models .models > ul > li:nth-child(even) .pricing span.price {color: #fff;}
    .page-main .select_models .models > ul > li:nth-child(even) .calltoaction .buynow {background: #2e2e2e;}
    .page-main .select_models .models > ul > li:nth-child(even) .calltoaction .learnmore {color: #fff;border: 1px solid #fff;}
    .page-main .select_models .models > ul > li:nth-child(even) .calltoaction .learnmore:hover {color: #fff;border: 1px solid #2e2e2e;}
} */

@media (min-width:1600px) {
    .page-main .financing_available .inner_container { max-width:1500px;}
    .mobile_app .inner_container{max-width: 1500px;}
    .page-main .customer_care .inner_container {max-width:1500px;}
    .page-main .inner_container {max-width:1500px;}
    .page-main .geely_offers .inner_container {max-width:1500px;}
    .page-main .why_geely_wallan .inner_container {max-width:1500px;}
    .page-main .customer_care .inner_container {max-width:1500px;}
}

@media (min-width:1300px) and (max-width:1600px) {
    .page-main .select_models .all_model_container .left_block .specifications {min-height: 210px;display: flex;align-items: center;}
    .page-main .select_models .all_model_container .left_block .specifications ul {padding-right: 10px;}
}

@media (min-width:1200px) and (max-width:1400px) {
    footer.page-footer .footer_section .about_company_block .footer_logo .footer_logo_divider {height: 25px;margin: 0px 25px !important;}
}
@media screen and (min-width:1600px){
    footer.page-footer .footer_section .about_company_block .footer_logo img{max-width: 180px;}
}
@media (min-width:900px) and (max-width:1024px) {
.page-main .select_models .all_model_container .first .left_block .specifications ul li:before, .page-main .select_models .all_model_container .first .left_block .specifications ul li:nth-child(2):before{display: block !important;}
.page-main .select_models .all_model_container .first .left_block .specifications{padding: 18px 10px;}
.page-main .select_models .all_model_container .first .left_block .specifications ul li{justify-content: right;}
.page-main .select_models .all_model_container .first .left_block .pricing{text-align: right;}
}
/*outofstock*/
.swatch-option.disabled.selected.disabled:after{outline: 2px solid #ff5501;
    border: 1px solid #ffffff;
    color: #333333;border-radius: 20px;}
.right_col_detail .color .swatch-option.selected.disabled::after{background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: unset;
    height: unset;
    z-index: unset;
    transform: unset;}
.catalog-product-view .out_of_stock.form{background: #f4f4f4;padding: 10px 0;}
.catalog-product-view .out_of_stock.form .formFields{padding: 10px 20px;padding-bottom: 0;}
.catalog-product-view .out_of_stock.form .formFields .out_of_stock_fields{background: #fff;padding: 10px 20px 20px 20px;}
.catalog-product-view .out_of_stock.form .formFields .out_of_stock_fields .field{padding-bottom: 10px;}
.catalog-product-view .out_of_stock.form .formFields .out_of_stock_fields .field .label{margin-bottom: 0px;}
.catalog-product-view .out_of_stock.form .formFields .actions{width: 100%;border-radius: 0;}
.catalog-product-view .out_of_stock.form .formFields .actions .subscribe{width: 100%;font-size: 20px;}
.catalog-category-view .calltoaction.out_of_stock .notify_me_stock{vertical-align: middle;display: inline-block;padding: 9px 0px;}
.catalog-category-view .calltoaction.out_of_stock .notify_me_stock .stock.unavailable{color: #fff!important;background-color: #878d8e;border-radius: 19px;padding-top: 9px;padding-left: 20px;padding-right: 20px;padding-top: 9px;padding-bottom: 9px;text-align: center;min-width: 5em;margin-right: 0px;}
.catalog-category-view .out_of_stock .compare_checkbox, .catalog-category-view .out_of_stock .feature_product_image .product-image-photo, .catalog-category-view .out_of_stock .left_block{opacity: 0.7;}

.catalogsearch-result-index .calltoaction.out_of_stock .notify_me_stock{vertical-align: middle;display: inline-block;padding: 9px 0px;}
.catalogsearch-result-index .calltoaction.out_of_stock .notify_me_stock .stock.unavailable{color: #fff!important;background-color: #878d8e;border-radius: 19px;padding-top: 9px;padding-left: 20px;padding-right: 20px;padding-top: 9px;padding-bottom: 9px;text-align: center;min-width: 5em;margin-right: 0px;}
.catalogsearch-result-index .out_of_stock .compare_checkbox, .catalogsearch-result-index .out_of_stock .feature_product_image .product-image-photo, .catalogsearch-result-index .out_of_stock .left_block{opacity: 0.7;}

.prod_page_table .specif_table td.table_data.dimension{text-align: right;direction: ltr;}

/*discounted price css*/

.page-main .select_models .featured_model.listing_block .left_block .price_cta_block.discounted .pricing:first-child .price{text-decoration: line-through;color:#484646;font-size: 18px;}
.page-main .select_models .featured_model.listing_block .left_block .price_cta_block.discounted .pricing:first-child{min-height: 40px;}
.price_cta_block.discounted .promo{display: block;}
.pricecompare.discounted .normal-price-block:first-child{margin-bottom:5px;}
.pricecompare.discounted .normal-price-block:first-child .price{text-decoration: line-through;color:#484646;}
.pricecompare.discounted .normal-price-block:first-child .price-label{display: none;}
.pricecompare.discounted .promo{display: block;padding-top: 10px;}
.page-main .select_models .all_model_container .first .left_block .pricing.discounted .price{text-decoration: line-through;color:white;font-size: 18px;}
.page-main .select_models .all_model_container .left_block .pricing .price.discounted{text-decoration: line-through;color:#484646;font-size: 16px;}
.page-main .select_models .all_model_container .left_block .pricing .promo{display: block;}
.page-main .select_models .all_model_container .first .left_block .pricing .promo{display: block;}
/*.table-wrapper.comparison .table-comparison > tbody.upper-tbody > tr > td .pricecompare {min-height: 95px;}*/
/*.comparing_table_block .pricecompare {min-height: 90px;}*/
/*.page-main .select_models .featured_model.listing_block .left_block .price_cta_block {min-height: 174px;}*/
.comparing_table_block .product-item-actions .tocart a.outofstock{background-color: #878d8e;}

/*enable disable promo*/
.page-main .select_models .featured_model.listing_block .left_block .price_cta_block.enable{min-height: 174px;;}
.comparing_table_block .pricecompare.enable{min-height: 90px;}
header.page-header .header_block_right .header_links .share li img{filter: invert(0);}
header.page-header .header_block_right .header_links .minicart-items img{filter: invert(0);}
.page-main .select_models .featured_model .tag{color: #000000;}
.page-main .select_models .featured_model .left_block .specifications ul li{color:#fff;}
.page-main .select_models .featured_model{background:#565959}
/*account pages*/
.form-address-edit .fieldset > .field {padding-bottom: 20px;margin-bottom: 0;position: relative;}
.form-address-edit .fieldset > .field div.mage-error[generated] {position: absolute;bottom: 0;}

.modal-popup.promo-popup .modal-footer{display: none !important;}
.modal-popup.promo-popup .action-close::before, .modal-slide .action-close::before {top: -9px;right: -10px;filter: invert(1);}
.modal-popup.promo-popup .modal-header{min-height: 0px;padding: 0px;}


/*sticky header app download*/
#download-app{display: block;position: sticky;top: 0;z-index: 101;background: linear-gradient(180deg, rgba(5,94,150,1) 0%, rgba(17,81,121,1) 35%);border-bottom: 0.5px solid rgba(0,0,0,.2);padding: 15px 20px;}
#download-app #app-close{position: absolute;float: left;color: #000;top: 10px;left: 10px;border: none;background: transparent; display: block;}
#download-app #app-close:after{content: "\00D7";font-style: normal;font-weight: 600;font-size: 30px;line-height: 20px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;text-align: center;color: white;opacity: .7;}
#download-app .row{--bs-gutter-x: 0rem;--bs-gutter-y: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-top: calc(var(--bs-gutter-y)*-1);margin-right: 0;margin-left: 0;}
#download-app .row .app-image{width: 65px;border: 1px solid transparent;border-radius: 2px;}
#download-app .row .app-star{width: 65%;}
#download-app .row .app-title a{font-size: 15px;color: white;margin-right: 15px;line-height: 25px;font-weight: 800;}
#download-app .row .app-title{margin-top: 15px;}
#download-app .row .appTitle a{color: white;}
#download-app .row .appTitle{font-size: 13px;padding-right: 15px;color: rgba(143,142,142,.9);width: 174px;display: block;line-height: 24px;color: #ff375e;}
@media (min-width:320px) and (max-width:900px) {
    header.page-header.sticky.link{top: 97px;}
    .cms-index-index header.page-header.sticky.link{top: 97px;}
    .cmp-downloadApp.hide{display: none !important;}
    .cmp-downloadApp.hide + header.page-header.sticky.link{top: 0px;}
}
@media screen and (min-width:901px){
    #download-app{display: none;}

}