@media (min-width: 1400px) {}

@media (min-width: 1200px) and (max-width: 1399.99px) {}

@media (min-width: 992px) and (max-width: 1199.99px) {

    .section-header {
        margin: 20px 0;
    }

    .featured_categories {
        gap: 20px;
        margin: 25px 0 50px;
    }

    .featured_categories .cate-item {
        width: calc(100% / 4 - 20px);
    }

    .hero-section .title {
        bottom: 8px;
        right: 60px;
        width: 400px;
        height: auto;
    }

    .section-header .container h2 {
        font-size: 38px;
    }

    .featured_categories .cate-item .wsus__banner_title {
        font-size: 14px;
    }

    #benefit-two .section-header {
        margin: 20px 0;
    }

    .commitment-list {
        padding: 0;
        margin-top: 10px;
    }

    .commitment-list li {
        gap: 10px;
        margin: 26px 0;
    }

    .commitment-list li p {
        font-size: 16px;
    }

    .commitment-list li span {
        width: 25px;
        height: 25px;
        padding: 10px;
        font-size: 14px;
    }

    #pricing {
        padding-top: 20px;
    }

    #pricing .package .card .card-body ul li {
        font-size: 14px;
    }

    footer {
        padding-top: 25px;
    }

    .footer_2 p,
    .footer_2 .action,
    .footer_2 li a {
        font-size: 12px;
    }

    .wsus__copyright p {
        font-size: 11px;
    }

    .wsus__footer_bottom {
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {

    .section-header {
        margin: 20px 0;
    }

    #benefit-two .section-header {
        margin: 20px 0;
    }

    .featured_categories {
        gap: 25px;
        margin: 25px 0 40px;
    }

    .hero-section .title {
        bottom: 5px;
        right: 40px;
        width: 300px;
        height: auto;
    }

    .featured_categories .cate-item {
        width: calc(100% / 2 - 50px);
    }

    .section-header .container h2 {
        font-size: 32px;
    }

    .commitment-list {
        padding: 0;
        margin: 10px 0 30px;
    }

    .commitment-list li {
        /* gap: 10px; */
        margin: 18px 0;
    }

    .commitment-list li p {
        font-size: 18px;
    }

    .commitment-list li span {
        width: 35px;
        height: 35px;
        padding: 10px;
        font-size: 18px;
    }

    .commitment-video {
        height: 390px;
    }

    #pricing {
        padding-top: 20px;
    }

    #pricing .package .card .card-header h3 {
        font-size: 18px;
    }

    #pricing .package.popular .label-popular {

        font-size: 14px;
    }

    #pricing .package .card .card-body h4 {
        font-size: 25px;
    }

    #pricing .package .common-btn {
        font-size: 14px;
    }

    #pricing .package .card .card-body ul li {
        font-size: 14px;
    }

    #pricing .pricing-wrapper {
        margin: 0px 40px;
    }

    #series .series-item {
        margin-bottom: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.99px) {

    .section-header {
        margin: 20px 0;
    }

    #benefit-two .section-header {
        margin: 20px 0;
    }

    .featured_categories {
        gap: 50px;
        margin: 25px 0 50px;
    }

    .featured_categories {
        gap: 20px;
    }

    .featured_categories .cate-item {
        width: calc(100% / 2 - 20px);
    }

    .navbar-brand {
        display: block;
        width: 100px;
        padding: 0;
    }

    .navbar-brand img {
        width: 100%;
    }

    .navbar-toggler {
        padding: 5px;
        font-size: 20px;
    }

    .hero-section .title {
        bottom: 2px;
        right: 30px;
        width: 250px;
        height: auto;
    }

    .section-header .container h2 {
        font-size: 26px;
    }

    .commitment-list {
        margin-top: 20px;
    }

    .commitment-list li p {
        font-size: 16px;
    }

    .commitment-list li span {
        width: 35px;
        height: 35px;
        padding: 10px;
        font-size: 16px;
    }

    .commitment-video {
        height: 300px;
    }

    #pricing {
        padding-top: 20px;
    }

    #pricing .pricing-wrapper {
        margin: 0 120px;
    }

    #pricing .pricing-wrapper h2 {
        margin-bottom: 30px;
    }

    #pricing .package {
        margin-bottom: 60px;
    }

    #pricing .package:last-child {
        margin-bottom: 5px;
    }

    #series .series-item {
        margin-bottom: 20px;
    }

}

@media (max-width: 575.99px) {
    .section-header {
        margin: 20px 0;
    }

    .featured_categories {
        gap: 50px;
        margin: 25px 0 50px;
    }

    .navbar-brand {
        display: block;
        width: 100px;
        padding: 0;
    }

    .navbar-brand img {
        width: 100%;
    }

    .navbar-toggler {
        padding: 5px;
        font-size: 20px;
    }

    .hero-section .title {
        bottom: 2px;
        right: 30px;
        width: 120px;
        height: auto;
    }

    .section-header .container h2 {
        font-size: 20px;
        width: 70%;
        margin: 0 auto;
    }

    .featured_categories {
        gap: 20px;
        margin-bottom: 0;
    }

    .featured_categories .cate-item {
        width: calc(100% / 2 - 20px);

    }

    .featured_categories .cate-item .wsus__banner_title {
        font-size: 14px;
    }

    #benefit-two .section-header {
        margin: 20px 0;
    }

    .commitment-list {
        margin-top: 20px;
        padding: 0 12px 0 10px;
    }

    .commitment-list li {
        gap: 20px;
        margin: 10px 0;
    }

    .commitment-list li p {
        font-size: 14px;
    }

    .commitment-list li span {
        width: 30px;
        height: 30px;
        padding: 8px;
        font-size: 16px;
    }

    .commitment-video {
        height: 220px;
    }

    #pricing {
        padding-top: 20px;
    }

    #pricing .pricing-wrapper {
        margin: 0 20px;
    }

    #pricing .pricing-wrapper h2 {
        margin-bottom: 20px;
    }

    #pricing .package {
        margin-bottom: 60px;
    }

    #pricing .package:last-child {
        margin-bottom: 5px;
    }

    #series .series-item {
        margin-bottom: 20px;
        padding: 10px;
    }

    #series .series-item p {
        font-size: 12px;
    }

    #series .series-item h3 {
        font-size: 16px;
    }

    #series .series-item .series-image {
        margin-bottom: 0;
    }

    .wsus__footer_content .action,
    .wsus__footer_content p,
    .wsus__footer_menu li a,
    .wsus__copyright p {
        font-size: 11px;
    }

    footer {
        padding-top: 30px;
    }

    .wsus__footer_bottom {
        margin-top: 10px;
    }

    #dealer {
        padding: 0 35px 35px
    }

    #certification {
        padding: 35px
    }

    .popup-wrapper {
        width: 350px;
        height: 350px;
        padding: 10px;
    }

    .popup-content {
        bottom: 0;
        margin-bottom: 0;
    }

    .popup-content form input {
        padding: 2px;
        font-size: 12px;
    }

    .popup-content form button {
        padding: 2px;
        font-size: 14px;
        margin: 8px 0;
        border-radius: 5px;
    }

    .popup-content p {
        font-size: 12px;
        margin: 0 0 15px;
    }
}