.innerpage_banner1 {
    min-height: 150px;
    width: 100%;
    background: #043270 url(how-bg.jpg) no-repeat top center fixed;
    background-size: cover;
}

@media only screen and (max-width: 560px) {
    .mobile {
        line-height: 20px;
        padding-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    #mobile {
        width: 100%;
    }
}

.inner_page_info h3 {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    padding-left: calc(55% - 640px);
    line-height: 100px;
    display: inline-block;
    min-width: 60%;
    background: linear-gradient(to right, #054f8e, #052558);
    margin-top: 160px;
    margin-left: -24%;
    padding-left: 10%;
    margin-bottom: 0;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.innerpage_banner1 .vote-but {
    padding: 180px 0px 0px 0px;
    text-align: center;
}

.innerpage_banner1 .vote-but a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    background: #f56e00;
    border: 1px solid #f56e00;
    padding: 11px 10px;
    border-radius: 5px;
    box-shadow: inset 0 0 0 0 #0c51ac;
    transition: 0.7s;
    margin: 14px 0px 0px 14px;
    position: relative;
    display: inline-block;
}

.innerpage_banner1 .vote-but a:hover {
    color: #fff;
    background: #0c51ac;
    border: 1px solid #0c51ac;
    box-shadow: inset 0 35px 0 0 #0c51ac;
    transition: 0.7s;
}

.innerpage_banner1 .vote-but a i {
    position: absolute;
    opacity: 0;
    top: -1px;
    left: 0;
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    width: 12%;
    height: 103%;
    transform: skew(-30deg, 0deg);
    animation: move 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.admin-box {
    background: #6c6e7014;
    background-size: cover;
    padding: 30px 10px 30px 10px;
    margin: 30px auto 30px;
    text-align: center;
    width: 94%;
}

.admin-box h2 {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    color: #083c82;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid #0d91e4;
}

.admin-box h4 {
    margin: 0px 0px 20px 0px;
    font-size: 15px;
    color: #000;
    line-height: 26px;
}

.admin-box h5 {
    margin: 0px 0px 20px 0px;
}

.admin-box h6 {
    margin: 0px 0px 0px 0px;
}

.admin-box h5 a {
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #0d91e4;
    border: 1px solid #0d91e4;
    padding: 10px 28px;
    display: inline-block;
    box-shadow: inset 0 0 0 0 #083c82;
    transition: 0.7s;
    width: 70%;
}

.admin-box h5 a:hover {
    background: #083c82;
    border: 1px solid #083c82;
    transition: 0.7s;
    box-shadow: inset 0 0 0 42px #083c82;
}

.admin-box h6 a {
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #083c82;
    border: 1px solid #083c82;
    padding: 10px 28px;
    display: inline-block;
    box-shadow: inset 0 0 0 0 #0d91e4;
    transition: 0.7s;
    width: 70%;
}

.admin-box h6 a:hover {
    background: #0d91e4;
    border: 1px solid #0d91e4;
    transition: 0.7s;
    box-shadow: inset 0 0 0 42px #0d91e4;
}

.san {
    background: #fff url(plan-bg.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    padding: 0px 0px 30px 0px;
}

.adminMenu {
    padding: 0px 0px 0px 0px;
}

.adminMenuBut {
    max-width: 210px;
    width: 100%;
    height: 50px;
    background: #083c82;
    background-size: cover;
    box-shadow: 0px 0px 7px #0d91e4;
    border-radius: 0px;
    color: #fff;
    text-align: left;
    padding-left: 0px;
    cursor: pointer;
    margin: 6px auto 6px;
    transition: 0.7s;
}

.adminMenuBut:hover {
    box-shadow: 0px 0px 7px #0d91e4;
    transition: 0.7s;
    background: #0d91e4;
    background-size: cover;
}

.adminMenuBut a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 25px;
    transition: 0.7s;
    text-align: center;
    line-height: 48px;
    font-family: 'Noto Sans', sans-serif;
}

.adminMenuBut a i {
    font-size: 18px;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 36px;
}

.adminMenuBut a:hover {
    color: #fff;
    transition: .3s;
}

.adminMenuBut i:hover {
    color: #ffae11;
    transition: .3s;
}

.admin_menu {
    width: 100%;
    background: #460ba3 no-repeat bottom center;
    background-size: 100% 100%, cover;
    padding: 15px 0;
    position: relative;
}

.SubTitle {
    background: #0d91e4;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 0px 12px 0px;
    margin: 30px auto 0px;
    overflow: hidden;
    text-align: center;
    border-radius: 0px;
}

.admin_menu_inner {
    width: 100%;
}

.admin_menu_inner .st {
    padding: 4px 0px 15px 33px;
}

.admin_menu_inner .st a {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 25px;
    text-decoration: none;
    text-transform: capitalize;
    transition: .3s;
}

.admin_menu_inner .st a i {
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 1), 0px 6px 0px 0px rgba(255, 86, 39, 0.23);
    -moz-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 1), 0px 6px 0px 0px rgba(255, 86, 39, 0.23);
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 1), 0px 6px 0px 0px rgba(149, 148, 244, 0.35);
    font-size: 18px;
    color: #fff;
    background: linear-gradient(135deg, #0032f4 33%, #00aed7 77%);
    transition: .3s;
    border-radius: 30%;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    margin: 0 auto 10px auto;
    margin-right: 20px;
}

.admin_menu_inner .st a:hover {
    color: #f24d92;
    transition: .3s;
}

.admin_menu_inner .st a i:hover {
    color: #ffffff;
    transition: .3s;
    background-color: #f24d92;
}

@media only screen and (max-width: 991px) {
    .inner_page_footer,
    .innerpage_footer_inner .soc_links {
        text-align: center;
    }
    .innerpage_footer_inner .q_links {
        padding-bottom: 10px;
    }
    .admin_menu_inner ul li {
        padding: 10px 0;
        vertical-align: top;
        width: 25%;
    }
    .admin_header_left span {
        font-size: 16px;
        padding: 19px 10px;
    }
    .hash_power_inner img {
        width: 110px;
    }
    .hash_power_inner h4 {
        font-size: 20px;
    }
    .hashpower_range {
        margin-bottom: 20px;
    }
    .admin_header_left a {
        margin-right: 8px;
        width: 140px;
    }
    .SubTitle {
        max-width: 250px;
        width: 100%;
    }
    .inner_page_info h3 {
        font-size: 27px;
        color: #fff;
        line-height: 40px;
        text-align: center;
        margin-left: 0%;
        width: 100%;
        margin-top: 0;
        padding: 20px 0px 20px 0px;
    }
    .inner_page_info h3:after {
        display: none;
    }
    .innerpage_banner1 .vote-but {
        padding: 30px 0px 30px 0px;
        text-align: center;
    }
}

@media only screen and (max-width:768px) {}

@media only screen and (max-width:600px) {
    .admin_menu_inner ul li {
        width: 33.33%;
    }
    .chart_content h5 img {
        display: block;
        margin: 0 0 8px;
    }
    .chart_content h5 {
        line-height: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .admin_menu_inner ul li {
        width: 50%;
    }
    .hash_power_inner {
        text-align: center !important;
    }
    .hash_power_inner h4 {
        width: 100%;
        text-align: center !important;
        padding: 10px 0;
    }
    .hash_power_inner img {
        float: none !important;
        margin: 0;
    }
    .currency_hash_rate_box img {
        float: none;
        margin: 0 0 10px;
    }
    .currency_hash_rate_box {
        text-align: center;
    }
    .payment_type ul li {
        margin: 5px;
    }
    .search_content .col-xs-3,
    .search_content .col-xs-9 {
        width: 100%;
    }
    .go_to_page_inner {
        text-align: center;
    }
    .go_to_page_inner a {
        margin: 0 8px;
    }
    .currency_hash_rate_box.ico i {
        float: left;
    }
    .currency_hash_rate_box i {
        float: left;
    }
    .currency_hash_rate_box.ico.dep i {
        float: none;
    }
    .history .col-xs-4 {
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .admin_menu_inner ul li {
        width: 50%;
    }
    .saved_allocation_box h5 span {
        font-size: 14px;
    }
    .saved_allocation_box h5 span small {
        font-size: 12px;
    }
}

.acc-top {
    padding: 36px 0px 20px 0px;
}

.acc-top h4 {
    font-size: 15px;
    color: #777878;
    text-transform: capitalize;
    line-height: 40px;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
    margin: 0px 0px 0px 0px;
    background: #ffffff;
    border-top: 2px solid #0d91e4;
    padding: 8px 20px 8px 20px;
}

.acc-top h4 span {
    font-size: 16px;
    color: #0a4ba3;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    float: right;
}

.inner_page_info h3 {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    padding-left: calc(55% - 640px);
    line-height: 100px;
    display: inline-block;
    min-width: 60%;
    background: linear-gradient(to right, #054f8e, #052558);
    margin-top: 160px;
    margin-left: -10%;
    padding-left: 10%;
    margin-bottom: 0;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}


/* New */

.inner_page_info h3 {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    padding-left: calc(55% - 640px);
    line-height: 100px;
    display: inline-block;
    min-width: 60%;
    background: linear-gradient(to right, #054f8e, #052558);
    margin-top: 160px;
    margin-left: -10%;
    padding-left: 10%;
    margin-bottom: 0;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.inner_page_info h3:after {
    position: relative;
    content: "";
    float: right;
    left: 2.0724em;
    width: 2.0724em;
    height: 0;
    border-color: #05265a transparent;
    border-style: solid;
    border-width: 0 2.0724em 3em 0;
    z-index: 1;
}

.inner_page_info h3 span {
    color: #f3c025;
}

@media only screen and (max-width: 1199px) {
    .inner_page_info h3 {
        font-size: 30px;
        color: #fff;
        line-height: 90px;
    }
}

@media only screen and (max-width: 560px) {
    .inner_page_info h3 {
        font-size: 27px;
        color: #fff;
        line-height: 40px;
        padding-top: 30px;
        padding-bottom: 20px;
        text-align: center;
        margin-left: 0%;
        width: 100%;
    }
    .inner_page_info h3:after {
        display: none;
    }
}


/** token boxes **/

.token_boxes {
    width: 100%;
}

.token_box {
    webkit-box-shadow: 0px 14px 11px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 14px 11px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgb(128, 121, 121);
    width: 100%;
    display: inline-block;
    border-radius: 0px;
    padding: 10px;
    background: #ffffff;
    margin: 20px auto 20px;
    text-align: center;
}

.token_box img {
    margin: auto;
}

.token_box h4 {
    font-size: 16px;
    color: #777878;
    text-transform: capitalize;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Noto Sans', sans-serif;
    margin: 5px 0px 0px 0px;
}

.token_box h4 span {
    display: block;
    font-size: 24px;
    color: #0a4ba3;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    border-bottom: 1px solid #bababa;
}


/** referal_link_box **/

.referral_link_box {
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.13);
    background: #ffffff;
    width: 100%;
    display: inline-block;
    border-radius: 0px;
    padding: 10px 20px;
    margin: 30px auto 30px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
    width: 100%;
    height: 54px;
    padding: 0 60px;
    border-radius: 0px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #000;
    background: transparent;
    font-family: 'Rubik', sans-serif;
    border: 1px solid #0b4ea7;
    text-align: left;
}

.referral_link_box span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.referral_link_box span i {
    display: inline-block;
    font-size: 26px;
    color: #ffffff;
    background: #0d91e4;
    border-radius: 50%;
    padding: 14px;
}

.referral_link_box h3 {
    display: inline-block;
    vertical-align: middle;
}

.referral_link_box h3 input {
    font-size: 20px;
    color: #0a4ba3;
    font-weight: bold;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    border: transparent;
    font-family: 'Rubik', sans-serif;
}

.referral_link_box h3 span {
    font-size: 18px;
    color: #646467;
    font-weight: 5px;
    font-family: 'Noto Sans', sans-serif;
}

.referral_link_box button {
    margin: 30px 0px 0px 0px;
    float: right;
    background: #0d91e4;
    border: 1px solid #0d91e4;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 5px;
}

.referral_link_box button:hover {
    background: #fe8b04;
    border: 1px solid #fe8b04;
    color: #fff;
    transition: 0.7s;
}


/** footer **/

.clearfix {
    clear: both;
}

.ftr-btm {
    background: #082d5f;
    padding: 10px 0px 10px 0px;
    font-family: 'Rubik', sans-serif;
}

.ftr-btm-left {
    padding: 20px 0px 0px 0px;
    text-align: center;
}

.ftr-btm-right {
    padding: 20px 0px 0px 0px;
}

.ftr-btm-left span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}