.container-banner {
    position: relative;
    height: 794px;
}

.swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;

    background-size: cover;
    background-position: center center;

    z-index: -999;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.container-text {
    background: rgba(0, 0, 0, 0.33);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

}

.banner-info {
    padding-top: 220px;
}

.carousel-inner a {
    background-size: cover;
    background-position: center center;
    height: 250px;
}

@media (max-width: 800px) {
    .container-banner {
        height: 300px;
    }
}

.find-about a {
    background: rgba(255, 0, 0, 0.48);
    padding: 10px 35px;
}

.img-responsive-about {
    height: 450px;
}

.about-img1 {
    height: 347px;
}

@media (min-width: 800px) {
    .menu-text-left {
        width: 40%;
    }

    .menu-text-right {
        float: left;
        width: 50%;
        padding: 10px 0;
        margin-left: 20px;
    }

    .ab1-mhe {
        height: 431px;
    }
}

@media (max-width: 800px) {
    .menu-text-left {
        padding: 20px;
        width: 100%;
    }

    .img-responsive-about {
        height: auto;
    }

    .about-img1 {
        height: auto;
    }

}

.locations-box-content {
    padding: 90px 0;

}

.locations-box-content .rounded-circle {
    width: 235px;
    height: 235px;
    background-size: cover;
    display: block;
    margin: auto;
    border: solid 2px #ffffff;
    background-position: center center;
}

.locations-box-content h3 {
    margin-top: 40px;
    font-weight: 600;
    font-size: 28px;

}

.online-order-btn {
    border-width: 2px;
    margin-top: 20px;
    border-color: black;

    padding: 10px 40px;
    font-size: 18px;

    border-radius: 0;
    color: black;
}

.locations-box-content-dec {
    font-size: 18px;
    line-height: 28px;
    color: #292929;
}

.online-order-btn {
    background: #831513;
    padding: 10px 35px;
    color: white;
    border: none;

}

.online-order-btn:hover {
    background: #831513;
}

.rounded-circle {
    border-radius: 50% !important;
}

.online-order-box {
    background: #efefef
}

@media (max-width: 768px) {
    .banner-info h1 a img {
        width: 50%;
    }

    .banner-info {
        padding-top: 100px;
    }

    .locations-box-content-item {

        padding-bottom: 40px;
    }

    .locations-box-content h3 {

        font-size: 20px;

    }

    .header-main {
        position: fixed;
    }

    .banner-info h1 a {
        font-size: 38px;
    }

    .navbar-default .navbar-toggle {
        border-color: white;
    }

    .banner-info p {
        margin-top: 0;
    }

    .navbar-nav > li {
        float: left;
        margin: 0 0px;
        width: 100%;
    }
}

.find-about a {
    background: #831513;
}

.list-right div.list-right-top {
    padding-top: 20px;
    display: inline-block;
    margin-right: 0px;
}

.navbar-nav > li {
    float: left;
    margin: 0 0px;
}

.help-block {
    margin-bottom: 0;
}

.help-block li {
    list-style: none;
    text-align: left;
    color: red;
}

