@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Century Gothic';
    src: url('https://20864560.fs1.hubspotusercontent-na1.net/hubfs/20864560/42_dental/fonts/CenturyGothic.eot');
    src: url('https://20864560.fs1.hubspotusercontent-na1.net/hubfs/20864560/42_dental/fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('https://20864560.fs1.hubspotusercontent-na1.net/hubfs/20864560/42_dental/fonts/CenturyGothic.woff2') format('woff2'),
        url('https://20864560.fs1.hubspotusercontent-na1.net/hubfs/20864560/42_dental/fonts/CenturyGothic.woff') format('woff'),
        url('https://20864560.fs1.hubspotusercontent-na1.net/hubfs/20864560/42_dental/fonts/CenturyGothic.ttf') format('truetype'),
        url('https://20864560.fs1.hubspotusercontent-na1.net/hubfs/20864560/42_dental/fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

/*.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}*/
body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.head-top-box .left-head-box .single-location-map {
  color:#ffffff;
}

.head-top-box .left-head-box .single-location-map:hover,
.head-top-box .left-head-box .single-location-map:focus {
  color:#000000;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}


*{margin:0;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,select,input,option,textarea{margin:0;padding:0;border:0;outline:0;font-size:100%;box-sizing:border-box;}
html{-webkit-text-size-adjust:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}
audio,canvas,video{display:inline-block;}
audio:not([controls]){display:none;height:0;}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
small,.small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em;}
sub{bottom:-0.55em}
nav ul,nav ol{list-style:none;list-style-image:none;}
















































.content-wrapper,.container{max-width:1170px;padding:0 15px;margin:0 auto!important;width:100%;}
.dnd-section,.content-wrapper--vertical-spacing{padding:80px 1rem;}
.dnd-section > .row-fluid{max-width:1170px;}

html{font-size:15px;}
body{font-family:'Poppins',sans-serif;font-weight:400;color: #000000;font-size: 15px;font-family: ;;line-height:26px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -moz-osx-font-smoothing: grayscale;  -webkit-tap-highlight-color: transparent;background-color:#fff !important;}
p{font-family:'Poppins',sans-serif;font-weight:400;color: #000000;font-size: 15px;font-family: ;;line-height:26px;margin:0 0 20px;}
a{color:#2696b8;}
a:hover,a:focus{color:#006e90;}
a:active{color:#4ebee0;}
h1,.h1{font-family:'Poppins',sans-serif; color: #000000;font-size: 50px;font-weight: 700; font-family: ;; text-transform:none;line-height:1.1;}
h2,.h2{font-family:'Poppins',sans-serif; color: #000000;font-size: 40px;font-weight: 700; font-family: ;; text-transform:none;line-height:1.15;}
h3,.h3{font-family:'Poppins',sans-serif; color: #000000;font-size: 32px;font-family: ; font-weight: 700;; text-transform:none;line-height:1.3;}
h4,.h4{font-family:'Poppins',sans-serif; color: #000000;font-size: 26px;font-family: ; font-weight: 700;; text-transform:none;line-height:1.1;}
h5,.h5{font-family:'Poppins',sans-serif; color: #000000;font-size: 22px;font-family: , #000000; font-weight: 700;; text-transform:none;line-height:1.5;}
h6,.h6{font-family:'Poppins',sans-serif; color: #000000;font-size: 18px;font-family: ; font-weight: 700;; text-transform:none;line-height:1.6;font-weight:400;}
h1,h2,h3,h4,h5,h6{margin:0 0 20px;}
h2.h5,h3.h5 { font-weight: 500; }
blockquote{border-left-color:#000000;}
button,.button, .btn-1 a, a.btn-1{font-family:'Century Gothic';border: 1px solid #2696b8;
padding-top: 22px;
padding-right: 30px;
padding-bottom: 22px;
padding-left: 30px;
color: #FFFFFF;font-size: 20px;font-family: ;;background-color:

  
  
    
  


  rgba(38, 150, 184, 1.0)

;border-radius:35px;text-transform:none;line-height:normal;display:inline-block;}
button:hover, button:focus, .button:hover,.button:focus,.btn-1 a:hover,a.btn-1:hover{background-color:rgba(0, 110, 144 1.0);border-color:#006e90;}
button:active,.button:active,btn-1 a:active,a.btn-1:active{background-color:rgba(0, 110, 1441.0);border-color:#006e90;}

.btn-2 a,a.btn-2{font-family:'Century Gothic';border:1px solid#2cb1aa;padding-top: 22px;
padding-right: 30px;
padding-bottom: 22px;
padding-left: 30px;
color: #FFFFFF;font-size: 20px;font-family: ;;background-color:#2cb1aa;border-radius:35px;text-transform:none;line-height:normal;display:inline-block;}
.btn-2 a:hover,a.btn-2:hover{background-color:rgba(4, 137, 130);border-color:#048982;}
.btn-2 a:active,a.btn-2:active{background-color:rgba(4, 137, 130);border-color:#048982;}

.bg-light-yellow{background-color: rgba(255,251,240,1.0);}
.bg-light-yellow.partner_sec {
  background:url('https://20864560.fs1.hubspotusercontent-na1.net/hubfs/20864560/42_dental/images/logo-carousel-bg.png') repeat-x #fff !important } 
}

.center-text { text-align:center !important; }
.mt15 { margin-top:15px }
.mt20 { margin-top:20px }
.mt25 { margin-top:25px }

.bu-2.btn-2   { display:none !important; }

/* this will hide the form at the bottom of the shared-template pages (except for location pages) when it's a multi-location site */
body.multi-location .form-top-module { display:none !important } 

.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}

a.cta_button{-moz-box-sizing:border-box !imn;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;vertical-align:middle;}
form,.submitted-message{ font-family: ; font-style: normal; font-weight: normal; text-decoration: none;}
.form-title{color:#000000;}
form label{color:#000000;}
form legend{color:#2696b8;}
form input[type=text],form input[type=email],form input[type=password],form input[type=tel],form input[type=number],form input[type=file],form select,form textarea{ border: 2px solid #D1D6DC;
background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;color:#000000; border-radius:50px;}
::-webkit-input-placeholder{color:#000000;}
::-moz-placeholder{color:#000000;}
:-ms-input-placeholder{color:#000000;}
::placeholder{color:#000000;}
.hs-fieldtype-date .input .hs-dateinput:before{color:#000000;}
.fn-date-picker td.is-selected .pika-button{background:#2696b8;}
.fn-date-picker td .pika-button:hover{background-color:#2696b8!important;}
.fn-date-picker td.is-today .pika-button{color:#2696b8;}
form input[type=submit],form .hs-button{font-family: 'Poppins',sans-serif; border: 1px solid #2696b8;
/*padding-top: 22px;
padding-right: 30px;
padding-bottom: 22px;
padding-left: 30px;
*/color: #FFFFFF;font-size: 20px;font-family: ;;background-color:

  
  
    
  


  rgba(38, 150, 184, 1.0)

;border-radius:35px;text-transform:none;line-height:normal;display:inline-block;     font-weight: 400;}
form input[type=submit]:hover,form input[type=submit]:focus,form .hs-button:hover,form .hs-button:focus{background-color: rgba(0, 110, 144); border-color: #006e90;}
form input[type=submit]:active,form .hs-button:active{ background-color: rgba(0, 110, 144); border-color: #006e90; }



.header{background-color:

  
  
    
  


  rgba(38, 150, 184, 1.0)

;}



.footer{background-color:

  
  
    
  


  rgba(32, 34, 46, 1.0)

;}
.footer p,.footer h1,.footer h2,.footer h3,.footer h4,.footer h5,.footer h6,.footer label,.footer span,.footer li,.footer img{color:#ffffff;}



.hs-search-results__title{ color: #000000;font-size: 50px;font-weight: 700; font-family: ;;}
/*********************************************** remember to define focus styles! **********************************************/
:focus{outline:0;}
/********************************** tables still need 'cellspacing="0"' in the markup ****************************************/
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border: 0 none; border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
img { border: 0 none; max-width: 100%; vertical-align:middle;height:auto}
a { outline: none; cursor: pointer;transition:all 0.5s ease;}
/**************************************** End hide from IE Mac ***************************************************************/ 
*:before, *:after {box-sizing: border-box;}
/************************************************** End Clearfix *************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }
.clear { clear: both; }
/************************************************** For modern browsers ******************************************/ 
.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
li { list-style: none; }
::selection { background: #2cb1aa; color: #ffffff; }
::-moz-selection {background: #2cb1aa; color: #ffffff;}
/*************************************** display table and table cell ***************************************************/
.tbl {display:table;width:100%;height:100%;}
.tbl-cell {display:table-cell;vertical-align:middle}
.dis-flex {display: flex; flex-wrap: wrap;display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;}
/*********************************************************body  ********************************************************/
body {  -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -moz-osx-font-smoothing: grayscale;  -webkit-tap-highlight-color: transparent;   }
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after { display: none !important; }
a { text-decoration: none; transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }
a:hover {text-decoration: none; transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }
a:focus { outline: none; text-decoration: none; }
ul,ol {margin: 20px 0;padding-left: 20px;list-style: none;}
ul li {margin: 0 0 10px;list-style: disc;list-style-position: outside;}
ol li {list-style: decimal;list-style-position: outside;}
.enumenu_ul ul li {list-style: none;margin: 0;}
/*******************************************hubspot******************************************************************/
.row-fluid [class*="span"] {min-height: 1px;}
/**************************************** logo ***************************/
.h-logo img ,.f-logo img {cursor: pointer;}
/************************* container **************/
.container {width:100%; margin:0 auto !important;  float:none !important; }
input::-webkit-input-placeholder { color: #ccc; } /* WebKit browsers */
input:-moz-placeholder { color: #ccc; } /* Mozilla Firefox 4 to 18 */
input::-moz-placeholder { color: #ccc;} /* Mozilla Firefox 19+ */
input:-ms-input-placeholder { color: #ccc; } /* Internet Explorer 10+ */
textarea::-webkit-input-placeholder { color: #ccc; } /* WebKit browsers */
textarea:-moz-placeholder { color: #ccc; } /* Mozilla Firefox 4 to 18 */
textarea::-moz-placeholder { color: #ccc; } /* Mozilla Firefox 19+ */
textarea:-ms-input-placeholder { color: #ccc; } /* Internet Explorer 10+ */
/****************************************************** IE *********************************************************/
select::-ms-expand {display: none;}
input::-ms-clear { display:none;}
/*********************************************** remove auto fill yellow color ************************************/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {-webkit-box-shadow: 0 0 0 100px #ffffff inset;-moz-box-shadow: 0 0 0 100px #ffffff inset;box-shadow: 0 0 0 100px #fff inset;	color:#000000 ;}
/*********************************************** Form CSS **********************************************/
.hs_error_rollup {display: none;}
form .hs-form-field {position: relative;}
form ul.hs-error-msgs.inputs-list { position: absolute; bottom:-30px; right: 0; list-style-type: none; padding: 1px 5px;background:#2696b8;margin:0;}
form ul.hs-error-msgs.inputs-list > li > label {font-weight:400;position:relative;z-index:9;color: #ffffff;}
form ul.hs-error-msgs.inputs-list:after { content: ''; width: 8px; height: 8px; position: absolute; display: inline-block; left: 50%; background:#2696b8; margin-left: -6px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); margin-top: -4px; top: 0;}
input,textarea,select {border-radius: 0; }
button, html input[type="button"], input[type="reset"], input[type="submit"], textarea { -webkit-appearance: none; border-radius: 0; transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }
button, input, select, textarea,option { font-size: 100%; margin: 0; vertical-align: baseline; }
input[type="text"],input[type="tel"],input[type="email"]{ -webkit-appearance:none !important; }
input[type="submit"] {cursor: pointer;transition:all 0.5s ease;}
textarea { overflow: auto; vertical-align: top;resize:none; }
/* -------- Forms --------- */
.hs-form textarea,.hs-form input[type="text"],.hs-form input[type="password"],.hs-form input[type="datetime"],.hs-form input[type="datetime-local"],.hs-form input[type="date"],.hs-form input[type="month"],.hs-form input[type="time"],.hs-form input[type="week"],.hs-form input[type="number"],.hs-form input[type="email"],.hs-form input[type="url"],.hs-form input[type="search"],.hs-form input[type="tel"],.hs-form input[type="color"],.hs-form select{ border: 2px solid #D1D6DC;
;background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;color:#000000;border-radius:50px;font-size:20px;line-height:normal;height:45px;font-weight:400;padding:0 20px;width:100%;}
.hs-form input:focus{outline:0;}
.hs-form select{-webkit-appearance:none;background:transparent;}
.hs-form-field > label{font-size:16px;font-weight:400;margin-bottom:10px;display:inline-block;padding-left:20px;}
.hs-recaptcha{margin-bottom:30px;}
.hs-form-field{position:relative;margin-bottom:20px;}
.hs-form input[type="checkbox"]{margin-right:25px;}
.hs-form textarea{height:130px!important;resize:none!important;resize:none;width:100%!important;}
input[type="submit"]{-webkit-appearance:none;padding:20px 24px;display:inline-block;text-decoration:none;line-height:normal;font-size:15px;font-weight:500;}
.hs-form-field .input{display:table;width:100%;margin:0!important;}
.hs-error-msgs{position:relative;}
.hs-error-msgs li label{font-size:12px;line-height:14px;color:#DA0000;}
.hs-error-msgs li{list-style-type:none;}
.hs-form-checkbox{/*width:100%;*/float:left;list-style-type:none;padding-left:20px;}
.hs-form-radio{width:33.3%;float:left;list-style-type:none;}
.hs-form-checkbox input,.hs-form-radio input{margin-right:27px;}
form .hs-richtext{text-align:center;text-align:left;padding-left:15px;padding-right:15px;}
form{max-width:100%;width:100%;float:none!important;}
form legend{color:#000000;font-size:18px;margin-bottom:0;}
.submitted-message{text-align:center;font-size:20px;overflow:hidden!important;line-height:normal;}
form .hs-form-field.hs-recaptcha { width:50%;float:right;padding-top:5px;}
form .hs-form-field.hs-reason_for_appointment {margin-bottom:30px;}

/* Form Two Col Section */

.form-columns-2 , .form-columns-1{max-width:100% !important;}
.form-columns-2 > div { width: 48% !important; }
.form-columns-2 > div:first-child{float:left !important;}
.form-columns-2 > div:last-child{float:right !important;}

/* Radio Button Style */

.hs-form-radio label.hs-form-radio-display { font-size: 14px; font-weight: 700; text-transform: uppercase;display:flex;flex-wrap:wrap; }
.hs-form-radio-display .hs-input { display: none; }
.hs-form-radio label.hs-form-radio-display input+span{display:flex;flex-wrap:wrap;align-items:center;position:relative;}
.hs-form-radio label.hs-form-radio-display input+span:before { width: 25px; height: 25px; content: ''; background-color: #cbcbcb; display: inline-block; border-radius: 100%; margin-right: 13px;transition:0.5s ease all; }
.hs-form-radio label.hs-form-radio-display input:checked+span:before{background-color:#111d33;}
.hs-form-radio label.hs-form-radio-display input:checked+span:after { content: ''; position: absolute; left: 8px; width: 9px; height: 9px; background-color: #fff; top: 11px; border-radius: 100%;transition:0.5s ease all; }

/* Checkbox Style */

/* .hs-form-checkbox:not(:last-child){margin-bottom:29px;} */
.hs-form-checkbox label.hs-form-checkbox-display { font-size: 14px; font-weight: 700; text-transform: uppercase;display:flex;flex-wrap:wrap; }
.hs-form-checkbox-display .hs-input { display: none; }
.hs-form-checkbox label.hs-form-checkbox-display input+span{display:flex;flex-wrap:wrap;align-items:center;position:relative;}
.hs-form-checkbox label.hs-form-checkbox-display input+span:before { width: 25px; height: 25px; content: ''; background-color: #cbcbcb; display: inline-block;margin-right: 13px;transition:0.5s ease all; }
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:before{background-color:#111d33;}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after { content: ''; position: absolute; left: 8px; width: 9px; height: 9px; background-color: #fff; top: 11px; border-radius: 100%;transition:0.5s ease all; }

/*------Dental-sec-----------------*/
.dental_sec{padding:100px 0 175px;}
.dental_sec{padding:90px 0; }
.top-title p{font-size:20px;line-height:36px;}
.normal-text-size .top-title p{font-size:15px;line-height:26px;}
.top-title{text-align:center;margin-bottom:90px;}
.appt-form-page .top-title { margin-bottom:15px;}
.btn-wrapper{margin-top:40px;text-align:center;width:100%;}
.payment-options .btn-wrapper {margin-top:5px}
.text-image .text-content .btn-wrapper {text-align: left;}
.text-image .text-content .btn-wrapper a {font-family: 'Poppins',sans-serif;font-weight: 400;padding: 20px 42px;}
.dr-wrap{display:flex;flex-wrap:wrap;justify-content: center;width:100%;}
.dr-box{width:22.97%;margin-right:2.7%;display:flex;flex-wrap:wrap;margin-bottom:20px;position:relative;overflow:hidden;}
.dr-box:nth-child(4n){margin-right:0;}
.dr-img{border-radius:40px;min-height:362px;background-size:cover;background-repeat:no-repeat;background-position:center center;width:100%;display:flex;flex-wrap:wrap;align-items:center;}
.box-over-color{background-color:#2cb1aa;position:absolute;bottom:0;left:0;right:0;width:100%;height:100%;border-radius:40px;opacity:0;-webkit-transition:all 0.4s ease-in-out 0s;-moz-transition:all 0.4s ease-in-out 0s;transition:all 0.4s ease-in-out 0s;}
.dr-box:hover .box-over-color{opacity:1;}
.cpation-dr-box label, .cpation-dr-box h5 {font-size:22px;line-height:36px;line-height:24px;font-weight:700;color:#ffffff;}
.title_position { margin-top:8px; margin-bottom:4px; }
.cpation-dr-box p{font-size:13px;line-height:23px;color:#ffffff;}
.cpation-dr-box{padding:30px;text-align:center;width:100%;position:absolute;text-align:center;padding-left:1em;padding-right:1em;width:100%;top:80%;left:50%;opacity:0;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}
.dr-box:hover .cpation-dr-box{top:50%;left:50%;opacity:1;}
a.global_link{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1;}
span.read-bio{padding:14px 49px;font-size:13px;line-height:normal;color:#ffffff;font-family:'Century Gothic';border:1px solid#ffffff;border-radius:23px;display:inline-block;}

.dr-wrap .owl-carousel[data-count]{display:flex;margin:0 -15px;/*width:auto;*/  width: calc(100%+ 30px);}
.dr-wrap .owl-carousel[data-count="2"] > div{width:calc(50% - 30px);margin:0 15px;}
.dr-wrap .owl-carousel[data-count="3"] > div{width:calc(33.33% - 30px);margin:0 15px;}
.dr-wrap .owl-carousel[data-count="4"] > div{width:calc(25% - 30px);margin:0 15px;}

/*--------Services-Sec--------------------*/
.service-wrap{display:flex;flex-wrap:wrap;}
.service-box{width:31.53%;margin-right:2.7%;display:flex;flex-wrap:wrap;flex-direction:column;position:relative;}
.service-box:nth-child(3n){margin-right:0;}
.serv-img{height:326px;overflow:hidden;width:100%;display:block;border-radius:15px 15px 0 0;}
.serv-img img{height:100%;width:100%;object-fit:cover;object-position:center center;border-radius:15px 15px 0 0;}
.service-cont{text-align:center;border:1px solid #cdcac4;border-top:0;border-radius:0 0 15px 15px;padding:30px 20px;display:flex;flex-wrap:wrap;height:calc(100% - 326px);justify-content:center;transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;}
.service-cont span.read-more{color:#2696b8;margin-top:auto;font-size:15px;line-height:normal;border-bottom:1px solid#2696b8;display:inline-block;width:auto;}
.service-cont p{margin-top:auto;margin-bottom:10px;line-height:24px;}
.services_sec{padding:90px 0;}
.service-box:hover .service-cont{border-color:#2696b8;}

/*-------Offer-sec-------------*/
.offers_sec{padding:120px  0 90px;}
.offers_sec{padding:90px 0; }
.offers_sec .top-title{margin-bottom:75px;}
.offers-wrap{display:flex;flex-wrap:wrap;}
.offer-box{background-color:#ffffff;border-radius:20px;align-items:flex-start;box-shadow:0 0 12px 0px rgb(0 0 0 / 9%);width:31.53%;margin-right:2.7%;margin-bottom:20px;padding:60px 32px 40px;text-align:center;display:flex;flex-wrap:wrap;position:relative;transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;width: calc(33% - 30px); margin-left:15px;margin-right:15px; }
/* .offer-box:nth-child(3n){margin-right:0;} */
.offer-box h3{width:100%;margin:0 0 15px;}
.offer-box p{font-size:13px;line-height:24px;font-weight:500;}
.offer-box.offer_full_width { width:calc(100% - 30px); }
.offer-box.offer_half_width { width:calc(50% - 30px); }
.pricing{display:flex;flex-wrap:wrap;width:100%;margin:0 0 20px;}
.pricing i{font-style:normal;width:100%;text-align:center;display:block;font-weight:700;font-size:18px;line-height:normal;margin:5px 0;}
.pricing span{width:100%;display:block;font-size:84px;font-weight:bold;line-height:1;font-size:70px;}
label.sub-head{font-weight:500;font-size:17px;line-height:25px;width:100%;text-transform:uppercase;display:block;}
.bottom-offer-cont{width:100%;margin-top:auto;}
.bottom-offer-cont > a {color: #000;}
.top-offer-cont{width:100%;}
.finePrint i,
.finePrint em { margin-top:15px; font-size:75%; color:#666666; }
label.offer-text{letter-spacing:9px;font-size:12px;line-height:normal;display:block;margin:15px 0;}
span.see-more{width:auto;font-size:17px;line-height:normal;border-bottom:1px solid#000000;display:inline-block;}
.offers_sec button,.offers_sec .button,.offers_sec .btn-1 a,.offers_sec a.btn-1,.offers_sec .btn-2 a,.offers_sec a.btn-2{padding:18px 50px;}
.offer-box:hover, .offer-box.active{background-color:#2696b8;}
.offer-box:hover *, .offer-box.active *{color:#ffffff;}
.offer-box:hover span.see-more, .offer-box.active span.see-more{border-color:#ffffff;}


/*-------Header-Section------------*/
.head-top-sec { position:relative; background-color:rgba(255,255,255,1.0); }
.head-top-sec .content-wrapper{padding:0;max-width:100%;}
.head-top-sec .baseModuleParent { position:relative; }
.head-top-box{display:flex;flex-wrap:wrap;width:100%;transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;}
.left-head-box{padding-left:calc(50% - (1170px - 30px)/2);width:47.8%;padding-right:80px;}
.right-head-box{padding-right:calc(50% - (1170px - 30px)/2);width:52.2%;text-align:right;position:relative;}
.right-head-box:after{content:"";position:absolute;width:calc(100% + 80px);right:-40px;top:0;bottom:0;z-index:1;transform:skew(-40deg);}
.left-head-box p{color:#ffffff;margin:0;}
.head-top-box > div{padding-top:15px;padding-bottom:15px;}
.drop-down .options ul li{border-bottom:1px solid #cccccc;padding-bottom:12px;padding-top:12px;}
.drop-down .options ul li a{font-size:14px;line-height:normal;color:#000000;display:flex;flex-wrap:wrap;width:100%;text-align:left;justify-content:center;text-decoration:none;padding:0;flex-direction: column;}
.drop-down .options ul li:first-child{padding-top:0;}
.drop-down .options ul li:last-child{padding-bottom:0;border:0;}
.drop-down .options span.value{display:inline-block;}
.drop-down{position:relative;left:0;top:0;width:auto;margin-left:auto;z-index:11;}
.drop-down .selected a{background:transparent;display:flex;padding-right:50px;border:0;/*width:130px;*/border-radius:0;text-decoration:none;color:#ffffff;margin-left:auto;font-size:14px;line-height:normal;font-weight:400;align-items:center;flex-wrap:wrap;}
.drop-down .selected a>svg{margin-left:5px;width:10px;height:10px;}
.drop-down .selected a span{cursor:pointer;display:flex;padding:0;align-items:center;}
.drop-down .option{position:relative;}
.drop-down .options ul{background:#ffffff;display:none;list-style:none;padding:0px 0px;position:absolute;/*right:calc(306px - 306px - 55px);*/top:32px;width:auto;min-width:306px;border:0;text-align:center;border-radius:10px;box-shadow:0 0 5px rgb(0 0 0 / 29%);padding:40px 20px;z-index:11;max-height:260px;overflow-y:auto;margin:0}
.drop-down .selected span.value{display:none;}
.drop-down .options ul li{list-style:none;margin:0;}
.drop-down .options ul li a:hover{color:#2696b8;}
.baseModuleParent{z-index:inherit!important;}
.head-bottom{padding:20px 0;transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;}
.head-bottom .container{display:flex;flex-wrap:wrap;align-items:center;}
.site-logo{width:170px;width:190px;display:flex;flex-wrap:wrap;}
.site-logo a{width:100%;display:inline-block;}
.site-logo a img{width:auto;display:block;}
.right-menu{width:calc(100% - 170px);width:calc(100% - 190px);display:flex;flex-wrap:wrap;justify-content:flex-end;}
.menu-icon{display:none;cursor:pointer;color:#ffffff;text-transform:uppercase;text-align:center;font-weight:bold;line-height:33px;font-size:22px;padding:10px 0;}
.menu-icon .menu-box{width:50px;height:38px;margin-right:20px;padding:5px;position:absolute;right:0;}
.menu-icon.active .menu-box{position:absolute;right:284px;transition:all 0.5s ease 0s;}
.menu-icon .menu-box span{width:100%;height:4px;margin-bottom:6px;background:#000000;display:block;border-radius:2px;transition:all 0.4s ease 0s;-webkit-transition:all 0.4s;}
.menu-icon.active span:nth-child(1){transform:rotate(45deg) translateY(8px) translateX(6px);-webkit-transform:rotate(45deg) translateY(8px) translateX(6px);}
.menu-icon.active span:nth-child(2){opacity:0;}
.menu-icon.active span:nth-child(3){transform:rotate(-45deg) translateY(-7px) translateX(6px);-webkit-transform:rotate(-45deg) translateY(-7px) translateX(6px);}
.enumenu_ul .hs-menu-wrapper ul{padding:0px;list-style:none;margin:0;align-items:center;}
.enumenu_ul .hs-menu-wrapper > ul > li{display:inline-block;vertical-align:top;position:relative;}
.enumenu_ul .hs-menu-wrapper > ul > li a{font-size:15px;padding:15px 15px;padding:15px 12px;line-height:normal;display:inline-block;color:#000000;font-weight:400;text-transform:capitalize;}
.enumenu_ul .hs-menu-wrapper > ul > li:last-child a{padding:13px 36px;padding:13px 20px;line-height:normal;color:#ffffff;background-color:#2696b8;border-radius:24px;text-transform:uppercase;margin-left:5px;}
.enumenu_ul .hs-menu-wrapper>ul>li  a.menubelow{z-index:1;position:relative;display:flex;flex-wrap:wrap;align-items:center;}
.enumenu_ul .hs-menu-wrapper>ul>li a.menubelow:after{background-image:url(https://20864560.fs1.hubspotusercontent-na1.net/hubfs/20864560/42_dental/images/arrow-drop2.png);background-size:cover;background-repeat:no-repeat;background-position:right 1px;content:"";width:10px;height:10px;position:relative;z-index:1;right:0;display:inline-block;margin-left:6px;transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;}
.enumenu_ul .hs-menu-wrapper>ul>li ul li a.menubelow:after{background-image:url(https://20864560.fs1.hubspotusercontent-na1.net/hubfs/20864560/42_dental/images/arrow-drop-white2.png);}
.enumenu_ul .hs-menu-wrapper>ul>li:hover > a.menubelow:after{-ms-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-webkit-transform:rotateX(180deg);transform:rotateX(180deg);background-position:right 0px;}
.enumenu_ul .hs-menu-wrapper>ul>li ul li:hover>a.menubelow:after{-ms-transform:rotateZ(-90deg);-moz-transform:rotateZ(-90deg);-webkit-transform:rotateZ(-90deg);transform:rotateZ(-90deg);background-position:right 0px;}
/* .enumenu_ul .hs-menu-wrapper > ul > li > a:hover,.enumenu_ul .hs-menu-wrapper > ul > li.active > a{color:#2696b8;} */
.enumenu_ul .hs-menu-wrapper > ul > li ul{display:none}
.enumenu_ul .hs-menu-wrapper > ul > ul li{width:100%;margin:0;list-style:none;position:relative;}
.enumenu_ul.desk .hs-menu-wrapper > ul ul{top:100%!important;z-index:999!important;list-style:none;left:0px!important;background:#2696b8;position:absolute;min-width:150px;visibility:hidden!important;opacity:0!important;display:block!important;transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;-ms-transform:translateY(15px);-moz-transform:translateY(15px);-webkit-transform:translateY(15px);transform:translateY(15px);box-shadow:0 0 5px rgb(0 0 0 / 29%);border-radius:0;z-index:1;}

/*Sub menu styles*/
.enumenu_ul.desk .hs-menu-wrapper > ul li:hover > ul{display:block;opacity:1!important;visibility:visible!important;-ms-transform:translateY(0px);-moz-transform:translateY(0px);-webkit-transform:translateY(0px);transform:translateY(0px);}
.enumenu_ul.desk .sb-menu .sb-menu{left:100%!important;top:0!important;}
.enumenu_ul.desk .hs-menu-wrapper > ul ul li a{padding:10px 15px;display:block;color:#ffffff;font-size:15px;text-align:left;position:relative;z-index:9;}
.enumenu_ul.desk .hs-menu-wrapper > ul ul li:hover > a{background:#2cb1aa;color:#ffffff;}
.enumenu_ul .arrow{position:absolute;right:10px;top:0;width:45px;height:45px;background:url(https://20864560.fs1.hubspotusercontent-na1.net/hubfs/20864560/42_dental/images/plus-black.png) no-repeat center center;cursor:pointer;z-index:999;}
.enumenu_ul .arrow.up{background:url(https://20864560.fs1.hubspotusercontent-na1.net/hubfs/20864560/42_dental/images/minus-black.png) no-repeat center center}
.enumenu_ul .hs-menu-wrapper>ul>li:last-child a:hover{color:#ffffff;background-color: rgba(0, 110, 144);border-color: #006e90;}
.header-top{margin-top:160px;}
.header-top-inner{position:fixed;top:0;left:0;right:0;width:100%;z-index:111;}
.stick .head-bottom{padding:10px 0;box-shadow:0 5px 12px rgb(0 0 0 / 29%);}
.stick .head-top-box{margin-top:-57px;}

.header .top_strip { background: #000; color: #fff; font-weight:700; text-align: center; padding: 5px 0; }
.header .top_strip a{color: #fff !important;}
.header .top_strip a:hover { color:rgba(255,255,255,.8) !important; text-decoration:underline; }
.header .top_strip.hide-strip{display:none;}

/*--------Dental-Care--------------------*/
/* .dental-care-img{min-height:572px;width:100%;} */
.dental-care-right{width:50%;}
.dental-care-right.alt {width:46%;}
.dental-care-main-wrap{display:flex;flex-wrap:wrap;width:100%;align-items:center;}
.dental-block-2x2 .dental-care-main-wrap{align-items:flex-start;}
.dental-care-left{width:42%;margin-right:8%;}
/* .dental-care-left h2{font-size:50px;line-height:1.1;} */
.dental-care-left .btn-wrapper{text-align:left;margin-top:25px;}
.dental-block-2x2 .dental-care-left .btn-wrapper { text-align:center; }
.dental-care-img img{height:100%;width:100%;object-fit:cover;object-position:center center;border-radius:30px;}
.dental-care-img{min-height:572px;width:100%;border-radius:30px;}
.dental-care-left .btn-1 a,.dental-care-left .btn-2 a{padding:17px 33px;border-radius:29px; font-family:'Poppins',sans-serif;}
.dental-care-sec{padding:80px 0 100px;position:relative;}
.dental-care-sec.text-left-image-right:before{background-image:none !important;}
.dental-care-sec:before{position:absolute;content:"";left:0;background-image:url(https://20864560.fs1.hubspotusercontent-na1.net/hubfs/20864560/42_dental/images/dental-left-bg-img.png);width:169px;height:500px;background-size:contain;background-position:center center;background-repeat:no-repeat;top:50%;-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);}

/*---------Why-Dental----------------*/
.dental-why-img{min-height:638px;width:100%;border-radius:20px;position:relative;z-index:1;}
.dental-why-img img{width:100%;height:100%;border-radius:20px;object-fit:cover;object-position:center center;}
.dental-why-left{width:43%;}
.dental-why-right{width:57%;padding-left:42px;}
.dental-why-main-wrap{display:flex;flex-wrap:wrap;align-items:center;width:100%;}
.dental-why-sec{padding:100px 0 110px;}
/* .why-list{display:flex;flex-wrap:wrap;align-items:center;padding:20px 45px 18px;border-radius:63px;cursor:pointer;transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;margin:0 0 10px;} */
.why-list{display:flex;flex-wrap:wrap;align-items:center;padding:20px 45px 18px;border-radius:63px;margin:0 0 10px;}
.why-list span{width:56px;height:56px;border-radius:100%;background-color:#2cb1aa;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;color:#ffffff;font-size:25px;line-height:normal;transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;}
.wht-right{width:calc(100% - 56px);padding-left:20px;}
.wht-right h5,.wht-right h3.h5 {margin:0;line-height:normal;}
.wht-right p:last-child{margin-bottom:0;}
/* .why-list:hover{background-color:#2cb1aa;}
.why-list:hover *{color:#ffffff;}
.why-list:hover span{background-color:#ffffff;color:#2cb1aa;} */
.why-top-cont p:last-child{margin-bottom:0;}
.why-top-cont{padding-left:45px;margin:0 0 25px;}
.dental-why-img:before{background-image:url(https://20864560.fs1.hubspotusercontent-na1.net/hubfs/20864560/42_dental/images/doated.png);content:"";position:absolute;width:128px;height:104px;bottom:195px;z-index:-1;left:-90px;background-size:cover;background-position:center center;background-repeat:no-repeat;}

/*---About-Sec--------*/
.about_sec{padding:100px 0;}
.about_sec{padding:90px 0; }
.about-wrapper{display:flex;flex-wrap:wrap;width:100%;align-items:center;}
.about-left{width:55%;margin-right:4%;}
.about-right{width:41%;}
.about-inner-img img{height:100%;width:100%;object-fit:cover;object-position:center center;display:block;border-radius:20px}
.about-inner-img{min-height:638px;display:block;width:100%;border-radius:20px;position:relative;z-index:1;}
.about-left h2{font-size:50px;line-height:1.1;margin:0 0 15px;}
.about-left h5,
.about-left h3.h5 {font-weight:500;}
.about-left p{font-size:18px;line-height:37px;}
.about-inner-img:before{width:499px;background-image:url(https://20864560.fs1.hubspotusercontent-na1.net/hubfs/20864560/42_dental/images/about-bg.png);content:"";position:absolute;height:499px;left:-220px;top:85px;z-index:-1;background-size:cover;background-position:center center;background-repeat:no-repeat;}

/*-------Insurance-Sec---------------*/
.insurance-logo{display:flex;flex-wrap:wrap;align-items:center;width:100%;}
.insurance-slider .owl-stage{display:flex!important;align-items:center;flex-wrap:wrap;}
#insurance-slide,#insurance-slide-dynamic{padding:0 130px;}
.insurance-slider .owl-nav button{position:absolute;top:50%;width:29px;height:35px;-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.insurance-slider .owl-nav button.owl-prev{left:-45px;}
.insurance-slider .owl-nav button.owl-next{right:-45px;}
.insurance-slider .owl-nav button svg{height:35px;width:29px;display:inline-block;}
.insurance-slider .owl-nav button:hover svg path{opacity:1!important;}
.insurance-slider .owl-nav button svg path{fill:#000000!important;}
.insurance-slider .btn-wrapper .btn-1 a,.insurance-slider .btn-wrapper .btn-2 a{min-width:230px;}
.insurance_sec{padding:90px 0 110px;}
.insurance_sec{padding:90px 0; }
#accepted-dental-ins.insurance_sec { padding:90px 0 0; }
.insurance-cont-bottom{margin:40px 0;text-align:center;width:100%;display:block;}
.insurance-cont-bottom p{font-size:20px;line-height:36px;}

/*-----------Testimonial-Sec-------------------*/
.testimonial_sec{padding:100px 0 130px;}
.testimonial_sec{padding:90px 0 130px; }
.testimonial_sec  .top-title{max-width:767px;margin-left:auto;margin-right:auto;margin-bottom:70px;}
.testimonial_sec .top-title h2{font-size:50px;line-height:55px;margin:0 0 10px;}
.testimonial_sec .top-title p{font-size:18px;line-height:31px;}
.testimonial-slider .rating-img img{width:auto;height:auto;display:block;margin:0 auto;}
.test-bottom{text-align:center;}
.test-name{font-size:23px;line-height:1;font-weight:700;margin:0 0 10px;display:block;text-align:center;}
.rating-img{display:block;text-align:center;width:100%;}
.test-cont{margin-bottom:35px;text-align:center; width:100%; display:block;}
.test-cont *{font-size:14px;line-height:24px;}
.testimonial-slider  .owl-item.center{z-index:11;}
.testimonial-slider  .owl-item.center .item{-webkit-transform:scale(1.2);transform:scale(1.2); opacity:1;}
.testimonial-slider .item{position:relative;opacity:1;-webkit-transition:.4s ease all;transition:.4s ease all;-webkit-transform:scale(.9);transform:scale(.9);padding:50px 0px; opacity:.5;}
.testimonial-slider  .owl-item.center .test-box{background-color:#2cb1aa;border-radius:50px;}
.testimonial-slider  .owl-item.center .test-box *{color:#ffffff;}
.test-box{background-color:#f0f0f0;border-radius:0;box-shadow:0 0 17px 0px rgb(0 0 0 / 15%);border:10px solid#ffffff;padding:24px 50px;display:flex;flex-wrap:wrap;justify-content:center;width:100%;}
.quote-img{width:50px;height:41px;margin:0 0 35px;}
.quote-img img{width:50px;height:41px;display:block;}
.testimonial-slider .owl-item.center .test-box .quote-img{filter:brightness(0) invert(1);}
.test-cont p{margin:0;}
.testimonial-slider .owl-stage{display:flex;flex-wrap:wrap;align-items:center;}
.testimonial_sec:after{background-image:url(https://20864560.fs1.hubspotusercontent-na1.net/hubfs/20864560/42_dental/images/doated.png);content:"";position:absolute;right:0;width:128px;height:104px;z-index:1;top:155px;background-size:cover;background-repeat:no-repeat;background-position:center center;}
.testimonial-slider{max-width:1920px;margin:0 auto;}
.testimonial-slider .owl-item.center .test-cont *{font-size:18px;line-height:31px;}

/*------Partner-sec----------*/
.partner_sec{padding:140px 0 85px;}
.partner_sec{padding:90px 0; }
.partner-slider .owl-stage{display:flex;flex-wrap:wrap;align-items:center;}
.partner-logo{display:flex;flex-wrap:wrap;align-items:center;width:100%;justify-content:center;}
.partner-slider{padding:0 55px;}
.partner-slider .partner-logo img{width:auto;}
.partner_sec .top-title{margin-bottom:55px;}
.partner_sec:before{background-image:url(https://20864560.fs1.hubspotusercontent-na1.net/hubfs/20864560/42_dental/images/doated.png);content:"";position:absolute;left:0;width:128px;height:104px;z-index:1;top:50%;background-size:cover;background-repeat:no-repeat;background-position:center center;transform:translateY(-50%);}

/*------Social-Contact-Sec----------*/
.social_contact_sec{padding:85px 0;}
.social_contact_sec{padding:90px 0; }
.social_contact_sec .top-title h2{margin:0 0 15px;}
.social_contact_sec .top-title{margin-bottom:60px;}
.top-title a.button{padding:10px 50px 10px 18px;display:flex;flex-wrap:wrap;width:auto;justify-content:center;font-size:20px;color:#ffffff;align-items:center;font-family:'Poppins',sans-serif;font-weight:400;}
.top-title .social-box{width:auto;display:flex;flex-wrap:wrap;justify-content:center;}
.top-title a span{display:flex;align-items:center;}
.top-title a > span{display:flex;width:48px;height:48px;background-color:#ffffff;border-radius:100%;flex-wrap:wrap;align-items:center;justify-content:center;margin-right:25px;}
.top-title a span svg{width:35px;height:35px;fill:#2696b8;}

/*-------Loaction-Sec-------------*/
.locaion-right{width:50%;}
.location-wrap{display:flex;flex-wrap:wrap;padding-top:160px;margin-top:-160px;}
.location_sec > div > .content-wrapper{max-width:100%!important;padding:0!important;}
.locaion-full{width:100%;max-width:1170px;margin:50px auto;padding:20px 50px;text-align:center}
.locaion-left{padding-left:calc(45% - (1170px - 30px)/2);width:50%;padding-right:80px;padding-right:50px;padding-top:100px;padding-bottom:80px;padding-top:60px;padding-top:30px;padding-bottom:50px;}
#mapView{width:100%;min-height:100%;}
.location-box-wrap{display:flex;flex-wrap:wrap;width:100%;margin:45px 0 0;}
.location-box{width:47.6%;padding:35px 30px;background-color:#ffffff;border-radius:15px;margin-right:4.8%;margin-bottom:20px;margin-bottom:4px;box-shadow:0 0 16px 0px rgb(0 0 0 / 16%);/*cursor:pointer;*/}
.location-box.active{background-color:#2cb1aa;}
.location-box.active *{color:#ffffff;}
.location-box:nth-child(2n){margin-right:0;}
.location-box h5{font-size:20px;line-height:37px;margin:0 0 10px;}
.location-box p{font-size:15px;line-height:normal;margin:0 0 10px;display:flex;flex-wrap:wrap;align-items:flex-start;}
.location-box p i.fa{color:#2cb1aa;font-size:20px;margin-right:8px;}
.location-box.active p i.fa{color:#ffffff;}

.fortitle{font-size:32px;line-height:36px;font-weight:700;margin:0 0 16px;text-align:left;width:100%; font-family:'Source Sans Pro',sans-serif;text-transform:capitalize;}
.forAddress{display:flex;flex-wrap:wrap;margin:0 0 16px;}
.forAddress span{;font-size:17px;line-height:normal;color:#000;font-family:'Lato',sans-serif;font-weight:400;width:calc(100% - 35px);}
.forAddress svg{width:20px;height:20px;margin-right:14px;margin-top:4px;}
.forAddress svg path
.phone-num{display:flex;flex-wrap:wrap;}
.phone-num svg{margin-right:14px;width:20px;height:16px;margin-top:4px;text-align:center;}
.phone-num span{font-weight:600;font-size:24px;line-height:normal;color:#000;font-family:'Lato',sans-serif;width:calc(100% - 35px);}
.gm-style .gm-style-iw-c{min-width: 300px !important;}

.location-box + .location-box{margin-top:20px;}

/* .gm-style-iw-a{display:none!important;} */
.stick .drop-down .options ul{display:none!important;}
.testimonial-slider{z-index:11;position:relative;}
a.single-call,
a.single-location-phone {color:#ffffff!important;font-size:18px;line-height:normal;position:relative;z-index:11;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding-right:30px;}
a.single-call > i,
a.single-location-phone > i {font-size:20px;margin-right:8px;}
a.single-call:hover,
a.single-location-phone:hover {color:#000000!important;}
.left-head-box p > i{font-size:18px;margin-right:5px;}
.single-data-loc .location-box.active *{color:#000000;}
.single-data-loc .location-box.active p i.fa{color:#2cb1aa;}
.single-data-loc .location-box{box-shadow:none!important;background-color:transparent!important;padding:0;margin-right:0;width:100%;}
.single-data-loc .location-box p{font-size:18px;line-height:22px;line-height:27px;margin:0 0 15px;}
.single-data-loc .location-box .locaion-inner-content p span::first-line { font-weight:700 !important; }
.single-data-loc .location-box p > i{margin-right:20px;}
.location-inner-left { width:45%; padding-right:2%; float:left; }
.location-inner-right { width:53%; float:right; }
.week-box ul{list-style:none;padding:0;margin:0;width:100%;}
.week-box ul li{list-style:none;padding:0;padding:3px 0;margin:0;display:flex;flex-wrap:wrap;justify-content:space-between;width:65%;width:99%;font-size:18px;line-height:normal;margin:0 0 10px;margin:0 0 5px;}
/* .week-box{padding-left:30px;position:relative;} */
.week-box{padding-left:31px;position:relative;display:flex;flex-wrap:wrap;width:100%;margin:25px 0 0;margin:0;}
.week-box:before{content:"\f073";font-family:fontawesome;left:0;position:absolute;top:0;color:#2cb1aa;}

/*-----Footer-other-Css---------*/
.footer_sec{padding:65px 0;}
.footer-wrap,
.copy-wrap {display:flex;flex-wrap:wrap;width:100%;padding:0 45px;}
.footer-logo{margin:0 0 35px;}
.footer-address i,.footer-address a{color:#ffffff;}
.footer-address  a:hover *{color:#2696b8;}
.col-3{width:29.33%;margin-right:9%;}
.footer-address{width:100%;}
.footer-address p{display:flex;align-items:flex-start;width:auto;flex-wrap:wrap;}
.footer-address p i{width:20px;margin:5px 6px 0 0;font-size:20px;}
.footer-address p span{width:calc(100% - 30px);}
.col-3 .week-box::before{display:none;}
.col-3 .week-box{padding-left:0;margin-top:0;}
.col-3 .week-box ul li{font-size:15px;width:100%;margin:0 0 6px;}
.col-3 > h5{margin-top:25px;margin-bottom:35px;}
.col-3 ul{list-style:none;padding:0;margin:0;}
.col-3 ul li{list-style:none;padding:0;margin:0;}
.col-3:nth-child(2n){width:26%;margin-right:11.5%;}
.col-3:nth-child(3n){margin-right:0;width:24%;}
.col-3 ul li a{color:#ffffff;margin:0 0 5px;display:inline-block;}
.col-3 ul li a:hover{color:#2696b8;}
/* .col-3 > ul > li:last-child  > a, */
.col-3 .week-box ul li:last-child a {border-radius:25px;padding:13px 39px;background-color:#2cb1aa;line-height:normal;margin:15px 0 0;}
/* .col-3 > ul > li:last-child > a:hover, */
.col-3 .week-box ul li:last-child a:hover {background-color:#2696b8;color:#ffffff;}
/* .copy-text{padding:0 45px;margin:10px 0 0;} */
/* .copy-text p{margin:0;} */
.copy-text { width:33%; float:left; text-align:left; padding-top:10px; width:67%; margin-right:9%; line-height:2em;}
.disclaimer-text { float:right; width:24%; padding-top:10px; }
.disclaimer-text a { color:#fff; }
.service-cont h5,.service-cont h3.h5{margin:0 0 5px;}
.services_sec .top-title h2{margin:0;}
.center .test-name{font-size:30px;}
.center .test-cont p{font-size:18px;line-height:normal;}
.footer-address i{color:#2cb1aa;}
.mob-mobile{display:none;}
.multi-dental .top-title{margin:0 0 60px;}
#flex-payment-options.multi-dental .top-title { margin:0 }
.mulit-team-wrap{padding:0 0 10px;display:block;width:100%;}
.dental_sec.multi-dental{padding:100px 0 85px;padding:50px 0 30px;}
.mob-select{display:none;}
.form-top-module{padding:100px 0;text-align:center;}
.partner-slider .owl-nav button svg{height:35px;width:29px;display:inline-block;}
.partner-slider .owl-nav button svg path{fill:#000000!important;}
.partner-slider .owl-nav button:hover svg path{opacity:1!important;}
.partner-slider .owl-nav button.owl-next{right:-50px;}
.partner-slider .owl-nav button.owl-prev{left:-50px;}
.partner-slider .owl-nav button{position:absolute;top:50%;width:29px;height:35px;-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);}
#testimonial-slide .owl-nav,#testimonial-slide-dynamic .owl-nav{display:none;}
/* .col-3 > .copy-text{padding:0;} */
.multi-footer .col-3{width:30.33%;margin-right:11%;}
.multi-footer .col-3:nth-child(2n){width:14%;margin-right:18.5%;}
.multi-footer  .col-3:nth-child(3n){margin-right:0;width:26%;}
/* .left-form-rq{margin:30px 0 0;} */
.contact-form .left-form-rq { margin:0 }
.contact-form .top-title { margin-bottom:0 }
.contact-form { padding-bottom:20px }

.social-right{display:flex;flex-wrap:wrap;align-items:center;justify-content: flex-start;}
.copy-wrap .social-right {margin-right: 15px;}
.col-3 ul li .social-right a{display:flex;flex-wrap:wrap;align-items:center;justify-content:center; }
.customWidthOption .footer-wrap .right-section .social-right a {display: flex;flex-wrap: wrap;align-items: center;justify-content: center; }
.social-right a{width:34px;height:34px;border:1px solid #ffffff;border-radius:100%; margin: 0 0 0 5px !important; }
.social-right a span{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
.social-right a img { width: 16px;height: 16px; }
.customWidthOption .middle-section ul li { align-items: center; margin: 7px 0; }
.customWidthOption .middle-section ul li a { margin-bottom: 0; }
.customWidthOption .copy-wrap .social-right { display: none !important; }
.customWidthOption .footer-wrap .right-section { display: flex; flex-flow: column wrap; }
.customWidthOption .footer-wrap .right-section ul { flex: 1; }
.customWidthOption .footer-wrap .right-section .social-right { padding: 15px; }
.customWidthOption .single-location-social { padding: 0 45px; }
.customWidthOption .single-location-social.social-right a { margin: 0 5px 0 0 !important;  } 

/*---------Service-Page-css----------*/
.dental-care-sec.service-hero-sec{padding:50px 0;}
.dental-care.sec.service-hero-sec.add-top-padding { padding:100px 0 50px 0 !important; }
.dental-care-sec.service-hero-sec:before{display:none;}
.service-hero-sec .dental-care-img{min-height:503px;}
.service-hero-sec .btn-1 a,
.service-hero-sec .btn-2 a {font-size:18px;padding:21px 42px;border-radius:35px;font-family:'Poppins',sans-serif;}
.service-hero-sec .btn-wrapper{display:flex;flex-wrap:wrap;}
.service-hero-sec .dental-care-left{width:46%;margin-right:0;}
.service-hero-sec .dental-care-left.alt{width:50%;}
.service-hero-sec .dental-block-2x2 .dental-care-left {width:50%;}
.service-hero-sec .dental-care-main-wrap{justify-content:space-between;margin-top:0;}
.service-hero-sec .btn-wrapper >div{margin-right:7px;margin-bottom:25px;}
.service-two-sec{padding:50px 0;}
.service-two-col-wrap{display:flex;flex-wrap:wrap;align-items:center;width:100%;}
.s-left-cont-part{width:53%;}
.s-right-cont-part{width:47%;padding-left:5.7%;}
.s-right-inner-cont{max-width:100%;border-radius:20px;background-color:#2696b8;padding:40px 50px;}
.s-right-inner-cont *{color:#ffffff;}
.s-right-inner-cont p:last-child,.s-left-cont-part p:last-child{margin:0;}
.s-right-inner-cont p{line-height:29px;}
.s-left-cont-part p{margin:0 0 40px;line-height:29px;}
.ser-box-list{display:flex;flex-wrap:wrap;justify-content:center;width:100%;align-items:center;margin:0 0 30px;}
.service-list-sec{padding:50px 0 70px;}
.service-list-wrap{padding:0 130px;}
.inner-serv-img{width:100%;height:460px;border-radius:20px;}
.inner-serv-img img{display:inline-block;}
.service-img{width:42.8%;}
.service-cont-right{width:calc(100% - 42.8%);padding-left:40px;}
.service-cont-right a.title-link{color:#000;text-decoration:none;}
.inner-serv-img img{width:100%;height:100%;object-fit:cover;object-position:center center;border-radius:20px;}
.service-cont-right p{line-height:29px;}
.service-cont-right p:last-child{margin-bottom:0;}
.service-cont-right a.learn-more{text-decoration:underline;text-decoration:underline;display:block;width:100%;margin:20px 0 0;}

/*-----About-Page-Css--------*/
.about-banner-sec { padding: 70px 0; position: relative; }
.about-banner-wrap { display: flex; flex-wrap: wrap; width: 100%; align-items: center; }
.about-banner-left { width: 57%; padding-right: 45px; }
.about-banner-right { width: 43%; }
.about-banner-full { width:100%; }
/* .about-banner-left h1.h2,
.about-banner-full h1.h2,
.about-banner-full h2 { font-size: 50px; line-height: 1.1; } */
.about-banner-left .btn-wrapper { text-align: left; margin-top: 25px; }
.about-banner-img { display: flex; min-height: 638px; width: 100%; border-radius: 30px; } 
.about-banner-img img {  width: 100%; object-fit: cover; object-position: center center; border-radius: 30px; }
.about-banner-left p,
.about-banner-full p { font-size: 14px; line-height: 1.95em; }
.about-banner-sec h3.h6 { font-size: 20px; font-weight: 600; }
.about-banner-wrap.row-reverse .about-banner-left { padding-left: 45px; padding-right: 0; }
.about-banner-wrap.row-reverse { flex-direction: row-reverse;}
.twocol-zigzag-main .about-banner-img { min-height: 588px; }

.dr-img{ background-color: #2696b8; }
#team-slide .item .dr-box{width:100%;margin-right:0;margin-bottom:0;}
#team-slide .owl-nav button.owl-next{right:-70px;}
#team-slide .owl-nav button.owl-prev{left:-70px;}
#team-slide .owl-nav button{position:absolute;top:50%;width:29px;height:35px;-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);}
#team-slide .owl-nav button:hover svg path{opacity:1!important;}
#team-slide .owl-nav button:hover svg path{fill:#000!important;}
.cpation-dr-box  span{color:#ffffff;}
.cpation-dr-box  div{margin:0 0 20px;}
.dental_sec.dental_slider_sec .top-title{margin:0 0 75px;}
.dental_sec.dental_slider_sec{padding:110px 0;}
#team-slide{margin:0 0 20px;}
.dental_slider_sec .btn-wrapper .btn-1 a,.dental_slider_sec .btn-wrapper .btn-2 a,
.team-profile-right .btn-1 a{font-size:15px;font-family:'Poppins',sans-serif;padding-top:17px;padding-bottom:17px;border-radius:30px;}
.gallery_slider_sec{padding:100px 0 85px;}
.gallery-wrap .owl-nav{display:none;}
.gallery-wrap .owl-stage{display:flex;flex-wrap:wrap;align-items:center;}
.gallery-wrap .item{height:100%;}
.gallery-wrap .owl-item{height:100%;}
.gallery-wrap .gallery-img{min-height:381px;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative;}
.gallery-wrap .item{position:relative;opacity:1;-webkit-transition:.4s ease all;transition:.4s ease all;-webkit-transform:scale(1);transform:scale(1);padding:60px 0px;}
.gallery-wrap .owl-item.center{z-index:1;}
.gallery-wrap .owl-item.center .item{-webkit-transform:scale(1.15);transform:scale(1.15);}
.gallery-wrap .center .gallery-img{border-radius:10px;border:10px solid#ffffff;min-height:435px;}
.gallery_slider_sec .top-title{margin:0 0 20px;}
.gallery-wrap .gallery-img:after{background-color:rgba(0,0,0,40%);content:"";position:absolute;left:0;right:0;bottom:0;width:100%;height:100%;transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease}
.gallery-wrap .center .gallery-img:after{background-color:rgba(0,0,0,0%);}
.gallery-wrap .owl-owl-dots{text-align:center;}
.gallery-wrap .owl-owl-dots button{display:inline-block;width:10px;height:10px;background-color:red;}
.gallery-wrap .owl-dots{text-align:center;width:100%;margin:30px 0 0;}
.gallery-wrap .owl-dots button{display:inline-block;width:18px!important;height:18px!important;background-color:#a8d3da!important;border-radius:100%!important;margin:0 5px;}
.gallery-wrap .owl-dots button.active{background-color:#2696b8!important;}
.gallery-wrap .owl-dots button:hover{background-color:#2696b8!important;}

.technology-sec{padding:100px 0 130px;}
.technology-sec .top-title-new{text-align:center;margin:0 0 50px;}
.tech-icon img{width:100%;height:100%;object-fit:cover;object-position:center center;}
.tech-icon{height:90px;max-width:90px;text-align:center;margin:0 auto 20px;overflow:hidden;}
.tech-warp{display:flex;flex-wrap:wrap;width:100%;}
.tech-box{width:31.58%;margin-right:2.63%;margin-bottom:30px;background-color:#ffffff;box-shadow:5px 0 24px rgba(0,0,0,10%);border-radius:20px;display:flex;flex-wrap:wrap;padding:35px 25px;text-align:center;flex-direction:column;}
.tech-box:nth-child(3n){margin-right:0;}
.tech-cont h5{margin:0 0 20px;line-height:35px;}
.tech-cont p{margin:0;}
.tech-cont .box-cont{line-height:28px;}
.tech-cont .box-cont + a{margin:20px 0 0; display:inline-block;}
.top-title-new p{font-size:20px;line-height:35px;}

/*------Location-Page-css-------*/
.location-sec-erap{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;align-items:center;margin-bottom:58px;}
.lc-boc-left{width:48.7%;min-height:627px;}
.lc-boc-left #mapView{height:620px; position:relative; width:100%;border-radius:10px;}
.lc-boc-right{width:calc(100% - 48.7%);padding-left:43px;}
.lc-boc-right p{font-size:18px;line-height:28px;}
.connect-box{display:flex;flex-wrap:wrap;align-items:center;}
.connect-box a{display:flex;flex-wrap:wrap;align-items:center;font-size:18px;line-height:normal;margin-right:40px;color:#000000;}
.connect-box span > a{color:#006e90;}
.connect-box a:hover{color:#2696b8;}
.connect-box a i{margin-right:20px;color:#2cb1aa;}
.connect-box span{display:flex;flex-wrap:wrap;align-items:center;font-size:18px;line-height:normal;color:#2696b8;}
.connect-box span i{margin-right:10px;color:#2cb1aa;}
.connect-box span div{border-bottom:1px solid#2696b8;display:inline-block;padding-bottom:1px;}
.time-box{padding:35px 40px;background-color:#f4f4f4;margin-top:35px;}
.time-box ul{list-style:none;padding:0;margin:0;}
.time-box ul li{list-style:none;padding:0;margin:0 0 15px;font-size:18px;line-height:37px;display:flex;flex-wrap:wrap;justify-content:space-between;}
.time-box ul li:last-child{margin-bottom:0;}
.time-box ul li span{line-height:normal;}
.lc-boc-right p,.lc-boc-right h2,.connect-box{margin-left:10px;}
.location_banner_sec{padding:70px 0 90px;}
.lc-boc-left img{width:100%;object-fit:cover;object-position:center center;border-radius:10px;}
.location_dental_sec{padding:110px 0 120px;}
.location_dental_sec .top-title p{font-size:15px;line-height:33px;}
.meet-dental-list{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 0 50px;align-items:center;}
.doctor-img{width:40%;width:300px;min-height:563px;min-height:375px;border-radius:40px;background-size:cover;background-position:center center;background-repeat:no-repeat;background-color:#2696b8;}
.doctor-right-cont{width:calc(100% - 40%);padding-left:50px;width:calc(100% - 300px);}
.doctor-right-cont h6{font-size:20px;line-height:normal;font-weight:400;margin:0;}
.doctor-right-cont h2{margin:0 0 15px;}
/* .doctor-right-cont div p,.doctor-right-cont div{line-height:35px;text-align: left;} */
.doctor-right-cont div p,.doctor-right-cont div{line-height:35px;text-align: left;}
.doctor-right-cont .btn-wrapper .btn-1 a {line-height: normal;padding: 15px 50px;}
.location_banner_sec .btn-wrapper .btn-1 a,.location_banner_sec .btn-wrapper a.btn-1,.location_banner_sec .btn-wrapper .btn-2 a,.location_banner_sec .btn-wrapper a.btn-2,.location_dental_sec .btn-wrapper .btn-1 a,.location_dental_sec .btn-wrapper a.btn-1,.location_dental_sec .btn-wrapper .btn-2 a,.location_dental_sec .btn-wrapper a.btn-2,.left-cont-serv  .btn-wrapper .btn-1 a,.left-cont-serv .btn-wrapper a.btn-1,.left-cont-serv .btn-wrapper .btn-2 a,.left-cont-serv .btn-wrapper a.btn-2{font-family:'Poppins',sans-serif;font-size:18px;border-radius:43px;padding:28px 82px;line-height:normal;}
.serv-list-wrap{display:flex;flex-wrap:wrap;width:100%;align-items:center;justify-content:space-between;}
.left-cont-serv{width:45.7%;padding-right:50px;}
.location-serv-wrap{width:calc(100% - 45.7%);border-left:1px solid#2696b8;padding:40px 0 40px 70px;}
.location_dental_services{padding:50px 0;}
.cate-box,
.serv-cat-box {display:flex;flex-wrap:wrap;width:100%;margin:0 0 40px;}
.cate-box:last-child,
.serv-cat-box :last-child {margin-bottom:0;}
.cate-box > h4,
.serv-cat-box h4 {width:100%;display:block;margin:0 0 30px;}
.cate-box ul,
.serv-cat-box ul {margin:0;list-style:none;padding:0;display:flex;flex-wrap:wrap;width:100%;}
.cate-box ul li,
.serv-cat-box  ul li {list-style:none;padding:0;margin:0 8% 20px 0;width:auto;}
.cate-box ul li a,
.serv-cat-box ul li a {font-size:20px;line-height:normal;color:#000000;display:inline-block;}
.cate-box ul li a:hover,
.serv-cat-box ul li a:hover {color:#2696b8;}
.left-cont-serv .btn-wrapper{text-align:left;margin-top:30px;}
.left-cont-serv p{line-height:33px;}
.location_form_sec{padding:115px 0;}
.location_form_sec{padding:90px 0; }
.location_form_sec.contact-form { padding:40px 0 }

/*----Global-faq-sec--------*/
.s-faq-sec { padding: 115px 0px; }
.s-faq-sec{padding:90px 0; }
.s-faq-sec .s-top-title { text-align: center; padding-bottom: 30px; } 
.s-faq-sec .s-faq-sec-wrap .s-set { padding-top: 20px; }
.s-faq-sec .s-faq-sec-wrap .s-set > a { width: 100%; font-weight: 600; font-size: 24px; line-height: normal; display: inline-block; vertical-align: middle; border: 1px solid #000000; border-radius: 42px; padding: 23px 70px 23px 60px; color: #000000; position: relative; }
.s-faq-sec .s-faq-sec-wrap .s-set .s-acc-content { padding: 20px 40px 25px 65px; }
.s-faq-sec .s-faq-sec-wrap .s-set .s-acc-content { display: none; }
.s-faq-sec .customWidthOption { max-width: 1000px; margin: 0px auto; }
/* .s-faq-sec .s-faq-sec-wrap .s-set.active > a, .s-faq-sec .s-faq-sec-wrap .s-set>a:hover { color:#1AA2C1!important} */
.s-faq-sec .s-faq-sec-wrap .s-set > a i { text-align: right; position: absolute; right: 26px; top: 50%; transform: translateY(-50%); display: inline-block; width: 30px; height: 30px; background-size: cover; background-position: center center; background-repeat: no-repeat; font-weight:bold;}
.s-faq-sec .s-faq-sec-wrap .s-set.active > a i:before { content: '-'; font-style: initial; line-height: normal; position: relative; top: -2px; font-weight: 700; }
.s-faq-sec .s-faq-sec-wrap .s-set > a i:before { content: '+'; font-style: initial; line-height: normal; position: relative; top: -2px; }

/*------Service-Inner-Css-----------*/
.s_inner_banner.dental-care-sec:before{display:none;}
.s_inner_banner .dental-care-img{display:flex;}
.s_inner_banner .dental-care-img img{height:inherit;}
.s_inner_banner .dental-care-left .btn-wrapper{flex-wrap:wrap;display:flex;align-items:center;}
.s_inner_banner .dental-care-left .btn-wrapper > div{margin-bottom:5px;}
.s_inner_banner .dental-care-left .btn-wrapper > div:last-child{margin-left:5px;}
.s_inner_banner{padding-bottom:50px;}
/* .dental-care-sec.s_inner_banner .content-wrapper {max-width: 1330px;} */

.row-reverse{flex-direction:row-reverse;}
.s-why-main-wrap.row-reverse {flex-direction:row !important; }
.ul-style-angle ul,
.s-expect-services .s-expect-wrap .s-expect-list ul {margin:0px 0 25px;padding:5px 0px 0px;list-style-type:none;}
.ul-style-angle ul li,
.s-expect-services .s-expect-wrap .s-expect-list ul li {margin-bottom:3px;position:relative;padding-left:25px;list-style-type:none;}
.ul-style-angle ul li:before,
.s-expect-services .s-expect-wrap .s-expect-list ul li:before {content:'';position:absolute;top:5px;left:0;width:0;height:0;border-style:solid;border-width:7.5px 0 7.5px 13px;border-color:transparent transparent transparent#2696b8;}

.s-why-sec{padding:50px 0 50px;}
.s-why-main-wrap{display:flex;flex-wrap:wrap;align-items:center;width:100%;}
.s-why-left{width:43%;}
.s-why-right{width:57%;padding-left:42px;}
.s-why-img{width:100%;border-radius:20px;position:relative;z-index:1;display:flex;}
.s-why-img img{width:100%;height:100%;border-radius:20px;object-fit:cover;object-position:center center;}
.s-why-sec .s-why-img img{height:inherit;object-position:right center;object-position:center center}
/* .s-why-sec .s-why-right{padding-left:0;padding-right:45px;} */
.s-why-sec .s-why-right .s-why-top-cont{padding:80px 80px 80px 0px;margin-bottom:0;position:relative;}
.s-why-sec .s-why-right .s-why-top-cont:before{content:'';position:absolute;top:0;right:100%;bottom:0;width:50vw;}

.s-expect-services{padding-top:50px;padding-bottom:50px;}
.s-expect-services .s-expect-title{text-align:center;max-width:870px;margin:0 auto;}
.s-expect-services .s-expect-title h6{margin-bottom:25px;font-weight:500;font-size:20px;}
.s-expect-services .s-expect-wrap{display:flex;flex-wrap:wrap;margin:0px -15px;padding-top:35px;padding-bottom:35px;}
.s-expect-services .s-expect-wrap .s-expect-list{width:calc(33.33% - 30px);text-align:center;background-color:#ffffff;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.06);margin:15px;padding:45px 30px;border-radius:10px;}
.s-expect-services .s-expect-wrap .s-expect-list h5{margin-bottom:18px;}
.s-expect-services .s-expect-wrap .s-expect-list ul { padding-left:0; text-align:left; }
/* .s-expect-services .s-expect-wrap .s-expect-list ul li { list-style:inside; } */
.s-expect-list .text p:last-child{margin-bottom:0;}

.s-visit-services{padding:50px 0px;}
.s-visit-services .heading{display:flex;flex-wrap:wrap;padding:50px 0px 30px;border-bottom:1px solid rgba(0,0,0,0.3);}
.s-visit-services .heading .heading-title{width:33.33%;padding-right:35px;padding-top:15px;}
.s-visit-services .heading .heading-text{width:66.66%;}
.s-visit-wrap{margin:0px -25px;display:flex;flex-wrap:wrap;padding-top:30px;}
.s-visit-wrap .s-visit-list{margin:25px;width:calc(33.33% - 50px);float:left;}
.s-visit-wrap .s-visit-list .s-visit-icon{background-color:#2cb1aa;width:83px;height:83px;border-radius:100%;display:flex;align-items:center;justify-content:center;}
.s-visit-wrap .s-visit-list .s-visit-icon img{max-width:65%;max-height:65%;}
.s-visit-wrap .s-visit-list .s-visit-text{margin-top:20px;}
.s-visit-wrap .s-visit-list .s-visit-text h6{margin-bottom:10px;}

.heading-main .heading-title{width:50%;padding-top:80px;padding-bottom:70px;}
.heading-main .heading-title h2{color:#ffffff;}
.s-insurance-wrap{display:flex;flex-wrap:wrap;}
.s-insurance-wrap > div{width:50%;float:left;}
.s-insurance-wrap .s-insurance-right{padding-left:70px;}
.s-insurance-wrap .s-insurance-left{padding-top:63px;}
.s-insurance-services{padding-bottom:80px;}
.s-insurance-services.payment-options{padding-bottom:20px}
.insurance-right-inner{margin-top:-113px;padding:75px 75px 100px;border-radius:30px;}
.insurance-right-inner h2{line-height:1.4em;}
.insurance-right-inner h6{font-size:20px;padding-top:40px;}
.insurance-right-inner h6:last-child{margin-bottom:0;}
.insurance-right-inner h6 a{color:#000000;text-decoration:underline;}
.insurance-right-inner h6 a:hover{color:#2696b8;}
.logo-wrapper{display:flex;flex-wrap:wrap;align-items:center;margin:0px -15px;padding-top:10px;}
.logo-wrapper .logo{width:calc(25% - 30px);margin:20px 15px;display:flex;align-items:center;justify-content:center;}
.logo-wrapper .logo img{object-fit:contain;object-position:center;}

.s-appointment-section .appointment-img{display:flex;height:100%;padding-left:30px;}
.s-appointment-section .appointment-img img{height:100%!important;width:100%;object-fit:cover;}
.s-why-sec .s-why-img{min-height:518px;}
.s_inner_banner .dental-care-left .btn-1 a,.s_inner_banner  .dental-care-left .btn-2 a{font-size:18px;padding:21px 42px;border-radius:35px;}
.s_inner_banner .dental-care-left{width:46%;margin-right:0;}
.s_inner_banner .dental-block-2x2 .dental-care-left {width:50%}
.s_inner_banner .dental-care-main-wrap{justify-content:space-between;}
.s_inner_banner .dental-care-left .btn-wrapper>div{margin-right:3px;margin-bottom:25px;}

/*--------Team-Page------------*/
.s-team-member .s-team-list .s-team-heading { text-align: center; }
.s-team-list .s-team-heading .text p { font-size: 20px; line-height: 1.4em; }
.s-team-list .s-team-heading { padding-bottom: 40px; }
.s-team-doctor-group { display: flex; flex-wrap: wrap; margin: 0px -15px; justify-content:center;}
.s-team-doctor-group .s-team-box { margin: 15px 15px 55px; width: calc(33.33% - 30px);width:calc(25% - 30px); }
.s-team-doctor-group .s-team-box .s-team-img { height: 444px; overflow: hidden; border-radius: 30px; background-color: #2696b8; height:375px; }
.s-team-doctor-group .s-team-box .s-team-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.s-team-doctor-group .s-team-box  .s-team-cont { margin-top: 40px; }
.s-team-box .s-team-cont h5 { margin: 0; }
.s-team-box .s-team-cont h6 { margin-bottom: 6px; }
.s-team-box .s-team-cont .text p:last-child { margin-bottom: 0; }
.s-team-box .s-team-cont .links a { line-height: normal; font-weight: 500; }
.s-team-list { padding-top: 55px; }
.s-team-list-wrap { padding-bottom: 75px; padding-top: 20px; }
.s-team-doctor-group .s-team-box .s-team-cont .text { margin-bottom: 10px;}
.s-team-doctor-group .s-team-cont a { font-family: 'Poppins',sans-serif; }

/*--------Team-Profile-Page------------*/
.team-profile-banner:before { display: none;}
.team-profile-banner .team-profile-img { display: flex; }  
.team-profile-banner .team-profile-img img { width: 100%; height: 100%; border-radius:30px; object-fit: cover; }
.team-profile-banner .team-profile-right .btn-wrapper { flex-wrap: wrap; display: flex; align-items: center; }
.team-profile-banner .team-profile-right .btn-wrapper .btn-1{ margin-bottom: 5px; }
.team-profile-banner .team-profile-right .btn-wrapper > div:last-child {margin-left: 5px;}
.team-profile-banner { padding-bottom: 50px; } 
.team-profile-img { min-height: 492px; width: 100%; overflow: hidden; } 
.team-profile-banner { padding: 118px 0 100px; position: relative; }
.team-profile-wrap { display: flex; flex-wrap: wrap; width: 100%; }
.team-profile-right { width: calc(70% - 50px); }
.team-profile-left { padding-right: 50px; width: 30%; }
/* .team-profile-right h2 { margin: 0; } */
.team-profile-right h6 { font-weight: 500; font-size: 20px; }
/* .team-profile-right  .text { font-size: 18px; line-height: 1.7em; } */
.team-profile-right .text { margin: 0 0 20px; font-size: 15px; line-height: 26px; color: #000000; font-family: 'Poppins',sans-serif; }

.dentist-awards {
  display:flex;
  margin-bottom:25px;
  justify-content:center;
}
.dentist-awards .award {
  flex-basis:100%;
  padding:10px;
  max-height:170px;
  max-width:170px;
  text-align:center;
}
.dentist-awards .award img {
  max-height:100%;
  max-width:100%;  
}


.contact_us_listing{padding:0 0 60px 0;}
.contact_us_listing .listing .flex{display:flex;flex-flow:row wrap;}
.contact_us_listing .listing > .flex{justify-content:center;}
.contact_us_listing .listing .list{width:calc(100%/2 - 32px);margin:0 16px 32px 16px;box-shadow:0 21px 68px rgba(0,0,0,0.07);border-radius:20px;background-color:#ffffff;}
.contact_us_listing .listing .list iframe {width: 100%;height: 300px;border-radius: 20px;filter: gray;-webkit-filter: grayscale(99%);-webkit-backface-visibility: hidden;}
.contact_us_listing .listing .list .list-image .maps {width: 100%;height: 250px;border-radius: 20px 20px 0 0;}
.contact_us_listing .listing .list .list-details{padding:42px 55px;}
.contact_us_listing .listing .list .list-details h5{margin:0 0 25px 0;line-height:24px;}
.contact_us_listing .listing .list .list-details .list-image{filter: grayscale(1);}
.contact_us_listing .listing .list .list-details .phone-location{margin:0 0 25px 0;}
.contact_us_listing .listing .list .list-details .hours-inner h5{margin:0 0 22px 0;}
.contact_us_listing .listing .list .list-details .hours-inner .timing-schedule ul{display:flex;flex-flow:row wrap;margin: 0;padding: 0;}
.contact_us_listing .listing .list .list-details .hours-inner .timing-schedule ul li{display:block;list-style-type:none;width:100%;font-weight:500;margin: 0 0 3px 0;}
.contact_us_listing .listing .list .list-details .phone-location .phone{width:181px;}
.contact_us_listing .listing .list .list-details .phone-location .address{width:calc(100% - 181px);}
.contact_us_listing .listing .list .list-details .phone-location .address .icon{width:26px;}
.contact_us_listing .listing .list .list-details .phone-location .address .icon img, 
.contact_us_listing .listing .list .list-details .phone-location .phone .icon img{display:block;transform:translate(0px,4px);margin:0 10px 0 0;}
.contact_us_listing .listing .list .list-details .hours-inner .timing-schedule ul li span:first-child{width:145px;display:inline-block;}
.contact_us_listing .listing .list .list-details .phone-location .address .address-main{width:calc(100% - 26px);}
.contact_us_listing .listing .list .list-details .phone-location .phone a,
.contact_us_listing .listing .list .list-details .phone-location .address .address-main span {color: #000;}
.contact_us_listing .listing .list:only-child{width:100%;margin:0 auto;max-width:650px;}
.contact_us_listing .listing .list:only-child .list-image img {width: 100%;}

.pop-up-enabled .header-btn-pop-up .header-btn-pop-up-main{position:fixed;width:100%;height:100%;left:50%;top:50%;transform:translate(-50%,-50%);background-color:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:center;justify-content:center;}
.pop-up-enabled .header-btn-pop-up .header-btn-pop-up-inner{background-color:#fff;width:400px;display:block;padding:75px 50px 45px 50px;border-radius:16px;text-align:center;position:relative;}
.pop-up-enabled .header-btn-pop-up .header-btn-pop-up-inner .close-btn{position:absolute;right:0;top:0;width:35px;height:35px;background-color:#1AA2C1;border-radius:0 16px 0 16px;cursor:pointer;}
.pop-up-enabled .header-btn-pop-up .header-btn-pop-up-inner .close-btn span{transition:400ms;display:block;background-color:#fff;}
.pop-up-enabled .header-btn-pop-up .header-btn-pop-up-inner .close-btn span:first-child{width:20px;height:2px;transform:translate(8px,15px)rotate(45deg);}
.pop-up-enabled .header-btn-pop-up .header-btn-pop-up-inner .close-btn span:last-child{width:2px;height:20px;transform:translate(17px,4px)rotate(45deg);}
.pop-up-enabled .header-btn-pop-up .header-btn-pop-up-inner .header-btn-pop-up-details label, .pop-up-enabled .header-btn-pop-up .header-btn-pop-up-inner .header-btn-pop-up-details .label {width:100%;border:none;padding:16px 15px 19px 15px;border-radius:8px;box-shadow:0px 0px 12px rgb(0 0 0 / 10%);cursor:pointer;background:url(https://20864560.fs1.hubspotusercontent-na1.net/hubfs/20864560/42_dental/images/down-chevron-gray.svg) no-repeat right 20px center / 19px auto;appearance:none;display:block;font-size: 18px;text-transform: capitalize;}
.pop-up-enabled .header-btn-pop-up .header-btn-pop-up-inner .header-btn-pop-up-details ul{list-style:none;margin:0;padding:5px 0;position:absolute;width: calc(100% - 100px);top: calc(50% + 42px);opacity:0;transition:400ms;visibility:hidden;}
.pop-up-enabled .header-btn-pop-up .header-btn-pop-up-inner .header-btn-pop-up-details:hover ul{opacity:1;visibility:visible;}
.pop-up-enabled .header-btn-pop-up .header-btn-pop-up-inner .header-btn-pop-up-details ul li{list-style-type:none;margin:0;}
.pop-up-enabled .header-btn-pop-up .header-btn-pop-up-inner .header-btn-pop-up-details ul li a{padding:10px 10px;display:block;color:#fff;font-size: 18px;background-color:#1aa2c1;}
.pop-up-enabled .header-btn-pop-up .header-btn-pop-up-inner .header-btn-pop-up-details ul li a:hover{background-color:#51DD8E;}
.pop-up-enabled .header-btn-pop-up .header-btn-pop-up-inner .header-btn-pop-up-details.result-hover ul{height:100%;}

.text-image{padding: 90px 0 100px;}
.text-image .inner{display:flex;align-items: center;}
.text-image .text-content{width: calc(100% - 570px);padding: 0 50px 0 0;}
.text-image .image{width: 570px;}
.text-image .image img{border-radius: 30px; display:block;}


.gallery-title-image {padding: 0 0 130px 0;}
.gallery-title-image .main-listing .main-list .title h2{margin:0 0 80px 0;}
.gallery-title-image .main-listing .main-list .inner-list{width:calc(100%/2 - 30px);margin:0 15px 30px 15px;}
.gallery-title-image .main-listing .main-list .inner-list img {max-height:360px;width: 100%;object-fit: cover;}
.gallery-title-image .main-listing .main-list > .flex{display:flex;flex-flow:row wrap;}
.gallery-title-image .main-listing .main-list + .main-list {margin: 63px 0 0 0;}



/*-----System-Pages-----*/
.error-page{padding:15rem 0;}
.systems-page form input[type=submit]{padding:17px 30px;}
.systems-page{padding:10rem 0;}
.systems-page ul.no-list li{list-style:none;}


/* modals */
.blocker { z-index:112 !important; }
#schedule-online.modal { 
  max-width:1800px; 
  width:96%; 
  height:100%;
}


.location_sec .location-main .content-wrapper {max-width: 1280px;}
.location_sec .location-main .content-wrapper .loc-top-part-parent{max-width:950px;margin:80px auto 80px auto;}
.location_sec .location-main .content-wrapper .loc-top-part-parent .loc-top-part{text-align:center;}
.location_sec .location-main .content-wrapper .loc-top-part-parent .location-timing-main{display:flex;flex-flow:row wrap;justify-content:space-between;}
.location_sec .location-main .content-wrapper .loc-top-part-parent .location-timing-main .locaion-inner-content{width:300px;}
.location_sec .location-main .content-wrapper .loc-top-part-parent .location-timing-main .week-box{padding:0;width:calc(100% - 300px);max-width:450px;}
.location_sec .location-main .content-wrapper .loc-top-part-parent .location-timing-main .week-box ul{margin:0 0 0 30px;}


.steam-bodyclass .s-team-box-inn { width: 25%; padding: 0 15px; margin: 0 0 55px; }
.s-team-doctor-group .s-team-box-inn .s-team-box { width: 100%; margin: 0; height: 100%; }
.s-team-list.s-team-listings.hide-sec, .s-team-list.s-team-listings { display: none; }
.s-team-list.s-team-listings.hide-sec.show-sec, .s-team-list.s-team-listings.show-sec{ display: block; }
.s-team-box-inn { display: none; }
.s-team-box-inn.show-box { display: block; }
.Hygienist.show-box { display: block; }
.Staff.show-box { display: block; }

.steam-hubdb-listing .sigle_location_section_wrap { display: none; }

/*------Responsive-CSs------------------*/
@media(max-width:1650px){
    #mapView{width:100%;min-height:100%;}
}
@media (min-width:1400px){
/*     .s-why-sec .s-why-right .s-why-top-cont{margin-left:-80px;} */
}
@media(max-width:1400px){
    .testimonial-slider .owl-item.center .test-cont *{font-size:16px;line-height:26px;}
    
}
@media(min-width:1321px){
  .left-form-rq { max-width:520px; float:right; }  
}
@media(max-width:1320px){
    .locaion-left{padding-right:50px;padding-left:50px;}
    #team-slide .owl-nav button.owl-next{right:-50px;}
    #team-slide .owl-nav button.owl-prev{left:-50px;}
    .gallery-wrap .center .gallery-img{min-height:381px;}
}
@media(max-width:1250px){
    .insurance-slider .owl-nav button.owl-prev{left:0;}
    .insurance-slider .owl-nav button.owl-next{right:0;}
    #team-slide .owl-nav button.owl-next{right:0px;}
    #team-slide{padding:0 50px;}
    #team-slide .owl-nav button.owl-prev{left:0px;}
}
@media(max-width:1200px){
    h1,.h1,.why-top-cont h2{font-size:40px;line-height:1.1;}
    h2,.h2,.about-left h2,.testimonial_sec .top-title h2,.dental-care-left h2,.dental-care-left h1.h2{font-size:34px;line-height:1.2;}
    h3,.h3{font-size:30px;line-height:1.12;}
    h4,.h4{font-size:26px;line-height:1.1;}
    h5,.h5{font-size:22px;line-height:1.2;}
    .site-logo{width:140px;}
    .right-menu{width:calc(100% - 140px);}
    .left-head-box{padding-left:15px;}
    .drop-down .selected a{margin:0 auto;}
    .right-head-box{padding-right:15px;}
    .drop-down .options ul{right:0;padding:25px 15px;min-width:270px;left:-30px;margin:0 auto;width:50%;}
    .drop-down .options ul li a{font-size:16px;}
    .drop-down .options ul li{padding-bottom:8px;}
    .enumenu_ul .hs-menu-wrapper>ul>li a{font-size:14px;padding:15px 12px;}
    .enumenu_ul .hs-menu-wrapper>ul>li:last-child a{padding:13px 15px;}
    .header-top{margin-top:160px;}
    .dental-care-sec{padding:50px 0 50px;}
    .dental-why-sec{padding:50px 0 50px;}
    .dental-care-img{min-height:500px;}
    .dental-why-img{min-height:500px;}
    .about-inner-img{min-height:500px;}
    .about-inner-img:before{background-size:contain;width:400px;left:-200px;}
    .about_sec{padding:50px 0;}
    .pricing span{font-size:70px;}
    .insurance_sec{padding:50px 0;}
    .testimonial_sec{padding:50px 0;}
    .testimonial_sec .top-title{margin-bottom:50px;}
    .locaion-left{padding-right:50px;padding-left:30px;padding-top:50px;}
/*     .partner_sec{padding:50px 0 50px;} */
    .social_contact_sec .top-title p{font-size:18px!important;line-height:30px!important;}
    .social_contact_sec{padding:50px 0;}
    .top-title a.button{font-size:18px;padding:10px 40px 10px 18px;}
    .top-title a>span{width:40px;height:40px;}
    .top-title a span svg{width:30px;height:30px;}
    .left-head-box p{font-size:13px;}
    a.single-call,
    a.single-location-phone {font-size:16px;}
    .footer-wrap,
    .copy-wrap {padding:0;}
    .footer_sec{padding:50px 0;}
    .col-3{width:33.33%;margin-right:0!important;}
    .col-3:nth-child(3n){width:auto;}
    .footer-wrap,
    .copy-wrap {padding:0;justify-content:space-between;}
/*     .copy-text{padding:0;} */
    .center .test-name{font-size:26px;}
    .center .test-cont p{font-size:16px;}
    .dental_sec.multi-dental{padding:50px 0;}
    .form-top-module{padding:50px 0;}
/*     .multi-footer  .copy-text p{font-size:14px;} */
    .service-hero-sec .dental-care-img{min-height:450px;}
    .service-list-wrap{padding:0 60px;}
    .about-banner-sec{padding:50px 0 50px;}
    .about-banner-left h2,
    .about-banner-full h2 {font-size:26px;line-height:34px;}
    .about-banner-img{min-height:500px;}
    .dental_sec.dental_slider_sec{padding:50px 0;}
    .dental_sec.dental_slider_sec .top-title{margin:0 0 50px;}
    .twocol-zigzag-main .about-banner-img{min-height:450px;}
    .gallery_slider_sec{padding:50px 0;}
    .technology-sec.tech-module-padding{padding:50px 0;}
    .location_banner_sec{padding:50px 0 50px;}
    .lc-boc-left{min-height:550px;}
    .location_dental_sec{padding:50px 0;}
/*     .doctor-img{min-height:500px;} */
    .cate-box ul li a,
    .serv-cat-box ul li a {font-size:18px;}
    .location-serv-wrap{padding:30px 0 30px 50px;}
    .s-why-sec{padding:50px 0 50px;}
    .s-why-img{min-height:500px;}
    .s-why-sec .s-why-right .s-why-top-cont{padding:50px 50px 50px 0px;}
    .s-why-sec .s-why-right{padding-left:0;padding-right:25px;}
    .s-visit-wrap{margin:0px -15px;}
    .s-visit-wrap .s-visit-list{margin:20px 15px;width:calc(33.33% - 30px);}
    .insurance-right-inner{padding:60px 40px 80px;}
    .s-why-sec .s-why-img{min-height:450px;}
    .top-title-new p{font-size:18px;line-height:32px;}
    .team-profile-banner{padding:50px 0 50px;}
    .team-profile-img{min-height:500px;}
    .testimonial-slider .owl-item.center .test-cont *{font-size:15px;line-height:24px;}

    .contact_us_listing .listing .list .list-details{padding:20px 25px;}
    .contact_us_listing .listing .list .list-details .phone-location .phone{width:100%;}
    .contact_us_listing .listing .list .list-details .phone-location .address{width:100%;padding:10px 0 0 0;}
    
    .text-image .text-content{width: 60%;}
    .text-image .image{width: 40%;}
    
    .customWidthOption .single-location-social { padding: 15px 0; }
    
    .dr-wrap .owl-carousel[data-count]{flex-flow:row wrap;}
    .dr-wrap .owl-carousel[data-count="2"] > div,
    .dr-wrap .owl-carousel[data-count="3"] > div,
    .dr-wrap .owl-carousel[data-count="4"] > div{width:calc(50% - 30px);margin:0 15px 30px;}
}
@media(max-width:1024px){
    .dr-img{min-height:300px;}
    .cpation-dr-box label, .cpation-dr-box h5 {font-size:20px;line-height:22px;}
    span.read-bio{padding:10px 49px;padding:10px 20px 12px;}
    button,.button,.btn-1 a,a.btn-1,.btn-2 a,a.btn-2{padding:15px 30px;font-size:18px;}
    .offers_sec button,.offers_sec .button,.offers_sec .btn-1 a,.offers_sec a.btn-1,.offers_sec .btn-2 a,.offers_sec a.btn-2{padding:15px 30px;font-size:18px;}
    .top-title,.offers_sec .top-title{margin-bottom:50px;}
    .dental_sec{padding:70px 0;}
    .services_sec{padding:70px 0;}
    .offers_sec{padding:70px 0;}
    .top-title p{font-size:18px;line-height:30px;}
    .pricing{font-size:60px;}
    .serv-img{height:250px;}
    .service-cont{height:calc(100% - 250px);}
    .site-logo{width:140px;}
    .right-menu{width:calc(100% - 140px);}
    .enumenu_ul .hs-menu-wrapper>ul>li a.menubelow:after{background-position:right -1px;}
    .enumenu_ul .hs-menu-wrapper>ul>li a{font-size:14px;padding:12px 10px;}
    .head-top-box>div{padding-top:15px;padding-bottom:15px;}
    .header-top{margin-top:145px;}
    .stick .head-top-box{margin-top:-57px;}
    .why-list{padding:20px 20px 20px;}
    .why-top-cont{padding-left:20px;margin:0 0 10px;}
    .dental-why-right{width:57%;padding-left:20px;}
    .about-inner-img:before{background-size:contain;width:350px;}
    .pricing span{font-size:60px;}
    .insurance-cont-bottom p{font-size:18px;line-height:30px;}
    .location-box{width:100%;margin-right:0;}
    .social_contact_sec .top-title{margin-bottom:50px;}
    .multi-dental .top-title{margin:0 0 50px;}
    .location_banner_sec .btn-wrapper .btn-1 a,.location_banner_sec .btn-wrapper a.btn-1,.location_banner_sec .btn-wrapper .btn-2 a,.location_banner_sec .btn-wrapper a.btn-2,.location_dental_sec .btn-wrapper .btn-1 a,.location_dental_sec .btn-wrapper a.btn-1,.location_dental_sec .btn-wrapper .btn-2 a,.location_dental_sec .btn-wrapper a.btn-2,.left-cont-serv .btn-wrapper .btn-1 a,.left-cont-serv .btn-wrapper a.btn-1,.left-cont-serv .btn-wrapper .btn-2 a,.left-cont-serv .btn-wrapper a.btn-2{font-size:15px;border-radius:35px;padding:15px 30px;}
    .location-sec-erap{margin:0 0 30px;}
    .location_dental_sec .top-title p br{display:none;}
/*     .doctor-img{min-height:450px;} */
    .location-serv-wrap{padding:30px 0 30px 30px;}
    .left-cont-serv{padding-right:30px;}
    .s-why-right{width:57%;padding-left:20px;}
    .s-why-right{width:57%;padding-left:20px;}
    .error-page{padding:10rem 0;}
    .systems-page{padding:6rem 0;}
}
@media(max-width:991px){
    h1,.h1,.why-top-cont h2{font-size:35px;line-height:1.1;}
    h2,.h2,.about-left h2,.testimonial_sec .top-title h2,.dental-care-left h2{font-size:30px;line-height:1.12;}
    h3,.h3{font-size:26px;line-height:1.12;}
    h4,.h4{font-size:24px;line-height:1.1;}
    h5,.h5{font-size:20px;line-height:1.2;}
    .dental_sec{padding:50px 0;}
    .services_sec{padding:50px 0;}
    .offers_sec{padding:50px 0;}
    .top-title,.offers_sec .top-title{margin-bottom:40px;}
    .dr-box:nth-child(4n){margin-right:2.7%;}
    .dr-box:nth-child(3n){margin-right:0;}
    .dr-box{width:31.53%;}
    .pricing{font-size:40px;}
    span.see-more{font-size:16px;}
    label.sub-head{font-size:16px;line-height:24px;}
    .enumenu_ul{display:none}
    .menu-block{height:auto;}
    .menu-icon{display:block}
    .enumenu_ul .hs-menu-wrapper>ul > li{display:block;margin:0px;padding:0px;width:100%;}
    .enumenu_ul .hs-menu-wrapper>ul > li > a{display:block;text-align:center;padding:15px 20px;}
    .enumenu_ul{width:100%;}
    .enumenu_ul .hs-menu-wrapper>ul > li ul a{display:block;text-align:center;padding:12px 30px;}

    /* Push Menu */
    body.menuslide_push{position:relative;}
    body.menuslide_push.slidemenuLeft{left:0;transition:left 0.5s;-webkit-transition:left 0.5s;-moz-transition:left 0.5s;-ms-transition:left 0.5s;-o-transition:left 0.5s;}
    body.menuslide_push.slidemenuRight{right:0;transition:right 0.5s;-webkit-transition:right 0.5s;-moz-transition:right 0.5s;-ms-transition:right 0.5s;-o-transition:right 0.5s;}
    body.slidemenuRight .enumenu_ul{right:-300px;}
    body.slidemenuRight.menu-open .enumenu_ul{right:0;}
    body.slidemenuLeft .enumenu_ul{left:-300px;}
    body.slidemenuLeft.menu-open .enumenu_ul{left:0;}
    body.menuslide_push.slidemenuLeft.menu-open{left:300px}
    body.menuslide_push.slidemenuRight.menu-open{right:300px}
    body.menuslide_push .enumenu_ul,body.menuOverlap .enumenu_ul{background:#2696b8;display:block;height:100%;max-height:100%;width:100%;overflow:auto;position:fixed;transition:all 0.5s ease 0s;max-width:300px;top:0;z-index:11;}
    .menu-icon .menu-box{width:35px;height:32px;top:20px;}
    .menu-icon .menu-box span{border-radius:0;height:3px;margin-bottom:5px;}
    .head-bottom .container{position:relative;}
    .left-head-box{padding-left:15px;text-align:center;padding-right:15px;}
    .right-head-box{padding-right:15px;padding-left:15px;}
    .drop-down{margin-right:auto;width:50%;}
    .head-top-box>div{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
    .enumenu_ul .hs-menu-wrapper>ul>li a.menubelow:after{display:none;}
    .enumenu_ul .hs-menu-wrapper > ul{padding:200px 0 0;}
    .menu-icon.active .menu-box span{background-color:#000000;}
    .menu-icon.active .menu-box{z-index:111;right:0;}
    .menu-icon.active span:nth-child(1){transform:rotate(45deg) translateY(7px) translateX(6px);-webkit-transform:rotate(45deg) translateY(7px) translateX(6px);}
    .enumenu_ul .hs-menu-wrapper>ul>li ul{flex-direction:inherit;left:0!important;position:relative!important;opacity:1!important;visibility:visible!important;transform:none!important;overflow-y:auto;max-height: 280px;}
    .enumenu_ul .hs-menu-wrapper>ul li ul .hs-menu-depth-2 a{padding:10px 30px;}
    .enumenu_ul .hs-menu-wrapper>ul li ul .hs-menu-depth-2 .hs-menu-depth-3 a{padding:10px 40px;}
    .enumenu_ul .hs-menu-wrapper ul li a:hover{color:#000000;}
    .enumenu_ul .hs-menu-wrapper ul li.active a{color:#000000;}
    .enumenu_ul .hs-menu-wrapper>ul>li:last-child a{background-color:#2696b8;}
    .enumenu_ul .hs-menu-wrapper>ul>li:last-child{margin:20px 20px;width:calc(100% - 40px);}
    .left-head-box{width:100%;}
    .right-head-box{width:100%;}
    .drop-down .selected a{font-size:16px;}
    .header-top{margin-top:205px;}
    .head-top-box>div{padding-top:10px;padding-bottom:10px;}
    .drop-down .selected a{display:flex;flex-wrap:wrap;padding-right:0;justify-content:center;}
    .drop-down .options ul{left:-15px;}
    .why-list span{width:45px;height:45px;font-size:20px;}
    .wht-right{width:calc(100% - 45px);}
    .dental-care-img{min-height:400px;}
    .dental-why-img{min-height:400px;}
    .about-inner-img{min-height:400px;}
    .about-left p{font-size:16px;line-height:30px;}
    .about-inner-img:before{background-size:contain;width:250px;background-position:center center;top:0;left:-125px;}
    .pricing span{font-size:50px;}
    #insurance-slide{padding:0 70px;}
    .testimonial_sec .top-title{margin-bottom:40px;}
    .locaion-left{width:100%;order:2;padding-top:0;padding-right:15px;padding-left:15px;padding-bottom:30px;}
    .locaion-right{width:100%;order:1;margin-bottom:30px;}
    #mapView{min-height:550px;}
    .partner_sec:before{background-size:contain;width:100px;height:100px;}
    .social_contact_sec .top-title{margin-bottom:40px;}
    .col-3{width:100%;}
    .footer-logo{margin:0 0 25px;}
    .col-3:nth-child(2n){width:40%;}
/*     .stick .head-top-box{margin-top:-20px;} */
    .stick .head-top-box{margin-top:0;}
    .head-top-box > div {width: 100%;display: block;}
    .right-head-box:after{display: none;}
    .right-head-box{background-color:#2CB1AA;}
    .left-head-box{background-color:#2696B8;}
    .head-top-box > div{width:100%;}
    a.single-call ,
    a.single-location-phone {display: block;text-align: center;}
    .mob-mobile,
    .mob-mobile > a.single-call,
    .mob-mobile > a.single-location-phone {display:inline-block;}
    .mob-mobile  a.single-call,
    .mob-mobile a.single-location-phone {color:#000000!important;}
    .mob-mobile  a.single-call:hover,
    .mob-mobile a.single-location-phone:hover {color:#2696b8!important;}
    .right-menu{align-items:center;}
    .mob-mobile  a.single-call,
    .mob-mobile a.single-location-phone {padding-right:10px;}
    .mob-mobile a.single-call > i,
    .mob-mobile a.single-location-phone > i {font-size:18px;margin-right:5px;}
    .enumenu_ul .hs-menu-wrapper>ul{padding:25px 0;}
    .enumenu_ul.mob{position:absolute;left:0;right:0;background:#fff;z-index:1;top:76px;box-shadow:0 3px 10px -3px rgb(0 0 0 / 7%);}
    .enumenu_ul .hs-menu-wrapper>ul>li a{font-size:16px;color:#000000;}
    .enumenu_ul .hs-menu-wrapper>ul>li:last-child{margin:10px auto 10px;width:40%;}
    .menu-icon.active span:nth-child(3){transform:rotate(-45deg) translateY(-6px) translateX(4px);-webkit-transform:rotate(-45deg) translateY(-6px) translateX(4px);}
    .header-top{margin-top:134px;}
    .right-head-box .drop-down{display:none;}
    .enumenu_ul .hs-menu-wrapper>ul>li a.menubelow{z-index:1;position:relative;display:block;width:100%;flex-wrap:inherit;justify-content:inherit;}
    .multi-footer .col-3:nth-child(3n){width:auto;}
    .multi-form-rq{margin:35px 0 0;}
    .service-hero-sec .btn-1 a,.service-hero-sec .btn-2 a{font-size:16px;padding:19px 30px;border-radius:35px;}
    .service-hero-sec .dental-care-img{min-height:auto;}
    .s-left-cont-part p{margin:0 0 20px;}
    .s-right-inner-cont{padding:25px;}
    .service-list-wrap{padding:0px;}
    .inner-serv-img{height:350px;}
    .about-banner-left h2,
    .about-banner-full h2 {font-size:30px;line-height:1.12;}
    .about-banner-img{min-height:400px;}
    .about-banner-left p {font-size:16px;line-height:1.75em;}
    .twocol-zigzag-main .about-banner-img{min-height:400px;}
    .gallery-wrap .gallery-img{min-height:300px;}
    .tech-box{width:calc(50% - 30px);margin:0 15px 30px!important;}
    .top-title-new p br{display:none;}
    .technology-sec .top-title-new{margin:0 0 40px;}
    .s-faq-sec{padding:70px 0px;}
    .s-faq-sec .s-faq-sec-wrap .s-set>a{font-size:22px;padding:15px 50px 15px 35px;}
    .s-faq-sec .s-faq-sec-wrap .s-set .s-acc-content{padding:20px 40px 10px 35px;}
    .s-faq-sec .s-top-title{padding-bottom:10px;}
/*     .doctor-img{min-height:400px;} */
    .time-box{padding:25px 25px;}
    .connect-box a,.connect-box span,.lc-boc-right p{font-size:16px;line-height:26px;}
    .cate-box ul li a,
    .serv-cat-box ul li a{font-size:16px;}
    .s-why-img{min-height:400px;}

    .s-why-sec .s-why-right .s-why-top-cont { padding: 50px 30px 50px 0px; }
    .s-expect-services .s-expect-wrap .s-expect-list { width: calc(33.33% - 20px); margin: 10px; padding: 35px 15px; }
    .s-expect-services .s-expect-wrap { margin: 0px -10px; padding-top: 20px; padding-bottom: 15px; }
    .s-visit-services .heading { padding: 20px 0px 30px; }
    .s-visit-services .heading .heading-title { padding-right: 25px; padding-top: 15px; }
    .heading-main .heading-title { padding-top: 60px; padding-bottom: 50px; }
    .s-insurance-wrap .s-insurance-left { padding-top: 50px; }
    .s-insurance-wrap .s-insurance-right { padding-left: 30px; }
    .insurance-right-inner { margin-top: -80px; padding: 50px 30px 60px; }
    .insurance-right-inner h6 { font-size: 17px; padding-top: 30px; }
    .logo-wrapper .logo { width: calc(33.33% - 30px); }
    .s-why-sec .s-why-img{min-height:400px;}
    .s-team-list .s-team-heading .text p{font-size:17px;}
    .s-team-doctor-group .s-team-box .s-team-img{height:344px;}
    .s-team-doctor-group .s-team-box{margin:15px 8px 35px;width:calc(33.33% - 16px);}
    .s-team-doctor-group{margin:0px -8px;}
    .s-team-list-wrap{padding-bottom:55px;padding-top:0;}
    .team-profile-img{min-height:400px;}
    .s_inner_banner .dental-care-left .btn-1 a,
    .s_inner_banner .dental-care-left .btn-2 a{font-size:16px;padding:19px 30px;border-radius:35px;}

    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper ul li a {background-color: #34a8cb;}
    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li a {background-color: #2696b8;color: #fff;}
    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li span.arrow {filter: brightness(0) invert(1);}
    
    .location_sec .location-main .content-wrapper .loc-top-part-parent .location-timing-main .week-box{max-width:380px;}
    
    .footer-logo a { width: auto; height: 140px; display: block; }
    .footer-logo a img {width: 100%; height: 100%; display: block;  }

    .steam-bodyclass .s-team-box-inn { width: 33.33%; margin: 0 0 35px; } 
}
@media(max-width:767px){
    h2, .h2, .about-left h2, .testimonial_sec .top-title h2, .dental-care-left h2, .dental-care-left h1.h2 {font-size: 28px;line-height: 42px;}
    h1,.h1,.why-top-cont h2{font-size:32px;line-height:1.1;}
    h4,.h4{font-size:26px;line-height:1.2;}
    h3,.h3{font-size:24px;line-height:1.12;}
    h5,.h5{font-size:20px;line-height:1.4;}
    .technology-sec {padding: 60px 0 20px;}
    .btn-wrapper{margin-top:20px;}
    .dental_sec{padding:40px 0;}
    .services_sec{padding:40px 0;}
    .offers_sec{padding:40px 0;}
    .service-box{width:100%;margin-right:0!important;margin-bottom:30px;}
    .offer-box{width:100%;margin-right:0!important;padding:35px 22px 35px;}
    .pricing{font-size:30px;margin:10px 0 20px;}
    .offers_sec button,.offers_sec .button,.offers_sec .btn-1 a,.offers_sec a.btn-1,.offers_sec .btn-2 a,.offers_sec a.btn-2{padding:15px 30px;font-size:16px;}
    button,.button,.btn-1 a,a.btn-1,.btn-2 a,a.btn-2{font-size:16px;}
    .offer-box.offer_half_width { width: 100%; margin: 0 0 20px 0; }
    .top-title p{font-size:16px;line-height:26px;}
    .dental-care-sec{padding:120px 0 40px;}
    .dental-care-right{width:100%;}
    .dental-care-left{width:100%;margin:0 0 30px;}
    .dental-care-img{min-height:100%;}
    .dental-care-img img{height:auto;width:100%;object-fit:inherit;object-position:inherit;border-radius:30px;}
    .dental-care-sec:before{top:200px;width:150px;height:300px;left:-15px;top:150px;}
    .dental-care-left .btn-1 a,.dental-care-left .btn-2 a{padding:15px 30px;font-size:16px;}
    .why-list span{width:40px;height:40px;font-size:18px;}
    .wht-right{width:calc(100% - 40px);}
    .dental-why-right{width:100%;order:2;padding-left:0;margin-top:35px;}
    .dental-why-left{width:100%;order:1;}
    .why-top-cont{padding-left:20px;text-align:left;}
    .about-left p{font-size:16px;line-height:30px;}
    .about_sec{padding:40px 0;}
    .about-left{width:100%;margin:0 0 20px;}
    .about-right{width:100%;}
    .about-inner-img,.dental-why-img{min-height:100%;}
    .about-inner-img img,.dental-why-img img,.serv-img img{height:auto;width:100%;object-fit:inherit;object-position:inherit;}
    .serv-img{height:auto;}
    .service-cont{height:auto;}
    .insurance-cont-bottom p{font-size:16px;line-height:28px;}
    .testimonial-slider .owl-item.center .item{-webkit-transform:scale(1);transform:scale(1);}
    .testimonial-slider .item{-webkit-transform:scale(1);transform:scale(1);padding:20px 0; opacity:1;}
    #testimonial-slide{padding:0 15px;}
    .test-box{width:calc(100% - 30px);margin:0 15px;padding:25px 25px;}
    .testimonial-slider .owl-item.active .test-box{border-radius:50px;background-color:#2cb1aa;}
    .testimonial-slider .owl-item.active .test-box .quote-img{filter:brightness(0) invert(1);}
    #mapView{min-height:400px;}
/*     .partner_sec{padding:40px 0 40px;} */
    .social_contact_sec .top-title p{font-size:16px!important;line-height:28px!important;}
    .social_contact_sec{padding:40px 0;}
    .top-title a.button{font-size:16px;padding:10px 30px 10px 14px;}
    .week-box ul li,.single-data-loc .location-box p{font-size:16px;}
    .left-head-box p{font-size:15px;}
    .copy-text,
    .disclaimer-text {padding:0;width:100%;text-align:center;margin:30px 0 0;margin-right:0;float:left;}
    .enumenu_ul .hs-menu-wrapper>ul>li:last-child{width:50%;}
    .why-list:last-child{margin-bottom:0;}
    .dental-why-sec{padding:40px 0 30px;}
    .about-left{text-align:center;}
    .testimonial-slider button svg{width:49px;height:38px;display:inline-block;-ms-transform:scale(.8);-moz-transform:scale(.8);-webkit-transform:scale(.8);transform:scale(.8);}
    .testimonial-slider  .owl-nav{margin:20px auto;display:block;width:100%;text-align:center;}
    .testimonial-slider  .owl-nav button{margin:0 10px;}
    .testimonial-slider  .owl-nav button svg path{fill:#7f7d78;opacity:1;}
    .testimonial-slider  .owl-nav button:hover svg path{fill:#000000;opacity:1;}
    .service-cont h5,.service-cont h3.h5{width:100%;}
    .service-cont p{width:100%;}
    .dental_sec.multi-dental{padding:40px 0;}
    .multi-dental .top-title{margin:0 0 40px;}
    .form-top-module{padding:40px 0;}
    #testimonial-slide .owl-nav{display:block;}
/*     .col-3>.copy-text{display:none;} */
    .multi-footer .col-3{width:100%;margin-right:0;text-align:center;}
    .multi-footer .col-3:nth-child(2n){width:100%;margin-right:0;text-align:center;}
    .multi-footer .col-3 .week-box ul li{text-align:center;display:block;}
    .multi-footer .col-3:nth-child(3n){width:100%;}
/*     .copy-text{display:block!important;} */
    .left-form-rq{margin:20px 0 0;}
    .multi-form-rq{margin:35px 0 0;}
    .service-hero-sec .dental-care-left{width:100%;}
    .dental-care-sec.service-hero-sec{padding:40px 0 40px;}
    .service-two-sec{padding:40px 0;}
    .s-left-cont-part{width:100%;}
    .s-right-cont-part{width:100%;padding-left:0;margin:30px 0 0;}
    .service-two-sec{padding:20px 0 40px;}
    .inner-serv-img{height:250px;}
    .about-banner-sec{padding:40px 0 40px;}
    .about-banner-left{width:100%;margin:0 0 30px;}
    .about-banner-right{width:100%;}
    .about-banner-left h2,
    .about-banner-full h2 {font-size:22px;line-height:30px;}
    .about-banner-img{min-height:100%;}
    .about-banner-img img{height:auto;width:100%;object-fit:inherit;object-position:inherit;border-radius:30px;}
    .about-banner-left{padding-right:0;}
    .about-banner-left p {font-size:15px;line-height:1.75em;}
  .about-banner-full p {font-size:13px;}
    .about-banner-left h5 br,
    .about-banner-full h5 br {display:none;}
    .about-banner-wrap.row-reverse .about-banner-left{padding-left:0px;padding-right:0px;}
    .dental_sec.dental_slider_sec{padding:40px 0;}
    .dental_sec.dental_slider_sec .top-title{margin:0 0 40px;}
    .twocol-zigzag-main .about-banner-img{min-height:100%;}
    .gallery_slider_sec{padding:40px 0 40px;}
    .gallery-wrap .item{-webkit-transform:scale(1);transform:scale(1);padding:30px 0 0;}
    .gallery-wrap .gallery-img{min-height:250px;}
    .tech-cont .box-cont{line-height:24px;}
    .s-faq-sec .s-top-title{padding-bottom:0;}
    .s-faq-sec .s-faq-sec-wrap .s-set>a{font-size:16px;padding:15px 45px 15px 30px;line-height:1.2em;border-radius:42px;}
    .s-faq-sec .s-faq-sec-wrap .s-set .s-acc-content{padding:20px 0px 10px 30px;}
    .s-faq-sec .s-faq-sec-wrap .s-set>a i:before{top:2px;}
    .s-faq-sec .s-faq-sec-wrap .s-set.active>a i:before{top:-2px;}
/*     .doctor-img{min-height:400px;width:50%;margin:0 auto;} */
    .doctor-img{margin:0 auto;}
    .doctor-right-cont{width:100%;padding-left:0;text-align:center;margin:30px 0 0;margin:30px 0;}
    .doctor-right-cont div p,.doctor-right-cont div{text-align:center;}
    .meet-dental-list{margin:0 0 30px;}
    .lc-boc-left{min-height:auto;width:100%;}
    .lc-boc-left #mapView{height:200px;}
    .lc-boc-right{width:100%;padding-left:0;margin:30px 0 0;}
    .location_banner_sec{padding:40px 0;}
    .location_dental_sec{padding:40px 0;}
    .connect-box a i{margin-right:10px;}
    .left-cont-serv{padding-right:0;width:100%;}
    .location-serv-wrap{padding:0;width:100%;border:0;margin:30px 0 0;}
    .cate-box,
    .serv-cat-box {margin:0 0 20px;}
    .cate-box > h4,
    .serv-cat-box > h4{margin:0 0 15px;}
    .s-faq-sec{padding:40px 0px;}
    .time-box ul li{font-size:16px;}

    .s_inner_banner .dental-care-left .btn-wrapper > div:last-child{ margin-left: 0px; }

    .s-why-sec { padding: 0px 0 40px; }
    .s-why-left { width: 100%; order: 1; } 
    .s-why-img { min-height: 100%; } 
    .s-why-img img { height: auto; width: 100%; object-fit: inherit; object-position: inherit; }
    .s-why-right { width: 100%; order: 2; padding-left: 0; margin-top: 35px; } 
    .s-why-sec .s-why-right { padding-left: 0; padding-right: 0; }
    .s-why-sec .s-why-right .s-why-top-cont { padding: 50px 15px 30px 0px; }
    .s-expect-services .s-expect-wrap .s-expect-list { width: 100%; margin: 10px 0px; padding: 35px 15px; }
    .s-expect-services .s-expect-wrap { margin: 0; }
    .s-visit-services .heading .heading-title { padding-right: 0; padding-top: 0; width: 100%; }
    .s-visit-services .heading .heading-text { width: 100%; }
    .s-visit-wrap { margin: 0; padding-top: 20px; }
    .s-visit-wrap .s-visit-list { margin: 20px 0px; width: 100%; text-align: center; }
    .s-visit-wrap .s-visit-list .s-visit-text p:last-child { margin-bottom: 0; }
    .s-visit-wrap .s-visit-list .s-visit-icon { margin: 0 auto; }
    .s-insurance-wrap > div { width: 100%; }
    .heading-main .heading-title { padding-top: 50px; padding-bottom: 30px; width: 100%; }
    .s-insurance-wrap .s-insurance-right { padding-left: 0; }
    .insurance-right-inner { margin-top: 40px; padding: 40px 20px 40px; }
    .s-why-sec .s-why-img{min-height:auto;}
    .s-expect-services{padding-top:20px;padding-bottom:20px;}
    .heading-main .heading-title h2 br{display:none;}
    .heading-main .heading-title h2{text-align:center;}
    .s-insurance-services{padding-bottom:50px;}
    .top-title-new p{font-size:16px;line-height:28px;}
    .s-team-list { padding-top: 35px; }
    .s-team-list .s-team-heading .text p { font-size: 15px; }
    .s-team-doctor-group { margin: 0; }
    .s-team-doctor-group .s-team-box { margin: 15px 0px 35px; width: 100%; }
    .s-team-box .s-team-cont h5 { font-size: 20px; }
    .s-team-box .s-team-cont h6 { font-size: 17px; }
    .s-team-doctor-group .s-team-box .s-team-cont { margin-top: 30px; text-align: center; }
    .s-team-list .s-team-heading { padding-bottom: 30px; }
    .s-team-list-wrap { padding-bottom: 35px; padding-top: 0; }
    .s-team-doctor-group .s-team-box .s-team-img img { width: auto; height: auto; background-color: #2696b8; object-fit: inherit; max-height: 500px; border-radius: 30px;  }
    .s-team-doctor-group .s-team-box .s-team-img { height: inherit; border-radius: 30px; background-color: transparent; overflow: inherit; display: flex; justify-content: center; }
    .team-profile-img { min-height: 100%; }
    .team-profile-banner { padding: 40px 0 40px; } 

    .team-profile-banner .dental-care-right .btn-wrapper .btn-1{ display: table; width: 100%; margin-bottom: 5px; }
    .team-profile-banner .dental-care-right .btn-wrapper > div:last-child{ margin-left: 0px; }
    .team-profile-left { padding-right: 0; width: 100%; }
    .team-profile-right { width: 100%; padding-top: 40px; }
    .team-profile-right .text { font-size: 16px; font-size:15px; }

    .team-profile-banner .team-profile-img img { width: 100%; height: auto; background-color: #2696b8; border-radius: 30px; object-fit: inherit; }
    .team-profile-banner .team-profile-img { height: inherit; border-radius: 30px; background-color: transparent; overflow: inherit; display: flex; justify-content: center; }
    .s_inner_banner .dental-care-left{width:100%;margin-right:0;}
    .s_inner_banner .dental-care-left .btn-wrapper > div{display:table;width:auto;}
    .systems-page form input[type=submit]{padding:14px 30px;font-size:16px;}
    .systems-page{padding:5rem 0;}

    .contact_us_listing .listing .list{width:100%;margin:0 0 32px 0;}
    .contact_us_listing .listing .list .list-details h4{margin:0 0 10px 0;}
    .contact_us_listing .listing .list .list-image img{display:block;width:100%;}
    .contact_us_listing .listing .list .list-details .hours-inner .timing-schedule ul li span:first-child {width: 125px;}
    
    .text-image .inner{display:block;}
    .text-image .text-content{padding: 0 0 40px;width: auto;}
    .text-image .image{margin:0 auto;max-width:300px;width: auto;}
    
    .pop-up-enabled .header-btn-pop-up .header-btn-pop-up-inner {width:calc(100% - 34px);}
    .pop-up-enabled .header-btn-pop-up .header-btn-pop-up-inner .header-btn-pop-up-details label {text-align: left;}
    
    .gallery-title-image .main-listing .main-list .inner-list {width: 100%;margin: 0 0 30px 0;}
    .gallery-title-image .main-listing .main-list .title h2{margin:0 0 30px 0;}
    
    #insurance-slide, #insurance-slide-dynamic {padding:0 60px}
    .insurance-logo img {max-width: 140px;margin: 0 auto;}
    
    .why-list{padding: 20px 0 20px;}
    .dr-box{width:100%;margin-right:0;}
    
    .about-banner-left h1.h2, .about-banner-full h1.h2, .about-banner-full h2 {font-size: 36px;line-height: 46px;}
    .location_form_sec {padding: 30px 0;}
    
    .location_sec .location-main .content-wrapper .loc-top-part-parent .location-timing-main .locaion-inner-content{width:100%;}
    .location_sec .location-main .content-wrapper .loc-top-part-parent .location-timing-main .week-box{width:100%;max-width:100%;}
    .location_sec .location-main .content-wrapper .loc-top-part-parent .location-timing-main .week-box ul li span,
    .location_sec .location-main .content-wrapper .loc-top-part-parent .location-timing-main .locaion-inner-content p{font-size:14px;}
    .footer-logo a { width: 200px; height: auto; }
    
    /* .s-team-box-inn { width: 100%; } */
    .s-team-doctor-group .s-team-box-inn .s-team-box { height: auto; }
    .steam-bodyclass .s-team-box-inn { width: 100%; }
    
    .dr-wrap .owl-carousel[data-count]{display:block;margin:0;}
    .dr-wrap .owl-carousel[data-count="2"] > div,
    .dr-wrap .owl-carousel[data-count="3"] > div,
    .dr-wrap .owl-carousel[data-count="4"] > div{width:auto;margin:0 0 20px 0;}
}
@media(max-width:640px){
    .dr-img{min-height:400px;background-position:center center;}
    .dr-box{margin-right:0!important;width:100%;}
    .dr-box:nth-child(2n){margin-right:0 !important;}
    #mapView{min-height:350px;}
    .col-3:nth-child(2n){width:100%;order:2;text-align:center;}
    .col-3:nth-child(3n){width:100%;order:1;text-align:center;}
    .col-3{width:100%;order:1;text-align:center;}
    .col-3 > h5{margin-top:0;margin-bottom:20px;}
    .col-3{margin:0 0 25px;}
    .col-3 .week-box{width:50%;margin:0 auto;}
    .footer-address p{max-width:320px;text-align:center;justify-content:center;margin:0 auto 10px;}
    .footer-address p span{width:auto;}
    .col-3 .week-box{width:80%;}
    .enumenu_ul .hs-menu-wrapper>ul>li:last-child{width:70%;}
    .footer-address p span{width:calc(100% - 30px);text-align:left;}
    .footer-address p{text-align:left;justify-content:flex-start;}
    .col-3:nth-child(2n){width:100%;order:1;text-align:left;}
    .col-3 .week-box{width:50%;}
    .col-3:nth-child(2n){width:100%;order:1;text-align:left;margin:0 auto!important;}
    .col-3 .week-box{width:100%;}
    .col-3{margin:0 0 30px;}
    .col-3:nth-child(3n){width:100%;order:1;text-align:left;margin:35px auto 0!important;}
    .col-3:nth-child(3n) ul li{width:100%;}
    .col-3:nth-child(3n) ul{display:flex;flex-wrap:wrap;}
    .col-3:nth-child(3n) ul li:last-child{width:auto;position:absolute;right:15px;}
    .multi-footer .col-3:nth-child(3n) ul li:last-child{position:relative;right:0;left:0;width:100%;}
    .multi-footer .col-3:nth-child(3n){width:100%;text-align:center;}
    .multi-footer .col-3:nth-child(3n) ul{width:100%;text-align:center;}
    .service-img{width:100%;}
    .service-cont-right{width:100%;padding-left:0;margin:30px 0 0;}
    .service-cont-right h4{margin:0 0 10px;}
    #team-slide .item .dr-box .dr-img{min-height:80vh;min-height:350px;}
    .owl-nav{text-align:center;margin:25px 0 0;}
    #team-slide .owl-nav button.owl-prev{left:0;}
    #team-slide .owl-nav button.owl-next{right:0;}
    #team-slide .owl-nav button{position:relative;bottom:0;-ms-transform:none;-moz-transform:none;-webkit-transform:none;transform:none;}
    .customWidthOption .single-location-social { padding: 15px 0 0 0; }
    .tech-box{width:100%;margin:0 0px 30px!important;}
/*     .doctor-img{min-height:400px;width:80%;margin:0 auto;} */
}
@media(min-width:641px){
  .about-left .btn-1 { float:left; }
  .s-why-main-wrap.row-reverse { flex-direction:row-reverse; }
}
@media(max-width:480px){
    .drop-down{margin-right:auto;width:100%;}
    .drop-down .options ul{left:0;width:100%;}
    .col-3 .week-box{width:100%;}
    .week-box ul li{width:100%;}
    .mob-mobile a.single-call,
    .mob-mobile a.single-location-phone {font-size:14px;padding-right:0;}
    .mob-mobile  a.single-call > i,
    .mob-mobile a.single-location-phone > i {font-size:15px;margin-right:5px;}
    .enumenu_ul .hs-menu-wrapper>ul>li>a{padding:10px 20px;}
    .enumenu_ul .hs-menu-wrapper>ul>li:last-child{width:calc(100% - 40px);}
    #team-slide .item .dr-box .dr-img{min-height:60vh;min-height:350px;}
    #team-slide{padding:0;}
    #team-slide{margin:0 0 0px;}
    .cate-box ul li,
    .serv-cat-box ul li {margin-right:0;margin-bottom:10px;width:100%;}
    .logo-wrapper .logo{width:calc(50% - 30px);}
    .s-team-doctor-group .s-team-box .s-team-img img{width:100%;height:auto;border-radius:30px;object-fit:inherit;max-height:100%;}
    .s-team-doctor-group .s-team-box .s-team-img img{max-height:100%;}
}
@media(max-width:420px){
    .dr-img{min-height:70vh;background-position:center center;min-height:325px;}
    .mob-mobile,
    .mob-mobile > a.single-call,
    .mob-mobile > a.single-location-phone {display:none;}
    .col-3:nth-child(3n) ul li:last-child{width:auto;position:relative;right:0;}
}
@media(max-width:375px){
    .dr-img{min-height:50vh;background-position:center center;}
/*     .doctor-img{width:100%;} */
    .time-box{padding:20px 20px;}
}


.bmargin-button .btn-1 { margin-bottom:60px; }

.body-container--blog-post article.blog-post .about-author-sec .span2,
.body-container--blog-post article.blog-post .about-author-sec .span10 { display:none !important; }