/*Theme Name: mynycdoctors

	Description: This is the sample theme created for the Genesis Framework.

	Author: StudioPress

	Author URI: http://www.studiopress.com/

	Version: 2.0.1

	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis

	Template Version: 2.0.1

	License: GPL-2.0+

	License URI: http://www.opensource.org/licenses/gpl-license.php

*/

/* Table of Contents

	- HTML5 Reset

		- Baseline Normalize

    	- Box Sizing

		- Float Clearing

	- Defaults

		- Typographical Elements

		- Headings

		- Objects

		- Forms

		- Tables

	- Structure and Layout

		- Site Containers

		- Column Widths and Positions

		- Column Classes

	- Common Classes

		- WordPress

	- Genesis

		- Titles

	- Widgets

		- Featured Content

	- Plugins

		- Genesis eNews Extended

		- Genesis Latest Tweets

		- Gravity Forms

		- Jetpack

- Site Header

		- Title Area

		- Widget Area

	- Site Navigation

		- Header Navigation

    	- Primary Navigation

		- Secondary Navigation

	- Content Area

		- Entries

		- Pagination

		- Comments

	- Sidebars

	- Footer Widgets

   - Site Footer

	- Media Queries

		- max-width: 1139px

     	- max-width: 1023px

		- max-width: 767px

*/

/*HTML5 Reset

---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize

normalize.css v2.1.2 | MIT License | git.io/normalize

--------------------------------------------- */



article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {

	display: block

}

audio, canvas, video {

	display: inline-block

}

audio:not([controls]) {

	display: none;

	height: 0

}

 [hidden] {

 display:none

}

html {

	font-family: sans-serif;

	-ms-text-size-adjust: 100%;

	-webkit-text-size-adjust: 100%

}

body {

	margin: 0

}

a:focus {

	outline: thin dotted

}

a:active, a:hover {

	outline: 0

}

a:visited {

	color: #ca7414;

}

h1 {

	font-size: 2em;

	margin: .67em 0

}

abbr[title] {

	border-bottom: 1px dotted

}

b, strong {

	font-weight: bold

}

dfn {

	font-style: italic

}

hr {

	-moz-box-sizing: content-box;

	box-sizing: content-box;

	height: 0

}

mark {

	background: #ff0;

	color: #000

}

code, kbd, pre, samp {

	font-family: monospace, serif;

	font-size: 1em

}

pre {

	white-space: pre-wrap

}

q {

	quotes: "\201C" "\201D" "\2018" "\2019"

}

small {

	font-size: 80%

}

sub, sup {

	font-size: 75%;

	line-height: 0;

	position: relative;

	vertical-align: baseline

}

sup {

	top: -0.5em

}

sub {

	bottom: -0.25em

}

img {

	border: 0

}

svg:not(:root) {

	overflow: hidden

}

figure {

	margin: 0

}

fieldset {

	border: 1px solid silver;

	margin: 0 2px;

	padding: .35em .625em .75em

}

legend {

	border: 0;

	padding: 0

}

button, input, select, textarea {

	font-family: inherit;

	font-size: 100%;

	margin: 0

}

button, input {

	line-height: normal

}

button, select {

	text-transform: none

}

button, html input[type="button"], input[type="reset"], input[type="submit"] {

	-webkit-appearance: button;

	cursor: pointer

}

button[disabled], html input[disabled] {

	cursor: default

}

input[type="checkbox"], input[type="radio"] {

	box-sizing: border-box;

	padding: 0

}

input[type="search"] {

	-webkit-appearance: textfield;

	-moz-box-sizing: content-box;

	-webkit-box-sizing: content-box;

	box-sizing: content-box

}

 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {

 -webkit-appearance:none

}

 button::-moz-focus-inner, input::-moz-focus-inner {

 border:0;

 padding:0

}

textarea {

	overflow: auto;

	vertical-align: top

}

table {

	border-collapse: collapse;

	border-spacing: 0

}

/* Box Sizing















--------------------------------------------- */































*, input[type="search"] {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}

/* Float Clearing















--------------------------------------------- */





























div.wpcf7-mail-sent-ok {

    border: 2px solid #398f14;

    color: #398f14 !important;

}

.archive-pagination:before, .clearfix:before, .entry:before, .entry-pagination:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {

	content: " ";

	display: table;

}

.archive-pagination:after, .clearfix:after, .entry:after, .entry-pagination:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {

	clear: both;

	content: " ";

	display: table;

}

/*















Defaults















---------------------------------------------------------------------------------------------------- */































/* Typographical Elements















--------------------------------------------- */































html {

	font-size: 62.5%; /* 10px browser default */

}

body {

	background-color: #fff;

	color: #2f2f2f;

	font-family: 'ProximaNovaA-Regular';

	font-size: 18px;

	font-weight: normal;

	line-height: 1.625;

}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button {

	-webkit-transition: all 0.1s ease-in-out;

	-moz-transition: all 0.1s ease-in-out;

	-ms-transition: all 0.1s ease-in-out;

	-o-transition: all 0.1s ease-in-out;

	transition: all 0.1s ease-in-out;

}































::-moz-selection {

 background-color: #333;

 color: #fff;

}

::selection {

	background-color: #333;

	color: #fff;

}

a {

	color: #ca7414;

	text-decoration: none;

}

a img {

	margin-bottom: -4px;

	margin-bottom: -0.4rem;

}

a:hover {

	color: #333;

}

p {

	margin: 0 0 24px;

	margin: 0 0 2.4rem;

	padding: 0;

}

strong {

	font-weight: 700;

}

ol, ul {

	margin: 0;

	padding: 0;

}

blockquote, blockquote::before {

	color: #999;

}

blockquote {

	margin: 40px 40px 24px;

	margin: 4rem 4rem 2.4rem;

}

blockquote::before {

	content: "\201C";

	display: block;

	font-size: 30px;

	font-size: 3rem;

	height: 0;

	left: -20px;

	position: relative;

	top: -10px;

}

.entry-content code {

	background-color: #333;

	color: #ddd;

}

cite {

	font-style: normal;

}

/* Headings















--------------------------------------------- */































h1, h2, h3, h4, h5, h6 {

	color: #333;

	font-family: Lato, sans-serif;

	font-weight: 700;

	line-height: 1.2;

	margin: 0 0 16px;

	margin: 0 0 1.6rem;

}

h1 {

	font-size: 36px;

	font-size: 3.6rem;

}

h2 {

	font-size: 30px;

	font-size: 3rem;

}

h3 {

	font-size: 24px;

	font-size: 2.4rem;

}

h4 {

	font-size: 20px;

	font-size: 2rem;

}

h5 {

	font-size: 18px;

	font-size: 1.8rem;

}

h6 {

	font-size: 16px;

	font-size: 1.6rem;

}

/* Objects















--------------------------------------------- */































embed, iframe, img, object, video, .wp-caption {

	max-width: 100%;

}

img {

	height: auto;

	width: auto; /* IE8 */

}

/* Forms















--------------------------------------------- */































input, select, textarea {

	background-color: #fff;

	border: 1px solid #ddd;

	border-radius: 3px;

	box-shadow: 1px 1px 3px #eee inset;

	color: #000;

	font-size: 14px;

	font-size: 1.4rem;

	padding: 16px;

	padding: 1.6rem;

	width: 100%;

}

input:focus, textarea:focus {

	border: 1px solid #999;

	outline: none;

}































::-moz-placeholder {

 color: #999;

 opacity: 1;

}































::-webkit-input-placeholder {

 color: #999;

}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {

	background-color: #333;

	border: none;

	box-shadow: none;

	color: #fff;

	cursor: pointer;

	padding: 16px 24px;

	padding: 1.6rem 2.4rem;

	text-transform: uppercase;

	width: auto;

}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .entry-content .button:hover {

	background-color: #6588ab;

}

.entry-content .button:hover {

	color: #fff;

}

.button {

	border-radius: 3px;

	display: inline-block;

}

 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {

 display: none;

}

/* Tables















--------------------------------------------- */































table {

	border-collapse: collapse;

	border-spacing: 0;

	line-height: 2;

	margin-bottom: 40px;

	margin-bottom: 4rem;

	width: 100%;

}

tbody {

	border-bottom: 1px solid #ddd;

}

th, td {

	text-align: left;

}

th {

	font-weight: bold;

	text-transform: uppercase;

}

td {

	border-top: 1px solid #ddd;

	padding: 6px 0;

	padding: 0.6rem 0;

}

/*















Structure and Layout















---------------------------------------------------------------------------------------------------- */































/* Site Containers















--------------------------------------------- */















































.wrap {

	margin: 0 auto;

	max-width: 1170px;

}

.site-inner {

	clear: both;

}

/* Column Widths and Positions















--------------------------------------------- */































/* Wrapping div for .content and .sidebar-primary */































.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {

	width: 920px;

}

.content-sidebar-sidebar .content-sidebar-wrap {

	float: left;

}

.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {

	float: right;

}

/* Content */































.content {

	float: right;

	width: 750px;

}

.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {

	float: left;

}

.content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {

	width: 520px;

}

.full-width-content .content {

	width: 100%;

}

/* Primary Sidebar */































.sidebar-primary {

	background: #2c334f;

	padding: 0 30px 0px;

	float: right;

	width: 370px;

}

.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {

	float: left;

}

/* Secondary Sidebar */































.sidebar-secondary {

	float: left;

	width: 180px;

}

.content-sidebar-sidebar .sidebar-secondary {

	float: right;

}

/* Column Classes















	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css















--------------------------------------------- */































.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {

	float: left;

	margin-left: 2.564102564102564%;

}

.one-half, .three-sixths, .two-fourths {

	width: 48.717948717948715%;

}

.one-third, .two-sixths {

	width: 31.623931623931625%;

}

.four-sixths, .two-thirds {

	width: 65.81196581196582%;

}

.one-fourth {

	width: 23.076923076923077%;

}

.three-fourths {

	width: 74.35897435897436%;

}

.one-sixth {

	width: 14.52991452991453%;

}

.five-sixths {

	width: 82.90598290598291%;

}

.first {

	clear: both;

	margin-left: 0;

}

/*















Common Classes















---------------------------------------------------------------------------------------------------- */































/* WordPress















--------------------------------------------- */































.avatar {

	float: left;

}

.alignleft .avatar {

	margin-right: 24px;

	margin-right: 2.4rem;

}

.alignright .avatar {

	margin-left: 24px;

	margin-left: 2.4rem;

}

.sidebar .search-form input[type="search"] {

	background: #ffffff;

	border: 1px solid #dfdfdf;

	border-radius: 0;

	box-shadow: none;

	color: #8e8e8e;

	font-size: 16px;

	font-weight: 400;

	margin: 0;

	padding: 16px 0 15px;

	text-indent: 10px;

	width: 100%;

}

.search-form input[type="submit"], .search-form input[type="submit"]:hover {

	background: #ca7414 url("images/search-icn.jpg") no-repeat center center;

	border: medium none;

	border-radius: 0;

	cursor: pointer;

	padding: 19px 30px 17px;

	position: absolute;

	right: 0;

	text-indent: -9999px;

	top: 0;

}

img.centered, .aligncenter {

	display: block;

	margin: 0 auto 24px;

	margin: 0 auto 2.4rem;

}

img.alignnone {

	margin-bottom: 12px;

	margin-bottom: 1.2rem;

}

.alignleft {

	float: left;

	text-align: left;

}

.alignright {

	float: right;

	text-align: right;

}

img.alignleft, .wp-caption.alignleft {

	margin: 0 24px 24px 0;

	margin: 0 2.4rem 2.4rem 0;

}

img.alignright, .wp-caption.alignright {

	margin: 0 0 24px 24px;

	margin: 0 0 2.4rem 2.4rem;

}

.wp-caption-text {

	font-size: 14px;

	font-size: 1.4rem;

	font-weight: 700;

	text-align: center;

}

.gallery-caption {

}

.widget_calendar table {

	width: 100%;

}

.widget_calendar td, .widget_calendar th {

	text-align: center;

}

/* Genesis















--------------------------------------------- */































.breadcrumb {

	margin-bottom: 20px;

	margin-bottom: 2rem;

}

.archive-description, .author-box {

	background-color: #fff;

	margin-bottom: 40px;

	margin-bottom: 4rem;

}

.archive-description {

	padding: 40px 40px 24px;

	padding: 4rem 4rem 2.4rem;

}

.author-box {

	padding: 40px;

	padding: 4rem;

}

.author-box-title {

	color: #333;

	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

	font-size: 16px;

	font-size: 1.6rem;

	margin-bottom: 4px;

	margin-bottom: 0.4rem;

}

.author-box a {

	border-bottom: 1px solid #ddd;

}

.author-box p {

	margin-bottom: 0;

}

.author-box .avatar {

	margin-right: 24px;

	margin-right: 2.4rem;

}

/* Titles















--------------------------------------------- */































.entry-title {

	font-size: 36px;

	font-size: 3.6rem;

	line-height: 1;

}

.entry-title a, .sidebar .widget-title a {

	color: #333;

}

.entry-title a:hover {

	color: #666;

}

.widget-title {

	font-size: 16px;

	font-size: 1.6rem;

	margin-bottom: 24px;

	margin-bottom: 2.4rem;

	text-transform: uppercase;

}

.sidebar .widget-title a {

	border: none;

}

.archive-title {

	font-size: 20px;

	font-size: 2rem;

	margin-bottom: 24px;

	margin-bottom: 2.4rem;

}

/*















Widgets















---------------------------------------------------------------------------------------------------- */































/* Featured Content















--------------------------------------------- */































.featured-content .entry {

	border-bottom: 2px solid #f5f5f5;

	margin-bottom: 20px;

	margin-bottom: 2rem;

	padding: 0 0 24px;

	padding: 0 0 2.4rem;

}

.featured-content .entry-title {

	border: none;

	font-size: 24px;

	font-size: 2.4rem;

	line-height: 1.2;

}

.featured-content .entry-title a {

	border: none;

}

/*















Plugins















---------------------------------------------------------------------------------------------------- */































/* Genesis eNews Extended















--------------------------------------------- */































.enews-widget {

	color: #999;

}

.enews-widget .widget-title {

	color: #fff;

}

.enews-widget input {

	margin-bottom: 16px;

	margin-bottom: 1.6rem;

}

.enews-widget input:focus {

	border: 1px solid #ddd;

}

.enews-widget input[type="submit"] {

	background-color: #f15123;

	color: #fff;

	margin: 0;

	width: 100%;

}

.enews-widget input:hover[type="submit"] {

	background-color: #fff;

	color: #333;

}

/* Genesis Latest Tweets















--------------------------------------------- */































.latest-tweets ul li {

	margin-bottom: 16px;

	margin-bottom: 1.6rem;

}

/* Gravity Forms















--------------------------------------------- */































div.gform_wrapper input[type="email"], div.gform_wrapper input[type="text"], div.gform_wrapper textarea, div.gform_wrapper .ginput_complex label {

	font-size: 16px;

	font-size: 1.6rem;

	padding: 16px;

	padding: 1.6rem;

}

div.gform_wrapper .ginput_complex label {

	padding: 0;

}

div.gform_wrapper li, div.gform_wrapper form li {

	margin: 16px 0 0;

	margin: 1.6rem 0 0;

}

div.gform_wrapper .gform_footer input[type="submit"] {

	font-size: 14px;

	font-size: 1.4rem;

}

/* Jetpack















--------------------------------------------- */































img#wpstats {

	display: none;

}

/*















Site Header















---------------------------------------------------------------------------------------------------- */































.site-header {

	background-color: #fff;

}

.site-header .wrap {

	padding: 40px 0;

	padding: 4rem 0;

}

/* Title Area















--------------------------------------------- */































.title-area {

	float: left;

	font-family: Lato, sans-serif;

	font-weight: 700;

	padding: 16px 0;

	padding: 1.6rem 0;

	width: 320px;

}

.header-image .title-area {

	padding: 0;

}

.site-title {

	font-size: 28px;

	font-size: 2.8rem;

	line-height: 1;

	margin: 0 0 8px;

	margin: 0 0 0.8rem;

	text-transform: uppercase;

}

.site-title a, .site-title a:hover {

	color: #333;

}

.site-description {

	color: #999;

	font-size: 16px;

	font-size: 1.6rem;

	font-weight: 300;

	line-height: 1;

	margin-bottom: 0;

}

/* Full width header, no widgets */































.header-full-width .title-area, .header-full-width .site-title {

	width: 100%;

}

.header-image .site-description, .header-image .site-title a {

	display: block;

	text-indent: -9999px;

}

/* Logo, hide text */































.header-image .site-header .wrap {

	background: url(images/logo.png) no-repeat left;

	padding: 0;

}

.header-image .site-title a {

	float: left;

	min-height: 164px;

	width: 100%;

}

/* Widget Area















--------------------------------------------- */































.widget-area {

	word-wrap: break-word;

}

.site-header .widget-area {

	float: right;

	text-align: right;

	width: 800px;

}

.header-image .site-header .widget-area {

	padding: 40px 0;

	padding: 4rem 0;

}

.site-header .search-form {

	float: right;

	margin-top: 24px;

	margin-top: 2.4rem;

}

/*















Site Navigation















---------------------------------------------------------------------------------------------------- */































.genesis-nav-menu {

	clear: both;

	color: #999;

	font-family: Lato, sans-serif;

	line-height: 1.5;

	width: 100%;

}

.genesis-nav-menu .menu-item {

	display: inline-block;

	text-align: left;

}

.genesis-nav-menu a {

	border: none;

	color: #999;

	display: block;

	padding: 28px 24px;

	padding: 2.8rem 2.4rem;

	position: relative;

}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {

	color: #333;

}

.genesis-nav-menu .sub-menu .current-menu-item > a {

	color: #999;

}

.genesis-nav-menu > .menu-item > a {

	text-transform: uppercase;

}

.genesis-nav-menu .sub-menu {

	left: -9999px;

	opacity: 0;

	position: absolute;

	-webkit-transition: opacity .4s ease-in-out;

	-moz-transition: opacity .4s ease-in-out;

	-ms-transition: opacity .4s ease-in-out;

	-o-transition: opacity .4s ease-in-out;

	transition: opacity .4s ease-in-out;

	width: 200px;

	z-index: 99;

}

.genesis-nav-menu .sub-menu a {

	background-color: #fff;

	border: 1px solid #eee;

	border-top: none;

	font-size: 14px;

	font-size: 1.4rem;

	padding: 16px 20px;

	padding: 1.6rem 2rem;

	position: relative;

	width: 200px;

}

.genesis-nav-menu .sub-menu .sub-menu {

	margin: -54px 0 0 199px;

}

.genesis-nav-menu .menu-item:hover {

	position: static;

}

.genesis-nav-menu .menu-item:hover > .sub-menu {

	left: auto;

	opacity: 1;

}

.genesis-nav-menu > .first > a {

	padding-left: 0;

}

.genesis-nav-menu > .last > a {

	padding-right: 0;

}

.genesis-nav-menu > .right {

	display: inline-block;

	float: right;

	list-style-type: none;

	padding: 28px 0;

	padding: 2.8rem 0;

	text-transform: uppercase;

}

.genesis-nav-menu > .right > a {

	display: inline;

	padding: 0;

}

.genesis-nav-menu > .rss > a {

	margin-left: 48px;

	margin-left: 4.8rem;

}

.genesis-nav-menu > .search {

	padding: 14px 0 0;

	padding: 1.4rem 0 0;

}

/* Site Header Navigation















--------------------------------------------- */































.site-header .sub-menu {

	border-top: 1px solid #eee;

}

.site-header .sub-menu .sub-menu {

	margin-top: -55px;

}

/* Primary Navigation















--------------------------------------------- */































.nav-primary {

	background-color: #333;

}

.nav-primary a:hover, .nav-primary .current-menu-item > a {

	color: #fff;

}

.nav-primary .sub-menu a:hover {

	color: #333;

}

/* Secondary Navigation















--------------------------------------------- */































.nav-secondary {

	background-color: #fff;

}

/*















Content Area















---------------------------------------------------------------------------------------------------- */































/* Entries















--------------------------------------------- */































.entry {

	background-color: #fff;

	border-radius: 3px;

	margin-bottom: 40px;

	margin-bottom: 4rem;

	padding: 40px 40px 24px;

	padding: 4rem 4rem 2.4rem;

}

.entry-content a {

	border-bottom: 1px solid #ddd;

	color: #f15123;

}

.entry-content a:hover {

	color: #333;

}

.entry-content .attachment a, .entry-content .gallery a {

	border: none;

}

.entry-content ol, .entry-content p, .entry-content ul, .quote-caption {

	margin-bottom: 26px;

	margin-bottom: 2.6rem;

}

.entry-content ol, .entry-content ul {

	margin-left: 40px;

	margin-left: 4rem;

}

.entry-content ol li {

	list-style-type: decimal;

}

.entry-content ul li {

	list-style-type: disc;

}

.entry-content ol ol, .entry-content ul ul {

	margin-bottom: 0;

}

.entry-content .search-form {

	width: 50%;

}

.entry-meta {

	color: #999;

	font-size: 14px;

	font-size: 1.4rem;

}

.entry-meta a {

	border-bottom: 1px solid #ddd;

}

.entry-header .entry-meta {

	margin-bottom: 24px;

	margin-bottom: 2.4rem;

}

.entry-footer .entry-meta {

	border-top: 2px solid #f5f5f5;

	margin: 0 -40px;

	margin: 0 -4rem;

	padding: 32px 40px 8px;

	padding: 3.2rem 4rem 0.8rem;

}

.entry-comments-link::before {

	content: "\2014";

	margin: 0 6px 0 2px;

	margin: 0 0.6rem 0 0.2rem;

}

.entry-categories, .entry-tags {

	display: block;

}

/* Pagination















--------------------------------------------- */































.archive-pagination, .entry-pagination {

	font-size: 14px;

	font-size: 1.4rem;

	margin: 40px 0;

	margin: 4rem 0;

}

.archive-pagination li {

	display: inline;

}

.archive-pagination li a {

	background-color: #dfdfdf;

	border-radius: 0px;

	color: #767676;

	cursor: pointer;

	display: inline-block;

	padding: 6px 14px;

	font-size: 15px;

}

.archive-pagination li a:hover, .archive-pagination li.active a {

	background-color: #6d97c1;

	color: #fff;

}

.entry-pagination a {

	border-bottom: 1px solid #ddd;

}

/* Comments















--------------------------------------------- */































.comment-respond, .entry-comments, .entry-pings {

	background-color: #fff;

	margin-bottom: 40px;

	margin-bottom: 4rem;

}

.entry-comments {

	padding: 40px;

	padding: 4rem;

}

.comment-respond, .entry-pings {

	padding: 40px 40px 16px;

	padding: 4rem 4rem 1.6rem;

}

.comment-respond a, .entry-comments a {

	border-bottom: 1px solid #ddd;

}

.comment-content {

	clear: both;

}

.entry-comments .comment-author {

	margin-bottom: 0;

}

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {

	width: 50%

}

.comment-respond label {

	display: block;

	margin-right: 12px;

	margin-right: 1.2rem;

}

.comment-list li, .ping-list li {

	list-style-type: none;

}

.comment-list li {

	margin-top: 24px;

	margin-top: 2.4rem;

	padding: 32px;

	padding: 3.2rem;

}

.comment-list li li {

	margin-right: -32px;

	margin-right: -3.2rem;

}

li.comment {

	background-color: #f5f5f5;

	border: 2px solid #fff;

	border-right: none;

}

.comment .avatar {

	margin: 0 16px 24px 0;

	margin: 0 1.6rem 2.4rem 0;

}

.entry-pings .reply {

	display: none;

}

.bypostauthor {

}

.form-allowed-tags {

	background-color: #f5f5f5;

	font-size: 14px;

	font-size: 1.4rem;

	padding: 24px;

	padding: 2.4rem;

}

/*















Sidebars















---------------------------------------------------------------------------------------------------- */































.sidebar {

	color: #999;

}

.sidebar p:last-child {

	margin-bottom: 0;

}

.sidebar li {

	list-style-type: none;

	margin-bottom: 6px;

	margin-bottom: 0.6rem;

	word-wrap: break-word;

}

.sidebar ul > li:last-child {

	margin-bottom: 0;

}

.sidebar .widget {

	margin-bottom: 0;

	padding: 20px 0 30px;

}

.sidebar .enews-widget {

	background-color: #333;

}

/*















Footer Widgets















---------------------------------------------------------------------------------------------------- */































.footer-widgets {

	background-color: #333;

	color: #999;

	clear: both;

	padding: 40px 0 16px;

	padding: 4rem 0 1.6rem;

}

.footer-widgets-1, .footer-widgets-3 {

	width: 350px;

}

.footer-widgets-2 {

	width: 360px;

}

.footer-widgets-1 {

	margin-right: 40px;

	margin-right: 4rem;

}

.footer-widgets-1, .footer-widgets-2 {

	float: left;

}

.footer-widgets-3 {

	float: right;

}

.footer-widgets a {

	border-bottom: 1px solid #666;

	color: #999;

}

.footer-widgets a:hover {

	color: #ddd;

}

.footer-widgets .widget {

	margin-bottom: 24px;

	margin-bottom: 2.4rem;

}

.footer-widgets .widget-title {

	color: #fff;

}

.footer-widgets li {

	list-style-type: none;

	margin-bottom: 6px;

	margin-bottom: 0.6rem;

	word-wrap: break-word;

}

.footer-widgets .search-form input:focus {

	border: 1px solid #ddd;

}

/*















Site Footer















---------------------------------------------------------------------------------------------------- */































.site-footer {

	background-color: #fff;

	color: #999;

	font-size: 14px;

	font-size: 1.4rem;

	text-align: center;

}

.site-footer a {

	border-bottom: 1px solid #ddd;

}

.site-footer p {

	margin-bottom: 0;

}

/*==================== My_cSS (25-11-15 ) =====================*/















/* ========== header-top =========== */ 















/* Generated by Fontie - the magic webfont generator <http://fontie.flowyapps.com> */































@font-face {

	font-family: 'ProximaNovaA-Regular';

	src: url('fonts/ProximaNovaA-Regular_gdi.eot');

	src: url('fonts/ProximaNovaA-Regular_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNovaA-Regular_gdi.woff') format('woff'), url('fonts/ProximaNovaA-Regular_gdi.ttf') format('truetype'), url('fonts/ProximaNovaA-Regular_gdi.svg#ProximaNovaA-Regular') format('svg');

	font-weight: 400;

	font-style: normal;

	font-stretch: normal;

 unicode-range: U+0020-25CA;

}

/* Generated by Fontie - the magic webfont generator <http://fontie.flowyapps.com> */































@font-face {

	font-family: 'ProximaNova-Semibold';

	src: url('fonts/ProximaNova-Semibold_gdi.eot');

	src: url('fonts/ProximaNova-Semibold_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Semibold_gdi.woff') format('woff'), url('fonts/ProximaNova-Semibold_gdi.ttf') format('truetype'), url('fonts/ProximaNova-Semibold_gdi.svg#ProximaNova-Semibold') format('svg');

	font-weight: 600;

	font-style: normal;

	font-stretch: normal;

 unicode-range: U+0020-2666;

}

/* Generated by Fontie - the magic webfont generator <http://fontie.flowyapps.com> */































@font-face {

	font-family: 'PlayfairDisplay-Regular';

	src: url('fonts/PlayfairDisplay-Regular_gdi.eot');

	src: url('fonts/PlayfairDisplay-Regular_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/PlayfairDisplay-Regular_gdi.woff') format('woff'), url('fonts/PlayfairDisplay-Regular_gdi.ttf') format('truetype'), url('fonts/PlayfairDisplay-Regular_gdi.svg#PlayfairDisplay-Regular') format('svg');

	font-weight: 400;

	font-style: normal;

	font-stretch: normal;

 unicode-range: U+0020-25CA;

}

/* Generated by Fontie - the magic webfont generator <http://fontie.flowyapps.com> */































@font-face {

	font-family: 'PlayfairDisplay-Bold';

	src: url('fonts/PlayfairDisplay-Bold_gdi.eot');

	src: url('fonts/PlayfairDisplay-Bold_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/PlayfairDisplay-Bold_gdi.woff') format('woff'), url('fonts/PlayfairDisplay-Bold_gdi.ttf') format('truetype'), url('fonts/PlayfairDisplay-Bold_gdi.svg#PlayfairDisplay-Bold') format('svg');

	font-weight: 700;

	font-style: normal;

	font-stretch: normal;

 unicode-range: U+0020-25CA;

}

/* Generated by Fontie - the magic webfont generator <http://fontie.flowyapps.com> */































@font-face {

	font-family: 'HelveticaNeueLTStd-MdCn';

	src: url('fonts/HelveticaNeueLTStd-MdCn_gdi.eot');

	src: url('fonts/HelveticaNeueLTStd-MdCn_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueLTStd-MdCn_gdi.woff') format('woff'), url('fonts/HelveticaNeueLTStd-MdCn_gdi.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-MdCn_gdi.svg#HelveticaNeueLTStd-MdCn') format('svg');

	font-weight: 500;

	font-style: normal;

	font-stretch: condensed;

 unicode-range: U+0020-25CA;

}

/* Generated by Fontie - the magic webfont generator <http://fontie.flowyapps.com> */































@font-face {

	font-family: 'ProximaNova-RegularIt';

	src: url('fonts/ProximaNova-RegularIt_gdi.eot');

	src: url('fonts/ProximaNova-RegularIt_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-RegularIt_gdi.woff') format('woff'), url('fonts/ProximaNova-RegularIt_gdi.ttf') format('truetype'), url('fonts/ProximaNova-RegularIt_gdi.svg#ProximaNova-RegularIt') format('svg');

	font-weight: 400;

	font-style: italic;

	font-stretch: normal;

 unicode-range: U+0020-2122;

}

.header_top_section:after {

	clear: both;

	display: block;

	content: "";

}

header.site-header {

	background: #2c334f;

}

.header_top_section {

	padding: 8px 0;

	color: #fff;

}

.site-header .wrap {

	padding-top: 0px;

}

.top_left_social {

	float: left;

	width: 36%;

}

.header_top_section .location, .header_top_section .location {

	float: left;

}

.header_top_section .location p {

	margin: 0;

	font-family: 'ProximaNovaA-Regular';

	font-size: 15px;

	float: right;

	background: url("images/location.jpg") no-repeat left top;

	padding-left: 25px;

	line-height: 30px;

}

.top_right_section {

	float: right;

	width: 66%;

}

.top_contact_right {

	float: right;

	line-height: 0;

	margin-top: 6px;

}

.header_bottom {

	clear: both;

}

.social_links li {

	float: left;

	list-style: none;

	margin-right: 5px;

}

.schedule_button a {

	font-family: 'ProximaNova-Semibold';

	text-transform: uppercase;

	color: #fff;

	font-size: 20px;

	background: #ca7414;

	padding: 4px 8px;

	line-height: 1px;

}

.schedule_button {

	float: left;

	margin-right: 15px;

}

.top_contact_right > span {

	display: block;

	font-family: 'ProximaNovaA-Regular';

	float: right;

	line-height: 16px;

	margin-left: 15px;

	font-size: 20px;

}

.location {

	margin-right: 25px;

}

.top_left_social {

	float: left;

	width: 34%;

}

header.site-header .wrap {

	padding-bottom: 0px;

}

.top_contact_right span a {

	color: #fff;

}

.homepage_banner_content {

	margin: 0 auto;

	max-width: 1200px;

}

.top_left_social .social_links li img {

	max-width: 26px;

}

.top_contact_right > img {

	float: left;

}

/*======= MEnu=============*/































.home .header-main {

	background: #fff\9;

}

.home .header-main {

	background: rgba(252, 251, 248, 0.7);

	position: absolute;

	top: 0;

	width: 100%;

	z-index: 999;

}

.home .header_bottom {

	background: rgba(252,251,248,0.8);

	position: relative;

}

.header_bottom_left {

	width: 35%;

	float: left;

	padding: 15px 0;

}

.header_bottom_right {

	width: 65%;

	float: right;

}

.header_bottom_right ul {

	text-align: right;

	display: block;

}

.header_bottom_right ul li {

	list-style: none;

	display: inline-block;

	margin-left: 15px;

}

.header_bottom_right ul li a {

	color: #484848;

	font-family: 'ProximaNova-Semibold';

	font-size: 16px;

	text-transform: uppercase;

	padding: 15px 0;

	line-height: 41px;

	display: block;

}

.header_bottom_right ul li:first-child {

	margin-left: 0;

}

/* ===== sub-menus ===== */ 















.header_bottom_right ul ul {

	width: 120px;

	background: #efefef;

}

.header_bottom_right ul ul li a {

	background: #4d5471;

	color: #fff;

	font-size: 14px;

	letter-spacing: 1px;

	line-height: 22px;

	margin: 0;

	padding: 8px 10px;

	text-align: left;

	width: 100%;

}

.header_bottom_right ul ul li {

	margin: 0;

	width: 200px;

}

.header_bottom_right ul ul li>a:hover {

	background: #ccc;

	color: #2c334f

}

/* ===== current item ===== */















.header_bottom_right .current-menu-item a, .header_bottom_right ul li a:hover {

	color: #0075c1;

}

.header_bottom_right .current-menu-item .sub-menu a {

	color: #222;

}

.header_bottom_right .current-menu-item .sub-menu a:hover {

	color: #fff;

	background-color: #0061a0;

}

/* ===== dropdown ===== */















.header_bottom_right ul li {

	position: relative;

	display: inline-block;

}

.header_bottom_right ul li a {

	display: block;

}

.header_bottom_right ul li a:hover {

	position: relative;

}

.header_bottom_right ul li:hover ul {

	display: block;

	position: absolute;

	left: 0px;

	top: 70px;

	width: auto;

	height: auto;

	margin: 0;

	padding: 0;

	z-index: 1000;

}

.header_bottom_right ul ul li:hover ul, .header_bottom_right ul li:hover ul li:hover ul {

	display: block;

	top: 0px;

	left: 100%;

}

.header_bottom_right ul ul, .header_bottom_right ul li:hover ul ul {

	position: absolute;

	display: none;

}

/* ============== Banner ==================*/































.banner_bottom h3 {

	font-family: 'PlayfairDisplay-Bold';

	color: #ca7414;

	font-size: 54px;

	margin-bottom: 0px;

}

.banner_bottom h4 {

	font-family: 'PlayfairDisplay-Regular';

	color: #2c334f;

	font-size: 40px;

	font-weight: normal;

	margin-bottom: 25px;

}

.banner_bottom h2 {

	font-family: 'PlayfairDisplay-Bold';

	color: #4283bb;

	font-size: 69px;

	margin-bottom: 0px;

}

.banner_bottom {

	bottom: 0;

	position: absolute;

}

.homepage_banner_area img {

	width: 100%;

	vertical-align: top;

}

.homepage_banner_area {

	position: relative;

}

.banner_bottom {

	margin-top: -100px;

	position: absolute;

	top: 50%;

}

.slider-arrow {

	bottom: 0;

	left: 50%;

	margin-left: -24px;

	position: absolute;

}

.slider-arrow img {

	width: auto;

}

/*========= Sidebar ============*/































.leftsidebar {

	width: 367px;

	float: left;

	background: #2c334f;

	position: relative;

	padding: 0 25px 30px;

}

.leftsidebar:before {

	position: absolute;

	content: "";

	top: -57px;

	left: 0;

	background: url("images/sidebar-before.png") no-repeat;

	width: 395px;

	height: 57px;

}

.leftsidebar > div:first-child h2 {

	border: none;

	margin: -15px 0 38px;

	padding: 0;

	font-size: 30px;

	font-family: 'ProximaNovaA-Regular';

	position: relative;

}

.leftsidebar div.wpcf7-validation-errors {

	color: #fff;

}

/*====FORM=====*/































/*placeholder css*/















.home input[placeholder], .home [placeholder], .home *[placeholder] {

	color: #fff !important;

	opacity: 1;

}

 .home ::-webkit-input-placeholder { /* WebKit browsers */

 color:#fff !important;

 opacity: 1;

}

 .home :-moz-placeholder { /* Mozilla Firefox 4 to 18 */

 color:    #fff !important;

 opacity: 1;

}

 .home ::-moz-placeholder { /* Mozilla Firefox 19+ */

 color:   #fff !important;

 opacity: 1;

}

 .home :-ms-input-placeholder { /* Internet Explorer 10+ */

 color:    #fff !important;

 opacity: 1;

}

 .home *:-moz-placeholder {

 color: white !important;

 opacity: 1;

}

.sidebar div.wpcf7 .placeheld {

	color: #fff;

}

.sidebar input[placeholder], .sidebar [placeholder], .sidebar *[placeholder] {

	color: #fff !important;

	opacity: 1;

}

 .sidebar ::-webkit-input-placeholder { /* WebKit browsers */

 color:#fff;

 opacity: 1;

}

 .sidebar :-moz-placeholder { /* Mozilla Firefox 4 to 18 */

 color:    #fff;

 opacity: 1;

}

 .sidebar ::-moz-placeholder { /* Mozilla Firefox 19+ */

 color:   #fff;

 opacity: 1;

}

 .sidebar :-ms-input-placeholder { /* Internet Explorer 10+ */

 color:    #fff;

 opacity: 1;

}

 .sidebar *:-moz-placeholder {

 color: white;

 opacity: 1;

}

.sidebar .search-form [placeholder] {

	color: #000 !important

}

 .sidebar .search-form :-moz-placeholder {

color:#000 !important

}

 .sidebar .search-form :-ms-input-placeholder {

color:#000 !important

}











































































/*placeholder css*/















 input[placeholder], [placeholder], *[placeholder] {

 color:#000;

 opacity: 1;

}















 ::-webkit-input-placeholder { /* WebKit browsers */

 color:#000;

 opacity: 1;

}















 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */

 color:    #000;

 opacity: 1;

}















 ::-moz-placeholder { /* Mozilla Firefox 19+ */

 color:   #000;

 opacity: 1;

}















 :-ms-input-placeholder { /* Internet Explorer 10+ */

 color:    #000;

 opacity: 1;

}

 *:-moz-placeholder {

 color: #000;

 opacity: 1;

}

/* placeholder css*/















































.homepage_left_form input, .homepage_left_form textarea {

	background: #2c334f;

	box-shadow: none;

	border-width: 0 2px 2px;

	border-color: #fff;

	color: #fff;

	border-style: solid;

	font-family: 'ProximaNovaA-Regular';

	font-size: 18px;

	padding: 0 15px 12px;

	border-radius: 0px;

}

.homepage_left_form textarea {

	max-height: 120px;

}

.homepage_left_form input[type="submit"] {

	background: #ca7414;

	color: #fff;

	border: none;

	padding: 12px 32px;

	text-transform: uppercase;

	box-shadow: 0 0 10px 3px #22273d;

	font-family: 'HelveticaNeueLTStd-MdCn';

	font-size: 24px;

}

.homepage_left_form input[type="submit"]:hover {

	background: #6588ab;

}

.homepage_left_form {

	padding-bottom: 10px;

}

.leftsidebar .widget h3 {

	margin: 0 -25px;

	padding: 25px 25px 0;

	border-top: 2px solid #22273d;

	font-family: 'ProximaNova-Semibold';

	font-size: 40px;

	color: #fff;

}

.top_doctors_logo {

	margin-top: 18px;

}



.top_doctors_logo img.first-logo {

    float: left;

    margin: 0 12px 25px 0;

}

.top_doctors_logo img {

    display: block;

    margin: 0 auto 30px;

    text-align: center;

    vertical-align: middle;

}
.home-banner{
background-repeat: no-repeat;
    height: 610px;
}
.banner-text {
position: relative;
    top: 266px;
    left: 160px;
    width: 500px;
}





/*=====================COntent====================*/

.section_content {

padding: 42px 0 42px;

    clear: both;

    background: #f8f9fb;

}

.home_content_section p{

 color: #2f2f2f;

    font-family: 'ProximaNovaA-Regular';

    font-size: 18px !important;

    font-weight: normal;

}

.services_offered_heading {

text-align: center;

    color: #fff !important;

    font-size: 38px !important;

    font-family: 'ProximaNova-Semibold' !important;

	margin-bottom: 36px !important;

}

.services_offered {

    padding: 42px 0 42px;

    clear: both;

    background: url(https://www.mynycdoctor.com/wp-content/uploads/2017/07/check-up.jpg);

    background-repeat: no-repeat;

    background-size: cover;

	}

.services_offered_left {

        width: 47%;

    float: left;

   

}

.services_offered_tight{

    width: 50%;

    float: left;

  padding-left: 3%;

    border-left: 2px solid #fff;

}

.services_offered ul li{

    line-height: 28px !important;

    margin-bottom: 15px !important;

	color: #fff !important;

}



.homepage_right_area iframe {

  border: 5px solid #2c334f;

}

.content ul, .content ol {

	margin-left: 20px;

}

.homepage_right_area {

	float: right;

	padding-left: 30px;

	width: 803px;

	padding-top: 20px;

}

.home .homepage_right_area h2 {

	font-family: 'ProximaNovaA-Regular';   

	color: #4283bb;

	font-size: 40px;

	margin-bottom: 28px;

}

.homepage_right_area img.alignleft {

	margin: 0 28px 0 0;

}

.homepage_right_area {

	line-height: 32px;

}

.homepage_right_area ul li {

	list-style: none;

	padding-left: 30px;

	background: url("images/arrow.jpg") no-repeat left 6px;

	margin-bottom: 5px;

	width: 350px;

	margin-right:15px; 

	float:left; 

}



.homepage_right_area iframe {

    float: left;

    margin-right: 30px;

}

.home_list:after {

    clear: both;

    content: "";

    display: block;

}

.italic {

    color: #2c334f;

    display: block;

    font-size: 18px;

    font-weight: 600;

    margin-top: 25px;

}

a.button {

	background: #ca7414;

	color: #fff;

	border: 0px;

	padding: 12px 32px;

	text-transform: uppercase;

	box-shadow: 0 0 10px 3px #22273d;

	font-family: 'HelveticaNeueLTStd-MdCn';

	font-size: 24px;

	border-radius: 0px;

}

.homepage_right_area a.button {

	box-shadow: 0 0 10px 3px #d6d6d6;

}

.home_list {

	margin-bottom: 25px;

}

/*====================REVIEW=======================*/



.home .homepage_reviews_section  { padding: 56px 0 75px;}

.homepage_reviews_section {

	padding: 35px 0 25px;

	text-align: center;}

.from_the_blog_area img { max-height: 120px;}	

.homepage_reviews_section .bx-wrapper {

	margin: 0 auto;

}

.homepage_reviews_section h3 {

	font-size: 28px;

	color: #ca7414;

	text-transform: uppercase;

	position: relative;

}

.homepage_reviews_section h3:before {

	position: absolute;

	content: "";

	left: 0;

	width: 100%;

	height: 1px;

	background: #ca7414;

	top: 18px;

}

.home .homepage_reviews_section h3 span {

	background: #fff;

}

.homepage_reviews_section h3 span {

	background: #fbfbfb;

	padding: 0 25px;

	position: relative;

	z-index: 999;

}

.testimonials-slider .slide {

	padding-top: 40px;

	margin: 0 !important;

	position: relative;

}

.testimonials-slider .slide:before {

	position: absolute;

	content: "";

	background: url("images/test-before.jpg") no-repeat;

	width: 54px;

	height: 45px;

	top: 0;

	left: 0;

}

.testimonials-slider .slide:after {

	position: absolute;

	content: "";

	background: url("images/test-after.jpg") no-repeat;

	width: 54px;

	height: 45px;

	bottom: 0px;

	right: 0;

}

.testimonials-slider .slide p {

	font-family: 'ProximaNova-RegularIt';

	font-size: 18px;

	color: #000;

	line-height: 36px;

}

.homepage_reviews_section .bx-viewport {

	min-height: 250px;

}

.homepage_reviews_section .bx-controls {

	display: none;

}

.homepage_reviews_section .testimonials-name {

	color: #2c334f;

	font-size: 21px;

	font-family: 'ProximaNova-RegularIt';

}

.home .testimonials-carousel-context {

	margin: 0 auto;

	width: 610px;

}

/*=================== BLOG =========================*/































.from_the_blog {

	background: url("images/blog-bg.jpg") no-repeat center top;

	background-size: cover;

	padding: 57px 0 40px;

}

.from_the_blog h3 {

	font-size: 40px;

	color: #fff;

	font-family: 'ProximaNova-Semibold';

	margin-bottom: 35px;

	margin-left: 10px;

}

.from_the_blog .slick-list .homepage_post {

	padding: 0 14px 20px;

}

.from_the_blog .homepage_post_title {

	margin: 30px 0 10px;

}

.from_the_blog .homepage_post a:hover {

	background: #6588ab;

}

.from_the_blog .homepage_post .homepage_post_title a {

	color: #fff;

	font-size: 24px;

	font-family: 'ProximaNova-Semibold';

	box-shadow: none;

	background: none;

	text-transform: capitalize;

	padding: 0;

	line-height: 34px;

}

.homepage_post_content {

	font-size: 16px;

	font-family: 'ProximaNovaA-Regular';

	color: #fff;

	line-height: 30px;

	margin-bottom: 34px;

}

.from_the_blog .homepage_post a {

	font-size: 20px;

	box-shadow: 0 0 10px 3px #373d52;

	font-family: 'HelveticaNeueLTStd-MdCn';

	background: #ca7414;

	color: #fff;

	border: 0px;

	padding: 10px 28px;

	text-transform: uppercase;

	border-radius: 0px;

}

.from_the_blog .slider .slick-prev {

	position: absolute;

	right: 0;

	font-size: 0px;

	top: -82px;

	background: #fff;

	height: 50px;

	width: 50px;

}

.from_the_blog .slider .slick-prev:hover, .from_the_blog .slider .slick-next:hover {

	background: #6588ab;

}

.from_the_blog .slick-prev:after {

	content: "›";

	font-size: 58px;

	line-height: 22px;

	top: 12px;

	right: 13px;

	color: #ca7414;

	position: absolute;

}

.from_the_blog .slick-next:after {

	right: 15px;

	top: 12px;

	color: #ca7414;

	content: "‹";

	position: absolute;

	font-size: 58px;

	line-height: 22px;

}

.from_the_blog .slider .slick-next {

	background: #fff;

	font-size: 0;

	height: 50px;

	width: 50px;

	padding: 0;

	position: absolute;

	right: 60px;

	top: -82px;

	font-size: 0px;

}

.from_the_blog .slick-dots {

	display: none !important;

}

.from_the_blog .slick-slide img {

	max-height: 140px;

	width: auto;

}

/*============================== AWARD-AREA ===============================*/































.homepage_awards_area {

	padding: 32px 0 42px;

	clear: both;

}

.homepage_awards_area h3 {

	font-size: 28px;

	color: #ca7414;

	font-family: 'ProximaNova-Semibold';

	margin-bottom: 32px;

	position: relative;

}

.homepage_awards_area .award_section a:first-child img {

	margin: 0;

}

.homepage_awards_area .award_section img {

	margin-left: 75px;

	vertical-align: middle;

}

.homepage_awards_area h3:before {

	background: #ca7414;

	content: "";

	height: 1px;

	position: absolute;

	top: 16px;

	width: 100%;

}

.home .homepage_awards_area h3 span {

	background: #fbfbfb;

}

.homepage_awards_area h3 span {

	background: #fbfbfb;

	padding: 0 20px 0 0;

	position: relative;

	z-index: 999;

}

/*==============================FOOTER=====================================*/































.footer2_section > ul:after, .top_footer:after {

	clear: both;

	display: block;

	content: "";

}

.site-footer {

	background: url("images/footer-bg.jpg") repeat center top;

}

.top_footer {

	padding: 32px 0;

}

.footer_section1 {

	width: 267px;

	float: left;

}

.footer_section2 {

	float: left;

	width: 341px;

	margin: 0 20px 0 30px;

	text-align: left;

}

.footer_section3 {

	width: 512px;

	float: right;

}

.footer_section1 p {

	color: #fff;

	font-size: 16px;

	font-family: 'ProximaNovaA-Regular';

	text-align: left;

}

.footer2_section h2 {

	font-size: 23px;

	color: #fff;

	text-decoration: underline;

	font-weight: normal;

	font-family: "HelveticaNeueLTStd-MdCn";

}

.footer_section2 li {

	list-style: none;

	padding-left: 30px;

	background: url("images/arrow.png") no-repeat left 6px;

	margin-bottom: 3px;

	float: left;

	width: 165px;

}

.footer_section2 li a:hover {

	text-decoration: underline;

}

.footer_section2 li a {

	border: 0px;

	font-size: 16px;

	color: #fff;

	font-family: 'ProximaNovaA-Regular';

}

/*=============================== OUR SERVICE ==============================*/















.homepage_services_section {

	max-width: 1400px;

	margin: 0 auto;

}

.homepage_services_section .home_service_post {

	position: relative;

}

.homepage_services_section .home_service_right {

	width: 540px;

	position: absolute;

	top: 45px;

	right: 0;

}

.home .home_service_right h3 {

	color: #fff;

	font-size: 40px;

	font-family: 'ProximaNova-Semibold';

	background: #4283bb;

	color: #fff;

	padding: 16px 22px;

	margin-bottom: 30px;

}

.home_service_right h4 {

	color: #2c334f;

	font-size: 30px;

	font-family: 'ProximaNova-Semibold';

	margin-bottom: 28px;

}

.home_service_right p {

	width: 420px;

	font-size: 16px;

	color: #000;

	line-height: 32px;

}

.home_service_right a:hover {

	background: #6588ab;

}

.home_service_right a {

	background: #ca7414;

	border: 0 none;

	border-radius: 0;

	box-shadow: 0 0 10px 3px #d0b09a;

	color: #fff;

	font-family: "HelveticaNeueLTStd-MdCn";

	font-size: 24px;

	padding: 10px 28px;

	text-transform: uppercase;

}

.homepage_services_section .slick-prev {

	bottom: 6%;

	background: none;

	position: absolute;

	right: 39%;

	padding: 0;

	font-size: 0px;

	z-index: 999;

	display: none !important;

}

.homepage_services_section .slick-prev:hover, .homepage_services_section .slick-next:hover {

	color: #ca7414;

}

.homepage_services_section .slick-prev:after {

	content: "‹";

	color: #fff;

	font-size: 60px;

}

.homepage_services_section .slick-next:after {

	content: "›";

	color: #fff;

	font-size: 60px;

}

.homepage_services_section .slick-next {

	bottom: 6%;

	padding: 0;

	position: absolute;

	right: 32.8%;

	background: none;

	font-size: 0px;

	z-index: 999;

	display: none !important;

}

.slick-dots {

	bottom: 9.4%;

	position: absolute;

	right: 34%;

}

.slick-dots li button:hover, .slick-dots li button:active {

	background: #ca7414;

}

.slick-dots li button {

	background: #fff;

	border-radius: 50%;

	font-size: 0;

	height: 12px;

	margin-right: 10px;

	padding: 0;

	width: 12px;

}

.slick-dots li {

	background: none;

	float: left;

	list-style: none;

}

/*======================= FOOTER 2 ==========================*/































.copyrights-social {

	background: #090f1f;

	padding: 16px 0 10px;

}

.copyright {

	float: left;

}

.footer_social {

	float: right;

}

.footer_social .social_links li {

	margin: 0 0 0 10px;

}

.copyright p {

	margin: 0;

	color: #fff;

	font-size: 16px;

	line-height: 40px;

}

.footer1_section a {

	border: medium none;

	color: #fff;

}

.slicknav_menu {

	display: none;

}

/*====================================INNER_BLOG===================================*/















.contact_map > iframe {

	width: 100%;

}

.home .content-sidebar-wrap {

	background: #fff;

}

.content-sidebar-wrap {

	background: #fbfbfb;

}

.content-sidebar-wrap:after {

	clear: both;

	content: "";

	display: block;

}

.my_title h1 {

	padding-right: 10px;

	margin: -26px 0 0 10px;

	position: absolute;

	top: 50%;

	font-size: 46px;

	font-family: 'ProximaNovaA-Regular';

	color: #fff;

}

.featured_img {

	position: relative;

}

.featured_img img {

	vertical-align: top;

	width: 100%;

}

.home .site-inner .content {

	padding: 0;

}

.site-inner .content {

	padding: 45px 0;

}

.gridlayout li img {

	border: 1px solid #c5c5c5;

	max-height: 150px;

	width: auto;

}

.gridlayout .blogpage_post {

	font-size: 24px;

	line-height: 31px;

	margin-bottom: 15px;

}

.gridlayout .blogpage_post a {

	color: #616161;

	font-family: 'ProximaNova-Semibold';

	color: #2c334f;

}

.blogpost {

	font-size: 16px;

	color: #4c4c4c;

	font-family: 'ProximaNovaA-Regular';

}

.content ul.gridlayout li {

	border-bottom: 1px solid #d2d2d2;

	float: left;

	list-style: outside none none;

	margin-bottom: 35px;

	min-height: 447px;

	padding-bottom: 25px;

	padding-left: 0;

	padding-right: 4%;

	width: 50%;

}

.archive-pagination li {

	vertical-align: top;

}

.archive-pagination.pagination {

	clear: both;

}

.archive-pagination li.pagination-next a, .archive-pagination li.pagination-previous a {

	font-size: 0px;

	line-height: 0;

	padding: 15px 12px 8px;

}

.archive-pagination li.pagination-previous a:before {

	content: "‹";

	color: #838383;

	font-size: 43px;

}

.archive-pagination li.pagination-next a:before {

	content: "›";

	color: #838383;

	font-size: 43px;

}

.archive-pagination li.pagination-next a:hover:before, .archive-pagination li.pagination-next a:active:before, .archive-pagination li.pagination-previous a:hover:before, .archive-pagination li.pagination-previous a:active:before {

	color: #fff;

}

/*===============Blog_Sidebar============*/















































.widget_search h4, h4.widgettitle {

	font-size: 36px;

	color: #fff;

	font-family: 'ProximaNovaA-Regular';

	margin-bottom: 20px;

	text-transform: capitalize;

	font-weight: normal;

}

/*.sidebar:after {background:#2c334f; position:absolute; content:""; height:100%; width:9999px; left:0; top:0; z-index:-1;  }*/















.sidebar {

	position: relative;

}

html {

	overflow-x: hidden;

}

.featured_article_sidebar_box > img {

	border: 2px solid #fff;

}

.widget_search {

	margin-bottom: 15px;

}

.sidebar .search-form {

	position: relative;

}

.sidebar_post_title a {

	border: none;

	color: #fff;

	font-size: 17px;

}

.sidebar_post_title a:hover {

	color: #fff;

}

section.widget .popular_articles_sidebar_box {

	border-bottom: 1px solid #acacac;

	margin-bottom: 15px;

	padding-bottom: 15px;

}

section.widget .popular_articles_sidebar_box img {

	border: 1px solid #919192;

	float: left;

	margin-bottom: 10px;

	margin-right: 15px;

}

.popular_articles_sidebar_box .sidebar_post_title {

	line-height: normal;

	margin-bottom: 8px;

}

.popular_articles_sidebar_box .sidebar_post_title a {

	font-weight: 500;

	line-height: normal;

}

.popular_articles_sidebar_box .blog_sidebar_post_content {

	color: #fff;

	font-size: 14px;

	line-height: normal;

}

section.widget .popular_articles_sidebar_box:last-child {

	border: 0px;

	padding: 0;

	margin: 0;

}

.widget.widget_categories {

	padding: 0 0 30px;

}

.widget.widget_categories li, .menu-services-container ul li, .menu-key-services-container ul li {

	border-bottom: 1px solid #fff;

	padding: 0 0 8px 46px;

	margin: 0 0 7px 0px;

	background: url("images/sidebar-arrow.png") no-repeat 15px 7px;

}

.widget.widget_categories li a, .widget_categories ul li:last-child, .menu-services-container ul li:last-child, .menu-key-services-container ul li:last-child {

	border: none;

	color: #fff;

}

.widget.widget_archive {

	padding-top: 0;

}

.widget_archive .screen-reader-text {

	display: none;

}

.widget_archive select {

	background: url("images/drop.png") no-repeat 97% 15px #fff;

	color: #6c6c6c;

	appearance: none;

	-moz-appearance: none;

	-webkit-appearance: none;

	font-family: 'ProximaNova-Semibold';

	font-size: 18px;

	border-radius: 0px;

	padding: 10px;

}

.widget.widget_categories li a:hover, .menu-services-container ul li a:hover, .menu-key-services-container ul li a:hover {

	color: #ca7414 !important;

}

.widget.widget_categories li a, .menu-services-container ul li a, .menu-key-services-container ul li a {

	color: #fff;

}

.inner_form .homepage_left_form input[type="submit"] {

	width: 100%;

	background: url("images/inner-submit.png") no-repeat center center #ca7414;

	padding: 22px 15px;

	font-size: 0px;

	border: 1px solid #fff;

}

.inner_form .homepage_left_form input[type="submit"]:hover {

	background: url("images/inner-submit-hover.png") no-repeat center center #fff;

	border: 1px solid #ca7414;

}

/*=======================================CONTACT=======================================*/















.content h2 {

	margin-bottom: 25px;

}

.content h2, .content h2 a {

	color: #2c334f;

	font-size: 22px;

	font-family: 'ProximaNova-Semibold';

}

.content h2 a:hover {

	color: #2c334f;

}

.vcard h2.org {

	font-size: 20px;

	color: #2c334f;

	font-family: 'ProximaNovaA-Regular';

	font-style: italic;

	margin-bottom: 20px;

}

.adr p span {

	font-size: 16px;

}

.adr > p {

	margin: 0;

}

.tel {

	color: #2265a8;

	font-size: 16px;

	margin: 6px 0;

}

.content h4 strong {

	font-size: 16px;

	color: #000;

	font-family: 'ProximaNovaA-Regular';

	font-weight: normal;

}

.content ul.gridlayout li:nth-child(even) {

	padding-left: 0px;

}

.contact-msg {

	margin: 42px 0 25px;

	font-family: 'ProximaNovaA-Regular';

}

form.wpcf7-form .field-haff {

	float: left;

	width: 48.5%;

}

.field .field-haff input, .field textarea {

	background: #e8e8e8;

	margin-bottom: 20px;

	border-radius: 0px;

	border: 1px solid #b0b0b0;

	padding: 12px 20px;

	width: 100%;

	font-size: 16px;

	font-family: 'ProximaNovaA-Regular';

}

form.wpcf7-form .field::after {

	clear: both;

	content: "";

	display: block;

}

textarea {

	max-height: 120px;

}

form.wpcf7-form .field input[type="submit"] {

	float: left;

	margin-bottom: 25px;

	background: #ca7414;

	border: none;

	box-shadow: 0 0 10px 3px #d4d4d4;

	color: #fff;

	font-family: "HelveticaNeueLTStd-MdCn";

	font-size: 19px;

	padding: 9px 28px;

	text-transform: uppercase;

	border-radius: 0px;

}

form.wpcf7-form .field-haff.last {

	float: right;

}

.content .wpcf7 {

	margin-bottom: 25px;

}

.content p {

	font-size: 16px;

	line-height: 30px;

}

h3.ital {

	color: #2c334f;

	font-family: "ProximaNovaA-Regular";

	font-size: 20px;

	font-style: italic;

	margin-bottom: 20px;

}

.widget_nav_menu .menu-key-services-container ul li {

	background: url("images/key-arrow.png") no-repeat 15px 7px;

}

.contact_map {

	padding: 15px;

	background: #fff;

}

.menu-key-services-container ul li a:hover, .menu-services-container ul li a:hover {

	color: #fff;

}

.right_sidebar_contact {

	text-align: center;

	font-size: 17px;

	color: #565758;

}

.from_the_blog_area ul {

	display: block;

	text-align: center;

	margin: 0px;

}

.from_the_blog_area ul li {

  border: 1px solid #e7e7e7;

  display: inline-block;

  list-style: outside none none;

  margin: 0 1%;

  min-height: 215px;

  padding: 0 15px;

  text-align: left;

  vertical-align: top;

  width: 32%;

}

.from_the_blog_area ul li:first-child {

  margin-left: 0;

}

.from_the_blog_area ul li:last-child {

  margin-right: 0;

}

.page_not_found {

	text-align: center;

}

.search-result .archive-description {

	padding: 15px 0;

	margin: 0;

}

.search-result .entry {

	padding: 0;

}

/*crumbs*/















.crumbs:after {

	clear: both;

	content: "";

	display: block;

}

.crumbs > div {

	float: left;

	margin-left: 10px;

}

.crumbs > div:first-child {

	margin-left: 0px;

}

.crumbs > div a {

	color: #2c334f;

	font-size: 18px;

	padding-right: 10px;

}

.crumbs > div a.non-click {

	pointer-events: none;

}

.crumbs {

	margin-bottom: 15px;

}

.add_in_middle_of_content {

	background: #efe3d7;

	position: relative;

	min-height: 295px;

	margin-bottom: 25px;

	border: 1px solid #000;

}

.add_in_middle_of_content:after, .midd_area_right_text:after {

	clear: both;

	content: "";

	display: block;

}

.midd_area_img {

	float: left;

	width: 312px;

	position: absolute;

}

.midd_area_img img {

	height: auto;

	max-width: 100%;

}

.midd_area_right_text {

	float: right;

	width: 430px;

	margin-top: 22px;

	position: relative;

}

.midd_area_right_text h2 {

	font-family: "ProximaNova-Semibold";

	font-size: 34px;

	letter-spacing: -1px;

	margin-bottom: 10px;

}

.midd_area_right_text p {

	margin-bottom:0px; 

	font-size: 15px;

	line-height: 1.7;

	padding-right: 21px;

}

.midd_area_right_text p a {

	color: #2265a8;

	text-decoration: underline;

}

.midd_area_right_text p a:hover {

	text-decoration: none;

}

.sch {

	background: #ca7414;

	bottom: 0px;

	color: #fff;

	font-family: ProximaNova-Semibold;

	font-size: 20px;

	left: 0;

	padding: 9px 0;

	position: absolute;

	text-align: center;

	text-transform: uppercase;

	width: 49.5%;

}

.abt_dr {

	background: #ca7414;

	bottom: 0px;

	color: #fff;

	font-family: ProximaNova-Semibold;

	font-size: 20px;

	right: 0;

	padding: 9px 0;

	position: absolute;

	text-align: center;

	text-transform: uppercase;

	width: 49.5%;

}

.abt_dr:visited, .sch:visited {

	color: #fff;

}

.widget-wrap .textwidget h2 {

	color: #fff;

}

.footer1_section {

	color: #fff;

	font-family: "ProximaNovaA-Regular";

	font-size: 16px;

	text-align: left;

}







/*fixed-footer-css*/

.inner_footer_top .textwidget > ul:after {

  clear: both;

  content: "";

  display: block; }

.inner_footer_bottom .textwidget img {

  vertical-align: bottom;

}  

.inner_footer_top { background:#17538d;}

.inner_footer_top ul li { list-style:none; float:left; width:33.33%; text-align:center;}

.inner_footer_top ul li.tel, .inner_footer_top ul li.tel a span, .inner_footer_top ul li.tel, .inner_footer_top ul li.tel a{ text-align:left; color:#fff; font-family: ProximaNova-Semibold; font-size:35px; margin:0px; }

.inner_footer_top .logo-fixed {

  margin: 5px 0 auto;

  vertical-align: bottom; }

 li.schedule { margin-top:10px;}

li.schedule a { background:#69aae9; padding:2px 14px; color:#fff; font-size:20px; text-transform:uppercase; float:right; font-family:"ProximaNova-Semibold";}



.inner_footer_bottom { background:#2c334f;}

.inner_footer_bottom ul li { display: inline-block;

list-style:none;

margin: 6px 28px;

vertical-align: middle;}

.inner_footer_bottom ul li:first-child { margin-left:0px;}

.inner_footer_bottom ul li strong { color:#fff; font-size:21px; }







/*============================= Star_Rating ===================================*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);

.cta_reviews_seprate img {

    vertical-align: top;

}

.cta_reviews_seprate span {

    color: #484848;

	font-family: 'Roboto', sans-serif;

	  font-size:18px; 

}





/*============= Star_Rating ===============*/





.cta_reviews {

    border-top: 1px solid #cdb296;

    font-family: "Roboto",sans-serif;

    margin-right: 42px;

    margin-top: 10px;

    padding-top: 13px;

    text-align: right;

}

.cta_reviews img {

    vertical-align: top;

}

.cta_reviews span {

    color: #484848;

	font-family: 'Roboto', sans-serif; 

	  font-size:18px; 

}

.cta_reviews span.num_reviews {

  border: 1px solid #484848;

  border-radius: 8px;

  font-size: 18px;

  margin-left: 15px;

  padding: 2px 12px;

}



/*------------------------





Media Queries





---------------------------------------------------------------------------- */









@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {

 .header-image .site-header .wrap {

 background: url(images/logo@2x.png) no-repeat left;

 background-size: 320px 164px;

}

}

 @media screen and (min-device-width: 1170px) and (max-device-width: 1200px) {

.homepage_services_section .home_service_right {

	width: 460px;

}

.homepage_services_section .home_service_right {

	right: 10px;

	top: 15px;

}

.homepage_services_section .slick-prev, .homepage_services_section .slick-next {

	bottom: 0%;

}

.slick-dots {

	bottom: 3.9%;

}

}

 @media only screen and (max-width: 1500px) {

.homeslider {

	max-height: 610px;

}

.tp-bullets.hesperiden.horizontal {

	top: 90% !important;

}

}

 @media screen and (max-width:1169px) {

.top_left_social {

	width: 10%;

}

.top_right_section {

	width: 90%;

	padding-left: 70px;

}

header.site-header .wrap {

	padding: 0;

}

.header_top_section {

	padding: 8px 10px;

}

.header_bottom_left {

	padding: 15px 0 15px 10px;

}

.header_bottom_right {

	padding-right: 10px;

	width: 68%;

}

.header_bottom_left {

	width: 32%;

}

.header_bottom_right ul li a {

	font-size: 14px;

}

.header_bottom_right ul li {

	margin-left: 8px;

}

.banner_bottom {

	left: 10px;

}

.banner_bottom h4 {

	font-size: 35px;

	margin-bottom: 20px;

}

.banner_bottom h3 {

	font-size: 50px;

}

.banner_bottom h2 {

	font-size: 65px;

}

.site-inner {

	padding: 0;

}

.homepage_middle {

	padding: 0 10px;

}

.leftsidebar {

	width: 32%;

}

.homepage_right_area {

	width: 68%;

}

.top_doctors_logo {

	text-align: center;

}

.homepage_services_section .home_service_right {

	top: 15px;

	right: 10px;

}

.home .home_service_right h3 {

	font-size: 35px;

	padding: 11px 20px;

	margin-bottom: 22px;

}

.home .home_service_right h4 {

	font-size: 26px;

	margin-bottom: 20px;

}

.home_service_right p {

	width: 380px;

	line-height: 27px;

}

.from_the_blog h3 {

	padding-left: 15px;

	font-size: 36px;

}

.from_the_blog .slider .slick-next {

	right: 70px;

}

.from_the_blog .slider .slick-prev {

	right: 10px;

}

.from_the_blog .homepage_post .homepage_post_title a {

	font-size: 25px;

}

.from_the_blog .homepage_post_title {

	margin: 30px 0 20px;

}

.homepage_post_content {

	line-height: 28px;

}

.homepage_awards_area h3 {

	padding-left: 10px;

}

.homepage_services_section .home_service_right {

	width: 400px;

}

.award_section {

	text-align: center;

}

.homepage_awards_area .award_section img, .homepage_awards_area .award_section a:first-child img {

	margin: 0 3px;

}

.top_footer {

	padding: 32px 10px;

}

.footer_section1 {

	width: 28%;

}

.footer_section2 {

	margin: 0 20px;

}

.footer_section2 {

	width: 36%;

}

.footer_section3 {

	width: 31%;

}

.homepage_awards_area h3:before {

	width: 98%;

}

.homepage_services_section .slick-prev {

	right: 34%;

}

.slick-dots {

	bottom: 9.9%;

	right: 30%;

}

.homepage_services_section .slick-next {

	right: 28.9%;

}

.leftsidebar::before {

	display: none;

}

.leftsidebar > div:first-child h2 {

	margin: 15px 0 38px;

}

.copyright {

	padding-left: 10px;

}

.footer_social {

	padding-right: 10px;

}

.content {

	width: 70%;

}

.sidebar-primary {

	padding: 20px 15px 250px 30px;

	width: 30%;

}

.site-inner .content {

	padding: 45px 15px;

}





/*fixed-footer-css*/



.inner_footer_bottom ul li { margin:6px 10px; }

.inner_footer_top ul li.tel { font-size:30px;}

.inner_footer_top .logo-fixed { margin:4px auto;}

li.schedule a { font-size:16px;}

}

 @media screen and (max-width:1050px) {

.slick-dots {

	bottom: 5%;

	right: 32%;

}

.homepage_services_section .slick-next {

	right: 30%;

}

.homepage_services_section .slick-prev {

	right: 39%;

}

.homepage_services_section .slick-next, .homepage_services_section .slick-prev {

	bottom: 0;

}

.widget_search h4, h4.widgettitle {

	font-size: 32px;

}

}

 @media screen and (max-width:1000px) {

.homepage_services_section .slick-prev {

	right: 13%;

}

.homepage_services_section .slick-next {

	right: 3%;

}

.slick-dots {

	right: 5%;

}

.top_left_social {

	width: 11%;

}

.top_right_section {

	padding-left: 22px;

	width: 89%;

}

.award_section {

	padding: 0 10px;

}

.footer_section2 li {

	width: 156px;

	padding-left: 24px;

}

.footer_section2 {

	width: 37%;

	margin: 0 18px;

}

.content ul.gridlayout li {

	min-height: 430px;

}

.tp-bullets.hesperiden.horizontal {

	top: 100% !important;

}

}

 @media screen and (max-width:940px) {

.homepage_services_section .home_service_right {

	width: 310px;

}

.home_service_right p {

	width: auto;

}

.home_service_right p {

	max-height: 135px;

	overflow: hidden;

}

.slick-dots {

	line-height: 0;

	bottom: 27px;

}

.banner_bottom h4 {

	font-size: 30px;

	margin-bottom: 10px;

}

.banner_bottom h3 {

	font-size: 40px;

}

.banner_bottom h2 {

	font-size: 52px;

}

.banner_bottom {

	bottom: 10%;

	margin: 0;

	top: auto;

}

.footer_section2 li {

	padding-left: 30px;

	width: 100%;

}

.footer_section2 {

	width: 30%;

	margin: 0 2%;

}

.footer_section3 {

	width: 38%;

}

.header_bottom_left {

	z-index: 999;

	position: relative;

}



/*fixed-footer-css*/



.inner_footer_bottom .textwidget img { height:30px; vertical-align:middle;}

.inner_footer_bottom .textwidget ul { text-align:center;}

.inner_footer_bottom ul li strong { font-size:14px;}

}

 @media screen and (max-width:920px) {

.header_bottom_left, .header_bottom_right {

	width: auto;

}

.header-main {

	padding: 10px;

}

.header_bottom_left {

	padding: 0;

}

.my_title h1 {

	font-size: 35px;

}

.header_bottom_right ul {

	top: -4px;

}

.header_bottom_right ul li.slicknav_open ul {

	display: block;

	margin: 0;

	width: 100%;

	top: 36px;

}

.header_bottom_right ul li.slicknav_open ul li a {

	background: #4d5471 !important;

	color: #fff !important;

}

.header_bottom_right ul li.slicknav_open ul li a:hover {

	color: #2c334f !important;

	background: #ccc !important;

}

.header-main .slicknav_nav li a a {

	padding: 0;

}

.header-main .slicknav_nav li a:hover a {

	color: #2c334f;

}

.header_bottom_right ul ul li, .header_bottom_right ul li:hover ul {

	width: 100%;

}

.header_bottom_right ul li:hover ul {

	top: 36px;

}

.header-main .slicknav_nav li.slicknav_open a {

	color: #2c334f;

	background: #ccc;

}

.header-main .slicknav_nav li a:hover > a, .header-main .slicknav_nav li.slicknav_open a a, .header-main .slicknav_nav li.slicknav_open a span {

	color: #2c334f;

}

.schedule_button {

	margin: 0

}

.header_bottom_right ul {

	display: none;

}

.slicknav_menu {

	display: block;

}

.sidebar-primary {

	padding: 20px 15px 250px 20px;

}

.widget_search h4, h4.widgettitle {

	font-size: 20px;

}

.gridlayout .blogpage_post {

	font-size: 19px;

	line-height: 24px;

}

.content ul.gridlayout li {

	min-height: 460px;

}

.top_right_section {

	padding-left: 0;

	width: 88%;

}

.header_bottom_right ul {

	position: relative;

	z-index: 999;

	background: #4d5471;

}

.header-main .slicknav_nav li {

	display: block;

	text-align: left;

	margin: 0;

	padding: 0;

}

.header-main .slicknav_nav li a {

	border-radius: 0;

	color: #fff;

	font-size: 14px;

	line-height: 24px;

	margin: 0;

	padding: 5px;

}

.header-main .slicknav_nav li a:hover {

	color: #2c334f;

}

.top_left_social {

	width: 12%;

}

.top_left_social {

	float: none;

	width: 100%;

	padding-bottom: 10px;

}

.top_left_social .social_links {

	display: block;

	text-align: center;

}

.top_right_section {

	padding-left: 0;

	width: 100%;

}

.top_left_social .social_links li {

	float: none;

	display: inline-block;

}

.location {

	margin: 0;

}

.schedule_button {

	float: left;

	margin: 0 2%;

}

.sch {

	font-size: 16px;

}

.abt_dr {

	font-size: 16px;

}

}

 @media screen and (max-width:800px) {

.inner_form .homepage_left_form input[type="submit"], .inner_form .homepage_left_form input[type="submit"]:hover {

	background-size: 85% auto;

}

.homepage_reviews_section .bx-wrapper {

	max-width: 100% !important;

	padding: 0 10px;

	width: 100% !important;

}

.widget_search h4, h4.widgettitle {

	font-size: 27px;

}

}

 @media screen and (max-width:768px) {

.testimonials-slider .slide:after {

	bottom: 0px;

}

.testimonials-slider .slide {

	padding-top: 60px;

}

.home .testimonials-slider .slide:after {

	bottom: 0;

}

.home .testimonials-carousel-context, .testimonials-carousel-context {

	width: auto;

}

.inner_form .homepage_left_form input[type="submit"], .inner_form .homepage_left_form input[type="submit"]:hover {

	background-size: auto auto;

}

.my_title h1 {

	font-size: 26px;

}

.leftsidebar {

	float: none;

	margin: 0 auto;

	padding: 20px 25px 30px;

	width: 367px;

}

.homepage_right_area {

	float: none;

	padding: 30px 0 0;

	width: 100%;

}

.leftsidebar > div:first-child h2 {

	margin: 0 0 38px;

}

.footer_section1 {

	float: none;

	margin: 0 auto 25px;

	text-align: center;

	width: 100%;

}

.footer_section1 p {

	text-align: center;

}

.footer_section2 {

	float: none;

	margin: 0 auto 25px;

	width: 45%;

}

.footer2_section h2 {

	text-align: center;

}

.footer_section2 li {

	float: left;

	padding-left: 30px;

	width: 166px;

}

.footer_section3 {

	float: none;

	margin: 0 auto;

	width: 50%;

}

.top_footer {

	padding: 10px;

}

.header_top_section .location, .header_top_section .location {

	display: block;

	float: none;

	margin: 0 auto;

	text-align: center;

}

.schedule_button {

	float: none;

	margin: 15px 0;

	text-align: center;

}

.top_contact_right {

	float: none;

	line-height: 0;

	margin: 0 auto;

	width: 180px;

}

.header_top_section .location p {

	float: none;

}

.top_contact_right img {

	float: left;

	margin-right: 10px;

}

.location {

	width: 270px;

}

.top_contact_right > span {

	float: none;

}

.homepage_services_section .home_service_right {

	width: 260px;

}

.home_service_right p {

	max-height: 60px;

	margin-bottom: 10px;

	width: 100%;

}

.homepage_services_section .slick-prev {

	right: 13%;

}

.header_bottom_left {

	padding: 0;

}

.header_bottom_right .slicknav_menu {

	padding: 0;

}

.header-main {

	padding: 4px 0;

}

.sidebar-primary {

	clear: both;

	float: none;

	margin: 0 auto;

	width: 50%;

	padding: 20px 15px 30px 20px;

}

.sidebar:after {

	display: none;

}

.content {

	width: 100%;

}

.archives_left > h1 {

	font-size: 25px;

}

.slick-dots {

	margin: 0 !important;

}



/*fixed-css*/



li.schedule a { font-size:13px;}

.inner_footer_top .logo-fixed {

  margin: 9px auto auto;

}

.inner_footer_top ul li.tel {

  font-size: 22px;

}



}

 @media screen and (max-width:640px) {

.home .home_service_right h3 {

	font-size: 20px;

}

.my_title h1 {

	font-size: 18px;

}

.homepage_services_section .slick-prev {

	right: 15%;

}

.from_the_blog .homepage_post_title {

	line-height: 25px;

	margin: 22px 0;

}

.homepage_post_content {

	line-height: 25px;

}

.from_the_blog .homepage_post .homepage_post_title a {

	font-size: 20px;

}

.homepage_services_section .home_service_right {

	width: 180px;

}

.home .home_service_right h2 {

	font-size: 22px;

	margin-bottom: 15px;

	padding: 11px 20px;

}

.home_service_right p {

	display: none;

}

.home_service_right h3 {

	font-size: 20px;

	margin-bottom: 15px;

}

.from_the_blog .homepage_post {

}

.from_the_blog .slick-track .copyright {

	float: none;

	padding-left: 10px;

	text-align: center;

}

.footer_social {

	clear: both;

	float: none;

}

.copyright {

	float: none;

	text-align: center;

}

.footer_social ul {

	text-align: center;

	display: block;

}

.footer_social ul li {

	float: none;

	display: inline-block;

	margin: 0 10px;

}

.banner_bottom {

	bottom: 0;

}

.banner_bottom h4 {

	font-size: 25px;

	margin-bottom: 0;

}

.banner_bottom h3 {

	font-size: 32px;

}

.banner_bottom h2 {

	font-size: 40px;

}



.homepage_right_area img.alignleft {

    margin: 0 18px 0 0;

}



/*fixed-footer-css*/



.inner_footer_top ul li, .inner_footer_top .logo-fixed { text-align:center; width:100%; float:none; margin:0px auto;}

li.schedule a { display: block; float:none;

  font-size: 13px;  margin: 0 auto 5px; max-width: 220px;}

.inner_footer_bottom ul li { margin: 0 10px;}

.inner_footer_top ul li.tel { font-size: 17px; text-align:center; }  

}

 @media screen and (max-width:540px) { 

 .new-part {clear:both; } 

 .homepage_right_area ul li {width:auto; margin-right:0px; }

  

 

 }



 @media screen and (max-width:510px) {

.content ul.gridlayout li {

	min-height: 482px;

}

.home .home_service_right h3 {

	font-size: 20px;

	margin-bottom: 16px;

}

.home_service_right a {

	font-size: 20px;

	padding: 7px 22px;

}



.from_the_blog_area ul li, .from_the_blog_area ul li:first-child, .from_the_blog_area ul li:last-child { width:100%; margin:0px auto 25px; max-width:400px; display:block; }

.from_the_blog_area img { max-height:none; width:100%;}

}

 @media screen and (max-width:480px) {

.home .home_service_right h3 {

	font-size: 16px;

}

.homepage_services_section .slick-next, .homepage_services_section .slick-prev {

	line-height: 0;

}

form.wpcf7-form .field-haff {

	width: 100%;

}

.my_title h1 {

	font-size: 16px;

	margin: -24px 0 0 10px;

}

h4 {

	font-size: 18px;

}

h3 {

	font-size: 20px;

}

.homepage_reviews_section h3 {

	font-size: 24px;

}

.home .homepage_right_area h2 {

	font-size: 25px;

}

.leftsidebar .widget h2 {

	font-size: 30px;

}

.leftsidebar > div:first-child h2 {

	font-size: 24px;

}

.homepage_services_section .home_service_right {

	width: 140px;

}

.home .home_service_right h2 {

	font-size: 16px;

	margin-bottom: 10px;

	padding: 8px;

}

.home_service_right h3 {

	font-size: 15px;

	margin-bottom: 15px;

}

.copyright {

	padding-left: 0;

}

.footer_social {

	padding-right: 0;

}

.leftsidebar {

	width: 100%;

}

.home .homepage_right_area h2 {

	font-size: 30px;

}

.homepage_awards_area h3:before, .homepage_reviews_section h3:before {

	display: none;

}

.slick-dots {

	bottom: 7px;

	right: 22px;

}

.footer_section2 {

	width: 100%;

}

.footer_section3 {

	width: 100%;

}

.homepage_services_section .slick-prev {

	right: 22%;

}

.home_service_right a {

	padding: 5px 16px;

}

.homepage_services_section .slick-prev:after, .homepage_services_section .slick-next:after {

	font-size: 50px;

}

.from_the_blog h3 {

	font-size: 26px;

}

.from_the_blog .slick-next:after, .from_the_blog .slick-prev:after {

	font-size: 40px;

}

.from_the_blog .slider .slick-next, .from_the_blog .slider .slick-prev {

	padding: 5px 7px 8px;

}

.from_the_blog .slick-dots {

	text-align: center;

	display: block;

	left: 0;

}

.from_the_blog .slick-dots li {

	float: none;

	display: inline-block;

	margin: 0;

}

.from_the_blog .slider .slick-next {

	right: 45px;

}

.banner_bottom h2 {

	font-size: 30px;

}

.banner_bottom h3 {

	font-size: 22px;

	line-height: 25px;

}

.banner_bottom h4 {

	font-size: 20px;

	margin-bottom: 0;

}

.content ul.gridlayout li {

	width: 100%;

	min-height: 0px;

}

.sidebar-primary {

	width: 90%;

}

.archives_left > h1 {

	font-size: 20px;

}

.header_bottom_left img {

	max-width: 220px;

}

.slicknav_btn {

	margin: 0 5px !important;

}

.midd_area_right_text {

	float: none;

	width: auto;

}

.midd_area_right_text h2, .midd_area_right_text p {

	text-shadow: 1px 2px 1px #fff;

}

.sch {

	position: static;

	width: 100%;

	display: block;

	margin-top: 50px;

}

.abt_dr {

	position: static;

	width: 100%;

	display: block;

	margin-top: 5px;

}

.schedule_button a {font-size:15px; }



.cta_reviews {

  margin-right: 0;

  margin-top: 10px;

  padding-left: 10px;

  padding-right: 10px;

  padding-top: 13px;

  text-align: center;

}

.cta_reviews span.num_reviews {

  font-size: 16px;

  margin-left: 0;

  padding: 2px 8px;

}



}

 @media screen and (max-width:360px) {

	 



.cta_reviews img {

    display: block;

    margin: 0 auto 10px;

    vertical-align: top;

}

.cta_reviews span.num_reviews {padding:2px 12px; }

.cta_reviews {text-align:center; }



.cta_reviews_seprate img {

    display: block;

    margin: 0 auto 5px;

    text-align: center;

   }

   

.cta_reviews_seprate {

    text-align: center;

}

	 

.home_service_right a {

	font-size: 14px;

}

.home .home_service_right h3 {

	font-size: 13px;

}

.slick-dots {

	bottom: 7px;

	right: 21px;

}

.homepage_services_section .slick-prev::after, .homepage_services_section .slick-next::after {

	font-size: 45px;

}

.slick-dots li button {

	height: 8px;

	width: 8px;

}

.homepage_services_section .slick-next, .homepage_services_section .slick-prev {

	bottom: 0px;

}

.home_service_right a {

	font-size: 18px;

}

.leftsidebar .widget h2 {

	font-size: 35px;

}

.homepage_services_section .home_service_right {

	right: 0;

}

.testimonials-slider .slide {

	padding-top: 50px;

}

.footer2_section h2 {

	text-align: left;

}

.banner_bottom h4 {

	font-size: 18px;

}

.banner_bottom h3 {

	font-size: 20px;

	line-height: 25px;

}

.slicknav_btn {

	margin: 0;

}

.banner_bottom h2 {

	font-size: 27px;

}

.midd_area_right_text {

	float: none;

	width: auto;

}

.midd_area_img {

	width: 100%

}

.midd_area_right_text h2, .midd_area_right_text p {

	text-shadow: 1px 2px 1px #fff;

}

.sch {

	position: static;

	width: 100%;

	display: block;

}

.abt_dr {

	position: static;

	width: 100%;

	display: block;

	margin-top: 5px;

}







}



@media only screen and (max-width: 1023px) {

body {

	background-color: #fff;

}





.site-header .wrap {

	padding: 20px 0;

	padding: 2rem 0;

}

.header-image .site-header .wrap {

	background-position: center top;

}



.genesis-nav-menu li, .site-header ul.genesis-nav-menu, .site-header .search-form {

	float: none;

}

.genesis-nav-menu, .site-description, .site-header .title-area, .site-header .search-form, .site-title {

	text-align: center;

}

.genesis-nav-menu a, .genesis-nav-menu > .first > a, .genesis-nav-menu > .last > a {

	padding: 20px 16px;

	padding: 2rem 1.6rem;

}

.site-header .search-form {

	margin: 16px auto;

	margin: 1.6rem auto;

}

.genesis-nav-menu li.right {

	display: none;

}

.entry-footer .entry-meta {

	margin: 0;

	padding-top: 12px;

	padding-top: 1.2rem;

}

.sidebar .widget.enews-widget {

	padding: 40px;

	padding: 4rem;

}

.site-footer {

	padding: 24px 0;

	padding: 2.4rem 0;

}

.footer-widgets {

	padding: 40px 5% 16px;

}

.footer-widgets-1 {

	margin: 0;

}

}

 @media only screen and (max-width: 767px) {

.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {

	margin: 0;

	width: 100%;

}

}



