.map .mapCircle ul {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
  }

  .map .mapCircle ul li {
    position: relative;
    width: 100%;
    list-style: none;
  }

  .map .mapCircle ul li.active .mapDesc .companyTitle a,
  .map .mapCircle ul li.on .mapDesc .companyTitle a {
    color: #f7941d;
  }

  .mapCircle {
    margin-top: -45%;
    position: absolute;
    left: -75px;
  }

  .map .mapCircle ul li .mapDesc {
    position: relative;
    padding-top: 18px;
    max-width: 100%;
    margin: 0 auto 0 32px;
  }

  .map .mapCircle ul li .mapDesc .companyTitle {
    font-size: 14px;
    color: #606060;
    font-weight: 500;
    line-height: 15px;
    font-family: "Poppins", sans-serif;
    text-align: left;
  }

  .map .mapCircle ul li .mapDesc .companyTitle a {
    color: #606060;
    text-decoration: none;
  }

  .map .mapCircle ul li .mapDesc .companyTitle a:hover {
    color: #f7941d;
  }

  .list-of-states {
    margin: 0;
    padding: 0;
    columns: 100px auto;
    column-gap: 8px;
    list-style: none;
  }

  .list-of-states li {
    padding: 2px 4px;
    display: table-caption;
    width: 100%;
    cursor: pointer;
  }

  .fil1 {
    fill: none;
    fill-rule: nonzero;
  }

  .fil0,
  .fil2,
  .fil3,
  .fil4 {
    fill: #a5d7ff;
    fill-rule: nonzero;
    transition: fill 0.3s ease;
    cursor: pointer;
  }

  .fil2.on,
  .fil2:hover {
    fill: #0066B3!important;
  }

  .fil3.on,
  .fil3:hover {
    fill: #cccccc!important;
  }

  .fil0.on,
  .fil0:hover {
    fill: #ED1C24!important;
  }

  .fil4.on,
  .fil4:hover {
    fill: #00AEEF!important;
  }

  .svg-states {
    width: 100%;
    height: auto;
    display: block;
  }

  @media (max-width: 991px) {
    .mapCircle {
      margin-top: 0;
      position: relative;
      left: 0;
      padding-bottom: 34px;
    }

    .map .mapCircle ul {
      display: inline-flex;
      flex-wrap: wrap;
    }
  }

  @media (max-width: 767px) {
    .mapCircle {
      margin-top: 0;
      position: relative;
      left: 0;
      padding-bottom: 34px;
    }
  }

  @media (max-width: 420px) {
    .mapCircle {
      margin-top: 0;
      position: relative;
      left: 0;
    }
  }