.block-superfish,
.block-superfish .content {
  overflow: visible !important;
  width: 100%;
  position: absolute;
  top: 112px;
  left: 0;
}

.sf-menu.sf-style-simple-centre-aligned {
  float: left;
  margin: 0;
  padding: 0;
}
.sf-menu.sf-style-simple-centre-aligned a > .sf-sub-indicator,
.sf-menu.sf-style-simple-centre-aligned span.nolink > .sf-sub-indicator {
 
/*  background-image: url('images/simple-arrows.png');
  top: 1.6em;
   right: .0em;
*/}
.sf-menu.sf-style-simple-centre-aligned.rtl a > .sf-sub-indicator,
.sf-menu.sf-style-simple-centre-aligned.rtl span.nolink > .sf-sub-indicator {
  background-image: url('images/simple-arrows-rtl.png');
}
.sf-menu.sf-style-simple-centre-aligned.sf-vertical a > .sf-sub-indicator,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical span.nolink > .sf-sub-indicator {
  top: 1.1em;
}
.sf-menu.sf-style-simple-centre-aligned li li .sf-sub-indicator,
.sf-menu.sf-style-simple-centre-aligned li li a > .sf-sub-indicator,
.sf-menu.sf-style-simple-centre-aligned li li span.nolink > .sf-sub-indicator {
  top: 1em;
}
.sf-menu.sf-style-simple-centre-aligned ul {
  padding-left: 0;
}
.sf-menu.sf-style-simple-centre-aligned.rtl ul {
  padding-left: auto;
  padding-right: 0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.sf-shadow ul,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.sf-shadow ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.sf-shadow ul ul {
  padding: 0 8px 7px 0 !important;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.sf-shadow.rtl ul,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.sf-shadow.rtl ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.sf-shadow.rtl ul ul {
  padding: 0 0 7px 8px !important;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li.sfHover > ul {
  top: 48px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li.sfHover > ul {
  left: -1px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li.sfHover > ul {
  left: auto;
  right: -1px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li.sfHover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li.sfHover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li.sfHover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li.active-trail ul {
  top: -1px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:first-child:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:first-child.sfHover > ul {
  left: 10px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li:first-child:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li:first-child.sfHover > ul {
  left: auto;
  right: 10px
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li li:first-child:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li li:first-child.sfHover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li:first-child:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li:first-child.sfHover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li li:first-child:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li li:first-child.sfHover > ul {
  top: 10px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li.sfHover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li.active-trail > ul {
  top: 44px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li:hover > ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li.sfHover > ul {
  top: 38px;
}
/*.sf-menu.sf-style-simple-centre-aligned a,
.sf-menu.sf-style-simple-centre-aligned a:visited,
.sf-menu.sf-style-simple-centre-aligned span.nolink  {
  color: #07aa8e;
  padding: 1.4em 1.5em;
  text-decoration: none;
      transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}*/
.sf-menu.sf-style-simple-centre-aligned .menuparent {    
	font-size: 16px !important;
    font-weight: bold !important;
	color: #19bd9a !important;
	transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}

.sf-menu.sf-style-simple-centre-aligned .sf-depth-3 .menuparent {    
	font-size: 14px !important;
	color: #ffffff !important;
}

.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-depth-2.sf-no-children a{
	font-size: 16px !important;
    font-weight: bold !important;
    color: #19bd9a !important;
}

.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-depth-2.sf-no-children a:hover{ color:#ffffff;}


/*.sf-menu.sf-style-simple-centre-aligned .menuparent .sf-no-children ol li a{   
	font-weight: bold !important;
	color: #19bd9a !important;}*/

.sf-menu.sf-style-simple-centre-aligned .sf-no-children {    
	font-size: 16px !important;
    font-weight: bold !important;
	color: #19bd9a;
	transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
	
}

.sf-menu.sf-style-simple-centre-aligned a,
.sf-menu.sf-style-simple-centre-aligned a:visited,
.sf-menu.sf-style-simple-centre-aligned span.nolink  {
  color: #07aa8e;
  font: normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-serif;
  padding: 1.4em 1em;
  text-decoration: none;
  

}

.sf-menu.sf-style-simple-centre-aligned a{	   
/*		 font-size: 16px;
		font-weight:bold;
*/}

.sf-menu.sf-style-simple-centre-aligned a:hover{ color:#ffffff;}
.sf-menu.sf-style-simple-centre-aligned span.nolink  {
  cursor: default;
}
.sf-menu.sf-style-simple-centre-aligned a:focus,
.sf-menu.sf-style-simple-centre-aligned a:hover,
.sf-menu.sf-style-simple-centre-aligned a:active,
.sf-menu.sf-style-simple-centre-aligned li:hover > a,
.sf-menu.sf-style-simple-centre-aligned li.sfHover > a,
.sf-menu.sf-style-simple-centre-aligned span.nolink:hover,
.sf-menu.sf-style-simple-centre-aligned li:hover > span.nolink,
.sf-menu.sf-style-simple-centre-aligned li.sfHover > span.nolink {
  color: #ffffff;
}

.sf-menu.sf-style-simple-centre-aligned li:hover > a{color: #ffffff !important;}

.sf-menu.sf-style-simple-centre-aligned li li a,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical a,
.sf-menu.sf-style-simple-centre-aligned li li span.nolink,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical span.nolink {
  padding: 1em 1.5em;
}
.sf-menu.sf-style-simple-centre-aligned a.sf-with-ul,
.sf-menu.sf-style-simple-centre-aligned span.nolink.sf-with-ul {
  padding-right: 1.5em;
}
.sf-menu.sf-style-simple-centre-aligned.rtl a.sf-with-ul,
.sf-menu.sf-style-simple-centre-aligned.rtl span.nolink.sf-with-ul {
  padding-left: 3em;
  padding-right: 1.5em;
}
.sf-menu.sf-style-simple-centre-aligned span.sf-description {
  color: #666666;
  display: block;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 5px 0 0 5px;
  padding: 0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li {
/*  border: 1px solid #e0e0e0;
  border-left-color: #ffffff;
*/}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li.firstandlast {
  border-left-color: #e0e0e0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li:first-child {
  border-left-color: #ffffff;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li:last-child {
  border-left-color: #e0e0e0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li > ul > li {
  border: 0 none;
  border-bottom: 1px solid #e0e0e0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li > ul > li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li > ul > li.firstandlast,
.sf-menu.sf-style-simple.sf-navbar.rtl li > ul > li:last-child {
  border-left: 1px solid #e0e0e0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li > ul > li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li > ul > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li > ul > li:first-child {
  border-right: 1px solid #e0e0e0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li {
/*  border: 1px solid #e0e0e0;
  border-top-color: #ffffff;
*/}
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li li:first-child,
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper {
  border-top-color: #e0e0e0;
}

.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper {
    padding-top: 55px;
}
.sf-menu.sf-style-simple-centre-aligned li {
/*  background: url('images/simple-background.png') repeat-x top left #eeeeee;
  background-color: rgba(0,59,81,0.8);*/
    background-image: url(https://www.barwabank.com/sites/all/themes/bb/css/img/tabs-content-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;

/*  background-image: url(https://www.barwabank.com/sites/default/files/slideshow/BB_HP_PRIVATE_1.jpg);
    background-size: cover;
*/}

/*.sf-megamenu-wrapper ol .sf-depth-2 a {color: #07aa8e !important;}*/

.sf-menu.sf-style-simple-centre-aligned li:hover,
.sf-menu.sf-style-simple-centre-aligned li.sfHover {
/*  background: url('images/simple-background-active.png') repeat-x top left #fefefe;
*/}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:first-child {
/*  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
*/}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li > ul > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li li > ul > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li > ul > li.firstandlast {
/*  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;*/
}
.sf-menu.sf-style-simple-centre-aligned.sf-vertical > li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li.firstandlast {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li > ul > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li > ul > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li > ul > li.firstandlast {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.sf-total-items-1 > li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.sf-total-items-1 > li:first-child {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li:first-child {
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li > ul > li:first-child {
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li > ul > li:last-child {
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical li li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li li:first-child {
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li:first-child {
  -webkit-border-radius: 0;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius: 0;
  -moz-border-radius-topright: 8px;
  border-radius: 0;
  border-top-right-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl li li > ul > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.rtl li li > ul > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li li li > ul > li.firstandlast {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl > li:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li > ul > li:first-child {
  -webkit-border-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius: 0;
  -moz-border-radius-bottomright: 8px;
  border-radius: 0;
  border-bottom-right-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li li li li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.rtl li li:first-child,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl li li li:first-child {
  -webkit-border-radius: 0;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius: 0;
  -moz-border-radius-topleft: 8px;
  border-radius: 0;
  border-top-left-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl > li > ul > li:last-child {
  -webkit-border-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius: 0;
  -moz-border-radius-bottomleft: 8px;
  border-radius: 0;
  border-bottom-left-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.rtl li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl li li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li li li:last-child,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.rtl li > ul > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl li > ul > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl li > ul > li.firstandlast {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar {
  text-align: center;
  width: 100%;
  margin-left: -2%;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal ul,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar ul ul {
  text-align: left;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal.rtl ul,
.sf-menu.sf-style-simple-centre-aligned.sf-vertical.rtl ul,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar.rtl ul ul {
  text-align: right;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal a,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar a,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal span.nolink,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar span.nolink {
  display: inline;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li a,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li a,
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li span.nolink,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar li li li span.nolink {
  display: block;
}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li a{  
	color: #ffffff;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;}
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li a:hover,.sf-menu.sf-style-simple-centre-aligned.sf-horizontal li li a:focus{    
	text-decoration: none;
    color: #07aa8e;
    padding-left: 40px;
 }


.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li,
.sf-menu.sf-style-simple-centre-aligned.sf-navbar > li > ul > li  {
  display: inline;
  float: none;
   padding-top: 2.1em;
   padding-right: 0px;
   padding-bottom: 1.8em;
   padding-left: 0px;
   background-color: #ffffff;
   background-image: none; 
}

.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:hover{background-color: #003b51;}

.sf-menu.sf-style-simple-centre-aligned.sf-vertical > li {
  display: block;
  float: none;
  margin: 0 auto;
  text-align: left;
}
div.sf-accordion-toggle.sf-style-simple-centre-aligned {
  float: left;
  width: 100%;
}
div.sf-accordion-toggle.sf-style-simple-centre-aligned a {
  background: url('images/simple-centre-aligned-background.png') repeat-x top left #eeeeee;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  color: #555555;
  float: left;
  font: normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-serif;
  padding: 1em;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
}
div.sf-accordion-toggle.sf-style-simple-centre-aligned a span {
  background: url('images/simple-centre-aligned-accordion-toggle.png') no-repeat center center transparent;
  height: 32px;
  float: left;
  line-height: 99999em;
  overflow: hidden;
  text-indent: -99999em;
  width: 32px;
}
div.sf-accordion-toggle.sf-style-simple-centre-aligned a.sf-expanded,
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li.sf-expanded {
  background: url('images/simple-centre-aligned-background-active.png') repeat-x top left #fefefe;
}
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li {
  border: 1px solid #e0e0e0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li li {
  margin-left: 3.9%;
  width: 92%;
}
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li ul {
  margin: 10px 0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li.sf-clone-parent,
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li:first-child {
  border-radius: 8px 8px 0 0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-accordion ul.sf-has-clone-parent > li:first-child {
  border-radius: 0;
}
.sf-menu.sf-style-simple-centre-aligned.sf-accordion ul.sf-has-clone-parent > li.firstandlast,
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li:last-child {
  border-radius: 0 0 8px 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li.firstandlast {
  border-radius: 8px;
}
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li a.sf-accordion-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 499;
}
.sf-menu.sf-style-simple-centre-aligned.sf-accordion li.sf-expanded > a.sf-accordion-button {
  color: #777;
}
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li ol li {
  background: none;
  border: 0 none;
}
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper {
  -webkit-border-radius: 8px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 8px;
  -moz-border-radius-topleft: 0;
  border-radius: 8px;
  border-top-left-radius: 0;
}
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu  li.sf-megamenu-wrapper,
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu  li.sf-megamenu-wrapper:hover,
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu  li.sf-megamenu-wrapper.sfHover {
/*  background: url('images/simple-background.png') repeat-x top left #eeeeee;

    min-height: 500px;*/
	
	}


/*#superfish-1 li.first ul.sf-megamenu li.sf-megamenu-wrapper.first.odd.sf-item-1.sf-depth-1 ol:first-child { margin-left: 15% !important;}	
*/
.sf-megamenu-wrapper .menuimage{ float: left; padding: 16px;width: 17%;}
.sf-megamenu-wrapper .menuimage img{ width:100%; }
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu  li.sf-megamenu-wrapper{ margin-top:32px;}	
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper ol,
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper ol li {
  margin: 0;
  padding: 0;
}
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a,
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > span.nolink {
  font-weight: bold;
  padding: 1em;
}
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column:hover > a,
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column:hover > span.nolink {
  color: #555555;
}
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a:focus,
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a:hover,
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column > a:active {
  color: #222222;
}
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li {
/*  background: url('images/simple-list.png') no-repeat left center;
*/  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
}

.sf-menu.sf-style-simple-centre-aligned.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li {
  background-position: right center;
  margin: 0 1em 0 0;
  padding: 0 1em 0 0;
}
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li a,
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li span.nolink {
  font-size: 0.8em;
  padding: 0.5em 0;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}

.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li a{ width:50%;}


.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li a:hover,.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column ol li a:focus{    
	text-decoration: none;
    color: #07aa8e;
    padding-left: 40px;
 }


.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
  display: inline;
  float: left;
  width: 26em !important;
  min-height: 365px;
}


.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-depth-2.sf-no-children{width: 26em !important;padding-bottom:30px;}
/*
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-no-children {
  width: 26em !important;
}*/


.sf-menu.sf-style-simple-centre-aligned.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
  float: right;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-1 ul.sf-megamenu {
  width: 12em;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-2 ul.sf-megamenu {
  width: 24em;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-3 ul.sf-megamenu {
  width: 36em;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-4 ul.sf-megamenu {
  width: 48em;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-5 ul.sf-megamenu {
  width: 60em;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-6 ul.sf-megamenu {
  width: 72em;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-7 ul.sf-megamenu {
  width: 84em;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-8 ul.sf-megamenu {
  width: 96em;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-9 ul.sf-megamenu {
  width: 108em;
}
.sf-menu.sf-style-simple-centre-aligned li.sf-parent-children-10 ul.sf-megamenu {
  width: 120em;
}

/*custom by fajr*/

@media screen and (max-width: 1600px) {
   
/*   .sf-menu.sf-style-simple-centre-aligned a{ padding: 1.4em .5em !important;}
*/   
   .sf-menu.sf-style-simple-centre-aligned a.sf-with-ul{ padding: .7em !important;}
/*   .sf-menu.sf-style-simple-centre-aligned a > .sf-sub-indicator{    top: 1em !important;}
*/   
}

@media screen and (max-width: 1470px) {
   .sf-menu.sf-style-simple-centre-aligned .menuparent {    
	font-size: 14px !important;
   }
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li:hover{margin-right: -6.5px; margin-left: 5px;} 
.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li{padding-top: 2.4em; padding-bottom: 30px;}
   
}

@media screen and (min-width: 2551px) {
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column{ width:29em !important;}
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-depth-2.sf-no-children{ width:29em !important;}
}

@media screen and (min-width: 2150px)and (max-width: 2550px) {
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column{ width:28em !important;}
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-depth-2.sf-no-children{ width:28em !important;}
}


@media screen and (min-width: 1600px) and (max-width: 1870px)  {
.sf-menu.sf-style-simple-centre-aligned ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column{ min-height: 350px;}
.sf-menu.sf-style-simple-centre-aligned li ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-depth-2.sf-no-children{ width:26em !important; padding-bottom:30px;}
}

@media screen and (min-width: 996px) and (max-width: 1250px)  {
.navbar-header .logo{margin-left: -30px;}
}



.mean-container .englishmobnav ul li a.mean-expand{ right:unset !important;left:0 !important;}

.menuimage .cap-read-more{ margin-top:30px;}

.menuimage .cap-read-more a.cap-read-more-txt{ color:#ffffff !important;}

#menu-1903-1 a.menu-1903 i{ margin-right:4px}
#menu-2055-1 a.menu-2055 i{ margin-right:4px}
#menu-1784-1 a.sf-with-ul i{ margin-right:4px}
#menu-2011-1 a.sf-with-ul i{ margin-right:4px}
#menu-2009-1 a.sf-with-ul i{ margin-right:4px}

.sf-menu.sf-style-simple-centre-aligned.sf-horizontal > li{ margin-right:-10px;}


@media screen and (min-width: 768px) {
	
.first.odd.sf-item-1.sf-depth-1.sf-clone-parent.sf-no-children { display: none;}
.first.odd.sf-item-1.sf-depth-2.sf-clone-parent.sf-no-children{ display: none;}
.firstandlast.odd.sf-item-1.sf-depth-2.sf-clone-parent.sf-no-children{ display: none;}
.first.odd.sf-item-1.sf-depth-3.sf-clone-parent.sf-no-children{ display: none;}
.firstandlast.odd.sf-item-1.sf-depth-3.sf-clone-parent.sf-no-children{ display: none;}

/*.sf-depth-2.sf-clone-parent.sf-no-children { display: none;}
.sf-clone-parent .sf-depth-1{ display: none;}
.sf-clone-parent .sf-depth-2{ display: none;}*/
}

