/*
*****************************************************************
Created By: Sudhansu Kumar Patro From Dion Global Solutions Ltd
*****************************************************************
*/

/*  RESET  ============================================================================= */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #DEDEDE;margin:1em 0;padding:0}
input,select{vertical-align:middle}
.resetlist { margin:0; padding:0; list-style-type:none; }
a {
text-decoration:none;
color:#1e2f52;
-moz-transition: color 0.2s linear; -o-transition: color 0.2s linear; -webkit-transition: color 0.2s linear; transition: color 0.2s linear;
cursor:pointer;
}
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}

a:hover,
a:active {
outline: 0;
color:#1e2f52;
}

sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}

sup {
top: -0.5em;
}

sub {
bottom: -0.25em;
}

img {
max-width: 100% !important;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
margin: 0;
font-size: 100%;
vertical-align: middle;
}

button,
input {
*overflow: visible;
line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}

input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}

textarea {
overflow: auto;
vertical-align: top;
}

.clearfix {
*zoom: 1;
}

.clearfix:before,
.clearfix:after {
display: table;
line-height: 0;
content: "";
}

.clearfix:after {
clear: both;
}

select { cursor:pointer; }

/*fix twitter scrollbar*/
iframe[name="twttrHubFrame"] {
display: none !important;
}


/*
*************************************************

THE RESPONSIVE GRID SYSTEM
Taken from http://www.responsivegridsystem.com/

*************************************************
*/
/*  SECTIONS  */
.section {
clear: both;
padding: 0px;
margin: 0px;
}

/*  COLUMN SETUP  */
.col {
display: block;
float:left;
margin: 1% 0 0 2.5%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
content:"";
display:table;
}
.group:after {
clear:both;
}

.span_5_of_6 {	width:82.9166666667%; }
.span_4_of_6 { width:65.8333333333%; }
.span_3_of_6 { width:48.75%; }
.span_2_of_6 { width:31.6666666667%; }
.span_1_of_6 { width:14.5833333333%; }

.span_6_of_7 { width:85.3571428571%; }
.span_5_of_7 {	width:70.7142857143%; }
.span_4_of_7 { width:56.0714285714%; }
.span_3_of_7 { width:41.4285714286%; }
.span_2_of_7 { width:26.7857142857%; }
.span_1_of_7 { width:12.1428571429%; }

.span_7_of_8 { 	width:87.1875%; }
.span_6_of_8 { width:74.375%; }
.span_5_of_8 {	width:61.5625%; }
.span_4_of_8 { width:33.75%; }
.span_3_of_8 { width:35.9375%; }
.span_2_of_8 { width:23.125%; }
.span_1_of_8 { width:10.3125%; }


/*  BITS (MODIFIED) FROM BOOTSTRAP ============================================================================= */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
display: inline-block;
height: 20px;
padding: 4px 6px;
font-size: 14px;
line-height: 20px;
color: #555555;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-family:'Open Sans', Arial, Helvetica, sans-serif;	
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
border-color: rgba(82, 168, 236, 0.8);
outline: 0;
outline: thin dotted \9;
/* IE6-9 */
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
*margin-top: 0;
line-height: normal;
cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
width: auto;
}

select {
width: 100%;
background-color: #ffffff;
border: 1px solid #cccccc;
height:25px;
}

select[multiple],
select[size] {
height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #999999;
}

.radio,
.checkbox {
min-height: 18px;
padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
float: left;
margin-left: -18px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
display: inline-block;
padding-top: 5px;
margin-bottom: 0;
vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
margin-left: 10px;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
color: #b94a48;
border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
border-color: #e9322d;
-webkit-box-shadow: 0 0 6px #f8b9b7;
-moz-box-shadow: 0 0 6px #f8b9b7;
box-shadow: 0 0 6px #f8b9b7;
}

.button {
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
color: #000;
padding: .5em;
margin: 0.5em 0 0 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-family:  Arial, "Helvetica Neue", Helvetica, Helve, sans-serif;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius:5px; 
background: #ffee66; /* Old browsers */
background: -moz-linear-gradient(top, #ffee66 2%, #ffaa22 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffee66), color-stop(100%,#ffaa22)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffee66 2%,#ffaa22 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffee66 2%,#ffaa22 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffee66 2%,#ffaa22 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffee66 2%,#ffaa22 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffee66', endColorstr='#ffaa22',GradientType=0 ); /* IE6-9 */ 
border: 1px solid #FFAA22; text-shadow: 0 1px 0 #FFEE66; 
-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
box-shadow: 1px 1px 3px rgba(0,0,0,0.4);  
font-size: 0.9em;
}
.button:hover {
background: #ffea43; /* Old browsers */
background: -moz-linear-gradient(top, #ffea43 2%, #ff9d00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffea43), color-stop(100%,#ff9d00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffea43 2%,#ff9d00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffea43 2%,#ff9d00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffea43 2%,#ff9d00 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffea43 2%,#ff9d00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea43', endColorstr='#ff9d00',GradientType=0 ); /* IE6-9 */
color:#000; 
text-decoration: none;
}
.button:active {
color: #fff;
position: relative;
top: 1px;
}
.button:visited { 
color : #000;
}
input.button { padding:0.5em 1.1em; font-family:'Open Sans', 'Helvetica Neue', Arial, sans-serif;}

/*  GENERAL SELECTORS ============================================================================= */

body                 { font: normal 87.5%/1.5 calibri; color:#646464; overflow-x:hidden; overflow-y:auto  }

h1, h2, h3, h4, h5     	{ font-family:calibri; margin:0; padding:0;color:#2F9144; font-size:2.5em; font-weight:bold; }

h1 a, h2 a, h3 a, h4 a, h5 a { color:#1e2f52; }

hr                     	{ float:left;clear:both; background:#ddd; height: 1px;border: 0;  width: 100%; margin:0.1em 0; }

p,ul,ol				{ margin-bottom: 1em; }
.clear              { clear:both; }
.rel{ position:relative}
.btn { display:inline-block; background:#115F8D; color:rgba(255,255,255,0.8); border-radius:4px; padding:0.3em 1.5em; text-transform:uppercase  }
.btn:hover 	{ background:#F78C44; color:#fff; }

/*  TEMPLATE ============================================================================= */
.wrap			{ float:left; width:100%; }
.inner			{
width: 90%;
max-width:71.357em;
margin: 0 auto;
}
header 	{/*min-height:8.429em;*/  background:#7B212B url(../images/hdrBG.jpg) 50% 0% no-repeat;  }
.logo{ float:left; height:8.357em}
.Fus {
color: #FFF;
font-size: 1em;
letter-spacing: 0.5px;
float: right;
min-width: 17em
}
.Fus p{ float:left; padding-top:0.4em;}
.Fus .box{ background:url(../images/socialBG.png) no-repeat; width:137px; height:37px; float:left; text-align:center; padding:2px 0 0 18px;}
.d-z-social-nav {
	padding: 0; margin:0
}
.d-z-social-nav > li {
	float: left;
	background: url(../images/scoIcn.png) no-repeat;
	width: 21px;
	height: 21px;
	display: inline-block;
	margin: 3px 13px 0 0;
	overflow: visible;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	background-size: 125px 40px;
}
ul.d-z-social-nav li[class] a {
	text-indent: -9999px;
}
ul.d-z-social-nav li a {
	display: block;
	text-align: center;
}
li.d-z-facebook {
	background-position: -73px 0px;
}
li.d-z-facebook:hover {
	background-position: -73px -20px;
}
li.d-z-twitter {
	background-position: -37px 0px;
}
li.d-z-twitter:hover {
	background-position: -37px -20px;
}
li.d-z-gplus {
	background-position: -5px 0px;
}
li.d-z-gplus:hover {
	background-position: -5px -20px;
}
li.d-z-lin {
	background-position: -105px -2px;
}
li.d-z-lin:hover {
	background-position: -105px -20px;
}

.mainNav {  font-family:calibri;  float:right; position:relative ; padding-top:2.5em;}
.mainNav ul { list-style-type:none; margin:0; padding:0; }
.mainNav li { float:left; width:auto; position:relative; z-index:9;  }
.mainNav li:hover {z-index:9999; }
.mainNav li.drop { background:#0D7BAC url(../images/login.png) 93% center no-repeat; border-radius:4px; font-size:1em }
.mainNav li.drop:hover { background: #F6863A  url(../images/login.png) 93% center no-repeat; }
.mainNav li.drop:hover a{ color:#152D53; font-size:1em }
.mainNav li.drop a{ font-size:1em }
.mainNav a {  display:block; color:#FFF; padding:0.1em 1em 0.1em 1em; font-size:1.143em; text-transform:uppercase } 
.mainNav a:hover,.mainNav a.active { color:#f6985a }
.mainNav ul li ul { display:none; }
.mainNav ul li:hover ul { display:block;  position:absolute; top:auto; left:auto; background-color:#F6863A;  width:120px; padding:0;  border:0; box-shadow:4px 4px 4px rgba(0,0,0,0.2);  }
.mainNav ul li ul li { width:100%; background:none; text-indent:0.8em; border:0; border-bottom:1px #ddd dotted; padding:0; margin:0; }
.mainNav ul li ul li a:last-child, .mainNav ul li ul li a:last-child:hover { border-bottom:0; }
.mainNav ul li ul li a { display:inline-block; text-transform:capitalize; text-indent:0; font-size:1.2em; padding:0.4em 0; margin:0; border-bottom:1px #fff dotted;}
.mainNav ul li ul li a:hover { color:#2f68dd; } 
.mainNav ul li ul li:hover { background:none; }

a.menuToggle 				{ display:none; }	

.OAC { max-width:43.429em; min-height:108px; margin:2.143em auto 1.5em auto; background:url(../images/OACbg.jpg) 50% 100% no-repeat; background-size:contain;text-align:center; color:#114477;}
.OAC div{ font-size:1.857em; text-transform:uppercase; margin-bottom:0.2em}
.Welcomwrap{ min-height:19.643em;}
.Welcom{ position:absolute; z-index:10; left:0; display:block;}
.Welcom h1{ font-size:2.286em; color:#114477; font-weight:normal; margin-top:-0.2em; font-family:calibri;}
.Welcom h1 span{ color:#44b3e4;}
.WelcomImg{  position:absolute; right:0; z-index:-9;max-width:100% !important; background:url(../images/welcomeimg.jpg) 100% 100% no-repeat; width:518px; height:275px; background-size:contain !important;
max-height:100% !important;
display:block;}

.Brokcalc { min-height:8.143em; padding:1.429em 0 2.857em 0; background:#F1F1F1; text-align:center;}
.Brokcalc p{
margin-top: 0.5em
}
.Brokcalc p.txt1{ margin-top:1em; color:#37aee2}

.Brokcalc h1{
font-size: 1.857em;  font-family:calibri;
color: #114477;
text-transform: uppercase;
font-weight: normal;
line-height: 0.8em !important;
}
.innBan{ background:#FFF url() no-repeat 50% 0%; min-height:5.643em; padding:5px; position:relative}
.innBan h1{ font-size:2.286em; position:relative; top:1.1em; left:0.3em; font-weight:normal; color:#2F9144;}
.innBan h1 span{ color:#114477}
.Cont{ background:#FFF; padding:45px 35px 15px 35px; line-height:1.8em;}
.Cont h2{ font-size:1.429em;font-weight:normal; color:#114477;}
.Cont .dt{ font-size:1.286em;color:#646464;}
.Cont .blue{color:#44b3e4;}

.EsMat{ padding:10px 35px 30px;}
.EsMat h2{ font-size:1.429em;font-weight:normal; color:#114477;}
.EsMat table th, td
{
	text-align:left;
	padding:10px;
	vertical-align:bottom;
	word-break: break-all;
}
.EsMat table th{background:#EBEBEB; color:#114477; text-transform:uppercase; font-size:0.857em}
.EsMat table td{background:#FFF; color:#646464; font-size:1em}
.EsMat table td.bl{color:#44b3e4}
.EsMat table td.or{color:#f6985a}

.Fedbck{ min-height:14em; background:#F1F1F1;}
.Fedbck .Fedcon{padding:10px 35px 35px;}
.Fedbck h2{ font-size:1.429em;font-weight:normal; color:#114477;}
.Fedbck .Fedcon .col {
	display: block;
	float: left;
	margin: 1% 1.2% 0 0%;
}
.h60{ min-height:60px}
.Fedbck .Fedcon .col:first-child { margin-left: 0; }
.Fedbck .Fedcon .f-textdeild
{
	background:#FFF;
	border:1px solid #E2E2E2;
	font-size:1em;
	color:#c3c3c3;
	padding:6px 13px 6px 13px;
	width:90%;
	float:left;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow:none;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: 'Calibri';
}
.Fedbck .Fedcon .f-textdeild:focus
{
	outline: none;
	outline: thin dotted \9;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.Fedbck .Fedcon .f-textdeild::-webkit-input-placeholder { /* WebKit browsers */
   color:#a1b2bb;
}
.Fedbck .Fedcon .f-textdeild:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#a1b2bb;
}
.Fedbck .Fedcon .f-textdeild::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#a1b2bb;
}
.Fedbck .Fedcon .f-textdeild:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#a1b2bb;
}
.Cont-dnld{ background:#FFF; padding:30px 30px 15px 30px; }
.Cont-dnld .Hdr{
	min-height: 1.6em;
	background: #EBEBEB;
	font-size: 1.429em;
	color: #114477;
	padding: 10px 15px;
	line-height: 1.6em
}
.Cont-dnld span{ margin-left:0.714em}
.soft{ min-height:9em; background:#F1F1F1;}
.soft .wares{padding:10px 30px 15px 40px;}
.soft h2{ font-size:1.429em;font-weight:normal; color:#114477;}
.soft span{ margin-left:10px}

/*.................................23-01-14...............................*/
.BckWht{ background:#FFF !important;}
.p2{ padding:2px 6px !important;}
.GreyOac{min-height:2.786em; background:#FFFFFF; border-top:1px solid #FFFFFF}
.Cont-Oac{ background:#FFF; padding:30px 30px 15px 30px;}
.Cont-Oac .span_2_of_8{ background:url(../images/kycbg.png) no-repeat 0% 0%; min-height:20.286em; min-width:16.071em; padding:1.429em 2.457em; margin:0 !important; background-size:contain !important; text-align:center !important; color:#5a5a5a}
.Cont-Oac .span_2_of_8 p{ margin-bottom:0.2em}
.Cont-Oac .span_2_of_8 .numb{color:#0d7bac; font-size:24px;}
.Cont-Oac .span_2_of_8 .btn{background-color:#45B3E4;}
.Cont-Oac .span_2_of_8 .btn:hover{background-color:#F68538}
.Cont-Oac .span_2_of_8 .reg{font-size:12px;}

.Cont-Oac .span_3_of_8{ margin:0 !important; padding:10px; max-width:21.071em; min-height:15.7em}
.Cont-Oac h2{ font-size:1.429em;font-weight:normal; color:#f6985a; text-transform:uppercase; text-align:center}
.Cont-Oac h3{ font-size:1.786em;font-weight:normal; color:#115f8c; text-transform:uppercase; text-align:center; margin-top:-0.4em}
.Cont-Oac .span_3_of_8 .btn{ margin-left:10px}
.Cont-Oac .span_3_of_8 .btn1{ margin-left:40px}
.Cont-Oac .f-textdeild
{
	background:#F1F1F1;
	border:1px solid #E4E4E4;
	font-size:1em;
	color:#c3c3c3;
	padding:2px 5px;
	width:90%;
	float:left;
	margin-left:10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow:none;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: 'Calibri';
	text-indent:7px
}
.Cont-Oac .f-textdeild:focus
{
	outline: none;
	outline: thin dotted \9;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.Cont-Oac .f-textdeild::-webkit-input-placeholder { 
   color:#a1b2bb;
}
.Cont-Oac .f-textdeild:-moz-placeholder { 
   color:#a1b2bb;
}
.Cont-Oac .f-textdeild::-moz-placeholder { 
   color:#a1b2bb;
}
.Cont-Oac .f-textdeild:-ms-input-placeholder {
   color:#a1b2bb;
}
.Cont-Oac .span_3_of_8 li{ list-style-image:url(../images/blue-arw.png); padding-left:5px; margin-bottom:15px; margin-left:5px}
.Cont-Oac .span_3_of_8 li a{ color:#44b3e4}

.Cont-dnld .span_4_of_8{
	margin: 15px 15px 0;
	max-width: 400px;
	text-indent:3px;
	font-size:16px;
	color:#404040
}
.Cont-dnld .span_4_of_8 img.ques {
	margin: 0 40px 0 7px
}
.Cont-dnld .span_4_of_8 .f-textdeild
{
	background:#FFF;
	border:1px solid #43B3E3;
	font-size:1em;
	color:#c3c3c3;
	padding:1px 5px;
	width:30%;
	float:left;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow:none;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: 'Calibri';
}
.Cont-dnld .span_4_of_8 .w100{ width:100% !important;}
.Cont-dnld .span_4_of_8 .Mtd{ margin:25px 12px 20px}
.fr{ float:right}
.fl{ float:left}
.rtgfont{ font-size:16px}
.Cont-dnld .span_4_of_8 .Greybox{ background:url(../images/greybox.jpg) no-repeat 0% 0%; background-size:contain; min-height:41px; line-height:35px; padding-right:20px; text-align:right; }
.Cont-dnld .span_4_of_8 .Greybox .bltxt{ font-size:18px; margin-left:20px; color:#215080}
.Cont-dnld .span_3_of_7{  text-align:center}
.Cont-dnld .span_3_of_7 .brok-calc{ background:url(../images/BrokerageCalcu.png) no-repeat 50% 0%; background-size:contain !important; min-height:224px; margin:20px 0;}
.Lblue{ color:#37aee2}
/*..............................................................................................*/

/*.................................24-01-14...............................*/
.broksav{padding:10px 0 35px 50px; font-size:16px; color:#114477 }
.broksav span{font-size:30px; margin-left:15px; color:#44b3e4}
.broksav .btn{background-color:#45B3E4; margin-left:25px; font-size:16px; text-transform:capitalize; color:#FFF; }
.broksav .btn:hover{background-color:#F68538}
.broksav .btn span{ font-size:25px; margin:0; color:#FFF; margin-left:10px }
.greyshadow {
width:100%;	background:url(../images/topgreybg.jpg) repeat-x; min-height:50px}
.About{ background:#FFF; padding:40px 50px; text-align:center }
.About h1{ font-size:32px; font-weight:400 !important; color:#f6985a}
.why{ padding:15px 30px; }
.why h2{ font-size:25px; font-weight:400 !important; color:#115f8c}
.why .span_5_of_8{ margin:0}
.why .span_5_of_8 ul{ margin:10px 0 0}
.why .span_5_of_8 li{ list-style-image:url(../images/arw1.jpg); padding-left:5px; margin-bottom:15px}
.why .span_3_of_8{ text-align:center}
.Aoc{ padding:10px 30px; }
.Aoc .span_3_of_7{ text-align:right; margin:0}
.Aoc .span_3_of_6{ padding:70px 0 0 0; margin-left:90px }
.Aoc .span_3_of_6 h2{ font-size:25px; font-weight:400 !important; color:#115f8c}
.Aoc .span_3_of_6 span{color:#44b3e4}
.Aoc .span_3_of_6 ul{ margin:20px 0}
.Aoc .span_3_of_6 li{ list-style-image:url(../images/arw2.jpg); padding-left:5px; margin-bottom:20px; vertical-align:top}
.Aoc .span_3_of_6 li a{ margin-top:-10px}

.soft1{
	min-height: 8em;
	background: #F1F1F1;
}
.soft1 .wares{padding:10px 30px 15px 40px;}
.soft1 h2{ font-size:25px;font-weight:normal; color:#115f8c;}

.rupee {
font-family: 'Rupee Foradian';
font-style: normal;
font-weight: normal;
color: #44b3e4;
text-decoration: none;
}
/*..............................................................................................*/

/*.................................27-01-14...............................*/

.Cont-dnld .Hdr1{
	min-height: 1.2em;
	background: #EBEBEB;
	font-size: 1.2em;
	color: #114477;
	padding: 5px 15px;
	line-height: 1.2em;
	text-transform:uppercase
}
Cont-dnld p{ margin-bottom:0 !important;}
/*..............................................................................................*/

.Orng{color:#f6985a}

.F35{font-size:2.500em}
.F20{font-size:1.429em}
.mt20{ margin-top:20px !important;}
.mt10{ margin-top:10px !important;}
.mt5{ margin-top:5px !important;}
.p5{ padding:5px}
.p10{ padding:10px}
footer 	{  background:url(../images/ftrbg.jpg) 0% 0% repeat-x; padding:1em 0; height:auto;min-height:12.143em
}
.Flink ul{ margin:0px; padding:0px; color:#335c90}
.Flink li{ list-style-type:none; padding:0 1em 0 0;font-size:1.143em; float:left }	
.Flink li a{ color:#335c90;}
.Flink li a:hover{ color:#000; text-decoration:none;}
.Flink li:after{ content:"|";font-size:0.714em; padding-left:1em}
.Flink li:last-child:after { content: ""; }
footer .Mval{ font-size:0.786em}
footer .Mdata{ line-height:1em}
.footerlogo { padding-top:1.5em; }
footer .Regad{ font-size:0.830em; line-height:1.4em; text-align:right;}
footer .Regad p{ margin-top:1em}
footer .last{ font-size:0.830em; line-height:1.4em; }


.blue{ color:#335c90}
.black{ color:#000}
.red{ color:#e20000}
.tac{text-align:center}		 	
.tar{text-align:right}		 	
/*  HOMEPAGE ============================================================================= */

#welcome { background:url(../images/jpg) repeat-x top left; }


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : #000; 
color : #fff; 
text-shadow : 1px 1px 1px #000; }

::-moz-selection { 
background : #000; 
color : #fff; 
text-shadow : 1px 1px 1px #000; }

::selection { 
background : #000; 
color : #fff; 
text-shadow : 1px 1px 1px #000; }


button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

/*  MEDIA QUERIES ============================================================================= */


/* e.g. iPad Landscape */
@media screen and (max-width: 1130px)
{
.mainNav{ }
.mainNav li { width:auto;  }
.mainNav a { font-size:1em;  }
.Welcom{ width:90%;}
/*.....................................24-01-14.......................*/
.Aoc .span_3_of_6{ padding:50px 0 0 80px; margin-left:0 }
/*................*/
}

@media screen and (max-width: 1024px)
{
	.calc_box.calc_box_m {
    background:#F6F6F6;
    height: 59px;
    margin-bottom: 9px;
    padding: 10px 17px 12px;
    width: 100%;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
behavior: url(border-radius.htc);


}

.mainNav{ padding-top:0.2em}
.Welcom{ width:100%;}
/*.....................................24-01-14.......................*/
.Cont-dnld .span_4_of_8 img.ques {
	margin: 0 42px 0 0
}
.Aoc .span_3_of_6{ padding:10px 0 0 0; margin-left:0 }

/*...........*/
}

@media screen and (max-width: 920px)
{
.mainNav{ padding-top:0.2em}
.mainNav li { width:auto; }
.mainNav li ul li { border-left:0; }
.mainNav ul li:hover ul { width:100%; }
.Welcom{ width:90%;}

/*.....................................24-01-14.......................*/
.Aoc .span_3_of_6{ padding:10px 0 0 0; margin-left:0 }
/*.....................*/
}

@media screen and (max-width: 900px)
{
.Welcom{ width:90%;}
/*.....................................24-01-14.......................*/
.Cont-dnld .span_4_of_8 img.ques {
	margin: 0 30px 0 0
}
.Aoc .span_3_of_6{ padding:10px 0 0 0; margin-left:0 }

/*...........*/

}

@media screen and (max-width: 820px)
{/*.....................................24-01-14.......................*/
.Cont-dnld .span_4_of_8 {font-size:14px}
.Cont-dnld .span_4_of_8 img.ques {
	margin: 0 25px 0 5px
}
.Cont-dnld .span_4_of_8 .f-textdeild{width:25%}
.Aoc .span_3_of_6{ padding:10px 0 0 0; margin-left:0 }

/*...........*/
}

/* e.g. iPad Portrait */
@media screen and (max-width: 768px)
{
	.expectedannual .ui-widget-content {
    background: url("../images/expectedannualrateBg.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
    width:70%;
}	
.tenure .ui-widget-content {
    background: url("../images/expectedannualrateBg.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
     width:70%;
}
.investmentperiod .ui-widget-content {
    background: url("../images/investmentBg.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
     width:70%;
}


.calc_box.calc_box_m {
    background:#F6F6F6;
    height: 59px;
    margin-bottom: 9px;
    padding: 10px 17px 12px;
    width: 70%;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
behavior: url(border-radius.htc);


}

body { font-size:84%; }
.Welcom{ width:70% }.WelcomImg{ bottom:0; width:70%}
/* Rearrange Footer */
.footerLogo {  padding-top:1em; width:100%; text-align:center;  }
/*.....................................24-01-14.......................*/
.Aoc .span_3_of_6{ padding:10px 0 0 0; margin-left:0 }
/*..........................................*/
}

@media screen and (max-width: 760px)
{
.mainNav li { width:auto;}
.mainNav li ul li { border-left:0; }
footer .Regad{ font-size:0.830em; line-height:1.4em; text-align:left;}
.footerLogo{ text-align:left !important;}
footer .last{ font-size:0.830em; line-height:1.4em; text-align:left !important; }
.Fedbck .Fedcon .f-textdeild{ margin-top:10px}

/*.......23-01-14.........*/
.Cont-Oac .span_3_of_8{ margin:30px 0 !important; min-width:19em !important;}
/*...........*/
/*.....................................24-01-14.......................*/
.Cont-dnld .span_4_of_8 {font-size:14px}
.Cont-dnld .span_4_of_8 img.ques {
	margin: 0 30px 0 0
}
.Cont-dnld .span_4_of_8 .f-textdeild{width:23%}
.Aoc .span_3_of_6{ padding:10px 0 0 30px; margin-left:0 }

/*...........*/
}

@media screen and (max-width: 600px)
{
.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6,
.span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7,
.span_1_of_8, .span_2_of_8, .span_3_of_8, .span_4_of_8, .span_5_of_8, .span_6_of_8, .span_7_of_8, .span_8_of_8 {
width: 100%; margin:0 0 1em 0;
}
.Welcom{ width:70%;  }
footer .Mdata{ text-align:left}
footer .Regad{ font-size:0.830em; line-height:1.4em; text-align:left;}
.footerLogo{ text-align:left !important;}
footer .last{ font-size:0.830em; line-height:1.4em; text-align:left !important; }
.Fedbck .Fedcon .f-textdeild{ margin-top:10px}

/*.......23-01-14.........*/
.Cont-Oac .span_2_of_8{ margin:30px 0 !important; max-width:18em;}
/*............*/
/*.....................................24-01-14.......................*/

.Aoc .span_3_of_6{ padding:20px 0 0 0; margin-left:0 }
.Aoc .span_3_of_7{ text-align:center; margin:0}

/*............*/
}

/* e.g. Large Smartphones */
@media screen and (max-width: 480px)
{
	.button {
    background: linear-gradient(to bottom, #FFEE66 2%, #FFAA22 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #FFAA22;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,"Helvetica Neue",Helvetica,Helve,sans-serif;
    font-size: 0.8em;
    margin: 0.5em 0 0;
    padding:0.3em 1.5em;
    outline: medium none;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFEE66;
    transition: all 0.3s ease 0s;
     width: 50px;
}
	
	input, textarea, .uneditable-input {
    width:156px;
}
.calc_sm_bx.welmarrht {
    padding-right: 8px !important;
    width: 50% !important;
}
.expectedannual .ui-widget-content {
    background: url("../images/expectedannualrateBg.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
    width:50%;
}	
.tenure .ui-widget-content {
    background: url("../images/expectedannualrateBg.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
     width:50%;
}
.investmentperiod .ui-widget-content {
    background: url("../images/investmentBg.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
     width:50%;
}



.calc_box.calc_box_m {
    background:#F6F6F6;
    height: 59px;
    margin-bottom: 9px;
    padding: 10px 17px 12px;
    width: 50%;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
behavior: url(border-radius.htc);


}



.OAC p{ font-size:1.1em;}
.OAC div{ font-size:1.3em}
.mainNav{ float:none;} 
.mainNav .inner { width:100%; }
a.menuToggle { cursor:pointer; float:left; display:block; color:#fff; padding:0.8em 0; width:100%; text-align:left; text-indent:1em; border-bottom:1px #ddd solid; background: #7B212B; /* Old browsers */
background: -moz-linear-gradient(top, #7B212B 0%, #7B212B 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7B212B), color-stop(100%,#7B212B)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7B212B 0%,#7B212B 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7B212B 0%,#7B212B 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7B212B 0%,#7B212B 100%); /* IE10+ */
background: linear-gradient(to bottom, #7B212B 0%,#7B212B 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7B212B', endColorstr='#7B212B',GradientType=0 ); /* IE6-9 */ font-weight:bold;  }
a.menuToggle img { float:right; padding: 4px 10px 0 0 ; }
#show_menu { display:none; }	
/* Take off hover */
.mainNav ul li:hover ul { position:relative;  display:block; box-shadow:none; }
.mainNav li, .mainNav li:hover { background-image:none; }
.mainNav li.drop:hover { background-image:none; }
.mainNav ul { border:0; }
.mainNav li:nth-child(1) { border-top:0; }
.mainNav li { width:100%; border-left:0; border-right:0; }
.mainNav li ul li:last-child { padding-bottom:8px; }
.mainNav li:hover { /*background:#fff;*/ }
.Welcomwrap{ min-height:30em;}
.Welcom{ width:100%; margin-top:3em }
.Welcom h1{ font-size:1.5em}
.WelcomImg{ width:100%}

.backtotop { display:block; width:100%; background:rgba(0,0,0,0.3); text-align:center; margin:2em 0 -1em 0; padding:0.7em 0; border-radius:8px; }
footer .Mdata{ text-align:left}
footer .Regad{ font-size:0.830em; line-height:1.4em; text-align:left;}
.footerLogo{ text-align:left !important;}
footer .last{ font-size:0.830em; line-height:1.4em; text-align:left !important; }
.Fedbck .Fedcon .f-textdeild{ margin-top:10px}
.Cont .span_3_of_8{ margin-top:25px}
.Cont .span_2_of_8{ margin-top:25px}

/*.....................................23-01-14.......................*/
.Cont-Oac .span_2_of_8{ margin:30px 0 !important; max-width:18em;}
/*......................................................................*/
/*.....................................24-01-14.......................*/
.Cont-dnld .span_4_of_8 img.ques {
	margin: 0 5px 0 0
}
.Cont-dnld .span_4_of_8{
	text-indent:0;
	font-size:13px;
}
.Cont-dnld .span_4_of_8 .f-textdeild
{ width:25%}
.Cont-dnld .span_4_of_8 .Greybox{ background:#F6F6F6 url(../images/greybox.jpg) no-repeat 0% 0%; background-size:contain; min-height:41px; line-height:30px; padding-right:10px; text-align:right; font-size:12px; margin-bottom:2px }
.broksav{padding:10px 0 35px 10px;}
.broksav span{font-size:30px; margin:0; color:#44b3e4}
.broksav .btn{margin:10px 0 0 0; }
.Aoc .span_3_of_6{ padding:20px 0 0 0; margin-left:0 }

/*......................................................................*/
}
@media only screen and (min-width: 481px) {
#show_menu { display:block !important; }

}
/* e.g. Small Smartphones */
@media screen and (max-width: 320px)

{
	.button {
    background: linear-gradient(to bottom, #FFEE66 2%, #FFAA22 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #FFAA22;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,"Helvetica Neue",Helvetica,Helve,sans-serif;
    font-size: 0.8em;
    margin: 0.5em 0 0;
    padding:0.3em 1.5em;
    outline: medium none;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFEE66;
    transition: all 0.3s ease 0s;
     width: 50px;
}
	input, textarea, .uneditable-input {
    width:106px;
}
	.calc_sm_bx.welmarrht {
    padding-right: 8px !important;
    width: 30% !important;
}
h1, h2, h3, h4, h5 {
    color: #A50B0A;
    font-family: calibri;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.expectedannual .ui-widget-content {
    background: url("../images/expectedannualrateBg.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
    width:30%;
}	
.tenure .ui-widget-content {
    background: url("../images/expectedannualrateBg.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
     width:30%;
}
.investmentperiod .ui-widget-content {
    background: url("../images/investmentBg.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
     width:30%;
}



.calc_box.calc_box_m {
    background:#F6F6F6;
    height: 59px;
    margin-bottom: 9px;
    padding: 10px 17px 12px;
    width: 30%;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
behavior: url(border-radius.htc);


}
.WelcomImg{ width:100%}
.btn { display:inline-block; background:#115F8D; color:rgba(255,255,255,0.8); border-radius:8px; padding:0.1em 0.5em; text-transform:uppercase  }
.btn:hover 	{ background:#F78C44; color:#fff; }
.Welcom{ width:100%; margin-top:3em ; line-height:1.4em}
.btn{ margin-top:-1em}
.Fus { margin-top:1em}
footer .Mdata{ text-align:left}
}

/* Only show big intro bg on big screens */
@media screen and (min-width: 601px) {
.Welcom{ }
.WelcomImg{ bottom:0}
}
@media screen and (min-width: 1300px)
{
.Welcom{ width:48em; position:absolute; z-index:10; left:0.2em}
.Welcomwrap{ min-height:275px}
footer{ min-height:2.143em}
footer .Mdata{ line-height:1em; text-align:center}

}
}
/* And on non-media query browsers too */
.oldie #welcome { min-height:378px; }
