@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1250px;
    }
}
@media (max-width: 1899.98px) {
    br,
    .vector{
        display: none;
    }
}
@media (max-width: 991.98px) {
    .footer-bottom,.copyright{
        text-align: center;
    }
    .copyright{
        margin-top: 15px;
    }
    .navbar-light .navbar-nav .nav-link{
        padding: 10px;
    }
    .wrapper-video::after{
        display: none;
    }
    .img-special{
        margin-bottom: 0;
    }
}
@media (max-width: 767.98px) {
    .module-price .module-price-small,
    .module-price .module-price-inner{
        display: block;
        padding: 20px;
    }
    .module-price .module-price-small img,
    .module-price .module-price-inner img{
        margin: 0 auto 20px;
    }
    .font-60{
        font-size: 50px;
        line-height: 60px;
    }
    h1{
        font-size: 40px;
        line-height: normal;
    }
    h2{
        font-size: 35px;
        line-height: normal;
    }
    h3{
        font-size: 22px;
        line-height: normal;
    }
    h4{
        font-size: 20px;
        line-height: normal;
    }
    .box-plus,
    .box-2,
    .box-1{
        padding: 20px;
    }
    .box-plus{
        display: block;
    }
    .box-plus img{
        margin: 0 auto 20px;
    }
    .box-step{
        padding-left: 20px;
    }
    .box-step .hightlighted{
        position: static;
        margin-bottom: 10px;
    }
    .m-video{
        margin-top: -100px;
    }
}
@media (max-width: 575.98px) {
    .btn{
        padding: 20px 40px;
    }
}