@charset "utf-8";
/* CSS Document */
*
{
	padding:0px;
	margin:0px;
}
.no_left_right_margin
{
	margin-left:0px;
	margin-right:0px;
}
.pading_top_bottom
{
	padding:40px 0px;
}
.pading_top_bottom2
{
	padding:40px 0px 80px;
}
.pading_top
{
	padding-top: 40px;
}
.pading_bottom
{
	padding-bottom: 12px;
}

.margin_top
{
	margin-top:10px;
}
.margin_bottom
{
	margin-bottom:10px;
}
.border_bottom
{
	border-bottom: 1px solid #EBEBEB;
}
/* header menus and logo*/		
.header {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 500;
    padding: 0px;
}
.logo {
    padding: 5px;
}
.float_left {
    //float: left;
}
/* for logo */
@media screen and (min-width: 320px) and (max-width: 480px) { 
	.float_left > .img_logo
	{
		width: 100%;
	}
}
@media screen and (min-width: 360px) and (max-width: 640px) { 
	.float_left > .img_logo
	{
		width: 100%;
	}
}
a {
    text-decoration: none;
    color: #2a2a2a;
    outline: none;
    outline-style: none;
}
.logo img {
    vertical-align: top;
}
.float_left > h3
{
	font-family: "Open Sans",sans-serif;
	font-size: 25px;
	font-weight: 400;
	color: #222;
	//line-height: 70px;
	letter-spacing: 2px;
	margin: 0px;
	padding: 1px 0px;
	
	
}
/* menu code */
.float_right {
    float: right;
}
.anchor_divider {
    color: #FFF;
    float: right;
    position: absolute;
    padding-left: 15px;
    margin-top: -1px;
}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #menu-button
{	margin:0;padding:0;
	border:0;list-style:none;
	line-height:1;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#cssmenu:after,#cssmenu>ul:after
{	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
#cssmenu #menu-button
{	display:none;
}
#cssmenu
{	width:auto;  
	font-family: "Open Sans",sans-serif;
	margin-top: 16px;
}
#cssmenu>ul>li
{	float:left;
}
#cssmenu.align-center>ul
{	font-size:0;
	text-align:center;
}
#cssmenu.align-center>ul>li
{	display:inline-block;float:none;
}
#cssmenu.align-center ul ul
{	text-align:left;
}
#cssmenu.align-right>ul>li
{	float:right;
}
#cssmenu.align-right ul ul
{	text-align:right;
}
#cssmenu>ul>li:last-child
{	border-right:none;
}
#cssmenu>ul>li>a
{	
	font-family: "Open Sans",sans-serif;
	padding:16px 15px;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	color:#222;
	-webkit-transition:color .2s ease;
	-moz-transition:color .2s ease;
	-ms-transition:color .2s ease;
	-o-transition:color .2s ease;
	transition:color .2s ease;
}
#cssmenu>ul>li:hover>a,#cssmenu>ul>li.active>a
{	
	color:#3E3E94;
}
#cssmenu>ul>li.has-sub>a
{	padding-right:25px;
}
#cssmenu>ul>li.has-sub:hover>a::after
{	//border-color:#E68B16;
	color:#3E3E94;
}
#cssmenu ul ul
{	position:absolute;left:-9999px;
}
#cssmenu li:hover>ul
{	left:auto;
}
#cssmenu.align-right li:hover>ul
{	right:0;
}
#cssmenu ul ul ul
{	margin-left:100%;top:0;
}
#cssmenu.align-right ul ul ul
{	margin-left:0;margin-right:100%;
}
#cssmenu ul ul li{
	height:0;
	background:url(../img/menu_bg_new.png) repeat;
	-webkit-transition:height .2s ease;
	-moz-transition:height .2s ease;
	-ms-transition:height .2s ease;
	-o-transition:height .2s ease;
	transition:height .2s ease;
}
#cssmenu ul li:hover>ul>li
{	height:32px;
}
#cssmenu ul ul li a
{
	font-family: "Open Sans",sans-serif;
	padding:10px 15px;
	width:270px;
	font-size:14px;
	text-transform:uppercase;
	background:url(../img/menu_bg2.png) repeat;
	text-decoration:none;color:#fff;
	-webkit-transition:color .2s ease;
	-moz-transition:color .2s ease;
	-ms-transition:color .2s ease;
	-o-transition:color .2s ease;
	transition:color .2s ease;
}
#cssmenu ul ul li:hover>a,#cssmenu ul ul li a:hover
{	color:#EB3192;
}
#cssmenu ul ul li.has-sub>a::after
{	position:absolute;
	top:13px;right:10px;
	width:4px;height:4px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	content:"";
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-transition:border-color .2s ease;
	-moz-transition:border-color .2s ease;
	-ms-transition:border-color .2s ease;
	-o-transition:border-color .2s ease;
	transition:border-color .2s ease;
}
#cssmenu.align-right ul ul li.has-sub>a::after
{	right:auto;
	left:10px;
	border-bottom:0;
	border-right:0;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}
#cssmenu ul ul li.has-sub:hover>a::after
{
	border-color:#fff;
}
/* media queries */
@media all and (max-width:768px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1024px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:1024px),only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1024px),only screen and (min-device-pixel-ratio:2) and (max-width:1024px),only screen and (min-resolution:192dpi) and (max-width:1024px),only screen and (min-resolution:2dppx) and (max-width:1024px)
{
#cssmenu
{	width:100%;
}
#cssmenu ul
{	width:100%;
	display:none;
}
#cssmenu.align-center>ul,#cssmenu.align-right ul ul
{	text-align:left;
}
#cssmenu ul li,#cssmenu ul ul li,#cssmenu ul li:hover>ul>li
{	width:100%;
	height:auto;
	border-top:1px solid rgba(120,120,120,0.15);
	//color:#fff;
}
#cssmenu ul li a,#cssmenu ul ul li a
{	width:100%;
}
#cssmenu>ul>li,#cssmenu.align-center>ul>li,#cssmenu.align-right>ul>li
{	float:none;display:block;
}
#cssmenu ul ul li a
{	padding:16px 15px;
	font-size:14px;color:#222;
	color:#FFF;
	text-transform:uppercase;
}
#cssmenu ul ul li:hover>a,#cssmenu ul ul li a:hover
{	color:#EB3192;
}
#cssmenu ul ul ul li a{
	padding-left:40px;}
#cssmenu ul ul,#cssmenu ul ul ul
{	position:relative;left:0;right:auto;width:100%;margin:0;
}
#cssmenu>ul>li.has-sub>a::after,#cssmenu ul ul li.has-sub>a::after
{	display:none;
}
#cssmenu #menu-button{
	display:block;padding:20px;color:#000;cursor:pointer;font-size:14px;text-transform:uppercase;
}
#cssmenu #menu-button::after
{	content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#FFF none repeat scroll 0% 0%;
}
#cssmenu #menu-button::before
{	content:'+';position:absolute;top:17px;right:14px;display:block;width:15px;height:3px;
	border-top:2px solid #FFF;border-bottom:2px solid #FFF;//font-weight:bold;font-size:16px;
}
#cssmenu .submenu-button
{	position:absolute;
	z-index:10;
	right:0;top:0;
	display:block;
	border-left:1px solid rgba(120,120,120,0.15);
	height:46px;width:52px;
	cursor:pointer;
}
#cssmenu .submenu-button::after
{	content:'';position:absolute;top:16px;left:21px;display:block;width:1px;height:11px;background:#FFF;z-index:99}
#cssmenu .submenu-button::before
{	content:'+';
	position:absolute;left:21px;top:14px;
	display:block;
	width:11px;height:1px;
	background:#FFF;z-index:99;
}
#cssmenu .submenu-button.submenu-opened:after
{	display:none;
}
}

@media (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), not all, not all, not all, only screen and (max-width: 1024px) and (min-resolution: 192dpi), only screen and (max-width: 1024px) and (min-resolution: 2dppx)
{
.anchor_divider {
    display: none;
}
}
.goog-logo-link {
   display:none !important;
} 
.goog-te-gadget
{
	color:transparent !important;
}
.goog-te-gadget .goog-te-combo {
  color: #222 !important;
  padding: 5px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1279px)
{
	#cssmenu > ul > li > a
	{
		padding:16px 5px;
		font-size:13px;
	}
	#cssmenu > ul > li.has-sub > a
	{
		padding-right:5px;
	}
	.goog-te-combo, .goog-te-banner *, .goog-te-ftab *, .goog-te-menu *, .goog-te-menu2 *, .goog-te-balloon *
	{
		font-size: 7pt !important;
	}
}
@media only screen and (max-width: 799px)
{
	.float_right {
		float: none;
	}
}
	
/* camera slider */
.fluid_container 
{
	margin: 0 auto;
	width: 100%;
	height:auto;
	position:relative;
	z-index:0px;
}
#camera_wrap_3
{
	height:auto;
}
.camera_caption
{
	bottom:35%;
}
.camera_caption > div
{
	background:rgba(255,255,255,0.6) !important;
}
.camera_caption > div > p
{
	font-size: 36px;
	padding: 0px 10px;
	text-align: center;
	color:#3E3F92;
}
.camera_caption > div > #small
{
	font-size:26px;
}
/* Welcome Part */
#welcome
{
	width:70%;
	margin:auto auto;
}
@media only screen and (max-width:320px) { /* 320 X 480 */
	#welcome
	{
		width:100%;
	}
}
@media screen and (min-width: 321px) and (max-width: 360px) { /* 360 X 640 || 360 X 480 */
	#welcome
	{
		width:100%;
	}
}
@media screen and (width: 375px) {
	#welcome
	{
		width:100%;
	}
}
@media screen and  (width: 414px) { /* 414 X 736 */
	#welcome
	{
		width:100%;
	}
}
#welcome > p {
    font-family: "Open Sans",sans-serif;
	margin: 0px 0px 0px 0px;
	padding:10px 0px;
}
#welcome > #small_p
{
	color: #3E3E94;
	font-size: 25px;
	line-height: 20px;
	letter-spacing: 2px;
	font-weight: normal;
	position: relative;
}
#welcome > #normal_p
{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	letter-spacing: 1px;
}
#welcome > #welcome_h3
{
	font-family: "Open Sans",sans-serif;
	font-size: 60px;
	font-weight: 300;
	color:#222;
	line-height: 70px;
	letter-spacing: 5px;
	margin: 0px 0px 0px 0px;
	padding:10px 0px;
}

#welcome_h3:after
{
	position: relative;
	border-bottom: 2px solid #000;
	width: 100%;
	content: "";
	display: block;
	max-width: 94px;
	margin:auto;
	margin-top:10px;
}

/* Second img Part */
#container1
{
	width:100%;
	height:600px;
	z-index:0;
	margin:auto auto;
	background:url(../img/fms.jpg) repeat;
	background-size:cover;
	padding-top: 194px;
}
#row_bg
{
	background:rgba(255,255,255,0.6) !important;
}
#sec_img > p
{
	font-family: "Open Sans",sans-serif;
	font-size: 40px;
	font-weight: 300;
	color:#3E3F92;
}
@media only screen and (min-width:320px) and (max-width: 1279px)
{
	#sec_img > p
	{
		font-size: 27px;
	}
}
/* medical vision mision Part */
#faq
{
	width:70%;
	margin:auto auto;
}
@media only screen and (max-width:320px) { /* 320 X 480 */
	#faq
	{
		width:100%;
	}
}
@media screen and (min-width: 321px) and (max-width: 360px) { /* 360 X 640 || 360 X 480 */
	#faq
	{
		width:100%;
	}
}
@media screen and (width: 375px) {
	#faq
	{
		width:100%;
	}
}
@media screen and  (width: 414px) { /* 414 X 736 */
	#faq
	{
		width:100%;
	}
}
#faq > p {
    font-family: "Open Sans",sans-serif;
	margin: 0px 0px 0px 0px;
	padding:10px 0px;
}
#faq > #small_p2
{
	color: #3E3E94;
	font-size: 25px;
	line-height: 20px;
	letter-spacing: 2px;
	font-weight: normal;
	position: relative;
}
#faq > #normal_p
{
	font-size: 20px;
	color:#8f8f8f;
	font-weight:400;
}
#faq > #faq_h3
{
	font-family: "Open Sans",sans-serif;
	font-size: 60px;
	font-weight: 300;
	color:#222;
	line-height: 70px;
	letter-spacing: 5px;
	margin: 0px 0px 0px 0px;
	padding:10px 0px;
}
#faq_h3:after
{
	position: relative;
	border-bottom: 2px solid #000;
	width: 100%;
	content: "";
	display: block;
	max-width: 64px;
	margin:auto;
	margin-top:10px;
}

/* collapse code */
#accordion-1{font-size: 14px;}


#collapse_width
{
	width:70%;
	margin:auto auto;
}
@media only screen and (max-width:320px) { /* 320 X 480 */
	#collapse_width
	{
		width:100%;
	}
}
@media screen and (min-width: 321px) and (max-width: 360px) { /* 360 X 640 || 360 X 480 */
	#collapse_width
	{
		width:100%;
	}
}
@media screen and (width: 375px) {
	#collapse_width
	{
		width:100%;
	}
}
@media screen and  (width: 414px) { /* 414 X 736 */
	 #collapse_width
	{
		width:100%;
	}
}
#collapse_h3
{
	text-align:center;
	margin: 10px auto 0px auto;
	width:35%;
	height:2%;
	border-radius:0px;
	font-family: "Open Sans",sans-serif;
	font-size: 20px;
	line-height: 26px;
	position: relative;
	color: #3E3E94;
	padding-left:0px;
}
/*Media queries for #collapse_h3 */
@media only screen and (max-width:320px) { /* 320 X 480 */
	#collapse_h3
	{
		font-size:13px;
	}
}
@media screen and (min-width: 321px) and (max-width: 360px) { /* 360 X 640 || 360 X 480 */
	#collapse_h3
	{
		font-size:15px;
	}
}
@media screen and (min-width: 361px) and (max-width: 480px) {  /* landscape320 X 480 || 417 X 736 || 480 X 501 */ 	#collapse_h3
	{
		font-size:14px;
	}
	
}
@media screen and (width: 375px) {
	#collapse_h3
	{
		font-size:14px;
	}
}
@media screen and  (width: 414px) { /* 414 X 736 */
	#collapse_h3
	{
		font-size:15px;
	}
}
#collapse_h3:hover
{
	background-color:#3E3E94;
	border-color: #3E3E94;
	color:#fff;
}

#collapse_p 
{
	list-style:disc;
	display: inherit;
	background-color:#fff;
	background-image:none;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	line-height: 36px;
	color: #666;
	letter-spacing:1px;
}
#btn_new 
{
	max-width: 364px;
    font-family: "Open Sans",sans-serif;
    border: medium none;
    border-radius: 0px;
    background: #3E3E94 none repeat scroll 0% 0%;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    outline: medium none;
    padding: 7.5px 20px;
	margin:0px;
    text-shadow: none;
    box-shadow: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.4s ease 0s;
}
#btn_new:hover
{
	background-color:#222222;
}
/* parallax code */
.para1.module.parallax {
  //height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.para1 {
    padding: 200px 50px;
    background: url(../img/web.jpg);
    background-size: cover;
	width:100%;
	height:100%;
   
}
/* Medical care Part */
#recent_post
{
	width:70%;
	margin:auto auto;
}
#recent_post > p {
    font-family: "Open Sans",sans-serif;
	margin: 0px 0px 0px 0px;
	padding:10px 0px;
}
#recent_post > #small_p3
{
	color: #3E3E94;
	font-size: 25px;
	line-height: 20px;
	letter-spacing: 2px;
	font-weight: normal;
	position: relative;
}
#recent_post > #recent_post_h3
{
	font-family: "Open Sans",sans-serif;
	font-size: 60px;
	font-weight: 300;
	color:#222;
	line-height: 70px;
	letter-spacing: 5px;
	margin: 0px 0px 0px 0px;
	padding:10px 0px;
}
#recent_post_h3:after
{
	position: relative;
	border-bottom: 2px solid #000;
	width: 100%;
	content: "";
	display: block;
	max-width: 94px;
	margin:auto;
	margin-top:10px;
}
#img1_wrapper
{
	background: #222 none repeat scroll 0% 0%;
	position: relative;
}

#img1_wrapper > #img1_a
{
	text-decoration:none;
	color: #fff;
}
#img1_wrapper > #img1_a:hover
{
	color: #3E3E94;
}
#img1_wrapper > #img1_a > img
{
	opacity: 0.6;
	width: 100%;
}

#recent_post_text > h2
{
	text-align:left;
}
#recent_post_text > h2 > a
{
	text-decoration:none;
	text-align:left;
	font-family: "Open Sans",sans-serif;
	color:#222;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 3px;
	font-weight:normal;
}
#recent_post_text > h2 > a:hover
{
	color: #3E3E94;
}

#recent_post_text > #normal_p
{
	text-align:left;
	letter-spacing: 1px;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

/* contact info part */
.back_color_width
{
	background-color: #222;
}

#contact
{
	width:70%;
	margin:auto auto;
}
@media only screen and (max-width:320px) { /* 320 X 480 */
	#contact
	{
		width:100%;
	}
}

@media screen and (min-width: 321px) and (max-width: 360px) { /* 360 X 640 || 360 X 480 */
	#contact
	{
		width:100%;
	}
}

@media screen and (width: 375px) {
	#contact
	{
		width:100%;
	}
}

@media screen and  (width: 414px) { /* 414 X 736 */
	#contact
	{
		width:100%;
	}
}
#contact > p {
    font-family: "Open Sans",sans-serif;
	margin: 0px 0px 0px 0px;
	padding:10px 0px;
}
#contact > #small_p2
{
	color: #EB3192;
	font-size: 25px;
	line-height: 20px;
	letter-spacing: 2px;
	font-weight: normal;
	position: relative;
}
#contact > #normal_p
{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	letter-spacing: 1px;
}
#contact > #contact_h3
{
	font-family: "Open Sans",sans-serif;
	font-size: 60px;
	font-weight: 300;
	color:#fff;
	line-height: 70px;
	letter-spacing: 5px;
	margin: 0px 0px 0px 0px;
	padding:10px 0px;
}
#contact_h3:after
{
	position: relative;
	border-bottom: 2px solid #fff;
	width: 100%;
	content: "";
	display: block;
	max-width: 94px;
	margin:auto;
	margin-top:10px;
}

#item_content > #icon1
{
	float: left;
	border-right: 1px solid #d3cece;
	font-size: 34px;
	line-height: 42px;
	min-width: 55px;
	margin-right: 25px;
}
#item_content > #icon2
{
	float: left;
	border-right: 1px solid #d3cece;
	font-size: 34px;
	line-height: 42px;
	min-width: 55px;
	margin-right: 25px;
}
/* media queries for icons */
@media only screen and (max-width:320px) { /* 320 X 480 */
	#item_content > #icon1, #item_content > #icon2, #item_content > #icon3
	{
		min-width:100%;
		border-bottom: 1px solid #d3cece;
		border-right:none;
		margin:15px 0px 0px 0px;
	}
}
@media screen and (min-width: 321px) and (max-width: 360px) { /* 360 X 640 || 360 X 480 */
	#item_content > #icon1, #item_content > #icon2, #item_content > #icon3
	{
		min-width:100%;
		border-bottom: 1px solid #d3cece;
		border-right:none;
		margin:15px 0px 0px 0px;
	}
}
@media screen and (min-width: 361px) and (max-width: 480px) {  /* landscape320 X 480 || 417 X 736 || 480 X 501 */ 	#item_content > #icon1, #item_content > #icon2, #item_content > #icon3
	{
		min-width:100%;
		border-bottom: 1px solid #d3cece;
		border-right:none;
		margin:15px 0px 0px 0px;
	}
	
}
@media screen and (width: 375px) {
	#item_content > #icon1, #item_content > #icon2, #item_content > #icon3
	{
		min-width:100%;
		border-bottom: 1px solid #d3cece;
		border-right:none;
		margin:15px 0px 0px 0px;
	}
}
@media screen and  (width: 414px) { /* 414 X 736 */
	#item_content > #icon1, #item_content > #icon2, #item_content > #icon3
	{
		min-width:100%;
		border-bottom: 1px solid #d3cece;
		border-right:none;
		margin:15px 0px 0px 0px;
	}
}
@media screen and (min-width: 481px) and (max-width: 640px) { /* 1280 X 600|| lndscape 501*480 || lndscape 360 X 640*/
	#item_content > #icon1, #item_content > #icon2, #item_content > #icon3
	{
		min-width:100%;
		border-bottom: 1px solid #d3cece;
		border-right:none;
		margin:15px 0px 0px 0px;
	}
}
@media screen and  (min-width: 1200px) { /* landscape800 X 1280 and landscape980 X 1280 and landscape1280 X 600 and landscape1920 X 900 */
	
}
@media screen and (min-width: 641px) and (max-width: 768px){ /* 768 X 1024 || */
	#item_content > #icon1, #item_content > #icon2, #item_content > #icon3
	{
		min-width:100%;
		border-bottom: 1px solid #d3cece;
		border-right:none;
		margin:15px 0px 0px 0px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1024px) { /* landscape768 X 1024 ||800 X 1280 and 980 X 1280 || 1920 X 900 */
	#item_content > #icon1, #item_content > #icon2, #item_content > #icon3
	{
		min-width:100%;
		border-bottom: 1px solid #d3cece;
		border-right:none;
		margin:15px 0px 0px 0px;
	}
}
@media screen and (width: 736px) and (orientation: landscape) { /* landscape414 X 736 */
	#item_content > #icon1, #item_content > #icon2, #item_content > #icon3
	{
		min-width:100%;
		border-bottom: 1px solid #d3cece;
		border-right:none;
		margin:15px 0px 0px 0px;
	}
}
#item_content > h2
{
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
	line-height: 26px;
	letter-spacing:1px;
	font-weight:bold;
	color: #fff;
	margin-top: 22px;
}
#item_content > a
{
	text-decoration:none;
	
}
#item_content > p
{
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing:1px;
}
#item_content > a > p
{
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing:1px;
	color: #fff;
	margin:0px;
	padding:0px;
	text-align:left;
}
#item_content > a > p:hover
{
	color:#b59d3b;
}
#enquiry_wrapper > h2
{
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
	line-height: 26px;
	letter-spacing:1px;
	font-weight:bold;
	margin-top: 22px;
	margin-bottom:20px;
	color:#fff;
}
#user_name,#user_email,#user_msg, #captcha
{
	
	background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color:#fff;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
    height: 35px;
    line-height: 30px;
	margin-bottom:10px;
}
.btn_new1
{
	max-width: 364px;
	width: 32%;

    font-family: "Open Sans",sans-serif;
    border: medium none;
    border-radius: 0px;
    background: #EB3192 none repeat scroll 0% 0%;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    outline: medium none;
    padding: 5px 10px;
	margin:0px;
    text-shadow: none;
    box-shadow: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.4s ease 0s;
}
.btn_new1:hover
{
	background: rgba(0, 0, 0, 0.2);
}
/* Footer Part 2 */
.back_color_width_footer
{
	background-color:#222222;
	width:100%;
}

#footer2 > a
{
	color:#fff;
	text-decoration:none;
	margin: 10px 30px;
}
@media only screen and (max-width:320px) { /* 320 X 480 */
	#footer2 > a
	{
		margin: 10px 9px;
	}
}
@media screen and (min-width: 321px) and (max-width: 360px) { /* 360 X 640 || 360 X 480 */
	#footer2 > a
	{
		margin: 10px 9px;
	}
}
@media screen and (min-width: 361px) and (max-width: 480px) {  /* landscape320 X 480 || 417 X 736 || 480 X 501 */ 	#footer2 > a
	{
		margin: 10px 9px;
	}
	
}
@media screen and (width: 375px) {
	#footer2 > a
	{
		margin: 10px 9px;
	}
}
@media screen and  (width: 414px) { /* 414 X 736 */
	#footer2 > a
	{
		margin: 10px 9px;
	}
}
#footer2 > a:hover
{
	color:#b59d3b;
}
#footer_last
{
	background-color:#222222;
}
#footer_last > #last_p
{
	font-family: "Open Sans",sans-serif;
	color:#CCC;
	font-size:16px;
	font-weight:300px;
	letter-spacing:1px;
}
#footer_last > #last_p > a
{
	text-decoration:none;
	
	font-family: "Open Sans",sans-serif;
	color:#CCC;
	font-size:16px;
	font-weight:300px;
	letter-spacing:1px;
}
/*xxxxxxxxxxxxx about page css, medical page css, travel page css xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#about, #medical
{
	width:70%;
	margin:auto auto;
}
@media screen and (min-width: 320px) and (max-width: 375px) { /* 360 X 640 || 360 X 480 */
	#about, #medical
	{
		width:100%;
	}
}

@media screen and  (width: 414px) { /* 414 X 736 */
	#about, #medical
	{
		width:100%;
	}
}
#about > p, #medical > p {
    font-family: "Open Sans",sans-serif;
	margin: 0px 0px 0px 0px;
	padding:10px 0px;
}
#about > #small_p, #medical > #small_p
{
	color: #3E3E94;
	font-size: 25px;
	line-height: 20px;
	letter-spacing: 2px;
	font-weight: normal;
	position: relative;
}
#about > #normal_p, #medical > #normal_p
{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom:20px;
}
#about > #about_h3, #medical > #about_h3
{
	font-family: "Open Sans",sans-serif;
	font-size: 60px;
	font-weight: 300;
	color:#222;
	line-height: 70px;
	letter-spacing: 5px;
	margin: 0px 0px 0px 0px;
	padding:10px 0px;
}
#about_h3:after
{
	position: relative;
	border-bottom: 2px solid #000;
	width: 100%;
	content: "";
	display: block;
	max-width: 94px;
	margin:auto;
	margin-top:10px;
}
#about > h2, #medical > h2{
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 3px;
	margin-top: 20px;
    margin-bottom: 20px;
	color: #222222;
    font-family:  "Open Sans",sans-serif;
    font-weight: normal;  
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx treatment page css xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#treatment > p {
    font-family: "Open Sans",sans-serif;
	margin: 0px 0px 0px 0px;
	padding:10px 0px;
}
#treatment > #small_p
{
	color: #3E3E94;
	font-size: 25px;
	line-height: 20px;
	letter-spacing: 2px;
	font-weight: normal;
	position: relative;
}
#treatment > #normal_p, #treat_text > #normal_p
{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom:20px;
}
#treatment > #about_h3
{
	font-family: "Open Sans",sans-serif;
	font-size: 60px;
	font-weight: 300;
	color:#222;
	line-height: 70px;
	letter-spacing: 5px;
	margin: 0px 0px 0px 0px;
	padding:10px 0px;
}
#treatment > h2, #treat_text > h2{
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 3px;
	margin-top: 20px;
    margin-bottom: 20px;
	color: #222222;
    font-family:  "Open Sans",sans-serif;
    font-weight: normal;  
}
#treat_text > h2{
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 3px;
	margin-top: 0px;
    margin-bottom: 20px;
	color: #222222;
    font-family:  "Open Sans",sans-serif;
    font-weight: normal;  
}

#treat_img
{
	border:4px solid #ccc;
	padding:2px;
	margin-top:10px;
}
.min_row_height
{
	min-height:220px;
}
/* media queries for h3 in all pages */
@media screen and (min-width: 320px) and (max-width: 735px) { /* 360 X 640 || 360 X 480 */
	#welcome > #welcome_h3, #faq > #faq_h3, #recent_post > #recent_post_h3, #contact > #contact_h3, #about > #about_h3, #treatment > #about_h3
	{
		font-size:46px;
		line-height: 43px;
	}
}
/* Slide Out Div */
.slide-out-div {padding: 20px;width: 25%;background: #fff;z-index: 10;border: 1px solid #ccc;top:28% !important;}
.slide-out-div .handle{top:75px !important;}
.slide-out-div input[type='text'], .slide-out-div input[type='email'], .slide-out-div textarea{border-radius:0;border: 1px solid #d2d2d2;}
.slide-out-div .btn-primary {background-color: #D272B2;border-color: #D272B2;border-radius:0;text-transform:uppercase;}
.slide-out-div label{font-weight:normal;font-family: "Arial Narrow",arial,serif;font-size:15px;text-transform:uppercase;}

@media screen and (max-width: 767px) {
	.slide-out-div {
    top:5% !important;
    width: 75%;
   
    z-index: 999;
   
}
}
@media screen and (max-width: 767px) and (orientation: landscape){
	.slide-out-div {
    display:none;
}
}

