/*!
Theme Name: workplate
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: signpe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

signpe is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	scroll-behavior: smooth;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h3 {
	margin-top: 0;
}
p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}
.site-logo a{
	width: 100%;
}
/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.mail-form > div{
	display: flex;
	flex-direction: row;
	grid-gap: 22px;
}
.e-sign-doc .mail-form > div {
    grid-gap: 0;
}
.e-sign-doc .mail-form {
    width: 90%;
}
.e-sign-doc input#email_field::placeholder {
    color: #C7C7CC;
}
.mail-form p{
	margin: 0;
}
.mail-form input[type="email"]{
	min-height: 52px;
	padding: 8px 10px 8px 15px;
	border: 1px solid #D1D1D6;
	border-radius: 10px;
}
.e-sign-doc .mail-form input[type="email"] {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
	width: 100%;
	min-height: 50px;
	border: 1px solid #0053CD;
}
.mail-form input[type="email"]:focus{
	border: 1px solid #D1D1D6;
	outline: 1px solid #D1D1D6;
}
.mail-form .submit-button p{
	font-size: 12px;
	color: #888888;
    text-align: center;
}
.submit-button input[type="submit"]{
	background-color: #0053cd;
	color: #FFF;
    border-radius: 10px;
    text-transform: uppercase;
    display: inline-block;
   	padding: 18px 48px;
    border: none;
    cursor: pointer;
    width: 100%;
}
.submit-button {
    width: 40%;
}
.e-sign-doc .submit-button input[type="submit"] {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
	padding: 17px 38px;
}
.mail-form  .wpcf7-spinner{
	display:  none;
}

.mail-form .submit-button p.pt-2{
	padding-top: 5px;
}

.mail-form .wpcf7-not-valid-tip, 
.mail-form .wpcf7-response-output {
	font-size: 12px;
}

.mail-form .wpcf7-response-output{
	display: none;
}

body section.header-top{
    transition: 0.4s!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
}
.sticky_header{
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 0!important;
	z-index: 9;
	transition: .25s linear!important;
}
.is-scrolled .et-header {
    box-shadow: 0.3em 0.5em 1.3em rgb(79 79 79 / 10%);
    transition: all .5s;
    background: #fff;
}

/**************************custom css start***************************/
.site-logo img, .inner-site-logo img {
    width: auto !important;
}
.elementor-element-709bcd7 img{	
	max-width: 1000px !important;
    width: 100%;
    height: 100% !important;
}
h2.elementor-image-box-title{
	margin-top: 0;
}
.signatures_icon h2.elementor-image-box-title{
   margin-bottom: 5px !important;
}
.signatures_icon figure.elementor-image-box-img img {
    max-width: 65px;
    object-fit: contain;
}
.elementor-tab-content.elementor-active {
    border: 1px solid #F3F3F3 !important;
}
.elementor-accordion-item {
    margin-bottom: 5px;
}
span.elementor-accordion-icon-closed i {
    font-size: 19px;
}
.pricing_desc span {
    color: #2D3645;
}
.elementor-location-header .elementor-sticky--effects {
    box-shadow: 0.3em 0.5em 1.3em rgb(79 79 79 / 10%);
    transition: all 0.5s !important;
    padding: 10px 0 !important;
}
.copyright_text span {
    font-size: 26px;
    position: relative;
    top: 8px;
}
img.heart-img {
    position: relative;
    top: 2px;
    max-width: 16px !important;
	width: 100%;
	height: 100% !important;
}
img.flag {
    position: relative;
    top: 2px;
    max-width: 20px !important;
	width: 100%;
	height: 100% !important;
}
li.menu-item.privacy-policy {
    border-right: 1px solid #6f6f6f;
    padding-right: 2px;
    line-height: 15px;

}
img.flag-img {
    margin: 0 2px;
}
.signatures_icon h2.elementor-image-box-title{
    line-height: 1;
}
.elementor-menu-toggle{
    outline: none;
}
.privacy_text ul,.privacy_text ol {
    margin-left: 0;
}
.privacy_text h3{
	 font-size: 28px;
    color: #2D3645;
    font-family: "Product sans regular", Sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 10px;
	line-height: 1.4;
}
.privacy_text h4 {
    font-size: 24px;
    color: #2D3645;
    font-family: "Product sans regular", Sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 0;
}
.privacy_text p{
	margin-top: 10px;
}
.privacy_text strong{
	font-family: "Product sans bold", Sans-serif;
	font-weight: 400 !important;
}
.not-found-sec{
	background-blend-mode: color-burn;
}
.blog-content h2{
	font-size: 32px !important ;
	color: #2D3645;
	line-height: 42px !important;
	font-family: "Product sans regular", Sans-serif;
	font-weight: 400 ;
}
.blog-content h3 {
	font-size: 24px ;
	color: #2D3645;
	line-height: 28px ;
	font-family: "Product sans regular", Sans-serif;
	font-weight: 400 ;

}
.blog-content h4 {
	font-size: 22px ;
	color: #2D3645;
	line-height: 28px ;
	font-family: "Product sans regular", Sans-serif;
	font-weight: 400 ;
}
.blog-content h4,.blog-content h3,.blog-content h2{
	margin-bottom: 18px ;
}

.blog-content ul,
.blog-content ol {
	margin-left: 30px;
	padding-left: 0;

}
.blog-content p {
	font-size: 16px ;
	line-height: 26px ;
	color: #888888;
	font-family: "Product sans regular", Sans-serif ;
	margin-top: 0 ;
	margin-bottom: 18px ;

}
.blog-content li,
.blog-content li {
	margin-bottom: 4px;
	font-size: 16px;
	color: #888888;
	line-height: 26px;
	font-family: "Product sans regular", Sans-serif ;
}
.blog-content li strong{
	color: #2D3645;
}
.blog-content li:last-child,.blog-content p:last-child{
	margin-bottom: 0;
}
.blog-content strong,
.blog-content b{
	color:#565a60;;
}
.copyright_text p {
margin: 0 0 4px 0;
}
.elementor-post__read-more:hover {
	color: #0053CD !important;
}
.blog-design-wrapper .page-numbers{
   width: 38px !important;
   height: 38px !important;
   border-radius: 12px;
   border: 1px solid #E5E5EA;
   display: inline-block;
   line-height: 38px;
   text-align: center;
}
.blog-design-wrapper .page-numbers.current{
    background-color: #2C2C2E;
    border-color: #2C2C2E;
}
.blog-design-wrapper .elementor-post__meta-data {
	display: flex;
    justify-content: space-between;
	padding: 15px !important;
}
.blog-design-wrapper .elementor-grid-item a,
.blog-design-wrapper .elementor-grid-item a div,
.blog-design-wrapper .elementor-grid-item a img{
	object-fit: cover;
	min-height: 200px;
}
.blog-design-wrapper .elementor-post__avatar {
	position:absolute !important;
	top: auto !important;
	bottom:25px;
	left:0;
}
.blog-design-wrapper .elementor-post__avatar img{
	width:25px !important;
}
.blog-design-wrapper .elementor-post-author{
	padding-left:35px;
}
.elementor-location-header .elementor-sticky--effects {
    box-shadow: .3em .5em 1.3em rgb(79 79 79/10%);
    transition: all .5s !important;
    padding: 10px 0 !important;
}
.sign-up-btn a {
    display: inline-block !important;
    background: #0053CD;
    border-radius: 10px;
    padding: 15px 15px 12px!important;
    color: #fff !important;
    border:1px solid transparent;
}
.sign-up-btn a:hover {
    border-color: #0053CD;
    background:transparent !important;
    color: #0053CD !important;
}
.start-trail-btn a {
    display: inline-block !important;
    background: #f7f7f7 !important;
    border-radius: 10px;
    padding: 15px 15px 12px !important;
    color: #2D3645 !important;
    /* border: 1px solid #0053CD; */
    margin-right: 0px !important;
}
.start-trail-btn a:hover {
    border-color: #0053CD;
    background:#0053CD !important;
    color: #fff !important;
}
.cta-post .mx-auto{
	margin-left: auto!important;
	margin-right: auto!important;
}
.cta-post .cta-btn a{
	height: 52px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
.cta-post .cta-btn a > span{
	align-items: center;
}
.cta-post .store-qrcode {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
	display: none;
}
.highlighted-text strong{
	background: #FEEF89;
	padding: 8px;
	font-size: 16px;
}
.tagline {
    color: #555555;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 12px;
	text-align: center;
}
.tagline-div .elementor-button-wrapper{
	width: max-content;
}



/* landing Page CSS */



body .elementor-location-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
	transition: 0.4s linear;
}
body.is-scrolled .elementor-location-header div > div{
	padding-top: 3px;
	padding-bottom: 3px;
	transition: 0.4s linear;
}
body.is-scrolled .elementor-location-header{
	position: fixed;
    background-color: rgb(255, 255, 255);
    box-shadow: -2px -2px 8px 3px rgb(0 0 0 / 10%);
    backdrop-filter: blur(15px);
}
.green-btn a:hover svg path,
.green-btn a:focus svg path{
	stroke: #34c759;
}
.icon-btn a:hover svg path,
.icon-btn a:focus svg path {
	stroke: #0131b9;
}
.dblue-btn a:hover svg path,
.dblue-btn a:focus svg path{
	stroke: #172B4D;
}
.hovered-btn a:hover svg path,
.hovered-btn a:focus svg path{
	stroke: #FFFFFF;
}
.green-btn a svg, .hovered-btn a svg,
.icon-btn a svg, .dblue-btn a svg{
	transition: 0.4s linear;
}
.green-btn a:hover svg, .hovered-btn a:hover svg,
.icon-btn a:hover svg, .dblue-btn a:hover svg{
	transform: rotate(45deg);
}
.col-wrapper .col-lg{
	position: relative;
	width: 130%;
}
.site-main .btn-wrapper{
	width: 80%;
}
.site-main .btn-wrapper.mr-auto{
	margin: 0 auto;
}
main .testimonial-slider .swiper{
	width: 100%;
	overflow: visible;
}
body .testimonial-section{
	overflow-x: hidden;
}
.testimonial-slider .swiper .elementor-testimonial__content{
	padding: 20px 15px 20px!important;
    order: 0;
}
.testimonial-slider .swiper .elementor-testimonial__header {
	order: 1;
/* 	padding-bottom: 15px !important; */
}
.testimonial-slider .swiper .elementor-testimonial{
	display: flex;
	flex-direction: column;
}
.faqs-accordian .elementor-accordion-item{
	border-radius: 12px;
	margin: 20px 0;
    border-collapse: collapse;
}
.faqs-accordian .elementor-tab-title{
	border-radius: 12px;
}
.faqs-accordian .elementor-tab-content {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.faqs-accordian .elementor-tab-title.elementor-active{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.why-icon-box{
	position: relative;
}
.why-icon-box h3.elementor-icon-box-title{
	margin-top: 10px;
	position: absolute;
    top: 30px;
    left: calc(60px + 40px);
}
.light-box.why-icon-box::before{
	background-color: #D4E8FC;
}
.why-icon-box::before{
	position: absolute;
    content: "";
    top: 50%;
    background-color: #091e42;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    transform: translateY(-50%) rotate(45deg);
}
.right.why-icon-box::before{
	right: -15px;
}
.left.why-icon-box::before{
	left: -15px;
}
.use-cases-tab .elementor-button-wrapper {
    height: 100%;
}
.use-cases-tab a {
	display: block;
    height: 100%;
    padding: 20px 28px;
    border-radius: 12px;
}
.use-cases-tab .active-tab a {
	background: #0058c9 !important;
    color: #ffffff !important;
	border: 1px solid #0058c9 !important;
}
.use-cases-tab .active-tab a svg {
	fill: #ffffff;
}
.use-cases-tab a svg {
    width: 24px;
    vertical-align: sub;
}
.use-cases-tab a > span {
    align-items: center;
    justify-content: flex-start !important;
	height: 100%;
}
.use-cases-tab a span.elementor-button-text {
    text-align: start;
}
.blue-bg .elementor-tab-content.elementor-active{
	border: none!important;
	border-top: 1px solid #f5f5f561 !important;
}
.faqs-accordian .elementor-accordion-item:first-child{
	margin-top: 0;
}
.faqs-accordian .elementor-accordion-item .elementor-accordion-icon svg path{
	fill: #FFF;
}
.faqs-accordian.light .elementor-accordion-item .elementor-accordion-icon svg path{
	fill: #757578;
}
.faqs-accordian .elementor-accordion-item:last-child{
	margin-bottom: 0;
}
body{
	overflow-x: hidden;
}
.blog-content table,
.blog-content table tr, .blog-content table tr td{
	border: 1px solid #7a7a7a;
	border-collapse: collapse;
	text-align: center;
	font-size: 16px;
}
.blog-content table tr td b{
	font-size: 18px;
	padding: 8px 10px;
}
.blog-content table tr td{
	padding: 8px 10px;
}
.features-plan ul {
    margin: 0;
	padding-left: 27px;
}
.tooltip-icon {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}
.features-plan ul li strong, .compare-plan tr td strong {
  	display: none;
    background-color: #2d3645;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    left: 48%;
    font-size: 16px;
	line-height: 1.5;
    font-weight: 400;
    top: -65px;
    width: 320px;
    transform: translateX(-50%);
}
.compare-plan tbody tr:hover {
    background-color: #F2F2F7;
}
.features-plan ul li strong::after, .compare-plan tr td strong::after {
	content: "";
 	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #2d3645 transparent transparent
}
.features-plan ul li::before {
    content: "";
    position: absolute;
    background-image: url(https://signpe.com/wp-content/uploads/2024/11/check.svg);
    width: 24px;
    height: 24px;
    left: -30px;
}
.features-plan ul li{
	padding-bottom: 10px;
	list-style: none;
	position: relative;
	line-height: 1.5;
}
.features-plan ul li img {
    vertical-align: sub;
}
.features-plan ul li img:hover strong {
	display: block;
}
.features-plan p.inner-heading {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #555555;
}
.features-plan a.features-link {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #0053CD;
}
.plan-details p.plan-rate {
    font-size: 42px;
    line-height: 50px;
    font-weight: 400;
    color: #2D3645;
	margin: 15px 0px 0px 0px;
}
.plan-tab .e-n-tabs-heading {
    background: #F2F9FF;
    width: max-content;
    margin: 0 auto;
    border: 1px solid #0053CD;
    border-radius: 60px;
	position: relative;
}
.plan-tab .e-n-tabs-heading button {
	cursor: pointer;
	min-width: 130px;
}
.plan-details span.term-plan {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #555555;
}
.plan-details span.bill-amount {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #555555;
}
.plan-details {
    min-height: 137px;
}
.basic-plan {
    position: relative !important;
}
.popular-plan {
    position: absolute !important;
    top: 0;
    left: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-collapse: collapse;
    z-index: 1;
	overflow: hidden;
}
.testimonial-slider .elementor-star-rating i.elementor-star-full::before {
    background-image: url(./images/star-rating.svg);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 22px;
    content: "";
}
.testimonial-slider .elementor-testimonial > div, .testimonial-slider .elementor-testimonial__name {
    order: 1;
    padding: 0 !important;
}
.testimonial-slider .elementor-testimonial .elementor-testimonial__content, .testimonial-slider .elementor-testimonial .elementor-star-rating {
    order: 0;
    padding: 0 !important;
}
.testimonial-slider .elementor-testimonial {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    grid-row-gap: 20px;
}
.sign_go {
	overflow: hidden !important;
}
table, th, td {
/*     border: solid 1px #000; */
    padding: 10px;
  }
  
table {
	
}
.compare-plan {
	display: none;
	margin-top: 25px;
}
.compare-plan table {
	border-spacing: 0;
	caption-side:bottom;
    border: none;
	table-layout: fixed;
	margin-bottom: 0px;
}
.compare-plan table tr td, .compare-plan table td {
    border: none;
}
.compare-plan table tr td {
    border-right: 1px solid #E5E5EA !important;
}
.compare-plan table tr:last-child td:not(:first-child) {
    border-bottom: 1px solid #E5E5EA;
}
.compare-plan table thead tr th:first-child {
	border-left: none !important;
    border-top: none !important;
}
.compare-plan table tr th:nth-child(3) {
    background-color: #F2F9FF;
}
.compare-plan table tr td:nth-child(3) {
    background-color: #F2F9FF;
}
.compare-plan table tr:hover td:nth-child(3) {
    background-color: #F2F2F7;
}
.compare-plan table tr:first-child {
	border-left: none;
}
.compare-plan table tr:last-child {
	border-bottom: none;
}
.compare-plan table tr th {
	border-bottom: 1px solid #e5e5ea !important;
    border-right: 1px solid #e5e5ea !important;
    border-top: 1px solid #e5e5ea !important;
}
table tr th {
    font-size: 42px;
    line-height: 50px;
    font-weight: 400;
    color: #2D3645;
	width: 25%;
	padding: 36px;
	text-align: left;
	vertical-align: bottom;
}
.plan-details table tr th a {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #0053cd;
    border: 1px solid #0053cd;
    width: max-content;
    border-radius: 10px;
    font-family: "Product sans regular", sans-serif;
    padding: 14px;
    width: 100%;
    text-align: center;
}
.plan-details table tr th a.active-btn {
    background-color: #0053CD;
    color: #FFFFFF;
}
.plan-details .plan-data p.plan-rate{
    margin-bottom: -20px;
}
.plan-details .yearly-plan-data p.plan-rate, .plan-details .monthly-plan-data p.plan-rate {
    margin-bottom: -20px;
}
.plan-data {
    min-height: 80px;
}
.plan-details td.head-features {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    font-family: "Product sans bold", sans-serif;
}
.plan-details table tr td {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
	font-family: "Product sans regular", sans-serif;
}
.plan-details table tr td:not(:first-child) {
    text-align: center;
}
.compare-plan .tooltip-icon {
    vertical-align: middle;
}
.plan-btn svg {
    width: auto !important;
}
.plan-btn a span {
    align-items: center;
}
.discount {
	position: absolute;
    left: 12%;
    font-size: 11px;
    line-height: 16px;
    font-family: "Product sans bold", sans-serif;
    font-weight: 700;
    bottom: -10px;
    background-color: #f47036;
    color: #e9f5ff;
    padding: 2px 5px;
    border-radius: 10px;
}
.plan-btn .elementor-button-icon svg {
    transition: transform 0.3s ease; /* Smooth transition for rotation */
}

/* State when the icon is rotated */
.plan-btn .elementor-button-icon svg.rotated {
    transform: rotate(0deg);
}
.plan-btn svg {
    transform: rotate(180deg);
}
.core-feature-btn {
	display: flex;
	border: 1px solid #0053cd;
	border-radius: 60px;
	margin-top: 15px;
}
.core-btn {
    width: 100%;
}
.core-feature-btn .core-btn a {
	display: block !important;
    padding: 14px 0px;
    width: auto;
	border: none;
}
.core-btn a.active {
    background-color: #0053CD;
    color: #ffffff;
    border-radius: 60px;
}
.sale-discount {
    position: relative;
}
.sale-discount .discount {
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}
.monthly-plan-data {
	display: none;
}
.document-workflow svg {
    fill: none !important;
}
.bg-document {
    position: relative;
	overflow: hidden !important;
}
.doc-bg-img {
	position: relative !important;
	z-index: 1 !important;
}
.bg-right-doc {
    position: relative !important;
    overflow: hidden !important;
}
.bg-right-doc.doc-top:before {
    content: "" !important;
    position: absolute !important;
    width: 780px !important;
    height: 780px !important;
    background: #D4E8FC !important;
    border-top-left-radius: 70% !important;
    border-bottom-left-radius: 100% !important;
    left: 50% !important;
    top: -20% !important;
    transform: translateX(0) !important;
    z-index: 0 !important;
}
.bg-right-doc::before {
    content: "" !important;
    position: absolute !important;
    width: 780px !important;
    height: 780px !important;
    background: #D4E8FC !important;
    border-top-left-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
    left: 50% !important;
    top: -20% !important;
    transform: translateX(0) !important;
    z-index: 0 !important;
}
.bg-document::after {
    content: "";
    position: absolute;
    width: 780px;
    height: 780px;
    background: #D4E8FC;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    left: -18%;
    top: -20%;
    transform: translateX(0%);
    z-index: 0;
}

/************************responsive start*********************************/

@media(max-width: 1200px){
	table tr th {
		font-size: 32px;
		line-height: 40px;
	}
	.plan-details p.plan-rate {
		font-size: 32px;
		line-height: 40px;
	}
	.plan-details span.term-plan {
		font-size: 18px;
		line-height: 22px;
	}
	.plan-details span.bill-amount {
		font-size: 16px;
		line-height: 22px;
	}
	.plan-details .yearly-plan-data p.plan-rate, .plan-details .monthly-plan-data p.plan-rate {
		margin-bottom: -15px;
	}
	table tr th {
		padding: 20px;
	}
	.footer_menu {
		place-items: center;
	}
	.bg-right-doc.doc-top:before { 
		content: none !important;
	}
	.bg-right-doc::before { 
		content: none !important;
	}
	.bg-document::after {
		content: none;
	}
	.start-trail-btn{
		text-align:center;
	}
	.start-trail-btn a {
		margin: 0 auto 15px;
	}
	.sign-up-btn {
		text-align:center;
	}
	.sign-up-btn a {
		margin: 0 auto 15px;
	}
	.e-sign-doc .mail-form > div {
		flex-direction: column;
		grid-row-gap: 16px;
		align-items: flex-start;
	}
	.e-sign-doc .mail-form {
		width: 95%;
	}
	.submit-button {
		width: 55%;
	}
	.e-sign-doc .mail-form input[type="email"] {
		border-top-right-radius: 40px;
		border-bottom-right-radius: 40px;
	}
	.e-sign-doc .submit-button input[type="submit"] {
		border-top-left-radius: 40px;
		border-bottom-left-radius: 40px;
		padding: 17px 30px;
	}
	.use-cases-tab a {
		padding: 20px 20px;
	}
}


@media(max-width: 1024px){
	.elementor-top-section .elementor-row .elementor-column>.elementor-column-wrap.elementor-element-populated {
    	padding: 10px 20px;
	}
	.elementor-inner-section .elementor-column .elementor-element-populated{
	    padding: 10px 0px !important;
	}
	.cta-banner .btn-column > div{
		width: 50%;
		margin-left: 0;
		margin-right: auto;
	}
	.plan-details {
		min-height: 151px;
	}
	.features-plan ul li strong, .compare-plan tr td strong {
		max-width: 250px;
	}
	.plan-details .plan-data p.plan-rate {
		margin-bottom: -14px;
	}
	.plan-details table tr th a {
		font-size: 15px;
	}
	.testimonial-slider .elementor-testimonial {
		padding: 20px;
	}
	.start-trail-btn a {
		width: auto !important;
		display: inline-block !important;
		text-align: center;
		padding: 10px 15px 9px !important; 
	}
	nav.elementor-nav-menu--dropdown{
		top: 52px!important;
	}
}
@media(max-width: 992px){
	.sign_go p.elementor-image-box-description br,.sign_go p.elementor-heading-title br{
    	display: none;
    }
	.blog-content h2 {
		font-size: 24px;
	}

	.blog-content h3 {
		font-size: 22px;
	}

	.blog-content h4 {
		font-size: 20px;
	}

	.blog-content p {
		font-size: 17px;
	}
	nav.elementor-nav-menu--dropdown{
		top: 44px!important;
	}
	.blog-content li {
		font-size: 17px;
	}
	.btn-column > div{
		width: 50%;
		margin-left: 0;
		margin-right: auto;
	}
	.cta-post .store-qrcode{
		display: none!important;
	}
	nav.elementor-nav-menu--dropdown ul li a:hover,
	nav.elementor-nav-menu--dropdown ul li a.elementor-item-active{
		background: transparent!important;
		color: #0131b9 !important;
	}
	table {
		width: max-content;
	}
	.compare-plan {
		overflow-x: scroll;
	}
	.core-feature-btn .core-btn a {
		font-size: 15px;
	}
	.compare-plan tr td strong {
		left: 105px;
	}
	.compare-plan tr td strong::after {
		left: 11%;
	}
	li.start-trail-btn a .tagline {
		margin-top: 3px;
	}
	.tab-section {
		height: 450px !important;
		overflow-y: scroll !important;
		padding: 15px 0px;
	}
	.use-cases-tab {
		grid-template-columns: repeat(1, 1fr) !important;
		padding-right: 25px !important;
	}
	.use-cases-tab a {
        padding: 25px 25px;
    }
/* 	.use-cases-section > div {
		flex-direction: column;
	}
	.tab-section {
		width: 100%;
	}
	.content-section {
		width: 100%;
	}
	.tab-btn {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.active-tab {
		background-color: #0055ff;
		color: white;
	}
	#tab-content-1,
	#tab-content-2,
	#tab-content-3 {
		padding: 15px;
	} */
}
@media only screen and (max-width: 991px) and (min-width: 577px)  {
	.footer_menu nav.elementor-nav-menu--main.elementor-nav-menu__container {
    	margin: 0 !important;
	}
}

@media(max-width: 768px){
	.elementor-inner-section .elementor-column .elementor-element-populated{
	    padding: 10px 0px !important;
	}
	.elementor-location-header .elementor-sticky--effects {
    	padding: 3px 0 !important;
	}
    .elementor-accordion-item {
    	margin-bottom: 10px;
	}
	span.elementor-accordion-icon-closed i {
    	font-size: 16px;
	}
	.support_sec .elementor-widget-container br {
    	display: none;
	}
	.signatures_icon figure.elementor-image-box-img {
    	margin-bottom: 10px !important;
	}
	.signatures_icon h2.elementor-image-box-title {
    	margin-bottom: 3px !important;
	}
	.footer_menu nav.elementor-nav-menu--main.elementor-nav-menu__container {
    	justify-content: center !important;
    	margin: 0 auto;
	}
	li.menu-item.privacy-policy{
		padding-right: 2px;
	}
	.privacy_text h3 {
    	font-size: 22px;
    	line-height: 28px;
	}
	.privacy_text h4 {
    	font-size: 20px;
    	line-height: 26px;
	}
	.elementor-inner-section.download_button .elementor-column-wrap {
		padding: 10px !important;
	}
	.blog-content h2 {
		font-size: 22px;
	}

	.blog-content h3 {
		font-size: 20px;
	}

	.blog-content h4 {
		font-size: 18px;
	}

	.blog-content p {
		font-size: 16px;
	}

	.blog-content li {
		font-size: 16px;
	}
	.footer_menu nav ul {
		margin: 0 auto;
	}
	.blog-design-wrapper .page-numbers{
	   width: 28px !important;
	   height: 28px !important;
	   line-height: 28px;
	}
	.privacy_text ul, .privacy_text ol {
		padding-left: 16px;
	}
	.plan-tab .e-n-tabs-heading button {
		min-width: 120px;
	}
	.discount {
		left: 11%;
	}
}

@media(max-width: 767px){
	.site-main .btn-wrapper{
		margin: 0 auto;
		width: 60%;
	}
	.why-icon-box:before{
		content: none;
	}
	.cta-banner{
		background-image: none!important;
	}
	body.is-scrolled .header-sticky>div{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.why-icon-box h3.elementor-icon-box-title{
		top: 25px;
    	left: calc(60px + 30px);
	}
	.cta-banner .btn-column > div{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.cta-post .cta-btn a{
		height: 48px;
	}
	.plan-details {
        min-height: unset;
    }
	table tr th {
		width: 12%;
	}
	table tr th {
        font-size: 24px;
        line-height: 36px;
    }
	.plan-details p.plan-rate {
        font-size: 24px;
        line-height: 36px;
    }
	.plan-details span.bill-amount {
        font-size: 15px;
        line-height: 20px;
    }
	table tr th:first-child {
		padding-left: 10px;
	}
	.tooltip-icon {
		margin-left: 2px;
	}
	.tooltip-icon img {
		width: 15px;
	}
	.plan-details table tr td {
		font-size: 15px;
		width: 12%;
	}
	table tr th {
        padding: 20px;
    }
	.plan-tab .e-n-tabs-heading button {
        min-width: 105px;
    }
	.discount {
        left: 10%;
		font-size: 10px;
		line-height: 14px;
    }
	nav.elementor-nav-menu--dropdown{
		top: 40px!important;
	}
	.site-logo img {
		width: 165px !important;
	}
	.tagline-div {
		margin: 0 auto;
	}
	
	.mail-form > div{
	display: flex;
	flex-direction: column;
	grid-gap: 22px;
    }
	.mail-form input[type="email"]{
		width: 100%;
	}
	
	
}


@media(max-width: 576px) and (orientation: landscape){
	.why-icon-box h3.elementor-icon-box-title{
		top: 15px;
	}
}


@media(max-width: 576px){
	.pricing_desc br{
		display: none;
	}
	.site-main .btn-wrapper{
		width: 100%;
	}
	.faqs-accordian .elementor-accordion-item{
		margin: 10px 0;
	}
	.features-plan ul li strong {
		left: 80px;
	}
	.compare-plan tr td strong {
		left: 105px;
	}
	.features-plan ul li strong::after {
		left: 21%;
	}
	.features-plan ul li strong {
	  font-size: 15px;
	  top: -55px;
	}
	.compare-plan tr td strong {
		font-size: 15px;
		top: -62px;
	}
	.features-plan ul li::before {
		width: 20px;
		height: 20px;
		background-size: 20px;
		left: -30px;
		top: 3px;
	}
	.site-logo img {
		width: 130px !important;
	}
	
}