/*
Theme Name: TPA Sandbox
Theme URI: 	upthinksolutions.com
Template: 	Divi
Version: 	4.18.0
*/

/*
Custom styling
---------------------------------------------------------------------------------------------------- */

body {
	font-weight: 400;
}

/* Headings styling
----------------------------------------------- */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-weight: 600;
	padding-bottom: 20px;
}

body h2 {
	font-size: 40px;
}
body h3 {
	font-size: 30px;
}
body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 22px;
}
body h6 {
	font-size: 20px;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
	padding-top: 20px;
}

/* Paragraph styling
--------------------------------------------------- */

body p {
	padding-bottom: 25px;
}
p:last-of-type + * {
	padding-top: 25px;
}
p:empty {
	display: none;
}

/* Buttons styling
----------------------------------------------- */

#page-container .et_pb_button {
	display: inline-block;
	padding: 11px 30px;
	line-height: normal !important;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	font-weight: 600;
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container .et_pb_button:hover {
	background: #b17300;
}
.et_pb_button + .et_pb_button {
	margin-left: 25px;
	margin-top: 5px;
}

#page-container .btn {
	display: inline-block;
	padding: 11px 30px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	background: #db9f31;
	color: #fff !important;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}
#page-container .btn:hover {
	background: #b17300;
}

/*
wpforms styling
--------------------------------------------------- */

html body #page-container div.wpforms-container-full {
	margin: 0 auto;
}
#main-content .wpforms-form .wpforms-field-label {
	font-weight: 500;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select {
	height: auto;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select,
#main-content .wpforms-form textarea {
	border: 1px solid #a5a5a5;
	border-radius: 0;
	font-family: inherit;
	padding: 12px 15px;
	height: 50px;
}
#main-content .wpforms-form textarea {
	height: 120px;
}
::-webkit-input-placeholder {
	color: #000000;
}
::-moz-placeholder {
	color: #000000;
	opacity: 1;
}
::-ms-input-placeholder {
	color: #000000;
}
.entry-content .wpforms-submit-container {
	text-align: center;
}

#page-container div.wpforms-container-full .wpforms-form button[type=submit] {
	display: inline-block;
	padding: 11px 30px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	border: none;
	background: #db9f31;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}
#page-container div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #b17300;
}

#page-container .wpforms-confirmation-container-full {
	background: #db9f31;
	border: none;
}
#page-container .wpforms-confirmation-container-full p {
	color: #fff;
}

/* list style
--------------------------------------------------- */

#main-content .entry-content ul,
#main-content .entry-content ol {
	padding: 0 0 0 20px;
	line-height: 1.5;
}
#main-content .entry-content li {
	list-style-position: outside;
	padding-bottom: 10px;
}
#page-container #main-content .entry-content li:last-of-type {
	padding-bottom: 0;
}

#main-content .entry-content ul li ul,
#main-content .entry-content ul li ol {
	margin-top: 10px;
}

body .entry-content ul + *,
body .entry-content ol + * {
	margin-top: 25px;
}
p:last-of-type + ul,
p:last-of-type + ol {
	margin-top: 25px;
}

#main-content .list-style li {
	display: block;
	position: relative;
	padding-left: 25px;
}
#main-content .list-style li:before {
	content: "\f345";
	font-family: dashicons;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
	color: #db9f31;
}

/* anchor tag style
--------------------------------------------------- */

.entry-content a:hover {
	color: #b17300;
}
.et_pb_bg_layout_dark a,
.et_pb_bg_layout_dark a:hover {
	color: #fff;
}
a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
	display: inline-block;
}

/* underline text style
--------------------------------------------------- */

body a,
body u {
	text-underline-position: under;
}

/* table style
--------------------------------------------------- */

table {
	width: 100%;
} 
tr {
	background: transparent;
}
thead tr,
tbody tr:nth-child(2n+2) {
	background: #eee;
}
th,
td {
	border: 1px solid #dadada;
}

/* image styling
--------------------------------------------------- */

img.alignright {
	margin-left: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
img.alignleft {
	margin-right: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.frame-img-widget img {
	border: 5px solid #ffffff;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
}
.round-img-widget img {
	border-radius: 50%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
}

/* Divi builder sections and module styling
---------------------------------------------------------------------------------------------------- */

.et_pb_pagebuilder_layout #main-content {
	position: relative;
	overflow: hidden;
}

/* builder section 
----------------------------------------------- */

body .et_pb_section {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* builder row and container 
----------------------------------------------- */

body .et_pb_row,
body .container {
	width: 100%;
}

/* flex row 
----------------------------------------------- */

body .flex-row,
body .reverse-column-row {
	display: flex;
	align-items: center;
}

/* text module pick full height
----------------------------------------------- */

.et_pb_text_inner:after {
	content: '';
	clear: both;
	display: block;
}

/* dashicons icon styling
--------------------------------------------------- */

.dashicons-icon i {
	font-family: dashicons;
	font-style: normal;
}
.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
}

/* contact icons styling
--------------------------------------------------- */

.prg-icon {
	position: relative;
	padding-left: 35px;
}
.prg-icon .icon {
	position: absolute;
	left: 0;
}

/* outside image module
--------------------------------------------------- */

.et_pb_row .outside-right {
	margin-right: -90px;
}
.et_pb_row .outside-left {
	margin-left: -90px;
}

/* 
accordion style 6 styling
---------------------------------------------------------------------------------------------------- */

#main-content .accordion-style6 {
	clear: both;
	z-index: 999;
}
#main-content .accordion-style6 .et_pb_toggle {
	background: transparent;
	border: none;
	border-left: 4px solid #000;
	-webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
	padding: 0;
	margin-bottom: 30px;
}
#main-content .accordion-style6 .et_pb_toggle_title {
	color: #000;
	padding: 22px 70px 22px 25px;
}
#main-content .accordion-style6 .et_pb_toggle_title:before {
	content: "\f347";
	font-family: Dashicons !important;
	font-size: 30px;
	color: #fdc213;
	display: block;
	right: 30px;
}
#main-content .accordion-style6 .et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\f343";
}
#main-content .accordion-style6 .et_pb_toggle_content {
	color: #000;
	padding: 25px;
	border-top: 1px solid #000;
}

/* 
Landing Page 3 Styling
---------------------------------------------------------------------------------------------------- */

#main-content .landing-header {
	padding: 5px 0;
	z-index: 999;
}
body .landing-header .et_pb_row {
	padding: 0;
	display: flex;
	align-items: center;
}
body .landing-logo-widget a {
	display: table;
}
body .landing-logo-widget img {
	display: block;
}
body .landing-logo-widget h2 {
	padding-bottom: 0;
}
body .landing-logo-widget h2 a,
body .landing-logo-widget h2 a:hover {
	color: #000;
}
.landing-phone-widget a {
	color: #fff;
	font-size: 16px;
	background: #db9f31;
	display: inline-block;
	padding: 10px 15px 10px 60px;
	text-align: center;
	position: relative;
	line-height: 1.2;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.landing-phone-widget a .icon {
	font-size: 30px;
	position: absolute;
	left: 15px;
	top: 14px;
}
.landing-phone-widget strong {
	display: block;
	font-size: 20px;
}
.landing-phone-widget a:hover {
	color: #fff;
	text-decoration: none;
	background: #b17300;
}

/* landing3 banner styling
--------------------------------------------------- */

#main-content .landing3-banner-section {
	min-height: 720px;
	padding-top: 70px;
	padding-bottom: 120px;
	text-shadow: 0 0 15px #000;
}
body .landing3-banner-section:after {
	content: '';
	background: url(images/curve-bg.png) repeat-x center bottom;
	display: block;
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 5;
}
body .landing3-banner-caption {
	padding-top: 100px;
}
.landing3-banner-caption h1 {
	font-weight: 700;
	text-transform: uppercase;
}
.landing3-banner-caption h1:after {
	content: '';
	display: block;
	margin: 12px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}

/* landing3 content section styling
--------------------------------------------------- */

#main-content .landing3-content-section {
	background: transparent;
	padding-top: 0;
	position: relative;
	z-index: 99;
}
#main-content .landing3-content-area {
	padding-top: 0;
}

/* landing3 contact details styling
--------------------------------------------------- */

#landing3-contact-details {
	margin-top: -150px;
}
#landing3-contact-details img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	margin-bottom: 20px;
}
#landing3-contact-details h3 {
	font-size: 35px;
	font-style: normal;
}
#landing3-contact-details a {
	text-decoration: none;
}
#landing3-contact-details h4 a {
	background: #db9f31;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 8px 0;
	position: absolute;
	bottom: 145px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#landing3-contact-details a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 0px;
}
#landing3-contact-details h4 a:hover {
	color: #fff;
	text-decoration: none;
	background: #b17300;
}

/* landing3 form widget styling
--------------------------------------------------- */

#landing3-form-widget {
	-webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	padding: 30px;
	background-color: #fff;
}
#landing3-form-widget p {
	font-style: italic;
	padding-bottom: 5px;
}
#landing3-form-widget h2 {
	font-size: 30px;
	font-weight: 700;
	padding-top: 0;
	text-transform: uppercase;
}
#landing3-form-widget div.wpforms-container-full {
	margin: 0 auto;
}
#landing3-form-widget .wpforms-field {
	padding-bottom: 0;
}
#landing3-form-widget input,
#landing3-form-widget select,
#landing3-form-widget textarea {
	color: #000;
	font-size: 18px;
}
#landing3-form-widget input,
#landing3-form-widget select {
	height: auto;
}
#landing3-form-widget ::-webkit-input-placeholder {
	color: #000;
}
#landing3-form-widget :-moz-placeholder {
	color: #000;
}
#landing3-form-widget :-ms-input-placeholder {
	color: #000;
}
#landing3-form-widget .wpforms-submit-container {
	text-align: center;
}

/* landing footer styling
--------------------------------------------------- */

body .landing-page-footer {
	border-top: 1px solid rgb(0 0 0 / 20%);
	padding: 20px 0px;
	overflow: hidden;
}
.landing-page-footer a {
	color: #000;
}
.landing-copyright-area {
	float: left;
}
.landing-footer-links {
	float: right;
}
.landing-footer-links a {
	display: inline-block;
	margin-left: 20px;
}

/* New landing1 Design
--------------------------------------------------- */

#landing1-bio_section .et_pb_row {
	display: flex;
	align-items: center;
}
#landing1_content .et_pb_column_single {
	width: 52%;
}
#landing1_content .et_pb_specialty_column {
	width: 42%;
	margin-right: 6%;
}
#landing1_content .et_pb_blurb_content {
	float: left;
	max-width: 100%;
	clear: both;
}
#landing1_content .et_pb_blurb {
	overflow: hidden;
	margin-bottom: 30px;
}
#landing1_content .et_pb_blurb_content .et_pb_blurb_container {
	padding-left: 40px;
}
#main-content #landing1_content .wpforms-form input{
	height: 50px;
}
#main-content #landing1_content .wpforms-form textarea {
	height: 160px;
}
#landing1_content .wpforms-container-full .wpforms-form .wpforms-submit-container {
	text-align: left;
}

/* New landing2 Design
--------------------------------------------------- */

.landing-header.thin_header h1 {
	padding-bottom: 0;
	font-size: 35px;
}
.landing2-content .et_pb_blurb_container {
	display: flex;
}
.landing2-content .et_pb_blurb_container .et_pb_module_header {
	padding: 0;
	margin: 0 10px 0 0;
	position: relative;
	top: -3px;
}
.landing2-contact img {
	position: absolute;
	border-radius: 100%;
	max-width: 200px;
	top: -90px;
	left: -90px;
}
.landing2-contact .et_pb_text_inner {
	position: unset;
}
.landing2-contact {
	position: relative;
}
.landing2-contact h2 {
	padding-top: 0px;
	font-weight: 700;
	font-size: 25px;
}
.landing2-contact {
	position: relative;
	padding: 20px 30px 20px;
}
.landing2-content .et_pb_blurb_content {
	margin: 0;
	max-width: 100%;
	width: 100%;
}

/* fancybox form styling
--------------------------------------------------- */

#fancybox-wrap #fancybox-outer {
	height: auto;
}
#fancybox-wrap #fancybox-outer h2 {
	padding-bottom: 10px;
}
#fancybox-outer #fancybox-content .hentry {
	text-align: center;
	padding: 20px 0;
}
#fancybox-outer #fancybox-content .wpforms-container-full {
	margin: 0 auto;
	max-width: 500px;
	padding: 0 10px;
}
#fancybox-outer #fancybox-content .wpforms-field {
	padding: 0 0 6px;
}
#fancybox-outer #fancybox-content input,
#fancybox-outer #fancybox-content select,
#fancybox-outer #fancybox-content textarea {
	background: #fff;
	border-radius: 0;
	border: 1px solid #c6c6c6;
	font-size: 20px;
	color: #000;
	font-family: inherit;
	padding: 12px 18px;
	height: auto;
}
#fancybox-outer #fancybox-content textarea {
	height: 85px;
}
#fancybox-outer #fancybox-content ::-webkit-input-placeholder {
	color: #000000;
}
#fancybox-outer #fancybox-content ::-moz-placeholder {
	color: #000000;
}
#fancybox-outer #fancybox-content ::-ms-input-placeholder {
	color: #000000;
}
#fancybox-outer #fancybox-content .wpforms-field-captcha label,
#fancybox-outer #fancybox-content .wpforms-field-captcha .wpforms-captcha-equation {
	font-size: 20px;
	color: #000;
}
#fancybox-outer #fancybox-content .wpforms-field-captcha label,
#fancybox-outer #fancybox-content .wpforms-field-captcha .wpforms-captcha-math {
	display: inline-block;
	vertical-align: middle;
}
#fancybox-outer #fancybox-content .wpforms-field-captcha label {
	font-weight: normal;
	margin-right: 5px;
}
#fancybox-outer #fancybox-content .wpforms-field-captcha label .wpforms-required-label {
	display: none;
}
#fancybox-outer #fancybox-content .wpforms-field-captcha .wpforms-captcha-math input {
	width: 85px;
	padding: 12px 5px;
	font-size: 16px;
}
#fancybox-outer #fancybox-content .wpforms-submit-container {
	padding-top: 5px;
}
#fancybox-outer #fancybox-content .wpforms-submit-container button {
	display: inline-block;
	padding: 11px 30px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	border: none;
	background: #db9f31;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}
#fancybox-outer #fancybox-content .wpforms-submit-container button:hover {
	background: #b17300;
}
#fancybox-outer #fancybox-content .wpforms-form label.wpforms-error {
	color: #000;
	font-size: 14px;
}
#fancybox-outer #fancybox-content .wpforms-field-captcha label.wpforms-error {
	margin-left: 10px;
}
#fancybox-wrap #fancybox-outer #fancybox-close span {
	background: #db9f31;
	border-color: #db9f31;
}
.page-id-3275 #page-container .et_pb_button,
#fancybox-outer #fancybox-content .wpforms-submit-container button {
	min-width: 250px;
}

body.page-id-3452 .landing-7-about-section .et_pb_image .et_pb_image_wrap,
body.page-id-3454 .landing-8-body-section #landing3-contact-details img {
	max-width: 350px;
	max-height: 350px;
}

/* landing 7 banner styling
--------------------------------------------------- */

#main-content .landing-7-banner-section {
	min-height: 720px;
	padding-top: 250px;
	text-shadow: 0 0 15px #000;
	margin-top: -110px;
}
body .landing-7-banner-section h1 {
	font-weight: 700;
	text-transform: uppercase;
}
body .landing-7-banner-section h1:after {
	content: '';
	display: block;
	margin: 12px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}
body .landing-7-about-section .et_pb_image .et_pb_image_wrap {
	border-radius: 20px;
	overflow: hidden;
}
body .text-color {
	color: #f0d830;
}
body .landing-7-number-boxes h3 {
	font-size: 30px;
	padding-bottom: 10px;
}

/* landing 8 banner styling
--------------------------------------------------- */

#main-content .landing-8-banner-section {
	padding: 0;
	overflow: hidden;
}
body .landing-8-banner-section:after {
	content: '';
	background: url("/wp-content/uploads/2024/10/curve-blue.png") repeat-x center bottom;
	display: block;
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 5;
}
#main-content .landing-8-banner-section .et_pb_row,
#main-content .landing-8-banner-section .et_pb_column {
	position: initial;
}
#main-content .landing-8-banner-section .et_pb_row {
	padding: 0;
	max-width: 100%;
	width: 100%;
}
#main-content .landing-8-banner-section .et_pb_code {
	margin-bottom: 0;
}
#main-content .landing-8-banner-section .et_pb_code video {
	display: block;
	width: 100%;
	max-height: 720px;
	object-fit: cover;
}
#main-content .landing-8-body-section #landing3-contact-details {
	margin-top: 0;
}

/* 
Landing Page-lp3  3 Styling
---------------------------------------------------------------------------------------------------- */

/* landing3-lp3  banner styling
--------------------------------------------------- */

#main-content .landing3-banner-section-lp3 {
	min-height: 585px;
	padding-top: 0;
	padding-bottom: 150px;
	position: relative;
	text-shadow: 0 0 15px #000;
	margin-top: 0;
}
body .landing3-banner-section-lp3:after {
	content: '';
	background: url(images/curve-bg.png) repeat-x center bottom;
	display: block;
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 5;
}
body .landing3-banner-caption-lp3 {
	padding-top: 100px;
}
.landing3-banner-caption-lp3 h1:after {
	content: '';
	display: block;
	margin: 20px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}

/* landing3-lp3  content section styling
--------------------------------------------------- */

#main-content .landing3-content-section-lp3 {
	background: transparent;
	padding-top: 0;
	position: relative;
	z-index: 99;
}
#main-content .landing3-content-area-lp3 {
	padding-top: 235px;
	margin-top: -150px;
}

/* landing3-lp3  contact details styling
--------------------------------------------------- */

#landing3-contact-details-lp3 {
	margin-top: -230px;
}
#landing3-contact-details-lp3 img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
}
#landing3-contact-details-lp3 h3 {
	font-size: 35px;
	font-style: normal;
}
#landing3-contact-details-lp3 a {
	text-decoration: none;
}
#landing3-contact-details-lp3 h4 {
	padding: 0;
}
#landing3-contact-details-lp3 h4 a {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 8px 0;
	position: absolute;
	bottom: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
	background: #db9f31;
	right: 0;
}
#landing3-contact-details-lp3 a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 0px;
}
#landing3-contact-details-lp3 h4 a:hover {
	color: #fff;
	text-decoration: none;
	background: #b17300;
}

/* landing3-lp3  form widget styling
--------------------------------------------------- */

#landing3-form-widget-lp3 {
	-webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	padding: 20px 30px;
	margin-top: 0;
	margin-bottom: 30px;
}
#landing3-form-widget-lp3 p {
	font-style: italic;
	padding-bottom: 5px;
}
body #landing3-form-widget-lp3 h2 {
	font-size: 25px;
	padding-top: 0;
}
#landing3-form-widget-lp3 .wpforms-field {
	padding-bottom: 0;
}
#landing3-form-widget-lp3 input,
#landing3-form-widget-lp3 select,
#landing3-form-widget-lp3 textarea {
	color: #000;
	font-size: 18px;
}
#landing3-form-widget-lp3 input,
#landing3-form-widget-lp3 select {
	height: auto;
}
#landing3-form-widget-lp3 ::-webkit-input-placeholder {
	color: #000;
}
#landing3-form-widget-lp3 ::-moz-placeholder {
	color: #000;
}
#landing3-form-widget-lp3 ::-ms-input-placeholder {
	color: #000;
}
#landing3-form-widget-lp3 .wpforms-submit-container {
	text-align: center;
}
#landing3-form-widget-lp3 h3
{
	text-transform: capitalize;
}

/* 
landing3-banner-section-lp4
---------------------------------------------------------------------------------------------------- */

body .landing-phone-widget-lp4 .icon {
	font-weight: 400;
	position: relative;
	top: 3px;
}

#main-content .landing3-banner-section-lp4 {
	min-height: 450px;
	padding-bottom: 140px;
	display: flex;
}
body .landing3-banner-section-lp4:after {
	content: '';
	background: url(images/curve-bg.png) repeat-x center bottom;
	display: block;
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: -1px;
	left: 0;
}
body .landing3-banner-section-lp4 h1:after {
	content: '';
	display: block;
	margin: 20px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}

#main-content .landing3-content-section-lp4 {
	padding-top: 0;
}
#landing3-contact-details-lp4 {
	margin-top: -110px;
}
#landing3-contact-details-lp4 img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
}
#landing3-contact-details-lp4 h4 {
	padding: 0;
}
#landing3-contact-details-lp4 h4 a {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 8px 0;
	position: absolute;
	bottom: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
	background: #db9f31;
	right: 0;
}
#landing3-contact-details-lp4 a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 0px;
}
#landing3-contact-details-lp4 h4 a:hover {
	color: #fff;
	text-decoration: none;
	background: #b17300;
}

/* #landing3-form-widget-lp4-1
--------------------------------------------------- */

#landing3-form-widget-lp4-1 {
	-webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	padding: 30px;
	background-color: #fff;
}
#landing3-form-widget-lp4-1 p {
	font-style: italic;
	padding-bottom: 5px;
}
#landing3-form-widget-lp4-1 h2 {
	font-size: 30px;
	font-weight: 700;
	padding-top: 0;
	text-transform: uppercase;
}
#landing3-form-widget-lp4-1 div.wpforms-container-full {
	margin: 0 auto;
}
#landing3-form-widget-lp4-1 .wpforms-field {
	padding-bottom: 0;
}
#landing3-form-widget-lp4-1 input,
#landing3-form-widget-lp4-1 select,
#landing3-form-widget-lp4-1 textarea {
	color: #000;
	font-size: 18px;
}
#landing3-form-widget-lp4-1 input,
#landing3-form-widget-lp4-1 select {
	height: auto;
}
#landing3-form-widget-lp4-1 ::-webkit-input-placeholder {
	color: #000;
}
#landing3-form-widget-lp4-1 :-moz-placeholder {
	color: #000;
}
#landing3-form-widget-lp4-1 :-ms-input-placeholder {
	color: #000;
}
#landing3-form-widget-lp4-1 .wpforms-submit-container {
	text-align: center;
}

/* 
Landing Page-lp5  3 Styling
---------------------------------------------------------------------------------------------------- */

body .landing-header-lp5 {
	padding: 0;
}
body .landing-header-lp5 .et_pb_row {
	padding: 5px 0;
}
body .landing-logo-widget-lp5  img {
	display: block;
}
.landing-phone-widget-lp5  {
	padding-top: 14px;
}
.landing-phone-widget-lp5  a {
	color: #fff;
	font-size: 16px;
	background: #db9f31;
	display: inline-block;
	padding: 10px 15px 10px 65px;
	text-align: center;
	position: relative;
	line-height: 1.2;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.landing-phone-widget-lp5  a .icon {
	font-size: 40px;
	position: absolute;
	left: 15px;
	top: 12px;
}
.landing-phone-widget-lp5  strong {
	display: block;
	font-size: 25px;
}
.landing-phone-widget-lp5 a:hover {
	color: #fff;
	text-decoration: none;
	background: #b17300;
}

/* landing3-lp5  banner styling
--------------------------------------------------- */

#main-content .landing3-banner-section-lp5  {
	padding-top: 0;
}
.landing3-banner-section-lp5 h3,
.landing3-banner-section-lp5 h2,
.landing3-banner-section-lp5 h1 {
	color: #000;
}

body .landing3-banner-section-lp5:after {
	content: '';
	background: url(images/curve-2.png) repeat-x center bottom;
	display: block;
	width: 100%;
	height: 48px;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 5;
	background-size: 100% 100%;
}
.landing3-banner-caption-lp5  h1:after {
	content: '';
	display: block;
	margin: 20px auto 0;
	border-top: 5px solid #000;
	max-width: 172px;
}
.sec-col {
	z-index: 0;
}
body .landing-header-lp5 {
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999;
}

/* landing3-lp5  content section styling
--------------------------------------------------- */

#main-content .landing3-content-section-lp5  {
	background: transparent;
	padding-top: 0;
	position: relative;
	z-index: 99;
}
#main-content .landing3-content-area-lp5  {
	padding-top: 235px;
	margin-top: -150px;
}

/* landing3-lp5  contact details styling
--------------------------------------------------- */

#landing3-contact-details-lp5  {
	margin-top: -182px;
}
#landing3-contact-details-lp5  img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	margin-bottom: 20px;
}
#landing3-contact-details-lp5 h3 {
	font-size: 35px;
	font-style: normal;
}
#landing3-contact-details-lp5 a {
	text-decoration: none;
}
#landing3-contact-details-lp5  h4 a {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 8px 0;
	position: absolute;
	bottom: 125px;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
	background: #db9f31;
	right: 12px;
}
#landing3-contact-details-lp5  a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 0px;
}
#landing3-contact-details-lp5  h4 a:hover {
	color: #fff;
	text-decoration: none;
	background: #b17300;
}

/* landing3-lp5  form widget styling
--------------------------------------------------- */

#landing3-form-widget-lp5  {
	-webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	padding: 20px 30px;
	margin-top: 0;
	margin-bottom: 30px;
}
#landing3-form-widget-lp5  p {
	font-style: italic;
	padding-bottom: 5px;
}
body #landing3-form-widget-lp5  h2 {
	font-size: 25px;
	padding-top: 0;
}
#landing3-form-widget-lp5  .wpforms-field {
	padding-bottom: 0;
}
#landing3-form-widget-lp5 input,
#landing3-form-widget-lp5  select,
#landing3-form-widget-lp5  textarea {
	color: #000;
	font-size: 18px;
}
#landing3-form-widget-lp5 input,
#landing3-form-widget-lp5  select {
	height: auto;
}
#landing3-form-widget-lp5 ::-webkit-input-placeholder {
	color: #000;
}
#landing3-form-widget-lp5  ::-moz-placeholder {
	color: #000;
}
#landing3-form-widget-lp5  ::-ms-input-placeholder {
	color: #000;
}
#landing3-form-widget-lp5  .wpforms-submit-container {
	text-align: center;
}
#landing3-form-widget-lp5  h3
{
	text-transform: capitalize;
}

.landing3-banner-caption-lp5 .et_pb_text_2 {
	padding-top: 125px !important;
	padding-bottom: 30px !important;
	max-width: 467px;
}


/* 
Landing Page 4 Styling
---------------------------------------------------------------------------------------------------- */

/* landing4 banner styling-lp-6
--------------------------------------------------- */

#main-content .landing4-banner-section-lp-6 {
	min-height: 720px;
	padding-top: 0;
	padding-bottom: 100px;
	position: relative;
	text-shadow: 0 0 15px #000;
}
.landing4-banner-caption-lp-6 h1:after {
	content: '';
	display: block;
	margin: 20px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}

/* landing4 contact section styling
--------------------------------------------------- */

#main-content .landing4-contact-section-lp-6 {
	padding-top: 0;
	padding-bottom: 0;
	z-index: 99;
}
.landing4-contact-section-lp-6 .et_pb_row {
	padding-top: 20px;
	padding-bottom: 20px;
}
#landing4-contact-details-lp-6 .et_pb_text_inner {
	overflow: inherit;
}

/* landing4 form widget styling
--------------------------------------------------- */

#landing4-form-widget-lp-6 form {
	position: relative;
	overflow: hidden;
}
#landing4-form-widget-lp-6 .wpforms-field {
	padding: 0 0 4px;
}
#landing4-form-widget-lp-6 .left-side-field {
	width: 49.33%;

}
#landing4-form-widget-lp-6 .right-side-field {
	position: absolute;
	top: 0;
	padding: 0;
	right: 0;
	width: 49%;
}
#main-content #landing4-form-widget-lp-6 input,
#main-content #landing4-form-widget-lp-6 select,
#main-content #landing4-form-widget-lp-6 textarea {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;

}
#landing4-form-widget-lp-6 textarea {
	height: 108px;
	margin-bottom: 5px;
}
body #landing4-form-widget-lp-6 .wpforms-form textarea {
	height: 105px;
}

#landing4-form-widget-lp-6 ::-webkit-input-placeholder {
	color: #fff;
}
#landing4-form-widget-lp-6 ::-moz-placeholder {
	color: #fff;
}
#landing4-form-widget-lp-6 ::-ms-input-placeholder {
	color: #fff;
}
#landing4-form-widget-lp-6 .wpforms-submit-container {
	position: absolute;
	width: 49%;
	bottom: 4px;
	right: 0;
	padding: 0;
	text-align: left;
}
#landing4-form-widget-lp-6 button {
	font-family: inherit;
	padding: 12px 15px;
	width: 100%;
	max-width: 304px;
}

#landing4-form-widget-lp-6 h3 {
	text-transform: capitalize;
}

/* landing4 contact details styling
--------------------------------------------------- */

#landing4-contact-details-lp-6 {
	margin-top: -120px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#landing4-contact-details-lp-6 img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#landing4-contact-details-lp-6 h4 {
	padding-top: 0;
	padding-bottom: 0;
}
#landing4-contact-details-lp-6 .btn {
	position: absolute;
	right: -49px;
	padding: 13px 33px;
	bottom: 87px;
}
#landing4-contact-details-lp-6 .btn .icon {
	position: relative;
	top: 3px;
}

/* landing4 contact details stuck styling
--------------------------------------------------- */

.et_pb_sticky.landing4-contact-section .et_pb_row {
	padding-top: 6px;
	padding-bottom: 0px;
}
.et_pb_sticky #landing4-contact-details-lp-6 {
	margin-top: 0;
}
.et_pb_sticky #landing4-form-widget-lp-6 .wpforms-container {
	margin-bottom: 15px;
}
.et_pb_sticky #landing4-contact-details-lp-6 img {
	width: 52%;
	margin-left: 0;
}
.et_pb_sticky #landing4-contact-details-lp-6 h4 a {
	top: 26%;
}
.et_pb_sticky #landing4-contact-details-lp-6 .et_pb_button {
	position: absolute;
	top: 54%;
	right: 0;
	bottom: auto;
}
.et_pb_sticky #landing4-contact-details-lp-6 h4 a {
	right: 0;
	bottom: auto;
}

#landing4-contact-details-lp-6 p:not(.has-background):last-of-type {
	padding-bottom: 0;
	text-align: center;
}
#page-container  #landing4-contact-details-lp-6 .et_pb_button {
	background: transparent;
}

/* 
Landing Page 9
---------------------------------------------------------------------------------------------------- */

body .landing-9-header {
	border-bottom: 1px solid #cfd1ce;
}
body .landing-9-logo a {
	display: table;
}
body .landing-9-logo img {
	display: block;
}
body .dashicons-star-filled-icon {
	color: #db9f31;
	font-size: 25px;
}

/* Landing 9 Section 1
--------------------------------------------------- */

#main-content .landing-9-section-1 .list-style li:before {
	content: "\f12a";
	font-size: 25px;
	left: -10px;
	top: -3px;
}
#main-content .cta-box {
	background-color: #f4f6f3;
	border: 1px solid #cfd1ce;
	padding: 30px;
	border-radius: 5px;
}
body .cta-box .icon {
	vertical-align: middle;
}
#main-content .payment-area {
	font-size: 18px;
}
body .landing-9-section-1 .payment-area p {
	padding-bottom: 0;
}
body .payment-area img {
	position: relative;
	top: 5px;
}
#main-content .landing-9-section-1-name {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 10px;
	background-color: #fff;
	padding: 15px;
	max-width: 530px;
	border-radius: 10px;
}
body .landing-9-section-1-name h4 {
	padding-bottom: 0;
}

/* Landing 9 Section 2
--------------------------------------------------- */

#main-content .landing-9-section-2 {
	padding-top: 60px;
	padding-bottom: 60px;
}
#main-content .testimonial-row {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
}
body .testimonial-row .et_pb_image .et_pb_image_wrap {
	border-radius: 10px;
	overflow: hidden;
	border: 7px solid #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
body .testimonial-row h4 {
	padding-bottom: 0;
	font-size: 25px;
}
body .testimonial-row .icon {
	color: #db9f31;
	font-size: 50px;
}

/* Landing 9 Section 3
--------------------------------------------------- */

#main-content .landing-9-cta-row {
	padding: 30px;
}
body .landing-9-cta-row h4 {
	font-size: 30px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	background-color: #db9f31;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	margin-bottom: 20px;
}

/* Landing 9 Section 4
--------------------------------------------------- */

#main-content .landing-9-section-4-list-row {
	border: 7px solid #fff;
	padding: 30px;
	border-radius: 10px;
}
#main-content .landing-9-section-4-result-row .et_pb_text + .et_pb_text {
	border: 1px solid #b0b1af;
	border-radius: 5px;
	padding: 30px;
}
#main-content .landing-9-section-4-about-row {
	border: 1px solid #b0b1af;
	border-radius: 5px;
	padding: 30px;
}

/* Landing 9 Section 5
--------------------------------------------------- */

#main-content .cta-box.et_pb_bg_layout_dark {
	background-color: #212121;
	border: none;
}

/* Landing 9 Section 6
--------------------------------------------------- */

#main-content .landing-9-section-6-row {
	border-left: 1px solid #c5c7c4;
	border-right: 1px solid #c5c7c4;
	padding-left: 30px;
	padding-right: 30px;
}
#main-content .landing-9-section-6-row-2 {
	border-top: 1px solid #c5c7c4;
	padding-top: 30px;
	padding-bottom: 0;
}
#main-content .landing-9-section-6-row-3 {
	border-bottom: 1px solid #c5c7c4;
	padding-bottom: 30px;
}
#main-content .landing-9-section-6-row-2 .list-style ul {
	padding-left: 5px;
}
#main-content .landing-9-section-6-row-2 .list-style li:before {
	content: "\f15e";
	font-size: 25px;
	left: -10px;
	top: -3px;
}
body .landing-9-section-6-row-2 img {
	border-radius: 100%;
}

/* Landing 9 Section 7
--------------------------------------------------- */

#main-content .landing-9-section-7-table-row .et_pb_column:nth-child(2) {
	border-left: 1px solid #c5c7c4;
	border-right: 1px solid #c5c7c4;
}
#main-content .landing-9-section-7-table-row .et_pb_module {
	min-height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
#main-content .landing-9-section-7-table-row .et_pb_module:nth-child(even) {
	background-color: #eaece9;
}
body .landing-9-section-7-table-row h3 {
	padding-bottom: 0;
	font-size: 30px;
}
body .landing-9-section-7-table-row img {
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 15px;
}
body .landing-9-section-7-table-row .icon {
	font-size: 25px;
}
body .landing-9-section-7-table-row .dashicons-yes-alt-icon {
	color: green;
}
body .landing-9-section-7-table-row .dashicons-dismiss-icon {
	color: red;
}

/* Landing 9 FAQ Section
--------------------------------------------------- */

#main-content .landing-9-faq-section .et_pb_toggle {
	background: transparent;
	border: 1px solid #cfd1ce;
	padding: 0;
	margin-bottom: 0;
	border-radius: 5px;
}
#main-content .landing-9-faq-section .et_pb_toggle_title {
	color: #222;
	padding: 25px 70px 25px 25px;
}
#main-content .landing-9-faq-section .et_pb_toggle_title:before {
	content: "\f347";
	font-family: Dashicons !important;
	font-size: 30px;
	color: #222;
	display: block;
	right: 25px;
}
#main-content .landing-9-faq-section .et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\f343";
	color: #db9f31;
}
#main-content .landing-9-faq-section .et_pb_toggle_content {
	color: #000;
	padding: 0 25px 30px;
}


/* 
Landing Page 10
---------------------------------------------------------------------------------------------------- */

body .landing-10-header .landing-logo-widget h2 a {
	font-weight:400;
	color:#fff;
}
body .landing-10-header .landing-phone-widget a {
	padding: 10px 40px 10px 40px;
	color:#000;
	font-size:20px;
	background:#f9d558;
}
body .landing-10-header .landing-phone-widget a strong {
	font-size:17px;
	font-weight:400;
}
#main-content .landing-10-banner-section {
	padding-top: 100px;
	min-height:720px;
	position:relative;
}
#main-content .landing-10-banner-section:after {
	display:block;
	content:'';
	width:100%;
	height:487px;
	background:url("images/banner-shadow.png") no-repeat;
	background-size:100% 100%;
	position:absolute;
	bottom:0;
}
#main-content .landing-10-banner-section h1 {
	text-shadow:1px 1px 1px #fff;
}
#main-content .landing-10-banner-section h2 {
	text-shadow:1px 1px 1px #fff;
}
.banner-list {
	padding-top:70px;
}
.banner-list ul li {
	list-style-type:none;
	color:#fff;
	font-style:italic;
	font-size:30px;
	position:relative;
	padding-left:45px;
}
.banner-list ul li:before {
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	background: url("images/tick-green-icon.png") no-repeat;
	background-size: contain;
	background-position: left center;
	position: absolute;
	left: 0;
}

.banner-black-box {
	background: url(images/black-bg.png) no-repeat;
	background-size: cover;
	min-height: 265px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-black-box h3 {
	color:#fff;
	font-size:30px;
}
#page-container .et_pb_button {
	color: #000;
	padding: 15px 30px;
	background: #f9d558;
}
#page-container .landing10-content-section {
	padding-top:70px;
}
.landing10-content-section #landing3-contact-details {
	margin-top:0;
}
.landing10-content-section #landing3-contact-details h4 a {
	bottom: 80px;
	right: 0;
	background: #f9d558;
	color:#000;
}
.landing10-content-section #landing3-contact-details img {
	border: 5px solid #000;
	box-shadow: none;
	margin-bottom: 0px;
}
.landing10-content-section #landing3-form-widget {
	background:transparent;
}
#page-container .landing10-content-section div.wpforms-container-full .wpforms-form button[type=submit] {
	background: #f9d558;
	color:#000;
}
#page-container .landing10-content-section div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	color:#000;
}
.landing10-content-section #landing3-form-widget u {
	display:block;
}
.landing10-content-section #landing3-form-widget p {
	font-size:30px;
}
.landing10-content-section #landing3-form-widget h2 {
	line-height:1.5;
}
body.page-id-4326  .landing-page-footer,
body.page-id-4413  .landing-page-footer {
	background:#000;
}
.landing-three-icons {
	display:flex;
	align-items:center;
}
.landing-three-icons img {
	width:100px; 
	margin:0 auto;
} 
.landing-three-icons .et_pb_image {
	text-align:center;
}
.landing-three-icons h4 {
	font-size:26px;
	color:#faf4eb;
} 
.landing-three-icons .et_pb_column:nth-child(2) img {
	width: 120px;
	margin-bottom: 15px;
}
#page-container .two-bottom-icons {
	position: relative;
	left: -295px;
}
#page-container .two-bottom-icons h4 {
	font-size:18px;
}
.two-bottom-icons .et_pb_column img {
	width:100px;
}

/* 
Landing Page 11
---------------------------------------------------------------------------------------------------- */

#page-container .landing3-banner-section-lp11 {
	padding-top:0;
}
#page-container .online-session-area  {
	padding-top:20px;
	padding-bottom:20px;
}
#page-container .online-session-area  h3 {
	color:#fff;
	font-size:36px;
	padding-bottom:0;
}
.bottom-icons-border {
	border: 2px solid #000;
	margin: 10px;
}
.landing3-banner-caption-lp5 h1:after {
	display:none;
}
.landing3-banner-caption-lp5 .banner-list {
	padding-top:85px !important;
}
.landing3-banner-caption-lp5 .banner-list ul li {
	font-size:22px;
	padding-left:35px;
}
.landing3-banner-caption-lp5 .banner-list ul {
	padding-left:0;
}
.landing3-banner-caption-lp5 .banner-list ul li:before {
	width:27px;
	height:27px;
}
.landing3-banner-caption-lp5 .et_pb_column:first-child {
	width: 45.5%;
}

/*
Landing Page lp0012
---------------------------------------------------------------------------------------------------- */

body.page-id-4489 .et_pb_section {
	padding-top: 0;
	padding-bottom: 0;
}

body.page-id-4489 .landing-page-footer {
	display: none;
}

body.page-id-4489 a:hover {
	text-decoration: none;
}

body .landing-flex-row {
	display: flex;
	align-items: center;
}

body.page-id-4489 .pum.pum-overlay .pum-container.popmake {
	background: #679966;
	border-radius: 0;
}
body.page-id-4489 .pum.pum-overlay .pum-content.popmake-content {
	text-align: center;
	font-weight: 400;
}
body .lp0012-popup h2 {
	color: #fff;
}
body .pum.pum-overlay .pum-container.popmake .lp0012-popup .wpforms-container-full {
	margin: 0 auto;
	position: relative;
	max-width: 470px;
}
body .pum.pum-overlay .pum-container.popmake .lp0012-popup .wpforms-field {
	padding: 0 0 10px;
}
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0012-popup input,
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0012-popup select,
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0012-popup textarea {
	background: #fff;
	border-radius: 0;
	border: none;
	font-size: 16px;
	color: #000;
	font-family: inherit;
	padding: 12px 20px;
}
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0012-popup input,
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0012-popup select {
	height: auto;
}
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0012-popup textarea {
	height: 80px;
}
body .pum.pum-overlay .pum-container.popmake .lp0012-popup .wpforms-container .wpforms-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .lp0012-popup .wpforms-container .wpforms-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .lp0012-popup .wpforms-container .wpforms-form :-ms-input-placeholder {
	color: #000;
}
body .pum.pum-overlay .pum-container.popmake .lp0012-popup .wpforms-container .wpforms-form ::-ms-input-placeholder {
	color: #000;
}
body .pum.pum-overlay .pum-container.popmake .lp0012-popup .wpforms-container .wpforms-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .lp0012-popup .wpforms-container .wpforms-form ::placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .lp0012-popup .wpforms-submit-container {
	margin-top: 0;
	padding-top: 0;
}
body .pum.pum-overlay .pum-container.popmake .lp0012-popup .wpforms-submit-container button {
	display: inline-block;
	padding: 15px 30px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	box-shadow: none;
	height: auto;
	border: none;
	border-radius: 10px;
	background: #fff;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
body .pum.pum-overlay .pum-container.popmake .lp0012-popup .wpforms-submit-container button:hover {
	background: #2a652b;
	color: #fff;
}
body .pum.pum-overlay .pum-container.popmake .lp0012-popup .wpforms-container-full .wpforms-error {
	color: #000;
	display: inline-block;
	margin-top: 2px;
	background: #fff;
	z-index: 9;
	padding: 5px 5px 5px 10px;
	font-size: 12px;
}
body .pum.pum-overlay .pum-container.popmake .lp0012-popup .wpforms-container-full .wpforms-error:before {
	background-color: #000;
}
body.page-id-4489 .pum.pum-overlay .pum-container.popmake button.pum-close.popmake-close {
	font-family: inherit;
	font-weight: 400;
	background: #fff;
	color: #000;
	font-size: 18px;
	height: 35px;
	width: 35px;
}

#main-content .lp0012-header {
	padding: 0;
	z-index: 999;
}
body .lp0012-header .et_pb_row {
	padding: 5px 0;
	display: flex;
	align-items: center;
}
#main-content .lp0012-header .et_pb_column:nth-child(1) {
	width: 33%;
}
#main-content .lp0012-header .et_pb_column:nth-child(2) {
	width: 44%;
}
#main-content .lp0012-header .et_pb_column:nth-child(3) {
	width: 23%;
}
body .lp0012-logo a {
	display: table;
}
body .lp0012-logo img {
	display: block;
}
#page-container .lp0012-header .et_pb_menu {
	background-color: transparent;
}
#page-container .lp0012-header .et_pb_menu .et_pb_menu__wrap {
	display: block;
}
#page-container .lp0012-header .et_pb_menu .et_pb_menu__menu {
	float: right;
}
#page-container .lp0012-header .et_pb_menu .et-menu {
	margin-left: auto;
	margin-right: auto;
}
#page-container .lp0012-header .et_pb_menu__menu>nav>ul>li {
	margin-top: 0;
	padding-left: 0;
	padding-right: 30px;
	padding-bottom: 0;
}
#page-container .lp0012-header .et_pb_menu__menu>nav>ul>li:last-of-type {
	padding-right: 0;
}
#page-container .lp0012-header .et_pb_menu__menu>nav>ul>li>a {
	text-decoration: none;
	padding-bottom: 0;
	font-size: 18px;
	font-weight: 400;
}
#page-container .lp0012-header .nav li a {
	color: #000;
}
#page-container .lp0012-header .nav li a:hover {
	opacity: 1;
}
body .lp0012-phone a {
	text-decoration: none;
	font-size: 30px;
	font-weight: 700;
}
body .lp0012-phone .icon {
	font-weight: 400;
	position: relative;
	top: 5px;
}

#main-content .lp0012-banner {
	overflow: hidden;
}
#main-content .lp0012-banner .et_pb_row {
	width: 100%;
	max-width: 100%;
}
#main-content .lp0012-banner .et_pb_column:first-of-type {
	z-index: 9;
	padding-top: 30px;
	padding-bottom: 30px;
}
#main-content .lp0012-banner .et_pb_column:first-of-type .et_pb_module {
	max-width: 570px;
	float: right;
	width: 100%;
	clear: both;
}
body .lp0012-banner h5 {
	background-color: #f3f3f3;
	max-width: 388px;
	padding: 10px;
	text-align: center;
	font-weight: 700;
}
#main-content .lp0012-banner .et_pb_column:last-of-type .et_pb_image {
	margin-left: -668px;
}
body .lp0012-banner .et_pb_column:last-of-type .et_pb_image_wrap {
	display: block;
}
body .lp0012-banner .et_pb_column:last-of-type .et_pb_image img {
	width: 100%;
	height: 100%;
	max-height: 454px;
	object-fit: cover;
	min-height: 454px;
}

#main-content .you-can-expect-section .et_pb_column {
	padding: 40px;
}
#main-content .entry-content .asterisk-list ul {
	padding-left: 0;
}
#main-content .entry-content .asterisk-list li {
	display: block;
	position: relative;
	padding-left: 40px;
}
body .asterisk-list li:before {
	content: "";
	background-image: url(/wp-content/uploads/2025/05/asterisk.png);
	width: 25px;
	height: 25px;
	position: absolute;
	top: 2px;
	left: 0;
}

body .lp0012-cta-1-section h2 strong {
	color: red;
}

body .client-success-section h6 {
	padding-bottom: 0;
	font-size: 20px;
}

body .lp0012-cta-2-section .et_pb_row {
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	align-items: center;
}
#main-content .lp0012-cta-2-row-2 .et_pb_column {
	padding: 40px;
	border-radius: 30px;
}
#main-content .lp0012-cta-2-row-2 .et_pb_module {
	padding-left: 70px;
}
#main-content .lp0012-cta-2-row-2 .et_pb_module:before {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 40px;
}
#main-content .lp0012-cta-2-row-2 .et_pb_module:nth-child(1):before {
	content: "01";
}
#main-content .lp0012-cta-2-row-2 .et_pb_module:nth-child(2):before {
	content: "02";
}
#main-content .lp0012-cta-2-row-2 .et_pb_module:nth-child(3):before {
	content: "03";
}
#main-content .lp0012-cta-2-form {
	-webkit-box-shadow: 0 10px 35px rgba(0,0,0,.15);
	-moz-box-shadow: 0 10px 35px rgba(0,0,0,.15);
	box-shadow: 0 10px 35px rgba(0,0,0,.15);
	padding: 30px;
}
body .lp0012-cta-2-form h2 {
	padding-top: 0;
}
#main-content .lp0012-cta-2-form .wpforms-field {
	padding: 0 0 10px;
}
#main-content .lp0012-cta-2-form input,
#main-content .lp0012-cta-2-form select,
#main-content .lp0012-cta-2-form textarea {
	background: #fff;
	border-radius: 0;
	border: 1px solid #a5a5a5;
	font-size: 16px;
	color: #000;
	font-family: inherit;
	padding: 11px 15px;
	height: auto;
}
#main-content .lp0012-cta-2-form textarea {
	height: 100px;
}
#main-content .lp0012-cta-2-form .wpforms-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
#main-content .lp0012-cta-2-form .wpforms-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
#main-content .lp0012-cta-2-form .wpforms-form :-ms-input-placeholder {
	color: #000;
}
#main-content .lp0012-cta-2-form .wpforms-form ::-ms-input-placeholder {
	color: #000;
}
#main-content .lp0012-cta-2-form .wpforms-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
#main-content .lp0012-cta-2-form .wpforms-form ::placeholder {
	color: #000;
	opacity: 1;
}

#main-content .lp0012-footer {
	padding-top: 10px;
	padding-bottom: 10px;
}
body .lp0012-footer .et_pb_row {
	background-color: #fff;
	padding-left: 50px;
	padding-right: 50px;
}
body .lp0012-footer-row-1 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
body .lp0012-footer-row-2 {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
body .lp0012-footer h2 {
	padding-bottom: 0;
}
body .lp0012-footer p {
	padding-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
}
body .lp0012-footer p:last-of-type {
	margin: 0 auto;
}

/*
Landing Page lp0016
---------------------------------------------------------------------------------------------------- */

#main-content .landing-header-lp0016 {
	padding: 5px 0;
	z-index: 999;
}
body .landing-header-lp0016 .et_pb_row {
	padding: 0;
	display: flex;
	align-items: center;
}
body .lp0016-logo a {
	display: table;
}
body .lp0016-logo img {
	display: block;
}
body .landing-phone-lp0016 .icon {
	font-weight: 400;
	position: relative;
	top: 3px;
}

#main-content .landing-banner-lp0016 {
	min-height: 450px;
	padding-bottom: 140px;
	display: flex;
}
body .landing-banner-lp0016:after {
	content: '';
	background: url(images/curve-bg.png) repeat-x center bottom;
	display: block;
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: -1px;
	left: 0;
}
body .landing-banner-lp0016 h1:after {
	content: '';
	display: block;
	margin: 20px auto 0;
	border-top: 5px solid #fff;
	max-width: 172px;
}

#main-content .landing-content-lp0016 {
	padding-top: 0;
}
#landing-contact-details-lp0016 {
	margin-top: -110px;
}
#landing-contact-details-lp0016 img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.55);
}
#landing-contact-details-lp0016 h4 {
	padding: 0;
}
#landing-contact-details-lp0016 h4 a {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 8px 0;
	position: absolute;
	bottom: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
	background: #db9f31;
	right: 0;
}
#landing-contact-details-lp0016 a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 0px;
}
/** secure Payment & services widgets style **/

.secure-payment-widgets {
	display: flex;
	margin-top: 25px;
}

.secure-payment-widgets .widget_icon {
	flex-basis: 80px;
	margin-right: 20px;
}

.secure-payment-widgets h4 {
	padding-bottom: 10px;
	font-size: 20px;
}

#main-content .lp0016-form div.wpforms-container-full {
	margin-bottom: 40px;
}

.widgets-content {
	font-size: 17px;
}

/** End of secure Payment & services widgets style **/

#main-content .lp0016-form {
	-webkit-box-shadow: 0 10px 35px rgba(0,0,0,.15);
	-moz-box-shadow: 0 10px 35px rgba(0,0,0,.15);
	box-shadow: 0 10px 35px rgba(0,0,0,.15);
	padding: 30px;
}
body .lp0016-form h2 {
	padding-top: 0;
}
#main-content .lp0016-form .wpforms-field {
	padding: 0 0 10px;
}
#main-content .lp0016-form input,
#main-content .lp0016-form select,
#main-content .lp0016-form textarea {
	background: #fff !important;
	border-radius: 0;
	border: 1px solid #a5a5a5;
	font-size: 16px;
	color: #000;
	font-family: inherit;
	padding: 11px 15px;
	height: auto;
}
#main-content .lp0016-form textarea {
	height: 100px;
}
#main-content .lp0016-form .wpforms-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
#main-content .lp0016-form .wpforms-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
#main-content .lp0016-form .wpforms-form :-ms-input-placeholder {
	color: #000;
}
#main-content .lp0016-form .wpforms-form ::-ms-input-placeholder {
	color: #000;
}
#main-content .lp0016-form .wpforms-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
#main-content .lp0016-form .wpforms-form ::placeholder {
	color: #000;
	opacity: 1;
}
#main-content .lp0016-form .wpforms-form .wpforms-submit-container {
	padding-top: 0;
	text-align: center;
}

/* 
Media Queries for lp0016 */

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

	#main-content .landing-header-lp0016 .et_pb_column:first-of-type {
		margin-bottom: 0;
	}
	#main-content .landing-banner-lp0016 {
		min-height: 100%;
		padding-bottom: 90px;
		display: block;
	}
	body .landing-banner-lp0016:after {
		background-size: contain;
	}
	#main-content .landing-content-lp0016 {
		padding-top: 30px;
	}
	#landing-contact-details-lp0016 {
		max-width: 370px;
		margin: 0 auto;
	}

}

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

	#page-container .landing-phone-lp0016 .et_pb_button {
		padding-left: 15px;
		padding-right: 15px;
		letter-spacing: 0;
		font-size: 13px;
	}
	#main-content .landing-banner-lp0016 {
		padding-bottom: 50px;
	}
	.secure-payment-widgets .widget_icon {
		margin-right: 12px;
	}


}

/*
Landing Page lp0017
---------------------------------------------------------------------------------------------------- */

#main-content .lp0017-header {
	padding: 0;
	z-index: 999;
}
body .lp0017-header .et_pb_row {
	padding: 5px 0;
	display: flex;
	align-items: center;
}

body .lp0017-logo a {
	display: table;
}
body .lp0017-logo img {
	display: block;
}

#page-container .lp0017-header .et_pb_menu {
	background-color: transparent;
}
#page-container .lp0017-header .et_pb_menu .et_pb_menu__wrap {
	justify-content: center;
}
#page-container .lp0017-header .et_pb_menu .et-menu {
	margin-left: auto;
	margin-right: auto;
}
#page-container .lp0017-header .et_pb_menu__menu>nav>ul>li {
	margin-top: 0;
	padding-left: 0;
	padding-right: 30px;
	padding-bottom: 0;
}
#page-container .lp0017-header .et_pb_menu__menu>nav>ul>li:last-of-type {
	padding-right: 0;
}
#page-container .lp0017-header .et_pb_menu__menu>nav>ul>li>a {
	text-decoration: none;
	padding-bottom: 0;
	font-size: 18px;
	font-weight: 400;
}
#page-container .lp0017-header .nav li a {
	color: #000;
}
#page-container .lp0017-header .nav li a:hover {
	opacity: 1;
}

body .lp0017-phone a {
	text-decoration: none;
	font-size: 30px;
	font-weight: 700;
}
body .lp0017-phone .icon {
	font-weight: 400;
	position: relative;
	top: 5px;
}

body .lp0017-banner .et_pb_image_wrap {
	padding-right: 20px;
	padding-bottom: 20px;
}
body .lp0017-banner .et_pb_image_wrap:after {
	content: "";
	background: #2abbac;
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	border-radius: 0 0 500px 500px;
}
body .lp0017-banner .et_pb_image img {
	border-radius: 0 0 500px 500px;
}

body .work-unfolds-row h4 {
	font-size: 25px;
}
body .work-unfolds-row .et_pb_column:nth-child(1) h4 {
	color: #000;
}
body .work-unfolds-row .et_pb_column:nth-child(2) h4 {
	color: #000;
}
body .work-unfolds-row .et_pb_column:nth-child(3) h4 {
	color: #000;
}
body .work-unfolds-row .et_pb_column:nth-child(4) h4 {
	color: #000;
}
body .work-unfolds-row h5 {
	padding-bottom: 0;
	font-size: 50px;
	width: 130px;
	height: 130px;
	line-height: 120px;
	border-radius: 100%;
	border: 5px solid transparent;
	margin: 0 auto 10px;
}
body .work-unfolds-row .et_pb_column:nth-child(1) h5 {
	background-color: #6d8c8c;
	border-color: #fff;
	color: #fff;
}
body .work-unfolds-row .et_pb_column:nth-child(2) h5 {
	background-color: #2abbac;
	border-color: #fff;
	color: #fff;
}
body .work-unfolds-row .et_pb_column:nth-child(3) h5 {
	background-color: #d9c6ba;
	border-color: #fff;
	color: #fff;
}
body .work-unfolds-row .et_pb_column:nth-child(4) h5 {
	background-color: #d9c6ba;
	border-color: #fff;
	color: #fff;
}

#main-content .lp0017-testimonial .et_pb_text {
	padding: 18px 33px 19px 75px;
	background-size: 100% 100%;
	font-size: 16px;
}
#main-content .lp0017-testimonial.lp0017-testimonial-2 .et_pb_text {
	padding: 18px 75px 19px 33px;
}

#main-content .lp0017-form {
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	padding: 30px;
}
#main-content .lp0017-form .wpforms-field {
	padding: 0 0 10px;
}
#main-content .lp0017-form input,
#main-content .lp0017-form select,
#main-content .lp0017-form textarea {
	background: #fff !important;
	border-radius: 0;
	border: 1px solid #a5a5a5;
	font-size: 16px;
	color: #000;
	font-family: inherit;
	padding: 11px 15px;
	height: auto;
}
#main-content .lp0017-form textarea {
	height: 80px;
}
#main-content .lp0017-form .wpforms-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
#main-content .lp0017-form .wpforms-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
#main-content .lp0017-form .wpforms-form :-ms-input-placeholder {
	color: #000;
}
#main-content .lp0017-form .wpforms-form ::-ms-input-placeholder {
	color: #000;
}
#main-content .lp0017-form .wpforms-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
#main-content .lp0017-form .wpforms-form ::placeholder {
	color: #000;
	opacity: 1;
}
#main-content .lp0017-form .wpforms-form .wpforms-submit-container {
	padding-top: 0;
	text-align: center;
}

/* 
Media Queries for lp0017 */

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

	body .lp0017-phone a {
		font-size: 18px;
	}

}

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

	body .lp0017-header .et_pb_row {
		display: block;
	}
	#main-content .lp0017-header .et_pb_column {
		margin-bottom: 0;
	}
	#main-content .lp0017-header .et_pb_column:nth-child(2) {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#main-content .lp0017-header .et_pb_module {
		text-align: center;
	}
	body .lp0017-logo a {
		margin: 0 auto;
	}
	#page-container .lp0017-header .et_pb_menu .et_pb_menu__wrap {
		justify-content: center;
	}

}

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

	#main-content .lp0017-testimonial .et_pb_text {
		background-image: none;
		background-color: #fff;
		margin-top: 0 !important;
		padding: 25px;
	}

}

/* 
CSS for lp0018

/* banner section
--------------------------------------------------- */

#hero-lp0018-section {
	min-height: 580px;
	padding-top: 100px;
	overflow: hidden;
}
#hero-lp0018-section h1 {
	color: #000;
	text-align: center;
	font-family: "EB Garamond";
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 16px;
}
#hero-lp0018-section h2 {
	padding: 0 20px 12px;
	color: #000;
	text-align: center;
	font-family: Lato;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}
#hero-lp0018-section h3 {
	color: #000;
	text-align: center;
	font-family: Lato;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	padding-bottom: 18px;
}
#hero-lp0018-section .et_pb_text {
	text-align: center;
	max-width: 598px;
	background: rgba(255, 255, 255, 0.90);
	padding: 23px 30px 40px;
	margin-left: -60px;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}
#lp0018-body-area .et_pb_row{
	display: flex;
	align-items: center;
}
#lp0018-testimonial .et_pb_column{
	background: rgba(255, 255, 255, 0.80);
	max-width: 521px;
	text-align: center;
	padding: 44px 46px 35px;	
}
#lp0018-about-area .et_pb_text {
	padding: 42px 50px 50px;
}
#lp0018-about-area {
	padding: 70px 0 30px;
}
/*** Services Area ***/
#lp0018-services-area {
	padding: 35px 0 75px;
}
#lp0018-services-area .et_pb_blurb {
	position: relative;
	height: 100%;
	min-height: 401px;
}
#lp0018-services-area .et_pb_blurb:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
#lp0018-services-area .et_pb_blurb:hover:before,
#lp0018-services-area .et_pb_blurb:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 5;
	height: 90%;
}
#lp0018-services-area .et_pb_blurb:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}
#lp0018-services-area .et_pb_blurb:before,
#lp0018-services-area .et_pb_blurb:after {
	position: absolute;
	top: 20px;
	right: 15px;
	bottom: 20px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
#lp0018-services-area .et_pb_blurb:before,
#lp0018-services-area .et_pb_blurb:after {
	pointer-events: none;
}
#lp0018-services-area .services-row .et_pb_blurb h6 {
	padding: 0;
}
#lp0018-services-area .services-row .et_pb_blurb h6 a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	text-indent: -99999px;
	z-index: 9;
}
#lp0018-services-area .services-row{
	display: flex;
}
#lp0018-services-area .services-row .et_pb_column{
	width: 33.33%;
	margin-right: 30px;
}
#lp0018-services-area .services-row .et_pb_main_blurb_image {
	margin-bottom: 0;
}
#lp0018-services-area .services-row h4.et_pb_module_header {
	background: #EB7906;
	color: #fff;
	padding: 0;
	height: 68px;
	color: #FFF;
	text-align: center;
	font-family: Lato;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	bottom: 0;
}
#lp0018-services-area .services-row .et_pb_blurb_content {
	position: unset;
}
#lp0018-services-area .services-row .et_pb_blurb:hover .et_pb_blurb_content:before{
	opacity: 1;
	z-index: 2;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;		
}
#lp0018-services-area .services-row .et_pb_blurb_content:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(235, 121, 6, 0.95);	
	height: 100%;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;		
}
#lp0018-services-area .services-row .et_pb_blurb_content .et_pb_blurb_container {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
}
#lp0018-services-area .services-row h3 {
	color: #FFF;
	text-align: center;
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 3.22px;
	text-transform: uppercase;
	border-radius: 500px;
	border: 2px solid #FFF;
	padding: 19px 37px;
	opacity: 0;
	top: 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;	
}
#lp0018-services-area .services-row .et_pb_blurb:hover h3 {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 7;
	position: relative;
	top: 0;
}
#lp0018-services-area .et_pb_column_4_4 h2 {
	text-align: center;
	padding-bottom: 0;
}

/* 
Popup lp0018
---------------------------------------------------------------------------------------------------- */

body .pum.pum-overlay .pum-container.popmake {
	background: #679966;
	border-radius: 0;
}
body .pum.pum-overlay .pum-content.popmake-content {
	text-align: center;
	font-weight: 400;
}
body .lp0018-popup h2 {
	color: #fff;
}
body .pum.pum-overlay .pum-container.popmake .lp0018-popup .wpforms-container-full {
	margin: 0 auto;
	position: relative;
	max-width: 470px;
}
body .pum.pum-overlay .pum-container.popmake .lp0018-popup .wpforms-field {
	padding: 0 0 10px;
}
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0018-popup input,
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0018-popup select,
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0018-popup textarea {
	background: #fff;
	border-radius: 0;
	border: none;
	font-size: 16px;
	color: #000;
	font-family: inherit;
	padding: 12px 20px;
}
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0018-popup input,
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0018-popup select {
	height: auto;
}
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0018-popup textarea {
	height: 80px;
}
body .pum.pum-overlay .pum-container.popmake .lp0018-popup .wpforms-container .wpforms-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .lp0018-popup .wpforms-container .wpforms-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .lp0018-popup .wpforms-container .wpforms-form :-ms-input-placeholder {
	color: #000;
}
body .pum.pum-overlay .pum-container.popmake .lp0018-popup .wpforms-container .wpforms-form ::-ms-input-placeholder {
	color: #000;
}
body .pum.pum-overlay .pum-container.popmake .lp0018-popup .wpforms-container .wpforms-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .lp0018-popup .wpforms-container .wpforms-form ::placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .lp0018-popup .wpforms-submit-container {
	margin-top: 0;
	padding-top: 0;
}
body .pum.pum-overlay .pum-container.popmake .lp0018-popup .wpforms-submit-container button {
	display: inline-block;
	padding: 15px 30px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	box-shadow: none;
	height: auto;
	border: none;
	border-radius: 10px;
	background: #fff;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
body .pum.pum-overlay .pum-container.popmake .lp0018-popup .wpforms-submit-container button:hover {
	background: #2a652b;
	color: #fff;
}
body .pum.pum-overlay .pum-container.popmake .lp0018-popup .wpforms-container-full .wpforms-error {
	color: #000;
	display: inline-block;
	margin-top: 2px;
	background: #fff;
	z-index: 9;
	padding: 5px 5px 5px 10px;
	font-size: 12px;
}
body .pum.pum-overlay .pum-container.popmake .lp0018-popup .wpforms-container-full .wpforms-error:before {
	background-color: #000;
}
body .pum.pum-overlay .pum-container.popmake button.pum-close.popmake-close {
	font-family: inherit;
	font-weight: 400;
	background: #fff;
	color: #000;
	font-size: 18px;
	height: 35px;
	width: 35px;
}

/* 
Media Queries for lp0018 */

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

	#hero-lp0018-section .et_pb_text {
		margin: 0;
	}

}

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

	#lp0018-body-area .et_pb_row.text-image-row {
		flex-direction: column-reverse;
	}
	#lp0018-body-area .et_pb_row,
	#lp0018-services-area .services-row {
		flex-direction: column;
	}
	#lp0018-body-area .et_pb_image {
		text-align: center;
		margin: 0 auto 30px;
	}	
	#lp0018-services-area .services-row .et_pb_column {
		width: 314px !important;
		margin: 0 auto 30px !important;
		float: none;
	}	
	#lp0018-body-area .et_pb_row.image-text-row {
		padding: 0 !important;
	}	
	#lp0018-body-area .et_pb_row.image-text-row{
		margin-bottom: 0;
	}
	#home-about-area {
		padding: 40px 0 0;
	}
	#lp0018-services-area {
		padding: 20px 0 0;
	}
	#lp0018-services-area .et_pb_column_4_4 h2 {
		padding-bottom: 16px;
	}	

}

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

	#hero-lp0018-section h1,
	#hero-lp0018-section h2,
	#hero-lp0018-section h3 {
		line-height: 1.22;
		padding: 0 0 15px;
	}	
	#hero-lp0018-section h1 {
		font-size: 30px;
	}
	#lp0018-about-area .et_pb_text {
		padding: 25px;
	}	
}


/* 
Popup lp0019
---------------------------------------------------------------------------------------------------- */


.landing-LP0019-header .landing-phone-widget .et_pb_text_inner h4 {
	padding-bottom: 0;
	margin-right: 15px;
}

.landing-LP0019-header .landing-phone-widget .et_pb_text_inner {
	display: flex;
	justify-content: end;
	align-items: flex-end;
}
.landing-LP0019-header .landing-phone-widget a .icon {
	display: inline-block;
	position: relative;
	top: 3px;
	font-size: 20px;
	margin-right: 20px;
}

body .landing-logo-widget a {
	display: table;
	font-size: 35px;
	font-weight: 700;
}
.lp0019-about-area h2:after {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.20);
	min-width: 520px;
	height: 1px;
	position: absolute;
	bottom: 10px;
}
.lp0019-about-area h2{
	position: relative;
}
.lp0019-form-section #landing19-form-widget{
	-webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
	padding: 30px;
	background-color: #fff;
}

/* 
Popup lp0019
---------------------------------------------------------------------------------------------------- */

body .pum.pum-overlay .pum-container.popmake {
	background: #679966;
	border-radius: 0;
}
body .pum.pum-overlay .pum-content.popmake-content {
	text-align: center;
	font-weight: 400;
}
body .lp0019-popup h2 {
	color: #fff;
}
body .pum.pum-overlay .pum-container.popmake .lp0019-popup .wpforms-container-full {
	margin: 0 auto;
	position: relative;
	max-width: 470px;
}
body .pum.pum-overlay .pum-container.popmake .lp0019-popup .wpforms-field {
	padding: 0 0 10px;
}
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0019-popup input,
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0019-popup select,
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0019-popup textarea {
	background: #fff;
	border-radius: 0;
	border: none;
	font-size: 16px;
	color: #000;
	font-family: inherit;
	padding: 12px 20px;
}
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0019-popup input,
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0019-popup select {
	height: auto;
}
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0019-popup textarea {
	height: 80px;
}
body .pum.pum-overlay .pum-container.popmake .lp0019-popup .wpforms-container .wpforms-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .lp0019-popup .wpforms-container .wpforms-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .lp0019-popup .wpforms-container .wpforms-form :-ms-input-placeholder {
	color: #000;
}
body .pum.pum-overlay .pum-container.popmake .lp0019-popup .wpforms-container .wpforms-form ::-ms-input-placeholder {
	color: #000;
}
body .pum.pum-overlay .pum-container.popmake .lp0019-popup .wpforms-container .wpforms-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .lp0019-popup .wpforms-container .wpforms-form ::placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .lp0019-popup .wpforms-submit-container {
	margin-top: 0;
	padding-top: 0;
}
body .pum.pum-overlay .pum-container.popmake .lp0019-popup .wpforms-submit-container button {
	display: inline-block;
	padding: 15px 30px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	box-shadow: none;
	height: auto;
	border: none;
	border-radius: 10px;
	background: #fff;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
body .pum.pum-overlay .pum-container.popmake .lp0019-popup .wpforms-submit-container button:hover {
	background: #2a652b;
	color: #fff;
}
body .pum.pum-overlay .pum-container.popmake .lp0019-popup .wpforms-container-full .wpforms-error {
	color: #000;
	display: inline-block;
	margin-top: 2px;
	background: #fff;
	z-index: 9;
	padding: 5px 5px 5px 10px;
	font-size: 12px;
}
body .pum.pum-overlay .pum-container.popmake .lp0019-popup .wpforms-container-full .wpforms-error:before {
	background-color: #000;
}
body .pum.pum-overlay .pum-container.popmake button.pum-close.popmake-close {
	font-family: inherit;
	font-weight: 400;
	background: #fff;
	color: #000;
	font-size: 18px;
	height: 35px;
	width: 35px;
}


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

	.landing-LP0019-header .landing-phone-widget .et_pb_text_inner {
		display: block;
		margin-right: 35px;	
	}
}

@media only screen and (max-width: 600px) {
	.landing-LP0019-header .landing-phone-widget .et_pb_text_inner h4 {
		padding-bottom: 0;
		margin-right: 0;
		text-align: center;
	}
	.landing-LP0019-header .landing-phone-widget a .icon{
		display: none;
	}
	#page-container  .landing-LP0019-header  .et_pb_button{
		padding: 9px 10px;
		font-size: 14px;
	}
	.landing-LP0019-header .landing-phone-widget .et_pb_text_inner {	
		display: block;
		margin-right: 0;
	}	
	.landing-LP0019-header .landing-phone-widget .et_pb_text_inner h4 {
		font-size: 13px;
		text-align: right;
		margin-bottom: 3px;
	}
	body .landing-LP0019-header  .landing-logo-widget a {
		display: table;
		font-size: 25px;
		font-weight: 700;
	}	
}
















/* 
Media Queries for lp0012
---------------------------------------------------------------------------------------------------- */

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

	#page-container .lp0012-header .et_pb_menu__menu>nav>ul>li>a {
		font-size: 14px;
	}
	body .lp0012-phone a {
		font-size: 22px;
	}
	#main-content .lp0012-banner .et_pb_row {
		width: 95%;
	}
	#main-content .lp0012-banner .et_pb_column:first-of-type .et_pb_module {
		max-width: 100%;
		float: none;
	}

}

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

	body .landing-flex-row {
		display: block;
	}
	body.page-id-4489 br {
		display: none;
	}
	body .lp0012-header .et_pb_row {
		display: block;
	}
	#main-content .lp0012-header .et_pb_column:nth-child(1) {
		width: 100%;
		padding-bottom: 10px;
	}
	#main-content .lp0012-header .et_pb_column:nth-child(2) {
		width: 100%;
		padding-bottom: 10px;
	}
	#main-content .lp0012-header .et_pb_column:nth-child(3) {
		width: 100%;
	}
	#main-content .lp0012-header .et_pb_module {
		text-align: center;
	}
	body .lp0012-logo a {
		margin: 0 auto;
	}
	#main-content .lp0012-header .et_pb_menu .et_pb_menu__wrap {
		display: flex;
		justify-content: center;
	}
	body .lp0012-phone a {
		font-size: 18px;
	}
	body .lp0012-phone .icon {
		font-size: 22px;
	}
	#main-content .lp0012-banner .et_pb_column:first-of-type {
		padding-top: 0;
		padding-bottom: 0;
	}
	#main-content .lp0012-banner .et_pb_image {
		margin-bottom: -300px;
	}
	body .lp0012-banner h5 {
		margin: 0 auto;
	}
	#main-content .you-can-expect-section .et_pb_column {
		padding: 20px;
	}
	body .lp0012-cta-2-section .et_pb_row {
		display: block;
	}
	#main-content .lp0012-cta-2-row-2 .et_pb_column {
		padding: 20px;
	}
	#main-content .lp0012-cta-2-row-2 .et_pb_module {
		padding-left: 50px;
	}
	#main-content .lp0012-cta-2-row-2 .et_pb_module:before {
		font-size: 30px;
		top: 2px;
	}
	body .lp0012-footer .et_pb_row {
		padding-left: 20px;
		padding-right: 20px;
	}
	body .lp0012-footer p {
		display: block;
		margin-right: auto;
		margin-bottom: 10px;
	}

}

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

	body.page-id-4489 .pum.pum-overlay .pum-container.popmake {
		min-width: 90% !important;
		width: 90%;
	}

}

/* 
End Landing Page lp0012
---------------------------------------------------------------------------------------------------- */

/* 
Landing Page lp0014
---------------------------------------------------------------------------------------------------- */

body .lp0014-logo a {
	display: table;
}
body .lp0014-logo img {
	display: block;
}
body .lp0014-phone .icon {
	font-weight: 400;
	position: relative;
	top: 2px;
}

body .pum.pum-overlay .pum-container.popmake {
	background: #679966;
	border-radius: 0;
}
body .pum.pum-overlay .pum-content.popmake-content {
	text-align: center;
	font-weight: 400;
}
body .lp0014-popup h2 {
	color: #fff;
}
body .pum.pum-overlay .pum-container.popmake .lp0014-popup .wpforms-container-full {
	margin: 0 auto;
	position: relative;
	max-width: 470px;
}
body .pum.pum-overlay .pum-container.popmake .lp0014-popup .wpforms-field {
	padding: 0 0 10px;
}
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0014-popup input,
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0014-popup select,
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0014-popup textarea {
	background: #fff;
	border-radius: 0;
	border: none;
	font-size: 16px;
	color: #000;
	font-family: inherit;
	padding: 12px 20px;
}
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0014-popup input,
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0014-popup select {
	height: auto;
}
body .pum.pum-overlay .pum-container.popmake .pum-content.popmake-content .lp0014-popup textarea {
	height: 80px;
}
body .pum.pum-overlay .pum-container.popmake .lp0014-popup .wpforms-container .wpforms-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .lp0014-popup .wpforms-container .wpforms-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .lp0014-popup .wpforms-container .wpforms-form :-ms-input-placeholder {
	color: #000;
}
body .pum.pum-overlay .pum-container.popmake .lp0014-popup .wpforms-container .wpforms-form ::-ms-input-placeholder {
	color: #000;
}
body .pum.pum-overlay .pum-container.popmake .lp0014-popup .wpforms-container .wpforms-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .lp0014-popup .wpforms-container .wpforms-form ::placeholder {
	color: #000;
	opacity: 1;
}
body .pum.pum-overlay .pum-container.popmake .lp0014-popup .wpforms-submit-container {
	margin-top: 0;
	padding-top: 0;
}
body .pum.pum-overlay .pum-container.popmake .lp0014-popup .wpforms-submit-container button {
	display: inline-block;
	padding: 15px 30px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	box-shadow: none;
	height: auto;
	border: none;
	border-radius: 10px;
	background: #fff;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
body .pum.pum-overlay .pum-container.popmake .lp0014-popup .wpforms-submit-container button:hover {
	background: #2a652b;
	color: #fff;
}
body .pum.pum-overlay .pum-container.popmake .lp0014-popup .wpforms-container-full .wpforms-error {
	color: #000;
	display: inline-block;
	margin-top: 2px;
	background: #fff;
	z-index: 9;
	padding: 5px 5px 5px 10px;
	font-size: 12px;
}
body .pum.pum-overlay .pum-container.popmake .lp0014-popup .wpforms-container-full .wpforms-error:before {
	background-color: #000;
}
body .pum.pum-overlay .pum-container.popmake button.pum-close.popmake-close {
	font-family: inherit;
	font-weight: 400;
	background: #fff;
	color: #000;
	font-size: 18px;
	height: 35px;
	width: 35px;
}

body .lp0014-steps h2 {
	padding-bottom: 0;
}
body .lp0014-steps h4 {
	font-size: 25px;
}

body .lp0014-headshot img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	margin-bottom: 20px;
}
body .lp0014-headshot h4 {
	padding: 0;
}
body .lp0014-headshot h4 a {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 8px 0;
	position: absolute;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
	background: #db9f31;
	right: 0;
	bottom: 100px;
}
body .lp0014-headshot h4 a:hover {
	color: #fff;
	text-decoration: none;
	background: #b17300;
}
body .lp0014-headshot a .icon {
	display: block;
	font-size: 35px;
}
body .lp0014-headshot h3 {
	font-weight: 700;
	font-size: 30px;
}
body .lp0014-headshot h6 {
	padding-bottom: 0;
	color: #000;
	font-size: 15px;
}

.lp0014-form-content h4.et_pb_module_header {
	padding-bottom: 10px;
}

#main-content .lp0014-form {
	-webkit-box-shadow: 0 10px 35px rgba(0,0,0,.15);
	-moz-box-shadow: 0 10px 35px rgba(0,0,0,.15);
	box-shadow: 0 10px 35px rgba(0,0,0,.15);
	padding: 30px;
}
body .lp0014-form h2 {
	padding-top: 0;
}
#main-content .lp0014-form .wpforms-field {
	padding: 0 0 10px;
}
#main-content .lp0014-form input,
#main-content .lp0014-form select,
#main-content .lp0014-form textarea {
	background: #fff !important;
	border-radius: 0;
	border: 1px solid #a5a5a5;
	font-size: 16px;
	color: #000;
	font-family: inherit;
	padding: 11px 15px;
	height: auto;
}
#main-content .lp0014-form textarea {
	height: 100px;
}
#main-content .lp0014-form .wpforms-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
#main-content .lp0014-form .wpforms-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
#main-content .lp0014-form .wpforms-form :-ms-input-placeholder {
	color: #000;
}
#main-content .lp0014-form .wpforms-form ::-ms-input-placeholder {
	color: #000;
}
#main-content .lp0014-form .wpforms-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
#main-content .lp0014-form .wpforms-form ::placeholder {
	color: #000;
	opacity: 1;
}
#main-content .lp0014-form .wpforms-form .wpforms-submit-container {
	padding-top: 0;
	text-align: center;
}

/* 
Media Queries for lp0012
---------------------------------------------------------------------------------------------------- */

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

	body .pum.pum-overlay .pum-container.popmake {
		min-width: 90% !important;
		width: 90%;
	}

}

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

	#page-container .lp0014-phone .et_pb_button {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 13px;
	}

}

/* 
End Landing Page lp0014
---------------------------------------------------------------------------------------------------- */

/* 
Landing Page lp0015
---------------------------------------------------------------------------------------------------- */

body .lp0015-banner .et_pb_image_wrap {
	padding-right: 20px;
	padding-bottom: 20px;
}
body .lp0015-banner .et_pb_image_wrap:after {
	content: "";
	background: #2abbac;
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	border-radius: 0 0 500px 500px;
}
body .lp0015-banner .et_pb_image img {
	border-radius: 0 0 500px 500px;
}

.lp0015-testimonial .single-items .et_pb_text {
	padding: 18px 33px 19px 75px;
	background-size: 100% 100%;
	font-size: 16px;
}
.lp0015-testimonial .single-items.single-items-2 .et_pb_text {
	padding: 18px 75px 19px 33px;
}

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

	.lp0015-testimonial .single-items .et_pb_text {
		background-image: none;
		background-color: #fff;
		margin-top: 0 !important;
		padding: 25px;
	}

}












































/* 
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.landing3-banner-caption-lp5 .banner-list {
		padding-top: 25px !important;
	}
}

@media only screen and (max-width: 1550px) { 
	#page-container .landing3-banner-section-lp11 .landing3-banner-caption-lp5 {
		display:flex;
		align-items:center;
	}
}

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

	body .et_pb_row,
	body .container {
		width: 95%;
	}
	.landing2-contact img {
		top: -124px;
		left: -88px;
	}
	#landing4-contact-details-lp-6 .btn,
	#landing4-contact-details-lp-6 .et_pb_button {
		font-size: 14px;
		min-width: 160px;
		padding-left: 5px;
		padding-right: 5px;
	}
	#landing4-contact-details-lp-6 .btn {
		padding: 9px 17px 16px !important;
	}
	.et_pb_sticky #landing4-contact-details-lp-6 .btn {
		top: 50px;
	}
	#landing4-contact-details-lp-6 .et_pb_button {
		min-width: auto !important;
		padding: 9px 15px 16px !important;
	}
	#landing4-form-widget-lp-6 .wpforms-container-full .wpforms-form button[type=submit] {
		height: auto;
		padding: 11px 23px;
	}

	body .landing3-banner-caption-lp5 {
		width: 100%;
	}
	body .landing3-banner-caption-lp5 h1 {
		font-size: 30px;
	}
	body .landing3-banner-caption-lp5 h3 {
		font-size: 25px;
	}
	body .landing3-banner-caption-lp5 .et_pb_text_inner {
		max-width: 374px;
		margin: 0 auto;
	}
	body .landing3-banner-caption-lp5 .et_pb_text_2 {
		padding-top: 91px !important;
	}

}

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

	.entry-content img.alignright,
	.entry-content img.alignleft {
		float: none;
		display: block;
		margin: 0 auto 25px;
	}
	#main-content .et_pb_image img {
		width: revert-layer;
	}
	body h1 {
		font-size: 40px;
	}
	body h2 {
		font-size: 36px;
	}
	body h3,
	.blog .entry-title,
	body.single .post .entry-title {
		font-size: 27px;
	}
	body h4 {
		font-size: 22px;
	}
	body h5 {
		font-size: 20px;
	}
	body h6 {
		font-size: 18px;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	body .flex-row {
		display: block;
	}
	body .reverse-column-row {
		flex-direction: column-reverse;
	}
	body .reverse-column-row .et_pb_column:first-of-type {
		margin-bottom: 0;
		padding-top: 30px;
	}
	#main-content .et_pb_image {
		text-align: center;
	}

	#main-content .landing-header .et_pb_column:first-of-type {
		margin-bottom: 0;
	}
	#main-content .landing-header .et_pb_column:last-of-type {
		padding-left: 15px;
	}

	body .landing3-banner-caption {
		padding-top: 50px;
	}
	body .landing3-banner-section:after {
		height: 80px;
		background-size: 100%;
	}
	#main-content .landing3-content-area {
		margin-top: 30px;
	}
	#landing3-contact-details {
		margin-top: auto;
	}
	#landing3-contact-details h4 a {
		position:static;
		margin: 0 auto;
	}

	#fancybox-outer #fancybox-content .hentry {
		width: 100% !important;
	}
	#landing1-bio_section .et_pb_row {
		flex-direction: column;
	}
	#landing1_content .et_pb_specialty_column {
		width: 100%;
		margin: 0;
	}
	#landing1_content .et_pb_column_single {
		width: 100%;
	}
	#landing1-hero_text, #landing1-hero_text .et_pb_row {
		padding-bottom: 0;
	}	
	.landing2-contact p{
		padding-bottom: 0;
	}	
	.landing2-contact img {
		position: relative;
		top: inherit;
		left: inherit;
	}
	.landing2-banner-section {
		min-height: auto;
	}
	.landing2-contact h2 {
		padding-bottom: 0;
	}

	.landing-copyright-area,
	.landing-footer-links {
		float: none;
		text-align: center;
	}
	.landing-copyright-area {
		margin-bottom: 15px;
	}
	.landing-footer-links a {
		display: table;
		margin: 0 auto 15px;
	}
	.landing-footer-links a:last-of-type {
		margin-bottom: auto;
	}

	#main-content .landing-7-banner-section {
		min-height: 100%;
		padding-top: 150px;
	}
	body .landing-7-session-section .list-style .et_pb_column:nth-child(1) {
		margin-bottom: 10px;
	}
	body .landing-7-number-boxes h3 {
		font-size: 25px;
	}
	body .landing-8-banner-section:after {
		background-size: contain;
	}

	#main-content .landing3-banner-section-lp3 .landing-header {
		display: flex;
	}
	#main-content .landing3-banner-section-lp4 .landing-header {
		display: flex;
	}
	body .landing-header .et_pb_column:first-of-type {
		margin-bottom: 20px;
	}

	#main-content .landing3-banner-section {
		min-height: 100%;
		padding-top: 20px;
		padding-bottom: 50px;
	}
	body .landing3-banner-section:after {
		background-size: 100%;
	}
	#main-content .landing3-banner-section br {
		display: none;
	}
	#landing3-contact-details {
		margin-top: 0;
	}

	/* 
	.landing3-banner-section-lp5 
	---------------------------------------------------------------------------------------------------- */

	body .landing3-banner-section-lp5 .landing-header-lp5 .et-last-child {
		max-width: 219px;
		float: right;

	}
	body .landing3-banner-section-lp5 .landing-header-lp5 	.et_pb_column {
		margin-bottom: 0px !important;
	}
	body   .landing3-banner-caption-lp5.et_pb_gutters2 {
		display: flex;
		flex-direction: column-reverse;
	}

	/* 
	.landing4-banner-section-lp-6
	---------------------------------------------------------------------------------------------------- */

	#main-content .landing4-banner-section-lp-6 {
		min-height: auto;
		padding-bottom: 0;
	}
	#main-content .landing4-banner-section-lp-6  .landing-header {
		padding: 0;
		display: flex;
	}
	#main-content .landing4-banner-section-lp-6 br {
		display: none;
	}
	body #landing4-form-widget-lp-6 .wpforms-container {
		margin-bottom: 0;
	}
	#landing4-contact-details-lp-6 {
		margin-top: 0;
		text-align: center;
	}
	#landing4-contact-details-lp-6 .btn {
		position: relative;
		right: auto;
		margin: 0 auto 20px;
	}
	.landing4-banner-caption-lp-6 h1,
	.landing3-banner-caption h1 {
		font-size: 35px;
	}
	#landing4-contact-details-lp-6 .btn {
		bottom: 0;
	}
	.landing4-banner-caption-lp-6 .et_pb_text_2 {
		padding-top: 30px !important;
	}
	body #landing4-form-widget-lp-6 .wpforms-container {
		margin-bottom: 0;
		padding-top: 0;
		margin-top: 1px;
	}
	body .landing-logo-widget-lp-6 img {
		max-height: 65px;
	}
	body .landing4-banner-section-lp-6 .landing-header .et_pb_text_inner {
		text-align: unset;
	}

	/* 
	.landing-header-lp4
	---------------------------------------------------------------------------------------------------- */

	body #landing3-contact-details.landing3-contact-details-lp4 h4 a {
		margin: 0 auto;
		position: absolute;
	}
	div#landing3-contact-details.landing3-contact-details-lp4 {
		max-width: 350px;
		margin: 0 auto;
	}

	/* 
	.landing3-banner-section-lp3 
	---------------------------------------------------------------------------------------------------- */

	#main-content .landing3-banner-section-lp3 {
		min-height: auto;
		padding-bottom: 50px;
	}
	body .landing3-banner-section-lp3:after {
		background-size: 100%;
	}
	body .landing3-banner-caption-lp3 {
		padding-top: 50px;
	}
	#main-content .landing3-content-area-lp3 {
		padding-top: 0;
		display: flex;
		flex-direction: column;
	}

	#main-content .landing3-content-area-lp3 .et_pb_column_3 {
		position: absolute;
		bottom: 0;
	}
	div#landing3-form-widget-lp3 {
		max-width: 450px;
		margin: 0 auto;
	}
	div#landing3-contact-details-lp3 {
		position: relative;
		max-width: 370px;
		margin: 0 auto;
	}
	body .landing3-banner-caption-lp5 .et_pb_text_inner {
		max-width: 100%;
		padding: 20px;
	}
	body .landing3-banner-caption-lp5 .et_pb_image img {
		max-height: 402px;
	}
	body .landing3-banner-caption-lp5  .et_pb_column_2 {
		position: absolute;
	}
	#main-content .landing3-content-area-lp5 {
		display: flex;
		flex-direction: column-reverse;
		margin-top: 0;
		padding-top: 0;
		padding: 20px;
	}
	#landing3-contact-details-lp5 {
		max-width: 425px;
		margin: 0 auto;
	}

	#main-content .landing3-banner-section-lp4 {
		min-height: 100%;
		padding-bottom: 90px;
		display: block;
	}
	body .landing3-banner-section-lp4:after {
		background-size: contain;
	}
	#main-content .landing3-content-section-lp4 {
		padding-top: 30px;
	}
	#landing3-contact-details-lp4 {
		max-width: 370px;
		margin: 0 auto;
	}

	/* 
	Landing Page 9
	---------------------------------------------------------------------------------------------------- */

	#main-content .landing-9-header .et_pb_column {
		width: 100%;
		margin-right: auto;
	}
	#main-content .landing-9-header .et_pb_row:nth-child(2) .et_pb_column:nth-child(1),
	#main-content .landing-9-header .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
		margin-bottom: 10px;
	}
	#main-content .landing-9-header .et_pb_module {
		text-align: center;
	}
	body .landing-9-logo a {
		margin: 0 auto;
	}
	#main-content .landing-9-section-7-table-row {
		display: flex;
	}
	#main-content .landing-9-section-7-table-row .et_pb_module {
		min-height: 150px;
	}
	body .landing-9-section-7-table-row h3 {
		font-size: 25px;
	}
	body .landing-9-section-7-table-row img {
		display: block;
		margin: 0 auto 10px;
	}

	/* 
	Landing Page 10
	---------------------------------------------------------------------------------------------------- */

	.banner-list {
		padding-top:0;
	}
	.banner-black-box {
		width: 420px;
		margin: 0 auto;
	}
	#page-container .two-bottom-icons {
		left:0;
	}
	.landing-three-icons img {
		width:100px !important;
	}
	.landing-three-icons .et_pb_column:nth-child(2) img {
		width:120px !important;
	}

	/* 
	Landing Page 11
	---------------------------------------------------------------------------------------------------- */

	body .landing3-banner-section-lp11 .landing3-banner-caption-lp5 .et_pb_column_2 {
		position: relative;
	}
	body .landing3-banner-section-lp11 .landing3-banner-caption-lp5 .et_pb_text_2 {
		padding-top: 0px !important;
	}
	body .landing3-banner-section-lp11 .landing3-banner-caption-lp5 .et_pb_image img {
		min-height: auto;
		width: 450px !important;
	}
	.landing3-banner-caption-lp5 .et_pb_column:first-child {
		width: 100%;
	}
	body .landing3-banner-section-lp11 .landing3-banner-caption-lp5.et_pb_gutters2 {
		display:block !important;
	}
}

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

	body h1 {
		font-size: 35px;
	}
	body h2 {
		font-size: 32px;
	}
	body h3,
	.blog .entry-title,
	body.single .post .entry-title {
		font-size: 24px;
	}
	#page-container .et_pb_button,
	#page-container .btn,
	#page-container div.wpforms-container-full .wpforms-form button[type=submit] {
		padding: 9px 25px;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}

	.landing-phone-widget a {
		font-size: 13px;
		padding-left: 35px;
	}
	.landing-phone-widget a .icon {
		font-size: 18px;
		left: 8px;
		top: 17px;
	}
	.landing-phone-widget strong {
		font-size: 15px;
	}

	.page-id-3275 #page-container .et_pb_button,
	#fancybox-outer #fancybox-content .wpforms-submit-container button {
		min-width: 0;
	}

	body .landing3-banner-section-lp5:after {
		height: 22px;
	}

	/*
	landing page lp4
	---------------------------------------------------------------------------------------------------- */

	#main-content .landing-header-lp4 {
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
		box-shadow: 0 0 5px rgba(0,0,0,.1);
	}

}

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

	body h1 {
		font-size: 30px;
	}
	body h2 {
		font-size: 28px;
	}
	.page-id-3275 #main-content .landing3-banner-section {
		background-position: 5%;
	}

	#main-content .landing-7-banner-section {
		margin-top: -100px;
		padding-top: 100px;
	}
	#main-content .landing-8-banner-section .et_pb_code video {
		min-height: 300px;
	}

	#page-container .landing-phone-widget-lp4 .et_pb_button {
		padding-left: 15px;
		padding-right: 15px;
		letter-spacing: 0;
		font-size: 13px;
	}
	#main-content .landing3-banner-section-lp4 {
		padding-bottom: 50px;
	}

	/* 
	body .landing3-banner-section-lp5
	---------------------------------------------------------------------------------------------------- */

	body .landing3-banner-caption-lp5 .et_pb_text_inner {
		top: 25px;
	}

	/* 
	Landing 10
	---------------------------------------------------------------------------------------------------- */

	#main-content .landing-10-banner-section {
		padding-top: 20px;
	}
	#main-content .landing-10-banner-section h2 {
		padding:0;
	}
	.banner-black-box {
		width: 345px;
		margin: 0 auto;
		display:block;
		padding-top: 55px;
		background-size: contain;
	}
	body .landing-10-header .landing-phone-widget a {
		padding: 10px;
		font-size: 16px;
	}
	.landing-three-icons {
		display: block;
	}
	#page-container .landing10-content-section {
		padding-top: 30px;
	}
	/* 
	Landing 11
	---------------------------------------------------------------------------------------------------- */
	body .landing3-banner-section-lp11 .landing3-banner-caption-lp5 .et_pb_image img { 
		width:100% !important;
	}

}
@media only screen and (max-width: 450px) { 
	body .landing3-banner-caption-lp5 .et_pb_text_inner {
		top: 47px;
	}
	body .landing3-banner-caption-lp5 .et_pb_image img {
		max-height: 100%;
		min-height: 392px;
	}

	/* 
	Landing 11
	---------------------------------------------------------------------------------------------------- */

	body .landing3-banner-section-lp11 .landing3-banner-caption-lp5 .et_pb_text_inner {
		top: 0;
	}
	body .landing3-banner-section-lp11 .landing3-banner-caption-lp5 .et_pb_image img {
		min-height:auto;
	}
}


