/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:900,800,700,600,500,400,300,200,100);*/

@font-face {
    font-family: 'Georgia';
    src: url('https://inspireddental.blob.core.windows.net/content/fonts/Georgia.woff2') format('woff2'),
        url('https://inspireddental.blob.core.windows.net/content/fonts/Georgia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('https://inspireddental.blob.core.windows.net/content/fonts/Verdana.woff2') format('woff2'),
        url('https://inspireddental.blob.core.windows.net/content/fonts/Verdana.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.panel.panel-default {
    box-shadow: 0px 0px 10px 1px #d1d1d1;
    background: #fff;
    margin-bottom: 30px;
}




body {
    background: #fff none repeat scroll 0 0;
    color: #58595b;
    font-family: 'Verdana';
    line-height: 28px;
    font-size:16px;
}

/* Default: Show 3 slides per row */
.office-gallery .carousel-inner .row {
  display: flex;
}

/* Mobile: Show only 1 slide per row */
@media (max-width: 767px) {
  .office-gallery .carousel-inner .row {
    display: block;
  }
  .office-gallery .carousel-inner .col-xs-12 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}





.grecaptcha-badge {
    z-index: 1;
}



.form-control {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid silver;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #003055;
    display: block;
    font-size: 14px;
    height: 44px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 20px;
}


.form-group {
    margin-bottom: 0px;
    margin-top: 0px;
}

.appointment-request-form textarea {
    margin-bottom: 20px;
    margin-top: 20px;
}

textarea.form-control {
    height: auto;
}

.field-validation-error {
    font-size: 12px;
}

.home-border-right {
    border-right: 1px solid #323434;
}

.main-body-content{
    background-color: #fff;
    min-height: 500px;
    padding: 0 0 0px 0;
}

.white-background {
    background: #fff;
    padding: 0;
}

.mi-boxed-layout {
    padding: 0px;
    background-color: #fff;
}

.mi-boxed-container {
    background-color: #fff;
    padding: 20px;
    min-height: 700px;
    padding-bottom: 50px;
}

a {
    color: #00CEE0;
}

a:hover {
    color: #00CEE0;
    text-decoration: underline;
}

h1, h2, h3, h4 {
    color:#d4aa7d;
}

h1 {
  font-size: 44px;
  margin-top: 10px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

.orange-text {
 color: #f1592b;
 font-weight: bold;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 9px 35px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius:0px;
}

.btn-primary {
  color: #fff;
  background-color:#d4aa7d;
  border-color: #d4aa7d;
}

.btn-secondary {
  color: #000;
  background-color:#ddfff7;
  border-color: #ddfff7;
}
.btn-secondary:hover {
  background-color:transparent;
      border-color: #DDFFF7;
    color: #DDFFF7;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #d4aa7d;
  background-color: transparent !important;
  border-color: #d4aa7d;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #6d6f71;
  border-color: #c37417;
}


/* OVERRIDE BOOTSTRAP
-------------------------------------------------- */

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-top: 8px;
}


/* CUSTOMIZE THE HEADER ABOVE NAV
-------------------------------------------------- */
.header-upper {
    background-color: #005696;
    color: #fff;
    padding: 20px;
}

.header-phone {
    float: right;
    font-size: 22px;
    font-weight: 500;
    text-align: right;
    padding-top: 5px;
    line-height: 32px;
}

.header-phone a {
    color: #fff;
}

.header-phone a:hover {
    color: #fff;
    text-decoration: underline;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.header-nav-bg {
    background-color: #005696;
    color: #fff;
}

.logo {
    float: left;
}

.navbar {
    background: none;
    border-radius: 0px;
    margin-bottom: 0px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: none;
}

.navbar-header {
    padding-top: 0px;
    margin-bottom: 0px;
}

.fa-2x {
    position: relative;
    bottom: 8px;
}

.navbar-nav li:hover {
    background: none;
    color: #1a1b20;
}

.dropdown-menu>li>a{
    padding:10px 20px;
    position:relative;

}

.dropdown-menu>li:hover>a{
    color:#d4aa7d;
    text-decoration:none !important;
}

.dropdown-menu>li>a:after {
    content: '';
    position: absolute;
    left: 0px;
    width: 0px;
    height: 1px;
    background: #d4aa7d;
    bottom: 0;
    transition: .5s all;
}

.dropdown-menu>li>a:hover:after {
    width: 100%;
    transition: .5s all;
}


.navbar-inverse .navbar-nav>.open>a {
    transform: scale(.9);
    transition: .5s all;
    color: #d3d3d3 !important;
}

@media (min-width:1200px){
    .navbar-nav > li > a {
    font-size: 15px !important;
    padding:10px 15px !important;
}
}

.navbar-nav > li > a {
    color: #fff !important;
    font-size: 13px;
    padding:10px 12px;
    transform: scale(1);
    transition: .5s all;
}

.navbar{
    min-height:inherit;
    border:none;
}
.menusec{padding:15px 0px;}

.navbar-nav > li a:hover {
    text-decoration: underline;
    background: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover
{
    background: none;
}

.login {
    color: #777;
}

.login:hover {
    color: #333;
    text-decoration: none;
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 15px;
    padding: 9px 10px;
    position: relative;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    background-color: #fff;
}

/* HOME HERO
-------------------------------------------------- */
header{position:absolute;z-index:9;top:0;left:0;right:0;}
.adspage header{position:fixed;}
.tophead {
    background: #d4aa7d;
    text-align: center;
    padding: 10px;
}

.tophead a {
    color: #fff;
}
/*.goog-te-combo option:first-child {
    display: none;
}*/

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
    background:transparent;
}

.headerright {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.socialicon {
    position:relative;
    display: flex;
    align-items:center;
}
.socialicon:before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 485px;
    height: 1px;
    background: #fff;
    left: -80%;
}
a.phnnonew {
    position: relative;
    left: -75px;
    color: #fff;
}
.socialicon a {
    color: #fff;
}
.socialicon:after {
    content: '';
    position: absolute;
    top: 33px;
    width: 1px;
    height: 433px;
    background: #fff;
    right: 37px;
}
.menu {
    margin: 0 auto;
    padding: 15px 0px;
    max-width: 1200px;
}
.menu .container{width:100%;}
.socialicon ul{
    padding:0px;
    margin-bottom:0px;
    display: flex;
    list-style: none;
    margin-right:85px;
}
.socialicon li {
    list-style: none;
}
.goog-te-gadget img {
    vertical-align: middle;
    border: none;
    display: none;
}
.langsec > a {
    border: 1px solid #fff;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}
.socialicon li{margin:0px 4px;}
.socialicon li a{
    padding:0px;
    height:40px;
    width:40px;
    background:url(https://finedentistry.blob.core.windows.net/content/images/2025/header-icons.png) no-repeat;
    display:inline-block;
}

.not-home-page header .socialicon:before,.not-home-page header .socialicon:after {
    content: none;
}

body.not-home-page header {
    background: #685e53;
}

.first-div-after-header {
    padding-top: 80px;
}

.socialicon li:nth-child(1) a {
    background-position: 0px -48px;
}
.socialicon li:nth-child(2) a{
    background-position:-50px -48px;
}
.socialicon li:nth-child(3) a{
    background-position:-105px -48px;
}
.socialicon li:nth-child(4) a{
    background-position:-154px -48px;
}
.socialicon li:first-child:hover a{
    background-position: 0px 0px;
}
.socialicon li:nth-child(2):hover a{
    background-position:-50px 0px;
}
.socialicon li:nth-child(3):hover a{
    background-position:-105px 0px;
}
.socialicon li:nth-child(4):hover a{
    background-position:-154px 0px;
}


/*footer .socialicon li:nth-child(1):hover a {
    background-position: 0px -48px;
}
footer .socialicon li:nth-child(2):hover a{
    background-position:-50px -48px;
}
footer .socialicon li:nth-child(3):hover a{
    background-position:-105px -48px;
}
footer .socialicon li:nth-child(4):hover a{
    background-position:-154px -48px;
}*/
footer{padding:50px 0px;}
footer .socialicon li:first-child a{
    background-position: 0px 0px;
}
footer .socialicon li:nth-child(2) a{
    background-position:-50px 0px;
}
footer .socialicon li:nth-child(3) a{
    background-position:-105px 0px;
}
footer .socialicon li:nth-child(4) a{
    background-position:-154px 0px;
}

footer  img{max-width:60% !important;}




.banner{
    background:url(https://finedentistry.blob.core.windows.net/content/images/2025/banner.jpg) no-repeat;
    background-size:cover;
    min-height:30vh;
    height:600px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: relative;
}

section.banner .container {
    position: absolute;
    bottom:100px;
    left: 0;
    right: 0;
    margin: auto;
}

.bannertxt {
    max-width:60%;
    margin: 0 auto;
    text-align:center;
    padding:15px;
}
.bannertxt .btn-grp a {
    margin: 0px 5px;
}
.bannertxt h1 {
    color: #fff;
}
.bannertxt h4 {
    color: #cdbd9b;
    font-weight:400;
}
.bannertxt h3 {
    padding:30px 0px;
    color: #fff;
    font-weight: 400;
    position: relative;
}

.bannerinfo {
    position: absolute;
    bottom:0px;
    z-index: 9;
    background: rgb(0 0 0 / 65%);
    left: 0;
    right: 0;
    padding:0px 15px;
}
.bannertxt > a {
    max-width:80%;
    display:inline-block;
    border: 1px solid #d4aa7d;
}
h2.hdng span {
    display: inline-block;
    color: #d4aa7d;
    position: relative;
}

h2.hdng span:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #d4aa7d;
    position: absolute;
    left: -80px;
    top: 20px;
}

h2.hdng span:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #d4aa7d;
    position: absolute;
    right: -80px;
    top: 20px;
}

h2.hdng img {
    display: block;
    margin: 10px auto;
}


.bannerinfo .col-sm-4{
    padding:10px 15px;
    text-align:center;
}
.bannerinfo .col-sm-4 span{
    display:block;
    color:#fff;
}
.bannerinfo .col-sm-4 a{
    display:block;
    color:#fff;
    font-family: 'Georgia';
    font-size:25px;
}
section.premier-dental-care {
    padding: 20px 0px 50px;
}

h2{color:#d4aa7d;font-size:28px;}
p{color:#171616;}
section.premier-dental-care h2{padding-top:20px;font-size:30px;}
section.premier-dental-care p{padding-left:50px;}
section.premier-dental-care a{margin-left:50px;margin-top:50px;}
.premier-dental-care-ser ul li img {
    max-width: 40px;
    margin: 0 auto 10px;
}
.The-pinnacle-services-maininner a.btn.btn-secondary:hover,.team1 a.btn.btn-secondary:hover {
    background: #d4aa7d;
    color: #fff;
    border-color: #fff;
}
.premier-dental-care-ser {
    align-items:center;
    display: flex;
    padding-top:60px;
    justify-content: space-between;
}
/*.premier-dental-care-ser ul {
    display: flex;
    align-items:center;
    padding: 0px;
    list-style: none;
}*/
.premier-dental-care-ser .slide-item{
    color:#d4aa7d;
    padding:0px 10px;
    line-height:22px;
    text-align:center;
}

.premier-dental-care-ser .slide-item img{max-width:50px;margin:0 auto 10px;}

section.ourteam {
    padding: 80px 0px;
    background: #d4aa7d;
}
section.ourteam img {
    max-width: 800px;
    margin: 0 auto;
}
@media (min-width:1200px){
section.ourteam .container{
    position:relative;
    left:-60px
}
}
.team1 h3 {
    color: #171616;
}

.team1 h3 span {
    color: #fff;
}
.team1.pos1 {
    position: absolute;
    bottom: 100px;
    left: 80px;
}
.team1.pos2 {
    position: absolute;
    right: 20px;
    top: 31px;
}
.team1.pos2 a{float:right;}
.team1.pos3 {
    position: absolute;
    right: -61px;
    bottom: 57px;
}
.team1.pos3 a{float:right;}
.premier-dental-care-ser h3{color:#d4aa7d;position:relative;flex:0 0 50%;}
.premier-dental-care-ser h3:after{content:'';border:1px solid #171616;position:absolute;right:90px;height:50px;background:#171616;width:1px;top:-14px;}


.custom-carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.slide-item {
  flex: 0 0 25%; /* 4 items visible */
  text-align: center;
  padding: 10px;
  transform: scale(.8);
  transition:1s all;
}

.slide-item img {
  width: 100%;
  height: auto;
}

.carousel-control {
  position: absolute;
  top: 40%;
  z-index: 2;
  width: 30px;
  height: 30px;
  text-align: center;
  background: rgba(0,0,0,0.3);
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  border-radius: 50%;
}

.carousel-control.left {
  left: 0;
}

.carousel-control.right {
  right: 0;
}

/* Active item style */
.slide-item.active {
  transform: scale(1);
  transition:1s all;
}


section.welcomtxt {
    padding: 50px 0px;
    background-size:cover;
    background-position: center center;
    position:relative;
}
img.img-responsive.center-block.wlcbg {
    position: absolute;
    z-index: -1;
    top:200px;
}
.wlcomeviceo{text-align:center;padding-top:200px;}

.wlcomeviceo iframe{margin-bottom:30px;}



.whitextt span{color:#fff !important;}
.servicesinner{border:1px solid #fff;padding:15px;margin-bottom:30px;}
.sermain{margin-top:50px;}
.servicesinner img {
    max-width: 50px;
    margin:0 auto;
}
.servicecontent.text-center {
    position: relative;
    z-index: 99;
}
section.th-pinnacle {
    background: #312f2f;
    margin-top:100px;
    padding:100px 0px 80px;
}
.pinnaclemian-head {
    position: absolute;
    top: -137px;
}
.pinnaclemain-bor {
    border: 1px solid #fff;
    padding: 80px 50px;
}
.The-pinnacle-services-head {
    display: flex;
    position: absolute;
    top: -36px;
    background: #312f2f;
    max-width: 80%;
    left: 0;
    margin: auto;
    right: 0;
}
.The-pinnacle-services-head h3 {
    font-size:30px;
    flex: 0 0 50%;
    text-align:center;
    position:relative;
    color:#d4aa7d;
}
.The-pinnacle-services-head p {
    color: #fff;
    font-size: 14px;
    max-width: 41%;
    line-height: 25px;
}
.The-pinnacle-services-head h3:before{
    content:'';
    position:absolute;right:100px;top:-10px;
    height:50px;width:1px;background:#fff;
}
.The-pinnacle-services-main {
    display: flex;
    flex-wrap:wrap;
}
.The-pinnacle-services-maininner {
    flex: 0 0 25%;
    padding: 10px;
    position:relative;
}
.The-pinnacle-services-maininner a{position:absolute;bottom:20px;left:0px;right:0;margin:auto;max-width:80%}
.servicesinner span{color:#fff;font-size:12px;}
img.img-responsive.sertxt {
    position: absolute;
    max-width: 60%;
    right: 0;
    bottom:15%;
    z-index: 99;
}
.whitextt span:before,.whitextt span:after{background:#fff !important;}

.meetourdoc{padding:50px 0px;position:relative;}
.meetourdoc .meetdoctxt{position:absolute;bottom:0;left:0;max-width:80%;z-index:-1;opacity:.3}
.brandlogo{padding:30px 0px;background:#8e9bae;}
.brandlogo img{max-width:20%;padding:10px 15px;}
.brandlogo .col-md-12{display:flex;flex-wrap:wrap;justify-content:space-between;align-items: center;}
.patientreview{background:url(https://inspireddental.blob.core.windows.net/content/images/patientreviewbg.jpg) no-repeat;background-size:cover;color:#fff;padding-bottom:50px;}
section.patientreview h2.hdng img {
    filter: brightness(3.5);
}
.redefining-dental img{width:100%;}
.contactinfo {
    background: #313d4e;
    overflow: auto;
    color: #fff;
    padding:50px 0px;
}
.contact-sec form#leadGenFormContactPage {
    background: #fff;
    padding: 25px 15px;
    border-radius: 10px;
    position: absolute;
    max-width: 85%;
}
.contact-sec form#leadGenFormContactPage .form-control{margin-bottom:5px;border-color: #8e9bae;background: #fff;}
.contact-sec form#leadGenFormContactPage textarea.form-control{margin-top:0px;min-height:300px;}
.contactinfo h3{color:#fff;}
.contactinfoinner p {
    display: flex;
}
.contactinfoinner p span.text1 {
    min-width: 80px;
}
.contactinfoinner p span,.contactinfoinner p a {
    color: #8e9bae;
}

.contactinfoinner.contactinfoinner2 p {
    justify-content: space-between;
    max-width: 320px;
}


/*h1,h2,h3,h4,h5,h6{font-family: 'Georgia';}*/

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

footer li {
    line-height: 20px;
}
footer li a{padding:5px 0px;display: block;} 

.footer-left {
    text-align: left;
    font-size: 14px;
}

.footer-right {
    text-align: right;
    font-size: 11px;
}

p.copyright {
    background:#1D1D1D;
    color: #fff;
    padding: 20px;
    margin-top:30px;
    margin-bottom:0px;
    text-align: center;
}

.opentime {
    margin-bottom: 10px;
}

.iconize {
    color: #005696;
}

.fa-2x {
    font-size: 28px;
}


/* REVIEWS -------------- */
.fa-star { background-image: url(https://droi.azureedge.net/content/shared/images/icons/18x18/star.png); width: 18px; height: 18px; margin-right: 5px;}

.fa-star-half {
    background-image: url(https://droi.azureedge.net/content/shared/images/icons/18x18/star-half.png);
    width: 18px;
    height: 18px;
    margin-right: 5px;
    position: relative;
    right: 5px;
    bottom: 1px;
}

.rate-us-div {
    margin: 40px 0 20px 0; border: 1px solid silver; padding: 25px; border-radius: 10px; background-color: #fff;
}
.rate-us-div input, .rate-us-div textarea  {
    margin-top: 20px;
}

.patient-reviews > .row {
    column-width: 18em;
    -moz-column-width: 18em;
    -webkit-column-width: 18em;
    column-gap: 1em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}

.patient-reviews .item {
    display: inline-block;
    padding:  .25rem;
    width:  100%; 
    margin-left: 15px;
}

.patient-reviews .well {
    position:relative;
    display: block;
    padding: 10px;
    margin-bottom:10px;
    min-height: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.patient-reviews .panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.patient-reviews .panel > .panel-heading {
    background-image: none;
    background-color: #221700;
    color: white;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.patient-reviews .panel-body {
    padding: 15px;
}

.patient-reviews .panel-default {
    border-color: #ddd;
}

.reviews-head {
  font-size: 36px;
  padding: 25px 0;
}

.review-stars {
  font-size: 18px;
  line-height: 1em;
}

.review-stars span {
  color: gold;
  padding: 0 2px;
  float: left;
}

.review-reviewer {
    font-size: 14px;
    font-weight: 600;
    margin-left: 115px;
    position: relative;
    top: 1px;
}

.review-body {
  font-size: 1em;
}

/* SIDEBAR -------------------- */
.sidebar {
  padding-left: 5px;
  margin: 20px 0 40px;
}

.sidebar-consultation {
  /*margin-top:15px;*/
  padding: 0px 25px;
}

.sidebar-consultation-head {
  padding: 5px 10px;
  font-size: 12pt;
  background-color: #d4aa7d;
  color: #fff;
}

.sidebar-form-consultation {
  margin-top: 5px;
}

.sidebar-form-submit {
  padding: 25px 0;
  text-align: center;
  border-radius: 0;
  color: #fff;
  background-color: #d4aa7d;
  border-top: 5px solid #fff;
}

.sidebar-form-button {
    font-size: .8em;
    background-color: #d4aa7d;
    border: 1px solid rgba(254, 254, 254, 0.9);
    border-radius: 3px;
    padding: 8px 24px;
    color: #fff;
}

.sidebar-form-button:hover, .sidebar-form-button:active {
    color: #000 !important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #fff;
}
.sidebar-form-button a:hover, .sidebar-form-button a:active {
    text-decoration: none;
    color: #000;
}

.sidebar-form-text {
  padding: 15px 20px 0px 20px;
  font-size: 10pt;
  line-height: 1.5;
}

.sidebar-list {
    padding: 40px 0px 0px 0px;
}

.sidebar-list h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 45px;
}

.sidebar-list li {
    margin-left: 20px;
}

.sub-page-main-section {
    padding-bottom:50px;
}

header.not-homepage + div,header.not-homepage ~ p + div {
    padding-top:165px;
}

.not-homepage{
    background:#8e9bae;
}

.row.comunity {
    background: #f36a22;
    padding: 50px;
    text-align: center;
    color: #fff;
    margin: 30px 0px;
}

.row.comunity h3 {
    color: #fff;
    margin-bottom: 20px;
}

.row.comunity .btn {
    background: #fff;
    color: #000;
    margin-top: 18px;
}

.sub-page-main-section:first-child img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sub-page-main-section h1 {
    font-size: 36px;
}

.sub-page-main-section h2 {
  font-size: 30px;
}

.sub-page-main-section h3 {
    margin-top:15px;
}

.inline-img {
    float: right;
    margin: 10px;
    margin-top: 10px !important;
}

.ms-dropdown {
    width: 100%;
    padding: 10px;
    border: 1px solid silver;
}
.ms-dropdown option {
    padding: 10px;
}

section.sub-page-main-section.whychoseus2025 .btn {
    margin-top: 20px;
}

/**/

.header-top{
    background: #34B8C3;
    padding:10px 0px;
}
section.next-door h2 {
    color: #000;
}
section.next-door p{max-width:1000px;margin:20px auto}

.header-top a {
    color: #fff;
}

.bookappt{
    display:flex;justify-content:space-around;align-items:center;
}

section.sub-page-main-section.whychoseus2025 {
    padding: 50px 0px;
}

section.first-time-visitor.text-center.whychooseus {
    padding-bottom:170px;
}

.whychooseus .first-time-visitor-inner h4 {
    position: absolute;
    bottom: -100px;
    color: #fff;
}

.whychooseus .first-time-visitor-inner{position:relative;}

a.left.carousel-control {
    position: absolute;
    right: 57px;
    left: inherit;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #b9ad98;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    box-shadow: none;
    opacity: 1;
    bottom: -7px;
    top: inherit;
}

a.left.carousel-control span {
    text-shadow: none;
    color: #fff;
    position: static;
    margin-top: -2px;
    margin-left: 8px;
    font-weight: 400;
}


a.right.carousel-control {
    position: absolute;
    right:0px;
    left: inherit;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #b9ad98;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    box-shadow: none;
    opacity: 1;
    bottom: -7px;
    top: inherit;
}

a.right.carousel-control span {
    text-shadow: none;
    color: #fff;
    position: static;
    margin-top: -2px;
    margin-left: 8px;
    font-weight: 400;
}



.sedsec {
    display: flex;
    flex-wrap: wrap;
}

.sedsec > .col-md-4 {
    display: flex;
    flex-direction: column;
}

.sedinner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #fff; /* Ensure background is visible */
    box-shadow: 0px 0px 5px 1px #d1d1d1;
    transition: box-shadow 0.3s ease-in-out;
    text-align:center;
}

.sedinner h3{color:#000}

.col-md-12.testimonial2025 > p:last-child {
    text-align: center;
    width:100% !important;
}

.nopad-btm {
    padding-bottom: 50px;
}

.row.bglg {
    display: flex;
    flex-wrap: wrap;
}

.row.bglg > div {
    max-width: 48%;
    margin: 1%;
    background: #F5F5F5;
    padding: 15px;
    border-radius: 10px;
}

.row.bglg > div img {
    width: 100%;
}

.row.bglg > div h4 {
    color: #000;
    margin-top: 20px;
}


.row.orthovideo iframe {
    border-radius: 50%;
    border: 5px solid #34b9c4;
    padding: 5px;
    height: 450px;
    max-width: 450px;
}


.contact-sec{
    background:#8e9bae;padding:100px 0px 50px 0px;
}
.contact-sec p{color:#fff;}
.contact-sec h2{color:#fff;}

.contact-sec .btn{min-width:100%;margin-top:10px;}
.contact-sec .col-md-6 .btn{min-width:300px;}

section.sub-page-main-section.meet-dr-beanchu-2025.contpg2025 span.elementor-icon-list-icon svg {
    max-width: 23px;
    
    !;!i;!;
    fill: #fff;
}

section.sub-page-main-section.meet-dr-beanchu-2025.contpg2025 span.elementor-icon-list-icon {
    width: 50px;
    height: 50px;
    background: #ff6225;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
}

p.padleftloc {
    padding-left: 48px;
}

p.padleftloc a{
    color:#000
    }

section.sub-page-main-section.meet-dr-beanchu-2025.contpg2025 {
    padding-bottom:80px;
}






#leadGenForm1 input.sidebar-form-consultation.form-control {
    width: 100%;
}

#leadGenForm1 p.notice.width1.box-round {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#leadGenForm1 p.notice.width1.box-round > label {
    width: 48%;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    max-width: 48%;
}

.bannertxt h2 {
    color: #fff;
}

#leadGenForm1 button.button.button-medium.site-button-color.box-round.box-shadow,.width2 button.button.button-medium.site-button-color.box-round.box-shadow {
    background-color: #F36A22;
    border-color: #F36A22;
    font-family: 'Georgia';
    border: none;
    padding: 10px 30px;
    color: #fff;
    border-radius: 41px;
    max-width: 250px;
    margin: 0 auto;
    display: block;
}

.breadcrumb-meta{margin-top:0px !important;}


.width2  p.notice.width1.box-round > label {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.width2 p.notice.width1.box-round > label textarea {
    height: 104px;
    margin-bottom: 20px;
    border: 1px solid #d1d1d1;
}

.width2 select#Contact_Patient {
    border: 1px solid #d1d1d1;
    min-height: 40px;
    margin-bottom: 20px;
}

.width2 fieldset#survey_participant {
    display: flex;
    flex-direction: column;
}

.width2 fieldset#survey_participant label {
    display: flex;
    flex-direction: column;
    max-width: 50%;
}

.width2 fieldset#survey_participant label input {
    border: 1px solid #d1d1d1;
    margin-bottom: 20px;
    min-height: 40px;
}





/* FLEXBOX CONTAINER */
.testimonials-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px; /* Space between items */
}

/* Individual Testimonial Box */
.testm-sec {
    flex: 1 1 calc(50% - 15px); /* 50% width with gap */
    max-width: calc(50% - 15px); /* Ensures it doesn’t exceed half the container */
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgb(153 153 153);
    box-sizing: border-box;
    margin-bottom: 30px;
}

/* Mobile View */
@media (max-width: 767px) {
    a.phnnonew {left:0px;}
    .socialicon ul {margin-right:0px;}
    .slide-item {
  flex: 0 0 50%; /* 4 items visible */
  text-align: center;
  padding: 10px;
  transform: scale(1);
  transition:1s all;
}
.bannertxt .btn-grp a{margin:10px;}
.premier-dental-care-ser {flex-direction:column;text-align:center;}
section.ourteam img{max-width:100% !important;}
.pinnaclemian-head{max-width:100% !important;}
.The-pinnacle-services-maininner{flex:0 0 100% !important;}
.premier-dental-care-ser ul{flex-direction:column;align-items:center;justify-content:center;}
.premier-dental-care-ser ul li{margin:15px;}
    .width2 fieldset#survey_participant label {
    display: flex;
    flex-direction: column;
    max-width:100%;
}
    .testm-sec {
        flex: 1 1 100%; /* Full width on mobile */
        max-width: 100%;
    }
    .row.orthovideo iframe{
        max-width:100% !important
    }
    p.notice.width1.box-round > label {
    width: 100% !important;
    min-height: inherit !important;
    display: flex;
    flex-direction: column;
    max-width: 100% !important;}
}


.col-md-12.testimonial2025 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col-md-12.testimonial2025 h2 {
    width: 100%;
    text-align: center;
    padding: 30px;
}

.col-md-6.testimonialscont {
    background: #d4aa7d;
    padding:0px 100px 0px 50px;
}
.col-md-6.testimonialscont h2 {
    margin-bottom:40px;
    font-size:30px;
    color: #fff;
}

footer .row > div:first-child a {
    color: #000;
}

section.testimonials {
    position: relative;
    margin:0px;
    background: #d4aa7d;
}
.container12 {
    background: #fff;
}

.col-md-6.testimonialsmain > div p {
    font-size: 13px;
    line-height: 23px;
}
footer .socialicon:after{content:none;}
footer .socialicon:before{content:none;}
.footerinner {
    background: #d4aa7d;
    padding:25px;

}
.footerinner p span{min-width:130px;display:inline-block;}
.footerinner h4{color:#fff;margin-top:15px;}
.col-md-6.testimonialsmain {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    right:0px;
    justify-content:center;
    background:#fff;
    padding-bottom:50px;
    padding-top:50px;
}

.col-md-6.testimonialsmain > div {
    flex: 0 0 48%;
    padding:30px;
    box-shadow: 0px 0px 5px 1px #646464;
    background: #fff;
    text-align:center;
    margin:30px 1%;
    position: relative;
    left: -10%;
}
.col-md-6.testimonialsmain > div img{margin-bottom:20px;max-width:50%}
.col-md-6.testimonialsmain .btn{margin-top:30px;}
.col-md-6.testimonialsmain > div h4{color:#d4aa7d}
.redefining-dental{background:url(https://finedentistry.blob.core.windows.net/content/images/2025/careysheffieldphotographyfine793.jpg) no-repeat;padding:50px 0px;background-size:cover;}
.redefining-dental h2{color:#fff;}

.col2sec .The-pinnacle-services-main > div {
    flex: 0 0 50%;
}
section.best-dental-orland .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

section.premier-dental-care + section.th-pinnacle.col2sec {
    margin-top: 0px;
}
.col2sec .The-pinnacle-services-main > div a {
    position: static;
    color:#DDFFF7;
}

.panel-body p {
    padding-left: 0px !important;
}

div#accordion .panel-body,div#accordion1 .panel-body{color:#171616;}

div#accordion a,div#accordion1 a{margin-left:0px !important;}


div#accordion a, div#accordion1 a {
    background: #DDFFF7;
    color: #312F2F !important;
}

div#accordion .panel-body a,div#accordion1 .panel-body a {
    margin: 0px !important;
    padding:0px 0px !important;
    display:inline-block;
}

div#accordion .panel-body a.btn,div#accordion1 .panel-body a.btn{
    padding:10px 20px !important;
        color:#fff;
}

div#accordion .panel-body a.btn:hover,div#accordion1 .panel-body a.btn:hover{
    color: #d4aa7d;
    background:transparent;
    border-color: #d4aa7d;
}

div#accordion .panel-body ul li,div#accordion1 .panel-body ul li{
    color:#171616;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width:1200px){
    
}

@media (max-width: 439px) {

}

@media (min-width:992px) and (max-width:1199px) {
    .navbar-nav > li > a{
        padding-left:8px;
    padding-right:8px;
    font-size:12px;
    }

}

@media (max-width: 767px) {
    .The-pinnacle-services-head {position:static;flex-direction:column;text-align:center;}
    .The-pinnacle-services-head *{flex:0 0 100% !important}
    .The-pinnacle-services-head p{text-align:center;max-width:100%;}
    .pinnaclemain-bor {margin:10px;padding:20px;}
        .pinnaclemian-head {position:static !important;}
.office-gallery .carousel-inner img{margin-bottom:30px !important;}
a.carousel-control {display: none;}
    .team-sec:nth-child(even) span.team-img{position:static;}
        span.team-img {
        position: static;
        order: 1;
    }
    .team-sec h4{order:2;}
    .team-sec h5{order:3;}
    .team-sec p {
    order: 4;}
    body {
        padding-top: 0px;
    }
span.team-img {position:static;}
.team-sec:nth-child(odd){padding:15px 15px 15px 15px !important;}
.team-sec:nth-child(even){padding:15px 15px 15px 15px !important;}
    .container-fluid {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-right li, .navbar-left li {
        text-align: center;
    }

    .navbar-nav  {
        text-align: center;
    }

    .navbar-nav .open .dropdown-menu {

       text-align:center;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
        color: #fff;
    }

    h1 {
      font-size: 2em;
      margin-top: 10px;
    }

    h2 {
      font-size: 1.8em;
    }

    h3 {
      font-size: 1.4em;
    }

    h4 {
      font-size: 1.1em;
    }

    .home-hero {
        height: 500px;
    }

    .home-hero h1 {
        font-size: 32px;
        margin-top: 180px;
        margin-bottom: 30px;
    }

    .rate-left {
        margin-bottom: 20px;
    }

    .rate-right {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-left {
        text-align: center;
    }

    footer .logo {
        float: none;
        margin-top: 10px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-right {
        text-align: center;
    }

    footer ul {
        margin-bottom: 30px;
    }

    .inline-img {
        float: none;
        margin: 0px;
    }
}


/* Collapse bootstrap earlier
---------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {

    .header-container-padding-fix {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-nav  {
        border: none;
        text-align: center;
    }

    .navbar > .container {
        width: 100%;
    }

    .navbar-header {
        float: none;
    }

    .navbar-right li {
        line-height: 3em;
    }

    .navbar-right li, .navbar-left li {
        text-align: center;
    }

    
    .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
       text-align:center;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }


    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
        color: #fff;
    }

    .navbar-toggle {
        display: block;
        margin-top: 10px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }

    .navbar-nav li a {
        font-size: .9em;
    }

    .navbar-nav > li {
        float: none;
        text-align:left;
    }
    .navbar-nav > li >a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

    .navbar-fixed-top {
       max-height: 400px;
       overflow-y: auto;
       overflow-x: hidden;
    }

    .dropdown-menu > li {
        background: none;
        color: #323434;
    }

    .dropdown-menu > li a {
        color: #323434;
    }

    .dropdown-menu > li a:hover {
        text-decoration: underline;
        background-color: transparent;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav {
        margin-top: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-nav li a {
        font-size: 14px;
    }

    .navbar-nav > li > a {
        font-size: 12px;
        font-weight: 500;
        padding-right: 8px;
        padding-left: 5px;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 5px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {

}

@media (min-width: 1600px) {

}


@media (max-width:1200px){
    .premier-dental-care-ser ul li{
            padding: 0px 15px;
    }
    .pinnaclemian-head {
    top: -118px;
    max-width: 600px;left: 0;right: 0;margin: auto;}
    section.ourteam img{max-width:590px;}
    .team1 h3{font-size:18px;}
    .team1.pos2 a,.team1.pos3 a {
    float:left;}
    .team1.pos3 {
    right: 9px;}
    .header-top .row > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}
    .header-top a {
    color: #fff;
    margin: 5px;}
    #navbar{border:none;}
}

@media (max-width:991px){
    .col2sec .The-pinnacle-services-main > div {
    flex: 0 0 50%;
}
    .col-md-6.testimonialsmain > div{left:0px;}
    .socialicon:before{content:none;}
    .socialicon:after{content:none;}
    .adspage header {position:fixed;}
    .premier-dental-care-ser h3:after{content:none;}
    section.premier-dental-care p{padding-left:0px;}
    section.premier-dental-care a{margin-left:0px;}
    .team1 {
    position: static !important;text-align:center;}
    .team1.pos2 a, .team1.pos3 a {
        float: none;
    }
    .The-pinnacle-services-head h3:before{content:none;}
    .The-pinnacle-services-maininner {
    flex: 0 0 50%;
    padding: 10px;
    position: relative;}
    .adspage .bannervenner .container{
        position: static;
        transform: translateY(0%);

    }
        .adspage .bannervenner {
        margin-top: 0px;
    }
    .adspage header.not-homepage + div {
    padding-top:100px;
}
.adspage .not-homepage {
    background: #8e9bae;
    padding: 15px;
}

    .adspage .langsec {
        top: 0;
    }

    .welcomeinsinner{min-height:inherit;}
    .visitus{flex-direction:column;}
    .wlcomeviceo{padding-top:0px;}
    section.meetourdoc .col-md-4 {
    margin-top: 50px;}
    img.img-responsive.sertxt{display:none;}
    section.services .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;}
    .langsec {
    position: absolute;
    top: -56px;
    display: flex;right:0;
    justify-content: space-between;}
    .langsec > a{margin-top:0px;font-size:0;border: none;}
    .adspage .langsec > a{font-size:14px;border:1px solid #fff}

    .tophead{text-align:left;}
    .contact-sec form#leadGenFormContactPage {position:static;max-width:100%;}
    .contact-sec{padding-top:50px;}
    .wlcomeviceo iframe{max-width:100% !important;width:100% !important}
    h2.hdng span:before,h2.hdng span:after{content:none;}
    .wlcomeviceo{padding-left:15px;padding-right:15px;}
        div#myNavbar {
            z-index:9;
    position: absolute;
    width: 100%;
    background: #d4aa7d;}
    nav.navbar.navbar-inverse{position:static;}
    .navbar-inverse .navbar-toggle{background:#333;        left: 15px;}
}

@media (max-width:767px){
    .The-pinnacle-services-maininner img {
    width: 100%;
}
.col-md-6.testimonialscont{padding:15px;}
.col-md-6.testimonialsmain > div{flex:0 0 98%;}
    .adspage header .col-sm-2.col-xs-4 img{object-fit:contain;}
    section.sub-page-main-section.meet-dr-beanchu-2025 img {
    max-width: 100%;
}
.footerinner p {
    font-size: 14px;
}
.bannervenner{margin-top:-170px;}
.brandlogo img{
    max-width:50%;
}
a.left.carousel-control,a.right.carousel-control {bottom:-37px;}
.brandlogo .col-md-12{justify-content:center;}
    header {
        position: static;
        background: #414141;
    }
 header   .col-sm-2.col-xs-4 img {
    height:32px;margin-top:10px;
}
.menu {padding:0px;}

.bannertxt{max-width:100%;}
section.banner .container{position:static;padding-top:40px;}
.langsec{top:-41px;}
.sub-page-main-section {
    padding-bottom:100px;
}
    .serviceinner{margin-top:50px;}
    .navbar-default .navbar-toggle{
    position: absolute;
    top: -67px;
    right: -28px;
    }
    section.affiliations img{margin-bottom:10px;width:auto;margin-left:auto;margin-right:auto;}
    .logo{max-width:240px;}
    .testimonials .item.active{flex-wrap:wrap;}
    .testimonials .item .iteminner-1{max-width:100%;width:100% !important;}
}