body {
  overflow-x: hidden
}
nav {
  width: 100%;
}
.nav_wrapper {
  z-index: 999;
  transition: 0.5s ease;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff184e;
}
.no-scroll {
  z-index: 9999;
}
.menu-link {
  display: none;
}
.spinner-master input[type=checkbox] {
  display: none;
}
.menu {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  text-align: center;
}
.w_menu .menu > ul {
  width: 100%;
  margin: 0px;
  position: relative;
  opacity: 1;
  display: flex;
  justify-content: space-evenly;
}
.menu > li > ul.sub_menu {
  min-width: 10em;
  padding: 4px 0;
  background-color: #f4f4f4;
  border: 1px solid #fff;
}
.menu ul li {
  padding: 0px 0.8%;
}
.menu > ul > li {
  position: relative;
  display: inline-block;
}
.menu ul li.item a:hover:after {
  opacity: 1;
  
}

.menu ul li > a {
  padding: 15px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
}

@media all and (max-width: 1240px) {
    .menu ul li > a:before {
        content: none;}
}

.menu ul ul {
    display: none; 
    opacity: 0; 
    padding: 0px;
    position: absolute;
    top: 100%;
    left: -30%;
    min-width: 180px;
    border-radius: 0px;
    box-shadow: 0 0 1.125rem 0 rgba(0, 0, 0, 0.15);
}

.menu ul.dropdown li.has-submenu:hover > ul.sub-menu {
  display: block;
  transition: all 0.4s ease;
  opacity: 1;
}
.menu ul ul li.has-submenu {
  position: relative;
  padding: 0px;
  z-index: 1;
  
}
.menu ul ul li.has-submenu.hover {
  position: relative;
  z-index: 2;
}
.menu ul ul li:not( :last-child) {
  border-bottom: 1px solid #eee;
}
.menu ul ul li > a:not(:only-child):after {}
.menu li.item ul li a:hover:after {
  opacity: 1;
  color: #10a5c3;
}
.menu ul ul > li a {
  padding: 15px;
  height: auto;
  background: #fff;
  color: #000;
  text-align: left;
  font-weight: normal;
}
.menu ul ul > li:last-child > a {
  border-bottom: none;
}
.w_menu ul ul > li:first-child > a {
}
.w_menu .menu ul ul > li:last-child > a {
}
.menu ul ul > li a:before {
  content: none;
}
.menu ul ul > li a:hover {
  background: #f07c39;
  color: #fff;
}
.menu ul ul ul {
  position: absolute;
  left: 99%;
  top: 0;
  z-index: 2;
}
.menu ul ul ul.sub-menu li {
  z-index: 2;
  position: relative;
}
#hero {
  width: 100%;
  height: auto;
  background: #b5b5b6;
  margin: 70px 0 20px 0;
}
#hero img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1240px) {
  .nav_wrapper {
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0px;
    float: none;
    display: block;
  }
  .menu ul.dropdown > li:not(:first-child):before {
    display: none;
  }
  .example-header .container {
    width: 100%;
  }
  .spinner-master * {
    transition: all 0.3s;
    box-sizing: border-box;
  }
  .spinner-master {
    position: relative;
    height: 50px;
    width: 50px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .spinner-master label {
    cursor: pointer;
    position: absolute;
    z-index: 99;
    width: 70%;
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ff184e;
  }
  .spinner-master .spinner {
    position: absolute;
    height: 2px;
    width: 50%;
    padding: 0;
    background-color: #fff;
    border-radius: 50px;
  }
  .spinner-master .diagonal.part-1 {
    position: relative;
    float: left;
  }
  .spinner-master .horizontal {
    position: relative;
    float: left;
    margin-top: 3px;
  } 
  .spinner-master .diagonal.part-2 {
    position: relative;
    float: left;
    margin-top: 3px;
  }
  .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal {
    opacity: 0;
  }
  .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: -7px;
  }
  a.menu-link {
    display: block;
    color: #fff;
    float: left;
    text-decoration: none;
    padding: 10px 16px;
    font-size: 1.5em;
  }
  a.menu-link:hover {
    color: #efa666;
  }
  a.menu-link:after {
    content: "\2630";
    font-weight: normal;
  }
  a.menu-link.active:after {
    content: "\2715";
  }
  .menu {
    clear: both;
    min-width: inherit;
    float: none;
  }
  .menu, .menu > ul ul {
    overflow: hidden;
    max-height: 0;
    background: #fff;
  }
  .menu > li > ul.sub-menu {
    padding: 0px;
    border: none;
  }
  .menu.active, .menu > ul ul.active {
    max-height: 55em;
    display: block;
    transition: all 0.4s ease;
    opacity: 1;
  }
  .menu ul {
    display: inline;
  }
  .menu li, .menu > ul > li {
    display: block;
    width: 100%;
  }
  .menu ul > li {
    border-bottom: 1px solid #fbddec !important;
    border-top: 0 !important;
    padding: 0px;
  }
  .menu ul.active > li {
    border-bottom: 0 !important;
  }
  .menu > ul > li:last-of-type a {
    border: none;
  }
  .menu li a {
    color: #fff;
    display: block;
    padding: 0.8em;
    position: relative;
  }
  .menu li.has-submenu > a:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 5%;
    display: block;
    color: #ff184e;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .menu li.has-submenu > a.active:after {
    content: "\f00d";
    color: #fff;
  }
  .menu ul ul > li a:hover {
    background: #ffe4f1;
    color: #000;
  }

  .menu ul ul > li a {
    background-color: #ffe4f1;
    padding: 15px 45px;
    color: #000;
    text-align: left;
  }
  .menu li a:hover, .menu li a.active {
    background: #ff184e;
    color: #fff;
  }
  .menu ul ul, .menu ul ul ul {
    display: inherit;
    position: relative;
    left: auto;
    top: auto;
    border: none;
    box-shadow: none;
  }
  #hero {
    height: 200px;
  }
  #menu {
    overflow-y: auto;
    height: 100%;
    position: fixed;
    margin-top: 50px;
  }
  .menu ul ul > li a {
    border-bottom: 1px solid #fff;
  }
  .menu ul ul > li.has-submenu ul.sub-menu li a {
    background: #eee;
    color: #333;
    border-bottom: 1px solid #fff;
            padding-left: 60px;
  }
  .menu ul ul > li.has-submenu ul.sub-menu li a:hover {
    background: #787878;
    color: #fff;
  }
  .menu ul li > a {
    padding: 15px 25px;
    text-align: left;
    color: #000;
  }
}