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

body {
	font-family: VWText-Regular, sans-serif !important;
	background-color: #fff !important;
	position: relative;
	max-width: 2560px;
	margin: 0 auto !important;
}
@font-face {
	font-family: VWHead-Bold;
	src: url('../fonts/VWHeadWeb-Bold.woff');
}
@font-face {
	font-family: VWText-Regular;
	src: url('../fonts/VWTextWeb-Regular.woff');
}

body {
	font-family: VWText-Regular;
}
h1, h2, h3, h4, h5, h6 {
	font-family: VWHead-Bold;
}
#map {
	height: 350px;
	width: 100%;
}

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;
}
.mT20 {
	margin-top: 20px !important;
}
.mT30 {
	margin-top: 30px !important;
}
.mT40 {
	margin-top: 40px !important;
}
.mB10 {
	margin-bottom: 10px;
}
.mB20 {
	margin-bottom: 20px;
}
.mB30 {
	margin-bottom: 30px;
}
.mB40 {
	margin-bottom: 40px;
}
.mB50 {
	margin-bottom: 50px;
}
.mT35B20 {
	margin-top: 35px !important;
	margin-bottom: 20px !important;
}
.mB20deck {
	margin-bottom: 20px;
}

.flex{
	display: flex;
}
/*preloader*/
#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;
}
/*preloader*/

/* // VW-Lead-Forms-Chinese-Version  // */

.ajaxSpinner {
    position: absolute;
    top: 53px;
    right: 20px;
    color: #0099da;
}

.calcur_icn{
	color: #0099da !important;
}
.lead_forms_main{
	margin: 5em 0;
}
.lead-forms-chinese.modal-dialog{
	max-width: 60% !important;
	margin-top: 5em;
}
.lead-forms-body{
	background: #e3f4fb ;
	padding: 40px 100px;
}
.lead_forms_wrp{

}
.btnn{
	top: 50%;
    position: relative;
    left: 40%;
    min-width: 210px;
    max-width: 210px;
    height: 42px;
    background-color: #0099da;
    border-color: #0099da;
}
.btnn:hover{
	background-color: #0068aa !important;
    border-color: #0068aa !important;
}
.choose_model_wrp{
	background: #ffffff ;
    padding: 0;
    
}
.choose_model_cld{
	width: 50%;
    margin: auto;
    padding: 20px;
}
.choose_model_cld h4{
	text-align: center;
    font-size: 15px;
}
.choose_model_cld span{
	margin-left: 5px;
    font-weight: 700;
}
.model_img{
	display: block;
    margin: auto;
    /*padding: 20px;*/
    width: 100%;
}
.vwPOsearchOuter {
    height: auto;
    max-height: 200px;
    overflow-y: auto;
}
.modal{
/*	display: block!important;*/
	background-color: rgba(0, 0, 0, 0.69);
	overflow: scroll;
}
/*.vwSideNav{
	opacity: .2;
}
.vwfinance-calculator_HeaderImg{
	opacity: .2;
}
.vw-template-footer--visible{
	opacity: .2;
}*/

.thankyouwrp{
	background: #f7fcff;
    padding: 20em 5em;
}
.thankyouhead {
    color: #1d1f20;
    font-size: 40px;
    padding-bottom: 30px;
    font-weight: 700;
    text-align: center;
}
.thankyouP{
	font-size: 16px;
    color: #545454;
    text-align: center;
    margin-top: 20px;

}
/*.lineblue {
    background-color: #0099da;
    height: 2px;
    width: 11%;
    margin-left: auto;
    margin-right: auto;
}
*/
.vw_calcur_lineblue_desk{
	border-right: 1px solid #ffffff;
    width: 1px;
/*    border-top: 1px solid #ffffff;*/
    height: 100px;
    position: absolute;
    right: 50%;
    /*border: solid #ffff;
	border-width: 0 1px;*/
	display: block;
}

.Absolute {
    position: relative;
    top: 35%;
}
.modelsOuter{
	overflow: hidden!important;
}

@media (max-width: 991px) {

.lead-forms-chinese.modal-dialog{
	max-width: 100% !important;
	margin-top: 5em;
}
.choose_model_cld{
	width: 100% !important;
}
}
/* // VW-Lead-Forms-Chinese-Version // */



/*vw main footer*/
#vw-template-footer .vw-template-footer__topbar {
	background-color: #dee1e3 !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: .5rem;
	padding-bottom: .5rem;
	width: 100%;
	margin-bottom: 25px;
}

#vw-template-dummy .vw-template-content, #vw-template-footer .vw-template-footer__container, #vw-template-footer .vw-template-footer__topbar {
	margin-right: auto !important;
	margin-left: auto !important;
	padding-left: 48px !important;
	padding-right: 48px !important;
}
#vw-template-footer .vw-template-footer__toplink {
	color: #2f3538 !important;
	font-size: .9167rem !important;
	margin-left: auto !important;
	text-decoration: none !important;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#vw-template-footer .vw-template-footer__topicon {
	color: #2f3538 !important;
	display: inline-block !important;
	margin-left: .75rem !important;
	font-size: .675rem !important;
}
.vwFooterLinks {
	border-bottom: 1px solid #dee1e3;
	color: #2f3538 !important;
	display: block;
	font-family: VWText-Regular;
	font-size: 14px;
	line-height: 16px;
	padding: 18px 10px;
	text-decoration: none;
	width: 100%;
}
#vw-template-footer a, #vw-template-footer a i, #vw-template-footer a span, #vw-template-footer a>div, #vw-template-footer li, #vw-template-footer li i, #vw-template-footer li span, #vw-template-footer li>div {
    -webkit-transition: color .3s ease,background-color .3s ease;
    -o-transition: color .3s ease,background-color .3s ease;
    -moz-transition: color .3s ease,background-color .3s ease;
    transition: color .3s ease,background-color .3s ease;
}
.vwFooterLinks:hover{color: #0068aa !important}
#vw-template-footer .vw-template-footer__container .vw-template-footer__social-wrap .vw-template-footer__social-link {
	width: 100%;
	height: 50px;
	display: table;
	padding-left: 10px;
}
#vw-template-footer .vw-template-footer__container .vw-template-footer__social-wrap .vw-template-footer__social-link a .vw-template-footer__social-icon {
	background-color: #808890;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
	height: 30px;
	margin-right: 1rem;
	position: relative;
	vertical-align: middle;
	width: 30px;
}
#vw-template-footer .vw-template-footer__container .vw-template-footer__social-wrap .vw-template-footer__social-link a:hover .vw-template-footer__social-icon {
    background-color: #0068aa;
}
.vwSocialIcns span:hover{color: #0068aa;}
#vw-template-footer .vw-template-footer__container .vw-template-footer__social-wrap .vw-template-footer__social-link a .icon, #vw-template-footer .vw-template-footer__container .vw-template-footer__social-wrap .vw-template-footer__social-link a .icon__vw-it {
	color: #fff !important;
    font-size: 1rem !important;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.vwSocialIcns {
	border-bottom: 1px solid #dee1e3;
	color: #2f3538 !important;
	display: block;
	font-family: VWText-Regular;
	font-size: 14px;
	line-height: 16px;
	padding: 11px 10px;
	text-decoration: none;
}
.vwFooterLinks:last-child {
	border-bottom: none !important;
}
.bbNone {
	border-bottom: none;
}
#vw-template-footer .vw-template-footer__legal {
	color: #2f3538;
	font-family: VWText-Regular;
	font-size: 14px;
	margin: 2rem 0;
}
.rowCust {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#vw-template-footer .vw-template-footer__legal .vw-template-footer__legal-list-container ul {
	padding: 0;
	margin: 0;
}
#vw-template-footer .vw-template-footer__legal .vw-template-footer__legal-list-container ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
#vw-template-footer .vw-template-footer__legal .vw-template-footer__legal-list-container ul li a {
	color: #2f3538 !important;
	font-family: VWText-Regular;
	font-size: 14px;
	margin-right: .5rem;
	text-decoration: none;
}
#vw-template-footer .vw-template-footer__legal .vw-template-footer__legal-list-container ul li:after {
	content: "|";
	display: inline-block;
	margin-right: .5rem;
}
.vwLeglIcnRyt:after {
	content: "" !important;
}
.vwFooterLinkSelectSet {
	display: none;
}
/*vw main footer end*/

/*vw side bar menu*/

/*more menu add*/
.hidden {
	display: none;
	visibility: hidden;
}
.show {
	display: block !important;
	visibility: visible !important;
}
#webMenuUlOuterExtra {
	padding: 0 !important;
	margin: 0 !important;
}
.webMenuExtraLi {
	list-style: none !important;
	margin: 0 20px;
	padding: 0;
	border-bottom: 1px solid #dee1e3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.webMenuExtraLi:last-child {
	border-bottom: none !important;
}
.webMenuExtraLi a {
	display: inline-flex;
	width: 100%;
	vertical-align: middle;
	padding: .5rem 1.25rem;
	color: #808890!important;
	text-decoration: none;
	font-family: VWHead-Bold;
	font-size: 12px!important;
	line-height: 13px!important;
	letter-spacing: -.25px;
}
.webMenuExtraLi a .icon__vw-it {
	vertical-align: middle;
	line-height: 1.5em!important;
	width: 24%;
	font-size: 1.5rem!important;
}
.webMenuExtraLi a span {
	vertical-align: middle;
	width: 70%;
	padding-top: 5px !important;
	padding-left: 5px !important;
}
.webMenuExtraLi a:hover .icon__vw-it {
	color: #0099da !important;
}
.webMenuExtraLi a:hover .vw-template-header__title {
	color: #333 !important;
}
.vwMoreMenuOuter {
	background-color: #FFF;
	color: #808890;
	height: 100vh;
	left: -245px;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 2.5rem 1rem;
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: left 250ms cubic-bezier(.18, 0, .14, 1) !important;
	-o-transition: left 250ms cubic-bezier(.18, 0, .14, 1) !important;
	-moz-transition: left 250ms cubic-bezier(.18, 0, .14, 1) !important;
	transition: left 250ms cubic-bezier(.18, 0, .14, 1) !important;
	width: 245px;
	-webkit-box-shadow: 5px -10px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 5px -10px 20px rgba(0,0,0,.1);
	box-shadow: 5px -10px 20px rgba(0,0,0,.1);
}
.vwMoreMenuOuterShow {
	background-color: #FFF;
	color: #808890;
	height: 100vh;
	left: 96px;
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 2.5rem 1rem;
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: left 250ms cubic-bezier(.18, 0, .14, 1) !important;
	-o-transition: left 250ms cubic-bezier(.18, 0, .14, 1) !important;
	-moz-transition: left 250ms cubic-bezier(.18, 0, .14, 1) !important;
	transition: left 250ms cubic-bezier(.18, 0, .14, 1) !important;
	width: 245px;
	-webkit-box-shadow: 5px -10px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 5px -10px 20px rgba(0,0,0,.1);
	box-shadow: 5px -10px 20px rgba(0,0,0,.1);
}
.vw-template-header__title {
	margin: 5px 0 0 !important;
	padding: 0 !important;
	display: block !important;
	color: #808890 !important;
}
.vwSideNav ul li a i {
	line-height: 1.4em!important;
	display: block !important;
	font-size: 1.5rem!important;
	color: #808890 !important;
}
.vwSideNav ul li a:hover .icon__vw-it {
	color: #0099da !important;
}
.vwSideNav ul li a:hover .vw-template-header__title {
	color: #333 !important;
}
.vwLogoMain {
	padding: 0 !important;
	max-height: 122px !important;
}
.vwSideNav ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #dee1e3;
	list-style: none;
	text-align: center;
}
.vwSideNav ul li a {
	display: block;
	font-family: VWHead-Bold;
	text-decoration: none;
	font-size: 12px!important;
	line-height: 13px!important;
	letter-spacing: -.25px;
	padding: 1rem .5rem;
	max-height: 94px;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease
}
.vwHeaderIcons {
	padding-right: 30px;
}
.vwAppContentsOuter {
	padding-left: 96px !important;
}
.vwSideNav {
	background-color: #FFF;
	border-right: 1px solid #FFF;
	border-right: 1px solid #dee1e3;
	height: 100vh;
	display: block;
	width: 96px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	overflow-y: hidden;
	-webkit-box-shadow: 5px -10px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 5px -10px 20px rgba(0,0,0,.1);
	box-shadow: 5px -10px 20px rgba(0,0,0,.1);
	-webkit-transition: -webkit-box-shadow 250ms cubic-bezier(.18, 0, .14, 1);
	-o-transition: box-shadow 250ms cubic-bezier(.18, 0, .14, 1);
	-moz-transition: box-shadow 250ms cubic-bezier(.18, 0, .14, 1), -moz-box-shadow 250ms cubic-bezier(.18, 0, .14, 1);
	transition: box-shadow 250ms cubic-bezier(.18, 0, .14, 1);
	transition: box-shadow 250ms cubic-bezier(.18, 0, .14, 1), -webkit-box-shadow 250ms cubic-bezier(.18, 0, .14, 1), -moz-box-shadow 250ms cubic-bezier(.18, 0, .14, 1);
}
/*vw side bar menu*/
.ashClr {
	color: #808890
}
/*footer acco*/
.footerpp > a:before {
	font-family: FontAwesome;
	content: "\f068";
	padding-right: 5px;
}
.footerpp > a.collapsed:before {
	content: "\f067";
}
.footerppe > a:hover, .footerpp > a:active, .footerpp > a:focus {
	text-decoration: none;
}
.panel_title_a{
	font-family: VWHead-Bold;
    font-size: 13px;
    cursor: pointer;
}
/*footer acco*/

/*scrollbar css*/
::-webkit-scrollbar {
 width: 8px;
 background:lightgray;
}

::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 2px #dee1e3;
 border-radius: 15px;
}

::-webkit-scrollbar-thumb {
 border-radius: 15px;
 width: 8px;
 background:#bdc3c6;
}
/*scrollbar css*/



.dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto;
	transform: translate3d(15px, 36px, 0px);
}
/*tooltip*/
.tooltip { pointer-events: none; }
.tooltip-inner {
	background-color: #fff;
	color: #000;
	border: 1px solid #eef0f1;
	text-align: left;
	margin-left: 6px;
}

.tooltip-inner:before{    position: absolute;
    display: inline-block;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-right-color: #eef0f1;
    left: 3px;
    top: 30%;
    content: '';}
.tooltip-inner:after{position: absolute;
    display: inline-block;
    border-top: 9px solid transparent;
    border-right: 9px solid #fff;
    border-bottom: 9px solid transparent;
    left: 5px;
    top: 31%;
    content: '';}
.tooltip.bs-tooltip-right .arrow:before {
	border-right-color: #fff !important;
}
.tooltip.bs-tooltip-left .arrow:before {
	border-right-color: #fff !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
	border-right-color: #fff !important;
}
.tooltip.bs-tooltip-top .arrow:before {
	border-right-color: #fff !important;
}

.fS16 {
	font-size: 16px !important;
}
/*tooltip*/

 .datePicker::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-weight: lighter;
}
.datePicker::-moz-placeholder { /* Firefox 19+ */
 font-weight: lighter;
}
.datePicker:-ms-input-placeholder { /* IE 10+ */
 font-weight: lighter;
}
.datePicker:-moz-placeholder { /* Firefox 18- */
 font-weight: lighter;
}

 .vwTB::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-weight: lighter;
}
.vwTB::-moz-placeholder { /* Firefox 19+ */
 font-weight: lighter;
}
.vwTB:-ms-input-placeholder { /* IE 10+ */
 font-weight: lighter;
}
.vwTB:-moz-placeholder { /* Firefox 18- */
 font-weight: lighter;
}

.vwTB::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #b8b8b8;
}
.vwTB::-moz-placeholder { /* Firefox 19+ */
 color: #b8b8b8;
}
.vwTB:-ms-input-placeholder { /* IE 10+ */
 color: #b8b8b8;
}
.vwTB:-moz-placeholder { /* Firefox 18- */
 color: #b8b8b8;
}
/*#dropdownMenuButton span{color: #6c757d;font-weight: lighter;}*/
#agreementsDiv {
	display: none;
	padding: 0px 40px 0 40px;
}
.footerReqHead {
	cursor: pointer;
}
.articleTexts {
	padding: 20px 0 0 0;
}
.articleTexts p {
	font-size: 16px;
}
.articleLinkOuter {
	padding: 30px 60px;
}
.articleLinkOuter h4 {
	text-align: center;
	padding-bottom: 30px;
}
.footerRequired {
	padding: 40px;
}
.dealerMap {
	filter: grayscale(100%);
	border: 2px solid #c5c6c6 !important;
}
.dealerPhone {
	font-weight: bold;
	font-size: 16px;
}
.dealerPhone span {
	font-weight: 300;
}
.dealerLoc {
	margin-bottom: 5px;
}
.getDir {
	font-size: 14px;
	text-decoration: underline !important;
	color: #333 !important;
	font-weight: bold;
}
.thankYouContentOuter {
	padding: 40px;
	background-color: #f3f5f6;/*
	-moz-box-shadow: inset 6px 0px 5px -2px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: inset 6px 0px 5px -2px rgba(0, 0, 0, 0.16);
	box-shadow: inset 6px 0px 5px -2px rgba(0, 0, 0, 0.16);
*/
}
.thankYouHeadTxtOuter {
	text-align: center;
	padding: 40px;
	color: #000;
}
.thankYouHeadTxtOuter h3 {
	margin-bottom: 20px;
}
.thankYouHeadTxtOuter p {
	font-size: 16px;
	margin-bottom: 5px;
}
.thankYouHeadTxtOuter p span {
	font-weight: bold;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 3px 10px;
	clear: both;
	font-weight: 400;
	color: #212529 !important;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 14px;
	cursor: pointer;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-toggle span {
	font-weight: normal;
	color: #6d767e;
}
.dropdown-toggle {
	font-weight: bold;
	font-size: 13px;
	padding: 6px 0 0 0 !important;
	text-align: center;
}
.vwTimeOuter {
	padding: 0;
	margin-top: 8px;
}
.vwTimeList {
	max-height: 150px;
	overflow-y: scroll;
}
.vwTimeOuter:before {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 48%;
}
.vwTimeOuter:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
	top: -6px;
	left: 48%;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #0099da;
}
/*
.dropdown-toggle::after {
	display: none;
}
*/
.vwtimepicker {
	padding-left: 35px !important;
	font-size: 13px;
	padding-right: 10px !important;
}
.input-group {
	outline: 0 !important;
}
.datePicker {
	font-size: 13px;
	color: #000;
	padding-right: 0 !important;
	padding-left: 0!important;
	font-weight: bold;
	outline: 0 !important;
}
.inputIcns {
	position: absolute;
	z-index: 9;
	color: #0099da;
	left: 25px;
	top: 9px;
}
.dealerHoursTbl {
	width: 300px;
}
.dealerHoursTbl td, .dealerHoursTbl th {
	padding: 0 0 5px 0 !important;
	vertical-align: top;
	border: none !important;
	font-size: 14px !important;
}
.dealerName {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
}
/*auto complete*/
.autocomplete {
	/*the container must be positioned relative:*/
	position: relative;
	display: inline-block;
	width: 100% !important;
	margin-bottom: 10px;
}
.autocomplete-items {
	position: absolute;
	border: 1px solid #eaeaea;
	z-index: 99;
	top: 100%;
	left: 0;
	border-radius: 4px;
	right: 0;
	margin-top: 2px;
	border-bottom: none;
	text-transform: uppercase;
}
.autocomplete-items div {
	padding: 5px 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
}
.autocomplete-items div:hover {
	/*when hovering an item:*/
	background-color: #e9e9e9;
}
.autocomplete-active {
	/*when navigating through the items using the arrow keys:*/
	background-color: DodgerBlue !important;
	color: #ffffff;
}
/*process flow*/
.pDeskMob {
	padding-top: 20px !important;
}
.rowCont {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.arrowRyt {
	padding-top: 20px;
}
.pMob {
	display: none;
}
.flowIcns {
	text-align: right;
}
.col33 {
	width: 33.33%;
}
.col33 p {
	font-weight: bold;
	padding-left: 5px;
	padding-top: 10px;
	font-size: 16px;
}
.vwProcessFlow {
	background-color: #f3f5f6;
	padding: 30px;
}
.vwProcessFlow li {
	padding: 10px;
	font-weight: bold;
	text-align: center;
	width: 33.33%;
	margin: 0 auto;
	font-size: 14px;
}
.vwProcessFlow ul {
	list-style: none;
	list-style-type: none;
	display: flex;
	padding: 0;
	margin: 0;
}
.rytIcn {
	float: right;
	padding-top: 18px;
	padding-left: 20px;
}
/*menu and header*/
.vwfinance-calculator_HeaderImg {
	background-color: #0099da;
	background: url(../img/header.jpg) no-repeat center;
	height: 200px;
	background-size: cover;
}
.vwThankYouImg {
	position: relative;
	background-color: #0099da;
	background: url(../img/thankyou.jpg) no-repeat center;
	height: 335px;
	background-size: cover;
}
.vwThankYouImg p {
	color: #fff;
	bottom: 0;
	position: absolute;
	right: 15px;
	top: 300px;
}
.vwLogo {
	position: absolute;
	margin-left: -100px;
}
/*
.sideShadow {
	-moz-box-shadow: inset 6px 0px 5px -2px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: inset 6px 0px 5px -2px rgba(0, 0, 0, 0.16);
	box-shadow: inset 6px 0px 5px -2px rgba(0, 0, 0, 0.16);
}
*/
.vwHeaderImgTexts {
	padding: 70px 0;
}
.vwfinance-calculator_HeaderImg h2 {
/*	position: absolute;*/
    color: #fff;
    text-align: left;
    font-size: 55px;
    margin-bottom: 10px;
    line-height: 35px;
    width: 100%;
    text-align: center;
}
.vwfinance-calculator_HeaderImg h2 span {
	font-size: 22px;
	font-size: 24px;
	line-height: 0;
}
/*menu*/
.vwMobMenu {
	display: none;
}
.vwHeaderIcons ul {
	float: right;
	display: inline-flex;
	padding: 10px;
	list-style: none;
}
.vwHeaderIcons ul li {
	padding: 10px;
	list-style-type: none;
	color: #fff;
	font-size: 11px;
	display: grid;
}
.vwHeaderIcons ul li img {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 5px;
}
.vwHeaderIcons a {
	text-decoration: none;
}
.sidebar {
	display: none;
}
/*menu*/

.btnSetCls {
	overflow: auto;
	padding: 0 40px;
	display: none;
}
button, button:hover, button:active, button:focus {
	outline: 0 !important;
	box-shadow: none !important;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
}
.btnBlue:hover {
	background-color: #0068aa !important;
	border-color: #0068aa !important;
}
.btn-secondary {
	border-color: #bbbbbb !important;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268 !important;
	border-color: #545b62 !important;
}

h2 {
	text-align: center;
	padding-bottom: 30px;
	font-size: 55px;
}
.testDriveOuter {
	padding: 80px 50px;
}
.pCls {
	font-size: 16px;
}
.cal_nav-tabs{
    margin: 0 auto !important;
    width: 39% !important;
    border-bottom: 0px !important;
}
.cal_nav_tab{
	/*margin-bottom: -1px;*/
     width: 50%; 
    text-align: center;
    border: 1px solid #dee2e6 !important;
    border-radius: 0px !important;
    float: left;
    padding: .7rem 1rem;

}
.nav-tabs .nav-link.active {
	color: #ffffff !important;
	background: #0099da !important;
}
.nav-tabs .nav-link {
	color: #808890 !important;
}
.pS0 {
	padding-right: 0 !important;
	padding-left: 0!important;
}
.mB10 {
	margin-bottom: 10px !important;
}
.btnBlue {
	background-color: #0099da;
	border-color: #0099da;
	color: #fff;
	margin-top: 10px;
	cursor: pointer;
	min-width: 190px;
	max-width: 190px;
	height: 42px;
	margin-bottom: 10px;
}
.btnBck {
	height: 42px;
	border: 1px solid #0099da !important;
	color: #0099da;
	padding: 0 15px !important;
	font-size: 24px !important;
	font-weight: bold !important;
	background-color: #fff !important;
	margin-right: 10px;
}
.vwTB {
	width: 100%;
	height: 50px !important;
	margin: 0 auto;
	padding: 0 10px;
	/*padding-right: 3.40625rem;*/
	border-style: solid;
	border: 2px solid #dee1e3 !important;
	border-width: 1px;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	background-color: #fff!important;
	font-family: VWText-Regular;/*	margin-bottom: 30px;*/
	outline: 0 !important;
	font-size: 18px;
    color: #495057 !important;
    padding-left: 30px !important;
}
.vwTB_pl{
	padding-left: 10px !important;
}
.vw_clder_placeholder {
    height: 80px !important;
    font-size: 35px!important;
    color: #979797 !important;
    text-transform: uppercase;
}
.form-control:focus{
	border-color: #0099da !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.vwTB:focus, .vwTB:hover, .vwTB:active, .vwTB:visited, vwTB:focus-within {
border-color: #0099da !important;
outline: 0 !important;
box-shadow: none !important;
}
.formOuter {
	max-width: 720px !important;
	margin: 0 auto !important;
}
.vw_html_validation_bord{
	border-color: #e62618;
}
input::placeholder {
  color: red;
}
input[type="email"].big-dog::-webkit-input-placeholder {
  color: orange;
}
select::-ms-expand {
display: none;
}
select {
	-webkit-appearance: none;
	appearance: none;
}
.selIcn {
	background: #fff;
	-moz-background-size: 20px 13px;
	background-size: 14px 9px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-image: url(../img/arrow-down.png);
}
.drpDwnP {
	margin: 0;
	padding-top: 4px;
	text-align: left;
	font-size: 14px;
	color: #999fa6;
}
.modelDisplay {
	position: absolute;
	z-index: 9;
}
.dealerDetails {
	position: absolute;
	z-index: 9;
	top: -90px;
}
.modelsOptions {
	display: none;
}
.vwModelNameActive {
	margin: 0;
	font-weight: bold !important;
	padding-top: 4px;
	text-align: left;
	font-size: 14px;
	color: #212529 !important;
}
.disclaimer {
	color: #808890;
	font-size: 13px;
	line-height: 24px !important;
	text-align: center;
	padding: 0px 60px !important;
}
.amountBorrowedInputModule {
	background-image: none !important;
	padding-left: 10px !important;
}
.fadeout{
	font-size: 13px !important;
	line-height: 17px;
	text-align: left;
}
.labelBold {
	/*font-weight: bold;*/
	color: #808890;
    font-weight: 500;
    font-size: 18px;
}
.carChoose {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity .3s ease, background-color .3s ease;
	-o-transition: opacity .3s ease, background-color .3s ease;
	-moz-transition: opacity .3s ease, background-color .3s ease;
	transition: opacity .3s ease, background-color .3s ease;
	margin: 0 auto;
	padding: 30px;
	/*	max-width: 690px;*/
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 2px dashed #dee1e3;
	margin-top: 10px;
	margin-bottom: 10px;
}
.carModelAdd {
	display: block;
	position: relative;
	text-align: center;
	background-color: #fff;
	text-decoration: none !important;
	padding-bottom: 15px;
}
.carModelIcn {
	position: relative;
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 225px;
}
.carModelIcnNew {
	position: relative;
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.addMore {
	transition: color .3s ease;
	color: #0099da;
	display: block;
	position: relative;
	background-color: #fff;
	padding: 10px 0;
}
.addMore:hover {
	color: #0068aa;
	background-color: #edf0f2;
	text-decoration: none;
}
.modelsOuter {
	padding: 15px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #dee1e3;
	-webkit-box-shadow: 0 0 6px 0 rgba(222,225,227,.5);
	-moz-box-shadow: 0 0 6px 0 rgba(222,225,227,.5);
	box-shadow: 0 0 6px 0 rgba(222,225,227,.5);
	-webkit-border-radius: 4px;
	max-height: 380px;
	overflow-y: scroll;
	/*	position: absolute;*/
	width: 100%;
	z-index: 9999;
	/*	top: -20px;*/
	display: none;
}
/* arrow bottom */
.modelsFullOuter {
	top: 90px;
	width: 100%;
}
.modelsFullOuter:after {
	content: '';
	display: none;
	position: absolute;
	left: 10%;
	bottom: 100%;
	width: 0;
	height: 0;
	border-bottom: 10px solid #e6e6e6;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.models {
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}
.models h5 {
	font-size: 16px;
}
.models:hover {
	background-color: #fff;
	cursor: pointer;
}
.carModels {
	width: 100%;
}
.modelsClose {
	position: absolute;
	right: -10px;
	top: -10px;
	border-radius: 50%;
	border: none;
	padding: 5px 10px;
	color: #fff;
	background: #0099da;
	cursor: pointer;
	float: right;
	z-index: 99999;
	display: none;
}
.fS20px {
	font-size: 20px !important;
}
.modelsClose:hover {
	background-color: #0099da !important;
}
.modelTriangle:after {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 50%;
	top: -10px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-box-shadow: -1px -1px 1px -1px rgba(0,0,0,.5);
	-moz-box-shadow: -1px -1px 1px -1px rgba(0,0,0,.5);
	box-shadow: -1px -1px 1px -1px rgba(0,0,0,.5);
}
.newModelName {
	font-family: VWText-Regular;
	font-weight: bold;
	font-size: 16px;
	color: #212529;
}
.newModelDesc {
	display: block;
	font-size: 14px;
}
.VGATDTable {
	background-color: #fff !important;
	text-align: center;
	margin-bottom: 30px;
}
.greenClr {
	color: #009688 !important;
}
.blueClr {
	color: #2196F3 !important;
}
.bgGreen {
	background-color: rgba(0, 150, 136, 0.1) !important;
}
.bgBlue {
	background-color: rgba(33, 150, 243, 0.16) !important;
}
.custom-radio {
	top: -20px;
}
.mB15 {
	margin-bottom: 15px;
}
.bgBlue td span {
	color: #f30 !important;
	font-weight: bold;
}
.VGATrHead {
	background-color: rgb(16, 159, 220) !important;
	color: #fff !important;
}
/*cutom radio button check highlight*/

.body-row.highlight td {
	background: #ffffd9;
}
.body-row.no-highlight td {
	background: default;
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}
/*cutom radio button check highlight*/

.greenClrSpan {
	height: 20px;
	width: 20px;
	background-color: #009688;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	font-size: 10px;
	padding: 2px 3px;
	color: #fff;
	margin-left: 5px;
}
.blueClrSpan {
	height: 20px;
	width: 20px;
	background-color: #2196F3;
	border-radius: 50%;
	display: inline-block;
	font-size: 10px;
	padding: 2px 3px;
	color: #fff;
}
.custom-control-label {
	padding-left: 10px;
	font-size: 14px;
	margin-bottom: 10px;
}
.custom-control-label::before {
	position: absolute;
	top: 0px;
	left: -25px;
	display: block;
	width: 24px;
	height: 24px;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	border: 1px solid rgba(51, 51, 51, 0.18);
}
.custom-control-label::after {
	position: absolute;
	top: 0px;
	left: -25px;
	display: block;
	width: 24px;
	height: 24px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 75% 75%;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #0099da;
}
.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	background-color: #0099da;
}
.mapIcn {
	margin-right: 5px !important;
	color: #0099da !important;
	font-size: 20px !important;
}
.clockIcn {
	margin-right: 5px !important;
	color: #0099da !important;
}
.tabMapContent {
	background-color: #fff !important;
	padding: 10px 10px 5px 10px;
	border-right: 1px solid rgba(51, 51, 51, 0.16)!important;
	border-left: 1px solid rgba(51, 51, 51, 0.16)!important;
	border-bottom: 1px solid rgba(51, 51, 51, 0.16)!important;
	margin-bottom: 30px;
}
.mapNavTab {
	width: 100% !important;
	text-align: center !important;
}
.mapNavTab li {
	width: 33.33% !important;
}
.mapNavTab li a {
	padding: 5px 10px !important;
}
.rowselected {
	background-color: #0f84d6;
	color: #fff;
}
/*input clear*/
.closeIcon {
	position: absolute;
	right: 25px;
	bottom: 45px;
	z-index: 999;
	background-color: #ccc;
	border-radius: 50%;
	padding: 3px 4px;
	color: #fff;
	font-size: 12px !important;
	cursor: pointer;
}
.closeIcon:hover {
	background-color: #0099da;
}
/*input clear*/

/*custom checkbox*/
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #0099da;
	border-color: #0099da;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: none;
	content: "✔";
	color: #fff;
	padding-left: 6px;
}
/*
.checkboxExp label{padding-left: 7px !important;}
.checkboxExp label::before{margin-left: -26px !important;}
.checkboxExp label::after{margin-left: -22px !important;}
*/

/*custom checkbox*/

/*stepper*/
#stepperForm {
	background-color: #ffffff;
	margin: 0 auto;
	min-width: 280px;
}
.flRt {
	float: right;
	margin: 5px;
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
	background-color: #ffdddd !important;
}
/* Hide all steps by default: */
.stepperTab {
	display: none;
	padding: 40px 40px 0 40px;
}
button:hover {
	opacity: 0.8;
}
#prevBtn {
	background-color: #bbbbbb;
}
.stepTxt {
	color: #808890;
	margin-bottom: 5px;
}
/* Make circles that indicate the steps of the form: */
.step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
}
.step.active {
	opacity: 1;
}
/* Mark the steps that are finished and valid: */
.step.finish {
	background-color: #0099da;
}

[v-cloak]{
    display: none;
}

/*stepper*/

@media (max-width:1366px) {
.vwfinance-calculator_HeaderImg h2 {
	width: 100%;
}
}

@media (max-width:1199px) {
.pDeskMob {
	text-align: center;
}
.arrowRyt {
	position: absolute;
	margin-left: -30px;
}
.vwfinance-calculator_HeaderImg h2 {
	/*width: 45%;*/
    font-size: 25px;
}
.vwfinance-calculator_HeaderImg h2 span {
	font-size: 16px;
	line-height: 24px;
}
}

@media (max-width: 991px) {
.tab50Mob100 {
	width: 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.flowIcns img {
	height: 50px;
}
.flowIcns {
	text-align: center;
}
.pDesk {
	text-align: center;
}
.arrowRyt {
	position: absolute;
	margin-left: -10px;
	margin-top: -46px;
	width: 20px;
}

}
/*  vwMobMenuFooter */
@media (min-width:767px)
{
    .vwMobMenuFooter{
        display: none !important;
    }
}
/*  vwMobMenuFooter */

@media (max-width: 768px) {
/*	tooltip*/
.tooltip-inner{width: 90%;}
.tooltip-inner:before, .tooltip-inner:after, .tooltip.bs-tooltip-right .arrow:before, .tooltip.bs-tooltip-left .arrow:before, .tooltip.bs-tooltip-bottom .arrow:before, .tooltip.bs-tooltip-top .arrow:before {
	display: none !important;
}
/*	tooltip*/
/*vw footer mob*/
.vwFooterMobFW {
	ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.vwMobFooterHideSet {
	display: none;
}
#vw-template-footer .vw-template-footer__topicon {
	display: initial !important;
}
.vwFooterLinkSelectSet {
	display: block;
	width: 100%;
}
#vw-template-footer .vw-template-footer__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: right 10px center no-repeat;
	-moz-background-size: 15px 9px;
	-o-background-size:15px 9px;
	background-size: 15px 9px;
	border: 1px solid #808890;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #808890;
	font-family: VWText-Regular;
	font-size: .9167rem;
	height: 42px;
	padding-left: 1rem;
	outline: 0;
	width: 100%;
}
#vw-template-footer .vw-template-footer__container .vw-template-footer__social-wrap {
	margin-bottom: 2rem;
	text-align: center;
	width: 100%;
}
#vw-template-footer .vw-template-footer__container .vw-template-footer__social-wrap .vw-template-footer__social-link {
	display: inline-block;
	width: 60px;
}
#vw-template-footer .vw-template-footer__container a {
	border: none;
}
#vw-template-footer .vw-template-footer__container .vw-template-footer__social-wrap .vw-template-footer__social-link a .vw-template-footer__social-icon {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	height: 40px;
	width: 40px;
}
.vwSocialIcns span {
	display: none;
}
.vwSocialIcns i {
	font-size: 1.25rem !important;
	width: 100% !important;
}
#vw-template-footer .vw-template-footer__legal {
	margin: 2rem auto;
	text-align: center;
}
/*vw footer mob*/
	
/*vw sidenav style*/
.vwMoreMenuOuter {
	display: none;
}
.vwMobMenu {
	display: block !important;
}
.vwHeaderIcons, .vwLogo {
	display: none !important;
}
.vwSideNav {
	display: none;
}
.vwAppContentsOuter {
	padding-left: 0px !important;
	padding-top: 50px;
}
.mobLogoIcn {
	height: 50px;
	padding: 5px;
	padding-left: 15px;
}
.vwMobMenuHead {
	background-color: #FFF;
	-webkit-box-shadow: 5px 4px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 5px 4px 20px rgba(0,0,0,.1);
	box-shadow: 5px 4px 20px rgba(0,0,0,.1);
	z-index: 9999;
	position: fixed;
	width: 100%;
}
.sidebar {
	background: #2c3e50;
	/*	background-image: linear-gradient(to bottom right, #2c3e50, #000);*/
	background-color: #fff;
	overflow: hidden;
	transition: all 0.8s;
	opacity: 0;
	top: 47px;
	position: absolute;
	z-index: 99999;
	right: 0;
	width: 100%;
	display: none;;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sidebar li {
	margin: 0 20px !important;
	text-align: center !important;
	border-bottom: 1px solid #33333330;
	padding: 0;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-o-transition: .5s ease-out;
	transition: .5s ease-out;
}
.sidebar li a {
	display: inline-flex;
	font-size: 14px!important;
	line-height: 16px!important;
	letter-spacing: -.25px;
	padding: 6px;
	width: 100%;
}
.icon__vw-it {
	vertical-align: middle;
	font-size: 18px !important;
	line-height: 1.8em!important;
	/*width: 24% !important;*/
}
.vw-template-header__title {
	margin: 10px 0 0 !important;
	padding: 0 !important;
	display: block;
	color: #808890 !important;
	margin-left: 2em;
	font-family: VWHead-Bold;
}
.sidebar ul li a:hover .icon__vw-it {
	color: #0099da !important;
}
.sidebar ul li a:hover .vw-template-header__title {
	color: #333 !important;
}
/*
.sidebar li:hover {
	-webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
	filter: grayscale(100%);
}
*/

.vwMobMenuFooter {
	display: flex;
	position: fixed;
	bottom: 0;
	text-align: center;
	background-color: #f3f5f6;
	width: 100%;
	margin: 0;
	z-index: 9999;
}
.vwMobMenuFooter li {
	display: grid;
	margin: 0 !important;
	font-size: 12px !important;
	border-bottom: none;
	color: #333;
}
.sidebar .flex-column {
	padding-bottom: 100px;
}
.vwMobMenuFooter a {
	margin: 0 auto !important;
	text-align: center !important;
	padding: 13px 5px !important;
}
.vwMobMenuFooter a li img {
	text-align: center;
	margin: 0 auto;
	height: 24px;
	width: 24px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: .7;
}
.show-sidebar {
	margin-right: 0;
	opacity: 1;
	top: 50px;
	position: fixed;
	right: 0;
	z-index: 999;
	width: 100%;
	height: 100vh;
	overflow: auto;
	display: block;
}
.menubtn {
	padding: 0 10px;
	font-size: 30px;
	color: #0099da;
	font-family: FontAwesome;
	float: right;
	padding-top: 3px;
}
.menubtn:hover {
	cursor: pointer;
}
.menubtn:before {
	content: "\f0c9";
}
.menubtn-c:before {
	content: "\E006";
	font-family: icons-vw-integrator-template;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	font-size: 20px;
}
.mobMB20T0 {
	margin-bottom: 20px;
	margin-top: 0;
}
#agreementsDiv {
	padding: 20px 20px 0 0px;
}
.articleLinkOuter button {
	min-width: 190px !important;
	max-width: 190px !important;
}
.mT35B20 {
	margin-top: 0px !important;
	margin-bottom: 30px !important;
}
.articleLinkOuter {
	padding: 30px 20px;
}
.dealerMap {
	height: 200px !important;
}
.thankYouContentOuter {
	padding: 20px;
}
.footerRequired {
	padding: 20px;
	color: #8a8a8a
}
.thankYouHeadTxtOuter {
	padding: 20px 10px;
	text-align: left;
}
.inputIcns {
	left: 20px;
}
.mob50 {
	max-width: 50%;
}
.tab50Mob100 {
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.dealerHoursTbl {
	width: 225px;
}
.p40 {
	padding: 10px 0;
}
.btnSetCls {
	padding: 0;
}
.modelDisplay, .dealerDetails {
	position: relative;
	top: 0;
}
.modelsOuter, .models h5 {
	padding: 0 !important;
}
.models:hover {
	background-color: #fff;
	cursor: pointer;
}
.stepperTab {
	padding: 0;
}
.rowCont {
	margin-right: 0px;
	margin-left: 0px;
}
.pMob {
	display: block;
	text-align: center;
	padding-left: 0;
	padding-top: 10px;
	font-size: 14px;
}
.pDeskMob {
	display: block;
	text-align: center;
	padding-left: 0 !important;
	padding-top: 10px !important;
	font-size: 14px;
}
.pDesk {
	display: none;
}
.vwfinance-calculator_HeaderImg, .vwThankYouImg {
	height: 200px;
}
.vwThankYouImg p {
	top: 170px;
}
.vwfinance-calculator_HeaderImg h2 {
	/*width: 100%;*/
	font-size: 30px;
	line-height: 30px
}
.vwfinance-calculator_HeaderImg h2 span {
	font-size: 18px;
	line-height: 18px;
}
.vwHeaderImgTexts {
	/*padding: 40px 20px;*/
}
.testDriveOuter {
	padding: 50px 5px;
}
.modelsOuter {
	width: auto;
	max-height: 300px;
	overflow-y: scroll;
}
.modelsClose {
	right: 0;
}
#stepperForm {
	padding: 20px;
}
.btnBlue {
	min-width: 80%;
	max-width: 80%;
}
.flRt {
	float: none !important;
}
.carModelIcn, .carModelIcnNew {
	padding: 0;
	width: 100%;
}
}


@media (max-width: 400px) {
/*fvw ooter mob*/
.vwSocialIcns{padding: 10px 0;}
	#vw-template-footer .vw-template-footer__container .vw-template-footer__social-wrap .vw-template-footer__social-link{    width: 43px !important; padding-left: 0 !important;}
	#vw-template-footer .vw-template-footer__container{padding-left: 20px !important;
    padding-right: 20px !important;}
/*fvw ooter mob*/
}

@media (max-width: 360px) {
.modelsOuter {
	padding: 4px;
}
}

@media (max-width: 350px) {
.btnBlue {
	min-width: 77% !important;
	max-width: 77% !important;
}
.datePicker, .dropdown-toggle {
	font-size: 12px;
	padding-left: 15px !important;
}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 300px) and (max-width: 767px) {
.models {
	max-width: 50% !important;
}
.models h5 {
	font-size: 16px;
	padding: 20px 0;
}
.vwfinance-calculator_HeaderImg h2 {
	/*width: 100%;*/
	font-size: 25px;

}
.vwHeaderImgTexts {
    padding: 80px 0;
}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
.models {
	max-width: 33.33% !important;
}
	.vwSocialIcns{padding: 10px 0;}
	#vw-template-footer .vw-template-footer__container .vw-template-footer__social-wrap .vw-template-footer__social-link a .vw-template-footer__social-icon{margin-right: 5px;}
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1365px) {
.models {
	max-width: 25% !important;
}
}


.vw_calcur_cont{
	padding: 40px 50px !important;
}
.vw_rt {
    padding: 0;
    width: 100%;
    float: left;
    color: #e62618!important;
}
.ajaxSpinner {
    position: absolute;
    top: 6px;
    right: 10px;
    color: #0099da;
    font-size: 25px!important;
}


/* == float: left == */
 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 991px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}



/*booot*/

/*  ==== Car Loan Calculator ===== */
.vw_calcur_bg{
	background: #f8f8f8;
}
.vw_calcur_blue_wrp{
	background-color: #0099da !important;
    padding: 50px;
    width: 100%!important;
    color: #ffffff!important;
    text-align: center !important;
    border-radius: 3px !important;
    /*margin: 0 2em;*/
}
.Month_week_pay_h1{
	font-size: 85px !important;
}
.Month_week_pay_h3{
	font-size: 32px;
}
.Month_week_pay_span{
    font-size: .6em !important;
}
.Month_week_pay_h2 {
    text-align: center;
    padding-bottom: 30px;
    font-size: 45px;
}

.Month_week_pay_h5{

}
.vw_calcur_form{
	padding-right: 4em;
}
.vw_calcur_form_img img{
	width: 30px;
    margin-right: .2em;
    top: -5px;
    position: relative;
}
.vw_calcur_form_h4{
	margin-bottom: 30px;
    font-size: 35px;
}
.range-slider {
  margin: 0px 0 0 0%;
}
.input_form_icon{
    background: url(../img/dolar_icon.png) no-repeat;
    background-position: center left 10px;
}
.range-slider {
  width: 100%;
}
.policy_Desktop_view{
	display: block;
}
.policy_Mobile_view{
	display: none;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ffffff;
}
.Interest_years_wrp{
	max-width: 28%;
}
.mob_lineblue{
	display: none;
}
.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (80px));
  height: 11px;
  border-radius: 5px;
  background: #dfdfdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0099da;
  cursor: pointer;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #0099da;
  transition: background .15s ease-in-out;
}
input[type=range]::-webkit-slider-thumb {

}
input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #0079ad;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #0099da;
}
.range-slider__range::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: #0099da;
  cursor: pointer;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #0099da;
}
.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #0099da;
  padding: 5px 5px;
  margin-left: 8px;
  font-weight: 600;
  font-size: 16px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #0099da;
  border-bottom: 7px solid transparent;
  content: '';
}

/*::-moz-range-track {
  background: #0099da;
  border: 0;
}*/

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* Remove controls from Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/* Remove controls from Safari and Chrome */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0; /* Removes leftover margin */
}


/*IE*/
::-ms-clear {
    display: none;
}
/*IE*/

/*IE media screen*/
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  /* IE10+ specific styles go here */ 

}
/*IE media screen*/

@media (max-width: 1665px) {
.vw_calcur_blue_wrp {
   /* padding: 20px !important;*/
}
.cal_nav-tabs {
    width: 60% !important;
}
.vw_calcur_blue_wrp{
    margin: 0em !important;
}
.Month_week_pay_h1 {
    font-size: 50px !important;
}
.Month_week_pay_h2 {
    font-size: 25px;
}
.mB20 {
	margin-bottom: 20px !important;
}
.mT20 {
	margin-top: 20px !important;
}
.vwTB{
	height: 40px !important;
	font-size: 15px;
}
.Month_week_pay_h5 {
    font-size: 1rem;
}
.Month_week_pay_h3{
	font-size: 25px;
}
.Interest_years_wrp{
	max-width: 34%;
}
}
@media (max-width: 1366px) {
.cal_nav-tabs {
    width: 58% !important;
}
.mob_lineblue{
	display: block;
}
.vw_value_first {
    left: 10% !important;
}
.mB20deck{
	margin-bottom: 0px !important;
}
}

@media (max-width: 1024px) {
.vw_calcur_cont {
    padding: 40px 30px !important;
}
.vw_calcur_blue_wrp {
    padding: 20px!important;
}
.mob_lineblue{
	display: block;
}
.policy_Desktop_view{
	display: none;
}
.disclaimer {
    padding: 0px 30px !important;
}
.policy_Mobile_view{
	display: block;
	padding: 0 30px 20px !important;
}
.Month_week_pay_h1 {
    font-size: 50px !important;
}
.cal_nav-tabs {
    width: 80% !important;
}
.vw_calcur_form {
    padding-right: 0em;
    max-width: 100% !important;
    padding: 0px;
}
.vw_calcur_Payment{
	max-width: 100% !important;
}
.vw_calcur_blue_wrp {
    margin-top: 1.5em !important;
}
.Interest_years_wrp{
	max-width: 30%;
}


}
@media (max-width: 991px) {
.Month_week_pay_h3 {
    font-size: 17px;
}
.vw_calcur_blue_wrp {
    padding: 20px!important;
}
.Month_week_pay_h1 {
    font-size: 35px !important;
}
.vw_calcur_form_h4 {
    font-size: 24px;
}
.vw_calcur_form {
    padding: 0em;
}
.vw_calcur_lineblue_mobi{
	width: 100%;
    border-top: 1px solid #ffffff;
    height: 100px;
    position: absolute;
    top: 40%;
    display: block;
    right: 0;
    border-right:0;
}

.vw_calcur_lineblue_desk{
	display: none;
}
.vw_calcur_lineblue_mobi{
	display: block;
}
.vw_calcur_blue_wrp{
	margin-top: 1.5em !important;
}
.Interest_years_wrp{
	max-width: 100%;
}
.ui-slider-horizontal {
    width: 98% !important;
}
}
@media (max-width: 768px) {
.cal_nav-tabs {
    width: 95% !important;
}
.cal_nav_tab{
	width: 50%;
}
.Month_week_pay_h1 {
    font-size: 35px !important;
}
}
@media (max-width: 446px) {
.Month_week_pay_h1 {
    font-size: 30px !important;
}
.Month_week_pay_h2 {
    font-size: 22px;
}
.Month_week_pay_h1 {
    font-size: 30px !important;
}
}
@media (max-width: 320px) {
.vwfinance-calculator_HeaderImg h2 {
	/*width: 100%;*/
	font-size: 20px;

}
}

/*  ==== Car Loan Calculator ===== */

.Borrowed_bg{
	background-color: #dfdfdf !important;
}

sup.sup_calculated_price {
	font-size: 18px !important;
	/* top: 0px; */
	line-height: 1;
	vertical-align: super !important;
}

sup.sup_lable_inputs {
	font-size: 15px !important;
	top: 0px;
	line-height: 1;
	vertical-align: super !important;
}

sup.sup_disclaimer {
	font-size: 10px !important;
	top: 0px;
	line-height: 1;
	vertical-align: super !important;
}






/* Integrated Template design fix - Roj css start */

/*for integrated menu z-index override*/ 
.StyledLayerWrapper-sc-1bl8kxv.dxWyQJ{ z-index: 9999999 !important; } 
/*for integrated menu z-index override*/

.ui-slider .ui-slider-handle {
    z-index: 0;
}


@media only screen and (max-width: 600px) and (min-width: 50px){
.vwfinance-calculator_HeaderImg {
    margin-top: 15%;
}

}

@media only screen and (max-width: 1024px) and (min-width: 600px){
	.vwfinance-calculator_HeaderImg {
    margin-top: 7%;
}
}


@media only screen and (max-width: 4458px) and (min-width: 1024px){
	.vwfinance-calculator_HeaderImg {
    margin-top: 7%;
}

}


a {
    transition: unset;
}

main a {
	transition: .5s ease-out;
}

/* Integrated Template design fix - Roj css start */