p {
    font-size: 18px !important;
}
.sticky_section.sticky {
    position: fixed;
    height: fit-content;
    top: 140px;
    width: 30%;
}

.sec_home_abt_pay + section {
    z-index: 99;
    background-color: var(--bs-dark);
}

@media (width < 992px) {
    .sticky_section.sticky {
        position: initial;
        width: auto;
    }
}

/* .sec_home_abt_bank .flip-card {
    background-color: transparent;
    width: 190px;
    height: 254px;
    perspective: 1000px;
    font-family: sans-serif;
  } */

.sec_home_abt_bank .flip-card-inner {
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.sec_home_abt_bank .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.sec_home_abt_bank .flip-card .flip-card-back {
    /* box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2); */
    position: absolute;
    top: 0;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* border: 1px solid coral;
    border-radius: 1rem; */
}

/* .sec_home_abt_bank .flip-card .flip-card-front {
    background: linear-gradient(120deg, bisque 60%, rgb(255, 231, 222) 88%,
       rgb(255, 211, 195) 40%, rgba(255, 127, 80, 0.603) 48%);
    color: coral;
  } */

.sec_home_abt_bank .flip-card .flip-card-back {
    /* background: linear-gradient(120deg, rgb(255, 174, 145) 30%, coral 88%,
       bisque 40%, rgb(255, 185, 160) 78%);
    color: white; */
    transform: rotateY(180deg);
}

.pc_payment_links h3 {
    color: #fff !important;
}

.pc_margin_bottom {
    margin-bottom: 50px;
}

.pc_color_change h3 {
    color: #000;
}

.pc_color_change p {
    color: #000;
}

.pc_career h3 {
    color: #000;
}

.iconlist_icon {
    color: #fff;
}

/* .iconlist_text {
    color: #000;
} */

.iconlist_text_new {
    color: #fff;
}

.iconlist_text_new {
    color: #fff;
}

.pc_add_on {
    color: #000 !important;
}

.pc_vendor h2 {
    color: #000;
}

.pc_white {
    color: #fff;
}

.pc_white .iconlist_text {
    color: #fff;
}

.pc_new_one h3 {
    color: #000 !important;
}

.pc_bankaccount_verification .pc_extra {
    margin-bottom: 50px;
}

.review_section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.pc_home_sec h2,
h3 {
    color: #fff;
}

.payment_method_block .block_content {
    height: 100%;
}
/* .faq .appstore_section {
    margin-bottom: 50px;
} */

.pc_color_white {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.pricing_section .pricing_toggle_btn span {
    color: #fff;
}

.pc_heading {
    font-size: 24px;
    max-width: 437px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
}
.hotline_btn._header {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}

.online_banking_features .imagebox_block p {
    color: #fff;
}

.pc_eighty p {
    font-size: 24px !important;
}

.pc_eighty {
    line-height: 1;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 6px;
    align-items: center;
    display: inline-flex;
    color: #000;
    font-family: var(--bs-heading-font-family);
}

.service_title {
    color: #000;
}

.sec_escrow_h_i_w .tab-btns {
    display: flex;
    background-color: transparent;
    justify-content: center;
    margin-bottom: 50px;
    padding: 0;
}

.sec_escrow_h_i_w .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 500ms ease;
    border-bottom: 1px solid #fff;
}

.sec_escrow_h_i_w .tab-btns li img {
    width: 30px;
    height: 30px;
}

.sec_escrow_h_i_w .tab-btns li.active {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity));
}

.sec_escrow_h_i_w .tab-btns li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: -1px;
    transform: scale(0, 0);
    transition: all 500ms ease;
    --bs-text-opacity: 1;
    background: rgba(var(--bs-primary-rgb), var(--bs-text-opacity));
}

.sec_escrow_h_i_w .tab-btns li:hover::before,
.sec_escrow_h_i_w .tab-btns li.active::before {
    transform: scale(1, 1);
}

.pc_ind {
    color: var(--bs-white);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.black {
    color: #000;
}

.white {
    color: #fff !important;
}

.pc_padding_tp {
    padding-top: 20px;
}

.sec_q_f_o_q_c {
    position: relative;
    padding-top: 80px;
}

.pc_tax_payment .ob_process_section {
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.pc_landing .ob_process_section {
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.pc_color_white_new {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.pc_break .blog_post_block .post_title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 27px;
}

.bg-primary:hover {
    --bs-bg-opacity: 1;
    border: 2px solid rgba(217, 255, 67, 1);
}

.bg-primary:hover .btn_label {
    color: #fff;
}

/* .text-dark:hover {
    --bs-text-opacity: 1;
    color: rgba(217, 255, 67, 1) !important;
} */

.btn.bg-dark:hover {
    color: #d9ff43;
}

.btn.bg-dark:hover .btn_label {
    color: #fff;
}

.btn_label {
    color: #000;
}

.pc_mt_15 {
    margin-top: 100px;
}

.service_block.style_2 .service_title p {
    color: var(--bs-heading-color);
    font-size: 26px !important;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.pc_swift_pay {
    margin-top: 30px;
}

.pc_mb_30 {
    margin-bottom: 30px;
}

.pc_align {
    text-align: center;
}

.pc_contact_us .heading_text {
    color: #000;
}

.pc_contact_us .heading_description {
    color: #000;
}

.pc_auto {
    margin: 0 auto;
}

.pc_signup .heading_text {
    color: #000;
}

.pc_signup .heading_description {
    color: #000;
}

.pc_mt_9 {
    margin-top: 100px;
}

.pc_policy_bold {
    font-size: 20px;
}

.error {
    color: Red;
}

.funfact_block .funfact_value {
    color: #fff !important;
}

@media (max-width: 767px) {
    .hero_online_banking .hero_title {
        font-size: 23px;
        line-height: 40px;
    }

    .hero_section p {
        font-size: 16px;
        line-height: 26px;
    }

    .hero_online_banking .hero_shape_image img {
        display: none;
    }

    .pc_color_white {
        color: #fff;
        font-size: 12px;
        font-weight: bold;
    }

    .sec_escrow_h_i_w .tab-btns li {
        font-size: 10px;
    }

    /* .review_section
    {
        margin-bottom: 0;
    } */

    .funfact_section.section_space,
    .contact_section.section_space {
        padding-bottom: 50px;
    }

    .btns_group {
        justify-content: center !important;
    }

    .btn.btn-main {
        padding: 20px;
    }

    .features_block {
        align-items: center;
    }

    .section_space {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .cta_wrapper .cta_title {
        font-size: 30px;
        text-align: center;
    }

    .site_header .btns_group {
        gap: 6px;
        margin-left: 38px;
    }

    .heading_block.style_2 .heading_text {
        font-size: 24px;
    }

    .integrated_wrapper .site_logo .site_link {
        padding: 14px 14px;
    }

    .heading_block {
        text-align: center;
    }

    .heading_block .heading_text {
        font-size: 24px;
    }

    .heading_block .badge {
        margin-top: 30px;
    }

    .appstore_section {
        padding: unset;
    }

    .page_title {
        font-size: 38px;
    }

    .hero_financial_consulting h1 {
        font-size: 31px;
    }

    .pc_mt_15 {
        margin-top: unset;
    }

    .service_block.style_2 {
        text-align: center;
    }

    .service_block.style_2 .service_title p {
        font-size: 24px !important;
    }

    .service_block p {
        margin-bottom: unset;
        font-size: 15px;
    }

    .pricing_block .pricing_amount span {
        font-size: 30px;
        line-height: 44px;
    }

    .pricing_block .pricing_title {
        font-size: 21px;
        line-height: 34px;
        font-weight: 400 !important;
    }

    .pricing_block .pricing_amount {
        padding: 25px 25px 62px;
    }

    .section_space {
        padding-top: 50px;
        padding-bottom: unset;
    }

    .decoration_item.shape_nate_6 {
        display: none;
    }

    .decoration_item.shape_nate_3 {
        display: none;
    }

    .imagebox_content {
        text-align: center;
    }

    .ps_policy_section .content_wrapper {
        padding: 50px 15px;
        margin: 10px;
    }

    .ps_blog_section.section_space {
        padding-bottom: 50px;
    }
    .hero_investment_solution {
        padding-top: 10px;
    }

    .review_carousel_container
        .review_carousel_1
        .review_block
        .review_author_name {
        font-size: 40px;
    }

    .payment_methods_section .content_wrapper {
        padding: 50px 0;
    }

    .pc_heading {
        text-align: center;
    }

    .row:has([class*="col-"] > .blog_post_block) [class*="col-"] {
        padding: 15px;
    }

    .hero_insurance h1 {
        font-size: 37px;
    }

    .pc_center_align {
        text-align: center;
    }

    .pc_done {
        margin-bottom: 30px;
    }

    .service_block {
        text-align: center;
    }

    .vendor_payments .hero_insurance h1 {
        font-size: 28px;
    }

    .accordion.style_2 .accordion-item .accordion-body {
        font-size: 14px;
        padding-right: 50px;
    }

    .accordion.style_2 .accordion-item .accordion-button {
        padding: 0;
        font-size: 18px;
        color: #fff;
    }

    .insurance_clients_logo_wrap {
        margin-bottom: 30px;
    }

    .about_insurance_advice {
        text-align: center;
    }

    .pc_align_new {
        text-align: center;
    }

    .hero_payment_solutions {
        padding: 30px 0 0;
    }

    .pc_md_bd {
        margin-bottom: 30px;
    }

    .footer_layout_3 .cta_section .heading_text {
        font-size: 31px;
    }

    .pc_mt_9 {
        margin-top: unset;
    }
}

/* =========== Pushpam ============ */

.pr-0 {
    padding-right: 0px !important;
}

.about_section .swiper-slide .outer-container {
    display: flex;
    align-items: center;
}

.about_section .swiper-slide .outer-container img {
    max-width: 45px;
    margin-right: 20px;
}

.about_section .swiper-slide .outer-container p {
    margin-bottom: 0px;
    font-size: 20px;
}

.main_menu_list ul.dropdown-menu .nav-link {
    flex-direction: column;
    align-items: flex-start;
}

.review_carousel_container {
    position: relative;
}

.review_carousel_1 .review_block {
    text-align: left;
}

.review_carousel_1 .review_block .review_author_name {
    font-size: 42px !important;
    margin-bottom: 20px;
}

.review_carousel_1 .review_block:before,
.review_block:after {
    content: none;
}

.review_carousel_1 .review_block {
    padding: 0px;
}

.light-badge {
    font-weight: 600;
    background-color: var(--bs-dark) !important;
}
.pc_swift_pay .swiper-slide .item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.clients_logo_carousel .swiper-slide .item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}
.pc_swift_pay .swiper-slide .item img,
.clients_logo_carousel .swiper-slide .item img {
    width: 30px;
    height: 30px;
}

.about_image .mac_image {
    margin: auto;
}
.sec_home_abt_pay {
    padding: 100px 0;
}
.service_block.style_2 .service_icon img {
    width: 40px;
    height: 40px;
}
.decoration_item.home-left {
    width: 100px;
    height: 100px;
    right: 20px;
    top: 30%;
}
.decoration_item.home-right {
    width: 80px;
    height: 80px;
    left: 20px;
    top: 60%;
}
.heading_text.inner {
    font-size: 35px;
}

.contact_info_box .iconlist_block a,
.contact_info_box .iconlist_text {
    color: #212529;
}
.item.flex-row_title {
    color: var(--bs-primary);
}

/* preloader */
.preloader-wrapper {
    background: var(--bs-dark);
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    display: block;
    width: 3.75em;
    height: 4.25em;
    margin-left: -1.875em;
    margin-top: -2.125em;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    z-index: 99999999;
}
