@charset "utf-8";
/* CSS Document */
.clear {
	clear: both;
}
.nav {
	display: block;
	float: right;
	padding-top: 15px;
	width: 700px;
}
.nav ul {
	display: block;
	text-align: right;
}
.nav li {
	display: inline-block;
	list-style: none;
}
.nav li a {
	font-size: 12px;
	line-height: 26px;
	text-decoration: none;
	color: #eaffe6;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	padding:2px;
}
.nav li a:hover, .nav li a.current {
	color: #fcf300;
	background-color:#017400;
	padding:2px;
}
.nav li span {
	margin: 0 5px;
}
#banner {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 95px;
}
#banner-home {
	background: none repeat scroll 0 0 #fff;
	height: 400px;
	width: 100%;
	background: url(../images/banner_new.jpg) no-repeat top center;
}
#banner-01 {
	background: none repeat scroll 0 0 #fff;
	height: 400px;
	width: 100%;
	background: url(../images/banner01.jpg) no-repeat top center;
}
#banner-02 {
	background: none repeat scroll 0 0 #fff;
	height: 400px;
	width: 100%;
	background: url(../images/banner02.jpg) no-repeat top center;
}
#banner-03 {
	background: none repeat scroll 0 0 #fff;
	height: 400px;
	width: 100%;
	background: url(../images/banner03.jpg) no-repeat top center;
}
#banner-04 {
	background: none repeat scroll 0 0 #fff;
	height: 400px;
	width: 100%;
	background: url(../images/banner04.jpg) no-repeat top center;
}
#banner-layout {
	display: block;
	margin: 0 auto;
	padding-top: 175px;
	width: 1000px;
	position:relative;
}
.banner-content {
	display: block;
	width: auto;
	background-color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.5);
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 160px;
}
.banner-content h1 {
	color: #d8165c;
	display: block;
	font-size: 20px;
	line-height: 36px;
}
.banner-content > span {
	color: #831208;
	display: block;
	font-size: 18px;
	line-height: 20px;
	text-transform: capitalize;
}
.banner-content p {
	color: #000;
	display: block;
	font-size: 16px;
	line-height: 28px;
	padding: 20px 0;
	text-align: left;
}
#details-wrap {
	background: none repeat scroll 0 0 #fff;
	display: block;
	padding-top: 48px;
	position: relative;
	width: 100%;
	padding-bottom: 45px;
}
#details-wrap > #details-layout {
	display: block;
	margin: 0 auto;
	width: 1000px;
}
.details-top-block {
	display: block;
}
.details-top-block h2, #meet-doctor-layout > h3 {
	color: #000;
	font-size: 35px;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
}
.details-top-block h4, #meet-doctor-layout > h4 {
	color: #7a7a7a;
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 34px;
	text-align: center;
}
.details-top-block > p {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 20px;
	padding-top: 10px;
	text-align: justify;
}
.details-bottom-block {
	display: block;
	padding-top: 45px;
}
.details-bottom-block > ul {
	display: block;
}
.details-bottom-block li {
	display: inline-block;
	list-style: none outside none;
	margin-right: 34px;
	text-align: center;
	vertical-align: top;
	width: 220px;
}
.details-bottom-block h3, .our-speciality-block h3 {
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 34px;
	text-transform: uppercase;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
}
.details-bottom-block p {
	display: block;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
}
.details-bottom-block li:last-child {
	margin-right: 0;
}
#happy-client-wrap {
	height: 500px;
	background-position: 50% 60%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../images/middle_banner.jpg);
}
#our-herbal-wrap {
	height: 464px;
	background-position: 50% 60%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../images/middle_banner_02.jpg);
}
#our-testimonials {
	background-position: 50% 60%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../images/middle_banner_03.jpg);
	height: 505px;
}
#community-wrap {
	background-position: 50% 60%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../images/bottom_banner.jpg);
}
#our-herbal-wrap > #our-herbal-layout {
	display: block;
	margin: 0 auto;
	padding: 113px 0;
	width: 1000px;
}
#happy-client-wrap > #happy-client-layout {
	display: block;
	margin: 0 auto;
	padding: 74px 0;
	width: 1000px;
}
.happy-client-block, .our-herbal-block {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 716px;
	background-color: #fff;
	background: #fff;
	padding: 44px 0px 40px 0px;
}
.our-herbal-block {
	background-color: rgba(255, 255, 255, 0.58);
	background: rgba(255, 255, 255, 0.58);
}
.happy-client-block > h3, .our-herbal-block > h3, .speciality-block > h3, .bottom-contact-block > h3 {
	color: #000;
	display: block;
	font-size: 35px;
	line-height: 71px;
	text-transform: uppercase;
}
.happy-client-block > h4 {
	color: #7a7a7a;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	margin: 24px 0;
	overflow: hidden;
}
.our-herbal-block > h4, .speciality-block > h4, .bottom-contact-block > h4 {
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 15px;
}
.happy-client-block, .our-herbal-block {
	padding: 20px 0px 20px 0px;
}
.happy-client-img {
	display: inline-block;
	height: 150px;
	margin: 0 auto;
	width: 150px;
}
.happy-client-img > img {
	width: 100%;
}
.our-herbal-block .more-block {
	display: block;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}
.our-herbal-block .more-block a {
	color: #000;
}
.more-block {
	display: block;
	margin: 0 auto;
	padding: 38px 0;
	text-align: center;
}
.more-block > a {
	color: #7a7a7a;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
	padding: 0 15px;
	text-decoration: none;
	background: none;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
}
.more-block > a:hover {
	color: #fff;
	background: #d91b5c;
}
.liner {
	background: none repeat scroll 0 0 #e01e66;
	display: block;
	height: 2px;
	margin: 0 auto;
	width: 20%;
}
.liner-gradiant {
	background: none repeat scroll 0 0 #c4c4c4;
	display: block;
	height: 2px;
	margin: 15px auto;
	width: 15%;
}
.liner-white {
	background: none repeat scroll 0 0 #fff;
	display: block;
	height: 2px;
	margin: 15px auto;
	width: 15%;
}
.liner-white-long {
	background: none repeat scroll 0 0 #fff;
	display: block;
	height: 2px;
	margin: 15px auto;
	width: 25%;
}
.liner-gradiant-pixel {
	background: none repeat scroll 0 0 #c4c4c4;
	display: block;
	height: 1px;
	margin: 30px auto;
	width: 95%;
}
.liner-gradiant_new {
	background: none repeat scroll 0 0 #c4c4c4;
	display: block;
	height: 2px;
	margin: 10px auto;
	width: 35%;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
}
#meet-doctor {
	display: block;
	width: 100%;
}
#meet-doctor > #meet-doctor-layout {
	display: block;
	margin: 0 auto;
	width: 1000px;
	padding-top: 35px;
}
#meet-doctor-layout h5 {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
#meet-doctor-layout > p {
	color: #7a7a7a;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: center;
}
.drm-profile {
	background: none repeat scroll 0 0 #fff;
	border: 5px solid #c3c3c3;
	border-radius: 50%;
	display: block;
	height: 200px;
	margin: 0 auto 25px auto;
	overflow: hidden;
	width: 200px;
}
.drm-profile > img {
	display: block;
	margin: 0 auto;
}
#our-specialit-wrap {
	background: none repeat scroll 0 0 #fff;
	display: block;
	width: 100%;
}
#our-specialit-wrap > #our-speciality-layout {
	display: block;
	margin: 0 auto;
	width: 1000px;
}
.speciality-block {
	display: block;
	text-align: center;
	padding-top: 55px;
	padding-bottom: 55px;
}
.speciality-block > h4, .bottom-contact-block > h4 {
	text-transform: uppercase;
}
.speciality-block > h3, .bottom-contact-block > h3 {
	line-height: 50px;
}
.speciality-block > ul {
	display: block;
	text-align: center;
}
.speciality-block li {
	display: inline-block;
	list-style: none;
}
.speciality-block a {
	color: #d91b5c;
	display: block;
	font-size: 18px;
	line-height: 48px;
	margin: 0 22px;
	text-decoration: none;
}
.speciality-block a:hover {
	color: #881603;
	text-decoration: underline;
}
#our-testimonials > #our-testimonials-layout {
	display: block;
	margin: 0 auto;
	width: 1000px;
}
.testimonial-block {
	display: block;
}
.testimon-div {
	display: block;
	padding-top: 60px;
	text-align: center;
}
.testimon-div > h3 {
	color: #fff;
	display: block;
	font-size: 35px;
	line-height: 46px;
	text-transform: uppercase;
}
.testimon-div > h4 {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 36px;
}
.testimonial-inner > p {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: justify;
}
.testimonial-inner > h5 {
	color: #fff;
	display: block;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	line-height: 33px;
}
.testimonial-inner span {
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}
.testimon-div .more-block {
	display: block;
	margin: 0 auto;
	padding: 34px 0;
	text-align: center;
}
.testimon-div .more-block > a {
	border: #d91b5c solid 1px;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.60);
	background: rgba(255, 255, 255, 0.60);
	color: #000;
	padding: 0px 34px;
}
.testimon-div .more-block > a:hover {
	border: #fff solid 1px;
	background-color: rgba(217, 27, 92, 1);
	background: rgba(217, 27, 92, 1);
	color: #fff;
}
#bottom-contact-wrap {
	display: block;
	width: 100%;
}
#bottom-contact-wrap > #bottom-contact-layout {
	display: block;
	margin: 0 auto;
	width: 1000px;
}
.bottom-contact-block {
	display: block;
	text-align: center;
	padding: 60px 0px 50px 0px;
}
.bottom-contact-block > p {
	color: #000;
	display: block;
	font-size: 18px;
	line-height: 25px;
	padding: 0 90px;
}
.bottom-contacts-bottom-block {
	display: block;
	overflow: hidden;
	padding-bottom: 20px;
}
.bottom-left {
	display: block;
	float: left;
	padding-right: 50px;
	width: 470px;
}
.bottom-left > h4 {
	background: url("../images/img01.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 30px;
	padding-left: 22px;
	padding-top: 11px;
}
.bottom-left > p, .bottom-right > p {
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 20px;
}
.bottom-right > p {
	padding-left: 30px;
}
.bottom-left span, .bottom-right span {
	font-weight: bold;
}
.bottom-right {
	display: block;
	float: right;
	width: 480px;
}
.bottom-right > h4 {
	background: url("../images/img02.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-top: 11px;
}
.bottom-right > h4.email {
	background: url("../images/img03.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
}
.bottom-right a {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
}
.bottom-right a:hover {
	color: #d91b5c;
	text-decoration: underline;
}
#community-wrap > #community-layout {
	display: block;
	margin: 0 auto;
	padding: 120px 0 60px 0px;
	width: 1000px;
}
.community-khokar-logo {
	display: block;
	margin: 0 auto;
	width: 468px;
}
.community-khokar-logo > img {
	width: 100%;
}
#community-layout .liner {
	margin: 25px auto;
	width: 15%;
}
.community-logo {
	display: block;
	text-align: center;
}
.community-logo > ul {
	display: block;
}
.community-logo li {
	display: inline-block;
	list-style: none outside none;
	margin: 0 5px;
}
.community-logo a {
	display: block;
	height: 50px;
	overflow: hidden;
	width: 50px;
}
.community-logo a img {
	margin-top: 0px;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
}
.community-logo a:hover img {
	margin-top: -50px;
}
#footer-wrap {
	background: none repeat scroll 0 0 #fff;
	display: block;
	width: 100%;
}
#footer-wrap > #footer-layout {
	display: block;
	margin: 0 auto;
	width: 1000px;
}
.footer-block {
	display: block;
}
.footer-left {
	display: block;
	float: left;
	text-align: left;
	width: 500px;
}
.footer-right {
	display: block;
	float: right;
	text-align: right;
	width: 500px;
}
.footer-left > p, .footer-right > p {
	font-size: 15px;
	line-height: 60px;
	color: #000;
}
.footer-left span {
	font-weight: bold;
}
.footer-right a {
	color: #051590;
	font-weight: bold;
	text-decoration: none;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
}
.footer-right a:hover {
	color: #d91b5c;
}
#inner-warp {
	display: block;
	margin-top: 95px;
	width: 100%;
}
#inner-warp > #inner-layout {
	display: block;
	margin: 0 auto;
	padding-top: 40px;
	width: 1000px;
}
.inner-page-block {
	display: block;
	padding-bottom: 40px;
}
.inner-page-left {
	display: block;
	float: left;
	width: 230px;
}
.inner-page-left > .inner-first-block h3, .inner-second-block > h3 {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 42px;
	text-align: left;
	text-transform: uppercase;
}
.inner-second-block > h3 {
	font-size: 18px;
}
.inner-page-left > .inner-first-block > ul {
	display: block;
}
.inner-page-left > .inner-first-block li {
	display: block;
	list-style: none outside none;
	padding: 5px 0 5px 0px;
}
.inner-page-left > .inner-first-block a {
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	padding-left: 30px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/side-arrow.png) no-repeat top left;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
}
.inner-page-left > .inner-first-block a:hover, .inner-page-left > .inner-first-block a.current {
	color: #df1764;
	background: url(../images/side-arrow.png) no-repeat bottom left;
}
.inner-page-right {
	display: block;
	float: right;
	width: 745px;
}
.inner-img-block {
	display: none;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 25px;
}
.inner-img-block > img {
	width: 100%;
}
.inner-page-contant, .meet-doctor-page-contant, .testimonial-block-wrap {
	display: block;
}
.inner-page-contant > h3, .meet-doctor-page-contant > h3, .testimonial-block-wrap > h3, .inner-page-block.online-registration > h3, .our-speciality-block h2, .inner-page-contant > h1, .inner-page-block.online-registration h1, .testimonial-block-wrap h1 {
	background: none repeat scroll 0 0 #ffe076;
	border-radius: 3px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	padding-left: 8px;
	text-transform: uppercase;
}
.inner-page-block.online-registration h1
{
	text-align:center;
}
.meet-doctor-page-contant > h3, .testimonial-block-wrap > h3, .inner-page-block.online-registration > h4 {
	font-size: 20px;
	line-height: 40px;
	text-transform: inherit;
}
.testimonial-block-wrap > h3 {
	text-transform: uppercase;
}
.inner-page-block h5, .inner-page-block.online-registration > span {
	color: #df1764;
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 5px;
	margin-top: 30px;
}
.testimonials-block {
	border-top: 1px solid #ccc;
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
}
.inner-page-contant > p, .meet-doctor-page-contant > p, .testimonial-block-right > p, .registered-links-block > p {
	color: #000;
	display: block;
	font-size: 11px;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: justify;
}
.registered-links-block {
    display: block;
}
.registered-links-block > ul {
    display: block;
    text-align: left;
}
.registered-links-block li {
    display: inline-block;
}
.registered-links-block a {
    background: none repeat scroll 0 0 #df1764;
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 15px;
    text-decoration: none;
}
.registered-links-block a:hover
{
	background:#ffc101;
	color:#000;
}
#bottom-enquity {
	background: #966010;
	display: block;
	width: 100%;
	padding-bottom: 64px;
}
#bottom-enquity > #bottom-enquiry-block {
	display: block;
	margin: 0 auto;
	padding: 50px 38px 0px 38px;
	width: 1000px;
}
#bottom-enquiry-block > h3 {
	color: #fff;
	display: block;
	font-size: 35px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
}
#bottom-enquiry-block h4 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 35px;
	text-align: center;
	margin-bottom: 15px;
}
.st-accordion ul li {
	height: auto;
}
.st-accordion ul li > a span {
	visibility: hidden;
}
.selectric-customOptions .selectricItems .ico {
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
 *display: inline;
	height: 30px;
	width: 30px;
	margin: 0 6px 0 0;
	background: url(img/browser-icons.html) no-repeat;
}
.selectric-customOptions .selectricItems .ico-chrome {
	background-position: 0 0;
}
.selectric-customOptions .selectricItems .ico-firefox {
	background-position: -30px 0;
}
.selectric-customOptions .selectricItems .ico-ie {
	background-position: -60px 0;
}
.selectric-customOptions .selectricItems .ico-opera {
	background-position: -90px 0;
}
.selectric-customOptions .selectricItems .ico-safari {
	background-position: -120px 0;
}
.right-label {
	display: block;
	float: right;
	width: 482px;
	margin-bottom: 18px;
}
.left-label {
	display: block;
	float: left;
	width: 482px;
	margin-bottom: 18px;
}
.left-label > input, .right-label > input {
	height: 38px;
	width: 97%;
	background: #966010;
	border: #fff solid 1px;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;
	font-family: "Arial", Helvetica, sans-serif;
	padding-left: 11px;
}
.full-width-label {
	width: 100%;
}
.full-width-label textarea {
	background: none repeat scroll 0 0 #966010;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	min-height: 270px;
	padding: 14px 0 0 11px;
	resize: none;
	width: 98.5%;
	margin-bottom: 44px;
}
.button-block {
	display: table;
	text-align: center;
	margin:0 auto;
}
.button-block .reset-btn {
    background: none repeat scroll 0 0 #754600;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: arial;
    font-size: 18px;
    font-weight: 500;
    height: 52px;
    margin-left: 8px;
    overflow: hidden;
    padding: 0 52px;
    text-transform: uppercase;
    vertical-align: top;
}
.button-block .send-btn {
	background: none repeat scroll 0 0 #bd8635;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	font-family: arial;
	font-size: 18px;
	font-weight: 500;
	height: 52px;
	padding: 0 52px;
	text-transform: uppercase;
	cursor: pointer;
}
.doctor-profile-photo > img {
	height: 100%;
	overflow: hidden;
	width: 100%;
}
.doctor-profile-photo {
	display: block;
	float: left;
	height: auto;
	margin-bottom: 5px;
	margin-right: 25px;
	margin-top: 9px;
	overflow: hidden;
	width: 375px;
}
.meet-doctor-page-contant span {
	color: #df1764;
}
.inner-full-width {
	width: 100%;
}
.testimonial-drs-decrib {
	background: none repeat scroll 0 0 #df1764;
	border-radius: 3px;
	display: block;
	margin-bottom: 20px;
	padding: 20px;
}
.testimonial-drs-decrib > h4 {
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
}
.testimonial-drs-decrib > p {
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
}
.testimonial-drs-decrib > span {
	color: #fff;
	display: block;
	font-size: 11px;
	line-height: 38px;
	text-align: center;
}
.testimonial-block-left {
	display: block;
	float: left;
	width: 175px;
}
.testimonial-block-right {
	display: block;
	float: right;
	width: 800px;
}
.testimonial-block-left > img {
	border: 1px solid #ccc;
	padding: 5px;
}
.testimonial-block-right > h4 {
	display: block;
	font-size: 25px;
	font-weight: normal;
	line-height: 46px;
}
.testimonial-address {
	background: none repeat scroll 0 0 #ccc;
	margin-top: 15px;
	padding: 20px;
	position: relative;
}
.testimonial-address > p {
	display: block;
	font-size: 11px;
	line-height: 26px;
}
.testimonial-address > span {
	background: url(../images/top-arrow.png) no-repeat top left;
	display: block;
	height: 10px;
	left: 50px;
	position: absolute;
	top: -10px;
	width: 19px;
}
.online-registration-left {
	border-right: 1px solid #ccc;
	display: block;
	float: left;
	width: 480px;
	padding-right: 15px;
}
.filed-form {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.field-form-left-label {
	display: block;
	float: left;
	width: 170px;
}
.field-form-right-label {
	display: block;
	float: right;
	width: 302px;
}
.field-form-left-label > label {
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 26px;
	padding-top: 5px;
}
.field-form-right-label input.register-input-block {
	height: 30px;
	width: 93%;
	border: #c4c4c4 solid 1px;
	padding-left: 2%;
	font-size: 11px;
	font-family: "Arial", Helvetica, sans-serif;
	outline: none;
}
.field-form-right-label input.register-input-block:focus {
	border: #df1764 solid 1px;
}
.field-form-right-label > select {
	padding: 8px;
	width: 96%;
	border: #c4c4c4 solid 1px;
}
.online-registration-right {
	display: block;
	float: right;
	width: 480px;
}
.field-form-right-label > textarea {
	border: 1px solid #ccc;
	min-height: 190px;
	resize: none;
	width: 94%;
}
.button-register {
	display: block;
	padding: 15px;
	text-align: center;
}
.button-register > button.send-button-style {
	background: none repeat scroll 0 0 #881603;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	padding: 10px 25px;
	text-transform: uppercase;
	cursor: pointer;
}
.button-register > button.reset-button-style, 
.reset-button-style {
    background: none repeat scroll 0 0 #955f10;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 10px 25px;
    text-transform: uppercase;
    vertical-align: top;
}
.button-register > p {
	display: block;
	font-size: 13px;
	line-height: 48px;
	text-align: center;
}
.male-female-fertility-link {
	display: block;
}
.male-female-fertility-link-left {
	display: block;
	float: left;
	text-align: center;
	width: 200px;
}
.male-female-fertility-link-right {
	display: block;
	float: left;
	text-align: center;
	width: 200px;
}
.male-female-fertility-link-left img, .male-female-fertility-link-right img {
	background: none repeat scroll 0 0 #e9e9e9;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
}
.male-female-fertility-link-left > a, .male-female-fertility-link-right > a {
	color: inherit;
	text-decoration: inherit;
}
.male-female-fertility-link-left span, .male-female-fertility-link-right span {
	color: #df1764;
	display: block;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
}
.male-female-fertility-link-left a:hover img, .male-female-fertility-link-right a:hover img {
	background: none repeat scroll 0 0 #df1764;
}
.heading-part-block {
	display: block;
	margin-bottom: 15px;
}
.heading-part-block > h3 {
	background: none repeat scroll 0 0 #e8e8e8;
	display: block;
	padding-left: 15px;
	position: relative;
	font-size: 20px;
	font-weight: normal;
	line-height: 36px;
	margin-bottom: 7px;
}
.heading-part-block > h3 > span {
	background: url(../images/bottom-arrow.png) no-repeat top left;
	bottom: -7px;
	display: block;
	height: 7px;
	left: 35px;
	position: absolute;
	width: 16px;
}
.heading-part-block > p, .bx-research-block > p {
	font-size: 11px;
	line-height: 24px;
	padding: 5px 0;
	text-align: justify;
}
.st-inner-list {
	display: block;
}
.st-inner-list > li {
	display: block;
	font-size: 11px;
	line-height: 24px;
	list-style: none outside none;
	margin-bottom: 15px;
	background: url(../images/bullet.png) no-repeat 0px 8px;
	padding-left: 18px;
}
.st-inner-list li {
	padding: 5px 15px 0 !important;
}
.st-inner-list span {
	font-weight: bold;
}
.disease-block-list {
	display: block;
	padding-bottom: 0px;
}
.disease-block-list > li {
	font-size: 11px;
	line-height: 24px;
	list-style: none outside none;
	margin-bottom: 15px;
	padding-left: 25px;
	background: url(../images/bullet.png) no-repeat 0px 8px;
	text-align: justify;
}
.details-bottom-block a {
	color: inherit;
	text-decoration: inherit;
}
.details-bottom-block a:hover h3, .details-bottom-block a:hover p {
	color: #df1764;
}
.details-bottom-block a:hover .liner-gradiant_new {
	background: #df1764;
}
.img-block {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc;
	display: block;
	padding: 10px;
	width: 46%;
}
.img-block-new-left.left, .img-block-new-middle.left, .img-block-new-left.right {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc;
	display: inline-block;
	padding: 10px;
	margin-right: 10px;
}
.img-block-new-left.left, .img-block-new-middle.left {
	width: 21%;
}
.img-block-new-left.right {
	margin-right: 0px;
	width: 43%;
}
.img-block.left {
	float: left;
}
.img-block.right {
	float: right;
}
.img_block_left {
	display: inline-block;
	width: 49%;
}
.img_block_left > img {
	height: 100%;
	width: 100%;
}
.wp-img-inner-block {
	display: block;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 25px;
}
.img-block > p, .img-block-new-left.left > p, .img-block-new-middle.left > p, .img-block-new-left.right > p {
	color: #df1764;
	display: block;
	line-height: 36px;
	text-align: center;
	font-size: 11px;
}
.img-block-new-left.left .img_block_left, .img-block-new-middle.left .img_block_left {
	width: 100%;
}
.img-block-new-left.left .img_block_left img, .img-block-new-middle.left .img_block_left img {
	width: 100%;
}
.red {
	color: red;
}
.img_block_left.new-img-block {
	width: 100%;
}
/*style_ra*/

.click_here {
	background: none repeat scroll 0 0 #df1764;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	height: auto;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
	line-height: 20px;
}
.click_here > a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.inner-page-contant > img {
	border: 5px solid #fff;
	border-radius: 5px;
	box-shadow: 0 0 1px #000;
	margin-bottom: 10px;
}
.doc_des {
	margin-bottom: 0 !important;
}
.our_team_doc_list {
	width: 100%;
}
.our_team_doc_list li {
	float: left;
	list-style: none;
	width: 50%;
	text-align: center;
	margin-bottom: 40px;
}
.our_team_doc_list > li p {
	margin-bottom: 5px;
	margin-top: 10px;
}
.our_team_doc_list > li span {
	color: #313131;
	font-size: 11px;
	line-height: 20px;
}
.red-color {
	color: red;
	font-style: italic;
}
.disease-block-list strong {
	display: block;
	margin-top: 10px;
}
#banner .slide > a {
	color: inherit;
	text-decoration: none;
}
.doctors-list-block {
	display: block;
	padding: 20px 0 0 0;
	text-align: center;
}
.doctors-list-block > ul {
	display: block;
	text-align: center;
}
.doctors-list-block li {
	/*border: 5px solid #d91b5c;*/
	list-style: none outside none;
	padding: 50px 0;
	width: 20%;
	display: inline-block;
}
.doctors-list-img {
	display: block;
	width: auto;
}
.doctors-list-img > img {
	border-radius: 50%;
}
.doctors-list-block ul > li > p {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
}
.doctors-list-block > p {
	color: #df1764;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
}
.location-map {
	display: block;
	width: 100%;
}
.location-map iframe {
	text-align: center;
	width: 100%;
}
.pink-color {
	color: #df1764;
}
.priority-head {
	background: none repeat scroll 0 0 #c91a5d;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	overflow: hidden;
	padding: 8px 12px;
}
.our-speciality-block {
	display: block;
}
.our-speciality-block h2 {
	text-align: left;
}
.our-speciality-block > ul {
	display: block;
	text-align: center;
}
.our-speciality-block li {
	display: inline-block;
	list-style: none outside none;
	margin-bottom: 40px;
	margin-top: 20px;
	padding: 0 1%;
	vertical-align: top;
	width: 30%;
}
/*.our-speciality-block h3 {
	display: block;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
}*/
.rounded-block {
	background: none;
	border-radius: 50%;
	display: inline-block;
	height: 100px;
	margin: 10px auto 0px;
	width: 100px;
}
.our-speciality-block p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
	text-align: center;
}
.our-speciality-block a {
	color: #df1764;
	display: inline-block;
	font-size: 15px;
	line-height: 28px;
	margin: 0 auto 20px;
	padding-left: 20px;
	text-decoration: underline;
	background: url(../images/plus-icon.png) no-repeat center left;
}
.main-top-links {
	display: block;
	margin-bottom: 12px;
}
.main-top-links > ul {
	display: block;
	text-align: right;
}
.main-top-links li {
	display: inline-block;
	font-size: 18px !important;
	font-weight: normal;
	margin-left: 15px;
}
.main-top-links span {
	color: #d8165c;
	font-weight: bold !important;
}
.main-top-links a {
	background: url("../images/pdf.png") no-repeat scroll 8px 5px #d8165c;
	border-bottom: medium none !important;
	border-radius: 2px !important;
	color: #fff !important;
	display: none;
	line-height: 26px !important;
	padding: 0 10px 0 28px;
}
.main-top-links:first-child a {
    display: inline-block;
	padding:0px 10px;
	font-size:18px;
	background:#ff7272;
}
.our-speciality-block a:hover {
	color: #333;
	text-decoration: none;
}
.inner-page-block.online-registration > span {
	font-size: 18px;
	margin-bottom: 30px;
}
.inner-page-block.online-registration > h4 {
	text-align: center;
}
.inner-page-block.online-registration > h3, .our-speciality-block h2 {
	text-align: center;
}
.inner-second-block {
	display: block;
	margin-top: 30px;
}
.inner-second-block > ul {
	display: block;
}
.inner-second-block li {
	display: block;
	list-style: none outside none;
	padding: 5px 0 5px 0px;
}
.inner-second-block a {
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	padding-left: 30px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/pdf.png) no-repeat center left;
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
}
.inner-second-block a:hover {
	color: #df1764;
}
.scrollToTop {
	width: 60px;
	height: 60px;
	padding: 0px;
	text-align: center;
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	right: 30px;
	bottom: 20%;
	display: none;
	background: url(../images/back-top.png) no-repeat top left;
	font-size: 0;
}
.scrollToTop:hover {
	text-decoration: none;
}
.details-top-block b {
	font-weight: bold;
}
.inner-doctors-profile {
	display: block;
}
.inner-doctors-profile > ul {
	display: block;
	padding: 30px 0 50px;
}
.inner-doctors-profile li {
	display: inline-block;
	list-style: none outside none;
	text-align: center;
	width: 24%;
}
.meet-doctor-page-contant p span.priority-head {
	color: #fff;
}
.bx-research-block > ul {
	display: block;
}
.bx-research-block li {
	display: block;
	list-style: none outside none;
}
.bx-research-block a {
	display: inline-block;
	font-size: 20px;
	line-height: 40px;
	padding-left: 20px;
	text-decoration: none;
	background: url(../images/pdf.png) no-repeat center left;
	color: #df1764;
}
.bx-research-block a:hover {
	color: #955f10;
	text-decoration: underline;
}
.bx-research-block {
	display: block;
	margin-bottom: 30px;
}
.about-img {
	display: block;
	margin: 20px 0;
}
.about-img > img {
	width: 100%;
}
.bottom-left span.whatsapp {
    display: block;
    font-weight: normal;
    padding-left: 30px;
    width: auto;
	background:url(../images/whatsapp.png) no-repeat center left;
	margin-bottom:5px;
	color: #df1764;
}
.bottom-left span.skype
{
    display: block;
    font-weight: normal;
    padding-left: 30px;
    width: auto;
	background:url(../images/skype.png) no-repeat center left;
	margin-bottom:5px;
}
.bottom-left span.mail-img
{
    display: block;
    font-weight: normal;
    padding-left: 30px;
    width: auto;
	background:url(../images/mail.jpg) no-repeat center left;
}
.bottom-left span.phone-call
{
    display: block;
    font-weight: normal;
    padding-left: 30px;
    width: auto;
	background:url(../images/Phone.png) no-repeat center left;
	margin-bottom:5px;
	color: #df1764;
}
.skype > a,
.mail-img > a {
    color: #df1764;
    text-decoration: none;
}
.field-form-right-label1 {
}
.field-form-right-label1 > textarea {
	border: 1px solid #ccc;
	min-height: 190px;
	resize: none;
	width: 98%;
	margin-top: 10px;
}
.banner_home_n1
{
	font-family: 'Oswald', sans-serif;
	font-size:56px;
	color:#8e1f62;
	position:absolute;
	right:0;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.beware-duplicate {
    background: url(../images/beware_duplicate.jpg) no-repeat center left;
    display: block;
    height: 60px;
    position: fixed;
    right: 0;
    top: 20%;
    width: 150px;
}
.register-logo > img {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 3px 3px #a6a6a6;
    padding: 20px;
    width: 100%;
}
.register-logo {
    width: 400px;
}
body {
    margin: 0;
    padding: 0;
}
.khokar_imgs {
    display: block;
    margin-top: 20px;
    overflow: hidden;
}
.khokar_imgs img
{
	width:100%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}
.khokar_imgs a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: block;
    padding: 0 !important;
}