/*!
		Theme Name: Cosmetic Dentists Newyork City
		Author: Cosmetic
		Description: Description
		Version: 1.0.0
		Tested up to: 5.4
		Requires PHP: 5.6
		License: GNU General Public License v2 or later
		License URI: LICENSE
		Text Domain: cosmetic
		Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

		This theme, like WordPress, is licensed under the GPL.
		Use it to make something cool, have fun, and share what you've learned.

		cosmetic is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
		Underscores is distributed under the terms of the GNU GPL v2 or later.

		Normalizing styles have been helped along thanks to the fine work of
		Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
		*/

/*--------------------------------------------------------------
		>>> TABLE OF CONTENTS:
		----------------------------------------------------------------
		# Generic
			- Normalize
			- Box sizing
		# Base
			- Typography
			- Elements
			- Links
			- Forms
		## Layouts
		# Components
			- Navigation
			- Posts and pages
			- Comments
			- Widgets
			- Media
			- Captions
			- Galleries
		# plugins
			- Jetpack infinite scroll
		# Utilities
			- Accessibility
			- Alignments

		--------------------------------------------------------------*/

/*--------------------------------------------------------------
		# Generic
		--------------------------------------------------------------*/

/* Normalize
		--------------------------------------------- */

/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
                     * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
                     * 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;
  font-size: 1em;
}

/**
                     * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
                     * Show the overflow in IE.
                     * 1. Show the overflow in Edge.
                     */
button,
input {
  overflow: visible;
}

/**
                     * Remove the inheritance of text transform in Edge, Firefox, and IE.
                     * 1. Remove the inheritance of text transform in Firefox.
                     */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
                     * 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;
  padding: 0;
}

/**
                     * 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;
  outline-offset: -2px;
}

/**
                     * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
                    --------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
                    @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
                    # Base
                    --------------------------------------------------------------*/

/* Typography
                    --------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
                    --------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
                    --------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
                    --------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
                    # Layouts
                    --------------------------------------------------------------*/

/*--------------------------------------------------------------
                    # Components
                    --------------------------------------------------------------*/

/* Navigation
                    --------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.category-teeth-whitening #primary {
  padding-top: 160px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
                    --------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
                    --------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
                    --------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
                    --------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
                    --------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
                    --------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
                    # Plugins
                    --------------------------------------------------------------*/

/* Jetpack infinite scroll
                    --------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
                    # Utilities
                    --------------------------------------------------------------*/

/* Accessibility
                    --------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
                    --------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/******************************************************/
/*********
                    font-family: 'Playfair Display', serif;
                    font-family: 'Raleway', sans-serif;
            
                    TTNorms-Bold.otf
                    TTNorms-Regular.otf
                    ********/
/*
                     @font-face {
                        font-family: 'tt_normsregular';
                        src: url('/wp-content/themes/fonts/TT-Norms-Fonts/TTNorms-Regular.otf') format('opentype'),
                             url('/wp-content/themes/fonts/TT-Norms-Fonts/TTNorms-Bold.otf') format('opentype');
                        font-weight: normal;
                        font-style: normal;
            
                    }
                    */

/* font family Raleway */

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-ExtraBold.eot");
  src: url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-ExtraBold.eot#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-ExtraBold.woff2") format("woff2"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-ExtraBold.woff") format("woff"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-ExtraBold.ttf") format("truetype"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-ExtraBold.svg#Raleway-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Bold.eot");
  src: url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Bold.eot#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Bold.woff2") format("woff2"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Bold.woff") format("woff"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Bold.ttf") format("truetype"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Bold.svg#Raleway-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Regular.eot");
  src: url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Regular.eot#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Regular.woff2") format("woff2"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Regular.woff") format("woff"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Regular.ttf") format("truetype"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Regular.svg#Raleway-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Medium.eot");
  src: url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Medium.eot#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Medium.woff2") format("woff2"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Medium.woff") format("woff"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Medium.ttf") format("truetype"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Medium.svg#Raleway-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Light.eot");
  src: url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Light.eot#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Light.woff2") format("woff2"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Light.woff") format("woff"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Light.ttf") format("truetype"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-Light.svg#Raleway-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-SemiBold.eot");
  src: url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-SemiBold.eot#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-SemiBold.woff2") format("woff2"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-SemiBold.woff") format("woff"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-SemiBold.ttf") format("truetype"),
    url("/wp-content/themes/cosmetic/fonts/Raleway/Raleway-SemiBold.svg#Raleway-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* font family playfair display */
@font-face {
  font-family: "Playfair Display";
  src: url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Black.eot");
  src: url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Black.eot#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Black.woff2") format("woff2"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Black.woff") format("woff"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Black.ttf") format("truetype"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Black.svg#PlayfairDisplay-Black")
      format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-ExtraBold.eot");
  src: url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-ExtraBold.eot#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-ExtraBold.woff2")
      format("woff2"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-ExtraBold.woff")
      format("woff"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-ExtraBold.ttf")
      format("truetype"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-ExtraBold.svg#PlayfairDisplay-ExtraBold")
      format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Bold.eot");
  src: url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Bold.eot#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Bold.woff2") format("woff2"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Bold.woff") format("woff"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Bold.ttf") format("truetype"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold")
      format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Regular.eot");
  src: url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Regular.eot#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Regular.woff2")
      format("woff2"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Regular.woff") format("woff"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Regular.ttf")
      format("truetype"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Medium.eot");
  src: url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Medium.eot#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Medium.woff2") format("woff2"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Medium.woff") format("woff"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Medium.ttf")
      format("truetype"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Medium.svg#PlayfairDisplay-Medium")
      format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-SemiBold.eot");
  src: url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-SemiBold.eot#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-SemiBold.woff2")
      format("woff2"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-SemiBold.woff") format("woff"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-SemiBold.ttf")
      format("truetype"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-SemiBold.svg#PlayfairDisplay-SemiBold")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-SemiBoldItalic.eot");
  src: url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-SemiBoldItalic.eot#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-SemiBoldItalic.woff2")
      format("woff2"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-SemiBoldItalic.woff")
      format("woff"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-SemiBoldItalic.ttf")
      format("truetype"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-SemiBoldItalic.svg#PlayfairDisplay-SemiBoldItalic")
      format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-BlackItalic.eot");
  src: url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-BlackItalic.eot#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-BlackItalic.woff2")
      format("woff2"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-BlackItalic.woff")
      format("woff"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-BlackItalic.ttf")
      format("truetype"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-BlackItalic.svg#PlayfairDisplay-BlackItalic")
      format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Italic.eot");
  src: url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Italic.eot#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Italic.woff2") format("woff2"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Italic.woff") format("woff"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Italic.ttf")
      format("truetype"),
    url("/wp-content/themes/cosmetic/fonts/Playfair_Display/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic")
      format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

a,
li,
button {
  font-family: Raleway !important;
}

body {
  font-family: Raleway;
  margin: 0 auto !important;
  width: 100%;
  max-width: 1980px;
}

header.site-header {
  margin: 0 auto;
  padding: 0px 0;
  width: 100%;
  border-bottom: 1px solid #dadada;
}

header.site-header .container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1700px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.site-header .site-branding {
  max-width: 100%;
}

header.site-header a.custom-logo-link {
  margin: 0 auto;
}

header.site-header nav#site-navigation .menu.nav-menu li.d-none {
  display: none;
}

header.site-header nav#site-navigation {
  text-align: center;
  max-width: 900px;
}

header.site-header nav#site-navigation .menu.nav-menu {
  display: block;
}

header.site-header nav#site-navigation .menu.nav-menu li {
  /* margin: 0 4px 0; */
  margin: 0 3px 0;
  float: left;
  padding: 0 0;
}

header.site-header nav#site-navigation .menu.nav-menu li a {
  font-size: 16px;
  color: #535454;
  font-weight: 400;
  padding: 34px 3px;
  text-decoration: none;
  line-height: 25px;
  transition: 0.3s ease;
  border-bottom: 3px solid transparent;
  /*pointer-events: none;*/
}

.main-navigation .menu > li:hover > a {
  border-bottom: 3px solid #535454 !important;
  color: #2170a7;
}

.main-navigation .menu > li.current-menu-item > a {
  font-weight: 400 !important;
  border-bottom: 3px solid #6e9db4 !important;
  color: #2170a7 !important;
}

.main-navigation li.current-menu-ancestor > a {
  border-bottom: 3px solid #6e9db4 !important;
  color: #2170a7 !important;
}

.sub-menu > li.current-menu-item > a {
  font-weight: 400 !important;
  border-bottom: 3px solid #6e9db4 !important;
  color: #2170a7 !important;
  background-color: #f3fcff !important;
}

header.site-header nav#site-navigation .menu.nav-menu li ul.sub-menu {
  float: left;
  text-align: left;
  width: 250px;
  background-color: #fff;
  display: block;
}

header.site-header nav#site-navigation .menu.nav-menu li ul.sub-menu li {
  width: 100%;
  margin: 0 auto;
}

header.site-header nav#site-navigation .menu.nav-menu li ul.sub-menu a {
  padding: 10px 20px 10px 10px;
  border-bottom: none;
  width: 100%;
  transition: 0.3s ease;
}

header.site-header
  nav#site-navigation
  .menu.nav-menu
  li
  ul.sub-menu
  > ul.sub-menu {
  display: block;
  float: right;
  left: 300px;
}

header.site-header
  nav#site-navigation
  .menu.nav-menu
  li
  ul.sub-menu
  li.menu-item-has-children:hover
  .sub-menu {
  display: block;
  right: -100%;
}

header.site-header nav#site-navigation .menu.nav-menu li ul.sub-menu a:hover {
  border-bottom: none;
  background-color: #f3fcff;
  color: #6e9db4;
  font-weight: 400;
}

header.site-header .header-right {
  float: right;
  width: auto;
}

header.site-header .header-right .widget {
  margin: 0;
  padding: 0;
}

header.site-header .header-right ul.hdr-top li {
  list-style: none;
  padding: 20px 20px;
  border-left: 1px solid #eceeef;
}

header.site-header .header-right ul.hdr-top li:last-child {
  border-right: 1px solid #eceeef;
}

header.site-header .header-right ul.hdr-top {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

header.site-header .header-right ul.hdr-top li a {
  line-height: 54px;
  padding: 0 0;
  color: #f27025;
  font-weight: 600;
  /* font-size: 18px; */
  font-size: 15px;
  display: inline-block;
  border-radius: 40px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  text-decoration: none;
}

header.site-header .header-right ul.hdr-top li a:hover {
  font-weight: 600 !important;
  color: #f27025 !important;
}

header.site-header .header-right ul.hdr-top li:last-child a {
  padding-right: 50px;
  font-weight: 600;
  width: auto;
  text-align: center;
}

header.site-header .header-right ul.hdr-top li.cal-ph a {
  /* font-size: 20px; */
  font-size: 15px;
  font-weight: 600;
  padding: 0px 0px 0px 40px;
  border: 0px;
  box-shadow: none;
  border-radius: 0px;
  position: relative;
  color: #2170a7;
}

header.site-header .header-right ul.hdr-top li.cal-ph a:before {
  position: absolute;
  content: "";
  background-image: url("/wp-content/uploads/2021/08/phone-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  width: 20px;
  height: 20px;
  top: 18px;
  left: 10px;
  z-index: 999;
  transition: 0.1s ease;
}

header.site-header .header-right ul.hdr-top li.cal-ph a:hover:before {
  background-image: url("/wp-content/uploads/2021/10/ph-or.png");
}

header.site-header .header-right ul.hdr-top li.appt-btn a {
  padding-right: 35px;
  position: relative;
}

header.site-header .header-right ul.hdr-top li.appt-btn a:after {
  padding-right: 35px;
  background-image: url("/wp-content/uploads/2021/10/car-right-icon-or.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 10px;
  position: absolute;
  content: "";
  width: 19px;
  height: 20px;
  top: 18px;
  right: 20px;
  transition: 0.1s ease;
}

header.site-header .header-right ul.hdr-top li.appt-btn a:hover:after {
  background-image: url("/wp-content/uploads/2021/10/car-right-icon-bl.png");
}

footer.site-footer {
  margin: 0 auto;
  overflow: hidden;
  background-color: #393939;
  float: left;
  width: 100%;
  position: relative;
  padding: 150px 0px;
}

.container {
  max-width: 1700px !important;
  margin: 0px auto;
  width: 100% !important;
  padding: 0px !important;
  position: relative;
}

.ftr-about {
  max-width: 500px;
}

.ftr-links {
  display: flex;
  justify-content: space-between;
  max-width: 530px;
  width: 100%;
}

footer h2.widget-title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  color: #fff;
  margin-top: 0;
  margin-bottom: 26px;
  width: max-content;
}

.ftr-about img {
  width: auto;
  margin: 0 auto 30px;
}

footer p {
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  width: 100%;
  display: inline-block;
  color: #fff;
}

.ftr-links ul {
  margin: 0px;
  padding: 0px;
}

.ftr-links ul li {
  list-style: none;
  margin: 0 auto 4px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

footer.site-footer .row {
  justify-content: space-between;
}

footer ul li a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
}

footer .ftr-links ul li a {
  color: #fff;
  display: block;
  transition: 0.3s ease;
  /*pointer-events: none;*/
}

footer .ftr-links ul li.current-menu-item a {
  color: #2170a7;
}

footer .ftr-links ul li a:hover {
  color: #2170a7;
}

.ftr-connect .phone {
  margin: 0 0 20px;
  padding: 0px;
}

.ftr-connect ul li {
  list-style: none;
}

.ftr-connect ul li.cal-ph a {
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  border: 0px;
  transition: 0.3s ease;
  box-shadow: none;
  border-radius: 0px;
  color: #fff;
}

.ftr-connect ul li.cal-ph a:hover {
  color: #2170a7;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}

.social-icon li a:hover {
  background: #5c7889;
  color: #fff;
  border-color: #5c7889;
}

.social-icon li a {
  height: 54px;
  width: 54px;
  display: inline-block;
  background: #fff;
  border: 1px solid #d6e4ec;
  line-height: 54px;
  text-align: center;
  border-radius: 50px;
  color: #5c7889;
  margin: 0 6px 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

header.entry-header h1.entry-title {
  display: none;
}

section.banner-main {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.banner-content {
  width: auto;
  padding: 40px 0;
  overflow: hidden;
  border-bottom: 1px solid #dadada;
}

footer.site-footer .container {
  max-width: 1670px !important;
  margin: 0px auto;
}

section.banner-main ul.slides {
  margin: 0 auto;
  padding: 0;
}

h1,
h2,
h3,
h5,
h6 {
  font-family: "Playfair Display", serif !important;
}

p,
h4 {
  font-family: "Raleway" !important;
}

.banner-content .banner-left h1 {
  color: #2170a7;
  font-size: 65px;
  font-weight: 700;
  margin: 0 auto;
  line-height: 75px;
}

.banner-content .banner-left h4 {
  color: #818285;
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
  margin: 40px auto;
  font-family: "Raleway", sans-serif !important;
}

a.home-btn {
  text-decoration: none;
  width: 100%;
  max-width: 340px;
  background-color: #f27025;
  min-height: 85px;
  padding: 26px 0;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 22px;
  border: 1px solid #f27025;
  transition: 0.3s ease;
  line-height: 30px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}

a.home-btn:hover {
  background-color: #fff;
  color: #f27025;
}

.banner-content .banner-left p {
  color: #818285;
  font-size: 24px;
  margin: 40px auto;
  line-height: 35px;
}

.banner-content .banner-left a.tel-link {
  text-decoration: none;
  color: #818285;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  transition: 0.3s ease;
}

.section-padding {
  padding: 120px 0;
}

section.dental-main {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.section-head h1,
.section-head h2,
.lcrock-team-main .section-head h2,
.single-before_after h1 {
  color: #2170a7;
  font-size: 55px;
  font-weight: 700;
  line-height: 75px;
  text-align: center !important;
  margin: 0 auto;
}

.dental-list-main {
  margin: 0px auto 0;
  overflow: hidden;
}

.heading-bar {
  position: relative;
  padding: 80px 0 0;
}

.heading-bar::before {
  position: absolute;
  content: "";
  height: 45px;
  width: 1px;
  background-color: #dadada;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10px;
}

ul.dental-list {
  margin: 0 auto;
  padding: 0;
  display: block;
  text-align: center;
  list-style: none;
}

ul.dental-list li {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

ul.dental-list li img {
  margin: 0 auto 0;
  padding: 0;
  width: auto;
  /* max-width: 80px;
                        min-height: 90px;
                        max-height: 90px; */
}

ul.dental-list li h3 {
  margin: 0px auto;
  padding: 0;
  width: 100%;
  font-size: 30px;
  line-height: 75px;
  color: #535454;
}

ul.dental-list li p {
  margin: 0 auto;
  color: #818285;
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  max-width: 350px;
}

.section-dot .section-border .sec-left img {
  width: 100%;
}

.cosmetic-content .cosm-left.sec-left {
  width: auto;
}

.section-dot .section-border .sec-right {
  margin: 0 auto;
}

.cosmetic-content .cosm-right.sec-right {
  padding: 0px 60px;
  box-sizing: content-box;
  margin: 0 auto;
}

.section-dot .section-border h2 {
  font-size: 55px;
  line-height: 75px;
  text-align: left;
  color: #7f9caf;
  margin: 0 auto 20px;
  padding: 0 0 40px;
  border-bottom: 2px solid #bbc7cf;
}

.section-dot .section-border .cosm-right h4 {
  font-family: "Raleway", sans-serif !important;
  color: #535454;
  font-size: 30px;
  line-height: 50px;
  margin: 40px auto 10px;
  font-weight: 600;
}

.section-dot .section-border .cosm-right ul {
  margin: 0 0 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  font-family: "Raleway", sans-serif !important;
}

.section-dot .section-border .cosm-right ul li {
  margin: 0 auto 0px;
  color: #818285;
  font-size: 22px;
  line-height: 37px;
  width: 100%;
}

.section-dot .section-border {
  background-color: #f5fbff;
  border: 25px solid #eff6fa;
  display: block;
}

.section-dot {
  background-image: url(/wp-content/uploads/2021/08/dot-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
}

section.dentistry-main {
  background-image: none !important;
}

section.dentistry-main .dentistry-content.section-border {
  display: block;
  text-align: center;
  min-height: 570px;
  align-items: center;
  justify-content: center;
  padding: 130px 0;
}

section.dentistry-main .dentistry-content a.dentstry-btn {
  margin: 0 auto;
}

section.dentistry-main .dentistry-content.section-border h2 {
  width: 100%;
  display: block;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #7f9caf;
  margin: 0 auto 20px;
  padding: 0 0 30px;
  max-width: 640px;
  border-bottom: none;
}

.virtual-content .virt-right.sec-right {
  margin: 0 auto;
  width: auto;
}

.virtual-content .virt-right.sec-right img {
  width: 100%;
  /* min-height: 500px; */
}

.virtual-content .virt-left.sec-left {
  padding: 0 80px;
}

.virtual-content .virt-left.sec-left h3 {
  border-bottom: none;
  padding: 0;
}

.virtual-content .virt-left.sec-left p {
  font-size: 24px;
  line-height: 34px;
  color: #818285;
  font-weight: 400;
  margin: 30px auto;
}

.product-list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  text-align: center;
  overflow: hidden;
}

.product-list .product-content {
  margin: 0 auto 30px;
  vertical-align: top;
  width: 100%;
}

.product-list .product-content a.prod-btn {
  text-decoration: none;
  transition: 0.3s ease;
  display: block;
  position: relative;
}

.product-list .product-content a.prod-btn:hover {
  opacity: 1;
  box-shadow: 0px 0px 4px 0px #999;
}

.product-list .product-content h3.prod-head:after {
  position: absolute;
  content: "\f107";
  width: auto;
  height: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 55px;
  font-family: "FONTAWESOME";
  font-weight: 300;
  font-size: 24px;
}

.product-list .product-content h3.prod-head.lt-gr {
  color: #7f9caf;
  background-color: #c5d5e0;
}

.product-list .product-content h3.prod-head.lt-gr::after {
  color: #7f9caf;
}

span.info-hide {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  background-color: #c5d5e0;
}

span.info-hide p {
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 28px;
  color: #7f9caf;
}

span.info-hide h3.prod-head:after {
  display: none;
}

.product-list .product-content a.prod-btn:hover span.info-hide {
  opacity: 1;
}

.product-list .product-content h3.prod-head {
  margin: 0 auto;
  padding: 13px 0px;
  font-size: 28px;
  line-height: 75px;
  position: relative;
}

.product-list .product-content h3.prod-head.lt-gr {
  color: #7f9caf;
  background-color: #c5d5e0;
}

.dentistry-team-content p {
  color: #818285;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  width: 100%;
  max-width: 928px;
  margin: 0 auto;
}

.dentistry-team-main {
  margin: 100px auto 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.dentistry-team-main ul.dentistry-team-list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  column-gap: 10px;
}

.dentistry-team-main ul.dentistry-team-list li {
  width: auto;
  position: relative;
}

.dentistry-team-main ul.dentistry-team-list li a.dentstry-tem-link {
  position: relative;
  width: 100%;
  display: block;
  transition: 0.3s ease;
}

.dentistry-team-main ul.dentistry-team-list li img {
  width: 100%;
}

.dentistry-team-main ul.dentistry-team-list li a.dentstry-tem-link:hover span {
  opacity: 1;
}

.dentistry-team-main
  ul.dentistry-team-list
  li
  a.dentstry-tem-link:hover
  span:after {
  opacity: 1;
}

.dentistry-team-main ul.dentistry-team-list li a.dentstry-tem-link span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(72 72 72 / 74%);
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  padding: 10px;
  width: auto;
  opacity: 0;
  transition: 0.3s ease;
}

.dentistry-team-main ul.dentistry-team-list li a.dentstry-tem-link span:after {
  position: absolute;
  content: "";
  width: 76%;
  height: 2px;
  background-color: #fff;
  top: 60%;
  opacity: 0;
}

section.business-main {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
}

section.business-main ul.business-list {
  margin: 0 auto;
  padding: 100px 0 0;
  width: 100%;
  /* border-top: 2px solid #dadada; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  position: relative;
}

section.business-main ul.business-list::before {
  content: "";
  position: absolute;
  border-top: 2px solid #dadada;
  top: 0;
  width: 100%;
  max-width: 1550px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

section.business-main ul.business-list li {
  width: auto;
}

section.business-main ul.business-list li img:hover {
  opacity: 0.7;
}

section.business-main ul.business-list li img {
  width: 100%;
  max-width: 160px;
  transition: 0.3s ease;
  margin: 0 auto;
}

footer.site-footer .widget {
  margin-bottom: 0;
  width: 100%;
}

section.row-block .row {
  display: block;
}

section.row-reverse .row {
  flex-direction: row-reverse;
}

section.row-center .row {
  align-items: center;
  justify-content: space-between;
}

body.before_after-template-default.single-before_after .heading-bar::before {
  display: none;
}

/* body.before_after-template-default.single-before_after .dental-head-main.section-head h1::before {
                position: absolute;
                content: '';
                height: 75px;
                width: 1px;
                background-color: #dadada;
                left: 0;
                right: 0;
                margin: 0 auto;
                top: 100px;
            } */

body.before_after-template-default.single-before_after .heading-bar {
  position: relative;
  padding: 50px 0 0 0;
}

/* body.before_after-template-default.single-before_after .dental-head-main.section-head h1 {
                position: relative;
                padding-bottom: 125px;
            } */

.type-procedure.dentistry-team-main.section-padding.row-block
  .com-owl-btn
  .owl-item
  img {
  margin: 0 !important;
}

a {
  outline: none !important;
  text-decoration: none !important;
}

.product-content .content {
  position: relative;
}

a.tel-link:hover {
  color: #6e9db4 !important;
}

a.tel-link {
  color: #818285;
  font-weight: 600;
  transition: 0.3s ease;
  text-decoration: none;
}

a.prod-learn-btn {
  font-size: 20px;
  transition: 0.3s ease;
  color: #fff;
  border: 1px solid #7f9caf;
  background-color: #7f9caf;
  padding: 15px 60px;
  float: none;
  margin-left: 0px;
}

.product-hide p {
  text-align: center;
  padding: 0 50px 4px 32px;
}

.product-list .pr-list .product-hide {
  position: absolute;
  height: 00;
  top: 0;
  left: 0;
  right: 0;
  width: 94%;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
}

.product-list .pr-list.open .product-hide {
  opacity: 1;
  visibility: visible;
  height: 95.5%;
}

.product-list .pr-list:nth-child(2) .product-content h3.prod-head {
  font-size: 22px;
}

.product-list .pr-list:nth-child(2) .product-content .product-hide,
.product-list .pr-list:nth-child(6) .product-content .product-hide,
.product-list .pr-list:nth-child(8) .product-content .product-hide {
  background-color: #1a669a;
}

.product-list .pr-list:nth-child(2) .product-content h3.prod-head:after,
.product-list .pr-list:nth-child(6) .product-content h3.prod-head:after,
.product-list .pr-list:nth-child(8) .product-content h3.prod-head:after {
  color: #fff;
}

.product-list .pr-list:nth-child(2) .product-content h3.prod-head,
.product-list .pr-list:nth-child(6) .product-content h3.prod-head,
.product-list .pr-list:nth-child(8) .product-content h3.prod-head {
  background-color: #1a669a;
  color: #fff;
}

.product-list .pr-list:nth-child(2) .product-content .product-hide p,
.product-list .pr-list:nth-child(6) .product-content .product-hide p,
.product-list .pr-list:nth-child(8) .product-content .product-hide p {
  color: #fff;
}

.product-list .pr-list:nth-child(3) .product-content .product-hide p,
.product-list .pr-list:nth-child(4) .product-content .product-hide p,
.product-list .pr-list:nth-child(9) .product-content .product-hide p {
  color: #fff;
}

.product-list .col-md-4:nth-child(3) .product-content h3.prod-head,
.product-list .col-md-4:nth-child(4) .product-content h3.prod-head,
.product-list .col-md-4:nth-child(9) .product-content h3.prod-head {
  background-color: #7f9caf;
  color: #fff;
}

.product-list .col-md-4:nth-child(3) .product-content h3.prod-head:after,
.product-list .col-md-4:nth-child(4) .product-content h3.prod-head:after,
.product-list .col-md-4:nth-child(9) .product-content h3.prod-head:after {
  color: #fff;
}

.product-list .col-md-4:nth-child(3) .product-content .product-hide,
.product-list .col-md-4:nth-child(4) .product-content .product-hide,
.product-list .col-md-4:nth-child(9) .product-content .product-hide {
  background-color: #7f9caf;
  color: #fff;
}

.product-list .pr-list:nth-child(1) .product-content .product-hide,
.product-list .pr-list:nth-child(5) .product-content .product-hide,
.product-list .pr-list:nth-child(7) .product-content .product-hide {
  background-color: #c5d5e0;
}

.product-list .pr-list:nth-child(3) .product-hide a,
.product-list .pr-list:nth-child(4) .product-hide a,
.product-list .pr-list:nth-child(9) .product-hide a {
  background-color: #1a669a;
  border-color: #1a669a;
}

.product-list .pr-list:nth-child(2) .product-hide a,
.product-list .pr-list:nth-child(6) .product-hide a,
.product-list .pr-list:nth-child(8) .product-hide a {
  background-color: #c5d5e0;
  border-color: #c5d5e0;
}

a.prod-learn-btn:hover {
  background-color: #fff;
  color: #7f9caf;
}

.product-list .pr-list:nth-child(3) .product-hide a:hover,
.product-list .pr-list:nth-child(4) .product-hide a:hover,
.product-list .pr-list:nth-child(9) .product-hide a:hover {
  background-color: #fff;
  color: #1a669a;
}

.product-list .pr-list:nth-child(2) .product-hide a:hover,
.product-list .pr-list:nth-child(6) .product-hide a:hover,
.product-list .pr-list:nth-child(8) .product-hide a:hover {
  background-color: #fff;
  color: #1a669a;
}

.virt-left a {
  margin-top: 42px;
}

/************ Dental Crown*****************/

section.crowns-common-sec .rd-primary-left ul {
  list-style: none;
}

.faq-content ul li,
section.crowns-common-sec .rd-primary-left ul li {
  position: relative;
}

.faq-content ul li::before {
  content: "\2022";
  position: absolute;
  font-size: 32px;
  display: inline-block;
  width: 1em;
  margin-left: -0.9em;
  font-weight: bold;
  color: #4a6272;
}

section.crowns-common-sec .rd-primary-left ul li::before {
  content: "\2022";
  position: absolute;
  font-size: 32px;
  display: inline-block;
  width: 1em;
  margin-left: -0.9em;
  font-weight: bold;
  color: #4a6272;
}

.dental-crown-faq .faq-header button {
  color: #4a6272 !important;
}

.crowns-consult .container {
  max-width: 1780px !important;
}

section.crowns-common-sec.banner-main.rd-primary-sec.row-center {
  background-color: #f3fcff;
}

.dental-crown-faq .faq-header button {
  font-size: 45px;
  line-height: 55px;
}

.crowns-dot .restrove-about-img img {
  max-width: none;
}

section.dent-crown section.rd-primary-sec h3 {
  font-size: 45px;
  line-height: 70px;
}

section.dent-crown section.rd-primary-sec .rd-primary-left {
  padding-left: 55px;
}

section.dent-crown-first .rd-banner-left .rd-ban-content {
  padding-right: 0 !important;
  padding-left: 50px !important;
}

/***** Urgent Oral care***************/

section.care-trauma {
  padding-bottom: 100px !important;
}

/*************** dental special page********/

.cleaning-main-content h2 {
  color: #5c7889;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
}

.cleaning-main-content ul li {
  font-size: 22px;
  color: #818285;
  line-height: 32px;
}

.dental-special-first-section p {
  width: 100%;
  max-width: 695px;
}

.cleaning-main-section .cleaning-main-content ul li {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #818285;
  line-height: 32px;
}

.cleaning-main-section .cleaning-main-content ul li span {
  color: #535454;
  font-weight: 500;
}

.dental-special-first-section.emergency-content.ins-content {
  width: 76%;
}

.cleaning-main-content.ins-list-out {
  padding-left: 45px;
}

.ins-left .emergency-content h1 {
  line-height: 65px !important;
}

section.emergency-dent.dentistry-team-main.section-padding.row-block {
  margin-bottom: 20px;
}

/****************Our-Dentists**************************/

.dentist-banner .row .rd-ban-content h1 {
  font-weight: 700;
  line-height: 65px !important;
}

section.our-dentist-consult .container {
  max-width: 1780px !important;
}

/******** Dental Care****************/

section.crowns-common-sec .rd-primary-left h3 {
  line-height: 65px;
}

/*************** Overdentures**************************/

section.overdentures-dot .restrove-about-content {
  width: 100%;
  max-width: 647px;
}

section.dentures-faq .col-md-6 .restorative-faq-content {
  float: right;
  padding-right: 70px;
  width: 100%;
  max-width: 782px;
}

section.overdenture-faq .restorative-faq-content {
  float: right;
  padding-right: 75px;
  width: 100%;
  max-width: 786px;
}

section.overdentures-dot .restrove-about-img img {
  width: 100%;
  max-width: none;
  border-top: 1px solid #f5f0f0;
  border-left: 1px solid #f5f0f0;
  border-bottom: 1px solid #f5f0f0;
}

section.over-den .banner-main .rd-primary-left p {
  padding-bottom: 20px;
}

section.overdenture-consult .consult-main .consult-content p {
  max-width: 1077px;
}

/****************** Bridges***************************/

section.bridges-banner section.rd-inner-banner .rd-ban-content {
  float: left;
}

section.bridges-dot .restrove-about-content {
  padding-left: 0px !important;
  padding-right: 40px;
}

.bridges-faq .col-md-6 {
  padding: 0;
}

.bridges-faq img {
  width: 100%;
}

.bridges-faq .restorative-faq-content {
  padding-left: 60px;
  width: 100%;
  max-width: 712px;
}

/**************RCD-dentures***************************/

.denture-type-headings h2 {
  font-size: 55px;
  color: #2170a7;
  line-height: 75px;
  padding-bottom: 18px;
}

.rcd-dentures-list .col-md-4 h3 {
  font-size: 36px;
  line-height: 67px;
  margin-bottom: 0;
  font-weight: 600;
  color: #515454;
}

section.dentist-banner.rd-inner-banner .rd-ban-content {
  width: 80%;
}

.rcd-bamnner .rd-ban-content {
  padding-left: 30px;
}

.rcd-advantages-faq .restore-faq-section {
  margin: 0;
}

.rcd-advantages-faq .col-md-6,
.rcd-disadvantages-faq .col-md-6 {
  padding: 0;
}

.rcd-advantages-faq img,
.rcd-disadvantages-faq img {
  width: 100%;
}

.rcd-advantages-faq .restorative-faq-content {
  padding-left: 70px;
  width: 100%;
  max-width: 712px;
}

section.dentures-types-main .rcd-dentures-list {
  align-items: unset;
}

.rcd-dentures-list .col-md-4 {
  border-top: 2px solid #e9edee;
  width: 100%;
  max-width: 435px;
  padding-top: 22px;
  padding-left: 0;
}

.denture-type-headings p {
  font-weight: 400;
}

.dentures-types-main .col-md-12 {
  padding: 0;
}

.rcd-type-content {
  padding-bottom: 40px;
}

section.rcd-aftercare .rd-primary-left ul {
  padding-left: 27px;
}

section.rcd-aftercare .rd-primary-left {
  width: 100%;
  max-width: 71%;
}

section.rcd-disadvantages-faq.restore-faq-section.banner-main {
  margin: 0;
}

section.common-tab .tab-function {
  display: flex;
  padding-top: 50px;
}

section.common-tab .tab-function .nav-tabs {
  display: block;
  border: none;
  width: 100%;
  max-width: 520px;
  margin: 0;
}

section.common-tab .tab-function .nav-tabs li a.active {
  color: #fff;
  background-color: #2170a7;
  border-color: #fff;
}

section.common-tab .tab-function .col-md-5 {
  padding: 0;
}

.tab-main-heading h2 {
  font-size: 55px;
  line-height: 75px;
  color: #2170a7;
  font-weight: 700;
}

section.common-tab .tab-function .col-md-7 .tab-content p {
  font-size: 22px;
  line-height: 38px;
  color: #818285;
}

section.common-tab {
  padding: 150px 0;
}

section.common-tab .tab-main-subheading p {
  font-size: 22px;
  line-height: 38px;
  color: #818285;
}

.tab-main-subheading {
  width: 100%;
  display: block;
}

section.common-tab .tab-function .nav-tabs li a {
  font-size: 28px;
  line-height: 75px;
  font-family: Playfair Display;
  font-weight: bold;
  color: #495057;
  background-color: #e9f3f7;
  border-color: #fff;
  border-radius: 0;
  margin-bottom: 11px;
  position: relative;
  width: 96%;
}

section.common-tab .tab-function .nav-tabs li a:after {
  content: "";
  position: absolute;
  width: auto;
  right: -50px;
  z-index: 99;
  top: 0px;
  height: auto;
  border-top: 40px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #e9f3f7;
}

section.common-tab .tab-function .nav-tabs li a.active:after {
  border-left-color: #2170a7;
}

.smile-zirconia-tab section.common-tab .tab-function .nav-tabs {
  max-width: 680px;
}

/***************Clear-correct-invisalign**********/

section.treatment-faq-main .cosdent-full-right .faq-header button,
section.candid-faq-main .cosdent-full-right .faq-header button {
  font-size: 45px;
  line-height: 65px;
  color: #4a6272 !important;
}

section.treatment-faq-main .cosdent-full-right .faq-header button:after,
section.candid-faq-main .cosdent-full-right .faq-header button:after {
  top: 38px;
  width: 28px;
  height: 28px;
  left: -5px;
}

section.treatment-banner-main .rd-ban-content {
  max-width: 664px !important;
}

/************* candid-invisalign**********************/

section.candid-consult-main .dentistry-content p {
  max-width: 1250px !important;
}

section.candid-banner-main .row .rd-ban-content h1 {
  font-size: 55px !important;
  line-height: 65px !important;
  margin-bottom: 0 !important;
}

section.candid-banner-main .row .rd-ban-content p {
  margin-top: 10px !important;
}

/********** Our-gallergy****************************/

section.gallery-cosmetic-main .product-list .content h3 {
  font-size: 28px !important;
}

section.gallery-cosmetic-main .dental-head-main p {
  font-size: 20px;
  line-height: 24px;
  color: #535454;
  font-weight: 600;
}

section.gallery-cosmetic-main
  .product-list
  .pr-list:nth-child(2)
  .product-content
  h3.prod-head {
  font-size: 28px;
}

/**************Root canal page************************/

.root-canal-consult section.consult-main .consult-content h2 {
  color: #4c6575 !important;
}

.root-canal-consult .container {
  max-width: 1780px !important;
}

.root-dot .restrove-about-img img {
  max-width: none;
  border: 1px solid #ecebeb;
}

section.root-canal-banner .row {
  flex-flow: wrap-reverse;
}

section.root-canal-banner section.rd-inner-banner .rd-ban-content {
  float: left;
  padding-left: 60px;
}

section.root-dot .restrove-about-content {
  padding-left: 50px;
}

section.teeth-aftercare.banner-main.rd-primary-sec.row-center {
  background-color: #f3fcff;
}

.root-canal-consult .consult-main .consult-content p {
  width: 100%;
  max-width: 1054px;
}

section.teeth-aftercare .rd-primary-left {
  width: 100%;
  max-width: 700px;
}

.pulp-symptoms section.rd-primary-sec .rd-primary-left {
  float: right;
  width: 100%;
  max-width: 732px;
  padding-right: 60px;
  padding-left: 20px;
}

.pulp-symptoms section.rd-primary-sec .rd-primary-left ul {
  padding-left: 20px;
}

.pulp-treatment-section h3 {
  color: #2170a7;
  font-size: 55px;
  line-height: 75px;
  font-weight: 700;
}

.pulp-treatment-section h4,
.pulp-treatment-section p {
  color: #818285;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 28px;
}

.dental-pulp .col-md-6 {
  padding: 0;
}

.pulp-symptoms .col-md-6 {
  padding: 0;
}

.root-dot .col-md-5 {
  padding: 0;
}

.root-dot .col-md-5 .restrove-about-img img {
  float: right;
}

.dental-pulp section.rd-primary-sec .rd-primary-left ul {
  padding-left: 25px;
}

.dental-pulp section.rd-primary-sec .rd-primary-left {
  padding-left: 70px;
}

.dental-pulp section.rd-primary-sec .rd-primary-left ul li:before,
.pulp-symptoms section.rd-primary-sec .rd-primary-left ul li:before,
.tooth-decay-cavities .rd-primary-left ul li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #4a6272;
  border: 1px solid #4a6272;
  border-radius: 50px;
  top: 12px;
  left: -20px;
}

.dental-pulp section.rd-primary-sec .rd-primary-left ul li,
.pulp-symptoms section.rd-primary-sec .rd-primary-left ul li,
.tooth-decay-cavities .rd-primary-left ul li {
  margin: 0 auto 10px;
  position: relative;
}

/*********** metal-free page****************************/

.metal-free-consult section.consult-main p {
  width: 100%;
  max-width: 1086px !important;
}

.metal-free-primary-section .banner-main .col-md-6 {
  padding: 0;
}

.metal-free-second-primary .banner-main .col-md-6 {
  padding: 0;
}

.metal-dot .restrove-about-content {
  width: 92%;
  float: right;
}

.metal-dot .restrove-about-img img {
  float: right;
}

section.metal-dot .restrove-about-main .restrove-about-content h3 {
  font-size: 55px;
  line-height: 75px;
  text-transform: capitalize;
}

.metal-free-primary-section .rd-primary-left {
  width: 100%;
  max-width: 705px;
}

.metal-free-banner section.row-reverse .row {
  flex-direction: unset;
}

section.metal-free-banner .rd-inner-banner .rd-banner-left .rd-ban-content {
  float: left;
  width: 78%;
  padding-left: 75px;
}

.metal-free-primary-section section.rd-primary-sec .rd-primary-left {
  width: 100%;
  max-width: 725px;
  padding-left: 70px;
}

.metal-free-second-primary section.rd-primary-sec .rd-primary-left {
  width: 100%;
  max-width: 704px;
  float: right;
  padding-right: 75px;
  padding-left: 0;
}

.metal-free-second-primary section.rd-primary-sec .rd-primary-left ul {
  padding-left: 25px;
}

/********* author**********/

.post-author img {
  width: auto !important;
}

.site-header {
  z-index: 9999;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 45%) !important;
  /*position: sticky;*/
  position: fixed;
  top: 0px;
  background: white;
  right: 0;
  left: 0;
}

header + section,
.page-container.review-pg,
header + div {
  padding-top: 97px !important;
}

/************************ holistic dentistry page********/

section.holistic-section .holistic-first h4 {
  color: #818285;
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
  margin: 40px auto;
}

section.holi-stic .col-md-6 h3 {
  font-size: 36px;
  line-height: 50px;
  color: #515454;
}

section.holi-stic .col-md-6 {
  padding-top: 30px;
  padding-bottom: 40px;
}

.holistic-section .holistic-first p {
  color: #818285;
  font-size: 24px;
  margin: 40px auto;
  line-height: 35px;
}

.holistic-first {
  width: 100%;
  max-width: 720px;
}

.restoration-list-main .restore-headings h2 {
  color: #2170a7;
  font-size: 55px;
  line-height: 75px;
  text-transform: capitalize;
}

.restoration-list-main .restore-headings h4 {
  color: #818285;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.retore-type-list h3 {
  color: #515454;
  font-size: 36px;
  line-height: 75px;
}

section.restoration-list-main .restore-type-list {
  align-items: normal;
  padding-top: 65px;
}

.restore-type-list .col-md-6 {
  border-top: 2px solid #e9edee;
  padding-top: 40px;
  max-width: 670px;
}

/****************Smile-Zirconia***********/

.smile-metal .rd-inner-banner .rd-ban-content {
  padding-left: 32px;
}

.smile-images {
  column-gap: 10px;
}

.rcd-aftercare .col-md-6 {
  padding: 0;
}

section.rcd-aftercare .rd-primary-sec .rd-primary-left {
  padding-left: 66px;
  width: 100%;
  max-width: 712px;
}

.smile-consult section.consult-main .consult-content p {
  width: 100%;
  max-width: 1104px;
}

section.smile-metal-advantages-faq.smile-zirconia .restorative-faq-content {
  float: right;
  padding-left: 0px;
  padding-right: 70px;
}

/**********************X-Rays************************/

.x-rays-common-sec .col-md-6 {
  padding: 0;
}

.x-rays-ad .restorative-faq-content h2 {
  font-size: 45px;
  line-height: 65px;
}

.x-rays-consult a.tel-link {
  color: #7f9caf;
}

.x-rays-consult .container {
  max-width: 1660px !important;
}

.x-rays-consult section.consult-main h3 {
  width: 100%;
  max-width: 842px;
}

.x-rays-common-sec section.rd-primary-sec .rd-primary-left ul {
  padding-left: 26px;
}

.x-rays-common-sec section.rd-primary-sec .rd-primary-left {
  float: right;
  padding-right: 60px;
  width: 100%;
  max-width: 728px;
}

section.x-rays-types .col-md-4 {
  border-top: 2px solid #e9edee;
  width: 100%;
  max-width: 450px;
  padding: 30px 0;
}

section.x-rays-types .row {
  align-items: unset;
}

section.x-rays-types .denture-type-headings h4 {
  padding-bottom: 10px;
}

/**************Urgent-Care***************************/
section.care-dot .restrove-about-content {
  padding-left: 30px;
}

section.care-dot .restrove-about-img img {
  max-width: none;
}

section.care-trauma .dentistry-team-content p {
  max-width: 663px;
}

section.care-trauma {
  padding-bottom: 120px;
}

section.care-section-border section.insurance-list-main .section-border {
  background-color: #f5fbff;
  border: 25px solid #eff6fa;
  display: block;
}

/******************Dental-crowns**********************/

section.dental-crown-faq .col-md-6 {
  padding: 0;
}

section.dental-crown-faq .col-md-6 img {
  width: 100%;
}

section.dental-crown-faq .col-md-6 .restorative-faq-content {
  width: 100%;
  max-width: 716px;
  float: right;
  padding-right: 100px;
}

section.dental-crown-faq .col-md-6 .restorative-faq-content ul {
  list-style: none;
  margin: 0;
  padding-left: 26px;
}

section.dental-crown-faq .col-md-6 .restorative-faq-content h2 {
  border: none;
}

section.dental-crown-faq .row {
  align-items: center;
}

section.crowns-common-sec .col-md-6 {
  padding: 0;
}

section.crowns-common-sec .col-md-6 .rd-primary-left {
  width: 100%;
  max-width: 716px;
  padding-left: 68px;
}

section.crowns-common-sec .col-md-6 .rd-primary-left ul {
  padding-left: 21px;
}

.crowns-consult section.consult-main .consult-content p {
  width: 100%;
  max-width: 1022px;
}

/*********** common ******************/

/****** location page css start ******/

.location-content {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.location-content h1 {
  padding: 0 0 26px;
  font-size: 50px;
  line-height: 65px;
  color: #4c6575;
  border-bottom: 2px solid #4c6575;
  display: block;
  width: 43%;
  position: absolute;
  margin: 0 auto;
  float: right;
  top: 0%;
  left: 10.7%;
}

.locations {
  display: block;
  width: 100%;
  overflow: hidden;
}

.locations h4 {
  font-size: 30px;
  line-height: 4px;
  font-weight: 500;
  color: #0085cc;
  padding-bottom: 27px;
  width: 100%;
}

.locations .locations-tabs {
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin-top: 0;
  background: #fff;
  display: flex;
  width: 100%;
  margin-left: 0px;
  align-items: center;
  justify-content: right;
}

.cust-tab {
  width: 43%;
  float: right;
}

.locations .locations-tabs .loct-left {
  margin: 160px auto 0;
  padding: 0px;
  display: block;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 60px;
}

.locations .locations-tabs ul {
  padding: 0px;
  display: block;
  width: 43%;
  padding-right: 0;
  margin: auto 0;
  margin-right: 65px;
  margin-top: 120px;
}

.locations .locations-tabs ul li {
  width: 100%;
  height: auto;
  display: block;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  color: #0085cc;
  position: relative;
  padding: 34px 0 20px;
  border-bottom: 1px solid #cacaca;
}

.locations .locations-tabs ul li a {
  position: relative;
  display: block;
  line-height: 25px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease;
  padding: 0 15px;
}

.locations .locations-tabs ul li::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2021/08/loc-arrow.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  right: 3%;
  top: 45%;
  width: 20px;
  height: 20px;
}

.locations .locations-tabs ul li a h3 {
  width: 100%;
  display: block;
  margin: 0px auto 0;
  color: #515454;
  font-size: 30px;
  line-height: 40px;
}

.locations .locations-tabs ul li a p {
  font-size: 22px;
  line-height: 35px;
  color: #818285;
  width: 100%;
  display: block;
  margin: 0px auto 0;
}

.locations .locations-tabs ul li.active a {
  color: #fff;
  line-height: 20px;
}

.locations .locations-tabs ul li.active a:before {
  /*content: "\f058";
                        font-family: 'FontAwesome';
                        color: #b7deaf;
                        border-color: #b7deaf;
                        top: -1px;*/
  display: none;
}

.locations .locations-tabs ul li.active {
  color: #fff;
  cursor: pointer;
  background-color: #f3fcff;
}

.locations .locations-tabs ul li a h3:hover,
.locations .locations-tabs ul li a p:hover {
  color: #6e9db4;
}

.locations .locations-tabs ul li.active a h3,
.locations .locations-tabs ul li.active a p {
  color: #6e9db4;
}

.locations .locations-tabs ul li:hover {
  background-color: #f3fcff;
}

.locations .locations-tabs ul li a p {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
  text-align: left;
  color: #818285;
}

.locations .locations-tabs ul li a h3 {
  font-size: 30px;
  line-height: 75px;
  text-align: left;
  color: #515454;
}

.locations .locations-tabs ul li a p span {
  display: block;
  width: 100%;
}

.locations-tabs .cust-tab .image-block {
  width: 100%;
  max-width: 100%;
}

.locations-tabs .cust-tab .image-block img {
  width: 100%;
}

.locations-tabs .cust-tab .content-block {
  width: 100%;
  max-width: 50%;
}

.locations-tabs .cust-tab .content-block h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #575757;
  padding-bottom: 8px;
  width: 100%;
}

.locations-tabs .cust-tab .content-block h4 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  color: #575757;
  width: 100%;
}

.locations-tabs .cust-tab .content-block p {
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 657px;
}

.procedure-tabs ul li:nth-child(3n + 0) {
  margin-right: 0;
}

/****************Procelain-veneers****************/
section.cspor-faq-main .cosdent-full-right .faq-header button {
  font-size: 45px;
  line-height: 65px;
  color: #4a6272 !important;
}

section.cspor-faq-main .cosdent-full-right .faq-header button:after {
  top: 40px;
  width: 28px;
  height: 28px;
  left: -5px;
}

/*************location page css end**************/

/*************faq page css start**************/

.inner-head-content h1 {
  color: #6e9db4;
  font-size: 50px;
  font-weight: 700;
  margin: 0 auto 20px;
  line-height: 75px;
  text-align: center;
}

.inner-head-content p {
  max-width: 916px;
  margin: 0 auto;
  color: #818285;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.22px;
}

.faq-header {
  position: relative;
  border-bottom: 1px solid #cacaca;
}

.faq-header.open button:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  background-image: url(/wp-content/themes/cosmetic/img/minus.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
}

.faq-header button:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 32px;
  right: 1px;
  /* / opacity: 0; / */
  color: #515454;
  -moz-transform: rotate(-90deg);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  background-image: url(/wp-content/themes/cosmetic/img/plus.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  width: 20px;
  height: 20px;
  left: 0;
}

/* .faq-block.open .faq-header button::after {
                        background-image: url(/wp-content/themes/cosmetic/img/minus.png);
                    } */
section.sympt-night-main .faq-header button,
section.sympt-diag-main .faq-header button {
  font-size: 45px;
  color: #4a6272 !important;
  line-height: 65px;
}

section.sympt-night-main .faq-header button:after,
section.sympt-diag-main .faq-header button:after {
  top: 44px;
  height: 20px;
  width: 20px;
  left: -4px;
}

.faq-header button {
  bottom: 0;
  padding: 0;
  width: 100%;
  font-size: 30px;
  line-height: 44px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  position: relative;
  text-align: left;
  padding-right: 20px;
  white-space: inherit;
  color: #515454 !important;
  border: none;
  background: transparent !important;
  padding-left: 28px;
  text-decoration: none !important;
}

.faq-header button:focus,
.faq-header button:hover {
  text-decoration: none !important;
}

.faq-content {
  padding-top: 20px;
  color: #818285;
  padding-bottom: 30px;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
}

.faq-content p {
  margin: 0 auto 20px;
}

section.faq-head-main.section-padding {
  padding-bottom: 70px;
}

section.faq-sec.section-padding {
  padding-top: 0;
  padding-bottom: 120px;
}

section.faq-head-main.section-padding .row {
  display: block;
}

/*************faq page css end**************/

/*************office page css end**************/
.insurance-dental p {
  color: #818285 !important;
}

section.insurance-banner-main .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.insurance-banner-main .ins-left,
section.insurance-banner-main .ins-right {
  width: 50%;
}

.ins-left .ins-content {
  float: right;
  width: 70%;
  padding-right: 60px;
}

ul.ins-list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

section.insurance-banner-main {
  background-color: #f3fcff;
}

section.insurance-banner-main .ins-right img {
  width: 100%;
}

.ins-left .ins-content h1 {
  font-size: 65px;
  line-height: 75px;
  color: #6e9db4;
  font-weight: 700;
  margin: 0 auto 40px;
}

.ins-left .ins-content h4 {
  color: #535454;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.24px;
  margin: 0 auto 0;
  font-weight: bold;
}

.ins-left .ins-content ul.ins-list {
  margin: 0 auto;
  padding: 0 0 0 24px;
  width: 100%;
}

.ins-left .ins-content ul.ins-list li {
  position: relative;
  color: #535454;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
  margin: 0 auto 4px;
  font-weight: 300;
}

.ins-left .ins-content ul.ins-list li::marker {
  position: absolute;
  color: #496171;
  font-size: 26px;
  vertical-align: bottom;
  top: 5px;
}

.ins-left .ins-content ul.ins-list li strong {
  font-weight: bold;
}

.ins-table-list {
  margin: 0 auto;
  width: 100%;
  padding: 70px;
  overflow: hidden;
  background-color: #f3fcff;
}

table.ins-table {
  margin: 0 auto 60px;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

table.ins-table thead {
  margin: 0 auto 20px;
}

table.ins-table td:nth-child(2) {
  margin: 0 60px 0;
  display: inline-block;
}

table.ins-table thead td,
table.ins-table thead td h2 {
  color: #5c7889;
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
  font-family: "Playfair Display", serif !important;
}

table.ins-table thead td {
  padding: 0 0 30px;
}

table.ins-table tbody td {
  color: #818285;
  font-size: 22px;
  line-height: 35px;
  padding: 6px 0;
  text-align: left;
  font-weight: 300;
}

table.ins-table tbody tr.last-child td {
  color: #535454;
  font-weight: bold;
  padding-top: 20px;
}

.ins-table-list p.plan-text {
  padding: 60px 0 0;
  border-top: 2px solid #cacaca;
  overflow: hidden;
  width: 100%;
  color: #818285;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
}

.ins-table-list p.plan-text a {
  color: #818285;
  transition: 0.3s ease;
  text-decoration: none;
  font-weight: 600;
}

.ins-table-list p.plan-text a:hover {
  color: #6e9db4;
}

/*************office page css end**************/

/*************Dental page css start **************/

.com-owl-btn .owl-item img {
  width: 100%;
  max-width: 800px;
  /* height: 550px; */
}

.insure-plan.insurance-dental.ins-content.banner-inner-content {
  max-width: 730px;
  padding-right: 88px;
}

.insure-plan.insurance-dental p {
  font-weight: 400 !important;
}

.insure-content.ins-list-out {
  padding-left: 40px;
  padding-right: 40px;
}

.manhattan-content.emergency-service-content.ins-list-out {
  padding-right: 40px;
}

section.manhattan-consult.dentistry-main.section-padding.section-dot.row-block {
  padding-top: 150px;
}

.manhattan-consult .container {
  max-width: 1780px !important;
}

.consultation-content h3 {
  max-width: 905px !important;
  font-weight: 600;
}

section.insurance-list-main .insurance-content {
  border: none;
}

.ins-list-out {
  padding: 20px;
  box-sizing: content-box;
}

/*section.insurance-list-main .ins-list-out h3 {
                        color: #5c7889;
                        font-size: 38px;
                        font-weight: 700;
                        line-height: 50px;
                        font-family: 'Playfair Display', serif !important;
                        padding: 0;
                        border: none;
                    }*/

.ins-list-out ul {
  margin: 0 auto;
  padding: 0 0 0 24px;
  width: 100%;
}

.ins-list-out ul li {
  position: relative;
  color: #535454;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
  margin: 0 auto 4px;
  font-weight: 100;
}

.ins-list-out ul li::marker {
  position: absolute;
  color: #496171;
  font-size: 26px;
  vertical-align: bottom;
  top: 5px;
}

/************* Dental page css end**************/

section.banner-inner-main {
  background-color: #f3fcff;
}

section.banner-inner-main .banner-inner-content {
  float: right;
  width: 75%;
  padding-right: 60px;
}

section.banner-inner-main .banner-inner-content h1 {
  font-size: 65px;
  line-height: 75px;
  color: #6e9db4;
  margin: 0 auto 40px;
}

section.banner-inner-main .banner-inner-content p {
  position: relative;
  color: #535454;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
  margin: 0 auto;
  font-weight: 100;
  overflow: hidden;
}

/************* Dental page css end**************/

/************* emergency page css start **************/

.trauma-manhattan p {
  width: 100%;
  max-width: 705px;
}

.consultation-content h3 {
  color: #4c6575 !important;
  padding: 0 !important;
}

.consultation-content p {
  padding-bottom: 15px;
  font-size: 22px;
  color: #818285;
  margin: 0;
}

.dental-img-list img {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.dental-img-list {
  position: relative;
}

.dental-img-list img {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.dental-img-list .owl-nav {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
  left: 0;
  right: 0;
  top: 50%;
}

.com-owl-btn .owl-nav button.owl-prev {
  left: -80px;
  position: absolute;
  background-image: url(/wp-content/uploads/2021/08/car-left-icon.png) !important;
}

.com-owl-btn .owl-nav button {
  font-size: 60px !important;
  outline: none !important;
  width: 20px;
  height: 100px;
  background-repeat: no-repeat !important;
  background-size: 16px !important;
  background-position: center !important;
  transition: 0.3s ease;
  color: transparent !important;
}

.com-owl-btn .owl-nav button.owl-next {
  right: -80px;
  position: absolute;
  background-image: url(/wp-content/uploads/2021/08/car-right-icon.png) !important;
}

.com-owl-btn .owl-nav button.owl-prev:hover {
  background-image: url(/wp-content/uploads/2021/08/ca-left-icon-dk.png) !important;
}

.com-owl-btn .owl-nav button.owl-next:hover {
  background-image: url(/wp-content/uploads/2021/08/car-right-icon-dk.png) !important;
}

.dentistry-team-content {
  margin: 15px auto 0;
  overflow: hidden;
  width: 100%;
}

.emergency-content p {
  font-size: 22px;
  color: #535454;
  width: 100%;
  max-width: 520px;
  margin-bottom: 30px;
}

.emergency-service-content p {
  font-size: 22px;
  color: #818285;
}

.consultation-content p {
  padding-bottom: 15px;
  font-size: 22px;
  color: #818285;
  margin: 0;
}

/************* emergency page css end**************/

/*******************inlays-onlays page **************/

.inlays-dot-section .restrove-about-img img {
  width: 100%;
  max-width: none;
}

section.in-onlays-consult .container {
  max-width: 1780px !important;
}

section.in-onlays-consult .container p {
  max-width: 1155px !important;
}

.inlays-onlays-banner a.banner-btn.home-btn {
  display: none;
}

.inlays-img-list {
  width: 100%;
  padding-top: 100px;
  display: flex;
}

.inlays-img-list img {
  width: 50%;
}

.inlays-main-heading h2 {
  width: 100%;
  font-weight: 700;
  max-width: 781px;
  text-align: center;
  color: #2170a7;
  font-size: 55px;
  line-height: 75px;
  margin: 0 auto;
}

section.rcd-implants .inlays-headings p {
  max-width: 1440px;
}

section.rcd-implants .rcd-implants-img {
  padding-top: 65px;
}

.inlays-headings p {
  width: 100%;
  max-width: 1050px;
  text-align: center;
  margin: 0 auto;
}

.inlays-dot-section .restrove-about-content {
  padding-right: 40px;
}

.inlays-common-sec section.rd-primary-sec .rd-primary-left {
  width: 100%;
  max-width: 700px;
}

/*************** tooth-decay page****************/

.tooth-decay-consult .container {
  max-width: 1780px !important;
}

.tooth-decay-consult .consult-content p {
  max-width: 830px !important;
}

.tooth-decay-consult h3 {
  width: 100%;
  max-width: 962px;
}

.tooth-decay-cavities.row-reverse .rd-primary-left {
  float: right;
  width: 72%;
  padding-right: 60px;
  padding-left: 0;
}

.tooth-decay-dot .restrove-about-content {
  width: 95%;
  padding-left: 0;
}

.tooth-decay-cavities .rd-primary-left ul {
  padding-left: 24px;
}

.tooth-decay-dot .restrove-about-main .restrove-about-content h3 {
  font-size: 55px;
  line-height: 75px;
}

/************* RD page css start**************/

.main-restorative p {
  width: 100%;
  max-width: 675px;
}

.restore-faq-section img {
  width: 100%;
}

.restore-faq-section .col-md-6 {
  padding: 0;
}

.rd-main-dot .restrove-about-content {
  padding-right: 40px;
  width: 100%;
  max-width: 781px;
  padding-left: 0;
}

.main-restore-pro.dentistry-team-content {
  width: 100%;
  max-width: 660px;
}

.restorative-procedure-content ul {
  margin: 0;
  padding-left: 22px;
}

.restorative-procedure-content {
  width: 100%;
  max-width: 710px;
}

section.restorative-procedure-section {
  background-color: #fff8f4;
}

.procedure-headings p {
  font-size: 22px;
  color: #818285;
  text-align: center;
}

.restorative-procedure-content ul li {
  font-size: 22px;
  color: #515454;
  line-height: 32px;
  letter-spacing: 0.22px;
}

.restorative-procedure-content ul li::marker {
  position: absolute;
  color: #496171;
  font-size: 26px;
  vertical-align: bottom;
  top: 5px;
}

hr.pro-solid-border {
  border: 3px solid #4c6575;
}

section.restore-faq-section {
  background-color: #fff8f4;
  margin-bottom: 120px;
}

.restorative-pro-left .restorative-procedure-content h2 {
  font-size: 55px;
  color: #4c6575;
  text-transform: capitalize;
  padding: 0px 0px 40px;
  margin-bottom: 40px;
  border-bottom: 3px solid #4c6575;
}

.restorative-pro-left .restorative-procedure-content {
  padding-right: 110px;
}

.restorative-faq-content h2 {
  font-size: 50px;
  color: #4c6575;
  font-weight: 700;
  padding: 0px 0px 40px;
  margin-bottom: 30px;
  border-bottom: 3px solid #4c6575;
}

.restorative-faq-content .faq-header .btn-link {
  text-transform: capitalize;
}

section.consult-main .consultation-content.section-border {
  display: block;
  text-align: center;
  min-height: 570px;
  align-items: center;
  justify-content: center;
  padding: 180px 0;
}

section.consult-main .consultation-content h3 {
  margin-bottom: 40px !important;
}

.restore-faq-section .restorative-faq-content {
  float: left;
  width: 100%;
  max-width: 716px;
  padding-left: 70px;
}

.restorative-page ul.dental-procedure {
  margin: 0;
}

.restrove-about-content p {
  font-size: 22px;
  color: #818285;
  line-height: 32px;
  letter-spacing: 0.22px;
}

.restrove-about-img img {
  width: 100%;
  max-width: 560px;
}

span.dental-caries {
  color: #f27025;
}

/************* RD page css end**************/

/************* RD Inner page css start**************/

section.rd-inner-banner {
  background-color: #f3fcff;
}

section.rd-inner-banner .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.rd-inner-banner .row .rd-banner-left,
section.rd-inner-banner .row .rd-banner-right {
  width: 50%;
}

section.rd-inner-banner .row .rd-banner-right img {
  width: 100%;
}

section.rd-inner-banner .row .rd-ban-content {
  float: right;
  width: 76%;
  padding-right: 60px;
}

section.rd-inner-banner .row .rd-ban-content h1 {
  font-size: 65px;
  line-height: 75px !important;
  font-weight: 700;
  color: #6e9db4;
  margin: 0 auto 40px;
}

section.rd-inner-banner .row .rd-ban-content h4 {
  color: #818285;
  font-size: 22px;
  font-family: "Raleway" !important;
  line-height: 32px;
  font-weight: 400;
  margin: 40px auto;
}

section.rd-inner-banner .row .rd-ban-content p {
  color: #818285;
  font-size: 22px;
  margin: 40px auto;
  line-height: 32px;
}

section.consult-main .consult-content {
  display: block;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 160px 0;
  background-color: #f5fbff;
  border: 30px solid #eff6fa;
}

section.consult-main .consult-content a.consult-btn.home-btn {
  margin: 0 auto;
}

section.consult-main .consult-content h2 {
  font-size: 45px;
  line-height: 55px;
  color: #7f9caf;
  font-family: "Playfair Display", serif !important;
  font-weight: 700;
  margin: 0 auto 40px;
}

section.rcd-implant-consult .consult-main p {
  max-width: 960px !important;
}

section.consult-main .consult-content p {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 900px;
}

section.banner-main.rd-primary-sec {
  background-color: #fff8f4;
}

section.rd-primary-sec .rd-primary-left {
  padding-left: 40px;
  width: 75%;
  float: left;
}

section.banner-main.rd-primary-sec {
  background-color: #fff8f4;
}

section.rd-primary-sec .rd-primary-left {
  padding: 20px 0 20px 40px;
  width: 90%;
  float: left;
}

section.rd-primary-sec h3 {
  font-size: 55px;
  color: #4a6272;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0 0 36px;
  margin-bottom: 40px;
  line-height: 75px;
  border-bottom: 3px solid #4a6272;
}

section.rd-primary-sec span p {
  color: #515454;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
}

section.rd-primary-sec span ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  color: #515454;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
  list-style: none;
}

.metal-free-second-primary
  section.rd-primary-sec
  .rd-primary-left
  ul
  li::before {
  content: "\2022";
  position: absolute;
  font-size: 32px;
  display: inline-block;
  width: 1em;
  margin-left: -0.9em;
  font-weight: bold;
  color: #4a6272;
}

section.banner-main.rd-primary-sec img {
  width: 100%;
}

.rd-primary-right {
  width: 100%;
  height: 100%;
}

section.rd-primary-sec h4 {
  font-size: 30px;
  line-height: 75px;
  color: #4a6272;
  font-weight: bold;
  text-transform: capitalize;
}

/************* RD Inner page css end**************/

/************* Dentist main page css start **************/

.dentistry-team-content.cos-dent-content p {
  max-width: 940px;
}

section.row-reverse .cosdent-dot-content .cosdent-dot-right {
  padding-right: 40px;
  width: 80%;
  float: right;
  padding-left: 0;
  box-sizing: content-box;
}

.cosdent-dot-content .cosdent-dot-right {
  padding-left: 40px;
  width: 100%;
  padding-right: 50px;
  float: left;
}

.cosdent-dot-content .cosdent-dot-right h2 {
  color: #5c7889;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  font-family: "Playfair Display", serif !important;
  padding: 0;
  border: none;
}

.cosdent-dot-content .cosdent-dot-right h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #535454;
  margin: 16px auto;
}

.cosdent-dot-content .cosdent-dot-right ul {
  margin: 0 0 0;
  padding: 0 0 0 20px;
  font-family: "Raleway", sans-serif;
}

.cosdent-dot-content .cosdent-dot-right ul li {
  color: #818285;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
  margin: 0 auto 4px;
}

.cosdent-dot-content,
.cosdent-consult-content {
  background-color: #f5fbff;
}

section.cosdent-full-main {
  background-color: #fff8f4;
  overflow: hidden;
}

section.dentist-banner.rd-inner-banner .rd-ban-content {
  width: 100%;
  padding-right: 40px;
  float: left;
  padding-left: 60px;
  box-sizing: content-box;
  max-width: 660px;
}

section.dentist-banner.rd-inner-banner.row-reverse .rd-ban-content {
  padding-right: 40px;
  width: 100%;
  float: right;
  padding-left: 40px;
  box-sizing: content-box;
  max-width: 810px;
}

/* section.row-reverse .cosdent-full-content .cosdent-full-right {
                padding-right: 40px;
                width: 100%;
                float: right;
                padding-left: 40px;
                box-sizing: content-box;
                max-width: 660px;
            } */

.cosdent-full-content .cosdent-full-right {
  padding-left: 55px;
  width: 100%;
  padding-right: 40px;
  box-sizing: content-box;
  float: left;
  max-width: 955px;
}

.cosdent-full-content .cosdent-full-right h2 {
  font-size: 55px;
  color: #4a6272;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0 0 10px;
  margin-bottom: 40px;
  line-height: 75px;
  border-bottom: 3px solid #4a6272;
}

.cosdent-full-content .cosdent-full-right p {
  color: #515454;
}

section.our-dentist-consult
  section.consult-main
  .consult-content
  a.consult-btn.home-btn {
  max-width: 402px;
}

section a.link-org {
  color: #f27025;
  font-weight: 600;
  transition: 0.3s ease;
  white-space: nowrap;
}

section a.link-org:hover {
  color: #6e9db4;
}

/* 		section.headnone .cosdent-full-right h3 {
                        display: none;
                    } */
section.dnreasons-info-main.flexible-full-main.cosdent-full-main.row-center.row-reverse.headnone
  h3 {
  display: none;
}

section.sleep-ddisorder-main.flexible-full-main.cosdent-full-main.row-center.row-reverse.headnone
  h3 {
  display: none;
}

section.oral-causes-main.flexible-full-main.cosdent-full-main.row-center.headnone
  h3 {
  display: none;
}

section.sympt-night-main.flexible-full-main.cosdent-full-main.row-center.headnone
  h3 {
  display: none;
}

section.cosdent-consult-main.row-reverse .cosdent-consult-right {
  float: right;
}

section.cosdent-consult-main .cosdent-consult-right a.consult-btn.home-btn {
  max-width: 400px;
}

.cosdent-consult-content .cosdent-consult-right {
  padding-left: 40px;
  width: 80%;
  padding-right: 60px;
  box-sizing: content-box;
  float: left;
}

.cosdent-consult-content .cosdent-consult-right h2 {
  font-size: 45px;
  line-height: 55px;
  color: #4c6575;
  font-family: "Playfair Display", serif !important;
  font-weight: 600;
  margin: 0 auto 40px;
}

.cosdent-consult-content .cosdent-consult-right a.consult-btn {
  margin: 40px 0 0;
}

/* 
            .cosdent-dot-content img {
                height: 600px;
            } */

.esther-about-content .section-content p {
  margin: 40px auto 0;
  max-width: 1228px;
  text-align: center;
  width: 100%;
}

body.page-template-temp-dent
  section.cosdent-full-main.row-reverse
  .cosdent-full-content
  .col-md-6:first-child {
  padding-right: 15px;
  padding-left: 0;
}

body.page-template-temp-dent
  section.cosdent-full-main
  .cosdent-full-content
  .col-md-6:first-child {
  padding-right: 0;
}

section.cosdent-consult-main.row-reverse
  .cosdent-consult-content
  .col-md-6:first-child {
  padding-left: 15px;
  padding-right: 0;
}

section.cosdent-consult-main .cosdent-consult-content .col-md-6:first-child {
  padding-right: 0;
}

/************* Dentist Main page css end**************/

section.intro-help-main .flex-block-content .flex-content ul li {
  color: #818285 !important;
}

section.flexible-full-main .cosdent-full-right ul {
  margin: 0px 0;
  padding: 0 0 0 28px;
  font-family: "Raleway", sans-serif;
  list-style: none;
}

section.flexible-full-main .cosdent-full-right ul li {
  color: #515454;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
  margin: 0 auto 4px;
  position: relative;
}

section.flexible-full-main .cosdent-full-right ul li:before {
  content: "\2022";
  position: absolute;
  font-size: 32px;
  display: inline-block;
  width: 1em;
  margin-left: -0.9em;
  font-weight: bold;
  color: #4a6272;
}

section.flexible-consult-main .container {
  max-width: 1700px !important;
}

section.flexible-consult-main .dentistry-content.section-border {
  background-color: #f3fcff;
  border: 35px solid #e9f1f5;
  display: block;
}

.rcd-dentures-list .col-md-4 h3 {
  font-size: 30px;
  line-height: 40px;
}

section.flexible-consult-main .dentistry-content.section-border h2 {
  color: #4c6575;
  font-weight: bold;
}

section.flexible-consult-main .dentistry-content.section-border p {
  max-width: 944px;
  margin: 0 auto 40px;
  color: #515454;
}

section.flexible-consult-main
  .dentistry-content.section-border
  a.dentstry-btn.home-btn {
  max-width: 400px;
  margin: 40px auto 0;
}

section.cosdent-full-main .col-md-6:first-child {
  padding-right: 0;
}

section.flexible-full-main.row-reverse .col-md-6:first-child {
  padding-right: 10px;
  padding-left: 0;
}

section.flexible-banner-main .rd-ban-content ul,
section.flexible-dot-main .dot-sec-content ul {
  margin: 20px 0;
  padding: 0 0 0 20px;
  font-family: "Raleway", sans-serif;
  list-style: none;
}

section.flexible-banner-main .rd-ban-content ul li,
section.flexible-dot-main .dot-sec-content ul li {
  color: #818285;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
  position: relative;
  margin: 0 auto 4px;
}

.cosdent-full-right a.orange-content-link:hover {
  color: #4a6272;
}

.cosdent-full-right a.orange-content-link {
  font-weight: bold;
  color: #f27025;
  transition: 0.3s ease;
}

section.obst-consult-main h3,
section.sympt-consult-main h3 {
  max-width: 1024px !important;
}

section.obst-consult-main p,
section.sympt-consult-main p {
  max-width: 971px !important;
}

section.obst-sympt-main.section-dot .section-border {
  border: none;
}

section.treatment-therapy-main .section-border {
  border: none;
}

section.treatment-surgery-main .section-border {
  border: none;
}

section.intro-sleep-main .section-border {
  border: none;
}

section.obst-sympt-main .dot-sec-content {
  padding-left: 25px !important;
}

section.obst-sympt-main .dot-sec-content h3 {
  line-height: 65px;
  color: #5c7889;
  font-weight: bold;
  border-bottom-color: transparent;
  padding: 0;
}

section.flexible-dot-main .dot-sec-content {
  padding-right: 45px;
  padding-left: 50px;
}

section.sleep-ddisorder-main {
  margin-bottom: 125px;
}

section.flexible-consult-main
  .dentistry-content.section-border
  a.orange-content-link:hover {
  color: #4a6272;
}

section.flexible-consult-main
  .dentistry-content.section-border
  a.orange-content-link.tel-link:hover {
  color: #4a6272 !important;
}

section.flexible-consult-main
  .dentistry-content.section-border
  a.orange-content-link {
  font-weight: bold;
  color: #f27025;
  transition: 0.3s ease;
}

section.snor-banner-main .rd-banner-left .rd-ban-content {
  float: left;
  padding-left: 70px;
  padding-right: 20px;
}

section.team-consult-main.flexible-consult-main .dentistry-content p {
  margin: 30px auto 0;
}

section.team-consult-main a.tel-link {
  margin: 20px auto 0;
  font-weight: bold;
}

section.flexible-banner-main.rd-inner-banner.row-reverse .row .rd-ban-content {
  padding-right: 40px;
  width: 100%;
  float: right;
  padding-left: 40px;
  box-sizing: content-box;
  max-width: 680px;
}

section.flexible-banner-main.rd-inner-banner .row .rd-ban-content {
  width: 100%;
  padding-right: 40px;
  float: left;
  padding-left: 70px;
  box-sizing: content-box;
  max-width: 660px;
}

section.flexible-block-main .flex-block-head h2 {
  font-size: 55px;
  line-height: 75px;
  text-align: left;
  color: #2170a7;
  margin: 0 auto 30px;
  font-weight: bold;
}

section.flexible-block-main .flex-block-head {
  margin: 0 auto 40px;
  overflow: hidden;
}

section.flexible-block-main .flex-content h3 {
  font-size: 36px;
  line-height: 46px;
  color: #515454;
  font-family: "Playfair Display", serif !important;
  margin: 0 auto 20px;
  font-weight: bold;
}

section.flexible-block-main .flex-content {
  padding-top: 30px;
  border-top: 2px solid #e9edee;
  vertical-align: top;
  padding-bottom: 10px;
  min-height: 250px;
}

section.pulp-treatment-section .col-md-12 {
  padding: 0;
}

section.x-rays-types .denture-type-headings h2 {
  font-weight: 700;
}

section.x-rays-types .x-rays-list h3 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #515454;
}

section.flexible-block-main .flex-content ul {
  margin: 0 0 0;
  padding: 0 0 0 20px;
  font-family: "Raleway", sans-serif;
  list-style: none;
}

section.flexible-block-main .flex-content ul li {
  color: #515454;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
  margin: 0 auto 4px;
  position: relative;
}

section.flexible-block-main .flex-content ul li:before,
section.flexible-dot-main .dot-sec-content ul li:before {
  content: "\2022";
  position: absolute;
  font-size: 32px;
  display: inline-block;
  width: 1em;
  margin-left: -0.9em;
  font-weight: bold;
  color: #4a6272;
}

section.flexible-block-main .flex-content ul li:before,
section.flexible-dot-main .dot-sec-content ul li:before,
section.obst-banner-main .rd-ban-content ul li::before {
  content: "\2022";
  position: absolute;
  font-size: 32px;
  display: inline-block;
  width: 1em;
  margin-left: -0.9em;
  font-weight: bold;
  color: #4a6272;
}

.dnincs.dental-img-list.owl-carousel .owl-nav {
  display: none;
}

section.bridges-banner .rd-inner-banner .rd-ban-content {
  padding-right: 0;
  padding-left: 55px !important;
  max-width: 730px;
}

section.bridges-dot .restrove-about-content h3 {
  font-size: 45px;
}

section.bridges-dot .restrove-about-img img {
  border: 1px solid #eae9e9;
}

.bridge-advantages .rd-primary-left h3 {
  font-size: 45px;
  line-height: 55px;
}

.bridge-advantages .rd-primary-left {
  padding-left: 0 !important;
}

.bridges-consult .consult-content h3 {
  color: #4c6575 !important;
}

.bridges-faq section.restore-faq-section {
  margin-bottom: 0;
}

/************* Gravity Form **************************/

section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  .top_label {
  display: block;
}

#gform_page_3_2 {
  width: 94%;
  margin: 0 auto;
}

#gform_page_3_2 {
  width: 94%;
  margin: 0 auto;
}

section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  .top_label
  legend.gfield_label {
  font-size: 50px;
  line-height: 60px;
  color: #4c6575;
  font-weight: 700;
  margin: 150px 0 40px;
  /* width: 85% !important; */
  width: 100% !important;
  text-align: left;
}

section.free-dental-consultation
  form#gform_11
  #field_11_15
  legend.gfield_label {
  font-size: 50px;
  line-height: 60px;
  color: #4c6575;
  font-weight: 700;
  margin: 150px 0 40px;
  width: 85%;
  text-align: left;
}

section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  .top_label
  fieldset#field_11_5
  legend.gfield_label {
  width: 100% !important;
}

section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  .top_label
  fieldset#field_11_5 {
  width: 100%;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: calc(100% - 42px) !important;
}
section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  .top_label
  fieldset#field_11_5
  .gchoice {
  width: 47%;
}
section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  .top_label
  fieldset#field_11_5
  .gchoice:nth-child(2n + 1) {
  margin-right: 2%;
}

section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  div#gform_fields_11_3 {
  /* margin: 150px 0 40px; */
  width: 85%;
}

section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  .top_label
  .ginput_container_checkbox
  label {
  font-size: 24px;
  line-height: 40px;
  color: #818285;
}

section.free-dental-consultation {
  overflow: hidden;
}

section.free-dental-consultation .gform_heading {
  display: none;
}

section.free-dental-consultation
  form#gform_wrapper_3
  div#gf_progressbar_wrapper_3 {
  display: none;
}

section.free-dental-consultation
  form#gform_wrapper_3
  .gform_page_fields
  .gform_fields {
  width: 100%;
  justify-content: right;
}

.gfield-choice-input {
  position: relative;
  top: 0px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

section.free-dental-consultation
  form#gform_wrapper_3
  .gform_page_fields
  .gform_fields
  fieldset {
  float: right;
  width: 720px;
  margin: 60px;
  display: block;
}

section.free-dental-consultation
  form#gform_wrapper_3
  .gform_page_fields
  .gform_fields
  fieldset
  .gfield_checkbox
  .gchoice
  label {
  line-height: normal;
}

section.free-dental-consultation
  form#gform_wrapper_3
  .gform_page_fields
  .gform_fields
  fieldset
  .gfield_checkbox {
  column-gap: 20px;
  column-count: 2;
}

section.free-dental-consultation
  form#gform_wrapper_3
  .gform_page_fields
  .gform_fields
  fieldset
  .gfield_checkbox
  .gchoice
  input {
  margin-right: 10px;
}

section.free-dental-consultation
  form#gform_wrapper_3
  .gform_page_fields
  .gform_fields
  fieldset
  .gfield_checkbox
  .gchoice {
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: start;
}

section.free-dental-consultation
  form#gform_wrapper_3
  .gform_page_footer.top_label {
  position: absolute;
  bottom: 200px;
  left: 320px;
  width: 100%;
}

section.free-dental-consultation .gform_body {
  position: relative;
}

section.free-dental-consultation
  form#gform_wrapper_3
  .gform_page_footer
  input.gform_previous_button:hover {
  background-color: #0d64a3;
  color: #fff;
}

section.free-dental-consultation
  form#gform_wrapper_3
  .gform_page_footer
  input[type="button"]:hover {
  background-color: #fff;
  color: #0d64a3;
}

section.free-dental-consultation
  form#gform_wrapper_3
  .gform_page_footer
  input.gform_previous_button {
  background-color: #fff;
  color: #0d64a3;
  margin-right: 20px;
}

.gform_page_footer.top_label .gform_previous_button.button {
  background-color: #fff;
  color: #0d64a3;
  margin-right: 20px;
}

.gform_page_footer.top_label .gform_previous_button.button:hover {
  background-color: #0d64a3;
  color: #fff;
}

.gform_page_footer.top_label .gform_next_button.button {
  background-color: #0d64a3;
  color: #fff;
}

.gform_page_footer.top_label .gform_next_button.button:hover {
  background-color: transparent;
  color: #0d64a3;
}

section.free-dental-consultation form#gform_3 div#gform_fields_3 {
  display: block;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 90%;
  float: right;
  /* padding-bottom: 110px !important; */
}

section.free-dental-consultation form#gform_3 label.gfield_label,
div#field_11_19 label.gfield_label.gform-field-label {
  padding: 0 0 26px;
  font-size: 50px;
  line-height: 65px;
  color: #4c6575;
  border-bottom: 3px solid #4c6575;
  display: block;
}

#gform_page_3_5
  section.free-dental-consultation
  form#gform_3
  label.gfield_label {
  width: 45%;
}

section.free-dental-consultation form#gform_3 label.gfield_label span {
  display: none;
}

section.free-dental-consultation form#gform_3 select,
section.free-dental-consultation form#gform_11 select {
  overflow: hidden;
  outline: none;
  border: none;
  font-size: 30px;
  line-height: 75px;
  text-align: left;
  width: 100%;
  display: block;
  margin: 0px auto 0;
  color: #6e9db4;
  position: relative;
  height: 500px;
}

section.free-dental-consultation
  form#gform_3
  div#gform_fields_3
  div#field_3_34 {
  width: 100%;
  max-width: 760px;
  float: left;
  margin-top: 7%;
  margin-right: 65px;
}

section.free-dental-consultation form .gfield--type-html.gfield--width-half {
  float: left;
  max-width: 800px;
  width: 100%;
  /* margin-top: 7%; */
  margin-top: 11%;
}

section.free-dental-consultation
  form
  .gfield--type-html.gfield--width-half
  iframe {
  width: 100%;
}

section.free-dental-consultation form#gform_3 select option,
section.free-dental-consultation form#gform_11 select option {
  position: relative;
  min-height: 140px;
  color: #6e9db4;
  cursor: pointer;
  padding: 34px 20px 20px;
  border-bottom: 1px solid #cacaca;
  margin: 0 auto 20px;
  transition: 0.3s ease;
}

section.free-dental-consultation form#gform_3 select option:hover {
  background-color: #f3fcff !important;
}

section.free-dental-consultation
  form#gform_3
  select
  option[value="Rockefeller Cosmetic Dentistry"]::before {
  position: absolute;
  content: "209 W 19th St, New York, NY, 10011";
  top: 80px;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
  text-align: left;
  width: 240px;
  height: 80px;
  color: #c1c2c5;
}

section.free-dental-consultation
  form#gform_3
  select
  option[value="Grand Central Cosmetic Dentistry"]::before {
  position: absolute;
  content: "110 East 40th Street #512 New York, NY, 10016";
  top: 80px;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
  text-align: left;
  width: 240px;
  height: 80px;
  color: #c1c2c5;
}

section.free-dental-consultation
  form#gform_3
  select
  option[value="Grand Central and Chelsea"]::before {
  position: absolute;
  content: "230 Centre St, Nutley, NJ 07110, USA";
  top: 80px;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
  text-align: left;
  width: 240px;
  height: 80px;
  color: #c1c2c5;
}

section.free-dental-consultation
  .gform_body
  div#gform_page_3_1
  .gform_page_footer.top_label {
  left: 10%;
  /* bottom: 100px; */
  bottom: 0;
}

section.free-dental-consultation form#gform_3 select option:checked {
  background-color: #f3fcff !important;
}

section.free-dental-consultation form#gform_3 select option:after {
  position: absolute;
  content: "";
  background-image: url("/wp-content/uploads/2021/08/loc-arrow.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  right: 20px;
  top: 50px;
  width: 20px;
  height: 20px;
  z-index: 99;
}

section.free-dental-consultation form#gform_3 select:focus::-ms-value {
  background-color: #f3fcff;
}

#gform_3 {
  width: 100%;
  margin: 0 auto;
}

#field_3_27,
div#field_11_27 {
  display: inline-block;
  width: 40%;
  position: absolute;
  right: 0;
  top: 40px;
}
.gform_page_footer.top_label {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 230px;
  position: relative;
  left: 8.5%;
  display: inline-block;
  margin-bottom: 100px !important;
}

#field_3_5 {
  margin-bottom: 60px;
  display: block;
  width: 100%;
  float: right;
  max-width: 91.5%;
}

.gchoice {
  float: left;
  width: 35%;
}

#input_3_7_3,
#input_3_7_6,
#input_3_11,
#input_3_8,
#input_3_9,
#input_11_7_3,
#input_11_7_6,
#input_11_11,
#input_11_8,
#input_11_9,
input#input_11_20 {
  border: none !important;
  border-bottom: 2px solid #c6c6c6 !important;
  border-radius: 0 !important;
  padding: 45px 0px 25px 11px;
  outline: none !important;
  color: #000;
}

#input_3_7_3::placeholder,
#input_3_7_6::placeholder,
#input_3_11::placeholder,
#input_3_8::placeholder,
#input_3_9::placeholder,
#input_11_7_3::placeholder,
#input_11_7_6::placeholder,
#input_11_11::placeholder,
#input_11_8::placeholder,
#input_11_9::placeholder {
  color: #000;
  font-size: 24px;
  line-height: 75px;
}

#input_3_7_3,
#input_3_7_6,
#input_11_7_3,
#input_11_7_6 {
  width: 22.5%;
}

.gform_wrapper.gravity-theme #field_11_7 .ginput_complex span {
  flex: none !important;
  width: 50% !important;
}

#gform_3_validation_container,
#gform_11_validation_container {
  display: none !important;
}

#input_3_7_3,
#input_11_7_3 {
  margin-right: 30px;
}

#input_3_11,
#input_3_8,
#input_3_9,
#input_11_11,
#input_11_8,
#input_11_9 {
  width: 49%;
}

#gform_fields_3_5 .gfield_label,
#gform_fields_11_5 .gfield_label {
  width: 47% !important;
}

.name_first label,
.name_last label {
  display: none !important;
}

#field_3_9 {
  margin-bottom: 70px;
}

#gform_page_3_3 {
  padding-bottom: 0px;
  overflow: hidden;
}

#field_3_31 {
  float: right;
}

#gform_page_3_5 .gform_page_footer.top_label {
  width: 100%;
  float: right;
  max-width: 89%;
  left: 0;
  margin: 70px 0 150px 0;
}

#gform_submit_button_3,
#gform_submit_button_11 {
  background-color: #0d64a3;
  color: #fff;
}

#gform_page_3_5 .gfield_label,
#gform_page_11_5 .gfield_label {
  font-size: 50px;
  line-height: 60px;
  color: #4c6575;
  font-weight: 700;
  margin: 150px 0 40px;
  width: 85%;
  text-align: left;
  /* font-family: Playfair Display; */
  font-weight: bold;
}

#gform_page_3_5 #input_3_19,
#gform_page_3_5 #input_3_20,
#gform_page_11_5 #input_11_19,
#gform_page_11_5 #input_11_20,
#gform_page_11_5 select#input_11_19 {
  border: none !important;
  border-bottom: 2px solid #c6c6c6 !important;
  border-radius: 0 !important;
  padding: 35px 0px 10px 11px;
  outline: none !important;
  color: #c6c6c6;
  width: 47%;
  display: inline-block;
  height: auto;
}

#gform_page_3_5 #input_3_19,
#gform_page_11_5 #input_11_19 {
  color: #515454 !important;
  font-size: 30px;
  line-height: 75px;
  font-family: Playfair Display;
  font-weight: bold;
  cursor: pointer;
}

.recaptcha-checkbox-border {
  border-radius: 50px !important;
}

#gform_page_3_5 #input_3_20::placeholder,
#gform_page_11_5 #input_11_20::placeholder {
  color: #c6c6c6;
  font-size: 30px;
  line-height: 75px;
  font-family: Playfair Display;
  font-weight: bold;
}

#field_3_35 .gfield_label {
  display: none !important;
}

#gform_page_3_5 #field_3_35,
#gform_page_11_5 #field_11_35 {
  margin-top: 40px;
  margin-bottom: 50px;
}

div#field_11_9 {
  margin-bottom: 40px;
}

#field_3_7,
#field_3_8,
#field_3_11,
#field_3_9,
#gform_page_3_3 .gform_page_footer.top_label {
  display: block;
  width: 100%;
  float: right;
  max-width: 89%;
  left: 0;
}

#field_3_15,
#field_11_15 {
  display: block;
  width: 100%;
  float: right;
  max-width: 89%;
  left: 0;
}

#gform_page_3_5 .gform_page_fields {
  display: block;
  width: 100%;
  float: right;
  max-width: 90%;
  left: 0;
}

#field_3_31,
#field_11_31 {
  position: absolute;
  right: 0;
  vertical-align: top;
  display: inline;
  width: 45%;
  top: -120px;
}

#field_3_32,
#field_11_32 {
  position: absolute;
  right: 0;
  vertical-align: top;
  display: inline;
  top: -120px;
  width: 47%;
}
#field_3_29,
#field_11_29 {
  width: 44%;
  position: absolute;
  right: 0;
  vertical-align: top;
  display: inline;
  top: -125px;
  margin: 0 !important;
}
fieldset#field_3_15,
fieldset#field_11_15 {
  margin-top: 125px;
}
fieldset#field_11_15 {
  float: none;
}

#field_3_15 .gchoice,
#field_11_15 .gchoice {
  width: 100%;
  display: block;
  float: none;
}

#input_3_15,
#field_11_15 {
  display: block;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
}

div#field_11_19 label.gfield_label.gform-field-label {
  margin-top: 120px;
}

#gform_page_11_5 select#input_11_19 {
  padding-top: 0;
}

#field_3_15 .gchoice label,
#field_11_15 .gchoice label {
  color: #515454;
  font-size: 24px;
  line-height: 65px;
}

#gform_page_3_4 .gform_page_footer.top_label {
  display: block;
  width: 100%;
  float: right;
  max-width: 89%;
  left: 0;
  margin-bottom: 275px;
}

section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  .top_label
  .gfield_error
  .instruction.validation_message {
  display: none;
}

section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  .top_label
  .gfield_error
  .gfield_validation_message {
  display: none;
}

section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  .top_label
  .gfield_error
  #input_3_7_3,
section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  .top_label
  .gfield_error
  #input_3_7_6,
section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  .top_label
  .gfield_error
  #input_3_11,
section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  .top_label
  .gfield_error
  #input_3_8,
section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  .top_label
  .gfield_error
  #input_3_9,
section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  .top_label
  .gfield_error
  #input_11_7_3,
section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  .top_label
  .gfield_error
  #input_11_7_6,
section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  .top_label
  .gfield_error
  #input_11_11,
section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  .top_label
  .gfield_error
  #input_11_8,
section.free-dental-consultation
  .gform_wrapper
  .gform_body
  .gform_page_fields
  .top_label
  .gfield_error
  #input_11_9 {
  border-bottom-color: #f00 !important;
}

.gform_page_footer.top_label .button {
  max-width: 180px;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  padding: 22px 10px;
  border: 1px solid #0d64a3;
  border-radius: 0px;
  cursor: pointer;
  transition: 0.3s ease;
}

#gf_progressbar_wrapper_3 {
  display: none;
}

section.free-dental-consultation
  form#gform_next_button_3_2
  .gform_page_footer
  input[type="button"] {
  max-width: 180px;
  width: 100%;
  background-color: #0d64a3;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 22px 10px;
  border: 1px solid #0d64a3;
  border-radius: 0px;
  cursor: pointer;
  transition: 0.3s ease;
}

.gallery-cat-content a.cat-link:nth-child(2) h4,
.gallery-cat-content a.cat-link:nth-child(6) h4,
.gallery-cat-content a.cat-link:nth-child(9) h4 {
  background-color: #1a669a;
  color: #fff;
}

.gallery-cat-content a.cat-link:nth-child(3) h4,
.gallery-cat-content a.cat-link:nth-child(4) h4,
.gallery-cat-content a.cat-link:nth-child(8) h4 {
  background-color: #7f9caf;
  color: #fff;
}

.gallery-cat-content a.cat-link img.cat-images {
  min-height: 500px;
  max-height: 500px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/******************Period Services *******************/
.location-mob {
  display: none;
}

section.flexible-dot-main .border-none {
  border: none;
}

section.flexible-dot-main .border-none h2 {
  border: none;
  padding: 0;
  color: #5c7889;
  font-weight: 600;
  font-size: 45px;
  line-height: 65px;
}

section.flexible-consult-main h2 {
  max-width: 1024px !important;
}

section.period-consult-main.flexible-consult-main
  .dentistry-content.section-border
  p {
  max-width: 1150px;
}

section.dnreasons-consult-main p {
  max-width: 844px !important;
}

section.flexible-banner-main .rd-ban-content a.orange-content-link:hover {
  color: #4a6272;
}

section.flexible-banner-main .rd-ban-content a.orange-content-link {
  font-weight: bold;
  color: #f27025;
  transition: 0.3s ease;
}

section.flexible-dot-main .dot-sec-content a.orange-content-link:hover {
  color: #4a6272;
}

section.flexible-dot-main .dot-sec-content a.orange-content-link {
  font-weight: bold;
  color: #f27025;
  transition: 0.3s ease;
}

section.flexible-full-main
  .cosdent-full-content
  .cosdent-full-right
  div#accordion
  .faq-block
  .faq-header {
  border-bottom-color: transparent;
}

section.flexible-full-main
  .cosdent-full-content
  .cosdent-full-right
  div#accordion
  .faq-block {
  position: relative;
  border-bottom: 1px solid #cacaca;
}

.cosdent-full-content .cosdent-full-right div#accordion .faq-block:last-child {
  border-bottom-color: transparent !important;
}

section.team-consult-main .dentistry-content h3 {
  color: #7f9caf !important;
}

section.dnincs-types-main.flexible-carousel-main
  .dental-head-main.section-head
  p {
  max-width: 950px;
  text-align: center;
  margin: 20px auto;
}

section.dnincs-types-main.flexible-carousel-main .dental-head-main h2 {
  max-width: 720px;
}

section.dentistry-team-main .dentistry-team-main {
  margin-top: 70px;
}

section.intro-help-main.flexible-block-main {
  padding-bottom: 0;
}

section.treatment-therapy-main .dot-sec-content h3 {
  color: #4c6575;
  font-weight: 700;
  border: none;
  padding-bottom: 0;
}

section.treatment-benefit-main .cosdent-full-right h3 {
  padding-bottom: 28px;
}

section.treatment-lifestyle-main .row {
  align-items: normal;
}

section.obst-consult-main .dentistry-content p {
  max-width: 898px !important;
}

section.period-signs-main .cosdent-full-right .faq-content {
  padding-top: 0;
}

section.period-signs-main .cosdent-full-right .faq-header button {
  font-size: 45px;
  color: #4a6272 !important;
  line-height: 65px;
}

section.period-signs-main .cosdent-full-right .faq-header button:after {
  top: 42px;
  width: 25px;
  height: 25px;
  left: -5px;
}

section.period-consult-main .dentistry-content p {
  max-width: 1016px !important;
}

section.dental-banner-main .rd-ban-content {
  padding-right: 55px !important;
}

section.dental-intro-main .dot-sec-content {
  padding-left: 20px;
}

section.intro-signs-main .cosdent-full-right ul {
  margin-bottom: 30px;
}

section.cscolor-consult-main.flexible-consult-main .container {
  max-width: 1500px !important;
}

section.cscolor-consult-main .dentistry-content.section-border h3 {
  color: #7f9caf;
}

section.cscolor-consult-main
  .dentistry-content.section-border
  h3
  a.tel-link:hover {
  color: #818285;
}

section.cscolor-consult-main .dentistry-content.section-border h3 a.tel-link {
  color: #7f9caf;
}

section.flexible-full-main .cosdent-full-left img {
  width: 100%;
}

section.flexible-dot-main .col-md-6 {
  padding-right: 0;
}

section.flexible-dot-main.row-reverse .col-md-6:first-child {
  padding-right: 15px;
  padding-left: 0;
}

.dnincs.dental-img-list.owl-carousel img {
  max-width: none;
}

.dnincs.dental-img-list.owl-carousel .dnincs-content p {
  margin: 40px auto;
  max-width: 640px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #484848;
  font-weight: 600;
}

.site-footer ul .current_page_item a {
  color: #4ccf5f;
}

section.team-consult-main.flexible-consult-main {
  padding-top: 100px;
}

section.flexible-carousel-main .dnincs .owl-stage .owl-item {
  padding-left: 10px;
}

section.flexible-carousel-main .dentistry-team-content p {
  max-width: 740px;
  margin: 30px auto 0;
}

section.oral-symp-main .dot-sec-content {
  padding-left: 0;
}

section.oral-symp-main .col-md-7 {
  padding: 0;
}

section.oral-symp-main .dot-sec-content h3 {
  margin-bottom: 8px;
}

section.oral-causes-main .cosdent-full-right .faq-header button {
  font-size: 45px;
  line-height: 65px;
  color: #4a6272 !important;
}

section.oral-causes-main .cosdent-full-right .faq-header button:after {
  top: 40px;
  width: 26px;
  height: 26px;
  left: -5px;
}

section.oral-causes-main .cosdent-full-right .faq-content {
  padding-top: 30px;
}

section.intro-help-main .flex-block-content .row {
  align-items: normal;
}

section.psgum-types-main .dental-head-main p {
  max-width: 675px;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}

section.psgum-types-main .trauma-manhattan p {
  padding-top: 20px;
}

section.dnreasons-intro-main .dot-sec-content {
  padding-left: 11px;
}

section.flexible-carousel-main .dental-head-main.section-head p {
  max-width: 660px;
  margin: 0px auto;
  text-align: center;
}

section.flexible-carousel-main .dentistry-team-content {
  margin: 0 auto;
}

section.flexible-carousel-main .section-head {
  margin-bottom: 60px;
}

section.flexible-carousel-main .dentistry-team-content p {
  margin: 40px auto 0;
}

section.flexible-carousel-main
  .dentistry-team-content
  a.orange-content-link:hover {
  color: #4a6272;
}

section.flexible-carousel-main .dentistry-team-content a.orange-content-link {
  font-weight: bold;
  color: #f27025;
  transition: 0.3s ease;
}

p {
  font-size: 22px;
  color: #818285;
  line-height: 32px;
  letter-spacing: 0.22px;
}

section.csvivera-protect-main.row-reverse
  .cosdent-full-content
  .cosdent-full-right {
  max-width: 680px;
}

section.csvivera-protect-main {
  margin-bottom: 120px;
}

section.csteeth-results-main {
  margin-bottom: 120px;
}

section.lcrock-banner-main {
  padding: 120px 0 120px;
}

section.lcrock-banner-main .loc-banner-left h1 {
  color: #2170a7;
  font-size: 65px;
  line-height: 75px;
  font-weight: bold;
  margin: 0 auto 30px;
}

section.lcrock-banner-main .loc-banner-left a.locrock-btn {
  max-width: 400px;
  margin: 40px 0;
}

section.lcrock-info-main .loc-dot-content h2 {
  color: #7f9caf;
  border-bottom: 1px solid #a9b6bf;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 55px;
  line-height: 75px;
}

section.lcrock-info-main .loc-dot-content p {
  margin: 40px auto 0px;
}

section.lcrock-info-main .loc-dot-content {
  padding-right: 40px;
  padding-left: 15px;
}

section.lcrock-insurance-main.lcrock-info-main .section-border.border-none {
  border: 25px solid #eff6fa;
}

section.lcrock-insurance-main.lcrock-info-main .loc-dot-content.dot-sec-content,
section.lcrock-emergency-main.lcrock-info-main
  .loc-dot-content.dot-sec-content {
  padding-left: 60px;
}

section.lcrock-insurance-main.lcrock-info-main
  .loc-dot-content.dot-sec-content
  h3 {
  border: none;
  padding: 0;
}

section.lcrock-insurance-main a.locrock-ins-btn,
section.lcrock-emergency-main a.locrock-emr-btn {
  max-width: 400px;
  margin: 40px 0;
}

section.lcrock-inslist-main {
  margin: 100px auto;
}

section.lcrock-inslist-main .insurance-type-content .row {
  display: flex;
  justify-content: space-around;
}

section.lcrock-inslist-main .insurance-type-content .row .col-md-4 {
  width: 100%;
  max-width: 370px;
}

section.flexible-full-main .cosdent-full-content .cosdent-full-right h2 {
  padding-bottom: 30px;
}

section.lcrock-patient-main {
  margin: 150px auto;
}

section.lcrock-patient-main .section-head h1,
section.lcrock-patient-main .section-head h2,
.single-before_after h1 {
  margin: 0 auto 70px;
  text-align: left;
}

.lcrock-insurance-main h2 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}

section.lcrock-patient-main .testimonial .owl-item {
  overflow: hidden;
  margin: 0 0 0;
  padding: 0px 50px 0 10px;
}

section.lcrock-patient-main .testimonial .testimonial-headings {
  overflow: hidden;
  width: 100%;
  border: 1px solid #e9edee;
  padding: 40px 20px;
}

section.lcrock-patient-main .testimonial .testimonial-headings img {
  max-width: 70px;
  float: left;
  width: 100%;
  margin-right: 20px;
}

section.lcrock-patient-main .testimonial .testimonial-headings span.test-block {
  width: 73%;
  float: right;
}

section.lcrock-patient-main
  .testimonial
  .testimonial-headings
  span.test-block
  h5 {
  color: #515454;
  font-size: 30px;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
  margin: 0 auto;
}

section.lcrock-patient-main
  .testimonial
  .testimonial-headings
  span.test-block
  .star-rating {
  margin: 0 auto 0px;
}

section.lcrock-patient-main
  .testimonial
  .testimonial-headings
  span.test-block
  .star-rating
  svg {
  width: 100%;
  max-width: 30px;
  color: #ffc107;
}

section.lcrock-patient-main .testimonial .testimonial-headings p {
  width: 100%;
  float: left;
  margin: 20px auto 0;
  color: #818285;
  font-size: 22px;
  line-height: 32px;
}

section.lplaser-benefit-main .cosdent-full-right .faq-header button:after {
  top: 30px;
  width: 20px;
  height: 20px;
  left: 0px;
}

section.lplaser-uses-main .dot-sec-content {
  padding-left: 10px;
}

section.lplaser-faq-main .cosdent-full-right .faq-header button {
  font-size: 45px;
  line-height: 65px;
  color: #4a6272 !important;
}

section.lplaser-faq-main .cosdent-full-right .faq-header button:after {
  top: 40px;
  width: 28px;
  height: 28px;
  left: -5px;
}

section.lplaser-result-main .dentistry-content p {
  max-width: 1085px !important;
}

section.lcrock-business-main.business-main .container {
  max-width: 1470px !important;
}

section.lcrock-map-main {
  margin-top: 100px;
  margin-bottom: 120px;
}

section.dnincs-types-main .trauma-manhattan p {
  max-width: 1090px;
}

section.csservice-types-main .dental-head-main {
  margin-bottom: 18px;
}

section.csservice-types-main .trauma-manhattan p.laser-cos {
  max-width: 925px;
}

section.csservice-types-main .trauma-manhattan p.gummy {
  max-width: 661px;
  padding-bottom: 20px;
}

section.csservice-types-main .dental-head-main {
  margin-bottom: 18px;
}

section.csservice-types-main .trauma-manhattan p.laser-cos {
  max-width: 925px;
}

section.csservice-types-main .trauma-manhattan p.gummy {
  max-width: 660px;
  padding-bottom: 20px;
}

section.csteeth-results-main .heading-bar {
  padding: 140px 0 0;
}

section.csteeth-results-main .heading-bar::before {
  top: 30px;
}

section.blog-block ul.blogs-ul nav.custom-pagination a.next {
  display: none;
}

section.blog-block ul.blogs-ul nav.custom-pagination a.next {
  display: none;
}

section.blog-block ul.blogs-ul nav.custom-pagination a.prev {
  display: none;
}

section.blog-block {
  padding: 60px 0 0;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

section.blog-block ul.blogs-ul {
  margin: 0 0 0;
  padding: 0;
  width: 100%;
  display: block;
  max-width: 1160px;
}

section.blog-block ul.blogs-ul .blogs-list {
  margin: 0 auto 100px;
  overflow: hidden;
}

section.blog-block ul.blogs-ul .blogs-list h2 a:hover {
  color: #f27025;
}

section.blog-block ul.blogs-ul .blogs-list h1,
section.blog-block ul.blogs-ul .blogs-list h1 a {
  font-size: 50px;
  line-height: 70px;
  font-weight: bold;
  color: #4c6575;
  transition: 0.3s ease;
  text-decoration: none;
  margin: 0 auto 20px;
  font-family: "Playfair Display", serif !important;
}

section.blog-block ul.blogs-ul .blogs-list h2,
section.blog-block ul.blogs-ul .blogs-list h2 a {
  font-size: 50px;
  line-height: 70px;
  font-weight: bold;
  color: #4c6575;
  transition: 0.3s ease;
  text-decoration: none;
  margin: 0 auto 20px;
  font-family: "Playfair Display", serif !important;
}

section.blog-block ul.blogs-ul .blogs-list p {
  margin: 0 auto 40px;
}

section.blog-block ul.blogs-ul .blogs-list ul.blog-head-content,
body.single-post article .blogs-list ul.blog-head-content {
  display: flex;
  list-style: none;
  margin: 0 auto 40px;
  padding: 0 0 40px;
  border-bottom: 2px solid #4c6575;
  align-items: center;
  column-gap: 20px;
}

section.blog-block ul.blogs-ul .blogs-list ul.blog-head-content li,
body.single-post article .blogs-list ul.blog-head-content li {
  font-size: 22px;
  color: #818285;
  line-height: 32px;
  letter-spacing: 0.22px;
  padding-right: 20px;
  border-right: 1px solid #4c6575;
}

section.blog-block ul.blogs-ul .blogs-list ul.blog-head-content li a:hover,
body.single-post article .blogs-list ul.blog-head-content li a:hover {
  color: #4c6575;
}

section.blog-block ul.blogs-ul .blogs-list ul.blog-head-content li a,
body.single-post article .blogs-list ul.blog-head-content li a {
  color: #f27025;
  font-weight: 500;
  transition: 0.3s ease;
}

section.blog-block ul.blogs-ul a.blog-btn.home-btn {
  max-width: 200px;
  min-height: 55px;
  padding: 10px 10px;
  font-size: 18px;
}

section.blog-block
  ul.blogs-ul
  .blogs-list
  ul.blog-head-content
  .pld-like-dislike-wrap,
body.single-post article .blogs-list .pld-like-dislike-wrap {
  margin: 0 0 0;
}

section.blog-block ul.blogs-ul nav.custom-pagination {
  margin: 0 auto;
  text-align: center;
  padding-left: 300px;
}

section.blog-block ul.blogs-ul nav.custom-pagination span.page-numbers.current {
  font-size: 24px;
  line-height: 60px;
  color: #f27025;
  font-weight: 600;
  margin: 0 2px 0;
  font-family: "Playfair Display", serif !important;
}

section.blog-block ul.blogs-ul nav.custom-pagination a.page-numbers {
  font-size: 24px;
  line-height: 60px;
  color: #818285;
  font-weight: 400;
  transition: 0.3s ease;
  margin: 0 2px 0;
  font-family: "Playfair Display", serif !important;
}

section.blog-block ul.blogs-ul nav.custom-pagination a.page-numbers:hover {
  color: #f27025;
}

body.single-post main#primary {
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
  padding: 120px 0;
  padding-top: 200px !important;
}

body.single-post article {
  max-width: 1285px;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 60px;
}

body.single-post article .blogs-list ul.blog-head-content {
  margin: 0 auto 20px;
}

body.single-post article .blogs-list {
  margin: 0 auto 0px;
  overflow: hidden;
}

body.single-post article .blogs-list h2 {
  font-size: 50px;
  line-height: 70px;
  font-weight: bold;
  color: #4c6575;
  transition: 0.3s ease;
  text-decoration: none;
  margin: 0 auto 20px;
  font-family: "Playfair Display", serif !important;
}

body.single-post article p {
  margin: 0 auto 20px;
}

body.single-post article img {
  width: 100%;
  margin: 0 auto 20px;
}

body.single-post article p a:hover {
  color: #4c6575;
}

body.single-post article p a {
  color: #f27025;
  font-weight: 500;
  transition: 0.3s ease;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
}

body.single-post article h2,
body.single-post article h3 {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  color: #4c6575;
  transition: 0.3s ease;
  text-decoration: none;
  margin: 30px auto;
  font-family: "Playfair Display", serif !important;
}

body.single-post article .post-author img {
  margin: 20px 20px 0 0;
  width: 100% !important;
  max-width: 70px;
  border: 1px solid transparent;
  border-radius: 50%;
  float: left;
}

body.single-post article .post-author {
  padding: 30px 0 60px;
  border-top: 1px solid #4c6575;
  border-bottom: 1px solid #4c6575;
  margin: 0 auto 40px;
  width: 100%;
  overflow: hidden;
}

body.single-post article .post-author span.post-author-right {
  float: left;
  width: 90%;
  margin: 20px auto 0;
}

body.single-post article .post-author span.post-author-right a:hover {
  color: #f27025;
}

body.single-post article .post-author span.post-author-right a {
  margin: 0px auto 0px;
  padding: 0;
  width: 100%;
  font-size: 22px;
  line-height: 35px;
  color: #515454;
  font-weight: bold;
  display: block;
  transition: 0.3s ease;
}

body.single-post article .post-author span.post-author-right p {
  margin: 0 auto 0;
  font-size: 18px;
  line-height: 35px;
}

body.single-post div#related_posts h3 {
  font-size: 36px;
  line-height: 70px;
  font-weight: bold;
  color: #4c6575;
  width: 100%;
  margin: 0 auto 20px;
}

body.single-post div#related_posts ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

body.single-post div#related_posts ul li {
  width: 50%;
  float: left;
  margin: 0 auto 20px;
}

body.single-post div#related_posts ul li .relatedthumb {
  width: 100%;
  max-width: 100px;
  margin-right: 20px;
  display: none;
}

.relatedthumb {
  display: inline-block;
}

.relatedcontent {
  display: inline-block;
}

body.single-post div#related_posts ul li h3 a:hover {
  color: #f27025;
}

body.single-post div#related_posts ul li h3,
body.single-post div#related_posts ul li h3 a {
  width: 100%;
  margin: 0 auto 10px;
  display: block;
  color: #4c6575;
  font-size: 24px;
  line-height: 40px;
  transition: 0.3s ease;
}

body.single-post div#related_posts ul li {
  width: 47%;
  margin: 30px auto;
  margin-right: auto;
  display: inline-block;
  float: none;
  margin-right: 20px;
  vertical-align: top;
}

.page-container.review-pg {
  padding-top: 100px;
}

#related_posts {
  padding: 40px 0 0px;
}

.pld-like-dislike-wrap {
  display: none !important;
}

body.single-post .entry-content ul {
  margin: 0;
  padding: 0;
}

body.single-post p span {
  font-size: 22px;
  color: #818285;
  line-height: 32px;
  letter-spacing: 0.22px;
}

body.single-post p {
  font-size: 22px;
  color: #818285;
  line-height: 32px;
  letter-spacing: 0.22px;
}

body.single-post div#related_posts ul li .relatedthumb img {
  min-height: 100px;
  max-height: 100px;
  object-fit: cover;
}

body.single-post article .blog-social-share {
  padding: 30px 0 30px;
  border-top: 1px solid #4c6575;
  margin: 40px auto 0;
  width: 100%;
  display: block;
}

body.single-post article .blog-social-share ul.social-icons {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}

body.single-post article .blog-social-share ul.social-icons h4 {
  font-size: 22px;
  line-height: 32px;
  color: #818285;
  font-weight: bold;
}

body.archive.category main.site-main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 15px;
  overflow: hidden;
}

body.archive.category main.site-main header.page-header {
  margin: 0 auto 40px;
  overflow: hidden;
}

body.archive.category main.site-main header.page-header h1.page-title {
  font-size: 65px;
  line-height: 75px;
  font-weight: bold;
  color: #4c6575;
  transition: 0.3s ease;
  text-decoration: none;
  margin: 0 auto 20px;
  font-family: "Playfair Display", serif !important;
}

body.archive.category main.site-main article .entry-content,
body.archive.category main.site-main article .blog-social-share,
body.archive.category main.site-main article .post-author {
  display: none;
}

section.gallery-cosmetic-main .section-head p {
  text-align: center;
}

section.gallery-restorative-main .section-head p {
  text-align: center;
}

section.gallery-periodontal-main .section-head p {
  text-align: center;
}

section.gallery-restorative-main {
  background-color: #ecf8fc;
}

section.blog-block form.search-form label input.search-field {
  width: 100%;
  padding: 12px 10px;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  color: #c6c6c6;
  border: 1px solid #c6c6c6;
  outline: none;
  text-indent: 10px;
}

section.blog-block form.search-form {
  max-width: 800px;
  width: 100%;
  margin: 0 0 40px;
  position: relative;
  left: -15px;
}

section.blog-block form.search-form label {
  width: 100%;
}

section.blog-block form.search-form input.search-submit {
  position: absolute;
  right: 0;
  font-size: 1px;
  padding: 31px;
  background-color: #0d64a3;
  border-color: #0d64a3;
}

section.blog-block form.search-form input.search-submit:hover {
  background-color: #f27025;
  border-color: #f27025;
  color: #f27025;
}

section.blog-block form.search-form input.search-submit {
  position: absolute;
  right: 0;
  font-size: 1px;
  padding: 31px;
  background-color: #0d64a3;
  border-color: #0d64a3;
  background-image: url("/wp-content/uploads/2021/09/search-icon.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  cursor: pointer;
  transition: 0.3s ease;
  color: #0d64a3;
}

body.search.search-results .site-main {
  margin: 0 auto;
  padding: 100px 0;
  width: 100%;
  max-width: 1440px;
}

body.search.search-results aside#secondary {
  display: none;
}

body.search.search-results .site-main header.page-header h1.page-title {
  font-size: 50px;
  line-height: 70px;
  font-weight: bold;
  color: #4c6575;
  transition: 0.3s ease;
  text-decoration: none;
  margin: 0 auto 20px;
  font-family: "Playfair Display", serif !important;
}

body.search.search-results .site-main article {
  max-width: 1200px;
  margin: 60px 0;
  overflow: hidden;
  width: 100%;
}

body.search.search-results .site-main article h2.entry-title a:hover {
  color: #f27025;
}

body.search.search-results .site-main article h2.entry-title,
body.search.search-results .site-main article h2.entry-title a {
  font-size: 42px;
  line-height: 60px;
  font-weight: bold;
  color: #4c6575;
  transition: 0.3s ease;
  text-decoration: none;
  margin: 0 auto 20px;
  font-family: "Playfair Display", serif !important;
}

body.search.search-results .site-main article .entry-meta {
  margin: 0 auto 40px;
  padding: 0 0 30px;
  border-bottom: 2px solid #4c6575;
  display: flex;
  list-style: none;
  align-items: center;
  column-gap: 20px;
}

body.search.search-results .site-main article .entry-meta span {
  font-size: 22px;
  color: #818285;
  line-height: 32px;
  letter-spacing: 0.22px;
  padding-right: 20px;
  border-right: 1px solid #4c6575;
}

body.search.search-results .site-main article .entry-meta span.byline {
  padding: 0;
}

body.search.search-results .site-main article .entry-meta span.author.vcard {
  border: none;
}

body.search.search-results .site-main article .entry-meta a {
  color: #f27025;
  font-weight: 500;
  transition: 0.3s ease;
}

body.search.search-results .site-main article .entry-meta a:hover {
  color: #4c6575;
}

body.error404 main.site-main {
  padding: 120px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
}

body.error404 main.site-main h1.page-title {
  font-size: 50px;
  line-height: 70px;
  font-weight: bold;
  color: #4c6575;
  transition: 0.3s ease;
  text-decoration: none;
  margin: 0 auto 20px;
  text-align: center;
  font-family: "Playfair Display", serif !important;
}

body.error404 main.site-main p {
  font-size: 22px;
  color: #818285;
  line-height: 32px;
  letter-spacing: 0.22px;
  text-align: center;
}

body.error404 main.site-main form.search-form {
  margin: 40px auto 0;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  position: relative;
}

body.error404 main.site-main form.search-form label {
  width: 100%;
}

body.error404 main.site-main form.search-form input.search-field {
  width: 100%;
  padding: 12px 10px;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  color: #c6c6c6;
  border: 1px solid #c6c6c6;
  outline: none;
  text-indent: 10px;
}

body.error404 main.site-main form.search-form input.search-submit:hover {
  background-color: #f27025;
  border-color: #f27025;
  color: #f27025;
}

body.error404 main.site-main form.search-form input.search-submit {
  position: absolute;
  right: 0;
  font-size: 1px;
  padding: 31px;
  background-color: #0d64a3;
  border-color: #0d64a3;
  background-image: url("/wp-content/uploads/2021/09/search-icon.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  cursor: pointer;
  transition: 0.3s ease;
  color: #0d64a3;
}

body.search.search-results .site-main article footer.entry-footer a:hover {
  color: #4c6575;
}

body.search.search-results .site-main article footer.entry-footer a {
  color: #f27025;
  font-weight: 500;
  transition: 0.3s ease;
}

body.search.search-results .site-main article footer.entry-footer span {
  font-size: 22px;
  color: #818285;
  line-height: 32px;
  letter-spacing: 0.22px;
}

body.search.search-results .nav-links a:hover {
  color: #4c6575;
}

body.search.search-results .nav-links a {
  color: #f27025;
  font-weight: 500;
  transition: 0.3s ease;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
}

body.search.search-results .site-main article header.entry-header {
  border-bottom: 2px solid #4c6575;
  margin: 0 auto 20px;
}

body.archive.category .blog-cont-list h2 a:hover {
  color: #f27025;
}

body.archive.category .blog-cont-list h2,
body.archive.category .blog-cont-list h2 a {
  font-size: 50px;
  line-height: 70px;
  font-weight: bold;
  color: #4c6575;
  transition: 0.3s ease;
  text-decoration: none;
  margin: 0 auto 20px;
  font-family: "Playfair Display", serif !important;
}

body.archive.category article h2.entry-title a:hover {
  color: #f27025;
}

body.archive.category article h2.entry-title,
body.archive.category article h2.entry-title a {
  font-size: 50px;
  line-height: 70px;
  font-weight: bold;
  color: #4c6575;
  transition: 0.3s ease;
  text-decoration: none;
  margin: 0 auto 20px;
  font-family: "Playfair Display", serif !important;
}

body.archive.category article .blog-cont-list h2 {
  display: none;
}

body.archive.category .blog-cont-list {
  margin: 0 auto 80px;
}

body.archive.category .blog-cont-list a.blog-btn {
  max-width: 200px;
  min-height: 55px;
  padding: 10px 10px;
}

body.archive.category .blog-cont-list p {
  display: none;
}

body.archive.category article ul.blog-head-content,
body.archive.category ul.blog-head-content {
  display: flex;
  list-style: none;
  margin: 0 auto 40px;
  padding: 0 0 40px;
  border-bottom: 2px solid #4c6575;
  align-items: center;
  column-gap: 20px;
}

body.archive.category article ul.blog-head-content li,
body.archive.category ul.blog-head-content li {
  font-size: 22px;
  color: #818285;
  line-height: 32px;
  letter-spacing: 0.22px;
  padding-right: 20px;
  border-right: 1px solid #4c6575;
}

body.archive.category article ul.blog-head-content li a:hover,
body.archive.category ul.blog-head-content li a:hover {
  color: #4c6575;
}

body.archive.category article ul.blog-head-content li a,
body.archive.category ul.blog-head-content li a {
  color: #f27025;
  font-weight: 500;
  transition: 0.3s ease;
}

body.archive.category article a.post-thumbnail {
  display: none;
}

body.archive.category article ul.blog-head-content .pld-like-dislike-wrap,
body.archive.category ul.blog-head-content .pld-like-dislike-wrap {
  margin: 0 0 0;
}

body.archive.category nav.navigation.posts-navigation .nav-links a:hover {
  color: #f27025;
}

body.archive.category nav.navigation.posts-navigation .nav-links a {
  font-size: 24px;
  line-height: 60px;
  color: #818285;
  font-weight: 400;
  transition: 0.3s ease;
  margin: 0 2px 0;
  font-family: "Playfair Display", serif !important;
}

body.archive.category main.site-main .blog-cont-list,
body.archive.category main.site-main article {
  max-width: 1140px;
  margin: 0 0 80px;
}

.gallery-cat-list .gallery-img {
  margin: 0 auto 40px;
  overflow: hidden;
  max-width: 800px;
}

.gallery-cat-list .gallery-img img {
  width: 100%;
  max-width: none;
  height: 100%;
}

.gallery-cat-list .gallery-img img {
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 600px;
  max-height: 600px;
  object-fit: cover;
}

section.gallery-single-main article {
  margin: 0 auto;
}

section.gallery-single-main article .addtoany_content {
  display: none;
}

body.tax-patients_category main#primary {
  max-width: 1470px;
  margin: 0 auto;
  padding: 100px 0;
  overflow: hidden;
}

body.tax-patients_category main#primary header.page-header {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto 40px;
  max-width: 320px;
  overflow: hidden;
  position: relative;
  padding: 0 0 100px;
}

body.tax-patients_category main#primary header.page-header:after {
  position: absolute;
  content: "";
  height: 75px;
  width: 1px;
  background-color: #dadada;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 10px;
}

body.tax-patients_category main#primary header.page-header h1.page-title {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 1px;
}

body.tax-patients_category main#primary header.page-header h1.page-title span {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: block;
  overflow: hidden;
  color: #2170a7;
  font-size: 55px;
  font-weight: 700;
  line-height: 75px;
}

ul.social-icons {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  padding: 40px 0;
  border: 1px solid #d1d1d2;
  border-right: transparent;
  border-left: transparent;
}

ul.social-icons li {
  display: inline-block;
}

ul.social-icons h4 {
  font-size: 22px;
  line-height: 32px;
  color: #818285;
}

.post-author img {
  width: auto !important;
  border: 1px solid transparent;
  border-radius: 50px;
  min-height: 100%;
  height: 100%;
}

.post-author-right a {
  font-size: 22px;
  line-height: 65px;
  color: #515454;
}

.post-author {
  position: relative;
  border-bottom: 1px solid #d1d1d2;
  padding: 40px 0 80px 0;
  display: flex;
}

.post-author-right p {
  font-size: 18px;
  line-height: 45px;
  color: #515454;
}

.post-author-right {
  margin-left: 20px;
  display: block;
  width: max-content;
}

.single-icons {
  float: right;
}

body.tax-patients_category main#primary article {
  float: left;
  width: 48%;
  margin: 0 1% 20px;
}

body.tax-patients_category .blog-cont-list {
  display: none;
}

body.tax-patients_category main#primary article {
  float: left;
  width: 48%;
  margin: 0 1% 10px;
}

body.tax-patients_category main#primary article header.entry-header {
  display: none;
}

body.tax-patients_category main#primary article .entry-content p {
  display: none;
}

body.single-patients section.gallery-single-main article .entry-content {
  max-width: 806px;
  margin: 0 auto;
  text-align: center;
}

body.single-patients section.gallery-single-main article img {
  display: none;
}

section.gallery-single-main .gallery-img .owl-nav {
  top: 50%;
}

.gallery-cat-list .gallery-img img {
  height: auto;
}

.hamburger-menu {
  display: none;
}

.bar {
  width: 25px;
  height: 3px;
  background: #2170a7;
  position: relative;
  top: 35%;
}

.bar::before,
.bar::after {
  content: "";
  width: 25px;
  height: 3px;
  transform: translateY(-6px);
  background: #2170a7;
  position: absolute;
}

.bar::after {
  transform: translateY(6px);
}

.cleaning-main-section .cleaning-main-content ul li {
  list-style: none;
  position: relative;
}

.cleaning-main-section .cleaning-main-content ul li::before {
  content: "\2022";
  position: absolute;
  font-size: 32px;
  display: inline-block;
  width: 1em;
  margin-left: -0.9em;
  font-weight: bold;
  color: #4a6272;
}

/* .dentistry-team-main ul.dentistry-team-list.dr-team-slider li {
                        margin-right: 10px;
                    } */

a.toggle-head-img {
  display: none;
}

.entry-content {
  width: 96%;
  margin: 0 auto;
}

#secondary.widget-area {
  margin: 0 auto;
  width: 96%;
}

.mob-list ul li::after {
  display: none;
}

li.ortho-list::before {
  display: none;
}

#gf_progressbar_wrapper_4 {
  display: none;
}

section.rcd-aftercare.banner-main.rd-primary-sec.row-center
  section.rd-primary-sec
  span
  ul
  li::before {
  content: "\2022";
  position: absolute;
  font-size: 32px;
  display: inline-block;
  width: 1em;
  margin-left: -0.9em;
  font-weight: bold;
  color: #4a6272;
}

section.rcd-aftercare.banner-main.rd-primary-sec.row-center
  section.rd-primary-sec
  span
  p {
  margin-top: 20px;
}

header.site-header.sticky {
  padding-bottom: 0px;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1980px;
  transition: 0.3s ease;
}

header.site-header.sticky .header-right {
  display: block;
}

section.inlays-procedure.dentistry-team-main {
  margin-top: 100px;
}

section.lplaser-consult-main.flexible-consult-main {
  padding-bottom: 0;
}

section.rcd-implants.inlays-procedure.dentistry-team-main {
  margin-top: 100px;
}

fieldset#field_3_5 {
  margin-top: 95px;
}

fieldset#field_3_5 {
  margin-top: 95px;
}

fieldset#field_11_5 {
  margin-bottom: 60px;
  margin-top: 118px;
}

fieldset#field_3_7,
fieldset#field_11_7 {
  margin-top: 118px;
  width: 52%;
}

.product-list .product-content img {
  width: 100%;
}

.x-rays-common-sec section.rd-primary-sec .rd-primary-left ul li::before {
  content: "\2022";
  position: absolute;
  font-size: 32px;
  display: inline-block;
  width: 1em;
  margin-left: -0.9em;
  font-weight: bold;
  color: #4a6272;
}

.gallery-cat-content:before {
  position: absolute;
  content: "";
  height: 75px;
  width: 1px;
  background-color: #dadada;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10px;
}

.gallery-cat-sec h5 {
  font-size: 20px;
  line-height: 24px;
  color: #535454;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-family: "Raleway" !important;
}

.gallery-cat-sec {
  padding: 100px 0;
}

section.gallery-cosmetic-main.product-main {
  padding: 0;
}

.gallery-cat-content {
  position: relative;
  padding: 110px 15px 0;
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  overflow: hidden;
}

.gallery-cat-content a.cat-link {
  position: relative;
  transition: 0.3s ease;
  font-size: 1px;
  color: transparent;
  margin: 0 1% 40px;
  vertical-align: top;
  top: 0;
  float: left;
  width: 32%;
}

.gallery-cat-content a.cat-link:nth-child(3n + 1) {
  margin-left: 0;
}

.gallery-cat-content a.cat-link:nth-child(3n + 3) {
  margin-right: 0;
}

.gallery-cat-content a.cat-link h4 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  top: 0;
  margin: 0 auto;
  padding: 13px 0px;
  font-size: 28px;
  line-height: 75px;
}

.gallery-cat-sec:nth-child(2n + 2) {
  background-color: #ecf8fc;
}

.gallery-cat-content a.cat-link:nth-child(2n + 1) h4 {
  color: #7f9caf;
  background-color: #c5d5e0;
}

body.tax-before_category main.site-main {
  padding: 100px 15px;
  max-width: 1470px;
  margin: 0 auto;
  overflow: hidden;
}

body.tax-before_category main.site-main header.page-header {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto 40px;
  overflow: hidden;
  position: relative;
  padding: 0 0 100px;
}

body.tax-before_category main.site-main header.page-header:after {
  position: absolute;
  content: "";
  height: 75px;
  width: 1px;
  background-color: #dadada;
  left: -30px;
  right: 0;
  margin: 0 auto;
  bottom: 10px;
}

body.tax-before_category main.site-main h1.page-title {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: block;
  overflow: hidden;
  color: #2170a7;
  font-size: 55px;
  font-weight: 700;
  line-height: 75px;
}

body.tax-before_category main.site-main .blog-cont-list {
  display: none;
}

body.tax-before_category main.site-main article:nth-child(2n + 1) {
  margin-left: 0;
}

body.tax-before_category main.site-main article {
  float: left;
  width: 48%;
  margin: 0 1% 30px;
}

body.tax-before_category main.site-main article:nth-child(2n + 2) {
  margin-right: 0;
}

body.tax-before_category main.site-main article .entry-content {
  display: none;
}

body.before_after-template-default.single-before_after
  section.gallery-single-main
  .post-thumbnail {
  display: none;
}

body.tax-before_category main.site-main article header.entry-header {
  display: none;
}

section.gallery-single-main article .entry-content {
  text-align: center;
}

#gform_page_3_1 .gform_page_footer.top_label {
  margin-bottom: 115px;
}

body.tax-before_category .page-content {
  font-size: 22px;
  color: #818285;
  line-height: 32px;
  letter-spacing: 0.22px;
  text-align: center;
}

body.tax-before_category .page-content form.search-form {
  margin: 40px auto 0;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  position: relative;
}

body.tax-before_category .page-content form.search-form label {
  width: 100%;
}

body.tax-before_category .page-content form.search-form input[type="search"] {
  width: 100%;
  padding: 12px 10px;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  color: #c6c6c6;
  border: 1px solid #c6c6c6;
  outline: none;
  text-indent: 10px;
}

body.tax-before_category .page-content form.search-form input.search-submit {
  position: absolute;
  right: 0;
  font-size: 1px;
  padding: 31px;
  background-color: #0d64a3;
  border-color: #0d64a3;
  background-image: url(/wp-content/uploads/2021/09/search-icon.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  cursor: pointer;
  transition: 0.3s ease;
  color: #0d64a3;
}

body.tax-before_category
  .page-content
  form.search-form
  input.search-submit:hover {
  background-color: #f27025;
  border-color: #f27025;
  color: #f27025;
}

body.search.search-results .navigation ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  list-style: none;
  justify-content: space-around;
  max-width: 260px;
  align-items: center;
}

body.search.search-results nav.navigation {
  display: none;
}

body.search.search-results .navigation ul li a:hover {
  color: #f27025;
}

body.search.search-results .navigation ul li.active a {
  color: #f27025;
}

body.search.search-results .navigation ul li a {
  font-size: 24px;
  line-height: 60px;
  color: #818285;
  font-weight: 400;
  transition: 0.3s ease;
  margin: 0 auto;
  font-family: "Playfair Display", serif !important;
}

body.search.search-results .navigation ul li {
  margin: 0 4px 0;
}

body.search.search-no-results section.no-results.not-found {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding: 100px 0;
}

body.search.search-no-results section.blog-block.section-padding {
  display: none;
}

body.search.search-no-results
  section.no-results.not-found
  header.page-header
  h1 {
  font-size: 50px;
  line-height: 70px;
  font-weight: bold;
  color: #4c6575;
  transition: 0.3s ease;
  text-decoration: none;
  margin: 0 auto 20px;
  text-align: center;
  font-family: "Playfair Display", serif !important;
}

body.search.search-no-results section.no-results.not-found .page-content p {
  font-size: 22px;
  color: #818285;
  line-height: 32px;
  letter-spacing: 0.22px;
  text-align: center;
}

body.search.search-no-results
  section.no-results.not-found
  .page-content
  form.search-form {
  margin: 40px auto 0px;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  position: relative;
}

body.search.search-no-results
  section.no-results.not-found
  .page-content
  form.search-form
  input.search-submit {
  position: absolute;
  right: 0;
  font-size: 1px;
  padding: 31px;
  background-color: #0d64a3;
  border-color: #0d64a3;
  background-image: url(/wp-content/uploads/2021/09/search-icon.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  cursor: pointer;
  transition: 0.3s ease;
  color: #0d64a3;
}

body.search.search-no-results
  section.no-results.not-found
  .page-content
  form.search-form
  input.search-submit:hover {
  background-color: #f27025;
  border-color: #f27025;
  color: #f27025;
}

body.search.search-no-results
  section.no-results.not-found
  .page-content
  form.search-form
  label {
  width: 100%;
}

body.search.search-no-results
  section.no-results.not-found
  .page-content
  form.search-form
  input[type="search"] {
  width: 100%;
  padding: 12px 10px;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  color: #c6c6c6;
  border: 1px solid #c6c6c6;
  outline: none;
  text-indent: 10px;
}

section.pslsr-types-main .flex-block-content .row {
  align-items: baseline;
}

section.pslsr-types-main {
  padding-bottom: 0px;
}

section.rdmetal-amalgam-main {
  padding-bottom: 0;
}

section.rdmetal-amalgam-main .flex-block-head {
  margin: 0 auto;
}

/* #primary-menu #menu-item-16105 ul.sub-menu #menu-item-9915 ul.sub-menu {
                min-width: 100%;
                background: #fff;
                display: none;
                position: absolute;
                z-index: 999;
                left: 100%;
                top: 0%;
            }
            
            #primary-menu #menu-item-16105 ul.sub-menu #menu-item-9915:hover ul.sub-menu {
                display: block;
            }
            
            #primary-menu #menu-item-16105 ul.sub-menu #menu-item-9915 ul.sub-menu li {
                display: block;
            } */

/* #primary-menu #menu-item-10104 ul.sub-menu #menu-item-9912 ul.sub-menu {
                min-width: 100%;
                background: #fff;
                display: none;
                position: absolute;
                z-index: 999;
                left: 100%;
                top: 0%;
            } */

/* #primary-menu #menu-item-10104 ul.sub-menu #menu-item-9912:hover ul.sub-menu {
                display: block;
            }
            
            #primary-menu #menu-item-10104 ul.sub-menu #menu-item-9912 ul.sub-menu li {
                display: block;
            } */

/* #menu-item-9915::before {
                content: "\f105";
                font-family: 'FontAwesome';
                color: #535454;
                border-color: #b7deaf;
                float: right;
                font-weight: 700;
                position: absolute;
                right: 5%;
                z-index: 99;
                top: 11px;
                cursor: pointer;
            } */

/* #menu-item-9912::before {
                content: "\f105";
                font-family: 'FontAwesome';
                color: #535454;
                border-color: #b7deaf;
                float: right;
                font-weight: 700;
                position: absolute;
                right: 5%;
                z-index: 99;
                top: 11px;
                cursor: pointer;
            } */

.smile-zirconia-tab section.common-tab {
  padding-bottom: 0;
}

body.page-template.page-template-sleep-diagnosis
  section.headnone
  .cosdent-full-right
  h3 {
  display: block;
}

a.blue.orange-content-link {
  color: #6e9db4 !important;
}

a.blue.orange-content-link:hover {
  color: #4a6272 !important;
}

section.holi-stic.restoration-list-main {
  padding-bottom: 60px;
}

body.page-template-search main.site-main {
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
  max-width: 1470px;
}

body.page-template-search section.blog-block form.search-form {
  margin: 0 auto;
}

.page-template-in-office .ins-left .ins-content ul.ins-list {
  list-style: none;
}

.page-template-in-office .ins-left .ins-content ul.ins-list li span {
  position: relative;
}

.page-template-in-office .ins-left .ins-content ul.ins-list li span:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #4a6272;
  border: 1px solid #4a6272;
  border-radius: 50px;
  top: 12px;
  left: -20px;
}

body.page-template-search main.site-main h2.entry-title a:hover {
  color: #0d64a3;
}

body.page-template-search main.site-main h2.entry-title a {
  color: #f27025;
  font-weight: 500;
  transition: 0.3s ease;
}

body.page-template-free-dental-consult-template
  section.free-dental-consultation
  .gform_confirmation_message {
  text-align: center;
  color: #008000;
}

body.page-template-free-dental-consult-template
  section.free-dental-consultation
  .gform_confirmation_wrapper {
  margin: 100px auto;
  padding: 0 30px;
  width: 100%;
}

section.free-dental-consultation
  form#gform_3
  div#gform_fields_3
  .gfield_validation_message {
  display: none;
}

section.free-dental-consultation
  form#gform_3
  div#gform_fields_3
  .gfield_error
  select
  option {
  border-color: #f00;
}

#gform_page_3_4 .gform_page_footer.top_label {
  margin-bottom: 100px;
}

/* section.free-dental-consultation form#gform_3 div#gform_fields_3 div#field_3_1 iframe {
                width: 900px;
                height: 900px;
            } */

section.free-dental-consultation form#iframe {
  width: 900px;
  height: 900px;
}

div#field_3_19 {
  margin-top: 60px;
}

body.before_after-template-default.single-before_after,
body.page-template-blog-template,
body.tax-before_category {
  padding-top: 97px;
}

.second_option_left.test {
  width: 60%;
  margin: 0 auto;
  margin-top: 80px;
}

#sync1 .owl-nav {
  position: absolute;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
}

.owl-prev {
  width: 40px;
  height: 40px;
  left: -10%;
  position: absolute;
}

.owl-next {
  width: 40px;
  height: 40px;
  right: -10%;
  position: absolute;
}

#sync2 .gallery-content {
  margin-right: 25px;
  height: auto;
  width: initial;
}

#sync2 img {
  height: 100%;
}

button:focus {
  outline: none !important;
}

header.site-header .header-right ul.hdr-top li.appt-btn a:hover {
  color: #0d64a3 !important;
}

.post-author {
  display: none;
}

ul.blog-head-content li:first-child {
  display: none;
}

h3:empty {
  border: none !important;
}

.faq-content ul {
  /* padding: 0; */
  margin: 0;
  list-style: none;
}

.page-template-blog-template .page-container.review-pg {
  padding-top: 0 !important;
}

.page-template-cosmetic-invs-treat
  .cosmetic-invs-faq
  .restore-faq-section.banner-main.insurance-banner-main {
  margin: 0;
}

section.row-center .flex-block-content .row {
  align-items: start;
}

.admin-bar #masthead {
  margin-top: 32px;
}

a.custom-logo-link img {
  max-width: 100%;
}

.smile-zeronica-faq .restore-faq-section.banner-main.insurance-banner-main {
  margin-bottom: 0;
}

h2:empty {
  margin: 0;
  display: none;
}

.product-hide p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#tab-2 {
  display: none;
}

.locations {
  padding-top: 160px !important;
}

.product-hide p {
  text-align: center;
}

p:empty {
  margin: 0;
  display: none;
}

/* faq */
.rd-faq-shortcode h2 {
  display: none;
}

.rd-faq-shortcode h3,
.cosdent-full-content .rd-faq-shortcode h3 {
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  color: #515454 !important;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  border: none;
}

.wpsso-question-content:not(.show) {
  display: none;
}

.wpsso-question-title::after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 32px;
  right: 1px;
  color: #515454;
  -moz-transform: rotate(-90deg);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  background-image: url(//www.cosmeticdentistsnewyorkcity.com/wp-content/themes/cosmetic/./img/plus.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  width: 20px;
  height: 20px;
  left: 0;
}

.wpsso-faq .wpsso-question-title {
  bottom: 0;
  padding: 0;
  width: 100%;
  font-size: 30px !important;
  line-height: 44px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-weight: 700 !important;
  position: relative;
  text-align: left;
  padding-right: 20px;
  white-space: inherit;
  color: #515454 !important;
  border: none;
  background: 0 0 !important;
  padding-left: 28px !important;
  font-family: Raleway !important;
}

.wpsso-question-title.open::after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  background-image: url(//www.cosmeticdentistsnewyorkcity.com/wp-content/themes/cosmetic/./img/minus.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
}

.wpsso-question-content {
  padding-top: 20px;
  color: #818285;
  padding-bottom: 30px;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
}

.wpsso-question-content p {
  margin: 0 auto !important;
}

.btn:focus {
  box-shadow: none !important;
}

.ps-carousel-inner {
  width: 42%;
  margin: 0 auto;
}

header.site-header
  nav#site-navigation
  .menu.nav-menu
  li
  ul.sub-menu
  li.menu-item-has-children:before {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 3%;
  z-index: 99;
  top: 0px;
  cursor: pointer;
  bottom: 0;
  margin: auto;
  height: 25px;
}

section.cosdent-full-main.row-reverse .cosdent-full-right {
  float: right;
}

.gform_wrapper.gravity-theme #field_3_7 .ginput_complex span {
  flex: none !important;
  width: 23.5% !important;
}

.gform_wrapper.gravity-theme #field_3_7 .ginput_complex span input,
.gform_wrapper.gravity-theme #field_11_7 .ginput_complex span input {
  width: 100% !important;
}

/* new form  */
.location-radio label#label_11_58_0::before {
  position: absolute;
  content: "209 W 19th St, New York, NY, 10011";
  top: 80px;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
  text-align: left;
  width: 440px;
  height: 80px;
  color: #c1c2c5;
}

.location-radio label#label_11_58_1::before {
  position: absolute;
  content: "110 East 40th Street #512 New York, NY, 10016";
  top: 80px;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
  text-align: left;
  width: 440px;
  height: 80px;
  color: #c1c2c5;
}

.location-radio label#label_11_58_2::before {
  position: absolute;
  content: "230 Centre St, Nutley, NJ 07110, USA";
  top: 80px;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.22px;
  text-align: left;
  width: 440px;
  height: 80px;
  color: #c1c2c5;
}

.location-radio label {
  position: relative;
  min-height: 140px;
  color: #6e9db4;
  cursor: pointer;
  border-bottom: 1px solid #cacaca;
  margin: 0 auto 20px;
  transition: 0.3s ease;
  width: 100%;
  overflow: hidden;
  outline: none;
  border: none;
  font-size: 30px !important;
  line-height: 75px;
  text-align: left;
  width: 100%;
  display: block;
  margin: 0px auto 0;
  color: #6e9db4;
}

.gform_wrapper.gravity-theme .location-radio .gfield-choice-input + label {
  max-width: 100% !important;
}

.location-radio label::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2021/08/loc-arrow.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  right: 20px;
  top: 50px;
  width: 20px;
  height: 20px;
}

.location-radio .gchoice {
  display: block;
  padding: 34px 0px 20px;
  width: 100%;
  border-bottom: 1px solid #cacaca;
}

#gform_page_11_1 .location-radio label {
  padding-left: 20px;
  padding-right: 20px;
}

section.free-dental-consultation form#gform_11 {
  display: block;
  width: 87%;
  float: none;
  margin: 0 auto;
}

div#field_11_20 {
  margin-bottom: 40px;
}

/* section.free-dental-consultation
  form#gform_11
  #gform_fields_11
  input.gfield-choice-input {
  display: none;
} */

section.free-dental-consultation #gform_fields_11 fieldset {
  width: 100% !important;
  /* max-width: 760px; */
  max-width: 100% !important;
  float: left;
  margin-top: 7% !important;
  margin-right: 0px !important;
}

section.free-dental-consultation
  #gform_11
  .gform_body
  .gform_page_footer.top_label {
  left: 0;
}

section.free-dental-consultation form#gform_11 legend.gfield_label {
  padding: 0 0 26px;
  font-size: 50px;
  line-height: 65px;
  color: #4c6575;
  /* border-bottom: 3px solid #4c6575; */
  display: block;
  margin-bottom: 0px !important;
  border-bottom: none;
  width: 100%;
}

#gform_page_11_5 .gfield_label {
  border-bottom: none !important;
  margin-bottom: 0;
}

#gform_page_11_1 [type="radio"]:checked + label {
  background-color: #f3fcff !important;
}

section.free-dental-consultation
  form#gform_11
  #gform_page_11_1
  legend.gfield_label {
  border-bottom: 3px solid #4c6575;
  margin-bottom: 40px !important;
}

.gchoice {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

section.free-dental-consultation form .gfield--type-html.gfield--width-half {
  float: left;
  max-width: 800px;
  width: 100%;
  /* margin-top: 7%; */
  margin-top: 16%;
}

#gf_progressbar_wrapper_11 {
  display: none;
}

#gform_fields_11_5 div#field_11_35 label,
#gform_fields_11_5 div#field_11_35 label,
#gform_fields_11_5 div#field_11_19 label,
#gform_fields_11_5 div#field_11_20 select,
#gform_fields_11_5 div#field_11_35 select,
#gform_fields_11_5 div#field_11_35 select,
#gform_fields_11_5 div#field_11_19 select,
#gform_fields_11_5 div#field_11_20 select,
#gform_fields_11_5 div#field_11_35 fieldset,
#gform_fields_11_5 div#field_11_35 fieldset,
div#field_11_19 fieldset,
#gform_fields_11_5 div#field_11_35 input,
#gform_fields_11_5 div#field_11_35 input,
div#field_11_19 input,
#gform_fields_11_5 div#field_11_20 input {
  width: 100% !important;
  max-width: 100% !important;
}
div#field_11_35,
div#field_11_35,
div#field_11_19,
div#field_11_20 {
  width: 100%;
}

div#gform_confirmation_wrapper_11 {
  padding: 60px;
  width: 94%;
  text-align: center;
  margin: 0 auto;
}

#field_11_5 .gfield_label.gform-field-label {
  margin-top: 0 !important;
}

#field_11_58 legend {
  margin-top: 0 !important;
}

.partial_entry_warning {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  line-height: 36px;
  color: red;
}

section.free-dental-consultation #gform_fields_11_2 fieldset {
  margin-top: 7%;
}

.partial_entry_warning {
  display: none;
}

/* choose location  */
.location-outer-radio .gform-field-label::before {
  content: attr(data-content);
  display: block;
  font-size: 15px;
  color: #212529;
  margin-bottom: 5px;
}
.location-outer-radio .ginput_container_radio .gform-field-label,
.location-outer-radio .ginput_container_checkbox .gform-field-label {
  display: none !important;
}

/**************************************/

/****zzz media ************/

/****Responsive ************/

@media only screen and (max-width: 2560px) {
  header.site-header .header-right ul.hdr-top li.appt-btn a {
    padding-right: 39px;
  }
}

@media only screen and (max-width: 1800px) {
  body.single-post main#primary {
    padding-bottom: 80px !important;
  }

  .root-canal-consult {
    padding: 0 50px;
  }

  section.common-tab .tab-function .nav-tabs li a {
    font-size: 36px;
    line-height: 73px;
  }

  /* section.common-tab {
                        padding: 150px 0 0px 0;
                    }     */
  body.page-template.page-id-9487 .doctor-image {
    max-width: 45%;
    flex: 50%;
  }

  body.page-template.page-id-9487 .doctor-content {
    flex: 0 0 55%;
    max-width: 55%;
  }

  #field_3_5 {
    max-width: 95.5%;
  }

  .gform_page_footer.top_label {
    left: 4.5%;
  }

  .location-content h1 {
    padding: 0 0 20px;
    font-size: 50px;
    line-height: 65px;
    color: #4c6575;
    border-bottom: 2px solid #4c6575;
    display: block;
    width: 50%;
    position: absolute;
    margin: 0 auto;
    float: right;
    top: 0%;
    left: 3%;
  }

  .locations .locations-tabs ul {
    padding: 0px;
    padding-right: 0px;
    display: block;
    width: 50%;
    padding-right: 0;
    margin: auto 0;
    margin-right: 0px;
    margin-right: 65px;
  }

  .x-rays-common-sec section.rd-primary-sec h3 {
    font-size: 50px;
    line-height: 65px;
    padding-bottom: 10px;
  }

  .tooth-decay-consult {
    padding: 0 50px;
  }

  .manhattan-consult.metal-free-consult {
    padding: 0 50px;
  }

  section.manhattan-consult {
    padding: 0 50px;
    padding-bottom: 70px;
  }

  section.manhattan-consult.dentistry-main.section-padding.section-dot.row-block {
    padding-top: 70px;
  }

  section.manhattan-consult.rcd-implant-consult {
    padding: 0 50px;
  }

  .entry-content ul {
    margin: 0;
  }

  section.free-dental-consultation
    form#gform_3
    div#gform_fields_3
    div#field_3_34,
  section.free-dental-consultation #gform_fields_11 fieldset {
    margin-top: 8%;
  }

  section.free-dental-consultation
    form#gform_3
    div#gform_fields_3
    div#field_3_1,
  section.free-dental-consultation
    form
    div#gform_fields_11
    .gfield--type-html.gfield--width-half {
    max-width: 700px;
  }
  #gform_page_3_5 .gform_page_fields {
    display: block;
    width: 100%;
    float: right;
    max-width: 93%;
    left: 0;
  }

  #gform_page_3_5 .gform_page_footer.top_label,
  section.free-dental-consultation form#gform_11 {
    max-width: 93%;
  }

  #gform_page_3_1
    section.free-dental-consultation
    form#gform_3
    div#gform_fields_3,
  #gform_page_3_1 .gform_page_footer.top_label,
  section.free-dental-consultation form#gform_11 {
    width: 93%;
  }

  section.free-dental-consultation
    .gform_body
    div#gform_page_3_1
    .gform_page_footer.top_label {
    left: 7.5%;
    /* bottom: 180px; */
    bottom: 0;
  }

  #field_3_32 {
    position: absolute;
    right: 0;
    vertical-align: top;
    display: inline;
    top: 0;
    width: 40%;
  }

  #gform_page_3_1 #gform_fields_3,
  #gform_page_3_1 .gform_page_footer.top_label {
    width: 93% !important;
  }
}

@media only screen and (max-width: 1780px) {
  .dent-crown-first section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 60px;
    line-height: 65px !important;
  }
}

@media only screen and (max-width: 1760px) {
  section.rd-primary-sec h3 {
    font-size: 48px;
    padding: 0 0 20px;
    margin-bottom: 26px;
    line-height: 55px;
  }

  .x-rays-common-sec section.rd-primary-sec h3 {
    margin-bottom: 16px;
  }

  header.site-header {
    margin: 0 auto;
    padding: 0px 20px;
    width: 100%;
    border-bottom: 1px solid #dadada;
  }

  header.site-header .header-right ul.hdr-top li {
    list-style: none;
    padding: 20px 12px;
    border-left: 1px solid #eceeef;
  }
}

@media only screen and (max-width: 1720px) {
  section.free-dental-consultation form .gfield--type-html.gfield--width-half {
    margin-top: 17%;
  }

  section.candid-banner-main.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 48px !important;
    line-height: 55px !important;
  }

  #gform_page_3_1 .gfield_label {
    width: 100% !important;
  }

  section.free-dental-consultation
    .gform_wrapper
    .gform_body
    .gform_page_fields
    .top_label
    legend.gfield_label {
    font-size: 36px !important;
    line-height: 46px !important;
  }

  section.candid-banner-main.rd-inner-banner .row .rd-ban-content p {
    font-size: 20px;
    line-height: 30px;
  }

  section.metal-free-banner .rd-inner-banner .rd-banner-left .rd-ban-content {
    width: 90%;
  }

  .smile-zirconia-tab section.common-tab .tab-function .nav-tabs li a:after {
    right: -50px !important;
  }

  section.common-tab .tab-function .nav-tabs li a:after {
    right: -48px;
  }

  section.rd-inner-banner .row .rd-ban-content {
    width: 90%;
  }

  .x-rays-common-sec section.rd-primary-sec h3 {
    font-size: 45px;
    line-height: 55px;
  }

  .x-rays-common-sec section.rd-primary-sec p {
    font-size: 21px;
    line-height: 30px;
  }

  .x-rays-common-sec section.rd-primary-sec .rd-primary-left ul {
    font-size: 21px;
  }

  section.free-dental-consultation
    .gform_body
    div#gform_page_3_1
    .gform_page_footer.top_label {
    left: 5.5%;
  }

  #gform_page_3_5 .gform_page_fields {
    display: block;
    width: 100%;
    float: right;
    max-width: 95%;
    left: 0;
  }

  #gform_page_3_5 .gform_page_footer.top_label,
  section.free-dental-consultation form#gform_11 {
    max-width: 95%;
  }

  #field_3_5 {
    max-width: 97.5%;
  }

  .gform_page_footer.top_label {
    left: 2.5%;
  }

  #gform_page_3_1 #gform_fields_3,
  #gform_page_3_1 .gform_page_footer.top_label,
  section.free-dental-consultation form#gform_11 {
    width: 95% !important;
  }

  #gform_page_3_1
    section.free-dental-consultation
    form#gform_3
    div#gform_fields_3,
  #gform_page_3_1 .gform_page_footer.top_label {
    width: 95%;
  }

  #gform_page_3_5 #input_3_19,
  #gform_page_3_5 #input_3_20 {
    width: 50%;
  }

  section.free-dental-consultation form#gform_3 label.gfield_label {
    width: 50%;
  }
}

@media only screen and (max-width: 1700px) {
  section.free-dental-consultation #gform_fields_11 fieldset,
  section.free-dental-consultation #gform_fields_11_2 fieldset {
    margin-top: 2% !important;
  }

  section.free-dental-consultation form .gfield--type-html.gfield--width-half {
    margin-top: 11% !important;
  }
  section.free-dental-consultation
    form#gform_3
    div#gform_fields_3
    div#field_3_34,
  section.free-dental-consultation #gform_fields_11 fieldset {
    /* max-width: 46%; */
    max-width: 100%;
  }

  section.free-dental-consultation form .gfield--type-html.gfield--width-half {
    max-width: 48%;
  }

  section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 58px;
    line-height: 64px !important;
  }

  .faq-content p {
    font-size: 18px;
    line-height: 28px;
  }

  .restorative-faq-content h2 {
    font-size: 46px;
    line-height: 50px;
    padding-bottom: 15px;
  }

  section.common-tab .tab-function .col-md-7 .tab-content p {
    font-size: 18px;
    line-height: 28px;
    color: #818285;
  }

  .emergency-content p {
    font-size: 18px;
    line-height: 28px;
  }

  header.site-header .header-right ul.hdr-top li.cal-ph a {
    /* font-size: 18px; */
    font-size: 15px;
  }
}

@media only screen and (max-width: 1680px) {
  .x-rays-consult {
    padding: 0 50px;
  }

  section.rd-primary-sec h3 {
    font-size: 45px;
    padding: 0 0 16px;
    margin-bottom: 22px;
    line-height: 50px;
  }

  section.rd-primary-sec h4 {
    font-size: 28px;
    line-height: 40px;
  }

  section.banner-inner-main .banner-inner-content h1 {
    font-size: 55px;
  }
}

@media only screen and (max-width: 1640px) {
  header.site-header .header-right ul.hdr-top li {
    list-style: none;
    padding: 0 10px;
  }

  header.site-header nav#site-navigation {
    text-align: center;
    max-width: 820px;
  }

  header.site-header nav#site-navigation .menu.nav-menu li a {
    font-size: 14px;
  }

  header.site-header .header-right ul.hdr-top li.appt-btn a {
    padding-right: 20px;
  }

  header.site-header .header-right ul.hdr-top li.appt-btn a:after {
    right: 0;
  }
}

@media only screen and (min-width: 1601px) {
  .ins-left .ins-content {
    float: right;
    width: 75%;
    padding-right: 60px;
  }
}

@media only screen and (max-width: 1600px) {
  .page-template.page-template-temp-rd.page-template-smile-zirconia.page-template-temp-rdsmile-zirconia-php.page.page-id-9738.page-child.parent-pageid-10641.logged-in.admin-bar.wp-custom-logo.customize-support
    section.inlays-procedure.dentistry-team-main {
    margin-top: 0;
    padding-top: 0 !important;
  }

  section.oral-exam-main .cosdent-full-right p {
    font-size: 20px;
    line-height: 28px;
  }

  section.free-dental-consultation
    form#gform_3
    div#gform_fields_3
    div#field_3_1
    iframe {
    width: 700px;
    height: 500px;
  }

  .gform_page_footer.top_label {
    left: 0px;
  }

  .pulp-symptoms section.rd-primary-sec .rd-primary-left {
    max-width: 705px;
  }

  section.common-tab {
    padding: 100px 0;
  }

  #field_3_5 {
    max-width: 100%;
  }

  #gform_page_3_2 {
    width: 96%;
    margin: 0 auto;
  }

  section.free-dental-consultation
    .gform_wrapper
    .gform_body
    .gform_page_fields
    .top_label
    legend.gfield_label {
    margin: 0px 0 20px;
  }

  .gform_page_footer.top_label {
    margin-bottom: 75px;
  }

  .locations .locations-tabs ul {
    width: 51.5%;
    margin-top: 150px;
  }

  .location-content h1 {
    width: 51.4%;
    top: 5%;
    left: 1.4%;
  }

  #gform_page_3_1 #field_3_34 {
    margin-top: 0% !important;
  }

  #gform_page_3_1 .gform_page_footer.top_label {
    margin-bottom: 65px !important;
  }

  section.free-dental-consultation
    .gform_body
    div#gform_page_3_1
    .gform_page_footer.top_label {
    left: 2%;
    /* bottom: 100px; */
  }

  #gform_page_3_5 .gform_page_fields {
    display: block;
    width: 100%;
    float: right;
    max-width: 98%;
    left: 0;
  }

  #gform_page_3_5 .gform_page_footer.top_label {
    max-width: 98%;
  }

  #gform_page_3_1 #gform_fields_3,
  #gform_page_3_1 .gform_page_footer.top_label,
  section.free-dental-consultation form#gform_11 {
    width: 98% !important;
    max-width: 98% !important;
  }

  #gform_page_3_1
    section.free-dental-consultation
    form#gform_3
    div#gform_fields_3,
  #gform_page_3_1 .gform_page_footer.top_label {
    width: 98%;
    max-width: 98% !important;
  }

  .cosdent-dot-content .cosdent-dot-right ul li {
    color: #818285;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.22px;
    margin: 0 auto 4px;
  }

  .cosdent-dot-content .cosdent-dot-right {
    padding-left: 10px;
    width: 100%;
    padding-right: 15px;
    float: left;
  }

  .cosdent-dot-content .cosdent-dot-right h2 {
    font-size: 38px;
    line-height: 46px;
  }

  section.period-signs-main .cosdent-full-right .faq-header button {
    font-size: 40px;
    line-height: 50px;
  }

  .page-template-dental-insurance
    section.banner-inner-main
    .banner-inner-content
    h1 {
    font-size: 45px;
    line-height: 60px;
  }

  .insure-content.ins-list-out {
    padding-left: 10px;
    padding-right: 40px;
  }

  .ins-list-out ul li {
    font-size: 18px;
    line-height: 22px !important;
  }

  section.period-signs-main .cosdent-full-right .faq-header button:after {
    top: 32px;
  }

  .insure-plan.insurance-dental.ins-content.banner-inner-content {
    max-width: 580px;
    padding-right: 50px;
  }

  .cleaning-main-content.ins-list-out {
    padding-left: 0;
  }

  section.cspor-faq-main .cosdent-full-right .faq-header button {
    font-size: 40px;
    line-height: 50px;
  }

  section.cspor-faq-main .cosdent-full-right .faq-header button:after {
    top: 32px;
    width: 26px;
    height: 26px;
    left: -5px;
  }

  .x-rays-ad .restorative-faq-content h2 {
    font-size: 46px;
    line-height: 50px;
  }

  .restorative-faq-content h2 {
    margin-bottom: 5px;
  }

  section.dent-crown-first section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 45px !important;
    line-height: 50px !important;
  }

  .ins-left .ins-content {
    float: right;
    width: 90%;
    padding-right: 60px;
  }

  section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 55px;
  }

  section.rd-primary-sec h3 {
    font-size: 42px;
  }

  section.rd-primary-sec span p {
    font-size: 18px;
    line-height: 30px;
  }

  .inlays-main-heading h2 {
    font-size: 46px;
    line-height: 50px;
  }

  .denture-type-headings h2 {
    font-size: 44px;
    line-height: 50px;
  }

  .tab-main-heading h2 {
    font-size: 46px;
    line-height: 50px;
  }

  section.x-rays-types .x-rays-list h3 {
    font-size: 32px;
  }

  .restoration-list-main .restore-headings h2 {
    font-size: 46px;
    line-height: 50px;
  }

  .restoration-list-main .restore-headings h4 {
    color: #818285;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }

  .holi-stic.restoration-list-main.insurance-list-main.section-padding.row-center
    .restore-headings
    h2 {
    margin-bottom: 30px;
  }

  section.common-tab .tab-main-subheading p {
    font-size: 18px;
    line-height: 32px;
    color: #818285;
  }

  section.common-tab .tab-function .nav-tabs li a {
    font-size: 30px;
  }

  .ins-left .ins-content h1 {
    font-size: 46px;
    line-height: 50px !important;
  }

  section.holistic-section .holistic-first h4 {
    color: #818285;
    font-size: 18px;
    line-height: 28px;
  }

  .restorative-pro-left .restorative-procedure-content h2 {
    font-size: 50px;
  }

  .holistic-section .holistic-first p {
    color: #818285;
    font-size: 18px;
    margin: 40px auto;
    line-height: 28px;
  }

  section.metal-dot .restrove-about-main .restrove-about-content h3 {
    font-size: 46px;
    line-height: 50px;
  }

  .pulp-treatment-section h3 {
    font-size: 50px;
  }

  section.lplaser-banner-main .rd-ban-content h1 {
    font-size: 55px !important;
    line-height: 60px !important;
  }

  section.lplaser-banner-main .rd-ban-content p {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  section.lplaser-faq-main .cosdent-full-right .faq-header button {
    font-size: 40px;
    line-height: 50px;
  }

  section.lplaser-faq-main .cosdent-full-right .faq-header button:after {
    top: 30px;
  }

  section.lplaser-benefit-main .cosdent-full-right h3 {
    margin-bottom: 0px;
    padding-bottom: 12px !important;
  }

  section.dnincs-banner-main .rd-ban-content h1 {
    font-size: 46px !important;
    line-height: 55px !important;
    margin-bottom: 5px !important;
  }

  section.dnincs-banner-main .rd-ban-content p {
    margin-top: 0 !important;
  }

  section.free-dental-consultation
    form#gform_3
    div#gform_fields_3
    div#field_3_34,
  section.free-dental-consultation #gform_fields_11 fieldset,
  section.free-dental-consultation #gform_fields_11_2 fieldset {
    /* max-width: 680px; */
    margin-top: 4% !important;
  }

  /* section.free-dental-consultation form#gform_3 div#gform_fields_3 div#field_3_1 {
                    float: right;
                    max-width: 600px;
                } */

  section.free-dental-consultation
    form#gform_3
    div#gform_fields_3
    div#field_3_1,
  section.free-dental-consultation
    form#gform_3
    div#gform_fields_3
    div#field_3_1,
  section.free-dental-consultation
    form
    div#gform_fields_11
    .gfield--type-html.gfield--width-half {
    float: left;
    /* max-width: 600px; */
    margin-top: 9%;
    max-width: 45%;
  }

  section.consult-main .consult-content h2 {
    font-size: 44px;
    line-height: 50px;
  }

  section.common-tab .tab-main-subheading p {
    font-size: 18px;
    line-height: 28px;
    color: #818285;
  }
}

@media only screen and (max-width: 1580px) {
  .faq-header button:after {
    top: 24px;
  }

  .faq-header button {
    font-size: 26px;
    line-height: 30px;
  }

  .x-rays-common-sec section.rd-primary-sec h3 {
    font-size: 44px;
    line-height: 50px;
  }

  .x-rays-common-sec section.rd-primary-sec p {
    font-size: 18px;
    line-height: 28px;
  }

  .x-rays-common-sec section.rd-primary-sec .rd-primary-left ul {
    font-size: 18px;
    line-height: 18px;
  }

  .root-canal-banner section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 46px;
    line-height: 50px !important;
  }

  section.flexible-block-main .flex-content {
    min-height: 300px;
  }

  header.site-header {
    margin: 0 auto;
    padding: 0px 20px;
    width: 100%;
    border-bottom: 1px solid #dadada;
  }

  .tooth-decay-cavities.row-reverse .rd-primary-left {
    float: right;
    width: 95%;
    padding-right: 60px;
    padding-left: 0;
  }

  header.site-header .header-right ul.hdr-top li.cal-ph a {
    font-size: 16px;
  }

  header.site-header .header-right ul.hdr-top li a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1535px) {
  header.site-header .header-right ul.hdr-top li.cal-ph a {
    font-size: 14px;
  }

  header.site-header .header-right ul.hdr-top li {
    padding: 20px 15px;
  }

  header.site-header .header-right ul.hdr-top li.appt-btn a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1524px) {
  section.candid-banner-main.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 46px !important;
    line-height: 50px !important;
  }

  section.candid-banner-main.rd-inner-banner .row .rd-ban-content p {
    margin-bottom: 10px;
  }

  section.candid-faq-main .cosdent-full-right .faq-header button {
    font-size: 40px;
    line-height: 50px;
  }

  section.candid-faq-main .cosdent-full-right .faq-header button:after {
    top: 30px;
  }

  .root-canal-banner section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 46px;
    line-height: 50px !important;
  }

  .root-canal-banner section.rd-inner-banner .row .rd-ban-content p {
    font-size: 18px;
    line-height: 28px;
  }

  section.rd-inner-banner .row .rd-ban-content h4 {
    color: #818285;
    font-size: 18px;
    font-family: "Raleway" !important;
    line-height: 28px;
  }

  .dental-crown-faq .faq-header button {
    font-size: 30px;
    line-height: 40px;
  }

  section.dent-crown section.rd-primary-sec h3 {
    font-size: 44px;
    line-height: 50px;
  }

  section.crowns-common-sec .rd-primary-left h3 {
    line-height: 50px;
  }

  .faq-content {
    color: #818285;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.22px;
  }

  section.rd-primary-sec h3 {
    font-size: 44px;
    line-height: 50px;
  }

  section.rd-primary-sec h4 {
    font-size: 18px;
    line-height: 28px;
  }

  section.rd-primary-sec span p {
    font-size: 18px;
    line-height: 28px;
  }

  section.rd-primary-sec span ul {
    font-size: 18px;
    line-height: 28px;
  }

  .tooth-decay-dot .restrove-about-main .restrove-about-content h3 {
    font-size: 44px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 1500px) {
  body.single-post main#primary div#related_posts {
    width: 92%;
    margin: 0 auto;
  }

  section.flexible-carousel-main .dental-head-main.section-head p {
    margin-top: 30px;
  }

  section.flexible-block-main .flex-block-head h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .cosdent-dot-content .cosdent-dot-right h2 {
    font-size: 44px;
    line-height: 50px;
  }

  .cosdent-dot-content .cosdent-dot-right ul li {
    font-size: 18px;
    line-height: 28px;
  }

  .cosdent-consult-content .cosdent-consult-right h2 {
    font-size: 44px;
    line-height: 50px;
  }

  section.flexible-block-main .flex-block-head h2 {
    font-size: 44px;
    line-height: 50px;
  }

  section.flexible-banner-main .rd-ban-content ul li,
  section.flexible-dot-main .dot-sec-content ul li {
    font-size: 18px;
    line-height: 28px;
  }

  section.lplaser-faq-main .cosdent-full-right .faq-header button::after {
    width: 20px;
    height: 20px;
  }

  section.flexible-block-main .flex-content h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .inlays-main-heading h2 {
    font-size: 44px;
    line-height: 50px;
  }

  .tab-main-heading h2 {
    font-size: 44px;
    line-height: 50px;
  }

  .restorative-faq-content h2 {
    font-size: 44px;
    line-height: 50px;
    padding-bottom: 15px;
  }

  section.common-tab .tab-function .nav-tabs li a {
    font-size: 26px;
  }

  .bridge-advantages .rd-primary-left h3 {
    font-size: 44px;
    line-height: 50px;
  }

  section.holi-stic .col-md-6 h3 {
    font-size: 44px;
    line-height: 50px;
    color: #515454;
  }

  .restoration-list-main .restore-headings h2 {
    font-size: 44px;
    line-height: 50px;
  }

  #gform_page_3_5 .gform_page_fields {
    max-width: 97%;
  }

  section.oral-causes-main .cosdent-full-right .faq-header button {
    font-size: 26px;
    line-height: 30px;
  }

  .restorative-procedure-content ul li {
    font-size: 18px;
    color: #515454;
    line-height: 28px;
    letter-spacing: 0.22px;
  }

  .procedure-headings p {
    font-size: 18px;
    line-height: 28px;
  }

  .faq-header button::after {
    top: 25px;
  }

  section.oral-causes-main .cosdent-full-right .faq-header button::after {
    width: 20px;
    height: 20px;
  }

  section.obst-sympt-main .dot-sec-content h3 {
    line-height: 50px;
  }

  #gform_page_3_5 #input_3_19,
  #gform_page_11_5 #input_3_19 {
    font-size: 24px;
    line-height: 65px;
  }

  section.free-dental-consultation form#gform_3 label.gfield_label,
  section.free-dental-consultation form#gform_11 label.gfield_label {
    padding: 0 0 12px;
    font-size: 36px;
    line-height: 46px;
    color: #4c6575;
    /* border-bottom: 3px solid #4c6575; */
    display: block;
    width: 50%;
  }

  section.free-dental-consultation form#gform_11 legend.gfield_label {
    padding: 0 0 12px;
    font-size: 36px;
    line-height: 46px;
    color: #4c6575;
    /* border-bottom: 3px solid #4c6575; */
    display: block;
  }

  #gform_page_3_5 .gform_page_footer.top_label {
    max-width: 97%;
  }

  #gform_page_3_1 #gform_fields_3,
  #gform_page_3_1 .gform_page_footer.top_label {
    width: 97% !important;
  }

  #gform_page_3_1
    section.free-dental-consultation
    form#gform_3
    div#gform_fields_3,
  #gform_page_3_1 .gform_page_footer.top_label {
    width: 97%;
  }

  section.candid-banner-main.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 46px !important;
    line-height: 50px !important;
  }

  .blog-social-share,
  .post-author,
  #related_posts {
    width: 92%;
    margin: 0 auto;
  }

  header.site-header {
    margin: 0 auto;
    padding: 0px 0px;
    width: 100%;
    border-bottom: 1px solid #dadada;
  }

  .dentistry-team-main ul.dentistry-team-list li a.dentstry-tem-link span {
    font-size: 18px;
    line-height: 28px;
  }

  section.candid-banner-main.rd-inner-banner .row .rd-ban-content p {
    font-size: 18px;
    line-height: 28px;
  }

  section.oral-symp-main .col-md-7 {
    padding-left: 25px;
  }

  .restorative-pro-left .restorative-procedure-content h2 {
    font-size: 44px;
    line-height: 50px;
    padding-bottom: 22px;
  }

  .cosdent-dot-main .cosdent-dot-content img {
    height: auto !important;
  }

  .cosdent-full-content .cosdent-full-right {
    float: left;
    max-width: 580px;
  }

  section.dentist-banner.rd-inner-banner.row-reverse .rd-ban-content {
    float: left;
    padding-left: 70px;
    max-width: 550px;
  }

  header.site-header nav#site-navigation .menu.nav-menu li a {
    font-size: 12px;
  }

  header.site-header .container {
    width: 96% !important;
  }

  footer.site-footer .container {
    width: 94% !important;
  }

  .container {
    width: 96% !important;
  }

  body.archive.category main.site-main {
    width: 96%;
  }

  header.site-header .site-branding {
    max-width: 180px;
    margin-right: 0px;
  }

  header.site-header .header-right ul.hdr-top li.cal-ph a {
    font-size: 14px;
  }

  header.site-header .header-right ul.hdr-top li a {
    font-size: 14px;
  }

  header.site-header .header-right ul.hdr-top li.appt-btn a {
    background-size: 20px;
  }

  header.site-header nav#site-navigation {
    text-align: center;
    max-width: 750px;
  }

  header.site-header .header-right ul.hdr-top li.cal-ph a {
    background-position: 6px;
    padding: 0px 0px 0px 30px;
  }

  .banner-content .banner-left h1 {
    font-size: 46px;
    line-height: 50px;
  }

  .section-dot .section-border h2 {
    font-size: 44px !important;
    line-height: 50px;
  }

  .cosmetic-content .cosm-right {
    padding-left: 60px;
    box-sizing: border-box;
    padding-right: 60px;
  }

  section.row-reverse .cosdent-full-content .cosdent-full-right {
    padding-right: 30px;
    max-width: 600px;
  }

  section.flexible-banner-main.rd-inner-banner.row-reverse
    .row
    .rd-ban-content {
    float: left;
    padding-left: 70px;
    max-width: 550px;
  }

  section.flexible-banner-main.rd-inner-banner .row .rd-ban-content {
    width: 90%;
  }

  section.treatment-banner-main .rd-ban-content {
    max-width: 630px !important;
  }

  .cleaning-main-content h2 {
    font-size: 44px;
    line-height: 50px;
  }

  .cleaning-main-section .cleaning-main-content ul li {
    font-size: 18px;
    line-height: 28px;
  }

  .virtual-content .virt-left.sec-left p {
    font-size: 18px;
    line-height: 28px;
  }

  .banner-content .banner-left h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .banner-content .banner-left a.tel-link {
    font-size: 18px;
    line-height: 28px;
  }

  .banner-content .banner-left p {
    font-size: 18px;
    line-height: 28px;
  }

  ul.dental-list li p {
    font-size: 18px;
    line-height: 28px;
  }

  .product-list .product-content h3.prod-head {
    font-size: 18px;
  }

  section.blog-block ul.blogs-ul .blogs-list p {
    font-size: 18px;
    line-height: 28px;
  }

  section.blog-block ul.blogs-ul .blogs-list h1,
  section.blog-block ul.blogs-ul .blogs-list h1 a {
    font-size: 46px;
    line-height: 50px;
  }

  body.single-post article .blogs-list h2 {
    font-size: 46px;
    line-height: 50px;
  }

  body.single-post p span {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 1490px) {
  section.metal-dot .restrove-about-main .restrove-about-content h3 {
    line-height: 50px;
  }

  .page-template.page-template-temp-rd.page-template-rcd-denture.page-template-temp-rdrcd-denture-php.page.page-id-9745.page-child.parent-pageid-10641.logged-in.admin-bar.wp-custom-logo.customize-support
    .rcd-dentures-list
    .col-md-4 {
    max-width: 380px;
  }
}

@media only screen and (max-width: 1480px) {
  /* body.before_after-template-default.single-before_after .dental-head-main.section-head h1::before{
                    position: absolute;
                    content: '';
                    height: 70px;
                    width: 1px;
                    background-color: #dadada;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    top: 80px;
                } */

  section.free-dental-consultation
    form#gform_3
    div#gform_fields_3
    div#field_3_1
    iframe {
    width: 700px;
    height: 400px;
  }

  .manhattan-content.emergency-service-content.ins-list-out {
    padding: 0;
  }

  body.tax-before_category main.site-main h1.page-title {
    font-size: 46px;
    line-height: 60px;
  }

  .emergency-service-content p {
    font-size: 18px;
    color: #818285;
    line-height: 28px;
  }

  #field_3_5 {
    max-width: 99%;
  }

  .gform_page_footer.top_label {
    left: 1%;
  }

  /* #gform_page_3_1 #field_3_34 {
                    max-width: 56% !important;
                } */

  .manhattan-content.emergency-service-content.ins-list-out h3 {
    font-size: 44px !important;
    line-height: 50px !important;
  }

  section.candid-faq-main .cosdent-full-right .faq-header button {
    font-size: 26px;
    line-height: 30px;
  }

  section.candid-faq-main .cosdent-full-right .faq-header button:after {
    left: -8px;
    top: 25px;
  }

  section.oral-causes-main .cosdent-full-right .faq-header button {
    font-size: 26px;
    line-height: 30px;
  }

  section.oral-causes-main .cosdent-full-right .faq-header button:after {
    top: 25px;
  }

  section.oral-symp-main .dot-sec-content ul li {
    font-size: 18px;
    line-height: 28px;
  }

  section.period-signs-main .cosdent-full-right .faq-header button {
    font-size: 26px;
    line-height: 30px;
  }

  section.period-signs-main .cosdent-full-right .faq-header button:after {
    top: 25px;
  }

  section.intro-help-main .flex-block-content .flex-content ul li {
    font-size: 18px;
    line-height: 28px;
  }

  section.flexible-consult-main .dentistry-content.section-border p {
    max-width: 944px;
    margin: 0 auto 20px;
    color: #515454;
  }

  section.cspor-faq-main .cosdent-full-right .faq-header button {
    font-size: 26px;
    line-height: 30px;
    color: #4a6272 !important;
  }

  section.cspor-faq-main .cosdent-full-right .faq-header button:after {
    top: 25px !important;
    width: 20px;
    height: 20px;
    left: -5px;
  }

  .faq-content p {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }

  section.flexible-full-main .cosdent-full-right ul li {
    color: #515454;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.22px;
    margin: 0 auto 4px;
    position: relative;
  }

  section.flexible-full-main .cosdent-full-right ul li {
    font-size: 18px;
    line-height: 28px;
  }

  section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 46px;
    line-height: 50px !important;
  }

  .overdentures-dot .restrove-about-content p {
    padding-right: 70px;
  }

  .pulp-treatment-section h3 {
    font-size: 44px;
    line-height: 50px;
  }

  .pulp-treatment-section h4,
  .pulp-treatment-section p {
    font-size: 18px;
    line-height: 28px;
  }

  p {
    font-size: 18px;
    color: #818285;
    line-height: 28px;
    letter-spacing: 0.22px;
  }

  section.flexible-banner-main.rd-inner-banner .row .rd-ban-content {
    max-width: 80%;
    width: 100%;
  }

  section.flexible-dot-main .border-none h2 {
    font-size: 44px;
    line-height: 50px;
  }

  section.rd-inner-banner .row .rd-ban-content p {
    font-size: 18px;
    margin: 20px auto;
  }

  .cosdent-full-content .cosdent-full-right h2 {
    font-size: 44px;
    line-height: 50px;
  }

  section.flexible-consult-main .dentistry-content.section-border h2 {
    font-size: 44px;
    line-height: 50px;
    padding: 0 0 0px;
  }

  section.oral-exam-main .cosdent-full-right p {
    font-size: 18px;
    line-height: 28px;
  }

  section.oral-exam-main .cosdent-full-right ul li {
    line-height: 28px;
  }

  section.oral-causes-main .cosdent-full-right .faq-content {
    padding-top: 0;
  }

  section.lplaser-banner-main .rd-ban-content h1 {
    font-size: 46px !important;
    line-height: 50px !important;
  }

  section.lplaser-banner-main .rd-ban-content p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  section.lplaser-faq-main .cosdent-full-right .faq-header button {
    font-size: 26px;
    line-height: 30px;
  }

  .dentistry-team-content p {
    font-size: 18px;
    line-height: 28px;
  }

  section.lcrock-banner-main .loc-banner-left h1 {
    font-size: 46px;
    line-height: 50px;
  }

  section.lcrock-patient-main .section-head h1,
  .lcrock-team-main .section-head h2,
  .single-before_after h1 {
    font-size: 44px;
    line-height: 50px;
  }

  section.lcrock-patient-main .testimonial .testimonial-headings p {
    font-size: 18px;
    line-height: 28px;
  }

  .section-head h1,
  .lcrock-team-main .section-head h2,
  .single-before_after h1 {
    font-size: 44px;
    line-height: 50px;
  }

  .consultation-content p {
    font-size: 18px;
    line-height: 28px;
  }

  section.dentistry-main .dentistry-content.section-border h2 {
    width: 100%;
    display: block;
    font-size: 44px;
    line-height: 50px;
  }

  section.csvivera-protect-main.row-reverse
    .cosdent-full-content
    .cosdent-full-right {
    max-width: 610px;
    padding-right: 20px;
  }

  .procedure-headings p br {
    display: none;
  }

  .locations .locations-tabs ul li {
    width: 100%;
    height: auto;
    display: block;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    color: #0085cc;
    position: relative;
    padding: 0px 0 15px;
    border-bottom: 1px solid #cacaca;
  }

  .location-content h1 {
    width: 51.5%;
    top: 5.5%;
    left: 0.5%;
  }

  section.free-dental-consultation
    .gform_body
    div#gform_page_3_1
    .gform_page_footer.top_label {
    left: 3.5%;
    /* bottom: 140px; */
  }

  section.free-dental-consultation
    form#gform_3
    div#gform_fields_3
    div#field_3_34 {
    /* width: 100%;
                    max-width: 560px; */
    float: left;
    margin-top: 4% !important;
  }

  /* section.free-dental-consultation form#gform_3 div#gform_fields_3 div#field_3_1 {
                    float: right;
                    max-width: 560px;
                } */

  .restrove-about-content p {
    font-size: 18px;
    line-height: 28px;
  }

  .overdentures-dot .restrove-about-content p {
    font-size: 18px;
    line-height: 28px;
    padding-right: 0px;
  }

  section.rd-primary-sec span p {
    font-size: 18px;
    line-height: 28px;
  }

  section.rd-inner-banner .row .rd-ban-content p {
    font-size: 18px;
    margin: 8px auto;
    line-height: 28px;
  }

  body.search.search-results .site-main {
    margin: 0 auto;
    padding: 100px 0;
    width: 92%;
    max-width: 1440px;
  }
}

@media only screen and (max-width: 1440px) {
  #field_3_31,
  #field_11_31 {
    top: -80px;
  }

  .row-reverse.restore-faq-section .restorative-faq-content {
    padding-left: 30px !important;
  }

  section a.tel-link {
    display: initial;
    white-space: nowrap;
  }

  body.tax-patients_category main#primary {
    max-width: 1310px;
  }

  p {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  /* section.free-dental-consultation form#gform_3 div#gform_fields_3 div#field_3_1 iframe {
                    width: 700px;
                    height: 400px;
                } */
}

@media only screen and (max-width: 1400px) {
  .space-layout {
    margin-bottom: 80px !important;
  }

  .space-layout-up {
    margin-top: 80px !important;
  }

  .dentures-faq.restore-faq-section {
    margin-top: 80px !important;
  }

  .page-id-10454
    .snor-banner-main.flexible-banner-main.banner-main.rd-inner-banner,
  .page-id-10454
    .snor-causes-main.flexible-full-main.cosdent-full-main.row-reverse.row-center {
    margin-bottom: 70px;
  }

  .page-id-12832 section.rd-inner-banner .row .rd-banner-left {
    width: 66%;
  }

  .page-id-12832 section.rd-inner-banner .row .rd-banner-right {
    width: 33%;
  }

  .page-id-10457 section.rd-inner-banner .row .rd-banner-left {
    width: 66% !important;
  }

  .page-id-10457 section.rd-inner-banner .row .rd-banner-right {
    width: 33%;
  }

  /* .page-id-10457 .sympt-banner-main.flexible-banner-main.banner-main.rd-inner-banner.row-reverse, .page-id-10457  .sympt-night-main.flexible-full-main.cosdent-full-main.row-center.headnone{
                    margin-bottom: 70px !important;
                } */

  .page-id-12832 section.rd-inner-banner .row .rd-banner-left {
    width: 66% !important;
  }

  .page-id-12832 section.rd-inner-banner .row .rd-banner-right {
    width: 33% !important;
  }

  .page-id-12832
    .intro-types-main.flexible-full-main.cosdent-full-main.row-center {
    margin-bottom: 70px;
  }

  .dental-special-first-section.emergency-content.ins-content {
    width: 95%;
  }

  .restorative-faq-content.ins-content {
    max-width: 95%;
    float: right;
    width: 100%;
  }

  .restore-faq-section .restorative-faq-content {
    padding-left: 10px !important;
    float: left;
  }

  section.rd-primary-sec .rd-primary-left {
    max-width: 95% !important;
  }

  .inlays-common-sec section.rd-primary-sec .rd-primary-left {
    max-width: 95%;
  }

  .metal-free-primary-section section.rd-primary-sec .rd-primary-left {
    max-width: 95% !important;
  }

  .metal-free-second-primary section.rd-primary-sec .rd-primary-left {
    max-width: 95% !important;
  }

  section.insurance-banner-main .ins-left {
    width: 70%;
  }

  section.insurance-banner-main .ins-right {
    width: 30%;
  }

  section.rcd-aftercare .rd-primary-sec .rd-primary-left {
    max-width: 90% !important;
  }

  .restore-faq-section .restorative-faq-content {
    max-width: 95% !important;
    padding-left: 10px !important;
  }

  .wpsso-question-title::after {
    width: 16px !important;
    height: 16px !important;
  }

  .wpsso-faq .wpsso-question-title {
    font-size: 22px !important;
    line-height: 26px !important;
  }

  section.rd-inner-banner .row .rd-banner-right {
    width: 40%;
  }

  section.rd-inner-banner .row .rd-banner-left {
    width: 60%;
  }

  section.flexible-banner-main.rd-inner-banner.row-reverse
    .row
    .rd-ban-content {
    max-width: 80%;
  }

  .bridges-faq .restore-faq-section.banner-main.insurance-banner-main {
    margin-top: 0;
  }

  .x-rays-ad .restorative-faq-content h2 {
    font-size: 44px;
    line-height: 50px;
  }

  .cosdent-full-content .cosdent-full-right h2 {
    font-size: 44px;
    line-height: 50px;
  }

  .cosdent-dot-content .cosdent-dot-right ul li {
    font-size: 16px;
    line-height: 23px;
  }

  section.candid-faq-main .cosdent-full-right .faq-header button {
    font-size: 22px;
    line-height: 26px;
  }

  section.holistic-section .holistic-first h4 {
    color: #818285;
    font-size: 16px;
  }

  section.flexible-full-main .cosdent-full-right ul li {
    font-size: 16px;
    line-height: 26px;
  }

  .page-template.page-template-temp-rd.page-template-rcd-denture.page-template-temp-rdrcd-denture-php.page.page-id-9745.page-child.parent-pageid-10641
    .rcd-implants.inlays-procedure.dentistry-team-main.section-padding.row-block {
    margin-top: 0px !important;
    padding-top: 50px !important;
  }

  .restoration-list-main .restore-headings h4 {
    color: #818285;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }

  section.candid-faq-main .cosdent-full-right .faq-header button:after {
    width: 16px;
    height: 16px;
    top: 20 !important;
  }

  section.rd-inner-banner .row .rd-ban-content h4 {
    color: #818285;
    font-size: 16px;
    font-family: "Raleway" !important;
    line-height: 26px;
  }

  section.rd-primary-sec span ul {
    font-size: 16px;
    line-height: 26px;
  }

  section.treatment-faq-main .cosdent-full-right .faq-header button {
    font-size: 22px;
    line-height: 26px;
  }

  section.treatment-faq-main .cosdent-full-right .faq-header button:after {
    top: 20px !important;
    left: 0px !important;
  }

  section.oral-causes-main .cosdent-full-right .faq-header button {
    font-size: 22px;
    line-height: 26px;
  }

  section.oral-causes-main .cosdent-full-right .faq-header button:after {
    top: 20px !important;
  }

  section.period-signs-main .cosdent-full-right .faq-header button {
    font-size: 22px;
    line-height: 26px;
  }

  .dental-crown-faq .faq-header button {
    font-size: 22px;
    line-height: 26px;
  }

  .faq-header button {
    padding-left: 40px !important;
  }

  .faq-header button::after {
    top: 20px !important;
  }

  .faq-header button::after {
    width: 16px !important;
    height: 16px !important;
  }

  .tooth-decay-dot .restrove-about-main .restrove-about-content h3 {
    font-size: 44px;
    line-height: 50px;
  }

  .faq-header button {
    font-size: 22px !important;
    line-height: 26px !important;
  }

  .ins-left .ins-content h1 {
    line-height: 50px;
  }

  section.holistic-section .holistic-first h4 {
    line-height: 26px;
  }

  section.holi-stic .col-md-6 h3 {
    font-size: 30px;
    line-height: 40px;
    color: #515454;
  }

  section.common-tab .tab-function .col-md-7 .tab-content p {
    font-size: 16px;
    line-height: 26px;
  }

  section.common-tab .tab-function .nav-tabs li a {
    font-size: 22px;
    width: 80%;
  }

  section.common-tab .tab-main-subheading p {
    font-size: 16px;
    line-height: 26px;
  }

  .restorative-pro-left .restorative-procedure-content h2 {
    font-size: 44px !important;
    line-height: 50px !important;
    padding-bottom: 15px !important;
  }

  .restorative-procedure-content ul li {
    font-size: 16px;
    line-height: 26px;
  }

  section.restore-faq-section {
    margin-top: 75px;
  }

  .cosmetic-lumineers-faq
    .restore-faq-section.banner-main.insurance-banner-main {
    margin-top: 0;
  }

  .restorative-faq-content h2 {
    font-size: 44px;
    line-height: 50px;
    padding-bottom: 15px;
  }

  .faq-header button {
    font-size: 26px;
    line-height: 36px;
    padding: 15px 0;
  }

  .faq-content {
    padding-bottom: 20px;
  }

  section.dentistry-team-main.section-padding.row-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  section.inlays-procedure.dentistry-team-main {
    padding-top: 0px !important;
  }

  .com-owl-btn .owl-item img {
    width: 100%;
    max-width: 600px;
    /* height: 400px; */
  }

  .com-owl-btn .owl-nav button.owl-next {
    right: 20px;
  }

  .com-owl-btn .owl-nav button.owl-prev {
    left: 20px;
  }

  section.insurance-list-main .ins-list-out h3 {
    font-size: 44px;
    line-height: 50px;
  }

  section.banner-inner-main .banner-inner-content {
    width: 95%;
  }

  .product-list .pr-list:nth-child(2) .product-content h3.prod-head {
    font-size: 18px !important;
  }

  .section-dot {
    padding: 120px 0;
  }

  .section-padding {
    padding: 70px 0;
  }

  section.flexible-block-main .flex-content {
    min-height: auto;
    margin: 0 auto 30px;
  }

  .cosdent-full-content .cosdent-full-right {
    float: left;
    max-width: 95%;
    padding-left: 10px;
  }

  section.row-reverse .cosdent-full-content .cosdent-full-right {
    padding-right: 50px;
    max-width: 90%;
  }

  section.dnincs-banner-main .rd-ban-content h1 {
    font-size: 46px !important;
  }

  body.single-post article {
    width: 96%;
    margin: 0 auto;
  }

  body.single-post main#primary div#related_posts {
    width: 92%;
    margin: 0 auto;
  }

  section.sympt-night-main .faq-header button:after,
  section.sympt-diag-main .faq-header button:after {
    top: 22px !important;
  }

  section.free-dental-consultation form#gform_3 label.gfield_label {
    width: 45%;
    margin: 5px 0 15px;
    font-size: 32px;
  }

  #gform_page_3_5 #field_3_32 {
    width: 50% !important;
  }

  #gform_page_3_5 #input_3_19,
  #gform_page_3_5 #input_3_20,
  #gform_page_11_5 #input_3_19,
  #gform_page_11_5 #input_3_20 {
    width: 45%;
  }

  #gform_page_3_5 #field_3_35 {
    margin-top: 45px;
  }

  #gform_page_3_5 .gform_page_footer.top_label {
    width: 100%;
    float: right;
    max-width: 97%;
    left: 0;
    margin: 45px 0 150px 0;
    margin-bottom: 150px;
  }

  section.blog-block ul.blogs-ul .blogs-list p {
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 26px;
  }

  body.single-post p span {
    font-size: 16px;
    line-height: 26px;
  }

  section.sleep-ddisorder-main {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1366px) {
  table.ins-table td:nth-child(2) {
    margin: 0 20px 0;
    display: inline-block;
  }

  section.free-dental-consultation
    .gform_wrapper
    .gform_body
    .gform_page_fields
    .top_label
    .ginput_container_checkbox
    label {
    font-size: 22px;
    line-height: 40px;
    color: #818285;
  }

  .insurance-section .re-store-content h1 {
    font-size: 46px;
    line-height: 50px !important;
    margin-bottom: 0;
  }

  section.metal-dot .restrove-about-main .restrove-about-content h3 {
    line-height: 50px;
    font-size: 44px;
  }

  .tooth-decay-dot .restrove-about-main .restrove-about-content h3 {
    font-size: 44px;
    line-height: 50px;
  }

  .tooth-decay-dot .restrove-about-main .restrove-about-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .root-canal-banner section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 46px !important;
    line-height: 50px !important;
  }

  .root-canal-banner section.rd-inner-banner .row .rd-ban-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .pulp-treatment-section h3 {
    font-size: 44px;
  }

  .pulp-treatment-section h4,
  .pulp-treatment-section p {
    font-size: 16px;
    line-height: 26px;
  }

  .bridge-advantages .rd-primary-left h3 {
    font-size: 44px;
    line-height: 50px;
  }

  .bridge-advantages .rd-primary-left {
    padding-left: 40px !important;
  }

  section.oral-exam-main .cosdent-full-right h3 {
    margin-bottom: 10px;
  }

  section.lplaser-faq-main .cosdent-full-right .faq-header button {
    font-size: 22px;
    line-height: 26px;
  }

  section.lplaser-faq-main .cosdent-full-right .faq-content p {
    line-height: 28px;
  }

  section.treatment-banner-main .rd-banner-left .rd-ban-content {
    max-width: 560px !important;
  }

  section.candid-banner-main.rd-inner-banner .row .rd-ban-content p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 1390px) {
  header.site-header .header-right ul.hdr-top li.appt-btn a {
    font-size: 13px;
  }

  header.site-header .header-right ul.hdr-top li.cal-ph a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1380px) {
  .partial_entry_warning {
    top: 40px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    left: 12px;
  }
  header + section,
  .page-container.review-pg,
  header + div {
    padding-top: 133px !important;
  }

  .csservice-banner-main.flexible-banner-main.banner-main.rd-inner-banner.row-reverse {
    padding-top: 132px !important;
  }

  .ins-left .ins-content {
    max-width: 100%;
  }

  section.restore-faq-section {
    margin-bottom: 70px;
  }

  section.csteeth-results-main .heading-bar {
    padding: 70px 0 0;
  }

  section.insurance-banner-main .ins-left {
    width: 70%;
  }

  section.insurance-banner-main .ins-right {
    width: 30%;
  }

  .page-template-restorative
    .insurance-section.banner-main.insurance-banner-main {
    padding-top: 132px !important;
  }

  section.consult-main .consultation-content.section-border {
    padding: 100px 0;
    min-height: auto;
  }

  .restore-faq-section .restorative-faq-content {
    max-width: 95%;
  }

  .heading-bar::before {
    height: 35px;
  }

  .dentistry-team-main {
    margin: 70px auto 0;
  }

  .heading-bar {
    padding: 70px 0 0;
  }

  .cosdent-dot-content .cosdent-dot-right h2 {
    font-size: 38px;
    line-height: 48px;
  }

  section.rd-inner-banner .row .rd-banner-right {
    width: 40%;
  }

  section.rd-inner-banner .row .rd-banner-left {
    width: 60%;
  }

  /* .rd-banner-right img {
                    height: 580px;
                    object-fit: cover;
                } */

  section.business-main ul.business-list {
    padding: 70px 0 0;
  }

  .section-dot .section-border h2 {
    font-size: 34px !important;
    line-height: 40px;
    padding-bottom: 30px;
  }

  .section-dot .section-border .cosm-right h4 {
    margin: 0px auto 0px;
  }

  .banner-content .banner-left h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 20px auto;
  }

  a.home-btn {
    min-height: auto;
    padding: 16px 0;
    font-size: 18px;
    line-height: 28px;
  }

  .banner-content .banner-left p {
    margin: 20px auto;
  }

  .locations {
    padding-top: 170px !important;
    padding-bottom: 50px !important;
  }

  .location-content h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .locations .locations-tabs ul {
    margin-top: 100px;
  }

  .locations .locations-tabs ul li a h3 {
    font-size: 22px;
    line-height: 55px;
  }

  .image-block iframe {
    height: 400px;
  }

  body.single-post main#primary {
    padding-top: 240px !important;
  }

  body.before_after-template-default.single-before_after,
  body.page-template-blog-template,
  body.tax-before_category {
    padding-top: 138px;
  }

  header + section,
  .page-container.review-pg,
  header.site-header .container {
    display: block;
  }

  header.site-header .site-branding {
    display: inline-block;
    max-width: 100%;
  }

  header.site-header nav#site-navigation {
    max-width: 100%;
    width: auto;
    float: right;
  }

  header.site-header .header-right {
    float: none;
    width: 100%;
    border-top: 1px solid #dadada;
    margin: 17px 0 0 0;
  }

  header.site-header .site-branding img.custom-logo {
    padding-top: 10px;
  }

  header.site-header nav#site-navigation .menu.nav-menu li a {
    padding: 24px 3px 22px 20px;
    font-size: 16px;
  }

  header.site-header .header-right ul.hdr-top li {
    padding: 0px 15px;
  }

  /*header.site-header.sticky .header-right {
                        display: none;
                    }*/
  header.site-header.sticky .header-right ul.hdr-top li.cal-ph a::before {
    top: 8px;
  }

  header.site-header.sticky .header-right ul.hdr-top li a {
    line-height: 35px;
  }

  header.site-header .header-right ul.hdr-top li.cal-ph a:before {
    background-size: 14px;
  }

  header.site-header .header-right ul.hdr-top li.appt-btn a:after {
    background-size: 8px;
  }

  header.site-header.sticky .header-right ul.hdr-top li.appt-btn a::after {
    top: 8px;
  }
}

@media only screen and (max-width: 1340px) {
  section.free-dental-consultation
    form#gform_3
    div#gform_fields_3
    div#field_3_34 {
    margin-right: 3%;
  }

  #gform_page_3_1 #field_3_34 {
    max-width: 50% !important;
  }

  .rcd-overdentures section.rd-inner-banner .row .rd-ban-content h1 {
    line-height: 46px !important;
  }

  .overdentures-dot .restrove-about-content p {
    font-size: 20px;
    line-height: 28px;
  }

  .dental-crown-faq .faq-header button {
    font-size: 22px;
    line-height: 30px;
  }

  section.crowns-common-sec .rd-primary-left h3 {
    line-height: 46px;
    margin-bottom: 30px;
  }

  .root-canal-banner section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 40px !important;
    line-height: 46px !important;
  }

  .x-rays-ad .restorative-faq-content h2 {
    font-size: 36px;
    line-height: 46px;
  }

  section.csvivera-protect-main.row-reverse
    .cosdent-full-content
    .cosdent-full-right {
    max-width: 570px;
    padding-right: 20px;
  }

  body.tax-patients_category main#primary {
    max-width: 1230px;
  }
}

@media only screen and (max-width: 1350px) {
  header.site-header nav#site-navigation .menu.nav-menu li a {
    font-size: 14px;
    padding: 28px 3px 24px 10px;
  }

  header.site-header nav#site-navigation {
    text-align: center;
    max-width: 100%;
    width: 74%;
    margin: 0 auto;
  }

  header.site-header .header-right ul.hdr-top li.cal-ph a {
    font-size: 14px;
  }

  header.site-header .header-right ul.hdr-top li a {
    font-size: 12px;
  }

  .inlays-dot-section p {
    line-height: 30px;
  }
}

@media screen and (max-width: 1300px) {
  .blog-social-share,
  .post-author,
  #related_posts {
    width: 92%;
    margin: 0 auto;
  }

  section.intro-help-main .flex-block-content .flex-content ul li {
    font-size: 16px;
    line-height: 28px;
  }

  .cosdent-consult-content .cosdent-consult-right h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .faq-content {
    font-size: 16px;
    line-height: 26px;
  }

  section.flexible-block-main .flex-block-head h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .section-dot .section-border h2 {
    font-size: 26px !important;
    line-height: 36px !important;
  }

  .holistic-first.ins-content {
    float: right;
    width: 92%;
    padding-right: 25px;
  }

  .holistic-first.ins-content h1 {
    font-size: 40px;
  }

  .bridge-advantages .rd-primary-left h3 {
    font-size: 36px;
    line-height: 46px;
  }

  .page-template-temp-sleep p {
    font-size: 16px;
    line-height: 26px;
  }

  .bridge-advantages .rd-primary-left p {
    font-size: 16px;
    line-height: 26px;
  }

  section.treatment-banner-main .rd-banner-left .rd-ban-content {
    max-width: 530px !important;
  }

  section.sympt-night-main .faq-header button:after,
  section.sympt-diag-main .faq-header button:after {
    top: 20px !important;
  }

  section.blog-block ul.blogs-ul .blogs-list p {
    font-size: 16px;
    line-height: 26px;
  }

  section.blog-block ul.blogs-ul .blogs-list h1,
  section.blog-block ul.blogs-ul .blogs-list h1 a {
    font-size: 36px;
    line-height: 46px;
  }
}

@media screen and (max-width: 1280px) {
  #field_3_31,
  #field_11_31 {
    top: -50px;
  }

  /* section.insurance-banner-main .ins-left{
                    padding-top: 60px;
                } */

  .wpsso-question-title::after {
    width: 16px;
    height: 16px;
    top: 27px !important;
  }

  .ins-left p {
    margin-top: 20px;
  }

  .main-restorative p {
    max-width: 100%;
  }

  .ins-left .ins-content {
    width: 95%;
  }

  .section-dot .section-border .cosm-right h4 {
    margin: 20px auto 10px;
  }

  .dentistry-team-main {
    margin: 70px auto 0;
  }

  .location-content h1 {
    font-size: 30px;
    line-height: 40px;
    width: 47.8%;
  }

  /* section.free-dental-consultation .gform_body div#gform_page_3_1 .gform_page_footer.top_label {
                    bottom: 180px;
                } */

  .faq-header button:after {
    width: 16px;
    height: 16px;
    top: 22px !important;
  }

  section.lcrock-patient-main .testimonial .owl-item {
    overflow: hidden;
    margin: 0 0 0;
    padding: 0px 10px 0 10px;
  }

  section.dentistry-main .dentistry-content.section-border {
    display: block;
    text-align: center;
    min-height: 470px;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
  }

  .com-owl-btn .owl-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .locations .locations-tabs ul li a h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .locations .locations-tabs ul li a {
    line-height: 26px !important;
    font-size: 16px !important;
  }

  .page-template.page-template-temp-rd.page-template-bridges.page-template-temp-rdbridges-php.page.page-id-9700.page-child.parent-pageid-10641.logged-in.admin-bar.wp-custom-logo.customize-support
    .bridge-advantages.pulp-symptoms
    .rd-primary-left {
    max-width: 610px;
    padding: 0;
    padding-left: 0px;
    padding-left: 0px;
    margin-right: 30px;
  }

  section.lcrock-banner-main {
    padding: 0px 0 0px;
  }

  .dentistry-team-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .page-template-temp-locations .section-head h1,
  .lcrock-team-main .section-head h2,
  .single-before_after h1 {
    font-size: 36px !important;
    line-height: 46px !important;
    text-align: center !important;
  }

  .banner-content .banner-left h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .section-head h1,
  .lcrock-team-main .section-head h2,
  .single-before_after h1 {
    font-size: 36px;
    line-height: 46px;
  }

  ul.dental-list li h3 {
    font-size: 24px;
    line-height: 55px;
    margin-top: 25px;
  }

  ul.dental-list li p {
    font-size: 16px;
    line-height: 26px;
  }

  .cosmetic-content .cosm-right.sec-right {
    padding: 0px 15px;
  }

  .section-dot .section-border h2 {
    font-size: 36px;
    line-height: 46px;
    padding: 0px 0 15px;
  }

  .section-dot .section-border .cosm-right ul li {
    font-size: 16px;
    line-height: 26px;
  }

  .section-dot .section-border .cosm-right h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .product-list .pr-list:nth-child(2) .product-content h3.prod-head {
    font-size: 18px;
  }

  section.gallery-cosmetic-main .product-list .content h3 {
    font-size: 36px !important;
  }

  .root-canal-banner section.rd-inner-banner .row .rd-ban-content p {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .virtual-content .virt-left.sec-left {
    padding: 0 30px;
  }

  .virtual-content .virt-left.sec-left p {
    font-size: 16px;
    line-height: 26px;
  }

  section.dentistry-main .dentistry-content.section-border h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }

  section.root-canal-banner section.rd-inner-banner .rd-ban-content {
    float: left;
    padding-left: 20px;
    width: 98%;
  }

  .denture-type-headings h2 {
    font-size: 36px !important;
    line-height: 46px;
  }

  .x-rays-types.section-padding.row-center p {
    font-size: 18px;
    line-height: 28px;
  }

  section.x-rays-types .x-rays-list h3 {
    font-size: 36px;
    line-height: 46px;
  }

  section.x-rays-types .col-md-4 {
    max-width: 290px !important;
  }

  .root-canal-banner.inlays-onlays-banner.row-reverse .rd-banner-left {
    margin: 0;
  }

  section.root-dot .restrove-about-content {
    padding-left: 20px;
    margin-left: 20px;
  }

  .pulp-treatment-section h4,
  .pulp-treatment-section p {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  section.bridges-dot .restrove-about-content {
    padding-left: 0px !important;
    padding-right: 30px;
  }

  section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 35px;
  }

  section.root-dot .restrove-about-content {
    padding: 0;
    margin-left: 20px;
  }

  .dental-pulp.metal-free-primary-section
    section.rd-primary-sec
    .rd-primary-left {
    max-width: 90%;
    padding-left: 60px;
  }

  .bridge-advantages .rd-primary-left p {
    font-size: 18px;
    line-height: 28px;
  }

  .bridge-advantages.pulp-symptoms section.rd-primary-sec .rd-primary-left {
    max-width: 515px;
    padding: 0;
    padding-left: 0px;
  }

  .tooth-decay-banner section.rd-inner-banner .row .rd-ban-content p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .tooth-decay-dot .restrove-about-main .restrove-about-content p {
    font-size: 18px;
    line-height: 28px;
  }

  .tooth-decay-cavities.row-reverse .rd-primary-left {
    float: right;
    width: 92%;
    padding-right: 0px;
    padding-left: 0;
  }

  .tooth-decay-dot .restrove-about-main .restrove-about-content h3 {
    font-size: 36px;
    line-height: 46px;
  }

  .entry-content p {
    font-size: 16px;
    color: #818285;
    line-height: 28px;
    letter-spacing: 0.22px;
  }

  .entry-content h2 {
    font-size: 1.5rem;
  }

  .entry-content h1 {
    font-size: 2rem;
  }

  .dnincs-info-main.flexible-full-main.cosdent-full-main.row-center.row-reverse
    .cosdent-full-content
    .cosdent-full-right {
    padding-right: 30px;
    max-width: 495px;
  }

  section.dnincs-types-main .trauma-manhattan p {
    max-width: 75%;
  }

  .page-template.page-template-temp-rd.page-template-rcd-denture.page-template-temp-rdrcd-denture-php.page.page-id-9745.page-child.parent-pageid-10641.logged-in.admin-bar.wp-custom-logo.customize-support
    .rd-ban-content
    h1 {
    margin-bottom: 40px !important;
  }

  .page-template.page-template-temp-rd.page-template-rcd-denture.page-template-temp-rdrcd-denture-php.page.page-id-9745.page-child.parent-pageid-10641.logged-in.admin-bar.wp-custom-logo.customize-support
    section.rd-inner-banner
    .row
    .rd-ban-content
    p {
    margin-top: 30px !important;
  }

  section.sympt-night-main .faq-header button:after,
  section.sympt-diag-main .faq-header button:after {
    top: 20px !important;
  }

  .cosdent-full-content .cosdent-full-right h2 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 1280px) {
  .location-radio .gchoice {
    padding: 0;
  }

  #gform_page_11_1 .location-radio label {
    padding-left: 10px;
    padding-right: 10px;
  }

  .location-radio label {
    font-size: 22px !important;
    line-height: 65px;
    min-height: 100px !important;
  }

  .location-radio label::before {
    height: 32px !important;
    font-size: 16px !important;
    line-height: 26px !important;
    top: 60px !important;
  }

  .location-radio label::after {
    background-size: 6px;
  }

  section.free-dental-consultation form div#gform_fields_11 iframe {
    height: 380px;
  }

  section.free-dental-consultation
    form
    div#gform_fields_11
    .gfield--type-html.gfield--width-half {
    margin-top: 4% !important;
  }

  .locations {
    padding-top: 190px !important;
  }

  .horizontal li:not(:first-child) {
    padding-top: 20px !important;
  }

  .ins-left .emergency-content h1 {
    line-height: 46px !important;
  }

  .pulp-symptoms section.rd-primary-sec .rd-primary-left {
    max-width: 492px;
  }

  section.holi-stic .col-md-6 {
    max-width: 566px;
  }

  .faq-header button:after {
    width: 16px;
    height: 16px;
    top: 20px !important;
  }

  section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 36px;
  }

  section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 36px;
    line-height: 46px;
  }

  section.dentist-banner.rd-inner-banner.row-reverse .rd-ban-content {
    max-width: 80%;
  }

  section.rd-inner-banner .row .rd-ban-content h4 {
    font-size: 16px;
    line-height: 26px;
  }

  section.common-tab {
    padding: 70px 0;
  }

  section.rd-inner-banner .row .rd-ban-content h4 {
    margin: 8px auto;
  }

  section.rd-inner-banner .row .rd-ban-content h4 {
    font-size: 16px;
    line-height: 26px;
  }

  .rcd-overdentures .rd-ban-content h4 {
    margin-bottom: 25px !important;
  }

  .rcd-overdentures a.home-btn {
    min-height: 70px;
    padding: 20px 0;
  }

  .overdentures-dot .restrove-about-content p {
    font-size: 16px;
    line-height: 26px;
    padding-right: 40px;
  }

  section.overdentures-dot
    .restrove-about-section.insurance-content.section-border
    .col-md-6 {
    padding: 0 !important;
  }

  section.rd-inner-banner .row .rd-ban-content {
    padding-right: 20px;
  }

  .rd-banner-left {
    margin-top: 20px;
  }

  .tab-main-heading h2 {
    font-size: 36px;
    line-height: 46px;
  }

  section.common-tab .tab-main-subheading p {
    font-size: 16px;
    line-height: 26px;
  }

  section.common-tab .tab-function .col-md-7 .tab-content p {
    font-size: 16px;
    line-height: 26px;
  }

  section.common-tab .tab-function .nav-tabs li a {
    font-size: 24px;
    width: 75%;
    line-height: 65px;
  }

  section.common-tab .tab-function .nav-tabs li a:after {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
  }

  section.rd-primary-sec span p {
    font-size: 16px;
    line-height: 26px;
  }

  section.rd-primary-sec span ul {
    font-size: 16px;
    line-height: 26px;
  }

  section.rd-primary-sec h3 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 12px;
    padding: 0 0 5px;
  }

  section.over-den .banner-main .rd-primary-left p {
    padding-bottom: 20px;
    padding: 0;
  }

  section.consult-main .consult-content h2 {
    font-size: 36px;
    line-height: 46px;
  }

  section.consult-main .consult-content {
    padding: 70px 0;
  }

  .inlays-dot-section .restrove-about-content.ins-list-out {
    padding: 0;
  }

  .inlays-dot-section .restrove-about-content p {
    width: 100%;
    max-width: 530px;
  }

  section.rd-inner-banner .row .rd-ban-content p {
    font-size: 16px;
    margin: 8px auto;
    line-height: 26px;
  }

  section.insurance-list-main .ins-list-out h3 {
    font-size: 36px !important;
    line-height: 46px;
  }

  section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 40px;
    line-height: 46px !important;
  }

  section.rd-inner-banner .row .rd-ban-content {
    padding-right: 15px;
    width: 93%;
    padding-left: 5px;
  }

  #field_3_5 {
    margin-bottom: 60px;
    display: block;
    width: 100%;
    float: right;
    max-width: 100%;
  }

  section.free-dental-consultation
    .gform_wrapper
    .gform_body
    .gform_page_fields
    .top_label
    legend.gfield_label {
    font-size: 36px;
    line-height: 46px;
    margin: 0px 0 15px;
    width: 50%;
  }

  section.free-dental-consultation
    .gform_wrapper
    .gform_body
    .gform_page_fields
    .top_label
    .ginput_container_checkbox
    label {
    font-size: 16px;
    line-height: 26px;
  }

  div#input_3_5 {
    column-count: 2;
    width: 60%;
  }

  .gchoice {
    float: none;
    width: 100%;
  }

  .gform_page_footer.top_label {
    left: 0;
  }

  #field_3_7,
  #field_3_8,
  #field_3_11,
  #field_3_9,
  #gform_page_3_3 .gform_page_footer.top_label {
    display: block;
    width: 100%;
    float: right;
    max-width: 97%;
    left: 0;
  }

  #field_3_31 {
    position: absolute;
    right: 0;
    vertical-align: top;
    display: inline;
    width: 50%;
  }

  #field_3_15 {
    display: block;
    width: 100%;
    float: right;
    max-width: 97%;
    left: 0;
  }

  #field_3_29 {
    position: absolute;
    right: 0;
    width: 50%;
  }

  #gform_page_3_4 .gform_page_footer.top_label {
    display: block;
    width: 100%;
    float: right;
    max-width: 97%;
    left: 0;
    margin-bottom: 275px;
  }

  #input_3_7_3,
  #input_3_7_6,
  #input_3_11,
  #input_3_8,
  #input_3_9 {
    padding: 40px 0px 5px 11px;
  }

  .gform_page_footer.top_label {
    margin-bottom: 20px !important;
  }

  fieldset#field_11_5 {
    margin-bottom: 10px;
  }

  fieldset#field_11_5 {
    margin-top: 58px;
  }

  fieldset#field_3_7,
  fieldset#field_11_7,
  fieldset#field_3_15,
  fieldset#field_11_15 {
    margin-top: 68px;
  }

  fieldset#field_3_7 {
    margin-top: 80px;
  }

  .page-template-temp-period
    section.row-reverse
    .cosdent-full-content
    .cosdent-full-right {
    padding-right: 0px;
    max-width: 95%;
  }

  body.page-id-9632 .dot-sec-content p {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  body.page-id-16320 .rd-ban-content p {
    font-size: 12px !important;
    line-height: 22px !important;
  }

  body.page-id-16320 .dot-sec-content p {
    font-size: 13px;
    line-height: 24px;
  }

  body.page-id-16320 .section-dot .section-border h2 {
    font-size: 33px !important;
    line-height: 46px !important;
  }

  /* #primary-menu #menu-item-16105 ul.sub-menu #menu-item-9915 ul.sub-menu ,
                        #primary-menu #menu-item-10104 ul.sub-menu #menu-item-9912 ul.sub-menu {
                    left: -100%;
                } */
}

@media only screen and (max-width: 1290px) {
  header + section,
  .page-container.review-pg,
  header + div {
    padding-top: 155px !important;
  }

  body.before_after-template-default.single-before_after,
  body.page-template-blog-template,
  body.tax-before_category {
    padding-top: 158px;
  }

  header + section,
  .page-container.review-pg {
    padding-top: 158px !important;
  }

  .restore-faq-section .restorative-faq-content {
    max-width: 95%;
  }

  section.rd-primary-sec span ul {
    font-size: 16px;
    line-height: 26px;
  }

  section.rcd-aftercare .rd-primary-sec .rd-primary-left {
    max-width: 90% !important;
  }

  section.dent-crown section.rd-primary-sec h3 {
    font-size: 36px;
    line-height: 46px;
  }

  header.site-header .header-right ul.hdr-top li {
    padding: 10px 16px;
  }

  .faq-header button {
    font-size: 22px;
    line-height: 26px;
    padding: 15px 0;
  }

  .restorative-procedure-content ul li {
    font-size: 16px;
    line-height: 26px;
  }

  .ins-left .ins-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .restrove-about-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .manhattan-content.emergency-service-content.ins-list-out h3 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
}

@media screen and (max-width: 1279px) {
  #field_3_27,
  div#field_11_27 {
    top: 80px;
  }
  section.free-dental-consultation
    .gform_wrapper
    .gform_body
    .gform_page_fields
    .top_label
    fieldset#field_11_5
    .gchoice {
    width: 100%;
  }
  fieldset#field_3_5 {
    margin-bottom: 35px;
  }

  #gform_page_11_5 label.gfield_label.gform-field-label {
    margin-top: 80px !important;
  }

  fieldset#field_11_5 {
    margin-bottom: 20px;
  }

  section.free-dental-consultation
    form#gform_11
    #field_11_5
    legend.gfield_label {
    margin-bottom: 40px;
  }
  header + section,
  .page-container.review-pg,
  header + div {
    padding-top: 138px !important;
  }

  body.before_after-template-default.single-before_after,
  body.page-template-blog-template,
  body.tax-before_category {
    padding-top: 138px;
  }

  header + section,
  .page-container.review-pg {
    padding-top: 138px !important;
  }

  .page-template.page-template-temp-rd.page-template-rcd-denture.page-template-temp-rdrcd-denture-php.page.page-id-9745.page-child.parent-pageid-10641.logged-in.admin-bar.wp-custom-logo.customize-support
    .rcd-dentures-list
    .col-md-4 {
    max-width: 335px;
  }

  header.site-header .container {
    display: block;
  }

  header.site-header .header-right ul.hdr-top li {
    padding: 0px 16px !important;
  }

  .cosdent-full-content .cosdent-full-right p {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .cosdent-dot-main.section-padding.row-center.section-dot p {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  /*header.site-header.sticky .header-right {
                        display: none;
                    }*/
  .inlays-common-sec .rd-primary-left p {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .page-template.page-template-temp-rd.page-template-dental-crowns.page-template-temp-rddental-crowns-php.page.page-id-9639.page-child.parent-pageid-10641.logged-in.admin-bar.wp-custom-logo.customize-support
    p {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  table.ins-table thead td,
  table.ins-table thead td h2 {
    font-size: 28px;
    line-height: 46px;
  }

  .rcd-aftercare.banner-main.rd-primary-sec.row-center p {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  section.metal-free-banner .rd-inner-banner .rd-banner-left .rd-ban-content {
    width: 97%;
    padding-left: 35px;
  }

  .root-canal-banner section.rd-inner-banner .row .rd-ban-content p {
    font-size: 14px !important;
    line-height: 26px !important;
  }

  section.teeth-aftercare.banner-main.rd-primary-sec.row-center
    .rd-primary-left {
    padding: 20px 0 20px 10px;
    width: 95%;
    float: left;
  }

  .x-rays-common-sec section.rd-primary-sec .rd-primary-left {
    float: right;
    padding-right: 15px;
    width: 100%;
  }

  .x-rays-common-sec section.rd-primary-sec p {
    font-size: 14px;
    line-height: 24px;
  }

  .x-rays-common-sec section.rd-primary-sec .rd-primary-left ul {
    font-size: 14px;
    line-height: 24px;
  }

  .x-rays-common-sec section.rd-primary-sec .rd-primary-left ul {
    font-size: 14px;
    line-height: 24px;
  }

  .tooth-decay-banner section.rd-inner-banner .row .rd-ban-content p {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .tooth-decay-dot .restrove-about-main .restrove-about-content p {
    font-size: 14px;
    line-height: 24px;
  }

  section.tooth-decay-cavities .rd-primary-left h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .tooth-decay-cavities.row-reverse .rd-primary-left {
    float: right;
    width: 95%;
    padding-right: 0px;
    padding-left: 0;
    padding: 0;
  }

  .restore-faq-section .restorative-faq-content {
    max-width: 95%;
  }

  .restorative-faq-content h2 {
    font-size: 30px;
    line-height: 46px;
  }

  .manhattan-content.emergency-service-content.ins-list-out h3 {
    font-size: 30px !important;
    line-height: 40px !important;
    padding: 0px 0 10px;
  }

  .bridge-advantages .rd-primary-left h3 {
    font-size: 30px;
    line-height: 46px;
  }

  .bridge-advantages .rd-primary-left p {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .smile-metal.inlays-onlays-banner
    section.rd-inner-banner
    .row
    .rd-ban-content
    p {
    font-size: 14px;
    margin: 8px auto;
    line-height: 24px;
  }

  section.free-dental-consultation form#gform_3 select,
  section.free-dental-consultation form#gform_11 select {
    font-size: 20px;
    height: 440px;
  }

  section.free-dental-consultation form#gform_3 select option,
  section.free-dental-consultation form#gform_11 select option {
    position: relative;
    min-height: 124px;
    padding: 48px 12px 20px;
  }

  /* section.free-dental-consultation form#gform_3 div#gform_fields_3 div#field_3_1 {
                    float: right;
                    max-width: none;
                    width: 45%;
                } */

  #gform_page_3_1 #field_3_34 {
    max-width: 46% !important;
  }

  section.common-tab .tab-function .col-md-7 .tab-content p {
    font-size: 18px;
    line-height: 28px;
  }

  section.common-tab .tab-main-subheading p {
    font-size: 18px;
    line-height: 28px;
  }

  .page-template-temp-locations .section-padding {
    padding: 0 0 90px 0;
  }

  .page-template-temp-locations .container {
    max-width: 100% !important;
    padding: 0 !important;
    width: 96% !important;
  }

  .locations .locations-tabs ul {
    width: 54%;
    margin-right: 20px;
    margin-top: 80px;
  }

  .location-content h1 {
    width: 55.5%;
    top: 0;
    left: 0%;
    font-size: 36px;
    line-height: 46px;
    padding: 0px 0 10px;
  }

  .locations .locations-tabs ul li a p {
    font-size: 18px;
    line-height: 28px;
  }

  section.intro-help-main .flex-block-content .flex-content ul li {
    font-size: 14px;
    line-height: 24px;
  }

  .page-template-temp-dent .cosdent-dot-content .cosdent-dot-right h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .page-template-temp-dent .cosdent-dot-content .cosdent-dot-right ul li {
    font-size: 16px !important;
    margin: 0 auto 0px;
    line-height: 26px !important;
  }

  .cosdent-dot-content .cosdent-dot-right h4 {
    font-size: 20px;
    line-height: 30px;
  }

  table.ins-table tbody td {
    font-size: 18px;
    line-height: 28px;
  }

  .page-template-in-office .ins-left .ins-content h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .page-template-in-office .ins-left .ins-content ul.ins-list li {
    font-size: 18px;
    line-height: 28px;
  }

  .ins-left .ins-content ul.ins-list li::marker {
    position: absolute;
    color: #496171;
    font-size: 20px;
    vertical-align: bottom;
    top: 5px;
  }

  .page-template-in-office .ins-table-list p.plan-text {
    font-size: 18px;
    line-height: 28px;
  }

  .insure-plan.insurance-dental.ins-content.banner-inner-content {
    max-width: 465px;
    padding-right: 25px;
  }

  .page-template-in-office .ins-left .ins-content {
    text-align: center;
  }

  table.ins-table thead td,
  table.ins-table thead td h2 {
    font-size: 22px;
    line-height: 46px;
  }

  .ins-table-list {
    padding: 35px 25px;
  }

  .page-template-candid
    section.candid-banner-main.rd-inner-banner
    .row
    .rd-ban-content
    h1 {
    font-size: 36px !important;
    line-height: 34px !important;
  }

  .page-template-candid
    section.flexible-banner-main.rd-inner-banner.row-reverse
    .row
    .rd-ban-content {
    float: left;
    padding-left: 30px;
    max-width: 465px !important;
  }

  .page-template-candid
    section.candid-banner-main.rd-inner-banner
    .row
    .rd-ban-content
    p {
    font-size: 14px;
    line-height: 21px;
  }

  .page-template-candid
    .candid-intro-main.flexible-dot-main.section-padding.row-center.section-dot
    .dot-sec-content
    p {
    font-size: 16px;
    color: #818285;
    line-height: 24px;
    letter-spacing: 0.22px;
  }

  section.candid-faq-main .cosdent-full-right .faq-header button {
    font-size: 22px;
    line-height: 32px;
  }

  .page-template-candid section.candid-consult-main .dentistry-content p {
    margin: 0 auto !important;
    width: 96%;
    max-width: 100% !important;
    font-size: 18px;
    line-height: 28px;
  }

  .page-template-dental-insurance
    section.banner-inner-main
    .banner-inner-content
    h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .ins-list-out h3 {
    margin: 0 auto 15px !important;
  }

  .insurance-list-main.section-padding.row-center.section-dot
    .insure-content.ins-list-out {
    padding-left: 0px;
    padding-right: 10px;
  }

  .insurance-list-main.section-padding.row-center.section-dot
    .ins-list-out
    ul
    li {
    font-size: 14px;
    line-height: 14px !important;
  }

  .page-template-emergency-dentist.page-template-template-partsemergency-dentist-php
    .manhattan-content.emergency-service-content.ins-list-out
    h3
    br {
    display: none;
  }

  .ins-list-out ul li::marker {
    position: absolute;
    color: #496171;
    font-size: 20px;
    vertical-align: bottom;
    top: 5px;
  }

  .page-template-dental-specials.page-template-template-partsdental-specials-php
    .dental-cleaning-main.insurance-list-main.section-padding.row-center.section-dot
    p {
    margin-top: 0;
    margin-bottom: 15px !important;
    display: none !important;
  }

  .insurance-list-main.section-padding.row-center.section-dot
    .ins-list-out
    ul
    li {
    font-size: 14px;
    line-height: 24px !important;
  }

  .manhattan-content.emergency-service-content.ins-list-out h3 {
    font-size: 30px !important;
    line-height: 36px !important;
  }

  .emergency-service-content p {
    font-size: 14px;
    color: #818285;
    line-height: 22px;
    margin-bottom: 15px !important;
  }

  section.blog-block ul.blogs-ul .blogs-list h1,
  section.blog-block ul.blogs-ul .blogs-list h1 a {
    font-size: 42px;
    line-height: 55px;
    text-align: left !important;
  }

  .page-template-temp-sleep h3 {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  section.blog-block ul.blogs-ul .blogs-list ul.blog-head-content li,
  body.single-post article .blogs-list ul.blog-head-content li {
    font-size: 18px;
    line-height: 28px;
  }

  section.blog-block ul.blogs-ul .blogs-list ul.blog-head-content,
  body.single-post article .blogs-list ul.blog-head-content {
    flex-wrap: wrap;
  }

  .page-template-temp-cosmetic p {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .page-template-temp-locations .loc-banner-left h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .page-template-temp-locations .loc-banner-left a.locrock-btn {
    max-width: 400px;
    margin: 20px 0;
  }

  .page-template-temp-locations p {
    font-size: 14px;
    line-height: 28px;
  }

  .cstreat-benefits-main.flexible-full-main.cosdent-full-main.row-center.row-reverse
    .cosdent-full-right {
    padding-right: 10px !important;
    max-width: 450px !important;
  }

  .lcrock-emergency-main.lcrock-info-main.flexible-dot-main.section-padding.row-center.row-reverse.section-dot
    .col-md-7 {
    max-width: 55.333%;
  }

  .lcrock-emergency-main.lcrock-info-main.flexible-dot-main.section-padding.row-center.row-reverse.section-dot
    .dot-sec-content {
    padding-right: 25px;
    padding-left: 50px !important;
  }

  section.lcrock-info-main .loc-dot-content h2 {
    padding-bottom: 15px;
    margin-bottom: 0;
  }

  section.lcrock-info-main .loc-dot-content p {
    margin: 25px auto 0px;
  }

  section.lcrock-banner-main .loc-banner-left h1 {
    font-size: 36px;
    line-height: 46px;
    margin: 0px auto 15px;
  }

  section.lcrock-banner-main .loc-banner-left a.locrock-btn {
    max-width: 400px;
    margin: 20px 0;
  }

  .cosdent-full-content .cosdent-full-right h2 {
    font-size: 36px;
    line-height: 46px;
  }

  section.flexible-dot-main .dot-sec-content {
    padding-right: 25px;
    padding-left: 25px !important;
  }

  section.flexible-dot-main .border-none h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .page-template-temp-sleep p {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .cosdent-full-content .cosdent-full-right {
    float: left;
    max-width: 90%;
    padding-left: 10px;
    padding-right: 0px;
  }

  .page-template-temp-period p {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  section.period-signs-main .cosdent-full-right .faq-header button {
    font-size: 24px;
    line-height: 35px;
  }

  section.lplaser-banner-main .rd-ban-content p {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 36px !important;
    line-height: 30px !important;
  }

  section.flexible-banner-main.rd-inner-banner .row .rd-ban-content {
    max-width: 90% !important;
    width: 100%;
    padding-left: 30px;
    padding-right: 0px;
  }

  section.sympt-banner-main.flexible-banner-main.rd-inner-banner.row-reverse
    .row
    .rd-ban-content {
    float: left;
    padding-left: 45px;
    max-width: 435px;
  }

  section.flexible-dot-main .dot-sec-content ul li {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  section.sympt-night-main .faq-header button,
  section.sympt-diag-main .faq-header button {
    font-size: 28px;
    color: #4a6272 !important;
    line-height: 50px;
  }

  .cscolor-about-main.flexible-full-main.cosdent-full-main.row-center.row-reverse
    .cosdent-full-right
    p {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .cscolor-about-main.flexible-full-main.cosdent-full-main.row-center.row-reverse
    .cosdent-full-right {
    padding-right: 0px;
    max-width: 465px !important;
  }

  .cscolor-about-main.flexible-full-main.cosdent-full-main.row-center.row-reverse
    .cosdent-full-right
    ul {
    margin: 0px 0 15px;
    padding: 0 0 0 20px;
  }

  .cscolor-about-main.flexible-full-main.cosdent-full-main.row-center.row-reverse
    .cosdent-full-right
    ul
    li {
    font-size: 14px;
    line-height: 21px;
  }

  header.site-header .site-branding {
    display: inline-block;
    max-width: 100%;
  }

  .csteeth-ofbleach-main.flexible-full-main.cosdent-full-main.row-center
    .cosdent-full-right
    p {
    font-size: 12px !important;
    line-height: 22px !important;
  }

  .csteeth-ofbleach-main.flexible-full-main.cosdent-full-main.row-center
    .cosdent-full-content
    .cosdent-full-right {
    max-width: 90% !important;
    padding-left: 5px !important;
    padding-right: 0px;
  }

  section.flexible-full-main .cosdent-full-right ul li {
    font-size: 14px;
    line-height: 22px;
  }

  header.site-header nav#site-navigation .menu.nav-menu li a {
    padding: 28px 3px 28px 10px;
  }

  .metal-dot .restrove-about-content {
    width: 93%;
    float: right;
    padding: 15px;
  }

  .metal-free-second-primary section.rd-primary-sec .rd-primary-left {
    max-width: 95%;
    padding-right: 30px !important;
  }

  .metal-free-primary-section section.rd-primary-sec .rd-primary-left {
    max-width: 95% !important;
    padding-left: 25px !important;
  }

  section.obst-banner-main.flexible-banner-main.rd-inner-banner.row-reverse
    .row
    .rd-ban-content {
    float: left;
    padding-left: 45px;
    max-width: 420px;
  }

  section.flexible-dot-main .dot-sec-content {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .obst-sympt-main.flexible-dot-main.section-padding.row-center.section-dot p {
    font-size: 16px;
    color: #818285;
    line-height: 24px;
    letter-spacing: 0.22px;
  }

  .obst-sympt-main.flexible-dot-main.section-padding.row-center.section-dot
    .dot-sec-content
    li {
    font-size: 18px;
    line-height: 28px;
  }

  .sleep-ddisorder-main.flexible-full-main.cosdent-full-main.row-center.row-reverse.headnone
    p {
    font-size: 14px;
    line-height: 26px;
  }

  .sleep-ddisorder-main.flexible-full-main.cosdent-full-main.row-center.row-reverse.headnone
    .cosdent-full-right {
    padding: 0 20px;
    max-width: 90%;
  }

  header.site-header nav#site-navigation {
    max-width: 100%;
    width: auto;
  }

  nav#site-navigation {
    float: right;
  }

  header.site-header {
    border-bottom: none;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
  }

  header.site-header .header-right {
    float: none;
    width: 100%;
    border-top: 1px solid #dadada;
    margin: 17px 0 0 0;
  }

  img.custom-logo {
    padding: 15px 00 0 0;
  }

  header.site-header .header-right ul.hdr-top li {
    border-left: none;
  }

  li.cal-ph {
    border-right: 1px solid #dadada;
  }

  header.site-header .header-right ul.hdr-top li:last-child {
    border-right: none;
  }

  header.site-header .header-right ul.hdr-top {
    width: 100%;
  }

  section.overdentures-dot .restrove-about-content {
    max-width: 100%;
    padding: 0;
    width: 96%;
    margin: 0 auto;
  }

  section.rcd-aftercare .rd-primary-sec .rd-primary-left {
    max-width: 100%;
    width: 92%;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-top: 0;
    padding-bottom: 0;
  }

  section.smile-metal-advantages-faq.smile-zirconia .restorative-faq-content {
    float: right;
    padding-left: 0px;
    padding-right: 25px;
    width: 100%;
  }

  .inlays-main-heading h2 {
    font-size: 35px;
  }

  .inlays-headings.heading-bar.dental-head-main.section-head p {
    font-size: 16px;
    line-height: 28px;
  }

  #field_3_5 {
    margin-bottom: 60px;
    display: block;
    width: 100%;
    float: right;
    max-width: 100%;
  }

  section.free-dental-consultation
    .gform_wrapper
    .gform_body
    .gform_page_fields
    .top_label
    legend.gfield_label,
  section.free-dental-consultation
    form#gform_11
    #field_11_15
    legend.gfield_label {
    font-size: 36px;
    line-height: 46px;
    margin: 0px 0 15px;
  }

  section.free-dental-consultation
    .gform_wrapper
    .gform_body
    .gform_page_fields
    .top_label
    .ginput_container_checkbox
    label {
    font-size: 18px;
    line-height: 30px;
  }

  div#input_3_5 {
    column-count: 2;
    width: 60%;
  }

  .gchoice {
    float: none;
    width: 100%;
  }

  .gform_page_footer.top_label {
    left: 0;
  }

  #field_3_7,
  #field_3_8,
  #field_3_11,
  #field_3_9,
  #gform_page_3_3 .gform_page_footer.top_label {
    display: block;
    width: 100%;
    float: right;
    max-width: 97%;
    left: 0;
  }

  #field_3_31 {
    position: absolute;
    right: 0;
    vertical-align: top;
    display: inline;
    width: 50%;
  }

  #field_3_15 {
    display: block;
    width: 100%;
    float: right;
    max-width: 97%;
    left: 0;
  }

  #field_3_29 {
    position: absolute;
    right: 0;
    width: 50%;
  }

  #gform_page_3_4 .gform_page_footer.top_label {
    display: block;
    width: 100%;
    float: right;
    max-width: 97%;
    left: 0;
    margin-bottom: 275px;
  }

  #input_3_7_3,
  #input_3_7_6,
  #input_3_11,
  #input_3_8,
  #input_3_9 {
    padding: 40px 0px 5px 11px;
  }

  .gform_page_footer.top_label {
    margin-bottom: 170px !important;
  }

  fieldset#field_3_7 {
    margin-top: 80px;
  }

  .gform_page_footer.top_label .button {
    max-width: 130px !important;
    width: 100%;
    font-size: 16px !important;
    line-height: 10px !important;
    padding: 20px 20px !important;
    border: 1px solid #0d64a3;
    border-radius: 0px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  div#input_3_5 {
    display: flex;
    flex-direction: column;
    width: 29% !important;
    flex-wrap: wrap;
    height: 230px;
  }

  fieldset#field_3_5 {
    margin-top: 55px;
    margin-bottom: 35px;
  }

  fieldset#field_3_7,
  fieldset#field_11_7 {
    margin-top: 55px !important;
  }

  .gform_page_footer.top_label {
    /* margin-bottom: 75px !important; */
    margin-bottom: 20px !important;
  }

  #input_3_7_3::placeholder,
  #input_3_7_6::placeholder,
  #input_3_11::placeholder,
  #input_3_8::placeholder,
  #input_3_9::placeholder,
  #input_11_7_3::placeholder,
  #input_11_7_6::placeholder,
  #input_11_11::placeholder,
  #input_11_8::placeholder,
  #input_11_9::placeholder {
    font-size: 18px;
  }

  #gform_page_3_5 #input_3_20::placeholder,
  #gform_page_11_5 #input_11_20::placeholder {
    font-size: 18px;
  }

  #field_3_15 .gchoice label,
  #field_11_15 .gchoice label {
    color: #515454;
    font-size: 20px;
    line-height: 55px;
  }

  #input_3_15 {
    margin-bottom: 40px;
  }

  fieldset#field_3_15 {
    margin-top: 55px;
  }

  section.free-dental-consultation
    .gform_wrapper
    .gform_body
    .gform_page_fields
    .top_label
    .ginput_container_checkbox
    label {
    font-size: 14px !important;
    line-height: 28px !important;
  }
}

@media only screen and (max-width: 1050px) {
  .dnincs-info-main.flexible-full-main.cosdent-full-main.row-center.row-reverse
    .cosdent-full-content
    .cosdent-full-right {
    padding-right: 0px;
    max-width: 465px;
  }

  header.site-header nav#site-navigation .menu.nav-menu li a {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1050px) {
  header.site-header nav#site-navigation .menu.nav-menu li a {
    padding: 28px 3px 28px 5px !important;
  }

  header.site-header nav#site-navigation .menu.nav-menu li ul.sub-menu a {
    padding: 10px 20px 10px 10px !important;
  }

  header.site-header nav#site-navigation {
    max-width: 740px;
  }

  section.holi-stic .col-md-6 {
    max-width: 430px;
  }

  .restoration-list-main .restore-headings h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 992px) {
  fieldset#field_3_7,
  fieldset#field_11_7 {
    width: 100%;
  }

  #input_3_7_3,
  #input_3_7_6,
  #input_3_11,
  #input_3_8,
  #input_3_9,
  #input_11_7_3,
  #input_11_7_6,
  #input_11_11,
  #input_11_8,
  #input_11_9 {
    padding: 45px 0px 25px 0;
  }

  div#gform_confirmation_wrapper_11 {
    padding-top: 0;
  }
  /* hide the images on the contact from schedule an appointment  */
  #field_3_27,
  div#field_11_27,
  #field_3_31,
  #field_11_31,
  #field_3_29,
  #field_11_29,
  #field_3_32,
  #field_11_32 {
    display: none !important;
  }

  section.free-dental-consultation form#gform_3 div#gform_fields_3 {
    float: none;
  }

  section.free-dental-consultation
    .gform_wrapper
    .gform_body
    .gform_page_fields
    .top_label
    fieldset#field_11_5
    .gchoice {
    width: 100%;
  }
  section.free-dental-consultation form .gfield--type-html.gfield--width-half {
    width: 100%;
    max-width: 100%;
  }

  div#field_11_35,
  div#field_11_35,
  div#field_11_19,
  div#field_11_20 {
    width: 100%;
  }

  #gform_page_11_5 label.gfield_label.gform-field-label {
    margin-top: 20px !important;
  }

  section.free-dental-consultation
    form
    .gfield--type-html.gfield--width-half#field_3_37 {
    margin-top: 70px !important;
  }

  section.free-dental-consultation
    #gform_11
    .gform_body
    .gform_page_footer.top_label {
    left: 0px !important;
  }

  section.free-dental-consultation
    #gform_11
    .gform_body
    #gform_page_11_3
    .gform_page_footer.top_label {
    position: absolute;
    left: 10px;
    top: 490px;
  }

  .gform_wrapper.gravity-theme #field_11_7 .ginput_complex span,
  .gform_wrapper.gravity-theme #field_11_7 .ginput_complex span input {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  section.free-dental-consultation
    form
    .gfield--type-html.gfield--width-half
    iframe {
    width: 700px;
    height: 400px;
    margin: 0 auto;
    text-align: center;
  }

  section.free-dental-consultation form .gfield--type-html.gfield--width-half {
    text-align: center;
  }

  section.cosdent-full-main.row-reverse .cosdent-full-right {
    float: initial;
  }

  .restorative-faq-content.ins-content.faq-old {
    max-width: 100%;
  }

  .locations {
    padding-top: 130px !important;
  }

  .heading-bar {
    padding: 60px 0 0 !important;
  }

  section.cosdent-consult-main.section-dot .row {
    margin-right: 30px;
    margin-left: 0;
  }

  section.lcrock-inslist-main.dentistry-team-main.section-padding.row-block
    .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  body.single-post p span {
    font-size: 18px;
    line-height: 28px;
  }

  section.blog-block ul.blogs-ul .blogs-list p {
    font-size: 18px;
    line-height: 28px;
  }

  .page-template-restorative
    .insurance-section.banner-main.insurance-banner-main {
    padding-top: 82px !important;
  }
}

@media only screen and (max-width: 961px) {
  .menu-item-has-children.li-toggled
    .sub-menu
    .menu-item-has-children.li-toggled::after {
    content: "\f077";
    margin-top: 0;
  }

  .menu-item-has-children.li-toggled .sub-menu .menu-item-has-children:after {
    bottom: 0;
    height: 24px;
    margin: auto;
  }

  header.site-header
    nav#site-navigation
    .menu.nav-menu
    li
    ul.sub-menu
    li.menu-item-has-children:before {
    content: none !important;
  }

  header.site-header
    nav#site-navigation
    .menu.nav-menu
    li
    ul.sub-menu
    li.menu-item-has-children
    .sub-menu.show-sub-menu {
    display: block !important;
  }

  header.site-header
    nav#site-navigation
    .menu.nav-menu
    li
    ul.sub-menu
    li.menu-item-has-children
    .sub-menu {
    display: none !important;
  }

  .csservice-banner-main.flexible-banner-main.banner-main.rd-inner-banner.row-reverse {
    padding-top: 60px !important;
  }

  .page-template-restorative
    .insurance-section.banner-main.insurance-banner-main {
    padding-top: 20px !important;
  }

  .locations {
    padding-top: 70px !important;
  }

  header.site-header.sticky .header-right {
    display: none;
  }

  body.single-post main#primary {
    padding-top: 160px !important;
  }

  section.blog-block ul.blogs-ul nav.custom-pagination {
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
  }

  body.before_after-template-default.single-before_after
    .dental-head-main.section-head
    h1,
  .lcrock-team-main .section-head h2,
  .single-before_after h1 {
    position: relative;
    padding-bottom: 100px;
  }

  body.before_after-template-default.single-before_after
    .dental-head-main.section-head
    h1::before {
    position: absolute;
    content: "";
    height: 65px;
    width: 1px;
    background-color: #dadada;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 65px;
  }

  body.before_after-template-default.single-before_after,
  body.page-template-blog-template,
  body.tax-before_category {
    padding-top: 80px;
  }

  header + section,
  .page-container.review-pg {
    padding-top: 80px !important;
  }

  header + div {
    padding-top: 80px !important;
  }

  .smile-metal.inlays-onlays-banner .row {
    padding-top: 40px;
  }

  .hamburger-menu {
    display: block;
    position: absolute;
    right: 0;
    top: 36%;
    cursor: pointer;
    z-index: 999;
    height: 25px;
  }

  /* #primary-menu #menu-item-16105 ul.sub-menu #menu-item-9915 ul.sub-menu, #primary-menu #menu-item-10104 ul.sub-menu #menu-item-9912 ul.sub-menu {
                    left: 0 !important;
                    min-width: 80%;
                    margin: 0 auto;
                    position: relative;
                    /* display: block !important; */
  /* } */

  .main-navigation .menu > li.menu-item-has-children.current_page_item::after {
    content: "\f078";
    font-family: "FontAwesome";
    color: #535454;
    border-color: #b7deaf;
    float: right;
    font-weight: 400;
    position: absolute;
    right: 0%;
    z-index: 99;
    top: 0px;
    cursor: pointer;
    background-color: #f3fcff;
    padding: 21px 23px 20px 21px;
    border-bottom: 3px solid #6e9db4;
  }

  /*.main-navigation .menu > li.menu-item-has-children:hover::after {
                        background-color: #f3fcff;
                        padding: 21px 23px 20px 21px ;
                        border-bottom: 3px solid #6e9db4;
                        right: -3%;
                        top: 0px;
                        transition: 0.3s ease !important;
                    }*/
  .main-navigation .menu > li.menu-item-has-children:hover::after {
    background-color: #f3fcff;
    padding: 21px 23px 20px 21px;
    border-bottom: 3px solid #6e9db4;
    right: 7px;
    top: 0px;
    /* transition: 0.3s ease !important; */
  }

  header.site-header.sticky .hamburger-menu {
    padding-top: 10px;
  }

  header.site-header.sticky .hamburger-menu .bar {
    top: 0;
  }

  .textwidget.custom-html-widget.open {
    position: relative;
  }

  footer.site-footer ul {
    margin: 0px;
    padding: 0 0px 0 30px;
  }

  .main-navigation .menu > li:hover > a,
  .main-navigation .menu > li.current-menu-item > a {
    font-weight: 400 !important;
    border-bottom: 3px solid #6e9db4 !important;
    color: #2170a7 !important;
    background-color: #f3fcff !important;
  }

  .menu-main-nav-container {
    max-height: 480px;
    overflow-y: auto;
  }

  header.site-header
    nav#site-navigation
    .menu.nav-menu
    li
    ul.sub-menu
    li:last-child {
    border: none !important;
  }

  header.site-header nav#site-navigation {
    max-height: 500px;
    overflow-y: auto;
  }

  header.site-header .header-right {
    display: none;
  }

  img.custom-logo {
    padding: 15px 00 15px 0;
  }

  nav#site-navigation {
    display: none;
  }

  nav#site-navigation {
    position: absolute;
    background: #fff;
    max-width: 100% !important;
    margin: 0 auto;
    z-index: 9999;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
  }

  header.site-header nav#site-navigation .menu.nav-menu li {
    width: 100%;
    border-bottom: 1px solid #dadada;
    margin: 0 auto;
    text-align: left;
    padding-left: 0px;
  }

  header.site-header nav#site-navigation .menu.nav-menu li ul.sub-menu li {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  header.site-header
    nav#site-navigation
    .menu.nav-menu
    li
    ul.sub-menu
    ul.sub-menu {
    float: none;
  }

  header.site-header
    nav#site-navigation
    .menu.nav-menu
    li
    ul.sub-menu
    ul.sub-menu
    li:last-child {
    border: none;
  }

  header.site-header nav#site-navigation .menu.nav-menu li a {
    padding: 20px 150px 20px 25px !important;
    font-size: 16px;
    display: block;
    width: 93%;
  }

  header.site-header nav#site-navigation .menu.nav-menu li ul.sub-menu {
    float: none;
    text-align: left;
    width: 90%;
    background-color: #fff;
    display: block;
    position: initial;
    margin: 0 auto;
  }

  header.site-header nav#site-navigation .menu.nav-menu li ul.sub-menu {
    display: none;
  }

  .main-navigation.active {
    display: block !important;
  }

  #site-navigation.active {
    display: block;
  }

  .sub-menu.show-sub-menu {
    display: block !important;
  }

  .hamburger-menu.active .bar::before {
    transform: rotate(135deg);
  }

  .hamburger-menu.active .bar::after {
    transform: rotate(-135deg);
  }

  .hamburger-menu.active .bar {
    background-color: transparent;
  }

  .hamburger-menu.active .bar,
  .hamburger-menu.active .bar::after,
  .hamburger-menu.active .bar::before {
    transition: all 0.5s ease-in-out;
  }

  .hamburger-menu .bar,
  .hamburger-menu .bar::after,
  .hamburger-menu .bar::before {
    transition: all 0.5s ease-in-out;
  }

  .main-navigation .menu > li.menu-item-has-children::after {
    content: "\f078";
    font-family: "FontAwesome";
    color: #535454;
    border-color: #b7deaf;
    float: right;
    font-weight: 400;
    position: absolute;
    right: 3.6%;
    z-index: 99;
    top: 22px;
    cursor: pointer;
  }

  /* .main-navigation .menu > li.menu-item-has-children.li-toggled::after {
                    content: "\f077";
                } */

  .main-navigation .menu > li.menu-item-has-children.li-toggled::after,
  .main-navigation .menu > li.menu-item-has-children::after {
    transition: none !important;
    content: "\f077";
  }

  ul,
  li,
  div {
    transition: all 0.3s ease-in-out;
  }

  /* #primary-menu #menu-item-16105 ul.sub-menu #menu-item-9915:hover ul.sub-menu , #primary-menu #menu-item-10104 ul.sub-menu #menu-item-9912:hover ul.sub-menu {
                    display: block ;
                } */

  /* #primary-menu #menu-item-16105 ul.sub-menu #menu-item-9915 ul.sub-menu, 
                    #primary-menu #menu-item-10104 ul.sub-menu #menu-item-9912 ul.sub-menu {
                    left: 0% !important;
                    /* display: none !important; */
  /* position: relative;
                    min-width: 90%;
                } */

  /* #menu-item-9915::before , #menu-item-9912::before {
                    display: none;
                } */
}

@media only screen and (max-width: 599px) {
  .menu-toggle,
  .main-navigation.toggled ul {
    display: none;
  }
}

/******************/
@media only screen and (max-width: 1580px) {
  header.site-header .header-right ul.hdr-top li.cal-ph a {
    padding: 0px 0px 0px 35px;
  }
}

@media only screen and (max-width: 1520px) {
  .restore-faq-section .restorative-faq-content {
    max-width: 660px;
    padding-left: 40px;
  }

  section.rcd-aftercare .rd-primary-sec .rd-primary-left {
    padding-left: 40px;
    max-width: 650px;
  }

  section.dent-crown-first section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 46px !important;
    line-height: 50px !important;
  }

  section.dent-crown section.rd-primary-sec h3 {
    font-size: 44px;
    line-height: 50px;
  }

  section.dent-crown-first section.rd-inner-banner .row .rd-ban-content p {
    font-size: 18px;
    line-height: 28px;
  }

  .emergency-service-section .row {
    flex-direction: inherit;
  }
}

@media only screen and (max-width: 1470px) {
  section.treatment-faq-main .cosdent-full-right .faq-header button {
    font-size: 40px;
    line-height: 50px;
  }

  section.treatment-faq-main .cosdent-full-right .faq-header button:after {
    top: 33px;
    width: 22px;
    height: 22px;
    left: -2px;
  }

  section.metal-dot .restrove-about-main .restrove-about-content h3 {
    font-size: 45px;
    line-height: 50px;
  }

  .restorative-pro-left .restorative-procedure-content h2 {
    font-size: 42px;
    line-height: 48px;
    padding-bottom: 22px;
  }

  .restrove-about-content p {
    width: 100%;
    max-width: 730px;
  }

  .restore-faq-section .restorative-faq-content {
    max-width: 650px;
    padding-left: 40px;
  }

  section.rcd-aftercare .rd-primary-sec .rd-primary-left {
    padding-left: 40px;
    max-width: 650px;
  }

  .inlays-common-sec section.rd-primary-sec .rd-primary-left {
    max-width: 650px;
    padding-left: 15px;
  }

  .metal-free-primary-section section.rd-primary-sec .rd-primary-left {
    max-width: 650px;
    padding-left: 50px;
  }

  .metal-free-second-primary section.rd-primary-sec .rd-primary-left {
    max-width: 650px;
    padding-right: 40px;
  }

  .pulp-symptoms section.rd-primary-sec .rd-primary-left {
    max-width: 680px;
    padding-right: 40px;
  }

  section.crowns-common-sec .col-md-6 .rd-primary-left {
    max-width: 650px;
    padding-left: 40px;
  }

  section.dental-crown-faq .col-md-6 .restorative-faq-content {
    max-width: 650px;
    padding-right: 60px;
  }

  .cosdent-consult-content .cosdent-consult-right p br {
    display: none;
  }

  body.single-post p {
    font-size: 20px;
    line-height: 32px;
  }

  section.team-consult-main.flexible-consult-main
    .dentistry-content
    p
    a.tel-link {
    display: inline-block;
  }

  section.team-consult-main.flexible-consult-main .dentistry-content p {
    margin: 30px auto 0 !important;
  }

  #field_3_31 {
    width: 40%;
  }
}

@media only screen and (max-width: 1430px) {
  .root-canal-banner section.rd-inner-banner .row .rd-ban-content p {
    font-size: 18px;
    line-height: 28px;
  }

  .root-canal-banner section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 46px;
    line-height: 50px !important;
  }

  section.overdentures-dot .restrove-about-content {
    max-width: 560px;
  }

  section.holi-stic .col-md-6 {
    max-width: 650px;
  }

  section.x-rays-types .col-md-4 {
    max-width: 400px;
  }

  .x-rays-common-sec section.rd-primary-sec h3 {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 30px;
  }

  .x-rays-common-sec section.rd-primary-sec p {
    font-size: 18px;
    line-height: 28px;
  }

  .x-rays-common-sec section.rd-primary-sec .rd-primary-left ul {
    font-size: 18px;
    line-height: 28px;
  }

  section.candid-consult-main .dentistry-content p {
    margin: 15px 60px !important;
  }

  section.treatment-banner-main .rd-ban-content {
    max-width: 590px !important;
  }

  /* section a.tel-link {
                        display: block;
                    } */
}

@media only screen and (max-width: 1390px) {
  section.metal-dot .restrove-about-main .restrove-about-content h3 {
    font-size: 44px;
    line-height: 50px;
  }

  section.tooth-decay-cavities .rd-primary-left h3 {
    font-size: 44px;
    line-height: 50px;
  }

  section.holi-stic .col-md-6 {
    max-width: 610px;
  }

  section.x-rays-types .x-rays-list h3 {
    font-size: 44px;
    line-height: 50px;
  }

  section.rcd-aftercare .rd-primary-sec .rd-primary-left {
    max-width: 90%;
  }

  .restrove-about-content p {
    width: 100%;
    max-width: 650px;
  }

  section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 46px;
    line-height: 50px !important;
  }

  section.rd-inner-banner .row .rd-ban-content h1 {
    margin: 0 auto 15px;
  }

  section.rd-inner-banner .row .rd-ban-content h4 {
    margin: 18px auto;
  }

  section.dent-crown-first section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 46px !important;
    line-height: 50px !important;
  }

  section.dent-crown-first section.rd-inner-banner .row .rd-ban-content p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 1370px) {
  section.rd-inner-banner .row .rd-ban-content p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 1360px) {
  .cstreat-benefits-main.flexible-full-main.cosdent-full-main.row-center.row-reverse
    .cosdent-full-right {
    padding-right: 10px;
    max-width: 570px;
  }

  .cscolor-about-main.flexible-full-main.cosdent-full-main.row-center.row-reverse
    .cosdent-full-right {
    padding-right: 0px;
    max-width: 600px;
  }

  .cosdent-full-content .cosdent-full-right p {
    font-size: 16px;
    line-height: 24px;
  }

  .csteeth-ofbleach-main.flexible-full-main.cosdent-full-main.row-center
    .cosdent-full-content
    .cosdent-full-right {
    max-width: 90%;
    padding-left: 10px;
    padding-right: 0px;
  }

  section.flexible-full-main .cosdent-full-content .cosdent-full-right h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  /* .inlays-common-sec section.rd-primary-sec .rd-primary-left {
                    max-width: 95%;
                } */

  section.flexible-dot-main .dot-sec-content {
    padding-right: 25px;
    padding-left: 20px;
  }

  .metal-free-primary-section section.rd-primary-sec .rd-primary-left {
    max-width: 600px;
  }

  .metal-free-second-primary section.rd-primary-sec .rd-primary-left {
    max-width: 95%;
  }

  .pulp-symptoms section.rd-primary-sec .rd-primary-left {
    max-width: 640px;
  }

  .ftr-about {
    max-width: 420px;
    margin-right: 40px;
  }

  section.lcrock-patient-main .testimonial .testimonial-headings img {
    max-width: 65px;
  }
}

@media only screen and (max-width: 1340px) {
  .x-rays-common-sec section.rd-primary-sec h3 {
    font-size: 36px;
    line-height: 46px;
  }

  .x-rays-common-sec section.rd-primary-sec p {
    font-size: 18px;
    line-height: 28px;
  }

  .x-rays-common-sec section.rd-primary-sec .rd-primary-left ul {
    font-size: 18px;
    line-height: 28px;
  }

  .root-canal-banner section.rd-inner-banner .row .rd-ban-content h1 {
    line-height: 46px !important;
  }

  section.tooth-decay-cavities .rd-primary-left h3 {
    font-size: 36px;
    line-height: 46px;
  }

  .restore-faq-section .restorative-faq-content {
    max-width: 95%;
  }

  section.rcd-aftercare .rd-primary-sec .rd-primary-left {
    max-width: 90%;
  }

  section.overdentures-dot .restrove-about-content {
    max-width: 645px;
  }

  section.crowns-common-sec .col-md-6 .rd-primary-left {
    max-width: 600px;
  }

  section.dental-crown-faq .col-md-6 .restorative-faq-content {
    max-width: 600px;
  }

  inner-banner .row .rd-ban-content h1 {
    line-height: 46px !important;
  }

  .ins-left .ins-content p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1326px) {
  section.metal-dot .restrove-about-main .restrove-about-content p {
    font-size: 18px;
    line-height: 28px;
  }

  .tooth-decay-banner section.rd-inner-banner .row .rd-ban-content h1 {
    line-height: 46px !important;
  }

  .insurance-section .re-store-content h1 {
    padding-top: 10px;
  }

  .tooth-decay-banner section.rd-inner-banner .row .rd-ban-content p {
    font-size: 20px;
    line-height: 30px;
  }

  section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 40px;
    line-height: 55px;
  }

  section.rd-primary-sec h3 {
    font-size: 32px;
  }

  section.rd-primary-sec h4 {
    font-size: 22px;
    line-height: 24px;
  }

  .inlays-main-heading h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .denture-type-headings h2 {
    font-size: 45px;
  }

  .page-template-temp-period p {
    font-size: 16px;
    line-height: 28px;
  }

  .restorative-faq-content h2 {
    font-size: 36px;
    line-height: 46px;
  }

  section.lplaser-banner-main .rd-ban-content p {
    font-size: 18px;
    line-height: 26px;
  }

  .restoration-list-main .restore-headings h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .page-template-temp-period section.flexible-dot-main .dot-sec-content ul li {
    font-size: 18px !important;
    line-height: 21px !important;
  }

  .ins-left .ins-content h1 {
    font-size: 50px;
  }

  .page-template-temp-period
    section.row-reverse
    .cosdent-full-content
    .cosdent-full-right {
    padding-right: 0px;
    max-width: 95%;
  }

  .page-template-temp-period section.oral-exam-main .cosdent-full-right ul li {
    line-height: 20px;
  }

  .restorative-pro-left .restorative-procedure-content h2 {
    font-size: 45px;
  }

  .page-template-temp-period .cosdent-full-content .cosdent-full-right h2 {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 10px !important;
  }

  .section-head h1,
  .lcrock-team-main .section-head h2,
  .single-before_after h1 {
    font-size: 36px;
    line-height: 46px;
  }

  section.metal-dot .restrove-about-main .restrove-about-content h3 {
    font-size: 36px;
    line-height: 46px;
  }

  .pulp-treatment-section h3 {
    font-size: 45px;
  }

  .tab-main-heading h2 {
    font-size: 45px;
  }

  section.lcrock-patient-main
    .testimonial
    .testimonial-headings
    span.test-block
    .star-rating
    svg {
    max-width: 24px;
  }

  section.lcrock-patient-main
    .testimonial
    .testimonial-headings
    span.test-block
    h5 {
    font-size: 28px;
  }

  section.lcrock-patient-main .testimonial .testimonial-headings img {
    max-width: 60px;
  }

  .inlays-common-sec section.rd-primary-sec h3 {
    margin-bottom: 30px;
  }

  section.dent-crown-first section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
}

@media only screen and (max-width: 1300px) {
  .ins-left .ins-content h1 {
    font-size: 40px !important;
    line-height: 46px;
  }

  .cosdent-dot-content .cosdent-dot-right h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .cosdent-dot-content .cosdent-dot-right ul li {
    font-size: 16px;
    line-height: 26px;
  }

  .restorative-pro-left .restorative-procedure-content h2 {
    font-size: 36px !important;
    line-height: 46px !important;
    padding-bottom: 15px !important;
  }

  section.x-rays-types .col-md-4 {
    max-width: 370px;
  }

  .pulp-treatment-section h4,
  .pulp-treatment-section p {
    font-size: 22px;
    line-height: 30px;
  }

  .pulp-treatment-section h3 {
    font-size: 36px;
    line-height: 46px;
  }

  section.consult-main .consultation-content.section-border {
    min-height: auto;
    padding: 95px 0 110px;
  }
}

@media only screen and (max-width: 1260px) {
  /* .inlays-common-sec section.rd-primary-sec .rd-primary-left {
                    max-width: 550px;
                } */

  .page-template.page-template-temp-rd.page-template-bridges.page-template-temp-rdbridges-php.page.page-id-9700.page-child.parent-pageid-10641.logged-in.admin-bar.wp-custom-logo.customize-support
    .bridge-advantages.pulp-symptoms
    .rd-primary-left {
    max-width: 505px;
    padding: 0;
    padding-left: 0px;
    padding-left: 0px;
    padding-left: 0px;
    margin-right: 10px;
  }

  section.dental-crown-faq .col-md-6 .restorative-faq-content {
    max-width: 475px;
  }

  .faq-content {
    font-size: 14px;
    line-height: 28px;
  }

  .inlays-main-heading h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .dent-crown-first.metal-free-banner.inlays-onlays-banner.row-reverse
    .rd-ban-content {
    width: 95%;
    padding-left: 20px !important;
  }

  section.dent-crown-first section.rd-inner-banner .row .rd-ban-content h1 br {
    display: none;
  }

  section.dent-crown-first section.rd-inner-banner .row .rd-ban-content p {
    font-size: 14px;
    line-height: 25px;
  }

  .crowns-dot.metal-dot.row-reverse .restrove-about-content {
    width: 96%;
    float: right;
    padding: 0;
  }

  section.metal-dot .restrove-about-main .restrove-about-content p {
    font-size: 14px;
    line-height: 26px;
  }

  section.crowns-common-sec .col-md-6 .rd-primary-left {
    max-width: 470px;
  }
}

@media only screen and (max-width: 1250px) {
  .restore-faq-section .restorative-faq-content {
    max-width: 95%;
  }

  section.rcd-aftercare .rd-primary-sec .rd-primary-left {
    max-width: 90%;
  }

  .metal-free-primary-section section.rd-primary-sec .rd-primary-left {
    max-width: 540px;
  }

  .metal-free-second-primary section.rd-primary-sec .rd-primary-left {
    max-width: 95%;
  }

  section.overdentures-dot .restrove-about-content {
    max-width: 590px;
  }

  section.crowns-common-sec .col-md-6 .rd-primary-left {
    max-width: 475px;
    padding-left: 25px;
  }

  section.dental-crown-faq .col-md-6 .restorative-faq-content {
    max-width: 475px;
  }

  section.rd-primary-sec h3 {
    font-size: 40px;
  }

  section.sleep-banner-main.flexible-banner-main.rd-inner-banner.row-reverse
    .row
    .rd-ban-content {
    max-width: 480px;
  }
}

@media screen and (max-width: 1200px) {
  .ins-left p {
    margin-top: 10px;
  }

  .insurance-section .ins-left {
    padding-top: 20px;
  }

  section.insurance-banner-main .row {
    align-items: flex-start;
  }

  .section-dot .section-border h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .smile-zirconia-tab section.common-tab .tab-function .nav-tabs a {
    width: 85%;
  }

  .product-list .product-content h3.prod-head {
    font-size: 22px !important;
    line-height: 55px;
  }

  .product-list .product-content h3.prod-head:after {
    bottom: 45px;
  }

  section.dentist-banner.banner-main .rd-ban-content h1 {
    font-size: 45px;
    line-height: 55px !important;
  }

  section.cosdent-consult-main,
  .lcrock-team-main .section-head h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .cosdent-consult-content .cosdent-consult-right h2 {
    font-size: 36px;
    line-height: 46px;
    margin: 0 auto 20px;
  }

  section.row-reverse .cosdent-full-content .cosdent-full-right {
    padding-right: 50px;
    max-width: 90%;
  }

  .emergency-content p {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .ins-left .ins-content p {
    font-size: 14px;
    line-height: 28px;
  }

  .ins-left .ins-content h1 {
    font-size: 40px;
  }

  .restrove-about-content p {
    font-size: 14px !important;
    line-height: 28px;
  }

  .restorative-procedure-content ul li {
    font-size: 14px;
    line-height: 28px;
  }

  .ins-left .ins-content {
    padding-right: 30px;
  }

  .restorative-procedure-content ul li {
    font-size: 14px;
    line-height: 26px;
  }

  .restorative-pro-left .restorative-procedure-content h2 {
    font-size: 28px !important;
    line-height: 40px !important;
    padding-bottom: 5px !important;
    margin-bottom: 20px;
  }

  .section-head h1,
  .lcrock-team-main .section-head h2,
  .single-before_after h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .procedure-headings p {
    font-size: 18px;
    line-height: 28px;
  }

  section.rd-inner-banner .row .rd-ban-content h4 {
    margin: 8px auto;
  }

  section.rd-inner-banner .row .rd-ban-content h4 {
    font-size: 14px;
    line-height: 28px;
  }

  .rcd-overdentures a.home-btn {
    min-height: 70px;
    padding: 20px 0;
  }

  .overdentures-dot .restrove-about-content p {
    font-size: 14px;
    line-height: 28px;
    padding-right: 0px;
  }

  section.overdentures-dot
    .restrove-about-section.insurance-content.section-border
    .col-md-6 {
    padding: 0 !important;
  }

  section.rd-inner-banner .row .rd-ban-content {
    padding-right: 20px;
  }

  .rd-banner-left {
    margin-top: 20px;
  }

  section.common-tab .tab-main-subheading p {
    font-size: 18px;
    line-height: 28px;
  }

  section.common-tab .tab-function .col-md-7 .tab-content p {
    font-size: 18px;
    line-height: 28px;
  }

  section.common-tab .tab-function .nav-tabs li a {
    font-size: 20px;
    width: 75%;
    line-height: 65px;
  }

  section.common-tab .tab-function .nav-tabs li a:after {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
  }

  section.rd-primary-sec span p {
    font-size: 14px;
    line-height: 24px;
  }

  section.rd-primary-sec span ul {
    font-size: 16px;
    line-height: 26px;
  }

  section.rd-primary-sec h3 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 12px;
    padding: 0 0 5px;
  }

  section.over-den .banner-main .rd-primary-left p {
    padding-bottom: 20px;
    padding: 0;
  }

  section.consult-main .consult-content h2 {
    font-size: 36px;
    line-height: 46px;
  }

  section.consult-main .consult-content {
    padding: 70px 0;
  }

  section.rcd-aftercare .rd-primary-sec .rd-primary-left {
    max-width: 90%;
    padding-left: 20px;
  }

  section.overdentures-dot .restrove-about-content {
    max-width: 590px;
    padding-top: 0;
    padding-bottom: 0;
  }

  section.holistic-section .holistic-first h4 {
    line-height: 28px;
    font-size: 16px;
  }

  .ins-left .ins-content h1 {
    font-size: 32px;
  }

  section.holi-stic.restoration-list-main.insurance-list-main.section-padding.row-center {
    padding: 55px 0;
  }

  .restoration-list-main .restore-headings h2 {
    font-size: 40px;
  }

  .restoration-list-main .restore-headings h4 {
    color: #818285;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }

  section.holi-stic .col-md-6 {
    max-width: 500px;
  }

  section.holi-stic .col-md-6 h3 {
    font-size: 30px;
    line-height: 40px;
    color: #515454;
  }

  section.holi-stic.restoration-list-main.insurance-list-main.section-padding.row-center
    .row.restore-type-list
    p {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1150px) {
  section.holi-stic .col-md-6 {
    max-width: 415px;
  }

  .inlays-common-sec section.rd-primary-sec .rd-primary-left {
    /* max-width: 500px; */
    padding: 0;
  }

  header.site-header nav#site-navigation .menu.nav-menu li a {
    padding: 28px 3px 28px 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1130px) {
  section.holi-stic .col-md-6 {
    max-width: 465px;
  }

  .page-template.page-template-temp-rd.page-template-rcd-denture.page-template-temp-rdrcd-denture-php.page.page-id-9745.page-child.parent-pageid-10641.logged-in.admin-bar.wp-custom-logo.customize-support
    .rcd-dentures-list
    .col-md-4 {
    max-width: 280px;
    display: inline;
  }
}

@media screen and (max-width: 1100px) {
  section.sleep-banner-main.flexible-banner-main.rd-inner-banner.row-reverse
    .row
    .rd-ban-content {
    max-width: 420px;
  }

  .inlays-common-sec section.rd-primary-sec .rd-primary-left {
    /* max-width: 450px; */
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .faq-head-content p {
    font-size: 18px;
    max-width: 90%;
  }

  .faq-head-content h1 {
    font-size: 45px;
  }

  section.banner-inner-main .banner-inner-content h1 {
    font-size: 46px;
    line-height: 65px;
  }

  section.banner-inner-main .banner-inner-content p {
    font-size: 18px;
    line-height: 30px;
  }

  section.dentist-banner.banner-main .rd-ban-content h1 {
    font-size: 40px;
    line-height: 50px !important;
  }

  section.dentist-banner.rd-inner-banner.row-reverse .rd-ban-content {
    max-width: 360px;
  }

  .section-padding {
    padding: 60px 0;
  }

  section.cosdent-consult-main .cosdent-consult-right a.consult-btn.home-btn {
    max-width: 260px;
    min-height: 60px;
    font-size: 18px;
    padding: 15px 0;
    margin: 20px 0 0;
  }

  .cosdent-dot-content .cosdent-dot-right h2 {
    font-size: 32px;
    line-height: 46px;
  }

  .cosdent-dot-content .cosdent-dot-right ul li {
    font-size: 18px;
    margin: 0 auto 0px;
  }

  section.rd-inner-banner .row .rd-ban-content h4 {
    font-size: 16px;
    line-height: 26px;
  }

  .cleaning-main-content h2 {
    font-size: 34px;
    line-height: 46px;
  }

  section.free-dental-consultation .gform_body .gform_ajax_spinner {
    width: auto !important;
  }
}

@media screen and (max-width: 992px) {
  div#gform_page_11_1 .gform_page_footer.top_label {
    position: unset !important;
    margin-left: 0 !important;
    text-align: left !important;
    margin-top: 30px !important;
  }

  section.free-dental-consultation form div#gform_fields_11 iframe {
    /* height: 280px; */
    height: auto;
  }

  /* .mac-os div#gform_page_11_1 .gform_page_footer.top_label ,  .ios div#gform_page_11_1 .gform_page_footer.top_label {
    margin-top: 80px !important;
  } */

  .mac-os div#input_11_35 > div, .ios div#input_11_35 > div {
    height: 10px;
  }
  section.free-dental-consultation
    .gform_wrapper
    .gform_body
    .gform_page_fields
    .top_label
    fieldset#field_11_5 {
    width: 100%;
  }

  section.free-dental-consultation
    .gform_wrapper
    .gform_body
    .gform_page_fields
    .top_label
    legend.gfield_label {
    width: 100% !important;
  }

  .gform_wrapper.gravity-theme #field_11_7 .ginput_complex span {
    width: 100%;
  }

  section.free-dental-consultation
    .gform_wrapper
    .gform_body
    .gform_page_fields
    div#gform_fields_11_3 {
    width: 100%;
  }

  section.restore-faq-section.banner-main.insurance-banner-main {
    margin-top: 0;
  }

  .insurance-section .ins-left {
    padding-top: 0;
  }

  .cosm-right.sec-right img {
    height: 400px;
    object-fit: cover;
  }

  header.site-header nav#site-navigation .menu.nav-menu li a {
    font-size: 11px;
  }

  section.blog-block ul.blogs-ul .blogs-list {
    margin: 0 auto 60px;
    overflow: hidden;
  }

  section.free-dental-consultation
    .gform_wrapper
    .gform_body
    .gform_page_fields
    .top_label
    legend.gfield_label {
    font-size: 36px;
    line-height: 46px;
    margin: 0px 0 40px;
    width: 100%;
  }

  .page-template-temp-cosmetic p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  section.flexible-full-main .cosdent-full-right ul li {
    font-size: 18px;
    line-height: 28px;
  }

  .cosdent-dot-content .cosdent-dot-right ul li {
    font-size: 18px;
    line-height: 28px;
  }

  .cosdent-dot-content .cosdent-dot-right ul li {
    font-size: 18px;
    line-height: 28px;
  }

  .cosdent-dot-main.section-padding.row-center.section-dot p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .cosdent-full-content .cosdent-full-right p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .bridge-advantages .rd-primary-left p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .pulp-treatment-section h4,
  .pulp-treatment-section p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  section.overdentures-dot .restrove-about-content {
    margin-top: 30px;
  }

  .restrove-about-content p {
    font-size: 18px !important;
    line-height: 28px;
  }

  section.rd-primary-sec h3 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 12px;
    padding: 0 0 5px;
  }

  .inlays-common-sec .rd-primary-left p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  section.inlays-procedure.dentistry-team-main {
    margin-top: 0;
  }

  .faq-content {
    font-size: 18px;
    line-height: 28px;
  }

  .faq-content {
    font-size: 18px;
    line-height: 28px;
  }

  .page-template.page-template-temp-rd.page-template-dental-crowns.page-template-temp-rddental-crowns-php.page.page-id-9639.page-child.parent-pageid-10641.logged-in.admin-bar.wp-custom-logo.customize-support
    p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .gallery-cat-content a.cat-link h4 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    top: 0;
    margin: 0 auto;
    padding: 0px 0px;
    font-size: 20px;
    line-height: 75px;
  }

  .gallery-cat-content a.cat-link img.cat-images {
    min-height: 400px;
    max-height: 400px;
  }

  .gallery-cat-content a.cat-link {
    width: 49%;
  }

  .gallery-cat-content a.cat-link:nth-child(2n + 1) {
    margin-left: 0;
  }

  .gallery-cat-content a.cat-link:nth-child(2n + 2) {
    margin-right: 0;
  }

  p {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  section.rd-primary-sec span ul {
    font-size: 18px;
    line-height: 28px;
  }

  #field_3_5 {
    float: none;
    width: 100%;
  }

  #gform_page_3_1 #field_3_34 {
    max-width: 96% !important;
    width: 100% !important;
    float: none !important;
  }

  section.free-dental-consultation
    form#gform_3
    div#gform_fields_3
    div#field_3_1,
  section.free-dental-consultation form .gfield--type-html.gfield--width-half,
  section.free-dental-consultation
    form#gform_11
    div#gform_fields_11
    div#field_11_1,
  section.free-dental-consultation form .gfield--type-html.gfield--width-half {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 60px auto;
    text-align: center;
  }

  section.free-dental-consultation form#gform_3 div#field_3_27,
  section.free-dental-consultation form#gform_11 div#field_11_27 {
    width: 100%;
    margin: 180px auto 60px;
    left: 0;
    right: 0;
    position: relative;
    display: block;
  }

  #gform_page_3_1 #gform_fields_3,
  #gform_page_3_1 .gform_page_footer.top_label {
    width: 100% !important;
  }

  #gform_page_3_3 .gform_page_footer.top_label {
    width: auto;
    text-align: center;
  }

  #gform_page_3_1 #field_3_34,
  section.free-dental-consultation #gform_fields_11 fieldset,
  section.free-dental-consultation #gform_fields_11_2 fieldset {
    max-width: 100% !important;
    width: 100% !important;
    float: none !important;
    margin: 0 auto;
    margin-top: 50px !important;
  }

  .gform_page_footer.top_label {
    /* margin-bottom: 75px !important; */
    margin-bottom: 80px !important;
  }

  #gform_page_3_1 #gform_fields_3,
  #gform_page_3_1 .gform_page_footer.top_label,
  section.free-dental-consultation form#gform_11 {
    float: none;
    margin: 0 auto !important;
  }
  /* section.free-dental-consultation
        form
        div#gform_fields_11
        .gfield--type-html.gfield--width-half {
        margin-bottom: 1%;
      } */

  section.free-dental-consultation
    form
    div#gform_fields_11
    .gfield--type-html.gfield--width-half {
    width: 100%;
    max-width: 100%;
    /* margin: 0 auto !important; */
    margin-top: 120px !important;
  }

  section.free-dental-consultation
    form
    div#gform_fields_11
    .gfield--type-html.gfield--width-half
    iframe {
    width: 100% !important;
  }

  div#gform_page_3_1 .gform_page_footer.top_label,
  div#gform_page_11_1 .gform_page_footer.top_label {
    position: absolute;
    top: 520px;
    max-width: 16% !important;
    margin: 0 auto;
    margin-bottom: 0px;
    left: 0 !important;
    right: 0;
  }

  div#gform_page_11_1 .gform_page_footer.top_label {
    top: 390px;
  }

  #gform_page_3_1 #field_3_1 {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  #gform_page_3_5 #field_3_32,
  #gform_page_11_5 #field_11_32 {
    width: 100% !important;
    position: relative;
    display: block;
    margin-top: 70px;
    margin-bottom: 40px;
  }

  section.free-dental-consultation form#gform_3 label.gfield_label {
    width: 100%;
    margin: 65px 0 15px;
    font-size: 36px;
  }

  #gform_page_3_5 #input_3_19,
  #gform_page_3_5 #input_3_20,
  #gform_page_11_5 #input_11_19,
  #gform_page_11_5 #input_11_20,
  #gform_page_11_5 #input_11_19 {
    width: 100%;
  }

  #gform_page_3_5 #field_3_35 {
    margin-top: 45px !important;
    margin-bottom: 180px !important;
  }

  #gform_previous_button_3 {
    margin-bottom: 10px;
  }

  #gform_page_3_5 .gform_page_fields {
    max-width: 100%;
  }

  #gform_page_3_5 #field_3_35,
  #field_3_20,
  #field_3_19 {
    width: 94% !important;
    margin: 0 auto;
  }

  #gform_page_3_5 .gform_page_footer.top_label,
  #gform_page_11_5 .gform_page_footer.top_label {
    width: 100%;
    float: none;
    max-width: 100%;
    left: 0;
    margin: 45px 0 150px 0;
    margin-bottom: 150px;
    width: min-content;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 0px;
    top: 350px;
  }

  #gform_page_11_5 .gform_page_footer.top_label {
    width: 100%;
    min-width: fit-content;
  }

  #gform_previous_button_3_14,
  #gform_previous_button_11_14 {
    margin-bottom: 10px;
  }

  #gform_previous_button_3_16,
  #gform_previous_button_11_16 {
    margin-bottom: 10px;
  }

  #field_3_27,
  #field_11_27 {
    display: inline-block;
    width: 100%;
    position: relative;
    right: 0;
    margin-bottom: 45px;
    margin-top: 125px;
  }

  #gform_page_3_2 .gform_page_footer.top_label,
  #gform_page_11_2 .gform_page_footer.top_label {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 20px !important;
  }

  #gform_page_3_2 .gform_page_footer.top_label,
  #gform_page_11_2 .gform_page_footer.top_label {
    width: auto;
    text-align: left !important;
    top: 220px;
    left: 20px;
  }

  #gform_page_3_3 .gform_page_footer.top_label {
    width: auto !important;
  }

  #gform_page_3_4 .gform_page_footer.top_label {
    width: auto !important;
    text-align: center;
  }

  #gform_page_3_4 .gform_page_footer.top_label {
    width: auto !important;
  }

  section.free-dental-consultation form#gform_3 label.gfield_label,
  section.free-dental-consultation form#gform_11 label.gfield_label {
    width: 100% !important;
  }

  #gform_page_3_5 .gform_page_footer.top_label {
    width: auto;
    text-align: center;
    top: 460px;
  }

  #gform_previous_button_3_6 {
    margin-bottom: 10px;
  }

  #field_3_31,
  #field_11_31 {
    position: relative;
    right: 0;
    vertical-align: top;
    display: block;
    width: 100%;
    margin: 100px 0 40px 0;
  }

  #gform_page_3_3 .gform_page_footer.top_label {
    position: absolute;
    top: 450px;
    width: min-content;
    display: block !important;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0px;
    left: 0 !important;
    right: 0;
  }

  #input_3_7_3,
  #input_3_7_6 {
    width: 46%;
  }

  #field_3_15,
  #field_11_15 {
    display: block;
    width: 100%;
    float: none;
    max-width: 100%;
    left: 0;
    margin: 0 auto;
    margin-top: 0px;
  }

  .gfield-choice-input {
    position: relative;
    top: 0px;
    margin-right: 5px;
    width: 15px;
    height: 15px;
  }

  #field_3_29,
  #field_11_29 {
    position: relative;
    right: 0;
    width: 100%;
    margin-top: 120px;
    margin-bottom: 40px;
  }

  #gform_page_3_4 .gform_page_footer.top_label,
  #gform_page_11_4 .gform_page_footer.top_label {
    position: absolute;
    top: 300px;
    display: block !important;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0px;
    left: 0 !important;
    right: 0;
  }

  div#field_11_19 label.gfield_label.gform-field-label {
    margin-top: 50px !important;
  }

  section.free-dental-consultation
    .gform_wrapper
    .gform_body
    .gform_page_fields
    .top_label
    .ginput_container_checkbox
    label {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  #input_3_11,
  #input_3_8,
  #input_3_9,
  #input_11_11,
  #input_11_8,
  #input_11_9 {
    width: 95.5%;
  }

  #field_11_8 input,
  #field_11_9 input {
    width: 100% !important;
  }

  div#gform_fields_11_3 {
    max-width: 100%;
    margin: 0 auto !important;
  }

  #gform_page_3_2,
  #gform_page_11_2 {
    width: 97%;
    margin: 0 auto;
  }
  #field_3_7,
  #field_3_8,
  #field_3_11,
  #field_3_9,
  #gform_page_3_3 .gform_page_footer.top_label {
    float: none;
  }

  #field_3_5,
  fieldset#field_11_5 {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
  }

  div#input_11_5 {
    column-count: 2;
  }

  section.free-dental-consultation
    form#gform_11
    #field_11_5
    legend.gfield_label {
    margin-bottom: 10px;
  }

  div#input_3_5,
  div#input_11_5 {
    display: block;
    width: 100% !important;
    height: 100%;
    float: left;
  }

  .rcd-overdentures section.rd-inner-banner .row .rd-ban-content h1,
  .tab-main-heading h2 {
    text-align: center;
  }

  .denture-type-headings h2 {
    font-size: 36px !important;
    line-height: 46px;
    text-align: center;
  }

  .page-template.page-template-temp-rd.page-template-rcd-denture.page-template-temp-rdrcd-denture-php.page.page-id-9745.page-child.parent-pageid-10641
    .rcd-dentures-list
    .col-md-4 {
    max-width: 100%;
  }

  .page-template.page-template-temp-rd.page-template-rcd-denture.page-template-temp-rdrcd-denture-php.page.page-id-9745.page-child.parent-pageid-10641
    .rcd-dentures-list
    .col-md-4
    p {
    text-align: left;
  }

  section.dentures-faq .col-md-6 .restorative-faq-content {
    float: none;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .col-md-6.deture-img {
    max-width: 100% !important;
  }

  body.single-post .entry-content ul span {
    font-size: 18px;
    color: #818285;
    line-height: 28px;
    letter-spacing: 0.22px;
  }

  .cust-tab {
    width: 96% !important;
    float: none !important;
    margin: 0 auto;
  }

  .location-content h1 {
    width: 100%;
    top: 5%;
    left: 0%;
    font-size: 36px;
    line-height: 46px;
    padding: 0px 0 10px;
    text-align: center;
  }

  .cust-tab {
    width: 100%;
    float: right;
  }

  body.single-post .entry-content ul {
    margin: 0;
    padding: 0px 0 14px 25px !important;
  }

  section.flexible-dot-main .dot-sec-content ul li {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  body.single-post article p {
    margin: 0 auto 20px;
    text-align: left !important;
  }

  body.single-post article h2,
  body.single-post article h3 {
    text-align: left !important;
  }

  .page-template-dental-specials section.insurance-list-main .row .col-md-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  body.single-post p span {
    font-size: 18px;
    color: #818285;
    line-height: 28px;
    letter-spacing: 0.22px;
  }

  body.single-post p {
    font-size: 18px;
    color: #818285;
    line-height: 28px;
    letter-spacing: 0.22px;
  }

  .entry-header {
    width: 96%;
    margin: 0 auto;
  }

  .page-template-candid
    section.candid-banner-main.rd-inner-banner
    .row
    .rd-ban-content
    h1 {
    font-size: 36px !important;
    line-height: 46px !important;
  }

  .page-template-candid
    section.candid-banner-main.rd-inner-banner
    .row
    .rd-ban-content
    p {
    font-size: 18px;
    line-height: 28px;
  }

  .page-template-candid
    section.flexible-banner-main.rd-inner-banner.row-reverse
    .row
    .rd-ban-content {
    float: none;
    padding-left: 30px;
    max-width: 100% !important;
  }

  .page-template-dental-insurance
    .insure-plan.insurance-dental.ins-content.banner-inner-content {
    max-width: 100%;
    padding-right: 0;
    margin: 0px auto;
    text-align: center !important;
    width: 90%;
    float: none;
  }

  .candid-intro-main.flexible-dot-main.section-padding.row-center.section-dot
    .row {
    flex-direction: column !important;
    padding: 15px;
  }

  .candid-intro-main.flexible-dot-main.section-padding.row-center.section-dot
    .row
    .col-md-5 {
    max-width: 100%;
  }

  .candid-intro-main.flexible-dot-main.section-padding.row-center.section-dot
    .row
    .col-md-7 {
    max-width: 96%;
    margin: 30px 0;
  }

  .page-template-candid
    .candid-intro-main.flexible-dot-main.section-padding.row-center.section-dot
    .dot-sec-content
    p {
    font-size: 18px;
    color: #818285;
    line-height: 28px;
    letter-spacing: 0.22px;
  }

  .page-template-candid .cosdent-full-content .cosdent-full-right p {
    font-size: 18px;
    line-height: 28px;
  }

  .page-template-candid section.flexible-dot-main .dot-sec-content {
    padding: 0 !important;
    padding-left: 20px;
  }

  section.banner-inner-main .banner-inner-content p {
    font-size: 18px !important;
    line-height: 28px !important;
    text-align: center !important;
  }

  .insurance-list-main.section-padding.row-center.section-dot
    .insure-content.ins-list-out {
    padding-left: 0px;
    padding-right: 0;
    margin-top: 30px;
  }

  ul.social-icons li {
    display: block;
    text-align: center;
    float: none;
    width: 100%;
  }

  .single-icons {
    float: none;
    margin-top: 30px;
  }

  .addtoany_shortcode {
    display: flex;
  }

  .a2a_kit.a2a_kit_size_32.addtoany_list {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
  }

  .ins-list-out h3 {
    font-size: 36px !important;
    line-height: 46px !important;
    margin: 0 auto 25px !important;
  }

  .insurance-list-main.section-padding.row-center.section-dot
    .ins-list-out
    ul
    li {
    font-size: 18px;
    line-height: 28px !important;
    text-align: center;
  }

  .emergency-service-content p {
    font-size: 18px;
    color: #818285;
    line-height: 28px;
    margin-bottom: 15px !important;
  }

  .manhattan-content.emergency-service-content.ins-list-out {
    padding: 0;
    margin-top: 20px;
  }

  .ins-left .ins-content p {
    font-size: 18px;
    line-height: 28px;
  }

  .ins-left .ins-content h1 {
    font-size: 36px;
  }

  .manhattan-content.emergency-service-content.ins-list-out h3 {
    font-size: 36px !important;
    line-height: 46px !important;
  }

  body.single-post article .blogs-list h2 {
    font-size: 36px !important;
    line-height: 46px !important;
    text-align: left !important;
  }

  .page-template-temp-cosmetic p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  section.blog-block ul.blogs-ul a.blog-btn.home-btn {
    max-width: 200px !important;
    min-height: 55px !important;
    padding: 10px 10px !important;
    font-size: 16px !important;
    margin: 0 !important;
  }

  .page-template-blog-template .container {
    padding-right: 22px;
    padding-left: 22px;
  }

  section.blog-block ul.blogs-ul .blogs-list p {
    text-align: left !important;
  }

  section.lcrock-inslist-main .insurance-type-content .row .col-md-4 p br {
    display: none;
  }

  .cleaning-main-content h2 {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    margin-top: 25px;
  }

  section.lcrock-inslist-main .insurance-type-content .row .col-md-4 {
    width: 100%;
    max-width: 90%;
  }

  section.lcrock-inslist-main {
    margin: 55px auto;
  }

  .locations .locations-tabs {
    display: block;
    width: 100%;
  }

  .locations .locations-tabs ul {
    display: flex;
    width: 96%;
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 140px;
  }

  .locations .locations-tabs ul li::after {
    top: 50%;
  }

  .locations .locations-tabs ul li {
    border-bottom: none;
    padding: 34px 15px 20px;
  }

  .loc-banner-left {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
  }

  a.locrock-btn {
    min-height: 70px !important;
    padding: 20px 0 !important;
    margin: 0 auto !important;
    max-width: 300px !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }

  .cscolor-about-main.flexible-full-main.cosdent-full-main.row-center.row-reverse
    .cosdent-full-right
    ul
    li {
    font-size: 18px;
    line-height: 28px;
  }

  section.lcrock-patient-main .testimonial .testimonial-headings p {
    font-size: 18px;
    line-height: 28px;
  }

  .page-template-temp-locations p {
    font-size: 18px;
    line-height: 28px;
  }

  .page-template-temp-locations .section-head h1,
  .lcrock-team-main .section-head h2,
  .single-before_after h1 {
    font-size: 36px !important;
    line-height: 46px !important;
    text-align: center !important;
  }

  .lcrock-emergency-main.lcrock-info-main.flexible-dot-main.section-padding.row-center.row-reverse.section-dot
    .dot-sec-content {
    padding-right: 0px !important;
    padding-left: 0 !important;
    width: 95%;
    padding: 15px !important;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px !important;
    margin-top: 30px !important;
  }

  .lcrock-emergency-main.lcrock-info-main.flexible-dot-main.section-padding.row-center.row-reverse.section-dot
    .col-md-7 {
    max-width: 100%;
  }

  section.lcrock-insurance-main a.locrock-ins-btn,
  section.lcrock-emergency-main a.locrock-emr-btn {
    min-height: 70px !important;
    padding: 20px 0 !important;
    margin: 0 auto !important;
    max-width: 300px !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    display: inline-block;
  }

  .lcrock-insurance-main.lcrock-info-main.flexible-dot-main.section-padding.row-center.row-reverse.section-dot
    .loc-dot-image.dot-sec-image {
    padding: 0 !important;
  }

  .page-template-temp-locations section.flexible-dot-main .row {
    flex-direction: column;
  }

  .page-template-temp-locations section.flexible-dot-main .row .col-md-5 {
    max-width: 100%;
  }

  .loc-dot-image.dot-sec-image {
    padding: 15px;
  }

  .loc-dot-content.dot-sec-content {
    padding: 15px !important;
    margin-bottom: 40px !important;
    margin-top: 20px !important;
    width: 95%;
    margin: 0 auto;
  }

  .page-template-temp-locations section.flexible-dot-main .row .col-md-7 {
    max-width: 100%;
  }

  section.csvivera-protect-main.row-reverse
    .cosdent-full-content
    .cosdent-full-right {
    max-width: 100%;
    padding-right: 0;
  }

  section.flexible-dot-main.row-reverse .col-md-6:first-child {
    padding-right: 15px;
    padding-left: 15px;
  }

  section.flexible-block-main .flex-content {
    min-height: auto;
    padding-bottom: 35px;
  }

  section.cspor-faq-main .cosdent-full-right .faq-header button {
    font-size: 22px;
    line-height: 32px;
    color: #4a6272 !important;
  }

  section.flexible-carousel-main .dental-head-main.section-head p {
    max-width: 100%;
    margin: 0px auto;
    margin-top: 0px;
    text-align: center;
    margin-top: 30px;
  }

  section.flexible-banner-main .rd-ban-content ul,
  section.flexible-dot-main .dot-sec-content ul {
    text-align: center;
  }

  .cscolor-about-main.flexible-full-main.cosdent-full-main.row-center.row-reverse
    .cosdent-full-right {
    max-width: 100% !important;
  }

  .page-template-temp-period .rd-ban-content {
    margin: 0 auto !important;
    padding: 0 !important;
    float: none !important;
  }

  .cscolor-about-main.flexible-full-main.cosdent-full-main.row-center.row-reverse
    .cosdent-full-right
    p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .csteeth-ofbleach-main.flexible-full-main.cosdent-full-main.row-center
    .cosdent-full-content
    .cosdent-full-right {
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px;
  }

  .csteeth-ofbleach-main.flexible-full-main.cosdent-full-main.row-center
    .cosdent-full-right
    p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .cosdent-full-content .cosdent-full-right h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .cosdent-full-content .cosdent-full-right h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .page-template-temp-period section.flexible-dot-main .row {
    flex-direction: column;
  }

  .page-template-temp-period section.flexible-dot-main .row .col-md-7 {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .page-template-temp-period
    section.row-reverse
    .cosdent-full-content
    .cosdent-full-right {
    padding-right: 0px;
    max-width: 100%;
  }

  img {
    width: 100%;
  }

  .page-template-temp-period
    section.flexible-dot-main.row-reverse
    .col-md-6:first-child {
    padding-right: 15px;
    padding-left: 15px;
  }

  .page-template-temp-period
    section.flexible-dot-main.row-reverse
    .col-md-6:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  section.flexible-dot-main .col-md-6 {
    max-width: 100%;
  }

  .scale-benefits-main.flexible-full-main.cosdent-full-main.row-center.row-reverse
    h3 {
    text-align: left !important;
  }

  section.flexible-banner-main.rd-inner-banner.row-reverse
    .row
    .rd-ban-content {
    padding: 0 !important;
    margin: 0 auto;
    float: none;
  }

  .scale-info-main.flexible-full-main.cosdent-full-main.row-center h3 {
    text-align: center;
  }

  .page-template-temp-period section.flexible-dot-main .row .col-md-5 {
    max-width: 100%;
  }

  .page-template-temp-period section.flexible-dot-main .dot-sec-content ul {
    text-align: center;
  }

  .page-template-temp-period section.flexible-dot-main .row .dot-sec-image {
    padding: 20px;
  }

  section.bridges-dot .restrove-about-content {
    padding: 0;
    padding-left: 0px;
  }

  .cosdent-dot-left {
    padding: 15px;
  }

  section.flexible-banner-main.rd-inner-banner .row .rd-ban-content {
    max-width: 90% !important;
  }

  .page-template-temp-sleep .rd-ban-content {
    float: none !important;
    width: 90% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    max-width: 100% !important;
  }

  .page-template-temp-sleep section.flexible-dot-main .row {
    flex-direction: column;
  }

  .page-template-temp-sleep section.flexible-dot-main .row .dot-sec-image {
    padding: 20px;
  }

  .page-template-temp-sleep section.flexible-dot-main .row .col-md-5 {
    max-width: 100%;
  }

  .page-template-temp-sleep section.flexible-dot-main .row .col-md-7 {
    max-width: 100%;
  }

  .page-template-temp-sleep
    section.flexible-dot-main
    .row
    .col-md-7
    .dot-sec-content {
    padding: 20px !important;
    text-align: center !important;
  }

  .section-dot .section-border h2 {
    text-align: center;
  }

  section.flexible-banner-main .rd-ban-content ul li,
  section.flexible-dot-main .dot-sec-content ul li {
    font-size: 18px;
    line-height: 28px;
  }

  .ins-content h2 {
    margin-bottom: 35px !important;
  }

  .rd-primary-left h3 {
    margin-bottom: 35px !important;
  }

  .entry-content h1 {
    text-align: center;
  }

  section.flexible-full-main .cosdent-full-right ul li {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .metal-free-banner.inlays-onlays-banner.row-reverse .rd-banner-left {
    width: 92%;
  }

  .metal-dot.row-reverse section.insurance-list-main .insurance-content {
    padding: 15px !important;
    overflow: hidden;
  }

  .metal-dot.row-reverse .restrove-about-img {
    margin-bottom: 0 !important;
  }

  .metal-dot .restrove-about-content {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  section.metal-free-banner .rd-inner-banner .rd-banner-left .rd-ban-content {
    width: 100% !important;
    padding: 0;
  }

  section.metal-free-banner .rd-inner-banner .row .rd-banner-right {
    width: 100%;
    margin: 0;
  }

  .metal-free-primary-section .banner-main .col-md-6 {
    padding: 0;
    max-width: 100%;
  }

  .metal-free-primary-section .banner-main .col-md-6 .rd-primary-left {
    max-width: 92% !important;
    float: none;
    margin: 0 auto;
    padding: 0 !important;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .metal-free-second-primary .row {
    flex-direction: column !important;
  }

  .metal-free-second-primary .banner-main .col-md-6 {
    padding: 0;
    max-width: 100%;
  }

  .metal-free-second-primary section.rd-primary-sec .rd-primary-left {
    max-width: 92% !important;
    float: none;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 !important;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  section.metal-dot .restrove-about-main .restrove-about-content h3 {
    padding-top: 35px;
  }

  .entry-content h2 {
    text-align: center;
  }

  section.root-canal-banner section.rd-inner-banner .rd-ban-content {
    float: none;
    padding: 0;
    width: 90%;
    margin-bottom: 40px;
  }

  .page-template.page-template-temp-rd.page-template-bridges.page-template-temp-rdbridges-php.page.page-id-9700.page-child.parent-pageid-10641.logged-in.admin-bar.wp-custom-logo.customize-support
    .banner-main.rd-inner-banner.row-reverse
    .rd-ban-content {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .banner-main.row-reverse.row-center .col-md-6 {
    max-width: 100%;
  }

  .page-template.page-template-temp-rd.page-template-bridges.page-template-temp-rdbridges-php.page.page-id-9700.page-child.parent-pageid-10641.logged-in.admin-bar.wp-custom-logo.customize-support
    .bridge-advantages.pulp-symptoms
    .rd-primary-left {
    max-width: 100%;
    padding: 0;
    padding-left: 0px;
    padding-left: 0px;
    padding-left: 0px;
    margin-right: 0;
    width: 92%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .banner-main.row-reverse.row-center .row {
    flex-direction: column-reverse;
  }

  .banner-main.row-reverse.row-center .container {
    padding: 0;
    margin: 0;
    width: 100% !important;
  }

  .banner-main.row-reverse.row-center .banner-left {
    width: 92%;
    margin: 0 auto;
    text-align: center;
  }

  .cosmetic-main.section-padding.section-dot.row-center .row {
    flex-direction: column;
  }

  .cosmetic-main.section-padding.section-dot.row-center .col-md-6 {
    max-width: 100%;
  }

  .cosmetic-main.section-padding.section-dot.row-center .cosm-right.sec-right {
    text-align: center;
  }

  .cosmetic-main.section-padding.section-dot.row-center h3 {
    text-align: center;
    line-height: 56px !important;
  }

  .cosmetic-main.section-padding.section-dot.row-center .cosm-right.sec-right {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .product-main.section-padding .col-md-4 {
    flex: 0 0 50%;
    max-width: 47%;
    margin: 0 auto;
  }

  section.x-rays-types .denture-type-headings h2 {
    text-align: center;
  }

  .x-rays-common-sec .row {
    flex-direction: column !important;
  }

  .x-rays-common-sec .col-md-6 {
    padding: 0;
    max-width: 100%;
  }

  section.root-dot .restrove-about-content {
    padding: 0;
    margin-left: 0;
  }

  .x-rays-common-sec section.rd-primary-sec .rd-primary-left {
    float: none;
    padding: 0 !important;
    width: 92%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  section.x-rays-types .x-rays-list h3 {
    font-size: 26px;
    line-height: 35px;
  }

  section.x-rays-types .col-md-4 {
    max-width: 250px !important;
  }

  .row.x-rays-list p {
    text-align: left;
  }

  .row.x-rays-list h3 {
    text-align: left !important;
  }

  .x-rays-common-sec section.rd-primary-sec p {
    text-align: left;
  }

  .pulp-symptoms .row {
    flex-direction: column !important;
  }

  .pulp-symptoms section.rd-primary-sec .rd-primary-left {
    max-width: 92%;
    padding: 0;
    float: none;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 30px;
  }

  section.rcd-aftercare.banner-main.rd-primary-sec.row-center .rd-primary-left {
    width: 92%;
    padding: 0;
    padding-left: 0px;
    margin: 0 auto;
    margin-top: 0px;
    float: none;
    margin-top: 30px !important;
  }

  section.bridges-banner.root-canal-banner
    section.rd-inner-banner
    .rd-ban-content {
    float: none;
    padding: 0 !important;
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }

  .dental-pulp.metal-free-primary-section
    section.rd-primary-sec
    .rd-primary-left {
    max-width: 100%;
    padding: 0;
    width: 92%;
    margin: 0 auto;
    float: none;
    margin-top: 35px;
    margin-bottom: 30px;
  }

  .pulp-treatment-section h3 {
    font-size: 35px;
    text-align: center;
  }

  .pulp-treatment-section h4,
  .pulp-treatment-section p {
    font-size: 16px !important;
    line-height: 26px !important;
    margin-bottom: 0;
  }

  section.teeth-aftercare.rd-primary-sec .rd-primary-left {
    padding: 0;
    width: 92%;
    float: none;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 30px;
    margin-bottom: 35px;
    max-width: 100%;
  }

  .teeth-aftercare.banner-main.rd-primary-sec.row-center .col-md-6 {
    max-width: 100%;
  }

  .teeth-aftercare.banner-main.rd-primary-sec.row-center h3 {
    text-align: center;
  }

  .dental-pulp .col-md-6 {
    max-width: 100%;
  }

  .bridge-advantages.pulp-symptoms .row {
    flex-direction: column !important;
  }

  .pulp-symptoms .col-md-6 {
    padding: 0;
    max-width: 100%;
  }

  .bridge-advantages.pulp-symptoms section.rd-primary-sec .rd-primary-left {
    max-width: 92%;
    padding: 0 !important;
    text-align: left;
    margin: 40px auto;
    float: none;
  }

  .bridge-advantages .rd-primary-left p {
    text-align: left;
  }

  section.common-tab .col-md-12 .tab-main-subheading {
    max-width: 100%;
    width: 100%;
  }

  .col-md-6.full-image {
    max-width: 100% !important;
  }

  .dental-pulp.metal-free-primary-section .rd-primary-left p {
    text-align: left;
  }

  .dental-crown-faq.banner-main.rd-primary-sec.row-reverse .row {
    display: flex;
    max-width: 100%;
    margin: 0;
    flex-direction: column-reverse;
  }

  .tooth-decay-cavities.row-reverse .col-md-6 {
    max-width: 100%;
  }

  .tooth-decay-cavities.row-reverse .rd-primary-left {
    float: none;
    width: 92%;
    padding-right: 0px;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto;
  }

  .tooth-decay-cavities.row-reverse .rd-primary-left p {
    text-align: left;
  }

  .dental-crown-faq.banner-main.rd-primary-sec.row-reverse .col-md-6 {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }

  section.dental-crown-faq .col-md-6 .restorative-faq-content {
    max-width: 96%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .dent-crown-first.metal-free-banner.inlays-onlays-banner.row-reverse
    .rd-ban-content {
    width: 92%;
    padding: 0 !important;
    margin: 0 auto;
    margin-top: 0px;
    float: none;
    margin-top: 30px;
  }

  .crowns-dot.metal-dot.row-reverse
    .restrove-about-section.insurance-content.section-border {
    overflow: hidden;
  }

  .crowns-dot.metal-dot.row-reverse .restrove-about-img {
    margin-bottom: 0px;
  }

  .crowns-dot.metal-dot.row-reverse .restrove-about-content {
    width: 96%;
    float: none;
    padding: 0;
    margin: 0 auto;
  }

  .crowns-dot.metal-dot.row-reverse .restrove-about-content h3 {
    padding-top: 40px;
  }

  section.crowns-common-sec .col-md-6 .rd-primary-left {
    max-width: 93%;
    padding: 0;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  section.crowns-common-sec .col-md-6 {
    max-width: 100%;
  }

  section.crowns-common-sec .rd-primary-left h3 {
    line-height: 46px;
  }

  section.crowns-common-sec .col-md-6 .rd-primary-left p {
    text-align: left;
  }

  .emergency-service-section.insurance-content.section-border
    .ins-list-img
    img {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .inlays-dot-section .restrove-about-content p {
    width: 100%;
    max-width: 100%;
  }

  .inlay-image {
    max-width: 100% !important;
  }

  .inlays-common-sec section.rd-primary-sec .rd-primary-left {
    /* max-width: 92%; */
    padding: 0;
    margin-top: 30px !important;
    margin-bottom: 40px !important;
    margin: 0 auto;
    float: none;
  }

  .inlays-common-sec .col-md-6 {
    max-width: 100%;
    margin: 0 auto;
  }

  .insurance-list-main.section-padding.row-center.section-dot
    .emergency-service-section.insurance-content.section-border {
    padding: 15px;
  }

  .emergency-content p {
    width: 95%;
    max-width: 100%;
    margin-bottom: 15px !important;
    text-align: center !important;
  }

  section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 35px;
    line-height: 46px !important;
    text-align: center;
  }

  section.rd-inner-banner .row .rd-ban-content p {
    font-size: 16px;
    margin: 8px auto;
    line-height: 26px;
  }

  .page-template-temp-period p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  section.flexible-dot-main .border-none h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .page-template-temp-period p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  section.period-signs-main .cosdent-full-right .faq-header button {
    font-size: 22px;
    line-height: 32px;
  }

  section.dentistry-main .dentistry-content.section-border h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .restrove-about-section.insurance-content.section-border {
    padding: 15px;
    padding-top: 15px;
    padding-bottom: 35px;
  }

  section.rcd-aftercare.banner-main.rd-primary-sec.row-center p {
    text-align: left;
  }

  section.lplaser-banner-main .rd-ban-content p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  section.lplaser-faq-main .cosdent-full-right .faq-header button {
    font-size: 22px;
    line-height: 32px;
  }

  section.rcd-aftercare.banner-main.rd-primary-sec.row-center .rd-primary-left {
    width: 92%;
    margin-bottom: 40px !important;
  }

  section.smile-metal-advantages-faq.smile-zirconia .restorative-faq-content {
    float: right;
    padding-left: 0px;
    padding-right: 0;
    width: 100%;
  }

  .restore-faq-section .col-md-6.smile-img {
    max-width: 100% !important;
  }

  section.consult-main .consult-content a.consult-btn.home-btn {
    min-height: 70px;
    padding: 20px 0;
    margin: 0 auto;
    max-width: 300px;
    font-size: 18px;
  }

  .tab-main-heading {
    width: 100%;
  }

  .ins-left .ins-content h1 {
    line-height: 46px !important;
  }

  .faq-content p {
    font-size: 16px;
  }

  footer p {
    font-size: 18px;
    line-height: 28px;
  }

  .re-store-content.main-restorative.emergency-content.ins-content p {
    text-align: center !important;
    margin-top: 20px;
  }

  section.faq-head-main.section-padding {
    padding-bottom: 55px;
  }

  .insure-plan.insurance-dental.ins-content.banner-inner-content {
    max-width: none;
    padding-right: 0;
    margin: 60px auto;
    text-align: center;
    width: 90%;
    float: none;
  }

  section.insurance-banner-main .ins-left {
    width: 90%;
    margin-bottom: 30px;
  }

  section.insurance-banner-main .ins-right {
    width: 100%;
  }

  .restorative-procedure-content {
    max-width: 100%;
  }

  .ins-left .ins-content {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  section.insurance-banner-main .row {
    padding: 50px 0 0px;
  }

  section.insurance-banner-main .row {
    flex-direction: column;
    align-items: center !important;
  }

  .restore-faq-section .col-md-6 {
    max-width: 90%;
  }

  .restore-faq-section .restorative-faq-content {
    max-width: 100%;
    padding: 0;
  }

  .restrove-about-section.insurance-content.section-border .col-md-5,
  .restrove-about-section.insurance-content.section-border .col-md-7 {
    max-width: 100%;
  }

  section.insurance-list-main .ins-list-out h3 {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
  }

  .insure-content.ins-list-out ul li {
    width: auto;
    display: block;
  }

  .insure-content.ins-list-out ul li strong {
    width: auto;
    display: inline;
    position: relative;
    font-weight: bold;
  }

  .insure-content.ins-list-out ul li strong:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #4a6272;
    left: -18px;
    top: 7px;
    border: 1px solid #4a6272;
    border-radius: 50px;
    position: absolute;
  }

  .dental-special-first-section .ins-left .ins-content h1 {
    font-size: 34px;
    margin: 0 auto 15px;
  }

  .dental-special-first-section .ins-left .ins-content p {
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 29px;
  }

  .dental-special-first-section.emergency-content.ins-content {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  a.home-btn {
    min-height: auto;
    padding: 10px 0;
    margin: 0 auto;
    max-width: 300px;
    font-size: 18px;
  }

  section.insurance-list-main .insurance-content {
    padding: 30px;
  }

  section.insurance-list-main .row .col-md-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  section.insurance-list-main .row {
    display: block;
  }

  .insure-content.ins-list-out {
    padding-left: 0px;
    padding-right: 0px;
  }

  .emergency-content.ins-content {
    text-align: center;
    width: 100%;
    padding-right: 0;
    padding-top: 25px;
  }

  .emergency-content.ins-content p {
    margin: 0 auto 30px;
  }

  section.dentist-banner.rd-inner-banner .rd-ban-content {
    max-width: none !important;
    padding: 0 !important;
    width: 90% !important;
    margin: 0px auto 60px;
    float: none !important;
    text-align: center;
  }

  section.dentist-banner.rd-inner-banner .rd-ban-content h1 br {
    display: none;
  }

  section.dentist-banner.banner-main .row .rd-banner-right,
  section.dentist-banner.banner-main .row .rd-banner-left {
    width: 100%;
  }

  section.cosdent-full-main {
    padding: 35px 0 0;
  }

  section.cosdent-full-main.row-center .row {
    flex-direction: column-reverse;
  }

  section.cosdent-full-main.row-center .row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  section.flexible-full-main .cosdent-full-content .cosdent-full-right h2 {
    padding-bottom: 15px;
    margin-bottom: 40px;
    text-align: center !important;
  }

  .cstreat-benefits-main.flexible-full-main.cosdent-full-main.row-center.row-reverse
    .cosdent-full-right {
    padding-right: 0px !important;
    max-width: 100% !important;
  }

  section.cosdent-full-main .cosdent-full-content .cosdent-full-left img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  .page-template-temp-cosmetic .section-border.border-none .row {
    flex-direction: column;
  }

  .page-template-temp-cosmetic .section-border.border-none .row .dot-sec-image {
    padding: 20px;
  }

  section.flexible-dot-main .col-md-6 {
    padding-right: 15px;
    text-align: center;
  }

  .page-template-temp-cosmetic section.flexible-dot-main .dot-sec-content {
    padding: 20px !important;
    margin-bottom: 20px;
  }

  .sleep-ddisorder-main.flexible-full-main.cosdent-full-main.row-center.row-reverse.headnone
    .cosdent-full-right {
    padding: 0px;
    max-width: 100%;
  }

  section.cosdent-full-main.row-center .row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  section.row-reverse .cosdent-full-content .cosdent-full-right {
    padding: 0;
    max-width: none;
    float: none;
    width: 90%;
    margin: 0 auto 60px;
    text-align: center;
  }

  section.dentist-banner-main-page.banner-main .row {
    flex-direction: column-reverse;
  }

  section.dentist-banner-main-page.banner-main {
    padding: 80px 0 0;
  }

  section.dentist-banner-main-page.banner-main .row .rd-banner-left,
  section.dentist-banner-main-page.banner-main .row .rd-banner-right {
    width: 100%;
    text-align: center;
  }

  section.dentist-banner-main-page.banner-main
    .row
    .rd-banner-left
    .rd-ban-content {
    margin: 0 auto 40px;
    padding: 0;
    width: 90%;
    float: none;
  }

  section.dentist-banner-main-page.banner-main .row .rd-banner-right img {
    width: 100%;
    max-width: 100%;
  }

  section.consult-main .consult-content p {
    width: 90%;
  }

  section.consult-main .consult-content {
    padding: 80px 0;
  }

  p {
    text-align: center;
  }

  .section-head h1 .lcrock-team-main .section-head h2,
  .single-before_after h1 {
    font-size: 36px;
    line-height: 46px;
  }

  section.cosdent-dot-main .row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  section.cosdent-dot-main .cosdent-dot-left img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  section.cosdent-dot-main .cosdent-dot-right {
    padding: 0;
    float: none;
    display: block;
    margin: 60px auto;
    width: 90%;
  }

  .ftr-about {
    max-width: none;
    margin: 0px auto 40px;
    width: 100%;
  }

  .ftr-about p {
    text-align: left;
  }

  section.dentist-banner.banner-main .row {
    flex-direction: column-reverse;
  }

  section.dentist-banner.banner-main .row .rd-banner-right img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  .cosdent-consult-content .cosdent-consult-right p {
    text-align: left;
  }

  .cosdent-consult-content .cosdent-consult-right {
    width: 90%;
    padding: 0px;
    box-sizing: content-box;
    float: none;
    margin: 60px auto;
  }

  section.cosdent-full-main .cosdent-full-content .cosdent-full-right {
    max-width: none;
    float: none;
    padding: 0;
    width: 90%;
    margin: 0px auto 60px;
  }

  section.cosdent-consult-main.row-reverse .cosdent-consult-right {
    float: none;
  }

  .restrove-about-img img {
    width: 100%;
    max-width: 100%;
  }

  .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-md-7 {
    max-width: 100%;
  }

  .rd-main-dot .restrove-about-content {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  .restrove-about-content p {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .main-restorative p {
    width: 100%;
    max-width: 100%;
  }

  section.sleep-banner-main.flexible-banner-main .row {
    flex-direction: column-reverse;
  }

  section.sleep-banner-main.flexible-banner-main {
    padding-top: 80px;
  }

  section.restore-faq-section.banner-main.insurance-banner-main .row {
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .col-md-6.restore-faq-image {
    max-width: 100% !important;
  }

  .col-md-6.restore-faq-image {
    max-width: 100%;
    margin-top: 70px;
  }

  .flexible-banner-main .row .rd-banner-right,
  section.flexible-banner-main .row .rd-banner-left {
    width: 100%;
    text-align: center;
  }

  .flexible-banner-main .row .rd-banner-right img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  section.sleep-banner-main.flexible-banner-main.rd-inner-banner.row-reverse
    .row
    .rd-ban-content {
    max-width: none;
    width: 90%;
    margin: 0 auto 40px;
    padding: 0;
    float: none;
  }

  section.sleep-banner-main.flexible-banner-main .row .rd-banner-right,
  section.sleep-banner-main.flexible-banner-main .row .rd-banner-left {
    width: 100%;
  }

  .cosdent-dot-content .cosdent-dot-right ul {
    text-align: center;
    display: inline-grid;
  }

  section.cosdent-dot-main .cosdent-dot-right {
    text-align: center;
  }

  section.flexible-banner-main.rd-inner-banner .row .rd-banner-right,
  section.flexible-banner-main.rd-inner-banner .row .rd-banner-left {
    width: 100%;
  }

  section.flexible-banner-main.rd-inner-banner .row .rd-ban-content {
    max-width: none;
    width: 90%;
    margin: 0 auto 60px;
    padding: 0;
    float: none;
  }

  section.flexible-banner-main.banner-main .row {
    padding-top: 50px;
  }

  section.flexible-banner-main.rd-inner-banner .row {
    flex-direction: column-reverse;
  }

  section.flexible-dot-main .row {
    flex-direction: column-reverse;
  }

  section.banner-main.rd-inner-banner.row-reverse .row {
    padding-top: 40px;
  }

  .page-template-temp-cosmetic
    section.flexible-banner-main.rd-inner-banner
    .row
    .rd-ban-content {
    margin: 0 auto 0px;
  }

  section.flexible-block-main .flex-block-head h2 {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
  }

  section.flexible-block-main .flex-content h3 {
    font-size: 30px !important;
    line-height: 40px !important;
    margin: 0 auto 30px;
    text-align: center;
  }

  section.banner-main.rd-inner-banner.row-reverse .row {
    flex-direction: column-reverse;
  }

  section.rd-inner-banner .row .rd-banner-right {
    width: 100%;
  }

  section.rd-inner-banner .row .rd-ban-content {
    width: 90% !important;
    margin: 0 auto;
    padding-right: 0px;
    float: none;
    margin-top: 40px;
  }

  section.rd-inner-banner .row .rd-ban-content h4 {
    margin-bottom: 20px;
    text-align: center;
  }

  section.rd-inner-banner .row .rd-ban-content p {
    text-align: center !important;
  }

  .holistic-first.ins-content {
    max-width: 100%;
    text-align: center;
  }

  section.holistic-section .holistic-first h4 {
    line-height: 28px;
    font-size: 18px;
  }

  .holistic-first.ins-content a.banner-btn.home-btn {
    margin: 0 auto;
    min-height: 70px;
    padding: 20px 0;
    margin: 0 auto;
  }

  section.insurance-list-main .insurance-content {
    padding: 0;
    padding-top: 15px;
  }

  .holistic-first.ins-content p {
    text-align: center !important;
  }

  .rcd-overdentures a.home-btn {
    min-height: 70px;
    padding: 20px 0;
    margin: 0 auto;
  }

  section.insurance-list-main .insurance-content {
    padding: 30px;
    padding-top: 15px;
  }

  section.overdentures-dot .restrove-about-content {
    max-width: 95%;
    margin: 0 auto;
    padding: 0;
  }

  section.restore-faq-section.banner-main.insurance-banner-main .row {
    padding: 0;
    margin: 0;
  }

  .restore-faq-section .col-md-6 {
    max-width: 92%;
  }

  .restore-faq-section .restorative-faq-content {
    max-width: 100%;
    padding: 45px 0;
  }

  section.overdenture-faq .restorative-faq-content {
    max-width: 100%;
    margin-bottom: 30px;
  }

  section.banner-main.rd-primary-sec.row-center .row {
    flex-direction: column-reverse;
  }

  .rcd-aftercare .col-md-6 {
    padding: 0;
    max-width: 100%;
  }

  section.rcd-aftercare .rd-primary-sec .rd-primary-left {
    max-width: 100%;
    padding: 40px 40px;
  }

  section.holi-stic.restoration-list-main.insurance-list-main.section-padding.row-center
    .row.restore-type-list
    p {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }

  section.insurance-banner-main .ins-left {
    width: 92%;
  }

  .holistic-first.ins-content {
    max-width: 100%;
  }

  .ins-left .ins-content p {
    text-align: left;
  }

  .rcd-advantages-faq .col-md-6.full-image {
    max-width: 100%;
  }

  .col-md-6.dis-advantage-img {
    max-width: 100%;
  }

  section.rd-inner-banner .row .rd-banner-left,
  section.rd-inner-banner .row .rd-banner-right {
    width: 100%;
  }

  .rd-banner-left {
    margin-bottom: 40px;
  }

  .restrove-about-img {
    margin-bottom: 40px;
  }

  section.over-den.rcd-aftercare.banner-main.rd-primary-sec.row-center p {
    text-align: left;
  }

  section.common-tab .tab-main-subheading p {
    font-size: 18px;
    line-height: 28px;
  }

  section.common-tab .tab-function .col-md-7 .tab-content p {
    font-size: 18px;
    line-height: 32px;
  }

  section.common-tab .tab-function .nav-tabs li a {
    font-size: 18px;
    width: 82%;
    line-height: 64px;
  }

  .tab-main-heading h2 {
    font-size: 36px;
    line-height: 46px;
  }

  section.consult-main .consult-content p {
    font-size: 16px;
    line-height: 28px;
  }

  .faq-header button {
    font-size: 20px;
    line-height: 28px;
    padding: 15px 0;
  }

  .root-canal-banner.inlays-onlays-banner.row-reverse .rd-banner-left {
    margin: 40px auto;
  }

  .root-canal-banner section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 36px !important;
    line-height: 46px !important;
  }

  .overdentures-dot .restrove-about-content p {
    font-size: 16px;
    line-height: 28px;
    padding-right: 0px;
  }

  section.rd-primary-sec span p {
    font-size: 16px;
    line-height: 28px;
  }

  body.single-post div#related_posts ul {
    column-gap: 20px;
    column-count: 2;
  }

  body.single-post div#related_posts ul li {
    width: 100%;
  }

  .metal-free-primary-section .banner-main .col-md-6 .rd-primary-left h3,
  .metal-free-second-primary section.rd-primary-sec .rd-primary-left h3 {
    text-align: center;
  }

  section.metal-free-banner
    .rd-inner-banner
    .rd-banner-left
    .rd-ban-content
    h1
    br {
    display: none;
  }

  .inlays-img-list {
    padding-top: 60px;
  }

  section.inlays-procedure.dentistry-team-main {
    padding-top: 40px !important;
  }

  .root-canal-banner section.rd-inner-banner .row .rd-ban-content p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .tooth-decay-banner section.rd-inner-banner .row .rd-ban-content p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .holistic-first.ins-content h1 {
    font-size: 36px !important;
    line-height: 46px !important;
  }

  .re-store-content.main-restorative.emergency-content.ins-content h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .restorative-procedure-content ul li {
    font-size: 18px;
    line-height: 28px;
  }

  .inlays-main-heading h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .col-md-6.restrove-about-img {
    width: 96% !important;
    margin: 0 auto;
  }

  .page-template-temp-sleep p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  body.page-id-9632 .dot-sec-content p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  section.flexible-dot-main .dot-sec-content {
    margin: 25px 0;
  }

  body.page-id-16320 .rd-ban-content p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  body.page-id-16320.wp-custom-logo .dot-sec-content p {
    font-size: 18px;
    line-height: 28px;
  }

  body.page-id-16320 .section-dot .section-border h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }

  ul.dental-list li h3 {
    font-size: 22px;
    line-height: 32px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 900px) {
  ul.dental-list li h3 {
    font-size: 24px;
    line-height: 40px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 840px) {
  section.x-rays-types .col-md-4 {
    max-width: 210px !important;
  }

  section.x-rays-types .x-rays-list h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (max-width: 800px) {
  .page-template-candid section.candid-consult-main .dentistry-content p span {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .cosm-right.sec-right img {
    margin-top: 10px;
  }

  .cosmetic-main.section-padding.section-dot.row-center h3 {
    line-height: 32px !important;
    font-size: 22px !important;
  }

  .section-padding {
    padding: 40px 0;
  }

  .product-hide p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .single.single-post .entry-content {
    padding-top: 40px !important;
  }

  section.free-dental-consultation {
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
  }

  section.free-dental-consultation form#gform_3 label.gfield_label,
  section.free-dental-consultation form#gform_11 label.gfield_label {
    width: 96% !important;
  }

  section.cosdent-consult-main.section-dot .row {
    margin-right: 0px;
    margin-left: 0;
  }

  section.cosdent-consult-main.section-dot .row .col-md-6 {
    padding-left: 0 !important;
  }

  .location-mob {
    padding-top: 40px;
  }

  .mob-list img {
    height: 400px;
    object-fit: cover;
  }

  #sync1 .owl-nav {
    height: 30px;
  }

  .owl-prev {
    width: 30px;
    height: 30px;
  }

  .owl-next {
    width: 30px;
    height: 30px;
  }

  .second_option_left.test {
    width: 80%;
  }

  .location-main.locations.section-padding {
    display: none !important;
  }

  body.tax-patients_category
    main#primary
    header.page-header
    h1.page-title
    span {
    font-size: 36px;
    line-height: 46px;
  }

  body.single-post main#primary {
    padding-bottom: 20px !important;
    padding-top: 110px !important;
  }

  section.free-dental-consultation
    .gform_wrapper
    .gform_body
    .gform_page_fields
    .top_label
    .ginput_container_checkbox
    label {
    font-size: 14px !important;
    line-height: 28px !important;
  }

  section.overdentures-dot .restrove-about-content {
    margin-top: 30px;
  }

  .smile-zirconia-tab section.common-tab .tab-function .nav-tabs a {
    width: 90%;
  }

  .smile-zirconia-tab section.common-tab .tab-function .nav-tabs {
    max-width: 680px;
    margin: 0 auto 40px;
  }

  body.tax-before_category main.site-main {
    padding: 100px 15px;
    max-width: 480px;
    margin: 0 auto;
    overflow: hidden;
  }

  body.tax-before_category main.site-main h1.page-title {
    font-size: 36px;
    line-height: 46px;
  }

  body.tax-before_category main.site-main article {
    float: none;
    width: 100%;
    margin: 0 auto 30px;
    max-width: 460px;
  }

  #gform_page_3_2 .gform_page_footer.top_label {
    top: 270px;
  }

  .gallery-cat-content {
    position: relative;
    padding: 110px 15px 0;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    overflow: hidden;
  }

  .gallery-cat-content a.cat-link {
    float: left;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 40px !important;
  }

  .gallery-cat-content a.cat-link img.cat-images {
    min-height: 400px;
    max-height: 400px;
  }

  body.tax-patients_category main#primary header.page-header {
    margin: 0 auto 20px;
  }

  body.tax-patients_category main#primary {
    padding: 50px 0 90px;
  }

  .hamburger-menu {
    right: 1%;
  }

  #gform_page_3_1 .gfield_label {
    width: 92% !important;
    margin: 0 auto !important;
    margin-top: 65px !important;
    margin-bottom: 15px !important;
  }

  section.manhattan-consult.rcd-implant-consult {
    padding: 0 15px;
  }

  p {
    font-size: 18px !important;
    color: #818285;
    line-height: 28px !important;
    letter-spacing: 0.22px;
  }

  .x-rays-types.section-padding.row-center p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .page-template-bridges section.common-tab {
    margin: 8px auto;
    margin-top: 30px !important;
  }

  section.restore-faq-section {
    margin-top: 60px;
  }

  body.single-post main#primary {
    padding: 80px 0;
  }

  #related_posts {
    padding: 40px 0 0 0;
  }

  .location-mob {
    display: block !important;
  }

  li.ortho-list::before {
    content: "\2022";
    font-size: 34px;
    position: absolute;
    left: 0%;
    color: #818285;
    display: block;
    margin-left: -0.6em;
  }

  li.ortho-list {
    list-style: none;
    position: relative;
  }

  .inlays-img-list {
    width: 100%;
    padding-top: 60px;
    display: flex;
  }

  .mob-map {
    margin-top: 45px;
  }

  section.common-tab .tab-function .col-md-7 .tab-content p {
    font-size: 16px;
    line-height: 28px;
  }

  .blog-social-share,
  .post-author,
  #related_posts {
    width: 88%;
    margin: 0 auto;
  }

  .location-mob h2 {
    width: 96%;
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    color: #4c6575;
    border-bottom: 2px solid #4c6575;
    font-weight: 500;
    margin: 0 auto;
    padding: 0px 0 10px;
  }

  .location-mob {
    margin: 50px 0;
  }

  .mob-location-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .mob-map h3 {
    font-size: 20px !important;
    line-height: 32px !important;
    margin-bottom: 15px;
    color: #515454;
    text-align: left !important;
    font-weight: 500;
  }

  .page-template-temp-locations p {
    font-size: 18px;
    line-height: 28px;
    text-align: left !important;
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .mob-list {
    margin: 0px 0 80px 0;
  }

  .mob-list ul li.mob-map h3 {
    position: relative;
    padding-left: 20px;
  }

  .mob-list ul li.mob-map h3::before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2021/08/loc-arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    right: 3%;
    bottom: -52%;
    width: 20px;
    height: 20px;
    display: block;
  }

  .mob-location-list li:hover {
    background-color: #f3fcff;
  }

  .mob-location-list .active {
    background-color: #f3fcff;
    color: #6e9db4;
  }

  .mob-location-list .active a h3 {
    background-color: #f3fcff;
    color: #6e9db4;
  }

  .mob-location-list .active a p {
    background-color: #f3fcff;
    color: #6e9db4;
  }

  .mob-map a h3 {
    padding: 20px 0 0 0;
  }

  .page-template-temp-locations p span {
    display: block;
    width: 100%;
  }

  .entry-content ul {
    margin: 0;
    padding: 0 0 0 25px !important;
  }

  body.single-post main#primary div#related_posts {
    width: 88%;
    margin: 0 auto;
  }

  .heading-bar::before {
    top: 6px;
  }

  .page-template-temp-locations .section-padding {
    padding: 0 0 70px 0;
  }

  section.lcrock-patient-main {
    margin: 20px auto 95px;
  }

  section.lcrock-map-main {
    margin-top: 60px;
    margin-bottom: 100px;
  }

  section.metal-free-banner .rd-inner-banner .rd-banner-left .rd-ban-content {
    float: none !important;
  }

  .rd-ban-content {
    float: none !important;
  }

  section.rd-primary-sec h3 {
    font-size: 36px;
    line-height: 46px;
    padding: 0 0 5px;
    text-align: center;
  }

  .page-template-temp-period section.oral-exam-main .cosdent-full-right ul li {
    line-height: 28px;
  }

  section.intro-help-main .flex-block-content .flex-content ul li {
    font-size: 18px;
    line-height: 28px;
  }

  .dentistry-team-main {
    margin: 40px auto 0;
  }

  section.business-main ul.business-list {
    padding: 40px 0 0;
  }

  .page-template-temp-dent .cosdent-dot-content .cosdent-dot-right ul li {
    font-size: 18px !important;
    margin: 0 auto 0px;
    line-height: 28px !important;
  }

  .faq-header button {
    padding: 11px 40px !important;
  }

  .faq-header {
    padding: 15px 0;
  }

  .entry-header {
    width: 92%;
    margin: 0 auto;
  }

  body.single-post div#related_posts ul li {
    width: 100%;
    margin: 20px auto;
    display: inline-block;
  }

  body.single-post div#related_posts ul {
    column-gap: 20px;
    column-count: 1;
  }

  .dentistry-team-main .owl-nav {
    display: none;
  }

  .post-author-right a {
    font-size: 18px;
    line-height: 28px;
    color: #515454;
  }

  ul.social-icons h4 {
    font-size: 18px;
    line-height: 28px;
    color: #818285;
  }

  body.single-post div#related_posts ul li h3,
  body.single-post div#related_posts ul li h3 a {
    font-size: 20px;
    line-height: 24px;
    text-align: left !important;
  }

  .com-owl-btn .owl-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  footer ul li a {
    font-size: 18px;
    line-height: 28px;
  }

  footer.site-footer ul {
    margin: 0px 0 32px 0;
    padding: 0 0px 0 30px;
  }

  .product-list .product-content h3.prod-head {
    margin: 0 auto;
    padding: 20px 38px 30px 38px;
    position: relative;
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .product-list .product-content h3.prod-head::after {
    bottom: 30px;
  }

  .product-list .pr-list .product-hide {
    height: 100% !important;
    width: auto;
  }

  .page-template-temp-sleep p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .product-hide p {
    padding: 0;
    width: 82%;
    margin: 0 auto;
    font-size: 14px !important;
    line-height: 24px !important;
  }

  a.prod-learn-btn {
    font-size: 16px;
    transition: 0.3s ease;
    color: #fff;
    border: 1px solid #7f9caf;
    background-color: #7f9caf;
    padding: 14px 40px;
    float: none;
    margin-left: 0;
    position: relative;
    top: 30px;
  }

  .container {
    padding: 0;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 auto !important;
    margin-right: auto;
    margin-left: auto;
  }

  .dentistry-team-main ul.dentistry-team-list.dr-team-slider li {
    margin-right: 0;
  }

  .manhattan-consult.metal-free-consult {
    padding: 0 15px;
  }

  .banner-content .banner-left h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .product-main.section-padding img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .product-main.section-padding .col-md-4 {
    max-width: 100%;
    margin: 0 auto;
  }

  .product-main.section-padding .row {
    display: block;
  }

  .owl-nav {
    display: none;
  }

  .virtual-content .virt-left.sec-left p {
    font-size: 16px;
    line-height: 28px;
  }

  .banner-content .banner-left p {
    color: #818285;
    font-size: 18px;
    margin: 30px auto;
    line-height: 20px;
  }

  ul.dental-list li {
    margin-bottom: 30px;
  }

  .section-dot .section-border .cosm-right h4 {
    font-size: 26px;
    line-height: 40px;
    margin: 0px auto 0px;
  }

  ul.dental-list li h3 {
    font-size: 24px !important;
    line-height: 75px !important;
    margin-top: 25px;
  }

  .section-dot .section-border h2 {
    font-size: 26px;
    line-height: 38px;
  }

  .virtual-content .virt-left.sec-left {
    padding: 35px 0px 40px 0;
  }

  .virtual-content .virt-left.sec-left h3 {
    text-align: center;
  }

  section.consult-main .consult-content {
    padding: 80px 0;
  }

  section.x-rays-types .col-md-4 {
    max-width: 100% !important;
    flex: 100%;
  }

  .banner-content .banner-left h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .root-canal-consult {
    padding: 0 15px;
  }

  .x-rays-consult {
    padding: 0 15px;
  }

  .denture-type-headings h2 {
    font-size: 36px !important;
    line-height: 46px;
  }

  .x-rays-common-sec section.rd-primary-sec .rd-primary-left {
    float: none;
    padding: 0 !important;
    width: 88%;
  }

  .pulp-treatment-section h3 {
    font-size: 28px;
    text-align: center;
    line-height: 40px;
  }

  section.dentistry-main .dentistry-content.section-border {
    min-height: auto;
    padding: 80px 0;
  }

  .pulp-symptoms section.rd-primary-sec .rd-primary-left {
    max-width: 88%;
  }

  section.crowns-common-sec .col-md-6 .rd-primary-left {
    max-width: 88%;
  }

  section.dental-crown-faq .col-md-6 .restorative-faq-content {
    max-width: 90%;
  }

  section.rcd-aftercare.banner-main.rd-primary-sec.row-center .rd-primary-left {
    width: 88%;
    padding: 0;
    float: none;
    margin: 0 auto;
  }

  section.dent-crown section.rd-primary-sec h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .dental-crown-faq .faq-header button {
    font-size: 26px;
    line-height: 30px;
  }

  .faq-content {
    font-size: 16px;
    line-height: 26px;
  }

  section.metal-dot .restrove-about-main .restrove-about-content h3 {
    font-size: 30px;
    line-height: 35px;
  }

  section.dent-crown-first section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 30px !important;
    line-height: 35px !important;
  }

  .dent-crown-first.metal-free-banner.inlays-onlays-banner.row-reverse
    .rd-ban-content {
    width: 88%;
  }

  .tab-main-heading h2 {
    line-height: 46px;
    font-size: 36px;
  }

  section.dent-crown section.rd-primary-sec h3 {
    margin-top: 30px;
  }

  .manhattan-content.emergency-service-content.ins-list-out h3 {
    font-size: 35px !important;
    line-height: 40px !important;
  }

  .emergency-service-content p {
    font-size: 16px;
    color: #818285;
    line-height: 28px;
  }

  .restoration-section.insurance-content {
    padding: 0 !important;
  }

  .emergency-dent.dentistry-team-main.section-padding.row-block .owl-nav {
    display: none;
  }

  .restrove-about-content.ins-list-out {
    margin-top: 30px;
    padding: 0;
  }

  .rcd-overdentures section.rd-inner-banner .row .rd-ban-content h1,
  .tab-main-heading h2 {
    text-align: center;
  }

  .restrove-about-img {
    width: 95%;
    margin: 0 auto;
  }

  .col-md-6.dis-advantage-img {
    max-width: 100% !important;
  }

  .rcd-overdentures a.home-btn {
    min-height: 60px;
    padding: 16px 0;
    max-width: 320px;
    font-size: 20px;
  }

  section.consult-main .consult-content h2 {
    font-size: 36px;
    line-height: 46px;
    width: 95%;
  }

  section.consult-main .consult-content a.consult-btn.home-btn {
    min-height: 60px;
    padding: 16px 0;
    max-width: 320px;
    font-size: 20px;
  }

  .entry-content {
    width: 92%;
    margin: 0 auto;
  }

  #secondary.widget-area {
    margin: 0 auto;
    width: 88%;
  }

  .faq-head-content p {
    font-size: 16px;
  }

  .faq-head-content h1 {
    font-size: 40px;
  }

  .faq-header button {
    font-size: 22px;
    padding: 14px 0;
  }

  .faq-header button:after {
    top: 18px !important;
    width: 16px !important;
    height: 16px !important;
  }

  section.faq-sec.section-padding {
    padding-bottom: 120px;
  }

  section.banner-inner-main .banner-inner-content h1 {
    font-size: 36px;
    line-height: 46px;
  }

  section.dentistry-main .dentistry-content a.dentstry-btn {
    font-size: 16px;
    padding: 20px 0;
    max-width: 300px;
    min-height: 65px;
  }

  .consultation-content p {
    font-size: 18px;
  }

  section.dentistry-main .dentistry-content.section-border h2 {
    font-size: 29px;
    line-height: 46px;
  }

  section.our-dentist-consult
    section.consult-main
    .consult-content
    a.consult-btn.home-btn {
    max-width: 302px;
    font-size: 18px;
    min-height: 64px;
    padding: 16px 0;
  }

  section.cosdent-consult-main .cosdent-consult-content .col-md-6:first-child {
    padding-right: 15px;
  }

  .cosdent-consult-content .cosdent-consult-left img {
    width: 100%;
  }

  section.cosdent-consult-main .cosdent-consult-content {
    overflow: hidden;
    padding: 20px;
  }

  .restore-faq-section .col-md-6 {
    max-width: 85%;
  }

  section.insurance-banner-main .ins-left {
    width: 85%;
    margin-bottom: 30px;
  }

  section.type-procedure.dentistry-team-main.section-padding.row-block
    .owl-nav {
    display: none;
  }

  .ins-left .ins-content h1 {
    font-size: 36px;
  }

  section.insurance-list-main .ins-list-out h3 {
    font-size: 28px;
  }

  section.dentistry-main .dentistry-content.section-border h2 {
    font-size: 26px;
    margin-bottom: 25px !important;
  }

  .section-head h1,
  .lcrock-team-main .section-head h2,
  .single-before_after h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .procedure-headings p {
    font-size: 14px;
    line-height: 26px;
  }

  .dentistry-team-content p {
    font-size: 14px;
    line-height: 26px;
  }

  .faq-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .faq-header button {
    font-size: 22px;
    line-height: 32px;
  }

  .restorative-faq-content h2 {
    font-size: 28px;
    line-height: 38px;
  }

  section.flexible-consult-main
    .dentistry-content.section-border
    a.dentstry-btn.home-btn {
    max-width: 300px;
  }

  section.flexible-consult-main .dentistry-content.section-border p {
    width: 96%;
  }

  section.flexible-block-main .flex-content p {
    text-align: left;
  }

  section.insurance-list-main .insurance-content {
    padding: 15px;
  }

  footer.site-footer .row {
    display: block;
    width: 100%;
    margin: auto;
  }

  .ftr-about {
    max-width: 100%;
    margin-right: 0;
  }

  .ftr-links {
    display: block;
    max-width: 100%;
  }

  section#nav_menu-2 {
    border-bottom: 2px solid #fff;
  }

  section#nav_menu-3 {
    border-bottom: 2px solid #fff;
  }

  footer h2.widget-title {
    margin-top: 20px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .menu-quick-links-container,
  .menu-learn-more-container,
  .textwidget.custom-html-widget {
    display: none;
  }

  .menu-quick-links-container.open {
    display: block;
  }

  .menu-learn-more-container.open {
    display: block;
  }

  .textwidget.custom-html-widget.open {
    display: block;
  }

  .menu-quick-links-container.open ul.menu::after,
  .menu-learn-more-container.open ul.menu::after {
    content: "-";
    font-size: 46px;
    right: 0px;
    top: -46%;
    pointer-events: none;
    position: absolute;
    color: #fff;
    background: #393939;
    width: 35px;
    text-align: center;
  }

  .textwidget.custom-html-widget.open::after {
    content: "-";
    font-size: 46px;
    right: 0px;
    top: -70%;
    pointer-events: none;
    position: absolute;
    color: #fff;
    background: #393939;
    width: 30px;
    text-align: center;
    padding: 0 22px;
  }

  .menu-quick-links-container.open ul.menu,
  .menu-learn-more-container.open ul.menu,
  .textwidget.custom-html-widget.open ul.menu {
    position: relative;
  }

  h2.widget-title::after {
    font-size: 46px;
    right: 0;
    top: -20%;
    pointer-events: none;
    position: absolute;
    color: #fff;
    content: "+";
    z-index: 0;
  }

  footer h2.widget-title {
    position: relative;
  }

  .ftr-connect .phone {
    padding-left: 30px;
  }

  body.single-post p {
    font-size: 18px;
    color: #818285;
    line-height: 28px;
    letter-spacing: 0.22px;
  }

  .virtual-content .virt-right.sec-right img {
    width: 100%;
    /* min-height: 400px; */
  }

  ul.dental-list li h3 {
    font-size: 24px !important;
    line-height: 40px !important;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .page-template-temp-period
    section.flexible-dot-main
    .row
    .col-md-7
    .dot-sec-content {
    width: 90%;
    margin: 0 auto;
  }

  section.oral-symp-main .col-md-7 {
    padding-left: 0;
  }

  table.ins-table thead td,
  table.ins-table thead td h2 {
    font-size: 20px;
    line-height: 30px;
    vertical-align: top;
  }

  table.ins-table tbody td,
  table.ins-table tbody td h2 {
    vertical-align: top;
  }

  section.insurance-table-main .ins-table-list {
    max-width: 560px;
    overflow-x: scroll;
  }

  section.insurance-table-main .ins-table-list table.ins-table {
    margin: 0 auto 60px;
    width: 100%;
    padding: 0;
    overflow-x: scroll;
  }

  .page-template-in-office .ins-left .ins-content ul.ins-list li span:before {
    top: 7px;
  }

  #myTabContent {
    padding-top: 20px;
  }

  section.common-tab .tab-function {
    padding-top: 20px;
  }

  .cosmetic-lumineers-faq
    .restore-faq-section.banner-main.insurance-banner-main {
    margin-top: 0;
  }

  .type-procedure.dentistry-team-main.section-padding.row-block .row {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  fieldset#field_3_7,
  fieldset#field_11_7 {
    margin-top: 0 !important;
  }

  #input_11_7_3 {
    padding: 25px 0 25px 11px;
  }

  div#gform_page_3_1 .gform_page_footer.top_label,
  div#gform_page_11_1 .gform_page_footer.top_label {
    max-width: 100% !important;
    text-align: center;
  }
  .gform_page_footer.top_label .button {
    max-width: 130px !important;
  }
  .gform_wrapper.gravity-theme #field_3_7 .ginput_complex span {
    width: 48% !important;
  }

  .gform_wrapper.gravity-theme
    #field_3_7
    .ginput_complex
    span:nth-child(2n + 1) {
    margin-right: 3%;
  }

  section.free-dental-consultation form#gform_3 select option:after {
    background-size: 6px;
    right: 10px;
    top: 57px;
    width: 6px;
    height: 10px;
  }

  section.dentistry-main .dentistry-content.section-border h2 {
    font-size: 26px !important;
    line-height: 36px !important;
    padding-bottom: 0 !important;
  }

  section.lcrock-banner-main .loc-banner-left a.locrock-btn {
    margin: 20px 20px !important;
  }

  .main-navigation .menu > li.menu-item-has-children::after {
    right: 23px;
  }

  .main-navigation .menu > li.menu-item-has-children:hover::after {
    right: 0px;
    top: 0px;
  }

  #sync2 .gallery-content {
    margin-right: 10px;
  }

  .location-radio label {
    font-size: 16px !important;
  }

  .location-radio label::before {
    font-size: 12px !important;
    line-height: 22px !important;
  }

  .location-radio label::after {
    right: 0;
  }

  section.free-dental-consultation form div#gform_fields_11 iframe {
    /* height: 280px; */
    height: auto;
  }

  fieldset#field_11_5 {
    margin-top: 0;
  }

  section.free-dental-consultation .gform_body.gform-body div#gform_page_3_5 {
    width: 94%;
    margin: 0 auto;
  }

  .entry-content h1 {
    font-size: 1.5rem;
    text-align: center !important;
  }

  h2.widget-title::after {
    font-size: 32px;
    right: 0;
    top: 0%;
  }

  #gform_page_3_4 .gform_page_footer.top_label,
  #gform_page_11_4 .gform_page_footer.top_label {
    position: absolute;
    top: 335px;
  }

  #field_3_5 {
    width: 90%;
  }

  #gform_page_3_2 .ginput_container.ginput_container_checkbox {
    margin-top: 30px;
  }

  #field_3_15 {
    display: block;
    width: 88%;
  }

  section.free-dental-consultation
    .gform_wrapper
    .gform_body
    .gform_page_fields
    .top_label
    legend.gfield_label {
    font-size: 36px;
    line-height: 46px;
    margin: 0px 0 0px;
    width: 100%;
  }

  #field_3_7,
  #field_3_8,
  #field_3_11,
  #field_3_9,
  #gform_page_3_3 .gform_page_footer.top_label {
    display: block;
    width: 92%;
    float: none;
    max-width: 100%;
    left: 0;
    margin: 0 auto;
  }

  #input_3_7_3,
  #input_3_7_6 {
    width: 99%;
  }

  #input_3_11,
  #input_3_8,
  #input_3_9 {
    width: 99%;
  }

  #gform_page_3_3 .gform_page_footer.top_label {
    position: absolute;
    top: 475px;
    width: min-content;
    display: block !important;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0px;
    left: 0 !important;
    right: 0;
  }

  #field_3_31 {
    margin: 185px 0 40px 0;
  }

  div#input_3_5,
  div#input_11_5 {
    display: inline;
    width: 100% !important;
    height: 100%;
    float: none;
  }

  section.free-dental-consultation
    .gform_wrapper
    .gform_body
    .gform_page_fields
    .top_label
    .ginput_container_checkbox
    label {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  #gform_page_3_2 .gform_page_footer.top_label,
  #gform_page_11_2 .gform_page_footer.top_label {
    position: absolute;
    top: 440px;
  }

  div#gform_page_3_1 .gform_page_footer.top_label {
    position: absolute;
    top: 560px;
    max-width: 22% !important;
    margin: 0 auto;
    margin-bottom: 0px;
    left: 0 !important;
    right: 0;
  }

  .mob-list img {
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
  }

  section.intro-help-main .flex-block-content .flex-content ul li {
    text-align: center;
  }

  .cosdent-dot-content .cosdent-dot-right ul li {
    font-size: 18px;
    line-height: 28px;
  }

  .menu-quick-links-container.open ul.menu::after,
  .menu-learn-more-container.open ul.menu::after {
    top: -48%;
  }

  section.blog-block ul.blogs-ul .blogs-list h1,
  section.blog-block ul.blogs-ul .blogs-list h1 a {
    font-size: 30px;
    line-height: 40px;
  }

  section.blog-block ul.blogs-ul .blogs-list p {
    margin: 0 auto 25px;
  }

  section.blog-block ul.blogs-ul .blogs-list ul.blog-head-content,
  body.single-post article .blogs-list ul.blog-head-content {
    margin: 0px auto 25px;
    padding: 0px 0 25px;
  }

  /*section.rd-inner-banner {
                        padding-top: 35px !important;
                    }*/
  section.rd-inner-banner .row {
    padding-top: 60px;
  }

  .product-list .pr-list.open .product-hide {
    height: 100%;
  }

  .cosmetic-content .cosm-right.sec-right {
    padding: 0px 5px;
  }

  section.rd-inner-banner .row .rd-ban-content {
    margin-top: 0;
  }

  .dnincs-info-main.flexible-full-main.cosdent-full-main.row-center.row-reverse
    .cosdent-full-content
    .cosdent-full-right {
    padding-right: 0px;
    max-width: 100%;
  }

  .menu-quick-links-container.open ul.menu::after,
  .menu-learn-more-container.open ul.menu::after {
    top: -55%;
  }

  .textwidget.custom-html-widget.open::after {
    top: -92px;
  }

  section.flexible-banner-main.banner-main {
    padding-top: 35px;
  }

  .dentistry-content.section-border h3 {
    padding-bottom: 30px !important;
  }

  section.dentistry-main .dentistry-content.section-border {
    min-height: 370px;
    padding: 50px 0;
  }

  .page-template-temp-sleep h3 {
    font-size: 36px !important;
    line-height: 46px !important;
  }

  .dentistry-content.section-border {
    border: 20px solid #e9f1f5 !important;
  }

  section.flexible-full-main .cosdent-full-content .cosdent-full-right h2 {
    padding-bottom: 30px;
    text-align: center;
  }

  section.flexible-block-main .flex-block-head h2 {
    text-align: center;
  }

  section.dentistry-main .dentistry-content.section-border h2 {
    width: 95%;
  }

  img.alignnone.size-full.wp-image-10 {
    max-width: 185px;
    width: 100%;
  }

  section.flexible-block-main .flex-content h3 {
    text-align: center;
  }

  .metal-free-primary-section .banner-main .col-md-6 .rd-primary-left {
    max-width: 88% !important;
  }

  .metal-free-second-primary section.rd-primary-sec .rd-primary-left {
    max-width: 88% !important;
  }

  section.flexible-block-main .flex-content p {
    text-align: center;
  }

  .metal-free-banner.inlays-onlays-banner.row-reverse .rd-banner-left {
    width: 84%;
  }

  section.metal-free-banner .rd-inner-banner .rd-banner-left .rd-ban-content {
    float: none;
    margin: 0 auto;
    padding: 0 !important;
  }

  .col-md-6.full-image {
    max-width: 100% !important;
  }

  .faq-content p {
    text-align: left !important;
  }

  .restorative-faq-content h2 {
    text-align: left !important;
  }

  .page-template.page-template-temp-rd.page-template-bridges.page-template-temp-rdbridges-php.page.page-id-9700.page-child.parent-pageid-10641.logged-in.admin-bar.wp-custom-logo.customize-support
    .bridge-advantages.pulp-symptoms
    .rd-primary-left {
    max-width: 100%;
    padding: 0;
    padding-left: 0px;
    padding-left: 0px;
    padding-left: 0px;
    margin-right: 0;
    width: 85%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  footer.site-footer {
    margin: 0 auto;
    overflow: hidden;
    background-color: #393939;
    float: left;
    width: 100%;
    position: relative;
    padding: 65px 0px 5px 0;
  }

  .entry-content li {
    font-size: 18px;
    line-height: 28px;
    text-align: left !important;
  }

  section.rd-inner-banner .row .rd-ban-content h4 {
    font-size: 18px;
    line-height: 28px;
    text-align: center !important;
  }

  section.rd-primary-sec span ul {
    font-size: 18px;
    line-height: 28px;
    text-align: center !important;
  }

  .rd-ban-content {
    max-width: 84% !important;
  }

  .restorative-pro-left .restorative-procedure-content h2 {
    font-size: 36px !important;
    line-height: 46px !important;
    text-align: center !important;
  }

  .restorative-procedure-content ul li {
    font-size: 18px;
    line-height: 28px;
    text-align: center !important;
  }

  .banner-content .banner-left h1 {
    font-size: 36px;
    line-height: 46px;
    text-align: center !important;
  }

  .section-dot .section-border .cosm-right ul li {
    font-size: 18px;
    line-height: 28px;
    text-align: center !important;
  }

  a.home-btn {
    min-height: auto !important;
    padding: 10px 0 !important;
    max-width: 267px !important;
    font-size: 18px !important;
    margin: 0 auto !important;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
  }

  section.dentistry-main .dentistry-content.section-border h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 0px !important;
    text-align: center !important;
  }

  .dental-pulp.metal-free-primary-section
    section.rd-primary-sec
    .rd-primary-left {
    width: 88%;
  }

  section.rcd-aftercare.banner-main.rd-primary-sec.row-center .rd-primary-left {
    width: 85%;
  }

  section.rcd-aftercare.banner-main.rd-primary-sec.row-center .rd-primary-left {
    width: 85%;
  }

  .dent-crown-first.metal-free-banner.inlays-onlays-banner.row-reverse
    .rd-ban-content {
    width: 85%;
  }

  .bridge-advantages.pulp-symptoms section.rd-primary-sec .rd-primary-left {
    max-width: 88%;
  }

  .manhattan-content.emergency-service-content.ins-list-out h3 {
    font-size: 36px !important;
    line-height: 46px !important;
    text-align: center !important;
  }

  .manhattan-content.emergency-service-content.ins-list-out {
    padding: 0;
    margin-top: 30px;
  }

  .tooth-decay-consult {
    padding: 0 15px;
  }

  .emergency-service-content p {
    font-size: 18px;
    line-height: 28px;
    text-align: center !important;
  }

  .section-dot .section-border {
    border: 20px solid #eff6fa;
  }

  .consultation-content p {
    font-size: 18px;
    line-height: 28px;
    text-align: center !important;
  }

  .manhattan-consult.dentistry-main.section-padding.section-dot.row-block h3 {
    font-size: 36px;
    line-height: 46px;
    text-align: center !important;
  }

  .manhattan-consult.dentistry-main.section-padding.section-dot.row-block
    a.home-btn {
    min-height: 50px;
    padding: 12px 0;
    max-width: 195px;
    font-size: 14px;
  }

  .manhattan-consult .consultation-content.dentistry-content.section-border {
    padding: 80px 0 90px 0;
    min-height: auto;
  }

  .inlays-headings.heading-bar.dental-head-main.section-head p {
    font-size: 18px;
    line-height: 28px;
    text-align: center !important;
  }

  .inlays-main-heading h2 {
    font-size: 36px;
    line-height: 46px;
    text-align: center !important;
  }

  .smile-zirconia-tab section.common-tab .tab-function .nav-tabs li a {
    font-size: 14px;
    width: 87%;
    line-height: 49px;
  }

  section.holistic-section .holistic-first h4 {
    line-height: 28px;
    font-size: 18px;
    margin: 25px auto;
    text-align: center !important;
  }

  .restoration-list-main .restore-headings h2 {
    font-size: 36px;
    line-height: 46px;
    text-align: center !important;
  }

  .restoration-list-main .restore-headings h4 {
    color: #818285;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: center !important;
  }

  section.holi-stic .col-md-6 h3 {
    font-size: 36px;
    line-height: 46px;
    color: #515454;
    text-align: center !important;
  }

  section.overdentures-dot .restrove-about-content {
    max-width: 90% !important;
  }

  section.dent-crown-first section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 36px !important;
    line-height: 46px !important;
    text-align: center !important;
  }

  .root-canal-banner section.rd-inner-banner .row .rd-ban-content h1 {
    font-size: 36px !important;
    line-height: 46px !important;
    margin-top: 40px;
    text-align: center !important;
  }

  .root-canal-banner section.rd-inner-banner .row .rd-ban-content p {
    font-size: 18px !important;
    line-height: 28px !important;
    margin-bottom: 40px;
    text-align: center !important;
  }

  .dental-crown-faq .faq-header button {
    font-size: 22px;
    line-height: 32px;
  }

  section.holi-stic.restoration-list-main.insurance-list-main.section-padding.row-center
    .row.restore-type-list
    p {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }

  section.holi-stic .col-md-6 {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .tab-main-heading h2 {
    font-size: 36px;
    line-height: 46px;
  }

  section.common-tab .tab-main-subheading p {
    font-size: 18px;
    line-height: 28px;
    text-align: center !important;
  }

  section.common-tab .tab-function .nav-tabs li a {
    font-size: 16px;
    width: 80%;
    line-height: 49px;
    text-align: center !important;
  }

  section.common-tab .tab-function .nav-tabs li a:after {
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent;
  }

  section.common-tab .tab-function .col-md-7 .tab-content p {
    font-size: 18px;
    line-height: 28px;
    text-align: center !important;
  }

  .holistic-first.ins-content {
    margin: 0 auto 25px !important;
  }

  section.rd-primary-sec h3 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 15px;
    padding: 0 0 5px;
    text-align: center !important;
  }

  section.manhattan-consult {
    padding: 0 10px;
    padding-bottom: 70px;
  }

  section.consult-main .consult-content {
    border: 15px solid #eff6fa;
  }

  section.consult-main .consult-content h2 {
    font-size: 36px;
    line-height: 46px;
    text-align: center !important;
  }

  .x-rays-consult section.consult-main .consult-content h2 {
    font-size: 26px !important;
    line-height: 35px !important;
  }

  section.consult-main .consult-content p {
    font-size: 18px;
    line-height: 28px;
    text-align: center !important;
  }

  .entry-content p {
    font-size: 18px;
    line-height: 28px;
    text-align: center !important;
  }

  footer p {
    font-size: 18px;
    line-height: 28px;
    text-align: left !important;
  }

  footer h2.widget-title {
    font-size: 20px !important;
    line-height: 60px !important;
    text-align: left !important;
  }

  .faq-header button {
    font-size: 22px;
    line-height: 32px;
    padding: 17px 0;
  }

  .faq-header button:after {
    top: 22px !important;
  }

  .faq-content p {
    font-size: 18px;
    line-height: 28px;
  }

  .faq-head-content h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .rcd-overdentures section.rd-inner-banner .row .rd-ban-content h1 {
    line-height: 46px !important;
    font-size: 36px;
    text-align: center !important;
  }

  .section-padding {
    padding: 40px 0;
  }

  .restrove-about-img {
    width: 100%;
    margin: 0 auto;
  }

  section.overdentures-dot .restrove-about-content {
    margin-top: 25px;
  }

  section.insurance-list-main .ins-list-out h3 {
    font-size: 36px;
    line-height: 46px;
    text-align: center !important;
  }

  .restore-faq-section .col-md-6 {
    max-width: 88%;
  }

  .restorative-faq-content h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .faq-header button {
    padding-left: 35px !important;
    font-size: 22px !important;
    line-height: 32px !important;
  }

  .row.x-rays-list h3 {
    text-align: center !important;
  }

  section.overdenture-faq .restorative-faq-content {
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0;
    margin-top: 30px;
  }

  p {
    font-size: 18px !important;
    line-height: 28px !important;
    text-align: center !important;
  }

  h1,
  h2,
  h3 {
    font-size: 32px !important;
    line-height: 42px !important;
    text-align: center !important;
  }

  .dental-pulp section.rd-primary-sec .rd-primary-left ul {
    padding-left: 15px;
  }

  .dental-pulp section.rd-primary-sec .rd-primary-left ul li:before,
  .pulp-symptoms section.rd-primary-sec .rd-primary-left ul li:before {
    top: 10px;
    left: -10px;
  }

  section.csteeth-results-main {
    margin-bottom: 120px;
    margin-top: 60px;
  }

  section.sympt-night-main .faq-header button::after,
  section.sympt-diag-main .faq-header button::after {
    top: 20px !important;
  }

  section.flexible-carousel-main .dnincs .owl-stage .owl-item {
    padding-left: 10px;
    /* width: 300px !important; */
  }

  footer.site-footer ul.phone {
    padding: 0;
  }

  footer.site-footer ul.social-icon {
    padding: 0;
    float: left;
  }

  section.business-main ul.business-list li img {
    max-width: 120px;
  }

  .virtual-content .virt-right.sec-right img {
    width: 100%;
    /* min-height: 300px; */
  }

  section.free-dental-consultation form#gform_3 select option {
    font-size: 16px;
  }

  section.free-dental-consultation form#gform_3 select option::before {
    font-size: 14px;
    line-height: 32px;
  }

  .smile-zirconia-tab section.common-tab .tab-function .nav-tabs li a {
    padding: 9px 0;
  }

  section.free-dental-consultation
    form#gform_3
    select
    option[value="Rockefeller Cosmetic Dentistry"]::before,
  section.free-dental-consultation
    form#gform_3
    select
    option[value="Grand Central Cosmetic Dentistry"]::before {
    font-size: 12px;
    line-height: 22px;
  }
}

@media screen and (max-width: 500px) {
  header.site-header nav#site-navigation .menu.nav-menu li a {
    padding: 15px 3px 12px 18px;
  }

  .page-template-temp-locations .container {
    max-width: 100% !important;
    padding: 0 !important;
    width: 92% !important;
  }

  .mob-list img {
    height: 160px;
  }
}

@media screen and (max-width: 501px) {
  .location-gravity {
    float: left;
    width: 100%;
  }

  .location-gravity #gform_4 .gform_page .gform_page_fields {
    position: relative;
    padding-right: 50%;
  }

  .location-gravity #gform_4 .gform_page .gfield.image-blocks {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45%;
  }

  div#gform_page_3_1 .gform_page_footer.top_label {
    max-width: 29% !important;
  }

  .location-gravity #gform_4 .gform_page .gform_page_fields .gfield {
    max-width: 50%;
    float: left;
  }
}

@media screen and (max-width: 419px) {
  li.ortho-list::before {
    content: "\2022";
    font-size: 34px;
    position: absolute;
    left: 13%;
    color: #818285;
    display: block;
    margin-left: -0.6em;
  }

  #field_3_7,
  #field_3_8,
  #field_3_11,
  #field_3_9,
  #gform_page_3_3 .gform_page_footer.top_label {
    display: block;
    width: 88%;
  }

  #gform_page_3_2 .gform_page_footer.top_label,
  #gform_page_11_2 .gform_page_footer.top_label {
    position: absolute;
    /* top: 555px; */
    top: 425px;
    width: auto;
    text-align: center;
    left: 0;
  }

  section.free-dental-consultation
    .gform_body.gform-body
    div#gform_page_3_5
    label.gfield_label {
    width: 100% !important;
  }

  #gform_page_3_5 .gform_page_footer.top_label {
    width: auto;
    text-align: center;
    top: 440px;
  }

  #gform_page_3_4 .gform_page_footer.top_label {
    position: absolute;
    top: 420px;
    width: auto !important;
    text-align: center;
  }

  #gform_page_3_3 .gform_page_footer.top_label {
    position: absolute;
    top: 545px;
    width: auto !important;
    text-align: center;
    display: block !important;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0px;
    left: 0 !important;
    right: 0;
  }
}

@media screen and (max-width: 466px) {
  #gform_page_3_4 .gform_page_footer.top_label {
    position: absolute;
    top: 375px;
  }
}

@media screen and (max-width: 400px) {
  li.ortho-list::before {
    left: 11%;
  }

  .owl-prev {
    left: -15%;
  }

  .owl-next {
    right: -15%;
  }
}

@media screen and (max-width: 380px) {
  li.ortho-list::before {
    left: 8%;
  }

  .smile-zirconia-tab section.common-tab .tab-function .nav-tabs li a {
    font-size: 12px !important;
    width: 87%;
    line-height: 49px;
  }
}

@media screen and (max-width: 375px) {
  .page-template-temp-sleep h3 {
    font-size: 34px !important;
    line-height: 46px !important;
  }

  section.flexible-banner-main.rd-inner-banner .row .rd-ban-content {
    max-width: 85% !important;
  }

  .rd-ban-content {
    width: 85% !important;
    max-width: 85% !important;
  }

  .page-template-temp-cosmetic
    section.flexible-banner-main.rd-inner-banner
    .row
    .rd-ban-content {
    margin: 0 auto 0px;
    width: 85% !important;
    max-width: 85% !important;
  }

  div#gform_page_3_1 .gform_page_footer.top_label {
    max-width: 32% !important;
  }
}

@media screen and (max-width: 360px) {
  li.ortho-list::before {
    left: 6%;
  }

  section.free-dental-consultation
    .gform_wrapper
    .gform_body
    .gform_page_fields
    .top_label
    .ginput_container_checkbox
    label {
    font-size: 16px !important;
    line-height: 28px !important;
  }

  section.cosmetic-main ul li {
    font-size: 14px !important;
  }

  a.prod-learn-btn {
    padding: 12px 40px;
    top: 20px;
  }
}

@media screen and (max-width: 350px) {
  a.home-btn {
    min-height: 70px !important;
    padding: 19px 0 !important;
    max-width: 230px !important;
    font-size: 16px !important;
    margin: 0 auto !important;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
  }

  div#gform_page_3_1 .gform_page_footer.top_label {
    max-width: 37% !important;
  }
}

@media screen and (max-width: 340px) {
  li.ortho-list::before {
    left: 3%;
  }
}

@media screen and (max-width: 325px) {
  li.ortho-list::before {
    left: 17%;
  }

  #gform_page_3_2 .gform_page_footer.top_label,
  #gform_page_11_2 .gform_page_footer.top_label {
    top: 595px;
  }
}

@media (max-width: 324px) {
  div#gform_page_3_1 .gform_page_footer.top_label,
  div#gform_page_11_1 .gform_page_footer.top_label {
    top: 606px;
  }
}
