/*contact-us page*/
#full-contact-page {
	display: flex;
	flex-direction: column;
}

@media (max-width: 768px) {
	#contact-us .container {
		display: flex;
		flex-direction: column-reverse;
	}
}

/*benefits*/
.module-register .benefits .satisfaction-text {
	margin-top: 15px;
	font-size: 16px;
}

/*hire-us*/
.hire-promises {
	display: flex;
}

.hire-promises span {
	flex-shrink: 0;
	margin-top: 2px;
}

/*blog modal*/
#blog-modal {
	margin-top: 120px;
}

#blog-modal-header h3 {
	text-align: center;
	padding: 20px 0;
	padding-right: 43px;
}

#blog-modal-small {
	display: none;
}

#blog-modal-image {
	margin: auto;
	width: 114px;
	padding-bottom: 20px;
}

#blog-modal-text {
	text-align: center;
	color: #422a56;
	padding: 0 85px 20px;
}

#blog-modal-text h5 {
	padding: 10px 0;
}

#blog-modal-footer {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-bottom: 30px;
}

.blog-modal-button {
	width: 230px;
	text-align: center;
	color: #ffffff;
	border-radius: 8px;
}

.blog-modal-button:hover {
	cursor: pointer;
}

.blog-modal-button h3 {
	padding: 14px 0;
}

.blog-modal-button h4 {
	padding: 8px 0;
}

#blog-modal-accept {
	background-color: #5a2389;
}

#blog-modal-decline {
	background-color: #cc6808;
}

#blog-modal-email {
	margin-bottom: 30px;
	display: none;
}

#blog-modal-email input[type="text"] {
	border-radius: 5px 0 0 5px;
	border: 0;
	width: 440px;
	padding-left: 10px;
}

#blog-modal-email #subscribe {
	border-radius: 0 5px 5px 0;
	height: 40px;
	width: 90px;
	background-color: #cc6808;
	align-items: center;
	display: flex;
	justify-content: center;
}

#blog-modal-email #subscribe h4 {
	color: #ffffff;
}

#blog-modal-email form {
	display: flex;
	justify-content: center;
}

@media (max-width: 500px) {
	#blog-modal-large {
		display: none;
	}

	#blog-modal-small {
		display: block;
	}

	#blog-modal-text {
		display: none;
	}

	.blog-modal-button {
		width: 100%;
	}

	#blog-modal-footer {
		flex-direction: column;
		align-content: stretch;
		padding-bottom: 0;
	}

	.blog-modal-button h4 {
		padding: 8px 48px;
	}

	#blog-modal-email input[type="text"] {
		width: 200px;
	}

	#blog-modal-email #subscribe {
		width: 50px;
	}
}

/*in-depth dashboard*/
#in-depth-header {
	background-color: #310c50;
	color: #ffffff;
	padding-top: 30px;
}

#in-depth-header h1 {
	text-align: left;
}

#in-depth-nav {
	width: 62%;
	margin: auto;
}

#in-depth-nav ul {
	margin: 30px 0 -4px;
}

#in-depth-nav a {
	border: none;
	margin: 0 6px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	background-color: #9350c9;
}

#in-depth-nav a:hover {
	background-color: #d96d00;
}

#in-depth-nav > img {
	margin: -10px -104px !important;
}

#in-depth-nav img {
	position: absolute;
	margin: -28px -34px;
}

#in-depth-body {
	width: 70%;
	margin: auto;
}

#PS-top ul {
	margin: 50px -8px 8px;
}

#PS-bottom {
	margin: -62px -8px -18px;
	text-align: right;
}

.in-depth-PS img {
	margin-top: -6px;
}

.in-depth-PS a {
	margin: 0 4px !important;
	border-radius: 10px !important;
	background-color: #9350c9 !important;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 20px !important;
}

.in-depth-PS a:hover {
	background-color: #d96d00 !important;
}

#in-depth-notes div {
	background-color: #e26f33;
}

#investigator-notes {
	height: 400px;
}

.depth-info {
	border: 5px solid #afb0af;
	margin-bottom: 48px;
}

.depth-header {
	background-color: #522c79;
	height: 40px;
	color: #ffffff;
	font-size: 26px;
	text-align: center;
	width: 100%;
}

@media (max-width: 500px) {
	#in-depth-nav {
		width: 85%;
	}

	#in-depth-body {
		width: 95%;
	}
}

@media (max-width: 430px) {
	.depth-header {
		font-size: 18px;
	}

	.in-depth-PS a {
		font-size: 12px !important;
	}

	#in-depth-nav a {
		font-size: 14px;
	}
}

/*in-depth search progress bar*/
#in-depth-progressbar {
	margin-top: 40px;
}

#in-depth-bar {
	border-radius: 15px;
	height: 30px;
	width: 70%;
	background-color: #525353;
	margin: 83px 0 100px;
	position: absolute;
	z-index: 0;
}

#in-depth-stages {
	display: flex;
	justify-content: space-around;
}

.step-content {
	flex-direction: column;
	width: 120px;
	z-index: 1;
}

.step-full h3 {
	text-align: center;
	font-size: 16px;
	padding-bottom: 20px;
}

.step-outer {
	height: 90px;
	width: 90px;
	border-radius: 45px;
	background-color: #525353;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.step-outer:hover {
	cursor: pointer;
}

.step-inner {
	height: 70px;
	width: 70px;
	background-color: #9350c9;
	border-radius: 35px;
	margin: 0 auto;
}

.step-inner h1 {
	color: #ffffff;
	text-align: center;
	font-size: 58px;
}

.step-hint-question {
	height: 24px;
	width: 24px;
	background-color: #d86c24;
	border-radius: 12px;
	color: #ffffff;
	text-align: center;
	margin: -8px 0 0 55px;
	position: absolute;
}

.step-hint-question p {
	font-weight: bolder;
	font-size: 18px;
}

.step-full {
	position: relative;
}

.step-hint-content {
	background-color: #9350c9;
	border-radius: 5px;
	color: #ffffff;
	opacity: 0;
	height: 0;
	width: 190%;
	position: absolute;
	z-index: 1;
	left: -50px;
	margin-top: 10px;
}

.step-hint-content p {
	padding: 10px 12px;
	margin: 0;
	text-align: center;
}

@media (max-width: 810px) {
	.step-full h3 {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.step-full h3 {
		font-size: 14px;
	}

	.step-outer {
		height: 70px;
		width: 70px;
		border-radius: 35px;
	}

	.step-inner {
		height: 50px;
		width: 50px;
		background-color: #9350c9;
		border-radius: 25px;
	}

	.step-inner h1 {
		font-size: 40px;
	}

	.step-hint-question {
		height: 20px;
		width: 20px;
		border-radius: 10px;
		margin: -6px 0 0 42px;
	}

	.step-hint-question p {
		font-size: 15px;
	}

	#in-depth-bar {
		margin: 67px 0 100px;
	}

	.step-hint-content {
		left: -44px;
	}
}

@media (max-width: 687px) {
	.step-full h3 {
		font-size: 12px;
	}

	.step-hint-content {
		left: -40px;
	}
}

@media (max-width: 587px) {
	.step-content {
		width: 80px;
	}

	.step-full h3 {
		font-size: 10px;
	}
}

@media (max-width: 501px) {
	#in-depth-bar {
		border-radius: 8px;
		height: 16px;
		margin: 69px 0 100px;
		width: 94%;
	}

	.step-hint-content {
		left: -36px;
	}
}

@media (max-width: 430px) {
	#in-depth-bar {
		border-radius: 8px;
		height: 16px;
		margin: 51px 0 100px;
		width: 94%;
	}

	.step-content {
		width: 60px;
	}

	.step-full h3 {
		font-size: 9px;
	}

	.step-outer {
		height: 44px;
		width: 44px;
		border-radius: 22px;
	}

	.step-inner {
		height: 30px;
		width: 30px;
		background-color: #9350c9;
		border-radius: 15px;
	}

	.step-inner h1 {
		font-size: 28px;
	}

	.step-hint-content {
		left: -58px;
		width: 300%;
	}

	#step-hint-email {
		left: -5px;
	}

	#step-hint-ready {
		left: -114px;
	}

	.step-hint-content p {
		font-size: 12px;
	}

	.step-hint-question {
		height: 16px;
		width: 16px;
		border-radius: 8px;
		margin: -6px 0 0 26px;
	}

	.step-hint-question p {
		font-size: 12px;
	}
}

@media (max-width: 330px) {
	.step-full h3 {
		font-size: 8px;
	}
}

/*A/B test page*/
.B-plans {
}

.B-left,
.B-right {
	padding: 2px !important;
}

.B-left .caption,
.B-right .caption {
	border-radius: 4px;
}

.B-left .caption {
	background-color: #63b8bf;
	color: #ffffff;
}

.B-right .caption {
	background-color: #00b22d;
	color: #ffffff;
}

.B-right .caption,
.B-left .caption {
	text-align: center;
}

.B-right .caption div h2,
.B-left .caption div h2 {
	height: 75px;
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
}

.B-left .caption h2,
.B-right .caption h2 {
	font-size: 24px;
	padding: 0 20px;
}

.B-left .caption strong,
.B-right .caption strong {
	font-size: 60px;
	text-shadow: 1px 1px 1px #000000;
	display: block;
	padding: 6px 0;
}

.B-right .caption strong {
	margin-bottom: -10px;
}

.B-left .caption span,
.B-right .caption span {
	font-size: 18px;
	font-weight: 100;
	text-shadow: 0 0 0;
	border: 2px solid #ffffff;
	border-radius: 4px;
	padding: 8px 80px;
}

@media (max-width: 1199px) {
	.B-left .caption span {
		padding: 8px 52px;
	}
}

.B-left .caption sup,
.B-right .caption sup {
	top: -18.5px;
	font-size: 34px;
}

.B-left .caption p,
.B-right .caption p {
	font-size: 18px;
	padding: 20px 0 0;
	margin-bottom: 0;
}

.B-right .caption p {
	border: 2px solid #ffffff;
	border-radius: 4px;
	padding: 8px 0;
	margin: 0 17px 35px;
}

.B-left .caption a,
.B-right .caption a {
	padding: 10px 98px;
	margin-bottom: 18px;
}

.B-left .features,
.B-right .features {
	margin-top: 4px;
	border: 4px solid #d6d6d6;
	border-radius: 4px;
	padding: 0 8px;
	background-color: #ffffff;
}

.B-left .features div span,
.B-left .features div p,
.B-right .features span,
.B-right .features p {
	display: inline-block;
	justify-content: center;
	vertical-align: middle;
}

.B-left .features div span,
.B-right .features div span {
	vertical-align: middle;
	padding: 20px 17px;
}

.B-right .features .B-span-1 {
	margin-top: -20px;
}

.B-right .features .B-span-2 {
	margin-top: -52px;
}

.B-right .features .B-span-3 {
	margin-top: -36px;
}

@media (max-width: 991px) {
	.B-right .features .B-span-1 {
		margin-top: 0;
	}

	.B-right .features .B-span-2 {
		margin-top: 0;
	}

	.B-right .features .B-span-3 {
		margin-top: 0;
	}
}

.B-left .features div p,
.B-right .features div p {
	width: 80%;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 12px;
}

.B-left .features .sign-up,
.B-right .features .sign-up {
	display: flex;
	justify-content: center;
}

.B-left .features a,
.B-right .features a {
	margin-bottom: 18px;
	padding: 10px 98px;
}

.B-left .features a {
	margin-top: 129px;
}

@media (max-width: 1199px) {
	.B-left .features a {
		margin-top: 112px;
	}
}

.B-membership-info {
	width: 100%;
	padding-left: 40px !important;
}

.B-memberships-details {
	border: 3px solid #d6d6d6;
	border-radius: 4px;
	margin-top: 3px;
	height: 420px;
}

.B-memberships-details div {
	margin: 24px 10px;
}

.B-memberships-details p {
	color: #919191;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	width: 85%;
}

.B-memberships-details span {
	color: #4b0683;
}

.B-memberships-details img,
#B-membership-info-bottom img {
	display: inline-block;
}

#B-memberships-details-20 a {
	display: flex;
	justify-content: space-around;
	margin: 122px 10px 0;
	font-size: 16px;
}

#B-memberships-details-specialist a {
	display: flex;
	justify-content: space-around;
	margin: -10px 10px 0;
	font-size: 16px;
}

#B-green-one {
	margin-bottom: 22px;
}

#B-green-two {
	margin-bottom: 56px;
}

#B-green-three {
	margin-bottom: 40px;
}

#B-green-four {
	margin-bottom: 4px;
}

#B-membership-info-top h3 {
	font-size: 22px;
	padding-bottom: 15px;
}

#B-membership-info-top img {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 24px;
	padding-right: 4px;
}

#B-purple-bullet {
	margin-top: -36px;
}

#B-membership-info-top div {
	display: inline-block;
	width: 90%;
	padding: 8px 0;
}

@media (max-width: 991px) {
	#B-membership-info-top div {
		width: 95%;
	}

	#B-membership-info-top p {
		width: 70%;
	}
}

@media (max-width: 658px) {
	#B-membership-info-top div {
		width: 90%;
	}

	#B-membership-info-top p {
		width: 90%;
	}
}

#B-membership-info-bottom {
	border-top: 3px double #d6d6d6;
	padding: 1px 0;
}

#B-membership-info-top {
	border-bottom: 0px solid #d6d6d6;
	padding: 1px 0;
}

#B-membership-info-bottom h4 {
	padding: 20px 0;
	border-top: 1px solid #d6d6d6;
}

#B-membership-info-bottom img {
	margin-top: -30px;
}

.B-membership-searches {
	padding: 10px 8px;
	display: inline-block;
	width: 86%;
}

@media (max-width: 590px) {
	.B-membership-searches {
		width: 81%;
	}
}

#B-name-search h5 {
	color: #63b8bf;
}

#B-email-search h5 {
	color: #a565af;
}

#B-phone-search h5 {
	color: #d81763;
}

#B-username-search h5 {
	color: #489dfa;
}

/*cvv modal*/
#cvv-modal-body {
	margin-top: 200px;
}

#cvv-close {
	float: right;
}

#cards-info {
	padding: 30px 6px 5px;
}

.cvv-cards {
	display: inline-block;
	padding: 5px 16px;
}

#cvv-modal h3 {
	font-size: 14px;
	text-align: center;
	padding-bottom: 5px;
}

#cvv-modal p {
	font-size: 12px;
	text-align: center;
}

@media (max-width: 644px) {
	#cvv-modal-body {
		margin: 100px 40px;
	}

	.cvv-cards {
		width: 100%;
	}

	.cvv-cards img {
		width: 100%;
	}
}

/*Image search dashboard disclaimer*/
#image-search-disclaimer {
	margin-top: 20px;
}

#image-search-disclaimer span {
	display: block;
	float: right;
}

#image-search-disclaimer p {
	padding: 20px 20px;
}

/*contact us*/
#contact-us {
	background-color: #f5f5f5;
}

.contact-us-head {
	background-color: #f5f5f5;
	padding: 20px 30px;
	border-bottom: 1px solid #d6d6d6;
}

.contact-us-head p {
	margin-bottom: 0 !important;
}

.contact-us-body input,
.contact-us-body select,
.contact-us-body textarea {
	background-color: #f5f5f5;
}

.contact-us-body {
	background-color: #ffffff;
	padding: 20px 30px;
}

.contact-us-form {
	box-shadow: 0 0 8px 0 #d6d6d6;
	border: 1px solid #d6d6d6;
}

.full-info-box {
	margin-top: -50px;
}

.info-boxes {
	border: 1px solid #d6d6d6;
	border-bottom: 8px solid #d6d6d6;
	height: 199px;
	margin-bottom: 30px;
	background: #ffffff;
}

.info-boxes h2 {
	color: #535353;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 50px 0 5px;
}

.info-boxes h2::after {
	content: " ";
	border-bottom: 5px solid #d6d6d6;
	width: 12%;
	margin: auto;
	display: block;
	padding-bottom: 8px;
}

.info-boxes p {
	text-align: center;
	margin: 0;
	padding-top: 10px !important;
}

#faq-info-box:hover {
	cursor: pointer;
}

#faq-info-box p {
	padding: 0 76px;
}

.info-boxes li {
	list-style-type: none;
	white-space: nowrap;
}

#contact-info-box-list {
	margin: auto;
	width: 204px;
	padding-top: 10px;
}

#contact-info-box-list .icon-wrapper,
.social-links .icon-wrapper,
.social-links .svgicon-wrapper {
	width: 15px;
	text-indent: 1000px;
	overflow: hidden;
	margin-right: 5px;
	line-height: 0;
}

#location-info-box-list {
	margin: auto;
	padding-top: 10px;
	justify-content: center;
	display: flex;
	align-items: center;
}

#location-info-box-list span {
	font-size: 26px;
	margin-right: 12px;
}

.info-boxes-image {
	width: 77px;
	margin: auto;
}

.info-boxes-image img {
	margin-bottom: -38px;
}

#contact-info-box-list ul img {
	margin-bottom: 4px;
}

#location-info-box-list img,
#location-info-box-list ul {
	display: inline-block;
}

#location-info-box-list img {
	padding: 0 14px 20px 10px;
}

.map {
	padding-bottom: 30px;
}

.map img {
	border: 1px solid #d6d6d6;
	border-bottom: 8px solid #d6d6d6;
}

@media (max-width: 991px) {
	.full-info-box {
		margin: 20px 0;
	}
}

/*email subscription*/
#subscribe:hover {
	cursor: pointer;
}

/*dashboard hire us*/
.dashboard-hire-us {
	margin: 28px 0px;
}

.dashboard-hire-us h3 {
	text-align: center;
	font-size: 18px !important;
	color: #535353;
	text-transform: uppercase;
	margin: 0px 0 16px !important;
}

.dashboard-hire-us-button {
	margin: 0 auto;
	width: 130px;
}

.dashboard-content .dashboard-hire-us {
}

.dashboard-content .dashboard-hire-us .dashboard-hire-us-button {
	margin: 0;
	text-align: center;
	display: block;
	width: auto;
}

.modal-discount h2 {
	font-size: 24pt;
	color: #420673;
}

.modal-discount .modal-header h4 {
	color: #502374;
}

.modal-discount .modal-body {
	background-color: #f5f5f5;
}

.modal-discount .modal-body span {
	font-size: 39px;
	color: #3ac162;
}

.modal-discount .modal-footer {
	padding: 26px 70px 0px;
}

.modal-discount .modal-footer a {
	text-decoration: none;
	color: #000;
	float: unset;
	font-size: 15px;
}

.modal-discount .modal-footer #agreements {
	text-align: left;
}

.modal-discount .modal-footer #agreements p {
	padding: 12px;
	font-size: 14px;
	width: 94%;
	color: #000;
	font-weight: bold;
}

/*Modal (background) */
.modal-accept,
.modal-discount {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 80px;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: auto !important;
	background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
#accept-payment-responsibility span {
	color: #4b0683 !important;
	vertical-align: baseline !important;
}

#accept-payment-responsibility p {
	padding-left: 8px !important;
	line-height: 22px;
}

#accept-tos {
	line-height: 0;
	margin: 0 !important;
}

.modal-accept .close {
	float: right;
	font-size: 45px;
	font-weight: 700;
	line-height: 1;
	color: #fbfbfb;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	margin-top: -70px;
	margin-right: 20px;
}

.modal-accept-content {
	background-color: #fefefe;
	margin: auto;
	padding: 0px;
	border: 10px solid #d6d6d6 !important;
	width: 65%;
	border-radius: 30px !important;
}

.modal-accept-head {
	text-align: center;
	background-color: #d96d00;
	width: 100%;
	border-radius: 21px 21px 0 0;
	margin-bottom: 20px;
}

.modal-accept-head h3 {
	padding: 18px 68px;
	font-size: 1.8em;
	color: #ffffff;
	margin: 0 auto !important;
}

.modal-accept-subhead {
	padding: 0 40px 0 20px;
}

.modal-accept-subhead h3 {
	font-size: 1.4em;
	font-weight: bolder !important;
	margin-bottom: 4px !important;
}

.modal-accept-subhead p {
	font-size: 15px;
	color: #666666;
}

.modal-accept-content a {
	width: 100% !important;
	text-align: center;
}

.modal-accept-purple {
	color: #4b0683 !important;
	font-weight: bolder;
}

#agreements {
	margin-left: -36px;
	margin-bottom: 30px;
}

#agreements h3 {
	color: #666666;
	font-size: 1.2em;
	padding: 12px 0 12px;
}

#agreements span,
#agreements p {
	vertical-align: middle;
	display: inline-block !important;
	color: #666666;
	margin: 0 !important;
}

#agreements strong span {
	color: #4b0683;
}

#agreements span.duration {
	/*color: #D96D00 !important;*/
}

#agreements p {
	padding: 12px;
	font-size: 14px;
	width: 85%;
}

#agreements a {
	margin: 28px 28px 0;
	width: 94% !important;
}

.modal-accept-content img {
	margin-top: -62px !important;
	width: 142%;
}

/*name search modal*/
.modal-name {
	position: fixed;
	z-index: 11000;
	left: 0;
	top: 0;
	overflow: hidden;
	right: 0;
	bottom: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	display: none;
}

.modal-name::before {
	content: " ";
	display: inline-block;
	left: 0;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.name-search-modal-content {
	background-color: #fefefe;
	margin: auto;
	border: 8px solid #d6d6d6;
	border-radius: 20px;
	width: 40%;
	display: inline-block;
	vertical-align: middle;
}

#name-age-modal-body {
	display: none;
}

/*name age modal*/
#name-age-modal-header {
	background-color: #d96d00;
	height: 45px;
	text-align: center;
	border-radius: 10px 10px 0 0;
}

#name-age-modal-header h3 {
	color: #ffffff;
	padding: 8px 0;
}

#name-age-modal-body h4 {
	color: #56168b;
	text-align: center;
	padding: 10px 0;
}

.name-age-modal-options {
	display: block;
	text-align: center;
	font-weight: bolder;
	font-size: 18px;
	margin: 20px auto;
	width: 75%;
	padding: 5px 20px;
	border-radius: 10px;
	background-color: #e8e6ea;
	color: #56168b;
}

.name-age-modal-options:hover,
.name-age-modal-options.active {
	cursor: pointer;
	background: #5b208b;
	color: #fff;
}

.name-age-modal-options:last-child {
	background-color: transparent;
	padding: 0;
}

#name-age-modal-body a {
	width: 100%;
	height: 100%;
}

#name-age-modal-continue.sign-up-button {
	margin: 0 0 20px;
	width: 75%;
}

.age-range-clicked {
	background-color: #56168b;
	color: #ffffff;
}

/*name state modal*/
#name-state-modal-header {
	background-color: #5b208b;
	color: #ffffff;
	text-align: center;
	border-radius: 10px 10px 0 0;
	position: relative;
}

#name-state-modal-header h3 {
	padding: 10px 0;
}

#name-state-modal-header a {
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 10;
	margin: auto;
	bottom: 0;
}

#name-state-modal-body,
#name-city-modal-body {
	text-align: center;
	color: #5b208b;
	display: none;
}

#name-state-modal-body h4,
#name-city-modal-body h4 {
	padding: 20px 0;
}

#name-state-select,
#name-city-select,
#name-country-select {
	text-align: center;
	width: 50%;
	margin: auto;
	border: 1px solid #a9a9a9;
	position: relative;
}

#name-state-select .options {
	height: 200px;
}

#name-state-modal-body a,
#name-city-modal-body a {
	margin: 20px 0;
	width: 50%;
}

.modal-accept-mobile-head {
	text-align: center;
	font-weight: 200;
	font-size: 1.2em;
}

#name-city-select .options {
	max-height: 200px;
	height: auto !important;
}

/*cancel modal*/
.modal-cancel {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.cancellation-modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	border: 8px solid #d6d6d6;
	border-radius: 20px;
	width: 40%;
}

#cancellation-modal-header {
	background-color: #56168b;
	height: 45px;
	text-align: center;
	border-radius: 10px 10px 0 0;
}

#cancellation-modal-header h3 {
	color: #ffffff;
	padding: 8px 0;
}

#cancellation-modal-body h4 {
	color: #56168b;
	text-align: center;
	padding: 10px 0;
}

.cancellation-modal-options {
	display: block;
	text-align: center;
	font-weight: bolder;
	font-size: 18px;
	margin: 20px 90px;
	padding: 5px 20px;
	border-radius: 10px;
	background-color: #e8e6ea;
	color: #56168b;
}

.cancellation-modal-options:hover {
	color: #fff;
	background-color: #57198a;
	cursor: pointer;
}

.cancellation-modal-options:last-child {
	background-color: transparent;
	padding: 0;
}

#cancellation-modal-body a {
	width: 100%;
	height: 100%;
}

.cancel-option-clicked {
	background-color: #56168b;
	color: #ffffff;
}

/*--modal mobile--*/
@media (max-width: 991px) {
	.cancellation-modal-content {
		width: 70% !important;
	}
}

@media (max-width: 780px) {
	.cancellation-modal-content {
		width: 88% !important;
	}

	.cancellation-modal-options {
		margin: 20px 20px;
		padding: 5px 20px;
	}

	.modal-accept-content {
		width: 90%;
		border-radius: 0 !important;
		border: 0px !important;
	}

	.modal-accept-head {
		border-radius: 0 !important;
	}

	.modal-accept-head h3 {
		font-size: 1.4em;
		padding: 18px 50px;
		width: 100%;
	}

	#name-state-modal-header h3 {
		font-size: 16px;
		text-align: left;
		padding: 20px 10px;
	}

	.modal-accept-subhead h3 {
		font-size: 1.3em;
		text-align: center;
	}

	#agreements {
		margin: 2px;
	}

	#agreements p {
		margin: 2px 12px 2px !important;
		width: 76%;
	}

	.modal-discount #agreements p {
		margin: -38px 12px 2px 30px !important;
	}

	.modal-discount .modal-footer {
		padding: unset;
	}

	#agreements span.icons {
		margin-left: 10px !important;
	}

	#agreements .modal-accept-purple {
		display: none !important;
	}

	#agreements h3 {
		font-size: 2em;
		text-align: center;
		color: black;
	}

	#agreements a {
		margin: 8% 3% 3%;
	}

	.modal-name .name-search-modal-content {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: auto;
		overflow: auto;
	}

	.modal-name .sign-up-button {
		width: 100% !important;
	}

	.modal-name .name-age-modal-options {
		width: 100%;
		margin-left: 0;
		right: 0;
	}

	.modal-name #name-state-select {
		width: 100%;
	}

	.modal-name .select {
		margin-bottom: 0;
	}

	.modal-name .name-search-modal-content,
	#name-state-modal-header {
		/*+border-radius: 0;*/
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
	}

	.modal-name #name-state-modal-body,
	.modal-name #name-age-modal-body,
	.modal-name #name-city-modal-body {
		padding: 0 15px;
	}

	#name-city-modal-body #name-city-select {
		width: 100%;
	}

	.modal-name {
		top: 80px;
		background-color: #fff;
	}
}

/*token cover search css*/
#name-cover {
	background: rgba(99, 184, 191, 0.9);
}

#email-cover {
	background: rgba(165, 101, 175, 0.9);
}

#phone-cover {
	background: rgba(216, 23, 99, 0.9);
}

#username-cover {
	background: rgba(72, 157, 250, 0.9);
}

#image-cover {
	background: rgba(0, 178, 45, 0.9);
}

#address-cover {
	background: rgba(252, 136, 23, 0.9);
}

#criminal-cover {
	background: rgba(217, 138, 120, 0.9);
}

.token-availability-cover {
	width: 88%;
	height: 100%;
	position: absolute;
	padding-top: 8px;
	z-index: 1001;
	border-radius: 4px;
}

.token-availability-cover h1 {
	color: #f7e53f;
	font-size: 20px;
	text-align: center;
	padding-bottom: 6px;
}

.token-availability-cover h1::before {
	content: " ";
	border-top: 1px solid #ffffff;
	width: 75%;
	margin: auto;
	padding-top: 6px;
	display: block;
}

.token-availability-cover h1::after {
	content: " ";
	border-bottom: 1px solid #ffffff;
	width: 75%;
	margin: auto;
	padding-bottom: 6px;
	display: block;
}

.token-availability-cover h4 {
	font-size: 10px !important;
	text-align: center;
	color: #ffffff !important;
}

.token-availability-cover h4::after {
	content: " ";
	border-bottom: 1px solid #ffffff;
	width: 75%;
	margin: auto;
	padding-bottom: 6px;
	display: block;
}

.token-availability-cover h5 {
	color: #ffffff;
	font-size: 8px;
	text-align: center;
	margin-top: 0 !important;
}

.token-availability-cover h5:nth-child(2) {
	padding: 8px 12px 8px 12px;
}

.token-availability-cover h5 strong {
	font-size: 12px;
	padding-top: 6px;
}

.token-availability-cover .cover-down-arrows {
	margin: auto;
}

.token-availability-cover a,
.token-availability-cover button {
	font-size: 8px !important;
	padding: 4px 8px !important;
	margin-top: 4px;
}

@media (max-width: 1094px) {
	#username-cover h4:first-child::after {
		padding-bottom: 0px;
	}

	.token-availability-cover h4::after {
		padding-bottom: 10px;
	}

	.token-availability-cover h5:nth-child(2) {
		padding: 4px 0 4px 0;
	}

	.token-availability-cover h1 {
		font-size: 18px;
	}

	.token-availability-cover h5 strong {
		font-size: 10px;
	}
}

@media (max-width: 991px) {
	.token-availability-cover {
		width: 98%;
		padding-top: 100px;
	}

	.token-availability-cover h1 {
		font-size: 100px;
		padding: 0 0;
	}

	.token-availability-cover h1::before {
		padding-top: 30px;
		border-top: 8px solid #ffffff;
	}

	.token-availability-cover h1::after {
		padding-bottom: 30px;
		border-bottom: 8px solid #ffffff;
	}

	.token-availability-cover h4 {
		font-size: 40px !important;
		padding-bottom: 0px;
		margin-top: -4px !important;
	}

	.token-availability-cover h4::after {
		padding-bottom: 30px;
		border-bottom: 8px solid #ffffff;
	}

	.token-availability-cover h5 {
		margin-top: 0 !important;
		font-size: 30px;
		padding: 30px 0;
	}

	.token-availability-cover h5:nth-child(2) {
		padding: 30px 12px 30px 12px;
		font-size: 38px;
	}

	.token-availability-cover h5 strong {
		font-size: 60px;
	}

	.token-availability-cover a {
		padding: 10px 84px !important;
		margin-top: 30px;
		font-size: 36px !important;
	}
}

@media (max-width: 768px) {
	.token-availability-cover {
		width: 96%;
		padding-top: 10px;
	}

	.token-availability-cover h1 {
		font-size: 18px;
		padding-top: 2px;
	}

	.token-availability-cover h1::before {
		padding-top: 4px;
		border-top: 1px solid #ffffff;
		width: 40%;
	}

	.token-availability-cover h1::after {
		padding-bottom: 4px;
		border-bottom: 1px solid #ffffff;
		width: 40%;
	}

	.token-availability-cover h4 {
		font-size: 10px !important;
		padding-bottom: 0px;
		margin-top: -4px !important;
	}

	.token-availability-cover h4::after {
		padding-bottom: 4px;
		border-bottom: 1px solid #ffffff;
		width: 40%;
	}

	.token-availability-cover h5 {
		margin-top: 0 !important;
		padding: 4px 0;
		font-size: 10px !important;
	}

	#username-cover h4:first-child {
		margin-bottom: 0 !important;
	}

	.token-availability-cover h5:nth-child(2) {
		padding: 2px 12px 0px 12px;
		font-size: 10px;
	}

	.token-availability-cover h5 strong {
		font-size: 12px;
	}

	.token-availability-cover a {
		padding: 2px 8px !important;
		margin-top: 4px;
		font-size: 10px !important;
	}
}

/*Custom Membership Levels*/
#member-add-token {
	display: block;
	margin-top: 125px !important;
}

#member-add-token-head {
	text-align: center;
}

#member-add-token-head h3 + p {
	border-bottom: 8px solid #d6d6d6;
	padding: 12px 0;
	font-weight: bold;
}

#member-add-token-body {
	padding: 20px 0;
}

/*sliders and left side*/
#buy-tokens-text {
	padding-bottom: 4px;
	border-bottom: 6px solid #d6d6d6;
	width: 204px;
}

#buy-tokens-text + p {
	padding: 6px 0 0;
}

#option-all-search {
	border-top: 4px solid #00b22d;
	border-bottom: 4px solid #00b22d;
	border-left: 4px solid #00b22d;
	border-radius: 8px 0 0 8px;
	background-color: #00b22d;
	color: #ffffff;
	display: inline-block;
	width: 48%;
	text-align: center;
	font-weight: bolder;
	padding: 12px 0px;
	margin: -2px;
}

#option-custom-search {
	border-top: 4px solid #d6d6d6;
	border-bottom: 4px solid #d6d6d6;
	border-right: 4px solid #d6d6d6;
	border-radius: 0 8px 8px 0;
	display: inline-block;
	width: 48%;
	text-align: center;
	font-weight: bolder;
	padding: 12px 0px;
	margin: -2px;
}

.toggle-custom-search {
	border-top: 4px solid #00b22d !important;
	border-bottom: 4px solid #00b22d !important;
	border-right: 4px solid #00b22d !important;
	border-radius: 0 8px 8px 0;
	background-color: #00b22d;
	color: #ffffff;
	display: inline-block;
	width: 48%;
	text-align: center;
	font-weight: bolder;
	padding: 12px 0px;
	margin: -2px;
}

.toggle-all-search {
	border-top: 4px solid #d6d6d6 !important;
	border-bottom: 4px solid #d6d6d6 !important;
	border-left: 4px solid #d6d6d6 !important;
	border-radius: 0 8px 8px 0;
	background-color: #ffffff !important;
	color: black !important;
	display: inline-block;
	width: 48%;
	text-align: center;
	font-weight: bolder;
	padding: 12px 0px;
	margin: -2px;
}

#all-search-triangle {
	margin-left: 20%;
}

#custom-search-triangle {
	margin-left: 68%;
	display: none;
}

.triangle-down {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 20px solid #00b22d;
}

#custom-options-area {
	border-right: 4px solid #d6d6d6;
	border-left: 4px solid #d6d6d6;
	border-bottom: 4px solid #d6d6d6;
	width: 96%;
	margin-top: -32px;
	margin-left: -2px;
	display: none;
	padding: 0 0 30px 30px;
}

.custom-options-checkboxes {
	display: inline-block;
	margin: 36px 5px -6px;
	width: 152px;
}

.custom-options-checkboxes p {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

#checkbox-checked-name,
#checkbox-checked-username,
#checkbox-checked-email,
#checkbox-checked-phone,
#checkbox-checked-reverse-image {
	display: none;
}

/*range slider*/
#member-add-token .ui-slider-handle {
	width: 2em !important;
	height: 2em !important;
	top: 50% !important;
	margin-top: -1em !important;
	text-align: center !important;
	line-height: 1.6em !important;
	border-radius: 15px !important;
	border: 1px solid #d2d2d2 !important;
	background: url("../images/rangeslider.png") no-repeat center / 100% 100% !important;
}

#member-add-token .ui-slider-handle:hover {
	border: 1px solid #d2d2d2 !important;
}

#member-add-token .ui-slider-range {
	background: #531188 !important;
	border-radius: 10px !important;
	padding: 8px 0 !important;
}

.slider-settings {
	height: 16px !important;
	border-radius: 10px !important;
	box-shadow: 1px 1px 1px #333333;
	margin-left: -5px;
	padding: 3px 0;
	width: 96%;
}

.slider-values {
	display: inline-block;
	padding: 12px 0 5px;
	font-size: 18px;
	font-weight: bold;
	color: #d86c00;
	text-shadow: 1px 1px 1px #333333;
	width: 8%;
}

.custom-slider-settings {
	display: none;
	margin: 50px 0 -30px;
	width: 100%;
}

.custom-slider-settings h4 {
	margin: 20px 0 !important;
}

#all-search-plan p:first-child {
	padding: 12px 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-shadow: none;
}

#all-search-plan p:nth-child(5),
.custom-slider-settings p:nth-child(5) {
	margin-left: 32%;
}

#all-search-plan p:nth-child(4),
.custom-slider-settings p:nth-child(4) {
	margin-left: 36%;
}

@media (max-width: 991px) {
	#all-search-plan p:nth-child(4),
	.custom-slider-settings p:nth-child(5) {
		margin-left: 30%;
	}

	#all-search-plan p:nth-child(4),
	.custom-slider-settings p:nth-child(4) {
		margin-left: 34%;
	}
}

@media (max-width: 768px) {
	#all-search-plan p:nth-child(4),
	.custom-slider-settings p:nth-child(5) {
		margin-left: 36%;
	}

	#all-search-plan p:nth-child(4),
	.custom-slider-settings p:nth-child(4) {
		margin-left: 36%;
	}
}

@media (max-width: 624px) {
	#all-search-plan p:nth-child(4),
	.custom-slider-settings p:nth-child(5) {
		margin-left: 34%;
	}

	#all-search-plan p:nth-child(4),
	.custom-slider-settings p:nth-child(4) {
		margin-left: 33%;
	}
}

#all-search-plan input {
	width: 44px;
	border: 0;
	font-weight: bold;
	font-size: 14px;
}

#sliders-reset-button {
	border: 2px solid #d6d6d6;
	border-radius: 20px;
	width: 86px;
	height: 35px;
	margin: 20px 0;
}

#sliders-reset-button:hover {
	background-color: #d3d3d3;
}

#sliders-reset-button p {
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
	margin-top: 8px;
}

#sliders-bottom {
	margin: 38px 0 100px;
}

/*Two ads on the right side ($4.95 + $19.95) */
#banner-most-popular {
	margin: -34px 0 -24px;
	margin-left: 2%;
}

#banner-most-popular img {
	width: 100%;
}

@media (max-width: 1199px) {
	#banner-most-popular {
		margin: -30px 0 -19px;
		margin-left: 2%;
	}
}

@media (max-width: 991px) {
	#banner-most-popular {
		margin: -25px 0 -14px;
		margin-left: 2%;
	}
}

@media (max-width: 768px) {
	#banner-most-popular {
		margin-top: -32px !important;
		margin: 0 auto;
		width: 196px;
	}

	#banner-most-popular img {
		width: 200px;
	}
}

#five-tokens-plan {
	width: 40%;
	border: 5px solid #00b22d;
	border-top: 10px solid #00b22d;
	margin: 10px 18px 30px;
	padding: 0;
}

#subscriptions-plan {
	width: 40%;
	border: 2px solid #d6d6d6;
	border-top: 10px solid #d6d6d6;
	padding: 0;
	margin: 10px 18px;
}

.plans-pickYourOwn-text {
	margin-top: 20px !important;
	font-size: 20px;
	font-weight: bolder !important;
	text-align: center;
}

.ads-checkbox {
	margin: 10px 43% -10px;
}

.ads-checkbox img:nth-child(2) {
	display: none;
}

.ads-plans-subscriptions a {
	margin: 20px 8%;
	width: 85%;
	text-align: center;
}

.ads-plans-subscriptions p {
	font-size: 10px;
	display: inline-block;
	padding-top: 10px;
	width: 77%;
	vertical-align: middle;
}

.plans-gray-checkmark {
	margin-left: 3%;
}

.plan-costs strong {
	font-size: 48px;
	text-shadow: 1px 1px 1px #333333;
	color: #d86c00;
}

.plan-costs {
	width: 100% !important;
	text-align: center;
}

.ads-plans-subscriptions h4:nth-child(4),
.ads-plans-subscriptions h4:nth-child(5) {
	text-align: center;
}

.memberplan-text-dark {
	background-color: #f8f8f8;
	border: 1px solid #d6d6d6;
	width: 100%;
}

.memberplan-text-light {
	border: 1px solid #d6d6d6;
	width: 100%;
}

.green-border-ads {
	border: 5px solid #00b22d !important;
	border-top: 10px solid #00b22d !important;
}

.gray-border-ads {
	border: 2px solid #d6d6d6 !important;
	border-top: 10px solid #d6d6d6 !important;
}

.print-image {
	display: none;
}

::-webkit-input-placeholder {
	text-transform: capitalize;
}

:-moz-placeholder {
	text-transform: capitalize;
}

::-moz-placeholder {
	text-transform: capitalize;
}

:-ms-input-placeholder {
	text-transform: capitalize;
}

@media (max-width: 768px) {
	.ads-plans-subscriptions {
		margin: 30px 8% !important;
		width: 190% !important;
	}
}

#serivice_alert {
	text-align: center;
	background-color: red;
	padding: 5px;
	color: #fff;
	text-shadow: 2px 2px 0px #a90000;
}

#serivice_alert a {
	color: #fff;
	text-shadow: 2px 2px 0px #a90000;
	text-decoration: underline;
}

.covid-tracker-notification.covid-tracker-notifimobile {
	display: none;
}

@media (max-width: 768px) {
	.covid-tracker-notification.covid-tracker-notifimobile {
		display: block;
	}

	.covid-tracker-notification {
		display: none;
	}
}

.covid-tracker-notification div {
	width: 100%;
	padding: 5px;
	text-align: center;
	background-color: #ff6c75;
	color: #fff;
	font-weight: bold;
}

.covid-tracker-notification div:hover {
	background-color: #f3606a;
}

.covid-tracker-notification .glyphicon {
	margin-left: 8px;
}

.covid-tracker-notification img {
	margin-right: 20px;
}

.covid-tracker-notification,
.covid-tracker-notification:hover {
	color: #fff;
	text-decoration: none;
}