#wizzard0 {
    font-family: 'Roboto', sans-serif;
    display: flex;
}



#wizzard0 .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    color: #fff;
}

#wizzard0 .btn_big {
    background: #d13980;
    width: 150px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}


#wizzard0 .btn:active:focus,
#wizzard0 .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: #fff;
}

#wizzard0 .btn:focus,
#wizzard0 .btn:hover {
    color: #fff;
    text-decoration: none;
    color: #fff;
}

/* *** */

#wizzard {
    font-family: 'Roboto', sans-serif;
}

#wizzard a {
    background-color: transparent;
}

#wizzard a:active,
#wizzard a:hover {
    outline: 0;
}

#wizzard button,
#wizzard input,
#wizzard textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

#wizzard button {
    overflow: visible;
}

#wizzard button {
    text-transform: none;
}

#wizzard button,
#wizzard input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

#wizzard button::-moz-focus-inner,
#wizzard input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

#wizzard input {
    line-height: normal;
}

#wizzard input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

#wizzard textarea {
    overflow: auto;
}



#wizzard * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#wizzard :after,
#wizzard :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#wizzard button,
#wizzard input,
#wizzard textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#wizzard a {
    color: #337ab7;
    text-decoration: none;
}

#wizzard a:focus,
#wizzard a:hover {
    color: #23527c;
    text-decoration: underline;
}

#wizzard a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

#wizzard h2,
#wizzard h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

#wizzard h2,
#wizzard h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#wizzard h2 {
    font-size: 18px;
}

#wizzard h3 {
    font-size: 24px;
}

#wizzard p {
    margin: 0 0 10px;
}

#wizzard .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    #wizzard .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    #wizzard .container {
        /*width: 970px;*/
    }
}

@media (min-width:1200px) {
    #wizzard .container {
        /*width: 1170px;*/
    }
}

#wizzard .row {
    margin-right: -15px;
    margin-left: -15px;
}

#wizzard .col-md-12,
#wizzard .col-md-8,
#wizzard .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  
}

#wizzard .col-sm-12 {
      width: 50%;
      float: left;
    margin-bottom: 40px;
    height: 85px
}

@media (min-width:768px) {
    #wizzard .col-sm-12 {
        float: left;
    }

    #wizzard .col-sm-12 {
        width: 50%;
        height: 7vw;
    }

    

  
}

@media (max-width:768px) {

      #wizzard .progress {
    margin-top: 20px;
    }

     #wizzard .col-sm-3 {
        width: 50%;
    height: 130px;
    float: left;
    }

     #wizzard .col-sm-4 {
        width: 50%;
    height: 130px;
    float: left;
    }

    }

@media (min-width:992px) {

    #wizzard .col-md-12,
    #wizzard .col-md-8 {
        float: left;
    }

    #wizzard .col-md-12 {
        width: 50%;
    }

    #wizzard .col-sm-3 {
        width: 25%;
        height: 7vw;
    }

    #wizzard .col-sm-4 {
        width: 33%;
        height: 7vw;
    }

     #wizzard .col-sm-0 {
        width: 50%;
        height: 40px;
    }

    #wizzard .col-md-8 {
        width: 66.66666667%;
    }

    #wizzard .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
}

.fle {
    display: flex;
    align-items: baseline;
}

#wizzard label {
    display: flex;
    /*max-width: 90%;*/
    /*margin-bottom: 5px;*/
    font-weight: 500;
}

#wizzard input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

#wizzard input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

#wizzard .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#wizzard .form-control :focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

#wizzard .form-control ::-moz-placeholder {
    color: #999;
    opacity: 1;
}

#wizzard .form-control :-ms-input-placeholder {
    color: #999;
}

#wizzard .form-control ::-webkit-input-placeholder {
    color: #999;
}

#wizzard .form-control ::-ms-expand {
    background-color: transparent;
    border: 0;
}

#wizzard .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    color: #fff;
}

#wizzard .btn_big {
    background: #d13980;
    width: 150px;
    font-weight: bold;
    cursor: pointer;
}


#wizzard .btn:active:focus,
#wizzard .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

#wizzard .btn:focus,
#wizzard .btn:hover {
    color: #fff;
    text-decoration: none;
}

#wizzard .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

#wizzard .btn[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

#wizzard .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

#wizzard .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

#wizzard .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#wizzard .btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#wizzard .btn-default:active:focus,
#wizzard .btn-default:active:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

#wizzard .btn-default:active {
    background-image: none;
}

#wizzard .btn-default[disabled]:focus,
#wizzard .btn-default[disabled]:hover {
    background-color: #fff;
    border-color: #ccc;
}

#wizzard .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

#wizzard .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

#wizzard .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

#wizzard .btn-primary:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

#wizzard .btn-primary:active:focus,
#wizzard .btn-primary:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

#wizzard .btn-primary:active {
    background-image: none;
}

#wizzard .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    clear: both;
}

#wizzard .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

#wizzard .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

#wizzard .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}




/*#wizzard .btn {
    font-weight: 400;
    padding: 14px 20px;
    font-size: 16px;
    background: #e4e4e4;
    color: #333;
    moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}*/

p {
    margin: 0 0 5px;
}

#wizzard .btn:focus,
#wizzard .btn:hover {
    background: #af356e;
    outline: 0;
}

#wizzard .btn:active:focus,
#wizzard .btn:focus {
    outline: 0;
}

.main-btn {
    background: #d13980;
    color: #000;
}

.main-btn:hover {
    background: #ffda57;
    color: #000;
}

#wizzard .form-control {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #666666;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 30px;
    transition: 0.3s all;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
}

#wizzard .form-control :focus {
    border-color: #d13980;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#wizzard #step-form {
    background: #fff;
    padding: 5px;
    /*border: 1px solid#f1f1f1;*/
    height: 420px;
    /*box-shadow: 0 1px 14px rgba(0, 0, 0, 0.12);*/
}

#step-form h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.select-box {
  /*  height: 35px;*/
        margin-bottom: 15px;
    position: relative;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
   /* justify-content: center;*/
    align-items: center;
}

.select-box img {
    width: 66%;
}

.button-box {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid#e4e2e2;
    text-align: center;
    position: relative;
}

.select-box [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

.select-box [type="radio"]+label {
        padding: 3px;
 padding-left: 10px;
    }

.select-box [type="radio"]:checked+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    /*height: 50px;*/
    width: 100%;
    margin: 0;
    z-index: 9;
    font-weight: 400;
    font-weight: 700;
}

.select-box [type="radio"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 3px solid #e4e2e2;
    background: #fff;
    border-radius: 50%;
}

.select-box [type="radio"]:checked+label:before {
    border: 3px solid #d13980;
}

.select-box [type="radio"]:checked+label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 1.4em;
    line-height: 0.8;
    transition: all .2s;
    width: 10px;
    height: 10px;
    display: block;
    background: #d13980;
    border-radius: 50%;
}

.select-box [type="radio"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

.select-box [type="radio"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.select-box [type="radio"]:disabled:checked+label:after {
    color: #999;
}

.select-box [type="radio"]:disabled+label {
    color: #aaa;
}

.select-box label:hover:before {
    border: 3px solid #d13980 !important;
}

#wizzard .progress-bar {
    background-color: #d13980;
}

.stepwizard {
    display: none;
}

#wizzard {
    padding-bottom: 40px;
}

#wizzard h2 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

#wizzard #step-form .row {
    min-height: 200px;
}

.count-ques {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #ccc;
}

.finish-step {
    text-align: center;
}

.finish-step .title {
    font-size: 24px;
    font-weight: 600;
}

.finish-step .subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    #step-form h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .finish-step {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .select-box {
        height: 35px;
        line-height: 1;
    }

    #wizzard #step-form .row {
        min-height: 160px;
    }

    #step-form {
        height: 500px;
    }

    .select-box [type="radio"]:checked+label {
        height: 30px;
    }

    #step-form {
        padding: 20px;
        height: auto;
    }

    section {
        padding: 20px 0;
    }
}

@media (max-width: 500px) {
    .button-box {
        text-align: left;
    }
}

/*! CSS Used keyframes */
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}


.custom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    padding-top: 2px;
    border: none;
    border-bottom: 2px solid #d13980;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    background: #d13980;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#b3ffffff', GradientType=0);
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }

    30% {
        left: 110%;
        margin-left: 80px;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }
}