@media (max-width: 991px) {
    h1, .h1, .fs-1 .display-1 {
        font-size: 30px;
    }

    h2, .h2 .fs-2 .display-2 {
        font-size: 25px;
    }

    .h3, h3, .fs-3, .display-3 {
        font-size: 18px;
    }
    p,dl, ol, ul {
        font-size: 14px;
    }

    section {
        padding: 30px 0;
    }
    .home-page-top-img {
        text-align: center;
    }

    .home-page-top-img img {
        width: 300px;
    }
    .meet-features-section {
        width: auto;
        padding: 40px;
    }

    .feature-item.feature-2, .feature-item.feature-4, .feature-item.feature-6 {
        margin-top: 30px;
    }
    .feature-item.feature-3, .feature-item.feature-5 {
        margin-top: 30px;
    }

    .price-home-box ul li {
        width: 30%;
    }
    .steps .content-item {
        border-left: 0px solid #eee;
    }

    .pricing .slick-next {
        z-index: 1;
        right: 0px !important;
    }
    .brand-our-list-box {
        background-size: cover;
        padding: 20px;
        width: auto;
    }
    .inner-steps.steps .content-item {
        padding: 10px;
    }
    .inner-steps.steps .content-item span {
        font-size: 35px;
    }
    .overs-price-box, .overs-price-box.right {
        background-size: cover;

    }
    .footer-top-img {
        position: relative;
        right: auto;
        bottom: -80px;
        width: auto;
    }
    .footer-top {
        border-radius: 25px 25px 0px 0px;
        width: auto;
        padding: 30px;
    }
    .section-faq-bg .faq-list .accordion-button {
        font-size: 18px;
    }
    .faq-list-box .accordion-header {
        font-size: 18px;
    }
    .faq-list-box .accordion-item {
        padding: 15px;
    }

}

@media only screen and (max-width: 992px) and (min-width: 451px) {
    #hero {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 450px) and (min-width: 200px) {
    #hero {
        padding-top: 30px;
    }
    #hero h1 .text-carousel {
        font-size: 26px;
    }
}



@media only screen and (max-width: 767px) and (min-width: 200px) {
    .package-btn-box .package-btn {
        display: inline-block;
        margin-bottom: 8px;
        padding: 8px 15px;
    }
    .just-list-text ul {
        display: inline-block;
    }
    .just-list-text ul li {
        margin-right: 10px;
        display: block;
        margin-bottom: 8px;
    }

    .pricing .slick-next, .TikTokSlider .slick-next {
        right: 0px !important;
    }

}

@media only screen and (max-width: 767px) and (min-width: 451px) {
    .price-home-box ul li {
        width: 40%;
    }
}


@media only screen and (max-width: 450px) {
    #hero {
        padding-top: 100px;
    }
    .price-home-box ul li {
        width: 90%;
    }
}
