body {
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.btn-full {
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  padding: 0 !important;
}

.menu-main .menu-sub.w-100.w-sm-auto {
	width: auto !important;
}


.container.container-wrapper {
    overflow: visible;
    position: initial;
}

.container.container-wrapper {
    overflow: visible;
    position: initial;
}

.top-banner-section {
    background: linear-gradient(0deg, #fede02, #febb38);
    position: relative;
    padding: 40px 0px;
    margin-top: 35px;
}

.top-banner-section .banner-section {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
}

.top-banner-section .banner-section .banner-left-section {
    grid-column: span 6;
    position: relative;
    z-index: 3;
}

.top-banner-section .banner-section .banner-left-section h1 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
}

.top-banner-section .banner-section .banner-left-section h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}

.top-banner-section .banner-section .banner-left-section h3 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-top: 15px;
}

.top-banner-section .banner-section .banner-left-section p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-top: 15px;
}

.top-banner-section .banner-section .banner-right-section {
    grid-column: span 6;
}

.top-banner-section .banner-section .banner-right-section img {
    position: relative;
    z-index: 2;
}

.top-banner-section .banner-section .banner-right-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../images/hero-pattern.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    height: 100%;
    width: 800px;
}

.card-value-section-wrapper {
    padding: 60px 0px 120px 0px;
    background: linear-gradient(180deg, #fefced, #f6edb9);
}

.card-value-section-wrapper .heading-section {
    text-align: center;
    margin-bottom: 20px;
}

.card-value-section-wrapper .heading-section h4 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}

.card-value-section-wrapper .heading-section p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
}

.card-value-section-wrapper .slider-wrapper-section {
    position: relative;
}

.slider-bg-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.slider-bg-image img {
    max-width: initial;
}

.card-value-section-wrapper .slider-wrapper-section .slider-card-box {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 25px 25px;
    position: relative;
    opacity: .2;
}

.card-value-section-wrapper .slider-wrapper-section .slider-card-box.swiper-slide-active {
    opacity: 1;
    background-color: #fff;
}

.card-value-section-wrapper .slider-wrapper-section .swiper-slide .singpass-btn {
    position: absolute;
    left: 50%;
    bottom: -25px;
    z-index: 1;
    transform: translateX(-50%);
    display: none;
}

.card-value-section-wrapper .slider-wrapper-section .swiper-slide-active.swiper-slide .singpass-btn {
    display: block;
}

.card-value-section-wrapper .slider-wrapper-section .slider-card-box .slider-card-image {
    position: absolute;
    left: 50%;
    top: -70px;
    transform: translateX(-50%);
    z-index: 1;
}

.card-value-section-wrapper .slider-wrapper-section .slider-card-box .slider-card-image img {
    height: 120px;
}

.card-value-section-wrapper .slider-wrapper-section .slider-card-box p {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-top: 35px;
}

.card-value-section-wrapper .slider-wrapper-section .slider-card-box .slider-data-box-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin-top: 20px;
    gap: 20px;
}




.card-value-section-wrapper .slider-wrapper-section .slider-card-box .slider-data-box-wrapper .slider-data-box {
    grid-column: span 4;
}

.card-value-section-wrapper .slider-wrapper-section .slider-card-box .slider-data-box-wrapper .slider-data-box h4 {
    color: #ffc600;
    font-size: 42px;
    font-weight: 700;
}

.card-value-section-wrapper .slider-wrapper-section .slider-card-box .slider-data-box-wrapper .slider-data-box h5 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    width: min-content;
}

.card-value-section-wrapper .slider-wrapper-section .slider-card-box .slider-data-box-wrapper .slider-data-box h6 {
    font-size: 12px;
    font-weight: 600;
    color: #9d9d9d;
    margin-top: 5px;
}

.card-value-section-wrapper .slider-wrapper-section .slider-card-box .slider-data-box-wrapper .slider-data-box p {
    font-size: 12px;
    font-weight: 400;
    color: #9d9d9d;
    text-align: left;
    margin-top: 10px;
}

.card-value-section-wrapper .slider-wrapper-section .swiper {
    width: 100%;
    padding: 80px 0px;
}

.swiper-pagination-bullet-active {
    background-color: #000;
}

.swiper-pagination {
    bottom: 1.25rem !important;
}

.card-value-section-wrapper .slider-wrapper-section .swiper-slide {
    position: relative;
    min-height: 28rem;
    height: auto;
}


.swiper-slide-active div {
    display: block;
    opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
    background-color: #000;
    color: #ffc808;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
    font-weight: 700;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 24%;
    left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 24%;
    right: auto;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}



.promos.swiper-button-next, .promos.swiper-button-prev {
    background-color: #000;
    color: #ffc808;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.promos.swiper-button-next:after, .promos.swiper-button-prev:after {
    font-size: 16px;
    font-weight: 700;
}

.promos.swiper-button-next, .swiper-rtl .promos.swiper-button-prev {
    right: 0%;
    left: auto;
}

.promos.swiper-button-prev, .swiper-rtl .promos.swiper-button-next {
    left: 0%;
    right: auto;
}

.promos.swiper-button-next.swiper-button-disabled, .promos.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}



.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.sign-up-promotion-section {
    padding: 0px 0px 60px 0px;
    background: linear-gradient(180deg, #ffb1ab, #ffefec);
}

.sign-up-promotion-section .heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-up-promotion-section .heading-wrapper .heading-section {
    display: flex;
    align-items: center;
}

.sign-up-promotion-section .heading-wrapper .heading-section h5 {
    color: #ffc600;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;

}

.sign-up-promotion-section .heading-wrapper .heading-section h5 .yellow-arrow {
    transform: rotate(180deg);
}

.sign-up-promotion-section .heading-wrapper .heading-section h6 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-top: 5px;
}

.sign-up-promotion-section .heading-wrapper .credit-card {
    cursor: pointer;
    background-color: #000;
    text-align: center;
    width: max-content;
    display: flex;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-top: -50px;
    padding: 18px 20px 18px 18px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.sign-up-promotion-section .heading-wrapper .card-tabs {
    transition: all 0.3s ease;
}

.sign-up-promotion-section .heading-wrapper .credit-card.active,
.sign-up-promotion-section .heading-wrapper .debit-card.active {
    padding: 15px 60px;
    border-radius: 20px;
}

.sign-up-promotion-section .heading-wrapper .credit-card.active .big-text,
.sign-up-promotion-section .heading-wrapper .debit-card.active .big-text {
    display: block;
}

.sign-up-promotion-section .heading-wrapper .credit-card.active .small-text,
.sign-up-promotion-section .heading-wrapper .debit-card.active .small-text {
    display: none;
}

.sign-up-promotion-section .heading-wrapper .debit-card {
    cursor: pointer;
    background-color: #ffc600;
    padding: 18px 20px 18px 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    width: max-content;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-top: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-up-promotion-section .heading-wrapper .debit-card .small-text {
    color: #000;
}

.sign-up-promotion-section .heading-wrapper .hide-content {
    display: none;
}

.sign-up-promotion-section .heading-wrapper .debit-card .big-text h5 {
    color: #fff;
}

.sign-up-promotion-section .heading-wrapper .debit-card .big-text h6 {
    color: #000;
}

.exclusive-sign-wrapper-section {
    margin-top: 40px;
    position: relative;
}

.exclusive-sign-wrapper-section.hide-content {
    display: none;
}

.exclusive-sign-wrapper-section .card-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 40px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    display: grid;
    position: relative;
    margin: 0px auto 40px 100px;
}

.exclusive-sign-wrapper-section .card-box .card-left-box {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 40px;
}

.exclusive-sign-wrapper-section .card-box .card-left-box img {
    height: 200px;
}

.exclusive-sign-wrapper-section .card-box .card-details {
    padding-left: 160px;
}

.exclusive-sign-wrapper-section .card-box .card-details h4 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.exclusive-sign-wrapper-section .card-box .card-details h5 {
    color: #ff0000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.exclusive-sign-wrapper-section .card-box .card-details p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.singpass-wrapper-section {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
}

.singpass-wrapper-section .left-section {
    grid-column: span 6;
    position: relative;
    padding-right: 10px;
}

.singpass-wrapper-section .left-section .line {
    background-color: #febb38;
    height: 100%;
    width: 1px;
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 0;

}

.singpass-wrapper-section .left-section p {
    color: #000;
    font-size: 15px;
    padding-bottom: 12px;
    /* margin-right: 10px; */
}

.singpass-wrapper-section .left-section ul li {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin-left: 18px;
    padding: 0px 0px 6px 0px;
    list-style: disc !important;
}

.singpass-wrapper-section .right-section {
    grid-column: span 6;
}


.singpass-wrapper-section .right-section p {
    color: #000;
    font-size: 15px;
    padding-bottom: 12px;
}

.singpass-wrapper-section .right-section ul li {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-left: 18px;
    padding: 0px 0px 6px 0px;
    list-style: disc !important;
}

.button-section {
    margin-top: 20px;
}

.button-section .btn {
    background-color: #ffc600;
	border: #ffc600;
    border-radius: 6px;
    padding: 10px 20px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    min-width: auto !important;
    width: auto;
}

.singpass-btn.calculation .btn {
    background-color: #ffc600;
}

.singpass-btn.calculation .btn:active {
    background-color: #ffc600;
}

.singpass-btn .btn:active {
    background-color: #fff;

}

.singpass-btn .btn {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
    border-radius: 40px;
    padding: 6px 6px 6px 20px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.singpass-btn {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.singpass-btn .btn img {
    margin-left: 10px;
}

.exclusive-sign-wrapper-section .terms-conditions {
    text-align: center;
    padding-top: 30px;
}

.exclusive-sign-wrapper-section .terms-conditions a {
    color: #000;
    font-size: 15px;
    text-decoration: none;
}

.special-promos-wrapper {
    padding: 60px 0px;
    background: linear-gradient(90deg, #fede02, #febb38);
}

.swiper-wrapper {
    height: auto !important;
}

.special-promos-wrapper .special-promos-slider .swiper-wrapper .card {
    border-radius: 30px;
    overflow: hidden;
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.special-promos-wrapper .special-promos-slider .swiper-wrapper .card .card-details {
    padding: 30px 30px;
}

.special-promos-wrapper .special-promos-slider .swiper-wrapper .card .card-details .button-section {
    margin-top: 15px;
}

.special-promos-wrapper .special-promos-slider .swiper-wrapper .card .card-details .button-section .btn {
    border-radius: 40px;
    padding: 5px 20px;
    font-size: 14px;
}

.special-promos-wrapper .special-promos-slider .swiper-wrapper .card .card-details h5 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    min-height: 60px;
}

.special-promos-wrapper .special-promos-slider .swiper-wrapper .card .card-details p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    min-height: 130px;
}


.special-promos-wrapper .special-promos-slider .swiper-wrapper .card.card-slide-1 {
    background-color: #fefbda;
}

.special-promos-wrapper .special-promos-slider .swiper-wrapper .card.card-slide-2 {
    background-color: #e6f4ff;
}

.special-promos-wrapper .special-promos-slider .swiper-wrapper .card.card-slide-3 {
    background-color: #fcedeb;
}

.special-promos-wrapper .special-promos-slider .swiper-wrapper .card.card-slide-3 {
    background-color: #ffefec;
}

.swiper-promos {
    overflow: hidden;
    padding: 50px 20px 70px 20px;
    position: relative;
}

.swiper-promos .swiper-wrapper {
    /* justify-content: center; */
}

.swiper-promos .swiper-pagination {
    bottom: 0px !important;
}

.special-promos-wrapper .heading-section {
    text-align: center;
}

.special-promos-wrapper .heading-section h4 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}

.special-promos-wrapper .heading-section p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
}

.footer-section {
    background-color: #fff;
    padding: 60px 0px;

}

.footer-section .heading-section h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}



.footer-section .footer-link-section h6 {
    font-size: 16px;
    font-weight: 600;
    color: #939393;
    margin: 20px 0px;
}

.footer-section .footer-link-section ul {
    padding-left: 18px;
}

.footer-section .footer-link-section ul li {
    padding: 2px 0px;
    list-style: disc;
}

.footer-section .footer-link-section ul li a {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;

}




.privileges-section {
    padding: 60px 0px 60px 0px;
    background: linear-gradient(180deg, #fefced, #f6edb9);
}

.privileges-section .heading-section {
    text-align: center;
    margin-bottom: 20px;
}

.privileges-section .heading-section h4 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}

.privileges-section .heading-section p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
}

.privileges-section-icons {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
}

.privileges-section-icons .items {
    grid-column: span 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.privileges-section-icons .items img {
    max-width: 140px;
    min-width: 140px;
    filter: drop-shadow(0 4mm 5mm rgba(0, 0, 0, 0.253));
}

.privileges-section-icons .items p {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.privileges-section-box {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    background: #fff;
    padding: 40px 40px;
    border-radius: 20px;
    margin-top: 50px;
}

.privileges-section-box .left {
    grid-column: span 7;
	margin-right:15px;
}

.privileges-section-box .left h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.privileges-section-box .left p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
	
}

.privileges-section-box .right {
    grid-column: span 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.privileges-section-box .right h4 {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.table-box {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    background: #fff;
    padding: 40px 0px;
    border-radius: 20px;
    margin-top: 50px;
}

.table-box img {
    max-width: 100%;
}

.table-box .left {
    grid-column: span 5;
	margin-right:15px;
}

.table-box .left h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.table-box .left p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.table-box .right {
    grid-column: span 7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.table-box .right h4 {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.right-icons-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #fff;
    justify-items: center;
}

.right-icons-wrapper .icons-item {
    grid-column: span 1;
    display: flex;
    gap: 10px;
    align-items: center;
}

.right-icons-wrapper .icons-item img {
    max-width: 60px;
    max-height: 60px;
}

.right-icons-wrapper .icons-item p {
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.right-icons-wrapper .icons-item p a {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
}

.faq-section {
    padding: 60px 0px 60px 0px;
    background: linear-gradient(360deg, #fede02, #febb38);
}

.faq-section .heading-section {
    text-align: left;
    margin-bottom: 20px;
}

.faq-section .heading-section .tab-buttons {
    border-radius: 15px;
    background-color: #0000003d;
    display: flex;
    overflow: hidden;
    cursor: pointer;
}

.faq-section .heading-section .tab-buttons p {
    font-weight: 700;
    padding: 12px 20px;
    color: #dfdfdf;
    transition: all 0.3s ease;
}

.faq-section .heading-section .tab-buttons p:hover {
    background: #00000073;
}

.faq-section .heading-section .tab-buttons p.active {
    padding: 12px 20px;
    background-color: #000;
    color: #ffc600;
}

.faq-section .heading-section h4 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}

.faq-section .accordion {
    margin-top: 20px;
}

.faq-section .accordion .accordion-item {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
}

.faq-section .accordion .accordion-button {
    background: #fff;
    border-radius: 20px;
    padding: 7px 10px 7px 30px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.faq-section .accordion .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.faq-section .accordion .accordion-button:not(.collapsed) {
    border-radius: 20px;
    border: 0;
    box-shadow: none;
}

.faq-section .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 20px;
}

.faq-section .accordion .accordion-button.collapsed {
    border-radius: 20px;
    background: #fff;
}

.faq-section .accordion-button::after {
    display: none;
}

.faq-section .accordion-button .icon {
    margin-left: auto;
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
    transform: rotate(-180deg);
}

.faq-section .accordion-button:not(.collapsed) .icon {
    transform: rotate(180deg);
}

.faq-section .accordion-body {
    padding-left: 30px;
}

.faq-section ul {
    padding-left: 16px;
}

.faq-section ul li.custom-list {
    list-style: none !important;
    position: relative;
}

.faq-section ul li.custom-list::before {
    content: '<';
    position: absolute;
    left: -18px;
    top: 1px;
    z-index: 1;
}

.faq-section ul li.custom-list a {
    color: #212529;
    text-decoration: underline !important;
}

.faq-section ul li.custom-style a {
    color: #212529;
    text-decoration: underline !important;
}

.faq-section .accordion-body ul li {
    list-style: disc;
    padding: 2px 0px;
}

#faqSectionDebitCard {
    display: none;
}

.whatSingpassModal .btn-close {
    opacity: 1;
    background: none;
    position: absolute;
    right: -8px;
    top: -15px;
    z-index: 2;
}

.whatSingpassModal .btn-close:focus {
    outline: none;
    box-shadow: none;
}

.whatSingpassModal .modal-content {
    border-radius: 20px;
    padding: 25px;
}

.table-wrapper-section h5 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}


.table-wrapper-section thead th {
    font-size: 14px;
    background-color: #000;
    color: #fff;
    font-weight: 600;
}

.table-wrapper-section tbody tr td {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    border-bottom: 0px;
}

.table-wrapper-section thead th:first-child {
    border-top-left-radius: 8px;
}

.table-wrapper-section thead th:last-child {
    border-top-right-radius: 8px;
}

.table-wrapper-section p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}

.table-wrapper-section h6 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
}


.exclusive-sign-wrapper-section.debit-card {
    margin-top: 80px;
}

.exclusive-sign-wrapper-section.debit-card .card-details {
    padding-left: 20px;
}

.exclusive-sign-wrapper-section.debit-card .card-box-wrapper {
    position: relative;
    z-index: 1;
    margin: 75px auto 40px 100px;
}

.exclusive-sign-wrapper-section.debit-card .card-box {
    margin: 0px;
}

.exclusive-sign-wrapper-section.debit-card .card-steps {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 0;
    padding: 10px 10px 47px;
    background: #000;
    color: #febb38;
    border-radius: 20px;
    min-width: 140px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.singpass-wrapper-section.debit-card .left-section {
    grid-column: span 3;
    margin-left: 20px;
    position: relative;
}

.singpass-wrapper-section.debit-card .right-section {
    grid-column: span 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.exclusive-sign-wrapper-section.debit-card .card-box {
    padding: 25px 30px;
    border-radius: 30px;
}

.exclusive-sign-wrapper-section.debit-card .right-section .big-font {
    font-size: 18px;
}

.extra-ended {
    margin-left: 42px;
}

.extra-ended li {
    line-height: 28px;
}

.extra-ended-section li {
    line-height: 28px;
}

.extra-ended-heading {
    margin: 10px 0px;
}

.whatSingpassModal .modal-content {
    overflow: visible !important;
    line-height: normal !important;
}

.whatSingpassModal .btn-close {
    height: 30px !important;
    width: 30px !important;
}

@media (min-width: 1400px) and (max-width: 2500px) {

    .top-banner-section .banner-section .banner-left-section h1 {
        font-size: 40px;
    }

    .top-banner-section .banner-section .banner-left-section h2 {
        font-size: 40px;
    }

}


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    .sign-up-promotion-section .heading-wrapper .heading-section h5 {
        font-size: 22px;
    }

    .sign-up-promotion-section .heading-wrapper .heading-section h6 {
        font-size: 22px;
    }

    .slider-bg-image {
        display: none;
    }

    .top-banner-section .banner-section .banner-right-section::after {
        background-image: url("../images/pattern.png");
        width: 544px;
    }

    .top-banner-section .banner-section .banner-left-section {
        position: relative;
        z-index: 3;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .top-banner-section .banner-section .banner-right-section::after {
        background-image: url("../images/pattern.png");
        width: 544px;
    }

    .top-banner-section .banner-section .banner-left-section {
        position: relative;
        z-index: 3;
    }
}


@media (min-width: 320px) and (max-width: 767px) {

    .exclusive-sign-wrapper-section .card-box .card-left-box img {
        height: auto;
    }

    .singpass-btn {
        width: 100%;
        text-align: center;
    }
	
	  .top-banner-section .banner-section .banner-right-section::after {
        background-image: url("../images/pattern.png");
        width: 400px;
    }


    .top-banner-section .banner-section .banner-left-section {
        grid-column: span 12;
        position: relative;
        z-index: 3;

    }

    .top-banner-section .banner-section .banner-right-section {
        grid-column: span 12;
    }

    .top-banner-section .banner-section .banner-left-section h1 {
        font-size: 20px;
    }

    .top-banner-section .banner-section .banner-left-section h2 {
        font-size: 20px;
    }

    .card-value-section-wrapper .heading-section h4 {
        font-size: 20px;
    }

    .card-value-section-wrapper {
        padding: 40px 0px 80px 0px;
    }

    .card-value-section-wrapper .slider-wrapper-section .swiper-slide {
        height: auto;
    }

    .card-value-section-wrapper .slider-wrapper-section .slider-card-box .slider-data-box-wrapper .slider-data-box h4 {
        font-size: 25px;
    }

    .card-value-section-wrapper .slider-wrapper-section .slider-card-box .slider-data-box-wrapper .slider-data-box h5 {
        font-size: 14px;
    }

    .sign-up-promotion-section .heading-wrapper .credit-card.active, .sign-up-promotion-section .heading-wrapper .debit-card.active {
        padding: 15px 30px;
        border-radius: 10px;
    }

    .sign-up-promotion-section .heading-wrapper .debit-card {
        cursor: pointer;
        background-color: #ffc600;
        padding: 18px 20px 18px 10px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        text-align: center;
        width: auto;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        margin-top: 0px;

    }

    .sign-up-promotion-section .heading-wrapper .credit-card {
        cursor: pointer;
        background-color: #000;
        text-align: center;
        width: auto;
        display: flex;
        color: #000;
        font-size: 18px;
        font-weight: 700;
        margin-top: -40px;
        padding: 18px 20px 18px 18px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .sign-up-promotion-section .heading-wrapper .heading-section {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .sign-up-promotion-section .heading-wrapper .heading-section h6 {
        font-size: 15px;
    }

    .sign-up-promotion-section .heading-wrapper .heading-section h5 {
        font-size: 18px;
    }

    .exclusive-sign-wrapper-section .card-box .card-details {
        padding-left: 20px;

    }

    .exclusive-sign-wrapper-section .card-box.first .card-details {
        padding-top: 80px;
    }

    .exclusive-sign-wrapper-section .card-box {
        padding: 40px 20px 60px 20px;
    }

    .exclusive-sign-wrapper-section .card-box.second .card-details {
        padding-top: 60px;
    }

    .exclusive-sign-wrapper-section .card-box {
        margin: 0px auto 40px 0px;
    }

    .exclusive-sign-wrapper-section .card-box.first {
        margin-top: 140px;
    }

    .exclusive-sign-wrapper-section .card-box.second {
        margin-top: 160px;
    }

    .exclusive-sign-wrapper-section .card-box .card-left-box {
        position: absolute;
        left: 50%;
        top: -20%;
        transform: translateX(-50%);
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    }

    .exclusive-sign-wrapper-section.debit-card .card-box-wrapper {
        margin: 75px auto 40px 0px;
    }

    .singpass-wrapper-section {

        gap: 10px;
    }

    .singpass-wrapper-section.debit-card .left-section {
        grid-column: span 12;
        margin-left: 0px;
    }

    .singpass-wrapper-section.debit-card .right-section {
        grid-column: span 12;
    }

    .sign-up-promotion-section {
        padding: 0px 0px 40px 0px;
    }

    .special-promos-wrapper {
        padding: 40px 0px;
    }

    .special-promos-wrapper .heading-section h4 {
        font-size: 20px;
    }

    .swiper-promos {
        overflow: hidden;
        padding: 40px 20px 50px 20px;
        position: relative;
    }

    .privileges-section .heading-section h4 {
        font-size: 20px;
    }

    .privileges-section {
        padding: 40px 0px 40px 0px;
    }

    .privileges-section-icons .items {
        grid-column: span 5;
        gap: 10px;
    }

    .privileges-section-icons .items img {
        max-width: 70px;
        min-width: 70px;
    }

    .privileges-section-icons .items p {
        margin-bottom: 20px;
    }

    .privileges-section-icons .items p.break-w {
        max-width: 80%;
    }

    .privileges-section-box {
        margin-top: 10px;
    }

    .privileges-section-box .left {
        grid-column: span 12;
    }

    .privileges-section-box .right {
        grid-column: span 12;
    }

    .table-box {
        margin-top: 10px;
    }

    .table-box .left {
        grid-column: span 12;
    }

    .table-box .right {
        grid-column: span 12;
    }

    .faq-section {
        padding: 40px 0px 40px 0px;
    }

    .faq-section .heading-section h4 {
        font-size: 20px;
    }

    .faq-section .heading-section .tab-buttons {
        width: fit-content;
        margin: auto;
    }

    .slider-bg-image {
        display: none;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 2%;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 2%;
    }

    .card-value-section-wrapper .slider-wrapper-section .swiper {
        padding: 80px 20px;
    }

    .card-value-section-wrapper .slider-wrapper-section .swiper-slide .singpass-btn {

        width: 100%;
    }

    .swiper-promos .swiper-wrapper {
        justify-content: left;
    }


}
