﻿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 */
 

/* 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;
}





.pull-left{
    float: left !important;
}
.pull-right { float:right !important;
}








.full-width-container {
    width: 100%;
    min-width: 320px;
}
.pagination-container .sized-container{
    border-radius: 0 !important;
    background: none;
    padding-bottom:15px;
}

.sized-container {
    max-width: 1040px;
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
}

    .sized-container h3 {
        text-align: center;
        font-size: 24px;
    }

.slide-container {
    position: relative;
    left: 0;
    overflow: hidden;
}


.slide {
    float: left;
    list-style: none;
}

    .slide .sized-container {
        padding: 30px 20px;
    }

.button-container {
    overflow: hidden;
    padding-top: 30px;
}

    .button-container button {
        float: right;
        margin-left: 30px;
    }
.slide-main {
    padding: 0;
}


.pagination {
    width: 100%;
    text-align: center;
    padding: 0 25px;
}

.indicator {
    width: 40px;
    height: 20px;
    border: 3px solid lightgray;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.slide {
    float: left;
    list-style: none;
}



    .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: #5b616b;
    }

        .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: 3px;
    display: inline-block;
    background-color: lightgray;
    position: relative;
    top: 8.5px;
}

    .progress-bar-container:last-of-type {
        display: none;
    }

    .progress-bar-container .progress-bar {
        width: 0;
        height: 100%;
        background-color: #5b616b;
    }
.asset_btn {
    text-align: right;
}
.next1 {
    width: 90px;
    text-align: center;
    margin-top:15px;
}
.previous1 {
    width: 90px;
    text-align: center;
    margin-top: 15px;
    margin-right: 20px
}
.app-online{
    margin:0px 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;
    }
}


/*New Progressbar CSS*/

/*.total_percent {
    position: absolute;
    left: 50%;
}*/
.animated-progress span {
    height: 100%;
    display: block;
    width: 0;
    color: rgb(255, 251, 251);
    line-height: 30px;
    position: absolute;
    text-align: end;
    padding-right: 5px;
}

.animated-progress {
    width: 97.5%;
    height: 30px;
    border-radius: 5px;
    margin-bottom: 20px !important;
    overflow: hidden;
    position: relative;
    background: rgb(255 255 255 / 65%);
}

    .animated-progress span {
        height: 100%;
        display: block;
        width: 0;
        color: rgb(255, 251, 251);
        line-height: 30px;
        position: absolute;
        text-align: end;
        padding-right: 5px;
    }

.progress-blue span {
    background-color: #5b616b;
}

.acomodation_chk{
    margin-right:30px;
    margin-top:0px !important;
}

#checkbox1, #checkbox2, #checkbox3, #checkbox4, #checkbox5, #checkbox6, #checkbox7, #checkbox8, #checkbox9, #checkbox10, #checkbox11, #checkbox12, #checkbox13, #checkbox14, #checkbox15,
#checkbox16, #checkbox17, #checkbox18, #checkbox19, #checkbox20, #checkbox21, #checkbox22, #checkbox23, #checkbox24, #checkbox25, #checkbox26, #checkbox27, #checkbox28, #checkbox29, #checkbox30,
#checkbox31, #checkbox32, #checkbox33, #checkbox34, #checkbox35, #checkbox36, #checkbox37, #checkbox38, #checkbox39, #checkbox40, #checkbox41, #checkbox42, #checkbox43, #checkbox44, #checkbox45,
#checkbox46, #checkbox47, #checkbox48, #checkbox49, #checkbox50, #checkbox51, #checkbox52, #checkbox53, #checkbox54, #checkbox55, #checkbox56, #checkbox57, #checkbox58, #checkbox59, #checkbox60, #checkbox61, #checkbox62 {
    display: none;
}

.mt_-20{
    margin-top:-20px;
}

.label_style {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    background-color: #5b616b;
    transform: translateY(-50%);
    border-radius: 0px;
    cursor: pointer;
    transition: 0.2s ease transform, 0.2s ease background-color, 0.2s ease box-shadow;
    overflow: hidden;
    z-index: 1;
}

label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    background-color: #fff;
    transform: translateY(-50%);
    border-radius: 0px;
    transition: 1.2s ease width, 0.2s ease height;
}

    label:active {
        transform: translateY(-50%) scale(0.9);
    }

#tick_mark {
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    width: 18px;
    height: 16px;
    margin: 0 auto;
    margin-left: 0px;
    transform: rotateZ(-40deg);
}

    #tick_mark:before, #tick_mark:after {
        content: "";
        position: absolute;
        background-color: #fff;
        border-radius: 2px;
        opacity: 0;
        transition: 0.2s ease transform, 0.2s ease opacity;
    }

    #tick_mark:before {
        left: 0;
        bottom: 0;
        width: 4px;
        height: 8px;
        box-shadow: -2px 0 5px rgba(0,0,0,0.23);
        transform: translateY(-68px)
    }

    #tick_mark:after {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        box-shadow: 0 3px 5px rgba(0,0,0,0.23);
        transform: translateX(78px)
    }

.tick_txt {
    color: #000;
}
#checkbox1:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox2:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox3:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox4:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox5:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox6:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox7:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}

#checkbox8:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox9:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox10:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox11:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox12:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox13:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox14:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox15:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox16:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox17:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox18:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox19:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox20:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox21:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox22:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox23:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox24:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox25:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox26:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox27:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox28:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox29:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox30:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox31:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}

#checkbox32:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox33:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox34:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox35:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox36:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox37:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox38:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox39:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox40:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox41:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox42:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox43:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox44:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox45:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;

}

#checkbox46:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox47:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox48:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox49:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox50:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox51:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}

#checkbox51:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox52:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox53:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox54:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox55:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox56:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox57:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox58:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox59:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox60:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox61:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}
#checkbox62:checked + label {
    background-color: #5b616b;
    box-shadow: 0 7px 10px #5b616b;
}




#checkbox1:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox2:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox3:checked + label:before {
    width: 0;
    height: 0;
}
   
#checkbox4:checked + label:before {
    width: 0;
    height: 0;
}

#checkbox5:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox6:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox7:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox8:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox9:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox10:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox11:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox12:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox13:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox14:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox15:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox16:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox17:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox18:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox19:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox20:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox21:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox22:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox23:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox24:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox25:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox26:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox27:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox28:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox29:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox30:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox31:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox32:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox33:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox34:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox35:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox36:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox37:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox38:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox39:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox40:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox41:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox42:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox43:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox44:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox45:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox46:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox47:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox48:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox49:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox50:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox51:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox52:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox53:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox54:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox55:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox56:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox57:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox58:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox59:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox60:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox61:checked + label:before {
    width: 0;
    height: 0;
}
#checkbox62:checked + label:before {
    width: 0;
    height: 0;
}



#checkbox1:checked + label #tick_mark:before, #checkbox1:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}

#checkbox2:checked + label #tick_mark:before, #checkbox2:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
} 
#checkbox3:checked + label #tick_mark:before, #checkbox3:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}    
#checkbox4:checked + label #tick_mark:before, #checkbox4:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox5:checked + label #tick_mark:before, #checkbox5:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox6:checked + label #tick_mark:before, #checkbox6:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox7:checked + label #tick_mark:before, #checkbox7:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}

#checkbox8:checked + label #tick_mark:before, #checkbox8:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox9:checked + label #tick_mark:before, #checkbox9:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox10:checked + label #tick_mark:before, #checkbox10:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox11:checked + label #tick_mark:before, #checkbox11:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}

#checkbox12:checked + label #tick_mark:before, #checkbox12:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox13:checked + label #tick_mark:before, #checkbox13:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox14:checked + label #tick_mark:before, #checkbox14:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox15:checked + label #tick_mark:before, #checkbox15:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox16:checked + label #tick_mark:before, #checkbox16:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox17:checked + label #tick_mark:before, #checkbox17:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox18:checked + label #tick_mark:before, #checkbox18:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox19:checked + label #tick_mark:before, #checkbox19:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox20:checked + label #tick_mark:before, #checkbox20:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox21:checked + label #tick_mark:before, #checkbox21:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox22:checked + label #tick_mark:before, #checkbox22:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox23:checked + label #tick_mark:before, #checkbox23:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox24:checked + label #tick_mark:before, #checkbox24:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox25:checked + label #tick_mark:before, #checkbox25:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox26:checked + label #tick_mark:before, #checkbox26:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox27:checked + label #tick_mark:before, #checkbox27:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox28:checked + label #tick_mark:before, #checkbox28:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox29:checked + label #tick_mark:before, #checkbox29:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox30:checked + label #tick_mark:before, #checkbox30:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox31:checked + label #tick_mark:before, #checkbox31:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}

#checkbox32:checked + label #tick_mark:before, #checkbox32:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox33:checked + label #tick_mark:before, #checkbox33:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox34:checked + label #tick_mark:before, #checkbox34:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox35:checked + label #tick_mark:before, #checkbox35:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox36:checked + label #tick_mark:before, #checkbox36:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox37:checked + label #tick_mark:before, #checkbox37:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox38:checked + label #tick_mark:before, #checkbox38:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox39:checked + label #tick_mark:before, #checkbox39:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox40:checked + label #tick_mark:before, #checkbox40:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox41:checked + label #tick_mark:before, #checkbox41:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox42:checked + label #tick_mark:before, #checkbox42:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox43:checked + label #tick_mark:before, #checkbox43:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox44:checked + label #tick_mark:before, #checkbox44:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;

}
#checkbox45:checked + label #tick_mark:before, #checkbox45:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox46:checked + label #tick_mark:before, #checkbox46:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox47:checked + label #tick_mark:before, #checkbox47:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox48:checked + label #tick_mark:before, #checkbox48:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox49:checked + label #tick_mark:before, #checkbox49:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;

}
#checkbox50:checked + label #tick_mark:before, #checkbox50:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox51:checked + label #tick_mark:before, #checkbox51:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox52:checked + label #tick_mark:before, #checkbox52:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox53:checked + label #tick_mark:before, #checkbox53:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox54:checked + label #tick_mark:before, #checkbox54:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox55:checked + label #tick_mark:before, #checkbox55:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox56:checked + label #tick_mark:before, #checkbox56:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox57:checked + label #tick_mark:before, #checkbox57:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox58:checked + label #tick_mark:before, #checkbox58:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox59:checked + label #tick_mark:before, #checkbox59:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox60:checked + label #tick_mark:before, #checkbox60:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox61:checked + label #tick_mark:before, #checkbox61:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}
#checkbox62:checked + label #tick_mark:before, #checkbox62:checked + label #tick_mark:after {
    transform: translate(0);
    opacity: 1;
}

