body {
	background: #fff;
}


/* BANNER SERVICES */

.service-page-update .banner {
	min-height: 720px;
	background: #2e72a2;
	overflow: hidden;
	float: left;
	width: 100%;
	margin-bottom: 40px
}

.service-page-update .banner img {
	position: absolute;
	z-index: 2;
	top: 15px;
	bottom: 0;
	width: 790px;
	right: 140px;
	opacity: 0.85
}

.overlay-layer {
	border: none;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 100%;
	background: #000000;
	opacity: 0.5;
	z-index: 2;
}


.service-page-update p.how-title {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 16px;
}

.service-page-update p.how-title span {
	color: #009eeb
}

.service-page-update .how-info p {
	font-size: 15px;
}

.hire-to-hire {
	position: absolute;
	z-index: 8;
	/*top: 15vh;*/
	/*transform: translate(0%, -50%);*/
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 42%;
}



.hire-to-hire h1,
.hire-to-hire h2,
.hire-to-hire h3 {
	color: #ffffff
}

.hire-to-hire h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0
}

.hire-to-hire h3 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 30px
}

.service-page-update {}

.service-page-update .banner h1,
.service-page-update .banner h2,
.service-page-update .banner h3,
.service-page-update .banner p {
	text-align: center;
}

.service-page-update .how-it-work-zip {
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: 0px 0 0 0;
	padding: 35px 0 30px 0;
	background: #fff;
}


#form-autosuggest-services {
	margin: 0px 0 20px 0;
	float: left;
	width: 40%;
}

.input-shadows {
	width: 100%;
	height: 60px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, .4);
}



.form-services .typeahead__list > li.typeahead__item > a {
	padding: 7px 20px;
	font-size: 17px
}


.form-services .typeahead__list {
	box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
}

.form-services .typeahead__container {
	width: 100%;
	float: left;
	margin-top: 0px
}

.form-services .typeahead__field {
	width: 100%;
	float: left
}

.form-services .typeahead__field input {
	font-size: 17px;
	height: 60px !important;
	padding-left: 60px;
	border: none
}

.form-services .typeahead__field input,
input#near-location {



	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.form-services .typeahead__field input:focus {
	border: 1px solid #fff !important;

}

input#near-location:focus {
	border: 1px solid #fff !important;
	border-right: none !important;
}

#form-autosuggest-services .typeahead__cancel-button {
	top: 21px !important
}

#form-near-services {
	float: left;
	width: 35%;
	margin: 0px 0 20px 0;
}


.only-location #form-near-services {
	float: left;
	width: 75%;
	margin: 0px 0 20px 0;
}


.nearby-input-wrapper {
	float: left;
	width: 100%;
	position: relative
}

.nearby-input-wrapper span {
	color: #757575;
	font-size: 17px;
	position: absolute;
	font-weight: 700;
	top: 20px;
	left: 20px
}

.nearby-input-wrapper .form-group {
	margin-bottom: 0px
}

#btn-search {
	font-family: 'Helvetica', sans-serif;
	font-weight: 700;
	font-size: 14px;
	padding: 21px 24px 20px;
	border: none;
	-webkit-border-top-right-radius: 3px !important;
	-webkit-border-bottom-right-radius: 3px !important;
	-webkit-border-top-left-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-radius-topright: 3px !important;
	-moz-border-radius-bottomright: 3px !important;
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
	float: left;
	width: 25%
}

.nearby-input-wrapper > input {
	float: left;
	width: 50%
}

input#near-location {
	height: 60px;
	border-radius: 0px;
	padding-left: 65px;
	color: #757575;
	font-size: 17px;
	border: none;
	border-left: 1px solid #e5e5e5
}

input#near-location:focus {
	border: none;
	border-left: 1px solid #e4e4e4;
}

.typeahead__query span.labelsearch {
	color: #757575;
	font-size: 17px;
	position: absolute;
	font-weight: 700;
	top: 20px;
	left: 20px
}

input.js-autosuggest-services::-webkit-input-placeholder {
	padding-left: 0px;
}

input.js-autosuggest-services {
	padding-left: 65px;
}

.buttons-business-action-wrapper div:nth-child(1) button {
	float: right
}

input.js-autosuggest-services::-webkit-input-placeholder,
input#near-location::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #757575;
	font-size: 17px;
	opacity: 1 !important
}

input.js-autosuggest-services::-moz-placeholder,
input#near-location::-moz-placeholder {
	/* Firefox 19+ */
	color: #757575;
	font-size: 17px;
	opacity: 1 !important
}

input.js-autosuggest-services:-ms-input-placeholder,
input#near-location:-ms-input-placeholder {
	/* IE 10+ */
	color: #757575;
	font-size: 17px;
	opacity: 1 !important
}

input.js-autosuggest-services:-moz-placeholder,
input#near-location:-moz-placeholder {
	/* Firefox 18- */
	color: #757575;
	font-size: 17px;
	opacity: 1 !important
}

.steps-content {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.steps-item {
	width: 33%;
	float: left;
	position: relative
}

.steps-item.dashed:after {
	content: '';
	position: absolute;
	width: 214px;
	height: 2px;
	/* border: 1px dashed #fff; */
	background-image: linear-gradient(to right, #ffffffbf 10%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 21px 10px;
	background-repeat: repeat-x;
	top: 21px;
	left: -106px;
}

.steps-item.dashed:before {
	content: '';
	position: absolute;
	width: 214px;
	height: 2px;
	/* border: 1px dashed #fff; */
	background-image: linear-gradient(to right, #ffffffbf 10%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 21px 10px;
	background-repeat: repeat-x;
	top: 21px;
	left: 272px;
}

.steps-content p {
	font-weight: 700;
	font-size: 17px;
	color: #fff;
	margin-top: 10px
}

.circle-item {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 45px;
	width: 45px;
	background: #fff;
	margin: 0 auto;
	background: inherit;
	border: 2px solid #ffffffb3;
	padding: 11px 15px;
	color: #fff;
	font-weight: 700;
	font-size: 17px;

}


.circle-item i {
	color: #009eeb;
	font-size: 17px;
	position: relative;
	top: 2px;
	left: 7px;
}
.influencer-breadcrumb {
	margin-top:20px;
}
.influencer-breadcrumb .breadcrumb ul li a{
	font-size: 14px;
}
.influencer-breadcrumb .breadcrumb{
	margin-top:0px !important;
	margin-bottom:50px !important;
}
.banner-quote.banner{
	margin-bottom: 20px !important;
}
.banner-quote.banner,.influencer-breadcrumb {
	float:none !important;
}

.select-topic-drop .dropdown-menu li a, 
.select-topic-drop .dropdown-menu li .mobileTopicMenuLink{
	color: #757575;
    padding: 3px 0;
    float: left;
    width: 100%;
    font-size: 13.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 18px;
    max-height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}
.select-topic-drop .dropdown-menu li a.topic-title-cat, .select-topic-drop .dropdown-menu li .topic-title-cat {
    font-size: 15px !important;
    color: #009eeb !important;
    font-weight: 700 !important;
    margin: 10px 0 5px 0 !important;
}

.select-topic-drop .dropdown-menu li .text-orange{
	color: #FF8A25 !important;
}

@media only screen and (max-width: 1600px) {
	.hire-to-hire {
		width: 60%;
	}

	.service-page-update .banner img {
		right: 30px;
	}
}

@media only screen and (max-width: 1350px) {

	.service-page-update .banner img {
		right: -60px;
	}
	.steps-item.dashed:before {
		left: 145px;
	}
}

@media only screen and (max-width: 1150px) {

	.service-page-update .banner img {
		right: -140px;
	}

	.hire-to-hire {
		width: 80%;
	}
	.steps-item.dashed:before {
		left: 145px;
	}
}


@media only screen and (max-width: 768px) {
	.overlay-layer {

		background: #009eeb;
		opacity: 1;
	}

	.typeahead__dropdown,
	.typeahead__list {
		max-height: 400px;
		top: 58px;
	}

	.steps-content {
		display: none
	}

	.hire-to-hire {
		width: 100%;
		position: relative;
		padding: 15px;
		transform: inherit;
		top: inherit;
		left: inherit;
		margin-top: 30px;
	}

	.service-page-update .banner {
		min-height: 398px;
		overflow: inherit;
	}

	.service-page-update .banner img {

		display: none;
	}

	.hire-to-hire h1,
	.hire-to-hire h3 {

		/*margin-right: 25px;*/
		text-align: center !important
	}

	.hire-to-hire h1 {
		font-size: 25px
	}

	.hire-to-hire h3 {
		font-size: 17px;
		line-height: 24px
	}

	.input-shadows {
		display: none;
	}

	#form-autosuggest-services {
		margin: 0px 0 -12px 0;
		width: 100%;
	}

	#form-autosuggest-services .typeahead__field input,
	input#near-location {
		border: 1px solid #ddd;
		height: 50px;
		border-radius: 4px;
	}

	.service-location {
		text-align: center;
		margin-bottom: 10px;
		color: #009eeb;
		font-weight: 700;
		margin-top: 10px;
		float: left;
		width: 100%;
		font-size: 15px;
	}

	.service-location span.location-selected {
		color: #fff;
		font-weight: 400;
		margin-right: 10px
	}

	.service-location i {
		margin-right: 5px;
		font-size: 11px
	}

	#btn-search {
		width: 100%;
		border-radius: 4px !important;
		margin: 10px auto;
		padding: 11px 50px;
	}

	input.js-autosuggest-services::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		color: #757575;
		font-size: 17px !important;
		font-weight: 700
	}

	input.js-autosuggest-services::-moz-placeholder {
		/* Firefox 19+ */
		color: #757575;
		font-size: 17px !important;
		font-weight: 700
	}

	input.js-autosuggest-services:-ms-input-placeholder {
		/* IE 10+ */
		color: #757575;
		font-size: 17px !important;
		font-weight: 700
	}

	input.js-autosuggest-services:-moz-placeholder {
		/* Firefox 18- */
		color: #757575;
		font-size: 17px !important;
		font-weight: 700
	}
	.influencer-breadcrumb .breadcrumb{
		margin-top:0px !important;
		margin-bottom:10px !important;
	}

}

/* BANNER SERVICES */


.breadcrumb-white {
	margin: 30px 0 0 0;
}


.breadcrumb {
	margin: 30px 0 0 0;
}


h2.section-title,
.features-table .section-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 35px;
	display: inline-block;
}

h4.section-title,
.top-section-wrapper .section-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 35px;
	display: inline-block;
}

p.section-inner-subtle {
	text-align: center;
	font-size: 20px;
	line-height: 23px;
	width:70%;
	margin:auto;
	
	/*font-weight: 700*/
}

h1.title-middle {
	text-align: center;
	color: #757575;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	
}

h1.title-middle span {
	color: #009eeb;
	font-weight: 700;
}

p.sublte-heading {
	color: #a2a2a2;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0px;
	text-align: center
}

.top-influencer-wrapper {
	width: 100%;
	height: 820px;
	background: #fff;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 80px 0 0px 0;
	overflow: hidden
}

.services-pack-content-1 {
	/*padding: 110px 40px 80px 40px;*/
}

.services-pack-content-1 h4,
#become {
	color: #a2a2a2;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0px;
}

.services-pack-content-1 h4 .label,
#become  .label{
	background: #ff8a25;
	padding: .3em 1.5em 0.5em;
	border-radius: 20px;
	text-transform: uppercase;
	position: relative;
	top: -4px;
	left: 9px;
}


.services-pack-content-1 h2,
#top-program,
.services-pack-content-1 h1 {
	color: #757575;
	font-size: 30px;
	font-weight: 700;
	margin-top: 5px;
}

.services-pack-content-1 .title-subtle {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	padding-right: 60px;
	margin: 40px 0 20px 0;
}

.services-pack-content-1 p {
	font-size: 17px;
	line-height: 23px;
}

.services-pack-content-1 p a {
	color: #009eeb;
	font-weight: 700;
}


.flow-content {
	position: absolute;
	top: -17px;
	left: -53px;
	max-width: inherit !important
}

.key-features {
	padding-right: 140px
}

.key-features p {
	color: #009eeb;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 20px
}


.key-features h4,
.key-features .feature {
	font-size: 15px;
	line-height: 24px;
	color: #757575;
	font-weight: 700;
	margin: 0px 0 10px 0;
	float: left;
	width: 100%;
	text-transform: inherit
}

.key-features h4 span,
.key-features .feature span {
	font-size: 15px;
	line-height: 24px;
	color: #757575;
	font-weight: 400;
	margin: 0px 0 10px 35px;
	float: left;
	/*width: 100%;*/
	text-transform: inherit
}

.key-features .circle-item {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 25px;
	width: 25px;
	background: #fff;
	margin: 0 auto;
	float: left;
	background: #f2f8fb;
	margin-right: 10px;
	padding:0px;
}


.key-features .circle-item i {
	color: #009eeb;
	font-size: 17px;
	position: relative;
	top: -2px;
	left: 6px;
}

.apply-btn {
	font-family: 'Helvetica', sans-serif;
	font-size: 15px;
	border: 1px solid rgba(255, 255, 255, .7) !important;
	margin: 35px 0 0 35px
}



/*-------------         USER CARD SECTION        -----------------*/

section.features-table {
	padding: 25px 0 80px 0;
    float: left;
    clear: both;
    width: 100%;
}

.features-table h3.title-middle {
	text-align: left;
}

.item-user-slider:hover {
	-webkit-box-shadow: -2px 0px 12px -2px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: -2px 0px 12px -2px rgba(0, 0, 0, 0.17);
	box-shadow: 1px 1px 12px -2px rgba(0, 0, 0, 0.17);
}

.item-user-slider {
	/* float: left; */
	background: #fff;
	cursor: pointer;
	font-family: 'Helvetica', sans-serif;
	margin-bottom: 25px;
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	padding: 20px;
	height: 420px;
	position: relative
}

.item-user-slider .img-holder {
	margin: 0 auto;
	display: block;
	width: 60px;
	margin-bottom: 15px
}

.item-user-slider .img-holder img {
	border-radius: 100px;
	vertical-align: top;
	margin: 0 auto;
	width:100%;
}

.item-user-slider-text {
	text-align: center
}

.item-user-slider-title {
	padding: 0 25px;
	
	margin:0px;
	    font: 14px/20px 'Helvetica', sans-serif;
    color: #757575;
    
    font-weight: 500;
}

.item-user-slider-title a {
	color: #757575
}

.item-user-slider-title a.name {
	display: block;
	font-size: 16px;
	font-weight: 700
}

.item-user-answer {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
}

.active-user {
	border: 1px solid #009eeb;
}

.item-user-answer .follow-button {
	position: relative;
	margin: 0 auto;

	float: inherit;
	top: -27px;
}

.item-user-answer .follow-button .follow-item {
	width: 100%
}

.item-user-answer .follow-button .follow-item p {
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	/*padding: 5px 0 5px 0;*/
	padding: 11px 50px;
	font-size: 14px;
	line-height: 1.3333333;
	border-radius: 4px;
	color: #009eeb;
	border: 1px solid #009eeb;
	background-color: transparent;
	width: 50%;
	margin: 0 auto;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.item-user-answer .follow-button .follow-item p:hover {
	background-color: #009eeb;
	border-color: #009eeb;
	color: #fff;
}


.follow-item p i {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-left: 5px
}

.follow-item p:hover i {
	color: #ff8a25
}

.follow-item i {
	margin: 0 0px 0 5px;
	font-size: 16px;
	position: relative;
	top: 1px;
	color: #009eeb;
}


.item-user-answer p {
	text-align: center;
	font-size: 13px;
	color: #009eeb;
	clear: both;
	line-height: 15px
}

.item-user-answer p span {
	display: block
}


.awards {
	position: relative;
	top: -55px;
	font-size: 14px;
	font-family: 'Helvetica', sans-serif;
	line-height: 18px;
	/*float: right;
	margin: 10px 0 0 15px*/
}

.top-badge-wrapper {
	width: auto;
	margin: 0 auto;
}

.awards i {
	font-size: 11px;
	color: #ff8a25;
	margin-right: 2px;
}

p.top-badge {
	text-transform: uppercase;
	font-weight: 700;
	color: #ff8a25;
	margin-bottom: 5px
}


h3.category-badge a ,
.awards .category-badge a{
	color: #a2a2a2;

}

h3.category-badge:hover,
.awards .category-badge:hover {
	color: #009eeb;

}

h3.category-badge,
.awards .category-badge
 {
	color: #a2a2a2;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	clear: both;
	line-height: 15px;
}


p.category-badge {
	color: #a2a2a2;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 92%;
	margin: 0 auto;
}

.user-short-info {
	border-top: 1px solid #e5e5e5;
	padding: 20px 30px;
}

.user-short-info p {
	text-align: left;
	color: #757575;
	font-size: 15px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	height: 65px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 0;
	text-align: center
}


.highlight-influencer .user-short-info p {
	text-align: left;
	color: #757575;
	font-size: 15px;
	line-height: 22px;
	overflow: inherit;
	text-overflow: inherit;
	display: -webkit-box;
	max-height: 80px;
	min-height: 24px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 0;
	text-align: center
}


.c-grey-light {
	color: #a2a2a2 !important;
	border: 1px solid #a2a2a2 !important;
}

.c-grey-light:hover {
	color: #fff !important;
	border: 1px solid #009eeb !important;
}


/*-------------         USER CARD SECTION        -----------------*/

/*-------------         HIGHLIGHT INFLUENCER       -----------------*/

.highlight-influencer {
	padding: 0px 0 40px 0
}

.highlight-influencer .item-user-slider {
	/* float: left; */
	background: #fff;
	cursor: pointer;
	font-family: 'Helvetica', sans-serif;
	margin-bottom: 25px;
	border: none;
	box-shadow: none;
	padding: 20px;
	height: 420px;
	position: relative;
}

.highlight-influencer .item-user-slider .img-holder {

	width: 80px;
	height: 80px
}


.highlight-influencer .item-usert-wrapper {
	margin-top: 40px
}

.highlight-influencer .user-short-info {
	border-top: none;
	padding: 20px 70px;
}


/*QUOTES*/

.top-section-wrapper {
	margin-top: 60px;
	position: relative
}

.top-section-wrapper hr {
	width: 50%;
	text-align: center;
	margin: 30px auto;
}

.top-section-wrapper h4,
.top-section-wrapper .section-title
 {
	text-align: center;
	display: block;
}


.quote-wrapper {
	height: auto;
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0 20px 0;
	padding: 0 90px;
}

.quote-wrapper p {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	float: left;
}

.action-title {
	font-weight: 700;
	text-align: center;
	width: 100%;
	display: block;
	font-size: 17px;
	margin-top: 23px;
	float: left
}

.action-title i {

	font-size: 15px;
	margin-left: 3px;
	position: relative;
	top: 1px;

}

.left-comma {
	position: absolute;
	left: 60px;
	top: 25px;
	font-size: 80px;
	opacity: 0.4
}

.right-comma {
	position: absolute;
	right: 50px;
	bottom: 55px;
	font-size: 80px;
	opacity: 0.4;
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-webkit-transform: rotate(180eg);
	/* Chrome, Safari, Opera */
	transform: rotate(180deg);
}


/*QUOTES*/

/*-------------         HIGHLIGHT INFLUENCER       -----------------*/

.show-more-button {
	text-transform: inherit;
	
	border: inherit;
	margin-top: 20px
}

/*-------------      RESPONSIVE STYLE ------------------*/

@media only screen and (max-width: 1200px) {


	.inner-pages {
		padding-top: 133px;
	}



}


@media only screen and (max-width: 992px) {


	.left-how-container-wrapper,
	.right-how-container-wrapper {
		height: 650px
	}


	.flow-content {
		position: relative;
		top: inherit;
		width: 80%;
		margin: 0 auto;
		display: block;
		left: inherit
	}

	/*.scrolling-users {
		width: 100%;
		overflow-y: auto;
	}
	.scrolling-users .row {
		float: inherit;
		width: 2000px;
		overflow-y: auto;
		margin-bottom: 25px;
	}*/
	.highlight-influencer .item-usert-wrapper {
		/*width: 50%;*/
		float: left;
	}

	.item-usert-wrapper {
		/*width: 250px;*/
		float: left;
	}

	.container {
		width: 95%;
	}

	.highlight-influencer .item-user-slider {
		padding: 20px 0;

	}

	.highlight-influencer .user-short-info {
		border-top: none;
		padding: 20px 10px;
	}

	.item-user-answer .follow-button .follow-item p {

		width: 60%;
	}

}

@media only screen and (max-width: 768px) {


	.inner-pages {
		padding-top: 54px;
	}

	p.section-inner-subtle{
		font-size:16px;
		width:100%;
	}

	.services-pack-wrapper {
		border-radius: 0px;
		border: none
	}

	.services-pack-content-1 {
		padding: 20px 0px;
	}

	.content-mobile {
		padding: 0;
		overflow: hidden;
	}


	.key-features {
		padding-right: 0px;
	}

	.flow-content {
		position: relative;
		top: inherit;
		width: 100%;
	}


	.no-padd-right {
		padding-right: 15px
	}

	.left-how-container-wrapper {
		padding: 40px;
		height: auto
	}

	p.details-apply {
		text-align: center;
	}

	.apply-btn {
		display: inline-block;
	}

	.right-how-container-wrapper {
		height: 200px
	}

	.right-how-container-wrapper img {
		margin-left: 0px;
		margin-top: -106px;
	}


	section.features-table {
		padding: 40px 0 40px 0;
	}



	.box-wrapper .circle-item {
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		border-radius: 60px;
		height: 80px;
		width: 80px;
		background: #f2f8fb;
		margin: 30px auto 24px;
	}

	.services-pack-content-1 .title-subtle {
		font-size: 20px;
		line-height: 25px;
		font-weight: 700;
		padding-right: 60px;
		margin: 20px 0 20px 0;
	}


	h3.title-left,
	h3.title-middle {
		margin-bottom: 15px;
	}

	.services-pack-content-1 h3,
	h3.title-middle,
	.services-pack-content-1 h2,
	#top-program {
		font-size: 24px;
	}

	.savvybadge-wrapper {
		width: 100%;
		margin: 25px auto;
		display: block;
	}


	.savvybadge-wrapper p.note-legend {

		margin: 0px 0px 15px 0;
	}

	section.faq-section {
		padding: 40px 0 40px 0;
		margin-top: 0px;
	}

	section.faq-section h3.title-middle {
		text-align: left
	}


	.highlight-influencer .item-user-answer {
		position: relative;
		width: 100%;
		margin-top: 70px;
	}

	.highlight-influencer {
		padding: 20px 0 40px 0;
	}

	.highlight-influencer .item-user-slider {
		padding: 20px 0;

	}

	.highlight-influencer .user-short-info p {
		overflow: hidden;
	}
	.top-section-wrapper {
		margin-top: 0px;
		position: relative;
	}

	.quote-wrapper {
		padding: 0 20px;
	}

	.left-comma {
		left: 8px;
		top: 1px;
		font-size: 70px;
	}

	.right-comma {
		right: 10px;
		bottom: 14px;
		font-size: 70px;

	}
	
	.select-topic-header {
		visibility: visible;
		display: block !important;
		opacity: 1;
		position: relative;
		left: inherit;
		transform: translateY(0em);
		z-index: -1;
		/* transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; */
		/* transition: opacity 0.2s linear; */
		transition: all 0.25s linear;
		display: block;
		padding: 8px 30px 8px 20px;
		border-radius: 80px;
		font-size: 15px;
		font-weight: 700;
		text-transform: inherit;
		z-index: 10;
		outline: none !important;
		top: 6px;
		background: transparent;
		color: white;
		border: 1px solid;
		white-space: nowrap;
		max-width: 220px;
	}
	
	.dropdownBehind:after {
		content: "\f18f";
		font-family: Web Icons;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: #FFF;
		font-size: 12px;
		padding-right: 0;
		position: absolute;
		top: 10px;
		right: 20px;
	}

}


/*-------------      RESPONSIVE STYLE ------------------*/


  /* TOP WIDGET BOX */

.nav-up-widget {
    /*top: -48px !important;*/
    /*transform:-59px !important;*/
    transform: translateY(-69px) !important;
}

.nav-down-widget {
    /*top: 0px !important;*/
    transform: translateY(0px) !important;
}

.filter-widget-container {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: fixed;
    z-index: 599898989;
    top: 0;
    background: #009eeb;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.filter-buuton-wrapper {
    width: 43% !important;
    padding-bottom: 0
}

.filter-buuton-wrapper:nth-child(1) button {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 0
}

.filter-buuton-wrapper button {

    border-right: 0
}

.filter-widget-container .btn i.wb-chevron-down-mini,
.mobile-top-quote i.wb-chevron-down-mini {
    font-size: 15px;
    margin-left: 10px;
    position: relative;
    top: 15px;
    float: right;
    color: #a2a2a2;
    position: absolute;
    right: 10px;
    background: #fff;
    border-radius: 14px;
    width: 15px;
    height: 15px;
    text-align: center;
}

.filter-buuton-wrapper .btn {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
    padding: 11px 9px;
    border-radius: 1px;
    border: 1px solid #e5e5e5
}

.search-icon-top-question {
    width: 14%;
    background: #fff;
    border: 1px solid #e5e5e5;

    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0;
    height:42px;

}

.search-icon-top-question i {
    color: #009eeb !important;
    top: 12px;
    position: relative;
    left: 16px;
    font-size: 15px;

}
.help-block.error{
	color:red;
}
@media only screen and (max-width: 768px) {
    .filter-buuton-wrapper .dropdown-menu {
        display: none;
        min-width: 196px;
        top: 87%;
        max-height: 420px;
        overflow-y: auto;
    }
}
.mobile-top-quote .dropdown-toggle{
	font-size: 13px;
    color: #757575;
    font-weight: 700 !important;
}
.mobile-top-quote .js-autosuggest-services{
	 padding: 11px 9px;
	 height:42px !important;
}
.mobile-top-quote .js-autosuggest-location {
	height:42px !important;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
    padding: 11px 9px;
    border-radius: 1px;
    border: 1px solid #e5e5e5;
    
    font-size: 13px;
    color: #757575;
    font-weight: 700;
 
    line-height: 1.42857143;

   
    -webkit-font-smoothing: subpixel-antialiased;
    outline: none;
}
.mobile-top-quote .typeahead__container{
	padding:0px;
	margin-top:0px !important;
}

.mobile-top-quote .typeahead__container.result .typeahead__list {
    min-width: 196px;
}
.mobile-top-quote .typeahead__list > li.typeahead__item > a{
	
    padding: 8px 8px;
    font-size: 14px;
    font-weight: 400;
}
.mobile-top-quote input.js-autosuggest-location::-webkit-input-placeholder {
              font-size: 13px;
    color: #757575;
    font-weight: 700;
}
 
.mobile-top-quote  input.js-autosuggest-location::-moz-placeholder {
               font-size: 13px;
    color: #757575;
    font-weight: 700;
}
 
.mobile-top-quote input.js-autosuggest-location:-ms-input-placeholder {
               font-size: 13px;
    color: #757575;
    font-weight: 700;
}

/* TOP WIDGET BOX */

/* SPONSORED BOX */

.sponsored-box {
	float: left;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009eeb+0,3a58b9+100 */
	background: #009eeb;
	/* Old browsers */
	background: -moz-linear-gradient(left, #009eeb 0%, #3a58b9 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #009eeb 0%, #3a58b9 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #009eeb 0%, #3a58b9 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009eeb', endColorstr='#3a58b9', GradientType=1);
	/* IE6-9 */
	margin-bottom: 15px;
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
	height: 285px;
	width: 100%;
	border-radius: 8px;
	color: #fff;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	position: relative
}

.left-sponsored {
	flex-basis: 53%;
	padding: 45px 50px;
}

.sponsored-box h2,.sponsored-box h4 {
	font-weight: 700;
	font-size: 26px;
	margin-top: 0
}

.sponsored-box p {
	color: #fff;
	font-size: 17px;
	line-height: 24px
}

.sponsored-box p span {
	font-weight: 700;

}

.get-quote-btn {
	font-family: 'Helvetica', sans-serif;
	font-weight: 700;
	font-size: 15px;
	border: 1px solid rgba(255, 255, 255, .7) !important;
	padding: 18px 55px;
	margin-top:20px;

}

.get-quote-btn:hover {
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.41);
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.41);
}

.right-sponsored img {
	position: relative;
	right: -71px;
	top: 35px;
	z-index: 8;
}

.right-sponsored {
	position: relative;
	overflow: hidden;
	flex-basis: 50%;
	border-radius: 8px;
}

.circle-art {
	border-radius: 150px;
	background: #009eeb;
	/* Old browsers */
	background: -moz-linear-gradient(left, #009eeb 0%, #3a58b9 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #009eeb 0%, #3a58b9 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #009eeb 0%, #3a58b9 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009eeb', endColorstr='#3a58b9', GradientType=1);
	/* IE6-9 */
	;
	position: absolute
}


.circle-one {
	height: 85px;
	width: 85px;
	left: 82px;
	top: 164px;
	z-index: 5;
	opacity: 0.5;
	z-index: 10;
}

.circle-two {
	height: 65px;
	width: 65px;
	right: -31px;
	top: 127px;
	opacity: 0.35;
	z-index: 10;
	display: none
}

.circle-three {
	height: 45px;
	width: 45px;
	right: 69px;
	top: 63px;
	opacity: 0.4;
}

.circle-four {
	height: 353px;
	width: 334px;
	right: 83px;
	top: -248px;
	opacity: 0.25;
	transform: rotate(17deg);
	z-index: 8;
	border-radius: 283px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009eeb+0,44afd6+100 */
	background: #009eeb;
	/* Old browsers */
	background: -moz-linear-gradient(left, #009eeb 0%, #44afd6 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #009eeb 0%, #44afd6 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #009eeb 0%, #44afd6 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009eeb', endColorstr='#44afd6', GradientType=1);
	/* IE6-9 */
}


.solution-rating {
	float: left;
	width: 100%;
	margin: -7px 0 10px 0;
}

.solution-rating i {
	float: left;
	color: #ffd23b;
	font-size: 12px;
	margin-right: 3px;
	margin-top: 4px;
}

@media only screen and (max-width: 1200px) {
	.circle-two {
		display: none
	}
	.right-sponsored img {
		right: -57px;
		top: 37px;
	}
	.circle-four {
		height: 353px;
		width: 334px;
		right: -6px;
		top: -248px;
	}
	.left-sponsored {

		padding-right: 0;
	}
}

@media only screen and (max-width: 768px) {
	.circle-four,
	.circle-one {
		display: none
	}
	.sponsored-box {
		height: 285px;
		/*display: block*/
		flex-direction: column;
	}
	.get-quote-btn {

		padding: 18px 10px;
		display: block;
		width: 100%;
		-webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.41);
		-moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.41);
		box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.41);
	}
	.left-sponsored {
		padding: 0px 27px 27px 27px;
		order: 2;
		display: block;
		margin-top: -40px;
	}
	.right-sponsored {
		position: relative;
		overflow: hidden;
		flex-basis: 100%;
		border-radius: 8px;
		top: -48px;
	}
	.right-sponsored img {
		right: -5px;
		top: 12px;
		width: 50%;
	}
	.circle-three {

		right: 160px;
		top: 100px;
	}
}


/* SPONSORED BOX */


/*FAQ*/

.related-topic-info .service-cat-name {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 5px 0;
}

.faq-sections-pricing {
    margin-top: 20px 
}

.faq-sections-pricing h4,.faq-sections-pricing h3 {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #009eeb !important;
    line-height: 24px !important;
}

.faq-sections-pricing p {
    font-size: 15px !important;
    color: #757575 !important;
    line-height: 22px !important;
    margin-top: 15px !important;
    color: #6b7070 !important;
}
.faq-sections-pricing ol li {
    list-style-type: decimal;
}
.faq-sections-pricing ul li {
    list-style-type: disc;
}
.faq-sections-pricing ul, .faq-sections-pricing ol {
    padding-left: 16px !important;
}
.faq-sections-pricing  td, .faq-sections-pricing  th {
    padding: 4px 10px !important;
}
.faq-sections-pricing   caption, .faq-sections-pricing th{
	text-align:center !important;
}
.faq-sections-pricing .row > * {
    min-height: 100px !important;
}

/*FAQ*/