.sch-style-2 .sch-contact-form {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  padding: 50px 70px;
  position: relative;
}
.sch-style-2 .sch-contact-form::before {
  background: #104547;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  left: 0;
  content: "";
  z-index: 0;
}
.sch-style-2 .sch-contact-form .effect {
  background-color: #104547;
  transition: all 0.2s linear 0s;
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding: 10px 0px;
  width: 100%;
  border-radius: 300px;
  overflow: hidden;
}
.sch-style-2 .sch-contact-form .effect::before {
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a4";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 30px;
  transform: scale(0, 1);
  transition: all 0.2s linear 0s;
}
.sch-style-2 .sch-contact-form .effect:hover {
  text-indent: -9999px;
}
.sch-style-2 .sch-contact-form .effect:hover::before {
  transform: scale(1, 1);
  text-indent: 0;
}
.sch-style-2 .sch-contact-form .sch-contact-form-top-head {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.sch-style-2 .sch-contact-form .sch-contact-form-top {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 120px;
}
.sch-style-2 .sch-contact-form .sch-contact-form-top-head-title {
  color: #222;
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
}
.sch-style-2 .sch-contact-form .sch-contact-form-top-head-des {
  font-size: 20px;
  margin-bottom: 20px;
}
.sch-style-2 .sch-contact-form .sch-input-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 20px;
}
.sch-style-2 .sch-contact-form .sch-input-2 .sch-input label {
  font-size: 16px;
}
.sch-style-2 .sch-contact-form .sch-input-2 .sch-input input {
  background: #cacaca;
  border-radius: 20px;
}
.sch-style-2 .sch-contact-form .sch-contact-form-bottom {
  background: #cacaca;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
line-height: normal;
}
.sch-style-2 .sch-contact-form .sch-contact-form-bottom-item-icon i {
  background: #104547;
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 40px;
  line-height: 100px;
  border-radius: 100%;
}
.sch-style-2 .sch-contact-form .sch-contact-form-bottom-item-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin-bottom: 10px;
 margin-left:auto;
 margin-right:auto;
  margin-top: -125px;
}
.sch-style-2 .sch-contact-form .sch-contact-form-bottom-item {
  position: relative;
  padding-top: 80px;
}
.sch-style-2 .sch-contact-form .sch-contact-form-bottom-item-text span {
  width: 100%;
  display: inline-block;
}
.sch-style-2 .sch-contact-form .sch-contact-form-bottom-item-text span a {
  color: #222;
  font-size: 14px;
  line-height: 24px;
}
.sch-style-2 .sch-contact-form .sch-contact-form-bottom-item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (min-width:1410px) and (max-width: 1600px){


}

@media (min-width:1200px) and (max-width: 1299px){

}
@media (min-width:1024px) and (max-width: 1199px){
.sch-style-2 .sch-contact-form {
  width: 100%;
}
}
@media (min-width:980px) and (max-width: 1023px) {
.sch-style-2 .sch-contact-form {
  width: 100%;padding: 30px;
}
}

@media (min-width:768px) and (max-width: 979px) {
.sch-style-2 .sch-contact-form {
  width: 100%;
}
.sch-style-2 .sch-contact-form .sch-contact-form-bottom-item-title {
  font-size: 16px;
}
.sch-style-2 .sch-contact-form .sch-contact-form-bottom-item-text span {
  font-size: 11px;
}
}

@media (min-width:640px) and (max-width: 767px) {
.sch-style-2 .sch-contact-form {
  width: 100%;
}
.sch-style-2 .sch-contact-form .sch-input-2 {
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.sch-style-2 .sch-contact-form .sch-contact-form-top {
  width: 100%;
}
.sch-style-2 .sch-contact-form .sch-contact-form-bottom {
  grid-template-columns: 1fr;
}
.sch-style-2 .sch-contact-form .sch-contact-form-bottom-item-icon {
  position: relative;
  margin-top: 0;
}
.sch-style-2 .sch-contact-form .sch-contact-form-bottom-item {
  padding-top: 20px;
}
.sch-style-2 .sch-contact-form .sch-contact-form-top {
  padding-bottom: 30px;
}
.sch-style-2 .sch-contact-form::before {
  height: 400px;
}
}


@media only screen and (max-width: 639px) {
	.sch-style-2 .sch-contact-form {
  width: 100%;padding: 20px;
}
.sch-style-2 .sch-contact-form .sch-input-2 {
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.sch-style-2 .sch-contact-form .sch-contact-form-top {
  width: 100%;
}
.sch-style-2 .sch-contact-form .sch-contact-form-bottom {
  grid-template-columns: 1fr;
}
.sch-style-2 .sch-contact-form .sch-contact-form-bottom-item-icon {
  position: relative;
  margin-top: 0;
}
.sch-style-2 .sch-contact-form .sch-contact-form-bottom-item {
  padding-top: 20px;
}
.sch-style-2 .sch-contact-form .sch-contact-form-top {
  padding-bottom: 30px;
}
.sch-style-2 .sch-contact-form::before {
  height: 400px;
}
.sch-style-2 .sch-contact-form .sch-contact-form-top-head {
  width: 100%;
}
}