/* New Contact Us page CSS last modified by NK on 05-04-2023 at 18:26 Hours */

input::placeholder,
textarea::placeholder {
    color: #000;
}

/* Banner Section starts below :- */
section.banner-section .banner-wrapper {
    background-image: url('https://storage.googleapis.com/infiflexnew.appspot.com/new-banner-contact_us.jpg');
}

section.banner-section .banner-text-content .digital-line-banner {
    background: #a22c29 0% 0% no-repeat padding-box;
}

section.banner-section .banner-text-content h1.banner-text-main-heading .banner-span {
    color: #a22c29;
}

/* Contact Us Form section starts below :- */

.contact-us-form {
    position: relative;
    text-align: left;
    background-color: rgb(255, 255, 255);
    width: auto;
    padding: 0;
    margin-top: 130px;
}

.contact-form {
    width: auto;
    margin: 30px auto;
}

.contact-us-form .heading h2 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
    margin-top: 5px;
    font-size: 35px;
    color: #000;
}

.contact-us-form .title {
    text-transform: uppercase;
    text-align: center;
    font: size 5em;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    letter-spacing: 3px;
    color: #062e1bcc background-color linear-gradient(to right, #f4524d 0%, #5543ca 100%);
    -webkit-text-size-adjust: transparent;
}

.sub-heading-text {
    font-size: 16px;
    text-decoration: rgb(180, 175, 185);
    text-emphasis-color: rgb(221, 205, 205);
    /* letter-spacing: 1.2px; */
    color: #130a49;
    text-align: center;
}

textarea#message {
    height: 20vh;
}

.contact-form .input-text {
    width: 100%;
    height: 40px;
    display: inline;
    border-width: 0 0 2px 0;
    border-color: rgb(36, 33, 30);
    font-size: 15px;
    font-weight: 400;
    resize: vertical;
    margin-bottom: 30px;
    line-height: 1.7;
}

.contact-form .input-text:focus+.label,
.contact-form .input-text.not-empty+.label {
    transform: translateY(+2);
}

.contact-form .input-text:focus {
    outline: #16151b;
}

.contact-form .label {
    font-size: 20px;
    left: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #3c3855;
    cursor: text;
    opacity: 0.5px;
}

.contact-form .my-button {
    padding: 9px 18px;
    text-align: center;
    font-size: 17px;
    border: none;
    width: 150px;
    display: inline-block;
    color: #000;
    cursor: pointer;
    background-color: #e6c946;
    border-radius: 2px;
    transition: ease-in-out 0.25s;
    margin: 2em auto;
}

.contact-form .my-button:hover {
    transition: ease-in-out 0.25s;
    cursor: pointer;
    background-color: #1E8999;
    color: #fff;
}

#maincontent {
    padding-top: 5em;
}

@media (min-width: 1400px) {
    #maincontent {
        padding-top: 7em;
    }
}

@media (max-width: 768px) {
    #maincontent {
        padding-top: 7em;
    }
}

@media (max-width: 991px) {
    .contact-form {
        width: auto;
        margin: 0;
    }

    .career-reg {
        margin-top: 3em;
    }
}

#cvFileUpload{
    height: 5px !important;
}