.footer-subscribe-bar .container,
.footer-subscribe-bar .container .row {
    padding: 0;
    margin: 0;
    width: 100%;
}

#pre-footer .footer-subscribe-bar .container {
    max-width: 100%;
}

.footer-subscribe-bar {
    max-width: 94%;
    margin: auto;
}

.footer-subscribe-bar .right-section {
    background: rgba(0, 0, 0, 0.1);
    height: 224px;
    padding: 80px 60px 0;
}

.footer-subscribe-bar .subscribe-boxer {
    position: relative;
}

.footer-subscribe-email::-webkit-input-placeholder {
    color: #fff;
    letter-spacing: 0;
    font-family: initial;
    font-family: 'Rubik', 'Roboto', sans-serif;
}

.footer-subscribe-email:-moz-placeholder {
    color: #fff;
    letter-spacing: 0;
    font-family: initial;
    font-family: 'Rubik', 'Roboto', sans-serif;
}

.footer-subscribe-email::-moz-placeholder {
    color: #fff;
    letter-spacing: 0;
    font-family: initial;
    font-family: 'Rubik', 'Roboto', sans-serif;
}

.footer-subscribe-email:-ms-input-placeholder {
    color: #fff;
    letter-spacing: 0;
    font-family: initial;
    font-family: 'Rubik', 'Roboto', sans-serif;
}

#pre-footer .footer-subscribe-email {
    position: absolute;
    padding: 16px 50px 18px 28px;
    border-radius: 0;
    opacity: 1;
    font-size: 16px;
    font-weight: 300;
    height: 64px;
    margin: 0;
    word-spacing: 0;
    border: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-radius: 60px;
    box-shadow: 0 1px 29px rgba(0, 0, 0, 0.07);
    transition: all 0.25s ease;
}

#pre-footer .footer-subscribe-email:hover {
    box-shadow: 0 1px 33px rgba(0, 0, 0, 0.16);
}

#pre-footer .footer-subscribe-email:focus {
    box-shadow: 0 1px 36px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
}

.footer-subscribe-submit {
    font-size: 0;
    border-radius: 0;
    position: absolute;
    right: 4px;
    border-radius: 50px;
    top: 4px;
    border: none;
    cursor: pointer;
    background: #fff;
    color: #437df9;
    height: 56px;
    width: 56px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.footer-subscribe-submit:hover {
    background: #222;
}

.footer-subscribe-submit:after {
    content: "\e628";
    font-family: 'themify';
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.footer-subscribe-submit:hover:after {
    margin-left: 3px;
    color: #fff;
}

.footer-subscribe-text {
    padding: 53px 81px 0 78px;
}

.footer-subscribe-bar .footer-subscribe-text p {
    color: #fff;
    margin-bottom: 10px;
    margin-left: 2px;
}

.footer-subscribe-bar .footer-subscribe-text h6 {
    font-size: 27px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0.001em;
    margin-bottom: 21px;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width:1366px) {
    .footer-subscribe-bar .footer-subscribe-text h6 {
        font-size: 24px;
        margin-bottom: 17px;
    }

    .footer-subscribe-bar .footer-subscribe-text p {
        font-size: 16px;
        line-height: 30px;
    }

    .footer-subscribe-text {
        padding: 45px 40px 0 40px;
    }

    .footer-subscribe-bar .right-section {
        padding: 84px 30px;
    }

}

@media (max-width: 991px) {
    .footer-subscribe-bar .footer-subscribe-text h6 {
        font-size: 20px;
    }

    .footer-subscribe-bar .footer-subscribe-text p {
        font-size: 14px;
        line-height: 28px;
    }

    .footer-subscribe-text {
        padding: 30px 00px 0 30px;
    }

}

@media (max-width: 767px) {
    .footer-subscribe-text {
        text-align: center;
        padding: 35px 35px;
    }

    .footer-subscribe-text,
    .footer-subscribe-bar .right-section {
        height: 100%;
        width: 100%;
        padding: 40px 35px;
    }

    .footer-subscribe-bar .right-section {
        height: 150px;
    }

    .footer-subscribe-form {
        margin: 0;
    }
}