@media only screen and (max-width: 1786px) {
    .feature-cards {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
    }
}

@media only screen and (max-width: 1400px) {
    .feature-cards {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .how-work .owl-nav .owl-prev,
    .how-work .owl-nav .owl-next {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    section.marketing-toolkit .col-md-4,
    section.partners-sec .col-md-4 {
        padding: 0 5px;
    }
    h1 {
        font-size: 30px;
    }
    .other-features .card-body h1 {
        font-size: 22px;
    }
    .icon-border .card-text,
    .partners-sec .card-text {
        font-size: 13px;
    }
    .slider-sec {
        height: 100%;
    }
}

@media only screen and (max-width: 991px) {
    section.slider-sec {
        padding: 150px 0 0 0;
    }
    .feature-cards {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .btn-d1 {
        margin-left: 0px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .partners-carousel {
        padding-right: 0px;
    }
    .feature-cards {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (max-width: 576px) {
    section.slider-sec {
        padding: 350px 0 0 0;
        background-image: url("../images/slider-sec.png");
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: auto 80%;
    }
    section.how-work .how-it-work {
        margin-top: 40px;
    }
    section.other-feature-2 .col-md-3 {
        margin: 20px auto;
    }
    .client-testimonials-2 .card-body {
        padding: 20px 20px 20px 20px;
        margin-top: 0;
    }
    .client-testimonials-2 .client-profile img {
        width: 65px !important;
    }
    .subscribe-newslatter {
        position: static;
        top: auto;
    }
    footer {
        margin-top: 0;
        padding-top: 0;
    }
    .subscribe-newslatter img {
        margin-bottom: 50px;
    }
    .subscribe-newslatter .text-right {
        text-align: left !important;
    }
    .subscribe-newslatter form {
        display: block;
    }
    .subscribe-newslatter .pr-5 {
        padding-right: 15px !important;
    }
    .subscribe-newslatter form input {
        border-radius: 5px;
        width: 100%;
        margin-bottom: 10px;
    }
    .subscribe-newslatter form button {
        border-radius: 5px;
    }
    footer ul.social-icon a {
        margin-bottom: 30px;
    }
    footer ul.quick-links li.text-right {
        text-align: left !important;
    }
    .foot-copyright .col {
        flex-basis: 100% !important;
    }
    .multipal-row .row {
        margin-top: 0px;
    }
    section.slider-sec img {
        opacity: 0;
    }
    .slide-content {
        top: 50px;
    }
    .feature-cards {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    h1 {
        font-size: 26px;
    }
    section.marketing-toolkit .col-md-6.row,
    section.partners-sec .col-md-6.row {
        justify-content: center;
    }
    h6 {
        text-align: center;
    }
    section.marketing-toolkit .anchore-center,
    section.marketing-toolkit h1 {
        text-align: center;
    }

    /*About*/
    section.about-title {
        padding: 60px 0 120px;
        margin-bottom: 0;
    }
    section.about-title img {
        margin-top: 30px;
    }
    .counter-options .card .col-sm-3 {
        flex-basis: 25%;
    }
    .counter-options .card .col-sm-9 {
        flex-basis: 75%;
    }
    .counter-options .card {
        padding: 5px 15px;
    }
    .flip-card {
        margin: 20px 0;
    }
    section.mailpecker-story .col-md-6 > img {
        margin-bottom: 30px;
    }
    section.video-tutorials h1.pt-5,
    section.video-tutorials {
        padding-top: 0px !important;
    }
    .contact-info,
    .contact-content.contact-content-d2 .get-touch {
        border-radius: 20px;
        padding: 40px 20px;
    }
    .contact-info {
        margin-top: 50px;
    }
    section.faq-details .col-md-9.pl-5 {
        padding-top: 50px;
        padding-left: 15px !important;
    }
    .price-table tr td:first-child {
        width: 250px;
        display: inline-block;
    }
    .price-table tr td a {
        width: 150px;
        margin: 0px;
    }
    .price-table tr:first-child td {
        display: revert;
    }
    .multipal-row .col-md-3 {
        margin: 15px 0;
    }
    section.compare-sec .compare-card {
        margin: 15px 0;
    }
    section.compare-sec {
        padding-left: 15px;
        padding-right: 15px;
    }
    .foot-copyright .col ul.float-right {
        float: left !important;
    }
    .foot-copyright .col ul.float-right li.mx-4 {
        margin-left: 0px !important;
    }
}
