/*-----------------------------------------------------------------------------------
Theme Name: Premier Podiatry
Theme URI: https://www.premier-podiatry.com/
Description: This is Version College web site. 
Author: Premier Podiatry
Author URI: https://www.premier-podiatry.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0

-----------------------------------------------------------------------------------

1. Typography
2. Header Area 
3. Iteam Area
4. Footer Area

-----------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Century751 BT';
	src: url('fonts/Century751BT-ItalicB.woff2') format('woff2'),
		url('fonts/Century751BT-ItalicB.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Century 751';
	src: url('fonts/Century751BT-BoldB.woff2') format('woff2'),
		url('fonts/Century751BT-BoldB.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Century751 BT';
	src: url('fonts/Century751BT-RomanB.woff2') format('woff2'),
		url('fonts/Century751BT-RomanB.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Silently FREE';
	src: url('fonts/SilentlyFREE.woff2') format('woff2'),
		url('fonts/SilentlyFREE.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Silently FREE';
	src: url('fonts/SilentlyFREE.woff2') format('woff2'),
		url('fonts/SilentlyFREE.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*----------------------------------
1. TYPOGRAPHY
---------------------------------- */

/*Video Popup Start----*/
.video-popup {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	z-index: 999999;
	display: none;
	bottom: 0;
	right: 0;
}
.video-popup.show{
	display: block;
}
.video-popup.unexpendPopup {
	max-width: 320px;
	bottom: 40px;
	right: 40px;
	aspect-ratio: 16/9;
	height: unset;
}
.video-popup.unexpendPopup .iframe-wrapper {
	width: 100%;
}
.iframe-wrapper {
	width: 50%;
	position: absolute;
	margin: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	aspect-ratio: 16/9;
}
.video-popup #iframeHolder {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
}
.video-popup iframe {
	width: 100%;
	height: 100%;
}
.close-video, .expand {
	width: 40px;
	height: 40px;
	background: #fff;
	display: block;
	border-radius: 100%;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	z-index: 99;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.expand {
	right: 30px;
}
.video-close-icon {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.video-close-icon::before {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.video-close-icon::after {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media all and (max-width: 768px){
	.iframe-wrapper {
		width: 80%;
	}
}
/*Video Popup End----*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Century751 BT';
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	background: #FFFFFF;
	width: calc(100% - 100px);
	margin-right: auto;
}

a {
	text-decoration: none;
	display: inline-block;
}
a:hover {
	text-decoration: none;
}
button {
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
}
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
}
input {
	border: none;
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	max-width: 100%
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
button:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.text-center {
	text-align: center;
}
.text-right {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-s {
	max-width: 1396px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-h {
	max-width: 1650px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-i {
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.default-btn {
	position: relative;
	z-index: 99;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	line-height: normal;
	text-align: center;
	color: #222;
	text-transform: uppercase;
	background: -o-linear-gradient(134deg,#fff 0%, #fff 20.24%, #a0a0a0 63.6%, #e0e0e0 100%);
	background: linear-gradient(316deg,#fff 0%, #fff 20.24%, #a0a0a0 63.6%, #e0e0e0 100%);
	border: 1px solid #e2e2e2;
	padding: 25px 30px;
	border-radius: 5px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.default-btn:hover {
	background: -o-linear-gradient(143deg,#fff -1%, #fff -35.76%, #a0a0a0 -14.4%, #e0e0e0 -29%);
	background: linear-gradient(307deg,#fff -1%, #fff -35.76%, #a0a0a0 -14.4%, #e0e0e0 -29%);
}
.overflow-auto {
	overflow: auto;
}
.sec-m {
	margin-top: 110px;
	margin-bottom: 110px;
}
.sec-p {
	padding-top: 110px;
	padding-bottom: 110px;
}
.heading {
	font-weight: normal;
	font-size: 54px;
	line-height: normal;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 23px;
	border-bottom: 1px solid #000000;
	position: relative;
	z-index: 2;
}
.heading span {
	font-family: "Silently FREE";
	font-weight: normal;
	font-size: 69px;
	line-height: normal;
	text-transform: capitalize;
	color: #00b7bd;
	display: block;
}
.heading::after {
	content: '';
	position: absolute;
	bottom: -23px;
	left: 0;
	right: 0;
	margin: auto;
	width: 23px;
	height: 23px;
	background: #000;
}
.single-tab {
	display: none;
}
.single-tab:first-child {
	display: block;
}
.default-dots .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 35px;
	position: relative;
}
.default-dots .slick-dots::after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 11px;
	left: 0;
	right: 0;
	margin: auto;
	width: 500px;
	height: 4px;
	background: url('images/sp.svg') no-repeat;
	background-position: bottom -6px left 0;
}
.default-dots .slick-dots li button {
	position: relative;
	z-index: 3;
	display: block;
	font-size: 0;
	width: 27px;
	height: 27px;
	background: #fff;
	border: 1px solid #0f1010;
	border-radius: 50%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.default-dots .slick-dots li.slick-active button {
	background: #00B7BD;
}
.z-index {
	position: relative;
	z-index: 8;
}
.bg-white {
	background: #FFF;
}
.mb {
	margin: 70px 0;
}
/* typography end */
/*----------------------------------
1. HEADER AREA START
---------------------------------- */
.main-header {
	background: #FFF;
	padding-top: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: sticky;
	top: 0;
	z-index: 999;
}
.main-header.home {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: calc(100% - 100px);
	background: #00000017;
}
.main-header.home.fixed {
	background: #000;
	/*-webkit-box-shadow: 0 0 5px #d2d2d2;
	box-shadow: 0 0 5px #d2d2d2;*/
}
.header-wrap {
	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;
}

.header-link ul li a:hover {
	text-decoration: underline;
}
/*.header-link ul li.loca::before,
.main-header.home.fixed .header-link ul li.loca::before {
-webkit-filter: brightness(0);
filter: brightness(0);
}
.main-header.home.fixed .header-link ul li, 
.main-header.home.fixed .header-link ul li a {
color: #000;
}
.main-header.home.fixed .header-left a img {
-webkit-filter: brightness(0);
filter: brightness(0);
} */
/* heder left  */
.header-link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
/* header right  */
.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.header-link ul li.loca {
	position: relative;
	padding-left: 20px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #000000;
}
.main-header.home .header-link ul li.loca {
	border-color: #FFF;
}
.header-link ul li.loca::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 18px;
	height: 19px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -289px;
}
.main-header.home .header-link ul li.loca::before {
	-webkit-filter: unset;
	filter: unset;
}
.header-link ul li.loca a {
	margin-left: 20px;
}
.header-link ul li,
.header-link ul li a {
	font-size: 16px;
	line-height: 35px;
	color: #000000;
	text-transform: uppercase;
}
.main-header.home .header-link ul li,
.main-header.home .header-link ul li a {
	color: #FFF;
}
.header-link ul li a:hover {
	color: #000000;
}
/* header btn  */
.header-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.header-btn .btn {
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #222;
	text-transform: uppercase;
	padding: 25px 25px 25px 50px;
	border-radius: 5px;
	border: 1px solid #e2e2e2;
	position: relative;
	background: -o-linear-gradient(134deg,#fff 0%, #fff 20.24%, #a0a0a0 63.6%, #e0e0e0 100%);
	background: linear-gradient(316deg,#fff 0%, #fff 20.24%, #a0a0a0 63.6%, #e0e0e0 100%);
}
.header-btn .btn:hover {
	background: -o-linear-gradient(143deg,#fff -1%, #fff -35.76%, #a0a0a0 -14.4%, #e0e0e0 -29%);
	background: linear-gradient(307deg,#fff -1%, #fff -35.76%, #a0a0a0 -14.4%, #e0e0e0 -29%);
}
.header-btn .btn::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	width: 30px;
	height: 30px;
	background: url('images/sp.svg') no-repeat;
}
.header-btn .btn.call::before {
	background-position: top -73px left -80px;
}
.header-btn .btn.book::before {
	background-position: top -73px left -147px;
	left: 14px;
}
/* header mobile bars  */
.mobile-bras {
	position: fixed;
	z-index: 9999;
	top: 50px;
	right: 15px;
	padding: 9px 0;
	width: 65px;
	border-top: 1px solid #00B7BD;
	border-bottom: 1px solid #00B7BD;
	cursor: pointer;
}
.mobile-bras span {
	font-size: 14px;
	line-height: normal;
	color: #fff;
	position: relative;
	display: block;
}
.mobile-bras span::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 18px;
	height: 1px;
	background: #00B7BD;
}
.mobile-bras.active span::after {
	content: 'CLOSE';
	font-size: 15px;
	font-weight: bold;
	color: #e60000;
	top: -20px;
	left: -7px;
	width: 0;
	-webkit-transform: translateX(-25px);
	-ms-transform: translateX(-25px);
	transform: translateX(-25px);
}
.mobile-bras.active span {
	font-size: 0;
	height: 16px;
}
/* on-this page scroll bar  */
.progress-area {
	width: 100%;
	height: 5px;
	background: transparent;
}
.progress {
	width: 0;
	height: 5px;
	background: #FF9D00;
}

.on-this-page-top {
	background: #00b7bd;
	padding: 14px 0;
}
.on-this-page-topcon p {
	font-family: Arial;
	font-weight: normal;
	font-size: 16px;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-right: 25px;
	cursor: pointer;
	display: inline-block;
}
.on-this-page-topcon p::after {
	content: '+';
	position: absolute;
	top: -4px;
	right: 0;
	font-size: 22px;
	color: #FFF;
	font-weight: lighter;
}
.on-this-page-topcon p.rotate::after {
	content: '-';
	top: -5px;
}
.on-this-page-content {
	display: none;
}
.on-this-page-content-wraper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0px;
	margin-top: 20px;
	list-style: disc;
	color: #fff;
}
.on-this-page-content-wraper ul li {
	margin-left: 20px;
}
.on-this-page-content-wraper ul li a {
	font-family: Arial;
	font-size: 14px;
	line-height: normal;
	color: #fff;
}
.on-this-page-content-wraper ul li a.active {
	color: #197184;
}
/* Main Menu Area  */
/* Side Bar Nav --------------- */
.side-nav-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 999;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
	opacity: 0;
}
.side-nav-area.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.side-nav-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 100px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* left  */
.side-nav-left {
	width: 350px;
	background: #000000;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
}
.side-nav-logo {
	text-align: center;
	background: #00ADB5;
	padding: 20px;
	width: 100%;
}
.side-nav-logo a img {
	-webkit-filter: brightness(10);
	filter: brightness(10);
}
/* link  */
.side-social-link ul li button {
	width: 46px;
	height: 46px;
	display: block;
	background: url('images/sp.svg') no-repeat;
	margin-bottom: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.side-social-link ul li button:hover {
	-webkit-filter: brightness(.5);
	filter: brightness(.5);
}
.side-social-link ul li .facebook {
	background-position: top -176px left -351px;
}
.side-social-link ul li .insta {
	background-position: top -176px left -453px;
}
/* copy  */
.side-navs-copy {
	text-align: center;
	padding: 10px;
}
.side-navs-copy p,
.side-navs-copy button {
	color: #FFF;
	font-size: 18px;
	line-height: 1.5;
}
.side-navs-copy button {
	text-decoration: underline;
}
.side-navs-copy button:hover {
	text-decoration: none;
}
/* side bar nav  */
.side-bar-nav-area {
	padding: 50px;
	width: 100%;
	height: 100%;
}
.main-side-nav ul {
	max-width: 450px;
}
.main-side-nav ul li {
	padding: 10px 15px;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.main-side-nav ul li:hover a {
	color: #FFF;
}
.main-side-nav ul li:hover::after {
	width: 100%;
}
.main-side-nav > ul > li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #00B7BD;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: -1;
}
.main-side-nav ul li a {
	font-size: 32px;
	text-transform: uppercase;
	color: #181818;
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
/* Side bar Drop Down Menu  */
.main-side-nav ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	background: #181818;
	min-width: 300px;
	padding: 15px;
	border-radius: 2px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.main-side-nav ul li:hover ul {
	opacity: 1;
	visibility: visible;
} 
.main-side-nav ul ul li {
	padding: 5px 0;
}
.main-side-nav ul ul li a {
	color: #FFF;
	font-size: 18px;
}
.main-side-nav ul ul li:hover {
	padding-left: 5px;
}
/* drop down arrow  */
.main-side-nav ul li.menu-item-has-children::before {
	content: '';
	position: absolute;
	top: 25px;
	right: 20px;
	border: 8px solid transparent;
	border-left-color: #181818;
}
.main-side-nav ul li:hover::before {
	border-left-color: white;
}
/* Banner Side Bar ------ */
.banner-side-bar {
	width: 100px;
	height: 100%;
	position: fixed;
	z-index: 99;
	right: 0;
	top: 0;
	background: #000;
}
.banner-side-wrp {
	text-align: center;
}
.banner-side-wrp p {
	font-size: 14px;
	letter-spacing: 0.3em;
	line-height: normal;
	color: #fff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: auto;
	padding-bottom: 200px;
}
.banner-side-wrp ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 28px;
	padding-top: 80px;
	margin-top: 30px;
	position: relative;
}
.banner-side-wrp ul::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 50px;
	background: #00B7BD;
}
.banner-side-wrp ul li button {
	width: 50px;
	height: 50px;
	display: block;
	margin: auto;
	background: url('images/sp.svg') no-repeat;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}
.banner-side-wrp ul li button:hover {
	-webkit-transform: scale(1.1) rotate(-15deg);
	-ms-transform: scale(1.1) rotate(-15deg);
	transform: scale(1.1) rotate(-15deg);
}
.banner-side-wrp ul li .face {
	background-position: top -174px left -349px;
}
.banner-side-wrp ul li .insta {
	background-position: top -175px left -451px;
}
.banner-side-wrp .scroll {
	font-size: 14px;
	letter-spacing: 0.3em;
	line-height: normal;
	color: #fff;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-writing-mode: tb;
	-ms-writing-mode: tb;
	writing-mode: tb;
	margin-top: 60px;
	position: relative;
}
.banner-side-wrp .scroll::after {
	content: '';
	position: absolute;
	bottom: 120px;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 130px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -169px right -37px;
	-webkit-animation: up-down linear 4s;
	animation: up-down linear 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes up-down{
	0% {
		-webkit-transform:  translate(1px,20px)  ;
		transform:  translate(1px,20px)  ;
	}
	24% {
		-webkit-transform:  translate(1px,30px)  ;
		transform:  translate(1px,30px)  ;
	}
	50% {
		-webkit-transform:  translate(1px,12px)  ;
		transform:  translate(1px,12px)  ;
	}
	74% {
		-webkit-transform:  translate(1px,22px)  ;
		transform:  translate(1px,22px)  ;
	}
	100% {
		-webkit-transform:  translate(1px,22px)  ;
		transform:  translate(1px,22px)  ;
	}
}
@keyframes up-down{
	0% {
		-webkit-transform:  translate(1px,20px)  ;
		transform:  translate(1px,20px)  ;
	}
	24% {
		-webkit-transform:  translate(1px,30px)  ;
		transform:  translate(1px,30px)  ;
	}
	50% {
		-webkit-transform:  translate(1px,12px)  ;
		transform:  translate(1px,12px)  ;
	}
	74% {
		-webkit-transform:  translate(1px,22px)  ;
		transform:  translate(1px,22px)  ;
	}
	100% {
		-webkit-transform:  translate(1px,22px)  ;
		transform:  translate(1px,22px)  ;
	}
}
/* Banner Section  ---------------- */
.banner-section {
	padding-top: 230px;
	padding-bottom: 110px;
	position: relative;
	z-index: 2;
}
.banner-section::after, 
.banner-section::before {
	content: '';
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
}
.banner-section::before {
	left: 0;
	background: #000000 url('images/bannerLeftBg.jpg') no-repeat;
}
.banner-section::after {
	right: 0;
	background: -o-radial-gradient(circle, #006279 0%, #00b7bd 44.55%, rgba(0, 183, 189, 0.13) 119%);
	background: radial-gradient(circle, #006279 0%, #00b7bd 44.55%, rgba(0, 183, 189, 0.13) 119%);
}
.banner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.banner-wrap > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
/* banner left  */
.banner-left {
	position: relative;
	z-index: 3;
}
.banner-left .banner-title {
	font-weight: normal;
	font-size: 38px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin-bottom: 60px;
}
.banner-left .banner-title span {
	font-size: 99px;
	line-height: 122px;
	color: #fff;
	display: block;
	margin-top: 10px;
}
.banner-left .banner-btm-title {
	font-size: 38px;
	line-height: 50px;
	color: #fff;
	display: block;
	margin-bottom: 35px;
	text-transform: uppercase;
}
.banner-left p {
	font-size: 20px;
	line-height: 31px;
	color: #fff;
	max-width: 435px;
	width: 100%;
}
.banner-btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	margin-top: 30px;
}
/* banner right  */
.banner-right {
	position: relative;
	z-index: 2;
}
.banner-right img {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -110px;
}
/* banner review  */
.banner-review {
	position: absolute;
	bottom: -30px;
	right: 0;
	max-width: 475px;
	width: 100%;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.83)), to(#fff));
	background: -o-linear-gradient(rgba(255, 255, 255, 0.83) 0%, #fff 100%);
	background: linear-gradient(rgba(255, 255, 255, 0.83) 0%, #fff 100%);
	padding: 40px 40px 40px 95px;
}
.banner-review .star {
	font-size: 20px;
	color: #F4AE11;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	position: relative;
	padding-left: 45px;
	margin-bottom: 30px;
}
.banner-review .star::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 29px;
	height: 24px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -72px left -225px;
}
.banner-review .star p {
	font-weight: normal;
	font-size: 18px;
	line-height: normal;
	color: #222;
	margin: 0;
}
.banner-review p {
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	line-height: 28px;
	color: #222;
	margin-bottom: 20px;
}
.banner-review .name {
	font-size: 18px;
	line-height: normal;
	color: #222;
}
/* banner bg  */
.banner-bg {
	position: absolute;
	top: 37%;
	left: 0;
	width: 100%;
	height: 350px;
	background: url('images/bannerBg.png') no-repeat;
}
/* banner button  */
.banner-section .video-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.video-play-button {
	z-index: 10;
	width: 95px;
	height: 95px;
	background: #000000;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 0px 25px rgba(34,85,85,0.2);
	box-shadow: 0px 0px 0px 25px rgba(34,85,85,0.2);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.video-play-button:hover {
	background: #00B7BD;
}
.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: calc(100% + 30px);
	height: calc(100% + 30px);
	background: rgb(255 255 255 / 20%);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button::after {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0px left -413px;
}
@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
/* Brand Logo Section   */
.brand-logo-con {
	max-width: 1600px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
}
.brand-logo-con h3 {
	font-size: 27px;
	line-height: 35px;
	text-align: center;
	color: #222;
	text-transform: uppercase;
	margin: 30px 0;
}
.brand-logo {
	height: 45px;
	min-width: 1570px;
	background: url('images/brandLogo.png') no-repeat;
	background-position: center;
}
/* Start Here Section   */
.start-here-sec {
	background: url('images/startHereBg.jpg') no-repeat;
	background-position: top right;
}
.start-here {
	margin-top: 70px;
}
.start-here h1 {
	font-weight: normal;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	color: #000;
}
.start-here h2 {
	font-weight: normal;
	font-size: 24px;
	line-height: 41px;
	text-align: center;
	color: #000;
	margin-top: 8px;
}
.start-here-wrp {
	max-width: 1180px;
	width: 100%;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
}
.start-here-wrp > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
/* left  */
.start-here-left img {
	width: 100%;
}
.start-here-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
	margin: 40px 0;
}
.start-here-logo div {
	width: 176px;
	height: 76px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
	background: #FFF url('images/hereLogo.png') no-repeat;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.start-here-logo .one {
	background-position: top 15px left 15px;
}
.start-here-logo .two {
	background-position: top 18px left -172px;
}
.start-here-logo .three {
	background-position: top 17px left -369px;
}
.start-here-logo .four {
	background-position: top -76px left 19px;
}
.start-here-logo .five {
	background-position: top -73px left -172px;
}
.start-here-logo .six {
	background-position: top -74px left -365px;
}
/* right  */
.start-here-right p {
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
	color: #000;
	text-align: justify;
}
.start-here-right p + p {
	margin-top: 40px;
}
/* Adult and Section  */
.adult-and-sec {
	background: url('images/adultBg.png') no-repeat;
	position: relative;
	z-index: 2;
}
.adult-and-sec::before {
	content: '';
	position: absolute;
	top: 417px;
	left: 0;
	width: 100%;
	height: 450px;
	background: url('images/bannerBg.png') no-repeat;
	background-size: contain;
	background-position: top center;
	-webkit-filter: grayscale(100%) brightness(1.2);
	filter: grayscale(100%) brightness(1.2);
}
.adult-head .heading {
	margin-bottom: 60px;
}
.adult-head p {
	font-weight: normal;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #000;
	max-width: 1045px;
	width: 100%;
	margin: auto;
}
.adult-and-sec .container {
	max-width: 1495px;
}
.adult-surgical-wrp {
	margin-top: 190px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 39px;
}
.single-adult {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}
.single-adult .title {
	font-weight: normal;
	font-size: 43px;
	line-height: 51px;
	color: #000;
	padding-bottom: 42px;
	margin-bottom: 42px;
	display: block;
	position: relative;
}
.single-adult .title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 72px;
	height: 1px;
	background: #707070;
}
.single-adult p {
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
	color: #000;
	margin-bottom: 35px;
}
.single-adult img {
	display: block;
	width: 100%;
}
/* Doctor’s Note Section   */
.doctor-note {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.doctor-note > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 50%;
}
/* left  */
.doctor-note-left img {
	display: block;
	height: 100%;
	width: 100%;
}
/* right   */
.doctor-note-right {
	position: relative;
	z-index: 2;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#545454));
	background: -o-linear-gradient(#000 0%, #545454 100%);
	background: linear-gradient(#000 0%, #545454 100%);
	padding: 150px 125px;
	text-align: center;
}
.doctor-note-right::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 30px;
	right: 30px;
	width: 100px;
	height: 73px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -412px left 0px;
}
.doctor-note-right .title {
	font-weight: normal;
	font-size: 54px;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding-top: 100px;
	margin-bottom: 45px;
	position: relative;
}
.doctor-note-right .title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 66px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -411px left -145px;
}
.doctor-note-right p {
	font-weight: normal;
	font-size: 26px;
	line-height: 44px;
	color: #fff;
}
.doctor-note-right .name {
	font-weight: normal;
	font-size: 30px;
	line-height: normal;
	color: #00B7BD;
	display: block;
	text-transform: uppercase;
	margin-top: 50px;
}
/* Major in-network Section  */
.major-in-sec {
	padding: 140px 0;
	background: url('images/majorBg.jpg') no-repeat;
	background-position: top left; 
}
.major-in-wrap {
	margin-top: 80px;
	padding: 80px;
	padding-right: 0;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 80px;
}
.major-in-wrap::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 80%;
	background: -o-linear-gradient(219deg,#000 0%, #545454 100%);
	background: linear-gradient(-129deg,#000 0%, #545454 100%);
	border-radius: 5px;
}
.major-in-left {
	max-width: 670px;
	width: 100%;
}
.major-in-left p {
	font-weight: normal;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	text-align: justify;
}
/* right  */
.major-in-right {
	min-width: 535px;
	height: 362px;
	border-radius: 5px;
	background: #fff url('images/majorRightBg.jpg') no-repeat;
	background-position: center;
	margin: -35px 0;
}
/* Foot Conditions Section   */
.foot-condition-sec {
	background: url('images/footBg.jpg') no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.foot-condition-sec::after {
	content: '';
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 320px;
	background: url('images/wabeDown.png') no-repeat;
	background-position: top left;
}
.foot-condition-head .heading {
	color: #00B7BD;
	border-color: #FFF;
	margin-bottom: 75px;
}
.foot-condition-head .heading span {
	color: #FFF;
}
.foot-condition-head .heading::after {
	background: #FFF;
}
.foot-condition-head p {
	max-width: 1020px;
	width: 100%;
	font-weight: normal;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin: auto;
}
/* foot tab  */
.foot-condition-sec .container {
	max-width: 1690px;
}
.foot-tab {
	margin-top: 75px;
}
.foot-tab ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 9;
}
.foot-tab ul li {
	font-weight: normal;
	font-size: 24px;
	line-height: normal;
	color: #00b7bd;
	cursor: pointer;
	position: relative;
	padding-right: 28px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.foot-tab ul li::before {
	content: '';
	position: absolute;
	top: 11px;
	right: 0;
	width: 18px;
	height: 12px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 1px right -34px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.foot-tab ul li.active::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.foot-tab ul li.active {
	color: #FFF;
}
/* foot tab body  */
.foot-tab .tab-body {
	margin-top: 100px;
}
.foot-tab-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* left  */
.foot-tab-body .left {
	max-width: 560px;
	width: 100%;
}
.foot-tab-body .left .title {
	font-weight: normal;
	font-size: 42px;
	line-height: normal;
	color: #fff;
	margin-bottom: 50px;
	display: block;
}
.foot-tab-body .left p {
	font-weight: normal;
	font-size: 22px;
	line-height: 36px;
	color: #fff;
}
.foot-tab-body .left .default-btn {
	margin-top: 60px;
}
/* right  */
.foot-tab-body .right img {
	display: block;
	border-radius: 5px;
}
/* Modern Office Section   */
.modern-office-sec {
	padding: 140px 0;
	background: url('images/officeBg.jpg') no-repeat;
}
.office-caro {
	margin-top: 90px;
}
.single-office img {
	width: 100%;
	height: 740px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 4px;
}
.office-caro .slick-dots {
	margin-top: 70px;
}
/* What Our Patients Section  */
.what-our-sec {
	position: relative;
	z-index: 2;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#3e3e3e));
	background: -o-linear-gradient(#000 0%, #3e3e3e 100%);
	background: linear-gradient(#000 0%, #3e3e3e 100%);

}
.what-our-sec::after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/whatOurBg.jpg') no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.what-our-head {
	text-align: center;
}
.what-our-head .heading {
	color: #00B7BD;
	border-color: #FFFF;
	margin-bottom: 60px;
}
.what-our-head .heading span {
	color: #FFF;
}
.what-our-head .heading::after {
	background: #FFF;
}
.what-our-head p {
	font-weight: normal;
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 15px;
}
.what-our-head .star {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	color: #F4AE11;
	font-size: 40px;
	margin-bottom: 20px;
}
.what-our-head .star p {
	margin: 0;
	font-weight: normal;
	font-size: 38px;
	line-height: normal;
	color: #fff;
}
.what-our-head h6 {
	font-weight: normal;
	font-size: 27px;
	line-height: normal;
	color: #fff;
}
.what-our-sec .container {
	max-width: 1570px;
}
.social-rating-wrp {
	margin-top: 70px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
}
.social-single-rating {
	text-align: center;
	background: url('images/socialRationBg.png') no-repeat;
	padding-top: 50px;
}
.social-single-rating span {
	font-weight: normal;
	font-size: 27px;
	line-height: normal;
	color: #fff;
	display: block;
	position: relative;
	padding: 10px;
	margin-top: 10px;
}
.social-single-rating span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 76px;
	height: 1px;
	background: #707070;
}
.social-single-rating.google {
	background-position: top 0 left 0;
	min-width: 120px;
}
.social-single-rating.zocdoc {
	background-position: top 0 left -303px;
	min-width: 120px;
}
.social-single-rating.healt {
	background-position: top 0 left -606px;
	min-width: 250px;
}
.social-single-rating.birdeye {
	background-position: top 0 left -1040px;
	min-width: 150px;
}
.social-single-rating.rate {
	background-position: top 0 left -1374px;
	min-width: 170px;
}
.social-caro {
	max-width: 970px;
	width: 100%;
	margin-left: auto;
	margin-right: 185px;
	padding-left: 75px;
	margin-top: 50px;
	margin-bottom: 110px;
}
.single-what {
	position: relative;
	padding-top: 80px;
}
.single-what::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 45px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -72px left -451px;
}
.single-what p {
	font-weight: normal;
	font-size: 25px;
	line-height: 50px;
	color: #fff;
}
.single-what span {
	font-weight: normal;
	font-size: 28px;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin-top: 30px;
}
.social-caro.default-dots .slick-dots {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	left: 0;
	top: 0;
	height: 110%;
	z-index: 3;
}
.social-caro.default-dots .slick-dots::after {
	top: 0;
	bottom: unset;
	z-index: 1;
	right: unset;
	left: 10px;
	width: 7px;
	height: 102%;
	background-position: top 0 right -2px;
}
.what-wave {
	position: absolute;
	width: 100%;
	height: 315px;
	bottom: 0;
	background: url('images/bannerBg.png') no-repeat;
	background-position: bottom left;
	background-size: contain;
}
/* THE PREMIER Section  */
.the-premier-sec {
	padding: 150px 0;
}
.the-premire-head {
	margin-bottom: 80px;
}
.the-premire-head h4 {
	font-weight: normal;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	color: #000;
	margin-top: 60px;
}
.premier {
	position: relative;
	z-index: 2;
	background: url('images/premire/premireBg.jpg') no-repeat;
	background-size: cover;
}
.premier::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgb(0 0 0 / 70%);
}
.premier-bg {
	width: 100%;
	height: 900px;
	background: url('images/premire/premire.png') no-repeat;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.premier-bg img {
	display: none;
}
/* over fifteen  */
.over-fifteen {
	padding: 60px 0 100px 0;
	background: #FFF url('images/premire/over15Bg.jpg') no-repeat;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 50px rgba(0, 44, 46, 0.08);
	box-shadow: 0px 0px 50px rgba(0, 44, 46, 0.08);
	margin-top: -180px;
	position: relative;
	z-index: 9;
}
.over-fifteen hr {
	display: block;
	margin-top: 50px;
	border: none;
	height: 1px;
	background: #707070;
}
.over-fifteen-head {
	position: relative;
	max-width: 860px;
	width: 100%;
	margin: auto;
	padding: 45px 55px 25px 230px;
	background: url('images/premire/17gb.png') no-repeat;
	text-align: center;
	background-position: top right;
}
.over-fifteen-head::before {
	content: '';
	position: absolute;
	top: 0;
	left: 23px;
	width: 200px;
	height: 100%;
	background: url('images/premire/17.png') no-repeat;
	background-size: contain;
	background-position: left center;
}
.over-fifteen-head span {
	font-weight: normal;
	font-size: 22px;
	line-height: 39px;
	color: #fff;
}
.over-fifteen ul {
	margin-top: 90px;
	max-width: 965px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 50px;
}
.over-fifteen ul li {
	font-weight: normal;
	font-size: 24px;
	line-height: 34px;
	color: #000;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #707070;
	padding-left: 45px;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	min-width: 455px;
}
.over-fifteen ul li::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 28px;
	height: 27px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -73px left -302px;
}
/* Choose a podiatrist Section   */
.choose-podiatrist-sec {
	background: url('images/chooseBg.jpg') no-repeat;
	background-position: top left; 
}
.choose-podi {
	border-radius: 5px;
	background: #f9f9f9;
	text-align: center;
}
.choose-podi h4 {
	font-weight: normal;
	font-size: 35px;
	line-height: 45px;
	color: #000;
	margin: 60px 0;
}
.choose-podi p {
	font-weight: normal;
	font-size: 20px;
	line-height: 40px;
	color: #000;
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
.choose-podi .default-btn {
	margin-top: 65px;
}
/* Technologies Section  */
.technologies-sec {
	position: relative;
	z-index: 3;
	padding: 90px 0 80px 0;
	background: url('images/technologiesBg.jpg') no-repeat;
	background-size: cover;
}
.technologies .heading {
	border-color: #FFF;
	color: #FFF;
}
.technologies .heading::after {
	background: #FFFF;
}
.technologies .heading span {
	color: #00B7BD;
}
.technologies-gallery {
	margin-top: 90px;
	background: url('images/tecno/tecnoBg.png') no-repeat;
	height: 455px;
	background-size: cover;
}
.single-tecno {
	display: none;
}
.single-tecno img {
	display: block;
}
.technologies-list {
	margin-top: 140px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 20px;
	position: relative;
	z-index: 3;
}
.technologies-list li {
	font-weight: normal;
	font-size: 24px;
	line-height: normal;
	color: #fff;
	padding-left: 45px;
	padding-bottom: 25px;
	position: relative;
	width: calc(50% - 10px);
}
.technologies-list li::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 28px;
	height: 28px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -71px left -375px;
}
.tecno-wave {
	width: 100%;
	height: 325px;
	background: url('images/bannerBg.png') no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 300px;
	left: 0;
}
/* Foot Doctor Section  */
.foot-doctor-sec {
	background: url('images/footDoctorBg.jpg') no-repeat;
	background-position: top right;
}
.foot-doctor {
	margin-top: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 65px;
	margin-left: 85px;
}
.foot-doctor p {
	font-weight: normal;
	font-size: 20px;
	line-height: 40px;
	color: #000;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
/* Contact Us Section  */
.contact-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contact-wrap > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 50%;
}
/* left  */
.contact-left {
	padding: 60px;
	background: url('images/contactLeftBg.jpg') no-repeat;
	background-size: cover;
}
.single-contact-left {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.single-contact-left:first-child {
	margin-bottom: 70px;
}
.contact-left p, 
.contact-left p a {
	font-weight: normal;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}
.contact-left p a:hover {
	text-decoration: underline;
}
.single-contact-left > div {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.single-contact-left img,
.single-contact-left iframe {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: calc(50% - 10px);
}
/* right  */
.contact-right {
	padding: 70px 145px;
	background: #F9F9F9;
}
.contact-right .title {
	font-weight: normal;
	font-size: 54px;
	line-height: normal;
	text-align: center;
	color: #000;
	display: block;
	padding-top: 85px;
	margin-bottom: 65px;
	position: relative;
}
.contact-right .title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -412px left -249px;
}
.contact-right form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0px 20px;
}
.contact-right .single-input {
	-webkit-box-flex: calc(50% - 10px);
	-ms-flex: calc(50% - 10px);
	flex: calc(50% - 10px);
}
.single-input.full-w {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}
.contact-right .single-input input,
.contact-right .single-input select,
.contact-right .single-input textarea {
	font-weight: normal;
	font-size: 18px;
	line-height: normal;
	color: #222;
	width: 100%;
	background: transparent;
	padding: 35px 0;
	outline: none;
	border: none;
	border-bottom: 1px solid #8B8B8B;
}
.contact-right .single-input textarea {
	resize: none;
	font-family: 'Century751 BT';

}
.contact-right .single-input input:focus,
.contact-right .single-input select:focus,
.contact-right .single-input textarea:focus {
	border-color: #2DA3A8;
}
.single-input.text-right {
	margin-top: 40px;
	margin-right: 80px;
}
.contact-right .call {
	margin-top: 140px;
	text-align: center;
}
.contact-right .call a {
	font-weight: normal;
	font-size: 20px;
	line-height: 40px;
	color: #222;
	position: relative;
	padding-top: 100px;
}
.contact-right .call a span {
	font-weight: normal;
	font-size: 54px;
	line-height: normal;
	color: #222;
	display: block;
}
.contact-right .call a:hover span {
	color: #2DA3A8;
}
.contact-right .call a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 85px;
	height: 85px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -70px right -102px;
}
.footer-logo-sec {
	padding: 80px 0;
}
/* Footer Section  */
.main-footer {
	background: url('images/footerBg.jpg') no-repeat;
	background-size: 100% 100%;
	background-position: top right;
}
.footer-content p {
	font-weight: normal;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	width: 100%;
}
.footer-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 100px 270px;
}
.single-footer span {
	font-weight: normal;
	font-size: 36px;
	line-height: 72px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 25px;
	display: block;
}
.single-footer ul li, .single-footer ul li a {
	font-weight: normal;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}
.single-footer ul li a:hover {
	text-decoration: underline;
}
/* nymm  */
.nym {
	background: #FFFFFF;
	text-align: center;
	padding: 30px 15px;
}
.nym p,
.nym p button{
	font-weight: normal;
	font-size: 20px;
	line-height: 40px;
	color: #000;
}
.nym p button {
	text-decoration: underline;
}
.nym p button:hover {
	text-decoration: none;
}
.dmca button {
	width: 125px;
	height: 24px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 right -76px;
	margin-top: 15px;
}
/* Inner Banner Section Start---------------- */
.inner-banner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.inner-banner-wrap > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 50%;
}
/* inner banner left  */
.inner-banner-left {
	background: url('images/innerBanner/innerBannerBg.jpg') no-repeat;
	background-size: cover;
	background-position: bottom right;
	padding: 100px 20px 100px 160px;
}
.inner-banner-left h1 {
	font-weight: bold;
	font-size: 53px;
	line-height: 69px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 33px;
	margin-bottom: 40px;
}
.inner-banner-left h1 span {
	font-weight: normal;
	font-size: 45px;
	line-height: 69px;
	color: #fff;
	text-transform: capitalize;
	display: block;
	margin-top: 9px;
}
.inner-banner-left h1::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 5px;
	background: #00b7bd;
}
.inner-banner-left a {
	font-family: Arial;
	font-weight: bold;
	font-size: 22px;
	line-height: normal;
	color: #222;
	border-radius: 5px;
	background: -o-linear-gradient(300deg,#fff 0%, #fff 20.24%, #a0a0a0 63.6%, #e0e0e0 100%);
	background: linear-gradient(150deg,#fff 0%, #fff 20.24%, #a0a0a0 63.6%, #e0e0e0 100%);
	border: 1px solid #e2e2e2;
	padding: 18px 40px 18px 82px;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: inline-block;
}
.inner-banner-left a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	margin: auto;
	width: 33px;
	height: 52px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -73px left 0;
}
.inner-banner-left a span {
	font-family: Arial;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #222;
	opacity: 0.66;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(112 112 112 / 30%);
}
.inner-banner-left a:hover {
	background: -o-linear-gradient(133deg,#fff 0%, #fff 20.24%, #a0a0a0 63.6%, #e0e0e0 100%);
	background: linear-gradient(317deg,#fff 0%, #fff 20.24%, #a0a0a0 63.6%, #e0e0e0 100%);
}
/* inner banner right  */
.inner-banner-right img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}
/* inner brand  */
.inner-brand-area {
	margin: 22px 0 50px 0;
}
.inner-brand {
	text-align: center;
}
.inner-brand p {
	font-size: 27px;
	line-height: 35px;
	color: #222;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.inner-brand-area hr {
	width: 100%;
	height: 5px;
	background: #00b7bd;
	display: block;
	margin: 45px 0;
	position: relative;
}
.inner-brand-area hr::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 600px;
	height: 100%;
	background: #000000;
}

p#breadcrumbs {
	background: #222222;
	display: inline-block;
	padding-right: 30px;
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	-webkit-clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
}
p#breadcrumbs a {
	font-family: Arial;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	padding: 15px 30px 15px 23px;
	-webkit-clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
	background: #00B7BD;
	display: inline-block;
	margin-right: 30px;
	margin-top: -1px;
	position: relative;
}
p#breadcrumbs a::before {
	content: '';
	position: absolute;
	bottom: 14px;
	right: -10px;
	width: 40px;
	height: 3px;
	background: #FFF;
	-webkit-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	transform: rotate(-55deg);
}
p#breadcrumbs a::after {
	content: '';
	position: absolute;
	top: 15px;
	right: -10px;
	width: 40px;
	height: 3px;
	background: #FFF;
	-webkit-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	transform: rotate(55deg);
}
p#breadcrumbs a:hover {
	background: #03c7ce;
}
/* Inner Banner Section ENd---------------- */
/* inner side bar  */
/* inner side bar left  */
.sidebar-gallery {
	position: fixed;
	top: 158px;
	left: calc((100vw - 1245px) / 2 - 338px);
	max-width: 338px;
	width: 100%;
	height: 532px;
	background: url('images/inner/innerSidebarLefg.jpg') no-repeat;
}
/* inner side bar right */
.single-bar-right {
	position: fixed;
	top: 158px;
	right: calc((100vw - 1043px) / 2 - 338px);
	width: 338px;
	height: 175px;
	background: #00b7bd;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.single-bar-right .single-side:hover {
	background: #222222;
}
.single-bar-right.tow {
	top: 336px;
	background: #007184;
}
.single-bar-right.three {
	top: 514px;
	background: #003B4A;
}
.single-bar-right .single-side {
	position: relative;
	display: block;
	padding: 75px 15px 30px 15px;
	font-weight: bold;
	font-size: 28px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	width: 100%;
}
.single-bar-right .single-side::before {
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
	width: 35px;
	height: 40px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -532px left 4px;
}
.single-bar-right.tow .single-side::before {
	background-position: top -532px left -70px;
}
.single-bar-right.three .single-side::before {
	background-position: top -532px left -152px;
}
.single-bar-right .single-side span {
	font-family: Arial;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	display: block;
	padding-bottom: 9px;
	margin-bottom: 9px;
	position: relative;
}
.single-bar-right .single-side span::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 65px;
	height: 1px;
	background: rgb(255 255 255 / 35%);
}
/* Main Inner Section  */
.main-inner-sec {
	margin: 50px 0 100px 0;
}
.main-inner .default-btn {
	padding: 30px 60px;
	color: #000;
}
a.default-btn.center {
	margin: 0 auto;
	display: block;
	width: max-content;
}
.main-inner h2 {
	font-weight: normal;
	font-size: 50px;
	line-height: 80px;
	text-align: center;
	color: #222;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 40px;
	display: block;
	clear: both;
}
.main-inner h2::before {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto;
	width: 16px;
	height: 16px;
	background: #222;
}
.main-inner h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 950px;
	width: 100%;
	height: 1px;
	background: #C9C9C9;
}
.main-inner h3 {
	font-weight: normal;
	font-size: 35px;
	line-height: 1.5;
	color: #222;
	text-transform: uppercase;
	margin: 10px 0;
	text-align: center;
}
.main-inner .big-p {
	font-size: 24px;
	line-height: 44px;
	color: #555;
	margin-bottom: 70px;
	max-width: 966px;
	width: 100%;
}
.main-inner .big-p a {
	color: #00B7BD;
}
.main-inner .big-p a:hover {
	color: #555;
	text-decoration: underline;
}
.main-inner p,
.main-inner ul li,
.main-inner ol li,
.main-inner ul li a,
.main-inner ol li a {
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
}
.main-inner p a:hover {
	text-decoration: underline;
}
.main-inner p a, .main-inner li a {
	color: #00b7bd;
	display: inline;
}
.main-inner ul li, .main-inner ol li {
	position: relative;
	line-height: 38px;
	padding-left: 20px;
}
.main-inner ul li::before {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	width: 7px;
	height: 7px;
	background: transparent;
	border: 1px solid #00b7bd;
}
/*new next day */
.nextpatient-link.nextpatient-slot-time {
	background: transparent;
	border: 0;
	text-align: left;
	padding: 0 !important;
	margin: 0 !important;
}
.nextpatient-link:hover {
	color: red !important;
}
.nextpatient-provider-name b {
	font-weight: bold;
	font-size: 28px;
	line-height: 30px;
	color: #555;
	margin-bottom: 35px;
	display: block;
}
.nextpatient-provider {
	display: flex !important;
	gap: 42px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.nextpatient-provider-image-cell {
	min-width: 314px !important;
	width: 100% !important;
	height: 490px !important;
}
.main-inner .nextpatient-provider-blurb p {
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	color: #555;
	margin-bottom: 35px;
}
.nextpatient-provider-times {
	display: flex;
}
.nextpatient-provider-times > div {
	flex: 1;
	margin-right: 20px !important;
	padding-right: 20px !important;
	border-right: 1px solid #00B7BD;
}
.nextpatient-provider-times > div:last-child {
	border-right: 0 !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
}
.nextpatient-provider-times > div:last-child a {
	font-size: 0;
	position: relative;
	width: 66px;
	height: 84px;
	background: linear-gradient(131deg,#fff 1%, #fff 9.24%, #bdbdbd 62.6%, #e0e0e0 97%);
	border: 1px solid #e2e2e2;
}
.nextpatient-provider-times > div:last-child a:hover {
	background: linear-gradient(-131deg,#fff 1%, #fff 9.24%, #bdbdbd 62.6%, #e0e0e0 97%); 
}
.nextpatient-provider-times > div:last-child a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 18px;
	height: 25px;
	margin: auto;
	background: url('images/sp.svg') no-repeat;
	background-position: top 3px left -482px;
}
.nextpatient-slot-time-day {
	font-weight: normal;
	font-size: 18px !important;
	line-height: 30px !important;
	color: #555;
}
.nextpatient-slot-time-time {
	font-weight: normal;
	font-size: 30px !important;
	line-height: 1.3 !important;
	color: #222;
}
.nextpatient-link:hover .nextpatient-slot-time-day:hover {
	color: #2DA3A8;
}
.nextpatient-criteria-label {
	font-size: 18px;
	margin-bottom: 10px;
}
.nextpatient-criteria-box select {
	border: 1px solid rgb(160, 160, 160);
	width: 315px !important;
	height: 50px !important;
	outline: none !important;
}
/* inner margin  */
.main-inner img,
.main-inner p {
	margin-bottom: 40px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
img.alignright {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.main-inner img.aligncenter {
	width: 100%;
	text-align: center;
	margin: 40px auto;
}
.clear-both {
	clear: both;
}
.main-inner ul, .main-inner ol {
	margin-left: 40px;
}
/* note  */
.main-inner .bgc,
.main-inner .note {
	background: #f9f4ee;
	padding: 135px 70px 45px 70px;
	position: relative;
}
.main-inner .bgc::before,
.main-inner .note::before {
	content: '';
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 57px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -413px left -354px;
}
.main-inner .bgc,
.main-inner .note p {
	font-weight: normal;
	font-style: italic;
	font-size: 22px;
	line-height: 38px;
	text-align: justify;
	color: #555;
	margin: 0;
}
.note.icon-none {
	padding-top: 45px;
}
.note.icon-none::before {
	display: none;
}
.main-inner h2, .main-inner ul, .main-inner ol, .main-inner .note, .main-inner .bgc, .right-img, .in-google-review, .main-inner .box-list {
	margin-bottom: 40px;
	margin-top: 40px;
}
/* right image  */
.right-img {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1.4fr 45px 1fr;
	grid-template-columns: 1.4fr 1fr;
	gap: 45px;
}
.right-img.short {
	-ms-grid-columns: 2fr 1.08fr;
	grid-template-columns: 2fr 1.08fr;
}
.right-img.mb-0 {
	margin-bottom: 0;
}
.main-inner .right-img > div P:last-child {
	margin-bottom: 0;
}
.right-img.short p {
	font-size: 20px;
	line-height: 34px;
}
.right-img .img {
	border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}
.main-inner .right-img .img img {
	margin-bottom: 0;
}
.right-img.short .img {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}
.right-img .img .default-btn {
	margin-bottom: auto;
}
/* google review  */
.in-google-review {
	border-radius: 5px;
	background: -o-linear-gradient(300deg,#2da3a8 0%, #00b7bd 100%);
	background: linear-gradient(150deg,#2da3a8 0%, #00b7bd 100%);
	position: relative;
	padding: 85px 100px;
	text-align: center;
}
.in-google-review::before {
	content: '';
	position: absolute;
	top: 24px;
	right: 24px;
	width: 98px;
	height: 69px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -414px left 0;
}
.in-google-review span {
	display: block;
	color: #FFB100;
	font-size: 29px;
	margin-bottom: 45px;
	position: relative;
	padding-top: 80px;
}
.in-google-review span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 63px;
	height: 64px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -275px left -581px;
}
.main-inner .in-google-review p {
	font-weight: normal;
	font-style: italic;
	font-size: 26px;
	line-height: 46px;
	color: #fff;
	margin: 0;
}
/* box list  */
.main-inner .box-list {
	margin-left: 0px;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	gap: 70px;
}
.main-inner .box-list li {
	padding-left: 0px;
	padding-bottom: 30px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(50% - 35px);
	flex: 1 1 calc(50% - 35px);
	line-height: 30px;
	margin-bottom: 30px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid-column;
}
.main-inner .box-list li strong {
	display: block;
	font-size: 28px;
	line-height: 30px;
	color: #555;
	margin-bottom: 5px;
}
.main-inner .box-list li::before {
	width: 42px;
	height: 1px;
	background: #00B7BD;
	top: unset;
	bottom: 0;
}
/* Updated  */
.updated {
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	line-height: 38px;
	color: #fff;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#2da3a8), to(#00b7bd));
	background: -o-linear-gradient(#2da3a8 0%, #00b7bd 100%);
	background: linear-gradient(#2da3a8 0%, #00b7bd 100%);
	padding: 35px 15px;
	display: block;
	margin: 70px 0;
	text-align: center;
}
/* Next Availability  */
.next-avail-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 45px;
}
/* right  */
.next-avail-area .right {
	max-width: 520px;
	width: 100%;
}
.main-inner .next-avail-area img {
	margin-bottom: 0;
}
.main-inner .next-avail-area .right p {
	margin-bottom: 35px;
}
.main-inner .next-avail-area .right h4 {
	font-weight: bold;
	font-size: 28px;
	line-height: 30px;
	color: #555;
	display: block;
	margin-bottom: 35px;
}
.next-time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.next-time > div:nth-child(2) {
	margin-left: 35px;
	margin-right: 35px;
	padding-left: 35px;
	border-left: 1.5px solid #00B7BD;
}
.main-inner .next-avail-area .right h5 {
	font-weight: normal;
	font-size: 56px;
	line-height: normal;
	color: #222;
}
.main-inner .next-avail-area .right h5 span {
	font-size: 30px;
}
.main-inner .next-avail-area .right .next-time p {
	margin: 0;
}
.next-time .arrow {
	width: 66px;
	height: 84px;
	border-radius: 5px;
	background: -o-linear-gradient(300deg,#fff 0%, #fff 20.24%, #bdbdbd 63.6%, #e0e0e0 100%);
	background: linear-gradient(150deg,#fff 0%, #fff 20.24%, #bdbdbd 63.6%, #e0e0e0 100%);
	border: 1px solid #e2e2e2;
	position: relative;
}
.next-time .arrow::after {
	content: '';
	position: absolute;
	inset: 0;
	margin: auto;
	width: 17px;
	height: 25px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -482px;
}
/* three leg  */
.main-inner .three-leg {
	margin-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 23px;
}
.main-inner .three-leg li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 150px 15px 40px 15px;
	max-width: 318px;
	width: 100%;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#2da3a8), to(#00b7bd));
	background: -o-linear-gradient(#2da3a8 0%, #00b7bd 100%);
	background: linear-gradient(#2da3a8 0%, #00b7bd 100%);
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	line-height: normal;
	text-align: center;
	color: #fff;
}
.main-inner .three-leg li:nth-child(2) {
	background: #222222;
}
.main-inner .three-leg li::before {
	top: 45px;
	left: 0;
	right: 0;
	margin: auto;
	width: 88px;
	height: 98px;
	border: none;
	background: url('images/sp.svg') no-repeat;
	background-position: top -274px left 8px;
}
.main-inner .three-leg li:nth-child(2):before {
	background-position: top -274px left -110px;
}
.main-inner .three-leg li:nth-child(3):before {
	background-position: top -274px left -222px;
}
/* two col list  */
.main-inner .two-col-list {
	margin-left: 0;
	margin-bottom: 45px;
	-webkit-columns: 2 300px;
	-moz-columns: 2 300px;
	columns: 2 300px;
	gap: 90px;
}
.main-inner .two-col-list li, .main-inner .two-col-list h3, .main-inner .two-col-list li a  {
	font-weight: normal;
	font-size: 24px;
	line-height: 34px;
	color: #000;
	padding-left: 45px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #707070;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid-column;
}
.main-inner .two-col-list h3, .main-inner .two-col-list li a {
	border-bottom: unset;
	padding-left: unset;
	padding-bottom: unset;
	margin-bottom: unset;
	text-transform: unset;
	margin: unset;
}
.main-inner .two-col-list li p a{
	font-size: 20px;
	color: #888;
}
.main-inner .two-col-list.flex {
	column-count: unset;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.main-inner .two-col-list.flex li {
	width: 48%;
}
.main-inner .two-col-list li::before {
	top: 4px;
	width: 29px;
	height: 27px;
	border: none;
	background: url('images/sp.svg') no-repeat;
	background-position: top -72px left -299px;
}
/* Valuable section full width */
.inner-wrp {
	max-width: calc(100% - 100px);
	margin-left: auto;
	margin-right: auto;
}
.Valuable-training {
	position: relative;
	z-index: 2;
	padding: 95px 15px;
	margin: 80px 0;
}
.Valuable-training::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 820px;
	height: 100%;
	background: url('images/inner/valiableBg.jpg') no-repeat;
	background-size: cover;
}
.main-inner .Valuable-training-head {
	max-width: 1280px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
	text-align: center;
}
.main-inner .Valuable-training-head h2 {
	color: #FFF;
}
.main-inner .Valuable-training-head h2::before {
	background: #FFF;
}
.main-inner .Valuable-training-head p {
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	color: #fff;
}
.main-inner .Valuable-training ul {
	max-width: 1700px;
	width: 100%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
}
.main-inner .Valuable-training ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 45px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
	color: #222;
	text-align: center;
}
.main-inner .Valuable-training ul li::before {
	display: none;
}
/* blockquote  */
.main-inner blockquote {
	background: #f9f4ee;
	padding: 135px 70px 45px 70px;
	position: relative;
	margin-bottom: 80px;
}
.main-inner blockquote::before {
	content: '';
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 57px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -413px left -354px;
}
.main-inner blockquote p {
	font-weight: normal;
	font-style: italic;
	font-size: 22px;
	line-height: 38px;
	text-align: left;
	color: #555;
	margin: 0;
}
/*review blockquote */
.main-inner blockquote.review {
	background: transparent;
	padding: 130px 15px 50px 15px;
	position: relative;
	z-index: 2;
	text-align: center;
	border-top: 1px dashed #A6A6A6;
	margin-bottom: 0;
}
.main-inner blockquote.review::before,
.main-inner blockquote.review::after {
	content: '';
	position: absolute;
	width: 75px;
	height: 55px;
	background: url('images/sp.svg') no-repeat;
}
.main-inner blockquote.review::before {
	top: 50px;
	left: 0;
	right: unset;
	background-position: top -273px left -340px;
}
.main-inner blockquote.review::after {
	bottom: 50px;
	right: 0;
	background-position: top -273px left -461px;
}
.main-inner blockquote.review p {
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #555;
	max-width: 800px;
	width: 100%;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
.main-inner blockquote.review span {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #555;
	display: block;
	position: relative;
	padding-bottom: 45px;
}
.main-inner blockquote.review span::after {
	content: '✸ ✸ ✸ ✸ ✸';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #00B7BD;
	font-size: 25px;
}
.nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 50px;
}
.page-numbers {
	width: 38px;
	height: 43px;
	border-radius: 2px;
	background: #555;
	font-weight: bold;
	font-size: 18px;
	line-height: normal;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.page-numbers:hover {
	background-color: #00B7BD;
}
.page-numbers.current {
	background: #00B7BD;
}
.bg-gray {
	background-color: #BBBBBB;
}
.prev,
.next,
.double-prev,
.double-next {
	background-image: url('images/sp.svg');
	background-repeat: no-repeat;
}
.prev {
	background-position: top 15px left -164px;
	font-size: 0;
}
.next {
	background-position: top 15px left -217px;
	font-size: 0;
}
.double-prev {
	background-position: top 16px left -45px;
}
.double-next {
	background-position: top 16px left -104px;
}

#pagination-container {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 50px;
}
.main-inner #pagination-container p {
	margin: 0;
	width: 38px;
	height: 43px;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	background: #555555;
	cursor: pointer;
}
.paginacaoCursor:hover,
.main-inner #pagination-container p:hover {
	background: #00B7BD;
}
.paginacaoCursor {
	position: relative;
	cursor: pointer;
}
#beforePagination::after {
	content: '';
	position: absolute;
	margin: auto;
	width: 11px;
	height: 15px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('images/sp.svg');
	background-position: top 1px left -177px;
}
#afterPagination::after {
	content: '';
	position: absolute;
	margin: auto;
	width: 11px;
	height: 15px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('images/sp.svg');
	background-position: top 1px left -232px;
}


.diagnostic-area {
	margin: 70px 0;
}
.diagnostic {
	padding: 35px 0;
	margin-bottom: 55px;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: calc(100% - 100px) 100%;
}
.diagnostic:nth-child(odd) {
	background-position: top left;
}
.diagnostic:nth-child(odd) > div {
	margin-left: auto;
}
.diagnostic > div {
	max-width: 524px;
	width: 100%;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	padding: 55px;
	text-align: center;
}
.main-inner .diagnostic h2 {
	font-weight: normal;
	font-size: 35px;
	line-height: 38px;
	color: #222;
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 0;
	text-transform: capitalize;
}
.main-inner .diagnostic h2::after,
.main-inner .diagnostic h2::before {
	display: none;
}
.main-inner .diagnostic p {
	margin-bottom: 0;
}
.main-inner .diagnostic img {
	margin-bottom: 20px;
}
.border-box {
	margin: 80px 0;
	padding: 80px 0;
	border-top: 1px dashed #A6A6A6;
	border-bottom: 1px dashed #A6A6A6;
}
.main-inner .border-box h3 {
	font-weight: bold;
	font-size: 35px;
	line-height: 30px;
	color: #555;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: unset;
}
.main-inner .border-box p:last-child {
	margin-bottom: 0;
}
/* contact  */
.inner-contact {
	margin: 70px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.main-inner.contact h2 {
	font-size: 55px;
}
.main-inner.contact h2::after {
	width: 100%;
}
.main-inner .inner-con-left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.main-inner .inner-con-left img {
	margin: 0;
}
.main-inner .inner-con-left a h2 {
	font-weight: normal;
	font-size: 35px;
	line-height: 45px;
	color: #222;
	margin-top: 0;
	margin-bottom: 50px;
	padding: 0;
}
.main-inner .inner-con-left h2::before,
.main-inner .inner-con-left h2::after {
	display: none;
}
.main-inner .inner-con-left p, 
.main-inner .inner-con-left a {
	font-weight: normal;
	font-size: 20px;
	line-height: 40px;
	color: #555;
	margin: 0;
}
.main-inner .inner-con-left a:hover {
	text-decoration: underline;
}
/* Clifton */
.clifton-area {
	margin: 60px auto;
	max-width: 1120px;
	width: 100%;
}
.clifton-area p {
	text-align: center;
}
.clifton-area .clifton-p {
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #555;
}
.clifton-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 35px;
	margin-bottom: 70px;
}
.clifton-wrap .clifton {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.main-inner .clifton-wrap .clifton a {
	font-weight: normal;
	font-style: italic;
	font-size: 40px;
	line-height: 38px;
	color: #fff;
	max-width: 543px;
	width: 100%;
	border-radius: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#2da3a8), to(#00b7bd));
	background: -o-linear-gradient(#2da3a8 0%, #00b7bd 100%);
	background: linear-gradient(#2da3a8 0%, #00b7bd 100%);
	padding: 32px 30px 32px 150px;
	position: relative;
}
.main-inner .clifton-wrap .clifton a:hover {
	background: #222222;
}
.main-inner .clifton-wrap .clifton:last-child a:hover {
	background: #1fa9af;
}
.main-inner .clifton-wrap .clifton a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 13px;
	margin: auto;
	width: 110px;
	height: 85px;
	border-radius: 5px;
	background: #fff url('images/sp.svg') no-repeat;
	background-position: top -404px left -430px;
}
.main-inner .clifton-wrap .clifton:last-child a {
	background: #222222;
}
.main-inner .clifton-wrap .clifton:last-child a::before {
	background-position: top -404px left -542px;
}
/* address   */
.address-area {
	max-width: 1366px;
	width: 100%;
	margin: 80px auto;
}
.address-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	margin-top: 50px;
	text-align: center;
}
.address-wrap > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	padding: 45px 15px;
}
.main-inner .address-wrap h2 {
	font-weight: normal;
	font-size: 35px;
	line-height: 45px;
	color: #222;
	margin-top: 0;
	margin-bottom: 34px;
	padding: 0;
	text-transform: unset;
}
.main-inner .address-wrap h2::before,
.main-inner .address-wrap h2::after {
	display: none;
}
.main-inner .address-wrap p a,
.main-inner .address-wrap p {
	font-size: 20px;
	line-height: 40px;
	margin: 0;
	color: #555;
}
.main-inner .address-wrap p a:hover {
	text-decoration: underline;
}
.main-inner .address-wrap span {
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	color: #555;
	display: block;
	margin: 30px 0 25px 0;
}
/* map area  */
.map-area {
	margin: 80px 0;
	padding: 100px 0;
	background: url('images/inner/mapBg.jpg') no-repeat;
	background-size: cover;
}
.map-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1.09fr 50px 1fr;
	grid-template-columns: 1.09fr 1fr;
	gap: 50px;
}
/* left  */
.main-inner .map-wrap h3 {
	font-weight: normal;
	font-size: 35px;
	line-height: 45px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 34px;
	text-transform: unset;
}
.main-inner .map-wrap p {
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
	color: #fff;
}
.main-inner .map-wrap p:last-child {
	margin-bottom: 0;
}
.main-inner .map-wrap iframe {
	width: 100%;
	height: 100%;
	max-height: 825px;
	border-radius: 10px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
/* bg black list  */
.main-inner .bg-black-list {
	margin: 60px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.main-inner .bg-black-list li {
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 322px;
}
.main-inner .bg-black-list li a {
	display: block;
	font-weight: normal;
	font-size: 20px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	width: 100%;
	max-width: 323px;
	border-radius: 10px;
	background: #222;
	padding: 24px 15px;
	transition: .3s;
	text-transform: capitalize;
}
.main-inner .bg-black-list li a:hover {
	background: #00b7bd;
}
.main-inner .bg-black-list li::before {
	display: none;
}
/* inner accordion  */
.accordion-body {
	display: none;
}
.main-inner .inner-accordion .accordion-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 34px;
	color: #555;
	cursor: pointer;
	margin: 35px 0;
	position: relative;
	padding-right: 30px;
}
.main-inner .inner-accordion .accordion-title::after {
	content: '+';
	position: absolute;
	top: 0;
	right: 0;
	color: #00B7BD;
	font-size: 30px;
	line-height: 30px;
}
.inner-accordion .accordion-title.active::after {
	content: '-';
}
.main-inner .inner-accordion ul {
	margin-bottom: 35px;
	margin-left: 20px;
}
.main-inner .inner-accordion ul li {
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
	color: #555;
}
/* blog page  */
.blog-area {
	margin: 80px 0;
}
.blog-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px 25px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.single-blog {
	-webkit-box-flex: calc(50% - 12.5px);
	-ms-flex: calc(50% - 12.5px);
	flex: calc(50% - 12.5px);
}
.blog-thum img {
	max-width: 487px;
	width: 100%;
	height: 362px;
	border-radius: 10px;
	display: block;
}
.blog-content {
	max-width: 444px;
	width: 100%;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 38px;
	margin-top: -115px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 3;
}
.blog-content a {
	font-weight: normal;
	font-size: 24px;
	line-height: 38px;
	color: #222;
	max-width: 310px;
	width: 100%;
	margin-bottom: 22px;
}
.blog-content a:hover {
	color: #00B7BD;
}
.blog-content p {
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	color: #555;
	margin-bottom: 29px;
}
.blog-content span {
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #00b7bd;
}
.blog-btn {
	text-align: center;
	margin-top: 80px;
}
.blog-btn a {
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	color: #222;
	text-transform: uppercase;
	border-radius: 5px;
	background: -o-linear-gradient(319deg,#fff 0%, #fff 5.24%, #a0a0a0 24.6%, #e0e0e0 48%);
	background: linear-gradient(131deg,#fff 0%, #fff 5.24%, #a0a0a0 24.6%, #e0e0e0 48%);
	border: 1px solid #e2e2e2;
	padding: 21px 130px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.blog-btn a:hover {
	background: -o-linear-gradient(319deg,#fff 4%, #fff -8.76%, #a0a0a0 104.6%, #e0e0e0 48%);
	background: linear-gradient(131deg,#fff 4%, #fff -8.76%, #a0a0a0 104.6%, #e0e0e0 48%);
}
.condpage {
	display: flex;
	grid-row-gap: 7px;
	margin-top: 50px;
	margin-bottom: 50px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.condpage a {
	text-transform: capitalize;
	color: #fff !important;
	background: #008c96;
	text-align: center;
	text-decoration: none!important;
	border: 1px solid #e1e1e1;
	width: 33%;
	padding: 20px;
	font-size: 20px;
	font-family: 'D-DIN Condensed';
	border-radius: 5px;
}
.condpage a:hover {
	color: #fff;
	border: 1px solid #e1e1e1;
	background-color: #00b7bd;
	transition: .4s;
}
ul#menu-main-menu li.two-cols ul {
	column-count: 2;
	width: 100%;
	min-width: 800px;
	padding: 30px;
}
.gallery {
	column-count: 2;
}
.gallery img {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}
.gallery .gallery-item {
	margin-bottom: 9px;
}
img.alignnone {
	width: 100%;
	height: auto;
}
img.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid;
}
img.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	border: 1px solid;
}
.mediapage img {
	width: 100%;
	height: auto;
	max-width: 600px;
	display: block;
	border: 1px solid;
}
.mediapage hr {
	margin-bottom: 50px;
}
.nym a {
	text-decoration: underline;
	color: #000;
}
.main-inner.not-found li a {
	color: #00b7bd;
	position:relative;
	transition:0.5s all;
}

.main-inner.not-found li a:hover {
	text-decoration: none;
}
.main-inner.not-found li a:before{
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	text-decoration: none;
	background: #05264757;
}

.main-inner.not-found li a:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 0%;
	height: 1px;
	border-bottom: 1px solid currentColor;
	-webkit-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}
.main-inner.not-found li a:hover:after{
	width: 100%;
	border-bottom: 1px solid #000000;
}
.main-inner.not-found input.search-field {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0px;
}
.main-inner.not-found .search-submit, .main-inner.not-found a.read-full-post {
	background: #087685;
	border: 0;
	color: #fff;
	padding: 12px;
	cursor: pointer;
	width: 100%;
	max-width: 100px;
	height: 38px;
	transition:0.5s all;
}
.main-inner.not-found .search-submit:hover, .main-inner.not-found a.read-full-post:hover{
	background:#000000
}
.main-inner.not-found ul.sub-menu {
	margin-bottom: 20px;
}
.inner-banner-right {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
video {
	aspect-ratio: 16/9;
	margin-bottom: 40px;
}
.nextpatient-provider-table .nextpatient-provider-provider-cell {
	width: 100%;
}
.nextpatient-font.nextpatient-provider-table {
	display: flex;
	flex-direction: column;
	gap: 70px;
}
.main-inner .nextpatient-provider-blurb p, .main-inner .nextpatient-provider-table .nextpatient-provider-blurb {
	font-size: 18px!important;
	line-height: 1.5!important;
}
span.conc {
	text-align: center;
	margin: 0 auto;
	display: block;
	border: 1px solid #ccc;
	width: max-content;
	padding: 20px;
}
span.conc a {
	display: block;
	font-size: 24px;
}
p.faq-text {
	text-align: center;
}
.address-wrap {
	flex-wrap: wrap;
}
.address-wrap > div.inner-flex {
	width: 100%;
	max-width: 48%;
	flex: unset;
	-webkit-box-flex: unset;
	height: 446px;
}
.address-wrap > img {
	width: 49%;
	height: auto;
	margin: 0px;
	border-radius: 10px;
}
.map-wrap.new {
	display: block;
	width: 100%;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}
.main-inner .map-wrap.new h2 {
	color: #ffffff;
}
.main-inner .map-wrap.new h2::before {
	background: #fff;
}
.address-wrap > div.inner-flex a.default-btn {
	margin-top: 30px;
}
ul.ul-accolades li img {
	display: block;
	text-align: center;
	margin: 0 auto 30px;
}
/* RESPONSIVE CSS ------------------------------------------------------------------------------------------------------- */
@media all and (max-width:1700px){
	/* Adult and Section */
	.single-adult .title {
		font-size: 36px;
	}
	/* Doctor’s Note Section  */
	.doctor-note-right {
		padding: 100px 80px;
	}
	.doctor-note-right .title {
		font-size: 45px;
		margin-bottom: 35px;
	}
	.doctor-note-right p {
		font-size: 20px;
		line-height: 36px;
	}
	/* Foot Conditions Section */
	.foot-tab ul {
		gap: 12px;
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content;
		padding-bottom: 5px;
	}
	.foot-tab ul li {
		font-size: 20px;
	}
	.foot-tab ul li::before {
		top: 8px;
	}
	/* Technologies Section */
	.technologies-gallery {
		background-size: contain;
	}
	.contact-right {
		padding: 70px 50px;
	}
	/* Inner Banner Section  */
	.inner-banner-left {
		padding: 50px 20px 50px 50px;
	}
	/* inner side bar  */
	.side-bar-wrap {
		-webkit-columns: 2 250px;
		-moz-columns: 2 250px;
		columns: 2 250px;
		gap: 5px;
		margin-top: 50px;
	}
	.sidebar-gallery {
		position: unset;
		margin-left: auto;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		break-inside: avoid-column;
		height: 535px;
		background-size: cover;
	}
	.single-bar-right {
		position: unset;
		margin-right: auto;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		break-inside: avoid-column;
		margin-bottom: 5px;
	}
	.address-area {
		padding: 0 15px;
	}
	.inner-brand {
		padding: 0 15px;
	}
	.banner-wrap {
		padding: 0px 50px;
	}
}

/*1700 End */
@media all and (max-width:1450px){
	.address-wrap > div.inner-flex {
		max-width: 47%;
		height: auto;
	}
	/* Header Top  */
	.header-left a img {
		height: 80px;
	}
	.header-btn .btn {
		padding: 18px 20px 18px 50px;
	}
	.mobile-bras {
		top: 34px;
	}
	/* Banner Section  */
	.banner-section {
		padding-top: 160px;
		padding-bottom: 90px;
	}
	.banner-left .banner-title {
		font-size: 30px;
		line-height: normal;
		margin-bottom: 30px;
	}
	.banner-left .banner-title span {
		font-size: 80px;
		line-height: 1.2;
	}
	.banner-left .banner-btm-title {
		font-size: 29px;
		line-height: 1.2;
		margin-bottom: 25px;
	}
	.banner-left p {
		font-size: 18px;
	}
	.banner-right img {
		bottom: -90px;
	}
	/* Start Here Section   */
	.start-here-left .text-right {
		text-align: left;
	}
	.start-here-right p {
		font-size: 18px;
		line-height: 1.6;
	}
	.start-here-right p + p {
		margin-top: 15px;
	}
	/* Adult and Section  */
	.adult-and-sec::before {
		top: 312px;
	}
	.adult-head p {
		font-size: 20px;
		line-height: 33px;
	}
	.adult-surgical-wrp {
		margin-top: 140px;
	}
	.single-adult .title {
		font-size: 32px;
		line-height: normal;
		padding-bottom: 22px;
		margin-bottom: 30px;
	}
	.single-adult p {
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 30px;
	}
	/* Doctor’s Note Section */
	.doctor-note-right {
		padding: 80px 40px;
	}
	.doctor-note-right::before {
		top: 0;
		right: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}
	/* Doctor’s Note Section */
	.major-in-wrap {
		padding: 40px;
		gap: 30px;
	}
	.major-in-left p {
		font-size: 20px;
		line-height: 32px;
	}
	.major-in-right {
		min-width: 420px;
		height: 245px;
		margin: 0;
		background-size: contain;
	}
	/* Foot Conditions Section */
	.foot-tab .tab-body {
		margin-top: 50px;
	}
	/* Technologies Section */
	.technologies-gallery {
		height: 360px;
		max-width: 1070px;
		width: 100%;
	}
	/* Contact Us Section  */
	.contact-right {
		padding: 70px 50px;
	}
	.single-contact-left {
		margin-right: 15px;
		max-width: 520px;
	}
	/* Inner Banner Section  */
	.inner-banner-left h1 {
		font-size: 40px;
		line-height: 1.2;
	}
	.inner-brand-area {
		padding: 0 15px;
	}
	.main-inner .Valuable-training ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 15px;
	}
	.main-inner .Valuable-training-head {
		margin-bottom: 40px;
	}
	.main-inner .Valuable-training ul li {
		padding: 40px 15px;
		font-size: 18px;
		line-height: 1.6;
	}
	.main-inner .inner-con-left > div {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.main-inner .inner-con-left a h2 {
		font-size: 24px;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.main-inner .inner-con-left p, 
	.main-inner .inner-con-left a {
		font-size: 17px;
		line-height: 1.6;
	}
	.main-inner.contact h2 {
		font-size: 33px;
	}
}
/*1439 End */
@media all and (max-width:1200px){
	.heading {
		font-size: 40px;
		padding-bottom: 15px;
		margin-bottom: 23px;
	}
	.heading span {
		font-size: 32px;
	}
	.heading::after {
		bottom: -15px;
		width: 15px;
		height: 15px;
	}
	.sec-p {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sec-m {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	/* Header top Main Side menu */
	.side-nav-wrp {
		gap: 0px;
	}
	.side-bar-nav-area {
		padding: 20px;
	}
	.main-side-nav ul {
		max-width: 400px;
		width: 100%;
	}
	/* Banner Section  */
	.banner-review {
		max-width: 380px;
		padding: 40px 20px;
	}
	/* Start Here Section   */
	.start-here-sec {
		background: unset;
	}
	.start-here-wrp {
		gap: 30px;
	}
	/* Doctor’s Note Section */
	.major-in-sec {
		padding: 50px 0;
		background: unset;
	}
	/* Foot Conditions Section */
	.foot-condition-sec::after {
		display: none;
	}
	/* Foot Conditions Section */
	.modern-office-sec {
		padding: 50px 0;
	}
	.office-caro {
		margin-top: 70px;
	}
	.single-office img {
		height: auto;
	}
	.default-dots .slick-dots {
		gap: 15px;
		margin-top: 35px;
	}
	.default-dots .slick-dots::after {
		z-index: 1;
		bottom: 8px;
	}
	.default-dots .slick-dots li button {
		width: 20px;
		height: 20px;
	}
	/* Modern Office Section */
	.what-our-head .star {
		font-size: 25px;
		margin-bottom: 15px;
	}
	.what-our-head .star p {
		font-size: 19px;
	}
	.what-our-head h6 {
		font-size: 20px;
	}
	.social-caro.default-dots .slick-dots::after {
		left: 7px;
	}
	/* What Our Patients Section  */
	.the-premier-sec {
		padding: 50px 0;
	}
	.over-fifteen {
		margin-top: -80px;
	}
	.premier-bg {
		height: 500px;
		background-size: contain;
		background-position: center;
	}
	.the-premire-head {
		margin-bottom: 50px;
	}
	.over-fifteen {
		padding: 50px 0;
	}
	/* Choose a podiatrist Section */
	.choose-podiatrist-sec {
		background: unset;
	}
	.choose-podi h4 {
		font-size: 26px;
		line-height: 1.3;
		margin: 50px 0;
	}
	.choose-podi .default-btn {
		margin-top: 40px;
	}
	/* Technologies Section */
	.technologies-sec {
		padding: 50px 0;
	}
	.tecno-wave {
		display: none;
	}
	.technologies-list {
		margin-top: 50px;
	}
	/* Foot Doctor Section */
	.foot-doctor-sec {
		background: unset;
	}
	.foot-doctor {
		margin-top: 50px;
		margin-left: 0;
	}
	/* Contact Us Section  */
	.contact-right,
	.contact-left {
		padding: 50px 15px;
	}
	.contact-right .title {
		font-size: 36px;
		padding-top: 75px;
		margin-bottom: 30px;
	}
	.contact-right .call {
		margin-top: 60px;
	}
	.footer-logo-sec {
		margin: 30px 0;
	}
	/* Contact Us Section  */
	.footer-content {
		gap: 40px 170px;
	}
	/* Main Inner Page  */
	.inner-banner-left h1 span {
		font-size: 28px;
		line-height: 1.2;
	}
	.main-inner-sec {
		margin: 50px 0;
	}
	.main-inner h2 {
		font-size: 40px;
		line-height: 1.2;
		padding-bottom: 30px;
		margin-bottom: 50px;
	}
	.main-inner h2::before {
		bottom: -5px;
		width: 10px;
		height: 10px;
	}
	.main-inner h3 {
		font-size: 26px;
		line-height: 1.3;
		margin: 40px 0;
	}
	.main-inner .big-p {
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 50px;
	}
	.main-inner ul, .main-inner ol {
		margin-left: 30px;
		margin-bottom: 50px;
	}
	.right-img .img {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.updated {
		margin: 50px 0;
	}
	.main-inner .three-leg {
		gap: 15px;
	}
	.right-img {
		gap: 20px;
	}
	.Valuable-training {
		padding: 50px 15px;
		margin: 50px 0;
	}
	.Valuable-training::after {
		max-height: 100%;
	}
	.main-inner .Valuable-training-head p {
		font-size: 18px;
		line-height: 1.6;
	}
	.mb {
		margin: 50px 0;
	}
	.border-box {
		margin: 40px 0;
		padding: 40px 0;
	}
	.inner-contact {
		margin: 50px 0;
	}
	.main-inner .clifton-wrap .clifton a {
		font-size: 32px;
		line-height: 1.4;
	}
	.clifton-wrap {
		margin-bottom: 50px;
	}
	.map-area {
		margin: 50px 0;
		padding: 50px 0;
	}
	.main-inner .address-wrap h2 {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.main-inner .address-wrap p a, .main-inner .address-wrap p {
		font-size: 18px;
		line-height: 1.6;
	}
	.main-inner .address-wrap span {
		font-size: 26px;
		line-height: 1.3;
		margin: 20px 0;
	}
	.main-inner .map-wrap h3 {
		font-size: 33px;
		line-height: 1.2;
		margin-bottom: 25px;
	}
	.main-inner .map-wrap p {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.main-inner .map-wrap iframe {
		max-height: 715px;
	}
	.blog-area {
		margin: 50px 0;
	}
	.blog-btn {
		margin-top: 50px;
	}
	/* inner margin */
	.main-inner .note, 
	.main-inner .bgc,
	.right-img, 
	.in-google-review, 
	.main-inner .box-list {
		margin-bottom: 50px;
	}
}
/*1200 End*/
@media all and (max-width:1199px) {
	body {
		width: 100%;
		margin-right: 0;
	}
	.inner-wrp {
		max-width: 100%;
	}
	/* header top  */
	.main-header.home,
	.main-header.home.fixed,
	.main-header.fixed,
	.main-header {
		width: 100%;
	}
	.banner-side-bar {
		display: none;
	}
	.mobile-bras {
		position: relative;
		top: unset;
		right: unset;
	}
	.mobile-bras span {
		color: #000;
	}
	.header-link ul li.loca {
		margin-right: 15px;
		padding-right: 15px;
	}
	.header-link ul li, .header-link ul li a {
		font-size: 14px;
	}
	.header-btn .btn {
		padding: 15px 15px 15px 30px;
		font-size: 15px;
	}
	.header-btn .btn::before {
		left: 5px;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
	}
	.header-btn .btn.book::before {
		left: 2px;
	}
	.main-header.home.fixed .mobile-bras span {
		color: #000;
	}
	/* Adult and Section  */
	.adult-and-sec::before {
		display: none;
	}
	.adult-surgical-wrp {
		margin-top: 50px;
		gap: 25px;
	}
	.single-adult .title {
		font-size: 26px;
	}
	/* Inner Banner Section  */
	.inner-banner-left h1 {
		font-size: 30px;
		line-height: 1.3;
		padding-bottom: 20px;
		margin-bottom: 35px;
	}
	.main-inner .default-btn {
		padding: 20px 26px;
	}
	.main-inner .Valuable-training ul li {
		font-size: 16px;
		line-height: 1.6;
		-webkit-box-flex: calc(50% - 8px);
		-ms-flex: calc(50% - 8px);
		flex: calc(50% - 8px);
	}
}
/* 1199 End  */
@media all and (max-width:1024px){
	.address-wrap > div.inner-flex, .address-wrap > img {
		max-width: 100%;
		width: 100%;
	}
	.default-btn {
		font-size: 17px;
		padding: 20px 15px;
	}
	/* header top  */
	.header-btn .btn {
		padding: 0;
		font-size: 0;
		width: 35px;
		height: 35px;
		background: transparent;
		border: none;
	}
	.header-btn .btn::before {
		background-position: top -73px left -74px;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.main-header.home .header-btn .btn::before {
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}
	.mobile-bras {
		width: 50px;
	}
	.main-header.home .mobile-bras {
		border-color: #000;
	}
	.main-header.home.fixed .mobile-bras {
		border-color: #fff;
	}
	.main-header.home .mobile-bras {
		border-color: #ffffff;
	}
	.main-header.home.fixed {
		background: #000;
	}
	.main-header.home.fixed .mobile-bras span {
		color: #ffffff;
	}
	.main-header.home .mobile-bras span {
		color: #FFF;
	}
	.mobile-bras span::after {
		display: none;
	}
	.mobile-bras.active span::after {
		display: block;
		font-size: 13px;
		top: -17px;
		left: 2px;
	}
	/* header main side menu  */
	.main-side-nav ul li {
		padding: 5px 20px 5px 0;
	}
	.main-side-nav ul li.menu-item-has-children::before,
	.main-side-nav ul li:hover::before,
	.main-side-nav > ul > li::after {
		display: none;
	}
	.main-side-nav ul li a {
		font-size: 23px;
	}
	.main-side-nav ul ul {
		position: unset;
		background: transparent;
		min-width: 100%;
		padding: 5px;
		border-radius: 0;
		opacity: 1;
		visibility: visible;
		-webkit-transition: unset;
		-o-transition: unset;
		transition: unset;
		display: none;
	}
	.main-side-nav ul ul li a {
		color: #000;
		font-size: 18px;
	}
	.main-side-nav ul li:hover a {
		color: #000;
	}
	.dropdown-menu-items.rotate {
		-webkit-transform: rotate(140deg);
		-ms-transform: rotate(140deg);
		transform: rotate(140deg);
		top: 17px;
	}
	.dropdown-menu-items {
		position: absolute;
		top: 12px;
		right: 0;
		width: 12px;
		height: 12px;
		border-left: 3px solid black;
		border-bottom: 3px solid black;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.banner-bg {
		display: none;
	}
	.brand-logo-con h3 {
		font-size: 22px;
		line-height: normal
	}
	/* Start Here Section  */
	.start-here {
		margin-top: 55px;
	}
	.start-here-logo div {
		width: 169px;
	}
	.start-here-right p {
		font-size: 16px;
		line-height: 1.5;
	}
	/* Adult and Section */
	.adult-surgical-wrp {
		display: block;
	}
	.single-adult {
		margin: 0 5px;
	}
	.adult-surgical-wrp .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 40px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 10px;
	}
	.adult-surgical-wrp .slick-dots li button {
		font-size: 0;
		display: block;
		width: 12px;
		height: 12px;
		background: #00B7BD;
		border-radius: 50%;
	}
	.adult-surgical-wrp .slick-dots li.slick-active button {
		background: #000000;
	}
	/* Foot Conditions Section */
	.foot-condition-head .heading {
		margin-bottom: 55px;
	}
	.foot-condition-head p {
		max-width: 800px;
		font-size: 18px;
		line-height: 32px;
	}
	.foot-tab-body .left .title {
		font-size: 32px;
		margin-bottom: 26px;
	}
	.foot-tab-body .left {
		max-width: 460px;
	}
	.foot-tab-body .left p {
		font-size: 18px;
		line-height: 30px;
	}
	/* Modern Office Section */
	.single-what p {
		font-size: 20px;
		line-height: 32px;
	}
	.single-what span {
		font-size: 20px;
		margin-top: 20px;
	}
	/* Modern Office Section */
	.social-rating-wrp {
		margin-top: 60px;
		gap: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.single-what {
		padding-top: 60px;
	}
	.social-caro {
		margin: 50px auto;
		padding: 0;
		max-width: 680px;
		width: 100%;
	}
	.what-wave {
		display: none;
	}
	.social-caro.default-dots .slick-dots {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		position: unset;
	}
	.social-caro.default-dots .slick-dots::after {
		display: none;
	}
	/* What Our Patients Section  */
	.over-fifteen {
		margin-top: 0;
	}
	.over-fifteen ul {
		margin-top: 50px;
	}
	/* Technologies Section */
	.technologies-gallery {
		height: 250px;
		background-position: center;
		margin-top: 60px;
	}
	/* Foot Doctor Section */
	.foot-doctor {
		gap: 30px;
	}
	.footer-content {
		gap: 40px 70px;
	}
}
/*992 End */
@media all and (max-width:991px) {
	.default-dots .slick-dots::after {
		display: none;
	}
	/* banner section  */
	.banner-left .banner-title {
		font-size: 22px;
	}
	.banner-left .banner-title span {
		font-size: 46px;
	}
	.banner-left .banner-btm-title {
		font-size: 22px;
		margin-bottom: 18px;
	}
	.banner-left p {
		font-size: 16px;
		line-height: 1.5;
		max-width: 320px;
	}
	.banner-btn-wrap {
		gap: 12px;
		margin-top: 25px;
	}
	.banner-review {
		max-width: 330px;
		padding: 40px 15px;
	}
	.banner-review .star {
		font-size: 18px;
		gap: 10px;
		margin-bottom: 20px;
	}
	.banner-review .star::before {
		top: 2px;
	}
	/* Doctor’s Note Section */
	.doctor-note-right {
		padding: 50px 20px;
	}
	.doctor-note-right .title {
		font-size: 30px;
		line-height: normal;
		padding-top: 55px;
		margin-bottom: 18px;
	}
	.doctor-note-right .title::before {
		top: -12px;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}
	.doctor-note-right p {
		font-size: 16px;
		line-height: 1.5;
	}
	.doctor-note-right .name {
		font-size: 18px;
		margin-top: 25px;
	}
	/* Doctor’s Note Section */
	.major-in-wrap {
		gap: 50px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.major-in-wrap::after {
		width: 100%;
	}
	.major-in-left {
		max-width: 100%;
	}
	.major-in-right {
		margin: auto;
	}
	/* What Our Patients Section  */
	.over-fifteen-head {
		background: #0E0E0E;
	}
	/* Contact Us Section  */
	.contact-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contact-wrap > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: 100%;
	}
	.contact-left {
		background-size: cover;
	}
	.single-contact-left {
		margin: auto;
	}
	.single-contact-left:first-child {
		margin-bottom: 50px;
	}   
	.contact-right form {
		max-width: 680px;
		width: 100%;
		margin: auto;
	}
	/* Inner Banner Section  */
	.inner-banner-left {
		padding-left: 20px;
	}
	.inner-banner-left h1 {
		font-size: 26px;
	}
	.inner-banner-left a {
		font-size: 20px;
		padding: 12px 20px 12px 65px;
	}
	.inner-banner-left a span {
		font-size: 15px;
		line-height: normal;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.inner-banner-left a::before {
		left: 15px;
	}
	.inner-brand p {
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 25px;
	}
	.inner-brand img {
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content;
	}
	.inner-brand-area hr {
		margin: 30px 0;
	}
	/* Main Inner Page  */
	.next-avail-area {
		gap: 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.inner-contact {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.main-inner .inner-con-left {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: 525px;
		width: 100%;
	}
	.main-inner .clifton-wrap .clifton a::before {
		left: -11px;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}
	.main-inner .clifton-wrap .clifton a {
		font-size: 26px;
		padding: 24px 15px 24px 95px;
	}
	.main-inner .two-col-list {
		gap: 30px;
	}
	.blog-content {
		margin-top: 0;
		padding: 38px 15px;
	}
	.blog-thum img {
		height: 250px;
	}
	.blog-content a {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.blog-content p {
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.blog-content span {
		font-size: 16px;
		line-height: 1.6;
	}
	.blog-btn a {
		padding: 13px 50px;
	}
	.nextpatient-provider {
		gap: 20px;
	}
	.nextpatient-provider-table .nextpatient-provider-image-cell {
		min-width: 250px !important;
	}
	.nextpatient-provider-name b {
		font-size: 26px;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.main-inner .nextpatient-provider-blurb p {
		margin-bottom: 15px;
	}
	.nextpatient-provider-times > div {
		margin-right: 10px !important;
		padding-right: 10px !important;
	}
	.nextpatient-slot-time-time {
		font-size: 23px !important;
	}
	.nextpatient-provider-times > div:last-child a {
		width: 50px;
		height: 62px;
	}
	.main-inner.not-found li.two-cols ul {
		min-width: auto;
		column-count: 1;
	}
}
/* 991 End  */
@media all and (max-width:768px){
	.on-this-page-content-wraper ul {
		flex-direction: column;
	}
	.heading {
		font-size: 26px;
	}
	.heading span {
		font-size: 24px;
		margin-bottom: 10px;
	}
	/* Brand Logo Section  */
	.brand-logo {
		min-width: 1000px;
		background-position: top left;
		background-size: contain;
	}
	/* Adult and Section */
	.adult-head p {
		font-size: 16px;
		line-height: 1.5;
	}
	.single-adult .title {
		font-size: 24px;
		padding-bottom: 14px;
		margin-bottom: 22px;
	}
	.single-adult p {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	/* Foot Conditions Section */
	.foot-tab {
		margin-top: 50px;
	}
	.foot-condition-head p {
		font-size: 16px;
		line-height: 1.6;
	}
	/* What Our Patients Section  */
	.the-premire-head {
		margin-bottom: 50px;
	}
	.the-premire-head h4 {
		font-size: 23px;
		line-height: 1.4;;
		margin-top: 50px;
	}
	.premier-bg {
		background: unset;
		padding: 50px 0;
	}
	.premier-bg {
		background: unset;
		-webkit-filter: unset;
		filter: unset;
		position: relative;
		z-index: 9;
	}
	.premier-bg img {
		display: block;
		height: 350px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: bottom center;
		object-position: bottom center;
		margin: 0 5px;
	}
	.premier-bg .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 40px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 10px;
	}
	.premier-bg .slick-dots li button {
		font-size: 0;
		display: block;
		width: 12px;
		height: 12px;
		background: #00B7BD;
		border-radius: 50%;
	}
	.premier-bg .slick-dots li.slick-active button {
		background: #FFF;
	}
	/* Choose a podiatrist Section */
	.choose-podi {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 -15px;
	}
	.choose-podi h4 {
		font-size: 18px;
	}
	.choose-podi p {
		font-size: 16px;
		line-height: 1.6;
	}
	/* Technologies Section */
	.technologies-gallery {
		height: auto;
		background: unset;
	}
	.single-tecno img {
		height: 300px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		margin: 0 5px;
	}
	.single-tecno {
		display: block;
	}
	.technologies-list li {
		font-size: 16px;
		line-height: 1.5;
		padding-left: 22px;
		padding-bottom: 10px;
	}
	.technologies-list li::before {
		top: -4px;
		left: -7px;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}

	.technologies-gallery .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 40px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 10px;
	}
	.technologies-gallery .slick-dots li button {
		font-size: 0;
		display: block;
		width: 12px;
		height: 12px;
		background: #00B7BD;
		border-radius: 50%;
	}
	.technologies-gallery .slick-dots li.slick-active button {
		background: #FFF;
	}
	/* Foot Doctor Section */
	.foot-doctor p {
		font-size: 16px;
		line-height: 1.6;
	}
	/* Main Inner  */
	.inner-brand-area hr::after {
		width: 200px;
	}
	.right-img {
		gap: 40px;
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}
	.right-img .img {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.main-inner .big-p {
		font-size: 16px;
	}
	.main-inner h2 {
		font-size: 26px;
	}
	.main-inner .bgc,
	.main-inner .note {
		padding: 100px 20px 40px 20px;
	}
	.main-inner .bgc::before,
	.main-inner .note::before {
		top: 30px;
	}
	.main-inner .bgc p,
	.main-inner .note p {
		font-size: 16px;
		line-height: 1.6;
	}
	.right-img.short p,
	.main-inner p, 
	.main-inner ul li, 
	.main-inner ol li, 
	.main-inner ul li a, 
	.main-inner ol li a {
		font-size: 16px;
		line-height: 1.6;
	}
	.main-inner ul li, .main-inner ol li {
		line-height: 34px;
	}
	.in-google-review {
		padding: 50px 50px;
	}
	.in-google-review span {
		margin-bottom: 25px;
		padding-top: 64px;
	}
	.main-inner .in-google-review p {
		font-size: 18px;
		line-height: 1.7;
	}
	.main-inner .box-list {
		-webkit-columns: 2 300px;
		-moz-columns: 2 300px;
		columns: 2 300px;
		gap: 25px;
	}   
	/* inner side bar  */
	.sidebar-gallery,
	.single-bar-right {
		max-width: 338px;
		width: 100%;
	}
	.main-inner .border-box h3,
	.main-inner .Valuable-training-head p {
		font-size: 16px;
		line-height: 1.6;
	}
	.updated {
		font-style: italic;
		font-size: 18px;
		line-height: 1.6;
	}
	.address-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 500px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.address-wrap > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.map-wrap {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		gap: 40px;
	}
	.main-inner .map-wrap iframe {
		max-height: 100%;
		height: unset;
		aspect-ratio: 16/9;
	}
	.main-inner .map-wrap p {
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.alignright {
		float: unset;
		margin-left: 0;
	}
	img.alignright {
		width: 100%;
	}
	.main-inner blockquote {
		padding: 120px 30px 40px 30px;
		margin-bottom: 50px;
	}
	.main-inner blockquote p {
		font-size: 20px;
		line-height: 32px;
	}

}
/*768 End */
@media all and (max-width:767px) {
	.condpage {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.condpage a {
		width:100%;
		padding: 10px;
		font-size: 17px;
	}

	/* header top  */
	.main-header {
		padding-top: 28px;
	}
	.main-header.home {
		background: #FFF;
	}
	.main-header.home .header-left a img {
		-webkit-filter: brightness(0);
		filter: brightness(0);
	}
	.header-left a img {
		height: 55px;
	}
	.header-link {
		position: fixed;
		top: 5px;
		left: 0;
		width: 100%;
	}
	.main-header.home .header-link ul li, 
	.main-header.home .header-link ul li a {
		color: #000;
	}
	.main-header.home .header-link ul li.loca::before {
		-webkit-filter: brightness(0);
		filter: brightness(0);
	}
	.header-link ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header-link ul li, .header-link ul li a {
		line-height: normal;
		color: #000;
	}
	.main-header.home .mobile-bras {
		border-color: #000;
	}
	.main-header.home .mobile-bras span {
		color: #000;
	}
	.mobile-bras span {
		color: #000;
	}
	.header-link ul li.loca::before {
		top: 1px;
	}
	.main-header.home .header-btn .btn::before {
		-webkit-filter: unset;
		filter: unset;
	}
	/* banner section  */
	.banner-section {
		padding-bottom: 0;
	}
	.banner-section::before {
		width: 100%;
	}
	.banner-section::after {
		display: none;
	}
	.banner-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px;
	}
	.banner-wrap > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.banner-section .video-btn {
		top: 200px;
		bottom: unset;
		right: unset;
		left: 65%;
	}
	/* right  */
	.banner-right {
		background: #00B7BD;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 -15px;
	}
	.banner-right img {
		bottom: 0px;
		height: 350px;
		position: unset;
		margin: 0;
	}
	.banner-review {
		position: unset;
	}
	/* Start Here Section  */
	.start-here-wrp {
		gap: 50px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.start-here-wrp > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	/* Foot Conditions Section */
	.foot-tab-body {
		gap: 50px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.foot-tab-body .left .default-btn {
		margin-top: 40px;
	}
	/* Footer Section */
	.footer-content {
		gap: 40px 40px;
	}
	.single-footer span {
		font-size: 22px;
		line-height: normal;
		margin-bottom: 20px;
	}
	.single-footer ul li, .single-footer ul li a {
		font-size: 16px;
		line-height: 32px;
	}
	.nym {
		padding: 15px;
	}
	/* Inner Banner Section  */
	.inner-banner-wrap > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: 100%;
	}
	.inner-banner-right img {
		height: auto;
	}
	p#breadcrumbs {
		-webkit-clip-path: unset;
		clip-path: unset;
		background: transparent;
		color: #000;
	}
	p#breadcrumbs a {
		padding: 0;
		margin-right: 5px;
		margin-top: 0;
		-webkit-clip-path: unset;
		clip-path: unset;
		background: transparent;
		color: #000;
		text-decoration: underline;
		line-height: 1.5;
	}
	p#breadcrumbs a::after,
	p#breadcrumbs a::before {
		display: none;
	}
	.right-img.short {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		gap: 0;
	}
	.right-img.short .img {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 50px;
	}
	.nextpatient-box {
		padding-bottom: 0 !important;
	}
	.nextpatient-criteria-container {
		text-align: center;
	}
	.nextpatient-provider {
		flex-wrap: wrap;
		gap: 40px;
		justify-content: center;
	}
}
/* 576 End  */
@media all and (max-width: 576px){

	.main-inner .nextpatient-provider-blurb p, .main-inner .nextpatient-provider-table .nextpatient-provider-blurb {
		font-size: 16px!important;
		line-height: 1.5!important;
	}
	.nextpatient-provider-times > div {
		max-width: 30%!important;
	}
	.nextpatient-slot-time-day {
		font-size: 14px !important;
	}
	.nextpatient-slot-time-time {
		font-size: 15px !important;
	}
	img.alignleft {
		float: none;
		margin-right: 0px;
	}
	img.alignright {
		float: none;
		margin-left: 0px;
	}
	.gallery {
		column-count: 1;
	}
	.nextpatient-provider-times {
		flex-wrap: wrap;
		gap: 25px 0;
		justify-content: center;
	}
	.nextpatient-provider-times > div {
		flex: auto;
		max-width: 43%;
	}
	.nextpatient-provider-table .nextpatient-provider-image-cell {
		display: block !important;
	}
	.nextpatient-provider-table .nextpatient-provider-small-photo {
		display: none !important;
	}
	.main-inner .box-list li:last-child {
		margin-bottom: 0;
	}
	.main-inner .bgc, 
	.main-inner .note p,
	.main-inner blockquote p {
		font-size: 17px;
		line-height: 1.6;
	}
	.heading {
		font-size: 26px;
	}
	.heading span {
		font-size: 23px;
	}
	/* header top  */
	.header-left a img {
		height: 45px;
	}
	.header-link ul li.loca {
		margin-right: 10px;
		padding-right: 10px;
	}
	.header-link ul li.loca a {
		margin-left: 10px;
	}
	.side-nav-area {
		top: 85px;
	}
	.side-nav-left {
		display: none;
	}
	.side-bar-nav-area {
		padding: 50px 15px;
	}
	/* banner section  */
	.banner-btn-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.banner-right {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 1px;
	}
	.banner-right img {
		height: 250px;
	}
	.banner-review .star {
		padding-left: 33px;
	}
	.brand-logo-con h3 {
		font-size: 18px;
		line-height: 1.4;
	}
	/* Start Here Section  */
	.start-here h1 {
		font-size: 18px;
		line-height: normal;
	}
	.start-here h2 {
		font-size: 16px;
		line-height: normal;
		margin-top: 15px;
	}
	.start-here-logo {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.start-here-logo div {
		width: 155px;
	}
	.start-here-logo .one {
		background-position: top 15px left 6px;
	}
	.start-here-logo .two {
		background-position: top 18px left -185px;
	}
	.start-here-logo .three {
		background-position: top 17px left -376px;
	}
	.start-here-logo .four {
		background-position: top -76px left 6px;
	}
	.start-here-logo .five {
		background-position: top -73px left -184px;
	}
	.start-here-logo .six {
		background-position: top -74px left -375px;
	}
	.start-here-left .text-right {
		text-align: center;
		justify-content: center;
		gap: 20px;
	}
	.start-here-left .text-right a {
		min-width: 90%;
	}
	/* Adult and Section */
	.single-adult {
		margin: 0;
	}
	/* Doctor’s Note Section */
	.doctor-note {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.doctor-note > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: 100%;
	}
	/* Doctor’s Note Section */
	.major-in-wrap {
		padding: 40px 15px;
	}
	.major-in-left p {
		font-size: 16px;
		line-height: 1.6;
	}
	.major-in-right {
		min-width: 300px;
	}
	/* Foot Conditions Section */
	.foot-tab-body .left .title {
		font-size: 22px;
	}
	/* Modern Office Section */
	.what-our-head p {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.what-our-head .star {
		font-size: 20px;
		gap: 8px;
	}
	.what-our-head .star p {
		font-size: 16px;
	}
	.what-our-head h6 {
		font-size: 16px;
		line-height: 1.5;
	}
	.single-what p {
		font-size: 16px;
		line-height: 1.6;
	}
	/* What Our Patients Section  */
	.over-fifteen-head {
		background: #0E0E0E;
		padding: 20px;
		padding-top: 250px;
	}
	.the-premire-head h4 {
		font-size: 18px;
		line-height: 1.4;
	}
	.over-fifteen-head::before {
		padding: 0px;
		left: 0;
		right: 0;
		top: 30px;
		margin: auto;
		height: 180px;
	}
	.over-fifteen ul {
		max-width: 400px;
		width: 100%;
	}
	.over-fifteen ul li {
		font-size: 16px;
		line-height: 1.6;
		padding-bottom: 10px;
		margin-bottom: 10px;
		padding-left: 23px;
		min-width: unset;
		width: 100%;
	}
	.over-fifteen ul li::before {
		top: 0;
		left: -5px;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
	}
	/* Technologies Section */
	.technologies-list li {
		width: 100%;
	}
	/* Foot Doctor Section */
	.foot-doctor {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px;
	}
	.foot-doctor p {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	/* Contact Us Section  */
	.contact-right .single-input {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.contact-right .single-input input, 
	.contact-right .single-input select, 
	.contact-right .single-input textarea {
		font-size: 16px;
		padding: 17px 0;
	}
	.contact-right .call a span {
		font-size: 40px;
	}
	.single-contact-left > div {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.single-contact-left img, .single-contact-left iframe {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: 100%;
	}
	.single-contact-left img {
		max-height: 300px;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.single-contact-left iframe {
		height: 300px;
	}
	/* Footer Section */
	.footer-content {
		gap: 40px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-width: 455px;
		width: 100%;
		margin: auto;
	}
	.footer-content p {
		font-size: 16px;
		line-height: 1.6;
	}
	/* Inner Banner Section  */
	.inner-banner-left h1 {
		font-size: 24px;
	}
	.inner-banner-left h1::after {
		height: 3px;
	}
	/* Min inner  */
	.main-inner h2 {
		font-size: 22px;
		line-height: 1.4;
		padding-bottom: 15px;
	}
	.main-inner .bgc,
	.main-inner .note {
		padding: 100px 15px 40px 15px;
	}
	.main-inner ul {
		margin-left: 10px;
	}
	.main-inner ul li {
		line-height: 1.6;
	}
	.main-inner ul li::before {
		top: 8px;
	}
	.in-google-review span {
		margin-bottom: 15px;
	}
	.in-google-review::before {
		top: 0;
		right: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}
	.updated {
		font-size: 16px;
		line-height: 1.6;
		padding: 20px 15px;
	}
	.next-time {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px 20px;
	}
	.in-google-review {
		padding: 50px 15px;
	}
	.next-time > div:nth-child(2) {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		border-left: 0;
	}
	.sidebar-gallery {
		margin: 0 auto 5px auto;
		background-position: center;
	}
	.single-bar-right {
		margin: 0 auto 5px auto;
	}
	.main-inner .three-leg {
		gap: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.main-inner .three-leg li {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: 420px;
	}
	.main-inner .two-col-list {
		margin-bottom: 30px;
	}
	.main-inner .two-col-list li {
		font-size: 16px;
		line-height: 1.66;
		padding-left: 30px;
	}
	.main-inner .two-col-list li::before {
		top: 0px;
		left: -5px;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
	}
	.nav-links {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.main-inner img, .main-inner p {
		margin-bottom: 20px;
	}
	.diagnostic {
		background-size: cover;
		border-radius: 10px;
	}
	.diagnostic > div {
		padding: 30px 15px;
	}
	.diagnostic > div,
	.diagnostic:nth-child(odd) > div {
		margin: auto;
	}
	.main-inner .diagnostic h2 {
		font-size: 22px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.inner-contact {
		gap: 40px;
	}
	.main-inner .inner-con-left {
		max-width: 350px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.main-inner .inner-con-left > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.main-inner.contact h2 {
		font-size: 20px;
	}
	.main-inner .bgc,
	.main-inner .note {
		margin: 50px 0;
	}
	.clifton-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
	.clifton-wrap .clifton {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.main-inner .bg-black-list {
		margin: 50px 0;
		gap: 15px;
	}
	.main-inner .bg-black-list li {
		font-size: 16px;
		line-height: 1.6;
		max-width: 260px;
		padding: 20px 15px;
	}
	.main-inner .inner-accordion .accordion-title {
		font-size: 16px;
		line-height: 1.6;
		margin: 15px 0;
		padding-right: 25px;
	}
	.main-inner .inner-accordion .accordion-title::after {
		font-size: 18px;
		line-height: 18px;
	}
	.main-inner .address-wrap p a, 
	.main-inner .address-wrap p {
		font-size: 16px;
		line-height: 1.6;
	}
	.main-inner .address-wrap p a br, 
	.main-inner .address-wrap p br {
		display: none;
	}
	.main-inner .inner-accordion ul {
		margin-left: 0px;
	}
	.main-inner .inner-accordion ul li {
		font-size: 16px;
		line-height: 1.6;
	}
	.single-blog {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: 390px;
		width: 100%;
		margin: auto;
	}
	.main-inner blockquote.review {
		padding: 80px 15px 30px 15px;
	}
	.main-inner blockquote.review::before, 
	.main-inner blockquote.review::after {

		transform: scale(.7);
	}
	.main-inner blockquote.review::before {
		top: 17px;
	}
	.main-inner blockquote.review::after {
		bottom: 20px;
		right: -16px;
	}
	.main-inner blockquote.review p {
		font-size: 18px;
		line-height: 1.6;
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}   
	.banner-section {
		padding-top: 120px;
	}
	.banner-wrap {
		padding: 0px 15px;
	}
	.default-btn {
		width: 90%;
	}
	.banner-section .video-btn {
		top: 90px;
		left: 69%;
		z-index: -1;
		transform: scale(.5);
	}
	.main-header.home.fixed {
		background: #fff;
	}
	.main-header.home.fixed .mobile-bras span {
		color: #000000;
	}
	.main-header.home.fixed .mobile-bras {
		border-color: #000000;
	}
}
/*576 End */
@media all and (max-width: 424px) {
	/* Doctor’s Note Section */
	.major-in-right {
		min-width: 265px;
	}
	/* Main Inner  */
	.main-inner .Valuable-training ul li {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.main-inner .clifton-wrap .clifton a {
		font-size: 22px;
	}
}   