@media (max-width: 1668px) {
    .container{
        	width: 1350px;
    }

    .card-img{
        margin-bottom:-20px;
    }

    .card-img img {
        height:220px;
    }

    /* .supercharge-img{
        height: 393px;
    }

    .supercharge-section{
        max-width:90%;
    } */

}

@media (max-width: 1468px) {
    .card-img img {
        height:200px;
    }

    .card-img{
        margin-bottom:-30px;
    }

    .container{
        	width: 1190px;
    }

    .landing-free .free-content{
        width:54%;
    }

}


@media (max-width: 1200px) {
    .card-img img {
        height:190px;
    }
    .card-img{
        margin-bottom:-40px;
    }

    .container{
        	width: 1000px;
    }

    .supercharge-img{
        height: 383px;
    }
    .supercharge-row .supercharge-col-right{
        width:100%;
    }

}



/* Ipad */
@media (max-width: 1060px) {

.supercharge-row{
        flex-direction: column-reverse;
}

.supercharge-row .supercharge-col-left{
    width:100%;
    margin-top:45px;
}

.container{
        width:85%;
        margin:0 auto;
}

.landing-hero .row{
    flex-direction:column-reverse;
}


.hero-left{
    padding-top:50px;
    width:100%;
}

.hero-left h1 {
    text-align:center;
}

.hero-left .btn-landing{
    margin:0 auto;
    margin-top:25px;
}

.hero-left p{
    text-align:center;
}

.hero-right{
    width:100%;
}


.landing-boxes .row{
    flex-wrap:wrap;
    justify-content: center;
}

.landing-boxes .box-item{
    width:35%;
    margin-bottom:25px;
    margin-right:10px;
    margin-left:10px;
}


.cards-row{
    flex-direction: column;;
}

.card-img img{
    height:100%;
    width:100%;
    object-fit:cover;
}

.card-img{
    height:400px;
   
}

.card{
    width:100%;
     margin-bottom:60px;
}

.landing-results .results-top{
    max-width:100%;
}

.results-row{
    flex-direction:column;
}

.results-icons{
    width:100%;
}

.results-table{
    width:100%;
}

.free-mainrow{
    flex-direction:column;
}

.landing-free .free-content{
    width:100%;
}

.landing-free  .free-form{
    width:100%;
}

/* .supercharge-box{
    min-height:400px;
} */

.supercharge-section{
    max-width:100%;
}

.landing-thetable .post-container{
    max-width:100%;
}

.landing-thetable .thead1{
    width:35%;
}

.trust-row{
    flex-wrap:wrap;
}

.trust-row .trust-img{
    width:15%;
    margin-bottom:25px;
}

.footer{
    padding-left:50px;
    padding-right:50px;
}

.footer .the-col p{
    font-size:15px;
}

.footer .footer-copyright{
    font-size:15px;
}

}


