/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1666110911
Updated: 2022-10-18 16:35:11

*/

:root{	
	--bg-gray: #F4F3EF;
	--font-size-16: 16px;
	--body-text-color: #484B4D;
	--color-green: #62C47A;
	--color-white: #fff;
}
body{
    background: var(--color-white);
    font-family: 'Urbanist';
    font-size: 18px;
    line-height: 30px;
    color: var(--body-text-color);
    font-weight: 500;
    overflow-x: hidden
}
h1,
h2,
h3,
h4,
h5,
.heading-h1,
.heading-h2,
.heading-h3,
.heading-h4,
.heading-h5{
    margin: 0 0 20px;
    padding: 0;
    font-family: 'Urbanist';
    color: #111111;
    line-height: 1.2;
    font-weight: bold;    
}
h1,
.heading-h1{
    font-size: 62px;    
}
h2,
.heading-h2{
    font-size: 36px;    
}
h3,
.heading-h3{
    font-size: 30px;    
}
h4,
.heading-h4{
    font-size: 22px;    
}
h5,
.heading-h5{
    font-size: 20px;
    font-weight: 600;    
}
img{
    max-width: 100%
}
p{
    margin: 0 0 35px
}
strong{
	color: #111;
}
a{
    color: #111;
    text-decoration: none
}
a:hover{
    color: #62C47A;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none
}
.button{
	min-width: 150px;
    padding: 12px 20px;
    border: none;
    box-shadow: 0 2px 10px rgba(59,53,40,.1);
    border-radius: 5px;
    display: inline-block;
    font-size: var(--font-size-16);
    font-weight: 500;
    text-align: center;    
    text-decoration: none;
    cursor: pointer;    
}
.button-primary{
	background: var(--color-green);	
	color: var(--color-white);
}
.button-primary:hover{
	background: var(--color-green);
	color: var(--color-white);
}
.button-link{
	font-weight: 600;
}
.button-link svg{
	margin: 0 0 0 5px;
}
.button-link:hover svg path{
	fill: #62C47A;
}
button:focus,
input:focus{
	outline: none;
	box-shadow: none;
}
.play-button{
	width: 75px;
	height: 75px;
	padding: 0 0 0 2px;
	background: var(--color-white);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.font-weight-400{
	font-weight: 400;
}
.curve-shape{
	padding: 0 0 15px;
	background: url('images/heading-shape.svg') no-repeat;
	background-position: 0 95%;
	background-size: contain;
	white-space: nowrap;
}
.curve-shape.shape-large{
	padding-bottom: 20px;
	background: url('images/heading-shape-large.svg') no-repeat;
	background-position: 0 100%;
	background-size: contain;
}
[data-tf-widget="HGPRY95E"]{
	display: none;
}
.content-wrapper .wp-block-separator{
	max-width: 1400px;
	margin: 0 auto;		
}
.content-wrapper .wp-block-separator.my-40{
	margin-top: 20px;
	margin-bottom: 20px;
}
.font-18{
	font-size: 18px;
}
.gap-30{
	gap: 30px;
}

/*---- Layout ----*/
.container{
	max-width: 1270px;
	padding-left: 20px;
	padding-right: 20px;	
}

/*---- Demo Form Block ----*/
.demo-form-block{
	max-width: 520px;	
}
.demo-form-block input{
	height: 70px;
	padding: 0 180px 0 20px;
	background: #fff;	
	border: none;
	border-radius: 6px;
}
.demo-form-block .form-submit-field{
	right: 10px;
}
.demo-form-note{
	padding: 20px 0 0;
	gap: 10px;
	font-size: 16px;
}

/*---- Color ----*/
.color-light,
.color-light h1,
.color-light h2,
.color-light h3,
.color-light .heading-h1,
.color-light .heading-h2,
.color-light .heading-h3{
	color: var(--color-white); 
}
.color-light p a{
	color: var(--color-green); 
}
.color-green{
	color: #62C47A;
}

/*---- Background ----*/
.bg-cover{
	background-repeat: no-repeat;	
	background-position: center center;
	background-size: cover;
}

/*---- Margin ----*/
.mt-30{
	margin-top: 30px;
}
.mb-60{
	margin-bottom: 60px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-10{
	margin-bottom: 10px;
}

/*---- Padding ----*/
.py-120{
	padding-top: 120px;
	padding-bottom: 120px;
}
.py-100{
	padding-top: 100px;
	padding-bottom: 100px;
}
.py-80{
	padding-top: 80px;
	padding-bottom: 80px;	
}
.py-60{
	padding-top: 60px;
	padding-bottom: 60px;	
}
.py-40{
	padding-top: 40px;
	padding-bottom: 40px;	
}
.py-15{
	padding-top: 15px;
	padding-bottom: 15px;	
}
.ptb-10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.pt-100{
	padding-top: 100px;
}
.pt-80{
	padding-top: 80px;
}
.pt-60{
	padding-top: 60px;
}
.pt-40{
	padding-top: 40px;
}
.pt-30{
	padding-top: 30px;
}
.pt-20{
	padding-top: 20px;
}
.pt-10{
	padding-top: 10px;
}
.pb-120{
	padding-bottom: 120px;
}
.pb-100{
	padding-bottom: 100px;
}
.pb-80{
	padding-bottom: 80px;
}
.pb-60{
	padding-bottom: 60px;
}
.pb-40{
	padding-bottom: 40px;
}
.pb-30{
	padding-bottom: 30px;
}
.pb-20{
	padding-bottom: 20px;
}
.pb-10{
	padding-bottom: 10px;
}

/*---- Header ----*/
.site-head{
	padding: 15px 0;
	z-index: 9999;
}
.site-head.sticky-header{
	box-shadow: 0 0 16px rgb(0,0,0,0.05);
}
.site-nav ul{	
	gap: 45px;
}
.site-nav li{
	position: relative
}
.site-nav li a,
.site-nav li .has-children-menu{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    cursor: pointer
}
.site-nav li a:hover,
.site-nav li.menu-item-has-children:hover> a{
    color: var(--color-green);
}
.site-nav .sub-menu{
    width: max-content;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all ease .3s
}
.site-nav li:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}
.site-nav .sub-menu li{
    margin: 0 0 4px;
}
.site-nav .sub-menu li a{
    font-size: var(--font-size-16);
    line-height: 18px
}
.landing-services-header .top-right{
	position: absolute;
	right: 15px;
}

/*---- Section Header ----*/
.section-header{
	max-width: 820px;
}
.section-header .sub-title{
	gap: 10px;
}
.site-logo img{
    max-height: 40px;
    width: auto;
}

/*---- Hero Banner ----*/
.hero-banner{	
	background-position: 100% 18%;
	z-index: 1;
}
.hero-banner h1{
	margin: 0 0 40px;
}
.hero-banner::before{
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, #000 40%, transparent 100%);
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
	z-index: -1;	
}
.hero-banner ul{
	margin: 0 0 30px;
	gap: 40px;
}
.hero-banner li{
	gap: 12px;
	font-size: var(--font-size-16);
}
.hero-banner .block-summary{
	max-width: 850px;
} 
.hero-banner .block-summary p{
	width: 82%;
}
.landing-hero-banner h1{
	font-size: 39px;
}
.landing-hero-banner::before{	
	background-image: linear-gradient(to top, #F4F3EF 40%, transparent 100%);	
}
.landing-hero-banner .image-iframe{
	top: 0;
	right: 15px;
}
.landing-hero-banner .image-3 {
    margin: auto;
    border-radius: 36px;
    left: 18px;
    right: 20px;
    top: 14px;
    width: calc(100% - 38px);
    height: calc(100% - 44px);
    object-fit: fill;
}
.landing-automate-banner .summary-block-col{
	width: 54%;
}
.landing-automate-banner .image-block-col{
	width: 46%;
}
.landing-automate-banner ul{
	gap: 15px;
}
.hero-banner-logos .logos-block .text-block p{
	margin: 0 0 10px;	
	font-size: 16px;
}
.hero-banner-logos .logos-block .text-block strong{
	color: #484B4D;
}

/*---- Rich text ---- */
.rich-text ul{
	margin: 0 0 30px 17px;	
	list-style: disc;
}
.rich-text ul li{
	margin: 0 0 10px;
}
.rich-text .left-image-text,
.rich-text .right-image-text{
	padding: 12px 30px;
	background: #fff;
	font-size: 18px;
	color: #111;
	bottom: 60px;
}
.rich-text .left-image-text{
	padding-left: 20px;
	left: 0;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}
.rich-text .right-image-text{
	padding-right: 20px;
	right: 0;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}
.rich-text .column-item-column:not(:last-child){
	border-right: 1px solid rgb(255,255,255,0.1);
}
.rich-text .column-text{
	font-size: 16px;
}
.rich-text .column-text p:last-child{
	margin: 0;
}
.rich-text .text-number{
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
}

/*---- Multirow ---- */
.multirow-item{
	padding: 0 0 100px;
}
.multirow-item h2{
	margin: 0 0 45px;
}
.multirow-item .summary-block{
	padding: 0 0 0 50px;
}
.multirow-item .flex-row-reverse .summary-block{
	padding: 0 50px 0 0;
}
.multirow .image-block img{
	border-radius: 20px;
}

/*---- Multicolumn ---- */
.multicolumn-item{
	padding: 40px 40px 40px;
	border-radius: 12px;
	box-shadow: 0 0 20px rgb(0,0,0,0.06);
	font-size: var(--font-size-16);
	line-height: 22px;
	overflow: hidden;
}
.multicolumn-items-4 .multicolumn-item{
	padding: 30px 24px 18px;
}
.multicolumn .summary-block h4{
	max-width: 200px;
}
.multicolumn .summary-block p:last-of-type{
	margin: 0;
}
.multicolumn-item .counter{
	padding: 0 0 10px;
	display: block;	
	font-size: 54px;
}

/*---- Text and logos ---- */
.text-and-logos h2{
	margin: 0 0 30px;
}
.text-and-logos .logo-border .logo-item{
	min-width: 200px;
	min-height: 80px;
	padding: 15px 30px;
	border: 1px solid #E2E7F2;
	border-radius: 6px;
	box-shadow: 0 0 16px rgb(0,0,0,0.05);
}

/*---- Text and Image ---- */
.text-and-image .heading-h1{
	font-size: 52px;
}

/*---- Text With Logos Carousel ---- */
.text-and-logos-carousel h2{
	margin: 0 0 40px;
}
.text-and-logos-carousel-wrapper{
	border-radius: 16px;
}
.text-and-logos-carousel .summary-block{
	max-width: 700px;
	padding: 70px 90px 70px 70px;
}
.text-and-logos-carousel .swiper-wrapper{
  transition-timing-function: linear;
}
.text-and-logos-carousel .carousel-block{
	padding: 0 0 0 60px;
}
.text-and-logos-carousel .brand-logo{
	width: 65px;
	height: 65px;	
}
.text-and-logos-carousel .brand-logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;	
}
.text-and-logos-carousel .brand-text{
	padding: 5px 0 0 0;
	line-height: 24px;
}

@media(min-width: 769px){
	.carousel-left{
		height: 72%;
	}
	.carousel-right{
		height: 90%;
	}
}

/*---- Image with text ---- */
.image-with-text .summary-block{
    padding-left: 50px;
}
.image-with-text .align-items-end .summary-block{
	padding-bottom: 80px;
}
.image-with-text .flex-lg-row-reverse .summary-block{
	padding-left: 0;
	padding-right: 50px;
}
.image-with-text .align-items-end img{
	transform: translateY(17px);
}
.image-with-text .content-background{
	border-radius: 16px;
	overflow: hidden;
}
.image-with-text .content-background .summary-block{
	padding: 60px;
}
.image-with-text .button + p:last-of-type{
	margin-bottom: 0;
}
.image-with-text ul{
	margin: 0 0 35px;
}
.image-with-text li{
	margin: 0 0 10px;
	padding: 0 0 0 35px;
	background: url('images/circle-tick.svg') no-repeat;
	background-position: 0 2px;
	font-size: 16px;	
}
.image-with-text.list-two-column ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

/*---- Integration Expanded Benefits ---- */
.page-template-template-integration .image-with-text h1{
	font-size: 40px;	
}
.integration-expanded-benefits .image-block img{
	border-radius: 12px;
}
.integration-partner-logo-wrapper{
	padding: 10px 10px 10px 20px;
	background: #fff;
	border-radius: 8px;
	gap: 30px;
	bottom: 20px;
	left: 20px;
}
.integration-partner-logo-wrapper .logo-block-1 img{
	max-height: 35px;	
}
.integration-partner-logo-wrapper .logo-block-2::before{
	width: 1px;
	height: calc(100% - 20px);
	background: #E2E7F2;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -6px;
	transform: translateY(-50%);
}
.integration-partner-logo-wrapper .logo-block-2 img{
	max-height: 65px;
}

/*---- Text with partner ---- */
.text-with-partner .image-block{
	padding: 60px 20px;
	background: #F4F3EF;
	border-radius: 12px;	
}

/*---- Text with review ---- */
.text-with-review-wrapper{
	padding-left: 60px;
	padding-right: 60px;
	border-radius: 12px;
}
.text-with-review .review-block{
	max-width: 400px;
	padding: 40px;
	background: #fff;
	border-radius: 12px;
	color: var(--body-text-color);	
}
.text-with-review .review-block .summary-block{
	font-weight: 600;
}

/*---- Partner image with text ---- */
.partner-image-with-text-wrapper{
	border: 1px solid #E2E7F2;
	box-shadow: 0 0 24px rgb(0,0,0,0.1);
	border-radius: 16px;
}
.partner-image-with-text .summary-block{
	padding: 40px;
	font-size: 24px;
	line-height: 32px;
}
.partner-image-with-text p:last-child{
	margin: 0;
}

/*---- Price Banner ---- */
.price-banner .summary-block{
	max-width: 520px;
}
.price-banner .price-buttons{
	padding: 5px;
	background: #fff;
	border-radius: 6px;
	gap: 5px;
}
.price-banner .price-button{
	width: 120px;
	height: 40px;
	background: var(--color-white);
	color: var(--body-text-color);	
	border-radius: 6px;
	cursor: pointer;
}
.price-banner .price-button.active{
	background: var(--color-green);
	color: var(--color-white);
	pointer-events: none;
}
.price-banner .price-condition{
	font-size: 14px;
	font-style: italic;
}

/*---- Price Plan ---- */
.price-plan{
	margin-top: -180px;
	z-index: 1;
}
.price-plan-item{
	padding: 35px;
	background: #fff;
	border: 1px solid #E2E7F2;	
	border-radius: 16px;
}
.plan-title{
	font-size: 24px;
	color: #F4BA23;
	font-weight: 700;
}
.plan-text{
	font-size: 16px;
	line-height: 24px;
}
.plan-price{	
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #E2E7F2;
	font-size: 64px;
	line-height: 1.2;
	color: #111;
	font-weight: 600;	
}
.plan-price sub{
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #484B4D;	
	transform: translate(-5px, -5px);
}
.plan-price span.plan-annualy{
	display: none;
}
.price-plan-items.active .plan-price span.plan-month{
	display: none;
}
.price-plan-items.active .plan-price span.plan-annualy{
	display: block;
}
.plan-features li{
	margin: 0 0 10px;
	padding: 0 0 0 35px;
	background: url('images/circle-tick.svg') no-repeat;
	background-position: 0 2px;
	font-size: 16px;	
}

/*---- Compare ---- */
.compare-clyr-items table{
	border: none;
}
.compare-clyr .compare-clyr-items table tr th,
.compare-clyr .compare-clyr-items table tr td{
	background: none;	
}
.compare-clyr-items th,
.compare-clyr-items td{	
	padding: 10px;
	background: none;	
	border: none;
	border-right: 1px solid #E2E7F2;
	border-bottom: 1px solid #E2E7F2;
	vertical-align: middle;
	color: #111;
}
.compare-clyr-items th:first-child,
.compare-clyr-items td:first-child{
	width: 64%;
	text-align: left;	
}
.compare-clyr-items th,
.compare-clyr-items td{
	width: 18%;
	text-align: center;	
}
.compare-clyr-items th{
	border-right: none;
	font-size: 24px;	
}
.compare-clyr-items th img{
	max-height: 30px;
}
.compare-clyr-items td span{
	padding: 5px 0;
	background: #FFE9E9;
	border-radius: 4px;
	display: block;
	text-align: center;
}
.compare-clyr-items td span.feature-yes{
	background: #EAFFF6;
}

/*---- Utility ---- */
.template-utility .multicolumn-item h3{
	font-size: 22px;
}
.template-utility .benefit-boxes .multicolumn-item{
	padding: 0;
}
.template-utility .benefit-boxes .summary-block{
	padding: 5px 30px 30px;
}
.template-utility .benefit-banner p{
	max-width: 610px;
	margin-inline: auto;
}
.template-utility .benefit-banner .column-item .text-number{
	padding: 0 0 20px;
	display: inline-block;
}
.template-utility .benefit-banner .column-item .column-text{
	font-size: 13px;
}
.template-utility .signup-banner .button-block{
	padding-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}
.template-utility .signup-banner .button-block a{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	color: #fff;
}
.template-utility .signup-banner .button{
	margin: 0;
}

/*---- Partner program ---- */
.partner-program-item{
	padding: 35px 0 100px 35px;
	background-image: url('images/waves.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 16px;
	color: #fff;
	text-align: left;
}
.partner-program-items .row{
	gap: 50px;
}
.partner-program-items .col-md-6{
	width: calc(50% - 50px);
}
.partner-program-item .summary-block{
	width: calc(100% + 35px);
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 20px rgb(0,0,0,0.1);
	border-radius: 10px;
	color: var(--body-text-color);
}
.partner-program-item h4{
	padding: 0 0 20px;
	border-bottom: 1px solid #E2E7F2;
}
.partner-program-item li{
    margin: 0 0 10px;
    padding: 0 0 0 35px;
    background: url('images/circle-tick.svg') no-repeat;
    background-position: 0 2px;
    font-size: 17px;
}

/*---- Global Testimonials ---- */
.testimonials .swiper-wrapper{
  	transition-timing-function: linear !important;
}
.testimonial-item{
	padding: 30px 30px 20px;
	border-radius: 12px;
	box-shadow: 0 0 16px rgb(0,0,0,0.06);
	color: #111;
}
.testimonials .image-block{
	width: 75px;
	height: 75px;
	flex: 0 0 auto;
	border-radius: 50%;
	overflow: hidden;
}
.testimonials .image-block img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.right-to-left .swiper-slide{
	direction: ltr;
}
.author-block{
	gap: 15px;
}
.author-block .user-name{
	font-size: var(--font-size-16);
	font-weight: bold;
}
.author-block .user-location{
	font-size: 14px;
	font-weight: 400;
}
.brand-rating-column:not(:last-child){
	border-right: 1px solid #D4DBEA; 
}

/*---- Global Our Partners ---- */
.logo-carousel{
	padding: 40px 0 10px;
	background: #f4f3ef;
}
.logo-carousel-wrapper .swiper-wrapper{
	transition-timing-function: linear;
}
.logo-carousel .summary-block img{
	margin: 0 0 0 10px;
}
.logo-carousel p{
	display: flex;
	justify-content: center;
	align-items: center;	
}

/*---- Author ---- */
.author-block-wrapper{
	padding: 60px 30px;
	border-radius: 12px;
}
.author-block-wrapper .summary-block{
	max-width: 80%;
	font-size: 21px;
	line-height: 36px;
	font-style: italic;
} 
.author-block-wrapper .meta-block{
	gap: 20px;
	font-size: 16px;
}
.author-block-wrapper .author-location{
	font-size: 14px;
}
.author-block-wrapper .quote{
	display: inline-block;
    padding: 0 10px;
    transform: translateY(10px);
	font-size: 42px;
	color: #62C47A;
}
.author-block .image-block{
	width: 70px;
	height: 70px;
	flex: 0 0 auto;
}

/*---- FAQ ---- */
.faq .section-header{
	max-width: 100%;
}
.faq-block{
	margin: 0 0 20px;
	padding: 20px 30px;
	border: 1px solid #F0F4FD;
	box-shadow: 0 10px 16px rgb(0,0,0,0.05);
	border-radius: 12px;
	cursor: pointer;
	transition: all ease 0.25s;
}
.faq ul{
	margin: 0 0 0 18px;
	padding: 0;
	list-style: disc;
}
.faq ul li{
	margin: 0 0 25px;
}
.faq-block.active{
	border-color: #62C47A;
}
.faq-block .faq-question{
	padding: 0 40px 0 0;
	font-weight: 700;
}
.faq-block .faq-question svg{
	position: absolute;	
	right: 0;
	transition: all ease 0.25s;
}
.faq-block.active .faq-question svg{
	transform: rotate(180deg);
}
.faq-block .faq-answer{
	padding: 20px 0 0 0;
	display: none;
}
.faq-block .faq-answer p:last-child{
	margin: 0;
}

/*---- Divider ---- */
.divider-block{
	width: 100%;
	height: 1px;
}

/*---- Breadcrumb ---- */
.breadcrumbs{
	gap: 10px;
}

/*---- Custom Popup ---- */
.custom-popup{
    background: rgb(0,0,0,0.8);
    visibility: hidden; 
    opacity: 0;
    z-index: 9999;    
}
.custom-popup.active{
    visibility: visible;
    opacity: 1; 
    transition: all ease 0.15s;
}
.popup-close{
    width: 40px;
    height: 40px;
    background: #000;
    top: 15px;
    right: 15px;
    cursor: pointer;        
}
.popup-close svg{
	stroke: #fff;
}
.custom-popup .popup-wrapper{
    width: 80%;
    height: 80%;	
    border-radius: 24px;
}
.receipt-capture-demo .popup-wrapper{
	max-width: 372px;
	width: 90%;	
	max-height: 750px;
	height: 90%;
	padding: 20px;	
}
.receipt-capture-demo .popup-content{
	max-width: 375px;	
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;	
	background: #f5f5f5;
	border-radius: 36px;
	overflow: hidden;
}
.receipt-capture-demo .popup-content img{
	width: 100%;
	height: 100%;
	object-fit: fill;
	object-position: center center;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;	
}
.receipt-capture-demo .popup-close{ 
	background: #fff;
	top: 10px;
    right: -50px;    
}
.receipt-capture-demo .popup-close svg{
	stroke: #000;
}
.get-demo-popup .popup-wrapper{
	max-width: 650px;
	width: 90%;	
	height: 460px;
	padding: 80px 40px 40px;
	background: #fffbf4;
}
.video-popup video{
    object-fit: cover;
}
.get-demo-popup iframe{
	max-width: 600px;
}

/*---- Landing Page ----*/
.page-template-template-landing-srevices .text-and-image{
	padding-bottom: 100px;
}
.page-template-template-landing-srevices .text-and-image .sub-title,
.page-template-template-landing-srevices .text-and-image .image-block{
	display: none !important;
}
.page-template-template-landing-srevices .text-and-image .section-header h3{
	font-size: 56px;
}
.page-template-template-landing-srevices .multicolumn .section-header h3{
	font-size: 40px;
}
.page-template-template-landing-srevices .multicolumn-item{
	padding: 0;
}
.page-template-template-landing-srevices .multicolumn-item .summary-block{
	padding: 5px 30px 30px;
}
.page-template-template-landing-srevices .multicolumn-item h3{
	font-size: 24px;
}
.page-template-template-landing-srevices .brand-rating{
	padding-bottom: 100px;
}
.page-template-template-landing-srevices .logo-carousel .summary-block{
	display: none;
}

/*---- Blog ---- */
.blog-banner{
	height: 300px;
	z-index: 1;
}
.blog-banner:before{
	width: 100%;
	height: 100%;
	background: #000;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.5;
}
.latest-blog-block{
	border-bottom: 1px solid #E2E7F2;
}
.latest-blog-block img{
	border-radius: 12px;
}
.latest-blog-block .summary-block{
	padding: 0 0 0 40px;
}
.latest-blog-block h2,
.latest-blog-block .heading-h2{
	font-size: 28px;
}
.blog-filters .list-block ul{
	gap: 10px;
}
.blog-filters .list-block li{	
	padding: 6px 15px;
	border: 1px solid #E2E7F2;
	border-radius: 4px;
	display: inline-block;
	font-size: 16px;
	transition: all ease 0.25s;
	cursor: pointer;
}
.blog-filters .list-block [data-filter="uncategorized"]{
	display: none;
}
.blog-filters .list-block li.active{
	border-color: #62C47A;
	color: #62C47A;
}
.blog-filters .search-block svg{
	width: 18px;
	position: absolute;
	left: 15px;
}
.blog-filters .search-block input{
	height: 48px;
	padding: 0 15px 0 40px;
	border: 1px solid #E2E7F2;
	border-radius: 6px;
	font-size: 16px;
}
.blog-filters .search-block input:-moz-placeholder{
	font-style: italic;
}
.blog-filters .search-block input::-moz-placeholder{
	font-style: italic;
}
.blog-filters .search-block input::-webkit-input-placeholder{
	font-style: italic;
}
.blog-filters .search-block input:-ms-input-placeholder{
	font-style: italic;
}
.blog-block .image-block{
	height: 240px;
	border-radius: 10px;
}
.blog-block .image-block span{	
	padding: 6px 15px 4px;
	background: #EAFFF6;
	border-radius: 4px;	
	font-size: 14px;
	color: #62C47A;
	font-weight: bold;
	top: 20px;
	left: 20px;
}
.blog-meta-block li{
	margin: 0 15px 0 0;
	padding: 0 0 0 18px;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 16px;
}
.blog-meta-block li:first-child{
	padding: 0;
}
.blog-meta-block li::before{
	width: 4px;
	height: 4px;
	background: #484B4D;
	border-radius: 50%;
	display: block;
	content: "";
	position: absolute;
	left: 0;
}
.blog-meta-block li:first-child::before{
	display: none;
}
.latest-blog-block .image-block{
	height: auto;
}
.latest-blog-block .image-block span{		
	top: 30px;
	left: 30px;
}
.pagination-block .navigation{
	justify-content: center;	
}
.pagination-block .nav-links{
	display: flex;
	gap: 10px;
}
.pagination-block .navigation a,
.pagination-block .navigation span{
	padding: 2px 12px 1px; 
	border: 1px solid #E2E7F2;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	color: #111;
	font-weight: 600;
}
.pagination-block .navigation .current{
	border-color: #62C47A;
	color: #62C47A;
}

/*---- Blog Details Page ---- */
.related-products h3,
.related-products .heading-h3{
	font-size: 40px;
}
.single-blog .section-header{
	max-width: 100%;
}
.single-blog-wrapper{
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #E2E7F2;
}
.blog-back a{
	gap: 15px;
}
.single-featured-image-block .image-block{
	height: auto;
}
.single-featured-image-block img{
    border-radius: 12px;
}
.blog-social-block ul{
	gap: 10px;	
}
.blog-social-block li a{
	width: 40px;
	height: 40px;
	background: #F4F3EF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blog-author-block{
	padding: 30px 30px 10px;
	background: #F4F3EF;
	border-radius: 12px;
}
.author-meta-block{
	gap: 15px;
}
.author-meta-block .image-block{
	width: 60px;
	height: 60px;	
}
.author-name{
	font-weight: 700;
}
.author-profile{
	font-size: 16px;
}
.single-blog-content h2{
	margin: 0 0 30px;
}
.single-blog-content h3{
	font-size: 20px;
}
.single-blog-content a{
	color: var(--color-green);
}
.single-blog-content a:hover{
	text-decoration: underline;
}
.single-blog-content ul{
	margin: 0 0 35px 40px;
	padding: 0;
	list-style: disc;
}
.single-blog-content ul li{
	margin: 0 0 5px;
}

/*---- Calendly ----*/
.page-id-7230 header{
	display: none;
}
.page-id-7230 header.site-head{
	padding-top: 50px;
	padding-bottom: 50px;
}
.page-id-7230 header .container{
	justify-content: center !important;
}
.page-id-7230 header .top-right {
	display: none !important;
}
.page-id-7230 .footer-get-free-demo,
.page-id-7230 footer{
	display: none;
}

/*---- Large Feature ----*/
.page-template-template-large-feature .hero-banner .col-md-9{
	width: 85%;
}
.page-template-template-large-feature .hero-banner .block-summary{
	max-width: 100%;
}

/*---- input ----*/
.wpcf7 form br{
	display: none;
}
.wpcf7 form p{
	margin: 0;
}
.wpcf7 form input,
.wpcf7 form textarea{
	width: 100%;
	height: 60px;
	padding: 0 20px;
	font-size: 17px;
}
.wpcf7 form textarea{
	height: 140px;
	padding: 20px;
}
.wpcf7 form .wpcf7-form-control-wrap{
	margin: 0 0 20px;
	display: block;
}
.wpcf7 form .wpcf7-submit{
	background: var(--color-green);
	border: none;
	font-size: 20px;
	color: #fff;
	outline: none;
	box-shadow: none;
}
.wpcf7 form .wpcf7-submit:focus{
	outline: none;
	box-shadow: none;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output{
	margin: 0;
	padding: 20px;
	border-width: 1px;
	text-align: center;
}

/*---- Contact Form  ---- */
.form-fields{
	display: grid;
	row-gap: 20px;
}
.form-field input{
	width: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 17px;	
}
.form-field textarea{
	height: 140px;
	padding: 20px;
	vertical-align: bottom;
}
.form-field input:focus,
.form-field textarea:focus{
	outline: none;
}
.form-button input{	
	background: var(--color-green);
    border: none;
    font-size: 20px;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.form-button input:hover,
.form-button input:focus{
	background: var(--color-green);
}

/*---- Gutenberg  ---- */
.wp-block-cover p{
	margin: 0;
}

/*---- 404 ----*/
.template-404{
	padding: 100px 0 60px;
}

/*---- Footer ---- */
.site-foot{
	font-size: var(--font-size-16);
	line-height: 22px;
}
.site-foot li{
	margin: 0 0 15px;
}
.footer-widget .text-and-image .curve-shape{        
    background-position: 0 100%;    
}
.footer-copyright{
	padding-left: 15px;
	padding-right: 15px;
}
.footer-copyright p{
	margin: 0 0 10px;
}
.footer-copyright span{
	margin: 0 8px 0 0;
}
.footer-copyright a{
	margin: 0 8px;
}
.landing-footer .footer-widget:last-child{
	display: none;
}

/*---- Responsive ----*/
@media(max-width: 1280px){

	h1{
		font-size: 48px;
	}	
	.site-nav ul{	
		gap: 25px;
	}
	.text-and-logos-carousel .brand-text{
		padding: 4px 0 0;
		font-size: 16px;
		line-height: 20px;
	}

}

@media(max-width: 1023px){

	.image-with-text .summary-block,
	.image-with-text .flex-lg-row-reverse .summary-block{
    	padding: 50px 0;
	}
	.site-nav ul{
    	gap: 15px;
	}
	.site-nav li a, 
	.site-nav li .has-children-menu{
		font-size: 16px;
	}
}
	
@media(max-width: 767px){

	h1, h2, h3{
		line-height: 1.14;
	}
	h1,
	.text-and-image .heading-h1{
		font-size: 34px;		
	}
	h2,
	.heading-h2{
		font-size: 32px;
	}
	h4,
	.heading-h4{
		font-size: 16px;
	}
	.button{		
	    padding: 8px 15px;	    
	}	
	.site-head{
		padding: 10px 0;		
	}
	.site-head .button{
		min-width: 140px;
	}
	.site-logo img{
		width: auto;
		max-height: 30px;
		transform: translateY(4px);
	}
	.site-nav{
		width: 100%;
		height: 100%;
		padding: 60px 30px 40px;
		background: #000;		
		position: fixed;
		top: 0;
		right: 0;
		transform: translateX(200%);
		transition: all ease .25s;
		overflow-y: scroll;
	}	
	.site-nav.active{
		transform: translateX(0%);
	}
	.site-nav li a,
	.site-nav li .has-children-menu{
		display: block;
		color: #fff;
	}
	.site-nav .sub-menu{
		width: auto;
		padding: 5px 0 0 15px;
		background: none;
		visibility: visible;
		opacity: 1;
		position: static;
	}
	.site-nav .sub-menu li{
		margin: 0 0 10px;
	}
	.site-nav .sub-menu li a{
		font-size: 15px;
		line-height: 22px;
	}
	.site-nav a:not([href]):not([class]), 
	.site-nav a:not([href]):not([class]):hover{
		color: #fff;
	}
	.site-nav-close{
		top: 15px;
		right: 15px;
	}
	.top-right{
		gap: 8px;
	}
	.mobile-menu-button{
		cursor: pointer;
	}
	.demo-form-block{
    	max-width: 100%;
	}
	.demo-form-block input{
	    height: 52px;
	    margin: 0 0 10px;
	    padding: 1px 20px 0;
	}
	.demo-form-block .form-submit-field{
		width: 100%;
		position: static !important;
	}
	.hero-banner{
		background-position: top center
	}
	.hero-banner .block-summary{
		max-width: 100%;
		padding: 60px 0 0;
	}
	.hero-banner .demo-form-block{
		padding-top: 0;
	}
	.hero-banner ul{
		gap: 20px;
	}	
	.landing-hero-banner form{
		padding-bottom: 20px;
	}
	.landing-automate-banner .summary-block-col,
	.landing-automate-banner .image-block-col{
		width: 100%;
	}
	.hero-banner-logos .block-summary{
		padding-bottom: 60px;
	}
	.receipt-capture-popup-button{
		font-size: 14px;
		text-decoration: underline;		
		text-underline-offset: 8px;
	}
	.logos-slider.disable-slider-mobile .swiper-wrapper{
		transform: none !important;
		transition: none !important;
		flex-wrap: wrap;
		justify-content: center;
	}
	.logos-slider.disable-slider-mobile .swiper-slide{		
		width: 33.3% !important;
		margin: 0 0 20px !important;		
	}
	.multicolumn-items .row{
		margin-left: -7px;
		margin-right: -7px;
	}
	.multicolumn-items .row > *{
		padding-left: 7px;
		padding-right: 7px;
	}
	.multicolumn-item{
		padding: 20px 15px 15px;
		box-shadow: 0 0 16px rgb(0,0,0,0.04)
	}
	.multicolumn-item h3 br{
		display: none;
	}
	.multicolumn-item-column{
		padding-bottom: 15px;
	}
	.multirow-item{
    	padding: 0 0 70px;
	}
	.multirow-item .summary-block,
	.multirow-item .flex-row-reverse .summary-block{
		padding: 40px 0 0;
	}	
	.text-and-logos-carousel .carousel-block{
		height: auto !important;
		padding: 40px 0 0;
	}
	.text-and-logos-carousel .carousel-right{
		padding: 20px 0 0;
	}
	.text-and-logos-carousel .brand-text{
		font-size: 10px;
		line-height: 12px;
	}
	.text-and-logos-carousel .summary-block{
		padding: 190px 20px 60px;
	}
	.text-and-logos .logos-block{
		gap: 20px;
	}	
	.testimonials-slider{
    	padding-top: 10px;
    	padding-bottom: 10px;
	}
	.brand-rating-column:not(:last-child){
		border: none;
	}
	.partner-program-items .row{
    	gap: 0;
	}
	.partner-program-items .col-md-6{
    	width: 100%;
	}
	.partner-program-item{
		margin-right: 30px;
		padding: 24px 0 100px 24px;
	}
	.partner-program-item .summary-block{
		width: calc(100% + 30px);
		padding: 24px;
	}
	.image-with-text .content-background .summary-block{
    	padding: 40px 30px 50px;
	}
	.text-with-review-wrapper{
		padding-left: 30px;
		padding-right: 30px;
	}
	.text-with-review .review-block{
		max-width: 100%;
	}
	.rich-text .column-items{
		padding: 0 15px;
	}
	.rich-text .column-item-column{		
		padding-bottom: 25px;
	}
	.rich-text .column-item-column:not(:last-child){
		border: none;
		border-bottom: 1px solid rgb(255,255,255,0.1);
	}
	.rich-text .left-image-text, 
	.rich-text .right-image-text{
		width: 80%;
		margin: 0 auto;
		border-radius: 40px;		
		position: static !important;
	}
	.rich-text .left-image-text{
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.partner-image-with-text .summary-block{
		font-size: 18px;
		line-height: 26px;
	}
	.author-block-wrapper{
		padding: 24px;		
	}
	.author-block-wrapper .summary-block{
		max-width: 100%;
		font-size: 18px;
		line-height: 28px;
	}
	.brand-rating{
		padding-bottom: 40px;
	}
	.text-with-partner .partner-chain{
		transform: rotate(90deg);
	}
	.text-with-partner .partner-logo{
		padding: 0 40px 0 0;
	}
	.text-with-partner .partner-site-logo{
		padding: 0 0 0 40px;
	}
	.footer-widget .text-and-image h2{
    	font-size: 36px;
	}
	.latest-blog-block{
		padding-top: 40px;
	}
	.latest-blog-block .summary-block{
    	padding: 20px 0 0 0;
	}
	.hero-banner .block-summary p{
		width: 100%;
	}
	.blog-block-column{
		padding-bottom: 0;
	}
	.blog-meta-social{
		gap: 20px;
	}
	.related-products h3,
	.related-products .heading-h3{
		font-size: 24px;
	}	
	.page-template-template-large-feature .hero-banner .col-md-9{
    	width: 100%;
	}
	.page-template-template-large-feature .hero-banner h1 br{
		display: none;
	}
	.latest-blog-block h1{
		font-size: 36px;
	}
	.footer-top{
		padding-top: 60px;
		padding-bottom: 0;
	}

}

@media(max-width: 575px){
	
/* 	html,
	body{
		overflow-x: hidden;
	} */
	h1,
	.text-and-image .heading-h1{
		font-size: 26px;
	}
	h2,
	.latest-blog-block h2,
	.latest-blog-block .heading-h2{
		font-size: 24px;
	}
	h3,
	.heading-h3,
	.page-template-template-landing-srevices .multicolumn .section-header h3{
		font-size: 22px;
	}	
	.landing-services-header .top-right{
		position: static;		
	}
	.landing-hero-banner h1 {
    	font-size: 26px;
	}
	.landing-hero-banner .image-iframe{
		max-width: 260px;
	}
	.page-template-template-landing-srevices .text-and-image .section-header h3 {
    	font-size: 24px;
	}
	.support-block h2{
		font-size: 22px;
	}
	.image-with-text .content-background .summary-block{
    	padding: 40px 20px 50px;
	}
	.text-and-logos .logos-block img{
		max-height: 70px;
	}	
	.text-with-partner .image-block{
		padding: 30px 20px;		
	}
	.text-with-partner .partner-logo{
    	padding: 0 30px 0 0;
	}
	.text-with-partner .partner-site-logo{
    	padding: 0 0 0 30px;
	}
	.compare-clyr-items table{
		table-layout: fixed;
	}
	.compare-clyr-items th{    	
    	font-size: 13px;
	}
	.compare-clyr-items td{
		font-size: 14px;
		line-height: 18px;
	}
	.compare-clyr-items td span{
		padding: 1px 0 3px;		
	}
	.compare-clyr-items td svg{
		width: 16px;
		height: 16px;
	}
	.compare-clyr-items th img{
    	max-height: 20px;
	}
	.compare-clyr-items th:first-child, 
	.compare-clyr-items td:first-child{
    	width: 35%;    	
	}
	.receipt-capture-demo .popup-close{    
		top: 12px;
    	right: 12px;    
	}
	.page-template-template-landing-srevices .multicolumn-item-column{
    	width: 100%;
		padding-bottom: 30px;
	}
	.page-template-template-landing-srevices .multicolumn-item-column:last-child{
		padding-bottom: 0;
	}
	.footer-copyright a{
		margin: 4px 8px;
		display: inline-block;
	}

}

@media(max-width: 480px){

	.landing-hero-banner .image-iframe{
		max-width: 220px;
	}
	.image-with-text.list-two-column ul{
		grid-template-columns: 1fr;
	}
	
}

@media(max-width: 420px){

	.hero-banner .buttons-block{
		flex-direction: column;
		align-items: flex-start !important;
		gap: 20px;
	}
	.landing-hero-banner .image-iframe{
		max-width: 190px;
	}	
	.custom-popup .popup-wrapper{
		max-width: 300px;
		height: 90%;
	}
	.receipt-capture-demo .popup-wrapper{
		padding: 12px 0;
	}
	.receipt-capture-demo .popup-content{
		max-width: 290px;
	}
	.receipt-capture-demo .popup-close{
		width: 30px;
		height: 30px;
		top: 0;
		right: -26px;
	}
	.template-utility .signup-banner .button-block{
		flex-direction: column;
		gap: 20px;
	}
	
}

@media(max-width: 375px){
	
	.landing-hero-banner .image-block{
		min-height: 380px;
	}	
	.landing-automate-banner .image-block{
		min-height: inherit;
	}
	.text-and-logos-carousel .brand-logo{
    	width: 48px;
    	height: 48px;
	}
	.landing-hero-banner .image-iframe{
		max-width: 145px;
		top: 50px;
		right: 10px;
	}	
	
}

@media(max-width: 360px){

	.multicolumn-item-column{
		width: 100%;
	}
	.text-with-partner .partner-logo{
    	padding: 0 20px 0 0;
	}
	.text-with-partner .partner-site-logo{
    	padding: 0 0 0 20px;
	}	
	.footer-col{
		width: 100%;
		padding-bottom: 20px;
	}

}

@media(max-width: 320px){
	
	.support-block h2{
		font-size: 20px;
	}
	
}

