 #search-form-fields select{

    margin-bottom: 15px;
    border: 1px solid #f78f36;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url("../imgs/caret-down.svg");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 96% center;
 } 

 .centre_location{

    background-color: #F78F36;
 }

 .information_box{

    border-color: F78F36;
 }
 #search-form-fields  .btn.btn-warning{
     margin-bottom: 50px;
 }
 #search-form-fields table.table
 {
    border:1px solid #F78F36;
 }
#search-form-fields table.table td {
    width: 50%;
    border-bottom: 1px solid #ebebeb;
    background: transparent;
    border-right: 1px solid #ebebeb;
    padding: 3px;
}
 #search-form-fields table.table td.fill-color{
  background:  #F78F36;
  text-align: right;
 }
 #search-form-fields td span {

    padding: 2px;
    display: block;
    text-align: center;
    width: 96%;
    margin: 0 auto;
    color:#f78f36;
}

.terms-cases{

    margin-bottom: 10px;
}

.information_box{

    margin-bottom: 50px;
}
.mf-form-btn{

    background-color:#f78f36 !important; 
}

#search-form-fields  #centre_info{

    
    margin-bottom: 50px;
    display: none;
}

.show-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20%;
    display: none;

}

.spinnerz { 
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #f78f36;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 600px) {
    #search-form-fields .col-md-12,
    #search-form-fields .col-md-5{
    padding:0px;
    }
    #search-form-fields table td{
    padding: 1px;
    font-size:12px;
    }
    
    }