.max-width{
    max-width: 1020px !important;
    margin: 0 auto;
}
/* hero section */
#Hero{
    background: url(/images/homepage/hero_desk.jpg) no-repeat top right;
    background-size: cover;
}
.hero_section {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, #227EC6 0%, rgba(34, 126, 198, 0.8) 34.62%, rgba(237, 237, 237, 0) 71.94%);
    height: auto;
    padding: 100px 0 40px;
}
span.hero_sup_text {
    font: 500 24px Roboto;
    color: #ffffff;
    line-height: 24px;
    display: block;
    margin-bottom: 18px;
    text-shadow: 2px 2px 2px #00478ECC;
}
h1.title {
    font: 600 68px Roboto;
    color: #ffffff;
    line-height: 72px;
    text-shadow: 2px 2px 2px #00478ECC;
}
.get_started {
    font: 700 20px Roboto;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 14px 49px;
    background: #26BCAD;
    border: 1px solid #2FD6C6;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #00478ECC;
    display: flex;
    align-items: center;
    gap: 10px;
}
.get_started:hover{
    background: #1B9387 !important;
    border-color: #21B6A7 !important;
}
#getStartedModal .modal-content{
    padding: 60px 40px;
    background: #F4F6F6;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    margin: 0 16px;
    box-shadow: 4px 4px 0px 0px #00478E1F;
}
#getStartedModal .modal-content .modal-title{
    font: 300 28px Roboto;
    color: #00478E;
    line-height: 100%;
    text-align: center;
    text-transform: none;
}
#getStartedModal .modal-content .modal-header{
    border-bottom: unset;
    margin: 0 auto;
}
#getStartedModal .modal-content .modal-body{
    margin-top: 40px;
}
#getStartedModal .modal-content .close{
    position: absolute;
    right: 15px;
    top: 15px;
    outline: none;
    border: none;
    background: unset;
    color: #00478E;
}
#getStartedModal .modal-content .modal-card:hover{
    border: 1px solid #26BCAD;
}
#getStartedModal .modal-content .modal-card:hover .title{
    font-weight: bold;
}
#getStartedModal .modal-content .row1, getStartedModal .row2{
    justify-content: center;
}
#getStartedModal .modal-content .row2{
    margin-top: 25px;
}
#getStartedModal .modal-content .modal-card {
    padding: 10px;
    background: #ffffff;
    box-shadow: 4px 4px 4px 0px #00478E1F;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #fff;
}
#getStartedModal .modal-content .modal-card .title{
    font: 400 16px Roboto;
    color: #2C93E4;
    margin-top: 15px;
    text-align: center;
    white-space: nowrap;
}
.hero_banks{
    margin-top: 90px;
    padding: 20px 89px;
    background: #00478E;
    box-shadow: 2px 2px 4px 0px #00478E4D;
    text-align: center;
    color: #ffffff;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
.hero_banks .hero_banks_subTxt{
    font: 500 18px Roboto;
    color: #ffffff;
    margin-bottom: 20px;
    display: block;
}
.bank_logo_cont{
    align-items: center;
    gap: 30px;
}
.many_more{
    font: 400 16px Roboto;
    display: flex;
    align-items: center;
    width: auto;
}
.many_more span:first-child{
    display: block;
    font-size: 25px;
    margin-right: 30px;
}
.get_started_btn_img{
    margin-left: 10px;
}
.bank_logo_cont img{
    height: 35px;
}
.home_top_btn{
    width: fit-content;
}
a:visited {
    color: #3F93E4 !important;
    text-decoration: none;
}
#Hero .next_section,
.hero_banks_mb .next_section{
    position: absolute;
    bottom: -19px;
    left: 50%;
    height: 40px;
    width: 40px;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0px 1px 4px 0px #00478E80;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-color: unset;
    color: #fff !important;
    cursor: pointer;
}
@keyframes slowBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
}
.bounce {
  animation: slowBounce 3s infinite;
}
#Hero .next_section:hover,
.hero_banks_mb .next_section:hover{
    border-color: #1B9387;
}
/* Analytics */
#Analytics {
    padding: 60px 0;
    background: #ffffff;
}
#Analytics .analytics_div h2{
    text-align: center;
    font: 300 28px Roboto;
    line-height: 100%;
    color: #00366D !important;
}
#Analytics .analytics_div span.green_hr {
    border: 1px solid #2FD6C6;
    text-align: center;
    display: block;
    width: 220px;
    margin: 0 auto;
}
#Analytics .analytics_div .numbers {
    font: 700 36px Roboto;
    color: #00478E;
    margin-bottom: 15px;
}
#Analytics .analytics_div span.text_desc {
    font: 500 16px Roboto;
    color: #4D5860;
    text-transform: capitalize;
}
#Analytics .analytics_div .numbers span {
    font-size: 18px !important;
}
/* Explore */
#Explore {
    padding: 60px 0 44px;
    background: #E8EDF1;
}
#Explore .max-width{
    max-width: 1047px;
}
#Explore .explore_div h2{
    text-align: center;
    font: 300 28px Roboto;
    line-height: 100%;
    color: #00366D !important;
}
#Explore .explore_div span.green_hr {
    border: 1px solid #2FD6C6;
    text-align: center;
    display: block;
    width: 220px;
    margin: 0 auto;
}
#Explore .explore_div .btn-prev{
    position: absolute;
    z-index: 1;
    left: -10px;
    top: 40%;
    padding: 11px 8.5px;
    box-shadow: 0px 1px 4px 0px #00478E80;
    background: #ffffff;
    height: 36px;
    width: 24px;
    display: flex;
    justify-content: center;
}
#Explore .explore_div .btn-next{
    position: absolute;
    z-index: 1;
    right: -10px;
    top: 40%;
    padding: 11px 8.5px;
    box-shadow: 0px 1px 4px 0px #00478E80;
    background: #ffffff;
    height: 36px;
    width: 24px;
    display: flex;
    justify-content: center;
}
#Explore .explore_div .btn-prev:hover,
#Explore .explore_div .btn-next:hover{
    border-color: #1B9387;
}
#Explore .explore_div .explore_prev,
#Explore .explore_div .explore_next{
    transform: rotate(90deg);
    width: 12px;
}
#Explore .explore_div .explore_next{
    transform: rotate(270deg) !important;
}
#Explore .explore_div .card{
    border-radius: 0;
    border: unset;
}
#Explore .explore_div .card-body {
    padding: 24px !important;
    text-align: center;
    box-shadow: 4px 4px 0px 0px #00478E1F;
    height: 215px;
}
#Explore .explore_div .card-title {
    font: 500 20px Roboto;
    color: #3F93E4;
    line-height: 100%;
    text-transform: unset;
}
#Explore .explore_div .card-title:hover{
    text-decoration: underline;
}
#Explore .explore_div .card-text {
    font: 400 14px Roboto;
    color: #4D5860;
    line-height: 18px;
}
/* Animation */
#AccTypesContMB{
    overflow: hidden;
}
#Explore .explore_div #AccTypesCont{
    flex-wrap: nowrap;
    overflow: hidden;
}
#Explore .explore_div .AccTypes-item {
    transition: transform .42s ease-in-out !important;
}
/* Choose next */
#ChooseNext .chooseNextDiv .left {
    background: url(/images/homepage/choose-next-acount.jpg) no-repeat top right;
    background-size: cover;
    background-position: center;
}
#ChooseNext .chooseNextDiv .left-img {
    background: linear-gradient(271.17deg, rgba(237, 237, 237, 0) 1%, rgba(57, 153, 229, 0.3) 49.19%, #2C93E4 99%);
    height: 100%;
}
#ChooseNext .chooseNextDiv .right {
    padding: 60px 30px;
}
#ChooseNext .chooseNextDiv h2{
    font: 300 28px Roboto;
    line-height: 40px;
    color: #00366D !important;
}
#ChooseNext .chooseNextDiv span.green_hr {
    border: 1px solid #2FD6C6;
    text-align: center;
    display: block;
    width: 220px;
}
#ChooseNext .chooseNextDiv {
    font: 400 16px Roboto;
    line-height: 24px;
    color: #4D5860;
}
/* Listings */
#ListingSec {
    padding: 60px 0;
    background: #F4F6F6;
}
#ListingSec .listings_div h2{
    font: 300 28px Roboto;
    line-height: 100%;
    color: #00366D !important;
    text-align: center;
}
#ListingSec .listings_div span.green_hr {
    border: 1px solid #2FD6C6;
    text-align: center;
    display: block;
    width: 220px;
    margin: 0 auto;
}
#ListingSec .listings_div .national_avg_rates {
    background: #E8EDF1;
    padding: 20px 64px 0;
    border-top-left-radius: 64px;
    border-bottom-right-radius: 64px;
    cursor: pointer;
}
#ListingSec .listings_div .national_avg_rates span.head {
    font: 500 18px Roboto;
    color: #4D5860;
    margin-left: 10px;
}
#ListingSec .listings_div .national_avg_rates .types {
    margin-top: 20px;
    gap: 100px;
}
#ListingSec .listings_div .national_avg_rates .ratesVal {
    font: 700 36px Roboto;
    color: #00478E;
}
#ListingSec .listings_div .national_avg_rates .ratesVal span {
    font-size: 18px;
}
#ListingSec .listings_div .national_avg_rates .active .ratesVal {
    color: #2C93E4 !important;
}
#ListingSec .listings_div .national_avg_rates .type {
    font: 500 16px Roboto;
    color: #4D5860;
    margin-top: 5px;
}
#ListingSec .listings_div .national_avg_rates .savings,
#ListingSec .listings_div .national_avg_rates .cds,
#ListingSec .listings_div .national_avg_rates .checking {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#ListingSec .listings_div .national_avg_rates .active {
    border-bottom: 5px solid #26BCAD;
}
/* Old support */
.font-weight-bold {
    font-weight: 700!important;
}
.font-weight-normal {
    font-weight: 400!important;
}
.text-right {
    text-align: right !important;
}
.float-left {
    float: left !important;
}
.sponsoredText {
    color: #818F9A;
}
span#disclosure_link, #dynamicZip {
    color: #2C93E4;
    text-decoration: underline;
    cursor: pointer;
}
.newListingView {
    font-family: 'Roboto', 'sans-serif';
    position: relative;
}
.list .box-shadow {
    background-color: #fff;
    color: #4D5860;
    width: 100%;
    box-shadow: #ddd 5px 5px 0 0
}
/* Listing adv. popup */
#disclaimer_popup {
    padding: 24px;
    width: 35%;
    border-radius: 4px;
}
.disclaimer_content {
    color: #4D5860;
}
#disclaimer_popup .labelAdv, #updatezip_popup .labelAdv {
    border-bottom: 1px solid #818f9a;
    display: block
}
#disclaimer_popup .adv_title{
    font:700 16px Roboto;
    line-height: 21px;
    color: #4D5860 !important;
    padding: 0 0 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #818F9A !important;
}
#disclaimer_popup .adv_content{
    font: 400 12px Roboto;
    line-height: 18px;
    color: #4D5860;
    margin-top: 15px;
}
#disclaimer_popup  span.popup_close:before {
    position: absolute;
    top: 10px;
    right: 10px;
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgPGcgaWQ9Ikdyb3VwXzc2NSIgZGF0YS1uYW1lPSJHcm91cCA3NjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTYxIC01MTkpIj4NCiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzEiIGRhdGEtbmFtZT0iRWxsaXBzZSAxIiBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExNjEgNTE5KSIgZmlsbD0iI2VjZWNlYyIvPg0KICAgIDxnIGlkPSJHcm91cF80NTIiIGRhdGEtbmFtZT0iR3JvdXAgNDUyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0IC03OCkiPg0KICAgICAgPGxpbmUgaWQ9IkxpbmVfMiIgZGF0YS1uYW1lPSJMaW5lIDIiIHgyPSIxMSIgeTI9IjExIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTYzLjUgNjAzLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMyYzkzZTQiIHN0cm9rZS13aWR0aD0iMiIvPg0KICAgICAgPGxpbmUgaWQ9IkxpbmVfMyIgZGF0YS1uYW1lPSJMaW5lIDMiIHgxPSIxMSIgeTI9IjExIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTYzLjUgNjAzLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMyYzkzZTQiIHN0cm9rZS13aWR0aD0iMiIvPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+DQo=);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    cursor: pointer;
}
.disclaimer_mask, .updatezip_mask {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    display: none;
}
.disclaimer_popup{
    position: fixed;
    top: 25%;
    z-index: 10001;
    display: none;
    background-color: #FFF;
    font-style: normal;
    padding-left: 0px;
    padding-right: 0px;
    right: 0;
    left: 0px;
}
#disclaimer_popup .labelAdv {
    border-bottom: 1px solid #818f9a;
    display: block;
}
@media screen and (max-width:991.98px) {
    div#disclaimer_popup {
        width: 50%;
    }
}
/* Reviews */
#Reviews {
    padding: 60px 0;
    background: linear-gradient(94.28deg, #C7E6FF 0%, #E2FAF8 100%);
}
#Reviews .max-width{
    max-width: 1047px;
}
#Reviews .review_div .carousel-item.reviewItems{
    transition: transform .42s ease-in-out !important;
}
#Reviews .review_div h2{
    text-align: center;
    font: 300 28px Roboto;
    line-height: 100%;
    color: #00366D !important;
}
#Reviews .review_div span.green_hr {
    border: 1px solid #2FD6C6;
    text-align: center;
    display: block;
    width: 220px;
    margin: 0 auto;
}
#Reviews .review_div .btn-prev{
    position: absolute;
    z-index: 1;
    left: -12px;
    top: 40%;
    padding: 11px 8.5px;
    box-shadow: 0px 1px 4px 0px #00478E80;
    background: #ffffff;
    height: 36px;
    width: 24px;
    display: flex;
    justify-content: center;
}
#Reviews .review_div .btn-next{
    position: absolute;
    z-index: 1;
    right: -12px;
    top: 40%;
    padding: 11px 8.5px;
    box-shadow: 0px 1px 4px 0px #00478E80;
    background: #ffffff;
    height: 36px;
    width: 24px;
    display: flex;
    justify-content: center;
}
#Reviews .review_div .btn-prev:hover,
#Reviews .review_div .btn-next:hover{
    border-color: #1B9387;
}
#Reviews .review_div .review_prev,
#Reviews .review_div .review_next{
    transform: rotate(90deg);
    width: 12px;
}
#Reviews .review_div .review_next{
    transform: rotate(270deg) !important;
}
#Reviews .review_div .card{
    border-radius: 0;
    border: unset;
}
#Reviews .review_div .card-body{
    padding: 24px;
    height: 215px;
    text-align: center;
    box-shadow: 4px 4px 0px 0px #00478E1F;
    border-bottom: 5px solid #26BCAD;
}
#Reviews .review_div .card-body::before {
    content: url(/images/homepage/upper-quotes.svg);
    display: block;
    height: 40px;
    width: 48px;
}
#Reviews .review_div .card-body::after {
    content: url(/images/homepage/lower-quotes.svg);
    display: block;
    height: 40px;
    width: 48px;
    position: absolute;
    right: 24px;
    bottom: 24px;
}
#Reviews .review_div .card-body .review-desc{
    font: 400 14px Roboto;
    line-height: 22px;
    color: #4D5860;
    padding: 5px 0 !important;
    text-transform: none;
}
#Reviews .review_div .card-body .reviewer{
    font: 500 14px Roboto;
    line-height: 22px;
    color: #203A72;
}
/* FAQs */
#FAQs {
    padding: 60px 0;
    background: #F4F6F6;
}
#FAQs .faq_div h2{
    text-align: center;
    font: 300 28px Roboto;
    line-height: 100%;
    color: #00366D !important;
}
#FAQs .faq_div span.green_hr {
    border: 1px solid #2FD6C6;
    text-align: center;
    display: block;
    width: 220px;
    margin: 0 auto;
}
#FAQs .faq_div .faq-block {
    background-color: #fff;
    border-radius: 0.5rem;
    border: 1px solid #DFE7ED;
}
#FAQs .faq_div .faqsec .faq-section:not(:last-child) {
    border-bottom: 1px solid #E8EDF1;
}
#FAQs .faq_div .faqsec .faq-block .faq-question {
    position: relative;
    font: 500 18px Roboto;
    line-height: 100%;
    color: #203A72;
    margin: 1.5rem 0;
    cursor: pointer;
}
#FAQs .faq_div .faqsec .faq-block .faq-question:hover{
    text-decoration: underline;
}
#FAQs .faq_div .faqsec .faq-block .faq-question.faq-q-open {
    margin-bottom: 0.75rem !important;
} 
#FAQs .faq_div .faqsec .faq-block .faq-answer {
    display: none;
    font: 400 14px Roboto;
    line-height: 21px;
    color: #4D5860;
    background-color: #EDF6FD;
    border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
}
#FAQs .faq_div .faqsec .faq-block .faq-question:after {
    content: url('/images/homepage/nav-arrow.svg');
    position: absolute;
    right: 0;
    top: 0;
}
#FAQs .faq_div .faqsec .faq-block .faq-question.faq-q-open:after {
    transform: rotate(-180deg);
}
#FAQs .faq_div .faqsec .faq-block .faq-answer ul {
    padding-left: 1rem;
    margin: 0;
}
/* Media Query */
@media screen and (max-width: 499.98px) {
    #ListingSec .listings_div .national_avg_rates .savings.active .ratesVal{
        transform: translateX(50%) !important;
    }
    #ListingSec .listings_div .national_avg_rates .checking.active .ratesVal{
        transform: translateX(-50%) !important;
    }
}
@media (min-width: 500px) and (max-width: 576px) {
    #ListingSec .listings_div .national_avg_rates .savings.active .ratesVal{
        transform: translateX(100%) !important;
    }
    #ListingSec .listings_div .national_avg_rates .checking.active .ratesVal{
        transform: translateX(-90%) !important;
    }
}
@media screen and (max-width: 575.98px) {
    .max-width{
        padding: 0 16px;
    }
    /* Hero */
    #Hero {
        background: url(/images/homepage/hero_mobile.jpg) no-repeat;
        background-size: cover;
        background-position: bottom;
    }
    .hero_section{
        background: linear-gradient(143.77deg, #227EC6 7.96%, rgba(34, 126, 198, 0.55) 53.98%, rgba(237, 237, 237, 0) 100%);
        height: 391px;
        padding: 30px 0 0px;
    }
    span.hero_sup_text{
        font-size: 16px;
        text-align: center;
        margin-bottom: 10px;
    }
    h1.title{
        font-size: 28px;
        line-height: 32px;
        text-align: center;
        padding-bottom: 0 !important;
        margin-bottom: 15px !important;
    }
    .home_top_btn{
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
    }
    .bank_logo_cont img{
        width: fit-content;
    }
    /* analytics */
    #Analytics{
        padding: 42px 0;
    }
    #Analytics .analytics_div .analytics_cont{
        flex-direction: column;
        gap: 32px;
    }
    #Analytics .analytics_div h2{
        font-size: 24px;
        line-height: 32px;
    }
    #Analytics .analytics_div .numbers{
        font-size: 32px;
    }
    #Analytics .analytics_div span.text_desc{
        font-size: 16px;
    }
    /* Explore */
    #Explore{
        padding: 42px 0 38px;
    }
    #Explore .explore_div h2{
        font-size: 24px;
        line-height: 32px;
    }
    #Explore .explore_div .card-body{
        padding: 16px !important;
        height: 185px;
    }
    #Explore .explore_div .card-body img{
        height: 45px;
        width: 45px;
    }
    #Explore .explore_div .card-title{
        font-size: 16px;
        padding: 10px 0 !important;
    }
    #Explore .explore_div .card-text{
        font-size: 12px;
        padding-bottom: 16px;
    }
    #Explore .explore_div .btn-next{
        right: 10px !important;
    }
    #Explore .explore_div .btn-prev{
        left: 10px !important;
    }
    #Explore .explore_div .carousel-inner{
        padding: 0 !important;
    }
    #Explore .explore_div .carousel-inner .carousel-item{
        padding-bottom: 4px !important;
        padding: 0 24px;
        transition: transform .35s ease-in-out !important;
    }
    /* choose next */
    #ChooseNext .chooseNextDiv {
        flex-direction: column;
    }
    #ChooseNext .chooseNextDiv .right{
        padding: 42px 16px;
        padding-left: 28px;
    }
    #ChooseNext .chooseNextDiv .left-img{
        height: 270px;
        background: linear-gradient(271.17deg, rgba(237, 237, 237, 0) 1%, rgba(57, 153, 229, 0.3) 45.41%, rgba(44, 147, 228, 0.9) 99%);
    }
    #ChooseNext .chooseNextDiv .left {
        background: url(/images/homepage/choose-next-account-mobile.jpg) no-repeat top right;
        background-size: cover;
    }
    #ChooseNext .chooseNextDiv h2{
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    #ChooseNext .chooseNextDiv {
        font-size: 14px;
        line-height: 22px;
    }
    #ChooseNext .chooseNextDiv p{
        text-align: center;
    }
    #ChooseNext .chooseNextDiv span.green_hr{
        width: 50%;
        margin: auto;
    }
    /* Listing */
    .list-item figure.company_logo {
        width: 200px !important;
    }
    .list-item .disLink{
        font-size: 12px !important;
    }
    #ListingSec{
        padding: 42px 0;
    }
    #ListingSec .listings_div h2{
        font-size: 24px;
        line-height: 32px;
    }
    div#disclaimer_popup {
        width: 90% !important;
        padding: 12px 15px;
    }
    #disclaimer_popup .labelAdv.contentHeader {
        font-size: 18px;
    }

    /* Reviews */
    #Reviews {
        padding: 42px 0 38px;
    }
    #Reviews .review_div .carousel-inner{
        padding: 0 15px;
    }
    #Reviews .review_div .btn-prev{
        left: 10px;
    }
    #Reviews .review_div .btn-next{
        right: 10px;
    }
    #Reviews .reviewsCont{
        padding: 0;
    }
    #Reviews .review_div .card-body{
        height: 205px;
    }
    #Reviews .review_div h2{
        font-size: 24px;
        line-height: 32px;
    }
    #Reviews .review_div .card-body .review-desc{
        font-size: 12px;
        line-height: 18px;
    }
    #Reviews .review_div .carousel-item.reviewItems{
        padding-bottom: 4px !important;
        padding: 0 24px;
    }
    #Reviews .carousel-card{
        padding: 0 !important;
    }
    /* FAQs */
    #FAQs{
        padding: 42px 0;
    }
    #FAQs .faq_div h2{
        font-size: 24px;
    }
    #FAQs .faq_div .faq-block{
        margin-top: 32px !important;
    }
    #FAQs .faq_div .faqsec .faq-block .faq-question{
        font-size: 16px;
        padding-right: 24px;
        line-height: 19px;
    }
    #FAQs .faq_div .faqsec .faq-block .faq-answer{
        font-size: 12px;
    }
}
@media screen and (max-width: 767.98px) {
    /* Hero */
    .hero_banks_mb {
        background: #00478E;
        padding: 30px 0;
        position: relative;
    }
    .hero_banks_mb .max-width{
        text-align: center;
    }
    .hero_banks_mb .hero_banks_subTxt {
        font: 500 12px Roboto;
        color: #FFFFFF;
        line-height: 18px;
    }
    .hero_banks_mb .bank_logo_cont{
        margin-top: 15px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 30px;
    }
    .hero_banks_mb .bank_logo_cont.iphone_bank_logo{
        gap: 10px !important;
    }
    .hero_banks_mb .bank_logo_cont img{
        height: 25px;
    }
    .hero_banks_mb .many_more span:first-child{
        margin-right: 20px;
    }
    .hero_banks_mb .many_more{
        font-size: 12px;
        color: #ffffff;
    }
    .hero_banks_mb .next_section {
        position: absolute;
        bottom: -20px;
        left: 45%;
    }
    .get_started{
        font-size: 16px;
        padding: 8px 69px;
    }
    #getStartedModal .modal-content .close{
        right: 12px;
        top: 12px;
    }
    #getStartedModal .modal-content{
        padding: 30px;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }
    #getStartedModal .modal-content .modal-body{
        margin-top: 10px;
    }
    #getStartedModal .modal-content .modal-title{
        font-size: 20px;
        line-height: 24px;
    }
    #getStartedModal .modal-content .row2{
        margin-top: 12px;
    }
    #getStartedModal .modal-content .row1, 
    #getStartedModal .modal-content .row2{
        gap: 12px;
    }
    #getStartedModal .modal-content .modal-card{
        padding: 10px;
        border-radius: 12px;
    }
    #getStartedModal .modal-content .modal-card img{
        height: 35px;
        width: 35px;
    }
    #getStartedModal .modal-content .modal-card .title{
        font-size: 14px;
        margin-top: 5px;
    }
    /* Listing */
    #ListingSec .listings_div .national_avg_rates .active .type {
        color: #2C93E4 !important;
    }
    #ListingSec .listings_div .national_avg_rates{
        padding: 20px 51px 0;
        margin-top: 32px !important;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }
    #ListingSec .listings_div .national_avg_rates .types{
        margin-top: 20px;
        align-items: end;
        gap: 30px;
    }
    #ListingSec .listings_div .national_avg_rates .type{
        font-size: 14px;
        color: #00478E;
    }
    #ListingSec .listings_div .national_avg_rates span.head{
        font-size: 14px;
    }
    #ListingSec .listings_div .national_avg_rates .savings,
    #ListingSec .listings_div .national_avg_rates .cds,
    #ListingSec .listings_div .national_avg_rates .checking{
        width: 40%;
        padding-bottom: 15px;
    }
    #ListingSec .listings_div .national_avg_rates .active{
        padding-bottom: 10px !important;
    }
    #ListingSec .listings_div .national_avg_rates .ratesVal{
        display: none;
    }
    #ListingSec .listings_div .national_avg_rates .active .ratesVal{
        display: block !important;
        white-space: nowrap;
        margin-bottom: 20px;
    }
    #ListingSec .listings_div .national_avg_rates .type{
        margin-top: 0 !important;
    }
}
@media (min-width: 697px) and (max-width: 575.98px) {
    .hero_banks_mb .next_section{
        left: 48%;
    }
}
@media (min-width: 768px) and (max-width: 820px) {
    /* Hero */
    #Hero{
        background-position: -265px !important;
    }
}
/* NEW STYLINGS */
/* @media (min-width: 657px) and (max-width: 657px) {
    #Hero {
        background-position: -190px !important;
    }
} */
@media (min-width: 576px) and (max-width: 657.98px) {
    #Hero {
        background-position: -225px !important;
    }
    #ListingSec .listings_div .national_avg_rates .savings.active .ratesVal{
        transform: translateX(120%);
    }
    #ListingSec .listings_div .national_avg_rates .checking.active .ratesVal{
        transform: translateX(-100%);
    }
}
@media (min-width: 658px) and (max-width: 767.98px) {
    #Hero {
        background-position: -90px !important;
    }
    #ListingSec .listings_div .national_avg_rates .savings.active .ratesVal{
        transform: translateX(145%);
    }
    #ListingSec .listings_div .national_avg_rates .checking.active .ratesVal{
        transform: translateX(-125%);
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    /* Hero */
    .hero_banks_mb .bank_logo_cont{
        gap: 10px 4px !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .hero_banks{
        padding: 20px 45px !important;
    }
    .hero_banks_mb .hero_banks_subTxt{
        font-size: 16px;
        margin-bottom: 16px;
    }
    #Hero .hero_section {
        padding-bottom: 60px;
    }
    #getStartedModal .modal-content .modal-body{
        margin-top: 10px !important;
    }
    #getStartedModal .modal-content .row1, 
    #getStartedModal .modal-content .row2{
        gap: 10px !important;
    }
    .hero_banks_mb .bank_logo_cont img{
        width: 25%;
    }
    .hero_banks_mb .next_section{
        left: 49%;
    }
    /* Analytics */
    #Analytics .analytics_div span.text_desc{
        font-size: 14px !important;
        white-space: nowrap !important;
    }
    /* Choose Next */
    #ChooseNext .chooseNextDiv .right{
        padding: 48px 20px !important;
    }
    /* Explore Section */
    #Explore .explore_div .exploreCarouselCont .tabletAccTypes,
    #Reviews .review_div .reviewsCont #reviewCarouselTablet { /* Review */
        padding: 0 15px;
    }
    #Explore .explore_div .exploreCarouselCont .tabletAccTypes .AccTypes-card:nth-child(2),
    #Reviews .review_div #reviewCarouselTablet .carousel-item .carousel-card:last-child{ /* Review */
        padding-right: 16px;
    }
    /* Listings */
    /* Review */
    #Reviews .review_div h2{
        line-height: 150%;
    }
    #Reviews .review_div .btn-prev{
        left: 3px;
    }
    #Reviews .review_div .btn-next{
        right: 3px;
    }
    /* FAQ */
    #FAQs .faq_div .faqsec.container{
        max-width: 768px !important;
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    /* Hero */
    #Hero{
        background-position: center;
    }
    #Hero .hero_section{
        background: linear-gradient(90.6deg, rgba(255, 255, 255, 0.2) 42.87%, rgba(255, 255, 255, 0) 99.51%), linear-gradient(90deg, #227EC6 19.71%, rgba(34, 126, 198, 0.55) 48.08%, rgba(237, 237, 237, 0) 73.56%);
    }
    #Hero .hero_section{
        padding-top: 60px;
    }
    #Hero span.hero_sup_text{
        font-size: 20px;
        margin-bottom: 16px;
    }
    #Hero h1.title{
        font-size: 48px;
        line-height: 56px;
    }
    #Hero .hero_banks{
        margin-top: 60px;
    }
    #Hero .many_more{
        font-size: 14px;
    }
    #Hero .hero_banks{
        padding: 20px 35px;
    }
    #Hero .hero_banks .hero_banks_subTxt{
        margin-bottom: 16px;
        font-size: 16px;
    }
    #Hero .bank_logo_cont{
        gap: 15px;
        justify-content: center;
    }
    #Hero .bank_logo_cont img{
        height: 31px;
    }
    /* Analytics */
    #Analytics{
        padding: 48px 0;
    }
    #Analytics .analytics_div h2{
        font-size: 24px;
        padding-bottom: 12px !important;
    }
    #Analytics .analytics_div .analytics_cont {
        padding-top: 38px !important;
        align-items: end;
    }
    #Analytics .analytics_div span.text_desc{
        white-space: nowrap;
    }
    #Analytics .analytics_div .numbers{
        font-size: 32px;
        line-height: 100%;
    }
    /* Expole */
    #Explore{
        padding: 48px 0 37px;
    }
    #Explore .explore_div h2{
        font-size: 24px;
        padding-bottom: 12px !important;
    }
    #Explore .explore_div .card-body{
        padding: 15px !important;
        min-height: 165px;
        height: auto;
    }
    #Explore .explore_div .card-body img{
        height: 35px;
        width: 35px;
    }
    #Explore .explore_div .card-title{
        padding: 6px 0 !important;
        font-size: 14px;
    }
    #Explore .explore_div .card-text{
        font-size: 12px;
    }
    #Explore  .explore_div .exploreCarouselCont{
        margin-top: 12px !important;
    }
    /* ChooseNext */
    #ChooseNext .chooseNextDiv .right{
        padding: 48px 16px;
    }
    #ChooseNext .chooseNextDiv p{
        font-size: 14px;
    }
    #ChooseNext .chooseNextDiv .ChooseNextFirstPara{
        padding-top: 36px !important;
    }
    #ChooseNext .chooseNextDiv h2{
        font-size: 24px;
        line-height: 36px;
        padding-bottom: 12px !important;
    }
    #ChooseNext .chooseNextDiv .left-img{
        background: linear-gradient(271.17deg, rgba(237, 237, 237, 0) 1%, rgba(57, 153, 229, 0.3) 45.41%, rgba(44, 147, 228, 0.9) 99%);
        height: 100%;
    }
    #ChooseNext .chooseNextDiv .left{
        background-position: bottom;
    }
    /* Listing */
    #ListingSec{
        padding: 48px 0 !important;
    }
    #ListingSec .listings_div h2{
        font-size: 24px;
        padding-bottom: 12px !important;
    }
    #ListingSec .listings_div .national_avg_rates{
        padding: 20px 59px 0;
    }
    #ListingSec .listings_div .national_avg_rates span.head{
        font-size: 16px;
    }
    #ListingSec .listings_div .national_avg_rates .ratesVal{
        font-size: 32px;
    }
    #ListingSec .listings_div .national_avg_rates .type{
        font-size: 14px;
        white-space: nowrap;
    }
    /* Reviews */
    #Reviews{
        padding: 48px 0 !important;
    }
    #Reviews .review_div h2{
        font-size: 24px;
        padding-bottom: 12px !important;
    }
     #Reviews .review_div .reviewsCont{
        padding-top: 36px !important;
    }
    #Reviews .review_div .card-body{
        padding: 10px !important;
        height: 160px;
    }
    #Reviews .review_div .card-body .review-desc{
        font-size: 12px;
        line-height: 18px;
        padding: 5px 0 !important;
    }
    #Reviews .review_div .card-body .reviewer{
        font-size: 12px;
    }
    #Reviews .review_div .card-body::before,
    #Reviews .review_div .card-body::after{
        height: 24px;
        width: 30px;
    }
    #Reviews .review_div .card-body::before {
        content: url(/images/homepage/upper-quotes-tablet.svg);
    }
    #Reviews .review_div .card-body::after{
        content: url(/images/homepage/lower-quotes-tablet.svg);
    }
    /* FAQs */
    #FAQs{
        padding: 48px 0 !important;
    }
    #FAQs .faq_div h2{
        font-size: 24px;
        padding-bottom: 12px !important;
    }
    #FAQs .faq_div .faq-block{
        margin-top: 36px !important;
        padding: 24px !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    #getStartedModal .modal-content{
        padding: 40px;
    }
    #Hero .many_more span:first-child{
        margin-right: 15px;
    }
    #getStartedModal .modal-content .modal-body{
        margin-top: 32px !important;
    }
    #getStartedModal .modal-content .modal-card img{
        height: 35px;
        width: 35px;
    }
    #getStartedModal .modal-content .modal-card .title{
        font-size: 14px;
        margin-top: 10px;
        white-space: break-spaces;
    }
    #getStartedModal .modal-content .modal-title{
        font-size: 24px;
    }
}
@media screen and (min-width: 576px){
    #getStartedModal .modal-dialog{
        max-width: 1020px;
    }
}
@media screen and (min-width: 768px) {
    #Explore .explore_div .AccTypes-item  .AccTypes-card:last-child,
    #Reviews .review_div .carousel-item .carousel-card:last-child{
        padding-right: 16px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1024px !important;
    }
    .bank_logo_cont img{
        width: fit-content;
    }
}
@media screen and (min-width: 992px) {
    #getStartedModal .modal-content .row1{
        gap: 25px;
    }
    #getStartedModal .modal-content .row1 .col-12{
        padding: 0;
        width: auto;
    }
    #getStartedModal .modal-content .modal-card{
        width: 216px;
        max-width: 216px;
    }
}
@media (min-width: 993px) and (max-width: 1099px) {
    #Hero{
        background-position: -285px;
    }
}