
/* START bkel styles */
.loadergif {
    display: none;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999;
    position: absolute;
    top: 10%;
    left: 45%;
}

.loadergifsize {
    width: 55px;
    height: 55px;
}
/* END bkel styles */

.srf-send-request-btn {
    border: 0px none;
    border-radius: 22px;
    padding: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    float: right !important;
    width: 50%;
    color: #7e4e00;
    background-color: #ffcb05;
}

    .srf-send-request-btn:hover {
        background-color: #7e4e00;
        color: #ffcb05;
    }

#conSendReq {
    display:none!important;
}