html {
    scroll-behavior: smooth;
  }
body{
    background-color: #171C23;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px !important;
}

p, li, span {
    font-family: 'Open Sans', sans-serif;
}

.breadcumb-area.d-flex.api-banking {
    margin-top: 104px;
}
.section_space {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pc_auto {
    margin: 0 auto;
}
.comment_form {
    background-color: #fff;
    border-radius: var(--bs-border-radius);
}
.form-group {
    position: relative;
}
.form-group .input_title {
    display: block;
    line-height: 1;
    font-size: 18px;
    margin-bottom: 16px;
    color: #012a2b;
}
.form-group .input_title sup {
    top: -2px;
    font-size: 18px;
}

.header-button.btn-sign a {
    color: #063232;
    font-weight: 400;
}
.sticky.consalt-header-area.style_three .header-button.btn-sign a {
    color: #ffff !important;
}
.section_space .form-control {
    padding: 0 24px;
    font-size: 16px;
    box-shadow: none;
    border-radius: 5px;
    color: #012a2b;
    transition: 0.3s ease;
    border: 1px solid #dbe2e2;
    caret-color: #012a2b;
    background-color: #e4eeef;
    height: 60px;
}
.form-group:not(:last-child),
.form-control {
    margin-bottom: 15px;
}
.form-group .input_title,
.col-6.pc_auto{
    margin-top: 15px;
}
.submit-form {
    width: 100%;
    display: block;
    padding: 21px 40px;
    background: linear-gradient(45deg, #00f1b5, #d9ff43);
    color: #000;
    line-height: 1;
    font-size: 18px;
    overflow: hidden;
    transition: 300ms;
    position: relative;
    border-radius: var(--bs-border-radius-sm);
}
.submit-form:hover,
.signup-btn:hover{
    color: #fff !important;
}
.consalt-header-area {
    margin-bottom: 0;
}
.consalt-header-area.upper .header-button a,
.consalt-header-area.upper .nav-btn span i {
    color: #063232;
    font-weight: 400;
}
.consalt-header-area.upper.sticky .header-button a,
.consalt-header-area.upper.sticky .nav-btn span i {
    color: #fff;
    font-weight: 400;
}
.header-menu ul li a {
    padding: 0;
}
.consalt_btn a:before {
    position: unset;
}

section.contact_form {
    padding-top: 90px;
    padding-bottom: 90px;
}
.fourth-cards {
    margin-top: 45px;
}

div#banner-lottie img {
    width: 100%;
}

.StepProgress {
    position: relative;
    list-style: none;
}

.wrapper {
    transform: translate(0, 20%);
    margin-right: 25px;
}

.StepProgress-item {
    position: relative;
    counter-increment: list;
}

.StepProgress-item:not(:last-child) {
    padding-bottom: 20px;
}

.StepProgress-item::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px;
}

.StepProgress-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -43px;
    width: 12px;
    height: 12px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}

.StepProgress-item.is-done::before {
    border-left: 2px solid #4AD0F4;
}

.StepProgress-item.is-done::after {
    content: "✔";
    font-size: 14px; /* Adjusted font size */
    color: #fff;
    text-align: center;
    line-height: 12px; /* Ensures the checkmark is vertically centered */
    border: 2px solid #4AD0F4;
    background-color: #4AD0F4;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-point {
    color: #4AD0F4;
    opacity: 1;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}
.action-details {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #fff;
    opacity: 1;
    margin-top: 6px;
}
.StepProgress-item.current::before {
    border-left: 2px solid #4AD0F4;
}

.StepProgress-item.current::after {
    content: counter(list);
    padding-top: 1px;
    width: 19px;
    height: 18px;
    top: -4px;
    left: -40px;
    font-size: 14px;
    text-align: center;
    color: #4AD0F4;
    border: 2px solid #4AD0F4;
    background-color: white;
}

.StepProgress strong {
    display: block;
}
.brand-thumb {
    font-size: 28px;
    color: #6b7a7a;
    font-weight: 700;
    letter-spacing: 2px;
}
.sidebar-list.item li,
.testimonial-content p {
    font-size: 22px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
}
.sidebar-list.item ul li i {
    color: #fff;
}
.section_title h1 {
    line-height: 1.3;
}

h4.faq-tab {
    font-size: 28px;
    margin-bottom: 20px;
}
.slider-dots {
    top: 200%;
}
.about_list.about-bill {
    display: flex;
    gap: 30px;
}
.about_counter .counter-single-item.style_two .counter-_number span {
    font-size: 40px;
}
.about_counter .counter_title:before {
    top: 10px;
}
.about_counter .counter-single-item.style_two .counter_title {
    margin-left: 30px;
}
.about_area.style_four .about_thumb {
    margin-left: 15%;
}
.choose_list.choose_payment li {
    font-size: 24px;
    line-height: 38px;
    color: #09162f;
    font-weight: 400;
    font-style: italic;
}
.choose_list.choose_payment {
    background: unset;
    padding: 10px 8px;
}
.security {
    display: none;
}
.slide-har .box .item h4 a {
    font-size: 16px;
}

.about_shpe-four {
    bottom: 0;
}
.slide-har .box .item span.icon-img-50 {
    margin: 0 15px;
}
.consalt_header-right .header-button a {
    padding: 16px 10px;
}
.header-search-button.search-box-outer {
    padding: 0px 15px 0 0;
    display: inline-block;
}
@media (min-width: 320px) and (max-width: 479px) {
    section.brand_area {
        padding: 40px 0 60px;
    }
    section.hero_area.style_two {
        height: 450px;
    }
    section.hero_area.style_two .hero_content {
        margin-top: 0;
    }
    section.about_area.style_five .about_box {
        padding: 0 0px 0 0;
        margin-bottom: 20px;
    }
    .wrapper {
        transform: unset;
    }

    .pricing_inner {
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 767px) {
    .about_area.style_two .section_title p {
        width: 100%;
    }
    .e-commerce-nav {
        width: auto !important;
        flex-direction: column;
    }
    li.login-in-mobile,
    li.signup-in-mobile {
        display: block !important;
    }
    li.login-in-mobile {
        padding: 10px 17px;
        border: 1px solid #063232;
        border-radius: 5px;
        text-align: center;
    }
    li.login-in-mobile a {
        color: #012a2b !important;
    }

    li.signup-in-mobile {
        padding: 10px 17px;
        border: 1px solid #063232;
        background-color: #063232;
        border-radius: 5px;
        text-align: center;
    }
    .mobile-btns {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin: 20px 20px;
        width: 100%;
    }
    .mobile-btn-1,
    .mobile-btn-2 {
        width: 50%;
    }

    .wrapper.sign-up-wrapper {
        flex-direction: column;
    }
    .sign-up-section {
        transform: unset !important;
    }
    .sign-up-image {
        max-width: 100% !important;
    }
}

label.error {
    color: red;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 600;
}
.sweet-alert h2 {
    margin-bottom: 10px !important;
}

/* 3.01 - Site Header - Start
================================================== */
.site_header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    position: absolute;
    transition: transform 0.5s;
}

.site_header .site_logo .site_link {
    max-width: 122px;
}

/* .site_header .btns_group {
    gap: 10px;
    display: ruby;
} */
.btns_group {
    gap: 30px;
    display: flex;
    padding: 50px 0;
    align-items: center;
    /* justify-content: center; */
}

.site_header .btns_group > li:first-child {
    display: none;
}

.site_header .btn {
    gap: 8px;
    padding: 15px 26px;
}

.stricked-menu {
    top: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    position: fixed;
    transition: 0.5s;
    visibility: hidden;
    transform: translateY(-100%);
}

.stricked-menu.stricky-fixed {
    visibility: visible;
    transform: translateY(0%);
    background-color: #fff;
    box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}

.main_menu_list {
    gap: 35px;
}

.main_menu_list > li > a {
    z-index: 1;
    display: flex;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    align-items: center;
    color: #fff;
    font-family: "SuisseIntl Medium";
}

.main_menu_list > li.active > a {
    color: var(--bs-dark);
}

.main_menu_list > li.active > a {
    color: #d9ff43 !important;
    font-weight: bold;
}

.stricky-fixed .main_menu_list > li.active > a {
    color: #d9ff43 !important;
}

.dropdown-menu > li.active > a {
    color: #fff;
    background-color: #d9ff43;
}

.dropdown-menu > li.active > a h3 {
    color: #d9ff43;
}

.dropdown.active > a {
    color: #d9ff43 !important;
}

.main_menu_list > li:hover > a {
    color: #fff;
}

.main_menu_list > li:hover > a:after {
    transform: rotateX(-180deg);
}

.main_menu_list .dropdown > a {
    position: relative;
}

#services_submenu::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free", sans-serif;
    font-weight: 900;
    font-size: 14px;
    margin-left: 5px;
    transition: transform 0.3s ease;
    color: #023436;
}
.header_layout_1 .stricked-menu #services_submenu::after {
    color: #fff;
}
#services_submenu[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.main_menu_list .dropdown-menu .dropdown > a:after {
    margin-top: -2px;
    content: "\f105";
}

.main_menu_list .dropdown-menu {
    min-width: 240px;
}
.dropdown-menu > li > a {
    font-weight: 500;
    line-height: 20px;
    position: relative;
    border-radius: 7px;
    align-items: center;
    white-space: nowrap;
    color: var(--bs-dark);
    padding: 11px 20px 10px;
}

.main_menu_list .dropdown-menu > li > a {
    font-size: 18px;
    line-height: 22px;
}

.main_menu_list .dropdown-menu li a {
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
}
a.active {
    background: unset !important;
}

.main_menu_list .dropdown-menu li a .sub-image-wrapper {
    width: 40px;
}
.sub-head-wrapper.mb-3.text-center h3{
    font-size: 22px;
}
.main_menu_list .dropdown-menu li a .sub-head-wrapper {
    display: flex;
    flex-direction: column;
}

.main_menu_list .dropdown-menu .dropdown > a:after {
    margin-top: -2px;
    content: "\f105";
}

.main_menu_list .dropdown-menu .dropdown-menu {
    top: 0;
    margin: 0;
    left: 100%;
}

.mobile_menu_btn {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    font-size: 18px;
    align-items: center;
    display: inline-flex;
    color: #fff;
    letter-spacing: -0.2px;
    justify-content: center;
    background-color: #023436;
    border-radius: 5px;
}

.mobile_menu_btn:hover {
    color: #fff;
}
.investment_solution .mobile_menu_btn:hover {
    color: var(--bs-dark);
}
.payment_solutions .mobile_menu_btn {
    border-radius: 100%;
}

.header_layout_1 {
    padding: 20px 0;
    position: relative;
    z-index: 99;
    margin-bottom: -25px;

    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 4px 0px;
}

.header_layout_1 .site_logo img:nth-child(2) {
    display: none;
}

.header_layout_1 .xb-header:not(.stricked-menu) .main_menu_list > li > a {
    color: #023436;
}

.header_layout_1 .xb-header:not(.stricked-menu) .main_menu_list > li > a:after {
    color: #fff;
}

.header_layout_1 .stricked-menu {
    padding: 20px 0;
    backdrop-filter: blur(15px);
    background-color: #012a2b;
    box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.08);
}

.header_layout_1 .stricked-menu .site_logo img:nth-child(1) {
    display: none;
}

.header_layout_1 .stricked-menu .site_logo img:nth-child(2) {
    display: inline-block;
}

.header_layout_1 .stricked-menu .btn-outline-light {
    color: var(--bs-dark);
    border-color: var(--bs-dark);
}

.header_layout_1 .stricked-menu .btn-outline-light:before {
    background-color: var(--bs-dark);
}

.header_layout_1 .stricked-menu .btn-outline-light:hover {
    color: #fff;
}

.index_insurance .header_layout_1 .btn,
.index_insurance .site_footer .btn {
    --bs-dark: #060210;
    --bs-dark-rgb: 6, 2, 16;
}

.index_insurance .hotline_btn {
    --bs-dark: #060210;
    --bs-dark-rgb: 6, 2, 16;
}

@media screen and (max-width: 991px) {
    .header_layout_1 .xb-header:not(.stricked-menu) .main_menu_list > li > a,
    .header_layout_1
        .xb-header:not(.stricked-menu)
        .main_menu_list
        > li
        > a::after {
        color: #012a2b;
    }
    .site_header .btns_group > li:first-child {
        display: inline-block;
    }
}

.ob-header-btn .btn .btn_icon {
    color: #0c6e6d;
    transition: 0.3s;
}

.ob-header-btn .btn:hover .btn_icon {
    color: var(--bs-btn-hover-color);
}

.stricked-menu .ob-header-btn .btn .btn_icon {
    color: var(--bs-btn-hover-color);
}

.stricked-menu .ob-header-btn .btn:hover .btn_icon {
    color: #fff;
}

.header_layout_2 {
    background-color: #fff;
}

.header_layout_2 .header_top {
    padding: 29px 0;
    border-bottom: 1px solid #e4eeef;
}

.header_layout_2 .hotline_btn {
    padding: 8px 14px;
    margin-right: 60px;
    color: var(--bs-heading-color);
    background-color: var(--bs-gray-100);
}

.header_layout_2 .language_dropdown .dropdown-menu {
    right: 0;
    left: auto;
}

.header_layout_2 .office_hour_text {
    color: #615959;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-left: 100px;
}

.header_layout_2 .btns_group {
    gap: 20px;
}
.footer_layout_6 .btns_group {
    padding: 60px 0 106px;
    gap: 15px;
}

.footer_layout_6 .btns_group .btn {
    padding: 19px 40px;
}

.footer_layout_6 .btns_group .btn .btn_icon {
    font-size: 22px;
}
.header_layout_2 .icon_block {
    width: 48px;
    height: 48px;
    font-size: 18px;
    border-radius: 100%;
    align-items: center;
    display: inline-flex;
    color: #fff;
    justify-content: center;
    background-color: var(--bs-dark);
}

.header_layout_2 .icon_block:hover {
    background-color: var(--bs-primary);
}

.header_layout_2 .header_bottom {
    padding: 16px 0;
}

.header_layout_2 .stricked-menu.stricky-fixed.header_bottom {
    padding: 10px 0;
    box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.08);
}

.header_layout_2
    .stricked-menu.stricky-fixed
    .main_menu_list
    > .dropdown
    > .dropdown-menu {
    margin-top: 25px;
}

.header_layout_2
    .stricked-menu.stricky-fixed
    .main_menu_list
    > .dropdown
    > .dropdown-menu:before {
    top: -25px;
    height: 25px;
}

.header_layout_2 + main {
    padding-top: 200px;
}

.header_layout_3 {
    padding: 30px 0;
    background-color: #fff;
}

.header_layout_3 .dropdown-menu {
    margin-top: 46px;
}

.header_layout_3 .dropdown-menu:before {
    top: -46px;
    height: 46px;
}

.header_layout_3 .stricked-menu {
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.08);
}

.header_layout_3 .stricked-menu .main_menu_list > .dropdown > .dropdown-menu {
    margin-top: 26px;
}

.header_layout_3
    .stricked-menu
    .main_menu_list
    > .dropdown
    > .dropdown-menu:before {
    top: -26px;
    height: 26px;
}

.header_layout_3 + main {
    padding-top: 110px;
}
.dropdown-menu:before {
    left: 0;
    right: 0;
    top: -30px;
    content: "";
    height: 30px;
    display: block;
    position: absolute;
}
.dropdown-menu > li:not(:last-child) {
    margin-bottom: 1px;
}
.main_menu_list .dropdown > a:after {
    float: right;
    font-size: 14px;
    content: "\f107";
    font-weight: 900;
    margin: 1px 0 0 3px;
    transition: var(--bs-transition);
    font-family: "Font Awesome 6 Pro";
}
.mobile_login {
    display: none;
}
@media screen and (max-width: 991px) {
    .site_header .main_menu {
        left: 0;
        right: 0;
        top: 135px;
        padding: 0;
        z-index: 999;
        position: fixed;
    }

    .site_header.sticky .main_menu {
        top: 82px;
    }

    .main_menu_inner {
        padding: 0 15px;
    }

    .main_menu_list > li {
        width: 100%;
        display: block;
    }

    .main_menu_list {
        margin: auto;
        padding: 15px;
        max-width: 700px;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
    }

    .main_menu_list > li > a {
        width: 100%;
        display: block;
    }

    .main_menu_list .dropdown-menu {
        position: static;
        box-shadow: none;
    }

    .main_menu_list > li > a {
        font-size: 16px;
        line-height: 20px;
        padding: 12px 20px;
    }
}

/* 3.01 - Site Header - End
================================================== */
@media screen and (max-width: 1199px) {
    .main_menu_list > li > a {
        font-size: 16px;
    }
}
@media screen and (max-width: 1366px) {
    .header_layout_3.stricky-fixed
        .main_menu_list
        > .dropdown
        > .dropdown-menu {
        margin-top: 23px;
    }

    .header_layout_3 .dropdown-menu {
        margin-top: 43px;
    }
    .header_layout_3 .dropdown-menu:before {
        top: -43px;
        height: 43px;
    }
    .header_layout_3.stricky-fixed
        .main_menu_list
        > .dropdown
        > .dropdown-menu {
        margin-top: 23px;
    }
    .header_layout_3.stricky-fixed .dropdown-menu:before {
        top: -23px;
        height: 23px;
    }
}
@media screen and (max-width: 991px) {
    .header_layout_1:not(.stricky-fixed) .main_menu_list > li > a,
    .header_layout_1:not(.stricky-fixed) .main_menu_list > li > a:after {
        color: #012a2b;
    }

    .main_menu_list {
        gap: 0;
    }
    .main_menu_list .dropdown > a:after {
        margin: 2px 0 0 2px;
    }
}

@media screen and (max-width: 767px) {
    .main_menu_list .dropdown-menu li a {
        width: 100%;
    }
    .slider-dots {
        display: none;
    }
    section.service_area.style_two.style_three.tax-service {
        padding: 40px 0 0;
    }
    section.service_area.style_two.style_three.styel_five.tax-payment {
        padding: 260px 0 35px 0 !important;
    }
    section.hero_slider.style_sixs {
        margin: 12px;
    }
    .boxed.box_two {
        margin: 0 0 0 13px !important;
    }
    .dropdown-menu li a h3 {
        margin-top: 0;
    }
    .header_layout_1 {
        margin-bottom: 0;
    }
    .dropdown-menu li a p {
        display: none;
    }
    .site_header .btns_group {
        gap: 6px;
        margin-left: 70px;
    }
    a.hotline_btn._header .signup-btn,
    a.hotline_btn._header .login-btn {
        display: none;
    }

    .site_header .main_menu {
        top: 81px;
    }

    .site_header.sticky .main_menu {
        top: 69px;
    }
    .header_layout_1 .stricked-menu #services_submenu::after {
        color: #023436;
    }
    .mobile_login {
        display: block !important;
    }
}
[class*="unordered_list"] {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
[class*="unordered_list"] > li {
    float: left;
    list-style: none;
    display: inline-block;
}
.main_menu_list > li > a.active {
    color: #0c6e6d !important;
}

.dropdown-menu {
    padding: 6px 0;
    margin-top: 30px;
    transition: 200ms;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e4eeef;
    box-shadow: 0 20px 30px 0 #0000001a;
}
.dropdown-menu > li {
    padding: 0 6px;
}
img:not([draggable]),
embed,
object,
video {
    height: auto;
    max-width: 100%;
}
.dropdown-menu li a h3 {
    font-size: 16px;
    color: #000;
}

@media screen and (min-width: 992px) {
    .dropdown-menu {
        left: 0;
        opacity: 0;
        display: block;
        visibility: hidden;
        transform: translateY(4px);
    }
    .dropdown-menu > .dropdown > .dropdown-menu {
        left: 100%;
    }

    .dropdown:hover > .dropdown-menu {
        opacity: 1;
        display: block;
        visibility: visible;
        transform: translateY(0px);
    }

    .dropdown:hover > .dropdown-menu > .dropdown > .dropdown-menu {
        transform: translateY(0px);
    }
}
.language_dropdown .dropdown-toggle {
    display: flex;
    text-transform: uppercase;
    color: var(--bs-body-color);
}

.language_dropdown .dropdown-toggle:after {
    margin-left: -6px;
}

.language_dropdown .dropdown-toggle .name {
    color: currentColor;
}

.language_dropdown .dropdown-menu {
    margin-top: 10px;
}

.language_dropdown .dropdown-menu:before {
    top: -10px;
    height: 10px;
}

.language_dropdown .dropdown-menu {
    gap: 1px;
    border: none;
    padding: 6px;
    border-radius: 6px;
    background-color: var(--bs-white);
}

.language_dropdown .dropdown-menu > ul > li {
    gap: 10px;
    display: flex;
    cursor: pointer;
    border-radius: 4px;
    align-items: center;
    padding: 8px 20px 8px 10px;
}

.language_dropdown .dropdown-menu > ul > li:hover,
.language_dropdown .dropdown-menu > ul > li.active {
    background-color: var(--bs-gray-200);
}

.language_dropdown .flag {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 100%;
    display: inline-flex;
}

.language_dropdown .flag img {
    object-fit: cover;
}

.language_dropdown .name {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: var(--bs-dark);
}
.login-btn {
    padding: 10px 17px;
    border: 1px solid #063232;
    color: #063232;
    border-radius: 5px;
}
.signup-btn {
    padding: 10px 17px;
    border: 1px solid #063232;
    background-color: #063232;
    color: #fff;
    border-radius: 5px;
}
.header_layout_1 .stricked-menu .login-btn {
    border: 1px solid #fff;
    color: #fff;
}
.header_layout_1 .stricked-menu .signup-btn {
    border: 1px solid #fff;
    color: #063232;
    background-color: #fff;
}
.dropdown-menu li:hover a,
.dropdown-menu li.active a,
.dropdown-menu li a.active {
    color: #d9ff43 !important;
    background-color: #4AD0F4;
}
.dropdown-menu li {
    color: #000 !important;
}
.dropdown-menu > li:hover > a h3,
.dropdown-menu > li > a.active h3 {
    color: #d9ff43;
}
.choose_list.choose_payment li,
.testimonial_item.style_four .testimonal-content p {
    font-size: 20px;
}



.sign-up-section {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.sign-up-logo img {
    width: 10%;
}
.sign-up-image {
    max-width: 100%;
}
.sign-up-right {
    padding-top: 54px;
    padding-bottom: 54px;
}
.or-continue-with-line {
    height: 1px;
    background-color: #000;
}
.sign-in-form-block {
    max-width: 400px;
    width: 100%;
    margin-top: 24px;
}
.button.dark-blue {
    padding-left: 64px;
    padding-right: 64px;
    padding: 12px 27px;
    font-size: 16px;
    border-radius: 4px;
    color: #000;
}
.button.dark-blue:hover {
   color: #fff;
}
.contact-form-text-field {
    background-color: #f1f3f6;
    border: 1px #000;
    border-radius: 12px;
    margin-bottom: 24px;
    padding: 30px 28px;
    font-size: 18px;
    width: 100%;
    height: 38px;
    line-height: 1.42857;
    display: block;
    vertical-align: middle;
}
.contact-form-field-label {
    color: #40454f;
    margin-bottom: 16px;
    font-weight: 500;
}
li.login-in-mobile,
li.signup-in-mobile {
    display: none;
}
ul.btns_group.p-0.unordered_list.justify-content-end {
    justify-content: flex-start !important;
}
.e-commerce-nav {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    padding: 11px 20px 10px;
    width: 550px;
}
.ecom-nav-1 a {
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    border-radius: 7px;
    align-items: center;
    white-space: nowrap;
    color: var(--bs-dark);
    padding: 11px 20px 10px;
    font-weight: 500;
}

.choose_list{
    padding: 20px 20px;
}
.sidebar-list.item.b2b-enterprise li {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 15px;
}
.pagination-btn {
    border: none;
    padding: 8px 16px;
    margin: 5px;
    cursor: pointer;
    background-color: #ddd;
    border-radius: 5px;
    font-weight: bold;
}
.pagination-btn.active {
    background-color: #0c6e6d;
    color: white;
}

.pricing-single-items.style_two:before,
.section_title.style_three:before{
    display: none;
}
.shop-price li{
    padding: 10px 0 10px;
}
section.hero_area.style_two.style_three.d-flex.align-items-center {
    height: 100%;
    background-image: none;
}
section.hero_area.style_two,
.breadcumb-area{
    background-image: url(../images/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
section.steps_area{
    background-image: url(../images/digital-scan-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
section.hero_area{
    background-image: url(../images/home-bg.jpg);
}
.footer_area{
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.steps-single-item{
    background: url(../images/card-bg.png);
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
    z-index: 1;
}
.breadcumb-area.d-flex.instant-settlement{
    background: url(../images/rapid-payout-bg.jpg);
    width: 100%;
    height: 580px;
    background-repeat: no-repeat;
    padding: 0;
    background-size: 100% 100%;
}
section.work_area{
    background-image: url(../images/hassle-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.breadcumb-area.d-flex.api-banking{
    background: url(../images/stream-line.jpg);
    width: 100%;
    height: 680px;
    background-repeat: no-repeat;
    padding: 0;
    background-size: 100% 100%;
}
.feature-border:hover {
    background: url(../images/border.svg);
    background-repeat: round;
    background-size: inherit;
    background-size: cover;
}

.feature-border {
    background: url(../images/border.svg);
    background-repeat: round;
    background-size: cover
}
section.case-study-area.style_two{
    background: url(../images/escrow-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
section.service_area.style_two.style_three.styel_five.tax-payment{
    background: url(../images/simple-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
section.skills_area,
.service_area.style_two,
section.why_choose_us,
.header_layout_1,
section.about_area.style_two,
section.service_area.style_three,
section.testimonial_area.style_four,
section.steps_area.style_two,
.steps-single-item.style_two:hover .steps_icon,
.steps-single-item.style_two .steps_icon,
section.testimonial_area.style_three,
.service_icons,
.service_icon2,
.service_single_item.style_five:hover .service_icon2,
section.pricing-area.style_two,
section.pricing-area.inner_page .pricing-single-items .pricing_icon,
.consalt_btn a,
.steps_icon,
.steps-single-item:hover .steps_icon,
section.feature_area.style_two,
section.hero_slider.style_sixs,
section.faq_area,
section.case-study-area.style_three,
section.testimonial_area.style_five,
section.blog_area.style_five,
.pricing-single-items.style_two .pricing_icon,
.pricing-single-items.style_two:hover .pricing_icon,
section.blog_area.style_two,
.about_container,
.about_counter,
section.about_area.style_four,
.testimonial_area,
section.counter_area.style_sixs,
section.testimonial_area.style_two,
section.service_area,
section.pricing-area,
.pricing_icon,
.pricing-single-items:hover .pricing_icon,
section.feature_area.inner_page{
    background-color: #171C23;
}
section.contact_section.section_space.bg-light{
    background-color: #171C23 !important;
}
section.why_choose_us,
section.feature_area,
section.service_area.style_three,
section.testimonial_area.style_three,
section.hero_slider.style_sixs,
section.testimonial_area.style_five,
section.blog_area.style_two,
.feature_item.style_five::before,
.feature_item,
.feature_item:hover,
.service_content:before,
.pricing-single-items,
.pricing-single-items:after{
    background-image: none;
    background: none;
}
.section_title h4,
.service_single_item.style_two .service_content h3,
.section_title.style_two h4,
.feature_content h3,
h6.feature_no,
.section_title.home_style_four h4,
.testimonial_item.style_two .testi-star i,
.steps-single-item.style_two:hover h3.steps_number,
.counter-single-item.style_four .counter-_number h1,
.counter-star i,
h2.brand_title,
.pricing_list ul li,
.hero_area.style_three .hero_content h4,
.contact_main_info .call-do-social_icon i,
.steps-single-item.style_two h3.steps_number,
.prgoress_indicator::after,
.counter-single-item.style_sixs .counter_title h5,
.contact-form-field-label,
section.feature_area.boxed.inner-footer h3,
a.sign-up-link
{
    color: #4AD0F4;
}
label.form-label.contact-form-field-label{
    font-size: 18px;
}
.feature_item.style_four .feature_content h3,
.consalt-slider-title-box h4,
.feature_area.boxed h4,
a.signin-link{
    color: #4AD0F4 !important;
}
.contact-form-field-label{
    font-weight: 400;
}
label.error{
    font-size: 16px;
}
.comment_form.p-lg-5 {
    padding: 25px;
}
.consalt-slider-wrapper .swiper-pagination-bullet-active {
    background: #4AD0F4!important;
    border: 2px solid #4AD0F4!important;
}
p.port_text:before,
.work_item:hover .work_btn a,
.work_item:before,
.steps-single-item.style_two:before,
.testi-list ul li i,
.pricing-single-items.style_two:after,
li.current a,
.pricing-single-item .pricing-feature ul li:before,
.feature_item:before,
.banner_list ul li i,
.slider-dotss .swiper-pagination-bullet:after,
.testi_list3 .owl-prev i, .testi_list3 .owl-next i:hover,
.consalt_btn.home_five a,
.portfolio_nav ul li:hover, .portfolio_nav ul li.current_menu_item,
.portfolio_content:before,
.testimonial_item.style_five .testi-star{
    background-color: #4AD0F4 !important;
}
.testimonial_item.style_five:hover .testimonial-content:before {
    border-top: 20px solid #4AD0F4;
}


.dropdown-menu li:hover a, .dropdown-menu li.active a, .dropdown-menu li a.active,
.consalt_btn.five a,
.pagination-btn.active,
.hero_btn a,
.contact_main_info .call-do-action-info:hover .call-do-social_icon i{
    background: linear-gradient(to right, #5DE282, #4AD0F4)
}
.pricing-single-item .pricing-title h3,
.pricing-single-item:before,
.pricing-single-item:after,
.case-study-content,
.case-study-thumb::before{
    background: linear-gradient(45deg, rgba(93, 226, 130, 0.8), rgba(74, 208, 244, 0.8)) !important;
}
.section_title.home_six h4:before{
    border-left: 1px solid #4AD0F4;
    border-bottom: 1px solid #4AD0F4;
}
.hero_btn a:before{
    height: unset;
}
.case-study_box .case-study-thumb::after,
.about_btn span,
.about_btn a,
.testi_list .owl-prev i, .testi_list .owl-next i:hover,
.pricing-single-items:after,
.contact-form button,
.contact-form-box.style_two .contact-form button:hover,
.case-study-thumb,
.case-study-single-box.style_three .case-study-thumb::after,
section.service_area.boxed.service-active .service_content:before{
    background: linear-gradient(45deg, rgba(93, 226, 130, 0.8), rgba(74, 208, 244, 0.8)) !important;

}

.prgoress_indicator{
    box-shadow: inset 0 0 0 2px rgba(62, 134, 154, 0.8);
}
.service_single_item.style_two .service_content,
.port_main,
.about_icon:before,
.service_single_item.style_three,
.work_item:hover,
.steps-single-item.style_two,
.pricing-single-items.style_two,
.tabs,
.pricing-single-item,
.dropdown-menu,
.header_layout_1 .stricked-menu,
.feature_item.style_two,
.feature_item.style_three .feature_icon,
.feature_icon.two,
.feature_icon.three,
.port_right a,
.contact_form a,
.contact-form-box.style_two,
.contact_main_info,
.accordion li a,
.accordion li p,
.counter-single-item.style_two.second,
.about-icon_box.style_three .about_icon,
section.blog_area.style_five .single-blog-box,
.testimonial_item.style_five .testimonial-content,
.blog_area.style_two .blog-content,
section.about_area.style_three,
.choose_list,
.counter-single-item.style_sixs .counter-content,
.counter-single-item.style_sixs .counter_icon,
.testimonial_item.style_two,
.feature_item,
.service_single_item:before,
.service_content,
.pricing-single-items,
.contact_form .consalt_btn.home_five a,
.comment_form{
    background-color: #23272f !important;
}
.breadcumb-area:before{
    background: unset;
}
.counter_area.style_two{
    border-bottom: 1px solid #20262f;
}
.feature_item.style_two{
    border: 1px solid #fff !important;
}
.service_single_item.style_three .service_thumb:before,
.hero_area.style_three .hero_content h1:before{
    display: none;
}
.header_layout_1 .stricked-menu .signup-btn{
    border: none;
}
h4.feature_numbers{
    color: #b5b3b3;
    -webkit-text-stroke: #b5b3b3;
}
.feature_item.style_three {
    padding: 20px 0px 20px;
}
.signup-btn,
.slide-har .box .item h4 a,
.case-study-content p,
.case-study-content h3,
.banner_list ul li i,
.feature_item.style_four:hover .feature_content p,
.feature_item.style_four:hover .feature_content h3,
.consalt_btn a:hover, .consalt_btn a:focus,
.testimonial_item.style_five .testi-star i,
.hero_btn a:hover, .hero_btn a:focus,
.contact_main_info .call-do-action-info:hover .call-do-social_icon i,
.footer_widget_icon i{
    color: #000 !important;
}
.contact_main_info .call-do-action-info{
    border-bottom: 1px dashed #4AD0F4;
}
.section_title h1,
.prossess-ber-plugin span,
.barfiller .tip,
p,
h3.steps_number,
.steps-content h3,
p.port_text,
.header_layout_1 .xb-header:not(.stricked-menu) .main_menu_list > li > a,
#services_submenu::after,
.about_content.style_two h3,
.work_content p,
.section_title.home_style_four h1,
.testimonial_item.style_four .testimonal-content p,
.choose_list.choose_payment li,
.steps-single-item.style_two .steps-content h3,
.pricing-title h3,
.pricing-feature ul li,
.about_list ul li,
.tabs li a,
.dropdown-menu li a h3,
.sub-head-wrapper.mb-3.text-center h3,
.ecom-nav-1 a,
.testimonal-content h3,
.consalt-slider-title-box h4,
.consalt-slider-title-box h1,
p.consalt-slider-des,
.testimonial_item.style_four .tesit-auothor .bio h4.name,
.feature_item.style_three .feature_content h3,
.prot-text h3,
.team-content h3,
.team-content h3 a,
.team-content span,
.contact_main_info .call_info p,
.contact_main_info .call_info h3,
h4.faq-tab,
.accordion li p,
.counter-single-item.style_two .counter-_number span,
.about-icon_box.style_three .about_content.style_two h3,
.testimonial_item.style_five .tesit-auothor .bio h4.name,
.testimonial_item.style_five .testimonial-content p,
.blog-title h3,
.pricing-area.style_two .section_title p,
.blog-title h3 a,
.about_counter .counter-single-item.style_two .counter-_number span,
.about_content.style_two p,
.choose_list ul li,
.counter-single-item.style_sixs .counter-_number span,
.testimonial_item.style_two .tesit-auothor .bio h4.name,
.hero_area.style_three .hero_content h1,
.hero_area.style_three .hero_content p,
.testimonial_area.style_two .section_title p,
.contact_main_info .call_info span,
.feature_area.boxed h3,
.feature_area.boxed h4,
.feature_area.boxed strong,
section.feature_area li,
h6.subheading.mb-2,
h2.sign-up-heading.mb-4,
.mx-3,
.hero_slide_content p{
    color: #fff;
    
}
section.feature_area li{
    list-style: disc;
    margin-left: 15px;
}
.accordion li a,
.counter-_number h1,
.counter-single-item.style_two .counter_title h5,
.case-study-content h3,
.case-study-content p,
.hero_content p,
section.pricing-area .section_title p{
    color: #fff !important;
}
.testimonial_item.style_four .tesit-auothor .bio h4.name,
.testimonial_item.style_five .tesit-auothor .bio h4.name,
.tesit-auothor .bio h4.name,
.testimonial_item.style_two .tesit-auothor .bio h4.name{
    font-weight: 600;
}
.testimonial_item.style_five .testimonial-content{
    padding: 30px 2px 71px 30px;
}
.testimonal-content h3{
    margin-bottom: 10px;
}
.sidebar-list.item li, .testimonial-content p{
    font-size: 16px;
}
.about_content.style_two h3 {
    font-size: 18px;}
.steps-single-item:before{
    background-color: #fff;
}
.barfiller .fill,
.signup-btn,
.marquee_area.style_two,
.service_single_item.style_three:before,
.service_list2 .owl-dot.active,
.row.form_bg,
.single-blog-thumb:before,
.single-blog-thumb:after,
section.counter_area.style_sixs .consalt_btn a,
.testi_list2 .owl-dot.active,
.portfolio_nav ul li.current_menu_item,
.testimonial_item.style_three:before,
.footer_widget_icon i,
.submit-form,
.button.dark-blue,
.confirm,
button.btn{
    background: linear-gradient(to right, #5DE282, #4AD0F4) !important;

}
.confirm:hover{
    color: #000 !important;
}
.contact-form-box.style_two .contact-form button:hover{
    color: #000;
}
.breadcumb-content ul li a{
    font-weight: 600;
}
.brand-thumb {
    background: linear-gradient(to right, #5DE282, #4AD0F4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
section.counter_area.style_sixs .counter_upper {
    border-bottom: 1px solid #6e6e6e;
   
}
.prgoress_indicator svg.progress-circle path {
    stroke: #4AD0F4;
}
.service_area.style_two .service_icon img,
.feature_icon img,
 .about_icon img{
    width: 55px;
    height: 55px;
}
.choose_thumb{
    margin-left: 0;
}
.steps-single-item:hover .steps_icon img,
.service_single_item.style_five:hover .service_icon2 img,
.pricing-single-items.style_two:hover .pricing_icon img,
.feature_item.style_four:hover .feature_icon img,
.choose_list,
.feature_item.style_two,
section.blog_area.style_five .single-blog-box{
    filter: unset;
}
.section_title.text-center {
    margin: 30px 0 30px;
}
.breadcumb-area.d-flex.api-banking{
    margin-top: 0;
}
section.service_area.styel_five{
    padding: 0px 0 90px 0;
}
section.testimonial_area.style_three{
    padding: 104px 0 104px;
}
.service_single_item.style_five{
    margin-bottom: 80px;
}
section.why_choose_us{
    padding: 120px 0 0;
}
.service_single_item.style_five .service_content h3:before,
.service_single_item.style_five .service_content h3::after{
    display: none;
}
.testimonial_item.style_four .testimonal-content{
    margin-top: 80px;
}
section.hero_area.style_two{
    height: 650px;
}
.work_content p{
    text-transform: capitalize;
}
.container-fluid.custom_container,
section.feature_area.style_four{
    margin: 0;
}
.service_list.owl-carousel.owl-loaded.owl-drag,
.service_single_item.style_three,
.testi_list3.owl-carousel.owl-loaded.owl-drag,
.testimonial.owl-carousel.owl-loaded.owl-drag{
    cursor: pointer;
}
section.testimonial_area.style_four .testi_list3 .owl-nav{
    top: unset;
    margin-top: 10px;
}
.choose_list.choose_payment li, .testimonial_item.style_four .testimonal-content p{
    font-size: 16px;
}
.choose_list{
    margin-bottom: 10px;
}
.about-icon_box.style_three .about_content.style_two h3{
    font-size: 20px;
}
.dropdown-menu > li > a{
    padding: 0 10px 0px;
}
.consalt-slider-bg {
    background: url(../images/smart-pay-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

.consalt-slider-bg2 {
    background: url(../images/smart-pay-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}

.consalt-slider-bg3 {
    background: url(../images/smart-pay-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .feature_item.style_two.style_four::before{
    background-color:  gray !important;
  }

  .marquee_area.style_two{
    margin: 0;
  }
img.marqee_img_left,
.icon-img-50 {
    margin: 0 15px;
}

.counter_title:before {
    left: -10px;
    top: 10px;
    
}
.case-study-single-box.style_two .case-study-thumb img{
    height: 400px;
}
section.service_area.styel_five .section_title.text-center {
    margin-bottom: 70px;
}
section.about_area.style_sixs,
section.pricing-area.style_two.inner_page,
section.service_area.style_two.style_three.styel_five.b2c-solution,
section.blog_area.style_two.style_five.b2c-transaction,
section.case-study-area.style_three,
section.counter_area.style_sixs,
.service_area.style_two,
section.rapid-section,
section.about_area.style_two,
section.steps_area.style_two,
section.testimonial_area.style_four,
section.why_choose_us,
section.blog_area.style_five,
section.blog_area.style_two,
section.api-section,
section.testimonial_area.style_three,
section.service_area.styel_five, section.portfolio_details,
section.service_area.style_two.style_three.styel_five.api-integrate,
section.contact_form,
section.feature_area.style_two,
.about_container,
section.pricing_area.style_three,
section.case-study-area.style_four, section.work_area,
.testimonial_area,
section.service_area,
section.pricing-area.boxed.home-pay,
section.team_area,
section.feature_area.boxed.instant-section,
section.feature_area{
    padding: 70px 0 0;
}
.service_single_item{
    margin-bottom: 0;
}
section.skills_area,
.about_area.style_three,
section.pricing-area,
section.case-study-area,
section.hero_area.style_two.style_three.d-flex.align-items-center,
section.feature_area.inner_page,
section.brand_area,
section.feature_area.boxed.home-pay,
section.faq_area,
section.contact_area.inner_section,
section.feature_area.boxed.retail-feature{
    padding: 70px 0 70px;
}
.case-study-area.home-pay{
padding: 0;
}
.footer-widget-address.style_two {
    border-bottom: unset;
    padding-bottom: 0px;
}
.subscribe_form .form-control{
    margin-bottom: 0;
}
.subscribe_form button.btn{
    margin-top: 7px;
}
.section_title.text-center.style_two h4,
h4.faq-tab{
    text-transform: capitalize !important;
    color: #4AD0F4;
}
h3.contact-tag {
    color: #4AD0F4;
    font-size: 20px;
    margin-bottom: 10px;
}
section.testimonial_area.style_five{
    padding: 120px 0 70px 291px;
}
.sidebar-list.item li, .testimonial-content p{
    font-style: normal;
}
section.case-study-area.style_four,
section.work_area {
    padding: 70px 0 40px;
}
.hero_btn {
    margin-right: 30px;
    margin-top: 15px;
}

.marquee_area.style_two,
.about_area.style_three,
section.feature_area.inner_page{
    margin: 70px 0 0;
}
.footer_area{
    margin-top: 70px;
    
}
.counter_area.style_two{
    margin-bottom: 70px;
}
.form_content p{
    color: #000;
}

.single-brand-item {
    cursor: pointer;
}
h2.brand_title:before {

    background: #2cae76;
}
section.feature_area.boxed.home-pay h2.brand_title:before{
    top: 130%;
}
section.testimonial_area.style_five {
    padding: 120px 0 70px 130px;
}
.slide-har.st1,
section.consalt-slider-area.cursor-scale,
section.hero_slider.style_sixs.boxed {
    cursor: pointer;
}
.section_title.home_five h4:before,
.about_btn a:before,
.slider-dots{
    display: none;
}
.feature_item.style_four{
    padding: 35px !important;
}
form#email-one{
    margin-bottom: 0;
}
.static-slider.d-flex.flex-wrap{
    justify-content: center;
}
.consalt-slider-wrapper .swiper-slide.swiper-slide-active .consalt-slider-bg {
    transform: unset;
}
.footer-widget-address_text span {
    display: block;
    margin-bottom: 15px; /* Add space below the first address */
}

@media (min-width: 1400px) and (max-width: 1600px) {

    .case-study_box .case-study-content {
        padding: 10px 20px 0;
    }
    .case-study_box .case-study-content p.case_text{
      margin-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .case-study_box {
        grid-template-columns: repeat(5, 1fr);
    }
    .case-study_box .case-study-single-box.upper,
    .case-study-single-box:nth-child(3) {
        margin-top: 0;
    }
    .case-study_box .case-study-content {
        padding: 10px 20px 0;
    }
    .case-study_box .case-study-content p.case_text{
      margin-top: 0;
    }
    .case-study_box .case-study-content p.case_text{
        font-size: 12px;
        line-height: 1.5;
    }
    .case-study_box .case-study-content h3{
        font-size: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .main_menu_list > li:first-child {
        display: none;
    }

}
@media screen and (max-width: 1024px) {

    .wrapper {
    
        margin-left: 50px;
    }
    .breadcumb-area.d-flex.instant-settlement,
    .breadcumb-area.d-flex.api-banking{
        height: 460px;
    }
    section.testimonial_area.style_five,
    section.service_area.style_three{
        padding: 70px 0 70px;
    }
    .consalt-slider-bg{
        background-size: 100% 100%;
    }
    .consalt-slider-wrapper .swiper-slide.swiper-slide-active .consalt-slider-bg {
        transform:unset;
    }
     .breadcumb-area,
    .consalt-slider-bg2,
    .consalt-slider-bg3{
        background-size: 100% 100%;
    }
    section.hero_area.style_two{
        background-size: cover;
    }
    .slider-dots{
        display: none;
    }
    .testimonial_item.style_two .testi-author-thumb {
        flex-shrink: inherit;
    }
    .testimonial_item.style_two{
        padding: 25px;
    }
    .e-commerce-nav{
        width: 480px;
        padding: 10px 0px 10px;
        gap: 0;
    }
    section.hero_area.style_two {
        height: 440px;
    }
}
@media screen and (max-width: 991px) {
    ul.btns_group.p-0.unordered_list.justify-content-end{
        justify-content: end !important;
    }
    .main_menu_list{
        background-color: #23272f;
    }
    .header_layout_1:not(.stricky-fixed) .main_menu_list > li > a, .header_layout_1:not(.stricky-fixed) .main_menu_list > li > a:after{
        color: #FFF;
    }
    .consalt-slider-wrapper .swiper-slide.swiper-slide-active .consalt-slider-bg {
        transform:unset;
    }
    .mobile_menu_btn{
       background: #23272f; 
    }
 
    .wrapper {
        transform: unset;
        margin-right: 0;
        margin-left: 50px;
    }
    .breadcumb-area.d-flex.instant-settlement,
.breadcumb-area.d-flex.api-banking{
    background-size: contain;
    height: 310px;
}
section.testimonial_area.style_five,
.about_area.style_four .about_thumb{
    padding: 70px 0 70px;
}
.consalt-slider-bg, .consalt-slider-bg2, .consalt-slider-bg3{
    position: unset;
    height: auto;
    width: auto;
}
.consalt-slider-height{
    height: 100%;
}
.testimonial_item.style_four .testimonal-content {
    margin: 25px 0 25px;
}
.about_area.style_four .about_thumb{
    margin-left: 0;
}
.about_area.style_four .about_thumb,
.counter_area.style_two{
    margin-bottom: 0;
}
.service_single_item{
    padding: 15px;
}
.footer_logo img {
    width: 140px;
}
}

@media screen and (max-width: 767px) {
    .main_menu_list,
    .mobile_menu_btn {
        background-color: #23272f;
    }
    .header_layout_1:not(.stricky-fixed) .main_menu_list > li > a, .header_layout_1:not(.stricky-fixed) .main_menu_list > li > a:after{
        color: #fff;
    }
    li.signup-in-mobile,
    li.login-in-mobile{
        background: linear-gradient(to right, #5DE282, #4AD0F4);
        color: #000 !important;

    }
    span.icon-img-50{
        display: none;
    }
    
    section.about_area.style_sixs,
section.pricing-area.style_two.inner_page,
section.service_area.style_two.style_three.styel_five.b2c-solution,
section.blog_area.style_two.style_five.b2c-transaction,
section.case-study-area.style_three,
section.counter_area.style_sixs,
.service_area.style_two,
section.rapid-section,
section.about_area.style_two,
section.steps_area.style_two,
section.testimonial_area.style_four,
section.why_choose_us,
section.blog_area.style_five,
section.blog_area.style_two,
section.api-section,
section.testimonial_area.style_three,
section.service_area.styel_five, section.portfolio_details,
section.service_area.style_two.style_three.styel_five.api-integrate,
section.contact_form,
section.feature_area.style_two,
.about_container,
section.pricing_area.style_three,
section.case-study-area.style_four, section.work_area,
.testimonial_area,
section.service_area,
.case-study-area.home-pay,
section.pricing-area.boxed.home-pay,
section.team_area,
section.feature_area.boxed.instant-section,
.about_counter,
.consalt-slider-height,
section.service_area.styel_five,
section.feature_area.boxed.home-pay{
    padding: 40px 0 0 !important;
}
section.skills_area,
.about_area.style_three,
section.pricing-area,
section.case-study-area,
section.hero_area.style_two.style_three.d-flex.align-items-center,
section.feature_area.inner_page,
section.brand_area,
section.testimonial_area.style_four,
section.steps_area,
section.about_area.style_sixs,
section.testimonial_area.style_five,
section.blog_area.style_five,
section.service_area.style_two.style_three.styel_five.tax-payment,
section.contact_area.inner_section,
section.faq_area{
    padding: 40px 0 40px !important;
}
.header_layout_1 .stricked-menu #services_submenu::after {
    color: #fff;
}
.main_menu_list {
    gap: 0;
}
h2.brand_title,
h4 {
    font-size: 20px !important;
}
section.pricing-area.boxed.home-pay .consalt_btn{
    margin-bottom: 30px;
}
section.case-study-area.style_three.style_four.boxed .section_title.text-center{
    margin: 0 0 30px;
}
.team-content,
section.blog_area.style_five{
    margin: 0;
}
.service_single_item{
    padding: 15px;
}
.footer_area,
section.case-study-area.style_two{
    margin-top: 40px;
}
.sidebar-list.item li, .testimonial-content p{
    font-size: 16px;
}
.service_single_item:before{
    height: auto;
}
.feature_area.boxed,
section.service_area.boxed{
    margin: 12px;
}
.portfolio_nav ul li {
    margin-bottom: 15px;
}
.blog_area.style_two .single-blog-box,
section.counter_area.style_two{
    margin-bottom: 0;
}
.tesit-auothor{
    margin-top: 20px;
}
.counter-single-item.style_two {
    padding: 25px 50px 25px;
}
.footer_area,
section.hero_area{
    background-size: 100% 100%;
}
section.hero_area.style_two {
    height: 440px;
}
.service_list2 .owl-dots{
    bottom: -20%;
}
.marquee_area.style_two, .about_area.style_three, section.feature_area.inner_page{
    margin: 40px 0 0px;
}
.breadcumb-area.d-flex.instant-settlement,
.breadcumb-area.d-flex.api-banking{
    background-size: contain;
    height: 130px;
}
.service_list2 .owl-dots{
    bottom: 0;
}
section.service_area.styel_five{
    margin: 0;
    padding: 40px 0 40px;
}
.service_single_item.style_five {
    margin-bottom: 35px;
}
.hero-thumbs{
    display: block;
    margin-top: 30px;
}
.about_counter .counter-single-item.style_two{
    padding: 20px 0px 20px;
}
.consalt-slider-bg, .consalt-slider-bg2, .consalt-slider-bg3{
    position: unset;
    height: auto;
    width: auto;
}
.consalt-slider-height{
    height: 100%;
}
.e-commerce-nav {
    width: auto !important;
    flex-direction: column;
    max-height: 300px; /* Adjust the height as needed */
    overflow-y: auto;  /* Enables vertical scrolling */
}
.counter_title:before{
    display: none;
}
.static-slider.d-flex.flex-wrap{
    justify-content: start;
}
}
.static-slider.d-flex.flex-wrap span{
    font-size: 18px !important; 
}
.marquee_area.style_two{
    padding: 30px 0 30px;
}

.form-group .input_title{
    color: #4AD0F4;
}
.main_menu_list .dropdown-menu li a{
    align-items: center;
}
.sub-head-wrapper h3{
    margin-top: 0;
}

.main_menu_list .dropdown-menu li a{
    padding: 10px 10px 10px;
}
section.feature_area.boxed.instant-section .feature_item.upper{
    margin-top: 0;
}
.consalt-slider-wrapper
    .swiper-slide.swiper-slide-active
    .consalt-slider-bg2 {
    transform: unset;
}

.form-group {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #aaa;
}

.toggle-password:hover {
    color: #333;
}

.fa-eye, .fa-eye-slash {
    font-size: 18px;
}

.toggle-password-mark {
    display: none;
    font-size: 20px;
    color: #333;
}


.toggle-password-mark-visible {
    display: block;
    position: absolute;
    top: -18px;
    right: 10px;
}

section.feature_area.boxed.inner-footer  a{
    color: #4AD0F4;
}
p.port_text:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 68px;
    height: 2px;
}
.marquee_area.style_two{
    text-transform: uppercase;
}
.sweet-alert p{
    color: #000 !important;
    font-weight: 600 !important;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    background-color: #20262f;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  
  .loading-container,
  .loading {
    height: 120px;
    position: relative;
    width: 120px;
    border-radius: 100%;
  }
  
  .loading-container {
    margin: 40px auto;
  }
  
  .loading {
    border: 1px solid transparent;
    border-color: transparent #00f1b5 transparent #4AD0F4;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
  }
  
  
  
  .loading-container:hover .loading,
  .loading-container .loading {
    transition: all 0.5s ease-in-out;
  }
  
  #loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 70px;
    width: 60px;
  }
  
  @keyframes rotate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  /* END: Preloader */

  .footer_logo img,
  .site_logo img{
    width: 160px;
}
h3.cmpny-name {
    font-size: 16px;
    margin: 0;
    color: #fff;
}
  