@media screen and (max-width: 1199px) {
    h1, .banner .banner-inner h1, .banner .banner-inner h4.h2 {
        font-size: 30px;
        line-height: 36px;
    }
    h4{
        font-size: 18px;
        line-height: 24px;
    }
    h4.h1{
        font-size: 20px;
        line-height: 26px;
    }
    .bullets .col-xl-4{
        padding: 0;
    }
    .bullets ul li{
        font-size: 14px;
        line-height: 20px;
    }
    .banner .banner-inner .banner-inner-detail span.cta {
        font-size: 22px;
        line-height: 28px;
    }
    /*reviews star */
    .back-stars i {
        margin: 0 3px !important;
    }
    /*end reviews star*/
}
@media screen and (max-width: 991px) {
    h1, .banner .banner-inner h1, .banner .banner-inner h4.h2 {
        font-size: 24px;
        line-height: 30px;
    }
    h4 {
        font-size: 14px;
        line-height: 20px;
    }
    h4.h1{
        font-size: 18px;
        line-height: 24px;
    }
    header .col-xl-4 span{
        font-size: 12px;
        line-height: 18px;
    }
    .rating-parent {
        max-width: 285px;
        margin: 20px auto;
    }
    nav .bg-danger-theme:after, nav .bg-danger-theme:before {
        display: none;
    }
    .signup a span {
        font-size: 16px;
        line-height: 22px;
    }
}
@media screen and (max-width: 767px) {

    h4.h1 {
        font-size: 16px;
        line-height: 22px;
    }
    .terms h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .reg , .banner-inner .col-xl-6:hover ~ .col-xl-5 a{
        animation-play-state: paused;
    }
    .contact-detail form .w-25 {
        width: 50%!important;
    }
    .engines h5 {
        margin-top: 15px !important;
    }
    .conditions a:not(:first-child), .engines a:not(:first-child) {
        margin: auto;
    }
    .conditions figure img, .engines figure img {
        object-fit: contain;
        height: 227px;
    }
}
@media screen and (max-width: 575px) {
    .banner .banner-inner .reg {
        margin-bottom: 10px;
    }
    .banner .banner-inner .my-3 {
        margin: 0rem !important;
    }
    .banner .banner-inner h3, .banner .banner-inner .banner-inner-detail .col-xl-12 span.btn button, .terms h2, .modal-content .modal-header h5  {
        font-size: 16px;
        line-height: 22px;
    }
    .bullets .col-xl-4 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .conditions h5 {
        margin-top: 15px !important;
    }

    .conditions.p-4, .engines.p-4, .checks.p-4, .technical-detail.p-4, .terms.p-4, .contact-detail.p-4, .signup-banner.p-4, .error.p-4, .thanks.p-4 {
        padding: 1rem!important;
    }
    .terms.p-5 aside article .p-3 {
        padding: 0rem!important;
    }
    .technical-detail.pb-3 {
        padding-bottom: 0rem!important;
    }
    .technical-detail h2, .checks h2, .signup-banner h2, .signup .card-body h3, .thanks h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .contact-detail form .w-25 {
        width: 100%!important;
    }
    .signup .mt-3 {
        margin-top: 0rem!important;
    }
    .signup a span, .signup h5 {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 479px) {
    .banner .banner-inner h3.mb-5 {
        margin-bottom: 2rem!important;
    }
    .banner .banner-inner .banner-inner-detail > h3:before {
        width: 290px;
    }
    .banner .banner-inner .bullets .list-group .list-group-item {
        padding: .75rem 1.10rem;
    }
    .pagination .page-link {
        padding: .5rem 0.45rem;
        font-size: 12px;
    }
    .contact-detail .pl-5.pr-5 {
        padding-left: 1rem !important;
        padding-right: 1rem!important;
    }
    .rateyo-readonly-widg {
        margin-left: 35px !important;
    }
    .thanks, .thanks .row {
        min-height: calc(100vh - 355px);
    }
    .engines a small {
        font-size: 12px;
        line-height: 18px;
    }
    /*reviews star*/
    .reviews .review-badge {
        height: 75px;
        width: 75px;
    }
    .star-rating {
        font-size: 1.5em !important;
    }
    .rating-parent {
        max-width: 245px;
    }
    /*end reviews star*/
}