.free_color,
.free_color:focus,
.free_color:hover {
	color: #686f73
}

.free_bg_color,
.free_hover_bg_color:hover {
	background-color: #686f73
}

.free_brd_color {
	border: 1px solid #686f73
}

.explore_color,
.explore_color:focus,
.explore_color:hover {
	color: #1196ba
}

.explore_bg_color,
.explore_hover_bg_color:hover {
	background-color: #1196ba
}

.explore_brd_color {
	border: 1px solid #1196ba
}

.build_color,
.build_color:focus,
.build_color:hover {
	color: #67b204
}

.build_bg_color,
.build_hover_bg_color:hover {
	background-color: #67b204
}

.build_brd_color {
	border: 1px solid #67b204
}

.grow_color,
.grow_color:focus,
.grow_color:hover {
	color: #ff7610
}

.grow_bg_color,
.grow_hover_bg_color:hover {
	background-color: #ff7610
}

.grow_brd_color {
	border: 1px solid #ff7610
}

.corporate_color,
.corporate_color:focus,
.corporate_color:hover,
.enterprise_color,
.enterprise_color:focus,
.enterprise_color:hover {
	color: #005883
}

.corporate_bg_color,
.corporate_hover_bg_color:hover,
.enterprise_bg_color,
.enterprise_hover_bg_color:hover {
	background-color: #005883
}

.corporate_brd_color,
.enterprise_brd_color {
	border: 1px solid #005883
}

.hover-white:hover {
	color: #fff
}

.sml {
	font-size: 13px;
	line-height: normal
}

.compare_section {
	position: relative
}

.compare_section table {
	width: 100%;
	max-width: 100%
}

.compare_section table td {
	vertical-align: top
}

.ptb {
	padding: 10px 0
}

.w50 {
	width: 50%
}

.flexit {
	display: flex
}

.flexit.align_vertical {
	align-items: center
}

.notez sup.ast,
a[data-type=monthly] sup.ast {
	font-size: 16px;
	top: 0
}

.small_screen a[data-type=monthly] sup.ast {
	font-size: 24px
}

sup.crs {
	font-size: 12px;
	top: -3px;
	display: none
}

.compare_section .headr.fixr {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 5
}

.compare_section .headr.fixr.abs {
	position: absolute;
	top: auto;
	bottom: 99px
}

.compare_section .headr.fixr table {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25)
}

.compare_section .plan_ewan {
	color: #707070;
	font-size: 18px
}

.table_comparison_toggle {
	border-left: 1px solid #ebebeb
}

.compare_section .table_comparison_details,
.compare_section .table_comparison_toggle {
	width: 22.5%
}

.compare_section .table_comparison_item,
.compare_section .table_comparison_type {
	width: 15.5%
}

.compare_section .type_name {
	font-size: 22px;
	text-transform: uppercase
}

.compare_section .type_details {
	border: 1px solid #ebebeb;
	border-top: none;
	padding: 10px 5px 35px
}

.compare_section .price,
.compare_section .termz {
	line-height: normal
}

.compare_section .price {
	font-size: 28px;
	height: 36px;
	position: relative
}

.big_screen .non_price {
	height: auto
}

.big_screen .price .inner_nonprice {
	display: table;
	width: 100%;
	height: 56px
}

.big_screen .price .inner_nonprice a {
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: middle
}

.compare_section .price .px {
	position: absolute;
	width: 100%;
	left: 0;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	top: -30px;
	z-index: -1
}

.compare_section .price .px .bgr {
	font-size: 30px
}

.compare_section .price .px sup {
	font-size: 14px;
	top: -10px
}

.compare_section .price .px.xactive {
	top: 29px;
	z-index: 0
}

.compare_section .price .px.active {
	top: 0;
	opacity: 1;
	z-index: 1
}

.compare_section .termz {
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: -5px
}

.compare_section .price a {
	font-size: 23px
}

.compare_section .description {
	line-height: 1.3;
	min-height: 75px;
	max-height: 85px;
	overflow: hidden;
	font-size: 14px
}

.compare_section .headr.fixr .description {
	max-height: 0;
	min-height: auto
}

.compare_section .btn_type {
	font-size: 14px;
	padding: 5px 0;
	display: block;
	width: 100%;
	max-width: 120px;
	border-radius: 2px;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.compare_section .btn_type:focus,
.compare_section .btn_type:hover {
	text-decoration: none
}

.comparison_details_title {
	font-size: 16px;
	color: #2c2a2a
}

.comparison_details_title.tooltipd {
	position: relative;
	display: inline-block;
	border-bottom: 1px dashed #787c7d
}

.comparison_details_title.tooltipd:hover .comparison_details_tooltip {
	opacity: 1;
	z-index: 1
}

.comparison_details_tooltip {
	z-index: -99;
	opacity: 0;
	position: absolute;
	background: #e5e5e5;
	top: 30px;
	left: 0;
	padding: 15px 10px;
	border: 1px solid #d2d2d2;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
	font-size: 14px;
	width: 300px;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.comparison_details_tooltip .arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: transparent transparent #e5e5e5;
	position: absolute;
	top: -10px;
	left: 30px
}

.comparison_details_tooltip a {
  font-size: inherit;
  /*color: inherit !important;*/
  text-decoration: underline;
}

.comparison_details_tooltip .xpandr {
  position: absolute;
  height: 20px;
  width: 100%;
  background: blue;
  top: -13px;
  left: 0;
  opacity: 0;
}

.compare_section .table_comparison_item,
.compare_section .table_comparison_item a,
.itemz,
.itemz a {
	font-size: 14px
}

.compare_section .table_comparison_item .item,
.itemz .item {
	width: 15px;
	height: 15px;
	display: block;
	margin: 0 auto;
	border-radius: 50%
}

.compare_section .table_comparison_details,
.compare_section .table_comparison_item,
.compare_section .table_comparison_title {
	padding: 8px;
	vertical-align: middle;
	border: 1px solid #e5e5e5
}

.comparison_details_description,
.comparison_details_description a {
	font-size: 13px
}

.compare_section .table_comparison_title {
	cursor: pointer;
	background: #ebebeb;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
	font-size: 16px;
	color: #20282b
}

.compare_section .table_comparison_item {
	text-align: center;
	vertical-align: middle;
	color: #20282b;
	line-height: normal
}

.compare_section .table_comparison_item .sml {
	line-height: 1
}

.compare_section .table_comparison_item .nowrap {
	display: block
}

.compare_section .table_comparison_toggle {
	vertical-align: top
}

.compare_section .table_comparison_toggle .pricing_switcher {
	padding: 35px 0 3px
}

.headr .pricing_switcher a {
	font-size: 14px;
	padding-top: 2px;
	line-height: normal
}

.save_20 {
	font-size: 1.2rem;
	margin-bottom: 3px
}

.we_build {
	font-size: 14px;
	margin: 0;
	/*height: 156px;*/
	display: table;
	width: 100%;
	line-height: normal
}

.inner_build {
	display: table-cell;
	vertical-align: middle
}

.we_build span {
	font-size: 14px;
	line-height: normal;
	display: block
}

.we_build span span {
	font-size: 20px
}

.we_build p {line-height: 1.4;margin-top: 60px;}

/*.fixr .btn_we_build,
.fixr .newx .btn_we_build.link,
.fixr .we_build {
	display: none;
}*/

.fixr .we_build {margin-top: 25px;}
.fixr .we_build p.font-17 {margin-top: 0;font-size: 14px;}
.fixr .we_build p br {display: none;}

.compare_section .fixr .table_comparison_toggle {
	vertical-align: bottom;
	padding: 0 0 34px
}

.compare_section .fixr .table_comparison_toggle .pricing_switcher {
	padding: 0;
	background: 0 0
}

.headr.fixr .pricing_switcher a,
.pricing_switcher a {
	color: #20282b;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	position: relative
}

a[data-type=annually]:before {
	content: "Save 15%";
	position: absolute;
	top: -15px;
	left: 0;
	font-size: 11px;
	color: #20282b
}

.pricing_switcher a:focus,
.pricing_switcher a:hover {
	text-decoration: none;
	color: #303030
}

.pricing_switcher .back_bar_wrap {
	background: #0079E2;
	height: 25px;
	width: 48px;
	margin: 0 10px;
	border-radius: 17px;
	box-shadow: inset 2px 2px 6px 0 rgba(0, 0, 0, .2);
	cursor: pointer;
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.pricing_switcher .back_bar {
	position: absolute;
	z-index: 0;
	width: 21px;
	height: 21px;
	background: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	top: 2px;
	border-radius: 50%
}

.pricing_switcher .back_bar.annually {
	left: 24px
}

.pricing_switcher .back_bar.monthly {
	left: 3px
}

.newx.table_comparison_toggle {
	border-top: 1px solid #ebebeb
}

.newx .save_20 {
	font-size: 14px;
	line-height: 51px;
	margin-bottom: 3px;
	color: #747d82
}

/*.newx .we_build {
	height: 100px
}*/
.fixr .we_build {height: auto;}
.newx .btn_we_build.link {
	font-size: 14px;
	margin: 5px 0;
	display: block;
	color: #0079E2
}

.fixr .btn_we_build.link2 {
	display: none
}

.btn_we_build.link2 {
	display: inline-block;
	font-size: 14px;
	line-height: normal
}

.btn_we_build.link2 span {
	display: block
}

.pricing_switcher .ast {
	position: relative;
	cursor: pointer
}

.pricing_switcher .ast:before {
	font-size: 24px;
	line-height: 1;
	content: "*";
	position: absolute;
	left: -1px;
	top: -5px
}

@media (max-width:1199px) {
	.compare_section .type_name {
		font-size: 20px
	}
	.big_screen .pricing_switcher .back_bar_wrap {
		height: 20px;
		margin: 0 7px;
		width: 35px
	}
	.big_screen .pricing_switcher .back_bar {
		width: 16px;
		height: 16px
	}
	.big_screen .pricing_switcher .back_bar.annually {
		left: 17px
	}
	.headr.fixr .pricing_switcher a,
	.pricing_switcher a {
		font-size: 14px
	}
	/*.we_build {
		height: 182px
	}
	.newx .we_build {
		height: 132px
	}*/
	.we_build p {margin-top: 15px;}
	.fixr .we_build {margin-top: 15px;}
	.fixr .we_build p br {display: block;}
	.compare_section .description {
		min-height: 110px;
		max-height: 140px
	}
	.compare_section .fixr .table_comparison_toggle {
		padding: 0 0 24px
	}
	.pricing_switcher .ast:before {
		font-size: 24px;
		line-height: 1;
		content: "*";
		position: absolute;
		left: -3px;
		top: -5px
	}
}

.mobile_buttons .buttons_wrap {
	display: flex;
	max-width: 650px;
	margin: 0 auto
}

.mobile_buttons .buttons_wrap a {
	flex: 1;
	padding: 3px;
	display: inline-block;
	margin-right: 4px;
	font-size: 14px
}

.mobile_buttons .buttons_wrap a:last-child {
	margin-right: 0
}

.mobile_buttons .buttons_wrap a div {
	padding: 3px 5px;
	border: 1px solid transparent
}

.mobile_buttons .buttons_wrap a.active {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25)
}

.mobile_buttons .buttons_wrap a.active div {
	border-color: #fff
}

.mobile_buttons .buttons_wrap a:focus,
.mobile_buttons .buttons_wrap a:hover {
	text-decoration: none
}

.comparison_data,
.comparison_title {
	padding-left: 10px;
	padding-right: 10px;
	position: relative
}

.comparison_title {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .55);
	background: #ebebeb;
	color: #20282b
}

.compare_section .table_comparison_title:after,
.comparison_title:after {
	position: absolute;
	right: 10px;
	content: "\e96f";
	font-family: icomoon!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	font-weight: 700;
	transform: rotate(180deg)
}

.closd .comparison_title:after,
.compare_section .table_comparison_title.closd:after {
	transform: none
}

.comparison_data_wrap,
.inner_item_wrap {
	max-height: 900px;
	height: auto;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 1
}

.inner_item_wrap {
	max-height: 1900px
}

.comparison_data_wrap.closd,
.inner_item_wrap.closd {
	opacity: 0;
	max-height: 0;
	overflow: hidden
}

.mobile_price>div {
	display: none
}

.mobile_price>div.active {
	display: block
}

.itemz {
	display: none
}

.itemz.active {
	display: block
}

.mobile_buttons.fixr {
	position: fixed;
	top: 50px;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
	z-index: 9;
	padding: 5px 0
}

.notez {
	padding-top: 10px
}

.notez div {
	font-size: 13px
}

.compare_section .table_comparison_title,
.comparison_title {
	position: relative
}

.compare_section .table_comparison_title.fixdit,
.comparison_title.fixdit {
	position: fixed;
	top: 280px;
	z-index: 5
}

.comparison_title.fixdit {
	top: 95px
}

.closd .comparison_title.fixdit,
.compare_section .table_comparison_title.fixdit.closd {
	position: relative
}

.big_screen .undr_fixdit {
	padding-top: 40px
}

.small_screen .undr_fixdit {
	padding-top: 42px
}

.compare_section .price .inner_price {
	position: relative
}

.compare_section .price .inner_price:before {
	content: "$";
	position: absolute;
	top: 4px;
	font-size: 14px;
	left: -8px
}

.compare_section.brazil_wrap .price .inner_price:before {
	content: "R$";
	left: -18px
}

.compare_section.india_wrap .price .inner_price:before {
	content: "₹"
}

.compare_section.south_africa_wrap .price .inner_price:before {
	content: "R";
	left: -11px
}

.compare_section.european_union_wrap .price .inner_price:before {
	content: "€";
	left: -11px
}

.compare_section.united_kingdom_wrap .price .inner_price:before {
	content: "£";
	left: -11px;
}

.compare_section.australia_wrap .price .inner_price:before {
	/*content: "A$";
	left: -10px*/
}

.inner_title {
	color: #2c2a2a
}

.compare_section .table_comparison_type .type_name div {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff
}

.compare_section .headr table td:first-child+td .type_name div {
	border-left: none
}

.compare_section .headr table td:last-child .type_name div {
	border-right: none
}

.mobile_price>div {
	min-height: 99px
}

.price_enterprise .termz {
	margin-bottom: 29px
}

@media (max-width:991px) {
	.compare_section.brazil_wrap .price .inner_price:before {
		content: "R$";
		left: -26px
	}
	.compare_section.south_africa_wrap .price .inner_price:before {
		content: "R";
		left: -15px
	}
	.compare_section .price {
		font-size: 35px;
		height: 36px
	}
	.compare_section .price .inner_price:before {
		font-size: 20px;
		left: -12px
	}
	.compare_section .termz {
		margin-top: 0;
		font-size: 16px
	}
	.compare_section .btn_type {
		max-width: 115px
	}
	.mobile_toggle_wrap .toggle.flexit {
		max-width: 420px;
		margin: 0 auto
	}
	.pricing_switcher .back_bar_wrap {
		margin: 0 6px 0 10px;
		width: 40px
	}
	.pricing_switcher .back_bar.annually {
		left: 16px
	}
	.pricing_switcher a {
		font-size: 13px
	}
}

@media (max-width:769px) {
	.mobile_toggle_wrap .toggle.flexit {
		max-width: 47rem
	}
	.mobile_toggle_wrap .toggle .w50 {
		width: 40%
	}
	.mobile_toggle_wrap .toggle .w50:first-child {
		width: 60%
	}
	a[data-type=annually]:before {
		top: -12px
	}
}

@media (max-width:470px) {
	.inner_title {
		font-size: 14px
	}
	.mobile_buttons .buttons_wrap a {
		margin-right: 2px;
		padding: 3px;
		font-size: 13px
	}
	.pricing_switcher .pay {
		display: none
	}
	.pricing_switcher a {
		min-width: 50px;
		font-size: 16px
	}
	.pricing_switcher .back_bar_wrap {
		margin: 0 11px 0 15px
	}
	.pricing_switcher .ast:before {
		left: 0
	}
	a[data-type=annually] {
		text-align: left
	}
	.compare_section .price a {
		font-size: 26px
	}
	.mobile_toggle_wrap .toggle.flexit {
		max-width: 100%
	}
	.compare_section .btn_type {
		max-width: 100px
	}
	.comparison_title.fixdit {
		top: 95px
	}
}

@media (max-width:450px) {
	.mobile_buttons .buttons_wrap a div {
		padding: 2px
	}
	.comparison_title.fixdit {
		top: 93px
	}
	.compare_section .btn_type {
		font-size: 11px
	}
}

@media (max-width:410px) {
	.notez sup.ast {
		font-size: 14px
	}
	sup.crs {
		font-size: 11px
	}
	.mobile_buttons .buttons_wrap a {
		font-size: 12px
	}
	.pricing_switcher .back_bar_wrap {
		margin: 0 9px 0 13px
	}
	.compare_section .price a {
		font-size: 24px
	}
	.comparison_title.fixdit {
		top: 92px
	}
}

@media (max-width:384px) {
	.compare_section .price a {
		font-size: 20px
	}
	.mobile_buttons .buttons_wrap a {
		font-size: 11px
	}
	.compare_section .termz {
		font-size: 14px
	}
	.compare_section .price {
		font-size: 30px;
		height: 32px
	}
	.pricing_switcher a {
		font-size: 14px
	}
	.price_enterprise .termz {
		margin-bottom: 27px
	}
	.comparison_title.fixdit {
		top: 90px
	}
}

@media (max-width:330px) {
	.brazil_wrap .pricing_switcher a {
		font-size: 12px
	}
	.brazil_wrap .pricing_switcher .back_bar_wrap {
		margin: 0 6px 0 11px
	}
}

.support_section a[href="tel:+16506910900"] {
	display: none!important
}

.learn_more_arrow {
	position: relative;
	white-space: nowrap
}

.learn_more_arrow:after {
	position: absolute;
	bottom: 1px;
	right: -14px;
	font-size: 13px;
	content: "\e972";
	font-family: icomoon!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.compare_section .inner_nonprice a {
	text-decoration: none!important;
	cursor: default
}

@media (min-width:992px) {
	.compare_section .fixr .table_comparison_toggle {
		position: relative
	}
	.fixr .btn_we_build.link2 {
		position: absolute;
		display: inline-block;
		top: 18px;
		left: 0;
		width: 100%;
		font-size: 14px
	}
	.fixr .btn_we_build.link2 span {
		display: inline
	}
}

@media (min-width:1201px) {
	.fixr .btn_we_build.link2 {
		font-size: 16px
	}
}