.step_wrapper {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    position: relative;
}

.smallerTxt {
    font-size: 14px;
}

.heading_wrapper {
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
}

.btn-learnmore {
    position: absolute;
    bottom: -17px;
    right: 20px;
}

.sliderWrapper {
    width: 100%;
    /* height: 460px; */
    display: inline-block;
}


/* 
.slider_bg {
    width: 231px;
    height: 454px;
    background: url('phone.png') no-repeat top center;
    background-size: 231px 450px;
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto;
} */


/* .sliderWrapper .carousel-caption {
    display: none;
} */

.sliderWrapper .captionWrapper {
    width: 100%;
    float: none;
    margin-right: 0px;
}

.sliderWrapper .cap1 {
    width: 100%;
    float: none;
    margin-right: 40px;
}

.sliderWrapper .captionWrapper .stepWrapper {
    font-size: 20px;
    font-weight: bold;
}

.sliderWrapper .captionWrapper .descriptionWrapper {
    font-size: 17px;
    margin-top: 10px;
}

.sliderWrapper .carousel {
    width: 70%;
    /* float: left; */
    position: relative;
    margin: 0 auto;
}


/* .sliderWrapper .carousel-inner {
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 55px;

} */

.sliderWrapper .carousel .item img {
    margin: 0 auto;
}

.sliderWrapper .carousel .item {
    width: 100%;
    /* width: 204px; */
    /*height: 331px;*/
    overflow: hidden;
}

.sliderWrapper .carousel .carousel-control {
    height: 37px;
    top: 40%;
}

.sliderWrapper .carousel .carousel-control.left {
    left: -65px;
}

.sliderWrapper .carousel .carousel-control.right {
    right: -65px;
}

.sliderWrapper .carousel .carousel-control.left,
.sliderWrapper .carousel .carousel-control.right {
    background-image: none;
}

.modal {
    font-weight: bold;
}

.sliderWrapper .desktop {
    width: 500px;
    margin-left: 32px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sliderWrapper .carousel .item_d {
    width: 500px;
    /*height: 621px;*/
}

.sliderWrapper .carousel .carousel-control.l_d {
    left: -10px;
}

.sliderWrapper .carousel .carousel-control.r_d {
    right: -335px;
}

@media screen and (max-width: 680px) {
    .step_wrapper {
        width: 50%;
    }
    .sliderWrapper .captionWrapper {
        width: 100%;
        margin-right: 0px;
    }
    .sliderWrapper .carousel {
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        margin-top: 30px;
    }
    .btn-learnmore {
        position: absolute;
        bottom: -17px;
        right: 0;
    }
    .sliderWrapper .carousel .item {
        width: 80%;
        margin: 0 auto;
    }
    .sliderWrapper .carousel .carousel-control.left {
        left: -35px;
    }
    .sliderWrapper .carousel .carousel-control.right {
        right: -35px;
    }
}