*, :before, :after {
    box-sizing: border-box;
}
body{

    font-family: 'Montserrat', sans-serif;
    background-color: #e5e5e5;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #cb433d;
    outline: 1px solid slategrey;
}
a:hover, a:focus {
    text-decoration: none;
}



.chart-demo{
    background-color: #fff;
    padding: 30px;
    margin-top: 40px;
    text-align: center;

}
.chart-demo h3{
    text-transform: uppercase;
    color: #3c3d41;
    font-size: 20px;
    margin-bottom: 15px;
}

/*side menu start*/
.bg-faded{
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.bg-faded .nav-link{
    font-weight: bold;
    padding: 0 19px !important;
    font-size: 17px;
    color: #3c3d41;
}
.bg-faded .nav-link:hover{
    color: #cb433d;
}
.unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
}
.unstyled a {
    text-decoration: none;
}

.list-inline {
    overflow: hidden;
}
.list-inline li {
    float: left;
}
.index-menu .bg-faded .nav-link {
    padding: 10px 12px !important;
    color: #cb433d;
    font-size: 16px;
}
.index-menu .bg-faded .nav-link:hover{
    color: #9a9a9a;
}
.header {
    position: fixed;
    left: 0;
    top: 50px;
    bottom: 0;
    background: #3c3d41;
    overflow-y: scroll;
    width: 250px;
    padding-top: 80px;
}
.closebtn2{
    font-size: 30px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 0;
}
.closebtn2:hover{
    color: #fff;
}
#main2{
    margin-left: 250px;
    padding-top: 120px;
}
.receive-qr h3{
    text-transform: uppercase;
    font-weight: 300;
    font-size: 40px;
    margin: 20px 0 20px;
}
.receive-input h4{
    margin-top: 35px;
    font-weight: bold;
    text-transform: uppercase;
}
.receive-qr small{
    width: 70%;
    margin: 0 auto;
    display: table;
}
.receive-input h6{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}
.menu{
    position: relative;
}
.opennav2{
    position: absolute;
    top: 0;
    background-color: #cd1e2c;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}
.logo {
    text-transform: lowercase;
    font: 300 2em "Source Sans Pro", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 0;
    margin: 0;
}
.logo a {
    display: block;
    padding: 20px 0;
    color: #DFDBD9;
    text-decoration: none;
    transition: .15s linear color;
    background-color: #2a3c4e;
}
.logo a:hover {
    color: #fff;
}
.logo a:hover span {
    color: #DF4500;
}
.logo span {
    font-weight: 700;
    transition: .15s linear color;
}
.main-nav ul li a i{
    font-size: 30px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    color: #7E7E89;
}
.main-nav a.active i{
    background-color: #cb433d;
    color: #fff;
}
.main-nav a:hover i{
    color: #fff;
    text-decoration: none;
}
.main-nav ul {
    border-top: solid 1px #202f3e;
}
.main-nav li {
    border-bottom: solid 1px #202f3e;
}
.main-nav a {
    padding: 1em 0;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}
.main-nav a:hover, .main-nav a:focus {
    color: #fff;
    text-decoration: none;
}
.main-nav a.active{
    background-color: #cb433d;
}

.social-links {
    border-bottom: solid 1px #171717;
}
.social-links li {
    width: 25%;
    border-left: solid 1px #3C3735;
}
.social-links li:first-child {
    border: none;
}
.social-links a {
    display: block;
    height: 5.5em;
    text-align: center;
    color: #666;
    font: 0.75em/5.5em "Source Sans Pro", Helvetica, Arial, sans-serif;
}
.social-links a:hover {
    color: #DFDBD9;
    text-decoration: none;
}

.list-hover-slide li {
    position: relative;
    overflow: hidden;
}
.list-hover-slide a {
    display: block;
    position: relative;
    z-index: 1;
    transition: .35s ease color;
}
.list-hover-slide a:before {
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #cb433d;
    transition: .35s ease left;
}
.list-hover-slide a.is-current:before, .list-hover-slide a:hover:before {
    left: 0;
}
.left-profile{
    text-align: center;
    padding: 20px;
    position: relative;
}
.left-profile img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
}
.left-profile h4{
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.left-profile label{
    color: #cb433d;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 4px;
    font-size: 12px;
    text-transform: capitalize;
}

/*side menu end*/
.curr-val{
    background-color: #fff;
    padding: 25px;
    text-align: center;
    color: #7e7e81;
}
.curr-val h6{
    font-weight: bold;
    margin-bottom: 20px;
}
.curr-val h3{
    font-weight: 400;
    font-size: 44px;
    margin-bottom: 0;
}

/*transaction-history start*/
.transaction-history{
    background-color: #fff;
    padding: 20px 30px;
    text-align: center;
}
.transaction-history-new {
    background-color: #fff;
    padding: 20px 15px;
    text-align: center;
}
.transaction-history h4{
    text-transform: uppercase;
    color: #3c3d41;
}
.transaction-history h6{
    font-size: 12px;
    color: #cb433d;
    margin-bottom: 30px;
}
.transaction-history-new .table tr td{
    font-size: 11px;
    font-weight: normal;
    border: 0;
    padding: 10px;
}
.transaction-history-new .table thead th{
    text-align: center;
    padding: 10px;
    border: 0;
    background-color: #eee;
    margin-top: 10px;
    font-size: 10px;
    font-weight: bold;
}
th.transaction-date {
    width: 150px;
}
.transaction-history  small{
    margin-top: 25px;
    display: block;
    text-align: left;
}
/*transaction-history end*/

/*header top start*/
.main-header{
    padding: 0;
}

.menu nav {
    position: relative;
    height: 50px;
    background-color: #34495e;
    font-size: 0;
    margin-left: 50px;
}
.menu nav a {
    line-height: 50px;
    height: 100%;
    font-size: 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: white;
    cursor: pointer;
}
.menu nav .animation {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
    transition: all .5s ease 0s;
}
.menu a:nth-child(1) {
    width: 100px;
}
.menu a:nth-child(2) {
    width: 110px;
}
.menu a:nth-child(3) {
    width: 160px;
}
.menu a:nth-child(4) {
    width: 150px;
}
.menu a:nth-child(5) {
    width: 140px;
}
.menu nav .start-home, a:nth-child(1):hover~.animation {
    width: 100px;
    left: 0;
    background-color: #31b0d5;
}
.menu nav .start-about, a:nth-child(2):hover~.animation {
    width: 110px;
    left: 100px;
    background-color: #1abc9c;
}
.menu nav .start-blog, a:nth-child(3):hover~.animation {
    width: 160px;
    left: 210px;
    background-color: #3498db;
}
.menu nav .start-portefolio, a:nth-child(4):hover~.animation {
    width: 150px;
    left: 370px;
    background-color: #9b59b6;
}
.menu nav .start-contact, a:nth-child(5):hover~.animation {
    width: 140px;
    left: 520px;
    background-color: #e67e22;
}

.receive-input-bcf h4 {
    font-size: 13px;
    text-transform: none;
}

/*header top end*/


/*team start*/
.team-wrapper-cont {
    background-color: #fff;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    transition: all 0.5s 0s;
}
.team-wrapper{
    padding: 20px;
}
.team-wrapper-cont h6{
    padding: 10px 2px;
    background-color: #eee;
    margin-bottom: 0;
}
.team-wrapper-body{
    padding: 15px 5px;
    transition: all 0.5s 0s;
}
.team-wrapper-cont:hover{
    transform: scale(1.1);
}
.team-wrapper-body h2{
    color: #cd1e2c;
    font-weight: bold;
}
.team-wrapper-body h4{
    margin-bottom: 0;
}
/*team end*/

/*referral start*/
.referral-link-block{
    padding: 20px;
}
.referral-block{
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.referral-block span{
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
}
.referral-block input{
    font-size: 16px;
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 100px;
    text-align: center;
    color: #cd1e2c;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    border: 2px solid #cd1e2c;
}
input:focus{
    outline: none;
}
.bonus-block{
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.bonus-block h4{
    margin-top: 10px;
    font-size: 26px;
}
.bonus-block em{
    color: #cd1e2c;
}
.bonus-block span{
    display: block;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: normal;
}
/*referral end*/

/*ref-tab start*/
.ref-tab{
    padding: 10px;
}
/*ref-tab end*/


/*sidebar start*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: #111b25;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 36px;
    color: #Fff;
}

#main {
    transition: margin-left .5s;
}
.open-nav-icon{
    font-size: 26px;
    cursor: pointer;
    color: #fff;
    float: right;
    margin-right: 20px;
    margin-top: 5px;
}
/*sidebar end*/

.wallet-amount{
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #1e2d3c;
}
.wallet-amount h4{
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #7e8a96;
}
.wallet-amount h2{
    font-size: 26px;
    color: #31b0d5;
}
.support-chat{
    padding: 10px;
}
.support-chat-block img{
    width: 36px;
    border-radius: 100px;
}
.support-chat-block {
    text-align: right;
    color: #fff;
    background-color: #2a3c4e;
    padding: 10px;
    position: relative;
}
.support-chat-block:nth-of-type(odd) {
    background-color: #1e2c3a;
    text-align: left;
}
.support-chat-block p{
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 5px;
}
.support-chat-block .chat-time {
    position: absolute;
    right: 60px;
    top: 20px;
    font-size: 12px;
    color: #dc8f95;
}
.support-chat-block:nth-of-type(odd) .chat-time {
    left: 60px;
}
.support-chat-input{
    margin-top: 30px;
}
.support-chat-input .form-control{
    background-color: #213040;
    border: 5px solid #2a3c4e;
    color: #fff;
    font-size: 13px;
}
.support-chat h4{
    font-size: 18px;
    color: #D0C8C6;
    text-transform: uppercase;
    padding: 5px 0px 7px 0px;
    border-bottom: 2px solid #cb433d;
    margin-bottom: 20px;
}

.nav-tabs-des {
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-bottom: 5px;
}
.nav-tabs-des li {
    list-style: none;
    float: left;
}
.nav-tabs-des a{
    color: #000;
    text-transform: uppercase;
    background-color: #fff;
    padding: 12px 20px;
    display: block;
    margin-right: 10px;
    font-weight: bold;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.20);
    border-radius: 4px;
    transition: all 0.5s 0s;
}
.nav-tabs-des a:hover{
    background-color: #cb433d;
    color: #fff;
}
.nav-tabs-des a.active{
    background-color: #cb433d;
    color: #fff;

}

/*send receive start*/
.send-receive{
    padding: 30px;
}
.send-rece-box{
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    margin-bottom: 20px;
}
.send-rece-box .title{
    padding: 10px;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #f1f1f1;
    color: #cb433d;
    position: relative;
}
.send-rece-box .title span{
    position: absolute;
    right: 15px;
}
.receive-qr{
    padding: 30px;
    background-color: #cb433d;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.receive-qr img{
    margin: 0 auto;
    display: table;
    width: 150px;

}
.receive-qr .form-control{
    height: 44px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    border: 0;
}
.receive-input{
    position: relative;
}
.receive-input .button-copy  {
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 5px;
    height: 34px;
    width: 44px;
    right: 0;
    color: #cb433d;
    font-size: 20px;
    border-left: 1px solid;
    cursor: pointer;  
}  
.send-box{
    padding: 30px;
}
.send-box .form-control{
    height: 40px;
    border: 1px solid #eee;
    margin-bottom: 17px;
    background-color: #f8f8f8;
}
.button{
    background-color: #cb433d;
    border: 0;
    color: #fff;
    padding: 12px 30px;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.5s 0s;
    cursor: pointer;
}
.button:hover{
    background-color: #ab0700;
    color: #ffffff;
}
.send-box .button{
    float: right;
    margin-top: 10px;
}
/*send receive end*/

.crypto-curr{
    margin-top: 40px;
}
.crypto-head{
    background-color: #cb433d;
    text-align: center;
    color: #fff;
    padding: 20px;
}
.crypto-head h1{
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
}
.crypto-head small{
    text-transform: uppercase;
}
.crypto-body{
    background-color: #fff;
    padding: 15px;
    text-align: center;
}
.crypto-body .table thead th{
    padding: 5px 40px;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    width:  50%;
    float:  left;
}
.crypto-body .table td{
    border: 0;
    padding: 5px 40px;
    border-bottom: 10px solid #fff;
    border-right: 5px solid #fff;
    width: 50%;
    text-align: left;
    float: left;
}
.crypto-body .table td:nth-child(1){
    background-color: #f4d7d6;
    color: #3c3d41;
}
.crypto-body .table td:nth-child(2){
    background-color: #cb433d;
    color: #fff;
}
.crypto-body .table{
    margin-bottom: 0;
}
.curr-val2{
    background-color: #cb433d;
    color: #fff;
    margin-bottom: 40px;
}
.curr-val3.usd-wallet {
    padding: 15px;
    background-color: #3c3d41;
    margin-bottom: 20px;
}

span.counter_box {
    display: inline-block;
    width: 24%;
    background-color: #cb433d;
    margin-left: 3px;
    text-align:  center;
    padding: 4px;
    color: #fff;
}

.tk_counter {/* background-color:  #eee; */width: 100%;font-weight:  bold;color: #fff;}

span.tk_text {display: block;font-size: 12px;font-weight: 500;margin-top: 7px;text-transform: uppercase;}
.crypto-body small{
    display: block;
        text-align: left;
    margin-top: 35px;

}
.curr-val3 h6 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 12px;
}
/*report start*/
.receive_cont_head h1{
    font-size: 23px;
    color: #cb433d;
    margin-bottom: 22px;
}
.report {
    background-color: #fff;
    padding: 20px;
}
.report .table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
    background-color: #cb433d;
    color: #fff;
}
/*report end*/


.profile-forms .receive_cont_head {
    padding: 10px;
    background-color: #cb433d;
    border-radius: 5px 5px 0 0;
    text-align: center;
    font-weight: bold;
    width: 100%;
    font-size: 16px;
    color: #fff;
}

.profile-forms .receive_cont_body {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    float: left;
    clear: left;
    width: 100%;
}




/*login start*/
.login {
    min-height: 100vh;
}
.login h2 {
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 2px dotted #000;
    padding-bottom: 15px;
}
.login h2 strong {
    color: #cb433d;
}
.login label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #cb433d;
    font-weight: bold;
}
.login .btn{
    padding: 10px 25px;
    background-color: #cb433d;
    border: 1px solid #cb433d;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s 0s;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    float: right;
    margin-left: 15px;
    cursor: pointer;}
.align-items-center-1 {
    margin: 0 auto;

}
.login-left {
    background-color: #fff;
    padding: 20px;
    margin: 0 auto;
    width: 80%;
    display:block;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.21);
}
.allready1 {

    color: #cb433d;
}
.login-left-back {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(../img/bg-left.jpg);
}
.login-right-back {
    background-image: url(../img/blockchain.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px; 
}
.login-right-back .navbar-brand1 {
    margin: 0 auto;
    display: block;
    width: 50%;
}


.login_right_cont {
    border: 1px dashed #a8a8a8;
    padding: 15px;
    border-radius: 6px;
    background-color: #fff;
    border-radius: 80px;
    margin: 0 auto;
    display: block;
    width: 50%;
    text-align: center;
}
.login_right_cont span{
    color: #000;
}
.login_right_cont img{

}
.login_right img{
    width: 75%;
    margin: 0 auto;
    margin-top: 0px;
    display: block;
    margin-top: 20px;
}


.login_right p {
    color: #cb433d;
    margin-top: 32px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.login_right_cont a{
    display: block;
    font-size: 18px;
    color: #96041d;
    text-decoration: none;
}
.login  .form-control {
    padding: 0.6rem;
    border-radius: 0;
    border: 0;
    background-color: #eee;
    color: #000;
    font-weight: 600;
    font-size: 14px;

}

.modal-header {
    padding: 15px;
    background-color: #cb433d;
    color: #fff;
}
.forgot-pass .btn {
    padding: 10px 25px;
    background-color: #cb433d;
    border: 1px solid #cb433d;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s 0s;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    float: right;
    margin-left: 15px;
}
/*login start*/

/*ticket start*/
.ticket_head h3{

    float: left;
    margin-top: 16px;
    font-size: 20px;

}
.ticket_head .btn{
    margin: 0px auto 20px;
    display: block;
    background-color: #cb433d;
    color: #fff;
    cursor: pointer;
}
.open_ticket a{
    color: #000 !important;
    text-decoration: none;
    font-weight: bold;

}
.close_ticket a{
    color: #ff4949 !important;  
    text-decoration: none;
}
.td_sub{
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 40px;
    text-decoration: none;
    background-color: #000;
    font-weight: 600;
    font-size: 12px;
}
.td_sub:hover{
    background-color: #cb433d;
    color: #fff;
    text-decoration: none;
    border: 2px solid #cb433d;
    font-size: 11px;
}
.td_sub:focus{
    color: #00a8c0;
}
.ticket-left .form-control:disabled, .form-control[readonly] {
    border: 1px solid #cb433d;
    background-color: #ffffff;
    opacity: 1;
}
/*ticket end*/


/*referral start*/
.refer_table .fa-male{
    font-size: 20px;
    padding: 0 10px;
    color: #be2230;
}
.tb-head {
    background-color: #002f49;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}
.panel-default > .panel-heading {
    border: none;
    background: none;
    padding: 0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: none;
    padding: 0;
}
.panel-default h5 {
    padding: 0;
    margin: 0 0 5px;
}
.panel-group .panel+.panel {
    margin-top: 15px;
}
.panel-default .accordion-toggle:before {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    background-image: url(../img/minus1600.png);

    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    background-size: cover;
}
.panel-default .collapsed:before {
    background: #ffffff url(../img/plus2.png);
    background-size: cover;
}
.panel-default .panel-title:hover .collapsed:before {
    background-color: #e54a1a;
}
.panel-default .accordion-toggle,
.panel-default .accordion-toggle:focus,
.panel-default .accordion-toggle:hover,
.panel-default .accordion-toggle:active {
    color: #1ea9e3;
    text-decoration: none;
}
.panel-default .collapsed {
    color: #5f6f7e;
}
.panel-list .accordion-toggle{
    float: left;
}
.span-last{
    margin-left: 70px;  
    font-weight: 600;
}
.span-first{
    width: 24%;
    float: left;
    font-weight: 600;
}
.panel-list li{
    border-bottom: 1px solid #ccc;
    padding: 10px;
    float: left;
    width: 100%;
    background-color: #fff;
}

/*referral end*/


/*referral start*/
.refer_table .fa-male{
    font-size: 20px;
    padding: 0 10px;
    color: #be2230;
}
.tb-head {
    background-color: #002f49;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}
.panel-default > .panel-heading {
    border: none;
    background: none;
    padding: 0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: none;
    padding: 0;
}
.panel-default h5 {
    padding: 0;
    margin: 0 0 5px;
}
.panel-group .panel+.panel {
    margin-top: 15px;
}
.panel-default .accordion-toggle:before {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    background-image: url(../img/minus1600.png);

    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    background-size: cover;
}
.panel-default .collapsed:before {
    background: #ffffff url(../img/plus2.png);
    background-size: cover;
}
.panel-default .panel-title:hover .collapsed:before {
    background-color: #e54a1a;
}
.panel-default .accordion-toggle,
.panel-default .accordion-toggle:focus,
.panel-default .accordion-toggle:hover,
.panel-default .accordion-toggle:active {
    color: #1ea9e3;
    text-decoration: none;
}
.panel-default .collapsed {
    color: #5f6f7e;
}
.panel-list .accordion-toggle{
    float: left;
}
.span-last{
    margin-left: 70px;  
    font-weight: 600;
}
.span-first{
    width: 24%;
    float: left;
    font-weight: 600;
}
.panel-list li{
    border-bottom: 1px solid #ccc;
    padding: 10px;
    float: left;
    width: 100%;
    background-color: #fff;
}

/*referral end*/


.receive_box_head {
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    color: #fff;
    background-color: #cb433d;
    padding: 10px;
}


/*security start*/
.security_tab{

}
.security_tab .nav-tabs{

}
.security_tab .nav li{
    background-color: #f8f8f8;
    border-bottom: 1px solid #dc2f00;
}
.security_tab .nav li.active a{
    background-color: #96041d;
    color: #fff;
}
.security_tab .nav li a{
    padding: 13px 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px ;
}
.security_tab .nav li a:hover{
    background-color: #000;
    color: #fff;
}
.auth_code img{
    width: 40%;
    margin: 0 auto;
}
.auth_code .form-group{
    margin-top: 30px;
}
.auth_code .btn2{
    margin: 0 auto;
    display: table;
    width: 120px;
    height: 30px;
    line-height: 30px;
}
.security_tab .tab-content{
    padding-top:20px;
}
.two_auth_cont h2{
    margin-bottom: 15px !important;
    color: #dc2f00 !important;
    font-weight: bold;
    font-size: 22px;
}
.two_auth_cont-custom-center h1{
    text-align: center;
    color: #dc2f00;
    font-weight: bold;
    font-size: 28px;
}
.two_auth_cont-custom-center {
    margin: 18px 0px;   
}
.two_auth_cont-custom-center-2 {
    margin: 35px 0px;   
}
.two_auth_cont-custom-center p{
    text-align: center;
    margin: 4px 0px 0px !important;
}
.two_auth_cont h1 {
    font-size: 22px;
}
.two_auth_cont p{

    margin-bottom: 10px;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px dashed #dc2f00;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #ffffff;
    background-color: #cb433d;
}
.security_tab img {
    width: 100%;
}
.auth_code img {
    width: 30%;
    margin: 0 auto;
    display: block;
}
.auth_code label {
    color: #000;
    font-weight: bold;
    margin-top: 17px;
}
/*security end*/






/*membership start*/


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}
.report .receive_cont_head {
    background-color: #fff;
    padding: 0;
    text-align: left;
}

.report .receive_cont_body {
    padding: 0px !important;   
    border: none !important;

}
.btn2 {
    background-color: #cd1e2c;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}


.receive_cont_head {
    padding: 10px;
    background-color: #eee;
    border-radius: 5px 5px 0 0;
    text-align: center;
    font-weight: bold;
    width: 100%;
    font-size: 20px;
}
.receive_cont_body {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    float: left;
    clear: left;
    width: 100%;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    opacity: 1;
}
.address_box h5{
    background-color: #e1e9f1;
    margin-bottom: 15px;
    padding: 15px 30px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.address_box h4{
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    color: #000;
    text-align: center;
}
.address_box .button {
    margin-top: 5px;
    font-size: 16px;
    margin: 0 auto;
    display: block;
}
.address_box .button i{
    margin-right: 10px;
}
.address_box{
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 6px;
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 10px 0px 21px rgba(0, 0, 0, 0.21);

}


/*membership end*/





/*tickrtstart */
.boxmain {
    background-color: #fff;
    padding: 20px;
}
.boxmain .form-control {
    margin-bottom: 15px;
}




.jqte {
    margin-bottom: 20px !important;
    background-color: #fff;
    width: 100%;
}
.message-box {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.message-title {
    padding: 10px;
    color: #fff;
    background-color: #cd1e2c;
}
.message-body {
    padding: 0px 14px;
}
.message-title h3{
    font-size: 16px;
    text-align:left;
    margin: 0;
}
.main-me {
    background-color: #fff;
}



.ticket-info > h4 {
    background-color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: center;
    color: #cb433d;
    clear: left;
}
.ticket-info {
    background-color: #fff;
    margin-bottom: 45px;
    clear: left;
}
/*.ticket-info li {
    background-color: #fff;
    border-bottom: 1px solid #b1b1b1;
    padding: 5px;
    float: left;
    width: 100%;
    color: #000;
}*/

.ticket-info .button{

    color: #fff;
    line-height: normal;
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}
.ticket-info .button i{
    margin-right: 10px;
}
.ticket-info li  span b{
    color: #cd1e2c;
    font-weight: 500;
}
.ticket-info li  span
{
    display:block;  
}
.ticket-info h5 {
    background-color: #f8f8f8;

    padding: 5px;
    float: left;
    width: 100%;
    color: #000;
}

#reply .modal-dialog{
    width: 800px;
}
.ticket-info .btn-reply {
    float: none;
    margin: 10px;
    text-align: center;
}
.ticket-button {
    background-color: #cd1e2c;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.ticket-button i{

    color: #fff !important;

}



.ticket-left {
    /*  background-image: url(../img/left-ticket.png);*/
    background-image: url(../img/blockchain.png);
    background-repeat: no-repeat;
    background-size: COVER;
    position: relative;
}

.create-ticket-sum {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 500;
}
.model-ticket-new button.close {
    padding: 0;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    opacity: 1;
    background-color: #cd1e2c;
    position: absolute;
    right: -10px;
    top: -9px;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    float: left;
    clear: left;
    z-index: 999;
}

.model-ticket-new .modal-body {

    padding: 0px 15px;
}
.ticket-right {
    padding: 15px;
}
.ticket-right label {
    /* display: inline-block; */
    margin-bottom: .5rem;
    font-weight: 500;
    color: #cd1e2c;
}
h5.ticket-head {
    background-color: #eee;
    padding: 10px;
    float: none;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.ticket-info li {
    background-color: #fff;
    border-bottom: 1px solid #b1b1b1;
    padding: 15px;
    float: left;
    color: #000;
    width: 20%;
    margin-bottom: 7px;
}
.row2 {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}
.boxmain span {
    color: #cb433d;
    font-size: 14px;
    font-weight: 600;
}
.ticket-reply-text {
    background-color: #eee;
    padding: 13px 20px;
    color: #cd1e2c;
    box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.2);
}
.ticket-reply-text2 {
    background-color: #cb433d;
    padding: 13px 20px;
    color: #ffffff;
    box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.2);
}
.message-box-new .message-title {
    padding: 0px 15px;
    color: #fff;
    background-color: #fff;
}
.message-box-new  .message-body h2{
    background-color: #5d5b5b;
    padding: 10px 0px;
    text-align: center;
    margin: 0px -14px;
    font-size: 16px;
    color: #fff;
}
.message-box-new  .message-body h2 a{

    color: #fff;
}
.form-reply-ticket .boxmain {
    background-color: #fff;
    padding: 0px;
}
.reply-ticket-right {
    margin: 20px 0px;
}
.form-reply-ticket {
    width: 100%;
    padding: 0px 30px
}
/*ticket end*/



.text_green{
    color: green;
}
.text_red{
    color: red;
}












.sec-1 {

    padding: 115px 0px 0px 0px;

}
.sec1-left {
    background-color: #cb433d;
    color: #fff;
    padding: 80px 30px;
}
.sec1-left h1{
    font-size: 60px;
    font-weight: 300;
    margin: 0;
}

.sec1-left h4{
    font-weight: 200;
    margin: 40px 0;
    font-size: 32px;
}
.invest-btn {
    background-color: #fff;
    color: #cb433d;
    font-size: 24px;
    padding: 12px 40px;
}
.sec-1 .button{
    font-size: 24px;
    padding: 12px 40px;
    color: #cb433d;
}
.invest-btn{
    background-color: #fff;
    margin-right: 50px;
}
.lern-btn{
    background-color: #ffe800;  
}

.p0{
    padding: 0;
}
.sec-2{
    background-color: #fff;
    padding:100px 30px;
}
.sec2-left h1{
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #cb433d;
}
.sec2-left h4{
    margin-bottom: 40px;
    line-height: 36px;
}

.sec-3{
    background-color: #cb433d;
    color: #fff;
    padding: 100px 30px;
    text-align: center;
}
.sec-3 h2{
    font-weight: 300;
    font-size: 30px;
    line-height: 60px;
}
.sec-3 .button{
    background-color: #ffe800;
    color: #cb433d;
    font-size: 20px;
    padding: 12px 50px;
    margin-top: 20px;
}

.sec-4 #container{
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #f7f7f7;
    height: 490px;
}
.sec-4 img{
    height: 490px;
    width: 100%;
}
.sec-4{
    background-color: #fff;
    padding: 100px 30px; 
}
.sec-4 h1{
    color: #cb433d;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 30px;
}
.sec-4 p{
    font-size: 22px;
    text-align: justify;
    margin-top: 30px;
    height: 184px;


}
.sec-4 .button{
    margin: 0 auto;
    display: table; 
}
.sec-5 h1{
    font-size: 50px;
    font-weight: 300;
}
.sec-5 h2{
    font-weight: 300;
    font-size: 26px;
    line-height: 42px;
    width: 80%;
    margin: 30px auto;
}
.news{
    background-color: #fff;
}

.news h1{
    color: #cb433d;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 22px;

}
.news-box{
    position: relative;
}
.news-box img{
    height: 600px;
    width: 100%;
}

.new-text {
    position: absolute;
    bottom: 0;
    padding: 30px;
    color: #fff;
}
.new-text h2{
    font-weight: bold;
    margin-bottom: 20px;
    color: #eee;
    font-size: 32px; 

}
.new-text p{
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 0;
    color: #fff;
    text-align: justify;
}
.news-right .row{
    margin-bottom: 30px;
}
.news-right  h1{
    margin-bottom: 10px;
}
.news-right p{
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    text-align: justify;
}
.news-right img{
    width: 100%;
    height: 285px;
}
.news-right{
    padding-left: 50px; 
}

footer{
    background-color: #cb433d;
    padding: 100px 30px 30px 30px !important;
    color: #fff;
}
.footer-logo img{
    margin-bottom: 30px;
}
.footer-logo  p{
    font-size: 18px;
}
.footer-address{
    margin: 0 auto;
    display: table;
}
footer h4{
    font-weight: 600;
}
.footer-address ul{
    font-size: 18px;
    margin-top: 30px;
}
.footer-social ul li{
    float: left;
    margin-right: 15px;
}
.footer-social ul li a{
    color: #fff;
    font-size: 24px;
}
.footer-social ul{
    margin-bottom: 60px;
    display: inline-block;
}
.newslett-input .form-control {
    border-radius: 0;
    width: 70%;
    height: 40px;
    float: left;
    border: 0;
}
.newslett-input {
    position: relative;
}
.newslett-input .button{
    height: 40px;
    line-height: 40px;
    padding: 0 1px;
    color: #000;
    border-radius: 0;
    float: right;
    width: 28%;
    background-color: #ffe800;
}
.newsletter-foot  p{
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 300;
    font-size: 14px;
}

.foot-link ul li{
    float: left;
}
.foot-link ul li a{
    color: #fff;
    font-weight: 600;
    padding-right: 30px;
    display: block;
}
.foot-link{
    display: inline-block;
    width: 100%;
    margin: 50px 0;
}
.foot-link-bottom{
    text-align: center;
}
.foot-link-bottom h6{
    margin-bottom: 0;
    font-size: 18px;
}

.sec-1{
    background-color: #fff;
    overflow: hidden;
}
/*.sec-1 p{
      font-size: 20px;
    padding: 30px 30px 0 30px;
    font-weight: 500;
    color: #666;
    margin-bottom: 0;
}*/
.sec-1 #container1{
    height: 550px;
    width: 99%;
}
/*.transaction-history-new .table tr td {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    padding: 10px;
    width: 33%;
}


.transaction-history-new .table thead th {
    font-size: 12px;
font-weight: bold;
text-transform: uppercase;
border: 0;
padding: 10px;
width: 33%;
text-align: center;
background-color: #eee;
margin-top: 10px;
}
.transaction-history-new thead {
display: -webkit-box;  
}*/
.usd-wallet .button {
    background-color: #fff !important;
    border: 0;
    color: #000 !important;
    padding: 12px 30px;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.5s 0s;
    cursor: pointer;

}
.usd-wallet h3 {
    margin-bottom: 24px;
}
.Investment-bcf select#lending_plan {
    background-color: #eee;
}
.Investment-bcf .form-control {
    border: 0;
}
.Investment-bcf .input-invest {
    background-color: #eee;
}
.Investment-bcf .button {
    background-color: #cb433d;
    border: 0;
    color: #fff;
    padding: 12px 30px;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.5s 0s;
    cursor: pointer;
    text-align: center;
    display: block;
    margin: 15px auto;
}
.report .tab-content {
    width: 100%;
    margin-top: 30px;
}
.report .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
    color: #000;
    font-weight: bold;
}
.report .nav-tabs .nav-link.active {

    color: #fff;

}
.sec-1  #highcharts-vh6pce2-0 {
    width: 100% !important;
}
.navbar-toggler-icon i {
    color: #fff;
    padding: 6px;
}

.navbar-toggler.navbar-toggler-right {
    cursor: pointer;
    background-color: #000;
}
.logout-head {
    background-color: #cb433d;
    padding: 5px 7px !important;
    color: #fff !important;
    margin: 0px;
    border-radius: 12px;
}
.trans_table {
    width: 100%;
    position: relative;
}
.Investment-bcf input {
    background-color: #eee;
}
.row.transaction-history-dash {
    margin-top: 40px;
}
.details-number {
    margin-top: 40px;
}
.details-value {
    background-color: #cb433d;
    color: #fff;
    padding: 22px;
    margin-bottom: 10px;
}
.details-value h6{

}
.details-value h3 {
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 0;
}
.about-bcf h4 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 15px;
}
.sec-2.about-bcf {
    /*    background-color: #eee;
    */}
.e-wallet-bcf {
    margin-top: 20px;
}
.e-wallet-bcf-img .img-fluid {
    max-width: 100%;
    height: auto;
    width: 240px;
    margin: 0px auto 0px;
    display: block;
}
.login-right a.navbar-brand {
    width: 280px;
    margin: 0 auto;
    display: block;
}
.e-wallet-bottom {
    margin-top: 30px;
}
.e-wallet-bcf h3{
    margin-bottom: 20px;
}
.script-none img {
    display: none;
}
.script-none span.powered-by-cryptocompare {
    display: none;
}
.footer-bcf p {
    color: #fff;
    font-size: 16px;
    padding: 0;
    font-weight: normal;
}

.fund-right-in {
    background-color: #eee;
    padding: 10px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.fund-left-in-left {
    float: left;
    font-size: 20px;
    color: #cb433d;
    font-weight: bold;
}
.fund-left-in-right {
    float: right;
    font-weight: bold;
}
.sec4-fund p {
    font-size: 22px;
    text-align: justify;
    margin-top: 30px;
    height: auto;
}

.chart-demo2 {
    background-color: #eee;
    padding: 30px;
    margin-top: 40px;
    text-align: center;
}
/*.active {
    color: #cb433d;
}*/
.bg-faded .nav-item.active a{
    color: #cb433d;
}

.form-inline {
    display: block;
}
.dataTables_filter label{
    float: right;
}    
.dataTables_length label{
    float: left;
}
.dataTables_length .form-control.input-sm{
    margin: 0 10px;
}
.dataTables_wrapper div.dataTables_paginate ul.pagination{
    float: right;
    margin-top: 10px !important;
}
.paginate_button a{
    background-color: #eeeeee;
    color: #cb433d;
    border-radius: 4px;
    padding: 10px;
    margin-left: 10px;
    font-weight: 500;
    font-size: 14px;
}
.paginate_button.active a{
    background-color: #cd1e2c;
    color: #fff !important;
    border-radius: 4px;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    background-color: #fff;
    box-shadow: 4px 2px 18px rgba(0, 0, 0, 0.2);
    border: 0;
}
.paginate_button a:hover {
    background-color: #cb433d;
    color: #fff;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
    font-weight: 500;
}



table.dataTable.table-condensed .sorting::after, table.dataTable.table-condensed .sorting_asc::after, table.dataTable.table-condensed .sorting_desc::after {
    top: 6px;
    right: 6px;
    display: none;
}
.login-right-back {

    min-height: 100vh;
}
/*media start*/


@media (max-width: 1100px) {
    .team-wrapper-body h2{
        font-size: 20px;
    }
    .team-wrapper-body h4{
        font-size: 16px;
    }
    .team-wrapper-cont h6{
        font-size: 12px;
    }
    .sec-4 p {

        height: auto !important;
    }
    .bg-faded .nav-link {

        padding: 0 12px;

    }
    .bg-faded .navbar-brand img {
        width: 97%;
    }
    .crypto-body .table td {


        padding: 5px 30px;

    }



    .crypto-body .table thead th {

        padding: 5px 0px;

    }
    .curr-val h3 {

        font-size: 32px;

    }
    .receive-qr h3 {

        font-size: 34px;

    }
    .crypto-head h1 {

        font-size: 25px;
    }
    .chart-demo h3 {
        text-transform: uppercase;
        color: #3c3d41;
        font-size: 20px;
    }
    .receive-input-bcf h4 {
        font-size: 9px;
        text-transform: none;
    }
    .transaction-history {
        padding: 50px 11px;
    }
    .details-value h3 {

        font-size: 22px;

    }
    .index-menu .bg-faded .nav-link {
        padding: 10px 6px !important;
        color: #cb433d;
        font-size: 13px;
    }
    .invest-btn {
        font-size: 18px;
        padding: 12px 15px;

    }
    .lern-btn {
        font-size: 18px;
        padding: 12px 15px;

    }
    .sec1-left h1 {
        font-size: 45px;

    }
    .sec2-left h4 {

        font-size: 20px;
    }
    .sec3-offer h2 {
        font-size: 22px;
    }
    .sec4-fund h1 {
        font-size: 25px;
    }
    .news h1 {

        font-size: 20px;
    }
    .news-right {
        padding-left: 0;
        margin-top: 30px;
    }
    .sec3-offer h1 {
        font-size: 24px;

    }
    .news {
        background-color: #fff;
    }
    .sec-4 {
        background-color: #fff;
        padding: 50px 30px;
    }
    .sec-1 #container1 {
        height: 550px;
        width: 90%;
    }
    .news-right p {

        font-size: 16px !important;

    }
    .news-right h1 {
        margin-bottom: 10px;
        margin-top: 12px;
    }
    .sec-5 h2 {
        width: 100%;

    }
    .new-text h2 {

        font-size: 20px;
    }
    .new-text p {
        font-weight: 400;
        font-size: 15px ;

    }
    .profile-forms .receive_cont_head {
        padding: 10px 2px;
        font-size: 14px;
    }
    .new-text h2 {

        font-size: 17px;
    }
    .new-text p {

        font-size: 18px;


    }
    .login-left {

        width: 100%;

    }
}

@media (max-width: 992px) {
    .team-wrapper .col-md-2{
        padding: 0 5px;
    }
    .menu nav a{
        font-size: 14px;
    }
    .menu a:nth-child(1){
        width: 80px;
    }
    .menu nav .start-home, a:nth-child(1):hover~.animationP{
        width: 80px;
    }
    .menu a:nth-child(2){
        width: 80px;
    }
    .menu nav .start-home, a:nth-child(2):hover~.animationP{
        width: 80px;
        left: 80px;
    }
    .menu a:nth-child(3){
        width: 120px;
    }
    .menu nav .start-home, a:nth-child(3):hover~.animationP{
        width: 120px;
        left: 160px;
    }
    .bonus-block span{
        font-size: 14px;
    }
    .bonus-block h4{
        font-size: 20px;
    }
    .bg-faded .nav-link {

        padding: 0 17px !important;

    }
    .bg-faded .navbar-brand img {
        width: 40%;
    }
    .navbar-toggler.navbar-toggler-right {

        margin: 29px 2px;
    }
    .header{
        width: 0px !important;
    }
    #main2{
        margin-left: 0 !important;
    }
    .span-first {
        width: 27% !important;

        font-size: 15px !important;
    }
    .ticket-info h4 {
        padding: 7px;

        font-size: 15px;
    }
    .fund-left-in-right {

        font-size: 14px;
    }
    .fund-left-in-left {

        font-size: 14px;

    }
    .login h2 {


        font-size: 22px;

    }
    .td_sub {
        background-color: transparent;
        color: #000;
        font-weight: bold;
    }
    .td_sub:hover {
        background-color: transparent;
        color: #000;
        font-weight: bold;
        text-decoration: underline;
        border: none;
    }
}

@media (max-width: 768px) {
    .team-wrapper-cont{
        margin-bottom: 15px;
    }
    .team-wrapper-cont:hover{
        transform: scale(1);
    }

    .main-nav a{
        padding-left: 40px;
        font-size: 14px;
    }
    .referral-block{
        margin: 15px 0;
    }
    .referral-link-block{
        padding-top: 0;
    }
    .team-wrapper .col-md-2{
        padding: 0 15px;
    }
    .left-profile{
        padding: 10px;
        position: relative;
    }

    .left-profile img{
        width: 60px;
        height: 60px;
    }
    .left-profile h4{
        font-size: 12px;
    }
    .logo a{
        padding: 15px 10px;
    }
    .header{
        width: 0px;
    }
    #main2{
        margin-left: 0;
    }
    .test {
        width: 250px;
        position: absolute;
        z-index: 2;
    }
    .navbar-toggler.navbar-toggler-right {
        margin: 13px 2px;
    }
    .receive-input-bcf h4 {
        font-size: 12px;
        text-transform: none;
    }
    .sec-fund-down {
        margin-top: 25px;
    }
    .details-value {

        margin-bottom: 30px;
    }
    .details-number {
        margin-top: 30px;
    }
    .row.transaction-history-dash {
        margin-top: 0px;  
    }
    .crypto-curr {
        margin-top: 30px;
    }
    .curr-val {

        margin-top: 30px;
    }
    .crypto-body .table td {

        width: 42% !important;
        text-align: left;
    }
    .chart-demo {
        margin-top: 30px;

    }
    .curr-val2 {

        margin-bottom: 30px;
    }
    .transaction-history {
        padding: 25px 11px;

    }
    .transaction-history crypto-res {
        margin-bottom: 30px; 
    }
    .profile-res .receive_cont_body {
        margin-bottom: 30px;
    }
    .auth_code .form-group {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .mobile_padding {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .auth_code .btn2 {

        margin-top: 30px;
    }
    .login_right_cont {
        width: 100%;

    }
    .ticket-info li {
        border-bottom: 0px solid #fff;
    }
    .login-left-back {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .login-right-back {

        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sec-3 h2 {

        line-height: 38px;
    }
    .news-box img {
        height: 200px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .menu nav a{
        font-size: 12px;
    }
    .body-right{
        width: 100%;
    }
    .team-wrapper-body h2{
        font-size: 28px;
    }
    .team-wrapper-cont h6{
        font-size: 14px;
    }
    .team-wrapper-body h4{
        font-size: 20px;
    }
    .login-left {

        width: 100%;

    }
    .nav {
        display: block;
        display: block;
        display: block;
        display: block;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        width: 100%;
    }
    .trans_table {
        overflow-x: scroll;
    }
    .span-first {
        width: 100%;

    }
    .send-receive {
        padding: 10px;
    }
    /*.details-value {
       
        margin-bottom: 20px;
    }*/
    .bg-faded .navbar-brand img {
        width: 60%;
    }
    .sec-1 .button {
        margin: 0 auto;
        display: block;
        text-transform: capitalize;
    }
    .foot-link ul li {
        float: left;
        width: 100%;
    }
    .footer-address ul {
        font-size: 18px;
        margin-top: 10px;
    }
    .footer-address {
        margin: 20px 0px;

    }
    .sec1-left {

        padding: 25px 35px;
    }
    .sec1-left h1 {
        font-size: 27px;

    }
    .sec1-left h4 {

        font-size: 20px;
    }
    .sec2-left h1 {
        font-size: 28px;

    }
    .sec-1 p {
        font-size: 14px;

    }


    .sec2-left h4 {
        font-size: 16px;
    }
    .sec-2 {

        padding: 50px 30px;
    }
    .sec2-left h4 {
        margin-bottom: 0px;
        line-height: 30px;

    }
    .sec3-offer h2 {
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
    }
    .sec-3 {

        padding: 50px 30px;

    }
    .sec4-fund p {
        font-size: 16px;

    }
    .transaction-history h4 {

        font-size: 18px;
    }
    .address_box h5 {

        margin-bottom: 15px;
        padding: 15px 20px;

        font-size: 11px;

        text-align: center;
    }
    .address_box {

        padding: 30px 5px;

    }
    .ticket_head .btn {
        margin-bottom: 20px;
    }
    .ticket_head h3 {

        margin-bottom: 16px;
        width: 100%; 
    }
    .allready1 {


        width: 100%;
        float: left;

    }
    .login .btn {

        float: none;
        margin-top: 20px;
        cursor: pointer;
        margin-left: 0px;
    }
    .login-left-back {
        padding-top: 50px;
        padding-bottom: 50px;
        background-image: url(../img/bg-left.jpg);
    }
    .login-right-back {

        padding-top: 50px;
        padding-bottom: 50px;
    }
    /*div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
        margin: 0 auto;
        display: block;
     }
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
        margin: 0 auto;
    }*/
    .ticket-left {
        display: none;
    }
    .ticket-info li {
        border-bottom: 1px solid #b1b1b1;


        width: 100%;

    }
    .login-right-back {

        min-height: 80vh !important;
    }
    .news h1 {
        font-size: 14px;
    }
    .report {
        background-color: #fff;
        padding: 5px !important;
    }
    .message-title h3 {

        text-align: center;

    }
    .ticket-reply-text2 {


        text-align: center !important;
    }

}

/*
@media (max-width: 400px) {
 .navbar-toggler.navbar-toggler-right {
    margin: 1px 2px;
}
 
}*/

@media only screen and (min-width: 1100px) and (max-width: 1200px)  {
    .index-menu .navbar-brand {
        width: 30%;
    } 
    .index-menu .bg-faded .nav-link {
        padding: 10px 9px !important;
        color: #cb433d;
        font-size: 17px;
    }
    .bg-faded .nav-link {

        padding: 0 22px !important;

    }
    .crypto-body .table td {


        padding: 5px 30px !important;

    }



    .crypto-body .table thead th {

        padding: 5px 0px !important;

    }
    .sec-4 p {
        font-size: 24px !important;

    }
    .ticket-info li {
        border-bottom: 0px solid #fff;
    }
}





/*media end*/


.sec-10 {
    background-color: #cb433d;
    color: #fff;
    padding: 80px 30px;
}
.sec-10 h2 {
    margin-bottom: 25px;
}
.news .news-img img {
    display: block;
    width: 100%;
    height: 265px;
}
.news .img-scale {
    border: 1px solid #ddd;
    margin-bottom: 30px
}
.news .latest__block-post {
    padding: 20px 10px 20px 20px;
    position: relative;
}
.news .latest__block-post p {
    font-size: 13px;
}
.news .latest__block-post h3.latest__block-title {
    font-size: 15px;
    margin-top: 15px;
    color: #cb433d;
    font-weight: 600;
}

.news .img-scale img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.news .img-scale:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.news .img-scale .news-img {
    overflow: hidden;
    margin: 0px;
    cursor: pointer;
}
.news p.post-read {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.news .meta-post {
    position: absolute;
    top: -21px;
    left: 0px;
    padding: 10px 8px;
    background: #ffe800;
    color: #000;
    font-size: 14px;
}
.news a.more_btn__block {
    font-size: 17px;
    font-weight: bold;
    color: #cc433d;
}
.coin-button.ticket-info .button {
    color: #fff;
    line-height: normal;
    display: inline-block;
    padding: 10px;
    margin-left: 20px;
    margin-top: 10px;
    background-color: #cc1e2c;
    margin-bottom: 12px;
    width:  initial;
}


.pagination {
    justify-content: center;
}
.page-item.disabled .page-link {
    background-color: #eee;
}
.pagination .page-link {
    background-color: #3c3d41;
    color: #fff;
    margin: 0 2px;
    border: 0;
    border-radius: 4px;
}
.pagination .page-item.active .page-link {
    background-color: #cb433d;
    border-color: #cb433d;
}

.tbl_loader_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .5);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tbl_loader_bg .loader {
  border: 6px solid #e5e5e5; /* Light grey */
  border-top: 6px solid #cb433d; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}