/* Styles for Contact Us page */
.main-content {
    padding: 0;
}
.contact-top-heading {
    background: #fbf6f0;
}

.contact-top-heading .required {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    color: #cc0001;
    max-width: 1170px;
    margin: 0 auto;
    font: 14px "Nexa W01 Regular";
}

.contact-top-heading .required .asterik {
    font-size: 1.3rem;
    position: relative;
    top: 0px;
    left: 0px;
}

.cu-title h1 {
    font: 50px "Birch W03 Regular1180575";
    color: #000;
    margin-top: 30px;
    line-height: 0.75;
}

.cu-print-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto;
    align-items: center;
}

.contact-us-print {
    background: #fff;
    list-style: none;
    display: flex;
    margin: 0;
    height: 45px;
    padding: 0;
}

.contact-us-print li {
    padding: 10px 30px;
}

.contact-us-print li a {
    text-decoration: none;
    color: #000;
    font: 16px "Nexa W01 Light";
    display: inline-flex;
}

.contact-us-print .share-icon {
    background: url(../png/sprite-images-2.png) -244px -139px no-repeat;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: block;
}

.contact-us-print .print-icon {
    background: url(../png/sprite-images-2.png) -91px -311px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    display: block;
}

.cu-form-container {
    background: #fff;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.cu-form-container h3 {
    text-align: center;
    font-size: 1.9em;
    color: #000;
    margin: 10px 0 25px 0;
    width: 100%;
    font: 36px "Nexa W01 Light";
}

.cu-comment-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.shareIconContent{
    position: absolute;
    bottom: 45px;
    left: 55px;
    width: 50px;
    display:none;
}
.contactusShare {
    position: relative;
}
.cu-comment-content textarea {
    width: 75%;
    border: 1px solid #e1e1e1;
    background: #fcf9f4;
    margin-left: 20px;
    height: 70px;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
}

.cu-comment-content label {
    width: 20%;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
}

.contact-us-form {
    display: table;
    margin: 0 40px;
}

.cu-form-element {
    width: 40%;
    margin: 1% 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .cu-form-element input {
        width: 94%;
        line-height: 40px;
        margin-bottom: 8px;
        height: 45px;
        padding: 0 10px;
        border: 1px solid #e1e1e1;
        background: #fcf9f4;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Montserrat-Regular';
        color: #000;
    }

.cu-form-element label span {
    color: #FF3100;
}

    .cu-form-element select {
        width: 100%;
        float: right;
        line-height: 40px;
        margin-bottom: 8px;
        height: 45px;
        padding: 0 10px;
        border: 1px solid #e1e1e1;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        z-index: 5;
        background-color: rgba(255,255,255,0);
        position: relative;
        color: #999;
        font-size: 16px;
        font-family: 'Montserrat-Regular';
        font-weight: 400;
    }
    .cu-form-element > label {
        width: 34%;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Montserrat-Regular';
        color: #000;
        /* font-weight: 500; */
    }
.cu-input-container {
    width: 64%;
    height: 60px;
}
.addr-text .cu-input-container {
    margin: 0 0 8px 0;
    width: 100%;
}
.cu-addr-two {
    width: 100%;
    margin-top: 4%;
}
.cu-cabinet-section {
    width: 95%;
}
.comment-section {
    margin: 0 8%;
    display: flex;
    flex-wrap: wrap;
}
.comment-section .choose-file {
    width: 100%;
}
.cu-agree {
    margin: 2% 7%;
    display: flex;
    flex-wrap: wrap;
}
.cu-agree input[type=checkbox] {
    margin-right: 10px;
    position: relative;
    height: 12px;
    /* display: inline-block; */
    /* flex: 1; */
}
.cu-agree a {
    color: #F49890;
    text-decoration: none;
    font-weight: 700;
}
.cu-btn-section {
    padding: 25px 0 40px 0;
}
.cu-btn-section {
    width: 100%;
    display: flex;
    justify-content: center;
}
.cu-errorDiv {
    width: 90%;
    margin: 2% auto;
    display: block;
}
.btn-orange {
    background: #fff;
    display: table;
    color: #8f1336;
    border: 2px solid #8f1336;
    font: 22px "Nexa W01 Light";
    min-width: 370px;
    padding: 10px 0;
}
hr {
    border: 0px;
    border-bottom: 1px solid #d0cccc;
    margin: 55px auto 30px;
    width: 85%;
}
input[type=checkbox]:before {
    content: "";
    background: url(../png/sprite-images-2.png) -473px -85px;
    width: 16px;
    height: 18px;
    display: inline-block;
    left: -2px;
    position: absolute;
    top: -3px;
}
input[type=checkbox]:checked:before {
    background-position: -496px -85px;
}
form label.error {
    display: block;
    color: #FF3100;
    font: 12px "Nexa W01 Light";
}
.cu-success-container {
    width: 100%;
    text-align: center;
    margin-bottom: 4%;
    font-family: 'Nexa W01 Regular';
}

.text-align-center.mb-40 p {
    
    font-family: 'Nexa W01 Regular';
}
.cu-success-container h4 {
    font-family: 'Nexa W01 Bold';
}
/* .cu-content {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
} */
.cb-text {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat-Regular';
}
.cu-form-element input::-webkit-input-placeholder {
    color: #f9f7f4;
}
  
.cu-form-element input:-ms-input-placeholder { /* IE 10+ */
    color: #f9f7f4;
}
.cu-form-element input:-moz-placeholder { /* Firefox 19+ */
    color: #f9f7f4;
}
.cu-form-element input::-moz-placeholder { /* Firefox 4 - 18 */
    color: #f9f7f4;
}
.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.select-wrapper:before {
    content: '';
    background-color: #f9f7f4;
    z-index: 2;
    display: block;
    position:absolute;
    width: 100%;
    height: 75%;
}
.select-wrapper:after {
    content: '';
    background: url(../png/sprite-images-2.png) -188px -344px #f9f7f4 no-repeat;
    position: absolute;
    width: 24px;
    height: 13px;
    display: inline-block;
    z-index: 3;
    left: 90%;
    top: 18px;
}
.contactUs-content .cu-form-element > label {
    margin-top: 14px;
}
.main-content-wrapper {
    font-family: 'Nexa W01 Regular';
}
.main-content-wrapper h2 {
    font-family: 'Nexa W01 Bold';
}
/* IE11 */
select::-ms-expand {
  display: none;
}
.mb-40 {
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .cu-title h1 {
        text-align: left;
        width: 100%;
    }
    .contact-us-print {
        display: none;
    }
    .contact-us-form {
        padding: 0px 20px 0px;
        margin: 0;
    }
    .cu-form-element {
        width: 100%;
        margin: 0;
    }
    .cu-form-element > label {
        width: 30%;
    }
    .cu-form-element select {
        width: 100%;
    }
    .cu-form-element input {
        width: 90%;
    }
    .cu-input-container {
        width: 68%;
        height: 70px;
    }
    .cu-cabinet-section .cu-input-container{
        height: 80px;
    }
    .addr-text .cu-input-container {
        margin: auto;
        /*width: 100%;*/
        height: 70px;
    }
    .hide-view {
        margin-bottom: 25px;
    }
    .cu-cabinet-section {
        width: auto;
    }
    .cu-btn-section .btn-orange {
        width: 60%;
        font-size: 18px;
        min-width: 260px;
    }
    .cu-errorDiv {
        width: 100%;
        margin: 2% auto;
    }
    .cu-comment-content label {
        width: 35%;
    }
    .cu-comment-content textarea {
        width: 58%;
        margin-left: 10px;
    }
    .cu-agree {
        display: flex;
    }
    .cu-agree-span {
        width: 80%;
    }
    .cb-text {
        display: block;
    }
    .cu-form-element > label {
        font-size: 13px;
    }
    .cu-agree input[type=checkbox] {
        vertical-align: middle;
    }
    .breadcrumb {
        margin:0;
        padding: 15px 15px 20px;
    }
    .cu-title h1 {
        width: 80%;
        padding: 0 15px;
        margin:0 0 20px 0; 
    }
    .select-wrapper:before{
        height: 55%;
    }
    hr {
        margin: 20px auto 20px;
    }
    .select-wrapper:after {
        left: 85%;
    }
    .text-align-center.mb-40 h3 {
        margin-top: 30px;
       }
       
       .text-align-center.mb-40 p {
        padding: 10px 30px;
       }
}

/* for ipad view */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .breadcrumb {
        margin:0;
        padding-bottom: 12px;
    }
    .cu-print-container {
        background: url(../jpg/home-top-nav-bg.jpg) no-repeat;
    }
    .cu-title h1 {
        padding: 0 12px;
        margin:15px 0;
        font: 3em "Birch W03 Regular1180575";
        text-align: left;
        text-transform: uppercase;
    }
    .contact-us-form {
        padding: 0px 50px 0px;
        margin: 0;
    }
    .cu-form-element {
        width: 100%;
        float: left;
        margin: 0;
    }

    .cu-form-element select {
        width: 100%;
    }
    .cu-input-container {
        width: 64%;
        height: 80px;
    }
    .cu-cabinet-section {
        width: 100%;
        box-sizing: border-box;
    }
    .cu-btn-section .btn-orange {
        width: 25%;
    }
    .contact-us-print {
        display: none;
    }
    .cu-errorDiv {
        margin: 2% 0;
    }
    .cu-addr-two {
        margin-top: 0;
    }
    .contact-top-heading {
        padding: 0 15px;
    }
    .contact-top-heading .required {
        padding: 25px 15px 2px 15px;
    }
    .select-wrapper:before{
        height: 55%;
    }
}

@media (max-width: 991px) {
    .contact-top-heading {
        background: url(../jpg/home-top-nav-bg.jpg) no-repeat;
        overflow: hidden;
    }
    
    .cu-title h1 {
        color: #FFF;
        text-transform: none;
        width: 100%;
        box-sizing: border-box;
        line-height: 1;
        font: 27px "Nexa W01 Bold";
        text-align: left;
    }
    .contact-top-heading .required {
        background: #fbf6f0;
        padding: 5px 15px;
    }
    .cu-form-container h3 {
        font-size: 2em;
    }
    .cu-comment-content label {
        font-size: 15px;
    }
}
.mb-40 {
    font-family: 'Nexa W01 Regular';
}
@media print {
    header,
    footer,
    .tab-wrapper-nav,
    .favs-options a {
        display: none;
    }
    @page {
        size: A4;
    }
    .cu-form-element label {
        width: 15%;
    }
}
#hiddenRecaptcha-error {
    width: 100%;
    text-align: center;
}
.g-recaptcha > div {   
    margin: 0 auto;
    margin-top: 20PX;
}

.submit-history-question .cu-agree-span {
    width: 60%;
}

.submit-history-question .select-div-span {
    width: 30%;
}

.submit-history-question .select-div-span select {
    width: 100%;
    line-height: 40px;
    margin-bottom: 8px;
    height: 80px;
    padding: 10px 10px 0 10px;
    border: 1px solid #e1e1e1;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    z-index: 5;
    position: relative;
    color: #999;
    background-color: #f9f7f4;
}

/*for mobile view */
@media screen and (max-width: 767px) {
    .submit-history-question .cu-agree-span {
        width: 100%;
    }

    .submit-history-question .select-div-span {
        width: 100%;
        margin-top: 10px;
    }
}