/* CSS Document 
font-family: 'SF Pro Display';
*/
:root {
	--black:#000000;
	--primary:#161C2D;
	--white:#ffffff;
	--gray:#F9F9F9;
	--darkgray:#E2E2E4;
	--blue:#648BB4;
	--orange:#F58C00;
	--font1:20px;
	--font2:22px;
}
html, body { height:100%; }
body {font-family: 'SF Pro Display'; color:var(--primary); font-size:1.125rem; line-height:1.6; background-color:var(--white); font-weight:400; position: relative; }
img {max-width:100%; height:auto;}
strong {font-weight: 700;}
a, button, input[type=submit] { text-decoration: none; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; position: relative; display: inline-block; }
a, .btn-link {color:var(--primary); font-weight:400;}
a:hover, a:focus {color:var(--black);}
:focus { outline:none; }
ul, ol { margin-bottom:2rem; }
li {margin-bottom:.5rem;} 
a:hover, a:focus, button, .btn { text-decoration:none; outline:0 !important; outline-offset:0px !important; }
label { font-weight:normal; }
.data-table { display:table; table-layout:fixed; width:100%; float:none; }
.data-table-rtl {direction: rtl;}
.data-table-rtl .data-cell {direction: ltr;}
.data-cell { display:table-cell; vertical-align:middle; min-width:1%; float:none; }
.data-table.vtop .data-cell { vertical-align:top; }
iframe { width:100% !important; }
sub, sup {font-size:50%; top:-.6em; }
hr { margin: 1.5rem 0; }
.form-control, .floating-input.form-control { background-color:var(--white); box-shadow:none; border-color:var(--primary); color:var(--primary); border-radius:0; height:55px; font-size: 1rem; }
textarea.form-control { height: 135px; }
.form-control:focus { border-color:var(--darkgray); background-color:var(--white); }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color:var(--white); opacity:1; }
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img { max-width: 100%; height: auto; }
.alignleft, img.alignleft { display: inline; float: left; margin-right: 3%; }
.alignright, img.alignright { display: inline; float: right; margin-left: 3%; }
.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
img.alignleft, img.alignright, img.aligncenter { margin-bottom:25px; }
select.form-control, select { -webkit-appearance: none; -moz-appearance: none; appearance: none; border:1px solid var(--darkgray); background-image: url(../images/select-icon.png); background-size:15px;  background-repeat:no-repeat; background-position:calc(100% - 10px) center; display:inline-block; vertical-align:middle; border-radius:5px; cursor:pointer; padding-right: 30px; white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
select.form-control:not([size]):not([multiple]){height:50px;}
select:focus, option:focus { outline:0 !important; }
select[multiple].form-control { -webkit-appearance: none; -moz-appearance: none; appearance: none; background:none; padding-right:25px; height:auto; }
select::-ms-expand { display:none; }
.btn:focus, .btn:active, .form-control:focus { box-shadow:none !important; }
.btn { box-shadow: 0 0 1px transparent; position: relative; font-weight: 500; padding: .6rem 2.5rem; border-radius: 0; }
img[align="left"] { margin:0 30px 20px 0;}
img[align="right"] { margin:0 0 30px 20px;}
.section {padding:80px 0;}
.title-xl, .title-lg, .title-md, .title-sm, .title-xs, .title-xxs, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-weight:400; margin: 1rem 0; line-height: normal; }
.title-xl, h1, .h1 { font-size:2.75rem; }
.title-lg, h2, .h2 { font-size:2.25rem; }
.title-md, h3, .h3 { font-size:1.875rem; }
.title-sm, h4, .h4 { font-size:1.5rem; }
.title-xs, h5, .h5 { font-size:1.2rem; }
.title-xxs, h6, .h6 { font-size:1rem; }
.relative { position:relative; }
hr {border-color:var(--gray);}

@-webkit-keyframes autofill { to {background: var(--white);} }
input:-webkit-autofill {-webkit-animation-name: autofill; -webkit-animation-fill-mode: both; }

.btn-primary { color: var(--white); background-color: var(--primary); border-color: var(--primary);}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: var(--white); background-color: var(--black); border-color: var(--black);}

.btn-default { color: var(--white); border-color: var(--black); background-color: var(--black); border-radius:2.5rem; font-size: 1.2rem; padding:.7rem 1.5rem; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active {color: var(--black); background: var(--black);  border-color:var(--black); }

.btn-secondary {color:var(--white); border-color:var(--white); background-color:transparent; -webkit-transition-duration:0.3s; transition-duration: 0.3s;}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {color:var(--white); border-color:var(--primary); background-color:var(--primary);}

.btn-outline {color:var(--primary); border-color:var(--primary); background-color:transparent; -webkit-transition-duration:0.3s; transition-duration: 0.3s;}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline:not(:disabled):not(.disabled):active, .btn-outline:not(:disabled):not(.disabled).active {color:var(--white); border-color:var(--primary); background-color:var(--primary);}

/*owl carousel start*/
.owl-carousel, .owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative;}
.owl-carousel{display:none;width:100%;z-index:1;}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden;}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none;}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{display:none;}
.no-js .owl-carousel, .owl-carousel.owl-loaded{display:block;}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.owl-carousel.owl-loading{opacity:0;display:block;}
.owl-carousel.owl-hidden{opacity:0;}
.owl-carousel.owl-refresh .owl-item{visibility:hidden;}
.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.owl-carousel.owl-grab{cursor:move;cursor:grab;}
.owl-carousel.owl-rtl{direction:rtl;}
.owl-carousel.owl-rtl .owl-item{float:right;}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both;}
.owl-carousel .owl-animated-in{z-index:0;}
.owl-carousel .owl-animated-out{z-index:1;}
.owl-carousel .fadeOut{animation-name:fadeOut;}
@keyframes fadeOut{0%{opacity:1;}
 100%{opacity:0;}
 }
.owl-height{transition:height .5s ease-in-out }
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease;}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d;}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:var(--black);}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease;}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3, 1.3);transform:scale(1.3, 1.3);}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn{display:none;}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease;}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%;}
.owl-dots{width:100%;text-align:center;padding:20px 0;position:absolute;bottom:0;}
.owl-dots .owl-dot{display:inline-block;background:none;border:none;margin:0 5px;padding:0;text-align:center;opacity: .5;}
.owl-dots .owl-dot span{transform:scale(.7);width:18px;height:18px;border-radius:100%;background:var(--white);transition-duration:0.4s;transform-origin:center;border:4px solid var(--white);display:block;}
.owl-dots .owl-dot.active{background:none;opacity: 1;}
.owl-dots .owl-dot.active span{background-color:var(--white);transform:scale(1);}
.owl-thumb-item img{border:solid 1px var(--white);padding:10px 15px}
.owl-thumbs{display:table;width:100%;text-align:center;padding:0;z-index:99;}
.owl-thumb-item{display:table-cell;border:none;background:none;padding:5px;opacity:0.3;width:100px;cursor:pointer;}
.owl-thumb-item.active{opacity:1;}
.owl-carousel .nav-btn{height:51px;position:absolute;width:51px;cursor:pointer;top:50%;margin-top:-25px;opacity: .5; transition-duration: .3s;}
.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled{pointer-events:none;opacity:0.2;}
.owl-carousel .prev-slide{background:url(../images/nav-icon.png) no-repeat scroll 0 0;left:0;}
.owl-carousel .next-slide{background:url(../images/nav-icon.png) no-repeat scroll -51px 0px;right:0;}
.owl-carousel .prev-slide:hover{background-position:0 0;opacity: 1;}
.owl-carousel .next-slide:hover{background-position:-51px 0;opacity: 1;}
.owl-carousel.off{display:flex;}
/*owl carousel end*/

/*accordion*/
.accordion-item:first-of-type { border-top-left-radius: 0; border-top-right-radius: 0; }
.accordion-item { background-color: transparent; border: none; border-bottom: 1px solid rgba(0,0,0,.1); }
.accordion-item:last-child { border-bottom: none; }
.accordion-header { margin: 0; }
.accordion-item:first-of-type .accordion-button { border-top-left-radius: 0; border-top-right-radius: 0; }
.accordion-button:focus { border-color: transparent; box-shadow: none; }
.accordion-button { font-size: 1.3rem; padding-left: 0; }
.accordion-button:not(.collapsed) { color: var(--primary); background-color: transparent; }
.accordion-body { font-size:1rem; padding: 2rem 0; }
.accordion-body a { text-decoration: underline; }
/*accordion*/

/*custom radio and checkbox*/
.btn-radio, .btn-checkbox { display:block; margin-bottom:10px; margin-right:0; }
.btn-radio:last-child, .btn-checkbox:last-child { margin-right:0; }
.btn-radio input[type="radio"] + label, .btn-checkbox input[type="checkbox"] + label { position: relative; padding:0 0 0 30px; margin:0; cursor:pointer; display:inline-block; color:var(--black); font-weight:normal; line-height:25px; font-size: 16px; }
.btn-radio input[type="radio"], .btn-checkbox input[type="checkbox"] { display:none; }
.btn-checkbox input[type="checkbox"] + label:before { border:1px solid var(--black); content:""; display:inline-block; width:20px; height:20px; left:0; border-radius:0; position: absolute; top:2px;      background:none; }
.btn-checkbox input[type="checkbox"]:checked + label:before { background:var(--black); border-color:var(--black); }
.btn-checkbox input[type="checkbox"] + label:after { content:''; position:absolute; top:13px; margin-top: -5px; left:5px; width:10px; height:5px; border:solid transparent; border-width:0 0 2px 2px; line-height:0; -webkit-transition-duration:0.2s; transition-duration:0.2s; -ms-transform:rotate(-45deg) scale(2); -webkit-transform:rotate(-45deg) scale(2); transform:rotate(-70deg) scale(2); }
.btn-checkbox input[type="checkbox"]:checked + label:after { -ms-transform:rotate(-45deg) scale(1); -webkit-transform:rotate(-45deg) scale(1); transform:rotate(-45deg) scale(1); border-color:var(--white); }
.btn-radio input[type="radio"] + label:before { border: 1px solid var(--black); content: ""; display: inline-block; width:22px; height: 22px; left: 0; position: absolute; top:2px; border-radius:50%; background:var(--white); }
.btn-checkbox input[type="checkbox"] + label:hover:before, .btn-radio input[type="radio"] + label:hover:before { border-color:var(--black); }
.btn-radio input[type="radio"]:checked + label:before { border-color:var(--black); }
.btn-radio input[type="radio"] + label:after { width:10px; height:10px; display:inline-block; position:absolute; top:8px; left:6px; line-height:0; background:var(--black); content:''; border-radius:50%; -ms-transition-duration:0.2s; -webkit-transition-duration:0.2s; transition-duration:0.2s; -ms-transform:scale(0); -webkit-transform:scale(0); transform:scale(0); }
.btn-radio input[type="radio"]:checked + label:after { -ms-transform:scale(1); -webkit-transform:scale(1); transform:scale(1); }
.btn-radio input[type="radio"]:disabled + label, .btn-checkbox input[type="checkbox"]:disabled + label { opacity: 0.5; }
.checkbox-inline, .radio-inline { padding:0 10px 15px 0; display: inline-block; }
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline { margin-top:0; margin-left:0; }
/*custom radio and checkbox*/

/**** floating-Lable style start ****/
.floating-label{position:relative;}
.floating-input, .floating-select{font-size: 14px; padding: 0 10px; display: block; width: 100%; height: auto; background-color: transparent; border: none; border-bottom: none; border-radius: 0;}
.floating-input:focus, .floating-select:focus{outline:none;}
.floating-label label{color:#999;font-size:14px;font-weight:normal;position:absolute;pointer-events:none;left:20px;top:10px;transition:0.2s ease all;-moz-transition:0.2s ease all;-webkit-transition:0.2s ease all;}
.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label{top:2px;font-size:14px;color:var(--primary);}
.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label{top:2px;font-size:14px;color:var(--primary);}
/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after{width:50%;}
.floating-textarea{min-height:30px;max-height:260px;overflow:hidden;overflow-x:hidden;}
/**** floating-Lable style start ****/

.form-section .form-control { border:1px solid var(--primary); padding: 10px 0 0 45px; }
.form-section .ico { position: absolute; top:50%; transform: translateY(-50%); left:10px; width: 25px; height: 25px; z-index: 2; }
.form-section .user-ico { background: url("../images/user-ico.svg") no-repeat; background-size: contain; }
.form-section .mob-ico { background: url("../images/mob-ico.svg") no-repeat; background-size: contain; }
.form-section .otp-ico { background: url("../images/otp-ico.svg") no-repeat; background-size: contain; }
.form-section .mail-ico { background: url("../images/mail-ico.svg") no-repeat; background-size: contain; }
.form-section .mod-ico { background: url("../images/mod-ico.svg") no-repeat; background-size: contain; }
.form-section .var-ico { background: url("../images/var-ico.svg") no-repeat; background-size: contain; }
.form-section .loc-ico { background: url("../images/loc-ico.svg") no-repeat; background-size: contain; }
.form-section .cal-ico { background: url("../images/cal-ico.svg") no-repeat; background-size: contain; }
.form-section .own-ico { background: url("../images/own-ico.svg") no-repeat; background-size: contain; }
.form-section .kms-ico { background: url("../images/kms-ico.svg") no-repeat; background-size: contain; }
.form-section .floating-label label { font-size: 16px; left: 45px; top: 15px; }
.form-section .floating-label .floating-input:focus ~ label, .form-section .floating-label .floating-input:not(:placeholder-shown) ~ label { top: 2px; font-size: 14px; }
.form-section .custom-radio .btn-radio input[type="radio"] + label { padding: 10px 25px; }
.form-section .floating-select { width: 100%; height: 55px; background-color: var(--white); border: 1px solid var(--primary); padding: 10px 0 0 45px; }

.title-head { max-width:960px; margin: auto; margin-bottom: 3rem; position: relative; }
.title-head.text-left { max-width:100%; }
.title-head .btn { margin-left: auto;; }
.title-head small { display: block; position: relative; text-transform: uppercase; font-size: 1.1rem; opacity: .7; letter-spacing: .2rem; }
.title-head .title-xl { font-weight: 400; line-height: normal; }

.navbar-light { padding: 1rem 0; }
.mobile-logo { display: none; }
.navbar-brand, .header.wht-head.affix .navbar-brand { background-image: url("../images/dark-logo.png"); background-repeat: no-repeat; width: 280px; height: 54px; background-position: center; text-indent: -9999px; margin:0; position: absolute; padding: 0; left: 50%; transform: translate(-50%, 0); z-index: 6; }
.navbar-light .navbar-nav .nav-link { color: var(--primary); position: relative; }
.navbar-light .navbar-nav .nav-link:before { position: absolute; background-color: var(--primary); content: ''; width: 0; height: 1px; bottom: 0; left:0; transition-duration: .3s; }
.navbar-light .navbar-nav .nav-link:hover:before { width: 100%; color: var(--primary); }
.navbar-light .nav-item { margin:0; }
.navbar-light .navbar-nav .nav-link { padding:.5rem; margin: 0 .5rem; }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: var(--primary); }
.dropdown-toggle:after { border:none; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f107"; vertical-align: middle; }

.modal-content { border-radius: 0; }
.modal-title { font-weight: 400; margin: 0; }
.container { position:relative; }

.breadcrumb { font-size:1rem; text-transform: uppercase; padding: 35px 0 15px 0; margin: 0; }
.breadcrumb-item { margin-bottom: 0; }
.breadcrumb-item+.breadcrumb-item::before { content: '\f105'; font: var(--fa-font-solid); margin-top: 5px; }
.breadcrumb-item.active { color: #a7a7a7; }

.shine .sec-pic { position:relative; overflow: hidden; display: block; }
.shine .sec-pic a { width: 100%; }
.shine .sec-pic:after { position: absolute; top: 0; left: -75%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); }
.shine:hover .sec-pic:after { -webkit-animation: shine .75s; animation: shine .75s; }
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/*--Header Start--*/
.header.affix { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%); background-color: var(--white); }
.header { padding: 10px 0; transition-duration: .3s; position:fixed; top:0; left:0; width: 100%; z-index: 99; }
.location-ico { background:url("../images/location-ico.svg") no-repeat; background-size: contain; display: inline-block; width: 20px; height: 20px; vertical-align: middle; }
.header.wht-head .navbar-brand { background-image: url("../images/logo.png"); }
.header.wht-head .navbar-light .navbar-nav .nav-link, .header.wht-head .navbar-light .navbar-nav .nav-link:hover:before, .header.wht-head .navbar-light .navbar-nav .nav-link:focus, .header.wht-head .navbar-light .navbar-nav .nav-link:hover { color: var(--white); }
.header.wht-head .navbar-light .navbar-nav .nav-link:before { background-color: var(--white); }

.header.wht-head.affix .navbar-light .navbar-nav .nav-link, .header.wht-head.affix .navbar-light .navbar-nav .nav-link:hover:before, .header.wht-head.affix .navbar-light .navbar-nav .nav-link:focus, .header.wht-head.affix .navbar-light .navbar-nav .nav-link:hover { color: var(--primary); }
.header.wht-head.affix .navbar-light .navbar-nav .nav-link:before { background-color: var(--primary); }
/*--Header End--*/

#home-slider, .main-banner, .main-banner .owl-item, .main-banner .item, .main-banner .owl-stage, .main-banner .owl-stage-outer { width: 100%; height: 100%; overflow: hidden; position: relative; }
#home-slider {overflow: visible;}
.main-banner .item .desk-img { width: 100%; height: 100%; }
.main-banner .item .desk-img .sec-pic { width: 100%; height: 100%; text-align: right; }
.main-banner .item .mob-img { display: none; }
.main-banner .item .banner-content { padding: 0 20px; position: absolute; top: 50%; color: var(--white); transform: translateY(-50%); max-width: 1550px; margin: auto; left: 0; right: 0; }
.main-banner .item .banner-content .title-xl { font-weight: 200; font-size: 75px; line-height: normal; max-width: 650px; margin-top: -246px; }

.search-filter { padding: 0 20px; position:absolute; bottom:195px; max-width: 1550px; margin: auto; left: 0; right: 0; }
.search-filter .carsearch-mob { display: none; }
.search-filter p { color: var(--white); font-size: 28px; font-weight: 200; }
.search-filter .explore-tab .tab-content { background-color: var(--white); max-width: 600px; }
.search-filter .explore-tab .tab-content .filter-col { display: flex; align-items: center; padding: 10px 0; }
.search-filter .explore-tab .tab-content .filter-col .form-group { padding: 10px; border-right:1px solid rgba(0,0,0,.1); }
.search-filter .explore-tab .tab-content .filter-col .form-group:last-child { border-right:none; }
.search-filter .explore-tab .tab-content .filter-col .form-group { padding: 10px; border-right:1px solid rgba(0,0,0,.1); min-width: 25%; max-width: 25%; }
.search-filter .explore-tab .nav-tabs { border-bottom: none; }
.search-filter .explore-tab .nav-tabs .nav-item { margin:0; }
.search-filter .explore-tab .nav-tabs .nav-item.show .nav-link, .search-filter .explore-tab .nav-tabs .nav-link.active { 
	/* color: var(--primary); background-color: var(--white); border-color: transparent; */
	background-color: #161c2d;
	color: white;

}
/* .search-filter .explore-tab .nav-tabs .nav-link { color: var(--white); margin-bottom: 0; background: var(--primary); border: none; border-top-left-radius: 0; border-top-right-radius: 0; } */


/* Apply styles only for devices larger than 768px (Laptop/PC) */
@media (min-width: 768px) {
    .search-filter .explore-tab .nav-tabs .nav-item.show .nav-link,
    .search-filter .explore-tab .nav-tabs .nav-link.active { 
        color: var(--primary); 
        background-color: var(--white); 
        border-color: transparent;
        background-color: #000000;
        color: white;
    }

    .search-filter .explore-tab .nav-tabs .nav-link { 
        color: var(--white); 
        margin-bottom: 0; 
        background: var(--primary); 
        border: none; 
        border-top-left-radius: 0; 
        border-top-right-radius: 0; 
    }
}
.search-filter .explore-tab .nav-tabs .nav-link {  margin-bottom: 0; border: none; border-top-left-radius: 0; border-top-right-radius: 0; }

.search-filter .explore-tab .tab-content .filter-col .floating-select:focus ~ label, .search-filter .explore-tab .tab-content .filter-col .floating-select:not([value=""]):valid ~ label { top: -10px; }

.topsearch .fa-xmark, .topsearch.show .fa-magnifying-glass { display:none; }
.topsearch .fa-xmark { font-size: 27px; }
.topsearch.show .fa-xmark { display:block; }
.search-bar { position:absolute; z-index: 7; top:-100px; right:65px; transition-duration: .3s; }
.search-bar.show { top:2px; }
.search-bar .form-group { width: 600px; position: relative; }
.search-bar .form-group .form-control { height: 70px; padding: 0 155px 0 40px; }
.search-bar .form-group .btn { position: absolute; z-index: 2; top:15px; right:15px; }
.search-bar .form-group .fa-magnifying-glass { position: absolute; z-index: 2; top:25px; left:15px; }

.location-modal .location-serach-form { display:flex; align-items: center; }
.location-modal .location-serach-form .form-group { width: 600px; margin-right: 2rem; position: relative; }
.location-modal .location-serach-form .form-group .form-control { height: 70px; padding: 0 155px 0 40px; }
.location-modal .location-serach-form .form-group .btn { position: absolute; z-index: 2; top:15px; right:15px; }
.location-modal .location-serach-form .form-group .fa-magnifying-glass { position: absolute; z-index: 2; top:25px; left:15px; }
.location-modal .location-serach-form a:hover { text-decoration: underline; }
.cities-list { display:flex; flex-flow: wrap; }
.cities-list .item { min-width: 150px; max-width: 150px; background-color: var(--gray); border:1px solid var(--gray); position: relative; text-align: center; margin:0 15px; margin-bottom: 1.5rem; }
.cities-list .item.active, .cities-list .item:hover { border-color:var(--black); }
.cities-list .item img { display: block; margin: auto; }
.cities-list .item span { display: block; margin-top: 5px; }
.cities-list .item a { position:relative; padding: 15px; display: block; }
.cities-list .item a:before { position:absolute; content: ''; bottom:0; right:0; background: url("../images/tick.svg") no-repeat; background-size: contain; width: 25px; height: 25px; opacity: 0; visibility: hidden; }
.cities-list .item.active a:before { opacity: 1; visibility: visible; }

.choose-car { text-align: center; position: relative; overflow: hidden; transform: skewX(-10deg); padding: 80px 40px; }
.choose-car .choose-curve { transform: rotate(0) skewX(10deg); }
.choose-car:before { position: absolute; z-index: -1; transition-duration: .3s; content: ''; left:0; top:0; background:url("../images/testi-back.jpg") no-repeat; width: 0; height: 100%; background-size: cover; background-position: center; }
.choose-car .sub-head { display: block; margin-bottom: 3rem; position: relative; margin-left: 90px; text-transform: uppercase; font-size: 1.1rem; opacity: .7; letter-spacing: .2rem; }
.choose-car .choose-body { min-height: 225px; }
.choose-car .title { font-size: 2.5rem; font-weight: 400; margin:2rem 0; line-height: normal; }
.choose-car:hover:before, .car-owned [class*='col-']:nth-child(2n) .choose-car:before { width: 100%; }
.choose-car:hover, .car-owned [class*='col-']:nth-child(2n) .choose-car { color: var(--white); }
.choose-car:hover .btn, .car-owned [class*='col-']:nth-child(2n) .choose-car .btn { color:var(--white); background-color:transparent; border-color:var(--white); }
.car-owned .choose-car .choose-body, .car-owned .choose-car .cta { transition-duration: .3s; left: -30px; position: relative; }
.car-owned [class*='col-']:nth-child(2n) .choose-car .sub-head, .car-owned .choose-car:hover .sub-head { opacity: 1; }
.car-owned .choose-car:hover .choose-body, .car-owned .choose-car:hover .cta, .car-owned [class*='col-']:nth-child(2n) .choose-car .choose-body, .car-owned [class*='col-']:nth-child(2n) .choose-car .cta { position: relative; left:-30px; }
.car-owned .row { margin-left: -5px; margin-right: -5px; }
.car-owned [class*='col-'] { padding-left: 5px; padding-right: 5px; }

.owned-slider .item { background-color:var(--gray); padding: 5px; position: relative; border: 1px solid var(--gray); transition-duration: .3s; }
.owned-slider .item:hover { background-color:var(--white); border-color: var(--darkgray); }
.owned-slider .item .launched-ico { display: flex; align-items: center; padding: 0 0 0 10px; background-color: var(--orange); border-radius: 5px; color: var(--white);     font-size: 12px; position: absolute; z-index: 2; overflow: hidden; top: 15px; left: 15px; }
.owned-slider .item .launched-ico span { display: block; background-color: #CA7300; padding: 5px; font-weight: bold; margin-left: 8px; line-height: normal; }
.owned-slider .item .item-body { padding: 10px; }
.new-owned .owned-slider .item:hover .item-body, .prolist .item:hover .item-body{
	/* opacity: 0; */
	opacity: 1;
}
#main_pre_owned_car .prolist .item:hover .item-body{opacity: 1;}
.owned-slider .item .sec-pic { overflow: hidden; min-height:200px; max-height:200px; }
.owned-slider .item .add-wishlist a, .owned-slider .item .add-compare a { display: flex; justify-content: center; align-items: center; }
.owned-slider .item .add-wishlist, .owned-slider .item .add-compare { position: absolute; top:15px; z-index: 2; background-color: rgba(255,255,255,.7); width: 30px; height: 30px; border-radius: 100px; display: flex; justify-content: center; align-items: center; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); opacity: 0; visibility: hidden; transition-duration: .3s; }
.owned-slider .item .offers-col { position: absolute; top:15px; z-index: 2; background-color:var(--orange); color: var(--white); border-radius: 4px; font-size: 14px; padding: 5px 10px; left:15px; opacity: 1; visibility: visible; }
.owned-slider .item .add-compare { right:55px; }
.owned-slider .item .add-wishlist { right:15px; }
.owned-slider .item .item-footer { display: flex; align-items: center; justify-content: space-between; border-top:1px solid rgba(0,0,0,.2); }
.owned-slider .item .item-footer .col { text-align: center; font-size: 13px; padding: 20px 0; transition-duration: .3s; }
.owned-slider .item .item-footer .col span { display: block; }
.owned-slider .item .item-body p { margin-bottom: 0; }
.pre_owned_car_list.item .item-body p { margin-bottom: 0; }
.owned-slider .item .item-body .tag { opacity: .5; font-size: 14px; }
.owned-slider .item .item-body .price { font-size: 1.2rem; }
.owned-slider .item .certified-ico { position: absolute; top: 15px; left:15px; z-index: 2; opacity: 1; visibility: visible; transition-duration: .3s; }
.prolist .item .cta{display: flex; flex-wrap: wrap; justify-content: space-between; padding: 20px 15px !important; bottom: 0!important;}
.prolist .item .cta a.btn.btn-transparent{padding: 0.6rem;}
.owned-slider .item .cta { position: absolute; bottom: 15px; z-index: 2; transition-duration: .3s; width: 100%; left:0; text-align: center; padding: 25px; opacity: 0; visibility: hidden; min-height: 125px; display: flex; align-items: center; justify-content: center; }
.owned-slider .item .cta .btn { display: inline-block; vertical-align: middle; padding: 0.6rem 1.5rem; }
.owned-slider .item:hover .cta, .owned-slider .item:hover .add-wishlist, .owned-slider .item:hover .add-compare, .owned-slider .item:hover .certified-ico { opacity: 1; visibility: visible; }
.owned-slider .item:hover .item-footer .col { opacity:0; }

.explore-range .title-head { background:url("../images/testi-back.jpg") no-repeat; background-size: cover; background-position: bottom right; color: var(--white); padding:80px 40px; position: relative; height: 100%; }
@media only screen and (min-width:768px) {
.explore-range .explore-tab .nav-tabs { display:none; }
.explore-range .explore-tab .tab-content { display: flex; align-items: center; }
.explore-range .explore-tab .tab-content>.tab-pane, .explore-range .explore-tab .tab-content>.tab-pane a { display: block; width: 100%; }
.explore-range .explore-tab .tab-content>.tab-pane figure { margin: 0; }
.explore-range .explore-tab .tab-content>.tab-pane figure img { display: block; width: 100%; }
.explore-range .explore-tab .tab-content>.tab-pane figure figcaption { position: absolute; bottom: 0; z-index: 2; padding: 40px; font-size: 1.8rem; color: var(--white); width: 100%; }
.explore-range .explore-tab .tab-content>.tab-pane .explore-cont { display: none; }
}

.howwork-sec { display: flex; flex-wrap: wrap;}
.howwork-pic { flex: 0 0 auto; width: 40%; margin-left: -175px; }
.howwork-content { flex: 0 0 auto; flex-grow: 1; width: 60%; display: flex; flex-flow:wrap; }
.howwork-content .item:nth-child(2n) { border-right: none; }
.howwork-content .item:first-child, .howwork-content .item:nth-child(4n+2) { border-top: none; }
.howwork-content .item { flex: 0 0 auto; width: 50%; transition-duration: .3s; padding: 25px; border-top: 1px dashed rgba(0,0,0,.1); border-right: 1px dashed rgba(0,0,0,.1); }
.howwork-content .item:hover { box-shadow: 0 0 10px 0 rgba(0,0,0,.1); }
.howwork-content .item .icon { position: relative; }
.howwork-content .item .icon .num { position: absolute; top:0; right:0; font-size: 130px; font-weight: 900; opacity: .05; line-height: normal; }
.howwork-content .item .head { font-size: 1.5rem; opacity: 1; }
.howwork-content .item p { font-size: 1.1rem; opacity: .7; }
.howwork-content .item .ico { width: 100px; height: 100px; display: inline-block; margin-bottom: 1rem; }
.howwork-content .item .surf-ico { background: url("../images/surf-ico.svg") no-repeat; background-size: cover; }
.howwork-content .item .drive-ico { background: url("../images/drive-ico.svg") no-repeat; background-size: cover; }
.howwork-content .item .ownership-ico { background: url("../images/ownership-ico.svg") no-repeat; background-size: cover; }
.howwork-content .item .dream-ico { background: url("../images/dream-ico.svg") no-repeat; background-size: cover; }

.no-worries .container, .no-worries .worries-sec { position: relative; }
.no-worries .item-pic { position: absolute; top:150px; left:0; right:0; margin: auto; width: 500px; }
.owned-benefit { display: flex; align-items: center; justify-content: space-between; margin: 5rem 0; }
.owned-benefit .item { font-size:1.6rem; line-height: normal; display: flex; align-items: center; width: 400px; }
.owned-benefit:first-child .item, .owned-benefit:last-child .item { margin-left: 75px; }
.owned-benefit:first-child .item:nth-child(2n), .owned-benefit:last-child .item:nth-child(2n) { margin-right: 75px; margin-left: 0; }
.owned-benefit .item:nth-child(2n) { flex-direction: row-reverse; text-align: right; }
.owned-benefit .item img { max-width: 100px; min-width: 100px; margin-right: 1rem; }
.owned-benefit .item p { margin: 0; }

.leading-brand .title-md { font-weight: 400; }
.leading-brand .service-card { border: 1px solid #b8babf; box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%); transition-duration: .3s; }
.leading-brand .service-card:hover { background-color:var(--gray); }
.leading-brand .service-card:hover .btn { background-color:transparent; color: var(--primary); border-color: var(--primary); }
.leading-brand .sec-pic img { width: 100%; }
.leading-brand .service-body { padding: 40px; }
.leading-brand .service-body h3 { font-weight: 400; margin-top: 0; }
.leading-brand .service-body p { opacity: .7; }
.leading-brand .service-body ul { margin: 0; padding: 0; list-style: none; }
.leading-brand .service-body li { width: 48%; display: inline-flex; background-image: url("../images/circle.svg"); background-repeat: no-repeat; background-size: contain; padding-left: 40px; margin-top: 1rem; }
.leading-brand .service-footer { padding: 40px; padding-top: 20px; }

.testimonial-head { background:url("../images/testi-back.jpg") no-repeat; background-size: cover; background-position: bottom right; color: var(--white); padding: 40px; position: relative; height: 100%; }
.testimonial-head .title-head { position: static; }
.testimonial-head .sec-pic { position: absolute; right:-85px; bottom: -85px; }
.testi-slider { margin-left: 100px; }
.testi-slider .text-testi, .text-testi { background: url("../images/quote.png") no-repeat; background-size: 100px; padding: 30px; font-size: 1.8rem; line-height: normal; }
.testi-slider .user-info, .text-testi .user-info, .vid-testi .user-info { display: flex; align-items: center; padding-top: 1rem; }
.testi-slider .user-info figure, .text-testi .user-info figure, .vid-testi .user-info figure { width: 40px; height: 40px; overflow: hidden; border-radius: 100%; margin: 0; margin-right: 1rem; }
.testi-slider .user-info .user-name, .text-testi .user-info .user-name { font-size: 1.2rem; margin: 0; }
.testi-slider .vid-testi a, .testi-slider .vid-testi, .vid-testi { position: relative; display: block; }
.testi-slider .vid-testi .vid-img img, .vid-testi .vid-img img  { width:100%; }
.testi-slider .vid-testi .vid-img a:before, .vid-testi .vid-img a:before { position: absolute; z-index: 1; content: ''; left:0; top:0; width: 100%; height: 100%; background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0) 40%, rgba(22,28,45,1) 100%); }
.testi-slider .vid-testi .vid-img a:after, .vid-testi .vid-img a:after { position: absolute; z-index: 1; content: ''; width: 100%; height: 100%; left:0; top:0; background: url("../images/ply.png") no-repeat; background-position: center; background-size: 80px; }
.testi-slider .vid-testi .user-info, .vid-testi .user-info { position: absolute; left: 0; bottom: 0; padding: 25px; z-index: 3; }
.testi-slider .vid-testi .user-info .user-name, .vid-testi .user-info .user-name { color: var(--white); }

.brand-listing { display: flex; align-items: center; justify-content: center; }
.leading-brand .brand-listing .item { min-width: 150px; text-align: center; margin: auto; }
.brand-listing .item img { max-height: 55px; }
.brand-listing .item { padding: 10px 25px; }

.about-sec { background-color:var(--gray); position: relative; background-image: url("../images/luxury-cars1.png"); background-repeat: no-repeat; background-position: calc(100% - -250px); background-size: 550px; }
.about-sec:before { position: absolute; content: ''; height: 100%; width: 200px; background-color: var(--white); left:-100px; top:0; z-index: 1; transform: skewX(-15deg); }
.about-sec .short-col { margin: 0 300px 0 0; max-width: 1220px; position: relative; z-index: 2; }
.about-sec p { font-size: 2.5rem; font-weight: 100; line-height: normal; margin-bottom: 3rem; }

/*--Footer Start--*/
.footer { background:url("../images/footer-background1.png") no-repeat; background-size: cover; background-position: bottom; /*background-position: top;*/ }
.footer .short-col { max-width: 975px; }
.footer-widget { max-width: 400px; }
.footer-widget .footer-title { text-transform:uppercase; }
.footer-widget ul, .social-links ul, .footer-bottom-links ul { margin: 0; padding: 0; list-style: none; }
.footer-widget li { padding: .5rem 0; text-transform: uppercase; }
.social-links li, .footer-bottom-links li { margin: 0 10px 0 0; padding: 0; display: inline-block; }
.social-links li:last-child, .footer-bottom-links li:last-child { margin: 0; }
.social-links li a { background-color: var(--white); width: 40px; height: 40px; position: relative; display: flex; align-items: center; border-radius: 55px; justify-content: center;  }
.social-links li a:before { display: none;  }
.social-links li a:hover { background-color: var(--primary); color: var(--white); }
.copyright-column { border-top:1px solid rgba(0,0,0,.2); margin-top: 3rem; padding-top: 2rem; }
.footer-bottom-links { display: flex; }
.footer-bottom-links ul { margin-left:auto; }
.footer-bottom-links li a, .footer-widget li a { position: relative; }
.footer-bottom-links li a:before, .footer-widget li a:before { position: absolute; background-color: var(--primary); content: ''; width: 0; height: 1px; bottom: 0; left:0; transition-duration: .3s; }
.footer-bottom-links li a:hover:before, .footer-widget li a:hover:before { width: 100%; color: var(--primary); }
.contact-short-col { max-width:1200px; margin: auto; margin-bottom: 5rem; }
.contact-sec .contact-details .call-ico, .contact-sec .contact-details .email-ico { padding-left: 35px; }
.contact-sec .contact-details .call-ico { background:url("../images/call-ico.svg") no-repeat; background-size: contain; }
.contact-sec .contact-details .email-ico { background:url("../images/email-ico.svg") no-repeat; background-size: contain; }
.contact-sec .form-control { padding-left: 50px; }
.contact-sec .form-group { position: relative; }
.contact-sec .form-group .ico { position: absolute; top:13px; left:10px; width: 25px; height: 25px; z-index: 2; }
.contact-sec .form-group .user-ico { background:url("../images/user-ico.svg") no-repeat; background-size: contain; }
.contact-sec .form-group .mob-ico { background:url("../images/mob-ico.svg") no-repeat; background-size: contain; }
.contact-sec .form-group .query-ico { background:url("../images/query.svg") no-repeat; background-size: contain; }
.contact-sec .form-group .question-ico { background:url("../images/question.svg") no-repeat; background-size: contain; }
.contact-sec .form-group .mail-ico { background:url("../images/mail-ico.svg") no-repeat; background-size: contain; }
.contact-sec .form-group .mail-id-ico { background:url("../images/mail-ico.svg") no-repeat; background-size: contain; }
/*--Footer End--*/

.inner_banner { margin-top:100px; }
.inner_banner .searchbar { padding: 40px 0; background: url("../images/blue-back.jpg") no-repeat; background-size: cover; background-position: center; }
.inner_banner .searchbar .form-group { width: 900px; margin: auto; position: relative; }
.inner_banner .searchbar .form-group .form-control { height: 70px; padding: 0 155px 0 40px; }
.inner_banner .searchbar .form-group .btn { position: absolute; z-index: 2; top:15px; right:15px; }
.inner_banner .searchbar .form-group .fa-magnifying-glass { position: absolute; z-index: 2; top:25px; left:15px; }
.inner_banner .banner-img { position: relative; }
.inner_banner .banner-img .banner-content { position: absolute; left:0; right:0; top:50%; z-index: 2; transform: translateY(-50%); color: var(--white); padding-right: var(--bs-gutter-x,.75rem); padding-left: var(--bs-gutter-x,.75rem); width: 100%; max-width: 1600px; margin: auto; }
.inner_banner .banner-img .banner-content small { display: block; position: relative; text-transform: uppercase; font-size: 1.1rem; opacity: .7; letter-spacing: .2rem; }
.inner_banner .banner-img .banner-content .title-xl { font-weight: 400; line-height: 1.5; text-transform: uppercase; }
.inner_banner .banner-img.sell-banner .banner-content { color: var(--primary); }
.inner_banner .banner-img .banner-opt { display: flex; align-items: center; padding: 1.5rem 0; }
.inner_banner .banner-img .banner-opt .item { display: flex; align-items: center; margin-right: 25px; padding: 25px 0; font-size: 22px; width: 215px; flex:0 0 215px; line-height: normal; }
.inner_banner .banner-img .banner-opt .item .ico { width: 70px; flex:0 0 70px; margin-right: 15px; }

.pro-list-sec { display:flex; }
.pro-list-sec .filter-column { display: flex; align-items: flex-start; background-color:var(--white); min-width: 52px; max-width: 52px; transition-duration: .3s; }
.pro-list-sec .colbtn { display: flex; min-width: 32px; max-width: 32px;  margin: 30px 10px 0 10px; }
.pro-list-sec .colfil { display: none; width: calc(100% - 32px); height: 100%; border-left: 1px solid var(--darkgray); padding:0 10px; }
.pro-list-sec .filter-col-btn, .filter-btn-wrap .filter-btn { border:none; background-color: transparent; display: block; padding: 0; }
.pro-list-sec .filter-col-btn img, .filter-btn-wrap .filter-btn img { width: 32px; height: 32px; display: block; }

.product-listing-column { margin-left:30px; }
.filter-cat { display:flex; align-items: flex-start; }

/* .filter-cat .form-group.custom-radio { width: 50%; } */
.filter-cat .fil-sort { width: 50%; flex-wrap: wrap; }



.filter-cat .all-cars-list { display:flex; flex-flow: wrap; max-width: 850px; }
.filter-cat .all-cars-list a { display: block; white-space: nowrap; font-size: 1rem; border: 1px solid var(--darkgray); padding: 8px 15px; margin-right: 10px; }
.filter-cat .all-cars-list a:hover, .filter-cat .all-cars-list a.active { background-color: rgba(22,28,45,.2); }
.filter-cat .all-cars-list a:last-child { margin-right: 0; }
.filter-cat .fil-sort { margin-left: auto; display:flex; align-items: center; justify-content: flex-end; }
.filter-cat .fil-sort .form-group { margin-bottom: 15px; font-size: 1rem; display: flex; align-items: center; border: 1px solid var(--darkgray); padding: 0 10px; margin-right: 10px; }
.filter-cat .fil-sort .form-group:last-child { margin-right: 0; }
.filter-cat .fil-sort .form-group span { display: inline-block; vertical-align: middle; white-space: nowrap; font-size: 12px; }
.filter-cat .fil-sort .form-group .form-control { border: none; background-color: transparent; width: auto; height: 30px; font-size: 12px; padding: 0 15px 0 5px; }
.fil-sort select.form-control, select { background-position: calc(100% - 0px) center; background-size: 10px; }


.product-listing { background-color:var(--gray); }
.prolist { display: flex; flex-flow: wrap; }
.prolist .item { min-width: 25%; max-width: 25%; margin-bottom: 2rem; }

.pro-list-sec.show-filter .filter-column { min-width: 410px; max-width: 410px; }
.pro-list-sec.show-filter .filter-col-btn { background-color: var(--darkgray); }
.pro-list-sec.show-filter .certified-cars .certified-list .item { display: block; min-width: 23.33333%; max-width: 23.33333%; }
.pro-list-sec.show-filter .certified-cars .certified-list .item .ico { margin-right:0; margin-bottom: 1rem; }
.pro-list-sec.show-filter .prolist .item { 
	/* min-width: 33.33333%; max-width: 33.33333%;  */
	min-width: 24.33333%; max-width: 24.33333%;
}

.pro-list-sec.show-filter .colfil { display: block; }
.pro-list-sec .colfil header { display: flex; align-items: center; }
.pro-list-sec .colfil header .title-md { font-weight: 400; font-size: 24px; margin: 0; }
.pro-list-sec .colfil header .btn { margin-left: auto; }
.pro-list-sec .colfil .selected-filter span { display: inline-block; vertical-align: middle; margin: 0 10px 10px 0; background-color: var(--darkgray); padding: 5px 15px; font-size: 14px; }
.pro-list-sec .colfil .selected-filter span a { margin-left: 10px; }
.pro-list-sec .colfil .selected-filter span:last-child { margin-right: 0; }

.multiple-filter .filter-col { border-top:1px solid var(--darkgray); padding-bottom: 10px; padding-top: 5px; }
.multiple-filter .filter-col .filter-btn { border:none; text-align: left; background-color: transparent; width: 100%; padding: 15px; padding-left: 45px; position: relative;color: var(--black); }
.multiple-filter .filter-col .filter-btn:before { position: absolute; font-size: 14px; content: '\f078'; font: var(--fa-font-solid); right: 5px; top:20px;color: var(--black); }
.multiple-filter .filter-col .filter-btn .ico { position: absolute; left:0; top:12px; width: 32px; height: 32px; }
.multiple-filter .filter-col .filter-collapse { margin:0 10px; }

.custom-radio .btn-radio, .custom-radio .btn-checkbox { display:inline-block; vertical-align: top; margin-right: 10px; position: relative; }
.custom-radio .btn-radio:last-child { margin-right: 0; }
.custom-radio .btn-radio input[type="radio"] + label, .custom-radio .btn-checkbox input[type="checkbox"] + label { padding:0; }
.custom-radio .btn-radio input[type="radio"] + label:before, .custom-radio .btn-checkbox input[type="checkbox"] + label:before, .custom-radio .btn-radio input[type="radio"] + label:after, .custom-radio .btn-checkbox input[type="checkbox"] + label:after { display:none; }
.custom-radio .btn-radio input[type="radio"] + label, .custom-radio .btn-checkbox input[type="checkbox"] + label { border:1px solid var(--darkgray); padding: 10px 25px; font-size: 16px; }
.custom-radio .btn-radio input[type="radio"]:checked + label, .custom-radio .btn-checkbox input[type="checkbox"]:checked + label { background-color:var(--darkgray); }

.slider-range-col, .slider-input { display:flex; align-items: center; font-size: 1rem; font-weight: 600; }
.slider-range-col .col-min, .slider-range-col .col-max, .slider-input .input-min, .slider-input .input-max { min-width: 45%; max-width: 45%; position: relative; }
.slider-range-col .col-max, .slider-input .input-max { margin-left: auto; text-align: right; }
.slider-input label { display:block; }
.slider-input .form-control { padding-left: 40px; }
.slider-input .calender-ico { background: url("../images/registration-ico.svg") no-repeat; position: absolute; width: 30px; height: 30px; background-size: contain; left:7px; top:50%; transform: translateY(-50%); z-index: 2; }
.slider-input .year-ico { position: absolute; width: 100px; font-style: normal; background-size: contain; left:60px; top:50%; transform: translateY(-50%); font-weight: normal; z-index: 2; }
.slider-input .rupee-ico { background: url("../images/rupee-ico.svg") no-repeat; position: absolute; width: 20px; height: 20px; background-size: contain; left:15px; top:50%; transform: translateY(-50%); z-index: 2; }


#car_filter_form .slider-input .calender-ico { top:64%; }
#car_filter_form .slider-input .year-ico { top:64%; }
#car_filter_form .slider-input .rupee-ico { top:64%; }




.ui-widget.ui-widget-content { border: none; background-color: #e7e7e9; margin: 15px 0; }
.ui-slider-horizontal { height: 5px; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active { border: 4px solid #ffffff; background: #161C2D; color: #161C2D; border-radius: 55px; box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%); }
.ui-widget-header { background: #161C2D; }
.ui-slider-horizontal .ui-slider-handle { top: -9px; cursor: pointer; }

.certified-cars { background: url("../images/certified-back.jpg") no-repeat; background-size: cover; padding: 40px; }
.certified-cars p { font-size: 1.3rem; margin-bottom: 0; font-weight: 600; }
.certified-cars small { display: block; font-size: 1.275rem; font-weight: 400; }
.certified-cars .certified-list { display: flex; flex-flow: wrap; }
.certified-cars .certified-list .item { display: flex; align-items: center; min-width: 23.5%; max-width: 23.5%; font-size: 1.25rem; background-color:var(--white); padding: 15px; font-weight: 800; margin-right: 2%; }
.certified-cars .certified-list .item:last-child { margin-right:0; }
.certified-cars .certified-list .item .ico { min-width: 70px; max-width: 700px; margin-right: 1rem; }
.certified-cars .certified-list .item span { display: block; font-weight: 400; }

.still-confuse { background-image: url("../images/still-confise.jpg"); background-repeat: no-repeat; background-position: center right; background-color:var(--blue); padding: 70px 50px; color: var(--white); background-size: contain; }
.still-confuse .title-md { margin-top: 0; }
.still-confuse .enter-number { display: flex; align-items: center; }
.still-confuse .enter-number .floating-label { background-color: var(--white); border: 1px solid var(--primary); margin-right: 1rem; }
.still-confuse .enter-number .floating-label label { font-size: 16px; left: 55px; top: 16px; }
.still-confuse .enter-number .floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label { top: 0; font-size: 14px; }
.still-confuse .enter-number .floating-label .form-control { width: 450px; height: 60px; padding-left: 55px; font-size: 1rem; }
.still-confuse .enter-number .btn { height: 60px; }
.still-confuse .enter-number .floating-label .mob-ico { background: url("../images/mob-ico.svg") no-repeat; position: absolute; z-index: 5; left:10px; top:12px; width: 35px; height: 35px; background-size: contain; }

.find-cars, .product-listing-column { overflow: hidden; width: 100%; }
.listing-sec .item { text-align: center; }
.listing-sec .item:hover a { background-color: var(--white); border-color: var(--primary); }
.listing-sec .item a { display: block; padding: 20px 10px; margin: 10px; border:1px solid rgba(22,28,45,.3); background-color: transparent; transition-duration: .3s; min-height: 165px; }

.express-interest .btn-close { position: absolute; top:15px; right:15px; z-index: 2; background-color: var(--white); }
.express-body { background-color:var(--gray); padding: 20px; }
.express-body .item-body { position: relative; padding-right: 120px; }
.express-body .item-body p { font-size: 24px; margin-bottom: 5px; }
.express-body .item-body .price { font-size: 20px; font-weight: 600; }
.express-body .item-body .certified-ico { position: absolute; top:0; right: 0; }
.express-body .item-body .fontsm { font-size: 13px; opacity: .7; }
.express-body .item-footer { display: flex; align-items: center; padding-top: 1rem; }
.express-body .item-footer .col { text-align: center; font-size: 13px; padding: 20px 0; transition-duration: .3s; }
.express-body .item-footer .col span { display: block; }

.express-form { padding:60px 30px; max-width: 475px; margin: auto; }
.express-form .title-md { font-weight: 200; line-height: normal; font-size: 36px; }

.otp-wraper { border:1px solid var(--primary); position: relative; padding-left: 45px; padding-right: 77px; }
.otp-wraper .timer { position: absolute; top:50%; right:10px; transform: translateY(-50%); }
.otp-wraper .form-control { border:none; border-bottom: 2px solid var(--darkgray); padding: 0; height: 35px; }

.faq-sec { position:relative; }
.faq-sec .faq-pic { position:absolute; content: ''; bottom:0; right:0; width: auto; height: auto; z-index: 1; text-align: right; }
.faq-sec .container { z-index: 2; }

.compare-ads {  border: 1px solid rgba(0,0,0,.2); background-repeat: no-repeat;  background-color:var(--gray); padding: 70px 50px; color: var(--primary); background-size: contain; }

.vertical-tab { display: flex; flex-wrap: wrap;}
.vertical-tab .child-nav { width: 30%; flex: 0 0 30%; }
.vertical-tab .child-nav .nav-tabs { border-bottom: none; display: block; }
.vertical-tab .child-nav .nav-tabs li { margin: 0; border-bottom: 1px solid rgba(0,0,0,.1); }
.vertical-tab .child-nav .nav-tabs .nav-link { margin-bottom: 0; padding: 1rem; color: var(--primary); background: none; border: none; border-top-left-radius: 0; border-top-right-radius: 0; }
.vertical-tab .child-nav .nav-tabs .nav-item.show .nav-link, .vertical-tab .child-nav .nav-tabs .nav-link.active, .vertical-tab .child-nav .nav-tabs .nav-link:hover { background-color:var(--primary); color: var(--white); }
.vertical-tab .tab-content { margin-left: auto; width: 65%; flex: 0 0 65%; background-color: var(--gray); padding: 25px; }
.vertical-tab .tab-content .fil-aja span { display: inline-block; padding: 10px; width: 180px; }
.vertical-tab .tab-content .fil-aja span a { display: block; border: 1px solid rgba(0,0,0,.1); text-align: center; padding:15px 10px; font-size: 1rem; }
.vertical-tab .tab-content .fil-aja span a:hover { background-color: var(--white); }

.horizontal-tab .child-nav { display: flex; justify-content: center; margin: 3rem 0; }
.horizontal-tab .child-nav .nav-tabs { border-bottom: none; }
.horizontal-tab .child-nav .nav-tabs li { margin: 0; border: 1px solid rgba(0,0,0,.1); }
.horizontal-tab .child-nav .nav-tabs .nav-link { margin-bottom: 0; color: var(--primary); background: none; border: none; border-top-left-radius: 0; border-top-right-radius: 0; }
.horizontal-tab .child-nav .nav-tabs .nav-item.show .nav-link, .horizontal-tab .child-nav .nav-tabs .nav-link.active, .horizontal-tab .child-nav .nav-tabs .nav-link:hover { background-color:var(--primary); color: var(--white); }
.horizontal-tab .tab-content { padding: 25px; }

.features-col { border:1px solid rgba(0,0,0,.1); box-shadow: 0 0 10px 0 rgba(0,0,0,.1); }
.features-col a { display: flex; align-items: center; }
.features-col a:hover { background-color: var(--gray); }
.features-col a:hover .btn { background-color: transparent; color: var(--primary); }
.features-col .sec-pic { width: 40%; flex: 0 0 40%; }
.features-col .content { padding: 35px; }

.calculator-col, .calculator-col a { display:block; position: relative; }
.calculator-col .sec-pic { position: relative; }
.calculator-col .sec-pic:before { position: absolute; content: ''; width: 100%; height: 100%; top:0; left:0; background: rgb(255,255,255); background: linear-gradient(180deg, rgba(255,255,255,0) 40%, rgba(22,28,45,1) 100%); z-index: 1; }
.calculator-col .content { position: absolute; bottom: 0; left:0; width: 100%; z-index: 2; padding: 30px; color: var(--white); background: url("../images/circle-arrow.svg") no-repeat; background-position: 100% 30px; background-size: 65px; }

.benefit-column { background:url("../images/testi-back.jpg") no-repeat bottom center; background-size:cover; color: var(--white); padding: 40px 40px 80px 40px; }
.benefit-column p { font-size: 22px; }
.benefit-feature { display: flex; flex-flow: wrap; align-items: center; }
.benefit-feature .item { display: flex; align-items: center; padding: 25px 0; font-size: 22px; width: 50%; flex:0 0 50%; line-height: normal; }
.benefit-feature .item .ico { width: 70px; flex:0 0 70px; margin-right: 15px; }

.form__container{position:relative;width:100%;height:200px;border:2px dashed rgba(0,0,0,.1);background-color: var(--gray); display:flex;justify-content:center;align-items:center;font-size:18px;color:var(--primary);margin-bottom:5px;}
.form__container .img-ico { position:absolute; background: url("../images/image-gallery.png") no-repeat; background-size: cover; width:52px; height: 52px; left:-65px; }
.form__container.active{background-color:rgba(192, 192, 192, 0.2);}
.form__file{position:absolute;width:100%;height:100%;top:0;left:0;cursor:pointer;opacity:0;}
.form__files-container{display:block;width:100%;font-size:0;margin-top:20px;}
.form__image-container{display:inline-block;width:150px;height:150px;margin-bottom:10px;margin-right: 10px;overflow: hidden; position:relative;}
.form__image-container:after { content: "✕"; position: absolute; font-size: 14px; margin: auto; top: 10px; right: 10px; text-align: center; font-weight: bold; color: #fff; background-color: var(--primary); width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; line-height: 20px; cursor: pointer; }
.form__image{-o-object-fit:contain;object-fit:contain;width:100%;height:auto;}

.car-detail-form { padding-top:30px; padding-right:80px; }

.child-navbar { border-bottom:1px solid rgba(0,0,0,.1); background-color: var(--white); margin: 0; padding: 0; top:97px; z-index: 1; }
.child-navbar .nav-item { margin: 0; }
.child-navbar .nav-link { color: var(--primary); position: relative; padding-top: 15px; padding-bottom: 15px; }
.child-navbar .nav-link:before { position: absolute; content: ''; bottom: -2px; left:0; width: 0; height: 3px; background-color: var(--primary); }
.child-navbar .nav-pills .nav-link.active, .child-navbar .nav-pills .show>.nav-link { color: var(--primary); background-color: transparent; font-weight: 600; }
.child-navbar .nav-pills .nav-link.active:before { width: 100%; }

.finance-content-sec ul { margin: 0; padding: 0; list-style: none; }
.finance-content-sec li { width: 48%; display: inline-flex; background-image: url("../images/circle.svg"); background-repeat: no-repeat; background-size: contain; padding-left: 40px; margin-top: 1rem; }

.icon-column { display: flex; align-items: center; justify-content: space-between; padding: 25px; }
.icon-column .item { padding: 25px; width: calc(100% / 6); }
.icon-column .item .ico, .icon-column .item span, .icon-column .item strong { display:block; }
.icon-column .item span { font-size: 14px; opacity: .5; }

.specifications-section .icon-column { background:url("../images/specifications-back.jpg") no-repeat right bottom; background-size: cover; align-items: flex-start; }
.specifications-section .icon-column .item .ico, .specifications-section .icon-column .item span, .specifications-section .icon-column .item strong { color: var(--white); }

#myTabContent .icon-column {  flex-flow: wrap; justify-content: flex-start; padding: 0; }
#myTabContent .icon-column .item { width:calc(100%/4); }

.download-brochure a { display:block; }
.download-brochure .sec-pic { position: relative; }
.download-brochure .content { position: absolute; z-index: 2; width: 100%; left:0; bottom: 0; padding: 25px; display: flex; align-items: center; justify-content: space-between; color: var(--white); }
.download-brochure .title { font-size: 28px; line-height: normal; display: block; }
.download-brochure .btn-outline { white-space: nowrap; color: var(--white); border-color: var(--white); padding: .6rem; display: block; min-width: 200px; }
.download-brochure .btn-outline img { margin-right: 10px; }

.certified-slider .item { position: relative; transition-duration: .3s; display: flex; flex-wrap: wrap; }
.certified-slider .item:hover { background-color:var(--white); border-color: var(--darkgray); }
.certified-slider .item .launched-ico { display: flex; align-items: center; padding: 0 0 0 10px; background-color: var(--orange); border-radius: 5px; color: var(--white);     font-size: 12px; position: absolute; z-index: 2; overflow: hidden; top: 15px; left: 15px; }
.certified-slider .item .launched-ico span { display: block; background-color: #CA7300; padding: 5px; font-weight: bold; margin-left: 8px; line-height: normal; }
.certified-slider .item .item-body { padding: 10px 20px; flex: 0 0 67%; }
.certified-slider .item .sec-pic { overflow: hidden; flex: 0 0 33%; }
.certified-slider .item .offers-col { position: absolute; top:15px; z-index: 2; background-color:var(--orange); color: var(--white); border-radius: 4px; font-size: 14px; padding: 5px 10px; left:15px; opacity: 1; visibility: visible; }
.certified-slider .item .item-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.certified-slider .item .item-footer .col { text-align: center; font-size: 13px; padding: 10px 0; transition-duration: .3s; display: flex; align-items: center; }
.certified-slider .item .item-footer .col span { display: block; }
.certified-slider .item .item-body p { margin-bottom: .8rem; }
.certified-slider .item .item-body .tag { opacity: .5; font-size: 14px; }
.certified-slider .item .item-body .price { font-size: 1.2rem; }
.certified-slider .owl-dots { position: static; }
.certified-slider .owl-dots .owl-dot span { background: var(--primary); border: 4px solid var(--primary); }
.certified-slider .owl-dots .owl-dot.active span { background-color: var(--primary); }

.cities-column { display:flex; justify-content: space-between; }
.cities-column .item { text-align: center; background-color: var(--gray); padding: 25px; }
.cities-column .item .sec-pic span { display:block; }
.cities-column .item p { font-weight: 600; margin: 0; }

.table small { display:block; opacity: .5; font-size: 70%; }
.table>:not(caption)>*>* { padding: 1rem 0.5rem; }
.table-bordered>:not(caption)>*>* { border-width: 0; }
.table th:nth-child(2n), .table td:nth-child(2n) { background-color:var(--gray); }
.table th:last-child, .table td:last-child { background-color:transparent; }

.fixcol { position:absolute; top:50%; right:0; transform: translateY(-50%); display: flex; align-items: center; border:1px solid rgba(0,0,0,.1); }
.fixcol a { padding: 10px 20px; border-right: 1px solid rgba(0,0,0,.1); color: var(--primary); }
.fixcol a:last-child { border-right: none; }
.fixcol a.active, .fixcol a:hover { color: var(--white); background-color: var(--primary); }

.finance-content { font-size:24px; font-weight: 400; letter-spacing: 1px; margin-bottom: 2rem; max-width: 70%; }
.finance-content, .calculator-sec { position: relative; z-index: 2; background-color: var(--white); }
.calculator-sec { box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%); }
.calculator-sec .title-md { margin: 0; border-bottom:1px solid rgba(0,0,0,.1); padding: 30px; line-height: normal; }
.calculator-sec .slider-range-col { opacity: .3; }
.calculator-sec .form-control { height: 45px; }
.calculator-sec .emi-payment { padding: 20px; background-color: var(--gray); }
.calculator-sec .emi-payment .emi-column { display: flex; flex-flow: wrap; }
.calculator-sec .emi-payment .emi-column .item { flex: 0 0 50%; width: 50%; margin-bottom: 1rem; }
.calculator-sec .emi-payment .emi-column .item small, .calculator-sec .emi-payment .emi-column .item span { display: block; }
.calculator-sec .emi-payment .emi-column .item span { font-weight:700; font-size: 20px; }
.calculator-sec .emi-payment p { font-size: 14px; opacity: .5; }
.cal-column .col-left { border-right:1px solid rgba(0,0,0,.1); }
.cal-column .col-left, .cal-column .col-right { padding: 30px; }

.blue-background { position:relative; padding-bottom: 2rem; }
.blue-background:before { position:absolute; content: ''; right:0; top:0; width: 250px; height: 100%; z-index: 1; background:  url("../images/testi-back.jpg") no-repeat; background-size: cover; }

.insurance-section { position:relative; }
.insurance-section .insurance-pic { position:absolute; content: ''; top: 300px; left: -375px; width: auto; height: auto; z-index: 1; }
.insurance-section .container { z-index: 2; }
.insurance-features { display:flex; flex-flow: wrap; max-width: 700px; width: 100%; margin-bottom: 2rem; }
.insurance-features .item { width: 50%; flex:0 0 50%; display:flex; align-items: center; padding: 15px; line-height: normal; }
.insurance-features .item p { margin: 0; }
.insurance-features .item .sec-pic { margin-right: 1rem; max-width: 55px; min-width: 55px; }

.calculate-insurance { box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%); background-color: var(--white); max-width: 1200px; width: 100%; }
.calculate-insurance .title-md { margin: 0; border-bottom:1px solid rgba(0,0,0,.1); padding: 30px; line-height: normal; }
.calculate-insurance .form-section { padding: 30px; }
.calculate-insurance .form-section .form-control { height: 47px; padding-top: 0; }
.calculate-insurance .form-section .custom-radio .btn-radio .ico { top:23px; }

.pro-slider { position:relative; }
.pro-slider .certified-ico { position: absolute; top: 15px; left:15px; z-index: 2; }
.pro-slider .add-wishlist a, .pro-slider .add-share a { display: flex; justify-content: center; align-items: center; }
.pro-slider .add-wishlist, .pro-slider .add-share { position: absolute; top:15px; z-index: 2; background-color: rgba(255,255,255,.7); width: 35px; height: 35px; border-radius: 100px; display: flex; justify-content: center; align-items: center; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); }
.pro-slider .add-share { right:15px; }
.pro-slider .add-wishlist { right:55px; }
.pro-multi-option { padding:1.5rem 0; display: flex; align-items: center; background-color: rgba(255,255,255,.5); justify-content: center; position: absolute; bottom: 0; z-index: 2; width: 100%; }
.pro-multi-option a { display: block; position: relative; color: var(--primary); padding: 5px 25px; border-bottom: 1px solid rgba(0,0,0,.1); }
.pro-multi-option a:before { position: absolute; content: ''; bottom: -1px; left:0; width: 0; height: 2px; background-color: var(--primary); transition-duration: .3s; }
.pro-multi-option a.active { font-weight: 600; }
.pro-multi-option a.active:before, .pro-multi-option a:hover:before { width: 100%; }

.product-detail-column { max-width: 650px; margin-left: auto; }
.product-detail-column .title-md { margin: 0 0 15px 0; font-weight: 600; }
.product-detail-column .price-column { display: flex; }
.product-detail-column .price-column .exshowroom-price, .product-detail-column .price-column .emi-price { flex: 0 0 50%; width: 50%; position: relative; margin-top: 25px; }
.product-detail-column .price-column .exshowroom-price small { display: block; opacity: .7; font-size: 14px; min-height: 25px; position: absolute; top:-25px; left:0; z-index: 2; }
.product-detail-column .price-column .exshowroom-price .price { font-size: 28px; font-weight: 700; margin: 0; }
.product-detail-column .onroad, .product-detail-column .emical { font-size: 14px; font-weight: 700; color: #FF891D; text-decoration: underline; }
.product-detail-column .price-column .emi-price { padding-left: 35px; }
.product-detail-column .price-column .emi-price .emi-opt { font-size:20px; margin:0; }
.product-detail-column .price-column .emi-price .emi-ico { position: absolute; top:0; left:0; }
.product-detail-column .emical { color: #007FFF; }
.product-detail-column .onroad:hover, .product-detail-column .emical:hover { color: var(--primary); }

.trade-ico { background: url("../images/trade-ico.png") no-repeat; background-size: contain; width: 40px; height: 27px; display: inline-block; vertical-align: middle; }
.btn:hover .trade-ico { background: url("../images/trade-wht-ico.png") no-repeat; }

.exterior-pic { display:flex; flex-flow: wrap; }
.exterior-pic .item { flex:0 0 25%; width: 25%; padding: 10px; }
.exterior-pic .item img { width: 100%; }
.exterior-pic .item a { display: block; border: 1px solid #f2f2f2; position: relative; }
.exterior-pic .item a:before { position: absolute; content: ''; bottom:-1px; right:-1px; width: 30px; height: 30px; background: url("../images/tick.jpg") no-repeat; background-size: cover; opacity: 0; visibility: hidden; }
.exterior-pic .item a.active, .exterior-pic .item .active { border-color: var(--primary); box-shadow: 0 0 10px 0 rgba(0,0,0,.2); }
.exterior-pic .item a.active:before { opacity: 1; visibility: visible; }

.extra-tab .nav-tabs .nav-link { margin-bottom: 0; background: 0 0; border: none; border-top-left-radius: 0; border-top-right-radius: 0; color: var(--primary); position: relative; }
.extra-tab .nav-tabs .nav-item { margin-bottom: 0; }
.extra-tab .nav-tabs .nav-link:before{ position: absolute; content: ''; left:0; bottom: -2px; width: 0; height: 3px; background-color: var(--primary); transition-duration: .3s; }
.extra-tab .nav-tabs .nav-item.show .nav-link, .extra-tab .nav-tabs .nav-link.active { color: var(--primary); font-weight: 700; background-color: transparent; border-color: transparent; }
.extra-tab .nav-tabs .nav-link:hover:before, .extra-tab .nav-tabs .nav-link.active:before { width: 100%; }
.extra-tab .tab-content { padding:20px 0; }
.extra-tab .tab-content .custom-radio .btn-radio input[type="radio"] + label, .extra-tab .tab-content .custom-radio .btn-checkbox input[type="checkbox"] + label { padding: 7px 15px; }
.extra-tab .tab-content .custom-radio .btn-radio input[type="radio"] + label span, .extra-tab .tab-content .custom-radio .btn-checkbox input[type="checkbox"] + label span { margin-left: 10px; vertical-align: middle; }

.custom-warranty .btn-warr { padding: 7px 15px; background-color: var(--gray); border:1px solid var(--gray); margin:10px 0px 10px 0; }
.custom-warranty .btn-warr span { margin-left: 10px; vertical-align: middle; }
.custom-warranty .btn-warr:hover, .custom-warranty .btn-warr.active { border-color: var(--primary); box-shadow: 0 0 5px 0 rgba(0,0,0,.2); }

.tabcol { display: inline-flex; align-items: center; border:1px solid rgba(0,0,0,.1); margin-bottom: 1.5rem; }
.tabcol a { padding: 7px 15px; border-right: 1px solid rgba(0,0,0,.1); color: var(--primary); }
.tabcol a:last-child { border-right: none; }
.tabcol a.active, .tabcol a:hover { color: var(--white); background-color: var(--primary); }

.modal-header .change-city { font-size: 14px; margin-left: 20px; }
.modal-body .calculator-sec { box-shadow:none; }
.modal-body .horizontal-tab .child-nav { justify-content: flex-start; margin: 0 0 1rem 0; }
.modal-body .accordion-button { font-size: 1rem; padding: .7rem 1rem; background-color: var(--gray); }
.modal-body .accordion-button.collapsed { background-color: transparent; }
.modal-body .accordion-collapse.collapse.show { background-color: var(--gray); }
.modal-body .accordion-collapse.collapse { background-color: transparent; }
.modal-body .accordion-body { padding: .7rem 1rem; }
.modal-body .accordion-body .table>:not(caption)>*>* { padding: 0.5rem; border-bottom-width: 0; }
.modal-body .accordion-body .table th:nth-child(2n), .table td:nth-child(2n) { background-color: transparent; }
.modal-body .accordion-body .table tr.bortop { border-top: 1px dashed #ccc; }
.modal-body .accordion-body .table .btn-radio input[type="radio"] + label, .modal-body .accordion-body .table .btn-checkbox input[type="checkbox"] + label { text-indent: -999em; }

.product-detail-column .item-footer { display: flex; align-items: center; justify-content: space-between; flex-flow: wrap; }
.product-detail-column .item-footer .col { text-align: center; font-size: 13px; padding: 10px 0; transition-duration: .3s; display: flex; align-items: center; flex: 0 0 33%; max-width: 33%; }
.product-detail-column .item-footer .col span { display: block; }
.product-detail-column .exten-warr { position: relative; padding-left: 45px; margin: 1.5rem 0; }
.product-detail-column .exten-warr .ico { position: absolute; top:0; left:0; }
.product-detail-column .exten-warr p { margin: 0; }
.product-detail-column .exten-warr p span { opacity: .7; }
.product-detail-column .exten-warr small { display: block; font-size: 14px; opacity: .7; }
.bullet-wht li { background-image: url(../images/bullet-wht.svg); }
.banner-cta { margin-bottom: 10px; }
.banner-cta a { color: var(--white); }
.contact-form-sec { background-image: url(../images/black-mercedes-benz.png); }
.contact-form .form-group .ico, .contact-form .form-group .mail-id-ico { left: 20px; }
.query-ico { left: 10px !important; }
.card-sec .card-outer { background-color: var(--gray); }
.card-sec .card-outer:hover { background-color: #fff; box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%); }
.card-outer:hover .btn-outline { color: var(--white); border-color: var(--primary); background-color: var(--primary); }
.card-outer .card-body { padding: 1rem 1.5rem; }

.custom-select select.form-control { background-color: var(--white); border-color: var(--primary); border-radius: 0; height: 55px!important; }
.custom-select.floating-label label { left: 50px; font-size: 1rem; color: var(--primary); top: 13px; opacity: .8; }
.custom-select.floating-label .floating-input, .floating-select { font-size:1rem; width: 100% !important; }
.custom-select.floating-label .floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label { top: 0; font-size: 14px; color: var(--primary); }
.faq-tabbing .accordion-button { background-color: var(--gray); }
.testimonial-sec .vertical-tab .child-nav { width: 20%; flex: 0 0 20%; }
.testimonial-sec .vertical-tab .testimonial-content { width: 75%; flex: 0 0 75%; background-color: var(--white); }
.testi-drop { margin-left: 30px; display: flex; align-items: center; border: 2px solid #f3f3f4; padding: 10px; }
.testi-drop .dropdown { margin-left: 5px; }
.testi-drop .dropdown select { border: none; }
.testi-drop .dropdown .dropdown-toggle { padding: 0; background: none; border: none; color: var(--black); font-weight: normal; }
.filter-section .button-select .button { padding: 10px 15px; background: var(--white); border: 2px solid #f3f3f4;  }
.filter-section .button-select .button.is-checked { background-color: #f3f3f4 !important; }
.text-testi { min-height: 391px; background-color: #f9f9f9; background-position: 20px 25px; font-size: 1.5rem; padding: 60px 35px 35px 35px; }

/* 31-05 */
.about-content p, .launced-motozite p { font-size: 20px !important; margin-bottom: 20px; }
.launced-motozite { background-image: url('../images/orange-car.png'); }
.launced-motozite small { font-size: 2.4rem; text-transform: none; line-height: normal; }



/* vertical menu css starts */
.admin-content { background: var(--gray); height: 100%; margin-top: 90px; }
.vertical-menu { width: 340px; background-color: var(--white); padding: 0 20px; height: 100%; position: absolute; left: 0; bottom: 0; margin-top: 0; transition-duration: 0.4s; top: 0px; }
.admin-profile-card { background-color: var(--primary); padding: 1rem; margin-bottom: 20px; }
.admin-profile-card .admin-detail { color: var(--white); margin: 0 0 0 10px; }
.vertical-menu .navbar-menu .ico { top: 0 !important; left: 0 !important; }
.vertical-menu .navbar-menu li { padding: 20px 10px; }
.vertical-menu .navbar-menu li.active { background-color: #f3f3f3; }
.vertical-menu .navbar-menu li.active a { font-weight: 600; }
.card-menu { padding-left: 35px; }
.vertical-menu .navbar-menu li .thumb-ico { background:url("../images/thumb-ico.svg") no-repeat; background-size: contain; }
.vertical-menu .navbar-menu li .refund-ico { background:url("../images/refund-ico.svg") no-repeat; background-size: contain; }
.vertical-menu .navbar-menu li .heart-ico { background:url("../images/heart-ico.svg") no-repeat; background-size: contain; }
.vertical-menu .navbar-menu li a { width: 100%; }
.vertical-menu .navbar-menu li .arrow { display: inline-block; position: absolute; width: 10px; height: 10px; border-top: 1px solid var(--black); border-left: 1px solid var(--black); top: 8px; }
.arrow:before {	display: block;	height: 200%; width: 200%; margin-left: -50%; margin-top: -50%; content: ""; transform: rotate(45deg); }
.arrow.next { transform: rotate(135deg); right: 0; }




/* Dasboard css starts */
.dashboard { position: relative; margin: 0 0 0 340px; }
.dashboard-content-tab { padding: 2rem 2rem 50px; }
.dashboard-content-tab .card { box-shadow: 0 0 2px 2px rgb(0 0 0 / 5%); border-radius: 0.25rem; }
.card .card-header { background: var(--white); border-bottom: 1px solid var(--gray); padding: 1rem 2rem; }
.card .card-header .title-lg { margin: 0; }
.edit-profile img { margin-right: 6px; }
.dashboard .card-body { padding: 2rem; }
.dashboard .card-body.table-card { padding-top: 0.5rem; }
.contact-form .call-ico, .contact-form .email-ico { padding-left: 35px; }
.contact-form .call-ico { background:url("../images/call-ico.svg") no-repeat; background-size: contain; }
.contact-form .email-ico { background:url("../images/email-ico.svg") no-repeat; background-size: contain; }
.contact-form .form-control { padding-left: 50px; }
.contact-form .form-group { position: relative; }
.contact-form .form-group .ico, .vertical-menu .navbar-menu li .ico { position: absolute; top:13px; left:10px; width: 25px; height: 25px; }
.contact-form .form-group .user-ico, .vertical-menu .navbar-menu li .user-ico { background:url("../images/user-ico.svg") no-repeat; background-size: contain; }
.contact-form .form-group .mob-ico { background:url("../images/mob-ico.svg") no-repeat; background-size: contain; }
.contact-form .form-group .mail-ico { background:url("../images/mail-ico.svg") no-repeat; background-size: contain; }
.contact-form .form-group .otp-ico { background:url("../images/otp-ico.svg") no-repeat; background-size: contain; }
.contact-form .form-group .ico { left: 20px; }
.form-group small { font-size: 12px; }
.form-group .otp-value { position: absolute; top: 16px; right: 24px; }
.form-group .otp-value span a { text-decoration: underline; font-size: 14px; font-weight: 700; cursor: pointer; letter-spacing: 0.1rem; }
.form-group .mr-10 { margin-right: 10px; }
.cta-card-btn { margin: 30px 0; }
.user-dropdown .dropdown-toggle { border: none; background: none; padding: 0.5rem; }
.img-circle { width: 46px; height: 46px; }
.img-circle img { width: 100%; height: 100%; border-radius: 50%; }
.user-dropdown .dropdown-menu { padding: 0; }
.user-dropdown .dropdown-menu .dropdown-item:hover { background-color: var(--primary); color: var(--white); }
.table-responsive{display: block; overflow-x: auto; white-space: nowrap;}
/* Dashboard css ends */

/* Interest Car css starts */
.account-table .table td { vertical-align: middle; font-size: 14px; }
.table .car-img { width: 80px; height: auto; }
.table .car-img img { width: 100%; height: 100%; }
.account-table .table small { display: block; }
.account-table .table .tag { padding: 5px 14px; color: var(--white); border-radius: 5px; font-size: 14px; }
.account-table .table .tag.tag-orange { background-color: #FF8800; }
.account-table .table .tag.tag-green { background-color: #03A634; }
.account-table .table .tag.tag-yellow { background-color: #DBBF00; }
.table tbody th { padding: 1.5rem 0.5rem; }
/* Interest Car css ends */
.admin-portlist .item { min-width: 33%; }
.header-space { display: block; }
.header-space-mob { display: none; }
.filter-co .close {display: none;}

/* 14-06-22 */
.tab-banner-content { position: relative; }
.tab-banner-content h2 { font-weight: 700; }
.price-diff { font-size: 16px; }
.price-diff .new-price { font-weight: 500; }
.price-diff .old-price, .bundle-tax { color: #666565; }
.tab-banner-content small { font-size: 14px; color: var(--black); }
.tab-banner-content a::before { position: absolute; content: ''; bottom: -7px; right: -49px; width: 30px; height: 30px; background: url("../images/dark-tick.png") no-repeat; background-size: cover; opacity: 0; visibility: hidden; }
.tab-banner-content a.active:hover, .tab-banner-content:hover a::before { opacity: 1; visibility: visible; }
.tab-banner-content a.active { border-color: var(--primary); }



.silver-package-bundle .bundle-img { width: 60px; }
.silver-package-bundle .bundle-content { margin-left: 14px; }
.silver-package-bundle .bundle-content h3 { font-weight: 600; }
.bundle-price { font-size: 1rem; }
.silver-package-bundle .tab-banner-content a::before { right: -16px; bottom: -8px; }
.bundle-package-outer .bundle-price .price { font-size: 24px; font-weight: 600; }
.bundle-package-outer .bundle-content.bundle-pr { padding-right: 60px; }
.extra-scroll-sec { max-height: 200px; overflow: scroll; overflow-x: hidden; }
.half-sec-bundle a::before { right: -48px !important; }
.bundle-content .heading-info img { margin-left: 20px; }
.location.col { font-size: 14px; }

/* header toogle css */
.plates svg {
  height: 35px;
  position: absolute;
  width: 35px;
  left: 0;
  top: 0px;
}
.plates {
  display: flex;
  flex-wrap: wrap;
  max-width: 100px;
  cursor: pointer; 
}
.plate {
  height: 35px;
  width: 35px;
}
.burger {
  filter: url(#gooeyness);
}
.x {
  transform: scale(0);
  transition: transform 400ms;
}
.line {
  fill: none;
  stroke: #000;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50%;
  transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}
.header.wht-head .line{
	stroke: #fff;
}
.header.affix .line{
  stroke: #000;
 }
.x .line {
  stroke-width: 5px;
}
/* Die vierte teller */
.plate4 .x {
  transition: transform 400ms;
}
.plate4 .line {
  transform-origin: 50%;
  transition: transform 400ms 100ms;
}
.active.plate4 .line {
  transition: transform 400ms;
}
.active.plate4 .line1 {
  transform: translateX(18px) translateY(-3px) rotate(-45deg) scale(.7);
}
.active.plate4 .line2 {
  transform: translateX(-18px) translateY(-3px) rotate(45deg) scale(.7);
}
.active.plate4 .line3 {
  transform: translateY(0px) rotate(45deg) scale(.7);
}
.active.plate4 .line4 {
  transform: translateY(0px) rotate(-45deg) scale(.7);
}
.active.plate4 .line5 {
  transform: translateX(18px) translateY(3px) rotate(45deg) scale(.7);
}
.active.plate4 .line6 {
  transform: translateX(-18px) translateY(3px) rotate(-45deg) scale(.7);
}
.active.plate4 .x {
  transition: transform 400ms 100ms;
  transform: scale(1);
}
.btn-primary.disabled, .btn-primary:disabled{
	color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
    opacity: 1;
}


.navbar-nav .dropdown-menu { position: absolute; }



/* 23-06-2022 */
.prolist, .compare-cars { display: flex; flex-flow: wrap; }
.prolist .item { min-width: 25%; max-width: 25%; margin-bottom: 2rem; }
.compare-cars .item{flex: 0 0 calc(20% - 1rem); margin: 0 0.5rem 2rem;background-color: #FAFAFB; min-width: calc(20% - 1rem); max-width: calc(20% - 1rem);}
.compare-cars .item .sec-pic { min-height: auto; }
.compare-cars .item-body p { font-size: 1rem; line-height: 1; margin-bottom: -4px !important; }
.compare-cars .item-body small { font-size: 0.8rem; color: #919191; }
.compare-cars span.close, .compare-car-outer-row span.close { position: absolute; z-index: 9; top: 0; right: 5px; }
.compare-car-outer-row .sec-pic figure { height: 298px; }
.compare-car-outer-row .sec-pic figure a { height: 100%; }
.compare-car-outer-row .sec-pic figure img { height: 100%; }
.toggle-btn-wrapper{ position: absolute; top: 485px; left: calc(50% - 115.33px); }
.toggle-btn-wrapper { -ms-transform: skewX(-25deg); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); color: var(--white); background-color: var(--primary); border-color: var(--primary); padding: 10px 25px; }
.toggle-btn-wrapper p{ -ms-transform: skewX(25deg); -webkit-transform: skewX(25deg); transform: skewX(25deg); margin-bottom: 0; }
.toggle-btn-wrapper button.toggle-btn { background: transparent; border: none; color: #fff; float: right; margin-left: 30px; }
.toggle-btn-wrapper i{ font-size: 1rem; margin-left: 12px; }
.compare-cars .price i { font-size: 1rem; }
.compare-cars .item .item-body { padding: 10px 10px 25px; }
section.toggle-content {
    padding: 110px 0 !important;
}
.add-car{
	height: 100%;
}
.add-car-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.add-car-wrapper img {
    max-width: 105px;
    margin-top: 25px;
}
.add-car-wrapper small {
    position: relative;
    top: -25px;
}
.item.add-car-item {
    background-color: var(--whie);
    border: 2px dashed #797979;
}
.button-wrapper {
    padding: 79px 20px;
    text-align: center;
}
.button-wrapper button.btn.btn-primary, .button-wrapper button.btn.btn-outline {
    padding: 0.6rem 1rem;
    width: 100%;
    margin: 10px 0;
}
.item.btn-wrapper-item{
    background-color: var(--white);
    border: none;
}
.toggle-btn-wrapper .toggle-btn span.hide {
    display: none;
}
.toggle-btn-wrapper .toggle-btn.active span.hide{
	display: block;
}
.toggle-btn-wrapper .toggle-btn.active span.show{
	display: none;
}
/* 23-06-2022 ends */

/* 24-06-22 starts */
.checkbox-wrapper{
	height: 100%;
    padding: 25% 5px;
}
.checkbox-wrapper .form-check-input[type=checkbox] {
    border-radius: 0;
}
.checkbox-wrapper .form-check-input:checked {
    background-color: #161C2D;
    border-color: #161C2D;
}
.checkbox-wrapper .form-check-input:focus{
	box-shadow: none;
}
.table-title span {
    margin-right: 12px;
}
.table-title span img {
    width: 45px;
}
.compare-table tfoot tr {
    background-color: #F3F3F4;
}
.compare-table tfoot {
    border-top: none !important;
}
.compare-table tbody tr td:nth-child(even){
	background-color: #FAFAFB;
}
.table>:not(caption)>*>*{
	border-bottom-width: 0.5px;
	border-top-width: 0.5px;
	padding: 1rem 1rem;
}
.compare-table tr th {
    font-weight: 400;
}
.car-compare-table-wrapper .compare-cars .item{
	flex: 0 0 calc(25% - 1rem);
	margin: 0;
}
.car-compare-table-wrapper .compare-cars .item:nth-child(odd){
	background-color: var(--white);
}
.item-detail-wrap{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    margin-left: 5px;
}
.item-detail-wrap strong{
	flex: 0 0 100%;
    line-height: 1;
}
.item-detail-wrap small{
	flex: 0 0 100%;
}
.listing-sec .car-ico {
    min-height: 91px;
    margin-bottom: 0 !important;
}
/* sticy bar 06-07-2022 */

.sticky-car-details .product-detail-column{
  max-width: 100%;	
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.sticky-car-details .product-detail-column .price-column .exshowroom-price{
	flex: 0 0 100%;
	width: 100%;
}
.sticky-car-details .product-detail-column .title-md{
	margin-bottom: 5px;
}
.sticky-car-details .product-detail-column .price-column .exshowroom-price small{
	position: relative;
	top: 0;
}
.sticky-car-details .detail-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sticky-car-details .detail-wrap small{
	margin-right: 0.5rem;
}
.sticky-car-details.shadow{
	display: none;
	box-shadow: none !important;
    border-bottom: 1px solid #d1d1d1;
}
.sticky-car-details.shadow.fix-top {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
}
.product-detail-column .price-column, .product-detail-column .emi-price, .product-detail-column .cta {
    margin: 0.5rem 0;
}
.sticky-car-details .detail-wrap p.price {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}
.detail-model-content .modal { top: 90px !important;}


@media only screen and (max-width:455.5px) {
	.product-detail-column .price-column, .product-detail-column .emi-price, .product-detail-column .cta {
	    margin: 0.3rem 0;
	}
	.sticky-car-details .product-detail-column .title-md {
	    margin-bottom: 0px;
	}
	.sticky-car-details button {
	    flex: 0 0 100%;
	}
	.sticky-car-details .price-column{display: none;}
	.sticky-car-details .detail-wrap{display: none;}
	
}

/* multiselect css */
.explore-tab .dropdown.bootstrap-select.show-tick.floating-select {
    max-width: 100%;
}
.explore-tab .bootstrap-select>.dropdown-toggle{
	background-color: transparent;
    border: none;
    padding: 0;
    top: -5px;
}
.explore-tab .dropdown-menu.show{
	left: -10px !important;
	max-height: 200px;
}
.explore-tab .filter-option-inner-inner {
    font-size: 0.8rem;
}
.explore-tab .bootstrap-select .dropdown-menu li a{
	font-size: 0.8rem;
}
.explore-tab .bootstrap-select .dropdown-toggle:focus{
	outline: none !important;
}
.explore-tab .bootstrap-select.show-tick .dropdown-menu li a span.text{
	margin-right: 10px;
}
/*Loader css*/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../images/loader.svg) no-repeat center;
    background-size: 50px;
    background-color: rgba(255, 255, 255, .8);
    display: none;
}

body.loader-active {
    overflow: hidden;
}

body.loader-active .loader {
    display: block;
}

.owned-slider .item:hover .cta.action-hover{
	background: #fff; 
}


.cmpare-alert-box { width: 300px; text-align: center; background: var(--primary); padding: 10px; position: fixed; left: 0; right: 0; margin: auto; bottom: -50px; transition-duration: .3s; }
.cmpare-alert-box p { margin: 0; color: var(--white); }
.cmpare-alert-box.active { bottom: 50px; z-index: 1; box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%); }
.text-danger { display: block; text-align: left; font-size: 14px; }
.social-links { top: -130px; 
	/* width: 180px;  */
	height: 48px; 
	/* box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);  */
}
#social-icon a { padding: 0 10px; }
.header.wht-head .user-dropdown button { color: var(--white); } 
header.wht-head.affix .user-dropdown button { color: var(--black); }
.price-car-loc-outer { display: flex; justify-content: space-between; }

.contact-banner-content .title-xl { text-transform: capitalize; }

.body-style-drop .dropdown-menu.show { max-height: 225px; overflow-y: scroll; }

.icon-column .item .ico {
	width: 50px;
	height: 55px;
	/*margin: auto;*/
}

#similar-cars .owned-slider .item { min-height: 325px; }
#social-icon { width: 180px; display: flex; align-items: center; justify-content: center; border-radius: 5px; }
.pre_owned_car_list .item-body, .owned-slider .item-body { min-height: 0; position: relative; }
/* .owned-slider .item-body .price { position: absolute; bottom: 10px; } */
.home-sec-2 .owned-slider .item .cta { min-height: auto; }
.owned-slider .item .item-body .price { width: calc(100% - 16px); }


.add-share #social-icon { position: absolute; top: 65px; left: -150px; opacity: 0; }
.add-share #social-icon.active { opacity: 1; }
.footer-otp-outer { padding: 0 15px; border: none; }
#otp .form-control { padding: 0; }
.footer-otp-outer.otp-wraper .timer { top: auto; bottom: -50px; left: 25px; right: auto; }
#resend_query_otp_btn, #resend_contact_otp_btn { text-decoration: underline; font-size: 14px; font-weight: 500; margin-left: 8px; }
#resend_contact_otp_btn { position: absolute; left: 25px; }

.whats-app { position: fixed; width: 50px; height: 50px; bottom: 90px; right: 15px; background-color: #25d366; color: #FFF; border-radius: 50px; text-align: center; font-size: 30px; z-index: 100; display: flex; align-items: center; }
.whats-app i { transition: 0.5s ease-in-out; width: 100%; }

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 15px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
	z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i { color: #fff; margin: 0; position: relative; left: 16px; top: 13px; font-size: 19px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
#return-to-top:hover { background: rgba(0, 0, 0, 0.9); }
#return-to-top:hover i { color: #fff; top: 5px; }
#login-modal { z-index: 999999; }
.next-right { text-align: right; }

.contact-form-sec .short-col { margin: 0 300px 0 200px; }
/* span.demo-ico { background: var(--primary); color: var(--white); padding: 3px 10px; font-size: 14px; border-radius: 5px; font-weight: 600; top: 25px !important; } */
.kms-filter-outer .custom-radio .btn-radio input[type="radio"] + label, .custom-radio .btn-checkbox input[type="checkbox"] + label { padding: 7px 15px; font-size: 14px; min-width: 139px; max-width: 145px; }
.item-body a { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 270px; }
.login-otp { letter-spacing: 5px; }
#otp_verify .inputs { width: calc(100% - 10px); }
#resend_otp_btn { font-size: 12px; font-weight: 600; }
.pre_owned_car_list { background-color: var(--gray); }
.wishlist-popup { height: fit-content; }
figure { margin: 0; }
.slider-input .calender-ico, .slider-input .year-ico, .slider-input .rupee-ico { top: 50%; }
.page-link { color: var(--primary); }
.page-item.active .page-link { background-color: var(--primary); border-color: var(--primary); }
.page-link:hover { color: var(--white); background-color: var(--primary); border-color: var(--primary); }
span.booked-ico { top: 50px !important; }
.mob-fixed-cta .btn-primary {max-width: 350px; width: 100%;}





























/*Responsive Start*/
@media only screen and (max-width:3000px) {
.container {max-width:1600px;}
}
@media only screen and (max-width: 1441px) {
	.insurance-section .insurance-pic {left: -460px;}
}
@media only screen and (max-width:1400px) {
.container { max-width: 100%; }
body { font-size:1rem; line-height:1.4; }
.title-xl, h1, .h1 { font-size:2.5rem; }
.title-lg, h2, .h2 { font-size:2rem; }
.title-md, h3, .h3 { font-size:1.6rem; }
.title-sm, h4, .h4 { font-size:1.25rem; }
.title-xs, h5, .h5 { font-size:1.15rem; }
.title-xxs, h6, .h6 { font-size:1rem; }
.owned-slider .item .item-body .price { font-size: 1.1rem; }
.owned-slider .item .item-footer .col { font-size: 11px; }
.choose-car .title { font-size: 2.2rem; }
.owned-slider .item .sec-pic { min-height: 170px; max-height: 210px; }
.explore-range .explore-tab .tab-content>.tab-pane figure figcaption { font-size: 1.5rem; }
.explore-range .title-head { padding: 40px; }
.about-sec .short-col { margin: 0 300px 0 165px; }
.about-sec p { font-size: 2.5rem; }
.footer { background-size: 100%; }
.footer .short-col { max-width: 820px; }
.main-banner .item .banner-content .title-xl { margin-top: -100px; font-size: 65px; max-width: 550px; }
.search-filter { bottom:75px; }
.faq-sec .faq-pic { max-width: 625px; }
.benefit-column p { font-size: 20px; }
.car-detail-form { padding-right: 40px; }
.child-navbar { top: 90px; z-index: 3; }
.download-brochure .content { padding: 20px; }
.download-brochure .title { font-size: 24px; }
.download-brochure .btn-outline { padding: .5rem; min-width: 180px; font-size: 14px; }
.blue-background:before { width: 200px; }
.insurance-section .insurance-pic { top: 280px; left: -280px; max-width: 800px; }
.calculate-insurance { max-width: 1000px; }
.pro-list-sec.show-filter .filter-cat .fil-sort .form-group:first-child { margin-bottom: 10px; }
}

@media only screen and (max-width: 1366px) {
	.filter-cat .all-cars-list { max-width: 760px; }
	.cmpare-alert-box.active { bottom: -40px; }
}

@media only screen and (max-width:1199px) {
	.section { padding: 40px 0; }
	.explore-range .title-xl { font-size: 2.2rem; }
	.owned-benefit .item img { max-width: 70px; min-width: 70px; }
	.no-worries .item-pic { width: 330px; }
	.car-owned { padding-bottom: 0; }
	.howwork-content .item .ico { width: 70px; height: 70px; }
}

@media only screen and (min-width: 1145px) and (max-width:1240px) {
	.insurance-section .insurance-pic { top: 213px; }
	.insurance-features { max-width: 600px; }
}

@media only screen and (min-width: 1025px) and (max-width:1144px) {
	.finance-content-sec li { padding-left: 65px; font-size: 17px;  }
	.btn { padding: 0.6rem 1.5rem; }
	.our-features .features-col { min-height: 265px; }
	.insurance-section .insurance-pic { top: 210px; max-width: 655px; }
	.insurance-features { max-width: 625px; }
}
@media only screen and (min-width: 1144px) and (max-width:1199px) {
	.finance-content-sec li { padding-left: 65px; font-size: 20px;  }
}

@media only screen and (min-width: 1025px) and (max-width:1035px) {
	.insurance-section .insurance-pic { top: 210px; max-width: 655px; }
	.insurance-features { max-width: 625px; }
}


@media only screen and (max-width: 1024.5px) {
	.features-col .sec-pic {
	    width: 45%;
	    flex: 0 0 45%;
	}
	.features-col .content {
	    padding: 10px 30px;
	}
	.benefit-feature .item .ico {
	    width: 60px;
	    flex: 0 0 60px;
	    margin-right: 12px;
	}
	.benefit-column p {
	    margin-bottom: 0;
	}
	.faq-sec .faq-pic {
	    max-width: 500px;
	}
	.benefit-feature .item {
	    width: 100%;
	    flex: 0 0 100%;
	}
	.filter-cat {
	    align-items: flex-start;
	}
	.owned-slider .item .sec-pic {
	    min-height: 140px;
	}
	.insurance-section .insurance-pic {
	    top: 214px;
	    left: -180px;
	    max-width: 634px;
	}
	.insurance-section .insurance-pic {
	    top: 214px;
	    left: -180px;
	    max-width: 634px;
	}
	.insurance-features {
	    max-width: 545px;
	}
	section.section.card-sec .card-outer span.btn.btn-outline.btn-lg {
	    padding: 0.6rem 1.5rem;
	    width: 100%;
	}
	.about-sec .short-col {
	    margin: 0 290px 0 170px;
	}
	.choose-us-inner-content.mb-5 {
	    margin-bottom: 1.5rem !important;
	}
	section.section.why-choose-us .col-md-4 {
	    display: flex;
	    align-items: center;
	}
	.inner_banner .searchbar .form-group {
	    width: 800px;
	}
	.finance-content-sec li {
	    padding-left: 60px;
	}
	.slider-range-col, .slider-input {
		font-size: 0.95rem;
	}
	.cal-column .col-left, .cal-column .col-right {
	    padding: 20px;
	}
	.calculator-sec .emi-payment {
	    padding: 15px;
	}
	.finance-content-sec li {
		margin-top: 0.5rem;
	}
	.scrollspy-section .icon-column .item strong {
	    font-size: 0.9rem;
	}
	.scrollspy-section .icon-column .item {
	    padding: 20px;
	}
	.owned-slider .item .item-body p {
	    font-size: 0.85rem;
	}
	
}
@media only screen and (max-width:991.5px) {
	.title-xl, h1, .h1 { font-size: 2rem; }
	.navbar-toggler { border: 0; padding: 0; order: 1; }
	.user-section .navbar-nav { flex-direction: row; align-items: center; }
	.user-section .navbar-nav .nav-link { margin: 0; }
	/* .login { display: none; } */
	.header-space { display: none; }
	.header-space-mob { display: flex; }
	.header.wht-head .navbar-light .navbar-nav .nav-link { color: var(--white); }
	.navbar-toggler:focus { box-shadow: none; }
	.header .navbar-light { padding: 0; }
	.header.wht-head .mobile-logo { display: block; background-image: url("../images/black-logo-new.png"); width: 100px; background-size: contain; height: 26px; text-indent: -9999px; }
	.header .mobile-logo { display: block; background-image: url("../images/dark-logo-mob.svg"); background-repeat: no-repeat; width: 100px; background-size: contain; height: 26px; text-indent: -9999px; }
	.header.affix.wht-head .mobile-logo { display: block; background-image: url("../images/dark-logo-mob.svg"); background-repeat: no-repeat; width: 100px; background-size: contain; height: 26px; text-indent: -9999px; }
	.header.affix .mobile-logo { display: block; background-image: url("../images/dark-logo-mob.svg"); background-repeat: no-repeat; width: 100px; background-size: contain; height: 26px; text-indent: -9999px; }
	.navbar-brand { display: none; }
	.header .navbar-collapse {
		background-color: var(--white);
	}
	.header .navbar-collapse a.nav-link {
		color: var(--primary) !important;
	}
	/* .header { background-color: #ffffff; }
	.header.wht-head { background: none !important; } */
	

	.header.wht-head .menu-button span { background-color: var(--white); }
	.header.wht-head .menu-button.menu-button--open span { background-color: var(--white); }
	.header .menu-button span { background-color: var(--primary); }
	.header.affix .menu-button.menu-button--open span { background-color: var(--primary) !important; }
	.user-section { margin-right: 10px; }
	.menu-button{ background-color:transparent; border:none; float:right; height:30px; padding:0; /*position:absolute;*/ top: 6px; right:0; width:20px; z-index:5; transition:all 0.3s ease-out;}
	.menu-button.menu-button--open { top: 7px; }
	.menu-button:hover,.menu-button.menu-button--open{background-color:transparent;}
	.menu-button span:last-child{ width:20px; left:9px;}
	.wht-head.affix .menu-button span { background-color: var(--primary); }
	.menu-button span{ background-color:var(--white); display:block; margin-top:-1px; position:absolute; left:50%; margin-left:-10px; height:1px; width:20px; transform-origin:center; transition:background-color 0.3s ease-out;}
	.menu-button.menu-button--open span{ background-color:var(--primary); }
 	.menu-button.menu-button--open span:first-child{ margin-top:0 !important; top: 25%; margin-left: -6px; }
	.menu-button.menu-button--open span:last-child{ width:22px; margin-top:0 !important; margin-left:-6px; top: 25%;}
	.menu-button span:first-child{ margin-top:-10px;top:50%; }
	.menu-button span:last-child{ margin-top:8px;top:50%; }
 	.menu-button.menu-button--closed span{ transition:opacity 0.3s ease-out 0.3s, margin-top 0.3s ease-out 0.3s, width 0.3s ease-out, -webkit-transform 0.3s ease-out; transition:transform 0.3s ease-out, opacity 0.3s ease-out 0.3s, margin-top 0.3s ease-out 0.3s, width 0.3s ease-out; transition:transform 0.3s ease-out, opacity 0.3s ease-out 0.3s, margin-top 0.3s ease-out 0.3s, width 0.3s ease-out, }
	.menu-button.menu-button--open span{-webkit-transition:margin-top 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out 0.3s, width 0.3s ease-out;}
	.menu-button.menu-button--open span:first-child{margin-top:-1px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
	.menu-button.menu-button--open span:nth-child(2){opacity:0;}
	.menu-button.menu-button--open span:last-child{margin-top:-1px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
	.dark-head .menu-button span { background-color: var(--primary); }
	.dark-head.site-navigation--show .navbar { background: var(--white); }












	.explore-range { padding-bottom: 0; }
	.slider-input .input-min { min-width: 50%; max-width: 50%; }
	.no-worries .owned-benefit { flex-direction: column; align-items: flex-start; }
	.owned-benefit { margin: 0; }
	.owned-benefit:first-child .item, .owned-benefit:last-child .item { margin-left: 0; }
	.owned-benefit .item { font-size: 1rem; width: 225px; margin: 5px 0; }
	.owned-benefit .item img { min-width: 55px; max-width: 55px; }
	.owned-benefit .item:nth-child(2n) { text-align: left; display: flex; justify-content: flex-end; }
	.owned-benefit .item:nth-child(2n) .ico { order: 1; }
	.no-worries .item-pic { top: 215px; right: -325px; width: 250px; }
	.leading-brand .service-body { padding: 20px; }
	.leading-brand .service-body li { background-size: auto; }
	.about-sec:before { width: 0; transform: skewX(0deg); }
	.about-sec .short-col { margin-left: 22px; }
	.about-sec p { font-size: 2rem; }
	.title-head { margin-bottom: 1rem; }
	.no-worries .item-pic { top: 120px; width: 300px; }
	.benefit-column {
	    padding: 40px 40px 40px 40px;
	}
	.car-detail-form {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.benefit-feature .item {
	    padding: 20px 0;
	}
	.horizontal-tab .child-nav {
	    margin: 2rem 0;
	}
	.faq-sec .faq-pic {
	    max-width: 460px;
	}
	.horizontal-tab .tab-content {
	    padding: 0px;
	}
	.inner_banner {
	    margin-top: 58px;
	}
	.inner_banner .banner-img .banner-opt {
	    padding: 1rem 0;
	}
	.inner_banner .banner-img .banner-opt .item {
		padding: 15px 0;
	}
	.benefit-feature .item {
	    width: 50%;
    	flex: 0 0 50%;
	}
	.certified-cars .certified-list .item {
		font-size: 1.1rem;
		min-width: 47.5%;
    	max-width: 47.5%;
		margin-bottom: 20px;
	}
	.insurance-features {
	    max-width: 100%;
	}
	.insurance-section .insurance-pic {
		display: none;
	}
	section.section.card-sec .card-outer span.btn.btn-outline.btn-lg {
	    padding: 0.6rem 1rem;
	    font-size: 0.91rem;
	}
	section.content-page.section .content-left-side h3.mt-0.title-lg br {
	    display: none;
	}
	.inner_banner .searchbar .form-group {
	    width: 750px;
	}
	.about-content h3.title-lg br {
	    display: none;
	}
	.finance-head {
	    text-align: center;
	}
	.finance-content-sec ul {
		display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    margin-bottom: 25px;
	}
	/* modal css */
	.modal-dialog {
	    max-width: 702px;
	}
	.admin-content {
	 	margin-top: 60px;
	 	height: auto;
	}
	.admin-portlist .item {
	    min-width: 50%;
	}
	.sticky-car-details .product-detail-column {
	    margin-top: 0px;
	    padding: 0;
	}
	.product-detail-column {
	    max-width: 100%;
	    margin-top: 30px;
	}
	.child-navbar {
	    top: 58px;
	}
	#highlights h2.title-xl br{
		display: none;
	}
	#highlights h2.title-xl{
		text-align: center;
	}
	.extra-scroll-sec {
	    max-height: 100%;
	}
	.testi-slider {
	    margin-left: 35px;
	}
	.footer { background-position: bottom right; }
	.vertical-tab .tab-content .fil-aja span { width: auto; }
	.icon-column .item .ico {
		width: 50px;
		margin: auto;
	}
	.cmpare-alert-box.active { 
		margin: 0 0 0 auto;
		top: 225px;
		width: 200px;
		right: 20px;
	}
	#myTabContent .icon-column .item { width: calc(100% / 3); }
	#myTabContent .icon-column { align-items: flex-start; }
	.fa-brands::before { font-size: 22px; }

	.filter-column { position: fixed; right: 0; background: #f9f9f9; }
	.product-listing-column { margin-left: 0; }
	.product-listing-column .filter-cat { flex-wrap: wrap; white-space: nowrap; overflow: auto; }
	.filter-cat .all-cars-list { margin-bottom: 20px; }
	.filter-cat .fil-sort { flex-wrap: nowrap; width: auto; }
	.pro-list-sec .filter-column { min-width: 30px; max-width: 30px; z-index: 2; }
	.pro-list-sec.show-filter .filter-column { top: 0; z-index: 999; height: 100%; }
	.pro-list-sec .colbtn { margin: 0; }
	.show-filter .colbtn { margin: 30px 10px 0 10px; }
	.pro-list-sec.show-filter .colbtn { display: none; }
	.pro-list-sec .colfil { width: 100%; }

}

@media only screen and (min-width: 775px) and (max-width:950px) {
	.inner_banner .banner-img .banner-opt .item { width: 165px; flex: 0 0 165px; }
	.inner_banner .banner-img .banner-opt .item .ico { width: 45px; flex: 0 0 45px; }
	.mob-fixed p { font-size: 14px; }
	.mob-fixed .cta a.btn-primary { display: flex; align-items: center; justify-content: center; padding: 0 30px; }
}

@media only screen and (max-width: 768.5px) {
	.explore-range .title-xl { font-size: 1.5rem; }
	.certified-slider .item .sec-pic{
		max-width: 100%;
	}
	.inner_banner .banner-img .banner-content {
	    top: 55%;
	}
	.inner_banner {
	    margin-top: 60px;
	}
	.inner_banner .banner-img .banner-content small {
	    font-size: 0.8rem;
	}
	.title-xl, h1, .h1 {
	    font-size: 1.8rem;
	}
	.inner_banner .banner-img .banner-opt .item {
		font-size: 17px;
		padding: 0px 0;
	    width: 170px;
	    flex: 0 0 170px;
	}
	.inner_banner .banner-img .banner-opt {
	    padding: 0.5rem 0 1rem 0;
	}
	.inner_banner .banner-img .banner-opt .item {
	    margin-right: 5px;
	}
	.inner_banner .banner-img .banner-opt .item .ico img {
	    max-width: 55px;
	}
	.inner_banner .banner-img .banner-opt .item .ico {
	    width: 55px;
	    flex: 0 0 55px;
	    margin-right: 10px;
	}
	.inner_banner .banner-img .banner-opt .item .ico img {
	    max-width: 55px;
	}
	.features-col .content .btn {
	    padding: 0.6rem 1.5rem;
	    width: 100%;
	}
	.form-section .floating-label label {
	    font-size: 14px;
	    top: 20px;
	}
	/* .item.shine .item-body p a {
	    min-height: 44px;
	} */
	.item.shine .item-body p a, .pre_owned_car_list .item-body p a {
	    min-height: 0 !important;
	}
	.car-detail-form {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.testi-slider {
	    margin-left: 0px;
	}
	.faq-sec .faq-pic {
	    max-width: 415px;
	}
	.calculator-col, .calculator-col a {
	    margin: 10px 0;
	}
	.benefit-column p {
	    font-size: 17px;
	    margin-bottom: 0;
	}
	.benefit-feature .item .ico {
	    width: 45px;
	    flex: 0 0 45px;
	    margin-right: 10px;
	}
	.benefit-feature .item{
		padding: 10px 0;
	}
	.benefit-column {
		padding-bottom: 45px;
	}
	.features-col a {
	    flex-wrap: wrap;
	}
	.features-col .sec-pic {
	    width: 100%;
	    flex: 0 0 100%;
	    text-align: center;
	}
	.features-col .content {
	   flex: 0 0 100%;
	}
	.content h3.title-md {
	    margin-top: 0;
	}
	.features-col .content {
	    padding: 30px;
	}
	.custom-radio .btn-radio, .custom-radio .btn-checkbox {
	    margin-right: 0px;
	}
	.form-section .custom-radio .btn-radio input[type="radio"] + label {
	    padding: 9px 17px;
	}

	.compare-ads {
	    padding: 25px 50px;
	}
	.certified-cars .certified-list .item {
	    min-width: 47.5%;
	    max-width: 47.5%;
	    margin: 1%;
	}
	.prolist .item {
	    min-width: 50%;
	    max-width: 50%;
	}
	.filter-cat {
	    flex-wrap: wrap;
	}
	.filter-cat .all-cars-list {
	    flex: 0 0 100%;
	    flex-wrap: wrap;
	}
	.filter-cat .fil-sort {
	    flex: 0 0 100%;
	    flex-wrap: wrap;
	}
	.still-confuse {
	    padding: 70px 30px;
	}
	.still-confuse .enter-number .floating-label .form-control {
	    width: 350px;
	}
	.enter-number .btn {
		padding: 0.6rem 2rem;
		width: 100%;
	}
	.title-head small {
	    font-size: 1rem;
	    letter-spacing: .12rem;
	}
	section.section.your-choice.testimonial-sec.overflow-hidden .vertical-tab, section.section.your-choice.faq-tabbing.overflow-hidden .vertical-tab {
	    flex-wrap: wrap;
	}
	.testimonial-sec .vertical-tab .child-nav {
	    width: 100%;
	    flex: 0 0 100%;
	}
	.testimonial-sec .vertical-tab .testimonial-content {
	    width: 100%;
	    flex: 0 0 100%;
	}
	.testimonial-sec ul#myTab {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    padding: 0 15px;
	}

	.testimonial-sec ul#myTab li.nav-item {
	    flex: 0 0 30.33%;
	    margin: 1%;
	    border: 1px solid rgba(0,0,0,.1);
	}

	.filter-section.d-flex.align-items-center.justify-content-end.mb-5 {
	    justify-content: flex-start !important;
	}
	.testi-drop {
    	margin-left: auto;
	}
	.child-nav.aos-init.aos-animate {
	    flex: 0 0 100%;
	}
	div#myTabContent {
	    flex: 0 0 100%;
	}
	.faq-tabbing ul#myTab {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    margin-bottom: 20px;
	}

	.faq-tabbing ul#myTab li.nav-item {
	    flex: 0 0 24%;
	    border: 1px solid rgba(0,0,0,.1);
	}
	.inner_banner .searchbar .form-group {
	    width: 640px;
	}
	.choose-curve .cta a {
	    font-size: 0.9rem;
	    max-width: 137px;
	    padding: 0.6rem 1rem;
	}
	.howwork-pic {
	    flex: 0 0 50%;
	}
	.howwork-content {
		flex: 0 0 calc(50% + 175px);
	}
	.howwork-content .item {
	    flex: 0 0 50%;
	}
	/* .vertical-menu {
	    display: none;
	} */
	/* .dashboard {
	    margin: 0 0 0 0px;
	} */
	.vertical-tab .child-nav {
	    width: 100%;
	    flex: 0 0 100%;
	}
	.vertical-tab .child-nav .nav-tabs{
		display: flex;
	    flex-wrap: nowrap;
	    white-space: normal;
	    overflow: auto;
	}
	.vertical-tab .child-nav .nav-tabs li{
		white-space: nowrap;
	}
	.search-bar .form-group {
	    width: auto;
	    max-width: 550px;
	}
	.search-bar.show {
	    top: 0px;
	    right: 85px;
	}
	.sticky-car-details .product-detail-column h1 {
	    font-size: 1.2rem;
	}
	.sticky-car-details .detail-wrap p.price {
	    font-size: 21px;
	}
	#service-cost .fixcol {
	    top: 22%;
	}
	.sticky-car-details .cta{width: 100%;}
	[data-aos] {
		pointer-events: auto !important;
	  }
	
	  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
		opacity: 1 !important;
	  }
	
	  html:not(.no-js) [data-aos=fade-up] {
		transform: none !important;
	  }
}

@media only screen and (max-width: 767.5px) {
	.menu-button { top: 0; }
	.img-circle { width: 38px; height: 38px; }
	.user-dropdown .dropdown-toggle { font-size: 13px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: auto; }
	.features-col.shine.aos-init.aos-animate {
	    margin-bottom: 20px;
	}
	.filter-btn-wrap.d-md-none.d-block {
	    position: fixed;
	    right: 0;
	    top: 70px;
	    z-index: 9;
	}
	.navbar-light .navbar-nav .nav-link { padding: .3rem; font-size: 12px; }
	.cities-list .item { min-width: 145px; max-width: 145px; margin: 0 auto 15px; }
	.admin-content .vertical-menu {
	    display: none;
	    width: 100%;
	}
	.dashboard.h-100 {
	    margin-left: 0;
	}
	.dashboard-content-tab .card{
		margin-top: 20px;
	}
	.scrollspy-section #scroll-spy ul.nav.nav-pills {
	    display: flex;
	    flex-wrap: nowrap;
	    white-space: nowrap;
	    overflow-x: auto;
	}
	.text-testi {
	    min-height: auto;
	}
	#highlights .icon-column {
	    flex-wrap: wrap;
	}
	#highlights .icon-column .item {
	    flex: 0 0 33.33%;
	    padding: 20px;
	    text-align: center;
	}
	#highlights .icon-column .item {
	    flex: 0 0 calc(33.33% - 6.3px);
	    padding: 20px;
	    text-align: center;
	}
	.section {
	    padding: 20px 0;
	}
	.exterior-col .icon-column .item {
	    width: calc(100%/3);
	}
	.certified-slider .item .sec-pic {
	    flex: 0 0 100%;
	}
	.certified-slider .item .item-body {
	    flex: 0 0 100%;
	}
	.choose-body p { font-size: 21px; }
	#myTabContent .icon-column .item { width: calc(100% / 3); }
	.icon-column .item .ico { width: 50px; margin: auto; }
	.shine .sec-pic img { width: 100%; }
	.explore-range .explore-tab { display: block; }
	.cmpare-alert-box { top: 180px !important; margin: 0 0 0 auto; }
	#trade_in_section .express-form { text-align: center; font-size: 18px; }
	#trade_in_section .express-form label { margin-bottom: 20px; }
	.add-share #social-icon { top: 40px !important; right: 0; }
	.vertical-tab .tab-content .fil-aja span a { font-size: 12px; }
}
@media only screen and (max-width:475px) {
	.form__container {
		font-size: 14px;
	}
	.form__container .img-ico{
		width: 40px;
	    height: 40px;
	    left: -50px;
	}
	.form-section .custom-radio .btn-radio input[type="radio"] + label {
	    padding: 10px 15px;
	}
	.custom-radio .btn-radio, .custom-radio .btn-checkbox {
	    margin-right: 0px;
	    margin-bottom: 0;
	}
	.horizontal-tab .tab-content {
	    padding: 0px;
	}
	.faq-sec .faq-pic{
		display: none;
	}
	.exterior-col .icon-column .item {
	    width: calc(100%/2);
	}
	.finance-content-sec li {
	    padding-left: 35px;
	}
	.product-detail-column .btn {
	    padding: 0.6rem 0.5rem;
	    width: calc(50% - 0.5rem);
	    font-size: 1.12rem;
	}
	.certified-slider .item .item-footer .col {
	    flex: 0 0 50%;
	}

	#myTabContent .icon-column .item { width: calc(100% / 2); text-align: center; }
}

@media only screen and (max-width: 400px) {
	.pro-list-sec.show-filter .filter-column { min-width: 334px !important; max-width: 334px !important; }
	
}

.sell_btn {margin-left:30px;}
.certified-demo span {background: #000;color: #fff;padding: 1px 11px;border-radius: 20px;display: flex;font-size: 14px;}

.pro-list-sec.show-filter .owned-slider .item .item-body .price {
    font-size: 14px;
}
.pro-list-sec.show-filter .owned-slider .item .item-body a { width:200px;font-size:14px }




.price-input {
	width: 100%;
	display: flex;
	margin: 30px 0 35px;
  }
  .price-input .field {
	display: flex;
	width: 100%;
	height: 45px;
	align-items: center;
	flex-direction: column;
  }
  .field input {
	width: 100%;
	height: 100%;
	outline: none;
	font-size: 15px;
	margin-left: 12px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #999;
	padding: 10px 0;
	-moz-appearance: textfield;
  }
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
  }
  .price-input .separator {
	width: 130px;
	display: flex;
	font-size: 19px;
	align-items: center;
	justify-content: center;
  }
  .slider {
	height: 5px;
	position: relative;
	background: #ddd;
	border-radius: 5px;
  }
  .slider .progress {
	height: 100%;
	left: 5%;
	right: 5%;
	position: absolute;
	border-radius: 5px;
	background: #161c2d;
  }
  .range-input {
	position: relative;
  }
  .range-input input {
	position: absolute;
	width: 100%;
	height: 5px;
	top: -5px;
	background: none;
	pointer-events: none;
	-webkit-appearance: none;
	-moz-appearance: none;
  }
  input[type="range"]::-webkit-slider-thumb {
	height: 17px;
	width: 17px;
	border-radius: 50%;
	background: #161c2d;
	pointer-events: auto;
	-webkit-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	cursor: pointer;
  }
  input[type="range"]::-moz-range-thumb {
	height: 17px;
	width: 17px;
	border: none;
	border-radius: 50%;
	background: #161c2d;
	pointer-events: auto;
	-moz-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  
  .cal-insurance{
	font-size: 28px;
    font-weight: 700;
    margin: 0;
  }

span#cal_value {
    font-size: 28px;
    font-weight: 600;
    color: #000 !important;
}


