.dropdown-large{
  /* width: 700px !important;
  left: -200px !important;
  padding: 0px !important ; */
  width: 500px !important;
  left: -100px !important;
  padding: 0px !important;
}
.dl-container{
  display: flex !important;
  flex-flow: row wrap;
  justify-content: space-between;

}
.dl-option{
  width: 50%;
  border-right: 1px solid #eee;
}
.ld-heading{
  font-size: 17px;
  color: #FF6060 !important;
  font-weight: 600 !important;
  border-bottom: 2px solid #eee !important;
}
.ld-menu-container{
  padding: .75rem 1.5rem !important;
  border-bottom: 1px solid #eee !important;
}
.ld-menu-container > a, .ld-menu-container > a:hover{
  color:#000;
text-transform: capitalize;
text-decoration: none;
width: 100%;
display: block;
}
.ld-menu-container:hover{
  background-color: #f8f8f8;
}
@media only screen and (max-width: 900px) and (min-width: 0px){
  .dropdown-large{
    width: 300px !important;
    left: 0px !important;
    padding: 0px !important ;
  }
  .dl-option{
    width: 100%;
    border-right: 0px solid #eee;
  }
}
