body {
	font-family: Nunito;
	font-weight: 300 !important;
	background-image: url(../images/bacground-top-right-4.svg);
	background-position: right top;
	background-repeat: no-repeat
}

* {
	outline: none !important
}

img {
	max-width: 100%
}

.paid-text {
	letter-spacing: -0.33px;
	color: #333333;
	font-weight: 800;
	font-size: 22px;
	font-style: italic
}

.survey-text {
	letter-spacing: -0.33px;
	color: #6D29EF;
	font-weight: 800;
	font-size: 22px;
	font-style: italic
}

.make-easy-text {
	font-size: 22px;
	color: #333333;
	font-weight: 100;
	font-style: italic
}

.header-right span {
	margin-left: 3px
}

.header-right {
	vertical-align: middle
}

.header-right p {
	margin-bottom: 0
}

.footer-top {
	background-image: url(../images/footer-top.png);
	padding-top: 115px;
	padding-bottom: 120px;
	background-size: 100%;
	background-repeat: no-repeat
}

.footer-bottom {
	margin-bottom: -25px;
	background-image: url(../images/footer-bottom.webp);
	background-size: 105% 100%;
	margin-top: -125px;
	padding-top: 110px;
	padding-bottom: 20px;
	background-repeat: no-repeat
}

.footer-top p {
	font-size: 25px;
	max-width: 860px;
	margin: 0 auto
}

.footer-top p strong {
	font-weight: 800
}

.content-footer-bottom {
	color: white;
	font-size: 16px;
	padding-left: 40px
}

.content-footer-bottom a {
	color: white;
	text-decoration: underline
}

.left-part h1 {
	font-size: 28px
}

.left-part h1 span {
	font-weight: 800
}

.form-area {
    min-height: 520px;
    background-color: #F7F7F7;
    border-radius: 4px;
    box-shadow: 5px 5px 0px rgb(0 0 0 / 20%);
    max-width: 600px;
    float: right;
    width: 100%;
}
h3.form-title {
    font-weight: 800;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.84px;
    color: #333333;
}

.form-heading {
    background-color: #F4C400;
    padding: 60px 0 20px;
    border-radius: 4px 4px 0 0;
    color: #333333;
    position: relative;
}

.faq-content {
    padding-top: 6px;
}

section.form-section {
	margin-top: 40px
}
h3.title-item:after {
    content: "+";
    position: absolute;
    width: 25px;
    height: 25px;
    right: 15px;
    border: 1px solid #707070;
    text-align: center;
    font-size: 28px;
    line-height: 22px;
    border-radius: 50%;
    box-sizing: border-box;
    padding-left: 1px;
    font-weight: 100;
    top: 14px;
}


.form-shortcode {
    padding: 35px 50px;
}



.form-heading:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 96px;
	background-image: url(../images/ghim.svg);
	background-repeat: no-repeat;
	top: -54px;
	left: 0;
	background-position: center
}

.privacy-text {
	font-size: 14px;
	color: #6C6C6C;
	font-weight: 500;
	background-image: url(../images/lock-icon.svg);
	background-repeat: no-repeat;
	width: fit-content;
	margin: 15px auto 0;
	padding-left: 15px;
	background-position: left 2px
}

.privacy-text a {
	font-weight: 800;
	color: #393131;
	text-decoration: underline
}


.form-section .left-part img {
	max-width: 100%
}

.bottom_form a {
    cursor: pointer;
    background: #7BB728 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 0px #0000006a;
    color: #FFFFFF;
    text-shadow: 1px 0.5px 0px #00000029;
    font-size: 20px;
    line-height: 27px;
    font-weight: 800;
    padding: 10px 80px;
    border-radius: 5px;
    display: block;
    width: max-content;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
}
ul.item-content {
    text-align: left;
    font: normal normal normal 20px/25px Helvetica;
    letter-spacing: 0px;
    color: #fff;
    padding: 15px 20px;
    background: #6D29EF 0% 0% no-repeat padding-box;
    border-radius: 31px;
    position: relative;
    margin-bottom: 40px;
}
ul.item-content li.item {
    list-style: none;
    margin-bottom: 0px;
    padding: 10px;
    position: relative;
}
ul.item-content li.item h4 {
    font-weight: 600;
    margin-bottom: 10px;
}
p.authr {
    margin: 0;
    text-align: right;
    font-weight: 600;
    font-style: italic;
}
ul.item-content:before {
    content: "";
    top: -20px;
    left: 27px;
    position: absolute;
    background-image: url(../images/testimonials-top.png);
    width: 46px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
ul.item-content:after {
    content: "";
    bottom: -20px;
    right: 27px;
    position: absolute;
    background-image: url(../images/testimonials-top.png);
    width: 46px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.owl-dots {
    display: none;
}
.owl-nav span {
    color: #000000;
    font-size: 70px;
    font-family: monospace;
    height: 33px;
    display: block;
}
button.owl-prev {
    position: absolute;
    top: calc(50% - 15px);
    left: -44px;
}
button.owl-next {
    position: absolute;
    top: calc(50% - 15px);
    right: -44px;
}
@media screen and (max-width:1440px) {
	section.form-section {
		margin-top: 28px
	}

	h3.form-title {
		margin-bottom: 0
	}





}

@media screen and (max-width:991px) {
	.col-join-button label span {
		padding-right: 5px
	}

	button.join-all-bt {
		padding: 5px 30px 0
	}

}

@media screen and (max-width:930px) {
	body {
		background-position-y: 60px
	}

	.footer-top {
		padding-top: 80px;
		padding-bottom: 110px
	}

	.footer-top p {
		font-size: 20px
	}

}

@media screen and (max-width:767px) {
	.header-right span {
		font-size: 18px;
		line-height: 20px
	}

	.site-branding img {
		max-width: 125px
	}

	.footer-top {
		padding-top: 60px
	}

	.footer-top p {
		font-size: 16px
	}

	.footer-bottom {
		background-size: 160% 100%;
		padding-top: 90px;
		padding-bottom: 10px
	}

	.footer-bottom p {
		font-size: 14px
	}

	.content-footer-bottom {
		padding-left: 15px
	}

	.header-right p {
		line-height: 20px;
		padding-top: 10px
	}

	h3.title-item {
	    padding: 0px 50px 0px 15px;
	    min-height: 54px;
	    display: flex;
	    align-items: center;
	    line-height: 20px;
	    font-size: 18px;
	}
	.form-shortcode {
	    min-height: calc(100vh - 260px);
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	}
	ul.item-content {
	    padding: 15px 10px;
	}
	ul.item-content li.item {
	    padding: 20px 10px;
	    min-height: 330px;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	}

}

@media screen and (max-width:575px) {
	.logo-footer {
		text-align: center;
		margin-bottom: 25px
	}

	.footer-bottom p {
		font-size: 13px
	}

	.footer-bottom {
		background-size: 200% 100%;
		padding-top: 60px
	}

	.footer-top {
		background-size: 200% 100%
	}

	.form-heading:before {
		background-size: 140px;
		top: -51px
	}

	h3.form-title {
		font-size: 25px;
		margin-bottom: 0px
	}

	.form-heading {
		padding-top: 35px
	}

	

}

@media screen and (max-width:480px) {
	.footer-bottom {
		background-size: 240% 100%
	}

	body {
		background-size: 140%
	}

	.page-template-default article.page {
		padding: 40px 15px
	}

	.step-form h3 {
		font-size: 20px;
		line-height: 25px
	}

	.form-shortcode {
	    padding: 30px 30px 15px;
	}
	button.owl-prev {
	    left: -34px;
	}
	button.owl-next {
	    right: -34px;
	}
	
	h3.form-title {
	    font-size: 24px;
	}

	.form-area {
		min-height: 500px
	}

	

	.privacy-text {
		white-space: nowrap;
		font-size: 13px;
		padding-top: 3px
	}
	.bottom_form a {
	    padding: 10px 0px;
	    width: 100%;
	}
	ul.item-content li.item h4 {
	    font-size: 20px;
	}
	p.cten {
	    font-size: 18px;
	    line-height: 25px;
	}
}