header.site_header {

    background: #0d0d2a;

}

header.site_header {

    background: #0d0d2a;

    text-align: center;

    color: #c5c5c5;

    margin-bottom: 30px;

}

h2.site_title {

    margin-top: 25px;

    margin-bottom: 25px;

    font-size: 40px;

}

footer.site_footer {

    background: #0d0d2a;

    text-align: center;

    color: #c5c5c5;

    margin-top: 30px;

}

h2.site_footer {

    margin-top: 25px;

    margin-bottom: 25px;

    font-size: 40px;

}

.site_form {

    width: 50%;

    justify-content: center;

    margin: 100px auto 0;

    border: 1px solid #ccc;

    padding: 20px;

}

h1.current_user {

    text-align: center;

    margin-bottom: 20px;

}

.site_form h2 {

    margin: 0;

}

h2.card_type_heading {

    text-align: center;

    margin-bottom: 25px;

    color: #2a7c2a;

    font-size: 25px;

    font-weight: bold;

}

h2.card_info_heading {

    text-align: center;

    font-weight: bold;

    font-size: 18px;

    margin-bottom: 12px;

}

span.field_info {

    color: #000;

}

section.user_form_header {

    background: #70c4f5;

    text-align: center;

    color: #fff;

}

h2.user_form_heading {

    font-weight: bold;

    margin: 25px 0px 10px 0;

}

p.user_form_sunheading {

    font-weight: bold;

    margin: 0 0 25px 0;

    font-size: 20px;

}

.slidecontainer {

  width: 100%;

}

.invalid-feedback {

	color: red;

}

.slider {

  -webkit-appearance: none;

  width: 100%;

  height: 25px;

  background: #d3d3d3;

  outline: none;

  opacity: 0.7;

  -webkit-transition: .2s;

  transition: opacity .2s;

}



.slider:hover {

  opacity: 1;

}



.slider::-webkit-slider-thumb {

  -webkit-appearance: none;

  appearance: none;

  width: 25px;

  height: 25px;

  background: #04AA6D;

  cursor: pointer;

}



.slider::-moz-range-thumb {

  width: 25px;

  height: 25px;

  background: #04AA6D;

  cursor: pointer;

}

span.required_mark {

    color: red;

    margin-left: 4px;

}

.slidecontainer input[type=range] {

    display: block;

    width: 100%;

}

.heartland_success_p {
  color: green;
}

.heartland_error_p {
  color: red;
}


.payment-conf-message {
    padding: 60px 0;
    background-color: #f4f4f4;
    margin: 20px 0 40px !important;
    text-align: center;
}
.payment-conf-message .heartland_success_p {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 24px;
}


#payment_form_section .col-md-6 {
    padding-left: 0;
}

#EnrollBtn {
  margin-top: 17px;
}

.row.student-details-section {
    padding: 0px 14px;
}

.user-logout {
  text-align: center;
  font-size: 21px;
}

.form-group.total-section {
  border-top: 1px solid #ccc;
  margin-top: 36px;
  font-size: 17px;
}

p.total_eheading {
    font-weight: bold;
    font-family: system-ui;
    /*width: 50%;*/
}
p.price-value-section {
    font-weight: bold;
    font-family: system-ui;
    width: 100%;
    text-align: right;
}
.main{
  display: flex;
  padding: 5px 20px;
}
.main p{
  width: 50%;

}
.first-line{
   margin-top:20px;
 }


/*Media Query*/


.manual-card-process {
    width: 50%;
    margin: 17px auto;
    position: relative;
    bottom: -85px;
}
