/* 
Theme Name: LoanFintech
Description: LoanFintech development
Author: Manoj
 Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
}

.row {
    margin: 0 auto;
}

.container-fluid {
    padding: 0;
}

li {
    list-style-type: none;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:focus,
a:focus-visible,
.btn:focus,
.btn:focus-visible {
    outline: none;
    box-shadow: none;
}

h2,
.h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 37px;
    color: #000000;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

@keyframes fadeTop {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeBottom {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes myMove {
    100% {
        transform: translate3d(-100%, 0, 0);
    }

    0% {
        transform: translateZ(0);
    }
}

@keyframes moveRight {
    0% {
        left: 0;
        width: 0;
    }

    50% {
        left: 0;
        width: 50%;
    }

    100% {
        left: 0;
        width: 100%;
    }
}

.zoom-in-zoom-out {
    display: inline-block;
    margin-left: 8px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

/* Common Elements CSS */

.common_green_btn {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background: #29B34B;
    border-radius: 4px;
    color: #FFFFFF;
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    padding: 10px 30px;
}

.common_green_btn::after {
    content: url(/wp-content/themes/coolcredit-custom-theme/images/icons/green-btn-arrow.svg);
    position: absolute;
    right: -24px;
    top: 9px;
    transition: all 0.3s ease-in-out;
}

.common_green_btn:hover {
    color: #ffffff;
    padding: 10px 70px 10px 30px;
}

.common_green_border_btn {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    border: 1.5px solid #29B34B;
    border-radius: 4px;
    color: #29B34B;
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    padding: 9px 20px;
}

.common_green_border_btn:hover {
    color: #29B34B;
    border-color: #29B34B;
    padding: 9px 60px 9px 20px;
}

.common_green_border_btn::after {
    content: url(/wp-content/themes/coolcredit-custom-theme/images/icons/border-btn-arrow.svg);
    position: absolute;
    right: -24px;
    top: 7px;
    transition: all 0.3s ease-in-out;
}

.common_black_btn {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: #222222;
    color: #ffffff;
    border-radius: 4px;
    border: none;
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    padding: 10px 30px;
}

.common_black_btn:hover {
    padding: 10px 70px 10px 30px;
    color: #ffffff;
}

.common_black_btn::after {
    content: url(/wp-content/themes/coolcredit-custom-theme/images/icons/green-btn-arrow.svg);
    position: absolute;
    right: -24px;
    top: 10px;
    transition: all 0.3s ease-in-out;
}

.common_black_btn:hover::after,
.common_green_btn:hover::after {
    right: 28px;
}

.common_green_border_btn:hover::after {
    right: 22px;
}

.common_green_border_btn span,
.common_black_btn span,
.common_green_btn span {
    margin: 0 20px;
    transition: all 0.3s ease-in-out;
}

.common_green_border_btn:hover span,
.common_black_btn:hover span,
.common_green_btn:hover span {
    margin: 0;
}

.form-control {
    font-size: 16px !important;
}

textarea.form-control {
    max-height: 80px;
    resize: vertical;
}

/* Common Elements CSS */
/* Slick CSS */

.slick-prev::before,
.slick-next::before {
    content: url(/wp-content/themes/coolcredit-custom-theme/images/icons/slider-arrow.svg);
    height: 32px;
    width: 32px;
    transition: all 1s ease-in-out;
    opacity: 1;
}

.slick-prev:hover::before,
.slick-next:hover::before {
    content: url(/wp-content/themes/coolcredit-custom-theme/images/icons/slider-arrow-hover.svg);
}

.slick-next {
    transform: rotate(180deg);
}

/* Slick CSS */
/* 404 Page */

.error_page-content {
    margin: 11% 0;
}

.error_page-content h2 {
    margin-bottom: 8px;
    margin-top: -70px;
}

.error_page-content p {
    max-width: 400px;
    font-size: 16px;
    line-height: 25px;
    color: #666666;
    margin: 0 auto 20px;
}

.error_page-content a {
    margin: 0 auto;
    max-width: 235px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

/* 404 Page */

/* Pre Header Section */

.pre_header {
    background: #F5F5F5;
    border-bottom: 0.5px solid #DADADA;
    padding: 10px 0;
}

.pre_header-content--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.pre_header-content--list-item {
    margin-left: 35px;
}

.pre_header-content--list-item a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    transition: all 0.3s ease-in-out;
}

.pre_header-content--list-item a:hover {
    color: #29B34B;
}

.pre_header-content--list-item img {
    margin-right: 6px;
    color: #ffffff;
    width: 19px;
    height: 15px;
    transition: all 0.3s ease-in-out;
}

.pre_header-content--list-item a img {
    transition: all 0.3s ease-in-out;
    filter: invert(43%) sepia(8%) saturate(47%) hue-rotate(322deg) brightness(90%) contrast(94%);
}

.pre_header-content--list-item a:hover img {
    transform: scale(1.2);
}

.pre_header-content--list-item a:hover img {
    filter: invert(52%) sepia(93%) saturate(352%) hue-rotate(82deg) brightness(90%) contrast(101%);
}

/* Pre Header Section */

/* Header */

.header {
    position: relative;
    background: #FFFFFF;
    z-index: 999;
    transition: all .3s ease-in-out;
    width: 100%;
}

.header.sticky-header {
    position: sticky;
    transition: all 0.3s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.header .custom-logo-link img {
    width: 131px;
    height: auto;
}

.header .navbar {
    position: relative;
    padding: 18px 0 10px !important;
}

.header .navbar .navbar-toggler {
    border: 0;
    text-align: right;
    padding: 0;
}

.header .navbar .navbar-toggler:focus,
.header .navbar .navbar-toggler:active {
    outline: none;
    box-shadow: none;
    border: 0;
}

.header .navbar .navbar-toggler .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.header .navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 3px;
    background-color: #05141f;
    display: block;
    transition: all 0.2s;
    border-radius: 50px;
}

.header .navbar .navbar-toggler .toggler-icon.middle-bar {
    margin: 5px 0 5px auto;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 60%;
}

.header .navbar .navbar-toggler .toggler-icon.top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.header .navbar .navbar-toggler .toggler-icon.bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.header .navbar .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.header .navbar .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.header .navbar .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.header .navbar-collapse {
    width: 100%;
    display: inline-flex;
}

.header .navbar-collapse .navbar-nav {
    width: 100%;
    justify-content: flex-end;
}

.header .navbar-collapse ul {
    flex-direction: row;
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header .menu-item {
    margin-left: 37px !important;
    position: relative;
}

.header .menu-item:last-child a {
    display: block;
    background: #164da0;
    color: #fff;
    padding: 10px 12px;
    border-radius: 6px;
    font-weight: 500;
}

.header li.current-menu-item.current_page_item:last-child>a {
    padding: 10px 12px;
    background: #164da0;
}

.header .menu-item:last-child a:hover::before {
    display: none;
}

.header .menu-item a::before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #164da0;
    border-radius: 4px;
    bottom: -25px;
    left: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}


.header .menu-item a:hover::before {
    visibility: visible;
    animation: moveRight 0.6s linear;
    animation-fill-mode: forwards;
}

.header .menu-item a {
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    color: #272d35;
    transition: all .3s ease-in-out;
    position: relative;
    background: transparent;
}

/* .header li:last-child a {
    background-color: #222222;
    color: #ffffff;
    border-radius: 4px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
} */

/* .header li:last-child a:hover {
    background-color: #29B34B;
    color: #ffffff;
} */

/* .header li:last-child a:hover::before {
    display: none;
} */


.header li.current-menu-item.current_page_item>a,
.header li.current-menu-ancestor>a {
    border-bottom: 3px solid #164da0;
    background: transparent;
    padding: 4px 0;
    padding-bottom: 22px;
}

.current-menu-ancestor>a:hover::before {
    display: none;
}

.header .sub-menu li.current-menu-item.current_page_item>a {
    border: none;
}

.header li.current-menu-item.current_page_item>a:hover::before {
    visibility: hidden;
}

.header .menu-item .sub-menu li a::before {
    display: none;
}

.header .menu-item a:focus-within {
    outline: none;
}

.header nav.navbar li.menu-item-has-children {
    position: relative;
}

.header nav.navbar li.menu-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1 !important;
    top: 40px;
    left: 0px;
    width: 138px;
    transform: translateY(-2em);
    z-index: 0;
    transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear .01s;
    padding: 0;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dadada;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.header nav.navbar li.menu-item-has-children .sub-menu li:last-child a {
    background-color: transparent;
    color: #222222;
    border-radius: 0px;
    padding: 0px;
}

.header nav.navbar li.menu-item-has-children .sub-menu li {
    margin-left: 0 !important;
    position: relative;
}

.header li.menu-item-has-children .sub-menu li:hover a::after {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.header li.menu-item-has-children .sub-menu li a::after {
    position: absolute;
    content: "";
    transform: scale(0);
    height: 100%;
    width: 100%;
    transition: all .3s ease-in-out;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f5f5f5;
    z-index: -1;
}

.header nav.navbar li.menu-item-has-children .sub-menu li a {
    padding: 12px !important;
    display: block;
}

/* Header */
/* Sticky Header */

/* .fixed {
    visibility: visible !important;
    transition: all 0.3s ease-in-out !important;
    transform: translateY(0) !important;
    z-index: 100;
    padding: 15px 0;
    box-shadow: 0 2px 4px #efefef;
} */

/* .sticky-header {
    position: fixed;
    visibility: hidden;
    background: #fff;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
    top: 0;
    width: 100%;
} */

.fixed header#site-header #site-header-inner {
    padding-top: 10px;
    padding-bottom: 15px;
}

.fixed .pre_header {
    padding: 0.5rem 0;
}

/* Sticky Header */

/* Home Page */

.pre-approved-box {
    background: #E5EBF9;
    padding: 15px 0;
}

.inner-approved-box {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.inner-approved-box p {
    margin-bottom: 0;
    text-align: right;
    color: #000;
    font-size: 18px;
}

.inner-approved-box .header-btn button {
    background-color: #212529 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 50px !important;
    width: auto !important;
    height: auto !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: inherit !important;
}

.inner-approved-box .header-btn button:focus {
    outline: 0;
}

.banner {
    padding: 5.5rem 0;
}

.banner-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.banner-content h1 {
    font-size: 3.375rem;
    font-weight: 600;
    line-height: 1.204em;
}

/* .banner-content p {
    color: #666666;
    font-size: 1.1rem;
    line-height: 1.818em;
    margin-bottom: 25px;
} */

.banner-content--buttons {
    gap: 20px;
}

.banner-content--buttons a img {
    margin-right: 8px;
}

.opportunities_sec {
    background-color: #F5F5F5;
    padding: 6rem 0;
}

.process-sec {
    padding: 6rem 0;
}

.process-sec--cards .card {
    border: 0px;
    padding: 3rem 1.5rem 0rem 1.5rem;
}

.process-sec--cards-img img {
    width: auto;
}

.process-sec--cards-content h5 {
    font-size: 1.25rem;
    color: #222;
    line-height: 1.6em;
    font-weight: 600;
}

.process-sec--cards-content p {
    color: #666;
    line-height: 1.875em;
    margin-bottom: 8px;
}

.how-works {
    background-color: #F5F5F5;
    padding: 3rem 0 1rem;
}

.how-works-content {
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.how-works--title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

.how-works--list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #222222;
}

.how-works--list li span {
    font-weight: 600;
}

.getInTouch {
    padding: 6.25rem 0rem 8rem;
}

.getInTouch-tabs {
    margin-top: 2rem;
}

.getInTouch-tabs .iconLeft {
    flex: 0 0 11.5%;
    margin-top: 5px;
}

.getInTouch-tabs .nav-link {
    cursor: pointer;
    display: flex;
    background: #FFFFFF !important;
    margin-bottom: 2.6rem;
    padding: 25px 32px;
    transition: .2s all linear;
    border: 1px solid #fff;
}

.getInTouch-tabs .rightContent p {
    margin-bottom: 0px;
    color: #666666 !important;
}

.getInTouch-tabs .nav-link.active,
.getInTouch-tabs .nav-link:hover {
    box-shadow: 0px 16px 30px rgba(183, 192, 204, 0.2);
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 8px;
    transition: .2s all linear;
}

.getInTouch-tabs .rightContent h5,
.getInTouch-tabs .iconLeft i,
.getInTouch-tabs .rightContent p {
    color: #222222;
}

.getInTouch-tabs .iconLeft i {
    font-size: 1rem;
}

.getInTouch--forms label {
    margin-bottom: .5rem;
    color: #666666;
}

.learnLink {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-top: 12px;
    transition: all 0.3s ease-in-out;
}

.learnLink:hover {
    color: #29B34B;
}

/* Solutions Page */

.solutions_section1 {
    padding: 5.5rem 0 0;
}

.solutions_section1-content {
    text-align: center;
}

.solution_banner_content h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 37px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.solutions_section2-content h2 {
    text-align: center;
    margin-bottom: 20px;
}

.solutions_section1-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #666666;
}

.solutions_section2 {
    padding: 4rem 0;
}

.section2_keys {
    margin-top: 56px;
}

.section2_keys-item--icon {
    margin-bottom: 24px;
}

.section2_keys h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #222222;
    margin-bottom: 8px;
}

.section2_keys p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.solutions_section3 {
    background-color: #f7f8fa;
    padding: 6rem 0;
}

.solutions_section3 .h2 {
    text-align: center;
    margin-bottom: 16px;
}

.solutions_section3-keys--item {
    padding: 40px !important;
    margin: 0 20px;
    text-align: center;
    border: 1px solid #DADADA;
    border-radius: 4px;
    /*flex: 0 0 30% !important;*/
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
}

.solutions_section3-keys--item:hover {
    border-color: #29B34B;
    box-shadow: 0px 24px 35px rgba(124, 155, 224, 0.25);
}

.solutions_section3-keys--item h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #222222;
    margin-bottom: 32px;
}

.pricing_content .h2,
.solutions_section3-keys--item h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #29B34B !important;
    margin-bottom: 24px;
}

.pricing_content .h2 sub,
.solutions_section3-keys--item h2 sub {
    font-weight: 400;
    font-size: 16px;
    top: 0;
    right: -5px;
}


.solutions_section3-keys--item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 2rem;
}

.solutions_section3-keys--item a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #29B34B;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
}

.solutions_section3-keys--item:hover a {
    background-color: #29B34B;
    color: #ffffff;
}

.solutions_section3-keys--item .common_green_border_btn::after {
    content: url(/wp-content/themes/coolcredit-custom-theme/images/icons/green-btn-arrow.svg);
}

.solutions_section3-keys--item .common_green_border_btn:hover::after {
    right: 85px;
    top: 8px;
}

.solutions_section3-keys #pricing_tabs {
    justify-content: center;
    border: none;
    margin-bottom: 3rem;
}

#pricing_tabs .nav-item {
    padding-right: 40px;
    padding-left: 40px;
}

#pricing_tabs .nav-link {
    border: 0px;
    background-color: transparent;
    font-size: 18px;
    color: #666666;
    padding: 5px 0px;
}

#pricing_tabs .nav-link:focus-within,
#pricing_tabs .nav-link:focus-visible {
    outline: none;
}

#pricing_tabs .nav-link.active {
    color: #222222;
    border-bottom: 2px solid #29B34B;
    font-weight: bold;
}

.pricing_content {
    /* background: #FFFFFF; */
    border-bottom: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 44px 100px;
}

.pricing_content h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px;
}

.demoiframe #pricingTabContent h2,
.demonewwindow #pricingTabContent h2 {
    display: none;
}

.demoiframe #pricingTabContent h3,
.demonewwindow #pricingTabContent h3 {
    font-size: 32px;
    line-height: 26px;
    color: #29B34B;
    font-weight: 600;
    margin-bottom: 25px;
}

.demov2-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: left;
}

.demov2-list ul li {
    line-height: 30px;
    font-size: 14px;
}

.demov2-list ul:last-child {
    color: #666666;
    font-weight: 700;
}

.common-content p,
#creditShift p,
#payPer p {
    color: #666666;
}

.bottom-content p span {
    font-size: 700;
}

.solutions_section4 {
    padding: 7.5rem 0 7.25rem;
}

.solutions_section4 .h2 {
    text-align: center;
    margin-bottom: 40px;
}

.solutions_section4 .slick-prev,
.solutions_section4 .slick-next {
    top: 25%;
}

.solutions_section4-slider--item p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.875em;
    color: #666666;
    text-align: center;
    width: 840px;
    margin: 0 auto 16px;
}

.solutions_section4-slider--item .h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 37px;
    color: #000000;
}

.solutions_section4-slider--item h6 {
    font-weight: 500;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    color: #666;
    text-align: center;
}

.contact_keys-item--icon,
.section2_keys-item--icon {
    background-color: #EBFBEF;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 22px;
}

.section2_keys-item--icon {
    background-color: transparent;
}

/* Solutions Page */

/* FAQs Page */

.faq {
    padding: 5.5rem 0 6rem;
}

.faq h1.page-title {
    color: #222222;
    margin-bottom: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 37px;
}

.faq-accordion_list--item {
    border-bottom: 1px solid #DADADA;
}

/* .faq-accordion_list--item-content{
	margin: 12px 12px 12px 12px !important;
} */

.faq-accordion_list--item.active {
    position: relative;
}

.faq-accordion_list--item.active:before {
    content: "";
    position: absolute;
    height: calc(100% + 12px);
    left: 0;
    border: 2px solid #29B34B;
    z-index: 1;
    top: -12px;
}

.faq-accordion_list--item:first-child.active:before {
    height: 100%;
    top: 0px;
}

.faq-accordion_list--item:first-child {
    border-top: 1px solid #DADADA;
}

.faq-accordion_list--item .h2,
.faq-accordion_list--item h2,
.faq-accordion_list--item-body p {
    margin: 0;
}

.faq-accordion_list--item-body {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #666666;
    padding: 0 60px 12px 12px;
    margin: 0 12px 12px 12px;
}

.faq-accordion_list .faq-accordion_list--item-button {
    position: relative;
    display: block;
    color: #222222;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding: 6px 60px 12px 18px;
    margin: 18px 24px 12px 6px;
}

.faq-accordion_list .faq-accordion_list--item-button img {
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
    top: 0;
    right: 16px;
    padding: 7px;
    transform: rotate(-180deg);
    border: 1px solid #DADADA;
}

.faq-accordion_list .faq-accordion_list--item-button:not(.collapsed) img {
    transform: rotate(0deg);
    background-color: #29B34B;
    border: 1px solid #29B34B;
}

.faq-accordion_list .faq-accordion_list--item-button:not(.collapsed) img {
    filter: invert(100%) sepia(55%) saturate(188%) hue-rotate(160deg) brightness(90%) contrast(210%);
}

/* FAQs Page */

/* Contact Page */

.form_section {
    padding: 5.5rem 0 5rem;
}

.form_section_one h1 {
    color: #222222;
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
}

.form_section_one .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 0;
}

.form_section-left p,
.social_section-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 0;
}

.contact_keys,
.social_keys {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.contact_keys-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 3rem;
}

/* .contact_keys-item--icon, .section2_keys-item--icon {
	background-color: #EBFBEF;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 22px;
} */

.contact_keys-item p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.contact_keys-item a {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #222222;
    transition: all 0.3s ease-in-out;
}

.contact_keys-item a:hover {
    color: #29B34B;
}

.contactUs input.wpcf7-form-control.wpcf7-submit,
.contactUs input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #222222;
}

.contactUs {
    padding-top: 2.5rem;
}

.contactUs .form-control-wrap {
    max-width: 85%;
    width: 85%;
}

.contactUs .form-control {
    background: #fff;

}

.contactUs .form-control:focus {
    box-shadow: none;
    border-color: #efefef;
}

.contactUs label {
    margin-bottom: 0.5rem;
}

.contactUs span.wpcf7-form-control-wrap.recaptcha {
    display: block;
    padding: 6px 0;
}

.social_section {
    padding: 4rem 0 3rem;
    background-color: #F5F5F5;
}

.social_section-left {
    padding-right: 70px !important;
}

.social_section-left h2 {
    color: #222222;
    margin-bottom: 8px;
}

.social_section-left--tagline {
    margin-bottom: 16px !important;
}

.social_keys {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

.social_keys-item {
    margin-right: 30px;
    transition: all 0.3s ease-in-out;
}

.social_keys-item a {
    padding: 2px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_keys-item a::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/* .social_keys-item--icon {
	filter: brightness(0) saturate(100%) invert(9%) sepia(0%) saturate(0%) hue-rotate(211deg) brightness(114%) contrast(92%);
} */

.social_keys-item:hover {
    transform: scale(1.2);
}

.social_keys-item:nth-child(1):hover .social_keys-item--icon {
    filter: invert(34%) sepia(14%) saturate(2255%) hue-rotate(183deg) brightness(90%) contrast(88%);
}

.social_keys-item:nth-child(2):hover .social_keys-item--icon {
    filter: invert(63%) sepia(56%) saturate(4758%) hue-rotate(191deg) brightness(101%) contrast(101%);
}

.social_keys-item:nth-child(3):hover .social_keys-item--icon {
    filter: invert(28%) sepia(21%) saturate(5251%) hue-rotate(257deg) brightness(94%) contrast(93%);
}

.social_keys-item:nth-child(4):hover .social_keys-item--icon {
    filter: invert(26%) sepia(77%) saturate(2194%) hue-rotate(197deg) brightness(88%) contrast(92%);
}

.social_keys-item:nth-child(5):hover .social_keys-item--icon {
    filter: invert(57%) sepia(64%) saturate(4778%) hue-rotate(185deg) brightness(97%) contrast(90%);
}

/* Contact Page */

/* T&C Page */

.conditions-content {
    padding: 6rem 0 4rem;
}

.conditions-content ul,
.conditions-content ol {
    padding-left: 20px;
    margin: 0 0 10px 30px;
}

.conditions-content li {
    list-style-type: inherit;
    color: #666666;
}

.conditions-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 0.5rem;
}

.conditions-content h3,
.conditions-content h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #222222;
    margin-top: 3rem;
}

/* T&C Page */

/* Footer CTA Section */
.home .footer_cta {
    padding: 4rem 0rem !important;
}

.footer_cta {
    padding: 4rem 0 8rem !important;
    background-color: #29B34B;
}

.footer_cta h2,
.footer_cta p {
    color: #ffffff;
}

.footer_cta-content--btn {
    margin-top: 2rem;
    gap: 20px;
}

.footer_cta-content--btn .common_green_border_btn {
    border-color: #ffffff;
    color: #ffffff;
}

.footer_cta-content--btn .common_green_border_btn:hover {
    color: #ffffff;
}

.footer_cta-content--btn .common_green_border_btn::after {
    content: url(/wp-content/themes/coolcredit-custom-theme/images/icons/green-btn-arrow.svg);
}

/* Footer CTA Section */

/* Footer Section */

/* update footer */
.footer {
    background-color: #0f8abd;
    position: relative;
}

.footer a {
    display: block;
    color: #EBECEF;
    font-weight: 400;
}

.footer a:hover {
    color: #EBECEF;
}

.footer .footer-content {
    padding: 60px 0 50px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.footer .footer-content .about {
    color: #EBECEF;
    font-weight: 400;
    margin-top: 32px;
    max-width: 400px;
}

.footer .footer-content .about p {
    font-size: 12px;
    font-weight: 300;
    margin-top: 12px;
    font-style: italic;
    margin-bottom: 0;
}

.footer .footer-content .footer-social-link {
    margin-top: 32px;
    display: flex;
    gap: 16px;
}

.footer .footer-content .footer-social-link li {
    border: 1px solid #164da0;
    width: 100%;
    max-width: 30px;
    min-height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #164da0;
    transition: all 0.35s ease-in-out;
}

.footer .footer-content .footer-menu h6 {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer .footer-content .footer-menu .contact-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer .footer-content .footer-menu .contact-info span {
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.footer .footer-content .footer-menu .wrap_menu #menu-footer-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

p.copyright {
    padding: 30px 0 70px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #EBECEF;
    margin-bottom: 0;
    text-align: center;
}

p.copyright a {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

p.copyright a:hover {
    color: #FFFFFF;
}

.aware_slide {
    text-align: center;
    width: 100%;
    float: left;
    padding: 13px 0;
    position: fixed;
    z-index: 20;
    bottom: -20px;
}

.aware_slide .marq {
    padding: 9px 0 13px 0;
    margin-bottom: 0;
    background-color: #e12f53;
}

.aware_slide .marq .marq1 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 0;
}

/* updated footer */

/* Footer Section */

/* wpcf7 CSS */

button.wpcf7-form-control.common_black_btn {
    outline: none;
}

form.invalid .wpcf7-response-output {
    display: none !important;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.Zendesk_form input:focus,
.Zendesk_form textarea:focus,
.Zendesk_form .form-control:focus {
    box-shadow: none !important;
    border-color: #29B34B !important;
}

.wpcf7 .wpcf7-form .wpcf7-not-valid {
    border-color: #ced4da !important;
}

.wpcf7-form .recaptcha .wpcf7-not-valid-tip {
    min-width: 140px;
    max-width: 130px;
}

.wpcf7-form .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    display: block;
    max-width: 250px;
    min-width: 130px;
    background: red;
    padding: 2px 9px;
    position: absolute;
    bottom: -15px;
    right: 5px;
    border-radius: 2px;
}

.wpcf7-form .wpcf7-not-valid-tip:before {
    content: "";
    position: absolute;
    border: 4px;
    border-color: transparent transparent red transparent;
    border-style: solid;
    top: -8px;
    right: 16px;
}

.modal .wpcf7-form span.recaptcha span.wpcf7-not-valid-tip {
    bottom: -10px !important;
    width: 220px !important;
}

.wpcf7-form span.recaptcha span.wpcf7-not-valid-tip {
    left: 15px !important;
    width: auto !important;
    bottom: 0px !important;
    z-index: 1;
}

.wpcf7-form span.recaptcha span.wpcf7-not-valid-tip:before {
    right: auto !important;
    left: 8px !important;
}

.wpcf7-form p,
.Zendesk_form div {
    margin-bottom: 16px;
    position: relative;
}

.wpcf7 form .wpcf7-response-output,
.Zendesk_form .form-control-wrap {
    margin: 0 0 0.5rem 0;
}

.wpcf7-form-control-wrap,
.form-control {
    position: relative;
    display: block;
}

.wpcf7-form-control-wrap[data-name="credit-score"] {
    position: relative;
}

.form-control-wrap[data-name="credit-score"] {
    position: relative;
}

.wpcf7-form-control-wrap select,
.form-control-wrap select {
    cursor: pointer;
}

.wpcf7-form-control-wrap select:focus,
.form-control-wrap select:focus {
    box-shadow: none;
}

.wpcf7-form-control-wrap[data-name="credit-score"]::after,
.form-control-wrap[data-name="credit-score"]::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 8px;
    cursor: pointer;
}

.wpcf7-form-control,
.Zendesk_form-contro {
    position: relative;

}

.wpcf7-form-control-wrap.recaptcha div {
    margin-bottom: 0.8rem;
}

.wpcf7-spinner {
    position: absolute;
    top: 13px;
    left: 13.5rem;
}

button.Zendesk_form-control.common_black_btn {
    outline: none;
}

.contactUs input.Zendesk_form-control.Zendesk-submit,
.contactUs input.Zendesk_form-control.Zendesk-submit:hover {
    background-color: #222222;
}

.error_massage {
    display: block;
    color: #ff0909 !important;
    font-size: 14px !important;
}

.Zendesk_form .form_control {
    margin-bottom: 16px;
    position: relative;
}

/* wpcf7 CSS */

/*Modal CSS*/

.lead-modal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000000;
    opacity: 0.5;
}

.lead-modal .btn-close:hover {
    background-color: transparent;
    color: #000000;
    opacity: 1;
}

.lead-modal .btn-close:focus {
    box-shadow: none;
}

.lead-modal.phone_cta {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 16px;
    left: 8px;
    z-index: 99999;
    overflow: hidden;
    max-height: 60px;
}

.lead-modal.phone_cta.active_call div#call_btn a {
    background: #29B34B;
    border-radius: 24px;
    /* background-image: linear-gradient(90deg,#24b34b,#41e270); */
    color: #ffffff;
    padding: 10px 20px;
    position: relative;
    z-index: 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: ease-in-out;
}

.lead-modal.phone_cta.active_call div#call_btn a:hover {
    color: #ffffff;
}

.lead-modal.phone_cta.active_call div#call_btn a:hover::before {
    background-image: linear-gradient(270deg, #41e270, #24b34b);
    opacity: 1;
}

.lead-modal.phone_cta.active_call div#call_btn a:first-child {
    margin-right: 8px;
}

.lead-modal.phone_cta button#click_to_call {
    border: 2px solid #ffffff;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 99;
    appearance: none;
    margin-right: 10px;
}

.lead-modal.phone_cta button#click_to_call:focus {
    outline: 0;
}

.lead-modal.phone_cta button#click_to_call img,
.lead-modal.phone_cta button#click_to_call svg {
    max-width: 25px;
    min-width: 25px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.lead-modal.phone_cta button#click_to_call img.top,
.lead-modal.phone_cta button#click_to_call svg.top {
    animation-name: fadeTop;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-direction: alternate;
    top: 19px;
}

.lead-modal.phone_cta button#click_to_call img.bottom,
.lead-modal.phone_cta button#click_to_call svg.bottom {
    animation-name: fadeBottom;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-direction: alternate;
    top: 19px;
}

.lead-modal.phone_cta button#click_to_call::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #399953;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#32cc5d, #41e270), linear-gradient(#32cc5d, #41e270), linear-gradient(#32cc5d, #41e270), linear-gradient(#32cc5d, #41e270);
    animation: rotate 4s linear infinite;
}

.lead-modal.phone_cta button#click_to_call::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: #24b34b;
    border-radius: 100%;
}

.lead-modal .modal-dialog {
    min-width: 924px;
}

.lead-modal .modal-content {
    padding: 4rem;
}

.lead-modal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000000;
    opacity: 0.5;
}

.lead-modal .btn-close:hover {
    background-color: transparent;
    color: #000000;
    opacity: 1;
}

.lead-modal .btn-close:focus {
    box-shadow: none;
}

.lead-modal--left-content {
    padding-right: 80px;
}

.lead-modal--left .h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    color: #222222;
    margin-bottom: 1.5rem;
}

.lead-modal--left h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 2.5rem;
}

.lead-modal--left svg {
    display: flex;
    margin: 0 auto;
    width: 100%;
    padding-right: 45px;
}

form .form-terms {
    font-size: 10px;
    line-height: 11px;
    margin-top: 1rem;
    text-align: center;
}

.lead-modal form label {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
}

.lead-modal .form-control {
    background: #F5F5F5;
    border-radius: 4px;
    width: 100%;
}

.lead-modal .form-control:focus {
    box-shadow: none;
    border-color: #efefef;
}

.lead-modal .wpcf7-textarea.form-control {
    height: 79px;
    font-size: 1em;
}

.lead-modal input.wpcf7-form-control.wpcf7-submit {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
    background: #222222;
    border-radius: 4px;
    padding: 12px 35px;
}

.lead-modal input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #222222;
}

.lead-modal .downloadModal {
    min-width: 511px;
}

.downloadModal p {
    color: #666666;
    margin-bottom: 2rem;
}

.downloadModal .h2 {
    color: #000000;
    margin-bottom: 0.5rem;
}

.downloadModal .form-control {
    background-color: #F5F5F5;
    border: none;
    padding: 8px;
}

.thanks {
    color: #666666;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

.thanks:hover {
    color: #29B34B;
}

/* Modal CSS */
/* Floating Popups */

.floating_popup {
    width: 325px;
    position: fixed;
    bottom: 96px;
    right: 16px;
    background-color: #ffffff;
    border: 0.5px solid #DADADA;
    box-shadow: 0px 24px 35px rgb(124 155 224 / 25%);
    border-radius: 10px;
    z-index: 9999999;
    padding: 24px;
    display: none;
    animation-name: fadeBottom;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-direction: alternate;
}

.floating_popup::after {
    content: "";
    position: absolute;
    bottom: -26px;
    right: -0.5px;
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    border-right: 0.5px solid #DADADA;
    box-shadow: 0px 24px 35px rgb(124 155 224 / 25%);
    display: none;
}

.floating_popup::before {
    content: "";
    width: 37px;
    height: 36px;
    border-bottom: 0.5px solid #DADADA;
    position: absolute;
    background: transparent;
    right: -18.5px;
    bottom: -19px;
    transform: rotate(45deg);
    display: none;
}

.floating_popup-content {
    width: 100%;
}

.floating_popup-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #222222;
    margin-bottom: 0;
    width: calc(100% - 24px - 16px);
    margin-right: 16px;
}

.floating_popup-content p span {
    font-weight: 600;
}

.floating_popup-content .left-image {
    min-width: 24px;
    min-height: 24px;
    margin-right: 16px;
    margin-left: -3px;
}

.floating_popup-content .right-image {
    margin-left: 16px;
    min-width: 16px;
    min-height: 16px;
    transform: rotate(180deg);
    opacity: 0.7;
    cursor: pointer;
}

/* Floating Popups */
/* Blog Posts */

.author-bio,
.related-posts {
    display: none;
}

/* Blog Posts */

/* Blog Page */

.blog_page {
    padding: 5.5rem 0 5rem;
}

.blog_page-left {
    border-right: 0.5px solid #DADADA;
    padding-right: 2rem !important;
    padding-left: 0;
}

.blog_page-left--head {
    margin-bottom: 2rem;
    overflow: hidden;
    position: relative;
    /* padding-bottom: 3rem; */
    height: 50px;
}

.blog_page-left--head .search-icon {
    cursor: pointer;
    position: relative;
    z-index: 9999999999;
}

.blog_page-left--head .search {
    width: 97%;
    max-width: 97%;
    position: absolute;
    top: 0;
    right: -200%;
    transition: all 0.3s ease-in-out;
}

.blog_page-left--head .search input.field {
    border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 9px 5px 9px 41px;
    /* height: 48px; */
}

.fixedBar {
    position: sticky;
    top: 80px;
}

.searchform label.error {
    text-align: right;
    color: #ff0000;
    margin-top: 4px;
    position: absolute;
    top: 5px;
    right: 10px;
    width: auto;
}

.searchform label {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    display: block;
}

.searchform input {
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
}

.searchform input:focus-visible {
    border: none;
    outline: none;
}

.input-search-icon {
    position: absolute;
    top: 10px;
    left: 10px;
}

.blog_page-left .blog_page-left--head-content h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    color: #222222;
    margin-bottom: 0rem;
    padding-left: 0.5rem;
}

.blog_page-left--post {
    margin-bottom: 2rem;
    padding: 0 1rem !important;
}

.post-detail {
    transition: all 0.1s ease-in-out;
}

.post-detail:hover {
    box-shadow: 0px 8px 48px rgba(183, 192, 204, 0.26);
    -ms-box-shadow: 0px 8px 48px rgba(183, 192, 204, 0.26);
    -webkit-box-shadow: 0px 8px 48px rgba(183, 192, 204, 0.26);
}

.post-detail--content {
    min-height: 300px;
    padding: 21px 27px 23px;
}

.post-time {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 0.8rem;
}

.post-title {
    font-size: 22px;
    font-weight: 700;
    color: #222222;
    line-height: 26px;
    margin-bottom: 1rem;
}

.post-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 0rem;
}

.consulation {
    background: url(images/frame_img.svg) no-repeat;
    background-position: center;
    border-radius: 5px;
    background-size: cover;
    padding: 30px;
    margin-bottom: 40px;
    align-items: center;
}

.consulation h5 {
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    line-height: 38.73px;
}

.consulation a {
    color: #ffffff !important;
    background: #222222;
    border-radius: 5px;
    padding: 10px 20px;
}

.consulation_sec {
    background: url(images/Rectangle_frame.svg) no-repeat;
    border-radius: 5px;
    background-size: cover;
    padding: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.consulation_sec h5 {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    line-height: 38.73px;
}

.consulation_sec .btn {
    color: #ffffff !important;
    background: #222222;
    border-radius: 5px;
    padding: 10px 20px;
}

.postReadMore-wrap {
    display: flex;
    width: 100%;
}

.post-read_more_btn {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #29B34B !important;
    padding: 0 !important;
    margin-bottom: 10px;
}

.post-read_more_btn:focus {
    box-shadow: none !important;
}

.post-footer img {
    margin-right: 12px;
}

.post-footer p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 0;
}

/* Blog Page */
.mob_top_sec .tbl_cnt_heading {
    margin-bottom: 10px;
}

.mob_top_sec .tbl_cnt_heading span {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
}

.mob_top_sec .tbl_cnt_heading .fa {
    float: right;
}

.rotate_icon .fa {
    transform: rotate(-180deg);
    transition: .3s;
}

#blogList_mob {
    padding-bottom: 20px;
}

#blogList_mob li a {
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 30px;
    color: #222222 !important;
}

#blogList_mob li a.active {
    color: #29B34B !important;
    font-weight: 400 !important;
}

.reference_link #blogList_mob li ul {
    padding-left: 20px;
}


/* Blog Sidebar */
.blog-sidebar {
    padding-left: 1.1rem;
    padding-top: 0.75rem;
}

.recent-blogs--title {
    padding-top: .6rem;
}

.recent-blogs--title,
.sidebar_headings {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #222222;
}

.Sidebar_content {
    margin-bottom: 30px;
    padding-left: 1.1rem;
}

.sidebar_headings {
    padding-bottom: 0.5rem;
    margin: 0 !important;
}

.article_content_Heading {
    border-bottom: 1px solid #DADADA;
}

.blog-content--list {
    margin-top: 12px;
}

.blog_content_list li a {
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 30px;
    color: #222222 !important;
}

#blogList li a.active {
    color: #29B34B !important;
    font-weight: 400 !important;
}

.reference_link #blogList li ul {
    padding-left: 20px;
}

.improve_credit {
    background: url(images/cta-curve.svg) no-repeat;
    border-radius: 4px;
    background-size: cover;
    padding: 21px 26px 23px 21px;
    margin-bottom: 40px;
}

.improve_credit h5 {
    color: #ffffff;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 21px;
}

.improve_credit a {
    color: #ffffff !important;
    background: #222222;
    border-radius: 4px;
    padding: 8px 30px;
}

.recent-blogs--list {
    margin: 0 0 2rem 0;
    padding: 0;
    list-style-type: none;
}

.recent-blogs--list-item {
    margin-bottom: 8px;
    border-radius: 4px;
    transition: all 0.1s ease-in-out;
    padding: 16px;
}

.recent-blogs--list-item:hover {
    box-shadow: 0px 8px 48px rgba(183, 192, 204, 0.26);
}

.blog_sidebar-thumbnail-image {
    max-width: 40%;
    height: auto;
}

.recent-blogs--content {
    padding-left: 15px;
}

.recent-blogs--content .post-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
}

.recent-blogs--content .post-time {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #666666;
    letter-spacing: 0;
}

.blog-categories--list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-categories--list-item a {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #222222;
    transition: all 0.3s ease-in-out;
}

.blog-categories--list-item.active a,
.blog-categories--list-item a:hover {
    color: #29B34B;
}

/* Blog Sidebar */

/* Single Blog Page */

.single_blog {
    padding: 6rem 0;
}

.single_blog-header h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    color: #222222;
    margin-bottom: 8px;
}

.single_blog-header--categories a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #666666;
    transition: all 0.3s ease-in-out;
}

.single_blog-content p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 1rem;
}

.single_blog-content p a,
.single_blog-content p strong a,
.single_blog-content p span a {
    color: #24b34b;
}

.single_blog-content p span {
    font-weight: bold;
}

.single_blog-content h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 30px;
}

.single_blog-content h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}

.single_blog-content ul {
    padding-left: 20px;
    margin-bottom: 30px;
}

.single_blog-content ul li {
    list-style: disc;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: .3rem;
}

.single_blog-content table tr th {
    background-color: #29B34B;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 15px;
    font-weight: 500;
    border: 1px solid #29B34B;
}

.single_blog-content table td {
    border: 1px solid #29B34B;
    padding: 15px;
}

.single_blog-content table {
    width: 840px;
}

ul.post-pagination li a {
    transition: all 0.3s ease-in-out;
}

.single_blog-header--categories a:hover,
ul.post-pagination li a:hover {
    color: #29B34B;
}

.single_blog-header--detail {
    margin: 24px 0 16px;
}

.single_blog-header--detail-left p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 0;
    margin-left: 12px;
}

.single_blog-header--detail-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #666666;
}

/* Single Blog Page */
.single_blog .single_blog-header .attachment-full {
    margin-bottom: 27px;
}

/*About page*/
/* updated section radhika */
.about-hero {
    padding: 5rem 0;
    background: #F5F5F5;
}

.about-hero .head_section h1 {
    font-size: calc(32px + (64 - 32) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    line-height: 1.2;
    color: #222E48;
    margin-bottom: 0;
}

.abt-exp {
    position: relative;
    padding: 140px 0 120px;
}

.abt-exp .abt-content {
    padding-left: 60px;
}

.abt-exp .abt-content .title {
    justify-content: flex-start;
}

.abt-exp .cus_list {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.abt-exp .cus_list li {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 18px;
}

.abt-exp .abt-btn-wrap {
    display: flex;
    margin-top: 32px;
}

.abt-exp .animation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.abt-exp .animation img:first-child {
    position: absolute;
    top: 70px;
    left: 34%;
    animation: previewShapeRevX 5s infinite;
}

.abt-exp .animation img:nth-child(2) {
    position: absolute;
    right: 5%;
    top: 85px;
    animation: customflipOutY 3s linear infinite;
}

.abt-exp .animation img:nth-child(3) {
    position: absolute;
    right: 60px;
    bottom: 56px;
}

.abt-exp .animation img:last-child {
    position: absolute;
    bottom: 54px;
    left: 54px;
}

@keyframes previewShapeRevX {
    0% {
        transform: translateX(15px);
    }

    50% {
        transform: translateX(-15px);
    }

    100% {
        transform: translateX(15px);
    }
}

@keyframes customflipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
    }

    50% {
        transform: perspective(400px) rotateY(90deg);
    }

    100% {
        transform: perspective(400px) rotateY(0deg);
    }
}

.mission {
    padding: 6.5rem 0 6rem;
    background-color: #F7F8FA;
}

.about-sec-3 {
    padding: 3rem 0 7.5rem;
}

.about-sec-2 {
    padding: 5.5rem 0 3rem;
}

.about-sec-1 {
    padding: 3rem 0;
}

.about-sec-content .common_green_btn {
    display: inline-flex;
}

.about-sec-content .about-sec-title h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 1.5rem;
}

.about-sec-para p {
    line-height: 30px;
}

.green-border-btn {
    display: inline-flex;
}

/* updated section radhika end */

/*Feature page*/
.feature-hero {
    padding: 2.5rem 0;
}

.feature-hero .content_section h1 {
    font-family: Inter;
    font-size: 32px;
    line-height: 39px;
    color: #222222;
    margin-bottom: .7rem;
}

.feature-hero .content_section h2 {
    color: #666666;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.key-features {
    padding-bottom: 3rem;
}

.key-features .card {
    background: #F5F5F5;
    padding: 1.2rem 2rem;
    margin-bottom: 2.5rem !important;
    border: none;
    border-radius: 0px;
}

.key-feature--icon {
    display: flex;
    align-items: center;
    justify-content: right;
}

.key-features .card-title {
    color: #222;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0.4rem;
    font-weight: 600;
}

.key-features .card-text {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

#mchat {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background-color: #24b34b;
    width: 64px;
    height: 64px;
    border: none;
    background-image: url(images/chat-icon.png);
}

button.common_green_border_btn {
    width: 100%;
    background-color: transparent;
}

button.common_green_border_btn:hover {
    border-color: #29B34B;
    color: #fff;
    background-color: #29B34B;
}

.common_green_border_btn:focus {
    outline: none;
}

.recaptcha>div {
    margin-bottom: 16px;
}

.download_eBook_guide .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    top: auto;
}


/* Chatbot Code Goes Here */
.intercom-lightweight-app-launcher.intercom-launcher {
    right: 20px !important;
    bottom: 2% !important;
}

.intercom-namespace .intercom-app .intercom-messenger-frame {
    right: 20px !important;
}

.intercom-namespace .intercom-app iframe[name="intercom-notifications-frame"] {
    right: 100px !important;
    margin-right: auto;
    left: auto !important;
    bottom: 60px;
}

.intercom-namespace .intercom-app iframe[name="intercom-launcher-badge-frame"] {
    right: 35px !important;
    margin-right: auto;
    left: auto !important;
}

.intercom-namespace .intercom-app iframe.intercom-launcher-frame {
    bottom: 2% !important;
    right: 20px !important;
}

/*Ads page*/

.page-template-template-ads .header {
    display: none;
}

.page-template-template-ads .footer {
    display: none;
}

.page-template-template-ads .header {
    background: #0a0a0b;
}

.page-template-template-ads .pre_header {
    display: none;
}

.page-template-template-ads .banner-section .left-sec {
    padding-top: 118px;
    padding-bottom: 114px;
}

.page-template-template-ads .banner-section {
    background: url(/wp-content/uploads/2023/02/banner-bg-ads.png);
    color: #fff;
    padding-top: 48px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.page-template-template-ads .banner-section .right-sec {
    justify-content: end;
    display: flex;
    align-items: end;
    padding-left: 4rem;
}

.page-template-template-ads h1 {
    font-weight: 800;
    font-size: 56px;
    line-height: 64px;
    text-transform: capitalize;
}

.page-template-template-ads h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.page-template-template-ads .banner-section h1 {
    font-weight: 600;
}

.page-template-template-ads .banner-section h1 span {
    color: #F15E60;
}

.page-template-template-ads .banner-section h3 {
    margin: 16px 0 64px 0;
}

.page-template-template-ads .banner-section .common_green_btn {
    padding: 13px 26px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}

.page-template-template-ads .banner-section .common_green_btn:hover {
    padding: 13px 70px 13px 30px;
}

.page-template-template-ads .banner-section p {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    margin-top: 16px;
}

.page-template-template-ads .second-section {
    padding-top: 96px;
}

.page-template-template-ads .second-section h1 {
    padding-right: 80px;
    color: #222222;
}

.page-template-template-ads .second-section p {
    font-size: 24px;
    line-height: 40px;
}

.page-template-template-ads .second-section .second-heading {
    margin-top: 95px;
}

.page-template-template-ads .second-section .second-heading h3 {
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 22px;
}

.page-template-template-ads .second-section .feature-repeater {
    background: #EBFBEF;
    padding: 28px 0;
}

.page-template-template-ads .second-section .feature-repeater .feature-item {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.page-template-template-ads .second-section .feature-repeater .feature-item h5 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.page-template-template-ads .second-section .feature-repeater .feature-item h5::after {
    content: '';
    background: url(/wp-content/uploads/2023/02/Star-4.png);
    width: 56px;
    height: 56px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -25px;
    top: -15px;
}

.ads-keywords {
    background: #EBFBEF;
    padding: 28px 0;
    overflow: hidden;
}

.keywords-inner {
    display: -moz-box;
    display: -webkit-box;
    -webkit-animation: myMove 50s linear 0s infinite normal none running;
    -o-animation: myMove 50s linear 0s infinite normal none running;
    animation: myMove 50s linear 0s infinite normal none running;
}

.ads-text-2 {
    border-radius: 112px;
    padding: 6px 40px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: 0.2rem;
    position: relative;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 24px !important;
}

.ads-text-2::after {
    content: '';
    background: url(/wp-content/uploads/2023/02/Star-4.png);
    width: 56px;
    height: 56px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -25px;
    top: -15px;
}

.page-template-template-ads .third-section {
    padding-top: 110px;
    padding-bottom: 96px;
}

.page-template-template-ads .third-section h1 {
    margin-bottom: 66px;
}

.page-template-template-ads .third-section .card-box img.img-fluid {
    width: 150px;
    height: 150px;
}

.page-template-template-ads .third-section .card-box h2 {
    margin-top: 18px;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
}

.page-template-template-ads .third-section .card-box h3 {
    line-height: 36px;
    color: #222222;
    opacity: 0.8;
    margin-bottom: 0;
}

.page-template-template-ads .third-section .col-md-4.offset-md-2:last-child {
    margin-left: 60px;
}

.page-template-template-ads .fourth-section {
    background: #F7F8FA;
    padding: 96px 0;
}

.page-template-template-ads .fourth-section .step-box {
    margin-top: 108px;
    padding: 0 30px;
    position: relative;
}

.page-template-template-ads .fourth-section .step-0::after {
    background: url(/wp-content/uploads/2023/02/arrow.png);
    content: '';
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 90%;
    height: 80px;
    position: absolute;
    top: -10px;
    left: 61%;
}

.page-template-template-ads .fourth-section .step-1 {
    margin-top: 148px;
}

.page-template-template-ads .fourth-section .step-1::after {
    background: url(/wp-content/uploads/2023/02/arrow2.png);
    content: '';
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 90%;
    height: 80px;
    position: absolute;
    top: 5px;
    left: 61%;
}

.page-template-template-ads .fourth-section .step-box p {
    color: #666666;
    margin-bottom: 10px;
    margin-top: 14px;
    line-height: 30px;
}

.page-template-template-ads .fourth-section .step-box h3 {
    color: #222222;
    opacity: 0.8;
    line-height: 36px;
}

.page-template-template-ads .fifth-section {
    padding-top: 150px;
    padding-bottom: 90px;
}

.page-template-template-ads .fifth-section .testimonial-item {
    padding-left: 65px;
    padding-right: 90px;
}

.page-template-template-ads .fifth-section .testimonial-item p {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    margin-top: 25px;
    margin-bottom: 16px;
}

.page-template-template-ads .fifth-section .testimonial-item h5 {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 57px;
}

.page-template-template-ads .six-section {
    background: #049F5E;
    padding: 96px 0 108px 0;
    color: #fff;
}

.page-template-template-ads .six-section h1 span {
    color: #04260D;
}

.page-template-template-ads .six-section h3 {
    line-height: 36px;
    margin-top: 16px;
    margin-bottom: 25px;
}

.page-template-template-ads .six-section .support {
    display: flex;
    align-items: center;
}

.page-template-template-ads .six-section .support li {
    margin: 0 36px 0 0;
}

.page-template-template-ads .six-section .support li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.page-template-template-ads .six-section .support li a span {
    margin: 0 12px 0 0;
}

.page-template-template-ads .six-section .form-sec {
    box-shadow: 0px 8px 16px rgb(0 0 0 / 10%);
    border-radius: 4px;
    background: #fff;
    padding: 25px 15px;
    color: #000;
}

.page-template-template-ads .six-section .form-sec h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 23px;
}

.page-template-template-ads .six-section .form-sec input.txt {
    background: #F7F8FA;
    border: none;
    padding: 10px 20px;
    width: 100%;
    color: #666666;
    border-radius: 4px;
}

.page-template-template-ads .six-section .form-sec textarea.txt {
    background: #F7F8FA;
    width: 100%;
    height: 110px;
    resize: none;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
}

.page-template-template-ads .six-section .form-sec .wpcf7-response-output {
    margin: 1rem 0.75rem 0;
}

.page-template-template-ads .six-section .form-sec .common_green_btn {
    border: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin-left: 12px;
    width: auto;
}

.page-template-template-ads .six-section .form-sec .common_green_btn::after {
    top: 5px;
}

.page-template-template-ads .six-section .form-sec .ads-form .common_green_btn p {
    margin-bottom: 0 !important;
}

.page-template-template-ads .six-section .form-sec .ads-form .common_green_btn p input {
    background-color: #29B34B;
    border: none;
    color: #fff;
}

.page-template-template-ads .footer-section {
    background: #EBFBEF;
    padding: 34px 0;
}

.page-template-template-ads .footer-section .copyright {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.page-template-template-ads .footer-section .copyright p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.page-template-template-ads form iframe {
    display: block !important;
}

.page-template-template-ads iframe {
    display: none !important;
}

.page-template-template-ads .fifth-section .slick-dots li {
    width: 35px;
}

.page-template-template-ads .fifth-section .slick-dots li button:before {
    background: #E7E7F7;
    opacity: 1;
    width: 32px;
    height: 5px;
    border-radius: 4px;
    color: transparent;
}

.page-template-template-ads .fifth-section .slick-dots li.slick-active button:before {
    color: transparent !important;
    line-height: 1;
    font-size: 8px;
    /* width: 13px !important; */
    background: #049F5E !important;
}

form .zendesk_success_message {
    color: green;
}

.page-template-template-ads .grecaptcha-badge {
    display: none !important;
}

/* contact page css */

.fix-menu {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: fixed;
}

.fix-menu .header {
    height: 100%;
}

.page-template-template-contact .contact_us,
.page-template-template-apply-now .apply-now {
    padding: 60px 0 100px !important;
}

.page-template-template-contact .contact_us-section-head,
.page-template-template-apply-now .apply-now-section-head {
    text-align: center;
    margin-bottom: 50px;
}

.page-template-template-contact .contact_us-section-head h3,
.page-template-template-apply-now .apply-now-section-head h3 {
    font-size: calc(24px + (46 - 24) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    margin-bottom: 16px;
}

.page-template-template-contact .contact_us-section-head p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.page-template-template-contact .contact_us-section-head h6 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.page-template-template-contact .contact_us-section-content {
    justify-content: center;
}

.page-template-template-contact .contact_us-section-content .contact_us-section-content-map {
    max-height: 702px;
}

.page-template-template-contact .contact_us-section-content .contact_us-section-content-map iframe {
    height: 702px;
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.page-template-template-contact .contact_us-section-content .contact_us-section-content-form {
    background: #f4efe9;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 40px 35px;
    color: #333;
    min-height: 702px;
    display: flex;
    flex-direction: column;
}

.page-template-template-apply-now .apply-now-section-content {
    justify-content: center;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 35px;
    color: #333;
}

.page-template-template-contact .contact_us-section-content .contact_us-section-content-form .wpcf7 {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-template-template-contact .contact_us-section-content .contact_us-section-content-form .wpcf7 form {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.page-template-template-contact .contact_us-section-content .contact_us-section-content-form .wpcf7 form .wpcf7-form-control-wrap {
    margin-bottom: 24px;
}

.page-template-template-contact .contact_us-section-content .contact_us-section-content-form .wpcf7 form .wpcf7-form-control-wrap input {
    height: 50px;
}

.page-template-template-contact .contact_us-section-content .contact_us-section-content-form .wpcf7 form .wpcf7-form-control-wrap input:focus-visible,
.page-template-template-contact .contact_us-section-content .contact_us-section-content-form .wpcf7 form .wpcf7-form-control-wrap textarea:focus-visible {
    outline: none;
    border-color: #ced4da !important;
    outline-offset: 0;
}

.page-template-template-contact .contact_us-section-content .contact_us-section-content-form .wpcf7 form .wpcf7-form-control-wrap .wpcf7-textarea {
    max-height: 100%;
    resize: none;
}

/* APPLY NOW */

.page-template-template-contact .contact_us-section-content .contact_us-section-content-form .wpcf7 form .form_btn .wpcf7-submit,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .wpcf7 form .form_btn .wpcf7-submit {
    background-color: #164da0;
    color: #fff;
    width: 100%;
    height: 50px;
    transition: all .3s ease-in-out;
}

.page-template-template-apply-now .codedropz-upload-inner h3 {
    font-size: 24px;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-steps.progressbar-style-1 .steps-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 20px 0 0;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-steps.progressbar-style-1 .steps-row .steps-step {
    position: relative;
    z-index: 2;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-steps.progressbar-style-1 .steps-row .steps-step .btn-circle {
    background: #fff;
    border: 3px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #999;
    font-weight: 600;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-steps.progressbar-style-1 .steps-row .steps-step .btn-circle p {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-steps.progressbar-style-1 .steps-row .steps-step .btn-circle.uacf7-btn-active {
    background: #164da0 !important;
    border-color: #164da0;
    color: #fff;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-steps.progressbar-style-1 .steps-row .steps-step .btn-circle.uacf7-btn-completed {
    background: #164da0;
    border-color: #164da0;
    color: #fff;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-form-wrapper-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form input::-webkit-outer-spin-button,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form input[type="number"] {
    -moz-appearance: textfield;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step p {
    margin-bottom: 25px;
    color: #333;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="text"],
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="tel"],
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="email"],
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="number"],
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="date"],
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap select {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="text"]:focus,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="tel"]:focus,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="email"]:focus,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="number"]:focus,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="date"]:focus,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap select:focus {
    outline: none;
    border-color: #164da0;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="text"]::placeholder,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="tel"]::placeholder,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="email"]::placeholder,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="number"]::placeholder,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="date"]::placeholder,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap select::placeholder {
    color: #999;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="text"].wpcf7-not-valid,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="tel"].wpcf7-not-valid,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="email"].wpcf7-not-valid,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="number"].wpcf7-not-valid,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="date"].wpcf7-not-valid,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap select.wpcf7-not-valid {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-radio {
    display: flex;
    gap: 20px;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-radio .wpcf7-list-item {
    margin: 0;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #fff;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-radio .wpcf7-list-item label:hover {
    border-color: #164da0;
    background: rgba(0, 124, 186, 0.05);
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-radio .wpcf7-list-item label input[type="radio"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    accent-color: #164da0;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    font-weight: 500;
    color: #333;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-radio .wpcf7-list-item label input[type="radio"]:checked+.wpcf7-list-item-label {
    color: #164da0;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked+label {
    border-color: #164da0;
    background: rgba(0, 124, 186, 0.1);
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .button.alt {
    background: #164da0;
    color: #fff;
    border: none;
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    margin: 0 0 20px;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .button.alt:hover {
    background: #005a87;
    transform: translateY(-2px);
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .button.alt:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step #mo_message {
    margin-top: 15px;
    border-radius: 8px;
    font-size: 14px;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step #mo_message.success {
    background-color: #d4edda !important;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step #mo_message.error {
    background-color: #f8d7da !important;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-form-wrapper-container div[step-id="2"] .uacf7-buttons {
    margin-top: 24px;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form div[step-id="2"] .wpcf7-form-control-wrap select {
    margin: 10px 0;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-form-wrapper-container div[step-id="1"] .wpcf7-form-control-wrap {
    margin-bottom: 24px;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-form-wrapper-container div[step-id="3"] .wpcf7-form-control-wrap {
    margin-bottom: 24px;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-form-wrapper-container div[step-id="3"] {
    position: relative;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-form-wrapper-container div[step-id="3"] .uacf7-buttons {
    position: relative;
    bottom: 0;
    display: block;
    padding: 0;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-form-wrapper-container div[step-id="3"] .button_wrap {
    width: max-content;
    margin: 0 0 0 auto;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step label {
    font-weight: 600;
    color: #333;
    display: block;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .uacf7-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding-top: 16px;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .uacf7-buttons .uacf7-prev,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .uacf7-buttons .uacf7-next {
    padding: 15px 30px;
    border: 2px solid #164da0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .uacf7-buttons .uacf7-prev {
    background: transparent;
    color: #164da0;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .uacf7-buttons .uacf7-prev:hover {
    background: #164da0;
    color: #fff;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .uacf7-buttons .uacf7-next {
    background: #164da0;
    color: #fff;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .uacf7-buttons .uacf7-next:hover {
    background: transparent;
    color: #164da0;
    transform: translateY(-2px);
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-submit {
    background: #28a745;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 20px 0;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-submit:hover {
    background: #218838;
    transform: translateY(-2px);
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-submit:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form #4416step-1 .mo_phone {
    border-left: 4px solid #164da0;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form #4416step-2 .wpcf7-radio {
    justify-content: center;
    margin: 40px 0;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form #4416step-3 input[type="date"] {
    color-scheme: light;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form #4416step-4 label {
    font-size: 18px;
    color: #164da0;
    margin-bottom: 25px;
    text-align: center;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .wpcf7-response-output {
    margin-top: 20px;
    padding: 15px;
    border-radius: 8px;
    font-weight: 500;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .wpcf7-response-output.wpcf7-validation-errors,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .wpcf7-response-output.wpcf7-mail-sent-ng {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .wpcf7-spinner,
.page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-ajax-loader {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #164da0;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.page-template-template-apply-now .apply-now-section-content-form .wpcf7-form-control.wpcf7-not-valid {
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    75% {
        transform: translateX(5px);
    }
}

.page-template-template-apply-now .apply-now-section-content-form .wpcf7-form-control.wpcf7-valid {
    border-color: #28a745;
}

.page-template-template-apply-now .apply-now-section-content-form .wpcf7-form-control:focus-visible {
    outline: 3px solid #164da0;
    outline-offset: 2px;
}

.page-template-template-apply-now .apply-now-section-content-form .uacf7-prev:focus-visible,
.page-template-template-apply-now .apply-now-section-content-form .uacf7-next:focus-visible,
.page-template-template-apply-now .apply-now-section-content-form .wpcf7-submit:focus-visible {
    outline: 3px solid #164da0;
    outline-offset: 2px;
}

/* homepage new section */
.title {
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    line-height: 1.2;
    color: #164da0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px;
}

.heading {
    font-size: calc(24px + (40 - 24) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    line-height: 1.3;
    color: #222E48;
    margin-bottom: 20px;
}

.description {
    color: #404A60;
    line-height: 1.5;
    margin-bottom: 0;
}

.primary-btn {
    position: relative;
    color: #fff;
    background: #164da0;
    border: 1px solid #164da0;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 32px;
    transition: background 0.3s ease;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}

.primary-btn::before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 32px;
    background-color: #FFFFFF;
    color: #164da0;
    z-index: -1;
    transition: height 0.3s ease-out;
}

.primary-btn:hover::before {
    height: 100%;
}

.primary-btn.border-btn {
    color: #164da0;
    background: #FFFFFF;
}

.primary-btn.border-btn:hover {
    color: #FFFFFF;
}

.primary-btn.border-btn::before {
    background: #164da0;
}

/* banner section */
.banner-sec {
    position: relative;
    padding: 80px 0 0 !important;
    background: #F5F5F5;
    overflow: hidden;
}

.banner-sec .title {
    justify-content: flex-start;
}

.banner-sec h1 {
    font-size: calc(32px + (64 - 32) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    line-height: 1.2;
    color: #222E48;
    margin-bottom: 24px;
}

.banner-sec h1 span {
    color: #FCB650;
}

.banner-sec .description {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.5;
    font-weight: 500;
    color: #404A60;
    margin-bottom: 0;
}

.banner-sec .banner-btn-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.banner-sec .banner-image {
    position: relative;
}

.banner-sec .banner-image .thumb-tree {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform-origin: bottom;
    animation: spinSmall 5s infinite;
}

@keyframes spinSmall {
    0% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

.banner-sec .banner-image .thumb-animate {
    position: absolute;
    left: 110px;
    top: 50px;
    z-index: 1;
    animation: pulse 5s infinite;
}

/* banner section */

/* feature service */
.feature_service {
    position: relative;
    padding: 120px 0px;
    overflow: hidden;
}

.feature_service .animation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.feature_service .animation .dollar-img {
    position: absolute;
    right: 4%;
    top: 12%;
    animation: pulse 7s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

.feature_service .animation .message-img {
    position: absolute;
    left: 3%;
    bottom: 7%;
    animation: previewShapeX 5s infinite;
}

@keyframes previewShapeX {
    0% {
        transform: translateX(-15px);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(-15px);
    }
}

.feature_service .section_header .heading {
    max-width: 860px;
    margin: 0 auto 24px;
}

.feature_service .section_header .description {
    max-width: 768px;
    margin: 0 auto;
}

.box-card {
    background: #FFFFFF;
    padding: 36px;
    border-radius: 16px;
    border: none;
    border: 1px solid #DFE0E4;
    text-align: center;
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    transition: transform 1s ease-in-out;
    will-change: transform;

}

.box-card:hover::after {
    background: #164da0;
}

.box-card::after {
    content: "";
    position: absolute;
    z-index: 1;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    background: rgba(7, 76, 62, 0.05);
    border-radius: 16px;
    width: 100%;
    height: 100%;
    transition: all 0.35s ease-in-out;
    z-index: -3;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}

.box-card:hover .card-title,
.box-card:hover .card-text {
    color: #FFFFFF;
}

.box-card:hover .number-bullet {
    background: #FFFFFF;
    color: #164da0;
}

.img-wrap {
    border: 1px solid #DFE0E4;
    width: 100%;
    max-width: 86px;
    margin: 0 auto;
    min-height: 86px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: all 0.35s ease-in-out;
}

.card-title {
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    line-height: 1.2;
    color: #222E48;
    margin-bottom: 16px;
}

.card-text {
    color: #222E48;
    line-height: 1.5;
}

.number-bullet {
    position: absolute;
    top: 0;
    right: -12px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #164da0;
    color: #FFFFFF;
}

.icon-box {
    cursor: pointer;
    max-width: 50px;
    width: 100%;
    margin: 0 auto;
    height: 50px;
    background: #FFFFFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
}

.icon-box:hover {
    transform: rotate(88deg);
}

.feature_service .section_header {
    text-align: center;
    margin-bottom: 60px;
}

.feature_service .feature-card-slider .serv-card {
    padding: 50px 24px;
    gap: 16px 0;
    margin: 0px 12px;
}

.slick-track {
    padding: 10px 0;
}

.slick-dots {
    margin-top: 40px;
    bottom: -60px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.slick-dots li button {
    width: 16px;
    height: 16px;
}

.slick-dots li button:before {
    font-size: 16px;
    color: #D9D9D9;
}

.slick-dots li button:hover::before {
    color: #D9D9D9;
}

.slick-dots li.slick-active button {
    background: #164da0;
    border-radius: 10px;
}

.slick-dots li.slick-active button::before {
    display: none;
}

.feature_service .serv-card .serv-cards-content {
    margin: 20px 0;
}

/* feature service */

/* choose us */
.choose-us {
    position: relative;
    padding: 120px 0;
    background: #F5F5F5;
}

.choose-us .inner-content {
    padding-left: 50px;
}

.choose-us .title {
    justify-content: flex-start;
}

.choose-us .wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 32px;
}

.choose-us .wrapper .choose-card {
    display: flex;
    gap: 24px;
    align-items: center;
}

.choose-us .img-wrap {
    margin: 0;
}

.choose-us .wrapper .choose-card .list-title {
    font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.2;
    font-weight: 600;
    color: #404A60;
    margin-bottom: 8px;
}

.choose-us .btn-wrap {
    display: flex;
    margin-top: 32px;
}

/* choose us */

/* financial */
.financial {
    position: relative;
    padding: 120px 0;
}

.financial .content-wrap {
    max-width: 520px;
}

.financial .title {
    justify-content: flex-start;
}

.financial .box-services {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px 0;
}

.financial .box-services .rev-card {
    text-align: left;
    max-width: 570px;
    width: 100%;
}

.financial .box-services .rev-card.rev2 {
    transform: translateX(-110px);
}

.financial .btn-wrap {
    display: flex;
    margin-top: 40px;
}

/* financial */

/* work process */
.work-process {
    position: relative;
    padding: 120px 0 60px;
}

.work-process::after {
    content: '';
    position: absolute;
    background: #F5F5F5;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: -1;
}

.work-process .content-wrap {
    text-align: center;
    max-width: 570px;
    margin: 0 auto 50px;
}

.work-process .process-row .work-card {
    flex-wrap: wrap;
}

.work-process .process-row .work-card .img-wrap {
    width: 120px;
    min-width: 120px;
    height: 120px;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 0;
}

.work-process .process-row .work-card .img-wrap::after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 104px;
    width: 104px;
    min-width: 104px;
    border-radius: 50%;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
    border: 1px dashed #164da0;
}

.work-process .process-row .work-card .list-title {
    font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.2;
    font-weight: 600;
    color: #404A60;
    margin-bottom: 8px;
}

/* work process */

/* calculator */
.calculator-section {
    position: relative;
    padding: 60px 0 120px;
}

.calculator-section .calculator {
    position: relative;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    margin: 46px auto 0;
    width: 100%;
    overflow: hidden;
    padding: 50px;
}

.calculator-section .calculator .cal-right-col {
    align-self: flex-end;
}

.calculator-section .inputs {
    padding-right: 40px;
}

.calculator-section .input-group {
    margin-bottom: 40px;
}

.calculator-section .input-label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

.calculator-section .input-title {
    color: #656b73;
    font-weight: 500;
}

.calculator-section .input-value {
    font-weight: 400;
    color: #6b7280;
}

.calculator-section .slider {
    width: 100%;
    height: 10px;
    border-radius: 8px !important;
    background: #e5e7eb;
    outline: none;
    -webkit-appearance: none;
}

.calculator-section .slider::-webkit-slider-thumb {
    position: relative;
    top: -5px;
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border: 3px solid #22d3ee;
}

.calculator-section .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border: 3px solid #22d3ee;
}

.calculator-section .slider::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #22d3ee 0%, #22d3ee var(--value), #e5e7eb var(--value), #e5e7eb 100%);
    height: 10px;
    border-radius: 8px;
}

.calculator-section .emi-section {
    margin: 40px 0 0;
}

.calculator-section .emi-label {
    color: #656b73;
    font-weight: 500;
    margin-bottom: 8px;
}

.calculator-section .emi-amount {
    font-size: 36px;
    font-weight: 700;
    color: #404A60;
}

.calculator-section .donut-chart {
    max-width: 220px;
    width: 100%;
    min-height: 220px;
    margin: 0 auto;
    border-radius: 50%;
    background: conic-gradient(#22d3ee 0deg, #22d3ee var(--principal-angle), #fb923c var(--principal-angle), #fb923c 360deg);
    position: relative;
    margin-bottom: 24px;
}

.calculator-section .donut-hole {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    background: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.calculator-section .chart-label {
    color: #9ca3af;
    font-size: 12px;
    margin-bottom: 5px;
}

.calculator-section .chart-total {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
}

.calculator-section .legend {
    width: 100%;
}

.calculator-section .legend-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.calculator-section .legend-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #6b7280;
}

.calculator-section .legend-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.calculator-section .legend-value {
    font-weight: 600;
    color: #1f2937;
}

/* calculator */

/* our process */
.our-process {
    position: relative;
    padding: 120px 0;
    background: #F5F5F5;
}

.our-process .content-wrap {
    max-width: 600px;
    margin: 0 auto;
}

.our-process .process-row {
    margin-top: 48px;
    align-items: center;
    justify-content: center;
}

.our-process .process-row .img-wrap {
    position: relative;
    margin: 0 0 16px;
    max-width: 70px;
    min-height: 70px;
}

.our-process .process-row .img-wrap img {
    max-width: 40px;
    width: 100%;
}

.our-process .process-row .step-card {
    position: relative;
    max-width: 420px;
    margin: 0 auto 80px;
    z-index: 1;
}

.our-process .process-row .step-card::before {
    content: '';
    position: absolute;
    top: 70px;
    right: -72px;
    max-width: 126px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transform: rotate(40deg);
    z-index: -1;
}

.our-process .process-row .step-text {
    position: relative;
    z-index: 1;
}

.our-process .process-row .step-text::before {
    content: '';
    position: absolute;
    top: -56px;
    left: 70px;
    max-width: 236px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.our-process .process-row .left-steps-col .step-card:last-child {
    margin-bottom: 0;
}

.our-process .process-row .center-col .image-wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
}

.our-process .process-row .right-steps-col .step-card {
    text-align: right;
}

.our-process .process-row .right-steps-col .step-card::before {
    left: -70px;
    top: 70px;
    right: auto;
    transform: rotate(140deg);
}

.our-process .process-row .right-steps-col .step-card:last-child {
    margin-bottom: 0;
}

.our-process .process-row .right-steps-col .step-card .img-wrap {
    margin: 0 0 16px auto;
}

.our-process .process-row .right-steps-col .step-text::before {
    left: 40px;
}

/*Home page css comoplete new */

/* media query contact page */
@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
}

@media (max-width: 1599.98px) {

    /* homepage new css */
    .our-process .process-row .step-text::before {
        max-width: 186px;
    }

    .our-process .process-row .step-card::before {
        top: 70px;
        right: -68px;
        max-width: 126px;
    }

    .our-process .process-row .right-steps-col .step-card::before {
        left: -36px;
        top: 58px;
        max-width: 86px;
    }

    /* homepage new css end */
}

@media (max-width: 1499.98px) {

    /* homepage new css */
    .banner-sec .banner-image .thumb-animate {
        left: 100px;
        max-width: 400px;
        width: 100%;
    }

    /* homepage new css end */
}

@media (max-width: 1399.98px) {
    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-form-wrapper-container div[step-id="3"] .uacf7-buttons {
        bottom: 98px;
    }

    /* homepage */
    .banner-sec .banner-image .thumb-animate {
        left: 34px;
        top: 0;
    }

    .banner-sec .banner-image .thumb-tree {
        right: -20px;
    }

    .financial .box-services .rev-card.rev2 {
        transform: translateX(-40px);
    }

    .work-process .process-row .work-card {
        padding: 32px 16px;
    }

    .our-process .process-row .step-card {
        margin-bottom: 40px;
    }

    .our-process .process-row .step-text::before {
        max-width: 146px;
    }

    /* homepage new css end */
}

@media (max-width: 1199.98px) {
    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-radio .wpcf7-list-item label {
        padding: 15px;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form {
        padding: 35px 30px;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-form-wrapper-container div[step-id="3"] .uacf7-buttons {
        bottom: 60px;
    }

    /* homepage new */

    .banner-sec .banner-content {
        padding-bottom: 60px;
    }

    .banner-sec .banner-image .thumb-animate {
        left: 44px;
        top: 0;
        max-width: 326px;
        width: 100%;
    }

    .feature_service .feature-card-slider .serv-card {
        padding: 30px 16px;
        min-height: 378px;
    }

    .financial .box-services .rev-card {
        padding: 30px 24px;
        gap: 16px;
    }

    .financial .box-services .rev-card.rev2 {
        transform: none;
    }

    .financial .box-services .rev-card .list-title {
        margin-bottom: 10px;
    }

    .work-process .process-row .work-card {
        min-height: 375px;
    }

    .our-process .process-row .step-text::before {
        max-width: 100px;
    }

    /* homepage new css end */

    /* about page css */

    .abt-exp .abt-content {
        padding-left: 0;
    }

    .abt-exp .animation img:nth-child(3) {
        display: none;
    }

    /* about page css end */
}

@media (max-width: 991.98px) {

    /* header  */
    .header .navbar-collapse .navbar-nav {
        justify-content: flex-start;
        overflow-y: auto;
        transition: all 0.3s linear;
        height: calc(100vh - 150px);
    }

    .header nav.navbar .navbar-collapse li {
        text-align: left;
    }

    .header nav.navbar .navbar-collapse li a {
        width: max-content;
    }

    .header li.current-menu-item.current_page_item:last-child {
        display: flex;
    }

    /* header */

    .page-template-template-contact .contact_us-section-content .contact_us-section-content-form {
        min-height: auto;
        padding: 32px 12px 50px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .page-template-template-apply-now .apply-now-section-head {
        margin-bottom: 0;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-map iframe {
        height: 251px;
        border-radius: 10px;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form {
        border-radius: 10px;
        min-height: auto;
        padding: 30px 25px;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form {
        order: 1;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-map {
        order: 2;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-form-wrapper-container div[step-id="3"] .uacf7-buttons {
        bottom: 18px;
    }

    /* footer */
    .footer .footer-content {
        padding: 60px 0 30px;
        gap: 32px 0;
    }

    /* footer */

    /* homepage new */
    .banner-sec .banner-image {
        margin-top: 32px;
    }

    .banner-sec .banner-image .thumb-animate {
        left: 100px;
        top: 30px;
        max-width: 100%;
        width: 100%;
    }

    .banner-sec .banner-content {
        padding-bottom: 16px;
    }

    .financial .content-wrap {
        max-width: 100%;
        text-align: center;
    }

    .financial .title {
        justify-content: center;
    }

    .financial .btn-wrap {
        margin-top: 32px;
        justify-content: center;
    }

    .feature_service,
    .choose-us,
    .financial,
    .work-process,
    .our-process {
        padding: 5rem 0 !important;
    }

    .feature_service .animation {
        display: none;
    }

    .feature_service .feature-card-slider .serv-card {
        min-height: auto;
    }

    .feature_service .section_header {
        margin-bottom: 24px;
    }

    .choose-us .choose-row {
        flex-direction: column-reverse;
    }

    .choose-us .choose-row .img-box {
        margin-top: 28px;
    }

    .choose-us .inner-content {
        padding-left: 0;
    }

    .financial .box-services {
        align-items: flex-start;
        margin-top: 32px;
    }

    .financial .box-services .rev-card {
        max-width: 100%;
    }

    .work-process .process-row .work-card {
        min-height: auto;
        margin: 0 10px 10px;
    }

    .slick-dots {
        bottom: -50px;
    }

    .our-process .process-row .outer-box {
        display: flex;
        gap: 16px;
    }

    .our-process .process-row .step-card {
        margin: 0;
        max-width: 100%;
    }

    .our-process .process-row .right-steps-col .step-card {
        text-align: left;
    }

    .our-process .process-row .step-card::before,
    .our-process .process-row .step-text::before {
        display: none;
    }

    .our-process .process-row .center-col .image-wrapper {
        margin: 50px 0;
    }

    .our-process .process-row .right-steps-col .step-card .img-wrap {
        margin: 0 0 16px;
    }

    .calculator-section {
        padding-bottom: 6rem !important;
        padding-top: 2rem !important;
    }

    .calculator-section .calculator {
        gap: 32px 0;
        padding: 50px 30px 30px;
    }

    .calculator-section .inputs {
        padding-right: 0;
    }

    .calculator-section .input-group {
        margin-bottom: 32px;
    }

    .calculator-section .emi-section {
        margin-top: 32px;
    }

    /* homepage new css end */

    /* about page css*/
    .abt-exp {
        padding: 70px 0 !important;
    }

    .abt-exp .abt-row {
        flex-direction: column-reverse;
        gap: 32px 0;
    }

    .abt-exp .animation {
        display: none;
    }

    /* about page end */
}

@media (max-width: 767.98px) {

    /* footer */
    .footer .footer-content .about {
        max-width: 100%;
    }

    .footer .footer-content .footer-menu h6 {
        margin-bottom: 16px;
    }

    .footer .footer-content .footer-menu .contact-info {
        gap: 8px;
    }

    .footer .footer-content .footer-social-link {
        margin-top: 16px;
    }

    /* footer */

    /* homepage */

    .banner-sec {
        padding: 60px 0 0 !important;
    }

    .banner-sec .title {
        justify-content: center;
    }

    .banner-sec .banner-btn-wrap {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 24px;
    }

    .banner-sec .banner-image .thumb-animate {
        display: none;
    }

    .banner-sec .banner-image .thumb-tree {
        right: 0;
        max-width: 80px;
    }

    .choose-us,
    .financial,
    .our-process {
        padding: 4rem 0 !important;
    }

    .feature_service .slick-dots {
        bottom: -50px;
    }

    .feature_service,
    .work-process {
        padding: 4rem 0 5rem !important;
    }

    .work-process .content-wrap {
        margin-bottom: 30px;
    }

    .our-process .process-row {
        margin-top: 32px;
    }

    .calculator-section {
        padding-bottom: 5rem !important;
        padding-top: 1rem !important;
    }

    .calculator-section .calculator {
        gap: 32px 0;
        padding: 40px 12px 20px;
        margin: 32px auto 0;
    }

    /* homepage new css end */

    /* about page css */
    .about-hero {
        padding: 3rem 0 !important;
    }

    .abt-exp {
        padding: 60px 0 !important;
    }

    .abt-exp .heading {
        margin-bottom: 16px;
    }

    .abt-exp .cus_list {
        margin-top: 16px;
    }

    .abt-exp .cus_list li {
        width: 100%;
    }

    /* about page css end */

    .page-template-template-apply-now .apply-now-section-head {
        margin-bottom: 30px;
    }

    .page-template-template-apply-now .apply-now-section-head p {
        font-size: 20px;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form {
        padding: 25px 20px;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step p {
        margin-bottom: 20px;
    }
    
.wpcf7-form-control-wrap{
	margin-bottom:24px !important;
}

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="text"],
    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="tel"],
    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="email"],
    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="number"],
    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap input[type="date"],
    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-form-control-wrap select {
        padding: 12px 16px;
        font-size: 14px;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-radio .wpcf7-list-item label {
        padding: 12px 16px;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .button.alt {
        padding: 12px 20px;
        font-size: 14px;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .uacf7-buttons .uacf7-prev,
    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .uacf7-buttons .uacf7-next {
        padding: 12px 25px;
        font-size: 14px;
        min-width: 100px;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-submit {
        padding: 12px 30px;
        font-size: 16px;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form #4416step-4 label {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-map {
        max-height: 251px !important;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-map iframe {
        border-radius: 0;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form {
        border-radius: 0;
        padding: 20px 0;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-steps.progressbar-style-1 .steps-row .steps-step .btn-circle p {
        font-size: 10px;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .wpcf7-radio {
        flex-direction: column;
        gap: 15px;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form .uacf7-step .uacf7-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-template-template-apply-now .apply-now-section-content .apply-now-section-content-form .uacf7-multisetp-form #4416step-2 .wpcf7-radio {
        margin: 20px 0;
    }

    /* footer */
    .footer .footer-content {
        padding: 0 0 30px;
    }

    /* footer */

    /* homepage new */
    .financial .box-services .rev-card {
        text-align: center;
        align-items: center;
        flex-direction: column;
    }

    .our-process .process-row .outer-box {
        gap: 20px;
        flex-wrap: wrap;
    }

    .our-process .process-row .center-col .image-wrapper {
        margin: 30px 0;
    }

    /* homepage new css end */

}

.page-template-template-apply-now .statement {
    padding: 10px 0 20px !important;
}

.page-template-template-apply-now .office {
    display: flex;
}