
    @media (min-width: 1200px) and (max-width: 1600px){
        .contactForm .file-select-name{
            top: 142px !important;
            left: 20px;
        }
    }
    @media (max-width: 575px){
        .contactForm .file-select-name{
            left: 18px !important;
            top: 444px !important;
        }
    }
    input[type="file"] {
        position: absolute;
        margin: 0;
        left: 0;
        opacity: 0;
        height: 49px !important;
        padding: 0;
    }
    .contactForm .file {
        border: 1px solid rgba(83, 97, 132, 0.6);
        height: 50px;
    }
    .contactForm .file-select-name{
        position: absolute;
        left: 7px;
        top: 227px;
        color: rgb(152, 160, 181);
        font-size: 14px;
    }
    .contactSection02 .contactFWrapper {
        border: 3px solid #b30000;
    }