body { margin:0px;}

.header_rep { /*background-image:url(images/header_bg.png); background-repeat:repeat-x; background-position:center top;*/ background:#b65897}
.style1 {color:#000000}

.nishant { font-family:Rockwell; font-size:48px; color:#FFFFFF;}
.slogen { font-family:Rockwell; font-size:18px; color:#FFFFFF;}

.dr_rajesh { font-family:Arial Black; font-size:30px; color:#FFFFFF}
.degree { font-family:Bell Gothic; font-size:23px; color:#FFFFFF}

.header_bottom_border {background-color:#b65897/*#702357*/}
.banner_bg { background-color:#feeef9}

.button_bg{background-color:/*#702357*/#b65897}

.other_link a{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#702357; text-decoration:none}
.other_link a:hover{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#000; text-decoration:underline}


.service a{ font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#702357; text-decoration:none}
.service a:hover{ font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#000; text-decoration:underline}
.service_font { font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#702357; text-decoration:none}
.marquee_rep { background-image:url(images/marquee_rep.png); background-repeat:repeat-x;}
.marquee_font { font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#000000;}


.main_text { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000000;}

.image:hover{ opacity:0.5}

.pre_fac{ font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#702357;}

.pre_fac_detail{ font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#000;}

.welcome_note { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#702357}

.footer_menu a{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#fff; text-decoration:none}
.footer_menu a:hover{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#fff; text-decoration:underline}

.follow_us {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#fff;}

.contact_font { font-family:Tahoma, Geneva, sans-serif; color:#702357; font-size:14px}

.contact_detail { font-family:Tahoma, Geneva, sans-serif; color:#000; font-size:14px}


.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 0px;
			text-decoration: none;
			color: #000000;
			/*background-color: rgba(235, 235, 235, 0.80);*/
			font-size: 12px;
			padding: 0em;
			display: none;
		}

		.back-to-top:hover {	
			/*background-color: rgba(135, 135, 135, 0.50);*/
		}	
		
		
.arrowlistmenu{
width: 100%; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 16px Arial;
color:#9a2f77;
background: #f5f5f5 url(titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 10px 0 10px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-align:left
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
font-family:Arial;
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 90%;
text-align:left;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}




.scrollToTop{
	width:70px; 
	height:70px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:250px;
	right:40px;
	display:none;
	background: url('images/top.png');
	background-repeat:no-repeat;
	background-position:right center;
}
.scrollToTop:hover{
	text-decoration:none;
}

#text1 {
    border: 1px solid  #d45cad/*rgb(201, 105, 105)*/;
    height: 31px;
    width: 223px;
    box-shadow: 0 0 27px  #f9daef /*rgb(204, 204, 204)*/ inset;
    transition: 500ms all ease;
    padding: 3px 3px 3px 3px;
}

#text1:hover,
#text1:focus {
    width: 260px;
    transition: 500ms all ease;
    
    background-size: 25px 25px;
    background-position: 96% 62%;
    padding: 3px 32px 3px 3px;
}