.sch-style-1 .sch-contact-form {
  width: 50%;
  margin: 0 auto;
  position: relative;
  padding: 50px 70px;
  background: linear-gradient(165deg, rgba(42,77,92,0.9) 0%, rgba(33,51,63,0.8) 100%),url(../images/bg.jpg);
  background-position: bottom center;
}
.sch-style-1 .sch-contact-form .sch-contact-form-header {
  text-align: center;
  color: #fff;
  width: 90%;
  margin: 0 auto;
}
.sch-style-1 .sch-contact-form .sch-form-input.buttons button {
  background: #07b8d8;
}
.sch-style-1 .sch-contact-form .sch-contact-form-header .sch-contact-form-title {
  font-size: 36px;
  margin-bottom: 16px;
  font-weight: bold;
}
.sch-style-1 .sch-contact-form .sch-contact-form-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}
.sch-style-1 .sch-contact-form .sch-contact-form-des {
  font-size: 18px;
}
.sch-style-1 .sch-contact-form .sch-item-left-item-text {
  display: inline-block;
  width: 60%;
}
.sch-style-1 .sch-contact-form .sch-item-left-item-text a{
  color: #fff;text-decoration: unset;
}
.sch-style-1 .sch-contact-form .sch-head {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
}
.sch-style-1 .sch-contact-form .sch-form-input input {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #aaa;
  height: 40px;
}

.sch-style-1 .sch-contact-form .sch-form-input {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.sch-style-1 .sch-contact-form .sch-form-input:last-child {
  margin-bottom: 0;
}
.sch-style-1 .sch-contact-form .sch-item-right {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
}
.sch-style-1 .sch-contact-form .sch-item-left {
  padding-top: 30px;
}
.sch-style-1 .sch-contact-form .sch-item-left-item {
  margin-bottom: 16px;
  position: relative;
}
.sch-style-1 .sch-contact-form .sch-item-left-item i {
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  position: absolute;
}
.sch-style-1 .sch-contact-form .sch-item-left-item-content {
  display: inline-block;
  width: 100%;
  padding-left: 50px;
}
.sch-style-1 .sch-contact-form .sch-item-left-item-content strong {
  width: 100%;
  display: inline-block;
  color: #07b8d8;
}
.sch-style-1 .sch-contact-form .sch-button {
  position: relative;
  width: 100px;
  height: 50px;
  overflow: hidden;
  border: 1px solid;
  font-weight: 300;
  font-size: 20px;
  transition: 0.5s;
  letter-spacing: 1px;
  border-radius: 8px;
}
.sch-style-1 .sch-contact-form .sch-button button {
  width: 101%;
  height: 100%;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  background: #000;
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(22) forwards;
  animation: ani2 0.7s steps(22) forwards;
}
.sch-style-1 .sch-contact-form .sch-button button:hover {
  -webkit-animation: ani 0.7s steps(22) forwards;
  animation: ani 0.7s steps(22) forwards;
}
.sch-style-1 .sch-contact-form .sch-mas {
  position: absolute;
  color: #000;
  text-align: center;
  width: 101%;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  position: absolute;
  font-size: 11px;
  margin-top: 17px;
  overflow: hidden;
  font-weight: bold;
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@media (min-width:1410px) and (max-width: 1600px){
	.sch-style-1 .sch-contact-form {
  width: 70%;
}
}
@media (min-width:1300px) and (max-width: 1409px){
	.sch-style-1 .sch-contact-form {
  width: 70%;
}
}

@media (min-width:1200px) and (max-width: 1299px){
		.sch-style-1 .sch-contact-form {
  width: 70%;
}
}
@media (min-width:1024px) and (max-width: 1199px) {
    .sch-style-1 .sch-contact-form {
        width: 80%;
    }
}

@media (min-width:980px) and (max-width: 1023px) {
    .sch-style-1 .sch-contact-form {
        width: 80%;
    }
}

@media (min-width:768px) and (max-width: 979px) {
    .sch-style-1 .sch-contact-form {
        width: 75%;
    }
	.sch-style-1 .sch-contact-form .sch-contact-form-content {
  grid-template-columns: 1fr;
}
}

@media (min-width:640px) and (max-width: 767px) {
    .sch-style-1 .sch-contact-form {
  width: 80%;
  padding: 30px;
}
	.sch-style-1 .sch-contact-form .sch-contact-form-content {
  grid-template-columns: 1fr;
}
.sch-style-1 .sch-contact-form .sch-item-left-item-text {
  width: 100%;
}
}
@media only screen and (max-width: 639px) {
    .sch-style-1 .sch-contact-form {
  width: 100%;
  padding: 30px;
}
.sch-style-1 .sch-contact-form .sch-contact-form-header {
  width: 100%;
}
	.sch-style-1 .sch-contact-form .sch-contact-form-content {
  grid-template-columns: 1fr;margin-top: 0;
}
.sch-style-1 .sch-contact-form .sch-item-left-item-text {
  width: 100%;
}
}