body {
    overflow-x: hidden !important;
}

body p {
    line-height: 2;
}

.index-banner {
    width: 100%;
    height: 42.7rem;
    margin-top: 3.75rem;
    @media screen and ( max-width: 767px ) {
        margin-top: 0px;
        height: auto;
    }
}

.index-banner .banner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75rem;
    margin: 0 auto;
    padding-top: 5rem;
    @media screen and ( max-width: 767px ) {
        width: 100%;
        padding: 0 20px;
        flex-direction: column;
        margin: 80px auto 0px;
    }
}

.banner-container-text {
    width: 48.75rem;
    padding-right: .9375rem;
    @media screen and ( max-width: 767px ) {
        width: 100%;
        padding-right: 0px;
        padding-top: 40px;
    }
}

.banner-container-text h1 {
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0px !important;
    word-wrap: break-word;
    @media screen and ( max-width: 767px ) {
        font-size: 36px;
        text-align: center;
    }
}

.update-time {
    width: 35.625rem;
    font-size: 1rem;
    color: #FFFFFF;
    margin-top: 1.25rem;
    @media screen and ( max-width: 767px ) {
        width: 100%;
        text-align: center;
    }
}

.index-banner .banner-container .banner-container-text a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19.75rem;
    height: 3.75rem;
    margin-top: 2.5rem;
    background: #488EFB;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #FFFFFF;
    @media screen and ( max-width: 767px ) {
        width: 100%;
        height: 50px;
        font-size: 16px;
        border-radius: 24px;
    }
  }

  .index-banner .banner-container .banner-container-text a:hover {
    background: #48C0FF;
  }

  .index-banner .banner-container .banner-container-text .banner-safe-msg {
    display: flex;
    align-items: center;
    margin-top: 1.25rem;
    @media screen and ( max-width: 767px ) {
        justify-content: center;
    }
  }
  .index-banner .banner-container .banner-container-text .banner-safe-msg img {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.625rem;
    @media screen and ( max-width: 767px ) {
        width: 14px;
        height: 14px;
    }
  }
  .index-banner .banner-container .banner-container-text .banner-safe-msg p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.1875rem;
    color: #C3CAE0;
    letter-spacing: 0.0437rem;
    @media screen and ( max-width: 767px ) {
        font-size: 12px;
    }
  }

.center-nav {
    position: sticky;
    top: 5rem;
    height: 3.125rem;
    border-bottom: .125rem solid #ccd2d5;
    background: #ffffff;
    @media screen and ( max-width: 767px ) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 1;
    }
}

@media screen and ( max-width: 767px ) {
    .center-nav:after {
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), rgba(0, 29, 47, .15));
        right: 4rem;
    }
    .center-nav:after {
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        right: 40px;
        width: 1.5rem;
    }
}

.center-nav button {
    display: none;
    @media screen and ( max-width: 767px ) {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 2.5rem;
    }
}

.nav-container-center {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    @media screen and ( max-width: 767px ) {
        overflow-x: auto;
        flex-wrap: nowrap;
        align-items: start;
        justify-content: start;
    }
}

.nav-container-center li {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    @media screen and ( max-width: 767px ) {
        width: auto;
        flex: 0 0 auto;
    }
}

.nav-container-center li:hover>a {
    color: #488EFB;
    border-bottom: .125rem solid #488EFB;
}

.scrolled-active {
    color: #488EFB !important;
    border-bottom: .125rem solid #488EFB !important;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    @media screen and ( max-width: 767px ) {
        flex-direction: column;
    }
}

.flex-container .left {
    width: 44% !important;
    @media screen and ( max-width: 767px ) {
        width: 100% !important;
    }
}

.flex-container .right {
    width: 50%;
    @media screen and ( max-width: 767px ) {
        width: 100%;
        margin-top: 20px;
    }
}

.nav-container-center li a {
    display: flex;
    align-items: center;
    height: 3.125rem;
    font-size: 12px;
    font-weight: 500;
    padding: 0 .9375rem;
    color: #000000;
    border-bottom: .0625rem solid transparent;
}

.how-to-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75rem;
    margin: 6.25rem auto 3.75rem;
    @media screen and ( max-width: 767px ) {
        width: 100%;
        padding: 0 20px;
        margin-top: 60px;
    }
}

.how-to-container h2 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.625rem;
    color: #000;
    text-align: center;
    letter-spacing: .0625rem;
    margin: 0px;
    @media screen and ( max-width: 767px ) {
        font-size: 24px;
    }
}

.how-to-step {
    width: 75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.5rem;
    @media screen and ( max-width: 767px ) {
        width: 100%;
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.how-to-step .step-one {
    width: 23.125rem;
    padding: 1.875rem;
    border-radius: 2rem;
    box-shadow: 0 .2rem 1.5rem rgba(0, 0, 0, .1);
    height: 100%;
    @media screen and ( max-width: 767px ) {
        margin-bottom: 20px;
        width: 100%;
    }
}

.step-one h3 {
    font-size: 1.5rem;
    text-align: center;
    margin: 0px 0px 1.25rem 0px;
    @media screen and ( max-width: 767px ) {
        font-size: 18px;
    }
}

.step-one img {
    width: 100%;
    margin-bottom: 1.25rem;
}

.step-one p {
    text-align: center;
}

.step-one p a {
    /* position: relative;
    color: #488EFB; */
    line-height: 1.875rem;
    border: none;
    text-decoration: none;
    background-position: 100% 100%, 0 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px, 0 1px, 0 1px;
    background-image: linear-gradient(#488EFB, #488EFB), linear-gradient(transparent, transparent), linear-gradient(#488EFB, #488EFB);
    color: #488EFB;
    padding-bottom: .1rem;
}

.step-one p a:hover, .step-one p a:active, .step-one p a:focus {
    animation-duration: .8s;
    animation-timing-function: ease-in-out;
    animation-name: eds-animated-text-link;
}
.step-one p a:hover {
    background-image: linear-gradient(#48C0FF, #48C0FF), linear-gradient(transparent, transparent), linear-gradient(#48C0FF, #48C0FF);
    color: #48C0FF;
}
.step-one p a {
    border: none;
    text-decoration: none;
    background-position: 100% 100%, 0 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px, 0 1px, 0 1px;
    background-image: linear-gradient(#488EFB, #488EFB), linear-gradient(transparent, transparent), linear-gradient(#488EFB, #488EFB);
    color: #488EFB;
    padding-bottom: .1rem;
}

@keyframes eds-animated-text-link {
    0% {
        background-size: 100% 1px, 0 1px, 0 1px;
    }
    50% {
        background-size: 0 1px, 100% 1px, 0 1px;
    }
    100% {
        background-size: 0 1px, 0 1px, 100% 1px;
    }
}

.how-to-container .desc {
    width: 50rem;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1.25rem;
    text-align: center;
}

.how-to-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* width: 18.75rem; */
    height: 3.125rem;
    padding: 0 3.125rem;
    margin-top: 2.5rem;
    background: #488EFB;
    border-radius: 0.5rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #FFFFFF;
    cursor: pointer;
    @media screen and ( max-width: 767px ) {
      height: 50px;
      font-size: 16px;
      width: 100%;
      border-radius: 24px;
      padding: 0 20px;
    }
  }
  
  .how-to-btn:hover {
    background: #48C0FF;
  }

  .use-expan {
    background: #f2f7ff;
  }

  .use-expan-container {
    width: 75rem;
    margin: 0 auto;
    padding: 6.25rem .9375rem 3.75rem;
    @media screen and ( max-width: 767px ) {
        width: 100%;
        padding: 60px 20px;
    }
  }

  .use-expan-container h2 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.625rem;
    color: #000;
    text-align: center;
    letter-spacing: .0625rem;
    margin: 0px;
    @media screen and ( max-width: 767px ) {
        font-size: 24px;
    }
  }

  .use-expan-container .desc {
    font-size: 1rem;
    margin-top: 1.25rem;
    text-align: left;
  }

  .use-expan-container .bg {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .use-expan-container .desc a {
    /* position: relative;
    color: #488EFB; */
    line-height: 1.875rem;
    border: none;
    text-decoration: none;
    background-position: 100% 100%, 0 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px, 0 1px, 0 1px;
    background-image: linear-gradient(#488EFB, #488EFB), linear-gradient(transparent, transparent), linear-gradient(#488EFB, #488EFB);
    color: #488EFB;
    padding-bottom: .3rem;
}

.use-expan-container .desc a:hover, .use-expan-container .desc a:active, .use-expan-container .desc a:focus {
    animation-duration: .8s;
    animation-timing-function: ease-in-out;
    animation-name: eds-animated-text-link;
}
.use-expan-container .desc a:hover {
    background-image: linear-gradient(#48C0FF, #48C0FF), linear-gradient(transparent, transparent), linear-gradient(#48C0FF, #48C0FF);
    color: #48C0FF;
}
.use-expan-container .desc a {
    border: none;
    text-decoration: none;
    background-position: 100% 100%, 0 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px, 0 1px, 0 1px;
    background-image: linear-gradient(#488EFB, #488EFB), linear-gradient(transparent, transparent), linear-gradient(#488EFB, #488EFB);
    color: #488EFB;
    padding-bottom: .3rem;
}

.use-expan-container .download-app {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1.5625rem 0;
}

.use-expan-container .download-app .app-one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 44%;
    padding: .9375rem 0 .3125rem;
    border-bottom: .0625rem solid #ccd2d5;
    margin: 0 .9375rem;
    cursor: pointer;
    @media screen and ( max-width: 767px ) {
        width: 100%;
    }
}

.use-expan-container .download-app .app-one:hover {
    color: #48C0FF;
}

.use-expan-container .download-app .app-one:hover .arrow {
    transition: all .2s ease-in;
}

.use-expan-container .download-app .app-one:hover>.arrow {
    transform: translateX(5px);
    filter: brightness(0) saturate(100%) invert(58%) sepia(88%) saturate(1921%) hue-rotate(174deg) brightness(96%) contrast(89%) !important;
}

.use-expan-container .download-app .app-one:hover .left>.sys {
    filter: brightness(0) saturate(100%) invert(58%) sepia(88%) saturate(1921%) hue-rotate(174deg) brightness(96%) contrast(89%) !important;
}

.use-expan-container .download-app .app-one .left {
    display: flex;
    flex: 1;
}

.use-expan-container .download-app .app-one .left p {
    margin-left: 15px;
    flex: 1;
    display: flex;
}

.use-expan-container .download-app .app-one .left p a{
    width: 100%;
}

.to-global-30-day {
    width: 100%;
    height: 26.8125rem;
    background: #ffffff;
    @media screen and ( max-width: 767px ) {
        height: auto;
        padding: 0 20px;
    }
  }
  .to-global-30-day .to-global-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 75rem;
    margin: 0 auto;
    padding-top: 2rem;
    @media screen and ( max-width: 767px ) {
        flex-direction: column;
        padding: 60px 0px;
    }
  }
  .to-global-30-day .to-global-main .to-global-msg {
    width: 34rem;
    margin-top: 0.625rem;
    @media screen and ( max-width: 767px ) {
        width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    .to-global-30-day .to-global-main .to-global-msg {
      margin-top: 0px;
    }
  }
  .to-global-30-day .to-global-main .to-global-msg .msg-title {
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 2.625rem;
    color: #000000;
    letter-spacing: 1px;
    @media screen and ( max-width: 767px ) {
        font-size: 24px;
        margin: 0px;
        text-align: center;
    }
  }
  .to-global-30-day .to-global-main .to-global-msg .msg-desc {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #333333;
    margin-top: 2.5rem;
    letter-spacing: 0.8px;
  }
  .to-global-30-day .to-global-main .to-global-msg .msg-btn {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17.0625rem;
    height: 3.125rem;
    background: #488EFB;
    margin-top: 3.125rem;
    border-radius: 0.5rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #FFFFFF;
  }
  @media screen and (max-width: 767px) {
    .to-global-30-day .to-global-main .to-global-msg .msg-btn {
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
        height: 50px;
        width: 100%;
        border-radius: 24px;
        padding: 0 20px;
    }
  }
  .to-global-30-day .to-global-main .to-global-msg .msg-btn:hover {
    background: #48c0ff;
  }
  .to-global-30-day .to-global-main .to-global-img {
    width: 34rem;
    height: 16.8125rem;
    @media screen and ( max-width: 767px ) {
        margin-top: 20px;
        width: 100%;
        height: auto;
    }
  }

  .why-use .why-use-container {
    width: 75rem;
    margin: 0 auto;
    padding: 6.25rem 0 3.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    @media screen and ( max-width: 767px ) {
        width: 100%;
        padding: 60px 20px;
    }
  }

  .why-use .why-use-container h2 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.625rem;
    color: #000;
    text-align: center;
    letter-spacing: .0625rem;
    margin: 0px 0px 2.25rem 0px;
    @media screen and ( max-width: 767px ) {
        font-size: 24px;
    }
  }

  .why-use-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .why-use-main .main-one {
    width: 33.3%;
    min-height: 10.75rem;
    padding: 1.25rem 1.875rem;
    @media screen and ( max-width: 767px ) {
        width: 100%;
        min-height: auto;
        padding: 1.25rem 0px;
    }
  }

  .why-use-main .main-one h3 {
    min-height: 1.875rem;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0px 0px 1.25rem 0px;
    @media screen and ( max-width: 767px ) {
        min-height: auto;
        font-size: 18px;
    }
  }

  .service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* width: 18.75rem; */
    height: 3.125rem;
    padding: 0 3.125rem;
    margin-top: 2.5rem;
    background: #488EFB;
    border-radius: 0.5rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #FFFFFF;
    @media screen and ( max-width: 767px ) {
      height: 50px;
      font-size: 16px;
      width: 100%;
      border-radius: 24px;
      padding: 0 20px;
    }
  }

  .why-use-container .service-btn {
    margin-top: 0.5rem;
  }
  
  .service-btn:hover {
    background: #48C0FF;
  }

  .watch-tv {
    background: #f2f7ff;
  }

  .watch-tv .watch-tv-container {
    display: flex;
    width: 75rem;
    margin: 0 auto;
    padding: 6.25rem .9375rem 3.75rem;
    flex-direction: column;
    align-items: center;
    @media screen and ( max-width: 767px ) {
        width: 100%;
        padding: 60px 20px;
    }
  }

  .watch-tv .watch-tv-container h2 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.625rem;
    color: #000;
    text-align: center;
    letter-spacing: .0625rem;
    margin: 0px 0px 1.25rem 0px;
    @media screen and ( max-width: 767px ) {
        font-size: 24px;
    }
  }

  .watch-tv .watch-tv-container img {
    width: 100%;
  }

  .watch-tv .watch-tv-container p a {
    /* position: relative;
    color: #488EFB; */
    line-height: 1.875rem;
    border: none;
    text-decoration: none;
    background-position: 100% 100%, 0 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px, 0 1px, 0 1px;
    background-image: linear-gradient(#488EFB, #488EFB), linear-gradient(transparent, transparent), linear-gradient(#488EFB, #488EFB);
    color: #488EFB;
    padding-bottom: .3rem;
}

.watch-tv .watch-tv-container p a:hover, .watch-tv .watch-tv-container p a:active, .watch-tv .watch-tv-container p a:focus {
    animation-duration: .8s;
    animation-timing-function: ease-in-out;
    animation-name: eds-animated-text-link;
}
.watch-tv .watch-tv-container p a:hover {
    background-image: linear-gradient(#48C0FF, #48C0FF), linear-gradient(transparent, transparent), linear-gradient(#48C0FF, #48C0FF);
    color: #48C0FF;
}
.watch-tv .watch-tv-container p a {
    border: none;
    text-decoration: none;
    background-position: 100% 100%, 0 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px, 0 1px, 0 1px;
    background-image: linear-gradient(#488EFB, #488EFB), linear-gradient(transparent, transparent), linear-gradient(#488EFB, #488EFB);
    color: #488EFB;
    padding-bottom: .3rem;
}

.stream-live .stream-live-container {
    width: 75rem;
    margin: 0 auto;
    padding: 6.25rem .9375rem 3.75rem;
    @media screen and ( max-width: 767px ) {
        width: 100%;
        padding: 60px 20px;
    }
}

.stream-live .stream-live-container h2 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.625rem;
    color: #000;
    text-align: center;
    letter-spacing: .0625rem;
    margin: 0px 0px 1.25rem 0px;
    @media screen and ( max-width: 767px ) {
        font-size: 24px;
    }
}

.stream-live .stream-live-container p {
    margin-bottom: 1.25rem;
}

.stream-live .stream-live-container a {
    display: inline-block;
    margin-bottom: 1.25rem;
    line-height: 1.875rem;
    border: none;
    text-decoration: none;
    background-position: 100% 100%, 0 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px, 0 1px, 0 1px;
    background-image: linear-gradient(#488EFB, #488EFB), linear-gradient(transparent, transparent), linear-gradient(#488EFB, #488EFB);
    color: #488EFB;
    padding-bottom: .3rem;
}

.stream-live .stream-live-container a:hover, .stream-live .stream-live-container a:active, .stream-live .stream-live-container a:focus {
    animation-duration: .8s;
    animation-timing-function: ease-in-out;
    animation-name: eds-animated-text-link;
}
.stream-live .stream-live-container a:hover {
    background-image: linear-gradient(#48C0FF, #48C0FF), linear-gradient(transparent, transparent), linear-gradient(#48C0FF, #48C0FF);
    color: #48C0FF;
}
.stream-live .stream-live-container a {
    border: none;
    text-decoration: none;
    background-position: 100% 100%, 0 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px, 0 1px, 0 1px;
    background-image: linear-gradient(#488EFB, #488EFB), linear-gradient(transparent, transparent), linear-gradient(#488EFB, #488EFB);
    color: #488EFB;
    padding-bottom: .3rem;
}

.stream-live .stream-live-container p a {
    /* position: relative;
    color: #488EFB; */
    line-height: 1.875rem;
    border: none;
    text-decoration: none;
    background-position: 100% 100%, 0 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px, 0 1px, 0 1px;
    background-image: linear-gradient(#488EFB, #488EFB), linear-gradient(transparent, transparent), linear-gradient(#488EFB, #488EFB);
    color: #488EFB;
    padding-bottom: .3rem;
}

.stream-live .stream-live-container p a:hover, .stream-live .stream-live-container p a:active, .stream-live .stream-live-container p a:focus {
    animation-duration: .8s;
    animation-timing-function: ease-in-out;
    animation-name: eds-animated-text-link;
}
.stream-live .stream-live-container p a:hover {
    background-image: linear-gradient(#48C0FF, #48C0FF), linear-gradient(transparent, transparent), linear-gradient(#48C0FF, #48C0FF);
    color: #48C0FF;
}
.stream-live .stream-live-container p a {
    border: none;
    text-decoration: none;
    background-position: 100% 100%, 0 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px, 0 1px, 0 1px;
    background-image: linear-gradient(#488EFB, #488EFB), linear-gradient(transparent, transparent), linear-gradient(#488EFB, #488EFB);
    color: #488EFB;
    padding-bottom: .3rem;
}

.stream-live .stream-live-container .tips {
    font-size: .75rem;
    margin-top: 1.25rem;
}

.nav-bg {
    background: linear-gradient(90deg, #162D8B 0%, #512F9F 100%);
    box-shadow: none !important;
}

.banner-bg {
    width: 26.25rem;
    height: 29.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('https://metrovpn.xyz/static/blog/assets/image/stream_lin_bg.svg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    @media screen and ( max-width: 767px ) {
        width: 100%;
        height: auto;
        margin: 20px 0px;
    }
}

.banner-bg img {
    width: 13rem;
    height: auto;
}

.nav-bg .nav-container .nav-containter-left .nav-classification, .nav-bg .nav-container .nav-containter-right .nav-log-in {
    color: #ffffff;
}


html {
    scroll-padding-top: 180px !important;
    scroll-behavior: smooth;
}

.mb-two-nav {
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .2s ease-in;
    z-index: 1;
}

.mb-two-nav .mb-two-nav-center {
    padding: 15px 20px;
    list-style-type: none;
}

.mb-two-nav .mb-two-nav-center li {
    font-size: 12px;
    line-height: 12px;
    padding: 12.5px 0px;
    font-weight: bold;
}

.mb-two-nav-max-height {
    max-height: calc(100vh - 130px);
}

.hidden {
    display: none !important;
}

.max-height-100 {
    max-height: 100rem !important;
  }
  @media screen and (max-width: 767px) {
    .max-height-100 {
      max-height: 1660px !important;
    }
  }

.download-streaming-body {
    padding: 6.25rem 0 3.75rem;
    background: #f2f7ff;
    @media screen and ( max-width: 767px ) {
        padding: 60px 20px;
    }
}

.download-streaming-container {
    max-width: 80rem;
    margin: 0px auto 3.75rem;
    @media screen and ( max-width: 767px ) {
      margin-bottom: 0px;
      padding: 0 20px;      
    }
  }
  .download-streaming-container button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.125rem;
    height: 3.125rem;
    margin: 0 auto;
    background: transparent;
    border: 0.125rem solid #488eff;
    border-radius: 0.625rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #488eff;
    text-align: center;
    margin-top: 3.125rem;
    cursor: pointer;
    @media screen and ( max-width: 767px ) {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #488eff;
        font-size: 16px;
        line-height: 19px;
        color: #488eff;
        height: 50px;
        width: 100%;
        border-radius: 24px;
        padding: 0 20px;
    }
  }
  .download-streaming-container button:hover {
    background: #48C0FF;
    border: 0.125rem solid #48C0FF;
    color: #ffffff;
  }
  .download-streaming-container h2 {
    font-size: 2.25rem;
    font-weight: bold;
    color: #000000;
    line-height: 3.75rem;
    text-align: center;
    margin: 0px;
  }
  @media screen and (max-width: 767px) {
    .download-streaming-container h2 {
      font-size: 20px;
      line-height: 26px;
    }
  }
  .download-streaming-container .select-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 3.125rem;
    margin-top: 5rem;
    background: #e4e4eb;
    border-radius: 0.5rem;
    padding: 0.25rem 0.125rem;
    @media screen and ( max-width: 767px ) {
      margin-top: 40px;
    }
  }
  .download-streaming-container .select-card .active-select-one {
    background: #488eff !important;
  }
  .download-streaming-container .select-card .select-one {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.3%;
    height: 100%;
    cursor: pointer;
    border-radius: 0.5rem;
  }
  @media screen and (max-width: 767px) {
    .download-streaming-container .select-card .select-one {
      font-size: 12px;
      padding: 8px;
    }
  }
  .download-streaming-container .select-card .select-one:hover {
    background: #cdcdd3;
  }
  .download-streaming-container .streaming-card-body,
  .download-streaming-container .sports-card-body,
  .download-streaming-container .media-card-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 3.125rem;
    /* max-height: 38.75rem; */
    transition: all 0.5s ease-in-out;
    overflow-y: hidden;
  }
  @media screen and (max-width: 767px) {
    .download-streaming-container .streaming-card-body,
    .download-streaming-container .sports-card-body,
    .download-streaming-container .media-card-body {
      /* max-height: 500px; */
    }
  }
  .download-streaming-container .streaming-card-body a,
  .download-streaming-container .sports-card-body a,
  .download-streaming-container .media-card-body a {
    margin: 0 2.375rem 1.875rem 0;
  }
  @media screen and (max-width: 767px) {
    .download-streaming-container .streaming-card-body a,
    .download-streaming-container .sports-card-body a,
    .download-streaming-container .media-card-body a {
      min-width: 75px;
      flex: 1;
      max-width: 23%;
      margin: 0 10px 10px 0;
    }
  }
  .download-streaming-container .streaming-card-body a img,
  .download-streaming-container .sports-card-body a img,
  .download-streaming-container .media-card-body a img {
    width: 9.375rem;
    height: 9.375rem;
    border-radius: 1rem;
    border: 0.125rem solid #e4e5e9;
  }
  @media screen and (max-width: 767px) {
    .download-streaming-container .streaming-card-body a img,
    .download-streaming-container .sports-card-body a img,
    .download-streaming-container .media-card-body a img {
      width: 100%;
      height: auto;
    }
  }
  .download-streaming-container .streaming-card-body a p,
  .download-streaming-container .sports-card-body a p,
  .download-streaming-container .media-card-body a p {
    height: 2.5rem;
    text-align: center;
    font-size: 0.875rem;
    padding-top: 0.625rem;
  }
  @media screen and (max-width: 767px) {
    .download-streaming-container .streaming-card-body a p,
    .download-streaming-container .sports-card-body a p,
    .download-streaming-container .media-card-body a p {
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
  .download-streaming-container .streaming-card-body a:nth-of-type(7n),
  .download-streaming-container .sports-card-body a:nth-of-type(7n),
  .download-streaming-container .media-card-body a:nth-of-type(7n) {
    margin-right: 0px;
  }
  @media screen and (max-width: 767px) {
    .download-streaming-container .streaming-card-body a:nth-of-type(7n),
    .download-streaming-container .sports-card-body a:nth-of-type(7n),
    .download-streaming-container .media-card-body a:nth-of-type(7n) {
      margin-right: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .download-streaming-container .streaming-card-body a:nth-of-type(4n),
    .download-streaming-container .sports-card-body a:nth-of-type(4n),
    .download-streaming-container .media-card-body a:nth-of-type(4n) {
      margin-right: 0px;
    }
  }
  .download-streaming-container .streaming-card-body a:hover img,
  .download-streaming-container .sports-card-body a:hover img,
  .download-streaming-container .media-card-body a:hover img {
    opacity: 0.7;
  }


.nav-bg .nav-container .nav-containter-right .nav-btn {
  color: #ffffff;
  border-color: #ffffff;
}