/*---------------------------------------
Default CSS for Price table
---------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Roboto:400,500,700,900');

* {
	margin:0;
	padding:0;
}

.price_header {
	background: #03a9f4;
	height: 620px;
}

.img-title2 {
	width: 600px;
	margin: 155px 0 0 35px;
}

.bg1 {
	background: url(../img/price/banner_img.png)no-repeat center;
	height: 620px;
}

.header-title {
	display: flex;
	justify-content: flex-end;
}

.title-content {
	color: #FFFFFF;
	width: 509px;
	margin: 208px 10px 0 0;
}

.h-title {
	font-size: 40px;
	font-family: PingFangSC-Light;
	font-weight:300;
}
.h-content {
 	margin-top: 35px;
	font-size: 16px;
	font-family:PingFangSC-Regular;
	font-weight:400;
}

.elema a {
	text-decoration:none;
}

.elema a:hover,a:focus {
	text-decoration:none;
}

.elema ul {
	margin:0;
}

.elema li {
	list-style:none;
}

.elema h1, .elema h2, .elema h3, .elema  h4, .elema h5, .elema h6 {
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
	line-height: 1.1;
	margin: 0;
}

.elema p {
	margin:0;
}

.elema .wrapper {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #595555;
}

section.elema {
	overflow:hidden;
}

.elema input {
	height: 50px;
}

.elema.section-padding {
	padding: 80px 0px;
}

.elema .no-padding {
	padding-left: 0px;
	padding-right: 0px;
}

/*---------------------------------------
Start Table section css
---------------------------------------*/
.elema .price-table {
	background: #e3e6ef;
}

.elema .pricing-area {
	background: #fff;
	text-align: center;
	border: 1px solid #bcbcbc;
	transition: .5s;
	margin-bottom: 30px;
}

.elema .pricing-area:hover {
	box-shadow: 0 0 20px #c3c3c3;
}

.elema .price-active {
	background: #00aeef !important;
}

.elema .price-active h1 {
	color: #fff !important;
}

.elema .price-active span {
	color: #fff !important;
}

.elema .title-head {
	position: relative;
}

.elema .best {
	position: absolute;
	top: 30px;
	left: -10px;
	padding: 10px 25px;
	background: #00aeef;
}

.elema .best:before {
	left: 114px;
	border-left: 40px solid #fff;
	border-top: 40px solid transparent;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	transform: rotate(47deg);
	bottom: 3px;
}

.elema .best:after {
	left: 3px;
	border-left: 13px solid #00aeef;
	border-top: 13px solid transparent;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	transform: rotate(47deg);
	bottom: -7px;
}

.elema .best span {
	font-size: 12px;
	color: #fff;
	margin-right: 20px;
}

.elema .price-title {
	padding-bottom: 55px;
	padding-top: 55px;
}

.elema .price-title h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 300;
	color: #888888;
}

.elema .price-main {
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #ececec;
	transition: .5s;
}

.elema .pricing-area:hover .price-main {
	background: #00aeef !important;
}

.elema .pricing-area:hover .price-main h1 {
	color: #fff;
}

.elema .pricing-area:hover .price-main span {
	color: #fff;
}

.elema .price-main h1 {
	color: #00aeef;
	font-size: 46px;
	font-weight: 400;
	transition: .5s;
}

.elema .price-main span {
	color: #00aeef;
	font-weight: 300;
	transition: .5s;
}

.elema .price-body {
	padding-top: 45px;
	padding-bottom: 45px;
}

.elema .price-body ul li {
	line-height: 40px;
}

.elema .price-button {
	padding-bottom: 30px;
}

.elema .price-button .button-buy {
	padding: 15px 60px;
	border: 1px solid #00aeef;
	background: transparent;
	font-size: 16px;
	font-weight: 500;
	color: #00aeef;
	text-transform: uppercase;
	border-radius: 5px;
	transition: .5s;
}

.active-btn {
	background: #00aeef!important;
	color: #fff!important;
}

.elema .pricing-area:hover .button-buy {
	background: #00aeef!important;
	color: #fff!important;
}
/*---------------------------------------
End Table section css
---------------------------------------*/
/*---------------------------------------
Responsive css
---------------------------------------*/
/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.elema .best {
		top: 8px;
	}
}
	
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.elema .pricing-area {
		margin-bottom: 40px;
	}
}
		
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.elema .pricing-area {
		margin-bottom: 6px;
	}
}