body {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    color: #000000;
    font-style: normal;
    font-optical-sizing: auto;
    font-weight: 400;
    padding-top: 79px;
    background: #F6F5EF;
}
header{
    padding: 10px 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1212;
    /*box-shadow: 0 0 5px #e2e2e2;*/
    /*background: #ffffff;*/
}
.logo-col{
    width: 15%;
}
.top-cta-col{
    width: 30%;
}
.menu-nav-col{
    width: 55%;
}
.logo-col img{
    width: 90px;
}
.menu-nav-col ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
}
.menu-nav-col ul li a{
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    padding: 0 8px;
}
.menu-nav-col ul li{
    margin-right: 0px;
}
.menu-nav-col ul li:last-child{
    margin-right: 0;
}
.btn{
    border-radius: 50px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 10px 8px 15px;
    border:1px solid transparent;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background: #0f172d;
    color: #ffffff;
    border-color: #375193;
    white-space: nowrap;
    outline: inherit;
    box-shadow: inherit;
}
.btn-secondary{
    border: 1px solid #375193;
    background: none;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
    background: none;
    color: #000000;
    border-color: #375193;
    outline: inherit;
    box-shadow: inherit;
}
#home .btn{
    padding: 12px 10px 12px 15px;
}
.readmore-btn{
    transition: all 0.6s ease-in-out;
    border-radius: 50%;
}
.readmore-btn{
    background: #375193;
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 5px;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.readmore-btn i{
    transform: rotate(-45deg);
    font-size: 16px;
    transition: all 0.4s ease-in-out;
}
.hover-animat-icon:hover .readmore-btn i{
    transform: rotate(0deg);
}
.ft-bg{
    background: #F6F5EF;
}
.round-section{
    border-radius: 15px 0 15px 15px;
}
.ft-menu ul{
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.ft-menu ul li{
    margin-right: 10px;
}
.ft-menu ul li:last-child{
    margin-right: 0;
}
.ft-menu ul li a{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding: 0 5px;
    text-decoration: none;
}
.ft-sec-border{
    border-bottom: 1px solid rgba(0,0,0,0.28);
}
.section-heading{
    font-weight: 600;
    font-size: 54px;
    color: #0f172d;
}
.text-with-border{
    color: transparent;
    -webkit-text-stroke: 3px #ffffff;
    font-size: 100px;
    font-weight: 600;
    opacity: 0.3;
}
.squire-dot{
    background: #133B3A;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.strate-border-line{
    height: 1px;
    background: rgba(0,0,0,0.15);
    width: calc(100% - 10px);
    display: inline-block;
}
.how-itwrks-pl-col{
    padding-left: 35px;
}
.how-it-works-left-col{
    padding-right: 100px;
    border-right: 1px solid #000000;
}
.how-itwrks-border-left-col{
    border-left: 1px solid #000000;
    margin-left: 4px;
}
.color-0B3130{
    color: #0B3130;
}
.color-646464{
    color: #646464;
}
.solid-number{
    color: #75D100;
    font-size: 46px;
    font-weight: 900;
}
.bg-green{
    background: #0f172d;
    padding: 10px;
}
.section-logo-hidden-vis{
    position: absolute;
    bottom: 0;
    z-index: 1;
    opacity: 0.4;
}
.section-logo-hidden-vis img{
    width: 140px;
}
.border-color-primary{
    border-color: #375193 !important; 
}
.green-card{
    min-height: 215px;
    background: #0f172d;
    padding: 15px;
    border:1px solid;
    border-radius: 10px 0 10px 0 !important;
    font-size: 20px;
}
.green-card.active{
    background: #375193;
    color: #000000 !important;
    font-size: 22px;
    font-weight: 600;
    border-radius: 10px 0 10px 10px;
}
.input-field{
    border:1px solid #000000;
    background: none;
    color: #000000;
    width: 100%;
    height: 55px;
    border-radius: 15px;
    padding: 15px;
}
.input-field:focus{
    outline: inherit;
}

.form-group{
    color: #133B3A;
    font-weight: 600;
    font-size: 18px;
}
input.input-field[type=number]::-webkit-inner-spin-button, 
input.input-field[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.fw-600{
    font-weight: 600;
} 
.fs-42{
    font-size: 36px;
}
.colo-133B3A{
    color: #133B3A;
}
.fw-300{
    font-weight: 300;
}
.border-color-black{
    border-color: #133B3A !important;
}
.gatway_card{
    height: 120px;
    padding: 15px;
}
.fw-500{
    font-weight: 500;
}
.fs-20{
    font-size: 20px;
}
.gatway_card.active{
    background: #1A4948;
}
table.table tr th{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border-color: rgba(255,255,255,0.1);
    text-align: center;
}
table.table tr td{
    border-color: rgba(255,255,255,0.1);
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
    text-align: center;
}
table.table tr td:first-child, table.table tr th:first-child{
    text-align: left;
}
.security-protect-card{
    min-height: 250px;
    padding: 25px 15px;
}
.color-144443{
    color:#144443;
}
.h-faq-sec ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.h-faq-sec ul li button{
    border:1px solid #375193;
    background: none;
    color: #375193;
    text-align: left;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    font-weight: 500;
}
.h-faq-sec ul li{
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}
.accrd-dtl.answer{
    background: #0f172d;
    color: #ffffff;
    padding: 15px;
    font-size: 15px;
    font-weight: 400;
}
.accordion-btn.active{
    background: #0f172d;
    color: #ffffff;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}
.accrd-dtl.answer{
    
}
.faq-arrow{
    position: absolute;
    top: 18px;
    right: 10px;
    transition: 0.3s;
}
.accordion-btn.active .faq-arrow{
    transform: rotate(-180deg);
    transition: 0.3s;
}
.faq-nav-tabs .nav-link{
    border-color: #375193;
    border-radius: 10px 0 10px 10px;
    color: #0B3130;
    font-weight: 600;
    text-align: center;
    padding: 15px;
}
.faq-nav-tabs .nav-link.active{
    background: #0f172d;
    color: #ffffff;
    border-color: #375193;
}
.dark-mode .faq-nav-tabs .nav-link, .dark-mode .h-faq-sec ul li button{
    color: #ffffff;
}
.faq-nav-tabs .nav-link{
    margin-right: 15px;
}
.faq-nav-tabs .nav-link:last-child{
    margin-right: 0;
}
.how-it-works-img{
    display: flex;
    align-items: center;
    justify-content: right;
}
.how-it-works-img img{
    width: 330px;
}
.social-menu ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.social-menu{
    padding-left: 15px;
}
.social-menu ul li{
    margin-bottom: 25px;
}
.social-menu ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 10px;
}
.home-contact{
    border-radius: 15px;
    border:1px solid #375193;
    padding: 50px;
}
.contact-input-field{
    background: none;
    border:1px solid #375193;
    height: 45px;
    border-radius: 10px;
    color: #ffffff;
    width:100%;
    padding: 15px;
    font-size: 14px;
}
.contact-input-field::placeholder{
    color: #ffffff;
}
.contact-input-field:focus{
    outline: inherit;
}
.form-group{
    width: 100%;
}
textarea.contact-input-field{
    height: 100px;
    resize: none;
}
.submit-btn{
    width: 100%;
    background:#375193;
    border-radius: 25px;
    color: #ffffff;
    padding: 10px 15px;
    border:0;
}
.testi-img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    /*border:1px dashed #75D100;*/
    padding: 5px;
}
.testmonial-card{
    border:1px solid #75D100;
    border-radius: 15px;
    
}
.testi-img-card{
    min-height: 250px;
}
.testi-content-card{
    background: #ffffff;
    min-height: 250px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 20px;
}
.star-rating i{
    
}
.testimonial-slider{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}
.testimonial-slider .swiper{
    /*margin-top: -100px;*/
}
.testimonial-slider .swiper .swiper-slide{
    padding-top: 20px;
}
.testimonial-slider .swiper-wrapper{
    padding-bottom: 20px;
    overflow: initial;
}
.testimonial-slider .swiper{
    overflow: initial;
}
.testimonial-slider{
    overflow: hidden;
}
.testimonial-pagination{
    text-align: center;
}
.testimonial-pagination .swiper-pagination-bullet{
    background-color: #ffffff;
}
.testimonial-pagination .swiper-pagination-bullet-active{
    background-color: #375193;
}
.hd-container{
    background-color: #FDFBF8;
    border-radius: 64px;
    border:1px solid #0B3130;
    padding: 10px 30px;
}
.hero-title{
    font-size: 72px;
    font-weight: 600;
}
.max-width-400{
    max-width: 400px;
    margin:auto;
}
.hero-title + div > p{
    color: #646464;
}
.swiper.marquee-swiper {
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    white 10%,
    white 90%,
    transparent 100%
  );
}

.swiper-wrapper.marquee-swiper {
  transition-timing-function: linear;
  align-items: center;
}
.our-client-logo {
    height: 90px;
    width: 130px;
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.swiper-slide.marquee-swiper {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.swiper-slide.marquee-swiper img{
    max-width: 100%;
    max-height: 100%;
}
.nest-egg-comming-col {
    padding-left: 50px;
}
  /* Slim and stylish scrollbar */
.table-responsive::-webkit-scrollbar {
    width: 6px;               /* slim vertical scrollbar */
    height: 6px;              /* slim horizontal scrollbar */
}

.table-responsive::-webkit-scrollbar-track {
    background: #03312c;      /* dark track */
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #20c997;      /* green thumb */
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #17a589;      /* darker on hover */
}

/* For Firefox */
.table-responsive {
    scrollbar-width: thin;
    scrollbar-color: #75d100 #03312c;
}
.banner-content-col{
    max-width: 625px;
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid #000000;
    padding: 50px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 5%;
}
.hero-banner-cta{
    border-radius: 100px;
    padding: 5px 15px 5px 6px;
    width: fit-content;
    border:1px solid #CBCBCB;
}
.white-col-bg-img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
}
.white-col-bg-img img{
    width: 100px;
}
.banner-content-col h1{
    font-weight: bold;
    font-size: 58px;
}
.table-logo-img{
    max-height: 35px;
    max-width: 100%;
}
.big-section-logo-hidden-vis{
    right: 3px;
}
.big-section-logo-hidden-vis img{
    width: 270px;
}
.bank-rate-card{
	height: 220px;
}
.bank-rate-card-2{
	height: 330px;
}
.boost-card-col {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.boost-bank-rate-card{
	height: auto;
    display: initial;
    width: 200px;
}
.nest-egg-boost-col{
	padding-left: 50px;
}
.fs-14{
    font-size: 14px;
}
.height-50{
    height: 50px;
}
.border-radius-10{
    border-radius: 10px;
}
.savings-rate-text-font-26{
    font-size: 24px;
    color: #0B3130;
}
.text-italic{
    font-style: italic;
}
.text-number-aer{
    font-size: 24px;
    color:#0B3130; 
}
.savings-rate-cont-col{
    padding-left: 25px !important;
    min-height: 150px;
}
.savings-rate-cont-col .btn-primary{
    width: fit-content;
}
#term:focus, #product_type:focus{
    /*color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);*/
}
.saving-rate-bank-logo img{
    max-height: 50px;
}
.ft-logo img{
    width: 150px;
}
.green-bg-select, #term:focus, #product_type:focus{
    background:#0f172d;
    border: 1px solid #375193;
    border-radius: 5px 0 5px 5px;
    color: #ffffff;
    box-shadow: initial;
    outline: 0; 
}
.down-arrow-select select{
    -webkit-appearance: none;
}
.down-arrow-select:after {
    content: "";
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 0px solid transparent;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 15px;
    top: 13px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -khtml-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.three-corner-col{
    border-radius: 10px 0 10px 10px;
}
.color-1A4948{
    color: #1A4948;
}
.protected-logo img{
    width: 150px;
}
.blank-height-col{
    height: 140px;
}
.margin-top-revers{
    margin-top: -140px;
}
/*------Dark mode css------*/
body.dark-mode {
    background: #111111;
}
.dark-mode header{
    background: #111111;
}
.dark-mode .hd-container{
    background: transparent;
    border-color: #CEF4F3;
}
.dark-mode .menu-nav-col ul li a{
    color: #ffffff;
}
.dark-mode .hd-login-signup-col .btn.btn-secondary{
    color: #ffffff;
}
.dark-mode .hd-login-signup-col .btn .readmore-btn{
    background: #fff;
    color: #0D0D0D;
}
.dark-mode .white-logo{
    display: block !important;
}
.dark-mode .black-logo{
    display: none !important;
}
.dark-mode .hero-title, .dark-mode .hero-title + div > p, .dark-mode #home .btn-secondary, .dark-mode .section-heading, .dark-mode .savings-rate-text-font-26, .dark-mode .text-number-aer{
    color: #ffffff;
}
.dark-mode .swiper-slide.marquee-swiper img{
   /* filter: brightness(0) invert(1);*/
}
.dark-mode .dark-bg{
    background: #191919;
}
.dark-mode .dark-bg .btn-secondary, .dark-mode .dark-bg .color-1A4948, .dark-mode .dark-bg .ft-menu ul li a, .dark-mode .dark-bg p{
    color: #ffffff;
}
.dark-mode header{
    box-shadow: initial;
}
.dark-mode .ft-sec-border{
    border-color: rgba(255,255,255,0.28); 
}
.dark-mode .top-cta-col img{
    filter: brightness(0) invert(1);
}
.toggle-btn{
    position: absolute;
    right: -65px;
    top: 20px;
    height: 27px;
    width:55px;
    cursor: pointer;
}
.toggle-btn img{
    width: 40px;
    transition: 0.6s ease-in-out;
}
.Startsavingsmarter{
    padding-top: 100px;
    padding-bottom: 100px;
}
/*.boosted-box {
  width: 200px;
  height: 0;
  overflow: hidden;
  background: #76ff2e;
  border-radius: 12px;
  padding: 0 20px;
  transition: height 1s ease-out;
  transform-origin: bottom;
}

.boosted-box.open {
  height: 300px; 
}*/
.boosted-box {
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.9s ease;
}

.boosted-box.open {
  transform: scaleY(1);
}
.savings-rate-img-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.savings-rate-img-col .saving-rate-bank-logo img{
    max-height: 100px;
}
.savings-rate-img-col .saving-rate-bank-logo{
    text-align: start;
    padding-right: 15px;
}
.chat-icon-col{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 11;
    border: 0;
    background: none;
}
.chat-icon-col img{
    width: 65px;
}
body.dark-mode .inner-page-container{
    padding: 15px;
    color: #ffffff;
}
.card-banner-col img{
    border-radius: 22px;
}
body.dark-mode .row-card-title-col h4{
    color: #ffffff;
}
body.dark-mode .card-banner-col .banner-content-col .hero-banner-cta .color-0B3130{
    color: #ffffff;
}
body.dark-mode .card-banner-col .banner-content-col h1{
    color: #ffffff;
}
body.dark-mode .banner-content-col{
    border-color: transparent;
}
@media screen and (min-width: 1250px){
    .xs-humber-menu, .signup-dropdown-toggle{
        display: none;
    }
}
@media screen and (max-width: 1250px){
    nav.menu-nav-col{
        position: fixed;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        height: 100%;
        left: -100%;
        top: 0;
        z-index: 111;
    }
    .menu-nav-col ul{
        width: 300px;
        background: #fff;
        height: 100%;
        display:inline-block;
        padding-top: 35px;
    }
    .menu-nav-col ul li a{
        font-size: 16px;
        display: inline-block;
        padding: 10px 15px;
        width: 100%;
        border-bottom: 1px solid #e2e2e2;
    }
    body.dark-mode .menu-nav-col ul li a{
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .xs-humber-menu{
        display: block;
        width: 50px;
        margin-left: auto;
    }
    header{
        padding: 8px 15px;
        box-shadow: 0 0 5px #e2e2e2;
        background: #ffffff;
    }
    .menu-nav-col ul .d-block.d-sm-none.mb-4{
        padding-left: 15px;
    }
    .hd-container{
        background-color: transparent;
        border-radius: 64px;
        border: 0;
        padding: 0px 15px;
    }
    .top-cta-col {
        width: calc(100% - 190px);
        text-align: right;
    }
    .logo-col {
        width: 150px;
        padding: 0 0 0 15px;
    }
    .hd-login-signup-col {
        display: none;
        position: absolute;
        right: 15px;
        top: 53px;
        width: auto;
        background: #ffffff;
        padding: 15px;
        z-index: 1;
        border-radius: 6px;
        box-shadow: 0 4px 11px #e2e2e2;
    }
    .top-cta-col .d-flex.align-items-center.justify-content-end {
        display: inline-block !important;
    }
    .top-cta-col .btn.btn-secondary {
        margin-bottom: 15px;
        width: fit-content;
    }
    .top-cta-col .btn.btn-primary {
        margin-left: 0 !important;
    }
    .signup-dropdown-toggle {
        display: block;
        position: absolute;
        right: 15px;
        top: 2px;
        width: 30px;
        height: 30px;
        display: flex;
        font-size: 25px;
        justify-content: end;
        align-items: center;
        cursor: pointer;
    }
    .xs-humber-menu img{
        cursor: pointer;
    }
    .toggle-btn {
        right: 80px;
        top: 5px;
    }
}
@media screen and (min-width: 767px){
    
}
@media screen and (max-width: 767px){
    .overflow-x-auto {
        overflow-x: auto;
    }
    .section-heading{
        font-size: 28px;
        text-align: center;
    }
    .ft-menu ul{
        flex-direction: column;
        align-items: start;
    }
    .ft-sec-border{
        text-align: start !important;
        padding-left: 15px;
    }
    .ft-menu ul li a{
        display: inline-block;
        padding: 10px 0;
    }
    .home-contact{
        padding: 25px 15px;
    }
    .social-menu ul{
        display: flex;
        justify-content: center;
    }
    .social-menu ul li{
        margin-right: 25px;
    }
    .social-menu ul li:last-child{
        margin-right:0px;
    }
    .social-menu {
        padding-left: 0;
    }
    .faq-nav-tabs .nav-link{
        margin-bottom: 15px;
    }
    .testimonial-slider .swiper {
        margin-top: 15px;
    }
    .fs-42 {
        font-size: 28px;
    }
    .how-it-works-img{
        justify-content: center;
    }
    .how-it-works-left-col {
        padding-right: 35px;
        border-right: 0;
        padding-left: 15px;
    }
    .top-cta-col{
        width: calc(100% - 190px);
        text-align: right;
    }
    .hd-login-signup-col{
        position: absolute;
        right: 15px;
        top: 53px;
        width: auto;
        background: #ffffff;
        padding: 15px;
        z-index: 1;
        border-radius: 6px;
        box-shadow: 0 4px 11px #e2e2e2;
        /*transition: 0.3s;*/
    }
    .top-cta-col .d-flex.align-items-center.justify-content-end{
        display: inline-block !important;
    }
    .top-cta-col .btn.btn-secondary{
        margin-bottom: 15px;
        width: fit-content;
    }
    .top-cta-col .btn.btn-primary{
        margin-left: 0 !important;
    }
    .logo-col {
        width: 150px;
        padding: 0 0 0 15px;
    }
    .xs-humber-menu i{
        font-size: 30px;
    }
    .signup-cta{
        /*display: none !important;*/
    }
    table tr td img{
        width: 70px;
    }
    table.table tr td, table.table tr th{
        font-size: 12px;
    }
    .hd-login-signup-col{
        display: none;
    }
    .signup-dropdown-toggle{
        display: block;
        position: absolute;
        right: 15px;
        top: 2px;
        width: 30px;
        height: 30px;
        display: flex;
        font-size: 25px;
        justify-content: end;
        align-items: center;
    }
}
@media screen and (max-width: 767px){
    .banner-content-col{
        position: inherit;
        transform: inherit;
        top: 30px;
        padding: 15px;
        left: 0;
        width: 100%;
        padding-bottom: 80px;
    }
    .banner-content-col h1{
        font-size: 26px;
    }
    .hero-banner-cta{
        display: flex;
        align-items: center;
        padding: 2px 10px;
        /*border-color: #CBCBCB !important;*/
    }
     .hero-banner-cta svg{
        width: 34px;
     }
     #home .container > .row > .text-center.pt-5{
        padding-top: 25px !important;
     }
     body{
        padding-top: 45px;
     }
    .hero-title {
        font-size: 32px;
        font-weight: 900;
    }
    .xs-flex-column{
        flex-direction: column;
    }
    .nest-egg-comming-col {
        padding-left: 0;
    }
    section#how-it-works {
       
    }
    .ft-logo img {
        width: 85px;
    }
    .big-section-logo-hidden-vis img{
        width: 200px;
        display: none;
    }
    .savings-rate-cont-col{
        padding-left: .5rem !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .nest-egg-boost-col {
    	padding-left: 5px;
    	padding-right: 5px;
        text-align: center;
	}
    .boost-card-col{
        position: initial;
        transform: initial;
        padding-bottom: 50px;
    }
    .xs-border-corner{
        border-radius: 10px 0 10px 10px !important;
    }
    .savings-rate-cont-col .btn.btn-primary{
        padding: 5px 7px 5px 10px;
    }
    .savings-rate-cont-col .btn.btn-primary span{
        font-size: 13px;
    }
	.boost-bank-rate-card{
		width: 155px;
	}
	.bank-rate-card-2 {
    	height: 210px;
	}
	.bank-rate-card {
    	height: 90px;
	}
    .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    .ft-bg.round-section, .bg-green.round-section{
        border-radius: initial;
    }
    .savings-rate-text-font-26, .text-number-aer{
        font-size: 16px;
    }
    .text-number-aer .text-primary.fw-600{
        font-size: 10px;
    }
    .xs-saving-three-col{
        background:#375193;
        padding: 40px 15px 15px 15px;
        border-radius: 20px 0 20px 0;
        position: relative;
        margin-bottom: 160px; 
    }
    .xs-saving-three-col-icon{
        position: absolute;
        padding: 15px;
        border-radius: 10px 0 10px 10px;
        background-color: #0f172d;
        top: -40px;
        left: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -35px;
    }
    .xs-saving-three-step-col{
        margin-top: 75px;
    }
    .xs-saving-three-col:after{
        content: '';
        position: absolute;
        width: 12px;
        height: 63px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('../images/home/arrow-vertical.png');
        bottom: -95px;
        left: 50%;
        margin-left: -6px;
    }
    .xs-saving-three-col:last-child{
        margin-bottom: 0;
    }
    .xs-saving-three-col:last-child:after{
        content: none;
    }
    .savings-rate-cont-col .hero-banner-cta svg{
        width:20px; 
    }
    .dark-mode .hd-login-signup-col .btn.btn-secondary {
        color: #000000;
    }
    .dark-mode header {
        box-shadow:initial;
    }
    .dark-mode .menu-nav-col ul{
        background: #191919;
    }
    .toggle-btn{
        right: 80px;
        top: 5px;
    }
    .swiper-slide.marquee-swiper{
        width: 150px;
        margin-right: 0 !important;
    }
    .xs-pl-0{
        padding-left: 0 !important;
    }
    .xs-pr-0{
        padding-right: 0 !important;
    }
    #contactus .col-md-2, #contactus .col-md-8{
        padding-right: 30px;
        padding-left: 30px;
    }
    table.table tr td, table.table tr th{
        width: 120px;
    }
    .xs-overflow-x-auto{
        overflow-x: auto;
    }
    .xs-overflow-x-auto > .table-responsive{
        width: 680px;
    }
    .card-banner-col{
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 15px;
    }
    .card-banner-col .banner-content-col.dark-bg{
        padding: 15px;
    }
    body.dark-mode .dark-bg{
        border-radius: 15px 0 15px 15px; 
    }
    .nest-card-commingsoon{
        border-radius: 15px 0 15px 15px !important; 
    }
    .card-banner-col img{
        border-radius: 17px;
    }
    .container.card-banner-col {
        padding-top: 20px !important;
    }
    .logo-col img{
        width: 66px;
    }
}