

@media screen and (min-width:993px) and (max-width:1125px){

    .banner-sec-inner {
        max-width: 96% !important;
    }

    .unlock-list-icon-sec {
        justify-content: center !important;
    }
    .list-icon-col {
        width: 40% !important;
    }
    .faq-items .item-1, .item-2 {
        width: 38%;
    }

    .faq-items {
        justify-content: center  !important;
        gap: 90px !important;
    }

    .footer-bottom {
        max-width: 100%;
    }

    .value-history {
        max-width: 100%;
        padding: 40px 20px;
    }

    .api-community-section h2 {
        padding: 0em;
    }

}
@media (max-width:1140px) 
{
    .api-dox-container{
        padding-inline: 1em;
    }

    .invoice-container {
        padding-inline: 1em;
}
.faq-banner-main {
    width: 100%;
    padding-bottom: 3em;
    margin: 0 auto;
}

section.faq-banner {
    padding-top: 8em;
}

}


@media screen and (min-width:768px) and (max-width:992px){

    .need-support-section form {
      
        flex-wrap: nowrap;
       
    }



    .need-support-section p {
        font-size: 18px;
        line-height: 1.4em;
        padding-inline: 1em;
    }
    .api-dox-security h2 {
        font-size: 42px;
        padding-right: 0em;
        margin: 15px 0;
    }
    .api-speed-performance h2 {
        padding-right: 0em;
    }
    .api-dox-security img {
        height: 100%;
        width: 100%;
        border-radius: 15px;
        object-fit: cover;
        min-height: 320px;
    }
    .api-community-section h2 {
        font-size: 42px;
        padding: 0;
        margin: 0 0 15px 0;
    }
    .api-dox-inner-banner h2 {
        padding-inline: 0em;
    }
    .api-dox-inner-banner p {
        padding-inline: 3em;
    }
    .footer-bottom {
        width: 100% !important;
    }
    .how-it-work-img-box-col {
        width: 50% !important;
        margin: 20px auto;
    }
    .how-it-work-imgbox-main {
      
        flex-direction: row !important;
    }

    .faq-items 
    {
        flex-direction: column;
        gap: 0;
    }
    .faq-items .item-1, .item-2 {
        width: 97% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 !important;
    }
    .faq-item {
        width: 93%;
    }

    .footer .footer-content {
      
        flex-direction: column !important;
        gap: 35px !important;
    }

    .footer .footer-logo {
        width: 100% !important;
    }

    .footer-col {
        width: 100%;
    }
    div#footer-col-contact {
        width: 100%;
    }

    .footer .footer-logo img {
        height: 60px !important;
        width: 100%;
        max-width: 220px !important;
    }
    .footer-bottom {
        max-width: 100%;
    }
}



@media (max-width: 992px) {
    .need-support-section {
        padding: 0;
    }

    .support-card {
        width: 45%;
        padding: 15px;
      }

    section.create-invoice-banner-top {
        padding-top: 4em;
    }
    .invoice-key-features {
        padding-top: 60px;
        padding-bottom: 60px;
    }


    .about-section {
        padding-top: 4em;
    }


    .footer-bottom {
        max-width: 100%;
    }
   
    .section {
        width: 96% !important;
        margin: auto !important;
    }

    .header-menu-btn {
        display: flex;
    }

    .header-button-col a {
        display: none;
    }

    .header-main {
        width: 100%;
        background-color: #005ad9;
        padding: 1em 0;

    }
   

    .header-inner {
        width: 96%;
        margin: auto;
    }

    .header-nav-col {
        position: absolute;
        top: 70px;
        left: 0  !important;
        background-color: #005ad967;
        backdrop-filter: blur(15px);
        z-index: 1;
        width: 100%;
        text-align: center;
        opacity: 0;
        transform: translateY(-20px);
        display: flex;
        flex-direction: column;
        pointer-events: none;
        transition: opacity 0.5s ease, transform 0.5s ease;
    }
    .header-nav-col.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
      }

    .header-nav-col ul {
        flex-direction: column;
        padding: 20px;
    }
    .dropdown-content-desktop.active{
        width: 30%;
        transform: translate(88%, 0);
    }

    /* ---------------------header-css-end------------------------- */

    /* -----------------------banner-sec-css-start----------------- */
    .banner-section-main {
        width: 100%;
        margin: auto;
        background-color: #005ad9;
        padding-top: 6em;
    }

    .banner-sec-inner {
        width: 100%;
        height: max-content;
        flex-direction: column;
        gap: 20px;
        text-align: center;
        align-items: center;
    }

    .banner-sec-content-col h1 {
        font-size: 36px;
    }

    .banner-sec-content-col {
        width: 96%;
    }

    .banner-sec-img-col {
        width: 96%;
        min-height:390px;
    }

    .banner-sec-content-col p {
        padding-inline: 0.5em;
    }
    section.global-sec {
        padding: 3em 0.7em;
        background-color: #f7f7f7;
    }
    /* -------------------------bannre-sec-css-end------------------- */

    .unlock-sec-main {
        width: 96%;
    }

    .unlock-sec-main h2 {
        text-align: center;
        font-size: 32px;
        margin: 0;
    }

    .list-icon-inner ul {
        width: 80%;
    }

    /* ---------------------------------unlock-benifits-css-end---------------- */

    .how-it-work-section-main {
        max-width: 96%;
    }

    .how-it-work-section-main h2 {
        text-align: center;
        font-size: 32px;
    }

    .how-it-work-section-main .how-it-inner-col h2 {
        font-size: 24px;
    }

    .how-it-work-imgbox-main {
        display: flex;
        justify-content: space-evenly;
        margin-top: 15px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .how-it-work-img-box-col {
        width: 85%;
        margin: 20px auto;
    }

    .how-it-inner-aerow-col img {
        display: none;
    }

    .how-it-inner-col h2 {
        font-size: 20px;
    }

    .how-it-inner-col p {
        font-size: 16px;
    }

    /* ---------------------------how-it-work-css-end-------------------- */

    .high-low-risk-main-sec {
        width: 96%;
        flex-direction: column;
    }

    .high-low-risk-main-sec {
     padding-top: 40px;
    }

    .high-low-risk-col img {
        height: 350px;
    }

    .high-low-risk-col {
        width: 100%;
        text-align: center;
    }

    .high-low-risk-col h2 {
        padding-right: 0;
    }

    .high-low-risk-btn-col {
        justify-content: center;
    }

    .testimonial-col {
        border: none;
    }

    .testimonial-user-image img {
        height: 40px;
    }

    .testimonial-inner-col,
    .testimonial-inner-user-col {
        flex-direction: column;
        justify-content: center;
    }

    .fast-and-semeless-sec {
        padding-inline: 15px;
    }

    .fast-and-semeless-sec h2 {
        font-size: 32px;
    }

    .fast-and-semeless-sec p {
        padding: 0px 5em;
    }

    .fast-and-semeless-icons-images {
        margin-top: 25px;
        padding-inline: 15px;
    }

    .fast-and-images-col img {
        width: 100%;
        height: 100%;
    }

    .fast-and-images-col {
        width: 33%;
    }

    .global-section-main h2 {
        font-size: 32px;
    }

    .global-section-main p {
        padding: 0 3em;
    }

    /* ----------------------------Faq-Section--------------------- */
    .faq-heading h1 {
        font-size: 32px;
    }

    .faq-heading p {
        padding-inline: 5em;
    }

    .faq-items 
    {
        flex-direction: column;
        gap: 0;
    }
    .faq-items .item-1, .item-2 {
        width: 88%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 !important;
    }
    .faq-item {
        width: 93%;
    }

    .footer .footer-logo {
        width: 35%;
    }
  

}


/* -------------------------------------Mobile view----------------------------- */

@media (max-width: 426px) {


    .support-main-section {
        padding-block: 20px;
      }
        .available-inner-banner h1 {
          font-size: 30px;
        }
        .available-inner-banner p {
          padding-inline: 0em;
          font-size: 16px;
          line-height: 1.2em;
        }
        .available-details div {
          min-width: 60%;
        }
        .need-support-section h2 {
          font-size: 30px;
        }
        .need-support-section p {
          font-size: 18px;
          line-height: 1.4em;
          padding-inline: 0em;
        }
        .need-support-section p {
          font-size: 16px;
          line-height: 1.2em;
          padding-inline: 0em;
        }
        .support-card {
          width: 100%;
          padding: 15px;
        }


    .header-button-col {
        width: 30%;
    }
    .dropdown-content-desktop.active{
        width: 40%;
        transform: translate(50%, 0);
    }

    .banner-sec-content-col h1 {
        font-size: 28px;
    }

    .unlock-sec-main h2 {
        font-size: 28px;
    }

    .list-icon-inner ul {
        width: 100%;
    }

    .unlock-sec-main {
        padding-block: 40px;
    }

    .counter-main-sec {
        display: none;
    }

    .how-it-work-section-main {
        margin-top: 30px;
    }

    .how-it-inner-col img{
        height: 40px;
    }

    .how-it-work-section-main h2 {
        font-size: 28px;
    }

    .how-it-work-section-main p {
        font-size: 16px;
    }

    .how-it-work-section-main .how-it-inner-col h2 {
        font-size: 20px;
    }

    .high-low-risk-col h2 {
        font-size: 28px;
    }

    .high-low-risk-btn-col {
        justify-content: center;
        flex-direction: column;
        padding-inline: 2em;
    }

    .high-low-risk-col p {
        font-size: 16px;
    }

    .testimonial-col {
        padding-left: 0;
    }

    .fast-and-images-col {
        width: 40%;
    }

    .fast-and-semeless-sec h2 {
        font-size: 28px;
    }

    .fast-and-semeless-sec p {
        padding: 0px;
    }

    .global-section-main h2 {
        font-size: 28px;
    }

    .global-section-main h4 {
        font-size: 16px;
    }

    .global-section-main p {
        padding: 15px;
    }

    .faq-sec {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .faq-heading h1 {
        font-size: 28px;
    }

    .faq-heading p {
        padding-inline: 15px;
    }

    .faq-item {
        width: 80%;
    }

   

    .footer .footer-content {
        flex-direction: column;
        gap: 30px;
    }

    .footer .footer-logo {
        width: 100%;
    }

    .footer-col {
        width: 100%;
    }

    div#footer-col-contact {
        width: 100%;
    }
}





/* ==========================About-section============================== */
@media (max-width: 992px) {
    .who-we-are-container {
        padding-top: 40px; 
    }
    .who-we-are-card {
        width: 40%;
    }
    .instant-section {
        max-width: 1140px;
        margin: auto;
        margin-bottom: 0px;
}

.about-banner-sec{
    width:100%;
padding-top: 0 !important;


}

.value-history {
    max-width: 100%;
    padding: 40px 20px;
}

}


@media screen and (min-width:767px) and (max-width:992px) {

    .need-support-section button {
        padding: 12px 20px !important;
        width: 55% !important;
        max-width: 25%;
    }

    .need-support-section form {
        width: 85%;
    }

    .need-support-section {
        padding: 40px 0 !important;
    }


}


/*-------------------.about-section-sec----------*/
@media (max-width: 779px) {

    .need-support-section button {
        padding: 16px 74px;
        width: 98%;
    }
    .need-support-section input {
        width: 98%;
    }



    .available-inner-banner h1 {
        font-size: 36px;
      }
      .available-inner-banner p {
        padding-inline: 2em;
      }
      .available-details div {
        padding: 18px;
      }
      .support-main-section {
        padding-inline: 1em;
      }
      .need-support-section h2 {
        font-size: 36px;
        margin: 20px 0;
      }
     


    .invoice-container {
        padding-inline: 1em;
}
.create-invoice-banner-col h1 {
font-size: 36px;
color: white;
margin: 15px 0;
}
.create-invoice-banner-col h2 {
font-size: 30px;
color: white;
margin-block: 25px 10px;
}
.create-invoice-banner-col button {
border-radius: 30px;
padding: 15px 32px;
border: white;
background-color: white;
margin-top: 20px;
}
.invoice-key-features h3 {
text-align: center;
font-size: 36px;
margin-bottom: 20px;
}
.invoice-key-feature-col h2 {
font-size: 36px;
margin: 15px 0;
}
.invoice-key-feature-col p {
line-height: 1.2em;
}
.Instructions-main-container {
padding-block: 50px;
}



    .about-banner-sec {
 height: 300px;
}
.about-section .about-banner-sec h1 {
    padding: 0 1em;
    font-size:32px;
    }
    .about-section .about-banner-sec p {
    padding: 0 4em;
    }
    /*-------------------who-we-are-container----------*/
    .who-we-are-container{
    flex-direction: column;
        padding-inline: 15px;
    }
    .who-we-are-con-first, .who-we-are-con-sec {
        width: 100%;
        text-align: center;
    }
    .who-we-are-con-first h2 {
        font-size: 28px;
        margin: 15px 0;
    }
    .who-we-are-card h2 {
        font-size: 20px;
    }
    .who-we-are-img {
        height: 100%;
        padding-left: 0px;
    }
    /*-------------------.trusted-org-sec----------*/
    .trusted-org-sec{
    padding-inline: 15px;
    }
    .trust-section .trusted-org-sec h2 {
    font-size: 32px;
    }
    .trusted-org-sec .org-images img {
        max-width: 120px;
    }

    
    /*-----------------------------------fast-secure-pay-----------------------------*/
    
    .fast-secure-pay {
    padding-inline: 15px;
    }
    .fast-secure-pay h2 {
    font-size: 36px;
    padding:0;
    }
    .fast-secure-pay p {
        padding: 0 2em;
        text-align: center;
    }
    
    /*-----------------------------------.instant-section-----------------------------*/
    
    .instant-section {
    gap: 10px;
        padding: 40px 15px;
        flex-direction: column;
        text-align: center;
    }
    .instant-section h2 {
        font-size: 32px;
        text-align: center;
    }
    .instant-section div {
        width: 100%;
    }

 
    .api-dox-inner-container h1{
        font-size: 36px;
        font-weight: 600;
        color: white;
        margin: 20px 0;
        padding-inline: 1em;
    }
    .api-dox-inner-container p{
        padding-inline: 5em;
    }
    .api-dox-cards {
        flex-wrap: wrap;
    }
    .api-dox-card {
        width: 45%;
    }
    .api-dox-inner-banner h2 {
        font-size: 32px;
        padding-inline: 1em;
    }
    .api-dox-inner-banner p {
        padding-inline: 3em;
    }
    .api-speed-performance h2 {
        font-size: 32px;
        padding-right: 0em;
        margin: 15px 0;
    }
   
    .api-speed-performance p {
        margin: 0;
        font-size: 16px;
        line-height: 1.2em;
        color: #818795;
    }
    .api-dox-security h2 {
        font-size: 32px;
        padding-right: 0em;
        margin: 8px 0;
    }
    .api-dox-security p {
        margin: 0;
        font-size: 18px;
        line-height: 1.2em;
        color: #818795;
    }
    .api-community-section h2 {
        font-size: 32px;
        padding-inline: 3em;
        margin: 8px 0;
    }
    .api-community-section p {
        margin: 0;
        font-size: 18px;
        line-height: 1.2em;
        color: #818795;
    }

    .api-dox-inner-container {
        min-height: 300px;
    }
        .api-dox-inner-container h1 {
            font-size: 28px;
            margin: 15px 0;
            padding-inline: 0em;
        }
        .api-dox-inner-container p {
            padding-inline: 0em;
            font-size: 16px;
        }
    .api-dox-cards-section h2 {
        font-size: 28px;
        margin: 15px 0;
    }
        .api-dox-card {
            width: 100%;
        }
    .api-dox-cards .api-dox-inner-card i {
        font-size: 35px;
    }
    .api-dox-inner-card h3 {
        font-size: 20px;
        font-weight: 600;
        margin: 6px 0;
    }
    .api-dox-inner-card p {
        font-size: 15px;
        line-height: 1.2em;
    }
    .api-dox-inner-card {
        background-color: #8080801c;
        min-height: 225px;
    }
    .api-dox-inner-card {
        min-height: max-content;
    }
        .api-dox-inner-banner h2 {
            font-size: 28px;
            padding-inline: 0em;
        }
    .api-dox-inner-banner p {
            padding-inline: 0em;
        }
    .api-speed-performance {
        display: flex;
        gap: 20px;
        padding-top: 40px;
        flex-direction: column;
    }
    .api-speed-performance-col {
        width: 100%;
        text-align: center;
    }
        .api-speed-performance h2 {
            font-size: 28px;
            padding-right: 0em;
            margin: 10px 0;
        }
    .api-speed-performance p {
    margin: 0;
            font-size: 16px;
            line-height: 1.2em;
            color: #818795;
    }
    .api-dox-security {
    padding-block: 40px;
        align-items: center;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .api-dox-security-col {
        width: 100%;
        text-align: center;
    }
        .api-dox-security h2 {
            font-size: 28px;
            margin: 10px 0;
        }
    .api-dox-security p {
            margin: 0;
            font-size: 16px;
            line-height: 1.2em;
            color: #818795;
        }
    .api-community-section {
    
        padding: 20px;
    }
        .api-community-section h2 {
            font-size: 26px;
            padding-inline: 0em;
            margin: 8px 0;
        }
    .api-community-section p {
            font-size: 16px;
    
        }
}
/* -------------------------------------Mobile view----------------------------- */

@media (max-width: 426px) {

    .create-invoice-inner-banner {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }

    .create-invoice-banner-col {
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }

    .create-invoice-banner-col h1 {
        font-size: 32px;
        color: white;
        margin: 15px 0;
    }


    .create-invoice-banner-col p {
        font-size: 16px;
    }
        .create-invoice-banner-col h2 {
            font-size: 28px;
        }
    .create-invoice-banner-col ul {
        margin-bottom: 25px;
        text-align: start;
        width: 220px;
        margin: auto;
    }
    .invoice-key-features {
        padding-top: 40px;
    }
        .invoice-key-features h3 {
            text-align: center;
            font-size: 30px;
            margin-bottom: 10px;
        }
    
    .invoice-key-feature-row {
        display: flex
    ;
        align-items: center;
        gap: 0px;
        flex-direction: column !important;
    }
    .invoice-key-feature-col {
        width: 100%;
        text-align: center;
    }
        .invoice-key-feature-col h2 {
            font-size: 28px;
            margin: 15px 0;
        }
    
    .Instructions-main-container h4 {
        font-size: 32px;
    }
    .invoice-key-feature-col p {
            line-height: 1.4em;
            font-size: 16px;
        }
    .Instructions-main-container p {
        text-align: center;
        color: black;
        font-size: 18px;
        line-height: 1.6em;  
    }
    .Instructions-main-container button {
        border-radius: 30px;
        padding: 14px 32px;
        border: #00b4d8;
        background-color: #00b4d8;
        margin-top: 20px;
    }




    
    .about-banner-sec {
        padding: 0 0.3em;
    }
    .about-section .about-banner-sec h1 {
        padding: 0 0em;
        font-size: 28px;
    }
    .about-section .about-banner-sec p {
        padding: 0 15px;
    }
    .who-we-are-container {
        padding-block: 30px;
    }
.who-we-are-con-first p {
    font-size: 16px;
    line-height: 1.4em;
    color: #818795;
}
.who-we-are-card {
    width: 100%;
    padding: 30px;
}
.who-we-are-card h2 {
    font-size: 18px !important;
}
.who-we-are-card p{
    font-size: 15px !important;
}
.trust-section .trusted-org-sec h2
 {
    font-size: 26px;
}
.trusted-org-sec .org-images img {
    max-width: 120px;
}
.value-history {
    padding-inline: 15px;
        flex-direction: column;
    }
    .our-value-section,.our-history-section {
        width: 100%;
        text-align: center;
    }
.our-value-section{
    width: 100%;
}

.our-history-section {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
.value-history h2 {
font-size: 24px;
}
.value-history p {
font-size: 16px;
}
.fast-secure-pay h2 {
    font-size: 28px;
    padding: 0;
}
.fast-secure-pay p {
    font-size: 16px;
    padding: 0px !important;
    text-align: center;
}
.instant-section h2 {
    font-size: 28px;
}


.instant-section p {
font-size: 16px;
}
}