/* home page style */

#no-result-div {
    background-image: url(/content/ranking.jpg);
    height: 80%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 34px;
    padding: 30px 0 0;
    background-image: url('/content/ranking.jpg');
}

div#ranking-table_filter,
div#ranking-table_length {
    padding: 10px 10px 5px;
}

div#ranking-table_paginate,
div#ranking-table_info {
    padding: 10px;
}

#result-div {
    height: 100%;
}

.single-slider .item {
    text-align: center;
    padding: 0 15px;
    display: block !important;
}

.single-slider .item a {
    display: inline-block;
    position: relative;
}

.single-slider .item a:before {
    content: 'Ads';
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 5px 13px;
    background: #fcfcfc;
    border-radius: 11px;
    font-weight: 600;
    color: #000;
}

.single-slider {
    background: #ececec;
    padding: 10px 0;
}

.single-slider .slick-arrow img {
    width: 10px;
}

.single-slider .item img {
    display: inline-block;
    max-width: 1170px;
    width: 100%;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
    cursor: pointer;
    color: var(--dark-color);
    z-index: 5;
    transition: var(--default-transition);
}

.slick-prev.slick-arrow {
    left: 20px;
}

.slick-next.slick-arrow {
    right: 20px;
}

.service {
    text-align: center;
    padding-top: 20px;
}

.mining-services i {
    font-size: 40px;
}

.mining-services h4 {
    font-size: 16px;
}

.serice-details {
    text-align: justify;
    padding: 20px;
}

.mining-intro {
    text-align: center;
    font-size: 24px;
}


.youtube-video {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin: 5px 5px 5px 1px;
}



a {
    text-decoration: none;
}

.mining-services {
    background: #fff;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 10px;
}
.navbar.navbar-expand-lg {
    background-color: #ffff;
    margin-bottom: 0px;
}

.nav-link.dropdown-toggle, .nav-item-login-btn {
    color: #000000 !important;
    font-size: 16px;
}
/* media query for mobile */
@media screen and (max-width:1170px) {
    .single-slider .item {
        padding: 0;
    }

    .single-slider .slick-arrow img {
        width: 7px;
    }

    .slick-arrow {
        width: 30px;
        height: 30px;
        text-align: center;
        background: #fff;
        line-height: 27px;
        border-radius: 50%;
    }

    .slick-prev.slick-arrow {
        left: 10px;
    }

    .slick-next.slick-arrow {
        right: 10px;
    }
}

@media screen and (max-width:767px) {
    .single-slider .slick-arrow {
        display: none !important;
    }

    .single-slider {
        padding: 0;
    }

    .single-slider .item a:before {
        content: 'Advertisement';
        position: static;
        left: 0;
        right: 0;
        top: 0;
        padding: 1px 13px;
        background: #ececec;
        border-radius: 0;
        font-weight: 600;
        color: #000;
        font-size: 10px;
        display: block;
    }
}

@media screen and (max-width:480px) {

    .menu {
        margin: 1rem 0 0 3.3rem;
    }

    .choose-detail-sec {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .stock-detail-sec {
        padding: 1rem 0 0 0;
    }

    .stock-detail-sec #result-table .row .stock-form-sect #ytbanner {
        padding: 0.7rem 0;
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
        background-color: #fff;
        border-radius: 5px;
        margin-left: 0rem;
    }

    .stock-detail-sec #result-table .row .stock-form-sect #ytbanner a {
        font-size: 18px;
        color: green;
    }

    .stock-detail-sec #result-table .row .stock-form-sect #ytbanner a .fa-youtube {
        padding: 0 0.5rem 0 0;
    }

    .stock-detail-sec #result-table .row .table-sec .stock-table .scroll-bar .result-div #no-result-div {
        font-size: 22px;
        padding: 15px 0 0 0;
    }

    #no-result-div {
        font-size: 22px;
        padding: 15px 0 0 0;
    }

    .stock-detail-sec .container .youtube-video iframe {
        width: 450px;
        height: 215px;
    }

    .mining-services {
        margin: 5px 0 0 0;
    }

    .stock-detail-sec .mining-services .mining-intro p {
        font-size: 18px;
        padding: 1rem 0 0 0;
    }

    .stock-detail-sec .mining-services .mining-intro p span {
        display: block;
    }

    .youtube-video {
        margin: 10px 5px 5px 5px;
        padding: 15px 10px;
    }

    #youtube-video {
        margin: 10px 5px 5px 5px;
        padding: 15px 10px;
    }

    .stock-detail-sec #yt__container #youtube-video #yt__title {
        margin: 0 0 1rem 0;
        text-align: center;
    }

    .mt-5 {
        margin: 10px 0 0 0 !important;
    }

    .stock-detail-sec .choose-detail-sec {
        margin: 10px 7.5px 0 7.5px;
    }


    footer .copyright-sec .container .footerp {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* disliamer sign styling*/
    .warning-info svg {
        position: absolute;
        left: 8px;
        top: -5px;
        width: 8px;
    }

    .cls-1 {
        font-size: 24px !important;
    }

    /* banner styling for mobile img */
    .single-slider .item img {
        height: 100px !important;
    }

}

/* Media Query for low resolution  Tablets, Ipads */
@media screen and (min-width: 481px) and (max-width: 767px) {
    .menu {
        margin: 1rem 0 0 3.3rem;
    }

    .question-list .d-flex.center-item {
        padding-left: 22%;
    }

    .question-list .d-flex.right-item {
        padding-left: 43%;
    }

    .stock-detail-sec #result-table .row .stock-form-sect #ytbanner {
        padding: 0.7rem 0;
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
        background-color: #fff;
        border-radius: 5px;
    }

    .stock-detail-sec #result-table .row .stock-form-sect #ytbanner a {
        font-size: 18px;
        color: green;
    }

    .stock-detail-sec #result-table .row .stock-form-sect #ytbanner a .fa-youtube {
        padding: 0 0.5rem 0 0;
    }

    .stock-detail-sec .mining-services .mining-intro p {
        font-size: 20px;
        padding: 1rem 0 0 0;
    }

    footer .copyright-sec .container .footerp {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /*banner style mobile*/
    .single-slider .item img {
        height: 80px !important;
    }


}

/*media query for medium screen, laptop, desktop 992px to 1200px */

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .stock-detail-sec {
        padding: 20px 0 0 0;
    }

    /*styling for if you are new yt section*/
    .stock-detail-sec #result-table .row .stock-form-sect #ytbanner {
        text-align: center;
        font-size: 15px;
        margin-bottom: 20px;
        background-color: #fff;
        border-radius: 5px;
        margin-left: 1.1rem;
        padding: 0.7rem;
        font-size: 1.8rem;
    }

    .stock-detail-sec #result-table .row .stock-form-sect #ytbanner a {
        text-decoration: none;
        color: green;
    }

    /* styling for abbreviation*/
    .stock-detail-sec #result-table .row .stock-form-sect .info-box-wrap {
        margin: 20px 0 0 10px !important;
        height: 350px;
    }


    .bolder {
        font-weight: bolder;
    }

    /*styling for general info about section*/
    .stock-detail-sec .mining-services {
        background: #fff;
        font-size: 14px;
        margin-top: 20px;
        border-radius: 10px;
        width: 939px;
    }

    /*youtube video styling*/

    .stock-detail-sec #yt__container {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .stock-detail-sec .container .youtube-video {
        height: 580px;
        display: flex;
        align-content: center;
        justify-content: center;
        padding: 20px 20px 40px 20px;
    }

    .stock-detail-sec .container .youtube-video h1 {
        padding: 1rem 0 1rem 1rem;
        text-align: center;
    }

    .stock-detail-sec .container .youtube-video iframe {
        width: 900px;
        height: 500px;
    }

    /*styling for disclaimer div*/
    .stock-detail-sec .choose-detail-sec {
        margin-top: 20px;
    }

    /* disclamier section styling*/
    .stock-detail-sec .choose-detail-sec #disclaimer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .stock-detail-sec .choose-detail-sec .container .warning-info {
        max-width: 770px;
        text-align: justify;
        font-size: 16px;
        padding-bottom: 5px;
    }

    .stock-detail-sec .choose-detail-sec .container .warning-info svg {
        position: absolute;
        left: 5px;
        top: -2px;
        width: 8px;
    }

    .cls-1 {
        font-size: 30px !important;
        fill: #fff;
        font-family: Calibri-Bold, Calibri;
        font-weight: 700;
    }

    /* styling for bannner*/

    .single-slider {
        width: 950px !important;
        margin: 0 auto 0 auto;
    }

    .single-slider .item {
        width: 950px !important;
    }

    .single-slider .item img {
        width: 850px !important;
        height: 157px !important;
    }

    /*mining services intro styling*/

    .stock-detail-sec .mining-services .mining-intro p {
        margin: 1rem 0 0 0;
    }

    /*login page styling*/

    #login__page {
        background: lightgreen;
    }

    .bodywrap .login-wrap #loginform #login-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bodywrap .login-wrap #loginform #login-box .panel-login {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        border-radius: 1rem;
        width: 370px;
        height: 350px;
        color: green;
    }

    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-heading .panel-title {
        font-weight: bolder;
        font-family: sans-serif;
        font-size: 20px;
    }

    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-heading #login {
        font-size: 16px;
        text-align: center;
    }

    /*.bodywrap .login-wrap #loginform #login-box .panel-login .panel-body{
                 display: flex;
                align-items: center;
                justify-content: center;
            }*/

    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-heading {
        padding: 15px 15px;
    }

    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-body .row .login-input .input-group {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-body .row .login-psw .input-group {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-body .row .input .input-group .icon {
        padding: 0 2.5rem 0 0;
        font-size: 2rem;
    }

    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-body .row .input .input-group {
        padding: 0 0 3rem 0;
    }

    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-body .row .input .input-group input {
        font-family: sans-serif;
        border: 1px solid gray;
        color: green;
        border-radius: 0.5rem;
    }


    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-body .controls {
        padding: 3rem 0 0.5rem 0;
    }

    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-body .controls #btn-login {
        padding: 8px 15px;
        font-size: 14px;
        font-weight: bolder;
    }

    /* new navbar css */

    nav {
        display: flex;
        height: 80px;
        width: 100%;
        background: #1b1b1b;
        align-items: center;
        justify-content: space-between;
        padding: 0 50px 0 100px;
        flex-wrap: wrap;
    }

    nav .logo {
        color: #fff;
        /* font-size: 35px; */
        font-weight: 600;
    }

    nav ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    nav ul li {
        margin: 0 5px;
    }

    nav ul li a {
        color: #f2f2f2;
        text-decoration: none;
        font-size: 1.5rem;
        font-weight: 500;
        padding: 8px 15px;
        border-radius: 5px;
        /* letter-spacing: 1px; */
        transition: all 0.3s ease;
    }

    nav ul li a.active,
    nav ul li a:hover {
        color: #111;
        background: #fff;
        text-decoration: none;
    }

    nav .menu-btn i {
        color: #fff;
        font-size: 22px;
        cursor: pointer;
        display: none;
    }

    input[type="checkbox"] {
        display: none;
    }

    /* navbar brand styling */

    #logo {
        width: 20px;
        height: 20px;
        margin-bottom: 0.7rem;
        fill: #ffffff;
    }

    #brand__title {
        font-size: 1.7rem;
        padding: 0 0 0 0.5rem;
    }


    /* new navbar css */

}

/* media query for extra large screen from 1200px to 1600px */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {

    /*
        styling for top padding for section of 
        if you are new and make serch for result 
        */
    .stock-detail-sec {
        padding: 20px 0 0 0;
    }

    /*styling for if you are new yt section*/
    .stock-detail-sec #result-table .row .stock-form-sect #ytbanner {
        text-align: center;
        font-size: 16px;
        margin-bottom: 20px;
        background-color: #fff;
        border-radius: 5px;
        margin-left: 1.1rem;
        padding: 0.7rem;
        font-size: 1.8rem;
    }

    .stock-detail-sec #result-table .row .stock-form-sect #ytbanner a {
        text-decoration: none;
        color: green;
    }

    /* styling for abbreviation*/
    .stock-detail-sec #result-table .row .stock-form-sect .info-box-wrap {
        margin: 20px 0 0 10px !important;
        height: 350px;
    }


    .bolder {
        font-weight: bolder;
    }

    /*styling for general info about section*/
    /*.stock-detail-sec .mining-services {
        background: #fff;
        font-size: 14px;
        margin-top: 20px;
        border-radius: 10px;
    }*/

    /*youtube video styling*/

    .stock-detail-sec #yt__container {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .stock-detail-sec .container .youtube-video {
        height: 580px;
        display: flex;
        align-content: center;
        justify-content: center;
        padding: 20px 20px 40px 20px;
    }

    .stock-detail-sec .container .youtube-video h1 {
        padding: 1rem 0 1rem 1rem;
        text-align: center;
    }

    .stock-detail-sec .container .youtube-video iframe {
        height: 500px;
        width: 95%;
    }

    /*styling for disclaimer div*/
    .stock-detail-sec .choose-detail-sec {
        margin-top: 20px;
    }

    /* disclamier section styling*/
    .stock-detail-sec .choose-detail-sec #disclaimer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .stock-detail-sec .choose-detail-sec .container .warning-info {
        max-width: 770px;
        text-align: justify;
        font-size: 16px;
        padding-bottom: 5px;
    }

    .stock-detail-sec .choose-detail-sec .container .warning-info svg {
        position: absolute;
        left: 5px;
        top: -2px;
        width: 8px;
    }

    .cls-1 {
        font-size: 30px !important;
        fill: #fff;
        font-family: Calibri-Bold, Calibri;
        font-weight: 700;
    }

    /* styling for bannner*/

    /*.single-slider{
                max-width:1300px !important;
                margin:0 auto 0 auto; 
            }

            .single-slider .item{
                max-width: 1300px !important;
            }

            .single-slider .item img{
                max-width: 1200px !important;
                height: 157px !important;
            }*/

    /* styling for */

    /*login page styling*/

    .stock-detail-sec .mining-services .mining-intro p {
        margin: 1rem 0 0 0;
    }

    #login__page {
        background: lightgreen;
    }

    .bodywrap .login-wrap #loginform #login-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bodywrap .login-wrap #loginform #login-box .panel-login {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        border-radius: 1rem;
        width: 370px;
        height: 350px;
        color: green;
    }

    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-heading .panel-title {
        font-weight: bolder;
        font-family: sans-serif;
        font-size: 20px;
    }

    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-heading #login {
        font-size: 16px;
        text-align: center;
    }

    /*.bodywrap .login-wrap #loginform #login-box .panel-login .panel-body{
                 display: flex;
                align-items: center;
                justify-content: center;
            }*/

    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-heading {
        padding: 15px 15px;
    }

    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-body .row .login-input .input-group {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-body .row .login-psw .input-group {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-body .row .input .input-group .icon {
        padding: 0 2.5rem 0 0;
        font-size: 2rem;
    }

    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-body .row .input .input-group {
        padding: 0 0 3rem 0;
    }

    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-body .row .input .input-group input {
        font-family: sans-serif;
        border: 1px solid gray;
        color: green;
        border-radius: 0.5rem;
    }


    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-body .controls {
        padding: 3rem 0 0.5rem 0;
    }

    .bodywrap .login-wrap #loginform #login-box .panel-login .panel-body .controls #btn-login {
        padding: 8px 15px;
        font-size: 14px;
        font-weight: bolder;
    }


    /* new navbar css */
    nav {
        display: flex;
        height: 80px;
        width: 100%;
        background: #1b1b1b;
        align-items: center;
        justify-content: space-between;
        padding: 0 50px 0 100px;
        flex-wrap: wrap;
    }

    nav .logo {
        /* font-size: 35px; */
        font-weight: 600;
    }

    nav ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    nav ul li {
        margin: 0 5px;
    }

    nav ul li a {
        color: #f2f2f2;
        text-decoration: none;
        font-size: 1.5rem;
        font-weight: 500;
        padding: 8px 15px;
        border-radius: 5px;
        /* letter-spacing: 1px; */
        transition: all 0.3s ease;
    }

    nav ul li a.active,
    nav ul li a:hover {
        color: #111;
        background: #fff;
        text-decoration: none;
    }

    nav .menu-btn i {
        color: #fff;
        font-size: 22px;
        cursor: pointer;
        display: none;
    }

    input[type="checkbox"] {
        display: none;
    }

    /* navbar brand styling */

    #logo {
        width: 20px;
        height: 20px;
        margin-bottom: 0.7rem;
        fill: #ffffff;
    }

    #brand__title {
        font-size: 1.7rem;
        padding: 0 0 0 0.5rem;
    }


    /* new navbar css */

}

/* media query for banner from 1200 - 1400px */
@media screen and (min-device-width: 1200px) and (max-device-width: 1400px) {
    .single-slider {
        max-width: 1130px !important;
        margin: 0 auto 0 auto;
    }

    .single-slider .item {
        max-width: 1130px !important;
    }

    .single-slider .item img {
        max-width: 1000px !important;
        height: 157px !important;
    }

}

/* media query for banner from 1400 - 1600px */
@media screen and (min-device-width: 1400px) and (max-device-width: 1600px) {
    .single-slider {
        width: 1305px !important;
        margin: 0 auto 0 auto;
    }

    .single-slider .item {
        width: 1305px !important;
    }

    .single-slider .item img {
        width: 1200px !important;
        height: 157px !important;
    }
}

/* media query for general info section from 1200 - 1400px */
@media screen and (min-device-width: 1200px) and (max-device-width: 1400px) {
    .stock-detail-sec .mining-services {
        background: #fff;
        font-size: 14px;
        margin-top: 20px;
        border-radius: 10px;
        width: 1119px;
    }
}

/* media query for banner from 1400 - 1600px */
@media screen and (min-device-width: 1400px) and (max-device-width: 1600px) {
    .stock-detail-sec .mining-services {
        background: #fff;
        font-size: 14px;
        margin-top: 20px;
        border-radius: 10px;
        width: 1300px;
    }
}

/* media queries for new navbar */


@media screen and (max-width: 1000px) {
    nav {
        padding: 0 40px 0 50px;
    }
}

@media screen and (max-width: 480px) {

    /* styling as per desktop for mob due to css reset */
 .navbar.navbar-expand-lg{display:none;}   #logo {
        width: 20px;
        height: 20px;
        margin-bottom: 0.7rem;
        fill: #fff;
    }

    #click {
        display: none;
    }

    nav {
        display: flex;
        height: 60px;
        width: 100%;
        background: #1b1b1b;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #brand__title {
        color: white;
        font-size: 1.7rem;
        padding: 0 0 0 0.5rem;
        font-weight: bolder;
    }

    nav .menu-btn i {
        display: block;
        color: white;
        font-size: 1.7rem;
        padding: 0 0 0 0.5rem;
        font-weight: bolder;
    }

    /* styling as per desktop for mob due to css reset */


    #click:checked~.menu-btn i:before {
        content: "\f00d";
    }

    nav ul {
        position: fixed;
        top: 60px;
        left: -100%;
        background: #111;
        height: 20vh;
        width: 100%;
        text-align: center;
        display: block;
        transition: all 0.3s ease;
    }

    #click:checked~ul {
        left: 0;
    }

    nav ul li {
        width: 100%;
        padding: 0 0 1.5rem 0;
        list-style: none;
    }

    nav ul li a {
        width: 100%;
        margin-left: -100%;
        display: block;
        font-size: 20px;
        transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    #click:checked~ul li a {
        margin-left: 0px;
        color: white;
        font-weight: bold;
    }

    nav ul li a.active,
    nav ul li a:hover {
        background: none;
        color: cyan;
    }

    .unseen {
        display: none;
    }
}

/*media queries for solving nav bug in some devices*/

@media screen and (min-width: 321px) and (max-width: 375px) {
    #brand__title {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 320px) {
    #brand__title {
        font-size: 1.2rem;
    }
}
