footer {
  margin-top: 100px;
}

@media (max-width: 767px) {
  footer {
    margin-top: 52px;
  }
}

.radio-dot {
  position: relative;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1.4px solid #343936;
  border-radius: 50%;
  margin-right: 7px;
}

.radio-dot .radio-dot-in {
  position: absolute;
  top: 1px;
  width: 13.5px;
  height: 13.5px;
  background-color: #FF650D;
  border: 1.4px solid #fff;
  border-radius: 50%;
  opacity: 0;
}

.radio-dot.active .radio-dot-in {
  opacity: 1;
}

.radio-dot .dot-in-1 {
  left: 1.3px;
}

.radio-dot .dot-in-2 {
  left: .9px;
}

.radio-dot .dot-in-3 {
  left: 1.1px;
}

@media (max-width: 767px) {
  .contact-page {
      padding-top: 108px;
  }
  
  .form img {
    max-width: 70px;
  }

  .form .contact-social {
    font-size: 12px;
  }

  .radio-dot .dot-in-1 {
    left: 1px;
  }
}
