/*****CSS START HERE******/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding:0;
	font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Clash Display';
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}
button:focus {
	outline:none;
}
ul, ol, li {
	margin:0;
	padding:0;
	list-style-type:none;
}
a {
	text-decoration:none;
}
img {
	max-width:100%;
}
input:focus {
	outline:none;
}
header, footer, section {
	width:100%;
	float:left;
}
.auto-container {
	width:1170px;
	margin:0 auto;
}
header {
	padding: 20px 0;
}
.header-left {
	float: left;
	padding: 5px 0 0;
}
.header-left img {
	float: left;
}
.header-right {
	float: right;
	margin: 7px 0 0;
}
.header-right li {
	float: left;
	margin: 0 0 0 30px;
}
.header-right li a {
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	color: #012075;
	line-height: 14px;
	text-align: center;
}
a.get-started {
	background: #012075;
	color: #fff !important;
	padding: 9px 10px;
	border-radius: 7px;
}
a.get-started:hover {
	background:#333;
}
section.banner-outer {
	text-align: center;
	padding: 80px 0 42px;
}
.banner-inner {
	display: inline-block;
	max-width: 520px;
}
.banner-inner h1 {
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	color: #012075;
	margin: 0 0 20px;
	font-family: 'Inter', sans-serif;
}
p {
	font-family: Inter;
	font-size: 16px;
	font-weight: 200;
	line-height: 22px;
	letter-spacing: -0.25px;
	color:#5A5A5A;
}
.banner-inner form {
	width: 100%;
	float: left;
	margin: 20px 0;
}
input.banner-filed {
	color: #8B8B8B;
	border: 1px solid #01207599;
	font-family: Inter;
	font-size: 14px;
	font-weight: 200;
	border-radius: 5px;
	padding: 10px 15px;
	WIDTH: 33%;
}
input.field-btn {
	background: #012075;
	border: none;
	color: #fff;
	font-family: Inter;
	font-size: 15px;
	font-weight: 600;
	border-radius: 7px;
	padding: 10px 40px;
	cursor: pointer;
	margin: 0 0 0 7px;
}
input.field-btn:hover {
	background:#333;
}
.banner-inner li {
	font-family: Inter;
	font-size: 13px;
	font-weight: 200;
	background: url(../images/check-sign.svg) no-repeat left 2px;
	line-height: 16px;
	color: #012075;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 20px;
	margin: 0 0 0px 30px;
}
.banner-inner li:first-child {
	margin: 0;
}
.rating-outer {
	padding: 30px 0 0;
}
.rating-outer h2 {
	font-family: Inter;
	font-size: 12px;
	font-weight: 400;
	color: #5A5A5A;
	margin: 20px 0;
}
.dashboard-outer {
	text-align:center;
}
img.dashboard-img {
	box-shadow: 0 0 10px #0120754a;
	border-radius: 8px;
}
section.manage-outer {
	padding: 52px 0;
}
.manage-inner {
	border: 1px solid #0120754D;
	border-radius: 8px;
	padding: 15px;
}
.manage-inner img {
	width: auto !important;
}
.author-outer {
	display: flex;
	margin: 20px 0 0;
}
.author-left {
	margin: 0 13px 0 0px;
}
.author-right h2 {
	font-family: Inter;
	font-size: 13px;
	margin: 4px 0px 1px;
	font-weight: 500;
	letter-spacing: -0.25px;
	color: #012075;
}
.author-right h3 {
	font-family: Inter;
	font-size: 12px;
	font-weight: 400;
	color: #5A5A5A;
	letter-spacing: -0.25px;
}
.manage-outer .owl-nav, .manage-outer .owl-dots {
	display: none;
}
section.convenient-outer {
	text-align: center;
	padding: 58px 0 60px;
}
.title-outer {
	font-family: Inter;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 15px;
	color:#012075;
}
ul.convenient-ul li {
	width: 24.6%;
	padding:20px 10px 20px 0px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
ul.convenient-ul li strong {
	float: left;
	width: 36px;
}
ul.convenient-ul li span {
	float: left;
	width: 86%;
}
ul.convenient-ul li h3 {
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	color: #012075;
}
ul.convenient-ul li p {
	font-family: Inter;
	font-size: 14px;
	font-weight: 200;
	color: #5A5A5A;
	margin: 4px 0 0;
}
ul.convenient-ul {
	margin: 45px 0 0;
}
.seamless-outer p {
	margin: 0 0 14px 0;
}
ul.connect-ul {
	display: flex;
	gap: 10px;
	margin: 20px 0 0;
	flex-wrap: wrap;
}
ul.connect-ul li {
	width: 24.3%;
	border: 1px solid #0917471A;
	border-radius: 8px;
	padding: 13px 21px;
	box-shadow: 0px 2px 8px 0px #AAAAAA1F;
	display: inline-block;
	vertical-align: top;
}
.seam-left {
	float: left;
}
.seam-right {
	float: right;
}
.seam-outer {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.seam-right h3 {
	background: #F0F9EA;
	font-family: Inter;
	font-size: 12px;
	font-weight: 400;
	color: #6F975A;
	border-radius: 7px;
	padding: 10px 14px;
}
.seam-right.seam-right2 h3 {
	background: #F9F6EA;
	color: #C8B552;
}
ul.connect-ul li h4 {
	font-family: Inter;
	font-size: 15px;
	font-weight: 600;
	line-height: 15px;
	color: #012075;
	margin: 22px 0 5px;
}
section.reduction-outer {
	padding: 70px 0 0;
}
ul.connect-ul li p {
	font-size: 13px;
	margin: 0;
}
section.seamless-outer {
	padding: 50px 0;
}
.reduction-left {
	float: right;
	text-align: right;
	width: 46%;
}
.reduction-right {
	float: left;
	width: 54%;
	text-align: right;
	padding: 30px 10px 0 0;
}
.reduction-right p {
	padding: 0 0 26px 42%;
}
.reduction-right a {
	background: #012075;
	color: #fff !important;
	padding: 9px 21px;
	border-radius: 7px;
}
.reduction-right a:hover {
	background:#333;
}
.reduction-right h3 {
	background: #4E97F0;
	display: inline-block;
	color: #fff;
	font-family: Inter;
	font-size: 10px;
	font-weight: 600;
	border-radius: 5px;
	letter-spacing: 0.25px;
	padding: 8px 14px;
	margin: 0 0 20px;
}
section.fancy-outer {
	text-align: center;
	padding: 100px 0;
}
.fancy-img {
	margin: 30px 0 0;
}
section.ai-powered-outer {
	text-align: center;
	padding: 0 0;
}
section.ai-powered-outer p {
	margin: 10px 0;
}
.faq-outer {
	text-align:center;
	padding:70px 0;
}
.faq-drawer__content-wrapper {
	font-size: 1.25em;
	line-height: 1.4em;
	max-height: 0px;
	overflow: hidden;
	transition: 0.25s ease-in-out;
}
.faq-drawer__title {
	cursor: pointer;
	display: block;
	padding: 12px 12px;
	position: relative;
	margin-bottom: 15px;
	transition: all 0.25s ease-out;
	border: 1px solid #0120754D;
	font-family: Inter;
	font-size: 15px;
	font-weight: 600;
	text-align: left;
	border-radius: 5px;
	color: #012075;
}
 .faq-drawer__title::after2 {
 border-style: solid;
 border-width: 1px 1px 0 0;
 content: " ";
 display: inline-block;
 float: right;
 height: 10px;
 left: 2px;
 position: relative;
 right: 20px;
 top: 2px;
 transform: rotate(135deg);
 transition: 0.35s ease-in-out;
 vertical-align: top;
 width: 10px;
}
.faq-drawer-inner {
	margin: 30px 0 0;
}
/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover {
	color: #4E4B52;
}
.faq-drawer__content {
	text-align: left;
	padding: 0 0 30px;
}
.faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
	max-height: 350px;
}
 .faq-drawer__trigger:checked + .faq-drawer__title::after {
 transform: rotate(-45deg);
 transition: 0.25s ease-in-out;
}
input[type="checkbox"] {
	display: none;
}
 @media only screen and (max-width: 600px) {
 .container {
 padding: 80px;
}
}
footer {
	box-shadow: 0px -4px 16px 0px #0000D;
	padding:30px 0 20px;
	text-align: center;
}
section.ai-powered-outer.free-con {
	padding: 0 0 80px;
}
.footer01 {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	padding: 0 5%;
}
.footer01 h2 {
	font-family: Inter;
	font-size: 15px;
	font-weight: 600;
	color: #012075;
	margin: 0 0 10px;
}
.footer01 li a {
	font-family: Inter;
	font-size: 14px;
	font-weight: 200;
	color: #012075;
	margin: 5px 0;
	display: inline-block;
	vertical-align: top;
}
.footer01 li a:hover {
	color:#012075;
	    text-decoration: underline;
}
.manage-inner p {
	font-size: 14px;
	line-height: 19.6px;
}
.faq-drawer__content p {
	font-size: 15px;
}
section.fancy-outer.pricing-outer
{
padding:0 0 100px;
}
.pricing-left {
    width: 31.5%;
    float: left;
    box-shadow: 0px 12px 16px -4px #10182814;
    border: 1px solid #EAECF0;
    padding: 40px 32px;
    border-radius: 10px;
    margin: 0 32px 0 0;
	height:510px;
}
.pricing-left:last-child {
margin-right:0;
}
.pricing-left large {
    color: #101828;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
    padding: 0 0 16px;
	    width:100%;
    float: left;
}
.pricing-left span {
    color: #101828;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 0 4px;
	    width:100%;
    float: left;
}
.pricing-left small {
    color: #667085;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 32px;
	    width:100%;
    float: left;
}
.pricing-left li {
    color: #667085;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 16px 36px;
    width: 100%;
    background: url(../images/check-icon.svg) no-repeat top 0 left 0px;
    float: left;
    text-align: left;
}
.pricing-left a {
    color: #fff;
	line-height:24px;
    font-size: 16px;
    font-weight: 500;
border-radius: 8px;
border: 1px solid #7F56D9;
background: #012075;
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 11px 10px;
    width: 100%;    float: left;
	margin:24px 0 0;
}
.pricing-left a:hover {
    background: #333333;
	border: 1px solid #333333;
}
.pricing-inner
{
    width: 100%;
    float: left;
	padding:50px 0 0;
}