/* FOR MOBILE DEVICES */

@media (min-width: 200px) and (max-width: 992px) {
    .feature-item{
        padding-top:10%;
        
    }
    .learnmore {
        top: 50%;
        margin-left:25%;
        
        position: absolute;
    }
    .btn-primary {
        text-align: center;
        width: 110px;
        height: 30px;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        background-color: transparent;
        margin-right: 0px;
        border-color: #FFFFFF;
        border-bottom-width: 1px;
        border-radius: 20px;
        padding-top: 5px;
    }

    .prod-carousel {
        background-size: contain;
        background-position: center;
        background-repeat: repeat;
        width: 100%;
        height: auto;
    }

    .carousel-item {
        min-height:30vh;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }


    .img-indicators {
        list-style: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 80%;
        bottom: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .img-indicators li {
        width: 30px;
        height: 30px;
        position: relative;
        margin-left: 25px;
        margin-right: 25px;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .img-indicators li img {
        position: absolute;
        width:auto;
        height: 40px;
        border: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
        top: 0;
        left: 0;
        right: 0;
        opacity: 0.5;
    }
}
@media (min-width:200px) and (max-width:430px) {

    .img-indicators {
        list-style: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 70%;
        bottom: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .img-indicators li {
        width: 30px;
        height: 30px;
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .img-indicators li img {
        position: absolute;
        width:auto;
        height: 20px;
        border: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
        top: 0;
        left: 0;
        right: 0;
        opacity: 0.5;
    }
}