.infobox_big {
  position: relative;
  display: block;
  width: 100%;
}

.infobox_big .item {
  text-align: center;
}

.infobox_big .col-sm-3 + .col-sm-3 .item {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.infobox_big .item .icon {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
}

.infobox_big .item .title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #636363;
  font-weight: 700;
  text-transform: uppercase;
  word-spacing: 2px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.infobox_big .item .excerpt {
  position: relative;
  display: block;
  text-align: center;
  color: #585858;
  font-size: 13px;
}

.contact-us span.bg {
  position: relative;
  display: block;
  width: 100%;
  min-height: 1px;
  opacity: 0.7;
  padding: 0px 25px 45px 25px;
}

.contact-us form {
  padding: 25px;
}

.input_group {
  position: relative;
  display: block;
  width: 100%;
  margin: 18px 0px;
  padding: 0px 10px;
  /* z-index: 1; */
}

.input_group label {
  position: absolute;
  left: 10px;
  top: 13px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgb(99, 99, 99);
  margin: 0;
  text-transform: capitalize;
  transition: all 0.15s ease-in;
  z-index: 0;
}

.input_group .fake_label {
  margin-bottom: 0;
  margin-top: 30px;
  text-transform: capitalize;
  font-weight: 500;
  color: #42434a;
}

.input_group .input {
  position: relative;
  display: block;
  width: 100%;
  min-height: 40px;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 400;
  color: #585858;
  background: 0;
  z-index: 1;
  background: none;
}

.input_group .input:focus {
  outline: 0;
}

.input_group span.highlight::after,
.input_group span.highlight::before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 0%;
  background: #066aff;
  transition: all 0.2s linear;
  display: block;
  z-index: 1;
}

span.highlight::before {
  right: 50%;
}

span.highlight::after {
  left: 50%;
}

.input:focus ~ span.highlight::after,
.input:focus ~ span.highlight::before {
  width: calc(50% - 10px);
}

.input:focus ~ label,
.input:valid ~ label {
  top: -13px;
  color: rgb(135, 135, 135);
  font-size: 12px;
}

.input_group .input[invalid] ~ span.highlight::after,
.input_group .input[invalid] ~ span.highlight::before {
  background: #d83a2f;
}

.input[invalid] ~ span.highlight::after,
.input[invalid] ~ span.highlight::before {
  width: calc(50% - 10px);
}

.input[valid] ~ i.style::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 14px;
  right: 12px;
  background: 0;
  border: 1px solid #009688;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  bottom: 12px;
  z-index: 1;
}

.contact-us .card_wrapper {
  padding: 15px;
}

.contact-us .card_wrapper .card {
  border: 1px solid #ccc;
  border-radius: 15px;
}
