.mapDiv {
  display:none;
  z-index: 100 !important;
  height: 360px !important;
  width: 560px !important;
  position:absolute !important;
  /* border: 1px solid #c1bfd6 !important; */
  padding : 0px !important;
}

/* for search */
.search-box-wrapper.style2 .search-tab-content {
  padding: 10px !important;
}

.listing-style3.car .details .action .button {
  margin-top: 0px !important;
}
/*
.old-price > span.old1-price b::after{
  content:"";
  display:inline-block;
  height:1px;
  width:45%;
  background:#e00f21;
  position:absolute;
  left:25%; right:0; top:8%;
} */

.old-price > span.old1-price b{
  text-decoration : #e00f21 line-through;
  font-size: 12px;
  margin-right: 10px;
}

.car-detail-page .detailed-logo .mile {
  margin-bottom: 0px !important;
}

#booking .booking-info .info {
  width: 175px !important;
}

#booking .booking-info .box-title {
  max-width: 175px !important;
}

.wordWrap{
  word-wrap: break-word;
}

#preloader {
	height: 100vh;
	width: 100vw;
	background: #fff;
	z-index: 2000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    opacity: .5;
}

#loading {
	height: 100vh;
	width: 100vw;
	opacity: 1;
}

.notification-alert-div {
  box-shadow: 0px 5px 10px 5px #999;
  position: fixed;
  width: 80%;
  max-width: 920px;
  z-index: 100;
  margin:auto;
  margin-top: 100px;
}


.linePreloader{
    width:100%;
    height:4px;
    background:linear-gradient(to right,#E74C3C,#E74C3C);
    background-color:#dedede;
    position:relative;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    border-radius:4px !important;
    background-size:20%;
    background-repeat:repeat-y;
    background-position:-70% 0;
    animation:scroll 1.2s ease-in-out infinite;
  }

  @keyframes scroll{
    50%{background-size:80%}
    100%{background-position:125% 0;}
  }

  .alert-danger{
    background-color: #ea5e5e !important;
  }


  #booking .booking-info div.date{
    height: 80px;
  }

  #support_email{
    word-wrap: break-word;
  }


  button, input, select, textarea, .custom-select {
    font-size: 16px;
  }
