.contact-banner {
  background-image: url(../image/contact.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding: 60px 0px;
  text-align: center;
  position: relative;
}

.contact {
  margin-bottom: 100px;
}

.parent {
  display: flex;
  align-items: center;
}

.con-box {
  position: relative;
  z-index: 10;
  width: 50%;
  background-color: var(--primary-color);
  padding: 60px 45px 60px 87px;
  text-align: center;
}

.con-box h4 {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-decoration: underline #ffffff;
}

.con-box form {
  margin-top: 60px;
}

.con-box form input {
  font-size: 14px;
  width: 100%;
  height: 55px;
  background-color: #ffffff;
  padding: 15px 18px;
  border: none;
  color: #444444;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 27px;
}

.con-box form input:focus {
  outline: none;
}

.con-box form textarea {
  width: 100%;
  height: 135px;
  background-color: #ffffff;
  padding: 15px 18px;
  border: none;
  color: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 27px;
}

.con-box form textarea:focus {
  outline: none;
}

.form-btn {
  width: 166px;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #ffffff;
  background-color: var(--secondary-color);
  border: none;
  padding: 13px 32px;
}

.con-info {
  width: 50%;
  position: relative;
  left: 4%;
  z-index: 20;
}

.info-box {
  text-align: center;
  width: 100%;
  height: 271px;
  padding: 67px 24px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.info-box svg {
  font-size: 30px;
  color: var(--secondary-color);
  margin-bottom: 15px;
}
.info-box h4 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--secondary-color);
  margin-bottom: 15px;
}

.info-box p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #444444;
  line-height: 25px;
}

.info-box a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #444444;
  line-height: 25px;
}

.info-box a h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #444444;
  line-height: 25px;
}
