@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500&display=swap');

html,
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/**/
body {
	font-weight: normal;
	font-size: 20px;
	line-height: 29px;
	color: #333333;
	padding: 0;
	margin: 0;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-family: 'Inter', sans-serif;

}

/**/
header * {
	/* font-weight: normal; */
	/* font-size: 20px; */
	line-height: 26px;
	/* color: #333333; */
	/* -webkit-text-size-adjust: none; */
	/* font-family: 'Inter', sans-serif; */
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	color: #cfa757;
	text-decoration: none;
	outline: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

button:focus {
	outline: none;
}

a {
	color: #6AB82B;
	text-decoration: none;
	outline: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

a:hover,
a:focus {
	color: #333333;
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Inter', sans-serif;
	margin-top: 0px;
}

p {
	margin-bottom: 30px;
}

p:last-child {
	margin-bottom: 0px;
}

img {
	max-width: 100%;
	height: auto;
}

.green-btn {
	font-family: 'Inter', sans-serif;
	font-size: 26px !important;
	font-weight: 800 !important;
	color: #fff !important;
	letter-spacing: 0;
	border: none;
	background-color: #6AB82B;
	border-radius: 8px;
	display: inline-block;
	padding: 12px 40px !important;
	position: relative;
	text-align: center;
	width: auto;
	cursor: pointer;
	line-height: 1.42857143;
	transition: all .5s;
	z-index: 1;
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
}

.green-btn:hover,
.green-btn:focus {
	color: #fff !important;
	background-color: #333;
}

.white-btn {
	font-family: 'Inter', sans-serif;
	font-size: 26px !important;
	font-weight: 800 !important;
	color: #243126 !important;
	letter-spacing: 0.05em;
	border: none;
	background-color: #ffffff;
	border-radius: 8px;
	display: inline-block;
	padding: 12px 40px !important;
	position: relative;
	text-align: center;
	width: auto;
	cursor: pointer;
	line-height: 1.42857143;
	transition: all .5s;
	z-index: 1;
	box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.3);
}

.white-btn:hover,
.white-btn:focus {
	color: #fff !important;
	background-color: #6AB82B;

}

.section-header h2 {
	font-size: 50px;
	font-weight: 900;
	line-height: 60px;
	margin: 0 0 40px;
	color: #243126;
	letter-spacing: -1.5px;
	position: relative;
}



/*header.cms-header {
  padding: 20px 0;
}

header.cms-header .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

header.cms-header .navbar-nav .nav-item {
  padding: 0 15px;
}

header.cms-header .navbar-nav .nav-link {
  font-weight: 700;
  font-size: 17px;
  color: #243126;
  padding: 0px;
  border-bottom: solid 4px transparent;
}

header.cms-header .navbar-nav .nav-link:hover {
  border-bottom: solid 4px #6AB82B;
}

.navbar-toggler {
  border-color: #274778 !important;
  padding: 7px 12px !important;
  background-color: #274778;
}

.navbar-toggle-icon {
  position: relative;
  width: 22px;
  height: 14px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  display: inline-block;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}

.navbar-toggle-icon span {
  display: block;
  position: absolute;
  opacity: 1;
  left: 0;
  transition: .25s ease-in-out
}

.navbar-toggler.collapsed .icon-bar:nth-child(1) {
  top: 0
}

.navbar-toggler.collapsed .icon-bar:nth-child(2) {
  top: 6px
}

.navbar-toggler.collapsed .icon-bar:nth-child(3) {
  top: 12px
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  top: 6px;
  transform: rotate(45deg)
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg)
}


header.cms-header .header-right {
  display: flex;
  align-items: center;
}

header.cms-header .header-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header.cms-header .header-right ul li a.green-btn {
  font-size: 17px !important;
  font-weight: 700 !important;
  padding: 0 !important;
  width: 156px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}*/


/* cms-header */
.scroll-off {
	overflow: hidden;
}

.cms-header {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	min-height: 55px;
	z-index: 99;
	padding-top: 14px;
}

.cms-header .container {
	max-width: 1400px;
}

.cms-number .cms-icon svg {
	vertical-align: middle;
}

.cms-number .cms-number-link .cms-textNumber {
	font-size: 34px;
	font-weight: bold;
	line-height: 100%;
	color: #fff;
	margin-left: 5px;
	vertical-align: middle;
	letter-spacing: -2px;
}

.cms-number .cms-number-link:hover .cms-textNumber {
	color: #6AB82B;
}

.cms-number-subtitle {
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -0.02em;
	color: #fff;
}

.cms-header .navbar-light .navbar-toggler {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	margin-left: 15px;
	width: 54px;
	height: 52px;
	text-align: center;
	padding: 0px;
	z-index: 9999;
}

/* .cms-header .navbar-light .navbar-toggler.active .cms-toggler-icon svg *{
    transition: 0.3s ease-in-out all;
} */
.cms-header .navbar-light .navbar-toggler.active .cms-toggler-icon svg rect:nth-child(2) {
	transform: rotate(-40deg) translate(0px, 10px);
	transform-origin: center;
}

.cms-header .navbar-light .navbar-toggler.active .cms-toggler-icon svg rect:nth-child(1) {
	transform: rotate(40deg) translate(0px, -10px);
	transform-origin: center;
}

.cms-header .navbar-light .navbar-toggler.active .cms-toggler-icon svg rect:nth-child(3) {
	opacity: 0;
}

.sticky-header {
	background: var(--theme-darkBlue-800);
	padding-bottom: 14px;
}

.navigationMenu {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;
	transform: translateY(-100%);
	background-color: #0B1A2B;
}

.navigationMenu.show {
	transform: translateY(0%);
}

.navigationMenu .inner-wrapper {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: auto;
}

.navigationMenu .inner-wrapper ul,
.navigationMenu .inner-wrapper ul li {
	list-style: none;
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.5);
	text-align: center;
}

.navigationMenu .inner-wrapper ul li {
	padding: .75rem 1.25rem;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.navigationMenu .inner-wrapper ul li a {
	font-weight: bold;
	font-size: 48px;
	line-height: 44px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #fff;
	padding: .5rem 1rem;
}

.navigationMenu .inner-wrapper ul li a:hover {
	color: #6AB82B;
}

.navigationMenu .inner-wrapper ul li.current_page_item a {
	color: #6AB82B;
}

.cms-header .btn-box {
	margin-left: 15px;
	z-index: 0;
}

.cms-header .btn-box .green-btn {
	width: 220px;
	height: 56px;
	font-size: 22px !important;
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 5px 0px 0px rgba(255, 255, 255, 0.3);
}



section.cms-banner {
	position: relative;
	padding: 80px 0 80px;
	text-align: center;
}

section.cms-banner .banner-txt {
	max-width: 834px;
	margin: 0 auto;
}

section.cms-banner h1 {
	font-size: 60px;
	font-weight: 900;
	letter-spacing: -1.8px;
	color: #243126;
	line-height: 72px;
	margin: 0 0 40px;
}

section.cms-banner h2 {
	font-size: 30px;
	font-weight: 700;
	color: #333333;
	line-height: 40px;
	margin: 0 0 40px;
}

section.cms-banner p {
	font-size: 24px;
	line-height: 36px;
	color: #666666;
	padding: 0 60px 20px;
}

section.cms-banner .banner-link {
	border: solid 4px;
	padding: 10px;
	border-radius: 10px;
	margin: 0 0 40px;
}

section.cms-banner .banner-link ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

section.cms-banner .banner-link ul li {
	position: relative;
	color: #243126;
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	padding: 0 15px;
}

section.cms-banner .banner-link ul li+li:before {
	content: "";
	position: absolute;
	left: -5px;
	top: 13px;
	background-color: #243126;
	border-radius: 50%;
	width: 4px;
	height: 4px;
}





section.cms-ranking {
	position: relative;
	background-color: #243126;
	padding: 40px 0 70px;
	margin: 60px 0 60px;
}

section.cms-ranking:before {
	content: "";
	position: absolute;
	background-image: url(../images/Background-01.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 54px;
	top: -54px;
	left: 0;
}

section.cms-ranking:after {
	content: "";
	position: absolute;
	background-image: url(../images/Background-01-1.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 54px;
	bottom: -54px;
	left: 0;
}

section.cms-ranking .row {
	justify-content: space-between;
}

section.cms-ranking .col-lg-4 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

section.cms-ranking .ranking-box h4 {
	font-size: 24;
	font-weight: 900;
	line-height: 36px;
	color: #CCCCCC;
	margin: 10px 0 0;
}




section.cms-firm {
	padding: 80px 0 80px;
}

section.cms-firm .firm-inner {
	max-width: 834px;
	margin: 0 auto;
}

section.cms-firm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

section.cms-firm ul li {
	position: relative;
	padding-left: 35px;
	margin: 0 0 40px;
}

section.cms-firm ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	background-color: #222;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

section.cms-firm ul li span {
	font-size: 20px;
	font-weight: 700;
	background-color: #e1f1d5;
	padding: 4px;
}

section.cms-firm h4 {
	max-width: 560px;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	padding: 40px 0 0;
}

section.cms-firm .btn-box {
	padding: 50px 0 30px;
}

section.cms-firm p {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 18px;
	color: #222222;
	max-width: 360px;
}




section.cms-perform {
	position: relative;
	background-color: #f5f5f5;
	padding: 80px 0 240px;
	margin: 60px 0 60px;
}

section.cms-perform:before {
	content: "";
	position: absolute;
	background-image: url(../images/Background-02.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 54px;
	top: -54px;
	left: 0;
}

section.cms-perform .section-header {
	max-width: 834px;
	margin: 0 auto;
	padding: 0 0 80px;
}

section.cms-perform .section-header p {
	font-size: 20px;
}

section.cms-perform .more-box h4 {
	font-size: 30px;
	font-weight: 900;
	color: #243126;
	margin: 0 0 25px;
}

section.cms-perform .more-row {
	margin-bottom: 100px;
}

section.cms-perform .more-row:nth-child(3) {
	flex-direction: row-reverse;
}

section.cms-perform .btn-box {

	margin: 0 auto;
	text-align: center;
}

section.cms-perform .btn-box p {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 18px;
	color: #222222;
	margin: 30px auto 0;
	max-width: 350px;
}



section.cms-testimonial {
	position: relative;
	background-color: #243126;
	padding: 80px 0 80px;
	margin: -80px 0 60px;
}

section.cms-testimonial:before {
	content: "";
	position: absolute;
	background-image: url(../images/Background-01.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 54px;
	top: -54px;
	left: 0;
}

section.cms-testimonial:after {
	content: "";
	position: absolute;
	background-image: url(../images/Background-01-1.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 54px;
	bottom: -54px;
	left: 0;
}

section.cms-testimonial .testimonial-box .author {
	text-align: center;
	margin: 0 0 40px;
}

section.cms-testimonial .testimonial-box .author img {
	width: auto;
	display: inline-block;
}

section.cms-testimonial .testimonial-box p {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #fff;
	margin: 0 0 50px;
	font-size: 22px;
}

section.cms-testimonial .testimonial-box .author-name h4 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

section.cms-testimonial .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 60px 0 0;
}

section.cms-testimonial .owl-dot {
	background-color: #fff;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 0 10px;
}

section.cms-testimonial .owl-dot.active {
	background-color: #6AB82B;
}

section.cms-testimonial .review-box h4 {
	font-size: 20px;
	font-weight: 700;
	color: #6AB82B;
	text-align: center;
	margin: 60px 0 0;
}

section.cms-testimonial .review-box h4 a:hover {
	color: #fff;
}



section.cms-marketing {
	position: relative;
	padding: 80px 0 80px;
}

section.cms-marketing .marketing-inner {
	max-width: 834px;
	margin: 0 auto;
}

section.cms-marketing .section-header {
	padding: 0 0 80px;
}

section.cms-marketing .marketing-box {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 120px;
}

section.cms-marketing .marketing-box .icon {
	width: 120px;
	height: 120px;
	line-height: 120px;
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	float: left;
	text-align: center;
	background-color: #243126;
	border-radius: 50%;
}

section.cms-marketing .marketing-box .content {
	width: calc(100% - 170px);
	margin-left: auto;
	padding-right: 50px;
}

section.cms-marketing .marketing-box .content h4 {
	font-size: 30px;
	font-weight: 900;
	color: #243126;
	text-transform: uppercase;
	margin: 0 0 25px;
}

section.cms-marketing .btn-box {

	margin: 0 auto;
	text-align: center;
}

section.cms-marketing .btn-box p {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 18px;
	color: #222222;
	margin: 30px auto 0;
	max-width: 350px;
}



section.cms-expert {
	position: relative;
	background-color: #f5f5f5;
	padding: 80px 0 80px;
	margin: 60px 0 60px;
}

section.cms-expert:before {
	content: "";
	position: absolute;
	background-image: url(../images/Background-02.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 54px;
	top: -54px;
	left: 0;
}

section.cms-expert:after {
	content: "";
	position: absolute;
	background-image: url(../images/Background-02-2.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 54px;
	bottom: -54px;
	left: 0;
}

section.cms-expert .section-header {
	padding: 0 0 40px;
}

section.cms-expert .section-header h3 {
	font-weight: 700;
	font-size: 30px;
	color: #333;
}

section.cms-expert ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

section.cms-expert ul li {
	position: relative;
	padding-left: 50px;
	margin: 0 0 30px;
}

section.cms-expert ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	width: 26px;
	height: 23px;
}

section.cms-expert ul li span {
	font-size: 20px;
	font-weight: 700;
	background-color: #e1f1d5;
	padding: 4px;
}

section.cms-expert h4 {
	font-weight: 700;
	font-size: 20px;
	color: #333333;
	padding: 40px 0 0;
}

section.cms-expert .btn-box {
	padding: 50px 0 0;
}

section.cms-expert p {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 18px;
	color: #222222;
	max-width: 360px;
	margin-top: 30px;
}

section.cms-service {
	position: relative;
	padding: 80px 0 80px;
	overflow-x: hidden;
}

section.cms-service .section-header {
	max-width: 834px;
	margin: 0 auto;
	padding: 0 0 60px;
}

section.cms-service .section-header h4 {
	font-size: 30px;
	color: #333;
	font-weight: 700;
	margin: 0 0 40px;
}

section.cms-service .section-header p {
	max-width: 740px;
}

section.cms-service .service-row {
	margin: 0 -9px;
}

section.cms-service .col-lg-4 {
	padding: 0 9px;
}

section.cms-service .service-box {
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
	padding: 50px 35px 80px;
	padding-right: 30px;
}

section.cms-service .service-box .icon-main {
	display: flex;
	justify-content: center;
}

section.cms-service .service-box .icon {
	width: 150px;
	height: 150px;
	background-color: #243126;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 40px;
}

section.cms-service .service-box h4 {
	font-weight: 700;
	font-size: 30px;
	color: #333333;
	text-align: center;
	padding: 0 0 10px;
	min-height: 80px;
}

section.cms-service .service-box p {
	min-height: 215px;
}

section.cms-service .btn-box {

	margin: 100px auto 0;
	text-align: center;
}

section.cms-service .btn-box p {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 18px;
	color: #222222;
	margin: 30px auto 0;
	max-width: 350px;
}



section.cms-audit {
	position: relative;
	background-color: #243126;
	padding: 120px 0 120px;
	margin: 60px 0 60px;
}

section.cms-audit:before {
	content: "";
	position: absolute;
	background-image: url(../images/Background-01.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 54px;
	top: -54px;
	left: 0;
}

section.cms-audit:after {
	content: "";
	position: absolute;
	background-image: url(../images/Background-01-1.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 54px;
	bottom: -54px;
	left: 0;
}

section.cms-audit .audit-inner {
	max-width: 750px;
	margin: 0 auto;
}

section.cms-audit .section-header h2 {
	color: #fff;
}

section.cms-audit .content {
	max-width: 670px;
}

section.cms-audit .content p {
	color: #fff;
}

section.cms-audit .content p span {
	font-weight: 700;
	background-color: #324c27;
	padding: 4px;
}

section.cms-audit .btn-box {
	padding: 80px 0 0;
	text-align: center;
}



section.cms-us-them {
	position: relative;
	padding: 80px 0 160px;
}

section.cms-us-them .section-header {
	max-width: 834px;
	margin: 0 auto;
	padding: 0 0 80px;
}

section.cms-us-them .section-header p {
	max-width: 750px;
}

section.cms-us-them .with-inner {
	display: flex;
	flex-wrap: wrap;
}

section.cms-us-them .with-box {
	width: 50%;
	padding: 42px 40px 0;
	border-top: solid 16px transparent;
}

/*section.cms-us-them .with-box.active {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-top: solid 16px #6AB82B;
}
*/

section.cms-us-them .with-box:hover {
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border-top: solid 16px #6AB82B;
}

section.cms-us-them .with-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

section.cms-us-them .with-box ul li {
	position: relative;
	padding-left: 35px;
	margin: 0 0 40px;
}

section.cms-us-them .with-box ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	background-color: #222;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

section.cms-us-them .with-box ul li span {
	font-size: 20px;
	font-weight: 700;
	background-color: #e1f1d5;
	padding: 4px;
}

section.cms-us-them .with-box h4 {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	padding: 10px 0 60px;
	margin: 0;
}




section.cms-risk {
	position: relative;
	background-color: #f5f5f5;
	padding: 160px 0 80px;
	margin: 60px 0 60px;
}

section.cms-risk:before {
	content: "";
	position: absolute;
	background-image: url(../images/Background-02.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 54px;
	top: -54px;
	left: 0;
}

section.cms-risk .risk-symbol {
	position: absolute;
	left: 50%;
	top: -100px;
	margin-left: -75px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	box-shadow: 0px 3px 6px #00000029;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.cms-risk .section-header {
	max-width: 750px;
	margin: 0 auto;
	padding: 0 0 80px;
}

section.cms-risk .section-header p {
	max-width: 670px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
}

section.cms-risk .contact-inner {
	max-width: 830px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
	padding: 30px 82px 100px;
	position: relative;
	z-index: 1;
}

section.cms-risk .contact-inner .content h4 {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 40px;
}

section.cms-risk .contact-form {
	max-width: 400px;
	margin: 60px auto 0;
}




/*footer.cms-footer {
  position: relative;
  background-color: #243126;
  padding: 80px 0 80px;
  margin: -60px 0 0;
}

footer.cms-footer:before {
  content: "";
  position: absolute;
  background-image: url(../images/Background-01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 54px;
  top: -54px;
  left: 0;
}

footer.cms-footer .footer-top {
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 0 0 60px;
}

footer.cms-footer .copyright ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  display: flex;
  justify-content: center;
}

footer.cms-footer .copyright ul li {
  position: relative;
  color: #fff;
  padding: 0 15px;
}

footer.cms-footer .copyright ul li + li:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 8px;
  width: 2px;
  height: 20px;
  background-color: #fff;
}

footer.cms-footer .copyright ul li a {
  color: #fff;
}

footer.cms-footer .copyright ul li a:hover {
  color: #6AB82B;
}

footer.cms-footer .footer-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

footer.cms-footer .footer-link ul li {
  position: relative;
  color: #fff;
  padding: 0 15px;
}

footer.cms-footer .footer-link ul li + li:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 8px;
  width: 2px;
  height: 20px;
  background-color: #fff;
}

footer.cms-footer .footer-link ul li a {
  color: #fff;
  font-weight: bold;
  border-bottom: solid 4px #6AB82B;
}

footer.cms-footer .footer-link ul li a:hover {
  color: #6AB82B;
  border-bottom: solid 4px #fff;
}

footer.cms-footer .footer-bottom {
  padding: 80px 0 0px;
  max-width: 670px;
  margin: 0 auto;
}

footer.cms-footer .footer-bottom p {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  color: #fff;
  text-align: center;
}*/

/* 31-08-2021 CSS
===============================
*/
header.cms-header {
	width: 100%;
	padding: 10px 0;
	background-color: #101F30;
}

header.cms-header .header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header.cms-header .header-inner .header-phone a {
	color: #fff;
}

header.cms-header .header-inner .header-phone .number {
	font-weight: 700;
	font-size: 32px;
	color: #fff;
	font-family: 'Kanit', sans-serif;
}

header.cms-header .header-inner .header-phone .time {
	display: block;
	font-size: 18px;
	font-family: 'Kanit', sans-serif;
}

section.cms-risk .contact-form form input,
section.cms-risk .contact-form form textarea {
	padding: 10px 18px !important;
	border: 1px solid #AAAAAA;
	border-radius: 4px;
	background: #FAFAFA;
	color: #000;
	font-size: 18px !important;
	margin-bottom: 15px !important;
}

section.cms-risk .contact-form form input::placeholder,
section.cms-risk .contact-form form textarea::placeholder {
	color: #888888;
}

section.cms-risk .contact-form form input.gform_button {
	background: #6AB82B;
	color: #fff;
	max-width: 180px;
	width: 100%;
	padding: 12px 20px !important;
	border-radius: 8px;
	border: none;
	font-size: 26px !important;
	font-weight: 800;
	transition: all .5s;
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}

section.cms-risk .contact-form form input.gform_button:hover,
section.cms-risk .contact-form form input.gform_button:focus {
	background: #243126
}

/* ============================== mobile sticky css =============================*/
.cms-mobile-header {
	display: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
}

@media only screen and (max-width:1023px) {

	.cms-mobile-header.sticky-on {
		position: fixed;
		top: 0;
		display: block;
		width: 100%;
		background: #102030;
		left: 0;
		text-align: center;
		padding: 12px 15px 10px;
		z-index: 9999;
		animation: smoothScroll 1s forwards;
	}

	@keyframes smoothScroll {
		0% {
			transform: translateY(-100%)
		}

		100% {
			transform: translateY(0%)
		}
	}

	.cms-mobile-header .sticky-icon {
		margin-left: 2%;
		width: 23.5%;
		float: left;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.cms-mobile-header .sticky-icon.first {
		margin-left: 0;
	}

	.cms-mobile-header .sticky-icon a {
		color: #fff;
	}

	.cms-mobile-header .sticky-icon i {
		font-size: 20px;
		color: #fff;
		display: block;
		margin: 0 auto;
		margin-bottom: 2px;
	}
}






/*  */
/* cms-pick-your-area */
.cms-pick-your-area {
	padding: 80px 0 60px;
}

.cms-pick-your-area>div:not(.cms-background-overlay) {
	position: relative;
	z-index: 2;
}

@media(min-width:1399px) {
	.cms-pick-your-area .area-wrapper .area-inner .col-12 {
		margin: 0px calc(50px / 2 - 15px);
		flex: 0 0 294px;
		max-width: 294px;
	}

	.cms-pick-your-area .area-wrapper .area-inner .col-12:nth-child(4),
	.cms-pick-your-area .area-wrapper .area-inner .col-12:nth-child(8) {
		margin-right: 0px;
	}
}

.cms-pick-your-area .area-wrapper .card {
	border: 1px solid #E4E4E4;
	box-sizing: border-box;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	padding: 60px 24px 41px;
	min-height: 265px;
	margin-bottom: 47px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.cms-pick-your-area .area-wrapper .card .card-title,
.cms-pick-your-area .area-wrapper .card .card-title>a {
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 22px;
	line-height: 36px;
	letter-spacing: 0.01em;
	color: var(--theme-darkBlue);
}

@media(min-width:1399px) {

	.cms-pick-your-area .area-wrapper .card .card-title,
	.cms-pick-your-area .area-wrapper .card .card-title>a {
		font-size: 24px;
	}
}

.cms-pick-your-area .area-wrapper .card:hover {
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
	transform: scale(1.04);
}

.cms-pick-your-area .details {
	max-width: 690px;
	margin: 0px auto 68px;
}

.cms-pick-your-area .details .section-title {
	font-size: 50px;
	font-weight: 900;
	line-height: 60px;
	margin: 0 0 40px;
	color: #243126;
	letter-spacing: -1.5px;
	position: relative;
}

.cms-pick-your-area .details p {
	font-weight: 700;
	font-size: 30px;
	color: #333;
}

.cms-pick-your-area .area-wrapper .card.freeConsultation {
	background-color: #102031;
	padding: 60px 24px 35px;
}

.cms-pick-your-area .area-wrapper .card.freeConsultation .card-title,
.cms-pick-your-area .area-wrapper .card.freeConsultation .card-title>a {
	color: var(--white);
	font-size: 36px;
	font-size: 32px;
	line-height: 32px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.freeConsultation::after,
.freeConsultation::before {
	content: "";
	position: absolute;
	top: 0px;
	background-repeat: no-repeat;
}

.freeConsultation::after {
	background-image: url(../../old_assets/images/favicon.svg);
	height: 172.95px;
	width: 193px;
	right: 0px;
	left: auto;
}

.freeConsultation::before {
	background-image: url(../../old_assets/images/speed-down-arrows.svg);
	right: auto;
	left: 27px;
	width: 34.00000000000003px;
	height: 221.0000000000002px;
}

.cms-pick-your-area.waves-bottom::after {
	z-index: 2;
	transform: rotate(180deg);
	bottom: -80px;
}

.cms-pick-your-area .container {
	max-width: 1248px;
}

.cms-pick-your-area .card-img {
	max-height: 104px;
}

.pattern-bg .cms-background-overlay {
	background-color: var(--white);
	background-image: url(../../old_assets/images/pattern-bg.jpg);
	background-repeat: repeat;
	background-position: center center;
}



/*===================== chat page css start here =======================*/

.page-template-chat-page .cms-header .btn-box {
	display: none;
}

.container-sub {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 15px;
}

.container-1 {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px;
}

.container-2 {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}

.cms-chatbanner {
	padding: 80px 0 80px;
	position: relative;
	overflow: hidden;
}

.cms-chatbanner .section-header {
	padding: 0 0 40px;
}

.cms-chatbanner .banner-txt h1 {
	font-size: 50px;
	font-weight: 900;
	line-height: 120%;
	color: #1D2D35;
	text-transform: capitalize;
	margin: 0;
}


.cms-chatbanner .icon-main,
.zm-chat-form .icon-main {
	max-width: 680px;
	margin: 0 auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 40px;
}

.cms-chatbanner .icon-box,
.zm-chat-form .icon-box {
	display: flex;
	align-items: center;
}

.cms-chatbanner .icon-box img,
.zm-chat-form .icon-box img {
	width: auto;
	margin-right: 10px;
}

.cms-chatbanner .icon-box .title,
.zm-chat-form .icon-box .title {
	font-weight: 600;
	font-size: 16.9885px;
	line-height: 1;
	color: rgba(29, 45, 53, 0.8);
}


.cms-chatbanner .banner-bot,
.zm-chat-form .banner-bot {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	column-gap: 30px;
}

.cms-chatbanner .deal,
.zm-chat-form .deal {
	position: relative;
}

.cms-chatbanner .deal::before,
.zm-chat-form .deal::before {
	content: "";
	position: absolute;
	left: -105px;
	bottom: -55px;
	width: 209px;
	height: 42px;
	background-image: url(../images/banner-arrow.svg);
	background-repeat: no-repeat;
}

.cms-chatbanner .deal-label,
.zm-chat-form .deal-label {
	background-color: rgba(255, 57, 57, 0.1);
	border-radius: 10px;
	padding: 8px;
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FF3939;
	width: auto;
	display: inline-block;
}

.cms-chatbanner .deal-price,
.zm-chat-form .deal-price {
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	color: #0D202F;
	padding: 5px 0 0;
}


.cms-chatbanner .green-btn,
.zm-chat-form .green-btn {
	font-size: 30px !important;
	font-weight: 900 !important;
	text-transform: uppercase;
	padding: 18px 26px !important;
	display: flex;
	align-items: center;
}

.cms-chatbanner .green-btn span,
.zm-chat-form .green-btn span {
	font-size: 16px;
	font-weight: 700;
	border-left: solid 2px rgba(255, 255, 255, 0.30);
	padding: 8px 15px 8px;
	margin-left: 20px;
}

.modal-dialog {
	max-width: 800px;
	margin: 30px auto;
}

.video-popup .modal-title {
	font-size: 21px;
	color: #000;
	font-weight: 700;
}

.video-popup .modal-body {
	position: relative;
	padding: 0px;
}

.video-popup .modal-footer {
	justify-content: center;
	position: relative;
	z-index: 1;
}

.video-popup .close {
	padding: 5px 10px 10px;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #000;
	opacity: 1;
}

section.cms-chatbanner .video-section {
	position: relative;
}

section.cms-chatbanner .video-section h2 {
	font-size: 24px;
	font-weight: 700;
	color: #6AB82B;
	text-align: center;
	padding: 0 10px 0;
	margin: 0 0 20px;
}

section.cms-chatbanner .video-section:before {
	content: "";
	position: absolute;
	left: -60px;
	top: 155px;
	width: 615px;
	height: 551px;
	background-image: url(../images/saprator.svg);
	background-repeat: no-repeat;
	z-index: -1;
}

section.cms-chatbanner .video-box {
	margin: 0 0 50px;
}

section.cms-chatbanner .video-box a {
	display: block;
	border-radius: 5px;
	border: 5px solid #6AB82B;
	box-shadow: 0px 12.1259px 31.7139px rgba(0, 0, 0, 0.35);
}




section.cms-legal-chat {
	position: relative;
	background-color: #243126;
	padding: 120px 0 120px;
	margin: 60px 0 60px;
}

section.cms-legal-chat:before {
	content: "";
	position: absolute;
	background-image: url(../images/Background-01.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 54px;
	top: -54px;
	left: 0;
}

section.cms-legal-chat:after {
	content: "";
	position: absolute;
	background-image: url(../images/Background-01-1.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 54px;
	bottom: -54px;
	left: 0;
}

section.cms-legal-chat .legal-chat-inner {
	max-width: 880px;
	margin: 0 auto;
	display: flex;
}

section.cms-legal-chat .chat-lft {
	width: 65%;
}

section.cms-legal-chat .chat-lft h2 {
	font-size: 36px;
	font-weight: 400;
	color: #f3f3f3;
	margin: 0 0 50px;
}

section.cms-legal-chat .chat-lft ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

section.cms-legal-chat .chat-lft ul li {
	font-size: 21px;
	line-height: 28px;
	color: #f3f3f3;
	position: relative;
	padding-left: 45px;
	margin: 0 0 30px;
}

section.cms-legal-chat .chat-lft ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	background-image: url(../images/cancel.svg);
	background-repeat: no-repeat;
	width: 28px;
	height: 29px;
}

section.cms-legal-chat .chat-img {
	padding: 40px 0 0;
}

section.cms-legal-chat .logo-1 {
	margin: 0 0 40px;
}

section.cms-legal-chat .chat-rht ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

section.cms-legal-chat .chat-rht ul li {
	font-size: 21px;
	line-height: 28px;
	color: #f3f3f3;
	position: relative;
	padding-left: 55px;
	margin: 0 0 30px;
}

section.cms-legal-chat .chat-rht ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	background-image: url(../images/right.svg);
	background-repeat: no-repeat;
	width: 41px;
	height: 33px;
}

section.cms-legal-chat .chat-rht ul li:nth-child(6),
section.cms-legal-chat .chat-rht ul li:nth-child(7),
section.cms-legal-chat .chat-rht ul li:nth-child(8),
section.cms-legal-chat .chat-rht ul li:nth-child(9) {
	font-weight: 700;
}



section.cms-review,
section.zm-chat-new-lead {
	position: relative;
	background-color: #223127;
	padding: 20px 0 40px;
	margin: 60px 0 60px;
}

section.cms-review:before,
section.zm-chat-new-lead::before {
	content: "";
	position: absolute;
	background-image: url(../images/top-green-curve.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 54px;
	top: -54px;
	left: 0;
}

section.cms-review:after,
section.zm-chat-new-lead::after {
	content: "";
	position: absolute;
	background-image: url(../images/bot-green-curve.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 54px;
	bottom: -54px;
	left: 0;
}

section.zm-chat-new-lead {
	background-color: #fff;
}

section.zm-chat-new-lead::before {
	background-image: url('/wp-content/themes/zilla/assets/chatbot/white_background.svg') !important;
}

section.zm-chat-new-lead::after {
	transform: rotate(-180deg);
	bottom: -60px;
}

section.cms-review .section-header {
	padding: 0 0 40px;
}

section.cms-review .section-header h2 {
	color: #000;
}

section.cms-review .review-box {
	margin: 0 auto;
	max-width: 256px;
}

section.cms-review .review-box .author-detail {
	position: relative;
}

section.cms-review .review-box .quote-img {
	position: absolute;
	left: -15px;
	bottom: 80px;
}

section.cms-review .review-box .author-name {
	position: absolute;
	bottom: 0;
	padding: 15px 15px 15px;
	text-align: center;
	width: 100%;
}

section.cms-review .review-box .author-name h3 {
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 0;
}

section.cms-review .review-box .author-name p {
	font-size: 18px;
	color: #fff;
	line-height: 28px;
}

section.cms-review .review-box .content {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin: 25px 0 0;
}



section.cms-chatlead {
	position: relative;
	padding: 80px 0 0;
	margin: 0 0 60px;
}

section.cms-chatlead.zm-chat-new-lead {
	margin-bottom: 60px;
    padding-bottom: 40px;
}

section.cms-chatlead::before {
	content: "";
	position: absolute;
	background-image: url(../images/chatform-top-curve.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 64px;
	bottom: -64px;
	left: 0;
}

section.cms-chatlead .section-header {
	max-width: 900px;
	margin: 0 auto 0;
	padding: 0 0 30px;
}

section.cms-chatlead .section-header h2 {
	font-size: 48px;
	font-weight: 700;
	color: #000;
	line-height: 58px;
	text-align: center;
	letter-spacing: 0;
}

section.cms-chatlead .lead-box {
	text-align: center;
	max-width: 334px;
	margin: 0 0 60px;
}

section.cms-chatlead .lead-box .icon img {
	width: auto;
	height: auto;
}

section.cms-chatlead .lead-box h3 {
	font-size: 26px;
	font-weight: 800;
	color: #000;
	margin: 10px 0 20px;
}

section.cms-chatlead .lead-box p {
	font-size: 16px;
	line-height: 28px;
	color: #000;
}

section.cms-chatlead .btn-box {
	position: relative;
	bottom: -40px;
}

section.cms-chatlead .btn-box a {
	padding: 15px 120px 14px !important;
	text-transform: uppercase;
}



section.cms-integrate-chat {
	position: relative;
	background-color: #243126;
	padding: 100px 0 80px;
	margin: 60px 0 60px;
}

section.cms-integrate-chat:before {
	content: "";
	position: absolute;
	background-image: url(../images/Background-01.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 54px;
	top: -54px;
	left: 0;
}

section.cms-integrate-chat:after {
	content: "";
	position: absolute;
	background-image: url(../images/Background-01-1.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 54px;
	bottom: -54px;
	left: 0;
}

section.cms-integrate-chat .integrate-chat-inner {
	max-width: 970px;
	margin: 0 auto;
}

section.cms-integrate-chat .section-header {
	padding: 0 0 30px;
}

section.cms-integrate-chat .section-header h2 {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0;
}

section.cms-integrate-chat .chat-row {
	margin: 0 -8px;
}

section.cms-integrate-chat .col-lg-3,
section.cms-integrate-chat .col-lg-4 {
	padding: 0 8px;
}

section.cms-integrate-chat .integrate-box {
	background: #fff;
	height: 125px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	margin: 0 0 16px;
}

section.cms-integrate-chat .integrate-box img {
	border-radius: 10px;
}



section.cms-chatform {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0 80px;
}

section.cms-chatform::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 71%;
	background-color: #253226;
	z-index: -1;
}

section.cms-chatform::after {
	content: "";
	position: absolute;
	background-image: url(../images/chatform-bot-curve.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 30%;
	bottom: 0;
	left: 0;
	z-index: -1;
}

section.cms-chatform .section-header {
	max-width: 840px;
	margin: 0 auto;
	padding: 0 0 40px;
	text-align: center;
}

section.cms-chatform .section-header h2 {
	font-size: 64px;
	letter-spacing: 0;
	color: #fff;
	margin: 0 0 20px;
}

section.cms-chatform .section-header h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 40px;
}

section.cms-chatform .section-header ul {
	list-style: none;
	background-color: rgba(240, 248, 234, 0.1);
	border-radius: 170px;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
}

section.cms-chatform .section-header ul li {
	font-size: 21px;
	line-height: 28px;
	color: #fff;
	font-weight: 700;
	position: relative;
	padding-left: 45px;
}

section.cms-chatform .section-header ul li+li {
	margin-left: 40px;
}

section.cms-chatform .section-header ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	background-image: url(../images/arrow-1.svg);
	background-repeat: no-repeat;
	width: 36px;
	height: 29px;
}

section.cms-chatform .chatform-inner {
	background-color: #fff;
	border: 4px solid #6AB82B;
	border-radius: 4px;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
	padding: 60px 70px 50px;
}

section.cms-chatform .chatform p {
	text-align: center;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
}



section.cms-faq {
	position: relative;
	padding: 80px 0 80px;
}

section.cms-faq::before {
	content: "";
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	height: 100%;
	background: url('/wp-content/uploads/2021/04/bg.png');
	background-repeat: no-repeat;
	background-size: cover;
}

section.cms-faq::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 68%;
	background-image: url("data:image/svg+xml,%3Csvg width='1921' height='574' viewBox='0 0 1921 574' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 53H1920V574H0V53Z' fill='%23F3F3F3'/%3E%3Cpath d='M0 54.1733C26.2 50.4733 51.9 42.3733 77.8 40.2733C94.3 38.9733 111.2 42.0733 127.9 42.3733C136.464 42.4388 145.012 41.6008 153.4 39.8733C183.5 33.9733 214 31.3733 244.6 33.4733C256.7 34.3733 268.5 39.0733 280.6 41.6733C287.8 43.1733 295.1 44.8733 302.4 45.0733C334.8 45.8733 367.2 46.5733 399.7 46.3733C417.09 46.5293 434.469 45.4265 451.7 43.0733C470.2 40.4733 488.4 35.8733 506.6 31.5733C531.8 25.5733 556.8 19.0733 582 13.0733C591.4 10.7733 601 8.17328 610.6 8.07328C621.7 7.97328 633.7 8.47328 643.9 12.2733C664.6 20.0733 685.9 22.1733 707.4 24.2733C725.4 25.9733 743.2 28.9733 761.2 30.4733C773.8 31.4733 785.1 27.0733 796.4 20.9733C809.4 14.0733 823.6 9.47328 837.6 4.67328C859.7 -2.92672 882.5 0.473283 904.9 2.87328C923.4 4.87328 941.7 9.37328 960.1 12.3733C969.2 13.7733 978.4 14.1733 987.6 15.1733C1008.8 17.6733 1030 20.6733 1051.2 22.8733C1066.7 24.4733 1082.5 24.1733 1097.8 26.5733C1112.7 29.0071 1127.36 32.7551 1141.6 37.7733C1154.74 42.4482 1168.55 44.9805 1182.5 45.2733C1195.8 45.4733 1209.6 44.3733 1222.5 47.2733C1241.5 51.4733 1260.4 46.8733 1279.3 49.0733C1283.8 49.6733 1288.6 48.0733 1293.3 47.2733C1331.1 40.6733 1368.8 33.9733 1406.6 27.5733C1424.4 24.5733 1442.2 21.6733 1460.1 19.8733C1469.11 19.1218 1478.19 19.525 1487.1 21.0733C1517 25.6733 1546.6 27.7733 1576.3 18.9733C1593.57 13.8775 1611.13 9.86961 1628.9 6.97328C1650.2 3.57328 1671.4 4.27328 1692.4 11.6733C1703 15.3733 1714.9 16.4733 1726.3 16.4733C1747.4 16.4733 1768 17.2733 1788.7 22.5733C1816.8 29.7733 1845.2 35.3733 1872.4 46.1733C1884.9 51.1733 1899.3 51.2733 1912.8 53.5733C1915.3 53.9733 1917.7 53.9733 1920.4 54.1733' fill='%23F3F3F3'/%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
}

section.cms-faq .section-header h2 {
	color: #102030;
	letter-spacing: 0;
}

section.cms-faq .col-lg-6 {
	margin: 0 0 30px;
}

section.cms-faq .faq-box {
	position: relative;
	background-color: #fff;
	border: 0.5px solid rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	padding: 40px;
	height: 100%;
	z-index: 1;
}

section.cms-faq .faq-box h3 {
	position: relative;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #102030;
	padding-left: 40px;
	margin: 0 0 20px;
}

section.cms-faq .faq-box h3:before {
	content: "\f128";
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #fff;
	font-size: 16px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-image: linear-gradient(90deg, rgb(106, 184, 43) 0%, rgb(115, 229, 23) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

section.cms-faq .faq-box p {
	font-size: 18px;
	line-height: 27px;
	color: #555;
}



footer.cms-footer {
	position: relative;
	background-color: #102030;
	padding: 40px 0 30px;
	margin-top: auto;
}

footer.cms-footer .footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 40px;
}

footer.cms-footer .footer-nav {
	text-align: center;
}

footer.cms-footer .footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer.cms-footer .footer-nav ul li {
	display: inline-block;
}

footer.cms-footer .footer-nav ul li+li {
	margin-left: 30px;
}

footer.cms-footer .footer-nav ul li a {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #EFEFEF;
}

footer.cms-footer .footer-nav ul li a:hover {
	color: #6AB82B;
}

footer.cms-footer .btn-box a {
	font-size: 18px !important;
	box-shadow: 0px 5px 0px #B2B2B2;
	padding: 15px 20px !important;
	width: 218px;
	text-transform: uppercase;
}

footer.cms-footer .copyright {
	font-size: 14px;
	color: #AAAAAA;
	text-align: center;
}



.chatform .gform_heading {
	display: none;
}

.chatform .ginput_container {
	position: relative;
}

.chatform .ginput_container:before {
	content: "";
	background: #F6FFF0;
	border: 2px solid #67B72C;
	border-radius: 3px 0px 0px 3px;
	width: 54px;
	position: absolute;
	height: 100%;
	max-height: 50px;
	left: 0;
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
}

.chatform .ginput_container span {
	padding: 0 !important;
}

.chatform .gform_wrapper.gravity-theme .gfield input {
	font-family: 'Inter', sans-serif;
	width: 100%;
	background-color: #fff;
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px !important;
	font-weight: 500;
	height: 50px;
	padding-left: 70px !important;
	margin: 0;
	border: 2px solid #e5e5e5;
	border-radius: 3px;
}

.chatform .ginput_container_name:before {
	background-image: url(/wp-content/uploads/2021/09/Group-10.png);
}

.chatform .ginput_container_phone:before,
.chatform .ginput_container_phone .ginput_container_text:before {
	background-image: url(/wp-content/uploads/2021/04/Group-12.png);
}

.chatform .ginput_container_email:before {
	background-image: url(/wp-content/uploads/2021/04/Group.png);
}

.chatform .ginput_container_text:before {
	background-image: url(/wp-content/uploads/2021/04/Group-11.png);
}

.chatform .gform_wrapper.gravity-theme .gform_fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-column-gap: 0;
	grid-row-gap: 20px;
}

.chatform .gform_wrapper.gravity-theme .gfield {
	width: 48.5%;
}

.page-template-contact-page .chatform .gform_wrapper.gravity-theme .gfield:last-child {
	width: 100%;
}

.chatform .gform_wrapper.gravity-theme .gform_footer .gform_button {
	width: 100%;
	font-family: 'Inter', sans-serif;
	font-size: 24px !important;
	font-weight: 800 !important;
	color: #fff !important;
	letter-spacing: 0;
	border: none;
	background-color: #6AB82B;
	border-radius: 8px;
	display: inline-block;
	padding: 10px 20px !important;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 1.42857143 !important;
	transition: all .5s;
	z-index: 1;
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
}

.chatform .instruction.validation_message {
	display: none;
}



.chatform .gform_wrapper.gravity-theme .gfield textarea {
	font-family: 'Inter', sans-serif;
	width: 100%;
	background-color: #fff;
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px !important;
	font-weight: 500;
	height: 120px !important;
	margin: 0;
	border: 2px solid #e5e5e5;
	border-radius: 3px;
}

.chatform .gform_wrapper.gravity-theme .ginput_container_textarea:before {
	content: none;
}



.cms-mobile-header .green-btn {
	box-shadow: 0px 5px 0px #b2b2b2;
	margin-bottom: 5px;
	text-transform: uppercase;
	padding: 10px 40px !important;
}

body .cms-mobile-header .sticky-icon {
	width: 33%;
	margin: 0
}

body section.cms-risk {
	margin-bottom: 0;
}

.chatform .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
	background-color: #333
}

@media(max-width:767px) {
	.page-template-startup header.cms-header .navbar {
		display: block;
		text-align: center;
	}

	.page-template-startup .cms-contact-details {
		display: none;
	}

	body.home section.cms-banner h1 {
		font-size: 45px;
		line-height: 1.2;
	}

	body.home section.cms-banner {
		padding: 50px 0 50px;
	}



	body .cms-chatbanner {
		text-align: center;
	}

	body section.cms-chatbanner .banner-txt p {
		display: none;
	}

	body section.cms-chatbanner .video-section {
		padding-top: 0;
	}

	body section.cms-chatlead .lead-box {
		margin-bottom: 30px;
	}

	body section.cms-chatlead .btn-box {
		margin: 0;
		bottom: 0;
	}

	body section.cms-faq .faq-box h3 {
		font-size: 21px;
	}

	body .navigationMenu .inner-wrapper ul li a {
		font-size: 30px;
	}

	body .navigationMenu .inner-wrapper ul li {
		padding: 2px;
	}
}



.funnel-container {
	min-height: 100vh;
}

.navigationMenu .inner-wrapper ul li {
	padding: 8px;
	border: 0;
}

.navigationMenu .inner-wrapper ul li a {
	line-height: 1.2;
	text-transform: capitalize;
	font-weight: 900;
}

.navigationMenu .inner-wrapper ul li a span {
	opacity: 0.5;
	font-size: 16px;
	line-height: 1.2;
	font-style: italic;
	display: block;
	text-transform: none;
	font-weight: 500;
}

.navigationMenu .inner-wrapper ul li a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	top: -3px;
}


section.cms-us-them .with-box:hover {
	background-color: transparent;
	box-shadow: none;
	border-top: solid 16px transparent;
}

section.cms-us-them .with-box.active,
section.cms-us-them .with-box.active:hover {
	background-color: transparent;
	box-shadow: 0px 3px 6px #00000029;
	border-top: solid 16px #6AB82B;
}



/*===================== booknow page css start here =======================*/

section.cms-talkbanner {
	position: relative;
	padding: 80px 0 80px;
	background-color: #253226;
	margin: 0 0 60px;
}

section.cms-talkbanner:before {
	content: "";
	position: absolute;
	background-image: url(../images/seprator.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 60%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}

section.cms-talkbanner:after {
	content: "";
	position: absolute;
	background-image: url(../images/Background-01-1.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 54px;
	bottom: -54px;
	left: 0;
}

section.cms-talkbanner .banner-txt {
	margin: 0 0 -180px;
	position: relative;
	z-index: 1;
}

section.cms-talkbanner h1 {
	font-size: 72px;
	color: #fff;
	font-weight: 900;
	margin: 0 0 20px;
	text-align: center;
}

section.cms-talkbanner h1 span {
	color: #6AB82B;
}

section.cms-talkbanner p {
	font-size: 24px;
	color: #fff;
	text-align: center;
}

section.cms-talkbanner .video-section img {
	border-radius: 10px;
	border: 5px solid #6AB82B;
	box-shadow: 0px 25.011px 65.4133px rgba(0, 0, 0, 0.35);
}



section.cms-calender {
	position: relative;
	padding: 120px 0 120px;
}

.calender-box {
	background-color: #fff;
	border: solid 4px #6AB82B;
	box-shadow: 0px 4px 34px rgba(106, 184, 43, 0.44);
	border-radius: 15px;
	display: flex;
	flex-wrap: wrap;
	padding: 80px 90px 80px;
}

.calender-box .calender-lft {
	width: 50%;
	border-right: solid 2px #eeeeee;
}

.calender-box .calender-lft .user-detail {
	max-width: 360px;
}

.calender-box .calender-lft .avatar {
	padding: 0 0 20px;
}

.calender-box .calender-lft .avatar img {
	border-radius: 50%;
	object-fit: cover;
	height: 72px;
}

.calender-box .calender-lft h2 {
	font-size: 16px;
	color: #000;
	font-weight: 500;
}

.calender-box .calender-lft h3 {
	font-size: 28px;
	color: #000;
	font-weight: 700;
	margin: 0 0 30px;
}

.calender-box .calender-lft ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.calender-box .calender-lft ul li {
	position: relative;
	padding-left: 45px;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	margin: 0 0 15px;
	color: #000;
}

.calender-box .calender-lft ul li i {
	position: absolute;
	left: 0;
	top: 2px;
	color: #b3b3b3;
	font-size: 22px;
}

.calender-box .calender-lft p {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.calender-box .calender-rht {
	width: 50%;
}




section.cms-expect .section-header {
	padding: 0 0 80px;
}

section.cms-expect .section-header h2 {
	font-size: 64px;
	font-weight: 700;
	color: #000;
	margin: 0 0 20px;
}

section.cms-expect .section-header h2 span {
	color: #6AB82B;
}

section.cms-expect .section-header P {
	font-size: 24px;
}






section.cms-frequently {
	position: relative;
	padding: 80px 0 80px;
}

section.cms-frequently:before {
	content: "";
	position: absolute;
	background-image: url(../images/Background-01.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 54px;
	top: 29%;
	left: 0;
}

section.cms-frequently:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #253226;
	width: 100%;
	height: 65%;
	z-index: -1;
}

section.cms-frequently .section-header h2 {
	font-size: 64px;
	font-weight: 700;
	color: #000;
	margin: 0 0 80px;
}

section.cms-frequently .section-header h2 span {
	color: #6AB82B;
}

section.cms-frequently .col-lg-6 {
	margin: 0 0 30px;
}

section.cms-frequently .faq-box {
	background-color: #fff;
	border: 0.5px solid rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	padding: 40px;
	height: 100%;
	min-height: 240px;
}

section.cms-frequently .faq-box h3 {
	position: relative;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #102030;
	padding-left: 40px;
	margin: 0 0 20px;
}

section.cms-frequently .faq-box h3:before {
	content: "\f128";
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #fff;
	font-size: 16px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-image: linear-gradient(90deg, rgb(106, 184, 43) 0%, rgb(115, 229, 23) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

section.cms-frequently .faq-box p {
	font-size: 18px;
	line-height: 27px;
	color: #555;
}


/*** 
====================================================================
  step css start here 
====================================================================
***/

.cms-step {
	position: relative;
	padding: 70px 0 110px;
}

.cms-step .heading-area {
	text-align: center;
	padding: 0 0 50px;
}

.cms-step .tagline {
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: rgba(106, 184, 43, 0.7);
}

.cms-step h1 {
	font-size: 56px;
	font-weight: 900;
	line-height: 100%;
	text-transform: capitalize;
	color: #1D2D35;
	margin: 0 0 15px;
}

.cms-step .chat-txt {
	font-size: 16px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.7);
}



.cms-step .step-rht {
	padding-left: 60px;
	border-left: solid 1px #6AB82B;
}

.cms-step .review-inner {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	padding: 0 0 70px;
}

.cms-step .review-box {
	display: flex;
	align-items: center;
}

.cms-step .review-box .author-detail {
	position: relative;
	width: 145px;
}

.cms-step .review-box .quote-img {
	position: absolute;
	left: -8px;
	bottom: 55px;
	width: 62px;
}

.cms-step .review-box .author-name {
	position: absolute;
	bottom: 0;
	padding: 10px 10px 10px;
	text-align: center;
	width: 100%;
}

.cms-step .review-box .author-name h3 {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 5px;
}

.cms-step .review-box .author-name p {
	font-size: 12px;
	color: #fff;
	line-height: 1;
}

.cms-step .review-box .content {
	width: calc(100% - 160px);
	font-size: 16px;
	line-height: 23px;
	color: #000;
	padding-left: 50px;
}



.cms-step .moneyback {
	position: relative;
	max-width: 490px;
	border: 3px solid #1D3767;
	border-radius: 3px;
	text-align: center;
	padding: 0px 35px 40px;
	z-index: 1;
}

.cms-step .moneyback::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -3px;
	width: 110px;
	height: 3px;
	background-color: #fff;
	z-index: -1;
	margin-left: -55px;
}

.cms-step .moneyback .icon {
	margin: -25px 0 15px;
}

.cms-step .moneyback .title {
	font-size: 16px;
	line-height: 140%;
	font-weight: 600;
	color: #1D2D35;
	max-width: 330px;
	margin: 0 auto 20px;
}

.cms-step .moneyback .content {
	font-size: 12px;
	font-weight: 300;
	line-height: 180%;
	color: #1D2D35;
}

/*** 
====================================================================
  thank you step 1 start here 
====================================================================
***/

.cms-thankyou {
	position: relative;
	padding: 60px 0 120px;
}

.cms-thankyou::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 550px;
	background-color: #f3f3f3;
	background-image: url(../images/curvebg-wht.svg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: contain;
	z-index: -1;
}

.cms-thankyou::after {
	content: "";
	position: absolute;
	left: 0;
	top: 570px;
	width: 100%;
	height: 600px;
	background-image: url(../images/thank-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.cms-thankyou .heading-area {
	padding: 0 0 30px;
}

.cms-thankyou .heading-area h1 {
	font-size: 56px;
	font-weight: 900;
	line-height: 120%;
	color: #1D2D35;
}

.cms-thankyou .heading-area .content {
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	color: rgba(29, 45, 53, 0.7);
	max-width: 570px;
	margin: 0 auto;
}


.cms-thankyou .video-section {
	position: relative;
	max-width: 675px;
	margin: 0 auto;
	padding: 0 0 40px;
}

.cms-thankyou .video-section::before {
	content: "";
	position: absolute;
	left: -120px;
	top: 60px;
	width: 939px;
	height: 240px;
	background-image: url(../images/video-sap.svg);
	background-repeat: no-repeat;
	z-index: -1;
}

.cms-thankyou .video-section img {
	border-radius: 10px;
	border: 5px solid #6AB82B;
	box-shadow: 0px 25.011px 65.4133px rgba(0, 0, 0, 0.35);
}


.cms-thankyou .video-txt {
	max-width: 920px;
	margin: 0 auto;
	padding: 0 0 60px;
}

.cms-thankyou .video-txt .top-txt {
	font-size: 36px;
	font-weight: 900;
	line-height: 120%;
	text-align: center;
	color: #6AB82B;
	margin: 0 0 10px;
}

.cms-thankyou .video-txt .bot-txt {
	font-size: 22px;
	font-weight: 600;
	line-height: 150%;
	text-align: center;
	color: #1D2D35;
}

.cms-thankyou .btn-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 0 120px;
}

.cms-thankyou .green-btn {
	font-size: 24px;
	text-transform: uppercase;
	padding: 16px 120px !important;
}

.cms-thankyou .link {
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	text-decoration-line: underline;
	color: rgba(0, 0, 0, 0.7);
	display: block;
	padding: 25px 0 0;
}


.cms-thankyou .offer-box {
	padding: 0 0 60px;
}

.cms-thankyou .offer-txt {
	font-size: 32px;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
	color: #1D2D35;
	margin: 0 0 30px;
}

.cms-thankyou .time-box {
	display: flex;
	justify-content: center;
	column-gap: 30px;
}

.cms-thankyou .minute-txt {
	font-size: 106px;
	font-weight: 900;
	line-height: 1;
	color: #1D2D35;
}

.cms-thankyou .minute-txt sub {
	font-size: 56px;
	line-height: 1;
	color: #1D2D35;
	bottom: 0;
}


.cms-thankyou .sms-box {
	text-align: center;
	padding: 0 0 30px;
}

.cms-thankyou .sms-box .top-txt {
	font-size: 36px;
	font-weight: 900;
	line-height: 1.2;
	color: #6AB82B;
}

.cms-thankyou .sms-box .bot-txt {
	position: relative;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.5);
	display: inline-block;
	padding: 0 20px;
}

.cms-thankyou .sms-box .bot-txt::before {
	content: "";
	position: absolute;
	left: 0;
	top: 27px;
	width: 100%;
	height: 2.54px;
	background: #1D2D35;
	opacity: 0.6;
	transform: rotate(-1.03deg);
}

.cms-thankyou .sms-box .bot-txt sup {
	font-size: 22px;
	font-weight: 900;
}

.cms-thankyou .sms-box .bot-txt strong {
	font-size: 40px;
	font-weight: 900;
}


.cms-thankyou .member-box {
	max-width: 730px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 40px 70px;
	background-color: rgba(218, 240, 215, 0.2);
	background-image:
		repeating-linear-gradient(0deg, #ccc, #ccc 10px, transparent 10px, transparent 20px, #ccc 20px),
		repeating-linear-gradient(90deg, #ccc, #ccc 10px, transparent 10px, transparent 20px, #ccc 20px),
		repeating-linear-gradient(180deg, #ccc, #ccc 10px, transparent 10px, transparent 20px, #ccc 20px),
		repeating-linear-gradient(270deg, #ccc, #ccc 10px, transparent 10px, transparent 20px, #ccc 20px);
	background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
}

.cms-thankyou .member-box .title {
	font-size: 48px;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
	color: #1D2D35;
}

.cms-thankyou .member-box .content {
	font-size: 32px;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
	color: rgba(29, 45, 53, 0.7);
	margin: 0 0 20px;
}

.cms-thankyou .member-box .setup {
	position: relative;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	color: #000;
}

.cms-thankyou .member-box .setup sup {
	font-size: 21px;
	font-weight: 900;
	color: rgba(0, 0, 0, 0.7);
}

.cms-thankyou .member-box .setup strong {
	font-size: 36px;
	font-weight: 900;
	color: #6AB82B;
}

.cms-thankyou .bot-btn {
	padding: 0;
	margin: -30px 0 0;
}


.cms-thankyou .bot-content {
	max-width: 730px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	color: rgba(0, 0, 0, 0.7);
	padding: 60px 0 0;
}

.cms-thankyou .thankyou-sap {
	text-align: center;
	padding: 40px 0 0;
}



/*** 
====================================================================
  step form start here 
====================================================================
***/

.step-inner {
	max-width: 540px;
	margin: 0 auto;
}

.step-form .step-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: capitalize;
	color: #1D2D35;
	margin: 0 0 15px;
}

.step-form .step-group input {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	width: 100%;
	height: 51px;
	background: #FFFFFF;
	border-radius: 3px !important;
	border: 2px solid #ccc !important;
	padding: 15px 15px 15px 70px !important;
	margin: 0px !important;
	box-shadow: none !important;
	position: relative;
	outline: none;
}

.step-form .step-group select {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	width: 100%;
	height: 51px;
	background: #FFFFFF;
	border-radius: 3px !important;
	border: 2px solid #ccc !important;
	padding: 15px 15px 15px 70px !important;
	margin: 0px !important;
	box-shadow: none !important;
	position: relative;
	outline: none;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3131 1.68176L7.65625 7.33861L1.9994 1.68176' stroke='%2367B72C' stroke-width='3'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: right 20px center;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.step-form .step-group {
	margin: 0 0 30px;
	line-height: 1;
}

.step-form .step-group,
.step-form .step-state,
.step-form .step-zip,
.step-form .step-exp,
.step-form .step-security {
	position: relative;
}

.step-form .step-group::before,
.step-form .step-state::before,
.step-form .step-zip::before,
.step-form .step-exp::before,
.step-form .step-security::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 58px;
	height: 51px;
	background-repeat: no-repeat;
	z-index: 1;
}

.step-form .step-name::before {
	background-image: url(../images/user-icon.svg);
}

.step-form .step-email::before {
	background-image: url(../images/mail-icon.svg);
}

.step-form .step-phone::before {
	background-image: url(../images/call-icon.svg);
}

.step-form .step-address::before {
	background-image: url(../images/address-icon.svg);
}

.step-form .step-city::before {
	background-image: url(../images/city-icon.svg);
}

.step-form .step-state::before {
	background-image: url(../images/state-icon.svg);
}

.step-form .step-zip::before {
	background-image: url(../images/zip-icon.svg);
}

.step-form .step-country::before {
	background-image: url(../images/country-icon.svg);
}

.step-form .step-card::before {
	background-image: url(../images/card-icon.svg);
}

.step-form .step-exp::before {
	background-image: url(../images/exp-icon.svg);
}

.step-form .step-security::before {
	background-image: url(../images/cvc-icon.svg);
}

.step-form .step-part {
	display: grid;
	grid-template-columns: auto 40%;
	column-gap: 30px;
}

.step-inner .step-footer {
	text-align: center;
}

.step-inner .step-footer .next_button {
	font-family: 'Inter', sans-serif;
	font-size: 24px !important;
	font-weight: 800 !important;
	color: #fff !important;
	letter-spacing: 0;
	border: none !important;
	background-color: #6AB82B;
	border-radius: 8px !important;
	display: inline-block;
	padding: 12px 40px !important;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	cursor: pointer;
	line-height: 1.42857143;
	transition: all .5s;
	z-index: 1;
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3) !important;
}

.step-inner .step-footer .next_button:hover {
	color: #fff !important;
	background-color: #0D1C2A;
}

.step-inner .privacy-txt {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.7);
	line-height: 1;
	width: 100%;
	text-align: center;
	padding: 30px 0 0;
}




.step-form .step-card::after {
	content: "";
	position: absolute;
	right: 0;
	top: 2px;
	width: 171px;
	height: 23px;
	background-image: url(../images/payment-icons.png);
	background-repeat: no-repeat;
}

.step-form .step-group label {
	font-size: 16px;
	font-weight: 700;
	color: #1D2D35;
	line-height: 1;
	margin-bottom: 12px;
	padding: 0;
}

.step-form .step-card::before,
.step-form .step-exp::before,
.step-form .step-security::before {
	bottom: 0;
	top: inherit;
}

.step-form .step-code {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px;
}

.step-form .step-code::before {
	display: none;
}

.step-inner .step-footer .submit_button {
	font-size: 0px !important;
	border: none !important;
	background-color: #6AB82B;
	border-radius: 8px !important;
	display: inline-block;
	padding: 12px 40px !important;
	margin: 0 !important;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	height: 83px;
	display: flex;
	align-items: center;
	cursor: pointer;
	line-height: 1.42857143;
	transition: all .5s;
	z-index: 1;
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3) !important;
	background-image: url(../images/btn-txt.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.step-inner .step-footer .submit_button:hover {
	background-color: #0D1C2A;
}

.step-inner .step-footer .previous_button {
	border: 0 !important;
	padding: 0 !important;
	padding-left: 0px;
	padding-left: 20px !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	text-align: center;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: rgba(29, 45, 53, 0.5);
	background-color: inherit;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M8.65858 13.3136L3.00172 7.65674L8.65858 1.99988' stroke='%231D2D35' stroke-width='3'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat !important;
	background-position: left center !important;
	height: auto;
	margin: 30px 0 0 !important;
}

.step-inner .step-footer .previous_button:hover {
	color: #1D2D35;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' d='M8.65858 13.3136L3.00172 7.65674L8.65858 1.99988' stroke='%231D2D35' stroke-width='3'/%3E%3C/svg%3E%0A");
}



.total-value-wrap {
	text-align: center;
	padding: 30px 0 30px;
}

.total-value-wrap .total-value {
	font-weight: 800;
	font-size: 32px;
	line-height: 44px;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #1D2D35;
	margin: 0 0 12px;
}

.total-value-wrap .total-value span {
	color: #E73030;
	text-decoration: underline;
}

.total-value-wrap .add-today {
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #1D2D35;
	margin-bottom: 0;
}

.total-value-wrap .total-price-text {
	font-weight: 800;
	font-size: 64px;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: capitalize;
	color: #4AAD32;
	margin-bottom: 0;
}

.total-value-wrap .total-price-text span {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2px;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: capitalize;
	color: #4AAD32;
}

.total-value-wrap .just-price {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	letter-spacing: -0.02em;
	text-transform: capitalize;
	color: #1D2D35;
}

.total-value-wrap .just-price .old-price {
	text-decoration: line-through;
	display: inline-block;
}

.total-value-wrap .just-price .just-price {
	font-weight: 800;
	color: rgba(231, 48, 48, 0.7);
	margin-left: 12px;
	display: inline-block;
}



.counter-clock {
	max-width: 320px;
	margin: 0 auto;
	padding: 30px 0 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.timer {
	width: 80px;
	height: 80px;
	border: 4px solid #000;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin: 0 10px;
	color: #000;
}




.money-back p {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	text-align: center;
	text-transform: uppercase;
	color: #E73030;
	margin-bottom: 5px;
}

.money-back .img-holder {
	text-align: center;
}



/*** 
====================================================================
  calculator step css
====================================================================
***/

.case-goal {
	position: relative;
	background-color: #253226;
	padding: 40px 0 40px;
	margin: 0 0 60px;
}

.case-goal::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -60px;
	left: 0;
	background-color: #f3f3f3;
	z-index: -1;
}

.case-goal::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 54px;
	bottom: -54px;
	left: 0;
	background-image: url(../images/Background-01-1.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.case-goal h1 {
	font-size: 72px;
	font-weight: 900;
	color: #fff;
	line-height: 1;
	margin: 0 0 10px;
}

.case-goal p {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
}


.cms-calculator {
	position: relative;
	padding: 80px 0 120px;
	background-color: #f3f3f3;
}

.calculator-form {
	position: relative;
}

.calculator-form .gf_progressbar_wrapper {
	display: none;
}

.calculator-form .goal-lft {
	max-width: 420px;
	padding: 0 60px 20px;
}

.calculator-form .goal-lft .ginput_container_number {
	position: relative;
}

.calculator-form .goal-lft .ginput_container_number::before {
	content: "";
	position: absolute;
	left: -90px;
	top: 0;
	width: 36px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
	font-weight: 900;
	color: #101F30;
	line-height: 1;
	opacity: 0.1;
}

.calculator-form .goal-lft:nth-child(1) .ginput_container_number::before {
	content: "1";
}

.calculator-form .goal-lft:nth-child(2) .ginput_container_number::before {
	content: "2";
}

.calculator-form .goal-lft:nth-child(3) .ginput_container_number::before {
	content: "3";
}

.calculator-form .goal-lft:nth-child(4) .ginput_container_number::before {
	content: "4";
}

.calculator-form .goal-lft:nth-child(5) .ginput_container_number::before {
	content: "5";
}

.calculator-form .goal-lft:nth-child(6) .ginput_container_number::before {
	content: "6";
}

.calculator-form .goal-lft:nth-child(7) .ginput_container_number::before {
	content: "7";
}

.calculator-form .goal-lft .instruction {
	display: none;
}

.calculator-form .gform_wrapper.gravity-theme .gfield_required {
	display: none;
}

.calculator-form .gform_wrapper.gravity-theme .goal-lft label {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 400;
	color: #000;
	text-align: center;
	width: 100%;
}

.calculator-form .goal-lft .ginput_container_number input {
	font-family: 'Inter', sans-serif;
	font-size: 30px !important;
	font-weight: 700;
	color: #000;
	text-align: center;
	border-radius: 3px;
	border: solid 2px #d9d9d9;
	box-shadow: none;
	outline: none;
	-moz-appearance: textfield;
	width: 100%;
	height: 53px;
}

.calculator-form input::-webkit-outer-spin-button,
.calculator-form input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance: textfield;
}

.calculator-form .goal-lft .ginput_container_number input::-webkit-input-placeholder {
	opacity: 1;
	color: #000;
}

.calculator-form .goal-lft .ginput_container_number input:-ms-input-placeholder {
	opacity: 1;
	color: #000;
}

.calculator-form .goal-lft .ginput_container_number input::placeholder {
	opacity: 1;
	color: #000;
}



.calculator-form .target-box {
	position: absolute;
	left: 500px;
	top: 0;
	width: 320px;
	height: 125px;
	background-image: url("data:image/svg+xml,%3Csvg width='287' height='125' viewBox='0 0 287 125' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.06' d='M0 53C0 53 20.5 73.16 55.6866 73.16C150.248 73.16 287 125 287 125H20C8.95431 125 0 116.046 0 105V53Z' fill='%236AB838'/%3E%3Cpath opacity='0.1' d='M0 20C0 8.9543 8.95431 0 20 0H87.2015C87.2015 0 40.8036 46.1353 55.6866 72.2961C91.7339 135.659 287 124.19 287 124.19H20C8.95431 124.19 0 115.235 0 104.19V20Z' fill='%236AB838'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 30px;
}

.calculator-form .goal-input .ginput_container_number input {
	font-family: 'Inter', sans-serif;
	font-size: 48px !important;
	font-weight: 900;
	color: #6AB82B;
	line-height: 1 !important;
	background: transparent;
	outline: none;
	border: none;
	box-shadow: none;
	padding: 0 !important;
}

.calculator-form .gform_wrapper.gravity-theme .goal-input label {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 900;
	color: #101F30;
	margin: 0;
}


.calculator-form .gross-box {
	position: absolute;
	right: 0;
	top: 0;
	width: 320px;
	height: 125px;
	background-image: url("data:image/svg+xml,%3Csvg width='287' height='125' viewBox='0 0 287 125' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.06' d='M0 53C0 53 20.5 73.16 55.6866 73.16C150.248 73.16 287 125 287 125H20C8.95431 125 0 116.046 0 105V53Z' fill='%236AB838'/%3E%3Cpath opacity='0.1' d='M0 20C0 8.9543 8.95431 0 20 0H87.2015C87.2015 0 40.8036 46.1353 55.6866 72.2961C91.7339 135.659 287 124.19 287 124.19H20C8.95431 124.19 0 115.235 0 104.19V20Z' fill='%236AB838'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 30px;
}

.calculator-form .gross-box .ginput_container_number {
	position: relative;
}

.calculator-form .gross-box .ginput_container_number::before {
	content: "$";
	position: absolute;
	left: 0;
	top: 14px;
	font-size: 48px;
	font-weight: 900;
	color: #6AB82B;
}

.calculator-form .gross-box .ginput_container_number input {
	padding-left: 36px !important;
}


.calculator-form .cases-box {
	position: absolute;
	left: 500px;
	top: 150px;
	width: 320px;
	height: 125px;
	background-image: url("data:image/svg+xml,%3Csvg width='287' height='125' viewBox='0 0 287 125' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.06' d='M0 53C0 53 20.5 73.16 55.6866 73.16C150.248 73.16 287 125 287 125H20C8.95431 125 0 116.046 0 105V53Z' fill='%236AB838'/%3E%3Cpath opacity='0.1' d='M0 20C0 8.9543 8.95431 0 20 0H87.2015C87.2015 0 40.8036 46.1353 55.6866 72.2961C91.7339 135.659 287 124.19 287 124.19H20C8.95431 124.19 0 115.235 0 104.19V20Z' fill='%236AB838'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	padding: 0 30px;
}

.calculator-form .cases-box .ginput_container_number {
	width: calc(100% - -100px);
}



.calculator-form .sales-box {
	position: absolute;
	right: 0;
	top: 150px;
	width: 320px;
	height: 125px;
	background-image: url("data:image/svg+xml,%3Csvg width='287' height='125' viewBox='0 0 287 125' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.06' d='M0 53C0 53 20.5 73.16 55.6866 73.16C150.248 73.16 287 125 287 125H20C8.95431 125 0 116.046 0 105V53Z' fill='%236AB838'/%3E%3Cpath opacity='0.1' d='M0 20C0 8.9543 8.95431 0 20 0H87.2015C87.2015 0 40.8036 46.1353 55.6866 72.2961C91.7339 135.659 287 124.19 287 124.19H20C8.95431 124.19 0 115.235 0 104.19V20Z' fill='%236AB838'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	padding: 0 30px;
}

.calculator-form .sales-box .ginput_container_number {
	width: calc(100% - -100px);
}


.calculator-form .consultation-box {
	position: absolute;
	left: 500px;
	top: 300px;
	width: 300px;
	height: 125px;
	background-image: url("data:image/svg+xml,%3Csvg width='287' height='125' viewBox='0 0 287 125' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.06' d='M0 53C0 53 20.5 73.16 55.6866 73.16C150.248 73.16 287 125 287 125H20C8.95431 125 0 116.046 0 105V53Z' fill='%236AB838'/%3E%3Cpath opacity='0.1' d='M0 20C0 8.9543 8.95431 0 20 0H87.2015C87.2015 0 40.8036 46.1353 55.6866 72.2961C91.7339 135.659 287 124.19 287 124.19H20C8.95431 124.19 0 115.235 0 104.19V20Z' fill='%236AB838'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 30px;
}


.calculator-form .schedule-box {
	position: absolute;
	right: 0;
	top: 300px;
	width: 320px;
	height: 125px;
	background-image: url("data:image/svg+xml,%3Csvg width='287' height='125' viewBox='0 0 287 125' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.06' d='M0 53C0 53 20.5 73.16 55.6866 73.16C150.248 73.16 287 125 287 125H20C8.95431 125 0 116.046 0 105V53Z' fill='%236AB838'/%3E%3Cpath opacity='0.1' d='M0 20C0 8.9543 8.95431 0 20 0H87.2015C87.2015 0 40.8036 46.1353 55.6866 72.2961C91.7339 135.659 287 124.19 287 124.19H20C8.95431 124.19 0 115.235 0 104.19V20Z' fill='%236AB838'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 30px;
}


.calculator-form .lead-box {
	position: absolute;
	left: 500px;
	top: 450px;
	width: 660px;
	height: 125px;
	background-image: url("data:image/svg+xml,%3Csvg width='287' height='125' viewBox='0 0 287 125' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.06' d='M0 53C0 53 20.5 73.16 55.6866 73.16C150.248 73.16 287 125 287 125H20C8.95431 125 0 116.046 0 105V53Z' fill='%236AB838'/%3E%3Cpath opacity='0.1' d='M0 20C0 8.9543 8.95431 0 20 0H87.2015C87.2015 0 40.8036 46.1353 55.6866 72.2961C91.7339 135.659 287 124.19 287 124.19H20C8.95431 124.19 0 115.235 0 104.19V20Z' fill='%236AB838'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	padding: 0 30px;
}

.calculator-form .lead-box .ginput_container_number {
	width: calc(100% + -220px);
}

.calculator-form .gform_wrapper.gravity-theme .lead-box label {
	font-size: 30px !important;
}

.calculator-form .lead-box .ginput_container_number input {
	font-size: 80px !important;
}



.calculator-form .lead-producingbox {
	position: absolute;
	left: 500px;
	top: 600px;
	width: 420px;
	height: 205px;
	background-color: #102030;
	background-image: url("data:image/svg+xml,%3Csvg width='287' height='125' viewBox='0 0 287 125' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.06' d='M0 53C0 53 20.5 73.16 55.6866 73.16C150.248 73.16 287 125 287 125H20C8.95431 125 0 116.046 0 105V53Z' fill='%236AB838'/%3E%3Cpath opacity='0.1' d='M0 20C0 8.9543 8.95431 0 20 0H87.2015C87.2015 0 40.8036 46.1353 55.6866 72.2961C91.7339 135.659 287 124.19 287 124.19H20C8.95431 124.19 0 115.235 0 104.19V20Z' fill='%236AB838'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 60px 30px;
	background-size: cover;
	border-radius: 20px;
	overflow: hidden;
	background-position: -30px 0;
}

.calculator-form .gform_wrapper.gravity-theme .lead-producingbox label {
	font-size: 27px !important;
	font-weight: 900;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	margin: 0 0 15px;
}

.calculator-form .lead-producingbox .ginput_container_number input {
	font-size: 30px !important;
	font-weight: 700;
	color: #000;
	text-align: center;
	width: 100%;
	height: 53px;
	background: #fff;
	border-radius: 3px;
	border: 0;
	box-shadow: none;
	outline: none;
	-moz-appearance: textfield;
}



.calculator-form .lead-morebox {
	position: absolute;
	right: 35px;
	top: 600px;
	width: 200px;
	height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.calculator-form .lead-morebox::before {
	content: "Each Month";
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 20px !important;
	font-weight: 900;
	line-height: 1.2;
	color: #101F30;
}

.calculator-form .gform_wrapper.gravity-theme .lead-morebox label {
	font-size: 20px !important;
	font-weight: 900;
	line-height: 1.2;
	color: #101F30;
	width: 100%;
	margin: 0;
}

.calculator-form .lead-morebox .ginput_container_number {
	position: relative;
}

.calculator-form .lead-morebox .ginput_container_number::before {
	content: "";
	position: absolute;
	left: 50px;
	bottom: -140px;
	width: 120px;
	height: 150px;
	background-image: url(../images/lead-arrow.svg);
	background-repeat: no-repeat;
}

.calculator-form .lead-morebox .ginput_container_number::after {
	content: "More Leads";
	position: absolute;
	right: -40px;
	top: 20px;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.1;
	color: #6AB82B;
	width: 80px;
}

.calculator-form .lead-morebox .ginput_container_number input {
	font-size: 80px !important;
	font-weight: 900;
	color: #6AB82B;
	border: 0;
	box-shadow: none;
	outline: none;
	-moz-appearance: textfield;
	padding: 0 !important;
	background: transparent;
	line-height: 1 !important;
}

.calculator-form #gform_page_11_1 {
	position: relative;
	min-height: 940px;
}

.calculator-form #gform_page_11_1::before {
	content: "";
	position: absolute;
	left: 430px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #D9D9D9;
}

.calculator-form #gform_page_11_1 .gform_page_footer {
	position: absolute;
	left: 500px;
	top: 830px;
	padding: 0;
	width: 420px;
}

.calculator-form .gform_page_footer .gform_next_button,
.calculator-form .gform_page_footer #gform_submit_button_11 {
	font-family: 'Inter', sans-serif;
	font-size: 22px !important;
	font-weight: 800 !important;
	color: #fff !important;
	letter-spacing: 0;
	border: none;
	background-color: #6AB82B;
	border-radius: 8px;
	display: inline-block;
	padding: 12px 40px !important;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	margin: 0 !important;
	cursor: pointer;
	line-height: 1.42857143;
	transition: all .5s;
	z-index: 1;
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.calculator-form .gform_page_footer .gform_next_button:hover,
.calculator-form .gform_page_footer #gform_submit_button_11:hover {
	color: #fff !important;
	background-color: #0D1C2A;
}

/*** 
====================================================================
  calculator step 03 css
====================================================================
***/


.calculator-form .plan-area {
	max-width: 790px;
	margin: 0 auto;
	padding: 0 0 40px;
	text-align: center;
}

.calculator-form .plan-area h2 {
	font-size: 42px;
	font-weight: 900;
	color: #1D2D35;
	margin: 0;
}

.calculator-form .plan-area p {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	color: #1D2D35;
}

.calculator-form .step-website {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 20px;
}

.calculator-form .gform_wrapper.gravity-theme .step-website label {
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	color: #6AB82B;
	text-align: center;
	margin: 0 0 20px;
	width: 100%;
}

.calculator-form .step-website .ginput_container_website {
	position: relative;
}

.calculator-form .step-website .ginput_container_website::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 58px;
	height: 60px;
	background-image: url(../images/website-icon.svg);
	background-repeat: no-repeat;
	z-index: 1;
}

.calculator-form .step-website input {
	font-family: 'Inter', sans-serif;
	font-size: 18px !important;
	line-height: 19px;
	color: #000000;
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	border-radius: 3px !important;
	border: 2px solid #ccc !important;
	padding: 15px 15px 15px 70px !important;
	margin: 0px !important;
	box-shadow: none !important;
	position: relative;
	outline: none;
}

.calculator-form #gform_page_11_2 .gform_page_footer {
	margin: 0;
	padding: 0;
	max-width: 500px;
	margin: -30px auto 0;
}

.calculator-form #gform_page_11_2 .gform_page_footer .gform_previous_button {
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.calculator-form .privacy-txt {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.7);
	line-height: 1;
	width: 100%;
	text-align: center;
	padding: 30px 0 0;
	position: absolute;
	bottom: -40px;
}


/*** 
===================================================================
  text animation css
====================================================================
***/

.calculator-form .animation-area {
	text-align: center;
}

.calculator-form .animation-area h2 {
	font-size: 42px;
	color: #1D2D35;
	font-weight: 900;
	text-align: center;
	margin: 0 0 20px;
}

/*FadeIn*/
.fadeIn {
	display: flex;
	justify-content: center;
	min-height: 100px;
}

.fadeIn span {
	animation: fadeEffect 15s linear infinite 0s;
	-ms-animation: fadeEffect 15s linear infinite 0s;
	-webkit-animation: fadeEffect 15s linear infinite 0s;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}

.fadeIn span:nth-child(2) {
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}

.fadeIn span:nth-child(3) {
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}

.fadeIn span:nth-child(4) {
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}

.fadeIn span:nth-child(5) {
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}

.fadeIn span:nth-child(6) {
	animation-delay: 12.5s;
	-ms-animation-delay: 12.5s;
	-webkit-animation-delay: 12.5s;
}

/*FadeIn Animation*/
@-moz-keyframes fadeEffect {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 0;
	}

	10% {
		opacity: 0;
	}

	15% {
		opacity: 1;
	}

	25% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fadeEffect {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 0;
	}

	10% {
		opacity: 0;
	}

	15% {
		opacity: 1;
	}

	25% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-ms-keyframes fadeEffect {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 0;
	}

	10% {
		opacity: 0;
	}

	15% {
		opacity: 1;
	}

	25% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.calculator-form #gform_page_11_3 .gform_page_footer .gform_previous_button,
.calculator-form #gform_page_11_3 .gform_page_footer .gform_next_button {
	font-size: 0;
	height: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
}


/*** 
===================================================================
  step 05 css
====================================================================
***/

.calculator-form .gform_wrapper.gravity-theme .gform_fields {
	display: block;
}

.calculator-form .step-common {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 20px;
}

.calculator-form .step-common .ginput_container {
	position: relative;
}

.calculator-form .step-common .ginput_container::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 58px;
	height: 51px;
	background-repeat: no-repeat;
	z-index: 1;
}

.calculator-form .step-common .ginput_container_text::before {
	background-image: url(../images/user-icon.svg);
}

.calculator-form .step-common .ginput_container_email::before {
	background-image: url(../images/mail-icon.svg);
}

.calculator-form .step-common .ginput_container_phone::before {
	background-image: url(../images/call-icon.svg);
}


.calculator-form .step-common input {
	font-family: 'Inter', sans-serif;
	font-size: 18px !important;
	line-height: 19px;
	color: #000000;
	width: 100%;
	height: 51px;
	background: #FFFFFF;
	border-radius: 3px !important;
	border: 2px solid #ccc !important;
	padding: 15px 15px 15px 70px !important;
	margin: 0px !important;
	box-shadow: none !important;
	position: relative;
	outline: none;
}


.calculator-form #gform_page_11_4 .gform_page_footer {
	margin: 0;
	padding: 0;
	max-width: 500px;
	margin: -30px auto 0;
}

.calculator-form #gform_page_11_4 .gform_page_footer .gform_previous_button {
	font-size: 0;
	height: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

.calculator-form .privacy-txt {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.7);
	line-height: 1;
	width: 100%;
	text-align: center;
	padding: 30px 0 0;
	position: absolute;
	bottom: -40px;
}



.case-goal-calculator-header .case-goal {
	display: none;
}

.case-goal-calculator-header .cms-calculator {
	padding: 150px 0 170px;
}

.case-goal-calculator-header .cms-calculator::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 271px;
	height: 295px;
	background-image: url(../images/cal-sap-lft.svg);
	background-repeat: no-repeat;
}

.case-goal-calculator-header .cms-calculator::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 347px;
	height: 477px;
	background-image: url(../images/cal-sap-rht.svg);
	background-repeat: no-repeat;
}

/*** 
===================================================================
  Chat Page CSS
====================================================================
***/
/*
.page-template-chat-new-page .cms-header .cms-contact-details .btnoutlined,
.page-template-chat-new-page .cms-header .cms-contact-details .sep,
.page-template-partner-page .cms-header .cms-contact-details .d-none,
.page-template-chat-new-page .btmcta,
.page-template-partner-page .btmcta,
.page-template-chat-new-page .cms-footer .btn-box,
.page-template-partner-page .cms-footer .btn-box {
	display: none !important;
}
*/
.page-template-partner-page .cms-header .cms-contact-details .sep {
	margin: 0 18px 0 35px;
}

.zm-chat-banner {
	position: relative;
	margin-bottom: -65px;
	padding-bottom: 145px;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url('https://zillametrics.com/wp-content/uploads/2024/05/banner_bg.png');
}

.zm-chat-new-banner {
	margin-bottom: -30px;
	padding-top: 40px;
}

.zm-chat-banner::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40vw;
	height: 100%;
	background-color: #102030;
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url('../images/chat_page/chat_banner_bg.jpg');
	z-index: 1;
}

.zm-chat-banner .container-sub {
	max-width: 1530px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.zm-chat-banner .zm-chat-banner-txt {
	padding-left: 42px;
	position: relative;
}

.zm-chat-banner .zm-chat-banner-txt .section-header {
	padding-bottom: 30px;
}

.zm-chat-banner .zm-chat-banner-txt .section-header h1 {
	position: relative;
}

.zm-chat-banner .zm-chat-banner-txt .section-header h1::after {
	content: "";
	position: absolute;
	left: -42px;
	top: 0;
	bottom: 0;
	width: 6px;
	height: 100%;
	background-color: #6AB82B;
	border-radius: 100px;
}

.zm-chat-banner .zm-chat-banner-txt .section-header h1 span {
	color: #6AB82B;
}

.zm-chat-banner .zm-chat-banner-txt .icon-main,
.zm-chat-form .icon-main {
	max-width: 695px;
	background-color: #F0F8EA;
	border-radius: 100px;
	padding: 8px 22px;
	margin-left: 0;
	margin-bottom: 48px;
}

.zm-chat-banner .zm-chat-banner-txt .icon-main .icon-box .icon,
.zm-chat-form .icon-main .icon-box .icon {
	display: flex;
}

.zm-chat-banner .zm-chat-banner-txt .icon-main .icon-box .title,
.zm-chat-form .icon-main .icon-box .title {
	font-size: 17.9px;
}

.zm-chat-banner .zm-chat-banner-txt .integrate_img img {
	display: flex;
	max-width: 676px;
	justify-content: flex-start;
	width: 100%;
}

.zm-chat-banner .cms-chatform::before,
.zm-chat-banner .cms-chatform::after {
	display: none;
}

.zm-chat-banner .cms-chatform {
	padding: 0;
	max-width: 475px;
	margin-left: auto;
	margin-right: 0;
}

.zm-chat-banner .cms-chatform .chatform-inner {
	box-shadow: none;
	border: none;
	padding: 0;
	background-color: transparent;
}

.zm-chat-banner .cms-chatform .chatform-inner .chatform .gform_fields>.gfield {
	width: 100%;
}

.zm-chat-banner .cms-chatform .chatform-inner .chatform p {
	color: #fff;
}

.zm-chat-banner .cms-chatform .chatform-inner form .gform_fields .ginput_container_name::before {
	background-image: url('../images/form_icon/user_icon.svg');
}

.zm-chat-banner .cms-chatform .chatform-inner form .gform_fields .ginput_container_email::before {
	background-image: url('../images/form_icon/email_icon.svg');
}

.zm-chat-banner .cms-chatform .chatform-inner .chatform .ginput_container_phone .ginput_container_text::before {
	background-image: url('../images/form_icon/mobile_icon.svg');
}

.zm-chat-banner.cms-chatbanner .banner-bot {
	max-width: 475px;
	margin: 35px 0 0 auto;
	justify-content: center;
	flex-direction: column-reverse;
	align-items: center;
	gap: 23px;
}

.zm-chat-banner.cms-chatbanner .banner-bot .deal {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 15px;
}

.zm-chat-banner.cms-chatbanner .banner-bot .deal .deal-label {
	background-color: rgba(255, 57, 57, 0.70);
	color: #fff;
	width: initial;
	max-width: 157px;
	margin: 0 auto;
}

.zm-chat-banner.cms-chatbanner .banner-bot .deal::before {
	width: 105px;
	height: 75px;
	top: 0;
	right: initial;
	left: -80px;
	background-image: url('../images/chat_page/banner_button_arrow.svg');
}

.zm-chat-banner.cms-chatbanner .banner-bot .deal .deal-price {
	color: #fff;
}

.zm-chat-banner.cms-chatbanner .banner-bot .btn-box .green-btn {
	font-size: 28px !important;
	margin-bottom: 20px;
}

.zm-chat-banner.cms-chatbanner .banner-bot .btn-box .green-btn span {
	font-weight: 800;
	font-size: 18px;
	text-align: left;
	width: 133px;
	line-height: 110%;
	text-transform: uppercase;
	padding: 0 0 0 30px;
	margin-left: 23px;
}

.zm-chat-banner .cms-chatform .chatform-inner form .gform_footer {
	position: absolute;
	z-index: -9999;
	opacity: 0;
}

.zm-chat-review.cms-review {
	position: relative;
	z-index: 2;
}

.zm-chat-review.cms-review .container-1 {
	max-width: 1270px;
}

.zm-chat-lead .container-sub {
	max-width: 1280px
}

section.cms-chatform.zm-chat-form::after {
	bottom: -151px;
	z-index: 1;
}

.zm-chat-form .icon-main {
	margin-left: auto;
	background-color: rgba(240, 248, 234, 0.10);
	max-width: 768px;
	padding: 11px 24px;
}

.zm-chat-form .icon-main .icon-box .title {
	color: #fff;
	opacity: 0.80;
}

.zm-chat-form .banner-bot {
	align-items: center;
}

.zm-chat-form .deal {
	text-align: left;
}

.zm-chat-form .deal-label {
	color: #FFFFFF;
	background-color: #FF3939;
	padding: 6px 13px;
	border-radius: 100px;
}

.zm-chat-form .deal-price {
	color: #fff;
}

.zm-chat-form .deal::before {
	background-image: url('../images/chat_page/signup-arrow.svg');
}

section.cms-faq.zm-chat-faq {
	padding-top: 140px;
	overflow: hidden;
}

section.cms-faq.zm-chat-faq::before {
	top: 270px;
}

section.cms-faq.zm-chat-faq .section-header h2 {
	font-weight: bold;
}

section.cms-faq.zm-chat-faq .section-header h2 span {
	color: #6AB82B;
}

section.cms-faq.zm-chat-faq .faq-box {
	border-radius: 4px;
	border: 0.5px solid rgba(0, 0, 0, 0.25);
	background: #FFF;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.08);
}

section.cms-faq.zm-chat-faq .faq-box h3:before {
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	top: 4px;
	background-image: url('../images/chat_page/question_icon.svg');
}

section.cms-faq.zm-chat-faq::after {
	background-size: cover;
	background-position: top center;
}

.zm-chat-banner .zm_image_text_box,
.zm-chat-banner .zm_icon_box,
.zm-chat-banner .zm_button_box {
	padding: 0;
	max-width: 489px;
	margin-left: auto;
	margin-right: 0;
}

.zm-chat-banner .zm_image_text_box .zm_image_box {
	max-width: 212px;
	width: 100%;
	position: relative;
}

.zm-chat-banner .zm_image_text_box .zm_text_box {
	max-width: calc(100% - 212px);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 34px;
    padding-left: 27px;
    height: calc(100% - 35px);
}

.zm-chat-banner .zm_image_box .zm_image_icon {
	position: absolute;
	bottom: 13px;
	z-index: 1;
}

.zm-chat-banner .zm_image_box .zm_image_icon .icon_box {
	margin-bottom: 8px;
	position: relative;
	left: -11px;
}

.zm-chat-banner .zm_image_box .zm_image_icon .zm_image_details h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 23.25px;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
}

.zm-chat-banner .zm_image_box .zm_image_icon .zm_image_details p {
	font-size: 15px;
	font-weight: 400;
	line-height: 23.25px;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
}

.zm-chat-banner .zm_text_box {
	background: #0E1B29;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #6AB82B;
	border-radius: 0px 5px 5px 0px;
}

.zm-chat-banner .zm_text_box p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	text-align: left;
	color: #fff;
}

.zm-chat-banner .zm_icon_box {
	margin-top: 28px;
}

.zm-chat-banner .zm_icon_box .zm_icon_box_row {
	gap: 25px 0;
}

.zm-chat-banner .zm_icon_box .zm_icon_box_row .box_row {
	gap: 8px;
	width: 50%;
}

.zm-chat-banner .zm_icon_box .zm_icon_box_row .box_row .box_img {
	width: 38px;
	height: initial;
	text-align: center;
}

.zm-chat-banner .zm_icon_box .zm_icon_box_row .box_row .box_content {
	max-width: calc(100% - (38px + 14px));
}

.zm-chat-banner .zm_icon_box .zm_icon_box_row .box_row .box_content h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 21.78px;
	text-align: left;
	color: #fff;
	margin: 0;
}

.zm-chat-banner .zm_icon_box .zm_icon_box_row .box_row:nth-child(2) .box_content h4 {
	width: 202px;
}

.zm-chat-banner .zm_button_box {
	flex-direction: column;
	justify-content: center;
	margin-top: 48px;
	position: relative;
}

.zm-chat-banner .zm_button_box::before {
    background-image: url(/wp-content/uploads/2024/05/greenarrow.svg);
    width: 177px;
    height: 68px;
    left: -200px;
    top: 0;
    right: initial;
    content: '';
    position: absolute;
    bottom: -55px;
}

.zm-chat-banner .zm_button_box h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 36.31px;
	text-align: center;
	color: #fff;
	margin-bottom: 2px;
}

.zm-chat-banner .zm_button_box h4 {
	font-size: 21px;
	font-weight: 300;
	line-height: 25.41px;
	text-align: center;
	margin-bottom: 25px;
	color: #fff;
}

.zm-chat-banner .zm_button_box .form_button_submit {
	max-width: 475px;
	width: 100%;
	justify-content: space-between;
    padding: 16px 26px !important;
	font-size: 28px;
	text-align: center;
}

.zm-chat-banner .zm_button_box .form_button_submit .button_text {
	font-size: 28px;
	font-weight: 900;
	line-height: 33.89px;
	text-align: center;
	margin: 0;
    border: none;
    padding: 0;
    max-width: calc(100% - 73px);
    width: 100%;
}

.zm-chat-banner .zm_button_box p {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.36px;
	text-align: left;
	color: #fff;
	text-align: center;
}

/*** 
===================================================================
  Partner Page CSS
====================================================================
***/
.zm-partner-banenr.cms-chatbanner .banner-bot {
	justify-content: center;
}

.zm-partner-banenr.cms-chatbanner .green-btn {
	max-width: 100%;
	width: 510px;
	justify-content: center;
}

.zm-partner-banenr.cms-chatbanner .green-btn span {
	color: #FFF;
	font-size: 24px;
	font-weight: 300;
	line-height: normal;
	width: 140px;
	flex: initial;
	padding: 0 0 0 25px;
	margin-left: 25px;
	position: relative;
	border-color: transparent;
}

.zm-partner-banenr.cms-chatbanner .green-btn span::before {
	content: "";
	position: absolute;
	border-radius: 10px;
	opacity: 0.3;
	background: #FFF;
	width: 2px;
	height: 41px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.zm-partner-banenr.cms-chatbanner .green-btn span s {
	font-size: 18px;
	display: inline-block;
	width: 100%;
	font-weight: 900;
	color: #fff;
}

.zm-partner-banenr.cms-chatbanner .section-header {
	padding-bottom: 25px;
}

.zm-partner-banenr.cms-chatbanner .banner_logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 28px;
	margin-bottom: 30px;
}

.zm-partner-banenr.cms-chatbanner .banner_logos .image-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.zm-partner-banenr.cms-chatbanner .banner_logos .image-box img {
	max-height: 141px;
	max-width: 407px;
}

.zm-partner-banenr.cms-chatbanner .banner_logos .image-box span {
	color: #1D2D35;
	text-align: center;
	font-size: 69.148px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	/* 82.978px */
	text-transform: capitalize;
}

.zm-partner-banenr.cms-chatbanner .banner_logos .image-box:last-of-type span {
	display: none;
}

.zm-partner-banenr.cms-chatbanner .banner_content {
	border-radius: 3px;
	border: 2px dashed rgba(231, 48, 48, 0.60);
	background: #FCFAEC;
	padding: 22px 30px;
	max-width: 886px;
	margin: 0 auto 35px;
}

.zm-partner-banenr.cms-chatbanner .banner_content p {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
	display: inline-block;
}

.zm-partner-banenr.cms-chatbanner .banner_content p strong {
	font-weight: 700;
}

section.zm-partner-form.cms-chatform {
	position: relative;
	z-index: 2;
}

section.zm-partner-form.cms-chatform .section-header {
	max-width: 865px;
}

section.zm-partner-form.cms-chatform .section-header ul {
	justify-content: space-between;
	padding: 10px 40px 10px 20px;
}

section.zm-partner-form.cms-chatform .chatform-inner {
	max-width: 865px;
	margin: 0 auto;
}

section.cms-faq.zm-partner-faq::before {
	top: -85px;
}

section.cms-faq.zm-chat-faq.zm-partner-faq {
	padding-top: 40px;
	overflow: initial;
}

/*** 
===================================================================
  Popup CSS
====================================================================
***/

.overflow_hidden {
	overflow: hidden !important;
}

.popup {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.40);
	backdrop-filter: blur(24px);
	z-index: 9999;
	display: none;
}

.popup .popup-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.popup .popup-dialog {
	position: relative;
	z-index: 2;
	max-width: 612px;
	width: 100%;
	margin: 0 auto;
}

.zm-new-chat-faq::before,
.zm-new-chat-faq::after,
.popup .popup-dialog::before,
.popup .chatform .gform_wrapper.gravity-theme .gform_fields .gfield label,
.popup .popup-dialog .modal-content .popup-body .chatform .gform_wrapper form .gf_progressbar_wrapper,
.popup .popup-dialog .modal-content .popup-body .chatform .gform_wrapper form .gform_previous_button {
	display: none;
}

.popup .popup-dialog .modal-content {
	border: none;
	border-radius: 15px;
	background-color: #12243A;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('/wp-content/themes/zilla/assets/chatbot/form_popup_bg.jpg');
	box-shadow: 0px 4px 32px 0px #0000001A;
	overflow: hidden;
	padding: 50px 65px 66px;
}

.popup .popup-dialog .modal-content .close {
	opacity: 1;
    top: 22px;
    position: absolute;
    right: 22px;
}

.popup .popup-dialog .modal-content .popup-body .chatform_text h5 {
	font-size: 24px;
	font-weight: 700;
	line-height: 29.05px;
	letter-spacing: 0.2em;
	text-align: center;
	color: #6AB82B;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.popup .popup-dialog .modal-content .popup-body .chatform_text h2 {
	font-size: 55px;
	font-weight: 900;
	line-height: 66.56px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 3px;
}

.popup .popup-dialog .modal-content .popup-body .chatform_text h3 {
	font-size: 32px;
	font-weight: 400;
	line-height: 38.73px;
	letter-spacing: 0.06em;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 45px;
	text-transform: uppercase;
}

.popup .popup-dialog .modal-content .note {
	font-size: 16px;
	font-weight: 500;
	line-height: 19.36px;
	text-align: left;
	color: #fff;
	text-align: center;
	margin: 30px 0 0;
}

.popup .chatform .gform_wrapper.gravity-theme .gform_fields .gfield {
	width: 100%;
}

.popup .chatform input {
	box-shadow: none;
	outline: none;
}

.chatform .ginput_container_website:before {
	background-image: url('/wp-content/themes/zilla/assets/chatbot/website_icon.svg');
}

.popup .chatform .gform_wrapper.gravity-theme .gform_page_footer {
	padding: 30px 0 0;
	margin: 0;
}

.popup .chatform .gform_wrapper.gravity-theme .gform_page_footer input {
	margin: 0;
	font-size: 28px !important;
	font-weight: 900 !important;
	color: #fff !important;
	letter-spacing: 0;
	border: none;
	background-color: #6AB82B;
	border-radius: 8px;
	display: inline-block;
	padding: 23px 15px !important;
	position: relative;
	text-align: center;
	width: auto;
	cursor: pointer;
	line-height: 33.89px;
	transition: all .5s;
	z-index: 1;
	box-shadow: 0px 5.79px 0px 0px #0000004D;
	width: 100%;
	background-position: center right 35px;
    background-repeat: no-repeat;
    background-size: 81px;
	background-image: url('/wp-content/themes/zilla/assets/chatbot/right_arrow_animation.svg');
	text-transform: uppercase;
}

.popup .chatform .gform_wrapper.gravity-theme .gform_page_footer input:hover {
	color: #fff !important;
    background-color: #333;
}

.popup .chatform .gform_wrapper.gravity-theme .gfield_validation_message {
	padding: 12px 10px;
}

.popup .chatform .gform_wrapper.gravity-theme .gform_page_footer .gform_button {
	text-indent: -70px;
	background-position: center right 35px;
    background-repeat: no-repeat;
    background-size: 54px;
	background-image: url('/wp-content/themes/zilla/assets/chatbot/submit_icon.svg');
}

.popup .chatform .gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    color: #fff;
}


/*** 
===================================================================
  step form CSS
====================================================================
***/


.funnel-new .gform_required_legend {
	display: none;
}
.funnel-new .gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar_title, 
.funnel-new .gform_wrapper.gravity-theme .gf_progressbar_percentage span {
  	display: none;
}
.funnel-new .gform_wrapper.gravity-theme .gf_progressbar_wrapper {
	position: relative;
  	top: 0px;
  	clear: both;
  	width: 100%;
  	margin: 0 0 16px 0;
  	padding: 0 0 16px 0;
}
.funnel-new .gform_wrapper.gravity-theme .gf_progressbar {
	background: linear-gradient(90deg, #EEEEEE 0%, #D8D8D8 100%), #C4C4C4;
	border-radius: 20px;
	width: 360px;
	height: 6px;
	padding: 0;
	margin: 0 auto;
}
.funnel-new .gform_wrapper.gravity-theme .percentbar_green {
  	background: linear-gradient(90deg, #80BF26 0%, #389E22 100%), #C4C4C4;
  	border-radius: 20px;
  	height: 6px;
}
.funnel-new .gform_wrapper.gravity-theme .top_label .gfield_label {
	font-family: 'Kanit', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	color: #1D2D35;
	display: block;
	margin: 0 auto 40px;
}



.funnel-new .gform_body .gform_page #field_3_29 label.gfield_label {
	line-height: 1.3;
}
.funnel-new .ginput_container.ginput_container_slider {
  	padding-top: 4px;
}
.funnel-new .gform_wrapper.gravity-theme .gfield_required {
	font-size: 40px;
	color: #790000;
}
.funnel-new .gform_body #gform_page_3_6 .gform_page_footer {
  	margin-top: 0px;
  	padding-bottom: 0;
}
.funnel-new .gform_body #gform_page_3_6 #field_3_55 .audit-box {
	position: absolute;
	bottom: -130px;
	left: 0px;
	right: 0px;
	max-width: 389px;
	height: 127px;
	margin: 0px auto;
	padding: 25px 30px 23px;
	display: flex;
	align-items: center;
	background-size: 100% 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url("https://zillametrics.io/wp-content/uploads/2021/04/auditbox.png");
	background-size: cover;
	background-position: center;
}
.audit-box h3 {
	font-family: Kanit;
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	line-height: 1;
	color: #FFFFFF;
	margin:0;
}
.funnel-new .gform_body #gform_page_3_6 #field_3_55 .audit-box .icon {
	max-width: 60px;
	flex-basis: 60px;
	margin-right: 12px;
	margin-top:5px;
}

.funnel-new .gform_body #gform_page_3_6 #field_3_55 .audit-box .content {
  	flex-basis: calc(100% - 60px - 12px);
}
.audit-box .content strong {
	font-family: Kanit;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	opacity: 0.8;
	display: block;
}

/*** 
===================================================================
  step 01 CSS
====================================================================
***/

.funnel-new .iconbtn .gfield_radio {
	display: flex;
	justify-content: space-around;
	padding: 14px 0 20px;
}
.funnel-new .iconbtn .gfield_radio .gchoice {
	text-align: center;
	overflow: visible;
	position: relative;
}
.funnel-new .iconbtn .gfield_radio input[type="radio"] {
  	position: absolute;
  	left: -9999px;
}
.funnel-new .gform_wrapper.gravity-theme .iconbtn .gfield_radio label {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-family: 'Kanit', sans-serif;
	font-style: normal;
	font-weight: 500 !important;
	font-size: 16px;
	line-height: 17px;
	width: 170px;
	height: 170px;
	letter-spacing: 0.04em;
	color: #000000;
	max-width: 100%;
	margin: 0;
	cursor: pointer;
	border: 1px solid #E4E4E4;
	box-sizing: border-box;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 20px;
	padding: 110px 25px 20px;
	transition:background-color 0.2s ease-in-out,
	border 0.2s ease-in-out,
	transform 0.25s cubic-bezier(0.17, 0.88, 0.42, 2.1);
}

.funnel-new .iconbtn .gfield_radio input[type="radio"]:hover + label {
	transform: scale(1.1);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.funnel-new .iconbtn .gfield_radio input[type="radio"]:checked + label,
.funnel-new .iconbtn .gfield_radio .gchoice:hover label {
	background-color: #F6FFF0;
	border: 2px solid #67B72C;
	box-sizing: border-box;
	box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.1);
	transform: scale(1.1);
}

.funnel-new .iconbtn .gfield_radio .gchoice:nth-child(1) label {
  background-image: url(/wp-content/uploads/2021/04/ri1.png);
}

.funnel-new .iconbtn .gfield_radio .gchoice:nth-child(2) label {
  background-image: url(/wp-content/uploads/2021/04/ri2.png);
}

.funnel-new .iconbtn .gfield_radio .gchoice:nth-child(3) label {
  background-image: url(/wp-content/uploads/2021/04/ri3.png);
}

.funnel-new .iconbtn .gfield_radio .gchoice:nth-child(4) label {
  background-image: url(/wp-content/uploads/2021/04/ri4.png);
}

.funnel-new .iconbtn .gfield_radio .gchoice:nth-child(5) label {
  background-image: url(/wp-content/uploads/2021/04/ri5.png);
}

.funnel-new .iconbtn .gfield_radio .gchoice:nth-child(6) label {
  background-image: url(/wp-content/uploads/2021/04/ri6.png);
}

/*** 
===================================================================
  step 02 CSS
====================================================================
***/
.funnel .radiobox .gfield_radio .gchoice input {
	position: absolute;
	visibility: hidden;
	width: 0;
}
.funnel .radiobox .gfield_radio .gchoice {
	position: relative;
	width: 100%;
  	margin: 0 auto 10px !important;
  	max-width: 340px;
  	display: flex;
  	justify-content: center;
}
.funnel-new .radiobox .gfield_radio .gchoice label {
	width: 100%;
	max-width: 320px;
	height: 50px;
	border: 2px solid #E1E1E1;
	font-family: 'Kanit', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 3px;
	padding: 14px 48px;
	color: #000000;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.funnel-new .radiobox .gfield_radio .gchoice label:before {
	transition: all 0.24s ease-out 0s;
	content: "";
	position: absolute;
	left: 25px;
	top: 14px;
	width: 22px;
	height: 22px;
	border: 2px solid #000000;
	background: transparent;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.funnel-new .radiobox .gfield_radio .gchoice label:hover,
.funnel-new .radiobox .gfield_radio .gchoice input[type="radio"]:checked + label {
	background: #F6FFF0;
	border: 2px solid #67B72C;
}

.funnel-new .radiobox .gfield_radio .gchoice label:hover:before,
.funnel-new .radiobox .gfield_radio .gchoice input[type="radio"]:checked ~ label:before {
  	left: 15px;
  	border-color: #67B72C;
}
.funnel-new .radiobox .gfield_radio .gchoice:hover label,
.funnel-new .radiobox .gfield_radio .gchoice input:checked ~ label {
  	color: #67B72C;
  	max-width: 340px;
  	font-weight: normal;
}

.funnel-new .radiobox .gfield_radio .gchoice label::after {
	content: "";
	transition: all 0.24s ease-out 0s;
	position: absolute;
	left: 30px;
	top: 19px;
	width: 12px;
	height: 12px;
	background: #000;
	border-radius: 50%;
	display: inline-block;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.funnel-new .radiobox .gfield_radio .gchoice label:hover::after,
.funnel-new .radiobox .gfield_radio .gchoice input:checked ~ label::after {
	left: 20px;
	opacity: 1;
	background: #67B72C;
}

/*** 
===================================================================
  step 03 CSS
====================================================================
***/


.funnel .gform_body #gform_page_3_2 .ginput_container_email,
.funnel .gform_body #gform_page_3_2 .ginput_container_text,
.funnel .gform_body #gform_page_3_4 .ginput_container_text,
.funnel .gform_body #gform_page_3_7 .ginput_container_email,
.funnel .gform_body #gform_page_3_8 .ginput_container_text,
.funnel .gform_body #gform_page_3_9 .ginput_container_phone {
	display: flex;
	justify-content: center;
	position: relative;
	max-width: 300px;
	margin: 0 auto;
	margin-top: 8px;
	flex-wrap: wrap;
}
.funnel .gform_body #gform_page_3_2 .ginput_container_email input,
.funnel .gform_body #gform_page_3_2 .ginput_container_text input,
.funnel .gform_body #gform_page_3_4 .ginput_container_text input,
.funnel .gform_body #gform_page_3_7 .ginput_container_email input,
.funnel .gform_body #gform_page_3_8 .ginput_container_text input,
.funnel .gform_body #gform_page_3_9 .ginput_container_phone input {
	max-width: 300px;
	background: #FFFFFF;
	border-width: 2px;
	border-radius: 3px;
	padding: 12px 10px 12px 60px;
	width: 100%;
	margin-bottom: 0;
	height: 50px;
	border-color: #c4c4c4;
	border-style: solid;
	font-family: Kanit;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}
.funnel .gform_body #gform_page_3_2 .ginput_container_email input:hover,
.funnel .gform_body #gform_page_3_4 .ginput_container_text input:hover,
.funnel .gform_body #gform_page_3_7 .ginput_container_email input:hover,
.funnel .gform_body #gform_page_3_8 .ginput_container_text input:hover,
.funnel .gform_body #gform_page_3_9 .ginput_container_phone input:hover,
.funnel .gform_body #gform_page_3_2 .ginput_container_email input:focus,
.funnel .gform_body #gform_page_3_4 .ginput_container_text input:focus,
.funnel .gform_body #gform_page_3_7 .ginput_container_email input:focus,
.funnel .gform_body #gform_page_3_8 .ginput_container_text input:focus,
.funnel .gform_body #gform_page_3_9 .ginput_container_phone input:focus,
.funnel .gform_body #gform_page_3_2 .ginput_container_text input:hover,
.funnel .gform_body #gform_page_3_2 .ginput_container_text input:focus {
  	border-color: #67b72c;
  	color: #000;
}
.funnel .gform_body #gform_page_3_4 .ginput_container_text:before,
.funnel .gform_body #gform_page_3_6 .ginput_container_email:before,
.funnel .gform_body #gform_page_3_7 .ginput_container_email:before,
.funnel .gform_body #gform_page_3_9 .ginput_container_phone:before {
	content: "";
	background: #F6FFF0;
	border: 2px solid #67B72C;
	border-radius: 3px 0px 0px 3px;
	width: 54px;
	position: absolute;
	height: 100%;
	max-height: 50px;
	left: 0;
	z-index: 0;
	background-image: url(/wp-content/uploads/2021/04/Group-11.png);
	background-position: center;
	background-repeat: no-repeat;
}

.funnel .gform_body #gform_page_3_7 .ginput_container_email:before {
  	background-image: url(/wp-content/uploads/2021/04/Group.png);
}

.funnel .gform_body #gform_page_3_9 .ginput_container_phone:before {
  	background-image: url(/wp-content/uploads/2021/04/Group-12.png);
}

.funnel .gform_body #gform_page_3_2 .ginput_container_email input,
.funnel .gform_body #gform_page_3_8 .ginput_container_text input,
.funnel .gform_body #gform_page_3_2 .ginput_container_text input {
  	padding: 12px 10px;
}

/*** 
===================================================================
  step 04 CSS
====================================================================
***/
.funnel-new .gform_body #gform_page_3_5 legend.gfield_label {
	max-width: 665px;
	margin: 0 auto 40px;
}
.funnel-new .gform_body #gform_page_3_5 .gfield_radio {
	display: flex;
	justify-content: center;
	column-gap: 25px;
}
.funnel-new .gform_body #gform_page_3_5 .gfield_radio .gchoice {
	position: relative;
	max-width: 125px;
	width: 100%;
	margin: 0 0 10px;
}
.funnel-new .gform_body #gform_page_3_5 .gfield_radio .gchoice input {
	opacity: 0;
	position: absolute;
}
.funnel-new .gform_body #gform_page_3_5 .gfield_radio .gchoice label {
	font-weight: 600;
	font-size: 18px;
	color: #67B72C;
	width: 100%;
	max-width: 100%;
	margin: 0;
	cursor: pointer;
	border: 2px solid #67B72C;
	text-align: center;
	padding: 11px 15px;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
}
.funnel-new .gform_body #gform_page_3_5 .gfield_radio .gchoice:hover label,
.funnel-new .gform_body #gform_page_3_5 .gfield_radio .gchoice input:checked ~ label {
  	background: #67B72C;
  	color: #fff;
}
.funnel-new .gform_body #gform_page_3_5 .gfield_radio .gchoice:nth-child(1) label {
  	background: #67B72C;
  	color: #fff;
}
.funnel-new .gform_body #gform_page_3_5 .gfield_radio .gchoice:nth-child(1):hover label {
  background: transparent;
  color: #67B72C;
}



.funnel-new .gform_body #gform_page_3_7 .ginput_container_email,
.funnel-new .gform_body #gform_page_3_7 .ginput_container_email input,
#gform_page_3_7 .gform_page_footer .gform_next_button,
.funnel-new .gform_body #gform_page_3_8 .ginput_container_text,
#gform_page_3_8 .gform_page_footer .gform_next_button,
.funnel-new .gform_body #gform_page_3_8 .ginput_container_text input {
  	max-width: 350px;
}



#gform_wrapper_3 .iconinput .ginput_container_text {
	display: flex;
	justify-content: center;
	position: relative;
	max-width: 300px;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 8px;
	flex-wrap: wrap;
}
#gform_wrapper_3 .iconinput .ginput_container_text input{
	max-width: 300px;
	background: #FFFFFF;
	border-width: 2px;
	border-radius: 3px;
	padding: 12px 10px 12px 60px;
	width: 100%;
	margin-bottom: 0;
	height: 50px;
	border-color: #c4c4c4;
	border-style: solid;
	font-family: Kanit;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}
#gform_wrapper_3 .iconinput .ginput_container_text::before {
	content: "";
	background: #F6FFF0;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-image: none;
	border: 2px solid #67B72C;
	border-radius: 3px 0px 0px 3px;
	width: 54px;
	position: absolute;
	height: 100%;
	max-height: 50px;
	left: 0;
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
}
#gform_wrapper_3 .iconinput.zl-emp .ginput_container_text::before {
  background-image: url(/wp-content/uploads/2024/08/emp.png);
}
#gform_wrapper_3 .iconinput.zl-rev .ginput_container_text::before {
  background-image: url(/wp-content/uploads/2024/08/rev.png);
}



.funnel .gform_body #gform_page_3_9 #field_3_41 .zl-first-para {
  font-family: Kanit;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}


/*** 
===================================================================
  responsive CSS
====================================================================
***/


@media only screen and (max-width: 1199px) {
.funnel-new .iconbtn .gfield_radio { justify-content:center; column-gap:25px; row-gap:30px; }
}

@media only screen and (max-width: 767px) {
body.page-template-startup .funnel-new .gform_wrapper .gf_progressbar_wrapper { position:relative !important; top:0 !important; }	
.funnel-new .gform_wrapper.gravity-theme .top_label .gfield_label { font-size: 24px; margin: 0 0 20px !important;}
.funnel-new .gform_wrapper.gravity-theme .gfield_required { font-size:24px; }
.funnel-new .gform_wrapper.gravity-theme .gf_progressbar { width: 100%;	}
.funnel-new .iconbtn .gfield_radio { row-gap:10px; }
.funnel-new .gform_wrapper.gravity-theme .iconbtn .gfield_radio label { width: 270px;  height: 50px;  padding: 0px 0 0 60px; justify-content: left; background-size: 40px; background-position: 10px 50% !important;  }
}