#slider .wrap {
    height: 100%;
}

#slider .slider-inner {
    opacity: 1;
}

#slider #slider-text {
    max-width: 600px;
    margin-bottom: 60px;
    padding-top: 0;
}

@media (min-width: 768px) {
    #slider .slider-text-wrap {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 1399px) {
    #slider .main-image {
        top: 50%;
    }
}

@media (max-width: 767px) {
    #slider .main-image {
        top: auto;
        transform: translateY(0%);
    }
}

.inner .hiw:before {
    content: none;
}

.landing-features {
    padding-bottom: 20px;
}

.landing-features .feature .feature-image {
    width: 178px;
    height: 178px;
}

@media (max-width: 479px) {
    .landing-features .feature .feature-image {
        width: 148px;
        height: 148px;
    }
}

.testimonials {
     max-width: 1150px;
     margin: auto;
    /*padding: 60px 60px 60px 10%;*/
}

.testimonials-wrap {
    background-color: #bed2eb;
}

.review-form {
    padding: 70px 0 50px;
    font-size: 20px;
    color: #313131;
}

.review-form input {
    font-size: 20px;
}

.review-form label {
    font-weight: 700;
}

.request-review-form-desc {
    text-align: center;
    margin-bottom: 60px;
}

.request-review-form-desc h2 span {
    vertical-align: bottom;
}

.review-form .gdrp {
    font-size: 16px;
}

.review-form .wpcf7-form input[type="submit"] {
    background-color: #e30613;
    border-color: #e30613;
}
.review-form .wpcf7-form input[type="submit"]:hover {
    background-color: #ffffff;
    border-color: #313131;
}