@media only screen and (max-width: 991px){
    header {
        margin-bottom: 0;
        border-bottom: 1px solid #ccdff5;
    }
    .bannercontent {
        margin-top: 0;
    }
    section.sectionwrapper.topbannerarea {
        margin-top: 20px;
    }
    .topbannerimage {
        margin-top: 30px;
    }
    .ourExpertiseimage {
        margin-bottom: 21px;
    }
    .titlecontainer {
        margin-bottom: 16px;
    }
    a.mb-mobile {
        margin-bottom: 20px;
    }
    a.navbar-brand{
        font-size: 25px;
    }
    .copyright > p {
        margin: 0;
        text-align: center;
        font-size: 16px;
        margin-top: 7px;
        border-top: 1px solid #fff;
        padding-top: 7px;
    }
    .footerlogo > a{
        font-size: 30px;
    }
    .footerlogo {
        text-align: center;
    }
}

@media only screen and (max-width: 568px){
    .topbannerimage>img {
        top: 20px;
        left: 0;
        width: 96%;
        margin: 0 auto;
    }
    .topbannerimage {
        text-align: center;
    }
    .footerlogo {
        text-align: center;
        margin-bottom: 18px;
    }    
    .footerlogo > a {
        font-size: 27px;
    }
    .copyright > p{
        text-align: center;
    }
    .contactfootwrapper {
        border: 17px solid #0075FF;
        padding: 25px;
        border-radius: 20px;
    }
    .contactsection p {
        font-size: 14px;
        line-height: 1.5;
    }
}