h2 {
	color: #62c199;
}
h3 {
	color: #3ab6be;
	font-size: 21px;
	font-weight: bold;
}
h4 {
	color: #636363;
	font-size: 17px;
	font-weight: bold;
}
.my-account-left {
	width: 30%;
	float: left;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
}
.my-account-right {
	width: 70%;
	float: left;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
}
.point_txt {
	font-size: 16px;
	color: #646464;
	border-bottom: 1px solid #d3d3d3;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
.point-plan-title,
.point-plan-expired {
	background-color: #f36a58;
	color: #fff;
	text-align: center;
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 18px;
}
.point-plan-expired {
	background-color: #f68c7f;
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 15px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	overflow: hidden;
}
.point-plan-expired > span {
	font-size: 30px;
}
.point-plan-area {
	width: 100%;
	float: left;
	background-color: #f68c7f;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	overflow: hidden;
}
.point-plan-item {
	width: 100%;
	text-align: center;
	background-image: url(../image/line.png);
	background-position: right 20px;
	background-repeat: no-repeat;
	padding-top: 12px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	overflow: hidden;
}
.point-plan-item > h3 {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 0px;
}
.point-plan-item > strong {
	color: #fff;
	font-size: 16px;
	margin-top: -5px;
	display: block;
	margin-bottom: 7px;
}
.point-plan-info-1,
.point-plan-info-2 {
	color: #fff;
	width: 90%;
	display: block;
	color: #f96654;
	margin: 0 auto;
}
.point-plan-info-1 {
	font-size: 24px;
	background-color: white;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}
.point-plan-info-2 {
	font-size: 15px;
	background-color: #fcddda;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}
.point-plan-info-2 > strong {
	font-size: 30px;
}
.point-plan-info-2 > input {
	background-color: inherit;
	color: inherit;
	border: none;
	text-align: center;
	width: auto;
	max-width: 100%;
	float: none;
	border-radius: 0;
	padding: 0;
}
.point-plan-btn {
	background-color: #fff;
	color: #f16860;
	width: 80px;
	border-radius: 25px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	cursor: pointer;
	border: none;
}
.point-plan.more-items {
	padding-left: 41px;
	padding-right: 41px;
}
.point-plan > .owl-nav {
	top: calc(50% - 30px);
	left: 0;
}
.point-plan .owl-nav button.owl-next,
.point-plan .owl-nav button.owl-prev,
.point-plan button.owl-dot {
	font: menu !important;
	font-size: 50px !important;
	color: #fff !important;
}
.point-plan .owl-nav button.owl-next {
	position: absolute;
	right: 20px;
}
.point-plan .owl-nav button.owl-prev {
	position: absolute;
	left: 20px;
}
.plan-record-area {
	width: 100%;
	float: left;
	background-color: #97d9d8;
	border-radius: 10px;
	overflow: hidden;
}
.plan-record-title,
.plan-record-info {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.plan-record-title {
	background-color: #97d9d8;
	color: #fff;
}
.plan-record-info {
	background-color: #d5f4f6;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
}
.plan-record-info > div {
	width: 25%;
	float: left;
}
.plan-record-info > div > strong {
	display: block;
	color: #695c65;
	font-size: 17px;
}
.plan-record-info > div > span {
	display: block;
	color: #695c65;
	font-size: 15px;
	font-weight: normal;
}
.plan-record > .owl-nav {
	top: 10%;
}
.plan-record .owl-nav button.owl-next,
.plan-record .owl-nav button.owl-prev,
.plan-record button.owl-dot {
	font: menu !important;
	font-size: 50px !important;
	color: #fff !important;
}
.plan-record .owl-nav button.owl-next {
	margin-right: 35%;
}
.plan-record .owl-nav button.owl-prev {
	margin-left: 35%;
}
.service-type {
	font-size: 14px;
	color: #57c4c7;
}
.service-slide {
	display: block;
	overflow: hidden;
	position: relative;
	width: 200px;
	height: 200px;
	margin: auto;
	padding-top: 130px;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	box-shadow: 6px 6px 12px -3px #666;
}
.service-slide span {
	display: block;
	position: absolute;
	z-index: 2;
	width: 30px;
	height: 3px;
	left: calc(50% - 15px);
	bottom: 15px;
	background: #000;
}
.service-slide > strong {
	display: table-cell;
	width: 200px;
	height: 80px;
	bottom: 0;
	padding: 0 30px 30px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.8);
}
/* 
	
.service-slide {
	display: block;
	overflow: hidden;
	position: relative;
	width: 230px;
	height: 230px;
	margin: 10px;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	box-shadow: 6px 6px 12px -3px #666;
	width: 80%;
	height: 80%;
	margin: 0 auto;
}
.service-slide > strong {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 70px;
	bottom: 0;
	padding: 0 20px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
}
.service-slide > strong > span {
	display: block;
	width: 30px;
	height: 3px;
	margin: 0 auto;
	margin-top: -5px;
} */
.input-area {
	width: 100%;
	float: left;
	padding-left: 20%;
	padding-right: 20%;
}
.input-area > select {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 40px;
	padding-left: 10px;
}
.input-area > input {
	width: 100%;
	text-align: center;
}
.owl-nav {
	position: absolute;
	width: 100%;
}
button.owl-next {
	float: right;
}
.owl-dots {
	display: none;
}
.service-fee-area {
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}
.service-fee > .owl-nav {
	top: 20%;
}
.service-fee .owl-nav button.owl-next,
.service-fee .owl-nav button.owl-prev,
.service-fee button.owl-dot {
	font: menu !important;
	font-size: 100px !important;
	color: #9adcdb !important;
}
.service-fee .owl-nav button.owl-next {
	margin-right: -35px;
}
.service-fee .owl-nav button.owl-prev {
	margin-left: -35px;
}
.input-title {
	position: relative;
	margin-top: -100px;
}
.input-title > strong {
	display: block;
	text-align: left;
	margin-top: 22px;
	color: #686868;
}
.payment-popup {
	position: relative;
	background-color: white;
	padding: 16px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	border-radius: 8px;
}
#paymentPopup .info {
	padding-bottom: 16px;
}
#paymentPopup .label {
	padding-bottom: 16px;
	text-align: center;
}
#paymentPopup .amount {
	padding-bottom: 16px;
}
#paymentPopup .amountValue {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
#paymentPopup .amountRemarks {
	text-align: center;
}
#paymentPopup .codeLine {
	display: flex;
	padding-bottom: 16px;
}
#paymentPopup .btn {
	background-color: #57c4c7;
	color: white;
	padding: 8px 16px;
	border-radius: 18px;
	font-size: 14px;
	border: none;
	text-decoration: none;
}
#paymentPopup .big-btn {
	font-size: 18px;
	width: 100%;
	margin-top: 16px;
	position: relative;
}
#paymentPopup .close-btn,
#paymentPopup .cancel-btn {
	background-color: grey;
}
#paymentPopup .btn[disabled] {
	background-color: lightgrey;
}
#promoCode {
	display: block;
	flex-grow: 1;
	margin-right: 8px;
}
#paymentPopup .upselling {
	padding-bottom: 16px;
}
#paymentPopup .upsellingTxt {
	font-size: 18px;
	padding-bottom: 8px;
	text-align: center;
}
#paymentPopup .upsellingBtn {
	text-align: center;
}
#paymentPopup .originalAmount {
	text-decoration: line-through;
}
#card-element {
	margin-bottom: 8px;
	color: #0099ff;
}
#card-errors {
	margin-bottom: 8px;
	color: red;
}
#paymentPopup .loader {
	border: 6px solid #f3f3f3; /* Light grey */
	border-top: 6px solid #57c4c7; /* Blue */
	border-radius: 50%;
	width: 27px;
	height: 27px;
	animation: spin 2s linear infinite;
	position: absolute;
	top: 8px;
	right: 16px;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
#paymentPopup .hide {
	display: none;
}
@media screen and (max-width: 900px) {
	.plan-record .owl-nav button.owl-next {
		margin-right: 10%;
	}
	.plan-record .owl-nav button.owl-prev {
		margin-left: 10%;
	}
}
@media screen and (max-width: 767px) {
	.point-plan-item {
		padding-bottom: 20px;
	}
	#body {
		margin: 60px auto 0px;
	}
	.my-account-left {
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
	}
	.my-account-right {
		width: 100%;
		padding-left: 3%;
		padding-right: 3%;
	}
	.my-account-container {
		padding-right: 0% !important;
		padding-left: 0% !important;
		width: 100%;
		margin-top: 2px;
	}
}
@media screen and (max-width: 575px) {
	.plan-record-info {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.plan-record-info > div {
		width: 100%;
	}
	.plan-record-info > div > strong {
		display: inline-block;
		width: 30%;
		text-align: left;
		float: left;
		padding-bottom: 5px;
	}
	.plan-record-info > div > span {
		display: inline-block;
		width: 70%;
		text-align: left;
		float: left;
		padding-bottom: 5px;
	}
	.plan-record > .owl-nav {
		top: 6%;
	}
	.my-account-container {
		padding-right: 3%;
		padding-left: 3%;
		width: 100%;
		padding-bottom: 100px !important;
	}
	.point-plan-info-1,
	.point-plan-info-2 {
		width: 60%;
	}
	.point-plan-item {
		background-image: none;
	}
	h3 {
		font-size: 18px;
	}
	.point-plan.more-items {
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 350px) {
	.plan-record-info > div > strong {
		font-size: 14px;
		width: 40%;
	}
	.plan-record-info > div > span {
		font-size: 14px;
		width: 60%;
	}
	.input-title > strong {
		font-size: 14px;
	}
	.input-title > strong {
		font-size: 14px;
		padding-bottom: 7px;
	}
}
