@media (min-width: 992px) {
  form .col-lg-6 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }

  form .col-lg-12 {
    -ms-flex: 0 0 99%;
    flex: 0 0 99%;
    max-width: 99%;
  }
}

.contact-us .row {
  margin: 0;
}

.contact-us .row-bg .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 28px 28px;
  background: rgba(49, 51, 51, 0.03);
}

.contact-us .row-text {
  font-size: 18px;
  color: #808080;
  line-height: 30px;
  margin-bottom: 32px;
  text-align: justify;
  text-indent: 36px;
}

.contact-us .row-pd {
  padding: 0;
}

.contact-us .row-pd form {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.contact-us .col-lg-6:nth-child(odd) {
  margin-right: 3%;
}

.contact-us .contact-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-us .contact-right {
  display: flex;
  align-items: center;
}

.contact-us .contact-left p:first-child {
  font-size: 24px;
  font-weight: bold;
  color: #2a81ef;
  line-height: 1;
}

.contact-us .contact-left p:last-child {
  font-size: 18px;
  color: #808080;
  line-height: 1;
  margin-top: 14px;
}

.contact-us .contact-right p:first-child {
  font-size: 24px;
  color: #808080;
  line-height: 30px;
}

.contact-us .contact-right p:last-child {
  font-size: 66px;
  font-style: italic;
  color: #27cdaf;
  margin-left: 20px;
  white-space: nowrap;
}

.contact-us form label {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #313333;
  margin-top: 40px;
  line-height: 1;
}

.contact-us form label i {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.contact-us form label i.lxr-icon {
  background: url(../assets/images/about/contact_icon.png) no-repeat;
}

.contact-us form label i.lxfs-icon {
  background: url(../assets/images/about/contact_details_icon.png) no-repeat;
}

.contact-us form label i.xxdz-icon {
  background: url(../assets/images/about/address_icon.png) no-repeat;
}

.contact-us form label i.lxyx-icon {
  background: url(../assets/images/about/email_icon.png) no-repeat;
}

.contact-us form label i.lynr-icon {
  background: url(../assets/images/about/message_icon.png) no-repeat;
}

.contact-us form input {
  width: 100%;
  height: 50px;
  background: rgba(226, 229, 234, 0.3);
  border: 1px solid rgba(226, 229, 234, 0.3);
  box-sizing: border-box;
  color: #36334c;
  font-size: 18px;
  outline: none;
  margin-top: 20px;
}

.contact-us form input:focus {
  border: 1px solid #2a81ef;
  outline: none;
  box-shadow: 0px 0px 20px 0px rgba(42, 129, 239, 0.35);
}

.contact-us form textarea {
  background: rgba(226, 229, 234, 0.3);
  border: 1px solid rgba(226, 229, 234, 0.3);
  color: #36334c;
  font-size: 18px;
  outline: none;
  margin-top: 20px;
}

.contact-us form textarea:focus {
  border: 1px solid #2a81ef;
  outline: none;
  box-shadow: 0px 0px 20px 0px rgba(42, 129, 239, 0.35);
}

.contact-us .filled-button {
  position: relative;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 16px;
  color: #27cdaf;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  margin-top: 24px;
}

.contact-us .filled-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  left: 0;
  border: 1px solid #27cdaf;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}

.contact-us .filled-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  left: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}

.contact-us .filled-button:hover {
  color: #fff;
}

.contact-us .filled-button:hover::before {
  transform: scale(1);
  background: #2a81ef;
  border: 1px solid #2a81ef;
}

.contact-us .filled-button:hover::after {
  transform: scale(0);
}

@media (max-width: 990px) {
  .contact-us .contact-left p:last-child {
    font-size: 16px;
  }

  .contact-us .contact-left p:first-child {
    font-size: 20px;
  }

  .contact-us .contact-right p:first-child {
    width: 28px;
    font-size: 14px;
    line-height: 20px;
  }

  .contact-us .contact-right p:last-child {
    font-size: 40px;
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .contact-us .contact-left p:last-child {
    font-size: 14px;
    margin-top: -6px;
  }

  .contact-us .contact-left p:first-child {
    font-size: 14px;
  }

  .contact-us .contact-right p:last-child {
    font-size: 30px;
    margin-left: 10px;
  }
}
