/*
Theme Name: ixlayer child
Template: ixlayer
*/

body,
p,
li,
span,
label,
input,
textarea,
select {
  font-family: 'Lato', sans-serif !important;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.section-title,
.page-title,
.hero-title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
  line-height: 1.3;
}

nav,
nav a,
ul.headerNav li a,
.wp_nav_Wrap a,
button,
.btn,
.button,
a.dental-btn-success {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-family: 'Montserrat', sans-serif !important;
}

::placeholder {
  font-family: 'Lato', sans-serif;
}

blockquote,
q {
  font-family: 'Lato', sans-serif;
  font-style: italic;
}

.caption,
.meta,
.small,
.post-meta {
  font-family: 'Lato', sans-serif;
  font-size: 0.9em;
}


html {
	margin-top: 0!important;
}
* {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5{
	margin: 0;
	padding: 0;
}

ul {
/* 	list-style-type: none; */
}
.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
}
.row.display-flex:after, .row.display-flex:before{
  display: none;
}
a:focus {
	text-decoration: none;
}
::-webkit-input-placeholder {color: #32325D;}
:-ms-input-placeholder{color: #32325D;}
::placeholder{
	color: #32325D;
}
.pb-0 {
	padding-bottom: 0!important;
}
.pt-0 {
	padding-top: 0!important;
}

.pt-ni-0 {
	padding-top: 0;
}
.pl-0 {
	padding-left: 0!important;
}
.pr-0 {
	padding-right: 0!important;
}
.pb-30 {
	padding-bottom: 30px!important;
}
.pt-20 {
	padding-top: 20px!important;
}
.mb-5 {
	margin-bottom: 5px;
}
/*  form  */
div.wpcf7-response-output {
	display:none!important;
}
/*  dental font color, btn color*/
.f-success {
	color: #3AC69D!important;
}
.f-primary {
	color: #43458A!important;
}
.f-error {
	color: #CE9F67!important;
}
.f-warning {
	color: #FF7F52!important;
}
.f-purple {
	color: #7456B5!important;
}
.f-blue {
	color: #33CCFD!important;
}
.f-success-light {
	color: #4BDBB1;
}
.f-primary-light {
	color: #6467C6;
}
.f-error-light {
	color: #E565B6;
}
.f-warning-light {
	color: #FF9771;
}
.f-purple-light {
	color: #8F6CD6;
}
.digital-marketing {
	color: #543884!important;
}
.design-branding {
	color: #494B98!important;
}
.online-reputation {
	color: #4285F3!important;
}
.website-technology {
	color: #543884!important;
}
.scroll-link {
	cursor: pointer;
	color: #337ab7;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0;
}
a:focus {
    outline: none;
	outline-offset: 0;
}
a.btn {
	border-radius: 25px;
}
.btn.active, .btn:active {
	box-shadow: none;
}
a.btn {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
.logo img {
	width: 180px;
	padding-top: 0px;
}
.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1 !important;
}
.detal-default-btn {
	border-radius: 30px!important;
    background: white!important;
	border: 1px solid #43458A!important;
    color: #43458A!important;
    font-weight: 500!important;
}
.dental-btn {
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 200px;
    padding: 12px 15px 11px 15px;
    font-weight: 700;
    border-radius: 20px;
    border: none;
}
.dental-btn-success {
	background: #3AC69D;
	color: #FFF;
}
.dental-btn-success-light {
	background: #4BDBB1;
	color: #FFF;
}
.dental-btn-success:focus, .dental-btn-success:hover{
	background: #29B37F;
	color: #FFF;
}
.dental-btn-primary {
	background: #43458A!important;
	color: #FFF!important;
}
.dental-btn-primary-light {
	background: #6467C6;
	color: #FFF;
}
.dental-btn-primary:focus, .dental-btn-primary:hover {
	background: #32325D!important;
	color: #FFF!important;
}
.dental-btn-error {
	background: #CF3095;
	color: #FFF;
}
.dental-btn-error-light {
	background: #E565B6;
	color: #FFF;
}
.dental-btn-error:focus, .dental-btn-error:hover{
	background: #993192;
	color: #FFF;
}
.dental-btn-warning {
	background: #FF7F52;
	color: #FFF;
}
.dental-btn-warning-light {
	background: #FF9771;
	color: #FFF;
}
.dental-btn-warning:focus, .dental-btn-warning:selected, .dental-btn-warning:hover{
	background: #F66034;
	color: #FFF;
}
.dental-btn-purple {
	background: #7456B5;
	color: #FFF;
}
.dental-btn-purple-light {
	background: #8F6CD6;
	color: #FFF;
}
.dental-btn-purple:focus, .dental-btn-purple:selected, .dental-btn-purple:hover{
	background: #583E90;
	color: #FFF;
}
.box-shadow-btn {
	box-shadow: inset 0 0 0 99999px rgba(255,255,255,0.2);
}
.box-shadow-btn:hover {
	box-shadow: none!important;	
}

a.btn.arrow-right:after {
	display: inline-block;
	padding-left: 8px;
	content: "\2192"; 
	-webkit-transition: transform 0.3s ease-out;
	-moz-transition: transform 0.3s ease-out;
	-ms-transition: transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

a.btn.arrow-right:hover::after {
	-webkit-transform: translateX(4px);
	-moz-transform: translateX(4px);
	-ms-transform: translateX(4px);
	-o-transform: translateX(4px);
	transform: translateX(4px);
}

.fab:after, .fas:after {
	font-style: normal;
    font-family: 'dashicons';
}
.fa-instagram:after {
	content: "\f12d";
}
.fa-facebook-f:after {
	content: "\f305";
}
.fa-twitter:after {
	content: "\f301";
}
.fa-linkedin-in:after {
	content: "\f18d";
}
.fa-map-marker-alt:after {
	content: "\f230";
}
/* basic */
.container {
	max-width: 1380px;
}
.d-flex {
	display: flex;
	align-items: center;
}
select {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
}
input {
	border-radius: 0;
}
.select-wrapper {
	position: relative;
}
.select-wrapper:after {
  content: "\f346";
  font-family: 'dashicons';
  color: white;
  padding: 12px 8px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
}
select, option {
	-webkit-appearance: none;
	-moz-appearance: none;
}
/* header */
header {
	z-index: 1000;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	background: #FFFFFF;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 10px;
	cursor: pointer;
	position: relative;
}
/* header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover:after {
	display: inline-block;
	padding-left: 8px;
	content: "\f344";
	vertical-align: middle;
	font-family: 'dashicons';
	position: absolute;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
	content: '\f335';
} */
.mega-f-error h4.mega-block-title {
	color: #CE9F67!important;
}
.mega-f-purple h4.mega-block-title {
	color: #CE9F67!important;
}
.mega-f-blue h4.mega-block-title {
	color: #CE9F67!important;
}
.mega-f-success h4.mega-block-title {
	color: #CE9F67!important;
}

header #mega-menu-wrap-primary #mega-menu-primary ul.megaLeftNav li a h4 {
	font-size: 16px;
	color: #543884;
	font-weight: 500;
}
header #mega-menu-wrap-primary #mega-menu-primary ul.megaLeftNav li a {
	font-size: 14px;
	color: #6B7A93;
}
header #mega-menu-wrap-primary #mega-menu-primary ul.megaLeftNav li:before {
	width: 40px;
	height: 40px;
	left: 0;
}
header #mega-menu-wrap-primary #mega-menu-primary ul.megaLeftNav li {
	padding-left: 0px;
}
header #mega-menu-wrap-primary #mega-menu-primary ul.megaLeftNav {
	padding: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	padding-left: 3%;
	padding-right: 3%;
}
header #mega-menu-wrap-primary #mega-menu-primary ul.megaLeftNav li {
	padding-bottom: 10px;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-weight: 400!important;
	font-size: 16px;
	color: #383E48!important;
}

header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
	font-weight: 400!important;
	color: #CE9F67!important;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-reqdemoBtn a {
	border: none;
	font-size: 14px;
	background: #CE9F67;
	color: #FFF!important;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-reqdemoBtn a:hover {
	border: none;
	font-size: 14px;
	background: #543884!important;
	color: #FFF!important;
}
#mega-menu-wrap-primary #mega-menu-primary {
	padding-left: 80px;
	padding-top:15px
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.digital-marketing-mega-menu li:hover a h4 {
	color: #CE9F67;
}
header #mega-menu-wrap-primary #mega-menu-primary ul.megaLeftNav li:before {
	opacity: 1;
}
header #mega-menu-wrap-primary #mega-menu-primary ul.megaLeftNav li:after {
	opacity: 0;
}
header #mega-menu-wrap-primary #mega-menu-primary ul.megaLeftNav li:hover::before {
	opacity: 0;
}
header #mega-menu-wrap-primary #mega-menu-primary ul.megaLeftNav li:hover::after {
	opacity: 1;
}
header #mega-menu-wrap-primary #mega-menu-primary ul.megaLeftNav li:after {
	display: inline-block;
	width: 40px;
    height: 40px;
	left: 0;
	background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    border-radius: 50%;
	top: 10px;
}
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.digital-marketing-mega-menu li:nth-child(1):before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Marketing-OFF.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.digital-marketing-mega-menu li:nth-child(1):after {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Marketing.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.digital-marketing-mega-menu li:nth-child(1):hover::before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Marketing.svg')!important;
} */
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.digital-marketing-mega-menu li:nth-child(2):before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_SEO-Off.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.digital-marketing-mega-menu li:nth-child(2):after {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_SEO.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.digital-marketing-mega-menu li:nth-child(2):hover::before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_SEO.svg')!important;
} */
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.digital-marketing-mega-menu li:nth-child(3):before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Advertising-OFF.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.digital-marketing-mega-menu li:nth-child(3):after {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Advertising_new.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.digital-marketing-mega-menu li:nth-child(3):hover::before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Advertising_new.svg')!important;
} */
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.digital-marketing-mega-menu li:nth-child(4):before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Social_Media-OFF.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.digital-marketing-mega-menu li:nth-child(4):after {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Social_Media.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.digital-marketing-mega-menu li:nth-child(4):hover::before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Social_Media.svg')!important;
} */
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.digital-marketing-mega-menu li:nth-child(5):before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Email_marketing-OFF.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.digital-marketing-mega-menu li:nth-child(5):after {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Email_marketing.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.digital-marketing-mega-menu li:nth-child(5):hover::before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Email_marketing.svg')!important;
} */
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.digital-marketing-mega-menu li:nth-child(6):before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Content_Marketing-OFF.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.digital-marketing-mega-menu li:nth-child(6):after {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Content_Marketing.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.digital-marketing-mega-menu li:nth-child(6):hover::before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Content_Marketing.svg')!important;
} */

.dental-reputation-mega-menu {
	
}
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-reputation-mega-menu li:hover a h4 {
	color: #4285F3;
}


header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-reputation-mega-menu li:nth-child(1):before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Reputation_Management-OFF.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-reputation-mega-menu li:nth-child(1):after {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Reputation_Management.svg');
}
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-reputation-mega-menu li:nth-child(1):hover::before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Reputation_Management.svg');
} */
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-reputation-mega-menu li:nth-child(2):before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Review_Management-OFF.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-reputation-mega-menu li:nth-child(2):after {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Review_Management.svg');
}
/*header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-reputation-mega-menu li:nth-child(2):hover::before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Review_Management.svg');
} */
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-reputation-mega-menu li:nth-child(3):before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Patient_Satisfaction_Survey-OFF.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-reputation-mega-menu li:nth-child(3):after {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Patient_Satisfaction_Survey.svg');
}
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-reputation-mega-menu li:nth-child(3):hover::before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Patient_Satisfaction_Survey.svg');
} */
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-reputation-mega-menu li:nth-child(4):before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Online_Listing_Management-OFF.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-reputation-mega-menu li:nth-child(4):after {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Online_Listing_Management.svg');
}
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-reputation-mega-menu li:nth-child(4):hover::before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Online_Listing_Management.svg');
} */

.branding-mega-menu {
	
}
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.branding-mega-menu li:hover a h4 {
	color: #494B98;
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.branding-mega-menu li:nth-child(1):before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Branding-OFF.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.branding-mega-menu li:nth-child(1):after {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Branding.svg');
}
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.branding-mega-menu li:nth-child(1):hover::before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Branding.svg');
} */
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.branding-mega-menu li:nth-child(2):before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Branding_Design-OFF.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.branding-mega-menu li:nth-child(2):after {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Branding_Design.svg');
}
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.branding-mega-menu li:nth-child(2):hover::before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Branding_Design.svg');
} */
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.branding-mega-menu li:nth-child(3):before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Traditional_Marketing-OFF.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.branding-mega-menu li:nth-child(3):after {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Traditional_Marketing.svg');
}
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.branding-mega-menu li:nth-child(3):hover::before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Traditional_Marketing.svg');
}
 */
.dental-tech-mega-menu {
	
}
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-tech-mega-menu li:hover a h4 {
	color: #CE9F67;
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-tech-mega-menu li:nth-child(1):before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Website_Design-OFF.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-tech-mega-menu li:nth-child(1):after {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/website_design.svg');
}
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-tech-mega-menu li:nth-child(1):hover::before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/website_design.svg');
} */
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-tech-mega-menu li:nth-child(2):before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Appointment_Scheduling-OFF.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-tech-mega-menu li:nth-child(2):after {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/booking.svg');
}
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-tech-mega-menu li:nth-child(2):hover::before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/booking.svg');
} */
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-tech-mega-menu li:nth-child(3):before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Dental_Chatbot-OFF.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-tech-mega-menu li:nth-child(3):after {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/chatbot.svg');
}
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-tech-mega-menu li:nth-child(3):hover::before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/chatbot.svg');
} */
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-tech-mega-menu li:nth-child(4):before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/Social_Media_Chatbot-OFF.svg');
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-tech-mega-menu li:nth-child(4):after {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/social_chatbot.svg');
}
/* header #mega-menu-wrap-primary #mega-menu-primary .mega-services-row ul.megaLeftNav.dental-tech-mega-menu li:nth-child(4):hover::before {
	background-image: url('https://dentalmarketo.com/wp-content/uploads/2020/08/social_chatbot.svg');
} */
.header--bottom-line {
	border-bottom: 1px solid #707070;
}

.header-content {
	background-color: unset;
	background-repeat: no-repeat;
    height: 900px;
	background-size: cover;
	padding: 180px 0 0px 0;
	overflow: hidden;
	position: relative;
}
.header-content .header-content-shortcode {
    width: 675px;
    height: auto;
    position: absolute;
    top: 0;
    right: -2%;
	z-index: 1;
}
.hero-sub-image {
	z-index: 1;
}
.hero-sub-image img {
	float: right;
	width: 100%;
}
.header-content .hero-sub-content {
	z-index: 1;
	padding-left: 200px;
	padding-right: 200px;
}
.header-content .hero-sub-content h1 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: unset;
	color: #CC3399;
	padding-bottom: 20px;
	line-height: 1;
	text-transform: uppercase;
}

.header-content .hero-sub-content h2 {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: .02em;
	color: #2F3645;
	padding-bottom: 10px;
	line-height: 46px;
	text-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.header-content .hero-sub-content p {
	color: #2F3645;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 30px;
}
.header-content .dental-btn-primary {
	margin: 30px 30px 0 0;
}
.header-content .hero-main-content a.dental-btn-primary:hover {
	background-color: #CE9F67!important;
}
.no-hero-first-container {
	padding-top: 110px;
	background-color: white;
}
a.borderShape {
    display: contents;
    padding: 0;
    height: 100%;
    background: #fff;
    overflow: hidden;
}
a.borderShape img{
	max-width: 600px;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	border-radius: 30px
}
.title {
	color: #CE9F67;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 46px;
	padding-top: 140px;
	background-position: center 0px;
	background-size: 90px;
	text-transform: capitalize;
	padding-bottom: 20px;
}
section {
	overflow-x: hidden;
}
.curveShape, .curveShapeTop {
	overflow: hidden;
}
.curveShape .title {
	padding-bottom: 10px;
	margin-top: -50px;
	
}
.home-productServices {
	padding-bottom: 70px;
}
.home-productServices .title {
	padding-bottom: 20px;
}
.heading-icon-motion {
	width: 100px;
    height: 100px;
    text-align: center;
    margin: auto;
    margin: 0 auto 60px auto;
}
.itemWrap {
	padding: 80px 0;
}
.itemWrap h3 {
	font-size: 42px;
	line-height: 5rem;
	letter-spacing: .025em;
}
.itemWrap p {
	color: #32325D;
}
.itemContent a {
    background-color: unset!important;
	padding-left: 0;
	padding-right: 0;
	font-size: 20px;
	white-space: unset;
}
.itemContent .itemContent-sub-list {
	width: 100%;
}
.itemContent .itemContent-sub-list p{
	display: none;
}
.itemContent .itemContent-sub-list ul {
	padding-left: 18px;
	text-align: left;
    list-style-type: initial;
	margin-bottom: 0;
}
.itemContent .itemContent-sub-list ul li{
	padding-bottom: 10px;
    color: #6B7A93;
    font-size: 18px;
}
.itemWrap .itemContent .itemContent-sub-list ul li h4 {
	line-height: unset;
}
.itemWrap .itemContent .itemContent-sub-list ul li a {
	font-size: 18px;
	color: #6B7A93;
	text-decoration: none;
	text-transform: none!important;
}
.itemWrap .itemShape {
	margin-left: 0;
	width: 55%;
}
.itemWrap .itemContent {
}
.home-productServices {
	position:relative;
	padding-top: 0;
	overflow-x: hidden;
}
.home-productServices> .itemWrap:nth-child(odd) .itemContent {
	padding-left: 0;
	padding-right: 80px;
}
.home-productServices> .itemWrap:nth-child(even) .itemContent {
    padding-left: 80px;
	padding-right: 0;
}
.home-productServices> .itemWrap:nth-child(even) .itemShape {
	float: left;
}
.home-productServices> .itemWrap:nth-child(odd) .itemShape {
	float: right;
}
.home-productServices> .itemWrap:nth-child(odd) .itemShape a {
	text-align: right;
}
.home-products-service .itemWrap .itemContent a {
	text-transform: uppercase!important;
}
.reputation-products .itemWrap:last-child {
	padding-bottom: 0;
}
.home-products-service .reputation-products-title-container {
/* 	padding-top: 0; */
}
.reputation-products-title-container {
	padding-top: 40px;
}
.itemCircleIconGroup {
	list-style-type: none;
    padding: 0;
    margin: 0;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.itemCircleIconGroup li {
	padding-right: 20px;
}
.itemCircleIconGroup li img {
	width: 70px;
}
/* home reputation */
.home-reputation {
	padding-top: 40px;
	background-color: #EFF7FF;
}
.home-reputation.curveShape:before {
	content: none;
}
.home-reputation.curveShape:after {
	border-left-color: rgb(239, 247, 255);
	border-bottom-width: 15vw;
	bottom: -15vw;
}
.home-reputation .home-reputation-image {
	text-align: center;
}
.home-reputation .home-reputation-text {
	padding-top: 20%;
	float: right;
}
.home-reputation .home-reputation-text h1{
	font-size: 42px;
	color: #32325D;
	line-height: 5rem;
	margin-bottom: 25px;
}
.home-reputation .home-reputation-text p{
	font-size: 25px;
	color: #32325D;
	margin-bottom: 80px;
}
.home-reputation .home-reputation-text a{
	
}
.home-solutions {
	background-image:linear-gradient(to bottom right, #F4F0EA, #F4F0EA, #F4F0EA, #F4F0EA, #F4F0EA, #F4F0EA, #F4F0EA);
	padding-top: 80px;
	padding-bottom: 100px;
}
.home-solutions .title {
	margin-bottom: 150px;
	background-size: 100px;
	padding-bottom: 10px;
}
.home-solutions-blog {
	position: relative;
	background: white;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
	border-radius: 10px;
	padding: 15%  9%  5%  9%;
	text-align: center;
}
.home-solutions-blog .home-solutions-blog-img {
    position: absolute;
    left: calc(50% - 60px);
    top: -60px;
    width: 120px;
    height: 120px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
    border-radius: 50%;
    background: white;
}
.home-solutions-blog .home-solutions-blog-img img {
	object-fit: cover;
    object-position: center;
    width: 100%;
}
.home-solutions-blog h5 {
	font-size: 24px;
	margin-bottom: 15px;
}
.home-solutions-blog p {
	font-size: 20px;
	color: #6B7A93;
	margin-bottom: 40px;
}
.home-solutions-blog a {
	
}
.articles {
	padding-bottom: 20px;
}
.articles .dental-post-container {
	padding-left: 0;
	padding-right: 0;
}
#articles .load-more-articles {
	display: none!important;
}
.articles .title {
	padding-top: 50px;
	padding-bottom: 50px;
}
.home-footer {
	text-align: center;
	background-color: #52607F;
}
.home-footer .container {
/* 	max-width: 1680px; */
}
.home-footer .title {
	color: white;
	padding-top: 100px;
	padding-bottom: 50px;
	font-weight: 500;
}
.home-footer p {
	font-size: 16px;
	color: #F0F0F0;
	text-align:center;
	width: 70%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 30px;
	line-height: 20px;
}
.home-footer-conent {
	margin-bottom: 75px;
}
.request-demo-form .fcol {
	margin-bottom: 40px;
}
.request-demo-form input, .request-demo-form textarea, .request-demo-form select {
    width: 100%;
    padding: 10px;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid white;
    color: white;
}
.request-demo-form ::placeholder {
	color: white;
}
.request-demo-form input:focus::placeholder {
	color: #3DCF8E;
}
.request-demo-form input:focus {
	border-bottom-color: #3DCF8E;
}
.request-demo-form input[type="submit"]{
    width: auto;
    border: none;
    background: #3AC69D;
    border-radius: 50px;
    padding: 15px 40px;
	margin-top: 30px;
}
.request-demo-form input[type="submit"]:hover {
	background-color: #29B37F;
}
.request-demo-form select {
	background: #52607F;
}
.request-demo-form select:focus {
	border-bottom-color: #3DCF8E;
}
.load-more-articles {
	border-radius: 30px!important;
    background: white!important;
    border: 1px solid #52607F!important;
    color: #52607F!important;
    text-transform: none!important;
    font-weight: 500!important;
}
.load-more-articles:hover {
	background: #CF3095!important;
	color: white!important;
	border-color: unset!important;
}
.article-blog {
	-webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    -webkit-transition-property: color,background-color,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
    transition-property: color,background-color,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
	background-color: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 100%;
}
.article-blog:hover {
    -webkit-box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
    box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.article-blog .article-blog-img {
	background-size: cover;
	background-position: center;
	padding-top: 75%;
	transition: all 0.7s ease;
}
.article-blog-img-outer {
	cursor: pointer;
	overflow: hidden;
}
#articles .article-blog .article-blog-img:hover {
	transform: unset;
}
.article-blog .article-blog-img:hover {
/* 	transform: scale(1.3) rotate(3deg); */
}
.article-blog-content {
	cursor: pointer;
}
.article-blog:hover .article-blog-det h4 a {
	color: #CC3399;
}
.article-blog:hover a.btn {
	color: #CC3399;
}
.article-blog .article-blog-content {
	padding: 25px 30px 80px 30px;
	position: relative;
	flex-grow: 1;
	min-height: 200px;
}
.article-blog .article-blog-content .article-category-title {
	position: absolute;
	background-color: #fff;
	padding: 15px 0 0 0;
	margin-top: -40px;
	min-height: 40px;
	display: inline-block;
	top: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	left: calc(0);
	min-width: 300px;
	left: calc(50% - 150px);
	text-align: center;
}
.article-category-title h5 {
	font-size: 18px;
	color: #43458A;
	letter-spacing: .0px;
	text-transform: uppercase;
}
.article-blog-det h4{
	font-size: 27px;
	color: #2B2F36;
	margin: 10px 0 15px;
	line-height: 34px;
}
.article-blog-det h4 a {
	line-height: 34px;
	font-size: 24px;
	color: #2B2F36;
	text-decoration:unset;
	cursor: pointer;
	font-weight: 500;
}
.article-blog-det p {
	font-size: 18px;
	line-height: 28px;
}
.article-blog-content a.btn {
	background: none;
	color: #43458A;
	font-size: 18px;
	margin-top: 4px;
	letter-spacing: .1px;
	min-width: 150px;
	position: absolute;
	bottom: 20px;
	text-transform: unset;
	left: calc(50% - 75px);
	font-weight: 400;
}
.article-blog-content a.btn:hover {
	color: #CC3399;
}
.artilce-content-load-btn {
	text-align:center;
}
.blogs {
	padding-bottom: 70px;
	background: #F5F6F7;
}
.blogs .article-content-full {
	margin-bottom: 60px;
	width: 100%;
}
.article-content-full {
	background: white;
	-webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    -webkit-transition-property: color,background-color,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
    transition-property: color,background-color,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
}
.article-content-full:hover {
    -webkit-box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
    box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.article-content-full .article-blog-img{
	background-size: cover;
	background-position: center;
    width: 100%;
    height: 450px;
    transition: all 0.7s ease;
}
.article-content-full .article-blog-img:hover {
/* 	transform: scale(1.3) rotate(3deg); */
}
.article-content-full .article-blog {
	height: 450px;
	box-shadow: none;
}
.article-content-full .article-blog:hover {
	box-shadow: none;
	transform: unset;
}

.article-content-full .article-blog .article-blog-content {
	display: flex;
    align-items: center;
    justify-content: center;
	padding-left: 0;
}
.article-content-full .article-blog .article-blog-content .article-blog-det h5 {
	font-size: 18px;
    color: #43458A;
    letter-spacing: .0px;
    text-transform: uppercase;
}
.article-content {
	width: 100%;
}
.blogs .article-content {
	
}
.article-content-full .article-blog {
	margin-bottom: 0;
}
.article-blog {
	margin-bottom: 60px;
}
.article-content-full:hover .article-blog .article-blog-det h4 a {
	color: #CC3399;
}
.article-content-full:hover .article-blog a.btn {
	color: #CC3399;
}
.betheknowForm {
	background-color: #FFF4ED;
	padding-bottom: 0;
	padding-top: 70px;
}
.betheknowForm h1 {
	font-size: 32px;
	color: #2B2F36;
	text-transform:uppercase;
}
.betheknowForm p {
	font-weight: 400;
	font-size: 20px;
	color: #32325D;
	text-transform:inherit;
	padding-bottom: 0;
	margin-bottom: 75px;
}
.betheknowForm .frow input[type="submit"] {
	background: #43458A;
	margin-top: 0;
	font-family: 'Lato', sans-serif;
}
.betheknowForm .frow input[type="submit"]:hover {
	background: #CC3399!important;
}
.betheknowForm .frow input:not([type="submit"]), .betheknowForm .frow textarea, .betheknowForm .frow select {
    width: 100%;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 9px;
    color: #212121;
    margin-top: 0;
    border-bottom: 1px solid #32325D;
	outline: none;
}
.betheknowForm input:not([type="submit"]):focus::placeholder {
	color: #3DCF8E;
}
.betheknowForm input:not([type="submit"]):focus {
	border-bottom-color: #3DCF8E;
}
.betheknowForm-footer-text p {
	font-size: 16px;
	color: #32325D;
	text-align:center;
	width: 80%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 20px;
	text-transform: unset;
}
.betheknowForm-footer-text a {
	color: #3DCF8E;
	text-decoration: none;
}
footer {
	background-color: #F8F5F5;
	padding-bottom: 25px;
}
footer .container {
	max-width: 1680px;
}
footer .footCol2>.widget-container:first-child, footer .footCol3>.widget-container:first-child, footer .footCol-4>.widget-container:first-child, footer .footCol5>.widget-container:first-child {
	padding-bottom: 18px;
    min-height: 300px;
}
footer .frow-col {
	border-bottom: 1px solid #543884;
	padding-bottom: 30px;
	margin-bottom: 25px;
}
footer .fcol.footCol1 {
	width: 30%;
	margin-right: 0;
	padding-left: 0;
}
footer .fcol.footCol1 .widget_media_image {
	width: 40%;
}
footer .fcol.footCol1 p {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #EFF7FF;
	max-width: 300px;
}
footer ul.socialList {
	margin-bottom: 70px;
}
footer ul.socialList li a {
	color: #EFF7FF!important;
	font-size: 35px;
}
footer .fcol {
	float: left;
    width: 25%;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}
footer .footCol1-2  {
	float: right;
	width: 70%;
}
footer .widget-title {
	font-size: 17px;
	color: #CE9F67;
	white-space: unset;
}

footer .footCol2>.widget-container:first-child h5{
	color: #CE9F67;
}
footer .footCol2>.widget-container:nth-child(2) h5 {
	color: #3AC69D;
}
footer .footCol3>.widget-container:first-child h5{
	color: #CE9F67;
}
footer .footCol3>.widget-container:nth-child(2) h5 {
	color: #8F6CD6;
}
footer .footCol-4>.widget-container:first-child h5{
	color: #CE9F67;
}
footer ul li {
	padding-bottom: 15px;
}
footer ul li, footer ul li a {
	font-size: 15px;
	color: #543884;
	text-decoration: none;
	word-break: break-word;
}
footer ul li a:hover,footer ul li a:focus {
	text-decoration: none;
}
footer .footCol5>.widget-container:nth-child(2) a{
	color: #7894F8;
}
footer .footer-copyright * {
	font-size: 14px!important;
	color: #543884!important;
}
.singleHeader {
	height: 560px;
}
.plenShape.blogShape {
    padding: 0 0;
    background-color: #ffffff;
}
.detail_content {
	padding: 0;
	margin-top: 0;
}
.blogContent {
	padding-bottom: 100px;
}

.blogContent h1,.blogContent h2, .blogContent h3, .blogContent h4, .blogContent h5 {
	color: #CE9F67;
}
.detail_content p {
	color: #333333;
	font-size: 18px;
}
.blogContent .meta a {
	color: #7456B5;
	text-decoration: unset;
	font-size: 18px;
}
.blogContent .meta {
	padding: 70px 0 30px 0;
	color: #CC3399;
	font-size: 22px;
}
.blogContent h1.blog-title {
	margin-bottom: 30px;
	font-size: 38px;
	font-weight: 600;
	line-height: 52px;
}
.blogContent h2 {
	line-height: 38px;
	font-size: 28px;
    font-weight: 500;
	padding-bottom: 5px;
	padding-top: 30px;
}
.blogContent .detail_content ol {
	padding-left: 20px;
}
.blogContent .detail_content ul {
	padding-left: 30px;
	margin-bottom: 0;
}
.blogContent .detail_content ul li, .blogContent .detail_content ul li span, .blogContent .detail_content ul li, .blogContent .detail_content ul li strong {
	font-size: 18px;
} 
.blogContent .detail_content ul li, .blogContent .detail_content ol li {
	line-height: 2;
}
.authorMeta {
	border-top: #B9BBC1 1px solid;
}
.authorMeta h3 {
	color: #657E97;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 500;
    padding-top: 10px;
}
.WSidebar-title {
	padding-bottom: 25px;
}
.WSidebar-title span {
    background-color: #ffffff;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    color: #43458A;
    font-size: 22px;
}
.WSidebar-title:before {
    content: '';
    height: 1px;
    background: #43458A;
    display: block;
    position: absolute;
    top: 40%;
}
.postList .postContent {
	font-size: 15px;
}
.postList > li .postTitle {
	font-size: 16px!important;
	font-weight: 400!important;
	color: #4ca8dc!important;
}
.postList > li .postTitle.popular-blog-title {
	color: #333333!important;
}
.postList > li .postTitle span {
	color: #3198D3!important;
	font-size: 16px!important;
}
.sidebar {
	padding-top: 70px;
}
.wpcf-sidebar-banner-img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.reputation-hero {
	position: relative;
	height: 1070px;
	overflow: hidden;
	background: #e3f3f5;
}
.reputation-hero:after {
	content: '';
    width: 0;
    height: 0;
    border-top: 10vw solid transparent;
    border-bottom: 0;
    border-right: 150vw solid #ffffff;
    border-left: none;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.reputation-hero .header-content {
	height: 1070px;
}
.reputation-main-image {
	position: absolute;
	right: 5%;
	height: 100%;
}
.reputation-content-col {
	padding-top: 15%;
}
.reputation-hero .header-content h1 {
    color: #33CCFF;
}
.reputation-hero .header-content-shortcode {
	position: absolute;
    right: -25%;
    z-index: 1;
    width: 1200px;
    top: -5%;
	overflow: hidden;
}
.general-description-section.review-management-gd {
	background-color: #4285F3;
	text-align: center;
	padding-bottom: 9vw;
	padding-top: 14vw;
	position: relative;
}
.review-management-gd:before {
	content: '';
    width: 0;
    height: 0;
    border-bottom: 10vw solid transparent;
    border-left: 150vw solid #ffffff;
    border-right: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    border-top: 0;
    top: 0;
} 
.review-management-gd:after {
	content: '';
    width: 0;
    height: 0;
    border-bottom: 10vw solid white;
    border-left: 150vw solid transparent;
    border-right: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
}
.general-description-section.review-management-gd p{
	margin-bottom: 0;
}
.review-management-products 
.reputation-products {
	position:relative;
	overflow: hidden;
}
.reputation-products .reputation-background-imgage-item:first-child{
	position: absolute;
    right: -450px;
    top: 30%;
	z-index: -1;
}
.reputation-products .reputation-background-imgage-item:nth-child(2){
	position: absolute;
    left: -450px;
    top: 70%;
	z-index: -1;
}
.reputation-products-title-container {
	max-width: 860px;
	padding-bottom: 50px;
}
.reputation-products-title-container p {
	text-align: center;
    font-size: 20px;
	font-weight: 400;
	letter-spacing: .02em;
    line-height: 36px;
	margin-bottom: 0;
}
.reputation-products > .itemWrap {
	display: flex;
}
.reputation-products > .itemWrap .itemShape {
	width: 50%;
	height: auto;
}
.reputation-products > .itemWrap .itemShape a.borderShape {
	height: 100%;
}
.reputation-products > .itemWrap .itemShape a.borderShape img {
/* 	border-radius: 50%; */
	height: auto;
}
.reputation-products > .itemWrap .itemContent {
	width: 50%;
	display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.reputation-products > .itemWrap:nth-child(even) .itemContent {
	padding-left: 60px;
}
.reputation-products > .itemWrap:nth-child(odd) .itemContent {
	padding-right: 60px;
}
.reputation-products > .itemWrap h2, .products-content h2 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 1.5;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.reputation-products > .itemWrap h3, .products-content h3 {
	text-transform: none;
	color: #32325D;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: .01em;
	line-height: 48px;
	word-break: break-word;
	padding-bottom: 20px;
}
.reputation-products > .itemWrap .itemContent p, .products-content p {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .02em;		
	line-height: 28px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.reputation-products > .itemWrap .itemContent .itemContent-sub-list {
	padding-top: 30px;
	padding-bottom: 10px;
}
.reputation-products > .itemWrap .itemContent a.btn, .products-content a.btn {
	text-align: left;
	font-size: 20px;
	text-transform: unset;
	padding-top: 40px;
	padding-left: 0;
	padding-right: 0;
	background: unset!important;
}
.itemWrap .itemContent a.btn:hover, .products-content a.btn:hover {
	color: #2f3645!important;
}
.itemWrap .itemContent a.btn::after, .products-content a.btn:after {
	display: inline-block;
	padding-left: 8px;
	content: "\2192"; 
	-webkit-transition: transform 0.3s ease-out;
	-moz-transition: transform 0.3s ease-out;
	-ms-transition: transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.itemWrap .itemContent a.btn:hover::after, .products-content a.btn:hover::after {
	-webkit-transform: translateX(4px);
	-moz-transform: translateX(4px);
	-ms-transform: translateX(4px);
	-o-transform: translateX(4px);
	transform: translateX(4px);
}
.reverse-direction-reputation-products> .itemWrap:nth-child(even) .itemShape {
	float: right;
}
.reverse-direction-reputation-products> .itemWrap:nth-child(odd) .itemShape {
	float: left;
}
.reverse-direction-reputation-products > .itemWrap:nth-child(even) .itemContent {
	padding-left: 0;
	padding-right: 60px;
}
.reverse-direction-reputation-products > .itemWrap:nth-child(odd) .itemContent {
	padding-right: 0;
	padding-left: 60px;
}


ul.matter-practice-links {
	list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
}
.matter-practice-links .matter-practice-link-item {
	display: flex;
	align-items: center;
	height: 130px;
}
.matter-practice-links .matter-practice-link-item a {
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.matter-practice-links li a {
	cursor: pointer;
}
.matter-practice {
	padding-bottom: 100px;
}
.matter-practice .title {
	padding-bottom: 50px;
}
.general-items {
	padding: 80px 0 50px 0;	
}
.general-items .general-items-image-items:first-child {
	position: absolute;
    left: 0;
    top: calc(15vw - 27px);
}
.general-items .general-items-image-items:nth-child(2) {
	position: absolute;
    right: 0;
    top: 0;
}
.general-items .general-items-title-container {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.general-items .general-items-title-container .title {
	padding-bottom: 20px;
	font-size: 38px;
	line-height: 48px;
}
.general-items .general-items-content {
	margin-bottom: 40px;
}
.general-items .general-items-title-container p {
	text-align: center;
	padding-bottom: 40px;
    font-size: 20px;
	font-weight: 400;
	letter-spacing: .02em;
    line-height: 36px;
	padding-top: 0;
	margin-bottom: 0;
}
.general-items-col-img {
	width: 75px;
	height: 75px;
	margin-bottom: 5px;
}
.general-items-col-img img {
	width: 100%;
	height: 100%;
}
.general-items-col {
	margin-bottom: 70px;
	padding-right: 20px;
}
.general-items-col h4 {
	font-size: 24px;
	color: #32325D;
	padding-top: 20px;
	padding-bottom: 5px;
	line-height: 34px;
	font-weight: 600;
}
.general-items-col p {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 32px;
	color: #2F3645;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-bottom: 0;
}
.flex-same-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.flex-same-row > [class*='col-'] {
	 display: flex;
	 flex-direction: column;
}
.dental-seo-service {
	padding-bottom: 100px;
}
.dental-seo-general-items {
	padding-top: 250px;
	padding-bottom: 50px;
}
.dental-seo-general-items.bottomShape {
	padding-bottom: 80px;
}
.dental-seo-general-items.no-title-image {
	padding-top: 220px;
}
.dental-seo-general-items.curveShape:before{
	content: '';
    width: 0;
    height: 0;
    border-bottom: 10vw solid transparent;
    border-left: 150vw solid #ffffff;
	border-right: 0;
    position: absolute;
    z-index: 0;
    left: 0;
	border-top: 0;
    top: 0;
}
.dental-seo-general-items.curveShape:after {
	content: none;
}

.related-services.top-shape.curveShape {
	padding-top: 250px;
}
.top-shape.curveShape:before{
	content: '';
    width: 0;
    height: 0;
    border-bottom: 10vw solid transparent;
    border-left: 150vw solid #ffffff;
	border-right: 0;
    position: absolute;
    z-index: 0;
    left: 0;
	border-top: 0px solid transparent;
    top: 0;
}
.top-shape.curveShape:after {
	content: none;
}

.contact-form-hero {
	height: 710px;
}
.contact-form-hero .d-flex {
	padding-top: 10%;
}
.contact-form-hero h2{
	color: #33CCFF;
	font-size: 32px;
}
.contact-form-hero p {
    color: #FFFFFF;
    font-size: 60px;
	line-height: 62px;
}
.well-contact {
	margin-top: -100%;
	padding: 45px 45px 0px 45px;
}
.well-contact .frow {
	padding: 0 0 40px 0;
}
.well-contact .frow input:not([type="submit"]), .well-contact .frow textarea, .well-contact .frow select {
    background-color: transparent;
    padding: 8px 0;
    border-bottom: 2px solid #32325D;
    border-radius: 0;
	outline: none;
	color: #32325D;
	font-size: 20px;
}
.well-contact .frow input[type="submit"] {
    padding: 16px 50px;
    background: #3DCF8E;
    font-size: 18px;
    border-radius: 50px;
    margin-top: 10px;
}
.contact-us-section {
	overflow: unset;
	padding-bottom: 150px;
}
.contact-us-section h3 {
	font-size: 24px;
    color: #32325D;
    margin-bottom: 10px;
}
.contact-from-address-content {
	padding-top: 60px;
}
.contact-from-address-content p {
	max-width: 350px;
	margin-bottom: 50px;
	color: #2F3645;
	font-size: 22px;
}
.contact-section-general p {
	color: #2F3645;
	font-size: 22px;
}
.contact-section-general a {
	color: #3DCF8E;
}
.header-content.signin {
	height: 900px;
	background: #5671A5;
}
.header-content.resetpassword {
	background: #5671A5;
}
.signin .well-contact .frow input[type="submit"] {
	margin-top: 20px;
}
.resetpassword .well-contact .frow input[type="submit"] {
	margin-top: 20px;
}
.signWrap h1 {
	color: #33CCFF!important;
}
.signWrap h2 {
	color: white!important;
}
.resetpassword .signWrap p {
	font-size: 32px;
	line-height: 35px;
}
.well-contact .title {
	background: none;
    font-size: 32px;
    color: #33CCFF;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
	font-weight: 500;
}
.dental-seo-section {
	height: 900px
}
.dental-seo-section.curveShape:before {
	content: none;
}

.dental-seo-section.curveShape:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10vw solid transparent;
	border-bottom: 0;
    border-right: 150vw solid #ffffff;
	border-left: none;
    position: absolute;
    bottom: 0px;
    z-index: 999;
    left: 0;
}
.dental-seo-section .hero-main-content {
	padding-top: 0%;
}
.dental-seo-section .hero-sub-content {
	padding-top: 5%;
	padding-right: 8%;
}
.dental-seo-section .hero-sub-content h1 {
	color: #CC3399;
}
.dental-seo-section .hero-sub-content h2 {
	color: #2F3645;
}
.dental-seo-section .hero-sub-content p {
	color: #2F3645;
}
.dental-seo-service .title {
	padding-top: 0;
}
.dental-seo-service .reputation-background-imgage-item:first-child {
    position: absolute;
    right: -600px;
    top: 20%;
    z-index: -1;
}
.dental-seo-service .reputation-background-imgage-item:nth-child(2) {
    position: absolute;
    left: -750px;
    top: 60%;
    z-index: -1;
}

.related-services {
	padding: 100px 0;
}
.related-services.pt-ni-0 {
	padding-top: 30px;
}
.related-services .related-services-image-items:first-child {
	position: absolute;
    left: 0;
    top: calc(15vw - 143px);
}
.related-services .related-services-image-items:nth-child(2) {
	position: absolute;
    right: 0;
	top: calc(0px - 85px);
}
.related-services .title {
	margin-bottom: 50px;
}
.related-services-blog {
	-webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
	-webkit-transition-property: color,background-color,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
	transition-property: color,background-color,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    border-radius: 10px;
    padding: 10% 5% 8% 5%;
	cursor: pointer;
	background: white;
}
.related-services-blog:hover {
	-webkit-box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
    box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.related-services-blog .related-services-blog-img img {
	width: 150px;
}
.related-services-blog-content h5 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
    padding-top: 20px;
	text-transform: uppercase;
}
.related-services-blog-content .arrow-span {
	visibility: hidden;
	vertical-align: middle;
}
.related-services-blog:hover .related-services-blog-content .arrow-span {
	visibility: visible;
}
.related-services-blog-content p {
	color: #2B2F36;
	font-size: 18px;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
.related-services-blog-content a {
	background: none;
    font-size: 60px;
    line-height: 2px;
    text-align: right;
    float: right;
}
.practice-matter-section {
	height: 1020px;
}
.practice-matter-service .title {
	padding-top: 0;
}
.practice-matter-service .reputation-background-imgage-item:first-child {
	right: 0;
}
.practice-matter-service .reputation-background-imgage-item:nth-child(2) {
	left: 0;
}
div.wpcf7 .ajax-loader {
	position: absolute;
    left: calc(50% - 8px);
    bottom: -20px;
	display: none!important;
}
.dental-chatbot-section .hero-sub-content h2 {
	color: white;
}
.dental-chatbot-section .hero-sub-content p {
	color: white;
}
.dental-chatbot-section .cta-buttons a {
	background: #33CC99!important;
}
.dental-chatbot-section .header-content-shortcode {
	right: 2%;
}
.smm-service {
	padding-bottom: 50px;
}
.smm-service .reputation-background-imgage-item:first-child {
	right: 0;
	top: 30%;
}
.smm-service .reputation-background-imgage-item:nth-child(2) {
	left: 0;
}
.smm-general-items .general-items-image-items:first-child {
	top: calc(15vw - 18px);
}
.smm-general-items .general-items-image-items:nth-child(2) {
	
}

.dental-seo-general-items.curveShape.smm-general-items:before {
	border-top: 0;
	top: 0;
}
.dental-seo-general-items.curveShape.smm-general-items2:before {
	border-top: 0;
	top: 0;
	border-left-color: rgb(252, 248, 245);
}
.dental-seo-general-items.curveShape.smm-general-items2 .title {
	padding-top: 80px;
	padding-bottom: 120px;
}
.dental-seo-general-items.curveShape.smm-general-items2 .general-items-col-img {
	width: 65px;
	height: 65px;
}
.general-item.smm-general-items, .general-items.smm-general-items2 {
	padding-bottom: 0;
	padding-top: 220px;
}
.top-shape.curveShape.smm-related-services:before {
	border-top: 0;
	top: 0;
}
.smm-service .title {
	padding-top: 0;
}
.online-schedule-section {
	height: 850px;
}
.schedule-items-section-title-container .title {
	padding-top: 0;
}
.schedule-content-container {
	padding-top: 150px;
}
.schedule-items-section .itemContent-wrap {
	padding-right: 80px
}
.schedule-items-section .itemImage-wrap {
	padding-left: 80px
}
.schedule-items-section .itemContent {
	padding-bottom: 120px;
}
.schedule-items-section .itemContent h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.schedule-items-section .itemContent h4 {
    color: #2F3645;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 52px;
    word-break: break-word;
    padding-bottom: 20px;
}
.schedule-items-section .itemContent p {
	font-size: 18px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 34px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
	color: #2F3645;
}
.request-demo-hero {
	height: 971px;
}
.request-demo-hero .col-lg-5 {
	z-index: 1;
}
.request-demo-hero.request-demo-form-section {
	height: 750px;
}
.request-demo-hero.request-demo-form-section {
	background-image: linear-gradient(to bottom right, #5671A5, #41587A, #2E3968)!important;
}
.request-demo-hero.request-demo-form-section:after {
	content: '';
    width: 100%;
    height: 0;
    border-top: 5vw solid transparent;
    border-bottom: 0;
    border-right: 100vw solid #ffffff;
    border-left: none;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.request-demo-form-header h2 {
	color: #CC3399!important;
	font-size: 36px;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	font-weight: 500;
}
.request-demo-form-header p {
	color: #33CCFF;
	font-size: 20px;
	text-align: center;
	margin-bottom: 0;
}
.request-demo-form-section {
	overflow: unset;
}
.request-demo-form-section .well-contact .frow input[type="submit"] {
	font-size: 18px;
	border-radius: 30px;
	padding: 15px 40px;
}
.request-demo-form-section .well-contact .frow input[type="submit"]:hover {
	background-color: #29B37F;
}
.request-demo-form-section .contact-section-general {
	margin-top: -90px;
}
.request-demo-form-section .contact-section-general p {
	color: #2F3645;
	font-size: 20px;
    line-height: 30px;
}
.general-description-section {
	padding: 80px 0 50px;
}
.general-description-section h2 {
	color: #2B2F36;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 46px;
    text-transform: inherit;
    padding-bottom: 30px;
    padding-left: 250px;
    padding-right: 250px;
	word-break: break-word;
	text-align: center;
}
.general-description-section p{
	color: #292929;
    font-size: 18px;
  	line-height: 30px;
    margin-bottom: 0px;
	text-align: center;
	padding-left: 300px;
	padding-right:300px;
	
}
.review-management-gd.general-description-section p {
	padding: 0 140px;
	margin-bottom: 0;
}
.dark-hero {
	background-image: linear-gradient(to bottom right, #425A7D, #34426D, #2E3968)!important;
    height: 600px;
}
.dark-hero:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10vw solid transparent;
    border-bottom: 0;
    border-right: 150vw solid #ffffff;
    border-left: none;
    position: absolute;
    bottom: 0px;
    z-index: 999;
    left: 0;
}
.dark-hero .hero-sub-content h2 {
	color: white;
}
.dark-hero .hero-sub-content p {
	color: white;
}
.dark-hero .hero-main-content {
	padding-left: 20px;
}
.dental-advertising-hero-section {
	height: 965px;
}
.dental-advertising-hero-section-update {
	height: 900px;
}

.dental-advertising-hero-section .hero-sub-content{
	padding-top: 0;
}
.google-ads-general-items {
	padding-top: 0!important;
}
.ads-general-items2 {
	padding-bottom: 0;
}
.top-shape.curveShape.ads-related-services:before {
	border-left-color: #fcf8f5;
}
.dental-advertising-partner {
	padding: 150px 0;
  	background: #2F3645;
}
.dental-advertising-partner-content {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
	max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.dental-advertising-partner-content-img {
	width: 300px;
	padding-right: 25px;
	height: 70px;
}
.dental-advertising-partner-content-img img {
	height: 100%
}
.dental-advertising-partner-content H5{
	color: white;
    font-size: 32px;
    text-transform: uppercase;
    padding-right: 100px;
}
.dental-advertising-partner-2 {
	padding: 60px 0;
}
.dental-advertising-partner-2 h5{
	color: #FFF;
    font-size: 32px;
	font-weight: 500;
    text-transform: uppercase;
	margin-bottom: 50px;
	text-align: center;
}
.dental-advertising-partner-2  .dental-advertising-partner-content-img {
	width: auto;
	height: auto;
	padding-right: 0;
}
.dental-advertising-partner-2  .dental-advertising-partner-content-img img {
	height: auto;
	max-width: 85%;
}

.priacy-policy-description-section .general-description-content {
	padding-left: 100px;
	padding-right: 100px;
}
.career-hero .hero-main-content {
	padding-left: 120px;
}
.career-hero .hero-sub-content {
	width: 100%;
	padding-top: 40px;
}
.career-section {
	padding-top: 80px;
    padding-bottom: 150px;
}
.career-section .title {
	background: none;
	padding-top: 0;
}
.career-section .title p {
	font-size: 32px;
	font-weight: 500;
	color: #2F3645;
	text-transform: uppercase;
	margin-bottom: 45px;
	padding: 0;
	line-height: 42px;
}
ul.career-jobList {
	padding-left: 0;
	list-style-type: none;
}
ul.career-jobList li {
    cursor: pointer;
    padding: 25px 30px 25px 50px;
    border: 1px solid #8898AA;
    border-radius: 15px;
    margin-bottom: 10px;
}
ul.career-jobList li:hover {
	background: #8898AA;
    color: white;
}
ul.career-jobList li:hover a, ul.career-jobList li:hover a span {
	color: white;
}
ul.career-jobList li span.arrow {
    padding-left: 20px;
	visibility: hidden;
}
ul.career-jobList li:hover span.arrow {
	color: #33CC99;
    visibility:  visible;
}
ul.career-jobList li a {
    color: #2F3645;
    font-size: 24px;
    text-decoration: none;
    word-break: break-word;
	display: block;
	width: 100%;
}
ul.career-jobList li a span {
	color: #6B7A93;
    font-size: 20px;
}
.jobHeader.header-content h2 {
	padding-top: 80px;
	color: white!important;
}
.jobHeader.header-content p {
	color: white!important;
}
.jobContent-text .title {
	font-size: 32px;
}
.general-items.email-marketing-general-item .general-items-image-items:first-child {
	left: 0;
    top: calc(15vw - 113px);
}
.email-marketing-related-services .title {
	padding-top: 0;
}
.email-marketing-service > .itemWrap:nth-child(even) .itemShape {
	float: right;
}
.email-marketing-service .itemWrap:nth-child(even) .itemContent {
	float: left;
	padding-right: 120px;
	padding-left: 0;
}
.social-media-intake-hero .hero-sub-content{
	padding-top: 0;
}
.social-media-intake-hero {
	height: 635px;
}
.social-media-intake-hero .header-content {
	height: 635px;
}
.social-media-marketing-hero-section {
	height: 910px;
}
.social-media-marketing-hero-section .hero-sub-content {
	padding-top: 0;
	padding-right: 6%;
}
.smm-general-items {
	padding-bottom: 0;
}

.dental-branding-general-items {
/* 	margin-top: -80px; */
	background-image: linear-gradient(to bottom right, #fcbfa9, #f9acbf, #f598db, #ea9df1)!important;
	padding-bottom: 10vw;
	padding-top: 200px;
}
.dental-branding-general-items.curveShape:after {
	content: '';
    width: 0;
    height: 0;
    border-bottom: 10vw solid white;
    border-left: 150vw solid transparent;
    border-right: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
}
.general-items.bottomShape {
	padding-bottom: 80px;
}
.bottomShape {
	position:relative;
}
.bottomShape:after {
	content: ''!important;
    width: 0;
    height: 0;
    border-bottom: 10vw solid white;
    border-left: 150vw solid transparent;
    border-right: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
}
.dental-branding-related-services {
	padding-top: 70px;
}
.dental-branding-content-container {
	position: relative;
	padding-top: 100px;
}
.dental-branding-items-section {
	padding-bottom: 0;
}
.dental-branding-items-section .itemContent {
	padding-bottom: 200px;
}
.dental-branding-items-section .title {
	padding-top: 0;
}
.dental-branding-items-section .dental-branding-content-container .dental-branding-background-imgage-item {
	position: absolute;
	left: calc(50% - 150px);
	top: 50px;
	z-index: 1;
}
.schedule-items-section .itemContent-left {
	padding: 0 200px 0 0;
}
.schedule-items-section .itemContent-right {
	padding: 250px 0 0 250px;
}
.dental-branding-mobile-image {
	margin-bottom: 40px;
	max-width: 120px;
}
.postnav a:hover {
	background: #43458A!important;
	color: white!important;
}
.desktop-show {
	display: unset;
}
dspan {
	font-weight: 500;
}
#resume_file {
	position:relative;
}
#resume_file label  {
    color: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    padding: 15px 80px;
    background: #8898AA;
	font-size: 14px;
    font-weight: 500;
    letter-spacing: .06em;
	max-width: 350px;
}
#resume_file input[type="file"] {
	position: absolute;
	opacity: 0;
}
#resume_file span.file_name {
	position: absolute;
    top: 30px;
    left: 370px;
}
.general-hero {
	position: relative;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
}
.general-hero.dmp-hero2:before {
	content: " ";
	display: block;
    width: 0;
    height: 0;
    border-bottom: 10vw solid transparent;
    border-left: 150vw solid #ffffff;
    border-right: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    border-top: 0;
    top: 0;
}

.general-hero .container {
	padding-top: 25%;
}
.general-hero.dmp-hero2 {
	height: 680px;
}
.general-hero.dmp-hero2 .container {
	padding-top: 20%;
}
.general-hero.dmp-hero2 .general-items-image-items:first-child {
    position: absolute;
	left: 0;
    top: calc(15vw - 65px);
}
.general-hero.dmp-hero2 .general-items-image-items:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
}
.general-hero.company-dmp-hero2 {
	height: 740x;
}
.general-hero.company-dmp-hero2 .container {
	padding-top: 15%;
}
.general-hero .general-hero-content {
	max-width: 650px;
}
.general-hero.dmp-hero2 .general-hero-content .general-hero-content-icon {
	width: 100px;
	height: auto;
}
.general-hero .general-hero-content .general-hero-content-icon {
	width: 65px;
	height: 65px;
	margin-bottom: 50px;
}
.general-hero .general-hero-content h2{
	font-size: 42px;
    font-weight: 600;
    letter-spacing: .02em;
    color: #2F3645;
    padding-bottom: 30px;
    line-height: 52px;
}
.general-hero .general-hero-content p{
	color: #2F3645;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 30px;
}
.general-hero .general-hero-content a{
	margin-top: 30px;
}
.dental-review-products .reputation-products-title-container {
	padding-top: 30px;
}
.dental-advertising-services .reputation-products-title-container {
	padding-top: 30px;
}
.dmp-service .reputation-products-title-container{
	padding-top: 30px;
}
.dmp-service .reputation-background-imgage-item:first-child{
	right: 0;
}
.dmp-service .reputation-background-imgage-item:nth-child(2){
	left: 0;
}
.graphic-design-items-section {
	padding-bottom: 0;
}
.graphic-design-items-section .reputation-products-title-container {
	padding-top: 0;
}
.graphic-design-items-section .itemContent {
	padding-bottom: 120px;
}
.graphic-design-items-section .title {
	padding-top: 0;
}
.graphic-design-items-section .dental-branding-content-container .dental-branding-background-imgage-item {
	position: absolute;
	left: calc(50% - 50px);
}
.graphic-design-items-section .itemContent-right {
	padding: 0 0 0 150px;
}
.graphic-design-items-section .itemContent-left {
	padding: 0 150px 0 0;
}
.graphic-design-general-hero {
	height: 700px;
}
.graphic-design-general-hero .container {
	padding-top: 0;
}
.graphic-design-general-hero .general-hero-content {
	padding-top: 15%;
	padding-left: 100px;
}
.graphic-design-related-services .related-services-image-items:first-child {
	top: calc(15vw - 78px);
}
.graphic-design-related-services .related-services-image-items:nth-child(2) {
	top: calc(0px + 30px);
}
.survey-section .hero-sub-content h2{
	color: white;
}
.survey-section .hero-sub-content p{
	color: white;
}
.survey-section .hero-sub-image {
	padding-right: 5%;
/* 	z-index: 0; */
/* 	background: #503682; */
	padding-bottom: 50px;
}
.survey-section .special-sub-image {
/* 	background-image: url(https://dentalmarketo.com/wp-content/uploads/2020/07/emoji-shadow.png); */
	background-repeat: no-repeat;
    background-position: 35% bottom;
	position: absolute;
	height: 100%;
	width: calc(100% - 30px);
    mix-blend-mode: multiply;
}

@-moz-keyframes swing{
	50%{transform: translateY(10px);}
	100%{transform: translateY(0);}
}
@-webkit-keyframes swing{
	50%{transform: translateY(10px);}
	100%{transform: translateY(0);}
}
@keyframes swing{
	50%{transform: translateY(10px);}
	100%{transform: translateY(0);}
}

.survey-section {
	height: 820px;
}
.survey-section .hero-sub-image img{
	-moz-animation: infinite swing 3s;
	-webkit-animation: infinite swing 3s;
    animation: infinite swing 3s;
}

.survey-section .hero-main-content {
	display: block;
}

.survey-section .hero-sub-content {
	padding-top: 60px;
}
.pricing-hero .hero-sub-content h2 {
	color: #FFFFFF;
}
.pricing-hero {
	height: 550px;
} 
.pricing-hero .hero-sub-content {
	padding: 5% 0 0 4%;
}
.pricing-hero .hero-sub-content p {
	color: #FFFFFF;
}
.pricing-plan-section:before {
	content: unset;
}
.pricing-plan-section .title {
	background: none;
	padding-top: 100px;
	padding-bottom: 15px;
}
.pricing-plan-section .title ~ p {
	color: #CC3399;
	font-size: 32px;
}
.pfrow textarea, .pfrow select, .pfrow input:not([type="submit"]) {
    padding: 10px;
    background: transparent;
    outline: none;
    border: none;
	border-radius: 0;
    border-bottom: 2px solid #2F3645;
    color: #2F3645;
	font-weight: 400;
}
.pricingForm .pfrow [name$="-billing-state"] {
    background-color: transparent;
}
.pfrow input[type="checkbox"] {
    width: auto;
}
.pricingForm ::placeholder {
	color: #2F3645;
	font-weight: 400;
}
.pricingForm input:focus::placeholder {
	color: #2F3645;
}
.pricingForm .title {
	background: none;
	padding-top: 50px;
	padding-bottom: 10px;
	font-size: 32px;
}
.pricingForm p.title-content {
	font-size: 22px;
	color: #CC3399;
	margin-bottom: 50px;
}
.priceFormSection .pfsubtitle {
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	color: #2F3645;
	font-weight: 500;
	padding-bottom: 10px;
}
.priceFormSection.generalInfo .pfsubtitle {
	margin-bottom: 60px;
	color: #CC3399;
}
.pricingForm p.red-line {
	color: #CC3399;
	font-size: 24px;
}
.pricingForm .payment-footnote {
	text-align: center;
	padding-top: 60px;
}
.priceFormSection.generalInfo .pfrow .pffleft, .priceFormSection.generalInfo .pfrow .pffright {
	width: calc(50%);
}
.priceFormSection.generalInfo .pfrow .pffleft {
	padding-right: 15px;
}
.priceFormSection.generalInfo .pfrow .pffright {
	padding-left: 15px;
}
.pfrow .pfrowRight, .pfrow .pfrowLeft {
	width: 46%;
}
.priceForm-container {
    background: white;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.25) 2px 4px 13px;
    padding: 0 80px 80px;
}
.priceFormSection {
	padding: 60px 0;
}
.pricingForm .pfrow input[type="submit"] {
	background : #3DCF8E;
}
.skcheck label, .standerdCheckbox {
	background: #E565B6;
}
.skcheck.new label input[type="checkbox"]:checked ~ .chk-bg {
	background-color: #33CC99;
}
.portfolio-col a:hover {
	text-decoration: none;
}
.portfolio-col .portfolio-img {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}
.portfolio-col .portfolio-img img {
	width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
	overflow: hidden;
	transition: 0.7s;
	position: absolute;
	top: 0;
}
.portfolio-col .portfolio-img img:hover {
	-webkit-transform: scale(1.05); */
    transform: scale(1.05);
}
.portfolio-col-4 .portfolio-img{
	height: 270px;
}
.portfolio-col {
	margin-bottom: 30px;
}
.portfolio-content {
	
}
.portfolio-content h3 {
	font-size: 18px;
	color: #2F3645;
	font-weight: 400;
	line-height: 1;
}
.portfolio-content {
	padding-top: 15px;
	padding-bottom: 15px;
}
.portfolio-content h5 {
	padding-bottom: 10px;
	font-size: 14px;
	color: 2F3645;
	line-height: 1;
}
.portfolios {
	padding-bottom: 100px;
}
.portfolios .title {
	background: none;
	font-size: 32px;
	padding-top: 150px;
	padding-bottom: 80px;
}

.dental-review-products .title {
	padding-top: 0;
}
.dental-seo-section.dental-branding-hero-section {
	padding-top: 200px;
	height: 900px;
}
.reputation-mg-hero .hero-sub-content h2{
	color: white;
}
.reputation-mg-hero {
	height: 900px;
}
.reputation-mg-hero .hero-sub-content p{
	color: white;
}
.reputation-mg-hero .header-content-shortcode {
    position: absolute;
    right: -25%;
    z-index: 1;
    width: 1200px;
    top: -15%;
}
.header-content.home-hero-section {
	height: auto!important;
	padding-bottom: 3%;
	padding-top: 180px;
}
.header-content.home-hero-section .hero-sub-image {
	z-index: 0;
}
.migration-start-section {
	padding-top: 80px;
	padding-bottom: 70px;
}
.migration-start-section .container {
	max-width: 1480px!important;
}
.migration-start-wrapper {
	padding: 50px;
	border-radius: 10px;
	box-shadow: rgb(43 47 54) 1px 2px 10px;
}
.migration-start-wrapper .row {
	display: flex;
    align-items: center;
}
.migration-start-content h3 {
	font-size: 24px;
	margin-bottom: 30px;
}
.migration-start-content h2 {
	margin-bottom: 10px;
	font-size: 42px;
	line-height: 50px;
	font-weight: 500;
}
.migration-start-content p {
	font-size: 20px;
}
.migration-start-button {
	text-align: center;
}
.migration-start-button a {
	font-size: 18px;
	border-radius: 50px;
	padding: 18px 35px 16px 35px;
}
.general-description-image {
	padding-bottom: 50px;
}
.dental-digital-marketing-hero {
	height: 1050px;
	padding-top: 180px;
}
.dental-seo-section-update {
	height: 750px;
}
.dental-website-design-hero {
	height: 900px;
}
.dental-email-marketing-for-dentists-hero {
	height: 850px;
	padding-top: 200px;
}
.dental-content-marketing-hero {
	padding-top: 220px;
	height: 850px;
}
.dental-graphic-design-hero {
	height: 950px;
}
.dental-graphic-design-general-items {
	padding-bottom: 0;
	margin-bottom: -30px;
}
.dental-business-listing-hero {
	height: 950px;
}
.dental-review-management-hero {
	padding-top: 0;
	background: none!important;
}
.dental-review-management-hero:after {
	content: none;
}
.dental-review-management-hero .header-content:after {
	content: '';
    width: 0;
    height: 0;
    border-top: 10vw solid transparent;
    border-bottom: 0;
    border-right: 150vw solid #ffffff;
    border-left: none;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.dental-review-management-hero .header-content {
	padding-top: 130px;
	height: 940px;
	background: #e3f3f5!important;
	overflow: unset;
}
.dental-reputation-management-general-items-2 {
	padding-top: 60px;
}
.request-demo-hero {
	overflow: visible;
}
.request-demo-hero .signWrap {
	padding-top: 0;
}
.request-demo-hero .hero-sub-content {
	padding-top: 20%;
	padding-bottom: 10%;
}
.request-demo-hero .hero-sub-content ul {
	font-size: 18px;
	padding-left: 20px;
	line-height: 2;
	text-align: left;
}
.request-demo-hero .well-contact {
	margin-bottom: 10%!important;
}
.request-demo-hero .hero-sub-content h2 {
	padding-bottom: 0!important;
}
.request-demo-form-section.contact-form-section-2 .contact-section-general {
	margin-top: -40%;
}
.request-demo-form-section.contact-form-section-2 .well-contact {
	display: none;
}
.download-guide-footer-form {
	padding-top: 100px;
	padding-bottom: 100px;
}
.download-guide-footer-form .well-contact {
	margin-top: 0;
	padding: 60px 100px 20px 100px;
}
.download-guide-footer-form .well-contact .request-demo-form-header h2 {
	color: #503682;
	font-size: 38px;
	margin-bottom: 50px;
}
.download-guide-footer-form .well-contact .well-contact-footer-content {
	color: #003366;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
.company-hero {
	height: 720px;
	display: flex;
    align-items: center;
    text-align: center;
	position: relative;
	overflow: hidden;
	border-bottom-left-radius: 10% 15%;
	border-bottom-right-radius: 10% 15%;

}
/*/.company-hero:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 10vw solid transparent;
	border-bottom: 0;
	border-right: 150vw solid #fff;
	border-left: none;
	position: absolute;
	bottom: 0px;
	left: 0;
}
.company-hero:before {
	content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}*/
.company-hero-2 {
	padding-top: 80px;
}
.header-content.company-hero-2:after {
	border-right-color: #fcf8f5;
}
.content-image-section {
	padding: 100px 0 100px 0;
}
.content-image-section .content-image-left img {
	width: 100px;
	margin-bottom: 50px;
}
.content-image-section .content-image-left h3 {
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 0px;
	padding-top: 30px;
}
.content-image-section .content-image-left h4 {
	color: #2F3645;
	font-size: 38px;
	font-weight: 600;
	line-height: 48px;
	margin-bottom: 20px;
	padding-top: 20px;
}
.content-image-section .content-image-left p {
	font-size: 18px;
	line-height: 28px;
}
.content-image-section .content-image-left ul {
	padding-left: 20px;
	font-size: 21px;
	line-height: 1.7;
	margin-bottom: 30px;
}
.content-image-section .content-image-left .btn{
	margin-top: 50px;
}
.content-image-section .content-image-left {
	padding-right: 45px;
}
.content-image-section .content-image-right {
	padding-left: 45px;
}
.content-image-section.content-slider-section {
	padding-top: 100px;
}
.content-image-section.content-slider-section .content-image-right {
	padding-top: 0px;
}
.content-image-section .content-image-right img {
	border-radius: 15px;
}
.company-agency .content-image-right {
	padding-top: 100px;
}
.content-slider-swiper .swiper-container {
	height: auto;
}
.content-slider-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: #C5F1FF;
}
.content-slider-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .content-slider-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #50507E;
}
.content-slider-card-wrapper {
	padding: 0 30px;
}
.content-slider-card {
	-webkit-box-shadow: 0px 5px 15px 0px rgb(50 50 93 / 0.15);
  	box-shadow: 0px 5px 15px 0px rgb(50 50 93 / 0.15);
	overflow: hidden;
	border-radius: 15px;
	position: relative;
}
.content-slider-card .content-slider-card-content {
	padding: 65px;
}
.content-image-slide-card-header {
    padding-top: 60%;
    overflow: hidden;
    position: relative;
}
.content-image-slide-card-header img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	position: absolute;
    top: 0;
    left: 0;
}
.content-image-slide-card-header:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10vw solid transparent;
    border-bottom: 0;
    border-right: 150vw solid #FFF;
    border-left: none;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.content-slider-card-content h4 {
	font-size: 42px;
	margin-bottom: 30px;
	color: #2F3645
}
.content-slider-card-content p {
	font-size: 20px;
	color: #2F3645;
}
.general-hero-joinus {
	text-align: center;
	height: 750px;
	padding-top: ;
}
.general-hero.general-hero-joinus .general-hero-content a {
    margin-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
}

.general-hero.general-hero-joinus .container {
    padding-top: calc(10vw + 50px);
}
.general-hero.general-hero-joinus .general-hero-content{
	margin-right: auto;
    margin-left: auto;
	max-width: 900px;
}

.company-service-card-icon-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* or simply "1fr 1fr;" */
/*   grid-row-gap: 30px;  */
/*   grid-column-gap: 30px; */
}
.company-service-card-icon-container-two {
  grid-template-columns: repeat(1, 1fr); /* or simply "1fr 1fr;" */
}
.company-service-card-icon-container-three .company-service-card-icon-item:first-child{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company-service-card-icon-item {
  background-color: #FFF;
/*   box-shadow: 0px 5px 15px 0px rgb(50 50 93 / 0.15); */
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  padding: 25px;
	cursor: pointer;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	display: flex;
    align-items: center;
    justify-content: center;
}
.company-service-card-icon-item:hover {
/* 	-webkit-transform: translateY(-2px); */
/*     transform: translateY(-2px); */
/* 	box-shadow: 0px 8px 20px 10px rgb(50 50 93 / 0.15); */
}
.company-service-card-icon-item.on-icon .animation {
	display: block;
}
.company-service-card-icon-item.on-icon img.off-img {
	display: none;
}
.company-service-card-icon-item.off-icon .animation {
	display: none;
	opacity: 0;
}
.company-service-card-icon-item.off-icon img.off-img {
	display: block;
}
.company-service-card-icon-item:hover img.off-img{
	display: none;
}
.company-service-card-icon-item:hover .animation{
	display: block;
	-webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1!important;
}
.company-service-card-icon-item.on-icon img.on-img {
	display: block;
}
.company-service-card-icon-item.off-icon img.on-img {
	display: none;
	opacity: 0;
}
.company-service-card-icon-item:hover img.on-img{
	display: block;
	-webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1!important;
}
.company-service-card-icon-container-two .company-service-card-icon-item {
	text-align: left;
}
.company-service-card-icon-container-two .company-service-card-icon-item:nth-child(even) {
	text-align: right;
}

.company-service-card-icon-container .company-service-card-icon-item img, .company-service-card-icon-container .company-service-card-icon-item .animation {
  max-width: 250px;
  width: 100%;
  height: 250px;
}

.company-service-card-icon-container-two .company-service-card-icon-item img {
  max-width: 200px;
  width: 50%
}
.itemContent .company-service-card {
	display: none;
}

.company-service-card.active {
	display: block;
}
.special-target-content-image .content-image-right {
	padding-top: 0;
}

.animation-products .title {
	padding-top: 0;
}
.animation-products .products-wrapper{
	padding-bottom: 100px;
}
.animation-products .products-content {
	padding-left: 100px;
}
.mobile-application-hero .hero-sub-image{
	background: transparent;
}
.mobile-application-hero .special-sub-image{
	background-image:url(https://dentalmarketo.com/wp-content/uploads/2020/09/emoji-shadow-2.png);
}
.request-quote-hero {
	background: #503682;
	position: relative;
	height: 1100px;
}
.request-quote-hero:after {
    content: none;
    width: 100%;
    height: 0;
    border-top: 5vw solid transparent;
    border-bottom: 0;
    border-right: 100vw solid #ffffff;
    border-left: none;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.request-quote-hero .hero-sub-content h2 {
	padding-bottom: 30px!important;
	font-weight: 500!important;
	font-size: 52px;
	line-height: 60px;
}
.request-quote-hero .hero-sub-content p {
	color: #33CC99;
}
.request-quote-hero .gform_wrapper form{
	text-align: center;
}
.request-quote-hero .gform_wrapper p{
	color: #003366;
	font-size: 15px;
	padding: 0;
	line-height: 24px;
	padding-top: 10px;
}
.request-quote-form .gchoice_4_5_1 input{
	position: absolute;
    left: calc(50% - 140px);
    top: 5px;
}
.request-quote-form {
	z-index: 3;
}
.request-quote-hero .gform_wrapper {
	box-shadow: 0px 5px 15px 0px rgb(50 50 93 / 0.15);
}
body .gform_wrapper .gform_ajax_spinner {
	display: none!important;
}
body .gform_wrapper .validation_message {
	text-align: left;
}
.gform_wrapper input {
	outline: none;
}
body .gform_wrapper input:not([type="submit"]), body .gform_wrapper select, body .gform_wrapper textarea{
	width: 100%;
	border: none!important;
	border-bottom: 2px solid #6B7A93!important;
	outline: none;
}
body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper li.gfield_error textarea {
	border: none;
	border-bottom: 2px solid #6B7A93;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border: none;
	background: none;
}
body .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
	margin-bottom: 20px;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding-top: 0;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	padding-top: 0;
}
body .gform_wrapper div.validation_error {
	display: none!important;
}
body .gform_wrapper .validation_message {
	color: #FF0000;
}
/*gravity form style*/
body .gform_wrapper .gfield_checkbox li input[type=checkbox] {
    opacity: 0;
    position: absolute;   
}
body .gform_wrapper .gfield_radio li input[type=radio] + label {
	padding-left: 8px;
}
body .gform_wrapper .gfield_checkbox li input[type=checkbox] + label {
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
}

body .gform_wrapper .gfield_checkbox li input[type=checkbox] + label:before,
body .gform_wrapper .gfield_checkbox li input[type=checkbox] + label:after{
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}
/* after */
body .gform_wrapper .gfield_checkbox li input[type=checkbox]:not(:checked) + label:after{
    width: 20px;
    height: 20px;
    border: 2px solid #4E5363;
    top: calc(50% - 10px);
}
body .gform_wrapper .gfield_checkbox li input[type=checkbox]:checked + label:after{
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border: 2px solid #33CC99;
    background-color: #33CC99;
    z-index: 0;
	border-radius: 2px
}
/* before */
body .gform_wrapper .gfield_checkbox li input[type=checkbox]:not(:checked) + label:before{
	width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
body .gform_wrapper .gfield_checkbox li input[type=checkbox]:checked + label:before{
	top: calc(50% - 10px);
    left: 1px;
    width: 8px;
    height: 13px;
	margin-top:3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
body .gform_wrapper input[type=radio] {
  visibility: hidden;
  position: relative;

  margin-left: 5px;
  width: 20px;
  height: 20px;
}

body .gform_wrapper input[type=radio]:before {
    content: "";
    visibility: visible;
    position: absolute;
    border: 2px solid #4E5363;
    border-radius: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

body .gform_wrapper input[type=radio]:checked:before {
  background-color: #33CC99;
  border: 2px solid #33CC99;
}
body .gform_wrapper .gf-col-1 {
	padding-right: 15px;
}
body .gform_wrapper .gf-col-2 {
	padding-left: 15px;
}
body .gform_wrapper .gf-col-1 ul, body .gform_wrapper .gf-col-2 ul{
	padding: 0;
	margin: 0;
}
body .gform_wrapper ul.gform_fields .gf-col-1 li.gfield, body .gform_wrapper ul.gform_fields .gf-col-2 li.gfield {
	margin-bottom: 4px;
}
/*Gravity form style  */
.question-hero {
	height: 600px;
}
.seo-questionnaire-hero {
	height: 700px;
}
.seo-questionnaire-hero .hero-sub-content h1 {
	font-weight: 500;
}
.question-hero .hero-sub-content h2 {
	font-weight: 400!important;
}
.thank-you-hero  {
	background: #503682;
	position: relative;
	overflow: visible;
	height: auto;
}
.thank-you-hero:after {
	content: '';
    width: 100%;
    height: 0;
    border-top: 5vw solid transparent;
    border-bottom: 0;
    border-right: 100vw solid #ffffff;
    border-left: none;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.thank-you-hero .hero-sub-content {
	text-align: center;
	padding-top: 8%;
	padding-bottom: 15%;
}
.thank-you-hero .hero-sub-content h2 {
	color: #FFF;
	font-size: 62px;
	max-width: 1000px;
	margin-right: auto;
    margin-left: auto;
	font-weight: 500;
	margin-bottom: 30px;.
	line-height: 52px;
}
.thank-you-hero .hero-sub-content p {
	font-size: 22px;
	color: #33CC99;
}
.thank-you-hero .signWrap {
	padding: 120px 0 0!important;
}
.thank-you-hero-seo {
	background: #2CC6CE;
}
.thank-you-hero-seo .hero-sub-content p {
	color: #2F3645;
}
.request-appointment-thank-you-hero .hero-sub-content h2 {
	font-size: 62px;
	margin-bottom: 30px;
}
.seo-evaluation-quiz {
	padding-top: 120px;
}

.seo-quiz-result {
	text-align: center;
	padding-top: 180px;
	padding-bottom: 50px;
	background: #F2F4FF;
	
}
.sqr-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

.single-chart {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
	fill: #FFF;
    stroke: #D5E1F5;
    stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.mark1 .circle {
  stroke: #2071FF;
}
.circular-chart.mark2 .circle {
  stroke: #0023A1;
}
.circular-chart.mark3 .circle {
  stroke: #3900D6;
}
.circular-chart.mark4 .circle {
  stroke: #B3005F;
}
.circular-chart.mark5 .circle {
  stroke: #B31212;
}
.circular-chart.mark6 .circle {
  stroke: #FA4143;
}
.circular-chart.mark7 .circle {
  stroke: #FF9900;
}
.circular-chart.mark8 .circle {
  stroke: #6FD147;
}
.circular-chart.mark9 .circle {
  stroke: #1A9963;
}
.circular-chart.mark10 .circle {
  stroke: #3DCF8E;
}

.percentage {
  fill: #5B6D91;
  font-size: 0.5em;
  text-anchor: middle;
  font-weight: 500;
}

.sqr-step {
	margin-bottom: 100px;
}
.sqr-step-btn {
	background: #33CC99;
	border: 5px solid #f2f4ff;
	display: inline-block;
	position: relative;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	z-index: 1;
	margin-right: 40px;
}
.sqr-step-btn:first-child:after {
	display: none;
}
.sqr-step-btn:after {
	content: '';
    position: absolute;
    top: 50%;
    z-index: -1;
    left: -35px;
    right: 30px;
    border-top: 1px dashed #6B7A93;
}
.sqr-content-main h2 {
	font-size: 52px;
	font-weight: 700;
	margin-bottom: 50px;
	line-height: 52px;
}
.sqr-content-main h2 *{
	font-weight: 700;
}
.sqr-content-main p{
	font-size: 22px;
	font-weight: 500;
	line-height: 34px;
}
.sqr-content-main {
	margin-bottom: 80px;
}
.sqr-content-footer {
	padding-top: 50px;
}
.sqr-content-footer a.btn, .sqr-detail-content-btn a.btn {
	margin-bottom: 30px;
	background: #FFFFFF;
	padding: 20px 40px;
	color: #32325D;
	font-size: 23px;
	font-weight: 500;
	border-radius: 50px;
	margin-left: 15px;
	margin-right: 15px;
	box-shadow: 2px 3px 8px 1px #c3c3c7;
	min-width: 285px;
}
.sqr-content-footer a.btn:hover {
	background: #3DCF8E;
	color: #FFFFFF;
}
.sqr-detail-content-btn a.btn {
	background: #33CC99;
	color: #FFF;
}
.sqr-mark {
	margin-bottom: 50px;
}
.sqr-detail-content-header {
	padding-bottom: 80px;
	margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}
.sqr-detail-content-header p, .sqr-detail-content-footer p {
	font-size: 28px;
	font-weight: 500;
	line-height: 32px;
}
.sqr-detail-content-header h2, .sqr-detail-content-footer h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 42px;
	font-weight: 700;
	line-height: 52px;
}
.sqr-detail-content-header h2 *, .sqr-detail-content-footer h2 * {
	font-weight: 700;
}
.sqr-detail-content-footer {
	padding: 80px 0;
}
.sqr-detail-content-main .accordion {
	text-align: left;
}
.sqr-detail-content-main .panel-default {
	box-shadow: 2px 3px 8px 1px #c3c3c7;
	border-radius: 15px;
}
.sqr-detail-content-main .accordion-heading {
	
}
.sqr-detail-content-main .accordion-heading a {
	font-size: 24px;
	color: #2F3645;
	display: block;
	width: 100%;
	padding: 20px 80px 20px 50px;
	text-decoration: none;
	font-weight: 500;
	position: relative;
}
.sqr-detail-content-main .accordion-heading a span {
	font-size: 35px;
	color: #B9BBC1;
	float: right;
	margin-right: 15px; 
	position: absolute;
	right: 20px;
	top: 20px
}
.sqr-detail-content-main .accordion-heading a span.dashicons-no-alt{
	right: 50px;
}
.sqr-detail-content-main .accordion-heading a span.dashicons-no-alt.active { 
	color: #FF0000;
}
.sqr-detail-content-main .accordion-heading a span.dashicons-yes.active { 
	color: #29B37F;
}
.sqr-detail-content-main .accordion-heading a.collapsed:before {
	
}
.sqr-detail-content-main .accordion-heading a:before {
	content: "\f346";
	font-family: 'dashicons';
    color: #2F3645;
    position: absolute;
    left: 15px;
    z-index: 1;
    text-align: center;
    pointer-events: none;
}
.sqr-detail-content-main .accordion-body {
	border-top: 1px solid #B9BBC1;
}
.sqr-detail-content-main .accordion-body .accordion-inner {
	padding: 50px;
}
.sqr-detail-content-main .accordion-body .accordion-inner ul {
	padding-left: 18px;
}
.sqr-detail-content-main .accordion-body p {
	color: #2F3645;
	line-height: 24px;
	font-size: 18px;
	margin-bottom: 25px;
}
.sqr-detail-content-main .accordion-body a.btn {
	color: #CC3399;
	font-size: 18px;
	text-transform: inherit;
	font-weight: 500;
	padding: 0;
	padding-top: 10px;
	white-space: normal;
	text-align: left;
}
.sqr-accordion-image a {
	cursor: pointer;
}
.sqr-accordion-image img {
	width: 100%;
	height: auto;
}
.seo-quiz-result-amelia {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 100px;
	background: #F2F4FF;
}
.seo-quiz-result-amelia .container {
	max-width: 900px;
}
.seo-quiz-result-amelia .general-description-content h2 {
	font-size: 40px;
	line-height: 52px;
	text-transform: capitalize;
}
.request-quote-hero-seo {
	background: #2CC6CE;
}
.request-quote-hero-seo .hero-sub-content h2 {
	color: #32325D!important;
}
.request-quote-hero-seo .hero-sub-content p {
	color: #FFFFFF;
}
ul.network-listing {
	margin: 0 -15px;
	list-style:none;
	text-align: center;
	padding: 0;
}
ul.network-listing li {
	padding: 0 15px;
	display: inline-block;
	width: 130px;
	vertical-align: top;
	margin-bottom: 30px;
	text-align: center;
}
ul.network-listing li a {
	display: block;
	text-decoration: none;
	word-break: break-word;
}
ul.network-listing li img {
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
}
ul.network-listing li span {
	color: #2F3645;
	font-size: 16px;
}
.network-listing-show-more-btn {
	color: #4285F3;
    padding: 15px 40px;
    background: #FFFFFF;
    border-radius: 30px;
    font-size: 22px;
    margin: 30px 0;
	text-decoration: none!important;
	text-transform: uppercase;
}
.network-listing-show-more-btn:hover {
	color: #FFF;
	background: #3DCF8E;
}
.network-listing-show-more-container {
	padding: 80px 0;
}
.seo-evaluation-thank-you {
	padding-top: 120px;
	padding-bottom: 100px;
}
.seo-evaluation-thank-you .section-header {
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
}
.seo-evaluation-thank-you .section-header h2 {
	font-size: 52px;
	font-weight: 700;
	color: #2F3645;
	margin-bottom: 30px;
}
.seo-evaluation-thank-you .section-header p {
	font-size: 24px;
	color: #32325D;
}
.seo-evaluation-thank-you .image-content {
	position: relative;
	width: 100%;
}
.seo-evaluation-thank-you .image-content.left-image {
	padding-right: 20px;
}
.seo-evaluation-thank-you .image-content.right-image {
	padding-left: 20px;
}
.seo-evaluation-thank-you .image-content img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.seo-evaluation-thank-you .image-content a {
	position: absolute;
	bottom: 30px;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
}
.schedule-items-section.traditional-marketing-schedule  .itemContent-wrap {
	padding-right: 65px;
}
.schedule-items-section.traditional-marketing-schedule  .col-lg-6:nth-child(even) .itemContent-wrap {
	padding-left: 45px;
	padding-right: 0;
}
.schedule-items-section.traditional-marketing-schedule .schedule-content-container {
	padding-top: 0;
}
.schedule-items-section .itemContent-wrap a.btn {
	text-align: left;
	font-size: 20px;
	text-transform: unset;
	padding-top: 40px;
	padding-left: 0;
	padding-right: 0;
	background: unset!important;
}
.schedule-items-section .itemContent-wrap a.btn:hover{
	color: #2f3645!important;
}
.schedule-items-section .itemContent-wrap a.btn::after {
	display: inline-block;
	padding-left: 8px;
	content: "\2192"; 
	-webkit-transition: transform 0.3s ease-out;
	-moz-transition: transform 0.3s ease-out;
	-ms-transition: transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.schedule-items-section.traditional-marketing-schedule .itemContent {
	padding-bottom: 100px
}
.schedule-items-section.traditional-marketing-schedule2 .itemContent {
	padding-bottom: 0;
}
.sidebar ul li .newsInnerBox a {
	align-items: flex-end;
}
.dbd-general-items .general-items-title-container .title{
	padding-bottom: 10px;
}
.dental-practice-growth-hero {
	height: 965px;
}
.content-image-section.guide-download .content-image-left {
	padding-top: 0px;
}
.content-image-section.guide-download .content-image-left p:first-child {
	font-size: 32px; font-weight: 500;padding-bottom: 0px;
}
.content-image-section.guide-download .content-image-left p:first-child * {
	font-size: 32px; font-weight: 500;
}
.content-image-section.guide-download .content-image-left h3 {
	margin-bottom: 20px;
	font-weight: 500;
}
.content-image-section.guide-download .content-image-left h3 span {
	font-weight: 500;
}
.content-image-section.guide-download .content-image-left h4 {
	font-size: 62px;
	padding-top: 0;
	line-height: 68px;
}
.content-image-section.guide-download .content-image-right{
	padding-left: 0px;
    padding-top: 0px;
	text-align: center;
}
.content-image-section.guide-download .content-image-right img {
	box-shadow: none;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.content-image-section.request-appointment-demo {
	padding: 80px 0 50px 0;
} 
.content-image-section.request-appointment-demo .content-image-left h4 {
	font-size: 62px;	
	line-height: 64px;
}
.dental-percent {
	padding: 100px 0 60px 0;
}
.dental-percent .text-center {
	padding-bottom: 40px;
}
.dental-percent h1 {
	font-size: 120px;
	color: #3DCF8E;
	padding-bottom: 10px;
}
.dental-percent p {
	font-size: 20px;
	font-weight: 400;
	color: #2F3645;
}
.marketing-budget {
	padding-top: 200px;
}
.mbc-title {
	font-size: 62px;
	padding-bottom: 90px;
	text-transform: uppercase;
	font-weight: 700;
}
.mbc-desktop-header .row {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	overflow: hidden;
}
.mbc-desktop-header h4{
	font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.4;
	text-align: center;
	color: #FFF;
}
.mbc-desktop-header .left-content {
	background: #494B98;
	padding: 25px 0;
}
.mbc-desktop-header .right-content {
	background: #33CC99;
	padding: 25px 0;
}
.mbc-divide-container {
	padding-bottom: 50px;
}
  .mbc-condition-container {
    background: #F5F6F7;
  }
  .mbc-condition {
    padding-left: 25px;
    padding-right: 25px;
  }
  .mbc-condition-row {
    padding: 26px 0;
  }
	.mbc-condition-row .col-lg-7 {
		padding-right: 0;
	}
  .mbc-condition-row h4 {
    color: #2F3645;
    font-size: 22px;
    position: relative;
    line-height: inherit;
    font-weight: 500;
  }
  .mbc-condition-row h5.small-label {
    color: #6B7A93;
    font-size: 18px;
  }
  .question-detail {
    position: absolute;
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 3px;
    font-size: 18px;
  }
  .question-mark {
    color: #FFF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    cursor: pointer;
    font-style: normal;
    background: #B9BBC1;
  }
  .question-detail .question-mark p {
    display: none;
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0 0;
    padding: 0;
    position: absolute;
    width: 330px;
    background: #6B7A93;
    color: #FFF;
    font-weight: 400;
    padding: 15px;
    left: -108px;
    z-index: 1;
    top: 40px;
    text-align: left;
    border-radius: 8px;
  }
  .question-detail .question-mark p:before {
    position: absolute;
    left: 32%;
    top: -15px;
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #6B7A93;
  }
  .question-detail:hover p {
    display: block!important;
  }
  .mbc-input {
    float: right;
    border: 1px solid #8898AA;
    width: 220px;
    padding: 13px 20px;
    font-size: 24px;
    border-radius: 5px;
    outline: none;
  }
  .mbc-select {
    width: 220px;
	font-size: 22px;
  }
  .mbc-channel-container {
    background: #FCF8F5;
  }
  .mbc-channel {
    padding: 0 25px;
  }
.mbc-condition-row:first-child h4 {
	color: #FFF;
}
.mbc-channel-row:nth-child(2), .mbc-condition-row:nth-child(2)  { 
	padding-top: 56px;
}
  .mbc-channel-row:first-child, .mbc-condition-row:first-child  {
    background: #33CC99;
    border: none;
    color: #FFF;
    margin: 0 -40px;
	padding: 25px 0;
	text-align: center;
	  display: none;
  }
.mbc-condition-row:first-child {
	background: #494B98;
}
  .mbc-channel-row:last-child {
    border: none;
  }
  .mbc-channel-row {
    padding: 25px 0;
    border-bottom: 1px solid #8998A9;
  }
  .mbc-channel-row h4, .mbc-condition-row:first-child h4 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.4;
  }
  .mbc-channel-row span {
    float: right;
    font-size: 24px;
    word-break: break-all;
  }
  .mbc-d-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .mbc-result-container {
    background: #E5EBF0;
  }
  .mbc-result {
    padding: 40px 25px 20px;
  }
  .mbc-result-row {
    padding-bottom: 20px;
  }
  .mbc-result-row h4 {
    color: #2F3645;
    font-size: 22px;
    position: relative;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
  }
  .mbc-result-row span {
    float: right;
    font-size: 24px;
    word-break: break-all;
  }
  .mbc-container-1 {
/*     border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden; */
  }
  .mbc-result-container {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
.marketing-budget-description {
	padding-top: 130px;
}
.marketing-budget-description .general-description-content h1 {
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 50px;
	font-weight: bold;
}
.marketing-budget-description .general-description-content h1 * {
	font-weight: 700;
}
.marketing-budget-description .general-description-content h3 {
	text-transform: uppercase;
	font-size: 28px;
	margin-bottom: 10px;
	margin-top: 40px;
	font-weight: 700;
}
.marketing-budget-description .general-description-content p {
	margin-bottom: 20px;
}
.marketing-budget-description .general-description-content a {
	font-size: 18px;
	font-weight: 500;
}
.mbc-btn-container {
	padding-top: 50px;
}
.mbc-btn-container .btn.book, .mbc-btn-container .btn.send {
	width: 400px;
	margin-bottom: 30px;
    padding: 15px 40px;
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    border-radius: 50px!important;
    margin-left: 30px;
    margin-right: 30px;
    box-shadow: 2px 3px 8px 1px #c3c3c7;
}
.mbc-btn-container .btn.book {
	background: #3DCF8E;
}
.mbc-btn-container .btn.send {
	background: #4285F3;
}
	.mbc-condition-row .select-wrapper:after {
		color: #2F3645;
		right: 10px;
    	top: 4px;
	}
	.mbc-divide-container input[type=radio] {
		visibility: hidden;
	}
	.mbc-divide-container input[type=radio]:before {
		content: "";
		visibility: visible;
		position: absolute;
		border: 1px solid #4E5363;
		border-radius: 50%;
		top: 2px;
		left: -10px;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}
	.mbc-divide-container input[type=radio]:checked:before {
		background-color: #33CC99;
    	border: 1px solid #4E5363;
	}
	.mbc-divide-container .radio-inline {
		position: relative;
		font-size: 24px;
		margin-right: 40px;
    	padding-left: 40px;
		font-weight: 500;
	}
	.marketing-budget-modal .modal-content {
		background: #F8F9FF;
		max-width: 800px;
	}
	.marketing-budget-modal .modal-body {
		padding: 50px 80px 20px 80px;
	}
	.marketing-budget-modal .modal-header {
		border: none;
	}
	.marketing-budget-modal .modal-body h2 {
		color: #32325D;
		font-weight: 600;
		font-size: 42px;
		text-align: center;
		margin-bottom: 40px;
	}
	.marketing-budget-modal p.modal-body-footer {
		text-align: center;
		font-size: 16px;
	}
	#gform_wrapper_16 {
		padding: 0 20px;
	}
	.input-symbol-usd {
		position: relative;
		display: block;
		overflow: hidden;
	}
	.input-symbol-usd input {
		padding-left: 40px;
	}
	.input-symbol-usd:before {
		position: absolute;
		top: 0;
		content:"$";
		font-size: 24px;
		padding: 13px 20px;
	}
	.float-right {
		float: right;
	}
	.tooltip {
		font-size: 18px;
	}
	.tooltip.bottom .tooltip-arrow {
		border-bottom-color: #6B7A93;
	}
	.tooltip-inner {
		background: #6B7A93;
		text-align: left;
		max-width: 350px;
		width: 350px;
		padding: 13px 15px;
	}
	.question-mark-btn {
		background: #B9BBC1;
		border-radius: 50%;
		width: 19px;
		height: 19px;
		padding: 0;
		font-size: 14px;
		color: #FFF;
	}
	.question-mark-btn:hover {
		color: #FFF;
	}
	.mbc-channel-row h4 .question-mark-btn {
		margin-bottom: 3px;
	}
	.tooltip.in {
		opacity: 1;
	}
.digital-marketing-acquire {
	padding-bottom: 90px;
}
.digital-marketing-acquire .title {
	padding-top: 100px;
}
.digital-marketing-acquire p {
	font-size: 18px;
	line-height: 28px;
/* 	max-width: 730px; */
	margin-left: auto;
	margin-right: auto;
}
/* `12 */
#faq_accordion .panel-default {
	border-radius: 10px;
    background: #fff;
	border: 1px solid #8898AA;
}
#faq_accordion .panel-default>.panel-heading {
	padding: 0;
	border: none;
    background: transparent;
}
#faq_accordion .panel-default>.panel-heading h4 {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	cursor: pointer;
	background: #6B7A93;
	color: #FFF;
	padding: 20px 40px 20px 40px;
	border-radius: 8px;
}
#faq_accordion .panel-default>.panel-heading h4:after {
	display: inline-block;
    content: "\2193";
	color: #33CC99;
	float: right;
	margin-right: 8px;
}
#faq_accordion .panel-default>.panel-heading h4.collapsed:after {
    content: "\2192";
	color: #CC3399;
	margin-right: 0;
}
#faq_accordion .panel-default>.panel-heading h4.collapsed {
	background: #FFF;
	color: #2F3645;
	border-radius: 10px;
}
#faq_accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
	padding: 30px 50px;
}
#faq_accordion .panel-default>.panel-heading+.panel-collapse>.panel-body p {
	font-size: 18px;
	line-height: 28px;
}
#faq_accordion .panel+.panel {
	margin-top: 20px;
}
section.faq {
	padding-bottom: 100px;
}
section.faq #faq_accordion {
	padding-top: 50px;
}
.calendly-hero {
	height: 940px;
	padding: 150px 0 0 0;
}
.calendly-hero .hero-sub-content {
	padding-top: 170px;
}
.calendly-hero .hero-sub-content h1 {
	line-height: 1.4;
}
.calendly-hero .hero-sub-content h2, .calendly-hero .hero-sub-content p {
	letter-spacing: .01em;
}
.calendly-hero .header-content-shortcode p {
	padding: 0;
}
.calendly-hero .hero-sub-content {
	padding-left: 15px;
}
.header-content.calendly-hero  .header-content-shortcode {
	top: 0;
	right: 0;
}
.download-guide.calendly-download-guide {
	padding-bottom: 30px;
}
.calendly-download-guide .download-guide-left-content {
	padding-left: 150px;
	padding-top: 80px;
	padding-bottom: 60px;
	padding-right: 0;
}
.calendly-download-guide .download-guide-left-content h3 {
	font-size: 28px;
}
.calendly-download-guide .download-guide-left-content h4 {
	font-size: 24px;
}
.calendly-download-guide .download-guide-left-content p {
	font-size: 20px;
	padding-top: 20px;
}
.calendly-download-guide .well-contact {
	padding: 0!important;
    background: none;
    box-shadow: none;
}
.calendly-download-guide .well-contact img {
	margin-left: 100px;
}
._1WAB_u6tgy._19GgkHzXLz {
	height: 300px;
	overflow: auto;
}
.calendly-inline-widget::-webkit-scrollbar-thumb {
    background-color: var(--text-color-level2, rgba(77, 80, 85, 0.6));
    background-clip: padding-box;
    border: 4px solid transparent;
    border-radius: 8px;
}
.privacy-policy-p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.01em;
	color: #003366;
}
a.privacy-policy {
	cursor: pointer;
	text-decoration: none;
}
.calendly-hero .header-content-shortcode p.privacy-policy-p {
	padding: 0 20px;
}
.privacy-policy-hero {
	height: 400px;
}
.priacy-policy-description-section p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.01em;
	margin-bottom: 10px;
}
.calendly-general-items .general-items-col-img {
	width: 100px;
	height: 100px;
}
.calendly-hero>.container .hero-sub-content img {
	margin-right: 20px;
}
#amelia-app-booking0.amelia-app-booking .am-step-booking-catalog .am-confirm-booking .am-confirm-booking-form .am-confirmation-booking-details {
	padding-bottom: 0;
}
#amelia-app-booking0.amelia-app-booking .am-step-booking-catalog .am-confirm-booking .am-confirm-booking-form .am-confirmation-booking-details > div {
	margin-bottom: 0;
}
#amelia-app-booking0.amelia-app-booking .am-step-booking-catalog .am-confirm-booking .am-confirm-booking-form .am-confirmation-booking-details > div:first-child {
	display: none;
}
#amelia-app-booking0.amelia-app-booking .am-step-booking-catalog .am-select-date {
	padding-top: 20px;
}
#amelia-app-booking0.amelia-app-booking .am-step-booking-catalog .am-select-date .am-select-date-title {
	margin-bottom: 20px!important;
	font-size: 20px!important;
}
@media screen and (min-width: 2000px) {
	.header-content {
		height: auto!important;
	}
	.dwt-hero {
		height: 900px!important;
	}
	.dental-practice-growth-hero {
		height: 965px!important;
	}
	.general-hero {
		height: auto;
	}
	.general-hero-joinus, .general-hero.dmp-hero2 {
		height: auto;
	}
	.general-hero-content {
		padding-bottom: 100px;
	}
	.header-content .hero-main-content {
		padding-bottom: 10%;
	}
	.reputation-hero {
		height: 42vw;
	}
	.well-contact {
		margin-top: 0;
	}
	.seo-evaluation-quiz {
		height: 100vh;
	}
}


@media(max-width: 1600px) { 
	.reputation-hero .header-content-shortcode {
/* 		right: -10%; */
	}
}
@media(max-width: 1199px) {
	.xl-pb-0 {
		padding-bottom: 0!important;
	}
	.no-hero-first-container {
		padding-top: 70px;
	}
	.itemCircleIconGroup li img {
		width: 40px;
	}
	.header-content {
		height: auto;
/* 		margin-bottom: 30px; */
	}
	.header-content.resetpassword {
		margin-bottom: 0;
	}
	.header-content.signin {
		margin-bottom: 0;
	}
	.header-content .hero-sub-content h2 {
		font-size: 36px;
		line-height: 46px;
		font-weight: 700;
	}
	.header-content .hero-sub-content p {
		font-size: 22px;
	}
	.header-content a.btn {
		margin-right: 0;
	}
	.itemWrap {
		padding: 0 0 50px 0;
	}
	.reputation-products .itemWrap:last-child {
		padding-bottom: 0;
	}
	.reputation-products > .itemWrap .itemContent a.btn {
		padding-top: 0px;
		line-height: 30px;
    	font-weight: 500;
	}
	.itemWrap h3 {
		text-align: left;
	}
	.itemWrap p {
		text-align: left;
		letter-spacing: .025em;
	}
	.home-productServices a.borderShape img{
		object-fit: contain;
	}
	.home-productServices> .itemWrap .itemShape {
		height: calc(100vw - 30px);
		padding: 0;
	}
	.home-productServices> .itemWrap:nth-child(even) .itemShape {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.home-productServices> .itemWrap:nth-child(odd) .itemContent {
		padding-left: 0;
		padding-right: 0;
	}
	.home-productServices> .itemWrap:nth-child(even) .itemContent {
		padding-left: 0;
		padding-right: 0;
	}
	.home-productServices a.borderShape {
		height: 100%;
	}

	.home-productServices .reputation-products-title-container {
		padding-top: 100px;
	}
	.itemWrap .itemShape, .itemWrap .itemContent {
		float: none;
		width: 100%;
		padding: 0 0 20px 0;
		text-align: left;
	}
	.itemContent a {
		font-size: 14px;
	}
	
	.itemCircleIconGroup {
		justify-content: center;
	}
	.itemCircleIconGroup li: {
		padding-right: 10px;
	}
	.itemCircleIconGroup li:last-child {
		padding-right: 0;
	}
	.hero-sub-image img {
		float: unset;
	}
	.home-reputation {
		padding-bottom: 40px;
	}
	.home-reputation .home-reputation-text {
		float: none;
		text-align: center;
		padding-top: 10%;
	}
	.home-solutions {
		padding-top: calc(15vw + 50px);
		padding-bottom: 0;
	}
	.home-solutions-blog {
		margin-bottom: 15%;
	}
	.article-content-full .article-blog {
		height: auto;
	}
	.itemWrap .itemContent {
		display: block;
		width: 100%;
		height: auto;
	}
	.itemWrap .itemShape {
		float: none;
		height: auto;
	}
	a.borderShape img {
		max-width: unset;
	}
	.reputation-products .itemWrap .itemContent {
		display: block;
		width: 100%;
		height: auto;
	}
	.reputation-products .itemWrap .itemShape{
		float: none!important;
		height: auto!important;
		width: 100%!important;
	}
	.signWrap {
    	padding: 0 0 30px 0;
	}
	.dental-seo-section .hero-main-content {
		display: flex;
		flex-direction: column-reverse;
		padding-top: 0;
	}
	.reputation-background-imgage-item:first-child {
		visibility: hidden;
	}
	.reputation-background-imgage-item:nth-child(2) {
		visibility: hidden;
	}
	.dental-seo-section .hero-sub-content {
		padding-right: 15px;
		padding-left: 15px;
	}
	.header-content .hero-sub-content {
		padding-right: 15px;
		padding-left: 15px;
	}
	.header-content .hero-sub-content {
		padding-left: 15px;
	}
	.related-services-blog {
		margin-bottom: 30px;
	}
	.blogContent .postnav .previous-btn-col {
		text-align: center;
		margin-bottom: 20px;
	}
	.blogContent .postnav .next-btn-col {
		text-align: center;
	}
	
	.dental-seo-section {
/* 		background-image: linear-gradient(to bottom right, #FFFCFA, #FCF8F5, #FAF2EC)!important; */
		height: auto;
    	padding-top: 100px;
	}
	.dental-seo-section:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 10vw solid transparent;
		border-bottom: 0;
		border-right: 150vw solid #ffffff;
		border-left: none;
		position: absolute;
		bottom: 0px;
		z-index: 999;
		left: 0;
	}
	.header-content .header-content-shortcode {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
	}
	.dental-seo-section .hero-sub-content {
		padding-top: 50px;
	}
	.home-hero-section .hero-sub-content {
		padding-top: 50px;
	}
	.reputation-hero {
		height: auto;
	}
	.reputation-hero:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 10vw solid transparent;
		border-bottom: 0;
		border-right: 150vw solid #ffffff;
		border-left: none;
		position: absolute;
		bottom: 0px;
		z-index: 999;
		left: 0;
	}
	.reputation-hero .header-content {
		height: auto;
		padding-top: 100px;
	}
	.reputation-hero .header-content-shortcode {
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
	}
	.dental-review-management-hero .header-content-shortcode { 
		width: 180%;
		right: 40%;
	}
	.reputation-hero .header-content .d-flex {
		flex-direction: column-reverse;
	}
	.home-hero-section {
/* 		background-image: linear-gradient(to bottom right, #fee1cd, #fcd5dc, #fac9ec)!important; */
		height: auto;
		padding-bottom: 100px;
    	padding-top: 100px;
	}
	.header-content.home-hero-section {
		padding-top: 100px;
	}
	.dental-seo-section.dental-branding-hero-section {
		padding-top: 100px;
	}
	.dental-seo-section.dental-branding-hero-section {
		height: auto;
	}
	.home-hero-section:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 10vw solid transparent;
		border-bottom: 0;
		border-right: 150vw solid #ffffff;
		border-left: none;
		position: absolute;
		bottom: 0px;
		z-index: 999;
		left: 0;
	}
	.betheknowForm .frow input:not([type="submit"]), .betheknowForm .frow textarea, .betheknowForm .frow select {
		margin-bottom: 20px;
	}
	.practice-matter-section {
		background-image: linear-gradient(to bottom right, #fcfffc, #f6fdfc, #edfbfc)!important;
		height: auto;
		padding-bottom: 100px;
    	padding-top: 100px;
	}
	.practice-matter-section:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 10vw solid transparent;
		border-bottom: 0;
		border-right: 150vw solid #ffffff;
		border-left: none;
		position: absolute;
		bottom: 0px;
		z-index: 999;
		left: 0;
	}
	.home-solutions-blog p {
		margin-bottom: 35px;
	}
	.home-solutions-blog {
		padding-bottom: 10%;
	}
	.articles {
		padding-bottom: 30px;
	}
	.articles .title {
		padding-bottom: 30px!important;
		padding-top: 80px;
	}
	.article-blog-det h4 {
		margin-top: 10px;
		line-height: 32px;
	}
	.home-footer .title {
		padding-bottom: 50px;
	}
	.home-footer p {
		width: 100%;
	}
	.dental-chatbot-section {
		background-image: linear-gradient(to bottom right, #32325d, #32325d, #32325d)!important;
		height: auto;
		padding-bottom: 100px;
		padding-top: 100px;
	}
	.dental-chatbot-section:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 10vw solid transparent;
		border-bottom: 0;
		border-right: 150vw solid #ffffff;
		border-left: none;
		position: absolute;
		bottom: 0px;
		z-index: 999;
		left: 0;
	}
	.schedule-items-section .itemContent-wrap {
		padding-right: 0
	}
	.schedule-items-section .itemImage-wrap {
		padding-left: 0
	}
	.schedule-items-section.traditional-marketing-schedule  .itemContent-wrap {
		padding-right: 0;
		padding-left: 0;
	}
	.schedule-items-section.traditional-marketing-schedule  .col-lg-6:nth-child(even) .itemContent-wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.well-contact {
		margin-top: 0;
	}
	.request-demo-form-section .contact-section-general {
		margin-top: 0;
	}
	.request-demo-form-section.contact-form-section-2 .contact-section-general {
		margin-top: 0;
	}
	.contact-form-hero {
		padding-bottom: 0;
		background-image:linear-gradient(to bottom right, #5671A5, #41587A, #2E3968)!important;
		height: auto;
	}
	.contact-form-hero .d-flex {
		display: block;
	}
	.contact-us-section .contact-us-section-row {
		display: flex;
    	flex-direction: column-reverse;
	}
    .dark-hero .hero-main-content {
      padding-left: 0;
      display: block;
  	}
  .dental-advertising-partner-content {
	display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .dental-advertising-partner-content H5{
      padding-right: 0;
  }
  .dental-advertising-partner-content img {
  	
  }
	.dental-advertising-partner-content-img {
		margin-top: 30px;
	}
  .priacy-policy-description-section .general-description-content {
	padding-left: 0;
	padding-right: 0;
  }
	
	.general-items-col {
		padding-right: 0;
	}
	.betheknowForm h1{
		font-size: 26px;
	}
	.betheknowForm p {
		margin-bottom: 45px;
	}
	.betheknowForm .frow input[type="submit"] {
		margin-top: 20px;
	}
	.betheknowForm-footer-text p {
		width: 100%;
		margin-top: 0;
	}
	footer .frow-col {
		padding-top: 20px;
	}
	.article-content-full .article-blog .article-blog-content {
		padding-left: 15px;
	}
	.article-blog .article-blog-content {
		padding: 15px 15px 70px 15px;
	}
	.article-content-full .article-blog-img {
		background-position: center;
    	padding-top: 75%;
		height: 0;
	}
	
	.dental-branding-content-container .dental-branding-background-imgage-item {
		display: none;
	}
	.schedule-items-section .itemContent-left {
		padding: 0;
	}
	.schedule-items-section .itemContent-right {
		padding: 0;
	}
	.related-services-blog-content h5 {
		margin-top: 25px;
	}
	.survey-section .hero-sub-image {
		height: auto;
		padding-right: 15px;
	}
	.survey-section {
		background-image: linear-gradient(to bottom right, #503682, #503682, #503682)!important;
	}
	.survey-section .special-sub-image {
		background-position: bottom;
		background-size: contain;
	}
	.pricing-hero {
		background-image: linear-gradient(to bottom right, #4a638c, #3e5277, #35446f, #2e3968)!important;
	}
	.pricing-hero:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 10vw solid transparent;
		border-bottom: 0;
		border-right: 150vw solid #ffffff;
		border-left: none;
		position: absolute;
		bottom: 0px;
		z-index: 999;
		left: 0;
	}
	.pricing-hero .hero-main-content {
		display: block;
	}
	.pricing-hero .hero-sub-content {
		padding: 0;
	}
	.header-content.reputation-mg-hero {
		background-image: linear-gradient(to bottom right, #32325D, #32325D)!important;
	}
	.header-content .hero-sub-content {
		padding-bottom: 20%;
	}
	.dental-advertising-partner-content-img {
		width: unset;
	}
	.schedule-items-section .itemContent {
		padding-top: 50px;
		padding-bottom: 0;
	}
	.dental-seo-service {
		padding-bottom: 60px;
	}
	.home-solutions .title {
		background-size: 100px;
	}
	.graphic-design-general-hero .general-hero-content {
		padding-left: 0;
		padding-top: 60px;
		padding-bottom: 60px;
		height: auto;
		text-align: center;
	}
	.request-demo-hero{
		background-image: linear-gradient(to bottom right, #5671A5, #41587A, #2E3968)!important;
	}
	.request-quote-hero {
		background-image: none!important;
		padding-top: 150px;
	}
	.request-demo-hero .hero-sub-content {
		padding-top: 0;
		padding-bottom: 10%;
	}
	.company-hero {
		margin-bottom: 0;
	}
	.thank-you-hero .hero-sub-content h2 {
		font-size: 36px;
    	line-height: 46px;
	}
	.thank-you-hero .hero-sub-content p {
		font-size: 22px;
	}
	.seo-evaluation-thank-you [class*='col-'] {
		width: 100%;
	}
	.seo-evaluation-thank-you .image-content.left-image {
		padding-right: 0;
	}
	.seo-evaluation-thank-you .image-content.right-image {
		padding-left: 0;
	}
	.schedule-items-section.traditional-marketing-schedule .itemContent {
		padding-bottom: 50px;
	}
	.general-hero {
		background-size: auto;	
	}
	.content-image-section {
		padding-top: 30px;
	}
	.dental-advertising-partner {
		padding: 70px 0;
	}
	.dental-advertising-partner-content H5 {
		font-size: 30px;
	}
	.schedule-content-container {
		padding-top: 50px;
	}
	.schedule-content-container .row {
		display: flex;
		flex-direction: column-reverse;
	}
	.request-demo-hero.request-demo-form-section {
		height: auto;
	}
/* 	.header-content .container > .row {
		flex-direction: column-reverse;
	} */
	.mbc-d-flex {
		display: block;
	}
	.mbc-condition-container {
		border-top-left-radius: 15px;
    	border-top-right-radius: 15px;
		overflow: hidden;
	}
	
	.mbc-btn-container .col-lg-12 {
		padding: 0;
	}
	.mbc-btn-container .btn.book, .mbc-btn-container .btn.send {
		font-size: 20px;
		width: 100%;
		font-weight: 400;
		margin-left: 0;
		margin-right: 0;
		padding: 15px;
	}
	.mbc-channel-container {
		margin-top: 50px;
		overflow: hidden;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
	.mbc-desktop-header {
		display: none;
	}
	.mbc-channel-row:first-child, .mbc-condition-row:first-child {
		display: block;
	}
	section.faq .title {
		padding-top: 80px;
	}
	section.faq {
		padding-bottom: 50px;
	}
	header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-reqdemoBtn a {
		padding: 0.8rem 2.5rem!important;
		font-size: 16px!important;
		line-height: 1.5!important;
	}
	.calendly-download-guide .well-contact {
		text-align: center;
	}
	.calendly-download-guide .well-contact img {
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.calendly-download-guide .row {
		text-align: center;
		display: flex;
		flex-direction: column-reverse;
	} 
	.header-content.calendly-hero .header-content-shortcode {
		text-align: left;
	}
}
/* end 1199 */
@media(max-width: 991px){
	#mega-menu-item-1331 > a.mega-menu-link {
		display: none!important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		padding-left: 15px;
		padding-right: 15px;
	}
	header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { 
		color: #2F3645!important;
		text-transform: uppercase;
		font-weight: 500!important;
	}
	header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
		font-weight: 500!important;
	} 
	header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-reqdemoBtn a {
		color: #FFF!important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		box-shadow: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
		margin-bottom: 15px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-reqdemoBtn {
		display: flex;
		justify-content: center;
		padding: 20px;
		background: #FCF8F5;
    	border-radius: 5px;
		margin-top: 30px;
		border-bottom-left-radius: 15px;
    	border-bottom-right-radius: 15px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
		z-index: 9999999999999;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-reqdemoBtn a {
		max-width: 250px;
		color: white!important;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
		color: #32325D;
	}
/* 	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
		color: #32325D;
		font-size: 35px;
	} */
	.dental-seo-general-items, .dental-seo-general-items.no-title-image {
		padding-top: 150px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		background-color: white;
		box-shadow: rgba(0, 0, 0, 0.12) 1px 1px 10px;
		padding:  15px 5px 5px 5px;
		border-radius: 15px;
		margin-top: -53px;
	}
	header nav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		padding: 0px;
	}
	
	header #mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on > a.mega-menu-link:after {
		content:'\f346'!important;
	}
	header #mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-1331 > a.mega-menu-link:after {
		display: inline-block;
    	padding-left: 8px;
    	content: "\f344";
		vertical-align: middle;
		font-family: 'dashicons';
	}
	header #mega-menu-wrap-primary #mega-menu-primary .mega-block-title + div.custom-html-widget {
		visibility: hidden;
		display: none;
	}
	header #mega-menu-wrap-primary #mega-menu-primary .mega-block-title.mega-submenu-show + div.custom-html-widget {
		visibility: visible;
		display: block;
	}
	header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
		padding-bottom: 0;
	}
	header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:after {
		display: inline-block;
    	padding-left: 8px;
    	content: "\f344";
		vertical-align: middle;
	 	font-family: 'dashicons';
	}
	
	header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title.mega-submenu-show:after {
		content:'\f346'!important;
	}
	header #mega-menu-wrap-primary #mega-menu-primary ul.megaLeftNav {
		padding-top: 25px;
	}
	header #mega-menu-wrap-primary #mega-menu-primary ul.megaLeftNav li:after {
		top: 6px;
	}
    .migration-start-wrapper {
        text-align: center;
    	padding-left: 30px;
        padding-right: 30px;
    }
    .migration-start-wrapper .row {
        display: block;
        align-items: center;
	}
	.migration-start-section .migration-start-button {
    	margin-top: 50px;
		text-align: center;
    }
	.content-image-section .content-image-left {
		padding-right: 0;
	}
	.content-slider-card-content p {
		font-size: 16px;
	}
	.content-image-right-col {
		padding-left: 0;
		padding-right: 0;
	}
	.animation-products  .products-content {
		padding-left: 0;
	}
	.sqr-detail-content-main .accordion-body .accordion-inner {
		padding: 39px;
	}
	.related-services.pt-ni-0 {
		padding-top: 30px;
	}
	.company-agency .content-image-right {
		display: none;
	}
	.content-image-section.request-appointment-demo {
		padding-top: 60px;
	}
	.content-image-section.guide-download .content-image-right {
		padding-top: 50px;
	}
	.content-image-section.guide-download .row {
		display: flex;
		flex-direction: column-reverse;
	}
	.migration-start-button a { 
		font-size: 16px;   border-radius: 50px;     padding: 16px 25px 15px 25px;
	}
	.content-image-section .content-image-left p {
		line-height: 30px;
	}
	.calendly-download-guide .download-guide-left-content {
		padding-top: 0;
		padding-bottom: 20px;
		padding-left: 0;
	}
	.pt-sm-20 {
		padding-top: 20px!important;
	}

}
@media(max-width: 767px){
	footer .fcol {
		width: 50%;
		padding-left: 0;
		padding-right: 0;
	}
	footer .fcol.footCol1 {
		width: 100%;
	}
	footer .footCol1-2 {
		width: 100%;
	}
	.fcol.footCol2, .fcol.footCol3 {
		width: 50%;
	}
	.fcol.footCol3 {
		padding-left: 8px;
		display: flex;
		flex-direction: column-reverse;
	}
	.fcol.footCol-4, .fcol.footCol5 {
		width: 50%;
		margin-right: 0;
	}
	footer .widget-title {
		font-size: 12px;
		line-height: 20px;
	}
	footer ul li, footer ul li a {
		font-size: 12px;
	}
	footer .footCol2>.widget-container, footer .footCol3>.widget-container, footer .footCol-4>.widget-container, footer .footCol5>.widget-container {
		min-height: 275px!important;
		padding-bottom: 0;
	}
	.portfolio-col .portfolio-img {
    	height: calc(100vw - 50px);
	}
	.without-menu-header .logo {
		text-align: center;
		padding-top: 20px;
    	margin-left: 0;
	}
	.without-menu-header .hero-contact-us-btn {
		display: none;
	}
	.am-confirmation-booking-details {
		
	}
	.marketing-budget-modal .modal-body {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	.calendly-hero {
		padding-top: 80px;
	}
	.calendly-hero>.container {
		display: flex;
		flex-direction: column-reverse;
	}
	.calendly-hero>.container .hero-sub-content {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.calendly-hero>.container .hero-sub-content img {
		float: left;
		width: calc(33% - 10px);
		margin-right: 10px;
	}
	.calendly-inline-widget {
		height: 900px!important;
	}
	.header-content.calendly-hero .header-content-shortcode {
		top: unset;
		right: unset;
		padding-bottom: 50px;
	}
	.calendly-hero .hero-main-content {
		flex-direction: column;
	}
	.page-id-6339 header nav .logo {
		text-align: center;
		margin-left: 0;
	}
	.calendly-download-guide .well-contact {
		margin-bottom: 30px;
	}
	.calendly-hero .hero-sub-content h2 {
		font-weight: 700!important;
	}
}
@media(max-width: 660px){ 
	.company-service-card-icon-container-three .company-service-card-icon-item:first-child img {
		width: calc(50% - 25px);
	}
	.company-service-card-icon-container .company-service-card-icon-item img, .company-service-card-icon-container .company-service-card-icon-item .animation {
		height: auto;
	}
}
@media(max-width: 600px){
	body .gform_wrapper .gf-col-1 {
		padding-right: 0;
	}
	body .gform_wrapper .gf-col-2 {
		padding-left: 0;
	}
	.dental-branding-items-section {
		padding-bottom: 50px;
	}
	.dental-branding-content-container {
		padding-top: 0;
	}
}
@media(max-width: 575px){
	.hero-contact-us-btn {
		margin-right: -20px;
		min-width: unset!important;
		font-size: 12px!important;
		padding-left: 50px!important;
		padding-right: 50px!important;
	}
	header #mega-menu-wrap-primary #mega-menu-primary ul.megaLeftNav li {
		display: flex;
		align-items: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.logo img {
		width: 150px;
	}
	.header nav {
		margin-right: 15px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
		margin-right: 5px;
		margin-top: -40px;
	}
	.container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.general-items,  .dental-seo-general-items.no-title-image{
		padding-top: 100px;
	}
	.general-items .general-items-image-items:first-child {
	    width: 100px;
		top: calc(15vw - 10px);
	}
	.general-items .general-items-image-items:nth-child(2) {
	    width: 80px;
	}
	.home-solutions {
		padding-top: calc(5vw + 50px);
	}
	.home-solutions .title {
		font-size: 30px;
		margin-bottom: 120px;
    	padding-top: 130px;
	}
	.home-solutions-blog h5 {
		margin-top: 40px;
		font-weight: 500;
	}
	.home-solutions-blog p {
		font-size: 18px;
    	line-height: 28px;
	}
	.home-solutions-blog { 
		margin-bottom: 120px;
		padding: 15% 5% 13% 5%;
	}
	.home-solutions .col-lg-6:last-child .home-solutions-blog {
		margin-bottom: 90px;
	}
	.related-services.top-shape {
		padding: 0 0 60px 0;
	}
	.general-items.smm-general-items .general-items-image-items:first-child {
		width: 60px;
		top: calc(15vw - 6px);
	}
	.related-services .related-services-image-items:first-child {
		width: 80px;
		top: calc(15vw - 40px);
	}
	.related-services .related-services-image-items:nth-child(2) {
		width: 80px;
		top: calc(0px - 28px);
	}
	.well-contact .frow {
		padding-bottom: 20px;
	}
	.well-contact .frow input:not([type="submit"]), .well-contact .frow textarea, .well-contact .frow select {
		font-size: 14px;
	}
	.well-contact {
		padding: 45px 20px 0px 20px;
		margin-bottom: 60px;
	}
	.request-demo-form-section .well-contact .frow input[type="submit"] {
		padding: 10px 20px;
		margin-bottom: 20px;
    	margin-top: 20px;
	}
    ul.career-jobList li a span {
    	display: none;
    }
	.general-items.email-marketing-general-item .general-items-image-items:first-child {
		left: 0;
		top: calc(15vw - 25px);
	}
	.article-category {
		display: none;
	}
	.blogs {
		padding-top: 40px;
	}
	.home-hero-section .hero-sub-content {
		padding-top: 70px;
	}
	.header-content .hero-sub-content h1 {
		font-size: 24px;
		padding-bottom: 15px;
		line-height: 32px;
		font-weight: 600;
	}
	.header-content .hero-sub-content h2 {
		font-size: 30px;
		padding-bottom: 20px;
		line-height: 38px;
		font-weight: 600;
		letter-spacing: .01em;
	}
	.header-content .hero-sub-content p {
		font-size: 18px;
		letter-spacing: .01em;
		line-height: 28px;
	}
	.heading-icon-motion {
		width: 90px;
		height: 90px;
		margin: 0 auto 30px auto;
	}
	.title {
		font-size: 32px;
		line-height: 42px;
		text-align: center;
		letter-spacing: .01em;
		padding-bottom: 10px!important;
		font-weight: 500;
	}
	.reputation-products-title-container p {
		font-size: 18px;
		letter-spacing: .01em;
		line-height: 28px;
	}
	.reputation-products > .itemWrap h2, .products-content h2 {
		font-size: 22px;
		letter-spacing: .01em;
		padding-top: 30px;
		padding-bottom: 20px;
		line-height: 1.3;
		font-weight: 500;
	}
	.reputation-products > .itemWrap h3, .products-content h3 {
		font-size: 32px;
		letter-spacing: .01em;
		line-height: 40px;
		font-weight: 900;
	}
	.reputation-products > .itemWrap .itemContent p, .products-content p {
		line-height: 28px;
    	letter-spacing: .01em;
	}	
	.reputation-products > .itemWrap .itemContent a, .products-content a {
		font-size: 18px;
		line-height: 32px;
		letter-spacing: .01em;
	}
	.schedule-items-section .itemContent h4 {
		font-size: 32px;
		letter-spacing: .02em;
		line-height: 42px;
	}
	.schedule-items-section .itemContent p {
		line-height: 32px;
	}
	.schedule-items-section .itemContent a.btn {
		font-size: 18px;
		line-height: 32px;
		letter-spacing: .01em;
	}
	.general-items .general-items-title-container .title {
		background-size: 90px 90px;
		font-size: 32px;
		line-height: 40px;
		
	}
	.general-items .general-items-title-container p {
		max-width: 100%;
		font-size: 18px;
		margin-bottom: 40px;
		letter-spacing: .01em;
		line-height: 32px;
		padding: 0;
	}
	.general-items-col h4 {
		font-size: 24px;
		letter-spacing: .01em;
	}
	.general-items-col p {
		letter-spacing: .01em;
		line-height: 28px;
	}
	
	.related-services{
		padding: 80px 0;
	}
	.related-services.pt-ni-0 {
		padding-top: 30px;
	}
	.related-services .title {
		padding-bottom: 0!important;
	}
	.related-services.top-shape.curveShape {
    	padding-top: 120px;
	}
	.related-services-blog-content h5 {
		font-size: 22px;
		margin-bottom: 15px;
		margin-top: 35px;
		padding-top: 0px;
		line-height: 34px;
		letter-spacing: .01em;
	}
	.related-services-blog-content .arrow-span {
		display: none;
	}
	.related-services-blog-content p {
		line-height: 32px;
		letter-spacing: .01em;
	}
	
	.home-footer .title {
		font-size: 26px;
		line-height: 36px;
		padding-top: 60px;
		padding-bottom: 20px!important;
		font-weight: 600;
	}
	.plenShape.blogShape {
		padding-top: 40px;
	}
	.singleHeader {
		height: 320px;
	}
	.blogContent {
		padding-bottom: 0;
	}
	.blogContent .meta {
		padding: 25px 0;
	}
	.blogContent .detail_content {
		text-align: left;
	}
	.authorMeta h3 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.desktop-show {
		display: none;
	}
	.postnav a {
		min-width: 130px;
	}
	#resume_file span.file_name {
		left: 0;
    	top: 50px;
	}
	.general-hero, .general-hero.dmp-hero2 {
		height: auto;
	}
	.general-hero.dmp-hero2 .general-items-image-items:first-child {
		top: calc(15vw - 28px);
		width: 100px;
	}
	.general-hero.dmp-hero2 .general-items-image-items:nth-child(2) {
		width: 100px;
	}
	.general-hero .general-hero-content {
		text-align: center;
	}
	.general-hero .general-hero-content h2{
		font-size: 32px;
    	padding-bottom: 20px;
    	line-height: 42px;
	}
	.general-hero .general-hero-content p{
		font-size: 20px;
		letter-spacing: .01em;
		line-height: 32px;
	}
	.general-hero .general-hero-content a{
		margin-top: 30px;
	}
	.general-hero .container {
		padding-bottom: 60px;
	}
	.graphic-design-related-services .related-services-image-items:first-child {
		top: calc(15vw - 35px);
	}
	.survey-section .hero-sub-image {
		height: 105vw;
	}
	.priceFormSection.generalInfo .pfrow .pffleft, .priceFormSection.generalInfo .pfrow .pffright {
		width: calc(100%)
	}
	.priceForm-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.priceFormSection.generalInfo .pfrow .pffleft {
		padding-right: 0;
	}
	.priceFormSection.generalInfo .pfrow .pffright {
		padding-left: 0;
	}
	footer .fcol.footCol1 .widget_media_image {
		width: 60%;
	}
	footer .fcol.footCol1 p {
		margin-top: 25px;
    	margin-bottom: 10px;
		line-height: 30px;
	}
	footer ul.socialList {
		margin-bottom: 50px;
	}
	.contact-us-section {
		padding-bottom: 50px;
	}
	.contact-form-hero .d-flex {
		padding-top: 60px;
	}
	.contact-form-hero .hero-sub-content {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.request-demo-form-header h2 {
		font-size: 32px;
	}
	.general-description-section h2 {
		font-size: 32px;
		line-height: 42px;
		text-align: center;
		letter-spacing: .01em;
		padding-bottom: 10px!important;
		padding-left: 0;
		padding-right: 0;
	}
	.general-description-section p {
		font-size: 18px;
		letter-spacing: .01em;
		line-height: 30px;
		padding-left: 0;
		padding-right: 0;
	}
	.review-management-gd.general-description-section p {
		padding: 0;
	}
	.general-hero.general-hero-joinus .container {
    	padding-top: calc(10vw + 50px);
	}
	.company-service-card-icon-item {
		padding: 20px;
	}
	.content-slider-card .content-slider-card-content {
		padding: 25px;	
	}
	.content-slider-card-wrapper {
		padding: 0 15px;
	}
	.sqr-content-footer a.btn {
		font-size: 16px;
	}
	.sqr-detail-content-btn a.btn {
		font-size: 16px;
	}
	.seo-evaluation-quiz {
		padding-top: 100px;
	}
	.sqr-content-footer a.btn, .sqr-detail-content-btn a.btn {
		padding: 20px 15px;
	}
	.sqr-detail-content-header p, .sqr-detail-content-footer p {
		font-size: 24px;
	}
	.sqr-detail-content-main .accordion-heading a {
		font-size: 20px;
		padding: 24px 55px;
	}
	.sqr-accordion-image {
		padding-top: 20px;
	}
	ul.network-listing li {
		width: 100px;
	}
	ul.network-listing li img{
		height: 90px;
	}
	.sqr-detail-content-main .accordion-heading a span {
		position: absolute;
		right: 10px;
		top: 20px;
		font-size: 28px;
	}
	.sqr-detail-content-main .accordion-heading a span.dashicons-no-alt {
		top: 45px;
		right: 10px;
	}
	.company-services {
		padding-bottom: 0;
	}
	.company-services .title {
		padding-top: 60px;
	}
	.itemWrap .itemShape {
		margin-bottom: 10px!important;
	}
	.dental-seo-service {
		padding-bottom: 30px;
	}
	.general-items-col {
		margin-bottom: 30px;
	}
	.email-marketing-service {
		padding-bottom: 0;
	}
	.content-image-section.guide-download .content-image-left h4 {
		font-size: 46px;
		line-height: 58px;
		font-weight: 900;
	}
	.content-image-section.guide-download .content-image-left {
		padding-top: 50px;
	}
	.marketing-budget {
		padding-top: 150px;
	}
	.mbc-condition {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mbc-title {
		font-size: 32px;
		padding-bottom: 35px;
	}
	.mbc-input {
		font-size: 20px;
		float: none;
		width: 100%;
	}
	.mbc-condition-row h4, .mbc-condition-row h5 {
		margin-bottom: 15px;
	}
	.input-symbol-usd {
		float: none!important;
	}
	.input-symbol-usd input {
		padding-left: 40px;
		margin-top: 0;
	}
	.mbc-channel, .mbc-result {
		padding-left: 0;
		padding-right: 0;
	}
	.mbc-channel-row span, .mbc-result-row span {
		float: left;
	}
	.question-detail .question-mark p {
		padding: 8px;
    	left: -200px;
		width: 250px;
	}
	.question-detail .question-mark p:before {
		left: 79%;
		top: -13px;
	}
	.mbc-container-1 {
		overflow: unset;
	}

	.mbc-channel-row:first-child, .mbc-condition-row:first-child {
		margin: 0 -15px;
	}
	.tooltip-inner {
		width: auto!important;
	}
	.marketing-budget-description {
		padding-bottom: 0;
	}
	.mbc-divide-container .radio-inline {
		font-size: 20px;
		margin-right: 0;
		padding-left: 0;
	}
	.mbc-divide-container .radio-inline:first-child {
		padding-bottom: 15px;
		font-size: 22px;
	}
	.mbc-divide-container .radio-inline.last-child {
		padding-left: 14px;
	}
	.marketing-budget-modal .modal-body {
		padding-top: 20px;
	}
	.marketing-budget-modal .modal-body h2 {
		font-size: 28px;
		margin-bottom: 0;
		line-height: 38px;
	}
	.mbc-condition-row:last-child {
		padding-bottom: 50px;
	}
	.mbc-channel-row {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.mbc-channel-row:nth-child(2), .mbc-condition-row:nth-child(2) {
		padding-top: 35px;
	}
	.mbc-condition-row {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.mbc-divide-container {
		padding-bottom: 30px;
	}
	.mbc-channel-row span {
		padding-top: 5px;
	}
	.mbc-divide-container .radio-inline {
		font-weight: 400;
	}
	.marketing-budget-modal p.modal-body-footer {
		line-height: 24px;
	}
	.reputation-products > .itemWrap .itemContent .itemContent-sub-list {
		padding-bottom: 30px;
	}
	.content-image-section.guide-download .content-image-right img {
		width: 100%;
		max-width: 100%;
	}
	.home-footer-conent {
		margin-bottom: 35px;
	}
	#faq_accordion .panel-default>.panel-heading h4:after, #faq_accordion .panel-default>.panel-heading h4.collapsed:after { 
		content: none;
	}
	#faq_accordion .panel-default {
		border-radius: 10px;
	}
	#faq_accordion .panel-default>.panel-heading h4.collapsed {
		border-radius: 10px;
	}
	#faq_accordion .panel-default>.panel-heading h4 {
		font-size: 20px;
		line-height: 1.2;
		border-radius: 8px;
		padding: 15px;
	}
	#faq_accordion .panel+.panel {
		margin-top: 15px;
	}
	#faq_accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
		padding: 25px 18px;
	}
	#faq_accordion .panel-default>.panel-heading+.panel-collapse>.panel-body p {
		line-height: 28px;
	}
	footer .footCol2>.widget-container:first-child {
		min-height: 200px!important;
	}
	footer .footCol2>.widget-container, footer .footCol3>.widget-container:first-child {
		min-height: 205px!important;
	}
	footer .footCol-4>.widget-container, footer .footCol5>.widget-container {
		padding-bottom: 0!important;
		min-height: 180px!important;
	}
	.calendly-hero .hero-sub-content h1 {
		font-size: 20px;
		line-height: 28px;
	}
	.calendly-hero .hero-sub-content h1 br, .calendly-hero .hero-sub-content h2 br {
		display: none;
	}
	.calendly-hero .hero-sub-content p {
		font-size: 18px;
		line-height: 28px;
	}
	.download-guide.calendly-download-guide {
		padding-top: 70px;
	}
	.general-items.calendly-general-items  .general-items-title-container .title{
		font-weight: 700!important;
	}
	.general-items.calendly-general-items  .general-items-col h4 {
		line-height: 34px;
	}
	.migration-start-content h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.migration-start-content h2 br {
		display: none;
	}
	.migration-start-button a {
		padding: 16px 35px 15px 35px;
	}
	.pt-sm-0 {
		padding-top: 0!important;
	}
	/* amelia 	 */
	.header-content.calendly-hero .header-content-shortcode {
		text-align: left;
	}
	#amelia-app-booking0.amelia-app-booking .am-step-booking-catalog .am-select-date .am-select-date-title {
		margin-bottom: 20px!important;
		font-size: 20px!important;
	}
	.amelia-app-booking .am-step-booking-catalog .am-select-date .am-appointment-times .el-radio-button .el-radio-button__inner {
		width: 110px!important;
		font-size: 11px!important;
	}
	#amelia-app-booking0.amelia-app-booking .am-step-booking-catalog .am-select-date .am-calendar-picker div.c-header {
		padding: 10px 50px;
	}
	#amelia-app-booking0.amelia-app-booking .am-step-booking-catalog .am-confirm-booking .am-confirm-booking-form .am-confirmation-booking-details {
		padding: 16px 13px 0 13px;
	}
	#amelia-app-booking0.amelia-app-booking .am-step-booking-catalog.am-mobile-collapsed .am-confirmation-booking-details > div {
		margin-bottom: 0;
	}
	#amelia-app-booking0.amelia-app-booking .el-button, #amelia-app-booking0 .am-modal.am-in-body .el-button {
		padding: 12px 30px;
	}
}
/* =====================================
   FOOTER — GLOBAL RESET (DESKTOP + MOBILE)
   Removes all forced heights safely
   ===================================== */

footer .footCol1 > .widget-container,
footer .footCol2 > .widget-container,
footer .footCol3 > .widget-container,
footer .footCol-4 > .widget-container,
footer .footCol5 > .widget-container {
	min-height: unset !important;
	height: auto !important;
	padding-bottom: 18px;
}

/* =====================================
   FOOTER — DESKTOP LAYOUT
   ===================================== */
@media (min-width: 992px) {

	footer .row,
	footer .footer-row {
		display: flex;
		justify-content: space-between;
		column-gap: 48px; /* adjust if needed */
	}

	footer .fcol {
		flex: 1;
		min-width: 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* =====================================
   FOOTER — MOBILE (2 COLUMNS)
   ===================================== */
@media (max-width: 767px) {

	footer .row,
	footer .footer-row {
		display: flex;
		flex-wrap: wrap;
	}

	/* Two columns per row */
	footer .fcol {
		width: 50% !important;
		max-width: 50% !important;
		padding-left: 12px;
		padding-right: 12px;
		margin-bottom: 24px;
	}

	/* Optional: last item full width if odd number */
	footer .fcol:last-child:nth-child(odd) {
		width: 100% !important;
		max-width: 100% !important;
	}
}

/* ===============================
   MOBILE: IMAGE ABOVE TEXT + FULL WIDTH
================================ */

@media (max-width: 991px) {

  /* Stack columns */
  .content-image-section .row {
    display: flex !important;
    flex-direction: column;
  }

  /* IMAGE COLUMN (2nd col) */
  .content-image-section .row > .col-md-6:nth-child(2) {
    order: 1;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-bottom: 24px;
  }

  /* IMAGE WRAPPER */
  .content-image-section .content-image-right {
    padding: 0 !important;
  }

  /* IMAGE ITSELF */
  .content-image-section .content-image-right img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* TEXT COLUMN (1st col) */
  .content-image-section .row > .col-md-6:nth-child(1) {
    order: 2;
  }
}

/* ===============================
   DESKTOP: VERTICALLY CENTER TEXT TO IMAGE
================================ */

@media (min-width: 992px) {

  /* Ensure row behaves normally */
  .content-image-section .row {
    display: flex;
    align-items: stretch;
  }

  /* TEXT COLUMN */
  .content-image-section .row > .col-md-6:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* IMAGE COLUMN */
  .content-image-section .row > .col-md-6:last-child {
    display: flex;
    align-items: center;
  }

  /* IMAGE */
  .content-image-section .content-image-right img {
    max-width: 100%;
    height: auto;
  }
}