header, .top-mobile {
    display: none !important;
}

.apply-now-new-usa-bg {
  background: url('/viewPagesAssets/img/apply-now-new-offers-usa/apply-now-new-usa-sud-bg.webp');
  background-position: center;
  background-size: 100% 100%;
}

@media(max-width:991px) {
    .apply-now-new-usa-bg{
      background-size: cover !important;
    }
}

@media (max-width: 576px) {
    .loan-apply-header {
        padding: 10px 0 !important;
    }

    .f_size_50{
        font-size: 30px !important;
    }
}

.tc-ul > li {
    list-style-type: none;
    position: relative;
    padding-bottom: 15px;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}

.tc-ul li::after {
    content: "●";
    color: #007A7A;
    font-size: 2.5em;
    position: absolute;
    left: -35px;
    top: 0;
}

.tc-ul > li:last-child {
    border-bottom : none !important;
}

.tab-pane .card {
    margin-bottom: 20px;
    background-color: #fff !important;
}

.right-circle{
    position: absolute;
    right: 0;
    top: 5%;
    width: 4%;
}