/* Add here all your CSS customizations */
/*.select2-selection__choice{margin: 2px!important; padding: 0px!important}*/
@media screen and (max-width: 500px) /* Mobile */ {
    .box-13{width:100%}
    .box-14{width:100%}
    .box-15{width:100%}
    .box-16{width:100%}
}

@media screen  and (max-width: 768px) /* Tablet */ {
    .box-13{width:33.3%}
    .box-14{width:33.3%}
    .box-15{width:33.3%}
    .box-16{width:33.3%}
}

@media screen and (min-width: 769px) and ( max-width: 980px) /* Desktop */ {
    .box-13{width:13%}
    .box-14{width:14%}
    .box-15{width:15%}
    .box-16{width:16%}
}
.hidden{display:none}

.search_form_el .form-group{padding-right: 5px; padding-left: 5px;}
.my-text-2{font-size: 12px!important;font-weight: bold}
.refresh-captcha{color: #51fc57;font-weight: bold;font-size:11px;text-decoration: underline}