/*!
Theme Name: James Clinic
Author: jamesclinic
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: jamesclinic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

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

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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

.clearfix:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #787a7c;
	background: #fff;
	font: 20px/1.3 "Roboto Sans", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-overflow-style: scrollbar;
}

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

.gm-style img {
	max-width: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
select {
	-webkit-appearance: none;
	box-sizing: border-box;
	border: 1px solid #868e96;
	border-radius: 4px;
	color: #000;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease;
	font-size: 14px;
	line-height: 1.5;
	padding: 15px 10px;
	height: 40px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	box-shadow: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #4e4e4e;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	opacity: 1;
	color: #4e4e4e;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
	color: #4e4e4e;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #4e4e4e;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder,
select.placeholder {
	color: #4e4e4e;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Roboto Sans", sans-serif;
	font-weight: 700;
	line-height: 1.1904761905;
	color: #868e96;
	margin: 0 0 1rem;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
}

h1,
.h1 {
	font-size: 84px;
}

h2,
.h2 {
	font-size: 72px;
}

h3,
.h3 {
	font-size: 59px;
}

h4,
.h4 {
	font-size: 40px;
}

h5,
.h5 {
	font-size: 30px;
}

h6,
.h6 {
	font-size: 26px;
}

p {
	margin: 0 0 1rem;
}

a {
	text-decoration: none;
	color: inherit;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

/* .slick-slide img {
	display: block;
} */

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.fontBase {
	font-family: "Roboto Sans", sans-serif;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 24, 2021 */



@font-face {
    font-family: 'font_awesome_6_brandsregular';
    src: url('font_awesome_6_brands-regular-400.woff') format('woff'),
         url('font_awesome_6_brands-regular-400.ttf') format('truetype'),
         url('font_awesome_6_brands-regular-400.svg#font_awesome_6_brandsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'font_awesome_6_duotonesolid';
    src: url('font_awesome_6_duotone-solid-900.woff') format('woff'),
         url('font_awesome_6_duotone-solid-900.ttf') format('truetype'),
         url('font_awesome_6_duotone-solid-900.svg#font_awesome_6_duotonesolid') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'font_awesome_6_prolight';
    src: url('font_awesome_6_pro-light-300.woff') format('woff'),
         url('font_awesome_6_pro-light-300.ttf') format('truetype'),
         url('font_awesome_6_pro-light-300.svg#font_awesome_6_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'font_awesome_6_proregular';
    src: url('font_awesome_6_pro-regular-400.woff') format('woff'),
         url('font_awesome_6_pro-regular-400.ttf') format('truetype'),
         url('font_awesome_6_pro-regular-400.svg#font_awesome_6_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'font_awesome_6_prosolid';
    src: url('font_awesome_6_pro-solid-900.woff') format('woff'),
         url('font_awesome_6_pro-solid-900.ttf') format('truetype'),
         url('font_awesome_6_pro-solid-900.svg#font_awesome_6_prosolid') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'font_awesome_6_prothin';
    src: url('font_awesome_6_pro-thin-100.woff') format('woff'),
         url('font_awesome_6_pro-thin-100.ttf') format('truetype'),
         url('font_awesome_6_pro-thin-100.svg#font_awesome_6_prothin') format('svg');
    font-weight: normal;
    font-style: normal;

}

.fwNormal {
	font-weight: 400;
}

.fwMedium {
	font-weight: 500;
}

.fwSemiBold {
	font-weight: 600;
}

.fwBold {
	font-weight: 700;
}

.textUpperCase {
	text-transform: uppercase;
}

.textCapitalize {
	text-transform: capitalize;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.bgCover {
	background-size: cover;
	background-position: 50% 50%;
}

.dBlock {
	display: block;
}

.textLowercase {
	text-transform: lowercase;
}


.clrPrimary {
	color: #0b0461;
}

#pageWrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 100vh;
}

.container {
	max-width: 1313px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.btn {
	padding: 19px 10px;
	font-family: "Roboto Sans", sans-serif;
	font-size: 18px;
	line-height: 1.1111111111;
	display: inline-block;
	border: 1px solid transparent;
	vertical-align: top;
	text-align: center;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background-color: transparent;
	border-radius: 50px;
}

.btnPill {
	background-color: #0b0461;
	border-color: #0b0461;
	color: #fff;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.btnPill:hover {
	background-color: #fff;
	border-color: #0b0461;
	color: #0b0461;
}

.btnWidthSm {
	min-width: 265px;
}

.btnPillLg {
	background-color: #0b0461;
	border-color: #0b0461;
	color: #fff;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.btnPillLg:hover {
	background-color: #fff;
	border-color: #0b0461;
	color: #0b0461;
}

.btnWidthLg {
	min-width: 290px;
}

.btnPillComt {
	background-color: #003bf9;
	border-color: #003bf9;
	color: #fff;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.btnPillComt:hover {
	background-color: #fff;
	border-color: #003bf9;
	color: #003bf9;
}

.btnlgStlye {
	font-size: 24px;
	padding-top: 18px;
	padding-bottom: 18px;
}

.btnFontComt {
	font-size: 21px;
}

.btnPillOrg {
	background-color: #f7a13c;
	border-color: #f7a13c;
	color: #fff;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.btnPillOrg:hover {
	background-color: #fff;
	border-color: #f7a13c;
	color: #f7a13c;
}

.btnWidthOrg {
	min-width: 240px;
	font-size: 25px;
	font-weight: 700;
}

.colsHolder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.colsHolder > .chCol {
	padding-left: 20px;
	padding-right: 20px;
}

.slik {
	background-color: #000;
}

.phTopBar {
	padding-top: 18px;
	padding-bottom: 6px;
	position: relative;
}

.phTopBar .colsHolder {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.phTopBar .chCol4 {
	width: 100%;
}

.phTopBar .chCol8 {
	width: 100%;
}

.phTopBar .logo {
	width: 100%;
}

.phTopBar .infoTopList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 14px;
}

.phTopBar .infoTopList > li + li {
	margin-left: 14px;
}

.phTopBar .infoTopList li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.phTopBar .infoTopList li .icnDesc {
	margin-right: 11px;
	color: #f6a13c;
}

.phTopBar .infoTopList li .descWrap {
	color: #010101;
}

.phTopBar .infoTopList li .descWrap .infoChildList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.phTopBar .infoTopList li .descWrap .infoChildList li {
	position: relative;
}

.phTopBar .infoTopList li .descWrap .infoChildList li + li {
	margin-left: 24px;
}

.phTopBar .infoTopList li .descWrap .infoChildList li + li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #4a4b4b;
	top: 0;
	left: -11px;
}

.tpNavBar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 11px;
	padding-bottom: 23px;
}

.tpNavBar .colsHolder {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shadow {
	box-shadow: 2px 2px 2px 2px #f2f1f1;
}

.tpNavBar .chCol {
	width: 100%;
	position: relative;
}

.mainNavigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
}

.mainNavigation > li {
	margin-right: 20px;
}

.mainNavigation > li a {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	display: block;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.mainNavigation > li a:hover {
	color: #003992;
}

.mainNavigation > .subMenu {
	position: relative;
	padding-right: 20px;
}

.mainNavigation > .subMenu > a:after {
	content: "";
	border: solid #0b0461;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 5px;
	top: 18px;
	width: 9px;
	height: 9px;
}

.mainNavigation > .subMenu.dropOpen .childList {
	max-height: 800px;
}

.childList,
.mainNavigation li.menu-item-has-children.menuOpen .sub-menu {
	position: absolute;
	background-color: #fff;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s linear;
	transition: max-height .3s linear;
	z-index: 3;
	list-style: none;
	width: 100%;
	color: #0b0461;
}

.childList > li > a {
	display: block;
}

.menuBtn {
	position: absolute;
	cursor: pointer;
	width: 42px;
	height: 29px;
	display: inline-block;
	margin-top: -10px;
	right: 10px;
	top: -70px;
}

.menuBtn:before,
.menuBtn:after {
	height: 5px;
	width: 35px;
	background-color: #0b0461;
	border-radius: 22px;
	position: absolute;
	content: "";
}

.menuBtn:after {
	bottom: 4px;
}

.menuBtn:before {
	top: 10px;
}

.menuBtn .icnBar {
	height: 5px;
	width: 35px;
	background-color: #0b0461;
	border-radius: 22px;
	position: absolute;
	top: 0;
}

.menuBtn.menuOpen:before {
	-webkit-transform: rotate(45deg) translate(7px, 6px);
	-ms-transform: rotate(45deg) translate(7px, 6px);
	transform: rotate(45deg) translate(7px, 6px);
}

.menuBtn.menuOpen:after {
	-webkit-transform: rotate(-45deg) translate(2px, 0px);
	-ms-transform: rotate(-45deg) translate(2px, 0px);
	transform: rotate(-45deg) translate(2px, 0px);
}

.menuBtn.menuOpen .icnBar {
	opacity: 0;
	visibility: hidden;
}

.textInnerList li {
	position: relative;
	padding-left: 15px;
}

.textInnerList li:before {
	position: absolute;
	content: "";
	left: 0;
	width: 0;
	top: 8px;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #1304c9;
}

.clientQuoteWrap {
	padding-top: 15px;
	padding-bottom: 55px;
	background-color: #fff;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
	border-radius: 0 70px 0 70px;
	margin: 0;
	color: #4e4e4e;
	margin-bottom: 40px;
}

.clientQuoteWrap q:before,
.clientQuoteWrap q:after {
	display: none;
}

.clientQuoteWrap .introClient {
	display: block;
	padding-top: 35px;
}

.clientQuoteWrap .introClient .clName {
	display: block;
	font-size: 20px;
	font-weight: 700;
}

.clientQuoteWrap .introClient .clDesg {
	display: block;
	color: #1304c9;
	font-size: 20px;
}

.clientQuoteWrap .icnWrap {
	margin-top: -83px;
	display: block;
	margin-bottom: 43px;
}

.clientQuoteWrap .icnWrap .Icn {
	border-radius: 50%;
	background-color: #0a62ea;
	border: 1px solid #0a62ea;
	color: #fff;
	font-size: 45px;
	display: flex;
	width: 120px;
	height: 120px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.commentForm .chCol6 {
	width: 100%;
}

.commentForm {
	margin-bottom: 130px;
}

.commentForm .chCol12 {
	width: 100%;
}

.commentForm .headingHead h2,
.commentForm .headingHead .h2{
	font-size: 35px;
	color: #1b262a;
	margin-bottom: 30px;
}

.commentForm input {
	width: 100%;
	border-color: #629efc;
	border-radius: 50px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	font-style: italic;
}

.commentForm textarea {
	width: 100%;
	border-color: #629efc;
	border-radius: 20px;
	resize: none;
	height: 155PX;
	padding-left: 20px;
	padding-right: 20px;
	font-style: italic;
}

.formBtnWrap {
	float: right;
}

.commentForm .colsHolder {
	margin-bottom: 20px;
}

.formBtnWrap .btnPillComt {
	min-width: 240px;
}

.imgHolderContent {
	margin-bottom: 40px;
}

.ldnDentalPost .chCol4{
	width: 100%;
}

.newsPostArticle .imgHolder {
	border-radius: 100px 0 100px 0;
	margin-bottom: 10px;
}

.newsPostArticle .newsLi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 18px;
	color: #0a62ea;
	margin-bottom: 5px;
}

.newsPostArticle {
	font-size: 15px;
	color: #4e4e4e;
	margin-bottom: 40px;
}

.newsPostArticle .newsLi li {
	margin-right: 13px;
}

.newsPostArticle h3,
.newsPostArticle .h3 {
	font-size: 32px;
	margin-bottom: 10px;
	color: #010101;
}

.addContactBlock {
	padding-top: 30px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 30px;
	border-radius: 0 100px 0 100px;
	line-height: 20px;
	background-color: #fff;
	max-width: 480px;
	position: relative;
	z-index: 1;
	font-size: 15px;
	margin-bottom: 25px;
}

.addContactBlock h2,
.addContactBlock .h2 {
	color: #0b0461;
	margin-bottom: 15px;
	font-size: 35px;
}

.addContactBlock p {
	margin-bottom: 55px;
}

.addContactBlock .descrWrap .addTextWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -20px;
}

.addContactBlock .descrWrap .addTextWrap .icnWrap {
	margin-right: 20px;
}

.addContactBlock .descrWrap .addTextWrap .icnWrap .fas {
	font-size: 18px;
	background-color: #f7a13c;
	border-color: #f7a13c;
	border-radius: 50%;
	padding: 16px 18px;
	color: #fff;
}

.addContactBlock .descrWrap .addTextWrap address h3,
.addContactBlock .descrWrap .addTextWrap address .h3 {
	font-size: 22px;
	margin-bottom: 0;
	position: relative;
	color: #072c94;
}

.addContactBlock .descrWrap .addTextWrap address a {
	color: #072c94;
}

.headSampleBlock {
	border-radius: 90px 0 90px 0;
	padding-top: 30px;
	padding-right: 31px;
	padding-left: 31px;
	line-height: 24px;
	background-color: #fff;
	max-width: 285px;
	font-size: 18px;
	color: #4e4e4e;
	margin-bottom: 25px;
}

.headSampleBlock p {
	margin-bottom: 30px;
}

.headSampleBlock h2,
.headSampleBlock .h2 {
	font-size: 26px;
	margin-bottom: 13px;
}

.headSampleBlock a {
	position: relative;
	background-color: #0a0360;
	border-radius: 50%;
	border-color: #0a0360;
	padding: 12px 25px;
	top: 4px;
	transition: background-color 0.3s ease;
}

.headSampleBlock a:hover{
	background-color: #fff;
}

.headSampleBlock a:hover:after{
	border-color: #0a0360;
}

.headSampleBlock a:after {
	content: "";
	border: solid #fff;
	border-width: 3px 3px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	left: 12px;
	top: 31%;
	bottom: 0;
	width: 20px;
	height: 20px;
}

.captionWrap {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 15px;
}

.captionWrap:hover .imgHolder img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.captionWrap:hover .caption .captionText {
	padding-bottom: 50px;
}

.captionWrap .imgHolder img {
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.captionWrap .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.captionWrap .caption .captionText {
	padding: 75px 30px 32px 20px;
	color: #fff;
	position: relative;
	z-index: 1;
	-webkit-transition: padding-bottom .3s ease;
	transition: padding-bottom .3s ease;
	font-size: 15px;
}

.captionWrap .caption .captionText:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0b0463;
	background: -webkit-linear-gradient(bottom, #0b0463 1%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, #0b0463 1%, rgba(255, 255, 255, 0) 100%);
	z-index: -1;
}

.captionWrap .caption .captionText h3,
.captionWrap .caption .captionText .h3 {
	color: #fff;
	font-size: 30px;
}

.sliderBlock {
	display: block;
	border-radius: 0 60px 0 60px;
	max-width: 267px;
	width: 100%;
	margin: 0 auto;
	padding: 26px 15px 24px 29px;
	font-size: 20px;
	margin-bottom: 50px;
	font-weight: 500;
	font-style: italic;
}

.sliderBlock q {
	display: block;
	margin-bottom: 30px;
}

.sliderBlock q:after,
.sliderBlock q:before {
	display: none;
	font-style: normal;
}

.sliderBlock .qoutesTextWrap {
	display: block;
	font-style: normal;
}

.sliderBlock .qoutesTextWrap .ptName {
	display: block;
	font-style: normal;
}

.sliderBlock .qoutesTextWrap .PtCount {
	display: block;
	color: #072c94;
}

.memBlockWrap {
	text-align: center;
	margin-bottom: 50px;
}

.memBlockWrap .imgHolder {
	border-radius: 100px 0 100px 0;
	margin-bottom: 23px;
}

.memBlockWrap h3,
.memBlockWrap .h3 {
	font-size: 25px;
	margin-bottom: 4px;
	color: #000;
}

.memBlockWrap strong {
	font-size: 18px;
	font-weight: 500;
}

.containerSmall {
	max-width: 1133px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.contactMethod {
	background-color: #0b0461;
	color: #fff;
	border-radius: 0 55px 0 55px;
	padding: 20px 0 40px 20px;
	position: relative;
}

.contactMethod h2,
.contactMethod .h2 {
	font-size: 30px;
	margin-bottom: 35px;
	color: #fff;
}

.contactMethod .contactList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contactMethod .contactList > li {
	width: 100%;
	color: #fff;
}

.pgNavCollapse .mainNavigation .current-menu-item{
	color: #003992;
}

.pgNavCollapse .mainNavigation .menu-item-has-children {
	position: relative;
}

.pgNavCollapse .mainNavigation .menu-item-has-children:hover .sub-menu{
	opacity: 1;
	visibility: visible;
}

.pgNavCollapse .mainNavigation .menu-item-has-children .sub-menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	list-style: none;
	min-width: 150px;
	padding-left: 20px;
	z-index: 1;
}

.pgNavCollapse .mainNavigation .menu-item-has-children .menuDropIcon {
	position: relative;
}

.pgNavCollapse .mainNavigation .menu-item-has-children >.menuDropIcon:after {
	content: "";
	border: solid #0b0461;
	border-width: 2px 2px 0 0;
	transform: rotate(135deg);
	position: absolute;
	left: 90px;
	top: 5px;
	width: 9px;
	height: 9px;
}

.ctctUsBlock {
	position: relative;
	z-index: 2;
}

.contactMethod .contactList > li:nth-child(3n) .count:after {
	display: none;
}

.contactMethod .contactList > li .count {
	border-radius: 50%;
	border: 1px solid #fff;
	padding: 12px 29px;
	font-size: 35px;
	display: inline-block;
	margin-bottom: 18px;
	color: #ffa500;
	position: relative;
}

.contactMethod .contactList > li .count:after {
	position: absolute;
	content: "";
	width: 170%;
	height: 4px;
	background: -webkit-linear-gradient(right, #0b0461 0%, #fff 100%);
	background: linear-gradient(to left, #0b0461 0%, #fff 100%);
	top: 35px;
	left: 88px;
}

.contactMethod .contactList > li .textWrap {
	line-height: 20px;
	max-width: 210px;
	font-weight: 300;
	font-size: 14px;
}

.contactMethod .contactList > li .textWrap h3,
.contactMethod .contactList > li .textWrap .h3 {
	font-size: 21px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 500;
}


.tpIntroSec {
	padding-top: 30px;

	padding-bottom: 50px;
}

.tpIntroSec .chCol6 {
	width: 100%;
}

.introTextWrap h1,
.introTextWrap .h1{
	font-size: 30px;
	margin-bottom: 22px;
}

.introTextWrap {
	padding-top: 20px;
	color: #4e4e4e;
	font-size: 15px;
	margin-bottom: 15px;
}

.introTextWrap p {
	margin-bottom: 15px;
}

.introTextWrap .apButton .btnTpEdit{
	font-size: 20px;
	font-weight: 700;
	padding: 16px 10px;
}


.trmtPostSec .chCol4{
	width: 100%;
}

.trmtPostSec {
	padding-top: 10px;
	padding-bottom: 30px;
}

.trmtTextWrap {
	color: #4e4e4e;
}

.mnHeadingWrap h2,
.mnHeadingWrap .h2 {
	font-size: 40px;
}

.headerWrap {
	max-width: 405px;
}

.mnHeadingWrap {
	color: #4e4e4e;
}

.mnHeadingWrapSm h2,
.mnHeadingWrapSm .h2{
	font-size: 40px;
	margin-bottom: 15px;
}

.mnHeadingWrapSm {
	font-size: 20px;
	margin-bottom: 10px;
}

.slicksDots {
	display: flex;
	justify-content: center;
	align-items: center;
}

.slicksDots li {
	margin-left: 10px;
	margin-right: 10px;
	width: 17px;
	height: 17px;
	background-color: #fab86b;
	border-radius: 100%;
	overflow: hidden;
	transition: all .3s ease;
}

.slicksDots li button {
	border-radius: inherit;
	border: 0;
	width: inherit;
	height: inherit;
	text-indent: -999999px;
	background-color: inherit;
	transition: background-color .3s ease;
}

.slicksDots li.slick-active {
	width: 29px;
	height: 29px;
	background-color: #f7a13c;
}

.ttsSliderSec {
	max-width: 1700px;
}

.mttTeamSec .chCol3{
	width: 100%;
}

.mttTeamSec {
	padding-bottom: 93px;
}

.mttBtnWrap {
	display: flex;
	justify-content: center;
	margin-top: 17px;
}

.iframeStyle {
	display: block;
}


.ftAsideWrap {
	padding-top: 70px;
	padding-bottom: 50px;
	background-color: #f1f5ff;
}

.ftAsideWrap .chCol6 {
	width: 100%;
}

.ftAsideWrap .colsHolder {
	align-items: center;
}

.ftInfoAsideBlock .textWrap {
	margin-bottom: 50px;
}

.ftInfoAsideBlock .textWrap .btnWidthSm {
	min-width: 280px;
	margin-top: 30px;
}

.ftCntctListWrap .colsHolder {
	align-items: flex-start;
}

.ftCntctListWrap h3,
.ftCntctListWrap .h3 {
	font-size: 20px;
}

.ftCntctListWrap .ftLinksList li {
	margin-bottom: 10px;
}


.ftFooter {
	text-align: center;
	padding: 10px 0;
}

.ftFooter strong {
	font-weight: 300;
}

.ftCntctListWrap .chCol6{
	width: 50%;
}

#multiple-seperator {
	height: 480px !important;
}



.ftInfoAsideBlock {
	font-size: 14px;
}

.ftFooter {
	font-size: 15px;
}


.ftLinksList li{
	position: relative;
}

.ftLinksList li:before{
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #000;
	margin-left: 3px;
	opacity: 0;
}

.ftLinksList li.current-menu-item:before{
	opacity: 1;
}


.ftLinksList li.current-menu-item a{
	margin-left: 15px;
	color: #0b0461;
}

.beforeAfter img {
	max-width: none;
}

.beforeAfter {
	border-radius: 0 30px 0 30px;
}

.beforeAfter i:first-child {
	border-color: #fff !important;
	border-width: 0 3px 4px 0 !important;
	padding: 4px !important;
}

.beforeAfter i + i{
	border-color: #fff !important;
	border-width: 3px 0 0 4px !important;
	padding: 4px !important;
}


.beforeAfter >div >div >div{
	position: absolute;
	width: 45px !important;
	height: 45px !important;
	border-radius: 100% !important;
	background-color: #0b0461 !important;
	border: 4px solid #fff;
	content: "";
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50% -50%) !important;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.servFdcDental {
	padding-top: 50px;
	padding-bottom: 100px;
}

.servBrdListWrap {
	margin-bottom: 18px;
}

.servBrdListWrap .breadcrumbList {
	display: flex;
	flex-wrap: wrap;
}

.servBrdListWrap .breadcrumbList li {
	display: flex;
	position: relative;
}

.servBrdListWrap .breadcrumbList li + li:before {
	display: inline-block;
	padding: 0 10px;
	color: #6c757d;
	content: "/";
}

.servBrdListWrap .breadcrumbList li >a{
	color: #534798;
	text-decoration: none;
	background-color: transparent;
}


.servFdcDental .descrWrap {
	font-size: 15px;
	color: #4e4e4e;
	margin-bottom: 30px;
}

.servFdcDental .descrWrap >p {
	margin-bottom: 15px;
}

.servFdcDental .descrWrap .descrText{
	column-count: 1;
	margin-bottom: 17px;
}

.countList {
	padding-left: 18px;
	margin: 0;
}

.descrListWrap {
	column-count: 1;
}

.descrListWrap li{
	margin-bottom: 15px;
}

.servFdcDental .descrWrap h1,
.servFdcDental .descrWrap .h1 {
	margin-bottom: 10px;
	font-size: 35px;
}


.commentForm .colsHolder {
	margin-bottom: 35px;
}


.ldnNewsBlock .headingHead h2,
.ldnNewsBlock .headingHead .h2{
	font-size: 35px;
	color: #1b262a;
}

.priceListSec {
	padding-top: 35px;
	padding-bottom: 35px;
}

.priceHeader h2,
.priceHeader .h2 {
	font-size: 55px;
	color: #0B0461;
	font-weight: 450;
	margin-bottom: 8px;
}

.priceHeader {
	font-size: 20px;
	color: #868E96;
	margin-bottom: 44px;
}

.priceHeader p {
	line-height: 30px;
}

.priceTagHeader {
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #fff;
	border-radius: 0 55px 0 55px;
	box-shadow: 0 0 25px 0 rgba(11, 4, 97, 0.25);
	text-align: center;
	margin-bottom: 24px;
}

.priceTagHeader h3,
.priceTagHeader .h3 {
	font-size: 30px;
	color: #0B0461;
	font-weight: 450;
	margin-bottom: 0;
}

.prcieTagTable {
	width: 100%;
}

.prcieTagTable thead tr th:first-child,
.prcieTagTable tbody tr td:first-child {
	width: 32%;
}

.prcieTagTable thead tr th,
.prcieTagTable tbody tr td {
	width: 17%;
	text-align: left;
	padding-left: 27px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.prcieTagTable thead tr th {
	font-size: 25px;
	font-weight: 400;
	color: #000;
}

.prcieTagTable tbody tr td:first-child {
	font-weight: 450;
}

.prcieTagTable tbody tr td {
	color: #868E96;
	font-size: 20px;
	font-weight: 400;
	vertical-align: top;
}

.prcieTagTable tbody tr td span {
	font-size: 20px;
	display: block;
	font-weight: 300;
	font-style: normal;
}

.prcieTagTable tbody tr:nth-child(odd) {
	background-color: rgba(11, 4, 97, 0.05);
}

.priceTagBlockWrap {
	margin-bottom: 100px;
}

.buttonPriceAppoint {
	margin-top: -55px;
	margin-bottom: 55px;
}

@media(max-width: 575px) {
	.trmtPostArt {
		display: flex;
		justify-content: center;
	}
	.headSampleBlock {
	  margin-left: auto;
	  margin-right: auto;
	}
	.apButton {
	  text-align: center !important;
	  padding-top: 15px;
	  padding-bottom: 15px;
	}
}

@media (min-width: 576px) {
	.headSampleWrap .headSampleBlock:nth-child(2n) {
    margin-left: 17px;
	}

	.headSampleWrap {
    display: flex;
	}

	.btnWidthLg {
    min-width: 250px;
	}

	.introTextWrap .apButton .btnTpEdit{
		font-size: 24px;
	}

	.headSampleBlock {
		margin-bottom: 25px;
	}

	.mnHeadingWrap h2,
	.mnHeadingWrap .h2 {
		font-size: 50px;
	}

	.sliderBlock {
    max-width: 377px;
  }

  .contactMethod {
		border-radius: 0 85px 0 85px;
		padding: 20px 0 40px 30px;
	}

	.contactMethod .contactList > li .textWrap h3,
	.contactMethod .contactList > li .textWrap .h3 {
		font-size: 21px;
	}

	.contactMethod .contactList > li .count:after {
		width: 80%;
	}

	.contactMethod h2,
	.contactMethod .h2 {
		font-size: 45px;
		text-align: left;
	}

	.contactMethod .contactList > li {
		width: 33.3333%;
	}

	.contactMethod .contactList > li .textWrap {
		max-width: 210px;
	}

	.trmtPostSec .chCol4{
		width: 50%;
	}

	.addContactBlock {
		padding-top: 80px;
		padding-right: 65px;
		padding-left: 65px;
		padding-bottom: 56px;
		line-height: 28px;
		font-size: 20px;
	}

	.addContactBlock h2,
	.addContactBlock .h2 {
		margin-bottom: 30px;
		font-size: 50px;
	}

	.addContactBlock .descrWrap .addTextWrap .icnWrap .fas {
		font-size: 25px;
	}

	.addContactBlock .descrWrap .addTextWrap address h3,
	.addContactBlock .descrWrap .addTextWrap address .h3 {
		font-size: 24px;
	}

	.ftInfoAsideBlock {
		font-size: 18px;
	}

	.ftCntctListWrap h3,
	.ftCntctListWrap .h3 {
		font-size: 23px;
	}

	.ftInfoAsideBlock .textWrap .btnWidthSm {
		min-width: 300px;
	}

	.ftFooter {
		font-size: 20px;
	}

	.beforeAfter {
		border-radius: 0 70px 0 70px;
	}

	.beforeAfter i:first-child {
		padding: 7px !important;
	}

	.beforeAfter i + i{
		padding: 7px !important;
	}


	.beforeAfter >div >div >div{
		width: 90px !important;
		height: 90px !important;
	}
}


@media (min-width: 768px) {
	.phTopBar .chCol4 {
		width: 25%;
	}

	.phTopBar .chCol8 {
		width: 75%;
	}

	.phTopBar .logo {
		width: 140px;
	}

	.phTopBar .infoTopList {
		font-size: 13px;
	}

	.phTopBar .infoTopList > li + li {
		margin-left: 15px;
	}

	.mainNavigation > .subMenu:hover .childList {
		opacity: 1;
		visibility: visible;
		top: 100%;
	}

	.childList {
		max-height: unset;
		position: absolute;
		opacity: 0;
		visibility: hidden;
		top: calc(100% - 10px);
		left: 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	.pgNavCollapse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.menuBtn {
		display: none;
	}

	.pgNavCollapse .mainNavigation .menu-item-has-children > .menuDropIcon::after {
		left: 80px;
	}

	.tpIntroSec {
		padding-top: 30px;
		padding-bottom: 50px;
		background-color: transparent!important;
	}

	.introTextWrap h1, .introTextWrap .h1 {
    font-size: 40px;
    margin-bottom: 22px;
	}

	.introTextWrap p {
    margin-bottom: 15px;
	}

	.introTextWrap {
    margin-bottom: 20px;
    font-size: 15px;
	}

	.tpIntroSec .chCol6 {
		width: 50%;
	}

	.headSampleWrap {
		display: flex;
	}

	.headSampleWrap .headSampleBlock:nth-child(2n) {
    margin-left: 17px;
	}

	.btnWidthLg {
    min-width: 332px;
	}

	.tpIntroSec .colsHolder {
		flex-direction: row-reverse;
	}

	.captionWrap {
		margin-bottom: 10px;
	}

	.trmtPostSec .chCol4{
		width: 33.333%;
	}

	.trmtPostSec {
		padding-top: 130px;
		padding-bottom: 100px;
	}

	.trmtPostBlock{
		margin-top: -106px;
	}

	.sliderBlock {
    max-width: 350px;
		font-size: 24px;
	}

	.mnHeadingWrapSm {
		font-size: 25px;
		margin-bottom: 30px;
	}

	.mnHeadingWrapSm h2,
	.mnHeadingWrapSm .h2{
		font-size: 50px;
		margin-bottom: 20px;
	}

	.slicksDots li {
		margin-left: 13px;
		margin-right: 13px;
	}

	.mttTeamSec .chCol3{
		width: 25%;
	}

	.contactMethod .contactList > li .textWrap {
		max-width: 210px;
	}

	.contactMethod .contactList > li .count:after {
		width: 170%;
	}

	.contactMethod .contactList > li .textWrap h3,
	.contactMethod .contactList > li .textWrap .h3 {
		font-size: 25px;
	}

	.contactMethod {
		padding: 20px 0 100px 30px;
	}

	.contactMethod h2,
	.contactMethod .h2 {
		font-size: 45px;
		margin-bottom: 35px;
	}

	.ftAsideWrap .chCol6 {
		width: 50%;
	}

	.addContactBlock {
		max-width: 480px;
		margin-top: -140px;
	}

	.ftInfoAsideBlock .textWrap {
		margin-bottom: 100px;
	}

	.btnWidthSm {
		min-width: 245px;
	}
	.beforeAfter {
		margin-left: 30px;
		margin-right: 30px;
	}

	.addContactBlock h2,
	.addContactBlock .h2 {
		font-size: 40px;
	}

	.addContactBlock {
		font-size: 17px;
	}

	.headSampleBlock h2,
	.headSampleBlock .h2 {
		font-size: 16px;
	}

	.addContactBlock .descrWrap .addTextWrap address h3,
	.addContactBlock .descrWrap .addTextWrap address .h3 {
		font-size: 21px;
	}

	.servFdcDental .descrWrap {
		font-size: 18px;
	}

	.servFdcDental .descrWrap h1,
	.servFdcDental .descrWrap .h1 {
		font-size: 54px;
		margin-bottom: 40px;
	}

	.servFdcDental .descrWrap .descrText{
		column-count: 2;
	}

	.servFdcDental .descrWrap >p {
		margin-bottom: 34px;
	}

	.descrListWrap {
    column-count: 2;
	}

	.clientQuoteWrap {
		padding-left: 90px;
		padding-right: 90px;
		font-size: 18px;
		margin-bottom: 105px;
		margin-top: 105px;
	}

	.commentForm .chCol6 {
		width: 50%;
	}

	.formBtnWrap .btnPillComt {
		min-width: 345px;
	}

	.imgHolderContent {
		margin-bottom: 75px;
	}

	.commentForm .colsHolder {
		margin-bottom: 35px;
	}

	.ldnDentalPost .chCol4{
		width: 33.333%;
	}

	.ldnNewsBlock .headingHead h2,
	.ldnNewsBlock .headingHead .h2{
		font-size: 52px;
	}

	.newsPostArticle .newsLi li {
		margin-right: 10px;
	}

	.newsPostArticle {
		font-size: 16px;
	}

	.commentForm {
		margin-bottom: 190px;
	}

	.newsPostArticle h3,
	.newsPostArticle .h3 {
		font-size: 25px;
	}

	.newsPostArticle .newsLi {
		font-size: 16px;
	}

	.servFdcDental {
		padding-bottom: 200px;
	}

	.priceTagHeader h3,
	.priceTagHeader .h3 {
		font-size: 52px;
	}
}


@media (min-width: 992px) {
	.phTopBar .chCol4 {
		width: 30%;
	}

	.phTopBar .chCol8 {
		width: 70%;
	}

	.phTopBar .logo {
		width: 100%;
	}

	.phTopBar .infoTopList {
		font-size: 14px;
	}

	.phTopBar .infoTopList > li + li {
		margin-left: 24px;
	}

	.mainNavigation > li {
		margin-right: 35px;
	}

	.pgNavCollapse .mainNavigation .menu-item-has-children > .menuDropIcon::after {
		left: 85px;
	}

	.tpIntroSec {
		padding-top: 90px;
		padding-bottom: 70px;
	}

	.introTextWrap h1, .introTextWrap .h1 {
    font-size: 50px;
    margin-bottom: 35px;
	}

	.introTextWrap p {
    margin-bottom: 35px;
	}

	.introTextWrap {
    margin-bottom: 80px;
    font-size: 18px;
	}

	.mnHeadingWrap h2,
	.mnHeadingWrap .h2 {
		font-size: 60px;
	}

	.trmtPostSec {
		padding-top: 130px;
	}

	.trmtPostBlock{
		margin-top: -106px;
	}

	.captionWrap .caption .captionText h3, .captionWrap .caption .captionText .h3 {
    font-size: 40px;
	}

	.captionWrap .caption .captionText {
    font-size: 20px;
	}

	.sliderBlock {
		max-width: 537px;
	}

	.sliderBlock {
    max-width: 300px;
		padding: 41px 18px 28px 29px;
		font-size: 22px;
	}

	.mnHeadingWrapSm {
		font-size: 30px;
		margin-bottom: 40px;
	}

	.mnHeadingWrapSm h2,
	.mnHeadingWrapSm .h2{
		font-size: 60px;
		margin-bottom: 40px;
	}

	.contactMethod {
		padding: 50px 0 70px 50px;
	}

	.contactMethod .contactList > li .textWrap {
		font-size: 15px;
		max-width: 280px;
	}

	.contactMethod .contactList > li .count:after {
		width: 270%;
	}

	.contactMethod h2,
	.contactMethod .h2 {
		font-size: 59px;
		margin-bottom: 53px;
	}

	.btnWidthSm {
		min-width: 265px;
	}

	.addContactBlock h2,
	.addContactBlock .h2 {
		font-size: 50px;
	}

	.addContactBlock {
		font-size: 20px;
	}

		.headSampleBlock h2,
	.headSampleBlock .h2 {
		font-size: 26px;
	}

	.addContactBlock .descrWrap .addTextWrap address h3,
	.addContactBlock .descrWrap .addTextWrap address .h3 {
		font-size: 24px;
	}

	.servFdcDental .descrWrap h1,
	.servFdcDental .descrWrap .h1 {
		font-size: 64px;
	}

	.newsPostArticle h3,
	.newsPostArticle .h3 {
		font-size: 32px;
	}

	.newsPostArticle .newsLi li {
		margin-right: 23px;
	}

	.newsPostArticle .newsLi {
		font-size: 18px;
	}

	.newsPostArticle {
		font-size: 18px;
	}

	.commentForm .headingHead h2,
	.commentForm .headingHead .h2{
		font-size: 40px;
	}

	.prcieTagTable thead tr th:first-child,
	.prcieTagTable tbody tr td:first-child {
		width: 42%;
		padding-right: 80px;
	}

	.prcieTagTable thead tr th,
	.prcieTagTable tbody tr td {
		width: 12%;
	}

}

@media (min-width: 1200px) {
	.phTopBar .infoTopList {
		font-size: 17px;
	}

	.phTopBar .infoTopList > li + li {
		margin-left: 34px;
	}

	.mainNavigation > li {
		margin-right: 69px;
	}

	.introTextWrap h1, .introTextWrap .h1 {
    font-size: 70px;
    margin-bottom: 52px;
	}

	.introTextWrap p {
    margin-bottom: 72px;
	}

	.introTextWrap {
    margin-bottom: 80px;
	}

	.mnHeadingWrap h2,
	.mnHeadingWrap .h2 {
		font-size: 84px;
		margin-bottom: 10px;
	}

	.trmtTextWrap p{
		margin-bottom: 65px;
	}

	.trmtTextWrap {
		margin-top: -37px;
	}

	.trmtPostSec {
		padding-top: 226px;
	}

	.sliderBlock {
    max-width: 370px;
		font-size: 25px;
	}

	.mnHeadingWrapSm h2,
	.mnHeadingWrapSm .h2{
		font-size: 72px;
		margin-bottom: 44px;
	}

	.mnHeadingWrapSm {
		font-size: 30px;
		margin-bottom: 110px;
	}

	.slicksDots li {
		margin-left: 17px;
		margin-right: 17px;
	}

	.contactMethod {
		padding: 120px 0 110px 60px;
	}

	.contactMethod .contactList > li .textWrap {
		font-size: 20px;
		max-width: 350px;
	}

	.contactMethod .contactList > li .count:after {
		width: 340%;
	}

	.contactMethod .contactList > li .textWrap h3,
	.contactMethod .contactList > li .textWrap .h3 {
		font-size: 31px;
	}

	.servFdcDental .descrWrap h1,
	.servFdcDental .descrWrap .h1 {
		font-size: 84px;
	}

	.priceHeader h2,
	.priceHeader .h2 {
		font-size: 75px;
		margin-bottom: 28px;
	}

	.priceHeader {
		margin-bottom: 84px;
	}

	.priceTagHeader {
		padding-top: 19px;
		padding-bottom: 19px;
	}

	.prcieTagTable tbody tr td {
		font-size: 25px;
	}
}

@media (min-width: 1440px) {
	.sliderBlock {
    max-width: 450px;
		padding: 43px 20px 32px 31px;
		font-size: 30px;
	}
}

@media (min-width: 1920px) {
	.sliderBlock {
    max-width: 540px;
    padding: 53px 40px 52px 51px;
  }
}

@media (max-width: 767px) {
	.btnWidthSm {
		min-width: 210px;
	}

	.phTopBar .infoTopList {
		display: none;
	}

	.tpNavBar .btnHeaderWrap {
		float: left;
	}

	.tpNavBar .btnHeaderWrap .btnWidthSm {
		padding: 10px 10px;
	}

	.mainNavigation {
		display: block;
		text-align: left;
		font-size: 20px;
	}

	.mainNavigation > li {
		margin-right: 0;
	}

	.mainNavigation > li a {
		padding: 7px 15px;
	}

	.mainNavigation > li a:hover {
		color: #fff;
		background-color: #0b0461;
	}

	.mainNavigation > .subMenu {
		padding-right: 0;
	}

	.mainNavigation > .subMenu > a:after {
		right: 235px;
		top: 16px;
	}

	.mainNavigation > .subMenu > a:hover:after {
		color: #fff;
	}

	.pgNavCollapse {
		position: absolute;
		top: -20px;
		left: 0;
		display: block;
		width: 100%;
		background-color: #fff;
		text-align: center;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .35s ease, visibility .35s ease;
		transition: opacity .35s ease, visibility .35s ease;
		padding-bottom: 15px;
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transition: all .3s linear 0s;
		transition: all .3s linear 0s;
	}

	.pgNavCollapse.menuOpen {
		opacity: 1;
		visibility: visible;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		z-index: 5;
	}

	/* .active {
		background-color: #0b0461;
		color: #fff;
	} */

	.pgNavCollapse .mainNavigation .menu-item-has-children >.menuDropIcon:after {
		top: -4px;
	}

	.mainNavigation .menu-item-has-children:hover .menuDropIcon:after {
		border-color: #fff;
	}

	.menuDropIcon:hover:after {
		border-color: #fff;
	}

	.pgNavCollapse .mainNavigation .menu-item-has-children .sub-menu {
		position: relative;
	}

	.priceTagTableWrap {
		overflow-x: auto;
	}

	.prcieTagTable {
		min-width: 720px;
	}
}


@media (max-width: 800px) {
  .vsplitter, .hsplitter {
    display: none;
  }
  .vsplitter,
  .splitter_panel,
  .right_panel,
  .left_panel,
  .top_panel,
  .bottom_panel,
  .horizontal_panel,
  .vertical_panel,
  .hsplitter {
    position: static !important;
    height: auto !important;
    width: auto !important;
  }
}
/*  SVG logo width set */
.phTopBar .logo {
  max-width: 202px !important;
}

.slickPrev,
.slickNext {
	position: absolute;
	content: "";
	border: solid #000;
	border-width: 1px 1px 0 0;
	width: 30px;
	height: 30px;
	top: 50%;
	transform: translateY(-50%)
	z-index: 1;
	margin-top: -85px;
}

.slickPrev,
.slickPrevi {
	left: -30px;
	transform: rotate(-135deg);
}

.slickNext,
.slickNexti {
	right: -30px;
	transform: rotate(45deg);
}


.slickPrevi,
.slickNexti {
	position: absolute;
	content: "";
	border: solid #000;
	border-width: 1px 1px 0 0;
	width: 30px;
	height: 30px;
	top: 50%;
	transform: translateY(-50%)
	z-index: 1;
	margin-top: -35px;
}


.tstSliderWrap,
.teamSliderWrap {
	margin-left: -20px;
	margin-right: -20px;
}

.tstSliderItem,
.teamSliderItem {
	padding-right: 20px;
	padding-left: 20px;
}


@media (min-width: 1440px) {
	.slicksDots {
		display: none !important;
	}
}

@media (max-width: 1439px) {
	.slicksDots {
		display: flex !important;
	}

	.slickPrevi,
	.slickNexti {
		display: none;
	}

	.slickPrev,
	.slickNext {
		display: none;
	}
}
.search_row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
}
.search_row .frame .imgbox img {
  max-width: 100% !important;
border-radius: 0 80px;
}
h1.search_results_heading {
  font-size: 45px;
}
@media only screen and (max-width:890px) {
  .search_row {
  grid-template-columns: 1fr 1fr;
}
}
@media only screen and (max-width:600px) {
  .search_row {
  grid-template-columns: 1fr;
}
}
@media only screen and (max-width: 480px) {
	body .tdt-slider h1, body .tdt-slider h3, body .tdt-slider p, body .tdt-slider span {
		font-size: 10px !important;
	}
	body .tdt-slider .tdt-slider-heading {
		font-size: 45px !important;
	}
}
