@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('slick.css');
@import url('slick-theme.css');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');


html,body,div,span,applet,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	outline: none;
}

img {
	max-width: 100%;
}

body {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #3f3f3f;
	font-weight: 400;
}

/* common css */

.btn.btn-primary {
/* 	background: linear-gradient(to right, #8e2de2, #4a00e0) !important; */
	background: #006F4A !important;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding: 15px 40px;
	border: 0;
	border-radius: 50px;
    /* transition: all 0.5s ease-in 0s; */
    overflow: hidden;
    position: relative;
    color: #fff;
}

.btn.btn-primary span {
    position: relative;
} 

.btn.btn-primary::before,
.btn.btn-primary::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.btn.btn-primary::before {
  content: "";
  background: #10B981;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.8, 1);
}

.btn.btn-primary:hover::before {
  transform: translate3d(100%, 0, 0);
}

.btn.btn-primary:active {
  transform: scale(0.95);
}


/* .btn.btn-primary:hover {
	background-color: #3C808B !important;
}
.hero-banner .btn.btn-primary:hover {
	background-color: #294351 !important;
} */
.c-heading h2 {
	font-size: 40px;
	font-weight: 600;
	color: #10B981;
}

.c-heading p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.c-heading {
	text-align: center;
	max-width: 900px;
	margin: 0 auto 30px;
}

.sp-100 {
	padding: 80px 0;
}

@media (min-width: 1300px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1330px;
	padding: 0 15px;
}
}

/* ///////////////////////////////////// */
/* ////////Home Page CSS Start ///////// */
/* ///////////////////////////////////// */

.hero-banner {
	height: 100vh;
	width: 100%;
	overflow: hidden;
	position: relative;
    display: flex;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat; 
    background-size: cover;
}
.shadeLogo {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 54vw;
}
.hero-bg-color {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #3C808B 63.13%, #3C808B 100%);
}
.hero-left-content {
	position: relative;
    padding-top: 80px;
}
/* .hero-left-content {
	position: relative;
	padding-top: 240px;
	padding-bottom: 150px;
}
.hero-banner.inner-hero-banner .hero-left-content {
	padding: 80px 0 0;
} */
.hero-banner h2, .hero-banner h3 {
	color: #fff;
	font-weight: 700;
	font-size: 60px;
}
.hero-banner p {
  color: #fff;
  line-height: 30px;
  margin-top:20px;
}
.hero-banner ul {
	margin: 25px 0 25px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.hero-banner li {
  list-style: none;
  display: flex;
  gap: 15px;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}


/* ////////////Header CSS/////////////// */

.header {
	position: fixed;
	z-index: 9;
	left: 0;
	top: 0;
	width: 100%;
	top: 20px;
	transition: all 0.5s ease 0s;
}
.header .btn.btn-primary{
    font-weight: 500;
    font-size: 16px;
}
.header .navbar.navbar-expand-lg.bg-body-tertiary {
	padding: 18px 25px;
	align-items: center;
	border-radius: 50px;
	box-shadow: 0px 0px 11px 0px #0000001F;
}
.header .navbar-expand-lg .navbar-nav a {
	padding: 7px 23px;
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}


.call-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 20px;
  color: #3f3f3f;
  font-weight: 500;
}
.header .container {
	max-width: 1350px;
}

/* ////////////What WE DO CSS/////////////// */
.green-bx {
	background: #E8F1F5;
	padding: 0 20px 30px;
	border-radius: 0 0 20px 20px;
    margin-top: 30px;
	transition: all 0.5s ease 0s;
}
.green-bx:hover {
	box-shadow:10px 10px 10px rgba(0, 0, 0, 0.15);
}
.green-bx > img {
	margin-top: -30px;
	margin-bottom: 10px;
}
.green-bx h5 {
  font-weight: 500;
  font-size: 18px;
}
.green-bx .btn.btn-primary{
    font-weight: 500;
    font-size: 16px;
}
.green-bx h5 a {
	text-decoration: underline;
	color: #3f3f3f;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
.green-bx p {
	font-weight: 500;
	margin-bottom: 15px;
}
.green-bx .btn.btn-primary {
	padding: 12px 30px;
}
.callUs {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin-top: 40px;
    color: #000;
}
.callUs a {
    font-weight: 700;
    color: #3C808B;
    text-decoration: underline;
}


/* ////////////FACE TO FACE CSS/////////////// */
.face-to-face {
	text-align: center;
	background-size: cover;
	background-position: center center;
}
.face-to-face h2 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  max-width: 630px;
  margin: 0 auto 30px;
}
.face-to-face ul {
	display: inline-flex;
	margin-bottom: 20px;
	color: #fff;
    gap: 20px;
}
.face-to-face li {
	list-style: none;
	background: #294351;
	padding: 25px 20px;
	max-width: 290px;
	border-radius: 10px;
}
.face-to-face li p {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	margin-top: 12px;
}
.face-to-face p {
	color: #fff;
	font-weight: 600;
	line-height: 30px;
	max-width: 900px;
	margin: 0 auto 20px;
}
.face-to-face h5 {
	color: #fff;
	font-weight: 600;
	line-height: 30px;
	max-width: 900px;
	margin: 0 auto 20px;
    font-size: 16px;
}
.pw-cnt h3 {
	font-weight: 600;
	font-size: 25px;
	color: #3F3F3F;
	line-height: 40px;
	max-width: 500px;
}
.pw-cnt ul {
	display: flex;
	flex-direction: column;
	gap: 23px;
	margin-top: 15px;
}
.pw-cnt li {
	list-style: none;
	display: flex;
	gap: 10px;
	align-items: center;
	color: #000;
}
.pw-bx {
	background: #3C808B;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 20px 25px 25px;
    color: #fff;
}
.pw-bx h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}
.pw-bx h3 {
	color: #fff;
	text-align: right;
	font-size: 30px;
    max-width: 100%;
}
.pw-bx-heading {
	display: flex;
	justify-content: space-between;
}
.pw-bx-cnt {
	margin-top: -25px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.pw-bx-cnt p strong {
	font-weight: 600;
}

/* /////////////////Step CSS/////////////// */
.three-step {
	background: #294351;
	color: #fff;
}
.three-step .c-heading h2 {
	color: #fff;
	max-width: 640px;
	margin: 0 auto 16px;
}
.three-step .c-heading {
	max-width: 800px;
}
.step-row {
	display: flex;
	gap: 20px;
}
.step-row .step-bx {
	background: #FFFFFF;
	color: #000;
	padding: 0 30px 40px;
	max-width: 33.33%;
	margin-top: 60px;
	border-radius: 10px;
	flex: 1;
}
.step-row .step-bx .step-img {
	margin-top: -48px;
	margin-bottom: 5px;
}
.step-cnt {
	position: relative;
}
.step-cnt .step-number {
	font-weight: 700;
	font-size: 100px;
	line-height: 100%;
	color: #C6DAE0;	
}
.step-cnt h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #10B981;
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	width: 100%;
	z-index: 1;
	transform: translateY(-50%);
}
.step-bx p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #3f3f3f;
}

/* ////////////approach CSS////////////// */
.our-approach .green-bx h5 {
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0 15px;
}
.our-approach .green-bx p {
	color: #3F3F3F;
	font-weight: 400;
}
.green-link {
	display: inline-flex;
	font-size: 18px;
	font-weight: 500;
	gap: 10px;
	text-decoration: underline;
	color: #10B981;
}
.our-approach .green-bx {
	margin-bottom: 25px;
}

/* /////////////////Testimonial CSS////////////////// */
.testimonial {
    background-size: cover;
    background-position: center center;
    padding: 120px 0;
}
.testimonial .c-heading h2 {
	color: #fff;
	font-size: 60px;
	max-width: 380px;
}
.testimonial .c-heading p {
	color: #fff;
}
.testimonial-box {
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	padding: 30px 30px;
	border-radius: 20px;
}
.testimonial-item p {
	margin: 15px 0;
	font-size: 20px;
	line-height: 40px;
}
.testimonial-person h4 {
	font-size: 16px;
	font-weight: 600;
    line-height: 30px;
}
.testimonial-person h5 {
	font-size: 16px;
	font-weight: 400;
}

.slick-dots li button::before {
	position: absolute;
	top: 50%;
	left: 50%;
    transition: all 0.5s ease-in 0s;
    transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	content: '';
	text-align: center;
	opacity: 1;
	background: #D9D9D9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 50px;
}

.slick-dots li.slick-active button::before {
	opacity: 1;
	background: #fff;
    width: 30px;
}
.slick-dots li {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 5px;
}


/* //////////////FAQ CSS///////////// */
.faq-inline {
	display: flex;
	align-items: baseline;
	gap: 30px;
}
.faq-left {
	flex-shrink: 0;
}
.faq-left img {
	margin-bottom: -15px;
}
.faq-right h4 {
  color: #3C808B;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
}
.faq-right p {
	margin-top: 15px;
}
.faq-item {
	margin-bottom: 40px;
}
.faq-box {
	margin-top: 55px;
}

/* Footer CSS */
.copyright {
	background: #0A1F2B;
	text-align: center;
	color: #fff;
	padding: 25px 0;
	font-weight: 500;
}
.footer {
	background: #294351;
	color: #fff;
	padding: 60px 0;
}
.footer .footer-left p {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	margin: 15px 0 20px;
}
.footer-left ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
}
.footer-left li {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;
}
.menu-link h3 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
}
.menu-link li {
	list-style: none;
	padding: 8px 0;
}
.menu-link li a {
	color: #fff;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 15px;
}

/* ///////////////////////////////////////// */
/* ///////////Landing Page CSS////////////// */
/* ///////////////////////////////////////// */
.what-we-do.writing-your-will h6 {
	color: #3C808B;
	font-weight: 600;
	font-size: 18px;
	margin-top: 5px;
}
.what-we-do.writing-your-will .green-bx p {
	font-weight: 400;
	margin-top: 15px;
}
.footer.landing-footer .footer-left ul {
	justify-content: flex-end;
}
.footer.landing-footer .footer-left ul:first-child {
	margin-bottom: 20px;
	padding-top: 15px;
}
.footer.landing-footer .footer-left ul:first-child a {
	color: #fff;
	text-decoration: underline;
}

.simpla-step {
    background-color: #294351;
}
.simpla-step .c-heading h2 {
	color: #fff;
}
.big-step-box {
	background: #3C808B;
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 40px;
	max-width: 90%;
}
.big-step-box .big-step-left {
	flex-shrink: 0;
	background: #10b981;
	display: block;
	padding: 30px 30px;
}
.big-step-box .big-step-left img {
	align-self: center;
	display: flex;
	height: 100%;
}
.big-step-box .big-step-right {
	color: #fff;
	padding: 20px 30px;
}
.big-step-right h4 span {
	width: 45px;
	height: 45px;
	display: inline-flex;
	justify-content: center;
	background: #10b981;
	font-weight: 600;
	font-size: 20px;
	align-items: center;
	border-radius: 50%;
}
.big-step-right h4 {
	font-size: 20px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 15px;
}
.big-step-box .big-step-right p {
	line-height: 30px;
	font-size: 16px;
}
.big-step-list .big-step-box:nth-child(2) {
	margin-left: 10%;
}



.affordable-price {
    background-color: #294351;
}
.affordable-price .c-heading h2 {
	color: #fff;
}
.affordable-price .c-heading p {
	color: #fff;
}

.ap-row {
    max-width: 885px;
    margin: 0 auto;
}
.ap-bx {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.ap-header {
	text-align: center;
	color: #fff;
	background: #3C808B;
	padding: 25px 10px;
}
.ap-header h5 {
	font-size: 20px;
	font-weight: 600;
}
.ap-header h3 {
	font-size: 70px;
	font-weight: 500;
	margin: -7px 0 0px;
}
.ap-middle {
	text-align: center;
	background: #10b981;
	color: #fff;
	font-size: 20px;
	padding: 12px 5px;
}
.ap-list {
	padding: 30px 35px 40px;
}
.ap-list .btn.btn-primary {
	font-weight: 500;
	font-size: 16px;
	padding: 14px 25px;
}
.ap-list li {
	list-style: none;
	display: flex;
	align-items: flex-start;
	gap: 10px;
    color: #000;
}
.ap-list ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}
.ap-row {
	max-width: 885px;
	margin: 0 auto;
	display: flex;
	gap: 50px;
}
.hero-banner.inner-hero-banner {
	height: auto;
	padding: 140px 0;
    background-position: right center;
}
.hero-banner.inner-hero-banner .hero-left-content h5 {
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	max-width: 650px;
	margin: 10px 0 10px;
	line-height: 45px;
}
.hero-banner.inner-hero-banner .hero-left-content p {
	margin-bottom: 20px;
}
.hero-banner.inner-hero-banner {
	height: 82vh;
	padding: 30px 0 0;
	background-position: right center;
}
.contact-details ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 20px;
}
.contact-details ul li {
	list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-details h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 19px;
}
.contact-form {
	/* border: 1px solid #3F3F3F1F; */
	background: #fff;
	padding: 0px 40px 40px;
	border-radius: 24px;
}
.contact-form h3 {
	color: #294351;
	font-size: 40px;
	font-weight: 700;
	margin: 0 auto 30px;
	text-align: center;
}
.contact-form label {
	font-size: 14px;
	margin-bottom: 10px;
}
.contact-form .form-control {
	background: #E8F1F566;
	height: 51px;
	border-radius: 12px;
	padding: 12px 18px;
}
.contact-form textarea.form-control {
	height: 150px;
    resize: none;
}





/* ///////////Common Page CSS//////////// */
.lpa-allows .green-bx h5 {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0 15px;
}
.secure-storage {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}
.secure-storage .c-heading h2 {
	color: #fff;
}
.secure-cnt h4 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 45px;
}
.secure-cnt p {
	font-size: 18px;
	max-width: 926px;
	margin: 0 auto 30px;
}
.secure-cnt ul {
	list-style: none;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-bottom: 40px;
	justify-content: center;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.secure-cnt ul li {
	width: 49%;
	align-items: center;
	display: flex;
	gap: 15px;
}
.heirkin-help {
	background: #294351;
	color: #fff;
}
.heirkin-help .c-heading h2 {
	color: #fff;
}
.heirkin-help .c-heading p {
	max-width: 680px;
	margin: 0 auto;
}
.help-bx {
	position: relative;
	background: #3C808B;
	max-width: 1046px;
	border-radius: 20px;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 50px;
}
.help-bx p {
	line-height: 30px;
	margin-bottom: 25px;
}
.help-bx .shadeLogo {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 20vw;
}
.wi-cnt h3 {
	font-size: 25px;
	font-weight: 600;
	color: #3F3F3F;
	margin-bottom: 20px;
}
.wi-cnt p {
	font-size: 18px;
	margin-bottom: 20px;
}
.wi-cnt ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.wi-cnt li {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}
.wi-cnt li strong {
	display: block;
}
.wi-image > img {
    display: block;
    width: 100%;
    border-radius: 20px;
}
.rt-image > img {
    display: block;
    width: 100%;
}
.rt-box {
	display: flex;
	border: 1px solid #dedede;
	border-radius: 20px;
	overflow: hidden;
    align-items: center;
}
.rt-box > div{
	flex: 1;
}
.rt-box .c-heading.text-start {
	margin: 30px 0;
	padding: 20px 60px;
	max-width: 55%;
}

.how-it-works .step-row .step-bx {
	background: #E8F1F5;
}

.contact-form .wpcf7-form-control.wpcf7-submit.has-spinner {
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.contact-form .wpcf7-spinner {
	display:none;
}

.contact-form .wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 14px;
	font-weight: 400 !important;
	display: block;
}
.contact-form .btn {
	height:64px;
}
.contact-form .btn span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}



/* Funnel Form Desktop CSS */
.will-form {
	background: #E8F1F5;
}
.will-form .c-heading {
	max-width: 920px;
}
.will-form .c-heading h2 {
	font-size: 30px;
	max-width: 690px;
	margin: 0 auto;
}
.will-form h6 {
	margin: 20px 20px 40px;
	font-size: 20px;
	font-weight: 600;
}
#progressbar {
	list-style: none;
	display: flex;
	gap: 45px;
	justify-content: center;
	margin-bottom: 40px;
}
#progressbar li a {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	color: #3f3f3f;
}
#progressbar li a strong {
	font-size: 24px;
	font-weight: 500;
	position: relative;
	z-index: 1;
}
#progressbar li a::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 16px;
	background: #10B981;
	opacity: 0.2;
	z-index: 0;
}
#progressbar li.active a::after {
	opacity: 1;
}
.step_boxs h4 {
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 40px;
	color: #000;
}
.step_list {
	display: flex;
	gap: 20px;
	justify-content: center;
}
.step-form-check {
	position: relative;
}
.step_list label {
	background: #fff;
	width: 250px;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	padding: 10px 10px;
	border: 2px solid #ccc;
	border-radius: 10px;
	transition: all 0.5s ease 0s;
}
.step_list .step-form-check label {
	text-align: center;
	background-image: url(../images/unselect-radio.svg);
	background-position: 8px 8px;
	background-repeat: no-repeat;
}
.step_list label:hover {
	border-color: #10B981;
	background-image: url(../images/select-radio.svg);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}
.step_list .step-form-check label span {
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	width: 100%;
}

.step_list .step-form-check input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
/* .step_boxs {
	display: none;
	transition: all 0.5s ease 0s;
} */
.step_boxs {
	opacity:0;
	width:0;
	height:0;
	overflow:hidden;
	transition: all 0.8s ease-in 0s;
}
.step_boxs.active_steps {
	opacity:1;
	width:auto;
	height:auto;
}
/* .step_boxs.active_steps {
	display: block;
} */
.step-form-check input:checked + label {
	background-image: url(../images/select-radio.svg);
	border-color: #10B981;
}
.qualify_details {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.qualify_details h3 {
	font-size: 34px;
	color: #10B981;
	font-weight: 600;
	margin: 0;
}
.qualify_details p {
	color: #000000;
	font-size: 18px;
	line-height: 30px;
}
.qualify_details ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	gap: 12px;
}
.qualify_details li {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	gap: 10px;
}
.form_design .form-label {
	color: #000;
}
.form_design .form-control {
	height: 54px;
	margin-bottom: 10px;
	border-radius: 12px;
	color: #000;
	padding: 5px 20px;
}
.form--btn .btn.btn-primary {
	padding: 14px 30px;
	font-size: 18px;
}
.form--loader {
	text-align: center;
	min-height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.step_boxs.step-one .first .wpcf7-list-item-label {
	background-image:url("../images/just-for-me.svg");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 140px;
}

.step_boxs.step-one .last .wpcf7-list-item-label {
	background-image:url("../images/me-and-partner.svg");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 140px;
}

.step_boxs.step-two .first .wpcf7-list-item-label {
	background-image:url("../images/propertyYes.svg");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 140px;
}

.step_boxs.step-two .last .wpcf7-list-item-label {
	background-image:url("../images/propertyNo.svg");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 140px;
}

.step_boxs.step-three .first .wpcf7-list-item-label {
	background-image:url("../images/childrenYes.svg");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 140px;
}

.step_boxs.step-three .last .wpcf7-list-item-label {
	background-image:url("../images/childrenNo.svg");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 140px;
}

.step_boxs.step-four .first .wpcf7-list-item-label {
	background-image:url("../images/charityYes.svg");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 140px;
}

.step_boxs.step-four .last .wpcf7-list-item-label {
	background-image:url("../images/charityNo.svg");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 140px;
}
.main-form-page {
	padding-top: 90px;
	background: #e8f1f5;
}

.step-form-check .wpcf7-list-item.first {
	margin: 0;
}

.form--btn .wpcf7-spinner {
	display: none;
}
.form--btn .btn.btn-primary input {
	background: transparent;
	border: 0;
	color: #fff;
	padding: 15px 25px;
}
.form--btn .btn.btn-primary {
	padding: 0;
}
.landing-will-form .sub-head-calc.text-center.d-none {
	display: block !important;
}

.sub-head-calc span {
	display: inline-block;
	background: #fff;
	padding: 14px 30px;
	font-size: 16px;
	border-radius: 50px;
	border: 1px solid #D4C8EC;
	color: #000;
	margin-bottom: 20px;
	font-weight: 500;
	letter-spacing: .5px;
}

.will-form .wpcf7-list-item {
	padding-bottom: 20px;
}

/* End Funnel Desktop CSS */


.terms.sp-100 {
	padding-top: 160px;
	background: #E8F1F5;
}

.terms .terms-bx p {
	color: #000;
	margin-bottom: 15px;
	font-size: 16px;
    line-height: 30px;
}

.terms .terms-bx h2 {
	font-size: 25px;
	font-weight: 600;
	color: #3C808B;
}

.terms .terms-bx a {
	color: #000;
	text-decoration: underline;
}

.foot-pop {
	background: #083148;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
.foot-pop {
	opacity: 0;
	height: 0;
	transition: all 0.3s ease 0s;
}
.foot-pop.show {
	opacity: 1;
	height: auto;
}
.foot-pop .btn.btn-primary {
	padding: 15px 25px;
	font-size: 16px;
}
body.page-template-template-home, body.page-template-template-about-us {
	padding-bottom: 73px;
}

.hero-left-content.text-center p > a {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
}



.landingModal .modal-body {
	padding: 0;
}
.landingModal .modal-body .btn-close {
	position: absolute;
	right: -15px;
	background-color: #D8F2E9;
	padding: 15px 15px;
	border-radius: 50%;
	top: -15px;
	opacity: 1;
}
.will-question-head {
	background: #10B981;
	color: #fff;
	padding: 30px 30px;
	border-radius: 5px 5px 0 0;
}
.will-question-head h3 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 15px;
}
.will-question-head p {
	line-height: 30px;
	font-weight: 500;
	font-size: 18px;
}
.will-question {
	padding: 30px;
}
.will-question .wQue {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align:center;
}
.will-question ul {
	list-style: none;
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-bottom: 30px;
}
.will-question ul li a {
	display: flex;
	flex-direction: column;
	background-color: #e8fff7;
	color: #000;
	width: 170px;
	height: 170px;
	border-radius: 10px;
	border: 1px solid #dedede;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	background-image: url(../images/unselect-radio.svg);
    background-position: 8px 8px;
    background-repeat: no-repeat;
	transition: all 0.5s ease 0s;
}
.will-question ul li a:hover {
  border-color: #10B981;
  background-image: url(../images/select-radio.svg);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}

.will-question ul li a img {
	max-height: 90px;
}


