@import url("../aset/axiata/stylesheet.css");
@media (min-width: 768px) and (max-width: 1023px) {
  
    .mdp-main .owl-carousel .item img {
        border-radius: 4px;
        height: auto;
        width: 100%;
    }

    .slide-ads .owl-nav .owl-next{
        display: none;
    }

    .text-top {
        color: white;
        letter-spacing: .4px;
        font-size: 16.5px;
        line-height: 19px;
        font-family:axiatabold;
        padding-left: 30px;
        padding-top: 2px;
    }

    .line-video{
        margin-bottom:0px;
    }

    .owl-prev{
        display: none;
    }

    .billing-info {
        height: auto;
    }

    .slider-ads{
        margin-bottom:20px;
    }

    .card {
        background: #FFF none repeat scroll 0% 0%;
        /* box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); */
        box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
        margin-bottom: 10px;
    }


    
  }

  @media (min-width: 1024px) and (max-width: 1366px) {
    .owl-stage {
        /* left: -40px; */
    }
  }