.prod_pop {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 8030;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.popupenq-head {
    display: table;
    width: 100%;
    max-width: 350px;
}
.popupenq-head-left .chat_user_lg {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    overflow: hidden;
}
.popupenq-head-left .chat_user_lg .pop-user-image {
    border: 2px solid #000000;
    border-radius: 44px;
    float: left;
    width: 34px;
    height: 34px;
}
.popupenq-head-right{
    margin-top: 4px;
}
#removeClass {
    position: relative;
}
.chat-header-button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 7px;
    font-size: 15px;
    height: 26px;
    opacity: 0.9;
    padding: 0;
    text-align: center;
    width: 26px;
}
#inquiry_popup {
    position: absolute;
    width: 100%;
    max-width: 380px;
    padding: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    overflow: hidden;
    background-color: rgb(250 250 250);
}
#inquiry_popup .contact_form {
    padding-left: 0px;
    margin-top: 0px;
}
#inquiry_popup .contact_form h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0px;
    height: 60px;
    max-width: 350px;
}
.form_text {
    width: 100%;
    height: 40px;
    border: 1px solid;
    padding: 5px 10px;
    font-size: 14px;
    color: #000;
}
.contact_form .form_text {
    background-color: transparent;
    height: 40px;
    margin-bottom: 0px;
    padding: 5px 15px;
    border-color: #D8D8D8;
}
.contact_form textarea.form_text {
    padding-top: 15px;
    height: 130px;
    resize: none;
}
.error-text-color {
    color: red;
    font-size: 12px;
    display: inline-block;
    margin-top: 3px;
    width: 100%;
}
#inquiry_popup .contact_form .form-group:last-child {
    margin-bottom: 0px;
}
.enq_msg {
    color: green;
    padding-right: 30px;
}
.contact_form .fa-spinner {
    font-size: 24px;
    margin-right: 5px;
}
.contact_form .aa-primary-btn {
    padding: 0px;
    width: 80px;
    height: 40px;
    color: white;
    border: none;
    background-color: #a16120;
}
.chat_user_nm {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.sel_que {
    background-color: rgba(0,0,0,.05) !important;
    margin-bottom: -15px !important;
}
@media screen and (max-width: 767px) {
    #inquiry_popup {
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        border-radius: 0px;
        width: 100%;
        max-width: unset;
        position: fixed;
    }
    #inquiry_popup .contact_form h2 {
        max-width: unset;
    }
    .popupenq-head {
        max-width: unset;
    }
}