/*custom.css*/
.btn.btn-default {
    position: relative;
    margin-top: 15px;
}
#findproduct {
    margin-top: 15px;
}
input.btn.btn-primary {
    margin-top: 15px;
}
.modal-content.requestaquote_content {
    background-color: #f1f1f1;
    color: #222;
    margin-top:150px;
}
h4.modal-title {
    font-size: 18px;
}

.whatsapp-button-wrapper {
    position: fixed;
    left: 15px;
    bottom: 20px;
    z-index: 111;
}
.quotelink.btn.btn-primary {
    border-radius: 50px;
    background-color: #fff;
    color: #222;
    margin-left: 70px;
}
.container.pt-3.finder {
    text-align: center;
}
.call_back_btn {
    width: 36px;
    height: 189px;
    background: url(../images/callback.png) center center no-repeat;
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 99;
    cursor: pointer;
    font-size: 0;
}
.call_back_form {
    position: fixed;
    top: 40%;
    width: 300px;
    padding: 25px;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    right: -330px;
    font-size: 13px;
    z-index: 100;
    display: none;
}
.close_form {
    float: right;
    margin: -15px -15px 0 0;
    font-size: 16px;
    color: #aaa;
    padding: 5px;
    cursor: pointer;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}
.call_back_form p {
    line-height: normal;
    color: #888;
}
.call_back_form .form-control {
    margin-bottom: 10px;
}