body{
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}
.cl{clear: both;}
.header-sec {
    width: 100%;
    float: left;
    padding: 1em;
    background-color: #ED2C46;
}
.header-number-box {
    text-align: right;
    display:flex;
    /* flex-direction: column; */
    justify-content: flex-end;
}
a.header-number {
    color: #ED2C46;
    background: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
}
a.header-number:hover {
    box-shadow: 2px 2px 10px -1px rgba(0,0,0,0.41);
    transition: .3s;
}
.banner-box {
    padding: 2em 0;
}
.banner-content h1 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .4em;
    text-transform: uppercase;
}
.banner-content h2 {
    font-size: 55px;
    color: #fff;
    font-weight: 700;
}
.banner-img {
    padding: 1em;
}
.banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.facilities-sec {
    padding: 3em;
    width: 100%;
    float: left;
    position: relative;
    background: #F1E7E1;
}
.facilities-slide .item h3 {
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    color: #000;
    padding-bottom: 0;
    margin-top: 20px;
    /* margin-bottom: -10px; */
}
.facilities-slide .item h2 {
    font-size: 35px;
    text-align: center;
}


.product-sec {
    width: 100%;
    float: left;
    position: relative;
    padding: 3em 0;
    border-left: 3px solid #ED2C46;
    border-right: 3px solid #ED2C46;
}
.product-title h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: .5em;
    color: #000;
}
.product-title img {
    width: 5%;
}
.products-slide {
    margin-top: 3em;
}
.product-box {
    text-align: center;
}
.products-slide .item .product-box img {
    width: 20%;
}
.products-slide .item {
    padding: 40px;
}
.products-slide .item .product-box h3 {
    color: #000;
    font-size: 15PX;
    font-weight: 400;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}
.products-slide .item .product-box a {
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #ED2C46;
    font-size: 14px;
    margin: 0 auto;
    padding: 4px 23px;
    border-radius: 50px;
}

.products-slide button.owl-prev {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 80px;
}
.products-slide button.owl-next {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 80px;
    /* background-image: url('../images/bg-arrow.png'); */
    /* background-color: #ED2C46; */
}
.products-slide button.owl-next span {
    font-size: 75px;
    /* background-color: #ED2C46; */
    background-image: url('../images/bg-arrow-right.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 15px;
    color: #fff;
}
.products-slide button.owl-prev span {
    font-size: 75px;
    /* background-color: #ED2C46; */
    background-image: url('../images/bg-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 15px;
    color: #fff;
}



.store-and-loc {
    width: 100%;
    float: left;
    position: relative;
    padding: 4em;
    background: #F1E7E1;
}
.store-loc h2 {
    font-size: 20px;
    margin-bottom: 1em;
    color: #000;
    font-weight: 700;
}
.store-loc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.store-loc ul li {
    margin-bottom: 20px;
}
.store-loc ul li:last-child {
    margin-bottom: 0;
}
.store-loc ul li {
    margin-bottom: 20px;
    font-size: 15px;
}
.store-loc ul li span {
    /* position: relative; */
    margin-right: 10px;
    color: #ED2C46;
}
.store-loc ul li a {
    font-size: 15px;
    text-decoration: none;
    color: #000;
}
.store-loc ul li a span {
    /* position: relative; */
    margin-right: 10px;
    color: #ED2C46;
}

.client-story h2 {
    font-size: 20px;
    margin-bottom: 1em;
    color: #000;
    font-weight: 700;
}
.test-img {
    float: left;
    width: 10%;
}
.test-text {
    float: left;
    width: 90%;
    padding-left: 20px;
}
.testimonial-box {
    display: block;
    margin-top: 3em;
    position: relative;
}
.testimonial-box:last-child {
    margin-top: 1em;
}
.test-text h4 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.test-text p {
    font-weight: 400;
    color: #000;
    font-size: 15px;
}
.store-loc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
img.store-left-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
img.store-left-img {
    position: absolute;
    left: 0;
    top: 8%;
    /* width: 16%; */
}
img.store-left-img {
    position: absolute;
    left: 0;
    top: 8%;
    width: 19%;
}

.footer-sec {
    padding: 3em;
    width: 100%;
    float: left;
    position: relative;
    background-color: #DA1A34;
}
.footer-logo-box h2 {
    font-size: 14px;
    margin-top: 2em;
    color: #fff;
    font-weight: 400;
}
.footer-logo-box h3 {
    font-size: 14px;
    margin-top: 5em;
    color: #fff;
    font-weight: 400;
}
.address-box h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}
.address-box h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.address-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.address-box ul li {
    margin-top: .5em;
}
.address-box ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.social-cions-foot ul {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
}
.social-cions-foot ul li {
    margin-right: 10px;
}
.social-cions-foot ul li a {
    color: #fff;
    text-decoration: none;
}
.social-cions-foot h5 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}
.social-cions-foot {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 70%;
}

.facilities-slide .owl-nav {
    display: none;
}
.facilities-slide .owl-dots {
    display: block!important;
    text-align: center;
    position: relative;
    top: 1.5em;
}
.facilities-slide .owl-dots button {
    width: 10px;
    height: 10px;
    background: transparent;
    margin: 0 auto;
    text-align: center;
    margin-right: 10px;
    border-radius: 100%;
    border: 2px solid #DA1A34;
}
.facilities-slide .owl-dots button.active {
    border: 1px solid #DA1A34;
    background-color: #DA1A34;
}
.social-out-box {
    position: relative;
}

@media only screen and (max-width: 991px){
    .banner-content h2 {
        font-size: 45px;
    }
    .banner-content h1 {
        font-size: 14px;
    }
    img.store-left-img {
        display: none;
    }
    .store-loc ul li br {
        display: none;
    }
    .store-loc {
        margin-bottom: 2em;
    }
    .product-title h2 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px){
    .products-slide button.owl-prev span {
        font-size: 33px;
        /* background-color: #ED2C46; */
        background-image: url(../images/bg-arrow.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 7px;
        color: #fff;
    }
    .products-slide button.owl-next span {
        font-size: 33px;
        /* background-color: #ED2C46; */
        background-image: url(../images/bg-arrow-right.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 7px;
        color: #fff;
    }
    .store-and-loc {
        padding: 2em 0;
    }
    .footer-sec {
        padding: 2em 0;
    }   
    .products-slide .item .product-box img {
        width: 50%;
    } 
    .footer-logo-box h3 {
        margin-top: 2em;
        margin-bottom: 4em;
    }
    .social-cions-foot {
        margin-top: 2em;
    }
    .product-title img {
        width: 15%;
    }
}

@media only screen and (max-width: 580px) {
    .store-and-loc {
        padding: 2em 1em;
    }
    .footer-sec {
        padding: 2em 1em;
    } 
    
}
@media only screen and (max-width: 410px) {
    .store-and-loc {
        padding: 2em 1em;
    }
    .footer-sec {
        padding: 2em 1em;
    }
    a.header-number {
        font-size: 12px;
        height: 37px;
    }
}