.contact-form-lef h1 {
    font-family: Source Serif Pro;
    font-weight: 400;
    font-size: clamp(30.08px, 5.176vw, 51.76px);
    line-height: 1.1;
    letter-spacing: -1%;

}

.contact-form-sec {
    padding-top: 60px;
    padding-bottom: 65px;
}

.contact-form-row {
    display: flex;
    gap: 10px;
}

.contact-form-lef {
    width: 38.7%;
}

.contact-form-right {
    flex: 1;
    padding-top: 5px;
}

.form-table .wpcf7-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 36px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
	margin:0;
}

.form-group label {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}

.form-full {
    grid-column: 1 / -1;
}

.form-group input,
.form-group textarea,
.form-group select {
	width:100%;
    background-color: #F5F7F6;
    border: 2px solid #1A4D2E1A;
    padding: 6.5px 8px 9px 7px;
    border-radius: 6px;
}
.form-group textarea {
	padding-bottom:16px;
	padding-left:12px;
}

.form-group textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42;
    color: #6B7F72;
}

.form-group select:invalid {
    color: #6B7F72;
}

.form-group select:valid {
    color: #222;
}

.form-group select option {
    color: #222;
}

.form-group .btn-submit {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    text-align: center;
    background-color: #1A4D2E;
    color: #FFFFFF;
    border: 1px solid #1A4D2E;
    padding: 6.5px 0;
    cursor: pointer;
    border-radius: 6px;
}

.btn-submit:hover {
    background-color: #9AA89E;
}

.contact-form-des {
    padding-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42;
    text-align: center;
    color: #6B7F72;
}

.form-apply .form-group:nth-child(6),
.form-apply .form-group:nth-child(14),
.form-apply .form-group:nth-child(8),
.form-apply .form-group:nth-child(7),
.form-apply .form-group:nth-child(11),
.form-apply .form-group:nth-child(13),
.form-apply .form-group-list,
.form-apply .form-group:nth-child(12){
    margin-top: -9px;
}
.form-apply .form-group:nth-child(9),
.form-apply .form-group:nth-child(10){
    margin-top: -10px;
	
}

.form-btn {
    margin-top: -9px;
}

.form-group-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.attachment-group {
    display: flex;
    align-items: center;
    gap: 11px;
}

.attachment-group .btn-submit {
    padding: 9px 15px 11px 12px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}


.file-name {
    font-family: Source Serif Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #6B7F72;
}
.form-group select {
	padding:5.5px 7px 5px 7px;
    width: 100%;
    box-sizing: border-box;
    appearance: auto;
    -webkit-appearance: auto;
	    font-family: Source Serif Pro;
}

.attachment-group .wpcf7-form-control-wrap {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.attachment-group .btn-submit {
    position: relative;
    display: inline-block;
    padding: 9px 15px 11px 12px;
    cursor: pointer;
}

.attachment-group .file-name {
    font-family: Source Serif Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #6B7F72;
}
.attachment-group p{
	margin:0;
}
.attachment-group .btn-submit{
	display:flex;
	margin:0;
}
.form-table p{
	margin:0;
}
.attachment-group{
	margin-top:-8px;
	margin-bottom:2px;
}
.attachment-group .btn-submit{
	line-height:1;
}
@media only screen and (max-width:767px) {
    .contact-form-row {
        flex-direction: column;
    }

    .contact-form-lef {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width:435px) {
    .form-table .wpcf7-form{

        grid-template-columns: 1fr;
    }
}