*{
    margin: 0;
    padding: 0;
    font-family: sage headline,helvetica neue,Roboto,Segoe UI,Arial;
}

/*-------------------------nav bar--------------------*/

.dropdown-menu {
    display: none;
    position: absolute;
    /*z-index: 1;*/
    top: 130%;
    background-color: #f9f9f9;
    width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 12px 10px;
    color: black; /* Set the text color to black */
}

    .dropdown-menu .dropdown-text {
        display: block;
        color: black; /* Set the link text color to black */
        padding: 8px 10px;
        text-decoration: none;
    }

        .dropdown-menu .dropdown-text:hover {
            background-color: #000000;
            color: #fff;
            border-radius: 10px;
        }




.Mab-page{
    background-color: black;
    text-align: center;
    justify-content: center;
    color: #ffff;
    height: 100px;
    width: 100%;
    padding: 100px 0px 400px 0px;
}
.Mab-page h3{
        
        font-weight: 600;
        font-size: 25px;
        font-family: sage headline,helvetica neue,Roboto,Segoe UI,Arial;
}

.bi-light{
    color: #a109a1;
    font-size: 60px;
    width: 25px;
    height: 25px;
} 
.Mab-page h1{
    font-size: 70px;
    font-weight: 900;
    line-height: 2;
    font-family: sage headline,helvetica neue,Roboto,Segoe UI,Arial;
}

.Mab-page p{
    padding: 0px 150px 0px 150px;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.8;
}

/*-----------------------youtube video content a button --------------------------*/
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

    .popup.show {
        opacity: 1;
        pointer-events: auto;
    }

    .popup iframe {
        width: 50%;
        height: 60%;
    }
    .close-button {
        position: absolute;
        top: 100px;
        right: 200px;
        color: #fff;
        font-size: 40px;
        cursor: pointer;
    }

@media screen and (max-width: 650px) {
    .popup {
        align-items: flex-start;
    }

        .popup iframe {
            margin-top: 100px;
            width: 80%;
            height: 25%;
        }
    .close-button {
        position: absolute;
        top: 60px;
        right: 20px;
        color: #fff;
        font-size: 30px;
        cursor: pointer;
    }
}

/*-------------------------------------------------*/


/* Default styles for the row and columns */

.row-Mab {
  display: flex;
  flex: row;
}

.column-1 p{
  font-size: 25px;
  margin-top:40px;
  padding: 0px 40px 0px 40px;
  
}

/* Styles for the image */


.section-2 {
  display: flex;
  flex-direction: row;
  
  align-items: center;
}

.section-2 img {
  max-width: 50%;
  height: auto;
  margin-top: 100px;
}

.desktop-text {
  flex-basis: 50%;
  font-size: 25px;
  margin-top:0px;
  padding: 0px 40px 200px 40px;
}



@media (max-width: 767px) {
  .section-2 {
    flex-direction: column;
    text-align: center;
  }
  
  .section-2 img {
    max-width: 80%;
    margin: 0;
    padding: 0;
  }
  

  .desktop-text {
    flex-basis: 100%;
    font-size: 20px;
    margin-top:0px;
    padding: 25px 40px 0px 40px;
  }
}


/*----------------------------------modal----------------------------*/
.modal-start {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
}


    .modal-content {
        background-color: #ebeaea;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        border-radius: 20px;
        width: 63%;
        bottom: 110px;
        margin-bottom: 2px;
    }

.modal-text {
    line-height: 2;
    padding: 0 40px 0 40px;
}

.modal-header {
    display: flex;
    flex-direction: column;
}

.modal-header-top {
    display: flex;
    flex-direction: row;
}

    .modal-header-top .modal-title {
        font-weight: 900;
        position: relative;
        top: 15px;
        margin-right: 10px;
        margin-left: 8px;
    }

.close-btn {
    font-size: 40px;
    position: relative;
    margin-left: 400px;
    cursor: pointer;
}

.modal-header .modal-header-text {
    font-size: 17px;
    padding: 10px 10px 0px 30px;
    border-bottom: #948c8c 0.7px solid;
}
.step-1 {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 800;
    margin-left: 30px;
    padding-bottom: 2rem;
}

.step-2 {
    margin-top:10px;
    font-size: 15px;
    font-weight: 800;
    margin-left: 30px;
    padding-bottom: 2rem;
}

.form-control {
    width: 90%;
    margin-left: 40px;
    margin-bottom: 20px;
    padding: 12px 12px;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: 3px;
}
.number-form-control, .product-form-control {
    width: 90%;
    margin-left: 40px;
    margin-bottom: 20px;
    padding: 14px 12px;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: 3px;
    cursor: pointer;
}
.next-btn {
    position: relative;
    padding: 4rem;
    text-align: end;
    padding-left: 40px;
}

    .next-btn .btn {
        width: 45%;
        padding: 10px;
        border-radius: 40px;
        background-color: #000000;
        color: #ffffff;
    }


/* Form Styling */
#form-step-1 {
    display: flex;
    flex-direction: column;
}

#form-step-3 {
    display: flex;
    flex-direction: column;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
}

input,
textarea {
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
}
.modal-tick {
    color: #a109a1;
    font-size: 40px;
    width: 10%;
    margin-left: 20px;
}

.close {
    font-size: 40px;
    cursor: pointer;
    width: 10%;
}

.modal-last h2 {
    font-family: sage headline,helvetica neue,Roboto,Segoe UI,Arial;
    width: 90%;
    font-weight: 700;
}

.modal-last {
    display: flex;
    flex-direction: row;
}

.last-modal-text h2 {
    font-family: sage headline,helvetica neue,Roboto,Segoe UI,Arial;
    font-weight: 700;
}

.last-modal-text {
    padding: 2px 10px 40px 90px;
}



/*------------------------------------------------------------------------*/
/* features and pricing */

.features-content{
    justify-content: center;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

.features-content h1{
    font-family: sage headline,helvetica neue,Roboto,Segoe UI,Arial;
    font-weight: 900;
    font-size: 45px;
    
}

.features-content h6{
    font-size: 24px;
    font-weight: 750;
    line-height: 3;
}
.features-content p{
    font-size: 22px;
    font-family: sage headline,helvetica neue,Roboto,Segoe UI,Arial;
}

.row-flex{

    margin: 30px;
    margin-top: 100px;
    justify-content: center;
    text-align: start;
  }
  
  .caption-edit{
         font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 40px;
        font-weight: 900;
        line-height: 1.2;
        justify-content: center;
        text-align: center;
        margin-bottom: 3rem;
}
  .caption-boxes{
    line-height: 3;
    font-size: 23px;
    font-weight:800;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }
   
  .card-text{
    font-size: 18px;
    font-family: Georgia, 'Times New Roman', Times, serif;

}


.card-body i{ 
    margin-left: 0;
    font-size: 70px;
    color: rgb(8, 97, 6);
}


/* 
order list */


.list-content{
   
    color: #acacac;
}
.list-content ol{
    padding-left: 15%;
    padding-right: 15%;
      
}
.list-content li{
    line-height: 1.5;
    padding: 6px;
}


/* MAB buttons */

.MAB-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    
  }
  
button {
    
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  }

  .buy-btn{
    background-color: #a109a1;
    color: #ffff;
    border-radius: 40px;
    font-weight: 700;
  }
  
.test-btn{
    background-color: #000;
    color: #ffff;
    border-radius: 40px;
    border-color: #ffff;
    border-width: 2px;
    border-style: solid;
    font-weight: 700;
    font-size: 17px;
}




.btn-video{
  text-decoration: underline;
  text-decoration-color:#ffff ;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 20px;
  text-decoration-thickness: 5px ;

}
.btn-video:hover {
    text-decoration-color: #a109a1;
}
.play-btn{
    color: #a109a1;
}
.play-btn:hover{
    color: #a109a1;
}

/* aging analysis */

.aging-image{
  display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px;
}

.aging-image img{
  width: 45%;
  margin: 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}


.aging-part{
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 50px;
  }
  
  .aging-part img {
    width: 45%;
    margin: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  }
  
  .aging-part-text{
    font-size: 25px;
    margin-top: 50px;
    padding: 40px;
  }


  .againg-video{
    width: 1900px;
    height: 500px;
  }

  /* cashflow conents */


.cashflow-video{
  width: 2840px;
  height: 500px;
  
}

.cashflow-part-text{
  font-size: 25px;
  margin-top: 0px;
  padding: 60px;
}
  
/* prepayments content  */

.prepayments-part-text{
  font-size: 25px;
  margin-top: 20px;
  padding: 60px;
}

.Payments-video{
  width: 3100px;
  height: 500px;
}

/* .mobile-content */

.mobile-content-video{
  height:100%;
  width: 100%;
  margin-left: 5px;
}
.mobile-card{
  padding: 50px;
}
.mobile-card-content{
  margin-left: 30px;
}
.mobile-heading{
  font-size: 20px;
    color: #a109a1;
    font-weight: 900;
}
.mobile-text{
  font-size: 20px;
  margin-left: 60px;
}

.mobile-plus-text{
  margin-left: 60px;
  font-size: 20px;
}
.mobile-tick{
  color: #eed461 ;
    font-size: 20px;
}
  .aging-content h1{
    font-family: sage headline,helvetica neue,Roboto,Segoe UI,Arial;
    font-weight: 900;
    font-size: 45px;
    justify-content: center;
    text-align: center;
    padding: 100px 300px 100px 300px;
  }
    
  .aging-content h2{
    font-family: sage headline,helvetica neue,Roboto,Segoe UI,Arial;
    font-weight: 900;
    font-size: 45px;
    justify-content: center;
    text-align: center;
    padding: 0px 300px 100px 300px;
  }

  .mobile-content h1{
    font-family: sage headline,helvetica neue,Roboto,Segoe UI,Arial;
    font-weight: 900;
    font-size: 45px;
    justify-content: center;
    text-align: center;
    padding: 100px 300px 100px 300px;
  }

  .mobile-content h2{
    font-family: sage headline,helvetica neue,Roboto,Segoe UI,Arial;
    font-weight: 900;
    font-size: 45px;
    justify-content: center;
    text-align: center;
    padding: 0px 300px 100px 300px;
  }

.mobile-content{
    padding-bottom: 60px;
}


  /* Pricing cards */


  /* ---------------------------------------------------------------- */

/* ---------------------------pricing modals------------------------------------- */



.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 100px;
}

.neon-1-button {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    margin: 40px 0;
    color: #a109a1;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 2px;
    overflow: hidden;
    margin-right: 50px;
    border: #a109a1 solid;
    border-radius: 20px;
}

    .neon-1-button:hover {
        background: #a109a1;
        color: #ffffff;
        box-shadow: 0 0 5px #a109a1, 0 0 25px #a109a1, 0 0 50px #a109a1, 0 0 200px #a109a1;
        -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
    }


.neon-2-button {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    margin: 0px 0px;
    background-color: #000;
    color: #ffff;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 2px;
    overflow: hidden;
    margin-right: 50px;
    border-radius: 20px;
}

    .neon-2-button:hover {
        background: #000;
        color: #ffffff;
        box-shadow: 0 0 5px #000, 0 0 25px #000, 0 0 50px #000, 0 0 200px #000;
        -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
    }


.first-price-modal {
    display: flex;
    flex-direction: row;
}

.second-price-modal {
    display: flex;
    flex-direction: row;
}

.price-card-margin {
    margin-bottom: 200px;
}


.price-table {
    border-radius: 50px;
    padding: 30px 60px 40px 60px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15);
    box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15);
}

    .price-table:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
        box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
    }

.price-table {
    display: inline-block;
}



    .price-table .price-value {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 45px;
        font-weight: 800;
        line-height: 0.4;
    }

        .price-table .price-value span {
            font-size: 1.5rem;
            line-height: 0;
        }

.price-heading-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: 700;
    line-height: 0.4;
}

#heading-2 {
    display: none;
}

#heading-3 {
    display: none;
}

#heading-5 {
    display: none;
}

#heading-6 {
    display: none;
}

#heading-8 {
    display: none;
}

#heading-9 {
    display: none;
}

#heading-12 {
    display: none;
}

#heading-13 {
    display: none;
}

#heading-15 {
    display: none;
}

#heading-16 {
    display: none;
}

#heading-18 {
    display: none;
}

#heading-19 {
    display: none;
}

#heading-17 {
    display: none;
}

#heading-14 {
    display: none;
}

#heading-22 {
    display: none;
}

.hidden-content {
    display: none;
}

#heading-62, #heading-63, #heading-64, #heading-65, #heading-66, #heading-67, #heading-68, #heading-69, #heading-70 {
    display: none;
}

#heading-72, #heading-73, #heading-74, #heading-75, #heading-76, #heading-77, #heading-78, #heading-79, #heading-80 {
    display: none;
}

#heading-82, #heading-83, #heading-84, #heading-85, #heading-86, #heading-87, #heading-88, #heading-89, #heading-90 {
    display: none;
}

#heading-20, #heading-22, #heading-23, #heading-24, #heading-25, #heading-30 {
    display: none;
}

#heading-32, #heading-33, #heading-34, #heading-35, #heading-40 {
    display: none;
}

#heading-102, #heading-103, #heading-104, #heading-105, #heading-106, #heading-108, #heading-109, #heading-110 {
    display: none;
}

#heading-111, #heading-112, #heading-114, #heading-115, #heading-116, #heading-117, #heading-118 {
    display: none;
}

#heading-142, #heading-143, #heading-144, #heading-145, #heading-146, #heading-148, #heading-149, #heading-150 {
    display: none;
}

#heading-151, #heading-152, #heading-154, #heading-155, #heading-156, #heading-157, #heading-158 {
    display: none;
}

.price-text h3 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 8px;
    text-align: center;
}

.Price-margin {
    margin-top: 50px;
    margin-bottom: 60px;
}

.sale-content {
    font-size: 20px;
    font-weight: 700;
    color: #a109a1;
}

.svg-light {
    width: 25px;
    height: 25px;
    font-weight: 700;
    color: #a109a1;
}

.senond--sale-content {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.second-svg-light {
    width: 25px;
    height: 25px;
    font-weight: 700;
    color: #ffffff;
}

.holder-content .holder {
    color: rgba(0,0,0,.9);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    width: 100%;
    height: 48px;
    /* padding: 11px 200px 11px 10px; */
    background: #fff;
    cursor: pointer;
}

.holder-content h6 {
    font-weight: 700;
    font-size: 20px;
}

.user-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 2;
}

.price-table {
    margin-top: 15px;
}


.takeID-btn {
    background-color: #000;
    color: #ffff;
    border-radius: 40px;
    border-color: #ffff;
    border-width: 2px;
    border-style: solid;
    margin: 20px;
    padding: 15px 100px 15px 100px;
    font-weight: 700;
}



.moile-svg-text {
    position: relative;
    right: 6px;
}

.takeId-btn {
    background-color: #ffff;
    color: #000;
    border-radius: 40px;
    border-color: #ffff;
    border-width: 2px;
    border-style: solid;
    margin: 20px;
    padding: 12px 100px 15px 100px;
    font-weight: 700;
}

.buyNow-btn {
    background-color: #a109a1;
    color: #ffff;
    border-radius: 40px;
    padding: 15px 40px 15px 40px;
    font-weight: 700;
    font-size: 17px;
}

.buyNow-btn-second-modal {
    background-color: #000000;
    color: #ffff;
    border-radius: 40px;
    padding: 15px 40px 15px 40px;
    font-weight: 700;
    font-size: 17px;
}

.price-footer {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    justify-content: center;
    text-align: center;
}


/*-------------------------------buy Now button modal -------------------------------------------*/
#buyNow-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.buyNow-modal-content {
    background-color: #ebeaea;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 20px;
    width: 63%;
    bottom: 110px;
    margin-bottom: 2px;
}

.buyNow-close {
    color: #aaa;
    float: right;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

    .buyNow-close:hover,
    .buyNow-close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.buyNow-modal-text {
    line-height: 2;
    padding: 0 40px 0 40px;
    font-weight: bold;
    margin-bottom: 5px;
}

.buyNow-form-1 {
    display: flex;
    flex-direction: column;
}

.buyNow-form-control {
    width: 90%;
    margin-left: 40px;
    margin-bottom: 20px;
    padding: 14px 12px;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: 3px;
    cursor: pointer;
}


input,
textarea {
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.buynow-modal-button {
    position: relative;
    padding: 4rem;
    text-align: end;
    padding-left: 40px;
}

    .buynow-modal-button #buyNow-submit {
        width: 45%;
        padding: 10px;
        border-radius: 40px;
        background-color: #000000;
        color: #ffffff;
    }


.buyNow-last-modal {
    display: flex;
    flex-direction: row;
}

.buyNow-last-modal-tick {
    margin-top:20px;
    width: 7%;
    height: auto;
    margin-left: 5px;
}

.buyNow-last-modal h2 {
    font-family: sage headline,helvetica neue,Roboto,Segoe UI,Arial;
    width: 80%;
    font-weight: 700;
    margin-left: 20px;
    margin-top:20px;
}

.buyNow-last-modal-text h2 {
    font-family: sage headline,helvetica neue,Roboto,Segoe UI,Arial;
    font-weight: 700;
}

.buyNow-last-modal-text {
    padding: 2px 10px 40px 80px;
}
/*------------------------------------Buy Now button media query-------------------------------------------*/
@media screen and (max-width: 650px) {
    .buyNow-modal-text {
        line-height: 2;
        padding: 0 40px 0 40px;
    }


    .buyNow-form-control {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 10px;
        padding: 7px 10px;
        box-sizing: border-box;
        border: 1px solid #000000;
        border-radius: 3px;
    }


    .buyNow-modal-text {
        line-height: 2;
        padding: 0 40px 0 0px;
    }

    .buynow-modal-button {
        position: relative;
        padding: 2rem 0rem;
        text-align: center;
        padding-left: 0px;
    }

        .buynow-modal-button #buyNow-submit {
            width: 45%;
            padding: 10px;
            border-radius: 40px;
            background-color: #000000;
            color: #ffffff;
        }

    .buyNow-modal-content {
        width: 80%;
        margin: 20% auto 100% auto;
    }

    .buyNow-close {
        font-size: 30px;
    }

    .buyNow-last-modal h2 {
        font-family: sage headline,helvetica neue,Roboto,Segoe UI,Arial;
        width: 70%;
        font-weight: 700;
    }


    .buyNow-last-modal-text h2 {
        font-family: sage headline,helvetica neue,Roboto,Segoe UI,Arial;
        font-weight: 700;
    }

    .buyNow-last-modal-text {
        padding: 2px 20px 40px 20px;
    }
}

  

/*------------------------------------------------------------------------------*/





/* Responsive styling */
@media only screen and (max-width: 768px) {

  .footer-container {
    flex-direction: row;

  }
  
  .footer-logo{
    position: relative;
    height: 150px;
    margin-top:0px;
    margin-left: 0px;
  }
  
  .left-footer {
    display: flex;
    margin-right: 50px;
    margin-bottom: 60px;
  }
  
  .left-footer i {
    padding: 0px 7px 2px 7px;
    font-size: 20px;
  }
  
  .footer-middle{
    margin-bottom: 40px;
    margin-top: 10px;
  }
  
  .footer-middle .partner-text{
    margin: 0px 20px 0px 20px ;
    font-size: 20px;
  }
  
  
  .footer-middle .Educators-text{
    margin-left: 20px;
    font-size: 20px;
  }
  .footer-middle a{
    display: flex;
    justify-content: flex-start;
    line-height: 2;
    
  }

  .footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4{
    width: 100%;
    margin-bottom:30px;
    margin-left:-140px;
  }

  .footer-col-1 h4, .footer-col-2 h4, .footer-col-3 h4 {
    margin-top: 0;
  }
   .footer-bottom {
    display: flex;
    flex-direction: column;
    
  }
  .footer-col-4 p{
    text-align: center;
    margin-right:0px;
    margin-left: 100px;
    margin-top: 0px;
    margin-bottom: 40px;
  }
  /* .footer-col-4 ul{
    display: flex;
    flex-direction: column;

  }
  .footer-col-4{
    margin-top: 20px;
    margin-left: 20px;
  }
   */
  .footer-col-1 li, .footer-col-2 li, .footer-col-3 li, .footer-col-4 li{
    
    font-size: 17px;
  }
  .hover-underline-effect:hover{
    font-size: 17px;
  }
  .hover-underline-effect:after {
    width: 50%;
  }
  .footer-col-4 ul{
    display: flex;
    flex-direction: column;
    width:0%;
    gap:2;
  }
}

/* ----------------------pricing table media query-------- */


@media (min-width: 100px) and (max-width: 768px){
   .row .price-table-resp{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
      
    }
}

@media (min-width: 992px) and (max-width: 1240px){

  .takeId-btn{
    
    border-radius: 40px;
    
    
    border-style: solid;
    margin: 20px;
    padding:10px 50px 10px 50px;
    font-weight: 700;
}

.takeID-btn{
  
  
  border-width: 2px;
  margin: 20px;
  padding:12px 50px 12px 50px;
  font-weight: 700;
}
  .buyNow-btn{
    background-color: #a109a1;
    color: #ffff;
    border-radius: 40px;
    padding:15px 50px 15px 50px;
    font-weight: 700;
    font-size: 17px;
  }
}

@media (min-width: 767px) and (max-width: 822px){

  .takeId-btn{
    
    border-radius: 40px;
    
    
    border-style: solid;
    margin: 20px;
    padding:10px 50px 10px 50px;
    font-weight: 700;
}

.takeID-btn{
  
  
  border-width: 2px;
  margin: 20px;
  padding:12px 50px 12px 50px;
  font-weight: 700;
}
  .buyNow-btn{
    background-color: #a109a1;
    color: #ffff;
    border-radius: 40px;
    padding:15px 50px 15px 50px;
    font-weight: 700;
    font-size: 17px;
  }
}


/*-------------------------------- information table---------------------------  */

.table-btn-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
    /* align-items: center;
  align-content: center; */
    justify-content: center;
}

.table-button-1 {
    margin-left: 550px;
    margin-right: 20px;
    border-radius: 10px;
    background-color: #a109a1;
    border: #000;
    font-size: 15px;
    /* margin-right: 20px; */
}

.table-button-2 {
    background-color: #000;
    border-radius: 10px;
    border: #7f7c7c solid;
}

.table-text {
    line-height: 1.2;
}

table {
    border-collapse: collapse;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 180px;
}

tbody tr {
    line-height: 5px;
}

tbody td {
    padding: 8px;
    font-size: 25px;
    font-weight: 700;
}

/* Tick mark styles */
.table-tick-icon {
    font-size: 30px;
    color: #a109a1;
    margin-right: 100px;
}

.table-tick-web-icon {
    font-size: 30px;
    color: #000000;
}

/*----------------------------------------------------------*/

/* demo */


/* Default styles for the row and columns */
.row-Mab {
  display: flex;
  flex: row;
}

.column-1 {
  font-size: 25px;
  margin-bottom: 0px;
  padding: 60px;
  
}

/* Styles for the image */
.column img {
  width: 100%;
  height: auto;
  /* Add any other necessary styles for your image here */
}

/* Media query for smaller screens */
@media screen and (max-width: 768px) {
  .row-Mab {
    flex-direction: column;
  }
  
  .column {
    flex-basis: 100%;
  }
  
  .column:first-child {
    order: 2;
  }
}











@media only screen and (max-width: 786px) { 
  
  .Mab-page h3{
    font-size: 20px;
    margin-top: -100px;
}

.Mab-page h1{
  font-size: 40px;
}

.bi-light{
  
    width:20px;
    height: 20px;
}

.Mab-page p{
    
  font-size: 17px;
  line-height: 1.4;
   padding: 0px 30px 0px 30px;  
}



.box-content1{
  font-size: 20px;
  margin-bottom: 0px;
  padding: 0px;
  text-align: center;
  
}
.aging-content h1{
  padding: 0px;
  font-weight: 900;
  font-size:30px;
}

.aging-part{
  flex-direction: column;
  
}

.aging-part-text{
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
  padding: 0px;
}
.againg-video{
  width: 100%;
  height: 300px;
}
.cashflow-part-text {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
  padding: 0px;
}

.prepayments-part-text{
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
  padding: 0px;
}
.Payments-video{
  width: 100%;
  height: 300px;
}
.cashflow-video{
  width: 100%;
  height: 300px;
}


/* mobile app */

.mobile-card{
  padding: 30px;
}
.mobile-card-content{
  margin: 0px;
  padding: 0px;
}

.mobile-text{
  margin-left: 30px;
}

.mobile-plus-text{
  margin-left: 30px;
  font-size: 20px;
  margin-bottom: 30px;
}


.mobile-content h1{
 
  font-weight: 900;
  font-size: 30px;
  padding: 0;
}

/* right for your business */

/* -------------------------------------------------------------- */
 


/* ---------------------features-content-------------------- */

.features-content{
  
  padding-bottom: 100px;
}

.features-content h1{
  font-size: 30px;
}

.features-content h6{
  font-size: 20px;
}
.features-content p{
  font-size: 20px;
}


/* ---------------table ------------------------------------ */

/* -------------------boxes----------------------- */
.caption-edit{
 
      font-size: 30px;
      font-weight: 900;
      line-height: 1.2;
      justify-content: center;
      text-align: center;
      margin-bottom: 3rem;
}
.caption-boxes{
  font-size: 20px;
}
 
.col-md {
  
  margin-bottom: 40px;
}

/*------------------ orderlist------------------------- */
.list-content ol{
  padding: 0;
    
}

}



/* media query max width 900 */




@media (min-width: 768px) and (max-width: 900px) { 
  
  .Mab-page h3{
    font-size: 23px;
    margin-top: -100px;
    padding: 0;
}

.Mab-page h1{
  font-size: 50px;
}

.bi-light{
  
    width:20px;
    height: 20px;
}

.Mab-page p{
    
  font-size: 20px;
  line-height: 1.4;
   padding: 0px 60px 0px 60px;  
}



.box-content1{
  font-size: 20px;
  margin-bottom: 0px;
  padding: 0px;
  text-align: center;
  
}
.aging-content h1{
  padding: 0px 80px 0px 80px;  
  font-weight: 900;
  font-size:40px;
}

.aging-part{
  flex-direction: column;
  
}

.aging-part-text{
  font-size: 23px;
  margin-top: 20px;
  text-align: center;
  padding: 0px;
}
.againg-video{
  width: 100%;
  height: 400px;
}
.cashflow-part-text {
  font-size: 23px;
  margin-top: 20px;
  text-align: center;
  padding: 0px;
}

.prepayments-part-text{
  font-size: 23px;
  margin-top: 20px;
  text-align: center;
  padding: 0px;
}
.Payments-video{
  width: 100%;
  height: 400px;
}
.cashflow-video{
  width: 100%;
  height: 400px;
}


/* mobile app */

.mobile-card{
  padding: 30px;
}
.mobile-card-content{
  margin: 0px;
  padding: 0px;
}

.mobile-text{
  margin-left: 30px;
}

.mobile-plus-text{
  margin-left: 30px;
  font-size: 20px;
  margin-bottom: 30px;
}


.mobile-content h1{
 
  font-weight: 900;
  font-size: 30px;
  padding: 0;
}

/* right for your business */

/* ---------------------features-content-------------------- */

.features-content{
  
  padding-bottom: 100px;
}

.features-content h1{
  font-size: 35px;
}

.features-content h6{
  font-size: 20px;
}
.features-content p{
  font-size: 20px;
}
  
/* ---------------table ------------------------------------ */

/* -------------------boxes----------------------- */
.caption-edit{
 
      font-size: 30px;
      font-weight: 900;
      line-height: 1.2;
      justify-content: center;
      text-align: center;
      margin-bottom: 3rem;
}
.caption-boxes{
  font-size: 20px;
}
 
.col-md {
  
  margin-bottom: 40px;
}

/*------------------ orderlist------------------------- */
.list-content ol{
  padding: 0;
    
}

}
@media (max-width:650px){
  .btn-video{
    display: block;
  }
  .section-2{
    padding-top: 80px;
  }
  
  .takeId-btn{
    
    border-radius: 40px;
    
    
    border-style: solid;
    margin: 20px;
    padding:10px 50px 10px 50px;
    font-weight: 700;
  }

  .takeID-btn{
  
  
  border-width: 2px;
  margin: 20px;
  padding:12px 50px 12px 50px;
  font-weight: 700;
  }
  .buyNow-btn{
    background-color: #a109a1;
    color: #ffff;
    border-radius: 40px;
    padding:15px 50px 15px 50px;
    font-weight: 700;
    font-size: 17px;
  }


}


@media screen and (max-width: 650px) {

    /* -----------------------------modal------------------------------------ */

    /*.modal-header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        line-height: 1;
    }

        .modal-header h2 {
            font-weight: 900;
            font-size: 20px;
            margin-left: 0px;
            position: relative;
        }

    .item-2 {
        position: relative;
        margin-left: 0px;
        font-size: 15px;
        margin-top: 15px;
    }

    .modal-header span {
        font-size: 40px;
        position: absolute;
        left: 90%;
        top: 0.5rem;
        cursor: pointer;
    }*/
    .price-table {
        padding: 30px 40px 40px 40px;
    }
    .modal-text {
        line-height: 2;
        padding: 0 40px 0 40px;
    }

    .step-1 {
        font-size: 15px;
        font-weight: 800;
        margin-left: 0px;
        padding-bottom: 1rem;
    }

    .step-2 {
        font-size: 15px;
        font-weight: 800;
        margin-left: 0px;
        padding-bottom: 1rem;
    }

    .form-control {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 10px;
        padding: 7px 10px;
        box-sizing: border-box;
        border: 1px solid #000000;
        border-radius: 3px;
    }
    .number-form-control, .product-form-control {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 10px;
        padding: 8px 10px;
        box-sizing: border-box;
        border: 1px solid #000000;
        border-radius: 3px;
    }
        .modal-text {
        line-height: 2;
        padding: 0 40px 0 0px;
    }

    .next-btn {
        position: relative;
        padding: 2rem 0rem;
        text-align: center;
        padding-left: 0px;
    }

        .next-btn .btn {
            width: 45%;
            padding: 10px;
            border-radius: 40px;
            background-color: #000000;
            color: #ffffff;
        }

    .modal-content {
        width: 90%;
        margin: 50% auto 100% auto;
    }
    #form-step-4 .modal-tick {
        color: #a109a1;
        font-size: 30px;
        width: 20%;
        margin-left: 0px;
    }

    #form-step-4 .close {
        font-size: 30px;
        cursor: pointer;
        width: 10%;
    }

    #form-step-4 .modal-last h2 {
        font-family: sage headline,helvetica neue,Roboto,Segoe UI,Arial;
        width: 70%;
        font-weight: 700;
    }

    .modal-last {
        display: flex;
        flex-direction: row;
    }

    #form-step-4 .last-modal-text h2 {
        font-family: sage headline,helvetica neue,Roboto,Segoe UI,Arial;
        font-weight: 700;
    }

    #form-step-4 .last-modal-text {
        padding: 2px 20px 40px 20px;
    }
    .modal-header {
        display: flex;
        flex-direction: column;
    }

    .modal-header-top {
        display: flex;
        flex-direction: row;
    }

        .modal-header-top .modal-title {
            font-weight: 900;
            position: relative;
            top: 9px;
            margin-right: 30px;
            margin-left: -30px;
        }

    .close-btn {
        font-size: 35px;
        margin-left: 50px;
    }

    .modal-header .modal-header-text {
        font-size: 17px;
        padding: 10px 0px 0px 10px;
        border-bottom: #948c8c 0.7px solid;
    }
    .button-container {
        display: flex;
        flex-direction: column;
        margin-left: 50px;
        margin-bottom: 50px;
    }

}
/*
-----------------------------information table media query-------------------------*/
@media screen and ( max-width: 650px) {
    body {
        overflow-x: hidden;
    }
    .table-btn-container {
        margin-bottom: 20px;
        justify-content: start;
    }

    .table-button-1 {
        margin-left: 240px;
        margin-right: 5px;
        font-size: 15px;
        padding: 5px 8px 5px 8px;
    }

    .table-button-2 {
        font-size: 15px;
        padding: 5px 8px 5px 8px;
    }

    table {
        border-collapse: collapse;
        width: 90%;
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: 80px;
    }

    tbody tr {
        line-height: 40px;
    }

    tbody td {
        padding: 2px;
        font-size: 20px;
        font-weight: 700;
    }

    /* Tick mark styles */
    .table-tick-icon {
        font-size: 25px;
        margin-right: 70px;
    }

    .table-tick-web-icon {
        font-size: 25px;
    }
}