/* --- Base Styles --- */
.dental-promo-card {
    /* Set up the main container to use flexbox */
    display: flex;
    max-width: 1200px; /* Adjust as needed */
    margin: 20px auto; /* Center the card on the page */
    text-align: left;
    align-items: center;
}

/* --- Content (Left) Block Styling --- */
.promo-content {
    flex: 1; /* Allows this section to grow */
    padding: 10px 15px;
    display: flex; /* Use flex to align items vertically */
    flex-direction: column;
    justify-content: space-around; /* Vertically space content */
}

.promo-heading {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.promo-copy {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

/* --- Learn More Button Styling --- */
.learn-more-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    background-color: #6ed0a8; /* Greenish color from the image */
    color: #fff;
    text-decoration: none !important;
    font-weight: bold;
    border-radius: 50px; /* Pill shape */
    transition: background-color 0.3s;
    width: fit-content; /* Only as wide as content */
}

.learn-more-button:hover {
    background-color: #58b693;
}

.icon-link {
	font-size: 22px;
	margin-right: 8px;
	color: #fff !important;
	background: #fff;
	border-radius: 100%;
	padding: 5px;
}

/* --- Media (Right) Block Styling --- */
.promo-media {
    flex: 1; /* Allows this section to grow */
    padding:0 15px;
    position: relative; /* For positioning the duration overlay */
    max-width: 50%; /* Limits the width of the media section */
}

.promo-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; /* Ensures the image covers the area */
}

.video-duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
}

/* --- 📱 Media Query for Responsiveness (Mobile) --- */
@media (max-width: 768px) {
    .dental-promo-card {
        /* Stack the text and media vertically */
        flex-direction: column;
        max-width: 90%; /* Use a higher percentage for smaller screens */
    }

    .promo-content {
    	order:2;
        padding: 20px;
        text-align: center; /* Center content on mobile */
    }

    .promo-media {
    	order:1;
    	width:100%;
        max-width: 100%; /* Allow media to take full width */
    }

    .learn-more-button {
        /* Center the button */
        margin: 0 auto;
    }
}



    
.table-contents li a, .blue-text { color:#007BC7; font-weight:600; }

@keyframes wiggle {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-5deg); }
  50% { transform: rotate(5deg); }
  75% { transform: rotate(-5deg); }
}

.use-it-lose-it {
  animation: wiggle 0.5s ease-in-out; / Adjust timing as needed /
  animation-iteration-count: 3; / Set how many times it should wiggle /
}

.blog-box {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.blog-box a {
	text-decoration:none !important;
}
.blog-box h2 {
	font-size:26px !important;
}

.lazy-load {opacity: 0;transition: opacity 1s ease-in-out;}.lazy-load.loaded {opacity: 1;}

.home-page-title { font-size:44px; padding:0; margin:0; font-weight:normal; color:#000; }

.mobile-icon { display:none; }
.sub-heading {
	font-size:19px;
	font-weight:bold;
}
.popup-mobile {
	display: inline-block;
	width: 100% !important;
	margin: 0 !important;
}
.invisalign-box-new {
	display: inline-block;
	width: 100%;
	max-width: 40%;
	padding: 0 15px 0 0;
	vertical-align: top;
	float: left;
}
.invisalign-box-form {
	display: inline-block;
	width: 100%;
	max-width: 60%;
	padding: 0;
	vertical-align: top;
	float: left;
}
.top-banner {
	background: #E6B04C;
	text-align: center;
	width: 100%;
}
.top-banner a {
	font-size: 18px;
	color: #000;
	text-decoration: none !important;
	padding: 10px 5px;
	width: 100%;
	display: inline-block;
}
.top-banner a span {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	padding: 10px 10px;
	background: #007bc7;
}
.top-banner a span i {
	font-size: 20px;
	color: #fff;
}
img.css {
	width: 500px;
	height: 509px;
}
@media screen and (max-width: 64em) {
img.css {
	width: 250px;
	height: 253px;
}
/*.top-banner {
	min-height: 140px
}*/
.top-banner a span {
	display: block;
}
}
.popup-btn {
	background: #008557;
	padding: 10px 15px;
	text-align: center;
	color: #fff !important;
	text-decoration: none !important;
	display: inline-block;
	font-weight: 600;
}
.invisalign-box {
	border: 1px solid #000;
	color: #fff;
	border-radius: 20px;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 400px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}
.invisalign-box h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 5px 0;
}
.invisalign-box p {
	margin: 5px 0;
}
.invisalign-box img {
	width: 100%;
}
.dws-offer {
	width: 100%;
	max-width: 600px;
	text-align: center;
	display: block;
	margin: 0 auto;
	color: #000;
}
.dws-offer img {
	width: 100%;
	max-width: 550px;
}
.dws-offer h2 {
	text-align: center !important;
}
.dws-offer-expires {
	color: #ff0000;
}
#formrotator1, #formrotator2 {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 335px;
	text-align: center;
}
.MainFormButton {
	background-color: #E6B04C !important;
}
#formrotator1 .Rotator select, #formrotator1 .Rotator input, #formrotator1 .Rotator textarea {
	width: 100%;
	max-width: 100%;
}/* Landing CSS Start */
.header {
	margin-top: 15px;
}
.review-bg-landing {
	padding: 10px 0;
}
.review-content-box-01 {
	position: relative;
	background: #fafafa;
	padding: 15px 20px;
	border-radius: 5px;
	margin: 20px auto;
	display: block;
	width: auto;
	max-width: 1100px;
	border: 2px solid #eee;
}
.review-text-01 {
	display: inline-block;
	width: 100%;
	position: relative;
}
.review-content-box-01 p {
	margin: 5px 0;
	font-size: 18px;
}
.review-img-01 {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.review-img-01 img {
	display: inline-block;
	width: 100%;
	max-width: 40px;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 10px;
}
.star-box-new i {
	color: #ffb400;
	font-size: 20px;
	letter-spacing: 1px;
}
.app-btn-new {
	float: none !important;
	background: #E6B04C !important;
	padding: 20px 15px !important;
	display: inline-block !important;
	text-decoration: none !important;
	color: #000 !important;
	font-size: 22px !important;
	width: 100%;
	max-width: 350px;
	text-align: center !important;
	vertical-align: top;
	margin: 5px
}
.app-btn-new-2 {
	float: none !important;
	background: #007BC7 !important;
	padding: 19px 15px 20px 15px !important;
	display: inline-block !important;
	text-decoration: none !important;
	color: #fff !important;
	font-size: 22px !important;
	width: 100%;
	max-width: 350px;
	text-align: center !important;
	vertical-align: top;
	margin: 5px
}
.header-logo-landing {
	padding: 0px;
	display: inline-block;
	margin: 10px auto;
	width: 100%;
	max-width: 360px;
	text-align: center;
}
.header-logo-landing li {
	display: inline-block;
	width: 100%;
	margin: 5px 0 !important;
}
.header-logo-landing li img {
	display: inline-block;
	width: 100%;
	max-width: 300px;
}
.header-logo-landing li a {
	font-size: 18px;
}
.header-logo-landing li a span {
	font-size: 18px;
	color: #000;
}
.header-logo-landing #header-phone a {
	font-weight: 600;
	font-size: 26px !important;
	color: #000;
}
.col-sm-6 {
	display: inline-block;
	width: 48%;
	padding: 0 15px;
	vertical-align: middle;
}
#tmp_headline1-31450 div {
	line-height: 30px;
}
#tmp_headline1-82116 .elHeadline b {
	color: rgb(255, 255, 255);
}
#tmp_headline1-82116 .elHeadline div {
	font-size: 30px;
}
#tmp_headline1-31450 div {
	color: #fff;
}
.elButton:visited, .elButton:active, .elButton:hover {
	text-decoration: none !important;
}
.elBtnVP_15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.elButtonColor1 {
	background-color: #547084;
}
.elButtonSubtle {
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 4px;
}
.elButtonFull {
	display: block;
	text-align: center;
	width: 100%;
}
.elButtonSize2 {
	font-size: 21px;
}
.elButton {
	padding: 13px 35px;
	padding-top: 13px;
	padding-bottom: 13px;
}
.elButton {
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-weight: bold;
	display: inline-block;
	-ms-transform: all .2s ease-in-out;
	-webkit-transform: all .2s ease-in-out;
	transform: all .2s ease-in-out;
	text-align: center !important;
	text-decoration: none !important;
}
.elButton span {
	color: #FFF;
}
.elButtonSub, .elButtonSub1, .elButtonSub2 {
	display: block;
	opacity: 0.7;
	font-weight: normal;
}
.six-month-box h3 {
	color: #009ddc;
	font-size: 34px;
	margin: 0px 0 10px;
0;
}
.elBulletList {
	padding: 0px;
	list-style-type: none;
}
.listImage32 li {
	background-repeat: no-repeat;
	background-position: 13px 15px;
	padding: 15px 15px 15px 60px;
	background-image: url(/images/img_bullet.png);
}/* Landing Css End */
.callouts {
	height: auto;
	clear: both;
	min-height: 250px;
	margin: 30px auto;
	max-width: 1200px;
	text-align: center
}
.callouts .inline {
	display: inline-block;
	vertical-align: top
}
.callouts a {
	text-decoration: none !important
}
.callouts a:hover .team-circle {
	transition: all .2s ease-in;
	fill: #4fa69e !important
}
.callouts a:hover .services-circle {
	transition: all .2s ease-in;
	fill: #39916c !important
}
.callouts a:hover .tour-circle {
	transition: all .2s ease-in;
	fill: #57b77b !important
}
.callouts a:hover .faq-circle {
	transition: all .2s ease-in;
	fill: #737478 !important
}
.callouts a:hover .patients-circle {
	transition: all .2s ease-in;
	fill: #39393a !important
}
.callout {
	position: relative;
	width: 190px;
	height: 190px;
	margin: 0 20px;
	text-align: center
}
.callout .svg-callout {
	overflow: visible !important
}
.callout .svg-callout circle {
	transition: all .2s ease-in
}
.callout .svg-callout .team-circle {
	fill: #fff;
	stroke: #6ebab3;
	stroke-miterlimit: 10;
	stroke-width: 8px;
	stroke-dasharray: 1200
}
.callout .svg-callout .services-circle {
	fill: #fff;
	stroke: #47b687;
	stroke-miterlimit: 10;
	stroke-width: 8px;
	stroke-dasharray: 1200
}
.callout .svg-callout .tour-circle {
	fill: #fff;
	stroke: #7bc697;
	stroke-miterlimit: 10;
	stroke-width: 8px;
	stroke-dasharray: 1200
}
.callout .svg-callout .faq-circle {
	fill: #fff;
	stroke: #8d8e91;
	stroke-miterlimit: 10;
	stroke-width: 8px;
	stroke-dasharray: 1200
}
.callout .svg-callout .patients-circle {
	fill: #fff;
	stroke: #525254;
	stroke-miterlimit: 10;
	stroke-width: 8px;
	stroke-dasharray: 1200
}
.callout img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 106px;
	margin-top: -45px;
	margin-left: -53px
}
.callout .caption {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	margin-top: 10px;
	text-align: center;
	color: #808184
}
.callout .caption p:after {
	position: absolute;
	top: 137%;
	height: 6px;
	content: '';
	transition: all .1s ease-in;
	opacity: 0;
	background: #47b687
}
.callout:hover #svg-callout #svg-circle {
	animation-name: undrawblue;
	animation-duration: .3s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards
}
.callout:hover .caption p:after {
	top: 123%;
	transition: all .2s ease-out;
	opacity: 1
}
@media screen and (max-width: 1200px) {
.callout {
	width: 150px;
	height: 150px;
	margin: 0 10px;
}
}
@media screen and (max-width: 1024px) {
.callout {
	width: 120px;
	height: 120px;
	margin: 0 10px;
}
}
@media screen and (max-width: 759px) {
.invisalign-box-new {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	padding: 0 15px;
	vertical-align: top;
	float: left;
}
.invisalign-box-form {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	padding: 0 15px;
	vertical-align: top;
	float: left;
}
.callouts {
	height: 110%;
	text-align: center
}
.callout {
	margin-bottom: 60px;
	padding: 10px
}
.callout img {
	top: 68%;
	left: 68%;
	width: 60px;
	margin-top: -45px;
	margin-left: -53px
}
}
.blue-buttons {
	margin: -80px auto 30px;
	background: #007BC7;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 20px;
	max-width: 250px;
	text-align: center;
	color: #fff
}
.blue-buttons div {
	font-size: 12px;
	color: #fff
}
.gallery {
	display: block;
	margin: 10px auto;
	width: 48%;
	max-width: 550px;
	display: inline-block;
	display: inline-block;
	text-align: center;
	padding: 5px 0 0;
	background: #eee;
	border-radius: 10px;
}
@media screen and (max-width: 759px) {
.gallery {
	width: 100%;
}
}
.hr-bar {
	background: #026447;
	padding: 30px 0;
}/* Main Menu Style *//* Practice Name Style */
ul.app-block {
	clear: left;
	max-width: 1150px;
	list-style: none;
	margin: auto;
	padding: 0;
}
ul.app-block li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-size: 36px;
	font-family: 'Raleway', serif;
	color: #fff
}
ul.app-block a {
	text-decoration: none !important;
}
.appt-btn {
	float: right;
	position: relative;
	font-size: 20px !important;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
	padding: 10px 20px !important;
	font-family: 'Raleway', serif;
}
.appt-btn:hover, .appt-btn:focus {
	outline: none;
	color: #fff
}
.appt-btn::before, .appt-btn::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(255,255,255,0.2);
	content: '';
	-webkit-transition: -webkit-transform .5s, opacity .5s;
	-moz-transition: -moz-transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s
}
.appt-btn::after {
	border-color: #fff;
	opacity: 0;
	-webkit-transform: translateY(-7px) translateX(6px);
	-moz-transform: translateY(-7px) translateX(6px);
	transform: translateY(-7px) translateX(6px)
}
.appt-btn:hover::before, .appt-btn:focus::before {
	opacity: 0;
	-webkit-transform: translateY(5px) translateX(-5px);
	-moz-transform: translateY(5px) translateX(-5px);
	transform: translateY(5px) translateX(-5px)
}
.appt-btn:hover::after, .appt-btn:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	-moz-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0)
}
@media screen and (max-width: 1200px) {
.appt-btn {
	float: none;
	width: 380px;
	text-decoration: none
}
ul.app-block li {
	display: block;
	margin: auto;
	text-align: center
}
}
@media screen and (max-width: 759px) {
.appt-btn {
	width: 300px;
}
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background: #fff;  /*background-image:url(/images/bg.webp);*/
}
h1 {
	font-size: 2.5rem;
	font-weight: 300;
	color: #0079c2;
letter-spacing: -.1rem;
}
h2 {
	font-size: 25px;
	color: #484848;
}
h3 {
	font-size: 20px;
	color: #484848;
}
h4 {
	font-weight: normal;
	font-size: inherit;
}
h5 {
	font-size: 11.5pt;
	font-weight: 500;
	margin: 1px auto 3px auto;
}
h6 {
	text-align: center;
	font-size: 10pt;
	font-weight: 500;
	margin: 2px auto 3px auto;
}
a {
	color: #000;
}
#menu22 {
	width: 100%;
	z-index: 9999;
	display: none;
	background: #47b687;
	text-align: center;
}
#menu-inner {
	width: 100%;
	z-index: 9999;
	background: #47b687;
	text-align: center;
}
#menu-mobile {
	display: none !important
}
@media screen and (max-width: 759px) {
#menu-mobile {
	display: block !important
}
#menu22 {
	display: none !important
}
#menu-inner {
	display: none !important
}
}/*** ESSENTIAL STYLES ***/
.sf-menu-mega/*, .sf-menu-mega **/ {
	width: 100%;
	max-width: 95vw;
	display: table;
	margin: auto !important;
	text-align: center;
	padding: 0;
	list-style: none;
}
.sf-menu-mega li {
	position: relative;
}
.sf-menu-mega ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu-mega > li {
	display: table-cell;
}
.sf-menu-mega li:hover > ul, .sf-menu-mega li.sfHover > ul {
	display: block;
}
.sf-menu-mega a {
	display: block;
	position: relative;
}
.sf-menu-mega ul ul {
	top: 0;
	left: 100%;
}/*** DEMO SKIN ***/
.sf-menu-mega {
	margin: auto !important;
}
.sf-menu-mega ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}
.sf-menu-mega a {
	padding: .75em .3em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu-mega ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	background: #fff;
	min-width: 45em;
*width:45em;
	padding: 5px 0 !important
}
.sf-menu-mega ul li {
	display: inline-block;
	width: 220px;
	margin: 0 !important;
}
.sf-menu-mega ul li a {
	color: #000;
	text-align: left;
	padding: .5em 1em;
}
.sf-menu-mega ul li a:hover {
	color: #fff;
}
.sf-menu-mega ul li:hover {
	display: inline-block;
	width: 220px;
	background: #47b687;
}
.sf-menu-mega a {
	color: #fff;
	text-decoration: none !important;
	font-family: 'Raleway', sans-serif;
}
.sf-menu-mega li {	/*white-space: nowrap;  no need for Supersubs plugin *white-space: normal;*/	 /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu-mega ul li {
}
.sf-menu-mega ul li a {
}
.sf-menu-mega ul ul li {
	background: #fff;
}
.sf-menu-mega li:hover, .sf-menu-mega li.sfHover {
	background: rgba(255,255,255,0.3);	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}/***** Image Buttons *****/
.grid3 {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 0em;
	list-style: none;
	text-align: center;
}/* Common style */
.grid3 figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	height: 220px;
	width: 50%;
	text-align: center;
	cursor: pointer;
}/*.grid3 figure:before {    content: '';    display: block;    position: absolute;    z-index: 1000;    left: 0;    top: 0;    width: 100%;    height: 100%;    background: rgba(0,0,0,0.6);opacity:1;background-size:cover;}*/
.grid3 figure img {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50%;
	opacity: 1;
}
.grid3 figure img.reverse {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	bottom: 0;
	margin: auto;
	width: 50%;
	opacity: 1;
	float: right
}
.grid3 figure figcaption {
	color: #000;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1001;
}
.grid3 figure figcaption.normal {
	padding: 1em 0.5em 0 52%;
}
.grid3 figure figcaption.reverse {
	padding: 1em 52% 0 1em;
}
.grid3 figure figcaption::before, .grid3 figure figcaption::after {
	pointer-events: none;
}
.grid3 figure figcaption, .grid3 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid3 figure.review {
	padding: 2% 0;
	height: 240px;
	z-index: 1001
}
.grid3 figure.review:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
}/* Anchor will cover the whole item by default *//* For some effects it will show as a button */
.grid3 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid3 figure h2 {
	word-spacing: -0.15em;
	color: #47b687;
	font-weight: 500;
}
.grid3 figure h2 span {
	font-weight: 800;
}
.grid3 figure h2, .grid3 figure p {
	margin: 0;
}
.grid3 figure p {
	font-size: 70%;
}
figure.effect-ruby {
	background-color: #f8f8f8;
}
figure.effect-ruby img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-ruby:hover img {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-ruby h2 {
	margin-top: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
}
figure.effect-ruby p {
	margin: 1em 0 0;
	padding: 1em;
	line-height: normal;
	font-family: 'Raleway', sans-serif;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 0px, 0) scale(1.1);
	transform: translate3d(0, 0px, 0) scale(1.1);
}
figure.effect-ruby .img-btn {
	margin: auto;
	padding: 0.5em;
	line-height: normal;
	color: #fff;
	background: #47b687;
	width: 200px;
	font-family: 'Raleway', sans-serif;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
	transform: translate3d(0, 20px, 0) scale(1.1);
}
figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
figure.effect-ruby:hover .img-btn {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
@media screen and (max-width: 900px) {
.grid3 figure h2 {
	font-size: 16px
}
.grid3 figure p {
	padding: 0.5em;
	font-size: 60%;
}
figure.effect-ruby .img-btn {
	padding: 0.5em;
	width: 150px;
	margin-top: 20px
}
}
@media screen and (max-width: 759px) {
.grid3 figure {
	height: 170px;
}
.grid3 figure img {
	width: 100%;
	text-align: center center
}
.grid3 figure figcaption {
	padding: 1em;
	color: #fff;
}
figure.effect-ruby p {
	color: #fff
}
figure.effect-ruby .img-btn {
	margin-top: 20px
}
figure.effect-ruby h2 {
	color: #fff;
	font-size: 20px
}
.grid3 figure:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 1;
	background-size: cover;
}
.grid3 figure figcaption.normal, .grid3 figure figcaption.reverse {
	padding: 1em;
}
.grid3 figure img.reverse {
	width: 100%;
	float: none;
	left: 0
}
figure.effect-ruby p {
	display: none !important;
}
}/***** Image Buttons End *****/
.grid {
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	max-width: 1200px;
	padding: 1em 1em;
	margin: 1em auto 0 auto !important;
	position: relative;
	list-style: none;
	text-align: center;
}
.grid figure {
	width: 10.5%;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 0.3%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 1;
}
.grid figure figcaption {
	padding: 1em;
	font-size: 0.40em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-shadow: none
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	opacity: 0;
}
.grid figure div {
	word-spacing: -0.15em;
	font-weight: normal;
	font-size: 1.5vw;
}
.grid figure div span {
	font-weight: normal;
	text-shadow: none;
	font-size: 1.2vw;
}
.grid figure div, .grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	background: rgba(201,231,108,0.9);
	-webkit-transition: -webkit-transform 0.60s;
	transition: transform 0.60s;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 55%, 0);
}
figure.effect-zoe div, figure.effect-zoe p.description {
	float: left;
}
figure.effect-zoe p.description {
	display: inline-block;
	text-align: left;
	padding: 1em 0;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}
figure.effect-zoe div {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 90%, 100%);
	transform: translate3d(0, 90%, 100%);
}
figure.effect-zoe div {
	display: inline-block;
}
figure.effect-zoe:hover p.description {
	opacity: 1;
}
figure.effect-zoe:hover figcaption, figure.effect-zoe:hover div, figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-zoe:hover div {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.show-team {
	display: none
}
@media screen and (max-width: 759px) {
.grid figure {
	width: 19%;
}
.grid figure div {
	font-size: 3.5vw;
}
.grid figure div span {
	font-size: 3.2vw;
}
}
@media screen and (min-width: 1150px) {
.grid figure div {
	font-size: 22px;
}
.grid figure div span {
	font-size: 18px;
}
}
@media screen and (max-width: 1150px) {
.show-team {
	display: block
}
.off-team {
	display: none
}
.grid {
	background-color: #47b687;
	margin: 0em auto 0 auto !important;
}
}/* H-Card Classes */
h5.h-card {
	text-align: center;
	margin: 10px auto;
	color: #00264b;
	text-decoration: none;
}
.p-name, .p-honorific-suffix, .p-street-address, .p-extended-address, .p-locality, .p-region, .p-postal-code, .p-org u-url, .tel {
	text-decoration: none;
	font-size: 11pt;
	font-weight: 500;
	color: #00264b;
}
.dwscopy {
	font-size: 11pt;
	font-weight: 500;
}/* menu-services */
.content-wrapper .content-main ul.menu-services {
	margin: 0;
	list-style: none;
	padding: 0;
	position: relative;
	left: auto;
	right: auto;
}
.content-wrapper .content-main ul.menu-services .back-div {
	position: relative;
	width: auto;
}
.content-wrapper .content-main ul.menu-services li {
	display: inline-block;
	padding: 8px 10px;
	margin: 5px;
	width: auto;
	vertical-align: top;
	background-color: #484848;
	list-style: none
}
.content-wrapper .content-main ul.menu-services li a {
	text-decoration: none;
	color: #fff;
	vertical-align: middle;
}
.content-wrapper .content-main ul.menu-services li a:visited {
	text-decoration: underline;
}
.content-wrapper .content-main ul.menu-services li a:hover {
	text-decoration: underline;
}
.services-div {
	width: 100%;
	background: #eee;
	display: inline-block;
	padding: 30px 0;
	text-align: center;
}
.services-div ul.menu-services {
	margin: 0;
	list-style: none;
	padding: 0;
}
.services-div ul .back-div {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	width: 100%;
	max-width: 900px;
}
.col-28-services {
	display: inline-block;
	width: 32%;
	padding: 0 10px;
	vertical-align: top;
}
.services-div ul.menu-services li {
	display: inline-block;
	width: 100%;
	text-align: left;
}
.services-div ul.menu-services li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: #fff;
	vertical-align: middle;
	padding: 10px 0px 9px 15px;
	list-style: none;
	font-size: 18px;
}
.edu-btn {
	background: #1C5C99;
	padding: 10px 15px;
	text-decoration: none !important;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
}
.services-div ul.menu-services li a:hover {
	text-decoration: none;
	background: rgba(0,0,0,0.1);
}/* menu-services */
.percent {
	list-style-type: none;
	margin-left: 25px;
}/* Default Link Style */
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}/* Default Link Style */ /* Hard-Coded Reviews */
.viewr {
	max-width: 90%;
	margin: 10px auto;
	padding: 10px;
	border: 1px #dc9225 solid;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.DWSReview {
	max-width: 90%;
	margin: 10px auto;
	padding: 10px;
	border: 1px #dc9225 solid;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}/* Items that are hidden from main website */
#pull {
	display: none;
}
#menu-thin-offer {
	display: none;
}
#menu-thin-direction {
	display: none;
}
#menu-thin-phone {
	display: none;
}
#show {
	display: none;
}
#menu-thin {
	display: none;
}
ul.images {
	display: none;
}/* Items that are hidden from main website */ /* Header Area Alignment of Phone and Adreess */
.content-page-title {
	font-size: 2.5rem;
	text-transform: uppercase;
	font-weight: 300;
	color: #484848;
letter-spacing: -.1rem;
	font-family: 'Raleway', sans-serif;
}/* Default Tag Style */
.content-page-title-a {
	color: #484848;
	font-size: 70px;
	line-height: normal;
	font-family: "Alex Brush", cursive;
}
body, td, p, ul, ol, li, div, span, blockquote {
	font-size : 16px;
	color: #484848;
	font-family: 'Open Sans', serif;
}/* Rotator Title */
.welcome {
	max-width: 800px;
	margin: auto
}
.rotator-title-text {
	font-family: 'Raleway', serif;
	line-height: 30px;
	font-size: 27px;
	font-weight:normal !important;
	margin:10px 0 0 0;
	color: #fff; /*background:#484848;*/
}/* Header Style Wrapper */
#header-wrap {
	z-index: 2000;
	max-width: 1200px;
	padding: 30px 0;
	margin: auto
}
#header-wrap-inner {
	z-index: 2000;
	max-width: 1200px;
	padding: 30px 0;
	margin: auto
}
.clearfix {
*zoom:1
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: ""
}
.clearfix:after {
	clear: both
}/* Header Style */
.header-top {
	max-width: 1200px;
	margin: 0 auto;
	position: relative
}/* Main Menu Style */
#main-menu2 {
	width: auto;
	margin: -160px auto 0 auto;
	padding: 0px;
	z-index: 5000;
	background: #f2f2f2;
}
ul.inner-buttons {
	width: auto;
	clear: left;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0px 0px 0 0;
}
ul.inner-buttons a li {
	display: block;
	font-family: 'Raleway', serif;
	color: #fff;
	background: #47b687;
	list-style: none;
	margin: 3px 0px 0px 0px;
	padding: 20px 0;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
}
ul.inner-buttons li {
	background: #47b687;
}
ul.inner-buttons a {
	text-decoration: none
}
ul.header-logo {
	max-width: 240px;
	position: absolute;
	z-index: 999;
	margin: 25px 0 0 0px;
	padding: 0;
	z-index: 999;
}
ul.header-logo li {
	display: block;
	font-family: 'Raleway', serif;
	color: rgba(31,31,31,1.00);
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 18px;
}
ul.header-logo li img {
	width: 100%;
	margin: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out
}
ul.header-logo li.header-practice-name {
	font-size: 46px;
	line-height: normal;
	letter-spacing: -1px;
	font-weight: normal;
	padding-top: 20px;
}
ul.header-logo li.dr-name {
	font-size: 35px;
	line-height: normal;
	letter-spacing: -1px;
	font-weight: normal;
}
ul.header-logo li.img-logo {
	float: left;
	margin-right: 10px;
	margin-top: -10px;
}
ul.header-logo li.header-phone {
	font-size: 38px;
}
ul.header-logo a {
	text-decoration: none;
}
ul.header-logo li a i.fa {
	font-size: 30px;
	margin: 0 5px
}
ul.header-logo li a:hover i.fa {
	color: #484848
}
ul.header-text {
	clear: left;
	display: inline-block;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	list-style: none;
	margin: 0;
	padding: 25px 40px 0 40px;
}
ul.header-text li {
	display: block;
	font-family: 'Raleway', serif;
	color: #fff;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 22px;
}
ul.header-text li.header-practice-name {
	font-size: 36px;
	line-height: normal;
	letter-spacing: -1px;
	font-weight: normal;
}
ul.header-NAP {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	margin: 15px 0px 10px 0;
	padding: 0 10px;
	width: 33%;
}
ul.header-NAP li {
	display: block;
	color: #fff;
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-size: 18px;
}
ul.header-NAP li a {
	color: #fff;
}
ul.header-NAP li a:hover {
	color: #fff;
}
ul.header-NAP li a i.fa-calendar {
	color: #fff !important;
	background: none
}
ul.header-NAP li a:hover i.fa-calendar {
	color: #fff !important;
}
ul.header-NAP li img {
	height: 80px;
	margin: 0;
}
ul.header-NAP li.header-practice-name {
	font-size: 46px;
	line-height: normal;
	letter-spacing: -1px;
	font-weight: normal;
	padding-top: 20px;
}
ul.header-NAP li.dr-name {
	font-size: 35px;
	line-height: normal;
	letter-spacing: -1px;
	font-weight: normal;
}
ul.header-NAP li.img-logo {
	float: left;
	margin-right: 10px;
	margin-top: -10px;
}
ul.header-NAP li.header-phone {
	font-size: 25px;
	color: #fff;
	padding: 0 0 5px 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out
}
ul.header-NAP a {
	text-decoration: none;
}
ul.header-NAP li a i.fa {
	font-size: 20px;
	color: #fff
}
ul.header-NAP li a i {
	margin: 0px 0px 0 6px;
}
ul.header-NAP-2 {
	float: right;
	max-width: 270px;
	list-style: none;
	margin: 40px 0px 40px 0;
	padding: 0;
}
ul.header-NAP-2 li {
	display: block;
	color: #fff;
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-size: 18px;
	text-align: right;
}
ul.header-NAP-2 li a {
	color: #fff;
}
ul.header-NAP-2 li a:hover {
	color: #fff;
}
ul.header-NAP-2 li a i.fa-calendar {
	color: #fff !important;
	background: none
}
ul.header-NAP-2 li a:hover i.fa-calendar {
	color: #fff !important;
}
ul.header-NAP-2 li img {
	height: 80px;
	margin: 0;
}
ul.header-NAP-2 li.header-practice-name {
	font-size: 46px;
	line-height: normal;
	letter-spacing: -1px;
	font-weight: normal;
	padding-top: 20px;
}
ul.header-NAP-2 li.dr-name {
	font-size: 35px;
	line-height: normal;
	letter-spacing: -1px;
	font-weight: normal;
}
ul.header-NAP-2 li.img-logo {
	float: left;
	margin-right: 10px;
	margin-top: -10px;
}
ul.header-NAP-2 li.header-phone {
	font-size: 25px;
	color: #fff;
	padding: 0 0 5px 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out
}
ul.header-NAP-2 a {
	text-decoration: none;
}
ul.header-NAP-2 li a i.fa {
	font-size: 20px;
	color: #fff
}
ul.header-NAP-2 li a i {
	margin: 0px 0px 0 6px;
}
ul.header-NAP-2 li a:hover i.fa {
	color: #fff
}/*  .smaller ul.header-logo li  img{  height: 60px;  line-height: 75px;  font-size: 30px; } .smaller.header-wrapper  {  background-color:rgba(255,255,255,0.9);  } .smaller ul.header-NAP {  margin: 5px 20px 0 0;	  } .smaller ul.header-NAP li.header-phone { font-size: 16px }  .smaller ul.header-text {   	padding:15px 40px 0 40px  ; }  .smaller ul.header-text li {  color:#484848 ; }  .smaller ul.header-NAP li a i.fa{   color:#484848;     }  .smaller ul.header-NAP li.header-phone{    color:#484848 ;   } Header Phone Number *//*.header-wrapper{  margin: 0px 0 0 0; background-color:#ffd79c;  width:100%;  background-position: center top;  	position: relative;z-index: 500;  background-image:url(/images/middle-bg-png.webp);  background-repeat: repeat-x; height:537px; }*/
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
.header-wrapper {
	margin: auto;
	position: relative;
	z-index: 999;
	padding: 0px;
	max-width: 1150px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.header-wrapper-middle {
	margin: 0;
	width: 92vw;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	-o-transition: height 0.5s;
	transition: height 0.5s;
}
.faces-wrapper-inner {
	margin: -120px 0 0 0;
	width: 100%;
	background: url(/go/images/banner-inner-png.webp) #fff no-repeat;
	height: 154px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: -999;
}/***** HEader Image *****/
.faces-wrapper {
	margin: 0px 0 0 0;
	width: 100%;
	background: url(/go/images/banner-png.webp) #fff no-repeat;
	height: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.faces-wrapper .info {
	max-width: 1150px !important;
	margin: auto;
	position: relative;
	padding: 5% 0 15% 0;
font-size: .8rem;
	z-index: 2200
}
.faces-wrapper .info * {
	opacity: 0;
}
.faces-wrapper .info * {
	opacity: 1;
}
.faces-wrapper .info h2 {
	display: inline-block;
	margin: 0;
	color: #47b687;
	font-size: 2em;
	font-weight: 400;
	line-height: 1.2;
	z-index: 6;
	-webkit-animation: fadeInDown 1s ease 3.0s backwards;
	-moz-animation: fadeInDown 1s ease 3.0s backwards;
	-o-animation: fadeInDown 1s ease 3.0s backwards;
	animation: fadeInDown 1s ease 3.0s backwards;/*text-shadow:10px 5px 20px #000, 10px 5px 20px #000;*/
}
.faces-wrapper .info h2, .info h3, .info h4 {
	-webkit-animation: initial;
	-moz-animation: initial;
	-o-animation: initial;
	animation: initial;
}
.faces-wrapper .info h3 {
	font-size: 4.5em;
}
.faces-wrapper .info h3 {
	display: block;
	text-transform: uppercase;
	font-size: 2.2em;
	line-height: 1.05;
	font-weight: 800;
	margin: .4em 0;
	position: relative;
	z-index: 6;
	color: #484848;
	-webkit-animation: fadeIn 1s ease 3.6s backwards;
	-moz-animation: fadeIn 1s ease 3.6s backwards;
	-o-animation: fadeIn 1s ease 3.6s backwards;
	animation: fadeIn 1s ease 3.6s backwards;/*text-shadow:1px 1px 0 #47b687, 2px 10px 20px #000;*/
}
.faces-wrapper .info h3:before, .faces-wrapper .info h3:after {
	content: '';
	position: absolute;
	width: 26%;
	height: 1px;
	top: 50%;
	left: 0;
	display: block;
	background: rgba(255,255,255,.5);
	-webkit-animation: grown .5s 3.6s backwards;
	-moz-animation: grown .5s 3.6s backwards;
	-o-animation: grown .5s 3.6s backwards;
	animation: grown .5s 3.6s backwards;
}
.faces-wrapper .info h3:before, .faces-wrapper .info h3:after {
	display: none;
}
.faces-wrapper .info h3:before, .faces-wrapper .info h3:after {
	width: 18%;
}
.faces-wrapper .info h3:after {
	right: 0;
	left: auto;
}
.faces-wrapper .info h4 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 3em;
	line-height: 1.05;
	font-weight: 800;
	text-align: center;
	margin: 0 0 .2em 0;
	position: relative;
	z-index: 6;
	color: #47b687;
	-webkit-animation: fadeInUp 1s ease 4.2s backwards;
	-moz-animation: fadeInUp 1s ease 4.2s backwards;
	-o-animation: fadeInUp 1s ease 4.2s backwards;
	animation: fadeInUp 1s ease 4.2s backwards;/*text-shadow:1px 1px 0 #fff, 2px 10px 20px #000;*/
}
a.btn {
	color: #484848;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1rem;
	background-color: #47b687;
	padding: 0.75rem 1rem;
	display: inline-block;
	position: relative;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.5);
	z-index: 6;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	cursor: pointer;
	border: none;
	font-family: 'Raleway', arial, sans-serif;
	-webkit-animation: fadeInUp 1s ease 4.4s backwards;
	-moz-animation: fadeInUp 1s ease 4.4s backwards;
	-o-animation: fadeInUp 1s ease 4.4s backwards;
	animation: fadeInUp 1s ease 4.4s backwards;
	text-decoration: none
}
a.btn:hover {
	background: #484848;
	box-shadow: 0 4px 0 #47b687;
	text-shadow: none;
	color: #FFFFFF;
}
@media(max-width:1250px) {
.faces-wrapper .info {
	padding: 5% 0 15% 3%;
}
}
@media(max-width:1150px) {
.faces-wrapper {
}
.faces-wrapper .info {
	width: 100%;
}
.faces-wrapper .info h4 {
}
}
@media(max-width:759px) {
.faces-wrapper {
}
.faces-wrapper .info {
	float: none;
}
.faces-wrapper .info h2 {
	font-size: 1em;
}
.faces-wrapper .info h3 {
	font-size: 1.2em;
}
.faces-wrapper .info h4 {
	font-size: 2em;
}
}
@media(max-width:500px) {
.faces-wrapper .info h4 {
	color: #47b687;
}
.faces-wrapper .info {
	padding: 30% 0 5% 0;
	margin: auto;
	text-align: center
}
a.btn {
	padding: 0.75rem 1rem;
}
.faces-wrapper {
	width: 100% !important;
	margin: 0px 0 0 0;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
}/***** HEader Image End *****/
.feature-2 {
	background-color: rgba(0,0,0,0.6);
	display: table;
	width: 70%;
	padding: 2em 1em;
	margin: 9em auto 0 auto !important;
	bottom: 2em;
}
.feature-2 li {
	display: table-cell;
	position: relative;
	padding: .25em;
}
.feature-2 li img {
	width: 85px
}
.feature-2 li a {
	width: 85px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.feature-2 li a div {
	width: 85px;
	min-height: 50px;
	padding: 5px;
	background: #47b687;
	margin: -30px 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.feature-2 li a:hover, .feature-2 li a div:hover {
	color: #fff;
	margin: -60px 0;
	font-size: 24px;
	background: rgba(0,0,0,0.698);
}
.feature-2 li a span:hover {
	color: #fff;
}
.feature-2 li a {
	text-decoration: none;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.feature-2 li a {
	position: relative;
}
header.header h2 {
	font-size: 2.5rem;
	text-transform: uppercase;
	font-weight: 300;
	color: #484848;
letter-spacing: -.1rem;
}
header.header h2 span {
	font-weight: normal;
	text-transform: none;
	color: #47b687;
	display: block;
	font-size: 25px;
	font-family: 'Raleway', Georgia, serif;
}
.header-wrapper-inner {
	background: url(/go/images/slide2-png.webp) #f1f1f1 center top no-repeat;
	min-height: 300px;
	margin: 0px 0 0 0;
	padding: 0 0 0;
	position: relative;
	width: 100%;
	z-index: 0;
	background-attachment: fixed
}
.content-wide {
	background-size: cover 100%;
	margin: 0;
	padding: 50px 0 50px 0;
	background:     /* top, transparent red */     linear-gradient( rgba(51,0,51,0.8), rgba(51,0,51,0.8) ),     /* bottom, image */ url(/go/images/shutterstock_162094841.webp) center top no-repeat;
}/*.content-wide:before {   content: '';    display: block;    position: absolute;         width: 100%;    height: 100%; background-size:cover;   background: rgba(51,0,51,0.9)     }*/
.content-wrapper {
	margin: auto;
	background: #fff;
	width: 100%;
	display: inline-block;
	padding: 30px 0px 0px 0;
	position: relative;
	background: url('/go/images/faded-logo-png.webp');
	background-repeat: no-repeat;
	background-position: 90% 140px;
	background-size: 500px auto;
}
.content-wrapper p, .content-wrapper li {
	line-height: 30px;
	font-weight: normal
}
.content-wrapper h2 {
	color: #484848 !important;
	text-align: left
}
.content-wide h1, .content-wide h2 {
	color: #fff;
	text-align: center
}
.content-wrapper-inner {
	margin: 0px auto 0 auto;
	width: 100%;
	padding: 165px 0 20px 0;
	position: relative;
}
.content-wrapper-inner p, .content-wrapper-inner li {
	line-height: 30px;
	font-weight: normal
}
.content-wrapper-home {
	width: 100%;
	padding: 20px 0 0px 0;
	position: relative;
	margin: auto;
}
.content-wrapper-ins {
	width: auto;
	background-image: url(/go/images/brick-texture.webp);
	background-attachment: fixed;
}
.content-wrapper-footer {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}/*.slider-wrapper{max-width:1600px; margin:0 auto;	position: relative; }*/
.slider-wrapper {
	height: 570px;
	margin: 0 auto;
	width: 100%;
	z-index: -1;
}
.special-wrapper {
	float: right;
	text-align: center;
	width: 25%;
	margin: 30px 0 0px 20px;
	padding: 20px 0;
}
.special-wrapper p {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal
}
.special-wrapper h1 {
	color: #484848;
	font-size: 40px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700
}
.content-inner {
	margin: 20px 30px 0 30px;
	width: calc(100% - 420px) !important;
}
.italic {
	font-size: 17px;
	font-style: italic;
	display: inline;
	font-family: "Times New Roman", Georgia, Serif;
	line-height: 28px;
}
.special-wrapper-inner {
	width: 380px;
	background: #47b687;
	padding: 30px 0 30px 0;
	text-align: center;
	position: relative;
	z-index: 998;
	float: right;
}
.special-wrapper h2 {
	font-size: 30px;
	font-family: 'Raleway', serif;
	color: #484848;
	padding: 0px;
	margin: 0
}
.logo-wrapper {
	margin: 0px;
	padding: 20px 0 10px 0;
	position: relative;
	text-align: center;
}
.bottom-wrapper {
	margin: 0px;
	padding: 40px 0;
	background-color: #f5f5f5;
	width: 100%
}
#content-main p, .content-main p, .content-main li {
	line-height: 30px;
	margin-bottom: 15px;
	font-size: 18px;
}
#content-main {
	width: 650px;
	margin: 20px 0 0 0;
}
.content-main {
	width: 100%;
	margin: 0 auto;
	max-width: 1150px;
}
@media(max-width:1200px) {
.content-main {
	margin: 0px 30px 0 30px;
}
}
.contentimg-cta img {
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all ease 1.2s;
	-moz-transition: all ease 1.2s;
	-o-transition: all ease 1.2s;
	transition: all ease 1.2s;
}
.contentimg-cta.show img {
	margin-left: 0;
	opacity: 1;
	display: table;
}
.contentimg-cta .half.left {
	float: none;
	clear: none;
	display: table-cell;
	width: 450px
}
.contentimg-cta .half.right {
	border-left: solid 20px #47b687;
	padding: 0em 1em;
	position: relative;
	display: table-cell;
	clear: none;
	float: none;
	vertical-align: top;
}
.contentimg-cta .half.right:after {
	display: block;
	content: ' ';
	position: absolute;
	left: 0;
	top: 1.5em;
	width: 0;
	height: 0;
	border-bottom: solid 15px transparent;
	border-top: solid 15px transparent;
	border-left: solid 15px #47b687;
}
.contentimg-cta .half.right h2 {
	padding: 0;
	margin: 0
}
.contentimg-cta {
	padding: 1em 0;
	overflow: hidden;
	max-width: 1150px;
	margin: auto
}
@media(max-width:900px) {
.contentimg-cta.show img {
	display: block;
}
.contentimg-cta .half.left {
	display: block;
	width: 100%
}
.contentimg-cta .half.right {
	display: block;
	border-left: solid 5px #47b687;
}
}
.points {
	background-color: #EFEFEF;
	display: table;
	margin: 20px 0
}
.points header {
	text-align: center;
	font-family: 'Raleway', serif;
	padding: 1em 2em;
}
.points > h2 {
	text-align: center;
	color: #484848;
	font-family: 'Raleway', serif;
	font-size: 2.5em;
	padding: .25em 0 0 0;
}
.points .half.left {
	position: relative;
	display: table-cell;
	float: none;
	clear: none;
}
.points.content-cta .half.left {
	vertical-align: top;
	position: relative;
	padding-right: .5em;
}
.points .half.right {
	width: 55%;
	float: none;
	clear: none;
	display: table-cell;
	vertical-align: top;
	background-color: #484848;
	position: relative;
}
.points .half.right:before, .points.content-cta .half.left:before {
	position: absolute;
	content: ' ';
	width: 50px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #47b687;
}
.points .half.left:after {
	position: absolute;
	right: 0;
}
.points .half.left h2, .points .half.left h3 {
	font-family: 'Raleway', serif;
}
.points .half.left h2 {
	position: relative;
	padding-bottom: .5em;
}
.points .half.left h3 {
	color: #484848;
	font-size: 2em;
}
.points .half.left h3.h2-lookalike {
	color: #47b687;
	font-size: 1.25em;
	position: relative;
	padding-bottom: .5em;
}
.points .half.left h2:after {
	content: ' ';
	position: absolute;
	width: 20%;
	left: 40%;
	height: 1px;
	background-color: #838383;
	bottom: 0em;
}
.points .half.left h3.h2-lookalike:after {
	content: ' ';
	position: absolute;
	width: 20%;
	left: 40%;
	height: 1px;
	background-color: #47b687;
	bottom: 0em;
}
.points ul {
	background-color: #484848;
	padding: 0;
	margin: 0;
	list-style: none;
}
.points ul li {
	padding: .5em 2em .5em 4em;
	color: #FFFFFF;
	border-bottom: solid 1px #EFEFEF;
	position: relative;
	overflow: hidden;
	font-size: 16px;
}
.points ul li:last-child {
	border-bottom: none;
}
.points ul li:before {
	font-family: FontAwesome;
	content: '\f00c';
	left: 0em;
	position: absolute;
	font-size: 1.5em;
	top: 0;
	padding: 0.7em .5em;
	display: table-row;
	height: 100%;
	line-height: 1em;
}
@media(max-width:759px) {
.points {
	display: block;
}
.points .half.left {
	display: block;
}
.points .half.right {
	width: 100%;
	display: block;
}
.points ul li {
	padding: 1em 1em 1em 4em;
}
}/***** Footer *****/
footer {
	text-align: center;
	padding: 10px 0px 20px 0px;
	background: #007BC7;
	display: inline-block;
	width: 100%;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer > div h3 {
	font-size: 27px;
	color: #fff;
	background: #484848;
	font-family: 'Raleway', serif;
	margin: 0 0 20px 0;
}
footer .copyright {
	display: block;
	margin-top: 15px;
	color: #fff;
}
footer .copyright a {
	color: #fff;
}
#footer-form {
	width: 400px
}/*#footer-form input,#footer-form textarea {          box-sizing: border-box; width:200px;    border: none;    padding: 5px 15px;    font-size: 18px;     margin-bottom: 12px;    background: none;     border-radius: 2px;    background-color: #ededed;         box-shadow: inset 0 1px 1px rgba(0, 0, 1, 0.25); }*/
#footer-contact {
	position: relative;
	z-index: 5;
}
#footer-contact address {
	font-family: 'Raleway', serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 28px;
	margin: 15px 0 0 0;
}
#footer-contact .phone {
	color: #484848;
	font-family: 'Raleway', serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
}
#footer-contact .hours {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	max-width: 240px;
	list-style: none;
}
#footer-contact .hours > li {
	color: black;
	font-family: 'Raleway', serif;
	font-size: 14px;
	line-height: 26px;
}
#footer-contact .hours > li > span {
	display: inline-block;
	width: 105px;
	font-size: 14px;
}
#footer-contact .footer-emergency {
	background: #FF0004;
	display: block;
	margin-left: -20px;
	width: calc(100% + 40px);
	color: #fff;
	padding: 5px 0;
	text-align: center;
	font-family: 'Raleway', serif;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 26px;
}
#footer-contact .socials {
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}
#footer-contact .socials a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	margin: 0 4px;
	font-size: 30px;
	color: #484848;
}
#footer-contact .socials a:hover {
	color: #000;
}
#footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-nav ul li {
	margin: 0 10px 10px 0;
	display: inline-block
}
#footer-nav ul a {
	font-family: 'Raleway', serif;
	font-size: 14px;
	line-height: 14px;
	color: #353535;
}
@media screen and (max-width: 1200px) {
#footer-contact {
	width: 300px;
}
}
@media screen and (max-width: 870px) {
}
@media screen and (max-width: 759px) {
#footer-nav ul {
	display: block !important;
}
}/***** Footer End *****/
ul.logo-NAP {
	clear: left;
	margin: auto;
	z-index: -999;
	list-style: none;
	padding: 0;
	text-align: center;
}
ul.logo-NAP li {
	display: inline-block;
	color: #e3e3e3;
	vertical-align: middle;
	list-style: none;
	margin: 0px 5px 0px 5px;
	padding: 0 10px;
}
section.services {
	margin-bottom: 30px;
	border-bottom: 1px solid #555555;
	border-top: 1px solid #555555;
}
section.services h5 {
	color: #e3e3e3;
	font-size: 40px;
	font-weight: 200;
	text-transform: uppercase;
	margin: 55px 20px 0 0;
	width: 28%;
	line-height: 1;
}
section.services ul, section.services h5 {
	display: inline-block;
	vertical-align: top;
}
section.services ul {
	list-style: none;
	;
	padding: 10px 0 10px 30px;
	width: 61%;
	border-left: 1px solid #555555;
}
section.services ul li {
	display: inline-block;
	width: 30%;
	margin: 3px 1%;
	vertical-align: top;
}
section.services ul li a {
	display: block;
	font-size: 15px;
	padding: 2px 0;
	line-height: 1.3;
}/*.special-wrapper-inner ul.menu-services-go { clear:left; list-style:none;margin: auto;padding:0;  width:300px; }.special-wrapper-inner ul.menu-services-go li { display:  block; margin:0px 0px 1px 0px;list-style:none;padding:3px 45px 3px 20px; border:3px solid #e0e0e0; width:300px; background-image: url(/images/arrow-png.webp); background-repeat:no-repeat; background-position:95%; background-color:#e0e0e0; /* fallback *}.special-wrapper-inner ul.menu-services-go li a {font-size:16px; text-align:left; font-weight: 400; color:#002744; text-decoration:none;   }.special-wrapper-inner ul.menu-services-go li a {  text-decoration:none; }.special-wrapper-inner ul.menu-services-go   li a:hover{  text-decoration: underline; }.special-wrapper-inner ul.menu-services-go  .img { float:none; text-align:center; border:none;}   .special-wrapper-inner ul.menu-services-Go li.video { border-width: 0px;margin-left: -14px;}   .special-wrapper-inner ul.menu-services-Go li#show-spacer{ margin-bottom:100px;}.special-wrapper-inner ul.menu-services-Go.fix li#show-spacer{margin-bottom:5px; }.special-wrapper-inner ul.menu-services-Go li.transparent{ text-align:center; background:none; border:none;}*/
#rotator-area {
	padding: 25px 10px 15px 10px;
	text-align: center;
	background: url(/images/rotator-bg.webp) #e0e0e0 center top no-repeat;/*color:#002744; Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#806844+0,5f4c2c+100 *//* IE6-9 */
	font-size: 16px;/*-moz-text-shadow: 1px 1px 0px #fff; -webkit-text-shadow: 1px 1px 0px #fff; text-shadow: 1px 1px 0px #fff;*/
}/*#rotator-area p  {color:#002744; }#rotator-area span  {color:#002744; }#rotator-area div  {color:#002744; }#rotator-area td  {color:#002744; ;}div.rotator td{ color:#fff;}*/
.spacer {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.spacer2 {
	clear: left;
	font-size: 0;
	line-height: 0;
}/***** Video Tesimonials *****/
.video-testimonials {
	padding: 0 0 4vw 0;
}
.video-testimonials .header {
	text-align: center;
}
.video-test-content {
	width: 100%;
	max-width: 950px;
	text-align: center;
	margin: 0 auto;
	font-size: 1.25rem;
	color: #484848;
	line-height: 2.5rem;
}
.video-scroll-contain {
	width: 100%;
	position: relative;
	height: 17.5vw;
	overflow: hidden;
}
.video-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0;
	padding: 0;
	width: 200%;
	position: absolute;
	-webkit-animation: testimonial-videos 50s linear infinite;
	-moz-animation: testimonial-videos 50s linear infinite;
	-o-animation: testimonial-videos 50s linear infinite;
	animation: testimonial-videos 50s linear infinite;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
	height: 100%;
	right: -200%;
}
.video-list.part2 {
	-webkit-animation: testimonial-videos 50s linear infinite 25s;
	-moz-animation: testimonial-videos 50s linear infinite 25s;
	-o-animation: testimonial-videos 50s linear infinite 25s;
	animation: testimonial-videos 50s linear infinite 25s;
}
.video-scroll-contain:hover .video-list {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
.video-list li {
	-webkit-flex: 0 0 16%;
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
	list-style: none;
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	background-size: cover;
}
.video-list li:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(51,0,51,0.502);
	z-index: 1;
}
.video-list li a {
	position: relative;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: block;
}
.video-list li a .info {
	position: absolute;
	z-index: 2;
	width: 84%;
	bottom: 3.75rem;
	left: 4%;
}
.video-list li a h3 {
	color: #FFFFFF;
	z-index: 10;
	font-family: 'Merriweather', Georgia, serif;
	margin: 0 0 1rem;
	line-height: 1.7em;
	font-size: 14px;
	font-weight: normal;
}
.video-list li a h3:before {
	content: '"';
	color: #47b687;
	font-size: 2rem;
}
.video-list li a h3:after {
	content: '"';
	color: #47b687;
	font-size: 2rem;
}
.video-list li a .name {
	color: #47b687;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.video-list li a .name:before {
	content: '-';
}
.video-list li .video-btn {
	font-size: 1.5rem;
	position: absolute;
	right: 0;
	bottom: 25px;
	border: none;
	color: #484848;
	text-shadow: none;
	font-family: 'Raleway', arial, sans-serif;
	font-weight: 400;
	font-size: 1.875rem;
	height: auto;
	display: inline-block;
	border-radius: 50px 0 0 50px;
	cursor: pointer;
	background-color: #47b687;
	padding: 0 10px 0 3px;
}
.video-list li .video-btn i {
	margin: 3px 10px 0 0;
	vertical-align: middle
}
.video-btn:hover {
	color: #FFFFFF;
	background-color: #484848;
	box-shadow: 0 4px 0 #47b687;
}
.video-btn span {
	display: inline-block;
	line-height: 3rem;
}
.video-btn icon {
	font-size: 3rem;
margin: 0rem .5rem 0 0;
	position: relative;
	display: block;
	float: left;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.video-btn:hover icon {
	color: #FFFFFF;
}
.video-list li .video-btn icon {
}
.no-flexbox .video-scroll-contain {
	height: 38vw;
}
.no-flexbox .video-list {
	right: auto;
	width: 100%;
	position: relative;
}
.no-flexbox .video-list li {
	height: 18vw;
	width: 31%;
	float: left;
	margin: 0 1% 2vw;
}
@media(max-width:1200px) {
.video-list li a .info {
	width: 90%;
	bottom: 2.75rem;
}
.video-list li a h3 {
	margin: 25px 0 0 0;
	line-height: 1.4em;
	font-size: 16px;
}
}
@media(max-width:860px) {
.video-list li a .info {
	width: 90%;
	bottom: 2rem;
}
.video-list li a h3 {
	font-size: 14px;
}
}
@media(max-width:759px) {
.video-testimonials {
	display: none
}
}/***** Video Testimonials End *****/   /***** Navigation *****/
.main-menu {
	z-index: 103;
	width: 100%;
	background: #007BC7;
	float: left;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
/*
@media (max-width:64em) {
.main-menu {
	height: 0px !important
}
}

*/
a {
	background: 0 0
}
a:active, a:hover {
	outline: 0
}
.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 230px !important;
	max-width: 1100px;
}
@media (min-width:759px) {
.container {
	width: auto;
}
}
@media (min-width:1024px) {
.container {
	width: auto
}
}
@media (min-width:1200px) {
.container {
	width: 1150px
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.pull-right {
	float: right!important
}
.pull-left {
	float: left!important
}
.hide {
	display: none!important
}
.show {
	display: block!important
}
.invisible {
	visibility: hidden
}
.hidden {
	display: none!important;
	visibility: hidden!important
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none
}
.sf-menu li {
	position: relative
}
.sf-menu ul {
	position: absolute;
	display: none; /*top:100%;left:0;z-index:99*/
	background: #0079C2 no-repeat;
}
.back-div {
	width: 850px;
	position: absolute;
	top: 5px;
	margin: 0 auto !important;
	display: inline-block;
	left: 0;
	right: 0;
	text-align: left;
	padding: 10px 0 0 0 !important;
}
.sf-menu>li {
	float: left
}
.sf-menu li.sfHover>ul {
	display: block
}
.sf-menu a {
	display: block;
	position: relative
}
.sf-menu ul ul {
	top: 0;
	left: 100%
}
.sf-menu {
	float: left;
	margin-bottom: 1em
}
.sf-menu ul.menu-services {/*box-shadow:2px 2px 6px rgba(0,0,0,.2);min-width:45em;*width:45em*/
	text-align: center;
	height: 100%;
	min-height: 270px;
	background-position: 28% 70% !important;
	background: #0079C2 no-repeat;
	left: -820%;
	right: -1029%;
	z-index: 999999;
}
.sf-menu ul.menu-services li {
	display: inline-block;
	width: 280px
}/*.sf-menu ul{box-shadow:2px 2px 6px rgba(0,0,0,.2);min-width:12em;*width:12em}*/
.sf-menu a {
	padding: 0;
	text-decoration: none;
	zoom: 1;
	color: #13a
}
.sf-menu li {
	white-space: nowrap;
*white-space:normal;
	-webkit-transition: background .2s;
	transition: background .2s
}
.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none
}
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
*padding-right:1em
}
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #dFeEFF;
	border-top-color: rgba(255,255,255,.5)
}
.sf-arrows>.sfHover>.sf-with-ul:after, .sf-arrows>li>.sf-with-ul:focus:after {
	border-top-color: #fff
}
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF;
	border-left-color: rgba(255,255,255,.5)
}
.sf-arrows ul .sfHover>.sf-with-ul:after, .sf-arrows ul li>.sf-with-ul:focus:after {
	border-left-color: #fff
}
.sf-vertical {
	width: 12em
}
.sf-vertical ul {
	left: 100%;
	top: 0
}
.sf-vertical>li {
	float: none
}
.sf-vertical li {
	width: 100%
}
.sf-vertical.sf-arrows>li>.sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF;
	border-left-color: rgba(255,255,255,.5)
}
.sf-vertical.sf-arrows .sfHover>.sf-with-ul:after, .sf-vertical.sf-arrows li>.sf-with-ul:focus:after {
	border-left-color: #fff
}
#mobile-menu {
	display: none
}
.footer-menu .sf-menu>li {
	float: none
}
.footer-menu .sf-menu li.sfHover>ul {
	display: inherit
}
.footer-menu .sf-menu a {
	display: inherit;
	position: relative
}
.footer-menu .sf-menu ul ul {
	top: 0;
	left: 0
}
.footer-menu .sf-menu {
	float: none;
	margin-bottom: 0
}
.footer-menu ul.sf-menu {
	text-align: left;
	position: relative;
}
.footer-menu ul.sf-menu > li {
	color: #e3e3e3;
	display: inline-block;
	border-left: 1px solid #555555;
}
.footer-menu ul.sf-menu > li:first-child {
	border-left: none;
	border-top: none;
}
.footer-menu ul.sf-menu > li > a {
	color: #e3e3e3;
	line-height: 30px;
	font-size: 15px;
	padding: 5px 18px;
	text-decoration: none;
}
.footer-menu ul.sf-menu > li > a:hover {
	text-decoration: underline;
}
.footer-menu ul.sf-menu li:hover > ul {
	display: none;
}
@media only screen and (max-width:1024px) {
.sf-menu ul.menu-services {
}
}
@media only screen and (max-width:759px) {
#mobile-menu {
	display: block;
	position: absolute;
	left: 4%;
	top: 15px;
	z-index: 99999;
	background: #007BC7;
}
.sf-menu ul.menu-services {
	background: transparent;
}
.back-div {
	width: auto;
	position: relative;
}
.touch-with-ul>a:after {
	position: absolute;
	font-size: 14px;
	top: 50%;
	right: 1em;
	margin-top: -7px;
	content: "\f0d7";
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	line-height: 1em
}
li.touch-with-ul.touch-hover:after>a {
content:"\f0d8"
}
.sidr {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: none;
	overflow-y: auto;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #333;
	background: -moz-linear-gradient(left, #333 0, #191919 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #333), color-stop(100%, #191919));
	background: -webkit-linear-gradient(left, #333 0, #191919 100%);
	background: -o-linear-gradient(left, #333 0, #191919 100%);
	background: -ms-linear-gradient(left, #333 0, #191919 100%);
	background: linear-gradient(to right, #333 0, #191919 100%);
	-pie-background: linear-gradient(left, #333 0, #191919 100%);
	behavior: url(/PIE.htc);
}
.admin-bar .sidr {
	top: 24px;
}
.sidr .menu {
	height: auto;
	visibility: visible;
	background: 0 0;
	margin: 0 0 50px 0
}
.sidr .sidr-inner {
	padding: 0 0 15px
}
.sidr .sidr-inner>p {
	margin-left: 15px;
	margin-right: 15px
}
.sidr.right {
	left: auto;
	right: -260px
}
.sidr.left {
	left: -260px;
	right: auto
}
.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
	font-size: 11px;
	font-weight: 400;
	padding: 0 15px;
	margin: 0 0 5px;
	color: #fff;
	line-height: 24px;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: linear-gradient(#4d4d4d, #1a1a1a);
	-webkit-box-shadow: 0 5px 5px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 5px 3px rgba(0,0,0,.2);
	box-shadow: 0 5px 5px 3px rgba(0,0,0,.2)
}
.sidr p {
	font-size: 13px;
	margin: 0 0 12px
}
.sidr p a {
	color: rgba(255,255,255,.9)
}
.sidr>p {
	margin-left: 15px;
	margin-right: 15px
}
.sidr ul {
	display: block;
	margin: 0 0 15px;
	padding: 0;
}
.sidr .sf-menu li {
	display: block;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #4d4d4d;
	-webkit-box-shadow: -8px 10px 0px -9px #1a1a1a;
	-moz-box-shadow: -8px 10px 0px -9px #1a1a1a;
	box-shadow: -8px 10px 0px -9px #1a1a1a;
	background: 0 0
}
.sidr .sf-menu {
	float: none;
	width: 100%
}
.sidr .sf-menu>li {
	width: auto;
	float: none;
	line-height: normal
}
.sidr li.sidr-class-active {
	line-height: 17px
}
.sidr li.sidr-class-active>a {
	-webkit-box-shadow: inset 0 0 15px 3px #222;
	-moz-box-shadow: inset 0 0 15px 3px #222;
	box-shadow: inset 0 0 15px 3px #222
}
.sidr li a {
	text-align: left;
	padding: 10px 30px 10px 5px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
.sidr li a {
	padding: 6% 30px 6% 5px;
	display: block;
	text-decoration: none;
	font-size: 1.6em;
	font-family: "Raleway", tahoma, verdana, arial, sans-serif;
	font-weight: bold;
}
.sidr .sf-menu li ul {
	border-bottom: 0;
	margin: 0;
	position: relative;
	left: 0;
	width: 100%!important
}
.sidr li li {
	font-size: 13px;
	line-height: 17px;
	background: #1E1E1E
}
.sidr li li:last-child {
	border-bottom: 0
}
.sidr li li a {
	color: #ccc;
	padding-left: 30px
}
.sidr .sf-menu ul ul li {
	background: #000
}
.sidr li li li a {
	padding-left: 45px
}
.sidr form {
	margin: 0 15px
}
.sidr label {
	font-size: 13px
}
.sf-menu ul.menu-services {
	min-width: auto;
*width: auto
}
.sf-menu ul.menu-services li {
	display: block;
	width: auto
}
}
#sb-container {
	height: 100%;
	display: none;
	visibility: hidden;
	z-index: 999
}
.primary-1-bg {
	color: #FFFFFF;
	border-color: #FFFFFF
}
.sf-active, #mobile-menu {
}
.menu {
	height: 60px;
	visibility: hidden;
	margin: 0 auto
}
.menu>ul {
	margin: 0
}
.menu.fit {
	visibility: visible
}
.sf-active .sf-menu {
	max-height: 100%
}
.sf-active {
	margin: 0;
	clear: both
}
.sf-active li {
	z-index: 20;
	height: inherit;
	line-height: 20px;
	white-space: normal;
	background: transparent
}
.sf-active li.sfHover {
	background: transparent
}
.sf-active a {
	font-size: 15px;
	text-align: center;
	text-transform: uppercase
}
.sf-active a {
	color: #fff;
	border-left: none;
	border-top: none
}
.sf-active li.sfHover a {
	color: #fff;
	border-left: none;
	border-top: none
}
.sf-active .sf-menu>li>a {
	font-weight: 500
}
.sf-active .sf-menu>li.sfHover>a {
	color: #fff
}
.sf-active .sf-menu>li>a.sf-with-ul:after {
	border: none!important
}
.sf-active .sf-menu.sf-arrows>li>a {
	padding-right: 0
}
.sf-active ul ul li a {
	padding: 0.6em 3.5em 0.6em 1.5em;
	font-size: 17px;
	text-align: left;
	text-transform: none
}/*.sf-active ul ul{background-color:rgba(255,255,255,0.95);color:#303030;  border:5px solid #ffffff;  }*/
.sf-active ul ul li a:hover {
	color: #fff;
}
.sf-active ul ul li {
	text-align: left;
	background: transparent;
	white-space: nowrap;
	z-index: 2
}
.sf-menu>li.sfHover {
	background-color: #0079C2;
	color: #FFFFFF;
	border-color: #FFFFFF
}
.sf-active ul ul li.sfHover {
	background-color: #007BC7;
	color: #FFFFFF;
	border-color: #FFFFFF
}
.sf-active ul ul ul {
	margin-top: 0px
}
.sf-active ul ul ul li {
	background: transparent;
	z-index: 1
}
.sf-active ul ul ul li.sfHover {
	background: rgb(0,0,0);
	background: rgba(0,0,0,1)
}
.sf-active li.last ul {
	left: auto;
	right: 0
}
.sf-active li>a {
	-webkit-transition: padding .25s ease;
	transition: padding .25s ease
}
.sf-active li.last ul ul {
	right: 100%
}
.sf-active .last ul a, .sf-active li.last ul .sfHover a {
	text-align: right;
	padding: 0.8em 1.5em 0.8em 1.5em;
}
.sf-arrows .last ul .sf-with-ul:after {
	margin-left: -3px;
	right: auto;
	left: 1em;
	border-color: transparent;
	border-right-color: #dFeEFF;
	border-right-color: rgba(255,255,255,.5)
}
.sf-arrows .last ul li>.sf-with-ul:focus:after, .sf-arrows .last ul .sfHover>.sf-with-ul:after {
	border-color: transparent;
	border-right-color: white
}
.sf-active ul ul li.sfHover>a, .sf-active ul ul li a:hover {
	color: #FFF;
}
@media only screen and (max-width: 759px) {
#mobile-menu, #mobile-menu>a {
	font-size: 24px;
	color: #fff;
}
#mobile-menu>a {
	float: left;
	display: block;
	padding: 10px;
	line-height: 20px;
	height: 50px;
	width: 50px;
	z-index: 999999;
	position: relative;
}
#mobile-menu>a:hover {
	text-decoration: none
}
#mobile-menu a.practice-link {
	float: none;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}
.sidr li a {
	color: #FFF;
	text-align: left;
	padding-right: 36px
}
.sidr li li a {
	color: #ccc
}
.sidr .sidebar-search {
	position: relative;
	padding: 10px 0;
	border: none
}
.sidebar-search .input-medium {
	width: 184px;
	padding-right: 28px
}
.sidebar-search button {
	line-height: 1em;
	margin-left: -40px;
	position: absolute;
	right: 5px;
	top: 16px;
	background: none;
	border: none;
	border-left: 1px solid #CCC
}
ul.children {
	display: none
}
.services-div ul.menu-services {
	display: inline-block;
}
ul.show-touch-menu {
	position: static!important;
	display: block
}
}/***** Navigation End *****/
.DWSReview {
	padding: 10px;
	border: 1px solid #dc9225;
	margin: 10px auto 10px auto;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #f3ebe0;
}
.revName {
	font-weight: 700;
	font-style: italic;
}
.revName:before { /* content: "\2022""\0020"; */
	content: " - ";
	display: inline;
}/* sibebar menu css start */
[data-sidebar] {
display: none;
position: fixed;
height: 100%;
z-index: -1;
opacity: 0;
}
[data-sidebar-overlay] {
height: 100%;
display: none;
position: fixed;
top: 0;
left: 0;
opacity: 0;
width: 100%;
min-height: inherit;
z-index: 9;
}/* Additional styles */
aside {
	background-color: rgba( 0, 38, 74, 0.9);
	box-shadow: 0 6px 0 0 rgba(0,0,0,0.5);
	z-index: 999999;
	display: none;
}
aside a {
	color: #fff;
	text-decoration: none;
}
.sidemenu {
	z-index: 999999;
}
.overlay {
	background-color: #ddd;
	z-index: 999;
}
.padding {
	height: 100%;
	padding: 0;
	width: 230px;
}
.sidebar-ul > ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.sidebar-ul > ul a {
	color: #fff;
	text-decoration: none;
}
.sidebar-ul > ul a:hover {
	color: #fff;
	text-decoration: underline;
}
.sidebar-ul > ul > li {
	border-bottom: 1px solid #796543;
	line-height: 30px;
	margin: 10px 0 0;
	padding: 0 0 0 20px;
}
.sidebar-callouts {
	width: 100%;
	display: inline-block;
	padding: 0px;
	list-style: none;
	margin: 10px 0;
}
.sidebar-callouts > li {
	margin: 10px 0 0;
}
.sidebar-callouts > li > a {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	border: 1px solid;
	color: #fff;
	display: inline-block;
	padding: 10px 0 10px 10px;
	text-decoration: none;
	width: 94%;
}
.sidebar-callouts > li > a:hover {
	color: #fff;
}/* sibevar menu css end */
.scrollToTop {
	width: 39px;
	height: 40px;
	text-align: center;
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	right: 10%;
	bottom: 20px;
	display: none;
	background: rgba(0, 0, 0, 0) url("/images/back-to-top-bax-png.webp") no-repeat scroll center center;
	background-position: left center;
	z-index: 9999;
	border-radius: 6px;
}
.scrollToTop:hover {
	text-decoration: none;
}/* Dropdown Menu Css start *//*ul li a:hover + .hidden, .hidden:hover {display: block;}li ul {display: none;padding: 0 10px;}li ul li {display: block; float: none;}li ul li a { padding: 10px;color: #fff;border-bottom:1px solid}li ul a:hover {	background: rgba(23,65,125,0.9);color: #fff;}*/
.hidden {
	background: rgba(255,255,255,0.9);
	display: none;
	padding: 0;
	position: absolute;
	top: 235px;
	z-index: 999999;
	box-shadow: 0 0 3px 0 #000;
}
.hidden a {
	display: inline-block;
	color: #000;
	padding: 8px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	text-align: left;
	text-decoration: none;
	width: 150px;
	border-bottom: 1px solid #00275a;
}/* Dropdown Menu Css end */
.special-fluid {
	display: none
}/* Services Css Start */
.main-services-box {
	display: flex;
	flex-wrap: wrap;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 0px 0px rgba(23, 23, 24, 0.35);
	position: relative;
	margin: 0;
}
.services-box {
	flex: 100%;
	max-width: 50%;
	display: flex;
	box-sizing: border-box;
	padding: 10px 20px;
	align-items: center;
	border-right: 4px solid rgba(255, 255, 255,1);
	border-bottom: 4px solid rgba(255, 255, 255,1);
}
.service-bg-1 {
	background: #ab9d90 url('/content/images/preventive-img-01.webp');
	background-position: center center;
	background-size: cover;
}
.service-bg-2 {
	background: #ab9d90 url('/content/images/restorative-img-01.webp');
	background-position: center center;
	background-size: cover;
}
.service-bg-3 {
	background: #ab9d90 url('/content/images/cosmetic-img-01.webp');
	background-position: center center;
	background-size: cover;
}
.service-bg-4 {
	background: #ab9d90 url('/content/images/advanced-img-01.webp');
	background-position: center center;
	background-size: cover;
}
.service-img {
	margin-right: 30px;
}
.service-img img {
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(23, 23, 24, 0.1);
	width: 100%;
	max-width: 90px;
	display: block;
}
.services-ul {
	padding: 20px 10px 20px 45px !important;
	margin: 0px;
	height: 100%;
	display: flex !important;
	flex-flow: column !important;
	justify-content: top !important;
	display: inline-block;
	width: 100% !important;
	position: relative !important;
	background: transparent !important;
	left: auto !important;
	right: auto !important;
}
.services-ul a {
	text-decoration: none !important;
	padding-left: 5px;
	display: inline-block;
	width: 100%;
	max-width: 250px;
	text-transform: none;
}
.services-ul a li {
	margin: 2px 0;
	font-size: 17px;
	list-style: disc;
}
.services-ul a:hover {
	background: #fff;
}
.services-ul a:hover li {
	color: #000;
}
.service-box-title {
	font-size: 22px !important;
	margin-left: -15px;
	line-height: normal !important;
}
.service-box-title a {
	text-decoration: none;
	color: #000;
}
.service-box-title strong {
	font-size: 26px !important;
}
.imgbox {
	float: left;
	width: 30%;
	padding: 0 15px 0 0;
}
.box {
	float: left;
	width: 70%;
}
.box h3 {
	margin: 0px;
}
.box p {
	margin: 0px;
}/* Services Css End */
.footer-1 {
	float: left;
	width: 100%;
	background: #356fb7;
	padding-bottom: 0px;
}
.footer-1-hours {
	width: 30%;
	display: inline-block;
	float: left;
	background: url(/go/images/featured-services-bg-png.webp);
	padding: 30px 0;
}
.footer-1-map {
	width: 70%;
	display: inline-block;
	float: left;
}
.footer-1-hour-box {
	max-width: 300px;
	margin: 0 auto;
}
.footer-1-hour-box a {
	color: #fff;
}
.footer-1-hours-title {
	font-size: 28px;
	color: #fff;
	font-weight: 300;
	margin: 5px 0;
}
.footer-1-hour-box ul {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
}
.footer-1-hour-box ul li {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 5px 0 5px 0;
	color: #fff;
	font-size: 18px;
}
.footer-1-hour-box ul li span {
	display: inline-block;
	width: 100%;
	max-width: 130px;
	font-size: 18px;
	color: #fff;
}
.footer-1-footer-call {
	font-size: 18px;
	color: #fff;
}
.footer-1-footer-call a {
	font-size: 30px;
	color: #fff;
	font-weight: 300;
}
.footer-1-footer-call i {
	font-size: 36px;
	color: #fff;
	margin-right: 10px;
}/* Footer-1 Css End *//* Footer-2 Css Start */
.footer-2 {
	display: inline-block;
	width: 100%;
	background: #0079C2;
	background-position: left center;
	background-size: cover;
	padding: 0;
	float: left;
}
.footer-2-hour-content-div {
	width: 100%;
	margin: 0 auto;
}
.footer-2-hour {
	display: inline-block;
	width: 33.33%;
	vertical-align: middle;
	float: left;
	padding-top: 1%;
}
.footer-2-map {
	width: 33.33%;
	display: inline-block;
	float: left;
}
.footer-2-appt-box {
	display: inline-block;
	width: 49%;
	vertical-align: middle;
	text-align: center;
}
.footer-2-hour-div {
	max-width: 300px;
	margin: 0 auto;
}
.footer-2-hour-div > h3 {
	font-size: 28px;
	color: #fff;
	margin: 10px 0;
}
.footer-2-hour-div ul {
	padding: 0px;
	display: inline-block;
	width: 100%;
	list-style: none;
	margin: 0px;
	line-height: 26px;
}
.footer-2-hour-div ul li {
	padding: 0px;
	display: inline-block;
	width: 100%;
	list-style: none;
	color: #fff;
	margin: 5px 0;
	font-size: 16px;
}
.footer-2-hour-div ul li span {
	font-size: 18px;
	color: #fff;
	;
	padding: 0px;
	display: inline-block;
	width: 100%;
	list-style: none;
	font-weight: bold;
	max-width: 110px;
}
.footer-2-footer-call {
	font-size: 18px;
	color: #fff;
	margin: 5px 0;
}
.footer-2-footer-call i {
	font-size: 36px;
	color: #fff;
	margin-right: 10px;
}
.footer-2-footer-call a {
	font-size: 30px;
	color: #fff;
	font-weight: 300;
}
.footer-2-appt-box h3 {
	font-size: 38px;
	font-weight: 800;
	color: #fff;
}
.footer-2-call-btn {
	background: #eee;
	color: #000;
	padding: 15px 25px;
	display: inline-block;
	font-size: 28px;
	border-radius: 10px;
}
.footer-2-office-div {
	width: 33.33%;
	padding: 0px;
	float: left;
}
.footer-2-office-img-new {
	width: 100%;
	background: #160f0a url('/content/office/officesign.webp');
	background-position: center center;
	background-size: cover;
	padding: 0;
	text-align: center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 414px;
}
.footer-2-office-img-new:hover {
}
.footer-2-office-img-new a {
	margin: 5px 0;
	width: 100%;
	max-width: 300px;
	background: #2e367f;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 15px 0px;
	font-size: 18px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	top: 15%;
}
.footer-2-office-img-new a:hover {
	background: #2e367f;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.8;
}
.footer-2-office-img-new a span {
	color: #fff;
	font-size: 18px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.footer-2-office-img-new a:hover span {
	color: #fff;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}/* Footer-2 Css End */
.wrapper-grid {
	display: grid;
	grid-template-columns: 62.667% 36.334%;
}
.grid-box {
	padding: 0 3em 2em 0;
}
.grid-imgbox {
	padding: 5em 0 0 0;
}
hr {
	border: 1px solid #eee;
}
.team-box {
	padding: 0px;
	list-style: none;
	display: inline-block;
	padding: 0px;
	text-align: center;
	width: 100%;
}
.team-box li {
	display: inline-block;
	padding: 0px 5px;
	width: 100%;
	max-width: 250px;
	vertical-align: top;
}
.dws-btn {
	color: #ffffff;
	background-color: #e9b85e;
	border-color: #e9b85e;
	text-decoration: none;
	display: inline-block;
	text-decoration: none !important;
	padding: 10px 15px !important;
	border-radius: 10px;
}
.slide-div {
	display: inline-block;
	width: 100%;
	position: relative;
}
.flexslider {
	position: absolute !important;
	top: 30% !important;
	width: 100% !important;
	max-width: 800px !important;
	left: 0;
	text-align: center;
	margin: 0 auto !important;
	right: 0;
	padding: 25px 15px 20px 15px !important;
	border-radius: 10px;
}
.flexslider h3 {
	font-size: 38px;
	margin: 5px 0;
	color: #000;
	font-weight: lighter;
}
.flexslider p {
	font-size: 18px;
	margin: 5px 0;
	color: #000;
	font-weight: 600;
}
.slide-btn {
	background: #E6B04C;
	padding: 10px 15px;
	display: inline-block;
	text-decoration: none !important;
	color: #000;
	margin-top: 10px;
	font-size: 17px;
}
.service-div {
	display: inline-block;
	width: 100%;
	padding: 0;
	background: #f9f9f9;
}
.service-div-box {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.service-col {
	background: #008557;
	display: inline-block;
	width: 100%;
	max-width: 25%;
	padding: 50px 35px 60px 35px;
	text-align: left;
	float: left;
	height: 300px;
}
.col-green {
	background: #026447;
}
.service-div-box h2 {
	text-align: center;
	margin: 20px 0 20px 0;
	font-weight: lighter;
	font-size: 34px;
}
.service-col h3 {
	text-align: left;
	color: #fff;
	margin: 5px 0;
	font-size: 26px;
	font-weight: lighter;
}
.service-col p {
	color: #fff;
	margin: 5px 0
}
.service-col-btn {
	background: #E6B04C;
	padding: 10px 10px;
	display: inline-block;
	text-decoration: none !important;
	color: #000;
	margin-top: 10px;
	font-size: 16px;
	border-radius: 0px;
}
.header-div {
	float: left;
	width: 100%;
	position: relative;
	z-index: 9;
	background: rgba(0,0,0,0.6);
	text-align: center;
}
.header-margin {
	margin-bottom: -250px;
}
.new-callouts {
	display: inline-block;
	width: 100%;
	padding: 45px 0;
	background: #E6B04C;
}
.new-callouts-div {
	width: 100%;
	max-width: 1200px;
	margin: -120px auto 0 auto;
	z-index: 0;
	position: relative;
	text-align: center;
}
.new-callouts-div-inner {
	width: 1200px;
	margin: 0px auto 0 auto;
	z-index: 0;
	position: relative;
}
.col-01 {
	display: inline-block;
	width: 24.6%;
	padding: 0 5px;
}
.col-01 > a {
	text-decoration: none;
}
.white-back {
	background: #026447; /*padding:15px;*/
	padding: 0px;
}
.white-back img {
	width: 100%;
	display: block;
}
.white-back > h3 {
	color: #000;
	font-size: 20px;
	margin: 10px 0 5px 0;
}
.white-back > p {
	color: #000;
	font-size: 15px;
	margin: 5px 0 5px 0;
}
@media only screen and (max-width: 40em) {
.white-back img {
	display: none;
}
}
.reivew-white-back {
	background: #026447; /*padding:15px;*/
	padding: 0;
}
.reivew-white-back > h3 {
	color: #000;
	font-size: 20px;
	margin: 10px 0 5px 0;
}
.reivew-white-back > p {
	color: #000;
	font-size: 15px;
	margin: 5px 0 5px 0;
}
.callout-btn {
	padding: 15px 5px 15px 5px;
	background: #026447;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	text-align: center;
}
.col-01 > a:hover .callout-btn {
	background: #026447;
}
.head-main-div {
	float: left;
	width: 100%;
	position: relative;
}
.dr-section {
	width: 100%;
	display: inline-block;
	padding: 30px 0 10px 0;
}
.dr-main-div {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1180px;
	text-align: center;
}
.dr-main-div h3 {
	text-align: center;
	font-size: 40px;
	color: #000;
	font-weight: lighter;
	margin: 10px 0 10px 0;
}
.dr-main-div p {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 30px;
}
.dr-main-div a {
	width: 100%;
	max-width: 19%;
	padding: 0 10px;
	display: inline-block;
	text-decoration: none;
}
.dr-main-div h2 {
	text-align:center;
	text-decoration: none;
	color: #000 !important;
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0 20px 0;
}
.dr-call-jeff {
	background: url('/content/team/drclayshadyspringdentist.webp');
	background-position: -5px center;
	background-size: cover;
	border-radius: 100%;
	width: 100%;
	height: 200px;
	border: 3px solid #008457;
}
.dr-call-ben {
	background: url('/content/team/drhienershadyspringdentist.webp');
	background-position: 0% center;
	background-size: cover;
	border-radius: 100%;
	width: 100%;
	height: 200px;
	border: 3px solid #008457;
}
.dr-call-travis {
	background: url('/content/team/drwillsshadyspringdentist.webp');
	background-position: center 0%;
	background-size: cover;
	border-radius: 100%;
	width: 100%;
	height: 200px;
	border: 3px solid #008457;
}
.dr-call-angela {
	background: url('/content/team/drangelashadyspringdentist.webp');
	background-position: center center;
	background-size: cover;
	border-radius: 100%;
	width: 100%;
	height: 200px;
	border: 3px solid #008457;
}
.dr-call-joseph {
	background: url('/content/team/drdouglasshadyspringdentist.webp');
	background-position: center center;
	background-size: cover;
	border-radius: 100%;
	width: 100%;
	height: 200px;
	border: 3px solid #008457;
}
.dr-call-Kristie {
	background: url('/content/team/drkristieshadyspringdentist.webp');
	background-position: center center;
	background-size: cover;
	border-radius: 100%;
	width: 100%;
	height: 200px;
	border: 3px solid #008457;
}
.dr-call-Poe {
	background: url('/content/team/shadyspring-drpoe.webp');
	background-position: center center;
	background-size: cover;
	border-radius: 100%;
	width: 100%;
	height: 200px;
	border: 3px solid #008457;
}
.dr-call-Meadows{
	background: url('/content/team/dr-meadows-callout.webp');
	background-position: center center;
	background-size: cover;
	border-radius: 100%;
	width: 100%;
	height: 200px;
	border: 3px solid #008457;
}
.dr-call-Austin{
	background: url('/content/team/dr-austin-callout.webp');
	background-position: center center;
	background-size: cover;
	border-radius: 100%;
	width: 100%;
	height: 200px;
	border: 3px solid #008457;
}
.dr-call-rainy{
	background: url('/content/team/dr-rainy-callout.webp');
	background-position: center center;
	background-size: cover;
	border-radius: 100%;
	width: 100%;
	height: 200px;
	border: 3px solid #008457;
}
.dr-call-jeff-in {
	background: url('/content/team/drclayshadyspringdentist.webp');
	background-position: center center;
	background-size: cover;
	border-radius: 100%;
	width: 100%;
	height: 270px;
	border: 5px solid #008457;
}
.dr-call-ben-in {
	background: url('/content/team/drhienershadyspringdentist.webp');
	background-position: 0% center;
	background-size: cover;
	border-radius: 100%;
	width: 100%;
	height: 270px;
	border: 5px solid #008457;
}
.dr-call-travis-in {
	background: url('/content/team/drwillsshadyspringdentist.webp');
	background-position: center center;
	background-size: cover;
	border-radius: 100%;
	width: 100%;
	height: 270px;
	border: 5px solid #008457;
}
.dr-call-angela-in {
	background: url('/content/team/drangelashadyspringdentist.webp');
	background-position: center center;
	background-size: cover;
	border-radius: 100%;
	width: 100%;
	height: 270px;
	border: 5px solid #008457;
}
.dr-call-joseph-in {
	background: url('/content/team/drdouglasshadyspringdentist.webp');
	background-position: center center;
	background-size: cover;
	border-radius: 100%;
	width: 100%;
	height: 270px;
	border: 5px solid #008457;
}
.dr-call-Kristie-in {
	background: url('/content/team/drwills-drkristie.webp');
	background-position: center center;
	background-size: cover;
	border-radius: 100%;
	width: 100%;
	height: 270px;
	border: 5px solid #008457;
}
.dr-call-Poe-in {
	background: url('/content/team/shadyspring-drpoe.webp');
	background-position: center center;
	background-size: cover;
	border-radius: 100%;
	width: 100%;
	height: 270px;
	border: 5px solid #008457;
}
.dr-section-new {
	width: 100%;
	display: inline-block;
	padding: 10px 0 60px 0;
}
.dr-main-div-new {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1180px;
	text-align: center;
}
.dr-main-div-new h3 {
	text-align: center;
	font-size: 40px;
	color: #000;
	font-weight: lighter;
	margin-bottom: 5px;
}
.dr-main-div-new p {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 30px;
}
.dr-main-div-new a {
	width: 100%;
	max-width: 280px;
	padding: 0 10px;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
}
.dr-main-div-new h4 {
	text-decoration: none;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0 0 0;
}
.dr-call-jeff-new {
	background: url('/content/team/dr-jeff-clay.webp');
	background-position: center 0%;
	background-size: 100% 300px;
	border-radius: 100%;
	width: 100%;
	height: 200px;
}
.dr-call-ben-new {
	background: url('/content/team/dr-ben-hiener.webp');
	background-position: center 7%;
	background-size: 100% 300px;
	border-radius: 100%;
	width: 100%;
	height: 200px;
}
.dr-call-travis-new {
	background: url('/content/team/dr-wills-new.webp');
	background-position: center 0%;
	background-size: 130% 380px;
	border-radius: 100%;
	width: 100%;
	height: 200px;
}
.dr-call-angela-new {
	background: url('/content/team/dr-angela-douglas.webp');
	background-position: center 10%;
	background-size: 86% 260px;
	border-radius: 100%;
	width: 100%;
	height: 200px;
}
.dr-call-joseph-new {
	background: url('/content/team/dr-joseph-douglas.webp');
	background-position: center -5%;
	background-size: 83% 270px;
	border-radius: 100%;
	width: 100%;
	height: 200px;
}
.review-box {
	background-image: url(/go/images/review-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.review-box-landing {
	background-image: url(/content/images/landing-review-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.footer-section {
	display: inline-block;
	width: 100%;
}
.footer-container {
	width: 100%;
	max-width: 1180px;
	display: block;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
.map-div {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	padding: 0 10px;
	text-align: center;
}
.map-div p {
	color: #000;
	font-size: 18px;
}
.office-btn {
	background: #E6B04C;
	padding: 10px 15px;
	display: inline-block;
	text-decoration: none !important;
	color: #000;
	font-size: 16px;
}
.social-box {
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 6px 0 0 0;
	text-decoration: none;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 100%;
	font-size: 20px;
}
.hours-section {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-colr: #008557;
	padding: 0px 0 0px 0;
	background-image: url(/go/images/review-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
@media screen and (max-width: 40em ) {
.hours-section {
	background-color: #008557;
	background-image: none;
}
}
.hours-div {
	width: 100%;
	max-width: 1180px;
	display: inline-block;
}
.hours-box {
	width: 31%;
	display: inline-block;
	vertical-align: top;
	padding: 30px 10px 30px 10px;
	vertical-align: middle;
}
.green-bg { /*background: #026447;*/
	background: rgba(2,139,95,0.8);
	padding: 30px 10px 0px 10px !important;
	width:100%;
}
.location-about {
	padding: 5px 5px !important;
}
.green-mob {
	display: none;
}
.hours-box ul {
	display: inline-block;
	text-align: center;
	list-style: none;
	padding: 5px 0;
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.hours-box ul li {
	display: inline-block;
	width: 100%;
	max-width: 230px;
	text-align: left;
	margin: 5px 0;
	color: #fff;
}
.hours-box p {
	color: #fff;
}
.hours-box ul li span {
	display: inline-block;
	width: 100px;
	color: #fff;
}
.online-payment {
	background: #E6B04C;
	padding: 10px 0;
	text-align: center;
}
.online-payment ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	width: 100%;
	max-width: 1200px;
}
.online-payment ul li p {
	font-size: 34px;
	color: #fff;
	margin: 0;
}
.online-payment ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
	margin: 0 10px;
}/* testimonials css start */
.thumbnail {
	position: relative;
}
.thumbnail img {
	width: 100%;
}
.testimonials-page .testimonial-card:hover {
	position: relative;/*top:-25px;    left:-100px;*/
	width: 95% !important;
	display: block;
	z-index: 999;
}
.testimonial-card:hover img {
	position: relative;/*top:-25px;    left:-100px;*/
	width: 700px !important;
	display: block;
	z-index: 999;
}
.testimonials-new-div {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.column-clear.testimonials-page {
	display: inline-block;
	margin-right: 4%;
	max-width: 1100px;
	width: 29%;
	float: left;
}
.testimonial-card {
	width: 95%;
	float: left;
	margin-bottom: 30px;
	padding: 15px;
	text-align: center;
	text-decoration: none !Important;
}
.text-hover {
	max-height: 420px;
	position: relative;
	transition: height 0.5s;
	-webkit-transition: height 0.5s;
	overflow: hidden
}
.text-hover:hover {
	max-height: none;
	height: auto
}
.testimonial__footer {
	padding: 10px;
}
.testimonials-page .testimonial-card .testimonial__rating {
	padding-bottom: 18px
}
.testimonials-page .testimonial-card .testimonial__rating i {
	font-size: 34px;
	color: #406b9c
}
.testimonials-page .testimonial-card .testimonial__body {
	padding: 20px 1px
}
.testimonials-page .testimonial-card p {
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 18px;
	padding-top: 18px;
	margin: 0;
}
.testimonials-page .testimonial-card:hover, .testimonials-page .testimonial-card:hover p {
	text-decoration: none;
}
.testimonial-card {
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.testimonial-card:hover {
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}
.testimonials-page .testimonial-card .testimonial__footer p {
	font-size: 15px;
	line-height: 23px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: 600
}
.testimonials-page .testimonial-card.grey:nth-child(odd) {
	background-color: #eee
}
.testimonials-page .testimonial-card.orange:nth-child(8n) {
	background-color: #eee !important;
}
.testimonials-page .testimonial-card.green:nth-child(odd) {
	background-color: #eee
}
.testimonials-page .testimonial-card.blue:nth-child(odd) {
	background-color: #eee
}
.testimonials-page .testimonial-card:nth-child(odd) {
	background-color: #eee
}
.testimonials-page .testimonial-card:nth-child(even) {
	background-color: #eee
}
.testimonials-page .testimonial-card:nth-child(3n) {
	background-color: #eee
}
.testimonials-page .testimonial-card:nth-child(4n) {
	background-color: #eee
}
.testimonials-page .testimonial-card:nth-child(5n) {
	background-color: #eee
}
.testimonials-page .testimonial-card:nth-child(6n) {
	background-color: #eee
}
.testimonials-page .testimonial-card:nth-child(7n) {
	background-color: #eee
}
.testimonials-page .testimonial-card:nth-child(8n) {
	background-color: #eee
}/* smile gallery css start */
.testimonials-page .testimonial-card.no-color:nth-child(odd) {
	background-color: transparent !important;
}
.testimonials-page .testimonial-card.no-color:nth-child(even) {
	background-color: transparent;
}
.testimonials-page .testimonial-card.no-color:nth-child(3n) {
	background-color: transparent;
}
.testimonials-page .testimonial-card.no-color:nth-child(4n) {
	background-color: transparent;
}
.testimonials-page .testimonial-card.no-color:nth-child(5n) {
	background-color: transparent;
}
.testimonials-page .testimonial-card.no-color:nth-child(6n) {
	background-color: transparent;
}
.testimonials-page .testimonial-card.no-color:nth-child(7n) {
	background-color: #d6e7e5
}
.testimonials-page .testimonial-card.no-color:nth-child(8n) {
	background-color: transparent;
}/* smile gallery css end *//* testimonials css end */
.patient-btn-ul {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	list-style: none;
}
.patient-btn-ul li {
	display: inline-block;
	width: 100%;
}
.patient-btn-ul li a {
	background: #E6B04C;
	padding: 10px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #000;
	text-decoration: none !important;
}
.header-right-box {
	width: 100%;
	max-width: 75%;
	text-align: center;
	float: right;
}
.appointment-box {
	width: 100%;
	display: inline-block;
	margin: 0px auto 15px auto;
	position: relative;
}
.appointment-box a {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	margin: 3px;
	background: #E6B04C;
	text-align: center;
	padding: 10px 0;
	text-decoration: none;
	color: #000;
	font-size: 18px;
	border: 1px solid #E6B04C
}
.appointment-box-sd a {
	display: inline-block;
	width: 100%;
	max-width: 380px;
	background: #E6B04C;
	text-align: center;
	padding: 10px 0;
	text-decoration: none;
	color: #000;
	font-size: 18px;
	margin-bottom: 20px;
}
.appointment-box a i {
	font-size: 20px;
}
.team-50 {
	display: inline-block;
	width: 48%;
	padding: 0 10px;
	vertical-align: top;
}
.team-50 h2 {
	text-align: left;
	margin: 5px 0;
	font-size:20px;
	font-weight:600;
}
.team-50 h3 {
	text-align: left;
	margin: 5px 0;
	font-size:20px;
}
.team-50 p {
	text-align: left;
	margin: 5px 0;
}
.team-50 a {
	text-decoration: none;
}
.RotatorFormButton, .MainFormButton {
	background: #E6B04C;
	border: 0;
	color: #000;
	padding: 10px 15px !important;
	font-size: 18px;
	display: block;
	width: auto;
	margin: 0 auto;
}
.review-div { /*position: absolute; left: 0; right: 0; margin: 0 auto; width: 100%; max-width:1200px; text-align:right; bottom: 150px;*/
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 26%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.home-review-box {
	position: absolute;
	top: auto;
	bottom: 12%;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 0;
}
.home-review-bg {
	background: rgba(0,0,0,0.6);
	padding: 3px 15px;
	border-radius: 10px;
	z-index: 0;
	min-height: 300px;
	display:flex;
	flex-direction: row;
	align-items:center;
}
.review-box-new {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.left-box {
    width: 100%; /* Adjust width as needed */
    max-width:160px;
    padding: 10px;
    box-sizing: border-box;
}

.right-box {
    width: 85%; /* Adjust width as needed */
    padding: 10px;
    box-sizing: border-box;
}


#ReviewBox {
	background: #007BC7;
	display: inline-block;
	list-style: none;
}
#ReviewBox a {
	display: inline-block;
	width: 100%;
	padding: 5px 0;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
.membership-logo {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	list-style: none
}
.membership-logo li {
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
}
.mobile-header-box {
	display: none;
}
.mob-rotator-div {
	display: none;
}
.google-bg:hover {
	background: rgba(255,255,255,0.7);
	border-color: #fff;
	color: #e04028;
}
.facebook-bg:hover {
	background: rgba(255,255,255,0.7);
	border-color: #fff;
	color: #4064ad;
}
.twitter-bg:hover {
	background: rgba(255,255,255,0.7);
	border-color: #fff;
	color: #1c9deb;
}
.youtube-bg:hover {
	background: rgba(255,255,255,0.7);
	border-color: #fff;
	color: #f80000;
}
.yelp-bg:hover {
	background: rgba(255,255,255,0.7);
	border-color: #fff;
	color: #bf0001;
}
.instagram-bg:hover {
	background: rgba(255,255,255,0.7);
	border-color: #fff;
	color: #d8119f;
}
.rss-bg:hover {
	background: rgba(255,255,255,0.7);
	border-color: #fff;
	color: #f8a000;
}
.fa-1x {
	font-size: 30px !important;
	vertical-align: middle;
}
.corona-box {
	position: absolute;
	top: 30%;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 630px;
}
.corona-box a {
	text-decoration: none;
	border: 2px solid #007BC7;
	display: inline-block;
	width: 100%;
	padding: 8px 15px 8px 15px;
	background: rgba(255,255,255,0.99);
	border-radius: 10px;
}
.corona-box h3 {
	color: #007BC7;
	font-size: 20px;
	margin: 5px 0;
}
.corona-box p {
	color: #007BC7;
	font-size: 18px;
	margin: 5px 0;
}
.corona-box p span {
	color: #007BC7;
	font-size: 20px;
	font-weight: 600;
}
#rtr2_tr1, #rtr2_tr2, #rtr2_tr3, #rtr2_tr4 {
	display: block !important;
}

.gift-flex { display: flex; width: 100%; max-width: 1150px; margin: 5% auto;}

.gift-form { padding:0 15px; width:50%; }

.gift-card-content { padding:0 15px; width:50%; }

.gift-card-content h3 { font-size:30px; text-align:center; }

.gift-ul { display:block; margin:0 auto; width:100%; max-width:320px; }

.gift-ul li { margin:10px 0; font-size:20px; }

.gift-ul li:before { content: ''; display: inline-block; height: 25px; width: 35px; background-image: url('/content/images/tick-mark-icon.webp'); background-size: contain;
  background-repeat: no-repeat; margin-left: -35px; vertical-align:middle;}

.call-tracking-box { display:block; margin:3% auto; width:100%; max-width:300px; text-align:center;  }

.call-tracking-box p { font-size:18px; text-transform:uppercase; text-align:center; line-height:normal !important; margin-bottom:5px; color:#026447; }

.tracking-btn { background:#026447; text-decoration:none; padding:15px 0; width:100%; max-width:200px; display:inline-block; text-align:center; color:#fff !important; text-decoration:none !important; }

.right-img-box { float: right; margin-left: 15px; width: 100%; max-width: 300px;}
.right-video-box {
  float: right;
  margin-left: 15px;
  width: 100%;
  max-width: 450px;
}


@media screen and (min-width: 47.5em ) {/*.content-main {  margin-right: 17.5em; }*/
.special-wrapper {
	position: relative;
}
}
@media screen and (max-width: 1599px) {
.header-wrapper {
	height: auto !important;
}
.corona-box {
	left: -15%;
	top: 55%;
}
}
@media screen and (max-width: 1303px) {
.review-div {
	max-width: 1150px;
	padding: 0 10px;
}
.header-wrapper {
	padding: 0 10px;
}
.header-div {
	background: #fff;
}
ul.header-NAP li a {
	color: #000;
}
ul.header-NAP li a:hover {
	color: #000;
}
ul.header-NAP li a i.fa {
	color: #000;
}/*.review-div { left: auto !important; right: 5px !important; }*/
#gradient {
	max-width: 100%;
}
#rotator-area {
	max-width: 100%;
}
.header-wrapper {
	height: auto;
}
#header-wrap, #header-wrap-inner {
	padding: 0 20px
}
ul.header-NAP li {
}
ul.header-block li.md {
	display: block !important;
}
#header-wrap {
	height: 135px;
}
}
@media screen and (max-width: 1199px) {/*.service-div-box { padding:0 50px 0 0; }*/
.content-main {
	padding: 0px;
}
.services-div {
	padding: 15px 10px;
}
.header-margin {
	margin-bottom: 0;
}
.dr-main-div-new a {
	margin: 10px 0;
}
.service-col {
	height: 320px;
}
.dr-main-div {
	padding: 0 15px;
}
.dr-main-div-new {
	padding: 0 15px;
}
.dr-main-div a {
	max-width: 220px;
}
h1 {
	margin: 5px 0 0 0
}/*.dr-main-div-new a { max-width: 30%;}*.header-div { padding:0px; margin:0px; background:#0078c1; }.header-wrapper { padding:0 10px; }.content-wrapper-footer{ width: auto;} .grid3 { margin:0px 10px}.callout4{ display:none !important}ul.footer-NAP {   width: 1000px;    }ul.footer-NAP li { display: inline-block !important; margin:0px 30px 0px 0px; padding:0;} section.services h5 { margin:55px 20px 0 0;width:38%; }section.services ul { width:51%; }.smaller  .menu{height:50px;}.smaller  .sf-active li{ line-height:15px; }ul.flipper {  margin:30px  auto 0px  auto; }ul.flipper li  {  margin:0px 10px 0px 0px;} /*.flip-container, .front, .back {width:260px; height: 260px;  }*/
ul.special-block {
	clear: left;
	list-style: none;
	margin: auto;
	width: auto;
	padding: 20px 0;
}
ul.special-block li {
;
}
ul.special-block li {
	padding: 12px 0px 12px 60px;
	margin: 6px 2% 6px 0
}
ul.special-block a li {
	font-size: 25px;
}
#header-NAP {
	display: none;
}
.content-wrapper {
	padding: 50px 0 0 0;
}
.content-wrapper-home {
	width: auto;
	margin: 0 20px;
}
.welcome {
	width: auto;
	margin: 0 10px 0 10px;
}
.header-top {
	width: auto;
	margin: 0 10px 0 10px;
}
#rotator-area {
	max-width: 100%;
}
#content-main, .content-main {
	width: auto;
}
textarea {
	width: 350px;
}
nav > ul li a {
	padding: 0 12px;
}
#show {
	display: block;
}
#show.read-reviews-button {
	background-image: url(/images/stars5-png.webp);
	background-repeat: no-repeat;
	background-position: 95%;
	background-color: #00264b; /* fallback */
	background-image: url(/images/stars5-png.webp), -webkit-gradient(linear, left top, left bottom, from(#00264b), to(#0051b9));
	background-image: url(/images/stars5-png.webp), -webkit-linear-gradient(top, #00264b, #0051b9);
	background-image: url(/images/stars5-png.webp), -moz-linear-gradient(top, #00264b, #0051b9);
	background-image: url(/images/stars5-png.webp), -ms-linear-gradient(top, #00264b, #0051b9);
	background-image: url(/images/stars5-png.webp), -o-linear-gradient(top, #00264b, #0051b9);
	background-image: url(/images/stars5-png.webp), linear-gradient(top, #00264b, #0051b9);
}
ul.header-logo {
}
ul.header-logo li {
	font-size: 18px;
}
ul.header-logo li.text {
	font-size: 36px;
}
ul.header-logo li.header-practice-name {
	font-size: 40px;
}
#callouts {
	width: auto;
}
ul.block {
	width: auto;
}
ul.block li {
	width: 23%
}
ul.block a li>div {
	font-size: 1em;
	letter-spacing: -1px
}
ul.special-block-hr li {
	width: 20%
}
ul.block li img {
	width: 100% !important;
}
ul.special-block-hr li img {
	width: 100% !important;
}
nav#menu-thin-pulldown > ul > li > a {
	line-height: 20px;
	padding: 10px 8px;
}
ul.header-text li {
	font-size: 18px;
}
ul.header-text li.header-practice-name {
	font-size: 30px;
}
}
@media screen and (max-width: 1024px) {
.home-review-box {
	position: relative;
	top: auto;
	bottom: auto;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.home-review-bg {
	background: rgba(0,0,0,1);
	border-radius: 0px;
}
.corona-box {
	left: -30%;
	top: 60%;
	max-width: 550px;
}
.content-wrapper {
	padding: 0px;
}
.hours-box {
	padding: 30px 0;
}
.team-50 {
	display: inline-block;
	width: 98%;
	padding: 0 10px;
	vertical-align: middle;
}
.column-clear.testimonials-page {
	margin-right: 2%;
	width: 48%;
}
ul.header-logo {
	max-width: 200px;
	position: relative;
	display: inline-block;
	float: left;
	margin: 15px 0 0 0px;
}
.appointment-box {
	width: 100%;
	display: inline-block;
	margin: 15px auto 0 auto;
	max-width: 300px;
}
.container {
	width: auto !important;
	max-width: 1000px !important;
	padding: 0px 10px !important;
}
.service-col {
	max-width: 49%;
	height: 300px;
	margin: 3px;
}
.col-01 {
	max-width: 300px;
	width: 100%;
	margin: 10px 0;
}
.callout-btn {
	font-size: 16px;
	padding: 15px 5px 15px 5px;
}
.new-callouts-div {
	margin: 0;
	padding: 20px 0;
}
.flexslider {
	display: none;
}/* Media Css for Footer-2 */
.footer-2-hour {
	width: 100%;
}
.footer-2-office-div, .footer-2-map {
	width: 50%;
}/* Media Css for Footer-2 *//* Media Css for Footer-1 */
.footer-1-hours {
	width: 100%;
}
.footer-1-map {
	width: 100%;
}/* Media Css for Footer-1 */
.services-box {
	flex-flow: column;
	padding: 20px 10px;
}
ul.flipper {
	margin: 10px auto 10px auto;
}
ul.header-text {
	display: none
}
.center {
	text-align: left !important
}
.special-wrapper {
	width: 270px;
}
ul.flipper {
	margin: 30px auto 0px auto;
}
ul.flipper li {
	margin: 0px 10px 0px 0px;
}
ul.flipper li.box3 {
	display: none
}
ul.footer-NAP {
	width: 760px;
}
ul.footer-NAP li {
	display: inline-block !important;
	margin: 0px 10px 0px 0px;
	padding: 0;
	font-size: 14px
}
ul.footer-NAP li img {
	width: 100px
}
ul.footer-NAP li a {
	font-size: 14px
}
ul.footer-NAP li h5 {
	font-size: 14px
}
}
@media screen and (max-width: 860px) {
.corona-box {
	left: -35%;
	top: 60%;
	max-width: 450px;
}
.header-right-box {
	width: 100%;
	max-width: 65%;
	float: right;
	text-align: right;
	padding: 5px 0;
}
ul.header-NAP {
	max-width: 100%;
	margin: 5px 0;
	width: 100%;
}
.appointment-box {
	margin: 0px 50px 0 auto;
}
.header-wrapper {
	height: auto;
}
.callout3 {
	display: none !important
}
section.services h5 {
	font-size: 30px;
	margin: 0 0 0 10px;
}
section.services ul {
	padding: 0px 0 20px 10px;
	margin: 0
}
section.services ul, section.services h5 {
	width: 90%;
}
section.services h5 {
	margin: 20px 0;
}
section.services ul {
	border: 0;
}
.img-center {
	position: relative;
	margin: 0;
	left: 0
}
ul.footer-NAP li {
	font-size: 13px
}
ul.footer-NAP li a {
	font-size: 13px
}
ul.footer-NAP li h5 {
	font-size: 13px
}
.header-wrapper-inner {
	background: #f1f1f1;
}
}
@media screen and (max-width: 759px) {

.home-review-bg { flex-direction: column; }

.left-box {
    width: 100%; /* Adjust width as needed */
    max-width:100%;
    text-align:center;
}

.right-box {
    width: 100%;
}


.right-img-box { float: none; margin: 15px auto; width: 100%; max-width: 300px; display:block;}

.right-video-box { float: none; margin: 15px auto; width: 100%; max-width: 450px; display:block;}

.gift-flex { flex-direction: column;}

.gift-form { padding:0 15px; width:100%;margin-top:30px; }

.gift-card-content { padding:0 15px; width:100%;  }


.mobile-icon { display: block; position: fixed; background: #00a652; padding: 10px; right: 20px; bottom: 15px; border-radius: 100%; text-align: center; z-index: 999999; width: 100%; max-width: 50px;}

.mobile-icon i { font-size:28px; color:#fff; }

.invisalign-box {
	display: block;
	margin: 10px auto;
	float: none;
}
.corona-box {
	left: auto;
	top: auto;
	max-width: 550px;
	position: relative;
	margin-top: 15px;
}
.img-res {
	float: none !important;
	display: block;
	margin: 0 auto !important;
}
.mob-rotator-div {
	display: inline-block;
	width: 100%;
}
.mob-rotator {
	display: block;
	margin: 10px auto;
	width: 100%;
	padding: 10px 15px;
	background: #007BC7;
	text-align: center;
}
.mob-rotator p, .mob-rotator td, .mob-rotator span, .mob-rotator div, .mob-rotator h3 {
	color: #fff;
}
.appointment-box a {
	max-width: 300px;
	display: block;
	margin: 5px auto;
}
.mobile-header-box {
	display: inline-block;
	width: 100%;
}
.mobile-header-box ul {
	display: inline-block;
	width: 100%;
	padding: 0px;
	list-style: none;
	margin: 5px 0;
}
.mobile-header-box li {
	display: inline-block;
	list-style: none;
	font-size: 22px;
	margin: 0 5px;
	vertical-align: middle;
	width: 100%;
	max-width: 260px;
	text-align: left;
}
.mobile-header-box li a {
	text-decoration: none;
	color: #fff;
}
.mobile-header-box li a span {
	vertical-align: middle;
	font-size: 22px;
}
.mobile-header-box li a i {
	font-size: 34px;
	background: #007BC7;
	padding: 8px 0;
	margin: 0 3px;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	text-align: center;
	float: left;
	border-radius: 100%;
}
.mobile-header-box li i {
	font-size: 34px;
}
.img-responsive {
	margin: 0 auto;
	display: block;
	float: none !important;
}
ul.header-NAP li.header-phone {
	padding: 0px;
}
.green-mob {
	display: inline-block;
	background: #026447;
}
.green-bg {
	background: transparent;
	padding: 10px 10px !important;
}
.green-desk {
	display: none;
}
.hours-box {
	width: 100%;
}

.hours-box ul li { display:block; margin:10px auto; }

.col-28-services {
	width: 98%;
	margin: 10px 0;
}
.review-div {
	position: relative;
	left: 0;
	right: 0;
	margin: 10px auto;
	width: 100%;
	max-width: 280px;
	bottom: auto;
}
.header-right-box {
	width: 100%;
	max-width: 100%;
	float: none;
	display: inline-block;
	text-align: center;
	padding: 5px 0 10px 0;
}
.column-clear.testimonials-page {
	margin-right: 0%;
	width: 98%;
}
.appointment-box {
	width: 100%;
	display: inline-block;
	margin: 0px auto 0 auto;
	position: relative;
	max-width: 100%;
	float: none;
}
.dr-main-div-new a {
	max-width: 220px;
}
.dr-main-div-new a div {
	height: 200px;
}
.col-01 {
	width: 100%;
	max-width: 400px;
}
.map-div {
	width: 100%;
	padding: 10px 15px;
}
.service-col {
	max-width: 100%;
	height: 300px;
	margin: 0;
}
.wrapper-grid {
	display: table;
}
.grid-box {
	padding: 2em 1em 0em 0;
}
.grid-imgbox {
	padding: 1em 0 0 0;
}/*.grid-box { display: table-footer-group;}.grid-imgbox { display: table-header-group;}*//* Media Css for Footer-2 */
.footer-2-office-div, .footer-2-map {
	width: 100%;
}/* Media Css for Footer-2 */
.services-box {
	max-width: 100%;
}
section.insurance article, section.insurance figure {
	width: 90%;
}
.callout3, .callout4 {
	display: block !important
}
ul.header-block li.res-header-nap {
	display: block
}
#main-menu2 {
	margin: -10px 0 0 0
}
.grid3 {
	margin: 0;
	overflow: hidden
}
section.insurance figure {
	display: none;
}
ul.flipper li.box2 {
	display: none
}
ul.header-block {
	clear: left;
	width: auto;
	list-style: none;
	margin: auto;
	padding: 0;
}
ul.header-block li {
	display: block;
	list-style: none;
	margin: auto;
	padding: 0;
	vertical-align: middle;
	text-align: center
}
ul.header-block li.last-child {
	display: none
}
ul.header-block li:last-child {
	float: none
}
ul.footer-NAP {
	width: auto;
}
ul.footer-NAP li {
}
ul.footer-NAP li {
	display: block !important;
	text-align: center;
	margin: auto;
}
ul.footer-NAP li.social {
	float: none;
	margin: 20px 0 0 0;
}
.special-fluid {
	display: block;
	padding : 30px 0;
}/* Special Horizontal Image Buttons */
#header-wrap.smaller {
	height: auto;
}/* Dropdown Media css start */
.hidden {
	background: rgba(0, 34, 74, 0.9) !important;
	box-shadow: 0 0 0 0 #000;
	display: none;
	padding: 0;
	position: relative;
	top: 0px;
	z-index: 999999;
}
.hidden a {
	border-bottom: 0 solid #00275a;
	padding: 10px 0 7px 20px;
	width: 100%;
}
.slider-wrapper {
	height: 360px;
}
.block > a {
	text-decoration: none;
}
.desktop {
	display: none;
}
.special-btn {
	margin: 5px 0 10px;
}
.special-btn li {
	background: rgba(237,170,55,0.3);
	border: 5px solid #796543;
	color: #fff;
	display: inline-block;
	margin: 10px 0 0 5px;
	padding: 8px 10px;
	width: 84%;
}
.scrollToTop {
	bottom: 0 !important;
	right: 10px;
	top: 90% !important;
}
.padding {
	overflow-y: scroll;
}
#header-wrap {
	padding: 0;
	background-color: rgba(255,255,255,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}
#header-wrap-inner {
	padding: 0;
	background-color: rgba(255,255,255,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	display: table
}
.header-wrapper-inner {
	background: url(/go/images/slider.webp) #fff center top repeat-x;
	min-height: 370px;
	margin: 0;
	padding: 0 0 0;
	position: relative;
	width: 100%;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.header-wrapper {
	margin: auto;
	position: relative;
	display: table;
	text-align: center;
}
.special-wrapper {
	padding: 30px 0;
	margin: 0px 0 0 0;
	width: 100%;
	text-align: center;
	float: none;
}
ul.special-block {
}
ul.special-block li {
	margin: 3px auto 3px auto;
	width: 85%;
}
#rotator-area {
	width: 90%;
}
#content-main, .content-main {
	width: auto;
}
#content-main img {
	max-width: 100%;
	height: auto;
	outline: 0;
	width: auto;
}
#footer {
	background-size: auto;
	background-position: left top;
}
.content-wrapper {
	display: block;
	width: auto;
	padding: 20px 10px;
	margin: 0px 5px 0 5px;
}
.content-wrapper-inner {
	display: table;
	width: auto;
	padding: 0px 0;
	margin: 0px;
}
.header-top {
	width: 95%;
	display: table;
	padding: 2% 0;
}
ul.header-logo li img {
	margin: 0;
}
ul.header-logo {
	margin: 0px auto;
	float: none;
	width: 100%;
	display: table-header-group;
	background: none;
	position: relative;
	z-index: 0
}
ul.header-logo li {
	float: none;
	text-align: center;
	font-size: 20px;
	letter-spacing: -1px;
}
ul.header-logo li.text {
	font-size: 30px;
}
ul.header-logo li.header-practice-name {
	font-size: 35px;
}
ul.header-logo li.dr-name {
	font-size: 25px;
}
ul.header-logo li.img-logo {
	float: none;
	margin-right: 0px;
	margin-top: 0px;
}
h1 {
	font-size: 35px;
}
h2 {
	font-size: 20px;
}
#curve {
	display: none
}
#rotator-area {
	width: auto;
	float: none;
}
.rotator-title-text {
	padding-top: 20px
}
.grid li {
	display: block;
	width: 100%;
}
.header-wrapper-middle {
	display: table;
	margin: 0px auto;
	padding: 20px 0
}
ul.header-NAP {
	float: none;
	text-align: center;
	width: 100% !important;
	max-width: 400px;
	margin: 2px auto !important;
	display: none;
}
ul.header-NAP li {
	text-align: center;
}
ul.header-NAP a.img-button li {
	margin: 0 auto 20px auto
}
ul.logo-NAP li {
	margin: 0px;
}
ul.header-NAP-2 {
	float: none;
	text-align: center;
	width: 100% !important;
	max-width: 300px;
	margin: 10px auto !important;
}
ul.header-NAP-2 li {
	text-align: center;
}
ul.header-NAP-2 a.img-button li {
	margin: 0 auto 20px auto
}
ul.logo-NAP-2 li {
	margin: 0px;
}
.special-wrapper-inner {
	float: none;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	display: table-footer-group
}
.content-inner {
	width: 100% !important;
	margin: 20px 0;
	padding: 0 10px;
	float: none;
}
.content-wide {
	background-repeat: repeat-y
}
}
@media screen and (max-width: 530px) {
ul.header-logo li img {
	margin: 0;
}
#header-wrap {
	background-size: auto;
}
textarea {
	width: 250px;
}
ul.header-logo li.text {
	font-size: 30px;
}
section.services ul li {
	width: 45%;
}
}
@media screen and (max-width: 430px) {
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.center {
	text-align: center
}
.scadForm-td, .scadForm-td-wide {
	text-align: left;
}
.scadForm-td {
	width: 50%;
}
.scadForm-table, .scadForm-td-wide {
	width: 100%;
}
.scadForm-table {
	margin: 10px auto
}
.scadForm-contain {
	display: none
}
.scadForm-contain {
	width: 80%;
	margin: 1px auto;
	background-color: #dddddd;
	padding: 5px 15px
}
.Form-ApptScad {
	padding: 0 10px
}
.apptscad-homephone, input.apptscad-EMailAddress, input.apptscad-Name, select.apptscad-HowFind, select.apptscad-timeprefer {
	padding: 9px;
	color: #666;
	width: 100%;
	border: 1px solid #ddd
}
select.apptscad-HowFind, select.apptscad-timeprefer {
	letter-spacing: 0;
	background: #e7e7e7;
	background: -moz-linear-gradient(top, rgba(231,231,231,1) 0, rgba(253,253,253,1) 100%);
	background: -webkit-linear-gradient(top, rgba(231,231,231,1) 0, rgba(253,253,253,1) 100%);
	background: linear-gradient(to bottom, rgba(231,231,231,1) 0, rgba(253,253,253,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#fdfdfd', GradientType=0 )
}
input {
	min-height: 35px
}
textarea {
	height: 150px;
	color: #666;
	font-size: 16px;
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px
}
button.show2 {
	padding: 7px 20px;
	font-size: 14px;
	text-align: center;
	background: #484848;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	cursor: pointer
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0
}
.pure-group input {
	width: 70%;
	height: 35px;
	font-size: 18px;
	margin: 7px 0 0 0
}
.pure-group textarea {
	width: 95%;
	font-size: 18px;
	margin: 10px 0 0 0
}
.pure-group label {
	width: 250px;
}
@-webkit-keyframes enter {
0% {
-webkit-transform:scale3d(1, 1, 1);
}
100% {
-webkit-transform:scale3d(5, 5, 5);
}
}
@-moz-keyframes enter {
0% {
-moz-transform:scale3d(1, 1, 1);
}
100% {
-moz-transform:scale3d(5, 5, 5);
}
}
@-o-keyframes enter {
0% {
-o-transform:scale3d(1, 1, 1);
}
100% {
-o-transform:scale3d(5, 5, 5);
}
}
@keyframes enter {
0% {
transform:scale3d(1, 1, 1);
}
100% {
transform:scale3d(5, 5, 5);
}
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate(0, 100%);
}
100% {
opacity:1;
-webkit-transform:none;
}
}
@-moz-keyframes fadeInUp {
0% {
opacity:0;
-moz-transform:translate(0, 100%);
}
100% {
opacity:1;
-moz-transform:none;
}
}
@-o-keyframes fadeInUp {
0% {
opacity:0;
-o-transform:translate(0, 100%);
}
100% {
opacity:1;
-o-transform:none;
}
}
@keyframes fadeInUp {
0% {
opacity:0;
transform:translate(0, 100%);
}
100% {
opacity:1;
transform:none;
}
}
@-webkit-keyframes testimonial-videos {
0% {
right:-200%;
}
100% {
right:200%;
}
}
@-moz-keyframes testimonial-videos {
0% {
right:-200%;
}
100% {
right:200%;
}
}
@-o-keyframes testimonial-videos {
0% {
right:-200%;
}
100% {
right:200%;
}
}
@keyframes testimonial-videos {
0% {
right:-200%;
}
100% {
right:200%;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-o-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-webkit-transform:none;
}
}
@-moz-keyframes fadeInDown {
0% {
opacity:0;
-moz-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-moz-transform:none;
}
}
@-o-keyframes fadeInDown {
0% {
opacity:0;
-o-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-o-transform:none;
}
}
@keyframes fadeInDown {
0% {
opacity:0;
transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
transform:none;
}
}
@-webkit-keyframes grown {
0% {
width:0;
}
100% {
width:40%;
}
}
@-moz-keyframes grown {
0% {
width:0;
}
100% {
width:40%;
}
}
@-o-keyframes grown {
0% {
width:0;
}
100% {
width:40%;
}
}
@keyframes grown {
0% {
width:0;
}
100% {
width:40%;
}
}

.crjs .phoneswap { visibility: hidden; }

[data-columns]::before{display:block;visibility:hidden;position:absolute;font-size:1px;}

/* Popups */

.modal-dialog { top:100px !important; z-index:1111111}

.modal-content { background: #fff !important; /*border:2px solid #ff0000;*/}

.modal-title { text-align:center !important; font-weight:bold !important; color:#fff !important; }

.modal-body p { color:#000 !important; }

.modal-title { text-align:center !important; font-weight:bold !important; color:#fff !important; }


/* Forms */

.answer-box input[type="Radio"] {
  margin-right: 24px !important;
  margin-left: 10px !important;
  margin-bottom: 5px !important;
}

.answer-box input[type="checkbox"] {
  margin-right: 24px !important;
  margin-left: 10px !important;
  margin-bottom: 5px !important;
}

#RndcaptchaALL #code {  width: 100%;  max-width: 100px !important; text-align:center; letter-spacing:7px; display:block !important; margin:10px auto 0 auto !important; }

.Rotator input { display: block; margin:0 auto 5px auto !important; width: 95%; padding: .30rem .30rem; font-size: 18px; line-height: 1.5; color: #000000; background-color: #fff; background-clip: padding-box;
border: 1px solid #ced4da; border-radius: .25rem; }

.Rotator textarea { display: block;margin:0 auto 5px auto !important; width: 95%; padding: .30rem .30rem; font-size: 18px; line-height: 1.5; color: #000000; background-color: #fff; background-clip: padding-box;
border: 1px solid #ced4da; border-radius: .25rem; }

.Rotator select { display: block; width: 95%; padding: .30rem .30rem; font-size: 18px; line-height: 1.5; color: #000000; background-color: #fff; background-clip: padding-box;
border: 1px solid #ced4da; border-radius: .25rem; }

.RotatorFormButton
	{ padding: 5px 15px; width: auto; margin: 0 auto; color:#000; border:0px; }

.MainFormButton 
	{ padding: 5px 15px; width: auto; margin: 0 auto; color:#000; border:0px; }

#Rndcaptcha1 {color: #fff}
#Rndcaptcha2 {color: #fff}

/* DWS-OFFER START */
.dws-offer { width:100%; max-width:600px; text-align:center; display:block; margin:0 auto; }
.dws-offer img { width:100%; max-width:600px; }
.dws-offer-expires { color:#ff0000; }

.Rotator { display: block; margin: 0 auto; width: 95%; max-width: 400px;}
/** 
#Rotator1 { display: block; margin: 0 auto; width: 100%; max-width: 300px; text-align: center;}
**/
.Rotator  input { width:95%; max-width:300px; margin:3px 0 !important; font-size:18px; display: inline-block !important;}
.Rotator  textarea { width:95%; max-width:300px; font-size:18px;  }
.RotatorFormButton { background:#007da5; padding:10px 15px;  display:block; margin:0 auto !important; color:#fff; border:0px; font-size:18px; }

#rCode { display: inline-block !important; margin:5px auto !important; width:100%; max-width:100px !important; font-size:22px; text-align:center; letter-spacing:5px;  }

#code {  width: 100%;  max-width: 100px; text-align:center; letter-spacing:2px; display:block !important; margin:0 auto !important; }

.Form-Smile-Analysis #code {  width: 100%;  max-width: 30px; text-align:center; letter-spacing:2px; display:block !important; margin:0 auto !important; }



/** #rname { width: 95% !important; display: block;} **/

/* DWS-OFFER END */


/* CONTACT-FORM START  */

.dws-contact-form { width: 100%; max-width: 400px; margin: 0 auto; display: block;} 

#code { width:100%; max-width:100px !important; font-size:22px; text-align:center; letter-spacing:5px; margin:5px auto 0 auto;  }

#frmForm2 { width:100%; max-width:400px; margin:0 auto; display:block; }

#name, #phone, #email, #subject, #message { width:100%; max-width:400px; font-size:18px;}

#RndcaptchaALL { text-align: center;}

#Rndcaptcha2 { text-align: center; }
/* CONTACT-FORM END  */

/* APPIONTMENT-FORM START */

.dws-appointment-form {display:block; margin:0 auto; width:100%; max-width:650px;}

.main-form-div { width:100%; max-width:700px; margin:0 auto; padding:10px 0 0 0; }

.col-100 { width:100%;   display:inline-block; }

.form-div { margin-bottom:15px; }

.col-50 { float:left;  width:49%;  flex: 0 0 50%;}

.col-50 > input { width:96% !important; }

.col-30 { float:left;  width:32.6%;  flex: 0 0 50%;}

.col-30 > input { width:92% !important; }

#frmForm246 #email { width:100%; max-width:100%; }

#frmForm246 #Ci-ty, #frmForm246 #state, #frmForm246 #Zip { width:100%; max-width:31%; margin:0 5px 0 0; display:inline-block; }

input { display: block; width: 100%; padding: .30rem .30rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box;
border: 1px solid #ced4da; border-radius: .25rem; }

textarea { display: block; width: 100%; padding: .30rem .30rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box;
border: 1px solid #ced4da; border-radius: .25rem; }

select { display: block; width: 100%; padding: .30rem .30rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box;
border: 1px solid #ced4da; border-radius: .25rem; }

label { margin-bottom:5px; display:inline-block; }

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

.RotatorFormButton, .MainFormButton { border: 0 !important; font-size: 18px !important; color: #fff !important; width: auto !important; padding: 10px 15px !important; display: block; margin: 0 auto !important; background: var(--submit-btn-bg-color) !important; }

@media screen and (max-width: 1024px) {
		.main-form-div { width:100%; padding:0 15px; max-width:800px; }
		.col-30 { width:100%; }
		.col-30 > input { width:97% !important; }
}

@media screen and (max-width: 860px) {
		.main-form-div { width:100%; padding:0 15px; max-width:90%; }
		.col-30 { width:100%; }
		.col-30 > input { width:97% !important; }
}

@media screen and (max-width: 768px) {
		.main-form-div { width:100%; padding:0 15px; max-width:90%; }
		.col-30 { width:100%; }
		.col-30 > input { width:97% !important; }
}

@media screen and (max-width: 459px) {
		.main-form-div { width:100%; padding:0 15px; max-width:90%; }
		.col-30 { width:100%; }
		.col-30 > input { width:90% !important; }
		input { width:90%; }
		select { width:98%; }
		textarea { width:90% !important; }

}
:root {
--color-primary-0: #DE2C0F;	/* Main Primary color */
--color-primary-1: #FFA698;
--color-primary-2: #FA664F;
--color-primary-3: #A11600;
--color-primary-4: #580C00;
--color-secondary-1-0: #DE780F;	/* Main Secondary color (1) */
--color-secondary-1-1: #FFCC98;
--color-secondary-1-2: #FAA54F;
--color-secondary-1-3: #A15100;
--color-secondary-1-4: #582D00;
--color-secondary-2-0: #0E6F8A;	/* Main Secondary color (2) */
--color-secondary-2-1: #7AB7C8;
--color-secondary-2-2: #35859B;
--color-secondary-2-3: #034F64;
--color-secondary-2-4: #012B37;
--color-complement-0: #0BA43A;	/* Main Complement color */
--color-complement-1: #81D99C;
--color-complement-2: #3BB961;
--color-complement-3: #007724;
--color-complement-4: #004114;/* site colors */
--callout-background-color: var(--color-primary-4);
--callout-border-color: var(--color-primary-4);
--review-border-color: var(--color-primary-4);
--review-border-color-2: var(--color-secondary-1-1);
--review-box-border: var(--color-primary-4);
--review-box-background: white;
--review-box-text: white;
--review-text: black;
--review-box-header-text: white;
--review-box-header: var(--color-primary-4);
--review-box-rating-color: #FFB300;

	
	/* Review Variable */
	--review-background-color: var(--color-primary-1);

	/* Button Variable */

	--submit-btn-bg-color: var(--color-primary-0);
	--appt-btn-background-color: var(--color-primary-0);
	--protect-btn-background-color: var(--color-primary-0);
	--appt-btn-background-hover-color: var(--color-primary-6);
	--appt-btn-shadow-hover-color: var(--color-primary-1);
	--appt-btn-border-color: var(--color-primary-6);
	--appt-btn-text-color: var(--color-primary-5);
	--review-btn-background-color: var(--color-primary-1);
	--review-btn-text-color: var(--color-primary-1);
	--form-btn-background-color: var(--color-primary-2);
	--form-btn-border-color: var(--color-primary-3);

	/* Header Variable */

	--topheader-background-color: var(--color-primary-5);
	--header-background-color: var(--color-primary-0);
	--header-text-color: var(--second-color-primary-5);
	--header-call-text-color: var(--color-primary-1);
	--header-call-border-color: var(--color-primary-2);
	
	/* Menu Variable */

	--menu-background-color: var(--color-primary-3);
	--menu-text-color: var(--color-primary-1);
	--menu-border-color: var(--color-primary-2);
	--menu-hover-background-color: var(--second-color-primary-0);
	--submenu-background-color: var(--second-color-primary-0);
	--submenu-text-color: var(--color-primary-17);
	--submenu-hover-background-color: var(--second-color-primary-5);
	
	/* Menu Variable */

	--dr-callout-background-color: var(--color-primary-3);
	--dr-callout-background-hover-color: var(--color-primary-1);
	--dr-callout-border-color: var(--color-primary-1);
	--dr-callout-text-color: var(--color-primary-6);

	/* Sliders Variable */

	--slide-headline-text-color: var(--color-primary-0);
	--slide-headline-bold-text-color: var(--color-primary-3);
	--slide-border-color: var(--color-primary-5);
	--slide-btn-border-color: var(--color-primary-0);
	--slide-box-text-color: var(--color-primary-6);
	--slide-box-callout-backgrround-color: var(--color-primary-0);
	--slide-box-callout-birder-color: var(--color-primary-3);
	--slide-box-text-color: var(--color-primary-6);
	--slide-box-hover-background-color: var(--color-primary-7);
	
	/* Alternate Menu Variable */

	--alternate-menu-background-color: var(--color-primary-0);
	--alternate-menu-box-color: var(--color-primary-1);
	--alternate-menu-box-hover-color: var(--color-primary-2);
	--alternate-menu-border-color: var(--color-primary-0);
	--alternate-menu-text-color: var(--color-primary-1);
	--alternate-text-color: var(--color-primary-6);
	--alternate-box-border-color: var(--color-primary-0);
	--callout-background-color: var(--second-color-primary-0);
	--callout-btn-background-color: var(--color-primary-1);
	--callout-btn-text-color: var(--color-primary-3);
	--dr-box-border-color: var(--second-color-primary-0);
	--dr-box-text-color: var(--color-primary-0);
	--alternate-award-background-color: var(--color-primary-0);
	--alternate-award-text-color: var(--color-primary-10);


	/* Text Heading Variable */

	--heading-text-color: var(--second-color-primary-5);
	--heading-border-color: var(--color-primary-0);
	--heading-background-color: var(--color-primary-4);
	--subheading-text-color: var(--color-primary-0);
	
	/* Website Color Variable */

	--home-content-background-color: var(--color-primary-0);
	--home-site-text-color: var(--color-primary-0);
	--site-text-color: var(--second-color-primary-5);
	--network-box-background-color: var(--color-primary-0);
	--network-box-border-color: var(--color-primary-1);
	
	/* Video Box Variable */

	--video-box-background-color: var(--color-primary-7);
	
	
	/* Footer Variable */

	--footer-background-color: var(--color-primary-2);
	--footer-border-color: var(--color-primary-4);
	--footer2-background-color: var(--color-primary-0);
	--hours-border-color: var(--color-primary-1);
	--footer-text-color: var(--color-primary-10);
	--footer-copyright-background-color: var(--color-primary-3);
	--footer-copyright-text-color: var(--color-primary-5);
	--footer2-hours-heading-color: var(--color-primary-3);
	--footer2-hours-text-color: var(--color-primary-3);
	--footer2-btn-background-color: var(--color-primary-3);
	--footer2-btn-background-hover-color: var(--color-primary-0);
	--footer2-btn-text-color: var(--color-primary-0);
	--footer2-btn-border-color: var(--color-primary-1);

	/* Social Variable */

	--social-icon-border-color: var(--color-primary-8);
	--social-icon-text-color: var(--color-primary-8);
	--social-icon-google-background-color: var(--color-social-1);
	--social-icon-facebook-background-color: var(--color-social-2);
	--social-icon-twitter-background-color: var(--color-social-3);
	--social-icon-youtube-background-color: var(--color-social-4);
	--social-icon-yelp-background-color: var(--color-social-5);
	--social-icon-instagram-background-color: var(--color-social-6);
	--social-icon-rss-background-color: var(--color-social-7);

	--social-icon-google-hover-color: var(--color-social-1-1);
	--social-icon-facebook-hover-color: var(--color-social-1-2);
	--social-icon-twitter-hover-color: var(--color-social-1-3);
	--social-icon-youtube-hover-color: var(--color-social-1-4);
	--social-icon-yelp-hover-color: var(--color-social-1-5);
	--social-icon-instagram-hover-color: var(--color-social-1-6);
	--social-icon-rss-hover-color: var(--color-social-1-7);

	/* NPO Variable */

	--npo-inner-icon-background-color: var(--color-primary-0);
	--npo-icon-background-color: var(--color-primary-1);
	--npo-icon-background-hover-color: var(--color-primary-0);
	--npo-text-background-color: var(--color-primary-0);
	--npo-text-background-hover-color: var(--color-primary-1);
	--npo-background-color: var(--second-color-primary-0);
	--npo-inner-border-color: var(--color-primary-10);

	/* Services Variable */

	--home-services-main-background-color: var(--color-primary-0);
	--home-services-background-color: var(--color-primary-1);
	--home-services-text-color: var(--color-primary-5);

	--services-background-color: var(--color-primary-0);
	--services-box-background-color: var(--color-primary-6);
	--services-btn-background-color: var(--second-color-primary-0);
	--services-btn-border-color: var(--color-primary-1);
	--services-btn-text-color: var(--color-primary-5);
}

	.modal-title {   color:#000 !important; }
