.rpt_style_basic .rpt_plan .rpt_title {
	background: #6aaae4;
	border-bottom: unset;
	border-top-left-radius: 0px; 
	border-top-right-radius: 0px;
}

.rpt_style_basic .rpt_plan .rpt_head {
	border-top: unset;
}

.rpt_style_basic .rpt_plan .rpt_head .rpt_price {
    background: #f5f5f5;
    color: #000;
    font-size: 24px;
}

.rpt_style_basic .rpt_plan .rpt_head .rpt_description {
    background: #f5f5f5;
	color: #6e7689;	
	padding-bottom: 0px;
}


.tick-within-circle {
    position: relative;
    width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    font-size: 22px;
    font-weight: 00;
    border: 1.5px solid #6aaae4;
    border-radius: 50%;
}

.tick-within-circle, div.rpt_custom_btn > div > p {
	display: inline-flex;
	font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
	font-family: work sans, Arial,sans-serif;
    color: #6e7689;
}

.tick-within-circle::before {
    content: '\2713';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #6aaae4;
}

.rpt_custom_btn {
	background: #f5f5f5;
	padding-top: 0px;
}

.rpt_style_basic .rpt_plan .rpt_custom_btn {
	background: #f5f5f5 !important;
}

.rpt_3_plans .rpt_plan_2 {
    margin-left: 1px;
}

.rpt_3_plans .rpt_plan_0 {
    margin-right: 1px;
}

.product-feature-button {
	width: 100%;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 2px solid #6aaae4;
    font-weight: 600;
    font-size: 16px;
    background-color: #fff;
    color: #6aaae4;
    padding: 10px;
	cursor: pointer;
	margin-bottom: 15px;
}

.product-feature-button:hover {
	background: #6aaae4;
    color: #fff!important;
    border: 1px solid #fff;
}

#rpt_pricr > div > div.rpt_plan.rpt_plugin_f.rpt_plan_0 > div.rpt_title.rpt_title_0 {
	background: #ef7d00;
}

#rpt_pricr > div > div.rpt_plan.rpt_plugin_f.rpt_plan_1 > div.rpt_title.rpt_title_1 {
	background: #ef7d00;
}

#rpt_pricr > div > div.rpt_plan.rpt_plugin_f.rpt_plan_2 > div.rpt_title.rpt_title_2 {
	background: #ef7d00;

}
