/* micro small screens responsive code */
@media only screen and (min-width: 320px) and (max-width: 479px){
    #menuBox{
        display: none !important;
    }
    .iframe{
        margin-top: 80px;
        width: 90% !important;
    }
    #open_menu{
        display: block !important;
    }
    .top-main-menu{
        display: flex;
        justify-content: center !important
    }
    .small_menu_bar{
        display: block;
    }
    .parent-menu,.menu-parent-link{
    	padding-left: 10px !important;
    	padding-right: 10px !important
    }
}

@media only screen and (min-width: 479px) and (max-width: 768px){
    #menuBox{
        display: none !important;
    }
    #contact_text{
        display: none !important;
    }
    .iframe{
        margin-top: 80px;
        width: 90% !important;
    }
    #open_menu{
        display: block !important;
    }
    .top-main-menu{
        display: flex;
        justify-content: center !important
    }
    .small_menu_bar{
        display: block;
    }
    .parent-menu,.menu-parent-link{
    	padding-left: 10px !important;
    	padding-right: 10px !important
    }
}
/* laptop responsive screen responsive code*/
@media only screen and (min-width: 768px) and (max-width: 991px){
    #menuBox{
        display: none !important;
    }
    .iframe{
        margin-top: 80px;
        width: 90% !important;
    }
    #open_menu{
        display: block !important;
    }
    .small_menu_bar{
        display: block;
    }
	
    .parent-menu,.menu-parent-link{
    	padding-left: 50px !important;
    	padding-right: 50px !important
    }
}
/* large laptop screen responsive code */
@media only screen and (min-width: 991px) and (max-width: 1200px){

}