@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=latin,latin-ext);

/**/
.step_from a{
    color: #e50505;
 }
.step_from p{
    margin: 0;
    color: #000;
}
.step_from .step {  
  display: none;  
}  
.step_from .step.active {  
  display: block;  
}
.step_from{
    margin: 10% auto;
    width: 60%;
    display: block;
}
@media screen and (max-width: 600px) {
    .step_from{
    width: 100%;
}
}
.step_from .mainbox-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding: 1em;
    border-radius: 8px;
    background-color: rgba(47, 42, 52, 0.05);
}
.step_from .left-box svg{
    width: 80%;
}
.step_from .left-box{
    width: 30%;
}
.step_from .right-box {
    width: 70%;
}
.step_from .svg-box-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
/* Form Fields*/
.required_mark{
    color: red;
}
.step_from .form-group{  
  width: 100%;  
  margin-top: 20px;  
 }  
 .step_from .form-group input[type=text],
 .step_from .form-group input[type=email],
  .step_from .form-group input[type=number],
  .step_from .form-group input[type=date],
   .step_from .form-group select,
    .step_from .form-group input[type=time]{
    border: 1.5px solid rgba(128, 128, 128, 0.418);  
    font-size: 18px;  
    margin-top: 5px;  
    border-radius: 4px;
    padding: 0.5rem 1rem;
    max-width: 100%;
    width: 100% !important;
    /*
    border-width: 0 0 1.5px 0;
    border-style: solid;
    border-color: rgb(166 29 21);
    border-radius: 0;*/  
 }
 div#test-booked .form-group {
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}
 div#test-booked .form-group .sided-fields{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

div#test-booked .form-group .sided-fields #test_start_date{
    margin: 0 10px 0 0;
}
div#test-booked .form-group .sided-fields #test_start_time{
    margin: 0 0 0 10px;
}
/*Form Button*/
 .step_from button.next-btn,  
 .step_from button.back-btn,  
 .step_from input.submit-btn {  
  float: right;
  margin-top: 20px;
  padding: 10px 30px;  
  border: none;  
  outline: none;  
  background-color: rgb(180, 220, 255);  
  font-family: "Montserrat";  
  font-size: 18px;  
  cursor: pointer;  
  /* text-align: right; */  
 }  
 .step_from button.back-btn {  
  float: left;
 }
 /*button.back-btn{
    position: absolute;
    top: 0;
    left: 0;
 }*/
 .step_from button.submit-btn {  
  background-color: aquamarine;  
 }
 .step_from .next-btn{
    float: right;
    padding: 10px 30px;
    background-color: #e50505;
    font-family: "Montserrat";
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px;
    color: #fff;
}
.step_from .next-btn:hover{
    background-color: #252525;
}
.step_from .prev-btn{
  float: left;
    padding: 10px 30px;
    background-color: #333333;
    font-family: "Montserrat";
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px;
    color: #fff;
}
.step_from .prev-btn:hover{
    background-color: #e50505;
}
 
/*Progress Bar*/
#myProgress {
  width: 100%;
  background-color: #dddddd47;
  border-radius: 50px;
}
#myBar {
    width: 10%;
    /*background-image: linear-gradient( 45deg,#e5050526 25%,transparent 25%,transparent 50%,#e5050526 50%,#e5050526 75%,#00000000 75%,transparent);*/
    background-size: 1rem 1rem;
    border-radius: 50px;
}
.progress-bar {
    height: 30px;
    color: #e50505;
    text-align: center;
    background-color: #ffffff;
    transition: width .6s ease;
    font-weight: 500;
    line-height: 30px;
}

/*Last Step Form*/
section.radio-boxes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
.radio-boxes input{
    display: none !important;
}
.radio-boxes label{
    color: #000;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 24px;
    display: block;
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 6px;
}
.radio-boxes .title_label{
    padding: 14px 0;
    width: 23%;
    text-align: center;
    margin: 0;
}
.radio-boxes .title_label:nth-child(4){
   margin: 0 1% 0 2%;
}
.radio-boxes .title_label:nth-child(6){
   margin: 0 2% 0 1%;
}
.radio-boxes .billing_address_label,
 .radio-boxes .gift_label,
  .radio-boxes .lesson_surprise_label,
   .radio-boxes .is_surprise_label,
   .radio-boxes .payment_label{
    padding: 14px 0;
    text-align: center;
}
.radio-boxes .billing_address_label:nth-child(2),
.radio-boxes .gift_label:nth-child(2),
  .radio-boxes .lesson_surprise_label:nth-child(2),
   .radio-boxes .is_surprise_label:nth-child(2),
   .radio-boxes .payment_label:nth-child(2){
    margin-right: 1%;
    width: 49%;
}
.radio-boxes .billing_address_label:last-child,
 .radio-boxes .gift_label:last-child,
  .radio-boxes .lesson_surprise_label:last-child,
   .radio-boxes .is_surprise_label:last-child,
   .radio-boxes .payment_label:last-child{
    margin-left: 1%;
    width: 49%;
}

.radio-boxes .refresher_lesson_label, .radio-boxes .lesson_label{
    padding: 14px;
    margin: 1.2% 0;
    width: 100%;
}
.radio-boxes label:hover {
  border-color: #e50505;
  cursor: pointer;
}
.radio-boxes input:checked + label{
    border: 2px solid #e50505;
}
/*Availablility Table*/
.step_from input[type="checkbox"]:checked {
    background-color: #e50505;
    position: relative;
}
.step_from input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #ddd;
    border-radius: 4px;
    cursor: pointer;
    align-items: center;
    outline: 0;
}
.step_from input[type="checkbox"]:after {
    content: '\2714 \fe0e';
    position: absolute;
    right: 5px;
    font-size: 13px;
    top: 1px;
    color: #fff;
}
.step_from input[type="checkbox"]:checked:hover{
    background-color: #e50505;
}
.step_from input[type="checkbox"]:hover {
    background-color: #ccc;
}
.step_from table tr th, table tr td, table thead, table tbody {
    border: 0 !important;
}
.step_from table tr td:first-child {
    background-color: transparent !important;
}
.form-group label {
    margin: 15px 0 0 0;
    display: block;
    color: #000;
}
.lesson_field {
    color: #000;
}
.lesson_field input[type="checkbox"], input[type="checkbox"]#acceptance {
    margin: 5px 12px -6px 0;
}
/*Contact Ways Table*/
.contact_me_table tr{
    border-bottom: 1px solid #F8F7F9;
}
.contact_me_table tr th{
    text-align: left;
    padding: 10px 0px;
    background-color: transparent !important;
}
.contact_me_table tr td{
    text-align: right;
    padding: 25px 30px 16px 5px;
    background-color: transparent !important;
}
/*Product on Prices Tab*/
.product-container {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

.product-container div {
    padding: 10px;
    width: 50%;
}
.product-container div img{
    width: 100%;
}
.price_label{
    font-weight: 600;
    color: #141c3a;
    font-size: 18px;
}
.price_val{
    color: #e50505;
    font-size: 20px;
    font-weight: 700;
}
.info_box{
    color: #97F784 !important;
    background-color: #333333;
    padding: 10px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    width: 100%;
    font-weight: 700;
}
.info_box a{
    font-weight: 900;
    color: #97F784;
    text-decoration: underline;
}
.acceptance_check label{
    display: initial !important;
}
/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .product-container {
    flex-direction: column;
  }
}
