.navbar{display:none;}
.open-menu{  right:0;
background:#f36c22;
position: relative;
transition: transform .3s ease-in-out;
top:-66px;
z-index:666; float: right;}

.sticky .open-menu{top:-54px;}

.open-menu,
.close-menu {
  cursor: pointer;
  border: none;
  outline: none;
  color: #fff;
  background: none;
}

.close-menu {
  position: absolute;
  top:0px;
  right: 0rem;
  border: none;
  outline: none;
  color: #fff;
  /*background:linear-gradient(90deg, #FE7D5E 0%, #FE7D5E 35%, #FFA774 100%);*/
  padding: 16px;
}

.brand {
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #d32f2f;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.title-large {
  font-family: inherit;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: inherit;
  color: #252a32;
  text-align: center;
  text-transform: capitalize;
}


.header .navbar .menu-wrapper::before {
  content: "";
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background 0.5s;
}
.header .navbar .menu-wrapper.offcanvas .menu {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.7s;
  transition-delay: 0.2s;
}
.header .navbar .menu-wrapper.offcanvas::before {
  background: rgba(37, 42, 50, 0.6);
  z-index:666;position: fixed;
}
.header .navbar .menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  padding:rem 0rem;
  z-index:999999;
  overflow-y: auto;
  color: #252a32;
  background:#fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.header .navbar .menu-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:15px;
  background:#FF6800;
  height:60px;
}
.menu-block img{width:100px; margin-left:20px;}

.login-link{color:#FF6800 !important; border-top:1px solid #E7E7E7; padding:0.7rem 0.7rem 0.3rem  0rem !important;text-transform: capitalize !important; margin:10px 20px;}
.sign-up-link{color:#FF6800 !important;padding:0rem 0.7rem 0.3rem  0rem !important;text-transform: capitalize !important; margin:0px 20px;}

.menu .head-searchbox {
  width:90%; margin:0px auto;
  border-bottom:1px solid #E7E7E7; 
  margin-bottom:12px;
  padding-bottom:12px;
  border-radius: 0px;
}
.menu .head-searchbox input{height:40px;}
.menu .head-searchbox::before{top:10px;}

.menu-footer{position:absolute; bottom:0px; left:0px; background:#FF6800; color:#fff; padding:10px 56px; width:100%; display:flex; flex-direction:column;}.menu-footer .qsk-question{margin:9px 0;}.menu-footer .qsk-question img{padding:11px 10px;}
.menu-footer-link{display:flex; margin:0px; padding:0px; gap:20px; justify-content: center;}
.menu-footer-link a{font-size:12px; color:#fff !important; margin:0px; padding:0px;}


.header .navbar .menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  text-transform:initial;
  transition: color 0.35s ease-out;
}
.header .navbar .menu-link:hover {
  color: #d32f2f;
}
.header .navbar .menu-item {
  position: relative;
}
.header .navbar .menu-item a {
  font-family: inherit;
  font-size: 1rem;
  font-weight:bold;
  line-height: inherit;
  text-transform:initial;
  padding:0.7rem 1rem;
  display: block;
  color: #575757;
  transition: color 0.35s ease-out;
  font-weight: normal;
}
.header .navbar .menu-item a:hover {
  color:#031030;
}
.header .navbar .menu-item.has-collapsible {
  position: relative;border-bottom:0px dashed #ADADAD;
}
.header .navbar .menu-item.has-collapsible .menu-child {
  display: none;
}
.menu-icon{color:#fff;}
.header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a {
  font-family: inherit;
  font-size: 1rem;
  font-weight:100;
  line-height: inherit;
  padding: 0.25rem;
  color: #575757;
  padding-left:1.5rem;
  text-transform:capitalize;border-bottom:1px dashed #ADADAD;
  transition: color 0.35s ease-out;
}



.submenu-link{padding-bottom:0.3rem !important;text-transform: capitalize !important;}
.header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a:hover {
  color:#2278b5 !important;
}.menu .active li a{color:#444 !important;}
.menu .active{background:linear-gradient(90deg, #FE7D5E 0%, #FE7D5E 35%, #FFA774 100%);}
.menu .active a{color:#fff !important;}.menu .active span::after{color:#fff !important;}
.header .navbar .menu-item.has-collapsible span::after {
  font-family: "Material Icons";
  content: "";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: inherit;
  position: absolute;
  top: 0.15rem;
  right:0.5rem;
  color: #575757;
  transition: all 0.35s ease;
}
.header .navbar .menu-item.has-collapsible span::after:hover {
  color: #152441;
}
.header .navbar .menu-item.active.has-collapsible .menu-child {
   display: block;
  background: #fff;
  transition: all 0.35s ease;
  padding: 10px 0px;
  margin: 10px;
  border-radius: 16px;
}
.header .navbar .menu-item.active.has-collapsible span::after {
  transform: rotate(90deg);
}

@media screen and (max-width:880px) {
.open-menu{top:24px;  left:10px; position:absolute; width:30px;}.sticky .open-menu{top:24px; left:10px; position:absolute; width:30px;}.navbar{display:block;}

}