@media only screen and (max-width: 992px){
    .middleheaderbox {
        display: none;
    }
    .mobiletooglemenubox {
        display: block;
    }
    .about {
        padding: 20px 0;
    }

    .common-btn {
        margin: 0 0 10px;
    }

    .gallerysection a.float-end {
        text-align: center;
        float: unset!important;
    }

    .main-heading {
        font-size: 32px;
    }

    .gallerysection {
        padding: 20px 0;
    }

    .whatwedosection {
        padding: 20px 0;
    }

    .whatwedosection .whatwedobox .whatwedoinfo h2 {
        font-size: 20px;
    }

    .firstlook .main-heading {
        font-size: 22px;
    }

    .firstlook {
        padding: 20px 0;
    }

    .blogsection {
        padding: 20px 0;
    }

    .blogsection .blogbox {
        margin-bottom: 10px;
    }

    .footer-widget.footer-menu {
        margin: 20px 0;
    }

    .footer .footer-top {
        padding: 40px 0 50px 0;
    }

}

@media only screen and (max-width: 576px){
    .pagebreadcrumb .breadcrumbleft {
        display: none;
    }
    .header .topheader .topheadbox .topheadleft ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .header .topheader .topheadbox .topheadmiddle {
        display: none;
    }
    
    .header .topheader .topheadbox {
        display: block;
    }
}