.clearfix:after{
    content:"";
    display:block;
    visibility:hidden;
    height:0;
}
.select_style{
    /*position: relative;*/
    position: relative;
    padding: 0;
    width: 50px;
    /*padding: 3px 15px;!important;*/
    background-color: #27658C;
    color: honeydew;
    /*box-shadow: 0 4px 40px #84596B;*/
    border: none;
    outline: none;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    /*webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;*/
}
.select_style:hover {
    background:#3e73b5;
}
