@media only screen and (max-width:991px){
    .main-header .logo img {
        max-width: 65%;
        height: auto;
    }
    .sticky-header .logo img {
        max-height: 90px;
    }
    .sticky-header .logo {
        padding: 0px 0;
    }
}
@media only screen and (max-width:530px){
    .main-box .mx-5{
        margin-right: 0rem !important;
        margin-left: 1rem !important;
    }
    .sticky-header .main-header .logo img {
        max-width: 65%;
        height: auto;
    }
    .sticky-header .logo img {
        max-height: auto !important;
    }
}
