@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap');
:root {
	/* 	--blue: #55AABB; */
	/* 	--yellow: #FFD200; */
	--deepblue: #003368;
	--blue: #2d6cdf;
	--yellow: #ffd615;
	--white: #ffffff;
	--black: #121212;
	--gray: #4d4d4d;
/* 	scroll-behavior: smooth; */
}
* {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: none;
	text-decoration: none;
	list-style: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "Open Sans", sans-serif;
	padding-top: 72px;
}
body.admin-bar{padding-top: 40px;}
a {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
img,
iframe {
	max-width: 100%;
	vertical-align: middle;
}
.clear {
	clear: both;
}
.main {
	width: 100%;
	float: left;
}
.section {
	width: 100%;
	float: left;
}
.p-t {
	padding-top: 60px;
}
.p-b {
	padding-bottom: 60px;
}
.pt-40 {
	padding-top: 40px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pt-24 {
	padding-top: 24px;
}
.pb-24 {
	padding-bottom: 24px;
}
.center {
	text-align: center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.text-left {
	text-align: left;
}
.gap-0{gap: 0;}

.orange_faded{
/* 	background: #fff9f7;
	border: 1px solid #ffd6c3; */
	background-color: rgb(255 214 21 / 10%);
    border: solid 1px rgb(255 214 21 / 25%);
}
.blue_faded{
	background: #F2F6FF;
	border: 1px solid #caebeb;
    border-radius: 32px;
/* 	overflow: hidden; */
}

h1{
	font-size: 48px;
	line-height: 53px;
	font-weight: 700;
	color: var(--deepblue);
	margin-bottom: 32px;
	text-transform: capitalize;
}
p a{
	color: var(--blue);
}
.subhead_paragraph{
	max-width: 780px;
    width: 100%;
    margin: auto;
	color: #606060;
}
.deepblue_text{color: var(--deepblue) !important;}
.blue_text{color: var(--blue) !important;}
.yellow_text{color: var(--yellow) !important;}
.deepblue_text span,.blue_text span{color: var(--black) !important;}

.button{
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	color: var(--black);
	background-color: var(--yellow);
	border: solid 2px var(--yellow);
	text-transform: uppercase;
	padding: 10px 32px;
	border-radius: 32px;
	letter-spacing: 1px;
	&:hover{
		background: #FFE04E;
		border-color: #FFE04E;
	}
}
.button2{
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	color: var(--white);
	background-color: var(--blue);
	border: solid 2px var(--blue);
	text-transform: uppercase;
	padding: 10px 32px;
	border-radius: 32px;
	letter-spacing: 1px;
	&:hover{
		background: var(--white);
		color: var(--black);
		border-color: var(--blue);
	}
}
.underline_btn{
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: var(--blue);
	text-transform: uppercase;
	text-decoration: underline;
	padding: 4px;
	letter-spacing: 1px;
	&:hover{
		text-decoration: none;
	}
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
body .flexwrap {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.justify-space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wp-block-columns.align-center,
.align-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.wrapper,
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.wrapper{
	max-width: 1200px;
	width: 90% !important;
	margin: 0 auto !important;
	-ms-flex-preferred-size: unset !important;
	flex-basis: unset !important;
	-webkit-box-flex: unset !important;
	-ms-flex-positive: unset !important;
	flex-grow: unset !important;
}
.wrapper_big,
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.wrapper_big{
	max-width: 1400px;
	width: 100% !important;
	padding: 0 24px;
	margin: 0 auto !important;
	-ms-flex-preferred-size: unset !important;
	flex-basis: unset !important;
	-webkit-box-flex: unset !important;
	-ms-flex-positive: unset !important;
	flex-grow: unset !important;
}
.wrapper_small,
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.wrapper_small{
	max-width: 1140px;
	width: 90% !important;
	margin: 0 auto !important;
	-ms-flex-preferred-size: unset !important;
	flex-basis: unset !important;
	-webkit-box-flex: unset !important;
	-ms-flex-positive: unset !important;
	flex-grow: unset !important;
}

body :where(.wp-block-columns) {
	margin-bottom: inherit;
}
figure.wp-block-image{margin:0;}


h1 strong, h2 strong, h3 strong, h4 strong{color: var(--blue); font-weight: 700;}
p{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: var(--black);
}

#trFlags{
	position: relative; width: 30px; height: 27px;overflow: hidden;
	img{width: 26px !important;}
}
#trFlags.active{overflow: visible;}
#tr_lang_menu{
	display: flex; flex-direction: column; position: absolute; left: 0; top: 0;padding-top: 28px;
	&>img{position: absolute;top: 0; opacity: 1 !important;}
}

.header{padding: 16px 0; position: fixed; top: 0; left: 0; right: 0; z-index: 999; background: #fff;}
.logo{position: relative; z-index: 1; display: inline-block;}
.logo:before{
	content: '';
	display: inline-block;
	background: url('/home-assets/logo-icon.png') center center no-repeat;
	width: 45px; 
	height: 39px;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
.logo:after{
	content: '';
	position: absolute;
	left: -12px;
	top: -2px;
	background: url('/home-assets/chakra.webp') center center no-repeat;
	width: 44px;
	height: 44px;
	background-size: contain;
	vertical-align: middle;
	z-index: -1;
	-webkit-animation:spin 6s linear infinite;
	animation:spin 6s linear infinite;
	display: none;
}
@-webkit-keyframes spin { 
	100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
	100% { 
		-webkit-transform: rotate(360deg); 
		transform:rotate(360deg); 
	} 
}

.navigation{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;

	li a{
		display: inline-block;
		font-size: 16px;
		line-height: 22px;
		font-weight: 600;
		color: #121212;
	}
}
.head_nav {
	gap: 0.8rem;
	.head_tel{
		display: inline-block;
		font-size: 16px;
		line-height: 22px;
		font-weight: 600;
		color: #121212;
		background: url("/home-assets/tell.svg") left center no-repeat;
		padding-left: 23px;
		background-size: 20px;
	}
	.btn_list {
		li{position: relative;}
		gap: 8px;
		a{
			display: inline-block;
			font-size: 13px;
			line-height: 20px;
			font-weight: 500;
			color: #4d4d4d;
			text-transform: uppercase;
			padding: 8px 20px;
			border-radius: 32px;
/* 			max-width: 170px; */
			span{overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical;}
		}
		li:first-child a{
/* 			border: solid 1px var(--blue); */
			color: var(--white);
			background: var(--blue);
            max-width: 90px;
			&:hover{
				background: var(--yellow);
				color: var(--black);
			}
		}
		li:last-child a{
			display: inline-block;
			font-size: 13px;
			line-height: 20px;
			font-weight: normal;
			color: var(--black);
			background-color: var(--yellow);
			border: solid 1px var(--yellow);
			text-transform: uppercase;
			&:hover{
				border-color: var(--blue);
				background: var(--blue);
				color: var(--white);
			}
		}
	}
}
.center .btn_list{justify-content: center;}
.bg_shadow{
	background-image: -o-linear-gradient(60deg, #F4F6FB, transparent);
	background-image: linear-gradient(30deg, #F4F6FB, transparent);
	position: relative;
	overflow: hidden;
}
.bg_shadow:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	height: 50px;
	background-image: -o-radial-gradient(50% 40%, closest-side, #E5E9F1, transparent);
	background-image: radial-gradient(closest-side at 50% 40%, #E5E9F1, transparent);
	width: 80%;
	margin: auto;
}
.banner_section{
	padding: 90px 0;
	height: calc(100vh - 72px);
	&:before{display: none;}
	/* 	background: url('/home-assets/bg-24-home-light-blue-desktop.webp') center bottom no-repeat;
	background-size: 100%; */
	h1{
		font-size: 48px;
		line-height: 56px;
		font-weight: 700;
		color: var(--deepblue);
		margin-bottom: 24px;
		text-transform: capitalize;
	}
	p{
		max-width: 520px;
		width: 100%;
		font-size: 20px;
		line-height: 30px;
		font-weight: 400;
		color: var(--black);
	}
	.author{
		display: inline-block;
		font-size: 17px;
		line-height: 27px;
		margin-top: 22px;
	}
	.author img {
		border-radius: 100px;
		border: solid 2px #fff;
		-webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
	}
	.btn_list {margin-top: 32px;}
}
.info_section{
	background-color: #FAFBFC;
}
.btn_list{
	gap: 12px;
}
.center.video_placeholder{
	margin: auto;
}
.video_placeholder{
	max-width: 700px;
	width: 100%;
	background: #000;
	border: solid 5px #fff;
	aspect-ratio: 16 / 9;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
}

.img_cont_box h2{
	margin-bottom: 20px;
}
.img_cont_box .btn_list{
	margin-top: 32px;
}
.easily_integrate_section h3{font-size: 30px;margin-bottom: 12px;}
.business_center_help h2{line-height: 43px;margin-bottom: 32px;}
.footer_button_sec .computer_graphic{display: none; margin-top: 35px; margin-bottom: 0;}
.computer_graphic.full img{width: 100%; margin-bottom: -8px;}

.social_proof_section{
	border-radius: 60px; 
	border: 1px solid #eee; 
	padding: 16px 30px; 
	gap: 24px;
	margin: 28px 0; background: #fff;
}
.social_proof_section > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.social_proof_section span{
	font-size: 36px;
	line-height: 47px;
	font-weight: 700;
	color: var(--blue);
	-ms-flex-preferred-size: 145px;
	flex-basis: 145px;
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
}
.social_proof_section p{
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	color: var(--black);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 220px;
	width: 100%;
}
business_grow_card{overflow: hidden;}
.business_grow_card h2{
	max-width: 880px;
	width: 100%;
	margin: auto;
	line-height: 46px;
}
.business_grow_card p{
	max-width: 860px;
	width: 100%;
	margin: 20px auto 0 auto;
	font-size: 18px;
	line-height: 27px;
}
.business_grow_card .cards{
	margin-top: 80px;
}
.business_grow_card .cards > div {
	border-radius: 32px;
}
.business_grow_card .cards .box{
	padding: 32px 24px;
	position: relative;
	padding-bottom: 110px;
	border-radius: 32px;
    background: transparent;
}
.business_grow_card .cards .box:first-child{
	height: 100%;
}
.business_grow_card .cards figure{
	text-align: center;
	border-bottom: 1px solid #d9f3e3;
	padding-bottom: 30px;
}
.business_grow_card .cards h3{
	font-size: 24px;
	line-height: 37px;
	font-weight: 700;
	color: var(--deepblue);
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.business_grow_card .right_dots li{
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: 600;
	background-size: 18px;
}
.business_grow_card .cards .button{
	position: absolute; left: 32px; right: 32px; bottom: 48px; text-align: center; max-width: 280px; width: 100%; margin: auto; letter-spacing: 0.3px; font-size: 16px;
}
.business_grow_card .cards .plan_box{margin-top: 24px; border-top: 1px solid #d9f3e3; padding-top: 16px;}
.most-popular{position: relative;overflow: visible;}
.most-popular .badge{
	position: absolute;
    left: 0;
    top: -33px;
	z-index: -1;
	width: auto;
	span{background: #CE001D; color: #fff; font-size: 12px; font-weight: 600; letter-spacing: 0.2px; height: 88px; text-align: left; border-radius: 12px 12px 0 0; padding: 6px 10px 0 10px; text-transform: uppercase; z-index: -1; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical;}
}

.featured_badge{
	position: absolute; left: 0; top: -33px; right: 0; background: #CE001D; color: #fff; font-size: 14px; font-weight: 600; letter-spacing: .5px; width: 93%; height: 88px; border-radius: 12px 12px 0 0; padding: 6px 8px 8px 14px; text-transform: uppercase; z-index: -1;
	span{overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical;}
}

.pricing_tab .featured_badge{ top: -51px; right: auto; padding: 2px 16px 6px 16px;width: auto;
	span{font-size: 13px;}
}

.business_grow_card .right_dots{min-height: 2030px;}

.business_center_box{
	background: #F2F6FF url(/media/bg-circle-blur.png) right bottom no-repeat;
	border-radius: 60px;
	border: 1px solid #ffd6c3;
	padding: 60px 70px;
	margin: 30px 0;
}
.business_center_box.orange_bg{
	background: #fff9f7 url(/home-assets/bg-circle-blur.png) right bottom no-repeat;
	border: 1px solid #ffd6c3;
}
.business_center_box.gray_bg{
	background: #f9f9f9 url(/home-assets/bg-white-circle-blur.png) right bottom no-repeat;
	border: 1px solid #e1e1e1;
}
.business_center_box.blue_bg{
	background: #F2F6FF url(/home-assets/bg-white-circle-blur.png) right bottom no-repeat;
	border: 1px solid #caebeb;
}
.business_center_box h2{margin: 0 auto 20px auto;font-size: 48px;line-height: 54px; font-weight: 700; color: var(--black);}
.business_center_box h2 span{display: block; text-transform: uppercase; font-size: 20px; line-height: 26px; font-weight: 600; margin-bottom: 7px;}
.business_center_box h3{margin-bottom: 8px;}
.business_center_box p{font-size: 18px;line-height: 28px; font-weight: 400; color: var(--black);}
.business_center_box .btn_list{justify-content: center;}
.business_center_box .business_tab {margin-top: 48px;}
.business_center_box .button {font-size: 18px; line-height: 24px; max-width: 300px; width: 100%;}

.business_center_box .video{max-width: 700px;width: 100%;margin: auto;}

.business_tab .rtbs_content{
	border: none !important; background: transparent !important; padding-top: 40px !important; padding-left: 0 !important; padding-right: 0 !important;
	/* 	visibility: hidden;
	opacity: 0;
	transition: 0.2s all ease-in-out;
	perspective: 500px;
	transform: scale(.98) translate3d(0, -15px, 0);
	transition-delay: 0.1s;
	transition-duration: 0.1s; */
}
/* .business_tab .rtbs_content.active-tab{
visibility: visible;
opacity: 1;
transform: none;
transition-delay: 0.2s;
transition-duration: 0.4s;
} */
.business_tab .rtbs .rtbs_menu li a{margin: 4px; padding: 8px 12px; border: 1px solid #fff !important; border-radius: 6px; background: #fff !important; font-family: "Open Sans", sans-serif !important; font-size: 14px; font-weight: 600 !important; text-align: center; color: #121212; -webkit-box-shadow: 1px 0px 8px rgba(0,0,0,0.03); box-shadow: 1px 0px 8px rgba(0,0,0,0.03); cursor: pointer;}
.business_tab .rtbs .rtbs_menu li a.active{border: 1px solid #ff5000 !important;color: #121212;}

.business_center_box.orange_bg .rtbs_menu li a:after, 
.business_center_box.gray_bg .rtbs_menu li a:after, 
.business_center_box.blue_bg .rtbs_menu li a:after{content: ''; display: inline-block; width: 26px; height: 20px; background-position: center center; background-repeat: no-repeat; vertical-align: bottom; margin-left: 4px;}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(2) a:after{background-image: url('/home-assets/icon-cc-centralized-inbox.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(3) a:after{background-image: url('/home-assets/icon-cc-team-chat.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(4) a:after{background-image: url('/home-assets/icon-cc-phone-video.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(5) a:after{background-image: url('/home-assets/icon-bc-calendar.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(6) a:after{background-image: url('/home-assets/icon-bc-invoices.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(7) a:after{background-image: url('/home-assets/icon-bc-social-media.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(8) a:after{background-image: url('/home-assets/icon-bc-documents.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(9) a:after{background-image: url('/home-assets/icon-bc-sms.webp');}
/* .business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(10) a:after{background-image: url('/home-assets/icon-bc-payments.webp');} */
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(10) a:after{background-image: url('/home-assets/icon-mc-marketing-campaigns.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(11) a:after{background-image: url('/home-assets/icon-mc-website.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(12) a:after{background-image: url('/home-assets/icon-mc-insights.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(13) a:after{background-image: url('/home-assets/insights.svg');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(14) a:after{background-image: url('/home-assets/insights.svg');-webkit-filter:brightness(0) opacity(0.8);filter:brightness(0) opacity(0.8) invert(1);}

.gray_bg .business_tab .rtbs .rtbs_menu li a.active{border-color: #708efb !important;}
.business_tab .rtbs .rtbs_menu li a.blue_btn{background: var(--blue) !important; color: #fff; }
/* .business_center_box.gray_bg .rtbs_menu ul li:nth-of-type(2) a:after{background-image: url('/home-assets/icon-bc-calendar.webp');}
.business_center_box.gray_bg .rtbs_menu ul li:nth-of-type(3) a:after{background-image: url('/home-assets/icon-bc-invoices.webp');}
.business_center_box.gray_bg .rtbs_menu ul li:nth-of-type(4) a:after{background-image: url('/home-assets/icon-bc-social-media.webp');}
.business_center_box.gray_bg .rtbs_menu ul li:nth-of-type(5) a:after{background-image: url('/home-assets/icon-bc-documents.webp');}
.business_center_box.gray_bg .rtbs_menu ul li:nth-of-type(6) a:after{background-image: url('/home-assets/icon-bc-sms.webp');}
.business_center_box.gray_bg .rtbs_menu ul li:nth-of-type(7) a:after{background-image: url('/home-assets/icon-bc-payments.webp');} */

.blue_bg .business_tab .rtbs .rtbs_menu li a.active{border-color: #018393 !important;}
/* .business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(2) a:after{background-image: url('/home-assets/icon-mc-marketing-campaigns.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(3) a:after{background-image: url('/home-assets/icon-mc-website.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(4) a:after{background-image: url('/home-assets/icon-mc-insights.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(5) a:after{background-image: url('/home-assets/insights.svg');} */

.tab_video_content{align-items: center; text-align: left; gap: 24px; max-width: 1000px; width: 100%; float: none; margin: auto;}
.tab_video_content > div{width: calc(50% - 12px);}
.tab_video_content > .content{width: calc(40% - 12px); padding-right: 20px;}
.tab_video_content > .video{width: calc(60% - 12px);}
.tab_video_content > .video video{width: 100%; height: 360px;filter: hue-rotate(200deg);}
.tab_video_content h4{font-size: 24px; line-height: 29px; font-weight: 700;margin-bottom: 10px;}
.tab_video_content p{font-size: 16px; line-height: 24px; font-weight: 400;}
.rtbs_tab_ori .rtbs_content .underline_btn{font-size: 18px !important; font-weight: 500 !important; letter-spacing: 0px !important;}
.tab_video_content .right_dots{margin-left: 0 !important;}
.tab_video_content .right_dots li{background-size: 24px; padding-left: 36px; background-position: left 5px; margin-bottom: 24px;}
.tab_video_content .underline_btn{letter-spacing: 0;font-size: 16px;margin-left: 32px;}

.get_support_sec {background-color: rgb(255 214 21 / 10%); border-radius: 60px; padding: 40px 50px;border: solid 1px rgb(255 214 21 / 25%);}
.get_support_sec .get_support_box {background-color: #F2F6FF; padding: 30px 40px; border-radius: 24px; display: -ms-grid; display: grid; -ms-grid-columns: 1fr 32px 215px; grid-template-columns: 1fr 215px; gap: 32px; }
.get_support_sec h3{font-size: 28px; line-height: 38px; margin-bottom: 8px;}
.get_support_sec ul.small{width: 100%; margin: auto;}
.get_support_sec ul li{width: 100%;margin-bottom: 14px;}
.get_support_sec ul li a{display: inline-block;font-size: 16px;line-height: 26px;font-weight: 600;color: var(--black)}
.get_support_sec ul li:last-child a{color: #ff5000;}

.testimonial_section h2{
	font-size: 48px; line-height: 54px; font-weight: 700;
}
.testimonial_section h2 strong{
	display: block;
}
.testimonial {
	/* 	max-width: 600px;
	width: 100%; */
	margin: 0 auto;
	background: #fff7f4;
	padding: 50px 40px 30px 40px;
	border-radius: 60px;
	border: 1px solid #ffd6c3;
}
.testimonial_content_section {
	background: #fff7f4;
	text-align: center;
	height: 170px;
	position: relative;
}
.testimonial_content {
	position: absolute;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	-webkit-perspective: 500px;
	perspective: 500px;
	-webkit-transform: scale(0.98) translate3d(0, -15px, 0);
	transform: scale(0.98) translate3d(0, -15px, 0);
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.testimonial_content.active_tab {
	display: block;
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.testimonial_content p {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 32px;
}
.testimonial_content .author_name{font-size: 18px; line-height: 25px; font-weight: 700;color: var(--blue)}
.testimonial_content .designation{font-size: 18px; line-height: 25px; font-weight: 400;}

.testimonial_pagination {
	text-align: center;
	margin-top: 52px;
}
.testimonial_pagination .page_img {
	display: inline-block;
    width: 35px;
    height: 6px;
    border-radius: 60px;
    overflow: hidden;
    cursor: pointer;
    margin: 4px;
    background: #b1b1b1;
}
.testimonial_pagination .page_img.active{background: #FF5000;}

.foot_section{
	background: url('/home-assets/bg-home-dark-blue-blur-01-1.webp') center top no-repeat;
	background-size: cover;
}
.foot_section .content_box {max-width: 420px; width: 100%; margin: auto;}
.foot_section h3{max-width: 370px; width: 100%; font-size: 36px; line-height: 43px; font-weight: 700; color: #fff;}
.foot_section p{font-size: 16px; line-height: 24px; font-weight: 400; color: #fff;}


/* Jogesh Start */
.color_blue{
	color:var(--blue);
}
h2{
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	color:var(--deepblue);
	margin-bottom: 24px;
	text-transform: capitalize;
}
h3{
	color:var(--deepblue);
	font-size: 33px;
	line-height: 42px;
	font-weight: 700;
	margin-bottom: 24px;
	text-transform: capitalize;
}

.p-t,.p_t{
	padding-top:70px;
}
.p-b,.p_b{
	padding-bottom:70px;
}
.pt_100{
	padding-top:100px;
}
.page_title{
	position:relative;
	background: -o-linear-gradient(70deg, #fff 20%, #f4f6fb 70%);
	background: linear-gradient(20deg, #fff 20%, #f4f6fb 70%);
	background-blend-mode: multiply;
	overflow:hidden;
}
.page_title:after {
	position: absolute;
	width: calc(100% - 200px);
	height: 40px;
	content: "";
	bottom: -40px;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 40px rgba(83, 120, 252, .2);
	box-shadow: 0 0 60px rgba(83, 120, 252, .2);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.page_title .title_box{
	max-width: 570px;
    width: 90%;
    float: right;
    padding: 32px 60px 32px 0;
}
.page_title .btn_list{
	margin-top: 30px;
}
.industry_page_title .btn_list{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.page_title h1{margin-bottom: 16px;}
.title_img figure {height: 100%;}
.title_img figure img {height: 100%; -o-object-fit: cover; object-fit: cover;}

.right_dots{
	padding:0;
	margin-bottom:20px;
}
.right_dots li{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--deepblue);
	margin-bottom: 14px;
	position: relative;
	padding-left: 28px;
	background: url("/home-assets/check-green.svg") left 3px no-repeat;
	background-size: 19px;
}
.right_dots li.yellow_tick{background-image: url("/home-assets/check.svg");}
.right_dots li strong{color: var(--deepblue);}

.wd_80{
	width:80%;
	margin:0 auto !important;
}
.before_shadow{
	position:relative;
}
.before_shadow:before{
	background: -o-radial-gradient(50% -70.59%, 64.36% 107.72%, #a5b7e7 0%, rgba(206, 215, 235, 0.00) 100%);
	background: radial-gradient(64.36% 107.72% at 50% -70.59%, #a5b7e7 0%, rgba(206, 215, 235, 0.00) 100%);
	mix-blend-mode: multiply;
	width: 100%;
	min-height: 80px;
	display: block;
	opacity: .7;
	content: '';
	position: absolute;
	bottom: -75%;
	left: 0;
}
.top_heading{
	font-size: 12px;
	line-height: 30px;
	font-weight: 500;
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 14px;
}
.m-0{
	margin:0 !important;
}
.mt_60{
	margin-top:60px !important;
}
.mt_40{
	margin-top:40px;
}
.before_bg{
	position:relative;
	z-index:1;
}
.before_bg:before{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:url(/home-assets/bg-light-blue-blur-04-1.webp);
	z-index:-1;
}
.client_logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 65px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 60px 0;
}
.light_blue {
	background-color: #f4f6fb;
}
.call_us{
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 8px !important;
	padding: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width:80%;
	margin:0 auto;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
body div.get_support_sec_cta{
	background-color: #fff7f4;
    padding: 30px 40px;
    border-radius: 24px;
    display: -ms-grid;
    display: grid !important;
    -ms-grid-columns: 1fr 24px 215px 24px 215px;
    grid-template-columns: 1fr 285px;
    gap: 24px;
	align-items: center !important;
}
.get_support_sec_cta .right {text-align: right;}
.get_support_sec_cta h2{
	margin: 0;
	line-height: 46px;
}
.get_support_sec_cta p a{
	font-size: 24px;
	font-weight: 700;
	color: var(--blue);
	vertical-align: middle;
}
.get_support_sec_cta p img{
	width:28px;
	margin-right: 6px;
}
.wd_60 {
	width: 60%;
	margin: 0 auto;
}
.black_bg{
	background:url('/home-assets/bg-home-dark-blue-blur-01.webp') center center no-repeat;
	background-size:cover;
}
.footer_button_sec{
	position: relative;
	padding-bottom: 292px;
	z-index: 1;
}
.footer_button_sec:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background:url('/home-assets/industry-bottom-desktop.webp') center bottom no-repeat;
	z-index: -1;
}
.footer_button_sec.industry_bg{padding-bottom: 290px;}
/* .footer_button_sec.industry_bg:after{background-image: url('/home-assets/industry-single-hero-image-.webp');bottom: -7px;} */
.money_heading ul{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
}
.money_heading h2{
	color:var(--white);
	margin-bottom: 16px;
}
.color_yelow{
	color:var(--yellow);
}
.money_heading p{
	font-size: 20px; line-height: 30px;
	color:var(--white);
}
.mt_30{
	margin-top:30px;
}
.box.mt_30 {
	padding-bottom: 30px !important;
}
.free span {
	font-size: 56px;
	line-height: 56px;
	color: var(--deepblue);
	white-space: nowrap;
	font-weight: 700;
	sup{font-size: 24px;}
	small{font-size: 14px; line-height: 2px;}
}
.free{
	text-align: center;
}
.free p{
	font-size: 12px; 
	line-height: 18px; 
	font-weight: 600; 
	color: #605e5e; 
	margin: 8px 0 0 0; 
}
.mt_15{
	margin-top:15px;
}
.banner_calender{
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	gap:10px;
	font-size:14px;
	font-weight:600;
	color:var(--black);
	line-height:14px;
	margin-bottom:20px;
	letter-spacing:1px;
}
.banner_calender img{
	width:25px;
}
.mt_30{
	margin-top:30px;
}
.appointment_banner{
	background:url("/home-assets/bg-products-page-desktop-light.webp") center center no-repeat;
	background-size:cover;
}
.bg_gr_color{
	background-image: -o-linear-gradient(276deg, #fff 23%, #f4f6fb 99%);
	background-image: linear-gradient(174deg, #fff 23%, #f4f6fb 99%);
}
h4{
	color:var(--deepblue);
	font-size: 26px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 24px;
	text-transform: capitalize;
}
.light_orange{
	background-color: #fff9f7;
}
.gap_20 {
	gap: 20px;
}
.support_box .wp-block-group__inner-container {
	background-color: rgba(255, 255, 255, .6);
	border-radius: 8px !important;
	padding: 30px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.support_box{box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05); border-radius: 20px; overflow: hidden;}
.support_box h4{
	margin:0;
}
.support_box .social span{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap:10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color:var(--black);
	font-size: 16px;
	line-height:25px;
	font-weight: 600;
}
.support_box h4 span{
	display: inline-block;
}
.appli{
	color:var(--black);
	font-size: 12px;
	line-height:14px;
	font-weight: 300;
	margin-top:20px;
}
.mt_0 .wp-block-image{
	margin:0 !important;
}
.support_box .social span img{
	width:20px;
}

.center{text-align: center;}
.page_title p{
	max-width: 730px;
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color:var(--black);
}

/* Jogesh End */


.mobile_view{display: none !important;}
.desktop_view{display: inline-block !important;}
.respo_menu {
	display: none;
	float: right;
	color: var(--black);
	font-size: 14px;
	padding: 8px 8px 8px 0px;
	border-radius: 4px;
	font-weight: 600;
	border: solid 1px var(--black);
}
.respo_menu span {
	display: inline-block;
	width: 18px;
	height: 3px;
	background: var(--black);
	position: relative;
	margin: 4px 6px 4px 10px;
}
.respo_menu span:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -7px;
	height: 3px;
	background: var(--black);
}
.respo_menu span:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7px;
	height: 3px;
	background: var(--black);
}

.mb-0{margin-bottom: 0 !important;}
.mt-0{margin-top: 0 !important;}
.mt-minus-30{margin-top: -30px;}

#goTop {
	position: fixed;
	z-index: 999;
	right: 0;
	bottom: 10px;
	padding: 10px;
	color: #fff;
	border: none;
	background: transparent;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: opacity 0.4s linear;
	-o-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
}
#goTop.is-visible {
	opacity:1;
}

.industry_pages_listing{
	gap: 32px;
}
.industry_pages_listing > .box {
	width: calc(33.33% - 22px);
	background: var(--white);
	border: 1px solid rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 12px 1px rgba(0, 0, 0, .1);
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.industry_pages_listing > .box:hover{border-color: var(--blue);}
.industry_pages_listing > .box img{
	height: 160px !important;
	-o-object-fit: cover;
	object-fit: cover;
}
.industry_pages_listing .box_content{padding: 16px 20px 72px 20px;}
.industry_pages_listing h4{margin-bottom: 6px;}
.industry_pages_listing h4 a{font-size: 22px; line-height: 29px; font-weight: 700; color: var(--deepblue);z-index: 1;}
.industry_pages_listing h4 a:after{content: '';position: absolute;left: 0; right:0; top: 0;bottom: 0;z-index: 2;}
.industry_pages_listing p{font-size: 16px; line-height: 24px; font-weight: 400; color: #494949;}
.industry_pages_listing .learnmore{font-size: 15px; line-height: 25px; font-weight: 700; color: var(--blue); letter-spacing: 1px; text-transform: uppercase; position: absolute; bottom: 30px;}

.pagination_section{
	display: flex; justify-content:center; 
	.pagination_box{
		display: inline-flex; border: 1px solid #ddd; border-radius: 5px; overflow: hidden;
		.page-numbers{
			display: inline-block;background-color: #fff; border-right: 1px solid #ddd; font-size: 16px; line-height: 22px; font-weight: 600;color: #666;padding: .5rem .75rem;
			&:hover{background:rgb(102 102 102 / 10%);}
			&:last-child{border-right: none;}
			&.current{background: #666666; color: var(--white);}
		}
	}
}

.industry_bg{
	background: url('/home-assets/bg-industry-light-blue-blur-desktop.webp') center top no-repeat;
	.btn_list{margin-top: 40px;}
}
.industry_bg h2{
	color: var(--deepblue); margin: auto; line-height: 46px;
	.color_yelow{color: var(--blue);}
}
.wp-block-columns.we_built_section{
	height: 480px;
	h2{font-size: 48px;line-height: 58px;color: var(--white)}
	.btn_list{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center; margin-top: 50px;}
}

.img_box{
	display: inline-block;
    border: solid 3px #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.3);
	img{border-radius: 8px;}
}

.video_box{
	max-width: 800px;
	width: 100%;
	border: solid 4px #fff;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	&.no-shadow{box-shadow: none; border: none;}
	iframe,video {
		border-radius: 12px;
		width: 100%;
		height: 100%;
		aspect-ratio: 16 / 9;
		border-radius: 12px;
	}
}
.center .video_box{margin: 0 auto;}
.video_box.center{margin: auto;}

.road_map {
	padding: 32px; border-radius: 32px; margin-top: 32px;
}
.road_map h3{font-size: 24px; line-height: 32px; font-weight: 700; margin-bottom: 0;}
.road_map p{
	max-width: 100%; margin-top: 12px; font-size: 17px; line-height: 25px;
}
.tooltip{position: relative; display: inline-block; margin: 0 0 0 4px;}
.tooltip .icon{display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 14px; height: 14px; border-radius: 40px; border: solid 1px #a9a9a9; font-size: 10px; color: #a9a9a9;cursor: pointer;}
.tooltip:hover { z-index: 1;
	.icon{
		border: solid 1px #343738; background:#343738; color: #fff;
		&:after{content: ''; position: absolute; right: -8px; left: -8px; top: 0; bottom: 0; z-index: -1;}
	}
}
.tooltip .i_content{position: absolute; bottom: 16px; left: 20px; width: 260px; z-index: 9; translate: 0% 50%; background: #343738; -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); padding: 12px 20px;border-radius: 8px;overflow: hidden; height: 170px;overflow: auto;text-align: center; display: none; -webkit-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease;}
.tooltip:hover .i_content{display: block; -webkit-animation: fadein 200ms ease 1 normal ; animation: fadein 200ms ease 1 normal ;}
.tooltip.left_side .i_content{left: auto; right: 20px;}
.tooltip .i_content::-webkit-scrollbar {width: 5px;margin-right:2px;}
.tooltip .i_content::-webkit-scrollbar-track {background: transparent;}
.tooltip .i_content::-webkit-scrollbar-thumb{background: var(--yellow);margin-right: 2px;border-radius: 10px;}
.tooltip .i_content p{line-height: 20px; font-size: 13px; color: #fff; margin: 0;}

@-webkit-keyframes fadein{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}

.all_courses_section h3{margin-bottom: 16px;}
.course_grid{
	gap: 20px;
    margin-top: 48px;
}
.course_grid > div{
	-ms-flex-preferred-size: calc(33.33% - 14px) !important;
    flex-basis: calc(33.33% - 14px) !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    border-radius: 32px;
	position: relative;
	z-index: 1;
}
.course_grid > div img {
    width: 100%;
    border-radius: 30px 30px 0 0;
}
.course_grid > div .content {
    padding: 16px;
    padding-bottom: 26px;
    position: static;
}
.course_grid h4 {
    font-size: 22px;
    line-height: 28px;
    color: var(--deepblue);
    margin-bottom: 12px;
}
.course_grid p {
    font-size: 14px;
    line-height: 22px;
}

.download_ebooks {
    gap: 20px;
    margin-top: 20px;
}
.download_ebooks > div {
    -ms-flex-preferred-size: calc(25% - 15px) !important;
    flex-basis: calc(25% - 15px) !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 200px;
    overflow: hidden;
    padding: 14px;
}
.download_ebooks > div img{
	height: 200px;
    object-fit: contain;
}
.download_ebooks h4 {
    font-size: 16px;
    line-height: 24px;
	color: var(--deepblue);
	margin: 0;
}

.service_grid{margin-top: 40px; gap: 16px;}
.service_grid > div{width: calc(25% - 12px); padding: 30px 16px; cursor: pointer; flex-basis: auto !important;transition: 200ms ease;}
.service_grid > div:nth-child(4n){border-right: none;}
.service_grid > div:hover{background: #ddeded;}
.service_grid figure img{width: 32px; height: 32px;filter: hue-rotate(0deg) brightness(0.5);}
.service_grid h4{font-size: 18px; font-weight: 700; margin: 24px 0 10px;color: var(--deepblue);transition: 200ms ease;}
.service_grid p{font-size: 15px; line-height: 23px;}

.dot_list {
	padding-left: 20px !important;
	margin-top: 12px;
}
.dot_list li {
	list-style: disc; margin-bottom: 4px; font-size: 16px; line-height: 26px;
}
.dot_list li strong{
	color: var(--blue);
	font-weight: 600;
}

.pricing_tab {
	& > div{display: flex;gap: 24px;}
	&.v2 {
		padding-top:30px;
		& > div{display: block;}
		.cards{justify-content: center;}
		.pricing_tab_list{display: flex; justify-content: center;margin-bottom: 40px;gap: 12px;}
		.pricing_tab_list li button{padding: 8px 24px; background: #dfdede;}
		.pricing_tab_list li button.active-tab{background: var(--blue);color: var(--white)}
	}
	.tab_content{flex: 1;}
	.pricing_tab_list{flex-basis: 260px;}
	.cards{
		margin-top: 0;
		display: none;
		gap: 1em;
		&.active{
			display: flex;
		}
		&.single > .pricing_box{flex-basis: 388px;flex-grow: unset;}
		&.single > .pricing_features{
			flex: 1; 
			figure{padding-bottom: 4px;border: none;}
			h3{margin: 0 0 10px;}
			h4{margin: 8px 0 0;}
			p{margin: 0; font-size: 14px;}
			.plan_box{margin-top: 0;}
			.button{position: static; display: table;}
		}
		&.single > .pricing_features > div{padding: 0;}
		.service_grid > div{width: calc(33% - 12px);}
		.right_dots{min-height: auto;}
	}
	.pricing_tab_list li button{
		display: inline-block;
        font-size: 17px;
        line-height: 27px;
        font-weight: 600;
        color: var(--deepblue);
        width: 100%;
        text-align: left;
        padding: 12px 18px;
        margin-bottom: 8px;
        border-radius: 8px;
        background: transparent;
		border: 1px solid transparent;
		cursor: pointer;
		&.active-tab{
			border: 1px solid rgba(19, 19, 19, .22);
			background: rgba(115,132,176,.06);
		}
	}
}

.faq_section {
	h2{font-size: 42px; line-height: 45px; font-weight: 600; color: #fff;}
	h2 + p{font-size: 20px; line-height: 32px; font-weight: 400; color: #fff;}
	.inner_accordion{
		margin-top: 40px !important;
		.wp-block-themeisle-blocks-accordion-item__title{
			border: none !important;font-size: 22px; font-weight: 700; color: #fff;padding: 18px 0;
			&:after{border-width: 3px !important;}
		}
		.wp-block-themeisle-blocks-accordion-item__content{padding: 12px 0 24px 0;border: none !important; border-bottom: solid 1px #858585 !important;
			p{font-size: 16px; line-height: 29px; color: #fff;}
		}
	}
}


.tick_list li {
	padding-left: 32px;
    margin-bottom: 24px;
    position: relative;
}
.tick_list li:before {
	content: " ";
	position: absolute;
	left: 0;
    top: -1px;
    width: 22px;
    height: 22px;
	background: url("/home-assets/check-green.svg") left top no-repeat;
	background-size: contain;
}

.marketing_funnel_sec h2{
	margin-bottom: 12px;
}
.marketing_funnel_sec h4 {
    font-size: 18px;
}

.marketing_funnel_sec .wp-block-themeisle-blocks-slider .glide__slides{
	height: auto !important;
}
.marketing_funnel_sec .glide__slide figure{
	border: solid 8px #cfefff;
	height: auto !important;
}
.marketing_funnel_sec .glide__slide figure img{
	height: 180px !important;
}
.marketing_funnel_sec .funnel_list li img {
	vertical-align: middle;
	filter: brightness(0) invert();
	margin: 0 4px;
}
.marketing_funnel_sec .glide__bullets{
	position: static;
	transform: none;
	margin-top: 24px;
	.glide__bullet{
		background: #b1b1b1 !important; width: 10px; height: 10px;border: none !important;
		&.glide__bullet--active{background-color: var(--blue) !important;}
		&:focus,&:hover{background-color: var(--blue) !important;}
	}
}
.glide__bullet{width: 12px !important; height: 12px !important;}

.contact_row1 h1 + p{font-size: 18px; line-height: 28px; max-width: 400px; width: 100%; color: #6a6a6a;}
.contact_page_support{
	background-color: var(--white);
	border-radius: 8px;
	box-shadow: 1px 10px 35px 0 rgba(0, 0, 0, 0.1);
	padding: 48px 32px;
	margin-bottom: 40px;
	h2{margin-bottom: 20px;}
	.button{margin-top: 32px;}
}
.pricing_box{
	> div{
		background-color: var(--white);
		border-radius: 8px;
		padding: 24px 24px 34px 24px;
	}
	h4{font-size: 18px; line-height: 28px; border-bottom: solid 1px #e7e7e7; padding-bottom: 12px; margin-bottom: 20px; color: var(--blue);}
	h4 img{}
	p{color: #787878; line-height: 28px; max-width: 420px; width: 100%; margin: auto;}
	.button{margin-top: 24px;}
}
.industry_review{
	margin-top: 32px; margin-bottom: 0;
	h2{margin-bottom: 32px;}
	.number{display: inline-block; font-size: 64px; font-weight: 700; color: var(--deepblue);}
	p{text-transform: uppercase; font-weight: 600; color: #787878; max-width: 300px; width: 100%; margin: auto;}
}
.address_flex{
	p {color: #787878; strong{margin-top: 10px; display: inline-block;}}
}
.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown{padding: 0 !important; border-radius: 6px; overflow: hidden;}
.select2-results__option{padding: 4px 8px !important; font-size: 14px !important;}

.recept_slider .glide__slides{height: auto !important;}
.recept_slider .glide__slides figure {border: solid 8px #cfefff;}
.tab_slider_img figure img{max-height: 450px !important; object-fit: contain !important;}

.wp-block-themeisle-blocks-tabs{
	h2{
		margin-bottom: 40px;
		.sub_head{display: block; font-size: 20px; line-height: 30px; font-weight: 400; margin-top: 12px;}
	}
	h3{font-size: 32px;}
	h4{margin-bottom: 10px;}
}

.goal_tab {
	display: flex; flex-direction: column-reverse; gap: 20px;
	background: #F2F6FF; border: 1px solid #caebeb; border-radius: 20px; padding: 40px;
	.wp-block-themeisle-blocks-accordion-item.patent_icon .wp-block-themeisle-blocks-accordion-item__title:before {
		content: ''; position: absolute; left: 4px; top: 4px; bottom: 4px; width: 50px;
		background: url('/home-assets/patent-icon.webp') center center no-repeat;
		background-size: contain;
	}
	.tab_gallery{
		.wp-block-gallery{gap: 16px !important;}
		.wp-block-gallery > figure{width: calc(50% - 8px) !important; border: solid 1px #dbd5d5; padding: 0px;}
	}
	.wp-block-themeisle-blocks-accordion-item{border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);}
	.wp-block-themeisle-blocks-accordion-item__title{font-family: "Tarocco OT W03 Roman"; font-weight: 500; letter-spacing: 0.6px;border-radius: 10px 10px 0 0; background: var(--blue); color: var(--white); font-size: 20px; border: none !important; padding: 12px 20px 12px 58px;}
	.wp-block-themeisle-blocks-accordion-item__content{border: none !important; background: #fff;}
}

.wp-block-themeisle-blocks-tabs-item__content{border: none !important; background: transparent !important; padding: 0 !important;}
.wp-block-themeisle-blocks-tabs__header_item{
	border: none !important;padding: 4px !important;background: transparent !important;
	> div{padding: 8px 12px !important; background: #fff; border: 1px solid transparent !important; border-radius: 6px; font-family: "Open Sans", sans-serif !important; font-size: 14px !important; font-weight: 600 !important; text-align: center; color: #121212 !important; -webkit-box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.03); box-shadow: 1px 0px 16px rgba(0, 0, 0, 0.06); cursor: pointer;z-index: 9; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
	&:nth-child(2) > div{filter: hue-rotate(148deg);}
	&:nth-child(3) > div{filter: hue-rotate(340deg) saturate(2);}
	&:nth-child(4) > div{filter: hue-rotate(260deg) saturate(2);}
	&:nth-child(5) > div{filter: hue-rotate(420deg);}
	> div:after{content: ''; display: inline-block; width: 17px; height: 18px; background-position: center center; background-repeat: no-repeat; background-size: contain;vertical-align: bottom; margin-left: 6px;}
	&:nth-child(1) > div:after{background-image: url('/home-assets/ai-images.svg');}
	&:nth-child(2) > div:after{background-image: url('/home-assets/ai-website.svg');}
	&:nth-child(3) > div:after{background-image: url('/home-assets/ai-social-media.svg');width: 20px; height: 20px;}
	&:nth-child(4) > div:after{background-image: url('/home-assets/ai-videos.svg');width: 19px; height: 19px;}
	&:nth-child(5) > div:after{background-image: url('/home-assets/ai-email.svg');}
}

.wp-block-themeisle-blocks-tabs__header_item.active > div{border-color: var(--blue) !important;}
.wp-block-themeisle-blocks-tabs__header{justify-content: center !important;}
.wp-block-themeisle-blocks-tabs .glide__bullets{position: relative !important; transform: none !important; margin: 10px auto 0 auto; display: table; left: 0; bottom: 0; z-index: 99;
	.glide__bullet{background-color: #d7d7d7 !important; box-shadow: none;border: none !important;}
	.glide__bullet.glide__bullet--active{background-color: var(--blue) !important;}
}

.head_nav .btn_list{
	.distributor_menu{
		position: relative;
		span:after{content: ''; display: inline-block; width: 10px; height: 10px; background: url(/home-assets/arrow-.svg) center center no-repeat; background-size: contain; filter: brightness(0); transform: rotate(90deg); margin-left: 4px;-webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
		&.active_menu + .distributor_dropdown{display: block;}
		&:hover span:after{filter: brightness(0) invert(1);}
	}
	.distributor_dropdown{
		display: none; position: absolute; right: 0; margin-top: 6px; background: #fff; box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); padding: 16px; width: 260px; border-radius: 12px;
		ul li{
			margin-bottom: 12px;
			border-bottom: solid 1px #f1f1f1; padding-bottom: 12px;
			&:last-child{margin-bottom: 0;border-bottom: none; padding-bottom: 0;}
		}
		h4{font-size: 16px; line-height: 26px;margin-bottom: 0;}
		a{font-size: 15px !important; font-weight: 600 !important; max-width: 100% !important; border: none !important; background: transparent !important; padding: 0 !important; margin-top: 3px !important;
			&:hover{color: var(--black) !important;}
		}
	}
}

.footer{
	background: #F9FAFD; border-top: solid 1px #caebeb; padding: 10px 0;
	p{font-size: 14px; color: #6e6e6e;}
/* 	.flexwrap { gap: 16px;
		>.col {
			width: calc(25% - 12px);
		}
		h4{font-size: 18px; line-height: 28px; margin-bottom: 12px;}
		ul{max-width: 240px; width: 100%; padding-left: 20px;}
		ul li{
			font-size: 14px; line-height: 20px; margin-bottom: 10px; color: #4d4d4d; list-style: circle;
			:hover{color: var(--deepblue);}
		}
	} */
}

.funnel_page {
	h1,h2,h3,h4,h5,h6,p,a,button{font-family: "Raleway", sans-serif;}
	.wrapper{max-width: 976px !important;}
	h1{
		margin-bottom: 0; text-transform: none; font-size: 40px; line-height: 48px; font-weight: 700; color: #121643; margin-bottom: 15px;
		span{display: inline-block; font-weight: 400; border-bottom: solid 5px #ffd615;}
	}
	&.funnel2 h1 {
		font-size: 56px; line-height: 67px; font-weight: 700; color: #121643;
		.underline{color: #121643; border-bottom: solid 7px #ffd615; line-height: 58px; display: inline-block;}
	}
	&.funnel2 .sub_heading{
		font-size: 20px; line-height: 24px; color: rgba(18, 22, 67, 0.75);
	}
	.sub_heading{
		text-transform: none; font-size: 32px; line-height: 38px; font-weight: 500; color: #121643; margin: 8px 0;
		.underline{border-bottom: solid 4px #ffd615;font-weight: 500;}
	}
	.button{font-size: 22px; line-height: 30px; font-weight: 700; letter-spacing: 0.4px; padding: 12px 32px; border-radius: 0; text-transform: none;max-width: 520px; width: 100%;}
	.flip-clock-wrapper{max-width: 620px; width: 100%; margin: 50px auto 0 auto;}
	.social_icon{
		margin: 24px 0; gap: 12px;
		li{font-size: 18px; font-weight: 600;}
	}
	.video_container{max-width: 900px;width: 100%;margin: 0 auto;}
	.funnel_copyright {
		border-top: solid 1px #dedede;padding: 24px 0;margin-top: 40px;
		p{
			font-size: 16px; line-height: 26px; font-weight: 400; color: #121643; 
			a {color: #121643;}
		}
	}
}

.form_paragraph{font-size: 16px; line-height: 26px; font-weight: 400; color: #121643;}

@media (max-width: 1240px){
	.respo_menu{display: inline-block;}
	nav{
		position: fixed;
		left: 0;
		right: 0;
		top: 70px;
		bottom: 0;
		padding: 30px 0;
		background: #f3f3f3;
		height: cacl(100vh - 70px);
		overflow: auto;
		display: none;
	}
	.respo_menu.active_menu + nav{display: block;}
	.header .desktop_view{display: none !important;}
	.header .mobile_home_menu{display: block !important;}
}
@media (max-width: 980px){
	.banner_section{height: auto;padding: 50px 0;}
	.social_proof_section > div{
		flex-direction: column; text-align: center;
		span{flex-basis: unset;}
		    h2 { margin-bottom: 24px; }
	}
	.goal_tab { padding: 24px; border: none; padding: 0; background: transparent;
		.wp-block-themeisle-blocks-tabs__content > div{width: 100%; float: left; margin-bottom: 8px !important;}
		.wp-block-themeisle-blocks-tabs-item__header{font-weight: 700; border: none !important; background: #fff !important; width: 100% !important; float: left; border-radius: 8px;position: relative;background-color: var(--blue) !important; color: #fff !important;
			&:after{content: ''; position: absolute; right: 20px; top: 20px; width: 14px; height: 14px; background: url(/home-assets/arrow-.svg) center center no-repeat; background-size: contain; transform: rotate(90deg);filter: brightness(0) invert(1);}
			&.active{border-radius: 8px 8px 0px 0px;background-color: var(--yellow) !important; color: #000 !important;
				&:after{filter: brightness(0);}
			}
		}
		.wp-block-themeisle-blocks-tabs-item__content{padding: 16px !important; float: left; background: #f9f8f8 !important; border-radius: 8px;
			&.active{border-radius: 0px 0px 8px 8px;}
			.ticss-f3dec3f0 > div:last-child img{max-width: 300px; width: 100%; margin: auto; display: table;}
		}
	}
	.mobile_toggle{ background: var(--blue) !important; }
	.business_center_box{
		padding: 40px 30px;
	}
	.get_support_sec { padding: 20px; border-radius: 42px;
		.get_support_box { grid-template-columns: 1fr; gap: 0;
			> div:first-child {margin-bottom: 24px;}
		}
	}
	.get_support_sec ul.small{max-width: 100%;}
	.testimonial_section {flex-direction: column;
		> div{flex-basis: unset !important; width: 100%;}
		h2{text-align: center; br{display: none;}}
	}
	.online_presence_flex{flex-direction: column;
		.content_box{
			max-width: 600px; text-align: center;
			h3{max-width: 100%;}
		}
	}
}
@media (max-width: 800px){
	.head_nav > .head_tel, .head_nav > .btn_list{display: none !important;}
	.header .mobile_view{display: block !important;}
	.header .button{margin: 12px 0 8px;}
	#mega-menu-primary li a:empty{display: none !important;}
	.head_nav {
		.head_tel {font-size: 18px; font-weight: 700; background: var(--yellow); padding: 8px 16px; border-radius: 4px;}
	}
	.business_center_box .business_tab{margin-top: 0;}
}
@media (max-width: 600px){
	.testimonial{padding: 30px 30px 30px 40px; border-radius: 40px;
		.testimonial_section h2 { font-size: 40px; line-height: 48px;}
		.testimonial_content p{font-size: 24px; line-height: 34px; margin-bottom: 16px;}
		.author span{font-size: 16px; line-height: 20px;}
	}
}
