@media only screen and (max-width: 1024px) {
    .main-header .header-content-image .bitcoin-img {
        margin-left: 2rem;
    }
    .main-header .navbar-default .navbar-nav>li>a {
 
        padding: 10px 14px;
    }
    .loader {
        top: 26%;
        width: 200px;
        height: 200px;
    }
    .investplan-sec .profit-sec {
        position: relative;
        top: 30rem;
    }
    .investplan-sec .earn {
        left: 24rem;

        top: 9rem;
    }
    .investplan-sec .daily {
        left: 53rem;
        top: 18rem;
    }
    .investplan-sec .plan-box h2 {

        top: 15rem;
    }
    .calculator-sec .profit-result h6 {
   
        font-size: 10px;
    }
    .investplan-sec .plan-box .profit-sec li span {
        font-size: 12px;
    }
    .statistics-sec ul li{
        width: 17%;
    }
    .statistics-sec ul li span {
        font-size: 12px;
    }
    .statistics-sec ul li .stat {
        font-size: 14px;
    }
    .advantage-sec .heading h2 {

        font-size: 9rem;
    }
    .advantage-sec ul li:nth-child(2), .advantage-sec ul li:nth-child(3), .advantage-sec ul li:nth-child(4), .advantage-sec ul li:nth-child(5){
        margin-left: 20px;
    }
    .investplan-sec .plan-box canvas {
        width: 40%;
        cursor: pointer;
        height: 62%;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    
    }
    .investplan-sec .plan-box h2 {
        position: absolute;
        left: 0;
        right: 0;
        top: 22%;
        color: #0059ff;
        font-size: 50px;
        font-weight: bold;
        text-shadow: 0px 3px 3px rgb(0 0 0 / 19%);
        margin: 0 auto;
        text-align: center;
    }
    .container {
        width: 100%;
    }
   
}
@media only screen and (max-width: 991px){
    .main-header .header-content-image .bitcoin-img {
        width: 96%;
    }
    .header-content ul li {

        margin-left: -19px;
    }
}
@media only screen and (max-width: 767px){
    .main-nav .nav>li {
      
        float: left;
    }
    .main-nav .collapse {
        display: inline-block;
        float: right;
    }
    .main-header .navbar-header{
        display: inline-block;
    }
   
}