.form-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.form-button .btn:first-child {
    margin-right: 20px;
}
.input .hs-input {
    width: 96%;
    padding: 10px;
}
.step_form .hs-form-field {
    margin-bottom: 20px;
}
.progress-bar {
    border-radius: 30px;
    margin-bottom: 30px;
    max-width: 510px;
    margin: 0 auto 40px auto;
    padding: 9px;
}
.form-steps {
    overflow: hidden;
}



.page-center {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}
.step2-form {
    display: none;
}
.churchill-banner {
    background-color: #1e3567;
    box-shadow: 0 0 30px #0000004d;
    padding: 30px 0 50px;
}
.header-row {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 9;
}
.header-column {
    width: 220px;
}
/* credit card */
.payments-repeater input[type=radio]:checked~label .payment-icons svg path {
  fill: #fff;
}
.payment-card {
  padding: 50px 0 65px;
}
fieldset{
  border:none;
  padding:0;
}
:disabled {
    opacity: 0.5;
  pointer-events:none;
}
.payment-card .page-center {
  max-width: 756px;
  padding: 0 15px;
  margin: 0 auto;
}
.top-heading {
  margin: 0 0 60px;
}
.top-heading h2 {
  color: #1E3567;
  font-size: 30px;
  line-height: 48px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  margin: 0;
}
.payment-card fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
fieldset .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 30px;
}
fieldset .row:last-child {
  margin: 0;
}
.col-details h4 {
  MARGIN: 0;
}
.col-details h3 {
  margin: 0;
  font-size:20px;
}
fieldset .col-label {
  min-width: 215px;
  margin: 0 50px 0 0;
}
.col-details h4 {
    font-size: 20px;
}
fieldset .col-label h3,
fieldset .col-label label {
  color: #1E3567;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  margin: 0;
}
fieldset .col-input-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.col-input-group .group-type {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 60px 0 0;
}
.col-input-group input[type=radio] {
  display: none;
}
.col-input-group label {
  color: #CCCCCC;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
  margin: 0 0 0 25px;
  cursor: pointer;
  position: relative;
}
.col-input-group label::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #CCCCCC;
  position: absolute;
  left: -30px;
  top: 4px;
}
.col-input-group label::after {
  content: '';
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #CCCCCC;
  position: absolute;
  top: 9px;
  left: -25.5px;
  display: none;
}
.col-input-group label:hover {
  color: #1E3567;
}
.col-input-group label:hover::before {
  border-color: #1E3567;
}
.col-input-group input:checked + label {
  color: #1E3567;
}
.col-input-group input:checked + label::before {
  border-color: #1E3567;
}
.col-input-group input:checked + label::after {
  background-color: #1E3567;
  display: block;
}

fieldset .row input {
  color: #CCCCCC;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    padding: 15px 15px;
    border: 1px solid #CCCCCC;
    max-width: 430px;
}
fieldset .row input:focus-visible {
  outline: none;
}
fieldset .row input:hover,
fieldset .row input:not(:placeholder-shown) {
  border-color: #1E3567;
  color: #1E3567;
}
fieldset .col-input-group input {
  max-width: 100px;
  color: #CCCCCC;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  padding: 10px 15px;
  border: 1px solid #CCCCCC;
}
fieldset .col-input-group input:first-child {
  margin-right: 50px;
}
fieldset .row span,
fieldset .col-label span {
  display: block;
  color: #E42E19;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}
fieldset .row .btn-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  width: 100%;
}
fieldset .row .btn-group button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #000000;
  font-size: 16px;
  line-height: 48px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid #1E3567;
  background-color: transparent;
  padding: 5px 40px;
  min-width: 272px;
}
fieldset .row .btn-group button:hover {
  color: #FFFFFF;
  background-color: #1E3567;
}
.payment-direct {
  padding: 50px 0;
}
.payment-direct .page-center {
  max-width: 756px;
  padding: 0 15px;
  margin: 0 auto;
}
.payment-direct .top-heading {
  margin: 0 0 60px;
}
.payment-direct .top-heading h2 {
  color: #1E3567;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  margin: 0;
}
.payment-direct fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.payment-direct .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 30px;
}
.payment-direct .row:last-child {
  margin: 0;
}
.payment-direct .col-label {
  min-width: 190px;
}
.payment-direct h3 {
  color: #1F3567;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  margin: 0;
}
.payment-direct h4 {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  margin: 0;
}

.payment-direct input {
  color: #CCCCCC;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  padding: 23px 30px;
  border: 1px solid #CCCCCC;
  max-width: 430px;
}
.payment-direct input:focus-visible {
  outline: none;
}
.payment-direct input:hover,
.payment-direct input:not(:placeholder-shown) {
  border-color: #1E3567;
  color: #1E3567;
}
.text-red {
  color: #E42E19 !important;
}
.mb-5 {
  margin: 0 0 50px !important;
}

.step2-form .form-columns-2 .hs-input.error_field,
.input .hs-input.hs-fieldtype-textarea.error_field{
  border: 1px solid red;
}
.thankyou-page {
  text-align: center;
}
.thank-content h6 {
  color: #1e3567;
  font-size: 25px;
  margin: 70px 0 0 0;
  font-family: "Lato", sans-serif;
}
.thank-content h3 {
  color: #1F3567;
  font-size: 64px;
  margin: 0 0 50px 0;
  font-family: "Lato", sans-serif;
}
.thank-content p {
  color: #1F3567;
  font-size: 20px;
  margin-top: 0;
  font-family: "Lato", sans-serif;
}
.thank-img {
  margin-bottom: 30px;
}
.redirect-content {
  margin-top: 80px;
}
.redirect-content p {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 25px;
}
.step_form{
  display:none;
}
.no-list.hs-error-msgs.inputs-list li, .no-list.hs-error-msgs.inputs-list li label {
  margin: 0;
}
.payment-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
/*   max-width: 80%; */
  max-width: 810px;
  margin: 60px auto 0 auto;
}
.payments-repeater label{
  width: 200px;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border: 1px solid #7f8c8d;
  padding: 20px 13px;
  color: #1E3568;
  cursor:pointer;
}
.payments-repeater label .payment-icons {
  margin: 0 0 20px;
}

.payments-repeater input[type="radio" ] {
  -webkit-appearance: none;
  appearance: none;
}
.payments-repeater input[type="radio" ]:checked~label {
  background-color: #1e3567;
  /* display: block; */
  color: #fff;
}
.payment-title h3 {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin:0;
}
.payments-repeater input[type=radio]:checked~label .payment-title h3 {
  color: #fff;
}
.step_form.step1 {
  display: block;
}
.step2-form .form-columns-2 {
  width: 100%;
  max-width: initial!important;
  display: flex;
  justify-content: space-between;
}

.step2-form .form-columns-2 .hs-input {
  width: 100%;
  border: 1px solid #CCCCCC;
  font-size:16px;
  padding: 0;
  display: block;
  /* padding-block: 0; */
  /* padding-inline: 0; */
  min-height: 50px;
  padding: 10px 15px;
}

.step2-form .form-columns-2 .field.hs-form-field {
  width: 49%;
  float: none;
  display: block;
  margin-bottom: 20px;
}

.input .inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.step2-form .form-columns-1 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.input .inputs-list li {
  width: 25%;
  position:relative;
  padding: 0;
  margin: 0;
}
.no-list.hs-error-msgs.inputs-list {
  margin: 10px 0 0 0;
  list-style: none;
  padding: 0;
}
.no-list.hs-error-msgs.inputs-list li label {
  color: red;
  font-family: "Lato", sans-serif;
}

.step2-form .form-columns-1 .hs-fieldtype-checkbox > label,
.step2-form .form-columns-1 .hs-radio_option > label,
.step2-form .hs-fieldtype-textarea label{
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color:  #1F3567;
  display: block;
  font-weight: 700;
  margin-bottom: 18px;
}
.hs-fieldtype-checkbox .input  .inputs-list li input[type="checkbox"],
.hs-radio_option .input  .inputs-list li input[type="radio"]{
  -webkit-appearance: none;
  appearance: none;
}
.hs-fieldtype-checkbox .input .inputs-list li input[type="checkbox"]:before {
  content: " ";
  position: absolute;
  background-image: url(https://2661279.fs1.hubspotusercontent-na1.net/hubfs/2661279/churchil/unchecked.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 22px;
  width: 22px;
  left: 0;
  top: 8px;
}
.hs-fieldtype-checkbox .input .inputs-list li input[type=checkbox]:checked:before{
  background-image: url(https://2661279.fs1.hubspotusercontent-na1.net/hubfs/2661279/churchil/checked.svg);
  border: 1px solid #1e3567;
}
.hs-radio_option .input .inputs-list li input[type="radio"]:before {
  content: " ";
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 22px;
  border: 1px solid #cccc;
  border-radius: 50%;
}
.hs-radio_option .input .inputs-list li input[type=radio]:checked:before{
  background-image: url(https://2661279.fs1.hubspotusercontent-na1.net/hubfs/2661279/churchil/checked.svg);
  border: 1px solid #1e3567;
}
.input .inputs-list li label {
  display: block;
}
.input .inputs-list li label span {
  padding-left: 25px;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
.step2-form .form-columns-2 .hs-input:focus-visible ,
.input .hs-input.hs-fieldtype-textarea:focus-visible{
  outline: none;
  /*     border: none; */
}
.input .hs-input.hs-fieldtype-textarea {
  width: 100%!important;
  resize: none;
  height: 180px;
  padding: 20px;
  border: 1px solid #ccc;
  font-size:20px;
}
.hs_submit.hs-submit {
  display: none;
}

/* 
.step-list li span.course_name {
width: auto;
height: auto;
border: none;
text-align: left;
display: block;
position: relative;
left: -20px;
font-family: "Lato", sans-serif;
font-weight:500;
margin-top: 10px;
font-size:20px;
border-radius:0;
background-color:transparent;
} */
.churchil-step {
  text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    width: 40%;
    flex-wrap: wrap;
    background-color: #1e3567;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.progress-bar {
    width: 100%;
    height: 20px;
    background-color: #fff;
    position: relative;
    border:1px solid red;
}
.fill-bar {
 position: absolute;
    top: -1px;
    height: 100%;
    background-color: #1e3567;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 0;
    left: -1px;
}
.hurchill-listing {
  padding: 50px 0;
}

.churchil-step ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
  width: 75%;
  justify-content:space-between;
}

.churchil-step ul li {
  position: relative;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  height: 42px;
  width: 42px;
  /*   margin-right: 355px;
  margin-bottom: 40px; */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
  z-index: 1;
  background: #1e3567;
}
.churchil-step ul::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 20px;
}
.churchil-step ul li:last-child::after {
  display: none;
}
.churchil-step ul li:last-child {
  margin-right: 0;
}
.churchil-step ul li.step-active {
  background-color: #FFF;
  color: #1E3567;
}
.churchil-step ul li .step-description {
  display: block;
  color: #fff;
  /*   font-family: Calibri,Lato,sans-serif; */
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  position: absolute;
  bottom: -40px;
  top: unset;
  min-width: max-content;
}
/* .step-list {
padding: 0;
margin: 0;
list-style: none;
display: flex;
justify-content: space-between;
align-items: center;
justify-content: center;
width: 70%;
}
.step-list li span {
width: 50px;
height: 50px;
border: 1px solid #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
color: #fff;
background: #1e3567;
position: relative;
font-size:36px;
}
.step-list li {
position: relative;
width: 33%;
}
/* .payments-repeater:hover {
background: #1e3567;
}
.payments-repeater:hover .payment-title h3 {
color: #fff;
} 
.step-list li:before {
position: absolute;
content: " ";
border: 1px solid #fff;
width: 100%;
top: 28px;
left: 0;
}
.step-list li:last-child:before {
display: none;
}
.step-list li.step-active .step-count {
background-color: #fff;
color: #1e3567;
} */
.listing-row {
  align-items: flex-start;
  display: flex;
  position: relative;
}
.listing-column {
  width: 70%;
}
.list-title {
  text-align: left;
}
.text-center {
  text-align: center;
}
.listing-repeater-row {
  margin-bottom: 60px;
}
.list-title h1 {
  letter-spacing: 0px;
  color: #1E3567;
  margin-top:0;
  font-size: 25px;
  font-family: "Lato", sans-serif; 
  font-weight:900;
}
.sub-title h4 {
  color: #1E3567;
  font-size: 20px;
  margin: 0;
  font-weight: 700;
  margin-bottom: 30px;
}
.sub_total h4, .total h4 {
  font-weight: 700;
}
.next-step_row .btn:hover,
.form-button .btn:hover{
  background: #1e3567;
  color: #fff;
}
.listing-repeater {
  display: flex;
  align-items: center;
  background: #F6F6F6;
  border-bottom: 1px solid #000;
  padding:20px 20px;
}
.step2-form .input {
  margin-right: 0 !important;
}
.custom-checkbox label {
  display: block;
  height: 22px;
  width: 22px;
  background-image: url(https://2661279.fs1.hubspotusercontent-na1.net/hubfs/2661279/churchil/unchecked.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.repeater-column {
  display: flex;
  align-items: center;
  margin-right: 20px;
  width:80%;
}
.repeater-column1 {
  width: 20%;
  text-align: right;
}
.custom-checkbox {
  margin-right: 20px;
}
.course-name h2 {
  letter-spacing: 0px;
  color: #1E3567;
  font-size: 20px;
  margin-top: 0;
  font-family: "Lato", sans-serif; 
  font-weight:700;
  margin-bottom: 10px;
}
.course-name p {
  letter-spacing: 0px;
  color: #000000;
  font-size: 14px;
  font-family: "Lato", sans-serif; 
  font-weight:400;
  margin:0;
}
.repeater-column1 h4 {
  margin: 0;
  color: #E42E19;
  font-family: "Lato", sans-serif; 
  font-weight:700;
  font-size: 18px;
}
.custom-checkbox input[type="checkbox"]:checked ~ label {
  background-image:url('https://2661279.fs1.hubspotusercontent-na1.net/hubfs/2661279/churchil/checked.svg');
}
.listing-repeater.checkbox_checked {
  background-color: #1e3567;
}
.listing-repeater.checkbox_checked .course-name p,
.listing-repeater.checkbox_checked .course-name h2,
.listing-repeater.checkbox_checked .repeater-column1 h4 {
  color: #fff;
}
.listing-column1 {
  padding-left: 40px;
  width: 40%;
  position: sticky;
  top: 0;
}
.order-summary {
  border: 1px solid rgb(127 140 141 / 50%);
  padding: 15px 15px 10px;
}
.order-title {
  border-bottom: 1px solid #7F8C8D;
}
.order-title h3 {
  color: #1E3567;
  margin-top: 0;
  font-family: "Lato", sans-serif;
  font-weight:700;
  font-size: 20px;
  margin-bottom:20px;
}
.order-row {
  display: flex;
  align-items: center;
  flex-wrap:wrap;
}
.order-img {
  width: 70px;
  height: 70px;
  background-color: #cecece;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-width:70px;
}
.order-column {
  display: flex;
  align-items: center;
  width: calc(100% - 25% );
}
.order-titles h4 {
  color: #1E3567;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
  font-weight:500;
}
.order-column1 {
  width: 25%;
  text-align:right;
}
.order-column1 h4 {
  margin: 0;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight:700;
}
.next-step_row .btn {
  margin: 0 20px;
}
.order-repeater {
  padding: 0px 0 30px;
}
.order-body .order-repeater:first-child {
  padding-top: 30px;
}
.sub_total,.total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #cecece;
  padding: 20px 0;
}
.sub_total h3,
.sub_total h4,
.total h3,
.total h4{
  margin: 0;
}
.sub_total h3,
.sub_total h4{
  color:#000000;
  font-size:20px;
  font-family: "Lato", sans-serif;
  font-weight:400;

}
.total h3,.total h4{
  font-family: "Lato", sans-serif;
  font-weight:700;
}

.total h3,
.total h4{
  color:#E42E19;
  font-size:20px;
}
.right-arrow {
  margin-left: 10px;
}
.left-arrow {
  margin-right: 10px;
  transform: rotate(180deg);
}
.next-step_row {
  text-align: center;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.next-step_row .btn ,
.form-button .btn{
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid #1e3567;
  border-radius: 30px;
  color: #000;
  cursor: pointer;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 9px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  width: 100%;
}
/********/
.field-row h6 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #1e3567;
  font-weight: 700;
}
.custom-radio input[type="radio" ] {
  display: none;
}

.custom-radio label {
  position: relative;
  padding-left: 30px;
  color: hsla(184,6%,53%,.5);
  font-size: 20px;
}
.custom-radio label:before {
  width: 20px;
  height: 20px;
  border: 1px solid hsla(184,6%,53%,.5);
  position: absolute;
  content: " ";
  border-radius: 50%;
  top: 2px;
  left: 0;
}
.custom-radio {
  margin-bottom: 8px;
}
.custom-radio input[type="radio" ]:checked~label:before {
  background-color: #1f3567;
}
.fields_row label {
  color: #1e3567;
  font-size: 24px;
  font-weight: 700;
  margin-right: 50px;
  min-width: 350px;
}.fields_row {
  margin-bottom: 30px;
  display: flex;
}

input.cus_fields {
  border:  1px solid #CCCCCC;
  padding: 10px 10px;
  min-width: 300px;
}
.hs-input.error_field {
    border: 1px solid red;
}
.order-total h5 {
  margin: 0;
  color: #E42E19;
  font-weight: 700;
  font-size: 24px;
}
.order-total label {
  color: #E42E19;
  font-size: 24px;
  font-weight: 700;
  margin-right: 50px;
  min-width: 350px;
}
.order-total {
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .payment-options {
    flex-wrap: wrap;
    justify-content: center;
  }
  .payments-repeater label {
    margin-left: 20px;
  }
}
@media (max-width: 1270px) {
  .order-column1,
  .order-column{
    width:100%;
  }
}
@media (max-width: 1152px) {
  .order-column1,
  .order-column{
    width:100%;
  }
  .input .inputs-list li label{
    margin:0;
  }
  .input .inputs-list li{
    width:33.333%;
  }
  .header-row{
    flex-wrap:wrap;
  }
  .listing-row{
    flex-wrap:wrap;
  }
  .header-column {
    width: 100%;
  }
  .header-column1 {
    width: 100%;
  }
  .step-list{
    width:100%;
  }
  .listing-column1 {
    padding-left: 0;
    width: 100%;
    margin-top: 40px;
  }
  .listing-column {
    width: 100%;
  }
  .churchil-step {
    position: unset;
    background: #1e3567;
    padding-bottom: 20px;
    height:170px;
  }
  .step2-form .form-columns-1{
    margin-bottom:0;
  }
  .hs-fieldtype-checkbox .input .inputs-list li input[type=checkbox]:before,
  .hs-radio_option .input .inputs-list li input[type=radio]:before{
    top:8px;
  }
  .churchil-step ul{
    width:80%;
  }
  input.cus_fields{
    min-width:auto;
    width:100%;
  }
}
@media (max-width: 991px) {
  .payment-options{
    max-width: 100%;
    margin: 20px auto 0 auto;
  }
  .fields_row{
    flex-wrap:wrap;
    margin-bottom:20px;
  }
  .order-total {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  fieldset .row input{
    padding:10px 20px;
  }

}
@media (max-width: 767px) {
  .payments-options .top-heading {
    margin: 0 0 30px;
  }
  .payments-options .top-heading h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .payments-options fieldset .row {
    margin: 0 0 15px;
  }
  .payments-options fieldset .col-label {
    min-width: 155px;
    margin: 0 25px 0 0;
  }
  .payments-options .col-details h3,
  .payments-options .col-details h4,
  .payments-options fieldset .row span,
  .payments-options .col-input-group label,
  .payments-options .col-details input,
  .payments-options .row input,
  .payments-options fieldset .col-input-group input {
    font-size: 16px;
    line-height: 25px;
  }
  .payments-options .col-input-group input {
    margin-right: 25px;
    max-width: 75px;
  }
  .col-input-group label::before {
    width: 18px;
    height: 18px;
/*     left: -30px;
    top: 4px; */
  }
  .col-input-group label::after {
    height: 8.5px;
    width: 8.5px;
    top: 9px;
    left: -25.5px;
  }

  /*   fieldset .row{
  flex-wrap:wrap;
}
  fieldset .col-label {
  min-width: auto;
  margin: 0 0 10px 0;
} */
  fieldset .col-label h3, 
  fieldset .col-label label{
    font-size:16px;
  }
  .order-total{
    margin-bottom: 20px;
  }
  .field-row h6 {
    font-size: 20px;
  }
  .order-total label {
    font-size: 18px;
    margin-right: 20px;
    min-width: auto;
    /* display: inline; */
  }
  .fields_row label,
  .order-total h5 {
    font-size:16px;
    min-width:auto;
  }
  .next-step_row .btn {
    margin-bottom: 20px;
    min-width: 190px;
  }
  .next-step_row .btn:last-child {
    margin-bottom: 0;
  }
  .next-step_row{
    flex-direction: column;
    flex-wrap: wrap;
  }
  .fields_row label {
    margin-right: 0px;
    display: block;
    margin-bottom: 10px;
  }
  .step3 .next-step_row {
    margin-top: 30px;
  }
  .step2-form .form-columns-2 .hs-input{
    width:100%!important;
  }
  .churchil-step ul li{
    width:42px;
    height:42px;
  }
  .churchil-step ul::after{
    top:20px;
  }
  .churchil-step ul li .step-description{
    font-size:11px;
  }
  .next-step_row{
    margin-top:0px;
  }
  .page-center{
    padding:0 20px;
  }
  .next-step_row .btn {
    font-size: 14px;
    padding: 10px 30px;
  }
  .list-title h1{
    line-height:30px;
    font-size:20px;
  }
  .listing-repeater,
  .payment-options{
    flex-wrap:wrap;
  }
  .repeater-column,
  .repeater-column1{
    width:100%;
    margin:0;
  }
  .course-name h2,
  .total h3,
  .total h4,
  .sub_total h3, 
  .sub_total h4,
  .order-title h3,
  .order-titles h4,
  .order-column1 h4{
    font-size:20px;
    line-height:25px;
  }
  .step-list li span.course_name{
    font-size:11px;
    text-align:center;
  }
  .step-list li span{
    width:30px;
    height:30px;
    font-size:18px;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .step-list li:before{
    top:15px;
  }
  .step2-form .form-columns-2{
    flex-wrap:wrap;
  }
  .input .inputs-list li{
    width:100%;
  }
  .input .hs-input.hs-fieldtype-textarea {
    padding: 10px 0 0 10px;
  }
  .left-arrow img, .right-arrow img {
    max-width: 24px;
  }
  .input .inputs-list li label span{
    font-size:15px;
  }
  .payments-repeater{
    margin:0 auto 10px auto;
  }
  .order-column1 {
    width: 100%;
    text-align: right;
  }
  .order-column{
    width:100%;
  }
  .order-row{
    flex-wrap:wrap;
  }
  .payments-repeater {
    margin: 0 10px;
  }
}
@media (max-width: 479px) {
  .payments-options fieldset .row {
    flex-direction: column;
    align-items: flex-start;
  }
  .payments-options fieldset .col-label {
    min-width: unset;
    margin: 0 0 5px;
  }
  .col-input-group label::after {
    top: 8.5px;
  }
}