/* ---------------------header-css-start----------------------- */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




* {
    margin: 0;

    p,
    a,
    small {
        font-family: Helvetica;
        text-transform: capitalize;
    }


    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: Helvetica-Bold;
        text-transform: capitalize;
    }

    .section {
        width: 100%;
    }
}

@font-face {
    font-family: Helvetica-Bold;
    src: url(./font-family/Helvetica-Bold.ttf),
}

@font-face {
    font-family: Helvetica;
    src: url(./font-family/helvetica-light-587ebe5a59211.ttf);
}

@font-face {
    font-family: Satoshi-Bold;
    src: url(./font-family/Satoshi-Bold.otf);
}

@font-face {
    font-family: Satoshi-Light;
    src: url(./font-family/Satoshi-Light.otf);
}




.header-main {
    width: 100%;
    background-color: #005ad9;
    padding-block: 0.5em;
    padding: 2em 0;
    border-bottom: 1px solid #ffffff26;
    position: fixed;
    z-index: 999;
}

.header-menu-btn {
    display: none;
    color: white;
    font-size: 25px;
}

.header-inner {
    width: 100%;
    max-width: 1160px;
    padding-inline: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.header-logo-col {
    width: 20%;
}

.header-nav-col {
    width: 80%;
}

.header-button-col {
    width: 20%;
}

.header-nav-col ul {
    display: flex;
    justify-content: end;
    gap: 50px;
}

.header-nav-col ul li {
    list-style: none;
    /* Removes bullet points */
}

.header-nav-col ul li a {
    text-decoration: none;
    color: white;
    position: relative;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: left;
    font-family:  "Be Vietnam Pro", serif;
}

.header-button-col a {
    font-size: 14px;
    text-decoration: none;
    color: white;
    font-family: 'Inter';
}

.header-nav-col ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: white;
    transition: width 0.3s ease;
}

.header-nav-col ul li a:hover::after {
    width: 100%;
}

.header-button-col {
    text-align: end;
}



.dropdown-content-desktop {
    width: 145px;
    padding: 20px;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    /* opacity: 0; */
    /* visibility: hidden; */
    /* transform: translateY(-10px); */
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 35px;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.dropdown-content-desktop.active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0);
}

li.drop-down-desktop:hover .dropdown-content-desktop {
    display: block !important;
    transition: all .7s !important;
}

.dropdown-content-desktop {
    display: none;
}

.drop-down-desktop {

    position: relative;
}

.dropdown-content-desktop a {
    color: black !important;
}

.drop-inner-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}


/* ---------------------header-css-end------------------------- */


/* -----------------------banner-sec-css-start----------------- */

.banner-section-main {
    width: 100%;
    background-color: #005ad9;
    padding-top: 9em;
}

.banner-sec-inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    height: 500px;
    display: flex;
    justify-content: space-between;
    background-image: url(./Images/bg_img_1.png);
    background-size: cover;
    background-position: 70% 60%;
}




.banner-sec-content-col h2 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    margin: 0;
    font-family:  "Be Vietnam Pro", serif;;
}

.banner-sec-content-col h1 {
    font-size: 48px;
    font-weight: 600;
    color: white;
    margin: 20px 0;
    font-family:  "Be Vietnam Pro", serif;
}

.banner-sec-content-col {
    width: 50%;
}

.banner-sec-img-col {
    width: 50%;
}

.banner-sec-content-col p {
    font-size: 16px;
    font-weight: 400;
    color: white;
    line-height: 1.4em;
    margin: 0;
    padding-right: 4em;
    font-family: "Inter", serif;
}

.banner-sec-content-col button {
    border-radius: 30px;
    padding: 18px 40px;
    border: 1px solid #00b4d8;
    background-color: #00b4d8;
    margin-top: 20px;
    font-family: sans-serif;
}

.banner-sec-content-col button a {
    font-size: 16px;
    color: white;
    text-decoration: none;
    font-family: "Inter", serif;
}

.banner-sec-img-col {
    background-image: url(./Images/mom\ with\ child.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.banner-sec-img-col .video-col i.fa-solid.fa-play {
    color: white;
    font-size: 32px;
}

.banner-sec-img-col .video-col {
    height: 80px;
    border: 5px solid white;
    border-radius: 100px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 0 6px rgba(0, 0, 0, .3);
    cursor: pointer;
}

.video-container iframe#videoIframe {
    height: 496px;
    width: 570px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* -------------------------bannre-sec-css-end------------------- */


.unlock-sec-main {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 150px;

}

.unlock-sec-main h2 {
    text-align: center;
    font-size: 33px;
    margin: 0;
    color: #22273d;
    font-family: "Poppins", serif;
}

.unlock-sec-main h2 span {
    color: #005ad9;
}

.unlock-list-icon-sec {
    display: flex;
    justify-content: space-evenly;
    padding-top: 30px;
}

.list-icon-col {
    width: 50%;
}

.list-icon-inner ul li svg {
    height: 30px;
    fill: #005ad9;

}

.list-icon-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-icon-inner ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    font-family: "Poppins", serif;
}

.list-icon-inner ul {
    width: 60%;
}

.list-icon-inner {
    display: flex;
    justify-content: end;
}

div#icon-inner-2 {
    justify-content: flex-start;
}

.unlock {
    background-color: #f7f8fc;
}

/* ---------------------------------unlock-benifits-css-end---------------- */

.counter-main-sec {
    max-width: 1140px;
    margin: 0 auto;
    background-color: white;
    border-radius: 12px;
    padding: 40px 80px;
    box-sizing: border-box;
    position: relative;
    top: -5em;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
}

.counter-col {
    width: 33%;
}

.counter-main-sec .counter-col .counter-number-col h2 {
    font-size: 57px;
    margin: 0;
    color: #4743c8;
    text-align: center;
    font-family: "Jost", serif;
}

.counter-main-sec .counter-col .counter-content-col p {
    font-size: 18px;
    text-align: center;
    margin: 0;
    font-family: "Jost", serif;
    color: #0c266c;
}

.counter-content-col {
    margin-top: 10px;
}

.how-it-work-section-main {
    max-width: 1140px;
    margin: 0 auto;
    
}

.how-it-work-section-main h6 {
    font-size: 24px;
    line-height: 31.2px;
    color: #4743c9;
    margin-bottom: 30px;
    text-align: center;
    font-family: "Jost", serif;

}

.how-it-work-section-main h2 {
    font-size: 57px;
    line-height: 74.1px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #0f296d;
    font-family: "Jost", serif;
    text-align: center;
}

.how-it-work-section-main p {
    text-align: center;
    font-size: 18px;
    font-family: "Jost", serif;
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    color: #0c266c;
}

.how-it-work-imgbox-main {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    
}

.how-it-work-img-box-col {
    width: 25%;
}


.how-it-inner-col img {
    height: 50px;
    text-align: center;
}

.how-it-inner-col h2 {
    font-size: 24px;
    font-family: "Jost", serif;
    margin-block: 21px 24px;
    line-height: 31.2px;
}

.how-it-inner-col p {
    font-size: 18px;
    font-family: "Jost", serif;
}

.how-it-inner-col {
    text-align: center;
}

.how-it-inner-aerow-col img{
    margin-top: 40px;
}

/* .how-it-inner-aerow-col img {
    transform: rotate(-38deg);
    height: 60px;

} */

/* div#aerow-col-2 img {
    transform: rotate(133deg);
} */


/* ---------------------------how-it-work-css-end-------------------- */

.high-low-risk-main-sec {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 120px;
    display: flex;
    justify-content: space-between;
}

.high-low-risk-col img {
    height: 482px;
    width: 100%;
    object-fit: contain;
}

.high-low-risk-col {
    width: 50%;
}

.high-low-risk-col h6 {
    color: #3950e6;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    font-family: Satoshi-Bold;
}

.high-low-risk-col h2 {
    color: #160042;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    font-family: Satoshi-Bold;
}

.high-low-risk-col h2 span {
    color: #3950e6;
}

.high-low-risk-col #we-run {
    margin: 0;
    font-size: 16px !important;
    line-height: 28px;
    color: #6b7094;
   font-family: Satoshi-Light;
}

.high-low-risk-col p {
    margin: 0;
    font-size: 18px !important;
    line-height: 32px;
    color:#6b7094;
    font-family: Satoshi-Light;
}
.high-low-risk-col .testimonial-col p{
    font-size: 12px !important;
    font-weight:500;
    color:#6d767e !important;
}
.high-low-risk-col .testimonial-col .testimonial-user-name p{
    font-size: 14px !important;
    color:#6d767e !important;
    font-family: Satoshi-Light;
}
.testimonial-inner-col .testimonial-user-name h2{
    line-height: 1.8;
}
.high-low-risk-btn-col button {
    padding: 12px 32px;
    border-radius: 30px;
    background-color: #251486;
    border: 1px solid #251486;
    
}


.high-low-risk-btn-col button a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-family: "Inter", serif;
}

button.discover-btn {
    background-color: transparent;
    border: 1px solid darkgrey;
    border-radius: 12px;
    padding: 8px 12px 8px 8px !important;
}

button.discover-btn a {
    color: black;
    font-size: 14px;
    font-weight: 600;
}

button.discover-btn a i.fa-solid.fa-globe {
    margin-right: 10px;
    color: #6173e5;
}

.high-low-risk-btn-col {
    margin-top: 25px;
    display: flex;
    gap: 20px;
}
.testimonial-inner-col .testimonial-user-image img {
    height: 40px;
}

.testimonial-inner-user-col {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.testimonial-user-name h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimonial-inner-col {
    display: flex;
    justify-content: space-between;
}

.testimonial-user-name p {
    font-size: 14px;
    color: #818795;
}

.testimonial-inner-user-col {
    font-size: 16px;

}

.testimonial-col {
    margin-top: 40px;
    border-left: 3px solid #818795;
    padding-left: 20px;
}

.fast-and-semeless-sec {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
}

.fast-and-semeless-icons-images {
    margin-block: 25px;
}

.fast-and-semeless-sec img {
    height: 40px;
}

.fast-and-semeless-sec h2 {
    font-size: 42px;
    margin: 20px 0;
    font-family: "Lato", serif;
    color:#2b2d31;
    font-weight:700;
}

.fast-and-semeless-sec p {
    font-size: 18px;
    padding: 0 19em;
    line-height: 1.4em;
    color: #828cc0;
    font-family: "Lato", serif;

}

.fast-and-semeless-icons-images img {
   width: 206px;
   height: auto;
}

.fast-and-semeless-icons-images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;

}

.fast-and-images-col {
   width: 25%;
}

.global-section-main {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.global-section-main h4 {
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: #3950e6;
    font-family: "Inter", serif;
}

.global-section-main h2 {
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #160042;
    font-family: "Inter", serif;
}

.global-section-main p {
    letter-spacing: normal;
    margin-bottom: 0;
    color: #6b7094;
    font-size: 18px;
    line-height: 32px;
    padding: 0 7em;
    font-family: "Inter", serif;
}

section.global-sec {
    padding: 6em 0;
    background-image:url(https://cdn.prod.website-files.com/64a2f0a6a026a47e0dc5afe2/64a839bdbbfcce9f079da237_world-map.webp) ;
    background-size:cover;
   
}

/* ------------------------------------Faq-Section---------------------------------intern */
.faq-sec {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
    padding-bottom: 100px;

}

.faq-sec i.fas.fa-plus {
    cursor: pointer;
}

.faq-heading {
    margin-bottom: 20px;
}

.faq-heading h1 {
    font-size: 44px;
    margin-bottom: 10px;
    font-family: "Nunito Sans", serif;
    font-weight:700;
    letter-spacing:-1.1px;
}

.faq-heading p {
    font-size: 18px;
    line-height: 1.4em;
    padding: 0 10em;
    color: #7f879e;
    margin-bottom: 50px;
    font-family: "Nunito Sans", serif;
}

.faq-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.faq-items .item-1,
.item-2 {
    width: 45%;
}

faq-item {
    padding: 15px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: column;
}

.faq-items .faq-item div {
    border-radius: 8px;
    padding: 15px 20px;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.faq-items .faq-item .faq-ans {
    text-align: start;
    padding-left: 15px;
    padding-bottom: 15px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    font-family: "Plus Jakarta Sans", serif;
}

.faq-items .faq-item .faq-ans.active {
    max-height: 200px;
    /* Adjust as needed */
    opacity: 1;
}

.faq-item h3 {
    font-size: 18px;
    font-weight:700;
    margin: 0;
    font-family: "Nunito Sans", serif;
}

.faq-item i {
    font-size: 1.2em;
    color: #007bff;
}

p.faq-ans {
    font-size: 18px;
    line-height: 1.4em;
    color: #7f879e;
    font-family: "Nunito Sans", serif;
}


/* --------------------------------Footer-section------------------------------ */
.footer {

    padding: 40px 20px;
    /* box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1); */
}

.footer .footer-logo img {
    height: 50px !important;
    width: 100%;
    max-width: 200px;
}

.footer .footer-logo p {
    color: #7f879e;
    font-size: 16px;
    line-height: 1.4em;
    margin-top: 20px;
    padding: 0 3em 0 0;
}


.footer .footer-content {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}

.footer-col h4 {
    color: #1b2a52;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Nunito Sans", serif;
    letter-spacing: -0.486px;
}

.footer-col p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.4em;
    font-family: "Nunito Sans", serif;
}

.footer-col p a {
    color: #7f879e;
    
    text-decoration: none;
    font-weight: 400 !important;
    font-family: "Nunito Sans", serif;
}

div#footer-col-contact {
    width: 16%;
}

.footer-col {
    width: 16%;
}

.footer .footer-content a:hover {
    color: #00b4d8;
}
div#pages-f-col {
    width: 12%;
}
.footer .footer-logo {
    width: 28%;
}

.footer-bottom {
    width: 1140px;
    margin: 0 auto;
    border-top: 1px solid lightgray;
    padding-top: 20px;
}

.footer-bottom-main {
    padding: 10px 0;
}

.footer-bottom p {
   text-align: left;
    color: #7f879e;
    font-size: 18px;
    font-family: "Nunito Sans", serif;
}

.footer .footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 0.8em;
    color: #aaa;
}


/* ===========================================About-Section======================================= */
.about-section {
    background: linear-gradient(rgba(6, 6, 6, 0.6), rgba(0, 0, 0, 0.6)),
        url("./Images/AboutImages/about-section.jpg") no-repeat center/cover;

    background-position: 100% 16%;
}

.about-banner-sec {
    max-width: 1140px;
    margin: auto;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2em;
}

.about-section .about-banner-sec h1 {
    font-size: 48px;
    font-weight: 600;
    color: white;
    margin: 20px 0;
    padding: 0 5em;
    text-align: center;
    letter-spacing: 2px;
}

.about-section .about-banner-sec p {
    font-size: 16px;
    font-weight: 400;
    color: white;
    line-height: 1.4em;
    margin: 0;
    padding-right: 4em;
    padding: 0 12em;
    text-align: center;
}

/* --------------------------------we-are-container-start------------------------------ */
.who-we-are-container {
    padding-block: 60px;
    max-width: 1140px;
    margin: auto;
    display: flex;
    gap: 20px;
}

.who-we-are-con-first,
.who-we-are-con-sec {
    width: 50%;
}

.who-we-are-con-first h2 {
    font-family: sans-serif;
    font-size: 42px;
    margin: 20px 0;
}

.who-we-are-con-first p {
    font-size: 18px;
    line-height: 1.4em;
    color: #818795;
}

.who-we-are-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
    margin-top: 20px;
}

.who-we-are-card {
    width: 40%;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    background-color: #87ceeb26;
    padding: 20px;
}

.who-we-are-card h2 {
    font-family: sans-serif;
    font-size: 20px;
    margin: 5px 0;
    text-align: center;
    color: #005ad9;
}

.who-we-are-con-first button {
    padding: 15px 30px;
    border-radius: 30px;
    background-color: #251486;
    border: 1px solid #251486;
    margin-top: 20px;
}

.who-we-are-con-first a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.who-we-are-img {
    height: 100%;
    padding-left: 50px;
}

.who-we-are-con-sec .who-we-are-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

/* --------------------------------we-are-container-end------------------------------ */

/*------------------trust-section-start----------------*/

.trust-section {
    background-color: #80808012;
}

.trusted-org-sec {
    max-width: 1140px;
    margin: auto;
    padding-block: 30px;
}

.trusted-org-sec span {
    color: #462ebb;
}

.trust-section .trusted-org-sec h2 {
    font-family: sans-serif;
    font-size: 42px;
    margin: 20px 0;
    text-align: center;
}

.org-images {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: space-evenly;
}

.trusted-org-sec .org-images img {
    width: 24%;
    max-width: 150px;
    object-fit: scale-down;
}

.value-history h2 {
    font-size: 32px;
    margin: 15px 0;
}

/*------------------trust-section-end----------------*/

/*------------------value&history-start----------------*/

.value-history {
    max-width: 1140px;
    margin: auto;
    display: flex;
    gap: 30px;
    padding-block: 60px;
}

.our-value-section,
.our-history-section {
    width: 50%
}

.value-history small {
    color: #005ad9;
    font-size: 15px;
    font-weight: 600;
}

/* .value-history    h1{
        font-size: 32px;
        margin: 15px 0;
    } */

.value-history p {
    font-size: 18px;
    line-height: 1.4em;
    color: #818795;
}

.value-history img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

/*------------------value&history-end----------------*/

/*------------------fast-secure-pay-section-start----------------*/
.fast-secure-pay-section {
    background: linear-gradient(rgba(6, 6, 6, 0.6), rgba(0, 0, 0, 0.6)), url(./Images/AboutImages/about-section.jpg) no-repeat center / cover;
    background-attachment: fixed;
    background-position: 100% 20%;

}

.fast-secure-pay {
    max-width: 1140px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-block: 60px;
}

.fast-secure-pay h2 {
    font-size: 48px;
    font-weight: 600;
    color: white;
    margin: 20px 0;
    padding: 0 2em;
    text-align: center;
    letter-spacing: 2px;
}

.fast-secure-pay p {
    font-size: 18px;
    font-weight: 400;
    color: white;
    line-height: 1.4em;
    margin: 0;
    padding-right: 4em;
    padding: 0 12em;
    text-align: center;
}

.fast-secure-pay button {
    padding: 15px 30px;
    border-radius: 30px;
    background-color: #251486;
    border: 1px solid #251486;
    margin-top: 20px;
}

.fast-secure-pay button a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

/*------------------fast-secure-pay-section-end----------------*/


/*------------------Instant-service-start----------------*/
.instant-section {
    max-width: 1140px;
    margin: auto;
    padding-top: 60px;
    display: flex;
    gap: 30px;
    padding-bottom: 25px;
}

.instant-section div {
    width: 50%;
}

.instant-section img {
    max-height: 90%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.instant-section h2 {
    font-size: 42px;
    font-weight: 600;
    margin: 20px 0;
    text-align: start;
}

.instant-section p {
    font-size: 18px;
    line-height: 1.4em;
    color: #818795;
}

/*------------------instant-service-end----------------*/


/* ===========================================Api-Section======================================= */
.api-dox-container {
    max-width: 1140px;
    margin: auto;
    padding: 0;
}

.api-dox-outer-container {
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url('https://cdn.prod.website-files.com/663e3d8f3f5fece5819c87c6/6768fc5dee1c0fbcc67727c2_6768fc4c3d00b4972157058e_3.%2520Start%2520Building%2520a%2520Professional%2520Network%2520with%2520Varsity%2520Tutors.webp') no-repeat center/cover;
    padding-top: 4em;


}

.api-dox-inner-container {
    min-height: 500px;
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.api-dox-inner-container h1 {
    font-size: 48px;
    font-weight: 600;
    color: white;
    margin: 20px 0;
    padding-inline: 3em;
}

.api-dox-inner-container p {
    font-size: 18px;
    font-weight: 400;
    color: white;
    line-height: 1.4em;
    margin: 0;
    padding-inline: 10em;
}

/* --------------------------api-cards-container-------------------------- */
.api-dox-cards-section {
    padding-block: 40px
}

.api-dox-cards-section h2 {
    text-align: center;
    font-size: 42px;
    margin: 20px 0;
    color: #0f296d;
}

.api-dox-cards {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.api-dox-card {
    width: 30%;
    padding: 10px;

}

.api-dox-cards .api-dox-inner-card i {
    font-size: 32px;
    color: #00b4d8;
    margin: auto;
    width: 100px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.api-dox-inner-card {
    background-color: white;
    min-height: 225px;
    padding: 35px;
    border-radius: 12px;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    cursor: pointer;
}

section.api-docs-collab-main {
    padding: 4em 0;
    background-color: #f7f7f7;
}

.api-dox-inner-card:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 7px;
    height: 1%;
    z-index: 1;
    width: 96%;
    background-color: #00b4d8;
    border-radius: 12px !important;
    transition: all .7s;
    cursor: pointer;
}

.api-dox-inner-card:hover:before {
    width: 100%;
    left: 0;
    height: 100%;
}

.api-dox-inner-card:hover i {
    color: white;
    transition: all .7s;
}

.api-dox-inner-card:hover h3 {
    color: white;
    transition: all .7s;

}

.api-dox-inner-card:hover p {
    color: white;
    transition: all .7s;

}




.api-dox-inner-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    position: relative;
    z-index: 2;
}

.api-dox-inner-card p {
    font-size: 15px;
    line-height: 1.4em;
    position: relative;
    z-index: 2;
}

/* --------------------------api-dox-banner-container-------------------------- */
.api-dox-outer-banner {
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url('https://storage.googleapis.com/cdn-devwebsite-bolddesk/media/2023/07/483a3ef5-customer-support-team-compressed.jpg') no-repeat center/cover;
    background-attachment: fixed;
}

.api-dox-inner-banner {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.api-dox-inner-banner h2 {
    font-size: 42px;
    color: white;
    padding-inline: 3em;
    margin-block: 20px;
}

.api-dox-inner-banner p {
    font-size: 16px;
    color: white;
    line-height: 1.4em;
    padding-inline: 8em;
}

.api-dox-inner-banner button {
    border-radius: 30px;
    padding: 18px 40px;
    border: 1px solid #00b4d8;
    background-color: #00b4d8;
    margin-top: 20px;
}

.api-dox-inner-banner button a {
    font-size: 16px;
    color: white;
    text-decoration: none;
}

/* <!-- -------------------------------------------API-Speed-Performance--------------------------------- */
.api-speed-performance {
    display: flex;
    gap: 30px;
    padding-top: 60px;
}

.api-speed-performance-col {
    width: 50%
}

.api-speed-performance h2 {
    font-size: 42px;
    padding-right: 5em;
    margin: 15px 0;
}

.api-speed-performance p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4em;
    color: #818795;
}

.api-speed-performance-col img {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}



/* <!-- -------------------------------------------API-Security--------------------------------- */

.api-dox-security {
    display: flex;
    gap: 30px;
    padding-block: 60px;
    align-items: center;
}

.api-dox-security-col {
    width: 50%
}

.api-dox-security h2 {
    font-size: 42px;
    padding-right: 5em;
    margin: 15px 0;
}

.api-dox-security p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4em;
    color: #818795;
}

.api-dox-security img {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

/* <!-- -------------------------------------------API-Security--------------------------------- */
.api-community-section {
    text-align: center;
    padding: 50px;
    border-radius: 30px;
    box-shadow: #00b4d863 0px 5px 15px;
}

.api-community-section h2 {
    font-size: 42px;
    padding: 0 5em;
    margin: 0 0 15px 0;
}

.api-community-section p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4em;
    color: #818795;
}


.invoice-container {
    max-width: 1140px;
    margin: auto;
}

/*-----------------------------------create-invoice-inner-banner------------------------*/
.create-invoice-banner {
    background-color: #005ad9;
    padding: 50px 0 80px 0;
}

.create-invoice-inner-banner {
    text-align: center;
}

.create-invoice-banner-col {
    width: 100%;
}

div#invoice-banner-payment-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #212121;
    gap: 2rem;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 31px;
    box-shadow: rgb(255 255 255 / 78%) 0px 7px 29px 0px;
}

div#invoice-banner-payment-card .banner-payment-col img {
    filter: invert() grayscale();
    height: 1.5rem;
}


.create-invoice-banner-col h1 {
    font-size: 36px;
    color: white;
    margin: 20px 0;
    font-family: SourceSansPro-Bold;
    letter-spacing: -1px;
}

.create-invoice-banner-col p {
    font-size: 18px;
    font-weight: 400;
    color: white;
    line-height: 1.4em;
    margin: 0;
    padding-right: 0;
}

.create-invoice-banner-col button {
    border-radius: 30px;
    padding: 18px 40px;
    border: white;
    background-color: white;
    margin-top: 20px;
}

.create-invoice-banner-col button a {
    font-size: 16px;
    color: black;
    text-decoration: none;
}

.create-invoice-banner-col h2 {
    font-size: 32px;
    color: white;
    margin-block: 25px 10px;
}

.create-invoice-banner-col li {
    color: white;
    line-height: 1.4em;
    font-size: 17px;
}

.create-invoice-banner-col ul {
    margin-bottom: 25px;
}

.create-invoice-banner-col li {
    color: white;
    line-height: 1.4em;
    font-size: 17px;
    list-style: inside;
}

.create-invoice-banner-col img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

/*-----------------------------------invoice-key-features------------------------*/
.invoice-key-features {
    padding-top: 60px;
}

.invoice-key-features .col-rev {
    flex-direction: row-reverse;
}

.invoice-key-features h3 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 20px;
}

.invoice-key-features h3 span {
    color: #4743c8;
}

.invoice-key-feature-row {
    display: flex;
    gap: 30px;
}

.invoice-key-feature-col {
    width: 50%;

}

.invoice-key-feature-content-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.invoice-key-features img {
    max-height: 400px;
    width: 100%;
    object-fit: scale-down;
}

.invoice-key-feature-col h2 {
    font-size: 32px;
    margin: 20px 0;
    font-family: SourceSansPro-Bold;

}
p.warning {
    margin-top: 15px;
}
.invoice-key-feature-col p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 28px !important;
    font-family: SourceSansPro-Regular;

}

.Instructions-main-container {
    background-color: #fbfbfb;
    padding: 3em 0;

}

.invoice-container-inner {
    padding: 30px;
    border: 1px solid #005ad9;
    border-radius: 30px;
    box-shadow: rgb(27 27 29 / 20%) 0px 7px 29px 0
}

.Instructions-main-container h4 {
    font-size: 32px;
    color: black;
    text-align: center;
    margin: 0 0 20px 0px;
    font-family: SourceSansPro-Bold;
}

.Instructions-main-container p {
    text-align: center;
    color: black;
    font-size: 20px;
    line-height: 1.6em;
}

.invoice-container-inner ul li {
    font-size: 18px;
    margin: 8px 0;
    list-style: auto;
    color: #000000;
    font-family: SourceSansPro-Regular;

}

.Instructions-main-container button {
    border-radius: 30px;
    padding: 18px 40px;
    border: 1px solid #00b4d8;
    background-color: #00b4d8;
    margin-top: 20px;
}

.Instructions-main-container button a {
    font-size: 16px;
    color: white;
    text-decoration: none;
}

section.create-invoice-banner-top {
    padding-top: 6em;
}

.create-invoice-banner-col ul {
    padding: 0;
}

section.faq-banner {
    padding-top: 15em;
}

section.faq-banner {
    padding-top: 14em;
    background-color: #f2f2f2;
}

.faq-banner-main {
    width: 1140px;
    padding-bottom: 6em;
    margin: 0 auto;
}

.faq-banner-inner h1 {
    text-align: center;
    font-size: 46px;
    margin: 0;
    text-transform: uppercase;
}


.support-main-section {
    max-width: 1140px;
    margin: auto;
}

.available-section-banner {
    background: linear-gradient(rgba(6, 6, 6, 0.6), rgba(0, 0, 0, 0.6)),
        url("https://www.smscountry.com/blog/wp-content/uploads/2022/11/SMS-templates-for-customer-Support.jpg") no-repeat center/cover;
    padding-top: 4em;
}

.available-inner-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-height: 500px;
}

.available-inner-banner h1 {
    font-size: 42px;
    margin: 20px 0;
    color: white;
}

.available-inner-banner p {
    padding-inline: 8em;
    font-size: 18px;
    line-height: 1.4em;
    color: white;
    margin-bottom: 20px;
}

.available-details {
    display: flex;
    gap: 20px;
    color: white;
    font-size: 18px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.available-details div {
    padding: 22px;
    backdrop-filter: blur(5px);
    border-radius: 8px;
    box-shadow: 1px 1px 3px black;
}

.available-details .fa-solid,
.fas {
    font-size: 18px;
}

.need-support-section {
    padding-block: 60px;
}

.need-support-section {
    padding-block: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.need-support-section h2 {
    font-size: 42px;
    margin: 20px 0;
}

.need-support-section p {
    font-size: 18px;
    line-height: 1.4em;
    padding-inline: 10em;
}

.need-support-section form {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.need-support-section input {
    height: 30px;
    width: 300px;
}

.need-support-section button {
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #251486;
    border: 1px solid #251486;
}

.need-support-section a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.support-cards {
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.support-card {
    width: 30%;
    padding: 15px;
}

.support-cards h3 {
    font-size: 22px;
    margin: 10px 0;
}

.support-cards p {
    line-height: 1.4em;
}

.support-card .support-inner-card .fa-solid,
.fas {
    font-size: 30px;
}

.support-inner-card {
    border: 1px solid black;
    padding: 12px;
    border-radius: 8px;
}

.need-support-custom {
    padding-top: 0;
}

section.support-help-main-sec {
    background-color: #f7f7f7;
}

.support-help-main-sec input {
    font-size: 16px;
    font-family: Helvetica !important;
    padding: 19.4px;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid #005ad9;
}

.support-help-main-sec input:focus {
    transition: all .7s;
    box-shadow: none !important;
    border: none !important;
    border-radius: none !important;
    border-bottom: 2px solid #005ad9 !important;
    outline: none !important;
    box-shadow: rgb(93 128 197 / 39%) 0px 19px 38px, rgb(136 147 221 / 41%) 0px 15px 12px !important;
}


.available-details i {
    font-size: 18px;
}




.mini-amount-container{
    max-width: 1140px;
    margin: auto;
    background-color: #EFF3F9;
    
    padding: 30px;
    border-radius: 50px;
}
.mini-amount-container .mini-amnt-table {
width: 100%;
}

.mini-amnt-table tr:nth-child(even) {
background-color: #fbfbfb;
}
.mini-amount-container td{
padding:1em 1.41575em ;
font-size: 16px;
font-family: SourceSansPro-Regular;
}
.mini-amount-container th {
text-align: left;
padding-left: 1.2em;
font-weight: 400;
font-size: 16px;
font-family: SourceSansPro-Regular;

}
.mini-amount-container h2 {
font-size: 32px;
font-weight: 600;
line-height: 1.214;
margin-bottom: .5407911001em;
font-family: SourceSansPro-Bold;
}
.mini-amount-container p {
margin-bottom: 3.41575em;
font-family: SourceSansPro-Regular;
font-size: 16px;
line-break: 25px;
}
.mini-amount-container .payment-warning{
color: red;
margin-bottom: 0px;
font-size: 16px;
line-height: 25px;
font-family: SourceSansPro-Regular;

}
.track-payments-section {
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1.5)), 
        url("https://mi-blogs.s3.amazonaws.com/mi-live/blog/wp-content/uploads/2022/08/10093706/How-to-Ask-for-Payments-from-Clients-Chasing-Payment-Examples-1.jpg") no-repeat center/cover;
background-size: cover;
background-attachment: fixed;
margin-top: 3em;
    }
.track-payment-inner-section {
max-width: 1140px;
margin: 10px auto;
text-align: center;
padding-block: 60px;
}
.track-payment-inner-section h3 {
font-size: 32px;
color: white;
margin-bottom: 20px;
font-family: SourceSansPro-Bold;
font-weight: 600;
}
.track-payment-inner-section p {
font-size: 16px;
color: white;
margin-bottom: 15px;
padding-inline: 4em;
font-family: SourceSansPro-Regular;
line-height: 25px;

}
.track-payment-inner-section button {
    background-color: #005ad9;
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid #005ad9;
}
.track-payment-inner-section a {
color: white;
text-decoration: none;
font-size: 16px;
line-height: 1.6em;
}

.invoice-logos-inner {
    width: 1140px;
    margin: 3em auto;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.invoice-logos-inner img {
    width: 299px;
}





























@media screen and (min-width:993px){
    
    .faq-heading h1 {
    margin-bottom: 40px;
}

.faq-heading p {
    margin-bottom: 60px;
    font-family: "Nunito Sans", serif;
}

.high-low-risk-col img {
    height: 600px;
    width: 100%;
    object-fit: contain;
}
    
}