@media only screen and (max-width:1397px) {
    .why-choose-one {
        overflow: hidden;
    }

    .under-setup-design {
        min-height: 350px;
    }
}

@media only screen and (max-width:1229px) {}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:992px) {
    *.animated {
        animation-duration: inherit !important;
    }

}


@media only screen and (max-width:768px) {
    *.animated {
        animation-duration: inherit !important;
    }


}

@media only screen and (max-width:480px) {
    *.animated {
        animation-duration: inherit !important;
    }

    .testimonials-three__inner button {
        display: none !important;
    }

    .accordion .accordion-content p {
        padding-right: 15px !important;
    }

    .g-recaptcha {
        width: 100%;
        overflow: scroll;
    }

    .testimonials-three__thumb__item img {
        width: 65%;
    }

    .testimonials-contact__left .sec-title__title {
        font-size: 20px;
    }

    .form-one__control {
        width: 80%;
    }

    .testimonials-three {
        overflow: hidden;
    }
}

@media only screen and (max-width:476px) {
    *.animated {
        animation-duration: inherit !important;
    }


}


@media only screen and (max-width:351px) {
    *.animated {
        animation-duration: inherit !important;
    }

    .testimonials-three__inner button {
        display: none !important;
    }


}

@media only screen and (max-width: 320px) {
    *.animated {
        animation-duration: inherit !important;
    }


}