.menu__header > .col-9 > .img-fluid{ height:120px}
.popupBg, .customPopupBg{ position:fixed; left:0; width:100%; top:0; bottom:0; background:rgba(0,0,0,0.8); z-index:998; display:none}
.popupBody{ position:fixed; left:20%; width:60%; top:30%; background-color:#FFFFFF; z-index:999; display:none}
.customPopupBody{ position:fixed; left:40%; width:20%; top:30%; background-color:#FFFFFF; z-index:999; display:none}
#closeErr{ margin-top:15px; border-radius:0px; background:#E31E24; width:150px}
@media(max-width:991px){
.customPopupBody{ width:98%!important; left:1%!important}
}