@import url(theme.css);

.accent{background-color: #0ca750 !important;}

.circle{position: relative;width: 12px;height: 12px;border-radius: 50%;}
.circle.red{background: #e01f3d;}
.green{background: #0ca750;}
.circle:after{background: #ffffff;}
.circle:after{content: '';border-radius: 50%;position: absolute;top: 3px;left: 3px;width: 6px;height: 6px;}

.calculator-section>div{
	background: -webkit-linear-gradient(to bottom, rgba(12,167,80,0.6), rgba(12,167,80,0));
	background: -moz-linear-gradient(to bottom, rgba(12,167,80,0.6), rgba(12,167,80,0));
	background: linear-gradient(to bottom, rgba(12,167,80,0.6), rgba(12,167,80,0));
	padding: 90px 0 0 0;
	min-height: 400px;
}

.banner{
	min-height: 400px;
}

.tabbar, .tabbar-tblt{display: none;}

.price-plan-inactive, .price-plan-active>div, .price-plan-disabled>div{
	-webkit-transition: -webkit-box-shadow .3s ease-in-out;
	-moz-transition: -moz-box-shadow .3s ease-in-out;
	-ms-transition: -ms-box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;

	border-radius: 8px;
	position: relative;
	padding: 0;
}


.price-plan-inactive .col-header{
	width: 100%;
	height: 200px;
	text-align: center;
}

.price-plan-inactive .col-header{
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.price-plan-active>div{position: relative;}

.price-plan-active>div:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 5px;
	transition: width .3s ease-in-out;
	border-radius: 8px 8px 0 0;
	background: #0ca750; 
}

.price-plan-active:hover>div:after{
	width: 100%;
}

.price-plan-active .col-header h3{
	padding: 25px 0 0 0;
	margin: 0;
	font-size: 1.4em;
}

.price-plan-active .col-header p{
	padding: 0 24px;
	font-size: 13px;
	min-height: 50px;
	text-align: center;
}

.price-plan-active .col-header .animate-holder{
	width: 100px;
	height: 100px;
	margin: 0 0 1rem 0;
	position: relative;
	/*background: rgba(12,167,80, 0.05);*/
	border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;

	-webkit-animation: morph 6s linear infinite;
	-moz-animation: morph 6s linear infinite;
	-o-animation: morph 6s linear infinite;
	animation: morph 6s linear infinite;
}

.price-plan-active .col-header .purchase{
	width: 100%;
	display: block;
	padding: 15px 0;
	border-radius: 5px;
	background-color: #E8EBFB;
	font: 600 16px/1.2 "vazir",sans-serif;
	color: #0d0c22;
	transition: all 0.2s linear;
}

.price-plan-active:hover .col-header .purchase{background-color: #0ca750;color: #ffffff;}


.price-plan-inactive .list, .price-plan-active .list{
	text-align: right;
	padding-right: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 1.5rem
}

.price-plan-inactive .list li, .price-plan-active .list li{
	padding: 15px;
	font-size: 13px;
	min-height: 20px;
}

.price-plan-active .list li{
	text-align: center;
}

.price-plan-inactive .list li{
	padding-right: 0;
}

.price-plan-inactive .list li + li{
	border-top: 1px solid #eef2f8;
}

.price-plan-active .col-header{
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;

	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;

	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;

	padding: 1rem;
	text-align: center;
	height: 200px;
}


.price-plan-active .list li>span:first-child{
	display: none;
}

.price-plan-active .list li + li{
	border-top: 1px solid rgba(255,255,255,0);
}

.price-plan-active .list li span{
	display: inline-block;
	line-height: 1.51;
}

.price-plan-active .list li>span:first-child{
	text-align: right;
	min-width: 50%;
}

.price-plan-active .list li>span:last-child{
	text-align: left;
}

.price-plan-active .list li .bold{
	color: #082137;
	font: 600 14px/1 "vazir", sans-serif !important;
}



.features-link{margin: 2.5rem 0;}
.features-link a{color: #0ca750;}

ul.one-col-table li{
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;

	padding: 10px 22px;
	position: relative;

	-webkit-transition: padding-left 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-moz-transition: padding-left 0.3s ease-in-out, opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
	-ms-transition: padding-left 0.3s ease-in-out, opacity 0.3s ease-in-out, -ms-transform 0.3s ease-in-out;
	transition: padding-left 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	pointer-events: none;
}

ul.one-col-table li:nth-child(even){
	background: #f8f9fc;
}

ul.one-col-table li .title{
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;

	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;

	color: #082137;
	width: 30%;
	font-weight: normal;
	padding-left: 20px;
	transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
	text-align: right;
}

ul.one-col-table li .content{
	display: block;
	font: normal 14px/1.2px vazir, sans-serif;
	flex: 1;
	line-height: 1.51;
	padding-top: 7px;
	color: #4c596a;
	text-align: right;
}

.specific-featuers-section>div{padding: 2rem 0;}
.spicific-title{opacity: 0;scroll-margin-top: 70px;scroll-snap-margin-top: 70px;}

table{border-collapse: collapse;border-spacing: 0;}

.table-stripe{width: 100%;line-height: 1.24;color: #082137;}
.table-stripe td:nth-child(2), .table-stripe td:nth-child(3), .table-stripe td:nth-child(4){display: table-cell;}
.table-stripe td, .table-stripe th{text-align: center;padding: 29px 15px;}
.table-stripe td:first-child, .table-stripe th:first-child{text-align: right;padding-right: 22px;}
.table-stripe th{font-weight: bold;font-size: 1.5em;border-bottom: 1px solid #eef2f8;}
.table-stripe td > span {display: inline-block;max-width: 500px;line-height: 1.51;}
.table-stripe td > span.small{font: normal 14px vazir, sans-serif;color: #6b7c93;}

.table-stripe tbody tr:nth-child(even) td {background: #f8f9fc;}
.table-stripe td > span .circle.green{background: #0ca750;}
.table-stripe td > span .circle.red{background: #e01f3d;}
.table-stripe td > span .circle{position: relative;width: 12px;height: 12px;border-radius: 50%;}
.table-stripe tbody tr td .circle:after{content: '';border-radius: 50%;position: absolute;top: 3px;left: 3px;width: 6px;height: 6px;}
.table-stripe tbody tr:nth-child(odd) td .circle:after{background: #ffffff;}
.table-stripe tbody tr:nth-child(even) td .circle:after{background: #f8f9fc;}


.trend-section{
	margin: 4rem 0; 
}

.trend-section .trend-container{
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	align-items: center;
	min-height: 220px;
	border-radius: 12px;
	padding: 0 36px;
	background: rgba(12,167,80,0.05) url('../img/svg/landing-curves.svg');
	background-position: right 20px top 10px;
	background-repeat: no-repeat;
	background-size: cover;
}

.trend-section .trend-container .trend-icon{
	color: #0ca750;
}

.trend-section .trend-container .trend-body h2{
	margin: 0;
}

.trend-section .trend-container .trend-body p{
	margin: 0.5rem 0 0 0;
}


/* Smartphones (portrait) ----------- */
@media only screen and (min-width: 320px) and (max-width: 479px){
	.no-left-padding, .no-right-padding{padding: 0 !important;}

	.contact-alert{min-height: 150px;}
	.contact-alert span a{display: block;}

	.price-plan-inactive{margin-bottom: 0;}
	.price-plan-inactive .annual-holder{margin-bottom: 0;text-align: center;}

	.price-plan-inactive .col-header{height: auto;}

	.price-plan-inactive .list{display: none;}


	.tabbar{
		box-sizing: border-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;

		height: 64px;
		position: relative;
		margin-bottom: 15px;
	}

	.tabbar input{display: none;outline: none;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none;}
	.tabbar input:active{outline: none;}
	.tabbar input:nth-of-type(1):checked + label + input + label + input + label + input + label + span {
		-webkit-transform: translateX(300%);
		-moz-transform: translateX(300%);
		-ms-transform: translateX(300%);
		transform: translateX(300%);
	}
	.tabbar input:nth-of-type(2):checked + label + input + label + input + label + span {
		-webkit-transform: translateX(200%);
		-moz-transform: translateX(200%);
		-ms-transform: translateX(200%);
		transform: translateX(200%);
	}
	.tabbar input:nth-of-type(3):checked + label + input + label + span {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
	.tabbar input:nth-of-type(4):checked + label + span {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.tabbar input:checked + label span {
		-webkit-transform: translateY(-14px);
		-moz-transform: translateY(-14px);
		-ms-transform: translateY(-14px);
		transform: translateY(-14px);
		opacity: 1;
	}
	.tabbar label{
		display: flex;

		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0 0 25%;
		flex: 0 0 25%;

		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;	
	
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	
		position: relative;
		cursor: pointer;
		z-index: 1;
	}
	.tabbar label span{
		font: bold 1.2rem vazir, sans-serif;
		color: #082137;
		display: block;

		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;

		-webkit-transition: -webkit-transform .4s cubic-bezier(.2, .64, .48, 1.12), opacity .4s ease, color .4s ease;
		-moz-transition: -moz-transform transform .4s cubic-bezier(.2, .64, .48, 1.12), opacity .4s ease, color .4s ease;
		-ms-transition: -ms-transform transform .4s cubic-bezier(.2, .64, .48, 1.12), opacity .4s ease, color .4s ease;  
		transition: transform .4s cubic-bezier(.2, .64, .48, 1.12), opacity .4s ease, color .4s ease;

		-webkit-transform: translateY(-8px) scale(1);
		-moz-transform: translateY(-8px) scale(1);
		-ms-transform: translateY(-8px) scale(1);
		transform: translateY(-8px) scale(1);

		transform-origin: 50% 0;

		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		opacity: 0.5;

	}
	.tabbar > span{
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 25%;

		-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);
		-moz-transition: -moz-transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);
		-ms-transition: -ms-transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);
		transition: transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);

		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);

		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.tabbar > span:after{
		content: '';
		width: 100%;
		height: 2px;
		display: block;
		background: #0ca750;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.plans-holder>div:nth-child(1), .plans-holder>div:nth-child(2), .plans-holder>div:nth-child(3), .plans-holder>div:nth-child(4){display: none;}
	.plans-holder[data-active-plan='gold-plan-on'] div:nth-child(4){display: block;}
	.plans-holder[data-active-plan='silver-plan-on'] div:nth-child(3){display: block;}
	.plans-holder[data-active-plan='bronze-plan-on'] div:nth-child(2){display: block;}
	.plans-holder[data-active-plan='base-plan-on'] div:nth-child(1){display: block;}

	.price-plan-active .col-header{
		box-sizing: border-box !important;
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;

		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;

		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
	}

	.price-plan-active, .price-plan-inactive{
		position: relative;
		border-radius: 8px;
		padding: 0 0 20px 0;
	}
	
	.price-plan-active .col-header{height: 140px;}
	.price-plan-active .purchase{background-color: #0a6ff9; color: #ffffff;}
	.price-plan-active .col-header h3{display: none;}
	.price-plan-active>div:hover:after{width: 0;}
	
	.price-plan-active>div:hover{
		-webkit-box-shadow: unset;
		-moz-box-shadow: unset;
		-ms-box-shadow: unset;
		box-shadow: unset;
	}

	.price-plan-active .col-header .purchase{padding: 20px 0;}
	.price-plan-active .col-header .purchase{background-color: #0ca750; color: #ffffff;}

	.price-plan-active .list li, .price-plan-inactive .list li{
		box-sizing: border-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;

		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	
	.price-plan-active .list li>span:first-child{display: block;padding: 0 1rem 0 0;}
	.price-plan-active .list li>span:last-child{display: block;padding: 0 0 0 1rem;}


	.title-holder h2{font-size: 20px;}
	.spicific-title{opacity: 1;scroll-margin-top: 120px;scroll-snap-margin-top: 120px;}

	ul.one-col-table li{padding: 22px 22px 10px 22px;-ms-flex-direction: column;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;}
	ul.one-col-table li .title{width: auto;display: block;line-height: 1.28;text-align: right;}
	ul.one-col-table li .content{margin-top: 0;text-align: justify;}

	.table-stripe thead.cols{display: none !important;}
	.table-stripe td:nth-child(1){width: 60%;}
	.table-stripe-wrap tbody td:nth-child(2), .table-stripe-wrap tbody td:nth-child(3), .table-stripe-wrap tbody td:nth-child(4), .table-stripe-wrap tbody td:nth-child(5){display: none;}
	.table-stripe-wrap[data-active-plan='golden'] tbody td:nth-child(5){display: table-cell;}
	.table-stripe-wrap[data-active-plan='silver'] tbody td:nth-child(4){display: table-cell;}
	.table-stripe-wrap[data-active-plan='bronze'] tbody td:nth-child(3){display: table-cell;}
	.table-stripe-wrap[data-active-plan='base'] tbody td:nth-child(2){display: table-cell;}

	.trend-section{
		margin: 2rem 0 !important;
	}

	.trend-section .trend-container{
		min-height: 220px;
		border-radius: 12px;
		padding: 0;
		text-align: center;
	}

	.trend-section .trend-container p{
		margin: 1rem 0 2rem 0 !important;
		padding: 0 1.4rem !important;
		text-align: justify;
		text-align-last: center;
	}

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 480px) and (max-width: 767px){
	.banner{margin-bottom: 25px;}
	.no-left-padding, .no-right-padding{padding: 0 !important;}

	.price-plan-inactive{margin-bottom: 0;}
	.price-plan-inactive .annual-holder{margin-bottom: 0;text-align: center;}

	.price-plan-inactive .col-header{height: auto;}
	.price-plan-inactive .list{display: none;}

	.tabbar-tblt{
		box-sizing: border-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;

		height: 64px;
		position: relative;
		margin-bottom: 15px;
	}

	.tabbar-tblt input{display: none;outline: none;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none;}
	.tabbar-tblt input:active{outline: none;}
	.tabbar-tblt input:nth-of-type(1):checked + label + input + label + span {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}

	.tabbar-tblt input:nth-of-type(2):checked + label + span {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.tabbar-tblt input:checked + label span {
		-webkit-transform: translateY(-14px);
		-moz-transform: translateY(-14px);
		-ms-transform: translateY(-14px);
		transform: translateY(-14px);
		opacity: 1;
	}

	.tabbar-tblt label{
		display: flex;

		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0 0 50%;
		flex: 0 0 50%;

		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;	
	
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	
		position: relative;
		cursor: pointer;
		z-index: 1;
	}

	.tabbar-tblt label span{
		font: bold 1.2rem vazir, sans-serif;
		color: #082137;
		display: block;

		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;

		-webkit-transition: -webkit-transform .4s cubic-bezier(.2, .64, .48, 1.12), opacity .4s ease, color .4s ease;
		-moz-transition: -moz-transform transform .4s cubic-bezier(.2, .64, .48, 1.12), opacity .4s ease, color .4s ease;
		-ms-transition: -ms-transform transform .4s cubic-bezier(.2, .64, .48, 1.12), opacity .4s ease, color .4s ease;  
		transition: transform .4s cubic-bezier(.2, .64, .48, 1.12), opacity .4s ease, color .4s ease;

		-webkit-transform: translateY(-8px) scale(1);
		-moz-transform: translateY(-8px) scale(1);
		-ms-transform: translateY(-8px) scale(1);
		transform: translateY(-8px) scale(1);

		transform-origin: 50% 0;

		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		opacity: 0.5;

	}

	.tabbar-tblt > span{
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 50%;

		-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);
		-moz-transition: -moz-transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);
		-ms-transition: -ms-transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);
		transition: transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);

		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);

		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.tabbar-tblt > span:after{
		content: '';
		width: 100%;
		height: 2px;
		display: block;
		background: #0ca750;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.plans-holder>div:nth-child(1), .plans-holder>div:nth-child(2), .plans-holder>div:nth-child(3), .plans-holder>div:nth-child(4){display: none;}
	.plans-holder[data-tablet-active-plan='basic-plan'] div:nth-child(1){display: block;}
	.plans-holder[data-tablet-active-plan='basic-plan'] div:nth-child(2){display: block;}
	.plans-holder[data-tablet-active-plan='enterprise-plan'] div:nth-child(3){display: block;}
	.plans-holder[data-tablet-active-plan='enterprise-plan'] div:nth-child(4){display: block;}

	.price-plan-active .col-header{
		box-sizing: border-box !important;
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;

		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;

		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.price-plan-active{
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.price-plan-active>div{border: 1px solid #f3f4f7;}

	.price-plan-active .list li, .price-plan-inactive .list li{
		box-sizing: border-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;

		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	
	.price-plan-active .list li>span:first-child{display: block;padding: 0 1rem 0 0;}
	.price-plan-active .list li>span:last-child{display: block;padding: 0 0 0 1rem;}

	.trend-section{
		margin: 2rem 0 !important;
	}

	.trend-section .trend-container{
		min-height: 220px;
		border-radius: 12px;
		padding: 0 1rem 0 0;
		text-align: right;
	}

	.trend-section .trend-container .trend-icon{
		text-align: right;
	}

	.trend-section .trend-container p{
		margin: 1rem 0 2rem 0 !important;
		text-align: right;
	}
}

/* Tablets ----------- */
@media only screen and (min-width: 768px) and (max-width: 991px){
	.banner{margin-bottom: 25px;}

	.price-plan-inactive{margin-bottom: 0;}
	.price-plan-inactive .annual-holder{margin-bottom: 0;text-align: center;}

	.price-plan-inactive .col-header{height: auto;}

	.price-plan-inactive .list{display: none;}

	.tabbar-tblt{
		box-sizing: border-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;

		height: 64px;
		position: relative;
		margin-bottom: 15px;
	}

	.tabbar-tblt input{display: none;outline: none;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none;}
	.tabbar-tblt input:active{outline: none;}
	.tabbar-tblt input:nth-of-type(1):checked + label + input + label + span {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}

	.tabbar-tblt input:nth-of-type(2):checked + label + span {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.tabbar-tblt input:checked + label span {
		-webkit-transform: translateY(-14px);
		-moz-transform: translateY(-14px);
		-ms-transform: translateY(-14px);
		transform: translateY(-14px);
		opacity: 1;
	}

	.tabbar-tblt label{
		display: flex;

		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0 0 50%;
		flex: 0 0 50%;

		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;	
	
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	
		position: relative;
		cursor: pointer;
		z-index: 1;
	}

	.tabbar-tblt label span{
		font: bold 1.2rem vazir, sans-serif;
		color: #082137;
		display: block;

		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;

		-webkit-transition: -webkit-transform .4s cubic-bezier(.2, .64, .48, 1.12), opacity .4s ease, color .4s ease;
		-moz-transition: -moz-transform transform .4s cubic-bezier(.2, .64, .48, 1.12), opacity .4s ease, color .4s ease;
		-ms-transition: -ms-transform transform .4s cubic-bezier(.2, .64, .48, 1.12), opacity .4s ease, color .4s ease;  
		transition: transform .4s cubic-bezier(.2, .64, .48, 1.12), opacity .4s ease, color .4s ease;

		-webkit-transform: translateY(-8px) scale(1);
		-moz-transform: translateY(-8px) scale(1);
		-ms-transform: translateY(-8px) scale(1);
		transform: translateY(-8px) scale(1);

		transform-origin: 50% 0;

		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		opacity: 0.5;

	}

	.tabbar-tblt > span{
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 50%;

		-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);
		-moz-transition: -moz-transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);
		-ms-transition: -ms-transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);
		transition: transform 0.4s cubic-bezier(0.2, 0.64, 0.48, 1.12);

		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);

		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.tabbar-tblt > span:after{
		content: '';
		width: 100%;
		height: 2px;
		display: block;
		background: #0ca750;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.plans-holder>div:nth-child(1), .plans-holder>div:nth-child(2), .plans-holder>div:nth-child(3), .plans-holder>div:nth-child(4){display: none;}
	.plans-holder[data-tablet-active-plan='basic-plan'] div:nth-child(1){display: block;}
	.plans-holder[data-tablet-active-plan='basic-plan'] div:nth-child(2){display: block;}
	.plans-holder[data-tablet-active-plan='enterprise-plan'] div:nth-child(3){display: block;}
	.plans-holder[data-tablet-active-plan='enterprise-plan'] div:nth-child(4){display: block;}

	.price-plan-active .col-header{
		box-sizing: border-box !important;
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important;

		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;

		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.price-plan-active>div{border: 1px solid #f3f4f7;}

	.price-plan-active .list li, .price-plan-inactive .list li{
		box-sizing: border-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;

		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	
	.price-plan-active .list li>span:first-child{display: block;padding: 0 1rem 0 0;}
	.price-plan-active .list li>span:last-child{display: block;padding: 0 0 0 1rem;}

	.trend-section{
		margin: 2rem 0 !important;
	}

	.trend-section .trend-container{
		min-height: 220px;
		border-radius: 12px;
		padding: 0 1rem 0 0;
		text-align: right;
	}

	.trend-section .trend-container .trend-icon{
		text-align: right;
	}

	.trend-section .trend-container p{
		margin: 1rem 0 2rem 0 !important;
		text-align: right;
	}

}

/* Desktops and laptops and Tablets (landscape) ----------- */
@media only screen and (min-width: 992px) and (max-width: 1140px){
	.banner{margin-bottom: 25px;}
}

/* Between Medias Hacks -----------*/
@media only screen and (min-width: 1024px) and (max-width: 1200px){

}

@media only screen and (min-width: 991px) and (max-width: 1024px){

}

@media only screen and (min-width: 991px){
	.price-plan-active>div{border: 1px solid #f3f4f7;}
	.price-plan-active:hover>div{
		-webkit-box-shadow: 0 30px 75px -15px rgba(217,222,228,1), 0 25px 40px -20px rgba(217,222,228,1);
		-moz-box-shadow: 0 30px 75px -15px rgba(217,222,228,1), 0 25px 40px -20px rgba(217,222,228,1);
		-ms-box-shadow: 0 30px 75px -15px rgba(217,222,228,1), 0 25px 40px -20px rgba(217,222,228,1);
		box-shadow: 0 30px 75px -15px rgba(217,222,228,1), 0 25px 40px -20px rgba(217,222,228,1);
	}
	.price-plan-active:hover>div{border: 1px solid rgba(255,255,255,0);}
}