.btCustomCarousel {
    position: relative;
    background: url(../images/support_device/bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 726px;
    padding: 50px 0;
    min-height: 100%;
}
.favorite_supported_device {
    min-height: 100%;
}
.btCustomCarousel>.container {
    position: relative;
    z-index: 1;
}

.btCustomCarousel .carousel-indicators {
    position: static;
    width: auto;
    margin: 0 0 30px 0;
    text-align: left;
    width: 100%;
    float: left;
}

.btCustomCarousel .carousel-indicators li {
    text-indent: 0;
    width: 170px;
    height: 170px;
    background: transparent;
    margin: 0;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btCustomCarousel .carousel-indicators li i {
    font-size: 32px;
    display: block;
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.4);
    line-height: 90px;
    margin: 20px auto 15px;
    border-radius: 100px;
    color: #ff8f00;
     -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btCustomCarousel .carousel-indicators li.active {
    background: transparent;
    color: #09203f;
}

.btCustomCarousel .carousel-indicators li.active i {
    color: #fff;
    background: #fe8d00;
}

.btCustomCarousel .carousel-control {
    background: #fe8d00;
    position: static;
    opacity: 1;
    padding: 10px 15px;
    margin-right: 15px;
}

.carouselSliderItems {
    text-align: center;
}

.carouselSliderItems img {
    z-index: 1;
    position: inherit;
}

.carouselSliderItems .carousel-inner {
    position: absolute;
    top: 17px;
    width: 280px;
    left: 50%;
    height: 592px;
    margin-left: -140px;
}

.sliderTableContent {
    display: table;
    width: 100%;
}

.sliderTableRow {
    display: table-row;
}

.sliderTableCell {
    display: table-cell;
    vertical-align: middle;
}

.itemIcon {
    color: #fff;
    background: #1f4899;
    font-size: 48px;
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    border-radius: 100px;
    color: #fff;
    
    -webkit-animation-delay: 0.5s;
    
    animation-delay: 0.5s;
}

.section-intro {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}



.section-intro h2 {
    font-weight: 900;
    font-size: 36px;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .carouselSliderItems {
        margin-top: 120px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .btCustomCarousel .carousel-indicators li {
        margin: 0;
    }
    .carouselSliderItems {
        margin-top: 120px;
    }
    .carouselSliderItems .carousel-inner {
        margin-left: -129px;
    }
}

@media (max-width: 767px) {
    .btCustomCarousel:after {
        display: none;
    }
    .btCustomCarousel {
        text-align: center;
    }
    .section-intro:after {
        left: 50%;
        margin-left: -50px;
    }
    .btCustomCarousel .carousel-indicators {
        white-space: nowrap;
        overflow: auto;
    }
    .btCustomCarousel .carousel-indicators li {
        float: none;
    }
    .btCustomCarousel .carousel-control {
        display: none;
    }
    .carouselSliderItems {
        float: left;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .carouselSliderItems img {
        display: none;
    }
    .sliderTableContent,
    .carouselSliderItems .carousel-inner {
        height: auto;
        position: relative;
    }
    .carouselSliderItems .carousel-inner {
        top: 0;
    }
}