.inner-content {
	text-align: center;
}

.inner-content h4 {
	color: #586082 !important;
	font-weight: normal;
}

.button,
a.button {
	background: linear-gradient(135deg, #00c853 0%, #00a843 100%);
	border: none;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: auto;
	letter-spacing: .5px;
	line-height: 1;
	padding: 16px 32px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: 600;
	box-shadow: 0 4px 15px rgba(0, 200, 83, 0.3);
	transition: all 0.3s ease;
}

.button:hover,
a.button:hover {
	background: linear-gradient(135deg, #00a843 0%, #008c38 100%);
	box-shadow: 0 6px 20px rgba(0, 200, 83, 0.4);
	transform: translateY(-2px);
	color: #fff;
	text-decoration: none;
}

.button i,
a.button i {
	margin-left: 8px;
	transition: transform 0.3s ease;
}

.button:hover i,
a.button:hover i {
	transform: translateX(4px);
}

.icon-margin {
	margin-right: 5px;
}

.sub-points p,
.sub-points li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.sub-points p::before,
.sub-points li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #5b8dee;
	font-size: 18px;
	font-weight: bold;
}

#scan_form {
	text-align: center;
}

input.form-control {
	border: 2px solid #357de6;
	width: 90%;
	max-width: 600px;
	font-size: 20px;
	margin: 0 auto;
}

h1, h2, h3 {
	font-family: 'Poppins', sans-serif;
}

h1 {
	color: #4e4e4e;
}

h2 {
	color: #586082;
}

h4 {
	color: #586082;
}

#work2 .section-title,
#about .section-title {
	text-align: left;
}

.business_info_box {
	text-align: left;
}

.business_info_box h3,
.business_info_box h4,
.business_info_box p,
.business_info_box a {
	text-align: left;
}

img.nap_results {
	width: 520px;
	float: left;
}

img.nap_citation {
	width: 470px;
	float: right;
}

#feature {
	background: url(/images/hd-orthodontics.png) repeat;
	color: #000;
	height: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #EFF7F7;
}

#work {
	margin-top: -40px;
	padding-top: 0;
	padding-bottom: 0;
}

#about {
	padding-top: 70px;
}

.photo-credit {
	color: #888888;
}

.search-icon {
	margin-right: 5px;
}

.cta-button {
	margin-bottom: 60px;
	margin-top: 30px;
	margin-left: 30px;
}

.case-study-row {
	margin-bottom: 25px;
}

.search-icons-wrapper {
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

.chart-canvas {
	max-width: 100%;
	height: 300px;
}

.work3-description {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 15px;
}

@media (max-width: 600px) {
	img.nap_results {
		width: 90%;
		float: none;
	}

	img.nap_citation {
		width: 90%;
		float: none;
	}
}

#faq p {
	color: #586082;
}

#faq .collapse .sub-points p {
	color: #586082;
}

.sub-points {
	padding-left: 20px;
}

.sub-points p {
	margin-top: 10px;
}

#faq ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 2.5em;
}

.section-lines p {
	margin: 0.6em 0 0.3em;
	line-height: 150%;
}

#feature {
	margin-top: 0px;
	padding-top: 200px;
}

@media (max-width: 890px) {
	#feature {
		padding-top: 150px;
		margin-top: 0px !important;
	}
}

.snip1214 {
	font-family: "voltaire", Arial, sans-serif;
	color: #000000;
	text-align: center;
	font-size: 16px;
	width: 100%;
	max-width: 1000px;
	margin: 40px 10px;
}

.snip1214 .plan {
	margin: 0;
	width: 33%;
	position: relative;
	float: left;
	background-color: #97bb6b;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.snip1214 .first_choix {
	background-color: #c1d7a4;
}

.snip1214 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.snip1214 header {
	position: relative;
}

.snip1214 .plan-title {
	position: relative;
	top: 0;
	font-weight: 800;
	padding: 5px 15px;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	display: inline-block;
	background-color: #222f3d;
	color: #ffffff;
	text-transform: uppercase;
}

.snip1214 .plan-cost {
	padding: 0px 10px 20px;
}

.snip1214 .plan-price {
	font-family: "voltaire", Arial, sans-serif;
	font-weight: 800;
	font-size: 2.4em;
	color: #34495e;
}

.snip1214 .plan-type {
	opacity: 0.6;
}

.snip1214 .plan-features {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: outside none none;
	font-size: 0.8em;
}

.snip1214 .plan-features li {
	border-top: 1px solid #d2d7e2;
	padding: 10px 5%;
}

.snip1214 .plan-features li:nth-child(even) {
	background: rgba(0, 0, 0, 0.08);
}

.snip1214 .plan-features i {
	margin-right: 8px;
	opacity: 0.4;
}

.snip1214 .plan-select {
	border-top: 1px solid #d2d7e2;
	padding: 10px 10px 0;
}

.snip1214 .plan-select a {
	background-color: #222f3d;
	color: #ffffff;
	text-decoration: none;
	padding: 0.5em 1em;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
}

.snip1214 .plan-select a:hover {
	background-color: #46627f;
}

.snip1214 .featured {
	margin-top: -10px;
	background-color: #94b2d3;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.snip1214 .featured .plan-title,
.snip1214 .featured .plan-price,
.snip1214 .featured .plan-cost {
	padding: 10px 10px 20px;
}

.snip1214 .featured .plan-features li {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.snip1214 .featured .plan-select {
	padding: 20px 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

#messagebox svg {
	display: initial;
}

@media only screen and (max-width: 767px) {
	.snip1214 .plan {
		width: 50%;
	}

	.snip1214 .plan-title,
	.snip1214 .plan-select a {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.snip1214 .plan-cost,
	.snip1214 .featured .plan-cost {
		padding: 20px 10px 20px;
	}

	.snip1214 .plan-select,
	.snip1214 .featured .plan-select {
		padding: 10px 10px 10px;
	}

	.snip1214 .featured {
		margin-top: 0;
	}
}

@media only screen and (max-width: 440px) {
	.snip1214 .plan {
		width: 100%;
	}
}

div.snip1214 {
	padding-top: 50px;
	padding-bottom: 50px;
}

#messagebox_ppc {
	color: black;
}

h1.ppc_h1 {
	font-size: 60px !important;
}

h2.ppc_h2_2 {
	font-size: 40px;
	color: gold;
}

h2.ppc_h2 {
	font-size: 45px;
}

h3.ppc_h3 {
	font-size: 30px;
	text-align: left !important;
}

#banner_SEO {
	background: gray !important;
}

img.google_ads {
	width: 285px;
	padding: 23px;
}

input {
	border: 2px solid black !important;
}

img.what_remarketing {
	width: 380px;
	float: right;
}

h3.gold {
	color: gold;
}

@media (max-width: 855px) {
	.info_content {
		width: 100% !important;
		padding-left: 10px;
		padding-right: 10px;
	}

	.info_content_in {
		width: 90% !important;
	}

	.leftie {
		margin-left: 10px;
	}
}

#ReviewForm input {
	max-width: 400px !important;
}

.text-white {
	line-height: 1.2;
}

.capitlize-text {
	text-transform: capitalize !important;
}

.faq-common-p {
	color: #586082 !important;
}

.accordition-div {
	margin: auto;
}

.txtscore {
	text-align: center;
}

.txtscore p {
	font-size: 14px !important;
}

.section-title h2 {
	line-height: 1.2;
}

@media (max-width: 991px) {
	.ab-single-box {
		margin-top: 20px;
	}
}

.process-box {
	height: 100%;
}

.process-box svg {
	height: 70px;
	width: 70px;
	margin-bottom: 20px;
}

#work2 .process-box {
	text-align: left;
}

#work2 .process-box img {
	margin-right: 5px;
	margin-bottom: 15px;
}

.container,
.container-lg {
	max-width: 1140px !important;
}

@media (max-width: 667px) {
	#feature {
		background-color: #EFF7F7;
		background-image: none;
	}
}

@media (max-width: 991px) {
	.work .row .col-lg-4+.col-lg-4 {
		/* margin-top: 0px; */
	}

	.about-border+div+div .chat-box {
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}

	.about-box .chat-box {
		height: 100%;
	}

	.about-border:nth-child(4) {
		border: 0;
	}

	#work3 .row.about-box .col-lg-4:nth-child(3) {
		border-right: 1px solid #ddd;
	}
}

#work3 .row.about-box {
	justify-content: center;
}

#work3 .row.about-box .col-lg-12 {
	margin-bottom: 30px;
}

#work3 .chat-box {
	text-align: left;
}

#work3 .chat-box h3 {
	margin-top: 0;
}

.testimonial-slider .owl-item img {
	width: 100% !important;
}

#images-wrapper {
	width: 100% !important;
	height: 340px !important;
}

svg {
	margin: auto;
}

#main-container {
	text-align: center;
}

#testimonial svg {
	display: initial !important;
}

#circular-line svg {
	display: block !important;
}

@media (max-width:575px) {
	#images-wrapper {
		height: 630px !important;
	}
}
