.inner-pages {
	padding-top: 0px !important;
	margin-bottom: -250px
}

body {
	background: #fff
}

.inner-pages .container.content {
	width: 1250px;

}

[data-inner-content-nomenu] header .container {
	width: 1170px;
}

header.header-no-background[data-inner] {
	box-shadow: none
}

header.header-no-background[data-inner] .select-topic-header {
	visibility: hidden
}

.banner {

	height: 950px;
	background: #009eeb;
	/* Old browsers */
	background: -moz-linear-gradient(left, #009eeb 0%, #3a58b9 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #009eeb 0%, #3a58b9 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #009eeb 0%, #3a58b9 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009eeb', endColorstr='#3a58b9', GradientType=1);

}

.overlay-top-part {
	border: none;
	display: flex;
	flex-direction: column;
	height: 200px;
	margin: 0;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 100%;
	opacity: 0.3;

	z-index: 25;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+1,0+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
	/* IE6-9 */
}

.overlay-layer {
	border: none;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 100%;
	background: #000000;
	opacity: 0.2;
	z-index: 25;
}


.banner:after {
	content: '';
	width: 100%;
	height: 600px;
	overflow: hidden;
	transform: skewY(-11deg);
	transform-origin: 0;
	/*background: linear-gradient(150deg,#53f 15%,#05d5ff 70%,#a6ffcb 94%);*/
	/*background: rgba(22, 140, 193, 1);
	background: -moz-linear-gradient(-45deg, rgba(22, 140, 193, 1) 0%, rgba(51, 181, 225, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(22, 140, 193, 1)), color-stop(100%, rgba(51, 181, 225, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(22, 140, 193, 1) 0%, rgba(51, 181, 225, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(22, 140, 193, 1) 0%, rgba(51, 181, 225, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(22, 140, 193, 1) 0%, rgba(51, 181, 225, 1) 100%);
	background: linear-gradient(135deg, rgba(22, 140, 193, 1) 0%, rgba(51, 181, 225, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#168cc1', endColorstr='#33b5e1', GradientType=1);*/
	background: rgba(22, 140, 193, 1);
	background: -moz-linear-gradient(135deg, rgb(29, 104, 162) 0%, rgb(19, 51, 104) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(29, 104, 162, 1)), color-stop(100%, rgba(19, 51, 104, 1)));
	background: -webkit-linear-gradient(135deg, rgb(29, 104, 162) 0%, rgb(19, 51, 104) 100%);
	background: -o-linear-gradient(135deg, rgb(29, 104, 162) 0%, rgb(19, 51, 104) 100%);
	background: -ms-linear-gradient(135deg, rgb(29, 104, 162) 0%, rgb(19, 51, 104) 100%);
	background: linear-gradient(135deg, rgb(29, 104, 162) 0%, rgb(19, 51, 104) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#168cc1', endColorstr='#33b5e1', GradientType=1);
	position: absolute;
	z-index: 45;
	top: 720px;

}


.banner:before {
	content: '';
	width: 160vh;
	height: 500px;
	overflow: hidden;
	transform: skewY(-11deg);
	transform-origin: 0;
	/*background: #fff;*/
	background: rgba(22, 140, 193, 1);
	background: -moz-linear-gradient(-45deg, rgba(22, 140, 193, 1) 0%, rgba(51, 181, 225, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(22, 140, 193, 1)), color-stop(100%, rgba(51, 181, 225, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(22, 140, 193, 1) 0%, rgba(51, 181, 225, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(22, 140, 193, 1) 0%, rgba(51, 181, 225, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(22, 140, 193, 1) 0%, rgba(51, 181, 225, 1) 100%);
	background: linear-gradient(135deg, rgba(22, 140, 193, 1) 0%, rgba(51, 181, 225, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#168cc1', endColorstr='#33b5e1', GradientType=1);
	position: absolute;
	z-index: 46;
	top: 475px;
	opacity: 0.22;
	left: 20vh;

}

.skew-1 {

	width: 80vw;
	height: 650px;
	overflow: hidden;
	transform: skewY(-11deg);
	transform-origin: 0;
	background: #fff;
	position: absolute;
	z-index: 46;
	top: 510px;
	left: 0vw;
	opacity: 0.2;
	background: url('/themes/fluid_design/images/dot-patern.svg') repeat
}

.banner .banner-text {
	z-index: 80;
	margin-top: 120px;
}

.banner .banner-text .title {
	font-size: 38px;
	line-height: 22px;
	font-weight: 700;
}

.banner .banner-text p {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 50px;
	float: inherit;
}

.search-part.scrolldown {
	background: #fff !important;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
}

.content {
	/*padding: 20px 0;
	margin-top: -800px;*/
	position: relative;
	z-index: 80;
}

.feature-title,
.content h2,
.content-general h2 {
	font-size: 30px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.1;
}

h1.general-title{
	font-weight: 700;
}



h2.general-title,
h1.general-title
 {
	font-size: 30px;
	margin: 0
}
.faq-title{
	font-size: 30px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
}

.general-sub {
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px
}


.tabs_content li {
	display: none;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.tabs_buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 60px 0
}

li.premium-tab {
	float: left;
	cursor: pointer;
	font-size: 20px;
	font-weight: 700;
	opacity: 0.6;
	/*font-family: 'Helvetica', sans-serif;
	text-transform: uppercase*/
}


li.premium-tab:hover {

	opacity: 1;
	color: #00b0ff;
}

li.premium-tab:hover span {

	color: #757575;
}


li.premium-tab.active {
	color: #00b0ff;
	opacity: 1
}

li.premium-tab.active .active-line {
	background: #ff7700
}

.active-line {
	width: 80px;
	height: 4px;
	background: #fff;
	margin-top: 10px;
}

li.premium-tab span {
	display: block;
	font-size: 15px;
	margin-top: 5px;
	font-family: 'Helvetica', sans-serif;
	text-transform: initial;
}

li.premium-tab.active .tab-inner-wrapper span {
	color: #757575;

}

.tab-inner-wrapper i {
	visibility: hidden
}

img.flow-content {
	position: relative;
	top: -40px;
	width: 94%
}

#premium_seller img.banner-premium {
	position: relative;
	top: 0px;
}

.first-key {
	margin-top: 35px
}

.intro-key-marketplace {
	margin-left: 35px;

}

.intro-key-marketplace .circle-item {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 25px;
	width: 25px;
	background: #fff;
	margin: 0 auto;
	float: left;
	background: #f2f8fb;
	/*margin-right: 10px;*/
	margin-left: -35px
}


.intro-key-marketplace .circle-item i {
	color: #009eeb;
	font-size: 17px;
	position: relative;
	top: 2px;
	left: 7px;
}

.intro-key-marketplace p.text-title {
	font-size: 17px;
	line-height: 24px;
	margin-top: 15px;
	font-weight: 700;
	margin-left: 0px;
}



/*-------------       PRICING     ------------------*/

p.note-content {


	color: #fff !important;
	font-weight: 700;
	/*float: left;*/
	margin-left: 63px;
	margin-bottom: 4px;

}


.pricing-box-wrapper,
.pricing-wrapper {
	margin: 20px 0 80px 0;
	float: left;
	width: 100%;
	z-index: 81;
	position: relative;
}


.content-box {
	padding: 0px;
}

.pricing-list {
	margin-bottom: 22px;
	text-align: center;
	border: 1px solid #e4eaec;
	border-radius: 3px
}

.pricing-list [class*=bg-],
.pricing-list [class*=bg-] *,
.pricing-list [class^=bg-],
.pricing-list [class^=bg-] * {
	color: #fff
}

.pricing-list .pricing-header {
	border-bottom: 1px solid #e4eaec;
	border-radius: 3px 3px 0 0
}

.pricing-list .pricing-title {
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 3px 3px 0 0
}

.pricing-list .pricing-price {
	padding: 20px 30px;
	margin: 0;
	font-size: 54px;
	font-weight: 500;
	color: #37474f;
}

.pricing-list .pricing-period {
	font-size: 14px;
	font-weight: 300
}

.pricing-list .pricing-features {
	padding: 0 18px;
	margin: 0
}

.pricing-list .pricing-features li {
	display: block;
	padding: 15px;
	list-style: none;
	border-top: 1px dashed #e4eaec
}

.pricing-list .pricing-features li:first-child {
	border-top: none
}

.pricing-list .pricing-footer {
	padding: 30px;
	border-radius: 0 0 3px 3px
}

.wrapper-pricing {
	position: relative;
	height: 400px
}

.pricing-table-box {
	position: relative;
	/* top: -300px; */
	text-align: center;
	margin-bottom: -12px;
}

.pricing-table-box:after,
.pricing-table-box:before {
	display: table;
	content: " "
}

.pricing-table-box:after {
	clear: both
}



.pricing-table-box [class*=pricing-column]:last-child {
	/*border-right: 1px solid #e4eaec*/
}

.pricing-table-box [class*=pricing-column] {
	position: relative;
	background-color: #fff;
	/*border-color:none  !important;
	border-width: inherit !important;*/
	padding: 0px;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;

	margin-bottom: 0px;
	overflow: hidden;
	box-shadow: 0px 3px 8px #5281ca1a;
}

.free-business .pricing-column {
	-webkit-border-radius: 8px;
	-webkit-border-top-right-radius: 1px;
	-webkit-border-bottom-right-radius: 1px;
	-moz-border-radius: 8px;
	-moz-border-radius-topright: 1px;
	-moz-border-radius-bottomright: 1px;
	border-radius: 8px;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
}

.pricing-table-box [class*=pricing-column].premium-business {
	/*border-left: 1px solid #e5e5e5;*/
}



/*
.pricing-table-box [class*=pricing-column].featured:hover {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);
}
*/

.pricing-table-box .pricing-header {

	padding: 30px 50px 30px;
	/*border-bottom: 1px solid #e4eaec*/
	border-bottom: 1px solid #e5e5e5;

}


.free-business [class*=pricing-column] .pricing-header {

	border-bottom: none;
	padding: 50px 50px 40px;

}


.free-business .pricing-column {
	min-height: 550px;
	top: -7px;
	z-index: 45;

}

.premium-business.pricing-table-box [class*=pricing-column] {
	min-height: 620px;
	top: -24px;
	z-index: 45;
	box-shadow: 0px 3px 13px #5281ca40;
}
.price-top-section .price-currency{
	position: relative;
    top: -4px;
    right: -5px;
    font-size: 10px;
    vertical-align: top;

}

.label {
	line-height: 1.5;
	background: #ff8a25;
	padding: .3em .6em;
	text-transform: uppercase;
	z-index: 46;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
}

.premium-business.pricing-table-box .label {
	position: absolute;
	top: -31px;
	left: 38%;
}

.premium-business.pricing-table-box .pricing-header {
	color: #fff;
	/*background: #fff;*/
	background: #009eeb;
	/* Old browsers */
	background: -moz-linear-gradient(left, #009eeb 0%, #3a58b9 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #009eeb 0%, #3a58b9 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #009eeb 0%, #3a58b9 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009eeb', endColorstr='#3a58b9', GradientType=1);

	padding: 40px 50px 55px;
}





.pricing-amount {
	font-size: 67px;
	color: #009eeb;
	font-weight: 700;
}



.pricing-table-box .pricing-price {
	color: #009eeb;
	margin-top: 38px;
	clear: both;
	margin: 60px 0 10px
}

.pricing-table-box .pricing-currency {
	position: relative;
	top: -13px;
	font-size: 20px;
	vertical-align: top;
	color: #009eeb;
}

.pricing-table-box .pricing-currency.prepend {
	font-size: 10px;
}

.pricing-table-box .pricing-currency.prepend.big {
	font-size: 20px;
}

.pricing-table-box .pricing-currency.prepend .strikethrough {
	vertical-align: top;
}


.pricing-table-box .pricing-period {
	font-size: 11px;
	color: #a2a2a2;
	margin-left: -2px;
	font-weight: 700;
	text-transform: uppercase
}

.pricing-table-box .pricing-period-info {
	font-size: 11px;
	color: #a2a2a2;
	margin-left: -2px;
	font-weight: 700;
	text-transform: uppercase;
	display: block
}


.pricing-table-box .pricing-title {
	font-family: 'Helvetica', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}


.pricing-table-box .pricing-subtitle {
	text-transform: uppercase;
	/*color: #ff8b26;*/
	margin-bottom: -25px;
	margin-top: 5px;
	font-weight: 700;
	opacity: 0.8
}


.pricing-billing {
	font-size: 11px;
	text-transform: uppercase;
	color: #ceeaf3;
	font-weight: 700;
	letter-spacing: 1.5px
}

.pricing-billing-save {
	font-size: 14px;
	text-transform: uppercase;
	color: #ceeaf3;
	font-weight: 600;
	margin-top: 25px
}

.pricing-table-box .pricing-features {
	padding: 50px;
	margin: 0;
	padding-top: 30px;
	text-align: left;
}

.pricing-table-box.premium-business .pricing-features {
	padding: 50px;
	margin: 0;
	padding-top: 10px;
	text-align: left;
}

/*
.pricing-table-box .pricing-features li {
	display: block;
	margin-bottom: 0px;
	font-size: 14px;
	list-style-type: disc;
	color: #8d9192;
	display: list-item;
	margin-left: 36px;
}
*/

.pricing-table-box .pricing-features.enterprise li {
	color: #757575;
	margin-left: 0;
}

.pricing-table-box .pricing-features li.title-feautures {
	display: block;
	margin: 0px 0 7px 0;
	font-size: 15px;
	font-weight: 700;
	list-style: none;
	color: #757575;
	text-align: center
}

.pricing-table-box .pricing-features li.title-feautures.disable-text {
	text-decoration: line-through;
	color: #bababa
}


/*.pricing-table-box .pricing-features li.title-feautures:before {
    content: none;
}*/

.pricing-features p.plus {
	display: block;
	font-weight: 700;
	color: #009eeb;
	margin-bottom: 20px;
	margin-top: -20px;
}

.premium-business .pricing-features p.plus {
	display: block;
	font-weight: 700;
	color: #009eeb;
	margin-bottom: 20px;
	margin-top: -29px;
}


h4.view-more-about {
	color: #757575;
	font-weight: 700;
	font-size: 12px;
	font-family: 'Helvetica', sans-serif;
	font-weight: 700;
	margin: 17px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	text-transform: uppercase
}

h4.view-more-about:hover {
	color: #009eeb;
}

h4.view-more-about i {
	margin: 0 0px 0 5px;
	font-size: 14px;
	position: relative;
	top: 1px;
}

.features-toggle {
	float: left;
	margin-bottom: 40px
}



.pricing-table-box .pricing-footer {
	/*padding: 20px 0;*/
	/*border-top: 1px solid #e5e5e5;*/
	/*margin: 25px 30px 30px;*/
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.pricing-table-box .pricing-footer .btn {
	border-radius: 80px;
	outline: none
}


.choose-plan-basic {
	margin: 45px 0 0px 0;
	text-transform: uppercase;
	color: #abadae;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer
}

.get-started-btn {
	font-weight: 700;
	font-size: 17px;
	position: relative;
	margin: 10px 0px 37px 0;
	text-transform: inherit;
}


.premium-btn {
	-webkit-box-shadow: 2px 2px 10px 0px #5281ca40;
	-moz-box-shadow: 2px 2px 10px 0px #5281ca40;
	box-shadow: 2px 2px 10px 0px #5281ca40;
}


.pricing-footer .btn:hover {
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.20);
}




@media screen and (min-width:768px) {
	.pricing-table-box .pricing-column-three {
		width: 33.33%
	}

	.pricing-table-box .pricing-column-three.featured {
		top: -30px;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: -30px
	}

	.pricing-table-box .pricing-column-four {
		width: 50%
	}

	.pricing-table-box .pricing-column-five {
		width: 50%
	}
}

@media screen and (min-width:1200px) {
	.pricing-table-box .pricing-column-four {
		width: 25%
	}

	.pricing-table-box .pricing-column-five {
		width: 20%
	}

	.pricing-table-box .pricing-column-five.featured,
	.pricing-table-box .pricing-column-four.featured {
		top: -30px;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: -30px
	}
}

/*-------------       PRICING     ------------------*/

.services-pack-wrapper {
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #e6e6e6;
	/* padding: 20px; */
	background: #fff;
	box-shadow: 0 30px 80px rgba(0, 0, 0, .02), 0 15px 35px rgba(0, 0, 0, .02), 0 5px 15px rgba(0, 0, 0, .02);
	position: relative;
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-bottom: 100px;
	margin-top: 0px;
	padding-bottom: 30px
}

.services-pack-wrapper:after {
	content: '';
	position: absolute;

	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 88%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(13%, rgba(255, 255, 255, 1)), color-stop(46%, rgba(255, 255, 255, 1)), color-stop(88%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 88%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 88%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 88%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 88%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
	top: 389px;
	width: 127%;
	height: 1650px;
	left: -73px;
	z-index: 1;
	display: none
}


.services-pack-content-1 {
	padding: 110px 15px 130px 15px;
	position: relative;
	z-index: 4
}



.content section {
	margin: 60px auto;
	z-index: 2;
	position: relative;
	float: left;
	width: 100%
}



/*

.services-pack-content h3 {
	color: #757575;
	font-size: 30px;
	font-weight: 700;
	margin-top: 5px
}


.services-pack-content-1 h3 {
	color: #757575;
	font-size: 30px;
	font-weight: 700;
	margin-top: 5px
}
*/

.services-pack-content-1 h4,
.services-pack-content-1 .small-title
 {
	color: #a2a2a2;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0px
}

.services-pack-content-1 h3.premium-subtle {
	font-size: 20px;
	line-height: 22px;
	color: #757575;
	font-weight: 400;
	padding-right: 60px;
	margin: 20px 0 20px 0
}

/*
.services-pack-content-1 p {
	padding-right: 60px
}
*/

/*-------------        INTRO SECTION        -----------------*/

.intro p {
	font-size: 17px;
	line-height: 24px;
	padding-right: 60px;
}

.intro p span {
	cursor: pointer;
	color: #009eeb;
	font-weight: 700
}

/*-------------        INTRO SECTION        -----------------*/

/*-------------        HOW IT WORKS SECTION        -----------------*/

.how-item {
	float: left
}

.how-item .circle-item {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 36px;
	width: 36px;
	background: #ff8a25;
	/* margin: 0 auto; */
	float: left;
	position: relative;
	top: 0px;
	margin-right: 15px;
}

.how-item .circle-item i {
	color: #fff;
	font-size: 15px;
	position: relative;
	top: 8px;
	left: 10px;
	font-weight: 400;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);*/
}

.how-info {
	float: left;
	padding-right: 20px
}

p.how-title span {
	color: #009eeb;
	display: block;
	margin-bottom: 5px;
	min-width: 150px;
}

.how-info p {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 22px;

}

p.how-title {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}

/*-------------        HOW IT WORKS SECTION        -----------------*/

/*-------------        FEATURED SECTION        -----------------*/

.features-list-wrapper {
	margin-top: 70px
}

.features-list-item {
	/*text-align: center;*/
	margin-bottom: 30px;
	overflow: hidden;
}

.features-list-item p {
	color: #757575;
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
	text-align: center
}

.features-list-wrapper.business .circle-item {
	margin: 0 auto;
	float: none;
	height: 45px;
	width: 45px;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
}

.circle-item {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 33px;
	width: 33px;
	background: #f2f8fb;
	/*margin: 0 auto*/
	float: left;
}

.features-list-wrapper.business .circle-item i {
	font-size: 18px;
}

.circle-item i {
	color: #009eeb;
	font-size: 18px;
	position: relative;
	top: 13px;
	left: 13px;
	font-weight: 400;

}

.features-subtext {
	float: left;
	width: 100%;
	/*color: #a2a2a2;*/
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	padding: 0 15px 0 15px;
	font-weight: 400;
}

/*-------------        FEATURED SECTION        -----------------*/

/*-------------        SAVVYTIPS SECTION        -----------------*/

section.savvy-tips {
	margin: 0px 0 40px 0;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	/*-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);*/
	box-shadow: 0 30px 80px rgba(0, 0, 0, .02), 0 15px 35px rgba(0, 0, 0, .02), 0 5px 15px rgba(0, 0, 0, .02);

}

.savvycredits-icon {
	background: #fff;
	padding: 4px 18px 10px 2px;
	z-index: 22;


	float: left;
	width: 100%;
}

.savvycredits-icon p {
	float: left;
	font-size: 15px;
	padding: 0;
	line-height: inherit;
	font-weight: 700;
	width: auto;
	margin: 0
}

.savvycredits-icon p.balance {
	float: left;
	font-size: 14px;
	padding: 0;
	line-height: inherit;
	/* font-weight: 700; */
	width: 100%;
	margin: 0 10px 0 0;
	letter-spacing: 2.8px;
	position: relative;
	top: 2px;
	color: #a2a2a2;
	width: auto;
}


.savvycredits-icon .label {
	position: relative;
	margin-left: 7px;
	background: #ff8a25;
	font-size: 11px;
	font-weight: 700;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
}

.tips-wrapper {
	width: 100%;
	clear: both;
	background: #fff;
	/*padding: 50px 65px;
	border: 1px solid #e5e5e5;*/
	height: 451px;
	overflow: hidden
}


.no-padd-left {
	padding-left: 0px;
}

.no-padd-right {
	padding-right: 0px;
}


.left-container-wrapper {
	/*padding: 80px;*/
	padding: 80px 0 80px 80px;
	z-index: 61;
	position: relative;
}

.left-container-wrapper:after {
	content: '';
	position: absolute;
	height: 478px;
	width: 110px;
	background: #fff;
	top: 0;
	right: -92px;
	transform: skew(-10deg, -13deg);
	transform-origin: 0;
	z-index: 60;
}


.left-container-wrapper h3,
.left-container-wrapper h2 {
	text-align: left;
	float: left;
	width: 100%;
	font-size: 25px;
	margin-bottom: 20px;
	z-index: 80;
	position: relative;
	    font-weight: 700;
    margin-top: 5px;
}

.left-container-wrapper .circle-item {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 35px;
	width: 35px;
	background: #fd8925;
	margin: 0 auto;
	float: left;
	margin-left: -35px;
	margin-right: 10px;
	top: -4px;
	position: relative;
}


.left-container-wrapper .circle-item i {
	color: #fff;
	font-size: 17px;
	position: relative;
	top: 1px;
	left: 9px;
}


.left-container-wrapper p {
	font-size: 17px;
	line-height: 24px;
	z-index: 80;
	position: relative
}

.right-container-wrapper {
	background: #fff;
	overflow: hidden
}

.right-container-wrapper img {
	position: relative;
	max-width: 100%;
	object-fit: cover;
	margin: 0px;
	width: 100%;
	height: 100%;

}

.get-savvy-btn {
	font-family: 'Helvetica', sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin-top: 20px
}

/*-------------        SAVVYTIPS SECTION        -----------------*/

/*-------------        SPECIAL  SECTION        -----------------*/

.content-general {
	position: relative;
	z-index: 50
}

.special-section {
	height: 885px;
	background: #009eeb;
	/* Old browsers */
	background: -moz-linear-gradient(left, #009eeb 0%, #3a58b9 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #009eeb 0%, #3a58b9 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #009eeb 0%, #3a58b9 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009eeb', endColorstr='#3a58b9', GradientType=1);
	position: relative;
	z-index: 40;
	top: -240px;
	padding: 290px 0 0 0
}

.special-section > * {
	color: #fff
}

.special-left-box-content p {
	text-align: center;
	color: #fff;
	font-size: 17px;
	margin-top: 0px;
}

.go-subscribe-btn {
	margin: 40px auto 40px;
	display: block;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.41);
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.41);

	font-family: 'Helvetica', sans-serif;
	font-weight: 700;
	font-size: 15px;
}



p.price-top-section {
	color: #fff;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 19px
}

p.price-top-section .strikethrough {
	position: relative;
	color: #fff !important;
	opacity: 0.7
}

p.price-top-section .actual-price {
	position: relative;
	top: 2px;
	color: #fff !important;
	font-weight: 700;
	font-size: 30px;
	margin-left: 6px;
}

p.price-top-section span.taxes-text {
	font-size: 14px;
	color: #fff;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	position: relative;
	top: 10px
}

/*-------------        SPECIAL  SECTION        -----------------*/

/*-------------        FACTS  SECTION        -----------------*/

.facts-section-wrapper {
	position: relative;
	z-index: 49;
	top: -490px;
}

.facts-sections {
	position: relative;
	z-index: 49;
	background: #009eeb;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 130px 90px 140px 90px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, .02), 0 15px 35px rgba(0, 0, 0, .02), 0 5px 15px rgba(0, 0, 0, .02);
}

p.section-inner-subtle {
	font-size: 17px
}

.facts-sections > * {
	color: #fff !important
}

.item-fact-wrapper {
	margin: 50px 0 0px 0;
	clear: both
}

.item-fact {
	margin: 30px 0 0px 0;
}

.fact-number {
	color: #fff;
	text-align: center;
	font-size: 45px;
	font-family: 'Helvetica', sans-serif;
	font-weight: 700;
	line-height: 1em;
}

.fact-text {
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-top: 9px
}

/*-------------        FACTS  SECTION        -----------------*/

/*-------------        TESTIMONIALS  SECTION        -----------------*/

.bottom-section {
	position: relative;
	top: -360px;
	height: 1506px;
	overflow: hidden;
}

.testimonials-wrapper {
	clear: both;
	margin: 40px 0 40px 0
}

.testimonials-section p.section-inner-subtle {
	font-size: 20px;
	line-height: 28px;
}

.testimonials {
	margin: 80px 0 80px 0;
	padding: 0px
}

.item-user-wrapper {
	margin: 40px 0 0 0
}


/*
.item-user-slider:hover {
	-webkit-box-shadow: -2px 0px 12px -2px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: -2px 0px 12px -2px rgba(0, 0, 0, 0.17);
	box-shadow: 1px 1px 12px -2px rgba(0, 0, 0, 0.17);
}*/

.item-user-slider hr {
	clear: both;
	margin-left: -20px;
	margin-right: -20px;
}

.labeldiv {
	clear: both;
	margin: 0 auto;
}

.item-user-slider .label {
	position: absolute;
	top: 15px;
	right: 16px;
}

.item-user-slider {
	background: #fff;
	margin-bottom: 15px;
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	height: 450px;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.wrapper-item-testimonials {
	padding: 25px 20px 20px 20px;
}


.item-user-slider .img-holder {
	margin: 0 auto;
	display: block;
	width: 90px;
	margin-bottom: 15px
}

.item-user-slider .img-holder img {
	border-radius: 100px;
	vertical-align: top;
	margin: 0 auto;
	border: 2px solid #a2a2a224;
}

.item-user-slider-text {
	text-align: center;
	position: absolute;
	bottom: 0px;
	padding: 20px 20px 15px 20px;
	width: 100%;
}

.item-user-slider-title a {
	color: #757575
}

.item-user-slider-title a.name {
	display: block;
	font-size: 16px;
	font-weight: 700;
	cursor: inherit
}

.item-user-slider-title a.name:hover {
	color: #757575;
}

.item-user-slider-title p.company {
	display: block;
	font-size: 14px;
	/*margin: 0px 0 0 0*/
	cursor: inherit
}

.item-user-slider-title p.company a {
	color: #757575;
	font-weight: 700;
	cursor: inherit
}

.item-user-answer {
	width: 100%;
	margin: 20px 0 0 0;
	min-height: 180px
}

.rating-stars {
	color: #f1c40f;
	width: auto;
	display: block;
	margin: 0px 5px 0px 5px;
}

.rating-stars span {
	font-size: 11px;
	color: #757575;
	margin: 0px 5px 0px 5px;
}

.item-user-answer p {
	text-align: center;
	font-size: 15px;
	color: #757575;
	clear: both;
	line-height: 22px;
}

.item-user-answer p span {
	display: block
}


/*-------------        TESTIMONIALS  SECTION        -----------------*/

/*-------------        FAQ SECTION        -----------------*/

.faq.gaq-general {
	float: left;
	width: 100%;
	padding: 80px 0 120px 0;
	/*background: #f2fafe;*/
	/*border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
    /*background: #fafafa;*/
}



.faq-sections-pricing {
	margin-top: 40px
}

.faq-sections-pricing h3 {
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
	color: #009eeb;
}

.faq-sections-pricing p {
	font-size: 15px;
	color: #757575;
	line-height: 22px;
	margin-top: 15px;
	color: #6b7070;
}


.faq-sections-pricing .row > * {
	min-height: 158px;
}


body:not(:-moz-handler-blocked) .faq-sections-pricing .row > * {
	min-height: 158px;
}

/*-------------        FAQ SECTION        -----------------*/

/*-------------     QUESTION SECTION     ------------------*/

.question-section {
	margin-bottom: -15px;
	padding-bottom: 15px;
}

.question-sections-wrapper {
	margin: 10px 0 60px 0;
	background: #fff;
	/*cursor: pointer;*/
	font-family: 'Helvetica', sans-serif;
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	position: relative;
	padding: 20px 35px 20px 35px
}

.question-sections-wrapper .question-title {
	font-size: 30px;
	font-weight: 700;
	color: #009eeb;
	margin-top: 23px;
	margin-bottom: 10px;
	line-height:1.1;
}

.question-sections-wrapper .subscribe-btn {
	margin-top: 12px;
	float: right;
	padding: 18px 62px;
	font-family: 'Helvetica', sans-serif;
	font-weight: 700;
	font-size: 15px;
}

p.question-middle-title {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	position: relative;
	top: 10px;
}

p.question-middle-text {
	font-size: 15px;
	font-weight: 400;
	line-height: 20px
}

p.question-middle-text A {
	font-weight: 700;
}


.bottom-help{

	position: fixed;
	bottom:10px;
	right:10px;
	z-index: 9999;
}
.bottom-help a{
	background: #009fee;
    padding: 8px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    color: white;
    font-size: 12px;
}
.bottom-help a i{
	font-size: 12px;
}
.bottom-help a:hover{
	background: #009fee;
}
/*-------------     QUESTION SECTION     ------------------*/

footer {
	clear: both
}

@media only screen and (max-width: 1490px) {

	.banner:before {
		width: 130vh;
		left: 10vh;
	}

}

@media only screen and (max-width: 1250px) {

	.inner-pages .container.content,
	.inner-pages .container {
		width: 1170px;

	}

}


@media only screen and (max-width: 1200px) {


	.inner-pages .container {
		width: 970px;

	}

	[data-inner-content-nomenu] header .container {
		width: 100%;
	}


	.inner-pages .container.content {
		width: 100%;
	}



	.banner:before {
		content: '';
		width: 66%;
		height: 500px;
		overflow: hidden
	}

	.right-container-wrapper {

		height: 452px;
	}

}

@media only screen and (max-width: 1100px) {

	.services-pack-content-1 {
		padding: 110px 0px 130px 0px;

	}


}

@media only screen and (max-width: 992px) {

	/*.inner-pages .container.content,
	.inner-pages .container {
		width: 100%;

	}*/
	.inner-pages .container {
		width: 100%;
	}

	.services-pack-content-1 {
		padding: 110px 65px;
	}

	.intro p {
		padding-right: 10px;
	}

	.faq.gaq-general {
		padding: 80px 50px 80px 50px;
	}

	.item-user-slider {
		height: 522px
	}

	.question-sections-wrapper {
		float: left;
	}

	.question-sections-wrapper .subscribe-btn {
		display: block;
		margin: 15px auto 0;
		float: none;
	}

	p.question-middle-title,
	p.question-middle-text,
	.question-sections-wrapper  .question-title {
		text-align: center
	}

	.question-sections-wrapper  .question-title {
		margin-top: 0px
	}

	.bottom-section {
		height: auto
	}


}

@media only screen and (max-width: 768px) {

	.faq.gaq-general {
		padding: 80px 20px 80px 20px;
	}

	.item-fact-wrapper {
		margin-top: 20px;
	}

	p.note-content {
		margin-left: 20px;
	}

	.facts-section-wrapper {
		margin-top: 20px;
		position: inherit;
		z-index: 49;
		top: 0px;
	}

	.facts-sections {
		padding: 20px 30px;
		top: 0px;
	}

	.facts-sections h2 {
		text-align: center !important;
		font-size: 30px !important;
	}

	.facts-sections .section-inner-subtle {
		text-align: center !important;
	}

	.bottom-section {
		position: inherit;
	}

	.premium-card {
		margin-top: 60px;

	}

	.inner-pages {
		margin-bottom: 0px;
	}

	.banner {
		height: 100%;
	}

	.banner .banner-text {
		z-index: 80;
		margin-top: 60px;
		height: 60vh;
		padding-top: 76px;
	}

	.banner .banner-text p {
		font-size: 22px;
		line-height: 26px;
		font-weight: 700;
		margin: 50px 0 50px;
		float: inherit;
	}

	.banner:after {
		height: 583px;
		top: 212px;
		background: rgba(33, 113, 174, 1);
		background: -moz-linear-gradient(left, rgba(33, 113, 174, 1) 0%, rgba(37, 63, 134, 1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(33, 113, 174, 1)), color-stop(100%, rgba(37, 63, 134, 1)));
		background: -webkit-linear-gradient(left, rgba(33, 113, 174, 1) 0%, rgba(37, 63, 134, 1) 100%);
		background: -o-linear-gradient(left, rgba(33, 113, 174, 1) 0%, rgba(37, 63, 134, 1) 100%);
		background: -ms-linear-gradient(left, rgba(33, 113, 174, 1) 0%, rgba(37, 63, 134, 1) 100%);
		background: linear-gradient(to right, rgba(33, 113, 174, 1) 0%, rgba(37, 63, 134, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2171ae', endColorstr='#253f86', GradientType=1);
	}

	.banner:before {
		content: '';
		width: 48vh;
		height: 500px;
		/* overflow: hidden; */
		top: 137px;
		display: none
	}

	.pricing-box-wrapper,
	.pricing-wrapper {
		margin: 80px 0 40px 0;
	}

	.content-box {
		padding-right: 15px;
		padding-left: 15px;
	}

	.pricing-table-box .pricing-title,
	.pricing-table-box .pricing-subtitle {
		text-align: left
	}

	.pricing-table-box [class*=pricing-column],
	.premium-business.pricing-table-box [class*=pricing-column] {
		border-radius: 8px;
		height: auto;
		min-height: inherit;
		padding: 30px
	}

	.premium-business.pricing-table-box [class*=pricing-column] {
		background: #f2fafe;
		border: 2px solid #b8e4f9
	}

	.free-business.pricing-table-box [class*=pricing-column] {
		border: 2px solid #e5e5e5
	}

	.premium-business.pricing-table-box .pricing-header {
		background: transparent;
		color: inherit
	}

	.pricing-table-box [class*=pricing-column] .pricing-header {
		border-bottom: none;
		padding: 0px;
	}

	.pricing-table-box .pricing-title {
		letter-spacing: 0px;
	}

	.pricing-table-box .pricing-subtitle {
		margin-top: 0px;
	}

	.pricing-amount {
		font-size: 54px;
	}

	.pricing-table-box .pricing-features {
		padding: 0px !important;

	}

	.pricing-table-box .pricing-period-info {
		font-size: 12px;
		margin-left: 0px;
		letter-spacing: 1px;
	}

	.pricing-table-box .pricing-footer {
		/*padding: 0 30px 0 30px;*/
		position: inherit;
		bottom: inherit
	}

	.pricing-table-box .pricing-footer .btn {
		width: 100%;
	}

	.get-started-btn {
		margin: 20px 0px 0px 0;
	}

	.pricing-table-box .pricing-price {
		/*padding: 0 30px 0 30px;*/
		margin: 51px 0 20px;
		border-bottom: 1px solid #cdcdcd;
		padding-bottom: 15px !important;
	}

	.pricing-features p.plus {
		display: none !important
	}

	.pricing-table-box .pricing-price,
	.pricing-table-box .pricing-features li.title-feautures,
	.pricing-features p.plus {
		text-align: left;
		padding: 0
	}

	/*
	.pricing-table-box.premium-business {
		top: 20px
	}
	*/
	.premium-business.pricing-table-box .label {
		position: absolute;
		top: -34px;
		left: 32px;
		padding: 4px 15px;
	}

	.services-pack-wrapper {
		border: none;
		box-shadow: none;
		background: none;
		margin-bottom: 0;
		margin-top: 100px;
		padding-bottom: 10px
	}

	.services-pack-content-1 {
		padding: 0px;

	}


	.premium-started-btn {
		position: relative;
		z-index: 47;
		display: block;
		border-radius: 80px;
		border: none;
		text-transform: inherit;
		background-color: #ff7700;
		border-color: #ff7700;
		padding: 22px 74px;
		font-size: 18px;

	}

	.services-pack-wrapper .col-lg-10 {
		padding: 0
	}

	h2.general-title,
	h1.general-title {
		font-size: 30px;
	}

	.general-sub {
		font-size: 17px;
		line-height: 25px;
	}

	.tabs_buttons {
		display: block;
		margin-top: 20px
	}

	.tabs_buttons li li {
		padding: 0 30px;
		/*max-height: 0px;*/
		height: 0px;
		float: left;
		-webkit-animation-duration: .3s;
		animation-duration: .3s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	li.premium-tab.active li {
		/*max-height: 2400px;*/
		height: auto;

	}

	li.premium-tab {
		font-family: 'Helvetica', sans-serif;
		text-transform: inherit;
		border: 1px solid #e5e5e5;
		width: 100%;
		border-radius: 8px;
		margin-bottom: 20px;
		background: #fff;
		opacity: 1;
		overflow: hidden;
		float: left;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		box-shadow: 0px 0px 6px #6aa6cf3b;
	}

	li.premium-tab.active {
		color: inherit;
		/*color: #fff;
		background: #009eeb;*/
		box-shadow: 0px 3px 13px #5281ca40;
		background: #fafafa33;
	}

	li.premium-tab .tab-inner-wrapper {

		padding: 30px;
		font-size: 20px;
		position: relative;
	}

	.tab-inner-wrapper i {
		visibility: visible;
		top: 40px;
		right: 34px;
		position: absolute;
		font-size: 19px;
	}

	li.premium-tab.active .tab-inner-wrapper i:before {
		content: "\f180";
	}

	li.premium-tab:hover {
		opacity: 1;
		color: #757575;
	}

	li.premium-tab:hover .tab-inner-wrapper span {
		color: #757575;
	}

	li.premium-tab:hover span {
		color: #009eeb;
	}

	li.premium-tab.active .tab-inner-wrapper span {
		color: #fff;
	}

	li.premium-tab.active .tab-inner-wrapper {
		color: #fff;
		background: #009eeb;
		padding: 30px;
	}

	li.premium-tab .active-line {
		display: none
	}

	.flow-content,
	.banner-premium {
		display: none
	}

	.content section {
		margin: 20px auto;

	}

	.content section.intro {
		margin: 30px 0 20px 0;

	}

	.special-section {
		height: auto;
		top: 0px;
		padding: 90px 15px;
	}

	.how-it-work {
		background: #f2fafe;
		border-bottom: 1px solid #e5e5e5;
		border-top: 1px solid #e5e5e5;
		padding: 20px 30px;
		margin-left: -30px !important;
		margin-right: -30px !important;
		width: 125% !important;
	}

	.content h2,
	.content-general h2 {
		font-size: 20px;
		text-align: left;
	}


	.special-left-box-content h2,
	.content h2.general-title,
	.content h1.general-title {
		font-size: 30px;
		text-align: center;
	}

	p.section-inner-subtle {
		text-align: left;
	}

	.how-info {
		padding-right: 0px;
	}

	p.how-title {

		font-size: 15px;
		line-height: 22px;
	}

	/*p.how-text {
		display: none
	}
	*/
	.features-list-wrapper {
		margin-top: 40px
	}

	.features-list-item {
		/* text-align: center; */
		margin-bottom: 15px;
		overflow: hidden;
		padding: 9px;
	}

	.features-list-wrapper.business .circle-item {
		float: left;
	}

	.features-list-item p,
	.features-subtext {

		text-align: left;
		margin-left: 40px;
	}

	.features-list-item p {
		font-size: 17px;
		margin-left: 55px !important;
	}

	.features-subtext {
		float: left;
		width: auto
	}

	footer {

		clear: both;
	}

}
