/*Color CSS File 
	===================
	Item Name: Sava - Creative pricing tables
	Author: Ashish Maraviya
	Version: 2.0
	Copyright 2019
===================*/
/* Owl general css start */
.owl-carousel-plan.owl-theme .owl-dots .owl-dot.active span {
    background: #4c3bb3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4c3bb3), to(#b76cd2));
    background: linear-gradient(to bottom, #4c3bb3 0, #b76cd2 100%);
}
.owl-carousel-plan.owl-theme .owl-dots .owl-dot span {
    background: #4c3bb3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4c3bb3), to(#b76cd2));
    background: linear-gradient(to bottom, #4c3bb3 0, #b76cd2 100%);
}
/* Owl general css end */
/* Start Pricing plan style 1 */
.plan-style-1 .plan-header{
	background: linear-gradient(to right, #b76cd2, #4c3bb3);
}
.plan-style-1 .plan-button{
	background-image: linear-gradient(to right, #b76cd2, #4c3bb3, #4c3bb3, #b76cd2);
}
.plan-style-1 .plan-list li i{
	color: #4c3bb3;
}
.plan-style-1:hover{
	border: 1px solid #b76cd2;
}
/* End Pricing plan style 1 */
/* Start Pricing plan style 2 */
.plan-style-2:hover .price, .plan-style-2 .plan-button:hover{
	color: #4c3bb3;
}
.plan-style-2 .plan-header, .plan-style-2 .plan-bottom{
	background: linear-gradient(to right, #b76cd2, #4c3bb3);
}
.plan-style-2:hover{
	border: 1px solid #b76cd2;
}
/* End Pricing plan style 2 */
/* Start Pricing plan style 3 */
.plan-style-3 .plan-header, .plan-style-3 .plan-bottom{
	background: linear-gradient(to right, #b76cd2, #4c3bb3);
}
.plan-style-3 .plan-list li i.far.fa-check-circle, .plan-style-3 .plan-button:hover{
    color: #4c3bb3;
}
.plan-style-3:hover{
	border: 1px solid #b76cd2;
}
/* End Pricing plan style 3 */
/* Start Pricing plan style 4 */
.plan-style-4 .plan-header{
	border-bottom: 5px solid #4c3bb3;
}
.plan-style-4 .plan-header .plan-label, .plan-style-4 .plan-header .plan-icon, .plan-style-4 .plan-price{    
	background: linear-gradient(to right, #b76cd2, #4c3bb3);
}
.plan-style-4:hover .plan-title{
	color: #4c3bb3;
}
.plan-style-4 .plan-button{
	background-image: linear-gradient(to right, #b76cd2, #4c3bb3, #4c3bb3, #b76cd2);
}
/* End Pricing plan style 4 */
/* Start Pricing plan style 5 */
.plan-style-5 .plan-header .lable, .plan-style-5 .plan-header .plan-icon, .plan-style-5 .plan-price{
    background: linear-gradient(to right, #b76cd2, #4c3bb3);
}
.plan-style-5:hover .plan-title, .plan-style-5 .plan-list li i.far.fa-check-circle, .plan-style-5 .plan-button{
	color: #4c3bb3;
}
.plan-style-5 .plan-button{
	border: 2px solid #4c3bb3;
}
.plan-style-5:hover{
	border: 1px solid #b76cd2;
}