@media only screen and (max-width: 992px) {
  .custom-select {
    border-right: none;
  }

  .rate_section .rate_container {
    justify-content: center;
  }

  .rate_section {
    background-position: 0% 65%;
  }

  .accordion-header {
    padding-top: 2rem;
  }

  .accordion-item h4 {
    padding-top: 0;
  }

  .why-choose {
    text-align: center;
    overflow: hidden;
  }

  .learn {
    padding-top: 10rem;
  }

  .feature-div div {
    align-items: center !important;
    justify-content: center;
  }

  .learn h3 {
    text-align: left;
  }

  .section-title {
    text-align: center !important;
  }

  .why-choose p {
    text-align: left;
  }

  .hero-banner h1 {
    font-size: 4.6rem;
    text-align: center;
    padding-top: 2rem;
  }

  .hero-banner p {
    text-align: center;
    padding-bottom: 3rem;
  }

  .why-choose::before {
    width: 60%;
    background-position: left;
  }

  .image-hero {
    width: 60%;
    margin: 0 auto;
  }

  .header_section {
    background-color: #a25dce;
  }

  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 1rem 0 1rem;
    font-size: 2rem;
  }

  .navbar-nav {
    width: 100%;
    padding-top: 3rem;
  }

  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
    background-color: #fff !important;
    color: #000 !important;
  }

  .custom_nav-container {
    padding-bottom: 2rem;
  }

  /* .term-banner {
    height: 65vh;
    min-height: 65vh;
  } */

  /* .term-banner h1 {
    top: 80%;
    font-size: 4.4rem;
  } */

  .custom-select-trigger:after {
    right: 10px;
  }
  .term-banner {
    height: 45vh;
    min-height: 45vh;
  }

  .term-banner h1 {
    padding-inline: 1rem;
  }

}

@media only screen and (max-width: 768px) {
  html {
    font-size: 55%;
  }

  .hero-banner {
    /* background-position: left; */
    background-size: cover;
  }

  .highlight-content .row {
    width: 100%;
  }

  .application-area form.search-box .select-form {
    width: 35%;
  }

  .custom-select-trigger {
    line-height: 50px;
    border-right: 0;
  }

  .application-area form.search-box {
    gap: 8px;
  }

  .application-area form.search-box .input-form {
    width: 71.5%;
  }

  .application-area form.search-box .apply {
    width: 71.5%;
  }

  .application-area form.search-box select {
    margin-bottom: 20px;
  }

  .highlight-content {
    padding: 15px 0 30px;
    /* overflow: hidden; */
  }

  .application-area form .apply a,
  .application-area form.search-box .input-form input,
  .select-itms {
    height: 50px;
    line-height: 1;
  }

  .application-area form.search-box .input-form input {
    margin-bottom: 5px;
  }

  .faq-wrapper {
    margin: 0;
  }

  .rate_section .rate_container .box {
    padding-bottom: 4rem;
  }

  .imp-info p {
    padding-top: 1.5rem;
    text-align: center;
    padding-bottom: 3rem;
  }

  .accordion-body p {
    text-align: left;
  }

  .table-heading h2 {
    font-size: 3.8rem;
    padding-inline: 4rem;
  }

  .loan h2,
  .why-choose h2,
  .rate_section h2,
  .imp-info h2,
  .we-are h2,
  .terms-info h2,
  .goals-info h2,
  .privacy-info h2,
  .ccpa-info h2,
  .footer-widget-heading h2 {
    font-size: 3.8rem;
  }

  .ccpa-info h2,
  .terms-info h2,
  .goals-info h2,
  .privacy-info h2 {

    padding-top: 0;
  }

  .ccpa-info.py-5,
  .ccpa-info .py-5,
  .terms-info.py-5,
  .terms-info .py-5,
  .goals-info.py-5,
  .goals-info .py-5,
  .privacy-info.py-5,
  .privacy-info .py-5 {
    padding-top: 0 !important;
  }

  .section__content {
    position: relative;
  }

  .term-banner h1 {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(0%, 00%);
  }

  .imp-info h2 {
    text-align: center;
  }

  .we-are {
    padding-inline: 5rem;
  }

  .footer-section {
    background-position: left;
  }

  .footer-widget-heading h2 {
    margin-bottom: 1rem;
  }

  .gradient-circle {
    margin-bottom: 5rem;
  }

  .form-wrapper {
    overflow: hidden;
  }

  .cta-btn {
    padding: 13px 20px;
  }

  .section-tittle h1 {
    font-size: 4.6rem;
  }
  .contact-content-wrapper h4{
    padding-top: 10px;
    font-size: 1.8rem;
  }
  .map-box2 h2{
    font-size: 3rem;
  }
}


@media only screen and (max-width: 576px) {
  .highlight-content {
    margin: 2vh 0;
  }

  .rounded-full {
    border-radius: 0;
  }

  .application-area form.search-box .select-form {
    width: 48%;
  }

  .application-area form.search-box .input-form {
    width: 98%;
  }

  .application-area form.search-box .apply {
    width: 98%;
  }

  .application-area form.search-box select {
    margin-bottom: 20px;
  }

  .highlight-content .row {
    margin: 0;
  }

  .custom-select-trigger {
    padding-left: 10px;
  }

  .custom-select-trigger:after {
    right: 10px;
  }

  .custom-select,
  .application-area form.search-box .input-form input,
  ::placeholder,
  .cta-content input {
    font-size: 16px;
    /* Set font size to at least 16px to prevent zooming */
  }

  .application-area form.search-box .input-form input {
    padding-left: 10px;
  }

  .footer-content {
    padding-bottom: 0;
  }

  .card__body {
    padding: 1rem;
    font-size: 1.2rem;
  }

  .faq-wrapper .card:hover .card__head {
    font-size: 1.6rem;
    bottom: calc(100% - 2.5em);
  }

  .faq-wrapper .card {
    overflow-x: hidden;
  }

  .feature-div div {
    flex-direction: column;
    padding-top: 2rem;
  }

  .learn h3 {
    text-align: center;
    padding-bottom: 1rem;
  }

  .why-choose p {
    text-align: center;
  }

  .why-choose h2 {
    padding-bottom: 0;
  }

  .learn {
    padding-top: 0rem;
  }

  .we-are {
    padding-inline: 2rem;
  }

  .term-banner {
    height: 25vh;
    min-height: 25vh;
  }

  .term-banner h1 {
    font-size: 4rem;
    padding-inline: 1rem;
  }

  .ccpa-info li {
    margin-left: 15px;
  }

  .marquee-row p {
    font-size: 0.9rem;
    letter-spacing: .5px;
  }

  .table-data {
    overflow: auto;
    background-attachment: scroll;
  }

  table {
    text-align: center;
    min-width: 600px;
    overflow-x: scroll !important;
  }

  .image-hero {
    display: none;
  }
.error-img{
  display: block;
}
  .hero-banner {
    background-size: 0;
  }

  .hero-banner p {
    padding-bottom: 1rem;
  }
  .map-box2 {
    left: 10px;
    right: 10px;
    width: 300px;
    top: 18%;
    margin-left: 0 !important;
  }
  .privacy-info li {
    margin-left: 15px;
}
}


@media (min-width: 320px) and (max-width: 480px) { 
  .term-banner {
    height: 25vh !important;
    min-height: 25vh !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
  }

  .term-banner h1 {
    font-size: 4rem;
    padding-inline: 1rem;
  }
}

@media only screen and (max-width: 420px) {

  .marquee-row p {
    font-size: 0.7rem;
  }

  .application-area form.search-box .select-form {
    width: 47%;
  }

  .application-area form.search-box .input-form {
    width: 96%;
  }

  .application-area form.search-box .apply {
    width: 96%;
  }

  .application-area form.search-box .input-form input {
    margin-bottom: 1px;
  }

  .learn h3 {
    padding-inline: 1rem;
  }

  .why-choose p {
    padding-inline: 2rem;
  }

  .table-heading h2 {
    font-size: 3rem;
  }

  .loan h2,
  .why-choose h2,
  .rate_section h2,
  .imp-info h2,
  .we-are h2,
  .terms-info h2,
  .goals-info h2,
  .privacy-info h2,
  .ccpa-info h2,
  .footer-widget-heading h2 {
    font-size: 3rem;
  }

  .why-choose h4,
  .we-are h3 {
    font-size: 2rem;
  }

  .learn h3 {
    font-size: 2rem;
  }

  .feature-img {
    min-height: 250px;
  }

  .feature-img::before {
    height: 70%;
    top: 16%;
  }

  .learn {
    padding-top: 2rem;
  }

  .we-are {
    padding-inline: 1rem;
  }

  .term-banner h1 {
    font-size: 3.2rem;
    /* top: 80%; */
    padding-inline: 3rem;
  }

  .accordion-flush .accordion-button {
    text-align: left;
  }

  .cta-btn {
    padding: 13px 10px;
  }
}