﻿.sale-container.m-top-10 {
    padding: 60px;
    background-color: #f7f7f7;
    text-align:center;
}

.promo-box-overlay{
    position:relative;
}
.carousel .promo-overlay {
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 10%;
    width: 100%;
    padding: 20px;
    text-align:left;
}
.promo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
@media(max-width:767px) {
    .carousel .promo-overlay {
        bottom: 0;
        text-align: center;
        top: auto;
        left:0;
        right:0;
    }
}
@media(min-width:768px) and (max-width:1200px){
    .carousel .promo-overlay {
        left: 5%;
    }
}
.promo-overlay .btn {
    color: white;
    border-color: white;
    background-color: transparent;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-radius:0;
    text-transform:uppercase;
}
.promo-overlay .btn:hover {
    color: black;
    border-color: white;
    background-color: white;
}

.homepage-container-block{
    padding:10px;
    background-color:white;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.carousel-control-prev, .carousel-control-next {
    width: 5%;
}
.homepage-container-block strong {
    margin-top: 10px;
    display: block;
}
#homeProds{
    max-width:1100px;
    margin:auto;
}
.homepage-cat-container {
    max-width:2000px;
    padding:0 50px;
}
@media(min-width:768px) and (max-width:991px) {
    .homepage-cat-container {
        max-width: 2000px;
        padding: 0 15px;
    }
}
@media(min-width:768px) and (max-width:991px) {
    .homepage-cat-container .promo-overlay .btn {
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin:auto;
    }
}
@media(max-width:991px) {
    .m-top-10 {
        margin-top: 20px;
    }
}

@media(max-width:767px) {
    .m-top-10.mob-grid {
        padding: 0;
        margin: 0;
    }

    .hp-grid-sec {
        margin: 10px 0;
    }

    .homepage-cat-container {
        max-width: 2000px;
        padding: 0px;
    }
}
.carousel-inner img {
    margin: auto;
}
.banner-bg-image{
    height:600px;
    width:100%;
    background-position:center;
    background-size:cover;
}
@media(max-width:991px){

    .banner-bg-image {
        height: 450px;
        width: 100%;
        background-position: center;
        background-size: cover;
    }
}


#meet-section {
    max-width: 2000px;
    padding: 0 50px;
}

@media(max-width:767px) {
    #meet-section {
        padding: 0;
    }
}

.mob-img {
    padding: 5px;
}

.homepage-mob-img {
    margin: auto;
}
@media(max-width:767px){
    .meet-row{
        margin:0;
    }
}
@media(min-width:768px) {
    .carousel .promo-overlay .btn {
        font-size: 18px;
        height: 50px;
        width: 100%;
        display: flex;
        max-width: 300px;
        align-items: center;
        justify-content: center;
    }
}
.carousel .promo-overlay .btn {
    font-size: 18px;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}