ul.sf-menu.sf-style-default ul
{

  position: relative !important;
  left: 0 !important;
}


ul.sf-menu.sf-vertical .sf-sub-indicator:after {
  content: "►";
  font-family: ;
}

.sf-sub-indicator:after
{
 font-family: "FontAwesome";
 content: "\f067" !important;
    font-size: 8px;
    border: 1px solid #333;
    border-radius: 100%;
    line-height: 11px;
    width: 12px;
    display: block;
    text-align: center;
    height: 12px;
}

ul.sf-menu .sf-sub-indicator
{
  overflow: inherit !important;
}

#mobile-toggle {
  display: none;
}

.leftMenu {
  width: 244px;
  height: 100vh;
  box-shadow: -5px -10px 20px #00000026;
  padding: 20px 15px;
  position: relative;
  left: 0;
}

.leftMenu ul {
  padding: 0;
  list-style-type: none;
  margin-left: 0;
}

.leftmenu-active {
  background: #F6E3EA;
  padding: 0;
  list-style-type: none;
  border-radius: 5px;
}

.leftmenu-active>a {
  color: #97144d !important;
  font-family: Lato-Bold;
}

.fa-angle-up,
.fa-angle-down {
  font-size: 18px !important;
}

.fa-angle-up::before {
  content: "\f106" !important;
}

.fa-angle-down::before {
  content: "\f107" !important;
  padding-left: 8px;
}

.leftMenu>ul>li {
  border: 1px solid #f3f3f3;
  background: #f8f8f8;
  margin-bottom: 10px;
  border-radius: 5px;
}

.leftMenu ul li a:hover {
  text-decoration: none;
}

.leftMenu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #787878;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
}

.leftMenu li img {
  width: 30px;
  display: none;
}

.submenu {
  padding: 0 !important;
}

.submenu-expand {
  border-top: 1px solid #e4dfdf;
  background: #f0f0f0;
  border-bottom: 1px solid #e4dfdf;
}

.submenu li {
  font-size: 18px;
}

.submenu li::marker {
  margin: 0;
}

.submenu li a {
  line-height: normal;
  font-size: 14px;
  display: flex;
  padding: 8px 10px;
  word-wrap: break-word;
}

.thirdSubmenu li {
  padding: 0;
  line-height: normal;
}

.submenu-circle {
  line-height: 15px;
  text-align: center;
  font-style: normal;
  font-family: Lato-Bold;
}

.plus-menu:before {
  content: '+';
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  border-radius: 100%;
  display: block;
}

.fa-plus:before {
  content: "\f067" !important;
  font-size: 8px;
  border: 1px solid #333;
  border-radius: 100%;
  line-height: 11px;
  width: 12px;
  display: block;
  text-align: center;
  height: 12px;
}

.fa-minus:before {
  content: "\f068" !important;
  font-size: 8px;
  color: #97144d;
  border-radius: 100%;
  line-height: 11px;
  width: 12px;
  display: block;
  border:1px solid #97144d;
  text-align: center;
  height: 12px;
}

.plus-circle {}

.fa.fa-plus {
  padding: 2px;
  border-radius: 100%;
  width: 14px !important;
  height: 14px;
  line-height: 14px;
}

.fa.fa-minus {
  color: #97144d;
  
  padding: 2px;
  border-radius: 100%;
  width: 14px !important;
  height: 14px;
  line-height: 14px;
}

.leftMenu {
  overflow: auto;
  z-index: 1;
}

.leftMenu::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.leftMenu::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.leftMenu::-webkit-scrollbar-thumb {
  background-color: #97144d;
}

ul.thirdSubmenu.show {
  padding-left: 15px;
}

ul.thirdSubmenu.show li a:before {
  content: '-';
  position: absolute;
  left: -5px;
  top: 7px;
}

ul.thirdSubmenu.show li a {
  position: relative;
  padding-left: 7px;
}

li.submenu-expand a {
  background: #f6e3e9;
  width: 100%;
  color: #97144d;
}

.submenu-expand .thirdSubmenu.show li a {
  background: transparent;
  color: #000;
}

.submenu-expand .thirdSubmenu.show li a {
  background: transparent;
  color: #000;
}

li.submenu-expand a {
  background: #f6e3e9;
  width: 100%;
  color: #97144d;
}

.submenu-expand .thirdSubmenu.show li a {
  background: transparent;
  color: #000;
}
@media screen and (max-width:768px) and (min-width:100px)
{
  .leftMenu
  {
    width:100%;
    box-shadow: none;
  }
  #mobile-toggle {
    display: block;
  }
  .toggleleftMenu
  {
  height:65px !important;
  overflow-y:hidden !important;
  margin-bottom: 20px;
 }
  
}