html
{height:100%;width:100%;position:relative;max-width: 100%;  }

body
{width:100%;height:100%;position:relative;margin: 0 0;}

header
{font-size:1em;background:#c4ecff;text-shadow:none;height:3em;width:100%;position:relative;background-repeat:repeat;
box-shadow: 0 8px 6px -6px #e9e9e9;z-index:50;}

@media screen and (min-width: 250px) {

 header{margin-bottom:0em;z-index:50;}
   .menu_op, .menu_opend, .menu_op1
    { display:none; }
  #navicon
 {float:right;display:inline-block;margin-top:0.3em;position:relative;margin-right:8px;width:40px;height:40px;}

 .menu_op, .menu_opend, .menu_op1
 { display:none; }

 .sevenm
 {float:left;margin-left:10px;font-size:1.1em;line-height:50px;font-weight:normal;color:#fff;font-family:'Cinzel';}

}

@media screen and (min-width: 850px) {

 header{margin-bottom:0em;box-shadow: 0 8px 6px -6px #e9e9e9;}
    #navicon,#showNav {
  display:none;
    }
  .menu_op, .menu_opend, .menu_op1
{
  float:right;
  color:#fff;
  font-size:1.1em;
  line-height:2.7em;
  margin-left:1.5em;
  font-family:'Poppins';
  font-weight:400;
  display:inline;
  position:relative;
}
.menu_op1
{ margin-left:1.5em;}
.menu_opend
{ margin-right:1.5em; display:inline;}


}





.side_menu
{text-decoration:none;position:relative;line-height: 2em;font-family:'Cinzel';font-weight:normal;text-shadow:none;}
.navhd
{color:#3b2766;font-size:1.2em;}

.ui-panel-inner{background:#c4ecff;min-height:500px;
background: rgb(65,151,238);
background: -moz-linear-gradient(left,  rgba(65,151,238,1) 0%, rgba(120,187,255,1) 100%);
background: -webkit-linear-gradient(left,  rgba(65,151,238,1) 0%,rgba(120,187,255,1) 100%);
background: linear-gradient(to right,  rgba(65,151,238,1) 0%,rgba(120,187,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4197ee', endColorstr='#78bbff',GradientType=1 );

}

.mobpanel
{color:#3b2766;text-align:left;background: rgb(65,151,238);
background: -moz-linear-gradient(left,  rgba(65,151,238,1) 0%, rgba(120,187,255,1) 100%);
background: -webkit-linear-gradient(left,  rgba(65,151,238,1) 0%,rgba(120,187,255,1) 100%);
background: linear-gradient(to right,  rgba(65,151,238,1) 0%,rgba(120,187,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4197ee', endColorstr='#78bbff',GradientType=1 );

}