.dropdown-menu-main {
   min-width: 650px !important;
}  

.dropdown-menu-main ul {
    padding: 0px;
}

.dropdown-menu-main ul li {
    list-style: none;
}

.dropdown-menu.dropdown-menu-main ul li a {
   padding-left: 0px !important;
}

.dropdown-menu a {
    color: color: #373737;
}
.dropdown-menu a:hover {
    color: #df2626 !important;
    text-decoration: none;
}
.dropdown-mnu {
  font-size: 14px;
  line-height: 24px;
  font-family: Nunito, Helvetica, sans-serif
}

.dropdown-mnu span {
  font-size: 11px;
  margin: 0 0 0 10px;
  color: #666;
  display: block !important;
  margin-left: 0px !important;
}

.dropdown-img {
  border: solid 1px #E3E3E3;
  border-radius: 4px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.dropdown-img img {
  border-radius: 4px;
  object-fit: contain;
}

.flex-box {
  display: flex !important;
  border-bottom: solid 1px #E3E3E3;
  margin-bottom: 7px;
  padding-bottom: 12px !important;
}
.bg-grey {
   background: #eee;
    border-radius: 0px 0px 3px 3px;
    text-align: center;
}
.bg-grey a {
    color: #000;
    padding: 8px 0px;
    display: block;
    font-size: 18px !important;
    font-weight: bold;
}
.main_nav ul.nav.navbar-nav li>.dropdown-menu.anylinkcss .bg-grey a:hover {
    color: #ec6952 !important;
    text-decoration: none;
}
.dropdown-menu-main ul li:last-child .flex-box {
    border: none;
}
.p-0 {
    padding: 0px !important;
}
@media screen and (max-width: 1024px){
   .flex-box {
      margin-bottom: 0px;
   }
   #cssmenu ul ul li a.dark-bg {
    color: #fff !important;
    background: #4d4d4d;
   }
   #cssmenu ul ul li {
    background: #fff !important;
   }
}
