
/*Outter Card*/
.card0 {
    background-color: #F5F5F5;
    border-radius: 8px;
    z-index: 0;
}

/*Inner Card*/
.card00 {
    z-index: 0;
}

/*Left side card with progressbar*/
.card1 {
    margin-left: 70px;
    z-index: 0;
    border-right: 0px solid #F5F5F5;
}
.card1 .mysteps{
    position:relative;
    padding:5px 8px;
    margin:15px 0 38px;
}
.card1 .mysteps h6{
    margin:0;
    padding:0;
    font-size:16px;
    color:#222;
}
.card1 .mysteps p{
    margin:0;
    padding:0;
    font-size:11px;
    color:#666;
}
.card1 .mysteps:last-child{
    margin-bottom:8px;
}

/*right side cards*/
.card2 {
    display: none;
}

.card2.show {
    display: block;
}


.form-control {
    border:1px solid #444;
}
/*Red colored checkbox*/
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #E53935;
}
.form-group {
    margin-bottom:20px;
}
.form-group label{
    margin-bottom:0px;
}



.form-control-placeholder {
    position: absolute;
    top: 0px;
    padding: 12px 2px 0 2px;
    transition: all 300ms;
    opacity: 0.5;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 95%;
    top: 10px;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    background-color: #fff;
}

/*.next-button {
    background-color: #BDBDBD;
    color: #fff;
    border-radius: 6px;
    padding: 10px;
    cursor: pointer;
}

.next-button:hover {
    background-color: #E53935;
    color: #fff;
}*/
.next-button {
    text-align:right
}

.get-bonus {
    margin-left: 154px;
}

/*Cookie pic*/
.pic {
    width: 230px;
    height: 110px;
}

/*Icon progressbar*/
#progressbar {
    position: absolute;
    left: 35px;
    overflow: hidden;
    color: #E53935;
} 

#progressbar li {
    list-style-type: none;
    font-size: 8px;
    font-weight: 400;
    margin-bottom: 50px;
    position:relative;
    z-index:22;
}

/*#progressbar li:nth-child(3) {
    margin-bottom: 88px;
}*/

#progressbar .step0:before {
    content: "";
    color: #fff;
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: block;
    font-size: 20px;
    background: #fff;
    border: 2px solid #E53935;
    border-radius: 50%;
    margin: auto;
}

/*#progressbar li:last-child:before {
    width: 40px;
    height: 40px;
}*/

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 3px;
    height: 90px;
    background: #BDBDBD;
    position: absolute;
    top: 10px;
    z-index: -1;
}

#progressbar li:last-child:after {
    width:0;
    height:0;
}

/*#progressbar li:last-child:after {
    top: 147px;
    height: 132px;
}

#progressbar li:nth-child(3):after {
    top: 81px;
}

#progressbar li:nth-child(2):after {
    top: 0px;
}

#progressbar li:first-child:after {
    position: absolute;
    top: -81px;
}*/

/*Color of the connector before*/
#progressbar li.active:after {
    background: #E53935;
}

/*Color of the step before*/
#progressbar li.active:before {
    background: #E53935;
    font-family: FontAwesome;
    content: "\f00c";
}

.tick {
    width: 100px;
    height: 100px;
}

.prev {
    cursor: pointer;
    width:120px;
}

.prev:hover {
    color: #D50000 !important;
}

@media screen and (max-width: 912px) {
    .card00 {
        padding-top: 30px;
    }

    .card1 {
        border: none;
        margin-left: 50px;
    }

    .card2 {
        border-bottom: 1px solid #F5F5F5;
        margin-bottom: 25px;
    }

    .social {
        height: 30px;
        width: 30px;
        font-size: 15px;
        padding-top: 8px;
        margin-top: 7px;
    }

    .get-bonus {
        margin-top: 40px !important;
        margin-left: 75px;
    }

    #progressbar {
        left: -25px;
    }
}