@media (max-height: 500px) {
  p {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

a:hover {
  text-decoration: none;
}

@media (max-width: 576px) {
  h3 {
    font-size: 20px;
  }
}

h3 {
  /*font-weight: 700;*/
  color: #323436;
}

p {
  color: #707070;
  line-height: 1.4;
}

@media (max-width: 576px) {
  p {
    font-size: 13px;
  }
}

@media (min-width: 1980px) {
  p {
    font-size: 18px;
  }
}

.blue-line {
  border-top: 2px solid;
  color: #2d6fb0;
  margin-right: 100px;
}

.text-box-line {
  width: 50px;
  margin-top: 0px;
}

button {
  outline: none!important;
  box-shadow: none!important;
}

.m-top {
  margin-top: 20px;
}

.link-packet {
  display: inline-block;
}

.contact-links {
  display: block;
  color: #707070!important;
  margin-right: 30px;
}

@media (min-width: 1500px) {
  .contact-links {
    font-size: 18px;
  }
}

.contact-links:hover {
  color: #2d6fb0!important;
  text-decoration: none;
}

.modal-header {
  border-bottom: 0px solid rgba(222,226,230,0);
}

.modal-footer {
  border-top: 0px;
}

.close {
  color: #2d6fb0;
  opacity: 1;
}

.close:hover {
  color: #1c3c5c;
  opacity: 1;
}

.modal-title {
  margin-bottom: 30px;
}

.modal-body {
  padding: 0px 40px;
}

@media (min-width: 768px) {
  .modal-body {
    padding: 0px 80px;
  }
}

.modal-footer {
  height: 60px;
}

