/* Default CSS come from main Theme -- Start*/
@media screen and (max-width: 1024px){

	h1:not(.product_title){
		font-size: 24px !important;
	}

}
/* Default CSS come from main Theme -- End*/



/* Text */
.semi-bold-text p strong{
	font-weight: 600;
}

.para-link-text p a:hover,
.semi-bold-text p a:hover strong{
	color: var(--e-global-color-secondary);
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

/* icon list */
.elementor-icon-list-item a:hover .elementor-icon-list-text {
    text-decoration: underline;
}

.elementor-icon-list-item a:hover {
    text-decoration: none;
}

/* Button */
.btn-with-icon .elementor-button-icon svg {
	width: auto;
}

/* ROI Calculator Page */
.banner-section.spiral-bg-section{
	background-position: top -180px right -80% !important;
}

/* Counter Box */
.counter-box-sty > .elementor-widget-container {
	display: grid;
	align-self: center;
}

.counter-box-sty .elementor-counter-title {
	display: flex;
	align-items: flex-start;
	border-top: 0.86px solid #C2BFBF;
	padding-top: 20px;
}
.counter-box-sty span.elementor-counter-number-suffix {
	flex-grow: unset !important;
	line-height: normal;
}

.counter-box-sty span.elementor-counter-number-prefix {
	display: none;
}

.counter-box-sty .elementor-counter-number-wrapper {
	justify-content: center;
}

.counter-box-sty .elementor-counter-number-wrapper {
	align-items: flex-start;
}

.counter-box-sty .elementor-counter-title {
	text-align: center;
}

.counter-box-sty.with-symbol span.elementor-counter-number-suffix {
	font-size: 34px;
	font-weight: 400;
	letter-spacing: unset;
	margin-top: 0px;
}

.counter-box-sty.with-text span.elementor-counter-number-suffix {
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
}

.counter-box-sty.with-symbol.small-size-symbol span.elementor-counter-number-suffix{
	font-size: 28px;
	letter-spacing: normal;
}
.counter-box-sty.with-text.small-size-text span.elementor-counter-number-suffix{
	font-size: 24px;
	letter-spacing: normal;
	margin-left: 5px;
}
.counter-box-sty.with-symbol.small-size-symbol .elementor-counter-title,
.counter-box-sty.with-text.small-size-text .elementor-counter-title {
	padding-top: 10px;
}

/* Responsiveness */

@media screen and (max-width: 1024px){

	.banner-section.spiral-bg-section{
		background-position: top -100px right -250px !important;
		background-size: 500px auto !important;
	}

}

@media screen and (max-width: 768px){
	.banner-section {
		box-shadow: unset !important;
	}

	.counter-box-sty.with-symbol span.elementor-counter-number-suffix {
		font-size: 18px;;
	}
	.counter-box-sty.with-text span.elementor-counter-number-suffix {
		font-size: 12px;;
	}
	.counter-box-sty.with-symbol .elementor-counter-title, 
	.counter-box-sty.with-text .elementor-counter-title{
		padding-top: 10px;
	}

}
