.tableheadsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0rem;
  color: #fff;
}
.tablecontentwrapper.vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tableheadsection.type2.t33 {
width: 100%;
    }
.tablewrapper {
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-style: solid;
  border-width: 0.2px;
  border-color: #000;
  border-radius: 6px;
  background-color: #000;
  font-size: 1rem;
  line-height: 1.3;
    font-weight: 500 !important;
}

.tablecontentwrapper {
    display: block!important;
}

.tableheadtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 50px;
  min-height: 50px;
  padding: 0.5rem 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.tableheadtext.type2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 50px;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}



.tableheadtext.type3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 50px;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tablecontentsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: solid;
  border-width: 0.2px;
  border-color: #000;
  background-color: #000;
}

.tablecontentsection:hover {
  opacity: 0.9;
}

.tablecontenttext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
    font-weight: 500;
  max-height: 50px;
  min-height: 50px;
  padding: 0.5rem 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0.5px solid #000;
  background-color: #fff;
  color: #555;
}

.tablecontentwrapper {
  overflow: hidden;
  width: 100%;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.tableheadwrapper {
  width: 100%;
}

.tabbelecurrencyimage {
  width: 30px;
  margin-right: 0.5rem;
}

.logoscontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logoswrapper {
  width: 33%;
  margin: 0.5rem;
  padding: 0rem;
  border-style: solid;
  border-width: 0.5px;
  border-color: #cecece;
  border-radius: 6px;
}

.logosdownloadwrapper {
  padding: 2rem;
}

.logoslink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #555;
}

.logoslink:hover {
  color: #000;
}
.mobile {
    display: none;
    color: #000;
    font-size: 0.8rem;
}

@media screen and (max-width: 991px) {
    
    .tableheadwrapper {
    display: flex!important;
}
    
    .tablecontentwrapper {
    display: flex!important;
}

    .tableheadtext.web {
    display: none;
}
    .mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            font-size: 0.6rem;
}
    .tableheadtext{
        min-width: auto;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    font-size: 0.8rem!important;
          -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: center;
            justify-content: center;
  }
    
    .tableheadsection.type2.t33 {
width: 33%;
}
        .tableheadsection.type2.t40 {
width: 40%;
}
    
  .tableheadsection.type2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tablewrapper {
    font-size: 0.9rem;
  }

  .tablewrapper.type2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tableheadtext.type2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border-bottom: 0.2px solid #fff;
  }

  .tableheadtext.type3 {
    margin-bottom: 0px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border-bottom: 0.2px solid #fff;
  }

  .tablecontentsection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right-style: none;
  }

  .tablecontentsection.type3 {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
.tablecontentwrapper.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
  .tablecontenttext {
    overflow: visible;
    max-height: none;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    border-bottom: 0.2px solid #000;
    border-right-width: 0.2px;
          overflow: visible;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0.2px solid #000;
    border-right-width: 0.2px;
          display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    min-height: 50px;
    padding: 0.5rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 0.5px solid #000;
    background-color: #fff;
    color: #555;
}
}

  .tablecontentwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }

  .tablecontentwrapper.type3 {
    position: static;
    overflow: visible;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tableheadwrapper {
    width: 100%;
  }

  .tabbelecurrencyimage {
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .tablewrapper {
    font-size: 0.8rem;
  }

  .tablewrapper.type2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tabbelecurrencyimage {
    width: 20px;
    margin-right: 0.5rem;
    margin-bottom: 0rem;
  }
}

@media screen and (max-width: 479px) {
    
    
  .tableheadsection.type2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tablewrapper {
    font-size: 0.8rem!important;!important;
  }

  .tableheadtext {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }

  .tableheadtext.type2 {
    max-height: none;
text-align: center;
      height: 100%;
     justify-content: center;

      
  }
     .tableheadtext.centers {
    
        -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center;!important;
            font-size: 0.8rem!important;
         
 }
  .tableheadtext.type3 {
    max-height: none;
      text-align: center;
      height: 100%;
      min-width: 33%;
     justify-content: center;

      
  }

  .tablecontentsection {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
      .tablecontentsection.opacity {
opacity: 1!important;
  }

  .tablecontentsection.type3 {
    font-size: 0.8rem;
  }

  .tablecontenttext {
    min-width: auto;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    font-size: 0.8rem!important;
text-align: center;
      height: 100%;
      min-width: 33%;
     justify-content: center;

  }

  .tablecontentwrapper {
    font-size: 0.8rem !important;
  }

  .tablecontentwrapper.type3 {
    font-size: 0.8rem!important;
  }

  .tableheadwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

