/*
Theme Name: Vein Specialist
Theme URI: http://pkteam.com
Author: Zeeshan
Author URI: http://pkteam.com
Description: A semantic HTML/CSS framework base theme for WordPress Developers ported from Twitter Bootstrap
Version: 1.0
=======
License: GNU General Public License
License URI: license.txt

This theme, like WordPress, is licensed under the GPL.

The development of BootstrapWP was powered by Sublime Text 2 and lots of Diet Coke.
Use this starter theme to make something cool.  Please share the results with me via Twitter @rachelbaker.
Enjoy!

*/
/********************************************************

Comfortable with LESS?  Check out the /assets/css/less folder where the bootstrapwp.less file is the master complier

Not comfortable with LESS?  You can override the compiled bootstrapwp.css file by adding custom styles here.
-------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300italic,100italic,700italic,500,400italic,300,500italic);
/*@font-face {
	font-family: 'robotoregular';
	src: url('../fonts/roboto-regular-webfont.eot');
	src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
body {
	margin: 0px;
	padding: 30px 0px 30px;
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
}
a {
}
a:hover {
	text-decoration: none;
}
.container {
	background: #FFF;
}
.header {
	margin-bottom: 30px;
}
.login-textbox, .login-btn {
	padding-left: 0px;
}
.logo {
	margin-top: 20px;
	margin-bottom: 10px;
}
.input_box {
	width: 100%;
	border-radius: 0px;
	color: #000;
	margin-top: 15px;
}
.search_btn {
	color: #FFF;
	font-size: 14px;
	margin-top: 15px;
	font-weight: bold;
}
/*-- navbar --*/
.bg {
	background: #1c6094
}
.navbar_bg {
	padding-right: 0px;
}
.navbar {
	position: relative;
	min-height: 60px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}
.bg .navbar-default .oc-navbar {
	background-color: #2575b1;
}
.navbar-default {
	background-color: #2575b1;
	border-color: #none;
	border-radius: 0px;
}
.navbar-default .navbar-nav>li>a, .navbar-inverse .navbar-nav>li>a {
	color: #fff;
	font-weight: normal;
	text-transform: capitalize;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background: #1c6094;
	border-top-color: none !important;
}
.oc-close {
	color: #FFF;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*.navbar-nav { background: #2575b1;}*/
.navbar-right {
	padding-left: 0px;
}
.Vein_Specialis {
	background-color: #2575b1;
	min-height: 85px;
	margin-top: -22px;
	padding: 10px 40px;
}
.Vein_Specialis h4 {
	color: #FFF;
	font-size: 20px;
}
.Vein_Specialis a {
	font-size: 14px;
	color: #84d2f4;
	float: left;
	font-style: italic;
}
.Vein_Specialis a:hover {
	color: #fff;
}
.dir_arrow {
	margin-top: 0px;
	margin-left: 7px;
}
.banner {
	margin-top: 10px;
	background: url(images/banner_03.jpg) no-repeat;
	display: block;
	margin-bottom: 40px;
	background-size: 100% auto;
}
.banner h1 {
	color: #292929;
	padding-top: 20px;
	padding-left: 23px;
	font-size: 56px;
	text-transform: uppercase;
}
.banner h3 {
	display: inline-block;
	color: #2472ad;
	padding-left: 23px;
}
.banner h3 a {
	color: #2472ad;
}
.banner h3 img {
	margin-right: 7px;
}
.banner_zip {
	background: #FFF;
	border-radius: 5px 5px 0px 0px;
	margin-left: 34px;
	padding-top: 10px;
	margin-top: 24px;
	padding-bottom: 6px;
}
.zip_box {
	width: 100%;
	margin-left: 0%;
}
.Search_Now {
	width: 100%;
	color: #FFF;
	font-size: 18px;
	padding: 3px 0px;
	margin-left: 0px;
	margin-top: 10px;
	border-radius: 6px;
	border: 1px solid #ccc;
}
.bg_img {
	background: #e3e3e3 !important;
	margin-left: 0px;
	display: block;
	max-width: 100%;
	height: auto;
}
.vein_left {
}
.vein_left h4 {
	color: #292929;
	font-size: 21px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.listed_btn {
	color: #FFF;
	font-size: 18px;
	padding: 3px 42px;
	margin-bottom: 17px;
}
.right_btn {
	color: #FFF;
	font-size: 18px;
	padding: 3px 42px;
	margin-bottom: 17px;
}
.bg_img_row {
	background: #e3e3e3;
	margin-left: 0px;
	margin-right: 0px;
}
.right_bg {
	background: #2472ad url(images/Design_03.png) no-repeat left center;
}
.btn {
	border-radius: 0px;
	background: #b5f441; /* Old browsers */
	background: -moz-linear-gradient(top, #b5f441 0%, #65ab07 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5f441), color-stop(100%, #65ab07)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b5f441 0%, #65ab07 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b5f441 0%, #65ab07 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b5f441 0%, #65ab07 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b5f441 0%, #65ab07 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5f441', endColorstr='#65ab07', GradientType=0 ); /* IE6-9 */
}
.btn:hover {
	color: #FFF;
	background: #65ab07; /* Old browsers */
	background: -moz-linear-gradient(top, #65ab07 0%, #b5f441 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65ab07), color-stop(100%, #b5f441)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #65ab07 0%, #b5f441 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #65ab07 0%, #b5f441 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #65ab07 0%, #b5f441 100%); /* IE10+ */
	background: linear-gradient(to bottom, #65ab07 0%, #b5f441 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65ab07', endColorstr='#b5f441', GradientType=0 ); /* IE6-9 */
}
.links {
	margin-top: 17px;
}
.links ol {
	padding-left: 8px;
}
.links ol li a {
	color: #707070;
	font-style: italic;
	font-size: 14px;
}
.right_cont h4 {
	color: #fff;
	margin-left: 27px;
	font-size: 21px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.right_btn {
	margin-left: 21px;
	padding: 3px 8px;
}
.right_links ol li a {
	color: #FFF;
}
.links {
	margin-top: 17px;
}
.right_links ol {
	padding-left: 8px;
}
.right_links ol li {
	color: #FFF;
}
.right_links ol li a {
	color: #FFF;
	font-style: italic;
	font-size: 14px;
}
.about_text {
	margin-top: 40px;
}
.text_cont {
}
.text_cont h2 {
	color: #292929;
}
.text_cont p {
	color: #707070;
	margin-top: 20px;
	text-align: justify;
}
.text_cont span {
	color: #2472ad;
	margin-top: 5px;
	display: inline-block;
}
.text_cont span img {
	color: #2472ad;
	margin-left: 10px;
}
.aft_before {
	margin-top: 18px;
}
/*.left_content {
	margin-top: 40px;
}
*/.left_content h4 {
	font-size: 20px;
	color: #FFF;
	background: #2472ad url(images/img22_10.png) no-repeat left bottom;
	min-height: 44px;
	padding-left: 45px;
	padding-top: 12px;
}
.left_content h4 small {
	float: right;
	padding-right: 17px;
	font-style: italic;
	color: #84d2f4;
	font-size: 15px;
	padding-top: 5px;
}
.left_content h4 small img {
	margin-left: 10px;
}
.about_doctor a {
	font-size: 22px;
	color: #292929;
}
.about_doctor small {
	font-size: 14px;
	color: #2472ad;
	font-style: italic;
	margin-left: 15px;
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 11px;
	display: block;
	text-align: center;
	padding-left: 20px;
}
.media_text p {
	font-size: 14px;
	color: #707070;
	padding: 3px 0px;
}
/*.media_text p span {
	float: right;
	margin-top: 10px;
	display: inline-block;
}*/
.contact_btn {
	padding: 5px 18px;
	border: 1px solid #1790dd;
	font-size: 15px;
	color: #fff;
	min-height: 35px;
	background: #00c0ff; /* Old browsers */
	background: -moz-linear-gradient(top, #00c0ff 0%, #0479d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00c0ff), color-stop(100%, #0479d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00c0ff 0%, #0479d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00c0ff 0%, #0479d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00c0ff 0%, #0479d2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00c0ff 0%, #0479d2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0ff', endColorstr='#0479d2', GradientType=0 ); /* IE6-9 */
}
.contact_btn:hover {
	color: #FFF;
	background: #0479d2; /* Old browsers */
	background: -moz-linear-gradient(top, #0479d2 0%, #00c0ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0479d2), color-stop(100%, #00c0ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0479d2 0%, #00c0ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0479d2 0%, #00c0ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0479d2 0%, #00c0ff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0479d2 0%, #00c0ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0479d2', endColorstr='#00c0ff', GradientType=0 ); /* IE6-9 */
}
.view_btn, .claim_btn {
	float: left;
	padding: 5px 21px;
	border: 1px solid #7ecb14;
	font-size: 15px;
	color: #fff;
	min-height: 35px;
}
.thumbnail.ref-services {
	border: 1px solid #e6e6e6;
	margin-top: 15px;
	padding: 10px;
	min-height: 245px;
}
.ref-services .media_text h3.about_doctor {
	text-align: center;
	margin-top: 10px;
	font-weight: 500;
}
.ref-services .media_text span a.btn {
	float: none;
	padding: 3px 15px;
	min-height: inherit;
	margin-left: 4px;
}
.about_doctor a:hover {
	color: #2472ad;
}
a.th_nails:hover, a.th_nails:focus, a.th_nails.active {
	border-color: #2472ad !important;
}
.found_online {
	width: 68%;
	float: left;
	margin-top: 50px;
}
.found_online h1 {
	color: #747474;
	font-style: italic;
	font-size: 36px;
	margin-top: 10px !important;
}
.found_online h1:nth-child(2) {
	color: #02a0eb;
	font-weight: 300;
	margin-top: 0px !important;
}
.sign_up {
	margin-top: 55px;
	float: left;
}
.sign_up a {
	border: none;
	color: #FFF;
	background: #5b5b5b;
	border-radius: 0px;
	min-height: 70px;
	display: block;
	padding: 27px 18px;
	text-align: center;
	font-size: 24px;
}
.sign_up a:hover {
	color: #fff;
	background: #b5f441; /* Old browsers */
	background: -moz-linear-gradient(top, #b5f441 0%, #65ab07 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5f441), color-stop(100%, #65ab07)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b5f441 0%, #65ab07 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b5f441 0%, #65ab07 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b5f441 0%, #65ab07 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b5f441 0%, #65ab07 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5f441', endColorstr='#65ab07', GradientType=0 ); /* IE6-9 */
}
.sidebar {
	margin-top: 40px;
	border-left: 1px solid #e6e6e6;
}
.side_search {
	height: 45px;
	font-size: 18px;
	box-shadow: none;
	color: #292929;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	padding-top: 7px;
	border-radius: 2px;
}
.side_search:hover, .side_search:focus, .side_search:active {
	box-shadow: none;
	border: 1px solid #7ecb14;
}
.search_icon {
	height: 45px;
	border-radius: 2px;
	color: #a6a6a6;
	background: none;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	font-size: 20px;
}
.search_icon:hover, .search_icon:focus, .search_icon:active {
	background: none;
	box-shadow: none;
	border: 1px solid #7ecb14;
}
.sidebar ul {
	margin-top: 20px;
	list-style-type: none;
	padding-left: 30px;
}
.sidebar ul li {
	list-style-image: url(images/link-img_50.png);
	padding-left: 7px;
	padding-bottom: 12px;
}
.sidebar ul li a {
	font-size: 13px;
	color: #2473af;
	line-height: 23px;
}
.sidebar ul li a:hover {
	color: rgba(101, 171, 7, 0.94);
}
.listed_box {
	background: #267ab9;
	min-height: 158px;
	border-radius: 5px;
	text-align: center;
	margin-left: 15px;
}
.listed_box h3 {
	padding-top: 19px;
	color: #FFF;
	text-align: center;
}
.listed_box h3 small {
	padding-bottom: 13px;
	font-size: 19px;
	font-weight: lighter;
	color: #FFF;
	display: block;
}
.listed_box_btn {
	padding: 4px 10px;
	border: 1px solid #7ecb14;
	font-size: 18px;
	color: #fff;
	min-height: 35px;
	margin-top: 20px;
}
.listed_box_btn img {
	margin-left: 5px;
}
.Latest_News {
	margin-left: 13px;
	margin-top: 35px;
}
.Latest_News h5 {
	color: #262e2c;
	font-size: 20px;
	border-bottom: 5px solid #8cce23;
	padding-bottom: 10px;
}
.sidebar .widget_recent_entries h3 {
	font-size: 20px;
	color: #262e2c;
	padding-top: 15px;
	padding-left: 15px;
}
.Latest_News p {
	margin-top: 20px;
}
.Latest_News p:nth-child(2) {
	margin-top: 20px;
	font-weight: bold;
	color: #474958;
}
.Latest_News p:nth-child(6) {
	margin-top: 20px;
	font-weight: bold;
	color: #474958;
}
.Latest_News span {
	font-size: 12px;
	font-style: italic;
	color: #267ab9;
	margin-top: 3px;
	display: block;
}
.Latest_News a {
	margin: 20px 0px;
	display: block;
	margin-top: 20px;
	font-weight: bold;
	color: #474958;
}
.links_row {
	border: 1px solid #c2c2c2;
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	padding: 6px 0px;
	float: left;
	width: 100%;
}
.links_row p {
	color: #292929;
	display: inline-block;
	float: left;
	font-size: medium;
}
.links_row ul {
	list-style-type: none;
	padding-left: 0px;
}
.links_row ul li {
	float: left; /*border-right: 1px solid #5b5b5b;*/
}
.links_row ul li:last-child {
	border-right: none;
}
.links_row ul li a {
	color: #5b5b5b;
	font-size: 14px;
	display: inline-block;
	padding: 0px 25px;
}
.links_row ul li a:hover {
	color: rgba(101, 171, 7, 0.94);
}
.view_treatment {
	padding-left: 7px;
	padding-right: 0px;
}
.view_treatment p {
	color: #292929;
	display: inline-block;
	float: left;
	font-size: 14px;
	;
}
.foote_links span {
	margin-top: 20px;
	display: block;
}
.foote_links span p {
	float: left;
	display: inline-block;
	font-size: 15px;
	color: #595959;
	margin-right: 13px;
}
.foote_links span ul {
	list-style-type: none;
}
.foote_links span ul li {
	float: left;
	padding-right: 10px;
}
.foote_links span ul li a {
	color: #5b5b5b;
}
.foot_links {
	list-style-type: none;
	margin-top: 7px;
	margin-bottom: 0px;
	float: left;
	padding-left: 0px;
}
.foot_links li {
	float: left;
	line-height: 10px;
	border-right: 1px solid #5b5b5b;
	font-size: 13px;
	margin: 10px 2px;
}
.foot_links li a {
	color: #595959;
	padding: 10px 10px;
}
.footer_logo {
	margin-top: 20px;
	text-align: center;
}
.footer_logo img {
	display: inline-block;
	margin-bottom: 7px;
}
.footer_logo p {
	padding: 11px 0px;
	color: #555555;
	text-align: center;
	border-bottom: 1px solid #b1b1b1;
	border-top: 1px solid #b1b1b1;
}
.bottom_container {
	background-repeat: repeat-x;
}
/*== Contant_Now_page_style 
====================================================*/
.thumbnail_image {
	text-align: center;
}
.media-contant {
	text-align: center;
}
.media-contant h3 {
	margin-bottom: 12px;
}
.media-contant h3 a {
	color: #292929;
	font-weight: bold;
	font-size: 20px;
}
.media-contant h3 a:hover {
	color: #2472ad;
}
.media-contant p small {
	font-size: 14px;
	margin-bottom: 15px;
	display: inline-block;
	color: #2676b2;
	font-style: italic;
}
.cent_image {
	padding: 7px;
	border-radius: 0px;
	display: inline-block !important;
	margin-bottom: 20px;
}
a.cent_image:hover, a.cent_image:focus, a.cent_image.active {
	border-color: #2472ad !important;
}
.back_listing {
	border: 1px solid #22a6f2;
	font-size: 14px;
	color: #fff;
	min-height: 35px;
	background: #00c0ff; /* Old browsers */
	background: -moz-linear-gradient(top, #00c0ff 0%, #0479d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00c0ff), color-stop(100%, #0479d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00c0ff 0%, #0479d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00c0ff 0%, #0479d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00c0ff 0%, #0479d2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00c0ff 0%, #0479d2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0ff', endColorstr='#0479d2', GradientType=0 ); /* IE6-9 */
}
.back_listing:hover {
	color: #747474;
	background: #0479d2; /* Old browsers */
	background: -moz-linear-gradient(top, #0479d2 0%, #00c0ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0479d2), color-stop(100%, #00c0ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0479d2 0%, #00c0ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0479d2 0%, #00c0ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0479d2 0%, #00c0ff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0479d2 0%, #00c0ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0479d2', endColorstr='#00c0ff', GradientType=0 ); /* IE6-9 */
}
.form_row {
	margin-top: 45px;
}
.Contact_form h2 {
	color: #252525;
	font-weight: bold;
}
.form_box {
	border: 1px solid #c7c7c7;
	box-shadow: none;
	border-radius: 5px;
}
.form_contant label {
	margin: 13px 0px 6px 3px;
	font-weight: normal;
	font-size: 14px;
	color: #b3b3b3;
}
.checkbox_text {
	font-size: 15px;
	color: #252525!important;
	margin: 25px 0px 10px !important;
}
.check {
	margin-right: 6px !important;
}
.equal_text span {
	float: left;
	padding-top: 6px;
	font-size: 15px;
	color: #252525!important;
	margin-right: 15px;
}
.equal_box {
	width: 27%;
	float: left;
}
.message_btn {
	color: #FFF;
	padding: 10px;
	width: 250px;
	margin-top: 20px;
	font-size: 20px;
}
.contact_pagebar {
	margin-top: 0px;
	margin-bottom: 50px;
}
.input_content {
	background: #e6e6e6;
	padding: 17px 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.postal_box {
	border-radius: 5px;
	border: 1px solid #c7c7c7;
}
.contact_pagebar ul {
	padding-left: 0px;
	margin-top: 5px;
	border: 1px solid #c7c7c7;
	left: inherit;
	width: 95% !important;
	right: 0;
}
.contact_pagebar ul li {
	list-style-image: none;
	padding-left: 0px;
}
.contact_pagebar ul li a {
	padding: 3px 15px;
}
.contact_pagebar ul li a:hover {
	background: rgba(101, 171, 7, 0.94);
	color: #FFF;
}
.drop_btn {
	text-align: left;
	background: #FFF;
	border: 1px solid #c7c7c7;
}
.drop_btn:hover {
	background: #FFF;
}
.cont-btn-group {
	margin-left: -19px;
}
.sidebar_search {
	float: left;
	margin-top: 2px;
	color: #FFF;
	width: 100%;
	margin-top: 15px;
	font-size: 18px;
	height: 38px;
	padding-top: 4px;
}
.form {
	padding-left: 16px;
}
.form h4 {
	font-size: 20px;
	color: #267ab9;
	font-style: italic;
	margin-top: 20px;
}
.right-arrow {
	margin-left: 10px;
}
.select_box {
	font-size: 13px;
	font-style: italic;
	color: #b2b2b2;
	border-radius: 6px;
}
#wpcr_commentform table, #wpcr_commentform td {
}
#wpcr_commentform input#wpcr_submit_btn {
	width: 66% !important;
	float: right !important;
}
#wpcr_commentform input {
	padding: 7px 0px;
	margin: 4px 0px !important;
	width: 100% !important;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#wpcr_div_2 {
	width: 100%;
}
#wpcr_commentform textarea {
	padding: 0 !important;
	margin: 0 !important;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 66% !important;
	height: 100px !important;
	float: right;
}
.form label {
	display: inline-block;
	/* margin-bottom: 5px; */padding-left: 7px;
	font-weight: normal;
	color: #252525;
	font-size: 14px;
	margin-top: 20px;
}
.search_button {
	margin-bottom: 21px;
	padding: 4px 20px;
	border: 1px solid #0784d4;
	font-size: 18px;
	color: #fff;
	min-height: 35px;
	margin-top: 20px;
	background: #3ab8f2; /* Old browsers */
	background: -moz-linear-gradient(top, #3ab8f2 0%, #299ce6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3ab8f2), color-stop(100%, #299ce6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3ab8f2 0%, #299ce6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3ab8f2 0%, #299ce6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3ab8f2 0%, #299ce6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3ab8f2 0%, #299ce6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ab8f2', endColorstr='#299ce6', GradientType=0 ); /* IE6-9 */
}
.search_button:hover {
	background: #299ce6; /* Old browsers */
	background: -moz-linear-gradient(top, #299ce6 0%, #3ab8f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #299ce6), color-stop(100%, #3ab8f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #299ce6 0%, #3ab8f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #299ce6 0%, #3ab8f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #299ce6 0%, #3ab8f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #299ce6 0%, #3ab8f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299ce6', endColorstr='#3ab8f2', GradientType=0 ); /* IE6-9 */
}
.social_icon {
	margin-left: 16px;
	margin-bottom: 20px;
}
.top_row {
	margin-top: 50px;
}
.showing_results p {
	padding-top: 5px;
	font-size: 13px;
}
.input_label {
	padding-right: 0px;
}
.input_label label {
	font-size: 13px;
	font-weight: normal;
	padding-top: 5px;
}
.Recomendation {
	font-size: 13px;
	color: #1b1b1b;
	height: 31px;
	border-radius: 6px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 3px 7px;
	font-size: 12px;
	margin-right: 5px;
}
.inner_page {
	margin-top: 0px;
}
.left_content h1 {
	font-size: 30px;
	color: #252525;
}
.left_content h2 {
	color: #2574b0;
	font-weight: lighter;
	font-size: 24px;
	margin: 5px 0px;
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	/* float: left; */
	line-height: 1.644;
	text-decoration: none;
	background: none;
	border: 1px solid #aeaeae;
	margin-left: 1px;
	color: #2a2829;
}
.select-col {
}
/***========== find-specialist  =========**/
.find_specialist {
	margin-top: 0px;
}
.find_specialist h3 {
	color: #272727;
}
.find_specialist ul {
	list-style-type: none;
	margin-top: 21px;
	padding-left: 3px;
	margin-bottom: 21px;
}
.find_specialist ul li {
	font-size: 14px;
	font-style: italic;
	color: #9a9a9a;
	line-height: 30px;
	font-weight: 400;
}
.select_cont {
	border-radius: 5px;
	background: #267ab9;
	padding: 15px 30px 25px 20px;
}
.select_cont label {
	font-weight: 500;
	;
	font-size: 18px;
	color: #FFF;
	margin: 10px 0px;
}
.select_cont select {
	font-size: 14px;
	color: #c5c5c5;
	font-style: italic;
	height: 38px;
	border-radius: 7px;
}
.select_cont button {
	margin-top: 25px;
	font-size: 24px;
	color: #FFF;
	border-radius: 7px;
	padding-left: 25px;
	padding-right: 30px;
}
.select_cont textarea {
	font-size: 14px;
	color: #c5c5c5;
	font-style: italic;
	border-radius: 7px;
}
.select_cont h5 {
	color: #FFF;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 6px;
}
.select_cont p {
	color: #FFF;
	font-size: 13px;
	font-weight: lighter;
}
.guarantee_sect {
	margin-left: 15px;
	text-align: center;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding: 15px 7px;
}
.guarantee_sect img {
	display: inline-block;
}
.guarantee_sect h2 {
	font-size: 28px;
	color: #2a2a2a;
	margin: 10px 0px;
}
.guarantee_sect p {
	padding: 10px 18px;
	font-size: 14px;
	font-weight: lighter;
	line-height: initial;
	text-align: left;
}
.thumbnail_text p {
	line-height: 25px;
}
.thumbnail_text h3 a {
	color: #292929;
	font-weight: bold;
	font-size: 15px;
}
.sidebar_doct {
	text-align: center;
	/*border: 1px solid #8dd0f1;*/
	border: 1px solid #d2d2d2;
	margin-left: 15px;
	border-radius: 5px;
	margin-top: 24px;
	padding: 0px 7px;
}
.thumbnail_text h3 a:hover {
	color: #2472ad;
}
.media_text h1 {
	margin-top: 0px;
}
.media_text h1 a {
	font-size: 30px;
	color: #292929;
}
.media_text h1 a:hover {
	color: #2472ad;
}
.commend-links {
	text-decoration: underline;
	color: #2472ad;
	display: block;
	font-style: italic;
	margin-bottom: 20px;
}
.media_text a.contact_btn {
	padding: 5px 13px;
	font-size: 15px;
}
.nav-tabs {
	margin-bottom: 0px;
	border-bottom: 2px solid #1790dd;
	background: none;
}
.media_text span .btn {
	float: right;
	margin-top: 10px;
	display: inline-block;
	margin-left: 10px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #fff;
	background-color: #1790dd;
	border: none !important;
	font-size: 18px;
	font-weight: lighter;
	margin-top: -6px;
	cursor: pointer;
}
.nav-tabs>li {
	float: left;
	margin-bottom: 1px;
	margin-top: 5px;
	margin-right: 7px;
}
.nav-tabs>li>a {
	color: #1790dd;
	border: 1px solid #1790dd;
	border-radius: 5px 5px 0px 0px;
	margin-bottom: -3px;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
	background-color: transparent;
	outline: 0;
}
.tab-pane h5:nth-child(1) {
	font-size: 20px;
	margin: 2px 0px;
	color: #267ab9;
	padding-left: 0px;
	padding-top: 0px;
}
.tab-pane h5 {
	font-size: 20px;
	background: none;
	float: left;
	width: 100%;
	margin: 25px 0px;
	color: #267ab9;
	padding-left: 20px;
	padding-top: 0px;
}
.tab_row {
	border-bottom: 1px dashed #d8d8d8;
	margin-left: 0px;
	padding: 30px 0px;
}
.tab_row div:nth-child(1) p {
	color: #151515;
	font-weight: 500;
}
.tab_row p {
	color: #707070;
	font-weight: lighter;
}
.gmap {
	height: 190px;
	width: 100%;
	margin-left: 15px;
}
.tab_row div p, img {
	margin-left: 6px;
}
.tabbable {
	margin-top: 70px;
}
.name-text p {
	color: #151515;
	font-weight: 500;
}
.listing-sidebar {
	margin-top: 50px;
}
.doct_contact {
}
.doct_contact h4 {
	background: #2472ad;
	color: #FFF;
	text-align: center;
	padding: 14px 0px;
}
.form_box textarea {
	font-style: italic;
}
#Message {
	text-align: left;
}
.horiz_box {
	margin-top: 15px;
}
.field_box {
	border-radius: 5px;
	border: 1px solid #ccc;
	height: 37px;
	padding: 6px 1px;
	float: initial;
	margin-bottom: 1px;
	margin-top: 15px;
}
/*.doct_contact p label { margin-top:10px;}*/

.horiz_box label {
	margin-top: 6px;
}
.send_btn {
	font-size: 22px;
}
.doct_contact p:last-child {
	font-size: 13px;
	font-weight: lighter;
	color: #7f7f7f;
}
.doct_contact p {
	color: #1f1f1f;
	font-weight: 500;
}
.doct_contact p br {
	display: none;
}
.listing-sidebar div.listed_box {
	margin-top: 30px;
}
.tab-pane {
	margin-top: 30px;
	margin-left: 20px;
}
.tab-pane ol {
	padding-left: 15px;
}
.tab-pane ol li a {
	color: #8cd2f4;
}
.tab-pane ol li a:hover {
	text-decoration: underline;
}
.first_tab h5 {
	margin: 30px 0px 20px !important;
}
a.send_button {
	padding: 5px 12px;
	float: left;
	border: 1px solid #7ecb14;
	font-size: 15px;
	color: #fff;
	min-height: 35px;
	margin-right: 15px;
}
.guarantee_sect2 {
	margin-left: 15px;
	margin-bottom: 23px;
	text-align: center;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding: 15px 7px;
	background-color: #f1f1f1;
	width: 94%;
}
.guarantee_sect2 h4 {
	float: left;
	margin-top: -15px;
	margin-left: 27px;
	padding: 10px;
	color: #647476;
	font-weight: bold;
	font-size: 15px;
}
#ajaxsearchlitewidget-2 {
	width: 100%;
}
#ajaxsearchlite .probox .proinput {
	width: 80% !important;
}
#menu-footer-primary {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.links_row #menu-footer-primary li {
	border-right: 1px solid #5b5b5b;
	line-height: 15px;
	margin-top: 4px;
}
.links_row #menu-footer-primary li:last-child, .foot_links li:last-child {
	border-right: none;
}
#ajaxsearchlite .probox .prosettings {
	background: none !important;
}
#wpcf7-f305-o1 .wpcf7-submit {
	padding: 5px 40px;
	text-transform: uppercase;
}
#searchform2 select#main_cat {
	font-size: 13px;
	font-style: italic;
	border-radius: 6px;
	width: 100%;
	padding: 6px 12px;
	margin: 10px 0px 15px 0px;
	color: #252525;
}
.bottom_container .breadcrumb {
	border-bottom: 1px solid rgba(37, 117, 177, 0.44);
}
.bottom_container .breadcrumb li a {
	color: #2575b1;
}
.bottom_container .breadcrumb li a:hover {
	color: #252525;
}
.about_text .images {
	padding-right: 22px;
}
/* ---------------- Pagination Style Start --------------*/
.pagination {
	clear: both;
	position: relative;
	font-size: 11px; /* Pagination text size */
	line-height: 13px;
	float: left; /* Pagination float direction */
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff; /* Pagination text color */
	background: #555; /* Pagination non-active background color */
	-webkit-transition: background .15s ease-in-out;
	-moz-transition: background .15s ease-in-out;
	-ms-transition: background .15s ease-in-out;
	-o-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
.pagination a:hover {
	color: #fff;
	background: #6AAC70; /* Pagination background on hover */
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	background: #6AAC70; /* Current page background */
	color: #fff;
}
/* ---------------- Pagination Style ends --------------*/
.content.index {
	margin-top: 20px;
}
a:hover, a time.entry-date, span.author a, .links_row ul li a:hover, .foot_links li a:hover, .left_content .tab-pane ul.event-list li p a {
	color: #2575b1;
}
a, a time.entry-date:hover, span.author a:hover, .left_content .tab-pane ul.event-list li p a:hover {
	color: #7d7d7d;
}
.well {
	box-shadow: none;
}
.claim_btn {
	border-radius: 0px;
	background: #D6D6D6;
	background: -moz-linear-gradient(top, #D6D6D6 0%, #494949 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D6D6D6), color-stop(100%, #494949));
	background: -webkit-linear-gradient(top, #D6D6D6 0%, #494949 100%);
	background: -o-linear-gradient(top, #D6D6D6 0%, #494949 100%);
	background: -ms-linear-gradient(top, #D6D6D6 0%, #494949 100%);
	background: linear-gradient(to bottom, #D6D6D6 0%, #494949 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5f441', endColorstr='#65ab07', GradientType=0 );
	border: 1px solid #000;
}
.claim_btn:hover {
	border-radius: 0px;
	background: #494949;
	background: -moz-linear-gradient(top, #494949 0%, #D6D6D6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #494949), color-stop(100%, #D6D6D6));
	background: -webkit-linear-gradient(top, #494949 0%, #D6D6D6 100%);
	background: -o-linear-gradient(top, #494949 0%, #D6D6D6 100%);
	background: -ms-linear-gradient(top, #494949 0%, #D6D6D6 100%);
	background: linear-gradient(to bottom, #494949 0%, #D6D6D6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5f441', endColorstr='#65ab07', GradientType=0 );
	border: 1px solid #000;
}
table.akits_memberships_checkout {
	width: 100%;
}
/*  tabbing   */

.event-list > li {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 5px rgb(51, 51, 51);
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
	padding: 0px;
	margin: 0px 0px 20px;
}
.event-list > li > time {
	display: inline-block;
	width: 100%;
	color: rgb(255, 255, 255);
	background-color: rgb(197, 44, 102);
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}
.event-list > li:nth-child(even) > time {
	background-color: rgb(165, 82, 167);
}
.event-list > li > time > span {
	display: none;
}
.event-list > li > time > .day {
	display: block;
	font-size: 56pt;
	font-weight: 100;
	line-height: 1;
}
.event-list > li time > .month {
	display: block;
	font-size: 24pt;
	font-weight: 900;
	line-height: 1;
}
.event-list > li > img {
	width: 100%;
}
.event-list > li > .info > .title {
	font-size: 17pt;
	font-weight: 700;
	margin: 0px;
}
.event-list > li > .info > .desc {
	font-size: 13pt;
	font-weight: 300;
	margin: 0px;
}
.event-list > li > .info > ul, .event-list > li > .social > ul {
	display: table;
	list-style: none;
	margin: 10px 0px 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
.event-list > li > .social > ul {
	margin: 0px;
}
.event-list > li > .info > ul > li, .event-list > li > .social > ul > li {
	display: table-cell;
	cursor: pointer;
	color: rgb(30, 30, 30);
	font-size: 11pt;
	font-weight: 300;
	padding: 3px 0px;
}
.event-list > li > .info > ul > li > a {
	display: block;
	width: 100%;
	color: rgb(30, 30, 30);
	text-decoration: none;
}
.event-list > li > .social > ul > li {
	padding: 0px;
}
.event-list > li > .social > ul > li > a {
	padding: 3px 0px;
}
.event-list > li > .info > ul > li:hover, .event-list > li > .social > ul > li:hover {
	color: rgb(30, 30, 30);
	background-color: rgb(200, 200, 200);
}
.facebook a, .twitter a, .google-plus a {
	display: block;
	width: 100%;
	color: rgb(75, 110, 168) !important;
}
.twitter a {
	color: rgb(79, 213, 248) !important;
}
.google-plus a {
	color: rgb(221, 75, 57) !important;
}
.facebook:hover a {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(75, 110, 168) !important;
}
.twitter:hover a {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(79, 213, 248) !important;
}
.google-plus:hover a {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(221, 75, 57) !important;
}
 @media (min-width: 768px) {
.event-list > li {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px;
}
.event-list > li > time, .event-list > li > img {
	display: inline-block;
}
.event-list > li > time, .event-list > li > img {
	width: 120px;
	float: left;
}
.event-list > li > time, .event-list > li > img {
	width: 120px;
	height: 120px;
	padding: 0px;
	margin: 0px;
}
.event-list > li > .info > .title, .event-list > li > .info > .desc {
	padding: 0px 10px;
}
.event-list > li > .info > ul {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.event-list > li > .social {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 40px;
}
.event-list > li > .social > ul {
	border-left: 1px solid rgb(230, 230, 230);
}
.event-list > li > .social > ul > li {
	display: block;
	padding: 0px;
}
.event-list > li > .social > ul > li > a {
	display: block;
	width: 40px;
	padding: 8px;
}
}
/*  tabbing */
.left_content .tab-pane {
	margin-left: 0px;
	margin-top: 20px;
}
.left_content .tab-pane ul {
	padding-left: 0px;
	margin-top: 20px;
}
.left_content .tab-pane .gmap {
	margin-left: 0px;
}
.left_content .tab-pane .gmap .acf-map {
	border: none;
}
.left_content .tab-pane ul.event-list h2 {
	padding: 0px;
	margin-bottom: 10px;
}
.left_content .tab-pane ul.event-list li p i.fa {
	padding-right: 5px;
}
.left_content .tab-pane ul.event-list li p {
	line-height: 30px;
}
.left_content .tab-pane h3, .left_content.inner_page h3 {
	font-size: 15px;
	font-weight: bold;
}
.left_content .tab-pane h2 {
	margin: 10px 0px !important;
}
.left_content.inner_page .hentry .thumbnail {
	min-height: 230px;
	padding: 10px !important;
}
.left_content.inner_page .hentry .thumbnail .caption {
	padding: 10px 10px 0px;
}
.thumbnail.ref-services .about_doctor a {
	min-height: 55px;
	float: left;
	width: 100%;
}
.inner_page small a {
	color: #fff;
}
.thumbnail.ref-services.error .media_text .error-text {
	min-height: 120px;
}
.thumbnail.ref-services.error .media_text .error-text h3 a {
	margin-bottom: 10px;
}
.thumbnail.ref-services.error .media_text h3.about_doctor a {
	min-height: inherit !important;
}
