/* Enter Your Custom CSS Here */
.meganav-menu > li > a{
	opacity: 1;  
}

   
/* Centered Specific Popup Maker Title */
div#pum_popup_title_22960 {
    text-align: center;
}


div.textbox {
    position: relative;
    width: 200px;
    height: 200px;
    background: #eee;
    color: #000;
    padding: 20px;    
}
.textbox-only-mobile{
  width:200;
  height:200px;
}
@media screen and (max-width : 1920px){
  .div-only-mobile{
  visibility:hidden;
  }
}
@media screen and (max-width : 906px){
 .desk{
  visibility:hidden;
  }
 .div-only-mobile{
  visibility:visible;
  }
}
