/* Header start */
@media only screen and (min-width: 0px) and (max-width: 768px){
    .header-container#desk{
        display: none;
    }
}
@media only screen and (min-width: 769px) {
    #burgerMenu {
      display: none;
    }
    .sidebar,
    .sidebar-transition,
    #mobile-trans{
        display: none;
    }
  }
/* Header end */

/* Sidebar start */
@media only screen and (min-width: 769px){
    #side-overlay{
        display: none;
    }
}
/* Sidebar start */

/* Footer start */
/*@media only screen and (max-width: 990px){*/
/*    footer .address-container .top-footer{*/
/*        flex-direction: column;*/
/*    align-items: flex-start;*/
/*    }*/
/*    footer .footer-main-container .bottom-footer{*/
/*        flex-direction: column;*/
/*    align-items: flex-start;*/
/*    }*/
/*}*/
/*@media only screen and (max-width: 660px){*/
/*    footer .address-container .top-footer{*/
/*        flex-direction: column;*/
/*    align-items: flex-start;*/
/*    }*/
/*    footer .footer-main-container .bottom-footer{*/
/*        flex-direction: column;*/
/*    align-items: flex-start;*/
/*    }*/

/*    footer .footer-main-container .bottom-footer .bf-links{*/
/*        flex-direction: column;*/
/*        align-items: flex-start;*/
/*    }*/
/*    footer .footer-main-container .bottom-footer .bf-links .pipe{*/
/*        display: none;*/
/*    }*/
/*}*/
/* Footer end */