/*
Theme Name: DR Hello Elementor
Template: hello-elementor
Version: 2.0-beta
GitHub Theme URI: https://github.com/Dental-Revenue/dr_hello_elementor.git
*/
.home header{
	position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
header.fixed .MainLogo img{
	width: 140px !important;
}
header .custom-logo-header{
	margin: 0;
}
a{
    text-decoration: none !important;
}
.home #content .page-header{
	padding: 0;
	border-top: none;
}
#content .page-header{
	padding: 20px 0px 0;
	border-top: 1px solid rgba(0,0,0,.1);
}
#content .container{
	padding: 40px 20px;
}
#content .page-header #breadcrumbs,
#content .page-header h1.entry-title,
.container{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}
body:not([class*="elementor-page-"]) .site-main{
    max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
 }
#content .page-header h1.entry-title{
	margin: 20px auto 0;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 20px;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
}
#content .page-header h1.entry-title span{
	font-size: 60%;
	display: block;
}
#content .page-content{
    padding-bottom: 40px;
}
.google-stars {
	color: #fbbc04;
	font-size: 24px;
	letter-spacing: 2px;
}
.testimonial-img {
	display: flex;
	align-items: center;
}
.testimonial-item {
	max-width: 800px;
}
.testimonial-item.card.card-1 {
	padding: 1rem;
}
#testimonials-section > div.container div.testimonial-img > img {
	margin-right: 8px;
	margin-bottom: 8px;
}
.card {
	background: #fff;
	border-radius: 2px;
	display: block;
	margin: 2rem auto;
	position: relative;
}
p.testimonial-description {
	margin: 0 !important;
}
.card-1 {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#testimonials-section > div.container > div > div:hover {
	transform: scale(1.05,1.05);
	box-shadow: rgba(0, 0, 0, 0.16) -3px 5px 14px;
}
.testimonials-grid p.NoFound{
	margin:0 auto 15px;
	text-align: center;
	display: block;
	font-weight: bold;
	text-transform: capitalize;
}
#testimonials-section .elementor-cta__button {
	margin: 0 auto;
	text-align: center;
	display: block;
	max-width: 280px;
  	box-sizing: border-box;
}
#breadcrumbs{
	margin: 0 auto;
	border: none;
	padding: 0;
	text-align: center;
}
.elementor-shortcode .user-info{
	display: flex;
  	flex-wrap: wrap;
  	gap: 20px;
}
.elementor-shortcode .user-info div{
	width: calc(50% - 10px);
}
.elementor-shortcode form label{
	text-transform: capitalize;
	font-weight: 500;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.65;
}
.elementor-shortcode form input,
.elementor-shortcode form select,
.elementor-shortcode form textarea{
	background: #f1fafa;
	border-radius: 10px;
	border: 1px solid rgba(20, 18, 76, 0.25);
	padding: 12px 20px;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	outline: none !important;
	box-shadow: none;
	color: var(--e-global-color-primary);
}
.elementor-shortcode .bottom-info {
	display: flex;
	align-items: center;
	gap: 10px;
}	
.elementor-shortcode .bottom-info label{
	display: inline-block;
	margin: 0;
	width: auto;
}
.elementor-shortcode .bottom-info input{
	width: auto;
	margin: 0;
}
.elementor-shortcode .user-info,
.elementor-shortcode .bottom-info{
	margin-bottom: 20px;
}
.elementor-shortcode .user-info.gap-0{
	gap: 0;
}
.elementor-shortcode .bottom-info  fieldset{
	width: 100%;
	border-color: rgba(20, 18, 76, 0.25);
	border-radius: 10px;
}
.elementor-shortcode .bottom-info  fieldset legend{
	font-weight: 500;
	padding: 0 10px;
}
.elementor-shortcode .bottom-info  fieldset label{
	padding: 0 10px;
}
.elementor-shortcode .btn.solid{
	cursor: pointer;
    border: none !important;
}
.elementor-shortcode input[name="RepeatEmailName"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
ul.elementor-sitemap-list.elementor-sitemap-page-list{
	margin: 0;
	padding: 0;
	padding-left: 15px;
}
ol, ul{
	margin: 0 0 1rem;
    padding: 0 0 0 20px;
}
ol li, ul li{
	margin-bottom: 10px;
}
ol li:last-child,
ul li:last-child{
	margin: 0;
}
p.err {
    color: #721c24;
    background-color: #f8d7da;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #f5c6cb;
    border-radius: 12px;
}
form .field-error {
    width: 100%;
    color: #721c24;
    font-size: 14px;
}
form#mini-form {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 1rem 0;
}
.contact-info.mini-contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.contact-info.mini-contact-info > input {
    margin-bottom: 0;
    margin-right: 1rem;
}
#mini-form > div > button {
    width: 100%;
}
.captcha-container{
	margin-bottom: 20px;
}
.footer-social-icon:hover svg path {
  fill: #D3D3D3;
}
.highlight-text {
  font-weight: 700;
}
.hover-effect:hover .more-learn .elementor-button {
    background-color: #35B984;
}
.page-id-229 .head-clr-chng
{
    background: transparent!important;
    transition: all 0.3s ease;
}
.page-id-229 .head-clr-chng .elementor-nav-menu li a .sub-arrow
{
	fill:#fff!important;
}
.page-id-229 .elementor.elementor-210.elementor-location-header.fixed {
    background: #ffffff !important;
}
.page-id-229 .elementor-location-header.fixed .elementor-nav-menu .sub-arrow {
    fill: #0C75B6 !important;
}
.page-id-229 .elementor.elementor-210 .elementor-nav-menu a {
    color: #ffffff !important;
}
.page-id-229 .elementor.elementor-210 .elementor-nav-menu a:after {
    background-color: #ffffff !important;
}
.page-id-229 .elementor-location-header.fixed .elementor-nav-menu a:after {
    background-color:#0C75B6 !important;
}
.page-id-229 .elementor.elementor-210.elementor-location-header.fixed .elementor-nav-menu a {
    color: #0C75B6 !important;
}
.page-id-229 .elementor.elementor-210.elementor-location-header.fixed .elementor-nav-menu .sub-menu a {
    color: #fff !important;
}
.deck-hid{
	display:none!important;
}
@media (max-width: 1200px) {
	#content .page-header h1.entry-title{
		font-size: 36px;
	}
}
@media (max-width: 1024px) {
	.elementor-shortcode form label,
	.elementor-shortcode form input{
		font-size: 14px;
	}
    #content .page-header h1.entry-title{
		font-size: 32px;
	}
		    #mini-form, .contact-info.mini-contact-info  {
        flex-direction: column;
        align-items: baseline;
		gap:15px;
    }
		.deck-hid{
	display:block!important;
}
	.page-id-229 .elementor.elementor-210.elementor-location-header.fixed .elementor-nav-menu a {
    color: #fff !important;
}
	.page-id-229 .elementor-location-header.fixed .elementor-nav-menu .sub-arrow {
    fill: #fff !important;
}
}
@media (max-width: 880px) {
	#content .page-header h1.entry-title{
		font-size: 28px;
	}

}
@media(max-width: 767px) {	
    #mini-form, .contact-info.mini-contact-info  {
        flex-direction: column;
        align-items: baseline;
		gap:15px;
    }
    #mini-form > div > button {
        margin-top: 1rem;
    }   
    #content .page-header h1.entry-title{
		font-size: 24px;
	}
}
@media (max-width: 575px) {
	.elementor-shortcode .user-info div {
		width: 100%;
	}
}