.background-bg {
    background: #000000 none repeat scroll 0 0;
    height: 100%;
    left: 0px;
    opacity: 0.6;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 149;
}
.looking-form-popup .display-none {
        display:none
}
.close-btn {
    border-radius: 3px;
    color: #adadad;
        font-size:17px;
    cursor: pointer;
    height: 16px;
    padding: 0;
    position: absolute;
    right:8px;
    text-align: center;
    top:8px;
    width: 17px;
        }
.looking-form-container {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 1px 1px 15px 1px #ccc;
    left: 50%;
    margin: -150px 0 0 -250px;
    position: fixed;
    top: 50%;
    width: 500px;
    z-index: 150;
}

.looking-form-popup .form-bg-left {
    background: #fff none repeat scroll 0 0;
    float: left;
    left: 0;
    padding: 2%;
    position: absolute;
    text-align: center;
    top: 13%;
    width: 30%;
}

.looking-form-popup .form-bg {
    background: #f6f7f9 none repeat scroll 0 0;
    float: right;
    padding: 2%;
    width: 62%;
}


.looking-form-popup .looking-form-container h2 {
font-size:22px; color:#06c; padding-bottom:15px;
}
.looking-form-popup .looking-form-container h2 span{

        font-size:17px;
        color:#666;
        }

.looking-form-popup  .product-name{ color:#575757; font-size:14px;}

.looking-form-popup .contact-form-input{
width:279px !important; border:solid 1px #cccccc; border-radius:2px; padding:6px 10px; font-size:15px; color:#6c6b6b; margin:3px 0;
}
.looking-form-popup .mobilep-input-box {
        padding:8px 8px 8px 42px!important;
        height:35px!important;
        border:solid 1px #cccccc;
        border-radius:2px;
        color:#6c6b6b;
        font-size:15px;
        margin:2px 0 10px 0;
        width:300px;
}
.looking-form-popup .txtarea{
    font-size:13px;
        width:279px;
    height: 48px;
    line-height: 18px;
    margin:2px 0 0 0;
    padding: 5px 10px;
    border:solid 1px #cccccc;
        border-radius:2px;
}
.looking-form-popup .contact-form-submit {
    margin-top: 15px;
    text-align: center;
}
.looking-form-popup .contact-form-submit-button {
    background: #f08c21 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 10px 60px;
    text-align: center;
    transition: all 0.3s ease 0s; 
}
.looking-form-popup .contact-form-submit-button:hover {
    background: #b8650c none repeat scroll 0 0;
}
