﻿body {
    overflow-x: hidden;
}

.click_here {
    font-size: 26px;
    color: #d82d00;
}

/* Style the form */
#regForm {
    background-color: #ffffff;
    margin: 100px auto;
    padding: 40px;
    width: 70%;
    min-width: 300px;
    box-shadow: 1px 5px 15px 0px;
}
.lable-right { text-align:right;
}
/* Style the input fields */
input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    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;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    /* Mark the active step: */
    .step.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #4CAF50;
    }


.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "YES";
        padding-left: 10px;
        background-color: #006fc1;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "NO";
        padding-right: 10px;
        background-color: #e10000;
        color: #FFFFFF;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}















.full-width-container {
    width: 100%;
    min-width: 320px;
}

.sized-container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

    .sized-container h3 {
        text-align: center;
        font-size: 24px;
    }

.slide-container {
    position: relative;
    left: 0;
    overflow: hidden;
}


.slide {
    float: left;
}

    .slide .sized-container {
        padding: 75px 25px;
    }

.button-container {
    overflow: hidden;
    padding-top: 30px;
}

    .button-container button {
        float: right;
        margin-left: 30px;
    }

.pagination-container {
    margin-top: 60px;
}

.pagination {
    width: 100%;
    text-align: center;
    padding: 0 25px;
}

.indicator {
    width: 35px;
    height: 25px;
    border: 4px solid lightgray;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

    .indicator .tag {
        position: absolute;
        top: -30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        color: lightgray;
        white-space: nowrap;
    }

    .indicator.active, .indicator.complete {
        border-color: #4f1966;
    }

        .indicator.active .tag, .indicator.complete .tag {
            color: #4f1966;
        }

        .indicator.complete:after {
            /*content: "✓";*/
            position: absolute;
            color: #4f1966;
            left: 4px;
            top: 3px;
            font-size: 14px;
        }

.progress-bar-container {
    width: 10%;
    height: 4px;
    display: inline-block;
    background-color: lightgray;
    position: relative;
    top: 10px;
}

    .progress-bar-container:last-of-type {
        display: none;
    }

    .progress-bar-container .progress-bar {
        width: 0;
        height: 100%;
        background-color: #4f1966;
    }
.next1 {
    width: 90px;
    text-align: center;
    float: right;
    margin-top:15px;
    margin-right:20px
}
.previous1 {
    width: 90px;
    text-align: center;
    float: right;
    margin-top: 15px;
    margin-right: 20px
}
.app-online{
    margin:15px 22px;
}
.app-line {
    margin-bottom: 50px !important;
    margin-left: 25px !important;
}
@media (max-width:767px){
    .check2 input:checked ~ .checkmark {
        margin-left: -20px !important;
    }
}
@media(max-width:480px){
    .next1 {
        margin-right: 40px !important;
    }
    .slide .sized-container {
        padding: 75px 30px !important;
    }
}