.kyl_contact_form .content-wrapper .form-wrapper .contact_form .textInputs {
    max-width: 100%;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 38px;
}

@media (max-width: 1024px) {
    .textInputs {
        width: 100%;
        box-sizing: border-box;
    }
}

.kyl_contact_form .content-wrapper .form-wrapper .contact_form .textInputs label {
    display: block;
    margin: 10px 0 0;
}

.kyl_contact_form .content-wrapper .form-wrapper .contact_form .textInputs input {
    max-width: 100%;
    max-height: 55px;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #000000;
    background-color: #f5f5f5;
    text-indent: 1px;
    line-height: 4;
}

.kyl_contact_form .content-wrapper .form-wrapper .contact_form .textInputs textarea {
    max-width: 100%;
    height: 86px;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #000000;
    background-color: #f5f5f5;
    text-indent: 5px;
    line-height: 45px;
}

.kyl_contact_form .content-wrapper .form-wrapper .contact_form .textInputs input:focus,
.kyl_contact_form .content-wrapper .form-wrapper .contact_form .textInputs textarea:focus {
    outline: none;
    border: none;
    transition: border-bottom-color 0s ease;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to bottom, #000000, #8821FF) 1;
}

.kyl_contact_form .content-wrapper .form-wrapper .contact_form .textInputs input::placeholder {
    color: black;
    transition: all 0.3s ease;
    position: absolute;
    top: 15px;
    font-size: 16px;
    pointer-events: none;
}

.kyl_contact_form .content-wrapper .form-wrapper .contact_form .textInputs input:focus::placeholder {
    color: #8821FF;
    font-size: 12px;
    top: 2px;
}

.kyl_contact_form .content-wrapper .form-wrapper .contact_form .textInputs textarea::placeholder {
    color: black;
    transition: all 0.3s ease;
    position: absolute;
    top: -7px;
    font-size: 16px;
    pointer-events: none;
}

.kyl_contact_form .content-wrapper .form-wrapper .headLine {
    padding-bottom: 35px;
    padding-top: 25px;
    color: #292929;
    font-family: "Arial Black";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 49.5px;
}

@media(max-width:1024px){
    .kyl_contact_form .content-wrapper .form-wrapper .headLine{
        font-size: 26px;
    }
}

.kyl_contact_form .content-wrapper .form-wrapper .contact_form .textInputs textarea:focus::placeholder {
    color: #8821FF;
    font-size: 12px;
    top: -12px;
}

.kyl_contact_form .content-wrapper .form-wrapper .contact_form .projectCategory, .projectPriority,
.tenderWrapper, .recallWrapper {
    border-bottom: 1px solid #d8d8d8;
}

.kyl_contact_form .content-wrapper .form-wrapper .contact_form .projectCategory, .projectPriority {
    color: #292929;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    padding-top: 20px;
    display: grid;
}

.kyl_contact_form .content-wrapper .form-wrapper .contact_form .projectCategory label, .projectPriority label,
.tenderWrapper label, .recallWrapper label {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 500;
    flex-shrink: 0;
}

@media(max-width:1024px){
    .kyl_contact_form .content-wrapper .form-wrapper .contact_form .projectCategory label, .projectPriority label,
    .tenderWrapper label, .recallWrapper label{
        font-size:18px;
    }
}

.kyl_contact_form .content-wrapper .form-wrapper .contact_form .tenderWrapper, .recallWrapper {
    color: #292929;
    font-family: Arial;
    font-size: 17.719px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    padding-top: 20px;
    display: grid;
}

.kyl_contact_form .content-wrapper .form-wrapper .contact_form button {
    background: linear-gradient(to right, #8821FF, #FF1DEB);
    color: white;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    width: 166.69px;
    height: 50.39px;
    padding: 16px 49.8px 17.39px 50px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-top: 20px;
}

@media(max-width:1024px){
    .kyl_contact_form .content-wrapper .form-wrapper .contact_form button{
        width:100%;
    }
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #606060;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    outline: none;
    border-radius: 2px;
}

input[type="checkbox"]:checked {
    background-color: black;
}

input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
