@media(min-width:1000px) {
  section.three .in:after {
    background: url(../images/arrow.png) no-repeat;
    width: 28px;
    height: 26px;
    content: "";
    position: absolute;
    right: -15px;
    top: 55%;
  }
  section.three .col-md-4:nth-child(3) .in:after {
    display: none;
  }
  footer p {
    text-align: right;
  }

}
@media(min-width:768px) and (max-width:999px) {
  footer p {
    text-align: right;
  }
}
@media(max-width:767px) {
  header {
    padding: 25px;
  }
  .container {
    padding: 0 25px;
  }
  section.one .in img.rightimage {
    display: none;
  }
  section.one .in p span {
    display: inline-block;
  }
  footer, footer p {
    text-align: center;
  }
  section.one .in p {
    color: #5B605F;
    font-size: 24px;
    padding-left: 0;
    line-height: 50px;
  }
  section.two h3 {
    color: #5B605F;
    font-size: 41px;
    line-height: 40px;
    padding: 30px 0;
  }
  section.two h2 {
    color: #5B605F;
    font-size: 35px;
    line-height: 45px;
    padding: 40px 0;
  }
  section.three h2 {
    color: #67D7B9;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 50px;
  }
  section.three .in {
    padding: 50px 25px;
  }
  section.three .in:after {
    background: url(../images/arrow.png) no-repeat;
    width: 28px;
    height: 26px;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    transform: rotate(90deg);
    display: block;
    margin: auto;
  }
  section.three .col-md-4:nth-child(3) .in:after {
    display: none;
  }
  section.four h4 span {
    margin-bottom: 20px;
  }
  section.five h2 {
    color: #5B605F;
    font-size: 61px;
    line-height: 65px;
    padding: 40px 0;
  }
  section.five h3 {
    color: #5B605F;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    padding: 40px 0;
    letter-spacing: 6px;
  }
  footer ul.social li a {
    font-size: 34px;
    color: #000;
    padding: 25px;
    display: block;
  }
  footer {
    background: #F0F0F0;
    padding: 50px 25px;
  }
  footer .link {
    margin-bottom: 10px;
  }
  /*	Form*/
  section.form {
    padding: 50px 20px;
  }
  section.form h1 {
    color: #5B605F;
    font-size: 34px;
    line-height: 35px;
    padding: 40px 0;
  }
  section.form h3 {
    font-size: 39px;
  }
  section.form .in input {
    font-size: 17px;
    height: 45px;
    border-radius: 10px;
    margin-bottom: 10px;
}
section.form .in textarea {
    font-size: 17px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px;
}
section.form .in button {
    color: #fff;
    background: #F88783;
    font-size: 18px;
    line-height: 25px;
    padding: 20px 0;
    font-weight: 700;
    display: block;
    margin: 25px auto;
    border-radius: 5px;
    letter-spacing: 5px;
    border: 0;
    text-transform: uppercase;
}
}