/* framework */
@charset "utf-8";
/* CSS Document */


:root{
    --OH_blue: #001e50;
    --OH_toggleWidth: 60px;
}


body, html {
	font-family: 'vw-text';
	background-color: #fff;
	margin: 0 !important;
}
body {
	font-family: 'vw-text';
	position: relative;
	max-width: 2560px;
	margin: 0 auto !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'vw-head';
	font-weight: bold;
}
#map {
	height: 350px;
	width: 100%;
}
ul {
  list-style-type: none;
}

a {
	text-decoration: none !important;
	color: #0099da ;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-o-transition: .5s ease-out;
	transition: .5s ease-out;
	outline: none;
}
a:hover {
    color: #0082b9;
    text-decoration: underline;
}
/* .fade {
    transition: opacity .8s linear;
} */
p {
	font-size: 14px;
}
.fadein, .fadeout {
	opacity: 1;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.fadein {
	opacity: 0;
}
/*padd marg class*/
.p0 {
	padding: 0 !important;
}
.pT20 {
	padding-top: 20px !important;
}
.pT10 {
	padding-top: 10px !important;
}
.pT20 {
	padding-top: 20px !important;
}
.pT30 {
	padding-top: 30px !important;
}
.pT40 {
	padding-top: 40px !important;
}
.pL30 {
	padding-left: 30px !important;
}
.pL40 {
	padding-left: 40px !important;
}
.pR20 {
	padding-right: 20px !important;
}
.pR30 {
	padding-right: 30px !important;
}
.pR40 {
	padding-right: 40px !important;
}
.p40 {
	padding: 40px;
}
.mT10 {
	margin-top: 10px !important;
}
.mT15 {
	margin-top: 15px !important;
}
.mT20 {
	margin-top: 20px !important;
}
.mT30 {
	margin-top: 30px !important;
}
.mT40 {
	margin-top: 40px !important;
}
.mT50 {
	margin-top: 50px !important;
}
.mT60 {
	margin-top: 60px !important;
}
.mT70 {
	margin-top: 70px !important;
}
.mB10 {
	margin-bottom: 10px;
}
.mB20 {
	margin-bottom: 20px;
}
.mB30 {
	margin-bottom: 30px;
}
.mB40 {
	margin-bottom: 40px;
}
.mB50 {
	margin-bottom: 50px;
}
.mB70 {
	margin-bottom: 70px;
}
.mT35B20 {
	margin-top: 35px !important;
	margin-bottom: 20px !important;
}
.mB20deck {
	margin-bottom: 20px;
}
.MT-15 {
	margin-top: -15px !important;
}
.fontwt_100{
	font-weight: 200;
	font-family: 'vw-head';
}
.fontwt_200{
	font-weight: 200;
	font-family: 'vw-head';
}
.fontwt_400{
	font-weight: 400;
	/* font-family: VWText-Regular; */
}
.fontwt_500{
	font-weight: 500;
}
.fontwt_600{
	font-weight: 600;
}

.flex{
	display: flex;
}

#loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	/*background: url('../img/loader.gif') 50% 50% no-repeat;*/
	background-color: #fff !important;
	opacity: 1;
}
.ajaxSpinner {
    position: absolute;
    top: 53px;
    right: 20px;
    color: #0099da;
}
.panel-heading .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
    color: #2b2b2b;
    font-size: 26px;
    position: relative;
    top: -5px; 
	transition: all 1s;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\f107";
}
.vw_O_H_accoBody ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 1px;
    background-image: url(https://one-hub-assets.s3-ap-southeast-2.amazonaws.com/one-hub-stock/img/listImg.png);
    margin-top: 14px;
    margin-left: -10px;
}
/* framework */

/*stockFilter open*/

/*stockFilter close*/

.vw_onehub_m_ha_d_section{
	background-color: #ffffff;
    padding: 0 50px;
}
.one_hub_container{
	max-width: 1440px;
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.vw_onehub_m_ha_d_button{
	width: 100%;
    padding: 8px 10px;
    font-size: 16px;
    background-color: rgba(0, 152, 221, 0);
    color: var(--OH_blue);
    border: 2px solid #001e50;
    border-radius: 24px;
}
.vw_onehub_m_ha_d_button:hover,
.OH_button_stroke:hover {
    border-color: #0040c5!important;
    color: #0040c5!important;
}
.vw_O_H_m_ha_d_but_fill{
	background-color: #001e50 !important;
	color: #ffffff !important;
}
.vw_onehub_m_ha_d_button:hover{
	color: #fff !important;
    background: #0040c5!important;
    border-color: #0040c5!important;
}
.vw_O_H_but_MoreCars{
    padding: 10px 50px;
    font-size: 16px;
    background-color: rgba(0, 152, 221, 0);
    color: var(--OH_blue);
    border: 2px solid #1d1f20;
    border-radius: 24px;
}
.Remaining{
	color: #6a767d;
}

/*details - offerlist list view open*/

.vw_onehub_offermodl_bg{
	background: linear-gradient(rgb(238,238,238) 80%, rgb(255, 255, 255) 40%);
    margin-bottom: 40px;
}

.oh_color_card{
	text-align: center;
	min-height: 240px;
	margin-bottom: 20px;
  }

  #stock-model-landing .oh_color_card{
	min-height: 210px;
  }

  #stock-model-landing .vga-offs-savn4-modal {
    padding: 30px 0px !important;
}
  
.vw_onehub_offermodl_img{
	/* max-width: 105%; */

	position: absolute;
	bottom: -30px;
	left: 50%;
    transform: translate(-50%, 0);
}
img.vw_onehub_offermodl_img.stock_car_dummyImg{
	max-width: 100% !important;
}
.vw_onehub_offermodl_head{
	z-index: 5;
    position: relative;
	padding: 20px;
	text-align: left;
	text-transform: capitalize;
	color: #000000;
}
.vw_onehub_offermodl_wrp h3{
	font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #001e50;
}
.vw_onehub_offermodl_wrp h5{
	font-size: 16px;
	margin-bottom: 0;
	text-align: left; 
}
.vw_onehub_offermodl_head h5{
   font-size: 16px;
   font-weight: normal;
   font-stretch: normal;
   font-style: normal;
   line-height: 1.5;
}
.vw_onehub_offermodl_head h2{
	font-size: 24px;
	padding-top: 10px;
	padding-right: 20px;
	margin-bottom: 5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #000000;
}
.vw_onehub_offermodl_head h2 span{
	font-weight: 300;
}
.vw_onehub_offermodl_wrp h6{
    margin-bottom: 15px;
    font-size: 16px;
    font-family: VWHead-Regular;
}
.vw_offer_m_ha_d_textinfo1 h2{
	font-size: 28px;
	line-height: 32px;
}
.vw_offer_m_ha_d_textinfo1{
  	font-size: 16px;
  	font-weight: 300;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.5;
  	letter-spacing: normal;
  	color: #000000;
}
.vw-sdk-stock-greenhead{
	font-size: 16px !important;
	color: #029640 !important;
	font-family: 'vw-head';
	font-weight: bold !important;
	margin-bottom: 10px !important;
}
.vw-sdk-stock-greenhead-out{
	width: 100%;
	min-height: 37px;
	float: left;
}
.sup_lable_inputs{
	font-size: 13px;
}
.vw_offer_m_ha_d_textinfo2 ul{
	padding-left: 0px;
}
.vw_offer_m_ha_d_textinfo2 ul li {
	margin-bottom: 10px;
	font-size: 16px;
}
.vw_onehub_m_ha_d_accoHeading h4 a{
	color: #2b2b2b;display: 
	block;
	text-decoration: none;
}
.vw_onehub_m_ha_d_accoHeading h4{
	margin-bottom: 0;color: #2b2b2b;
	font-size: 18px;
	width: 100%;}
.vw_onehub_m_ha_d_accoHeading{
	text-align: left;
	padding: 0 ;
}
.features_list_wrapper h5{
	font-size: 20px;
}
.features_list_wrapper span{
	font-size: 16px;
}
.button_wrp{
	text-align: center;
}
.button_wrp span{
  	font-size: 14px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 1.71;
  	letter-spacing: normal;
  	color: #001e50;	
  	text-align: center;
  	display: inline-block;
}
.check_ico{
	margin-right: 20px;
}
.or_ico{
	position: relative;
    bottom: 30px;
    left: 50px;
    background: #ffffff;
    padding: 5px 10px;
}
.check_ico {
    margin-right: 0px;
}
/*details - offerlist list view close*/

/*vw_onehub  details - disclaimer open*/
.disclaimerSection {
margin: 3em 8% 3em 8%;
}
.disclaimerSection hr {
margin-bottom: 2rem;
}
.vga-oh-savn-privacyAccoHead .vga-oh-savn-privacyAccoToggleCls:before {
font-family: 'FontAwesome';
content: "\f106";
color: #2b2b2b;
font-size: 18px;
position: relative;
top: 0px;
padding-right: 10px;
transition: all 1s;
}
.vga-oh-savn-privacyAccoHead .vga-oh-savn-privacyAccoToggleCls.collapsed:before {
content: "\f107";
}
.vga-oh-savn-privacyAccoHead p a {
font-size: 14px;
color: #001e50;
}
.vga-oh-savn-PrivacyAccoBody p {
font-size: 14px;
color: #8d95a5;
margin: 10px 0;
}
@media (max-width: 767px) {
}
@media (max-width: 560px) {
}
/*vw_onehub  details - disclaimer close*/

/*vw_onehub details - features open */

.vga-offs-savn4-k4 h5{
	font-size: 13px;
}
/*vw_onehub details - features close*/

/*vw_onehub details - contact a dealer close*/

.vw_onehub_cld2_m_ha_d{
	padding: 72px 55px 90px 55px;
}
/*vw_onehub details - contact a dealer close */

/*vw_onehub details - you may also like open*/
/*vw_onehub details - you may also like close*/

/*for integrated menu z-index override*/

.StyledLayerWrapper-sc-1bl8kxv.dxWyQJ{ z-index: 999 !important;  }

/*for integrated menu z-index override*/

/*Low Stock message banner-10-12-2020*/
.vw-roj-stock-search-adimageweb-view {
	display: block;
}

.vw-roj-stock-search-adimagemob-view {
	display: none;
}

@media screen and (max-width: 600px) {
	.vw-roj-stock-search-adimageweb-view {
		display: none;
	}

	.vw-roj-stock-search-adimagemob-view {
		display: block;
	}
}
