@import url('//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic');
@import url('//cdn.rawgit.com/necolas/normalize.css/master/normalize.css');

#background {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.sch-style-title {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

.sch-change-title {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    padding: 10px;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(83, 105, 118), rgb(41, 46, 73)) repeat scroll 0% 0%;
    color: #fff;
}

.sch-change {
    display: block;
    position: fixed;
    top: 10%;
    right: 0px;
    width: 210px;
    box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.59);
    z-index: 99;
    background: #fff;
}

.sch-icon {
    background-color: #fff;
}

.sch-icon {
    position: absolute;
    margin-top: -13.5px;
    border-radius: 6px 0 0 6px;
    top: 50%;
    bottom: -24px;
    left: -50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    text-align: center;
    box-shadow: -2px 0px 3px rgba(68, 68, 68, 0.59);
    cursor: pointer;
}

.sch-icon i {
    color: #7e1e9c;
}

.sch-icon i {
    padding: 10px;
    font-size: 30px;
    cursor: pointer;
}

.sch_change_color {
    padding: 20px;
}

.sch_change_color_item {
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
}

.sch_change_color_purple {
    background: #7e1e9c;
}

.sch_change_color_blue {
    background: #0343df;
}

.sch_change_color_green {
    background: #15b01a;
}

.sch_change_color_pink {
    background: #ff81c0;
}

.sch_change_color_brown {
    background: #653700;
}

.sch_change_color_red {
    background: #e50000;
}

.sch_change_color_light_blue {
    background: #95d0fc;
}

.sch_change_color_teal {
    background: #029386;
}

.sch_change_color_orange {
    background: #f97306;
}

.sch_change_color_light_green {
    background: #96f97b;
}

.sch_change_color_yellow {
    background: #ffff14;
}

.sch_change_color_grey {
    background: #929591;
}

.sch_change_color_light_purple {
    background: #bf77f6;
}

.sch_change_color_dark_green {
    background: #033500;
}

.sch_change_color_turquoise {
    background: #06c2ac;
}

.sch_change_color_dark_blue {
    background: #00035b;
}

.sch_change_color_tan {
    background: #d1b26f;
}

.sch_change_color_aqua {
    background: #13eac9;
}

.sch_change_color_mauve {
    background: #ae7181;
}

.sch_change_color_dark_purple {
    background: #35063e;
}

.sch_change_color_marron {
    background: #650021;
}

.sch_change_color_olive {
    background: #6e750e;
}

.sch_change_color_salmon {
    background: #ff796c;
}

.sch_change_color_beige {
    background: #e6daa6;
}

.sch_change_color_black {
    background: #000;
}

.sch_change_color_hot_pink {
    background: #ff028d;
}

.sch_change_color_peach {
    background: #ffb07c;
}

.sch_change_color_dark_pink {
    background: #cb416b;
}

.sch_change_color_periwinkle {
    background: #8e82fe;
}

.sch_change_color_sea_green {
    background: #53fca1;
}

.sch_change_color_lime {
    background: #aaff32;
}

.sch_change_color_indigo {
    background: #380282;
}

.sch_change_color_mustard {
    background: #ceb301;
}

.sch_change_color_light_pink {
    background: #ffd1df;
}

.sch-style-1,
.sch-style-3,
.sch-style-5,
.sch-style-7,
.sch-style-9 {
    background: #f7f7f7;
    padding: 100px 0;
}

.sch-style-2,
.sch-style-4,
.sch-style-6,
.sch-style-8,
.sch-style-10 {
    padding: 100px 0;
}

.sch-radio-item-input {
    display: none;
}

.sch-title h1 {
    text-align: center;
    padding-top: 50px;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding-bottom: 50px;
}

.sch-title h5 {
    text-align: center;
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin: 0;
}

.sch-style-1,
.sch-style-2,
.sch-style-3,
.sch-style-4,
.sch-style-5,
.sch-style-6,
.sch-style-7,
.sch-style-8,
.sch-style-9,
.sch-style-10 {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
}

.sch-radio {
    width: 50%;
    float: left;
}

.sch-checkbox {
    width: 50%;
    float: right;
}

.sch-title-item {
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
}


/**
 * How it should look when hovered
 */

.active-label:before,
.sch_radio_item_label:focus:before,
.sch_radio_item_label:hover:before,
.sch_radio_item_label:active:before,
.sch-radio-item-input:checked + .sch_radio_item_label:before {
    background: white;
}


/**
 * Make those labels sexy
 */

.sch_radio_item_label {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    whitespace: no-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: #333;
    margin-bottom: 16px;
    margin-right: 10px;
}

.sch_radio_item_label:first-of-type {
    border: 0;
}

.sch_radio_item_label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}


/**
 * How it should look when checked
 */

.sch-radio-item-input:checked + .sch_radio_item_label:before {
    border-color: white;
    border: none;
}

.sch-checkbox-item-input {
    display: none;
}


/**
 * How it should look when hovered
 */

.active-label:before,
.sch-checkbox-item-input:focus:before,
.sch-checkbox-item-input:hover:before,
.sch_radio_item_label:active:before,
.sch-checkbox-item-input:checked + .sch_checkbox_item_label:before {
    background: white;
}


/**
 * Make those labels sexy
 */

.sch_checkbox_item_label {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    whitespace: no-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: #333;
    margin-bottom: 16px;
    margin-right: 10px;
}

.sch_checkbox_item_label:first-of-type {
    border: 0;
}

.sch_checkbox_item_label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 5px;
}


/**
 * How it should look when checked
 */

.sch-checkbox-item-input:checked + .sch_checkbox_item_label:before {
    border-color: white;
    border: none;
}


/**
 * How it should look when hovered
 */

.active-label:before,
.sch_radio_item_label:active:before {
    background: white;
}


/**
 * How it should look when hovered
 */

.sch_radio_item_label:active:before {
    background: white;
}


/*style 2*/

.sch-radio-item-input-style-2 {
    display: none;
}

.sch-radio-item-input-style-2 + .sch-radio-item-label-style-2 {
    padding: 5px 10px;
    margin: 5px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    box-shadow: 0 6px #000060;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border: none;
    border-radius: 100%;
    cursor: pointer;
}

.sch-radio-item-input-style-2 + .sch-radio-item-label-style-2:hover {
    box-shadow: 0 4px #000060;
    top: 2px;
}

.sch-radio-item-input-style-2:checked + .sch-radio-item-label-style-2 {
    box-shadow: 0 0 #000060;
    top: 6px;
}


/*********************/


/* Checkbox CSS only */


/*********************/

.sch-checkbox-item-input-style-2 {
    display: none;
}

.sch-checkbox-item-input-style-2 + .sch-checkbox-item-label-style-2 {
    padding: 5px 10px;
    margin: 5px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    box-shadow: 0 6px #000060;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.sch-checkbox-item-input-style-2 + .sch-checkbox-item-label-style-2:hover {
    box-shadow: 0 4px #000060;
    top: 2px;
}

.sch-checkbox-item-input-style-2:checked + .sch-checkbox-item-label-style-2 {
    box-shadow: 0 0 #000060;
    top: 6px;
}


/*style 3*/

.sch-radio-item-input-style-3 {
    display: none;
}

.sch-radio-item-input-style-3 + .sch-radio-item-label-style-3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
    whitespace: no-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: #333;
    margin-bottom: 16px;
    margin-right: 10px;
}

.sch-radio-item-input-style-3 + .sch-radio-item-label-style-3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.sch-radio-item-input-style-3 + .sch-radio-item-label-style-3::after {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
    content: "";
}

.sch-radio-item-input-style-3:checked + .sch-radio-item-label-style-3::before {
    border-color: white;
    border: none;
}

.sch-radio-item-input-style-3:checked + .sch-radio-item-label-style-3::after {
    border-color: white;
    border: none;
    background: #fff;
    left: 9px;
    top: 9px;
}


/*********************/


/* Checkbox CSS only */


/*********************/

.sch-checkbox-item-input-style-3 {
    display: none;
}

.sch-checkbox-item-input-style-3 + .sch-checkbox-item-label-style-3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
    whitespace: no-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: #333;
    margin-bottom: 16px;
    margin-right: 10px;
}

.sch-checkbox-item-input-style-3 + .sch-checkbox-item-label-style-3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 5px;
}

.sch-checkbox-item-input-style-3 + .sch-checkbox-item-label-style-3::after {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 10px;
    top: 10px;
    content: "";
}

.sch-checkbox-item-input-style-3:checked + .sch-checkbox-item-label-style-3::after {
    border-color: white;
    border: none;
    background: #fff;
}


/*style 4*/

.sch-radio-item-input-style-4 {
    display: none;
}

.sch-radio-item-input-style-4 + .sch-radio-item-label-style-4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
    whitespace: no-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: #333;
    margin-bottom: 16px;
    margin-right: 10px;
}

.sch-radio-item-input-style-4 + .sch-radio-item-label-style-4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.sch-radio-item-input-style-4 + .sch-radio-item-label-style-4::after {
    font-size: 10px;
    border-radius: 100%;
    position: absolute;
    left: 12px;
    top: 0;
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.sch-radio-item-input-style-4:checked + .sch-radio-item-label-style-4::before {
    border-color: white;
    border: none;
}

.sch-radio-item-input-style-4:checked + .sch-radio-item-label-style-4::after {
    border: none;
    color: #fff;
    left: 10px;
    content: "\f00c";
}


/*********************/


/* Checkbox CSS only */


/*********************/

.sch-checkbox-item-input-style-4 {
    display: none;
}

.sch-checkbox-item-input-style-4 + .sch-checkbox-item-label-style-4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
    whitespace: no-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: #333;
    margin-bottom: 16px;
    margin-right: 10px;
}

.sch-checkbox-item-input-style-4 + .sch-checkbox-item-label-style-4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 5px;
}

.sch-checkbox-item-input-style-4 + .sch-checkbox-item-label-style-4::after {
    font-size: 10px;
    border-radius: 100%;
    position: absolute;
    left: 12px;
    top: 0;
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.sch-checkbox-item-input-style-4:checked + .sch-checkbox-item-label-style-4::before {
    border-color: white;
    border: none;
}

.sch-checkbox-item-input-style-4:checked + .sch-checkbox-item-label-style-4::after {
    border-color: white;
    border: none;
    left: 10px;
    color: #fff;
    content: "\f00c";
}


/*style 5*/

.sch-radio-item-input-style-5 {
    display: none;
}

.sch-radio-item-input-style-5 + .sch-radio-item-label-style-5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
    whitespace: no-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: #333;
    margin-bottom: 16px;
    margin-right: 10px;
}

.sch-radio-item-input-style-5 + .sch-radio-item-label-style-5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.sch-radio-item-input-style-5 + .sch-radio-item-label-style-5::after {
    font-size: 10px;
    border-radius: 100%;
    position: absolute;
    left: 6px;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.sch-radio-item-input-style-5:checked + .sch-radio-item-label-style-5::before {
    border-color: white;
    border: none;
}

.sch-radio-item-input-style-5:checked + .sch-radio-item-label-style-5::after {
    border: none;
    color: #fff;
    left: 9px;
    content: "\f004";
}


/*********************/


/* Checkbox CSS only */


/*********************/

.sch-checkbox-item-input-style-5 {
    display: none;
}

.sch-checkbox-item-input-style-5 + .sch-checkbox-item-label-style-5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
    whitespace: no-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: #333;
    margin-bottom: 16px;
    margin-right: 10px;
}

.sch-checkbox-item-input-style-5 + .sch-checkbox-item-label-style-5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 5px;
}

.sch-checkbox-item-input-style-5 + .sch-checkbox-item-label-style-5::after {
    font-size: 10px;
    border-radius: 100%;
    position: absolute;
    left: 6px;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.sch-checkbox-item-input-style-5:checked + .sch-checkbox-item-label-style-5::before {
    border-color: white;
    border: none;
}

.sch-checkbox-item-input-style-5:checked + .sch-checkbox-item-label-style-5::after {
    border-color: white;
    border: none;
    left: 9px;
    color: #fff;
    content: "\f004";
}


/*style 6*/

.sch-radio-item-input-style-6 {
    display: none;
}

.sch-radio-item-input-style-6 + .sch-radio-item-label-style-6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    whitespace: no-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: #333;
    margin-bottom: 16px;
    margin-right: 10px;
    border-radius: 10px;
    padding: 0 20px;
}

.sch-radio-item-input-style-6 + .sch-radio-item-label-style-6::after {
    font-size: 10px;
    border-radius: 100%;
    position: absolute;
    left: 6px;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.sch-radio-item-input-style-6:checked + .sch-radio-item-label-style-6::after {
    border: none;
    color: #fff;
    left: 5px;
    content: "\f164";
    margin-right: 10px;
}

.sch-radio-item-input-style-6:checked + .sch-radio-item-label-style-6 {
    color: #fff;
}


/*********************/


/* Checkbox CSS only */


/*********************/

.sch-checkbox-item-input-style-6 {
    display: none;
}

.sch-checkbox-item-input-style-6 + .sch-checkbox-item-label-style-6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    whitespace: no-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: #333;
    margin-bottom: 16px;
    margin-right: 10px;
    border-radius: 10px;
}

.sch-checkbox-item-input-style-6 + .sch-checkbox-item-label-style-6::after {
    font-size: 10px;
    border-radius: 100%;
    position: absolute;
    left: 6px;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.sch-checkbox-item-input-style-6:checked + .sch-checkbox-item-label-style-6::after {
    border: none;
    color: #fff;
    left: 5px;
    content: "\f164";
    margin-right: 10px;
}

.sch-checkbox-item-input-style-6:checked + .sch-checkbox-item-label-style-6 {
    color: #fff;
}


/*style 7*/

.sch-radio-item-input-style-7 {
    display: none;
}

.sch-radio-item-input-style-7 + .sch-radio-item-label-style-7 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
    whitespace: no-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: #333;
    margin-bottom: 16px;
    margin-right: 10px;
}

.sch-radio-item-input-style-7 + .sch-radio-item-label-style-7::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  transform: rotate(45deg);
}

.sch-radio-item-input-style-7 + .sch-radio-item-label-style-7::after {
    font-size: 10px;
    border-radius: 100%;
    position: absolute;
    left: 6px;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.sch-radio-item-input-style-7:checked + .sch-radio-item-label-style-7::before {
    border-color: white;
    border: none;
}

.sch-radio-item-input-style-7:checked + .sch-radio-item-label-style-7::after {
    border: none;
    color: #fff;
    left: 9px;
    content: "\f185";
}


/*********************/


/* Checkbox CSS only */


/*********************/

.sch-checkbox-item-input-style-7 {
    display: none;
}

.sch-checkbox-item-input-style-7 + .sch-checkbox-item-label-style-7 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
    whitespace: no-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: #333;
    margin-bottom: 16px;
    margin-right: 10px;
}

.sch-checkbox-item-input-style-7 + .sch-checkbox-item-label-style-7::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 0px;
	transform: rotate(45deg);
}

.sch-checkbox-item-input-style-7 + .sch-checkbox-item-label-style-7::after {
    font-size: 10px;
    border-radius: 100%;
    position: absolute;
    left: 6px;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.sch-checkbox-item-input-style-7:checked + .sch-checkbox-item-label-style-7::before {
    border-color: white;
    border: none;
}

.sch-checkbox-item-input-style-7:checked + .sch-checkbox-item-label-style-7::after {
    border-color: white;
    border: none;
    left: 9px;
    color: #fff;
    content: "\f185";
}

/*style 8*/
.sch-radio-item-input-style-8 {
    display: none;
}


.sch-radio-item-input-style-8 + .sch-radio-item-label-style-8 {
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
}
.sch-radio-item-label-style-8 {
  margin-left: 35px;
  cursor:pointer;
}

.sch-radio-item-input-style-8 + .sch-radio-item-label-style-8:before {
      content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #0343df;
  border-radius: 1em;
  position: absolute;
  left: -30px;
  top: 0;
  -webkit-transition: all 0.2s, background 0.2s ease-in-out;
  transition: all 0.2s, background 0.2s ease-in-out;
  background: #fff;
  box-shadow: -2px -1px 0 #0343df;
    }

  
.sch-radio-item-input-style-8:checked + .sch-radio-item-label-style-8::before {
   border-radius: 1em;
border: 2px solid #fff;
width: 1.15em;
height: 1.15em;
background: #0343df;
box-shadow: 2px 1px 0 #0343df;
}




/*********************/


/* Checkbox CSS only */


/*********************/

.sch-style-8 .sch-checkbox-item .sch-checkbox-item-input-style-8[type="checkbox"] {
  display: none;
}
.sch-style-8 .sch-checkbox-item .sch-checkbox-item-input-style-8[type="checkbox"] + .sch-checkbox-item-label-style-8 {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.sch-style-8 .sch-checkbox-item .sch-checkbox-item-input-style-8[type="checkbox"]:hover + .sch-checkbox-item-label-style-8:hover {
  color: rgb(3, 67, 223);
}
.sch-style-8 .sch-checkbox-item .sch-checkbox-item-input-style-8[type="checkbox"]:hover + .sch-checkbox-item-label-style-8:before {
  border: 1px solid #0343df;
  box-shadow: 2px 1px 0 #0343df;
}
.sch-style-8 .sch-checkbox-item .sch-checkbox-item-input-style-8[type="checkbox"] + .sch-checkbox-item-label-style-8:last-child {
  margin-bottom: 0;
}
.sch-style-8 .sch-checkbox-item .sch-checkbox-item-input-style-8[type="checkbox"] + .sch-checkbox-item-label-style-8::before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #0343df;
  border-radius: 1em;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s, background 0.2s ease-in-out;
  transition: all 0.2s, background 0.2s ease-in-out;
  background: #fff;
  box-shadow: -2px -1px 0 #0343df;
}
.sch-style-8 .sch-checkbox-item .sch-checkbox-item-input-style-8[type="checkbox"]:checked + .sch-checkbox-item-label-style-8:before {
  border-radius: 1em;
  border: 2px solid #fff;
  width: 1.15em;
  height: 1.15em;
  background: #0343df;
  box-shadow: 2px 1px 0 #0343df;
}
/* style 9 */

.sch-content-radio-item-9 {
  display: flex;
  margin-bottom: 36px;
  overflow: hidden;
  justify-content: center;
}
.sch-content-radio-item-9 .sch-radio-item-input-style-9 {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.sch-content-radio-item-9 .sch-radio-item-label-style-9:first-of-type {
  border-radius: 4px 0 0 4px;
}
.sch-content-radio-item-9 .sch-radio-item-label-style-9 {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
  cursor:pointer;
}
.sch-content-radio-item-9 .sch-radio-item-input-style-9:checked + .sch-radio-item-label-style-9 {
  background-color: #0343df;
  box-shadow: none;
  color:#fff;
}
.sch-content-radio-item-9 .sch-radio-item-label-style-9:last-of-type {
  border-radius: 0 4px 4px 0;
}
.sch-style-9 .sch-checkbox-item .sch-checkbox-item-input-style-9[type="checkbox"] {
  display: none;
}
/*********************/


/* Checkbox CSS only */


/*********************/
.sch-content-checkbox-item-9 {
  display: flex;
  margin-bottom: 36px;
  overflow: hidden;
  justify-content: center;
}
.sch-content-checkbox-item-9 .sch-checkbox-item-input-style-9 {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.sch-content-checkbox-item-9 .sch-checkbox-item:first-child .sch-checkbox-item-label-style-9:first-of-type {
  border-radius: 4px 0 0 4px;
}
.sch-content-checkbox-item-9 .sch-checkbox-item-label-style-9 {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  display: inline-block;
}
.sch-content-checkbox-item-9 .sch-checkbox-item-input-style-9:checked + .sch-checkbox-item-label-style-9 {
  background-color: #0343df;
  box-shadow: none;
  color:#fff;
}
.sch-content-checkbox-item-9 .sch-checkbox-item-label-style-9:last-of-type {
  border-radius: 0 4px 4px 0;
}
/*style 10*/

.sch-radio-item-input-style-10 {
    display: none;
}

.sch-radio-item-input-style-10 + .sch-radio-item-label-style-10 {
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .15s ease;
  margin-bottom: 16px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #e4e4e4;
}
.sch-radio-item-input-style-10 + .sch-radio-item-label-style-10{
	color:#fff;
}
.sch-radio-item-input-style-10:checked + .sch-radio-item-label-style-10 {
  box-shadow: 2px 2px 14px rgba(3, 67, 223, 0.6);
  color: rgba(0, 0, 0, 0.6);
}

.sch-radio-item-label-style-10::after {
  font-family: 'FontAwesome';
  display: inline-block;
  text-align: center;
  font-size: 80px;
  content: attr(data-icon);
  padding: 20px 20px;
  border-radius: 15px;
  color: rgba(0, 0, 0, 0.4);
  -webkit-mask-image: none;
-webkit-box-shadow: 0 1px 1.5px 1px rgba(0,0,0,.12);
box-shadow: 0 1px 1.5px 1px rgba(0,0,0,.12);
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
/*********************/


/* Checkbox CSS only */


/*********************/

.sch-checkbox-item-input-style-10 {
    display: none;
}

.sch-checkbox-item-input-style-10 + .sch-checkbox-item-label-style-10 {
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .15s ease;
  margin-bottom: 16px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #e4e4e4;
}
.sch-checkbox-item-input-style-10 + .sch-checkbox-item-label-style-10{
	color:#fff;
}
.sch-checkbox-item-input-style-10:checked + .sch-checkbox-item-label-style-10{
  box-shadow: 2px 2px 14px rgba(3, 67, 223, 0.6);
  color: rgba(0, 0, 0, 0.6);
}

.sch-checkbox-item-label-style-10::after {
  font-family: 'FontAwesome';
  display: inline-block;
  text-align: center;
  font-size: 80px;
  content: attr(data-icon);
  padding: 20px 20px;
  border-radius: 15px;
  color: rgba(0, 0, 0, 0.4);
  -webkit-mask-image: none;
-webkit-box-shadow: 0 1px 1.5px 1px rgba(0,0,0,.12);
box-shadow: 0 1px 1.5px 1px rgba(0,0,0,.12);
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
@media (min-width:980px) and (max-width:1199px) {
    .sch-style-1,
    .sch-style-2,
    .sch-style-3,
    .sch-style-4,
    .sch-style-5,
    .sch-style-6,
    .sch-style-7,
    .sch-style-8,
    .sch-style-9,
    .sch-style-10 {
        width: 100%;
    }
}

@media (min-width:640px) and (max-width:979px) {
    .sch-style-1,
    .sch-style-2,
    .sch-style-3,
    .sch-style-4,
    .sch-style-5,
    .sch-style-6,
    .sch-style-7,
    .sch-style-8,
    .sch-style-9,
    .sch-style-10 {
        width: 100%;
    }
    .sch-checkbox {
        width: 70%;
    }
    .sch-radio {
        width: 30%;
    }
}

@media (min-width:480px) and (max-width:639px) {
    .sch-style-1,
    .sch-style-2,
    .sch-style-3,
    .sch-style-4,
    .sch-style-5,
    .sch-style-6,
    .sch-style-7,
    .sch-style-8,
    .sch-style-9,
    .sch-style-10 {
        width: 100%;
    }
    .sch-checkbox,
    .sch-radio {
        width: 100%;
    }
    .sch-title h1 {
        font-size: 25px;
    }
    .sch-title h5 {
        font-size: 20px;
    }
}

@media only screen and (max-width:479px) {
    .sch-style-1,
    .sch-style-2,
    .sch-style-3,
    .sch-style-4,
    .sch-style-5,
    .sch-style-6,
    .sch-style-7,
    .sch-style-8,
    .sch-style-9,
    .sch-style-10 {
        width: 100%;
    }
    .sch-checkbox,
    .sch-radio {
        width: 100%;
    }
    .sch-title h1 {
        font-size: 20px;
    }
    .sch-title h5 {
        font-size: 16px;
    }
    #sch-text-color span,
    #bg-selector span {
        display: block;
        padding-bottom: 20px;
        font-family: 'Raleway', sans-serif;
    }
    .sch-color-bg {
        text-align: center;
        margin: 0 auto;
        width: 195px;
    }
	.sch_checkbox_item_label {
		width: 80px;
	}
	.sch-item-full {
		display: inline-block;
		width: 150px;
	}
	.sch-item-size {
		text-align: left;
		width: 100%;
		display: inline-block;
	}
	.sch-checkbox-item {
		display: inline-block;
		width: 100%;
	}
}