@media(max-width:991px){
 .plr-50 {
    padding: 0 20px;
  }
}

@media(max-width:768px){
  h1{
    font-size: 24px;
  }
  h2{
    font-size: 20px;
  }
  h3{
    font-size: 18px;
  }
  h6{
    font-size: 15px;
  }
.left-side-title h2{
    line-height: 23px;
    font-size: 18px;
}
.left-side-title h2 span{
  padding-left: 0;
  font-size: 15px;
  display: block;
}
.pickup-date-title {
    width: 100%;
}
.pickup-date-title p{
    margin: 0;
}
.adress-tracking-title{
        gap: 10px;
}
.cab-location-title{
        flex-direction: column;
}
.cab-location-title h4{
    margin-bottom: 10px;
}
.driver-img{
        text-align: center;
}
.driver-img span{
    left: 40%;
    right: 40%;
    bottom: -7px;
}
.pin-number {
    justify-content: center;
}
.details-box {
    flex-direction: column;
}
.detail{
    margin-bottom: 10px;
}
.offer-details{
    width: 85%;
}
.right-container h3{
        margin-bottom: 13px;
}
.help-option div{
    width: 85%;
}
.help-option h6 a{
    font-size: 15px;
}
.plr-50 {
    padding: 0 0px;
}
.help-option p {
    font-size: 12px;
    margin: 0 0 10px;
}
.section-padding{
    padding: 20px 0;
}
.driver-contact-detail h5 {
    margin-top: 13px;
}
}