@media (max-width: 991px) {

html,
body {
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100%;
    margin:0 !important;
    padding:0 !important;
}

* {
    box-sizing: border-box;
}  

/*---------------*/
.full_col{
    width: 100vw;
    max-width: none !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0 !important;
    padding-right: 0 !important;
}
    
/*---------------------*/
    .zptheme-data-headercontainer {
    max-width: 1080px !important;
    width: 100%;
    margin: 0 auto;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box;
}
.theme-logo-parent {
    display: flex;
    justify-content: flex-start;
    padding-left: 10% !important;
}

.theme-logo-parent img,
.theme-logo-parent .theme-logo {
    max-width: 150px !important;
    height: 35px !important;
    width: auto !important;
}
    
.theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
    padding-left:10% !important;
    }

  

    
    /* Mobile Sticky Header */



