@media ( max-width: 1920px ) {
    .price-title .d-flex.justify-content-center {
        margin: 5px 0;
        align-items: center;
    }
}

@media ( max-width: 1895px ) {

}

@media (max-width: 1600px) {
}

@media (max-width: 1536px) {
}

@media (max-width: 1440px) {
}

@media ( max-width: 1366px ) {

}

@media (max-width: 1308px) {

}

@media (max-width: 1280px) {


}

@media (max-width: 1199px) {

}

@media (max-width: 1112px) {
}

@media ( max-width: 1100px ) {

}

@media (max-width: 1024px) {
    .top-banner .container {
        padding: 130px 10px 60px;
    }
    .logo-wrapper-colum {
        justify-content: center;
        height: 10%;
    }
    .top-banner .banner-heading {
        font-size: 30px;
    }
    .top-banner.image-api .container.d-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-right: 60px;
        padding-left: 60px;
    }
    .logo-wrapper-colum .img-wrapper-partner {
        padding-right: 30px;
    }


    .top-banner.image-api .left-content {
        max-width: 100%;
        padding: 0 19px;
    }

    .top-banner.image-api .right-content {
        display: none;
    }

    .logo-wrapper-colum .img-wrapper-partner {
        width: 98px;
        max-width: 33%;
        margin-bottom: 20px;
    }
    .d-flex.pricing-row {
        margin-top: 40px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pricing-column.d-flex {
        max-width: 48%;
        box-shadow: 0 8px 25px 0 rgba(0,0,0,.25);
        width: 50%;
        border-radius: 8px;
        margin-bottom: 25px;
    }
    .price-title .d-flex.justify-content-center {
        margin: 20px 0;
    }
    .price-title .d-flex.justify-content-center {
        margin: 20px 0;
    }
    .btn-wrapper .pricing-button {
        width: 78%;
    }
    .list-price-month {
        margin: 0;
        padding-top: 15px;
        padding-bottom: 10px;
    }
}

@media ( max-width: 992px ) {
}

@media ( max-width: 980px ) {

}

@media ( max-width: 767px ) {


    .brand-icon-section {
        padding: 50px 20px 0;
    }
    .feature-column.d-flex {
        width: 50%;
        margin: 0 auto;
    }
    .feature-api-section .d-flex.feature-row {
        flex-direction: column;
        justify-content: center;
    }
}

@media ( max-width: 667px ) {

}

/*header mobile css---------------------*/
@media (max-width: 576px) {
    .brand-icon-section {
        display: none;
    }
    .feature-api-section .d-flex.feature-row {
        flex-direction: column;
    }
    .feature-api-section .text-description {
        line-height: 36px;
    }
    .feature-column.d-flex {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .feature-api-section {
        padding: 50px 20px 0;
    }
    .top-banner.image-api .container.d-flex {
        padding-right: 0;
        padding-left: 0;
    }
    .top-banner.image-api .left-content {
        max-width: 100%;
        padding: 0 10px;
        text-align: center;
    }
    .app-button-banner {
        padding: 10px 20px;
        font-size: 14px;
    }
    .top-banner .container {
        padding: 120px 10px 60px;
    }
    .left-content .btn-wrapper.d-flex {
        justify-content: center;
    }
    .feature-api-section .d-flex.feature-row {
        margin: 30px -25px 0;
    }
    .type-api-section {
        padding: 50px 10px 0;
    }
    .type-api-section .d-flex.feature-row {
        flex-direction: column;
        margin-top: 0;
    }
    .type-column.d-flex {
        width: 100%;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
    .pricing-api-section {
        padding: 50px 10px;
    }
    .pricing-api-section .text-description {
        margin-top: 0;
        margin-bottom: 0;
    }
    .d-flex.pricing-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .pricing-column.d-flex {
        max-width: 88vw;
        width: 100%;
    }
    .price-title .d-flex.justify-content-center {
        margin: 5px 0;
        align-items: center;
    }
    .btn-wrapper .pricing-button {
        width: 80%;
        margin-top: 5px;
    }
    .list-price-month {
        margin: 15px 0;
        padding-top: 0;
        padding-bottom: 10px;
    }
    .free-credit h2 {
        font-size: 24px;
    }
    .free-credit .text-description {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .free-credit {
        padding: 50px 20px;
    }
    .type-column.d-flex p {
        margin-bottom: 20px;
    }
    .top-banner .text-description {
        margin: 20px auto;
        width: 300px;
    }
    .top-banner .banner-heading {
        font-size: 26px;
    }
}

@media (max-width: 479px) {

}

@media (max-width: 420px) {

}

@media (max-width: 350px) {
}