.contact-sec{
    padding-bottom: 30px
}
.contact-sec .section-heading{
    font-size: 43px;
    text-align: left;
}
.contact-sec .form-desc{
    font-size: 18px;
}
.wpcf7{
    border-top: 1px solid #bdbdbd;
}
.contact-sec .form-group{
    margin-bottom: 15px
}
.contact-sec .form-group .form-label{
    display: block;
    margin: 26px 0 10px;
    font-size: 18px;
    font-weight: 700
}
.wpcf7-radio .wpcf7-list-item-label{
    position: relative;
    padding-left: 2em;
    display: inline-block;
    cursor: pointer;
    vertical-align: text-top;
}
.wpcf7-radio input{
    display: none;
}
.wpcf7-radio .wpcf7-list-item-label:before{
    top: calc(50% - (1em* 0.5));
    border-radius: 50%;
    height: 1em;
    width: 1em;
    font-size: max(1.375em, 12px);
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-indent: .07em;
    line-height: 1.44em;
    font-weight: 600;
    border: 1px solid rgba(51, 51, 51, 0.4);
    text-align: center;
}
.wpcf7-radio input:checked ~ .wpcf7-list-item-label:before{
    background: radial-gradient(#0286ff 35%, #FFFFFF 45%);
}
.wpcf7-radio{
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 16px;
}
.wpcf7-radio .wpcf7-list-item{
    margin: 0
}
.contact-sec .form-control{
    color: #212121;
    background: #fbfbfb;
    font-size: 17px;
    height: 42px;
}
.contact-sec textarea.form-control{
    height: auto;
}
.phone-group .form-control{
    width: 65px;
}
.wpcf7-submit.btn{
    background-color: #f52e44;
    border-color: #f52e44;
    color: #ffffff;
    padding: 10px 26px 13px;
     font-size: 18px;
    margin-top: 20px;
    letter-spacing: -1px;
    border-radius: 30px;
    width: 250px;
}
.wpcf7-submit.btn:hover{
    background-color: #fafafa;
    border-color: rgba(54, 54, 54, 0.3);
    color: #363636;
}
@media screen and (max-height: 767px) {
    .wpcf7-submit.btn {
        width: 100%;
    }
}
.wpcf7-checkbox label span, .wpcf7-acceptance label span{
    padding-left: 1.9375em;
    position: relative;
}
.wpcf7-checkbox label span:before , .wpcf7-acceptance label span:before{
    top: calc(50% - (1.67em* 0.5));
    height: 1.67em;
    width: 1.67em;
    font-size: max(0.75em, 9px);
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    color: #fff;
    text-indent: .07em;
    line-height: 1.44em;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid rgba(51, 51, 51, 0.4);
    text-align: center;
}
.wpcf7-checkbox label input, .wpcf7-acceptance label input{
    display: none;
}
.wpcf7-checkbox label input:checked ~ span:before, .wpcf7-acceptance label input:checked ~ span:before{
    background: #0286ff;
    border: 1px solid #0286ff;
}
.wpcf7-checkbox label input:checked ~ span:before, .wpcf7-acceptance label input:checked ~ span:before{
    content: "\f00c";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-family: "Font Awesome 6 Pro";
}
.icon-required{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #f25656;
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: 2px;
}
.wpcf7-list-item{
    margin-left: 0
}
.btn-file{
    overflow: hidden;
    position: relative;
    color: #212121 ;
    background: #fff;
    border: 1px solid rgba(51,51,51,0.3);
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 12px;
    cursor: pointer;
}
.btn-file input{
    display: none;
}
.btn-file i{
    margin-right: 4px;
}
.link-link{
    background-color: #f42d44;
    padding: 30px 26px 30px 26px;
    word-break: normal;
    word-wrap: break-word;
}
.link-link .title{
    color: #fff;
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 25px;
}
.link-link li img{
    height: 24px
}
