*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.ilvnt nav.navbar{
    display: none;
}
.bold5{
    font-weight: 500;
}
.bold6{
    font-weight: 600;
}
.font_12{
    font-size: 12px;
    margin-left: 10px;
}
.font_14{
    font-size: 14px;
}

img{
    max-width: 100%;
}
.dashboard_chart_container{
    min-height: 600px;
}
.here_on_init .tradingview-widget-container iframe{
    min-height: 70vh;
}
.trade_view_container{
    background-color: #2C2E33;
    padding: 20px;
}
.login_options1 a{
    text-decoration: none;
    color: #909090;
}
.modul .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

 

/* Modal Content/Box */
.modul .modal-content {
    background-color: #2C2E33;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    width: 60%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
.modul .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

  
.modul .close:hover,
.modul .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.display_fact_grid{
    display: grid;
    grid-template-columns: 50% 50%;
    padding-left: 80px;
}



/* when text missbehave */

/* pre {
    max-width: 100%;
    overflow: hidden;
  } */

body{
    overflow-x: hidden !important;
}
/* .................................................................................................start page  */
.header_start_1st .fad,.header_start_1st .fas{
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
    /* position: absolute; */
    margin-top: -15px;
    margin-left: 2px;
}
.roller_cost{
    display: none;
}
.icon_hd{
    border-radius: 100%;
    height: 30px;
    width: 30px;
    padding: 3px 5px 5px 5px ;
    background-color: rgb(255,255,255,0.1);
    /* background: transparent; */
    /* position: relative; */
}
.header_start{
    background-color: #152048;
}
.flex_header{
    display: flex;
}
.header_start_1st{
    padding: 10px 100px;
    border-bottom: 1px solid black;
    display: grid;
    grid-template-columns: 70% 30%;
}
.header_start_2nd{
    padding: 22px 50px 22px 100px;
    display: grid;
    grid-template-columns: 40% 60%;
}
.email{
    margin-top: 2px;
    color: white;
    font-size: 14px;
    margin-left: 15px;
    font-weight: 400;
}
.email2{
    margin-top: 2px;
    color: white;
    font-size: 14px;
    margin-left: 7px;
    font-weight: 400;
}
/* llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll */
.header_img{
    max-width: 200px;
    max-height: 50px;
}

.company_name{
    margin-left: 15px;
    color: #fff;
    margin-top: 3px;
    font-size: 20px;
    font-weight: 500;
}
.hmT2{
    display: flex;
}
.hmT{
    display: flex !important;
    color: #fff;
}
.hmT3{
    display: flex;
    color: #fff;
}
.ulz{
    list-style: none;
}
.list{
    margin: 0 15px;
    font-weight: 500;
    cursor: pointer;
}
/* end start page */

/* for ....................................................................................landing page */
.landing_btn{
    padding: 7px 18px;
    border: 2px solid #fff;
    color: black;
    cursor: pointer;
    border-radius: 20px;
    background-color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}
.landing_header_one{
    font-size: 21px;
    font-weight: 650;
    margin-bottom: 25px;
    color: #a19698;
    /* color: #807677; */
    /* color: rgba(255,255,255,0.7); */
}
.landing_header_three{
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.sectionn1{
    width: 100%;
    min-height: 90vh;
    align-items: center;
    padding: 40px 180px 50px 150px;
    box-sizing: border-box;
    z-index: 1 !important;
    background: linear-gradient(to right, rgba(0,0,0,.6), rgb(29,35,48,.9)),url(browser_picture/theZero.jpg);
    background-position: center center;
    background-size: cover;
}
.my_color{
    color: #37B8BC;
}
.sectionn2{
    width: 100%;
    min-height: 90vh;
    align-items: center;
    padding: 40px 180px 50px 150px;
    box-sizing: border-box;
    z-index: 1 !important;
    background: linear-gradient(to right, rgba(0,0,0,.6), rgb(29,35,48,.9)),url(browser_picture/financial.jpg);
    background-position: center center;
    background-size: cover;
}
.sectionn3{
    width: 100%;
    min-height: 90vh;
    align-items: center;
    padding: 40px 180px 50px 150px;
    box-sizing: border-box;
    z-index: 1 !important;
    background: linear-gradient(to right, rgba(0,0,0,.6), rgb(29,35,48,.9)),url(browser_picture/fancial2.jpg);
    background-position: center center;
    background-size: cover;
}
.section{
    position: relative;
    height: 100%;
}
section .content{
    display: flex;

}

section .content h2{
    font-size: 3em;
    color: rgb(160, 150, 150);
}

section .content p{
    font-size: 1.2em;
    color: black;
    width: 100%;
}

.wave{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5 !important;
    
}
.innerguy{
    margin-top: 100px;
    margin-right: 350px;
    background: transparent;
    background-color: rgb(20,32,73,.5);
    border-left: 5px solid #37B8BC;
    padding: 40px 0 40px 50px;
}

/* end of landing page */


/* ......................................................................................trading view */

.trading_view_wid{
    width: 100%;
    display:block;
}
/* endof trading view */

/* the ....................................................................................progress bar */

.skills-bar{
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
}
.skills-bar .bar{
    margin: 20px 0;
}
.skills-bar .bar:first-child{
    margin-top: 0px;
}
.skills-bar .bar .info{
    margin-bottom: 5px;
}
.skills-bar .bar .info span{
    font-size: 17px;
    font-weight: 500;
    opacity: 0;
    animation: showText 0.5s 1s linear forwards;
}

@keyframes showText {
    100%{
        opacity: 1;
    }
}
.skills-bar .bar .progress-line{
    position: relative;
    height: 2px;
    width: 100%;
    background: #f0f0f0;
    border-radius: 10px;
    transform: scale(0);
    transform-origin: left;
    box-shadow: inset 0px 1px rgba(0,0,0,0.05), 0px 1px rgba(255,255,255,0.8);
    animation: animate 1s cubic-bezier(1,0,0.5,1) forwards;


}

.bar .progress-line span{
    height: 2px;
    width: 80%;
    /* progress bar color */
    background: #37B8BC;
    position: absolute;
    border-radius: 10px;
    transform: scale(0);
    transform-origin: left;
    animation: animate 1s 1s cubic-bezier(1,0,0.5,1) forwards;
}
@keyframes animate {
    100%{
        transform: scaleX(1);
    }
}


/* for handling the width of bar */
.progress-line.html span{
    width: 99%;
}
.progress-line.css span{
    width: 99%;
}

/* for the % displayer */
.bar .progress-line span::before{
    position: absolute;
    content: "";
    height: 0;
    right: 0;
    top:-10px;
    width: 0;
    border: 7px solid transparent;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-top-color: #000;
    opacity: 0;
    animation: showText2 0.5s 1.5s linear forwards;
}
.bar .progress-line span::after{
    position: absolute;
    
    right: 0;
    top:-23px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;

    background: #000;
    padding: 1px 8px;
    border-radius: 3px;
    opacity: 0;
    animation: showText2 0.5s 1.5s linear forwards;
}

@keyframes showText2 {
    100%{
        opacity: 1;
    }
}

/* this takes charge of the width of the .......................................................progress bar */
.progress-line.html span::after{
    content: "99.9%";

}
.progress-line.css span::after{
    content: "99.9%";
}


/* End of progress bar */
.first_widget_one{
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    min-height: 100px;
    overflow: hidden;
    max-height: 200px;
    margin-left: 20px;
}
.coins{
    display: flex;
    align-items: center;
    margin: auto;
    height: 100%;

}
.inner_coin{
    margin-right: 20px;
    font-size: 15px;
    font-weight: 500;
}
/* .binance_home{
    text-align: center;
} */

.open_close,.mkm{
    font-size: 12px;
}
.b_coin{
    font-weight: 500 ;
}
.why_us{
    /* background-color: #F6F8FA; */
    padding: 20px 250px;
}

.why_us_header{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 30px;
}
/* 37B8BC */

/* ....................................................................................progress bar from here */

.progress_bar{
    /* width: 95%;
    max-width: 900px;
    margin: 20px auto; */
    margin-top: 40px;
    overflow-x: hidden;
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
    display: flex;
}
.outer_circle_icon{
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    text-align: center;
}
.d_child{
    /* margin-left: 50px; */
}
.progress_bar .round{
    /* min-height: 100px; */
    position: relative;
}
.progress_bar .round strong{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    color: black;
    font-weight: 100;
}

/* progress bar ends */

/* ....................................................................................buttons */

.btn1{
    padding: 3px 18px;
    border: 1px solid #37B8BC;
    color: #37B8BC;
    cursor: pointer;
    border-radius: 15px;
    text-decoration: none;
    font-size: 14px;
}

.btn2{
    padding: 7px 18px;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

/* end of buttons */

/* ....................................................................................others */
.pointer{
    cursor: pointer;
}
.twelve{
    font-size: 12px;
}
.twelve2{
    font-size: 14px;
    font-weight: 800;
    margin-top: 22px;
    margin-bottom: 10px;
}
.color{
    color: #37B8BC;
}
.top1{
    margin-top: 30px;
}
.mt3{
    margin-top: 25px;
}

/* end of others */

/* who we are  */
.who_we_are{
    padding: 40px 250px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro_spinners{
    max-width: 65%;
    align-items: initial;
}
span.muted_sm{
    font-weight: 600;
}
.who{
    max-width: 30%;
}
.pro_s_container{
    width: 100%;
}
.who_header{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}
.twenty5percent_line{
    max-width: 25%;
    border: 1px solid #37B8BC;
}
.making_money{
    margin-bottom: 15px;
}
.muted_sm{
    margin-top: 15px;
    font-size: 12px;
}
.flexible_percent_line{
    border: 1px solid #37B8BC;
    margin-top: 20px;
    max-width: 15%;
}
.flexible_percent_line2{
    display: flex;
    border: 1px solid #37B8BC;
    margin-top: 20px;
    max-width: 15%;
    width: auto;
}
.flexible_percent_line3{
    display: flex;
    border: 1px solid #37B8BC;
    margin-top: 20px;
    max-width: 5%;
    width: auto;
}
.who_back_picture{
    background: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.5)),url("browser_picture/picturetwo.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100% ;
    min-height: 50vh;
    padding: 70px 250px;
    display: flex;
    color: #fff;
    flex-wrap: wrap;
}
.recog{
}
.recog_header{
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 35px;
}
.rec_write{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}
.who_pix{
    margin-top: 80px;
    max-width: 200px;
}

/* end  */

/* Our ...............................................................................most valuable coin begin */

.our_valuable_coin{
    color:#fff;
    position: relative;
    margin-top: 100px;
    display: grid;
    grid-template-columns: 50% 50%;
    background-color: #1D2330;
    padding: 80px 100px 80px 130px;
}
.coin_room{
    margin-top: 40px;
    max-width: 520px;
    height: 450px;
    position: relative;
    background-color: #1e2535;
    border-radius: 10px;
}
.coin_con{
    position: absolute;
    top: -50px;
    left: -50px;
    border-radius: 10px;
    width: 100%;
    width: 100%;
    max-height: 450px;
}
.for_val_coin{
    width: 100%;
    max-height: 450px;
}
.most_valuable_coin{
    font-size: 20px;
    font-weight: 700;
}
.ul {
  list-style: none;
}

/* .ul li:before {
  content: '✓';
  color: #37B8BC;
  display: inline-block;
  width: 1em ; 
  margin-left: -1em;
  margin-right: 30px;
  border-radius:2px ;
  background-color: #E1F1ED;
  padding: 1px 20px 1px 5px !important;
  text-align: center;
} */

.ul li:before {
    content: '✓';
    color: #fff;
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em ; /*  Also needed for space (tweak if needed) */
    margin-left: -1em;
    margin-right: 30px;
    /* border-radius:2px ;
    background-color: #E1F1ED;
    padding: 1px 20px 1px 5px !important;
    text-align: center; */
}

.list_coin{
    margin-top: 40px;
    padding-right: 100px;
}
.mrtz{
    margin-left: 40px;
}
.ul li{
    margin-top: 30px;
}
span.list_header{
    font-weight: 600 !important;
}
/* our most valuable coin end */

/* ....................................................................................why us */
.center{
    text-align: center !important;
}
.center2{
    margin: auto;
}
.services_container{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    margin-top: 50px;
    
}
.roudx{
    margin: auto;
    text-align: center;
    border-radius: 100%;
    background-color: #1E2535;
    width: 70px;
    height: 70px;

}
/* .roudx{
    margin: auto;
    text-align: center;
    border-radius: 100%;
    background-color: #37B8BC;
    width: 70px;
    height: 70px;

} */
.fa,.fad,.fab,.fal,.fas{
    margin-top: 20px;
    align-items: center;
    color: #fff;
    font-weight: 100;
    font-size: 30px;
}
.seves{
    margin-right: 14px;
}
/* end of why us */


/* ....................................................................................plans  */

.plans{
    margin: 0;
    background: url("browser_picture/pexels-anna-nekrashevich-6801874.jpg") no-repeat;
    background: cover;
    background-attachment: fixed;
    position: relative;
    min-height: 70vh;
    background-position: center center;
    background-size: cover;
    padding-top: 65px;
}
.plans::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
}
.plans_content{
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    padding: 80px 70px 100px 70px;

}
.plan_cover{
    background-color: #fff;
    padding: 15px;
    margin: 10px;
    border-radius: 20px;
}
.name_of_plan{
    font-weight: 500;

    padding: 2px 16px;
    border: 1px solid #37B8BC;
    color: #37B8BC;
    cursor: pointer;
    border-radius: 15px;
    text-decoration: none;
    font-size: 14px;
    
}
.cash_container{
    display: inline-block;
    font-size: 30px;
    font-weight: 700;

}
.cash_container2{
    display: inline-block;
    font-size: 27px;
    font-weight: 700;

}
.rrr{
    margin-top: 20px;
    margin-bottom: 25px;
}
.max_cash{
    display: inline-block;
}
.tu4{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.trading_days{
    font-size: 12px;
    font-weight: 400;
    margin-top: 7px;
    margin-bottom: 7px;
}
.number_of_days{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #37B8BC;
}

.choose_plan{
    font-weight: 500;

    padding: 2px 35px;
    border: 1px solid #37B8BC;
    color: #37B8BC;
    cursor: pointer;
    border-radius: 15px;
    text-decoration: none;
    font-size: 14px;
    width: 100%;
}
.invest_return{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    /* margin-top: 80px; */
    margin-bottom: 30px;
    
    
}
.choose_best_plan{
    color: white;
    
}
.tomb{
    position: relative;
    z-index: 2;
}
.work_container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 50px 0;

}
.firstin{
    margin: auto;
    border-bottom: 3px solid #37B8BC;
    min-width: 50%;

}
.how_it_works{
    padding: 0 200px;
    margin-bottom: 100px;
}
.firstin .center{
    margin-bottom: 30px;
}


/* end of plans */


/* ....................................................................................Our team */
.our_team .invest_return{
    color: black;
}
.our_team .choose_best_plan{
    color: black;
}
.our_team{
    padding: 0 250px;
}

.container_displayer2{
    display: none !important;
}
.img_cont1{
    max-width: 240px;
}
.s_image{
    width: 240px;
}
.image_holder1{
    max-width: 240px;
    position: relative;
}
.namer{
    font-size: 14px;
    font-weight: 800;
    margin: 10px 0 5px 0;
}
.team_name{
    position: relative;
    margin-bottom: 15px;
}
.team_one{
    margin-top: 30px;
    border: 1px solid #E5E5E5;
}
.connect_team{
    margin: auto;
    text-align: center;
    border-radius: 100%;
    background-color: #37B8BC;
    width: 33px;
    height: 33px;
    margin-top: -15px;
}
.inside_text2{
    margin-top: 8px;
    align-items: center;
    color: #fff;
    font-weight: 200;
    font-size: 18px;
}
/* end of team */


/* ....................................................................................complete projects  */

.complete_projects{
    padding: 30px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background-color: #273042;
    color: #fff;
}
.p_values{
    font-size: 45px;
    font-weight: 600;
}
/* end of complete projects */

/* ....................................................................................footer */

.footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #1D2330;
}
footer{
    background-color: #1D2330;
    color: white;
    padding: 40px 70px;
}
.footer_header{
    font-size: 20px;
    font-size: 500;
}
footer .twelve{
    margin-top: 12px;
    padding-right: 14px;
    font-size: 15px !important;
}
.footer_coin{
    font-weight: 400;
    font-size: 14px;
}
.ma_left{
    margin-left: 50px;
}
.input1{
    background-color: #1D2330;
    border: none;
    /* max-width : 100%; */
    display: block;
}
.email_news{
    border: 1px solid rgba(255,255,255,0.4);
    background-color: #1D2330;
    width: 90%;
    padding: 10px 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    
}
.subscribe_btn{
    background-color: #37B8BC;
    padding: 5px 40px;
    border-radius: 15px;
    margin-left: -20px;
    color: #fff;
    text-decoration: none;
}
a, a:hover{
    text-decoration: none;
    color: #fff;
}
textarea{
    resize: none !important;
    background-color: transparent !important;
    border: none !important;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.footer_surpport{
    padding: 10px 15px;
    border-radius: 10px;
}
.ma_left2{
    margin-left: 30px;
}
/* .......................................................support for footer */
.wrapper{
    margin-top: 20px;
}
.wrapper .input-data{
    height: 40px;
    width: 100%;
    position: relative;
}
.wrapper .input-data .input3{
    height: 100%;
    width: 100%;
    border: none ;
    font-size: 17px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    background-color: #1D2330;
    
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.input-data .input3:focus ~ label,
.input-data .input3:valid ~ label{
    transform: translateY(-20px);
    font-size: 15px;
    color: rgba(255,255,255,0.4);
}
.wrapper .input-data label{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: grey;
    pointer-events: none;
    transition: all 0.3s ease;
}
.wrapper .input-data .underline{
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 100%;

}
.input-data .underline:before{
    position: absolute; 
    content: "";
    height: 100%;
    width: 100%;
    
    background: rgba(255,255,255,0.4);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.input-data .input3:focus ~ .underline:before,
.input-data .input3:valid ~ .underline:before{
    transform: scaleX(1);
}
/* end of footer support */
.copyright{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 30px 100px;
    background-color: #141922;
}

.mail_container{
    color: #fff;
}
/* end of footer */

/* .....................................................................................all chart */

.all_chart{
    padding: 30px 100px;
    background-color: #202736;
    min-height: 787px;
}

/* end of all chart */



/* ......................................................login begin......................................................................................... */

/* ................................................................................settings */

.login_container{
    min-height: 100vh;
    width: 100% !important;
    display: grid; 
    grid-template-columns: 22% 78% ;
}


.sidenav {
    height: 100%; 
    width: 300px;
    position: fixed;
    z-index: 1; 
    top: 0;
    left: 0;
    overflow-x: hidden;
}

/* Style page content */
.main {
    max-width: 100%;
    margin-left: 300px;
}


/*.................................................................... scrowbar  */
::-webkit-scrollbar {
    width: 5px;
}
  
  /* Track */
::-webkit-scrollbar-track {
    background: #d3d2d2;
}
  
  /* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(119, 118, 118);
}
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.body_color{
    background-color: #1B1B2E;
    color: #909090;
}
/* section. */
.login_side_bar{
    background-color: #2C2E33;
    height: 100%;
    border-right: 1px solid rgba(255,255,255,0.1);
    
    overflow: auto;
}
.login_padding{
    padding: 17px 0 17px 40px;
}
.login_border_bottom{
    border-bottom: 10px solid #2b2c31;
}
.profile_pix{
    border: 1px solid #25262b;
    margin: 40px;
    padding: 22px 5px 37px 22px;
}
.profile_flex{
    color: #999999;
    display: flex;
}
.profile_name{
    padding: 0 4px 0 15px;
}
.font_weight1{
    font-weight: 600;
    font-size: 14px;
}
.verify_btn{
    background-color: #EEEEEE;
    border-radius: 5px;
    
    text-align: center;
    color: black;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
}
.header_img32{
    width: 60px;
    border-radius: 100%;
    height: 60px;
}
.login_options1{
    padding: 0 0 22px 40px;
}

.login_list_item.active{
    padding-left: 19px;
    border-left: 4px solid rgb(0,0,255);
    color: #698ef3;
    font-weight: 400;
}
.login_list_item.active i,.login_list_item.active a{
    color: #698ef3;
    font-weight: 400;
}
.login_list_item{
    color: #999999;
    line-height: 58px;
}
.login_list_item i{
    margin-right: 12px;
    font-size: 14px ;
    font-weight: initial;
    color: #999999;
    margin-top: 0px;

}
.very_page i{
    margin-top: 0px;
    margin-right: 12px !important;
    font-size: 14px !important;
    font-weight: initial !important;
}
.body_color i{
    font-size: initial;
    font-weight: initial;
}
img.deposit_image{
    min-height: 190px;
}
.login_header{
    padding: 45px 50px;
    background-color: #2C2E33;
    display: grid;
    grid-template-columns: 50% 50%;
    border-bottom: 5px solid #292B2F;
}
.login_header2{
    padding: 10px 23px;
    background-color: #2C2E33;
    font-weight: 700;
    font-size: 15px;
}
.live_dot{
    margin-left: 15px ;
    color: #666666;
}
.current_profile{
    margin-left: 15px;
    font-size: 13px;
    color: #666666;
}
.in_login_header{
    display: flex;
    font-weight: 800;
    font-size: 15px;
    margin: auto;
    max-width: 100%;
}
.demo_requst_btn{
    padding: 4px 12px;
    border: 1px solid #909090;
    border-radius: 3px;
    color: #909090;
}
.margin_right1{
    margin-right: 30px;
}
.dashboard_content{
    padding: 0 50px;
}
.dashboard_chart_container{
    
    padding: 20px;
    background-color: #2C2E33;
}
.dash_board_traded_view{
    max-width: 457px;
    background-color: #2C2E33;
    border-radius: 3px;
    width: 100%;
}
.trade_header{
    padding: 12px 40px;
    border-bottom: 2px solid #292B2F;
}
.dashboard_content_container{
    margin-top: 33px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.on_going_trade{
    padding: 12px 40px;
}
.trade_value{
    border: 1px solid rgba(255,255,255,0.7);
    color: rgba(255,255,255,0.5);
    margin: 14px 0;
    padding: 6px 13px;
    border-radius: 2px;

}
.red_bg{
    background-color: #DC3545;
    padding: 5px 17px;
    font-weight: 600;
    border-radius: 3px;
}
.green_bg{
    background-color: #28A745;
    padding: 5px 17px;
    margin-right: 40px;
    font-weight: 600;
    border-radius: 3px;
}
.flex_dash_button{
    display: flex;
    margin-top: 40px;
    margin-bottom: 30px;
}
.dash_transaction_headder{
    display: flex;
    background-color: #343A40;
    border-bottom: 2px solid rgba(255,255,255,0.4);
    border-top: 1px solid rgba(255,255,255,0.1);
    min-width: 800px;
    min-height: 10vh;
    position: relative;
    padding-right: 1px;
}
.dash_transaction_headder2{
    display: flex;
    background-color: #003200;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    min-width: 800px;
    min-height: 10vh;
    position: relative;
    padding-right: 1px;
}
.overflowauto{
    overflow: auto !important;
}
.nameer{
    text-align: initial;
}
.the_cont{
    flex:1;
    width: 100px !important;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
}
.the_cont1{
    flex:1;
    width: 100px !important;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
}
.green_btn{
    padding: 5px 10px ;
    background-color: #46C846;
    border-radius: 5px;
}
.red_btn{
    padding: 5px 10px ;
    background-color: rgb(247, 54, 54);
    border-radius: 5px;
}
.the_cont12{
    flex:1;
    width: 100px !important;
    padding: 20px 10px 10px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
}
.padding_transact{
    margin: 25px 25px 0 25px;
    overflow: auto;
    
}
.inter_trade{
    max-height: 250px;
    border-bottom: 14px solid #36464F;
}

.copyright_container2{
    margin: 70px 0;
    text-align: center;
}
.newz_bg{
    background-color: #253137;
    overflow: auto;
    padding: 15px 15px 10px 15px;
    display: grid;
    grid-template-columns: 15% 85%;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.clone .dash_board_traded_view{
    /* max-width: 700px; */
    background-color: #2C2E33;
    margin: 33px 0 0 50px;
}
.news_xl{
    background-color: #36464F;
    width: 100%;
    padding: 7px 15px;
}
/* .............................................................................transaction page */

.dash_board_traded_view224{
    background-color: #2C2E33;
    border-radius: 3px;
    width: 100%;
    padding-bottom: 25px;
    
}
.dash_transaction_headder224{
    display: flex;
    background-color: #343A40;
    border-bottom: 2px solid rgba(255,255,255,0.4);
    border-top: 1px solid rgba(255,255,255,0.1);
    min-width: 800px;
    min-height: 10vh;
    padding-right: 1px;
}
.dash_transaction_headder2224{
    display: flex;
    background-color: #003200;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    min-width: 800px;
    min-height: 10vh;
    padding-right: 1px;
}
.transaction_hist{
    margin: 40px;

}
/* ..............................................................................Deposit */
.deposit_now{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.deposit_page_header{
    background-color: #D1ECF1;
    padding: 4px 20px 10px 20px;
    border-radius: 5px;
    color: #0C5460;
    margin-bottom: 20px;
    font-weight: 600;
}
.deposit_page_header i{
    color: #0C5460;
}
.deposit_page{
    padding: 0 45px 45px 45px;
}
.deposit_inside_flex{
    /* width: 305px; */
    min-width: 30%;
    
    background-color: #2C2E33;
}
.deposit_inside_flex2{
    /* width: 305px; */
    min-width: 30%;
    
}
.deposit_image{
    width: 305px;
}
.deposit_btn{
    background-color: #007BFF;
    padding: 6px 13px;
    border-radius: 5px;
}
.padding_top{
    margin-top: 25px;
    min-width: 30%;
}

/* ........................................................................withdrawal */

select#withdrawal_request{
    font-size: 11px !important;
    width: 100%;
    color: #666666;
    background-color: #2C2E33;
    border: none;
    outline: none;

}
.withdrawal_pane .trade_value{
    padding: 5px !important;
}
  /* Dropdown Button */
.dropbtn {
    border: none;
}
  
  /* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
  
  /* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
  /* Links inside the dropdown */
.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
}
  
  /* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}
  
  



input{
    outline:none;
    box-shadow: none;
    border: none;
    text-decoration: none;
    background-color: #2C2E33;
    color: #909090;
}

.input2{
    box-shadow: none;
    outline:none;
    box-shadow: none;
    border: none;
    text-decoration: none;
    background-color: #2C2E33;
    color: #909090;
}

.withdrawal_input_tag{
    width: 85%;
}
.inside_input{
    width: 15%;
}
/* ....................................................................... plans */
.font_weight_plans{
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid #007BFF;
    line-height: 65px;
}
.plans_page .deposit_inside_flex{
    border-radius: 5px;
    padding-bottom: 15px;
}
.underliner{
    border-bottom: 2px solid #292B2F;
    margin: 15px 0;
}
.max_plans_icon{
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0;
}
.mmb_plans{
    margin-bottom: 15px;
}
/* ....................................................................................... withdral */

.withdrawal_plt input{
    width: 100%;
}
/* .....................................................................................mining */
.miner_img{
    max-width: 450px;
    min-height: 300px;
}
.miner_contents .dash_board_traded_view{
    background-color: transparent;
}
.first_miner_ccontent{
    background-color: #FFF3CD;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    padding: 14px;
    color: #856404;
}
.first_miner_ccontent2{
    background-color: #E2E3E5;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    padding: 14px;
    margin-top: 30px;
    color: #6b394c;
}
/* ...........................................................................................profile */


.profile_pix_in{
    height: 180px;
    width: 180px;
    border-radius: 100%;
}
.profile_pix_container{
    background-color: #2C2E33;
    margin: 0 15px;
    padding: 25px 15px;
}
.login_prof_contents{
    display: grid;
    grid-template-columns: 35% 40% 25% ;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
    padding: 20px 0;
}
select{
    width: 100%;
    color: #666666;
    background-color: #2C2E33;
    border: none;
    outline: none;
}
.dashboard_content232{
    padding: 0 10px;
}
.make_profrle_changes{
    font-weight: 500;
}
.save_changes_btn{
    border-radius: 1px;
    padding: 8px 50px;
    background-color: #007BFF;
}
.very_page{
    padding: 40px;
    margin-bottom: 200px;
}
.inner_box_very .dash_board_traded_view{
    padding: 0 0 40px 0;
}
.two_fa_container{
    background-color: #2C2E33;
    border-radius: 3px;
    margin: 0 500px 0 0;
    padding: 20px;
}
/* ....................................................................................bp..................................... */
.boss_page{
    padding: 40px;
    margin: 50px;
    background-color: #2C2E33;
}
/* ...............................................................................login................... */
.login_input{
    border: 1px solid #CFD5DB;
    background-color: #E8F0FE;
    line-height:2;
    padding-left: 5px;
    margin: 15px 0 30px 12px;
}
.fifty_grid{
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 50px 100px;
}
.login_init_form_container{
    padding: 40px 150px 30px 50px;
}
.login_name_label{
    font-weight: 500;
    color: #666666;
}
.route_indicator{
    padding: 0 100px;
}
.bother-bottom-custom{
    border-bottom: 1px solid #292B2F;
}
.login_page_header{
    margin-top: 50px;
    font-weight: 650;
    font-size: 35px;
}
/* .........................................................................twofactor setup.................  */
.two_factr_setup{
    padding: 70px;
}
.two_factor_body{
    margin-top: 35px;
    background-color: #2C2E33;
    width: 100%;
}
.margin_factor{
    margin: 100px 150px;
}
.two_factor_body2{
    margin-top: 35px;
    background-color: #2C2E33;
    width: 100%;
}
.grid_security{
    display: grid;
    grid-template-columns: 50% 25% 25%;
    padding: 25px 0;
}
.inside_security_2fa{
    max-width: 100%;
}
.two_factor_split{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 40px;

}
.two_factor_split img{
    max-width: 200px;
}
.inside_security_2fa{
    padding: 0 30px;
}
.about_init_base_headeR{
    margin-top: 20px;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
}
.about_init_base{
    padding: 40px 0 ;
}
.about_init_base .complete_projects{
    background-color: #fff;
    color: #727171;
}
.abt_btn_info{
    background-color: #4C57D6;
    padding: 8px 17px;
    font-weight: 600;
    font-size: 17px;
    margin-top: 20px;
    border-radius: 15px;
}
.about_33_grade{
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    padding: 20px 40px;
    margin: 40px 20px;
}
.about_flex_init{
    min-width: 250px;
    padding: 30px 30px;
    /* min-width: 270px; */
}
.about_inline_header{
    font-weight: 600;
    font-size: 20px;
}
.eth_padder{
    padding: 0 80px;
}
nav.navbar.navbar-expand-lg.navbar-light.init_toggler_it_sh{
    padding: 0 ;
}


.header_img33{
    width: 80px;
    height: 60px;
}
.newz_bg a{
    color: #909090;
}
.color_picker{
    color: #2A2C31;
    /* main */
    color: #2C2E33;
    color: #1B1B2E;
    color: #999999;

    color: #909090;
    color: #EEEEEE;
}
.img_lg{
    margin-left: 10px;
}

.copyrighter{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 30px 100px;
    background-color: #1B1B2E;
}

/* ...................................................................end of settings............... */

.logo_hide{
    display: none;
}
.handbugger{
    display: none;
}
.profile_side_disp{
    display: none;
}

/* ............................................................................................................... */
@media (max-width: 1313px) {
    .toppaD{
        margin-top: 30px;
        padding-bottom: 20px;
    }
    .login_header{
        padding: 45px 50px;
        background-color: #2C2E33;
        display: grid;
        grid-template-columns: 25% 85%;
        border-bottom: 5px solid #292B2F;
    }
}
@media (max-width: 1288px) {
    .two_fa_container{
        margin: 0 auto 0 0 !important;
    }
    .deposit_inside_flex{
        /* width: 305px; */
        margin: 12px;
        background-color: #2C2E33;
    }
    .deposit_inside_flex2{
        /* width: 305px; */
        margin: 12px;
    }
    .padding_top{
        margin-top: 0;
    }
}
@media (max-width: 1150px){
    .clone .dash_board_traded_view{
        background-color: #2C2E33;
        width: 100%;
        margin: 33px 0 0 50px;
    }
    .in_login_header{
        display: inline-block;
        font-weight: 800;
        font-size: 15px;
        margin: auto;
        max-width: 100%;
    }
    .btc_pad{
        margin-top: 15px;
    }
    .login_header{
        display: flex !important;
        padding: 30px 0 45px 50px;
        /* display: grid;
        grid-template-columns: 25% 85%; */
        background-color: #2C2E33;
        border-bottom: 5px solid #292B2F;
    }
    .instant_holdR{
        display: inline-block;
        margin-right: 70px;
    }
    /* .login_header{
        padding: 
        background-color: #2C2E33;
        
        border-bottom: 5px solid #292B2F;
    } */
    .header_start_1st{
        padding: 10px 50px;
        border-bottom: 1px solid black;
        display: grid;
        grid-template-columns: 70% 30%;
    }
    .header_start_2nd{
        padding: 22px 50px 22px 50px;
        display: grid;
        grid-template-columns: 40% 60%;
    }
    .innerguy{
        margin-top: 100px;
        margin-right: 150px;
        background: transparent;
        background-color: rgb(20,32,73,.5);
        border-left: 5px solid #37B8BC;
        padding: 40px 0 40px 50px;
    }
    .who_we_are{
        padding: 40px 100px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .who_back_picture{
        background: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.5)),url("browser_picture/picturetwo.jpg") no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100% ;
        min-height: 50vh;
        padding: 70px 100px;
        display: flex;
        color: #fff;
        flex-wrap: wrap;
    }
    .why_us{
    /* background-color: #F6F8FA; */
        padding: 20px 100px;
    }
    .our_valuable_coin{
        color:#fff;
        position: relative;
        margin-top: 100px;
        display: grid;
        grid-template-columns: 50% 50%;
        background-color: #1D2330;
        padding: 80px 30px 80px 70px;
    }
    .plans_content{
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: 20% 20% 20% 20% 20%;
        padding: 80px 20px 100px 20px;

    }
    .choose_plan{
        font-weight: 500;

        padding: 2px 5px;
        border: 1px solid #37B8BC;
        color: #37B8BC;
        cursor: pointer;
        border-radius: 15px;
        text-decoration: none;
        font-size: 14px;
        width: 100%;
    }
    .our_team{
        padding: 0 70px;
    }
}
@media (max-width: 1053px) {
    .login_prof_contents{
        display: grid;
        grid-template-columns: 50% 50% ;
        border-top: 1px solid rgba(255,255,255,0.1) !important;
        padding: 20px 0;
    }
    .profile_side_disp{
        display: block;
    }
}
@media (max-width: 770px){
    .margin_factor{
        margin: 100px 0;
    }
    .grid_security{
        display: grid;
        grid-template-columns: 100%;
        padding: 25px 0;
    }
    .all_chart{
        padding: 20px 40px;
        background-color: #202736;
        min-height: 787px !important;
    }
    .header_start_1st{
        padding: 10px 25px;
        border-bottom: 1px solid black;
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .header_start_2nd{
        padding: 22px 15px 15px 25px;
        display: grid;
        grid-template-columns: 30% 70%;
    }
    /* .... */

    .header_img{
        max-width: 180px;
        max-height: 40px;
    }
    .list{
        margin: 0 15px;
        font-weight: 500;
        cursor: pointer;
        font-size: 14px;
    }
    .sectionn1{
        width: 100%;
        min-height: 90vh;
        align-items: center;
        padding: 40px 100px 50px 150px;
        box-sizing: border-box;
        z-index: 1 !important;
        background: linear-gradient(to right, rgba(0,0,0,.6), rgb(29,35,48,.9)),url(browser_picture/theZero.jpg);
        background-position: center center;
        background-size: cover;
    }
    .sectionn2{
        width: 100%;
        min-height: 90vh;
        align-items: center;
        padding: 40px 100px 50px 150px;
        box-sizing: border-box;
        z-index: 1 !important;
        background: linear-gradient(to right, rgba(0,0,0,.6), rgb(29,35,48,.9)),url(browser_picture/financial.jpg);
        background-position: center center;
        background-size: cover;
    }
    .sectionn3{
        width: 100%;
        min-height: 90vh;
        align-items: center;
        padding: 40px 100px 50px 150px;
        box-sizing: border-box;
        z-index: 1 !important;
        background: linear-gradient(to right, rgba(0,0,0,.6), rgb(29,35,48,.9)),url(browser_picture/fancial2.jpg);
        background-position: center center;
        background-size: cover;
    }
    .first_widget_one{
        display: grid;
        grid-template-columns: 50% 50%;
        min-height: 700px !important;
        overflow: auto !important;
        padding: 20px 0 0 60px;
    }
    .inner_coin{
        margin-right: 70px;
        font-size: 20px;
        font-weight: 500;
    }
    
    .progress_bar{
        /* width: 95%;
        max-width: 900px;
        margin: 20px auto; */
        margin-top: 70px;
        overflow-x: hidden;
        /* display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
        display: flex;
    }
    .pix_container{
        display: none;
    }
    /* .. end.... */
    .innerguy{
        margin-top: 100px;
        margin-right: auto;
        background: transparent;
        background-color: rgb(20,32,73,.5);
        border-left: 5px solid #37B8BC;
        padding: 15px 0 40px 50px;
    }
    .who_we_are{
        padding: 40px 20px 40px 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .who_back_picture{
        background: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.5)),url("browser_picture/picturetwo.jpg") no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100% ;
        min-height: 50vh;
        padding: 70px 100px;
        display: flex;
        color: #fff;
        flex-wrap: wrap;
    }
    .why_us{
    /* background-color: #F6F8FA; */
        padding: 20px 40px;
    }
    .our_valuable_coin{
        color:#fff;
        position: relative;
        margin-top: 100px;
        display: grid;
        grid-template-columns: 50% 50%;
        background-color: #1D2330;
        padding: 80px 30px 80px 40px;
    }
    .plans_content{
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: 33.33% 33.33% 33.33% ;
        padding: 80px 20px 100px 20px;

    }
    .how_it_works{
        padding: 0 100px;
        margin-bottom: 100px;
    }
    
    .footer{
        display: grid;
        grid-template-columns: 1fr 1fr;
        background-color: #1D2330;
    }
    .ma_left2{
        margin-left: 0;
        margin-top: 20px;
    }
    .footer_surpport{
        padding: 10px 0;
    }
    .choose_plan{
        font-weight: 500;

        padding: 2px 5px;
        border: 1px solid #37B8BC;
        color: #37B8BC;
        cursor: pointer;
        border-radius: 15px;
        text-decoration: none;
        font-size: 14px;
        width: 100%;
    }
    .our_team{
        padding: 0 70px;
    }
    .who{
        max-width: 50%;
    }
}
@media (max-width: 965px){
    .modal-content {
        background-color: #2C2E33;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 20px;
        width: 80%; /* Could be more or less, depending on screen size */
    }
    .login_init_form_container{
        padding: 40px 40px 30px 50px;
    }
    .innerguy{
        margin-top: 50px;
        margin-right: auto;
        width: 100%;
        margin-left: 100px;
        background: transparent;
        background-color: rgb(20,32,73,.5);
        border-left: 5px solid #37B8BC;
        padding: 15px 0 40px 50px;
        min-height: 75vh;
    }
    .sectionn1{
        width: 100%;
        align-items: center;
        padding: 0 40px 50px 20px;
        box-sizing: border-box;
        z-index: 1 !important;
        background: linear-gradient(to right, rgba(0,0,0,.6), rgb(29,35,48,.9)),url(browser_picture/theZero.jpg);
        background-position: center center;
        background-size: cover;
    }
    .sectionn2{
        width: 100%;
        align-items: center;
        padding: 0 40px 50px 20px;
        box-sizing: border-box;
        z-index: 1 !important;
        background: linear-gradient(to right, rgba(0,0,0,.6), rgb(29,35,48,.9)),url(browser_picture/financial.jpg);
        background-position: center center;
        background-size: cover;
    }
    .sectionn3{
        width: 100%;
        align-items: center;
        padding: 0 40px 50px 20px;
        box-sizing: border-box;
        z-index: 1 !important;
        background: linear-gradient(to right, rgba(0,0,0,.6), rgb(29,35,48,.9)),url(browser_picture/fancial2.jpg);
        background-position: center center;
        background-size: cover;
    }
    .header_start_1st{
        display: none;
    }
    .header_start_2nd{
        padding: 22px 15px 15px 25px;
        display: grid;
        grid-template-columns: 30% 70%;
    }
    .hmT2{
        display: none;
    }
    .roller_cost{
        display: block;
        padding:2px 0;
        background-color: black;
    }
    .trading_view_wid{
        display:none;
    }

}
@media (max-width: 868px) {
    .in_login_header{
        display: block;
        font-weight: 800;
        font-size: 12px;
        margin: auto;
        max-width: 100%;
    }
    .ilvnt nav.navbar{
        display: block;
    }
    .login_header{
        padding: 30px 50px 40px 50px;
        background-color: #2C2E33;
        display: grid;
        grid-template-columns: 100%;
        border-bottom: 5px solid #292B2F;
        position: relative;
    }
    /* ............................................................................................................... */
    .handbugger{
        display: block;
        padding: 3px;
        background-color: #57595F;
        height: 33px;
        width: 33px;
        text-align: center;
        cursor: pointer;
        border-radius: 2px;
        position: absolute !important;
        top: 25px;
        right: 50px;
    }
    .logo_hide{
        display: block;
    }
    .login_padding{
        padding: 0 0 17px 40px;
        margin-bottom: 20px;
        
    }
    .instant_holdR{
        font-size: 15px;
        bottom: 20px;
        left: 100px;
        position: absolute;
    }
    .sidenav{
        display: none;
    }
    .login_side_bar{
        display: none;
    }
    section.numbers_init{
        display: none;
    }
    .login_container{
        grid-template-columns: 100% !important;
    }
    .main{
        margin: 0;
    }
    .clone{
        padding-right: 100px !important;
    }
    .dash_board_traded_view{
        max-width: 100%;
        background-color: #2C2E33;
        border-radius: 3px;
        width: 100%;
    }
    .about_33_grade{
        /* display: flex;
        justify-content: space-between;
        flex-wrap: wrap; */
        display: grid;
        grid-template-columns: 50% 50%;
        /* padding: 20px 40px; */
        margin: 40px 20px;
    }
    .about_flex_init{
        min-width: 250px;
        padding: 30px 30px;
        /* min-width: 270px; */
    }
    .our_team .work_container{
        display: grid;
        grid-template-columns: 1fr 1fr ;
        margin: 50px 0;

    }
}
@media (max-width: 809px) {
    .plan_width_adjust{
        min-width: 40%;
    }
}
@media (max-width: 760px) {
    .fifty_grid{
        display: grid;
        grid-template-columns: 100%;
        padding: 50px 100px;
    }
    .innerguy{
        margin-top: 50px;
        margin-right: auto;
        width: 100%;
        margin-left: 50px;
        background: transparent;
        background-color: rgb(20,32,73,.5);
        border-left: 5px solid #37B8BC;
        padding: 15px 0 40px 50px;
        min-height: 75vh;
    }
}
@media (max-width: 747px) {
    .plans_page .deposit_now{
        margin-left: 0;
    }
    .deposit_now{
        margin-left: 80px;
    }
}
@media (max-width: 710px){
    .plan_width_adjust{
        min-width: 50%;
        width: 300px;
    }
    .display_fact_grid{
        display: grid;
        grid-template-columns: 100%;
        padding-left:0;
        margin: auto;
    }
    .all_chart{
        padding: 20px 20px;
        background-color: #202736;
        min-height: 787px;
    }
    .our_valuable_coin{
        color:#fff;
        position: relative;
        margin-top: 100px;
        display: grid;
        grid-template-columns: 100%;
        background-color: #1D2330;
        padding: 80px 100px 80px 130px;
    }
    .coin_holder{
        margin-top: 30px;
    }

}

@media (max-width: 649px){
    .about_33_grade{
        /* display: flex;
        justify-content: space-between;
        flex-wrap: wrap; */
        display: grid;
        grid-template-columns: 100%;
        /* padding: 20px 40px; */
        margin: 40px 20px;
    }
    .about_flex_init{
        min-width: 200px;
        padding: 30px 30px;
        /* min-width: 270px; */
    }
    .header_start_2nd{
        padding: 22px 15px 15px 25px;
        display: grid;
        grid-template-columns: 100%;
    }
    .pro_spinners{
        display: none;
    }
    .who{
        max-width: 80%;
    }
    .container_displayer1{
        display: none !important;
    }
    .container_displayer2{
        display: block !important;
    }
    .our_team .work_container{
        display: grid;
        grid-template-columns: 100% ;
        margin: 50px 0;

    }
    .img_cont1{
        width: auto !important;
    }
    .team_one{
        margin-top: 30px;
        border: none;
    }
    .team_name .flexible_percent_line3{
        display: flex;
        border: 1px solid #37B8BC;
        margin-top: 20px;
        max-width: 15%;
        width: auto;
    }
    
}

@media (max-width: 610px){
    .login_header2{
        padding: 10px 47px;
        background-color: #2C2E33;
        font-weight: 700;
        font-size: 13px;
    }
    .instant_holdR{
        font-size: 13px;
        position: initial;
        margin: 0 0 15px 45px;
    }
    .in_login_header{
        margin: 0 0 0 45px;
    }
    .handbugger{
        display: block;
        padding: 3px;
        background-color: #57595F;
        height: 33px;
        width: 33px;
        text-align: center;
        cursor: pointer;
        border-radius: 2px;
        position: initial;
    }
    .login_header{
        display:block !important;
        padding: 30px 50px 5px 5px;
        background-color: #2C2E33;
        border-bottom: 5px solid #292B2F;
    }
    .clone{
        padding-right: 50px;
    }
    .clone .dash_board_traded_view{
        width: 100% !important;
        background-color: #2C2E33;
        margin: 33px 0 0 50px;
    }
    .p_values{
        font-size: 25px;
        font-weight: 600;
    }
    .p_project{
        font-size: 13px;
    }
    .footer{
        display: grid;
        grid-template-columns: 100%;
        background-color: #1D2330;
    }
    .ma_left{
        margin-left: 0;
        margin-top: 50px;
    }
    .ma_left2{
        margin-top: 50px;
    }
    .first_widget_one{
        display: grid;
        grid-template-columns: 50% 50%;
        min-height: 700px !important;
        overflow: auto !important;
        padding: 20px 0 0 40px;
    }
    .services_container{
        display: grid;
        grid-template-columns: 50% 50%;
        margin-top: 50px;
        
    }
    .seves .twelve{
        padding: 0 10px;
    }
    .seves2{
        margin-top: 35px;
    }
    .our_valuable_coin{
        color:#fff;
        position: relative;
        margin-top: 100px;
        display: grid;
        grid-template-columns: 100%;
        background-color: #1D2330;
        padding: 80px 50px 80px 80px;
    }
    .plans_content{
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: 50% 50% ;
        padding: 80px 20px 100px 20px;

    }
    .how_it_works{
        padding: 0 40px;
        margin-bottom: 100px;
    }
    /* .landing_header_one{
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 25px;
        color: #a19698;
    }
    .landing_header_three{
        font-size: 22px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 30px;
    } */
    
    
}
@media (max-width: 575px) {
    .route_indicator{
        padding: 0 40px;
    }
    .dashboard_content{
        padding: 0 30px;
    }
    .clone{
        padding-right: 80px !important;
    }
    .clone .dash_board_traded_view {
        width: 100% !important;
        background-color: #2C2E33;
        margin: 33px 0 0 35px;
    }
    
}
@media (max-width: 568px){
    .modal-content {
        background-color: #2C2E33;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 20px;
        width: 90% !important; /* Could be more or less, depending on screen size */
    }
    .newz_bg{
        grid-template-columns: 30% 70%;
    }
    .eth_padder{
        padding: 0 40px;
    }
    .flexible_percent_line3{
        display: flex;
        border: 1px solid #37B8BC;
        margin-top: 20px;
        max-width: 15%;
        width: auto;
    }
    .invest_return{
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 30px;
        
        
    }
    .coin_room{
        margin-top: 40px;
        max-width: auto ;
        height: auto;
        position: initial;
        background-color: #1e2535;
        border-radius: 10px;
        overflow: hidden;
    }
    .coin_con{
        position: initial;
        top: -50px;
        left: -50px;
        border-radius: 10px;
        width: 100%;
        max-height: 450px;
    }
    .copyright{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 30px 30px;
        background-color: #141922;
    }
    .copyrighter{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 30px 30px;
        background-color: #1B1B2E;
    }
    .copyright_container{
        font-size: 13px;
    }
    .mail_container{
        font-size: 13px;
    }
    .who_back_picture{
        background: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.5)),url("browser_picture/picturetwo.jpg") no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100% ;
        min-height: 50vh;
        padding: 70px 40px;
        display: flex;
        color: #fff;
        flex-wrap: wrap;
    }
    .first_widget_one{
        display: grid;
        grid-template-columns: 50% 50%;
        min-height: 700px !important;
        overflow: auto !important;
        padding: 20px 0 0 0;
        margin: 0;
    }
    
}
@media (max-width: 540px) {
    .deposit_now{
        margin-left: 40px;
    }
    .login_prof_contents{
        display: grid;
        grid-template-columns: 100% ;
        border-top: 1px solid rgba(255,255,255,0.1) !important;
        padding: 20px 0;
    }
    .profile_side_disp{
        display: none;
    }
}
@media (max-width:500px) {
    .newz_bg{
        grid-template-columns: 40% 60%;
    }
    .fifty_grid{
        display: grid;
        grid-template-columns: 100%;
        padding: 50px 40px;
    }
}
@media (max-width: 484px){
    .deposit_now{
        margin-left: 0;
    }
    .boss_page{
        padding: 10px;
        margin: 10px;
        background-color: #2C2E33;
    }
    .boss_page .btn{
        margin-top: 20px;
    }
    footer{
        padding: 40px 30px;
    }
    .clone{
        padding-right: 35px !important;
    }
    .clone .dash_board_traded_view {
        width: 100% !important;
        background-color: #2C2E33;
        margin: 33px 0 0 20px;
    }
    
    .innerguy{
        margin-top: 50px;
        margin-right: auto;
        background: transparent;
        background-color: rgb(20,32,73,.5);
        border-left: 5px solid #37B8BC;
        padding: 15px 0 40px 50px;
        min-height: 75vh;
    }
    .sectionn1{
        width: 100%;
        min-height: 80vh;
        align-items: center;
        padding: 0 40px 50px 20px;
        box-sizing: border-box;
        z-index: 1 !important;
        background: linear-gradient(to right, rgba(0,0,0,.6), rgb(29,35,48,.9)),url(browser_picture/theZero.jpg);
        background-position: center center;
        background-size: cover;
    }
    .sectionn2{
        width: 100%;
        min-height: 80vh;
        align-items: center;
        padding: 0 40px 50px 20px;
        box-sizing: border-box;
        z-index: 1 !important;
        background: linear-gradient(to right, rgba(0,0,0,.6), rgb(29,35,48,.9)),url(browser_picture/financial.jpg);
        background-position: center center;
        background-size: cover;
    }
    .sectionn3{
        width: 100%;
        min-height: 80vh;
        align-items: center;
        padding: 0 40px 50px 20px;
        box-sizing: border-box;
        z-index: 1 !important;
        background: linear-gradient(to right, rgba(0,0,0,.6), rgb(29,35,48,.9)),url(browser_picture/fancial2.jpg);
        background-position: center center;
        background-size: cover;
    }
}
@media (max-width: 442px) {
    .deposit_now{
        margin-left: 10px;
    }
    .login_page_header{
        margin-top: 50px;
        font-weight: 650;
        font-size: 25px;
    }
    .our_team{
        padding: 0 40px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon{
        display: none;
    }
    .our_valuable_coin{
        color:#fff;
        position: relative;
        margin-top: 100px;
        display: grid;
        grid-template-columns: 100%;
        background-color: #1D2330;
        padding: 80px 0 !important;
    }
    .padding_for_our_coin{
        padding: 0 30px 0 40px;
    }
    .coin_holder{
        margin-left: 20px;
        margin-right: 20px;
    }
    .work_container{
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 50px 0;
    
    }
    .hexane{
        margin-top: 37px;
    }
    
}
@media (max-width: 439px){
    .transaction_hist{
        margin: 40px 10px;
    
    }
    .dashboard_content{
        padding: 0 15px;
    }
    .about_33_grade{
        /* display: flex;
        justify-content: space-between;
        flex-wrap: wrap; */
        display: grid;
        grid-template-columns: 100%;
        padding: 20px 10px;
        margin: 40px 0 !important;
    }
    .about_flex_init{
        min-width: 100px;
        padding: 30px 30px;
        /* min-width: 270px; */
    }
    .who_back_picture{
        background: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.5)),url("browser_picture/picturetwo.jpg") no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100% ;
        min-height: 50vh;
        padding: 70px 20px;
        display: flex;
        color: #fff;
        flex-wrap: wrap;
    }
    .recog{
        max-width: 390px !important;
    }
    .plans_content{
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: 100% ;
        padding: 80px 40px 100px 40px;
    
    }
    .first_widget_one{
        display: none;
    }
    .who_header{
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .who{
        max-width: 100%;
    }
    .why_us{
        padding: 20px;
    }
}
@media (max-width: 416px){
    .very_page{
        padding: 15px;
        margin-bottom: 200px;
    }
    .two_factr_setup{
        padding: 20px;
    }
    .recog_header{
        font-weight: 600;
        font-size: 25px;
        margin-bottom: 35px;
    }
    .services_container{
        display: grid;
        grid-template-columns: 100%;
        margin-top: 50px;
    }
    .seves{
        
        margin-right: auto !important;
        width: auto;
        padding: 10px;
        border-radius: 20px;
        border: 1px solid #1E2535;
        max-width: 240px;
    }
    .hidden_leave{
        display: none;
    }
    .hex{
        margin-top: 35px;
    }
}
@media (max-width: 407px) {
    .handbugger{
        margin-right: -29px;
    }
    .login_header{
        display:block !important;
        padding: 20px 20px 5px 5px !important;
        background-color: #2C2E33;
        border-bottom: 5px solid #292B2F;
    }
    .all_chart{
        padding: 20px 10px;
        background-color: #202736;
        min-height: 787px;
    }
    .innerguy{
        margin-top: 20px;
        margin-right: auto;
        width: 100%;
        margin-left: auto;
        background: transparent;
        background-color: rgb(20,32,73,.5);
        border-left: 5px solid #37B8BC;
        padding: 15px 0 40px 50px;
        min-height: 75vh;
    }
}
@media (max-width: 380px) {
    .profile_home_pl .dashboard_content232{
        padding: 0;
    }
    .deposit_page{
        padding: 45px 10px;
    }
    .our_valuable_coin{
        color:#fff;
        position: relative;
        margin-top: 100px;
        display: grid;
        grid-template-columns: 100%;
        background-color: #1D2330;
        padding: 80px 30px 80px 30px;
    }
    .list_coin{
        margin-top: 40px;
        padding-right: 0;
    }
}
@media (max-width: 370px){
    .instant_holdR{
        font-size: 13px;
        position: initial;
        margin: 0 0 15px 70px;
    }
    .login_header2{
        padding: 10px 25px;
        background-color: #2C2E33;
        font-weight: 700;
        font-size: 13px;
    }
    .in_login_header{
        margin: 0 0 0 25px;
    }
    .login_padding{
        padding: 0 0 5px 18px !important;
        margin-bottom: 20px;
        
    }
    .eth_padder{
        padding: 0 15px;
    }
    .two_factr_setup{
        padding: 10px;
    }
    .two_factor_split img{
        max-width: 100%;
    }
    .login_init_form_container{
        padding: 40px 10px 30px 20px;
    }
    .p_project{
        font-size: 12px;
    }
    .p_values{
        font-size: 15px;
        font-weight: 500;
    }
    .landing_header_one{
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 25px;
        color: #a19698;
        margin-top: 40px;
    }
    .landing_header_three{
        font-size: 29px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 30px;
    }

    .logohtm_hd{
        font-size: 14px;
    }
}
@media (max-width: 348px) {
    
    
    
    .plans_content{
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: 100% ;
        padding: 80px 10px 100px 10px;
    
    }
    .hexane2{
        margin-top: 37px;
    }
    .work_container{
        display: grid;
        grid-template-columns: 1fr;
        margin: 50px 0;
    
    }
}
@media (max-width: 326px) {
    
    .login_page_header{
        margin-top: 50px;
        font-weight: 650;
        font-size: 20px;
    }
    .p_project{
        font-size: 10px;
    }
    .p_values{
        font-size: 15px;
        font-weight: 500;
    }
    footer{
        padding: 40px 13px;
    }
}
@media (max-width: 320px) {
    .our_team{
        padding: 0 20px;
    }
    .coin_holder{
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (max-width: 280px) {
    .login_init_form_container{
        padding: 40px 0 30px 0;
    }
}


