@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');

body {
     font-family: "Schibsted Grotesk", sans-serif;

    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    background-color: #fff;
}

.menu-item-mega-container a {
    color: white !important;
}

p {
       font-family: "Schibsted Grotesk", sans-serif;

    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    color: rgb(30, 30, 30);
}

a {
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    text-decoration: none;
}

h2 {
        font-family: "Schibsted Grotesk", sans-serif;

    font-size: 40px;
    line-height: 54px;
    font-weight: 300;
    font-style: normal;
    color: rgb(30, 30, 30);
    text-transform: none;
    text-decoration: none;
}

/* header css */
li.menu-item {
    position: relative;
}

.header .container {
    position: relative;
}

li.menu-item.menu-item-mega {
    position: unset;
}

nav>div>ul>li {
    float: left;
}

.mid_nav>li>a {
    padding: 6px 5px;
}

.header .container {
    position: relative;
}

.header_mid_but {
    margin-left: 5px;
}

.header .container::before {
    padding: 0px;
    bottom: 0px;
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    background-color: rgba(255, 255, 255, .1);
    left: 15px;
    height: 1px;
    transition: width .3s ease-in-out, background-color .3s ease-in-out;
}

.header.is-sticky {
    background-color: rgba(37, 37, 37, 0.9);
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 0px;
}

.header.is-sticky .navbar-brand img {
    filter: invert(1);
}

.header.is-sticky .mid_search_but_wrap a {
    color: rgb(30, 30, 30);
}

.header.is-sticky .resp_mid_nav i {
    color: rgb(30, 30, 30);
}

.header.is-sticky ul.mid_nav>li>a {
    color: rgb(30, 30, 30) !important;
}

.header .navbar-brand img {
    width: 250px;
    height: auto;
    filter: invert(1);
}

.header {
    background-color: white;
    transition: background-color .2s ease-in-out;
    position: fixed;
    z-index: 999;
    top: 0px;
    width: 100%;

}

nav.navbar.navbar-expand-lg {
    padding: 0px;
}

.navigation li a {
    color: #818285;
    display: block;

}

ul.mid_nav>li>a {
    height: 100%;
    min-height: 78px;
    line-height: 78px;
    color: black !important;
}

ul.mid_nav li a {
    padding: 6px 5px;
    color: black !important;
    font-weight: 700;
}

ul.navigation>li>a {
    color: black !important;
}

.header .container {
    justify-content: space-between;
}

.header_mid_but .btn_all_site {
    border-width: 2px;
    border-style: solid;
    color: #fff;
    padding: 0 25px;
    border-color: #098cff;
    background: #098cff;
}


.outer_header_search_form {
    transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
    width: 100%;
    height: 100%;
    left: 0px;
    visibility: hidden;
    position: fixed;
    z-index: 99999;
    background-color: rgba(50, 51, 56, 0.98);
    opacity: 0;
}

.outer_header_search_form.active {
    visibility: visible;
    opacity: 1;
}

.outer_header_search_form_field {
    max-width: 90%;

    height: 104px;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}

.mid_search_but_wrap {
    display: none;
}

.mid_search_but_wrap a {
    font-size: 12px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    height: 20px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    color: #000;
}



.outer_header_search_form_field button {
    background-color: transparent;
    font-size: 28px;
    line-height: 28px;
    padding: 0;
    border-width: 0;
    border-style: solid;
    width: 120px;
    height: 100%;
    margin: auto !important;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
}

.outer_header_search_form .fal.fa-times {
    position: fixed;
    right: 2%;
    top: 50px;
    z-index: 206;
    cursor: pointer;
    color: #fff;
    font-size: 26px;
}

.outer_header_search_form_field input:focus {
    border-color: #fff;
    box-shadow: unset;
    outline: 2px solid transparent;
}

.outer_header_search_form_field input::placeholder {
    color: #fff;
}

.outer_header_search_form_field input {
    background-color: transparent;
    width: 100%;
    height: 100%;
    color: #fff;
    border-color: #007cba;
    font-size: 40px;
    line-height: 80px;
    font-weight: 300;
    padding: 10px 110px 10px 60px;
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.header_mid_but .btn_all_site:hover {
    background: none;
    color: #098cff;
    border-color: #098cff;
}

.mid_nav_wrap {
    display: flex;
    gap: 15px;
    align-items: center;
}

.mid_nav>li li>a {
    display: block;
    padding: 6px 0px;
    color: white !important;
}

nav>div>ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    z-index: 202;
    margin-bottom: 0px;
    zoom: 1;
    margin: 0;
    padding: 0;
}

.mid_nav>li {
    height: 100%;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
}

.mid_nav a .nav_tag,
.bot_nav a .nav_tag,
.navigation>li>a {
        font-family: "Schibsted Grotesk", sans-serif;

    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    color: black !important;
}

nav>div>ul div.menu-item-mega-container {
    display: block;
    width: auto;
    margin: 20px 0 0;
    padding: 20px 10px 30px;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 99%;
    z-index: 203;
    opacity: 0;
    border-width: 1px;
    border-style: solid;
    width: 980px;



}

nav>div>ul div.menu-item-mega-container ul.sub-menu {
    list-style: none;
}

nav>div>ul li.menu-item-mega ul {
    background-color: transparent;
    border: 0;
    width: 100%;

    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    z-index: 203;
}

nav>div>ul div.menu-item-mega-container>ul>li:hover>ul {
    margin: 0;
    padding: 0;
}

nav>div>ul li:hover>div.menu-item-mega-container ul {
    visibility: visible;
    opacity: 1;
}

.mid_nav div.menu-item-mega-container {
    padding: 15px 0;
}

.mid_nav div.menu-item-mega-container>ul>li>a {
    display: block;
    margin: 0 20px 5px;
    color: white !important;
}

ul.navigation li>ul li:hover>a,
ul.navigation li>ul li:hover>a .nav_subtitle,
ul.navigation div.menu-item-mega-container li>ul li>a:hover,
ul.navigation div.menu-item-mega-container li>ul li>a:hover .nav_subtitle,
.navigation div.menu-item-mega-container>ul>li>a {
    color: #ffffff;
}

.mid_nav.mid_nav div.menu-item-mega-container>ul>li>a:hover,
.bot_nav div.menu-item-mega-container>ul>li>a:hover {
    color: #fff;
}

.mid_nav.mid_nav div.menu-item-mega-container>ul>li>a,
.bot_nav div.menu-item-mega-container>ul>li>a {
       font-family: "Schibsted Grotesk", sans-serif;

    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    color: #818285;
}

.menu-item-mega .menu-item-mega-container ul.sub-menu>.menu-item ul.sub-menu li a:hover {
    color: #fff;
}

.menu-item-mega .menu-item-mega-container ul.sub-menu>.menu-item ul.sub-menu li a {
     font-family: "Schibsted Grotesk", sans-serif;

    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    color: #818285;
    text-transform: capitalize
}

.menu-item-mega .menu-item-mega-container ul.sub-menu>.menu-item>a {
    color: #fff;
       font-family: "Schibsted Grotesk", sans-serif;

    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
}

nav>div>ul div.menu-item-mega-container>ul {
    display: table;
    width: 100%;
}

.mid_nav>li .menu-item-mega-container>ul>li {
    border-width: 0;
    border-style: solid;
}

nav>div>ul div.menu-item-mega-container>ul>li {
    display: table-cell;
    padding: 0 5px;
    border-bottom-width: 0;
    border-bottom-style: solid;
}

.navigation>li li {
    border-color: rgba(255, 255, 255, 0);
}

.mid_nav>li li {
    margin: 0 10px -1px 10px;
    padding: 0 10px;
    border-width: 1px;
    border-style: solid;
}

nav>div>ul li:hover>div.menu-item-mega-container {
    margin: 0 0 0;
    visibility: visible;
    opacity: 1;
}

nav {
    display: block;
    height: 100%;
}

.header.is-sticky ul.mid_nav>li>a {
    min-height: 60px;
    line-height: 48px;
}

nav>div>ul .small-menu-sub .menu-item-mega-container {
    list-style: none;
    width: 220px;
    margin: 20px 0 0;
    padding: 10px 0 15px;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 99%;
    z-index: 203;
    opacity: 0;
    border-width: 1px;
    border-style: solid;
}

nav>div>ul .small-menu-sub .menu-item-mega-container ul.sub-menu {
    padding-left: 0px;
}

nav>div>ul .small-menu-sub .menu-item-mega-container ul.sub-menu li>a {
    margin: 0px;
}

nav>div>ul .small-menu-sub .menu-item-mega-container ul.sub-menu li {
    display: block !important;
}

nav>div>ul li:hover>ul {
    margin: 0 0 0;
    visibility: visible;
    opacity: 1;
}

.full-body-outer {
    background: #fff;
    margin: 0 auto;
}

.form-control:focus .forms_outers h2 {
    font-size: 30px;
    line-height: 42px;
    color: #ffffff;
}

.forms_outers label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #ffffff;
        font-family: "Schibsted Grotesk", sans-serif;


}

.hero_section h1 {
    font-size: 50px;
    line-height: 56px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 24px;
       font-family: "Schibsted Grotesk", sans-serif;


}

.hero_section .btn_all_site {
    background-color: #098cff;
    color: #ffffff;
    border-color: #098cff;
}


.hero_section p {
    padding-bottom: 50px;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
}

.forms_outers {
    width: 100%;
    padding: 30px 50px 40px 40px;
    margin: 0 auto;
    border-radius: 1%;
    background-color: rgba(50, 51, 56, 0.5);
}

.forms_outers .form-control {
    min-height: 50px;

}

.form-control {
    font-size: 14px;
    padding: 0 0 0 8px;
    line-height: 2;
    box-shadow: 0 0 0 transparent;
    border-radius: 3px;
    border: 1px solid #7e8993;
    background-color: #fff;
    color: #32373c;
}

.hero_section {
    padding-bottom: 115px;
    padding-top: 175px;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.box_count_buiness {
    text-align: center;
}

.col-lg-3:nth-child(3) .number-counters {
    color: #098cff;
    border-color: #098cff;
}

.box_count_buiness h3 {
    margin-bottom: 20px;
    font-family: "Schibsted Grotesk", sans-serif;

    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    color: rgb(30, 30, 30);
    text-decoration: none;
}

.number-counters {
    transition: all 1s cubic-bezier(.55, .3, .5, 1.65);
    font-size: 40px;
    line-height: 96px;
    width: 100px;
    height: 100px;
    border-style: solid;
    border-width: 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #3588f0;
    border-color: #3588f0;
    margin: 0px auto 20px;
}

.how_our_business {
    padding-top: 90px;
    padding-bottom: 90px;
}

.why-choose-inner h2 {
    margin-bottom: 50px;
}

.why-choose-inner h3 {
    font-family: "Schibsted Grotesk", sans-serif;

    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    color: #3588f0;
}

.why-choose-inner p {
    padding: 0 0 20px;
}

.why-choose-inner {
    padding: 13% 14% 0 13%;
}

.why-coose-us {
    padding-left: 6%;
    border-top: 1px solid #eaeaea;
    background-color: #f8f8f8;
}

.why-choosebg {
    padding-top: 0px;
    padding-bottom: 639px;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

/* explore section */
.explore_needss {
    border-top: 1px solid #eaeaea;
    padding-bottom: 100px;
    padding-top: 80px;
}

.headomg-contentes p {
    color: #8b8b8b;
    font-size: 18px;
    line-height: 26px;
}

.headomg-contentes h2 {
    color: rgb(30, 30, 30);
    font-family: "Schibsted Grotesk", sans-serif;

    font-size: 40px;
    line-height: 54px;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.explore-boxes {
    display: flex;
    gap: 20px;
    padding: 45px 30px;
    border-width: 1px;

    border-style: solid;
    border-radius: 1%;
    border-color: #e0e0e0;
}

.explore-boxes h2 {
    font-family: "Schibsted Grotesk", sans-serif;

    font-size: 20px;
    line-height: 26px;
    color: rgb(30, 30, 30);
    font-weight: 500;
    margin-bottom: 0px;
}

.col-lg-6:not(:last-child) .explore-boxes {
    margin-bottom: 40px;
}

.explore-boxes p {
    margin-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.explore-boxes i {
    font-size: 60px;
    color: #a0a0a0;
}

/* contact section */
.contatc-boxsection {
    padding-top: 185px;
    padding-bottom: 185px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.contatc-boxsection p {
    font-size: 24px;
    margin-bottom: 35px;
    line-height: 34px;
    color: #ffffff;
}

.btn_all_site:hover {
    background-color: #1b61b8;
    color: #ffffff;
    border-color: #1b61b8;
}

.btn_all_site {
    font-size: 14px;
    padding-right: 35px;
    transition: all .3s ease-in-out;
    padding-left: 35px;
    white-space: nowrap;
    line-height: 42px;
    font-weight: 600;
    text-align: center;
    font-family: "Schibsted Grotesk", sans-serif;

    font-style: normal;
    display: inline-block;
    background-color: #098cff;
    border-radius: 4px;
    color: #fff;
    border-color: #ffffff;
}

.contatc-boxsection h2 {
    font-size: 40px;
    margin-bottom: 10px;

    line-height: 52px;
    color: #ffffff;
}

/* .counter section */

.counter-section {
    font-family: "Schibsted Grotesk", sans-serif;

    background-color: rgb(30, 30, 30);
    padding-bottom: 30px;
    padding-top: 30px;
}

.counter-boxes h2 {
    font-size: 46px;
    line-height: 54px;
    color: #ffffff;
    font-weight: 300;
}

.counter-boxes p {
    padding: 8px 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #098cff;
}

.counter-boxes {
    text-align: center;
    min-height: 100px;
    padding: 0 20px;
    margin: 0 0 20px;
}

/* real stroies */
.real-stroiess {
    padding-top: 100px;
    padding-bottom: 90px;

    background-color: #f8f8f8;
}

.video-coverimg img {
    border-radius: 0px;
    width: 100%;
}

.video-coverimg {
    position: relative;
}

.video-coverimg a {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;

}

.real-stories-cotnent p {
    color: rgb(30, 30, 30);
    font-size: 18px;
    line-height: 32px;
}

.real-stories-cotnent h2 {
    font-family: "Schibsted Grotesk", sans-serif;

    font-size: 40px;
    color: rgb(30, 30, 30);
    font-weight: 300;
    line-height: 52px;
}

.button_wrap a:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #098cff;
    border-color: rgba(255, 255, 255, 0);
}

.button_wrap a {
    font-family: "Schibsted Grotesk", sans-serif;

    font-size: 13px;
    line-height: 42px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    padding-right: 0px;
    padding-left: 0px;
    background-color: rgba(255, 255, 255, 0);
    color: #298eea;
    border-color: rgba(255, 255, 255, 0);
}

/* .testimonials-section */
#testimonials-slide .owl-prev {
    left: 0;
}

#testimonials-slide .owl-next {
    right: 0;
}

#testimonials-slide .owl-prev,
#testimonials-slide .owl-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 18px;
    color: #bebebe;
    height: 36px;
    font-size: 36px;
    margin-top: -18px;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
}

.testimonial-bankers {
    padding-bottom: 15px;
    padding-top: 90px;
    border-top: 1px solid #eaeaea;
}

.testimonial-box {
    padding: 0 5%;
    position: relative;
}

.testimonial-bankers .img-test-user img {
    width: 150px;
    margin: auto;
    border-radius: 50%;
}

.testi_quote_info_wrap h3 {
    font-size: 18px;
    color: rgb(30, 30, 30);
}

.testi_quote_info_wrap {

    font-family: "Schibsted Grotesk", sans-serif;

}

.testi_quote_info_wrap .author-namer {
    display: inline-block;

    color: rgb(30, 30, 30);
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.user_details img {
    width: 109px !important;
    height: 109px;
    border: 4px solid #098cff;
    border-radius: 100%;
    object-fit: cover;
}

.testimonial-bankerinners .testimonial-box {
    transition: 0.6s
}

.testimonial-bankerinners .testimonial-box:hover {
    background-color: #098cff;
    transition: 0.6s;
}

.testimonial-bankerinners .testimonial-box:hover p {
    color: white;
}

.testimonial-bankerinners .testimonial-box:hover .author-namer {
    color: white;
}

.testimonial-bankerinners .testimonial-box:hover .user_details h4 {
    color: white;
}

.testi_quote_info_wrap .author-namer a {
    color: #098cff;
    margin: 0 0px 0 10px;
}

.testi_quote_info_wrap p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    font-style: normal;
}

.img-test-user {
    text-align: center;
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

.testi_quote_info_wrap {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
}

/* our client logo */
.our-client-logo {
    padding-top: 90px;
    padding-bottom: 15px;
}

.outers_clients_items {
    display: flex;
    flex-wrap: wrap;
}

.our_clients_item {
    height: 120px;
    line-height: 120px;
    width: 20%;
    margin-bottom: 20px;
}

.our_clients_item img {
    display: inline-block;
    padding: 0 20px;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
}

/* footer */
.social_wrap_inner {}

.copyright-bottom {
    padding-top: 35px;
    padding-bottom: 35px;
}

.copyright-bottom p {
    font-size: 14px;
    color: #7f7f7f;
    margin-bottom: 0px;
}

.social_wrap_inner ul a i {
    text-decoration: none;
}

.social_wrap_inner ul a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.social_wrap_inner ul a {
    transition: color .3s ease-in-out, opacity .3s ease-in-out;
    color: rgba(255, 255, 255, .3);
    font-size: 15px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 15px;
    display: block;
}

.social_wrap_inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
    width: 100%;
    display: flex;
    justify-content: end;
}

.social_wrap_inner li:not(:last-child) {
    display: block;
}

.social_wrap_inner .fa-google-plus-g {
    margin-right: 20px;
}

footer {
    background-color: #fff;
}

.copyright-bottom {
    border-top: 1px solid #7f7f7f;
    ;
}

.footer-log {
    width: 144px;
    height: auto;
    margin-bottom: 40px;
}

.footer_top h3 {
    margin-bottom: 20px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: "Schibsted Grotesk", sans-serif;

    color: #ffffff;
}

.footer_top .menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer_top p {
    color: #7f7f7f;
    font-size: 14px;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}

.footer_top .menu li {
    padding: 3px 0;
}

.footer_top .menu li a {
    color: #7f7f7f;
    font-size: 14px;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}

.footer_top .menu li a:hover {
    color: #6a6a6a;
}

.footer_top {
    padding-top: 60px;
    padding-bottom: 40px;
}

.resp_mid_nav i {
    color: rgb(30, 30, 30);
}

.resp_mid_nav {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    text-align: right;
    line-height: 28px;
    position: relative;
}

#slide_top:hover {
    background-color: #a0a0a0;
}

#slide_top {
    text-align: center;
    width: 50px;
    transition: background-color .3s ease-in-out;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 99999;
    line-height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: none;
    color: #fff;
    background-color: #3588f0;
}






.people_choose_point {
    padding: 64px 0px;
    background: rgb(255, 252, 245);
}

.img_radiuss {
    margin-right: 45px;
}

.img_radiuss img {
    width: 100%;
    border-radius: 80px;

}

.heading_h2 h2 {
    color: rgb(30, 30, 30);
    font-style: normal;
    font-size: 29px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 7px;
}

.icons_icons_img {
    flex: 0 0 auto;
    align-self: flex-start;
    width: 56px;
    height: 56px;
    padding: 13px;
    margin-right: 16px;
    border-radius: 50%;
    background-color: rgb(9 140 255 / 16%) !important;
}

.ul_lists_choose h3 {
    color: rgb(30, 30, 30);
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
    font-weight: 600;
}

ul.ul_lists_choose {
    padding-left: 0px;
    list-style: none;
        margin-top: 24px;
}

ul.ul_lists_choose li {
    display: flex;
}

.whatever_point {
    padding: 64px 0px;
}

.whatever_boxess {
    /* padding: 4px 12px; */
    height: 100%;
}

.whatever_boxess a {
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(9, 30, 66, 0.2) 0px 3px 5px, rgba(9, 30, 66, 0.31) 0px 0px 1px;
    border-radius: 4px;
    height: 100%;
    transition: 0.35s;
    transform: perspective(500px) translateZ(0px);

}

.whatever_boxess a:hover {
    box-shadow: rgba(9, 30, 66, 0.2) 0px 3px 8px 1px, rgba(9, 30, 66, 0.31) 0px 0px 1px;
    transform: perspective(500px) translateZ(20px);
}

.whatever_boxess .whatever_boxess_img {
    padding: 20px;
    background: rgb(228 245 230);
    height: 130px;
}

.whatever_boxess .whatever_boxess_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.whatever_boxess h3 {
    font-weight: 600;
    margin-bottom: 8px;
    color: rgb(30, 30, 30);
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
}

.whatever_boxess p {
    font-size: 14px;
    line-height: 20px;
}

.whatever_point .col-lg-2 {
    padding: 0px 10px;
}

.whatever_point .row {
    margin: 0px -10px;
}

.whatever-boxex-content {
    display: flex;
    flex-direction: column;
    padding: 16px;
    height: 100%;
}

.simple_que_point {
    padding: 80px 0px;
    background: rgb(255, 252, 245);
}

.simple_que_point p {
    text-align: center;
}

.simple_que_point .btn_all_site i {
    font-size: 18px;
}

.simple_que_point .btn_all_site:hover {
    background: rgb(30, 30, 30);
    color: #fff;
}

.simple_que_point .btn_all_site {
    transition: 0.35s;
    color: rgb(30, 30, 30);
    border-radius: 4px;
    border: 1px solid rgb(168, 168, 168);
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.footer__LegalLinksSection a {
    display: block;
    flex: 0 0 25%;
    font-size: 12px;
    line-height: 20px;
    color: rgb(189, 189, 189);
    margin-bottom: 8px;
    box-sizing: border-box;
    transition: 0.35s;
}

.footer__LegalLinksSection {

    display: flex;
    flex-wrap: wrap;
}

footer.new_footers {
    padding: 100px 0px 0px;
}

footer.new_footers h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    color: #000;
    margin-bottom: 12px;
}

footer.new_footers h4 {

    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    box-sizing: border-box;
}

.search_listss {
    margin-top: 80px;
}

footer.new_footers .copyright-bottom {
    font-size: 12px;
    line-height: 16px;
    padding: 20px 0px;
    color: rgb(255, 255, 255);
    margin-top: 60px;
    text-align: left;
    border: 0px;
    border-top: 1px solid #e5e5e5;
}

footer.new_footers .copyright-bottom p {
    font-size: 12px;
    line-height: 16px;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

.need_help a {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-decoration: underline;
    color: #000;
    margin: 4px 0px;
}

.need_help p {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin: 0px 0px 5px;
}

footer.new_footers img.footer-log {
    height: 26px;
    width: auto;
    margin-top: 0px;
    filter: invert(1);
}

footer.new_footers .copyright-bottom p {
    color: black !important;
}

footer.new_footers ul.menu-list {
    padding-left: 0px;
    list-style: none;
}

#contact_us li a {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

footer.new_footers ul.menu-list a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 8px;
    transition: 0.35s;
}

.connect_follow {
    padding: 30px 0px;
    color: rgb(255, 255, 255);
    background-color: #098cff;
}

.connect_follow h2 {
    font-style: normal;
    font-size: 29px;
    line-height: 32px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 0px;
}

.connect_follow .container {
    display: flex;
    gap: 40px;
    align-items: center;
}

.connect_follow li:first-child {
    margin-left: 0px;
}

.social_wrap_inner {
    padding-left: 0px;
}

.connect_follow li {
    line-height: normal;
    padding: 0px;
    margin: 0px 10px;
}

.connect_follow a {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    display: block;
    width: 45px;
    height: 45px;
    color: #fff;
    line-height: 45px;
    padding: 0px;
    font-size: 24px;
    text-align: center;
}

ul.social_wrap_inner {
    display: flex;
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;

}

.ready_for_your {
    background-image: url('https://paydayloansaustralia.com.au/wp-content/uploads/2025/06/towfiqu-barbhuiya-jpqyfK7GB4w-unsplash-1.webp');
    background-size: cover;
    background-position: right center;
    padding: 64px 0px;

}

.ready_for_your_boxes:hover {
    box-shadow: rgba(9, 30, 66, 0.2) 0px 3px 8px 1px, rgba(9, 30, 66, 0.31) 0px 0px 1px;
    transform: perspective(500px) translateZ(15px);
}

.ready_for_your_boxes {
    display: block;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: rgba(9, 30, 66, 0.2) 0px 3px 5px, rgba(9, 30, 66, 0.31) 0px 0px 1px;
    border-radius: 4px;
    height: 100%;
    padding: 20px;
    transition: 0.35s;
    transform: perspective(500px) translateZ(0px);
}

.ready_for_your_boxes h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.ready_for_your_boxes h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 0px;

}

.ready_for_your_boxes p {
    min-height: 106px;
}


button.accordion-button {
    background: #fff;
    border: 0px !important;
    /* border-bottom: 1px solid rgb(189, 189, 189); */
    padding: 26px 0px;
    text-align: left;
    color: rgb(30, 30, 30) !important;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    transition: color 0.35s;
    font-weight: 600;
    padding-right: 45px !important;
}

.frequently_que_point {
    padding: 64px 0px;
}

.accordion-button:not(.collapsed) {
    background: #fff;
    box-shadow: none;
}


.accordion-body {
    padding: 0px 0px 25px;
}

.accordion-item {
    border: 0px;
    border-bottom: 1px solid rgb(189, 189, 189);
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    background-image: none;
    background-repeat: no-repeat;
    /* font-size: 26px; */
    position: absolute;
    right: 0px;
    content: "\2b";
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: var(--fa-style, 900);
    width: auto;
    top: 25px;
    transition: 0.35s;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(45deg);
    transform: rotate(225deg);
    top: 30px;
}

.testimonial-bankerinners .testimonial-box {
    background-color: #fff;
    display: flex;
    border-radius: 2px;
    display: -ms-inline-flexbox;
    -ms-flex-direction: column;
    line-height: 16px;
    margin: 0 20px 0 0;
    align-items: center;
    padding: 50px 15px !important;
    position: relative;
    vertical-align: middle;
    white-space: normal;
    border-bottom: 1px solid rgba(182, 196, 210, .4);
    gap: 15px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    margin: 15px 10px;
}

.user_details h4 {

    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.testi_quote_info_wrap ul {
    display: flex;
    gap: 5px;
    padding: 0px;
}

.testi_quote_info_wrap ul li {
    list-style: none;
    color: #ffc107
}

.testimonial-bankerinners .testimonial-box p {
    color: #191919;
    font-size: 14px;
    line-height: 20px;
    max-height: 100px;
    overflow: hidden;
    word-wrap: break-word;
}

.testimonial-bankerinners .testi_quote_info_wrap {
    width: 100%;
}

.testimonial-bankerinners .author-namer {
    font-weight: bold;
}

.testimonial-bankerinners .author-namer span {
    font-weight: 400;
}

.testimonial-bankerinners {
    padding: 64px 0px;
    background: rgb(255, 252, 245);
}

button.accordion-button:hover {
    color: #098cff !important;
}


button.owl-prev-custom,
button.owl-next-custom {
    border: 0px;
    width: 35px;
    line-height: 35px;
    color: #fff;
    height: 35px;
    border-radius: 50%;
    background-color: rgb(9 140 255);
}

.whatever_point .heading_h2 {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.owl-custom-nav {
    gap: 10px
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    border: 0px;
    width: 35px;
    line-height: 35px;
    color: #fff;
    height: 35px;
    border-radius: 50%;
    top: 40%;
    background-color: rgb(9 140 255);
}

#testimonials-slide1 .owl-prev,
#testimonials-slide1 .owl-next {
    position: absolute;
    top: 40%;
    display: block;
}

#testimonials-slide1 .owl-next {
    right: 0;
}

.herosetion_top h1 {
    color: #fff;
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0px;
    text-transform: unset;

}

.herosetion_top {
    background-position: center center;
    background-size: cover;
    padding: 60px 0px 60px;
    background-repeat: no-repeat;
    position: relative;
    background-position: top;
    margin-top: 90px;
}

.herosetion_top ul {
    list-style: none;
    margin-top: 21px;
    /* max-width: 475px; */
    padding-left: 0px;
}

.herosetion_top ul li {

    position: relative;
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 4px;
    color: #fff;
    padding-left: 30px;

}

.herosetion_top ul li:before {
    position: absolute;
    top: 3px;
    font-weight: 400;
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    left: -0px;
    width: 20px;
    height: 20px;
    font-size: 22px;
}

.herosetion_top svg {
    width: 100%;
    position: relative;
}

.calculator {
    padding: 30px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(9, 30, 66, 0.15) 0px 8px 12px, rgba(9, 30, 66, 0.31) 0px 0px 1px;
    border-radius: 10px;
    box-sizing: border-box;

}

.section {
    margin-bottom: 30px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.slider-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 45px;
    margin-bottom: 20px;

}

.slider-container input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 12px;
    border-radius: 10px;
    background: #eee;
    outline: none;
}

.slider-container input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px;
    height: 28px;
    background: white;
    border: 1px solid rgb(33, 33, 33);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.slider-container input[type=range].red::-webkit-slider-thumb {
    border-color: rgb(33, 33, 33);
}

.slider-container button {
    background: white;
    width: 30px;
    height: 30px;
    color: rgb(33, 33, 33);
    font-weight: 400;
    background-color: rgb(255, 255, 255);
    /* padding: 3px 8px 0px; */
    font-size: 18px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid rgb(33, 33, 33);
    ;
    transition: 0.35s;
    cursor: pointer;
    font-family: 'Font Awesome 5 Brands';
    text-align: center;
    display: block;
}

.tooltip {
    background: #000000;
    opacity: 1;
    position: absolute;
    top: -42px;
    transform: translateX(-50%);
    max-width: 200px;
    padding: 2px 9px;
    text-align: center;
    color: rgb(33, 33, 33);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(33, 33, 33);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 2px;
    border-radius: 5px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    z-index: 2;
}

.disclaimer {
    color: rgb(30, 30, 30);
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
    min-height: 56px;
}

.repayment {
    display: flex;
    justify-content: center;
    margin-right: 2px;
    font-size: 30px;
    line-height: 24px;
    font-weight: bold;
    color: rgb(9 140 255);
    gap: 25px;
}

.repayment>div span {
    color: rgb(9 140 255) !important;
}

.repayment>div {
    gap: 2px;
    display: flex;

}

.innertooltipsss {
    position: absolute;
    bottom: -12px;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid rgb(33, 33, 33);
    left: 50%;
}

.innertooltipsss_inerr {

    position: absolute;
    top: -12px;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(255, 255, 255);
}

.repayment>div span {
    color: rgb(219, 26, 26);
    font-size: 12px;
    font-weight: 600;
}

.mix_blendss {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(89.79deg, rgba(169, 169, 169, 0.69) 0.18%, rgba(255, 255, 255, 0) 56.27%);
    mix-blend-mode: multiply;
}

.herosetion_top .container {
    position: relative;
    z-index: 1;
}

.slider_rangecenter {
    position: relative;
    width: calc(100% - 80px);
}

.inner_content_svg p {
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 16px;
    margin-top: 0%;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.inner_content_svg {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0px;
    display: none;
}

.inner_content_svg .d-flex {
    align-items: center;
    gap: 40px
}

.inner_content_svg .d-flex img {
    width: 160px;
    height: auto;
}

.svg-gogole-content svg {
    position: absolute;
    height: 100%;
}

.svg-gogole-content {
    position: relative;
    min-height: 120px;
}

.fa-info-circle {
    cursor: pointer;
}

.modal-content button.btn-close {
    opacity: 1;
}
.heading_h2 p{
    margin-bottom: 8px;
}
.whatever_boxess .whatever_boxess_img {
    background: rgb(9 140 255 / 16%) !important;
}

.mid_nav a .nav_tag,
.bot_nav a .nav_tag,
ul.navigation>li>a {
    color: #000 !important;
}
.contactinformation  li a{    display: flex!important;
        align-items: baseline;
        gap: 10px;
        
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed, .accordion-item:last-of-type>.accordion-collapse, .accordion-item:last-of-type {
    border-radius: 0px!important;
}
.hamburger-icon-path {
    transition: 0.35s;
    fill: rgb(33, 33, 33);
}
.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}
.closemneuss-items.resp_mid_nav  {
    display: none;
}