@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Roboto', sans-serif;
	color: #2a2a2a;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	font-weight:400;
}
* {
    border: medium none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{	
	font-family: 'Roboto', sans-serif;
}
ul{
list-style-type:none;
}	
a{
  text-decoration:none;
  outline: none!important;
}
a:hover{
text-decoration:none;
outline:none;
} 
textarea{
resize:none;
}
.mar-top{
	margin-top:30px !important;
}
p {
	line-height: 26px;    
	font-size: 14px;
	font-weight:400;
	color:#535151;
}

/*#######################*/

.header{
	padding: 20px 0;
	border-bottom: 16px solid #3b515c;
}
.top-menu {
	float: right;
	margin: 30px 0 0;
}
/*############################### Menu ############################*/

#cssmenu > ul > li > a {
	color: #3b515c;
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	position: relative;
	margin: 0 9px;
	text-transform: none;
}
#cssmenu > ul > li.has-sub > a::after {
	position: absolute;
	top: 5px;
	right: 4px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 14px;
}
#cssmenu > ul > li.active > a {
  color: #00a3b2;
  border-bottom: none !important;
}
#cssmenu > ul > li:hover > a {
  color: #00a3b2;
  border-bottom: none !important;
}
#cssmenu > ul > li:focus > a {
  color: #00a3b2;
  border-bottom: none !important;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	z-index: 999999;
	box-shadow: 1px 0 12px rgba(0,0,0,0.4);
	margin-top: 3px;
}
#cssmenu ul ul li a {
	padding: 10px 12px;
	width: 160px;
	font-size: 14px;
	background: #fff;
	text-decoration: none;
	color: #3b515c;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #ffffff;
	background: #00a3b2;
}
/*############################### Menu ############################*/

/*################################ CAMERA BANNER ##############################*/
.fluid_container {
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 0;
}
.camera_bar {
	z-index: 2;
}
.camera_thumbs {
	margin-top: -100px;
	position: relative;
	z-index: 1;
}
.camera_thumbs_cont {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.camera_overlayer {
	opacity: .1;
}
.camera_thumbs_cont > div {
	display: none;
}
.camera_bar {
	display: none;
}
.camera_wrap {
	width: 100%;
	margin-bottom:0 !important;
}
.camera_commands {
	display: none;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
	background: none !important;
}
.camera_wrap .camera_pag .camera_pag_ul {
	margin-top: -3%;
	text-align: center;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	float: none;
	height: 14px !important;
	margin: 0 3px !important;
	width: 14px !important;
	border: none;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  border-radius: 0;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
	background: #3b515c !important;
	border: none !important;
}
.camera_caption {
  display: block;
  left: 50px;
  padding: 40px 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 16%;
  width: 34% !important;
  z-index: 9999;
}
.camera_caption > div {
background-color:transparent;
padding: 25px 27px !important;
}
.camera_caption img {
	display:inline-block;
}
.banner {
  position: relative;
  min-height: 400px;
}
/*################################ END CAMERA BANNER ##############################*/
.banner_bottom_sec {
	padding: 50px 0;
}
.banner_bottom_sub_sec {
	width: 100%;
}
.banner_bottom_sub_top_sec {
	padding: 25px;
	display: inline-block;
	width: 100%;
}
.banner_bottom_sub_top_sec img {
	float: left;
	margin-right: 20px;
}
.banner_bottom_sub_top_sec h4 {
	font-size: 24px !important;
	line-height: 30px !important;
	font-weight: 300 !important;
	color: #fff !important;
	margin: 0 !important;
	text-transform: none !important;
}
.banner_bottom_sub_sec a {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 0;
	background:rgba(0,0,0,0.5);
	color: #fff;
}
.banner_bottom_sub_sec a:hover {
	background:#00a3b2;
	color: #fff;
}
.banner_bottom_sub_sec a:focus {
	background:rgba(0,0,0,0.5);
	color: #fff;
}
.banner_bottom_sub_sec.bg1 {
	background:#333132;
}
.banner_bottom_sub_sec.bg2 {
	background:#3b515c;
}
.banner_bottom_sub_sec.bg3 {
	background:#97928e;
}
.about_wrap {
	padding: 40px 0 25px;
	background: url(../images/about_bg.jpg) no-repeat center top;
    background-size: auto;
	background-size: cover;
}
.about_title {
	font-size: 34px;
	font-weight: 300;
	color: #363636;
	margin: 15px 0 35px;
}
.about_content {

}
.text_right {
	text-align: right !important;
	float: right;
}
.about_content a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background:#f69c00;
	padding: 8px 15px;
	border-radius: 8px;
	border: 1px solid #000;
	margin: 0 0 20px;
}
.about_content a:hover, .about_content a:focus {
	color: #f69c00;
	background:#000;
}
.about_content p {
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	color: #363636;
	margin-bottom: 25px;
}
.service_vets_hospital_wrap {
	padding: 50px 0;
	/*background:url(../images/about_bg.jpg) no-repeat center top;
	background-size: cover;*/
}
.banner_bottom_sub_top_sec p {
	font-size: 14px;
	line-height: 22px;
	color: #ccc;
	margin: 10px 0 0;
	overflow: hidden;
}
.service_vets_hospital_wrap .banner_bottom_sub_top_sec {
	min-height: 160px;
}
/*.service_vets_hospital_wrap .banner_bottom_sub_top_sec {
	padding: 90px 25px 25px;
	text-align: center;
}*/
/*.service_icon {
	position: absolute;
	content: '';
	width: 150px;
	height: 150px;
	background: #000;
	border-radius: 50%;
	top: -75px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.service_icon img {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto !important;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.service_vets_hospital_wrap .banner_bottom_sub_sec:hover .service_icon {
	background:#00a3b2;
}*/
.latest_blog_wrap {
	padding: 50px 0;
	/*background:url(../images/about_bg.jpg) no-repeat center top;
	background-size: cover;*/
}
.latest_blog_title {
	font-size: 40px;
	font-weight: 300;
	color: #363636;
	margin: 0 0 30px;
	text-align: center;
}
.blog_sub_sec {
	width: 92%;
	margin: 0 auto;
}
.blog_img_sub {
	width: 100%;
	float: none;
	margin: 0 !important;
	height: 280px;
}
.blog_img_sub img {
	width: 100%;
	height: 100%;
}
.blog_content_sub {
	padding: 20px;
	box-shadow: 3px 0 16px rgba(0,0,0,0.2);
	position: relative;
	z-index: 999;
	overflow: hidden;
	background: #fff;
}
.blog_content_sub h4 {
	font-size: 25px !important;
	font-weight: 400;
	margin: 0 0 20px;
	color: #393939;
	min-height: 60px;
	text-transform: none !important;
}
.blog_content_sub h6 {
	font-size: 16px;
	font-weight: 500;
	color: #3b515c;
	margin: 0 0 20px;
	font-family: 'Poppins', sans-serif;
}
.blog_content_sub h6 i {
	display: inline-block;
	margin-right: 10px;
}
.blog_content_sub p {
	font-size: 14px;
	line-height: 22px;
	color: #4a4a4a;
	font-weight: 300;
	margin: 0 0 20px;
}
.blog_content_sub a {
	font-size: 13px;
	font-weight: 300;
	color: #3b515c;
	text-decoration: underline;
	display: inline-block;
	font-style: italic;
	float: right;
}
#blog-carousel .owl-nav.disabled {
  display: block !important;
}
#blog-carousel .owl-stage-outer {
	overflow: hidden;
	padding: 15px 0;
	position: static;
}
#blog-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}
#blog-carousel .owl-nav {
	text-align: right;
	top: 40% !important;
	position: absolute;
	left: 0;
	right: 0;
}
#blog-carousel .owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0) url("../images/prev.png") no-repeat scroll left top;
  border-radius: 0;
  height: 55px;
  left: -60px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 55px;
}
#blog-carousel .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0) url("../images/next.png") no-repeat scroll right top;
  border-radius: 0;
  height: 55px;
  margin: 0;
  right: -60px;
  width: 55px;
  top: 0;
  position:absolute;
}
#blog-carousel .owl-nav [class*="owl-"]:hover {
  background-color: transparent;  
}
#blog-carousel .owl-nav [class*="owl-prev"]:hover {
  background:url(../images/prev.png) no-repeat left top;  
}
#blog-carousel .owl-nav [class*="owl-next"]:hover {
  background:url(../images/next.png) no-repeat right top;  
}
#blog-carousel .owl-item img {
	display: inline-block !important;
	width: auto !important;
	-webkit-transform-style: preserve-3d;
}
.hospital_procedures_wrap {
	padding: 40px 0;
	background:#fff;
	text-align: center;
	border-bottom: 16px solid #3b515c;
}
.hospital_procedures_title {
	font-size: 40px;
	font-weight: 300;
	color: #363636;
	margin: 0 0 20px;
	text-align: center;
}
.hospital_procedures_btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background: #f69c00;
	padding: 8px 15px;
	border-radius: 8px;
	border: 1px solid #000;
	margin: 0;
}
.hospital_procedures_btn:hover, .hospital_procedures_btn:focus {
	color: #f69c00;
	background:#000;
}
.footer_wrap {
	background:#f1f1f1; 
	padding: 40px 0 0;
}
.footer_location_sec {
	margin-right: 30px;
}
.footer_title {
	font-size: 14px;
	font-weight: 500;
	color: #363636;
	margin: 0 0 12px;
}
.footer_location_sec iframe {
	width: 100%;
	height: 350px;
	border: none;
	overflow: hidden;
}
.footer_contact_sec {
	margin-right: 30px;
}
.footer_contact_sec p {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	color: #363636;
	margin-bottom: 15px;
}
.footer_contact_sec p a {
	color: #363636;
}
.footer_contact_sec p a:hover, .footer_contact_sec p a:focus {
	color: #00a3b2;
}
.footer_social_media {

}
.footer_social_media ul {
	padding: 0;
	margin: 0;
}
.footer_social_media ul li {
	display: inline-block;
	margin-right: 7px;
}
.footer_social_media ul li:last-child {
	margin-right: 0px;
}
.footer_social_media ul li a {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #2f5597;
}
.footer_social_media ul li:nth-child(2) a {
	background:#96624d;
}
.footer_bottom {
	padding:10px 0;
	background:#e3e4e8;
	margin: 20px 0 0;
}
.footer_bottom p {
  color: #3b515c;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align:left;
  line-height: 18px;
  font-weight: 400;
}
.footer_bottom i {

}
.footer_bottom a {
  color:#3b515c;
}
.footer_bottom a:hover {
  color:#000;
}
.footer_bottom a:focus {
  color:#3b515c;
  text-decoration:none;
}
/*############################## NEW 13.02.19 ###################################*/
.footer_sign_up_form {
	margin-bottom: 30px;
}
.footer_sign_up_form .form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 6px 9px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #787878;
	background-color: #fff;
	background-image: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border: 1px solid #cccc;
	border-radius: 0px;
	position: relative;
	z-index: 99;
	outline: none !important;
}
.footer_sign_up_form select {
	color: #787878;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
	padding: 6px 5px 6px !important;
	border: 0 none;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: "";
	background: url('../images/select-dd.png') no-repeat 98% 12px #fff !important;
	background-image: none;
	background: url('../images/select-dd.png') no-repeat 100% 0px #fff;
	background: url('../images/select-dd.png') no-repeat 100% 0px;
	background: url('../images/select-dd.png') no-repeat 100% 0px;
	background: url('../images/select-dd.png') no-repeat 100% 0px;
	background: url('../images/select-dd.png') no-repeat 100% 0px;
	background: url('../images/select-dd.png') no-repeat 100% 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: none !important;
	width: 76%;
	display: inline-block;
}
.footer_sign_up_form .btn_send {
	display: inline-block;
	padding: 10px 25px;
	color: #ffffff;
	font-weight: 400;
	background: #3b515c;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 0px;
}
.footer_sign_up_form .btn_send:hover {
	background: #00a3b2;
    color: #fff;
}
/*#################################Inner Page###############################*/
.banner.small_banner {
	width: 100%;
	position: relative;
	min-height: inherit !important;
}
.small_banner img {
	width: 100%;
}
.inner_page_wrap {
	padding: 60px 0;
	position: relative;
	background-size: cover;
	border-bottom: 16px solid #3b515c;
}
.grey_bg {
	/* padding: 60px 0 !important; */
	background: #f1f2f3;
	border-bottom: none !important;
}
.main_title_img {
	display: inline-block;
}
.inner_page_wrap h4 {
	color: #000000;
	font-size: 27px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding: 0;
	margin-bottom: 30px;
	font-family: 'Raleway', sans-serif;
}
.inner_page_wrap h1 {
	font-size: 40px;
	font-weight: 300;
	color: #363636;
	margin: 0 0 40px;
}
.inner_page_img_sec {
	float: right;
	margin-left: 25px;
	margin-bottom: 7px;
	width: 46%;
}
.inner_page_content_sec {

}
.inner_page_content_sec h4 {
	font-size: 21px;
	font-weight: 400;
	color: #000;
	margin: 0 0 20px;
	line-height: 28px;
}
.inner_page_content_sec h4 span {
	font-size: 15px;
	text-transform: none;
	font-weight: 400;
	color: #999;
	font-style: italic;
	display: block;
	line-height: 24px;
}
.inner_page_content_sec p {
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #6d6d6d;
	margin: 0 0 20px;
}
.inner_page_content_sec ul {
	padding:0;
	margin: 10px 0 0;
}
.inner_page_content_sec ul li {
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #6d6d6d;
	display: block;
	position: relative;
	padding: 0 0 0 20px;
}
.inner_page_content_sec ul li::before {
	position: absolute;
	content: '\f274';
	font-family: 'LineAwesome';
	font-size: 15px;
	color: #6d6d6d;
	top: 0;
	left: 0;
	font-weight: bold;
}
.inner_page_content_sec ul li ul {
	padding-left: 20px;
}
.inner_page_content_sec ul li ul li::before {
	content: '\f192';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	font-family: FontAwesome;
}
.mar_top_content {
	margin-top: 25px !important;
}
.inner_page_wrap.service_inner_pg_wrap {
	padding: 60px 0 50px;
}
.service_inner_pg_wrap .banner_bottom_sub_sec {
	width: 100%;
	margin: 10px 0;
}
.inner_page_wrap .service_sub_sec {
	margin-bottom: 30px;
}
.black_text {
	color:#000 !important;
}
.link1 {
	display: inline-block;
	color:#00a3b2;
}
.link1:hover, .link1:focus {
	color:#FE7E17;
}
.service_inner_pg_wrap .inner_page_img_sec {
	width: 27%;
}
.inner_page_left_img_sec {
	float: left;
	margin-right: 25px;
	margin-bottom: 7px;
}
.blog_inner_pg_wrap .blog_sub_sec {
	width: 100%;
	margin: 10px auto;
}
/*#################################Inner Page###############################*/
/*#################### Blog Single Page ########################*/
.blog_single_wrap .blog-post-date {
	width: auto;
	float: left;
}
.blog_single_wrap .blog-post-content {
	width: 100%;
	float: none;
}
.blog_single_wrap .hd10 {
	margin-top: 0px;
}
.blog_single_wrap .blog-img {
	margin-top: 40px;
}
.blog_single_quote {
	margin-top: 25px;
	margin-left: 60px;
	padding: 15px 20px 5px;
	background: #f4f4f4;
	border-left: 5px solid #7f8c8c;
}
.blog_single_share {
	background:#ececec;
	padding:12px 15px 10px;
	border-radius:5px;
	width:100%;
	margin-top:40px;
}
.blog_single_share p {
	font-size: 14px;
	color: #7f8c8c;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 22px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
}
.blog_single_share ul {
	padding:0;
	margin:0;
	display:inline-block;	
}
.blog_single_share ul li {
	display:inline-block;
	margin-right:7px;	
}
.blog_single_share li a {
	width:40px;
	height:40px;
	border-radius:5px;
	text-align:center;
	color:#fff;
	line-height:40px;
	font-size:25px;
	background:#526da3;	
	display:inline-block;
}
.blog_single_share li:nth-child(2) a {
	background:#73bfe6;	
}
.blog_single_share li:nth-child(3) a {
	background:#e2534b;	
}
.blog_single_share li:nth-child(4) a {
	background:#527aa3;	
}
.blog_single_wrap .blog-bx {
	border-bottom: 0 none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.single-post-comments {
    margin-top: 40px;
    max-width: 100%;
}
.comments-heading h3, h3.comment-reply-title {
	border-bottom: 0 none;
	font-size: 22px;
	margin: 0 0 40px;
	padding: 0 0 5px;
	color: #000000;
	font-weight: 600;
}
.comments-list ul li {
    margin-bottom: 25px;
}
.comments-details {
	margin-top: 40px;
}
.comments-list-img {
	float: left;
	margin-right: 15px;
	position: relative;
	z-index: 999;
	margin-top: -18px;
}
.comments-list-img img {
    width: 65px;
    border: 1px solid #7f8c8c;
    height: 65px;
    border-radius: 5px;
    background: #7f8c8c;
}
.comments-content-wrap {
	border-bottom: 3px solid #ddd;
	color: #4e4e4e;
	font-size: 14px;
	line-height: 1;
	margin: 35px 0 15px 36px;
	padding: 10px 10px 10px 46px;
	position: relative;
	border-radius: 6px;
	background: #f4f4f4;
	width: 95%;
}
.comments-content-wrap span {
    color: #7f8c8c;
}
.comments-content-wrap span b {
    margin-right: 5px
}
.comments-content-wrap span a:hover {
}
span.post-time {
	margin-left: 5px;
	font-size: 14px;
	font-weight: 300;
	color: #7f8c8c;
	display: inline-block;
}
.comments-content-wrap p {
    color: #444;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
}
li.threaded-comments {
    margin-left: 50px
}
.comment-respond {
    margin-top: 60px;
}
span.email-notes {
    color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.comment-respond p {
    margin-bottom: 5px;
    font-size: 15px;
}
.comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="tel"], .comment-respond input[type="url"] {
	background: #e5e6e6 none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	height: 40px;
	margin-bottom: 15px;
	padding: 0 0 0 10px;
	width: 100%;
	transition: all ease-in-out 0.3s;
	color:#212121;
}
.comment-respond input[type=text]:hover, .comment-respond input[type=email]:hover, .comment-respond input[type="tel"]:hover, .comment-respond input[type="url"]:hover {
border-color: #000;
}
.comment-respond textarea.form-control {
	background: #e5e6e6 none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	height: 240px;
	margin-bottom: 15px;
	padding: 10px;
	width: 100%;
	transition: all ease-in-out 0.3s;
	color:#212121;
}
.comment-respond textarea.form-control:hover{
border-color: #000;
}
.comment-respond input[type="submit"] {
    background: #7f8c8c none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    padding: 10px 65px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}
.comment-respond input[type="submit"]:hover {
    background: #000;
}
.comment-respond input[type="submit"]:focus {
    background: #7f8c8c;
}
.comments-content-wrap a {
	color: #242424;
	font-size: 16px;
	font-weight: 500;
}
.comments-content-wrap a:hover {
    color: #000;
}
.comment-respond .col-md-4 {
    margin: 0
}
.reply-comment {
	color: #000 !important;
	float: right;
	text-transform: uppercase;
	font-weight: 400 !important;
	font-size: 14px !important;
}
.comment-respond .comment-reply-title {
	margin: 0 0 30px;
}
.blog-img {
	box-shadow: 0 3px 1px rgba(0,0,0,0.1);
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 15px;
	max-height: 500px;
}
.blog-img img{
    width: 100%;
}
.hd10{
    color: #3C3C3C;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 700;
}
/*.blog-content:hover .hd10, .blog-content:hover .hd10 a {
	color: #000;
}
.hd10:hover a{
   color: #000;
}*/
.para6 {
	color: #7f8c8c;
	font-size: 14px;
	text-align: left !important;
	margin-bottom: 0;
	display: inline-block;
	margin-right: 20px;
}
.para6 span{
    color: #000;
}
.para6 img {
    width: 17px;
    height: 17px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
.para6 abbr{
    color: #000;
}
.para6 i {
	color: #000;
	display: inline-block;
	margin-right: 5px;
}
.blog-post-content .main_content {
	line-height: 24px;
	font-size: 14px;
	color: #757575;
	font-weight: 400;
}
.continue-btn {
	color: #fff;
	font-size: 14px;
	transition: all ease-in-out 0.3s;
	background: #f36523;
	padding: 8px 22px;
	float: right;
	margin-top: 3px;
	font-weight:300;
}
.continue-btn i {
	display: inline-block;
	margin-left: 5px;
}
.continue-btn:hover{
    color: #fff;
	background:#000;
}
.continue-btn:focus{
    color: #fff;
}
.po-st {
	width: 70px;
	background: #000;
	clear: both;
	overflow: hidden;
	text-align: center;
	padding: 10px 5px;
	margin-bottom: 15px;
	border-radius: 5px;
	box-shadow: 0 3px 1px rgba(0,0,0,0.1);
	color: #0fa6eb;
	font-size: 19px;
	line-height: 24px;
	font-weight: 400;
}
.blog_single_wrap .blog-post-date {
	width: auto;
	float: left;
	margin-right: 20px;
}
.po-st i{
    color: #fff;
    font-size: 29px;
    line-height: 50px;
}
.blog_single_wrap .blog-post-content {
	width: 100%;
	float: none;
}
.blog-bx {
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
	display: inline-block;
	width: 98%;
	border-bottom: 3px solid #e5e6e6;
}
/*#############################*/
.blog_gallery {
	display: inline-block;
	width: 100%;
	margin: 40px 0 0;
}
.blog_gallery ul {
	padding: 0;
	margin: 0;
}
.blog_gallery ul li {
	width: 30%;
	height: 182px;
	overflow: hidden;
	float: left;
	position: relative;
	margin: 0 10px 10px 0;
}
.blog_gallery ul li img {
	width:100%;
	height:100%;
}
.gallery_overlay {
	position:absolute;
	content:'';
	width:100%;
	height:0;
	top:0;
	left:0;
	background:rgba(59,81,92,0.75);
	opacity:0;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-ms-transition:all ease-in-out 0.3s;
}
.gallery_overlay a {
	padding:0;
	margin:0;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight:300 !important;
	font-size:70px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.blog_gallery ul li:hover .gallery_overlay {
	height:100%;
	opacity:1;	
}
/*#################### Blog Single Page ########################*/
/*#################### Blog Page side bar ########################*/
.small_inner_banner .banner_title {
	top: 9%;
}
.blog_right_side_sec {
	
}
.download_brochure_btn {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	padding: 9px 0;
	width: 100%;
	text-align: center;
	border: 2px solid #000;
	line-height: 16px;
}
.download_brochure_btn img {
	display:inline-block;
	margin-right:10px;	
}
.download_brochure_btn:hover {
	color: #000;
}
.download_brochure_btn:focus {
	color: #000;
}
.looking_analysis_sec {
	background: url(../images/service_bg.jpg) no-repeat center top;
	padding: 25px;
	margin-top: 20px;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.looking_analysis_sec h4 {
	font-size:18px;
	color:#000000;
	font-weight:400;
	line-height:26px;
	margin-top:0;	
}
.looking_analysis_sec .main_btn2 {
	text-transform: none;
	border-radius: 0;
	float: none;
	font-size: 16px;
	font-weight: 400;
}
.blog_points {
	margin:30px 0 0;
}
.blog_side_sec_title {
	font-size:16px;
	color:#000000;
	font-weight:600;
	text-transform:uppercase;
	margin:0 0 20px;
}
.blog_points ul {
	padding:0;
	margin:0;	
}
.blog_points ul li {
	display:inline-block;
	width:100%;
	font-size:14px;
	line-height:30px;
	font-weight:400;
	text-transform:uppercase;
	position:relative;
	padding:0 0 0 20px;
}
.blog_points ul li::before {
	position:absolute;
	content:'\f0a9';
	font-family: FontAwesome;
	color:#000;
	top:0;
	left:0;
}
.blog_points ul li a {
	color:#757575;	
}
.blog_points ul li a:hover {
	color:#000;	
}
.blog_points ul li a:focus {
	color:#757575;	
}
.recent_post_sec {
	margin:30px 0 0;
}
.recent_post_sec ul {
	padding:0;
	margin:0;	
}
.recent_post_sec ul li {
	display:inline-block;
	width:100%;
	font-size:15px;
	line-height:20px;
	margin-bottom:10px;
	border-bottom:2px solid #dadbdb;
	font-weight:400;
	position:relative;
	padding:0 0 10px 20px;
}
.recent_post_sec ul li::before {
	position:absolute;
	content:'\f105';
	font-family: FontAwesome;
	color:#000;
	top:0;
	left:0;
}
.recent_post_sec ul li a {
	color:#000;	
}
.recent_post_sec ul li a span {
	color: #606D6D;
	font-size: 12px;
	font-weight: 400;
	display: block;
}
.recent_post_sec ul li a:hover {
	color:#000;	
}
.recent_post_sec ul li a:focus {
	color:#000;	
}
.tag_sec {
	margin:30px 0 0;
}
.tag_sec ul {
	padding:0;
	margin:0;	
}
.tag_sec ul li {
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 7px;
}
.tag_sec ul li a {
	color: #fff;
	padding: 3px 12px;
	background: #7f8c8c;
	display: inline-block;
	border-radius: 5px;
}
.tag_sec ul li a:hover {
	color: #fff;
	background: #000;
}
.tag_sec ul li a:focus {
	color: #fff;
}
.share_idea_sec {
	background: url(../images/service_bg.jpg) no-repeat center top;
	padding: 25px;
	margin-top: 20px;
	text-align: center;
	display: inline-block;
	width: 100%;
	border:3px solid #90bbab;
}
.share_idea_sec h4 {
	font-size:18px;
	color:#000000;
	font-weight:400;
	line-height:30px;
	margin-top:0;
}
.share_idea_sec h4 span {
	font-size:36px;
	color:#0d6a48;
}
.share_idea_sec .main_btn2 {
	border-radius: 0;
	float: none;
	font-size: 16px;
	font-weight: 400;
}
/*#################### Blog Page side bar ########################*/
.management_sub_wrap {

}
.management_sub_wrap h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	color: #42414b;
	padding-bottom: 15px;
	border-bottom: 2px solid #c2c2c2;
	margin-bottom: 30px;
}
.management_sub_wrap ul {
	padding: 0;
	margin:0;
}
.management_sub_wrap ul li {
	float: left;
	width: 23%;
	margin: 10px;
	background: #fff;
	text-align: center;
	border: 2px solid #ebebeb;
	box-shadow: 4px 0 5px rgba(0,0,0,0.1);
	/*min-height: 460px;*/
}
.management_sub_img_sec {
	width: 100%;
	height: 225px;
}
.management_sub_img_sec img {
	width: 100%;
	height: 100%;
}
.management_sub_content_sec {
	padding: 10px;
	min-height: 198px;
}
.management_sub_content_sec h4 {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	margin: 5px 0;
	/*min-height: 36px;*/
}
.management_sub_content_sec h6 {
	font-size: 13px;
	color: #a6a6a6;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 19px;
	/*min-height: 38px;*/
}
.management_sub_content_sec p {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	color: #363636;
	margin-bottom: 0px;
}
.meet_the_team_inner_pg_wrap .inner_page_img_sec {
	width: 22%;
}
/*############# CONTACT US ##################*/
.no_padding_contact {
	padding:0;
}
.form_bg {
    background: rgba(0,0,0,0.05) none repeat scroll 0 0;
    border-radius: 0;
    margin: 0;
}
.form-sec{
	padding:15px 15px 25px;
	text-align:left;
	}
.form-title h3 {
	color: #000;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.form-title h3 span {
  color: #3b515c;
}
.rd-mailform1 {
	margin-top:30px;
	}
.rd-mailform1 .form-control {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  height: 40px;
  width: 100%;
}
.rd-mailform1 textarea{
  border-radius: 0 !important;
  border:1px solid #d2d2d2 !important;
  height: 404px !important;
  background-color:#fff !important;
  width:100%;
}
.rd-mailform1 .form-label{
	color:#434343;
	text-transform:uppercase;
}
.contact_submit_btn {
	display:inline-block;
	padding:10px 25px;
	color:#ffffff;
	font-weight:400;
	background:#3b515c;
	font-size:16px;
	border-radius: 5px;
}
.contact_submit_btn:hover {
	background:#00a3b2;
	color:#fff;
}
.contact_submit_btn:focus {
	background:#00a3b2;
	color:#ffffff;
	text-decoration:none;
}
/*############# CONTACT US ##################*/
/*################################## Get a Quote ###############################################*/
.modal-body {
	overflow: hidden;
	background: #f5f5f5;
	padding: 15px 15px 25px;
}
.modal-title {
	font-weight: 600;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}
.modal-body .my_detail_sec {
	width: 100%;
}
.modal-body .my_detail_sec .form-control {
	border-radius: 0 !important;
}
.pick_time_sec .form-control {
	width: 30% !important;
	float: left !important;
	margin-right: 8px;
}
.form-group {
	overflow: hidden;
}
.my_detail_sec .form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 6px 9px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #787878;
	background-color: #fff;
	background-image: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border: 1px solid #cccc;
	border-radius: 0px;
	position: relative;
	z-index: 99;
}
.my_detail_sec select {
	color: #787878;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
	padding: 6px 5px 6px !important;
	border: 0 none;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: "";
	background: url('../images/select-dd.png') no-repeat 98% 12px #fff !important;
	background-image: none;
	background: url('../images/select-dd.png') no-repeat 100% 0px #fff;
	background: url('../images/select-dd.png') no-repeat 100% 0px;
	background: url('../images/select-dd.png') no-repeat 100% 0px;
	background: url('../images/select-dd.png') no-repeat 100% 0px;
	background: url('../images/select-dd.png') no-repeat 100% 0px;
	background: url('../images/select-dd.png') no-repeat 100% 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: none;
	width: 76%;
	display: inline-block;
}
.btn_send {
	display: inline-block;
	padding: 10px 25px;
	color: #ffffff;
	font-weight: 400;
	background: #3b515c;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 15px;
}
.btn_send:hover {
	background: #00a3b2;
    color: #fff;
}
.close {
  z-index: 99;
}
.modal {
  z-index: 999999;
}
.modal-header .close {
	font-size: 51px;
	line-height: 28px;
}
/*################################## Get a Quote ###############################################*/
.vets_wrap .management_sub_wrap ul li {
	width: 18.1%;
	min-height: 385px !important;
}
.vets_wrap .management_sub_img_sec {
	width: 100%;
	height: 280px;
}
/*############## hospital_form_sec #############################*/
.hospital_form_wrap {
	background: #f5f5f5;
	padding: 40px;
	overflow: hidden;
	box-shadow: 1px 0 8px rgba(0,0,0,0.26);
}
.hospital_form_logo {
	text-align: center;
}
.hospital_form_logo img {
	display: inline-block;
}
.sub_heading_form {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #000;
	margin: 25px 0;
	position: relative;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}
.hospital_form_title {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #000;
	margin: 25px 0;
	position: relative;
	padding-bottom: 10px;
}
.hospital_form_title::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #3b515c;
	bottom: 0;
	left: 0;
}
.hospital_form_sec label {
	font-size: 14px;
	color: #787878;
	padding: 0;
	font-weight: 700;
	margin: 0 0 5px;
}
.red {
	color: #ff0000;
}
.hospital_form_sec .form-control {
	display: block;
	width: 100%;
	height: 40px !important;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #787878;
	background-color: #fff;
	background-image: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border: 1px solid #cccc;
	border-radius: 0px;
	position: relative;
	z-index: 99;
}
.hospital_form_sec select {
	color: #787878;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
	padding: 6px 5px 6px !important;
	border: 0 none;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: "";
	background: url('../images/select-dd.png') no-repeat 98% 12px #fff !important;
	background-image: none;
	background: url('../images/select-dd.png') no-repeat 100% 0px #fff;
	background: url('../images/select-dd.png') no-repeat 100% 0px;
	background: url('../images/select-dd.png') no-repeat 100% 0px;
	background: url('../images/select-dd.png') no-repeat 100% 0px;
	background: url('../images/select-dd.png') no-repeat 100% 0px;
	background: url('../images/select-dd.png') no-repeat 100% 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: none;
	width: 76%;
	display: inline-block;
}

/*############# Radio btn ##############*/
.radio-lst {
    margin: 0;
    padding: 0;
    text-align: left;
    display: inline-block;
    width: 100%;
}
.radio-lst li {
	display: inline-block;
	position: relative;
	padding: 0;
	margin-right: 30px;
	margin-bottom: 20px;
}
.radio-lst li input[type=radio]{
  position: absolute;
  visibility: hidden;
}
.radio-lst li label {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    padding: 3px 0 0 30px;
    color: #787878;
    margin: 0 auto;
    height: auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    line-height: 20px;
}
.radio-lst li label i {
	font-size: 16px;
	display: inline-block;
	margin-right: 1px;
	font-weight: normal;
	position: relative;
	top: 2px;
}
.radio-lst li label span {
	display: block;
	color: #000;
}
.radio-lst li:hover label{
    color: #000;
}
.radio-lst li .check {
    display: block;
    position: absolute;
    border: 1px solid #a5a5a5;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    top: 5px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    background: #fff;
}
.radio-lst li:hover .check {
    border: 1px solid #ee3a2d;
}
.radio-lst li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.radio-lst input[type="radio"]:checked ~ .check {
    border: 1px solid #ee3a2d;
}
.radio-lst input[type="radio"]:checked ~ .check::before {
    background: #ee3a2d;
}
/*############# End Radio btn ##############*/
.mar_top_max {
	margin-top: 60px !important;
}
.file {
  visibility: hidden;
  position: absolute;
}
.hospital_form_sec .hospital_form_file_upload .form-control {
	width: auto;
}
.hospital_form_sec .hospital_form_file_upload .input-group-text {
	border-radius: 0;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.browse_btn {
	display: inline-block;
	padding: 8px 25px 9px;
	color: #ffffff;
	font-weight: 400;
	background: #3b515c;
	font-size: 14px;
	border-radius: 0px;
	margin-top: 0;
}
.note_text {
	font-size: 13px;
	font-weight: 300;
	font-style: italic;
	color: #666;
	margin: 0 0 10px;
}
/*############## hospital_form_sec #############################*/
.emergency_btn {
	float: right;
	margin-left: 10px;
	margin-top: 12px;
}
.emergency_btn a {
	display: inline-block;
	width: 56px;
	height: 56px;
	padding: 9px;
	background: #3b515c;
	line-height: 19px;
	text-align: center;
	border-radius: 50%;
	border: 5px solid #e6e6e6;
}
.emergency_btn a:hover {
	background: #00a3b2;
}
/*########################### Project Range ###############################*/
.product_range_inner_pg_wrap .inner_page_content_sec h4 {
	position: relative;
}
.product_range_inner_pg_wrap .inner_page_content_sec h4 span {
	display: inline-block;
	background: #fff;
	padding-right: 3px;
	position: relative;
	z-index: 999;
}
.product_range_inner_pg_wrap .inner_page_content_sec h4::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #121212;
	bottom: 11px;
	left: 0;
	z-index: 999;
}
.project_range_img_sec {

}
.project_range_img_sec ul {
	padding:0;
	margin: 0;
}
.project_range_img_sec ul li {
	width: 23.1%;
	margin: 10px;
	height: 220px;
	overflow: hidden;
	padding: 0;
	float: left;
}
.project_range_img_sec ul li::before {
	display: none;
}
.project_range_img_sec ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery_sub_sec {
	margin: 10px 0;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.gallery_sub_sec img {
	width: 100%;
}
.gallery_overlay {
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	background: rgba(59,81,92,0.7);
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-ms-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.gallery_overlay img {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50px !important;
	height: 50px !important;
}
.gallery_sub_sec:hover .gallery_overlay {
	height: 100%;
	opacity: 1;
}
/*########################### Project Range ###############################*/
.logo_anchor {
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a.emergency-btn {
    background-color: #008037;
    color: #fff;
    display: block;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 26px;
    clear: both;
    text-align: center;
    position: relative;
    top: 8px;
}