.display-3 {
  font-size: 3.7rem;
}

.nav-list {
  font-size: 17px;
  margin-right: 10px;
}

.header-pd {
  padding-top: 15rem !important;
}

.bg-numbers {
  background-image: url(../img/about/aboutImage_3.jpg);
  background-size: cover;
}

.divider.divider-side {
  right: 50%;
}

.avatar-group .avatar {
  border: 4px solid #fff;
}

.process h3 {
  color: #2c3038 !important;
}

.process .para {
  color: #555a64 !important;
}

.email__icon {
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  width: 50px;
}

.email__icon:hover {
  opacity: 0.8;
}

.header-phone,
.mobile-header-phone {
  color: #007556;
  font-size: 24px;
  margin-left: 10px;
  margin-top: 18px;
}

.mobile-header-phone {
  display: none;
  background-color: #007556;
  border-radius: 3rem;
  padding: 0.6rem 1rem;
}

.mobile-header-phone h4 {
  color: white;
  font-size: 18px;
  margin: 0px;
}

@media (max-width: 991.98px) {
  .header-phone {
    margin-left: 0px;
  }
}

@media (max-width: 767.98px) {
  .mobile-header-phone {
    display: inline-block;
  }

  .navbar-nav {
    display: block;
  }

  .header-phone {
    font-size: 18px;
  }

  .navbar-brand {
    margin-right: 0;
  }

  .logo-header {
    width: 180px;
  }

  .display-3 {
    font-size: 3rem;
  }
}

button:focus {
  outline: none !important;
}

.color-white {
  color: white;
}

.navbar.scrolled .header-phone {
  color: #007556 !important;
}

.twelve.columns {
  width: 100%;
}

.six.columns {
  width: 49%;
}

.six.columns:nth-of-type(even) {
  margin-left: 2%;
}

form {
  padding: 20px;
}

#btn_send {
  float: right;
  margin-right: -12px;
}

@media (max-width: 600px) {
  .g-recaptcha {
    margin-bottom: 15px;
    width: 100%;
  }

  #btn_send {
    float: left;
    margin-left: -12px;
  }

  .header-phone {
    font-size: 16px;
  }
}

.messages {
  width: calc(100% + 24px);
  margin-left: -12px;
}

.list-unstyled {
  background-color: #ff3a46;
  border-radius: 0.4rem;
  border: 0px;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 0 0.7rem;
  transform: translateY(-5px);
  width: auto;
}

.footer-logo {
  height: 80px;
  margin-right: 70px;
  width: 80px;
}

.contact-btn-phone {
  display: none;
}

@media (max-width: 767.98px) {
  .footer-logo {
    margin-bottom: 30px;
    height: 60px;
    width: 60px;
  }

  footer h5 {
    margin-bottom: 0px;
  }

  footer .mr-xl-5 {
    margin-bottom: 30px;
  }

  .contact-btn-header {
    display: none !important;
  }

  .contact-btn-phone {
    display: block;
  }
}

.list-unstyled.pricing {
  background-color: transparent;
}

.email {
  margin-top: -10px;
}

@media (max-width: 767.98px) {
  .email {
    font-size: 16px;
    margin-top: 0px;
  }

  footer ul {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 517px) {
  .email {
    margin-top: -15px;
  }
}

.d-inline-block {
  display: inline-block !important;
  margin-top: 10px;
}



@media (max-width: 400px) {

  .logo-header {
    width: 150px;
  }
}