.form-section {
    padding: 60px 0px;
    background: #f3eeea;
}
.form-section .form-bg {
    background: #fff;
    padding: 50px;
    border-radius: 25px;
}
.form-section .vc_column-inner > .wpb_wrapper{
    background: #f0eee6;
    padding: 40px 30px;
}
.form-section h1 {
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 22px;
}
.form-box p {
    margin: 0;
}
.form-box{
    font-size: 15px;
}
.form-box table{
    margin-bottom: 0px;
    width: 100%;
}
.form-box .form-label {
    font-size: 15px;
    color:#f5562c;
    margin-bottom: 4px;
}
.form-box .form-input label {
    font-weight: 500;
}
.form-box .form-label.caption {
    color: #000;
    font-weight: 600;
    font-size: 19px;
    font-family: League Spartan;
    margin-bottom: -14px;
}
.form-box td{
    padding-bottom: 15px;
	vertical-align: top;
}
.form-box td+td {
    padding-left: 25px;
}
.form-box textarea {
    height: 100px;
}
.form-box input[type="text"], .form-box input[type="email"], .form-box input[type="tel"], .form-box textarea,.form-box select {
    width: 100%;
    padding: 13px 15px;
}
.form-input .wpcf7-checkbox {
    display: block;
    margin-bottom: 8px;
}

.form-box input[type="submit"] {
    background: #075056;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    padding: 14px 24px;
    font-weight: 600;
    border-radius: 8px;
}
.form-box input[type="submit"]:hover{
    background: #f5562c;
}
.form-input .wpcf7-checkbox span.wpcf7-list-item {
    display: inline-block;
    margin: 2px 8px;
}
.ty-btn {
    margin-top: 28px;
}
.ty-btn a {
    display: inline-block;
    background: #e7e6e4;
    font-size: 1.1em;
    padding: 14px 10px;
    color: #000;
    border-radius: 150px;
    letter-spacing: 2px;
    min-width: 380px;
    text-align: center;
}
.ty-btn a:hover{
    background: #ed471d;
    color: #fff;
}

.what-section {
    background: #e4dace;
    padding: 50px 0px;
    text-align: center;
}
.what-section h2 {
    font-size: 2.2em;
    font-weight: 500;
    margin-bottom: 16px;
}
.what-section .ty-btn a {
    min-width: 440px;
    margin-bottom: 14px;
    background: #fff;
    color: #000;
}
.what-section .ty-btn a:hover{
    background: #000;
    color: #fff;
}
.what-section .f-link {
    margin-bottom: 22px;
}
.what-section .flw-link {
    display: flex;
    justify-content: center;
    gap: 0;
}
.what-section .flw-link a {
    display: block;
    position: relative;
    padding: 0px 20px;
    position: relative;
    color: #000;
}
.what-section .flw-link a+a::before {
    content: "";
    width: 1px;
    height: 15px;
    background: #000;
    position: absolute;
    left: 0;
    top: 5px;
}
.what-section .flw-link a:hover {
    color: #ed471d;
}
 
@media only screen and (max-width:767px){
    .form-section .form-bg {
        padding: 30px;
    }
    .form-box td {
        display: block;
    }
    .form-box td+td {
        padding-left: 0;
    }
    .ty-btn a,.what-section .ty-btn a {
        min-width: 310px;
        font-size: 1em;
    }
}