/* SUBSCRIPTION PURCHASE */
.pur-opt{
    float:left;
    width:100%;
    border:1px solid #c0c8dc;
    border-radius:6px;
    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);
    overflow:hidden;
    margin-top:15px;
}
ul.pur-tab{
    float:left;
    width:100%;
}
ul.pur-tab li{
    background:#f2f9fc;
    width:50%;
    float:left;
    position:relative;
}
ul.pur-tab li label{
    position:relative;
    float:left;
    width:100%;
    padding:20px;
    padding-left:40px;
    cursor:pointer;
}
ul.pur-tab li.active{background:#fff;}
.def-pur-rad{
    position:absolute;
    left:0;
    top:0;
    opacity:0;
}
.pur-rad{
    border:1px solid #1f404f;
    width:18px;
    height:18px;
    border-radius:50%;
    position:absolute;
    left:12px;
    top:50%;
    margin-top:-10px;
    background:#fff;
}
.def-pur-rad:checked + .pur-rad:after{
    content:'';
    width:8px;
    height:8px;
    background:#1f404f;
    border-radius:50%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
}
.pur-tab-tx{
    font-size:16px;
    line-height:20px;
    font-weight:700;
    letter-spacing:0.2px;
}
ul.pur-tab li:first-child .pur-tab-tx span{
    color:#de1818;
}

.pur-tab-cont{
    float:left;
    width:100%;
    padding:15px 15px 20px;
}
.sel-sub-tx{
    font-size:18px;
    line-height:22px;
    color:#1f404f;
    margin-bottom:10px;
    font-weight:600;
}
.pur-sub-opt{
    float:left;
    width:100%;
    border:1px solid #c0c8dc;
    height:45px;
    border-radius:5px;
    -webkit-appearance:none;
    padding:0 15px;
    background:url(images/sel-opt.png) 96% center no-repeat;
    font-family: 'Nunito Sans', sans-serif;
    font-size:16px;
    color:#313b54;
}
ul.subs-det{
    float:left;
    width:100%;
}
ul.subs-det li{
    float:left;
    width:50%;
    position:relative;
    padding-left:30px;
    margin-top:15px;
    font-size:16px;
    line-height:20px;
    letter-spacing:0.5px;
}
ul.subs-det li img{
    position:absolute;
    left:0;
    top:0;
}
.swtc-subs-tx, .subs-tx{
    font-size:14px;
    line-height:22px;
    color:rgb(31,64,79);
    position:relative;
    padding-left:40px;
}
.subs-tx{padding-left:0; margin-bottom:10px;}
.swtc-subs-tx span{
    font-weight:600;
    font-size:16px;
    margin-bottom:5px;
    display:inline-block;
    vertical-align:top;
}

.swtc-subs-tx:before {
    content: "";
    background: url(images/hand.svg) left top no-repeat;
    width: 50px;
    position: absolute;
    top:0;
    left: 0px;
    height:100px;
}
.otp-ea{
    float:left;
    width:100%;
    margin-top:5px;
    color:#000 !important;
    display:none;
    font-size:14px;
}
/*=======*/

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;
        gap: 1rem;
    }

    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%;
    }
}
