.elementor-1457 .elementor-element.elementor-element-10d6375{--display:flex;--gap:0px 0px;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1457 .elementor-element.elementor-element-1ecd75f > .elementor-widget-container{margin:-30px 0px 0px 0px;}@media(max-width:1024px){.elementor-1457 .elementor-element.elementor-element-10d6375{--gap:0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-1457 .elementor-element.elementor-element-10d6375{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-1ecd75f */.customForm br {
    display: none;
}
.customForm p{margin: 0!important;}
.customForm .dflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.customForm .field_con {
    width: calc(50% - 20px);
}

.customForm input, .customForm select, .customForm textarea {
    padding: 7px 15px !important;
    border-radius: 7px;
    margin-bottom: 15px;
    line-height: 24px;
    border: 1px solid #ddd;
    background: #fcfcfc;
    color: #3e3e3e;
    height: 46px; width: 100%;
}

.customForm input:focus, .customForm select:focus, .customForm textarea:focus {
    border-color: #ddd !important;
}

.customForm label {
    display: block;
    color: #fff;
    text-align: left;
    line-height: 30px;
}

.customForm textarea {
    height: 110px;
    resize: none;
    margin-bottom: 15px;
}

.customForm input:focus, .customForm select:focus, .customForm textarea:focus {
    outline: none!important;
}

.wpcf7-spinner {
    position: absolute;
}

.customForm .wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0;
}
.customForm .wpcf7-response-output {
    margin: 0!important;
    text-align: center;
}

.customForm input[type=checkbox], .customForm input[type=radio] {
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: middle;
}

.customForm fieldset {
    margin-bottom: 38px;
    padding: 20px 35px 10px;
    border: 1px solid #0022556b;
}

.customForm fieldset legend {
    color: #025;
    font-size: 15px;
    margin-bottom: 8px;
}

.customForm input[type=submit] {
    padding: 14px 45px !important;
    color: #fff;
    outline: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: uppercase; background: #EA4424;
}

.customForm .btn_con {
    text-align: center;
}

.customForm .widthfull {
    width: 100%;
    text-align: center;
}

.customForm span.wpcf7-list-item-label {
    line-height: 37px;
    vertical-align: middle;
    padding: 0 0 0 8px;
}

.customForm .wpcf7-not-valid-tip {
    color: #DC2626;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: -18px 0 18px 0;
}

@media screen and (max-width: 767px) {
    .customForm .field_con {
        width: 100%;
    }

    .customForm input, .customForm select, .customForm textarea {
        margin-bottom: 15px!important;
        font-size: 13px;
    }

    .customForm label {
        line-height: 24px;
    }
}/* End custom CSS */