@import url('https://fonts.googleapis.com/css2?family=Raleway&amp;display=swap');
*{
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*:focus{
  outline: 0px;
}
.hambuger{
  border: 0px;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #0e1746;;
  display: none;
}
.profile-btn{
  border: 0px;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  color: #5DADC5;
}
.contentxx{
  width: auto;
  display: flex;
  flex-direction: row;
}
body{
  padding: 0px;
  margin: 0px;
  line-height: 24px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
h1{
  font-family: 'Montserrat', sans-serif;
  line-height: 38px;
}
h1, h2{
    font-family: 'Montserrat', sans-serif;
}
h3{
  font-family: 'Montserrat', sans-serif;
}
.static-header{
  position: sticky;
  z-index: 9999999;
  top: 0px;
}
.top-most{
  background-color: #fff;
  text-align: center;
  padding: 10px 7%;
  line-height: 14px;
  font-size: 13.5px;
}
.headerx{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: -5px;
  padding: 10px 7%;
  z-index: 99999999999999999;
  background-color: #fff;
  border-top: 1px #040720 solid;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,.2);
}
.dashboardheaderx{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: -5px;
  padding: 10px 7%;
  z-index: 99999999999999999;
  background-color: #0e1746;
  color: #eee;
  border-bottom: 1.5px #EAEEE9 dashed;
}
.navigation a{
  text-transform: uppercase;
  font-size: 12px;
  color: #0e1746;
  font-weight: bold;
  margin-left: 10px;
  line-height: 45px;
  text-decoration: none;
}
.hamburger-menu{
  background-color:#0e1746;
  padding: 25px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  position: fixed;
  overflow: auto;
  z-index: 99999999999999999;
  width: 300px;
  display: none;
}
.logo img{
  width: 200px;
}
.close-btn{
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  color: #fff;
  font-size: 25px;
  float: right;
  margin-bottom: 50px;
  right: 0px;
}
.hamburger-menu a{
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 7px;
  color: #fff;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
.slider{
  background-color: rgba(0,0,0, 0.8);
  padding: 15% 10%;
  text-align: center;
  font-weight: normal;
  color: #eee;
}
.btn1{
  background-color: rgba(255, 255, 255);
  border-radius: 5px;
  cursor: pointer;
  border: 0px;
  padding: 10px 30px;
  color: #333;
  font-size: 20px;
  margin-top: 20px;
  margin-right: 20px;
}
.btn2{
  color: #eee;
  background-color: #0e1746;
  border-radius: 10px;
  padding: 10px 50px;
  border: 0px;
  cursor: pointer;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}
.btn3{
  color:#0e1746;
  background-color: #eee;
  border-radius: 5px;
  padding: 10px 50px;
  border: 0px;
  cursor: pointer;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.main-sliderx{
  background-image: url(../index7787.html);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-slider{
  display: flex;
  margin-top: 40px;
  flex-direction: row;
  justify-content: space-between;
}
.main-siderxv{
  background-image: url(../img/btcc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sliderx{
  justify-content: center;
  width: inherit;
  height: inherit;
  background-color: rgba(0,0,0, 0.8);
  padding: 5% 15% 10% 15%;
  text-align: center;
  color: #eee;
}
.section-one{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 50px 7%;
}
.section-one > div{
  width: 45%;
}
.section-one-right video{
  width: 100%;
}
.section-one-right img{
  width: 100%;
}
.statistics{
  background-color: #fff;
  width: 100%;
  border-radius: 30px;
  padding: 40px;
  border: 2px #0e1746 solid;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.minimalh3{
  line-height: 10px;
}
.minimalred{
  color: darkred;
  line-height: 10px;
}
.sub-stat i{
  color: #0e1746;
  font-size: 35px;
}
.session-twox{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 50px 7%;
  background: #fafafa;
}
.sub-stat{
  text-align: center;
}
#coloredx{
  background: #fafafa;
}
.session-two{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 50px 7%;
  background: #fafafa;
}
.session-two >div{
  width: 45%;
}
#iconx{
  width: 300px;
  margin-left: 20%;
}
.single-div{
  text-align: center;
  padding: 100px 7%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.sub-heading-div{
  padding: 100px 7%;
  text-align: center;
}
#darkest{
  background-color: #000;
  color: #fff;
}
.sub-sub-heading-divx{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
.sub-sub-heading-div{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.sub-sub-heading-div >div{
  width: 48%;
}
.benefits-sub-div{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: left;

}
.benefits-sub-div-img img{
  width: 110px;
  margin-right: 30px;
  margin-top: 10px;
}
.background-div{
  height: 500px;
  background-image: url(../index47d6.html);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub-background-div{
  position: inherit;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 0 7%;
  color: #eee;
}
.walladdress{
  border: 0px;
  margin-bottom: 10px;
  background-color: transparent;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.faq{
  padding: 22px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
  width: 105%;
  border: 0px;
  text-align: left;
}
.sub-footer{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 100px 7%;
  flex-wrap: nowrap;
  background-color: #0e1746;
  color: #eee;
}
.contactx-div{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div{
  padding: 100px 7%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.form-holder{
  width: 80%;
}
.form-holder a{
  color:#0e1746;
  text-decoration: none;
}
.contact-form-holder{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-textarea-holder{
  width: 100%;
  height: 200px;
  background-color: #eee;
  margin-bottom: 10px;
}
.contact-textarea-holder textarea{
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0px;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
}
.sub-contact{
  padding: 20px;
  text-align: center;
  width: 23%;
  margin-bottom: 50px;
  border-radius: 10px;
  background-color: #ccc;
  /* box-shadow: 5px 5px 5px 5px rgba(0,0,0, 0.03); */
}
.plans{
  padding: 20px;
  text-align: center;
  width: 28%;
  margin-bottom: 50px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 5px rgba(0,0,0, 0.03);
}
#diamond{
  background-color:#0e1746;
  color: #fff;
}
.plans img{
  width: 60px;
}
.contact-input-holder{
  width: 49%;
  margin-bottom: 10px;
  border: 0px;
  background-color: #eee;
  height: 40px;
}
.contact-input-holder input{
  width: 90%;
  background-color: transparent;
  height: 100%;
  padding:10px;
  border: 0px;
}
.input-div{
  height: 40px;
  background-color: #fff;
  border: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.input-div input{
  height: 100%;
  width: 80%;
  border: 0px;
}
.input-div  button{
  height: 100%;
  border: 0px;
  padding: 15px;
  float: right;
  width: 20%;
  color: #eee;
  font-weight: bold;
  cursor: pointer;
  background-color: #5DADC5;
}
.chart-div{
  margin: -100px 7% 100px 7%;
  height: 480px;
  overflow: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
.flex-center-div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0e1746;
}
.career-form{
  width: 40%;
  padding: 70px 3%;
  border-radius: 5px;
  margin-bottom: 120px;
  margin-top: 120px;
  background-color: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0,0,0, 0.5);
  justify-content: center;
  align-items: center;
}
.career-form a{
  text-decoration: none;
  color: #5DADC5;
}
.core{
  padding: 7% 70px;
  text-align: center;
  background-color: #040720;
  color: #fff;
}
.minimalist{
  margin-top: -20px;
}
.sub-core{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
.sub-core > div{
  width: 33%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sub-core > div img{
  width: 120px;
  transition: 0.3s;
}
.sub-core > div img:hover{
  width: 130px;
}
#corex{
  border: #fff 2px solid;
}
.shortcuts{
  margin-top: 10px;
}
.shortcuts a{
  text-decoration: none;
  margin-left: 15px;
  color: #eee;
}
.profile{
  width: 200px;
  right: 100px;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
  display: none;
}
.profile a{
  text-decoration: none;
  color: #5DADC5;
}
.dashbord-area{
  height: auto;
  margin-top: 0px;
}
.wallets{
  background-color: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.sub-wallets{
  background-color: #fff;
  width: 24%;
  color: #555;
  font-weight: bold;
  border-radius: 5px;
  padding: 20px;
}
.price-widger{
  background-color: #fff;
  width: 24%;
  color: #555;
  font-weight: bold;
  border-radius: 5px;
}
.trading-pair{
  background-color: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  }
.trading-pair >div{
  width: 260px;
  margin: 10px 0px;
  background-color: #090909;
}
.widger-holder{
  pointer-events: none;
}
.open-trade{
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  overflow: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.single-center{
  width: 40%;
  border-radius: 5px;
  background: #040720;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.single-center form{
  width: 100%;
}
.btn-div{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.btn-buy{
  width: 120px;
  background-color: green;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
  border: 0px;
}
.btn-sell{
  width: 120px;
  background-color: red;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
  border: 0px;
}
.graph-side{
  width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.sub-side-graph{
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0, 0.5);
  padding: 20px;
  margin-top: -2000px;
}
#btcgraphx{
  overflow: auto;
  padding: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
  }
#btcgraph{
  padding: 0px;
  border-radius: 0px;
  width: 100%;
  height: 420px;
}
.profile-holder{
  display: flex;
  flex-direction: row;
  width: auto;
  align-items: center;
}
.profile-holder >div{
  margin-right: 30px;
}
#profileimg{
  width: 60px;
  border-radius: 50%;
}
.content-area{
  background-color:#0e1746;
  padding: 50px 7%;
}
.input-div{
  background-color: #e6f2ff;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}
.input-div input, .input-div select{
  border: 0px;
  height: 100%;
  background-color: inherit;
  width: 90%;
  margin-left: 10px;
}
.display-area{
  width: 100%;
  padding: 30px 50px;
  margin-bottom: 40px;
  margin-top: 20px;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.graph{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 75%;
}
.sub-graphx{
  width: 50%;
  color: #333;
  text-align: left;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0, 0.5);
  margin-top: 50px;
  padding: 50px 20px;
  overflow: auto;
  background-color: #fff;
}
.sub-graphx a{
  text-decoration: none;
  color: #0e1746;
  font-size: bold;
}
.sub-graph{
  width: 100%;
  color: #0e1746;
  border-radius: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0, 0.5);
  margin-bottom: 20px;
  padding: 20px 20px 20px 20px;
  overflow: auto;
  background-color: #fff;
}
.txtarea{
  width: 100%;
  height: 200px;
  border: 0px;
  padding: 10px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.overflow{
  width: 100%;
  overflow: auto;
}
.main-leader{
  padding: 100px 7%;
  text-align: center;
  background-color: #fafafa;
}
.leader{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub-leader{
  width: 49.7%;
  padding: 20px;
  border: 2px #666 solid;
  margin-bottom: 10px;
  text-align: left;
}
.sub-footer >div{
  width: 23%;
  text-align: justify;
}
.footer{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #0e1746;
  border-top: #eee 1px solid;
  color: #eee;
  padding: 30px 7%;
  font-size: 13px;
}

.tickerx{
  margin-bottom: -10px;
  pointer-events: none;
}
.goog-logo-link {
    display:none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-banner-frame.skiptranslate {
display: none !important;
}
#google_translate_element{
	background: white !important;
	text-align: center;
	width: 200px;
    height: 15px !important;
	margin: auto;
}
.dashboard-menu{
  display: flex;
  flex-direction: column;
  height: 100%;
  position: fixed;
  width: 300px;
  padding: 25px 30px;
  z-index: 999;
  border-right: 1.5px #EAEEE9 solid;
  background-color: #0e1746;
  color: #333;
  font-weight: bold;
}
.menu-div{
  width: 100%;
  border-radius: 40px;
  color: inherit;
  border: 0px;
  height: 40px;
  cursor: pointer;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
}
.menu-div img{
  width: 180px;
}
.menu-div i{
  margin-right: 20px;
}
.menu-div:hover{
  background-color: #fff;
  color: #0e1746;
}
.dashboard-menu a{
  text-decoration: none;
  color: #fff;
}
.main-sub-div{
  margin-left: 300px;
  background-image: url(../img/btcc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-right: 0px;
}
.dashboard-conetent{
  margin-right: 0px;
  width: inherit;
  position: relative;
  background-color: rgba(0,0,40, 0.95);
  height: inherit;
  overflow: auto;
  color: #fff;
  text-align: left;
}
.sub-dashboard-content{
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.shorcut-div{
  background-color: #eee;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0px;
  padding: 15px 20px;
  width: 100%;
  z-index: 888888;
}
.shorcut-div a{
  color:  #0e1746;
  text-decoration: none;
}
.shortcut-btn{
  color:  #0e1746;
  font-size: 12px;
  border:  0px;
  background-color: transparent;
}
.shortcut-btn i{
    font-size: 16px;
}
#google_translate_element select{
	padding: 0px !important;
	outline: none;
	width: 200px !important;
    height: 15px !important;
	color: #333 !important;
	background: white !important;
	border: 0px;
}

@media screen and (min-width: 920px) and (max-width:1049px){
.dashboard-menu{
  display: none;
}
.shorcut-div{
  display: flex;
}
.main-sub-div{
  margin: 0px;
}
.navigation{
  display: none;
}
.hambuger{
  display: inline-block;
}
.contentxx{
  width: auto;
}
.shortcuts{
  width: 100%;
}
.profile{
  right: 50px;
}
.section-one-right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
}
@media screen and (min-width: 700px) and (max-width:920px){
.dashboard-menu{
    display: none;
  }
.shorcut-div{
    display: flex;
  }
.main-sub-div{
    margin: 0px;
  }
.navigation{
    display: none;
  }
.hambuger{
    display: inline-block;
  }
  .contentxx{
    width: auto;
  }
.shortcuts{
    width: 100%;
  }
.slider{
    background-color: rgba(0,0,0, 0.8);
    padding: 15% 10%;
    text-align: center;
    color: #eee;
  }
#iconx{
    width: 280px;
    margin-top: 50px;
    margin-left: 5%;
  }
.section-one-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
.profile{
    right: 50px;
  }
.career-form{
    /* margin-top: -50px; */
  }
.form-div{
    padding: 50px 7%;
}
.plans{
  width: 40%;
}
.sub-footer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
.sub-footer >div{
    width: 45%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width:700px){
.dashboard-menu{
    display: none;
  }
.shorcut-div{
    display: flex;
  }
.main-sub-div{
    margin: 0px;
  }
  .sub-graphx{
    width: 80%;
  }
  .sub-dashboard-content{
    padding: 30px 20px;
  }
.navigation{
    display: none;
  }
.wallets{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.profile{
  right: 50px;
}
.contentxx{
  width: auto;
}
.shortcuts{
  width: 100%;
}
.sub-wallets{
  width: 49%;
  margin-bottom: 10px;
}
.graph-side{
  display: none;
}
.graph{
  width: 100%;
  left: 0px;
}
.hambuger{
    display: inline-block;
  }
.sub-slider >div{
    width: 50%;
    flex-wrap: wrap;
  }
.slider{
    background-color: rgba(0,0,0, 0.8);
    padding: 15% 10%;
    text-align: center;
    color: #eee;
  }
#iconx{
    width: 280px;
    margin-top: 50px;
    margin-left: 5%;
  }
.section-one-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
.career-form{
    /* margin-top: -50px; */
  }
.form-div{
    padding: 50px 7%;
}
.plans{
  width: 48%;
}
.sub-footer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
.sub-footer >div{
    width: 45%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 200px) and (max-width:599px){
.dashboard-menu{
    display: none;
  }
.shorcut-div{
    display: flex;
  }
.main-sub-div{
    margin: 0px;
  }
.sub-graphx{
  width: 100%;
}
.headerx{
  padding: 10px 5%;
}
.sub-dashboard-content{
  padding: 30px 20px;
}
.navigation{
    display: none;
  }
h1{
  font-size: 22px;
  line-height: 30px;
}
h2{
  font-size: 16px;
}
.sub-slider >div{
    width: 50%;
    flex-wrap: wrap;
  }
.section-one{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 10%;
}
.section-one >div, .session-two >div{
  width: 100%;
  margin-bottom: 20px;
  text-align: justify;
}
.session-two{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 10%;
}
.slider{
    background-color: rgba(0,0,0, 0.8);
    background-size: cover;
    padding: 50% 5%;
    text-align: center;
    color: #eee;
  }
.sub-slider{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sub-slider >div{
   width: 45%;
}
#iconx{
    width: 100%;
    margin-left: 0px;
    margin-top: 50px;
  }
  .chart-div{
    margin: -70px 7% 100px 7%;
  }
.section-one-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
.career-form{
    /* margin-top: -40px; */
    width: 90%;
    margin-left: 5%;
    padding: 70px 20px;
  }
.contactx-div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 10px 5%;
}
.sub-sub-heading-div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 5%;
  width: 100%;
}
.benefits-sub-div-img i{
font-size: 30px;
}
.sub-contact{
  width: 100%;
}
.sub-sub-heading-div >div{
  width:100%;
  padding: 0px;
}
.faq{
  width: 110%;
  margin-left: -10px;
}
.form-div{
  padding: 50px 5%;
  text-align: center;
}
.trading-pair{
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.plans{
  width: 90%;
}
.wallets{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.sub-wallets{
  width: 48%;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}
.contentxx{
  width: auto;
}
.shortcuts{
  width: 100%;
}
.hambuger{
  line-height: 20px;
  display: inline-block;
}
#profilex{
  right: 20px;
  width: 180px;
}
.graph, .graph-side{
  width: 100%;
  margin-bottom: 20px;
}
.sub-core, .leader{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#corex, .sub-leader{
  width: 90%;
}
.single-div, .section-one, .session-two{
  padding: 50px 5%;
}
.sub-footer{
    padding: 60px 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
.sub-footer >div{
    width: 100%;
    margin-bottom: 20px;
  }
 .single-center{
    width: 80%;
  }
.footer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 5%;
}
.statistics{
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
}
