@media (max-width: 450px){
    .banner-area .banner-text .title{
        font-size: 20px;
      font-weight: 700;
    }
}
@media (max-width: 820px){
  .batteryissuewrapper .myimg{
display: none;
}
  .batteryissuewrapper .img1{
    width: 100%;
  }
  .testmonials .innerbox{
min-height: 200px;
  align-items: center;
  display: flex;
  }
  .carwrap1 .innerbox{
    min-height: 200px;
  }
  .whatsappapi img{
  position: fixed;
  right: 8%;
  bottom: 12%;
  border-radius: 50%;
  height: 50px;
  width: auto;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
}