/**/

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');*/

/*
.gafata-regular {
  font-family: "Gafata", sans-serif;
  font-weight: 400;
  font-style: normal;
}*/

/*
.montserrat-uniquifier {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}*/


.roboto-mono-uniquifier {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Roboto Mono", monospace;
	/*font-family: "poppins", sans-serif;*/
}

/*
:root {
	--green: #0c1a1a;
	--blue: #030b49;
	--white: #fff;
	--gray: #f5f5f5;
	--black1: #222;
	--black2: #999;
}*/



:root{


--gold: #F9A63E;

--bgblk: #1a1a1a;

--bgblk2: #282828;



    --blue:#6D66FF;
    --s-blue:#6D66FF;

    --input-blue:#6D66FF;


    --border-color: #c7c8ca;
    --toggle-blue:#6D66FF;
    --blue-active:#6D66FF;
    --black:#444;
    --text-color: #fff;
    --hover-color: #6D66FF;
    --light-color:#777;
    --bg-color:#fff;
    --border:.1rem solid rgba(0,0,0,.2);

    --box-shadow:.4rem .4rem 1rem #ccc,
                -.4rem -.4rem 1rem #fff;


    --box-shadow2:.2rem .2rem 1rem #080808,
                -.2rem -.2rem 1rem #080808;


    --box-shadow-inset:.4rem .4rem 1rem #222222 inset,
                      -.4rem -.4rem 1rem #282828 inset;


    --box-shadow-inset2: 0 1rem 2rem rgba(0,0,0,.1);


    --about-bg:#fff;

     --about-bg2:;

    --about-text:#444;

    --about-border:#c7c8ca;

    --about-head: #6D66FF;



    --service-bg: #fafbff;

    --grad: linear-gradient(to bottom right, #222222, #282828);

    --gradtext: linear-gradient(to bottom right, #FAA942, #fff);

    --grad-input: linear-gradient(to right, #FAA942, #FAA942);

     --grad-input-hover: linear-gradient(to right,  #fff, #FAA942);


      --grad-pay: linear-gradient(to right, #4468FF, #C463FF);

      --grad-pay-hover: linear-gradient(to right, #FF6E2F, #FFC700);



     --plan-bg: #000;

     --plan-text: #ccc;


     --price-box: #fff;

     --price-txt: #808080;

     --span-txt: #003579;

     --span-txt2: #808080;

     --review-bg: #fff;

     --review-h1: #808080;

     --slide-bg: #e6e6e6;

     --slide-txt: #666;

     --why-blue: #4368FF;
     --why-txt: #1a1a1a;

     --why-box: #fff;

     --footer-bg: #00152F;

     --nav-bg: #fff;

     --nav-txt: #808080;

     --side-border: #fafafa;

     --login-bg: #003579;

     --flegend: #FAA942;


      --admin-body: #000;

         --admin-header: #000;

         --users: #131313;

         --search: #1a1a1a;

         --table: #00CCFF;

         --table-td: #e6e6e6;

         --th-txt: #00008A;

         --th-border: #fafafa;

         --act-head: #00CCFF;

         --search-bg: #1a1a1a;
}





body{
    background: rgb(223, 242, 246) !important;
}


html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}


html::-webkit-scrollbar {
  width: 1rem;
}



html::-webkit-scrollbar-track {
  background: transparent;
}



html::-webkit-scrollbar-thumb {
  background: #fafafa;

}




/*=================navigation===============*/



.footer-container{
	display: none;
}

.nav-container{
	position: relative;
	width: 100%;
}

.navigation{
	position: fixed;
	width: 300px;
	height: 100%;
	/*background-color: #3F82F7 !important;*/
  /*background-color: rgb(223, 242, 246) !important;*/
/*  border-left: 5px solid darkcyan;*/
	/*border-right: 1px solid #2D353C;*/
	transition: 0.5s;
	background: #ffffff;
}


navigation.active{
	width: 80px;

}


.main-account{
	position: absolute;
	width: 100%;
	margin: auto;
	margin-top: 10%;
	z-index: 99999999;
/*	background: #1A2229;*/
/*	align-items: center;*/
/*	justify-content: center;*/
}

.main-balance{
	width: 90%;
	margin: auto;
}

.main-balance img{
	width: 180px;
	height: 50px;
}

.main-balance h1{
	font-size: 12px;
	font-weight: 200;
	color: #fff;
/*	color: #060621;*/
}


.main-balance h2{
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}

.sub-nav{
	position: absolute;
	width: 100%;
	margin: auto;
	margin-top: 40%;
	z-index: 99999999;
/*	align-items: center;*/
/*	justify-content: center;*/
}

.sub-nav-one{
	width: 80%;
	margin: auto;
}

.sub-nav-one h1{
	font-size: 15px;
	color: #ABAEB1;
	word-spacing: 10px;
}

.de{
	width: 100px;
	padding: 8px;
	background: darkgoldenrod;
/*	background: #060621;*/
	border: none;
	color: #fff;
	font-size: 12px;
/*	border-radius: 2px;*/
}

.dex{
	width: 100px;
	padding: 10px;
	background: #fff;
/*	background: darkseagreen;*/
	border: none;
	color:  #1E4B60;
	font-size: 12px;
	border-radius: 5px;
	margin-left: 3%;
}


.navigation ul{
	position: absolute;
	top: 22%;
	left: 0;
	width: 100%;
}

.navigation ul li{
	position: relative;
	width: 100%;
	list-style: none;
/*	box-shadow: 0px 0px 1px 0px rgb(255, 199, 109);*/
}


.navigation ul li:hover,
.navigation ul li.hovered{
/*	background-color: rgb(255, 255, 255);*/
}


.navigation ul li img{
	margin-top: 2%;
    width: 100px;
    height: 50px;
    margin-left: 3%;
}


.navigation ul li:nth-child(1) {
	margin-bottom: 40px;
	pointer-events: none;
	border: none;
/*	left: -3%;*/
	box-shadow: none;
	/*background: #242B30;*/
	width: 70%;
	background: #3F82F7;
}


.navigation ul li:nth-child(2) {
	 box-shadow:none;
	 /*width: 90%;*/
	background: rgb(223, 242, 246);
	border-right: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
	 color: #3F82F7;
		/*background: #3F82F7;*/
		/*padding: 10px;*/
}



/*
.navigation ul li:hover a,
.navigation ul li.hovered a:nth-child(2){
	color: rgb(2, 163, 254);
}*/


#fav ion-icon{
	color:  #2E7AD0;
}


.navigation ul li a {
	position: relative;
	display: block;
	width: 50%;
	display: flex;
	text-decoration: none;
	/*color: rgb(223, 242, 246);*/
	font-size: 13px;
	font-weight: 400;
	left: 16%;
	color: #555555;
	font-family: "Montserrat", sans-serif;
}

.navigation ul li:hover a,
.navigation ul li.hovered a{
 color: #003579 !important;
}

.navigation ul li a .icon{
	position: relative;
	display: block;
	min-width: 60px;
	height: 60px;
	line-height: 75px;
/*	text-align: center;*/
}


.navigation ul li a .icon ion-icon{
	font-size: 2.2rem;
	color: #ABAEB1;
/*	color: #348FE2;*/
}


.navigation ul li a #ion-icon{
	font-size: 2.1rem;
	color: #ABAEB1;
/*	color: #348FE2 !important;*/
}

.navigation ul li a .icon #ex{
	font-size: 2.3rem;
	padding-top: 4%;
}

.navigation ul li a .title{
	position: relative;
	display: block;
	padding: 5 10px;
	height: 60px;
	line-height: 60px;
	text-align: start;
	white-space: nowrap;
}


.navigation ul li:hover a::before,
.navigation ul li.hovered a::before{
	content: "";
	position: absolute;
	right: 0;
	top: -50px;
	width: 50px;
	height: 50px;
	background-color: transparent;
	border-radius: 50%;
	box-shadow: 35px 35px 0 10px var(--white);
	pointer-events: none;

}

.navigation ul li:hover a::after
.navigation ul li.hovered a::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -50px;
	width: 50px;
	height: 50px;
	background-color: transparent;
	border-radius: 50%;
	box-shadow: 35px -35px 0 10px var(--white);
	pointer-events: none;

}

.top-container{
	/*position: absolute;*/
	width: calc(100% - 300px);
	left: 300px;
   padding: 10px;
   position: fixed;
   z-index:999999999999;
   /*border-bottom: 1px solid #3F82F7;*/
   background: rgb(223, 242, 246) !important;
}


.top-container.active{
	width: calc(100% - 80px);
	left: 80px;
}

.top-container-sub{
	display: flex;
	justify-content: space-between;
	width: 95%;
	height: 50px;
	margin: auto;
	padding: 10px 5px;
}

.top-container-sub h4{
	color: darkgray;
	font-size: 14px;
}

.cols_12{
	width: 60%;
}


.cols-logo{
	display: none;
}


.cols-13{
	width: 7%;
	/*margin-left: 92%;*/
	margin-top: -1%;
}

.cols-13 a{
	color: rgb(204, 8, 9);
}

#power-icon{
/*	color: darkred !important;*/
	color: rgb(204, 8, 9) !important;
	font-size: 22px;
	float: right;
}



.transfer_container{
/*	position: fixed;*/
	width: 100%;
	margin: auto;
	padding: 2rem 0rem 0rem 0rem;
	/*background: #1A2229;*/
	padding-bottom: 2%;
}



.transfer_container h2{
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	padding-top: -3%;
	color: #F2F4F5;
}


.transfer_container h3{
	text-align: center;
	color: #3F82F7;
	font-size: 17px;
	font-weight: 400;
/*	padding-top: 1%;*/
}

.button-div{
	position: absolute;
	width: calc(100% - 400px);
	left: 400px;
	margin-top: 2%;
	justify-content: center;
/*	margin-left: 19%;*/
   z-index: 9999;
}


/*=================form---styling================*/


.body_div{
/*	background: var(--green);*/
	position: absolute;
	width: calc(100% - 300px);
	left: 300px;
    top: 70px;
    /*z-index: 99999;*/
}


#admin1{
	width: 100%;
/*	left: 400px;*/
  height: 100%;
  padding: 0rem 0%;
/*   margin-top: 5%;*/
  position: relative;
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
  background: rgb(223, 242, 246);
}

#admin1a{
  width: 100%;
  height: 100%;
  padding: 0rem 0%;
  position: relative;
  background: var(--login-bg);
  background-image: url(images/bg_review01.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}



#admin3{
  width: 100%;
  height: 100vh;
  padding: 0rem 0%;
  position: relative;
  background: var(--login-bg);
  background-image: url(images/bg_review01.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}



.admin-form-container{
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
/*  margin-top: 7rem;*/
  padding: 0rem 0rem 0rem 0rem;
  overflow: hidden;
}


.container{
  position: relative;
  max-width: 100%;
  width: 700px;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px auto;
  margin-bottom: 10rem;
  /*background: rgb(223, 242, 246);*/
  box-shadow: 0 3px 6px 0px rgba(140, 149, 159, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
}

.container .forms{
  width: auto;
  transition: height 0.2s ease;
}

.container .form{
width: auto;
padding: 25px;
}


.titlee{
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 2rem;
  

}


.form .input-field{
  position: relative;
  height: 60px;
  width: 97%;
  margin: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}


.input-field i.showhidepw{
  right: 0;
  cursor: pointer;
  padding: 10px;

}


fieldset{
  width: 100%;
  border: none;
  padding: 5px;
  margin: 5px auto;
  border-radius: 5px;
}

legend{
  font-size: 13px;
  margin-top: 10px;
  /*color: #F2F4F5;*/
  padding: 0px 5px;
  color: #3F82F7;

}

.form p{
  font-size: 13px;
  margin-top: 5px;
  color: #999;
  }



.input-field input{
  position: absolute;
/*  height: 100%;*/
  width: 100%;
  padding: 18px 45px;
  /*border: 1px solid grey;*/
  outline: none;
  font-size: 14px;
  /*box-shadow: var(--box-shadow-inset2);*/
  color: grey;
  border-radius: 1rem;
  transition: all 0.2s ease;
  background: ghostwhite;
  border: 2px solid rgb(223, 242, 246);
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
}

.input-field select{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 18px 45px;
  /*border: 1px solid grey;*/
  outline: none;
  font-size: 14px;
  font-weight: 400;
  /*box-shadow: var(--box-shadow-inset2);*/
  color: grey;
  border-radius: 1rem;
  transition: all 0.2s ease;
   background: ghostwhite;
   border: 2px solid rgb(223, 242, 246);
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
}


.input-field input:focus{
/*  border:2px solid var(--gold);*/
/*  background-color: var(--bgblk2);*/
  color: grey;
}



.input-field i{
  position: absolute;
  top: 50%;
  margin-left: 13px;
  transform: translateY(-50%);
  color: darkred;
/*  color: var(--gold);*/
  font-size: 18px;
  transition: all 0.2s ease;
}


.input-field input:focus ~ i{
   color: darkred;
/*  color: var(--gold);*/
}


.input-field i .icon{
  left: 0;
}

.form3 .button{
  margin-top: 20px;
}


.input-field button{
  border: none;
  color: #F2F4F5 !important;
  font-size: 16px;
  padding: 10px 10px;
  font-weight: 400;
  width: 30%;
  margin: 2rem auto;
  letter-spacing: 1px;
  background: var(--login-bg) !important;
/*   background:  #2E7AD0 !important;*/
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 10px;
/*  border: 1px solid #b3b3b3;*/
}


 .input-field button:hover{
/*  background:var(--grad-input-hover);*/
  color: #fff;
  border-radius: 10px;
  /*background: darkgoldenrod;*/
/*  border: 1px solid darkred;*/
}


input::placeholder{
  color: gray;
  font-size: 13px;
}


#addicon{
  margin-left: 40%;
  margin-top: 25px;
  color: #fff;
}

.login-icon{
  margin: auto;
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: var(--box-shadow-inset2);
  margin-top: 6rem;
}

.login-icon img{
  height: 100%;
  width: 100%;
  border-radius: 50%;
}


.member{
  text-align: center;
  padding: 3rem;
  color: #fff;
}

.member a{
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.member-sign-in{
  color: var(--gold);
  font-weight: 600;
}



#admin_addicon{
  margin-left: 42%;
  margin-top: 25px;
  color: #fff;
}


#closex{
	display: none;
}



/*=======================INDEX-STYLING-START================================*/

.first-index{
	width: 100%;
	padding-bottom: 1%;
	/*background:  rgb(223, 242, 246) !important;*/
	/*background: #3F82F7;*/
	/*border-radius: 10px;*/
	/*border-bottom: 1px solid #3F82F7;*/
	box-shadow: 0 3px 6px 0px rgba(140, 149, 159, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.first-index-one{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: auto;
	padding: 8px;
	padding-top: 2%;
	/*background: c*/
	/*border-radius: 10px;*/
}

.invest{
	padding: 7px;
	width: 100px;
	background: var(--login-bg) !important;
	border: none;
	color: #FFFFFF;
	font-size: 13px;
	border-radius: 5px;
	/*background: #3F82F7;*/
	cursor: pointer;
	font-weight: 350;
}



.first-index-sub{
	width: 200px;
/*	padding-top: 10px;*/
}

.first-index-sub h5{
	font-size: 13px;
	font-weight: 300;
	color: var(--login-bg) !important;
	/*color: #ABAEB1;*/
}


.first-index-sub h3{
	font-size: 18px;
	font-weight: 500;
	color: #000;
	/*color: #F2F4F5;*/
}

.first-index-sub i{
	cursor: pointer;
	color: #000;
	font-size: 20px;
}

.first-index-sub i:hover{
	color: #000fff;

}

.index-container{
	width:100%;
	background: rgb(223, 242, 246);
}

.total-container{
  display: grid;
	grid-template-columns: repeat(2, 2fr);
	background:  rgb(223, 242, 246);
/*	background: rgb(237, 237, 237);*/
	width: 100%;
	/*height: 250px;*/
	padding: 5px;
	/*border: 10px;*/
	grid-gap: 10px;
}

.box-container{
	width:100%;
	background: rgb(223, 242, 246);
	padding: 10px;
	/*margin-top: 2%;*/
	/*border: 1px solid red;*/
}

.box-container-sub{
  display: grid;
	grid-template-columns: repeat(3, 3fr);
	/*background: #3F82F7;*/
	width: 75%;
	margin: auto;
	padding: 20px;
	border-radius: 10px;
	grid-gap: 18px;
	background: var(--login-bg) !Important;
  box-shadow: 0 3px 6px 0px rgba(140, 149, 159, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.col-box{
	width: 120px;
	height: 80px;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
	padding: 10px;
	margin-left: 25%;
}

.col-box h5{
	font-size: 12px;
	font-weight: 500;
	margin-top: 10%;
	color: #919297 !important;
}


.second-index{
	width: 100%;
/*	background: rgb(237, 237, 237);*/
	padding-bottom: 1%;
	background:  #16181D;
}

.second-index-sub{
	width: 100%;
/*	height: 60px;*/
	margin: auto;
	background: #F2F4F5;
	padding: 7px;
/*	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);*/
}

.second-index-sub h5{
	font-size: 14px;
	font-weight: 300;
}


.total-one{
	display: flex;
	justify-content: space-between;
	background: #FFFFFF;
	width: 100%;
	height: 100px;
	border-radius: 10px;
/*	border: 2px solid #1E4B60;*/
	margin-top: 5%;
	/*border-bottom: 1px solid #FFFFFF;*/
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	word-spacing: 5px;
/*	margin-left: 3%; */
}

.iconxx{
	width: 90px;
	height: 35px;
	border-radius: 5px;
	/*background: #3F82F7 !important;*/
	background: var(--login-bg) !important;
	margin-top: 9%;
	margin-right: 4%;
	align-content: center;
	padding: 5px;
	text-align: center;
	cursor: pointer;
}

.iconxx h5{
	color: #ffffff;
	font-size: 11px;
}


.iconxx ion-icon{
	font-size: 20px;
	color: #F2F4F5;
/*	color: #F6A04D;*/
}


.icon-view{
	width: 110px;
	/*margin-top: 4%;*/
	margin-right: 4%;
	align-content: center;
	padding: 5px;
	text-align: center;
	cursor: pointer;
}

.icon-view h5{
	font-size: 13px;
	color:  var(--login-bg) !important;
	font-weight: 500;
	word-spacing: 5%;
}

.total-one:nth-child(2) {
/*	border-bottom: 3px solid darkgoldenrod;*/

}


.total-one:nth-child(4) {
/*	border-bottom: 3px solid darkgoldenrod;*/

}

.ref-container{
	/*position: absolute;*/
	width: 100%;
	/*background: #16181D !important;*/
	/*padding-bottom: 100%;*/
}

.ref-container-sub{
	width: 75%;
	height: 300px;
	margin: auto;
	margin-top: 1%;
	/*background: #2D353C;*/
	padding: 15px;
	border-radius: 5px;
	
}

.ref-container-sub h1{
	font-size: 15px;
	font-weight: 300;
	color:  var(--login-bg);
}


.ref-container-sub p{
	font-size: 13px;
	font-weight: 250;
	color: #000000;
}


.ref-col{
	width: 60%;
	display: flex;
	justify-content: space-evenly;
}

.cop{
	width: 80%;
	outline: none;
	border: none;
  border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#copy{
  background:  var(--login-bg) !important;
	width: 100px;
	padding: 10px;
	border: none;
	color: whitesmoke;
	font-size: 15px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#dp{
	font-size: 20px;
	margin-left: -6%;
	font-weight: 600;
}

.acc-no{
	/*width: 400px;*/
	margin: 15px;
	line-height: 24px;
}

.acc-col{
	/*width: 40%;*/
	display: flex;
	justify-content: space-between;
	margin-left: 3%;
}


.acc-column{
	/*width: 40%;*/
	display: flex;
	justify-content: space-between;
	margin-left: 3%;
}

.acc-icon{
	margin-top: 26%;
	/*margin-left: 3%;*/
}


.acc-bar{
	margin-top: 10%;
	margin-left: 15%;
}

.acc-no h2{
	font-size: 14px;
	font-weight: 350;
	color: #919297 !important;
}

.acc-no h4{
	font-size: 15px;
	font-weight: 400;
/*	color: #fff;*/
	color: grey !important;
}

.acc-no h3{
	font-size: 19px !important;
	font-weight: 500;
/*	color: #1E4B60;*/
	color: #080808 !important;
}


.index-con.tainer-sub{
	position: absolute;
	width: calc(100% - 300px);
	left: 300px;
	margin: auto;
	margin-top: 19%;

}

.index-container-sub h1{
/*	text-align: center;*/
	color: gainsboro;
	font-size: 20px;
	padding-top: 3%;
}

.index-inner{
/*	background: rgb(237, 237, 237);*/
/*	background: darkred;*/
	width: 95%;
	height: 200px;
	margin: auto;
	border-radius: 10px;
	 background: rgb(237, 237, 237) !important;
  border-radius: 10px;
  padding: 25px;
}


.inner-box{
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}


.box{
	width: 100px;
	height: 100px;
	background: darkred !important;
/*	background: rgb(239, 239, 239) !important;*/
	padding: 20px 20px 0px 15px;
	margin: 10px;
	border-radius: 50% !important;
	cursor: pointer;
	box-shadow: 0 3px 6px 0px rgba(140, 149, 159, 0.15);
	display: flex;
	flex-direction: column;
	text-align: center;
}

.box h3{
	font-size: 16px;
	text-align: center;
/*	color: rgba(0, 0, 0, 0.8) !important;*/
	color: #fff;
	font-weight: 500;
}

a{
	text-decoration: none;
}

#iicon{
	font-size: 25px;
/*	color: rgb(204, 8, 9) !important;*/
	margin-left: 0%;
	color: #fff;
	text-align: center;
}

#card{
	   text-align: center;
	   margin-left: 0%;
}

.box ion-icon{
	font-size: 25px;
/*	color: rgb(204, 8, 9) !important;*/
	margin-left: 0%;
	color: #fff;
/*	text-align: center;*/
}

#baa{
	text-align: center;
}

.balance{
	box-shadow: 0px 0px 2px 0px gainsboro;
	padding: 10px;
	border-radius: 10px;
	margin-top: 2%;
	text-align: center;
/*	background: rgb(239, 239, 239);*/
	background: gainsboro;
}

.balance h1{
	color: rgba(0, 0, 0, 0.6);
}





/*==================plan-section-style====================*/

   


.upper-plan{
	width: 100%;
/*	height: 400px;*/
	/*background: #1A2229;*/
/*	padding-bottom: 2%;*/
/*	background: #fff;*/
    padding: 10px;

}

.upper-plan-one{
	width: 90%;
	margin: auto;
/*	padding-top: 3%;*/
}

.upper-plan-one h1{
	font-size: 15px;
	font-weight: 300;
	color: #3F82F7;
}

.plan-section{
	width: 100%;
/*	height: 400px;*/
	background: rgb(223, 242, 246);
	padding-bottom: 5%;
}

.plan-section-one{
	width: 95%;
	margin: auto;
/*	padding: 10px;*/
	display: flex;
	justify-content: space-between;
	background: rgb(223, 242, 246);
}



.plan-container{
	width: 260px;
	background: #FFFFFF;
	margin-top: 3%;
	padding-bottom: 3%;
	border-radius: 5px;
	box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.plan-inner{
	width: 100%;
	padding: 20px;
}

.plan-inner h1{
	font-size: 15px;
/*	font-weight: 300;*/
	text-align: center;
	padding-top: 2%;
	color: #000000;
}

.co{
	width: 100%;
	border-bottom: 1px solid grey;
/*	padding-bottom: 8%;*/
}

.plan-inner-two{
	width: 95%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 10px;
}

.col-plan{
	text-align: center;
	line-height: 20px;
	margin-top: 3%;
}

.col-plan h3{
	font-size: 20px;
	font-weight: 200;
	color: #555555;
}


.col-plan p{
	font-size: 12px;
	font-weight: 300;
	color: #555555;
}


.plan-inner-three{
	width: 100%;
/*	padding: 10px;*/
}

.plan-inner-four{
	width: 95%;
	margin: auto;
/*	padding-top: 10%;*/
}

.middle-plan{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.midd{
	width: 100%;
	margin: 10px;
	margin: auto;
	line-height: 35px;
}

.midd p{
	font-size: 12px;
	text-align: center;
	font-weight: 300;
	color: #919297;
}


.plan-button{
	width: 100%;
}

.plan-button button{
	width: 130px;
	padding: 10px;
	background: #003579 !important;
	border: none;
	color:  #FFFFFF;
	margin-top: 15%;
	font-size: 12px;
/*	background: #2D353C;*/
	border-radius: 5px;
	cursor: pointer;
}









/*=========transaction-history-style========*/

#select-transaction{
	padding: 5px;
	width: 200px;
}

.transaction-container{
	position: absolute;
	width: 100%;
	background: rgb(223, 242, 246);
/*	z-index: 99999999999999;*/
   padding-bottom: 23%;
}

.history-container-index{
	width: 100%;
/*	height: 200px;*/
	margin: auto;
	margin-top: 2%;
	background: #2D353C;
}


.history-column-index{
	width: 100%;
	margin: auto;
	margin-top: 1%;
/*	padding-bottom: 20%;*/
}

.history-container{
	width: 95%;
/*	height: 300px;*/
	margin: auto;
	margin-top: 3%;
/*	background: #1D2330;*/
	padding: 15px;
	border-radius: 5px;
	background: rgb(223, 242, 246);
}

.history-button{
	width: 55%;
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.history-button button{
	width: 180px;
	padding: 5px;
	cursor: pointer;
	border-radius: 5px;
	border: none;
/*	font-size: 20px;*/
	color: rgba(0, 0, 0, 0.6);
}

.history-column h1{
	font-size: 15px;
	font-weight: 300;
	color: #3F82F7;
	/*margin-left: 5%;*/
	/*margin-top: -2%;*/
}

.icon-column i{
	margin-left: 4%;
	/*margin-top: -1%;*/
}


.history-container p{
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
}

.history-container p a{
	text-decoration: none;
	color: lightgray;

}

.history-column{
	width: 100%;
	margin: auto;
	margin-top: 2%;
	/*padding-bottom: 20%;*/
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	/*background: rgb(223, 242, 246);*/
  box-shadow: 0 3px 6px 0px rgba(140, 149, 159, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  background: #FFFFFF;
}

.history-column-sub{
	width: 220px;
	display: flex;
	justify-content: space-evenly;
}

.iconxx-column{
	/*width: 80%;*/
	margin-left: 3%;
}

.main-col{
	width: 100%;
/*	display: flex;*/
/*	justify-content: space-between;*/
		/*border-bottom: 3px dotted #2D353C;*/
		padding: 15px;
		background: ghostwhite;
		border-radius: 10px;
		/*box-shadow: 0 3px 6px 0px rgba(140, 149, 159, 0.15);*/
  border: 2px solid rgb(223, 242, 246);
  margin-top: -10px;
}

.main-col-sub{
	width: 30%;
	display: flex;
	justify-content: space-between;
	/*margin: 6px;*/
}

.col-amt p{
	font-size: 12px;
	/*color: #919297;*/
	font-weight: 300;
	color: #3F82F7;
}


.col-dpp p{
	font-size: 14px;
	color: #555555;
}

.column{
	width: 100%;
	margin: auto;
	padding: 10px;
	/*border-bottom: 2px dotted darkred;*/
	/*padding-bottom: 2%;*/
	/*margin-top: 1%;*/
}

.column h5{
	font-size: 14px;
	font-weight: 200;
	line-height: 30px;
}

.col-two h5{
/*	margin-top: 20%;*/
}

.col-one{
	width: 100%;
}


.col-two{
	width: 70%;
}


/*============RECIEPT-CONTAINER-STYLING==============*/

.receipt-container{
	position: absolute;
	width: calc(100% - 300px);
	left: 300px;
	top: 0;
	background: #fff;
/*	z-index: 9999999999;*/
padding-bottom: 10%;
display: none;
}

.receipt-container h3{
	padding-top: 12%;
	text-align: center;
	color: ;
}

.receipt-container-one{
	width: 35%;
	margin: auto;
	margin-top: 4%;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
	border-radius: 10px;
	padding-bottom: 3%;
	box-shadow: 0 3px 6px 0px rgba(140, 149, 159, 0.15);

}

.receipt-one{
	width: 95%;
	display: flex;
	flex-direction: row;
/*	justify-content: space-evenly;*/
	margin: auto;
	margin: 7px;
/*	align-items: center;*/
/*	justify-content: center;*/

}

.receipt-inner-sub{
	background: #fff;  
	width: 49%;
	padding: 10px;
	margin: auto;
	text-align: center;
}

.receipt-inner-sub h2{
	font-size: 15px;
	font-weight: 200;
	color: rgba(0, 0, 0, 0.6);
}

.receipt-inner h2{
	font-size: 15px;
	font-weight: 200;
	color: rgba(0, 0, 0, 0.6);
}

.receipt-inner{
	background: rgb(237, 237, 237);
	width: 49%;
	padding: 10px;
	margin: auto;
	text-align: center;
}



/*================PROFILE--STYLING===================*/




.profile-container{
/*	position: absolute;*/
	width: 100%;
/*	top: 20%;*/
	background: rgb(223, 242, 246);
  padding: 10px;
}



.profile-container-sub{
	width: 90%;
	margin: auto;
	background: rgb(223, 242, 246);
	margin-top: 5%;
	padding-bottom: 12%;
}


.profile-container-one{
	width: 50%;
	margin: auto;
	padding-top: 10%;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
	border-radius: 10px;
	padding-bottom: 3%;
	box-shadow: 0 3px 6px 0px rgba(140, 149, 159, 0.15);
}

.profile-one{
	width: 95%;
	display: flex;
	flex-direction: row;
/*	justify-content: space-evenly;*/
	margin: auto;
	margin: 7px;
/*	align-items: center;*/
/*	justify-content: center;*/

}

.profile-inner-sub{
	background: ghostwhite;  
	width: 49%;
	padding: 10px;
	margin: auto;
	text-align: center;
}

.profile-inner-sub h2{
	font-size: 15px;
	font-weight: 200;
	color:  #2E7AD0;
}

.profile-inner h2{
	font-size: 15px;
	font-weight: 200;
	color:  #2E7AD0;
}

.profile-inner{
	background: ghostwhite;
	width: 49%;
	padding: 10px;
	margin: auto;
	text-align: center;
}


.icon-person{
    color: var(--login-bg) !important;
}






/*===============================MEDIA=QUERY-START====================================*/


@media screen and (max-width: 640px) {

.body_div{
	position: absolute;
	width: 100%;
	left: 0px;
    top: 70px;
}

.cols-logo{
	display: block;
}

.navigation{
	position: fixed;
	display: none;
	width: 300px;
	height: 100vh;
	z-index: 100000000;
	top: 0;
	left: 0;

}

.navigation ul li a {
	position: relative;
	display: block;
	width: 50%;
	display: flex;
	text-decoration: none;
	/*color: rgb(223, 242, 246);*/
	font-size: 15px;
	font-weight: 400;
	left: 16%;
	color: #555555;
	font-family: "Montserrat", sans-serif;
}
.top-container{
	width: 100%;
	left: 0;
   padding: 10px;
   border: none !important;
   position: fixed;
   z-index:999;
   
}

.top-container-sub{
	display: flex;
	justify-content: space-between;
	width: 95%;
	height: 35px;
	margin: auto;
	padding: 10px 5px;
}

.cols-13{
	width: 10%;
	margin-left: 35%;
	margin-top: -4%;
}


.total-container{
  display: grid;
	grid-template-columns: repeat(1, 1fr);
	background:  rgb(223, 242, 246);
	width: 100%;
	margin: auto;
	padding: 5px;
	grid-gap: 2px;
}


.total-one{
	display: flex;
	justify-content: space-between;
	background: #FFFFFF;
	width: 100%;
	height: 100px;
	border-radius: 10px;
	margin-top: 1.5%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	word-spacing: 5px;
	/*margin-left: -10.5%;*/
}

.box-container-sub{
  display: grid;
	grid-template-columns: repeat(3, 3fr);
	width: 100%;
	margin: auto;
	padding: 15px;
	border-radius: 10px;
	grid-gap: 10px;
	/*background: rgb(223, 242, 246);*/
  box-shadow: 0 3px 6px 0px rgba(140, 149, 159, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--login-bg) !important;
  background-image: url(images/bg_review01.png);
}

.col-box{
	width: 110px;
	height: 80px;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
	padding: 10px;
	margin-left: 2%;
}


.ref-col{
	width: 95%;
	display: flex;
	justify-content: space-evenly;
}
.ref-container-sub{
	width: 95%;
	height: 300px;
	margin: auto;
	margin-top: 1%;
	/*background: #2D353C;*/
	padding: 15px;
	border-radius: 5px;
	
}

.cop{
	width: 100%;
	outline: none;
	border: none;
  border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}


.container{
  position: relative;
  max-width: 100%;
  width: 600px;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px auto;
  margin-bottom: 10rem;
  box-shadow: 0 3px 6px 0px rgba(140, 149, 159, 0.15) !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFFFFF !important;
}


.main-col-sub{
	width: 70%;
	display: flex;
	justify-content: space-between;
}

	.footer-container{
	display: block;
	width: 100%;
	position: fixed;
    padding: 10px;
    margin-top: 5%;
    bottom: 0px;
    z-index: 999;
    border-top: 1px solid #000 !important;
    background: rgb(223, 242, 246) !important;
    
}

.footer-container-sub{
	display: flex;
	justify-content: space-between;
	width: 98%;
	margin: auto;
	padding: 10px;
}

.footer-inner{
	display: flex;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
}


.toggle{
	display: flex;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
}

.footer-inner h4{
	font-size: 13px;
	color:   #919297 !important;
	text-align: center;
	font-weight: 400;
}


.footer-col h4{
	font-size: 13px;
	color:  #919297 !important;
	text-align: center;
	font-weight: 400;
}


#ion-icon{
 	font-size: 25px;
 	color: #ABAEB1 !important;
	text-align: center;
}

.footer-inner ion-icon{
 	font-size: 30px;
	font-weight: 500;
	text-align: center;
}

.cols-12{
	width: 30%;
}



a{
	text-decoration: none;
}


#admin1{
  width: 100%;
  height: 100%;
  left: 0;
  margin-top: 0%;
  padding-bottom: 15%;
  position: relative;
  background: var(--login-bg);
  background-image: url(images/bg_review01.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}


.plan-section-one{
	width: 95%;
	margin: auto;
/*	padding: 10px;*/
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 15px;
	background: rgb(223, 242, 246);
}

.plan-container{
	width: 290px;
	background: #FFFFFF;
	margin-top: 3%;
	padding-bottom: 6%;
	border-radius: 5px;
	margin-left: 10%;
	box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.profile-container-one{
	width: 100%;
	margin: auto;
	padding-top: 10%;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
	border-radius: 10px;
	padding-bottom: 3%;
	box-shadow: 0 3px 6px 0px rgba(140, 149, 159, 0.15) !important;
}

.profile-one{
	width: 95%;
	display: flex;
	flex-direction: row;
	margin: auto;
	margin: 7px;
}

.profile-inner-sub{
	background: ghostwhite;  
	width: 49%;
	padding: 10px;
	margin: auto;
	text-align: center;
}

.first-index{
	width: 100%;
	padding-bottom: 3%;
	/*background:  rgb(223, 242, 246) !important;*/
	/*background: #3F82F7;*/
	/*border-radius: 10px;*/
	/*border-bottom: 1px solid #3F82F7;*/
	box-shadow: 0 3px 6px 0px rgba(140, 149, 159, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.first-index-one{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: auto;
	padding: 8px;
	padding-top: 3%;
	/*background: c*/
	/*border-radius: 10px;*/
}

.invest{
	padding: 10px;
	width: 100px;
	/*background: #348FE2;*/
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 5px;
	background: var(--login-bg);
	cursor: pointer;
	font-weight: 350;
}



.first-index-sub{
	width: 200px;
/*	padding-top: 10px;*/
}

.first-index-sub h5{
	font-size: 14px;
	font-weight: 350;
	/*color: #3F82F7;*/
	color: var(--login-bg);
}


.first-index-sub h3{
	font-size: 20px !important;
	font-weight: 500;
	color: #000 !important;
	/*color: #F2F4F5;*/
}

.icon-person{
    color: var(--login-bg) !important;
}
.icon-view{
    width: 130px;
}
.icon-view h5{
	font-size: 14px;
	color:  var(--login-bg) !important;
	font-weight: 400;
	word-spacing: 0px;
}
}


@media screen and (max-width: 380px) {
    
    
.first-index-one{
	display: flex;
	justify-content: space-between;
	width: 98%;
	margin: auto;
	padding: 8px;
	padding-top: 3%;
	/*background: c*/
	/*border-radius: 10px;*/
}

.invest{
	padding: 10px;
	width: 100px;
	/*background: #348FE2;*/
	border: none;
	color: #FFFFFF;
	font-size: 12px;
	border-radius: 5px;
	background: var(--login-bg);
	cursor: pointer;
	font-weight: 300;
}
.plan-section-one{
	width: 98%;
	margin: auto;
	padding: 10px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 15px;
	background: rgb(223, 242, 246);
}

.plan-container{
	width: 250px;
	background: #FFFFFF;
	margin-top: 3%;
	padding-bottom: 3%;
	border-radius: 5px;
	margin-left: %;
	box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.total-container{
  display: grid;
	grid-template-columns: repeat(1, 1fr);
	background:  rgb(223, 242, 246);
	width: 100%;
	margin: auto;
	padding: 5px;
	grid-gap: 2px;
}


.total-one{
	display: flex;
	justify-content: space-between;
	background: #FFFFFF;
	width: 100%;
	height: 100px;
	border-radius: 10px;
	margin-top: 1.5%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	word-spacing: 1px;
	/*margin-left: -2.5%;*/
}

.col-box{
	width: 110px;
	height: 80px;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
	padding: 10px;
	margin-left: -0%;
}
}





