/*!
 * index css
 */

.particles-on{
    position: absolute;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}
.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}


.bg-two-dimension{
    background-color: #201f4f;
}


.bg-three-dimension{
    background-color: #201f4f;
}

.bg-bitmap{
    background: url("/img/mifi/index/bitmap.png") no-repeat center;
    background-size: cover;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {


}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {


}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .bg-two-dimension{
        background: url("/img/mifi/index/clock.webp") no-repeat right;
        background-size: 100%;
    }


    .bg-three-dimension{
        background: url("/img/mifi/index/blue-trapezoid.png") no-repeat left;
        background-size: 63%;
    }


}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px ) {



}
/*@media screen and (min-width:1900px) and (max-width: 2000px) {
    #map-tips .pro-liq{
        width:79%;
        margin-left: -14rem;
        text-align: center;
    }


    #dma-price .dma{
        width: 96%;
        margin-left: -14rem;
        text-align: right;
    }
}*/

