.p1_icon{
    background-image: url("../img/p1-169.png");
    height: 140px;
    width: 249px;
    background-size: contain;
    margin: 0 auto;
}

.s1_icon{
    background-image: url("../img/s1-169.png");
    height: 140px;
    width: 249px;
    background-size: contain;
    margin: 0 auto;
}

.s2_icon{
    background-image: url("../img/s2-169.png");
    height: 140px;
    width: 249px;
    background-size: contain;
    margin: 0 auto;
}

.s3_icon{
    background-image: url("../img/s3-169.png");
    height: 140px;
    width: 249px;
    background-size: contain;
    margin: 0 auto;
}

.c3_icon{
    background-image: url("../img/c3-169.png");
    height: 140px;
    width: 249px;
    background-size: contain;
    margin: 0 auto;
}

.assist_icon{
    background-image: url("../img/assistant-169.png");
    height: 140px;
    width: 249px;
    background-size: contain;
    margin: 0 auto;
}

.p1_logo{
    background-image: url("../img/p1.png");
    height: 49px;
    width: 49px;
    background-size: contain;
    margin: 0 auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.6rem;
}

.s1_logo{
    background-image: url("../img/s1.png");
    height: 49px;
    width: 49px;
    background-size: contain;
    margin: 0 auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.6rem;
}

.s2_logo{
    background-image: url("../img/s2.png");
    height: 49px;
    width: 49px;
    background-size: contain;
    margin: 0 auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.6rem;
}

.s3_logo{
    background-image: url("../img/s3.png");
    height: 49px;
    width: 49px;
    background-size: contain;
    margin: 0 auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.6rem;
}

.c3_logo{
    background-image: url("../img/c3.png");
    height: 49px;
    width: 49px;
    background-size: contain;
    margin: 0 auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.6rem;
}

.assist_logo{
    background-image: url("../img/assist.png");
    height: 49px;
    width: 49px;
    background-size: contain;
    margin: 0 auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.6rem;
}

.mix{
    height: 90%;
}

.cases_desc {
    height: 80px;
}

.cases_heading{
    height: 100px;
}
.index_cases_heading{
    height: 70px;
}
.index_case_img{
    width: 342px;
    height: 194px;
    padding-left: 0;
}
.index_prod_desc{
    height: 60px;
    text-align: left;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    outline: black;
    background-size: 100%, 100%;
    background-image: none;
}

.carousel-control-next-icon:after
{
    content: '>';
    font-size: 55px;
    color: #fff;
    font-weight: bold;
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 55px;
    color: #fff;
    font-weight: bold;
}