body{
       font-family: "Noto Sans", sans-serif;
}
.registrtaion{
    padding: 65px;
    border: 1px solid #e5e5e5;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 4.5px !important;
}
.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
     background-color: #fff !important; 
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: .25rem !important;
    font-size: 14px;
    min-height: 38px !important;
    overflow: hidden;
}
.choices__list--single {
    display: inline-block;
    padding: 0px 16px 0px 4px !important;
    width: 100%;
}
