.header.inner-page.float_l {
    background-image: url('../images/inner-page-header-bg.png');
}
.page-header.contact.float_l {
    background-image: url('../images/contact-header.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 364px;
}
.page-header.float_l h1 {
    font-size: 60px;
    color: #fff;
    font-family: Antonio;
    line-height: 70px;
    float: left;
    margin: 284px 0 0 0;
    padding: 0;
}
.contact-main.float_l {
    color: #fff;
    background-color: #575757;
    overflow: hidden;
}
.contact-main .left-sec {
    float: left;
    width: 65.5%;
    margin: 1.5% 1.5% 1.5% 0;
    padding: 40px 25px 0 0;
    background-color: #2d2d2d;
}
.contact-main .left-sec:before {
    content: "";
    position: absolute;
    background-color: #2d2d2d;
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
}
.contact-main .right-sec {
    float: left;
    width: 33%;
    margin: 18px 0;
    padding: 22px 30px;
    background-color: #3e3e3e;
}
.contact-main .right-sec:after {
    content: "";
    position: absolute;
    background-color: #3e3e3e;
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0;
}
.contact-main .right-sec, .contact-main .left-sec {
    min-height: 910px;
    position: relative;
    margin-bottom: 25px;
}
.contact-form {
    float: left;
    margin: 35px 0 0 0;
}
.form-row.float_l {
    margin: 0 0 20px 0;
}
.contact-form.float_l label {
    font-family: Antonio;
    font-size: 20px;
    float: left;
    width: 20%;
}
.form-row.float_l input, .form-row.float_l select, .form-row.float_l textarea {
    float: left;
    font-size: 16px;
    border: 1px solid #898989;
    padding: 3px;
    width: 75%;
}
.form-row.add2.float_l {
    padding: 0 0 0 20%;
}
.form-row.add2.float_l label {
    width: auto;
    padding: 0 10px 0 0;
}
.form-row.add2.float_l input {
    width: 27%;
    margin: 0 4% 0 0;
}
.form-row.add2.float_l select {
    width: 14%;
    margin: 0 2% 0 0;
}
.form-row.float_l textarea {
    height: 290px;
}
.zinquiry-form-table {
    margin: 30px 0 0;
}
.zinquiry-form-table button[type="submit"] {
    font-family: Antonio;
    color: #fff;
    padding: 12px 50px 6px 50px;
    text-align: center;
    font-size: 24px;
    border: none;
    margin: 12px 6% 75px 0;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #9e111a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.zinquiry-form-table button[type="submit"]:hover {
    background-color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.zinquiry-form-table .text {
    float: right;
    font-style: italic;
    padding: 21px 38px 0 0;
    font-size: 20px;
}
.contact-main .right-sec .heading {
    font-size: 30px;
    font-family: Antonio;
    margin: 40px 0 20px 0;
    line-height: 40px;
}
.contact-main .right-sec .simple-text {
    margin: 0 0 25px 0;
}



.left-sec #zcidspan3 {
    display: none !important;
}



