.xs_container {
    width: 100%;
    padding: 100px 0;
}
.xs_wrapper {
    max-width: 1435px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.xs_content_left {
    display: flex;
    flex: 1;
    align-items: center;
}
.xs_icon {
    margin-right: 20px;
    width: 60px;
    height: auto;
}
.xs_title_primary {
    color: #29191a;
    font-family: iNherit;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
}
.xs_title_secondary {
    color: #29191a;
    font-family: iNherit;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
}
.xs_content_right {
    flex: 1;
    display: inline-flex;
    justify-content: flex-end;
}
/* Contact Form 7 */
.hidden {
    display: none !important;
}
.wpcf7-spinner {
    display: none;
}
.wpcf7 {
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-family: iNherit;
}
.wpcf7 .wpcf7-not-valid-tip {
    font-size:13px;
    position: absolute;
    background-color: #ebd5b899;
    border-radius: 30px;
    color: #C1304F;
    line-height: 1.2em;
    margin-top: -2px;
    opacity: .9;
    padding: 5px 8px;
}
.wpcf7 form .wpcf7-response-output {
    width: 100%;
    font-family: figtree, sans-serif;
    margin-top: 20px!important;
    padding: 5px 0px !important;
    border-radius: 30px;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
    border: 1px solid rgba(41, 25, 26, .2) !important;
    top: 60px;
    margin-top: 50px;
    position: absolute;
}
.wpcf7-form {
    max-width: min-content;
    border-radius: 30px;
    width: 100%;
    border: 1px solid rgb(41, 25, 26, .2);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.wpcf7-form p {
    width: 100%;
    margin: 0;
    align-items: center;
}
.wpcf7-form label {
    flex: 1;
    min-width: 250px;
    margin: 0;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
.xs_content_right input[type=email] {
    font-weight: 500;
    box-shadow: none;
    margin: 0;
    width: 100%;
    padding: 0 10px;
    border: none;
    border-radius: 30px;
    font-family: iNherit;
    font-size: 15px;
    outline: none;
    background-color: white;
}
.wpcf7-submit {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
/*Submit*/
.xs_btn_wrapper {
    flex: 0 0 auto;
    padding: 5px 5px 5px 30px;
    background-color: #C1304F;
    border: none;
    border-radius: 30px;
    transition: all .5s ease-in-out;
    cursor: pointer;
}
.xs_btn_wrapper [type=submit], .xs_btn_wrapper [type="submit"], .xs_btn_wrapper button {
    margin:0!important;
}
.xs_btn_wrapper:hover {
    background-color: #29191a;
}
.xs_btn {
    text-decoration: none;
    color: #29191a;
    display: flex;
    align-items: center;
    font-weight: 700;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-family: iNherit;
}
.xs_btn_wrapper .xs_btn_text {
    font-size:13px;
    font-weight:500;
    color: #fff;
}
.xs_btn_icon {
    padding: 10px;
    width: 41px;
    height: 41px;
    margin-left: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.xs_btn_icon path {
    fill: #29191a;
}
@media screen and (max-width: 1024px) {
.xs_container {
    padding: 80px 0;
}
.xs_wrapper {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
    align-items: flex-start;
}
.xs_content_left {
    margin-bottom: 20px;
}
.xs_content_right {
    width: 100%;
}
.xs_title_primary, .xs_title_secondary {
    font-size: 18px;
    line-height: 32px;
    }
.xs_icon {
    width: 50px;
    }
.wpcf7 {
    width: 100%;
}
}
@media screen and (max-width: 500px) {
.xs_container {
    padding: 60px 0;
}
.xs_wrapper {
    padding: 0 15px;
}
.xs_title_primary, .xs_title_secondary {
    font-size: 15px;
    line-height: 24px;
}
.xs_icon {
    width: 33px;
}
.wpcf7 {
    width: 100%;
}
.wpcf7-form {
    display: flex;
    }
.wpcf7-response-output {
    font-style: italic;
    font-size: 11px !important;
}
.xs_btn_wrapper .xs_btn_text {
    display:none;
}
.xs_content_right input[type=email] {
    font-size: 13px;
}
.xs_btn_icon {
    margin: 0px;
}
.xs_btn_icon:hover {
    background-color:#29191a;
}
.xs_btn_icon:hover path {
    fill: #fff;
}
.xs_btn_wrapper {
    padding: 5px;
}
.wpcf7-form label {
    flex: 1;
    min-width: 65vw;
    margin:0;
}
}