/* CSS Document */
.contact-form i{
           position: relative;
    top: 20px;
}
.contact-form div {
    display: flex;
}

.contact-form div{
        border-bottom: 1px solid;
    margin-bottom: 5px;
    padding-right: 10px;
}

.cars-features-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    /* text-align: center; */
    justify-content: space-evenly;
}

.cars-features-box {
    display: inline-block;
    width: 25%;
    padding: 0 5px;
    text-align: center;
}


.car-feet .feature-box-content{
    width: 100%;
}

.bg-linen {
    background-color: #D1A371;
}

header .navbar-brand img {
    max-height: 100px;
}

footer .footer-logo img {
    max-height: 110px;
}

:root {
    
    --base-color: #D1A371;
    
}

.car-feet .icon-with-text-style-04{
    margin-bottom: 30px;
}

.bn47 {
  position: relative;
  padding: 1rem 2rem 0.5rem 2.5rem;
  color: #000000;
  border: 3px solid #776e62;
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}




/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}
.search-car-form .form-input-box{
    display:flex;
}

.search-car-form .form-input-box img {
    left: 20px;
    position: relative;
}

.search-car-form label{
    color: #000;
        font-weight: 500;
        font-size: 19px;
}

@media only screen and (max-width: 600px) {
  .hiddenmobile{
      display:none !important;
  }
  
  .mobilebottomcar .col-sm-6 {
      max-width:50%;
  }
  
  .navbar-brand img{
    max-width: 170px;
  }
      header .navbar-brand{
                  padding: 15px 0;
      }
      
      .justify-content-between .button-17{
          padding: 2px 10px;
      }
       h2 {
    font-size: 3rem;
  
}

.mwmobile150{
    max-width:150px;
}
}


#bform{
        background-color: #ffffff54;
    padding: 30px;
    border-radius: 20px;
    margin-top: 40px;
}



#bform h2{
        font-size: 40px;
    color: #000;
    margin-bottom: 10px;
}

.whats-float {
    position: fixed;
    transform:translate(108px,0px);
    bottom:5%;
    right:0;
    width:170px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 4px 0 0 4px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}
.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover i  {
    transform:rotate(360deg);
}

.w-110px{
    max-width: 110px;
}

.mt-50{
    margin-top: 50px;
}

.bookingform img{
        position: relative;
    top: 38px;
    left: 7px;
}

.requestbooking section.half-section {
    margin-top: 60px !important;
    padding-bottom: 0px;
}

.personal{
        margin-bottom: 0px;
    margin-top: 30px;
}

.no-border{
border-bottom: none !important;
}