body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden !important;
    width: 100%;
}

.breadcrumbs {
    text-align: center;
    text-decoration: none;
    padding: 145px 0;
    padding-bottom: 65px;
    margin-bottom: 30px;
    background-color: antiquewhite;
}

span.section-subtitle {
    border-bottom: none !important;
    font-weight: 500;
    /* justify-content: center; */
}

span.section-subtitle a:hover {
    color: green;
}

.text-center {
    text-align: center !important;
}

.text-wrapper p.text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
}

.text-wrapper h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}

.widget-item {
    max-width: 100%;
    margin: auto;
    width: 100%;
}

.widget-item .copyright-title {
    text-align: center;
}

.footer-area.style-3 .footer-menu {
    margin-bottom: 45px;
}

.pagination-wrapper {
    top: 90%;
}

.header__logo img {
    width: 220px;
    max-width: 260px;
    height: auto;
}



/* FAQ LAYOUT AT HOMEPAGE  */
/* Faq Layout styles */
.faq-area .section-title-wrapper {
    margin-bottom: 28px;
}

.faq-area .faq-content {
    max-width: 100%;
}

.faq-area .accordion {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .faq-area .accordion {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .faq-area .accordion {
        width: 100%;
    }
}

.faq-area .accordion .accordion-button {
    font-size: 18px;
    line-height: 1.44;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #000000;
    font-weight: 600;
    /* flex-direction: row-reverse; */
    justify-content: flex-end;
}

.faq-area .accordion .accordion-button span {
    font-weight: 600;
}

.faq-area .accordion .accordion-button::after {
    content: "+";
    background-image: none;
    line-height: 1;
    width: auto;
    height: auto;
    font-size: 26px;
    font-weight: 600;
    margin-left: 0;
    margin-inline-end: 10px;
}

.faq-area .accordion .accordion-button:not(.collapsed) {
    pointer-events: none;
}

.faq-area .accordion .accordion-button:not(.collapsed)::after {
    content: "-";
}

.faq-area .accordion .accordion-item {
    background-color: transparent;
    border: none;
    position: relative;
}

.faq-area .accordion .accordion-item:not(:last-child) {
    margin-bottom: 7px;
}

.faq-area .accordion .accordion-body {
    font-size: 18px;
    line-height: 1.44;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    padding-bottom: 10px;
    color: #000000;
}

.faq-area .accordion .accordion-body span {
    font-weight: 600;
    color: #F8F5F3;
}

/* .faq-inner {
    display: flex;
    gap: 10px;
  }
  @media(max-width:991.50px){
    .faq-inner {
        flex-direction: column;
      }
  }
  @media only screen and (max-width: 767px) {
    .faq-inner {
      flex-wrap: wrap;
      gap: 50px;
    }
  } */

.accordiangrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media(max-width: 991px) {
    .accordiangrid {
        grid-template-columns: 1fr;
    }
}

.testimonial-item.style-5 {
    position: relative;
}

.testimonial-item.style-5 .quote-icon-wrap {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .testimonial-item.style-5 .quote-icon-wrap {
        margin-bottom: 30px;
    }
}

.testimonial-item.style-5 .text {
    color: #000000;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 50px;
    max-width: 330px;
}

@media only screen and (max-width: 1199px) {
    .testimonial-item.style-5 .text {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-item.style-5 .text {
        margin-bottom: 35px;
        font-size: 18px;
    }
}

.testimonial-item.style-5 .meta-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-item.style-5 .meta-info .image-wrapper img {
    width: 100%;
    border-radius: 50px;
}

.testimonial-item.style-5 .meta {
    position: relative;
    border-left: 1px solid #E9EAEB;
    padding-left: 15px;
}

.testimonial-item.style-5 .name {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.22;
}

.testimonial-item.style-5 .post {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.22;
}

.testimonial-item.style-5 .feedback-category {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 5px;
    background: rgba(9, 21, 66, 0.05);
    color: #091542;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.85;
    margin-bottom: 20px;
}

.testimonial-item.style-5 .clients-thumb {
    display: flex;
    margin-top: 70px;
}

@media only screen and (max-width: 991px) {
    .testimonial-item.style-5 .clients-thumb {
        margin-top: 30px;
    }
}

.testimonial-item.style-5 .client-image {
    max-width: 60px;
    background-color: var(--white);
    padding: 4px;
    margin-left: -15px;
}

.testimonial-item.style-5 .client-image:first-child {
    margin-left: 0;
}

.testimonial-item.style-5 .client-image img {
    border-radius: 50px;
}

.testimonial-section.style-5 .section-heading {
    text-align: center;
    margin-bottom: 60px;
}

.testimonial-inner.style-5 {
    background-color: #ffc372;
    position: relative;
    padding: 60px;
    display: flex;
    border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
    .testimonial-inner.style-5 {
        padding: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-inner.style-5 {
        padding: 20px;
    }
}

.testimonial-inner.style-5::before {
    display: none;
    position: absolute;
    content: "";
    inset-inline-end: 300px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #000000;
}

@media only screen and (max-width: 1199px) {
    .testimonial-inner.style-5::before {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial-inner.style-5 {
        flex-wrap: wrap;
        gap: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-inner.style-5 {
        padding: 0;
        background-color: transparent;
        gap: 20px;
    }
}

.testimonial-rating.style-5 {
    padding-left: 50px;
}

@media only screen and (max-width: 1199px) {
    .testimonial-rating.style-5 {
        padding-left: 0;
    }
}

.testimonial-rating.style-5 .rating-subtitle {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 26px;
    text-decoration: unset;
}

.testimonial-rating.style-5 .rating-title {
    color: #000000;
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}

.testimonial-rating.style-5 .star-icons {
    margin-bottom: 10px;
}

.testimonial-rating.style-5 .star-icons i {
    color: #FFC31B;
}

.testimonial-rating.style-5 .disc {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

@media only screen and (max-width: 991px) {
    .testimonial-rating.style-5 .text {
        margin-bottom: 20px;
    }
}

/*
      ---------------------------------
      # Swiper Prev and Next Button Styles
      # Apply custom styles using the Like "style-1" class
      # Adjust styles for disabled icons with the "swiper-button-disabled" class
      # Apply custom text prev-text next and prev navigation
  */
.swiper-button-prev.style-1::after,
.swiper-button-next.style-1::after {
    color: var(--primary);
}

.swiper-button-prev.style-1.swiper-button-disabled::after,
.swiper-button-next.style-1.swiper-button-disabled::after {
    color: #E4E4E4;
}

.prev-text {
    position: absolute;
    left: 25px;
}

.case-upper {
    text-transform: uppercase;
    color: var(--primary);
    font-size: 12px;
    font-weight: 500;
}

.swiper-pagination.pagination-style-3 .swiper-pagination-bullet {
    background-color: var(--white-2);
    height: 8px;
    width: 8px;
    border-radius: 50px;
}

.swiper-pagination.pagination-style-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F45734;
}

.swiper-wrapper.style-3 {
    padding-bottom: 110px;
}

.testimonial-item.style-5 {
    max-width: 870px;
}

@media only screen and (max-width: 1399px) {
    .testimonial-item.style-5 {
        max-width: 670px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-item.style-5 {
        max-width: 100%;
    }
}

.testimonial-rating.style-5 {
    text-align: center;
    flex-basis: 300px;
    position: relative;
    margin-inline-start: 60px;
}

@media only screen and (max-width: 1199px) {
    .testimonial-rating.style-5 {
        margin-left: unset;
        text-align: start;
    }
}

.testimonial.navigation-6 {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 15px;
}

@media only screen and (max-width: 1199px) {
    .testimonial.navigation-6 {
        justify-content: flex-start;
        margin-top: 40px;
    }
}

.testimonial.navigation-6 .swiper-button-next.style-5::after {
    transform: rotate(-180deg);
}

.testimonial.navigation-6 .swiper-button-next.style-5,
.testimonial.navigation-6 .swiper-button-prev.style-5 {
    position: unset;
    margin-top: 0;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background: rgba(0, 81, 83, 0.1);
}

.testimonial.navigation-6 .swiper-button-next.style-5::after {
    content: "\e936";
    font-family: "icomoon";
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    transform: rotate(0deg);
}

.testimonial.navigation-6 .swiper-button-prev.style-5::after {
    content: "\e936";
    font-family: "icomoon";
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    transform: rotate(180deg);
}

.testimonial.style-5 {
    position: relative;
}

.testimonial.style-5::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #000000;
}

@media only screen and (max-width: 767px) {
    .testimonial.style-5::before {
        display: none;
    }
}

.header-area.sticky {
    position: fixed !important;
    background-color: #000000;
}

.contact-area form .wc-single-input:nth-child(4) {
    grid-column: 1 / span 2;
}

@media(min-width: 1200px) {
    .header__nav.pos-centericon {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header__nav.pos-center {
        display: none;
    }
}


/* ===========================FEATURES SECTION ON CURRENT ACCOUNT PAGE WITH CLASS financial-services-section STARTS======================== */
/* 
-------------------------------------
Service area style  
-------------------------------------
*/
.service-area2.style-4 {
    padding-top: 190px;
    padding-bottom: 150px;
}

@media only screen and (max-width: 1199px) {
    .service-area2.style-4 {
        padding-top: 150px;
        padding-bottom: 100px;
    }
}

.service-area2.style-4 .section-top {
    display: grid;
    grid-template-columns: 39rem 1fr 1fr;
    padding-bottom: 40px;
}

@media only screen and (max-width: 1919px) {
    .service-area2.style-4 .section-top {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .service-area2.style-4 .section-top {
        grid-template-columns: 0.5fr 1fr;
        gap: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .service-area2.style-4 .section-top {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .service-area2.style-4 .section-top {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.service-area2.style-4 .section-top.section-top-2 {
    display: block;
    max-width: 740px;
    margin: auto;
    text-align: center;
}

.service-area2.style-4 .section-top.section-top-2 .subtitle-wrapper {
    padding-bottom: 16px;
}

.service-area2.style-4 .section-top .section-title {
    font-size: 80px;
}

@media only screen and (max-width: 1199px) {
    .service-area2.style-4 .section-top .section-title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .service-area2.style-4 .section-top .section-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .service-area2.style-4 .section-top .section-title {
        font-size: 35px;
    }
}

.service-area2.style-4 .section-top .text {
    padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .service-area2.style-4 .section-top .text {
        padding-bottom: 10px;
    }
}

.service-area2.style-4 .section-title {
    padding-top: 0;
}

.service-area2.style-4 .feature-wrapper {
    /* display: flex;
    gap: 20px;
    flex-wrap: wrap; */
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);

}

@media(max-width: 1200px) {
    .service-area2.style-4 .feature-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

@media(max-width: 991px) {
    .service-area2.style-4 .feature-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media(max-width: 468px) {
    .service-area2.style-4 .feature-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}

.service-area2.style-4 .wcf_iconbox.style-8 {
    background-color: transparent;
    border: 1px solid #EBF1F1;
    border-radius: 0;
    max-width: 100%;
}

.service-area2.style-4 .wcf_iconbox.style-8 .title {
    padding-bottom: 20px;
}

.service-area2.style-4 .wcf_iconbox.style-8 .wc-btn-default {
    border-radius: 0;
}


/* =============================================ENDS HERE ================================================================ */


/* ============================== faq on current account page ==================== */
/* faq area style  */
.faq-area .faq-area-inner {
    display: flex;
    gap: 80px;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .faq-area .faq-area-inner {
        gap: 20px;
        flex-direction: column;
    }
}

.faq-area .section-title {
    max-width: 100%;
}

@media only screen and (max-width: 1199px) {
    .faq-area .section-title {
        max-width: 100%;
    }
}

.faq-area .section-title-wrapper {
    margin-top: 25px;
}

.section-title-wrapper.style-5 .subtitle-wrapper {
    margin-bottom: 15px;
}

.faq-area .accordion-wrapper {
    max-width: 960px;
    flex-grow: 1;
}

.faq-area .accordion {
    border-top: 1px solid transparent;
}

.faq-area .accordion .accordion-button {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.44;
    color: var(--primary);
    padding-top: 25px;
    padding-bottom: 25px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    .faq-area .accordion .accordion-button {
        font-size: 18px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.faq-area .accordion .accordion-button::after {
    content: "+";
    color: var(--primary);
    background-image: none;
    line-height: 1;
    width: auto;
    height: auto;
    font-size: 22px;
    margin-inline-start: auto;
    margin-inline-end: 0;
}

.faq-area .accordion .accordion-button:not(.collapsed) {
    pointer-events: none;
}

.faq-area .accordion .accordion-button:not(.collapsed)::after {
    content: "-";
}

.faq-area .accordion .accordion-item {
    border-bottom: 1px solid #F1F1F1;
    background-color: transparent;
}

.faq-area .accordion .accordion-body {
    font-size: 18px;
    line-height: 1.33;
    padding-inline-start: 0;
    padding-inline-end: 0;
    padding-bottom: 34px;
    padding-top: 0;
    color: var(--secondary);
    max-width: 740px;
}

@media only screen and (max-width: 767px) {
    .faq-area .accordion .accordion-body {
        padding-bottom: 19px;
    }
}

.faq-area .accordion .accordion-body span {
    font-weight: 600;
    color: var(--primary);
}

/* ==========================ends here ==================================== */

.brand-area.style-3 .brand-inner {
    overflow-x: hidden;
}

@media(max-width: 991.50px) {
    .section-wrapperv2 {
        flex-wrap: wrap;
        width: 100%;
    }
}

/*
-----------------------
 Plan layout styles 
-----------------------
*/
.plan-area {
    padding-top: 150px;
    padding-bottom: 150px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../imgs/gallery/img-r-21.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1199px) {
    .plan-area {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .plan-area {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.plan-area .section-heading {
    text-align: center;
    max-width: 1070px;
    margin: auto;
}

.plan-area .title-wrapper {
    padding-bottom: 60px;
}

.plan-area h2 {
    color: white;
    text-transform: capitalize;
}

.plan-area a {
    background-color: #ffc372;
    color: black;
}

.plan-area a:hover {
    background-color: #000000;
    color: #ffc372 !important;
}

/* ============================= ACCOUNTING PAGE STARTS================================= */
#con-buisness .banner-2 .banner-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
}

@media only screen and (max-width: 991px) {
    #con-buisness .banner-2 .banner-content {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    #con-buisness .banner-2 .banner-content {
        gap: 20px;
    }
}

#con-buisness .banner-2 .banner-content .text {
    max-width: 415px;
    margin-bottom: 15px;
    margin-top: 11px;
}

@media only screen and (max-width: 767px) {
    #con-buisness .banner-2 .banner-content .text {
        margin-bottom: 33px;
    }
}

#con-buisness .banner-2 .banner-content .text p {
    font-size: 18px;
    line-height: 1.44;
}

#con-buisness .banner-2 .banner-content .text p span {
    text-decoration: underline;
    color: var(--primary);
    text-underline-offset: 2px;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

@media only screen and (max-width: 991px) {
    #con-buisness .banner-2 .title-wrapper {
        flex-basis: 100%;
    }
}

#con-buisness .banner-2 .title-wrapper .title {
    max-width: 658px;
}

@media only screen and (max-width: 1199px) {
    #con-buisness .banner-2 .title-wrapper .title {
        max-width: 460px;
    }
}

@media only screen and (max-width: 991px) {
    #con-buisness .banner-2 .title-wrapper .title {
        max-width: 540px;
    }
}

#con-buisness .banner-2 .title {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.125;
    text-decoration: none;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 5px;
    text-underline-offset: 10px;
}

@media only screen and (max-width: 1919px) {
    #con-buisness .banner-2 .title {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1199px) {
    #con-buisness .banner-2 .title {
        font-size: 54px;
    }
}

@media only screen and (max-width: 991px) {
    #con-buisness .banner-2 .title {
        font-size: 40px;
        text-decoration-thickness: 3px;
        text-underline-offset: 5px;
    }
}

@media (max-width: 575px) {
    #con-buisness .banner-2 .title {
        font-size: 38px;
    }
}

#con-buisness .banner-2 .arrow-curved {
    width: 163px;
    margin-top: 65px;
    margin-inline-start: 65px;
}

@media only screen and (max-width: 1199px) {
    #con-buisness .banner-2 .arrow-curved {
        margin-inline-start: 0;
        width: 123px;
    }
}

@media only screen and (max-width: 767px) {
    #con-buisness .banner-2 .arrow-curved {
        display: none;
    }
}

#con-buisness .dir-rtl .banner-2 .arrow-curved {
    transform: rotateY(180deg);
}

#con-buisness .banner-2 .title-shape-image {
    width: 45px;
    position: absolute;
    inset-inline-start: -39px;
    top: -36px;
}

#con-buisness .banner-2 .banner-inner {
    margin-top: 213px;
    margin-bottom: 133px;
}

@media only screen and (max-width: 1919px) {
    #con-buisness .banner-2 .banner-inner {
        margin-top: 183px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 1199px) {
    #con-buisness .banner-2 .banner-inner {
        margin-top: 163px;
    }
}

@media only screen and (max-width: 991px) {
    #con-buisness .banner-2 .banner-inner {
        margin-top: 143px;
    }
}

#con-buisness .banner-2 .wc-btn-primary {
    padding: 13px 25px;
    font-size: 13px;
}

#con-buisness .banner-2 .banner-img-wrapper .button-bottom-shape {
    position: absolute;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    top: -1px;
}

@media only screen and (max-width: 991px) {
    #con-buisness .banner-2 .banner-img-wrapper .button-bottom-shape {
        width: 260px;
    }
}

#con-buisness .banner-2 .banner-img-wrapper .btn-wrapper {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
}

/* ====================WHAT WE OFFER SECTION =========================== */
/*
-----------------------
 think layout styles
-----------------------

 */
.think-area {
    background-color: #ffc372;
    padding-top: 130px;
    padding-bottom: 133px;
    position: relative;
}

@media only screen and (max-width: 1919px) {
    .think-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .think-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .think-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.think-area .title-wrapper {
    max-width: 535px;
}

.think-area-inner {
    display: flex;
    gap: 110px;
}

@media only screen and (max-width: 767px) {
    .think-area-inner {
        flex-wrap: wrap;
        gap: 50px;
    }
}

.think-content {
    max-width: 630px;
}

@media only screen and (max-width: 1919px) {
    .think-content {
        max-width: 530px;
    }
}

.think-thumb-wrapper {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
}

@media only screen and (max-width: 1919px) {
    .think-thumb-wrapper {
        max-width: 700px;
    }
}

@media only screen and (max-width: 1199px) {
    .think-thumb-wrapper {
        position: unset;
    }
}

.think-graph-wrapper {
    display: flex;
    gap: 80px;
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .think-graph-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.think-graph-content {
    max-width: 255px;
}

.think-graph-content .title {
    font-size: 50px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 17px;
}

.think-graph-content .sub-title {
    color: #000000;
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 1.1;
}

.think-graph-content .divider {
    position: relative;
    background-color: #C0D6D3;
    width: 100%;
    height: 5px;
    border-radius: 2.5px;
}

.think-graph-content .divider::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 83%;
    background-color: #000000;
    border-radius: 2.5px;
}

.think-graph-content .list-plus {
    padding-top: 0;
    margin-top: 0 !important;
}

.think-graph-content .list-plus li {
    color: #000000;
    font-weight: 400;
    padding-inline-start: 26px;
}

.think-graph-content .list-plus li::before {
    top: 0;
}

/* ENDS HERE====================================================== */

/* why us accounting page=========================== */
/*
--------------------------------
SERVICE STYLES
--------------------------------
*/
.service-area-accounting {
    background-color: var(--primary);
}

.service-area-accounting .section-heading {
    max-width: 336px;
}

.service-area-accounting .section-title-wrapper {
    padding-bottom: 26px;
}

.service-area-accounting .service-thumb {
    margin-bottom: 53px;
    position: relative;
    max-width: 636px;
    overflow: hidden;
}

.service-area-accounting .service-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 69, 71, 0.2);
}

.service-area-accounting .section-title {
    color: var(--white);
}

.service-area-accounting .wc-btn-underline {
    color: var(--white);
}

.service-area-accounting .feature-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 767px) {
    .service-area-accounting .feature-wrapper {
        grid-template-columns: 1fr;
    }
}

.service-area-accounting .wcf_iconbox {
    padding-inline-start: 60px;
    padding-inline-end: 45px;
    border-inline-start: 1px solid #ffc372;
    border-bottom: 1px solid #ffc372;
    padding-top: 60px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 991px) {
    .service-area-accounting .wcf_iconbox {
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .service-area-accounting .wcf_iconbox {
        border: 0;
        padding-inline-start: 0;
        padding-inline-end: 0;
    }
}

.service-area-accounting .wcf_iconbox:first-child {
    border-inline-start: 1px solid transparent;
    padding-top: 0;
}

.service-area-accounting .wcf_iconbox:last-child {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
}

.service-area-accounting .wcf_iconbox:nth-child(2) {
    padding-top: 0;
}

.service-area-accounting .wcf_iconbox:nth-child(3) {
    border-inline-start: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .service-area-accounting .wcf_iconbox:nth-child(3) {
        padding-top: 0;
    }
}

.service-area-accounting .wcf_iconbox:hover .wc-btn-primary {
    background-color: var(--action-color);
}

.service-area-accounting .wcf_iconbox .thumb {
    padding-bottom: 35px;
}

.service-area-accounting .wcf_iconbox .cf_title {
    padding-bottom: 0px;
}

.service-area-accounting .wcf_iconbox .title {
    color: var(--white);
    line-height: 1.16;
    font-size: 30px;
}

.service-area-accounting .wcf_iconbox .title span {
    display: block;
    font-weight: 600;
}

.service-area-accounting .wcf_iconbox .title a:hover {
    color: var(--white);
}

.service-area-accounting .wcf_iconbox .text {
    color: rgb(255, 255, 255);
}

.service-area-accounting .wcf_iconbox .wc-btn-primary {
    background-color: transparent;
    border: 1px solid #ffc372;
    border-radius: 50px;
    padding: 15px 28px;
    gap: 10px;
}

.service-area-accounting .btn-wrapper {
    padding-top: 33px;
}

.service-wrapper {
    display: grid;
    grid-template-columns: 655px auto;
    gap: 120px;
}

@media only screen and (max-width: 1919px) {
    .service-wrapper {
        gap: 40px;
        grid-template-columns: 355px auto;
    }
}

@media only screen and (max-width: 1199px) {
    .service-wrapper {
        grid-template-columns: 1fr;
        gap: 80px;
    }
}

/* ends here ============================================= */

/* header navbar css custom design ================================= */
ul.dp-menu li {
    display: grid;
    grid-template-columns: 0.5fr 2fr;
    justify-items: start;
    row-gap: 2px;
}

.main-menu ul.dp-menu li span.navsvg {
    grid-column: 1 / span1;
    grid-row: 1 / span2;
}

.main-menu ul.dp-menu li a.navlink {
    grid-column: 2 / span1;
    grid-row: 1 / span2;
    color: #555555;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-align: left;
    padding: 0;
}

.main-menu ul.dp-menu li span.nav-content {
    grid-column: 2 / span1;
    grid-row: 2 / span1;
    color: #555555;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
}

.main-menu ul.dp-menu {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.banner-1 .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-1 .banner-content .text {
    text-align: center;
}

.header__meta.cta-hero-section {
    margin-top: 30px;
    text-align: center;
}

.banner-1 .title {
    text-align: center;
}

.banner-1 .banner-content {
    margin: auto;
}

.brand-logo.service-name-box {
    width: 195px;
    height: 100%;
    /* padding: 15px 20px; */
    /* background: grey; */
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #000000;
}

@media(max-width: 560px) {
    .brand-logo.service-name-box {
        width: 200px;
    }
}

.text-box-flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 90px 0;
}

.mw-70 {
    max-width: 85%;
}

.intro-area-invoice-page a.wc-btn-primary.custom-setting-btn {
    width: 230px !important;
    background-color: #000000 !important;
    border-radius: unset !important;
}

.intro-area-invoice-page a.wc-btn-primary.custom-setting-btn i {
    color: white !important;
}

.intro-area-invoice-page .intro-title-wrapper .title {
    margin-bottom: 10px;
}

.btn-wrapper.d-flex.gap-5.justify-content-between.ca-btns {
    transform: unset !important;
    max-width: 528px !important;
    margin: auto !important;
    margin-top: 50px !important;
}

.mr-20 {
    margin-right: 20px;
}


/* mobile nav css======================== */

.has-dropdown-menu {
    position: relative;
}

.has-dropdown-menu>a::after {
    content: "\25BC";
    /* Down arrow */
    font-size: 12px;
    margin-left: 5px;
    transition: transform 0.3s ease;
    /* Smooth transition for rotation */
}

.has-dropdown-menu.open>a::after {
    transform: rotate(180deg);
    /* Rotate arrow when open */
}

.dropdown-menu {
    display: none;
    list-style: none;
    background-color: transparent;
    margin-top: 10px;
    background: #323232;
    padding: 15px;
    max-width: 200px;
    padding-left: 8px;
}

.dropdown-menu li {
    margin-bottom: 10px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #636363;
}

.dropdown-menu li a {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    width: 100%;

}

.has-dropdown-menu.open .dropdown-menu {
    display: block;
    transition: all 0.5s ease-in-out;
}

ul.dropdown-menu li {
    display: grid;
    grid-template-columns: 10px 1fr;
    column-gap: 5px;
    row-gap: 5px;
}

.dropdown-menu li a {
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
    color: #8b8b8b;
}

.dropdown-menu li span.navsvg {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    color: #8b8b8b;
}

.dropdown-menu li span.nav-content {
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
    color: #8b8b8b;
}

.copyright-content {
    text-align: center;
}

span.footernavsvg {
    font-size: 15px;
    margin-right: 5px;
    max-width: 15px;
}

.widget-items {
    width: 100%;
    max-width: 100%;
}

@media(max-width: 991px) {
    .footer-area.style-3 .logo-wrapper {
        margin: auto;
    }

    .widget-items.col-1 {
        grid-column: 1/span2;
        grid-row: 1;
        text-align: center;

    }

    .widget-items.col-2 {
        grid-column: 1/span1;
        grid-row: 2;
    }

    .widget-items.col-3 {
        grid-column: 2/span1;
        grid-row: 2;
    }

    .widget-items.col-4 {
        grid-column: 1/span1;
        grid-row: 3;
    }

    .widget-items.col-5 {
        grid-column: 2/span1;
        grid-row: 3;
    }
}

@media(max-width: 568px) {
    .footer-area.style-3 .logo-wrapper {
        margin: auto;
    }

    .widget-items.col-1 {
        grid-column: 1/span2;
        grid-row: 1;
        text-align: left;
    }

    .widget-items.col-2 {
        grid-column: 1/span2;
        grid-row: 2;
        text-align: left;
    }

    .widget-items.col-3 {
        grid-column: 1/span2;
        grid-row: 3;
        text-align: left;
    }

    .widget-items.col-4 {
        grid-column: 1/span2;
        grid-row: 4;
        text-align: left;
    }

    .widget-items.col-5 {
        grid-column: 1/span2;
        grid-row: 5;
        text-align: left;
    }
}

.header-area.sticky .main-menu ul.dp-menu li a.navlink {
    font-size: 18px !important;
}

.error {
    margin-top: 10px;
    color: red;
}

.content .cf_title {
    margin-bottom: 10px;
}

.text-left {
    text-align: left !important;
}

@media(max-width:568px) {
    .intro-counter .btn-wrapper {
        flex-direction: column;
        max-width: 180px;
        gap: 18px !important;
    }
}

.text-black {
    color: black !important;
}

.widget-items ul li a:hover {
    color: #ffc372 !important;
    transition: all 0.3s ease;
}

@media(min-width: 1400px) {
    .widget-items:nth-child(3) {
        padding-left: 54px;
    }

    .widget-items:nth-child(2) {
        padding-left: 80px;
    }

    .widget-items:nth-child(4) {
        padding-left: 0px;
    }

    .widget-items:nth-child(1) {
        padding-left: 0;
    }
}

@media (min-width: 991px) {
    .service-area .service-thumb img {
        max-height: 833px;
        margin-top: 45px;
    }
}

.t-capitalise {
    text-transform: capitalize !important;
}

.progress-wrap.active-progress:hover svg path {
    fill: rgb(117, 117, 117);
}

/* .cf_image {
    display: flex;
    justify-content: center;
} */
header.header-area.style-2 {
    position: sticky;
}

@media (max-width: 426px) {
    .baner-active-1 .swiper-wrapper .swiper-slide {
        min-height: 566px;
    }

    .offcanvas-3__menu li a {
        font-size: 19px !important;
    }

    .dropdown-menu {
        max-width: 255px;
    }

    .offcanvas-3__area {
        padding: 30px 30px 13px;
    }

    .banner-1.banner-area .swiper-slide-item {
        min-height: 622px;
    }
}

@media (min-width: 991px) and (max-width: 1025px) {
    .section-wrapper.section-wrapperv2 {
        flex-direction: column;
        width: 100%;
        gap: 30px;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-area.style-3 .footer-menu {
        padding: 0 104px;
    }

    .section-wrapperv2 {
        gap: 15px;
        margin-bottom: 40px;
    }

}

@media (min-width: 768px) and (max-width: 1200px) {
    .rating-container {
        display: none !important;
    }

    .testimonial-inner.style-5 {
        gap: 0;
    }
}

@media only screen and (max-width: 767px) {
    .banner-smart-collect-pagethumb-right img {
        margin-inline-start: 0px !important;
        margin-inline-end: 0px !important;
    }

    .banner-smart-collect-pagearea {
        margin: 0;
        padding: 0;
    }

    .text-box-flex {
        padding: 0;
    }
}

@media (max-width: 568px) {
    .banner-5 .banner-inner {
        padding-top: 20px;
    }

    .header__meta {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 991px) {
    .offcanvas-3__inner {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .offcanvas-3__menu li a {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .offcanvas-3__menu ul li {
        padding-bottom: 8px;
    }

    .dropdown-menu {
        /* padding: 30px; */
        max-width: 250px;
    }

    .offcanvas-3__menu li a.navlink {
        font-size: 24px !important;
        color: white !important;
        line-height: 28px !important;
        font-weight: 600;
    }

    .offcanvas-3__menu li span.nav-content {
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
    }
}

.section-title-wrapper.style-5 .section-subtitle {
    display: inline-block;
    border-radius: unset;
    border: none;
    padding: 0;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
}

.cf_title h2 {
    font-size: 23px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.header__logo img {
    /* filter: invert(1); */
}

.cf_image.c img {
    max-width: 90px;
}

a.cf_btn.wc-btn-primary {
    background: black;
    color: #ffc372;
}

.list-plus li {
    color: #000000;
}

.footer-area.style-3 p {
    color: #ffffff;
}

.logo-wrapper a img {
    /* filter: invert(1); */
}
.header-area .header__logo .sticky{
    display: none;
}
.sticky .header__logo .sticky{
    display: block;
}
.sticky .header__logo .normal{
    display: none;
}
.footer-menu .logo-wrapper a img {
    margin-bottom: 10px;
}
.footer-area.style-3 h3 {
    color: #ffc372;
}

.header-area.sticky .main-menu li a {
    color: #ffffff;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    z-index: 9999;
  }

  #loader img {
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
  }

  /* @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  } */

  #loader.hidden {
    opacity: 0;
    visibility: hidden;
  }

@media(max-width: 1024px){
    .sticky .header__logo .normal{
        display: none;
    }
    .header-area .header__logo .normal{
        display: none;
    }
    .header-area .header__logo .sticky{
        display: block;
    }
}
@media(min-width:991px) {
    .banner-3 .banner-inner {
        margin-top: 80px;
    }
}

.think-area {
    background-image: url(../imgs/Banking/accounting/Section3/BG.webp);
}

.cf_image.a img {
    width: 100%;
}

section.feature-area-api-page.section-spacing.style-4 {
    background-image: url(../imgs/Banking/accounting/Section6/BG.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-thumb img {
    max-width: 100%;
    width: 100%;
}

.banner-4.banner-area {
    background-image: url(../imgs/Banking/apiBanking/Section1/BG.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.white-bg {
    background-color: #ffffff !important;
    background-image: none !important
}

.partner-thumb img {
    width: 100%;
    max-width: 100%;
}

.banner-smart-collect-pageshape-img img {
    background-color: #ffc372;
}

.banner-smart-collect-pagecontent-item.bg1 {
    background-image: url(../imgs/Payment/smartCollect/Section1/Banner2.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-smart-collect-pagecontent-item.bg2 {
    background-image: url(../imgs/Payment/smartCollect/Section1/Banner3.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.data-area-instant-settlement-page.section-spacing {
    background-image: url(../imgs/Payment//instantSettlement/Section3/BG.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.funfact-item .counts .item img {
    width: 40px;
}

.text-black {
    color: #000000 !important;
}

.all-projects-inner.section-spacing.bgs {
    background: linear-gradient(rgba(0, 0, 0, 0.301), rgba(0, 0, 0, 0.356)), url(../imgs/Solutions//Section7/Banner.webp);
}

span.navsvg img {
    width: 20px;
}

span.navsvg.i1 img {
    width: 20px;
    filter: invert(0.6);
}

.testimonial.navigation-6 .swiper-button-next.style-5:hover {
    background-color: #d68700;
    transition: all 0.3s ease-in-out;
}

.testimonial.navigation-6 .swiper-button-prev.style-5:hover {
    background-color: #d68700 !important;
    transition: all 0.3s ease-in-out;
}

.accordion-header:hover .accordion-button {
    color: #d68700;
    cursor: pointer;
}

h5.heading-h5.copyright-title {
    color: #ffffff;
}

.wc-btn-primary.b1 {
    color: #000000 !important;
    background-color: #ffc372;
}
@media (max-width: 1200px) {
    header.header-area.style-2 {
        background-color: #000000;
    }
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #ffc372 !important;
}
.offcanvas-3__menu ul li {
    padding-left: 0 !important;
}
.offcanvas-3__menu ul:before {
    display: none;
}