@media screen and (max-width: 992px){
    .destination{
        background-image: none;
        text-align: center;
        height: 210px;
    }
    .img-map{
        background-image: none;
    }
    .destination img{
        display: none;
    }
    .destination h1{
        line-height: 4;
        right: 26%;
    }
    
.video{
    width:100%;
    height:591px;
}
}

@media screen and (max-width: 720px){
    .feature-box-container{
        position: static;
        margin-left: 5px;
    }
    .feature-box{
        width: 100%;
        margin-bottom: 5px;
    }
    .feature-2{
        width: 98%;
        margin-left: 0.9%;
    }
    .feature > img{
        margin-top: 5px;
        margin-bottom: 90px;
    }
    .img-destination{
        margin-bottom: 5px;
        align-content: center;
        margin-left: 30%;
    }
     .whatsapp-logo a img{
                width: 54%;
    height: fit-content;
    margin-left: 25%;
}
}

        @media screen and (max-width: 520px){
            .car-pic{
                width: 70%;
    height: auto;
    margin-left: 14%;
            }
            .img-destination{
                margin-left: 10%;
            }
            .cars{
                padding-left: 7.5%;
            }
            .des-container{
    margin-left: 0px;
                margin-top: 1px;
}
            *{
                font-size: 14px;
            }
            .banner-img{
                width: 100%;
                height: auto;
}
            .contact-details-home > div{
                text-align: center;
            }
            .car-details-heading{
                font-size: 24px;
            }
            .car-details{
                font-size: 12px;
            }
            .ride-call, .ride-book{
                font-size: 16px;
            }
            td{
                min-width: 60px;
                font-size: 13px;
            }

            .ride-price{
                width: 85%;
                margin-left: 7%;
                
            }
            .destination h1{
                right: unset;
    margin-left: 14%;
            }
            }
        