@media only screen {
	body{
        padding-right:0px !important;
    }
    
    body.active{
        padding-right:0px !important;
    }
    /*.header > .innerheader{
        padding-right:0px !important;
        width: 100%;
        margin-right:0px !important;
    }
    
    .header.active > .innerheader{
        padding-right:0px !important;
        width: 100%;
        margin-right:0px !important;
    }*/
    .innerheader{
        padding-right:0px !important;
    }
    .innerheader.active{
        padding-right:0px !important;
    }
    .call-us-wrapper{
        right: 30px;
    }
    .call-us-wrapper.active{
        right: 30px;
    }
}

@media only screen and (min-width: 576px) {
	body{
        padding-right:0px !important;
    }
    
    body.active{
        padding-right:15px !important;
    }
    /*.header > .innerheader{
        padding-right:0px !important;
        width: 100%;
        margin-right:0px !important;
    }
    
    .header.active > .innerheader{
        padding-right:15px !important;
        width: calc(100% - 15px);
        margin-right:15px !important;
    }*/
    .innerheader{
        padding-right:0px !important;
    }
    .innerheader.active{
        padding-right:15px !important;
    }
    .call-us-wrapper{
        right: 30px;
    }
    .call-us-wrapper.active{
        right: 45px;
    }
}