/*
// #Pricing Tables
// --------------------------------------------------
*/
.pricing_table .tc_content {margin-top: 90px;  list-style:none;}
.pricing-table .tc_table_col.caption_column .tc_header {font-size:27px; padding:97px 0; color:#444; font-weight:700; text-align: center;}
.pricing-table.pricing-table__style2 .tc_table_col.caption_column .tc_header {font-size:27px; padding:103px 0; color:#444; font-weight:700;}
.pricing-table.pricing-table__style3 .tc_table_col.caption_column .tc_header {font-size:27px; padding:73px 0; color:#444; font-weight:700;}
.pricing-table.pricing-table__style4 .tc_table_col.caption_column .tc_header {font-size:27px; padding:47px 0; color:#444; font-weight:700;}
.pricing_table .tc_table_col.caption_column .tc_content li {padding: 0.5em; text-align:left; text-indent:30px; background:#f2f5fb;border-bottom: 1px solid #dbdbdb;}

:root {
    --mxt-main-color: #c00;
}
.pricing-table__style6 .list{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -24px;
}

.pricing-table__style6 .item{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.pricing-table__style6 .top_part{
	padding: 57px 20px 99px;
	background-color: #f2f5fb;
	position: relative;
	width: 100%;
	border-radius: 15px 15px 0 0;
	background-size: 100%
}
.pricing-table__style6 .top_part p{
	font-size: 12px;
	color: #fff;
	padding: 0 10px;
	line-height: 21px;
	display: inline-block;
	background-color: var(--mxt-main-color);
	border-radius: 5px;
	position: absolute;
	top: 26px;
	left: 50%;
	transform: translateX(-50%) translateZ(0);
}
.pricing-table__style6 .top_part h4{
	font-size: 16px;
	color: var(--mxt-main-color);
	margin-bottom: 8px;
}
.pricing-table__style6 .top_part h3{
	font-size: 36px;
}
.pricing-table__style6 .price{
	width: 145px;
	height: 145px;
	position: absolute;
	left: 50%;
	margin-left: -72px;
	margin-left: -72.5px;
	background-color: #fff;
	border-radius: 100%;
	bottom: -72px;
	bottom: -72.5px;
	font-size: 48px;
	color: #000;
	font-weight: 700;
	box-shadow: 0 18px 30px rgba(14,33,72,0.06);
	letter-spacing: -.06em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	z-index: 5;
}
.pricing-table__style6 .item{
	position: relative;
}
.pricing-table__style6 .item .tc_intro {
    font-size: 17px;
    padding: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.pricing-table__style6 .item > *{
	position: relative;
	z-index: 3;
}
.pricing-table__style6 .price .text{
	position: relative;
	line-height: 1;
}
.pricing-table__style6 .price .text span{
	font-size: 24px;
	position: absolute;
	right: 100%;
	top: 0;
	line-height: 1;
}
.pricing-table__style6 .bottom_part{
	padding: 105px 20px 60px;
	border: 1px solid #e0d6d6;
	border-top: none;
	border-radius: 0 0 15px 15px;
	z-index: 5;
}
.pricing-table__style6 .bottom_part ul li{
	font-size: 16px;
	color: #5a5554;
	margin-bottom: 6px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.pricing-table__style6 .bottom_part p:last-child{
	margin-bottom: 0;
}
.pricing-table__style6 .button{
	margin-top: 32px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.pricing-table__style6 .button a{
	padding: 15px 30px;
	line-height: 1;
	display: block;
	border-radius: 5px;
	background-color: var(--mxt-main-color);
	color: #fff;
	letter-spacing: -0.1px;
	text-decoration: none;
}
.pricing-table__style6 .highlight .top_part{
	background-color: var(--mxt-main-color);
}
.pricing-table__style6 .highlight h3,
.pricing-table__style6 .highlight h4{
	color: #fff;
}
.pricing-table__style6 .highlight .button a{
	background-color: #34444c;
}

.pricing-table__style6 .item{
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 5px 10px rgb(52 68 76 / 5%);
}
.pricing-table__style6 .bottom_part{
	border: none;
}
.pricing-table__style6 .item:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	background-color: #f2f5fb;
}
.pricing-table__style6 .highlight .item:after{
	background-color: var(--mxt-main-color);
}
.pricing-table__style6 .highlight .item:hover .bottom_part ul li{
	color: #fff;
}
.pricing-table__style6 .highlight .item:hover .tc_intro{
	color: #fff;
}
.pricing-table__style6 .item:hover:after{
	height: 100%;
}
.pricing-table__style6 .item:hover .top_part:after{
	width: 100%;
	
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s .3s ease;
}
.pricing-table__style6 .top_part:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	background-color: #fff;
	width: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.pricing-table__style6 .bottom_part ul {
 position:relative;
 display:block;
 overflow:hidden;
 padding-left: 0;
}
.pricing-table__style6 .bottom_part ul li {
 position:relative;
 display:block;
 margin-bottom:10px
}
