body{
  font-family: 'Montserrat', sans-serif;
}


.logo_wrapper{
  max-width: 250px;
}

.banner1_wrapper{
  min-height:100px;
  display: flex;

}

.banner1_wrapper a img{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.logo2 img{
  max-width:250px;
}


.price h3{
  color:white;
  padding-top:0px;
  padding-bottom:0px;
}

.price span{
  color:white;
  font-size:12px;
  padding-bottom:10px;
}

.rent1 .txt2{
  padding-left:1px;
  margin-top:2px;
}


.order-status{
  background:white;
  width:450px;
  height:250px;
  display: none;
  position:absolute;
  top:150px;
  left:50%;
  margin-left:-225px;
  z-index:99999;
}

.order-status h4{
  margin:0px auto;
  margin-top:50px;
  width:200px;
  text-align: center;
}

.order-status .success{
  text-indent: 20px;
  background: url(../img/success-ok.svg) no-repeat center left;
}

.order-status .error{
  text-indent: 20px;
  background: url(../img/sorry.svg) no-repeat center left;
}

.order-status p{
  text-align: center;
  margin:25px;
  padding-bottom:10px;
  min-height:90px;
}

.mask-layout{
  width:100%;
  height:100%;
  position: fixed;
  display: none;
  top:0px;
  background:#443f2e;
  opacity: 0.7;
  z-index:999;
}


.view-vehicle-info-btn{
  text-align: center;
}

@media (max-width: 991px) {
  .order-status{
    width:320px;
    height:250px;
    margin-left:-160px;
  }
}


.loader,
.loader:before,
.loader:after {
  background: #ffd018 ;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  display:none;
  color: #ffd018;
  text-indent: -9999em;
  left:49%;
  top:30%;
  position: fixed;
  z-index:99999;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}


/* BRAINTREE */

.cbplace a , .cbplace span{
  color:#f7f7f7;
  line-height: 30px;
  margin-left:8px;
  font-size:14px;
}

.cbplace span{
  width:180px;
  display:inline-block;
}

.cbplace [type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.cbplace [type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}


.cbplace [type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 26px; height: 26px;
  border: 1px solid #89918F;
  border-radius: 2px;
}
/* checked mark aspect */
.cbplace [type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "✔\fe0e";
  position: absolute;
  top: 7px; left: 5px;
  font-size: 20px;
  line-height: 0.8;
  color: white;
  transition: all .2s;
}
/* checked mark aspect changes */
.cbplace [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.cbplace [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}


#payment-mask{
  position:fixed;
  left:0px;
  top:0px;
  z-index:900;
  background:white;
  width:100%;
  height:100%;
  display:none;
  opacity:0.1;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
   transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#braintree-payment{
  z-index:999;
  padding:16px;
  background:white;
  display:block;
  position:absolute;
  top:-1000px;
}

#braintree-payment #payment-form{
  margin-top:20px;
  margin-bottom:15px;
}

#braintree-payment #submit-cc{
  background:#009cde;
  color:white;
  font-size:16px;
  font-weight:bold;
}

#braintree-payment #submit-cc:hover {
    background-color: #008ac5;
}

#braintree-payment .select-payment{
  display:block;
  color:#3e3c42;
}


.discount-block{
  margin:0px auto;
  position:relative;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}

input.discount{
    padding:0px;
    text-indent: 10px;
    width: 70% !important;
    height: 34px;
    float:left;
    display: inline-block;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right:0px;
}

input.discount:focus{
  border-right:none;
}

.discount-button{
  text-align: center;
  width:30% !important;
  line-height:32px;
  float:left;
  color:#191509;
  background: #ffd018;
  cursor:pointer;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border:1px solid #ffd018;
  border-left:0px;
}

.discount-button:hover{
  background:#ff9800;
}
