.mainheadlinewrapperpage {
 
    float: left;
    width: 100%;
    padding: 14px 0;
    background: #1c2747;
     margin-top:0px;
  }







.choices__input choices__input--cloned{
    width: 0px;
}

.choices__list--multiple .choices__item{
    background-color: #1c2747 !important;
    border:1px solid rgb(230, 230, 230) !important;
    color: #dbc974;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button{
    color: black !important;
}



 @media(max-width:991px){
       .mainheadlinewrapperpage {
   
     margin-top:0px !important;
  }
  }