.contact_us {
    color: #757575;
    /*font-family: arial;
    font-size: 15px;
   /* line-height: 19px;*/
    width: 350px; 
}
.contact_us h1 {
    background: #fff none repeat scroll 0 0;
    color: #757575;
    float: none;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 0;
    text-shadow: none !important;
}
.cnt_eq {
    float: left;
    width: 600px; 
    margin-right: 16px;
}
.cnt_eq div.bef {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 5px;
    /* box-shadow: 1px 1px 2px #ccc inset; */
    color: #BA2023 !important;
    /* font-family: arial; */
    font-size: 20px;
    margin: 0 0 20px;
    padding: 15px;
}
.cnt_eq div textarea {
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #c6c6c6;
    font-family: arial;
    font-size: 14px;
    margin: 0 0 10px;
    width: 85%;
}
.cnt_eq div textarea.text_area {
    background: rgba(0, 0, 0, 0) url("../images/pen.png") no-repeat scroll 5px 10px;
    color: #333 !important;
    padding: 10px 42px;
}
.cnt_eq input {
    border: 1px solid #c6c6c6;
    box-shadow: 1px 1px 5px #c6c6c6;
    color: #878787;
    font-family: arial;
    font-size: 14px;
    margin: 10px 0;
    padding: 2%;
    width: 8%;
}
.cnt_eq input.txtf {
    background: rgba(0, 0, 0, 0) url("../images/email.png") no-repeat scroll 5px 10px;
    color: #333;
    font-family: arial;
    font-size: 14px;
    padding: 1px 46px; 
    width: 83%;
}
.cnt_eq input.txtfa {
    background: rgba(0, 0, 0, 0) url("../images/email.png") no-repeat scroll 5px 10px;
    color: #ccc;
    font-family: arial;
    font-size: 14px;
    padding: 10px 35px;
}
.cnt_eq input.txtf_n {
    background: rgba(0, 0, 0, 0) url("../images/name.png") no-repeat scroll 5px 7px;
    color: #333;
    font-family: arial;
    font-size: 14px;
    padding: 10px 35px;
}
.cnt_eq input.txtfa_n {
    background: rgba(0, 0, 0, 0) url("../images/name.png") no-repeat scroll 5px 7px;
    color: #ccc;
    font-family: arial;
    font-size: 14px;
    padding: 10px 35px;
}
.cnt_eq input.txtf_c {
    background: rgba(0, 0, 0, 0) url("../images/country.png") no-repeat scroll 5px 10px;
    color: #333;
    font-family: arial;
    font-size: 14px;
    padding: 10px 35px;
}
.cnt_eq input.txtfa_c {
    background: rgba(0, 0, 0, 0) url("../images/country.png") no-repeat scroll 5px 10px;
    color: #ccc;
    font-family: arial;
    font-size: 14px;
    padding: 10px 35px;
}
.cnt_eq input.txtf_m {
    background: rgba(0, 0, 0, 0) url("../images/mobile.png") no-repeat scroll 5px 7px;
    color: #333;
    font-family: arial;
    font-size: 14px;
    padding: 10px 35px;
}
.cnt_eq input.txtfa_m {
    background: rgba(0, 0, 0, 0) url("../images/mobile.png") no-repeat scroll 5px 7px;
    color: #ccc;
    font-family: arial;
    font-size: 14px;
    padding: 10px 35px;
}
.enq_button input {
    background: #BA2023 url("../images/send-bg.png") no-repeat scroll 20px 13px;
    border: medium none !important;
    border-radius: 5px !important;
    color: #fff !important;
    display: block;
    font-size: 24px !important;
    padding: 16px 15px 15px 60px !important;
    text-decoration: none;
    text-shadow: 1px 1px #026d00;
    text-transform: uppercase !important;
    transition: all 0.2s ease-out 0s;
    width: 270px !important;
}
.enq_button input:hover {
    background: #F22402 url("../images/send-bg.png") no-repeat scroll 24px 13px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    color: #fff !important;
    cursor: pointer;
    text-shadow: 1px 1px #b84e00;
    transition: all 0.2s ease-out 0s;
}
.enq_button input:active {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 2px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(255, 255, 255, 0.2), 0 3px 3px rgba(0, 0, 0, 0.2) inset;
    position: relative;
    top: 3px !important;
}
.popup_enquiry {
    font-weight: normal;
}
.popup_enquiry .fp_btm {
    padding-bottom: 20px;
}
.popup_enquiry .p-hdng {
    color: #b70000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    min-height: 20px;
    padding: 10px 0;
    text-align: left;
    width: 500px;
}
.popup_enquiry .p-namp {
    padding: 10px 6px;
}
.popup_enquiry .f_db {
    display: block;
}
.smart-forms .select .arrow {
    z-index: 100;
}
.popup_enquiry .pop_formryt {
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 8px #e4e4e4;
    float: right;
    padding: 8px 10px;
    transition: all 0.2s linear 0s;
    width: 402px !important;
}
.popup_enquiry .pop_formryt:hover {
    box-shadow: 0 0 10px #b1b1b1;
}
.popup_enquiry .bef {
    background-color: #d3ebf6;
    color: #000 !important;
    font-family: arial !important;
    font-size: 23px;
    font-weight: bold;
    line-height: 27px !important;
    margin: 0 0 10px;
    padding: 6px;
    text-shadow: 1px 1px 1px #fff;
}
.popup_enquiry .prdc {
    border: 2px dotted #dedede;
    height: 500px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 500px;
}
.popup_enquiry DIV TEXTAREA {
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    font-family: arial !important;
    font-size: 14px;
    font-weight: normal !important;
    margin: 0 0 6px;
    overflow-y: auto;
    text-align: left !important;
    width: 351px !important;
}
.popup_enquiry DIV TEXTAREA:focus, .popup_enquiry INPUT:focus {
    border: 1px solid rgba(123, 188, 234, 1);
    box-shadow: 1px 1px 5px #c5c5c5;
    outline: 0 none;
}
.popup_enquiry DIV TEXTAREA.text_area {
    background: rgba(0, 0, 0, 0) url("../images/pen.png") no-repeat scroll 8px 10px;
    color: #333 !important;
    padding: 13px 10px 10px 39px;
}
.popup_enquiry INPUT {
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    color: #878787;
    font-family: arial !important;
    font-size: 14px;
    font-weight: normal !important;
    margin: 8px 0;
    padding: 2%;
    text-align: left !important;
    text-shadow: none !important;
    width: 324px;
}
.popup_enquiry INPUT.txtf {
    background: rgba(0, 0, 0, 0) url("../images/email.png") no-repeat scroll 8px 13px;
    color: #333;
    font-family: arial;
    font-size: 14px;
    padding: 13px 35px 13px 39px;
}
.popup_enquiry INPUT.txtfa {
    background: rgba(0, 0, 0, 0) url("../images/email.png") no-repeat scroll 8px 13px;
    color: #ccc;
    font-family: arial;
    font-size: 14px;
    padding: 13px 35px 13px 39px;
}
.popup_enquiry INPUT.txtf_n {
    background: rgba(0, 0, 0, 0) url("../images/name.png") no-repeat scroll 10px 9px;
    color: #333;
    font-family: arial;
    font-size: 14px;
    padding: 13px 35px 13px 39px;
}
.popup_enquiry INPUT.txtfa_n {
    background: rgba(0, 0, 0, 0) url("../images/name.png") no-repeat scroll 10px 9px;
    color: #ccc;
    font-family: arial;
    font-size: 14px;
    padding: 13px 35px 13px 39px;
}
.popup_enquiry INPUT.txtf_c {
    background: rgba(0, 0, 0, 0) url("../images/country.png") no-repeat scroll 11px 13px;
    color: #333;
    font-family: arial;
    font-size: 14px;
    padding: 13px 35px 13px 39px;
}
.popup_enquiry INPUT.txtfa_c {
    background: rgba(0, 0, 0, 0) url("../images/country.png") no-repeat scroll 11px 13px;
    color: #ccc;
    font-family: arial;
    font-size: 14px;
    padding: 13px 35px 13px 39px;
}
.popup_enquiry INPUT.txtf_m {
    background: rgba(0, 0, 0, 0) url("../images/mobile.png") no-repeat scroll 11px 8px;
    color: #333;
    font-family: arial;
    font-size: 14px;
    padding: 13px 35px 13px 39px;
}
.popup_enquiry INPUT.txtfa_m {
    background: rgba(0, 0, 0, 0) url("../images/mobile.png") no-repeat scroll 11px 8px;
    color: #ccc;
    font-family: arial;
    font-size: 14px;
    padding: 13px 35px 13px 39px;
}
.popup_enquiry input.snd_btn {
    background-color: #d85f1a;
    background-image: linear-gradient(to bottom, #f2891d, #d85f1a);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 25px;
    margin: 10px auto;
    text-align: center !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    width: 200px;
}
.popup_enquiry input.snd_btn:active {
    box-shadow: 0 1px 0 #a64600;
    margin-top: 11px;
}
.popup_enquiry input.snd_btn:hover, .snd_btn:focus {
    background-color: #d85f1a;
    color: #fff;
    cursor: pointer;
}
.popup_enquiry .cb {
    clear: both;
}
.popup_enquiry .webste_nam a {
    color: #c00 !important;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px !important;
    font-weight: bold !important;
    padding: 8px 0 !important;
    text-align: left !important;
    text-decoration: none !important;
}
.popup_enquiry .webste_nam a:hover {
    color: #000 !important;
    text-decoration: none !important;
}
.popup_enquiry .thnk_txt {
    color: #222 !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 16px !important;
    line-height: 21px !important;
}
.popup_enquiry .imart_nam {
    background: #f2f2f2 none repeat scroll 0 0 !important;
    color: #666 !important;
    display: block;
    font-family: Arial,Helvetica,sans-serif !important;
    margin-top: 80px !important;
    padding: 8px 0 !important;
    text-align: center;
}
.popup_enquiry .imart_nam a {
    color: #009 !important;
    text-decoration: none !important;
}
.popup_enquiry .imart_nam a:hover {
    color: #009 !important;
    text-decoration: none !important;
}
.popup_enquiry .pr {
    left: 0 !important;
    position: relative !important;
}
.clr5_p {
    color: #636363;
}
.clr6_P {
    color: #a09d9d;
}
.clr7_p {
    color: #2f2f2f;
}
.nicemodal-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 99999999;
}
.nicemodal-wrap-modal-content {
    box-shadow: 0 3px 15px #333;
    display: none;
    padding: 0 16px;
}
.nicemodal-window {
    background-color: #fff;
    background-image: url("../images/loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    display: none;
    position: relative;
    z-index: 1111111111;
}
.nicemodal-close-button {
    background-image: url("../images/btn-close-h.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0 none;
    cursor: pointer;
    height: 30px;
    margin: 10px 10px 0 0;
    opacity: 1.6;
    position: absolute;
    right: -23px;
    top: -22px;
    width: 30px;
    z-index: 111111;
}
.nicemodal-close-button:hover {
    background-image: url("../images/btn-close-h.png");
}
.nicemodal-alert-message {
    background: #e74c3c none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    margin: 50px 10px 10px;
    padding: 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.order_comment {
    float: left;
    width: 100%; 
}
.order_comment .title{
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}
.order_comment textarea{
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #c6c6c6;
    font-size: 15px;
    width: 78%;
    margin: 10px 0;
}
.submit-btn{float: right;}
.submit-btn input[type=submit] {
    padding:10px 15px; 
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border:1px solid #2e6da4;
}
.send{background: #337ab7;}
.send:hover{ background: #286090;}