/**
* Pricing Table Columns
*
* Column layouts for pricing table
*/
.fl-pricing-table:before,
.fl-pricing-table:after {
	display: table;
	content: " ";
}
.fl-pricing-table:after {
	clear: both;
}
.fl-pricing-table {
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.fl-pricing-table-wrap {
	flex: 1;
}
.fl-pricing-table [class^='fl-pricing-table-col-'] {
	min-height: 1px;
}
.fl-pricing-table .fl-pricing-table-payment-frequency {
	text-align: center;
	margin: auto;
	padding-bottom: 30px;
}
.fl-pricing-table .fl-button-wrap {
	padding-bottom: 20px;
}
.fl-pricing-table .fl-button-wrap a.fl-button {
	margin: 0 15px;
}
.fl-pricing-table .second_option-price {
	display: none;
}
.fl-module-pricing-table .fl-builder-switch {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 34px;
}
.fl-module-pricing-table .fl-builder-switch .slider i {
	display: none;
}
.fl-module-pricing-table .fl-builder-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.fl-module-pricing-table .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .4s;
	transition: .4s;
}
.fl-module-pricing-table .fl-builder-switch .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
}
.fl-module-pricing-table .fl-builder-switch input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.fl-module-pricing-table .fl-builder-switch .slider.round {
	-webkit-border-radius: 34px;
  	-moz-border-radius: 34px;
	border-radius: 34px;
}
.fl-module-pricing-table .fl-builder-switch .slider.round:before {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border-radius: 50%;
}

/**
* Pricing Box Spacing
*
* medium, large, and None
*
* Moved to frontend.css.php
*/

/**
* Pricing Boxes
*
* The actual pricing boxes
*/

.fl-pricing-table .fl-pricing-table-column {
	text-align: center;
	position: relative;
}
.fl-pricing-table .fl-pricing-table-inner-wrap {
	position: relative;
}
.fl-pricing-table .fl-pricing-table-column .fl-pricing-table-price {
	padding: 13px 0;
	position: relative;
	z-index: 2;
	letter-spacing: -2px;
}
.fl-pricing-table .fl-pricing-table-column h2 {
	margin: 0;
	padding: 20px;
}
.fl-pricing-table .fl-pricing-table-column .fl-pricing-table-duration {
	font-size: .44em;
	display: inline-block;
	position: relative;
	bottom: 4px;
	letter-spacing: 0px;
	opacity: 0.85;
}
.fl-pricing-table .fl-pricing-table-features {
	margin: 20px 15px;
	list-style-type: none;
	padding: 0;
}
.fl-pricing-table .fl-pricing-table-features li {
	text-align: left;
	padding: 13px 4px;
	list-style-type: none;
}
.fl-pricing-table .fl-pricing-table-features li:last-child {
	border-bottom: 0;
}
.fl-pricing-table a.fl-button {
	margin: 0 15px;
}
.fl-pricing-table a.fl-button .fl-button-text {
	line-height: 18px;
}

/**
* Pricing Box Borders
*
* Large, Medium, Small -- Moved to frontend.css.php in version 2.5.
*
*/

.fl-pricing-table .fl-pricing-table-features .fl-pricing-table-feature-item {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.fl-pricing-table .fl-pricing-table-features .fl-feature-icon,
.fl-pricing-table .fl-pricing-table-features .fl-feature-text,
.fl-pricing-table .fl-pricing-table-features .fl-builder-tooltip {
	display: inline-block;
}
.fl-pricing-table .fl-pricing-table-features .fl-feature-icon {
	text-align: center;
	width: 1.25em;
}
body:not(.rtl) .fl-pricing-table .fl-pricing-table-features .fl-feature-icon {
	padding-right: 2em;
}
body.rtl .fl-pricing-table .fl-pricing-table-features .fl-feature-icon {
	padding-left: 2em;
}
.fl-pricing-table .fl-feature-text {
	margin-right: auto;
}

/* Tooltips */
.fl-pricing-table .fl-builder-tooltip-icon {
	color: #999;
	cursor: pointer;
	padding: 5px;
	vertical-align: middle;
	position: static;
}
.fl-pricing-table .fl-builder-tooltip-text {
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	display: none;
	position: absolute;
	padding: 10px 13px;
	font-weight: normal;
	z-index: 1000;
	border-radius: 4px;
	width: 100%;
	left: 0;
}
.fl-builder-edit .fl-pricing-table .fl-builder-tooltip-text {
	display: none !important;
}
@media (max-width: 768px) { .fl-pricing-table {
	display: block;
}
.fl-pricing-table .fl-pricing-table-wrap {
	width: 90%;
	margin: 35px auto;
} 
 }		.fl-node-a4l6pwkdsh9y .fl-pricing-table-payment-frequency {
			margin: 30px auto;
			text-align: center;
		}
				.fl-node-a4l6pwkdsh9y .fl-pricing-table-column,
		.fl-node-a4l6pwkdsh9y .fl-pricing-table-inner-wrap {
			display: flex;
			flex-direction: column;
			height: 100%;
		}
		.fl-node-a4l6pwkdsh9y .fl-pricing-table-features {
			flex: 1;
		}
			
		.fl-node-a4l6pwkdsh9y .fl-pricing-table .fl-pricing-table-inner-wrap {
			margin: 0;
		}
		.fl-node-a4l6pwkdsh9y .fl-pricing-box {
			display: flex;
			flex-direction: column;
			height: 100%;
		}
					.fl-node-a4l6pwkdsh9y .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-price {
				margin-left: -1px;margin-right: -1px;			}
						.fl-node-a4l6pwkdsh9y .fl-pricing-table .fl-pricing-table-column {
			0000			}
						.fl-node-a4l6pwkdsh9y .fl-pricing-table .fl-pricing-table-features {
				padding-bottom: 30px;
			}
			
/* Features Min Height */

.fl-node-a4l6pwkdsh9y .slider.first_option {
	background: #043E79;
}

.fl-node-a4l6pwkdsh9y .slider.second_option {
	background: #5fd422;
}
	.fl-node-a4l6pwkdsh9y .fl-module-content .fl-pricing-table-payment-frequency span.first_option,
	.fl-node-a4l6pwkdsh9y .fl-module-content .fl-pricing-table-payment-frequency span.second_option {
		color: #333333;
	}


	/*Pricing Box Style*/
	
	.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 .fl-pricing-table-inner-wrap {
		background: #ffffff;
	}

			.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 h2.fl-pricing-table-title {
			color: #333333;
		}
	
			.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 h2 {
			font-size: 24px;
		}
						.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 .fl-pricing-table-price {
			font-size: 31px;
		}
		
	/*Pricing Box Highlight*/
	
	/*Fix when price is NOT highlighted*/
		.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 .fl-pricing-table-price {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 .fl-pricing-table-features {
		margin-top: 10px;
	}
	
	/*Fix when NOTHING is highlighted*/
		.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 .fl-pricing-table-title {
		padding-bottom: 0;
	}
	.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 .fl-pricing-table-price {
		padding-top: 0;
	}
	
	/* Button CSS */
	.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 a.fl-button {

		
			}

		
.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 a.fl-button,
.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 a.fl-button:hover,
.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 a.fl-button:visited {
		background: #69ACF3;
	}

.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 a.fl-button:hover {
	background-color: #69ACF3;
}

.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 a.fl-button,
.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 a.fl-button:visited,
.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 a.fl-button *,
.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 a.fl-button:visited * {
	color: #ffffff;
}












.fl-node-a4l6pwkdsh9y .fl-feature-text {
	font-size: 14px;
}
.fl-node-a4l6pwkdsh9y .fl-pricing-table-features .fl-pricing-table-feature-item .fl-feature-text {
	color: #333333;
}
.fl-node-a4l6pwkdsh9y .fl-pricing-table-features .fl-pricing-table-feature-item .fl-builder-tooltip .fl-builder-tooltip-text {
	color: #333333;
}
.fl-node-a4l6pwkdsh9y .fl-pricing-table-features .fl-pricing-table-feature-item .fl-builder-tooltip-icon {
	color: #808080;
}
.fl-node-a4l6pwkdsh9y .fl-pricing-table-features .fl-pricing-table-feature-item .fl-feature-icon {
	color: #69acf3;
}
.fl-node-a4l6pwkdsh9y .fl-pricing-table .fl-pricing-table-wrap {
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}
.fl-node-a4l6pwkdsh9y .fl-pricing-table .fl-pricing-table-inner-wrap {
	border-style: none;
	border-width: 0;
	background-clip: border-box;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	box-shadow: 0px 3px 10px 0px #d9d9d9;
}
.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 h2.fl-pricing-table-title {
	letter-spacing: 0px;
}
.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 .fl-pricing-table-price {
	letter-spacing: 0px;
}
.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 .fl-button-wrap {
	text-align: center;
}
.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 a.fl-button, .fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 a.fl-button:visited {
	border: 1px solid #5da0e7;
}
.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 a.fl-button:hover, .fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 a.fl-button:focus {
	border: 1px solid #5da0e7;
}


	/*Pricing Box Style*/
	
	.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 .fl-pricing-table-inner-wrap {
		background: #ffffff;
	}

			.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 h2.fl-pricing-table-title {
			color: #333333;
		}
	
			.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 h2 {
			font-size: 24px;
		}
						.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 .fl-pricing-table-price {
			font-size: 31px;
		}
		
	/*Pricing Box Highlight*/
	
	/*Fix when price is NOT highlighted*/
		.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 .fl-pricing-table-price {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 .fl-pricing-table-features {
		margin-top: 10px;
	}
	
	/*Fix when NOTHING is highlighted*/
		.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 .fl-pricing-table-title {
		padding-bottom: 0;
	}
	.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 .fl-pricing-table-price {
		padding-top: 0;
	}
	
	/* Button CSS */
	.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 a.fl-button {

		
			}

					.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 .fl-pricing-ribbon-box {
			overflow: initial;
		}
		.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 .fl-pricing-ribbon {
			width: 100%;
			height: 160px;
			position: absolute;
		}
		/* Ribbon CSS */
		.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 .fl-pricing-ribbon .fl-pricing-ribbon-content {
			color: #FFFFFF;
			background: #F8463F;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 16px;
			position: absolute;
			z-index: 3;
			text-align: center;
			width: 100%;
			/* Make height adjustable */
			height: 30px;
			max-height: 30px;
			/* Half of the height */
			margin-top: -15px;
		}
		.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 .fl-pricing-ribbon .fl-pricing-ribbon-content span {
			color: #FFFFFF;
		}
		.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 .fl-pricing-ribbon .fl-pricing-ribbon-content span {
			display: inline-block;
			max-width: 150px;
			overflow: hidden;
		}
							/* Riboon Position: Top */
			.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 .fl-pricing-ribbon-top .fl-pricing-ribbon-content {
				position: relative;
				width: 50%;
				margin-top: -15px;
				margin-left: auto;
				margin-right: auto;
			}
						.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 .fl-pricing-ribbon-content {
				padding-top: 0px;
				padding-bottom: 0px;
				padding-left: 0px;
				padding-right: 0px;
			}
											
.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 a.fl-button,
.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 a.fl-button:hover,
.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 a.fl-button:visited {
		background: #69ACF3;
	}

.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 a.fl-button:hover {
	background-color: #69ACF3;
}

.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 a.fl-button,
.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 a.fl-button:visited,
.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 a.fl-button *,
.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 a.fl-button:visited * {
	color: #ffffff;
}












.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-0 .feature-item-0 .fl-feature-icon {
	color: #ffffff;
}
.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 h2.fl-pricing-table-title {
	letter-spacing: 0px;
}
.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 .fl-pricing-table-price {
	letter-spacing: 0px;
}
.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 .fl-pricing-ribbon-content {
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #d4d4d4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 .fl-button-wrap {
	text-align: center;
}
.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 a.fl-button, .fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 a.fl-button:visited {
	border: 1px solid #5da0e7;
}
.fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 a.fl-button:hover, .fl-builder-content .fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 a.fl-button:focus {
	border: 1px solid #5da0e7;
}

.fl-node-a4l6pwkdsh9y .fl-pricing-table-column-1 .feature-item-0 .fl-feature-icon {
	color: #ffffff;
}
 .fl-node-a4l6pwkdsh9y > .fl-module-content {
	margin-top:0px;
	margin-right:60px;
	margin-bottom:0px;
	margin-left:60px;
}
@media ( max-width: 768px ) {
 .fl-node-a4l6pwkdsh9y.fl-module > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
}

/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */
.fl-pricing-table-payment-frequency .fl-builder-switch {
    margin: 0 12px
}

.fl-pricing-table .fl-pricing-table-features li {
    padding: 5px 4px;
}
/* End Layout CSS */

