::placeholder {
    color: gray !important;
    font-size: 13px !important;
    font-weight: 300 !important;
}

input {
    background-color: #EEEEEE !important;

}
textarea{
    background-color: #EEEEEE !important;
}
input {
    height: 50px;
}

textarea {
    height: 150px;
}

.header_banner_div {
    position: relative;
    width: 100%;
    height: 215px;
    text-align: center;
    overflow: hidden;
}

.header_banner_div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../images/common/cu.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.6);
    /* Apply brightness only to the background */
    z-index: -1;
}

.header_banner_img {
    height: 100%;
    width: 100%;
}

.banner_txt {
    color: #ffff;
    /* display: flex;
                                                                                                                    align-items: center;
                                                                                                                    justify-content: center; */
    position: relative;
    top: 35px;
    font-size: 25px;

}

.header_banner_div ol {
    padding: 26px 0px 0px 90px;
}

.header_banner_div li a {
    text-decoration: none;
    color: #ffff;
}

.yellow_txt {
    color: #FBBC05;
}

.contactus {
    background-color: #4285F4;
    margin-left: 14vw;
    margin-right: 14vw;
    border-radius: 40px;
    padding: 40px;
    margin-top: 75px;
    margin-bottom: 65px;

}

.form_head {
    text-align: center;
}

.form_txt {
    color: #ffff;
}

.submit_form {
    background-color: #FBBC05;
    color: #ffff;
    padding: 15px 65px 15px 65px;
    border: none;
    border-radius: 32px;
}

.map_img {
    width: 100%;
    height: 100%;
}

.contactus_nav {
    background-color: #ffcc00;
    color: #ffffff;
    border-radius: 40px;
}

.error-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.invalid-feedback {
    display: block;
    margin-top: 0.25rem;
    color: #ffff !important;
}

.file-drop-area {
    position: relative;
    /* left: 14px; */
    width: 100vw;
    height: 85px;
    border: 2px dashed #ccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.file-drop-area:hover {
    background-color: #e8e8e8;
}

.file-message {
    color: #888;
    font-size: 16px;
    text-align: center;
}

.file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.file-details {
    font-size: 14px;
    color: #333;
}

@media(min-Width:769px) and (max-width:1341px) {
    .header_banner_div ol {
        padding: 70px 0px 0px 39px;
    }
   .contactus{
    margin-left: 4vw;
    margin-right: 4vw;
   }
}
@media (max-width:768px){
    .header_banner_div ol {
        padding: 70px 0px 0px 39px;
    }
   .contactus{
    margin-left: 4vw;
    margin-right: 4vw;
   }
}

@media(max-width:576px) {
    .header_banner_div::before {
        background-image: url('../../images/common/chmv.png');
    }
    .header_banner_div ol {
        padding-left: 18px;
        padding-top: 67px;
        font-size: 12px;
    }

    .banner_txt {
        top: 18px;
        font-size: 18px;
    }

    .contactus {
        padding: 13px;
        border-radius: 13px;
        margin: 30px 10px 30px 10px;
    }

    .form_txt {
        font-size: 14px;
        line-height: 20.5px;
    }

    .submit_form {
        padding: 10px 50px 10px 50px;
    }

    .file-drop-area {
        width: 100vw;
        padding: 0px 86px;
        margin: 0px 0px;
    }
}

@media(max-width:320px) {

}
