@font-face {
	font-family: 'proxima_softthin';
	src: url('fonts/mark_simonson_-_proxima_soft_thin-webfont.woff2') format('woff2'), url('fonts/mark_simonson_-_proxima_soft_thin-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_softregular';
	src: url('fonts/mark_simonson_-_proxima_soft-webfont.woff2') format('woff2'), url('fonts/mark_simonson_-_proxima_soft-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	color: #3C465A;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	display: block;
}

ul,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a,
.button,
input[type="submit"],
button {
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'proxima_softthin';
	margin: 0 0 15px;
}

h1,
h2 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
	color: #000;
	margin-bottom: 45px;
}

p {
	font-size: 14px;
	line-height: 24px;
	color: #3C465A;
	font-weight: 300;
	margin: 0 0 15px;
}

.left {
	text-align: left;
}



.show-more {
	display: flex;
	padding: 20px;
	align-items: center;
	justify-content: center;
	background-color: #f4f7ff;
	font-family: inherit;
	font-weight: bold;
}



.extraheader h1 {
	margin-bottom: 10px;
	!important;
	
}



.oplogo {
	padding-bottom: 20px;
	max-width: 150px;
}


.more-text {
	animation: expand;
	display: flex;
	padding: 20px;
	align-items: center;
	justify-content: center;
	background-color: #f4f7ff;
	font-family: inherit;
	flex-direction: column;
	text-align: left;
	transition: height 2s;
	-webkit-animation: fadein 0.5s;
	animation: fadein 0.5s;
}



.more-text ul li {
	padding: 10px;
}

.more-text ul {
	max-width: 600px;
	width: 100%;
}



.main-pannel {
	width: 100%;
	float: right;
}



.banner {
	width: 100%;
	/*padding: 35px 30px 30px 120px;*/
	padding-left: 10%;
	min-height: 440px;
	background: #f4f7ff;
	position: relative;
}

.banner .banner-pic {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}

.banner .banner-pic img {
	max-height: 100%;
	float: right;
}

.banner article {
	max-width: 490px;
	padding-top: 70px;
	position: relative;
	z-index: 9;
}

.banner .button {
	float: right;
	position: relative;
	z-index: 2;
	top: 0;
	right: 0;
	margin: 20px;
}

.plan{ padding: 90px 0 0 0; }
.extraheader{padding: 0px 0 20px 0; }


/* Banner End */

.App {
	text-align: center;
}

.App-openClose {
	background: #2864ff;
	color: #ffffff;
	border: none;
	position: fixed;
	top: 50%;
	margin-left: -50%;
	right: 0px;
	border-radius: 3px;
	width: auto;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.app_boxClose {
	background: #2864ff;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	padding: 8px 12px;
	margin: 30px 0 10px 0;
}

.backDiv {
	right: -160px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	background: #2864ff;
	color: #ffffff;
	border: none;
}

.App-calculator {
	top: 0px;
	width: 800px;
	padding: 0px 30px 30px 30px;
	border-radius: 5px;
	background: #ffffff;
	margin: 0 auto;
}

.comeDiv {
	right: 0px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.App-calculator h2 {
	font-weight: 300;
	font-size: 30px;
	font-family: var(--font);
	margin: 0 0 20px 0;
	padding: 10px 16px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #efefef;
}

.openpaylogo {
	Width: 100%;
}

.openpaylogo img {
	Width: 250px;
	text-align: center;
	display: inline-flex;
}

.App-inputbox {
	float: right;
	width: 48.5%;
	position: relative;
	margin-bottom: 20px;
}

.App-inputbox span {
	position: absolute;
	left: 16px;
	top: 40px;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
}

.App-inputbox input[type="text"],
.App-inputbox input[type="number"] {
	float: left;
	width: 70%;
	margin-right: 6px;
	border-radius: 3px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #cccccc;
	padding: 0px 16px 0px 42px;
	margin-left: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight: 400;
	font-size: 26px;
	font-family: var(--font);
}

.App-calc-main {
	float: left;
	width: 100%;
	margin-bottom: 100px;
}

.App-calc-main h4 {
	float: left;
	width: 100%;
	font-family: var(--font);
	font-weight: 300;
	font-size: 22px;
	color: #202020;
	margin: 40px 0px 6px 0px;
}

.App-calc-main h3 {
	width: 350px;
	font-family: var(--font);
	font-weight: 400;
	font-size: 24px;
	color: #202020;
margin: 40px auto 5px auto;
	background: #f4f7ff;
	line-height: 57px;
border-radius: 30px;
display: block;
}

.App-calc-main h4:first-child {
	margin-top: 10px;
}

.App-calc-main p {
	float: left;
	width: 100%;
	font-weight: 400;
	color: #000000;
	font-size: 16px;
	margin: 0px 0px 15px 0px;
}

.App-calc-main ul {
	float: left;
	width: 100%;
	padding-left: 0px;
	list-style: none;
	display: flex;
	justify-content: center;
	margin:0px;
}

.App-calc-main ul li {
	float: left;
	margin: 0px 4px;
}

.App-calc-main ul li span {
	float: left;
	font-family: var(--font);
	text-decoration: none;
	border-radius: 40px;
	padding: 10px 16px;
	font-size: 13px;
	font-weight: 400;
	color: #282c34;
	text-transform: uppercase;
}

.App-calc-main ul li.activeTab span {
	background: #2864ff;
	color: #ffffff;
}

.App-calc-main ul li.disableTab span {
	color: #bbbbbb;
	pointer-events: none;
}

.App-calc-main ul li button {
	float: left;
	background: transparent;
	border: 0px solid transparent;
	font-family: var(--font);
	text-decoration: none;
	border-radius: 40px;
	padding: 10px 16px;
	font-size: 13px;
	font-weight: 400;
	color: #282c34;
	text-transform: uppercase;
}

.App-calc-main ul li.activeTab button {
	background: #2864ff;
	color: #ffffff;
}

.App-calc-main ul li.deactiveTab button {
	background: transparent;
	color: #282c34;
}

.afterPlan {
	float: left;
	width: 100%;
}

.App-common,
.App-list {
	float: left;
}

.App-common {
	display: none;
}

.App-tab-active {
	display: block !important;
}

.App-common {
	width: 100%;
	justify-content: center;
	margin-bottom: 20px;
}

.App-list {
	margin-top: 0px;
	width: 24.5%;
	display: inline-block;
	border: 1px solid #cccccc;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
	padding: 10px 6px;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: none;
	margin: 0 auto;
}

.App-list:nth-child(3n+3) {
	margin-right: 0px;
}

.App-list>p {
	float: left;
	margin: 0px;
	width: 98%;
	font-size: 13px;
	margin-bottom: 4px;
	font-weight: 300;
	font-family: var(--font);
	color: #565656;
}

.App-list span {
	width: 94px;
	overflow: hidden;
	font-size: 18px;
	font-weight: 300;
	font-family: var(--font);
	color: #000000;
	position: relative;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.opmessage span{font-size: 12px !important;
	color: #949494 !important;}

. {
	display: flex;
	display: -webkit-flex;
}

.App-tab-deactive {
	display: none;
}

.App-aviplan {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 20px;
}

.App-aviplan p,
.App-inputbox p {
	float: left;
	width: 100%;
	font-weight: 400;
	color: #000000;
	text-align: left;
	font-size: 16px;
	margin: 0px 0px 15px 0px;
}

.monthTerm {
	float: left;
	width: 100%;
}

.monthTerm ul {
	display: inline-block;
}

.monthTerm li {
	float: left;
	margin-right: 0px;
	text-align: left;
	width: 100%;
	font-size: 13px;
	margin-bottom: 6px;
}

.twomonth li {
	font-weight: bold;
	color: #00b07a;
}

.monthrange {
	font-weight: bold !important;
	color: #00b07a !important;
}

.outofranges {
	color: #a00 !important;
	font-weight: normal !important;
}

.App-afterPlan {
	float: left;
	width: 100%;
	margin-top: 20px;
	display: none;
}

.showtabs {
	display: block;
}

.hidetabs {
	display: none;
}

input[type="submit"] {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	font-family: var(--font);
	font-size: 14px;
	border: 0px solid transparent;
	background: #2864ff;
	color: #ffffff;
}
.opmessage{font-size:12px !important; color:#949494 !important;}

/* work Info Start */

.work-info {
	width: 100%;
	padding: 100px 80px 100px 150px;
	max-width: 1400px;
}

.work-info .blocks {
	width: 100%;
	display: flex;
}

.work-info .blocks .block {
	width: 48%;
	margin-right: 20px;
	padding: 40px;
	border: solid 1px #3C465A;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.work-info .blocks .block h3 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	color: #3c465a;
}

.work-info .blocks .block h3:after {
	content: "";
	width: 36px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -4px;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.work-info .blocks .block ul {
	padding-left: 15px;
}

.work-info .blocks .block li {
	margin-bottom: 5px;
	list-style-type: decimal;
	font-size: 14px;
	line-height: 24px;
	color: #3C465A;
	font-weight: 300;
	text-align: left;
}

.work-info .blocks .block li:last-child {
	margin-bottom: 0;
}

.get-checkout {
	width: 100%;
	padding: 90px 0;
	display: inline-block;
	vertical-align: top;
	background: #3b465a;
	text-align: center;
}

.get-checkout h2 {
	margin-bottom: 30px;
	font-size: 36px;
	line-height: 42px;
	color: #fff;
}

.btncontainer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 200px;
}

.btncontainer a {
	display: flex;
	justify-content: center;
	align-items: center;
	/*margin-left: 40px;*/
}

.get-checkout .download-app {
	max-width: 200px;
	height: 38px;
	margin: 0 auto;
	padding: 6px;
	border: solid 2px #00e1b4;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	position: relative;
}

.get-checkout .download-app span {
	background: url('images/icon-r.png') no-repeat center right 25px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'proxima_softthin';
	font-size: 11px;
	line-height: 34px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.get-checkout .download-app:hover span {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}

.get-checkout .download-app a {
	margin: 0 20px;
	font-size: 25px;
	color: #00e1b4;
	opacity: 0;
	visibility: hidden;
	background-color: white;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	padding: 5px;
	margin-top: -10px;
}

.get-checkout .download-app:hover a {
	opacity: 1;
	visibility: visible;
	text-decoration-line: none;
}

.get-checkout .download-app:hover {
	border: none;
	text-decoration-line: none;
}






/* Footer End */


/* Responsive */

@media only screen and (max-width: 1239px) {
	.plan .blocks .block {
		width: 55%;
		padding-right: 30px;
	}
	
	.plan .blocks .block:last-of-type {
		width: 45%;
		padding-right: 0;
	}
}

@media only screen and (max-width: 1149px) {
	.main-pannel {
		width: 100%
	}
	.banner {
		padding-left: 40px;
		min-height: auto;
	}
	.banner .banner-pic {
		width: 40%;
	}
	.banner article {
		max-width: 430px;
		padding-top: 0;
	}
	h1,
	h2 {
		font-size: 36px;
		line-height: 42px;
		margin-bottom: 25px;
	}

	
	
}

@media only screen and (max-width: 979px) {
	/* Left pannel */
	.logo {
		float: left;
	}
	.logo .small {
		display: none;
	}
	.logo .big {
		display: block !important;
		top: 0;
	}
	/* Left pannel */
	.main-pannel {
		width: 100%;
	}
	.banner {
		padding: 30px;
	}
	.banner article h1 {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 15px;
	}
	.banner article p {
		margin-bottom: 0;
	}
	.work-info {padding: 20px;}
	.work-info .blocks .block {
		width: 49%;
		padding: 20px;
	}
	.work-info .blocks .block:last-of-type {
		margin-right: 0;
		margin-bottom: 0;
	}
	
}

@media only screen and (max-width: 767px) {
	h1,
	h2,{
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	
	.banner {
		padding: 12px 20px;
	}
	.banner article {
		max-width: 330px;
	}
	.banner .banner-pic {
		width: 45%;
	}
	.work-info {
		padding: 0 10px;
		width: 98%;
	}
	.work-info .blocks {
		display: inline-block;
		vertical-align: top;
	}
	.work-info .blocks .block {
		width: 100%;
		margin-bottom: 15px;
	}
	
}

@media only screen and (max-width: 639px) {
	
	.banner {
		padding: 0;
	}
	
	.banner .banner-pic {
		width: 100%;
		position: relative;
	}
	.banner .banner-pic img {
		width: 100%;
		float: none;
	}
	.banner article {
		max-width: 100%;
		padding: 20px;
		display: inline-block;
		vertical-align: top;
	}
	.banner article h1 {
		font-size: 22px;
		line-height: 28px;
	}
	
	
	.App-aviplan {
		width: 97%;
	}
	.App-inputbox {
		width: 97%;
	}
	.App-calculator {
		width: 97%;
	}
	.App-list {
		width: 70%;
		margin-bottom: 20px;
	}
	.App-calc-main h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 479px) {
	h1,
	h2, .get-checkout h2{
		font-size: 24px;
		line-height: 30px;
	}
	.logo {
		margin-bottom: 20px;
		margin-right: 40px;
	}
	.get-checkout{padding: 20px;}
	.App-calc-main h3{ width: 300px; }

}
	
.perday {
    font-size: 13px !important;
    padding-top: 5px;
}	
	

