.sch-style-4 .sch-contact-form {
    width: 80%;
    margin: 0 auto;
}
.sch-style-4 .sch-title-form {
    font-size: 35px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    font-family: 'Fascinate Inline', cursive;
}
.sch-style-4 .sch-contact-form-content {
	border-radius: 10px;
}
.sch-style-4 .sch-contact-form-content{
  background-size: cover!important;
background: linear-gradient(to right, rgba(17, 17, 17, 0) 0, #111 100%), url(../images/map.jpg) no-repeat center;
  position: relative;
}

.sch-style-4 .sch-contact-form-content::before{
  background-color: #26b580;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 50%;
}
.sch-style-4 .sch-input-item {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}
.sch-style-4 .sch-form-left {
    padding: 50px;
	position: relative;
	height: 480px;
}
.sch-style-4 .sch-form-left::before {

    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #26b580;
    content: "";
    position: absolute;
    right: -40px;
	top:50px;

}
.sch-style-4 .sch-form-left::after {

    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #26b580;
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: -25px;
    margin: 0 auto;
	display:none;
}
.sch-style-4 .sch-form-right {

    padding: 75px 50px;

}
.sch-style-4 .sch-input-textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #fff;
    height: 100px;
    margin-bottom: 20px;
	color: #fff;
    background: transparent;
}
.sch-style-4 .sch-button {
  cursor: pointer;
  background-color: transparent;
  width: 80%;
  height: 64px;
  line-height: 64px;
  position: absolute;
  left: 50%;
  bottom:0;
  transform: translate(-50%, -50%);
  z-index: 0;
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.34);
}
.sch-style-4 .sch-button span {
  color: #fff;
  display: block;
  padding-left: 35px;
  text-transform: uppercase;
  font: bold 18px/66px Arial;
  transform: scaleX(0.6);
  letter-spacing: 3px;
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.sch-style-4 .sch-button em {
  position: absolute;
  height: 1px;
  background: #fff;
  width: 47%;
  right: 23px;
  top: 50%;
  transform: scaleX(0.25);
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 1;
}
.sch-style-4 .sch-button:before,
.sch-style-4 .sch-button:after {
  content: "";
  background: #fff;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.sch-style-4 .sch-button:before {
  top: 0;
  left: 0;
  right: auto;
}
.sch-style-4 .sch-button:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.sch-style-4 .sch-button:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.sch-style-4 .sch-button:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.sch-style-4 .sch-button:hover span {
  color: #000;
}
.sch-style-4 .sch-button:hover em {
  background: #000;
  transform: scaleX(1);
}
.sch-style-4 .sch-form-right {

    color: #fff;

}
.sch-style-4 .sch-title-right {

    font-size: 25px;
    font-weight: bold;

}
.sch-style-4 .sch-slogan {

    font-size: 16px;
    margin-bottom: 40px;
    line-height: normal;

}
.sch-style-4 .sch-phone,.sch-style-4 .sch-mail {

    position: relative;

}
.sch-style-4 .sch-phone i,.sch-style-4 .sch-mail i{
position: absolute;
left:0;
top:10px;
}
.sch-style-4 .sch-phone-detail span, .sch-style-4 .sch-email-detail span {
    display: inline-block;
    width: 100%;
    padding-left: 30px;
}
.sch-style-4 .sch-phone-detail span a, .sch-style-4 .sch-email-detail span a {
	font-size: 20px;
color:#fff;text-decoration:unset;
}
.sch-style-4 .sch-mail {
    margin: 30px 0;
}
.sch-style-4 .sch-location-detail {
    display: inline-block;
	padding-left: 10px;
}
.sch-style-4 .sch-location-detail a{
	font-size: 20px;color:#fff;
	text-decoration:unset;
}
@media (min-width:980px) and (max-width: 1023px) {
    .sch-style-4 .sch-form-left {
		padding: 50px 20px;
	}
	.sch-style-4 .sch-form-right {
		padding: 95px 30px;
	}
	.sch-style-4 .sch-title-right {
		font-size: 20px;
	}
	.sch-style-4 .sch-slogan {
		font-size: 14px;
	}
	.sch-style-4 .sch-phone-detail span, .sch-style-4 .sch-email-detail span,.sch-style-4 .sch-location-detail {
		font-size: 16px;
	}
	.sch-style-4 .sch-button span {
		font: bold 16px/66px Arial;
	}
}

@media (min-width:768px) and (max-width: 979px) {
    .sch-style-4 .sch-form-left {
		padding: 50px 20px;
	}
	.sch-style-4 .sch-form-right {
		padding: 95px 30px;
	}
	.sch-style-4 .sch-title-right {
		font-size: 20px;
	}
	.sch-style-4 .sch-slogan {
		font-size: 14px;
	}
	.sch-style-4 .sch-phone-detail span, .sch-style-4 .sch-email-detail span,.sch-style-4 .sch-location-detail {
		font-size: 16px;
	}
	.sch-style-4 .sch-button span {
		font: bold 16px/66px Arial;
	}
}

@media (min-width:640px) and (max-width: 767px) {
    .sch-style-4 .sch-contact-form-content::before{
	  height: 50%;
	  width: 100%;
	}   
	.sch-style-4 .sch-form-left::before {

		display:none;

	}
	.sch-style-4 .sch-form-left::after {

		display:block;
	}
}
@media only screen and (max-width: 639px) {
     .sch-style-4 .sch-contact-form-content::before{
	  height: 55%;
	  width: 100%;
	}   
	.sch-style-4 .sch-contact-form {
		width: 90%;
		margin: 0 auto;
	}
	.sch-style-4 .sch-phone i, .sch-style-4 .sch-mail i {
		top: 8px;
	}
	.sch-style-4 .sch-form-left {

		padding: 50px 20px;
		display: inline-block;

	}
	.sch-style-4 .sch-button span {
		font: bold 16px/66px Arial;
	}
	.sch-style-4 .sch-button em {
		width: 30%;
	}
	.sch-style-4 .sch-form-right {

		padding: 90px 30px;

	}
	.sch-style-4 .sch-title-right {

		font-size: 20px;
		font-weight: bold;

	}
	.sch-style-4 .sch-slogan {

		font-size: 14px;

	}
	.sch-style-4 .sch-phone-detail span, .sch-style-4 .sch-email-detail span,.sch-style-4 .sch-location-detail {
		font-size: 16px;
	}
	.sch-style-4 .sch-form-left::before {

		display:none;

	}
	.sch-style-4 .sch-form-left::after {
		bottom: -65px;
		display:block;
	}
}