::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #abdbff;
}

::-webkit-scrollbar-thumb {
	background: #1f8fff;
}

::-moz-selection {
	color: #fff;
	background: #1f8fff;
}

::selection {
	color: #fff;
	background: #1f8fff;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: "Inter";
}

h1, h2, h3, h4, h5, h6, span, p, a, small, strong {
	font-family: "Inter" !important;
}

body {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	min-height: 100%;
	font-family: "Inter";
	overflow-x: hidden;
}

.containerMain_V3 {
	width: 1300px;
	float: left;
}

header.header_V3 {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	background-color: #fff;
	border-bottom: 1px solid #e1e7ef;
	z-index: 9999;
}

header.header_V3 .headerInner {
	width: 100%;
	float: left;
	padding: 8px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header.header_V3 .headerInner .logoWrap {
	float: left;
}

header.header_V3 .headerInner .logoWrap img {
	max-width: 92px;
}

header.header_V3 .headerInner .rightWigt {
	float: left;
	display: flex;
	align-items: center;
	gap: 10px;
}

header.header_V3 .headerInner .rightWigt .phoneNo {
	float: left;
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 14px;
	color: #65758b;
	letter-spacing: .4px;
}

header.header_V3 .headerInner .rightWigt .bttnStyleWhite {
	float: left;
	border: 1px solid #e1e7ef;
	font-size: 14px;
	font-weight: 500;
	color: #1f252e;
	padding: 10px 15px;
	border-radius: 6px;
	background-color: #fff;
	transition: .3s ease-in-out;
}

header.header_V3 .headerInner .rightWigt .bttnStyleWhite:hover {
	background-color: #e0ecff;
}

header.header_V3 .headerInner .rightWigt .bttnStyleBlue {
	float: left;
	border: 0;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	padding: 10px 15px;
	border-radius: 6px;
	background: linear-gradient(135deg, #4db2ff, #0063e6);
	transition: all .3s ease-in-out;
}

header.header_V3 .headerInner .rightWigt .bttnStyleBlue:hover {
	background: linear-gradient(135deg, #0063e6, #4db2ff);
}

.heroHeader_V3 {
	width: 100%;
	float: left;
	margin: 64px 0 0 0;
	display: flex;
	justify-content: center;
	padding: 110px 0;
	background-color: #f5faff;
	border-bottom: 1px solid #e1e7ef;
}

.heroHeader_V3 .heroHeaderInner {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.heroHeader_V3 .heroHeaderInner article {
	width: 660px;
	float: left;
}

.heroHeader_V3 .heroHeaderInner article h1 {
	width: 100%;
	float: left;
	font-size: 60px;
	font-weight: 700;
	line-height: 100%;
	color: #1f252e;
}

.heroHeader_V3 .heroHeaderInner article h1 span {
	background: linear-gradient(135deg, #4db2ff, #0063e6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.heroHeader_V3 .heroHeaderInner article p {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 27px;
	color: #65758b;
	margin: 20px 0 0 0;
}

.heroHeader_V3 .heroHeaderInner article form {
	width: 448px;
	float: left;
	margin: 20px 0 0 0;
}

.heroHeader_V3 .heroHeaderInner article form .inpsWrap {
	width: 100%;
	float: left;
}

.heroHeader_V3 .heroHeaderInner article form .inpsWrap p {
	width: 100%;
	float: left;
	color: #1f252e;
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
}

.heroHeader_V3 .heroHeaderInner article form .inpsWrap .inpBox {
	width: 100%;
	float: left;
	margin: 13px 0 0 0;
	border: 1px solid #e1e7ef;
	font-family: "Inter";
	font-size: 14px;
	background-color: #fff;
	padding: 14px 17px;
	border-radius: 8px;
	color: #000;
	outline-color: #1f8fff;
}

.heroHeader_V3 .heroHeaderInner article form .frmBttnsWrap {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin: 18px 0 0 0;
	position: relative;
}

.heroHeader_V3 .heroHeaderInner article form .frmBttnsWrap .subBttn {
	width: 100%;
	float: left;
	border: 0;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	padding: 9px 15px;
	border-radius: 6px;
	background: linear-gradient(135deg, #4db2ff, #0063e6);
	font-family: "Inter";
	text-align: center;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.heroHeader_V3 .heroHeaderInner article form .frmBttnsWrap .subBttn:hover {
	background: linear-gradient(135deg, #0063e6, #4db2ff);
}

.heroHeader_V3 .heroHeaderInner article form .frmBttnsWrap .bttnStyleWhite {
	width: 100%;
	float: left;
	border: 1px solid #e1e7ef;
	font-size: 14px;
	font-weight: 500;
	color: #1f252e;
	padding: 10px 15px;
	border-radius: 6px;
	background-color: #fff;
	text-align: center;
	transition: .3s ease-in-out;
}

.heroHeader_V3 .heroHeaderInner article form .frmBttnsWrap .bttnStyleWhite:hover {
	background-color: #e0ecff;
}

.heroHeader_V3 .heroHeaderInner article .featuresForDemo {
	width: 100%;
	float: left;
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
	margin: 20px 0 0 0;
	gap: 15px;
}

.heroHeader_V3 .heroHeaderInner article .featuresForDemo span {
	float: left;
	font-size: 14px;
	color: #1f252e;
	line-height: 20px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.heroHeader_V3 .heroHeaderInner picture {
	width: 734px;
	float: left;
	margin: 0 -40px 0 0;
}

.heroHeader_V3 .heroHeaderInner picture img {
	max-width: 100%;
}

.trustedWrap {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 80px 0;
	border-bottom: 1px solid #e1e7ef;
}

.trustedWrap h3 {
	width: 100%;
	float: left;
	color: #65758b;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
}

.trustedWrap .clientsLogoWrap {
	width: 100%;
	float: left;
	margin: 35px 0 0 0;
	display: flex;
	justify-content: center;
	gap: 90px;
}

.trustedWrap .clientsLogoWrap img {
	width: 82px;
	height: 32px;
	-o-object-fit: contain;
	object-fit: contain;
	float: left;
	opacity: .7;
}

.trustedWrap .review {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.trustedWrap .review .stars {
	float: left;
	display: flex;
	gap: 5px;
	font-size: 18px;
	color: #facc15;
}

.trustedWrap .review h4 {
	width: 100%;
	float: left;
	text-align: center;
	color: #1f252e;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	font-style: italic;
	margin: 20px 0 0 0;
}

.trustedWrap .review p {
	width: 100%;
	float: left;
	text-align: center;
	color: #65758b;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	font-style: italic;
	margin: 12px 0 0 0;
}

.problemSolvingBlock {
	width: 100%;
	float: left;
	background-color: #fafcfd;
	padding: 85px 12px;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #e1e7ef;
}

.problemSolvingBlock .problemSolvingInner {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.problemSolvingBlock .problemSolvingInner h2 {
	width: 100%;
	float: left;
	text-align: center;
	color: #1f252e;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
}

.problemSolvingBlock .problemSolvingInner p {
	width: 672px;
	float: left;
	text-align: center;
	color: #65758b;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin: 15px 0 0 0;
}

.problemSolvingBlock .problemSolvingInner .psBoxes {
	width: 1152px;
	float: left;
	display: flex;
	justify-content: space-between;
	margin: 60px 0 0 0;
	gap: 30px;
}

.problemSolvingBlock .problemSolvingInner .psBoxes .psBox {
	width: 552px;
	float: left;
}

.problemSolvingBlock .problemSolvingInner .psBoxes .psBox h3 {
	width: 100%;
	float: left;
	color: #ef4343;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	margin: 0 0 8px 0;
	display: flex;
	align-items: center;
	gap: 13px;
}

.problemSolvingBlock .problemSolvingInner .psBoxes .psBox .psLine {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	border-left: 4px solid #ef4343;
	background-color: rgba(239, 67, 67, 0.0509803922);
	margin: 13px 0 0 0;
	padding: 16px 20px;
	gap: 15px;
	border-radius: 10px;
	color: #1f252e;
	font-size: 16px;
	line-height: 24px;
}

.problemSolvingBlock .problemSolvingInner .psBoxes .psBox .psLine .psDot {
	width: 8px;
	height: 8px;
	float: left;
	background-color: #ef4343;
	border-radius: 100%;
}

.problemSolvingBlock .problemSolvingInner .psBoxes .psBox.blue {
	float: left;
}

.problemSolvingBlock .problemSolvingInner .psBoxes .psBox.blue h3 {
	color: #1f8fff;
}

.problemSolvingBlock .problemSolvingInner .psBoxes .psBox.blue .psLine {
	border-left: 4px solid #1f8fff;
	background-color: rgba(31, 143, 255, 0.0509803922);
}

.chooseTwib {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 80px 15px;
	display: flex;
	justify-content: center;
}

.chooseTwib .chooseTwibInner {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.chooseTwib .chooseTwibInner h2 {
	width: 100%;
	float: left;
	text-align: center;
	color: #1f252e;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
}

.chooseTwib .chooseTwibInner p {
	width: 100%;
	float: left;
	text-align: center;
	color: #65758b;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin: 15px 0 0 0;
}

.chooseTwib .chooseTwibInner .trackingVisitProof {
	width: 100%;
	float: left;
	border: 2px solid rgba(31, 143, 255, .2);
	border-bottom-color: #8fc7ff;
	margin: 60px 0 0 0;
	border-radius: 12px;
	display: flex;
}

.chooseTwib .chooseTwibInner .trackingVisitProof article {
	width: 50%;
	float: left;
	padding: 48px;
	background-color: rgba(31, 143, 255, 0.0509803922);
}

.chooseTwib .chooseTwibInner .trackingVisitProof article h3 {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	gap: 12px;
	color: #1f252e;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}

.chooseTwib .chooseTwibInner .trackingVisitProof article ul {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 22px;
}

.chooseTwib .chooseTwibInner .trackingVisitProof article ul li {
	width: 100%;
	float: left;
	color: #1f252e;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin: 7px 0;
}

.chooseTwib .chooseTwibInner .trackingVisitProof article ul li::marker {
	color: #1f8fff;
	font-size: 22px;
}

.chooseTwib .chooseTwibInner .trackingVisitProof article .privecyAlert {
	width: 100%;
	float: left;
	background-color: rgba(31, 143, 255, 0.1019607843);
	border: 1px solid rgba(31, 143, 255, .2);
	color: #1f8fff;
	display: flex;
	align-items: center;
	padding: 16px;
	margin: 16px 0 0 0;
	border-radius: 12px;
	gap: 12px;
	font-size: 18px;
	font-weight: 500;
}

.chooseTwib .chooseTwibInner .trackingVisitProof picture {
	width: 50%;
	float: left;
	height: 100%;
	padding: 4px;
	position: relative;
}

.chooseTwib .chooseTwibInner .trackingVisitProof picture img {
	width: 96%;
	position: absolute;
	top: -59px;
}

.chooseTwib .chooseTwibInner .featuresWrap {
	width: 100%;
	float: left;
	margin: 45px 0 0 0;
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
}

.chooseTwib .chooseTwibInner .featuresWrap .featureBox {
	width: calc(33.33% - 14px);
	float: left;
	padding: 24px;
	border: 1px solid #e1e7ef;
	border-radius: 12px;
}

.chooseTwib .chooseTwibInner .featuresWrap .featureBox h4 {
	width: 100%;
	float: left;
	color: #1f252e;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	margin: 15px 0 0 0;
}

.chooseTwib .chooseTwibInner .featuresWrap .featureBox p {
	width: 100%;
	float: left;
	color: #65758b;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin: 11px 0 0 0;
	text-align: left;
}

.howItWork {
	width: 100%;
	float: left;
	background-color: #fafcfd;
	padding: 85px 15px 40px;
	display: flex;
	justify-content: center;
}

.howItWork .containerSmall_V3 {
	width: 1024px;
	float: left;
}

.howItWork .howItWorkInner {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.howItWork .howItWorkInner h2 {
	width: 100%;
	float: left;
	text-align: center;
	color: #1f252e;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
}

.howItWork .howItWorkInner p {
	width: 100%;
	float: left;
	text-align: center;
	color: #65758b;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin: 15px 0 0 0;
}

.howItWork .howItWorkInner .hiwWRap {
	width: 100%;
	float: left;
	margin: 60px 0 0 0;
	display: flex;
	gap: 30px;
	flex-flow: row wrap;
}

.howItWork .howItWorkInner .hiwWRap .hiwBox {
	width: calc(33.33% - 20px);
	float: left;
	padding: 32px;
	color: #fff;
	border: 1px solid #e1e7ef;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 12px;
}

.howItWork .howItWorkInner .hiwWRap .hiwBox::after {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #1f8fff;
	position: absolute;
	right: -31px;
	top: 45px;
}

.howItWork .howItWorkInner .hiwWRap .hiwBox:last-child::after {
	display: none;
}

.howItWork .howItWorkInner .hiwWRap .hiwBox .icon {
	width: 64px;
	height: 64px;
	float: left;
	border-radius: 100%;
	background: linear-gradient(135deg, #4db2ff, #0063e6);
	display: flex;
	align-items: center;
	justify-content: center;
}

.howItWork .howItWorkInner .hiwWRap .hiwBox h4 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #1f252e;
	margin: 20px 0 0 0;
}

.howItWork .howItWorkInner .hiwWRap .hiwBox p {
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #65758b;
}

.howItWork .howItWorkInner .hiwWRap .hiwBox span.timer {
	width: 100%;
	float: left;
	text-align: center;
	margin: 12px 0 0 0;
	font-size: 14px;
	font-weight: 500;
	color: #1f8fff;
}

.howItWork .howItWorkInner .hiwWRap .hiwBox .number {
	width: 24px;
	height: 24px;
	position: absolute;
	background: linear-gradient(135deg, #4db2ff, #0063e6);
	border-radius: 100%;
	right: 20px;
	top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 13px;
}

.howItWork .howItWorkInner .hiwVideoWrap {
	float: left;
	position: relative;
	margin: 50px 0 0 0;
	border-radius: 20px;
	overflow: hidden;
	background-color: #00041a;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.howItWork .howItWorkInner .hiwVideoWrap img {
	width: 100%;
	opacity: .4;
}

.howItWork .howItWorkInner .hiwVideoWrap article {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.howItWork .howItWorkInner .hiwVideoWrap article h3 {
	width: 100%;
	float: left;
	color: #fff;
	font-weight: 600;
	font-size: 25px;
	text-align: center;
	margin: 0 0;
}

.howItWork .howItWorkInner .hiwVideoWrap article p {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin: 15px 0 0 0;
	font-weight: 300;
	line-height: 100%;
}

.howItWork .howItWorkInner .hiwVideoWrap article .playVid {
	width: 75px;
	height: 75px;
	border: 1px solid rgba(255, 255, 255, 0.2784313725);
	float: left;
	border-radius: 100%;
	margin: 30px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.168627451);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.ImplementationSupport {
	width: 100%;
	float: left;
	padding: 80px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ImplementationSupport h2 {
	width: 100%;
	float: left;
	text-align: center;
	color: #1f252e;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
}

.ImplementationSupport p {
	width: 672px;
	float: left;
	text-align: center;
	color: #65758b;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin: 15px 0 0 0;
}

.ImplementationSupport .supportBoxes {
	width: auto;
	float: left;
	display: flex;
	gap: 20px;
	justify-content: center;
	margin: 45px 0 0 0;
}

.ImplementationSupport .supportBoxes .sBox {
	width: 270px;
	float: left;
	padding: 24px;
	border: 1px solid #e1e7ef;
	min-height: 218px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.ImplementationSupport .supportBoxes .sBox .icon {
	width: 48px;
	height: 48px;
	float: left;
	border-radius: 100%;
	background-color: rgba(31, 143, 255, 0.1019607843);
	display: flex;
	justify-content: center;
	align-items: center;
}

.ImplementationSupport .supportBoxes .sBox h4 {
	width: 100%;
	float: left;
	text-align: center;
	color: #1f252e;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 15px 0 0 0;
}

.ImplementationSupport .supportBoxes .sBox p {
	width: 100%;
	float: left;
	text-align: center;
	color: #65758b;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 15px 0 0 0;
}

.ImplementationSupport .gettinStarted {
	width: 672px;
	float: left;
	border-radius: 15px;
	background: linear-gradient(135deg, #4db2ff, #0063e6);
	margin: 40px 0 0 0;
	padding: 32px;
}

.ImplementationSupport .gettinStarted h3 {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	margin: 0 0 0 0;
}

.ImplementationSupport .gettinStarted p {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin: 15px 0;
}

.ImplementationSupport .gettinStarted .contactNums {
	width: 100%;
	float: left;
	display: flex;
	align-content: center;
	flex-flow: row wrap;
	justify-content: center;
	gap: 15px;
}

.ImplementationSupport .gettinStarted .contactNums span {
	float: left;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #fff;
}

.ImplementationSupport .gettinStarted .contactNums span a {
	color: #fff;
}

.pricingBoxWrap {
	width: 100%;
	float: left;
	padding: 70px 15px;
	background-color: #fafcfd;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.pricingBoxWrap h2 {
	width: 100%;
	float: left;
	text-align: center;
	color: #1f252e;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
}

.pricingBoxWrap .priceMain {
	width: 896px;
	padding: 48px;
	margin: 45px 0 0 0;
	background-color: #fff;
	border: 1px solid #e1e7ef;
	border-radius: 16px;
	display: flex;
	gap: 32px;
}

.pricingBoxWrap .priceMain .pBox {
	width: 50%;
	float: left;
}

.pricingBoxWrap .priceMain .pBox h3 {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #1f252e;
	font-size: 36px;
	font-weight: 700;
}

.pricingBoxWrap .priceMain .pBox h3 span {
	font-weight: 400;
	color: #1f8fff;
}

.pricingBoxWrap .priceMain .pBox h3 small {
	color: #65758b;
	font-size: 20px;
	line-height: 28px;
}

.pricingBoxWrap .priceMain .pBox p {
	width: 100%;
	float: left;
	text-align: center;
	color: #65758b;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin: 15px 0 0 0;
}

.pricingBoxWrap .priceMain .pBox ul {
	width: 100%;
	float: left;
	margin: 12px 0 0 0;
	list-style: none;
}

.pricingBoxWrap .priceMain .pBox ul li {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	gap: 12px;
	color: #1f252e;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin: 7px 0;
}

.pricingBoxWrap .priceMain .trialWrap {
	width: 50%;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pricingBoxWrap .priceMain .trialWrap .freeTrialWrap {
	width: 100%;
	float: left;
	padding: 24px;
	border-radius: 16px;
	background: linear-gradient(135deg, #4db2ff, #0063e6);
}

.pricingBoxWrap .priceMain .trialWrap .freeTrialWrap h4 {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin: 0 0 0 0;
}

.pricingBoxWrap .priceMain .trialWrap .freeTrialWrap p {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	margin: 12px 0 0 0;
}

.pricingBoxWrap .priceMain .trialWrap .freeTrialWrap .trialBttn {
	width: 100%;
	float: left;
	background-color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 20px;
	margin: 14px 0 0 0;
	border-radius: 8px;
	color: #1f8fff;
	padding: 12px 0;
	transition: .3s ease-in-out;
}

.pricingBoxWrap .priceMain .trialWrap .freeTrialWrap .trialBttn:hover {
	background-color: #e0ecff;
}

.pricingBoxWrap .priceMain .trialWrap .showFirst {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
	text-align: center;
	color: #65758b;
	font-size: 14px;
}

.pricingBoxWrap .priceMain .trialWrap .bookDemo {
	width: 160px;
	background-color: #fff;
	border: 1px solid #e1e7ef;
	color: #1f252e;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	border-radius: 4px;
	text-align: center;
	margin: 12px 0 0 0;
	padding: 7px 0;
	transition: .3s ease-in-out;
}

.pricingBoxWrap .priceMain .trialWrap .bookDemo:hover {
	background-color: #e0ecff;
}

.customersBox {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 75px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.customersBox h2 {
	width: 100%;
	float: left;
	text-align: center;
	color: #1f252e;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
}

.customersBox p {
	width: 672px;
	float: left;
	text-align: center;
	color: #65758b;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin: 15px 0 0 0;
}

.customersBox .testimonialsBoxes {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 25px;
	margin: 60px 0 0 0;
}

.customersBox .testimonialsBoxes .cBox {
	width: 390px;
	float: left;
	padding: 24px;
	border: 1px solid #e1e7ef;
	border-radius: 8px;
}

.customersBox .testimonialsBoxes .cBox .stars {
	width: 100%;
	float: left;
	display: flex;
	gap: 4px;
}

.customersBox .testimonialsBoxes .cBox .stars i {
	float: left;
	color: #facc15;
}

.customersBox .testimonialsBoxes .cBox p {
	width: 100%;
	float: left;
	color: #1f252e;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-align: left;
	font-style: italic;
	padding: 0 0 0 23px;
	position: relative;
	margin: 22px 0 0 0;
}

.customersBox .testimonialsBoxes .cBox p i {
	position: absolute;
	font-size: 30px;
	left: -12px;
	color: #fff;
	-webkit-text-stroke: 2px rgba(31, 143, 255, 0.3215686275);
	top: -5px;
}

.customersBox .testimonialsBoxes .cBox h4 {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #e1e7ef;
	color: #1f252e;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

.customersBox .testimonialsBoxes .cBox h4 small {
	width: 100%;
	float: left;
	color: #65758b;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.customersBox .statsdataWrap {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	gap: 30px;
	margin: 60px 0 0 0;
}

.customersBox .statsdataWrap .statBox {
	width: 235px;
}

.customersBox .statsdataWrap .statBox h3 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #1f8fff;
	line-height: 36px;
}

.customersBox .statsdataWrap .statBox h3 small {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #65758b;
	line-height: 24px;
}

.faqSectionWrap {
	width: 100%;
	float: left;
	background-color: #fafcfd;
	padding: 90px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.faqSectionWrap h2 {
	width: 100%;
	float: left;
	text-align: center;
	color: #1f252e;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
}

.faqSectionWrap p {
	width: 672px;
	float: left;
	text-align: center;
	color: #65758b;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin: 15px 0 0 0;
}

.faqSectionWrap .faqBoxes {
	width: 768px;
	float: left;
	margin: 60px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.faqSectionWrap .faqBoxes .accordianBox {
	width: 100%;
	float: left;
	background-color: #fff;
	border: 1px solid #e1e7ef;
	border-radius: 12px;
}

.faqSectionWrap .faqBoxes .accordianBox .flip {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 15px;
	color: #1f252e;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	padding: 24px;
	cursor: pointer;
}

.faqSectionWrap .faqBoxes .accordianBox .flip i {
	font-size: 20px;
}

.faqSectionWrap .faqBoxes .accordianBox .panel {
	width: 100%;
	float: left;
	padding: 24px;
	padding-top: 0;
	color: #65758b;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	display: none;
}

.faqSectionWrap .gettinStarted {
	width: 672px;
	float: left;
	border-radius: 15px;
	background: #fff;
	margin: 70px 0 0 0;
	padding: 32px;
	border: 1px solid #e1e7ef;
}

.faqSectionWrap .gettinStarted h3 {
	width: 100%;
	float: left;
	text-align: center;
	color: #1f252e;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin: 0 0 0 0;
}

.faqSectionWrap .gettinStarted p {
	width: 100%;
	float: left;
	text-align: center;
	color: #65758b;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 15px 0;
}

.faqSectionWrap .gettinStarted .contactNums {
	width: 100%;
	float: left;
	display: flex;
	align-content: center;
	flex-flow: row wrap;
	justify-content: center;
	gap: 15px;
}

.faqSectionWrap .gettinStarted .contactNums span {
	float: left;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #65758b;
}

.rgsCompleteWrap {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 70px 0;
	display: flex;
	justify-content: center;
}

.rgsCompleteWrap .regMain {
	width: 896px;
	float: left;
	background: linear-gradient(135deg, #1f8fff 0%, #0063e6 100%);
	padding: 64px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.rgsCompleteWrap .regMain h2 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	line-height: 100%;
	color: #fff;
}

.rgsCompleteWrap .regMain p {
	width: 672px;
	float: left;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
	margin: 14px 0 0 0;
}

.rgsCompleteWrap .regMain .bttnsWrap {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: 30px 0 0 0;
}

.rgsCompleteWrap .regMain .bttnsWrap .bttn {
	width: 198px;
	height: 44px;
	float: left;
	border-radius: 8px;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.0901960784);
	transition: .3s ease-in-out;
}

.rgsCompleteWrap .regMain .bttnsWrap .bttn.white {
	background-color: #fff;
	color: #1f8fff;
}

.rgsCompleteWrap .regMain .bttnsWrap .bttn:hover {
	background-color: #c9deff;
	color: #1f8fff;
}

.rgsCompleteWrap .regMain .whatsappLink {
	float: left;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 30px 0 0 0;
}

.rgsCompleteWrap .regMain .featuresForDemo {
	width: 100%;
	float: left;
	display: flex;
	justify-content: flex-start;
	justify-content: center;
	flex-flow: row wrap;
	margin: 25px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2156862745);
	gap: 15px;
}

.rgsCompleteWrap .regMain .featuresForDemo span {
	float: left;
	font-size: 14px;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 300;
}

.wpcf7-form-control.wpcf7-checkbox {
	padding: 0 !important;
	border: 0 !important;
	text-transform: inherit !important;
}

.wpcf7-form-control.wpcf7-checkbox span.last {
	margin: 0 !important;
}

.wpcf7-form-control.wpcf7-checkbox span.last label {
	float: left;
	color: #65758b;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	margin: 10px 0 0 0;
}

.wpcf7-response-output {
	width: 100%;
	float: left;
	text-align: center;
	margin: 12px 0 0 0 !important;
	font-size: 13px !important;
}

.endFooterWrap {
	margin: 0 0 0 0 !important;
	border-top: 0px solid #3f4245 !important;
}