*{
    padding:0px;
    margin:0px;
    outline:none;
    font-family: sans-serif;
    border-collapse: collapse;
}
.heading {
    position: relative;
    border-bottom: #e9e9e9 1px solid;
    padding-bottom: 9px;
    color: white;
    font-size: 32px;
}
.heading span, .widgetheading span {
    background: #ef5523;
    color: white;
}
p {
    margin: 0 0 10px;
    color: white;
    font-size: 15px;
}
.body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    line-height: 1.6em;
    color: white;
}

/*.mySlides {display:none;}*/
@media screen and (max-device-width: 580px) {
    /* some CSS here */
    .booknowrow{
        margin-top:70px;
    }
    .booknowrowcol{
        margin-top:60px;
    }
}
@media screen and (min-width: 580px){
    /* some CSS here */
    .booknowrow{
        margin-top:130px;
    }
}