@media (max-width: 1199.98px) {
    
}
@media (max-width: 991.98px) {
    .special-box,
    .box-button{
        padding: 30px 15px;
        border-radius: 10px;
        background: #33ffbd;
    }
    .box-button.style2{
        background: #ff4b7a;
    }
    .box-button.style3{
        background: #9160eb;
    }
    .box-button.style4{
        background: #111935;
    }
    .img-wrapper::before,
    .img-wrapper.reverse:before{
        display: none;
    }
    br,
    .group-icon .col-lg-4::after{
        display: none;
    }
    .img-wrapper.reverse .number,
    .img-wrapper .number{
        left: 50%;
        margin-left: -55px;
        right: auto;
    }
    .footer-bottom,
    .footer-bottom .text-right{
        text-align: center!important;
    }
    .footer-bottom img{
        margin-bottom: 15px;
    }
    .bonus-item{
        padding-left: 0;
    }
    .bonus-item img{
        position: static;
        margin: 0 auto 10px;
        display: block;
    }
    .menu-footer{
        margin-bottom: 15px;
    }
}
@media (max-width: 767.98px) {
    .font-65,
    h1,h2,
    .font-50{
        font-size: 40px;
        line-height: 45px;
    }
    .font-40{
        font-size: 35px;
        line-height: normal;
    }
    .btn{
        padding: 20px 30px;
    }
    .img-wrapper .bg,
    .img-wrapper.reverse .bg{
        width: 105%;
        height: 105%;
        background-size: 100% 100%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        margin-left: 0;
        margin-top: 0;
    }
    .testimonial-item::before{
        right: 0;
        top: -30px;
    }
    .box-top{
        padding: 15px;
        border-radius: 15px;
        background: #33ffbd;
    }
}
@media (max-width: 575.98px) {
    blockquote{
        padding-left: 20px;
    }
    .testimonial-item img{
        margin-right: 20px;
    }
    .faq-item{
        padding-left: 0;
        padding-top: 130px;
    }
}