.page-wrapper{
	overflow:hidden;
}
.single-call-to-action .icon-box .icon{
	display:block !important;
}
.admin-bar .mainmenu-area.stricky-fixed{
	top:32px;
}
#single_Service .vc_column_container{
	padding-left:15px !important;
	padding-right:15px !important;
}
.icon-box i.icon {
    width: auto !important;
    height: auto !important;
}
#wpcf7-f11-p104-o1 .wpcf7-submit{
	width: 152px;
    height: 55px;
    background: #186AAB;
    border: none;
    outline: none;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.home-appointment-form .form-grp .single-form:last-child{
	margin-right:0px !important;
}
.ajax-loader{
	position:absolute;
	right:10px;
	top:5px;
}
.home-appointment-form .form-grp{
	padding:33px 30px !important;
}
.container .vc_column-inner {
	padding:0px !important;
	max-width:1200px;
}
.breadcumb ul{
	margin:0px !important;
	padding:0px !important;
}
.breadcumb li{
	margin:0px 10px;
}
.breadcumb li a:after{
	content:'>';
	position:absolute;
	margin-left:5px;
}
.contact-form .wpcf7-submit{
	display:inline-block !important;
	width: 155px !important;
    height: 55px;
    background: #186AAB;
	color:#ffffff;
}
.home-appointment-form .form-grp .single-form input[type="submit"] {
    background: #186aab none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    height: 55px;
    outline: medium none;
    text-transform: uppercase;
    width: 152px;
	padding:0px;
}
/************Share This*************************/
.psocial li{
	background: #f4f4f4 !important;
    color: #bcbcbc;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
	border-radius:50%;
}
.psocial li:first-child{
	background:none !important;
	width:auto;
	height:auto;
}
.stButton .stLarge{
	background:none !important;
	width:auto !important;
	height:auto !important;
	position:relative;
	line-height:none !important;
}
.stButton{
	width:100%;
	display:block !important;
	text-align:center;
	margin:0px !important;
}
.stButton .stLarge:after{
	content:"\f09a";
	font-size:16px;
	font-family: 'FontAwesome';
	color: #bcbcbc;
	
}
.facebook .stButton .stLarge:after{
	content:"\f09a";
}
.google .stButton .stLarge:after{
	content:"\f0d5";
}
.twitter .stButton .stLarge:after{
	content:"\f099";
}
.pinterest .stButton .stLarge:after{
	content:"\f0d2";
}
.psocial li{
	background:#ffffff;
	transition: all 0.5s ease 0s;
}
.psocial li:hover{
	background: #00cbd8 !important;
    color: #fff;
}
.psocial li:hover .stButton .stLarge:after{
	color:#3290e6;
	opacity:1;
}
.blog_post_wrapper .img_holder img{
	width:100%;
}
.comments_area .seo-comment-list .children{
	margin-left:102px;
}
.single-blog-post .content-box{
	position:relative;
}
.single-blog-post .content-box .date-box{
	position:absolute;
	top:0px;
	left:0;
	padding-right:0px;
	
}
.single-blog-post .content-box .content{
	position:relative;
	display:block;
}
.single-blog-post .content-box .content.p-l90{
	padding-left:90px;
}
/****************************Custom Widget****************************/
.widget ul {
    margin-top: 10px;
    padding: 0;
}
.widget ul li  {
    list-style: outside none none;
	position:relative;
}
.widget ul li:before{
    background: #e3e3e3 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 22px;
	margin-top:-1px;
    width: 10px;
}
.widget ul li a{
    color: #9c9c9c;
    line-height: 45px;
    padding-left: 26px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.widget ul li a:hover{
    color: #346db8;
}
.tagcloud {
    margin-top: 30px;
    padding: 0;
}
.tagcloud a {
    border: 1px solid #f1f1f1;
    border-radius: 30px;
    color: #bababa;
    font-size: 14px !important;
    padding: 5px 23px;
    transition: all 0.3s ease 0s;
	display: inline-block;
    list-style: outside none none;
    margin-bottom: 12px;
    margin-right: 3px;
}
.tagcloud a:hover {
    background: #346db8 none repeat scroll 0 0;
    border-color: #346db8;
    color: #fff;
}
.widget .popular-post ul{
	margin: 25px 0 0;
    padding: 0;
}
.widget .popular-post ul li{
	border-bottom: 1px solid #f5f5f5;
    list-style: outside none none;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.widget .popular-post ul li:before{
	display:none;
}
.widget .popular-post ul li a{
	padding:0px;
	line-height:inherit;
}
/*--------------------------theme check----------------------------------*/
	#wp-calendar {
		width: 100%;
	}
	#wp-calendar caption {
		text-align: right; 
		color: #333; 
		font-size: 12px; 
		margin-top: 10px;
		margin-bottom: 15px;
	}
	#wp-calendar thead { 
		font-size: 10px;
	}
	#wp-calendar thead th { 
		padding-bottom: 10px;
	}
	#wp-calendar tbody { 
		color: #aaa; 
	}
	#wp-calendar tbody td { 
		background: #f5f5f5; 
		border: 1px solid #fff; 
		text-align: center; 
		padding:8px;
	}
	#wp-calendar tbody td:hover { 
		background: #fff; 
	}
	#wp-calendar tbody .pad { 
		background: none; 
	}
	#wp-calendar tfoot #next { 
		font-size: 10px; 
		text-transform: uppercase; 
		text-align: right;
	}
	#wp-calendar tfoot #prev { 
		font-size: 10px; 
		text-transform: uppercase; 
		padding-top: 10px; 
	}
	
	.sticky .post {background: #efefef; border: 3px solid #fff; }
	.sticky .post .post-content{ background-color:transparent; }
	.wp-caption {
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
	.gallery-caption {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #9C9C9C;
	}
	.bypostauthor{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #9C9C9C;
	}
	.alignright{ 
		text-align:right;
	}
	.alignleft{ 
		text-align:left;
	}
	.aligncenter{ 
		text-align:center;
	}	
	.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*************************************Theme Unit Testing***********************/
.tag-sticky-2 .single-blog-post{
	background:#fafafa;
}
.tag-sticky-2 .single-blog-post .content-box .content{
	padding-top:15px;
}
.content-box h1,.content-box h2,.content-box h3,.content-box h4,.content-box h5,.content-box h6,
.comment .text h1,.comment .text h2,.comment .text h3,.comment .text h4,.comment .text h5,.comment .text h6,
.blog-posts h1,.blog-posts h2,.blog-posts h3,.blog-posts h4,.blog-posts h5,.blog-posts h6{
	font-family: "Raleway", sans-serif;
	margin-bottom:15px;
	font-weight:400;
	color: #333333;
	line-height:1.6em;
}
.content-box h1,.comment .text h1,.blog-posts h1{
	font-size:2em;
}
.content-box h2,.comment .text h2,.blog-posts h2{
	font-size:1.6em;
}
.content-box h3,.comment .text h3,.blog-posts h3{
	font-size:1.4em;
}
.content-box h4,.comment .text h4,.blog-posts h4{
	font-size:1.2em;
}
.content-box h5,.comment .text h5,.blog-posts h5{
	font-size:1.1em;
}
.content-box h6,.comment .text h6,.blog-posts h6{
	font-size:1em;
}
.content-box table thead tr th,.comment .text table thead tr th,.blog-posts table thead tr th{
	border: 1px solid #ddd;
    vertical-align: bottom;
	padding: 8px;
}
.content-box table tbody tr th,.comment .text table tbody tr th,.blog-posts table tbody tr th{
	border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.content-box table tbody tr td,.comment .text table tbody tr td,.blog-posts table tbody tr td{
	border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.content-box ul,.content-box ol,
.comment .text ul, .comment .text ol,
.blog-posts ul, .blog-posts ol{
	padding-left:18px;
}
.content-box ul li,.comment .text ul li,
.blog-posts ul li,.blog-posts ul li{
	list-style-type:disc;
	display:list-item;
	line-height:1.8em;
}
.content-box ul li ul li, .comment .text ul li ul li,
.blog-posts ul li ul li{
	list-style-type:circle;
}
.content-box ul li ul li ul li, .comment .text ul li ul li ul li,.blog-posts ul li ul li ul li{
	list-style-type:square;
}
.content-box ol li,.comment .text ol li,.blog-posts ol li{
	list-style-type:decimal;
	display:list-item;
	line-height:1.8em;
}
.content-box ol li ol li,.comment .text ol li ol li,.blog-posts ol li ol li{
	list-style-type:lower-alpha;
}
.content-box ol li ol li ol li,.comment .text ol li ol li ol li,.blog-posts ol li ol li ol li{
	list-style-type:upper-roman;
}
.extended-blog-post p img,.extended-blog-post figure img,.blog-posts p img,.blog-posts figure img{
	max-width:100%;
	display:block;
	height:auto;
}
.comment-list .children{
	margin-left:50px;
}
figure{
	max-width:100%;
	display:block;
}
.content-box .alignright{
	float:right;
	padding:10px;
}
/****************Custom Widget*********************/
.widget_recent_comments ul li{
	padding:0px 0 0px 20px;
}
.widget select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:10px 0;
	margin-top:20px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.widget ul li ul{
	margin:0px;
}
.paginate-links > span, .paginate-links a{
	border: 2px solid #f1f1f1;
    color: #d1d1d1;
    font-size: 16px;
    margin-right: 5px;
	width:35px;
	height:35px;
	text-align:center;
	line-height:33px;
	display:inline-block;
    transition: all 0.3s ease 0s;
}
.paginate-links > span, .paginate-links a:hover{
	background: #346db8 none repeat scroll 0 0;
    border-color: #346db8;
    color: #fff;
}
.post-password-form input[type="password"]{
	border:1px solid #346db8;
	padding:5px 10px;
	display:inline-block;
}
.post-password-form input[type="submit"]{
	background:#346db8;
	color:#fff;
	padding:6px 15px; 
	display:inline-block;
	border:none;
	
}
.call-to-action .single-call-to-action h3{
	color:#ffffff !important;
	font-family: "Raleway",sans-serif !important;
}
.call-to-action .single-call-to-action ul{
	padding:0px !important;
}
.thm-banner-h1{
	line-height:55px !important;
}
.widget.widget_bunch_external_links ul li:before,.widget .qustion_list ul li:before{display:none;}
.widget.widget_bunch_external_links ul li a,.widget .qustion_list ul li a{padding-left:5px !important;}
.faq-home .accrodion .accrodion-title h4 span.decor{margin-right:0px; position:absolute; left:0px; top:0px;}
.faq-home .accrodion .accrodion-title h4 span.text{padding-left:40px; display:block;}
.mp-comment-list .contact-content{margin-bottom:40px;}
.mp-comment-list .contact-content h2{
	margin-bottom:0px;
}
.page .blog-home .mp-form,.page .blog-home .comment-box{
	margin-top:40px;
}
/*********************Custom Footer widget Styling************************/
.footer-widget h3{
	margin-bottom:30px;
}
.footer-widget.widget_recent_comments ul li{
	padding: 0;
}
.footer-widget ul li a{
	padding:0px 0 10px;
}
.footer-widget ul li a,.footer-widget ul li,.footer-widget .textwidget p{
	color:#ffffff;
}
.footer-widget a{
	color:#fafafa;
}
.footer-widget select{
	width:100%;
	padding:6px;
	color:#222;
}
.footer-widget #wp-calendar caption{
	padding:0px;
	margin:0px 0 15px;
	font-size:14px;
	color:#ffffff;
}
.footer-widget #wp-calendar thead th{
	border:1px solid #fafafa;
	border-bottom:none;
	text-align:center;
	padding:0px;
	line-height:30px;
	color:#ffffff;
}
.footer-widget #wp-calendar tbody .pad{
	background:#fafafa;
}
.footer-widget .tagcloud a{
	color:#ffffff;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.gallery-columns-3 .gallery-item{
	margin-bottom:35px;
}
.gallery-columns-3 .gallery-item .wp-caption-text{
	padding-top:15px;
}
.error_page {
    padding: 140px 0;
    position: relative;
}
.error_page h1{
	color: #186aab;
    font-size: 148px;
}
.error_page p{
	margin:15px 0 35px;
}
.comment-box .mp-comment-list .pingback.single-comment-box .img-box,.comment-box .mp-comment-list .trackback.single-comment-box .img-box{display:none;}
.blog-details .comment-box .single-comment-box.pingback .content-box,.blog-details .comment-box .single-comment-box.trackback .content-box{padding-left:0px;}
.comment-box .no-comments {
    border: 1px solid #186aab;
    color: #191919;
    display: inline-block;
    margin-top: 15px;
    padding: 15px;
}
.blog-home.sec-padding.blog-page.blog-details{
	min-height:555px;
}
.mainmenu-area .search-box input::placeholder {
  color: #ffffff;
}