@media screen and (max-width: 1600px) {
    .banner__wrap .bnr-content h5 , .banner__wrap .bnr-content h5 span {
        font-size: 35px;
    }
        .banner__wrap .bnr-content h4 {
        font-size: 40px;
        line-height: 50px;
    }
    .bnr-img img {
        max-width: 50%;
    }
    strong.offer-txt {
        font-size: 45px;
    }
    .banner__wrap .bnr-content a, .steps__wrap a, .faq__wrap a {
        font-size: 18px;
        font-weight: 600;
          padding: 8px 25px;
    }
    .c-review .review-content h6 {
        font-size: 25px;
        line-height: 30px;
    }
    section.about__wrap h5, .promise h5, .money__back h5 ,.steps__wrap h5, .testimonial__wrap h5, .fobes__wrap h5, .get-started h1, .faq__wrap h5 ,.promise h4{
        font-size: 30px;
        font-weight: 700;
        line-height: 35px;
    }
    section.about__wrap ul li {
        font-size: 16px;
        line-height: 20px;
    }
    .steps__wrap p, .testimonial__wrap p, .fobes__wrap p {
        font-size: 18px;
    }
    .steps__wrap .content {
        height: 230px;
    }
    .promise ul li {
        font-size: 20px;
        font-weight: 500;
        line-height: 35px;
    }
  
}
@media screen and (max-width: 1400px) {
     

}   
@media screen and (max-width: 992px) {
    
}
@media screen and (max-width: 768px) {
        ul.header__wrap {
       justify-content: center;
    }
    .banner__wrap .bnr-content h2 {
        font-size: 13px;
        font-weight: 500;
        padding: 8px 25px;
    }
    .banner__wrap .bnr-content h5, .banner__wrap .bnr-content h5 span {
        font-size: 23px;
        font-style: italic;
        line-height: 28px;
    }
    .banner__wrap .bnr-content h4  , strong.offer-txt{
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 0;
    }
        .bnr-img img {
        max-width: 100%;
    }
    .banner__wrap .bnr-content a, .steps__wrap a, .faq__wrap a  , .money__back a{
        font-size: 15px;
        font-weight: 600;
        padding: 8px 25px;
        margin: 5px auto;
        justify-content: center;
        width: 100%;
        text-align: center;
    }
    .c-review .review-content {
        flex-direction: column;
        border-radius: 20px;
        text-align: center;
    }
    .c-review .review-content span {
        padding-right: 0;
    }
    .c-review .review-content h6 {
        font-size: 18px;
        line-height: 23px;
    }
    section.about__wrap h5, .promise h5, .money__back h5, .steps__wrap h5, .testimonial__wrap h5, .fobes__wrap h5, .get-started h1, .faq__wrap h5, .promise h4 {
        font-size: 21px;
        font-weight: 700;
        line-height: 25px;
        text-align: center;
        letter-spacing: 0;
    }
    section.about__wrap ul {
        margin-bottom: 20px;
    }
    .steps__wrap .content {
        height: auto;
        width: 95%;
        padding: 20px 0;
        margin: 10px auto;
    }
    .steps__wrap .content img {
        max-width: 13%;
    }
    .fobes__wrap .content li {
        font-size: 15px;
        line-height: 20px;
        font-weight: 500;
        font-style: italic;
    }
    .fobes__wrap .content-right div {
        margin-top: 20px;
    }
    .fobes__wrap .content-right strong {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
    }
    .get-started .right-content h4, .get-started .right-content h4 span {
        font-size: 22px;
        text-align: center;
    }
    .money__back img , .faq__wrap img{
        display: none;
    }
    .money__back strong {
        font-size: 20px;
        color: white;
        font-weight: 400;
        letter-spacing: -1px;
        padding: 10px 0;
        display: block;
        line-height: 25px;
        text-align: center;
    }
        .money__back p {
        font-size: 16px;
        line-height: 22px;
        color: white;
        text-align: center;
        padding-bottom: 20px;
    }
    .footer__wrap .contact {
        flex-direction: column;
        gap: 10px;
    }
    .disclimer p {
        font-size: 14px;
    }
    .copy-right {
        flex-direction: column;
        text-align: center;
    }
    .entry-box {
       max-width: 100%;
    }
}