@media (min-width: 200px) and (max-width: 350px) {
  body .mobile-sub-header-height {
    min-height: 347px; }
  body #header-banner.city-background {
    background-image: none; }
  body .mobile-city-background {
    background-size: auto 247px !important;
    margin-top: 90px;
    top: 0;
    left: 0;
    width: 100vw; } }

@media (min-width: 350px) and (max-width: 767px) {
  body .mobile-sub-header-height {
    min-height: 247px; }
  body #header-banner.city-background {
    background-image: none;
    padding-top: 50px; }
    body #header-banner.city-background p,
    body #header-banner.city-background h1 {
      margin-bottom: 0; }
  body .mobile-city-background {
    top: 0;
    left: 0;
    width: 100vw;
    background-image: url(../assets/testbg.png); } }

@media (min-width: 320px) and (max-width: 480px) {
  body .advantage-cell {
    width: 100%;
    height: 100%; }
  body .advantage-list {
    padding: 0; }
  body .articles-insights-block {
    padding-top: 0; }
  body .city-background {
    min-height: 440px;
    background-size: 250%;
    background-repeat: no-repeat;
    background-position-x: 57%;
    background-position-y: -5%; }
  body .contact_us_divider {
    right: 15px;
    left: 15px;
    width: auto; }
    body .contact_us_divider-container {
      top: 0;
      width: 100%;
      height: auto;
      position: relative;
      padding: 45px 20px;
      flex-wrap: wrap; }
      body .contact_us_divider-container h1 {
        font-size: 32px; }
  body .city-background {
    margin-top: -26px; }
  body .login-button {
    width: 100%;
    height: 40px;
    justify-content: center;
    background-color: #002582;
    display: flex;
    color: white;
    box-shadow: 0 1px 0 0 #001240;
    align-items: center; }
    body .login-button img {
      margin-right: 10px; }
  body .home-contact-us-right {
    padding-top: 40px;
    height: auto; }
    body .home-contact-us-right .button-image {
      position: relative;
      padding-bottom: 40px; }
    body .home-contact-us-right img {
      position: absolute;
      bottom: 0;
      right: 0; }
  body .home-finance {
    background-image: none; }
  body .mob-text-wrap {
    overflow-wrap: anywhere;
    text-overflow: ellipsis;
    overflow: hidden; }
  body #contact-us-form {
    margin: auto auto 40px;
    width: 100%; }
  nav.navbar-static-top {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end !important;
    justify-content: center !important; }
    nav.navbar-static-top .navbar-collapse.collapse.show {
      padding-top: 20%;
      width: 100%; } }

@media (min-width: 320px) and (max-width: 577px) {
  body .cartoon-section .cartoon-image {
    max-height: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0; }
    body .cartoon-section .cartoon-image:not(:last-child) {
      margin-bottom: .5rem; }
      body .cartoon-section .cartoon-image:not(:last-child) img {
        padding: 0;
        margin: 0; }
    body .cartoon-section .cartoon-image img {
      padding: 0;
      max-height: 100%;
      max-width: 100%; } }
