@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;
}
.blue_faded{
	background: #F2F6FF;
	border: 1px solid #caebeb;
    border-radius: 32px;
}

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;}
.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: var(--white);
		border-color: var(--yellow);
	}
}
.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);
}

.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('/wp-content/uploads/2024/07/m-icon.webp') center center no-repeat;
	width: 21px; 
	height: 39px;
	background-size: contain;
	vertical-align: middle;
	margin-right: 14px;
}
.logo:after{
	content: '';
	position: absolute;
	left: -12px;
	top: -2px;
	background: url('/wp-content/uploads/2024/07/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;
}
@-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("/wp-content/uploads/2024/07/tell.svg") left center no-repeat;
		padding-left: 23px;
		background-size: 20px;
	}
	.btn_list {
		gap: 8px;
		a{
			display: inline-block;
			font-size: 13px;
			line-height: 20px;
			font-weight: 500;
			color: #4d4d4d;
			text-transform: uppercase;
			padding: 8px 24px;
			border-radius: 32px;
		}
		li:first-child a{
/* 			border: solid 1px var(--blue); */
			color: var(--white);
			background: var(--blue);
			&: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;
	/* 	background: url('/wp-content/uploads/2024/07/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;
}
.video_placeholder{
	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: 0;
	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;
}
.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;}
.business_grow_card .most-popular{position: relative;}
.business_grow_card .most-popular:before{
	content: 'Most Popular';
	position: absolute;
	left: 0;
	top: -35px;
	right: 0;
	background: #CE001D;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .5px;
	width: 172px;
	height: 88px;
	border-radius: 12px 12px 0 0;
	padding-top: 8px;
	text-transform: uppercase;
	z-index: -1;
}
.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(/wp-content/uploads/2024/07/bg-circle-blur.png) right bottom no-repeat;
	border: 1px solid #ffd6c3;
}
.business_center_box.gray_bg{
	background: #f9f9f9 url(/wp-content/uploads/2024/07/bg-white-circle-blur.png) right bottom no-repeat;
	border: 1px solid #e1e1e1;
}
.business_center_box.blue_bg{
	background: #F2F6FF url(/wp-content/uploads/2024/07/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_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('/wp-content/uploads/2024/07/icon-cc-centralized-inbox.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(3) a:after{background-image: url('/wp-content/uploads/2024/07/icon-cc-team-chat.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(4) a:after{background-image: url('/wp-content/uploads/2024/07/icon-cc-phone-video.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(5) a:after{background-image: url('/wp-content/uploads/2024/07/icon-bc-calendar.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(6) a:after{background-image: url('/wp-content/uploads/2024/07/icon-bc-invoices.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(7) a:after{background-image: url('/wp-content/uploads/2024/07/icon-bc-social-media.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(8) a:after{background-image: url('/wp-content/uploads/2024/07/icon-bc-documents.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(9) a:after{background-image: url('/wp-content/uploads/2024/07/icon-bc-sms.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(10) a:after{background-image: url('/wp-content/uploads/2024/07/icon-bc-payments.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(11) a:after{background-image: url('/wp-content/uploads/2024/07/icon-mc-marketing-campaigns.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(12) a:after{background-image: url('/wp-content/uploads/2024/07/icon-mc-website.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(13) a:after{background-image: url('/wp-content/uploads/2024/07/icon-mc-insights.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(14) a:after{background-image: url('/wp-content/uploads/2024/07/insights.svg');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(15) a:after{background-image: url('/wp-content/uploads/2024/07/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('/wp-content/uploads/2024/07/icon-bc-calendar.webp');}
.business_center_box.gray_bg .rtbs_menu ul li:nth-of-type(3) a:after{background-image: url('/wp-content/uploads/2024/07/icon-bc-invoices.webp');}
.business_center_box.gray_bg .rtbs_menu ul li:nth-of-type(4) a:after{background-image: url('/wp-content/uploads/2024/07/icon-bc-social-media.webp');}
.business_center_box.gray_bg .rtbs_menu ul li:nth-of-type(5) a:after{background-image: url('/wp-content/uploads/2024/07/icon-bc-documents.webp');}
.business_center_box.gray_bg .rtbs_menu ul li:nth-of-type(6) a:after{background-image: url('/wp-content/uploads/2024/07/icon-bc-sms.webp');}
.business_center_box.gray_bg .rtbs_menu ul li:nth-of-type(7) a:after{background-image: url('/wp-content/uploads/2024/07/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('/wp-content/uploads/2024/07/icon-mc-marketing-campaigns.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(3) a:after{background-image: url('/wp-content/uploads/2024/07/icon-mc-website.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(4) a:after{background-image: url('/wp-content/uploads/2024/07/icon-mc-insights.webp');}
.business_center_box.blue_bg .rtbs_menu ul li:nth-of-type(5) a:after{background-image: url('/wp-content/uploads/2024/07/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: #ffe3d7; border-radius: 60px; padding: 40px 50px;}
.get_support_sec .get_support_box {background-color: #fff7f4; padding: 30px 40px; border-radius: 24px; display: -ms-grid; display: grid; -ms-grid-columns: 1fr 24px 215px 24px 215px; grid-template-columns: 1fr 215px 215px; gap: 24px; }
.get_support_sec h3{font-size: 28px; line-height: 38px; margin-bottom: 8px;}
.get_support_sec ul.small{max-width: 140px; 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: 40px; line-height: 50px; 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: 64px;
	height: 64px;
	border-radius: 60px;
	border: solid 4px transparent;
	overflow: hidden;
	cursor: pointer;
	margin: 4px;
}
.testimonial_pagination .page_img.active{border-color: #FF5000;}

.foot_section{
	background: url('/wp-content/uploads/2024/07/bg-home-dark-blue-blur-01-1.jpg') 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(--black);
	margin-bottom: 14px;
	position: relative;
	padding-left: 28px;
	background: url("/wp-content/uploads/2024/07/check-green.svg") left 3px no-repeat;
	background-size: 19px;
}
.right_dots li.yellow_tick{background-image: url("/wp-content/uploads/2024/07/check.svg");}

.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(/wp-content/uploads/2024/07/bg-light-blue-blur-04-1.jpg);
	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('/wp-content/uploads/2024/07/bg-home-dark-blue-blur-01.jpg') 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('/wp-content/uploads/2024/07/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('/wp-content/uploads/2024/07/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;
}
.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("/wp-content/uploads/2024/07/bg-products-page-desktop-light.jpg") 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 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;}
.mt-0{margin-top: 0;}

#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(--black);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('/wp-content/uploads/2024/07/bg-industry-light-blue-blur-desktop.webp') center top no-repeat;
	.btn_list{margin-top: 40px;}
}
.industry_bg h2{
	color: var(--black);
	max-width: 880px; width: 100%; margin: auto;
	.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 5px #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: 16px;
}
.video_box iframe{
	border-radius: 12px;
}
.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 .icon{border: solid 1px #343738; background:#343738; color: #fff;}
.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: 40px;
}
.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;
    overflow: hidden;
}
.course_grid > div img {
    width: 100%;
}
.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: 60px; 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 !important; height: 32px !important;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;}

.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: 70px;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 > div{max-width: 380px;width: 100%:}
		.right_dots{min-height: auto;}
	}
	.pricing_tab_list li button{
		display: inline-block;
        font-size: 17px;
        line-height: 27px;
        font-weight: 600;
        color: var(--black);
        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);
		}
	}
}

.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("/wp-content/uploads/2024/07/check.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 .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;}
	}
}

@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: 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;}
	}
}
