.header_right_section #main-menu{
  float: right;
}
.menu ul li a{
  line-height:inherit!important;
}
.nav_wrap ul ul li a, .nav_wrap ul ul ul li a{
  line-height:20px
}
.header_right_section .kta-user-accocunt > a {
    margin-top:-1px!important;
    border-radius: 0px!important;
    margin-right:1px;
    line-height:16px!important;
}
#user-dashboard-menu a{
  text-align:right!important;
}
ul#main-menu ul li ul {
    top: 100%!important;
}
.menu ul ul li {
    float: none;
    position: relative;
    border-bottom: 1px solid rgba(127,127, 127, 0.3);
    border-top: 1px solid rgba(127,127, 127, 0.3);
    margin-bottom: 0px;
    background-color: #ebebeb;
}
.menu > ul > li {
    margin-right: 1px!important;
}
.menu > ul > li > ul {
    margin-top: 0px;
}
.menu > ul > li.fa:before {
    position: absolute;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.user-dashboard {
    margin-top:0px!important;
}
.mobile_menu .fa::before {
    float: left;
    padding-top:3px;
    padding-right: 8px;
}
.header_right_section{
  display: none;
}
.sm-blue li{
  margin-bottom: 0px!important;
}
.sm,.sm ul{
  display:block;
  list-style:none;
  margin:0;
  padding:0!important;
  line-height:normal;
  direction:ltr;
  text-align:left;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.sm ul{
  display:none;
}
.sm li,.sm a{
  position:relative;
}
.sm a{
  display:block;
}
.sm,.sm *,.sm *:before,.sm *:after{
  -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
}
/*end*/
.sticky_menu {
    background: none repeat scroll 0 0 #333;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999!important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}
.nav_wrap .kta-user-accocunt > a {
    padding: 9px 10px!important;
    margin-top: 0px!important;
}
#main-menu ul{
    top:100%!important;
}
#main-menu ul, .sm-blue ul ul {
  width: 205px!important;
}
.main_menu_section{
  display: block!important;
}
.header_logo_section .right_menu .header_menu_section {
    float: right;
}
.nav_wrap {
    z-index: 100;
}
.nav_wrap .menu{
  float:right;
}
/*end*/
.sm-blue a.disabled {
  color: #a1d1e8;
}
.sm-blue a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 0px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.1);
}
.sm-blue a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.sm-blue ul ul {
  background: rgba(102, 102, 102, 0.1);
}
.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {
  background: transparent;
  text-shadow: none;
}
.sm-blue ul a.disabled {
  color: #b3b3b3;
}
.sm-blue ul li:first-child {
  border-top: 0;
}
/*toggle menu*/
.main-menu-btn {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: 28px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #bbb;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
/*end*/
@media only screen and (min-width: 0px) and (max-width: 1024px) {
  .mobile_header_menu_icons .toggle_search_icon {
    top: -49px;
    position: relative!important;
    right: 45px!important;
    display: block;
}
.header_right_section .toggle_search_icon {
  display:none!important;
}
#main-menu ul li:before {
    float: left;
    margin: 0 0 0 -1em;
    width: 1em;
    content: '-';
}
.header_right_section .kta-user-accocunt > a{
    margin-right: 0px!important;
  }
  #user-dashboard-menu{
    right: 0px!important;
    width: 220px!important;
  }
  .toggle_search_icon {
    height: 46px;
    width: 46px;
    position: fixed!important;
    top: 0;
    right:50px!important;
    line-height:46px!important;
}
.nav_wrap > ul > li:hover > a{
    background: none!important;
  }
input#search_submit{
  margin-bottom: 10px!important;
}
.widget_toggle_search_wrapper #search_submit, .widget_toggle_search_wrapper #reset_search_submit{
  width: 100%!important;
}
  #user-dashboard-menu{
  z-index: 99999!important;
}
.user-dashboard {
    margin-top:0px!important;
}
.toggle_search_icon, .kta-user-accocunt > a{
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}
  #main-menu{
    float: none!important;
  }
  .header_logo_section .right_content{
    margin-bottom: 25px!important;
  }
  #main-menu ul, .sm-blue ul ul {
    width: 100%!important;
  }
  #main-menu ul li, .sm-blue ul ul li{
    padding-left:15px;
  }
  .sm-blue ul li:last-child, .sm-blue ul ul li:last-child{
    padding-bottom: 0px!important;
  }
  .mobile_icons{
    position: relative;
  }
  .sm-blue ul, .sm-blue ul ul{
    background: none!important;
    margin-top: 10px!important;
  } 
  .nav_wrap{
    display: block!important;
  }
  .mobile_search_icon {
    display: block;
    float: left;
    margin-left: 5px;
    margin-top: -10px;
  }
  .main_search_wrapper{
    display: none;
  }
  .mobile_toggle_menu {
    clear: right;
    color: #000;
    display: block;
    overflow: hidden;
    cursor: pointer;
  }
  .mobile_menu ul li {
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    padding: 10px 10px;
    text-align: left;
    margin-bottom: 0;
    width:100%;
  }
  .mobile_menu ul li:last-child {
    border-bottom: 0 none;
  }
}
@media (min-width: 1024px) {
  .main-menu-btn {
      position: absolute;
      top: -99999px;
    }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
  .sm-blue ul {
    position: absolute;
    width: 12em;
  }
  .sm-blue li {
    float: left;
  }
  .sm-blue.sm-rtl li {
    float: right;
  }
  .sm-blue a{
    padding:15px 15px;
  }
  .sm-blue a span.sub-arrow {
    top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #a1d1e8 transparent transparent transparent;
    background: transparent;
    display: none;
  }
  .sm-blue a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-blue > li:first-child {
    border-left: 0;
  }
  .sm-blue ul {
    padding: 7px 0;
  }
  .sm-blue ul a{
    border: 0 !important;
    padding:12px 15px;
  }
}