@media(max-width:991px){
    .main-carousel img{
        height:500px;
        width: 100% !important;
        /* object-fit: cover; */
        background-size: cover;
        background-position: center ;
    }
    .wediffier div{
        padding: 0px !important;
        /* display: flex; */
        /* flex-direction: column; */
    }
    .wediffier{
        width: 100% !important;
        justify-content: space-between !important;
    }
    
}
@media(max-width:768px){
    .main-carousel img{
        height:400px;
        width: 100% !important;
        /* object-fit: cover; */
        background-size: cover;
        background-position: center ;
    }
    .packages_titles{
        display: block !important;
    }
    .top_address{
        display: none !important;
    }

    .header .top_logo{
        /* display: flex;     .header .top_logo img{

        width: 200px !important;
    }*/
        justify-content: start !important;
        text-align: left !important;
        align-items: flex-start !important;
       }
       .header .top_adds{
        /* display: flex;  */
        justify-content: start !important;
        text-align: left !important;
        align-items: flex-start !important;
       }
       
    /* .header .top_logo{
        float: inline-end;
        justify-content: left !important;
        width: 100px;
    } */
    .wediffier {
        display: flex;
        flex-direction: column;
    }
    .wediffier div{
        width: 100% !important;
    }
    
}
@media(max-width:550px){

    .navbar{
        position: relative !important;
    }
    .bavbar .container{
        background-color: rgb(20, 20, 20) !important;
    }
    .main-carousel img{
        height:360px;
        width: 100% !important;
        /* object-fit: cover; */
        background-size: cover;
        background-position: center ;
    }
    
}
@media(max-width:550px){

    .navbar{
        position: relative !important;
    }
    .navbar .container{
        background-color: rgba(20, 20, 20,.7) !important;
    }
    .main-carousel img{
        height:300px;
        width: 100% !important;
        /* object-fit: cover; */
        background-size: cover;
        background-position: center ;
    }
    
}
@media(max-width:470px){
    .top_adds{
        display: none !important;
    } 
}
@media(max-width:450px){
    .projects_images img{
        height:200px !important;
    } 
}
@media(max-width:370px){
    .projects_images img{
        height:170px !important;
    } 
}
@media(max-width:330px){
    .projects_images img{
        height:140px !important;
    } 
}
@media(max-width:280px){
    .projects_images img{
        height:110px !important;
    } 
}
@media(max-width:421px){

    .navbar{
        position: relative !important;
    }
    .bavbar .container{
        background-color: rgb(20, 20, 20) !important;
    }
    .p-lg-1{
        padding:0px 5px !important;
    }
    .p-l-1{
        padding:0px 5px !important;
    }
    .main-carousel img{
        height:280px;
        width: 100% !important;
        /* object-fit: cover; */
        background-size: cover;
        background-position: center ;
    }
    
}
@media(max-width:1189px){
    .enquiry_text{
        display: none;
    }
   
}