
.blog-listing .rt-card .box .text-block p {
  
  text-align: justify;

}


.tradingview-cl{

  width: 100%;
  height: 100%;
}

  
.sub-menu .icon img{
    width: 20px;
}

/* Responsive Nav header css  */
@media screen and (min-width: 320px) and (max-width: 1198px) {
  .header-nav.header-sticky {
    background: rgba(12, 22, 39, 0.8);
    -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px);
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 1199px) {
    .header-nav .navigation-field {
       height: 100vh;
    }
    
  }



/* end responsive Nav header css  */



/* Heading and sub heading css for account type section in home page */

@media screen and (max-width: 500px) {

    .atb-element .top-content .title {
          margin: 10px 20px;
    }

    }


    @media screen and (max-width: 991px) {
    .sub-heading {
    margin: 10px 0px;
    }
    .blog-listing .rt-card .box .text-block p {
    font-size: 17px;
    }

    .blog-listing .rt-card .box .text-block h2 {
    font-size: 22px;
  }

      .single-blog .content-desc .title {
    font-size: 22px;
      }

      .recent-blog .item .box .text-block h2 {
    font-size: 22px;
  }
    
  }


  /* end */



  /* Ipad Ipad Air And Ipad Pro css for all platfroms section */

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .all-platforms-rw{

        display: grid;
        justify-content: center;
  }
.all-platforms-cl{
width: 100%;
}

}


/* legal and compliance  */

.content-element .desc-block .text-block .title
 {
  font-size: 34px;
 }



.banner{

}
.banner .hero-background-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner .desc{
  /* position: relative; */
  z-index: 2;
}
