html,body{
    overflow-x: hidden;
	width:100%;
}
#rank-math-analytics-stats-wrapper{
	display:none!important;
}

.dialog-widget-content{
	display:none!important;
}

.trust-txt{

/* 	padding-top:25px; */
	max-width: 60%;
	padding-top: 75px;
}


.trust-txt p {
    font-size:16px;
	line-height:24px;
}



table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th{
	border:none;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
		border:none;
}

table td, table th{
	vertical-align:inherit;
	border:none;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
	background:none;
}

.landing-free .free-content h2{
	font-weight:bold;
}

.supercharge-top h2{
	font-weight:bold;
}

.landing-trusted h3{
	font-weight:bold;
}

.card-content h3{
	font-weight:bold;
}


.landing-results .results-top h2{
	font-weight:bold;
}

.result-icon .col-right h4{
	font-weight:bold;
}

.landing-boxes .box-item h2{
	font-weight:bold;
}

.footer .the-col p{
	font-weight:500;
}


.footer .the-col a{
	font-weight:500;
}

.landing-surface .surface-top p strong {
	font-weight:bold;
}
.difference-wrapper strong {
	font-weight:600;
}
.card-content strong {
	font-weight:400;
	color:#0D793F;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
}

h1 {
	font-size: 64px;
	color: #0D793F;
	line-height: 75px;
	font-weight:bold;
}

h2 {
	font-size: 42px;
	line-height: 52px;
}

p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #4D4D4D;
}

.supercharge-row{
	display:flex;
	justify-content: space-between;
}

.supercharge-box {
	height: fit-content;
	padding-top:25px;
	padding-bottom:25px;
	margin-bottom:22px;
}

.supercharge-top h2 {
	padding-bottom:25px;
}

.sbox-title{
	text-align:center;
	padding-bottom:23px;
}

.supercharge-row
.super-wrapper p:nth-child(2){
	display:block;
}

.supercharge-row .super-txt{
	width:100%;
}

.supercharge-row
.super-wrapper p:nth-child(3){
	display:block;
}

.supercharge-row .super-img{
	width:100%;
}

.supercharge-row .supercharge-col-left{
	width:60%;
}

.supercharge-row .supercharge-col-right{
	width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.overlay-bg-left{
	z-index: 2;
    position: absolute;
    top: 30%;
	left:0;
}

.overlay-bg-right{
	z-index: 2;
    position: absolute;
    top: 30%;
	right:0;
	transform: rotate(180deg);
}



.supercharge-img{
	height: 443px;
	display:flex;
	margin:0 auto;
}

.supercharge-col-right .btn-landing {
	max-width: 253px;
	margin:0 auto;
}

.point-title{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	padding-bottom:15px;
	display:flex;
	align-items:center;
	max-width:70%;
}

.point-title img{
	padding-right:10px;
}

.result-icon:first-child img{
	height:120px;
}

.link-bottom {
	font-size: 20px;
    padding-top: 50px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-weight: 600;
}


.sbox {
	position:relative;
	overflow:hidden;
}

.boximg-right{
	position:absolute;
    bottom: 0;
    right: -10px;
    width: 28%;
}

.link-bottom a {
	font-weight: 600;
    color: #0D793F;
    text-decoration: underline;
}

p,
span,
strong,
a {
	font-family: 'Poppins', sans-serif;
}

a {
	font-weight: 600;
	color: #0D793F;
	text-transform: underline;

}

.btn-landing {
	font-size: 20px;
	background: #DED122;
	padding: 25px 40px;
	border-radius: 20px;
	color: #0D793F;
	text-decoration: none;
	text-align: center;
	display: flex;
	justify-content: center;
	max-width: 346px;
	font-weight: 500;
	transition: all 0.2s ease-in-out;
}

.btn-landing:hover {
	transform: scale(0.98);
	transition: all 0.2s ease-in-out;
		color: #0D793F;
}

.container {
	width: 1550px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0rem;
	padding-left: 0rem;
	/* overflow-x:hidden; */
}


body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow-x: hidden;
}


.landing-hero {
	background-image: linear-gradient(to bottom, #e4f5ec, #e4f5ec, #e4f5ec, #e4f5ec, #e4f5ec, #e4f6f0, #e5f7f4, #e7f8f7, #edf9fc, #f5fbff, #fbfcff, #ffffff);
	padding-bottom: 50px;
}

.landing-hero .landing-logo {
	height: 166px;
	width: auto;
	float: left;
}

.landing-hero .row {
	display: flex;
	width: 100%;
	align-items: center;
	padding-top: 25px;
	justify-content: space-between;
}

.hero-left {
	width: 47%;
	display: flex;
	flex-direction: column;
}

.hero-left p {
	font-size: 26px;
	line-height: 36px;
	padding-top: 15px;
	color: #000000;
}

.hero-left .btn-landing {
	margin-top: 25px;
}


.hero-right {
	width: 52%;
	position: relative;
}

.hero-right .featured-img {
	width: 100%;
	height: auto;
}

.hero-right .featured-ico-top {
	height: 150px;
	width: auto;
	position: absolute;
	top: -105px;
	right: 5px;
}

.hero-right .featured-ico-bottom {
	height: 150px;
	width: auto;
	position: absolute;
	bottom: -50px;
	left: 50px;
}


/* Boxes */

.landing-boxes {
	padding-top: 50px;
	padding-bottom: 50px;
}


.landing-boxes .row {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.landing-boxes .box-item {
	width: 27%;
	padding: 20px 30px;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

.landing-boxes .box-item .box-wrapper p {
	color: #0D793F;
}

.landing-boxes .box-item h2 {
	color: #0D793F;

}

.landing-boxes .row {
	justify-content: space-between;
	width: 100%;
}

/* Surface section */

.landing-surface {
	background: #0D793F;
	padding-top: 50px;
	padding-bottom: 100px;
}

.landing-surface h3 {
	font-size: 33px;
	color: #E1D64A;
	text-align: center;
	font-weight: bold;
}

.landing-surface .surface-top {
	max-width: 65%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	text-align: center;

}

.landing-surface .surface-top p {
	color: #FFFFFF;
	font-weight: 300;
	text-align: center !important;
}

.landing-surface .surface-top .btn-landing {
	margin: 0 auto;
	margin-top: 25px;
}


/* Difference section */

.landing-difference {
	padding-top: 50px;
	padding-bottom: 100px;
	background: #ffff;
}

.difference-top {
	max-width: 75%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	text-align: center;
}

.difference-top h2 {
	color: #0D793F;
	font-weight: bold;
}

.cards-row {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding-top: 25px;
}

.card {
	width: 30%;
	display: flex;
	flex-direction: column;

}

.card-img {
	height: 200px;
	width: 100%;
	display: flex;
	position: relative;


}

.card-img img {
	top: -20px;
	height: 250px;
	width: 100%;
	/* position:absolute; */


}

.card-content {
	text-align: center;
	padding: 25px;
	-webkit-box-shadow: 0px 3px 21px -8px rgba(0, 0, 0, 0.52);
	-moz-box-shadow: 0px 3px 21px -8px rgba(0, 0, 0, 0.52);
	box-shadow: 0px 3px 21px -8px rgba(0, 0, 0, 0.52);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-top: 55px;
	padding-bottom: 35px;
}

.card-content h3 {
	font-size: 33px;
	color: #0D793F;
	padding-bottom: 15px;
}

/* Results section */

.landing-results {
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #F5F5F5;
}

.landing-results .results-top {
	max-width: 55%;
}

.landing-results .results-top h2 {
	color: #0D793F;
}

.landing-results .results-top p {
	color: #0D793F;
	padding-top: 15px;
}

.results-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.results-icons {
	width: 28%;

}

.results-top {
	padding-bottom: 60px;
}

.results-table {
	width: 62%;
}

.result-icon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 2px solid #0D793F80;
	margin-bottom: 45px;
}


.result-icon img {
	height: 75px;
	width: auto;
}

.result-icon .col-left {
	width: 35%;
	display: flex;
	justify-content: center;
}

.result-icon .col-right {
	width: 60%;
}

.result-icon .col-right h4 {
	font-size: 30px;
	max-width: 80%;
}

.result-icon:last-child {
	border-bottom: none !important;
}


.table-header {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.thead {
	width: 50%;
	text-align: center;
	font-size: 20px;
	color: #000000;
	font-style: italic;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	border-bottom: 2px solid #D7D7D7;
	padding-bottom: 15px;
}

.results-table h4 {
	text-align: center;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 25px;
}

.trow {
	padding-top: 12px;
	padding-bottom: 12px;
	display: flex;
	border-bottom: 1px solid #D7D7D7;
}

.trow:nth-child(11) {
	border: none !important;
}

.tcol {
	width: 42%;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
}

.tcol2 {
	color: #0D793F;
}

.tspace {
	width: 13%;
	display: flex;
	justify-content: center;
}

.tspace img {
	width: 25px;
	height: auto;
}

.results-table .btn-landing {
	margin: 0 auto;
	margin-top: 25px;
}


/* Free guide */


.frow {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
	justify-content: space-between;
}

.frow-left {
	width: 25%;
	display: flex;
}

.frow-right {
	width: 65%;
	display: flex;
}

#landingForm p {
	color: #ffff;
	font-family: 'Poppins', sans-serif;
	width: 100%;
}

.screen-reader-response {
	display: none
}

.wpcf7-not-valid-tip {
	color: #A42A04;
	padding-top: 5px;
	display: block;
}

.wpcf7-response-output {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #E1D64A;
	;
	text-align: center;
}

#landingForm input[type="text"],
#landingForm input[type="email"] {
	font-family: 'Poppins', sans-serif;
	width: 100%;
	height: 40px;
	outline: none;
	border: none;
	border-radius: 5px;
	padding: 5px 20px;
}

#landingForm .form-info-txt {
	font-size: 12px;
	font-style: italic;
	line-height: 22px;
}

#landingForm input[type="submit"] {
	font-size: 20px;
	background: #DED122;
	padding: 25px 40px;
	border-radius: 20px;
	color: #0D793F;
	text-decoration: none;
	text-align: center;
	display: flex;
	justify-content: center;
	width: 100%;
	font-weight: 500;
	outline: none;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

#landingForm input[type="submit"]:hover {
	transform: scale(0.98);
	transition: all 0.2s ease-in-out;
}


#landingForm .frow .frow-left {
	font-size: 16px;
	font-weight: bold;

}


#landingForm .frow-submit .frow-right {
	flex-direction: column;
	justify-content: center;
	text-align: center;
}


.free-mainrow {
	display: flex;
	justify-content: space-between;
}

.free-form {
	width: 40%;
}

.landing-free {
	background-color: #0D793F;
	padding-top: 80px;
	padding-bottom: 60px;
}

.landing-free .free-content {
	width: 50%;
}

.landing-free .free-content .small-title {
	color: #E1D64A;
	font-size: 33px;
	font-weight: bold;
	font-style: italic;
}

.landing-free .free-content h2 {
	color: #ffff;
	padding-bottom: 15px;
}

.landing-free .free-wrapper p {
	color: #FFFFFF;
}

.landing-free .free-wrapper p strong {
	padding-top: 25px;
	display: block;
	font-weight: 600;
}

.free-row {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 25px;
}


.free-row:nth-child(3) {
	border-bottom: 0px;
}

.free-row:nth-child(4) {
	border-bottom: 0px;
}

.free-icon {
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #228851;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.free-icon-left {
	width: 15%;
}

.free-icon-left img {
	width: auto;
	height: 48px;
}

.free-icon-right {
	width: 80%;
}

.free-icon-right p {
	color: #E1D64A;
	font-style: italic;
	font-weight: 500;
}


/* Supercharge */


.landing-supercharge {
	background: #E6F1EB;
	padding-top: 50px;
	padding-bottom: 50px;
}

.supercharge-section {
	max-width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.supercharge-top {
	text-align: center;
	max-width:70%;
	margin:0 auto;
	display:flex;
}

.supercharge-box {
	padding-left: 60px;
	padding-right: 60px;
	border-radius: 54px;
	background: #ffff;
	display: flex;
	align-items: center;
	/* webkit-box-shadow: -3px 14px 37px -7px rgba(145, 145, 145, 0.29);
	-moz-box-shadow: -3px 14px 37px -7px rgba(145, 145, 145, 0.29);
	box-shadow: -3px 14px 37px -7px rgba(145, 145, 145, 0.29); */

}

.super-wrapper p {
	font-size:16px;
}

.super-wrapper img{
	width:15px;
}

.super-left {
	width: 35%;
	overflow: hidden;
}

.super-left img {
	width: 90%;
	height: auto;
}

.super-right {
	width: 60%;
}

.supercharge-box .btn-landing {
	margin-top: 25px;
}

.supercharge-txt-bot {
	font-size: 20px;
	padding-top: 25px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	font-weight: 600;

}

.super-wrapper p:nth-child(2) {
	padding-top: 0px;
	display: flex;
	align-items: center;
}


.super-wrapper p:nth-child(3) {
	display: flex;
	align-items: center;
}


.supercharge-txt-bot p {
	color: black !important;
}

.super-wrapper img {
	padding-right: 10px;
}

.supercharge-top {
	padding-bottom: 20px;
}


/* Table 2 */

.landing-thetable {
	padding-top: 60px;
	padding-bottom: 100px;
}

.landing-thetable .the-table {
	width: 100%;
}

.landing-thetable .the-table th {
	font-family: 'Poppins', sans-serif;
}

.landing-thetable .the-table td {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 30px;
	padding-top: 26px;
	padding-bottom: 26px;
	border-bottom: 1px solid #4D4D4D80;
}

.landing-thetable .thead1 {
	width: 50%;
}

.landing-thetable .thead2 {
	width: 25%;
}

.landing-thetable .thead3 {
	width: 25%;
}

.landing-thetable .the-table td img {
	display: flex;
	margin: 0 auto;
}

.landing-thetable .the-table th {
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	justify-content: center;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	border: none;
	text-align: center;
	line-height: 30px;
}

.landing-thetable .thead2 {
	width: 25%;
	background: #0D793FCC;
	color: #ffff;

}

.landing-thetable .thead3 {
	width: 25%;
	background: #ffff;
	color: black;
}


.landing-thetable .tcol2 {
	background: #0D793FCC;
}


.landing-thetable table {
	border-collapse: collapse;
}


.landing-thetable td {
	padding: 0;
}

.landing-thetable .post-container {
	max-width: 80%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}


.landing-thetable .t-row:last-child td {
	border: none !important;
}


.landing-thetable .t-row:last-child .tcol2 {
	padding-bottom: 50px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

/* Trusted section */
.landing-trusted {
	padding-bottom: 40px;
}

.landing-trusted h3 {
	font-size: 33px;
	line-height: 43px;
	color: #0D793F;
	text-align: center;
	padding-bottom: 50px;
}

.trust-row {
	padding-left: 50px;
	padding-right: 50px;
	display: flex;
	justify-content: space-between;
}

.trust-row .trust-img {
	height: 60px;
	width: 9%;
	display: flex;
	filter: grayscale(100%);

}

.trust-row .trust-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


/* Footer */

.footer {
	background: #09552C;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 50px;
}

.footer .the-col {
	display: flex;
	width: 22%;
	align-items: center;

}

.footer .the-col:nth-child(4) {
	justify-content: flex-end;
	width:25%;
}

.footer .the-col:nth-child(4) a {
	font-weight:500;
	margin-left:10px;
}

.footer .the-col:nth-child(4) p {
	display:flex;
}

.footer .the-col p {
	color: #ffff;
	font-size: 17px;
}

.footer .the-col a {
	color: #ffff;
	font-size: 17px;
}

.footer .logo-col {
	width: 19%;
}

.footer .logo-col img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.footer .footer-wrapper {
	display: flex;
	justify-content: space-between;
}

.footer .footer-copyright {
	color: #ffff;
	font-size: 17px;
	font-weight: 500;
	float: right;
	font-family: 'Poppins', sans-serif;

}


/* Slider */

.swiper {
	height: 180px;
	padding-top: 70px;
	padding-bottom: 0px;
}

.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;

	position: relative;
	/* height:94px; */

}

.swiper-slide .bgimg {
	position: absolute;
	z-index: -1;
	height: 100px;
	width: 100%;
	object-fit: cover;
	border-radius: 25px;
}


.slide-content p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height:1.4;
}

.slide-content {
	display: flex;
}

.slide-content img {
	margin-right: 15px;
}

.swiper-button-prev {
	top: 65%;
	left:2.5%;

}

.swiper-button-next {
	top: 65%;
	right:2.5%;

}

.swiper-button-next:after {
	content: inherit;
}


.swiper-button-prev:after {
	content: inherit;
}

.swiper-button-next:after {
	content: inherit;
}

.landing-surface .btn-landing {
	width: 351px;
	max-width: auto;
}

.frow-img {
	margin-bottom: 0px;
}

.frow-img img {
	width: 160px;
	height: auto;
	display: flex;
	margin: 0 auto;
}


