#regForm {
    background-color: #ffffff;
    margin: 10px 0px 0px 0px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important; */
    padding-bottom: 50px;
}

#regForm h1 {
    text-align: center;
}

#regForm h1,
h2,
h3,
h4,
h5 {
    margin: 0px !important;
}



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

#regForm button {
    background-color: #032c52;
    color: #ffffff;
    border: none;
    padding: 10px 50px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 0px !important;
    outline: none !important;
}




#prevBtns {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
#regForm .step {
    height: 10px;
    width: 35px;
    margin: 0 2px;
    background-color: white;
    border: 1px solid #032c52 !important;
    color: #032c52;
    display: inline-block;
    opacity: 1;
}

.selectable-btn:disabled {
    background-color: gray;
    color: white;
}

#regForm .step.active {
    opacity: 1;
}

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



/* Customize CSS */


#regForm #prevBtns {
    padding: 10px;
    font-size: 15px;
    background-color: #032c52;
    border-radius: 0px;
    width: 145px;
    outline: none !important;
}

#regForm #prevBtns:hover {
    border: 1px solid #032c52 !important;
    color: #032c52 !important;
    background-color: white;
}

#regForm #nextBtns:hover {
    border: 1px solid #032c52 !important;
    color: #032c52 !important;
    background-color: white;
}

#regForm #nextBtns {
    padding: 10px;
    font-size: 15px;
    background-color: #032c52;
    border-radius: 0px;
    width: 145px;
    outline: none !important;
}

.preandnextbuttonstyles {
    width: 160px;
}

#regForm h1 {
    font-size: 30px;
    font-weight: 700;
}

#regForm .age_group button,
#regForm .check_relative_in_canada button {
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    margin: 5px 3px;
}

#regForm .education button {
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    margin: 5px 0px;
    box-shadow: none;
}

#regForm .education button:hover {
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: none;
}

#regForm .age_group button:hover,
#regForm .check_relative_in_canada button:hover {
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: none;
}

#sinp_form_calculator label {
    font-size: 13px;
    font-weight: 400 !important;
    color: red;
    padding: 0 !important;
    margin: 0 !important;
    font-style: italic;
}


#regForm .table .btn_style {
    background-color: white;
    color: black;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid black;
    box-shadow: none;
}

#regForm .table .btn_style:hover {
    background-color: white;
    color: black;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid black;
    box-shadow: none;
}

#regForm .show_he {
    width: 100% !important;
    font-size: 20px;
    font-weight: 500;
    background-color: #032c52;
    color: white;
    margin-top: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    box-shadow: none;
}

#regForm .show {
    font-size: 80px;
}

#regForm .result {
    width: 150px;
    height: 150px;
    margin: 20px 23%;
    /* border-radius: 100px; */
    padding: 10px;
    background-color: #032c52;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.resutshowcase_area {
    border: 1px solid #032c52;
    padding: 5px;
    margin-top: 25px;
    height: 500px;
}

.num {
    font-size: 70px;
}

#buttons1 button {
    width: 150px;
}

#buttons3 button,
#buttons4 button,
#buttons5 button,
#buttons6 button,
.width_d button {
    width: 120px;
}

.tab h5 {
    font-size: 22px;
    font-weight: 700;
}

.adaptability p {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    font-size: 16px;
    font-weight: 300;
}

.button_position h6 {
    font-size: 18px !important;
    font-weight: 600;
}

/*Add New Style   */

.btn_style {
    position: relative;
    background-color: #032c52;
    border: none;
    font-size: 28px;
    color: #FFFFFF;
    padding: 20px;
    width: 200px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

.btn_style:after {
    content: "";
    background: #032c52;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.btn_style:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}



/* CANVA DRAWING */

@import url(https://fonts.googleapis.com/css?family=Lato:100,400,900);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);

.result_failed {
    font-size: 20px !important;
}

.you_are_eli {
    font-size: 25px !important;
    color: #032c52;
    font-weight: 600;
}

.showfinalresult {
    height: 250px;
    width: 250px;
    margin-left: 40%;
    background-color: #032c52;
    padding: 40px;
    font-size: 100px;
    font-weight: 700;
    color: white;
    border-radius: 200px;
    overflow: hidden;
}

::selection {
    color: #032c52;
}

::-moz-selection {
    color: #032c52;
}

.after_form_details {
    position: relative;
    margin-top: 5%;
    margin-bottom: 5%;
    background-color: white;
    height: 550px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.poster {
    transform: scale(0.6);
    transform-origin: top center;
}

.intro {
    font-size: 80px;
    color: #032c52;
    font-weight: 400;
    font-family: 'Great Vibes', cursive;
}

.time {
    font-weight: 900;
    font-size: 40px;
    margin: 0 0 50px 0;
    color: #032c52;
}

.come {
    text-decoration: none;
    background: #032c52;
    color: white;
    padding: 20px;
    border-radius: 10px;
    font-size: 26px;
}

#drawing_canvas {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    pointer-events: none;
}