.left-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 275px;
  height: 100%;
  overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  background-color: #2d3392;
  z-index: 100;
  transition: left 0.5s;
}
.left-panel::-webkit-scrollbar {
    display: none
}

.left-panel.left-moved {
  left: -300px;
  transition: left 0.5s;
}
.LOGO{color: #fff !important;margin: 21px 0px 10px 0px !important;font-size: 28px !important; font-weight: 700 !important; text-align: left !important; }

.left-panel .logo {
  padding: 30px 0px 60px 0px;
  margin-left: 50px;
  /* text-align: center; */
}
.left-panel .logo a {
  display: inline-block;
}

.left-panel ul {
  margin: 0;
  padding: 0 0 0 30px;
}

.left-panel ul li {
  list-style: none;
}

.left-panel ul li a {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    padding: 20px;
    font-size: 17px;
    line-height: 16px;
    position: relative;
    opacity: 0.5;
}

.left-panel ul a {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    padding: 20px;
    font-size: 17px !important;
    line-height: 16px;
    position: relative;
    opacity: 0.5;
}
.left-panel ul a img{
  margin-right: 10px !important;
}
.left-panel ul li a:hover, .left-panel ul li a.active {
    opacity: 1;
}

.left-panel ul li a img {
    width: 15px;
    margin-right: 10px !important;
}

.left-panel ul li ul {
    padding-left: 20px;
    margin-top: -12px;
   /*  display: none; */
}

.left-panel ul li.open ul {
  display: block;
}

.left-panel ul li ul li a {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 20px 8px 34px;
}

.left-panel p {
  position: absolute;
  bottom: 0;
  padding: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.left-panel p span {
  display: block;
}

.menu-left {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 15px;
  left: 250px;
  cursor: pointer;
  border-radius: 0 20px 20px 0;
  background: url('../../img/menu-left-arrow.svg') no-repeat right center #2D3392 !important;
  transition: all 0.4s;
}
.menu-left.left-moved {
  width: 40px;
  left: -10px;
  background: url('../../img/menu-right-arrow.svg') no-repeat right center #2D3392 !important;
  /* transition: all 0.5s; */
}

/* Filter panel css by Vrushali need to shift it to common.css */
@media (max-width: 375px) {
/* .page-filters-filter-block, .page-filters-process-block{width: 300px !important;} */
/* .form-section .form-block {width: calc(50% - 20px) !important;margin: 0px 5px 20px !important;} */

}
@media (max-width: 425px) {
  /* .page-filters-block{position: content !important;} */
  /* .page-filters-filter{margin-top: 30px !important;} */
  /* .page-filters-filter.active {
    top: -34px !important;} */
  /* .page-filters{display: inherit !important;} */
}
@media (max-width: 767px) {
/* {.page-filters-filter-block, .page-filters-process-block{width: 300px !important;} */
/* .form-section .form-block {width: calc(50% - 20px) !important;margin: 0px 5px 20px !important; */
}
