/* Product details page */
.loginFrom{
    width: 30%; 
    min-height: 45%;
}
.contact-heading-form h3 {
    font-size: 17px !important;
}
button.close {    
    top: 1px !important;
}
.prodcut-img img{
    width:100%;
    max-height: 400px;
}
.quote-mail-success {
    position: fixed;
    right: 25px;
    width: 220px;
    z-index: 9999;
    background: #dcfddc;
    top: 60px;
    color: yellowgreen;
    padding: 10px;
}
.loading-img{
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 99;
    right: 0;
    bottom: 0;
    background: #FFF;
    width: 100%;
    opacity: 0.3;
    display: none;
}
.loading-img img{
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.request_submitted {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 111;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 20px;
}
