ul.pur-tab li:first-child .pur-tab-tx span{
    color:#de1818;
    font-weight: 700;
}

.pur-opt-v2 {
    float:left;
    width:100%;
    border-radius:6px;
    overflow:hidden;
    margin-top:15px;
}

ul.pur-tab-v2{
    float:left;
    width:100%;
    display:flex;
    -webkit-display:flex;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
ul.pur-tab-v2 li{
    background:#fff;
    width:48%;
    float:left;
    position:relative;
    border:1px solid #c0c8dc;
    box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
    border-radius:5px;
}
ul.pur-tab-v2 li label{
    position:relative;
    float:left;
    width:100%;
    padding:20px;
    padding-left:40px;
    cursor:pointer;
}
ul.pur-tab-v2 li.active{background:#f2f9fc;}
.def-pur-rad{
    position:absolute;
    left:0;
    top:0;
    opacity:0;
}
ul.pur-tab-v2 .pur-tab-tx {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

ul.pur-tab-v2 .pur-tab-tx .more-info {
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
    text-decoration-style: dashed;
}


/** TOGGLE **/
.switch-op{	display:flex;
    -webkit-display:flex;
    justify-content:space-evenly;
    -webkit-justify-content:space-between;
    align-items:center;
    -webkit-align-items:center;
    width:100%;
    margin-top:20px;
    padding:0 10px;
}
.opt-tx{
    font-size:20px;
    line-height:26px;
    font-weight:700;
    display:inline-block;
    vertical-align:middle;
    text-align:left;
}
.hide-desk.opt-tx-mob{display:none;}
.opt-tx.opt-tx1{text-align:right;}
.opt-tx small{
    font-size:15px;
    line-height:20px;
    display:block;
    font-weight:400;
    text-decoration: underline;
    text-decoration-style: dashed;
    width: min-content;
    text-wrap: nowrap;
}
.switch {
    position: relative;
    display: inline-block;
    vertical-align:middle;
    width:78px;
    height:36px;
    margin:0 12px;
    box-shadow:0px 0px 10px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.2);
    border-radius:100px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius:100px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 27px;
    width: 27px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius:50%;
    box-shadow:0px 0px 3px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow:0px 0px 3px 3px rgba(0,0,0,0.1);
}

input:checked + .slider {
    background-color: #73af33;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(41px);
    -ms-transform: translateX(41px);
    transform: translateX(41px);
}

.switch-op .opt-tx1 small {
    text-align: right;
    width: 100%;
}
/** TOGGLE **/

@media only screen and (max-width:767px) {
    .switch-op {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    p.opt-tx1 span {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .opt-tx {
        text-align: center;
    }

    .switch-op .opt-tx1 small {
        text-align: center;
        width: 100%;
    }

    .switch-op .opt-tx2 small {
        text-align: center;
        width: 100%;
    }
}
