.faultReasons {
        padding: 0px 30px;
    }
    .btnToggle {
        display: inline-block;
        padding: 2px 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; */
    }
    .btn-group.btn-group-toggle {
        border: 1px solid #d9d9d9;
        border-radius: 4px;
    }
    .btnToggle.active, .btnToggle:active{
        background-color: #ffa200;
    }
    .faultReasons{
        display:none;
    }
    .fieldsSec {
        padding: 15px;
        border: 1px solid #cccccc;
        border-radius: 3px;
        margin-top: 10px;
    }
    #dueToFaulty{
        display: none;
    }
    #didNotLike{
        display: none;
    }
    #damaged{
        display: none;
    }
    #incorrectProduct{
        display: none;
    }
    #optionOneSelected{
        display: none;
    }
    #optionTwoSelected{
        display: none;
    }
    #optionThreeSelected{
        display: none;
    }
    #optionFourSelected{
        display: none;
    }
    .form-group{
        margin-bottom: 22px !important;
    }
    /* ////////////////////////// */
    .onoffswitch1 {
        position: relative; width: 70px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
        /* display: inline-block; */
        top: 10px;
    }
    .onoffswitch1-checkbox {
        display: none;
    }

    .onoffswitch1-label {
        display: block; 
        overflow: hidden; 
        cursor: pointer;
        border: 2px solid #999999; 
        border-radius: 30px;
        height: 30px;
    }

    .onoffswitch1-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;
    }

    .onoffswitch1-inner:before, .onoffswitch1-inner:after {
        display: block; float: left; width: 50%; height: 27px; padding: 0; line-height: 27px;
        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;
        border-radius: 30px;
        box-shadow: 0px 15px 0px rgba(0,0,0,0.08) inset;
    }

    .onoffswitch1-inner:before {
        content: "YES";
        padding-left: 7px;
        background-color: #55d944; color: #FFFFFF;
        border-radius: 20px 0 0 30px;
    }

    .onoffswitch1-inner:after {
        content: "NO";
        padding-right: 10px;
        background-color: #d5316a; color: #fff;
        text-align: right;
        border-radius: 0 30px 30px 0;
    }

    .onoffswitch1-switch {
        display: block; width: 30px; margin: 0px;
        background: #FFFFFF;
        border: 2px solid #999999; border-radius: 30px;
        position: absolute; top: -2; bottom: 0; right: 40px;
        -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; 
        background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
        background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
        background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
        background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
        box-shadow: 0 1px 1px white inset;
        height: 30px;
    }

    .onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-inner {
        margin-left: 0;
    }

    .onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-switch {
        right: 0px; 
    }
    .packageReceived{
        width: fit-content;
        display: inline;
    }

    /* ///////// wizard Form /////////// */
    .stepwizard-step p {
        margin-top: 10px;
    }

    .stepwizard-row {
        display: table-row;
    }

    .stepwizard {
        display: table;
        width: 100%;
        position: relative;
    }

    .stepwizard-step button[disabled] {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }

    .stepwizard-row:before {
        top: 14px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 1px;
        background-color: #ccc;
        z-order: 0;

    }

    .stepwizard-step {
        display: table-cell;
        text-align: center;
        position: relative;
    }

    .btn-circle {
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 15px;
    }

    .row.setup-content {
        /* border: 1px solid #cccccc; */
        border-radius: 3px;
        padding-bottom: 15px;
    }