body, html {
    position: relative;
    top: 0;
    overscroll-behavior-y: none;
    
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    box-sizing: border-box;
    border: none;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.6;
    
}
.html_signup {
    overflow-y: hidden;
}
body, html {
    font-family: 'Poppins', sans-serif !important;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none !important;
}
.navBar {
    justify-content: space-between !important;
    padding: 0 1rem;
}
.navbar .nav-link.active {
    color: orange !important;
    text-decoration: none !important;
}
.navbar .nav-link:hover {
    text-decoration: none;
}
.header_all navbar {
    margin-top: 20px;
}
.header a.active {
    border-bottom: solid #19191B 3px;
    color: #19191B;
    width: fit-content;
    padding-bottom: 5px;
}
.header2 a {
    color: #252550;
}
.header3 a {
    color: #19191B;
}
header3 a.active {
    border-bottom: solid #19191B 3px;
    color: #19191B;
    width: fit-content;
    padding-bottom: 5px;
}
.account {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    left: 75px;
}
.header2 a.active {
    border-bottom: solid #252550 3px;
    color: #252550;
    width: fit-content;
    padding-bottom: 5px;
}
.hamburger {
    display: none;
}
.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgb(16, 12, 8);
}
.nav-menu {
    display: flex;
    justify-content: space-between;
    z-index: 100;
    margin-bottom: 0px;
}
.nav-menu1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: auto;
}
.nav-item {
    margin-left: 20px;
}
.nav-item.sign-in-btn {
    margin-left: 400px;
}
.track-spending-div {
    padding-top: 200px;
    padding-bottom: 60px;
    width: 80%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.track-payroll-div {
    padding-top: 50px;
    padding-bottom: 60px;
    width: 80%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.nav-link {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: rgba(37, 37, 80, 1);
    letter-spacing: -0.500211px;
    line-heading: 24px;
}
.dropdown.dropdown-masked {
    position: static;
}
.dropdown-container {
    position: absolute;
}
.dropdown-menu.show {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 0px;
    border-radius: 24px;
    width: 330px;
    margin-top: 10px;
    -moz-animation: slide-down .5s ease-out;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    transform: translateY(0);
    transition: transform .6s cubic-bezier(.16, 1, .3, 1), opacity .2s ease-out;
}
.header_icon {
    width: 44px;
    margin-right: 10px;
}
.header_all.hidden {
    
    position: relative;
    z-index: 5000;
}
.header_all.hidden2 {
    background-color: white;
    position: relative;
    z-index: 5000;
    height: 95px;
}
.header_all.none {
    display: none;
}
.header_all.hidden3 {
    background-color: white;
    position: relative;
    z-index: 5000;
    height: 95px;
    color: #e36f2c;
}
.color {
    color: #e36f2c !important;
}
.solutions_container {
    padding-top: 150px;
    padding-bottom: 130px;
    justify-content: center
}
.solutions_img_container {
    display: flex;
    align-items: center;
}
.img_solutions {
    width: 100%;
}
.solution_links p {
    font-weight: 400;
    font-size: 14px;
    line-height: 39px;
    
    letter-spacing: 0.04px;
    
    color: #172B4D;
    margin-bottom: 0rem;
}
.solution_links span {
    font-size: 12px;
    letter-spacing: 0.04rem;
    color: #696871;
    font-weight: 400;
}
.index-link {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #252550;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.5002105832099915px;
}
font-family: Poppins
;
font-size:
16
px
;
font-weight:
400
;
line-height:
24
px
;
letter-spacing:
-
0.5002105832099915
px
;
text-align: left
;
text-underline-position: from-font
;
text-decoration-skip-ink: none
;
.solution-dropdown::after {
}
.security-link {
    font-size: 14px;
    line-height: 24px;
    
    letter-spacing: -0.500211px;
    
    color: #FFFFFF;
}
.solution-link {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #252550;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.5002105832099915px;
}
.logo {
}
.logo1 {
    position: relative;
    left: 140px;
}
.logo2 {
    width: 70%;
    border-radius: 20px;
    z-index: 5;
    position: relative;
}
.nav-left {
    display: flex;
    align-items: center;
}
.nav-left1 {
    display: flex;
    padding-right: 200px;
}
.nav-right {
    align-items: center;
    display: flex;
    
}
.login {
    background: rgba(37, 37, 80, 1);
    border-radius: 38px;
    color: white;
}
.login2 {
    
    background: #E36F2C;
    border-radius: 6px;
    color: white;
}
.landing_page {
    background: url("/assets/images/website_images/rolls.png") no-repeat center;
    background-size: cover;
    
    
    background-color: rgba(248, 248, 250, 1);;
}
.landing_page_bank_transfers {
    background-size: cover;
    background-color: rgba(248, 248, 250, 1);
}
.landing_page .landing-page-banner {
    height: 82vh;
}
.overlay_text {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 84px;
    letter-spacing: -2.5px;
    color: white;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    text-align: left;
    white-space: nowrap;
}
.home_main_row_padding {
    padding: 20px 20px 20px 40px;
}
.oval_image {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
}
.oval_image_9 {
    width: fit-content;
    height: auto;
    
    position: relative;
    overflow: hidden;
    top: -122px;
    z-index: 0;
}
.oval_image_10 {
    position: relative;
    top: 131px;
    left: 15px;
    z-index: 10;
}
.oval_image_11 {
    position: relative;
    float: right;
    right: 13px;
    top: -177px;
    z-index: 10;
}
.starting_tag {
    font-size: 4vw;
    color: rgba(37, 37, 80, 1);
    font-weight: 600;
    line-height: 90px;
    letter-spacing: 1px;
}
.following_tag {
    font-size: 1vw;
    margin-top: 10px;
    font-weight: 300;
    line-height: 30px;
    color: rgba(149, 147, 164, 1);
    letter-spacing: 1px;
}
.btn-get-started {
    
    background-color: rgba(37, 37, 80, 1);
    
    border: 1px solid rgba(37, 37, 80, 1);
    border-radius: 38px;
    color: #ffffff;
    font-size: 18px;
    line-height: 31.5px;
    letter-spacing: -0.01em;
    padding: 16px 0px;
    margin-left: 0px;
    font-weight: 500;
    width: 230px;
    font-family: 'Poppins', sans-serif;
}
.btn-get-started:hover {
    color: white;
}
.btn-get-started img {
    width: 8px;
    margin-left: 12px;
}
.btn-get-started1 {
    
    background-color: #E36F2C;
    
    border: 1px solid #E36F2C;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    line-height: 31.5px;
    letter-spacing: 0.66px;
    font-weight: 400;
    margin-left: 0;
}
.btn-get-started1:hover {
    cursor: pointer;
    color: #FFFFFF;
}
.text-get-started1 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 1);
    background: rgba(229, 112, 46, 1);
    border: 1px solid rgba(229, 112, 46, 1);
    border-radius: 38px;
    padding: 10px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 60px;
}
.center-container {
    display: flex;
    justify-content: center;
    margin-top: 22px; 
    margin-left: 53px; 
}
.btn-contact-sales {
    background-color: #FFFFFF;
    border: 1px solid #333370;
    color: #333370;
    font-style: normal;
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
    padding: 16px 0px;
    line-height: 31.5px;
    letter-spacing: -0.01em;
    width: 230px;
    margin-right: 0px;
    font-family: 'Poppins', sans-serif;
}
.btn-contact-sales:hover {
    color: rgba(51, 51, 112, 1);
}
.signup_link {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    font-weight: 400;
    color: #333370;
}
.phone_image {
    position: relative;
    float: right;
    margin-right: 20%;
}
.bank_transfer_image {
    position: relative;
}
.modal.show {
    display: inline-flex !important;
    align-items: center;
}
.dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
.partner_tag_line {
    font-size: 18px;
    font-weight: 400;
    color: #696871;
    line-height: 28px;
    letter-spacing: -0.56px;
}
.slick-slide {
    margin: 0px 20px;
    display: inline-flex !important;
    justify-content: center;
    filter: grayscale(1);
}
.logo-card-container {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    margin: 20px auto;
    margin-bottom: 100%;
}
.logo-card {
    background-color: rgba(217, 217, 217, 0.3);
    padding: 10px;
    border-radius: 16px;
    display: flex;
    width: 400px;
    height: 110px;
    justify-content: center;
    align-items: center;
}
.logo-carousel {
    overflow: inherit;
}
.slick-slide img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.1s ease;
}
.slick-slide img:hover {
    transform: scale(1.1);
    transition: all 0.1s;
}
.slick-track::before,
.slick-track::after {
    display: table;
    content: '';
}
.slick-track::after {
    clear: both;
}
.slick-track {
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-arrow {
    display: none;
}
.logo-carousel {
    margin-top: 32px;
}
.tende_features {
    background-color: rgba(51, 51, 112, 1);
}
.oval_2_image {
    position: absolute;
    right: 0;
}
.cards {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
}
.card {
    box-shadow: 0px 52px 54px rgba(65, 62, 101, 0.296766);
    border-radius: 10px;
}
.features_footer, .testimonial_footer {
    padding: 0;
    background-color: inherit;
    border: none;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.5px;
    font-weight: 400;
}
.text {
    font-weight: 500 !important;
    font-size: 24px !important;
    color: black !important;
    line-height: 36px;
    letter-spacing: -0.75px;
}
.feature_container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}
.btn-check-features {
    border: 2px solid #EAE9F2;
    border-radius: 5px;
    font-weight: 400;
    font-size: 21px;
    line-height: 31.5px;
    margin-top: 35px;
    margin-left: 0;
    letter-spacing: -0.66px;
    color: white;
}
.features_tag_line {
    font-weight: normal;
    font-size: 21px;
    line-height: 39px;
    letter-spacing: -0.656526px;
    color: white;
}
.page_title {
    font-weight: 600;
    font-size: 50px;
    line-height: 75px;
    letter-spacing: -0.01em;
    color: rgba(37, 37, 80, 1);
    font-family: 'Poppins', sans-serif;
}
.page_title_bank_transfer {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.66px;
}
.tag_360 {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -0.01em;
    color: rgba(180, 180, 180, 1);
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-left: 32px;
    display: inline-block;
}
.container_360 {
    margin-top: 60px;
}
.container_360_bank_transfers{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 40px;
}
.outer_container_360 {
    padding-top: 100px;
}
.everything_card_body {
    display: flex;
    align-items: center;
}
.everything_card {
    width: 80%;
}
.everything_card_img {
    object-fit: contain;
    margin-right: 20px;
}
.everything_you_will_need {
    background-color: #ffffff;
}
.everything_you_will_need.row{
    display: flex;
    align-items: center;
}
.everything_you_will_need .text_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left:  40px;
}
.why_tende_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 70px;
}
.why_tende_sub_text {
    font-size: 21px;
    line-height: 39px;
    text-align: center;
    letter-spacing: -0.656526px;
    color: #696871;
}
.why_tende_cards {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
    margin-top: 70px;
}
.why_tende_card {
    width: 350px;
    background: #FFFFFF;
    border: 1px solid #EAE9F2;
    border-radius: 10px;
    box-shadow: none;
}
.why_tende_card:hover {
    box-shadow: 0px 52px 54px rgba(65, 62, 101, 0.296766);
}
.why_tende_payment_collection {
    padding: 50px;
    background: #413E65;
    box-shadow: 0px 52px 54px rgba(65, 62, 101, 0.296766);
    border-radius: 10px;
    margin-top: 70px;
    margin-bottom: 70px;
}
.why_tende_payment_collection_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.750316px;
    color: #FFFFFF;
}
.why_tende_payment_collection_body {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.562737px;
    color: rgba(255, 255, 255, 0.7);
}
.why_tende_payment_container {
    display: flex;
    justify-content: space-evenly;
}
.tende_ratings {
    display: flex;
    justify-content: space-between;
}
.tende_rating_title {
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    letter-spacing: -1.87579px;
    color: #333370;
}
.tende_rating_text {
    font-size: 21px;
    line-height: 39px;
    text-align: center;
    letter-spacing: -0.656526px;
    color: #696871;
}
.testimonials {
    background-color: rgba(248, 248, 250, 1);
    padding-bottom: 20px;
}
.testimonials_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: -0.01em;
    text-align: left;
}
.testimonial_container {
    background: #FFFFFF;
    box-shadow: 0px 52px 54px rgba(65, 62, 101, 0.102519);
    border-radius: 10px;
}
.testimonial_img {
    background: #696871;
    border-radius: 10px;
    transition: all 0.5s;
}
.testimonial_img:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}
.testimonial {
    padding: 10px;
}
.testimonial_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    margin: auto;
}
.testimonial_sub_text {
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1px;
    color: #19191B;
    flex-flow: wrap;
    display: flex;
    font-family: 'Poppins', sans-serif;
}
.testimonial_footer_name {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.6565263867378235px;
    text-align: center;
    color: #19191B;
}
.testimonial_footer_position {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.5002105832099915px;
    text-align: center;
    color: #696871;
}
.left {
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    display: flex !important;
    bottom: -250px;
    float: left;
    border-radius: 50% !important;
    right: 23px;
    z-index: 5;
}
.right {
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    display: flex !important;
    bottom: -250px;
    float: right;
    left: 25px;
    border-radius: 50% !important;
    z-index: 5;
}
.right img, .left img {
    width: 65px;
    height: 65px;
}
.more-arrow {
    width: 15px;
}
.pricing_banner {
    position: relative;
    background-color: #e36f2c;
    
    
    
    font-weight: 500;
    text-align: center;
    font-size: 54px;
    line-height: 91px;
    padding: 59px;
    top: 200px;
    box-shadow: 0px 52px 54px rgba(65, 62, 101, 0.102519);
    border-radius: 10px;
    letter-spacing: -1.87579px;
}
.pricing_container {
    justify-content: center;
    position: relative;
    top: 108px
}
.prices_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 70px;
    padding-top: 50px;
}
.prices_sub_text {
    font-size: 21px;
    line-height: 39px;
    text-align: center;
    letter-spacing: -0.656526px;
    color: #696871;
    flex-flow: wrap;
    display: flex;
}
.pricing_card {
    background: #FFFFFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 40px;
    padding: 30px;
}
.pricing_starter {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 52px;
    color: #3934CE;
}
.pricing_amount {
    font-size: 30px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -0.517241px;
    color: #19191B;
}
.pricing_transaction {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.562737px;
    color: #696871;
}
.pricing_text {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #363636;
}
.pricing_text_amount {
    color: #E56F2D;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    line-height: 36px;
}
.pricing_footer, .pricing_footer a {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.656526px;
    color: #FFFFFF !important;
    background: #E36F2C;
    border-radius: 0px 0px 10px 10px !important;
    border: none;
    cursor: pointer;
}
.pricing_header {
    background-color: white;
    display: flex;
    flex-flow: column;
    border-bottom: none;
}
.pricing_section {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    border-bottom: 1px solid rgba(223, 223, 223, 0.3);
    grid-gap: 4rem;
    margin-bottom: 1rem;
}
.pricing_section_above {
    grid-template-columns: repeat(2, 2fr);
    grid-gap: 7.27rem;
    display: grid;
    border-bottom: none;
    margin-bottom: 1rem;
}
.btn-pricing {
    background-color: rgba(37, 37, 80, 1);
    color: white;
    font-size: 24px;
}
.pricing-container {
    padding-top: 70px;
    padding-bottom: 30px;
    padding-right: 60px;
    padding-left: 60px;
    position: relative;
    z-index: 5;
}
.pricing_icon {
    margin-right: 10px;
}
.pricing_card_body {
}
.pricing_footer_commission {
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    
    letter-spacing: 2.5px;
    color: #E56F2D;
}
.bottom_section {
    background-color: white;
    position: absolute;
    bottom: 0;
    height: 61px;
    width: 100%;
    left: 0;
}
.download_link {
    display: flex;
    justify-content: center;
    column-gap: 40px;
}
.download-tende_container {
    display: flex;
    align-items: center;
    padding-top: 0px;
    flex-direction: column;
}
.download_tende_text_container {
}
.download_tende_title {
    font-weight: 500;
    font-size: 39px;
    line-height: 70px;
    
    letter-spacing: -1.87579px;
    
    color: #262626;
}
.download_tende_sub_text {
    font-size: 21px;
    line-height: 39px;
    
    letter-spacing: -0.656526px;
    
    color: #696871;
}
.download_tende_sub_text_container {
    margin-top: 30px;
    margin-bottom: 30px;
}
.download_tende_phone {
    float: right;
    position: relative;
    z-index: 5;
}
.download_tende_cont {
    display: flex;
    flex-direction: column;
}
.footer_section {
    background-color: #F8F8FA;;
    position: relative;
}
.oval_3_image {
    position: relative;
    bottom: 95px;
    left: 0;
    width: fit-content;
    height: auto;
}
.oval_solution_image {
    position: relative;
    left: 0;
    width: fit-content;
    height: auto;
}
.footer_content {
    padding-top: 50px;
    color: white;
}
.footer_link {
    display: flex;
    flex-flow: column;
    font-size: 16px;
    line-height: 38px;
    
    letter-spacing: -0.500211px;
    color: rgba(37, 37, 80, 1);
}
.footer_link a {
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    
    letter-spacing: 0.01em;
    color: rgba(37, 37, 80, 0.8);
    font-family: 'Poppins', sans-serif;
}
.footer_link p, .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 45px;
    
    letter-spacing: 0.01em;
    color: rgba(37, 37, 80, 1);
    font-family: 'Poppins', sans-serif;
}
.contact_link {
    font-size: 14px;
    line-height: 38px;
    
    letter-spacing: -0.500211px;
    color: black;
}
.social_media_icons a {
    color: #E5702E;
    font-size: 18px;
}
.social_media_icons_container {
    display: flex;
    justify-content: flex-start;
    column-gap: 20px;
    margin-bottom: 80px;
    margin-right: 70px;
}
.right_reserved {
    font-size: 16px;
    line-height: 40px;
    
    color: #252550;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: rgba(37, 37, 80, 1);
}
.signup-desc {
    position: relative;
    height: 100vh;
}
.signup-desc-content img {
    width: 90%;
}
.form-header {
    display: flex;
    justify-content: space-between;
}
.textarea_signup {
    background: #EFF0F7;
    border-radius: 16px;
    width: 100%;
    height: 150px;
    border: none;
    padding: 25px;
    user-focus: none;
    font-family: 'Poppins', sans-serif;
}
.signup_cont {
    padding-left: 0px !important;
}
.signup_fill {
    display: flex;
    row-gap: 45px;
    padding-top: 45px;
    flex-direction: column;
    padding-right: 75px;
}
.signup_fill5 {
    display: flex;
    row-gap: 25px;
    padding-top: 40px;
    padding-right: 75px;
    flex-direction: column;
}
.form-header p {
    font-weight: 400;
    font-size: 32px;
    line-height: 57px;
    letter-spacing: 1px;
    color: #252550;
}
.step-current {
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    
    letter-spacing: 1px;
    color: #252550;
}
.p1 {
    font-weight: 500;
    font-size: 2.1vw;
    line-height: 60px;
    color: #252550;
}
.actions ul {
    width: 100%;
    justify-content: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -o-justify-content: flex-end;
    -ms-justify-content: flex-end;
}
.actions ul .disabled {
}
.actions ul li {
    margin-left: 20px;
    float: left;
}
.actions {
    position: absolute;
    right: 50px;
    overflow: hidden;
    width: 50%;
    bottom: 25px;
    padding: 10px;
}
.steps {
    display: none;
}
#signup-form-h-0, #signup-form-h-1, #signup-form-h-2, #signup-form-h-3, #signup-form-h-4 {
    display: none;
}
.actions ul li:first-child a {
    background: #fff;
    color: #999;
}
.actions ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    width: 100%;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
}
.actions ul li a {
    width: 140px;
    height: 50px;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: bold;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    text-decoration: none;
}
.radio-group {
    font-weight: 400;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 1px;
    color: #252550;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: 30px;
    width: 30px;
    transition: all 0.4s;
    background-color: #E36F2C;
}
.radio-group:hover input {
    background-color: #E36F2C;
    cursor: pointer;
    transition: all 0.4s;
}
.label1:active:after, .label1:active:after {
    background-color: #E36F2C;
}
.label1:checked:after, .label1:checked:after {
    background-color: #E36F2C;
}
.label1 {
    margin-left: 20px;
}
.radio-group-cnt {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.chosen-wrapper {
    margin: 0 auto 25px 50px;
    max-width: 500px;
    position: relative;
}
.chosen-wrapper:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 32px;
    right: 20px;
    width: 20%;
    background-repeat: no-repeat;
    height: 50%;
    background-image: url("/assets/images/website_images/down-arrow.png");
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 9;
}
.chosen-wrapper.is-active:after {
    background-image: url("/assets/images/website_images/down-arrow.png");
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    height: 12px;
    background-size: contain;
    transform: rotate(180deg);
}
.chosen-wrapper .chosen-container .chosen-single {
    border-radius: 0;
    height: 70px;
    border: solid 2px #d9d9d9;
    background: #fff;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 30px;
    line-height: 66px;
    transition: all 0.3s ease;
    box-shadow: none;
    background: #fff;
}
.chosen-wrapper .chosen-container .chosen-single b {
    display: none !important;
}
.chosen-wrapper .chosen-container .chosen-single span {
    letter-spacing: 0;
    padding: 0;
    line-height: inherit;
}
.chosen-wrapper .chosen-container.chosen-with-drop .chosen-single {
    border-width: 2px 2px 1px;
    border-color: #000 #000 #d9d9d9;
    color: #000;
    background-image: none;
}
.chosen-wrapper .chosen-container.chosen-with-drop .chosen-drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.chosen-wrapper .chosen-container.chosen-container-single-nosearch .chosen-search {
    display: none;
}
.chosen-wrapper .chosen-container .chosen-drop {
    letter-spacing: 0;
    border-radius: 0;
    box-shadow: none;
    border-width: 0 2px 2px;
    border-color: #000;
    margin-top: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    opacity: 0;
}
.chosen-wrapper .chosen-container .chosen-results {
    font-size: 22px;
    color: #000;
    max-height: none;
    margin: 0;
    padding: 0;
    touch-action: auto !important;
}
.chosen-wrapper .chosen-container .chosen-results li {
    padding: 1px 1px 1px;
    margin: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    line-height: 20px;
}
.chosen-wrapper .chosen-container .chosen-results li.highlighted {
    background-color: #eeeeee !important;
    color: #000;
    background-image: none;
}
.chosen-wrapper--style2:after {
    background-image: url("/assets/images/website_images/down-arrow.png");
    right: 0;
    width: 13%;
    height: 12px;
    background-size: contain;
}
.chosen-wrapper--style2:before {
    content: "";
    width: 0;
    background-image: url("/assets/images/website_images/down-arrow.png");
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.2s cubic-bezier(0.06, 1, 0.89, 0.85);
}
.chosen-wrapper--style2.is-active:before {
    width: 100%;
}
.chosen-wrapper--style2 .chosen-container .chosen-single {
    border-width: 0 0 2px;
    padding: 0;
    width: 500px;
}
.chosen-wrapper--style2 .chosen-container.chosen-with-drop .chosen-single {
    border-width: 0 0 2px;
    width: 400px;
    border-bottom-color: #252550;
}
.chosen-wrapper--style2 .chosen-container.chosen-with-drop .chosen-drop {
    opacity: 1;
    visibility: visible;
    border: none;
    width: 330px;
    transform: translateY(5px);
}
.chosen-wrapper--style2 .chosen-container .chosen-drop {
    border-color: #d9d9d9;
    border-top: 2px solid #d9d9d9;
}
.chosen-wrapper--style2 .chosen-container .chosen-results li {
    padding: 7px 15px 7px;
    font-size: 18px;
    font-weight: 400;
}
.chosen-container-single .chosen-single div b {
    display: block;
    width: 20%;
    height: 20%;
}
.nicescroll-rails {
    display: none !important;
    border-left: 1px solid #d9d9d9;
    transform: translate(-2px);
    top: 0 !important;
}
.nicescroll-rails .nicescroll-cursors {
    display: none;
    width: 6px !important;
    margin-right: 2px;
}
.chosen-search {
    display: none;
}
.chosen-results {
    width: 370px;
    background: #F0F0F0;
    box-shadow: 0px 2px 4px rgba(51, 47, 78, 0.15);
    border-radius: 0px 0px 14px 14px;
}
.form__group {
    position: relative;
    padding: 15px 0 0 5%;
    width: 85%;
}
.signup_start_btn {
    background-color: #E36F2C;
    border: 1px solid #E36F2C;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    line-height: 5px;
    letter-spacing: 0.67px;
    padding: 18px 0px 20px 0px;
    margin-left: 0;
    width: 180px;
    height: 50px;
    font-family: poppins;
}
.signup_start_btn:hover {
    color: white;
}
.signup_start_btn img {
    width: 7px;
    margin-left: 12px;
}
.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1.0px solid #D8D7E6;
    outline: 0;
    font-size: 1.3rem;
    color: black;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}
.form__field::placeholder {
    color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
    font-size: 1.3rem;
    cursor: text;
    top: 20px;
}
.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #8A8BB3;
}
.form__field:focus {
    padding-bottom: 6px;
    border-image-slice: 1;
}
.form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #8A8BB3;
}
.signup-data.is-invalid {
    border-color: #e3342f;
    padding-right: calc(1.6em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' width= '12' height= '12' fill= 'none' stroke= '%23e3342f' viewBox= '0 0 12 12' %3e%3ccircle cx= '6' cy= '6' r= '4.5' /%3e%3cpath stroke-linejoin= 'round' d= 'M5.8 3.6h.4L6 6.5z' /%3e%3ccircle cx= '6' cy= '8.2' r= '.6' fill= '%23e3342f' stroke= 'none' /%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.1875rem) center;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .is-invalid .invalid-feedback {
    display: block;
}
.invalid-feedback {
    
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #e3342f;
}
.swal-icon--success__ring {
    border: 4px solid rgb(227, 111, 44);
}
.swal-icon--success__line {
    background-color: #E36F2C;
}
.swal-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #19191B;
    margin-bottom: 10px;
}
.swal-footer {
    display: flex;
    align-items: center;
    column-gap: 40px;
    justify-content: center;
}
.swal-modal {
    padding: 10px 10px 24px 10px;
}
.swal-button--cancel {
    border: 1px solid #E56F2D;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background-color: white !important;
    text-align: center;
    color: #E56F2D;
}
.swal-button--confirm {
    background: #40408C;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    
    text-align: center;
    color: #FFFFFF;
}
.form__field:required, .form__field:invalid {
    box-shadow: none;
}
.images {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px 3px 3px 3px;
    overflow: hidden;
    box-shadow: 0 20px 15px -15px rgba(0, 0, 0, 0.5);
}
.images img,
.images .loader,
.images .no-selection {
    display: none;
    letter-spacing: 0.15em;
    font-weight: bold;
}
.images[data-selected=""]:not(.loading) {
    background: #eee;
}
.images[data-selected=""]:not(.loading) .no-selection {
    display: block;
}
.images.loading {
    background: #eee;
}
.images.loading .loader {
    display: block;
    -webkit-animation: loading 1.5s linear;
    animation: loading 1.5s linear;
}
.images[data-selected="1"] img[data-image="1"] {
    display: block;
}
.images[data-selected="2"] img[data-image="2"] {
    display: block;
}
.images[data-selected="3"] img[data-image="3"] {
    display: block;
}
.images[data-selected="4"] img[data-image="4"] {
    display: block;
}
.images[data-selected="5"] img[data-image="5"] {
    display: block;
}
@-webkit-keyframes loading {
    to {
        letter-spacing: 0.25em;
    }
}
@keyframes loading {
    to {
        letter-spacing: 0.25em;
    }
}
.locality {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
}
@keyframes loading {
    to {
        letter-spacing: .25em;
    }
}
input[type=radio]::before {
    position: absolute;
    border-radius: 50%;
    background-color: #eee;
    left: -27px;
    top: -1px;
    width: 30px;
    height: 30px;
    transition: all 0.4s;
}
.security_page {
    position: relative;
    top: 0;
    width: 100%;
    padding-bottom: 100px;
    background: radial-gradient(100% 100% at 50% 0%, #504A93 0%, #413E65 100%);
    background: radial-gradient(100% 100% at 50% 0%, #C7591A 0%, #252550 100%);
}
.security_title {
    font-weight: 400;
    font-size: 80px;
    line-height: 84px;
    
    letter-spacing: -2.50105px;
    color: #FFFFFF;
}
.security_sub_text {
    font-size: 21px;
    line-height: 39px;
    
    letter-spacing: -0.656526px;
    color: #FFFFFF;
    font-weight: 300;
}
.security_img {
    width: 90%;
    height: auto;
    float: right;
}
.security_features {
    padding-top: 70px;
}
.security_card {
    background: none;
    box-shadow: none;
    padding-bottom: 30px;
}
.security_card_header {
    background: none;
    border: none;
}
.security_card_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    
    letter-spacing: -0.750316px;
    color: #19191B;
}
.security_card_body {
    font-size: 16px;
    line-height: 28px;
    
    letter-spacing: -0.500211px;
    color: #696871;
}
.data_security {
    background: #F7F7FB;
}
.data_security_title {
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    
    letter-spacing: -1.87579px;
    color: #19191B;
}
.data_security_sub_text {
    font-size: 21px;
    line-height: 39px;
    
    letter-spacing: -0.656526px;
    color: #696871;
}
.data_security_pointers {
    margin-bottom: 20px;
    display: flex;
    align-items: start;
}
.money_security_title {
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    
    letter-spacing: -1.87579px;
    color: #19191B;
}
.money_security_sub_text {
    font-size: 21px;
    line-height: 39px;
    
    letter-spacing: -0.656526px;
    color: #696871;
}
.money_security_pointer_title {
    font-weight: 500;
    font-size: 21px;
    line-height: 31px;
    
    padding-left: 20px;
    letter-spacing: -0.656526px;
    color: #19191B;
}
.money_security_pointer_text {
    font-size: 16px;
    line-height: 28px;
    display: flow-root;
    padding-left: 20px;
    letter-spacing: -0.500211px;
    color: #696871;
}
.faq_security {
    background: #333370;
}
.security_testimonials {
    padding-bottom: 80px;
}
.faq_security_title {
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    
    text-align: center;
    letter-spacing: -1.87579px;
    color: #FFFFFF;
}
.faq_security_title_container {
    margin: auto;
    padding-bottom: 100px;
    padding-top: 100px;
    text-align: center;
}
.faq_security_pointer_container {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-auto-rows: auto;
    grid-gap: 4rem;
}
.faq_security_pointer_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    
    letter-spacing: -0.750316px;
    color: #FFFFFF;
}
.faq_security_pointer_text {
    font-size: 16px;
    line-height: 28px;
    
    letter-spacing: -0.500211px;
    color: #FFFFFF;
    font-weight: 200;
}
.oval_4_image {
    position: absolute;
    right: 0;
}
.schedule_demo_text {
    font-size: 21px;
    line-height: 39px;
    
    text-align: center;
    letter-spacing: -0.656526px;
    color: #FFFFFF;
}
.shedule_demo_container {
    margin: auto;
    padding-bottom: 50px;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.security_download-tende_container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.oval_7_image {
    position: absolute;
}
.petty_cash_container {
    padding-top: 100px;
    padding-bottom: 80px;
}
.petty_cash_landing_page {
    position: relative;
    top: 0;
    
}
.petty_cash_title {
    
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 96px;
    
    letter-spacing: -2.50105px;
    color: #19191B;
}
.petty_cash_title .orange-title {
    color: #E36F2C;
}
.petty_cash_text {
    font-size: 21px;
    line-height: 39px;
    
    letter-spacing: -0.656526px;
    color: #696871;
}
.petty_cash_our_services {
    display: flex;
    align-items: center;
    margin-top: 80px;
    flex-direction: column;
    margin: auto;
    margin-bottom: 80px;
}
.petty_cash_our_services p {
    font-weight: bold;
    font-size: 80px;
    line-height: 84px;
    
    text-align: center;
    letter-spacing: -2.50105px;
    color: #19191B;
}
.petty_cash_our_services span {
    font-size: 21px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.656526px;
    color: #696871;
}
.our_services_container {
    background: #F7F7FB;
}
.our_services_pointers_container {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    grid-auto-rows: auto;
    grid-gap: 5rem;
    margin-bottom: 100px;
}
.our_services_pointers p {
    font-family: Open Sans, Serif, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    
    letter-spacing: -0.750316px;
    color: #19191B;
}
.our_services_pointers span {
    font-family: Open Sans, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    
    letter-spacing: -0.500211px;
    color: #696871;
}
.intouch_details {
    display: flex;
    flex-flow: column;
    margin-bottom: 30px;
}
.intouch_details_container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 80px;
}
.intouch_details p {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    
    letter-spacing: -0.750316px;
    color: #19191B;
}
.intouch_details span, .intouch_details a {
    font-size: 21px;
    line-height: 39px;
    
    letter-spacing: -0.656526px;
    color: #696871 !important;
}
.email {
    margin-left: 0 !important;
}
.form_container label {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    
    color: #000000;
}
.form_container input {
    border: 1.5px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 20px;
}
input::placeholder {
    font-size: 16px;
    line-height: 24px;
    
    display: flex;
    align-items: center;
    
    color: #999999;
}
.panel-title {
    padding: 14px 10px 0 0;
    font-size: 18px;
    color: #252550;
    font-weight: 360;
}
.panel-body {
    margin-left: 0px;
    color: #31373a;
    font-family: Gilroy-Regular, sans-serif;
    font-size: 15px;
    font-weight: 340;
}
.textarea {
    padding-left: 40px;
}
.panel-default {
    
    box-shadow: 0px 20px 40px #03004d0a !important;
    border-radius: 12px !important;
}
.accordion {
    row-gap: 20px;
    padding-top: 50px;
    display: grid;
    
    margin-bottom: 150px;
}
.banner {
    width: 100%;
    padding-top: 200px;
    
}
.banner_title {
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: 52px;
    line-height: 0px;
}
.panel-title-a {
    color: #000000 !important;
    font-size: 20px;
    font-family: Gilroy-Bold, sans-serif;
    letter-spacing: 0.2px;
}
.v-2-container {
    position: relative;
    top: -141px;
}
.v-3-container {
    position: relative;
    top: -60px;
}
.v-3-subcontainer {
    row-gap: 40px;
    display: grid;
}
.v-3-subcontainer1 {
    justify-content: space-around;
    row-gap: 100px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}
#accordion .panel-title i.rotate_icon {
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}
.rotate_icon {
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.terms_container {
    padding-top: 70px;
}
#termsSidenav {
    display: inherit;
}
.terms_container iframe {
    height: 800px;
    width: 100%;
    padding: 30px;
}
.sidenav {
    padding-top: 70px;
}
.sidenav-content {
    position: sticky;
    top: 0px;
    overflow-y: auto;
    height: 100vh;
    transition: 0.5s;
}
.menu {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 40px #03004d0a;
    border-radius: 12px;
    padding: 30px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #252550;
    color: #e36f2c;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}
.content-section {
    padding-top: 70px;
}
.terms_title {
    margin-bottom: 50px;
}
.terms_title p {
    color: #03004D !important;
    font-size: 24px !important;
    font-weight: 400;
}
.terms_title h1 {
    color: #000000 !important;
    font-size: 40px !important;
}
.terms_sections {
    margin-bottom: 40px;
}
.terms_sections h4 {
    font-size: 22px !important;
    font-weight: 550 !important;
}
.terms_sections h5 {
    font-size: 20px !important;
    color: #46286B;
    font-weight: 550;
}
.content-section h4 {
    font-size: 16px;
    color: #46286B;
    font-weight: 400;
}
.content-section p {
    font-size: 15px;
    color: #46286B;
    font-weight: 400;
}
.sidenav a:hover {
    color: #46286B;
}
.sidenav a {
    padding: 14px 0px 0px 0px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: black;
    display: block;
    transition: 0.3s;
}
.modal-content {
    background: #FFFFFF;
    border-radius: 24px;
}
.address_title a {
    color: white !important;
}
.after {
    transform: rotate(90deg);
}
.dropdown-toggle:after {
    transition: 0.7s;
}
.erp_p {
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: -0.656526px;
    color: #19191B;
}
.erp_span {
    font-weight: 240;
    font-size: 18px;
    line-height: 39px;
    
    letter-spacing: -0.656526px;
    color: #19191B;
}
.erp_partners {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
}
.erp_pointers {
    margin-top: 30px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 0px;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        z-index: 99;
        display: none;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }
    .nav-menu.active {
        left: 0;
        display: block;
        justify-content: space-between;
        text-align: left;
        position: absolute;
        
        top: 80px;
        background-color: white;
        transition: 0.5s;
    }
    .nav-left {
        display: flex;
        padding-right: 60px;
        align-items: normal;
        flex-flow: column;
    }
    .nav-menu.active li {
        border-bottom: 0.5px solid #D8D7E6;
    }
    .nav-item {
        margin: 1.0rem 0;
    }
    .nav-item.sign-in-btn {
        margin-left: 0px;
    }
    .nav-menu.active li:last-child {
        border-bottom: none;
    }
    .hamburger {
        display: block;
        cursor: pointer;
        
        
        
    }
    .hamburger.active {
        
        z-index: 990;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .ham {
        display: block;
        cursor: pointer;
        
        
        
    }
    .ham.active {
        
        z-index: 990;
    }
    .ham.active .bar:nth-child(2) {
        opacity: 0;
    }
    .ham.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .ham.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .navbar .dropdown-menu {
        position: relative !important;
        transition: all 0.5s;
    }
    .dropdown-container {
        position: relative;
    }
    .dropdown-menu.show li {
        border-bottom: none !important;
    }
    .dropdown-menu.show {
        border: none;
        padding-left: 10px;
        box-shadow: none;
        transition: all 0.5s;
    }
    .signup-desc {
        position: relative;
        display: none;
    }
    .p1 {
        font-weight: 500;
        font-size: 24px;
        line-height: 40px;
        color: #252550;
        margin-bottom: 0rem;
    }
    .textarea_signup {
        height: 120px;
    }
    .petty_cash_text {
        font-size: 19px;
    }
    .solutions_container {
        padding-top: 100px;
    }
    #termsSidenav {
        display: none;
    }
    .terms_title h1 {
        color: #000000 !important;
        font-size: 24px !important;
    }
    .starting_tag {
        font-size: 48px;
        line-height: 80px;
    }
    .following_tag {
        font-size: 20px;
        line-height: 36px;
    }
    .home_main_row_padding {
        padding: 20px 20px 20px 20px;
        margin-top: -150px;
    }
    .footer_link {
        margin-left: -50px;
    }
}
.money_services_container {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    padding-left: 20px;
}
.money_services_pointers {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #696871;
    font-size: 13px;
}
.digitize_biz_cont {
    padding: 60px;
}
@media (max-width: 1366px) {
    .nav-item.sign-in-btn {
        margin-left: 200px;
    }
    .track-spending-div {
        padding-top: 200px;
    }
}
@media (max-width: 576px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 0px;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        z-index: 99;
        display: none;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }
    main {
        height: 100vh;
        overflow-y: scroll;
    }
    .nav-menu.active {
        left: 0;
        justify-content: space-between;
        text-align: left;
        
        top: 80px;
        background-color: white;
        transition: 0.5s;
        overflow: scroll;
        overscroll-behavior: contain;
        height: 80vh !important;
        min-height: 80vh !important;
    }
    .nav-left {
        display: flex;
        padding-right: 60px;
        align-items: normal;
        flex-flow: column;
    }
    .nav-menu.active li {
        border-bottom: 0.5px solid #D8D7E6;
    }
    .nav-link {
        padding-left: 0 !important;
    }
    .nav-item {
        margin: 1.0rem 0;
    }
    .nav-item.sign-in-btn {
        margin-left: 0px;
    }
    .nav-menu.active li:last-child {
        border-bottom: none;
    }
    .navbar .dropdown-menu {
        position: relative !important;
        transition: all 0.5s;
    }
    .dropdown-menu ul li {
        margin-left: 20px;
        border-bottom: none;
        transition: all 0.5s;
    }
    .dropdown-menu.show {
        box-shadow: none;
        transition: all 0.5s;
    }
    .logo-card-container {
        display: none;
    }
    .slick-slide {
        width: 55px;
    }
    .landing_page .landing-page-banner {
        height: unset;
    }
    .track-spending-div {
        padding-top: unset;
    }
    .hamburger {
        display: block;
        cursor: pointer;
        z-index: 990;
        
        
        
    }
    .hamburger.active {
        
        z-index: 990;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .ham {
        display: block;
        cursor: pointer;
        
        
        
    }
    .ham.active {
        
        z-index: 990;
    }
    .ham.active .bar:nth-child(2) {
        opacity: 0;
    }
    .ham.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .ham.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .security-link {
        color: #252550 !important;
    }
    .home_main_row_padding {
        padding: 20px 20px 20px 20px;
    }
    .starting_tag {
        font-size: 44px;
        line-height: 64px;
    }
    .following_tag {
        font-size: 18px;
        line-height: 30px;
    }
    .phone_image, .oval_7_image, .oval_image, .oval_image_9, .oval_image_11, .oval_image_10 {
        display: none;
    }
    .header_all {
        position: fixed;
        width: 100%;
        
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(37, 37, 80, 0) 100%);
        z-index: 50;
        height: 80px;
    }
    .landing_page {
        margin-top: 0px;
        padding-top: 100px;
        
    }
    .btn-get-started {
        font-size: 21px;
        padding: 14px;
        line-height: 29.5px;
    }
    .btn-get-started1 {
        font-size: 19px;
    }
    .text-get-started1 {
        color: #fffff;
    }
    .cards {
        grid-template-columns: repeat(1, 2fr);
    }
    .cards_text {
        margin-top: 20px;
        padding: 50px;
    }
    .btn-contact-sales {
        font-size: 21px;
        padding: 10px;
    }
    .feature_container {
        display: block;
    }
    .features_tag_line {
        font-weight: 400;
        font-size: 24px;
        line-height: 40px;
        letter-spacing: -0.656526px;
    }
    .row_mobile {
        flex-direction: column-reverse;
    }
    .img_360 {
        padding-top: 20px;
        width: 100%;
    }
    .everything_card {
        width: auto;
    }
    .img_everything_you_need {
        width: 100%;
        margin-bottom: 40px;
    }
    .page_title, .money_security_title, .petty_cash_title, .petty_cash_our_services p, .security_title, .faq_security_title {
        font-size: 28px;
        line-height: 48px;
    }
    .tag_360 {
        font-size: 18px;
    }
    .why_tende_payment_container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
    }
    .tende_ratings {
        display: grid;
        row-gap: 100px;
    }
    .shape_img {
        margin-top: 30px
    }
    .testimonial_footer {
        margin-bottom: 20px
    }
    .testimonial_sub_text, .petty_cash_our_services span, .security_sub_text, .schedule_demo_text {
        font-size: 19px;
    }
    .download_tende_text_container {
        margin-top: 50px;
    }
    .oval_3_image, .controls-top {
        display: none;
    }
    .address_title {
        margin-left: 15px;
    }
    .address_title a {
        color: white !important;
    }
    .testimonials_title {
        margin-top: 30px;
    }
    .faq_security {
        position: relative;
        top: 2px;
    }
    .sqreen_cont {
        justify-content: flex-start !important;
    }
    .faq_security_pointer_container {
        display: block;
    }
    .frequently_asked_q_container {
        margin-bottom: 30px;
    }
    .solutions_container {
        padding-bottom: 0;
    }
    .solutions_img_container {
        margin-top: 20px;
    }
    .petty_cash_landing_page {
        background: linear-gradient(147.31deg, rgba(141, 141, 236, 0.167177) 45.74%, rgba(84, 84, 212, 0.0001) 86.05%);
    }
    .petty_cash_container {
        padding-bottom: 0px;
    }
    .digitize_biz_cont {
        padding: 20px;
    }
    .terms_container {
        padding-top: 0px;
    }
    .our_services_pointers_container {
        display: block;
    }
    .our_services_pointers {
        margin-bottom: 20px;
    }
    .testimonial_container {
        margin-top: 30px;
    }
    .footer_link p {
        margin: 30px 0 0px 0;
    }
    .why_tende_cards {
        display: block;
    }
    .footer_section {
        top: 3px;
    }
    .row_terms {
        justify-content: space-between;
        flex-direction: column;
    }
    .tende_features {
        position: relative;
        top: -1px;
    }
    .intouch_details_container {
        display: flex;
        flex-flow: column;
        justify-content: center;
        margin-top: 30px;
        align-items: baseline;
        padding-left: 23px;
        row-gap: 40px;
    }
    .pricing_banner {
        position: inherit;
        line-height: 60px;
        font-size: 35px;
        top: 0;
        padding: 30px;
    }
    .pricing-container {
        padding-left: 0;
        padding-right: 0;
    }
    .download-tende_container {
        padding-top: 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .download_link {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        row-gap: 30px;
    }
    .testimonial {
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .svg1 {
        display: none
    }
    .v-2-container {
        position: relative;
        top: 0px;
        padding-top: 100px;
    }
    .v-3-container {
        position: relative;
        padding-top: 30px;
        top: 0;
    }
    .v-3-subcontainer1 {
        justify-content: space-around;
        row-gap: 0px;
        border-top: 1px solid #979797;
        padding-top: 20px;
    }
    .security_partner_img {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .pricing_section_above {
        grid-gap: 7.2rem;
        grid-template-columns: repeat(2, 2fr);
    }
    .partners {
        margin: 60px;
    }
    .footer_mobile {
        margin-top: 70px;
    }
    .footer_smalldevice {
        margin-left: 40px;
    }
    .row_footer_mobile {
        flex-flow: row;
    }
    .view_360 {
        margin-top: 70px;
        margin-bottom: 40px;
    }
    .security_img_cont {
        display: flex;
        justify-content: center;
    }
    .actions {
        position: relative;
        left: 0;
        float: right;
        overflow: hidden;
        width: 115%;
        bottom: 0;
        padding: 10px;
    }
    .signup-desc-content img {
        width: 100%;
    }
    .html_signup {
        overflow-y: auto;
    }
    .signup_fill, .signup_fill5 {
        padding: 35px 35px 25px 35px;
    }
    .signup_fill5 {
        display: flex;
        row-gap: 25px;
        padding-top: 40px;
        padding-bottom: 40px;
        flex-direction: column;
    }
    .form-header p {
        margin-bottom: 0;
    }
    .form__field {
        font-size: 1rem;
        border-bottom: 0.8px solid #D8D7E6;
    }
    .signup_start_btn {
        font-size: 16px;
        padding: 18px 0px 20px 0px;
        width: 130px;
    }
    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
        height: 25px;
        width: 25px;
        transition: all 0.4s;
        background-color: #E36F2C;
    }
    .label1 {
        font-size: 30px;
    }
    .chosen-wrapper--style2 .chosen-container .chosen-single {
        width: 300px;
    }
    .chosen-results {
        width: 300px;
    }
    .chosen-wrapper--style2 .chosen-container.chosen-with-drop .chosen-single {
        width: 300px;
    }
    .chosen-wrapper--style2 .chosen-container.chosen-with-drop .chosen-drop {
        width: 280px;
    }
    .form__group {
        width: 100%;
        padding: 15px 0 0;
    }
    .chosen-wrapper--style2 .chosen-container .chosen-results li {
        padding: 15px 15px 1px;
    }
    .chosen-wrapper {
        margin: 0 auto 25px 5%;
        max-width: 500px;
        position: relative;
    }
    .footer_link p {
        margin: 30px 0 0px 0;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 0px;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        z-index: 99;
        display: none;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }
    main {
        height: 100vh;
        overflow-y: scroll;
    }
    .nav-left {
        display: flex;
        padding-right: 60px;
        align-items: normal;
        flex-flow: column;
    }
    .nav-menu.active li {
        border-bottom: 0.5px solid #D8D7E6;
    }
    .nav-item {
        margin: 1.0rem 0;
    }
    .nav-item.sign-in-btn {
        margin-left: 0px;
    }
    .nav-menu.active li:last-child {
        border-bottom: none;
    }
    .nav-menu.active {
        left: 0;
        display: block;
        justify-content: space-between;
        text-align: left;
        position: absolute;
        
        top: 80px;
        background-color: white;
        transition: 0.5s;
    }
    .logo-card-container {
        margin-bottom: 0;
    }
    .landing_page .landing-page-banner {
        height: unset;
    }
    .track-spending-div {
        padding-top: unset;
    }
    .hamburger {
        display: block;
        cursor: pointer;
        z-index: 990;
        
        
        
    }
    .hamburger.active {
        
        z-index: 990;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .ham {
        display: block;
        cursor: pointer;
        
        
        
    }
    .ham.active {
        
        z-index: 990;
    }
    .ham.active .bar:nth-child(2) {
        opacity: 0;
    }
    .ham.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .ham.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .security-link {
        color: #252550 !important;
    }
    .navbar .dropdown-menu {
        position: relative !important;
        transition: all 0.5s;
    }
    .dropdown-container {
        position: relative;
    }
    .dropdown-menu ul li {
        margin-left: 20px;
        border-bottom: none;
        transition: all 0.5s;
    }
    .dropdown-menu.show {
        box-shadow: none;
        transition: all 0.5s;
    }
    .pricing_banner {
        position: inherit;
        line-height: 60px;
        font-size: 40px;
    }
    .download-tende_container {
        padding-top: 20px;
    }
    .svg1 {
        display: none
    }
    .pricing_card {
        padding: 0px;
    }
    .v-2-container {
        position: relative;
        top: 0px;
    }
    .v-3-container {
        position: relative;
        padding-top: 30px;
        top: 0
    }
    .v-3-subcontainer1 {
        justify-content: space-around;
        row-gap: 0px;
        border-top: 1px solid #979797;
        padding-top: 20px;
    }
    .pricing_section_above {
        grid-gap: 7.2rem;
        grid-template-columns: repeat(2, 2fr);
    }
    .html_signup {
        overflow-y: auto;
    }
}
@media (min-width: 768px) and (max-width: 900px) {
    .feature_container {
        display: block;
    }
    .page_title, .money_security_title, .petty_cash_title, .petty_cash_our_services p, .security_title, .faq_security_title {
        font-size: 41px;
    }
    .testimonial_sub_text, .petty_cash_our_services span, .security_sub_text, .schedule_demo_text {
        font-size: 19px;
    }
    .img_360 {
        padding-top: 20px;
        width: 100%;
    }
    .img_everything_you_need {
        padding-top: 80px;
        width: 100%;
    }
    .why_tende_cards {
        grid-template-columns: repeat(2, 3fr);
    }
    .why_tende_payment_container {
        column-gap: 40px;
    }
    .testimonial_container {
        margin-top: 30px;
    }
    .pricing_container {
        top: 108px;
    }
    .prices_title {
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
    .pricing_card_body {
        margin-left: 30px;
    }
    .pricing_text {
        font-size: 17px;
    }
    .tende_features {
        position: relative;
        top: 1px;
    }
    .footer_section {
        top: 2px;
    }
    .our_services_pointers_container {
        grid-template-columns: repeat(2, 3fr);
    }
    .pricing_amount {
        font-size: 28px;
    }
    .sqreen_cont {
        justify-content: flex-start !important;
    }
    .cards_text {
        margin-top: 20px;
    }
    .data_security_img {
    }
    .faq_security {
        position: relative;
        top: 1px;
    }
    .btn-get-started {
        font-size: 19px;
    }
    .btn-contact-sales {
        font-size: 19px;
    }
    .img_solutions {
        width: auto;
    }
    .pricing_banner {
        position: inherit;
        font-size: 40px;
        line-height: 60px;
        top: 0;
        padding: 22px;
    }
    .pricing-container {
        padding-right: 0;
        padding-left: 0;
    }
    .download-tende_container {
        padding-top: 20px;
    }
    .oval_image_9, .oval_image_11, .oval_image_10, .oval_image {
        display: none;
    }
    .pricing_card {
        padding: 0px;
    }
    .landing_page {
        margin-top: 0px;
        padding-top: 140px;
    }
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 0px;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        z-index: 99;
        display: none;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }
    .nav-menu.active {
        left: 0;
        display: block;
        justify-content: space-between;
        text-align: left;
        position: absolute;
        
        top: 80px;
        background-color: white;
        transition: 0.5s;
    }
    .nav-left {
        display: flex;
        padding-right: 60px;
        align-items: normal;
        flex-flow: column;
    }
    .nav-menu.active li {
        border-bottom: 0.5px solid #D8D7E6;
    }
    .nav-item {
        margin: 1.0rem 0;
    }
    .nav-item.sign-in-btn {
        margin-left: 0px;
    }
    .nav-menu.active li:last-child {
        border-bottom: none;
    }
    .hamburger {
        display: block;
        cursor: pointer;
        
        
        
    }
    .hamburger.active {
        
        z-index: 990;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .ham {
        display: block;
        cursor: pointer;
        
        
        
    }
    .ham.active {
        
        z-index: 990;
    }
    .ham.active .bar:nth-child(2) {
        opacity: 0;
    }
    .ham.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .ham.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .navbar .dropdown-menu {
        position: relative !important;
        transition: all 0.5s;
    }
    .dropdown-container {
        position: relative;
    }
    .dropdown-menu.show li {
        border-bottom: none !important;
    }
    .dropdown-menu.show {
        border: none;
        padding-left: 10px;
        box-shadow: none;
        transition: all 0.5s;
    }
    .header_all {
        position: fixed;
        width: 100%;
        background: linear-gradient(147.31deg, rgba(141, 141, 236, 0.167177) 45.74%, rgba(84, 84, 212, 0.0001) 86.05%);
        z-index: 50;
        height: 100px;
    }
    .html_signup {
        overflow-y: auto;
    }
    .signup-desc-content img {
        width: 102%;
    }
    .actions {
        position: relative;
        overflow: hidden;
        width: 102%;
        bottom: 0px;
        right: 20px;
        padding: 10px;
    }
    .signup_fill {
        display: flex;
        row-gap: 45px;
        padding-top: 45px;
        flex-direction: column;
        padding-right: 70px;
        padding-left: 70px;
    }
    .signup_fill5 {
        display: flex;
        row-gap: 25px;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 70px;
        padding-left: 70px;
        flex-direction: column;
    }
    .chosen-wrapper--style2 .chosen-container .chosen-results li {
        padding: 15px 15px 1px;
    }
}
@media (min-width: 910px) and (max-width: 1000px) {
    .feature_container {
        display: block;
    }
    .page_title, .money_security_title, .petty_cash_title, .petty_cash_our_services p, .security_title, .faq_security_title {
        font-size: 41px;
    }
    .testimonial_sub_text, .petty_cash_our_services span, .security_sub_text, .schedule_demo_text {
        font-size: 19px;
    }
    .img_360 {
        padding-top: 20px;
        width: 100%;
    }
    .nav-item.sign-in-btn {
        margin-left: 0px;
    }
    .img_everything_you_need {
        padding-top: 80px;
        width: 100%;
    }
    .why_tende_cards {
        grid-template-columns: repeat(2, 3fr);
    }
    .why_tende_payment_container {
        column-gap: 40px;
    }
    .testimonial_container {
        margin-top: 30px;
    }
    .pricing_container {
        top: 108px;
    }
    .prices_title {
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
    .pricing_card_body {
        margin-left: 30px;
    }
    .pricing_text {
        font-size: 17px;
    }
    .tende_features {
        position: relative;
        top: 1px;
    }
    .footer_section {
        top: 2px;
    }
    .our_services_pointers_container {
        grid-template-columns: repeat(2, 3fr);
    }
    .pricing_amount {
        font-size: 28px;
    }
    .sqreen_cont {
        justify-content: flex-start !important;
    }
    .data_security_img {
    }
    .cards_text {
        margin-top: 20px;
    }
    .faq_security {
        position: relative;
        top: 1px;
    }
    .btn-get-started {
        font-size: 19px;
        padding: 8px !important;
    }
    .btn-contact-sales {
        font-size: 19px;
        padding: 8px !important;
    }
    .img_solutions {
        width: auto;
    }
    .pricing_banner {
        position: inherit;
        font-size: 40px;
        line-height: 60px;
        top: 0;
        padding: 22px;
    }
    .pricing-container {
        padding-right: 0;
        padding-left: 0;
    }
    .download-tende_container {
        padding-top: 20px;
    }
    .oval_image_9, .oval_image_11, .oval_image_10 {
        display: none;
    }
    .pricing_card {
        padding: 0px;
    }
}
@media screen and (max-width: 1024px) {
    .img_everything_you_need {
        width: 100%;
    }
    .why_tende_cards {
        grid-template-columns: repeat(2, 3fr);
    }
    .pricing_card_body {
        margin-left: 0px;
    }
    .pricing_text {
        font-size: 17px;
    }
    .pricing_starter {
        font-size: 32px;
    }
    .pricing_card {
        padding: 10px;
    }
    .v-2-container {
        position: relative;
        top: 0px;
    }
    .v-3-container {
        position: relative;
        padding-top: 30px;
        top: 0px;
    }
    .partners {
        padding-top: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .pricing_section_above {
        grid-gap: 8.7rem;
        grid-template-columns: repeat(2, 2fr);
    }
    .partners {
        padding-top: 20px;
    }
}
@media (min-width: 576px) {
    .js-scroll {
        opacity: 0;
        transition: opacity 500ms;
    }
    .js-scroll.scrolled {
        opacity: 1;
    }
    .scrolled.fade-in {
        animation: fade-in 1.4s ease-in-out both;
    }
    .scrolled.fade-in-bottom {
        animation: fade-in-bottom 1s ease-in-out both;
    }
    .scrolled.slide-left {
        animation: slide-in-left 1s ease-in-out both;
    }
    .scrolled.slide-right {
        animation: slide-in-right 1s ease-in-out both;
    }
    @keyframes slide-in-left {
        0% {
            -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
    }
    @keyframes slide-in-right {
        0% {
            -webkit-transform: translateX(100px);
            transform: translateX(100px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
    }
    @keyframes fade-in-bottom {
        0% {
            -webkit-transform: translateY(50px);
            transform: translateY(50px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }
    @keyframes fade-in {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-webkit-keyframes slide-down {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-100%);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }
    @-moz-keyframes slide-down {
        0% {
            opacity: 0;
            -moz-transform: translateY(-100%);
        }
        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }
    @-webkit-keyframes slide-up {
        0% {
            -webkit-transform: translateY(100%);
        }
        100% {
            -webkit-transform: translateY(0);
        }
    }
    .reveal {
        position: relative;
        opacity: 0;
    }
    .reveal.active {
        opacity: 1;
    }
    .active.fade-bottom {
        animation: fade-bottom 1s ease-in;
    }
    .active.fade-left {
        animation: fade-left 1s ease-in;
    }
    .active.fade-right {
        animation: fade-right 1s ease-in;
    }
    @keyframes fade-bottom {
        0% {
            transform: translateY(50px);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    @keyframes fade-left {
        0% {
            transform: translateX(-100px);
            opacity: 0;
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }
    @keyframes fade-right {
        0% {
            transform: translateX(100px);
            opacity: 0;
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }
}
.nav-active {
    color: #E36F2C;
}
.nav-active1 {
    color: #252550 !important;
}
.modal_body, .modal_header, .modal_footer {
    border-bottom: none;
    border-top: none;
    text-align: center;
    justify-content: center;
}
.sidenav-content::-webkit-scrollbar {
    width: 5px;
}
.sidenav-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.sidenav-content::-webkit-scrollbar-thumb {
    background: #888;
}
.sidenav-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}
@media (min-width: 768px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}
@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}
@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}
.navbar .dropdown-menu a {
    padding: 0px !important;
    font-size: 0.4rem !important;
    font-weight: 300;
}
.navbar .dropdown-menu li {
    margin-bottom: 25px;
}
.btn {
    text-transform: none !important;
}
.cc-rockmenu {
    color: fff;
    text-align: center;
}
.cc-rockmenu .rolling {
    display: block;
    cursor: pointer;
    width: 52px;
    height: 51px;
    position: fixed;
    text-align: center;
    bottom: 20px;
    overflow: hidden;
    z-index: 5000;
    
    right: 20px;
    border-radius: 6px;
    transition: all 0.3s ease-out;
}
.cc-rockmenu .rolling:hover {
    width: 230px;
}
.cc-rockmenu .rolling .rolling_icon {
    float: right;
    z-index: 9;
    display: inline-block;
    width: 54px;
    height: 55px;
    border-radius: 26px;
    box-sizing: border-box;
}
.cc-rockmenu .rolling .rolling_icon:hover .rolling {
    width: 230px;
}
.rolling:hover .call_text {
    background-color: white;
    
    width: 100%;
    height: 35px;
    border-radius: 6px 0px 0px 6px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
}
.cc-rockmenu .rolling i.fa {
    font-size: 24px;
    padding: 15px;
}
.cc-rockmenu .rolling a {
    display: block;
    padding: 5px;
    font-weight: bold;
    margin-top: 8px;
    width: 154px;
    height: 35px;
    text-align: -webkit-center;
    color: #252550;
}
.cc-rockmenu .rolling li {
    display: inline-block;
    list-style: outside none none;
}
.cc-rockmenu .rolling li a {
    color: #6a5502;
    padding-right: 5px;
    text-decoration: none;
}
.cc-rockmenu .rolling li a:hover {
    color: #fff;
}
.cc-rockmenu .rolling li a:before {
    content: "\00bb";
}
.cc-rockmenu .rolling p {
    margin: 0;
}
.effect {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    
    font-family: "Poppins", sans-serif;
    
    font-size: 21px;
    border-radius: 6px;
    overflow: hidden;
}
.effect.effect-1 {
    transition: all 0.2s linear 0s;
}
.effect.effect-1:before {
    content: "\279C";
    font-family: Poppins, sans-serif;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 40px;
    transition: all 0.2s linear 0s;
}
.effect.effect-1:hover {
    text-indent: -20px;
}
.effect.effect-1:hover:before {
    opacity: 1;
    text-indent: 0px;
}
.plus-icon {
    float: right;
    margin-top: 0.2%;
}
.contact_us {
    margin: 30px 0;
    font-size: 1rem;
}
.contact_us:hover {
    color: #FFFFFF;
    cursor: pointer;
}
@media (min-height: 750px) and (max-width: 576px) {
    .starting_tag {
        font-size: 48px;
        line-height: 80px;
    }
    .following_tag {
        font-size: 20px;
        line-height: 36px;
    }
    .home_main_row_padding {
        padding: 40px 20px 20px 30px;
    }
}
.table {
    text-align: center;
    border: none;
    margin-top: 5%;
    margin-bottom: 10%;
}
table.table thead th {
    
    border: 1px solid #B9B9B9;
    background-color: #0000000F;
}
.table th {
    
    border: 1px solid #B9B9B9;
    background-color: #0000000F;
}
.table td {
    border: 1px solid #B9B9B9;
}
.table .blue0 {
    border: none;
}
.table .blue1 {
    background-color: #304FD9;
    border: 1px solid #304FD9;
}
.table .blue2 {
    background-color: #2A45BF;
    border: 1px solid #2A45BF;
}
.table .blue3 {
    background-color: #243CA5;
    border: 1px solid #243CA5;
}
.table .blue4 {
    background-color: #1A2D7E;
    border: 1px solid #1A2D7E;
}
.table1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.table2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.tariff-heading {
    color: #00000000;
}
.tariff-price {
    background-color: #E56F2D;
}
.td-head {
    font-weight: 500;
}
.th-head {
    font-weight: 800;
}
.additional-tariff {
    margin-top: 7%;
}
.airtime-tariff {
    border: 1px solid #304FD9;
    border-top: 2px solid #304FD9;
    padding: 40px 20px;
    border-radius: 8px;
}
.airtime-tariff h6 {
    font-weight: 500;
}
.airtime-tariff h4 {
    color: #304FD9;
    font-weight: 500;
}
.airtime-tariff ul {
}
.airtime-tariff ul li {
    margin-bottom: 0.5rem
}
.btn-get-started2 {
    padding: 0.5rem 1.5rem;
    background-color: #304FD9;
    border: 1px solid #304FD9;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    line-height: 31.5px;
    letter-spacing: 0.66px;
    font-weight: 400;
}
.check_icon {
    width: 20px;
    margin-right: 5px;
    padding: 5px;
    background-color: #F0F2FD;
    border-radius: 20px;
}
.instructions {
    list-style-type: disc;
    background-color: #fff;
    width: 100%;
    text-align: left;
    margin-top: 100px;
    margin-left: 12%;
    font-family: 'Poppins', sans-serif !important;
}
.instructions ul li {
    margin-bottom: 30px;
    list-style-type: disc;
    font-family: 'Poppins', sans-serif;
}
.last {
    margin-top: 20px;
    text-align: left;
    margin-left: 14%;
    margin-bottom: 50px;
    font-family: 'Poppins', sans-serif;
}
.your_money_subheading {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: left;
    margin-top: 10px;
    color: rgba(37, 37, 80, 1);
}
.your_payroll_subheading{
    display: flex;
    align-items: center;
    gap: 40px; 
    margin: 0 0 12px 0; 
}
.point_image_payroll{
    flex-shrink: 0; 
    width: 40px;
    height: 40px;
}
.footer_email-input {
    border-radius: 30px;
    width: 270px;
    padding: 4px 40px;
    border: 1px solid #B4B4B4;
    padding-left: 50px;
}
.footer_email-input::placeholder {
    color: #252550CC;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.02em;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.learn-more {
    display: none;
}
.cbk {
    font-size: 15px;
    line-height: 40px;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: rgba(37, 37, 80, 1);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
