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