.newstyle select {
    width: 100%;
    padding: 7px;
    border: solid 1px #ccc;
    height: 30px
}

.newstyle input[type=radio],
.newstyle input[type=checkbox] {
    display: none
}

.newstyle input[type=radio]+label:before,
.newstyle input[type=checkbox]+label:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-right: 8px;
    background-color: #eaeaea;
    border: double 1px #b5b5b5
}

.newstyle input[type=radio]+label:before {
    border-radius: 8px
}

.newstyle input[type=radio]:checked+label:before,
.newstyle input[type=checkbox]:checked+label:before {
    background-color: #486ba1;
    border: double 1px #5882c2
}

.sbHolder,
.sbHolder .sbSelector {
    height: 30px;
    line-height: 30px
}

.sbHolder {
   background-color: #2158ab;

    font-size: 14px;
    font-weight: normal;
    position: relative;
   width: 100%;
    height: 41px;
    color: #fff;
}
@media(min-width: 1024px) {
    .sbHolder{
        width: 228px;
    }
}
.sbHolder:hover .sbToggle {
    /*border-color: #353535 transparent transparent transparent*/
}

.sbHolder:focus {
    outline: none
}
.dropbtn .sbHolder .sbToggle{
    height: 41px;
        border: 0;
        padding: 5px;
       position: relative;
        color: #fff;
        -webkit-appearance: none;
        font-size: 16px;
      background: url(https://pmcertifica.com/web/wp-content/themes/pmcertifica/images/arrow-2.png) no-repeat right;
      background-color: #2158ab;
      padding-right: 31px;
      padding-left: 11px;
      float: right;
          z-index: 9;
}
.dropbtn .sbHolder .sbOptions{
        width: 218px;
}
.sbHolder .sbToggle {
   /* width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #888 transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 12px;
    transition: none*/
     height: 41px;
    border: 0;
    padding: 5px;
   position: relative;
    color: #fff;
    -webkit-appearance: none;
    font-size: 16px;
  background: url(https://pmcertifica.com/web/wp-content/themes/pmcertifica/images/icon-arrow.png) no-repeat right;
  background-color: #2158ab;
  padding-right: 31px;
  padding-left: 11px;
  float: right;
      z-index: 9;
}

.sbHolder .sbToggleOpen {
   /* -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)*/
}

.sbHolder .sbSelector {
    display: block;
    left: 0;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 100%;
    color: inherit;
    text-decoration: none;
    line-height: 41px;
    font-size: 16px;
}

.sbHolder .sbOptions {
    background-color: #eee;
    border: solid 1px #ccc;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px!important;
    width: 347px;
    z-index: 20;
    overflow-y: auto

}
@media (max-width: 767px){
    .dropbtn .sbHolder .sbOptions {
      right: 0;
      left: initial;
    }
}
.sbHolder .sbOptions li a {
    border-bottom: solid 1px #ccc;
    display: block;
    outline: none;
    padding: 5px 0 3px 12px;
    font-size: 13px;
    background-color: #eee;
    color: inherit;
    text-decoration: none;
    color:#333;
}

.sbHolder .sbOptions li a:hover {
    background-color: #fff
}