.homepage_wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.homepage_wrapper .hero_txr {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero_all h2 {
    color: #ffffff;
    font-size: 55px;
    font-weight: 600;
    text-align: center;
}

.hero_all p {
    color: #ffff;
    line-height: 0;
    text-align: center;
    margin-bottom: 40px;
    font-size: 22px;
}

.hero_all span {
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 35px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
}

.span_bg {
    text-align: center;
}

.span_bg input.form-control {
    width: 100%;
    padding: 1.5rem 0;
    text-align: center;
    border: none;
    outline: none;
    color: #fff;
    margin-bottom: 18px;
    border: none;
    font-size: 22px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.5);
}

.span_bg input.form-control::placeholder {
    color: #fff;
}

.span_bg .invalid-feedback {
    color: #fff;
    font-size: 1rem;
}

.footer_area {
    background: #fff;
}

.home .footer_menu a,
.home .footer_menu a:hover,
.home .footer_menu a:link,
.home .footer_menu a:visited {
    text-transform: uppercase;
    text-decoration: none;
    color: #00a1b0;
}

@media (min-width: 320px) and (max-width: 768px) {

    .hero_all h2 {
        font-size: 23px;
    }

    .hero_all p {
        font-size: 11px;
    }

    .hero_all span {
        font-size: 15px;
    }

}