/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
html {
	scroll-behavior: smooth;
}

body {
	overflow-wrap: unset;
	word-wrap: unset;
}

#site-navigation-wrap {
	width: 86%;
}

#site-header #site-navigation .wpml-ls-menu-item {
	float: right;
}

#site-header #site-navigation .wpml-ls-menu-item ul li {
	float: none;
}

img {
	margin: unset !important;
}

@-moz-document url-prefix() {
	.top_alert .elementor-slide-heading {
		margin-top: -41px;
	}
}

.save_image {
	margin-left: -188px !important;
	margin-top: 8px !important;
}

.tooltipstered {
	z-index: 1000 !important;
}

.topSection,
.Customer_Successes {
	background-color: #fff2ce !important;
	background-image: none !important;
}

.topSection h1,
.topSection .elementor-widget-container,
.Customer_Successes_inner h4,
.topSection p,
.Customer_Successes h1,
.Customer_Successes .elementor-widget-container,
.Customer_Successes p {
	color: #033b55 !important;
}

.topSection a,
.Customer_Successes a {
	color: #0e65a3 !important;
}

.topSection .elementor-button-link,
.Customer_Successes .elementor-button-link {
	color: #ffffff !important;
}

.grad_part span {
	font-weight: 600 !important;
	font-size: 14px !important;
	color: #033B55;
}

li.navctatxt {
	text-align: center;
	position: absolute !important;
	margin-top: 28px;
	right: 0;
	width: 245px;
	text-align: center;
}

.navctatxt span {
	font-size: 12px;
}

.top-bar-menu li:first-of-type {
	font-weight: 600;
}

#top-bar-nav>ul>li:last-of-type {
	font-weight: inherit !important;
}

#top-bar-wrap {
	border-bottom: 0px;
}

#site-header {
	z-index: 9998 !important;
}

#menu-prenav .sub-menu,
#top-bar-wrap {
	z-index: 9999 !important;
}

#top-bar-nav .sub-menu a,
.is-sticky .main-menu .sub-menu a {
	color: #033b55 !important;
}

.wpml-ls-current-language {
	margin-left: 24px;
}

.navSubTitle a {
	color: #0e65a3 !important;
	font-weight: 600 !important;
	font-size: 16px !important;
}

.navSubTitle .sub-menu a {
	color: inherit !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	margin-left: 12px;
}

.navSubTitle a:hover {
	color: #0e65a3 !important;
}

.dropdown-menu ul li.menu-item,
.navigation .megamenu li ul.sub-menu,
.navigation>ul>li>ul.megamenu.sub-menu>li,
.navigation .megamenu li ul.sub-menu {
	border: 0px !important;
}

.megamenu {
	padding: 20px;
	max-width: 900px;
}

#slideup-bar {
	z-index: 9996 !important;
}

#footerC,
#footer {
	z-index: 9997;
}

#scroll-top {
	z-index: 9998 !important;
}

.top_alert {
	z-index: 99998 !important;
}

#countryModal.modal {
	z-index: 9999999 !important;
}

/*.navctatxt a:before { content: '\2192';}*/
div#primiertrainer {
	display: none !important;
}

.site-footer {
	z-index: 20;
}

#slideup-bar {
	background-color: #fff;
	box-shadow: 0 0px 14px 0 rgb(42 53 61 / 20%);
	position: fixed;
	bottom: -83px;
	width: 100%;
	display: block;
	transition: bottom 0.3s;
	padding: 8px 14px 8px;
	text-align: center;
}

#menu-item-wpml-ls-2-en {
	/*margin-right: -3%;*/
}

#site-header #site-navigation .header_login_btn {
	width: 245px;
	text-align: center;
	z-index: 999;
}

#site-header #site-navigation .header_login_btn a {
	padding: 0 4px;
}

@media only screen and (min-width: 960px) {
	.cta-btn-mob {
		display: none !important;
	}

	.wpml-ls-current-language:before {
		content: '';
		background: url(/uploads/icoGlobe.svg) no-repeat center;
		background-size: 12px;
		position: absolute;
		margin-left: -24px;
		width: 20px;
		height: 20px;
		filter: invert(100%);
	}
}

@media only screen and (max-width: 959px) {
	#top-bar-wrap {
		display: none !important;
	}

	#slideup-bar {
		display: none !important;
	}

	#site-header {
		position: fixed !important;
		background-color: #328cc3 !important;
		z-index: 9998 !important;
	}

	#site-header.transparent-header {
		background-color: #328cc3 !important;
	}

	/* .cta-btn-mob {z-index: 9999999;position: fixed;display: inline-block;margin-top: 16px;width: 40%;text-align: center;margin-left: 30%;} */
	.cta-btn-mob {
		z-index: 9999999;
		position: fixed;
		display: inline-block;
		margin-top: 16px;
		top: 0;
		width: 50%;
		text-align: center;
		margin-left: 25%;
	}

	.cta-btn-mob ul {
		margin: 0px;
	}

	.cta-btn-mob li {
		list-style: none;
	}

	.cta-btn-mob li a {
		line-height: 18px !important;
		display: inline-block;
		background-color: #fe5000;
		font-size: 14px;
		border-radius: 30px;
		color: #fff !important;
		margin: 5px auto 5px;
		padding: 10px 24px 10px 24px !important;
		font-weight: 600;
	}

	.cta-btn-mob li.navctatxt a {
		background-color: transparent;
		font-size: 12px;
		border-radius: 0px;
		padding: 0px !important;
		font-weight: 400;
	}

	li.navctatxt {
		display: contents;
	}

	#mobile-dropdown .navctatxt {
		display: none;
	}

	.cta-btn-mob li:first-of-type {
		margin-bottom: -12px;
	}
}

/*@media only screen and (max-width: 399px) {
.menu-cta-mobile-container {margin-left: 28%;}
}*/
iframe#chatFrame .embeddedServiceHelpButton .helpButton .uiButton {
	background-color: #0e65a3 !important;
	box-shadow: none !important;
}

iframe#chatFrame .embeddedServiceHelpButton .embeddedServiceIcon {
	margin-right: 4px !important;
	font-size: 20px !important;
}

iframe#chatFrame .message {
	background-color: transparent !important;
	font-size: 14px !important;
	min-width: 138px !important;
	font-weight: 500 !important;
	font-family: Poppins, sans-serif !important;
	box-shadow: none !important;
	border: none !important;
}

input[type=email],
input[type=password],
input[type=number],
input[type=text],
select,
textarea {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #5d7483;
	padding: 10px 12px;
	margin: 0.5em auto !important;
	width: 100%;
	font-size: 16px;
}

.dropdown-menu ul li a.menu-link:hover {
	background-color: #fff !important;
	color: #fe5000 !important;
}

#site-navigation-wrap .dropdown-menu>li>a {
	letter-spacing: 0px;
}

.dropdown-menu ul li a.menu-link {
	font-size: 14px;
	color: #333;
}

.dropdown-menu .sub-menu {
	min-width: 220px;
}

.minimal-header.left-menu #site-logo,
.transparent-header.left-menu #site-logo {
	padding-right: 50px;
}

.elementor-heading-title {
	line-height: 1.4 !important;
}

span.growUline::after {
	content: '';
	position: absolute;
	display: block;
	left: 175px;
	width: 150px;
	background-image: url('https://actcomstaging.wpengine.com/wp-content/uploads/2021/07/growline.png');
	background-size: 150px auto;
	height: 16px;
	background-repeat: no-repeat;
}

#footer-widgets ul.menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer-widgets ul.menu li {
	list-style: none;
	position: relative;
	margin-bottom: 12px;
	font-size: 15px;
	font-weight: 500;
}

#footer-widgets a,
#footer-widgets a:hover {
	color: #fff;
}

.home-icon-box h4 {
	color: #328cc3;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
}

.oew-info-box .oew-info-box-icon svg {
	display: block !important;
}

.oew-info-box .oew-info-box-icon {
	padding: .5em !important;
}

.home-testimonial-item .elementor-testimonial-wrapper::before {
	content: "\f10d";
	font-size: 35px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0px;
	top: -10px;
	color: #cdcdc8;
}

.home-testimonial-item .elementor-testimonial-wrapper {
	position: relative;
	padding-left: 60px;
}

.home-video-box::before {
	content: '\25CF';
	position: absolute;
	margin-top: -20px;
	font-size: 24em;
	margin-left: -80px;
	z-index: -1;
	color: #e8e8e6;
	line-height: 60px;
	display: inline-block;
}

.bg_hover_color:hover h2 {
	color: #fff;
}

.MarketingConsultant ul {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 30px;
	padding: 0;
	margin: 0
}

.MarketingConsultant ul li {
	position: relative;
	overflow: hidden;
	list-style: none;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 20px;
	border-radius: 10px;
}

.hide_show_cnt a {
	color: #328cc3;
	font-weight: 600;
}

.img-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.img-icon img {
	max-width: 90px;
	width: 100%;
	padding: 0 15px;
}

.img-content h4 {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}

.img-content p {
	font-size: 14px;
	line-height: 26px;
}

.img-content h6 {
	color: #328cc3;
	margin: 10px 0;
}

.hide_show_cnt {
	display: block;
	padding: 50px;
	background: #333;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.MarketingConsultant ul li:hover .hide_show_cnt {
	opacity: 1;
	transition-duration: .35s;
}

.hide_show_cnt p {
	margin: 0;
	line-height: 32px;
}

.act_logo img {
	max-width: 160px;
	padding: 15px 0;
	height: 100px;
	object-fit: contain;
}

.hover_logo img {
	max-width: 80px;
}

.hover_logo {
	padding-bottom: 15px;
}

table.documentation tr th,
table.documentation tr td {
	font-size: 14px;
}

table.documentation tr th {
	font-weight: 600;
}

#site-header-inner .elementor-button-link.elementor-button {
	border-radius: 30px;
}

.version_cricle {
	background-color: #f60;
	border-radius: 100px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	position: absolute;
	top: -20px;
	z-index: 1;
	right: 0;
}

.Ver_Cnt .elementor-widget-container::after {
	content: "";
	background: whitesmoke;
	position: absolute;
	left: -300px;
	right: 0;
	width: 100%;
	top: 0;
	display: block;
	height: 211px;
	z-index: -1;
}

.Ver_Cnt__ .elementor-widget-container::after {
	content: "";
	background: whitesmoke;
	position: absolute;
	left: -200px;
	right: 0;
	width: 100%;
	top: 0;
	display: block;
	height: 211px;
	z-index: -1;
}

.Ver_Cnt__02 .elementor-widget-container::after {
	content: "";
	background: whitesmoke;
	position: absolute;
	left: -200px;
	right: 0;
	width: 100%;
	top: 0;
	display: block;
	height: 239px;
	z-index: -1;
}

.version_cricle02 span {
	background-color: #f60;
	border-radius: 100px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
}

.version_cricle02 {
	position: absolute;
	top: -20px;
	z-index: 1;
	right: 0;
}

.free_trial {
	display: flex;
	align-items: center;
	justify-content: center;
}

.free_trial span.number {
	font-size: 132px;
	font-weight: 700;
}

.free_trial span {
	text-align: left;
	padding-left: 20px;
}

body.single-customer-successes .page-header {
	padding: 220px 0 100px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

body.single-customer-successes .page-header::before {
	content: "";
	position: absolute;
	background: url(https://www.act.com/images/default-source/default-album/curvededgetopmask2.png) bottom center;
	background-repeat: repeat;
	background-size: auto;
	background-size: 100%;
	height: 97px;
	width: 100%;
	background-repeat: no-repeat;
	bottom: 0;
}

body.single-customer-successes .site-breadcrumbs {
	position: relative;
	text-align: center;
	width: 100%;
	max-width: 100%;
	overflow: visible;
}

body.single-customer-successes .page-header h1 {
	text-align: center;
	color: #fff;
	font-size: 48px;
	font-weight: 600;
}

body.single-customer-successes ol.trail-items li a,
body.single-customer-successes ol.trail-items li span {
	color: #fff;
	font-size: 16px;
}

body.single-customer-successes ol.trail-items {
	padding-top: 20px;
}

.customer-successe-posts {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 30px;
	padding: 0;
	max-width: 1100px;
	margin: 0 auto;
}

.customer-successe-posts li {
	list-style: none;
	min-height: 500px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	color: #fff;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.white_logo {
	text-align: center;
}

.customer-successe-posts li .read_more_btn a {
	background: #ee5324;
	padding: 8px 30px;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
}

.customer-successe-posts li .short_desc p {
	font-size: 14px;
	line-height: 24px;
}

.customer-successe-posts li .white_logo img {
	max-width: 100%;
	margin-bottom: 30px;
}

p.cs_arch_desc {
	font-size: 22px;
	padding-bottom: 30px;
}

.Download_Form form .elementor-field-type-checkbox input[type="checkbox"] {
	display: inline-block !important;
}

.tab-container {
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 25px;
}

.main-learning form {
	position: relative;
}

.main-learning {
	padding: 0 20px;
}

.Featured_Resource .learning-outer {
	display: flex;
}

.Featured_Resource .sidebar-learning {
	width: 25%;
	background: #f5f5f5;
	padding: 20px;
	border-radius: 10px;
}

.main-learning {
	width: 75%;
}

#lc-posts-result ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 20px;
	justify-content: flex-start;
}

ul.lc-posts li.no-result {
	display: none;
}

#lc-posts-result ul li {
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 15px;
	list-style: none;
	text-align: center;
	position: relative;
	width: 31%;
}

.inner-lc h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	margin: 10px 0;
}

.main-learning form #lc-search-txt {
	border-radius: 30px;
	padding: 10px 15px;
	margin-bottom: 30px;
}

.inner-lc p.lc-cat {
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #328cc3;
	text-align: center;
	margin: 10px 0;
}

.inner-featured-resource {
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 20px;
	list-style: none;
	margin-bottom: 60px;
}

.sidebar-learning button.active {
	background: #f9f9f9;
	border-color: #328cc3;
	color: #328cc3 !important;
}

.sidebar-learning button {
	background: #fefefe !important;
	border-radius: 20px;
	color: #374650 !important;
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	line-height: 35px;
	padding: 0px 12px;
	text-align: center;
	transition: all 140ms;
	margin: 2px 2px;
	border: 1px #cdcdc8 solid;
}

.lc-desc {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 50px;
}

.lc-desc a.lc-read-more {
	bottom: 20px;
	left: 0;
	position: absolute;
	width: 100%;
	color: #FE5000;
	font-weight: 400;
	font-size: 16px;
}

.lc-desc a.lc-read-more p {
	margin: 0;
}

.inner-featured-resource {
	display: flex;
}

.fp-img {
	color: #033B55;
	background: url('img/learningcentre-typefeat-article.png');
	height: 200px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 66px;
	display: block;
	width: 26%;
	border-radius: 8px;
	margin-right: 50px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
}

.fp-desc-outer .fp-desc a {
	background: #fe5000;
	color: #fff;
	border: 0px solid #fe5000;
	padding: 8px 30px;
	border-radius: 30px;
	font-size: 15px;
}

.fp-desc h5 {
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #328cc3;
}

.fp-desc h2 {
	font-weight: 300;
	font-size: 30px;
	line-height: 36px;
}

.featured-resource h3 {
	color: #328cc3;
	font-size: 24px;
	font-weight: 500;
}

/* Press releases and In the media */
.tab_ul::before {
	content: "";
	position: absolute;
	background: #374650;
	width: 100%;
	height: 15px;
	max-width: 1px;
	margin: 0 auto;
	left: -16px;
	right: 0;
	top: 6px;
}

.tab_ul {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: center;
	grid-gap: 30px;
	margin: 0;
	padding: 0;
}

.tab_ul li {
	list-style: none;
	cursor: pointer;
}

.tab-inner-container {
	text-align: center;
	padding-top: 50px;
}

.news-press-posts {
	text-align: center;
}

.article-row h3 {
	color: #328cc3;
}

.article-row {
	padding: 30px 0 50px;
	border-bottom: 1px solid #bbb;
}

.tab-inner-container h2 {
	margin: 0;
	font-size: 28px;
	font-weight: 300;
}

.article-row h3 {
	font-size: 24px;
	font-weight: 300;
}

.tab-inner-container .article-row:last-child {
	border-bottom: 0;
}

.read_more_btn {
	padding-top: 30px;
}

.read_more_btn a {
	padding: 8px 35px;
	text-align: center;
	line-height: 24px;
	font-weight: 400;
	border-radius: 50px;
	transition: all .5s ease;
	min-width: 180px;
	background: #fe5000;
	color: #fff !important;
}

.Fixed_SideBar ul.elementor-icon-list-items li span {
	color: #374650;
	font-size: 13px;
}

.Fixed_SideBar ul.elementor-icon-list-items li:hover span {
	color: #fe5000 !important;
}

ul.lc-posts li .inner-lc a.bg-img p {
	line-height: 12px;
	font-size: 8px;
	font-weight: 600;
	margin: 0;
}

ul.lc-posts li.li_type_articles .inner-lc a.bg-img p {
	max-width: 120px;
	margin: 0 auto;
	color: #033B55;
}

ul.lc-posts li.li_type_videos a.bg-img p {
	padding-top: 60px;
	color: #033B55;
	max-width: 150px;
	margin: 0 auto;
}

ul.lc-posts li.li_type_webinars a.bg-img p {
	padding-top: 50px;
	color: #033B55;
	max-width: 150px;
	margin: 0 auto;
}

ul.lc-posts li.li_type_guides a.bg-img p {
	padding-top: 40px;
	color: #033B55;
	max-width: 130px;
	margin: 0 auto;
}

ul.lc-posts li.li_type_worksheets a.bg-img p {
	padding-top: 10px;
	color: #033B55;
	max-width: 150px;
	margin: 0 auto;
}

#lc-filter-form h5 {
	font-size: 12px;
	color: #cdcdc8;
	font-family: 'Poppins', Arial, sans-serif !important;
	font-weight: 900;
	margin: 30px 0 10px;
}

.sidebar-learning h5 {
	font-size: 12px;
	color: #cdcdc8;
	font-family: 'Poppins', Arial, sans-serif !important;
	font-weight: 900;
	margin: 30px 0 10px;
}

.lc-filter-outer-check {
	display: flex;
	flex-direction: column;
}

#clearLcFilter {
	color: #FE5000;
	margin-top: 10px;
	display: block;
}

#lc-posts-result ul.lc-posts li.li_type_templates .inner-lc a.bg-img p {
	max-width: 150px;
	margin: 0 auto;
	padding-left: 30px;
	text-align: left;
	line-height: 10px;
	color: #033B55;
}

#lc-posts-result ul.lc-posts li.li_type_templates .inner-lc a.bg-img {
	padding-top: 40px;
}

ul.lc-posts li .inner-lc a.bg-img {
	border-radius: 10px 10px 0 0px;
}

ul.lc-posts li.li_type_articles .inner-lc a.bg-img {
	color: #fff;
	background: url('img/learningcentre-typefeat-article.png');
	height: 150px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 50px;
	display: block;
}

ul.lc-posts li.li_type_templates .inner-lc a.bg-img {
	background: url('img/learningcentre-typefeat-template.png');
	height: 150px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 50px;
	display: block;
}

ul.lc-posts li.li_type_webinars .inner-lc a.bg-img {
	background: url('img/learningcentre-typefeat-webinar.png');
	height: 150px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 50px;
	display: block;
}

ul.lc-posts li.li_type_videos .inner-lc a.bg-img {
	background: url('img/learningcentre-typefeat-video.png');
	height: 150px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 50px;
	display: block;
}

ul.lc-posts li.li_type_guides .inner-lc a.bg-img {
	background: url('img/learningcentre-typefeat-guide.png');
	height: 150px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 50px;
	display: block;
}

ul.lc-posts li.li_type_worksheets .inner-lc a.bg-img {
	background: url('img/learningcentre-typefeat-worksheet.png');
	height: 150px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 50px;
	display: block;
}

.hide_tab.content_1 {
	display: block;
}

#find-an-act-data {
	padding-top: 50px;
}

.find-an-act-data>ul {
	display: flex;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	width: 100%;
	grid-gap: 20px;
}

.find-an-act-data>ul>li {
	list-style: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 23%;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
}

.img-cont img {
	max-width: 90px !important;
}

.img-cont img.first-img,
.img-cont img.third-img {
	max-width: 50px !important;
	margin: 0px 5px;
}

.img-cont {
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 20px;
	flex-direction: column;
}

.find-an-act-data>ul>li h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	padding-top: 15px;
}

.elementor-field-option {
	font-size: 12px;
}

.elementor-field-group {
	margin-bottom: 20px !important;
}

.elementor-field-group .elementor-select-wrapper::before {
	text-shadow: 0 0 0;
	color: #2B3744 !important;
}

.Round_Button .elementor-widget-container {
	background: #008cc5;
	color: #fff;
	width: 100px;
	height: 100px;
	text-align: center;
	font-size: 48px;
	text-indent: 2px;
	line-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

#find-an-act-filter-form .col-3 {
	width: 25%;
}

#find-an-act-filter-form,
#advanced_filter_form {
	display: flex;
	align-items: center;
	grid-gap: 15px;
	position: relative;
}

form#advanced_filter_form {
	margin-top: 20px;
}

#advanced_filter {
	display: none;
	float: left;
}

a.advance_filter {
	position: absolute;
	top: 80px;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
}

.find-an-act-data>ul>li div {
	font-size: 12px;
	color: #39464f;
}

.find-an-act-data ul li .all_region ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 10px;
}

.find-an-act-data ul li .all_region ul li {
	list-style: none;
	line-height: 10px;
	display: inline-block;
	margin-bottom: 10px;
	overflow: hidden;
}

.find-an-act-data ul li .all_region ul li a {
	font-size: 11px;
	line-height: 15px;
	font-weight: 500;
	margin-bottom: 8px;
	padding: 0 5px;
	border-right: 1px solid #959595;
}

a.added_region_city {
	text-decoration: underline !important;
}

.find-an-act-data ul li .all_region ul li:last-child {
	border-right: 0;
}

.find-an-act-data ul li .all_region ul li:last-child a {
	border-right: 0;
}

.learn_more_btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-weight: bold;
}

.all_loc {
	padding-bottom: 40px;
}

.learn_more {
	padding-bottom: 30px;
}

.all_region {
	padding-top: 10px;
}

.web {
	padding: 10px 0;
}

.black .all_loc {
	display: none;
}

.black .learn_more_btn a {
	padding-left: 20px;
}

.userinfo {
	padding-top: 10px;
}

.certified_since {
	padding: 10px 0;
}

.userinfo span {
	display: block;
}

.black .loc_reg div {
	color: #fff;
}

.black .specialty_loc {
	color: #fff;
}

.find-an-act-data li .post_content {
	color: #fff;
	height: 210px;
	overflow-y: auto;
}

.tooltip {
	position: absolute;
	right: 10px;
	top: 10px;
}

.find-an-act-data>ul>li .tooltip img {
	max-width: 20px;
}

.tooltip .tooltiptext {
	visibility: hidden;
	opacity: 0;
	width: 90px;
	background-color: #999;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: -20px;
	right: 30px;
	font-size: 13px;
	line-height: 20px;
}

.tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #999;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.oew-blog-grid .oew-grid-inner {
	text-align: left;
}

.oew-blog-grid .oew-grid-meta {
	padding: 0 20px 10px !important;
}

.oew-blog-grid .oew-grid-meta li.meta-cat {
	float: left !important;
}

.oew-grid-details {
	text-align: left;
}

.post_content+hr {
	margin: 15px 0 !important;
}

.page-id-681 .is-sticky #site-header,
.single-post .is-sticky #site-header,
.tag .is-sticky #site-header,
.tag .is-sticky #site-header,
.category .is-sticky #site-header,
.author .is-sticky #site-header {
	padding-bottom: 0;
}

.page-id-681 #site-header,
.page-id-36483 #site-header {
	background-color: #328cc3;
	/*background: url(/uploads/2021/08/header-wave.svg);background-color: #f2f4fb;background-position: top center;background-repeat: no-repeat;background-size: 120%; padding-bottom: 150px;*/
	position: relative;
}

.single-post #site-header,
.tag #site-header,
.category #site-header,
.author #site-header {
	background-color: #328cc3;
	/*background: url(/uploads/2021/08/header-wave.svg);background-position: top center;background-repeat: no-repeat;background-size: 120%; padding-bottom: 150px;*/
	position: relative;
}

.catchProgressbar {
	background-color: transparent !important;
	border-color: transparent !important;
}

.eael-reading-progress-wrap .eael-reading-progress .eael-reading-progress-fill {
	border-radius: 8px;
}

.activeFeature {
	box-shadow: 1px 1px 20px #b7b7b7;
	border-left: 7px solid #328cc3;
}

.featureWrapper:hover {
	box-shadow: 1px 1px 20px #b7b7b7;
	border-left: 7px solid #328cc3;
}

.feature.featureFont {
	margin: 0;
}

.featureFont strong {
	font-size: 20px;
	padding-bottom: 5px;
	display: block;
}

.featureFont br {
	display: none;
}

#clear_faa_filter {
	font-size: 12px;
	white-space: nowrap;
	color: #ee5324;
	font-weight: 600;
}

.badge-info {
	padding-top: 10px;
}

.badge-info img {
	max-width: 20px !important;
	margin-right: 15px;
}

#find-an-act-filter-form .col-3 label {
	font-weight: 700;
	font-size: 14px;
}

.active .elementor-widget-wrap {
	color: #fff;
	background: #374650 !important;
}

.bg_hover_color .elementor-widget-wrap:hover .__Star_Icon .elementor-icon::before {
	background: #fff !important;
	color: #374650;
}

.active .__Star_Icon .elementor-icon::before {
	background: #fff;
	color: #374650;
}

.bg_hover_color .elementor-widget-wrap:hover {
	color: #fff;
	background: #374650 !important;
}

.Number_Text h2 {
	background: #374650;
	color: #fff;
	padding: 0;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 44px;
}

li.black h3,
li.black h6 {
	color: #fff;
	font-weight: 600;
	padding-bottom: 8px;
}

.__Star_Icon .elementor-icon::before {
	content: "";
	position: absolute;
	background: #374650;
	height: 45px;
	width: 45px;
	line-height: 45px;
	left: 0;
	right: 0;
	border-radius: 50%;
	top: 0;
	z-index: 100;
	font-size: 22px;
	font-weight: 600;
}

.__Star_Icon01 .elementor-icon::before {
	content: "1";
}

.__Star_Icon02 .elementor-icon::before {
	content: "2";
}

.__Star_Icon03 .elementor-icon::before {
	content: "3";
}

.__Star_Icon04 .elementor-icon::before {
	content: "4";
}

.categories_tags {
	max-width: 1050px;
	margin: 0 auto;
}

.categories_tags ul {
	padding: 0;
	margin: 0;
}

.categories_tags ul li {
	list-style: none;
	float: left;
}

.ExploreAct ul {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

.ExploreAct ul li {
	list-style: none;
	text-align: center;
	border-right: 1px solid #cdcdc8;
	border-bottom: 1px solid #cdcdc8;
	padding: 30px;
	width: 25%;
	position: relative;
}

.ExploreAct.__ExploreAct ul li {
	width: 33%;
}

.ExploreAct ul li:last-child {
	border-right: 0;
}

.ExploreAct ul.Ul_Row02 li {
	border-bottom: 0;
}

.ExploreAct ul li .Heading_Icon img {
	max-width: 90px;
}

.Heading_Icon h2 {
	font-size: 20px;
	font-weight: 700;
	padding-top: 25px;
}

.Show_Content h3 {
	font-size: 20px;
	font-weight: 700;
}

.ExploreAct ul li .Show_Content a {
	color: #fff;
	background-color: #FE5000;
	padding: 10px 30px;
	text-align: center;
	line-height: 24px;
	font-weight: 400;
	border-radius: 30px;
}

.Show_Content {
	opacity: 0;
	visibility: hidden;
	background: #fff;
	height: 100%;
	padding: 20px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	transition-duration: .25s;
}

.ExploreAct ul li:hover .Show_Content {
	opacity: 1;
	visibility: visible;
}

.SubHeading_Title {
	display: block;
	padding-top: 20px;
	letter-spacing: -0.5px;
	color: #0ab4dc;
	line-height: 22px;
}

/* .Dual_Button ul li:last-child a {background: #6babd3 !important; color: #fff !important;} */
.savingsHolder {
	text-align: center;
}

.Product_Features .oew-accordion-item {
	overflow: hidden;
	position: relative;
}

.Product_Features .oew-accordion-item::before {
	content: "\f00c";
	position: absolute;
	right: 0;
	background: #4295c7;
	height: 56px;
	min-width: 50px;
	max-width: 30%;
	width: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
}

.switch-labels {
	color: #cdcdc8;
	font-weight: 600;
	font-size: 16px;
}

.switch-labels.active {
	font-weight: 600;
	color: #374650;
}

.oew-pricing-table-onsale-price {
	display: none;
	text-decoration: none;
}

.add_on::before {
	content: "Featured add-on";
	position: absolute;
	right: 20px;
	background: #fff;
	font-size: 18px;
	font-weight: 700;
	color: #328cc3;
	top: -16px;
	z-index: 10;
	padding: 0 18px;
}

.add_on.Additional_add::before {
	content: "Additional add-ons";
}

.__innerTab .oew-accordion-content p {
	color: #328cc3;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

.__innerTab .oew-accordion-content ul {
	float: left;
	font-size: 12px;
	line-height: 22px;
	margin: 15px;
}

.Tab_Content_Div ul {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.Tab_Content_Div ul li {
	list-style: none;
	width: 25%;
	text-align: center;
	position: relative;
}

.Tab_Content_Div ul li a {
	display: block;
	text-align: center;
	color: #989898;
}

.Tab_Content_Div ul li span {
	display: block;
}

.Tab_Content_Div ul li span.icon_img img {
	height: 70px;
	margin-bottom: 20px;
}

.Tab_Content_Div h2 {
	text-align: center;
	padding: 40px 0;
	font-weight: 300;
}

.Tab_Content_Div ul li a:hover {
	color: #009AFF;
	font-weight: bold;
	text-decoration: none;
}

.Tab_Content_Div ul li a:hover .icon_img img {
	opacity: 0.1;
}

.Tab_Content_Div ul li a span.watch {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
}

.Tab_Content_Div ul li a:hover span.watch {
	display: block;
}

.Getting_List .elementor-widget-container a,
.Link_Page ul li a {
	color: #fe5000;
}

.Video_small_tite {
	display: block;
	font-size: 14px;
	font-weight: 400;
}

.List_2018_ ul {
	padding: 0;
	margin: 0;
}

.List_2018_ ul li {
	display: flex;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
}

.ToolTip_Cont i {
	color: #4295c7;
	font-size: 14px;
	padding-left: 6px;
}

.tooltipstered_02 {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	padding: 10px;
	min-width: 300px;
	max-width: 300px;
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 10;
	border: 3px solid #4295c7;
	font-weight: 400;
	bottom: 100%;
}

.tooltipstered_02::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #4295c7;
	position: absolute;
	transform: rotate(90deg);
	left: 2px;
	bottom: -15px;
}

.List_2018_ .ToolTip_Cont .question_iocn:hover+.tooltipstered_02 {
	opacity: 1;
	visibility: visible;
}

.ToolTip_Cont {
	position: relative;
}

.downloadTable tr th,
.downloadcenter tr th {
	padding: 10px 10px !important;
	width: 20%;
}

p {
	font-weight: 300;
	line-height: 1.8em;
}

.elementor-heading-title {
	line-height: 1.5em !important;
}

.elementor-button {
	color: #FFFFFF;
	background-color: #FE5000;
	border-radius: 30px !important;
	font-size: 16px;
	font-weight: 600;
	margin: 5px auto 5px;
	padding: 14px 40px 14px 40px !important;
	/*text-transform: capitalize;*/
}

.elementor-button-link {
	color: #FFFFFF;
	background-color: #FE5000;
	border-radius: 30px !important;
	font-size: 16px;
	font-weight: 600;
	margin: 5px auto 5px;
	padding: 14px 40px 14px 40px !important;
}

.wpLeaderBtnParent2 .wpLeaderBtn a.elementor-button-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: none !important;
	font-size: 0;
	z-index: 10000;
}

.wpLeaderBtnParent2 .wpLeaderBtn.elementor-widget {
	position: unset;
}

.Now_Title {
	width: 70px;
	height: 70px;
	background-color: #e6004b;
	padding: 15px 0px;
	border-radius: 100px;
	color: white;
	font-weight: 600;
	font-size: 13px;
	margin-left: -18px;
	display: block;
	line-height: 16px;
	border: 5px solid white;
}

.popular {
	border-radius: 5px 5px 0 0;
	background: #328cc3;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 5px 0;
	width: 100%;
	z-index: 1;
}

.Now_Div {
	display: flex;
	width: 100%;
	align-items: center;
}

.Now_Div {
	margin-top: -70px;
	position: relative;
}

.Now_Title_main {
	position: relative;
	z-index: 2;
}

.Now_Div::before {
	content: "";
	background: #328cc3;
	width: 100%;
	height: 37px;
	display: block;
	position: absolute;
	left: 0;
	z-index: 0;
	top: 17px;
	border-radius: 5px 5px 0 0;
}

.BorderButtonStyle a.elementor-button-link {
	border: 1px solid #fe5000;
	background: none !important;
	color: #fe5000 !important;
}

.oew-switch-wrap .oew-text:first-child {
	color: #333;
}

.oew-switch-wrap .oew-switch+.oew-text {
	color: #cdcdc8;
}

.oew-switch-wrap.oew-switch-on .oew-switch+.oew-text {
	color: #333;
}

.oew-switch-wrap.oew-switch-on .oew-text:first-child {
	color: #cdcdc8;
}

.Devide_Price h2::before {
	position: absolute;
	content: "";
	left: 0;
	top: 20px;
	right: 0;
	border-top: 4px solid #fe5000;
	transform: rotate(-21deg);
	max-width: 100px;
	margin: 0 auto;
	z-index: 1000;
}

.wpLeaderBtnParent .elementor-widget-wrap {
	height: 400px;
}

.LeftBar .elementor-tabs-wrapper>div {
	background: #f1f1f1;
	border-bottom: 1px solid #fff !important;
}

.LeftBar .elementor-tabs-wrapper>div:hover {
	background: #3289bd;
	color: #fff !important;
}

.LeftBar .elementor-tabs-wrapper>div.elementor-active {
	background: #3289bd !important;
	color: #fff !important;
}

.LeftBar .elementor-tabs-content-wrapper {
	background: none !important;
}

.wpLeaderBtn a.button {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: none;
	font-size: 0 !important;
}

.wpLeaderBtnParent .wpLeaderBtn.elementor-widget {
	position: unset !important;
}

#resource_center_2 ul.lc-posts li .bg-img {
	color: #fff;
	background-repeat: repeat !important;
	height: 150px !important;
	background-size: cover !important;
	background-position: top center !important;
	padding-top: 50px;
	display: block;
	border-radius: 10px 10px 0 0px;
}

#resource_center_2 ul.lc-posts li.li_type_marketing .bg-img {
	background: url(img/learningcentre-typefeat-article.png);
}

#resource_center_2 ul.lc-posts li.li_type_training .bg-img {
	background: url(img/learningcentre-typefeat-guide.png);
}

#resource_center_2 ul.lc-posts li.li_type_support .bg-img {
	background: url(img/learningcentre-typefeat-worksheet.png);
}

#resource_center .inner-featured-resource .fp-img {
	background: url(img/machine.png);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 30px;
}

#resource_center_2 ul.lc-posts li .inner-lc a.bg-img p {
	max-width: 130px;
	margin: 0 auto;
	color: #fff;
}

.wP_Dual_Button span.wpBtnSub {
	font-weight: 400;
}

.WpPlanSave img.SaveBtn {
	margin-top: -40px;
}

.wP_Dual_Button ul.oew-buttons li a {
	width: 575px !important;
	max-width: 100%;
}

.WPplus_icon.WPhide {
	display: none;
}

span.plus_icon.WPplus_icon.WPhide+span.minus_icon.WPminus_icon {
	display: block;
}

span.plus_icon.WPplus_icon,
span.minus_icon.WPminus_icon {
	color: #328cc3 !important;
	cursor: pointer !important;
	transform: uppercase;
}

.WpCrossP span::before {
	position: absolute;
	content: "";
	left: 132px;
	top: 50%;
	right: 0;
	transform: rotate(-21deg);
	border-top: 4px solid;
	border-color: #e6004b;
}

.half-box-right .img-carousel {
	cursor: pointer;
}

.WPvideo-data p {
	font-size: 16px;
	margin: 0;
}

.get_started_btn.is_sticky {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	background: #fff;
	z-index: 9999;
	border-top: 1px solid #ddd;
	box-shadow: 0 0px 14px 0 rgb(42 53 61 / 20);
	padding-bottom: 10px;
}

.wpMarketplaceAddOns h2 span.wpSubHtext {
	font-size: 12px !important;
	color: #333 !important;
	font-style: italic;
	margin-left: 5px;
	font-weight: 400;
}

.wpMarketAddHover h2 {
	display: none;
}

.wpMarketAddHover.is_active h2 {
	display: block;
	position: absolute;
	top: -82px;
	background: rgba(254, 80, 9, 0.8);
	padding: 10px 5px;
	font-size: 13px !important;
	min-width: 82px;
	width: 100%;
	color: #fff;
	height: 82px
}

.wpMarketAddHover .elementor-widget-image {
	border: #dfe3e6 1px solid;
	padding: 9px;
}

.full-wrapper-btn a {
	width: 90% !important;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px !important;
	font-size: 16px !important;
	line-height: 18px;
	background: #fff !important;
	color: #f65115 !important;
}

.full-wrapper-btn a:hover {
	background: #f65115 !important;
	color: #fff !important;
}

div#elementor-popup-modal-24392 .dialog-message {
	width: 400px !important;
}

.dialog-lightbox-close-button i.eicon-close {
	color: #fff;
	opacity: .4;
	font-weight: 900;
	font-size: 13px;
}

.elementor-popup-modal .dialog-close-button {
	top: 16px !important;
}

.page-id-13701 .WpBtN ul.oew-buttons li a {
	border: 0 !important;
}

.WpNewVersion .inner-featured-resource {
	box-shadow: none !important;
}

.WpNewVersion .WpnewsBlockHeader h2 {
	color: #A5B7C2;
	font-family: Helvetica, Arial, sans serif;
}

.WpNewVersion .WpnewsBlockHeader h2 .wpVersionDate {
	font-size: 1.2em;
	color: #FE5000;
	margin-right: 24px;
}

.WpNewVersion .WpnewsBlockHeader h2 .newsDate {
	font-size: 16px;
	color: #526774;
	float: right;
}

.WpNewVersion .wpSubnewsIntro {
	background: #F7F9FA;
	padding: 12px 0;
	text-align: center;
	border-top: 1px solid #dfe3e6;
	margin-bottom: 24px;
}

.WpNewVersion .wpSubnewsIntro p {
	margin: 0 0 0 0 !important;
}

.WpnewsMSGbody {
	padding: 0 24px;
}

.WpnewsMSGbody h3 {
	color: #2A353D;
	text-transform: capitalize;
	font-size: 1.25em;
	margin-top: 24px;
}

.WpnewsMSGbody ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

.WpnewsBlockItem {
	margin-bottom: 50px;
}

.page-id-15391 .WpCrossP_01 span::before {
	left: 250px;
	top: 25px;
	max-width: 80px;
}


.page-id-20155 header#site-header,
.page-id-20155 footer#footer,
.page-id-21328 header#site-header,
.page-id-21328 footer#footer,
.page-id-11994 header#site-header,
.page-id-11994 footer#footer,
.page-id-13812 header#site-header,
.page-id-13812 footer#footer,
.page-id-13701 header#site-header,
.page-id-13701 footer#footer,
.page-id-13701 .WpBtN ul.oew-buttons li:last-child,
.page-id-11167 header#site-header,
.page-id-11167 footer#footer,
.page-id-12543 header#site-header,
.page-id-12543 footer#footer,
.page-id-10151 header#site-header,
.page-id-10151 footer#footer,
.page-id-32601 .accordian_main .accordian:last-child {
	display: none;
}



/* Dec 21 2021 */
ul.lc-posts li.li_type_model .inner-lc a.bg-img {
	color: #fff;
	background: url('img/learningcentre-typefeat-template.png');
	height: 160px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 50px;
	display: block;
}

/* Media Screes Style */
@media only screen and (min-width:767px) and (max-width:1024px) {
	.MarketingConsultant ul {
		grid-template-columns: auto;
	}

	.Ver_Cnt .elementor-widget-container::after,
	.Ver_Cnt__ .elementor-widget-container::after,
	.Ver_Cnt__02 .elementor-widget-container::after {
		display: none;
	}

	.main-learning {
		padding-top: 30px;
	}

	.fp-img,
	.main-learning {
		width: 100%;
	}

	#lc-posts-result ul {
		grid-template-columns: auto;
		grid-gap: 10px;
	}

	#lc-posts-result ul li {
		width: 100%;
	}

	.Featured_Resource .sidebar-learning {
		width: 55%;
	}
}

@media only screen and (min-width:100px) and (max-width:767px) {
	.WpCrossP span::before {
		left: 84%;
		max-width: 50px;
	}

	.wpLeaderBtnParent {
		max-height: 285px !important;
		overflow: hidden;
	}

	.wpLeaderBtn a.button {
		max-height: 322px;
	}

	.wpLeaderBtnParent .elementor-widget-wrap {
		height: 270px;
	}

	.MarketingConsultant ul {
		grid-template-columns: auto;
	}

	.wP_Dual_Button ul.oew-buttons li a {
		width: 100% !important;
	}

	.Ver_Cnt .elementor-widget-container::after,
	.Ver_Cnt__ .elementor-widget-container::after,
	.Ver_Cnt__02 .elementor-widget-container::after {
		display: none;
	}

	.Featured_Resource .learning-outer,
	.inner-featured-resource {
		flex-direction: column;
	}

	.Featured_Resource .sidebar-learning {
		width: 100%;
	}

	.main-learning {
		padding-top: 30px;
	}

	.fp-img,
	.main-learning {
		width: 100%;
	}

	#lc-posts-result ul {
		grid-template-columns: auto;
		grid-gap: 10px;
	}

	#lc-posts-result ul li {
		width: 100%;
	}

	.find-an-act-data>ul {
		flex-direction: column;
	}

	.find-an-act-data>ul>li {
		width: 100%;
	}

	.find-an-act-container-outer {
		padding: 0 15px;
	}

	#find-an-act-filter-form .col-3 {
		width: 100%;
	}

	#find-an-act-filter-form {
		flex-direction: column;
	}

	.ExploreAct ul {
		flex-direction: column;
	}

	.ExploreAct ul li {
		width: 100% !important;
		padding: 10px;
		border-right: 0;
		border-bottom: 1px solid #cdcdc8 !important;
	}

	.Activity_Management_Table tr td.check_iocn,
	.accordian_main .accordian-title::before {
		max-width: 100px !important;
		padding: 8px !important;
		font-size: 14px !important;
	}

	.Activity_Management_Table tr td.check_iocn.CustomTables {
		font-size: 14px;
	}

	.Tab_Content_Div ul {
		flex-direction: column;
	}

	.Tab_Content_Div ul li {
		width: 100%;
	}

	.Show_Content {
		opacity: 1;
		visibility: visible;
		position: relative;
		padding: 0 20px 20px;
	}

	.Show_Content h3 {
		display: none;
	}

	.customer-successe-posts {
		grid-template-columns: auto;
	}

	.c_6.wt_head h4 {
		font-size: 14px !important;
	}

	.c_6 {
		font-size: 16px;
	}

	.__Testimonial_CNT .oew-testimonial-content {
		text-align: center;
	}

	.popular {
		font-size: 12px;
	}

	.Now_Title {
		margin-left: -10px;
	}

}

/*Tab 3 Col Begin*/
@media only screen and (max-width: 768px) {
	.top_alert .elementor-slide-heading {
		font-size: 11px !important;
		padding-top: 21px !important;
	}

	#tab3col .oew-buttons li a {
		display: block !important;
	}

	#tab3col .elementor-widget-container {
		margin: 0px !important;
	}
}

#tab3col .oew-buttons li {
	max-width: 512px;
}

@media only screen and (max-width: 1239px) {
	#tab3col .wP_Dual_Button ul.oew-buttons li a {
		width: auto !important;
	}
}

@media only screen and (max-width: 854px) {
	#tab3col .wP_Dual_Button ul.oew-buttons li a {
		width: 100% !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 854px) {
	#tab3col .oew-buttons li {
		max-width: 258px !important;
	}
}

/*Tab 3 Col End*/

@media (max-width: 400px) {
	.cta-btn-mob li a {
		font-size: 10px;
	}
}

/* 31-05-2023 */
button#datatable-table-crm-features-table-head-toggle,
button#datatable-table-market-auto-table-head-toggle,
button#datatable-table-act-support-table-head-toggle {
	border: none;
	background: transparent;
	color: #374650;
	font-size: 20px !important;
}

button#datatable-table-crm-features-table-head-toggle i.fa.fa-plus,
button#datatable-table-market-auto-table-head-toggle i.fa.fa-plus,
button#datatable-table-act-support-table-head-toggle i.fa.fa-plus {
	font-size: 16px;
}

button#datatable-table-crm-features-table-head-toggle span.minus_icon,
button#datatable-table-market-auto-table-head-toggle span.minus_icon,
button#datatable-table-act-support-table-head-toggle span.minus_icon {
	display: inline-block;
}

.datatable.table-act-support-table {
	overflow: auto !important;
}

/* 31-05-2023 */

@media (max-width:767.98px) {
	.marketingautomation-cmn-cls tbody tr td {
		font-size: 13px;
		padding: 14px;
	}

	.marketingautomation-cmn-cls table thead tr th {
		padding: 14px;
		font-size: 13px;
	}

	.marketingautomation-cmn-cls table thead tr th span {

		font-size: 12px !important;

	}
}