body {
    margin: 0;
    padding: 0;
}

.cp-content * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-wrap: break-word;  
}

.cp-content {
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    color: #4A4A4A;
}

.cp-content h1,
.cp-content h2,
.cp-content h3,
.cp-content h4,
.cp-content h5,
.cp-content h6 {
    margin-bottom: 10px;
    color: #4A4A4A;
}

/* Paragraph Styling */
.cp-content p {
    margin-bottom: 0px;
}

/* Link Styling */
.cp-content a {
    color: #2C50FF;
    text-decoration: none;
}

.cp-content .text-orange {
    color: #E07C09;
}

.cp-content .text-green {
    color: #008670;
}

.cp-content .container {
    max-width: 85%;
    margin: 0 auto;
}

.cp-content .img-fluid {
    max-width: 100%;
    height: auto;
}

.cp-content .section-header h2 {
    font-size: 250%;
    text-align: center;
    margin-bottom: 2.5rem;
    font-weight: 600;
    line-height: 1.3;
}

.cp-content .color-blue {
    color: #003CC1;
}

.cp-content .color-lightblue {
    color: #3E7EFF;
}

.cp-content .color-black {
    color: #222;
}

.cp-content .text-left {
    text-align: left !important;
}

.cp-content .text-center {
    text-align: center;
}

.cp-content .text-right {
    text-align: right;
}

.cp-content .section-padding {
    padding: 4rem 0;
}

/*Home Page*/
.cp-content .banner-section {
    background-color: #FAFBFC;
}

.cp-content .banner-section .banner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.cp-content .banner-section .banner-text {
    max-width: 40%;
}

.cp-content .banner-section .banner-text .banner-small {
    font-family: "Inter", sans-serif;
    font-size: 150%;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #757575;
}

.cp-content .banner-section .banner-text h1 {
    font-size: 380%;
    color: #222222;
    line-height: 1.1;
    margin-bottom: 1rem;
    font-weight: 600;
}

.cp-content .banner-section .banner-text .text-obt {
    font-size: 170%;
    color: #222;
    margin-bottom: 1rem;
}

.cp-content .banner-section .banner-text a {
    display: block;
    color: #fff;
    background-color: #2C50FF;
    border-radius: 4px;
    max-width: 265px;
    padding: 0.6rem 0;
    text-align: center;
}

.cp-content .banner-section .banner-text .already {
    color: #2C50FF;
    font-size: 90%;
    margin-top: 1rem;
}

.cp-content .banner-section .banner-pointer-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.cp-content .banner-section .banner-pointer {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 2rem;
    border-radius: 12px;
    width: 24%;
    position: absolute;
    right: 30%;
    background-color: #fff;
}

.cp-content .banner-section .banner-pointer-list .banner-img {
    width: 10%;
    align-self: start;
    padding-top: 5px;
    margin-right: 10px;
}

.cp-content .banner-section .banner-pointer-list .banner-list-txt {
    width: 90%;
    align-self: start;
    font-family: "Inter", sans-serif;
    font-size: 100%;
    color: #030820;
}

.cp-content .flash-section {
    background-color: #D6E4FF;
}

.cp-content .flash-section .flash-container {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}

.cp-content .flash-section .flash-container .flash-img,
.flash-section .flash-container .flash-text {
    width: 45%;
}

.cp-content .flash-section .flash-container .flash-img img {
    border-radius: 24px;
}

.cp-content .flash-section .note-flash {
    color: #4A4A4A;
    font-family: "Inter", sans-serif;
    font-size: 85%;
    text-align: center;
    margin-top: 1rem;
}

.cp-content .flash-section .flash-container .flash-text-list {
    display: flex;
    margin-bottom: 1rem;
}

.cp-content .flash-section .flash-container .flash-text-list .flash-text-list-img {
    width: 5%;
    margin-top: 5px;
    margin-right: 5px;
}

.cp-content .flash-section .flash-container .flash-text-list .flash-text-list-txt {
    width: 90%;
}

.cp-content .flash-section .flash-container .flash-text-list .flash-text-list-txt h5 {
    font-size: 120%;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
}

.cp-content .flash-section .flash-container .flash-text-list .flash-text-list-txt p {
    font-size: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #222;
}

.cp-content .flash-section .flash-container .flash-text .btn-apply {
    max-width: 250px;
    text-align: center;
    padding: 0.5rem 0;
    color: #fff;
    border-radius: 4px;
    display: block;
    background-color: #2C50FF;
    margin-left: 20px;
}

.cp-content .empower-sec .empower-container {
    display: flex;
}

.cp-content .empower-sec .empower-text {
    background-color: #F3F5FD;
    border-radius: 12px;
    padding: 2rem;
    width: 58%;
    position: absolute;
    align-self: center;
}

.cp-content .empower-sec .empower-text .empower-text-box {
    font-size: 120%;
    padding-bottom: 2rem;
    border-bottom: 1px solid #D6E4FF;
    color: #4A4A4A;
    font-family: "Inter", sans-serif;
}

.cp-content .empower-sec .empower-text .empower-text-box span {
    color: #0080FF;
    font-size: 120%;
    font-weight: 700;
}

.cp-content .empower-sec .empower-img {
    width: 40%;
    text-align: right;
    flex: 1;
}

.cp-content .empower-sec .empower-img img {
    width: 35%;
    border-radius: 20px;
}

.cp-content .empower-sec .empower-text-desti {
    margin-top: 2rem;
}

.cp-content .empower-sec .empower-text-desti h4 {
    color: #003366;
    font-size: 130%;
    margin-bottom: 0px;
}

.cp-content .empower-sec .empower-text-desti p {
    color: #0080FF;
}

.cp-content .micro-sec {
    background-color: #D6E4FF;
}

.cp-content .micro-sec .micro-container-img img {
    border-radius: 24px;
}

.cp-content .micro-sec .micro-container {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.cp-content .micro-sec .micro-container .micro-container-text {
    align-self: center;
}

.cp-content .micro-sec .micro-container .micro-box-list {
    display: flex;
    align-items: center;
}

.cp-content .micro-sec .micro-container .micro-box-list img {
    margin-right: 15px;
}

.cp-content .micro-sec .micro-container .micro-container-text {
    width: 60%;
}

.cp-content .micro-sec .micro-container .micro-box-list .micro-box-list-text p {
    font-size: 130%;
    line-height: 1.3;
    font-family: "Inter", sans-serif;
}

.cp-content .micro-sec .micro-container .micro-box-list {
    margin-bottom: 1rem;
}

.cp-content .micro-sec .micro-container .micro-box-list:last-child {
    margin-bottom: 0;
}

.cp-content .micro-sec .micro-btn a {
    display: block;
    background-color: #2C50FF;
    color: #fff;
    text-align: center;
    max-width: 600px;
    padding: 1rem 0rem;
    border-radius: 4px;
    margin: 0 auto;
    font-size: 110%;
}

.cp-content .micro-sec .note-micro {
    font-size: 95%;
    margin-top: 1rem;
    text-align: center;
    color: #4A4A4A;
}

.cp-content .micro-financing-sec .micro-financing-container {
    display: flex;
    justify-content: space-between;
}

.cp-content .micro-financing-sec .micro-financing-img {
    width: 40%;
}

.cp-content .micro-financing-sec .micro-financing-text {
    width: 50%;
    align-self: center;
}

.cp-content .micro-financing-sec .micro-financing-container .micro-financing-text .micro-financing-list img {
    width: 20px;
    height: 100%;
    margin-top: 10px;
    margin-right: 15px;
}

.cp-content .micro-financing-sec .micro-financing-container .micro-financing-text .micro-financing-list {
    display: flex;
    margin-bottom: 1rem;
}

.cp-content .micro-financing-sec .micro-financing-container .micro-financing-text .micro-financing-list .micro-financing-list-text {
    width: 90%;
}

.cp-content .micro-financing-sec .micro-financing-container .micro-financing-text .micro-financing-list .micro-financing-list-text {
    font-size: 140%;
    color: #000;
    font-family: "Inter", sans-serif;
}

.cp-content .micro-financing-sec .micro-financing-container .micro-financing-text .micro-financing-list .micro-financing-list-text span {
    font-weight: 600;
}

.cp-content .apply-sec {
    background-color: #D6E4FF;
}

.cp-content .apply-sec .apply-container {
    width: 70%;
    margin: 0 auto;
}

.cp-content .apply-sec .apply-container .apply-list {
    display: flex;
}

.cp-content .apply-sec .apply-container .apply-list .apply-list-num {
    width: 6%;
    margin-right: 20px;
}

.cp-content .apply-sec .apply-container .apply-list .apply-list-num h3 {
    font-size: 400%;
    font-weight: 500;
    margin-bottom: 0px;

}

.cp-content .apply-sec .apply-container .apply-list .apply-list-text {
    align-self: center;
}

.cp-content .apply-sec .apply-container .apply-list .apply-list-text h5 {
    margin-bottom: 0;
    font-size: 140%;
    font-weight: 500;
}

.cp-content .apply-sec .apply-container .apply-list .apply-list-text p {
    color: #222;
    font-size: 110%;
}

.cp-content .apply-sec .apply-btn a {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    background-color: #2C50FF;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 1rem 0;
    font-size: 120%;
    margin-top: 2rem;
}

.cp-content .why-sec .why-sec-container {
    display: flex;
    justify-content: space-between;
}

.cp-content .why-sec .why-sec-container .why-sec-box {
    width: calc((100% - 150px) / 4);
    background-color: #F3F5FD;
    border-radius: 12px;
    padding: 2rem;
}

.cp-content .why-sec .why-sec-container .why-sec-box:nth-child(2) {
    background-color: #F0FAF5;
}

.cp-content .why-sec .why-sec-container .why-sec-box:nth-child(3) {
    background-color: #FAF8F0;
}

.cp-content .why-sec .why-sec-container .why-sec-box:nth-child(4) {
    background-color: #F2F0FA;
}

.cp-content .why-sec .why-sec-container .why-sec-box img {
    margin-bottom: 1rem;
}

.cp-content .why-sec .why-sec-container .why-sec-box p {
    font-size: 184%;
    line-height: 1.3;
    color: #000;
}

.cp-content .why-sec .why-sec-container .why-sec-box span {
    font-weight: 600;
}

.cp-content .why-customer-sec .why-customer-container .why-customer-content {
    background-color: #F3F5FD;
    padding: 1.5rem 1rem;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.cp-content .why-customer-sec .why-customer-container .why-customer-content p {
    font-size: 120%;
}

.cp-content .why-customer-sec .why-customer-container .why-customer-box {
    cursor: pointer;
}

.cp-content .why-customer-sec .why-customer-container .why-customer-box-img {
    position: relative;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.cp-content .why-customer-sec .why-customer-container .why-customer-box-img .why-layer {
    position: absolute;
    bottom: 1%;
    padding: 0 2rem;
}

.cp-content .why-customer-sec .why-customer-container .why-customer-box-img .why-layer h5 {
    color: #fff;
    font-size: 110%;
    font-weight: 400;
}

.cp-content .why-customer-sec .why-customer-container .why-customer-box-img .why-layer img {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -75%;
    max-width: 75px;
    transform: translateY(-80%);
}

.cp-content .faq-sec .faq-container ul.accordion-list {
    position: relative;
    display: block;
    height: auto;
    padding: 20px;
    margin: 0;
    list-style: none;
}

.cp-content .faq-sec .faq-container ul.accordion-list>li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 20px;
    margin: 0 auto 15px auto;
    border: 1px solid #E0E0E0;
    cursor: pointer;
}

.cp-content .faq-sec .faq-container ul.accordion-list li.active h3:before {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
}

.cp-content .faq-sec .faq-container ul.accordion-list li h3 {
    font-weight: 500;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 0;
    font-size: 150%;
    letter-spacing: 0.01em;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    color: #222;
}

.cp-content .faq-sec .faq-container ul.accordion-list li h3:before {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    top: 15px;
    color: #2C50FF;
    transition: all 0.3s ease-in-out;
    font-size: 120%;
    font-weight: 800;

}

.cp-content .faq-sec .faq-container ul.accordion-list li h3 span {
    margin-left: 40px;
}

.cp-content .faq-sec .faq-container ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 20px;
    cursor: pointer;
}

.cp-content .faq-sec .faq-container ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 120%;
    font-family: "Inter", sans-serif;
}

.cp-content .banner-desk {
    display: block;
}

.cp-content .banner-mob {
    display: none;
}

.cp-content .mobile-view {
    display: none;
}

.cp-content .desktop-view {
    display: block;
}

/*Web SME Fincing Page*/
.cp-content .web-sme-banner {
    padding: 5rem 0;
}

.cp-content .web-sme-banner .web-sme-banner-text {
    max-width: 70%;
}

.cp-content .web-sme-banner .web-sme-banner-text h1 {
    font-size: 350%;
    font-weight: 600;
    line-height: 1.2;
}

.cp-content .web-sme-banner .web-sme-banner-text p {
    font-size: 140%;
}

.cp-content .web-sme-banner .web-sme-banner-text p span {
    display: block;
}

.cp-content .team-financing-sec .section-header p {
    font-size: 150%;
    font-family: "Inter", sans-serif;
}

.cp-content .team-financing-sec .team-container {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cp-content .team-financing-sec .team-container .team-box {
    width: calc((100% - 100px) / 3);
    box-shadow: 0px 8px 16px 0px #00000014;
    border-radius: 12px;
    margin-bottom: 50px;
}

.cp-content .team-financing-sec .team-container .team-box img {
    width: 100%;
}

.cp-content .team-financing-sec .team-container .team-box .team-box-content {
    padding: 0.5rem 1rem;
    color: #030820;
    position: relative;
    height: 60%;
}

.cp-content .team-financing-sec .team-container .team-box .team-box-content h3 {
    margin-bottom: 1rem;
    color: #030820;
    font-size: 150%;
}

.cp-content .team-financing-sec .team-container .team-box .team-box-content p {
    font-family: "Inter", sans-serif;
    font-size: 120%;
    margin-bottom: 4rem;
}

.cp-content .team-financing-sec .team-container .team-box .team-box-content a {
    display: block;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
}

.cp-content .team-financing-sec .team-container.line-fac .team-box .team-box-content a {
    bottom: 12%;
}

/* Web Promotion css*/
.cp-content .web-banner {
    padding: 5rem 0;
}

.cp-content .web-banner .web-banner-txt {
    margin-bottom: 2rem;
}

.cp-content .web-banner .web-banner-txt h1 {
    font-size: 350%;
    font-weight: 600;
}

.cp-content .web-banner-img {
    border-radius: 24px;
}

.cp-content .filter-sec .filter-pill {
    display: flex;
    gap: 10px;
    margin-bottom: 3rem;
}

.cp-content .filter-sec .filter-pill li {
    border: 1px solid #ccc;
    border-radius: 24px;
    list-style: none;
    margin-right: 20px;
}

.cp-content .filter-sec .filter-pill li a {
    color: #4A4A4A;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    padding: 0.5rem 2rem;
    display: block;
    font-size: 110%;
    cursor: pointer;
    border-radius: 24px;
    text-wrap: nowrap;
}

.cp-content .filter-sec .filter-pill li a.active {
    color: #fff;
    background-color: #2C50FF;
}

.cp-content .filter-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.cp-content .filter-content .filter-box {
    width: calc((100% - 40px) / 3);
    box-shadow: 0px 8px 16px 0px #00000014;
    border-radius: 12px;
}

.cp-content .filter-content .filter-box .filter-box-img img {
    width: 100%;
}

.cp-content .filter-content .filter-box .filter-box-content .list-tag {
    display: flex;
}

.cp-content .filter-content .filter-box .filter-box-content .list-tag li {
    list-style: none;
    margin-right: 20px;
}

.cp-content .filter-content .filter-box .filter-box-content h5 {
    font-size: 120%;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 10px;
    text-transform: uppercase;
}

.cp-content .filter-content .filter-box .filter-box-content h5:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    width: 3px;
    height: 18px;
    background-color: inherit;
}

.cp-content .filter-content .filter-box .filter-box-content h5.text-green:before {
    background-color: #008670;
}

.cp-content .filter-content .filter-box .filter-box-content h5.text-orange:before {
    background-color: #e07c09;
}

.cp-content .filter-content .filter-box .filter-box-content h4 {
    font-size: 150%;
    line-height: 1.3;
    margin-bottom: 0.8rem;
    color: #030820;
    font-weight: 600;
}

.cp-content .web-banner-img img {
    width: 100%;
}

.cp-content .filter-content .filter-box .filter-box-content .validity {
    margin-bottom: 1.5rem;
    color: #030820;
    font-size: 130%;
}

.cp-content .filter-content .filter-box .filter-box-content .validity i {
    margin-right: 10px;
    color: #2C50FF;
}

.cp-content .filter-content .filter-box .filter-box-content a {
    display: block;
    margin: 0.8rem auto;
    text-align: center;
}

.cp-content .filter-content .filter-box .filter-box-content {
    padding: 1rem;
}

/* Web Refer CSS*/
.cp-content .rewards-banner {
    padding: 4rem 0 1rem;
}

.cp-content .rewards-banner .rewards-container .top-txt {
    color: #757575;
    font-size: 130%;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.cp-content .rewards-banner .rewards-container h1 {
    font-size: 350%;
    font-weight: 600;
    color: #222222;
}

.cp-content .rewards-banner .rewards-container .bottom-txt {
    color: #222222;
    font-weight: 400;
    font-size: 130%;
}

.cp-content .get-rewards-container {
    display: flex;
    justify-content: space-between;
}

.cp-content .get-rewards-container .get-rewards-box {
    width: calc((100% - 50px) / 2);
}

.cp-content .get-rewards-container .get-rewards-box img {
    width: 100%;
}

.cp-content .get-rewards-box .get-rewards-content {
    box-shadow: 0px 8px 16px 0px #00000014;
    border-radius: 12px;
    width: 90%;
    margin: 0 auto;
    margin-top: -5rem;
    padding: 1rem;
    background-color: #fff;
    position: relative;
    z-index: 11;
    height: 55%;
}

.cp-content .get-rewards-box .get-rewards-content span {
    color: #0080FF;
    font-size: 110%;

}

.cp-content .get-rewards-box .get-rewards-content h3 {
    color: #030820;
    font-size: 180%;
    font-weight: 500;
    margin-bottom: 0.5rem;

}

.cp-content .get-rewards-box .get-rewards-content h5 {
    color: #030820;
    font-size: 150%;
    font-weight: 600;
    margin-bottom: 0.8rem;
    font-family: "Inter", sans-serif;
    margin-top: 1.5rem;
}

.cp-content .get-rewards-box .get-rewards-content ol {
    margin-bottom: 2rem;
    list-style: none;
    counter-reset: list;
}

.cp-content .get-rewards-box .get-rewards-content ol li:before {
    counter-increment: list;
    content: counter(list, decimal);
    color: #0080FF;
    font-size: 100%;
    margin-right: 10px;
    font-weight: 800;
}

.cp-content .get-rewards-box .get-rewards-content ol li {
    font-family: "Inter", sans-serif;
    font-size: 110%;
    margin-bottom: 0.5rem;
    color: #030820;
}

.cp-content .get-rewards-box .get-rewards-content a {
    display: block;
    background-color: #2C50FF;
    color: #fff;
    font-size: 110%;
    border-radius: 4px;
    padding: 0.5rem;
    text-align: center;
    position: absolute;
    bottom: 1rem;
    width: 95%;
}

.cp-content .faqli {
    margin-left: 2rem;
}

.cp-content .faqli li {
    list-style: disc;
}

.cp-content ol.faqli li {
    list-style: decimal;
}

.cp-content .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}

.cp-content .modalWindow {
    display: none;
    position: fixed;
    top: 35%;
    transform: translateY(-30%);
    z-index: 999 !important;
    min-height: 200px;
    max-height: 650px;
    overflow-y: auto;
    background: #FFF;
    cursor: default;
    border-radius: 16px;

    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    max-width: 750px;
}

.cp-content .modal.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 997;
    cursor: pointer;

}

.cp-content .modalWindow .modalWrapper {
    margin: 1rem;
    padding: 1rem;
    text-align: left;
    border-radius: 16px;
    font-family: "Inter", sans-serif;
}

.cp-content .modalWindow .modalWrapper h2 {
    font-size: 200%;
    color: #222;
    font-weight: 400;
    margin-bottom: 1rem;
}

.cp-content .modalWindow .modalWrapper h5 {
    font-weight: 500;
    font-size: 120%;
    color: #4A4A4A;
    margin-bottom: 0.5rem;
}

.cp-content .modalWindow .modalWrapper ul {
    margin-left: 20px;
    font-size: 100%;
}

.cp-content .modalWindow .modalWrapper .apply-form {
    margin-top: 2rem;
}

.cp-content .modalWindow .modalWrapper .apply-form .form-group {
    margin-bottom: 1rem;
}

.cp-content .modalWindow .modalWrapper .apply-form .form-group label {
    width: 100%;
    color: #4A4A4A;
    display: block;
    font-size: 100%;
}

.cp-content .modalWindow .modalWrapper .apply-form .form-group .form-control {
    width: 100%;
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.cp-content .btn-apply-form {
    width: 100%;
    box-shadow: 0px 2px 4px 0px #0000001F;
    background-color: #2C50FF;
    color: #fff;
    font-size: 120%;
    padding: 12px 16px;
    border: 0;
    border-radius: 4px;
    max-width: 250px;
    margin-left: auto;
    display: block;
    margin-top: 3rem;
    cursor: pointer;
}

.cp-content .modalWindow .modalWrapper .apply-form .form-group span {
    font-size: 80%;
    color: #757575;
}

.cp-content .closeBtn {
    position: absolute;
    right: 5%;
    top: 5%;
    cursor: pointer;
    color: #757575;
    font-size: 140%;
}

.cp-content .modal1 {
    display: none;
    /* Hidden by default */
    position: fixed;
/*    top: 0;*/
    left: 0;
    right: 0;
    width: 100%;
/*    height: 100%;*/
    z-index: 1000;
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    top: 35%; 
    transform: translateY(-30%);
}

.cp-content .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 997;
    cursor: pointer;
}

/* Modal content */
.cp-content .modal-content {
    background-color: #fff;
    margin: 0 auto;
    padding: 0px;
    border-radius: 8px;

    text-align: center;
}

.cp-content .modal-content img {
    width: 100%;
    display: block;
}

.cp-content .modal-content h5 {
    font-family: "Inter", sans-serif;
    font-size: 100%;
    font-weight: 400;
    padding: 1rem 0.5rem;
}

/* Close button */
.cp-content .close {
    position: absolute;
    top: 7%;
    right: 20px;
    font-size: 30px;
    font-weight: 300;
    cursor: pointer;
    background: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

@media (min-width: 1920px) and (max-width:2200px) {

    /*  Web Refer Css  */
    .cp-content .get-rewards-box .get-rewards-content {
        height: 45%;
    }
}

/* CSS for extra-large devices */
@media (min-width: 1200px) and (max-width:1350px) {
    .cp-content .banner-section .banner-pointer {
        width: 30%;
    }

    .cp-content .why-sec .why-sec-container .why-sec-box p {
        font-size: 150%;
    }

    .cp-content .why-customer-sec .why-customer-container .why-customer-box-img .why-layer img {
        top: -30%;
    }

    /*  Web Refer Css  */
    .cp-content .get-rewards-box .get-rewards-content {
        height: 65%;
    }

    .cp-content .filter-sec .filter-pill li {
        margin-right: 0px;
    }

    .cp-content .filter-content .filter-box .filter-box-content .validity {
        font-size: 100%;
    }

    .cp-content .filter-content .filter-box .filter-box-content h4 {
        font-size: 125%;
    }

    .cp-content .filter-sec .filter-pill li a {
        padding: 0.5rem 1.2rem;
        font-size: 110%;
    }

    /* Web SME CSS  */
    .cp-content .web-sme-banner .web-sme-banner-text {
        max-width: 80%;
    }

    .cp-content .team-financing-sec .team-container .team-box {
        width: calc((100% - 50px) / 3);
    }

    .cp-content .team-financing-sec .team-container .team-box .team-box-content a {
        bottom: 8%;
    }

}

/* CSS for large devices */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .cp-content .container {
        max-width: 90%;
    }

    .cp-content .banner-section .banner-container .banner-img-box {
        width: 40%;
    }

    .cp-content .banner-section .banner-text {
        width: 35%;
    }

    .cp-content .section-header h2 {
        font-size: 200%;
    }

    .cp-content .banner-section .banner-text .banner-small {
        font-size: 120%;
    }

    .cp-content .banner-section .banner-text h1 {
        font-size: 250%;
    }

    .cp-content .banner-section .banner-text .text-obt {
        font-size: 100%;
    }

    .cp-content .banner-section .banner-pointer {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 1rem;
        border-radius: 12px;
        width: 30%;
        position: absolute;
        right: 35%;
        background-color: #fff;
    }

    .cp-content .banner-section .banner-pointer-list {
        margin-bottom: 0.5rem;
    }

    .cp-content .banner-section .banner-pointer-list .banner-list-txt {
        font-size: 80%;
    }

    .cp-content .banner-section .banner-text a {
        max-width: 200px;
        font-size: 90%;
    }

    .cp-content .banner-section .banner-text .already {
        font-size: 70%;
    }

    .cp-content .flash-section .flash-container {
        width: 90%;
    }

    .cp-content .flash-section .flash-container .flash-img,
    .flash-section .flash-container .flash-text {
        width: calc((100% - 20px) / 2);
    }

    .cp-content .flash-section .flash-container .flash-img {
        align-self: center;
    }

    .cp-content .flash-section .flash-container .flash-text-list .flash-text-list-txt h5 {
        font-size: 120%;
    }

    .cp-content .flash-section .flash-container .flash-text-list .flash-text-list-txt p {
        font-size: 100%;
    }

    .cp-content .flash-section .note-flash {
        font-size: 100%;
    }

    .cp-content .empower-sec .empower-text .empower-text-box {
        padding: 0rem;
        font-size: 110%;
        padding-bottom: 1rem;
    }

    .cp-content .empower-sec .empower-text {
        padding: 1rem;

    }

    .cp-content .empower-sec .empower-text-desti {
        margin-top: 0.5rem;
    }

    .cp-content .empower-sec .empower-img {
        width: 50%;
        text-align: right;
        flex: none;
        margin-left: auto;
    }

    .cp-content .micro-sec .micro-container .micro-box-list .micro-box-list-text p {
        font-size: 140%;
    }

    .cp-content .micro-sec .micro-container .micro-box-list img {
        align-self: start;
        margin-top: 10px;
    }

    .cp-content .micro-sec .micro-btn a {
        max-width: 400px;
    }

    .cp-content .micro-sec .note-micro {
        font-size: 90%;
    }

    .cp-content .micro-financing-sec .micro-financing-container .micro-financing-text .micro-financing-list .micro-financing-list-text {
        font-size: 120%;
    }

    .cp-content .apply-sec .apply-container .apply-list .apply-list-text p {
        font-size: 120%;
    }

    .cp-content .apply-sec .apply-container .apply-list .apply-list-text h5 {
        font-size: 140%;
    }

    .cp-content .why-sec .why-sec-container .why-sec-box {
        width: calc((100% - 50px) / 4);
        background-color: #F3F5FD;
        border-radius: 12px;
        padding: 1rem;
    }

    .cp-content .why-sec .why-sec-container .why-sec-box p {
        font-size: 140%;
    }

    .cp-content .why-customer-sec .why-customer-container .why-customer-box-img .why-layer {
        padding: 0.5rem;
    }

    .cp-content .why-customer-sec .why-customer-container .why-customer-box-img .why-layer h5 {
        font-size: 95%;
    }

    .cp-content .why-customer-sec .why-customer-container .why-customer-box-img .why-layer img {
        top: -14%;
        max-width: 50px;
        transform: translateY(-80%);
    }

    .cp-content .why-customer-sec .why-customer-container .why-customer-content p {
        font-size: 110%;
    }

    .cp-content .faq-sec .faq-container ul.accordion-list li h3 {
        font-size: 120%;
    }

    /*  Web refer css  */
    .cp-content .rewards-banner .rewards-container h1 {
        font-size: 320%;
    }

    .cp-content .get-rewards-box .get-rewards-content {
        height: 75%;
    }

    .cp-content .get-rewards-box .get-rewards-content a {
        width: 90%;
    }

    /*  Web promotion css  */
    .cp-content .web-banner .web-banner-txt h1 {
        font-size: 260%;
    }

    .cp-content .web-banner {
        padding-bottom: 1rem;
    }

    .cp-content .filter-sec .filter-pill li {
        margin-right: 5px;
    }

    .cp-content .filter-sec .filter-pill {
        overflow-x: auto;
        padding-bottom: 20px;
    }

    .cp-content .filter-sec .filter-pill::-webkit-scrollbar {
        width: 1px;
        height: 2px;
        background-color: #F5F5F5;
    }

    .cp-content .filter-sec .filter-pill::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 2px;
        background-color: #F5F5F5;
    }

    .cp-content .filter-sec .filter-pill::-webkit-scrollbar-thumb {
        border-radius: 0px;
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
        background-color: #2c50ff;
    }

    .cp-content .filter-sec .filter-pill li a {
        text-wrap: nowrap;
    }

    .cp-content .filter-content .filter-box .filter-box-content h4 {
        font-size: 120%;
    }

    .cp-content .filter-content .filter-box .filter-box-content h5 {
        font-size: 100%;
    }

    .cp-content .filter-content .filter-box .filter-box-content .validity {
        font-size: 90%;
    }

    /* WebS SEM CSS  */
    .cp-content .web-sme-banner .web-sme-banner-text {
        max-width: 100%;
    }

    .cp-content .web-sme-banner .web-sme-banner-text h1 {
        font-size: 300%;
    }

    .cp-content .web-sme-banner .web-sme-banner-text p {
        font-size: 140%;
    }

    .cp-content .web-sme-banner {
        padding: 3rem 0;
    }

    .cp-content .team-financing-sec .team-container .team-box .team-box-content h3 {
        font-size: 120%;
    }

    .cp-content .team-financing-sec .team-container .team-box .team-box-content a {
        bottom: 8%;
    }

    .cp-content .team-financing-sec .team-container .team-box .team-box-content p {
        font-size: 110%;
    }

    .cp-content .section-padding {
        padding: 2rem 0;
    }

    .cp-content .team-financing-sec .section-header p {
        font-size: 120%;
    }

    .cp-content .team-financing-sec .team-container .team-box {
        width: calc((100% - 20px) / 3);
    }
}

/* CSS for medium devices */
@media (min-width: 768px) and (max-width: 991.98px) {
    .cp-content .container {
        max-width: 90%;
    }

    .cp-content .banner-section .banner-container .banner-img-box {
        width: 40%;
    }

    .cp-content .banner-section .banner-text {
        width: 35%;
    }

    .cp-content .section-header h2 {
        font-size: 200%;
    }

    .cp-content .banner-section .banner-text .banner-small {
        font-size: 120%;
    }

    .cp-content .banner-section .banner-text h1 {
        font-size: 250%;
    }

    .cp-content .banner-section .banner-text .text-obt {
        font-size: 100%;
    }

    .cp-content .banner-section .banner-pointer {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 1rem;
        border-radius: 12px;
        width: 30%;
        position: absolute;
        right: 35%;
        background-color: #fff;
    }

    .cp-content .banner-section .banner-pointer-list {
        margin-bottom: 0.5rem;
    }

    .cp-content .banner-section .banner-pointer-list .banner-list-txt {
        font-size: 80%;
    }

    .cp-content .banner-section .banner-text a {
        max-width: 200px;
        font-size: 90%;
    }

    .cp-content .banner-section .banner-text .already {
        font-size: 70%;
    }

    .cp-content .flash-section .flash-container {
        width: 90%;
    }

    .cp-content .flash-section .flash-container .flash-img,
    .flash-section .flash-container .flash-text {
        width: calc((100% - 20px) / 2);
    }

    .cp-content .flash-section .flash-container .flash-img {
        align-self: center;
    }

    .cp-content .flash-section .flash-container .flash-text-list .flash-text-list-txt h5 {
        font-size: 90%;
    }

    .cp-content .flash-section .flash-container .flash-text-list .flash-text-list-txt p {
        font-size: 80%;
    }

    .cp-content .flash-section .note-flash {
        font-size: 80%;
    }

    .cp-content .empower-sec .empower-text .empower-text-box {
        padding: 0rem;
        font-size: 100%;
        padding-bottom: 1rem;
    }

    .cp-content .empower-sec .empower-text {
        padding: 1rem;

    }

    .cp-content .empower-sec .empower-text-desti {
        margin-top: 0.5rem;
    }

    .cp-content .empower-sec .empower-img {
        width: 50%;
        text-align: right;
        flex: none;
        margin-left: auto;
    }

    .cp-content .micro-sec .micro-container .micro-box-list .micro-box-list-text p {
        font-size: 120%;
    }

    .cp-content .micro-sec .micro-container .micro-box-list img {
        align-self: start;
        margin-top: 10px;
    }

    .cp-content .micro-sec .micro-btn a {
        max-width: 400px;
    }

    .cp-content .micro-sec .note-micro {
        font-size: 90%;
    }

    .cp-content .micro-financing-sec .micro-financing-container .micro-financing-text .micro-financing-list .micro-financing-list-text {
        font-size: 110%;
    }

    .cp-content .apply-sec .apply-container .apply-list .apply-list-text p {
        font-size: 100%;
    }

    .cp-content .apply-sec .apply-container .apply-list .apply-list-text h5 {
        font-size: 120%;
    }

    .cp-content .why-sec .why-sec-container .why-sec-box {
        width: calc((100% - 50px) / 4);
        background-color: #F3F5FD;
        border-radius: 12px;
        padding: 1rem;
    }

    .cp-content .why-sec .why-sec-container .why-sec-box p {
        font-size: 120%;
    }

    .cp-content .why-customer-sec .why-customer-container .why-customer-box-img .why-layer {
        padding: 0.5rem;
    }

    .cp-content .why-customer-sec .why-customer-container .why-customer-box-img .why-layer h5 {
        font-size: 80%;
    }

    .cp-content .why-customer-sec .why-customer-container .why-customer-box-img .why-layer img {
        top: -14%;
        max-width: 50px;
        transform: translateY(-80%);
    }

    .cp-content .why-customer-sec .why-customer-container .why-customer-content p {
        font-size: 100%;
    }

    .cp-content .faq-sec .faq-container ul.accordion-list li h3 {
        font-size: 110%;
    }

    /*  Web refer css  */
    .cp-content .rewards-banner .rewards-container h1 {
        line-height: 1.3;
    }

    .cp-content .get-rewards-box .get-rewards-content {
        height: 80%;
    }

    .cp-content .get-rewards-box .get-rewards-content a {
        width: 90%;
    }

    /*  Web promotion css  */
    .cp-content .web-banner .web-banner-txt h1 {
        font-size: 260%;
    }

    .cp-content .web-banner {
        padding-bottom: 1rem;
    }

    .cp-content .filter-sec .filter-pill li {
        margin-right: 5px;
    }

    .cp-content .filter-sec .filter-pill {
        overflow-x: auto;
        padding-bottom: 20px;
    }

    .cp-content .filter-sec .filter-pill::-webkit-scrollbar {
        width: 1px;
        height: 2px;
        background-color: #F5F5F5;
    }

    .cp-content .filter-sec .filter-pill::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 2px;
        background-color: #F5F5F5;
    }

    .cp-content .filter-sec .filter-pill::-webkit-scrollbar-thumb {
        border-radius: 0px;
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
        background-color: #2c50ff;
    }

    .cp-content .filter-content .filter-box {
        width: calc((100% - 30px)/ 2);
    }

    .cp-content .filter-sec .filter-pill li a {
        text-wrap: nowrap;
    }

    .cp-content .filter-content .filter-box .filter-box-content h4 {
        font-size: 120%;
    }

    .cp-content .filter-content .filter-box .filter-box-content h5 {
        font-size: 100%;
    }

    .cp-content .filter-content .filter-box .filter-box-content .validity {
        font-size: 110%;
    }

    /* WebS SEM CSS  */
    .cp-content .web-sme-banner .web-sme-banner-text {
        max-width: 100%;
    }

    .cp-content .web-sme-banner .web-sme-banner-text h1 {
        font-size: 280%;
    }

    .cp-content .web-sme-banner .web-sme-banner-text p {
        font-size: 120%;
    }

    .cp-content .web-sme-banner {
        padding: 3rem 0;
    }

    .cp-content .team-financing-sec .team-container .team-box {
        width: calc((100% - 30px) / 2);
    }

    .cp-content .team-financing-sec .team-container .team-box .team-box-content h3 {
        font-size: 120%;
    }

    .cp-content .team-financing-sec .team-container .team-box .team-box-content a {
        bottom: 15%;
    }

    .cp-content .team-financing-sec .team-container .team-box .team-box-content p {
        font-size: 110%;
    }

    .cp-content .section-padding {
        padding: 2rem 0;
    }

    .cp-content .team-financing-sec .section-header p {
        font-size: 120%;
    }
}

/* CSS for small devices */
@media (min-width: 576px) and (max-width: 767.98px) {
    .cp-content .section-header h2 {
        font-size: 210%;
    }

    .cp-content .section-padding {
        padding: 3rem 0;
    }

    .cp-content .mobile-view {
        display: block;
    }

    .cp-content span.mobile-view {
        display: inline-block;
    }

    .cp-content .desktop-view {
        display: none;
    }

    .cp-content .banner-section .banner-container {
        flex-wrap: wrap;
    }

    .cp-content .banner-section .banner-text,
    .banner-section .banner-pointer {
        max-width: 100%;
    }

    .cp-content .banner-section .banner-text .banner-small {
        font-size: 150%;
    }

    .cp-content .banner-section .banner-pointer {
        position: relative;
    }

    .cp-content .banner-section .banner-text h1 {
        font-size: 250%;
    }

    .cp-content .banner-section .banner-text .text-obt {
        line-height: 1.2;
        font-size: 160%;
    }

    .cp-content .banner-desk {
        display: none;
    }

    .cp-content .banner-mob {
        display: block;
    }

    .cp-content .banner-section .banner-text {
        order: 1;
        margin-bottom: 2rem;
    }

    .cp-content .banner-section .banner-pointer {
        order: 3;
    }

    .cp-content .banner-section .banner-img-box {
        order: 2;
        margin: 0 auto;
    }

    .cp-content .banner-mob {
        order: 4;
    }

    .cp-content .banner-section .banner-pointer {
        width: 75%;
        right: auto;
        margin: 0 auto;
        margin-top: -15%;
        margin-bottom: 3rem;
    }

    .cp-content .banner-section .banner-mob>a {
        display: block;
        color: #fff;
        background-color: #2C50FF;
        border-radius: 4px;
        max-width: 265px;
        padding: 0.6rem 0;
        text-align: center;
        margin-bottom: 1rem;
    }

    .cp-content .flash-section .flash-container {
        flex-wrap: wrap;
    }

    .cp-content .flash-section .flash-container .flash-img,
    .flash-section .flash-container .flash-text {
        width: 100%;
    }

    .cp-content .flash-section .flash-container .flash-img {
        margin-bottom: 2rem;
    }

    .cp-content .flash-section .note-flash {
        font-size: 75%;
        margin: 2rem 0;
    }

    .cp-content .flash-section .flash-container .flash-text .btn-apply {
        margin: 0 auto;
    }

    .cp-content .empower-sec .empower-text {
        position: relative;
        width: 100%;
        order: 2;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: -2rem;
        padding: 1.5rem;
    }

    .cp-content .empower-sec .empower-container {
        flex-wrap: wrap;
    }

    .cp-content .empower-sec .empower-img {
        width: 100%;
        order: 1;
        flex: auto;
    }

    .cp-content .empower-sec .empower-img img {
        width: 100%;
    }

    .cp-content .empower-sec .empower-text .empower-text-box {
        font-size: 120%;
    }

    .cp-content .empower-sec .empower-text-desti p {
        font-size: 120%;
    }

    .cp-content .micro-sec .section-header h2 {
        width: 50%;
        margin: 0 auto;
    }

    .cp-content .micro-sec .micro-container {
        flex-wrap: wrap;
    }

    .cp-content .micro-sec .micro-container .micro-container-text {
        width: 100%;
        order: 2;
    }

    .cp-content .micro-sec .micro-container .micro-container-img {
        width: 100%;
        order: 1;
        margin: 2rem auto;
        text-align: center;
    }

    .cp-content .micro-sec .micro-container .micro-box-list .micro-box-list-text p {
        font-size: 110%;
    }

    .cp-content .micro-sec .micro-container .micro-box-list img {
        align-self: start;
        margin-top: 10px;
    }

    .cp-content .micro-sec .micro-btn a {
        max-width: 200px;
    }

    .cp-content .micro-sec .note-micro {
        font-size: 80%;
    }

    .cp-content .micro-financing-sec .micro-financing-container {
        flex-wrap: wrap;
    }

    .cp-content .micro-financing-sec .micro-financing-img {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .cp-content .micro-financing-sec .micro-financing-text {
        width: 100%;
    }

    .cp-content .micro-financing-sec .micro-financing-container .micro-financing-text .micro-financing-list .micro-financing-list-text {
        font-size: 120%;
    }

    .cp-content .micro-financing-sec .micro-financing-container .micro-financing-text .micro-financing-list .micro-financing-list-text span {
        font-weight: 700;
    }

    .cp-content .apply-sec .apply-container .apply-list .apply-list-text h5 {
        font-size: 160%;
        display: flex;
        line-height: 1.1;
    }

    .cp-content .apply-sec .apply-container .apply-list .apply-list-num {
        width: 0;
        margin-right: 0;
    }

    .cp-content .apply-sec .apply-container .apply-list .apply-list-text span {
        font-size: 220%;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 0px;
        padding-right: 20px;
    }

    .cp-content .apply-sec .apply-container .apply-list .apply-list-text p {
        font-size: 95%;
    }

    .cp-content .apply-sec .apply-container .apply-list .apply-list-text {
        margin-bottom: 1.5rem;
    }

    .cp-content .apply-sec .apply-btn a {
        max-width: 200px;
    }

    .cp-content .why-sec .why-sec-container {
        flex-wrap: wrap;
    }

    .cp-content .why-sec .why-sec-container .why-sec-box {
        width: calc((100% - 20px) / 2);
        padding: 1.5rem;
        margin-bottom: 1rem;
    }

    .cp-content .why-sec .why-sec-container .why-sec-box p {
        font-size: 150%;
    }

    .cp-content .why-customer-sec .why-customer-container .why-customer-content h5 {
        color: #111F66;
        font-size: 120%;
        font-weight: 500;
        line-height: 1.2;
    }

    .cp-content .why-customer-sec .why-customer-container .why-customer-content p {
        font-size: 110%;
    }

    .cp-content .why-customer-sec .why-customer-container .why-customer-box-img .why-layer img {
        right: 0;
        top: 40%;
        max-width: 75px;
        transform: translateY(-10%);
    }

    .cp-content .why-customer-sec .why-customer-container .why-customer-box-img .why-layer {
        height: 100%;
        width: 100%;
    }

    .cp-content .faq-sec .faq-container ul.accordion-list li h3 {
        font-size: 120%;
    }

    .cp-content .faq-sec .faq-container ul.accordion-list li {
        padding: 12px;
    }

    .cp-content .faq-sec .faq-container ul.accordion-list li h3 span {
        margin-left: 30px;
    }

    /*  Web refer css  */
    .cp-content .rewards-banner .rewards-container .top-txt {
        font-size: 120%;
    }

    .cp-content .rewards-banner .rewards-container h1 {
        font-size: 250%;
        line-height: 1.3;
    }

    .cp-content .rewards-banner .rewards-container .bottom-txt {
        font-size: 130%;
    }

    .cp-content .rewards-banner .rewards-container .bottom-txt1 {
        font-size: 150%;
        margin-top: 1rem;
        color: #222;
    }

    .cp-content .get-rewards-container {
        flex-wrap: wrap;
    }

    .cp-content .get-rewards-container .get-rewards-box {
        width: 100%;
        margin-bottom: 2rem;
    }

    .cp-content .get-rewards-box .get-rewards-content h3 {
        font-size: 180%;
    }

    .cp-content .get-rewards-box .get-rewards-content h5 {
        font-size: 140%;
    }

    .cp-content .get-rewards-box .get-rewards-content span {
        font-size: 110%;
    }

    .cp-content .get-rewards-box .get-rewards-content ol li {
        font-size: 110%;
    }

    .cp-content .get-rewards-box .get-rewards-content a {
        position: relative;
    }

    .cp-content .get-rewards-box .get-rewards-content {
        height: auto;
    }

    .cp-content .get-reward-sec.section-padding {
        padding-bottom: 0rem;
    }

    /* Web Promotion Css   */
    .cp-content .web-banner-img img {
        width: 100%;
    }

    .cp-content .web-banner .web-banner-txt h1 {
        font-size: 230%;
    }

    .cp-content .filter-content {
        flex-wrap: wrap;
    }

    .cp-content .filter-content .filter-box {
        width: 100%;
    }

    .cp-content .filter-content .filter-box .filter-box-content h4 {
        font-size: 150%;
    }

    .cp-content .filter-sec .filter-pill {
        overflow-x: auto;
        padding-bottom: 20px;
    }

    .cp-content .filter-sec .filter-pill::-webkit-scrollbar {
        width: 1px;
        height: 2px;
        background-color: #F5F5F5;
    }

    .cp-content .filter-sec .filter-pill::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 2px;
        background-color: #F5F5F5;
    }

    .cp-content .filter-sec .filter-pill::-webkit-scrollbar-thumb {
        border-radius: 0px;
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
        background-color: #2c50ff;
    }

    .cp-content .filter-sec .filter-pill li a {
        padding: 0.5rem 1rem;
        font-size: 100%;
        text-wrap: nowrap;
    }

    .cp-content .filter-sec .filter-pill li {
        margin-right: 0px;

    }

    .cp-content .filter-content .filter-box .filter-box-content .validity {
        font-size: 90%;
    }

    /* Web SME CSS   */
    .cp-content .web-sme-banner .web-sme-banner-text h1 {
        font-size: 220%;
    }

    .cp-content .web-sme-banner .web-sme-banner-text {
        max-width: 100%;
    }

    .cp-content .web-sme-banner .web-sme-banner-text p span {
        display: inline;
        padding-left: 2px;
    }

    .cp-content .web-sme-banner {
        padding: 2rem 0 1rem;
    }

    .cp-content .team-financing-sec .section-header p {
        font-size: 140%;
    }

    .cp-content .section-header h2 {
        margin-bottom: 1rem;
    }

    .cp-content .web-sme-banner .web-sme-banner-text p {
        font-size: 120%;
    }

    .cp-content .team-financing-sec .team-container .team-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .cp-content .team-financing-sec .team-container .team-box .team-box-content h3 {
        font-size: 120%;
    }

    .cp-content .team-financing-sec .team-container .team-box .team-box-content p {
        font-size: 110%;
        margin-bottom: 2rem;
    }

    .cp-content .team-financing-sec .team-container .team-box .team-box-content {
        height: auto;
    }

    .cp-content .team-financing-sec .team-container .team-box .team-box-content a {
        position: relative;
    }

    .cp-content .team-financing-sec .section-header h2 {
        font-size: 180%;
    }

    .cp-content .modalWindow {
        width: 95%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .cp-content .close {
        top: 2%;
        right: 0px;
        height: 30px;
        width: 30px;

    }
}

/* Extra small devices styles */
@media (max-width: 575.98px) {
    .cp-content .container {
        max-width: 90%;
    }

    .cp-content .modalWindow {
        width: 95%;
        max-height: 80%;    
    }

    .cp-content .section-header h2 {
        font-size: 190%;
    }

    .cp-content .section-padding {
        padding: 3rem 0;
    }

    .cp-content .mobile-view {
        display: block;
    }

    .cp-content span.mobile-view {
        display: inline-block;
    }

    .cp-content .desktop-view {
        display: none;
    }

    .cp-content .banner-section .banner-container {
        flex-wrap: wrap;
    }

    .cp-content .banner-section .banner-text,
    .banner-section .banner-pointer {
        max-width: 100%;
    }

    .cp-content .banner-section .banner-text .banner-small {
        font-size: 130%;
    }

    .cp-content .banner-section .banner-pointer {
        position: relative;
    }

    .cp-content .banner-section .banner-text h1 {
        font-size: 190%;
    }

    .cp-content .banner-section .banner-text .text-obt {
        line-height: 1.2;
        font-size: 120%;
    }

    .cp-content .banner-section .banner-img-box img {
        width: 100%;
    }

    .cp-content .banner-desk {
        display: none;
    }

    .cp-content .banner-mob {
        display: block;
    }

    .cp-content .banner-section .banner-text {
        order: 1;
        margin-bottom: 2rem;
    }

    .cp-content .banner-section .banner-pointer {
        order: 3;
    }

    .cp-content .banner-section .banner-img-box {
        order: 2;
        margin: 0 auto;
    }

    .cp-content .banner-mob {
        order: 4;
    }

    .cp-content .banner-section .banner-pointer {
        width: 95%;
        right: auto;
        margin: 0 auto;
        margin-top: -15%;
        margin-bottom: 3rem;
    }

    .cp-content .banner-section .banner-mob>a {
        display: block;
        color: #fff;
        background-color: #2C50FF;
        border-radius: 4px;
        max-width: 265px;
        padding: 0.6rem;
        text-align: center;
        margin-bottom: 1rem;
    }

    .cp-content .flash-section .flash-container {
        flex-wrap: wrap;
    }

    .cp-content .flash-section .flash-container .flash-img,
    .flash-section .flash-container .flash-text {
        width: 100%;
    }

    .cp-content .flash-section .flash-container .flash-img {
        margin-bottom: 2rem;
    }

    .cp-content .flash-section .note-flash {
        font-size: 75%;
        margin: 2rem 0;
    }

    .cp-content .flash-section .flash-container .flash-text .btn-apply {
        margin: 0 auto;
    }

    .cp-content .empower-sec .empower-text {
        position: relative;
        width: 100%;
        order: 2;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: -2rem;
        padding: 1.5rem;
    }

    .cp-content .empower-sec .empower-container {
        flex-wrap: wrap;
    }

    .cp-content .empower-sec .empower-img {
        width: 100%;
        order: 1;
        flex: auto;
    }

    .cp-content .empower-sec .empower-img img {
        width: 100%;
    }

    .cp-content .empower-sec .empower-text .empower-text-box {
        font-size: 100%;
    }

    .cp-content .micro-sec .section-header h2 {
        width: 80%;
        margin: 0 auto;
    }

    .cp-content .micro-sec .micro-container {
        flex-wrap: wrap;
    }

    .cp-content .micro-sec .micro-container .micro-container-text {
        width: 100%;
        order: 2;
    }

    .cp-content .micro-sec .micro-container .micro-container-img {
        width: 100%;
        order: 1;
        margin: 2rem auto;
        text-align: center;
    }

    .cp-content .micro-sec .micro-container .micro-box-list .micro-box-list-text p {
        font-size: 110%;
    }

    .cp-content .micro-sec .micro-container .micro-box-list img {
        align-self: start;
        margin-top: 10px;
    }

    .cp-content .micro-sec .micro-btn a {
        max-width: 200px;
    }

    .cp-content .micro-sec .note-micro {
        font-size: 80%;
    }

    .cp-content .micro-financing-sec .micro-financing-container {
        flex-wrap: wrap;
    }

    .cp-content .micro-financing-sec .micro-financing-img {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .cp-content .micro-financing-sec .micro-financing-text {
        width: 100%;
    }

    .cp-content .micro-financing-sec .micro-financing-container .micro-financing-text .micro-financing-list .micro-financing-list-text {
        font-size: 120%;
    }

    .cp-content .micro-financing-sec .micro-financing-container .micro-financing-text .micro-financing-list .micro-financing-list-text span {
        font-weight: 700;
    }

    .cp-content .apply-sec .apply-container .apply-list .apply-list-text h5 {
        font-size: 120%;
        display: flex;
        line-height: 1.1;
    }

    .cp-content .apply-sec .apply-container .apply-list .apply-list-num {
        width: 0;
        margin-right: 0;
    }

    .cp-content .apply-sec .apply-container .apply-list .apply-list-text span {
        font-size: 220%;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 0px;
        padding-right: 20px;
    }

    .cp-content .apply-sec .apply-container .apply-list .apply-list-text p {
        font-size: 95%;
    }

    .cp-content .apply-sec .apply-container .apply-list .apply-list-text {
        margin-bottom: 1.5rem;
    }

    .cp-content .apply-sec .apply-btn a {
        max-width: 200px;
    }

    .cp-content .why-sec .why-sec-container {
        flex-wrap: wrap;
    }

    .cp-content .why-sec .why-sec-container .why-sec-box {
        width: calc((100% - 20px) / 2);
        padding: 1.5rem;
        margin-bottom: 1rem;
    }

    .cp-content .why-sec .why-sec-container .why-sec-box p {
        font-size: 100%;
    }

    .cp-content .why-customer-sec .why-customer-container .why-customer-content h5 {
        color: #111F66;
        font-size: 100%;
        font-weight: 500;
        line-height: 1.2;
    }

    .cp-content .why-customer-sec .why-customer-container .why-customer-content p {
        font-size: 90%;
    }

    .cp-content .why-customer-sec .why-customer-container .why-customer-box-img .why-layer img {
        right: 0;
        top: 40%;
        max-width: 75px;
        transform: translateY(-10%);
    }

    .cp-content .why-customer-sec .why-customer-container .why-customer-box-img .why-layer {
        height: 100%;
        width: 100%;
    }

    .cp-content .faq-sec .faq-container ul.accordion-list li h3 {
        font-size: 100%;
    }

    .cp-content .faq-sec .faq-container ul.accordion-list li {
        padding: 12px;
    }

    .cp-content .faq-sec .faq-container ul.accordion-list li h3 span {
        margin-left: 30px;
    }

    .cp-content .faq-sec .faq-container ul.accordion-list li div.answer p {
        font-size: 100%;
    }

    /*  Web refer css  */
    .cp-content .rewards-banner .rewards-container .top-txt {
        font-size: 100%;
    }

    .cp-content .rewards-banner .rewards-container h1 {
        font-size: 200%;
        line-height: 1.3;
    }

    .cp-content .rewards-banner .rewards-container .bottom-txt {
        font-size: 110%;
    }

    .cp-content .rewards-banner .rewards-container .bottom-txt1 {
        font-size: 120%;
        margin-top: 1rem;
        color: #222;
    }

    .cp-content .get-rewards-container {
        flex-wrap: wrap;
    }

    .cp-content .get-rewards-container .get-rewards-box {
        width: 100%;
        margin-bottom: 2rem;
    }

    .cp-content .get-rewards-box .get-rewards-content h3 {
        font-size: 150%;
    }

    .cp-content .get-rewards-box .get-rewards-content h5 {
        font-size: 120%;
    }

    .cp-content .get-rewards-box .get-rewards-content span {
        font-size: 100%;
    }

    .cp-content .get-rewards-box .get-rewards-content ol li {
        font-size: 90%;
    }

    .cp-content .get-rewards-box .get-rewards-content a {
        position: relative;
    }

    .cp-content .get-rewards-box .get-rewards-content {
        height: auto;
    }

    .cp-content .get-reward-sec.section-padding {
        padding-bottom: 0rem;
    }

    /* Web Promotion Css   */
    .cp-content .web-banner-img img {
        width: 100%;
    }

    .cp-content .web-banner .web-banner-txt h1 {
        font-size: 210%;
    }

    .cp-content .filter-content {
        flex-wrap: wrap;
    }

    .cp-content .filter-content .filter-box {
        width: 100%;
    }

    .cp-content .filter-content .filter-box .filter-box-content h4 {
        font-size: 130%;
    }

    .cp-content .filter-sec .filter-pill {
        overflow-x: auto;
        padding-bottom: 20px;
    }

    .cp-content .filter-sec .filter-pill::-webkit-scrollbar {
        width: 1px;
        height: 2px;
        background-color: #F5F5F5;
    }

    .cp-content .filter-sec .filter-pill::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 2px;
        background-color: #F5F5F5;
    }

    .cp-content .filter-sec .filter-pill::-webkit-scrollbar-thumb {
        border-radius: 0px;
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
        background-color: #2c50ff;
    }

    .cp-content .filter-sec .filter-pill li a {
        padding: 0.5rem 1rem;
        font-size: 90%;
        text-wrap: nowrap;
    }

    .cp-content .filter-sec .filter-pill li {
        margin-right: 0px;

    }

    .cp-content .filter-content .filter-box .filter-box-content .validity {
        font-size: 90%;
    }

    /* Web SME CSS   */
    .cp-content .web-sme-banner .web-sme-banner-text h1 {
        font-size: 200%;
    }

    .cp-content .web-sme-banner .web-sme-banner-text {
        max-width: 100%;
    }

    .cp-content .web-sme-banner .web-sme-banner-text p span {
        display: inline;
        padding-left: 2px;
    }

    .cp-content .web-sme-banner {
        padding: 2rem 0 1rem;
    }

    .cp-content .team-financing-sec .section-header p {
        font-size: 120%;
    }

    .cp-content .section-header h2 {
        margin-bottom: 1rem;
    }

    .cp-content .web-sme-banner .web-sme-banner-text p {
        font-size: 110%;
    }

    .cp-content .team-financing-sec .team-container .team-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .cp-content .team-financing-sec .team-container .team-box .team-box-content h3 {
        font-size: 110%;
    }

    .cp-content .team-financing-sec .team-container .team-box .team-box-content p {
        font-size: 90%;
        margin-bottom: 2rem;
    }

    .cp-content .team-financing-sec .team-container .team-box .team-box-content {
        height: auto;
    }

    .cp-content .team-financing-sec .team-container .team-box .team-box-content a {
        position: relative;
    }

    .cp-content .team-financing-sec .section-header h2 {
        font-size: 180%;
    }

    .cp-content .close {
        position: absolute;
        top: 2%;
        right: 0px;
        font-size: 30px;
        height: 30px;
        width: 30px;
    }
}