@import url("https://fonts.googleapis.com/css?family=Cabin:400,500,600");
.d-flex-column, #contact-us #contact-form .step-form .step-item .step-inner .step-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clip-path-parent, #contact-us #contact-form .step-form .step:first-child .step-item, #contact-us #contact-form .step-form .step:nth-child(2) .step-item {
  -webkit-clip-path: polygon(calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
          clip-path: polygon(calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
}

.clip-path-child, #contact-us #contact-form .step-form .step:first-child .step-item .step-inner, #contact-us #contact-form .step-form .step:nth-child(2) .step-item .step-inner {
  -webkit-clip-path: polygon(calc(100% - 30px) 0%, calc(100% - 1px) 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
          clip-path: polygon(calc(100% - 30px) 0%, calc(100% - 1px) 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
}

::-webkit-input-placeholder {
  color: #b5b5b5;
}

::-moz-placeholder {
  color: #b5b5b5;
}

:-ms-input-placeholder {
  color: #b5b5b5;
}

:-moz-placeholder {
  color: #b5b5b5;
}

.page #header {
  background: #63d9dd;
  background: linear-gradient(125deg, #63d9dd 30%, #6bdd63 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1",endColorstr="$color2",GradientType=1);
}

#contact-us #sec01 {
  margin: 30px 0 25px;
}

@media screen and (min-width: 768px) {
  #contact-us #sec01 {
    margin: 60px 0 50px;
  }
}

#contact-us #sec01 .desc {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  #contact-us #sec01 .desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #contact-us #sec01 .desc {
    font-size: 110%;
  }
}

#contact-us #sec01 .c-numbers {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

#contact-us #sec01 .c-numbers div {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2.5;
}

@media screen and (min-width: 768px) {
  #contact-us #sec01 .c-numbers div {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #contact-us #sec01 .c-numbers div {
    font-size: 130%;
  }
}

@media screen and (min-width: 768px) {
  #contact-us #sec01 .c-numbers div {
    padding-right: 30px;
  }
}

#contact-us #sec01 .c-numbers div span {
  font-size: calc(4vw + 14px);
  line-height: 1.25;
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  #contact-us #sec01 .c-numbers div span {
    font-size: 40px;
  }
}

#contact-us #sec01 .open-dairy {
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #contact-us #sec01 .open-dairy {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #contact-us #sec01 .open-dairy {
    font-size: 110%;
  }
}

@media screen and (max-width: 767px) {
  #contact-us #sec01 .open-dairy {
    margin-bottom: 40px;
  }
}

#contact-us #contact-form {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  #contact-us #contact-form {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #contact-us #contact-form {
    font-size: 110%;
  }
}

#contact-us #contact-form .error-msg {
  text-align: center;
  margin-bottom: 20px;
  color: #dd6363;
}

#contact-us #contact-form .step-form {
  padding: 50px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  #contact-us #contact-form .step-form {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #contact-us #contact-form .step-form {
    font-size: 110%;
  }
}

#contact-us #contact-form .step-form .step {
  position: relative;
  margin-bottom: 20px;
}

#contact-us #contact-form .step-form .step:before, #contact-us #contact-form .step-form .step:after {
  content: '';
  background: #ffffff;
  position: absolute;
  left: -10px;
}

#contact-us #contact-form .step-form .step:before {
  top: -10px;
  width: 5px;
  height: 70px;
}

#contact-us #contact-form .step-form .step:after {
  top: -10px;
  width: 70px;
  height: 5px;
}

@media screen and (min-width: 576px) {
  #contact-us #contact-form .step-form .step + .step {
    margin-left: 15px;
  }
}

#contact-us #contact-form .step-form .step-item {
  position: relative;
  padding: 2px;
}

#contact-us #contact-form .step-form .step-item .step-inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #ffffff;
  padding: 5px;
  width: 290px;
  height: 80px;
}

#contact-us #contact-form .step-form .step-item .step-inner .step-icon {
  width: 70px;
  height: 70px;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  #contact-us #contact-form .step-form .step-item .step-inner .step-icon {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #contact-us #contact-form .step-form .step-item .step-inner .step-icon {
    font-size: 110%;
  }
}

#contact-us #contact-form .step-form .step-item .step-inner .step-icon span {
  font-size: calc(3.4vw + 14px);
  line-height: 0.625;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  #contact-us #contact-form .step-form .step-item .step-inner .step-icon span {
    font-size: 32px;
  }
}

#contact-us #contact-form .step-form .step .arrow:before, #contact-us #contact-form .step-form .step .arrow:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #eaeaea transparent;
}

#contact-us #contact-form .step-form .step .arrow:before {
  left: 55px;
  top: -10px;
  z-index: 1;
}

#contact-us #contact-form .step-form .step .arrow:after {
  left: -10px;
  top: 55px;
}

#contact-us #contact-form .step-form .step .step-item {
  background: #eeeeee;
}

#contact-us #contact-form .step-form .step .step-item .step-icon {
  color: #727272;
  background: #eeeeee;
}

#contact-us #contact-form .step-form .step.active .step-item .step-icon {
  color: #ffffff;
}

#contact-us #contact-form .step-form .step.active:first-child {
  position: relative;
}

#contact-us #contact-form .step-form .step.active:first-child:before, #contact-us #contact-form .step-form .step.active:first-child:after {
  content: '';
  background: #63d9dd;
  position: absolute;
  left: -10px;
}

#contact-us #contact-form .step-form .step.active:first-child:before {
  top: -10px;
  width: 5px;
  height: 70px;
}

#contact-us #contact-form .step-form .step.active:first-child:after {
  top: -10px;
  width: 70px;
  height: 5px;
}

#contact-us #contact-form .step-form .step.active:first-child .step-item {
  background: #63d9dd;
  background: linear-gradient(125deg, #63d9dd 30%, #fdd23f 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1",endColorstr="$color2",GradientType=1);
}

#contact-us #contact-form .step-form .step.active:first-child .step-item .step-icon {
  background: #fdd23f;
  background: linear-gradient(125deg, #fdd23f 0%, #63d9dd 100%);
}

#contact-us #contact-form .step-form .step.active:nth-child(2) {
  position: relative;
}

#contact-us #contact-form .step-form .step.active:nth-child(2):before, #contact-us #contact-form .step-form .step.active:nth-child(2):after {
  content: '';
  background: #fdd23f;
  position: absolute;
  left: -10px;
}

#contact-us #contact-form .step-form .step.active:nth-child(2):before {
  top: -10px;
  width: 5px;
  height: 70px;
}

#contact-us #contact-form .step-form .step.active:nth-child(2):after {
  top: -10px;
  width: 70px;
  height: 5px;
}

#contact-us #contact-form .step-form .step.active:nth-child(2) .step-item {
  background: #fdd23f;
  background: linear-gradient(125deg, #fdd23f 30%, #dd6363 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1",endColorstr="$color2",GradientType=1);
}

#contact-us #contact-form .step-form .step.active:nth-child(2) .step-item .step-icon {
  background: #dd6363;
  background: linear-gradient(125deg, #fdd23f 0%, #dd6363 100%);
}

#contact-us #contact-form .step-form .step.active:last-child {
  position: relative;
}

#contact-us #contact-form .step-form .step.active:last-child:before, #contact-us #contact-form .step-form .step.active:last-child:after {
  content: '';
  background: #dd6363;
  position: absolute;
  left: -10px;
}

#contact-us #contact-form .step-form .step.active:last-child:before {
  top: -10px;
  width: 5px;
  height: 70px;
}

#contact-us #contact-form .step-form .step.active:last-child:after {
  top: -10px;
  width: 70px;
  height: 5px;
}

#contact-us #contact-form .step-form .step.active:last-child .step-item {
  background: #dd6363;
  background: linear-gradient(125deg, #dd6363 30%, #3f50fd 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1",endColorstr="$color2",GradientType=1);
}

#contact-us #contact-form .step-form .step.active:last-child .step-item .step-icon {
  background: #dd6363;
  background: linear-gradient(125deg, #dd6363 0%, #3f50fd 100%);
}

#contact-us #contact-form .contact-inner {
  background-color: #ffffff;
  padding: 35px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 992px) {
  #contact-us #contact-form .contact-inner {
    margin-left: 60px;
    margin-right: 60px;
  }
}

#contact-us #contact-form .contact-inner .form-desc {
  color: #013178;
  font-size: 12px;
}

#contact-us #contact-form .contact-inner table th {
  width: 300px;
  text-align: left;
  padding: 8px;
}

#contact-us #contact-form .contact-inner .thanks-text {
  text-align: center;
  line-height: 1.66667;
}

@media screen and (min-width: 768px) {
  #contact-us #contact-form .contact-inner .thanks-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #contact-us #contact-form .contact-inner .thanks-text {
    font-size: 120%;
  }
}

#contact-us #contact-form .input-field .title {
  font-weight: bold;
  margin-bottom: 0;
}

#contact-us #contact-form .input-field .title .req {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  background-color: #ea3470;
  border-radius: 4px;
  display: inline-block;
  padding: 0 6px;
  margin-left: 10px;
  line-height: 17px;
  margin-top: -5px;
  vertical-align: middle;
}

#contact-us #contact-form .input-field input[type="text"],
#contact-us #contact-form .input-field input[type="email"] {
  height: 40px;
}

#contact-us #contact-form .input-field input[type="text"],
#contact-us #contact-form .input-field input[type="email"],
#contact-us #contact-form .input-field textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #b5b5b5;
  padding: 8px;
  margin-top: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#contact-us #contact-form .input-field textarea {
  resize: none;
  height: 200px;
}

#contact-us #contact-form .input-field input:focus,
#contact-us #contact-form .input-field textarea:focus {
  outline: 0;
  background-color: #eeeeee;
}

#contact-us #contact-form .input-field .fieldset {
  margin: 15px 0 20px;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  padding: 20px 25px;
}

#contact-us #contact-form .input-field .fieldset .legend {
  margin-bottom: 5px;
}

#contact-us #contact-form .input-field .fieldset .list-check {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#contact-us #contact-form .input-field .fieldset .list-check label {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

@media screen and (max-width: 575px) {
  #contact-us #contact-form .input-field .fieldset .list-check label {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: inline-block;
  }
}

#contact-us #contact-form .input-field .fieldset .list-check label input {
  margin-right: 5px;
  margin-top: -2px;
}

@media screen and (max-width: 575px) {
  #contact-us #contact-form .input-field .fieldset .list-check label input {
    margin-top: 5px;
  }
}

#contact-us #contact-form .input-field .fieldset .list-check label:nth-child(odd) {
  width: 450px;
}

#contact-us #contact-form .input-field .fieldset .list-check label:nth-child(even) {
  width: 290px;
}

#contact-us #contact-form .input-field .fieldset .input + .input {
  margin-top: 1em;
}

#contact-us #contact-form .input-field .input-error {
  border: 1px solid #ea3470 !important;
}

#contact-us #contact-form .input-field + .input-field {
  margin-top: 15px;
}

#contact-us #contact-form .btn {
  padding: 30px 0 60px;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact-us #contact-form .btn .btn-submit {
  background-color: #222222;
  color: #fff;
  width: 230px;
  height: 65px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#contact-us #contact-form .btn .btn-submit:hover {
  opacity: 0.75;
}

#contact-us #contact-form .error-text li {
  color: #fe5db1;
}

#contact-us #contact-form .submit-wrapper {
  text-align: center;
  margin-top: 80px;
}
