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

    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;
    }

    .button-click, .hero-client-text {
        padding: 0px;
        font-size: 13px;
        margin-right: -10px;
    }

    .banner-2-shape {
        display: none;
    }
    .home-page-top-img {
        text-align: center;
    }

    .home-page-top-img img {
        width: 300px;
    }

    .brand-item {
        text-align: center;
        padding: 20px;
        margin: -20px;
    }

    .section-three .shape .shape-2, .section-three .shape .shape-3 {
        opacity: 0.1;
    }

    .testimonial-item {
        height: 370px;
    }

    .section-seven .heading-box {
        width: auto;
        padding: 0px 10px;
    }

    .section-six-ul {
        border-radius: 20px;
    }

    .footer-top-img {
        position: relative;
        right: auto;
        bottom: -80px;
        width: auto;
    }

    .footer-top {
        border-radius: 0;
        width: auto;
        padding: 20px;
    }

    .footer-svg-text {
        display: none;
    }

    .footer-bottom {
        bottom: -15em;
    }

    .authorized {
        width: 95%;
    }

    .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;
    }

    .image-first-section {
        right: inherit;
        top: inherit;
        position: inherit !important;
    }

    .faq-image .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .faq .faq-list p, .faq .faq-list2 p {
        margin-bottom: 0;
        padding: 0px 20px 20px 20px;
        color: #183B56;
    }
}

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

    .section-one .shape .shape-1, .section-one .shape .shape-2, .section-two .shape .shape-3, .section-two .shape .shape-4{
        display: none;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {

    .star-rate {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 450px) and (min-width: 200px) {
    #hero {
        padding-top: 30px;
    }

    #hero h1 .text-carousel {
        font-size: 26px;
    }

    .arrow-left svg {
        padding: 3px 8px;
        font-size: 14px;
        margin-left: -15px;
    }

    .hero-client .avatar-img{
        width: 70%;
        height: 70%;
        object-fit: cover;
        padding: 3px;
    }

    .hero-client .avatar-group > li:not(:last-child){
        margin-right: -1.8rem;
    }

    .star-rate {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .pic-svg-top {
        margin-top: -8px !important;
        margin-left: 22px !important;
        z-index: 0 !important;
        width: 50px;
        height: 50px;
    }

    .pic-svg-bottom {
        margin-top: 30px !important;
        margin-left: -70px !important;
        z-index: 0 !important;
        width: 50px;
        height: 50px;
    }

    .user-data-box .profile{
        width: 60% !important;
    }
}


@media only screen and (max-width: 767px) and (min-width: 200px) {
    #hero {
        height: auto;
    }

    .home-head {
        text-align: center;
        margin-top: 3em;
    }

    .light-bg {
        position: absolute;
        content: "";
        width: 400px;
        height: 400px;
        top: -90px;
        right: -20px;
    }
    .head-font-high {
        text-align: center !important;
    }
    .testimonial-item {
        height: 430px;
    }

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

    .section-one .shape .shape-1, .section-one .shape .shape-2, .section-two .shape .shape-3, .section-two .shape .shape-4 {
        display: none;
    }

    .section-six-full-set{
        margin-top: 0px;
    }
 }

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

    .user-data-box .profile {
        width: 50%;
    }

    .pic-svg-top {
        margin-top: -27px !important;
        margin-left: 13px !important;
        z-index: 0 !important;
        width: 70px !important;
    }

    .pic-svg-bottom {
        margin-top: 22px !important;
        margin-left: -80px !important;
        z-index: 0 !important;
        width: 70px !important;
    }
}


@media only screen and (max-width: 450px) {
    #hero {
        padding-top: 60px;
            padding-bottom: 3em;
        }

    .price-home-box ul li {
        width: 90%;
    }
}
