* {
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
}

#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  font-family: Karla !important;
  padding: 20px;
  width: 100%;
  min-width: 300px;
}

h1 {
  text-align: center;  
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Karla !important;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #000;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Karla !important;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ff0009;;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #000;
}



/*start form css css*/
.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #fff;
    -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 80%;
    padding-top: 25px;
    margin-left: 10%;
    margin-right: 10%;
}


.form-bottom {
    padding: 25px 25px 30px 25px;
    background-color: #fff;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    border: 1px solid lightgray;
    border-radius: 10px;
}

.form-bottom p{
    font-size: 22px;
    text-align: center;
    padding-top: 2%;
    font-weight: bold;
    color: #02a558;
}

.form-group{
    margin-top: 3%;
    border: lightslategrey;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
    min-height: 120px;
}


.form-bottom-info {
    padding: 25px 25px 30px 25px;
    background-color: #fff;
    width: 40%;
    height: 320px;
    margin-left: 30%;
    margin-right: 30%;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    border: 1px solid lightgray;
    border-radius: 10px;
}

.form-bottom-info p{
    font-size: 22px;
    text-align: center;
    padding-top: 2%;
    font-weight: bold;
    color: #02a558;
}

.form-group-info{
    margin-top: 3%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
}

.question-title{
  font-size: 20px;
  font-weight: 600;
  color: #3F51B5;
}

.custom-control{
    display: inline-block !important;
    margin-left: 3%;
    margin-top: 1%;
}

.form-title{
    font-size: 30px;
    padding-bottom: 49px;
    font-weight: 600;
}



.sex-label{
    font-size: 17px;
    color: #576169;
    padding-left: 20px;
}

.button-prev-next{
    
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    text-align: center;
}
.steps-dots{
  text-align:center;
  margin-top:50px;
}


.canvasjs-chart-credit{
  display: none;
}

.graph-result{
  
}














/***** Media queries *****/

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

.form-bottom{
  width: 100%;
  margin-left: unset; 
  margin-right: unset; 
  box-shadow: unset; 
  border: unset; 
}

.form-bottom-info {
    padding: 25px 25px 30px 25px;
    background-color: #fff;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    border: 1px solid lightgray;
    border-radius: 10px;
    height: unset;
}

.form-bottom p{
    font-size: 15px;
    text-align: center;
    padding-top: 2%;
    font-weight: bold;
    color: #02a558;
}

.form-title{
    font-size: 22px;
    padding-bottom: 30px;
    font-weight: 600;
}

.sex-label{
    font-size: 17px;
    color: #576169;
    padding-left: 20px;
}

.button-prev-next{
    position: absolute;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    text-align: center;
    right: 0px;
}

.steps-dots{
  text-align:center;
  margin-top:30px;
}



}

/*start form css css*/

