.menu-icon-wrapper {
  width: 50px;
  position: fixed;
  left: 20px;
  top: 25px;
  height: 50px;
  z-index: 3000;
}
#left-menu-wrapper {
  background: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2000;
  /* background: #182228; */
  color: #fff;
  height: 100%;
  width: 100px; /*overflow-y:auto;*/
}
#left-menu-wrapper ul {
  margin-top: 38px;
}
.left-menu-toggle-btn .fa {
  color: #fff;
}
#left-menu-wrapper .menu-close {
  width: 30px;
  height: 30px;
  display: block;
  margin: 10px 20px;
  cursor: pointer;
}
#left-menu-wrapper .menu-logo {
  padding: 20px 0px;
}
.left-menu-content {
  background-color: #000;
  position: relative;
  padding-left: 0px;
  padding-bottom: 30px;
  overflow-y: hidden;
}

.accordianparent .sub-menu {
  display: none;
  margin-top: 10px;
}
.accordianparent .accordiandown {
  position: absolute;
  right: 10px;
  top: 15px;
}
.accordianparent .accordiandown .fa {
  padding: 5px;
  cursor: pointer;
  z-index: 3000;
}
.accordianparent .accordiandown .fa-angle-down {
  /*color: #000;*/
  color: #d2422f;
}
.left-accordian-menu > li {
  font-size: 1.1rem;
  padding: 0px;
}
.left-accordian-menu > li > a {
  color: #fff;
  padding: 10px 10px 10px 10px;
  display: inline-block;
}

.sub-menu-content {
}
.sub-menu-content {
  position: fixed;
  top: 0px;
  left: -400px;
  width: 400px;
  background: #4b4b4a;
  height: 100%;
  border-right: 1px solid #e08713;
  border-right: 1px solid #5b5b5b;
  visibility: hidden;
  -webkit-transform: all 0.5s;
  transition: all 0.5s;
  z-index: 1990;
}
.sub-menu-content.menu-active {
  visibility: visible;
  left: 100px;
  -webkit-transform: all 0.5s;
  transition: all 0.5s;
}
.sub-menu-content ul li {
  border-bottom: 1px solid #1e2b35;
  padding: 0px;
  border-bottom: 1px solid #e08713;
  border-bottom: 1px solid #5b5b5b;
}
.sub-menu-content ul li:last-child {
}
.sub-menu-content ul li a {
  color: #fff;
  display: block;
  position: relative;
  padding: 15px;
  font-size: 0.9rem;
  line-height: 20px;
  padding-right: 40px;
}
.sub-menu-content ul li a,
.sub-menu-content ul li a:after,
.sub-menu-content ul li a:before {
  -webkit-transform: all 0.5s;
  transition: all 0.5s;
}

.sub-menu-content ul li a:after {
  display: block;
  position: absolute;
  top: auto;
  left: 0%;
  bottom: 0;
  margin: auto;
  width: 1%;
  height: 2px;
  content: ".";
  color: transparent;
  background: rgba(255, 141, 10, 1);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.sub-menu-content ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.sub-menu-content ul li.subsubmenu-link {
  position: relative;
}

.subsub-menu-content {
  position: fixed;
  top: 0px;
  left: -400px;
  width: 400px;
  background: #4b4b4a;
  z-index: 1985;
  height: 100%;
  border-right: 1px solid #5b5b5b;
  visibility: hidden;
  -webkit-transform: all 0.5s;
  transition: all 0.5s;
}
.subsub-menu-content.menu-active {
  visibility: visible;
  left: 500px;
  -webkit-transform: all 0.5s;
  transition: all 0.5s;
}
.subsub-menu-content ul li {
  border-bottom: 1px solid #5b5b5b;
  padding: 0px;
}
.subsub-menu-content ul li:last-child {
}
.subsub-menu-content ul li a {
  color: #fff;
  display: block;
  position: relative;
  padding: 15px;
  font-size: 0.9rem;
  line-height: 20px;
  padding-right: 40px;
}
.subsub-menu-content ul li a,
.subsub-menu-content ul li a:after,
.subsub-menu-content ul li a:before {
  -webkit-transform: all 0.5s;
  transition: all 0.5s;
}
.subsub-menu-content ul li a:after {
  display: block;
  position: absolute;
  top: auto;
  left: 0%;
  bottom: 0;
  height: 2px;
  margin: auto;
  width: 1%;
  content: ".";
  color: transparent;
  background: rgba(255, 141, 10, 1);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.subsub-menu-content ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.subsubsub-menu-content {
  position: fixed;
  top: 0px;
  left: -220px;
  width: 220px;
  background: #23313b;
  z-index: 1980;
  height: 100%;
  border-right: 1px solid #1e2b35;
  visibility: hidden;
  -webkit-transform: all 0.5s;
  transition: all 0.5s;
}
.subsubsub-menu-content.menu-active {
  visibility: visible;
  left: 540px;
  -webkit-transform: all 0.5s;
  transition: all 0.5s;
}
.subsubsub-menu-content ul li {
  border-bottom: 1px solid #1e2b35;
  padding: 0px;
}
.subsubsub-menu-content ul li:last-child {
  border-bottom: 0px;
}
.subsubsub-menu-content ul li a {
  color: #fff;
  display: block;
  position: relative;
  padding: 15px;
  font-size: 0.9rem;
  line-height: 20px;
  padding-right: 40px;
}
.subsubsub-menu-content ul li a,
.subsubsub-menu-content ul li a:after,
.subsubsub-menu-content ul li a:before {
  -webkit-transform: all 0.5s;
  transition: all 0.5s;
}
.subsubsub-menu-content ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0;
  margin: auto;
  width: 1%;
  height: 100%;
  content: ".";
  color: transparent;
  background: rgba(255, 141, 10, 1);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.subsubsub-menu-content ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.subsubmenu-link-wrap a,
.subsubsubmenu-link-wrap a {
  position: relative;
}
.subsubmenu-link-wrap span.fa,
.subsubsubmenu-link-wrap span.fa {
  display: block;
  position: absolute;
  top: 50%;
  right: 0%;
  margin-top: -20px;
  width: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  z-index: 1995;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.subsubmenu-link-wrap span.fa:hover,
.subsubsubmenu-link-wrap span.fa:hover {
  color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#search-sub.sub-menu-content {
  width: 400px;
}
#search-sub .header-search-wrapper {
  height: auto;
  text-align: left;
}
#search-sub #search-form-wrap {
  margin: 20px 10px;
  z-index: 1995;
}

#search-form-wrap input[type="text"] {
  background: #fff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
#search-form-wrap input[type="submit"] {
  background: #ff9009;
  border-color: #ff9009;
  height: auto;
  padding: 5px 25px;
  color: #fff;
}
#search-form-wrap input[type="submit"]:hover {
  background: #4aa349;
  border-color: #4aa349;
  color: #fff;
}

.more-menu-content {
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  background: #484c4d;
  height: 100%;
  border-right: 1px solid #1e2b35;
  visibility: hidden;
  -webkit-transform: all 0.5s;
  transition: all 0.5s;
  z-index: 1990;
  overflow: auto;
}
.more-menu-content-inner {
  position: relative;
  width: 100%;
}
.more-menu-content.menu-active {
  visibility: visible;
  left: 0%;
  padding-left: 100px;
  -webkit-transform: all 0.5s;
  transition: all 0.5s;
}
.more-menu-content .more-menu-title {
  background: #484c4d;
  padding: 20px 0px 20px 20px;
  margin-bottom: 40px;
}
.more-menu-content .more-menu-title h2 {
  color: #ffffff;
  font-size: 1.65rem;
  margin: 0px;
}
.more-menu-content .more-menu-list h3 {
  color: #ffffff;
  font-size: 1.25rem;
  margin: 0px 0px 10px 0px;
}
.more-menu-content .more-menu-list h3 a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.more-menu-content .more-menu-list h3 a:hover {
  color: #f05d29;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.more-menu-content .more-menu-list ul li {
  padding: 4px 0px;
}
.more-menu-content .more-menu-list ul li a {
  color: #ffffff;
  font-size: 0.9rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.more-menu-content .more-menu-list ul li a:hover {
  color: #f05d29;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.more-list-content {
  width: 100%;
  border-top: 1px solid #ffffff;
  padding: 10px 0px 5px 0px;
}
.more-menu-bottom-sec {
  margin-bottom: 30px;
}
.more-menu-logo {
  padding-right: 25px;
  margin-bottom: 25px;
}
.more-menu-policy ul {
  float: left;
  width: 100%;
}
.more-menu-policy ul li {
  float: left;
  margin: 0px 10px 10px 0px;
}
.more-menu-policy ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.8rem;
  background: #ff9009;
  margin: 0px;
  padding: 5px 5px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.more-menu-policy ul li a:hover {
  background: #f05d29;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.more-menu-social {
}
.more-menu-social ul li {
  display: inline-block;
}
.more-menu-social ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.8rem;
  background: #ff9009;
  margin: 0px 5px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.more-menu-social ul li a:hover {
  background: #f05d29;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#request-section {
  z-index: 1900;
}

@media only screen and (max-width: 767px) {
  #left-menu-wrapper {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: menuHideLeft;
    animation-name: menuHideLeft;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  @-webkit-keyframes menuShowRight {
    from {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      -webkit-transform: translateX(-60%);
      transform: translateX(-60%);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    60% {
      -webkit-transform: translateX(-40%);
      transform: translateX(-40%);
      opacity: 1;
    }
    80% {
      -webkit-transform: translateX(-20%);
      transform: translateX(-20%);
    }
    to {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1;
    }
  }

  @keyframes menuShowRight {
    from {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      -webkit-transform: translateX(-60%);
      transform: translateX(-60%);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    60% {
      -webkit-transform: translateX(-40%);
      transform: translateX(-40%);
      opacity: 1;
    }
    80% {
      -webkit-transform: translateX(-20%);
      transform: translateX(-20%);
    }
    to {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1;
    }
  }
  #left-menu-wrapper.menuShowRight {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: menuShowRight;
    animation-name: menuShowRight;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  @-webkit-keyframes menuHideLeft {
    from {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1;
    }
    40% {
      -webkit-transform: translateX(-40%);
      transform: translateX(-40%);
    }
    60% {
      -webkit-transform: translateX(-60%);
      transform: translateX(-60%);
      opacity: 1;
    }
    80% {
      -webkit-transform: translateX(-80%);
      transform: translateX(-80%);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
  }

  @keyframes menuHideLeft {
    from {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1;
    }
    40% {
      -webkit-transform: translateX(-40%);
      transform: translateX(-40%);
    }
    60% {
      -webkit-transform: translateX(-60%);
      transform: translateX(-60%);
      opacity: 1;
    }
    80% {
      -webkit-transform: translateX(-80%);
      transform: translateX(-80%);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
  }
  #left-menu-wrapper.menuHideLeft {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: menuHideLeft;
    animation-name: menuHideLeft;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    opacity: 0;
  }
  .left-accordian-menu li a {
    font-size: 1rem;
  }
  .mobile-menu-close {
    text-align: center;
  }
  .mobile-menu-close .fa {
    width: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .mobile-menu-close .fa:hover {
    color: rgba(255, 141, 10, 1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .sub-menu-content.menu-active {
    left: 0px;
    width: 100%;
    z-index: 2010;
    overflow-y: auto;
  }
  .subsub-menu-content.menu-active {
    left: 0px;
    width: 100%;
    z-index: 2020;
    overflow-y: auto;
  }
  .subsubsub-menu-content.menu-active {
    left: 0px;
    width: 100%;
    z-index: 2030;
    overflow-y: auto;
  }
  .sub-menu-content ul li a {
    padding: 10px 15px;
    font-size: 1rem;
  }
  .subsub-menu-content ul li a {
    padding: 10px 15px;
    font-size: 1rem;
  }
  .subsubsub-menu-content ul li a {
    padding: 10px 15px;
    font-size: 1rem;
  }
  .sub-menu-content .fa-angle-right:before,
  .subsub-menu-content .fa-angle-right:before {
    font-size: 24px;
  }
  #search-sub.sub-menu-content {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .menu-icon-wrapper {
    display: none;
  }
  .left-accordian-menu > li {
    padding: 0px;
    /* border-bottom: 1px solid #2b3742; */
  }
  .left-accordian-menu > li:last-child {
    border-bottom: 0px;
  }
  .left-accordian-menu > li > a {
    display: block;
    text-align: center;
    position: relative;
    padding: 45px 0px 15px;
    width: 100px;
    font-size: 0.8rem;
    line-height: 15px;
  }
  .left-accordian-menu > li > a:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 10px;
    background: url(../images/new-home-page-image/new-root-menu-icons.png)
      no-repeat;
    background-size: auto 100%;
    transition: background-image 0.3s ease-in-out;
    -webkit-transition: background-image 0.3s ease-in-out;
    display: block;
  }

  .left-accordian-menu > li:nth-child(1) > a:before {
    background-position: 0px 0px;
  }
  .left-accordian-menu > li:nth-child(2) > a:before {
    background-position: -37px 0px;
  }
  .left-accordian-menu > li:nth-child(3) > a:before {
    background-position: -70px 0px;
  }
  .left-accordian-menu > li:nth-child(4) > a:before {
    background-position: -104px 0px;
  }
  .left-accordian-menu > li:nth-child(5) > a:before {
    background-position: -142px 0px;
  }
  .left-accordian-menu > li:nth-child(6) > a:before {
    background-position: -177px 0px;
  }
  .left-accordian-menu > li:nth-child(7) > a:before {
    background-position: -210px 0px;
  }
  .left-accordian-menu > li:nth-child(8) > a:before {
    background-position: -210px 0px;
  }

  .left-accordian-menu > li > a:hover:before {
    width: 35px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: 10px;
    transition: background-image 0.3s ease-in-out;
    -webkit-transition: background-image 0.3s ease-in-out;
    display: block;
  }

  .left-accordian-menu > li:nth-child(1) > a:hover:before {
    background-position: 0px 0px;
  }
  .left-accordian-menu > li:nth-child(2) > a:hover:before {
    background-position: -35px 0px;
  }
  .left-accordian-menu > li:nth-child(3) > a:hover:before {
    background-position: -70px 0px;
  }
  .left-accordian-menu > li:nth-child(4) > a:hover:before {
    background-position: -105px 0px;
  }
  .left-accordian-menu > li:nth-child(5) > a:hover:before {
    background-position: -140px 0px;
  }
  .left-accordian-menu > li:nth-child(6) > a:hover:before {
    background-position: -175px 0px;
  }
  .left-accordian-menu > li:nth-child(7) > a:hover:before {
    background-position: -210px 0px;
  }
  .left-accordian-menu > li:nth-child(8) > a:hover:before {
    background-position: -245px 0px;
  }

  .left-accordian-menu > li > a.menu-active {
    background-color: rgba(240, 93, 41, 0.8);
  }
  .left-accordian-menu > li > a.menu-active:before {
    width: 35px;
    height: 35px;
    background: url(../images/close-icon.png) center;
    transition: background-image 0.3s ease-in-out;
    -webkit-transition: background-image 0.3s ease-in-out;
    -o-transition: background-image 0.3s ease-in-out;
    -moz-transition: background-image 0.3s ease-in-out;
    margin-left: -18px;
  }
  .left-accordian-menu > li > a.menu-active:hover:before {
    background-position: center;
  }
  .left-accordian-menu > li > a.menu-active:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0%;
    bottom: 0px;
    background: rgba(240, 93, 41, 0.8);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .more-menu-list-wrapper > .more-menu-list:nth-of-type(3n + 1) {
    clear: left;
  }
}
