.navbar-mega-nav .dropdown-menu>.dropdown>a {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
     border-bottom:none; 
}
.select2-dropdown{
    z-index: 9999999;
}
.select2-container .select2-selection--single {
    height: 44px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dedede !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px !important;
}
.help-block{
    color:red;
}