@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&family=Ubuntu:wght@700&display=swap');
body {
  font-family: 'Raleway', sans-serif;
  background-color: #ffffff;
  color: #333333;
}
header {
  position: relative;
  height: 100px;
  color: #ffffff;
  background-color: #3575d3;
  -webkit-box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.15);
}
header .inner {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .logo {
  padding-top: 6px;
  height: 100px;
  width: 260px;
  background-color: #ffffff;
  text-align: center;
}
header .logo img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
header h1 {
  flex-grow: 1;
  font-size: 2rem;
  padding-right: 260px;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
section.contact {
  padding-top: 43px;
  padding-bottom: 35px;
  background-color: #eef5ff;
}
section.contact h2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 12px;
  color: #3575d3;
}
section.contact .info {
  width: 830px;
  max-width: 100%;
  margin: 32px auto 36px;
  padding: 10px 24px 10px 10px;
  border-radius: 35px;
  border: 1px solid #3575d3;
  background-color: #ffffff;
}
.info i.icon {
  display: block;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  margin-right: 1.65rem;
  font-size: 1.75rem;
  line-height: 3rem;
  color: #ffffff;
  background-color: #8ae815;
  border-radius: 50%;
  text-align: center;
}
.info p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}
hr.divider {
  margin: 30px 55px 22px;
}
.form-wrapper {
  width: 550px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.form-wrapper h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.form-group {
  margin-bottom: 12px;
}
.form-group-icon {
  position: relative;
}
.form-control {
  height: 50px;
  padding: 12px 1rem;
  border-radius: .125rem;
  border-color: #b4d3fe;
}
.form-group-icon .form-control {
  padding-left: 2.25rem;
}
.form-group-icon i.icon {
  position: absolute;
  top: 13px;
  left: 15px;
  font-size: 1rem;
  line-height: 1.5;
  color: #999c9f;
  pointer-events: none;
}
textarea.form-control {
  height: 95px;
}
.btn-form {
  margin-top: 1rem;
  padding: 11px 1.25rem;
  font-size: 1.25rem;
  line-height: 1;
  border: none;
  border-radius: .125rem;
  background-color: #8fcd0d;
  color: #ffffff;
}
.btn-form:hover {
  background-color: #3575d3;
  color: #ffffff;
}
.btn-form:focus {
  background-color: #3575d3;
  color: #ffffff;
  outline: none;
}
.contact-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
.contact-bottom p {
  line-height: 1.25;
  margin-bottom: 5px;
}
section.products {
  padding-top: 27px;
  padding-bottom: 20px;
}
section.products h3 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 50px;
  color: #3575d3;
  text-transform: uppercase;
}
.row-products {
  width: 920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.product {
  width: 20%;
  margin-bottom: 53px;
  padding-left: 0;
  padding-right: 0;
}
.product a {
  font-size: .9rem;
  color: #333333;
  text-decoration: underline;
}
.product a:hover {
  color: #3575d3;
}
.display {
  position: relative;
  width: 157px;
  background: url(../images/display.png) no-repeat 0 0;
  padding: 5px 8px 56px 8px;
  margin: 0 auto -6px;
}
.display img {
  display: block;
  width: 100%;
  height: auto;
}
footer {
  padding: 14px 0;
  background-color: #3d3c3f;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  header .logo {
    padding-top: 14px;
    width: 220px;
  }
  header h1 {
    padding-right: 220px;
  }
  .info p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .product {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  header .inner {
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  header {
    height: auto;
  }
  header .inner {
    flex-wrap: wrap;
  }
  header .logo {
    width: 100%;
    padding-top: 5px;
    height: 80px;
  }
  header .logo img {
    width: 200px;
  }
  header h1 {
    flex-grow: 0;
    width: 100%;
    padding: 17px 0;
    font-size: 1.375rem;
    text-align: center;
  }
  section.contact {
    padding-top: 30px;
    padding-bottom: 38px;
  }
  section.contact h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  section.contact p.text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
  section.contact .info {
    position: relative;
    width: 100%;
    margin-top: 48px;
    margin-bottom: 25px;
    padding: 30px 10px 20px;
    border-radius: 12px;
    text-align: center;
  }
  .info i.icon {
    min-width: 44px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }
  section.contact .info p {
    font-size: 1rem;
  }
  hr.divider {
    margin: 25px 0;
  }
  .form-wrapper h3 {
    font-size: 1.5rem;
    margin-bottom: 13px;
  }
  .form-group {
    margin-bottom: 0.75rem;
  }
  .form-control {
    height: 40px;
    padding: 7px 1rem;
  }
  .form-group-icon i.icon {
    top: 8px;
    left: 10px;
  }
  .form-group-icon .form-control {
    padding-left: 32px;
  }
  textarea.form-control {
    height: 64px;
  }
  .btn-form {
    margin-top: 0.75rem;
    font-size: 1.125rem;
    padding: 0.625rem 1.25rem;
  }
  .contact-bottom p {
    font-size: 14px;
    margin-bottom: .5rem;
  }
  section.products {
    padding-top: 42px;
    padding-bottom: 25px;
  }
  section.products h3 {
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
  .product {
    width: 50%;
    margin-bottom: 50px;
  }
  footer {
    padding: 11px 0;
    font-size: 0.75rem;
  }
  .formError {
    left: 15px !important;
  }
}
@media only screen and (max-width: 400px) {
  .product {
    width: 100%;
    margin-bottom: 45px;
  }
  .display {
    position: relative;
    width: 218px;
    background: url('../images/display2.png') no-repeat 0 0;
    padding: 8px 11px 70px 9px;
    margin: 0 auto 0;
  }
  .product a {
    font-size: 1rem;
  }
}
