.bg-img{
    background-image: url('../images/surge-appplication-bg.jpg');
    background-size: cover;
    background-position: center;
}
.bg-grad{
    background-image: linear-gradient(#fefffd, #1a406d);
    opacity: 0.9;
}
#thankyou{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 0px 20px 70px;
}
#GMBdirections{
    background-color: #ff9800;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
    margin: 30px auto 0px;
    font-weight: bold;
    box-shadow: #333333 0px 10px 10px 0px;
    max-width: 500px;
    display: block;
}
#FinishApp{
    background-color: #ff9800;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
    margin: 30px auto 0px;
    font-weight: bold;
    box-shadow: #333333 0px 10px 10px 0px;
    max-width: 500px;
    display: block;
}
#buttonArrow{
    width: 20px;
    height: 20px;
    margin: 6px;
}
.locationhours {padding-top:50px; line-height: 18px;}
.mapresize {border-radius:10px; margin: 25px 0;}