@media (min-width: 1025px) {
                    .content_form {
                        width: 850px;
                        background-color: rgba(10, 10, 10, 0.8) !important;
                    }
                }

                @media (min-width: 668px) and (max-width: 1024px) {
                    .content_form {
                        width: 100%;
                        /*height: 1000px !important;*/
                        background-color: rgba(10, 10, 10, 0.8) !important;
                    }
                    .video-wrap {
                        /*height: 1000px !important;*/
                        /*background-color: black;*/
                    }
                }

                @media (max-width: 667px) {
                    .content_form {
                        width: 100%;
                        height: 930px !important;
                        background-color: rgba(10, 10, 10, 0.8) !important;
                    }
                    .video-wrap {
                        height: 930px !important;
                        /*background-color: black;*/
                    }
                    .owl-carousel .owl-stage-outer {
                        margin-left: 20px;
                    }
                }

                .content_form {
                    /*position: absolute;*/
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    /*width: 850px;*/
                    height: 850px;
                    background-color: rgba(10, 10, 10, 0.6);
                    /*margin: auto auto;*/
                    float: right;
                    padding: 40px;
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    border-radius: 4px;
                    -moz-box-shadow: 0 0 10px black;
                    -webkit-box-shadow: 0 0 10px black;
                    box-shadow: 0 0 10px black;
                }
                .content_form .title {
                    text-align: center;
                    font-size: 2.0rem;
                    font-weight: 600;
                    padding-bottom: 30px;
                }
                .content_form input,select,textarea {
                    width: 100%;
                    font-size: 18px !important;
                    height: 40px;
                    /*font-family: "Open Sans";*/
                    margin: 10px 0px;
                    color: white !important;
                    border: none;
                    padding: 10px;
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    border-radius: 4px;
                    background-color: rgba(0,0,0,0.2) !important;
                    border-color: rgba(0,0,0,0.25);
                }
                .content_form select option {
                    width: 100%;
                    font-size: 18px !important;
                    height: 40px;
                    /*font-family: "Open Sans";*/
                    margin: 10px 0px;
                    color: white !important;
                    border: none;
                    padding: 10px;
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    border-radius: 4px;
                    background: rgba(10,10,10,0.8) !important;
                    border-color: rgba(0,0,0,0.25);
                }
                .content_form input[type=checkbox] {
                    display: none;
                }
                .content_form label {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    cursor: pointer;
                    position: relative;
                    margin-left: 5px;
                    margin-right: 10px;
                    top: 5px;
                }
                .content_form input[type=checkbox]:checked + label:before {
                    content: "\2713";
                    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
                    font-size: 18px !important;
                    color: Black;
                    text-align: center;
                    line-height: 20px;
                }
                .content_form span {
                    font-size: 0.9rem;
                }
                .content_form button {
                    width: 50%;
                    height: 60px;
                    font-size: 1.1rem;
                    /*padding: 10px;*/
                    margin: 20px 0px;
                    margin-left: 20px;
                    background-color: #66A756;
                    color: White !important;
                    border: none;
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    border-radius: 4px;
                }
                .content_form .social {
                    width: 100%;
                    position: relative;
                    overflow: hidden;
                    text-align: center;
                }
                .content_form .social span {
                    display: inline-block;
                    vertical-align: baseline;
                    padding: 0 20px;
                }
                .content_form .social span:before, .content .social span:after {
                    content: '';
                    display: block;
                    width: 500px;
                    position: absolute;
                    top: 0.9em;
                    border-top: 1px solid White;
                }
                .content_form .social span:before {
                    right: 75%;
                }
                .content_form .social span:after {
                    left: 75%;
                }
                .content_form .buttons {
                    width: 100%;
                    margin: 30px 0px;
                }
                .content_form .buttons button {
                    float: left;
                    width: 30%;
                    margin: 0px 1.5%;
                }
                .content_form .buttons button i {
                    padding-right: 7px;
                }
                .content_form .buttons button.facebook {
                    background-color: #4464B2;
                }
                .content_form .buttons button.twitter {
                    background-color: #28A9E0;
                }
                .content_form .buttons button.google {
                    background-color: #DA4735;
                }
                .content_form .buttons:after {
                    content: "";
                    display: block;
                    clear: both;
                }
                .content_form .already {
                    text-align: center;
                    font-size: 0.9rem;
                }

.contact-form-status {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 14px;
    padding: 14px 16px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #fff;
    text-align: left;
}
.contact-form-status[hidden] { display: none; }
.contact-form-status.is-loading { border-color: rgba(168,210,212,.35); background: rgba(49,125,161,.22); }
.contact-form-status.is-success { border-color: rgba(132,218,158,.4); background: rgba(44,122,69,.35); }
.contact-form-status.is-error { border-color: rgba(255,157,157,.4); background: rgba(158,53,53,.35); }
.contact-form-status__icon { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.14); font-size: 19px; font-weight: 700; }
.contact-form-status.is-loading .contact-form-status__icon::before { content: ""; width: 14px; height: 14px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: contact-status-spin .7s linear infinite; }
.contact-form-status.is-success .contact-form-status__icon::before { content: "\2713"; }
.contact-form-status.is-error .contact-form-status__icon::before { content: "!"; }
.contact-form-status__copy { display: flex; flex-direction: column; line-height: 1.35; }
.contact-form-status__title { margin-bottom: 2px; font-size: 15px; color: #fff; }
.contact-form-status__message { font-size: 14px; color: rgba(255,255,255,.82); }
.submit-loader { display: none; width: 16px; height: 16px; margin-left: 8px; vertical-align: middle; border: 2px solid rgba(255,255,255,.42); border-top-color: #fff; border-radius: 50%; animation: contact-status-spin .7s linear infinite; }
#template-contactform-submit.is-loading .submit-loader { display: inline-block; }
@keyframes contact-status-spin { to { transform: rotate(360deg); } }

