<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{font-family: 'WebRupee';src: url('../../WebRupee.V2.0.eot');src: local('WebRupee'), url('../../WebRupee.V2.0.ttf') format('truetype'),  url('../../WebRupee.V2.0.woff') format('woff'), url('../../WebRupee.V2.0.svg') format('svg');font-weight: normal;font-style: normal;}
.WebRupee{font-family: 'WebRupee';}

/**************************************************
								Common text colors
***************************************************/
.styleGuideTextColorBlue {
	color: #33c1d4 !important;
}

.styleGuideTextColorBlack1 {
	color: #666666 !important;
}

.styleGuideTextColorBlack2 {
	color: #58595B !important;
}

.styleGuideTextColorYellow {
	color: #ffdd00 !important;
}

.styleGuideTextColorWhite {
	color: #fff !important;
}

/**************************************************
								Common Background colors
***************************************************/
.styleGuideBackgroundColorBlack1 {
	background-color: #666666
}

.styleGuideBackgroundColorBlack2 {
	background-color: #58595B
}

.styleGuideBackgroundColorBlue {
	background-color: #33c1d4
}

.styleGuideBackgroundColorYellow {
	background-color: #ffdd00
}

.styleGuideBackgroundColorWhite {
	background-color: #fff
}

/**************************************************
								Common Font-Family 
***************************************************/
.fontArial {
	font-family: arial
}

.fontArialRounded {
	font-family: arial Rounded MT
}

.fontCalibri {
	font-family: calibri
}

.fontArialHelvetica {
	font-family: Arial, Helvetica, sans-serif;
}

.fontmvboli{ font-family: 'mvboli';}

/**************************************************
								Common Font-Sizes
***************************************************/
.F9 {
	font-size: 9px
}

.F10 {
	font-size: 10px
}

.F11 {
	font-size: 11px
}

.F12 {
	font-size: 12px
}

.F13 {
	font-size: 13px
}

.F14 {
	font-size: 14px
}

.F15 {
	font-size: 15px
}

.F16 {
	font-size: 16px
}

.F17 {
	font-size: 17px
}

.F18 {
	font-size: 18px
}

.F19 {
	font-size: 19px
}

.F20 {
	font-size: 20px
}

.F21 {
	font-size: 21px
}

.F22 {
	font-size: 22px
}

.F23 {
	font-size: 23px
}

.F24 {
	font-size: 24px
}

.F25 {
	font-size: 25px
}


.F30 {
	font-size: 30px
}

.F38 {
	font-size: 38px
}

.F75 {
	font-size: 75px
}
/**************************************************
								Common Line-Heights
***************************************************/
.LH0 {
	line-height: 0px
}
.LH4 {
	line-height: 4px
}
.LH10 {
	line-height: 10px
}

.LH11 {
	line-height: 11px
}

.LH12 {
	line-height: 12px
}

.LH13 {
	line-height: 13px
}

.LH14 {
	line-height: 14px
}

.LH15 {
	line-height: 15px
}

.LH16 {
	line-height: 16px
}

.LH17 {
	line-height: 17px
}

.LH18 {
	line-height: 18px
}

.LH19 {
	line-height: 19px
}

.LH20 {
	line-height: 20px
}

.LH21 {
	line-height: 21px
}

.LH22 {
	line-height: 22px
}

.LH23 {
	line-height: 23px
}

.LH24 {
	line-height: 24px
}

.LH25 {
	line-height: 25px
}

.LH26 {
	line-height: 26px
}

.LH32 {
	line-height:32px
}

.LH40 {
	line-height: 40px
}

/**************************************************
								Common Classes
***************************************************/

.clear{clear:both}


.overflowHidden{overflow:hidden;}

.cursorPointer{cursor:pointer;}
.Bold {
	font-weight: Bold;
}

.Normal {
	font-weight: normal;
}

.textDecorationUnderline {
	text-decoration: underline
}
.textDecorationNone {
	text-decoration: none !important;
}

.textAlignLeft {
	text-align: left
}

.textAlignRight {
	text-align: right
}

.textAlignCenter {
	text-align: center
}

.textAlignJustify {
	text-align: justify
}

.positionRelative {
	position: relative
}

.positionAbsolute {
	position: absolute
}

.positionStatic {
	position: static
}

.floatLeft {
	float: left
}

.floatRight {
	float: right
}
.floatNone {
	float: none
}

/*  a {
	color: #33c1d4 !important;
	text-decoration:none !important;
	cursor: pointer !important ;
}

 a:hover {

	text-decoration: underline !important ;

} 

a.active{

	text-decoration: underline !important ;

}*/


 .a1 {
	color: #33c1d4 !important;
	text-decoration: underline  !important;
	cursor: pointer  !important;
}

.a2 {
	color: #33c1d4 !important;
	text-decoration: none  !important;
	cursor: pointer  !important;
}

 .a2:hover {

	text-decoration: underline !important ;

}

 .a3 {
	color: #58595B ;
	text-decoration: none;
	cursor: pointer ;
}


 .a3:hover {	text-decoration: underline ;
}

.letterSpacing0 {
	letter-spacing: 0;
}

.wordSpacing-1 {
	word-spacing: -1px;
}

.letterSpacing1 {
	letter-spacing: 1px;
}

.wordSpacing-2 {
	word-spacing: -2px;
}

.letterSpacing2 {
	letter-spacing: 2px;
}

.wordSpacing-3 {
	word-spacing: -3px;
}

.letterSpacing-1 {
	letter-spacing: -1px;
}

.wordSpacing1 {
	word-spacing: 1px;
}

.letterSpacing-2 {
	letter-spacing: -2px;
}

.wordSpacing2 {
	word-spacing: 2px;
}

.wordSpacing3 {
	word-spacing: 3px;
}

.dispInline{display:inline;}

.dispBlock{display:block;}

.dispNone{display:none;}

.fontItalic{font-style:italic}


/**************************************************
								Common Margins
***************************************************/
.Mauto {
	margin: auto;
}

.M0{
	margin: 0 !important;
}


.marB0 {
	margin-bottom: 0px
}

.marB3{
	margin-bottom: 3 px
}

.marB5 {
	margin-bottom: 5px
}

.marB7 {
	margin-bottom: 7px
}

.marB8 {
	margin-bottom: 8px
}

.marB10 {
	margin-bottom: 10px
}

.marB12 {
	margin-bottom: 12px
}

.marB15 {
	margin-bottom: 15px
}

.marB18 {
	margin-bottom: 18px
}

.marB20 {
	margin-bottom: 20px
}

.marB22 {
	margin-bottom: 22px
}

.marB25 {
	margin-bottom: 25px
}

/*margin-top*/

.marT-20{margin-top:-20px;}
.marT-15{margin-top:-15px;}

.marT-8{margin-top:-8px;}

.marT5 {
	margin-top: 5px
}

.marT7 {
	margin-top: 7px
}

.marT8 {
	margin-top: 8px
}

.marT10 {
	margin-top: 10px
}

.marT12 {
	margin-top: 12px
}

.marT15 {
	margin-top: 15px
}

.marT18 {
	margin-top: 18px
}

.marT20 {
	margin-top: 20px
}

.marT22 {
	margin-top: 22px
}

.marT25 {
	margin-top: 25px;
}
.marT30 {
	margin-top: 30px;
}
.marT32{
	margin-top: 32px;
}
.marT35 {
	margin-top: 35px;
}
.marT37{margin-top:37px;}
.marT80{margin-top:80px;}


/*margin-right*/

.marL3{margin-left:3px;}
.marL5 {
	margin-left: 5px
}

.marL7 {
	margin-left: 7px
}

.marL8 {
	margin-left: 8px
}

.marL10 {
	margin-left: 10px
}

.marL12 {
	margin-left: 12px
}

.marL15 {
	margin-left: 15px
}

.marL18 {
	margin-left: 18px
}

.marL20 {
	margin-left: 20px
}

.marL22 {
	margin-left: 22px
}

.marL25 {
	margin-left: 25px
}

/*margin-left*/
 .marR0{margin-right:0px;}
.marR4 {
	margin-right: 4px
}

.marR5 {
	margin-right: 5px
}

.marR7 {
	margin-right: 7px
}

.marR8 {
	margin-right: 8px
}

.marR10 {
	margin-right: 10px
}

.marR12 {
	margin-right: 12px
}

.marR15 {
	margin-right: 15px
}

.marR18 {
	margin-right: 18px
}

.marR20 {
	margin-right: 20px
}

.marR22 {
	margin-right: 22px
}

.marR25 {
	margin-right: 25px
}

.marnone{margin:0}
.marRnone{margin-right:0}
.marLnone{margin-left:0}
.marBnone{margin-bottom:0}
.marTnone{margin-top:0}

/**************************************************
				 Common Positions (top bottom left right)
***************************************************/

.Tpos-20{top:-20px;}
.Tpos-2{top:-2px;}
.Tpos-10{top: -10px;}
.Tpos14{top: 14px;} 
.Lpos-6{left: -6px;}



/**************************************************
								Common Paddings
***************************************************/

.padding15{padding: 15px ; }

.pad0{padding: 0 ; }

.padB0 {
	padding-bottom: 0px
}
.padB5 {
	padding-bottom: 5px
}

.padB7 {
	padding-bottom: 7px
}

.padB8 {
	padding-bottom: 8px
}

.padB10 {
	padding-bottom: 10px
}

.padB12 {
	padding-bottom: 12px
}

.padB15 {
	padding-bottom: 15px
}

.padB18 {
	padding-bottom: 18px
}

.padB20 {
	padding-bottom: 20px
}

.padB22 {
	padding-bottom: 22px
}

.padB25 {
	padding-bottom: 25px
}

/*padding-top*/
.padT3 {
	padding-top: 3px
}
.padT5 {
	padding-top: 5px
}

.padT7 {
	padding-top: 7px
}

.padT8 {
	padding-top: 8px
}

.padT10 {
	padding-top: 10px
}

.padT12 {
	padding-top: 12px
}

.padT15 {
	padding-top: 15px
}

.padT18 {
	padding-top: 18px
}

.padT20 {
	padding-top: 20px
}

.padT22 {
	padding-top: 22px
}

.padT25 {
	padding-top: 25px
}

.padT28 {
	padding-top: 28px
}

/*padding-right*/
.padL5 {
	padding-left: 5px
}

.padL7 {
	padding-left: 7px
}

.padL8 {
	padding-left: 8px
}

.padL10 {
	padding-left: 10px
}

.padL12 {
	padding-left: 12px
}

.padL15 {
	padding-left: 15px
}

.padL18 {
	padding-left: 18px
}

.padL20 {
	padding-left: 20px
}

.padL22 {
	padding-left: 22px
}

.padL25 {
	padding-left: 25px
}

/*padding-left*/
.padR4 {
	padding-right: 4px
}

.padR5 {
	padding-right: 5px
}

.padR7 {
	padding-right: 7px
}

.padR8 {
	padding-right: 8px
}

.padR10 {
	padding-right: 10px
}

.padR12 {
	padding-right: 12px
}

.padR15 {
	padding-right: 15px
}

.padR18 {
	padding-right: 18px
}

.padR20 {
	padding-right: 20px
}

.padR22 {
	padding-right: 22px
}

.padR25 {
	padding-right: 25px
}

.padnone{padding:0}
.padRnone{padding-right:0}
.padLnone{padding-left:0}
.padBnone{padding-bottom:0}
.padTnone{padding-top:0}
/**************************************************
								Common Borders
***************************************************/
.border1{border-bottom: 1px solid #58595b;}

.border2{border:1px solid #58595b}

.borderT{border-top:1px solid #33c1d4}
/**************************************************
								Common Box-shadows
***************************************************/

.commonBoxShadow{box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);}
/**************************************************
								Common Text-shadows
***************************************************/

/**************************************************
								Common widths
***************************************************/
.Wauto {
	width: auto;
}

.W100PER {
	WIDTH: 100%
}

.W94 {
	width: 94px;
}
.W120 {
	width: 120px;
}
.W130 {
	width: 130px;
}
.W232{width: 232px;}

.W105 {
	width: 105px;
}

.W195{width:195px;}
.W72per{width: 72%;}
/**************************************************
								Common Heights
***************************************************/
.Hauto {
	height: auto;
}
.H100{height:100px}
.H40{height: 40px;}
 .H460{height: 460px;}
 .H290{height:290px;}
 

/**************************************************
							common yellow and gray buttons
***************************************************/



.button{
	cursor: pointer;
	box-shadow: 0 0 7px #DDDDDD inset;
	-webkit-box-shadow: 0 0 7px #DDDDDD inset;
	-moz-box-shadow: 0 0 7px #DDDDDD inset;
	border: 1px solid #ffdd00;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #58595B;;
	font-family: arial;
	border-right: 0;
	
	box-shadow: 0px 2px 2px rgba(000, 000, 000, 0.3), inset 0px 1px 1px
		rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 2px 2px rgba(000, 000, 000, 0.3), inset 0px 1px 1px
		rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 2px 2px rgba(000, 000, 000, 0.3), inset 0px 1px
		1px rgba(255, 255, 255, 0.5);
}

  


.button span {
	font-family: 'mvboli';
	letter-spacing: -1px !important;
}

.yellow_gradient {
	border: 1px solid #C2AD46 !important;
	box-shadow: 1px 1px 2px 0 #808080;
	-webkit-box-shadow: 1px 1px 2px 0 #808080;
	-moz-box-shadow: 1px 1px 2px 0 #808080;
	background: #efcf02; /* Old browsers */
	background: -moz-linear-gradient(top, #efcf02 0%, #fedc01 22%, #ffdd01 22%, #ffdd01
		23%, #fedc01 95%, #f5d400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efcf02),
		color-stop(22%, #fedc01), color-stop(22%, #ffdd01),
		color-stop(23%, #ffdd01), color-stop(95%, #fedc01),
		color-stop(100%, #f5d400) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efcf02 0%, #fedc01 22%, #ffdd01 22%,
		#ffdd01 23%, #fedc01 95%, #f5d400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efcf02 0%, #fedc01 22%, #ffdd01 22%, #ffdd01
		23%, #fedc01 95%, #f5d400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efcf02 0%, #fedc01 22%, #ffdd01 22%, #ffdd01
		23%, #fedc01 95%, #f5d400 100%); /* IE10+ */
	background: linear-gradient(to bottom, #efcf02 0%, #fedc01 22%, #ffdd01 22%, #ffdd01
		23%, #fedc01 95%, #f5d400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#efcf02',
		endColorstr='#f5d400', GradientType=0 ); /* IE6-9 */
}


.gray_filter {
	color: #7b7c7e;
	border: 1px solid #d7d7d7 !important;
	background: #cacaca; /* Old browsers */
	background: -moz-linear-gradient(top, #cacaca 0%, #d0d0d0 22%, #e1e1e1 48%, #f2f2f2
		74%, #fbfbfb 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cacaca),
		color-stop(22%, #d0d0d0), color-stop(48%, #e1e1e1),
		color-stop(74%, #f2f2f2), color-stop(100%, #fbfbfb) ) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cacaca 0%, #d0d0d0 22%, #e1e1e1 48%,
		#f2f2f2 74%, #fbfbfb 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cacaca 0%, #d0d0d0 22%, #e1e1e1 48%, #f2f2f2
		74%, #fbfbfb 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cacaca 0%, #d0d0d0 22%, #e1e1e1 48%, #f2f2f2
		74%, #fbfbfb 100%) !important; /* IE10+ */
	background: linear-gradient(to top, #cacaca 0%, #d0d0d0 22%, #e1e1e1 48%, #f2f2f2
		74%, #fbfbfb 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#cacaca',
		endColorstr='#fbfbfb', GradientType=0 ) !important; /* IE6-9 */
}

.blueButton{
	
 	background: url("../../images/new_homepage/call.png") no-repeat scroll 8px 2px #98DCE5;
    border-color: #7CAFB5;
    border-style: solid;
    border-width: 0 1px 2px 0.5px;
    box-shadow: 0 4px 4px -4px #6A6A6A;
      text-shadow: 0 1px 1px #FFFFFF;
      border-radius: 5px 5px 5px 5px;
      cursor:pointer;
      color:#58595b
      
	
}

.blueButton-BIG{
	
 	 background: url("../../images/new_homepage/click_big.png") no-repeat scroll 1px 2px #98DCE5;
    border-color: #7CAFB5;
    border-style: solid;
    border-width: 0 1px 2px 0.5px;
    box-shadow: 0 4px 4px -4px #6A6A6A;
      text-shadow: 0 1px 1px #FFFFFF;
      border-radius: 5px 5px 5px 5px;
      border-radius: 5px 5px 5px 5px;
      cursor:pointer;
       color:#58595b
	
}

/* ==================== right pannel msg div css starts here========================= */

/**************************************************
							need Form Submission Msg_div
***************************************************/
#needFormSubmissionMsg_div{
	 background-color: #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    float: right;
    height: auto;
    padding: 22px 8px 34px;
    text-align: center;
    width: 237px;
	}
	
	#needFormSubmissionMsg_div h4{color:#58595b; font:bold 25px/8px arial Rounded MT;}
	#needFormSubmissionMsg_div p{ color: #58595B;
    font: 500 17px/19px arial;}

/**************************************************
							need Form Failure Msg_div
***************************************************/
   #needFormFailureMsg_div{
	 background-color: #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    float: right;
    height: auto;
    padding: 22px 8px 34px;
    text-align: center;
    width: 237px;
	} 
	
	#needFormFailureMsg_div h4{color:#58595b; font:bold 25px/8px arial Rounded MT;}
	#needFormFailureMsg_div p{ color: #58595B;
    font: 500 17px/19px arial;}
   
   /*************************************************************
                                          Common class para heading
 **************************************************************/
 
.headingTextH2{
	color: #58595B;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
}


.para_heading {
	color: #58595B;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
}

/**********************************************************************************************
                                                            breadcrumb ui css
***********************************************************************************************/
		.breadcrumb_seprator{
		color:#58595b;
		}
		
		.breadcrumb-ul li{
		display: inline;
		font-family: Helvetica,Arial,Tahoma,sans-serif;
		}
		.breadcrumb-ul li span{
		color: #33c1d4;
		font-family: Helvetica,Arial,Tahoma,sans-serif;
		}
		
		.breadcrumb-ul li a{
		color: #33c1d4;
		font-family: Helvetica,Arial,Tahoma,sans-serif;
		text-decoration: none;
		}
		.currentpage{font-weight:bold;}


/**********************************************************************************************
                                                           static page css
***********************************************************************************************/</pre></body></html>