 #contact-us .nr-banner {
        background-image: url(../img/contact-us/contact-desk.png) !important;
    }
.sec-pad {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 30px;
}

.contact-message-box {
    width: 80%;
    margin: 0 auto;
}

.message-wrapper {
    background: #DE4019;
}

.contact-message-box h3 {
    color: #fff;
    padding-bottom: 30px;
}

.contact-message-box input {
    width: 100%;
    height: 36px;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    /* margin-bottom: 32px; */
    color: #000;
    background-color: #fff;
    border: 0;
    /* border: 1px solid #000; */
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-message-box textarea {
    width: 100%;
    /* height: 36px; */
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    /* margin-bottom: 32px; */
    color: #000;
    background-color: #fff;
    border: 0;
    /* border: 1px solid #000; */
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.intl-tel-input {
    width: 100%;
}

input#telephone {
    text-align: center;
    padding-left: 0;
}

a.submit-btn {
    background: #433F3C;
    color: #fff !important;
    padding: 5px 50px;
    border-radius: 10px;
    float: right;
}

.single-footer h3 {
    font-size: 18px;
    font-weight: 800;
    display: block;
    margin-bottom: 20px;
    color: #C82839;
}

.contact-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.contact-icon i {
    font-size: 18px;
    padding-right: 20px;
    width: 35px;
    color: #C82839;
}

.single-footer h3 {
    color: #433F3C;
}

.contact-icon p {
    color: #DE4019;
    font-weight: 600;

}

.single-footer.f-about {
    padding-bottom: 20px;
}

.contact-message-box input::-webkit-input-placeholder,
.contact-message-box textarea::-webkit-input-placeholder {
    color: #000;
    font-size: 14px;
    text-align: center;
}

.contact-message-box input:-ms-input-placeholder,
.contact-message-box textarea:-ms-input-placeholder {
    color: #000;
    font-size: 14px;
    text-align: center;
}

.contact-message-box input::placeholder,
.contact-message-box textarea::placeholder {
    color: #000;
    font-size: 14px;
    text-align: center;
}

@media(max-width:767px) {
      #contact-us .nr-banner {
        background-image: url(../img/contact-us/contact-mob.png) !important;
    }
    .contact-message-box {
        width: 100%;
        margin: 0 auto;
    }

    .contact-icon {
        margin-left: 0px;
    }
    .contact-message-box h3{
        text-align: center;
    }
    a.submit-btn{
        float: none;
        margin: 0 auto;
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}
