/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 21 2024 | 00:19:38 */
.rpt_switch_text {
    font-size: 15px !important;
    margin: 0 20px;
    display: inline-block;
	color: #ffffff !important;
}

.rpt_switch_label {
    text-align: center;
    background: #d3d3d3;
    text-shadow: none;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 4px 12px 5px;
    border-radius: 4px;
    display: inline-block;
    margin: -30px auto 30px;
    display: none;
}

.rpt_price_switch_wrap {
    display: grid;
    align-items: center;
    margin-bottom: 5px;
    position: relative;
    grid-template-columns: 1fr 60px 1fr;
    text-align: center;
}

.rpt_price_switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 25px;
}

.rpt_price_switch .slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
}

.rpt_plans .rpt_plan .rpt_head .rpt_price {
    padding: 0px 10px 12px 10px;
    font-size: 77px;
    line-height: 1em;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

.rpt_plans .rpt_plan .rpt_foot {
    font-weight: 600;
}

.savings-start {
    position: relative;
    font-size: 14px;
    font-weight: 400;
	border-radius: 20px;
    background-color: #444444;
    color: #ffffff;
    padding: 5px 13px;
	margin-bottom: 10px;
}

.savings {
    position: relative;
    font-size: 14px;
	font-weight: 400;
	border-radius: 20px;
    background-color: #8224e3;
    color: #ffffff;
    padding: 5px 13px;
	margin-bottom: 10px;
}

.rpt_plans .rpt_plan .rpt_head .rpt_recurrence, .rpt_plans .rpt_plan .rpt_head .rpt_secondary_recurrence {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    padding: 25px 40px 10px;
    color: #d3d3d3;
    text-align: center;
}


}




