/*
	Theme Name: Altitude Pro Theme
	Theme URI: http://my.studiopress.com/themes/altitude/
	Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.2

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.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
		- Gallery
		- Forms
		- Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&subset=latin,latin-ext);
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],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}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:-.5em}sub{bottom:-.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
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900,900italic);


@font-face {
	font-family:'ProximaNova-Regular';
	src: url('fonts/ProximaNova-Regular_gdi.eot');
	src: url('fonts/ProximaNova-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova-Regular_gdi.woff') format('woff'),
		url('fonts/ProximaNova-Regular_gdi.ttf') format('truetype'),
		url('fonts/ProximaNova-Regular_gdi.svg#ProximaNova-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2666;
}





body {
    color:#666666;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height:26px;  
	-webkit-font-smoothing: antialiased;
	 overflow-x: hidden;
}
.top_sec_menu ul li a {
    font-size: 17px;
    color: #231F20;
}
.top_sec_menu {
    float: left;
}
body.altitude-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color:#2365B1;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
	margin: 0 0 20px;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	line-height:26px;
	color:#666666;
}

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

li {
	
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	line-height:26px;
	color:#666;
}

b,
strong {
	font-weight: 800;
}

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

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee; 
	clear: both;
	margin: 40px 0;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Roboto', sans-serif;
	line-height: 1.2;
	margin: 0 0 20px;
	font-size:30px;
	color:#1D66AF;
	font-weight:normal;
}

h2{ font-size:28px;}
h3{ font-size:26px;}
h4{ font-size:26px;}
h5{ font-size:24px;}
h6{ font-size:24px;}  



.image-section h2,
.solid-section h2 {
	font-size: 80px;
	font-weight: 200;
	line-height: 1;
}

.front-page-2.solid-section h2 {
	font-size: 48px;
}



.image-section h4,
.solid-section h4 {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}



/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input, select, textarea {
    background-color: #ffffff;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    padding: 11px 20px;
    width: 100%;
}


input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #22a1c4;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	opacity: 1;
}  

::-webkit-input-placeholder {
	color: #000;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget .button {
    background-color: #2d2d2d;
    border: 2px solid #2d2d2d;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 10px 25px;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}

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

/* Buttons
--------------------------------------------- */

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .widget .button,
.widget .button:hover,
.widget .button.clear:hover {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
}

.button {
	display: inline-block;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.image-section .button.clear {
	border-color: #fff;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:hover,
.image-section button:hover,
.image-section input:hover[type="button"],
.image-section input:hover[type="reset"],
.image-section input:hover[type="submit"],
.image-section .widget .button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #fff;
	cursor: not-allowed;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	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;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
    clear: both;
    position: relative;
    word-wrap: break-word;
    z-index: 9;
}
.top_right_menu ul#main_navigation li a{
	   border-right: 1px solid #dcdcdc;
    height: 76px;
    line-height: 76px;
    padding: 0 20px;
    display: inline-block;
}
.top_right_menu ul#main_navigation li {
padding: 0;
 
}
.top_menu ul li a:hover {
    color: #f4c500;
}
.ls-bg.ls-preloaded{
	margin: 0 !important
}
.top_right_menu ul#main_navigation li a:hover{
	background:#fdc628;
	}

.top_right_menu ul#main_navigation li:first-child {
    border-left: 1px solid #dcdcdc;
}
.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}

.altitude-landing .site-container .site-inner {
	margin-top: 100px;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}

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

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
   overflow: hidden;
    display: none;
}

.search-form input[type="search"] {
	margin-right: 10px;
	width: auto;
}

.search-form input[type="submit"] {
	padding: 25px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 48px;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #22a1c4;
}

.widget-full .widget-title {
	margin-bottom: 40px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin: 0 0 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry-title {
	font-size: 24px;
}

/* Simple Social Icons
--------------------------------------------- */

.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Portfolio Pro
--------------------------------------------- */

.genesis-pro-portfolio .content .pro-portfolio {
	padding: 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */


.toggleMenu {
    display: none;
}
.top_menu {
   background: #231f20 none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    z-index: 5000;
}
.top_menu_sec {
    margin: 0 auto;
    width: 1115px;
}
/*.feature_img_section222 {
    display: none;
}*/
.main_inner_heading .wpb_wrapper > h1 {
  color: #000000;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 38px;
    margin-top: 43px;
    position: relative;
}
.main_inner_heading .wpb_wrapper > p {
    color: #000000;
}
.yellow_color h4 {
   color: #000000;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 12px;
}
.text_align_center_text .wpb_wrapper > p {
    text-align: center;
}
.yellow_color img {
    margin-top: -41px;
}
.big_text .wpb_wrapper > p {
    color: #000000;
    font-size: 21px;
    font-weight: bold;
}
.yellow_text {
    color: #ffbd33;
    font-size: 26px;
}
.yellow_color {
   background: #ffbd33 none repeat scroll 0 0;
    margin-bottom: 46px !important;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
.yellow_color .wpb_wrapper > p {
    margin-bottom: 13px;
}
.main_inner_heading .wpb_wrapper > h1::before {
    background: #fdc628 none repeat scroll 0 0;
    border-radius: 50px;
    bottom: -16px;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    right: 0;
    width: 60px;
}
#inner_header_image {
    background-attachment: fixed;
    background-position: center top !important;
    height: 332px;
}
#main_navigation li {
    float: left;
	position: relative;
}
.featured-section .site-header {
	background-color: transparent;
}

.featured-section .site-header > .wrap {
	border-bottom: 1px solid #fff;
}



.site-header.dark > .wrap {
	border-bottom: none;
}

.site-header.dark .nav-secondary {
	display: none;
}



/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding:0;
}


.site-header.dark .title-area {
	padding: 15px 0;
}

.site-title {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff !important;
}

.header-image .title-area,
.header-image .site-header.dark .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 90px;  width: 330px;
	text-indent: -9999px;
	margin:13px 0;
}



.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 1px;
	padding: 30px 15px;
	text-transform: uppercase;
}

.site-header.dark .genesis-nav-menu a {
	padding: 20px 15px;
}

.genesis-nav-menu li.highlight a:hover::before {
	color: #fff;
}

.genesis-nav-menu li.highlight > a {
	font-weight: 800;
}

.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
	border-bottom: 2px solid transparent;
}

.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:hover {
	border-color: #fff;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	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: #111;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #222;
}

.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 {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align: center;
}

.nav-primary .genesis-nav-menu {
	float: right;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #fff;
}

/* Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 24px/1 "dashicons";
	margin: 0 auto;
}

.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Front Page
--------------------------------------------- */

.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(30%,rgba(0,0,0,0.5)), color-stop(80%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 );
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.image-section,
.image-section a {
	color: #fff;
}
.easy_t_single_testimonial .easy_testimonial_title {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 9px;
    position: relative;
}
.easy_testimonial_title {
    float: right;
    width:48% !important
}
.testimonial_body > p {
    color: #505050;
    height: 100px;
    overflow: hidden;
}
blockquote.easy_testimonial {
    float: left;
}
.testimonial-client {
       float: right;
    font-weight: bold;
    left: 0;
    margin-top: 8px;
    position: relative;
    width:48%;
}
.testimonial-position{
  float: right;
    font-weight: bold;
    left: 0;
    margin-top: 0;
    position: relative;
    width:48%;
}
.easy-t-cycle-pager {
    display: none !important;
}
blockquote.easy_testimonial::before {
    content: inherit !important;
}
blockquote.easy_testimonial .wp-post-image {

    float: left;
    margin: 0 10px 10px 0;
    max-height: 182px !important;
    max-width: 255px !important;
    width: 255px !important;
}
.image-section a:hover,
.image-section .featured-content .entry-title a:hover {
	color: #22a1c4;
}

.solid-section {
	background-color: #fff;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	border-top: 54px solid transparent;
	margin-top: -54px;
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.front-page-1 {
	position: relative;
}

.front-page-1 .image-section {
	padding-top: 75px;
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}

.front-page-4 .solid-section {
	background-color: #f3f3f3;
}

.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}


/* Dashicons
--------------------------------------------- */

.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	padding-bottom: 60px;
	padding-top: 100px;
}

.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}
	
.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}

.solid-section .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 {
	font-size: 36px;
}

/* Content
--------------------------------------------- */

.content {
	float: left;
	width:65%;
}
.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	padding: 0 0 0px;
	width: 100%;
}



.jcarousel .easy-logo_image{
height:85px !important

}
.jcarousel-pagination {
    display: none;
}
.jw_easy_slider_name {
    display: none;
}
.jcarousel-wrapper {
    border: medium none !important;
    border-radius: inherit !important;
    box-shadow: inherit !important;
    margin: inherit !important;
    position: relative !important;
}



.full-width-content.front-page .content {
	padding: 0;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 11px !important;
}


/* Entries
--------------------------------------------- */

.entry {

}

.widget .entry {
	margin-bottom: 40px;
}

.entry-content ol, .entry-content ul {
    margin-bottom: 30px;
    margin-left: 1px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
    padding:0px 0 10px 0px;
	margin-left:15px;
}
.jcarousel li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;

}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}

.entry-header,
.entry-footer {
	text-align: center;
}

.entry-header p.entry-meta {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}

.image-section .entry-header::after {
	border-color: #fff;
}

.entry-footer::before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;

	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #22a1c4;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width:26%;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #22a1c4;
	clear: both;
	text-align: center;
	position: relative;
	z-index: 9;
}

.footer-widgets .wrap {
	padding-bottom: 100px;
	padding-top: 100px;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
	color: #fff;
}

.footer-widgets a:hover {
	color: #000;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
	padding: 20px;
	text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #22a1c4;
}

.site-footer p {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}
	
}

/*------------------------menu------------------*/
.header-widget-area{ float:right; width:70%;}
.top_sec_menu ul li{list-style:none; line-height:116px;}
.top_sec_menu ul li a{border-right: 1px solid #000000;font-size: 13px;line-height: 14px;padding: 0 14px;text-transform: uppercase;color:#3f4b5d; letter-spacing:1px; display:inline-block;}
.top_sec_menu ul li a:hover{color:#1355a1;}         
.top_sec_menu ul li.current-menu-item a{color:#1355a1;}     
.top_sec_menu ul li:last-child a{ border-right:none; padding-right:0px;}  
  
.top_sec_menu ul li ul{ display:none;}
.top_sec_menu ul li:hover ul{ display:block; position:absolute; background:#01438f; padding:5px; width:300px;}
.top_sec_menu ul li ul li{ height:auto; line-height:initial; display:block; float:none!important; padding: 0; background:#1355A1;}
.top_sec_menu ul li ul li a{ padding:10px!important; color:#fff; border-bottom:1px solid #fff;display:block!important; border-right:none; line-height:21px;}
.top_sec_menu ul li ul li:last-child a{border-bottom:none;}
.top_sec_menu ul li ul li a:hover{ background:#387ac6; color:#fff;}
.top_sec_menu ul li.current-menu-item ul li a{ color:#fff;} 
.top_sec_menu ul li ul li.current-menu-item a{ background:#387ac6; color:#fff;} 
   

 
/*-------------
header------------------*/

.site-header{  background:#fff; position:relative; z-index:500;}   
.slider_area .vc_column-inner { padding:0!important;}
.slider_area .wpb_layerslider_element.wpb_content_element{ margin-bottom:0!important;}

.header_bottom_section{ background:#2365b1; height:87px;}
.header_bottom_section .vc_col-sm-12{ width:1140px; margin:0 auto; float:none;}
.header_bottom_section .vc_col-sm-4{ background:#1355a1; height:87px; width:33.33%;float:left;}
.header_bottom_section .vc_row.wpb_row.vc_inner.vc_row-fluid {float:left;vertical-align:top;width:100%;}
.header_bottom_section .vc_col-sm-4:nth-of-type(2n){ background:none;}   
.header_bottom_section .vc_col-sm-4 .wpb_text_column.wpb_content_element{ margin-bottom:0!important;}
.header_bottom_section .vc_col-sm-4 .vc_column-inner{ padding:15px!important;}   
.clinic_title{ color:#fff; font-size:17px;margin: 8px 0 0 20px; line-height:22px; background:url("images/head_icon.png") no-repeat 0 5px; padding:0 0 0 25px;} 
.time_table .left_table{ float:left;}     
.plus_icon {float: left;margin-left:10px;margin-top: 16px;}   
.right_table{ float:right;}   
.table_title{ color:#fff; font-size:15px; text-transform:uppercase; font-weight:700; margin-bottom:12px; line-height:24px;}
.table_title:after {background:#aec5de;height:5px;width:59px;content:"";position:absolute;display:block;margin-top:5px;} 
.table_time{ color:#fff; font-size:15px;}
.time_table {margin: 0 20px;}
.header_call{ text-align:right; margin: 15px 10px 0 0;}  
.header_call a{ background:url("images/header_call.jpg") no-repeat 0 5px;  padding:0 0 0 40px; color:#fff;font-size:30px; text-transform:uppercase; font-weight:700;}
.header_call a:hover{ color:#bcbcbc;}



/*----------------
service area-------------------*/

.service_area{ padding:30px 0 70px;}
.service_area .service_title h1{ font-size:42px; font-weight:300; color:#4c4c4c; text-transform:uppercase; font-weight:500;}
.service_area .service_title h1 span{ color:#1355a1; font-weight:700;}
.service_area .service_title p{ width:80%; margin:0 auto;} 

.service_box{ margin:0!important;}
.vc_column-inner { padding:0!important;}
.service_box .vc_col-sm-2 .wpb_raw_code.wpb_content_element.wpb_raw_html{ margin-bottom:0!important;}
.service_box .vc_col-sm-2 img{ display:block; margin:0 auto; padding-top:30px;transform: translate3d(0px, 0px, 0px);transition: all 0.7s ease 0s;}
.service_box .vc_col-sm-2{ background:#0a4b95; min-height:293px; width:15.54%; text-align:center; margin-right:10px; position:relative;}
.service_box .vc_col-sm-2:last-child{ margin-right:0;}
.service_box .vc_col-sm-2 a{ display:block; min-height:293px;}

.service_box .vc_col-sm-2 .service_text{background:url("images/service_bottom_bg.jpg") no-repeat scroll 0 0;width: 100%;height: 112px;position: absolute;bottom: 0; text-align:left; padding:37px 0px 10px 0px !important;}
.service_text h4{ color:#fff; font-size:18px; font-weight:700; text-transform:uppercase;}
.service_text h4 span{ font-weight:300; display:block;}
.service_box .vc_col-sm-2:hover img{transform: rotateY(180deg);  transform-style: preserve-3d;}
.service_box .vc_col-sm-2:hover h4{ color:#bcbcbc;}
.service_box .vc_col-sm-2:after{ background:url("images/box_shadow.jpg") no-repeat; width:27px; height:20px; content:"";position:absolute; right:0;}


  
  
  
/*-------------
welcome area------------*/

.welcome_section{ overflow:visible!important;}
.welcome_section .wpb_text_column.wpb_content_element{ margin-bottom:0!important;}
.welcome_img img {
	display: block;
	max-width: inherit !important;
	margin-left: -199px;
	position: relative;
	margin-top: 41px;
}

/* old css .welcome_img img {display: block;max-width: inherit !important;margin-left: -245px;position: relative;margin-top: -115px;} */


.welcome_title{ color:#1355a1; text-transform:uppercase; letter-spacing:2px; margin-bottom:10px; margin-top:30px;}
.welcome_content h2{ color:#212121; font-weight:700; text-transform:uppercase;}
.welcome_content p{ color:#313132;}
.wel_read a{ width:170px; height:40px; line-height:40px; text-align:center; border:1px solid #000; display:block; color:#000; text-transform:uppercase; font-size:14px; letter-spacing:1px;}
.wel_read a span{ width:40px; height:39px; border-left:1px solid #000; display:block; text-align:center;float:right;}  
.wel_read a span img{ margin-top:7px;}  
.wel_read a:hover{ border:1px solid #1355a1; color:#1355a1;}  
.wel_read a:hover span{border-left: 1px solid #1355a1;} 
  
  
  
  
/*-------------
home two box-------------*/

.home_two_box{ padding:40px 0; background:url("images/box_bg.jpg") no-repeat 0 0;background-size:cover;}
.home_two_box .vc_col-sm-6 .vc_column-inner{ padding:0;}
.home_two_box .vc_row.wpb_row.vc_inner.vc_row-fluid{ margin:0!important;}
.home_two_box .vc_col-sm-6{ margin-right:60px; width:47%;}
.home_two_box .vc_col-sm-6:last-child{ margin-right:0;}
.home_box{ width:660px; position:relative; z-index:500; text-align:center; padding-top:20px; margin:0 auto;}

.home_box img{ margin:-70px 0 0 0; border:8px solid #125199; }
  
.home_box h3{ color:#1355a1; font-size:30px; font-weight:700; text-transform:uppercase;}  
.home_box h3 span{ font-weight:300; text-transform:capitalize;}  
.home_box h4{ color:#fff; font-size:30px; font-weight:700; text-transform:uppercase;}  
.home_box h4 span{ font-weight:300; text-transform:capitalize;}  
.home_box p{ font-size:16px; color:#fff;}   
  
.home_two_box .wpb_wrapper{ margin-bottom:0!important;}
.home_two_box .wpb_text_column.wpb_content_element{ margin-bottom:0!important;}
  
.home_two_box .read_buttons {
  background: #fff;
  padding: 10px;
  width: 150px; 
  display: block;
  margin: 0 auto;
}  
.home_two_box .read_buttons:hover{ background:#333; color:#fff;}  
  
.childern_box{ width:600px!important;} 
  
  
  
/*-----------
footer-----------------*/

.main_footer_top{ padding:30px 0; background:#f5f5f5; float:left; width:100%;}  
.main_footer_top .footer_innner{ width:1140px; margin:0 auto; float:none; font-size:15px; line-height:22px; color:#898888;}  
.main_footer_top .footer_innner a{ color:#898888;} 
.main_footer_top .footer_innner a:hover{ color:#0A4B95;} 
  
.footer_one{ float:left; width:32%; margin-right:35px;}
.footer_menu{ float:left; width:32%; margin-right:30px;}
.footer_third{ float:right; width:30%;}

.footer_title{ color:#222222; font-size:22px;text-transform:uppercase; font-weight:700; border-bottom:1px solid #222222; padding-bottom:15px; margin-bottom:15px; letter-spacing:1px;}
.footer_text{ margin:13px 0;}
.footer_add{ background:url("images/location.jpg") no-repeat 0 0; padding:0 0 0 35px; margin-bottom:13px;}
.footer_call{ background:url("images/call_footer.jpg") no-repeat 0 0; padding:0 0 0 35px; margin-bottom:13px;}
.footer_email{ background:url("images/mail_footer.jpg") no-repeat 0 0; padding:0 0 0 35px; margin-bottom:13px;}
.footer_menu ul li{ list-style:none; display:block; background:url("images/footer_list.jpg") no-repeat left center; display:block;
float:none!important; padding:0 0 7px 30px;font-size:16px;}
.footer_menu ul li a{ font-size:16px;}
.footer_third ul li{ list-style:none; font-size:16px; background:url("images/opening.jpg") no-repeat left center; padding:0 0 7px 35px;color:#898888;}  
.footer_third ul li span{ float:right;}  
.footer_hrs{margin-bottom:20px;}   
.copyright_footer{ background:#ececec; height:58px; clear:both;}
.copyright_footer .copy_in{ width:1140px; margin:0 auto;}  
.copy_text{ float:left; font-size:16px; padding-top:20px;}  
.footer_social img:hover{ opacity:0.8;}  
  

   


/*----------
comman css---------*/

.center_text{text-align:center;}
.right_text{text-align:right;}
.left_text{text-align:left;} 
.clear{ clear:both;}
  
  
  
/*--------------
inner page--------------*/

.feature_img_section222{ display:block;}  
.feature_img_section222 .newheader a{ display:none;} 
.feature_img_section222 .newheader{ width:1140px; margin:0 auto; float:none; text-align:center;}
.feature_img_section222 img{ display:block; width:100%;}
.feature_img_section222 .newheader h1{background:rgba(19, 85, 161, 0.8) none repeat scroll 0 0;color: #ffffff;display: inline-block;font-size: 36px;font-weight: 700;margin-top: -57px;padding: 7px 25px;text-transform: uppercase;vertical-align: top;}

.left_img{ float:left; margin-right:20px!important; margin-bottom:20px!important;}

 
/*-------------
contact us----------------*/

.contact_page_section{ padding:0 0 30px 0; }
.contact_page_section .vc_col-sm-12{ width:1170px; margin:0 auto; float:none;}
.contact_detail_area{float: right !important; width: 46% !important;} 
.contact_info .address {background: rgba(0, 0, 0, 0) url("images/footer_address.png") no-repeat scroll left center;color: #585858 !important;
float: none;margin-bottom: 0;padding: 10px 0 10px 60px;width: 94%;}
.contact_info .light_gray {color:#1355A1!important;display: block !important;font-size: 18px;font-weight: bold;margin-bottom: 6px;}
.contact_info .phone {background: rgba(0, 0, 0, 0) url("images/footer_phone.png") no-repeat scroll left center;line-height: 21px;padding: 11px 0 11px 60px;}
.contact_info a {color: #585858 !important;}
.contact_info .fax {background: rgba(0, 0, 0, 0) url("images/footer_fax.png") no-repeat scroll left center;clear: both;line-height: 21px;padding: 11px 0 11px 60px;}
.contact_info .email {background: rgba(0, 0, 0, 0) url("images/footer_email.png") no-repeat scroll left center;line-height: 21px;
padding: 10px 0 10px 60px;}
.contact_page_section .contact_form_area{width: 52% !important;}
.contact_form_area .wpcf7-form .one_input{ float:left; width:100%;}
.contact_form_area .wpcf7-form .one_input p{ float:left; width:48%;}
.contact_form_area .wpcf7-form .one_input p:last-child{ float:right;}
.contact_form_area .wpcf7-form input{background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: 1px solid #cccccc;border-radius: 4px;font-size: 16px !important;height: 49px;width:100%; font-weight:normal;}
.contact_form_area .wpcf7-form textarea {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: 1px solid #cccccc;border-radius: 5px;font-size: 16px !important;height:190px; color:#000;font-weight:normal;} 
.contact_form_area .wpcf7-form .wpcf7-form-control.wpcf7-submit{border: medium none;line-height: 0;margin-bottom: 13px;width:100%!important;border:none; font-weight:bold;background:#1355A1;  } 
.contact_form_area .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover{background:#333; }
.contact_title{margin-bottom:0!important;}    
.contact_title h2 {font-size:30px;font-weight:900;margin:0 0 20px!important;text-transform:uppercase;}
.contact_title h2  span {color:#4c4c4c;font-weight:300;}
.contact_form_area .ajax-loader{ display:none;}     
.contact_form_area .last_p{ margin-bottom:0!important;}  
.contact_form_area .wpb_text_column.wpb_content_element{ margin-bottom:0!important;}
.contact_map_area .wpb_gmaps_widget.wpb_content_element{ margin:0!important;}     
.contact_map_area .vc_column-inner{ padding:0!important;}
.contact_map_area .wpb_wrapper{ padding:0!important;}
.contact_info a:hover{ color:#1355A1!important;} 
#map { height:400px; width: 100%;}
.contact_map_area .wpb_text_column.wpb_content_element{ margin-bottom:0!important;}
.page-id-21 #contact_us_footer{ display:none;}  
.contact_address {margin-bottom:25px!important;}         
.opening_hour ul li{ list-style:none; background:url("images/opening.jpg") no-repeat left center; padding:0 0 7px 30px; margin-left:0;}  
  

  
/*-----------
sidebar-------------*/

.sidebar .widget-wrap h4 {background:#01588b none repeat scroll 0 0;color: #ffffff !important;font-size: 30px !important;font-weight: normal;height: 57px;line-height: 57px;margin:30px 0 0 !important;position: relative;text-align: center;text-transform: capitalize;
z-index: 5000;}  
.sidebar .widget-wrap h4::before {background:url("images/right_sidebar.png") repeat scroll 0 0 !important;content: ".";display: block;float: right;height: 67px;margin-left: 0;position: relative;right: -19px;text-indent: -5000px;width: 19px;}  
.sidebar .widget-wrap h4::after {background:url("images/left_sidebar.png") repeat scroll 0 0 !important;content: ".";display: block;height:67px;margin-left: -19px;margin-top: -57px;position: absolute;text-indent: -5000px;width: 19px;}  
.sidebar .textwidget {background:#2365B1!important;margin-top: -85px;padding: 116px 20px 20px;position: relative;}  
.sidebar .wpcf7-form-control.wpcf7-submit {background:#000!important;color: #fff !important;width: 130px !important;border:none;border-radius:0px;}  
.sidebar .wpcf7-form-control.wpcf7-submit:hover{ background:#fff!important; color:#000!important;}  
.sidebar .wpcf7-form input{ font-weight:normal; border:none;}
.sidebar .wpcf7-form textarea{ font-weight:normal; height:170px;border:none;}  
  

.right_copy_text {
    float: right;
    padding-top: 20px;
}

  
   
  
@media only screen and (min-width:1250px) and (max-width:1366px){

.top_sec_menu ul li a{ font-size:12px!important;}
.table_time{ font-size:12px!important;}
.table_title{ font-size:13px!important;}
.service_text h4{ font-size:18px!important;}
.plus_icon{ margin-left:20px;}
  
}  
  
    
  
.before_footer_main_area_form{ background:#2365B1; padding:30px 0; float:left; width:100%;}  
.before_footer_main_area_form .footer_form{ width:1140px; margin:0 auto; float:none; color:#fff;}  
.footer_upcall{ float:left; width:40%; background:url("images/call_a.png") no-repeat 0 0; padding:5px 0 0 80px; height:63px;}  
.footer_upemail{ float:left;background:url("images/mail_a.png") no-repeat 0 0; padding:8px 0 0 80px;height:63px;} 
.contact_button{float:right;} 
.footer_form  span{ display:block; font-size:22px;}
.footer_form  a{ display:block; font-size:22px; font-weight:bold; color:#fff;} 
.footer_form  a:hover{ color:#BCBCBC;} 
.contact_button a{ background:#fff; padding:13px 30px; color:#2365B1; display:block; font-weight:normal; margin-top:5px;}  
.contact_button a:hover{ background:#000; color:#fff;}  
.home .before_footer_main_area_form{ display:none;}    
  
.our_services {
    display: none !important;
} 



@media only screen and (max-width:1200px) 
{
	/*--------------------header--------------------------*/
.site-inner, .wrap{max-width: 95%;}
.header_bottom_section .vc_col-sm-12{ width: 95%;}
.welcome_section .vc_col-sm-12 {    margin: 0 auto;   display: block;    width: 95%;    float: none;}
.main_footer_top .footer_innner{width: 95%;}
.feature_img_section222 .newheader{  width: 95%;}
.before_footer_main_area_form .footer_form{width: 95%;}
.contact_page_section .vc_col-sm-12{  width: 95%;}

html, body{position: relative !important;overflow-x: hidden !important;}
}
/* ipad */
@media only screen and (min-width:1024px) and (max-width:1100px) 
{
	/*-------------header---------------*/
.top_sec_menu ul li{line-height: 99px;}
.header-image .site-title > a{  height: 73px; width: 270px;}
.top_sec_menu ul li a{ font-size: 12px; padding: 0 8px;}

/*---------------------menu--------------------*/
.vc_row.wpb_row.vc_row-fluid.header_bottom_section {    padding: 0 !important;}
.header_bottom_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;   margin-right: auto !important;}
.header_bottom_section .vc_column-inner {    padding: 0 !important;}
.header_bottom_section .vc_col-sm-4 .vc_column-inner {    padding: 10px !important;}
.clinic_title{    font-size: 15px;}
.table_time{ font-size: 12px;}
.table_title{	  font-size: 14px;}
.header_call a{font-size: 26px;background-position: 0 3px;}
.header_call {    margin: 16px 10px 0 0;    text-align: right;}
.header_bottom_section .vc_col-sm-4{  height: 76px;}
.header_bottom_section{height: 76px;}

/*-----------------------services----------------------*/
.service_area .service_title h1{font-size: 40px;}
p{font-size: 15px;line-height: 24px;}
body{font-size: 15px;line-height: 24px;}
.service_box .vc_col-sm-2{ width: 15.73%;   min-height: 272px;}
.service_text h4{font-size: 15px;}
.service_box .vc_col-sm-2 .service_text{  height: 92px;}
.service_box .vc_col-sm-2 a{ min-height: 272px;}
h2 {    font-size: 26px;}
h4 {    font-size: 24px;}
h3 {    font-size: 24px;}
h5 {    font-size: 24px;}

/*----------------------welcome-----------*/
.welcome_section .vc_column-inner {    padding: 0 !important;}
.welcome_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.vc_row.wpb_row.vc_row-fluid.welcome_section {    padding: 0 !important;}
.welcome_img img{  margin-left: -175px;   margin-top: -37px;width: 729px;}

/*--------------------discount part---------------------------*/
.home_two_box .vc_col-sm-6 {    margin-right: 68px;    width: 45.5%;}
.home_box::before{	   width: 100%;}
.home_box	{width: 100%; padding: 18px;}
.home_box h3{    font-size: 26px;}
.home_box h4	{  font-size: 26px;}
.home_two_box{ padding: 30px 0;}

/*----------------------------footer-------------------*/
.main_footer_top{ padding: 20px 0;}
.main_footer_top .footer_innner{ font-size: 14px;}
.footer_one{  margin-right: 25px;}
.footer_menu ul li a {    font-size: 15px;}
.footer_menu ul li{padding: 0 0 0px 30px;line-height: 28px;}
.footer_third ul li{padding: 0 0 0px 35px; font-size: 15px;line-height: 28px;}
.footer_title{ padding-bottom: 11px;}
.copyright_footer .copy_in{  width: 95%;}
.copy_text{ font-size: 14px;  padding-top: 15px;}
.copyright_footer{ height: 50px;}

/*----------------------------inner --------------------------*/
.feature_img_section222 .newheader h1{   font-size: 30px; margin-top: -50px;}
.sidebar .widget-wrap h4{ font-size: 26px !important;}
.footer_form span{font-size: 20px;}
.footer_form a{font-size: 20px;}
.contact_button a{  padding: 10px 26px;}

/*----------------------------contact-us---------------------------*/
.contact_page_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.contact_page_section .vc_col-sm-12 .vc_column-inner {    padding: 0 !important;}
.contact_title h2{font-size: 28px;}

/*----------- footer top-------------------*/
.footer_upcall{ height: 50px;  padding: 5px 0 0 63px;background-size: 55px auto;}
 .footer_upemail{background-size: 57px auto !important;    height: 52px; padding: 8px 0 0 65px;}
li{font-size: 15px;} 
 .plus_icon{ margin-left: 18px;}
 .blog main.content, .single main.content{margin-right:0!important;}   
 
}
@media only screen and (min-width:800px) and (max-width:1023px)
{
	/*-------------header---------------*/
.top_sec_menu ul li{line-height: 74px;}
.header-image .site-title > a{ height: 48px; width: 180px;}
.top_sec_menu ul li a{ font-size: 10px;  padding: 0 5px;}
.site-header{    height: 74px;}

/*---------------------menu--------------------*/
.vc_row.wpb_row.vc_row-fluid.header_bottom_section {    padding: 0 !important;}
.header_bottom_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;   margin-right: auto !important;}
.header_bottom_section .vc_column-inner {    padding: 0 !important;}
.header_bottom_section .vc_col-sm-4 .vc_column-inner {    padding: 10px !important;}
.clinic_title{       font-size: 11px;padding: 0 0 0 22px;  line-height: 19px; margin: 4px 0 0 8px;}
.table_time{ font-size: 10px;}
.table_title{	  font-size: 12px; margin-bottom: 3px;line-height: 21px;}
.header_call a{background-position: 0 -3px;padding: 0 0 0 32px; font-size: 20px;}
.header_call {    margin: 10px 10px 0 0;    text-align: right;}
.header_bottom_section .vc_col-sm-4{  height: 64px;}
.header_bottom_section{height: 64px;}
.plus_icon img {    width: 20px;}
.time_table {    margin: 0 12px;}
.table_title::after{height: 3px;  margin-top: 0;    margin-bottom: 4px;   width: 56px;}
.plus_icon{margin-left: 5px;  margin-top: 16px;}
.top_sec_menu ul li ul li a{ padding: 6px !important;}
/*-----------------------services----------------------*/
.service_area .service_title h1{font-size: 35px;}
p{font-size: 14px;line-height: 22px;margin-bottom: 10px;}
body{font-size: 14px;line-height: 22px;}
.service_box .vc_col-sm-2{width: 15.51%; min-height: 232px;}
.service_text h4{font-size: 12px;}
.service_box .vc_col-sm-2 .service_text{   padding: 37px 7px 8px;height: 92px;}
.service_box .vc_col-sm-2 a{ min-height: 232px;}
h2 {    font-size: 22px;}
h4 {    font-size: 20px;}
h3 {    font-size: 20px;}
h5 {    font-size: 20px;}
.service_area {   padding: 21px 0 50px;}
/*----------------------welcome-----------*/
.welcome_section .vc_column-inner {    padding: 0 !important;}
.welcome_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.vc_row.wpb_row.vc_row-fluid.welcome_section {    padding: 0 !important;}
.welcome_img img{    margin-left: -105px;    margin-top: 202px;    width: 479px;}

/*--------------------discount part---------------------------*/
.home_two_box .vc_col-sm-6 {    margin-right: 60px;    width: 44%;}
.home_box::before{	   width: 100%;}
.home_box	{width: 100%; padding: 18px; min-height: 377px;}
.home_box h3{    font-size: 22px;}
.home_box h4	{  font-size: 22px;}
.home_two_box{ padding: 30px 0;}
.home_box h3 span, .home_box h4 span{font-size: 18px;}
.home_box p{font-size: 14px;}
.home_box::before{ height: 408px;}
/*----------------------------footer-------------------*/
.main_footer_top{ padding: 20px 0;}
.main_footer_top .footer_innner{ font-size: 14px;}
.footer_one{  margin-right: 25px;}
.footer_menu ul li a {    font-size: 14px;}
.footer_menu ul li{padding: 0 0 0px 23px;line-height: 28px;}
.footer_third ul li{font-size: 14px;line-height: 28px; padding: 0 0 0 28px;}
.footer_title{ padding-bottom: 6px;    font-size: 20px;}
.copyright_footer .copy_in{  width: 95%;}
.copy_text{ font-size: 14px;  padding-top: 15px;}
.copyright_footer{ height: 50px;}

.footer_third{	width: 36%;}
.footer_menu{   margin-right: 15px;  width: 26%;}

/*----------------------------inner --------------------------*/
.feature_img_section222 .newheader h1{ font-size: 20px;  margin-top: -38px;}
.sidebar .widget-wrap h4{ font-size: 22px !important; font-size: 30px !important;height: 47px;    line-height: 47px;    margin: 15px 0 0 !important;}
  .footer_form span{font-size: 18px;}
.footer_form a{font-size: 18px;}
.contact_button a{    padding: 6px 20px;}
.before_footer_main_area_form{padding: 18px 0;}
.sidebar .widget-wrap h4::before{background-size: 100% auto !important; height: 54px; right: -14px; width: 15.5px;}
.sidebar .widget-wrap h4::after{    height: 52px;background-size: 100% auto !important;  margin-left: -15px;    margin-top: -47px; width: 15px;}
.sidebar .textwidget{	margin-top: -70px; padding: 95px 20px 20px;}
.sidebar .wpcf7-form input{font-size: 14px;   padding: 10px;}
.sidebar .wpcf7-form textarea{height: 140px;font-size: 14px;   padding: 10px;}
.sidebar .wpcf7-form-control.wpcf7-submit{width: 110px !important;}

/*----------------------------contact-us---------------------------*/
.contact_page_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.contact_page_section .vc_col-sm-12 .vc_column-inner {    padding: 0 !important;}
.contact_title h2{font-size: 23px;}
.contact_info .light_gray{font-size: 17px;}
.contact_form_area .wpcf7-form input{  font-size: 15px !important;height: 45px;padding: 10px 13px;}
.contact_form_area .wpcf7-form textarea{padding: 10px 13px;font-size: 15px !important;}
#map {    height: 330px;}
.contact_page_section {  padding: 0 0 15px;}

/*----------- footer top-------------------*/
.footer_upcall{ height: 50px;  padding: 5px 0 0 63px;background-size: 55px auto;}
 .footer_upemail{background-size: 57px auto !important;    height: 52px; padding: 8px 0 0 65px;}
li{font-size: 14px;} .blog main.content, .single main.content{margin-right:0!important;} 
}
@media only screen and (min-width:768px) and (max-width:799px)
{
		/*-------------header---------------*/
.top_sec_menu ul li{line-height: 74px;}
.header-image .site-title > a{ height: 48px; width: 180px;}
.top_sec_menu ul li a{ font-size: 10px;  padding: 0 4px;}
.site-header{    height: 74px;}

/*---------------------menu--------------------*/
.vc_row.wpb_row.vc_row-fluid.header_bottom_section {    padding: 0 !important;}
.header_bottom_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;   margin-right: auto !important;}
.header_bottom_section .vc_column-inner {    padding: 0 !important;}
.header_bottom_section .vc_col-sm-4 .vc_column-inner {    padding: 10px !important;}
.clinic_title{       font-size: 11px;padding: 0 0 0 22px;  line-height: 19px; margin: 4px 0 0 8px;}
.table_time{ font-size: 9px;}
.table_title{	  font-size: 12px; margin-bottom: 3px;line-height: 21px;}
.header_call a{background-position: 0 -3px;padding: 0 0 0 32px; font-size: 20px;}
.header_call {    margin: 10px 10px 0 0;    text-align: right;}
.header_bottom_section .vc_col-sm-4{  height: 64px;}
.header_bottom_section{height: 64px;}
.plus_icon img {    width: 20px;}
.time_table {    margin: 0 12px;}
.table_title::after{height: 3px;  margin-top: 0;    margin-bottom: 4px;   width: 56px;}
.plus_icon{margin-left: 5px;  margin-top: 13px;}
.top_sec_menu ul li ul li a{ padding: 6px !important;}
/*-----------------------services----------------------*/
.service_area .service_title h1{font-size: 35px;}
p{font-size: 14px;line-height: 22px;margin-bottom: 10px;}
body{font-size: 14px;line-height: 22px;}
.service_box .vc_col-sm-2{width: 15.51%; min-height: 232px;}
.service_text h4{font-size: 12px;}
.service_box .vc_col-sm-2 .service_text{   padding: 37px 7px 8px;height: 92px;}
.service_box .vc_col-sm-2 a{ min-height: 232px;}
h2 {    font-size: 22px;}
h4 {    font-size: 20px;}
h3 {    font-size: 20px;}
h5 {    font-size: 20px;}
.service_area {   padding: 21px 0 50px;}
/*----------------------welcome-----------*/
.welcome_section .vc_column-inner {    padding: 0 !important;}
.welcome_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.vc_row.wpb_row.vc_row-fluid.welcome_section {    padding: 0 !important;}
.welcome_img img{    margin-left: -105px;    margin-top: 115px;    width: 479px;}

/*--------------------discount part---------------------------*/
.home_two_box .vc_col-sm-6 {    margin-right: 65px;    width: 44%;}
.home_box::before{	   width: 100%;}
.home_box	{width: 100%; padding: 18px;}
.home_box h3{    font-size: 22px;}
.home_box h4	{  font-size: 22px;}
.home_two_box{ padding: 30px 0;}
.home_box h3 span, .home_box h4 span{font-size: 18px;}
.home_box p{font-size: 14px;}
.home_box::before{ height: 408px;}
/*----------------------------footer-------------------*/
.main_footer_top{ padding: 20px 0;}
.main_footer_top .footer_innner{ font-size: 14px;}
.footer_one{  margin-right: 25px;}
.footer_menu ul li a {    font-size: 14px;}
.footer_menu ul li{padding: 0 0 0px 23px;line-height: 28px;}
.footer_third ul li{font-size: 14px;line-height: 28px; padding: 0 0 0 28px;}
.footer_title{ padding-bottom: 6px;    font-size: 20px;}
.copyright_footer .copy_in{  width: 95%;}
.copy_text{ font-size: 14px;  padding-top: 15px;}
.copyright_footer{ height: 50px;}

.footer_third{	width: 36%;}
.footer_menu{   margin-right: 15px;  width: 26%;}

/*----------------------------inner --------------------------*/
.feature_img_section222 .newheader h1{ font-size: 20px;  margin-top: -38px;}
.sidebar .widget-wrap h4{ font-size: 22px !important; font-size: 30px !important;height: 47px;    line-height: 47px;    margin: 15px 0 0 !important;}
  .footer_form span{font-size: 18px;}
.footer_form a{font-size: 18px;}
.contact_button a{    padding: 6px 20px;}
.before_footer_main_area_form{padding: 18px 0;}
.sidebar .widget-wrap h4::before{background-size: 100% auto !important;  height: 56px; right: -16px; width: 16px;}
.sidebar .widget-wrap h4::after{    height: 52px;background-size: 100% auto !important;  margin-left: -15px;    margin-top: -47px; width: 15px;}
.sidebar .textwidget{	margin-top: -70px; padding: 95px 20px 20px;}
.sidebar .wpcf7-form input{font-size: 14px;   padding: 10px;}
.sidebar .wpcf7-form textarea{height: 140px;font-size: 14px;   padding: 10px;}           
.sidebar .wpcf7-form-control.wpcf7-submit{width: 110px !important;}           

/*----------------------------contact-us---------------------------*/
.contact_page_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.contact_page_section .vc_col-sm-12 .vc_column-inner {    padding: 0 !important;}
.contact_title h2{font-size: 23px;}
.contact_info .light_gray{font-size: 17px;}
.contact_form_area .wpcf7-form input{  font-size: 15px !important;height: 45px;padding: 10px 13px;}
.contact_form_area .wpcf7-form textarea{padding: 10px 13px;font-size: 15px !important;}
#map {    height: 330px;}
.contact_page_section {  padding: 0 0 15px;}

/*----------- footer top-------------------*/
.footer_upcall{ height: 50px;  padding: 5px 0 0 63px;background-size: 55px auto;}
 .footer_upemail{background-size: 57px auto !important;    height: 52px; padding: 8px 0 0 65px;}
li{font-size: 14px;} 

.page-id-16 .wpb_wrapper > ul {    margin-bottom: 10px;}.blog main.content, .single main.content{margin-right:0!important;} 

}



@media only screen and (max-width:767px) 
{
	.site-header .wrap {    max-width: 100%;}
	.header-image .site-title > a {    height: 48px;    margin: 8px auto 0;   width: 180px;}
	.toggleMenu {   background-attachment: scroll;    background-clip: border-box;    background-color: #42bebe;    background-image: url("images/icon.png");
    background-origin: padding-box;    background-position: center center;    background-repeat: no-repeat !important;    background-size: 33px auto;    border: medium none;
    border-radius: 3px;    box-shadow: 0 3px 4px 0 #cccccc;    height: 36px;    position: absolute;    right: 3%;    text-indent: -55555px;    top: 19px;  visibility: visible;  width: 46px;}
.title-area{width: 100%;text-align: center;}
.top_sec_menu {    float: right;    width: 100%;}
.top_sec_menu ul li {    line-height: 35px;    text-align: center;    width: 100%;}
.top_sec_menu ul li a { background: #42bebe none repeat scroll 0 0; border: medium none;  color: #ffffff;   padding: 0; font-size: 10px; line-height: 35px;   width: 100%;}
.site-container .site-header .wrap {    max-width: 100%;width: 100%;}
a:focus{outline: none;}
#main_navigation {    margin-top: 14px;}
.top_sec_menu ul li a:hover {    color: #fff;    background: #1355a1;}
.top_sec_menu ul li.current-menu-item a {    color: #fff; background: #1355a1;}
#main_navigation li .sub-menu {    position: relative;    z-index: 9;    width: 100%;}
.top_sec_menu ul li:hover ul{padding: 0;}
.top_sec_menu ul li ul li a {    background: #387ac6 none repeat scroll 0 0;}
.top_sec_menu ul li ul li a:hover {     background: #1355a1 none repeat scroll 0 0;    color: #ffffff;}

.top_sec_menu #main_navigation li a.parent{background:  #42bebe url("images/down-chevron.png") no-repeat scroll right 1% center / 35px auto !important;}
.footer_innner .nav {    display: block !important;}
.our_services {    display: block !important;} 
.blog main.content, .single main.content{margin-right:0!important;} 
.blog .date_news, .single .date_news{ margin-right:15px!important;}
}

/*mobile */
@media only screen and (min-width:737px) and (max-width:767px)
{
		/*-------------header---------------*/

.site-header{    height: 74px;}       

/*---------------------menu--------------------*/
.vc_row.wpb_row.vc_row-fluid.header_bottom_section {    padding: 0 !important;}
.header_bottom_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;   margin-right: auto !important;}
.header_bottom_section .vc_column-inner {    padding: 0 !important;}
.header_bottom_section .vc_col-sm-4 .vc_column-inner {    padding: 10px !important;}
.clinic_title{       font-size: 11px;    line-height: 19px;    margin: 0;   padding: 0 0 5px 22px;    background-size: 15px auto;    background-position: left center;}
.table_time{ font-size: 10px;}
.table_title{	  font-size: 12px; margin-bottom: 3px;line-height: 21px;}
.header_call a{background-position: 0 -3px;padding: 0 0 0 32px; font-size: 20px;}
.header_call {     margin: 0; text-align: center;}
.header_bottom_section .vc_col-sm-4{  height: 56px;  width: 50%;}
.header_bottom_section .vc_col-sm-4:first-child {    background: none;}
.header_bottom_section .vc_col-sm-4:nth-child(3n) {    width: 100%;   height: 40px;}
.header_bottom_section{height: 96px;}
.plus_icon img {    width: 20px;}
.time_table {    margin: 0 12px;}
.table_title::after{height: 3px;  margin-top: 0;    margin-bottom: 4px;   width: 56px;}
.plus_icon{margin-left: 16px;  margin-top: 16px;}
.top_sec_menu ul li ul li a{ padding: 6px !important;}
/*-----------------------services----------------------*/
.service_area .service_title h1{font-size: 28px;}
p{font-size: 13px;line-height: 20px;margin-bottom: 10px;}
body{font-size: 13px;line-height: 20px;}
.service_box .vc_col-sm-2{  min-height: 257px;    width: 32%; margin-bottom: 40px;    float: left;}
.service_text h4{font-size: 12px;}
.service_box .vc_col-sm-2 .service_text{   padding: 37px 7px 8px;height: 92px;}
.service_box .vc_col-sm-2 a{ min-height: 262px;}
h2 {    font-size: 22px;}
h4 {    font-size: 20px;}
h3 {    font-size: 20px;}
h5 {    font-size: 20px;}
h1, h2, h3, h4, h5, h6{margin-bottom: 10px;}
.service_area {  padding: 15px 0 15px;}
.service_box .vc_col-sm-2:nth-child(3n) {    margin-right: 0;}



/*----------------------welcome-----------*/
.welcome_section .vc_column-inner {    padding: 0 !important;}
.welcome_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.vc_row.wpb_row.vc_row-fluid.welcome_section {    padding: 0 !important;}
.welcome_img img{  margin-left: 0;  margin-top: 0;   width: 100%;}
.welcome_title{ margin-top: 20px;}
.welcome_content {    margin-bottom: 20px;}
.wel_read a span{ height: 34px;   width: 37px;}
.wel_read a{  height: 35px;  line-height: 35px; width: 160px;}


/*--------------------discount part---------------------------*/
.home_two_box .vc_col-sm-6 {   margin-right: 0;  width: 95%;   margin-bottom: 40px;}
.home_box::before{	   width: 100%;height: auto;}
.home_box	{width: 100%; padding: 18px; min-height: 0px;}
.home_box h3{    font-size: 22px;}
.home_box h4	{  font-size: 22px;}
.home_two_box{ padding: 30px 0;}
.home_box h3 span, .home_box h4 span{font-size: 18px;}
.home_box p{font-size: 14px;}
.home_box::before{ height: 298px;}
/*----------------------------footer-------------------*/
.main_footer_top{ padding: 15px 0;}
.main_footer_top .footer_innner{ font-size: 14px;}
.footer_one{  margin-right: 0px;   width: 100%;}
.footer_menu ul li a {    font-size: 14px;}
.footer_menu ul li{padding: 0 0 0px 18px;line-height: 28px;  background-size: 10px auto !important;}
.footer_third ul li{font-size: 14px;line-height: 28px; padding: 0 0 0 28px;padding: 0 0 0 22px;   background-size: 15px auto;}
.footer_title{ padding-bottom: 6px;    font-size: 18px;}
.copyright_footer .copy_in{  width: 95%;}
.copy_text{ font-size: 14px;   text-align: center;    float: none; padding-top: 15px;}
.copyright_footer{ height: 50px;}

.footer_third{	width: 50%;}
.footer_menu{    margin-right: 15px;  width: 45%;}

/*----------------------------inner --------------------------*/
.feature_img_section222 .newheader h1{ font-size: 14px;  margin-top: -30px;}
.sidebar .widget-wrap h4{ font-size: 25px !important;height: 47px;    line-height: 47px;    margin: 15px 0 0 !important;}
  .footer_form span{font-size: 18px;}
.footer_form a{font-size: 18px;}
.contact_button a{    padding: 6px 20px;}
.before_footer_main_area_form{padding: 18px 0;}
.sidebar .widget-wrap h4::before{background-size: 100% auto !important; height: 54px; right: -14px; width: 15.5px;}
.sidebar .widget-wrap h4::after{    height: 52px;background-size: 100% auto !important;  margin-left: -15px;    margin-top: -47px; width: 15px;}
.sidebar .textwidget{	margin-top: -70px; padding: 95px 20px 20px;}
.sidebar .wpcf7-form input{font-size: 14px;   padding: 10px;}
.sidebar .wpcf7-form textarea{height: 140px;font-size: 14px;   padding: 10px;}
.sidebar .wpcf7-form-control.wpcf7-submit{width: 110px !important;}
.content{width: 100%; }
.sidebar.sidebar-primary.widget-area section {    margin: 0 auto 25px;    width: 90%;}
.sidebar{  width: 100%;}
/*----------------------------contact-us---------------------------*/
.contact_page_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.contact_page_section .vc_col-sm-12 .vc_column-inner {    padding: 0 !important;}
.contact_title h2{font-size: 23px;}
.contact_info .light_gray{font-size: 17px;}
.contact_form_area .wpcf7-form input{   font-size: 12px !important; height: 35px;  padding: 10px 13px;}
.contact_form_area .wpcf7-form textarea{ font-size: 13px !important;height: 120px;  padding: 8px 13px;}
#map {    height: 260px;}
.contact_page_section {  padding: 0 0 15px;}
.contact_page_section .contact_form_area {    width: 100% !important;}
.contact_detail_area{   margin-top: 20px;  width: 100% !important;}
/*----------- footer top-------------------*/
.footer_upcall{ height: 50px; width: 50%; margin-bottom: 15px; padding: 5px 0 0 63px;background-size: 55px auto;}
 .footer_upemail{background-size: 57px auto !important;   clear: both;  height: 52px; padding: 8px 0 0 65px;}
li{font-size: 13px;line-height: 21px;} 
.contact_button{ margin-top: -25px;}
.blog main.content, .single main.content{margin-right:0!important; padding-right:0!important;width:100%!important; border:none!important;} .blog .totalbloghome, .single .totalbloghome {margin: 0 auto;width:350px!important; float:none!important; clear:both;}
}
@media only screen and (min-width:671px) and (max-width:736px)
{
	/*-------------header---------------*/

.site-header{    height: 74px;}

/*---------------------menu--------------------*/
.vc_row.wpb_row.vc_row-fluid.header_bottom_section {    padding: 0 !important;}
.header_bottom_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;   margin-right: auto !important;}
.header_bottom_section .vc_column-inner {    padding: 0 !important;}
.header_bottom_section .vc_col-sm-4 .vc_column-inner {    padding: 10px !important;}
.clinic_title{       font-size: 11px;    line-height: 19px;    margin: 0;   padding: 0 0 5px 22px;    background-size: 15px auto;    background-position: left center;}
.table_time{ font-size: 10px;}
.table_title{	  font-size: 12px; margin-bottom: 3px;line-height: 21px;}
.header_call a{background-position: 0 -3px;padding: 0 0 0 32px; font-size: 20px;}
.header_call {     margin: 0; text-align: center;}
.header_bottom_section .vc_col-sm-4{  height: 56px;  width: 50%;}
.header_bottom_section .vc_col-sm-4:first-child {    background: none;}
.header_bottom_section .vc_col-sm-4:nth-child(3n) {    width: 100%;   height: 40px;}
.header_bottom_section{height: 96px;}
.plus_icon img {    width: 20px;}
.time_table {    margin: 0 12px;}
.table_title::after{height: 3px;  margin-top: 0;    margin-bottom: 4px;   width: 56px;}
.plus_icon{margin-left: 16px;  margin-top: 16px;}
.top_sec_menu ul li ul li a{ padding: 6px !important;}
/*-----------------------services----------------------*/
.service_area .service_title h1{font-size: 28px;}
p{font-size: 13px;line-height: 20px;margin-bottom: 10px;}
body{font-size: 13px;line-height: 20px;}
.service_box .vc_col-sm-2{  min-height: 257px;    width: 32%; margin-bottom: 40px;    float: left;}
.service_text h4{font-size: 12px;}
.service_box .vc_col-sm-2 .service_text{   padding: 37px 7px 8px;height: 92px;}
.service_box .vc_col-sm-2 a{ min-height: 262px;}
h2 {    font-size: 22px;}
h4 {    font-size: 20px;}
h3 {    font-size: 20px;}
h5 {    font-size: 20px;}
h1, h2, h3, h4, h5, h6{margin-bottom: 10px;}
.service_area {  padding: 15px 0 15px;}
.service_box .vc_col-sm-2:nth-child(3n) {    margin-right: 0;}



/*----------------------welcome-----------*/
.welcome_section .vc_column-inner {    padding: 0 !important;}
.welcome_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.vc_row.wpb_row.vc_row-fluid.welcome_section {    padding: 0 !important;}
.welcome_img img{  margin-left: 0;  margin-top: 0;   width: 100%;}
.welcome_title{ margin-top: 20px;}
.welcome_content {    margin-bottom: 20px;}
.wel_read a span{ height: 34px;   width: 37px;}
.wel_read a{  height: 35px;  line-height: 35px; width: 160px;}


/*--------------------discount part---------------------------*/
.home_two_box .vc_col-sm-6 {   margin-right: 0;  width: 95%;   margin-bottom: 40px;}
.home_box::before{	   width: 100%;height: auto;}
.home_box	{width: 100%; padding: 18px; min-height: 0px;}
.home_box h3{    font-size: 22px;}
.home_box h4	{  font-size: 22px;}
.home_two_box{ padding: 30px 0;}
.home_box h3 span, .home_box h4 span{font-size: 18px;}
.home_box p{font-size: 14px;}
.home_box::before{ height: 298px;}
/*----------------------------footer-------------------*/
.main_footer_top{ padding: 15px 0;}
.main_footer_top .footer_innner{ font-size: 14px;}
.footer_one{  margin-right: 0px;   width: 100%;}
.footer_menu ul li a {    font-size: 14px;}
.footer_menu ul li{padding: 0 0 0px 18px;line-height: 28px;  background-size: 10px auto !important;}
.footer_third ul li{font-size: 14px;line-height: 28px; padding: 0 0 0 28px;padding: 0 0 0 22px;   background-size: 15px auto;}
.footer_title{ padding-bottom: 6px;    font-size: 18px;}
.copyright_footer .copy_in{  width: 95%;}
.copy_text{ font-size: 14px;   text-align: center;    float: none; padding-top: 15px;}
.copyright_footer{ height: 50px;}

.footer_third{	width: 50%;}
.footer_menu{    margin-right: 15px;  width: 45%;}

/*----------------------------inner --------------------------*/
.feature_img_section222 .newheader h1{ font-size: 14px;  margin-top: -30px;}
.sidebar .widget-wrap h4{ font-size: 25px !important;height: 47px;    line-height: 47px;    margin: 15px 0 0 !important;}
  .footer_form span{font-size: 18px;}
.footer_form a{font-size: 18px;}
.contact_button a{    padding: 6px 20px;}
.before_footer_main_area_form{padding: 18px 0;}
.sidebar .widget-wrap h4::before{background-size: 100% auto !important; height: 54px; right: -14px; width: 15.5px;}
.sidebar .widget-wrap h4::after{    height: 52px;background-size: 100% auto !important;  margin-left: -15px;    margin-top: -47px; width: 15px;}
.sidebar .textwidget{	margin-top: -70px; padding: 95px 20px 20px;}
.sidebar .wpcf7-form input{font-size: 14px;   padding: 10px;}
.sidebar .wpcf7-form textarea{height: 140px;font-size: 14px;   padding: 10px;}
.sidebar .wpcf7-form-control.wpcf7-submit{width: 110px !important;}
.content{width: 100%; }
.sidebar.sidebar-primary.widget-area section {    margin: 0 auto 25px;    width: 90%;}
.sidebar{  width: 100%;}
/*----------------------------contact-us---------------------------*/
.contact_page_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.contact_page_section .vc_col-sm-12 .vc_column-inner {    padding: 0 !important;}
.contact_title h2{font-size: 23px;}
.contact_info .light_gray{font-size: 17px;}
.contact_form_area .wpcf7-form input{   font-size: 12px !important; height: 35px;  padding: 10px 13px;}
.contact_form_area .wpcf7-form textarea{ font-size: 13px !important;height: 120px;  padding: 8px 13px;}
#map {    height: 260px;}
.contact_page_section {  padding: 0 0 15px;}
.contact_page_section .contact_form_area {    width: 100% !important;}
.contact_detail_area{   margin-top: 20px;  width: 100% !important;}
/*----------- footer top-------------------*/
.footer_upcall{ height: 50px; width: 50%; margin-bottom: 15px; padding: 5px 0 0 63px;background-size: 55px auto;}
 .footer_upemail{background-size: 57px auto !important;   clear: both;  height: 52px; padding: 8px 0 0 65px;}
li{font-size: 13px;line-height: 21px;} 
.contact_button{ margin-top: -25px;}
.blog main.content, .single main.content{margin-right:0!important; padding-right:0!important;width:100%!important; border:none!important;} .blog .totalbloghome, .single .totalbloghome {margin: 0 auto;width:350px!important; float:none!important; clear:both;}
}
@media only screen and (min-width:570px) and (max-width:670px)
{
		/*-------------header---------------*/

.site-header{    height: 74px;}

/*---------------------menu--------------------*/
.vc_row.wpb_row.vc_row-fluid.header_bottom_section {    padding: 0 !important;}
.header_bottom_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;   margin-right: auto !important;}
.header_bottom_section .vc_column-inner {    padding: 0 !important;}
.header_bottom_section .vc_col-sm-4 .vc_column-inner {    padding: 10px !important;}
.clinic_title{       font-size: 11px;    line-height: 19px;    margin: 0;   padding: 0 0 5px 22px;    background-size: 15px auto;    background-position: left center;}
.table_time{ font-size: 10px;}
.table_title{	  font-size: 12px; margin-bottom: 3px;line-height: 21px;}
.header_call a{background-position: 0 -3px;padding: 0 0 0 32px; font-size: 20px;}
.header_call {     margin: 0; text-align: center;}
.header_bottom_section .vc_col-sm-4{  height: 56px;  width: 50%;}
.header_bottom_section .vc_col-sm-4:first-child {    background: none;}
.header_bottom_section .vc_col-sm-4:nth-child(3n) {    width: 100%;   height: 40px;}
.header_bottom_section{height: 96px;}
.plus_icon img {    width: 20px;}
.time_table {    margin: 0 12px;}
.table_title::after{height: 3px;  margin-top: 0;    margin-bottom: 4px;   width: 56px;}
.plus_icon{margin-left: 16px;  margin-top: 16px;}
.top_sec_menu ul li ul li a{ padding: 6px !important;}
/*-----------------------services----------------------*/
.service_area .service_title h1{font-size: 28px;}
p{font-size: 13px;line-height: 20px;margin-bottom: 10px;}
body{font-size: 13px;line-height: 20px;}
.service_box .vc_col-sm-2{  min-height: 257px;    width: 32%; margin-bottom: 40px;    float: left;}
.service_text h4{font-size: 12px;}
.service_box .vc_col-sm-2 .service_text{   padding: 37px 7px 8px;height: 92px;}
.service_box .vc_col-sm-2 a{ min-height: 262px;}
h2 {    font-size: 22px;}
h4 {    font-size: 20px;}
h3 {    font-size: 20px;}
h5 {    font-size: 20px;}
h1, h2, h3, h4, h5, h6{margin-bottom: 10px;}
.service_area {  padding: 15px 0 15px;}
.service_box .vc_col-sm-2:nth-child(3n) {    margin-right: 0;}



/*----------------------welcome-----------*/
.welcome_section .vc_column-inner {    padding: 0 !important;}
.welcome_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.vc_row.wpb_row.vc_row-fluid.welcome_section {    padding: 0 !important;}
.welcome_img img{  margin-left: 0;  margin-top: 0;   width: 100%;}
.welcome_title{ margin-top: 20px;}
.welcome_content {    margin-bottom: 20px;}
.wel_read a span{ height: 34px;   width: 37px;}
.wel_read a{  height: 35px;  line-height: 35px; width: 160px;}


/*--------------------discount part---------------------------*/
.home_two_box .vc_col-sm-6 {   margin-right: 0;  width: 95%;   margin-bottom: 40px;}
.home_box::before{	   width: 100%;height: auto;}
.home_box	{width: 100%; padding: 18px; min-height: 0px;}
.home_box h3{    font-size: 22px;}
.home_box h4	{  font-size: 22px;}
.home_two_box{ padding: 30px 0;}
.home_box h3 span, .home_box h4 span{font-size: 18px;}
.home_box p{font-size: 14px;}
.home_box::before{ height: 298px;}
/*----------------------------footer-------------------*/
.main_footer_top{ padding: 15px 0;}
.main_footer_top .footer_innner{ font-size: 14px;}
.footer_one{  margin-right: 0px;   width: 100%;}
.footer_menu ul li a {    font-size: 14px;}
.footer_menu ul li{padding: 0 0 0px 18px;line-height: 28px;  background-size: 10px auto !important;}
.footer_third ul li{font-size: 14px;line-height: 28px; padding: 0 0 0 28px;padding: 0 0 0 22px;   background-size: 15px auto;}
.footer_title{ padding-bottom: 6px;    font-size: 18px;}
.copyright_footer .copy_in{  width: 95%;}
.copy_text{ font-size: 14px;   text-align: center;    float: none; padding-top: 15px;}
.copyright_footer{ height: 50px;}

.footer_third{	width: 50%;}
.footer_menu{    margin-right: 15px;  width: 45%;}

/*----------------------------inner --------------------------*/
.feature_img_section222 .newheader h1{ font-size: 14px;  margin-top: -30px;}
.sidebar .widget-wrap h4{ font-size: 25px !important;height: 47px;    line-height: 47px;    margin: 15px 0 0 !important;}
  .footer_form span{font-size: 18px;}
.footer_form a{font-size: 18px;}
.contact_button a{    padding: 6px 20px;}
.before_footer_main_area_form{padding: 18px 0;}
.sidebar .widget-wrap h4::before{background-size: 100% auto !important; height: 54px; right: -14px; width: 15.5px;}
.sidebar .widget-wrap h4::after{    height: 52px;background-size: 100% auto !important;  margin-left: -15px;    margin-top: -47px; width: 15px;}
.sidebar .textwidget{	margin-top: -70px; padding: 95px 20px 20px;}
.sidebar .wpcf7-form input{font-size: 14px;   padding: 10px;}
.sidebar .wpcf7-form textarea{height: 140px;font-size: 14px;   padding: 10px;}
.sidebar .wpcf7-form-control.wpcf7-submit{width: 110px !important;}
.content{width: 100%; }
.sidebar.sidebar-primary.widget-area section {    margin: 0 auto 25px;    width: 90%;}
.sidebar{  width: 100%;}
/*----------------------------contact-us---------------------------*/
.contact_page_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.contact_page_section .vc_col-sm-12 .vc_column-inner {    padding: 0 !important;}
.contact_title h2{font-size: 23px;}
.contact_info .light_gray{font-size: 17px;}
.contact_form_area .wpcf7-form input{   font-size: 12px !important; height: 35px;  padding: 10px 13px;}
.contact_form_area .wpcf7-form textarea{ font-size: 13px !important;height: 120px;  padding: 8px 13px;}
#map {    height: 260px;}
.contact_page_section {  padding: 0 0 15px;}
.contact_page_section .contact_form_area {    width: 100% !important;}
.contact_detail_area{   margin-top: 20px;  width: 100% !important;}
/*----------- footer top-------------------*/
.footer_upcall{ height: 50px; width: 50%; margin-bottom: 15px; padding: 5px 0 0 63px;background-size: 55px auto;}
 .footer_upemail{background-size: 57px auto !important;   clear: both;  height: 52px; padding: 8px 0 0 65px;}
li{font-size: 13px;line-height: 21px;} 
.contact_button{ margin-top: -25px;}
.blog main.content, .single main.content{margin-right:0!important; padding-right:0!important;width:100%!important; border:none!important;} .blog .totalbloghome, .single .totalbloghome {margin: 0 auto;width:350px!important; float:none!important; clear:both;}
}
@media only screen and (min-width:486px) and (max-width:569px)
{
	/*-------------header---------------*/

.site-header{    height: 74px;}

/*---------------------menu--------------------*/
.vc_row.wpb_row.vc_row-fluid.header_bottom_section {    padding: 0 !important;}
.header_bottom_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;   margin-right: auto !important;}
.header_bottom_section .vc_column-inner {    padding: 0 !important;}
.header_bottom_section .vc_col-sm-4 .vc_column-inner {    padding: 10px !important;}
.clinic_title{       font-size: 11px;    line-height: 19px;    margin: 0;   padding: 0 0 5px 22px;    background-size: 15px auto;    background-position: left center;}
.table_time{ font-size: 10px;}
.table_title{	  font-size: 12px; margin-bottom: 3px;line-height: 21px;}
.header_call a{background-position: 0 -3px;padding: 0 0 0 32px; font-size: 20px;}
.header_call {     margin: 0; text-align: center;}
.header_bottom_section .vc_col-sm-4{  height: 56px;  width: 50%;}
.header_bottom_section .vc_col-sm-4:first-child {    background: none;}
.header_bottom_section .vc_col-sm-4:nth-child(3n) {    width: 100%;   height: 40px;}
.header_bottom_section{height: 96px;}
.plus_icon img {    width: 20px;}
.time_table {    margin: 0 12px;}
.table_title::after{height: 3px;  margin-top: 0;    margin-bottom: 4px;   width: 56px;}
.plus_icon{margin-left: 16px;  margin-top: 16px;}
.top_sec_menu ul li ul li a{ padding: 6px !important;}
/*-----------------------services----------------------*/
.service_area .service_title h1{font-size: 28px;}
p{font-size: 13px;line-height: 20px;margin-bottom: 10px;}
body{font-size: 13px;line-height: 20px;}
.service_box .vc_col-sm-2{  min-height: 257px;    width: 32%; margin-bottom: 40px;    float: left;}
.service_text h4{font-size: 12px;}
.service_box .vc_col-sm-2 .service_text{   padding: 37px 7px 8px;height: 92px;}
.service_box .vc_col-sm-2 a{ min-height: 262px;}
h2 {    font-size: 22px;}
h4 {    font-size: 20px;}
h3 {    font-size: 20px;}
h5 {    font-size: 20px;}
h1, h2, h3, h4, h5, h6{margin-bottom: 10px;}
.service_area {  padding: 15px 0 15px;}
.service_box .vc_col-sm-2:nth-child(3n) {    margin-right: 0;}



/*----------------------welcome-----------*/
.welcome_section .vc_column-inner {    padding: 0 !important;}
.welcome_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.vc_row.wpb_row.vc_row-fluid.welcome_section {    padding: 0 !important;}
.welcome_img img{  margin-left: 0;  margin-top: 0;   width: 100%;}
.welcome_title{ margin-top: 20px;}
.welcome_content {    margin-bottom: 20px;}
.wel_read a span{ height: 34px;   width: 37px;}
.wel_read a{  height: 35px;  line-height: 35px; width: 160px;}


/*--------------------discount part---------------------------*/
.home_two_box .vc_col-sm-6 {   margin-right: 0;  width: 95%;   margin-bottom: 40px;}
.home_box::before{	   width: 100%;height: auto;}
.home_box	{width: 100%; padding: 18px; min-height: 0px;}
.home_box h3{    font-size: 22px;}
.home_box h4	{  font-size: 22px;}
.home_two_box{ padding: 30px 0;}
.home_box h3 span, .home_box h4 span{font-size: 18px;}
.home_box p{font-size: 14px;}
.home_box::before{ height: 298px;}
/*----------------------------footer-------------------*/
.main_footer_top{ padding: 15px 0;}
.main_footer_top .footer_innner{ font-size: 14px;}
.footer_one{  margin-right: 0px;   width: 100%;}
.footer_menu ul li a {    font-size: 14px;}
.footer_menu ul li{padding: 0 0 0px 18px;line-height: 28px;  background-size: 10px auto !important;}
.footer_third ul li{font-size: 14px;line-height: 28px; padding: 0 0 0 28px;padding: 0 0 0 22px;   background-size: 15px auto;}
.footer_title{ padding-bottom: 6px;    font-size: 18px;}
.copyright_footer .copy_in{  width: 95%;}
.copy_text{ font-size: 14px;   text-align: center;    float: none; padding-top: 15px;}
.copyright_footer{ height: 50px;}

.footer_third{	width: 50%;}
.footer_menu{    margin-right: 15px;  width: 45%;}

/*----------------------------inner --------------------------*/
.feature_img_section222 .newheader h1{ font-size: 14px;  margin-top: -30px;}
.sidebar .widget-wrap h4{ font-size: 25px !important;height: 47px;    line-height: 47px;    margin: 15px 0 0 !important;}
  .footer_form span{font-size: 18px;}
.footer_form a{font-size: 18px;}
.contact_button a{    padding: 6px 20px;}
.before_footer_main_area_form{padding: 18px 0;}
.sidebar .widget-wrap h4::before{background-size: 100% auto !important; height: 54px; right: -14px; width: 15.5px;}
.sidebar .widget-wrap h4::after{    height: 52px;background-size: 100% auto !important;  margin-left: -15px;    margin-top: -47px; width: 15px;}
.sidebar .textwidget{	margin-top: -70px; padding: 95px 20px 20px;}
.sidebar .wpcf7-form input{font-size: 14px;   padding: 10px;}
.sidebar .wpcf7-form textarea{height: 140px;font-size: 14px;   padding: 10px;}
.sidebar .wpcf7-form-control.wpcf7-submit{width: 110px !important;}
.content{width: 100%; }
.sidebar.sidebar-primary.widget-area section {    margin: 0 auto 25px;    width: 90%;}
.sidebar{  width: 100%;}
/*----------------------------contact-us---------------------------*/
.contact_page_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.contact_page_section .vc_col-sm-12 .vc_column-inner {    padding: 0 !important;}
.contact_title h2{font-size: 23px;}
.contact_info .light_gray{font-size: 17px;}
.contact_form_area .wpcf7-form input{   font-size: 12px !important; height: 35px;  padding: 10px 13px;}
.contact_form_area .wpcf7-form textarea{ font-size: 13px !important;height: 120px;  padding: 8px 13px;}
#map {    height: 260px;}
.contact_page_section {  padding: 0 0 15px;}
.contact_page_section .contact_form_area {    width: 100% !important;}
.contact_detail_area{   margin-top: 20px;  width: 100% !important;}
/*----------- footer top-------------------*/
.footer_upcall{ height: 50px; width: 50%; margin-bottom: 15px; padding: 5px 0 0 63px;background-size: 55px auto;}
 .footer_upemail{background-size: 57px auto !important;   clear: both;  height: 52px; padding: 8px 0 0 65px;}
li{font-size: 13px;line-height: 21px;} 
.contact_button{ margin-top: -25px;}

.blog main.content, .single main.content{margin-right:0!important; padding-right:0!important;width:100%!important; border:none!important;} .blog .totalbloghome, .single .totalbloghome {margin: 0 auto;width:350px!important; float:none!important; clear:both;}


}
@media only screen and (min-width:415px) and (max-width:485px)
{
	/*-------------header---------------*/

.site-header{    height: 74px;}

/*---------------------menu--------------------*/
.vc_row.wpb_row.vc_row-fluid.header_bottom_section {    padding: 0 !important;}
.header_bottom_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;   margin-right: auto !important;}
.header_bottom_section .vc_column-inner {    padding: 0 !important;}
.header_bottom_section .vc_col-sm-4 .vc_column-inner {       padding: 8px 10px !important;}
.clinic_title{       font-size: 11px;    line-height: 19px;    margin: 0;   padding: 0 0 5px 22px;    background-size: 15px auto;    background-position: left center;}
.table_time{ font-size: 10px;}
.table_title{	  font-size: 12px; margin-bottom: 3px;line-height: 21px;}
.header_call a{background-position: 0 -3px;padding: 0 0 0 32px; font-size: 20px;}
.header_call {     margin: 0; text-align: center;}
.header_bottom_section .vc_col-sm-4{  height: 56px;  width: 100%;}
.header_bottom_section .vc_col-sm-4:first-child {    background: none;}
.header_bottom_section .vc_col-sm-4:nth-child(3n) {    width: 100%;   height: 37px;}
.header_bottom_section{height: 149px;}
.plus_icon img {    width: 20px;}
.time_table {    margin: 0 12px;}
.table_title::after{height: 3px;  margin-top: 0;    margin-bottom: 4px;   width: 56px;}
.plus_icon{margin-left: 33px;  margin-top: 16px;}
.top_sec_menu ul li ul li a{ padding: 6px !important;}

/*--------------slider-----------------*/
 .wpb_layerslider_element .ls-wp-container.ls-container.ls-v5 {    height: 130px !important;}
 .ls-slide img {    margin-top: 0 !important;    min-height: 130px !important;}
.wpb_layerslider_element .ls-lt-container .ls-curtile > img {    height: 130px !important;}
.wpb_layerslider_element .ls-lt-container .ls-nexttile > img {    height: 130px !important;}
.feature_img_section222 img{ height: 86px;}

/*-----------------------services----------------------*/
.service_area .service_title h1{font-size: 25px;}
p{font-size: 13px;line-height: 20px;margin-bottom: 10px;}
body{font-size: 13px;line-height: 20px;}
.service_box .vc_col-sm-2{  min-height: 200px;    width: 48%; margin-bottom: 40px;    float: left;}
.service_text h4{font-size: 15px;}
.service_box .vc_col-sm-2 .service_text{    height: 69px;  padding: 29px 7px 8px;}
.service_box .vc_col-sm-2 a{ min-height: 200px;}
h2 {    font-size: 20px;}
h4 {    font-size: 18px;}
h3 {    font-size: 18px;}
h5 {    font-size: 18px;}
h1, h2, h3, h4, h5, h6{margin-bottom: 10px;}
.service_area {  padding: 15px 0 15px;}
.service_box .vc_col-sm-2:nth-child(2n) {    margin-right: 0;}
.service_box .vc_col-sm-2 img{  width: 89px;}
.home_two_box .vc_col-sm-6:last-child {    margin-bottom: 0;}

/*----------------------welcome-----------*/
.welcome_section .vc_column-inner {    padding: 0 !important;}
.welcome_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.vc_row.wpb_row.vc_row-fluid.welcome_section {    padding: 0 !important;}
.welcome_img img{  margin-left: 0;  margin-top: 0;   width: 100%;}
.welcome_title{ margin-top: 20px;}
.welcome_content {    margin-bottom: 20px;}
.wel_read a span{ height: 34px;   width: 37px;}
.wel_read a{  height: 35px;  line-height: 35px; width: 160px;}


/*--------------------discount part---------------------------*/
.home_two_box .vc_col-sm-6 {   margin-right: 0;  width: 95%;   margin-bottom: 40px;}
.home_box::before{	   width: 100%;height: auto;}
.home_box	{width: 100%; padding: 18px; min-height: 0px;}
.home_box h3{    font-size: 22px;}
.home_box h4	{  font-size: 22px;}
.home_two_box{ padding: 30px 0;}
.home_box h3 span, .home_box h4 span{font-size: 18px;}
.home_box p{font-size: 14px;}
.home_box::before{ height: 298px;}
/*----------------------------footer-------------------*/
.main_footer_top{ padding: 15px 0;}
.main_footer_top .footer_innner{ font-size: 13px;}
.footer_one{  margin-right: 0px;   width: 100%;}
.footer_menu ul li a {    font-size: 13px;}
.footer_menu ul li{padding: 0 0 0px 18px;line-height: 22px;  background-size: 10px auto !important;}
.footer_third ul li{font-size: 13px;line-height: 22px; padding: 0 0 0 28px;padding: 0 0 0 22px;   background-size: 15px auto;}
.footer_title{ padding-bottom: 6px;    font-size: 18px;}
.copyright_footer .copy_in{  width: 95%;}
.copy_text{ font-size: 13px;   text-align: center;    float: none; padding-top: 15px;}
.copyright_footer{ height: 50px;}

.footer_third{  margin-top: 11px;    width: 100%;}
.footer_menu{      margin-right: 0;  margin-top: 10px;    width: 100%;}
.footer_social img {    width: 27px;}
/*----------------------------inner --------------------------*/
.feature_img_section222 .newheader h1{  font-size: 14px;  margin-top: 0;}
.sidebar .widget-wrap h4{ font-size: 22px !important;height: 40px;  line-height: 40px; margin: 15px 0 0 !important;}
  .footer_form span{font-size: 16px;}
.footer_form a{font-size: 16px;}
.contact_button a{    padding: 6px 20px;}
.before_footer_main_area_form{padding: 18px 0;}
.sidebar .widget-wrap h4::before{background-size: 100% auto !important; height: 47px; right: -14px;   width: 13.5px;}
.sidebar .widget-wrap h4::after{   background-size: 100% auto !important;    height: 46px;   margin-left: -14px;    margin-top: -40px;    width: 13.4px;}
.sidebar .textwidget{	margin-top: -66px;  padding: 95px 20px 20px;}
.sidebar .wpcf7-form input{font-size: 12px;   padding: 10px;}
.sidebar .wpcf7-form textarea{height: 120px;font-size: 12px;   padding: 10px;}
.sidebar .wpcf7-form-control.wpcf7-submit{width: 110px !important;}
.content{width: 100%; }
.sidebar.sidebar-primary.widget-area section {    margin: 0 auto 25px;    width: 90%;}
.sidebar{  width: 100%;}
.wpb_text_column.wpb_content_element {    margin-bottom: 22px;}
/*----------------------------contact-us---------------------------*/
.contact_page_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.contact_page_section .vc_col-sm-12 .vc_column-inner {    padding: 0 !important;}
.contact_title h2{font-size: 20px;margin-top: 14px !important;margin: 0 0 10px !important;}
.contact_info .light_gray{font-size: 17px;}
.contact_form_area .wpcf7-form input{   font-size: 12px !important; height: 35px;  padding: 10px 13px;}
.contact_form_area .wpcf7-form textarea{ font-size: 13px !important;height: 120px;  padding: 8px 13px;}
#map {    height: 260px;}
.contact_page_section {  padding: 0 0 15px;}
.contact_page_section .contact_form_area {    width: 100% !important;}
.contact_detail_area{   margin-top: 0px;  width: 100% !important;}
/*----------- footer top-------------------*/
.footer_upcall{  background-size: 44px auto;display: block; float: none; height: 50px; margin: 0 auto; padding: 5px 0 0 51px; width: 188px;}
 .footer_upemail{ background-size: 48px auto !important;    display: block;   float: none;    height: 52px;       margin: 10px auto 0;   padding: 8px 0 0 52px;    width: 216px;}
li{font-size: 13px;line-height: 21px;} 
.contact_button{ float: none;  margin: 16px auto 0; width: 128px;}

.toggleMenu{  background-size: 22px auto;height: 28px;  top: 22px; width: 33px;}
.footer_one img {    margin: 0 auto;    text-align: center;   display: block;}.blog main.content, .single main.content{margin-right:0!important; padding-right:0!important;width:100%!important; border:none!important;} .blog .totalbloghome, .single .totalbloghome {margin: 0 auto;width:350px!important; float:none!important; clear:both;}
}
@media only screen and (min-width:376px) and (max-width:414px)
{
	/*-------------header---------------*/

.site-header{    height: 74px;}

/*---------------------menu--------------------*/
.vc_row.wpb_row.vc_row-fluid.header_bottom_section {    padding: 0 !important;}
.header_bottom_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;   margin-right: auto !important;}
.header_bottom_section .vc_column-inner {    padding: 0 !important;}
.header_bottom_section .vc_col-sm-4 .vc_column-inner {       padding: 8px 10px !important;}
.clinic_title{       font-size: 11px;    line-height: 19px;    margin: 0;   padding: 0 0 5px 22px;    background-size: 15px auto;    background-position: left center;}
.table_time{ font-size: 10px;}
.table_title{	  font-size: 12px; margin-bottom: 3px;line-height: 21px;}
.header_call a{background-position: 0 -3px;padding: 0 0 0 32px; font-size: 20px;}
.header_call {     margin: 0; text-align: center;}
.header_bottom_section .vc_col-sm-4{  height: 56px;  width: 100%;}
.header_bottom_section .vc_col-sm-4:first-child {    background: none;}
.header_bottom_section .vc_col-sm-4:nth-child(3n) {    width: 100%;   height: 37px;}
.header_bottom_section{height: 149px;}
.plus_icon img {    width: 20px;}
.time_table {    margin: 0 12px;}
.table_title::after{height: 3px;  margin-top: 0;    margin-bottom: 4px;   width: 56px;}
.plus_icon{margin-left: 20%;  margin-top: 16px;}
.top_sec_menu ul li ul li a{ padding: 6px !important;}

/*--------------slider-----------------*/
 .wpb_layerslider_element .ls-wp-container.ls-container.ls-v5 {    height: 130px !important;}
 .ls-slide img {    margin-top: 0 !important;    min-height: 130px !important;}
.wpb_layerslider_element .ls-lt-container .ls-curtile > img {    height: 130px !important;}
.wpb_layerslider_element .ls-lt-container .ls-nexttile > img {    height: 130px !important;}
.feature_img_section222 img{ height: 86px;}

/*-----------------------services----------------------*/
.service_area .service_title h1{font-size: 25px;}
p{font-size: 13px;line-height: 20px;margin-bottom: 10px;}
body{font-size: 13px;line-height: 20px;}
.service_box .vc_col-sm-2{  min-height: 200px;    width: 48%; margin-bottom: 40px;    float: left;}
.service_text h4{font-size: 15px;}
.service_box .vc_col-sm-2 .service_text{    height: 69px;  padding: 29px 7px 8px;}
.service_box .vc_col-sm-2 a{ min-height: 200px;}
h2 {    font-size: 20px;}
h4 {    font-size: 18px;}
h3 {    font-size: 18px;}
h5 {    font-size: 18px;}
h1, h2, h3, h4, h5, h6{margin-bottom: 10px;}
.service_area {  padding: 15px 0 15px;}
.service_box .vc_col-sm-2:nth-child(2n) {    margin-right: 0;}
.service_box .vc_col-sm-2 img{  width: 89px;}
.home_two_box .vc_col-sm-6:last-child {    margin-bottom: 0;}

/*----------------------welcome-----------*/
.welcome_section .vc_column-inner {    padding: 0 !important;}
.welcome_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.vc_row.wpb_row.vc_row-fluid.welcome_section {    padding: 0 !important;}
.welcome_img img{  margin-left: 0;  margin-top: 0;   width: 100%;}
.welcome_title{ margin-top: 20px;}
.welcome_content {    margin-bottom: 20px;}
.wel_read a span{ height: 34px;   width: 37px;}
.wel_read a{  height: 35px;  line-height: 35px; width: 160px;}


/*--------------------discount part---------------------------*/
.home_two_box .vc_col-sm-6 {   margin-right: 0;  width: 95%;   margin-bottom: 40px;}
.home_box::before{	   width: 100%;height: auto;}
.home_box	{width: 100%; padding: 18px; min-height: 0px;}
.home_box h3{    font-size: 22px;}
.home_box h4	{  font-size: 22px;}
.home_two_box{ padding: 30px 0;}
.home_box h3 span, .home_box h4 span{font-size: 18px;}
.home_box p{font-size: 14px;}
.home_box::before{ height: 298px;}
/*----------------------------footer-------------------*/
.main_footer_top{ padding: 15px 0;}
.main_footer_top .footer_innner{ font-size: 13px;}
.footer_one{  margin-right: 0px;   width: 100%;}
.footer_menu ul li a {    font-size: 13px;}
.footer_menu ul li{padding: 0 0 0px 18px;line-height: 22px;  background-size: 10px auto !important;}
.footer_third ul li{font-size: 13px;line-height: 22px; padding: 0 0 0 28px;padding: 0 0 0 22px;   background-size: 15px auto;}
.footer_title{ padding-bottom: 6px;    font-size: 18px;}
.copyright_footer .copy_in{  width: 95%;}
.copy_text{ font-size: 13px;   text-align: center;    float: none; padding-top: 15px;}
.copyright_footer{ height: 50px;}

.footer_third{  margin-top: 11px;    width: 100%;}
.footer_menu{      margin-right: 0;  margin-top: 10px;    width: 100%;}
.footer_social img {    width: 27px;}
/*----------------------------inner --------------------------*/
.feature_img_section222 .newheader h1{  font-size: 14px;  margin-top: 0;}
.sidebar .widget-wrap h4{ font-size: 22px !important;height: 40px;  line-height: 40px; margin: 15px 0 0 !important;}
  .footer_form span{font-size: 16px;}
.footer_form a{font-size: 16px;}
.contact_button a{    padding: 6px 20px;}
.before_footer_main_area_form{padding: 18px 0;}
.sidebar .widget-wrap h4::before{background-size: 100% auto !important; height: 47px; right: -14px;   width: 13.5px;}
.sidebar .widget-wrap h4::after{   background-size: 100% auto !important;    height: 46px;   margin-left: -14px;    margin-top: -40px;    width: 13.4px;}
.sidebar .textwidget{	margin-top: -66px;  padding: 95px 20px 20px;}
.sidebar .wpcf7-form input{font-size: 12px;   padding: 10px;}
.sidebar .wpcf7-form textarea{height: 120px;font-size: 12px;   padding: 10px;}
.sidebar .wpcf7-form-control.wpcf7-submit{width: 110px !important;}
.content{width: 100%; }
.sidebar.sidebar-primary.widget-area section {    margin: 0 auto 25px;    width: 90%;}
.sidebar{  width: 100%;}
.wpb_text_column.wpb_content_element {    margin-bottom: 22px;}
/*----------------------------contact-us---------------------------*/
.contact_page_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.contact_page_section .vc_col-sm-12 .vc_column-inner {    padding: 0 !important;}
.contact_title h2{font-size: 20px;margin-top: 14px !important;margin: 0 0 10px !important;}
.contact_info .light_gray{font-size: 17px;}
.contact_form_area .wpcf7-form input{   font-size: 12px !important; height: 35px;  padding: 10px 13px;}
.contact_form_area .wpcf7-form textarea{ font-size: 13px !important;height: 120px;  padding: 8px 13px;}
#map {    height: 260px;}
.contact_page_section {  padding: 0 0 15px;}
.contact_page_section .contact_form_area {    width: 100% !important;}
.contact_detail_area{   margin-top: 0px;  width: 100% !important;}
/*----------- footer top-------------------*/
.footer_upcall{  background-size: 44px auto;display: block; float: none; height: 50px; margin: 0 auto; padding: 5px 0 0 51px; width: 188px;}
 .footer_upemail{ background-size: 48px auto !important;    display: block;   float: none;    height: 52px;       margin: 10px auto 0;   padding: 8px 0 0 52px;    width: 216px;}
li{font-size: 13px;line-height: 21px;} 
.contact_button{ float: none;  margin: 16px auto 0; width: 128px;}

.toggleMenu{  background-size: 22px auto;height: 28px;  top: 22px; width: 33px;}
.footer_one img {    margin: 0 auto;    text-align: center;   display: block;}.blog main.content, .single main.content{margin-right:0!important; padding-right:0!important;width:100%!important; border:none!important;} .blog .totalbloghome, .single .totalbloghome {margin: 0 auto;width:350px!important; float:none!important; clear:both;}
}
@media only screen and (min-width:321px) and (max-width:375px)
{
	/*-------------header---------------*/

.site-header{    height: 74px;}

/*---------------------menu--------------------*/
.vc_row.wpb_row.vc_row-fluid.header_bottom_section {    padding: 0 !important;}
.header_bottom_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;   margin-right: auto !important;}
.header_bottom_section .vc_column-inner {    padding: 0 !important;}
.header_bottom_section .vc_col-sm-4 .vc_column-inner {       padding: 8px 10px !important;}
.clinic_title{       font-size: 11px;    line-height: 19px;    margin: 0;   padding: 0 0 5px 22px;    background-size: 15px auto;    background-position: left center;}
.table_time{ font-size: 10px;}
.table_title{	  font-size: 13px; margin-bottom: 3px;line-height: 21px;}
.header_call a{background-position: 0 -3px;padding: 0 0 0 32px; font-size: 20px;}
.header_call {     margin: 0; text-align: center;}
.header_bottom_section .vc_col-sm-4{  height: 56px;  width: 100%;}
.header_bottom_section .vc_col-sm-4:first-child {    background: none;}
.header_bottom_section .vc_col-sm-4:nth-child(3n) {    width: 100%;   height: 37px;}
.header_bottom_section{height: 149px;}
.plus_icon img {    width: 20px;}
.time_table {    margin: 0 12px;}
.table_title::after{height: 3px;  margin-top: 0;    margin-bottom: 4px;   width: 56px;}
.plus_icon{margin-left: 57px;  margin-top: 16px;}        
.top_sec_menu ul li ul li a{ padding: 6px !important;}                     

/*--------------slider-----------------*/
 .wpb_layerslider_element .ls-wp-container.ls-container.ls-v5 {    height: 130px !important;}
 .ls-slide img {    margin-top: 0 !important;    min-height: 130px !important;}
.wpb_layerslider_element .ls-lt-container .ls-curtile > img {    height: 130px !important;}
.wpb_layerslider_element .ls-lt-container .ls-nexttile > img {    height: 130px !important;}
.feature_img_section222 img{ height: 86px;}

/*-----------------------services----------------------*/
.service_area .service_title h1{font-size: 25px;}
p{font-size: 13px;line-height: 20px;margin-bottom: 10px;}
body{font-size: 13px;line-height: 20px;}
.service_box .vc_col-sm-2{  min-height: 200px;    width: 48%; margin-bottom: 40px;    float: left;}
.service_text h4{font-size: 15px;}
.service_box .vc_col-sm-2 .service_text{    height: 69px;  padding: 29px 7px 8px;}
.service_box .vc_col-sm-2 a{ min-height: 200px;}
h2 {    font-size: 20px;}
h4 {    font-size: 18px;}
h3 {    font-size: 20px;}
h5 {    font-size: 20px;}
h1, h2, h3, h4, h5, h6{margin-bottom: 10px;}
.service_area {  padding: 15px 0 15px;}
.service_box .vc_col-sm-2:nth-child(2n) {    margin-right: 0;}
.service_box .vc_col-sm-2 img{  width: 89px;}
.home_two_box .vc_col-sm-6:last-child {    margin-bottom: 0;}

/*----------------------welcome-----------*/
.welcome_section .vc_column-inner {    padding: 0 !important;}
.welcome_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.vc_row.wpb_row.vc_row-fluid.welcome_section {    padding: 0 !important;}
.welcome_img img{  margin-left: 0;  margin-top: 0;   width: 100%;}
.welcome_title{ margin-top: 20px;}
.welcome_content {    margin-bottom: 20px;}
.wel_read a span{ height: 34px;   width: 37px;}
.wel_read a{  height: 35px;  line-height: 35px; width: 160px;}


/*--------------------discount part---------------------------*/
.home_two_box .vc_col-sm-6 {   margin-right: 0;  width: 95%;   margin-bottom: 40px;}
.home_box::before{	   width: 100%;height: auto;}
.home_box	{width: 100%; padding: 18px; min-height: 0px;}
.home_box h3{    font-size: 22px;}
.home_box h4	{  font-size: 22px;}
.home_two_box{ padding: 30px 0;}
.home_box h3 span, .home_box h4 span{font-size: 18px;}
.home_box p{font-size: 14px;}
.home_box::before{ height: 298px;}
/*----------------------------footer-------------------*/
.main_footer_top{ padding: 15px 0;}
.main_footer_top .footer_innner{ font-size: 13px;}
.footer_one{  margin-right: 0px;   width: 100%;}
.footer_menu ul li a {    font-size: 13px;}
.footer_menu ul li{padding: 0 0 0px 18px;line-height: 22px;  background-size: 10px auto !important;}
.footer_third ul li{font-size: 13px;line-height: 22px; padding: 0 0 0 28px;padding: 0 0 0 22px;   background-size: 15px auto;}
.footer_title{ padding-bottom: 6px;    font-size: 18px;}
.copyright_footer .copy_in{  width: 95%;}
.copy_text{ font-size: 13px;   text-align: center;    float: none; padding-top: 15px;}
.copyright_footer{ height: 50px;}

.footer_third{  margin-top: 11px;    width: 100%;}
.footer_menu{      margin-right: 0;  margin-top: 10px;    width: 100%;}
.footer_social img {    width: 27px;}
/*----------------------------inner --------------------------*/
.feature_img_section222 .newheader h1{  font-size: 14px;  margin-top: 0;}
.sidebar .widget-wrap h4{ font-size: 22px !important;height: 40px;  line-height: 40px; margin: 15px 0 0 !important;}
  .footer_form span{font-size: 16px;}
.footer_form a{font-size: 16px;}
.contact_button a{    padding: 6px 20px;}
.before_footer_main_area_form{padding: 18px 0;}
.sidebar .widget-wrap h4::before{background-size: 100% auto !important; height: 47px; right: -13px;   width: 13.5px;}
.sidebar .widget-wrap h4::after{   background-size: 100% auto !important;    height: 46px;   margin-left: -13px;    margin-top: -40px;    width: 13.4px;}
.sidebar .textwidget{	margin-top: -66px;  padding: 95px 20px 20px;}
.sidebar .wpcf7-form input{font-size: 12px;   padding: 10px;}
.sidebar .wpcf7-form textarea{height: 120px;font-size: 12px;   padding: 10px;}
.sidebar .wpcf7-form-control.wpcf7-submit{width: 110px !important;}
.content{width: 100%; }
.sidebar.sidebar-primary.widget-area section {    margin: 0 auto 25px;    width: 90%;}
.sidebar{  width: 100%;}
.wpb_text_column.wpb_content_element {    margin-bottom: 22px;}
/*----------------------------contact-us---------------------------*/
.contact_page_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.contact_page_section .vc_col-sm-12 .vc_column-inner {    padding: 0 !important;}
.contact_title h2{font-size: 20px;margin-top: 14px !important;margin: 0 0 10px !important;}
.contact_info .light_gray{font-size: 17px;}
.contact_form_area .wpcf7-form input{   font-size: 12px !important; height: 35px;  padding: 10px 13px;}
.contact_form_area .wpcf7-form textarea{ font-size: 13px !important;height: 120px;  padding: 8px 13px;}
#map {    height: 260px;}
.contact_page_section {  padding: 0 0 15px;}
.contact_page_section .contact_form_area {    width: 100% !important;}
.contact_detail_area{   margin-top: 0px;  width: 100% !important;}
/*----------- footer top-------------------*/
.footer_upcall{  background-size: 44px auto;display: block; float: none; height: 50px; margin: 0 auto; padding: 5px 0 0 51px; width: 188px;}
 .footer_upemail{ background-size: 48px auto !important;    display: block;   float: none;    height: 52px;       margin: 10px auto 0;   padding: 8px 0 0 52px;    width: 216px;}
li{font-size: 13px;line-height: 21px;} 
.contact_button{ float: none;  margin: 16px auto 0; width: 128px;}

.toggleMenu{  background-size: 22px auto;height: 28px;  top: 22px; width: 33px;}
.footer_one img {    margin: 0 auto;    text-align: center;   display: block;}.blog main.content, .single main.content{margin-right:0!important; padding-right:0!important;width:100%!important; border:none!important;} .blog .totalbloghome, .single .totalbloghome {margin: 0 auto;width: 100%!important; float:none!important; clear:both;}
}
@media only screen and (min-width:200px) and (max-width:320px)
{
	/*-------------header---------------*/

.site-header{    height: 74px;}

/*---------------------menu--------------------*/
.vc_row.wpb_row.vc_row-fluid.header_bottom_section {    padding: 0 !important;}
.header_bottom_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;   margin-right: auto !important;}
.header_bottom_section .vc_column-inner {    padding: 0 !important;}
.header_bottom_section .vc_col-sm-4 .vc_column-inner {       padding: 8px 10px !important;}
.clinic_title{       font-size: 11px;    line-height: 19px;    margin: 0;   padding: 0 0 5px 22px;    background-size: 15px auto;    background-position: left center;}
.table_time{ font-size: 10px;}
.table_title{	  font-size: 12px; margin-bottom: 3px;line-height: 21px;}
.header_call a{background-position: 0 -3px;padding: 0 0 0 32px; font-size: 20px;}
.header_call {     margin: 0; text-align: center;}
.header_bottom_section .vc_col-sm-4{  height: 56px;  width: 100%;}
.header_bottom_section .vc_col-sm-4:first-child {    background: none;}
.header_bottom_section .vc_col-sm-4:nth-child(3n) {    width: 100%;   height: 37px;}
.header_bottom_section{height: 149px;}
.plus_icon img {    width: 20px;}
.time_table {    margin: 0 12px;}
.table_title::after{height: 3px;  margin-top: 0;    margin-bottom: 4px;   width: 56px;}
.plus_icon{margin-left: 33px;  margin-top: 16px;}
.top_sec_menu ul li ul li a{ padding: 6px !important;}

/*--------------slider-----------------*/
 .wpb_layerslider_element .ls-wp-container.ls-container.ls-v5 {    height: 130px !important;}
 .ls-slide img {    margin-top: 0 !important;    min-height: 130px !important;}
.wpb_layerslider_element .ls-lt-container .ls-curtile > img {    height: 130px !important;}
.wpb_layerslider_element .ls-lt-container .ls-nexttile > img {    height: 130px !important;}
.feature_img_section222 img{ height: 86px;}

/*-----------------------services----------------------*/
.service_area .service_title h1{font-size: 25px;}
p{font-size: 13px;line-height: 20px;margin-bottom: 10px;}
body{font-size: 13px;line-height: 20px;}
.service_box .vc_col-sm-2{  min-height: 200px;    width: 48%; margin-bottom: 40px;    float: left;}
.service_text h4{font-size: 15px;}
.service_box .vc_col-sm-2 .service_text{    height: 69px;  padding: 29px 7px 8px;}
.service_box .vc_col-sm-2 a{ min-height: 200px;}
h2 {    font-size: 20px;}
h4 {    font-size: 18px;}
h3 {    font-size: 20px;}
h5 {    font-size: 20px;}
h1, h2, h3, h4, h5, h6{margin-bottom: 10px;}
.service_area {  padding: 15px 0 15px;}
.service_box .vc_col-sm-2:nth-child(2n) {    margin-right: 0;}
.service_box .vc_col-sm-2 img{  width: 89px;}
.home_two_box .vc_col-sm-6:last-child {    margin-bottom: 0;}

/*----------------------welcome-----------*/
.welcome_section .vc_column-inner {    padding: 0 !important;}
.welcome_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.vc_row.wpb_row.vc_row-fluid.welcome_section {    padding: 0 !important;}
.welcome_img img{  margin-left: 0;  margin-top: 0;   width: 100%;}
.welcome_title{ margin-top: 20px;}
.welcome_content {    margin-bottom: 20px;}
.wel_read a span{ height: 34px;   width: 37px;}
.wel_read a{  height: 35px;  line-height: 35px; width: 160px;}


/*--------------------discount part---------------------------*/
.home_two_box .vc_col-sm-6 {   margin-right: 0;  width: 95%;   margin-bottom: 40px;}
.home_box::before{	   width: 100%;height: auto;}
.home_box	{width: 100%; padding: 18px; min-height: 0px;}
.home_box h3{    font-size: 22px;}
.home_box h4	{  font-size: 22px;}
.home_two_box{ padding: 30px 0;}
.home_box h3 span, .home_box h4 span{font-size: 18px;}
.home_box p{font-size: 14px;}
.home_box::before{ height: 298px;}
/*----------------------------footer-------------------*/
.main_footer_top{ padding: 15px 0;}
.main_footer_top .footer_innner{ font-size: 13px;}
.footer_one{  margin-right: 0px;   width: 100%;}
.footer_menu ul li a {    font-size: 13px;}
.footer_menu ul li{padding: 0 0 0px 18px;line-height: 22px;  background-size: 10px auto !important;}
.footer_third ul li{font-size: 13px;line-height: 22px; padding: 0 0 0 28px;padding: 0 0 0 22px;   background-size: 15px auto;}
.footer_title{ padding-bottom: 6px;    font-size: 18px;}
.copyright_footer .copy_in{  width: 95%;}
.copy_text{ font-size: 13px;   text-align: center;    float: none; padding-top: 15px;}
.copyright_footer{ height: 50px;}

.footer_third{  margin-top: 11px;    width: 100%;}
.footer_menu{      margin-right: 0;  margin-top: 10px;    width: 100%;}
.footer_social img {    width: 27px;}
/*----------------------------inner --------------------------*/
.feature_img_section222 .newheader h1{  font-size: 14px;  margin-top: 0;}
.sidebar .widget-wrap h4{ font-size: 22px !important;height: 40px;  line-height: 40px; margin: 15px 0 0 !important;}
  .footer_form span{font-size: 16px;}
.footer_form a{font-size: 16px;}
.contact_button a{    padding: 6px 20px;}
.before_footer_main_area_form{padding: 18px 0;}
.sidebar .widget-wrap h4::before{background-size: 100% auto !important; height: 47px; right: -13px;   width: 13.5px;}
.sidebar .widget-wrap h4::after{   background-size: 100% auto !important;    height: 46px;   margin-left: -13px;    margin-top: -40px;    width: 13.4px;}
.sidebar .textwidget{	margin-top: -66px;  padding: 95px 20px 20px;}
.sidebar .wpcf7-form input{font-size: 12px;   padding: 10px;}
.sidebar .wpcf7-form textarea{height: 120px;font-size: 12px;   padding: 10px;}
.sidebar .wpcf7-form-control.wpcf7-submit{width: 110px !important;}
.content{width: 100%; }
.sidebar.sidebar-primary.widget-area section {    margin: 0 auto 25px;    width: 90%;}
.sidebar{  width: 100%;}
.wpb_text_column.wpb_content_element {    margin-bottom: 22px;}
/*----------------------------contact-us---------------------------*/
.contact_page_section .vc_row.wpb_row.vc_inner.vc_row-fluid {    margin-left: auto !important;    margin-right: auto !important;}
.contact_page_section .vc_col-sm-12 .vc_column-inner {    padding: 0 !important;}
.contact_title h2{font-size: 20px;margin-top: 14px !important;margin: 0 0 10px !important;}
.contact_info .light_gray{font-size: 17px;}
.contact_form_area .wpcf7-form input{   font-size: 12px !important; height: 35px;  padding: 10px 13px;}
.contact_form_area .wpcf7-form textarea{ font-size: 13px !important;height: 120px;  padding: 8px 13px;}
#map {    height: 260px;}
.contact_page_section {  padding: 0 0 15px;}
.contact_page_section .contact_form_area {    width: 100% !important;}
.contact_detail_area{   margin-top: 0px;  width: 100% !important;}
/*----------- footer top-------------------*/
.footer_upcall{  background-size: 44px auto;display: block; float: none; height: 50px; margin: 0 auto; padding: 5px 0 0 51px; width: 188px;}
 .footer_upemail{ background-size: 48px auto !important;    display: block;   float: none;    height: 52px;       margin: 10px auto 0;   padding: 8px 0 0 52px;    width: 248px;}
li{font-size: 13px;line-height: 21px;} 
.contact_button{ float: none;  margin: 16px auto 0; width: 128px;}

.toggleMenu{  background-size: 22px auto;height: 28px;  top: 22px; width: 33px;}
.footer_one img {    margin: 0 auto;    text-align: center;   display: block;}.blog main.content, .single main.content{margin-right:0!important; padding-right:0!important;width:100%!important; border:none!important;} .blog .totalbloghome, .single .totalbloghome {margin: 0 auto;width: 100%!important; float:none!important; clear:both;}
}

@media only screen and (max-width:480px)
{
  .plus_icon{display: block; margin: 14px auto 0; text-align: center; width: 29%;}
.time_table .left_table{width:35%;}
.right_table{width: 34%;}  

}
  
  
  
  
.blog  main.content, .single main.content {
    border-right: 1px solid #eeeeee;
    float: left;
    margin-right: 30px;
    padding-right: 30px;
    width: 67%;
}

.blog .totalbloghome, .single .totalbloghome {
    float: right;
    width: 30%;
}
  
.blog .content-sidebar-wrap ul li{list-style: outside none none;}
.blog .date_news, .single .date_news {
    float: left;
    line-height: 1;
    margin-right: 30px;
    text-align: center;
    width: 72px;
}
.blog .containt_news, .single .containt_news {
    overflow: hidden;
}
.blog .containt_news h3, .single .containt_news h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}

.blog .date_news .date1, .single .date_news .date1 {
    color: #121212;
    display: block;
    font-size: 50px;
    margin-bottom: 17px;
}
.blog .date_news .date2, .single .date_news .date2 {
    color: #5c5c5c;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.blog .date_news .date3, .single .date_news .date3 {
    border-bottom: 1px solid #1d66af;
    color: #5c5c5c;
    display: inline-block;
    font-size: 17px;
    padding: 0 3px 23px;
}
.totalbloghome h4 {
    border-bottom: 2px solid #1d66af;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
}

ul li.totalblog::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: -11px;
    content: "";
    display: block;
    height: 1px;
    margin: -3px auto auto;
    position: relative;
    transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
    width: 0;
}
ul li.totalblog {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
    padding-bottom: 10px;
       list-style: outside none none;
    position: relative;
}
ul li.totalblog:hover::after {
    background: #43BFBF none repeat scroll 0 0;
    width: 100%;
}
 .readmore_cs {
    border: 2px solid #1d66af;
    color: #1d66af;
    display: block;
    float: left;
    font-size: 17px;
    line-height: 23px;
    margin-top: 15px;
    padding: 8px 13px;
}

.readmore_cs:hover {
    background: #1d66af none repeat scroll 0 0;
    color: #ffffff;
}
.readmore_cs:hover a{color: #ffffff;}

.blog main.content ul li {
    display: block;
    margin-bottom: 30px;
}

.feature_cs {
    margin-bottom: 20px;
}
.containt_news .content {
    min-height: 35px;
}  



.hed_box .vc_column-inner, .hed_box .vc_column-inner {
    padding: 0!important;

}
.hed-box-time {
    width: 33%!important;
}
.header_call a{font-size: 16px!important;}
.head-box-book-now {
    width: 21%!important;
}
.hed-box-call-now {
    width: 21%!important; 
}




.hed_box, .head-box-book-now {
    align-items: center;
    display: flex;
    min-height: 88px;
}
.hed-box-address, .hed-box-call-now {
    align-items: center;
    background: #0c53a3 none repeat scroll 0 0;
    display: flex;
    min-height: 107px;
    padding-left: 10px;
}
.header_call a {
    display: table;
    font-size: 16px!important;
    line-height: 39px;
    margin: 0px!important; 
    text-align: center;
}
.head-box-book-now .mrg-none {
    margin-top: 19px!important;
}
.hed-box-call-now .mrg-none {
    margin-top: 25px!important;
}
.hed-box-time .mrg-none {
    margin: 12px 0 0;
}


.hed-box-time .plus_icon {
    float: left;
    margin: 0 26px;
}
.hed-box-time  .time_table {
    align-items: center;
    display: flex;
   
    
}
@media only screen and (min-width:1024px) and (max-width:1100px)
{
	.header_call a { padding-left: 34px; font-size: 19px;}
	.head-box-book-now {text-align: center;}
	.head-box-book-now img{width: 161px;}
	.hed-box-call-now .mrg-none {margin-top: 21px !important;}
	.header_call{ margin: 0 10px 0 0;}
}
@media only screen and (min-width:800px) and (max-width:1023px)
{
	.header_call a {font-size: 15px; padding-left: 24px; background-size: 23px auto; background-position: center left; }
	.head-box-book-now {text-align: center;}
	.head-box-book-now img{width: 141px;}
	.hed-box-call-now .mrg-none {margin-top: 14px !important;}
	.header_call{ margin: 0 10px 0 0;}
	.clinic_title{margin: 12px 0 0 8px;}
}
@media only screen and (min-width:768px) and (max-width:799px)
{
	.header_call a {font-size: 15px; padding-left: 24px; background-size: 23px auto; background-position: center left; }
	.head-box-book-now {text-align: center;}
	.head-box-book-now img{width: 131px;}
	.hed-box-call-now .mrg-none {margin-top: 14px !important;}
	.header_call{ margin: 0 10px 0 0;}
	.table_time{font-size: 9px !important;}
}

@media only screen and (max-width:767px)
{
	.header_bottom_section{height: auto;}
	.header_bottom_section .vc_col-sm-3 { width: 49% !important;  float: left;clear: both; margin-bottom: 15px;min-height: 67px;}
	.header_bottom_section .vc_col-sm-3:nth-child(2n){float: right;clear: inherit;}
	.header_bottom_section .vc_col-sm-3:nth-child(3), .header_bottom_section .vc_col-sm-3:nth-child(4){margin-bottom: 0;}
.header_bottom_section .vc_col-sm-12{ padding: 20px 0;}
.clinic_title{font-size: 14px;padding: 8px 0 5px 22px;}
.hed_box .mrg-none { margin-bottom: 0;}
.hed_box .vc_column-inner {  padding: 8px !important;}
.head-box-book-now img{width: 131px;}
.header_call a {font-size: 15px; padding-left: 24px; background-size: 23px auto; background-position: center left; }
.hed-box-time .mrg-none{   margin: 0px 0 0;}
.table_title { font-size: 14px; line-height: 24px;}
.table_time {  font-size: 9px;  }
.head-box-book-now {text-align: center;}
.hed-box-call-now .mrg-none { margin-top: 0 !important;}
.head-box-book-now .mrg-none {margin-bottom: 0;  margin-top: 0 !important;}
}
@media only screen and (max-width:540px)
{
	.header_bottom_section .vc_col-sm-12{padding: 15px 0;}
	.header_bottom_section .vc_col-sm-3 {width: 100% !important; min-height: 0; }
	.hed_box .vc_column-inner {padding: 7px 12px !important;}
	.clinic_title {font-size: 13px; padding: 8px 0 5px 22px; }
	.hed-box-time .time_table{width: 264px;  float: none; margin: 0 auto;}
	.table_title, .table_time{text-align: left;}
.header_call a{  line-height: 31px;}
.head-box-book-now .mrg-none{ margin-top: 15px !important;}
}
@media only screen and (max-width:375px)
{
	
	.hed-box-time .time_table{width: 290px;  float: none; margin: 0 auto;}
	
}

.sidebar.sidebar-primary .textwidget > iframe {
  height: 443px !important;
}
.contact_page_section .contact_form_area .wpb_wrapper iframe {
  height: 530px;
}