/* 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;
    margin-left: 0px;
    margin-right: 2px;
    /* text-align: center; */
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.cars-features-box {
    display: flex;
    width: 100%;
    padding: 0 5px;
    text-align: center;
}


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

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

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

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: 20px;
}

@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: #ffffff80;
        padding: 30px;
        border-radius: 20px;
        margin-top: 40px;
}



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

.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;
}

.cars-features-list .bi{
    font-size: 38px;
    color: #000;
}

.bonlinefle .btn.btn-rounded.btn-small {
    padding: 20px 40px !important;
}

@media only screen and (max-width: 600px) { 
    
    .last-paragraph-no-margin p:last-of-type {
  
    padding: 10px;
}
   .slider1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 0.5 is the opacity of black */
  z-index: 1;
}

/* Optional: Content inside stays above the overlay */
.slider1 > * {
  position: relative;
  z-index: 2;
}
        header .navbar-brand {
        padding: 10px 0;
    }
    header .navbar-brand img {
    max-height: 80px;
}
.smhalf {
    width: 50%
}
    
    .smhalf  .lg-p-13 {
        padding: 5% !important;
    }
    
    .bonlinefle .btn.btn-rounded.btn-small {
    padding: 20px 90px !important;
}
    
.bonlinefle .feature-box{
        flex-direction: column !important;
}

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

.bonlinefle .feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: row;
    text-align: center;
    position: relative;
    z-index: 1
}


.bonlinefle  .last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    margin-left: 15px;
}

.justify-content-space-evenly {
       justify-content: space-evenly;
}

.requestbooking label{
        color: #000000;
    font-weight: 500;
}

.requestbooking input, .requestbooking select{
    color: #000000;
}

.requestbooking input::placeholder,
.requestbooking textarea::placeholder {
  color: black;
  opacity: 1; /* Ensures full opacity in Firefox */
}
