@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=latin-ext');

/*-------------------------------General-------------------------------*/

img{
    border-style: none;
}
/*p{
    line-height: 1.6;
    padding-bottom: 30px;
    margin-bottom: 0;
}*/
a{
    text-decoration: none !important;
    /*color: #2e7fb4;*/
}
a:hover{
    /*color: #d31414;*/
}
textarea{
    resize: vertical;
}

.btn{
    font-size: 1em;
    min-height: 41px;
    padding: .5rem .75rem;
}

.required {
    display: inline-block;
    color: #d31414;
    font-weight: normal;
}

.form-control{
    height: 41px;
    transition: all 0.1s ease-in-out;
}
.mobile-version .form-control,
.mobile-version .form-control:hover,
.mobile-version .form-control:active,
.mobile-version .form-control:focus{
    border: 0 none;
}
.form-control:hover,
.form-control:active,
.form-control:focus{
    -moz-box-shadow: 0px 0px 10px rgba(80, 153, 200, 0.8);
    -webkit-box-shadow: 0px 0px 10px rgba(80, 153, 200, 0.8);
    box-shadow: 0px 0px 10px rgba(80, 153, 200, 0.8);
}

/* bootstrap dropdown select element start */
.bootstrap-select .btn{
    text-align: left;
    width:100%;
    background-color: #fff;
    box-shadow: none;
    outline: none;
    color: #2e7fb4;
}
.bootstrap-select .btn:focus, .bootstrap-select .btn:hover{
    outline: none !important;
    background-color: transparent;
}
.show > .bootstrap-select.dropdown-toggle {
    color: #2e7fb4;
    background-color: #fff;
    border-color: #2e7fb4;
}
.bootstrap-select .dropdown-toggle::after{
    color: #d31414;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto 10px;
}
.bootstrap-select.show .dropdown-menu{
    width:100%;
    display: initial;
    margin: 0;
    padding: 0;
    max-height: 280px !important; /*resolving the screen height dropdown issue at bootstrap select*/
    margin-top: 1px;
    margin-bottom: 1px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.bootstrap-select.show .dropdown-menu div.inner.show{
    max-height: 280px !important; /*resolving the screen height dropdown issue at bootstrap select*/
}

.bootstrap-select.show .dropdown-menu .dropdown-item{
    display: block;
    padding: 0.2rem 0.8rem;
    color: #5a5a5a;
}
.bootstrap-select.show .dropdown-menu .dropdown-item:hover{
    background-color: rgba(0,0,0,0.05);
    color: #2e7fb4;
}
.bootstrap-select.show .dropdown-menu .dropdown-item.active{
    color: #d31414;
}
.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active{
    text-decoration: none;
    background-color: rgba(0,0,0,0.05);
    color: #2e7fb4;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #555555;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    /*border-color: #d3d9df;*/
    background-color: transparent;
    border: 0 none;
}
.btn.dropdown-toggle{
    border: 0 none;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.dropdown-menu {
    margin-top: 1px;
    margin-bottom: 1px;
    color: #555555;
    border: 0 none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


/* bootstrap dropdown select element end */

/* bootstrap checkbox element start */

.form-f-checkbox-label {
    display: block;
    position: relative;
    padding: 0;
    padding-left: 31px;
    /*margin-bottom: 7px;*/
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-f-checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.form-f-checkbox-label .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.form-f-checkbox-label input:checked ~ .checkmark {
    background-color: #ffffff;
}
.form-f-checkbox-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.form-f-checkbox-label input:checked ~ .checkmark:after {
    display: block;
}
.form-f-checkbox-label .checkmark:after {
    left: 7px;
    top: 2px;
    width: 6px;
    height: 14px;
    border: solid #2e7fb4;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* bootstrap checkbox element end */
/* bootstrap range slider element start */
.rangeslider-container{
    margin-bottom: 2.5rem;
}
.noUi-target{
    /*margin: 1rem 0 1rem 0;*/
    margin: 18px 0 18px 0;
    height: 8px;
    background-color: #a3d7f9;
    box-shadow: none;
    border: none;
    padding: 0 70px;
}
.noUi-base:before,
.noUi-base:after {
    width: 70px;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    display: block;
}
.noUi-base:before {
    left: -70px;
    background-color: #d31414;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.noUi-base:after {
    left: 100%;
}
.noUi-connects{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.noUi-connect{
    background-color: #d31414;
}
.form-group .noUi-handle{
    color:#d31414;
    font-size: 1.34rem;
    font-weight: 300;
    text-align: center;
    line-height: 39px;
    width:140px;
    right:-70px !important;
    height: 41px;
    top:-18px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
    border: 1px solid transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.form-group .noUi-handle:focus{
    border: solid 1px #54aae3;
    outline: none;
}
.noUi-handle input{
    border: 0 none !important;
    width: 84px;
    height: 39px;
    margin: 0 auto;
    color: #d31414 !important;
    font-size: 1.34rem;
    font-weight: 300;
    text-align: center;
    line-height: 39px;
    padding: 0;
    background: transparent;
}

.noUi-handle input:hover, .noUi-handle input:focus{
    border: 0 none !important;
    outline: none;
}
.noUi-handle::before, .noUi-handle::after{
    font-family: "FontAwesome";
    color:rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    height: 100%;
    width: 28px;
    background: transparent;
    top:0;
    height: 41px;
}
.noUi-handle::before{
    content: "\f104";
    left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid rgba(198,198,198,0.3);
    cursor: pointer;
}
.noUi-handle::after{
    content: "\f105";
    left:auto;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid rgba(198,198,198,0.3);
    cursor: pointer;
}
.noUi-handle:hover::before,
.noUi-handle:hover::after{
    color: #d31414;
}
.noUi-marker{
    margin-top: 12px;
    display: none;
}
.noUi-marker-large{
    height: 12px !important;
}
.noUi-marker-normal{
    display: none;
}
.noUi-value{
    padding-top: 5px;
    font-size: 0.8rem;
    color:rgba(0, 0, 0, 0.5);
    font-weight: 700;
}
.noUi-value:first-child{
    -webkit-transform: translate(0%,50%);
    transform: translate(0%,50%);
}
.noUi-value:last-child{
    -webkit-transform: translate(-100%,50%);
    transform: translate(-100%,50%);
}

/*numbers align with slider number*/
/*.noUi-pips-horizontal{
    left: 10%;
    width: 80%;
}*/

/* bootstrap range slider element end */


/*-------------------------------Header-------------------------------*/


#header{
    height: auto;
    padding: 19px 0 18px 0;
}
.wl_wrap{
    margin-top: 16px;
    display: inline-flex;
}
.wl_logo, .wl_motto, .wl_phone_no, .wl_delivery, .wl_lang {
    display: inline-block;
    vertical-align: top;
    float: initial;
    height: auto;
    padding: 7px 20px 5px 20px;
    margin-top: 0;
    line-height: 1.1rem;
}
.wl_lang{
    padding: 0;
    position: relative;
    border: 0 none;
    margin-top: 16px;
}
.wl_logo{
    padding: 0;
    margin-top: 0px;
}
.wl_motto,
.wl_delivery{
    font-weight: 300;
}
.wl_motto, .wl_delivery {
    color:#747474;
    background: transparent;
    font-size: 19px;
}
.wl_phone_no{
    font-size: 19px;
}
.wl_phone_no, .wl_delivery, .wl_lang {
    border-left: 1px solid #bbbbbb;
}
.wl_phone_no a{
    color: #333333;
    cursor: text;
}
.f_nl{
    display: none;
}


/*-------------------------------Main-------------------------------*/


#main{
    position: relative;
    z-index: 2;
}


/*-------------------------------Menu-------------------------------*/


.leasing-approval .navbar .navbar-collapse,
.leasing-calculator .navbar .navbar-collapse{
    border: 0 none;
}
.leasing-approval #menu,
.leasing-calculator #menu{
    margin-bottom: 0;
}
.leasing-approval #content_head,
.leasing-calculator #content_head{
    display: none;
}


.bg-white {
    background-color: transparent !important;
}
.navbar-collapse{
    background-color: #ffffff !important;
}

#menu{
    margin-bottom: 20px;
}
.navbar{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.navbar .navbar-collapse{
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.nav-item{
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
}
.navbar .navbar-nav .nav-link{
    color:#2e7fb4;
    vertical-align: middle;
    font-size: 1.345rem;
    font-weight: 300;
    padding: 24px 20px 24px 20px;
    white-space: nowrap;
    line-height: 1;
}
.navbar .navbar-nav .nav-link:hover{
    color: #d31414;
}
.mm-home{
    color: #D31414;
    padding-left:28px !important;
    display: block;
}
.mm-home i{
    line-height: 1.6rem;
}
#menu .dropdown:hover{
    border-left: solid 1px #CDCDCD;
    border-right: solid 1px #CDCDCD;
}
.navbar .navbar-nav .dropdown-item{
    padding: 7px 20px 7px 20px;
    font-size: 1.25rem;
    display: block;
    width: 100%;
    color: #5a5a5a;
    white-space: normal;
    font-weight: 300;
    transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}
.navbar .navbar-nav .dropdown-item::before {
    border-color: transparent transparent transparent #d4d4d4;
    border-style: solid;
    border-width: 4px;
    content: " ";
    display: inline-block;
    height: 0;
    width: 0;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}

.navbar .navbar-nav .dropdown-item:hover, .navbar .navbar-nav .dropdown-item:focus{
    color: #d31414;
    padding: 7px 15px 7px 25px;
    background-color: transparent;
}

.navbar .navbar-nav .de_ce{
    color: #D31414;
    font-weight: 400;
}
.menu-eco .menu-eco-icon {
    display: inline-block;
    color: #54a500;
    font-size: 1em;
    margin: 0 0 0 5px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #54a500;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.menu-eco:hover .menu-eco-icon{
    color:#D31414;
    border: 1px solid #D31414;
}
.menu-eco {
    display: block;
    color: #54a500;
    padding: 21px 18px 20px 18px;
    font-weight: 300;
    text-transform: none;
    border: 0 none;
}
.navbar-light .navbar-toggler{
    background: transparent;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #2e7fb4;
}


/*-------------------------------Footer-------------------------------*/


#footer{
    padding: 0;
}
.footer_menu{
    background: #ffffff;
    border: 0 none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.footer_menu ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.footer_menu li a{
    display: block;
    font-size: 1.250em;
    border-bottom: 1px solid #cad1d6;
    padding: 5px 0 7px 0;
    font-weight: 300;
    color: #2e7fb4;
}
.footer_menu li a:hover{
    border-bottom: 1px solid #D31414;
    color: #d31414;
}
.social_media_block{
    margin-top:1rem;
}
.social_media_block span{
    display: block;
    margin: 0 0 10px 0;
}
.social_media_block a{
    color:#D31414;
    display: inline-block;
    margin: 0 13px 0 0;
    padding: 10px 0 0 0;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 1.125em;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.f_top{
    margin: 0 0 5px 0;
}
.f_top a {
    background: #ffffff;
    color:#D31414;
    display: inline-block;
    font-size: 1.75em;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.f_top a i {
    border: 1px solid #dbdbdb;
    padding: 0 5px 0 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.fright {
    float: right;
}

.f_copy {
    color: #828282;
    font-size: 16px;
    padding: 15px 0 15px 0;
    display: block;
    font-weight: 300;
    text-align: center;
}
.social_media_block a:hover, .f_top a:hover{
    color: #2e7fb4;
}


/*-------------------------------Modal-------------------------------*/

.modal {
    overflow-y:auto;
}
.modal-dialog{
    background: #ffffff;
    padding: 20px 29px 20px 29px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    max-width: 960px;
    margin: 30px auto;
    pointer-events: auto;
}
.modal-dialog .box_top_title{
    margin: 0 0 20px 0;
}
.modal-dialog .box_top_title span{
    color: #d31414;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    display: block;
}
#modal-wrap-1,
#modal-wrap-2{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
#modal-wrap-1 a.bp_close,
#modal-wrap-2 a.bp_close{
    float: right;
    position: absolute;
    top: 17px;
    right: 27px;
    display: inline-block;
    color: #6c6c6c;
    font-size: 1.75em;
    z-index: 1;
}
#modal-wrap-1 a.bp_close:hover,
#modal-wrap-2 a.bp_close:hover{
    color: #d31414;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #2e7fb4;
}
.modal-backdrop.show {
    opacity: .75;
}
.modal-backdrop.show {
    z-index: 17000001 !important;
}
#modal-wrap-1{
    z-index: 17000002 !important;
}
.modal-backdrop.show ~ .modal-backdrop.show {
    z-index: 17000003 !important;
}
#modal-wrap-2{
    z-index: 17000004 !important;
}


/*-------------------------------Leasing tables-------------------------------*/


.leasingtable{
    margin: 0 0 20px 0;
}
.leasingtable2{
    margin: 0 0 60px 0;
}
.leasingtable table,
.leasingtable2 table {
    width: 100%;
    border-collapse:collapse;
    text-align: right;
}
.leasingtable2 table{
    width: 100%;
    text-align: right;
}
.leasingtable table tr td,
.leasingtable2 table tr td,
.leasingtable table tr th,
.leasingtable2 table tr th{
    background: transparent;
    /*border: solid 1px #c7cccf;*/
    border: 0 none;
    font-weight: 400;
    padding: 6px 15px 6px 15px;
}
.leasingtable table tr th,
.leasingtable2 table tr th{
    /*font-weight: 600;*/
}
.leasingtable table tr:nth-child(2n+0),
.leasingtable2 table tr:nth-child(2n+0) {
    background: #f8f8f8;
}
.leasingtable table tr:hover,
.leasingtable2 table tr:hover {
    background: #e5f3ff;
}
.leasingtable table tr:nth-child(2n+0):hover,
.leasingtable2 table tr:nth-child(2n+0):hover {
    background: #e5f3ff;
}
#leasing_table .empty {
    background: none;
    border: none;
}
.leasingtable2 table td:nth-of-type(1){
    color: #2e7fb4;   
}
.leasingtable2 table td:nth-of-type(3){
    color: #D31414;   
}
.leasingtable table td:nth-of-type(1){
    color: #2e7fb4;
}
.leasingtable table td:nth-of-type(6){
    color: #D31414;   
}

.f_top_popup{
    display: block;
    text-align: center;
}
.f_top_popup a{
    display: inline-block;
    text-align: center;
    font-size: 31px;
    border: 1px solid #dbdbdb;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #D31414;
    cursor: pointer;
}
.f_top_popup a:hover{
    color: #2e7fb4;
}

#top-popup{
    position: absolute;
    display: inline-block;
    top: -51px;
}

.leasing-approval .col,
.leasing-calculator .col{
    margin-bottom: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
    float: none;
    width: auto;
}


/*-------------------------------Global-------------------------------*/


#inmat-container .btn-group.col.form-control{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.col-title{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-title .brand-img{
    display: inline-block;
    margin-top: 40px;
    float: right;
}
.leasing-approval #inmat-container,
.leasing-calculator #inmat-container{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.leasing-approval #inmat-container .col,
.leasing-calculator #inmat-container .col{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.leasing-approval label,
.leasing-calculator label,
.approval-c-form label,
.modal label{
    padding-bottom: 0;
    padding-right: 0;
    display: inline-block;
    font-weight: 400;
    margin: 6px 0 8px;
}
.leasing-approval label span,
.leasing-calculator label span,
.approval-c-form label span,
.modal label span{
    vertical-align: middle;
}
.approval-c-form .form-f-checkbox-label,
.approval-c-form .form-f-info-label{
    display: block;
}
.captcha-img{
    width: 100px;
    background-color: #f3f3f3;
    padding: 5px 0 5px 0;
    border: 0 none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 41px;
}
.refresh-icon{
    margin: 10px 0 10px 20px;
}
.c-red{
    color: #d31414;
}
.btn-leasing{
  font-weight: 300;
  border: 0px solid transparent;
  outline: 0px solid rgba(255,255,255,0);
  padding: 6px 15px 7px 15px;
  font-size: 1.2em;
  color: #ffffff;
  background-color: #5099c8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  letter-spacing: 0;
  cursor: pointer;
  position: relative;
}
.btn-leasing:hover,
.btn-leasing:active,
.btn-leasing:focus{
  outline: 0px solid rgba(255,255,255,0);
  background-color: #2c6f9a;
  box-shadow:none;
}
.btn-leasing:disabled{
  background-color: #5099c8;
  cursor: default;
}
.btn:disabled{
    opacity: .5;
}
label.error{
    color: #D31414 !important;
    font-weight: 300;
    display: block;
}
.jTip.no-left-margin img{
    margin-left: 0;
}
.leasing-calculator #dialog .col {
    float: left;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 13px;
}
#min-price-error-wrapper{
    display: none;
    /*display: block; this is for testing purposes */ 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 15px 0 15px;
    background: rgba(46, 127, 180, 0.75);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 10000;
    text-align: center;
}
#min-price-error{
    background: #ffffff;
    display: inline-block;
    margin: 20px 20px 20px 20px;
    padding: 25px 30px 25px 26px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: left;
    width: 70%;
}
#min-price-error-text{
    display: block;
    margin: 0 0 20px 0;
}


/*-------------------------------global form styles begin-------------------------------*/


.modal .form-control{
    background: #eaf5fc;
    color: #2e7fb4;
    border: 0 none;
    font-size: 1em;
    height: 41px;
}
.modal .form-title h2 {
    color: #2e7fb4;
    font-weight: 400;
    font-size: 1.68rem;
    line-height: 1.3;
}
.modal .form-control:hover,
.modal .form-control:focus {
    background: #d5e9f6;
    outline: 0 none;
    color: #2e7fb4;
    border: 0 none;
}
.modal textarea.form-control{
    height: auto;
}
.modal .form-control::placeholder{
    color: #999999;
}
.modal .bootstrap-select.form-control {
    border: 0 none;
}
.modal .bootstrap-select.form-control:hover,
.modal .bootstrap-select.form-control:focus,
.modal .bootstrap-select.form-control:active,
.modal .bootstrap-select.form-control.show{
    background: #d5e9f6;
}
.modal .bootstrap-select.form-control .btn.dropdown-toggle.btn-default{
    height: 41px;
}
.modal .bootstrap-select.form-control.show .btn.dropdown-toggle.btn-default:hover,
.modal .bootstrap-select.form-control.show .btn.dropdown-toggle.btn-default:focus,
.modal .bootstrap-select.form-control.show .btn.dropdown-toggle.btn-default:active{
    background: #d5e9f6;
}
.modal .bootstrap-select .btn {
    background: #eaf5fc;
    color: #2e7fb4;
}
.modal .dropdown-menu.open.show{
    margin: 2px 0 0 0;
    font-size: 1.125em;
    color: #333333;
    background: #eaf5fc;
    border: 0 none;
    border-radius: .25rem;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
}
.modal .dropdown-menu.open.show:hover{
    background: #eaf5fc;
    border: 0 none;
}
.modal .bootstrap-select.show .dropdown-menu a {
    color: #333333;
}
.modal .bootstrap-select.show .dropdown-menu a:hover {
    background: #d5e9f6;
    color: #2e7fb4;
}

#inmat-container label, #phone-container label, #captcha-container label{
  display: block;
}
#inmat-container .bootstrap-select{
  width: calc(50% - 7px);
}
#inmat-container .bootstrap-select:last-child{
  margin-left:10px;
}
#phone-container .bootstrap-select{
  width: 140px;
  margin-right: 10px;
}
#phone-container input{
  width: calc(100% - 154px);
  display: inline-block;
  vertical-align: bottom;
}

#captcha-container input{
  width: calc(100% - 158px);
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
}

.modal .approval-c-form{
    margin-left: 0;
    margin-right: 0;
}

.modal .col{
    width: auto !important;
    float: none !important;
    margin-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.modal .form-f-checkbox-label .checkmark{
    border: 1px solid #c6c6c6;
}

label.error.valid {
    display: none !important;
}

/*-------------------------------global form styles end-------------------------------*/



/*-------------------------------global form wrap styles begin-------------------------------*/

.global_form_wrap {
    background: #ffffff;
    padding: 20px 29px 20px 29px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    max-width: 960px;
    margin: 30px auto;
    pointer-events: auto;
}
.global_form_wrap .form-control{
    background: #eaf5fc;
    color: #2e7fb4;
    border: 0 none;
    font-size: 1em;
    height: 41px;
}
.global_form_wrap .form-title h2 {
    color: #2e7fb4;
    font-weight: 400;
    font-size: 1.68rem;
    line-height: 1.3;
}
.global_form_wrap .form-control:hover,
.global_form_wrap .form-control:focus {
    background: #d5e9f6;
    outline: 0 none;
    color: #2e7fb4;
    border: 0 none;
}
.global_form_wrap textarea.form-control{
    height: auto;
}
.global_form_wrap .form-control::placeholder{
    color: #999999;
}
.global_form_wrap .bootstrap-select.form-control {
    border: 0 none;
}
.global_form_wrap .bootstrap-select.form-control:hover,
.global_form_wrap .bootstrap-select.form-control:focus,
.global_form_wrap .bootstrap-select.form-control:active,
.global_form_wrap .bootstrap-select.form-control.show{
    background: #d5e9f6;
}
.global_form_wrap .bootstrap-select.form-control .btn.dropdown-toggle.btn-default{
    height: 41px;
}
.global_form_wrap .bootstrap-select.form-control.show .btn.dropdown-toggle.btn-default:hover,
.global_form_wrap .bootstrap-select.form-control.show .btn.dropdown-toggle.btn-default:focus,
.global_form_wrap .bootstrap-select.form-control.show .btn.dropdown-toggle.btn-default:active{
    background: #d5e9f6;
}
.global_form_wrap .bootstrap-select .btn {
    background: #eaf5fc;
    color: #2e7fb4;
}
.global_form_wrap .dropdown-menu.open.show{
    margin: 2px 0 0 0;
    font-size: 1.125em;
    color: #333333;
    background: #eaf5fc;
    border: 0 none;
    border-radius: .25rem;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
}
.global_form_wrap .dropdown-menu.open.show:hover{
    background: #eaf5fc;
    border: 0 none;
}
.global_form_wrap .bootstrap-select.show .dropdown-menu a {
    color: #333333;
}
.global_form_wrap .bootstrap-select.show .dropdown-menu a:hover {
    background: #d5e9f6;
    color: #2e7fb4;
}

#inmat-container label, #phone-container label, #captcha-container label{
  display: block;
}
#inmat-container .bootstrap-select{
  width: calc(50% - 7px);
}
#inmat-container .bootstrap-select:last-child{
  margin-left:10px;
}
#phone-container .bootstrap-select{
  width: 140px;
  margin-right: 10px;
}
#phone-container input{
  width: calc(100% - 154px);
  display: inline-block;
  vertical-align: bottom;
}

#captcha-container input{
  width: calc(100% - 158px);
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
}

.global_form_wrap .approval-c-form{
    margin-left: 0;
    margin-right: 0;
}

.global_form_wrap .col{
    width: auto !important;
    float: none !important;
    margin-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.global_form_wrap .form-f-checkbox-label .checkmark{
    border: 1px solid #c6c6c6;
}

label.error.valid {
    display: none !important;
}

/*-------------------------------global form wrap styles end-------------------------------*/


/*-------------------------------lightgallery styles start----------------------------*/
.lg-outer .lg-thumb-item { 
    border: 0 none; 
    border-radius: 0;
}
.lg-backdrop {
    z-index: 16000003;
}
.lg-outer {
    z-index: 16000004;
}
/*-------------------------------lightgallery styles end----------------------------*/

/* ------------------------------------------------------------------------- */
/*-------------------------------Media queries-------------------------------*/
/* ------------------------------------------------------------------------- */


/* [min 991] ------------------------------------------------------------------------ */


@media (min-width:991px){
    .navbar .dropdown:hover .dropdown-menu{
      display: block;
    }
    .navbar .dropdown-menu{
      width: 260px;
      border-top: 0px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      margin-top: 0px;
      left: -1px;
    }
    .navbar .dropdown-toggle::after{
      display: none;
    }
    .navbar .menu-eco-wrap{
      position: absolute;
      right: 0;
    }
}


/* [max 1280] ------------------------------------------------------------------------ */


@media (max-width: 1279px){
    #main{
        margin-left: 30px;
        margin-right: 30px;
    }
}


/* [max 1100] ------------------------------------------------------------------------ */


@media (max-width:1100px){
    .navbar .navbar-nav .nav-link{
        font-size: 1.20rem;
    }
    .navbar .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .menu-eco {
        padding: 19px 18px 19px 18px;
    }
    .wl_motto, .wl_phone_no, .wl_delivery{
        padding-left: 15px;
        padding-right: 15px;
    }
    .wl_motto, .wl_phone_no, .wl_delivery {
        font-size: 17px;
    }
    .wl_lang .dropdown-toggle {
        padding: 7px 15px 5px 15px;
    }
}


/* [max 991] ------------------------------------------------------------------------ */


@media (max-width:991px){
    #header{
        padding-top:15px;
        padding-bottom: 15px;
    }
    .navbar-collapse{
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    .navbar-collapse{
        background-color: #ffffff !important;
    }
    .navbar-collapse.collapse.show{
        margin-bottom: 20px;
    }
    .navbar{
        position: initial;
    }
    .navbar .nav-item{
        border-left: 0;
        border-bottom: 1px solid #ededed;
        border-right: 0;
    }
    .navbar .nav-item:last-child{
        border-bottom: 0;
    }
    .navbar .nav-item .de_ce{
        font-weight: 300;
    }
    .navbar .navbar-nav .nav-link{
        font-size: 1.25rem;
        padding-left: 24px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .navbar .nav-item .mm-home{
        padding-left: 25px !important;
        padding-top: 16px;
        padding-bottom: 12px;
    }
    .navbar .nav-item .menu-eco{
        padding-left: 25px !important;
        padding-top: 13px;
        padding-bottom: 10px;
    } 
    .navbar .navbar-nav .dropdown-item{
        font-size: 1.1rem;
        padding-left: 28px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar .navbar-toggler{
        position: absolute;
        right: 0;
        top: 22px;
        font-size: 1.4rem;
        background: none;
        border: none;
    }
    .navbar-light .navbar-toggler-icon{
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(46, 127, 180, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
    }
    .navbar-toggler:hover .navbar-toggler-icon{
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(210, 20, 20, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
    }
    .navbar .dropdown:hover{
        border-left: 0;
        border-right: 0;
    }
    .navbar a:hover {
        background-color: rgba(0,0,0,0.05);
    }
    .navbar .navbar-nav .dropdown-item:hover{
        padding: 10px 20px 10px 35px;
        background-color: rgba(0,0,0,0.05);
    }
    .navbar .dropdown-menu{
        border:transparent;
        padding: 0;
        margin: 0;
    }
    .dropdown-menu.show{
        border-top: 1px solid #ededed;
    }
    .navbar .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    #menu {
        margin-bottom: 0;
    }
    .wl_wrap{
        display: block;
        margin-top: 0;
    }
    .wl_lang{
        position: absolute;
        right: 60px;
        top: 16px;
        border-left: 0 none;
        border-right: 1px solid #bbbbbb;
    }
    .wl_lang .dropdown-toggle {
        padding: 7px 18px 5px 20px;
    }
    .wl_lang .dropdown-menu{
        left: auto;
        right: -1px;
    }
    .wl_lang .lang-sel-text{
        display: none;
    }
    .wl_motto{
        border-left: 1px solid #bbbbbb;
    }
    .f_copy {
        font-size: 14px;
    }
}


/* [max 768] ------------------------------------------------------------------------ */


@media (max-width:768px){
    #main{
        margin-left: 15px;
        margin-right: 15px;
    }
    .leasing-calculator .container-fluid,
    .leasing-approval .container-fluid{
        padding-right: 0;
        padding-left: 0;
    }
    .wl_motto, .wl_phone_no, .wl_delivery{
        padding: 7px 10px 7px 10px;
        font-size: 15px;
    }
    .social_media_block {
        float:left !important;
    }
    .leasing-approval .col,
    .leasing-calculator .col{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .col-title {
        padding-right: 15px !important;
    }
    .col-title .brand-img{
       margin-top: 0;
       float: none;
    }
    .approval-header h1{
       padding-left: 5px;    
    }
    .col-title .brand-img{
       padding-left: 5px;
       margin-bottom: 10px;
    }
    .modal-dialog{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #modal-wrap-1,
    #modal-wrap-2{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    /* CSS Responsive table begin */
    .leasingtable table,
    .leasingtable table thead,
    .leasingtable table tbody,
    .leasingtable table th,
    .leasingtable table td,
    .leasingtable table tr { display: block; }
    .leasingtable table tr td,
    .leasingtable table tr th { font-size: 16px; }
    .leasingtable table thead tr { position: absolute; top: -9999px; left: -9999px; }
    .leasingtable table tr:first-child { position: absolute; top: -9999px; left: -9999px; }
    .leasingtable table td { border: none; position: relative; text-align: right; padding: 6px 15px 6px 50%; }
    .leasingtable table td:before { position: absolute; top: 0; left: 0; text-align: left; width: 75%; }
    .leasingtable table td:before { content: attr(data-content); padding: 6px 15px 6px 15px; }
    .leasingtable2 table,
    .leasingtable2 table thead,
    .leasingtable2 table tbody,
    .leasingtable2 table th,
    .leasingtable2 table td,
    .leasingtable2 table tr { display: block; }
    .leasingtable2 table tr td,
    .leasingtable2 table tr th { font-size: 16px; }
    .leasingtable2 table thead tr { position: absolute; top: -9999px; left: -9999px; }
    .leasingtable2 table tr:first-child { position: absolute; top: -9999px; left: -9999px; }
    .leasingtable2 tr th { position: absolute; top: -9999px; left: -9999px; }
    .leasingtable2 table td { border: none; position: relative; text-align: right; padding: 6px 15px 6px 50%; }
    .leasingtable2 table td:before { position: absolute; top: 0; left: 0; text-align: left; width: 75%; }
    .leasingtable2 table td:before { content: attr(data-content); padding: 6px 15px 6px 15px; }
    /* CSS Responsive table end */
       
}


/* [max 578] ------------------------------------------------------------------------ */


@media (max-width:578px){
    .wl_logo {
        display: block;
    }
    #modalDialog a.bp_close{
        top: 12px;
        right: 12px;
    }
    .approval-header h1 {
        padding-left: 0;
    }
    .col-title .brand-img{
       padding-left: 0;
    }
    .modal-dialog{
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 15px 10px 15px 10px;
    }
    #modal-wrap-1,
    #modal-wrap-2{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    /*.noUi-pips-horizontal{
       left: 15%;
       width: 70%;
    }*/
    
    /* CSS Responsive table begin */
    table tr td, table tr th {
        font-size: 15px;
    }
    .leasingtable table tr td, .leasingtable2 table tr td, .leasingtable table tr th, .leasingtable2 table tr th {
        padding: 5px 12px 5px 12px;
    }
    table td:before { padding: 5px 12px 5px 12px; }
    /* CSS Responsive table end */
}

/* [max 360] ------------------------------------------------------------------------ */


@media (max-width:360px){
    .noUi-value{
        display: none;
    }
    .noUi-value:first-child, .noUi-value:last-child{
        display: block;
    }
}
.tooltip.show {
    z-index: 17000010;
}

#noscript-message {
    background-color: #d01414;
    color: #ffffff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
}
