+/*
 Table Of Contents
 1.) Homepage
 2.) Home-page-2
 3.) Blog page
 4.) Gallery-three page
 5.) Doctors-details-page
 6.) Doctors-grid-page
 7.) Faq-page
 8.) About-us page
 9.) Blog-details page
 10.) Book-appointment page
 11.) 404 page
 12.) Testimonial page
 13.)  Careers page
 14.)  Contact-us page
 15.)  Department page
 ===============================================*/
/*
 1.) Homepage
 ----------------------------------------*/
.banner-section {
	position: relative;
}
.book-appointment-section {
	position: absolute;
	height: 175px;
	width: 175px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	padding: 30px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.21);
	right: -74px;
	bottom: -21px;
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
}  
.book-appointment-section:hover {
	color: #fff;
}
.book-appointment-section .anchor-icon {
	display: block;
	text-align: center;
	margin-bottom: 4px;
	margin-top: 21px;
	font-size: 36px;
}
.book-appointment-section:hover .inner-sec {
	border-color: #7bc144;
}
.book-appointment-section .anchor-icon .icon-calendar {
	width: auto;
	height: auto;
	line-height: 1;
}
.about-section {
	padding-right: 23px;
}
.about-section-para {
	padding-bottom: 38px;
}
.video-image {
	position: relative;
}
.video-image iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.video-image .video-link {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	padding-top: 20px;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	text-align: center;
	color: #fff;
}
.date-section {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	background: #c8cece;
	font-weight: 400;
	padding-left: 5px;
	display: inline-block;
	border-radius: 2px;
	margin-bottom: 6px;
	margin-top: 7px;
	letter-spacing: -0.1px;
	width: 80px;
}
.m-t {
	margin-top: 60px;
}
.event-gallery {
	overflow: hidden;
	border-bottom: 1px dashed #d7e4e4;
}
.event-image-section {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #dfe3e5;
	float: left;
	margin-right: 7%;
}
.event-image-section .event-image {
	height: 110px;
	width: 110px;
	border: 5px solid #fff;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.event-image-section .event-image img {
	max-width: none;
	width: auto;
	height: 100%;
}
.event-content {
	float: left;
	width: 72%;
}
.event-content p {
	padding: 20px 0 30px;
}
.event-section .owl-nav {
	position: absolute;
	right: -5px;
	top: -20px;
	overflow: hidden;
}
.event-section .owl-nav .owl-prev, .event-section .owl-nav .owl-next {
	height: 16px;
	width: 20px;
	float: left;
}
.event-section .owl-nav .owl-prev {
	border-right: 1px solid #e4e9eb;
	font-size: 0;
}
.event-section .owl-nav .owl-next {
	font-size: 0;
}
.event-section .owl-nav .owl-next:after {
	color: #abb9bd;
	content: "\f061";
	font: normal normal normal 16px/1 FontAwesome;
	margin-left: 5px;
}
.event-section .owl-nav .owl-prev:after {
	content: "\f060";
	font: normal normal normal 16px/1 FontAwesome;
	color: #abb9bd;
}
.event-section .owl-nav .owl-prev:after, .event-section .owl-nav .owl-next:after {
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.event-section .owl-nav .owl-next:hover:after, .event-section .owl-nav .owl-prev:hover:after {
	color: #ad89bf;
}
.department-section [id^="tabs-"] {
	background: url('../images/dental.jpg') no-repeat center top;
	background-size: cover;
}
.department-section #tabs-2 {
	background: url('../images/Cardiology.jpg') no-repeat center top;
	background-size: cover;
}
.department-section #tabs-3 {
	background: url('../images/Pediatric.jpg') no-repeat center top;
	background-size: cover;
}
.department-section #tabs-4 {
	background: url('../images/ENT.jpg') no-repeat center top;
	background-size: cover;
}
.department-section #tabs-5 {
	background: url('../images/Traumatology.jpg') no-repeat center top;
	background-size: cover;
}
.departmental-section {
	background: #fff;
	padding-right: 65px;
	padding-left: 50px;
	padding-top: 50px;
	padding-bottom: 65px;
	width: 47%;
}
.departmental-section p {
	padding-top: 30px;
}
#tabs-5, #tabs-4, #tabs-3, #tabs-2, #tabs-1 {
	padding-bottom: 123px;
}
.departmental-section .btn {
	color: #fff;
}
.departmental-section .btn:hover {
	background: inherit;
	color: inherit;
}
.tabbing-nav {
	background: #7c4199;
	min-height: 120px;
	text-align: center;
	position: relative;
}
.tabbing-nav .nav-icons {
	border: 3px solid #fff;
	display: inline-block;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background: #502e61;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 15px;
}
.tabbing-nav .nav-icons img {
	vertical-align: middle;
}
.tabbing-nav .nav-icons::after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.nav-icons:hover, .nav-icons:focus, .ui-state-active .nav-icons {
	outline: none;
}
.tabbing-nav ul {
	position: absolute;
	width: 100%;
	top: -38px;
	left: 0;
}
.tabbing-nav li {
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}
.tabbing-nav li:last-child {
	margin-right: 0;
	margin-left: -15px;
}
.tabbing-nav li .tab-title {
	font-size: 16px;
	color: #fff;
	display: block;
	line-height:1;
}
h5 a {
	font-size: 20px;
	line-height: 24px;
	color: #353536;
	font-weight: 700;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
}
.dr-intro:hover .dr-image {
	box-shadow: 2px 2px 44px 2px rgba(221,221,221,0.8);
}
.dr-image {
	border: 1px solid #f2f3f5;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.dr-image img {
	display: block;
}
.doctor-title {
	font-size: 16px;
	line-height: 24px;
	color: #82848e;
	text-transform: capitalize;
	display: block;
	font-weight: 400;
}
.testimonial-section {
	background-repeat: no-repeat;
	background-position:  center top;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 20px;
}
.megahealth-testimonial-two {
	background-color: #f1f1f1;
	position:relative;
}
.overlay-t{
	position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(188, 208, 245,.4);
    top: 0;
    left: 0;
}
.testimonial-quotes {
	padding: 25px 105px 45px 60px;
	position: relative;
}
.owl-nav.disabled {
	display:none;
}
.testimonial-quotes {
	line-height: 27px;
}
.testimonial-quotes:before, .testimonial-quotes:after {
	position: absolute;
	content: '“';
	font-size: 100px;
	left: 0;
	top: 24px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.megahealth-testimonial-two .testimonial-quotes:before {
	top:-10px;
}
.testimonial-quotes:after {
	content: '“';
	right: 0;
	bottom: 7px;
	top: inherit;
	left: inherit;
	-webkit-transform: scale(-1,1);
	-moz-transform: scale(-1,1);
	-ms-transform: scale(-1,1);
	-o-transform: scale(-1,1);
	transform: scale(-1,1);
}
.testimonial-section .quote-tabs .quote-next {
	padding-left: 60px;
	margin: 0;
}
.testimonial-section .quote-tabs .quote-next li {
	display: inline-block;
	margin-right: 34px;
	overflow: hidden;
}
.client-details {
	float: left;
	margin-left: 20px;
	margin-top: 19px;
}
.client-name {
	font-size: 18px;
	color: #313131;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1;
}
.client-des {
	line-height: 26px;
	font-weight: 400;
}
.testimonial-section .client-quote-1 {
	height: 95px;
	width: 95px;
	border: 5px solid #ffffff;
	border-radius: 50%;
	display: inline-block;
	float: left;
	overflow: hidden;
	opacity: 0.3;
}
.homepage1-textimonial .client-quote-1 {
	opacity: 1;
}
.t-title {
	position: relative;
	z-index: 2;
}
.owl-carousel .owl-item img {
	transform-style: inherit;
	-webkit-transform-style: inherit;
	max-width: none;
}
.testimonial-section .owl-prev, .testimonial-section .owl-next {
	text-indent: -9999px;
}

.testimonial-section .ui-state-active .client-quote-2, .testimonial-section .ui-state-active .client-quote-1 {
	opacity: 1;
}
.testimonial-section .ui-tabs-anchor:focus {
	outline: none;
}
.testimonial-section .owl-dots {
	text-align: right;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 87px;
}
.testimonial-section .owl-dots .owl-dot {
	border: 2px solid #8d5ca7;
	height: 13px;
	width: 13px;
	border-radius: 50%;
	margin-right: 6px;
	display: inline-block;
}
.testimonial-section .owl-dots .owl-dot:last-child {
	margin-right: 0;
}
.testimonial-section .owl-dots .owl-dot.active {
	border-color: #7ec248;
}
.blog-image {
	position: relative;
}
.blog-image .blog-des {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(124,65,153,0.9);
	padding: 25px 138px 0 35px;
	min-height: 130px
}
.blog-image .blog-des h5 a, .blog-content h5 a {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: -1px;
	display: inline-block;
}
.blog-image .blog-des p {
	color: #ecdff2;
	padding-top: 10px;
}
.blog-content p {
	color: #fff;
}
.blog-date {
	position: absolute;
	right: 37px;
	top: 32px;
	width: 60px;
	text-align: center;
	padding: 6px 0 5px;
	color: #fff;
}
.date-blog {
	background: #9cdc69 none repeat scroll 0 0 !important;
	color: #fff;
	font-size: 13px;
	width: 90px;
	margin-bottom: 26px;
	margin-top: 8px;
	display: block;
	line-height: 21px;
	padding-left: 6px;
}
.blog-date .num {
	font-size: 30px;
	font-weight: 400;
	display: block;
	border-bottom: 1px solid #8ecf5b;
	padding-bottom: 6px;
}
.blog-date .month {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
}
.blog-content {
	padding: 35px 26px 77px 40px;
}
.blog-content p {
	line-height: 26px;
}
.blog-image .blog-des.blog-des-2 {
	padding-right: 80px;
}

/*
 2.) Homepage-1
 ----------------------------------------*/

.homePage1-banner {
	position: relative;
}
.homePage1-banner img {
	min-height: 600px;
}
.slotholder {
	transform: translate3d(0px, 0px, 0px) !important;
}

.accordian-menu {
	position: absolute;
	right: 208px;
    top: 50px;
	width: 360px;
	min-height: 491px;
}
.collapsed {
	text-transform: uppercase;
}
.panel-default > .panel-heading {
	border-color: #dddddd;
	color: #fff;
}
.panel-group .panel {
	border-radius: 0;
}
.panel-heading {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0;
}
.panel-group .panel + .panel {
	margin-top: 0px;
}
.panel-title {
	text-transform: uppercase;
	line-height: 40px;
}
.panel {
	border: none;
	border-bottom: 1px solid #8c52a8;
}
.toggle-sign {
	float: right;
}
#accordion1 .panel-title a .fa.fa-plus:before {
	display: block;
	content: "\f068";
}
#accordion1 .panel-title a.collapsed .fa.fa-plus:before {
	content: "\f067";
}
.panel-heading a[aria-expanded="true"] {
	/*background: #7bc144;*/
}
.panel-default > .panel-heading.active {
	background-color: red;
}
.panel-title > a {
	/*background: #7c4199;*/
	display: block;
	padding: 22px 15px 22px 33px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
}
.accordian-menu .panel-title > a:hover {
	color: #fff;
}
.panel-body li {
	list-style-type: none;
	text-align: center;
}
.panel-body {
	padding: 34px;
}
.accordian-menu .input-box {
	font-size: 12px;
	height: 44px;
	margin-bottom: 6px !important;
	padding-left: 20px;
	/*text-transform: uppercase;*/
	width: 100%;
	/*font-family: montserrat;*/
	font-weight: 400;
	color: #7c7c7c;
}
.accordian-menu .input-box::-moz-placeholder {
	color: #7c7c7c;
	opacity: 1;
}
.accordian-menu .input-box::-webkit-input-placeholder {
	color: #7c7c7c;
	opacity: 1;
}
.accordian-menu .btn {
	width: 100%;
	/*font-family: montserrat;*/
	font-size: 13px;
	color: #353536;
}
.accordian-menu .time-wrap li {
	font-size:16px;
}
.services p {
/*font-family: 'pt serif';*/
	font-size: 16px;
	font-weight: 400;
	padding: 0 7px 0 51px;
	line-height: 26px;
}
.services a {
	border-bottom: 2px solid #cccccd;
	color: #353536;
	font-weight: 700;
}
.services h2 {
	text-transform: unset;
	letter-spacing: -2px;
}
.services .col-sm-10 {
	margin-bottom: 36px;
	margin-top: 26px;
}
.slider-content {
	text-align: center;
	padding: 30px;
}
.slider-txt {
	display: inline-block;
	padding-left: 15px;
}

.slider-txt > span {
	color: #82848e;
	display: block;
	/*font-family: 'pt serif';*/
	font-weight: 400;
	margin-top: 5px;
	text-align: left;
}
.slider-txt strong {
	color: #353536;
	display: block;
	/*font-family: montserrat;*/
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	letter-spacing: -1px;
	line-height: 30px;
}
.slider-content figure {
	display: inline-block;
}

.slider-content:hover .ambulance-icon::before {
	/*color: #7bc144;*/
}
.owl-demo-3 .owl-dot {
	background: #e2e2e2;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 5px;
}
.owl-demo-3 .owl-dot.active {
	background: #9fd277;
}
.owl-demo-3 .owl-dots {
	text-align: center;
}
.owl-demo-3 .owl-controls {
	margin-top: 26px;
}

.doctors-sec {
	background: #edeef1;
}
.doctors-sec h2 {
	letter-spacing: -2px;
}
/*.doctors-sec .dr-image {
	margin-bottom: 21px;
}*/
.testimonial-txt {
	margin-top: 50px;
}
.testimonial-txt .testimonial-quotes {
	float: left;
	margin-left: 65px;
	position: relative;
	width: 65%;
	padding: 0;
}
.testimonial-txt .quote-next {
	float: left;
}
.homepage1-textimonial {
	background: #fff;
}

.testimonial-txt .testimonial-quotes::before {
	content: "“";
	font-family: montserrat;
	font-size: 100px;
	font-weight: 400;
	left: -45px;
	position: absolute;
	top: -3px;
}
.megahealth-testimonial-layout-one .testimonial-txt .testimonial-quotes::before {
	top:-35px;
}
.megahealth-testimonial-layout-one .testimonial-txt .testimonial-quotes p {
	padding-top: 0;
	    line-height: 27px;
}
.testimonial-txt .testimonial-quotes::after {
	content: "“";
	font-family: montserrat;
	font-size: 100px;
	font-weight: 400;
	left: 210px;
	position: absolute;
	bottom: -31px;
	transform: scale(-1, 1);
}
.testimonial-txt .client-details {
	margin-left: 17px;
	margin-top: 19px;
}
.homepage1-textimonial .owl-dots {
	bottom: 0;
	left: 294px;
	position: absolute;
	text-align: right;
	right: auto;
}
.homepage1-textimonial .owl-controls {
	margin-top: 34px;
}
.homepage1-textimonial h2 {
	letter-spacing: -2px;
}
.news-event-sec {
	background: #eeeff2;
}
.news-event-sec h2 {
	line-height: 39px;
}
.event-txt {
	margin-left: 20px;
	padding: 0 0 33px;
	border-bottom: 1px solid #e4e6e9;
}
.event-txt h5 {
	line-height: 30px;
	margin-bottom: 9px;
	letter-spacing: -2px;
}
.event-date {
	background: #9cdc69 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 25px;
	padding: 4px 6px;
}
.event-bottom {
	border-bottom: none;
	margin-top: 33px;
}
.news-event-sec .btn {
	margin-top: 32px;
	padding: 0 22px;
}

.banner-text {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	padding: 30px;
}
.event-bottom {
	border-bottom: none;
	margin-top: 34px;
}

.homepage1-textimonial {
	padding-bottom: 90px;
}
.news-event-sec h4 a {
	color: #353536;
}
.dr-list > li {
	text-align: left;
	padding: 8px 0;
	border-bottom: 1px solid #e4e6e9;
}
.dr-list > li  a {
	font-size: 15px;
	color: #353536;
}
.dr-list > li:first-child {
	padding-top: 4px;
}
.time-wrap li {
	padding: 13px 0;
	border-bottom: 1px solid #e4e6e9;
}
.dr-list > li:last-child, .time-wrap li {
	border-bottom: none;
}
.time-wrap li:first-child {
	padding-top: 4px;
}
.time-wrap strong {
	float: left;
	color: #353536;
}
.time-wrap span {
	float: right;
	color: #353536;
}
.panel:last-child {
	border-bottom: none;
}
.panel:last-child .panel-body {
	padding-bottom: 130px;
}
/*
 3.) Blog Page
 ----------------------------------------*/
.blog-page h2 {
	letter-spacing: -2px;
	margin: 0 0 35px;
}
.article {
	margin: 0 0 39px;
}
.blog-page .article .blog-figure {
	position: absolute;
	width: 54%;
	height: 100%;
}
.blog-page .section .article {
	position: relative;
}
.article-text {
	float: right;
	width: 46%;
	border: 1px solid #eceef2;
	border-left: none;
	padding: 45px 21px 50px 71px;
	position: relative;
}
.article-text h4 {
	letter-spacing: -1px;
	line-height: 25px;
}
.about-blog {
	font-size: 0;
	margin: 5px 0 27px;
}
.about-blog li {
	display: inline-block;
	margin-right: 22px;
	line-height: 1;
	position: relative;
}
.date:after {
	position: absolute;
	right: -11px;
	top: 0;
	display: block;
	content: "";
	height: 100%;
	width: 1px;
	background: #eceef2;
}
.about-blog a {
	font-size: 15px;
	/*color: #7bc144;*/
	letter-spacing: -0.5px;
}
.article-text p {
	line-height: 26px;
	margin: 0 0 38px;
}
.article-icon {
	width: 58px;
	height: 58px;
	position: absolute;
	left: -29px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border: 3px solid #fff;
	border-radius: 50%;
}
.article-icon a {
	font-size: 20px;
	display: block;
	border-radius: 50%;
	height: 100%;
	text-align: center;
	line-height: 52px;
	color: #fff;
}
.article-icon a:hover {
	/*background: #7bc144;*/
	color: #fff;
}
.green {
	/*background: #7bc144;*/
}
.purple {
	/*background: #7c4199;*/
}
.blog-page .aside form {
	position: relative;
	margin: 0 0 50px;
}
.blog-page .aside input[type="text"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	width: 100%;
	padding: 11px 38px 14px 14px;
	font-size: 15px;
	/*font-family: montserrat;*/
	font-weight: 400;
	color: #656671;
}
.blog-page .aside input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #656671;
}
.blog-page .aside input[type="text"]::-webkit-input-placeholder {
	opacity: 1;
	color: #656671;
}
.blog-page .aside button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 12%;
	text-align: left;
	/*color: #7bc144;*/
	border: none;
	background: transparent;
}
.megahealth-widgets {
	margin: 0 0 55px;
}
.blog-page .aside h3 {
	font-size: 18px;
	text-transform: capitalize;
	letter-spacing: -1px;
	margin: 0 0 20px;
	color: #353536;
}
.megahealth-widgets li {	
	margin: 0 0 15px;
	position: relative;
	list-style: none;
	padding: 0 0 0 24px;
}
.megahealth-widgets li:after {
	position: absolute;
	left: 0;
	top: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: "";
	font-family: FontAwesome;
	font-size: 14px;
	color: #585858;
	display: block;
	transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
}
.megahealth-widgets li a {
	/*font-family: "PT Serif", serif;*/
	font-size: 16px;
	color: #82848e;
	transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
}
.megahealth-widgets li:hover:after, .megahealth-widgets li:hover > a {
	/*color: #7bc144;*/
	transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
}
.blog-page .aside .recent-post h3 {
	margin: 0 0 26px;
}
.recent-text {
	padding: 33px 15px 36px 32px;
	/*background: #7c4199;*/
}
.recent-text h4 a {
	font-size: 15px;
	letter-spacing: -0.5px;
	line-height: 20px;
	margin: 0 0 6px;
	color: #fff;
}
.recent-text p {
	line-height: 26px;
	color: #dbc9e4;
}
.pagging {
	text-align: center;
	padding: 42px 0 0;
}
.pagging ul {
	display: inline-block;
	border: 2px solid;
	padding: 4px 3px 4px 5px;
	border-radius: 19px;
	margin: 0;
	list-style: none;
}
.pagging li {
	float: left;
	width: 26px;
	height: 26px;
	margin-right: 9px;
	border-radius: 50%;
	border: 2px solid #eceef2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pagging li:last-child {
	margin-right: 0;
}
.pagging a {
	font-size: 15px;
	line-height: 24px;
	color: #3a3a3b;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pagging .active {
	border: 2px solid ;
	/*background: #7bc144;*/
}
.pagging .active a {
	color: #fff;
}
.pagging li:hover {
	border: 2px solid;
	/*background: #7bc144;*/
}
.pagging li:hover a {
	color: #fff;
}
/*
 4.) gallery-three page
 ----------------------------------------*/
.banner-section .container .book-appointment-section.appoint-link {
	right: 15px;
	top: 61px;
}
.gallery-article-text {
	border: 1px solid #eceef2;
	border-top: none;
	padding: 35px 35px 34px 42px;
	margin-bottom: 40px;
}
.gallery-article-text p {
	padding-top: 10px;
}
.gallery-figure {
	position: relative;
}
.gallery-figure img {
	width: 100%;
	min-height: 207px;
}
.gallery-figure .fig-icon {
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	width: 34px;
	text-align: center;
	position: absolute;
	right: 14px;
	bottom: 10px;
}
.more-department-section {
	/*background: #7c4199;*/
}
.more-department-section .btn {
	color: #fff;
}
.more-department-section p {
	font-size: 18px;
	line-height: 28px;
	color: #f8effc;
	text-align: center;
	padding-top: 25px;
	width: 39%;
	margin: 0 auto;
}
.gallery-paging {
	padding-top: 24px;
}
.col-manage-section {
	position: relative;
}
.col-manage-section .col-manage {
	position: absolute;
	right: 0;
	top: 11px;
}
.col-manage-section .col-manage .dots-one {
	width: 10px;
	overflow: hidden;
	margin-right: 20px;
	cursor: pointer;
	display: inline-block;
}
.col-manage-section .col-manage .dots-one .dots:nth-child(2n) {
	margin-right: 0;
}
.col-manage-section .col-manage .dots-two {
	width: 17px;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}
.col-manage-section .col-manage .dots-two .dots:nth-child(3n) {
	margin-right: 0;
}
.col-manage-section .col-manage .dots {
	height: 3px;
	width: 3px;
	float: left;
	margin-right: 4px;
	margin-bottom: 3px;
	background: #d6d6d6;
}
.col-manage-section .col-manage .dots-two.active-col .dots, .col-manage-section .col-manage .dots-one.active-col .dots, .col-manage-section .col-manage .dots-three.active-col .dots {
	/*background: #7bc144;*/
}
/*
 5.) Doctors-details-page
 ----------------------------------------*/
.doctors-details-section {
	padding-left: 40px;
}
.dr-figure {
	padding: 0 20px;
}
.doctors-social-icons {
	/*background: #7c4199;*/
	padding: 12px 0;
}
.doctors-social-icons .icons {
	font-size: 18px;
	color: #b07dc9;
	height: 42px;
	width: 42px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #b07dc9;
	text-align: center;
	margin-right: 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.doctors-social-icons .icons:after {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.doctors-social-icons .icons .fa {
	vertical-align: middle;
}
.doctors-social-icons .icons:last-child {
	margin-right: 0;
}
.doctors-social-icons .icons.in {
	font-size: 20px;
}
.doctors-social-icons .icons.google {
	font-size: 17px;
}
.doctors-social-icons .icons:hover {
	/*background: #7bc144;*/
	color: #fff;
}
.set-para {
	padding: 6px 45px 50px 0;
	line-height: 26px;
	letter-spacing: -0.13px;
}
.doctors-quote {
	background: #ebf6e3;
	padding: 28px 75px 37px 80px;
	position: relative;
}
.doctors-quote:before {
	content: "“";
	color: #b6e494;
	font-size: 72px;
	font-weight: 700;
	position: absolute;
	left: 27px;
	top: 39px;
}
.qualification-section {
	padding-top: 65px;
}
.degree {
	display: block;
	padding: 15px 0 48px;
}
.day-section, .time-section {
	font-size: 16px;
	color: #353536;
	text-transform: capitalize;
	font-weight: 400;
	width: 73%;
	display: inline-block;
	position: relative;
	letter-spacing: -0.9px;
}
.day-section:after {
	position: absolute;
	content: "";
	width: 58%;
	height: 1px;
	background: #e5e6eb;
	right: 9%;
	top: 15px;
}
.timing-list {
	width: 50%;
	padding-top: 20px;
	padding-bottom: 54px;
	margin-bottom: 0;
}
.timing-list li {
	margin-bottom: 12px;
}
.time-section {
	width: auto;
}
.book-now .btn {
	padding: 0px 50px;
}
/*
 6.) doctors-grid
 ----------------------------------------*/
.select-section {
	background: #00a9ab;
	padding: 32px 40px 35px 45px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-bottom: 40px;
}
.select-section:before {
	content: "\f002";
	font: normal normal normal 100px/1 FontAwesome;
	color: #009d9f;
	position: absolute;
	left: 0;
	top: 12px;
	z-index: -1;
	transform: scaleX(-1)
}
.select-section .select-heading {
	float: left;
}
.select-section h4 {
	color: #fff;
}
.select-section h4 .sub-heading {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	display: block;
	margin-top: 5px;
}
.category-form {
	float: right;
	width: 82%;
}
.category-form .select-holder {
	width: 73.4%;
	position: relative;
	margin-right: 1%;
	display: inline-block;
}
.category-form .select-holder .select-arrow {
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
	height: 100%;
	width: 6%;
	background: #fff url('../images/select-arrow.png') no-repeat center center;
}
.category-form select {
	height: 50px;
	width: 100%;
	border: none;
	color: #656671;
	/*font-family: montserrat;*/
	font-size: 15px;
	font-weight: 400;
	padding-left: 25px;
	text-transform: capitalize;
}
.select-search {
	/*background: #7bc144;*/
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	height: 50px;
	width: 24%;
	text-align: center;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.select-search:hover {
	background: transparent;
	border: 2px solid ;
}
.grid-details {
	padding: 45px 40px 52px 35px;
	border: 1px solid #eceef2;
	border-top: none;
}
.grid-details .btn {
	padding: 0px 24px;
}
.grid-details .dr-des {
	line-height: 30px;
}
.grid-details p {
	padding: 21px 0 68px;
}
.col-manage-section .col-manage .dots-three {
	width: 16px;
	margin-right: 20px;
	cursor: pointer;
	display: inline-block;
}
.col-manage-section .col-manage .dots-three .dots {
	height: 3px;
	width: 100%;
	margin-bottom: 3px;
	background: #d6d6d6;
}
.pagination-number {
	color: #2b2f39;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	margin-right: 10px;
	padding-bottom: 6px;
	width: 15px;
	text-decoration: none;
}
.pagination-number:focus, .pagination-number:hover {
	/*color: #7bc144;*/
	text-decoration: none;
}
.pagination-number.active-section {
	/*color: #7bc144;*/
	border-bottom: 2px solid;
}
.pagi-nav {
	margin-top: 6px;
}
.grid-fig img {
	width: 100%;
	max-width: none;
}
.col-section {
	margin-bottom: 40px;
}
/*
 7.) faq-page
 ----------------------------------------*/
.faq-details-section {
	padding-bottom: 30px;
}
.faq-details {
	border: 1px solid #eceef2;
	padding: 28px 30px 56px 35px;
	margin-bottom: 35px;
}
.faq-details p {
	line-height: 26px;
}
.faq-heading {
	letter-spacing: -1.3px;
}
.faq-heading a {
	font-size: 18px;
	line-height: 48px;
}
.more-department-section .faq-depart  p {
	width: 29%;
}
.faq-depart .btn {
	padding: 0px 25px;
}
.faq-depart .set-margin-top {
	margin-top: 44px;
}
/*
 8.) About-us page
 ----------------------------------------*/
.about-doctors {
	background: #eeeff2;
}
.about-us-section.event-section .owl-nav {
	top: -26px;
}
.depart-head {
	padding-bottom: 40px;
}
.depart-list {
	margin-bottom: 48px;
}
.depart-list li {
	margin-bottom: 15px;
}
.about-btn .btn {
	padding: 0px 23px;
}
.depart-list li a {
	display: block;
	font-size: 13px;
	color: #353536;
	padding-bottom: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #e9e9e9;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	line-height: 1;
}

.depart-list li a:after {
	content: "\e606";
	font-family: 'simple-line-icons';
	font-weight: 600;
	font-size: 10px;
	position: absolute;
	right: 0;
	color: #b4b5be;
}

.depart-list li a:hover, .depart-list li a:hover:after {
	/*color: #7bc144;
	border-color: #7bc144;*/
}
.depart-list li:last-child a {
	border-bottom: none;
}
.about-form li {
	margin-bottom: 25px;
}
.about-form li:last-child {
	margin-bottom: 0;
}
.form-part, .form-text-area {
	border: 1px solid #e4e6e9;
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #353536;
	padding-left: 10px;
	/*font-family: 'PT Serif', serif;*/
}
.form-text-area {
	height: 140px;
}
.btn.btn-submit {
	font-weight: 700;
}
.form-title {
	font-size: 15px;
	color: #353536;
	font-weight: 400;
	display: block;
	text-transform: capitalize;
	line-height: 24px;
	letter-spacing: -1px;
}
.about-partners {
	background: #eeeff2;
}
#owl-partner .item {
	border: 1px solid #e1e3e9;
	height: 100px;
	text-align: center;
	margin-right: 20px;
}
#owl-partner .item img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	width: auto;
	display: inline-block;
}
#owl-partner .item:after {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
#owl-partner .owl-nav {
	position: absolute;
	top: 0px;
	width: 100%;
}

#owl-partner .owl-nav .owl-next, #owl-partner .owl-nav .owl-prev {
	position: absolute;
	top: 0px;
	right: -25px;
	height: 100px;
	/*background: #7c4199;*/
	font-size: 0;
	width: 30px;
}

#owl-partner .owl-nav .owl-prev {
	left: -45px;
	right: inherit;
}
#owl-partner .owl-nav .owl-prev:after, #owl-partner .owl-nav .owl-next:after {
	content: "\e605";
	color: #fff;
	font-family: 'simple-line-icons';
	font-size: 18px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 4px;
	font-weight: 700;
}
#owl-partner .owl-nav .owl-next:after {
	content: "\e606";
}
/*
 9.)  Blog Detail Page
 ----------------------------------------*/
.article-text-details {
	float: none;
	width: 100%;
	border: none;
	padding: 71px 0 50px;
}
.article-text-details .article-icon {
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.article-text-details p {
	letter-spacing: -0.1px;
}
.social-share {
	display: inline-block;
	padding-left: 9px;
}
.social-share > li {
	display: inline-block;
	margin-right: 11px;
}
.social-share a {
	font-size: 13px;
	color: #c3c5cd !important;
}
.social-share a:hover {
	/*color: #7bc144;*/
}
.blog-quote {
	padding: 26px 0 12px;
}
.quote-fig {
	width: 101px;
	height: 101px;
	display: block;
	background: url("../images/blog-detail-2.jpg") no-repeat;
	border-radius: 50%;
	background-position: -82px -6px;
	float: left;
}
.blog-quote .testimonial-quotes {
	float: right;
	width: 84%;
	padding: 0 16px 0 11px;
	line-height: 1.6;
}
.blog-quote .testimonial-quotes:before, .blog-quote .testimonial-quotes:after {
	display: none;
}
.quote-top, .quote-bottom {
	/*font-family: 'PT Serif', serif;*/
	font-size: 48px;
	line-height: 1;
}
.quote-top {
	float: left;
	/*color: #7bc144;*/
}
.testimonial-quotes > p {
	float: right;
	padding: 19px 0 0 3px;
	width: 93%;
	/*color: #7bc144;*/
}
.quote-bottom {
	display: inline-block;
	margin: 22px 0 0 18px;
	vertical-align: top;
	/*color: #7bc144;*/
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.btn-grp {
	padding: 20px 0 0 7px;
}
.btn-grp .btn {
	padding: 0 32px;
	margin-right: 8px;
}
.btn-grp .grey-btn {
	border: 2px solid #d9d9d9 !important;
}
.comments-sec {
	padding: 94px 0 88px;
	background: #eeeff2;
}
.comments-wrap {
	border-bottom: 1px solid #e3e3e3;
	padding: 0px 0 43px;
}
.comment-respond {
	    padding-top: 40px;
    padding-left: 15px;
    padding-bottom: 43px;
}
.leave-comment .comment-respond {
	    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}
.user-wrap {
	margin: 0 0 19px;
}
.user-wrap > span,#cancel-comment-reply-link {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	border-right: 1px solid #6a6a6c;
	margin-right: 22px;
	padding-right: 24px;
    letter-spacing: 1px;
    color: #82848e;
}
.commentlist .comment > .comment .comments-wrap,
.commentlist .comment + .comment .comments-wrap {
	padding-top: 46px;
} 
.user-wrap > span:last-child {
	border-right: none;
}
.user-wrap > span a {
	color: #82848e;
}
.user-wrap > span a:hover {
	/*color: #7bc144;*/
}
.blog-page .comments-sec h2 {
	margin: 0 0 29px;
}
.comments-sec p {
	letter-spacing: -0.09px;
	line-height: 1.6;
}
.sub-comments {
	padding: 46px 0 0;
}
.leave-comment {
	padding: 90px 0 5px;
}
.leave-comment input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	float: left;
	font-size: 13px;
	width: 48%;
	padding: 0 0 11px 10px;
	margin: 0 0 34px;
	border-bottom: 1px solid #e3e3e3;
}
.leave-comment input:focus, .leave-comment textarea:focus {
	border: none !important;
	border-bottom: 1px solid !important;
}
.leave-comment input[type="text"] {
	margin-right: 3.4%;
}
.leave-comment .input-box, .leave-comment .textarea {
	/*font-family: montserrat;*/
}
.input-box::-moz-placeholder {
	opacity: 1;
	color: #3a3a3b;
}
.input-box::-webkit-input-placeholder {
	opacity: 1;
	color: #3a3a3b;
}
.textarea::-moz-placeholder {
	opacity: 1;
	color: #3a3a3b;
}
.textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #3a3a3b;
}
.blog-page .leave-comment h2 {
	margin: 0 0 38px;
}
.blog-page textarea {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	float: none;
	font-size: 13px;
	resize: none;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	height: 167px;
	margin: 0 0 33px;
}
.blog-page form .btn {
	padding: 0 24px;
	font-weight: 700;
}
.tab-list {
	padding: 4px 0 0;
	border-bottom: none;
	margin: 0 0 55px;
}
.tab-list li {
	margin: 0 0 18px !important;
}
.tab-list li a {
	display: block;
	width: 100%;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	padding: 0px 0 8px;
	font-size: 13px;
	text-transform: uppercase;
	border: none !important;
	border-bottom: 1px solid #ebebeb !important;
	letter-spacing: 0.5px;
	cursor: pointer !important;
}
.tab-list li:last-child a {
	border-bottom: none !important;
}
.medical-item {
	text-align: center;
	padding: 36px 0 30px;
	background: #00aaaa;
}
.medical-item > span {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}
.medical-item h3 {
	font-size: 28px;
	letter-spacing: -0.7px;
	margin: 5px 0 33px;
	color: #fff;
}
.medical-item h4 {
	color: #fff;
}
.medical-item > img {
	margin: 0 auto 4px;
	width: auto !important;
}
.medical-slides .owl-prev, .medical-slides .owl-next {
	position: absolute;
	top: 50%;
	height: 43px;
	width: 43px;
	font-size: 0;
	border-radius: 50%;
	background: #00b3b3;
}
.medical-slides .owl-prev {
	left: 12px;
}
.medical-slides .owl-next {
	right: 12px;
}
.medical-slides .owl-prev:after, .medical-slides .owl-next:after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/sprite.png") no-repeat;
}
.medical-slides .owl-prev:after {
	background-position: -227px -34px;
}
.medical-slides .owl-next:after {
	background-position: -255px -35px;
}
/*
 10.)  Book-appointment page
 ----------------------------------------*/
.info-heading-icon {
	padding-left: 44px;
	position: relative;
}
.info-heading-icon:before {
	content: "\e002";
	font-family: 'simple-line-icons';
	font-weight: 400;
	/*color: #7bc144;*/
	font-size: 23px;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 700;
}
.info-form {
	padding-top: 36px;
}
.info-heading-icon.two:before {
	content: "\e075";
	font-size: 28px;
}
/*.info-heading-icon.three {
	margin-bottom: 18px;
}*/
.info-heading-icon.three:before {
	content: "\e021";
	font-size: 28px;
	top: -5px;
}
.info {
	margin-bottom: 73px;
	padding-top: 31px;
}
.info-form .form-title {
	margin-bottom: 7px;
}
.info .form-part {
	color: #82848e;
	/*font-family: pt serif;*/
	height: 45px;
	text-transform: capitalize;
}
.about-form.info-form .btn {
	padding: 0 28px;
	margin-top: 10px;
}
.info li {
	margin-bottom: 21px;
}

.info-message {
	height: 165px;
}
.info-holder {
	position: relative;
	display: block;
}
.info-arrow {
	right: 2px;
	top: 2px;
	height: 92%;
	width: 10%;
	pointer-events: none;
	background: #fff url("../images/info-select.png") no-repeat center center;
	position: absolute;
}
/*
 11.) 404 page
 ----------------------------------------*/
.unique-padd {
	padding: 98px 0 139px;
}
h1 .heart {
	/*color: #7c4199;*/
}
.error-msg {
	font-size: 36px;
	color: #353536;
	font-weight: 700;
	margin-top: 28px;
	display: block;
	letter-spacing: -2px;
}
.error-para {
	font-size: 18px;
	color: #353536;
	line-height: 29px;
	margin-bottom: 62px;
}
.error-img {
	position: relative;
	top: 25px;
	padding: 0 10px;
}
/*
 11.) testimonial page
 ----------------------------------------*/
.testimonial-review .media-left img {
	border-radius: 50%;
	max-width: none;
}
.testimonial-review .container {
	position: relative;
}
.testimonial-review .sec-title {
	margin-bottom: 57px;
}
.testimonial-review .media-body {
	padding-left: 40px;
	padding-right: 20px;
	width: 10000px;
	position: relative;
}
.testimonial-review h4 {
	/*color: #7bc144;*/
	font-size: 18px;
	margin-bottom: 21px;
	font-weight: 400;
}
.author > span {
	color: #353536;
	/*font-family: montserrat;*/
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 10px;
}
.author > span:before {
	content: "";
	background: #000;
	height: 2px;
	position: absolute;
	left: 0;
	top: -9px;
	width: 19px;
}
.author {
	position: relative;
	margin-top: 56px;
}
.inner-review .yellow-icon {
	background: rgba(0, 0, 0, 0) url("../images/big-yellow-star.png") repeat scroll 0 0;
	display: inline-block;
	height: 16px;
	margin-right:-3px;
}
.inner-review .grey-icon {
	background: rgba(0, 0, 0, 0) url("../images/big-grey-star.png") repeat scroll right 0;
	display: inline-block;
	height: 16px;
}
.testimonial-review .media {
	border-bottom: 1px solid #ededed;
	padding-bottom: 47px;
}
.testimonial-review .media-2 {
	margin-bottom: 34px;
}
.left-review {
	position: absolute;
	right: 15px;
	top: 4px;
}
.left-review .yellow-icon {
	background: rgba(0, 0, 0, 0) url("../images/big-yellow-star.png") repeat scroll 0 0;
	display: inline-block;
	height: 17px;
	margin-right:-4px;
}
.left-review .grey-icon {
	background: rgba(0, 0, 0, 0) url("../images/big-grey-star.png") repeat scroll right 0;
	display: inline-block;
	height: 17px;
}
.left-review .rating {
	color: #f8c309;
	font-size: 36px;
	padding-right: 17px;
}
.left-review .review-count {
	color: #353536;
	font-size: 16px;
	letter-spacing: -1px;
	padding-left: 16px;
}
.our-department {
	background: #eeeff2;
}
.our-department .image-sec {
	float: left;
}
.our-department .content-block {
	overflow: hidden;
	padding: 45px 48px 48px 50px;
	background: #ffffff;
}
.our-department .image-sec {
	float: left;
}
.our-department .content-block:hover .ambulance-icon::before {
	/*color: #7bc144;*/
}
.our-department .lft-content {
	float: right;
	width: 79%;
}
.our-department h2 {
	line-height: 50px;
	margin-bottom: 23px;
}
.our-department .sub-heading {
	margin-bottom: 10px;
}
.our-department .content-block .btn {
	margin-top: 34px;
	padding: 0 20px;
}
.our-department .btn {
	margin-top: 49px;
	padding: 0 31px;
}
/*
 13.) careers
 ----------------------------------------*/
.careers h2 {
	margin-bottom: 29px;
}
.careers h3 {
	font-size: 24px;
}
.careers .diagnostic {
	padding: 40px 40px 43px;
}
.careers .sub-heading {
	margin-bottom: 24px;
}
.diagnostic {
	/*background: #7bc144;*/
}
.diagnostic .input-txt {
	height: 45px;
	padding-left: 19px;
	width: 100%;
	border: 1px solid #8bca5a;
	background: transparent;
	color: #fff;
	-webkit-appearance: none;
}
.diagnostic .input-txt::-moz-placeholder {
	opacity: 1;
	color: #fff;
}
.diagnostic .input-txt::-webkit-input-placeholder {
	opacity: 1;
	color: #fff;
}
.diagnostic .textarea {
	padding-left: 20px;
	padding-top: 14px;
	resize: none;
	width: 100%;
	border: 1px solid #8bca5a;
	background: transparent;
	color: #fff;
	height: 100px;
	margin: 0;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.diagnostic .textarea::-moz-placeholder {
	opacity: 1;
	color: #fff;
}
.diagnostic .textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #fff;
}
.diagnostic .file {
	color: #fff;
	height: 45px;
	background: transparent;
}
.diagnostic .btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ffffff !important;
	color: #ffffff;
	/*font-family: montserrat;*/
	margin-top: 12px;
	padding: 0 32px;
}
.job-apply {
	border: 1px solid #e3e3e3;
	padding: 50px 37px;
	margin-bottom: 0;
}
.job-apply .dl-horizontal .second {
	/*color: #7bc144;*/
}
.job-apply .dl-horizontal dt {
	color: #353536;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}
.job-apply .dl-horizontal dt.definition-btn {
	float: none;
	display: block;
	width: 100%;
	text-align: center;
}
.job-apply .dl-horizontal dd {
	color: #82848e;
	font-size: 16px;
	margin-bottom: 24px;
	margin-left: 204px;
	font-family: 'PT Sans Narrow', sans-serif;
	position: relative;
}
.job-apply .dl-horizontal dd:before {
	color: #82848e;
	content: ":";
	font-size: 18px;
	left: -18px;
	position: absolute;
	top: -3px;
}
.job-apply .btn {
	margin-top: 30px;
	padding: 0 36px;
}
.job-apply .job-desc {
	margin-bottom: 50px !important;
}
.job-apply.lab-diagnostic {
	padding: 50px 32px;
}
.lab-diagnostic .btn {
	margin-top: 75px !important;
}
.child-care .btn {
	margin-top: 51px !important;
}
.job-apply.child-care {
	background: #f3f3f3 none repeat scroll 0 0;
}
/*
 14.) contact-us
 ----------------------------------------*/
.contactus h2 {
	margin-bottom: 24px;
}
.contact-info {
	padding-left: 24px;
}
.contact-info a:hover {
	/*color: #7bc144;*/
}
.contact-info h4 {
	margin-bottom: 10px;
	font-size: 21px;
	color: #353536;
}
.contact-address > address {
	color: #82848e;
	/*font-family: PT Serif;*/
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
.contact-address {
	margin-bottom: 31px;
}
.contact-number > a {
	color: #82848e;
	display: block;
	/*font-family: pt serif;*/
	font-size: 16px;
	margin-bottom: 10px;
}
.contact-number {
	margin-bottom: 36px;
}
.contact-email > a {
	color: #82848e;
	/*font-family: pt serif;*/
	font-size: 16px;
}
.form-sec label {
	font-size: 15px;
	color: #353536;
	display: block;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.form-sec h2 {
	margin-bottom: 38px;
}
.form-sec .input-box {
	height: 45px;
	width: 100%;
	border: 1px solid #f1f3f4;
	padding-left: 15px;
	/*font-family: montserrat;*/
	font-size: 15px;
}
.file-section {
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
}
.file-section input[type="file"] {
	width: 47%;
	height: 48px;
	display: inline-block;
	opacity: 0;
	margin-right: 7%;
	font-size: 10px;
	float: left;
}
.file-section input[type="file"]:focus {
	outline: none;
}
.file-section .upload-button {
	width: 47%;
	position: absolute;
	left: 0;
	top: 0;
	background: #76b941;
	cursor: pointer;
	font-size: 16px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	/*font-family: 'PT Serif', serif;*/
	border: 1px solid #61a32d;
	border-bottom: 2px solid #61a32d;
}
.file-section .upload-content {
	font-size: 16px;
	line-height: 48px;
	/*font-family: 'PT Serif', serif;*/
	color: #fff;
	text-align: center;
	text-transform: capitalize;
}
.form-sec .textarea {
	resize: none;
	width: 100%;
	border: 1px solid #f1f3f4;
}
.form-sec input.btn {
	margin: 3px 0;
	/*font-family: montserrat;*/
}
.medical-department {
	background: #00aaaa;
	padding: 38px 30px 43px;
}
.head-sec > span {
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	letter-spacing: -1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.head-sec h3 {
	font-size: 28px;
	letter-spacing: -1px;
}
.owl-demo-4 .slider-txt {
	display: block;
	text-align: center;
}
.owl-demo-4 .slider-txt strong {
	color: #ffffff;
	font-size: 21px;
	font-weight: 400;
	text-align: center;
}
.owl-demo-4 .slider-content {
	padding: 30px 0 0;
}
.owl-demo-4 .owl-nav {
	color: #ffffff;
}
.owl-demo-4 .owl-prev {
	float: left;
	height: 43px;
	line-height: 43px;
	text-align: center;
	width: 43px;
	border-radius: 50%;
	background: #00b3b3;
}
.owl-demo-4 .owl-next {
	float: right;
	background: #00b3b3;
	height: 43px;
	line-height: 43px;
	text-align: center;
	width: 43px;
	border-radius: 50%;
}
.owl-demo-4 {
	position: relative;
}
.owl-demo-4 .owl-controls {
	left: 0;
	position: absolute;
	top: 50px;
	width: 100%;
}
.appointment {
	background: #86cd4f none repeat scroll 0 0;
	overflow: hidden;
	padding-top: 28px;
}
.appointment-txt {
	float: left;
	padding-left: 31px;
	padding-top: 23px;
}
.appointment > figure {
	float: right;
}
.appointment-txt > span {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 7px;
	display: inline-block;
}
.appointment-txt > h3 {
	font-size: 28px;
	letter-spacing: -1px;
	margin-bottom: 24px;
}
.appointment-txt > a {
	background: #6db436 none repeat scroll 0 0;
	border-radius: 2px;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	padding: 16px 22px;
	text-transform: uppercase;
}
.appointment-txt > a:hover {
	color: #86cd4f;
}
.appointment img {
	display: block;
}
.map-wrap {
	padding-top: 100%;
	position: relative;
}
#map-view {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.form-sec {
	position: relative;
}
.alert-msg {
	display: none;
	font-size: 16px;
	left: 0;
	margin: 0 auto;
	max-width: 548px;
	padding: 10px;
	position: absolute;
	text-transform: capitalize;
	top: 0;
	width: 100%;
}
/*
 15.) departments
 ----------------------------------------*/
.department-blocks {
	overflow: hidden;
	padding: 44px 45px 50px 47px;
	border: 1px solid #dddddd;
}
.ambulance-icon::before {
	font-size: 64px;
	margin: 0;
	/*color: #7c4199;*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.department-blocks:hover .ambulance-icon::before {
	/*color: #7bc144;*/
}
.department-blocks figure {
	float: left;
}
.department-txt {
	float: right;
	width: 79%;
}
.department-txt .sub-heading {
	margin-bottom: 11px;
}
.department-txt .btn {
	margin-top: 29px;
	padding: 0 21px;
}
.department-txt p {
	line-height: 26px;
}
.search-sec {
	right: 16px;
	position: absolute;
	top: 0;
}
.search-sec li {
	position: relative;
	width: 267px;
}
.departments .container {
	position: relative;
}
.departments .search-input {
	border: 0 none;
	color: #656671;
	/*font-family: montserrat;*/
	font-size: 15px;
	font-weight: 400;
	height: 47px;
	padding: 0 0 0 19px;
	width: 100%;
	border: 1px solid #dddddd;
}
.departments .search-input::-moz-placeholder {
	opacity: 1;
}
.departments .search-input::-webkit-input-placeholder {
	opacity: 1;
	color: #656671;
}
.departments .fa.fa-search {
	border: none;
	/*color: #7bc144;*/
	height: 45px;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 41px;
}
/*
 16.) services page
 ----------------------------------------*/
.tab-list {
	padding: 19px 0 0;
	border-bottom: none;
	margin: 0 0 55px;
}
.tab-list li {
	margin: 0 0 18px !important;
}
.tab-list li a {
	display: block;
	width: 100%;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	padding: 0px 0 11px;
	font-size: 13px;
	text-transform: uppercase;
	border: none !important;
	border-bottom: 1px solid #ebebeb !important;
	letter-spacing: 0.5px;
	cursor: pointer !important;
	color: #616161;
}
.service-icon {
	color: #8b57a5;
	margin-right: 20px;
}
.service-icon::before {
	margin: 0;
	font-size: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tab-list li a:hover, .tab-list li a:hover .service-icon::before {
	/*color: #7bc144;*/
}
.helicopter {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	margin-top: 1px;
	vertical-align: text-top;
	width: 20px;
	margin-right: 20px;
}

.helicopter svg {
	fill: #8b57a5;
}
.tab-list li a:hover .helicopter svg {
	/*fill: #7bc144;*/
}
.tab-list li.active a, .tab-list li.active a .service-icon, .tab-list li.active .helicopter svg {
	/*color: #7bc144;*/
	fill: #7bc144;
}
.medical-item {
	text-align: center;
	padding: 36px 0 43px;
	background: #00aaaa;
}
.medical-item > span {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}
.medical-item h3 {
	font-size: 28px;
	letter-spacing: -0.7px;
	margin: 5px 0 33px;
	color: #fff;
}
.medical-item > img {
	margin: 0 auto 15px;
}
.medical-item h4 {
	color: #fff;
}
.medical-item > img {
	margin: 0 auto 15px;
	width: auto !important;
}
.medical-slides .owl-prev, .medical-slides .owl-next {
	position: absolute;
	top: 50%;
	height: 43px;
	width: 43px;
	font-size: 0;
	border-radius: 50%;
	background: #00b3b3;
}
.medical-slides .owl-prev {
	left: 12px;
}
.medical-slides .owl-next {
	right: 12px;
}
.medical-slides .owl-prev:after, .medical-slides .owl-next:after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/sprite.png") no-repeat;
}
.medical-slides .owl-prev:after {
	background-position: -227px -34px;
}
.medical-slides .owl-next:after {
	background-position: -255px -35px;
}
.services-page h2, .services-page h4 {
	margin: 0 0 20px;
	text-transform: uppercase;
}
.services-page section p {
	letter-spacing: -0.05px;
	line-height: 1.6;
	margin: 0 0 44px;
}
.services-page section img {
	margin: 0 0 43px;
}
.services-page section ul {
	margin: 0 0 65px;
}
.services-page section li {
	line-height: 1;
	font-size: 16px;
	/*font-family: 'PT Serif', serif;*/
	margin: 0 0 24px;
	color: #82848e;
}
.services-page section li i {
	margin-right: 16px;
	color: #585858;
}
.select-holder select:focus {
	border: none !important;
}
/*
 17.) form-style
 ----------------------------------------*/
.error {
	border: 1px solid red !important;
}
input[type="text"]:focus, 
select:focus, 
textarea:focus, 
input[type="email"]:focus {
	outline: 0;
}
.alert-success {
	border-color: #90f399;
	transition: all 0.3s ease-in-out 0s;
	background: #90f399 none repeat scroll 0 0;
}
.icon-box{
	width: 64px;
	height: 64px;
	float: left;
	margin-bottom: 15px;
}



/*=========================================
 * wp integration  style
 * ========================================
 */
.header-logo > figure {
	max-width:75px;
	max-height: 52px;
}
.article-text-details .article-icon.no-thumb {
	top:42px;
} 
.blog-page h1.page-title {
    letter-spacing: -2px;
    margin: 0 0 35px;
    color: #353536;
    font-size:36px;
    line-height: 1;
}
.blog-page .blog-banner iframe{
	width: 100%;
    min-height: 374px;
}
.layout-one .post-thumbnail {
	text-align:center;
}
.layout-one .post-thumbnail img {
	display: inline-block;
}
.mega-health-catgegory, .mega-health-tags {
	margin-bottom:10px;
}
.mega-health-catgegory i, .mega-health-tags i {
	/*color:#7c4199;*/
	margin-right:8px;
}
.mega-health-catgegory ul, .mega-health-tags ul,
.mega-health-catgegory li, .mega-health-tags li { 
	display: inline-block;
}
.mega-health-catgegory a, .mega-health-tags a {
	text-transform:uppercase;
	line-height: 1.5;
	font-size: 13px;/*color:#7bc144;*/
}
.mega-health-catgegory a:after {
	display:inline-block;
	content:", ";
}
.leave-comment input[type="text"] {
    margin-right: 1.4%;
}
.comment-respond {
	clear: both;
}
.page .article-text-details {
	padding-top:25px;
}
.stick-pin {
    border-style: solid;
    border-width: 25px 14px 22px 13px;
    position: absolute;
    right: 32px;
    top: 0;
    z-index: 6;
    display: block;
    border-color: #7c4199 #7c4199 transparent;
}
.stick-pin i {
    color: #fff;
    font-size: 16px;
    left: -4px;
    position: absolute;
    top: -19px;
}
.sticky,.tag-sticky-2 {
    padding:10px;
    position:relative;
}
.blog-page h2 {
	margin-bottom:15px;
}
body .article-text .mega-health-tags {
	margin-bottom:35px;
}
.aligncenter {
	text-align:center;/*margin-left:auto;margin-right:auto;*/
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px; 
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.footer-top h6 {
	color:#fff;
	font-size:20px;
}
.edit-reply-link a {
	/*color: #7bc144;*/
    margin: 15px 0;
    display: inline-flex;
    text-transform: uppercase;
}
.depth-2,.depth-3,.depth-4,.depth-5 {
	padding-left:25px;
}
.comment.depth-1 {
	padding-left:0;
}
form.leave-comment {
	padding:10px 0;
}
.txt-wraper > strong {
	line-height: 1;
	text-transform: capitalize;
}
.header-logo .txt-wraper {
	line-height:1.5;
}
.tagcloud {
	line-height: 1.5;
}
nav li {
	list-style: none;
}
.search .article-text-details {
	padding-top:12px;
}
.quick-link-content {
	margin-top:9px;
}
.widget_tag_cloud .tagcloud a {
	color: #353536;
    line-height: 35px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 18px;
    display: inline-block;
    border: 2px solid;
    margin-bottom:8px;
    margin-right:7px;
    -webkit-transition: all 0.4s ease 0.2s;
    -moz-transition: all 0.4s ease 0.2s;
    -ms-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
}
.widget_nav_menu .sub-menu {
	padding-left:0;
	opacity:1;
	position:static;
	background-color:#fff !important;
	border:none;
	color:#ccc;
}
.widget_nav_menu .sub-menu .sub-menu {
	padding-left:5px;
}
.widget_nav_menu .sub-menu li {
	padding-left:0;
	margin-bottom:0;
}
.widget_nav_menu .sub-menu li a{
	color:#82848e;
	padding: 5px 0 5px 10px;
}
.mega-health-catgegory .post-categories {
	margin-bottom:0;
}
.layout-two .article-text {
	width:100%;
	border-left: 1px solid #eceef2;
}
.layout-two .blog-figure + .article-text {
	width: 46%;
	border-left: none;
}
/*.megahealth-header-layout .navbar-default .navbar-nav > li > a {
	    padding: 18px 25px;
}*/
.megahealth-testimonial-layout-one .testimonial-txt .quote-next {
	list-style-type: none;
}
.megahealth-testimonial-layout-one .testimonial-txt .testimonial-quotes p,
.megahealth-testimonial-two .testimonial-quotes > p {
	color: #82848e;
}
.megahealth-testimonial-two .testimonial-quotes > p {
	float:none;
	width:100%;
	padding-top: 0;
	line-height: 27px;
    color: #313131;
    font-size: 18px;
}
.megahealth-testimonial-two.testimonial-section .client-quote-1 {
	opacity:1;
}
.megahealth-about-with-event .date-section {
	width:auto;
	padding: 0 6px;
}
.megahealth-blog-one .blog-date .num,
.megahealth-blog-two .blog-date .num,
.megahealth-blog-two .event-date {
	line-height:1;
}
.megahealth-blog-one .blog-image img,
.megahealth-blog-two .blog-image img {
	width:100%
}
.megahealth-blog-one .date-blog {
	width:auto;
}
.megahealth-required {
	border-color:#ff0000 !important;
}
.megahealth-what-we-do .slider-content span::before,
.megahealth-service-page .tab-content .tab-pane {
	line-height:1;
}
.megahealth-what-we-do .slider-txt {
	vertical-align: top;
}
.megahealth-service-page.services-page section ul {
	list-style: none;
}
.megahealth-service-page .nav-tabs .service-title {
	vertical-align: top;
	line-height:1.4;
}
.megahealth-service-page .nav-tabs i {
	color: #8b57a5;
    margin-right: 12px;
	line-height:1;
	display: inline-block;
}
.megahealth-service-page .nav-tabs i:before {
    font-size:20px;
    margin:0;	
}
.owl-carousel.medical-slides .owl-item .image-icon img {
	display: inline-block;
    width: auto;
}
.megahealth-service-page .medical-slides .image-icon {
	min-height:90px;
}
.megahealth-service-page .medical-slides i {
	display: inline-block;
    margin-bottom: 15px;
    line-height:1;
}
.megahealth-blog-one .blog-image .blog-des.blog-des-2 {
	min-height:0;
	padding-right: 40px;
}
.megahealth-enquiry ul {
	list-style: none;
}
.megahealth-enquiry .depart-list li a img ,
.megahealth-enquiry .depart-list li a span {
	vertical-align: middle;
	margin-right:4px;
}
/*.megahealth-enquiry .depart-list li {
	margin-bottom:10px;
}*/
.megahealth-enquiry .depart-list li a {
	line-height:1;
	padding-bottom:12px;
}
.megahealth-enquiry .depart-list li a span:before {
	font-size:16px;
	    margin-left: 0;
}
input[type="submit"].btn:hover {
    color: #fff;
}
.megahealth-department-section .nav-icons {
	overflow: hidden;
}
.megahealth-department-section .nav-icons span:before {
	line-height: 1.3;
    font-size: 46px;
    margin-left: 0;
    color: #fff;
    vertical-align: middle;
}
.wpcf7-response-output {
	line-height: 1.4;
}
.megahealth-department-section .tabbing-nav li {
	outline: none;
    vertical-align: top;
}
.megahealth-department-section-two .dep-bt {
	margin-bottom:15px;
}
.megahealth-department-section-two .dep-bt span:before {
	line-height: 1;
	font-size: 60px;
    margin-left: 0;
}
.megahealth-banner {
	background-color:#8b57a5;
}
.megahealth-department-page .search-sec form ul {
	list-style: none;
}
.megahealth-department-section-two .row > .dep-bt:nth-of-type(2n+1) {
	clear: both;
}
.megahealth-department-page  .list-department .department-blocks >span:before,
.em-map-balloon .em-map-balloon-content {
	line-height: 1;
}
.megahealth-gallery-page .row > .col-section.col-sm-4:nth-of-type(3n+1),
.megahealth-gallery-page .row > .col-section.col-sm-6:nth-of-type(2n+1) {
	clear: both;
}
.blog-image .blog-des {
    opacity: 0.9;
}

/* event manager style */
.megahealth-Events-page.Events-page .container {
    position: relative;
}
.Events-page .event-img {
    position: relative;
    margin-top: 0;
    overflow: hidden;
    text-align: center;
}
.Events-page .event-img img {
	width:100%;
}
.megahealth-single-event.Events-page .event-img img {
	width:auto;
}
.Events-page .calender-date {
    width: 89px;
    right: 0;
    position: absolute;
    top: 0;
}
.Events-page .calender-date strong {
    line-height: 50px;
    color: #fff;
    font-size: 46px;
    display: block;
    text-align: center;
}
.Events-page .calender-date span {
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-align: center;
}
.em-booking-form {
    width: 70%;
    float: left;
    border-right: 1px solid;
}
.cp-single-event-content .em-booking-form-details {
    border-color: #91a0e2;
}
div.css-search.has-search-geo.has-search-term input.em-search-text, div.css-search.has-search-geo.has-search-term input.em-search-geo {
	border:1px solid #ececec;
}
div.css-search div.em-search-main .em-search-submit {
	width: 100px;
}
div.css-search input, div.css-search select, div.css-search option, div.css-search div, div.css-search span, div.css-search button {
	line-height:1;
}
.css-events-list table.events-table th.event-time {
    width: 275px;
}
.css-events-list table.events-table td a {
 	color:#82848e;
 	font-weight:700;
 	text-transform: uppercase;	
}
.css-events-list table.events-table td i {
	color:#82848e;
 	font-weight:400;
 	text-transform: capitalize;
}
.css-locations-list ul {
	list-style: none;
	margin-bottom:8px;
}
.css-locations-list ul li a {
	text-transform: uppercase;
	font-weight: 700;
}
.css-locations-list ul ul {
	padding-left:20px;
}
.css-events-list,.em-my-bookings {
	padding:10px;
}
.css-events-list table.events-table tr,.em-my-bookings tr {
	border-bottom:2px solid;
}
.em-booking-form-details input.input, .em-booking-form-details textarea {
    width: 100%;
}
div.em-booking-login {
    width: 30%;
    float: right;
    margin: 0;
    border: none;
}
.em-booking-form-details {
    padding: 10px;
    width: 100%;
    max-width: 450px;
    float: left;
}
#em_wp-submit {
	display:block;
}
#em_rememberme {
    display: inline-block;
    border: 1px solid #ececea;
    height: 20px;
    width: 20px;
    margin:15px 0;
    vertical-align: middle;
}
div.em-booking-login #em_rememberme + label {
	width:auto;
	vertical-align: middle;
	
}/* end event slider */

.megahealth-contact-page .slider-content figure,
.megahealth-contact-page .head-sec h3,
.megahealth-contact-page .head-sec > span,
.megahealth-contact-page .contact-number,
.megahealth-contact-page .appointment-txt h3,
.megahealth-contact-page .appointment-txt span,
.megahealth-contact-page .contact-email a {
	line-height:1.2;
}
.megahealth-contact-page .contact-address > address {
	font-style: normal;
	text-transform: capitalize;
}
.megahealth-contact-page .head-sec h3,
.megahealth-contact-page .appointment-txt h3{
	color:#fff;
}
.megahealth-contact-page .slider-txt > span {
	text-align: center;
    color: #ffffff;
    line-height: 1;
}
.megahealth-contact-page .about-form ul {
	list-style: none;
}
.megahealth-testimonial-page .author > span {
	line-height: 1;
}
.newsletter h6 {
	color:#fff;
	margin-bottom:0;
	font-size:20px;
}
.megahealth-404-page h1 {
	font-size:200px;
}
.megahealth-404-page .error-msg {
	line-height:1.2;
}
.footer .nav>li>a:focus,.footer .nav>li>a:hover {
	background-color:transparent;
}
.megahealth-faq-page .select-section {
	line-height:1;
}
.megahealth-faq-page .select-search,.megahealth-doctor-page .select-search {
	border-radius: 0;
	color:#fff;
	border-color: transparent;
	font-weight: 700;
}
.faq-list ul {
	list-style: none;
}
.faq-list ul li:nth-of-type(2n+1) {
	clear: both;
}
.em-booking.css-booking {
	padding:25px 15px;
}
/*
 * Mega Menu Style
 */

.nav .megahealth-mega-menu-item-layout {
    position: static;
}
ul.sub-menu.megahealth-mega-menu-warp {
	position: absolute;
    min-width: 215px;
    color: #fff;
    padding: 40px 60px 30px 50px;
	display: block;
    z-index: -1;
    opacity: 0;
    top: 80px;
    visibility: hidden;
    left: 0;
    right: 0;
    border-top: 4px solid;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.main-header li .megahealth-mega-menu-warp.show-m {
    z-index: 999;
    opacity: 1;
    top: 100%;
    visibility: visible;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.megahealth-mega-menu-warp ol li,
.megahealth-mega-menu-warp ul li a {
    color: #ffffff;
}
.main-header  .megahealth-mega-menu-warp ul.sub-menu, 
.main-header .navbar .megahealth-mega-menu-warp ul.sub-menu {
    z-index: initial !important;
    opacity: initial !important;
    position: initial !important;
    top: initial !important;
}
.main-header .navbar-nav .megahealth-mega-menu-warp li:hover > ul.sub-menu, 
.main-header .navbar .megahealth-mega-menu-warp li:hover > ul.sub-menu, 
.main-header .megahealth-mega-menu-warp .sub-menu li:hover > .sub-menu {
    z-index: initial !important;
    opacity: initial !important;
    top: initial !important;
}
.megahealth-mega-menu-warp p {
	color: #ffffff;
}
 .main-header .megahealth-mega-menu-warp .widget_nav_menu  ul li > a, 
 .main-header .megahealth-mega-menu-warp .widget_nav_menu ul.menu li > a {
	color:#fff !important;
}
 .main-header .megahealth-mega-menu-warp .widget_nav_menu  ul li > a:hover, 
 .main-header .megahealth-mega-menu-warp .widget_nav_menu ul.menu li > a:hover {
	color:#fafafa !important;
}
.megahealth-mega-menu-warp .widget_nav_menu ul.menu,
.megahealth-mega-menu-warp .widget_pages ul {
	padding-left:0;
}
.megahealth-mega-menu-warp .widget_nav_menu ul.menu li a {
	padding-left:0;
}
.megahealth-mega-menu-warp .widget_pages li a {
	padding-left:0 !important;
	padding-right: 0 !important;
}
.megahealth-mega-menu-warp .widget_nav_menu ul.menu li a:before,
.megahealth-mega-menu-warp .widget_pages li a:before,
.megahealth-mega-menu-warp .widget_meta ul li a:before,
.megahealth-mega-menu-warp .widget_recent_entries ul li a:before,
.megahealth-mega-menu-warp .widget_categories ul li a:before,
.megahealth-mega-menu-warp .widget_archive ul li a:before {
	content:"\f0da";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	 font-size: 16px;
   	 margin-right: 4px;
}
.megahealth-mega-menu-warp thead th,
.megahealth-mega-menu-warp td {
	color:#fff;
}
.megahealth-mega-menu-warp .widget_tag_cloud a {
	display: inline-block !important;
	color:#fff !important;
	margin:0 6px;
}
.megahealth-mega-menu-warp .widget_recent_entries li a,
.megahealth-mega-menu-warp .widget_meta li a,
.megahealth-mega-menu-warp .widget_categories ul li a,
.megahealth-mega-menu-warp .widget_archive ul li a {
	padding-left:0 !important;
	padding-right: 0 !important;
}
.vc_row.container {
	margin-left:auto !important;
	margin-right: auto !important;
}
.typography ul {
	list-style: none;
}
ul.footer-menu li {
    width: 38%;
    display: inline-block;
}

/*==================================
Revolution slider style */
.rev_slider_wrapper .container {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
}
.rev_slider_wrapper .tp-bullet {
	height: 4px !important;
	width: 20px !important;
	background: #fff !important;
	margin-right: 10px !important;
	border-radius: 0 !important;
	border: none !important;
	display: inline-block !important;
}
.rev_slider_wrapper .tp-bullet.selected {
	background: #21a8ab !important;
}
.rev_slider_wrapper .tp-bullet {
	position: static !important;
}
.rev_slider_wrapper .tp-bullets {
	width: 100% !important;
	height: auto !important;
	opacity: 1 !important;
	overflow: hidden !important;
	visibility: visible !important;
	text-align: center !important;
}
.rev_slider_wrapper .container .banner-details {
	background-image: url("../images/banner-marker.png");
	background-position: 259px 10px;
	background-repeat: no-repeat;
	height: 430px;
	width: 430px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	padding: 100px 54px 0 77px !important;
	right: 160px;
    top: -40px;
}
.rev_slider_wrapper .container .banner-details .details-heading {
	border-left: 5px solid #48811b;
	padding-left: 23px;
	display: block;
	margin-bottom: 25px;
}
.rev_slider_wrapper .container .banner-details .details-heading .year-num {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	margin-right: 13px;
	line-height:1;
}
.rev_slider_wrapper .container .banner-details p {
	color: #fff;
}
.rev_slider_wrapper .container .banner-details .details-heading .year-des {
	/*font-family: 'PT Serif', serif;*/
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	line-height: 1;
}
.banner-text {
	font-size: 25px;
    min-height: 0px;
    min-width: 490px;
    max-height: none;
    max-width: 490px;
}
.tp-loop-wrap {
	bottom:-10px;
}
.rev_slider_wrapper h2 {
	font-size: 30px !important;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 10px;
}
.rev_slider_wrapper p {
	padding-top: 40px;
	color: #ffffff;
	font-size: 32px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
}
.rev_slider_wrapper .tparrows {
	background: #ffffff none repeat scroll 0 0;
	height: 64px;
	width: 44px;
}
.rev_slider_wrapper .tparrows::before {
	color: #a9a9a9;
	line-height: 64px;
	left: -10px;
}
.banner-text .btn {
	color:#fff;
	margin:20px 0;
}
/*==================================
Revolution slider style end */

.megahealth-department-section .tabbing-nav .ambulance-icon::before {
	color:#fff;
}
.megahealth-more-section h3 {
	color:#fff;
}
.megahealth-faq-page .text-left > h2 {
	letter-spacing: -2px;
    margin: 0 0 35px;
    text-transform: uppercase;
}
.page-id-371 h2 {
	font-size:22px;
	letter-spacing: -2px;
    margin: 0 0 20px;
    text-transform: uppercase;
}


/*contact form7 Style */
.wpcf7-form ul{
	list-style: none;
	margin-bottom:0;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
form.wpcf7-form .wpcf7-not-valid {
	border-color:#ff0000 !important;
}
div.wpcf7-response-output {
	margin:0;
}
div.wpcf7-validation-errors {
    border: 2px solid #ff0000;
    font-size: 12px;
    color: red;
}
.megahealth-career .wpcf7-response-output {
	margin:20px 0;
}
.job-apply,#apply-form {
	margin-bottom:80px;
}
.department-single .article-text-details .article-icon {
	overflow: hidden;
	text-align: center;
}
.department-single .ambulance-icon:before {
	color:#fff;
	line-height:50px;
	font-size:34px;
}
.mb80{
	margin-bottom:50px;
}
.service-c {
	letter-spacing: -0.05px;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    color: #82848e;
    margin-bottom:50px;
}
.megahealth-mega-menu-warp h2 {
	color:#fff;
	margin-bottom:25px;
}
.list-view .grid-fig {
	padding: 0px;
    position: absolute;
    height: 100%;
}
.list-view .grid-details {
	border-top: 1px solid rgb(236, 238, 242);
    border-left: none;
}
.list-view .grid-fig img {
	height: 100%;
    width: auto;
    margin-left: -20px;
}
.grid-view .grid-fig img {
	width:100%;
}
.megahealth-career #apply-form h3 {
	color:#fff;
}
.megahealth-career {
	padding-bottom: 20px;
}
ul.sub-menu {
	padding-left:0;
}
.doctors-quote {
	margin:30px 0 0;
}
.timing-list {
	list-style-type: none;
}
.wpcf7-not-valid {
	border-color:#ff0000 !important;
}
.depart-list li a:after {
	top:5px;
}
.job-apply .dl-horizontal dd a {
	text-transform: uppercase;
	color:#82848e;
	font-weight: bold;
}
body.admin-bar #header.fixed,body.admin-bar #header.intelligent {
	top:32px;
}
#megahealth-scroll-to-top {
    position: fixed;
    z-index: 10;
    right: 80px;
    bottom: 80px;
    width: 35px;
    height: 35px;
    display: none;
    border: 1px solid #000000;
    border-radius: 3px;
    font-size: 30px;
    color: #000000;
    font-weight:700;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
#megahealth-scroll-to-top:hover i{
	color:white;
}
.screen-reader-text {
	display:none;
}
.wp-caption,.wp-caption-text,.gallery-caption,.bypostauthor {
	
}
.megahealth-mega-menu-item-layout > a span {
    height: 3px;
    width: 3px;
    background: #fff;
    margin-right: 3px;
    margin-bottom: 3px;
    display: inline-block;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.megahealth-mega-menu-item-layout > a .spans:nth-child(3n) {
    margin-right: 0;
}
.dot-links {
	margin-left: 14px;
}
.navbar-nav,.navbar {
	float:none;
}
.navbar-nav>li.megahealth-mega-menu-item-layout {
	float:right;
}
.rev_slider_wrapper .container .banner-details .inner-sec i {
	font-size:36px !important;
}
.rev_slider_wrapper .container .banner-details .inner-sec em {
	float:left;
	width:100%;
	font-style: normal;
	font-size:17px !important;
}

/* woocommerce support style */
.woocommerce .woocommerce-ordering select,.select2-container .select2-choice {
    border: 0 none;
    color: #656671;
    font-size: 15px;
    font-weight: 400;
    height: 47px;
    padding: 0 0 0 19px;
    width: 100%;
    border: 1px solid #dddddd;
}
.select2-container .select2-choice {
	padding: 5px;
	height:35px;
}
.woocommerce ul.products li.product .onsale, 
.woocommerce.single-product span.onsale {
	margin:0;
	border-radius:0;
}
.woocommerce.single-product span.onsale {
	top:0;
	left:0;
}
.woocommerce .star-rating span:before {
	top:-1px;
}
.woocommerce ul.products li.product h3,
.woocommerce .woocommerce-ordering, 
.woocommerce .woocommerce-result-count {
	font-size: 18px;
    line-height: 1;
    color: #353536;
    font-weight: 700;
    letter-spacing: -1px;
}
.woocommerce ul.products li.product .price {
	font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
	display: inline-block;
}
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, 
.woocommerce input.button {
	font-size: 14px;
    color: #353536;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0 18px;
    display: inline-block;
    border: 2px solid;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color:transparent;
    min-height:35px;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    color: #656671;
    font-size: 15px;
    font-weight: 400;
    height: 35px;
    padding: 0 0 0 19px;
    min-width: 160px;
    border: 1px solid #dddddd;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, 
.woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color:transparent;
	color:#353536;
	padding: 0 8px;
	line-height:2;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
	border:1px solid #ccc;
	padding:5px;
	border-radius:50%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  padding: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
	color:#fff;
	display: block;
	line-height: 35px;
	font-size:18px;
	border-bottom:1px dashed #fff;
	position:relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:after {
	content:">";
	color:#fff;
	position: absolute;
	right:5px;
	top:3px;
	font-size:18px;
}
.shop-s .aside.widget-area,
.woocommerce-page .aside.widget-area {
	margin-top:72px;	
}
.woocommerce-page.single .aside.widget-area {
	margin-top:0;
}
.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    border: 2px solid;
    padding: 4px 3px 4px 5px;
    border-radius: 19px;
    margin: 0;
    list-style: none;
}
.woocommerce nav.woocommerce-pagination ul li {
    float: left;
    width: 26px;
    height: 26px;
    margin-right: 9px;
    border-radius: 50%;
    border: 2px solid #eceef2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woocommerce nav.woocommerce-pagination ul .active {
    border: 2px solid;
}
.woocommerce nav.woocommerce-pagination ul a {
    font-size: 15px;
    color: #3a3a3b;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 4px;
}
.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background:transparent;
	color:#353536;
}
.woocommerce div.product .woocommerce-tabs .panel {
	border:none;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    font-size: 22px;
    line-height: 52px;
    color:#353536;
}
.woocommerce a.added_to_cart {
	display: block;
	text-align:center;
}
.woocommerce div.product .price {
	margin-bottom: 15px;
	display: block;
}
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
	text-decoration:none;
}
#add_payment_method #payment div.payment_box p, 
.woocommerce-checkout #payment div.payment_box p {
	color:#fff;
}
.woocommerce div.product form.cart {
	margin:15px 0 10px; 
}
.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li {
	padding-bottom: 20px;	
}
.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total {
	text-align: right;
	margin-bottom:15px;
}
.widget_product_search input[type=search] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 100%;
    padding: 11px 90px 14px 14px;
    font-size: 15px;
    font-weight: 400;
    color: #656671;
    border-radius: 0;
}
.widget_product_search input[type=submit]{
	position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    padding: 0 11px;
    max-width: 90px;
    border: 1px solid #ccc;
    border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 14px;
    float: none;
    left: 0;
    width: auto;
    top: 18px;
}
.woocommerce .widget_price_filter .price_label {
	font-weight: bold;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	border-radius: 0;
	top: -4px;
}
.col-num-5 ul.products li.product {
    margin: 0 2% 2.992em 0;
    width: 18.4%;
}
.col-num-3 ul.products li.product {
    margin: 0 3% 2.992em 0;
    width: 31.33%;
}
.col-num-5 ul.products li.product.last,
.col-num-3 ul.products li.product.last {
	margin-right:0;
}
.widget_top_rated_products .star-rating{
	display: none;
}
/*gravity support style*/
.gform_wrapper .top_label input.medium,
.gform_wrapper .ginput_complex input[type=text],  
.gform_wrapper .ginput_complex input[type=url], 
.gform_wrapper .ginput_complex input[type=email], 
.gform_wrapper .ginput_complex input[type=tel], 
.gform_wrapper .ginput_complex input[type=number], 
.gform_wrapper .ginput_complex input[type=password],
.gform_wrapper .ginput_complex select,
.gform_wrapper .top_label input.large, 
.gform_wrapper .top_label select.large, 
.gform_wrapper .top_label textarea.textarea{
	line-height:30px;
	font-size:16px;
	padding-left:15px;
}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea{
	font-size:16px;
	padding-left:15px;
}
.gform_wrapper .ginput_container select,
.gform_wrapper .gform_body .ginput_complex.ginput_container select, 
.gform_wrapper .gform_body .ginput_complex.ginput_container .ginput_right select{
	padding:10px 15px;
	font-size:16px;
}
input[type="button"].gform_next_button,
input[type="button"].gform_previous_button,
input[type="submit"].gform_button{
	border:2px solid;
	font-weight:600;
}

/*mailchimp support style*/
.mc4wp-form input[type="text"],
.mc4wp-form input[type="email"] {
    background: transparent;
    border: 1px solid #eaeaea;
    color: #fffdfd;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    height: 40px;
    min-width: 250px;
    font-size: 14px;
}
.mc4wp-form-fields label{
	display:block;
}
.mc4wp-form select {
	height: 35px;
    color: #656671;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    min-width: 250px;
}
.mc4wp-form input[type="submit"] {
    font-size: 14px;
    color: #353536;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0 18px;
    display: inline-block;
    border: 2px solid;
}
.widget_mc4wp_form_widget .mc4wp-form label {
	display: none;
}
.widget_mc4wp_form_widget .mc4wp-form input[type="email"],
.widget_mc4wp_form_widget .mc4wp-form select{
	margin-bottom:15px;
	width:100%;
}
.widget_mc4wp_form_widget .mc4wp-form input[type="submit"]{
	margin-bottom:15px;
	display:block;
	width:100%;
	
}

/*buddypress support style*/
#buddypress select {
	height: 35px;
    color: #656671;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}
#buddypress .comment-reply-link, 
#buddypress a.button, 
#buddypress a.button, 
#buddypress button, 
#buddypress div.generic-button a, 
#buddypress input[type=button], 
#buddypress input[type=reset], 
#buddypress input[type=submit], 
#buddypress ul.button-nav li a{
	font-weight:600;
	color:#fff;
} 
#buddypress div.item-list-tabs ul li.current a, 
#buddypress div.item-list-tabs ul li.selected a{
	background-color:#fff;
}
#buddypress div.item-list-tabs ul li a, 
#buddypress div.item-list-tabs ul li > span{
border:2px solid;
color:#fff;
font-weight:600;
}
#buddypress div.item-list-tabs ul li{
	margin-right:15px;
}
#buddypress div.item-list-tabs ul li a span{
	border:none;
	background-color:#fff;
	
}
#buddypress input[type=submit]#aw-whats-new-submit{
	padding-top:0;
	padding-bottom:0;
}
#buddypress #reply-title small a span, 
#buddypress a.bp-primary-action span{
	padding: 0;
    line-height: 15px;
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 50%;
    background-color:#fff;
}
#buddypress div.activity-comments ul li{
	font-size:16px;
}
#buddypress .acomment-meta a, #buddypress .activity-header a, #buddypress .comment-meta a{
	text-transform:capitalize;
	font-weight:600;
}
#buddypress .activity-list .activity-content .activity-header img.avatar{
	margin-bottom:-5px !important;
}
#buddypress ul.item-list li div.item-title, #buddypress ul.item-list li h4{
	font-size:16px;
	font-weight:600;
	text-transform: capitalize;
}
#buddypress div.pagination .pagination-links a, 
#buddypress div.pagination .pagination-links span{
	float: left;
    width: 26px;
    height: 26px;
    margin-right: 9px;
    border-radius: 50%;
    border: 2px solid #eceef2;
    line-height:25px;
    font-size:16px;
    color:#3a3a3b;
}
#buddypress div.pagination{
	text-align:center;
}
#buddypress div.pagination .pag-count{
	margin-left:0;
	margin-bottom:10px;
}
#buddypress div.pagination .pagination-links {
	float:none;
	display: inline-block;
    border: 2px solid;
    padding: 4px 3px 4px 5px;
    border-radius: 19px;
    margin: 0;
    list-style: none;
}
#buddypress .acomment-options > a{
	color: #000;
	font-weight:600;
	font-size:12px;
}
#buddypress ul.item-list li div.meta{
	font-weight:600;
	font-size:10px;
}
#buddypress div.dir-search{
	margin:10px 0 15px;
}
#buddypress input[type=submit]{
	min-width:110px;
	padding: 0 10px;
}
#buddypress div.dir-search input[type=text]{
	width:150px;
	padding:8px;
}
#buddypress table.forum tr td.label, #buddypress table.messages-notices tr td.label, #buddypress table.notifications tr td.label, #buddypress table.notifications-settings tr td.label, #buddypress table.profile-fields tr td.label, #buddypress table.wp-profile-fields tr td.label{
	display:table-cell;
	width:auto;
	color:black;
	font-size:15px;
}
#buddypress table tr td.thread-info p, #buddypress table.profile-fields p{
	font-weight:600;
	color:#000;
}
#buddypress a.bp-secondary-action, #buddypress span.highlight{
	font-weight:600;
	font-size:12px;
}
 #buddypress .notifications-options-nav input[type=submit]{
 	padding-top:0;
 	padding-bottom:0;
 }
#buddypress .notifications thead th,
#buddypress .messages-notices thead th{
	color:#000;
}
.widget.buddypress #friends-list li, 
.widget.buddypress #groups-list li, 
.widget.buddypress #members-list li {
	padding-left: 0;
}
.widget.buddypress #friends-list li:after, 
.widget.buddypress #groups-list li:after, 
.widget.buddypress #members-list li:after,
.woocommerce .widget_layered_nav_filters ul li:after {
	content:"";
	display: none;
}
.banner-section {
	background-repeat: no-repeat;
}
select#faq {
	-moz-appearance: textfield;
    -webkit-appearance: textfield;
   }
.megahealth-mega-menu-warp ul > li {
   	margin-bottom:10px;
   }
.megahealth-mega-menu-warp ul li > img {
	height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.ui-autocomplete {
	background: #f2f2f2;
    padding: 0;
}
.ui-menu li.ui-menu-item {
	padding: 5px 15px;
	padding-left: 22px;
	font-size: 16px;
    line-height: 28px;
    color: #353536;
}
.category-form .search-input {
    height: 50px;
    width: 100%;
    border: none;
    color: #656671;
    font-size: 15px;
    font-weight: 400;
    padding-left: 25px;
    text-transform: capitalize;
    line-height: 1.4;
    border-radius: 0;
    max-width: 100%;
    background: #fff;
}
.sub-comment-title {
	display: block;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: .5px;
    text-transform: initial;
}

/*=========================================
 * wp comming soon  style
 * ========================================
 */
.megahealth-coming-soon-layout h2{
	color: rgb(255, 255, 255);
    font-size: 42px;
    font-weight: bold;
    line-height: 1.18;
    margin-bottom: 46px;
    padding-left: 0;
    text-align: left;
    text-shadow: 0.5px 0.866px 1px rgba(40, 40, 40, 1);
}
.megahealth-coming-soon-layout p{
	color: rgb(255, 255, 255);
    display: block;
    font-size: 19px;
    line-height: 1.714;
    margin-bottom: 52px;
    padding-right: 50px;
    text-shadow: 0.5px 0.866px 1px rgba(40, 40, 40, 1);
}
.megahealth-coming-soon-layout .wpcf7-form p {
    margin-bottom: 20px;
    font-size: 15px;
    color: #ffffff;
}
.megahealth-coming-soon-layout .wpcf7-form input,
.megahealth-coming-soon-layout .wpcf7-form textarea{
	border:1px solid #fff;
	background: transparent;
    color: #ffffff;
    line-height: 20px;
    padding: 8px;
    font-size: 15px;
    max-width:100%;
}
.megahealth-coming-soon-layout .wpcf7-form input{
	height:42px;
}
.megahealth-coming-soon-layout .wpcf7-form input[type=submit]{
	width:150px;
}
.megahealth-coming-soon-layout .time-details {
    text-align: center;
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
    line-height: 1.75;
    text-shadow: 0.5px 0.134px 1px rgba( 0, 26, 0,1 );
    padding: 5px;
    padding-bottom: 16px;
    font-size: 36px;
    overflow: hidden;
    list-style: none;
}
.megahealth-coming-soon-layout .time-details li {
	height: 141px;
    float: left;
    margin-left:0;
    margin-right:0;
    width:24.5%;
    background-color: rgb(123, 193, 68);
    box-shadow: 0.5px 0.866px 1px 0px rgba( 39, 89, 65,0.4 );
    padding: 25px;
    border:none;
}
.megahealth-coming-soon-layout .time-details li strong {
	font-size: 48px;
    color: #7c4199;
    font-weight: 500;
    line-height: 50px;
}
.megahealth-coming-soon-layout .time-details li + li {
    background-color: rgb(107, 172, 57);
    box-shadow: 0.5px 0.866px 1px 0px rgba( 39, 89, 65,0.4 );
    
}
.megahealth-coming-soon-layout .time-details li + li + li {
    background-color: rgb(71, 115, 38);
    box-shadow: 0.5px 0.866px 1px 0px rgba( 39, 89, 65,0.4 );
}
.megahealth-coming-soon-layout .time-details li + li + li + li {
    background-color: rgb(48, 77, 25);
    box-shadow: 0.5px 0.866px 1px 0px rgba( 0, 26, 0,0.4 );
    z-index: 8;
}
.megahealth-coming-soon-layout .ddt {
	display: none;
}
.megahealth-coming-soon-layout .time-details span {
    display: block; 
    font-size: 30px;
    color: #a770c2;
    font-weight: 500;
    line-height: 40px;  
} 
.megahealth-coming-soon-layout .wpcf7-response-output {
	color:#001a00;
	padding:10px;
	font-size:14px;
	margin: 15px 0;
}
.megahealth-coming-soon-layout label {
	color:#fff;
}
.megahealth-coming-soon-layout .wpcf7-form ul > li {
	margin-bottom: 25px;
}
.megahealth-coming-soon-layout footer {
 padding:25px 0 0px;
}

.megahealth-accordian .opening-msg li {
	padding: 13px 0;
}
.accordian-menu .panel-body li span {
	font-size: 16px;
    text-transform: capitalize;
    color: #353536;
}
.accordian-menu .panel-body li span.opening-hours.days{
	float:left;
	position: relative;
	text-align:center;
	min-width:180px;
	text-align:left;
}
.accordian-menu .panel-body li span.opening-hours.days:after {
    content: '-';
    display: inline-block;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.accordian-menu .panel-body li span.opening-hours{
	float:right;
}
.dr-intro h5 {
	margin-bottom:0;
}
.dr-intro .dr-des a {
    font-size: 16px;
    line-height: 24px;
    color: #82848e;
    text-transform: capitalize;
    font-weight: 400;
}
.megahealth-what-we-do .slider-content span::before {
	    font-size: 64px;
    margin: 0;
    color: #7c4199;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.megahealth-what-we-do .slider-txt {
    padding-left: 15px;
    float: right;
    width: 72%;
}
.megahealth-what-we-do .slider-txt p {
	padding-left: 0;
	text-align:left;
}
.megahealth-what-we-do .slider-content figure {
    display: inline-block;
    float: left;
    max-width: 150px;
}
.megahealth-doctor-page .grid-details > h4 {
	margin-bottom:0;
}
.megahealth-service-page .image-icon i:before,
.megahealth-contact-page .medical-department .slider-content figure i:before {
	font-size: 80px;
    vertical-align: middle;
    color: #fff;
}
.megahealth-career .row > .col-md-6:nth-of-type(2n+1) {
	clear: both;
}
ul.ui-autocomplete {
	list-style: none;
}
.megahealth-our-doctor .dr-des {
	line-height:24px;
	margin:8px 0;
}
.megahealth-department-section .padd-bottom {
    padding-bottom: 123px;
}
.megahealth-our-doctor .doctor-title .dr-des {
	margin:0;
}
.footer-address {
	font-style: normal;
}
.megahealth-header-layout .navbar-default .navbar-nav > li.megahealth-mega-menu-item-layout > a {
    color: #c699dc;
    padding: 17px 0;
}
.megahealth-testimonial-layout-one .testimonial-quotes p {
	width:100%;
}
.megahealth-banner.banner-section .container,
.banner-section .container {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
}
.layout-two .blog-figure img {
	height:100%;
	    width: 100%;
}
.megahealth-enquiry .about-form .btn.btn-submit {
    font-weight: 400;
}
.megahealth-service-page .nav-tabs li a {
	padding-bottom: 16px;
	padding-top:2px;
}
.megahealth-contact-page .form-sec .textarea {
	border:none;
}
.megahealth-Events-page .events-lft-block {
	padding-bottom: 35px;
	border-bottom: 1px solid #ccc;
}
.megahealth-single-event .event-img {
	position: relative;
}
.megahealth-single-event .event-date {
	position: absolute;
	top: 0;
	right:0;
}
.blog-page .aside form {
	margin:0;
}
.comments-area {
	border-top:1px solid rgba(0,0,0,.1);
}

#eda-form-wrapper .info-heading-icon h4 {
	margin-bottom:31px;
}
#eda-form-wrapper .info-form .info,
#eda-app-calender {
	margin-bottom: 73px;
}
#edd_login_submit:hover {
	color:#fff;
}
.m-login-form {
	padding-top:10px;
	padding-bottom: 10px;
	border-radius: 8px;
}
#edd_login_form.edd_form legend:before {
	content: "\e066";
}
#edd_register_form.edd_form legend:before {
	content: "\e093";
}
.layout-one .article-text-details {
	padding-top: 0;
}
.layout-one figure + .article-text-details {
	padding-top:71px;
}
.layout-one .article-text-details .article-icon.no-thumb {
	display:none;
}
.doctors-details-section p {
	margin-bottom:25px;
}
.mb-20 {
	margin-bottom:20px;
}
a.woocommerce-LoopProduct-link {
    min-height: 249px;
    display: block;
}
#rememberme {
	-webkit-appearance: checkbox;
    box-sizing: border-box;
}

.layout-one .article-text p {
	margin-bottom: 25px;
}
.article-text h4 a {
	word-wrap: break-word;
}
.mega-health-catgegory,.mega-health-tags {
	clear: both;
}
.layout-one .mega-health-catgegory ul {
	display: inline;
}
.layout-one .wp-caption {
	margin-bottom:20px;
}
.navbar-default .navbar-nav > li.megahealth-mega-menu-item-layout:hover {
	background-color:transparent !important;
}
.navbar-default .navbar-nav > li.megahealth-mega-menu-item-layout:hover > a span {
	    background: #7bc144;
}
.megahealth-testimonial-layout-three blockquote:before {
    color:#fff;
    left:0px;
    top:0;
}
.megahealth-testimonial-layout-three blockquote > p {
    padding: 0px 0px 0 15px;
    color:#eeccff;
    font-size:16px;
    line-height: 2;
   }
.megahealth-testimonial-layout-three.testimonial-section .owl-dots {
	left: 20px;
	right:auto;
    bottom: 0px;
}
.megahealth-testimonial-layout-three.testimonial-section .owl-dots .owl-dot {
    height: 2px;
    width: 18px;
    border-radius: 0%;
    margin-right: 6px;
    background:#fff;
}
.megahealth-testimonial-layout-three.testimonial-section .owl-dots .owl-dot.active {
	opacity: .6;
}
.megahealth-eventss .calender-date {
	float: left;
    width: 55px;
    margin-right: 15px;
    border-right: 1px solid #9d63b9;
}
.megahealth-eventss .calender-date >strong {
	display: block;
    font-size: 36px;
}
.megahealth-eventss .calender-date > span {
	font-size: 12px;
}
.megahealth-eventss .event-content p {
	padding: 0;
}
.megahealth-eventss .event-full {
	margin-bottom:25px;
}
.megahealth-mega-menu-warp p {
    color:#eeccff;
    font-size:16px;
    line-height: 2;
}
.megahealth-mega-menu-warp .vc_single_image-wrapper {
	    box-shadow: 0px 0px 10px 10px #924db3;
}
.megahealth-widgets select  {
	line-height: 2;
    height: 40px;
    width: 100%;
}
.blog-page .aside .blog-aside-search button:focus {
	border:none;
}
.megahealth-eventss .event-content {
	width:calc(100% - 70px);
}
.header-contact-details > div {
	float:left;
	margin-right:30px;
	padding-right:30px;
	text-align:center;
	border-right:1px solid rgba(0,0,0,.15);
	text-transform: capitalize;
}
.header-contact-details > div:last-child {
	margin-right:18px;
	padding-right: 0;
	border:none;
}
.header-contact-details > div i,
.header-contact-details > div  span {
	display:block;	
	float:none;
}
.header-contact-details > div i {
	font-size:20px;
	margin-bottom:5px;
}
.header-contact-details > div  span {
	color:#454445;
	font-size:18px;
}
.megahealth-blog-one .blog-content h5 a {
	font-weight:600;
}
.aside.none-item {
	margin:40px 0 20px;
    max-width: 500px;
}
.aside.none-item button {
	width: 50px;
    text-align: center;
}
.header-contact-details > div a {
	color: #7c4199;
}
/*=============================================================================
28-march
*/
.btn-group-justified>.btn,
.btn-group-justified>.btn-group{
    width:auto; 
}
.btn-group-justified>.btn-group .btn{
    width:auto;
}
.btn-primary{
    background-color:white;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background-color:#7bc144;
}
.pagination>li>a, .pagination>li>span{
    color:#7bc144;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color:#7bc144;
    border-color:#7bc144;
}
.btn-primary .badge,
.list-group-item.active>.badge, .nav-pills>.active>a>.badge{
    color:#7bc144;
}
.progress-bar{
    background-color:#7bc144;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
    border-color:#7bc144;
    background-color:#7bc144;
}
.list-group-item{
    border:none;
}
body .btn-group .btn{
    position:relative;
    border:solid;
    width:auto;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: lowercase;
    letter-spacing: .4px;
    line-height: 21px;
    padding: 5px 15px;
}
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a {
    font-size: 14px;
    letter-spacing: .25px;
    text-transform: lowercase;
    color: #161e21;
    margin-bottom:10px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title:first-letter, 
.woocommerce ul.products li.product .woocommerce-loop-product__title:first-letter, 
.woocommerce ul.products li.product h3:first-letter,
.woocommerce ul.cart_list li a:first-letter, 
.woocommerce ul.product_list_widget li a:first-letter {
    text-transform:capitalize;
}
.woocommerce div.product .product_title {
    font-size:18px;
    color:#000 !important;
    margin-bottom: 10px;
}
.woocommerce ul.product_list_widget li .woocommerce-Price-amount {
    font-size: 14px;
    letter-spacing: .25px;
    text-transform: lowercase;
    color: #161e21;
    margin-bottom: 10px;
    font-weight: 700;
}
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li {
    border-bottom:1px solid rgb(236, 238, 242);
    margin-bottom:10px;
    padding-bottom:10px;
}
.woocommerce ul.cart_list li:last-child, 
.woocommerce ul.product_list_widget li:last-child {
    border: none;
} 
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    padding-bottom: 17px;
    min-height: 411px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
    margin-bottom:25px;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.35);
    -webkit-transition: all .4s ease-in;
-moz-transition: all .4s ease-in;
-ms-transition: all .4s ease-in;
-o-transition: all .4s ease-in;
transition: all .4s ease-in;
}
.woocommerce ul.products li.product .price {
    padding: 5px 15px;
}
.woocommerce ul.products li.product .button {
    position: absolute;
    top: 25%;
    left: 20%;
    display:none;
    background: #fff;
}
.woocommerce ul.products li.product:hover .button {
    display:block;
}
/*.col-num-3 .related ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding-bottom: 20px;
    position: relative;
    width: 22.05%;
    min-height: 380px;
}*/
.col-num-3 .related ul.products li.product.last {
    margin-right:0;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width:58px;
}
.woocommerce-page .banner-image {
    display:none;
}
/*.woocommerce .related ul.products li.product .button {
    top: 19%;
    left: 13%;
}*/
.woocommerce div.product form.cart .button {
    margin-left:25px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    top: 34px;
    height: 39px;
}
.woocommerce .widget_price_filter .price_label {
    font-weight: bold;
    margin-top: 20px;
    float: right;
}
.woocommerce #review_form #respond p.comment-form-rating {
    display: inline-block;
}
.woocommerce ul.products li.product .onsale, 
.woocommerce.single-product span.onsale {
	margin:0;
	border-radius:0;
}
.woocommerce.single-product span.onsale {
	top:0;
	left:0;
}
.woocommerce .star-rating span:before {
	top:-1px;
}
.woocommerce ul.products li.product h3,
.woocommerce .woocommerce-ordering, 
.woocommerce .woocommerce-result-count {
	font-size: 18px;
    line-height: 1;
    color: #353536;
    font-weight: 700;
    letter-spacing: -1px;
}
.woocommerce ul.products li.product .price {
	font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
	display: inline-block;
}
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, 
.woocommerce input.button {
	font-size: 14px;
    color: #353536;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0 18px;
    display: inline-block;
    border: 2px solid;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color:transparent;
    min-height:35px;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    color: #656671;
    font-size: 15px;
    font-weight: 400;
    height: 35px;
    padding: 0 0 0 19px;
    min-width: 160px;
    border: 1px solid #dddddd;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, 
.woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color:transparent;
	color:#353536;
	padding: 0 8px;
	line-height:2;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
	border:1px solid #ccc;
	padding:5px;
	border-radius:50%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  padding: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
	color:#fff;
	display: block;
	line-height: 35px;
	font-size:18px;
	border-bottom:1px dashed #fff;
	position:relative;
	padding-left: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:after {
	content:">";
	color:#fff;
	position: absolute;
	right:5px;
	top:3px;
	font-size:18px;
}
.shop-s .aside.widget-area,
.woocommerce-page .aside.widget-area {
	margin-top:72px;	
}
.woocommerce-page.single .aside.widget-area {
	margin-top:0;
}
.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    border: 2px solid;
    padding: 4px 3px 4px 5px;
    border-radius: 19px;
    margin: 0;
    list-style: none;
}
.woocommerce nav.woocommerce-pagination ul li {
    float: left;
    width: 26px;
    height: 26px;
    margin-right: 9px;
    border-radius: 50%;
    border: 2px solid #eceef2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woocommerce nav.woocommerce-pagination ul .active {
    border: 2px solid;
}
.woocommerce nav.woocommerce-pagination ul a {
    font-size: 15px;
    color: #3a3a3b;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 4px;
}
.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background:transparent;
	color:#353536;
}
.woocommerce div.product .woocommerce-tabs .panel {
	border:none;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    font-size: 22px;
    line-height: 52px;
    color:#353536;
}
.woocommerce a.added_to_cart {
	display: block;
	text-align:center;
}
.woocommerce div.product .price {
	margin-bottom: 15px;
	display: block;
}
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
	text-decoration:none;
}
#add_payment_method #payment div.payment_box p, 
.woocommerce-checkout #payment div.payment_box p {
	color:#fff;
}
.woocommerce div.product form.cart {
	margin:15px 0 10px; 
}
.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li {
	padding-bottom: 20px;	
}
.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total {
	text-align: right;
	margin-bottom:15px;
}
.widget_product_search input[type=search] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 100%;
    padding: 11px 90px 14px 14px;
    font-size: 15px;
    font-weight: 400;
    color: #656671;
    border-radius: 0;
}
.widget_product_search input[type=submit]{
	position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    padding: 0 11px;
    max-width: 90px;
    border: 1px solid #ccc;
    border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 14px;
    float: none;
    left: 0;
    width: auto;
    top: 18px;
}
.woocommerce .widget_price_filter .price_label {
	font-weight: bold;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	border-radius: 0;
	top: -4px;
}
.col-num-5 ul.products li.product {
    margin: 0 2% 2.992em 0;
    width: 18.4%;
}
.col-num-3 ul.products li.product {
    margin: 0 3% 2.992em 0;
    width: 31.33%;
}
.col-num-5 ul.products li.product.last,
.col-num-3 ul.products li.product.last {
	margin-right:0;
} 