.next-step-wrap {
    background-color: #f0fefe;
}



/** contact-section **/
.next-step-wrap .sec-title p {
    max-width: 640px;
    margin: 0 auto 20px auto;
}

.contact-form-wrap .contact-form-embed {
  border-radius: 20px;
  padding: 0;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}
.contact-form-wrap p {
  max-width: 100% !important;
  color: #fff;
  font-size: 16px;
}
.contact-form-wrap p a {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}
.next-step-wrap .sec-title h2 {
  color: #fff;
  max-width: 480px;
  margin: 0 auto;
}

.contact-form-wrap .contact-form-embed .hs-form-field {
  position: relative;
  margin-bottom: 22px !important;
}

.contact-form-wrap .contact-form-embed .form-group:last-child .hs-form-field {
  margin-bottom: 0px;
}

.contact-form-wrap .contact-form-embed .hs-form-field label{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 4px;
  color: #fff;
  font-weight: bold;
}

.contact-form-wrap .contact-form-embed .hs-form-field:last-child{
  margin-bottom: 0px;
}
.contact-form-wrap fieldset {
    max-width: 100% !important;
}

.contact-form-wrap .contact-form-embed .hs-form-field input[type='text'],
.contact-form-wrap .contact-form-embed .hs-form-field input[type='email'],
.contact-form-wrap .contact-form-embed .hs-form-field input[type='tel'],
.contact-form-wrap .contact-form-embed .hs-form-field textarea,
.contact-form-wrap .contact-form-embed .hs-form-field select {
  position: relative;
  display: block;
  width: 100%;
  height: 46px;
  font-size: 16px;
  color: #000;
  padding: 10px 20px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ffffff73;
  transition: all 500ms ease;
}

.contact-form-wrap .contact-form-embed .hs-form-field textarea{
  height: 150px;
  resize: none;
  border-radius: 6px;
  width: 100% !important;
}

.contact-form-wrap .contact-form-embed .hs-form-field input:focus,
.contact-form-wrap .contact-form-embed .hs-form-field textarea:focus{
    box-shadow: 5px 8px 35px 0 rgba(14, 198, 199, .45);
}
.contact-form-wrap form label.hs-error-msg {
  color: #ff7878 !important;
  font-weight: normal !important;
  margin: 0 !important;
  padding: 5px 0 0 0 !important;
}
.contact-form-wrap .hs_error_rollup {
  color: #ff7878 !important;
  font-weight: normal !important;
  margin: 0 !important;
  padding: 20px 0 0 0;
}
.contact-form-wrap .actions {
  padding: 10px 0 0 0;
}
.contact-form-wrap .actions .hs-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--title-font);
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 12px 25px;
  z-index: 1;
  transition: all .5s ease-in-out 0s;
  text-transform: capitalize;
  background: var( --secondary-color);
  width: 100%;
  display: block;
}
.contact-form-wrap .hs_submit {
  padding: 20px 0 10px 0;
}
.contact-form-wrap .actions .hs-button:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, .24);
  transform: translateY(-5px);
}

.contact-form-wrap .inputs-list {
  display: flex;
}
.contact-form-wrap .inputs-list li {
  margin: 0 20px 5px 0;
}
.contact-form-wrap .inputs-list li input[type=checkbox] {
    display:none !important
}
.contact-form-wrap .inputs-list li input[type=checkbox] + span{
    font-weight:normal;
    cursor:pointer;
    margin-bottom:0;
    padding-left:0;
    line-height:1; 
    margin:0;
}
.contact-form-wrap .inputs-list li input[type=checkbox] + span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-weight: normal;
  position: relative;
  top: -2px;
  text-align: center;
}
.contact-form-wrap .inputs-list li input[type=checkbox]:checked + span:before {
    content:"\2714";
    color:white;
    background-color: var(--theme-color);
    border:1px solid var(--theme-color)
    text-align:center;
    line-height:20px;
}

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
 
}

@media only screen and (max-width: 767px){
 

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 690px){

  .contact-form-wrap .input input {
    width:100% !important;
  }
  .contact-form-wrap .input select {
    width:100% !important;
  }
  .contact-form-wrap .inputs-list {
    flex-wrap: wrap;
  }
  .contact-form-wrap .inputs-list li {
    width: 100%;
    margin: 0 0px 5px 0;
  }
  .contact-form-wrap .content-box {
    padding: 0 !important;
  }
 .contact-form-wrap fieldset > div {
     width: 100% !important;
  
  }
}