@charset "utf-8";

/* reset */
.mount-table ul,
.mount-table li,
.mount-table a,
.mount-table p {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	text-decoration: none;
	line-height: 40px;
}

/* pricing table layout */
.mount-table {
	margin-top: 40px;	/* margin between price table container */
	margin-bottom: 40px;
	margin-left: auto;	/* margin auto for align the container center */
	margin-right: auto;
	padding: 0;
	display: block;
	font-size: 16px;
	position: relative;
	z-index: 999;
	min-width: 200px;
	max-width: 1280px;
	text-align: center;
}

/* animation */
.mount-table ul,
.mount-table ul li:last-child a,
.mount-table ul li:nth-child(1),
.mount-table ul li:nth-child(2),
.mount-table ul:before {
	transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
}


/* color style 1 */

.mount-table .color-style-1 {
	background: #ffffff;
	border-bottom-color: #008EDF;
}
.mount-table .color-style-1:before {
	background: #008EDF;
}
.mount-table .color-style-1 li {
	color: rgba(0,0,0,0.60);
}
.mount-table .color-style-1 li:nth-child(even) {
	background: #f8f8fa;
}
.mount-table .color-style-1 li:nth-child(1) {
	color: #00A7E6;
}
.mount-table .color-style-1 li:nth-child(3) {
	background: #00A7E6;
	color: #FFFFFF;
}
.mount-table .color-style-1 li:last-child a {
	color: #008EDF;
	border-color: #008EDF;
}
.mount-table .color-style-1:hover li:last-child a {
	background: #008EDF;
	color: #FFFFFF;
}


/* .no-margin class for remove the margin between pricing tables */
.mount-table.no-margin ul {
	margin-left: -2px !important;
	margin-right: -2px !important;
	width: 260px;
}

/* ul layout */
.mount-table ul {
	width: 30%;					/* pricing tables width */
	border-bottom: 4px solid;
	display: inline-block;
	margin-left: 1%;
	margin-right: 1%;
	min-width: 170px;
	position: relative;
	-webkit-box-shadow: 0 0 9px 4px rgba(0,0,0,.1);
	box-shadow: 0 0 9px 4px rgba(0,0,0,.1);
}
.mount-table ul:before {
	content: "";
	display: block;
	margin: 0 auto;
	padding: 0;
	height: 2px;
	width: 50%;
	position: relative;
	top: -2px;
	z-index: -1;
}
.mount-table ul li {
	font-size: 13px;
}
.mount-table ul li span {
	font-size: 16px;
	line-height: 0px;
	position: relative;
	top: -3px;
}
.mount-table ul li:nth-child(1) {
	text-transform: capitalize;
	font-size: 22px;
	margin-top: 12px;
	position: relative;
	top: 0;
}
.mount-table ul li:nth-child(2) {
	font-size: 12px;
	margin-top: -17px;
	background: none !important;
	position: relative;
	top: 0;
}
.mount-table ul li:nth-child(3) {
	font-size: 28px;
	padding-top: 5px;
	padding-bottom: 2px;
}
.mount-table ul li:last-child {
	background: none !important;
}
.mount-table ul li:last-child a {
	font-size: 11px;
	border: 1px solid;
	border-radius: 100px;
	height: 30px;
	margin: 8px auto 18px;
	line-height: 31px;
	width: 120px;
	position: relative;
	top: 0;
}

/* css apply when screen width beyond 768px */
@media screen and (min-width:768px) {

/* .active class for active the pricing table */
.mount-table .active {
	z-index: 99999;
	padding-top: 20px;
	margin-top: -20px;
	padding-bottom: 20px;
}
.mount-table .active:before {
	top: -22px;
}
.mount-table .active li:nth-child(1),
.mount-table .active li:nth-child(2) {
	top: -12px;
}
.mount-table .active li:last-child a {
	top: 12px;
}
.mount-table .color-style-1.active li:last-child a {
	background: #008EDF;
	color: #FFFFFF;
}
.mount-table .color-style-2.active li:last-child a {
	background: #e54b81;
	color: #FFFFFF;
}
.mount-table .color-style-3.active li:last-child a {
	background: #a558a6;
	color: #FFFFFF;
}
.mount-table .color-style-4.active li:last-child a {
	background: #a1c86b;
	color: #FFFFFF;
}
.mount-table .color-style-5.active li:last-child a {
	background: #fb6a01;
	color: #FFFFFF;
}
.mount-table .color-style-6.active li:last-child a {
	background: #f9b31f;
	color: #FFFFFF;
}
/* .active class layout end */





/* mouse hover layout start */
.mount-table ul:hover {
	padding-top: 20px;
	margin-top: -20px;
	padding-bottom: 20px;
}
.mount-table ul:hover:before {
	top: -22px;
}
.mount-table ul:hover li:nth-child(1),
.mount-table ul:hover li:nth-child(2) {
	top: -12px;
}
.mount-table ul:hover li:last-child a {
	top: 12px;
}
/* mouse hover layout end */
}

/* css apply when screen width 768px */
@media screen and (max-width:768px) {
.mount-table ul {
	width: 40%;
	border-bottom: 4px solid;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
}

/* css apply when screen width 480px */
@media screen and (max-width:480px) {
.mount-table ul {
	width: 60%;
	border-bottom: 4px solid;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
}


.about .term_conditions h4 {margin: 30px 0px 7px;}
.about .term_conditions ul li {font-size: 14px; font-family: Montserrat, sans-serif; color: #474d50; margin: 5px 0px 5px 25px;}
