/*********** thanks for purchase page *********/
main#main {
	padding: 0;
}
body#top.singular:not(.home) header {
	box-shadow: 0px 12.99465274810791px 34.652408599853516px 0px rgba(68, 72, 169, 0.12);
}
.pad_up_down {
	padding: 80px 0;
}
.mar_up_down {
	margin: 80px 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: 'DM Sans';
}
a.go_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 90;
	border-radius: 12px;
	background: #FF8671;
	box-shadow: 0px 10px 30px 0px rgba(255, 134, 113, 0.15);
	width: 60px;
	height: 60px;
	display: none;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
}
.fixed a.go_top {
	display: flex;
}
a.go_top:hover {
	background: #394486;
	color: #fff;
	text-decoration: none;
}
.define_align {
	display: inline-block;
	width: 100%;
}
.hero_sec {
	background: transparent;
}
.hero_sec_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: initial;
	-moz-box-direction: initial;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-moz-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 35px;
}
.hero_sec_wrapper>* {
	width: calc(50% - 17.5px);
}
.hero_sec_wrapper .img_sec img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.hero_sec_wrapper .content h1 {
	display: inline-block;
	vertical-align: top;
	width: auto;
	font-size: 60px;
	line-height: 72px; 
	font-weight: 700;
	color: #2E3054;
	margin: 0 0 20px;
}
.hero_sec_wrapper .content h3 {
	display: inline-block;
	vertical-align: top;
	width: auto;
	color: #686982;
	font-size: 32px;
	line-height: 34px;
	font-weight: 400;
	font-family: Roboto !important;
	margin: 0 0 5px;
}
.hero_sec_wrapper .content p {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0;
	font-size: 20px;
	line-height: 34px;
	color: #686982;
	font-weight: 400;
	font-family: Roboto !important;
}
.hero_sec_wrapper .content h1 span {
	color: #FF8671;
}

.step_guide_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: initial;
	-moz-box-direction: initial;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: space-between;
	-moz-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 35px;
	text-align: center;
}
.step_guide_wrapper>* {
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 15px 40px 0px rgba(68, 72, 169, 0.12);
	padding: 20px;
	border-left: 4px solid #4448A9;
	width: 100%;
}
.step_guide_wrapper p {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	color: #686982;
	font-family: Roboto !important;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	text-transform: capitalize;
	margin: 0;
}
.step_guide_wrapper img {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 16px;
}
.thnx_page .hero_sec {
	padding-bottom: 0;
}


.brands_banner {
	padding: 109px 30px;
	text-align: center;
}
.brands_banner.mar_up_down {
	margin-bottom: 0;
}
.sec_head h2 {
	color: #2E3054;
	font-size: 36px;
	font-weight: 700;
	line-height: 46px;
	text-transform: capitalize;
	margin: 0 0 24px;
	display: inline-block;
	vertical-align: top;
	max-width: 790px;
	width: 100%;
}
.sec_head h2 span {
	color: #ff7b5e;
}
.sec_head p {
	font-size: clamp(16px, 1.250vw, 18px);
	line-height: clamp(26px, 1.944vw, 28px);
	color: #686982;
	font-family: 'Roboto';
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0 0 25px;
}
.sec_head p:last-child {
	margin: 0;
}
.sec_head {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.brands_banner h2 span {
	color: #FF8671;
}
.brands_banner ul {
	width: 100%;
	vertical-align: top;
	margin: 0;
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: initial;
	-moz-box-direction: initial;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 55px;
}

.testi_help {
	padding: 125px 0 125px;
	background: linear-gradient(180deg, #4448A9 0%, rgba(68, 72, 169, 0.80) 100%);
	margin: 80px 0 0;
}
.testi_wrapper {
	text-align: center;
}
.testi_wrapper .testi_card {
	max-width: 800px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.testi_wrapper .testi_card p {
	position: relative;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.testi_wrapper .testi_card p:first-child:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(https://traffic.nobsmarketplace.com/wp-content/uploads/2023/08/quotes.png);
	position: absolute;
	top: -20px;
	left: -40px;
}
.testi_card .posted_by_user {
	margin: 16px 0 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: initial;
	-moz-box-direction: initial;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
}
.testi_card .posted_by_user .user_img {
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.testi_card .posted_by_user .user_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}
.posted_by_user .user_info {
	text-align: left;
	display: flex;
	flex-direction: column;
}
.posted_by_user .user_info h4 {
	color: #fff;
	font-family: Roboto !important;
	font-size: clamp(16px, 1.250vw, 18px);
	font-weight: 700;
	line-height: normal;
	margin: 0;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.posted_by_user .user_info span {
	opacity: .7;
	color: #DDE0F3;
	font-family: Roboto !important;
	font-size: clamp(14px, 1.042vw, 15px);
	font-weight: 400;
	line-height: normal;
	display: inline-block;
	vertical-align: top;
}

.help {
	text-align: center;
	margin-top: -180px;
	margin-bottom: 160px;
	position: relative;
	z-index: 1;
}
.help_wrapper h2 {
	color: #FFF;
	font-size: 36px;
	font-weight: 700;
	line-height: 56px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0 0 50px;
}
.how_help {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: initial;
	-moz-box-direction: initial;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: space-between;
	-moz-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 35px;
	text-align: center;
}
.how_help_card {
	padding: 30px 20px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 15px 40px 0px rgba(68, 72, 169, 0.12);
}
.how_help_card h4 {
	color: #FF8671;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 16px;
	padding: 0 0 16px;
	position: relative;
}
.how_help_card h4:after {
	content: '';
	width: 33px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-tranform: translateX(-50%);
	height: 2px;
	background: #FF8671;
}
.how_help_card p {
	color: #686982;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.faq_landing_main #faq_signup .show-posts {
	display: none;
}
.faq_landing_main #faq_signup .show-postsall {
	display: block !important;
}
.faq_x1.faq_landing_main #faq_signup .card_signup .card-header .btn-header-link.collapsed {
	background: #F4F5FB;
	border-radius: 15px;
}
.faq_x1.faq_landing_main #faq_signup .card_signup .card-header .btn-header-link {
	color: #2E3054;
	border-radius: 15px;
	font-size: 20px;
	line-height: 30px;
}
.faq_x1.faq_landing_main #faq_signup .card_signup .card-header .btn-header-link:not(.collapsed) {
	border-radius: 15px 15px 0 0;
	background: #fff;
}
.faq_x1.faq_landing_main #faq_signup .card_signup .collapse.show {
	background: #fff;
}
.faq_x1.faq_landing_main #faq_signup .card_signup .collapse .card-body p {
	background: transparent;
	color: #686982;
}
.faq-x1.faq_landing_main #faq_signup .card_signup .collapsing {
	background: #fff;
}
.faq_x1.faq_landing_main #faq_signup .card_signup.active {
	box-shadow: 0px 8.663102149963379px 21.65775489807129px 0px rgba(55, 58, 118, 0.15);
}
.faq_x1 .faq_title-main h2 {
	color: #2E3054;
	text-align: center;
	font-family: DM Sans;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
}
.faq_x1.faq_landing_main #faq_signup .card_signup:not(:last-child) {
	margin: 0 0 10px;
}
.faq_x1.faq_landing_main #faq_signup .card_signup {
	margin: 0;
	border-radius: 15px;
}
.faq_x1.faq_landing_main .optimize_button_orange {
	margin: 30px 0 0;
}
.faq_x1.faq_landing_main .optimize_button_orange a {
	color: #FF7B5E;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	background: #fff;
	box-shadow: none;
	border-radius: 8px;
	border: 1px solid #FF7B5E;
	padding: 14.5px 18px;
}
.faq_x1.faq_landing_main .optimize_button_orange a:hover {
	background: #2e376e;
	color: #fff;
	border-color: #2e376e;
}
section.faq_landing_main.faq_x1 {
	margin: 128px 0 128px;
}

.sign_up_newsletter {
	text-align: center;
	margin: 0 0 91px;
}
.newsletter_blubox {
	max-width: 995px;
	border-radius: 15px;
	background: #4448A9;
	box-shadow: 0px 15px 40px 0px rgba(68, 72, 169, 0.12);
	width: 100%;
	padding: 22px 30px;
	text-align: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex-inline;
	display: inline-flex;
	-webkit-box-direction: initial;
	-moz-box-direction: initial;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-moz-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.newsletter_blubox .content h3 {
	color: #FFF;
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	margin: 0 0 9px;
}
.newsletter_blubox .content p {
	color: #FFF;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	opacity: 0.8;
}
.newsletter_blubox .content p a {
	color: #FF8671;
	text-decoration: underline;
}
.newsletter_blubox .form_side {
	width: 100%;
	max-width: 553px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 15px 40px 0px rgba(68, 72, 169, 0.12);
	overflow: hidden;
	padding: 6px;
}
.newsletter_blubox .form_side {
	width: 100%;
	max-width: 553px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 15px 40px 0px rgba(68, 72, 169, 0.12);
	overflow: hidden;
	padding: 6px 6px 6px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex-inline;
	display: inline-flex;
	-webkit-box-direction: initial;
	-moz-box-direction: initial;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-moz-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.newsletter_blubox input[type="submit"],
.newsletter_blubox button {
	border-radius: 12px;
	background: #FF7B5E;
	color: #FFF;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	outline: none;
	border: 0;
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	padding: 15px 51px;
}
.newsletter_blubox input[type="submit"]:hover,
.newsletter_blubox button:hover {
	background: #2e376e;
}
.newsletter_blubox .form_side .form_row:first-child {
	width: calc(100% - 185px);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex-inline;
	display: inline-flex;
	-webkit-box-direction: initial;
	-moz-box-direction: initial;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: flex-start;
	-moz-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 20px;
}
.newsletter_blubox .form_side .form_row:first-child input {
	outline: none;
	border: none;
	margin: 0;
	height: auto;
	min-height: auto;
	padding: 0 0 0 15px;
	color: #686982;
	font-family: Roboto;
	font-size: clamp(16px, 1.250vw, 18px);
	font-style: normal;
	font-weight: 400;
	line-height: clamp(30px, 2.222vw, 32px);
}
/*********** thanks for purchase page end *********/

/******* best package ***********/
.best_package_hero_sec.pad_up_down {
	margin: 0 0 80px;
}
.best_package_hero_sec .form_sec {
	width: calc(41.46% - 17.5px);
}
.best_package_hero_sec .content {
	width: calc(58.54% - 17.5px);
	gap: 36px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: initial;
	-moz-box-direction: initial;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-moz-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.best_package_hero_sec .content>* {
	margin: 0 !important;
}
.hero_sec_wrapper .content ul {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 26px;
	list-style: none;
}
.hero_sec_wrapper ul li {
	font-size: clamp(16px, 1.250vw, 18px);
	line-height: clamp(26px, 1.944vw, 28px);
	font-family: Roboto;
	color: #686982;
	position: relative;
}
.hero_sec_wrapper ul li:not(:last-child) {
	margin-bottom: 16px;
}
.hero_sec_wrapper ul li:before {
	content: '';
	background: url(/wp-content/uploads/2024/11/checknew.png);
	width: 18px;
	height: 18px;
	background-size: contain;
	position: absolute;
	top: 5px;
	left: -26px;
}
.hero_sec_wrapper .form_card {
	background: #FFF;
	box-shadow: 0px 15px 40px rgba(68, 72, 169, 0.12);
	border-radius: 8px;
	border-top: 4px solid #FF8671 !important;
	padding: 45px 35px;
}
.hero_sec_wrapper .form_card p {
	color: #2E3054;
	font-size: clamp(20px, 1.528vw, 22px);
	font-weight: 700;
	line-height: clamp(20px, 2.639vw, 38px);
	text-transform: capitalize;
	margin: 0 0 5px;
}
.hero_sec_wrapper .form_card h3 {
	margin: 0 0 35px;
	color: #ff8761;
	font-size: clamp(24px, 2.500vw, 36px);
	font-weight: 700;
	line-height: clamp(20px, 2.639vw, 38px);
	text-transform: capitalize;
}
.hero_sec_wrapper .form_card h3 span {
	font-size: clamp(16px, 1.528vw, 22px);
	font-weight: 700;
	line-height: clamp(20px, 2.639vw, 38px);
	text-transform: capitalize;
	color: #686982;
}
.best_package_hero_sec .hero_sec_wrapper {
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

/******* best package end ***********/


/********** monthly package *******/
.mnthly_hero_sec .hero_sec_wrapper .content h1 {
	margin: 0 0 10px;
}
.mnthly_hero_sec .hero_sec_wrapper .content p {
	margin: 0 0 26px;
	display: inline-block;
	vertical-align: top;
}
a.orng_btn_sq {
	width: auto;
	display: inline-block;
	vertical-align: top;
	border-radius: 8px;
	background: #FF8671;
	color: #FFF;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	padding: 19px 24px;
}
a.orng_btn_sq:hover {
	background: #394486;
	text-decoration: none;
	color: #fff;
}

.la_strategy {
	text-align: center;
}
span.solo_link {
	color: #4448A9;
	font-size: 20px;
	font-weight: 400;
	line-height: 46px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.la_strategy .sec_head {
	margin: 0 0 0px;
	max-width: 995px;
}

.strategy {
	text-align: center;
	padding: 0 50px;
}
.strategy .step_guide_wrapper {
	text-align: left;
}
.strategy .step_guide_wrapper h3 {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	color: #2E3054;
	font-weight: 700;
	margin: 0 0 5px;
	font-size: clamp(16px, 1.250vw, 18px);
	line-height: clamp(26px, 1.944vw, 28px);
}
.strategy .step_guide_wrapper p {
	font-size: clamp(16px, 1.250vw, 18px);
	line-height: clamp(26px, 1.944vw, 28px);
	color: #686982;
	font-weight: 400;
}
.strategy .step_guide_wrapper>* {
	border-width: 5px;
}
.strategy .step_guide_wrapper img {
	margin: 0 0 9px;
}
.strategy-bg {
	padding: 145px 0 274px 0;
	background-color: #F8F9FE;
}

.our-manage-outer {
	margin: -290px 0 80px 0;
	text-align: center;
}
.our-manage-inner {
	float: none;
	width: 100%;
	max-width: 740px;
	display: inline-block;
	padding: 59px 30px 20px 30px;
	box-shadow: 0px 15px 40px rgba(68, 72, 169, 0.12);
	border-radius: 15px;
	border-top: 4px solid #FF8671;
	background-color: #fff;
}
.our-manage-inner h2 {
	float: left;
	width: 100%;
	margin: 0 0 48px 0;
	padding: 0;
	color: #2E3054;
	text-align: center;
	font-family: DM Sans;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 46px;
	text-transform: capitalize;
}
.our-manage-inner h2 span {
	color: #FF8671;
}
.our-manage-inner h5 {
	float: left;
	width: 100%;
	margin: 0 0 24px 0;
	padding: 0;
	color: #686982;
	text-align: center;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}
.our-manage-inner p {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	color: #686982;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}
.our-manage-inner p:last-child {
	margin: 0;
}

.you_get_outer {
	text-align: center;
	padding: 0 50px;
}
.you_get_heading h2 {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	color: #2E3054;
	text-align: center;
	font-family: DM Sans;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 46px;
	text-transform: capitalize;
}
.you_get_heading p {
	float: left;
	width: 100%;
	color: #686982;
	text-align: center;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 30px 0;
	padding: 0;
}
.you_get_col_inner {
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 15px 40px 0px rgba(68, 72, 169, 0.12);
	padding: 43px 30px 28px 30px;
	height: 100%;
}
div.you_get_col {
	padding: 0 17px;
}
.you_get_col_head {
	text-align: center;
}
.you_get_icon {
	float: none;
	width: 75px;
	height: 75px;
	border-radius: 12px;
	background: #FF8671;
	box-shadow: 0px 10px 30px 0px rgba(255, 134, 113, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.you_get_col_head h4 {
	float: left;
	width: 100%;
	margin: 19px 0 8px 0;
	padding: 0;
	color: #2E3054;
	text-align: center;
	font-family: DM Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.you_get_col_inner p {
	float: left;
	width: 100%;
	margin: 0;
	color: #686982;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	padding: 10px 0;
	border-bottom: 1px dashed #D5D5F7;
}
.you_get_col_inner p:last-child {
	border: none;
}
.you_get_col_outer {
	padding: 0 0 149px 0;
	position: relative;
}
.you-get-btn {
	padding: 40px 0 0 0;
	position: relative;
}
.you_get_col_outer:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 137px);
	background: linear-gradient(180deg, #2B2E60 0%, rgba(59, 66, 180, 0.80) 100%);
}
.you-get-btn a.orng_btn_sq:hover {
	background-color: #fff;
	color: #FF8671;
}
.in-house-left h2 {
	float: left;
	width: 100%;
	margin: 0 0 32px 0;
	padding: 0;
	color: #2E3054;
	font-family: DM Sans;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 46px;
	text-transform: capitalize;
}
.in-house-left h2 span {
	color: #FF8671;
	width: 100%;
	float: left;
}
.in-house-left p {
	float: left;
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0;
	color: #686982;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}
.in-house-left p:last-child {
	margin: 0;
}
.in-house-left p span {
	font-weight: 500;
}
.in-house-right img {
	width: 100%;
}
.in-house-outer .row {
	align-items: center;
}
.in-house-newsletter {
	text-align: center;
	margin: 60px 0 0 0;
}
/********** monthly package end *******/


html,
body { margin: 0px; padding: 0px; font-family: 'DM Sans', sans-serif !important; scroll-behavior: smooth; } h1, h2, h3, h4, h5, h6, ul, li, a, p { margin: 0px; padding: 0px; }
img { max-width: 100%; }
a:hover, a:focus, button:hover, button:focus { text-decoration: none; box-shadow: none; outline: 0; }
.container {
	max-width: 1230px;
}
.log-sec img {
	max-width: 140px;
}
.call-btn a {
	display: inline-flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FF8671;
	box-shadow: 0px 8px 15px rgb(255 134 113 / 30%);
	border-radius: 30px;
	padding: 4px 25px 4px 4px;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.call-btn img {
	width: 43px;
	height: 43px !important;
	padding: 10px;
	background: #ffffff7a;
	border-radius: 50px;
	margin-right: 15px;
	object-fit: none;
}
.call-btn a:hover {
	background: #394486;
	box-shadow: 0px 8px 15px rgb(57 68 134 / 30%);
	color: #fff;
	text-decoration: none;
}
a {
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
}
header {
	padding: 45px 0;
}
.banner-left-sec h1 {
	font-family: 'DM Sans' !important;
	position: relative;
	font-weight: 700;
	font-size: 52px;
	line-height: 66px;
	color: #171A1C;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px;
}
.banner-inner {
	display: flex;
	width: 100%;
	justify-content: space-between;
	gap: 30px;
}
.banner-inner .banner-left-sec {
	max-width: 650px;
}
.banner-sec {
	padding-top: 30px;
}
.banner-left-sec h1::before {
	content: '';
	width: 100%;
	height: 100%;
	background: url('https://traffic.nobsmarketplace.com/wp-content/uploads/2023/07/inner_page_line.svg');
	position: absolute;
	background-repeat: no-repeat;
	background-size: auto;
	bottom: -7px;
	background-position: bottom right;
	right: 45px;
	z-index: -1;
}
.banner-left-sec h2 {
	font-family: 'DM Sans' !important;
	color: #0a1733;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.banner-left-sec p {
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	color: #656C71;
	margin: 0;
}
.publisher-sec {
	padding: 140px 0;
}
.publisher-sec-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	background: #f8faff;
	border-radius: 20px;
	padding: 107px 50px;
}
.highlighted-content {
	font-family: 'DM Sans' !important;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color: #FF8671;
}
.section-header {
	margin: 0 auto;
	font-family: 'DM Sans' !important;
	font-weight: 700;
	font-size: 34px;
	line-height: 44px;
	color: #171A1C;
	max-width: 970px;
	display: block;
	width: 100%;
}
.publisher-sec-inner p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #656C71;
	margin-left: 30px;
}
.offer_card_outer.publisher-sec-inner .publisher-content-sec {
	width: 35%;
	float: left;
}
.offer_card_outer.publisher-sec-inner .offer_card_form {
	width: 65%;
	float: left;
}
.publisher-img-sec {
	width: 50%;
}
.publisher-sec-inner ul li {
	font-family: 'DM Sans';
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #656C71;
	margin: 0 0 8px;
	list-style: disc;
	margin-left: 30px;
}
.section-header span {
	color: #FF8671;
}
.link-building-sec {
	padding: 0 0 60px;
}
.link-building-sec .publisher-sec-inner {
	padding: 0;
	background: transparent;
	gap: 100px;
}
.link-building-sec p {
	margin-bottom: 10px;
}
.link-building-sec .publisher-content-sec {
	width: 57%;
}
.link-building-sec .publisher-img-sec {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 60px;
	row-gap: 22px;
}
.link-building-sec .publisher-img-sec .link-building-cols {
	width: calc(50% - 30px);
	text-align: center;
}
.link-building-sec .publisher-img-sec {
	display: flex;
	justify-content: space-around;
	align-items: center;
	column-gap: 60px;
	row-gap: 22px;
	flex-wrap: wrap;
}
.link-building-sec .publisher-img-sec h4 {
	font-family: 'DM Sans' !important;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #171A1C;
	margin: 13px 0 11px;
}
.link-building-sec .publisher-img-sec p {
	font-size: 16px;
	line-height: 26px;
}
h4.section-header {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}
.offer_card_outer.publisher-sec-inner {
	text-align: left;
	background: #FFFFFF;
	border-radius: 20px;
	box-shadow: 0px 25px 50px rgb(216 226 254 / 60%);
	width: calc(100% - 200px);
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	-moz-box-align: center;
	align-items: center;
	padding: 30px;
	position: relative;
	margin: 0 0 150px;
}
.offer_card {
	text-align: center;
}
.offer_card .offer_card_outer::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: url('https://4773469.fs1.hubspotusercontent-na1.net/hubfs/4773469/offer_top_blue.png');
	border-radius: 20px 20px 0 0;
	background-size: calc(100% + 4px);
	background-position: top;
}
.choose-sec-outer .choose-inner {
	padding: 0;
	background: transparent;
}
.choose-col-inner.publisher-img-sec {
	background: #fff;
	display: block;
	width: 100%;
	min-height: 305px;
	box-shadow: 0px 25px 50px rgb(216 226 254 / 60%);
	border-radius: 20px;
	padding: 32px 15px 25px;
	text-align: center;
	border-top: 8px solid #FF8671;
}
.choose-col-inner.publisher-img-sec img {
	text-align: center;
	margin: auto;
	padding: 0 15px;
	max-width: 75px;
}
.choose-col {
	padding: 0 15px;
}
.choose-sec-outer .choose-inner .slick-list {
	overflow: visible;
}
.empower-sec p {
	margin-left: 0;
	margin-bottom: 30px;
}
.empower-sec p:last-child {
	margin-bottom: 0px;
}
.empower-sec .section-header {
	max-width: 90%;
}
.empower-sec .offer_card_outer.publisher-sec-inner {
	margin: 0 0 50px;
}
.choose-sec-outer.define_float.link-building-sec {
	padding: 0 0 10px;
}
.home::before {
	background: url('https://traffic.nobsmarketplace.com/wp-content/uploads/2023/07/whole_background.png');
	background-color: rgba(0, 0, 0, 0);
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: cover;
	background-color: transparent;
	background-position: top left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	z-index: 0;
	background-color: #fff;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
}
.home {
	position: relative;
}
.banner-form .cont_form {
	text-align: center;
	background: linear-gradient(135deg, rgba(13, 37, 97, 1) 1.58%, rgba(25, 110, 167, 1) 100%);
	box-shadow: 0px 15px 30px rgb(13 37 97 / 20%);
	border-radius: 20px;
	padding: 50px 35px 60px;
}
.cont_para {
	margin: 0 0 22px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	padding: 0 30px;
}
#hbspt-form-44695e27-ca92-4a18-9c9a-da5f294a26bc input {
	border-radius: 40px;
	border: none;
	box-shadow: none;
	padding: 16px 20px 16px 56px;
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	height: auto;
	background: rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
}
.publisher-sec-inner .publisher-content-sec {
	width: 50%;
}
#hbspt-form-44695e27-ca92-4a18-9c9a-da5f294a26bc .hs-button {
	background: #FF8671;
	box-shadow: 0px 8px 15px rgb(255 134 113 / 25%);
	border-radius: 30px;
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 18px;
	min-width: 185px;
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	margin: 42px 0 0;
}
.cont_form input:not(.hs-button) {
	margin: 0;
	border-radius: 40px;
	border: none;
	box-shadow: none;
	padding: 16px 20px 16px 56px;
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	height: auto;
	background: rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
}
#hsForm_b43404e5-f516-4eb9-94d1-c3c5ff887273 .form-columns-2 {
	display: block;
}
.banner-form .cont_form .hs-form-field::before {
	content: '';
	position: absolute;
	top: 18px;
	left: 18px;
	width: 24px;
	height: 24px;
	background-size: contain !important;
	z-index: 1;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.banner-form .cont_form .hs-form-field {
	position: relative;
}
.banner-form .cont_form .hs_firstname::before {
	background: url('https://traffic.nobsmarketplace.com/wp-content/uploads/2023/07/user_white.webp');
}
.banner-form .cont_form .hs_lastname::before {
	background: url('https://traffic.nobsmarketplace.com/wp-content/uploads/2023/07/user1.svg');
}
.banner-form .cont_form .hs_email::before {
	background: url('https://traffic.nobsmarketplace.com/wp-content/uploads/2023/07/mail_white.webp');
}
.banner-form .cont_form .hs_website::before {
	background: url('https://traffic.nobsmarketplace.com/wp-content/uploads/2023/07/globe_white.webp');
}
.cont_form label:not(.hs-error-msg) {
	display: none;
}
.cont_form select {
	border: 1px solid #bdc3db;
	border-top-color: rgb(189, 195, 219);
	border-right-color: rgb(189, 195, 219);
	border-bottom-color: rgb(189, 195, 219);
	border-left-color: rgb(189, 195, 219);
	border-radius: 8px;
	height: 62px;
	display: block;
	width: 100% !important;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-size: 10px;
	background-image: url('https://traffic.nobsmarketplace.com/wp-content/uploads/2023/07/icons8-arrow-50.png');
	background-position: center right 10px;
	font-family: 'DM Sans', sans-serif !important;
}
.cont_form .hs-form-field {
	margin-bottom: 15px;
	position: relative;
}
.cont_form input.hs-button {
	font-family: 'DM Sans';
	border: none;
	background: #FF8671;
	box-shadow: 0px 8px 15px rgb(255 134 113 / 25%);
	border-radius: 30px;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 18px;
	min-width: 185px;
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	margin: 18px 0 0;
}
.cont_form input.hs-button:hover {
	background: #2e376e;
	box-shadow: 0 8px 15px #2e376e40;
	color: #fff;
}
.no-list.hs-error-msgs.inputs-list label {
	font-size: 14px;
	color: #EF6B51;
	margin: 0;
	line-height: 24px;
	font-weight: 500;
	display: block;
}
.no-list.hs-error-msgs.inputs-list {
	list-style: none;
	margin: 0;
}
.cont_form input.hs-button:focus:focus-visible {
	outline: none;
}
.cont_form input:not(.hs-button)::placeholder {
	opacity: 0.5;
}
.banner-form.hero_wrapper.dark.six_by_4 {
	max-width: calc(100% - 650px);
}
#main {
	float: left;
	width: 100%;
	padding-bottom: 0;
}
/* Optimize Your SEO Section CSS Start */
section.optimize_your-seo {
	margin: 0 0 0px;
}
.optimize_inner-ct h5 {
	width: 100%;
	margin: 0 0 5px;
	font-family: 'DM Sans';
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color: #FF8671;
	float: left;
}
.optimize_inner-ct h2 {
	font-family: 'DM Sans';
	font-weight: 700;
	font-size: 34px;
	line-height: 44px;
	text-align: center;
	color: #171A1C;
	margin: 0 0 15px;
	width: 100%;
	float: left;
}
.optimize_inner-ct h2 span {
	color: #FF8671;
}
.optimize_inner-ct p {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #656C71;
	margin: 0 0 0px;
	float: left;
	width: 100%;
}
.optimize_button_orange {
	margin: 20px 0 0;
}
.optimize_button_orange a {
	background: #ff8671;
	box-shadow: 0 8px 15px rgb(255 134 113 / 25%);
	border-radius: 30px;
	font-family: 'DM Sans';
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 18px 30px;
	min-width: 185px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: .3s ease all;
	-ms-transition: .3s ease all;
	-o-transition: .3s ease all;
	display: inline-block;
	margin: 0;
	text-decoration: none;
}
.optimize_button_orange a:hover {
	background: #2e376e;
	box-shadow: 0 8px 15px rgb(46 55 110 / 25%);
	color: #fff;
	text-decoration: none;
}
/* Optimize Your SEO Section CSS End */

/* worked with Client Section Start */
section.worked_with-landing {
	margin: 0px 0 125px;
}
.worked_client-wrap h2 {
	font-family: 'DM Sans' !important;
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	line-height: 66px;
	text-align: center;
	color: #171A1C;
	margin: 0 0 29px;
	float: left;
	width: 100%;
}
.worked_client-wrap h2 span {
	color: #ff8671;
}
/* worked with Client Section End */

/* insurane policy landing Section CSS Start */
section.insurane_policy-landing {
	margin: 30px 0 150px;
}
.insurance_blue_card {
	background: rgb(13, 37, 97);
	background: -moz-linear-gradient(top, rgba(13, 37, 97, 1) 0%, rgba(24, 108, 165, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(13, 37, 97, 1) 0%, rgba(24, 108, 165, 1) 100%);
	background: linear-gradient(to bottom, rgba(13, 37, 97, 1) 0%, rgba(24, 108, 165, 1) 100%);
	padding: 104px 50px;
	box-shadow: 0px 25px 50px rgb(216 226 254 / 60%);
	border-radius: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: initial;
	-moz-box-direction: initial;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-moz-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}
.insurance_blue_leftct h2 {
	font-family: 'DM Sans' !important;
	font-weight: 700;
	font-size: 34px;
	line-height: 66px;
	text-align: left;
	color: #fff;
	margin: 0 0 5px;
	max-width: 100%;
	width: 100%;
	float: left;
}
.insurance_blue_leftct ul {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0 0 0 40px;
	list-style: none;
}
.insurance_img_rightct {
	float: left;
	width: 350px;
}
.insurance_blue_leftct {
	float: left;
	width: calc(100% - 350px);
}
.insurance_blue_leftct h2 span {
	color: #FF8671;
}
.insurance_blue_leftct ul li {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 27px;
	position: relative;
	margin: 0 0 15px;
}
.insurance_img_rightct img {
	min-width: 390px;
	float: right;
}
.insurance_blue_leftct ul li:last-child {
	margin: 0;
}
.insurance_blue_leftct ul li::before {
	content: '';
	background: url('https://traffic.nobsmarketplace.com/wp-content/uploads/2023/07/check_trans_white.webp');
	background-position: top center;
	position: absolute;
	top: 50%;
	left: -40px;
	width: 21px;
	height: 20px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: 100%;
}
/* insurane policy landing Section CSS End */

/* Agency And Consultant Section Start */
.agency_consultant_main {
	margin: 0 0 50px;
	border-radius: 20px;
	padding: 44px 100px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: initial;
	-moz-box-direction: initial;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-moz-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: -moz-linear-gradient(left, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 1) 100%);
	background: linear-gradient(to right, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 1) 100%);
}
.agency_left-ct h5 {
	width: 100%;
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color: #FF8671;
	float: left;
	line-height: 22px;
}
.agency_left-ct h2 {
	font-weight: 700;
	font-size: 34px;
	line-height: 44px;
	color: #171A1C;
	margin: 0 0 15px;
	width: 100%;
	float: left;
}
.agency_left-ct h2 span {
	color: #FF8671;
}
.agency_left-ct p {
	text-align: left !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #656C71;
	margin: 0 0 8px;
	float: left;
	width: 100%;
}
.agency_left-ct p a {
	text-decoration: underline;
	color: #ff8671;
}
.optimize_inner-ct p {
	margin-bottom: 30px;
}
.agency_left-ct p a:hover {
	color: #171a1c;
}
.agency_left-ct {
	float: left;
	width: 600px;
}
.agency_right-ct {
	float: left;
	width: calc(100% - 600px);
	padding: 0 0 0 130px;
}
.agency_right-ct ul {
	margin: 0;
	padding: 0;
}
.agency_right-ct ul li {
	color: #656C71;
	list-style: none;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	position: relative;
}
.agency_right-ct ul li::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 50%;
	width: 4px;
	height: 4px;
	background: #656C71;
	border-radius: 50px;
	transform: translateY(-50%);
}
.small_businesses-main .agency_right-ct {
	padding: 0 15px 0 0;
}
.small_businesses-main .agency_consultant_main {
	background: -moz-linear-gradient(left, rgba(255, 243, 241, 1) 0%, rgba(248, 250, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 243, 241, 1) 0%, rgba(248, 250, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 243, 241, 1) 0%, rgba(248, 250, 255, 0) 100%);
}
/* Agency And Consultant Section End */

/* Marketer and Influencers CSS Start */
section.marketer_and-influencers {
	margin: 150px 0;
}
.influencer_comment {
	position: relative;
	padding: 15px 0 0 40px;
}
.influencer_comment::before {
	content: '';
	background: url('https://traffic.nobsmarketplace.com/wp-content/uploads/2023/07/quotes.png');
	position: absolute;
	left: 0;
	top: 24px;
	width: 27.5px;
	height: 17.7px;
	background-size: contain;
	background-repeat: no-repeat;
}
.marketer_heading {
	margin: 0 0 40px;
}
.marketer_heading h2 {
	font-weight: 700;
	font-size: 34px;
	line-height: 44px;
	text-align: center;
	color: #171A1C;
	margin: 0;
	width: 100%;
	float: left;
}
.marketer_heading h2 span {
	color: #ff8671;
}
.influencer_img {
	width: 90px;
	padding-right: 20px;
}
.influencer_img img {
	border-radius: 12px;
	width: 70px;
	aspect-ratio: 1;
}
.influencer_info-main {
	display: flex;
	align-items: center;
}
.influencer_ct {
	float: left;
	width: calc(100% - 90px);
}
.influencer_ct h5 {
	margin: 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	color: #171A1C;
	float: left;
	width: 100%;
}
.influencer_slide .influencer_ct p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #A4AAAE;
	margin: 0;
	float: left;
	width: 100%;
	padding: 0;
}
.influencer_slide p {
	float: left;
	width: 100%;
	padding: 0px;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #656C71;
	margin: 0;
}
.influencers_slider ul.slick-dots li {
	display: inline-block;
	margin: 0 3px;
	line-height: 0;
	vertical-align: top;
}
.influencers_slider ul.slick-dots li button {
	opacity: 0.5;
	outline: none;
	font-size: 0;
	width: 10px;
	padding: 0;
	height: 10px;
	border-radius: 50px;
	background-color: #FF8671;
	box-shadow: none;
	margin: 0 !important;
	line-height: 0;
	display: inline-block;
	border: none;
	vertical-align: top;
}
.influencers_slider .slick-dots li button:before {
	content: unset;
}
.influencers_slider .slick-list {
	padding: 0 0 35px;
}
.influencers_slider {
	margin: 0px !important;
}
.influencers_slider ul.slick-dots li.slick-active button {
	opacity: 1;
}
.influencers_slider .slick-list {
	margin: 0 -10px;
}
.influencers_slider .slick-slide {
	margin: 0 10px;
	height: inherit !important;
}
.influencers_slider .slick-track {
	display: flex !important;
}
/* Marketer and Influencers CSS End */

/* Faq Section CSS Start */
section.faq_landing_main {
	margin: 0 0 100px;
}
div#faq_signup {
	max-width: 770px;
	margin: 0 auto;
	float: none;
}
.faq_landing_main #faq_signup .card_signup {
	margin-bottom: 20px;
	border: 0;
	float: left;
	width: 100%;
}
.faq_landing_main #faq_signup .card_signup .card-header {
	border: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	background: none;
}
.faq_landing_main #faq_signup .card_signup .card-header .btn-header-link {
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 55px 16px 20px;
	background: #EBF2FF;
	cursor: pointer;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	color: #171A1C;
	margin: 0;
	border-radius: 12px;
	white-space: unset;
	position: relative;
}
.faq_landing_main #faq_signup .card_signup .card-header .btn-header-link:after {
	font-weight: 900;
	float: right;
	content: "";
	width: 1em;
	height: 1em;
	text-align: center;
	transition: all .35s;
	background: url(https://4773469.fs1.hubspotusercontent-na1.net/hubfs/4773469/faq_drop.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
}
.faq_landing_main #faq_signup .card_signup .card-header .btn-header-link:not(.collapsed):after {
	transform: translateY(-50%) rotate(-180deg);
}
.faq_landing_main #faq_signup .card_signup .card-header .btn-header-link.collapsed {
	background: #F8FAFF;
	color: #171A1C;
}
.faq_landing_main #faq_signup .card_signup .collapsing {
	line-height: 30px;
}
.faq_landing_main #faq_signup .card_signup .collapse {
	border: 0;
}
.faq_landing_main #faq_signup .card_signup .collapse.show {
	background: #ebf2ff;
	line-height: 30px;
	color: #222;
	float: left;
	width: 100%;
	border-radius: 0 0 12px 12px;
}
.faq_title-main h2 {
	font-weight: 700;
	font-size: 34px;
	line-height: 44px;
	color: #171A1C;
	margin: 0 0 20px;
	width: 100%;
	float: left;
}
.faq_landing_main #faq_signup .card_signup .card-header .btn-header-link:focus {
	box-shadow: none;
}
.faq_title-main h2 span {
	color: #FF8671;
}
.faq_landing_main #faq_signup .card_signup .card-header .btn-header-link:hover {
	background: #EBF2FF;
}
.faq_landing_main .card-body {
	padding: 0px 25px 16px 20px;
	float: left;
	width: 100%;
}
.faq_landing_main .card-body p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #656C71;
	float: left;
	width: 100%;
	margin: 0;
}
.faq_landing_main #faq_signup .card_signup .card-header .btn-header-link:not(.collapsed) {
	border-radius: 12px 12px 0 0;
}
div#show-less a img {
	transform: rotate(180deg);
}
.faq_landing_main .optimize_button_orange {
	margin: 20px 0 0;
}
/* Faq Section CSS End */

/* Copyright Section CSS Start */
.copyright_sec-main {
	margin: 0;
	text-align: center;
	padding: 15px;
	background: #ECF1FD;
}
.copyright_sec-main p {
	margin: 0;
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #656C71;
	opacity: 0.5;
}
.copyright_sec-main p a {
	margin: 0;
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #656C71 !important;
	opacity: 1;
}
.copyright_sec-main p a:hover {
	color: #000;
}
/* Copyright Section CSS End */
/* Thankyou page */
.custom-list li {
	color: #767586;
	font-size: 18px;
	font-weight: 400;
	list-style: none;
	padding-left: 30px;
	line-height: 36px;
	position: relative;
}
.free-account p {
	color: #767586;
	font-size: 18px;
	font-weight: 400;
	list-style: none;
	line-height: 27px;
}
.free-account a {
	color: #FF8671;
}
.free-account-btn a {
	display: inline-block;
	background: #ff8671;
	box-shadow: 0 8px 15px rgb(255 134 113 / 25%);
	border-radius: 30px;
	font-family: 'DM Sans-Bold';
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 18px 30px;
}
.free-account-btn a:hover {
	color: #fff !important;
	background: #2e376e;
	box-shadow: 0 8px 15px rgb(46 55 110 / 25%);
	color: #fff;
	text-decoration: none;
}
.free-account-btn {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.custom-list li::before {
	content: '';
	width: 24px;
	height: 24px;
	background: url('/wp-content/uploads/2023/08/check.webp');
	position: absolute;
	background-repeat: no-repeat;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.insurance-wrapper .custom-list li::before {
	background: url('/wp-content/uploads/2023/08/check-1-3.svg');
	top: 8px;
	transform: unset;
}
.account-para {
	margin-top: 35px;
	margin-bottom: 10px;
}
.free-account.define_float {
	padding: 40px 0 50px;
}
.free-account a:hover {
	color: #ff8671;
}
.insurance-wrapper img {
	padding: 0px 85px;
}
.thankyou-wrapper .section-header.text-center {
	max-width: 750px;
	margin: auto;
	display: block;
	margin-bottom: 40px;
}
.thankyou-video {
	max-width: 475px;
	margin: auto;
}
section.thankyou-page-marketer {
	background-color: #f9f9ff;
	padding: 100px 0;
	margin: 0;
}
.insurance-wrapper.define_float {
	padding-bottom: 70px;
}
.thankyou-wrapper h3 {
	color: #171A1C;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
}
.get_started_wrapper.define_float {
	background-image: linear-gradient(to bottom, rgba(225, 224, 238, 1), rgba(255, 255, 255, 1)) !important;
	padding: 60px 0 60px;
	text-align: center;
}
.get_started_wrapper p {
	color: #767586;
	font-size: 18px;
	font-weight: 400;
	list-style: none;
	line-height: 27px;
	max-width: 680px;
	margin: auto;
}
/* .page-id-250 .copyright_sec-main.define_float { position: relative;background-image: -moz-linear-gradient(0,rgba(46,55,110,1.0) 0%,rgba(15,110,170,1.0) 100%); background-image: -webkit-linear-gradient(0,rgba(46,55,110,1.0) 0%,rgba(15,110,170,1.0) 100%); background-image: -ms-linear-gradient(0,rgba(46,55,110,1.0) 0%,rgba(15,110,170,1.0) 100%); padding-top: 40px;  }
.page-id-250 .copyright_sec-main p { color: rgba(234,237,253,1.0); padding: 27px 0 10px; border-top: 1px solid #cccccc26; }
.page-id-250 .copyright_sec-main a { color: rgba(234,237,253,1.0) !important; } */
.move-top-sec.define_float {
	text-align: center;
	position: relative;
	top: 24px;
	z-index: 9;
}
.thankyou-wrapper.define_float {
	padding: 50px 0 50px;
}
.page-id-250 #main {
	padding: 0;
	margin: 0;
}
/* .page-id-250 header {    background-image: -webkit-linear-gradient(0,#2e376e 0%,#0f6eaa 100%); box-shadow: 0 0 15px #eee7e7;padding: 38px 0 28px 0;background-image: -moz-linear-gradient( 0deg, rgb(48,51,107) 0%, rgb(15,110,170) 100%);background-image: -ms-linear-gradient( 0deg, rgb(48,51,107) 0%, rgb(15,110,170) 100%);} */
.thankyou-page-marketer .influencer_img img {
	width: 88px;
	border-radius: 0 0 0 10px;
}
/* .page-id-250 header .call-btn.text-right { display: none; } */
.thankyou-page-marketer .influencer_img::before {
	content: '';
	position: absolute;
	left: 15px;
	top: -10px;
	width: 83px;
	height: 91px;
	background: #ffb5a9;
	z-index: -1;
}
.thankyou-page-marketer .influencer_img {
	position: relative;
	position: relative;
	padding: 0;
	margin-right: 20px;
	margin-top: 10px;
}
.thankyou-page-marketer .influencer_info-main {
	align-items: baseline;
}
.thankyou-page-marketer .influencer_slide .influencer_ct p {
	line-height: 22px;
	color: #767586;
	font-weight: 500;
	font-size: 16px;
}
.thankyou-page-marketer .influencer_comment::before {
	background: url('/wp-content/uploads/2023/08/review_quote.webp');
	top: 20px;
	width: 29px;
	height: 26px;
	background-repeat: no-repeat;
}
.thankyou-page-marketer .influencer_slide p {
	font-size: 18px;
	line-height: 26px;
	color: #666666;
}
.free-account .row {
	align-items: center;
}
.thankyou-page-marketer .influencer_ct h5 {
	line-height: 22px;
}
.thankyou-page-marketer .influencers_slider ul.slick-dots li {
	margin: 0 0px;
}
.thankyou-page-marketer .influencers_slider ul.slick-dots li button {
	width: 12px;
	height: 12px;
}
.thankyou-wrapper .free-account-btn {
	margin-top: 10px;
}
header .row {
	align-items: center;
}
.thankyou-wrapper.define_float {
	padding-bottom: 40px;
}


.nobs_insurance-leftct h2 span {
	width: auto;
	float: none;
}
.insurance-list ul {
	margin: 0;
	padding: 0;
}
.insurance-list ul li {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0px 0 15px;
}
.insurance-list ul li:last-child {
	margin: 0;
}
.insurance-list ul li span {
	color: #686982;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}
.nobs_insurance-leftct h2 {
	margin: 0 0 25px;
	line-height: 40px;
}

section.easy_three-step {
	position: relative;
	padding: 101px 0px 76px;
	margin: 80px 0;
}
section.easy_three-step::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: calc(100% - 100px);
	background: #F8F9FE;
	height: 100%;
	transform: translateX(-50%);
}
.three_step-title h2 {
	color: #2E3054;
	text-align: center;
	font-family: DM Sans;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	float: left;
	width: 100%;
	margin: 0 0 40px;
}
.three_step-title h2 span {
	color: #FF8671;
}
.step_count-main {
	display: flex;
	float: none;
	gap: 35px;
	text-align: center;
	width: 100%;
	justify-content: center;
	max-width: 892px;
	margin: 0 auto;
}
.step_inner-count h3 {
	color: #2E3054;
	text-align: center;
	font-family: DM Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin: 20px 0 0;
	width: 274px;
}
.count_num-div {
	border-radius: 12px;
	background: #FF8671;
	box-shadow: 0px 10px 30px 0px rgba(255, 134, 113, 0.15);
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.count_num-div h4 {
	color: #FFF;
	text-align: center;
	font-family: DM Sans;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}
.step_inner-count {
	position: relative;
}
.step_inner-count::before {
	content: '';
	position: absolute;
	top: 35px;
	border-radius: 30px;
	background: rgba(68, 72, 169, 0.20);
	width: 194px;
	height: 5px;
	right: -115px;
}
.step_inner-count:last-child::before {
	content: unset;
}

.step_newletter-form {
	float: left;
	width: 100%;
}
.step_newletter-form .form_side {
	width: 100%;
	max-width: 583px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 15px 40px 0px rgba(68, 72, 169, 0.12);
	overflow: hidden;
	padding: 6px 6px 6px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: initial;
	-moz-box-direction: initial;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-moz-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 40px auto 0;
}
.step_newletter-form .form_side .form_row:first-child {
	width: calc(100% - 185px);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex-inline;
	display: inline-flex;
	-webkit-box-direction: initial;
	-moz-box-direction: initial;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: flex-start;
	-moz-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 20px;
}
.step_newletter-form .form_row:first-child input {
	outline: none;
	border: none;
	margin: 0;
	height: auto;
	min-height: auto;
	padding: 0 0 0 15px;
	color: #686982;
	font-family: Roboto;
	font-size: clamp(16px, 1.250vw, 18px);
	font-style: normal;
	font-weight: 400;
	line-height: clamp(30px, 2.222vw, 32px);
}
.step_newletter-form .form_row input[type="submit"] {
	border-radius: 12px;
	background: #FF7B5E;
	color: #FFF;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	outline: none;
	border: 0;
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	padding: 15px 24px;
}
.monthly_packages-title {
	margin: 0 0 40px;
}
.step_newletter-form .form_row input[type="submit"]:hover,
.step_newletter-form .form_row input[type="submit"]:focus {
	background: #2e376e;
}
.step_newletter-form p {
	color: #686982;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	margin: 30px 0 0;
	float: left;
	width: 100%;
}
.monthly_packages-title h2 {
	color: #2E3054;
	text-align: center;
	font-family: DM Sans;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
	text-transform: capitalize;
	margin: 0;
}
.monthly_packages-title span.solo_link {
	line-height: 40px;
}
.monthly_packages-title h2 span {
	color: #ff8671;
}

.package_col {
	padding: 0 17px;
}
.package_col-innerct {
	text-align: center;
	float: left;
	width: 100%;
	padding: 33px 28px 60px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 15px 40px 0px rgba(68, 72, 169, 0.12), 0px 4px 0px 0px #4448A9 inset;
}
.package_col-innerct .package_desc {
	text-align: left;
	margin: 27px 0 0;
	border-top: 2px solid #4448A9;
}
.package_col-innerct h5 {
	color: #2E3054;
	text-align: center;
	font-family: DM Sans;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	text-transform: capitalize;
	float: left;
	width: 100%;
	margin: 0;
}
.package_col-innerct h2 {
	color: #2E3054;
	text-align: center;
	font-family: DM Sans;
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	text-transform: capitalize;
	margin: 22px 0 16px !important;
	float: left;
	width: 100%;
}
span.package_month {
	color: rgb(46 48 84 / 50%);
	text-align: center;
	font-family: DM Sans;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	text-transform: capitalize;
	float: left;
	width: 100%;
	margin: 0;
}
.package_desc ul {
	margin: 0 0 0;
	padding: 0;
}
.package_desc ul li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	border-bottom: 1px dashed #D5D5F7;
	padding: 12px 0;
}
.package_desc ul li img {
	width: 20px;
	float: left;
}
.package_desc ul li span {
	color: #686982;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	float: left;
	width: calc(100% - 20px);
}
.better_border .package_col-innerct {
	box-shadow: 0px 15px 40px 0px rgba(68, 72, 169, 0.12), 0px 4px 0px 0px #ff8671 inset;
}
.best_border .package_col-innerct {
	box-shadow: 0px 15px 40px 0px rgba(68, 72, 169, 0.12), 0px 4px 0px 0px #3EC6BD inset;
}
.package_desc a {
	color: #FFF;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: #ff8671;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	padding: 0 59px;
	border-radius: 8px;
	transition: 0.4s ease all;
	text-decoration: none;
	margin: 30px auto -90px;
	position: relative;
	z-index: 1;
}
.package_desc a:hover {
	background: #2e376e;
	color: #fff;
	text-decoration: none;
}
.package-disclainer {
	margin: 70px 0 0;
}
.package-disclainer p {
	color: rgb(104 105 130 / 60%);
	text-align: center;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	float: left;
	width: 100%;
	margin: 0;
}
.which_package-fit {
	width: 100%;
	margin: 40px auto 0;
}
.package-fit-inner {
	max-width: 788px;
	margin: 0 auto;
	border-radius: 12px;
	background: rgba(197, 197, 238, 0.20);
	padding: 21px 40px;
	display: inline-block;
	width: 100%;
}
.package-disclainer .package-fit-inner h4 {
	color: #686982;
	text-align: center;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.package-disclainer .package-fit-inner p {
	color: #686982;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	float: left;
	width: 100%;
	margin: 0px;
}
.monthly_packages-wrapper {
	position: relative;
	padding: 0 50px;
}
.month_box_wrapper {
	position: relative;
	padding-top: 145px;
}
.month_box_wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	background: #F8F9FE;
	height: 785px;
	left: 50%;
	transform: translateX(-50%);
}
.testi_help.thankyou-testi-page {
	margin: 0;
}
.thankyou-brand {
	background: #F8F9FE;
}
.wpfs-form-group input {
	height: 47px !important;
	border: 1px solid #e6e6e6 !important;
	border-radius: 8px !important;
}
.wpfs-form-group {
	margin-bottom: 12px;
	position: relative;
}
.wpfs-form-label {
	margin-bottom: 5px;
}
.wpfs-form-card {
	border-radius: 8px !important;
	border-color: #bfbfbf !important;
	height: 60px !important;
	padding-top: 21px !important;
}
/* .wpfs-form-label {
	margin-bottom: 8px !important;
	position: absolute;
	top: -8px;
	background: #fff;
	left: 15px;
	font-weight: 500 !important;
	font-family: 'Roboto' !important;
	font-size: 14px !important;
	padding: 0 5px !important;
	z-index: 1;
} */
span.ui-spinner.ui-corner-all.ui-widget.ui-widget-content {
	height: 60px !important;
}
body .wpfs-w-15 {
	max-width: 190px !important;
}
label.wpfs-form-check-label {
	font-family: 'Roboto';
	color: #878787;
}
label.wpfs-form-check-label a {
	color: #ff8761 !important;
}
label.wpfs-form-check-label a:hover {
	border-bottom-color: #ff8671 !important;
}
button.wpfs-btn {
	color: #FFF;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	background: #ff8761 !important;
	padding: 15px 35px !important;
	height: auto !important;
	line-height: normal !important;
	border-radius: 8px !important;
	margin: 0 0 10px !important;
	box-shadow: none !important;
}
a.wpfs-btn {
	font-family: 'Roboto' !important;
	color: #878787 !important;
	font-size: 16px !important;
	display: none;
}
a.wpfs-btn:hover {
	color: #ff8761 !important;
	border-bottom-color: #ff8761 !important;
}
.wpfs-form-actions {
	flex-direction: column !important;
}
button.wpfs-btn:hover {
	background: #2e376e !important;
}


/******************* Outreach page CSS Start *******************/
.outreach_real-publisher {
	position: relative;
}
.outreach_real-publisher .container {
	max-width: 1340px !important;
}
.outreach_real-publisher h2 {
	color: #2E3054;
	text-align: center;
	font-family: DM Sans;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 66px;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: top;
	max-width: 1098px;
	width: 100%;
	margin: 0;
}
.outreach_real-publisher h2 span {
	color: #FF8671;
}
.outreach_real-publisher p {
	color: #686982;
	text-align: center;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	margin: 36px 0;
	float: left;
	width: 100%;
}
.outreach_real-publisher ul {
	width: 100%;
	vertical-align: top;
	margin: 0;
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: initial;
	-moz-box-direction: initial;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 55px;
}
.blue_curve {
	position: absolute;
	top: 50px;
	left: 0px;
}
.orange_curve {
	position: absolute;
	bottom: -110px;
	right: 5px;
	z-index: -1;
}
.shape_width-absolute {
	float: left;
	width: 100%;
	padding: 130px 0 70px;
	max-width: 1340px;
	position: relative;
}

/* Currency Tabs Section */
.outreach_currency-tab {
	position: relative;
	padding: 0 0 121px;
	margin: 0 0 202px;
}
.outreach_currency-tab::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: calc(100% - 100px);
	height: calc(100% - 190px);
	background: linear-gradient(180deg, #2B2E60 0%, rgba(59, 66, 180, 0.80) 100%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.currency_tabs_main ul.nav.nav-tabs {
	border-radius: 10px;
	border: 1px solid #C8C8E0;
	display: flex;
	gap: 3px;
	width: 230px;
	height: auto;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto 41px;
	padding: 4px;
}
.currency_tabs_main ul.nav.nav-tabs a {
	color: #FF8671;
	text-align: center;
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 10px 20px;
	border-radius: 8px;
	transition: 0.4s ease all;
	display: inline-block;
}
.currency_tabs_main ul.nav.nav-tabs a:hover {
	text-decoration: none;
	color: #fff;
	background: #ff8761;
}
.currency_tabs_main ul.nav.nav-tabs li a.active {
	text-decoration: none;
	color: #fff;
	background: #ff8761;
	box-shadow: 0px 8px 20px 0px rgba(255, 134, 113, 0.30);
}
.currency_data {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 25px;
	position: relative;
}
.currency_data .package_col-innerct {
	padding: 24px 15px 28px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 15px 40px 0px rgba(68, 72, 169, 0.12), 0px 4px 0px 0px #4448A9 inset;
}
.currency_data .package_desc ul li {
	border: none;
	padding: 0;
	margin: 0 0 12px;
	gap: 6px;
	align-items: center;
}
.currency_data .package_desc ul li span {
	color: #686982;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	float: left;
	width: calc(100% - 20px);
}
.currency_data .package_col-innerct .package_desc {
	border-color: #D5D5F7;
	margin: 20px 0 0;
}
.currency_data .package_col-innerct h2,
.per_pacement h2 {
	color: #2E3054;
	text-align: center;
	font-family: DM Sans;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-transform: capitalize;
	float: left;
	width: 100%;
	margin: 0 0 12px !important;
}
.currency_data span.package_month {
	color: rgb(46 48 84 / 50%);
	text-align: center;
	font-family: DM Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-transform: capitalize;
	float: left;
	width: 100%;
}
.currency_data .package_desc ul {
	margin: 0 0 0;
	padding: 20px 0 0;
}
.per_pacement {
	margin: 18px 0 0;
	padding: 22px 0 0;
	border-top: 1px dashed #D5D5F7;
}
.currency_data .package_desc ul li:last-child {
	margin: 0;
}
.per_pacement a {
	color: #FFF;
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: #ff8671;
	padding: 13px;
	width: 150px;
	border-radius: 8px;
	display: inline-block;
	margin: 20px 0 0;
	transition: 0.4s ease all;
}
.per_pacement a:hover {
	background: #2e376e;
	text-decoration: none;
	color: #fff;
}
.quick_and-east {
	margin: 30px 0 0;
}
.quick_and-east p {
	color: rgb(255 255 255 / 80%);
	text-align: center;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	float: left;
	width: 100%;
	margin: 0 0 0;
	position: relative;
}

/* Our Process Section CSS */
.outreach_our-process {
	position: relative;
}
.outreach_process-shape {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 132px 0 70px;
}
.outreach_our-process .container {
	max-width: 1340px !important;
	display: flex;
}
.process_title h2 {
	color: #2E3054;
	text-align: center;
	font-family: DM Sans;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	margin: 0 0 24px;
	float: left;
	width: 100%;
}
.process_title h2 span {
	color: #ff8761;
}
.process_title p {
	color: #686982;
	text-align: center;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	float: left;
	width: 100%;
	margin: 0 0 50px;
}
.process_step-main {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 35px;
}
.process_box-outreach {
	float: left;
	width: 33.33%;
}
.process_box-outreach h3 {
	color: #2E3054;
	text-align: center;
	font-family: DM Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	float: left;
	width: 100%;
	margin: 25px 0 14px;
}
.process_box-outreach p {
	color: #686982;
	text-align: center;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	float: left;
	width: 100%;
	margin: 0;
}
.outreach_process-shape .blue_curve {
	left: -66px;
}
.outreach_process-shape .orange_curve {
	right: -66px;
	bottom: 0;
}

/* Publisher Section CSS */
.outreach_publisher_sec {
	padding: 160px 0 120px;
}
.publisher_example_title h2 {
	color: #2E3054;
	text-align: center;
	font-family: DM Sans;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	float: left;
	width: 100%;
	margin: 0 0 40px;
}
.publisher_example_title h2 span {
	color: #ff8761;
}
.publisher_col img {
	width: 100%;
}
.publisher_col {
	padding: 0 17.5px;
	margin: 0 0 30px;
}
.want_publisher-examples p {
	color: #686982;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px;
}
.want_publisher-examples p a {
	color: #ff8761;
	text-decoration: underline;
}

/* Money Back Section CSS */
.outreach_money-back {
	position: relative;
	padding: 0 0 98px;
}
.outreach_money-back::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 100px);
	height: calc(100% - 90px);
	background: linear-gradient(180deg, #4448A9 0%, rgba(68, 72, 169, 0.80) 100%);
	right: 0;
	margin: 0 auto;
}
.outreach_money-ct h3 {
	color: #FFF;
	text-align: center;
	font-family: DM Sans;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	margin: 30px 0 25px 0;
}
.outreach_money-ct p {
	color: #FFF;
	text-align: center;
	font-family: DM Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	max-width: 789px;
	margin: 0 auto 30px;
}
.outreach_money-ct p:last-child {
	margin: 0 auto;
}

/* Link Building Service Section CSS */
.outreach_steps .three_step-title h2 {
	margin: 0 0 32px;
}
.outreach_steps .step_count-main {
	max-width: 1200px;
	gap: 25px;
}
.outreach_steps .step_count-main .step_inner-count {
	width: calc(20% - 20px);
}
.outreach_steps .step_inner-count h3 {
	width: auto;
}
.outreach_steps .step_inner-count h3 {
	color: #2E3054;
	text-align: center;
	font-family: DM Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: auto;
	margin: 26px 0 15px;
}
.outreach_steps .step_count-main .step_inner-count p {
	color: #686982;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 0;
}
.outreach_steps .step_inner-count::before {
	width: 130px;
	right: -78px;
}
section.easy_three-step.outreach_steps {
	padding: 107px 0;
	margin: 160px 0 0;
}
.outreach_faq .section-header {
	max-width: 100%;
	margin: 0 0 39px;
	padding: 0;
}
.outreach_faq .section-header h2 {
	margin: 0;
	line-height: 32px;
}
.faq-sec.outreach_faq {
	padding: 0;
}
.outreach_faq-col {
	padding: 166px 0 100px;
}
.outreach_faq-col .blue_curve {
	position: absolute;
	top: 60px;
	left: -110px;
}
.outreach_faq-col .orange_curve {
	position: absolute;
	bottom: unset;
	right: -40px;
	top: 172px;
}

/* Testimoinals Section CSS */
.outreach_trusted-by {
	position: relative;
	padding: 160px 0 20px;
}
.trusted_title h2 {
	color: #2E3054;
	text-align: center;
	font-family: DM Sans;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	width: 100%;
	margin: 0 0 0px;
}
.trusted_title h2 span {
	color: #ff8761;
}
.trusted_slide_ct p {
	color: #686982;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.trusted_customer_feedback {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}
.client_quote-img {
	position: absolute;
	left: -27px;
	top: -19px;
}
.trusted_slide {
	position: relative;
}
.trusted_customer_feedback .customer_img img {
	width: 60px;
	height: 60px;
	border-radius: 12px;
}
.trusted_customer_feedback .customer_img {
	float: left;
	width: 60px;
}
.trusted_customer_feedback .customer_info {
	float: left;
	width: calc(100% - 60px);
	margin: 0 0 0 16px;
}
.trusted_customer_feedback .customer_info h5 {
	color: #292D32;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 13px;
	float: left;
	width: 100%;
	margin: 0 0 12px 0;
}
.trusted_customer_feedback .customer_info p {
	color: rgb(41 45 50 / 70%);
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	margin: 0;
	float: left;
	width: 100%;
}
.trusted_by {
	margin: 0px !important;
}
.trusted_by .slick-slide {
	margin: 0 35px;
}
.trusted_by .slick-list {
	margin: 0 -35px;
	padding: 61px 0 20px;
}
.trusted_by .slick-dots {
	bottom: -15px;
}
.trusted_by .slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	padding: 0;
	cursor: pointer;
	background: rgba(46, 48, 84, 0.20);
}
.trusted_by .slick-dots li button::before {
	content: unset;
}
.trusted_by .slick-dots li button {
	padding: 0;
}
.trusted_by .slick-dots li.slick-active {
	background: #ff8761;
}
.trusted_by .slick-dots li:hover {
	background: #ff8761;
}
/******************* Outreach page CSS End *******************/
.altanta-wrapper .ct_easy-steps .custom-subscribe-form form { width: 100%; }
.altanta-wrapper .ct_easy-steps .custom-subscribe-form p { max-width: 100%; }
div.altanta-wrapper .ASC_superior-slide { height: 100%; }
@media (max-width:1400px) {
	.blue_curve img {
		width: 140px;
	}
	.orange_curve img {
		width: 250px;
	}
	.shape_width-absolute {
		padding: 90px 0 70px;
	}
	.outreach_currency-tab::before {
		width: calc(100% - 60px);
	}
	.currency_data {
		gap: 15px;
		max-width: 1100px;
		margin: 0 auto;
		float: none;
	}
	.outreach_currency-tab {
		padding: 0px 0 90px;
		margin: 0 0 150px;
	}
	.outreach_our-process .container {
		max-width: 1140px !important;
		display: flex;
	}
	.outreach_process-shape .blue_curve {
		left: -30px;
	}
	.outreach_process-shape .orange_curve {
		right: -30px;
	}
	.easy_three-step.outreach_steps::before {
		width: calc(100% - 60px);
	}
	.outreach_steps .step_count-main {
		max-width: 1140px;
		gap: 15px;
	}
	.outreach_money-back::before {
		width: calc(100% - 60px);
	}
	.outreach_publisher_sec {
		padding: 120px 0 90px;
	}
	section.easy_three-step.outreach_steps {
		padding: 90px 0;
		margin: 120px 0 0;
	}
	.outreach_money-back {
		padding: 0 0 90px;
	}
	.outreach_trusted-by {
		padding: 120px 20px 20px;
	}
	.outreach_faq-col {
		padding: 120px 0 100px;
	}
	.outreach_faq-col .blue_curve {
		position: absolute;
		top: 50px;
		left: 30px;
	}
	.outreach_faq-col .orange_curve {
		position: absolute;
		bottom: unset;
		right: 30px;
		top: 130px;
	}

}

@media (max-width:1199px) {
	.step_guide_wrapper {
		gap: 15px;
	}
	.mar_up_down {
		margin: 50px 0;
	}
	.testi_help {
		padding: 90px 0 90px;
	}
	.how_help {
		gap: 15px;
	}
	.help {
		margin-bottom: 70px;
	}
	section.faq_landing_main.faq_x1 {
		margin: 70px 0 70px;
	}
	.sign_up_newsletter {
		margin: 0 0 70px;
	}
	.newsletter_blubox {
		max-width: 960px;
	}
	.thnx_page .hero_sec {
		padding-bottom: 30px;
	}
	.hero_sec_wrapper .content h1 {
		font-size: 40px;
		line-height: 54px;
	}
	.brands_banner {
		padding: 70px 15px;
		text-align: center;
	}
	.hero_sec_wrapper .content h3 {
		font-size: 26px;
		line-height: 32px;
	}
	.step_guide_wrapper p {
		font-size: 18px;
		line-height: 26px;
	}
	.sec_head h2,
	.help_wrapper h2,
	.faq_x1 .faq_title-main h2,
	.our-manage-inner h2,
	.you_get_heading h2,
	.in-house-left h2,
	.monthly_packages-title h2,
	.three_step-title h2,
	.process_title h2,
	.outreach_steps .three_step-title h2,
	.publisher_example_title h2,
	.outreach_money-ct h3,
	.trusted_title h2,
	.outreach_faq .section-header h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.testi_wrapper .testi_card p {
		font-size: 20px;
		line-height: 28px;
	}
	.faq_x1.faq_landing_main #faq_signup .card_signup .card-header .btn-header-link {
		font-size: 18px;
		line-height: 28px;
	}
	.best_package_hero_sec .content {
		gap: 15px;
	}
	.hero_sec_wrapper .content p {
		font-size: 18px;
		line-height: 28px;
	}
	.best_package_hero_sec.pad_up_down {
		margin: 0 0 0px;
	}
	.our-manage-inner h2 {
		margin: 0 0 20px 0;
	}
	.you_get_col_outer {
		padding: 0 0 90px 0;
		position: relative;
	}
	div.you_get_col {
		padding: 0 10px;
	}
	.strategy-bg {
		padding: 90px 0 230px 0;
	}
	.our-manage-outer {
		margin: -250px 0 50px 0;
	}
	.in-house-left h2 {
		margin: 0 0 20px;
	}
	.month_box_wrapper {
		padding-top: 90px;
	}
	.package_col {
		padding: 0 10px !important;
	}
	.insurance-list ul li span {
		font-size: 16px;
		line-height: 20px;
	}
	.step_inner-count h3 {
		font-size: 18px;
	}
	.count_num-div {
		width: 65px;
		height: 65px;
	}
	.step_inner-count::before {
		top: 30px;
	}
	span.solo_link {
		font-size: 16px;
		line-height: 36px;
	}
	.package_desc a {
		font-size: 16px;
		height: 50px;
		padding: 0 40px;
	}
	.you_get_outer {
		padding: 0 30px;
	}
	.monthly_packages-wrapper {
		padding: 0 30px;
	}
	.package_col-innerct {
		padding: 30px 15px 50px;
	}
	section.easy_three-step::before {
		width: calc(100% - 60px);
	}
	.strategy {
		padding: 0 30px;
	}
	section.mnthly_hero_sec.hero_sec {
		padding: 80px 0 30px;
	}
	a.go_top {
		bottom: 15px;
		right: 15px;
		width: 50px;
		height: 50px;
	}

	/* Outreach CSS */
	.outreach_real-publisher h2 {
		font-size: 40px;
		line-height: 54px;
	}
	.outreach_real-publisher p {
		margin: 20px 0;
	}
	.currency_data {
		gap: 15px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.currency_data .package_col-innerct {
		width: calc(33.33% - 15px);
	}
	.shape_width-absolute {
		padding: 80px 0 70px;
	}
	.outreach_currency-tab {
		padding: 0px 0 90px;
		margin: 0 0 90px;
	}
	.outreach_process-shape {
		padding: 90px 0 0px;
	}
	.outreach_process-shape .blue_curve {
		left: 0;
	}
	.outreach_process-shape .orange_curve {
		right: 0;
	}
	.orange_curve img {
		width: 200px;
	}
	.blue_curve img {
		width: 100px;
	}
	.process_title h2 {
		margin: 0 0 20px;
	}
	.nobs_insurance-leftct p {
		margin: 0 0 15px 0;
	}
	section.easy_three-step.outreach_steps {
		padding: 90px 0;
		margin: 90px 0 0;
	}
	.outreach_steps .step_inner-count h3 {
		font-size: 18px;
		margin: 20px 0 10px;
	}
	.outreach_steps .step_inner-count::before {
		width: 85px;
		right: -50px;
	}
	.outreach_steps .step_count-main .step_inner-count {
		width: 20%;
	}
	.outreach_steps .step_count-main {
		max-width: 100%;
		gap: 15px;
	}
	.outreach_publisher_sec {
		padding: 90px 0 90px;
	}
	.outreach_money-ct h3 {
		margin: 20px 0 15px 0;
	}
	.outreach_money-ct img {
		width: 150px;
	}
	.outreach_money-back::before {
		height: calc(100% - 70px);
	}
	.outreach_money-ct p {
		margin: 0 auto 20px;
	}
	.outreach_trusted-by {
		padding: 90px 20px 20px;
	}
	.client_quote-img {
		position: absolute;
		left: -20px;
		top: -10px;
	}
	.client_quote-img img {
		width: 40px;
	}
	.trusted_by .slick-slide {
		margin: 0 20px;
	}
	.trusted_by .slick-list {
		margin: 0 -20px;
		padding: 40px 0 20px;
	}
	.trusted_customer_feedback .customer_info h5 {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 6px 0;
	}
	.outreach_faq-col .blue_curve {
		position: absolute;
		top: 50px;
		left: 0;
	}
	.outreach_faq-col .orange_curve {
		position: absolute;
		bottom: unset;
		right: 0;
		top: 130px;
	}
	.faq-title {
		font-size: 18px;
		line-height: 28px;
	}
	.outreach_faq-col {
		padding: 90px 0;
	}
	/* Outreach CSS */

}

@media (max-width:991px) {
	.step_guide_wrapper {
		gap: 15px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.step_guide_wrapper>* {
		width: calc(50% - 7.5px);
	}
	.mar_up_down {
		margin: 30px 0;
	}
	.pad_up_down {
		padding: 60px 0;
	}
	.thnx_page .hero_sec {
		padding-bottom: 30px;
	}
	.hero_sec_wrapper .content h1 {
		font-size: 32px;
		line-height: 40px;
	}
	.brands_banner ul li img {
		width: 145px;
	}
	.how_help {
		flex-wrap: wrap;
	}
	.how_help_card {
		width: calc(50% - 7.5px);
	}
	.testi_wrapper .testi_card p:first-child:before {
		width: 40px;
		height: 40px;
		left: -20px;
		background-size: 40px;
	}
	.newsletter_blubox .content {
		width: 100%;
		text-align: center;
		margin: 0 0 15px;
	}
	.newsletter_blubox {
		max-width: 90%;
	}
	.newsletter_blubox .form_side {
		max-width: 100%;
	}
	.hero_sec_wrapper .content p {
		font-size: 18px;
		line-height: 30px;
	}
	.best_package_hero_sec .form_sec {
		width: 100%;
	}
	.best_package_hero_sec .content {
		gap: 15px;
		width: 100%;
	}
	.best_package_hero_sec .hero_sec_wrapper {
		flex-direction: column;
	}
	form#wpfs-form--MWViOGQ,
	form#wpfs-form--MTdhOTM {
		max-width: 100% !important;
	}
	.step_inner-count::before {
		top: 30px;
		width: 128px;
		height: 5px;
		right: -80px;
	}
	.step_count-main {
		max-width: 730px;
	}
	.step_inner-count h3 {
		font-size: 16px;
		width: 190px;
	}
	section.easy_three-step {
		position: relative;
		padding: 70px 0px 70px;
		margin: 30px 0 60px;
	}
	section.easy_three-step::before {
		width: calc(100% - 30px);
	}
	.monthly_packages-wrapper {
		padding: 0 15px;
	}
	.you_get_outer {
		padding: 0 15px;
	}
	.strategy {
		padding: 0 15px;
	}
	.you_get_col_outer .row {
		justify-content: center;
		row-gap: 20px;
	}
	.in-house-right {
		margin: 30px 0 0;
	}
	.our-manage-outer {
		margin: -230px 0 50px 0;
	}
	.package-disclainer p br {
		display: none;
	}
	.package-disclainer .package-fit-inner p {
		font-size: 16px;
		line-height: 24px;
		margin: 5px 0 0;
	}
	.nobs_insurance-policy .row {
		flex-direction: column-reverse;
	}
	.package_col {
		margin: 0px 0 70px;
	}
	.month_box_wrapper .row {
		justify-content: center;
	}
	.package-disclainer {
		margin: 0px 0 0;
	}
	.testi_help {
		padding: 70px 0;
	}
	.you_get_col_inner {
		padding: 25px 15px 25px 15px;
	}
	.you_get_icon {
		width: 65px;
		height: 65px;
	}
	.month_box_wrapper {
		padding-top: 70px;
	}
	.strategy-bg {
		padding: 70px 0 230px 0;
	}
	.you_get_heading h2 {
		margin: 0 0 15px;
	}
	.in-house-left h2 span {
		color: #FF8671;
		width: auto;
		float: none;
	}
	.you_get_col_outer {
		padding: 0 0 70px 0;
	}

	/* Outreach CSS */
	.outreach_real-publisher h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.outreach_real-publisher ul li img {
		width: 145px;
	}
	.currency_data span.package_month {
		font-size: 18px;
		line-height: 18px;
	}
	.outreach_currency-tab {
		padding: 0px 0 70px;
		margin: 0 0 70px;
	}
	.outreach_currency-tab {
		padding: 0px 0 70px;
		margin: 0 0 70px;
	}
	.currency_data .package_col-innerct {
		width: calc(33.33% - 10px);
	}
	.in-house-left p {
		font-size: 16px;
		line-height: 24px;
	}
	.process_box-outreach p {
		font-size: 16px;
		line-height: 24px;
	}
	.process_box-outreach h3 {
		font-size: 18px;
		line-height: 22px;
		margin: 15px 0 10px;
	}
	.outreach_process-shape {
		padding: 70px 0 0px;
	}
	.process_step-main {
		gap: 15px;
	}
	section.easy_three-step.outreach_steps {
		padding: 70px 0;
		margin: 70px 0 0;
	}
	.outreach_steps .step_inner-count::before {
		content: unset;
	}
	.outreach_steps .step_count-main {
		max-width: 100%;
		gap: 15px;
		flex-wrap: wrap;
	}
	.outreach_steps .step_count-main .step_inner-count {
		width: calc(33.33% - 10px);
	}
	.outreach_publisher_sec {
		padding: 70px 0 30px;
	}
	.outreach_money-back::before {
		width: calc(100% - 30px);
	}
	.outreach_money-ct p {
		font-size: 16px;
		line-height: 26px;
	}
	.outreach_trusted-by {
		padding: 70px 20px 20px;
	}
	.outreach_faq-col {
		padding: 70px 0;
	}
	.easy_three-step.outreach_steps::before,
	.outreach_currency-tab::before {
		width: calc(100% - 30px);
	}
	.outreach_real-publisher p {
		font-size: 18px;
		line-height: 28px;
	}
	.outreach_money-back {
		padding: 0 0 70px;
	}
	/* Outreach CSS */

}

@media (max-width:767px) {
	.hero_sec_wrapper {
		flex-wrap: wrap;
	}
	.hero_sec_wrapper>* {
		width: 100%;
		text-align: center;
	}
	.hero_sec_wrapper .content h1 {
		font-size: 32px;
		line-height: 40px;
		width: 100%;
	}
	.sec_head h2,
	.help_wrapper h2,
	.faq_x1 .faq_title-main h2,
	.our-manage-inner h2,
	.you_get_heading h2,
	.in-house-left h2,
	.monthly_packages-title h2,
	.three_step-title h2,
	.process_title h2,
	.outreach_steps .three_step-title h2,
	.publisher_example_title h2,
	.outreach_money-ct h3,
	.trusted_title h2,
	.outreach_faq .section-header h2 {
		font-size: 28px;
		line-height: 36px;
	}
	.newsletter_blubox input[type="submit"],
	.newsletter_blubox button {
		padding: 15px 25px;
	}
	.testi_wrapper .testi_card p {
		font-size: 18px;
		line-height: 28px;
	}
	.brands_banner ul {
		gap: 30px;
	}
	.brands_banner ul li img {
		width: 125px;
	}
	.hero_sec_wrapper .content h3 {
		font-size: 22px;
		line-height: 28px;
	}
	.help_wrapper h2 {
		margin: 0 0 30px;
	}
	.hero_sec_wrapper ul li {
		text-align: left;
	}
	.best_package_hero_sec .hero_sec_wrapper .content {
		text-align: left;
	}
	.hero_sec_wrapper .content p {
		font-size: 16px;
		line-height: 24px;
	}
	.you_get_col_head h4 {
		font-size: 20px;
	}
	.package_col-innerct h2 {
		font-size: 36px;
		line-height: 26px;
		margin: 15px 0 5px !important;
	}
	.package_col-innerct h5 {
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 0;
	}
	span.package_month {
		font-size: 18px;
		line-height: 24px;
	}
	.package_desc ul li {
		gap: 10px;
		padding: 10px 0;
	}
	.package_desc ul li span {
		font-size: 15px;
		line-height: 18px;
	}
	.you_get_col_inner p {
		font-size: 15px;
		line-height: 18px;
	}
	.package_desc a {
		margin: 30px auto -75px;
	}
	.step_count-main {
		max-width: 100%;
		flex-direction: column;
		gap: 20px;
	}
	.step_inner-count::before {
		content: unset;
	}
	.step_inner-count h3 {
		font-size: 16px;
		width: 100%;
	}
	.in-house-left p {
		margin: 0 0 15px 0;
		font-size: 16px;
		line-height: 24px;
	}
	.package_col {
		margin: 0px 0 50px;
	}
	section.faq_landing_main.faq_x1 {
		margin: 50px 0 50px;
	}
	.sec_head p {
		margin: 0 0 15px;
	}
	.sec_head h2 {
		margin: 0 0 15px;
	}
	.our-manage-inner h5 {
		margin: 0 0 10px 0;
		font-size: 18px;
		line-height: 24px;
	}
	.our-manage-inner {
		max-width: 100%;
		padding: 30px 15px 30px 15px;
	}
	.our-manage-inner p {
		margin: 0 0 15px 0;
		font-size: 16px;
		line-height: 24px;
	}
	.our-manage-outer {
		margin: -230px 0 30px 0;
	}
	section.easy_three-step {
		padding: 50px 0px 50px;
	}
	.you_get_heading p {
		font-size: 16px;
		line-height: 24px;
	}
	section.mnthly_hero_sec.hero_sec {
		padding: 50px 0 30px;
	}
	.you_get_col_outer {
		padding: 0 0 50px 0;
	}
	.month_box_wrapper {
		padding-top: 50px;
	}
	.testi_help {
		padding: 50px 0;
	}
	.strategy-bg {
		padding: 50px 0 230px 0;
	}
	span.solo_link {
		font-size: 15px;
		line-height: 24px;
	}
	.faq_landing_main #faq_signup .card_signup .card-header .btn-header-link {
		padding: 16px 45px 16px 20px !important;
	}

	/* Outreach CSS */
	.shape_width-absolute {
		padding: 50px 0 50px;
	}
	.outreach_real-publisher ul li img {
		width: 125px;
	}
	.outreach_real-publisher ul {
		gap: 25px;
	}
	.blue_curve,
	.orange_curve {
		display: none;
	}
	.currency_data .package_col-innerct {
		width: calc(50% - 10px);
	}
	.outreach_currency-tab {
		padding: 0px 0 50px;
		margin: 0 0 50px;
	}
	.process_step-main {
		gap: 15px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.process_box-outreach {
		float: left;
		width: calc(50% - 7.5px);
	}
	.outreach_steps .step_count-main {
		max-width: 100%;
		gap: 30px;
		flex-wrap: wrap;
		flex-direction: unset;
	}
	.outreach_steps .step_count-main .step_inner-count {
		width: calc(50% - 15px);
	}
	section.easy_three-step.outreach_steps {
		padding: 50px 0;
		margin: 50px 0 0;
	}
	.outreach_publisher_sec {
		padding: 50px 0 30px;
	}
	.publisher_example_title h2 {
		margin: 0 0 30px !important;
	}
	.outreach_faq .section-header {
		margin: 0 0 30px;
	}
	.trusted_title h2 br {
		display: none;
	}
	#accordion .card-header h5::after {
		right: 20px;
	}
	.faq-title {
		padding: 16px 45px 16px 20px !important;
	}
	.publisher_col {
		padding: 0 10px !important;
		margin: 0 0 20px;
	}
	.outreach_faq-col {
		padding: 50px 0;
	}
	.outreach_money-back {
		padding: 0 0 50px;
	}
	.outreach_money-ct img {
		width: 120px;
	}
	.currency_tabs_main ul.nav.nav-tabs {
		margin: 0 auto 30px;
	}
	/* Outreach CSS */
}


@media (max-width:599px) {
	.trusted_customer_feedback .customer_info {
		float: left;
		width: 100%;
		margin: 10px 0 0;
	}
	.trusted_customer_feedback .customer_info h5 {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 6px 0;
		text-align: center;
	}
	.trusted_slide_ct p {
		text-align: center;
	}
	.trusted_customer_feedback {
		float: left;
		width: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.client_quote-img img {
		width: 30px;
	}
	.trusted_by .slick-slide {
		margin: 0 10px;
	}
	.trusted_by .slick-list {
		margin: 0 -10px;
	}
	.outreach_trusted-by {
		padding: 50px 0px 20px;
	}
	.client_quote-img {
		position: absolute;
		left: 0;
		top: -10px;
	}
}

@media (max-width:575px) {
	.brands_banner ul li img {
		width: 110px;
	}
	.sec_head h2,
	.help_wrapper h2,
	.faq_x1 .faq_title-main h2,
	.our-manage-inner h2,
	.you_get_heading h2,
	.in-house-left h2,
	.monthly_packages-title h2,
	.three_step-title h2,
	.process_title h2,
	.outreach_steps .three_step-title h2,
	.publisher_example_title h2,
	.outreach_money-ct h3,
	.trusted_title h2,
	.outreach_faq .section-header h2 {
		font-size: 24px;
		line-height: 32px;
	}
	.hero_sec_wrapper .content h1 {
		font-size: 30px;
		line-height: 36px;
		width: 100%;
	}
	.hero_sec_wrapper .content h3 {
		font-size: 20px;
		line-height: 24px;
		margin: 0;
	}
	.step_guide_wrapper>* {
		padding: 15px;
	}
	.step_guide_wrapper p {
		font-size: 16px;
		line-height: 24px;
	}
	.brands_banner {
		padding: 50px 15px;
		text-align: center;
	}
	.how_help_card h4 {
		font-size: 18px;
		margin: 0 0 10px;
		padding: 0 0 5px;
	}
	.how_help_card {
		padding: 20px 15px;
	}
	.newsletter_blubox .content h3 {
		font-size: 24px;
		line-height: 24px;
	}
	.newsletter_blubox input[type="submit"],
	.newsletter_blubox button {
		padding: 10px 20px;
		border-radius: 6px;
		width: 100%;
	}
	.form_row {
		width: 100%;
	}
	.newsletter_blubox .form_side .form_row:first-child {
		padding: 0px;
		width: 100%;
	}
	.newsletter_blubox .form_side {
		max-width: 100%;
		gap: 10px;
		padding: 10px;
	}
	.newsletter_blubox .form_side .form_row:first-child input {
		width: 100%;
		font-size: 16px;
	}
	.hero_sec_wrapper ul li {
		font-size: 15px;
		line-height: 20px;
	}
	.insurance-list ul li img {
		width: 16px;
	}
	.package-disclainer .package-fit-inner h4 {
		font-size: 18px;
		line-height: 26px;
	}
	.package-fit-inner {
		padding: 20px 15px;
	}
	.count_num-div {
		width: 55px;
		height: 55px;
	}
	.count_num-div h4 {
		font-size: 22px;
	}
	.you_get_icon {
		width: 55px;
		height: 55px;
	}
	.you_get_col_head h4 {
		font-size: 18px;
	}
	/* Outreach CSS */
	.outreach_real-publisher h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.currency_data .package_col-innerct {
		width: 100%;
	}
	.outreach_real-publisher p {
		font-size: 16px;
		line-height: 20px;
		margin: 10px 0 20px;
	}
	.outreach_real-publisher ul li img {
		width: 110px;
	}
	.process_box-outreach {
		float: left;
		width: 100%;
	}
	.process_step-main {
		gap: 25px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.outreach_steps .step_count-main .step_inner-count p {
		font-size: 15px;
		line-height: 22px;
	}
	.outreach_steps .step_count-main {
		gap: 25px;
	}
	.trusted_by .slick-list {
		padding: 20px 0 20px;
	}
	.currency_data .package_col-innerct .package_desc {
		border-color: #D5D5F7;
		margin: 15px 0 0;
	}
	.currency_data .package_desc ul {
		margin: 0 0 0;
		padding: 15px 0 0;
	}
	.per_pacement {
		margin: 15px 0 0;
		padding: 15px 0 0;
		border-top: 1px dashed #D5D5F7;
	}
	.quick_and-east {
		margin: 15px 0 0;
	}
	.quick_and-east p {
		font-size: 14px;
		line-height: 20px;
	}
	/* Outreach CSS */

}

@media (max-width:480px) {
	.hero_sec_wrapper .content h1 {
		font-size: 30px;
		line-height: 36px;
		width: 100%;
	}
	.step_guide_wrapper>* {
		width: 100%;
	}
	.testi_wrapper .testi_card p:first-child:before {
		width: 30px;
		height: 30px;
		left: 0;
		background-size: 30px;
	}
	.faq_x1.faq_landing_main #faq_signup .card_signup .card-header .btn-header-link {
		font-size: 18px;
		line-height: 24px;
	}
	.hero_sec_wrapper .form_card {
		padding: 35px 20px;
	}
	/* Outreach CSS */
	.currency_data {
		max-width: calc(100% - 30px);
	}
	.currency_data .package_col-innerct h2,
	.per_pacement h2 {
		font-size: 26px;
		line-height: 20px;
		margin: 0 0 10px !important;
	}
	.outreach_steps .step_count-main .step_inner-count {
		width: calc(100% - 30px);
	}
	.outreach_steps .step_inner-count h3 br {
		display: none;
	}
	.outreach_money-ct {
		padding: 0 15px;
	}
	.outreach_money-ct h3 {
		margin: 10px 0 10px 0;
	}
	.outreach_money-ct p {
		margin: 0 auto 10px;
		line-height: 24px;
	}
	.faq-title {
		width: 100% !important;
	}
	/* Outreach CSS */
}

@media (max-width:414px) {
	.how_help_card {
		width: 100%;
	}
	.hero_sec_wrapper .content h1 {
		font-size: 28px;
		line-height: 32px;
	}
	.testi_wrapper .testi_card p {
		font-size: 16px;
		line-height: 24px;
	}
	.testi_card .posted_by_user {
		gap: 10px;
	}
	.newsletter_blubox .content p {
		font-size: 15px;
		line-height: 24px;
	}
	.faq_x1.faq_landing_main #faq_signup .card_signup .card-header .btn-header-link {
		font-size: 16px;
		line-height: 20px;
		padding: 12px 35px 12px 12px !important;
		border-radius: 6px !important;
	}
	/* .testi_help { padding: 50px 0 210px; } */
	.sign_up_newsletter {
		margin: 0 0 50px;
	}
	section.faq_landing_main.faq_x1 {
		margin: 50px 0 50px;
	}
	.help {
		margin-bottom: 50px;
	}
	.newsletter_blubox .form_side .form_row:first-child input {
		font-size: 14px;
	}
	.faq_x1.faq_landing_main .optimize_button_orange a {
		font-size: 14px;
	}

	/* Outreach CSS */
	.faq-title {
		font-size: 16px !important;
		width: 100% !important;
		line-height: 20px !important;
		padding: 12px 35px 12px 12px !important;
	}
	#accordion .custom-card {
		border-radius: 6px;
	}
	.outreach_real-publisher h2 {
		font-size: 28px;
		line-height: 32px;
	}
	/* Outreach CSS */
}

@media (max-width:370px) {
	.hero_sec_wrapper .content p {
		font-size: 16px;
		line-height: 24px;
	}
	.hero_sec_wrapper .content h3 {
		font-size: 18px;
		line-height: 20px;
		margin: 0;
	}
	.hero_sec_wrapper {
		gap: 20px;
	}
	.thnx_page .hero_sec {
		padding-bottom: 0;
	}
	.step_guide_wrapper p {
		font-size: 15px !important;
		line-height: 22px !important;
	}
	.sec_head h2,
	.help_wrapper h2,
	.faq_x1 .faq_title-main h2,
	.our-manage-inner h2,
	.you_get_heading h2,
	.in-house-left h2,
	.monthly_packages-title h2,
	.three_step-title h2,
	.process_title h2,
	.outreach_steps .three_step-title h2,
	.publisher_example_title h2,
	.outreach_money-ct h3,
	.trusted_title h2,
	.outreach_faq .section-header h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.brands_banner ul {
		gap: 15px;
	}
	.brands_banner ul li img {
		width: 90px;
	}
	.newsletter_blubox .content h3 {
		font-size: 22px;
		line-height: 22px;
	}
	.newsletter_blubox .content p {
		font-size: 14px;
		line-height: 20px;
	}
	.newsletter_blubox {
		padding: 20px 15px;
	}
	.best_package_hero_sec .form_sec {
		width: 100%;
		margin: 10px 0 0;
	}

	/* Outreach CSS */
	.outreach_real-publisher ul li img {
		width: 90px;
	}
	.outreach_real-publisher ul {
		gap: 15px;
	}
	/* Outreach CSS */
}


/* Responsive 1 CSS Start */
@media(max-width:1199px) {
	.container {
		max-width: 95% !important;
	}
	.agency_right-ct {
		padding: 0 0 0 100px;
		width: 50%;
	}
	.banner-left-sec h1 {
		font-size: 42px;
		line-height: 52px;
	}
	.banner-left-sec p {
		font-size: 20px;
		line-height: 30px;
	}
	.agency_consultant_main {
		padding: 40px 20px;
	}
	.banner-left-sec h1::before {
		bottom: -15px;
		background-position: bottom left;
		right: auto;
	}
	.banner-form.hero_wrapper.dark.six_by_4 {
		max-width: 50%;
	}
	.banner-inner .banner-left-sec {
		max-width: 50%;
	}
	.choose-col-inner.publisher-img-sec {
		min-height: 350px;
	}
	.agency_left-ct {
		width: 50%;
	}
	.worked_client-withus.define_float.d-flex.justify-content-between {
		flex-wrap: wrap;
		justify-content: center !important;
		align-items: center;
		gap: 50px;
	}
	.empower-sec .section-header {
		max-width: 100%;
	}
	.agency_consultant_main p {
		text-align: left;
	}
	.agency_right-ct ul li {
		margin-left: 30px;
	}
	.insurance-wrapper img {
		padding: 0px 45px;
	}
}

@media(max-width:991px) {
	section.thankyou-page-marketer {
		padding: 60px 0;
	}
	.insurance-wrapper img {
		padding: 0px 0;
	}
	section.thankyou-page-marketer {
		margin: 0 !important;
	}
	.free-account .section-header {
		text-align: left;
	}
	#kekik {
		margin: auto;
	}
	#wtizm {
		margin: auto;
	}
	.optimize_inner-ct p {
		margin-bottom: 15px;
	}
	.insurance_img_rightct {
		display: none;
	}
	.publisher-img-sec {
		display: none;
	}
	.choose-sec-outer .container {
		max-width: 100% !important;
		padding: 0;
	}
	.choose-sec-outer .choose-inner .slick-list {
		overflow: hidden;
		padding: 70px 0;
	}
	.offer_card_outer.publisher-sec-inner {
		margin: 0 0 50px;
	}
	.choose-inner ul.slick-dots li button {
		opacity: 0.5;
		outline: none;
		font-size: 0;
		width: 10px;
		padding: 0;
		height: 10px;
		border-radius: 50px;
		background-color: #FF8671;
		box-shadow: none;
		margin: 0 !important;
		line-height: 0;
		display: inline-block;
		border: none;
		vertical-align: top;
	}
	.choose-inner ul.slick-dots li.slick-active button {
		opacity: 1;
	}
	.choose-inner ul.slick-dots li {
		display: inline-block;
		margin: 0 3px;
		line-height: 0;
		vertical-align: top;
	}
	.choose-inner .slick-dots {
		bottom: 0;
	}
	.choose-inner .slick-dots li.slick-active button::before {
		opacity: 0;
	}
	.choose-inner .slick-dots li button::before {
		opacity: 0;
	}
	.choose-inner .slick-dots li button:hover::before {
		opacity: 0;
	}
	.choose-inner .slick-dots li button:hover::before {
		opacity: 0;
	}
	.publisher-sec {
		padding: 60px 0;
	}
	.choose-col-inner.publisher-img-sec {
		min-height: 350px;
	}
	.banner-inner {
		flex-direction: column;
		text-align: center;
	}
	.banner-form.hero_wrapper.dark.six_by_4 {
		max-width: 100%;
		max-width: 480px;
		margin: auto;
	}
	.banner-inner .banner-left-sec {
		max-width: 100%;
	}
	header {
		padding: 15px 0;
	}
	.banner-left-sec h1::before {
		background-position: bottom center;
		right: 0;
	}
	.publisher-sec-inner .publisher-content-sec {
		width: 100%;
	}
	.publisher-sec-inner {
		padding: 60px 30px;
		flex-direction: column;
	}
	.publisher-img-sec {
		width: 100%;
		text-align: center;
	}
	.link-building-sec {
		padding: 30px 0 60px;
	}
	.link-building-sec .publisher-sec-inner {
		gap: 60px;
	}
	.offer_card_outer.publisher-sec-inner {
		width: calc(100% - 100px);
		flex-direction: column;
	}
	.offer_card_outer.publisher-sec-inner .publisher-content-sec {
		width: 90%;
		text-align: center;
	}
	.offer_card_outer.publisher-sec-inner .offer_card_form {
		width: 100%;
		float: left;
	}
	.banner-left-sec h1 {
		font-size: 34px;
		line-height: 46px;
		max-width: 90%;
	}
	.section-header {
		font-size: 30px;
		line-height: 40px;
	}
	.agency_right-ct {
		padding: 0;
		width: 100%;
	}
	.agency_left-ct {
		width: 100%;
	}
	.agency_consultant_main {
		flex-direction: column;
		gap: 30px;
	}
	.agency_left-ct h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.small_businesses-main .agency_consultant_main {
		flex-direction: column-reverse;
	}
	.highlighted-content {
		text-align: center;
	}
	.section-header {
		text-align: center;
	}
	.publisher-sec-inner p {
		text-align: center;
	}
	.insurance_blue_card.define_float {
		flex-direction: column;
		padding: 50px 30px;
		gap: 30px;
	}
	.insurance_blue_leftct {
		float: left;
		width: 100%;
	}
	.insurance_blue_leftct h2 {
		font-size: 30px;
		line-height: 45px;
	}
	.optimize_inner-ct h2 {
		font-size: 30px;
		line-height: 40px;
	}
	section.insurane_policy-landing {
		margin: 30px 0 80px;
	}
	section.marketer_and-influencers {
		margin: 80px 0;
	}
	.marketer_heading h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.faq_title-main h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.copyright_sec-main p a {
		line-height: 24px;
	}
	.copyright_sec-main p {
		line-height: 24px;
	}
	.worked_client-withus.define_float.d-flex.justify-content-between img {
		max-width: 25%;
	}
	section.worked_with-landing {
		margin: 0px 0 60px;
	}
	.offer_card_outer.publisher-sec-inner .offer_card_form #xqcqk {
		max-width: 100% !important;
	}
	.worked_client-wrap h2 {
		font-size: 30px;
		line-height: 40px;
	}
	section.faq_landing_main {
		margin: 0 0 40px;
	}
}
@media(max-width:767px) {
	.insurance-wrapper .custom-list li::before {
		top: 3px;
	}
	.custom-list li {
		line-height: 28px;
		margin-bottom: 10px;
	}
	.thankyou-page-marketer .influencer_info-main {
		padding-top: 10px;
	}
	.thankyou-wrapper .section-header.text-center {
		display: none;
	}
	.page-id-250 header {
		padding: 20px 0 20px 0;
	}
	.thankyou-wrapper .section-header.text-center {
		text-align: left !important;
	}
	.thankyou-wrapper .col-12 {
		margin: 0 !important;
	}
	.thankyou-video {
		margin: 0 auto 30px;
	}
	.insurance-wrapper.define_float {
		padding-bottom: 20px;
	}
	.img_sec {
		text-align: center;
	}
	.thankyou-page-marketer .influencer_img {
		margin: 0 auto 15px;
	}
	.free-account.define_float img {
		max-width: 480px;
		margin: auto;
	}
	.insurance-wrapper.define_float .row {
		flex-direction: column-reverse;
	}
	.free-account .row .col-12:nth-child(1) {
		margin-bottom: 40px;
	}
	.section-header br {
		display: none;
	}
	.influencer_ct {
		float: left;
		width: 100%;
	}
	.faq_landing_main #faq_signup .card_signup {
		margin-bottom: 10px;
	}
	.influencer_img {
		width: auto;
		padding-right: 0px;
		margin: auto;
		max-width: 90px;
		margin-bottom: 15px;
	}
	section.marketer_and-influencers {
		margin: 20px 0 60px;
	}
	.marketer_heading h2 {
		display: none;
	}
	body .choose-sec-outer .publisher-img-sec h4 {
		font-size: 18px;
		line-height: 24px;
	}
	.link-building-sec .publisher-img-sec h4 {
		font-size: 16px;
		line-height: 24px;
		margin: 13px 0 5px;
	}
	.banner-left-sec h1 {
		font-size: 28px;
		line-height: 38px;
	}
	header .col-12 {
		flex: 50%;
		max-width: 50%;
	}
	.banner-left-sec p {
		font-size: 18px;
		line-height: 30px;
	}
	.banner-left-sec h2 {
		margin-top: 10px;
	}
	.agency_consultant_main {
		gap: 10px;
	}
	.publisher-sec-inner ul li {
		font-size: 18px;
		line-height: 30px;
	}
	.publisher-sec-inner p {
		font-size: 18px;
		line-height: 30px;
		margin-left: 0;
	}
	.highlighted-content {
		font-size: 16px;
		line-height: 26px;
	}
	.section-header {
		font-size: 28px;
		line-height: 34px;
	}
	.agency_left-ct h5 {
		font-size: 18px;
		line-height: 20px;
	}
	.agency_left-ct h2 {
		font-size: 28px;
		line-height: 34px;
	}
	.agency_left-ct p {
		font-size: 18px;
		line-height: 28px;
	}
	.agency_right-ct ul li {
		font-size: 18px;
		line-height: 28px;
	}
	.agency_left-ct h5 {
		font-size: 16px;
		line-height: 26px;
	}
	.marketer_heading h2 {
		font-size: 28px;
		line-height: 34px;
	}
	.faq_title-main h2 {
		font-size: 28px;
		line-height: 34px;
	}
	.optimize_button_orange a {
		font-size: 15px;
		line-height: 20px;
		padding: 14px 22px;
		min-width: 185px;
	}
	section.faq_landing_main {
		margin: 0 0 70px;
	}
	.insurance_blue_leftct h2 {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	.insurance_blue_leftct ul li {
		font-size: 17px;
		line-height: 22px;
		margin: 0 0 10px;
	}
	.optimize_inner-ct p {
		font-size: 18px;
		line-height: 28px;
	}
	.optimize_inner-ct h2 {
		font-size: 28px;
		line-height: 34px;
	}
	.faq_landing_main #faq_signup .card_signup .card-header .btn-header-link {
		font-size: 16px;
		line-height: 24px;
	}
	.faq_landing_main .card-body p {
		font-size: 16px;
		line-height: 24px;
	}
	.choose-col-inner.publisher-img-sec {
		min-height: 280px;
		max-width: 380px;
		margin: auto;
	}
	.influencer_info-main {
		flex-direction: column;
		text-align: center;
	}
	#main {
		padding-top: 15px;
	}
	.publisher-sec {
		padding: 60px 0 40px;
	}
	.choose-sec-outer .choose-inner .slick-list {
		padding: 30px 0 70px;
	}
	.empower-sec {
		padding-top: 20px;
	}
	.worked_client-wrap h2 {
		font-size: 26px;
		line-height: 36px;
	}
	div#faq_signup {
		max-width: 100%;
	}
	.faq_landing_main #faq_signup .card_signup .card-header .btn-header-link {
		white-space: normal;
		padding-right: 30px;
		position: relative;
	}
	.link-building-sec {
		padding: 30px 0 50px !important;
	}
	.choose-sec-outer.define_float.link-building-sec {
		padding: 0 0 10px !important;
	}
	.faq_landing_main #faq_signup .card_signup .card-header .btn-header-link::after {
		right: 20px;
	}
	.insurance_blue_leftct ul li::before {
		top: 15px;
	}
}
@media(max-width:599px) {
	.thankyou-wrapper.define_float {
		padding-bottom: 40px !important;
	}
	.thankyou-page-marketer .marketer_heading {
		display: none;
	}
	.free-account.define_float {
		padding: 40px 0 0px;
	}
	.free-account.define_float img {
		max-width: 100%;
	}
	.banner-left-sec h1 {
		max-width: 100%;
	}
	.banner-left-sec h1::before {
		background-size: 45%;
	}
	.worked_client-withus.define_float.d-flex.justify-content-between {
		flex-direction: column;
	}
	.banner-form.hero_wrapper.dark.six_by_4 {
		max-width: 100%;
	}
	.offer_card_outer.publisher-sec-inner {
		width: 100%;
	}
	.insurance_img_rightct img {
		min-width: 100%;
	}
	.cont_form input:not(.hs-button) {
		width: 100% !important;
	}
	.banner-form .cont_form {
		padding: 30px 15px 40px;
	}
	.banner-form .cont_form #hsForm_b43404e5-f516-4eb9-94d1-c3c5ff887273 .hs-form-field {
		width: 100%;
	}
	.banner-form .cont_form #hsForm_b43404e5-f516-4eb9-94d1-c3c5ff887273 fieldset {
		max-width: 100%;
	}
	.banner-form .cont_form #hsForm_b43404e5-f516-4eb9-94d1-c3c5ff887273 .hs-form-field .input {
		margin-right: 0;
	}
	.cont_form input.hs-button {
		min-width: 100% !important;
	}
}
@media(max-width:480px) {
	.custom-list li::before {
		top: 8px;
		transform: none;
	}
	.container {
		max-width: 100% !important;
	}
	.log-sec img {
		max-width: 100px;
	}
	.call-btn img {
		width: 30px;
		height: 30px !important;
		padding: 4px;
	}
	.link-building-sec .publisher-img-sec .link-building-cols {
		width: 100%;
		text-align: center;
	}
	.banner-left-sec h2 {
		line-height: 26px;
	}
	.cont_para {
		padding: 0 0px;
	}
	.publisher-sec-inner {
		padding: 40px 15px;
	}
	header .col-12:first-child {
		flex: 40%;
		max-width: 40%;
	}
	header .col-12:nth-child(2) {
		flex: 60%;
		max-width: 60%;
	}
	.log-sec {
		position: relative;
		top: 4px;
	}
	.call-btn a {
		padding: 4px 12px 4px 4px;
		font-size: 14px;
	}
	.worked_client-withus.define_float.d-flex.justify-content-between img {
		max-width: 100%;
	}
	.insurance_blue_card.define_float {
		flex-direction: initial;
	}
	.faq_landing_main #faq_signup .card_signup .card-header .btn-header-link::after {
		right: 10px;
	}
}
@media(max-width:380px) {
	.worked_client-withus.define_float.d-flex.justify-content-between img {
		max-width: 50%;
	}
	.faq_landing_main #faq_signup .card_signup .card-header .btn-header-link::after {
		right: 10px;
	}
}










@media (max-width: 767px) {
	.payment_right .wpfs-w-60 {
		max-width: 100% !important;
	}
}

