@media (max-width: 1199px) {
  .col-lg-6,
  .col-lg-5,
  .col-lg-9 {
    width: 100%;
  }

  #contact .row {
    display: block;
    flex-wrap: wrap;
  }

  #contact .dot {
    display: flex;
    float: right;
    margin: 50px -25px 0 0;
  }

  #contact img.dot-left1 {
    position: absolute;
    display: block;
    left: 0;
    top: -70px;
  }

  #contact img.dot-left2 {
    position: absolute;
    display: block;
    left: 0;
    top: -20px;
  }

  #contact .col-lg-6,
  .col-lg-5 {
    width: 100% !important;
  }

  #representatives > div > div > div.col-lg-3 > h2 {
    text-align: center;
  }

  #representatives img.dot-left3 {
    display: block;
    top: -70px;
    left: 0;
  }

  #representatives img.dot-left4 {
    display: none;
  }

  #representatives .row {
    display: block;
  }

  #representatives .col-lg-9 {
    width: 100%;
  }

  #contact img.dot {
    display: block;
  }

  #contact-map {
    margin-top: 53px;
  }
  #contact-map img.dot {
    position: absolute;
    display: block;
    top: -70px;
  }

  #contact-map .dot {
    display: flex;
    top: -50px;
  }

  #contact-map .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 50%;
  }

  #contact-map h5 {
    margin: 16px 0;
  }

  #contact-map iframe {
    width: 100% !important;
    height: 427px;
  }

  #instagram p {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #000000;
  }
  #instagram a {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
  }

  #instagram {
    margin: 56px;
  }

  .input-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .input-box input {
    width: 100%;
  }

  .input-box {
    margin-bottom: 16px;
  }

  #cards-choice {
    margin-bottom: 0px;
  }
  .input-box.checkbox {
    flex-wrap: nowrap;
  }
  #representatives .col-lg-3 {
    margin: 0 auto;
    width: 300px;
  }
}

@media screen and (min-width: 426px) and (max-width: 1000px) {
  #cards-choice .card-choice-us span,
  a {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 869px) {
  #representatives .card-representatives h4 {
    font-size: 20px !important;
  }
  #representatives .card-representatives h5 {
    font-size: 18px !important;
  }
  .card-representatives {
    padding: 32px 20px;
  }
}

@media screen and (max-width: 768px) {
  #representatives .card-representatives h5 {
    margin: 25px 0 20px 0;
  }

  #representatives .card-representatives {
    height: 450px;
  }

  #representatives .card-representatives {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #contact img.dot {
    display: none;
  }

  #contact-map img.dot {
    display: none;
  }

  #contact img.dot-left1 {
    top: 720px;
    left: 85%;
  }

  #contact img.dot-left2 {
    left: 5%;
  }

  #representatives img.dot-left3 {
    top: -90px;
    left: 20px;
    opacity: 0.5;
  }

  #representatives img.dot-left4 {
    left: 85%;
    top: 100px;
  }

  #representatives .col-lg-3 {
    width: 100%;
  }
}

@media (max-width: 600px) {
  #contact-map .row {
    flex-wrap: wrap;
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  #contact-map .col-lg-5 {
    margin: 50px 0;
    width: 100%;
  }

  #contact-map h5 {
    margin: 0;
  }

  #contact-map iframe {
    margin: 0 0 -40px 0;
  }

  #contact img.dot-left1 {
    top: 1000px;
  }

  #cards-choice {
    top: -30px;
  }

  #representatives > div > div > div.col-lg-3 > h2 {
    margin-top: 100px;
  }
}

@media (max-width: 425px) {
  #representatives .slider .slider-wrapper {
    padding: 0px;
    margin: 40px 0 20px 0;
  }
  #contact img.dot-left1 {
    display: none;
  }

  #contact-form > div.contact-form-header > p {
    font-size: 14px;
    line-height: 28px;
    width: 85%;
    margin: 0 auto;
    padding-top: 10px;
  }

  #representatives > div > div > div.col-lg-9 > div.content-2.container > div > div > div > h4 > i > img,
  #representatives > div > div > div.col-lg-9 > div.content-3.container > div > div > div:nth-child(2) > div > h4 > i > img{
    width: 40px;
    height:40px;
  }
}
