.image-slider .slide-bg {
  height: 400px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.image-slider .swiper-pagination {
  bottom: 65px;
}
.col .swiper-button-next {
  right: 10px;
  top: 45%;
  transform: translate(0, -50%);
}
.col .swiper-button-prev {
  left: 10px;
  top: 45%;
  transform: translate(0, -50%);
}


@media screen and (min-width: 768px) {
  .contact-box form .center-left-padding {
    padding-right: 7.5px;
  }
  .contact-box form .center-right-padding {
    padding-left: 7.5px;
  }
}

@media screen and (max-width: 767px) {
    form button[type=submit] {
        width: 100%;
    }
}

.form-input {
  width: 100%;
  background: #ffffff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  color: #131830;
  border: none;
  outline: none;
  padding: 12px 30px;
  border: 1px solid #777777;
  box-shadow: none;
}

input.form-input {
  height: 60px;
}
