/* CSS File 
	===================
	Item Name: Payler - pricing Packages & tables
	Author: Ashish Maraviya
	Version: 2.0
	Copyright 2020
===================*/

/* Start all plan general */
.plan-header .plan-title, .plan-price .price, .plan-list li, .plan-button{
	font-family: 'Lato', sans-serif;
}
.plan-padding{
	padding: 0;
}
/* End all plan general */

/* Start Pricing plan style 1 */
ul.nav.nav-tabs.style-3-tabs{
    margin-bottom: 30px !important;
    justify-content: center;
	border: none;
}
.plan-style-1{
    margin: 0 auto;
	overflow: hidden;
    position: relative;
	text-align: center;
	border-radius: 30px;
	box-shadow: 0px 0px 10px rgba(68,68,68,0.15);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-1:hover{
	position: relative;
	z-index: 3;
	transform: scale(1.02);
	box-shadow: 0px 0px 10px rgba(68,68,68,0.2);
}
.plan-style-1 .plan-header{
	height: 133px;
    padding: 30px 20px;
	position: relative;
	background: linear-gradient(to right, #ffd17c, #df9f28);
}
.plan-style-1.even .plan-header, .plan-style-1.even .plan-bottom{
	background: linear-gradient(to right, #, #df9f28);
}
.plan-style-1 .plan-header .plan-title{
	margin: -13px 0 4px 0;
	color: #f7f7f7;
	line-height: 40px;
    font-size: 20px;
	font-weight: 400;
}
.plan-style-1 .plan-price .price{
	margin-bottom: -15px;
	font-size: 45px;
    font-weight: 600;
	line-height: 46px;
    color: #fff;
}
.plan-style-1 .plan-price .price span{
	padding: 0 5px;
	font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.plan-style-1 .plan-list{
    padding:0;
    margin-bottom: 0;
	position: relative;
	z-index: 1;
}
.plan-detail-style-1{
	position: absolute;
	top: 0;
	right: 0;
}
.plan-detail-style-1 .plan-header{
	height: 133px;
	padding: 30px 0;
	background-color: #fff;
	text-align: center;
}
.plan-detail-style-1 .plan-header .plan-title{
	margin: 5px 0 4px 0;
    line-height: 32px;
    font-size: 26px;
    font-weight: 600;
    color: #666;
}
.plan-detail-style-1 .plan-detail{
	padding: 0;
}
.plan-detail-style-1 .plan-detail li{
    margin: 0;
	padding: 0 20px;
    list-style-type: none;
    color: #fff;
    line-height: 42px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02rem;
	text-align: right;
}
.plan-detail-style-1 .plan-detail li:nth-child(even){
	background: #6b47af;
}
.plan-detail-style-1 .plan-detail li:nth-child(odd){
	background: #754dbf;
}
.plan-style-1 .plan-list li{
    margin: 0;
	position: relative;
    list-style-type: none;
    color: #777;
    line-height: 42px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-1 .plan-list li i.far.fa-check-circle{
	color: #754dbf;
}
.plan-style-1 .plan-list li p{
	margin: -10px 0 0 0;
	padding-bottom: 10px;
	font-weight: 600;
	line-height: 20px;
	display: block;
}
.plan-style-1 .plan-list .tooltip-info i{
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 2;
    font-size: 10px;
    color: #fff;
	line-height: 18px;
}
.plan-style-1 .plan-list .tooltip-info{
	cursor: pointer;
}
.plan-style-1 .tooltip-info .tooltiptext{
	visibility: hidden;
	width: 150px;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	letter-spacing: 0.02rem;
	color: #fff;
	text-align: center;
	line-height: 20px;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 2;
	bottom: 85%;
	left: 0;
    right: 0;
    margin: auto;
}
.plan-style-1 .tooltip-info .tooltiptext::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}
.plan-style-1 .tooltip-info:hover .tooltiptext{
	visibility: visible;
}
.plan-style-1 .plan-list .tooltip-info:after{
	content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: -3px;
    right: -13px;
	border-width: 0 20px 20px 20px;
    border-style: solid;
	border-color: transparent transparent #df9f28 transparent;
    transform: rotate(45deg);
}
.plan-style-1 .plan-list li:nth-child(even){
	background: #f9f9f9;
}
.plan-style-1 .dark-skin li:nth-child(even){
	background: #f3f3f3 !important;
}
.plan-style-1 .plan-list li:nth-child(odd){
	background: #fafafa;
}
.plan-style-1 .light-skin li:nth-child(odd){
	background: #fff !important;
}
.plan-style-1 .plan-list li i{
    margin: 0;
    position: relative;
    font-size: 13px;
    line-height: 41px;
}
.plan-style-1 .plan-list li i.far.fa-times-circle{
	color: red;
}
.plan-style-1 .plan-bottom{
	padding: 30px 0;
	position:relative;
	overflow:hidden;
	background: linear-gradient(to right, #ffd17c, #df9f28);
}
.plan-style-1 .plan-button{
    padding: 10px 18px;
	font-size: 14px;
    color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-1 .plan-button:hover{
    background: #fff;
	color: #555;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* End Pricing plan style 1 */

/* Start Pricing plan style 2 */
.tab-pane.fade {
   -webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
 }
ul.nav.nav-tabs.style-2-tabs{
    margin-bottom: 30px !important;
    justify-content: center;
	border: none;
}
.nav-tabs.style-2-tabs .nav-link{
	color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
}
.nav-tabs.style-2-tabs .nav-link.active{
	color: #333;
	border-color: #fff;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.style-2-tabs li {
    margin: 5px;
   
}
.nav-tabs .nav-item {
	margin-bottom: 5px;
}
.plan-style-2{
    margin: 0 auto;
	overflow: hidden;
    position: relative;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-2:hover{
	position: relative;
	z-index: 3;
	box-shadow: 0px 0px 10px rgba(68,68,68,0.5);
}
.plan-style-2 .plan-header{
	height: 133px;
    padding: 30px 20px;
	position: relative;
	background: linear-gradient(to right, #754dbf, #6b47af);
}
.plan-style-2 .plan-header:after{
	content: "";
    display: block;
    width: 200px;
    height: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	opacity: 0;
}
.plan-style-2 .plan-header .plan-title{
	margin: -13px 0 4px 0;
	color: #f7f7f7;
	line-height: 40px;
    font-size: 20px;
	font-weight: 400;
}
.plan-style-2 .plan-price .price{
	margin-bottom: -15px;
	font-size: 45px;
    font-weight: 600;
	line-height: 46px;
    color: #fff;
}
.plan-style-2 .plan-price .price span{
	padding: 0 5px;
	font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.plan-style-2 .plan-list{
    padding:0;
    margin-bottom: 0;
	position: relative;
	z-index: 1;
}
.plan-detail-style-2{
	position: absolute;
	top: 0;
	right: 0;
}
.plan-detail-style-2 .plan-header{
	height: 133px;
	padding: 30px 0;
	background-color: #fafafa;
	text-align: center;
}
.plan-detail-style-2 .plan-header .plan-title{
	margin: 5px 0 4px 0;
    line-height: 32px;
    font-size: 26px;
    font-weight: 600;
    color: #666;
}
.plan-detail-style-2 .plan-detail{
	padding: 0;
}
.plan-detail-style-2 .plan-detail li{
    margin: 0;
	padding: 0 20px;
    list-style-type: none;
    color: #fff;
    line-height: 42px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02rem;
	text-align: right;
}
.plan-detail-style-2 .plan-detail li:nth-child(even){
	background: #6b47af;
}
.plan-detail-style-2 .plan-detail li:nth-child(odd){
	background: #754dbf;
}
.plan-style-2 .plan-list li{
    margin: 0;
	position: relative;
    list-style-type: none;
    color: #777;
    line-height: 42px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-2 .plan-list li i.far.fa-check-circle{
	color: #6b47af;
}
.plan-style-2 .plan-list li p{
	margin: -10px 0 0 0;
	padding-bottom: 10px;
	font-weight: 600;
	line-height: 20px;
	display: none;
}
.plan-style-2 .plan-list .tooltip-info i{
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 2;
    font-size: 10px;
    color: #fff;
	line-height: 18px;
}
.plan-style-2 .plan-list .tooltip-info{
	cursor: pointer;
}
.plan-style-2 .tooltip-info .tooltiptext{
	visibility: hidden;
	width: 150px;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	letter-spacing: 0.02rem;
	color: #fff;
	text-align: center;
	line-height: 20px;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 2;
	bottom: 85%;
	left: 0;
    right: 0;
    margin: auto;
}
.plan-style-2 .tooltip-info .tooltiptext::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}
.plan-style-2 .tooltip-info:hover .tooltiptext{
	visibility: visible;
}
.plan-style-2 .plan-list .tooltip-info:after{
	content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: -3px;
    right: -13px;
	border-width: 0 20px 20px 20px;
    border-style: solid;
	border-color: transparent transparent #754dbf transparent;
    transform: rotate(45deg);
}
.plan-style-2 .plan-list li:nth-child(even){
	background: #f9f9f9;
}
.plan-style-2 .dark-skin li:nth-child(even){
	background: #f3f3f3 !important;
}
.plan-style-2 .plan-list li:nth-child(odd){
	background: #fafafa;
}
.plan-style-2 .light-skin li:nth-child(odd){
	background: #fff !important;
}
.plan-style-2 .plan-list li i{
    margin: 0;
    position: relative;
    font-size: 13px;
    line-height: 41px;
}
.plan-style-2 .plan-list li i.far.fa-times-circle{
	color: red;
}
.plan-style-2 .plan-bottom{
	padding: 30px 0;
	position:relative;
	overflow:hidden;
	background: linear-gradient(to right, #754dbf, #6b47af);
}
.plan-style-2 .plan-button{
    padding: 10px 18px;
	font-size: 14px;
    color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-2 .plan-button:hover{
    background: #fff;
	color: #555;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* End Pricing plan style 2 */
/* Start Pricing plan style 3 */
ul.nav.nav-tabs.style-3-tabs{
    margin-bottom: 30px !important;
    justify-content: center;
	border: none;
}
.plan-style-3{
    margin: 0 auto;
	overflow: hidden;
    position: relative;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-3:hover{
	position: relative;
	z-index: 3;
	box-shadow: 0px 0px 10px rgba(68,68,68,0.2);
}
.plan-style-3 .plan-header{
	height: 133px;
    padding: 30px 20px;
	position: relative;
	background: #152f55;
}
.plan-style-3.even .plan-header, .plan-style-3.even .plan-bottom{
	background: #0b1e38;
}
.plan-style-3 .plan-header .plan-title{
	margin: -13px 0 4px 0;
	color: #f7f7f7;
	line-height: 48px;
    font-size: 16px;
	font-weight: 400;
}
.plan-style-3 .plan-price .price{
	margin-bottom: -15px;
	font-size: 30px;
    font-weight: 600;
	line-height: 46px;
    color: #fff;
}
.plan-style-3 .plan-price .price span{
	padding: 0 5px;
	font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.plan-style-3 .plan-list{
    padding:0;
    margin-bottom: 0;
	position: relative;
	z-index: 1;
}
.plan-detail-style-3{
	/*position: absolute;*/
	top: 0;
	right: 0;
}
.plan-detail-style-3 .plan-header{
	height: 133px;
	padding: 30px 0;
	background-color: #fff;
	text-align: center;
}
.plan-detail-style-3 .plan-header .plan-title{
	margin: 5px 0 4px 0;
    line-height: 32px;
    font-size: 26px;
    font-weight: 600;
    color: #666;
}
.plan-detail-style-3 .plan-detail{
	padding: 0;
}
.plan-detail-style-3 .plan-detail li{
    margin: 0;
	padding: 0 20px;
    list-style-type: none;
    color: #fff;
    line-height: 42px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02rem;
	text-align: right;
}
.plan-detail-style-3 .plan-detail li:nth-child(even){
	background: #0b1e38;
}
.plan-detail-style-3 .plan-detail li:nth-child(odd){
	background: #152f55;
}
.plan-style-3 .plan-list li{
    margin: 0;
	position: relative;
    list-style-type: none;
    color: #777;
    font-size: 16px;
   padding:18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-3 .plan-list li i.far.fa-check-circle{
	color: #754dbf;
}
.plan-style-3 .plan-list li p{
	margin: -10px 0 0 0;
	padding-bottom: 10px;
	font-weight: 600;
	line-height: 20px;
	display: none;
}
.plan-style-3 .plan-list .tooltip-info i{
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 2;
    font-size: 10px;
    color: #fff;
	line-height: 18px;
}
.plan-style-3 .plan-list .tooltip-info{
	cursor: pointer;
}
.plan-style-3 .tooltip-info .tooltiptext{
	visibility: hidden;
	width: 150px;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	letter-spacing: 0.02rem;
	color: #fff;
	text-align: center;
	line-height: 20px;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 2;
	bottom: 85%;
	left: 0;
    right: 0;
    margin: auto;
}
.plan-style-3 .tooltip-info .tooltiptext::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}
.plan-style-3 .tooltip-info:hover .tooltiptext{
	visibility: visible;
}
.plan-style-3 .plan-list .tooltip-info:after{
	content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: -3px;
    right: -13px;
	border-width: 0 20px 20px 20px;
    border-style: solid;
	border-color: transparent transparent #e89528 transparent;
    transform: rotate(45deg);
}
.plan-style-3 .plan-list li:nth-child(even){
	background: #f9f9f9;
}
.plan-style-3 .dark-skin li:nth-child(even){
	background: #f3f3f3 !important;
}
.plan-style-3 .plan-list li:nth-child(odd){
	background: #fafafa;
}
.plan-style-3 .light-skin li:nth-child(odd){
	background: #fff !important;
}
.plan-style-3 .plan-list li i{
    margin: 0;
    position: relative;
    font-size: 13px;
    line-height: 41px;
}
.plan-style-3 .plan-list li i.far.fa-times-circle{
	color: red;
}
.plan-style-3 .plan-bottom{
	padding: 30px 0;
	position:relative;
	overflow:hidden;
	background: #152f55;
}
.plan-style-3 .plan-button{
    padding: 10px 18px;
	font-size: 14px;
    color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-3 .plan-button:hover{
    background: #fff;
	color: #555;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* End Pricing plan style 3 */

/* Start Pricing plan style 4 */
.plan-style-4{
    margin: 0 auto;
	overflow: hidden;
    position: relative;
	text-align: center;
	border-radius: 30px;
	box-shadow: 0px 0px 10px rgba(68,68,68,0.15);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-4:hover{
	position: relative;
	z-index: 3;
	transform: scale(1.02);
	box-shadow: 0px 0px 10px rgba(68,68,68,0.2);
}
.plan-style-4:hover .plan-list-block {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-4 .plan-header{
    padding: 30px 20px;
	position: relative;
	background: #fff;
}
.plan-style-4 .plan-header .plan-label {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f44336;
	color: #fff;
	border-radius: 30px;
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	right: 10px;
}
.plan-style-4 .plan-title{
	margin: -13px 0 15px 0;
	color: #f44336;
	line-height: 40px;
    font-size: 20px;
	font-weight: 400;
}
.plan-style-4 .plan-price .price{
	margin-bottom: -15px;
	font-size: 60px;
    font-weight: 800;
	line-height: 46px;
    color: #444;
}
.plan-style-4 .plan-price .price span{
	padding: 0 5px;
	font-size: 16px;
    font-weight: 400;
    color: #444;
}
.plan-style-4 .plan-list-block{
	height: 100%;
	padding: 15px 0;
    margin-bottom: 0;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-4 .plan-list-block .plan-title{
	margin: -5px 0 0 0;
}
.plan-style-4 .plan-list{
	padding: 0;
}
.plan-detail-style-4{
	position: absolute;
	top: 0;
	right: 0;
}
.plan-detail-style-4 .plan-header{
	height: 133px;
	padding: 30px 0;
	background-color: #fff;
	text-align: center;
}
.plan-detail-style-4 .plan-header .plan-title{
	margin: 5px 0 4px 0;
    line-height: 32px;
    font-size: 26px;
    font-weight: 600;
    color: #666;
}
.plan-style-4 .plan-list li{
    margin: 0;
	position: relative;
    list-style-type: none;
    color: #777;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-4 .plan-list li span{
	font-weight: 600;
}
.plan-style-4 .plan-list li i.far.fa-check-circle{
	color: #754dbf;
}
.plan-style-4 .plan-list li p{
	margin: -10px 0 0 0;
	padding-bottom: 10px;
	line-height: 20px;
	display: block;
}
.plan-style-4 .plan-list li i{
    margin: 0;
    position: relative;
    font-size: 13px;
    line-height: 28px;
}
.plan-style-4 .plan-list li i.far.fa-times-circle{
	color: red;
}
.plan-style-4 .plan-bottom{
	padding: 30px 0;
	position:relative;
	overflow:hidden;
	background: #ffe7e5;
}
.plan-style-4 .plan-button{
    padding: 8px 18px;
    font-size: 15px;
    color: #fff;
    background-color: #f44336;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-4 .plan-button:hover{
    background: #fff;
	color: #f44336;
	border: 1px solid #f44336;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* End Pricing plan style 4 */

/* Start Pricing plan style 4 */
.plan-style-5{
    margin: 0 auto;
	overflow: hidden;
    position: relative;
	text-align: center;
	border-radius: 30px;
	box-shadow: 0px 0px 10px rgba(68,68,68,0.15);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-5:hover{
	position: relative;
	z-index: 3;
	transform: scale(1.02);
	box-shadow: 0px 0px 10px rgba(68,68,68,0.2);
}
.plan-style-5:hover .plan-list {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-5 .plan-header{
    padding: 30px 20px 20px 20px;
	position: relative;
	background: #fff;
}
.plan-style-5 .plan-header .plan-label {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f44336;
	color: #fff;
	border-radius: 30px;
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	right: 10px;
}
.plan-style-5 .plan-header .plan-title{
	margin: -13px 0 4px 0;
	color: #4dbf8a;
	line-height: 40px;
    font-size: 20px;
	font-weight: 400;
}
.plan-style-5 .plan-price .price{
	margin-bottom: -15px;
	font-size: 45px;
    font-weight: 800;
	line-height: 46px;
    color: #444;
}
.plan-style-5 .plan-price .price span{
	padding: 0 5px;
	font-size: 16px;
    font-weight: 400;
    color: #444;
}
.plan-style-5 .plan-list .plan-list-block{
	height: 100%;
	padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-5 .plan-list{
	padding: 0;
}
.plan-detail-style-5{
	position: absolute;
	top: 0;
	right: 0;
}
.plan-detail-style-5 .plan-header{
	height: 133px;
	padding: 30px 0;
	background-color: #fff;
	text-align: center;
}
.plan-detail-style-5 .plan-header .plan-title{
	margin: 5px 0 4px 0;
    line-height: 32px;
    font-size: 26px;
    font-weight: 600;
    color: #666;
}
.plan-style-5 .plan-list li{
    margin: 0;
	position: relative;
    list-style-type: none;
    color: #777;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-5 .plan-list li span{
	font-weight: 600;
}
.plan-style-5 .plan-list li i.far.fa-check-circle{
	color: #4dbf8a;
}
.plan-style-5 .plan-list li p{
	margin: -10px 0 0 0;
	padding-bottom: 10px;
	line-height: 20px;
	display: block;
}
.plan-style-5 .plan-list li i{
    margin: 0;
    position: relative;
    font-size: 13px;
    line-height: 28px;
}
.plan-style-5 .plan-list li i.far.fa-times-circle{
	color: red;
}
.plan-style-5 .plan-bottom{
	padding: 30px 0;
	position:relative;
	overflow:hidden;
	background: #deffef;
}
.plan-style-5 .plan-button{
    padding: 8px 18px;
    font-size: 15px;
    color: #fff;
    background-color: #4dbf8a;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.plan-style-5 .plan-button:hover{
    background: #fff;
	color: #4dbf8a;
	border: 1px solid #4dbf8a;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* End Pricing plan style 5 */