.main-header .main-menu .navigation > li {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-left: 25px;
}
.btn-next-prev {
    display: flex
;
    gap: 24px;
    align-items: center;
    position: absolute;
    left: 10%;
    right: auto;
    bottom: 0%;
    z-index: 1;
}
.btn-next-prev .next, .btn-next-prev .prev{
    transform: rotate(180deg);
}
.form-buy-car-form .form-buy-car .input-buy-car:not(:last-child) {
    margin-bottom: 27px;
    text-align: right;
}
.widget-contact-us .contact-us .form-contact-us-page input, .widget-contact-us .contact-us .form-contact-us-page textarea {
    background-color: #F8F8F8;
    border: 1px solid #DFDFDF;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #83827F;
    text-align: right;
}

.whats-float {
    position: fixed;
    transform:translate(108px,0px);
    top:35%;
    right:-25px;
    width:175px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
  }
  .whats-float a span {
    color: white;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 15px;
    font-weight: bolder;
    left: 41px;
  }
  
  .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: right;
    float: left;
  
  }
  
  .whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
  }
  
  .whats-float:hover i  {
    transform:rotate(360deg);
  }
  .t-al-right {
    text-align: left;
}

.listing-list-car-grid.listing-list-car-list .listing-grid-item .listing-item-content .bottom-price-wrap {
  display: flex
;
  margin-top: 0px;
  /* margin-top: 22px; */
  align-items: center;
  justify-content: space-evenly;
  /* justify-content: space-between; */
  flex-wrap: nowrap;
  flex-direction: column;
  border-right: 1px solid #F1F1F1;
  padding-right: 20px;
  border-left: none;
  padding-left: 0px;
}
.gallary-property-details .property-gallary2 .swiper-button-next {
  left: 44px;
  right: auto;
  rotate: 0deg;
}
.gallary-property-details .property-gallary2 .swiper-button-prev {
  left: 44px;
  transform: rotate(180deg);
}
.brands-slider-container {
  position: relative;
  margin-bottom: 40px;
}

.brands-swiper {
  width: 100%;
  overflow: hidden;
}

.brands-swiper .swiper-slide {
  transition: transform 0.3s;
  text-align: center;
}

.brands-swiper .swiper-slide:hover {
  transform: translateY(-5px);
}

.brands-swiper .swiper-button-next,
.brands-swiper .swiper-button-prev {
  color: #000;
  opacity: 1;
  width: 40px;
  height: 40px;
  background-color: #ed751c;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.brands-swiper .swiper-button-next:after,
.brands-swiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.brands-swiper .swiper-button-next {
  left: 10px;
  right: auto;
}

.brands-swiper .swiper-button-prev {
  left: 10px;
}

.brands-swiper .swiper-pagination-bullet-active {
  /* background: #ff5a3c; */
  background-color: #000;
}

.brands-swiper .icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
