/* GLOBAL */
/* TEXT COLOR */
.text-green {
	color: #5AB658;
}
.text-yellow {
	color: #FCF6B0;
}
.text-red {
	color: #FF6262;
}
.mb-0 {
	margin-bottom: 0 !important;
}
/* BUTTON */
.menu-toggle, button, .ast-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"] {
	border-radius: 50px;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 1.25rem;
	padding: 21px 32px !important;
}
.elementor-button-link.elementor-button {
	border-radius: 50px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 1.25rem;
	margin-bottom: 14px !important;
	padding: 21px 32px !important;
}
.elementor-widget-button a.elementor-button:hover, .elementor-widget-button .elementor-button:hover {
	color: #ffffff;
    border-color: #3a3a3a;
    background-color: #3a3a3a;
}
/* MAIN HEADER */
.main-header .video-lock a {
	color: rgba(0,0,0,0.3);
}
.main-header .elementor-widget-button .elementor-button-wrapper::after {
	color: #233e54;
	content: "30-Day Money-Back Guarantee!";
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
	margin-left: auto;
	margin-top: -2px;
	max-width: 353px;
	text-align: center;
}
/* MAIN FOOTER */
.main-footer a {
	color: #ffffff;
}
/* BANNER AREA */
.banner-area .watch-button a {
	color: #ffffff !important;
}
.banner-area .watch-button .elementor-icon-list-icon {
	-webkit-transform: translateY(6px);
	-moz-transform: translateY(6px);
	-ms-transform: translateY(6px);
	-o-transform: translateY(6px);
	transform: translateY(6px);
}
.banner-area .instant-button p.mb-1 {
	margin-bottom: 13px;
}
.border-bottom {
	border-bottom: 2px solid #1B272E;
	padding-bottom: 2px;
}
.why-choose-content h3 {
	color: #29475B;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.why-choose-content p {
	margin-bottom: 0;
	line-height: 21px;
}
/* TABLE HOME PAGE */
.custom-table table thead .uael-table-row {
	border: 1px solid rgba(0,0,0,0) !important;
}
.custom-table table tbody tr td:first-child {
	border: 1px solid rgba(0,0,0,.0) !important;
}
.custom-table table tbody tr td:first-child img {
	display: block;
	margin: 0 auto 10px !important;
}
.custom-table table tbody tr td:not(:nth-child(1)) {
	border: 0 !important;
	background-image: url(../images/border-image.png);
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 60px 10px !important;
	margin: -2px !important;
	box-sizing: border-box;
}
.custom-table table tbody tr:first-child {
	transform: translateY(2px);
}
.custom-table table tbody tr:last-child {
	transform: translateY(-2px);
}
.custom-table table tbody tr td:nth-child(2) {
	transform: translateX(2px);
	width: 38%;
}
.custom-table table tbody tr td:nth-child(3) {
	transform: translateX(-2px);
}
.custom-table table tbody tr td:not(:first-child) span {
	font-family: 'Edo', sans-serif !important;
	font-size: 28px;
}

/* CONTENT */
.video-link a::before,
.video-link a::after {
	content: "";
	left: 50%;
    opacity: 0.8;
	position: absolute;
	top: 50%;
		-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    transition: all .2s linear;
}
.video-link a::before {
    background: #ff0000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}
.video-link a::after {
    border-bottom: 15px solid rgba(0,0,0,0);
    border-left: 25px solid #fff;
    border-top: 15px solid rgba(0,0,0,0);
    margin-left: 2px;
}
.video-link a:hover::before,
.video-link a:hover::after {
    opacity: 1;
}
.video-link a {
	position: relative;
}

@media (max-width: 767px) {
	.why-choose-content .elementor-widget-container {
		background-color: transparent !important;
		box-shadow: none !important;
	}
	.text-d-none h3 {
		margin-bottom: 0;
	}
	.text-d-none p {
		display: none;
	}
}
@media (max-width: 490px) {
	.custom-table table tbody tr:first-child {
		transform: translateY(1px);
	}
	.custom-table table tbody tr:last-child {
		transform: translateY(-1px);
	}
	.custom-table table tbody tr td:not(:nth-child(1)) {
		padding: 30px 10px !important;
	}
	.custom-table table thead tr:first-child th span,
	.custom-table table tbody tr td:nth-child(1) span {
		font-size: 12px;
	}
	.custom-table table tbody tr td:not(:nth-child(1)) span {
		font-size: 18px;
	}
	.elementor-173 .elementor-element.elementor-element-4a6e0e7 .elementor-image img {
		width: 217px;
	}
	.elementor-173 .elementor-element.elementor-element-d5af49b {
		padding-bottom: 0;
	}
}
@media (max-width: 420px) {
	.custom-table table tbody tr td:not(:nth-child(1)) {
		padding: 20px 5px !important;
	}
	.custom-table table tbody tr td:not(:nth-child(1)) span {
		font-size: 15px;
	}
}
