#video2 {
    width: 100%;
    cursor: pointer;
}

#video_style {
    top: 6%;
    position: absolute;
    width: 95.5%;
    display: none;
    height: 86%;
}

#small-square {
    background-color: #f4f4f4;
    width: 3%;
    height: 4%;
    position: absolute;
    bottom: 21px;
}

@media screen and (max-width: 1024px) {
    #video_style {
        width: 91.5%;
        height: 79%;
    }
}

@media screen and (max-width: 425px) {
    #video_style {
        width: 90%;
        height: 79%;
    }
}

@media screen and (min-width: 1440px) {
    #small-square {
        bottom: 15px;
    }
}

.custom-cee-forms-main .right {

}

.custom-cee-forms-main .left {
    float: left;
    margin-top: 5px;
}

.custom-cee-forms-main .left span {
    font-weight: bold;
    display: block;
    height: 40px;
    margin: 5px;
    line-height: 40px;
}

.custom-cee-forms-main .right input {
    border: 1px solid #e9e9e9;
    height: 40px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px;
    background: white;
    outline: none;
    margin: 5px;
}

.custom-cee-forms {
    margin-top: 30px;
}

span.row-num {
    position: absolute;
    transform: translate(-150%, 50%);
    display: block;
    line-height: 28px;
    height: 28px;
}

.custom-cee-forms .wpcf7-form-control-wrap input {
    width: calc(33% - 10px);
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #e9e9e9;
    height: 40px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px;
    background: white;
    outline: none;
}

.custom-cee-forms.col-4 .wpcf7-form-control-wrap input {
    width: calc(25% - 10px);
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #e9e9e9;
    height: 40px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px;
    background: white;
    outline: none;
}


.custom-cee-forms .num {
    position: absolute;
    display: block;
    transform: translateX(-200%);
    margin-top: 18px;
}

.custom-cee-forms .titles span {
    display: inline-block;
    width: 33%;
    text-transform: uppercase;
    font-weight: bold;
}

.wpcf7-form-control.wpcf7-submit {
    border: none;
    background-color: #444444;
    color: white;
    width: 120px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #85D546;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form-control-wrap .wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid rgba(226, 49, 49, 0.92);
}

.custom-form-link {
    color: #d74343;
    text-decoration: none;
}

.custom-form-link:hover {
    color: black;
}

#wpcf7-f11028-p11021-o1 {
    padding: 11px 40px;
    box-sizing: border-box;
    background-color: #D2F7B6;
}

#wpcf7-f11028-p11021-o1 .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
}

.contact-form-separator {
    display: none;
}
