.offer-row:hover { background-color: #C6C6C6; }
.sv_btn{

    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    width: 300px;
    /*button border*/
    border: 2px solid #f6da95 ;
    border-radius: 1px;
    background-color: #e7bd65; /* Green */
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    display:block;

    box-shadow: 1px 1px 1px #888888;
}

.sv_btn:active {
    background-color: #7aceed; /* Green */
    border: 1px solid #7aceed ;
}

.sv_btn:hover {
    background: white;
}

.center_q{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 682px) and (max-width: 770px) {
    .click_claim_btn{
	    margin-top: -250px;
    }
}