@media(max-width:1600px){
    .hero-info h1{
        font-size: 33px;
    }
    .hero-info p {
        font-size: 15px;
        color: #4B505A;
    }
    .why-choose-us p{
        font-size: 15px;
    }
    .middle-cont p,.tabcontent p{
        font-size: 15px;
    }
    .why-choose-us h1,.page-title{
        font-size: 27px;
    }
    .middle-cont h2,.device-info h1{
        font-size: 26px;
    }
    .device-info h6{
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .device-info {
        padding: 50px 0;
    }

    .device-info h1 {
        font-size: 1.8rem;
    }

    .device-info h6 {
        font-size: 1rem;
    }

    .device-info p {
        font-size: 0.8rem;
    }
    .hero-section{
        background: url('../images/right-image.png');
        background-position: right top ;
        background-repeat: no-repeat;
        background-size:20%;
        min-height: 450px;
    }
    .hero-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .hero-info h1{
        text-align: center;
        font-size: 25px;
    }
    .hero-info hp{
        text-align: center;
    }
     .hero-info p {
        font-size: 13px;
        color: #4B505A;
    }
    .why-choose-us p{
        font-size: 13px;
    }
    .middle-cont p,.tabcontent p{
        font-size: 13px;
    }
    .why-choose-us h1,.page-title{
        font-size: 23px;
    }
    .middle-cont h2,.device-info h1{
        font-size: 22px;
    }
    .device-info h6{
        font-size: 15px;
    }
    .works-wrap{
        margin-bottom: 12px;
    }
}
@media (max-width: 768px) {
    .footer-right {
        margin-bottom: 30px;
    }

    .footer-menu {
        margin-bottom: 30px;
    }

    .download-app img {
        display: none;
    }

    .become-driver {
        background: transparent;
    }

    .section-gap {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .become-driver,.hero-section{
        min-height: auto;
        padding: 34px 0;
    }
    .page-title{
        padding: 0;
    }
}

@media(max-width:640px){
    .hero img{
        display: block;
    }
}