.book-text{
    position: relative;
}
.book-quote{
    background: #fff;
    position: absolute !important;
    bottom: -74px;
    left: 65px;
    width: 77%;
    padding: 30px 25px;
    box-shadow: 0 7px 30px 1px rgba(0,12,61,0.07);
    border-radius: 20px;
}
.book-quote .img1{margin-bottom: -12px;}
.book-quote .img2{
    
}
.book-quote strong {
    margin: 0px 0 10px;
    display: inline-block;
}
#frm-submit {
    margin-top: 22px;
}
#frm-submit.loading {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

@media screen and (max-width: 1360px) {

    .book-quote{
        position: relative !important;
        bottom: auto;
        left: auto;
        width: auto;
        padding: 20px 15px;
    }


}