@media only screen and (max-width: 780px) {
    .banner-section {
        display: unset;
      
    }

    .contact-row{
        flex-direction: column-reverse;
    }
.banner-container{
    padding-top: 130px
}
    .banner-text{
        transform:unset;
        position:unset;
      text-align: center;

    }
    h1{
        font-size: 50px;
    }
    .banner-imag-text{
       width: 80%; 
    }
    .banner-imag-text>h2{
        text-align: center;
        font-size: 30px;
    }
   
    .right-banner{
        padding-top: 50px;
    }
.image-box {
    justify-content: center;
}
    .image-box >img{
        width: 40%;
    }
.contact-details >h2{
    text-align: left !important;
    padding-left:10%

}
    .image-box-lining >img {
        width: 100%;
    }

    .contact-details{
        /* margin-top: 50px; */
        margin-bottom: 30px;
        padding-bottom: 20px;
        width: 100%;
    }

    .contact-box{
        padding-left:10%
    }
}


@media only screen and (max-width: 1522px) {
    .banner-section{
        padding-top:0px;
    }
}

@media only screen and (max-width: 1100px) {
    .image-box > img{
        width: 40%;
    }

    .image-box-lining > img{
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    h1{
        font-size: 60px;
    }
    .banner-imag-text>h2{
        font-size: 20px;
    }

    .contact-details{
        width: 100%;
    }

   
}


