@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);

embed,
img,
img:not([draggable]),
object,
video {
    height: auto;
    max-width: 100%
}

a,
body,
button {
    font-family: var(--bs-body-font-family)
}

body,
button,
mark {
    padding: 0
}

.badge,
.language_dropdown .name {
    line-height: 1;
    font-size: 14px;
    font-weight: 500
}

.path,
.path_2 {
    stroke-dasharray: 6;
    stroke-dashoffset: 6
}

.backtotop .scroll,
.badge.style_2,
.dropdown-menu {
    background-color: var(--bs-white)
}

a,
button {
    display: inline-block
}

.btn:before,
.category_list_block span,
a,
button {
    transition: var(--bs-transition)
}

.btn-link,
a {
    text-decoration: none
}

.client_feedback_section,
.footer_layout_2,
.newslatter_wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.car_insurance_process,
.insurance_member,
.review_block,
.service_block.style_3,
.table td:not(:first-child),
.table thead th:not(:first-child),
.team_block {
    text-align: center
}

.investment_solution,
:root,
[data-bs-theme=light] {
    --bs-secondary: #023436;
    --bs-secondary-rgb: 2, 52, 54
}

:root,
[data-bs-theme=light] {
    --bs-body-font-family: "DM Sans", sans-serif;
    --bs-heading-font-family: 'SuisseIntl SemiBold';
    --bs-body-font-size: 16px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-bg: #FFFFFF;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-body-color: #6B6B6B;
    --bs-body-color-rgb: 107, 107, 107;
    --bs-secondary-color: #C6C6C6;
    --bs-secondary-color-rgb: 198, 198, 198;
    --bs-heading-color: #121212;
    --bs-primary: #ed1c24;
    --bs-dark: #020202;
    --bs-light: #E4EEEF;
    --bs-primary-rgb: 217, 255, 67;
    --bs-dark-rgb: 20, 20, 20;
    --bs-light-rgb: 228, 238, 239;
    --bs-border-color: #E4EEEF;
    --bs-border-color-translucent: rgba(228, 238, 239, 1);
    --bs-border-radius: 10px;
    --bs-border-radius-sm: 5px;
    --bs-border-radius-lg: 20px;
    --bs-transition: 300ms ease
}

button,
hr,
iframe,
img {
    border: none
}

@font-face {
    font-family: 'SuisseIntl Regular';
    src: url("../fonts/suisseIntl-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SuisseIntl Medium';
    src: url("../fonts/suisseIntl-medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SuisseIntl SemiBold';
    src: url("../fonts/suisseIntl-semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SuisseIntl Bold';
    src: url("../fonts/suisseIntl-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

body {
    margin: 0;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    font-style: normal;
    font-optical-sizing: auto;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.image_block,
.page_wrapper {
    overflow: hidden;
    position: relative
}

.dropdown-menu:before,
.overlay {
    right: 0;
    position: absolute;
    left: 0
}

a:active,
a:focus,
button:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
    outline: 0
}

img {
    user-select: none;
    vertical-align: middle
}

a {
    outline: 0
}

a:active,
a:focus,
a:hover,
a:visited {
    outline: 0;
    text-decoration: none
}

button {
    outline: 0;
    background: 0 0
}

.table thead,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bs-heading-font-family)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--bs-heading-color)
}

b,
strong {
    font-weight: 700
}

hr {
    opacity: 1;
    height: 1px;
    margin: 25px 0;
    background-color: var(--bs-border-color)
}

mark {
    color: var(--bs-primary);
    background-color: transparent
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px
}

.row {
    margin: -15px
}

.review_marquee_vertical_bottom .swiper-slide,
.review_marquee_vertical_up .swiper-slide,
[class*=col-] {
    padding: 15px
}

.dropdown-menu {
    padding: 6px 0;
    margin-top: 30px;
    transition: .2s;
    border-radius: var(--bs-border-radius);
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .1)
}

.dropdown-menu:before {
    top: -30px;
    content: '';
    height: 30px;
    display: block
}

.dropdown-menu>li {
    padding: 0 6px
}

.dropdown-menu>li:not(:last-child) {
    margin-bottom: 1px
}

.dropdown-menu>li>a {
    gap: 8px;
    display: flex;
    font-size: 16px;
    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;
    justify-content: space-between
}

.dropdown-menu>li.active>a,
.dropdown-menu>li:hover>a,
.footer_layout_6 .newsletter_input .submit_btn {
    color: var(--bs-white);
    background-color: var(--bs-dark)
}

.dropdown-toggle {
    gap: 10px;
    align-items: center;
    display: inline-flex
}

.dropdown-toggle::after {
    margin: 0;
    border: none;
    line-height: 1;
    content: '\f107';
    font-weight: 400;
    color: currentColor;
    font-family: 'Font Awesome 6 Pro'
}

@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(0)
    }

    .dropdown:hover>.dropdown-menu>.dropdown>.dropdown-menu {
        transform: translateY(0)
    }
}

.language_dropdown .dropdown-toggle {
    display: flex;
    text-transform: uppercase;
    color: var(--bs-body-color)
}

.language_dropdown .dropdown-toggle:after {
    margin-left: -6px
}

.footer_layout_2 .iconbox_block p a,
.language_dropdown .dropdown-toggle .name {
    color: currentColor
}

.language_dropdown .dropdown-menu {
    margin-top: 10px;
    gap: 1px;
    border: none;
    padding: 6px;
    border-radius: 6px;
    background-color: var(--bs-white)
}

.language_dropdown .dropdown-menu:before {
    top: -10px;
    height: 10px
}

.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.active,
.language_dropdown .dropdown-menu>ul>li:hover {
    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 {
    color: var(--bs-dark)
}

.overlay {
    top: 0;
    bottom: 0;
    z-index: -1
}

.contact_process_content .site_logo,
.section_decoration {
    z-index: 1;
    position: relative
}

.section_decoration .decoration_item {
    z-index: -1;
    position: absolute
}

.badge {
    padding: 8px 10px;
    border-radius: 5px
}

.btn,
.btn-link {
    font-size: 16px
}

.badge .fa-circle {
    font-size: 12px
}

.badge.style_2 {
    gap: 10px;
    padding: 8px 10px;
    border-radius: 50px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    color: var(--bs-heading-color);
    font-family: 'SuisseIntl Medium';
    box-shadow: 0 4px 11px 0 rgba(1, 58, 55, .15)
}

.backtotop .scroll,
.backtotop .scroll:hover,
.btn.bg-dark:hover,
.btn.bg-secondary:hover,
.category_list_block a:hover span,
.contact_info_box .iconlist_block a:hover,
.financial_consulting .btn.bg-primary:hover,
.investment_solution .mobile_menu_btn:hover,
.main_menu_list>li.active>a,
.main_menu_list>li:hover>a,
.social_icons_block a:hover {
    color: var(--bs-dark)
}

.ml-10 {
    margin-left: 10px !important
}

.appp_btn .btn {
    padding: 18px 30px;
    font-size: 14px
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes phoneRinging {

    20%,
    26%,
    32%,
    38%,
    44%,
    50%,
    56%,
    62%,
    68%,
    74%,
    80%,
    from {
        transform: rotate3d(0, 0, 1, 0deg)
    }

    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg)
    }
}

.hotline_btn .btn_icon,
.phoneRinging {
    animation: 1.5s linear infinite phoneRinging
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.spinner {
    animation: 1s linear infinite spin
}

@keyframes ripple {
    0% {
        opacity: .9
    }

    100% {
        opacity: 0;
        transform: scale(1.6)
    }
}

.ripple {
    animation: 1.5s linear infinite ripple
}

.path {
    animation: 4s linear infinite dash
}

@keyframes dash {
    0% {
        stroke-dashoffset: 100
    }

    100% {
        stroke-dashoffset: 0
    }
}

.path_2 {
    animation: 4s linear infinite dashTwo
}

@keyframes dashTwo {
    0% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: 100
    }
}

.backtotop {
    right: 15px;
    z-index: 999;
    bottom: 60px;
    display: none;
    position: fixed
}

.backtotop .scroll {
    z-index: 1;
    width: 42px;
    height: 42px;
    display: flex;
    font-size: 15px;
    position: relative;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .1)
}

.section_space {
    padding-top: 140px;
    padding-bottom: 140px
}

[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
}

.unordered_list_block {
    display: flex;
    flex-direction: column
}

.unordered_list_block>li {
    width: 100%;
    display: block
}

.iconlist_block.unordered_list_block {
    gap: 12px
}

.iconlist_block>li {
    gap: 12px;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    align-items: flex-start
}

.btn,
.btn-link,
.post_meta a {
    line-height: 1
}

.iconlist_block a {
    gap: 12px;
    display: inline-flex;
    align-items: flex-start;
    color: var(--bs-body-color)
}

.blog_post_block .btn-link:hover,
.footer_layout_1 .iconlist_block a:hover,
.footer_layout_2 .iconlist_block a:hover,
.footer_newslatter_2 button,
.iconlist_block a:hover,
.pricing_block .pricing_features .iconlist_block>li .iconlist_icon,
.service_block .service_title a:hover,
.service_block.bg-dark .btn-link:hover {
    color: var(--bs-primary)
}

.iconlist_block .iconlist_icon:has(.fa-circle) {
    font-size: 6px;
    color: var(--bs-primary)
}

.btn-link:hover,
.filter_elements_nav button,
.footer_layout_6 .iconlist_block a:not(:hover),
.post_meta .meta_icon,
.post_meta a:hover,
.service_block.style_2 .service_title a,
.team_block .iconlist_block .iconlist_icon {
    color: var(--bs-heading-color)
}

.iconlist_block .iconlist_icon img {
    width: 24px;
    margin-top: -2px
}

.filter_elements_nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px
}

.filter_elements_nav ul {
    gap: 1px;
    padding: 7px;
    border-radius: 10px;
    background-color: #d8e4e5
}

.filter_elements_nav ul>li.active button {
    background-color: var(--bs-white);
    box-shadow: 0 6px 12px 0 rgba(167, 197, 203, .39)
}

.filter_elements_nav button {
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 10px
}

.btn-link,
.category_list_block a span,
.post_meta a,
.tags_block a {
    color: var(--bs-body-color)
}

.contact_info_box .office_location,
.post_meta,
.pricing_block .pricing_info ul {
    gap: 30px
}

.post_meta>li {
    font-size: 16px;
    font-weight: 600
}

.post_meta a {
    gap: 8px;
    align-items: center;
    display: inline-flex
}

.post_meta a.bg-white {
    border-radius: 5px;
    padding: 6px 8px 5px
}

.app_download_btns a img,
.post_meta .meta_icon img,
.pricing_block .pricing_amount [class*=pricing_amount_]>* {
    display: block
}

.app_download_btns,
.footer_layout_2 .iconlist_block.unordered_list_block,
.footer_layout_4 .social_icons_block,
.item_details_content .social_icons_block,
.site_header .btns_group,
.tags_block {
    gap: 10px
}

.tags_block a {
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    align-items: center;
    display: inline-flex;
    padding: 7px 20px 6px;
    background-size: 100% 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    border: 1px solid var(--bs-border-color);
    background-image: linear-gradient(45deg, #00f1b5, #d9ff43)
}

.other_post_nav a:not(:nth-child(2)):hover i,
.tags_block a:hover {
    background-size: 100% 100%;
    color: var(--bs-heading-color)
}

.category_list_block>li:not(:last-child) {
    border-bottom: 1px solid var(--bs-border-color)
}

.category_list_block a {
    display: flex;
    padding: 16px 0;
    font-size: 20px;
    font-weight: 500;
    align-items: center;
    justify-content: space-between
}

.category_list_block a span:first-child {
    transform: translateX(-24px)
}

.category_list_block a span:first-child i {
    opacity: 0;
    color: inherit;
    transition: var(--bs-transition)
}

.category_list_block a:hover span:first-child {
    transform: translateX(0)
}

.category_list_block a:hover span:first-child i {
    opacity: 1;
    color: inherit
}

.category_list_block span {
    gap: 10px;
    align-items: center;
    display: inline-flex
}

.btns_group {
    gap: 30px;
    display: flex;
    padding: 50px 0;
    align-items: center;
    justify-content: center
}

.btn,
.hotline_btn {
    align-items: center;
    overflow: hidden
}

.btn {
    gap: 12px;
    border: 0;
    font-weight: 700;
    transition: .3s;
    position: relative;
    padding: 26px 40px;
    letter-spacing: 1px;
    display: inline-flex;
    letter-spacing: -.2px;
    justify-content: center;
    border-radius: var(--bs-border-radius-sm)
}

.btn-link,
.hotline_btn {
    gap: 10px;
    display: inline-flex;
    font-family: 'SuisseIntl Medium'
}

.btn:before {
    left: 50%;
    bottom: -200%;
    width: 200%;
    height: 200%;
    content: '';
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    transform: translateX(-50%)
}

.about_image,
.breadcrumb_nav>li:not(:last-child),
.btn-link,
.btn.btn-main,
.comment_item .comment_author_content,
.form-group,
.hotline_btn,
.main_menu_list .dropdown>a,
.newsletter_input {
    position: relative
}

.btn .btn_icon {
    margin: 0 0 -1px
}

.btn:hover {
    transform: translateY(-2px)
}

.btn:hover:before {
    bottom: -70%
}

.btn.btn-rounded {
    border-radius: 60px
}

.btn.btn-main {
    padding: 26px 50px;
    z-index: 1
}

.blog_post_block .btn-link svg,
.blog_post_block .btn-link svg path,
.btn.bg-dark svg path,
.btn.btn-main .btn_icon,
.fc_social_icons_block li a svg path,
.financial_consulting .btn.bg-dark svg path,
.financial_consulting .btn.bg-primary svg path,
.pricing_block .btn svg path,
.service_block .btn svg path {
    transition: .3s
}

.btn.btn-main::before,
.form-group-file input[type=file],
.header_layout_1 .site_logo img:nth-child(2),
.header_layout_1 .stricked-menu .site_logo img:first-child,
.pricing_block.active .pricing_amount_yearly,
.pricing_block:not(.active) .pricing_amount_monthly,
.site_header .btns_group>li:first-child {
    display: none
}

.btn.btn-main::after {
    position: absolute;
    top: -288px;
    left: -302px;
    width: 650px;
    height: 650px;
    background-image: url(../images/shapes/btn_shape.webp);
    content: "";
    z-index: -1;
    background-repeat: no-repeat;
    transition: .7s
}

.btn.btn-main:hover::after {
    transform: rotate(90deg)
}

.btn.btn-main:hover .btn_icon {
    transform: translateX(4px)
}

.breadcrumb_nav>li:hover:not(.active)>a,
.btn.bg-dark,
.btn.bg-secondary,
.fc_social_icons_block li a:hover,
.financial_consulting .btn.bg-primary,
.footer_layout_1 .iconlist_block a,
.footer_layout_2 .iconlist_block a,
.footer_layout_5 .iconlist_block a:not(:hover),
.header_layout_1 .stricked-menu .btn-outline-light:hover,
.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,
.heading_block.text-white .heading_text,
.review_section .rating_block .rating_counter,
.service_block .btn-link,
.stricked-menu .ob-header-btn .btn:hover .btn_icon,
.team_block.style_2 .team_member_name {
    color: var(--bs-white)
}

.btn.bg-dark:hover svg path,
.financial_consulting .btn.bg-dark:hover svg path,
.financial_consulting .btn.bg-primary:hover svg path,
.offcanvas_wrapper .social_icons_block a svg path,
.pricing_block .btn:hover svg path,
.social_icons_block a:hover svg path {
    fill: var(--bs-dark)
}

[class*=btn-outline-] {
    border: 1px solid transparent
}

.btn-link {
    padding-bottom: 2px;
    border-bottom: 1px solid currentColor
}

@keyframes btnTxtMarqueeY {
    to {
        transform: translateY(-200%)
    }
}

.hotline_btn {
    font-size: 16px;
    font-weight: 500;
    padding: 13px 20px;
    color: var(--bs-white);
    background-color: #023436;
    border-radius: var(--bs-border-radius-sm)
}

.hotline_btn .btn_icon:has(img) {
    width: 18px
}

.hotline_btn .btn_label:after {
    top: 100%;
    left: 50%;
    position: absolute;
    white-space: nowrap;
    display: inline-block;
    content: attr(data-text);
    transform: translate(-50%, 100%)
}

.app_download_btns a {
    display: block;
    max-width: 182px
}

.accordion-item:not(:last-child),
.heading_block,
.post_audio,
.sidebar>:not(:last-child) {
    margin-bottom: 40px
}

.heading_block .heading_text {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 24px;
    letter-spacing: -.5px
}

.heading_block .subtitle_text {
    line-height: 1;
    font-size: 18px;
    font-weight: 700
}

.heading_block .subtitle_text.border-bottom {
    padding-bottom: 10px;
    display: inline-block
}

.heading_block .heading_description {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.2px
}

.heading_block .badge {
    margin-bottom: 19px
}

.heading_block.style_2 .heading_text {
    font-size: 55px;
    line-height: 67px
}

.comment_form .heading_block .heading_description,
.heading_block.style_2 .heading_description,
.job_apply_form .heading_block .heading_description {
    font-size: 18px;
    line-height: 28px
}

.bg-ins-subtle {
    background-color: rgba(0, 61, 43, .1)
}

.blog_post_block .post_image,
.footer_layout_2 .footer_newslatter_2,
.form-group:not(:last-child),
.funfact_block.style_2:not(:last-child),
.online_banking_features .col-lg-4 .imagebox_block .imagebox_content,
.review_block_4 .authorbox_block,
.site_footer .iconlist_block {
    margin-bottom: 30px
}

.form-group .form-control,
.form-group .form-select {
    padding: 0 15px;
    height: 40px;
    font-size: 16px;
    box-shadow: none;
    border-radius: 5px;
    color: var(--bs-dark);
    transition: .3s;
    border: 1px solid #dbe2e2;
    caret-color: var(--bs-dark)
}

.form-group .form-control::placeholder,
.form-group .form-select::placeholder {
    color: #7e8a8b;
    font-size: 16px
}

.form-group .form-control:-ms-input-placeholder,
.form-group .form-select:-ms-input-placeholder {
    color: #7e8a8b;
    font-size: 16px
}

.form-group .form-control::-ms-input-placeholder,
.form-group .form-select::-ms-input-placeholder {
    color: #7e8a8b;
    font-size: 16px
}

.form-group input.form-control,
.form-group select.form-select {
    height: 40px
}

.form-group textarea.form-control {
    min-height: 180px;
    border-radius: 5px;
    padding: 15px 25px 25px
}

.form-group .form-select {
    color: #8c8f92
}

.form-group .input_title {
    display: block;
    line-height: 1;
    font-size: 20px;
    margin-bottom: 16px;
    color: var(--bs-dark);
    font-family: 'SuisseIntl SemiBold'
}

.form-group .input_title sup {
    top: -2px;
    font-size: 18px
}

.form-group:has(.icon_block) .form-control {
    padding-right: 50px
}

.form-group .icon_block {
    top: 22px;
    right: 25px;
    position: absolute
}

.form-group .icon_block img {
    width: 18px;
    display: block
}

.form-group-file {
    margin: 60px 0
}

.form-group-file .file-upload-label {
    line-height: 1;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    color: var(--bs-white);
    padding: 16px 30px 15px;
    transition: var(--bs-transition);
    background-color: var(--bs-dark)
}

.form-group-file .file-upload-label:hover,
.newsletter_input .submit_btn,
.payment_solutions .mobile_menu_btn:hover {
    color: var(--bs-dark);
    background-color: var(--bs-primary)
}

.form-group-file .accepted_file_types {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.form-check {
    padding-left: 30px
}

.form-check .form-check-input {
    width: 20px;
    height: 20px;
    box-shadow: none;
    margin: 1px 0 0 -30px
}

.form-check .form-check-label {
    cursor: pointer
}

.newsletter_input {
    display: flex;
    align-items: center
}

.newsletter_input label {
    top: 16px;
    left: 24px;
    position: absolute
}

.newsletter_input input {
    flex: 1;
    height: 60px;
    color: var(--bs-white);
    padding: 0 25px 0 50px;
    background-color: #023436;
    transition: var(--bs-transition);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--bs-border-radius-sm) 0 0 var(--bs-border-radius-sm)
}

.fc_career_box .form-group .form-control:focus,
.fc_career_box .form-group .form-select:focus,
.newslatter_wrapper .newslatter_form input:focus,
.newsletter_input input:focus,
.payment_method_block:hover .block_content,
.payment_method_block:hover .block_icon,
.post_audio .audio_play_btn:hover,
.service_block.style_2:hover p {
    border-color: var(--bs-primary)
}

.newsletter_input input::placeholder {
    color: #c6c6c6
}

.newsletter_input input:-ms-input-placeholder {
    color: #c6c6c6
}

.newsletter_input input::-ms-input-placeholder {
    color: #c6c6c6
}

.newsletter_input .submit_btn {
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    font-size: 20px;
    border-radius: 0 var(--bs-border-radius-sm) var(--bs-border-radius-sm) 0
}

.newslatter_wrapper {
    z-index: 1;
    padding: 50px;
    position: relative;
    border-radius: 10px
}

.newslatter_wrapper .heading_block .heading_text {
    font-size: 36px;
    color: var(--bs-white)
}

.newslatter_wrapper .newslatter_form,
.rating_block {
    gap: 20px;
    display: flex;
    align-items: center
}

.newslatter_wrapper .newslatter_form input {
    flex: 1;
    height: 70px;
    outline: 0;
    padding: 0 24px;
    font-weight: 500;
    border-radius: 6px;
    color: var(--bs-white);
    caret-color: var(--bs-white);
    border: 1px solid var(--bs-black);
    transition: var(--bs-transition);
    background-color: var(--bs-black)
}

.newslatter_wrapper .newslatter_form input::placeholder {
    color: #fff
}

.newslatter_wrapper .newslatter_form input:-ms-input-placeholder {
    color: #fff
}

.newslatter_wrapper .newslatter_form input::-ms-input-placeholder {
    color: #fff
}

.footer_layout_1,
.page_header {
    background-position: center top
}

.client_feedback_section .shape_nate_1,
.fc_decoration_wrap .shape_nate_3,
.footer_layout_5 .shape_nate_2,
.hero_insurance .shape_pattern_2,
.insurance_decoration_wrap .shape_nate_5,
.insurance_decoration_wrap .shape_pattern_3 {
    top: 0;
    right: 0
}

.client_feedback_section .shape_star_1 {
    left: 100px;
    bottom: 230px
}

.client_feedback_section .shape_star_2 {
    right: 100px;
    bottom: 300px
}

.client_feedback_section .shape_arrow_1 {
    top: 170px;
    left: 100px;
    max-width: 44px
}

.feedback_form_wrap {
    border-radius: 20px;
    padding: 70px 50px 63px;
    background-color: var(--bs-white);
    box-shadow: 0 4px 10px 0 rgba(0, 61, 43, .1)
}

.feedback_form_wrap .form-group .form-select {
    padding: 0;
    height: 70px;
    border: none;
    font-size: 24px;
    font-weight: 500;
    border-radius: 0;
    background-size: 18px;
    background-color: transparent;
    color: var(--bs-heading-color);
    border-bottom: 2px solid #d9d9d9
}

.car_insurance_quote_form {
    padding: 50px;
    border-radius: 10px;
    background-color: var(--bs-white)
}

.car_insurance_quote_form .heading_text {
    font-size: 30px;
    line-height: 36px;
    margin: -7px 0 33px
}

.car_insurance_quote_form .form-group:not(:last-child),
.career_block:not(:last-child),
.fc_career_box .form-group:not(:last-child),
.pricing_block:not(:last-child),
.team_block .iconlist_block {
    margin-bottom: 20px
}

.car_insurance_quote_form .btn {
    width: 100%;
    display: block;
    padding: 20px 30px
}

.social_icons_block {
    gap: 4px
}

.social_icons_block a {
    z-index: 1;
    width: 42px;
    height: 42px;
    display: flex;
    flex: 0 0 auto;
    position: relative;
    border-radius: 100%;
    align-items: center;
    color: var(--bs-white);
    justify-content: center;
    background: var(--bs-dark)
}

.social_icons_block a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    content: '';
    position: absolute;
    transform: scale(.8);
    border-radius: inherit;
    transition: var(--bs-transition);
    background: linear-gradient(0deg, #00f1b5, #d9ff43)
}

.social_icons_block a svg {
    width: 17px
}

.social_icons_block a svg path {
    fill: var(--bs-white);
    transition: var(--bs-transition)
}

.social_icons_block a:hover:before {
    opacity: 1;
    transform: scale(1)
}

.ins_social_links li a:hover {
    color: var(--bs-white) !important
}

.ins_social_links li a::before {
    background: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.ins_social_footer li a:hover {
    color: var(--bs-dark) !important
}

.fc_social_icons_block li a::before,
.ins_social_footer li a::before {
    background: var(--bs-primary)
}

.pricing_block .pricing_features .iconlist_block,
.social_links_block {
    gap: 6px
}

.social_links_block a {
    display: flex;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    border-radius: 50px;
    color: var(--bs-dark);
    padding: 12px 18px 11px;
    justify-content: center;
    text-transform: uppercase;
    background-color: var(--bs-light)
}

.social_links_block a:hover {
    transform: translateY(-3px);
    color: var(--bs-dark);
    background-color: var(--bs-primary)
}

.social_links_block .facebook a {
    color: var(--bs-white);
    background-color: #1877f2
}

.social_links_block .twitter a {
    color: var(--bs-white);
    background-color: #000
}

.social_links_block .linkdin a {
    color: var(--bs-white);
    background-color: #0a66c2
}

.offcanvas_close_btn,
.postabmin_block .social_icons_block a,
.table td,
.table thead {
    color: var(--bs-heading-color)
}

.rating_block .rating_admin {
    flex: 0 0 auto;
    max-width: 51px
}

.rating_block .rating_icons {
    font-size: 16px;
    color: #08b87f
}

.rating_block .rating_counter {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #6b6b6b;
    text-transform: uppercase;
    margin-top: 6px
}

.faq_man_image .shape_dollar_1 {
    top: 330px;
    right: 100px;
    max-width: 60px;
    filter: blur(2px)
}

.faq_man_image .chart_image {
    top: 100px;
    left: -50px;
    max-width: 192px;
    position: absolute
}

.faq_section .shape_nate_1 {
    top: -330px;
    left: -330px
}

.faq_section .shape_nate_2 {
    right: -250px;
    bottom: -260px
}

.accordion-item {
    border: none;
    padding: 0 0 23px;
    border-radius: 0 !important;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.accordion-item .accordion-body {
    padding: 14px 0 0
}

.accordion-item .accordion-button {
    padding: 0;
    font-size: 22px;
    line-height: 30px;
    color: var(--bs-white);
    font-family: 'SuisseIntl Medium'
}

.accordion-item .accordion-button,
.accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent
}

.accordion-item .accordion-button::after {
    filter: brightness(1) contrast(0);
    margin-bottom: 15px;
}

.accordion.style_2 .accordion-item {
    margin: 0;
    padding: 40px 30px;
    border-radius: 10px;
    border-color: #d9d9d9
}

.accordion.style_2 .accordion-item:has([aria-expanded=true]) {
    border-radius: 10px !important;
    background-color: var(--bs-white);
    box-shadow: 0 4px 10px 0 rgba(0, 61, 43, .1)
}

.accordion.style_2 .accordion-item .accordion-button {
    padding: 0;
    font-size: 24px;
    color: var(--bs-heading-color)
}

.accordion.style_2 .accordion-item .accordion-button::after {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border: 1px solid #d9d9d9
}

.accordion.style_2 .accordion-item .accordion-body {
    font-size: 18px;
    padding-right: 50px
}

.payment_solutions .accordion-item {
    padding: 30px 30px 34px
}

.payment_solutions .accordion-item .icon {
    max-width: 28px;
    margin-right: 20px
}

.payment_solutions .accordion-item:not(:last-child) {
    margin-bottom: 0
}

.payment_solutions .accordion-item:has([aria-expanded=true]) {
    background-color: var(--bs-secondary)
}

.powering_industry_section .shape_nate_1 {
    left: 0;
    top: 24%;
    max-width: 470px
}

.powering_industry_section .shape_arrow_1 {
    top: 200px;
    right: 75px;
    max-width: 22px
}

.online_banking_features .imagebox_block {
    --bs-primary-rgb: 247, 255, 217;
    --bs-success-rgb: 229, 255, 223;
    --bs-warning-rgb: 255, 233, 212;
    --bs-light-rgb: 239, 246, 255;
    --bs-info-rgb: 221, 253, 237;
    padding: 50px 46px;
    background-color: var(--bs-light);
    border-radius: var(--bs-border-radius-lg)
}

.online_banking_features .imagebox_block .imagebox_icon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: var(--bs-white);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .17)
}

.online_banking_features .imagebox_block .imagebox_content {
    max-width: 461px;
    margin-bottom: 62px
}

.online_banking_features .imagebox_block .imagebox_title {
    font-size: 30px;
    max-width: 360px;
    line-height: 42px;
    margin: 38px 0 14px;
    letter-spacing: -1px
}

.online_banking_features .imagebox_block p {
    font-size: 20px;
    line-height: 30px
}

.online_banking_features .imagebox_block .image_block {
    height: 330px;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.online_banking_features .imagebox_block .image_block img {
    max-height: 100%
}

.online_banking_features .col-lg-4 .imagebox_block .image_block {
    height: 220px;
    margin: 0 -30px
}

.iconbox_block .iconbox_icon {
    width: 65px;
    height: 65px;
    align-items: center;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    background-color: var(--bs-light)
}

.iconbox_block .iconbox_icon img {
    width: 24px
}

.funfact_block.left_layout,
.iconbox_block.icon_left {
    gap: 20px;
    display: flex;
    align-items: flex-start
}

.payment_methods_section,
.ps_policy_section {
    padding: 0 30px
}

.payment_methods_section .content_wrapper {
    padding: 130px 15px;
    border-radius: 30px;
    background-image: linear-gradient(120deg, #8234c5, #230952)
}

.payment_methods_section .shape_nate_1 {
    top: -120px;
    left: -140px;
    max-width: 870px
}

.payment_methods_section .shape_nate_2 {
    right: -270px;
    bottom: -212px;
    max-width: 470px
}

.payment_methods_section .shape_nate_2 img {
    transform: rotate(26deg)
}

.payment_methods_section .shape_nate_3 {
    top: -150px;
    right: -300px;
    max-width: 500px
}

.payment_method_block .block_icon {
    padding: 40px 25px;
    border-radius: 20px;
    background-color: var(--bs-dark);
    transition: var(--bs-transition);
    border: 1px solid rgba(217, 255, 67, .4)
}

.payment_method_block .block_content {
    z-index: 1;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    padding: 31px 25px 40px;
    background-color: var(--bs-dark);
    transition: var(--bs-transition);
    border: 1px solid rgba(217, 255, 67, .4)
}

.payment_method_block .block_content:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    content: '';
    position: absolute;
    transition: var(--bs-transition);
    background-image: linear-gradient(30deg, rgba(217, 255, 67, .4) 0, transparent 60%)
}

.payment_method_block .block_title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 14px
}

.payment_method_block p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 18px
}

.payment_method_block .btn-link {
    font-size: 16px
}

.features_block:hover:before,
.image_hover_effect_block:hover .image_wrap:before,
.payment_method_block:hover .block_content:before {
    opacity: 1
}

.car_insurance_process {
    border-radius: 10px;
    padding: 70px 60px 64px;
    background-color: var(--bs-white);
    box-shadow: 0 3px 15px 0 rgba(12, 1, 13, .03)
}

.car_insurance_process .iconbox_icon {
    width: auto;
    height: 80px;
    border-radius: 0;
    margin-bottom: 34px;
    background-color: transparent
}

.car_insurance_process .iconbox_icon img {
    width: auto;
    height: auto;
    max-height: 100%
}

.car_insurance_process .iconbox_title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 18px
}

.car_process_section .shape_nate_1,
.fc_decoration_wrap .shape_nate_4,
.footer_layout_3 .shape_nate_3,
.footer_layout_5 .shape_pattern_1,
.hero_insurance .shape_pattern_1,
.hero_payment_solutions .shape_pattern_1,
.insurance_decoration_wrap .shape_pattern_1,
.page_header .shape_pattern_1,
.ps_policy_section .shape_nate_3 {
    left: 0;
    bottom: 0
}

.car_process_section .shape_nate_2 {
    top: 150px;
    right: -30px
}

.authorbox_block,
.recent_post_block a {
    gap: 15px;
    display: flex;
    align-items: center
}

.authorbox_block .author_image {
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 100%;
    background-color: var(--bs-light)
}

.authorbox_block .author_name {
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px
}

.authorbox_block .author_designation,
.review_block .review_author_designation {
    display: block;
    font-size: 14px;
    font-weight: 500
}

.postabmin_block {
    gap: 30px;
    display: flex;
    padding: 40px;
    align-items: flex-start;
    background-color: var(--bs-white);
    border-radius: var(--bs-border-radius)
}

.postabmin_block .admin_image {
    width: 150px;
    height: 150px;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 100%
}

.postabmin_block .admin_name {
    line-height: 1;
    font-size: 22px;
    margin-bottom: 4px
}

.postabmin_block .admin_designation {
    display: block;
    margin-bottom: 10px
}

.postabmin_block .social_icons_block a {
    background: var(--bs-light)
}

.avatars_group>li:last-child,
.header_layout_1 .stricked-menu .btn-outline-light:before {
    background-color: var(--bs-dark)
}

.postabmin_block .social_icons_block a svg path {
    fill: var(--bs-heading-color)
}

.avatars_block .text_content {
    font-size: 18px;
    font-weight: 500
}

.avatars_group>li {
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 100%;
    border: 2px solid var(--bs-white);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2)
}

.avatars_group>li:not(:first-child) {
    margin-left: -14px
}

.avatars_group>li:last-child {
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    align-items: center;
    display: inline-flex;
    color: var(--bs-white);
    justify-content: center
}

.offcanvas_close_btn,
.video_btn {
    align-items: center;
    display: inline-flex
}

.mfp-iframe-holder .mfp-content {
    width: 100%;
    line-height: 0;
    max-width: 70%;
    border: none
}

.mfp-container {
    padding: 0 15px
}

.mfp-bg {
    opacity: .94;
    background-color: #000
}

.offcanvas_wrapper,
.table,
.video_btn .btn_icon {
    background-color: var(--bs-white)
}

.video_block {
    overflow: hidden;
    position: relative;
    border-radius: var(--bs-border-radius-lg)
}

.video_btn .btn_icon {
    width: 100px;
    height: 100px;
    flex: 0 0 auto;
    font-size: 26px;
    padding-left: 4px;
    position: relative;
    border-radius: 100%;
    align-items: center;
    display: inline-flex;
    color: var(--bs-dark);
    justify-content: center;
    transition: var(--bs-transition)
}

.video_btn .btn_icon:after,
.video_btn .btn_icon:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    content: '';
    position: absolute;
    border-radius: 100%;
    transition: .33s;
    background-color: var(--bs-white);
    animation: 1.5s linear infinite ripple
}

.video_btn .btn_icon:before {
    animation-delay: .1s
}

.video_btn .btn_icon:after {
    animation-delay: .9s
}

.video_btn:hover .btn_icon {
    transform: scale(1.1)
}

.position-relative .video_btn {
    top: 50%;
    left: 50%;
    z-index: 2;
    position: absolute;
    transform: translate(-50%, -50%)
}

.table {
    box-shadow: 0 3px 14px 0 rgba(12, 1, 13, .1)
}

.table thead {
    font-size: 24px;
    line-height: 34px
}

.table thead th {
    padding: 24px 70px;
    background-color: var(--bs-secondary)
}

.table td {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding: 16px 70px;
    background-color: transparent
}

.table_wrapper table {
    border-radius: 20px;
    box-shadow: 0 3px 15px 0 rgba(12, 1, 13, .03)
}

.offcanvas_wrapper {
    top: 0;
    bottom: 0;
    right: -400px;
    width: 400px;
    z-index: 1001;
    position: fixed;
    overflow-y: scroll;
    padding: 50px 46px 80px;
    transition: .7s cubic-bezier(.16, 1, .3, 1)
}

.offcanvas_wrapper.active {
    right: 0;
    box-shadow: -20px 0 30px 0 rgba(0, 0, 0, .08)
}

.offcanvas_wrapper::-webkit-scrollbar {
    width: 6px
}

.offcanvas_wrapper::-webkit-scrollbar-thumb {
    border-radius: 14px;
    background: rgba(0, 0, 0, .4)
}

.footer_layout_3 .content_wrap,
.hero_payment_solutions {
    background-image: linear-gradient(120deg, #8234c5, #230952)
}

.offcanvas_wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .6)
}

.contact_info_box hr,
.offcanvas_wrapper hr {
    margin: 36px 0
}

.offcanvas_wrapper .offcanvas_info_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px
}

.offcanvas_wrapper p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px
}

.offcanvas_wrapper .btn {
    padding: 20px 30px
}

.offcanvas_wrapper .social_icons_block {
    gap: 8px
}

.offcanvas_wrapper .social_icons_block a {
    color: var(--bs-dark);
    background: var(--bs-light)
}

.offcanvas_close_btn {
    width: 46px;
    height: 46px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 100%;
    margin-bottom: 40px;
    justify-content: center;
    transition: var(--bs-transition);
    background-color: var(--bs-light)
}

.offcanvas_close_btn:hover {
    color: var(--bs-white);
    background-color: var(--bs-primary)
}

.offcanvas_overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1000;
    position: fixed;
    visibility: hidden;
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, .8)
}

.offcanvas_overlay.active,
.team_block.style_2 .social_icons_block:hover>li {
    opacity: 1;
    visibility: visible
}

.site_header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    position: absolute;
    transition: transform .5s
}

.contact_process_content .site_logo img,
.site_header .site_logo .site_link {
    max-width: 122px
}

.site_header .btn {
    gap: 8px;
    padding: 15px 26px
}

.stricked-menu {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    position: fixed;
    transition: .5s;
    visibility: hidden;
    transform: translateY(-100%)
}

.stricked-menu.stricky-fixed {
    visibility: visible;
    transform: translateY(0);
    background-color: var(--bs-white);
    box-shadow: 0 3px 18px rgba(2, 21, 78, .09)
}

.hero_payment_solutions .btns_group,
.main_menu_list {
    gap: 50px
}

.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: var(--bs-dark);
    font-family: 'SuisseIntl Medium'
}

.main_menu_list>li:hover>a:after {
    transform: rotateX(-180deg)
}

.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"
}

.main_menu_list .dropdown-menu {
    min-width: 240px
}

.main_menu_list .dropdown-menu>li>a {
    font-size: 18px;
    line-height: 22px
}

.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: var(--bs-white);
    letter-spacing: -.2px;
    justify-content: center;
    background-color: #023436;
    border-radius: var(--bs-border-radius-sm)
}

.mobile_menu_btn:hover {
    color: var(--bs-heading-color);
    background-color: var(--bs-primary)
}

.header_layout_1 {
    padding: 30px 0
}

.header_layout_1 .stricked-menu {
    padding: 15px 0;
    backdrop-filter: blur(15px);
    background-color: var(--bs-white);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .08)
}

.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)
}

.index_insurance .header_layout_1 .btn,
.index_insurance .hotline_btn,
.index_insurance .site_footer .btn {
    --bs-dark: #060210;
    --bs-dark-rgb: 6, 2, 16
}

.ob-header-btn .btn .btn_icon {
    color: #d9ff43;
    transition: .3s
}

.ob-header-btn .btn:hover .btn_icon,
.stricked-menu .ob-header-btn .btn .btn_icon {
    color: var(--bs-btn-hover-color)
}

.header_layout_2 .header_top {
    padding: 29px 0;
    border-bottom: 1px solid var(--bs-border-color)
}

.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
}

.about_image_2,
.appstore_section .btns_group,
.career_block .iconlist_block,
.header_layout_2 .btns_group,
.recent_post_block {
    gap: 20px
}

.header_layout_2 .icon_block {
    width: 48px;
    height: 48px;
    font-size: 18px;
    border-radius: 100%;
    align-items: center;
    display: inline-flex;
    color: var(--bs-white);
    justify-content: center;
    background-color: var(--bs-dark)
}

.car_insurance .btn.bg-dark:before,
.comment_form .btn[type=submit]:before,
.error_section .btn:before,
.header_layout_2 .icon_block:hover,
.job_apply_form .btn[type=submit]:before {
    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: 0 20px 40px 0 rgba(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: var(--bs-white)
}

.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: var(--bs-white);
    box-shadow: 0 20px 40px 0 rgba(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
}

.site_footer .heading_block .heading_text {
    font-size: 45px;
    line-height: 60px
}

.site_footer .site_logo {
    margin-bottom: 49px
}

.site_footer p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 22px
}

.site_footer .iconlist_block a {
    font-family: 'SuisseIntl Medium'
}

.other_post_nav a:not(:nth-child(2)):hover span strong,
.site_footer .iconlist_block a:hover .iconlist_text {
    text-decoration: underline;
    text-decoration-thickness: 1px
}

.site_footer .copyright_text {
    font-size: 16px;
    line-height: 26px
}

.footer_layout_1 .footer_content_wrapper,
.footer_newsletter {
    padding: 87px 0
}

.footer_newslatter_2 {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.footer_newslatter_2 input {
    flex: 1;
    border: none;
    font-size: 16px;
    padding: 4px 0 0 8px;
    color: var(--bs-white);
    background-color: transparent
}

.footer_layout_2 .iconbox_block .iconbox_icon,
.footer_layout_2 hr {
    background-color: rgba(255, 255, 255, .1)
}

.footer_newslatter_2 input::placeholder {
    color: #cfcfcf
}

.footer_newslatter_2 input:-ms-input-placeholder {
    color: #cfcfcf
}

.footer_newslatter_2 input::-ms-input-placeholder {
    color: #cfcfcf
}

.footer_layout_1 {
    background-size: cover;
    background-repeat: no-repeat
}

.breadcrumb_nav>li>a,
.footer_layout_1 p {
    color: #c6c6c6
}

.footer_layout_1 .footer_info_title {
    color: #c6c6c6;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 29px;
    padding-bottom: 27px;
    border-bottom: 1px solid #003d3f
}

.footer_layout_1 .footer_bottom {
    padding: 39px 0;
    border-top: 1px solid #003d3f
}

.footer_layout_1 .shape_finto {
    bottom: 0;
    left: 50%;
    opacity: .03;
    max-width: 667px;
    transform: translateX(-50%)
}

.footer_layout_1 .shape_nate {
    left: -375px;
    bottom: -444px;
    max-width: 650px
}

.footer_layout_1 .shape_dollar_1 {
    top: 240px;
    left: 50px;
    max-width: 64px
}

.footer_layout_1 .shape_dollar_2 {
    right: 12px;
    bottom: 148px;
    max-width: 61px;
    filter: blur(2px)
}

.footer_layout_2 .overlay,
.hero_online_banking .overlay,
.ob_process_section .overlay {
    opacity: .02;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.footer_layout_2 p {
    color: #cfcfcf;
    font-size: 16px;
    margin-bottom: 28px
}

.footer_layout_2 .footer_info_title {
    color: #cfcfcf;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 30px
}

.footer_layout_2 .content_wrap {
    padding: 80px 70px;
    border-radius: 20px;
    background-color: var(--bs-dark);
    border: 1px solid var(--bs-primary)
}

.footer_layout_2 hr {
    margin: 70px 0
}

.financial_analyst_funfact .funfact_block.left_layout,
.footer_layout_2 .iconbox_block,
.footer_layout_4 .iconbox_block.icon_left {
    align-items: center
}

.footer_layout_2 .iconbox_block .iconbox_title {
    color: #cfcfcf;
    font-size: 14px;
    margin-bottom: 8px;
    font-family: 'SuisseIntl Medium'
}

.footer_layout_2 .iconbox_block p {
    font-size: 20px;
    color: var(--bs-white);
    font-family: 'SuisseIntl SemiBold'
}

.footer_layout_2 .iconlist_block.unordered_list>li {
    gap: 0;
    font-size: 16px;
    font-weight: 400
}

.footer_layout_2 .iconlist_block.unordered_list>li:not(:last-child):after {
    width: 1px;
    content: '';
    height: 11px;
    margin: 10px 30px 0;
    display: inline-block;
    background-color: var(--bs-white)
}

.footer_layout_2 .iconlist_block.unordered_list a:not(:hover) {
    color: #cfcfcf
}

.footer_layout_2 .footer_bottom {
    padding: 44px 0
}

.footer_layout_2 [class*=shape_shadow_] {
    opacity: .2;
    max-width: 500px;
    filter: blur(150px)
}

.footer_layout_2 .shape_shadow_1 {
    top: -150px;
    left: -150px
}

.footer_layout_2 .shape_shadow_2 {
    left: -150px;
    bottom: -150px
}

.footer_layout_2 .shape_shadow_3 {
    top: -150px;
    right: -150px
}

.footer_layout_2 .shape_shadow_4 {
    right: -150px;
    bottom: -150px
}

.footer_layout_2 .shape_shadow_5 {
    top: 50%;
    left: 50%;
    max-width: 800px;
    transform: translate(-50%, -50%)
}

.footer_layout_3 {
    padding: 0 50px
}

.footer_layout_3 .cta_section .heading_text {
    font-size: 65px;
    line-height: 80px
}

.footer_layout_3 .cta_section .btn {
    font-size: 30px;
    padding: 35px 100px
}

.footer_layout_3 .content_wrap {
    padding: 130px 0 60px;
    border-radius: 30px 30px 0 0
}

.footer_layout_3 .footer_bottom {
    margin-top: 100px;
    padding: 20px 30px;
    border-radius: 10px
}

.footer_layout_3 .social_icons_block a {
    background: rgba(255, 255, 255, .06)
}

.footer_layout_3 .footer_info_title {
    color: #dbdbdb;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 32px
}

.footer_layout_3 .shape_nate_1,
.ps_policy_section .shape_nate_1 {
    top: -210px;
    left: -200px
}

.footer_layout_3 .shape_nate_2 {
    top: 0;
    opacity: .3;
    right: -210px;
    max-width: 460px;
    transform: rotate(24deg)
}

.footer_layout_4 {
    padding: 0 70px
}

.blog_post_block.style_2 .post_image a,
.footer_layout_4 .cta_section {
    border-radius: 20px
}

.footer_layout_4 .cta_section .heading_block {
    padding: 65px 0
}

.footer_layout_4 .cta_section .heading_block .heading_text {
    font-size: 60px;
    line-height: 100px
}

.footer_layout_4 .btn {
    padding: 26px 50px
}

.footer_layout_4 .iconbox_block.icon_left .iconbox_icon,
.footer_layout_4 .social_icons_block a,
.footer_layout_4 hr {
    background-color: #242628
}

.footer_layout_4 .contact_info {
    padding: 70px 0 200px
}

.footer_layout_4 .iconbox_block.icon_left .iconbox_title {
    color: #e1e1e1;
    font-size: 14px;
    font-weight: 500;
    font-family: 'SuisseIntl Medium'
}

.footer_layout_4 .iconbox_block.icon_left p {
    color: #fff;
    font-size: 20px;
    font-family: 'SuisseIntl SemiBold'
}

.footer_layout_4 .newslatter_wrapper {
    margin: -130px 0 80px
}

.footer_layout_4 .newslatter_wrapper .badge.style_2 {
    gap: 6px;
    padding: 0;
    box-shadow: none;
    color: var(--bs-white);
    background-color: transparent
}

.footer_layout_4 .newslatter_wrapper .badge.style_2 .fa-circle {
    font-size: 8px
}

.footer_layout_4 .newslatter_wrapper .heading_block .heading_text {
    font-size: 26px;
    line-height: 35px
}

.footer_layout_4 .footer_info_title {
    color: #615959;
    font-size: 16px;
    margin-bottom: 30px
}

.footer_layout_4 .iconlist_block a:not(:hover) {
    color: #033b38
}

.footer_layout_4 .footer_bottom {
    padding: 20px 0;
    margin-top: 72px;
    border-radius: 20px 20px 0 0
}

.footer_layout_4 .copyright_text,
.team_block.style_2 p {
    color: #e1e1e1
}

.footer_layout_4 .shape_nate_1 {
    bottom: 0;
    left: -230px
}

.footer_layout_4 .shape_nate_1 img {
    transform: scaleX(-1)
}

.footer_layout_4 .shape_nate_2 {
    bottom: 0;
    right: -230px
}

.footer_layout_5 .footer_info_title {
    color: #dbdbdb;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px
}

.footer_layout_5 .footer_top_wrapper {
    display: flex;
    padding: 70px 0;
    align-items: flex-start;
    justify-content: space-between
}

.footer_layout_5 .footer_middle_wrapper {
    padding: 60px 0;
    border-style: solid;
    border-width: 1px 0;
    border-color: rgba(255, 255, 255, .1)
}

.footer_layout_5 .footer_bottom_wrapper {
    padding: 20px 0 30px
}

.fc_decoration_wrap .shape_nate_6,
.footer_layout_5 .shape_nate_1,
.hero_insurance .shape_nate_28,
.insurance_decoration_wrap .shape_nate_2 {
    top: 0;
    left: 0
}

.fc_decoration_wrap .shape_nate_5,
.footer_layout_5 .shape_pattern_2,
.hero_insurance .shape_nate_29,
.hero_payment_solutions .shape_pattern_2,
.insurance_decoration_wrap .shape_nate_3,
.insurance_decoration_wrap .shape_nate_6,
.insurance_decoration_wrap .shape_pattern_2,
.page_header .shape_pattern_2 {
    right: 0;
    bottom: 0
}

.footer_layout_6 .contact_wrapper {
    border-radius: 10px;
    padding: 44px 50px 50px;
    background-color: var(--bs-white)
}

.footer_layout_6 .footer_info_title {
    color: #66676a;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 32px
}

.footer_layout_6 hr {
    margin: 37px 0 35px
}

.footer_layout_6 .iconbox_block .iconbox_title {
    color: #66676a;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 12px;
    font-family: 'SuisseIntl Regular'
}

.footer_layout_6 .iconbox_block p {
    line-height: 1;
    font-size: 20px;
    color: var(--bs-primary);
    font-family: var(--bs-heading-font-family)
}

.footer_layout_6 .newsletter_input {
    margin-top: 52px
}

.footer_layout_6 .app_download_wrapper {
    z-index: 1;
    padding: 50px;
    position: relative;
    border-radius: 10px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right -100px center
}

.footer_layout_6 .app_download_wrapper .heading_block {
    max-width: 400px
}

.footer_layout_6 .app_download_wrapper .hand_image {
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 276px;
    position: absolute
}

.footer_layout_6 .footer_bottom_wrapper {
    padding: 42px 0
}

.footer_layout_6 .copyright_text {
    font-size: 20px;
    line-height: 26px
}

.footer_layout_6 .newsletter_input input {
    color: var(--bs-heading-color);
    background-color: var(--bs-light);
    border-color: var(--bs-border-color)
}

.footer_layout_6 .newsletter_input input::placeholder {
    color: #000
}

.footer_layout_6 .newsletter_input input:-ms-input-placeholder {
    color: #000
}

.footer_layout_6 .newsletter_input input::-ms-input-placeholder {
    color: #000
}

.footer_layout_6 .heading_block span {
    padding: 2px 10px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, .1)
}

.footer_layout_6 .heading_block .heading_text {
    font-size: 42px;
    line-height: 48px
}

.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
}

.footer_layout_6 .shape_car_path_1 {
    top: 0;
    left: 0;
    max-width: 210px
}

.footer_layout_6 .shape_car_path_2 {
    right: 0;
    bottom: 0;
    max-width: 210px
}

.page_header {
    padding: 209px 0 148px;
    background-size: cover;
    background-repeat: no-repeat
}

.page_header .shape_nate {
    top: 50%;
    left: 50%;
    width: 100%;
    opacity: .1;
    margin-top: -60px;
    transform: translate(-50%, -50%)
}

.page_header .shape_dollar_1 {
    top: 147px;
    left: 68px;
    max-width: 55px;
    filter: blur(4px)
}

.page_header .shape_dollar_2 {
    top: 169px;
    right: 188px;
    max-width: 65px
}

.page_header .shape_dollar_3 {
    left: 258px;
    bottom: 38px;
    max-width: 41px
}

.page_header .shape_dollar_4 {
    right: 390px;
    bottom: 28px;
    max-width: 32px;
    filter: blur(3px)
}

.page_title {
    font-size: 70px;
    line-height: 90px;
    margin-bottom: 11px
}

.breadcrumb_nav {
    gap: 26px
}

.breadcrumb_nav>li {
    line-height: 1;
    font-size: 22px;
    font-weight: 500
}

.breadcrumb_nav>li:not(:last-child):after {
    bottom: 2px;
    right: -20px;
    content: '';
    width: 12px;
    height: 2px;
    position: absolute;
    background-color: #c6c6c6
}

.features_block .features_icon img,
.hero_online_banking .hero_shape_image img,
.ticker {
    width: 100%
}

.breadcrumb_nav>li.active>a {
    pointer-events: none
}

.sidebar>* {
    padding: 48px 40px 50px;
    background-color: var(--bs-white);
    border-radius: var(--bs-border-radius)
}

.sidebar .tags_block a {
    background-color: #eff6f6
}

.sidebar_widget_title {
    line-height: 1;
    font-size: 24px;
    margin-bottom: 36px
}

.hero_section h1 {
    font-size: 80px;
    line-height: 90px
}

.hero_section p {
    font-size: 22px;
    font-weight: 500;
    line-height: 34px
}

.hero_investment_solution {
    padding: 144px 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom
}

.funfact_block.style_2,
.hero_financial_consulting,
.hero_online_banking {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.hero_investment_solution h1 {
    line-height: 100px
}

.hero_investment_solution h1 span {
    --bs-heading-color: var(--bs-dark);
    line-height: 1;
    padding: 0 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: var(--bs-heading-color);
    border-radius: var(--bs-border-radius-sm);
    background: linear-gradient(90deg, #00f1b5, #d9ff43)
}

.hero_investment_solution .hero_image {
    width: 600px;
    float: right;
    position: relative;
    margin-right: -150px
}

.hero_investment_solution .shape_dollar_1 {
    left: 0;
    top: 10px;
    max-width: 65px
}

.hero_investment_solution .shape_dollar_2 {
    top: 160px;
    left: 140px;
    max-width: 32px;
    filter: blur(2px)
}

.hero_investment_solution .shape_dollar_3 {
    top: 44%;
    left: -140px;
    max-width: 61px
}

.hero_investment_solution .shape_dollar_4 {
    left: -50px;
    bottom: 60px;
    max-width: 32px;
    filter: blur(2px)
}

.hero_investment_solution .shape_dollar_5 {
    top: 40px;
    right: -100px;
    max-width: 61px
}

.hero_investment_solution .shape_dollar_6 {
    right: 0;
    top: 200px;
    max-width: 60px;
    filter: blur(2px)
}

.hero_investment_solution .shape_dollar_7 {
    top: 42%;
    right: -80px;
    max-width: 64px
}

.hero_investment_solution .shape_dollar_8 {
    top: 220px;
    left: 36px;
    max-width: 68px
}

.hero_investment_solution .shape_dollar_9 {
    top: 70%;
    left: 40px;
    max-width: 61px
}

.hero_investment_solution .shape_nate {
    left: -210px;
    bottom: -250px;
    max-width: 414px
}

.hero_investment_solution .shape_pattern {
    right: 0;
    bottom: 0;
    max-width: 307px
}

.hero_investment_solution .rating_block .rating_counter {
    font-size: 20px;
    color: #c6c6c6;
    text-transform: capitalize
}

.hero_online_banking {
    padding: 208px 0 0
}

.hero_online_banking .hero_title {
    margin: 24px 0 22px
}

.hero_online_banking p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px
}

.hero_online_banking .hero_shape_image {
    z-index: -1;
    display: block;
    margin-top: -75px;
    position: relative
}

.hero_online_banking .hero_hand_image {
    right: 0;
    bottom: 184px;
    max-width: 910px;
    position: absolute
}

.hero_online_banking .ob_hero_img {
    position: absolute;
    right: 339px;
    bottom: 34%
}

.hero_online_banking .ob_hero_img img {
    animation: 2s linear infinite updown;
    -webkit-animation: 2s linear infinite updown
}

.hero_online_banking .clients_logo_carousel {
    margin-top: -16px;
    margin-bottom: 60px
}

.hero_online_banking .clients_logo_carousel .badge {
    margin-bottom: 50px
}

.hero_online_banking .icon_star_1 {
    top: 198px;
    right: 94px;
    animation: 6s linear infinite spin
}

.hero_online_banking .icon_star_2 {
    top: 48%;
    left: 70px;
    animation: 4s linear infinite spin
}

.hero_online_banking [class*=shape_shadow_] img {
    opacity: .6;
    filter: blur(150px)
}

.hero_online_banking .shape_shadow_1 {
    top: -77px;
    left: -272px;
    max-width: 334px
}

.hero_online_banking .shape_shadow_2 {
    left: -207px;
    bottom: -76px;
    max-width: 334px
}

.hero_online_banking .shape_shadow_3 {
    top: 210px;
    right: -255px;
    max-width: 334px
}

.hero_online_banking .shape_shadow_4 {
    right: 35%;
    bottom: 197px;
    max-width: 218px
}

@-webkit-keyframes updown {

    0%,
    100% {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px)
    }

    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px)
    }
}

.hero_payment_solutions {
    padding: 140px 0 0;
    border-radius: 0 0 30px 30px
}

.hero_payment_solutions .hero_title {
    font-size: 75px;
    line-height: 95px;
    margin: 20px 0 60px
}

.hero_payment_solutions .container-fluid {
    padding-left: 100px;
    padding-right: 100px
}

.hero_payment_solutions p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 50px
}

.hero_payment_solutions .funfact_block .funfact_title {
    font-size: 16px;
    font-weight: 500
}

.hero_payment_solutions .shape_nate_1 {
    top: -32%;
    left: -8%;
    max-width: 500px
}

.hero_payment_solutions .shape_nate_2 {
    top: -12%;
    right: -18%;
    max-width: 640px
}

.hero_financial_consulting {
    border-radius: 30px;
    padding: 60px 70px 80px
}

.hero_financial_consulting p {
    color: #e1e1e1;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 40px
}

.hero_financial_consulting .image_block {
    margin-top: 70px;
    border-radius: 30px
}

.hero_insurance {
    padding: 170px 0 74px
}

.hero_insurance .hero_title {
    margin: 24px 0 15px
}

.hero_insurance h1 {
    font-size: 70px;
    line-height: 80px
}

.hero_insurance p {
    color: #ababab;
    font-size: 20px;
    max-width: 543px;
    line-height: 32px;
    margin-bottom: 41px
}

.hero_insurance .hero_image {
    margin: auto -190px auto auto
}

.hero_insurance .btns_group {
    padding-bottom: 70px
}

.about_insurance_advice .iconbox_block .iconbox_icon,
.hero_insurance .iconbox_block .iconbox_icon {
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent
}

.hero_insurance .iconbox_block .iconbox_icon img {
    width: 38px
}

.hero_insurance .iconbox_block .iconbox_title {
    line-height: 1;
    font-size: 22px;
    margin: 20px 0 12px
}

.hero_insurance .iconbox_block p {
    font-size: 16px;
    line-height: 24px
}

.hero_insurance .rating_block .rating_counter {
    color: #ababab
}

.hero_title mark {
    color: currentColor;
    position: relative;
    padding: 0 10px
}

.hero_title mark::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, .2);
    border-radius: 10px
}

.hero_car_insurance {
    padding: 80px 0 100px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right 33.2% top
}

.hero_car_insurance .hero_title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 16px
}

.hero_car_insurance p {
    font-size: 24px;
    margin: 0 0 41px;
    color: var(--bs-white)
}

.hero_car_insurance .rating_block {
    margin: 72px 0 30px
}

.hero_car_insurance .rating_block [class*=fa-star] {
    color: #d9ff43
}

.hero_car_insurance .clients_logo {
    gap: 30px 50px
}

.hero_car_insurance .clients_logo img {
    max-height: 40px
}

.hero_car_insurance .shape_nate_1 {
    left: 0;
    top: 60px
}

.hero_car_insurance .shape_nate_2 {
    top: 60px;
    right: -240px
}

.hero_car_insurance .hero_car {
    position: absolute;
    bottom: 12%;
    right: 44.7%
}

.image_hover_effect_block {
    display: block;
    position: relative
}

.image_hover_effect_block .image_wrap {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: var(--bs-dark);
    border-radius: var(--bs-border-radius)
}

.image_hover_effect_block .image_wrap:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    content: '';
    position: absolute;
    transition: var(--bs-transition);
    background-color: rgba(0, 0, 0, .4)
}

.image_hover_effect_block .image_wrap img {
    display: block;
    transition: var(--bs-transition)
}

.image_hover_effect_block .content_wrap {
    left: 0;
    right: 0;
    bottom: 0;
    gap: 5px;
    z-index: 2;
    padding: 30px;
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: flex-start
}

.image_hover_effect_block .item_tag,
.image_hover_effect_block .item_title {
    top: 16px;
    opacity: 0;
    line-height: 1;
    display: block;
    position: relative;
    color: var(--bs-heading-color);
    background-color: var(--bs-white);
    border-radius: var(--bs-border-radius);
    transform-origin: bottom;
    transform: perspective(500px) rotateX(20deg)
}

.image_hover_effect_block .item_title {
    font-size: 22px;
    padding: 16px 30px 16px 20px;
    font-family: var(--bs-heading-font-family)
}

.image_hover_effect_block .item_tag {
    font-size: 16px;
    padding: 10px 20px;
    font-family: 'SuisseIntl Medium'
}

.blog_post_block .post_image a:hover img,
.image_hover_effect_block:hover .image_wrap img,
.recent_post_block a:hover .post_image img {
    transform: scale(1.08)
}

.image_hover_effect_block:hover .item_tag,
.image_hover_effect_block:hover .item_title {
    top: 0;
    opacity: 1;
    transition: var(--bs-transition);
    transform: perspective(1000px) rotateX(0)
}

.image_hover_effect_block:hover .item_tag {
    transition-delay: .1s
}

.clients_logo_carousel .swiper-wrapper,
.review_marquee_vertical_bottom .swiper-wrapper,
.review_marquee_vertical_up .swiper-wrapper {
    pointer-events: none;
    transition-timing-function: linear
}

.blog_post_block .post_image a img,
.features_block:before,
.pricing_block,
.recent_post_block a .post_image img,
.service_block,
.service_block.style_2 .service_icon:after,
.service_block.style_2 p,
.team_block,
.team_block.style_2 .social_icons_block>li {
    transition: var(--bs-transition)
}

.clients_logo_carousel .image_block,
.insurance_achievement_funfacts .funfact_block .funfact_icon {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.clients_logo_carousel .image_block img {
    max-height: 30px
}

.clients_logo_carousel .image_block.border {
    padding: 8px 30px;
    border-radius: 30px;
    border-color: rgba(255, 255, 255, .2) !important
}

.clients_logo_carousel .image_block.border img {
    max-height: 24px
}

.clients_logo_carousel.bg-white {
    padding: 40px 0;
    border-radius: 10px;
    box-shadow: 0 3px 15px 0 rgba(12, 1, 13, .03)
}

.clients_logo_carousel:has(.badge.style_2) {
    z-index: 1;
    margin-top: -15px;
    position: relative
}

.funfact_block .funfact_value {
    line-height: 1;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 6px;
    align-items: center;
    display: inline-flex;
    color: var(--bs-heading-color);
    font-family: 'Funnel Display', sans-serif
}

.funfact_block .funfact_title {
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    color: var(--bs-body-color);
    font-family: Mulish, sans-serif
}

.funfact_block.style_2 {
    padding: 52px 60px 52px 50px;
    border-radius: var(--bs-border-radius-lg);
    box-shadow: 19px 122px 35px 0 transparent, 12px 78px 32px 0 rgba(0, 0, 0, .01), 7px 44px 27px 0 rgba(0, 0, 0, .05), 3px 19px 20px 0 rgba(0, 0, 0, .09), 1px 5px 11px 0 rgba(0, 0, 0, .1)
}

.funfact_block.style_2 .funfact_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--bs-heading-color)
}

.funfact_section:has(.insurance_achievement_funfacts) {
    z-index: 1;
    margin-top: -330px;
    position: relative
}

.insurance_achievement_funfacts {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.insurance_achievement_funfacts .funfact_block {
    padding: 40px 30px;
    border-radius: 10px;
    background-color: var(--bs-white);
    box-shadow: 0 4px 10px 0 rgba(0, 61, 43, .1)
}

.insurance_achievement_funfacts .funfact_block .funfact_value {
    margin: 20px 0 8px
}

.insurance_achievement_funfacts .funfact_block .funfact_title,
.pricing_block .pricing_features .iconlist_block>li {
    font-size: 18px
}

.insurance_achievement_funfacts .image_block {
    max-width: 320px
}

.funfact_block.left_layout .funfact_icon {
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-radius: var(--bs-border-radius)
}

.funfact_block.left_layout .funfact_value {
    font-size: 34px;
    margin-bottom: 4px
}

.funfact_block.left_layout .funfact_title {
    font-size: 17px
}

.financial_analyst_funfact {
    gap: 40px;
    display: flex;
    flex-direction: column
}

.financial_analyst_funfact .funfact_block.left_layout .funfact_value {
    margin: 0;
    width: 155px;
    flex: 0 0 auto;
    font-size: 54px
}

.financial_analyst_funfact .funfact_block.left_layout .funfact_title,
.item_details_content .process_steps_block p,
.process_steps_block p {
    font-size: 18px;
    line-height: 26px
}

.financial_analyst_funfact .ticker {
    margin-top: 40px
}

.ticker {
    line-height: 1;
    font-size: 30px;
    font-weight: 700;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--bs-dark);
    font-family: var(--bs-font-heading-family)
}

.ticker-component {
    height: 60px !important
}

.ticker-text {
    padding: 10px 30px;
    position: relative
}

.ticker-text:after {
    top: 0;
    right: -30px;
    content: "#";
    position: relative
}

.money_transactions_card {
    display: flex;
    height: 532px;
    background-size: auto;
    flex-direction: column;
    padding: 25px 25px 70px;
    background-repeat: no-repeat;
    justify-content: space-between;
    background-position: center bottom;
    border-radius: var(--bs-border-radius-lg)
}

.appstore_section,
.contact_process_content {
    background-repeat: no-repeat;
    background-position: center center
}

.money_transactions_card .btn {
    align-self: center
}

.row:has(.money_transactions_card) .shape_circle_image {
    text-align: center
}

.about_section .shape_lines_flow_1 {
    top: 50px;
    right: -190px
}

.about_section .shape_lines_flow_2 {
    top: -174px;
    left: -390px
}

.about_section .shape_dollar_1 {
    top: 60%;
    right: 30px;
    max-width: 64px
}

.about_section .shape_dollar_2 {
    left: 80px;
    bottom: 90px;
    max-width: 60px
}

.about_section .shape_nate_1 {
    top: 24%;
    left: -30px;
    opacity: .5
}

.about_section .shape_nate_2 {
    top: 20%;
    opacity: .5;
    right: -250px
}

.about_image .mac_image {
    z-index: 1;
    max-width: 636px;
    position: relative;
    margin: auto auto -220px
}

.about_image .chart_image {
    z-index: 1;
    top: 210px;
    right: 15px;
    max-width: 192px;
    position: absolute
}

.about_image .shape_dollar_1 {
    top: 170px;
    left: 140px;
    max-width: 60px
}

.about_image_2>li {
    max-width: 190px
}

.about_image_2 .image_block {
    overflow: hidden;
    border-radius: var(--bs-border-radius-lg)
}

.about_image_2 .avatars_group {
    margin-top: 20px
}

.integrated_wrapper {
    display: flex;
    padding: 24px 0;
    flex-direction: column
}

.integrated_wrapper img {
    max-width: 68px
}

.integrated_wrapper>ul {
    gap: 22px
}

.integrated_wrapper>ul li {
    gap: 22px;
    align-items: center;
    display: inline-flex
}

.integrated_wrapper>ul:first-child>li {
    align-items: flex-start
}

.integrated_wrapper>ul:first-child>li img {
    margin-top: -24px
}

.integrated_wrapper>ul:last-child>li {
    align-items: flex-end
}

.integrated_wrapper>ul:last-child>li img {
    margin-bottom: -24px
}

.integrated_wrapper .site_logo {
    margin: 22px 0
}

.integrated_wrapper .site_logo .site_link {
    padding: 28px 90px;
    border-radius: 10px;
    background-color: var(--bs-dark);
    border: 1px solid var(--bs-primary)
}

.integrated_wrapper .site_logo img {
    max-width: 132px
}

.appstore_section {
    padding: 70px 0 0;
    background-size: cover
}

.ps_contact_process_section .shape_arrow_1 {
    top: 140px;
    right: 190px;
    max-width: 28px
}

.ps_contact_process_section .shape_arrow_2 {
    left: 70px;
    bottom: 170px;
    max-width: 28px
}

.ps_contact_process_section .shape_nate_1 {
    top: 0;
    left: -40px
}

.ps_contact_process_section .shape_nate_2 {
    right: 0;
    bottom: 80px;
    max-width: 470px
}

.contact_process_content {
    background-size: 100%
}

.contact_process_content .process_line {
    margin: -30px 0 -105px
}

.contact_process_content .site_logo .site_link {
    padding: 34px 40px;
    border-radius: 10px;
    border: 1px solid #8234c5;
    background-color: var(--bs-dark)
}

.contact_process_step .iconbox_block {
    padding: 50px 40px;
    border-radius: 10px;
    border: 1px solid #8234c5;
    background-color: var(--bs-dark)
}

.contact_process_step .iconbox_title {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    font-family: 'SuisseIntl Medium'
}

.contact_process_step .block_number {
    line-height: 1;
    font-size: 60px;
    font-family: 'SuisseIntl SemiBold';
    background: linear-gradient(to right, var(--bs-primary) 0, var(--bs-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.ps_policy_items.process_steps_block .step_block_icon,
.service_block .service_icon {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center
}

.ps_pntegrating_section .shape_nate_1 {
    top: 32%;
    right: -240px
}

.ps_pntegrating_section .shape_nate_2 {
    top: -50px;
    left: -90px;
    transform: rotate(55deg)
}

.about_insurance_advice.row {
    margin: -30px -15px
}

.about_insurance_advice.row>[class*=col-] {
    padding: 30px 15px
}

.about_insurance_advice .iconbox_block .iconbox_icon img {
    width: auto;
    height: 46px
}

.about_insurance_advice .iconbox_block .iconbox_title {
    font-size: 22px;
    line-height: 32px;
    margin: 12px 0 4px
}

.insurance_clients_logo_wrap {
    padding: 80px 40px;
    border-radius: 20px;
    background-color: var(--bs-white)
}

.insurance_clients_logo_wrap .heading_block .heading_text {
    font-size: 32px;
    line-height: 36px
}

.insurance_clients_logo_wrap [class*=fa-star] {
    color: #08b87f
}

.insurance_clients_logo_wrap .clients_logo {
    gap: 1px;
    z-index: 1;
    position: relative;
    justify-content: center
}

.insurance_clients_logo_wrap .clients_logo:before {
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    content: '';
    z-index: -1;
    position: absolute;
    background-color: var(--bs-border-color)
}

.insurance_clients_logo_wrap .clients_logo>li {
    height: 100px;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    width: calc(20% - 1px);
    justify-content: center;
    background-color: var(--bs-white)
}

.insurance_clients_logo_wrap .clients_logo img {
    max-width: 160px
}

.service_section .shape_lines_flow_2 {
    top: -50px;
    left: -50px
}

.service_section .shape_lines_flow_3 {
    top: 30%;
    right: -275px
}

.service_section .shape_lines_flow_4 {
    right: -130px;
    bottom: -310px
}

.service_section .shape_lines_flow_5 {
    left: -270px;
    bottom: -330px
}

.service_section .shape_dollar_4 {
    top: 62%;
    left: 100px;
    max-width: 60px
}

.service_section .shape_dollar_5 {
    top: 70px;
    right: 96px;
    max-width: 60px
}

.service_block {
    padding: 50px 36px 50px 40px;
    border-radius: var(--bs-border-radius);
    border: 1px solid rgba(255, 255, 255, .08)
}

.service_block .service_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 32px;
    align-items: center;
    display: inline-flex;
    justify-content: center
}

.service_block .service_icon img {
    max-width: 36px;
    max-height: 36px
}

.service_block .service_title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 25px
}

.service_block .service_title a {
    font-family: inherit;
    color: var(--bs-white)
}

.service_block p {
    color: #c6c6c6;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 48px
}

.pricing_block:hover,
.service_block:hover,
.team_block:hover {
    border-color: rgba(255, 255, 255, .14)
}

.service_block .btn:hover svg path {
    stroke: var(--bs-dark);
    fill: none
}

.service_blocks_group {
    margin: 0;
    padding: .5px
}

.service_blocks_group [class*=col-] {
    padding: 0;
    margin: -.5px;
    border: 1px solid var(--bs-border-color)
}

.service_block.style_2 {
    border-radius: 0;
    padding: 30px 54px 30px 30px
}

.service_block.style_2 .service_icon {
    z-index: 1;
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 100%;
    background-image: linear-gradient(-20deg, transparent, #ffe7d8)
}

.service_block.style_2 .service_icon:before {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    content: '';
    z-index: -1;
    position: absolute;
    border-radius: inherit;
    border: 5px solid var(--bs-white);
    background-image: linear-gradient(-20deg, transparent, #ffe7d8)
}

.service_block.style_2 .service_icon:after {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    content: '';
    z-index: -1;
    position: absolute;
    border-radius: inherit;
    border: 1px dashed var(--bs-dark);
    box-shadow: 0 2px 4px 0 rgba(37, 38, 40, .2)
}

.service_block.style_2 .service_title {
    margin-bottom: 15px
}

.service_block.style_2 p {
    color: #615959;
    padding-bottom: 32px;
    border-bottom: 4px solid transparent
}

.service_block.style_2:hover {
    box-shadow: 0 21px 12px 0 rgba(1, 58, 55, .13)
}

.service_block.style_2:hover .service_icon:after {
    animation: 8s linear infinite spin
}

.service_block.style_3 {
    z-index: 1;
    padding: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    background-color: var(--bs-white);
    border: 1px solid var(--bs-secondary)
}

.service_block.style_3 .shape_circle {
    left: 0;
    right: 0;
    top: -50%;
    z-index: -1;
    position: absolute
}

.service_block.style_3 .service_icon {
    width: auto;
    height: 100px
}

.service_block.style_3 .service_icon img {
    max-width: 100%;
    max-height: 90px
}

.service_block.style_3 .service_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px
}

.service_block.style_3 p {
    color: #6b6b6b;
    font-size: 16px;
    max-width: 238px;
    line-height: 26px;
    margin: 0 auto 62px
}

.insurance_member .btn,
.ps_pricing_block .btn,
.service_block.style_3 .btn {
    width: 100%;
    padding: 16px 30px
}

[class*=col-lg-3] .service_block.style_3 .shape_circle {
    left: 0;
    right: 0;
    top: -36%;
    z-index: -1;
    position: absolute
}

.features_block {
    gap: 15px;
    display: flex;
    padding: 40px;
    position: relative;
    align-items: flex-start;
    border-radius: var(--bs-border-radius-lg)
}

.features_block:before {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    content: '';
    z-index: -1;
    opacity: 0;
    position: absolute;
    border-radius: inherit;
    background: linear-gradient(0deg, #d9ff43, #00f1b5)
}

.features_block .features_icon {
    width: 32px;
    flex: 0 0 auto
}

.features_block .features_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 22px;
    font-family: 'SuisseIntl Medium'
}

.features_block p {
    color: #c6c6c6;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-left: -45px
}

.process_steps_block {
    gap: 60px;
    flex-wrap: wrap;
    align-items: flex-start
}

.process_steps_block>li {
    max-width: 262px
}

.process_steps_block .step_block_icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: var(--bs-dark)
}

.process_steps_block .step_block_icon img {
    max-height: 36px
}

.process_steps_block .step_block_title {
    font-size: 24px;
    line-height: 34px;
    margin: 24px 0 6px
}

.policy_items.process_steps_block {
    gap: 40px 0
}

.policy_items.process_steps_block>li {
    max-width: 300px;
    position: relative
}

.policy_items.process_steps_block>li:not(:last-child):after {
    top: 0;
    right: -92px;
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    display: inline-block;
    background-color: var(--bs-border-color)
}

.ps_policy_section .content_wrapper {
    padding: 130px 15px;
    border-radius: 30px
}

.ps_policy_section .shape_nate_2 {
    top: -80px;
    right: 10px;
    max-width: 300px
}

.ps_policy_items.process_steps_block .step_block_icon {
    width: 182px;
    height: 182px;
    border-radius: 0;
    background-color: transparent
}

.ps_policy_items.process_steps_block .step_block_icon img {
    max-height: 76px
}

.cta_wrapper {
    padding: 85px 70px 98px;
    border-radius: var(--bs-border-radius);
    background: linear-gradient(-45deg, #00f1b5, #d9ff43)
}

.policy_block,
.review_block {
    background-color: var(--bs-dark);
    border-radius: var(--bs-border-radius-lg)
}

.cta_wrapper .cta_title {
    font-size: 50px;
    max-width: 513px;
    line-height: 65px;
    margin-bottom: 36px
}

.cta_wrapper .shape_lines_flow_1 {
    top: -20px;
    right: -90px;
    opacity: .15;
    max-width: 300px
}

.cta_wrapper .shape_dollar_1 {
    top: 50px;
    right: 180px;
    max-width: 40px;
    filter: blur(2px)
}

.cta_wrapper .shape_dollar_2 {
    right: 290px;
    bottom: 86px;
    max-width: 60px
}

.cta_wrapper .shape_dollar_3 {
    right: 24px;
    bottom: 32px;
    max-width: 48px;
    filter: blur(2px)
}

.policy_block {
    display: flex;
    overflow: hidden;
    flex-direction: column
}

.policy_block .policy_image img {
    max-height: 290px;
    display: inline-block
}

.policy_block .policy_content {
    padding: 50px 45px 41px;
    z-index: 2;
    position: relative
}

.policy_block .policy_icon {
    width: 30px;
    flex: 0 0 auto;
    margin: 0 0 32px
}

.policy_block .policy_title {
    font-size: 26px;
    line-height: 36px;
    font-family: 'SuisseIntl Medium'
}

.policy_block_active,
.policy_block_active .policy_image {
    position: relative;
    z-index: 1
}

.policy_block_active::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 69%;
    background: linear-gradient(180deg, rgba(144, 186, 202, 0) 0, rgba(86, 127, 137, .33) 13.62%, rgba(1, 42, 43, .53) 36.66%, #567f36 68.97%, #d9ff43 98.5%);
    content: "";
    z-index: 2
}

.policy_block_active .policy_image::before {
    position: absolute;
    bottom: -9px;
    left: -10px;
    width: 105%;
    height: 19px;
    background-color: #023436;
    content: "";
    filter: blur(4.6999998093px)
}

.review_section .shape_circle {
    top: 44%;
    left: 50%;
    opacity: .4;
    filter: blur(210px);
    transform: translateX(-50%)
}

.review_section .shape_circle img {
    width: 304px
}

.review_section .shape_dollar_1 {
    top: 30%;
    left: 20px;
    max-width: 60px;
    filter: blur(2px)
}

.review_section .shape_dollar_2 {
    right: 30px;
    bottom: 60px;
    max-width: 60px;
    filter: blur(2px)
}

.review_section .shape_star_1 {
    top: 0;
    right: 120px
}

.review_section .shape_star_2 {
    left: 60px;
    bottom: 290px
}

.review_section .shape_arrow_1 {
    right: 90px;
    bottom: 200px;
    max-width: 44px
}

.review_section .shape_car_path_1 {
    left: 0;
    top: -37.1%;
    max-width: 156px
}

.review_section .shape_car_path_2 {
    right: 0;
    bottom: 0;
    max-width: 156px
}

.review_section .shape_nate_1 {
    top: -30%;
    right: -140px;
    max-width: 300px
}

.review_carousel {
    padding: 45px 0 0
}

.review_block {
    position: relative;
    padding: 0 32px 50px
}

.review_block:after,
.review_block:before {
    left: 0;
    right: 0;
    content: '';
    height: 1px;
    position: absolute;
    background: radial-gradient(var(--bs-primary) 0, transparent 60%)
}

.review_block:before {
    top: 0
}

.review_block:after {
    bottom: 0
}

.review_block .review_avatar {
    z-index: 1;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-top: -40px;
    position: relative;
    border-radius: 100%;
    display: inline-block
}

.review_block .review_comment {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin: 40px 0 86px;
    color: var(--bs-white)
}

.review_block .review_author_name {
    line-height: 1;
    font-size: 18px
}

.pricing_block .pricing_info ul>li,
.review_block_2 .review_comment,
.review_block_3 .authorbox_block .author_name {
    font-size: 20px;
    color: var(--bs-white)
}

.review_block_2 .flex_content {
    display: flex;
    margin-bottom: 27px;
    align-items: flex-start;
    justify-content: space-between
}

.review_block_2 .review_comment {
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 60px
}

.review_carousel_2 .carousel_arrows {
    margin-top: 50px
}

.review_carousel_2 .carousel_arrows button:first-child {
    justify-content: flex-end
}

.review_carousel_2 .carousel_arrows button:last-child {
    justify-content: flex-start
}

.review_block_3 {
    z-index: 1;
    position: relative;
    border-radius: 10px;
    padding: 40px 40px 50px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center
}

.review_block_3 .quote_icon {
    top: 40px;
    right: 40px;
    z-index: -1;
    max-width: 52px;
    position: absolute
}

.review_block_3 .review_comment {
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 80px;
    letter-spacing: -.4px;
    color: var(--bs-white)
}

.review_block_3 .authorbox_block .author_designation {
    color: #e1e1e1;
    font-size: 16px
}

.review_block_4 {
    border-radius: 10px;
    padding: 50px 30px 42px;
    background-color: var(--bs-white);
    box-shadow: 0 4px 10px 0 rgba(0, 61, 43, .1)
}

.pricing_block,
.pricing_block .pricing_amount,
.pricing_block hr {
    background-color: var(--bs-secondary)
}

.review_block_4 .review_comment {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: -.2px;
    color: var(--bs-heading-color)
}

.review_updown_style {
    padding-top: 60px
}

.review_updown_style>div:first-child {
    margin-top: -60px
}

.review_marquee_vertical_bottom,
.review_marquee_vertical_up {
    height: 670px;
    position: relative
}

.review_marquee_vertical_bottom:after,
.review_marquee_vertical_bottom:before,
.review_marquee_vertical_up:after,
.review_marquee_vertical_up:before {
    left: 0;
    right: 0;
    z-index: 2;
    content: '';
    height: 100px;
    position: absolute
}

.review_marquee_vertical_bottom:before,
.review_marquee_vertical_up:before {
    top: 0;
    background-image: linear-gradient(0deg, transparent, var(--bs-white))
}

.review_marquee_vertical_bottom:after,
.review_marquee_vertical_up:after {
    bottom: 0;
    background-image: linear-gradient(0deg, var(--bs-white), transparent)
}

.bg-primary .review_marquee_vertical_bottom:before,
.bg-primary .review_marquee_vertical_up:before {
    background-image: linear-gradient(0deg, transparent, var(--bs-primary))
}

.bg-primary .review_marquee_vertical_bottom:after,
.bg-primary .review_marquee_vertical_up:after {
    background-image: linear-gradient(0deg, var(--bs-primary), transparent)
}

.pricing_section {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top
}

.ob_process_section,
.pricing_block .pricing_icon {
    background-position: center center;
    background-repeat: no-repeat
}

.pricing_section .shape_dollar_1 {
    top: 46%;
    left: 50px;
    max-width: 60px;
    filter: blur(2px)
}

.pricing_section .shape_dollar_2 {
    bottom: 0;
    right: 50px;
    max-width: 60px;
    filter: blur(2px)
}

.pricing_section .shape_lines_flow_1 {
    top: 30%;
    right: -130px;
    max-width: 400px
}

.pricing_section .shape_lines_flow_2 {
    bottom: 0;
    left: -54px;
    max-width: 400px
}

.pricing_section .shape_nate_1 {
    top: 60px;
    opacity: .4;
    right: -210px
}

.pricing_section .shape_nate_2 {
    left: 0;
    bottom: 60px;
    opacity: .4
}

.pricing_section .shape_nate_3 {
    top: 100px;
    left: -290px;
    opacity: .4
}

.pricing_section .shape_nate_4 {
    opacity: .4;
    bottom: -80px;
    right: -340px
}

.pricing_toggle_btn {
    gap: 20px;
    font-size: 18px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    font-family: 'SuisseIntl Medium'
}

.pricing_toggle_btn span {
    gap: 6px;
    align-items: center;
    display: inline-flex
}

.pricing_toggle_btn .badge {
    --bs-danger-rgb: 255, 97, 0;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 50px;
    display: inline-block
}

.pricing_toggle_btn .switch_btn {
    width: 66px;
    height: 33px;
    padding: 3px;
    position: relative;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .2)
}

.pricing_toggle_btn .switch_btn:before {
    top: 3px;
    left: 3px;
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    border-radius: 100%;
    transition: .3s ease-in-out;
    background-color: var(--bs-primary)
}

.pricing_toggle_btn.active .switch_btn:before {
    left: auto;
    right: 3px
}

.pricing_block {
    gap: 70px;
    display: flex;
    padding: 50px;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: var(--bs-border-radius-lg);
    border: 1px solid rgba(255, 255, 255, .08)
}

.pricing_block .pricing_icon {
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-size: 100% 100%
}

.pricing_block .pricing_icon img {
    max-width: 30px
}

.pricing_block .pricing_info ul>li {
    line-height: 1;
    font-family: 'SuisseIntl SemiBold'
}

.pricing_block .pricing_info ul>li small {
    display: block;
    font-size: 16px;
    padding-bottom: 12px;
    color: var(--bs-body-color);
    font-family: 'SuisseIntl Regular'
}

.pricing_block .features_title {
    line-height: 1;
    font-size: 16px;
    margin-bottom: 30px;
    color: var(--bs-body-font-color);
    font-family: 'SuisseIntl Medium'
}

.pricing_block .pricing_features .iconlist_block>li.del {
    opacity: .3
}

.pricing_block .btn {
    margin-top: 75px
}

.pricing_block .pricing_amount {
    width: 330px;
    flex: 0 0 auto;
    padding: 70px 40px;
    color: var(--bs-white);
    clip-path: polygon(0 0, 75% 0%, 100% 50%, 75% 100%, 0 100%)
}

.pricing_block .pricing_amount span {
    font-size: 50px;
    line-height: 60px;
    font-family: 'SuisseIntl SemiBold'
}

.pricing_block .pricing_amount small {
    font-size: 20px;
    line-height: 30px;
    font-family: 'SuisseIntl SemiBold'
}

.pricing_block .pricing_title {
    font-size: 26px;
    line-height: 36px
}

.pricing_block hr {
    margin: 39px 0 48px
}

.pricing_block.style_2 {
    padding: 50px 180px 50px 0
}

.pricing_block.style_2>* {
    max-width: 370px
}

.ps_pricing_block {
    padding: 30px;
    display: flex;
    flex-wrap: warp;
    border-radius: 20px;
    color: var(--bs-white)
}

.ps_pricing_block.bg-grd {
    background: radial-gradient(665.36% 228.53% at 29.58% 35.96%, #8234c5 0, #742db3 15.2250766754%, #60249b 36.1630946398%, #521e8b 50.4717707634%, #3f1674 70.3187346458%, #230952 100%)
}

.ps_pricing_block.bg-grd-2 {
    background: radial-gradient(416.61% 143.66% at 29.58% 35.96%, #d9ff43 0, #c5e544 15.2250766754%, #b7d24b 36.1630946398%, #9eb73e 50.4717707634%, #768b24 70.3187346458%, #111501 100%)
}

.ps_pricing_block>* {
    width: 50%;
    flex: 0 0 auto
}

.ps_pricing_block .pricing_description {
    padding: 30px;
    border-radius: 10px;
    background-color: var(--bs-dark)
}

.ps_pricing_block .pricing_feature_list {
    gap: 15px;
    padding-left: 30px;
    border-radius: 10px
}

.ps_pricing_block .pricing_feature_list>li {
    padding: 20px;
    border-radius: 10px;
    background-color: var(--bs-dark)
}

.ps_pricing_block .pricing_title {
    line-height: 1;
    font-size: 28px;
    margin-bottom: 16px
}

.ps_pricing_block p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 30px
}

.ps_pricing_block .price_value {
    line-height: 1;
    font-size: 28px;
    font-family: var(--bs-heading-font-family)
}

.ps_pricing_block .iconlist_block {
    margin-bottom: 45px
}

.ps_pricing_block .iconlist_block>li {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.team_section {
    z-index: 2;
    position: relative
}

.team_section+.faq_section {
    padding-top: 370px;
    margin-top: -230px;
    background-color: var(--bs-secondary)
}

.team_block {
    padding: 10px;
    background-color: var(--bs-dark);
    border-radius: var(--bs-border-radius-lg);
    border: 1px solid rgba(255, 255, 255, .06)
}

.team_block .team_member_image {
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(0deg, rgba(0, 241, 181, .5), rgba(217, 255, 67, .5))
}

.team_block .team_member_content {
    padding: 37px 20px 16px
}

.team_block .team_member_name {
    line-height: 1;
    font-size: 26px;
    margin-bottom: 10px
}

.team_block p {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 23px
}

.team_block .iconlist_block>li {
    font-size: 16px;
    line-height: 16px
}

.team_block.style_2 {
    border-color: #242628;
    background-color: #242628
}

.team_block.style_2 .team_member_content {
    padding: 30px 20px;
    position: relative;
    margin-bottom: -11px;
    background-size: 88px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/shapes/shape_4.svg)
}

.team_block.style_2 .social_icons_block {
    gap: 8px;
    left: 50%;
    z-index: 1;
    bottom: -24px;
    position: absolute;
    flex-direction: column;
    transform: translateX(-50%)
}

.team_block.style_2 .social_icons_block:after {
    width: 42px;
    height: 42px;
    display: flex;
    margin-top: 6px;
    cursor: pointer;
    content: '\f078';
    font-weight: 700;
    align-items: center;
    border-radius: 100%;
    color: var(--bs-white);
    justify-content: center;
    transition: var(--bs-transition);
    font-family: 'Font Awesome 5 Pro';
    background-color: var(--bs-primary)
}

.team_block.style_2 .social_icons_block>li {
    opacity: 0;
    visibility: hidden
}

.team_block.style_2 .social_icons_block:hover:after {
    transform: rotate(-180deg)
}

.team_block.style_3 {
    border: none;
    padding: 20px;
    background-color: var(--bs-white)
}

.insurance_contact_info .iconbox_block p,
.team_block.style_3 .iconlist_block {
    margin-bottom: 26px
}

.team_block.style_3 .social_icons_block a {
    width: 38px;
    height: 38px;
    border-radius: 6px;
    background-color: transparent;
    color: var(--bs-heading-color);
    border: 1px solid var(--bs-border-color)
}

.team_block.style_3.image_left {
    gap: 20px;
    display: flex;
    text-align: left;
    align-items: center
}

.team_block.style_3.image_left .team_member_image {
    flex: 0 0 auto;
    max-width: 230px
}

.team_block.style_3.image_left .team_member_content {
    padding: 20px
}

.team_block.style_3.image_left p {
    margin-bottom: 18px
}

.ob_process_section {
    padding-bottom: 390px;
    background-size: cover
}

.ob_process_section [class*=shape_shadow_] {
    opacity: .7;
    max-width: 282px;
    filter: blur(150px)
}

.ob_process_section .shape_shadow_1 {
    top: -98px;
    left: -116px
}

.ob_process_section .shape_shadow_2 {
    bottom: -98px;
    left: -116px
}

.ob_process_section .shape_shadow_3 {
    top: -98px;
    right: -116px
}

.ob_process_section .shape_shadow_4 {
    bottom: -98px;
    right: -116px
}

.ob_process_section .shape_shadow_5 {
    bottom: 0;
    left: 42.5%
}

.ob_process_section+.review_section .online_banking_review {
    z-index: 2;
    padding: 70px;
    position: relative;
    margin-top: -260px;
    border: 1px solid var(--bs-primary);
    border-radius: var(--bs-border-radius-lg)
}

.comment_form .btn[type=submit],
.job_apply_form .btn[type=submit] {
    padding: 21px 40px;
    background: linear-gradient(45deg, #00f1b5, #d9ff43)
}

.online_banking_process {
    overflow: hidden;
    background-color: var(--bs-dark);
    border: 1px solid var(--bs-primary);
    border-radius: var(--bs-border-radius-lg);
    align-items: stretch
}

.online_banking_process>li {
    width: 25%;
    display: flex;
    flex: 0 0 auto;
    text-align: center;
    align-items: stretch;
    flex-direction: column;
    padding: 50px 24px 42px;
    justify-content: space-between
}

.online_banking_process>li:not(:last-child) {
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: var(--bs-primary)
}

.online_banking_process .serial_number {
    line-height: 1;
    font-size: 22px;
    margin-bottom: 70px;
    color: var(--bs-white)
}

.contact_info_box .iconlist_block,
.online_banking_process .icon {
    margin-bottom: 38px
}

.online_banking_process .title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
    color: var(--bs-white)
}

.online_banking_process p {
    color: #cfcfcf;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px
}

.row:has([class*=col-] > .blog_post_block) {
    margin: -30px -15px
}

.row:has([class*=col-] > .blog_post_block) [class*=col-] {
    padding: 30px 15px
}

.blog_section .shape_nate_1 {
    top: 270px;
    opacity: .4;
    right: -220px
}

.blog_section .shape_nate_2 {
    top: 130px;
    left: -230px;
    opacity: .4
}

.ps_blog_section .shape_nate_1 {
    top: 130px;
    left: -240px
}

.ps_blog_section .shape_nate_2 {
    bottom: 60px;
    right: -130px
}

.ps_blog_section .shape_nate_2 img {
    transform: rotate(45deg)
}

.blog_post_block .post_image a {
    display: block;
    overflow: hidden;
    border-radius: var(--bs-border-radius)
}

.blog_post_block .post_meta {
    margin-bottom: 9px
}

.blog_post_block .post_title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 27px
}

.blog_post_block .post_title a {
    display: inline;
    color: var(--bs-heading-color);
    font-family: 'SuisseIntl SemiBold';
    background-size: 0 100%;
    backface-visibility: hidden;
    background-position-y: -1px;
    background-repeat: no-repeat;
    transition: .4s cubic-bezier(.215, .61, .355, 1);
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px)
}

.blog_post_block .post_title a:hover {
    background-size: 100% 100%
}

.blog_post_block .btn-link:hover svg {
    transform: translateX(5px)
}

.blog_post_block .btn-link:hover svg path {
    fill: var(--bs-primary)
}

.blog_post_block.style_2 .post_meta {
    gap: 4px 0
}

.blog_post_block.style_2 .post_meta>li:not(:last-child):after {
    content: '';
    width: 24px;
    height: 1px;
    flex: 0 0 auto;
    display: inline-block;
    margin: 0 20px 0 15px;
    transform: translateY(-5px);
    background-color: var(--bs-primary)
}

.recent_post_block a .post_image {
    width: 90px;
    display: flex;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: var(--bs-border-radius)
}

.recent_post_block a .post_content {
    gap: 4px;
    display: flex;
    flex-direction: column
}

.recent_post_block a .post_date {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--bs-body-color)
}

.recent_post_block a .post_title {
    font-size: 18px;
    line-height: 26px;
    color: var(--bs-heading-color);
    font-family: var(--bs-heading-font-family)
}

.recent_post_block a:hover .post_title {
    text-decoration: underline
}

.other_post_nav {
    gap: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.other_post_nav a:not(:nth-child(2)) {
    gap: 30px;
    display: flex;
    padding: 30px 40px;
    align-items: center;
    background-color: var(--bs-white);
    border-radius: var(--bs-border-radius)
}

.other_post_nav a:not(:nth-child(2)) i {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    align-items: center;
    border-radius: 100%;
    display: inline-flex;
    color: var(--bs-white);
    justify-content: center;
    background-color: var(--bs-dark);
    transition: var(--bs-transition);
    background-size: 0 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(45deg, #00f1b5, #d9ff43)
}

.other_post_nav a:not(:nth-child(2)) span {
    gap: 8px;
    display: flex;
    flex-direction: column
}

.other_post_nav a:not(:nth-child(2)) span strong {
    font-size: 20px;
    line-height: 28px;
    color: var(--bs-heading-color);
    font-family: var(--bs-heading-font-family)
}

.other_post_nav a:not(:nth-child(2)) span small {
    color: #6b6b6b;
    font-size: 16px;
    font-weight: 500
}

.other_post_nav a:first-child i {
    background-position: right center
}

.other_post_nav a:last-child {
    text-align: right
}

.other_post_nav a:last-child i {
    order: 1;
    background-position: left center
}

.other_post_nav a:nth-child(2) {
    line-height: 1;
    font-size: 32px;
    color: var(--bs-dark)
}

.other_post_nav a:nth-child(2):hover {
    color: #00f1b5
}

.post_audio .audio_play_btn {
    gap: 26px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    align-items: center;
    display: inline-flex;
    padding: 5px 30px 5px 5px;
    color: var(--bs-heading-color);
    background-color: var(--bs-white);
    font-family: var(--bs-heading-font-family)
}

.post_audio .audio_play_btn i {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    padding-left: 4px;
    border-radius: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    color: var(--bs-heading-color);
    background: linear-gradient(0deg, #00f1b5, #d9ff43)
}

.car_insurance_cta,
.career_block,
.comment_form,
.contact_info_box,
.insurance_contact_info {
    background-color: var(--bs-white)
}

.post_audio .audio_play_btn span {
    margin-bottom: -4px
}

.comment_area {
    margin-bottom: 80px
}

.comments_list {
    gap: 60px
}

.comments_list>li .comments_list {
    gap: 40px;
    padding: 30px 0 0 110px
}

.comment_item {
    gap: 40px;
    display: flex
}

.comment_item .comment_author_thumbnail {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 100%
}

.comment_item .comment_author_name {
    line-height: 1;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: var(--bs-heading-font-family)
}

.comment_item .comment_time {
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px
}

.comment_item .comment_reply_btn {
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    border-radius: 6px;
    align-items: center;
    display: inline-flex;
    color: var(--bs-white);
    padding: 7px 20px 6px;
    background: var(--bs-heading-color)
}

.comment_item .comment_reply_btn:hover {
    color: var(--bs-heading-color);
    background: linear-gradient(45deg, #00f1b5, #d9ff43)
}

.comment_form {
    padding: 71px 80px 80px;
    border-radius: var(--bs-border-radius)
}

.comment_form .heading_block .heading_text,
.job_apply_form .heading_block .heading_text {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 10px
}

.comment_form .btn[type=submit] {
    width: 100%;
    display: block
}

.project_section .shape_dollar_1,
[class*="_details_section"] .shape_dollar_1 {
    top: 74px;
    right: 70px;
    max-width: 72px
}

.project_section .shape_nate_1 {
    top: 38%;
    right: -137px
}

.project_section .shape_nate_2 {
    top: 20%;
    left: -340px
}

.project_section .shape_nate_3 {
    right: -280px;
    bottom: -340px
}

.project_section .shape_nate_4 {
    left: -280px;
    bottom: -370px
}

[class*="_details_section"] .shape_dollar_2 {
    top: 60%;
    left: 70px;
    max-width: 72px;
    filter: blur(4px)
}

[class*="_details_section"] .shape_dollar_3 {
    top: 70%;
    right: 70px;
    max-width: 72px;
    filter: blur(4px)
}

[class*="_details_section"] .shape_nate_1 {
    top: 28%;
    right: -200px;
    max-width: 422px
}

[class*="_details_section"] .shape_nate_2 {
    top: 15%;
    left: -330px;
    max-width: 500px
}

[class*="_details_section"] .shape_nate_3 {
    right: -220px;
    bottom: -280px;
    max-width: 500px
}

[class*="_details_section"] .shape_nate_4 {
    left: -220px;
    bottom: -312px;
    max-width: 536px
}

.item_details_content hr {
    margin: 28px 0
}

.item_details_content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 28px
}

.item_details_content .iconlist_block.unordered_list {
    gap: 20px 60px
}

.item_details_content .process_steps_block {
    margin-top: 80px;
    border-top: 1px solid var(--bs-border-color)
}

.item_details_content .process_steps_block>li {
    margin-top: -30px
}

.item_details_content .social_icons_block a {
    width: 36px;
    height: 36px
}

.item_details_image {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 70px
}

.career_block,
.job_apply_form {
    border-radius: var(--bs-border-radius)
}

.item_details_heading {
    font-size: 50px;
    line-height: 64px;
    margin-bottom: 28px
}

.item_details_info_heading {
    font-size: 40px;
    line-height: 54px;
    margin: 60px 0 18px
}

.blog_details_section .item_details_content {
    --bs-border-color: #D2D9DA
}

.blog_details_section .item_details_content hr,
.blog_details_section .postabmin_block {
    margin: 80px 0
}

.career_block {
    display: flex;
    position: relative;
    align-items: center;
    padding: 35px 50px 40px;
    justify-content: space-between;
    transition: var(--bs-transition)
}

.career_block .block_title {
    font-size: 26px;
    margin-bottom: 20px
}

.career_block .iconlist_block>li {
    gap: 6px;
    line-height: 1;
    font-size: 18px
}

.career_block .btn {
    padding: 15px 30px;
    background-color: transparent;
    border: 1px solid var(--bs-border-color)
}

.career_block .btn:before {
    background: linear-gradient(45deg, #00f1b5, #d9ff43)
}

.career_block:hover {
    z-index: 1;
    transform: translateY(-2px);
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .1)
}

.job_apply_form {
    padding: 71px 80px 80px;
    border: 1px solid var(--bs-border-color)
}

.fc_career_box {
    padding: 30px;
    margin: 30px 0
}

.fc_career_box .focus_title {
    gap: 10px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    margin-bottom: 20px
}

.fc_career_box .focus_title img {
    max-width: 18px
}

.fc_career_box .title_text {
    font-size: 22px;
    max-width: 325px;
    line-height: 28px;
    margin-bottom: 30px
}

.fc_career_box p {
    color: #e1e1e1;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px
}

.fc_career_box .row:has(.form-group) {
    margin: -10px
}

.fc_career_box .row:has(.form-group)>[class*=col-] {
    padding: 10px
}

.fc_career_box .form-group .form-control,
.fc_career_box .form-group .form-select {
    font-weight: 500;
    color: var(--bs-white);
    caret-color: var(--bs-white);
    border-color: var(--bs-black);
    background-color: var(--bs-black)
}

.fc_career_box .form-group .form-control::placeholder,
.fc_career_box .form-group .form-select::placeholder {
    color: rgba(255, 255, 255, .5)
}

.fc_career_box .form-group .form-control:-ms-input-placeholder,
.fc_career_box .form-group .form-select:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.fc_career_box .form-group .form-control::-ms-input-placeholder,
.fc_career_box .form-group .form-select::-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.fc_career_box .form-group textarea.form-control {
    min-height: 141px
}

.contact_info_box {
    border-radius: var(--bs-border-radius)
}

.contact_info_box .heading_text {
    line-height: 1;
    font-size: 24px;
    margin-bottom: 38px
}

.contact_info_box .iconlist_block .iconlist_icon img {
    width: 20px
}

.contact_info_box .iconlist_block .iconlist_text strong {
    margin-bottom: 7px
}

.gmap_canvas iframe {
    width: 100%;
    height: 600px;
    display: block
}

.insurance_contact_info {
    padding: 30px;
    border-radius: 10px
}

.insurance_contact_info .icon_block {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: #003d2b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px
}

.insurance_contact_info .heading_block .heading_text {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 8px
}

.insurance_contact_info>.row {
    margin: -5px
}

.insurance_contact_info>.row>[class*=col-] {
    padding: 5px
}

.insurance_contact_info .iconbox_block {
    padding: 26px;
    border-radius: 10px;
    background-color: var(--bs-light)
}

.insurance_contact_info .iconbox_block .iconbox_icon {
    width: auto;
    height: auto;
    margin-bottom: 28px;
    background-color: transparent
}

.insurance_contact_info .iconbox_block .iconbox_icon img {
    width: auto;
    height: 30px
}

.insurance_contact_info .iconbox_block .iconbox_title {
    font-size: 18px;
    line-height: 22px;
    color: var(--bs-heading-color)
}

.insurance_contact_info .iconbox_block .btn-link {
    color: var(--bs-heading-color);
    border-color: transparent
}

.insurance_contact_info .iconbox_block .btn-link:hover .btn_icon {
    transform: translate(4px, 1px)
}

.insurance_contact_info .iconbox_block .btn-link .btn_icon {
    transform: translateY(1px);
    transition: .3s
}

.insurance_member {
    z-index: 1;
    height: 516px;
    padding: 30px;
    display: flex;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom 140px
}

.insurance_member:before {
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: 60%;
    z-index: -1;
    position: absolute;
    background-image: linear-gradient(0deg, #d9ff43, #003d2b, transparent)
}

.insurance_member h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 6px;
    color: var(--bs-white)
}

.insurance_member p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 26px;
    color: var(--bs-white)
}

.investment_solution {
    --bs-body-bg: var(--bs-dark);
    --bs-body-color: #C6C6C6;
    --bs-body-color-rgb: 198, 198, 198;
    --bs-heading-color: var(--bs-white)
}

.online_banking {
    --bs-body-bg: var(--bs-white);
    --bs-body-color: #656565;
    --bs-body-color-rgb: 101, 101, 101;
    --bs-heading-color: #1C1C1E;
    --bs-light: #F0F0F0;
    --bs-light-rgb: 240, 240, 240;
    --bs-dark: #1C1C1E;
    --bs-dark-rgb: 28, 28, 30;
    --bs-primary-bg-subtle: rgba(217, 255, 67, 0.1);
    --bs-dark-bg-subtle: rgba(28, 28, 30, 0.1)
}

.index_insurance,
.payment_solutions {
    --bs-primary-bg-subtle: rgba(217, 255, 67, 0.10)
}

.online_banking .btn-outline-light {
    border-color: rgba(255, 255, 255, .2)
}

.payment_solutions {
    --bs-body-bg: #150132;
    --bs-body-color: #DBDBDB;
    --bs-body-color-rgb: 219, 219, 219;
    --bs-heading-color: var(--bs-white);
    --bs-dark: #060210;
    --bs-dark-rgb: 6, 2, 16;
    --bs-secondary: #150132;
    --bs-secondary-rgb: 21, 1, 50
}

.payment_solutions .mobile_menu_btn {
    border-radius: 100%
}

.financial_consulting {
    --bs-body-color: #615959;
    --bs-body-color-rgb: 97, 89, 89;
    --bs-heading-color: #020202;
    --bs-primary: #FF6100;
    --bs-dark: #020202;
    --bs-dark-rgb: 2, 2, 2;
    --bs-primary-rgb: 255, 97, 0;
    --bs-secondary: #242628;
    --bs-secondary-rgb: 36, 38, 40;
    --bs-border-color: #E6EBEB;
    --bs-light: #E6EBEB;
    --bs-light-rgb: 230, 235, 235
}

.car_insurance,
.index_insurance {
    --bs-light: #F3F3F3;
    --bs-light-rgb: 243, 243, 243
}

.financial_consulting .container-fluid {
    padding-left: 70px;
    padding-right: 70px
}

.financial_consulting .btn.bg-primary:before {
    background-color: var(--bs-light)
}

.financial_consulting .heading_block.text-white .heading_description {
    color: #d8d8d8
}

.fc_decoration_wrap {
    margin: auto;
    max-width: 1780px;
    border-radius: 20px
}

.car_insurance_cta,
.car_insurance_cta .image_block {
    border-radius: 10px
}

.fc_decoration_wrap [class*="decoration_item shape_"] {
    opacity: .7
}

.fc_decoration_wrap .shape_coin {
    top: 147px;
    left: 15px
}

.fc_decoration_wrap .shape_note_1 {
    top: 221px;
    right: 24px
}

.fc_decoration_wrap .shape_note_2 {
    right: 47px;
    bottom: 87px
}

.fc_decoration_wrap .shape_percent {
    left: 36px;
    bottom: 44px
}

.fc_decoration_wrap .shape_nate_1,
.insurance_decoration_wrap .shape_nate_4 {
    left: 0;
    top: 40%
}

.fc_decoration_wrap .shape_nate_2 {
    top: 42%;
    right: -50px
}

.fc_decoration_wrap .shape_coin_2 {
    top: 50%;
    left: 49px
}

.fc_decoration_wrap .shape_note_3 {
    top: 51%;
    right: -35px
}

.fc_social_icons_block li a:hover svg path {
    fill: var(--bs-white)
}

.index_insurance {
    --bs-heading-color: #003D2B;
    --bs-dark: #003D2B;
    --bs-dark-rgb: 0, 61, 43;
    --bs-secondary: #00D999;
    --bs-secondary-rgb: 0, 217, 153;
    --bs-border-color: #D9D9D9
}

.index_insurance .container-fluid {
    max-width: 1730px
}

.index_insurance .btn.bg-dark:before {
    background-color: #00d999
}

.insurance_decoration_wrap .shape_star_1 {
    top: 400px;
    left: 70px;
    width: 30px
}

.insurance_decoration_wrap .shape_star_2 {
    top: 120px;
    right: 130px;
    width: 30px
}

.insurance_decoration_wrap .shape_star_3 {
    top: 70%;
    right: 100px;
    width: 30px
}

.insurance_decoration_wrap .shape_star_4 {
    top: 80%;
    left: 40px;
    width: 30px
}

.insurance_decoration_wrap .shape_star_5 {
    top: 45%;
    right: 140px;
    width: 30px
}

.insurance_decoration_wrap .shape_star_6 {
    top: 70%;
    left: 140px;
    width: 30px
}

.insurance_decoration_wrap .shape_star_7 {
    top: 366px;
    left: 77px
}

.insurance_decoration_wrap .shape_star_8 {
    top: 38%;
    right: 77px
}

.insurance_decoration_wrap .shape_nate_1 {
    top: 40%;
    right: -200px
}

.insurance_decoration_wrap .service_section {
    padding-bottom: 450px
}

.car_insurance {
    --bs-body-color: #66676A;
    --bs-body-color-rgb: 102, 103, 106;
    --bs-heading-color: #01040D;
    --bs-dark: #01040D;
    --bs-dark-rgb: 1, 4, 13;
    --bs-secondary: #7BDAF8;
    --bs-secondary-rgb: 123, 218, 248;
    --bs-border-color: #E1E9EC;
    --bs-primary: #2047F4;
    --bs-primary-rgb: 32, 71, 244;
    --bs-gradient: linear-gradient(180deg, transparent 50%, #FFFFFF 0%)
}

.car_insurance .btn.bg-white:before,
.car_insurance .btn.border-secondary:before {
    background-color: var(--bs-secondary)
}

.car_insurance_feature_section {
    --bs-gradient: linear-gradient(180deg, transparent 69.2%, var(--bs-light) 0%)
}

.car_insurance_feature_section .shape_car_path_1 {
    top: 0;
    left: 0;
    max-width: 156px
}

.car_insurance_feature_section .shape_car_path_2 {
    right: 0;
    top: 74px;
    max-width: 156px
}

.car_insurance_cta_section {
    --bs-gradient: linear-gradient(180deg, var(--bs-light) 43%, transparent 0%)
}

.car_insurance_cta_section .shape_star_1 {
    top: -260px;
    left: -60px
}

.car_insurance_cta_section .shape_star_2 {
    right: 0;
    top: -350px
}

.car_insurance_cta {
    padding: 44px 50px 50px;
    box-shadow: 0 3px 15px 0 rgba(12, 1, 13, .03)
}

.car_insurance_cta .heading_text {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 12px
}

.car_insurance_cta p {
    color: #66676a;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 33px
}

.car_insurance_cta .image_wrapper {
    display: flex;
    margin-top: 40px;
    align-items: center
}

.car_insurance_cta .btn {
    padding: 21px 40px
}

.car_insurance_cta .pricing_list {
    gap: 10px;
    z-index: 1;
    width: 230px;
    flex: 0 0 auto;
    position: relative;
    margin-left: -120px
}

.car_insurance_cta .pricing_list>li {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 10px;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bs-white);
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 4px 4px 0 rgba(1, 4, 13, .1)
}

.car_insurance_cta .pricing_list .logo_image {
    flex: 0 0 auto;
    max-width: 100px
}

.car_insurance_cta .pricing_list .pricing_value {
    gap: 2px;
    display: flex;
    padding: 0 10px;
    border-radius: 50px;
    align-items: center;
    color: var(--bs-heading-color);
    background-color: var(--bs-secondary)
}

.car_insurance_cta .pricing_list .pricing_value sub,
.car_insurance_cta .pricing_list .pricing_value sup {
    color: #484848;
    font-size: 12px;
    font-weight: 500
}

.car_insurance_cta .pricing_list .pricing_value sup {
    top: -2px
}

.car_insurance_cta .pricing_list .pricing_value sub {
    bottom: -2px
}

.car_insurance_cta .pricing_list .pricing_value strong {
    font-size: 20px;
    font-weight: 700
}

.car_insurance_cta .icon_block {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    box-shadow: 0 3px 14px 0 rgba(12, 1, 13, .2)
}

.car_insurance_cta .icon_block img {
    max-width: 38px
}

.car_insurance_cta .avatar_image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;
    border: 2px solid var(--bs-white);
    box-shadow: 0 4px 10px 0 rgba(12, 1, 13, .2)
}

.car_insurance_cta .image_wrapper_2 {
    padding: 0 49px;
    margin-top: 40px;
    position: relative
}

.car_insurance_cta .image_wrapper_2 .icon_block {
    top: 76px;
    left: 4px;
    z-index: 1;
    position: absolute;
    background-color: var(--bs-white)
}

.car_insurance_cta .image_wrapper_2 .avatar_image {
    right: 0;
    bottom: 56px;
    position: absolute
}

.error_section {
    display: flex;
    padding: 80px 0;
    min-height: 100vh;
    align-items: center;
    justify-content: center
}

.error_section .error_image {
    margin: auto;
    max-width: 700px
}

.error_section h1 {
    font-size: 50px;
    line-height: 65px;
    margin: 56px 0 13px
}

.error_section p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 31px
}

.error_section .form-group {
    margin: auto;
    max-width: 580px
}

.error_section .form-group input.form-control {
    height: 70px
}

.error_section .form-group .icon_block {
    top: 26px
}

.error_section .shape_dollar_1 {
    top: 146px;
    left: 62px;
    max-width: 55px
}

.error_section .shape_dollar_2 {
    top: 180px;
    right: 164px;
    max-width: 56px
}

.error_section .shape_dollar_3 {
    right: 174px;
    bottom: 154px;
    max-width: 42px
}

.error_section .shape_dollar_4 {
    left: 150px;
    bottom: 200px;
    max-width: 32px;
    filter: blur(2px)
}

@media screen and (max-width:1660px) {
    .site_header .btns_group {
        gap: 6px;
        margin-left: -91px
    }
}

@media screen and (max-width:1440px) {
    .main_menu_list {
        gap: 26px
    }

    .hotline_btn {
        gap: 6px;
        padding: 10px 14px
    }

    .hero_investment_solution h1 {
        font-size: 66px;
        line-height: 76px
    }

    .hero_section p {
        font-size: 20px;
        line-height: 32px
    }

    .pricing_block {
        gap: 30px;
        padding: 40px
    }

    .team_block .team_member_name {
        font-size: 22px;
        margin-bottom: 8px
    }

    .site_footer .heading_block .heading_text {
        font-size: 42px;
        line-height: 48px
    }

    .footer_layout_1 .shape_dollar_1 {
        left: 15px;
        max-width: 40px
    }

    .hero_online_banking .hero_hand_image {
        bottom: 280px;
        max-width: 550px
    }

    .hero_online_banking .ob_hero_img {
        right: 223px;
        bottom: 40%;
        max-width: 400px
    }

    .online_banking_process .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 14px
    }

    .hero_payment_solutions .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }

    .hero_payment_solutions p {
        margin-bottom: 20px
    }

    .hero_payment_solutions .btns_group {
        gap: 20px
    }

    .financial_consulting .container-fluid,
    .footer_layout_4 {
        padding-left: 30px;
        padding-right: 30px
    }

    .hero_insurance .shape_nate_28 {
        left: -40px;
        max-width: 280px
    }

    .car_insurance_cta_section .shape_star_1 {
        left: -190px
    }

    .review_section .shape_car_path_1 {
        max-width: 56px
    }

    .review_section .shape_nate_1 {
        right: -240px
    }

    .review_section .shape_car_path_2 {
        max-width: 90px
    }

    [class*=_details_section] .shape_nate_1 {
        right: -230px;
        max-width: 340px
    }

    [class*=_details_section] .shape_nate_3 {
        max-width: 440px
    }

    [class*=_details_section] .shape_nate_4 {
        max-width: 480px
    }

    [class*=_details_section] .shape_dollar_2 {
        left: -20px;
        max-width: 50px
    }

    [class*=_details_section] .shape_dollar_1,
    [class*=_details_section] .shape_dollar_3 {
        right: -20px;
        max-width: 50px
    }

    .header_layout_3+main {
        padding-top: 104px
    }
}

@media screen and (max-width:1366px) {
    .hero_section h1 {
        font-size: 66px;
        line-height: 72px
    }

    .footer_layout_3 .cta_section .heading_text,
    .heading_block.style_2 .heading_text {
        font-size: 48px;
        line-height: 58px
    }

    .integrated_wrapper svg {
        width: 130px
    }

    .integrated_wrapper>ul li {
        gap: 10px
    }

    .integrated_wrapper .site_logo .site_link {
        padding: 24px 40px
    }

    .hero_payment_solutions .hero_title {
        font-size: 66px;
        line-height: 80px;
        margin: 20px 0 6px
    }

    .hero_payment_solutions {
        text-align: center;
        padding: 170px 0 0
    }

    .hero_payment_solutions .container-fluid>.row>.order-lg-last {
        order: 0 !important
    }

    .hero_payment_solutions .container-fluid>.row {
        justify-content: center
    }

    .hero_payment_solutions .container-fluid>.row>[class*=col-] {
        width: 60%;
        max-width: 60%
    }

    .hero_payment_solutions .btns_group {
        gap: 50px;
        margin: 20px 0;
        flex-direction: row
    }

    .hero_payment_solutions .btns_group>li {
        width: auto;
        display: inline-block
    }

    .hero_payment_solutions .btns_group .funfact_block.left_layout {
        text-align: center;
        align-items: center
    }

    .hero_payment_solutions p {
        margin-bottom: 40px
    }

    .process_steps_block {
        gap: 60px 20px
    }

    .footer_layout_3 .cta_section .btn {
        font-size: 24px;
        padding: 30px 70px
    }

    .payment_method_block .block_title {
        font-size: 24px;
        line-height: 30px
    }

    .contact_process_step .iconbox_title {
        font-size: 20px;
        line-height: 30px
    }

    .ps_policy_items.process_steps_block .step_block_icon img {
        max-height: 40px
    }

    .ps_policy_items.process_steps_block .step_block_icon {
        width: 120px;
        height: 120px
    }

    .ps_pricing_block {
        padding: 20px
    }

    .ps_pricing_block .pricing_feature_list {
        gap: 20px;
        padding-left: 20px
    }

    .footer_layout_4 .shape_nate_1 {
        left: -295px
    }

    .footer_layout_4 .shape_nate_2 {
        right: -290px
    }

    .about_section .shape_nate_1,
    .pricing_section .shape_nate_2 {
        left: -120px
    }

    .fc_decoration_wrap .shape_nate_2 {
        right: -130px
    }

    .pricing_section .shape_nate_1 {
        right: -270px
    }

    .pricing_block.style_2 {
        padding: 50px 40px 50px 0
    }

    .footer_layout_4 .cta_section .heading_block .heading_text {
        font-size: 54px;
        line-height: 64px
    }

    .site_header .btn {
        gap: 8px;
        font-size: 16px;
        padding: 14px 20px
    }

    .insurance_achievement_funfacts .funfact_block .funfact_value {
        font-size: 30px
    }

    .review_section .shape_arrow_1 {
        right: 15px;
        max-width: 20px
    }

    .client_feedback_section .shape_arrow_1 {
        left: 15px;
        max-width: 20px
    }

    .insurance_clients_logo_wrap .clients_logo img {
        max-width: 130px
    }

    .footer_layout_6 .app_download_wrapper .hand_image,
    .hero_insurance [class*=shape_pattern] {
        max-width: 200px
    }

    .hero_insurance .shape_nate_29 {
        max-width: 250px
    }

    .hero_car_insurance .shape_nate_1 {
        left: -130px
    }

    .hero_car_insurance .shape_nate_2 {
        right: -380px
    }

    .hero_car_insurance {
        background-position: right 17% top
    }

    .hero_car_insurance .hero_car {
        right: 39.7%
    }

    .car_insurance_process {
        padding: 70px 50px 64px
    }

    .footer_layout_6 .app_download_wrapper {
        background-size: 100%;
        background-position: right 0 center
    }

    .footer_layout_6 .app_download_wrapper .heading_block {
        max-width: 100%
    }

    .footer_layout_6 .btns_group {
        padding: 36px 0 130px
    }

    .footer_layout_6 .contact_wrapper {
        padding: 44px 30px 50px
    }

    .footer_layout_6 [class*=shape_car_path] {
        max-width: 120px
    }

    .header_layout_3+main {
        padding-top: 104px
    }

    .policy_items.process_steps_block>li:not(:last-child):after {
        right: -50px
    }

    .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
    }

    .review_marquee_vertical_bottom,
    .review_marquee_vertical_up {
        height: 720px
    }
}

@media screen and (max-width:1199px) {

    .container,
    .mfp-iframe-holder .mfp-content {
        max-width: 100%
    }

    .funfact_block .funfact_title,
    .main_menu_list>li>a {
        font-size: 16px
    }

    .hero_investment_solution h1 {
        font-size: 54px;
        line-height: 64px
    }

    .car_insurance_cta_section .shape_star_2,
    .footer_layout_1 [class*="decoration_item shape_dollar"],
    .footer_layout_4 [class*=shape_nate],
    .hero_investment_solution [class*="decoration_item shape_dollar"],
    .index_insurance .btns_group>li:nth-child(2),
    .policy_items.process_steps_block>li:not(:last-child):after,
    .review_section .shape_car_path_1,
    .review_section .shape_nate_1 {
        display: none
    }

    .hotline_btn {
        font-size: 14px;
        padding: 12px 15px
    }

    .heading_block .heading_text {
        font-size: 42px;
        line-height: 48px
    }

    .heading_block .heading_description {
        font-size: 18px;
        line-height: 28px
    }

    .funfact_block .funfact_value {
        font-size: 30px
    }

    .btn {
        padding: 21px 40px
    }

    .features_block {
        padding: 36px;
        gap: 20px;
        flex-direction: column
    }

    .features_block p,
    .index_insurance .btns_group {
        margin-left: 0
    }

    .features_block .features_icon,
    .features_block .features_title {
        margin-bottom: 10px
    }

    .features_block .features_icon {
        width: 54px
    }

    .cta_wrapper {
        padding: 66px 50px 70px
    }

    .pricing_block {
        gap: 44px;
        flex-direction: column
    }

    .pricing_block .features_title {
        margin-bottom: 18px
    }

    .financial_analyst_funfact .ticker,
    .pricing_block .btn {
        margin-top: 20px
    }

    .pricing_blocks_wrapper {
        gap: 20px;
        display: flex;
        flex-wrap: wrap
    }

    .pricing_blocks_wrapper .pricing_block {
        margin: 0;
        width: calc(50% - 10px)
    }

    .pricing_section {
        background-size: 100% 500px
    }

    .backtotop {
        bottom: 100px
    }

    .process_steps_block {
        gap: 50px 10px
    }

    .footer_layout_3,
    .footer_layout_4,
    .payment_methods_section,
    .ps_policy_section {
        padding: 0
    }

    .footer_layout_3 .content_wrap {
        padding: 100px 0 40px
    }

    .payment_solutions .backtotop {
        bottom: 150px
    }

    .payment_methods_section .content_wrapper {
        padding: 120px 0
    }

    .header_layout_2 .office_hour_text {
        margin-left: 40px
    }

    .header_layout_2 .hotline_btn {
        margin-right: 20px
    }

    .header_layout_2 .btns_group {
        gap: 10px
    }

    .hero_financial_consulting {
        padding: 50px 30px 40px
    }

    .hero_financial_consulting .image_block {
        margin-top: 36px
    }

    .financial_analyst_funfact .funfact_block.left_layout .funfact_value {
        width: 100px;
        font-size: 36px
    }

    .financial_analyst_funfact {
        gap: 30px
    }

    .pricing_block.style_2>* {
        width: 100%;
        max-width: 100%
    }

    .pricing_block.style_2 {
        padding: 0 40px 50px
    }

    .pricing_block .pricing_amount {
        width: 100%;
        text-align: center;
        padding: 50px 40px 70px;
        clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0% 70%, 0 0)
    }

    .container-fluid,
    .financial_consulting .container-fluid,
    .footer_layout_4 {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer_layout_4 .newslatter_wrapper {
        margin: 60px 0 80px
    }

    .footer_layout_4 .cta_section {
        margin: 0 auto;
        border-radius: 10px;
        width: calc(100% - 30px)
    }

    .footer_layout_4 .contact_info {
        padding: 70px 0 80px
    }

    .insurance_achievement_funfacts .funfact_block {
        padding: 40px 24px
    }

    .car_insurance_feature_section [class*=shape_car_path] {
        max-width: 90px
    }
}

@media screen and (max-width:1024px) {
    .hero_online_banking .hero_hand_image {
        bottom: 213px;
        max-width: 450px;
        right: -60px
    }

    .hero_online_banking .ob_hero_img {
        right: 106px;
        bottom: 33%;
        max-width: 380px
    }

    .hero_section h1,
    .page_title {
        font-size: 60px;
        line-height: 70px
    }

    .funfact_block.style_2 {
        padding: 30px
    }

    .money_transactions_card {
        height: 455px
    }

    .online_banking_process>li {
        width: 50%
    }

    .hero_payment_solutions .container-fluid>.row>[class*=col-] {
        width: 100%;
        max-width: 100%
    }

    .hero_payment_solutions .shape_nate_2 {
        right: -34%
    }

    .footer_layout_3 .cta_section .btn {
        font-size: 20px;
        padding: 26px 60px
    }

    .hero_financial_consulting h1 {
        font-size: 54px;
        line-height: 64px
    }

    .hero_financial_consulting p {
        font-size: 18px;
        line-height: 29px
    }

    .financial_analyst_funfact .funfact_block.left_layout {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start
    }

    .financial_analyst_funfact .funfact_block.left_layout .funfact_value {
        width: 100%
    }

    .post_meta {
        gap: 10px 20px
    }

    .footer_layout_4 .cta_section .heading_block .heading_text {
        font-size: 48px;
        line-height: 58px
    }

    .insurance_decoration_wrap .shape_nate_1 {
        right: -274px
    }

    .service_block.style_3 {
        border-radius: 10px;
        padding: 30px 10px 10px
    }

    .service_block.style_3 p {
        max-width: 100%;
        line-height: 24px;
        margin: 0 auto 40px
    }

    .feedback_form_wrap .form-group .form-select {
        font-size: 20px
    }

    .hero_car_insurance .hero_title {
        font-size: 54px;
        line-height: 62px
    }

    .hero_car_insurance {
        background-position: right -1% top
    }

    .car_insurance_quote_form {
        padding: 36px 30px 30px
    }

    .car_insurance_process {
        padding: 36px 30px
    }

    .footer_layout_6 .iconbox_block p {
        font-size: 18px
    }

    .footer_layout_6 .app_download_wrapper .hand_image {
        max-width: 130px
    }

    .page_header [class*=shape_pattern] {
        max-width: 200px
    }

    .page_header .shape_dollar_2 {
        top: 150px;
        right: 150px;
        max-width: 50px
    }

    .service_section .shape_lines_flow_2 {
        left: -130px
    }

    .page_header {
        padding: 140px 0 100px
    }

    .image_hover_effect_block .content_wrap {
        padding: 20px
    }

    .sidebar>* {
        padding: 38px 30px 40px
    }

    .item_details_info_heading {
        font-size: 36px;
        line-height: 44px
    }

    .item_details_heading {
        font-size: 46px;
        line-height: 58px
    }

    .other_post_nav a:not(:nth-child(2)) {
        gap: 20px;
        padding: 30px;
        flex-direction: column;
        align-items: flex-start
    }

    .other_post_nav a:last-child i {
        order: 0
    }

    .other_post_nav a:last-child {
        text-align: right;
        align-items: flex-end
    }

    .comment_form,
    .job_apply_form {
        padding: 50px
    }

    .review_marquee_vertical_bottom,
    .review_marquee_vertical_up {
        height: 780px
    }

    .hero_car_insurance .hero_car {
        right: 36.7%
    }
}

@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,
    .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>li,
    .main_menu_list>li>a {
        width: 100%;
        display: block
    }

    .site_header .main_menu {
        left: 0;
        right: 0;
        padding: 0;
        z-index: 999;
        position: fixed;
        top: 102px
    }

    .site_header.sticky .main_menu {
        top: 82px
    }

    .main_menu_inner {
        padding: 0 15px
    }

    .main_menu_list {
        margin: auto;
        padding: 15px;
        max-width: 700px;
        border-radius: 10px;
        background-color: var(--bs-white);
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .12);
        gap: 0
    }

    .main_menu_list>li>a {
        font-size: 16px;
        line-height: 20px;
        padding: 12px 20px
    }

    .main_menu_list .dropdown-menu {
        position: static;
        box-shadow: none
    }

    .car_insurance_feature_section [class*=shape_car_path],
    .footer_layout_6 [class*=shape_car_path],
    .hero_car_insurance .hero_car,
    .hero_car_insurance [class*=shape_nate],
    .hero_online_banking .hero_hand_image,
    .hero_online_banking .ob_hero_img,
    .integrated_wrapper svg,
    .page_header [class*=shape_dollar] {
        display: none
    }

    .container,
    .container-fluid {
        max-width: 730px
    }

    .site_header .btns_group>li:first-child {
        display: inline-block
    }

    .hotline_btn {
        padding: 10px 15px
    }

    .site_header .stricky-fixed .main_menu {
        top: 71px
    }

    .footer_layout_3 .cta_section,
    .footer_layout_4 .footer_bottom,
    .hero_insurance,
    .hero_investment_solution {
        text-align: center
    }

    .hero_investment_solution .hero_image {
        width: 100%;
        float: none;
        max-width: 400px;
        margin: 30px auto 0
    }

    .main_menu_list .dropdown>a:after {
        margin: 2px 0 0 2px
    }

    .cta_wrapper {
        padding: 50px 40px
    }

    .cta_wrapper .cta_title {
        font-size: 46px;
        line-height: 54px
    }

    .pricing_blocks_wrapper .pricing_block {
        width: 100%
    }

    .site_header .btn {
        font-size: 16px;
        padding: 12px 22px
    }

    .hero_online_banking {
        text-align: center;
        padding: 170px 0 0
    }

    .hero_online_banking .hero_shape_image {
        margin: 40px 0 60px
    }

    .online_banking_features .imagebox_block {
        padding: 40px 30px
    }

    .money_transactions_card,
    .online_banking_features .col-lg-4 .imagebox_block .image_block,
    .online_banking_features .imagebox_block .image_block {
        height: auto
    }

    .online_banking_features .imagebox_block .imagebox_title {
        font-size: 26px;
        max-width: 100%;
        line-height: 36px;
        margin: 30px 0 8px
    }

    .item_details_content p,
    .online_banking_features .imagebox_block p {
        font-size: 18px;
        line-height: 28px
    }

    .online_banking_features .imagebox_block .imagebox_content {
        max-width: 100%;
        margin-bottom: 40px
    }

    .money_transactions_card .image_block {
        margin-bottom: 60px
    }

    .integrated_wrapper img {
        margin: auto;
        max-width: 60px
    }

    .footer_layout_2 .social_links_block {
        margin: 30px 0
    }

    .footer_layout_2 .content_wrap {
        padding: 60px 50px
    }

    .ob_process_section+.review_section .online_banking_review {
        z-index: 2;
        padding: 60px 50px
    }

    .blog_post_block .post_image {
        margin-bottom: 20px
    }

    .section_space {
        padding: 120px 0
    }

    .footer_layout_3 .footer_bottom {
        margin-top: 80px;
        text-align: center;
        padding: 40px 30px
    }

    .footer_layout_3 .footer_info_title {
        margin-bottom: 22px
    }

    .footer_layout_3 .content_wrap .row:not(.footer_bottom .row) {
        margin: -30px -15px
    }

    .footer_layout_3 .content_wrap .row:not(.footer_bottom .row) [class*=col-] {
        padding: 30px 15px
    }

    .header_layout_2 .icon_block {
        width: 40px;
        height: 40px;
        font-size: 16px
    }

    .header_layout_2 .main_menu {
        top: 170px
    }

    .header_layout_2 .stricky-fixed .main_menu {
        top: 59px
    }

    .fc_decoration_wrap .shape_note_1 {
        right: -60px
    }

    .fc_decoration_wrap .shape_coin {
        left: -36px
    }

    .footer_layout_4 .footer_info_title {
        margin-bottom: 18px
    }

    .hero_insurance .hero_image {
        margin: 40px auto auto
    }

    .hero_insurance p {
        margin: auto auto 30px
    }

    .insurance_achievement_funfacts {
        flex-wrap: wrap;
        flex-direction: row
    }

    .insurance_achievement_funfacts .image_block {
        max-width: 100%
    }

    .insurance_achievement_funfacts .funfact_block {
        width: calc(50% - 10px)
    }

    .review_updown_style {
        padding-top: 0
    }

    .item_details_content .process_steps_block>li,
    .review_updown_style>div:first-child {
        margin-top: 0
    }

    .insurance_clients_logo_wrap .clients_logo>li {
        width: calc(50% - 1px)
    }

    .header_layout_3 {
        padding: 20px 0
    }

    .header_layout_3 .main_menu {
        top: 80px
    }

    .header_layout_3.stricky-fixed .main_menu {
        top: 61px
    }

    .header_layout_3+main {
        padding-top: 80px
    }

    .hero_car_insurance .rating_block {
        margin: 40px 0
    }

    .hero_car_insurance .clients_logo,
    .item_details_image {
        margin-bottom: 30px
    }

    .hero_car_insurance {
        background-size: 0
    }

    .table thead th {
        padding: 20px 50px
    }

    .table td {
        padding: 16px 50px
    }

    .car_process_section .shape_nate_2 {
        right: -110px
    }

    .hero_car_insurance .hero_title {
        font-size: 42px;
        line-height: 48px
    }

    .table_wrapper {
        overflow-x: scroll
    }

    .table_wrapper table {
        width: 1000px
    }

    .car_insurance_cta .image_wrapper {
        gap: 30px;
        flex-direction: column
    }

    .car_insurance_cta .pricing_list {
        gap: 4px;
        width: 100%;
        margin-left: 0
    }

    .car_insurance_cta,
    .footer_layout_6 .app_download_wrapper,
    .footer_layout_6 .contact_wrapper {
        padding: 30px
    }

    .car_insurance .backtotop {
        bottom: 64px
    }

    .footer_layout_6 .app_download_wrapper .heading_block {
        margin-bottom: 10px
    }

    .footer_layout_6 .btns_group {
        padding: 36px 0 160px;
        background-size: 100%
    }

    [class*=_details_section] .shape_nate_2 {
        left: -380px
    }

    .item_details_heading {
        font-size: 42px;
        line-height: 56px;
        margin-bottom: 20px
    }

    .item_details_info_heading {
        font-size: 36px;
        line-height: 46px;
        margin: 50px 0 18px
    }

    .item_details_content .process_steps_block {
        border-width: 0
    }

    .video_btn .btn_icon {
        width: 70px;
        height: 70px;
        font-size: 20px
    }

    .project_section .shape_dollar_1 {
        right: -30px;
        max-width: 70px
    }

    .project_section .shape_nate_4 {
        bottom: -420px
    }

    .project_section .shape_nate_3 {
        right: -310px;
        bottom: -360px
    }

    .gmap_canvas iframe {
        height: 400px
    }

    .comment_form {
        padding: 40px
    }

    body:has(.stricky-fixed) .stricky.original {
        display: none
    }

    .review_marquee_vertical_bottom,
    .review_marquee_vertical_up {
        height: 670px
    }
}

@media screen and (max-width:767px) {
    .header_layout_1 {
        padding: 20px 0
    }

    .site_header .main_menu {
        top: 81px
    }

    .site_header.sticky .main_menu {
        top: 69px
    }

    .footer_layout_1 .footer_bottom,
    .footer_layout_4 .cta_section .heading_block {
        text-align: center
    }

    .backtotop {
        bottom: 156px
    }

    .hero_payment_solutions .hero_title {
        font-size: 48px;
        line-height: 60px;
        margin: 20px 0 0
    }

    .hero_payment_solutions .shape_nate_2 {
        right: -54%
    }

    .footer_layout_3 .cta_section .heading_text,
    .heading_block.style_2 .heading_text {
        font-size: 42px;
        line-height: 54px
    }

    .ps_contact_process_section .shape_arrow_1 {
        right: 15px
    }

    .ps_contact_process_section .shape_nate_1 {
        left: -190px
    }

    .ps_policy_section .shape_nate_2 {
        right: -140px
    }

    .footer_layout_3 .cta_section .btn {
        font-size: 18px;
        padding: 20px 40px
    }

    .header_layout_2 .main_menu {
        top: 168px
    }

    .header_layout_2.sticky .main_menu {
        top: 60px
    }

    .item_details_heading {
        font-size: 36px;
        line-height: 44px
    }

    .postabmin_block {
        flex-direction: column
    }

    .career_block {
        gap: 30px;
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 35px
    }

    .header_layout_3 .btns_group>li:last-child {
        display: none
    }
}

@media screen and (max-width:725px) {

    .review_marquee_vertical_bottom,
    .review_marquee_vertical_up {
        height: 730px
    }
}

@media screen and (max-width:700px) {
    .header_layout_1 .btns_group>li:last-child {
        display: none
    }
}

@media screen and (max-width:662px) {

    .review_marquee_vertical_bottom,
    .review_marquee_vertical_up {
        height: 780px
    }
}

@media screen and (max-width:680px) {
    .offcanvas_wrapper {
        width: 300px;
        right: -300px;
        padding: 70px 30px
    }

    .offcanvas_wrapper.active {
        right: 0
    }

    .section_space {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .about_section .shape_lines_flow_1 {
        right: -270px
    }

    .about_section .shape_lines_flow_2 {
        left: -460px
    }

    .cta_wrapper .cta_title,
    .heading_block .heading_text,
    .site_footer .heading_block .heading_text {
        font-size: 36px;
        line-height: 42px
    }

    .cta_wrapper [class*=shape_dollar],
    .service_section [class*="decoration_item shape_"] {
        display: none
    }

    .service_section .shape_lines_flow_2 {
        left: -130px
    }

    .hero_investment_solution h1 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 18px
    }

    .hero_investment_solution h1 span {
        padding: 0 10px 2px
    }

    .hero_investment_solution {
        padding: 120px 0 0
    }

    .hero_investment_solution p,
    .hero_online_banking p {
        margin-bottom: 0
    }

    .hero_section p {
        font-size: 18px;
        line-height: 28px
    }

    .about_image .chart_image {
        top: 150px;
        right: 10px;
        max-width: 90px
    }

    .about_image .mac_image {
        max-width: 330px;
        margin: auto auto -115px
    }

    .about_image .shape_dollar_1 {
        top: 20px;
        left: 50px;
        max-width: 50px
    }

    .policy_block .policy_content {
        padding: 50px 40px 41px
    }

    .review_block .review_comment {
        font-size: 20px;
        line-height: 32px;
        margin: 30px 0 50px
    }

    .faq_man_image .chart_image {
        left: -15px;
        max-width: 130px
    }

    .ob_process_section+.review_section .online_banking_review {
        margin-top: 100px
    }

    .hero_online_banking .hero_title {
        font-size: 54px;
        line-height: 64px;
        margin: 20px 0 12px
    }

    .hero_online_banking .clients_logo_carousel .badge {
        margin-bottom: 35px
    }

    .heading_block.style_2 .heading_text {
        font-size: 42px;
        line-height: 54px
    }

    .video_btn .btn_icon {
        width: 70px;
        height: 70px;
        font-size: 20px
    }

    .online_banking_process>li,
    .other_post_nav a:not(:nth-child(2)) {
        width: 100%
    }

    .online_banking_process>li:not(:last-child) {
        border-width: 0 0 1px
    }

    .footer_layout_2 hr {
        margin: 50px 0
    }

    .review_block_2 .flex_content {
        gap: 20px;
        flex-direction: column
    }

    .integrated_wrapper>ul:first-child>li img {
        margin-top: 0
    }

    .car_insurance_cta .avatar_image,
    .car_insurance_cta .icon_block {
        width: 60px;
        height: 60px
    }

    .car_insurance_cta .icon_block img {
        max-width: 26px
    }

    .car_insurance_cta .image_wrapper_2 {
        padding: 0 30px
    }

    .image_hover_effect_block .item_title {
        font-size: 20px
    }

    .other_post_nav {
        flex-direction: column
    }

    .comment_item .comment_reply_btn {
        position: static;
        margin-top: 20px
    }
}

@media screen and (max-width:575px) {
    .hero_payment_solutions .hero_title {
        font-size: 38px;
        line-height: 50px
    }

    .hero_payment_solutions .btns_group .funfact_block,
    .hero_payment_solutions .btns_group .funfact_block.left_layout {
        max-width: 146px
    }

    .hero_payment_solutions .btns_group .funfact_block.left_layout .funfact_title {
        font-size: 16px;
        line-height: 20px
    }

    .hero_payment_solutions .btns_group {
        gap: 20px
    }

    .footer_layout_3 .cta_section .heading_text,
    .heading_block.style_2 .heading_text {
        font-size: 36px;
        line-height: 48px
    }

    .contact_process_content .site_logo .site_link {
        padding: 20px 36px
    }

    .ps_policy_items.process_steps_block .step_block_icon {
        width: 90px;
        height: 90px
    }

    .ps_policy_items.process_steps_block .step_block_icon img {
        max-height: 36px
    }

    .process_steps_block .step_block_title {
        font-size: 22px;
        line-height: 32px;
        margin: 14px 0 6px
    }

    .process_steps_block>li {
        max-width: calc(50% - 10px)
    }

    .comment_item,
    .ps_pricing_block,
    .team_block.style_3.image_left {
        gap: 20px;
        flex-direction: column
    }

    .error_section .btns_group .btn,
    .newslatter_wrapper .newslatter_form>*,
    .ps_pricing_block>* {
        width: 100%
    }

    .ps_pricing_block .pricing_feature_list {
        padding: 0
    }

    .error_section [class*=shape_dollar],
    .header_layout_2 .hotline_btn,
    .review_updown_style>div:last-child {
        display: none
    }

    .header_layout_2 .main_menu {
        top: 155px
    }

    .hero_financial_consulting {
        padding: 50px 20px 43px
    }

    .newslatter_wrapper {
        padding: 30px
    }

    .newslatter_wrapper .newslatter_form {
        gap: 10px;
        flex-direction: column
    }

    .newslatter_wrapper .newslatter_form input {
        height: auto;
        padding: 19px 24px
    }

    .hero_financial_consulting h1 {
        font-size: 38px;
        line-height: 44px
    }

    .heading_block .heading_text {
        font-size: 30px;
        line-height: 38px
    }

    .iconlist_block>li {
        font-size: 18px;
        line-height: 28px
    }

    .iconlist_block .iconlist_icon img {
        width: 22px
    }

    .pricing_toggle_btn {
        gap: 12px;
        font-size: 16px
    }

    .footer_layout_4 .cta_section .heading_block .heading_text {
        font-size: 36px;
        line-height: 46px
    }

    .footer_layout_4 .btn {
        padding: 18px 30px
    }

    .hero_insurance h1 {
        font-size: 48px;
        line-height: 58px
    }

    .hero_insurance {
        padding: 120px 0 70px
    }

    .feedback_form_wrap {
        padding: 40px 30px 50px
    }

    .footer_layout_5 .copyright_text {
        text-align: center
    }

    .footer_layout_5 .footer_top_wrapper {
        gap: 50px;
        flex-direction: column
    }

    .footer_layout_5 .shape_nate_1 {
        left: -60px
    }

    .footer_layout_5 .shape_nate_2 {
        right: -90px
    }

    .footer_layout_5 [class*=shape_pattern] {
        max-width: 200px
    }

    .team_block.style_3.image_left>* {
        width: 100%;
        max-width: 100%
    }

    .team_block.style_3.image_left .team_member_image {
        max-width: 100%
    }

    .team_block.style_3.image_left .team_member_content {
        padding: 0 20px 20px
    }

    .insurance_clients_logo_wrap {
        padding: 50px 30px
    }

    .insurance_clients_logo_wrap .clients_logo img {
        max-width: 90px
    }

    .insurance_clients_logo_wrap .clients_logo>li {
        height: 70px
    }

    .insurance_decoration_wrap .shape_nate_6 {
        right: -140px
    }

    .footer_layout_6 .btns_group {
        padding: 36px 0 50px
    }

    .page_title {
        font-size: 54px;
        line-height: 66px
    }

    .item_details_heading {
        font-size: 30px;
        line-height: 36px
    }

    .item_details_info_heading {
        font-size: 30px;
        line-height: 40px
    }

    .comments_list>li .comments_list {
        padding: 30px 0 0 30px
    }

    .error_section h1 {
        font-size: 42px;
        line-height: 56px;
        margin: 36px 0 10px
    }

    .error_section .btns_group {
        padding-top: 10px
    }

    .error_section .form-group input.form-control {
        height: 60px
    }

    .review_marquee_vertical_bottom,
    .review_marquee_vertical_up {
        height: 560px
    }
}

@media screen and (max-width:553px) {

    .review_marquee_vertical_bottom,
    .review_marquee_vertical_up {
        height: 620px
    }
}

@media screen and (max-width:440px) {

    .review_marquee_vertical_bottom,
    .review_marquee_vertical_up {
        height: 680px
    }
}

@media screen and (max-width:425px) {
    .hero_online_banking .icon_star_1 {
        top: 100px;
        right: 15px
    }

    .hero_online_banking .icon_star_2,
    .ps_contact_process_section .shape_arrow_2 {
        left: 15px
    }

    .hero_online_banking .hero_title {
        font-size: 40px;
        line-height: 50px
    }

    .hero_online_banking {
        padding: 130px 0 0
    }

    .heading_block.style_2 .heading_text {
        font-size: 36px;
        line-height: 46px
    }

    .about_image_2 {
        gap: 15px
    }

    .about_image_2>li {
        max-width: calc(50% - 15px)
    }

    .footer_layout_2 .content_wrap,
    .ob_process_section+.review_section .online_banking_review {
        padding: 50px 40px
    }

    .hero_payment_solutions .shape_nate_2 {
        max-width: 440px
    }

    .hero_payment_solutions .shape_nate_1 {
        max-width: 320px
    }

    .hero_payment_solutions {
        padding: 140px 0 0
    }

    .contact_process_content .process_line {
        margin: -20px 0 -60px
    }

    .contact_process_step .iconbox_block {
        padding: 30px
    }

    .process_steps_block>li {
        max-width: calc(100% - 10px)
    }

    .payment_solutions .backtotop {
        bottom: 235px
    }

    .footer_layout_4 .newslatter_wrapper .heading_block .heading_text {
        font-size: 30px;
        line-height: 38px
    }

    .insurance_achievement_funfacts .funfact_block {
        width: calc(100% - 10px)
    }

    .page_title {
        font-size: 48px;
        line-height: 56px
    }

    .error_section h1 {
        font-size: 34px;
        line-height: 48px
    }
}

@media screen and (max-width:377px) {

    .review_marquee_vertical_bottom,
    .review_marquee_vertical_up {
        height: 730px
    }
}

@media screen and (max-width:375px) {
    .integrated_wrapper>ul {
        gap: 10px
    }

    .integrated_wrapper img {
        max-width: 50px
    }

    .integrated_wrapper .site_logo .site_link {
        padding: 16px 28px
    }

    .header_layout_2 .header_top {
        padding: 20px 0
    }

    .header_layout_2 .main_menu {
        top: 137px
    }

    .header_layout_2+main {
        padding-top: 150px
    }

    .pricing_toggle_btn {
        gap: 8px;
        font-size: 16px;
        line-height: 18px
    }

    .pricing_block .pricing_amount {
        padding: 40px 30px 70px
    }

    .pricing_block .pricing_amount small {
        font-size: 16px;
        line-height: 22px
    }

    .hero_insurance h1,
    .pricing_block .pricing_amount span {
        font-size: 42px;
        line-height: 48px
    }

    .service_block .service_title {
        font-size: 22px;
        line-height: 28px
    }

    .service_block.style_2 {
        padding: 40px 30px
    }

    .badge .fa-circle {
        font-size: 10px
    }

    .badge.style_2 {
        gap: 5px
    }

    .service_block.style_2 p {
        padding-bottom: 20px
    }

    .fc_decoration_wrap .shape_percent {
        left: 15px;
        bottom: 40px;
        max-width: 40px
    }

    .fc_decoration_wrap .shape_note_2 {
        right: -30px;
        bottom: 130px;
        max-width: 80px
    }

    .pricing_block.style_2 {
        padding: 0 20px 50px
    }

    .pricing_block.style_2 .btn {
        font-size: 16px;
        padding: 20px
    }

    .pricing_block .pricing_title {
        font-size: 24px;
        line-height: 34px
    }

    .review_block_3 .review_comment {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 40px
    }

    .review_block_3 {
        padding: 30px
    }

    .review_block_3 .authorbox_block .author_name {
        font-size: 16px;
        margin-bottom: 6px
    }

    .btn {
        padding: 18px 30px
    }

    .blog_post_block .post_title {
        font-size: 20px;
        line-height: 28px
    }

    .heading_block.style_2 .heading_text {
        font-size: 32px;
        line-height: 42px
    }

    [class*=col-lg-3] .service_block.style_3 .shape_circle {
        top: -50%
    }

    .page_title {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 10px
    }

    .breadcrumb_nav>li {
        font-size: 20px
    }
}

@media screen and (max-width:346px) {

    .review_marquee_vertical_bottom,
    .review_marquee_vertical_up {
        height: 780px
    }
}

@media screen and (max-width:320px) {
    .hero_investment_solution h1 {
        font-size: 36px;
        line-height: 42px
    }

    .heading_block .heading_text {
        font-size: 30px;
        line-height: 38px
    }

    .funfact_block .funfact_title {
        font-size: 14px
    }

    .funfact_block .funfact_value {
        font-size: 24px
    }

    .cta_wrapper {
        padding: 40px 30px;
        text-align: center
    }

    .cta_wrapper .cta_title,
    .site_footer .heading_block .heading_text {
        font-size: 30px;
        line-height: 36px
    }

    .btn {
        font-size: 16px;
        padding: 18px 30px
    }

    .service_block {
        padding: 40px 30px
    }

    .accordion-item .accordion-button {
        font-size: 20px;
        line-height: 28px
    }

    .newsletter_input input {
        padding: 0 0 0 40px
    }

    .newsletter_input label {
        left: 16px
    }
}