* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	margin: 0 auto;
	background: #9dc5e7;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #626161
}

img {
	border: none;
	max-width: 100%;
	max-height: 100%
}

.clear {
	float: none;
	clear: both
}

.sec {
	width: auto;
	height: auto;
	float: auto;
}

.header-full {
	width: 100%;
	background: #fbfbfb url(images/tex.png) left bottom -10px repeat-x;
}

/*.header{text-align:left; margin-left:auto; margin-right:auto; width:1000px; height:auto;}*/
.heaader-news {
	width: 78%;
	float: left;
	border: 1px solid #cacaca;
	background: #a1a1a1;
}

.heaader-news-off {
	width: 800px;
	height: 40px;
	float: left;
}

.heaader-news p {
	width: calc(100% - 140px);
	font-size: 14px;
	margin: 10px 0 0 0;
	overflow: hidden;
	color: #FFFFFF;
	float: left;
}

.live-chating {
	width: 129px;
	height: 131px;
	position: fixed;
	right: -20px;
	bottom: -25px;
}

a {
	color: inherit;
	color: #1a6ac1;
	text-decoration: none;
}

a:hover {
	color: #1a6ac1;
	text-decoration: underline;
}

/*header news*/
#news-text {
	position: relative;
	width: 610px;
	height: 20px;
	overflow: hidden;
	margin: 10px 0 0 0;
	float: left;
}

#text1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 610px;
	height: 25px;
}

#text2 {
	position: absolute;
	left: 610px;
	top: 0px;
	width: 610px;
	height: 25px;
}

/*nse news*/
#news-text-nse {
	position: relative;
	width: 471px;
	overflow: hidden;
	float: left;
	margin: 2px 0 0 0;
}

#text-nse1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 310px;
	height: 25px;
}

#text-nse2 {
	position: absolute;
	left: 310px;
	top: 0px;
	width: 610px;
	height: 25px;
}


/*bse news*/
#news-text-bse {
	position: relative;
	width: 478px;
	overflow: hidden;
	float: left;
	margin: 2px 0 0 0;
}

#text-bse1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 310px;
	height: 25px;
}

#text-bse2 {
	position: absolute;
	left: 310px;
	top: 0px;
	width: 610px;
	height: 25px;
}


.heaader-news .left {
	width: 120px;
	height: 38px;
	float: left;
	background: url(images/header-left-news.png) left top no-repeat;
}

.heaader-news .right {
	width: 19px;
	height: 38px;
	float: right;
	background: url(images/header-rght-news.png) left top no-repeat;
}

.heaader-icon {
	width: 22%;
	float: right;
}

.heaader-icon img {
	margin: 0 3px;
	float: right;
}

.logo {
	width: 35%;
	float: left;
	padding: 15px 0 0 0;
}

.date {
	float: left;
	margin: -3px 5px 0 5px;
	font-size: 11px;
}

.quick-contct {
	width: 34%;
	float: right;
	padding-left: 15px;
}

.quick-contct img {
	float: right;
}

.quick-contct .block {
	float: right;
	text-align: right;
	font-size: 14px;
	line-height: 18px;
}

.quick-contct a:hover {
	color: #333;
}

.nav {}

nav {
	width: 100%;
	margin: 3px auto 0 auto;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	z-index: 999999;

}

nav ul {
	list-style: none;
	position: relative;
	display: inline-block;
}

nav ul li:hover > ul {
	display: block;
	z-index: 99999;
	color: #FF0000;
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}

nav ul li {
	float: left;
	text-align: left;
	border-right: 1px solid #cacaca;
	background: url(images/nav-hover.png) center 44px no-repeat;
	position: relative
}

nav ul li .active {
	float: left;
	text-align: left;
	background: url(images/nav-hover.png) center -3px no-repeat;
	color: #FFFFFF;
}

nav ul li:hover {
	background: #4b545f;
	text-decoration: none;
	width: auto;
	background: url(images/nav-hover.png) center -5px no-repeat;
	color: #cacaca;
	transition: all ease-in-out .2s;
}

nav ul li:hover a {

	transition: all ease-in-out .3s;
	color: #FFFFFF;
	text-decoration: none;

}

nav ul li a {
	display: block;

	padding: 15px 16px;
	color: #767676;
	text-decoration: none;
}

nav ul ul {
	background: url(images/op.png);
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	display: none;
	border: none;
	width: 220px	
}

nav ul ul li {
	float: none;
	border-bottom: 1px solid #CCCCCC;
	position: relative;

}

nav ul ul li a {
	padding: 10px 20px;
/*	width: 155px;*/
}

nav ul ul li a:hover {
	background: url(images/op-hover.png);
	color: #1a6ac1;
}

nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

.banner-full {
	background: url(images/banner-bg.png);
}

.banner {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 15px 0;
}

.slider-bg {
	width: 70%;
	float: left;
	background: url(images/slider-shadow.png) center 6px no-repeat;
	padding-bottom: 7px;
}

.slider {
	width: 700px;
	height: 310px;
	float: left;
	border: 1px solid #cacaca;
}

.form {
	width: 28%;
	float: right;
	background: #ffffff;
	border: 1px solid #cacaca;
	padding-bottom: 10px;
	margin-top: 10px;
}

.form .h1 {
	width: calc(100% + 8px);
	height: 58px;
	float: left;
	margin: -10px 0 0 -8px;
}

.form .row {
	width: 100%;
	float: left;
	margin: 5px 0 0 0;
	padding: 0 15px 0 0;
}

.form .row .label {
	width: 80px;
	height: 24px;
	float: left;
	padding: 6px 0 0 15px;
	color: #1a6ac0;
}

.form .row .input {
	width: calc(100% - 90px);
	height: 28px;
	color: #666;
	float: right;
	border-radius: 5px;
	border: 1px solid #cacaca;
	padding: 0 5px;
	background: #fbfbfb;
}

.form .row .input:focus {
	color: #666 !important;
	transition: all ease-in-out .6s;
	border: 1px solid #0099FF;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}

.inputbox {
	width: 160px;
	height: 28px;
	color: #666;
	float: left;
	border-radius: 5px;
	border: 1px solid #cacaca;
	margin: 0 10px 0 0;
	padding: 0 5px;
	background: #fbfbfb;
}

.inputbox:focus {
	color: #666 !important;
	transition: all ease-in-out .6s;
	border: 1px solid #0099FF;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}

.txtarea {
	width: 160px;
	height: 28px;
	color: #666;
	float: left;
	border-radius: 5px;
	border: 1px solid #cacaca;
	margin: 0 10px 0 0;
	padding: 0 5px;
	background: #fbfbfb;
}

.txtarea:focus {
	color: #666 !important;
	transition: all ease-in-out .6s;
	border: 1px solid #0099FF;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}

.slctbox {
	width: 160px;
	height: 28px;
	color: #666;
	float: left;
	border-radius: 5px;
	border: 1px solid #cacaca;
	margin: 0 10px 0 0;
	padding: 0 5px;
	background: #fbfbfb;
}

.slctbox:focus {
	color: #666 !important;
	transition: all ease-in-out .6s;
	border: 1px solid #0099FF;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}

/*start changes for innner pages*/
.container-full {
	width: 100%;
	height: auto;
	float: left;
	background: url(images/tex.gif);
}

.container-innerpage {
	width: 100%;
	height: auto;
	float: left;
	background: url(images/tex.gif);
/*	margin: -9px 0 0 0;*/
}

.container-package {
	width: 100%;
	height: 400px;
	float: left;
	padding: 15px 30px 0 30px;
}

.services-section {
	width: 1000px;
	height: auto;
	float: left;
}

.services {
	width: 100%;
	height: 365px;
	float: none;
	border: 1px solid #cacaca;
	margin: 0 20px 0 0;
	position: relative;
}

.services .h1 {
	width: 100%;
	height: 43px;
	border-bottom: 1px solid #cacaca;
	background: url(images/hbg.gif);
	top: 0px;
	font-size: 18px;
	color: #1a6ac1;
}

.services .ref {
	font: 14px;
	color: #1a6ac0;
	font-weight: 400;
	padding: 5px;
	font-weight: 500;
}

.services p {
	font: 14px;
	font-weight: 400;
	background: url(images/bullet.png) left 9px no-repeat;
	padding: 5px 10px 0 21px;
	margin: 2px;
	line-height: 20px;
	font-size: 14px;
	text-align: justify;
}

.services img {
	margin: 5px 0 0 5px;
}

.container-block {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	padding: 15px 0;
}

.container {
	max-width: 1000px;
	width: 100%;
	float: left;
	background: #FFFFFF;
	margin: 5px 0 20px 0;
	padding: 15px 10px 15px 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
/*	min-height: 300px;*/
}

.container .left-panel {
	width: 28%;
	height: auto;
	float: right;
	padding: 20px 0 0 0;
}

.container .left-panel .package {
	width: 100%;
	float: right;
	background: #ffffff;
	border: 1px solid #cacaca;
	margin: 20px 0 0 0;
	background: none;
}

.container .left-panel .package h1 {
	background: url(images/pbg.gif) left top repeat-x;
	font-size: 22px;
	padding: 8px 0 0 15px;
	width: 100%;
}

.container .left-panel .package h1 img {
	border: none;
	margin: 3px 0 0 15px;
}

.container .left-panel ul {
	text-decoration: none;
	list-style: none;
	background: none;
}

.container .left-panel li {
/*	height: 30px;*/
	font-size: 16px;
	width: 100%;
	border-bottom: 1px solid #cacaca;
	background: #edebeb url(images/bullet1.png) 275px center no-repeat;
	padding: 10px 0 10px 40px;
	transition: all ease-in-out .5s;
}

.container .left-panel li:hover {
/*
	float: left;
	height: 30px;
	font-size: 16px;
	width: 225px;
*/
/*	border-bottom: 1px solid #cacaca;*/
	background: url(images/bullet1.png) 30px center no-repeat;
	padding: 10px 0 10px 55px;
}

.container .right-panel {
	width: 72%;
	height: auto;
	float: left;
	padding: 15px 30px 15px 15px;
}

.container .right-panel h1 {
	font-size: 22px;
	color: #1a6ac0;
	border-bottom: 2px groove;
}

.container .right-panel h2 {
	font-size: 16px;
	color: #1a6ac0;
	width: 100%;
	margin: 10px 0 5px 0;
	line-height: 35px;
}

.container .right-panel h3 {
	font-size: 15px;
	color: #666666;
	border-bottom: 2px groove;
}

.container .right-panel p {
	font-size: 15px;
	color: #626161;
	line-height: 23px;
	text-align: justify;
	margin: 7px 0 10px 0;
}

/*.container .right-panel table{width:100%; height:auto; float:left; border:1px solid #cacaca; padding:1px; line-height:20px; float:right;}*/
/*.container .right-panel table td{border:1px solid #cacaca; padding:5px;}*/
.container .right-panel .account {
	width: 280px;
	height: auto;
	background: #FFFFFF;
	border: 1px solid #767676;
	padding: 10px;
	float: left;
	margin: 10px 20px 10px 0;
}

.container .right-panel .account h1 {
	font-size: 20px;
	color: #1a6ac0;
	width: 100%;
}

.fullwidth {
	width: 100% !important;
	padding: 15px !important;
}

/*start changes for innner pages*/
.nse {
	width: 485px;
	height: 40px;
	float: left;
	border: 1px dashed #333
}

.nse .left {
	height: 45px;
	float: left;
}

.nse .right {
	width: 49px;
	height: 45px;
	float: right;
	background: url(images/nse-end.png) no-repeat;
	margin: -2px 0 0 0;
}

.bse {
	width: 485px;
	height: 40px;
	float: right;
	border: 1px dashed #333;
}

.bse .left {
	height: 45px;
	float: left;
}

.bse .right {
	width: 49px;
	height: 45px;
	float: right;
	background: url(images/nse-end.png) no-repeat;
	margin: -2px 0 0 0;
}


.cont-news {
	width: 980px;
	height: 40px;
	float: left;
	background: #ededed;
	margin: 15px 0 0 0;
}

.cont-news p {
	width: 60px;
	height: 20px;
	font-size: 14px;
	margin: 10px 0 0 0;
	float: left;
	overflow: hidden;
	color: #FFFFFF;
	text-align: justify;
}

.cont-news .left {
	width: 49px;
	height: 46px;
	float: left;
	background: url(images/new-s.png) no-repeat;
	margin: -3px 0 0 0;
}

.cont-news .right {
	width: 49px;
	height: 46px;
	float: right;
	background: url(images/nse-end.png) no-repeat;
	margin: -3px 0 0 0;
}

/*.cont-news .right{width:50px; height:44px; float:right; background:url(images/nes-e.png) no-repeat; margin:-2px 0 0 0;}*/

.free-tips {
	width: 67%;
	height: 160px;
	float: left;
	margin: 15px 0;
	border: 1px solid #cacaca;
	background: url(images/hbg.gif) repeat-x;
}

.free-tips .h1 {
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #cacaca;
	background: url(images/ftd-h1.png) left top no-repeat;
	padding: 7px 0 0 270px;
	font-size: 20px;
}

.free-tips .seperator {
	background: #cacaca;
	height: 1px;
}

.weekly-perf {
	width: 31%;
	height: 160px;
	float: right;
	margin: 15px 0;
	border: 1px solid #cacaca;
	 margin-left: 2%;
}

.weekly-perf img {
	margin: 5px 0 0 0;
}


.stock-com {
	width: 52%;
	height: 472px;
	float: right;
	border: 1px solid #cacaca;
}

.stock-com p {
	line-height: 20px;
	text-align: justify;
}

.stock-com .h1 {
	height: 43px;
	border-bottom: 1px solid #cacaca;
	background: url(images/hbg.gif);
}

.stock-com .news {
	overflow: scroll;
	padding: 10px;
	text-align: justify;
	font-size: 14px;
	height: 408px;
}

.chart {
/*
	width: 385px;
	float: left;
*/
}

.chart .h1 {
	width: 480px;
	height: 43px;
	border-bottom: 1px solid #cacaca;
	background: url(images/hbg.gif) repeat-x;
}

.chart .h1 .nse {
	width: 100px;
	height: 44px;
	background: url(images/nse2.gif) no-repeat;
	float: left;
}

.chart .h1 .bse {
	width: 100px;
	height: 44px;
	background: url(images/bse2.gif) no-repeat;
	float: left;
}

.chart .inner {
	width: 460px;
	height: 290px;
	float: left;
	margin: 10px;
}



.ads {
	width: 25%;
	height: 195px;
	float: left;
	margin: 15px 5px 15px 0px;
	border: 1px solid #cacaca;
}

.tod {
	width: 225px;
	height: 145px;
	float: left;
	margin: 15px 5px;
	border: 1px solid #cacaca;
	text-align: center;
	background: url(images/thouhts.gif) left top no-repeat;
	padding: 50px 5px 5px;
}

.tod p {
	font-size: 13px;
}

.cust-testi {
	width: 48%;
	height: 195px;
	float: right;
	margin: 15px 0px;
	border: 1px solid #cacaca;
	background: url(images/cust-test.png) -10px 0 no-repeat;
}

.cust-testi-text {
	    width: 100%;
    min-height: 100px;
    /* float: right; */
    padding: 95px 5px 0 230px;
    text-align: right;
}


.fotter-full {
	width: 100%;
	height: auto;
	float: left;
	background:#f9f9f9; border-top: 1px solid #d2d2d2
}

.footer-link {
	width: 25%;
	height: 280px;
	float: left;
	background: url(images/footer-shadow.png) right 17px no-repeat;
}

.footer-link h2 {
	font-size: 18px;
	color: #1a6ac1;
	margin: 15px 0 5px 0;
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
}

.footer-link ul {
	text-decoration: none;
	margin: 0 0 15px 0;
}

.footer-link ul li {
	background: url(images/bullet1.png) left 9px no-repeat;
	list-style: none;
	display: list-item;
	padding: 0 0 0 25px;
	line-height: 30px;
	border-bottom: 1px dotted #333333;
}

.footer-link ul li a {
	text-decoration: none;
	color: #626161;
	max-width: 205px;
	width: 100%;
	min-height: 35px;
	background: url(images/bullet1.png) -20px 10px no-repeat;
	transition: all ease-in-out .7s;
	display: block;
	padding: 3px 0 0 0;
}

.footer-link ul li a:hover {
	text-decoration: none;
	background: url(images/bullet1.png) 210px center no-repeat;
	color: #1a6ac1;
	display: block;
	max-width: 200px;
	padding: 3px 0 0 10px;
}

.footer-link .block {
	width: 200px;
	height: 60px;
	float: left;
	margin: 0 0 0 15px;
	padding: 0 0 10px 10px;
}

.footer-link-cont {
	width: 25%;
	float: left;
}

.footer-link-cont h2 {
	    font-size: 18px;
    color: #1a6ac1;
    margin: 15px 0 5px 0;
    border-bottom: 1px solid #666666;
    padding-bottom: 10px;
}

.footer-link-cont .block {
margin-bottom: 15px
}

.tnc {
	width: 62%;
	float: left; margin-top: 4px;
}

.tnc a {
	text-decoration: none;
	color: #333
}

.tnc a:hover {
	color: #0c60bd;
}

.tnc p {
	font-size: 12px;
}

.powerdby {
	padding-left: 20px; width: 38%;
	float: right;
	text-align: right;
}

.powerdby a {
	text-decoration: none;
	color: #333
}

.powerdby a:hover {
	color: #0c60bd;
}

.powerdby p {
	font-size: 12px;
}

/* start : Code added by Ranvir singh */
#clock_content {
	margin: 0 auto;
	width: auto;
	padding: 5px;
	border-radius: 5px;
	display: table;
}

#HourDiv,
#MinutDiv,
#SecDiv {
	float: left;
	color: #333;
	width: auto;
	text-align: center;
	font-size: 11px;
}

#clock_content span {
	float: left;
	color: #333;
	font-size: 10px;
}

.date p {
	float: left;
	margin: 0 12px 0 0;
}

.pack_tab {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 5px;
	padding: 10px 0;
}

.clr {
	clear: both;
}

.pack_tab ul li {
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	border-radius: 5px;
	float: left;
	font-size: 16px;
/*	height: 25px;*/
	margin: 5px 0px;
	width: 1005;
	padding: 10px 20px;
	list-style: none;
	cursor: pointer;
}

#1a6ac0 {}

.pack_tab ul li:hover {
	box-shadow: 0 4px 0 0 rgba(50, 50, 50, 0.75);
	transition: all ease-in-out .4s
}

.pack_tab ul li a {
	text-decoration: none;
}

.gotop {
	border: 1px solid #1a6ac0;
	border-radius: 5px;
	right: 20px;
	bottom: 270px;
	position: fixed;
	padding: 5px;
	background: #fff;
	color: #1a6ac0;
	display: none;
}

.gotop a {
	text-decoration: none;
}

#trialform_cont {
	float: left !important;
	background: #ffffff;
	border: none !important;
}

.trialform {
	float: left;
	width: auto;
}

.trialform .row {
	float: left;
	margin: 5px; width: 100%
}

.trialform .row .label {
	width: 180px;
	float: left;
	color: #1a6ac0;
}

.trialform .row .input {
	width: calc(75% - 180px);
	height: 28px;
	float: left;
	border-radius: 5px;
	border: 1px solid #cacaca;
/*	margin: 0 10px 0 0;*/
	padding: 0 5px;
	background: #fbfbfb;
	color: #666;
}

.trialform .row .input:focus {
	color: #666 !important;
	transition: all ease-in-out .6s;
	border: 1px solid #0099FF;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}

.checkbox {}

.btn {
	background-color: #49afcd;
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}

.btn:hover {
	background-color: #2f96b4;
	color: #1a6ac0;
}

.visitors {
	height: 45px;
	width: 158px;
	padding: 10px;
	background: #ededed;
	float: left;
	margin: 0 0 5px 12px;
}

.notification {
	background-position: 20px 10px;
	background-repeat: no-repeat;
	border: 1px solid;
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 10px 20px 10px 45px;
}

.n-success {
	background-color: #a3e6bd;
	background-image: url("images/notification-tick.gif");
	border-color: #68d59b;
}

.n-error {
	background-color: #ffc6ca;
	background-image: url("images/notification-slash.gif");
	border-color: #efb9c3;
}

.image_p {
	float: right;
	width: 314px;
	margin-left: 5px;
}

#news-text-nse iframe table tr td.inp b {
	color: #1a6ac0 !important;
	font-size: 22px !important;
}

.yearbox > ul.yearboxul > li {
	border: 1px dashed;
	float: left;
	height: auto;
	margin-right: 5px;
	width: 205px;
	font-size: 26px;
	text-align: center;
	list-style: none;
}

.yearbox > ul.yearboxul > li:first {
	background: #666;
	border: 1px solid;
}

.yearbox > ul.yearboxul > li li {
	list-style: none;
}

.yearbox > ul.yearboxul > li:hover {
	border: 1px solid;
}

.yearbox > ul.yearboxul li li:hover {
	border: 1px dashed;
	background: #ededed;
}

.yearbox > ul.yearboxul li li a {
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	padding: 3px;
}

.tablepast {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 100%
}

.tablepast thead {
	background: none repeat scroll 0 0 #dedede !important;
}

.tablepast thead th {
	padding: 9px 10px !important;
	font-size: 15px !important;
	font-weight: bold !important;
	color: #666 !important;
	font-family: "Comic Sans MS", cursive;
}

.tablepast tbody tr:nth-child(2n) {
	background: none repeat scroll 0 0 #f0f0f0 !important;
}

.tablepast tr td {
	border: medium none !important;
	color: #333 !important;
	font-size: 13px !important;
	padding: 9px 3px !important;
	vertical-align: top !important;
}

.tablepast tr td p {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 13px !important;
}

.calc tr td {
	padding: 1px 3px !important;
}

#customInput {
	width: 130px;
	height: 22px;
	color: #666;
	float: right;
	border-radius: 5px;
	border: 1px solid #cacaca;
	margin: 0 10px 0 0;
	padding: 0 5px;
	background: #fbfbfb;
}

.orderlist {
	list-style: lower-alpha;
	margin-left: 40px;
	text-align: justify;
	font-size: 14px;
}

.orderlist li {
	padding: 2px;
}

.romanlist {
	list-style: decimal;
	margin-left: 20px;
	font-size: 13px;
}

.romanlist li {
	padding: 2px;
	line-height: 2;
}

.sitemapul {
	list-style: none;
	text-align: justify;
	font-size: 14px;
}

.sitemapul li {
	padding: 5px 15px 5px 25px;
    background: url(images/bullet1.png) left top 6px no-repeat;
    width: 50%;
    float: left;
}

.sitemapul li a {
	text-decoration: none;
}

.sitemapulchild {
	list-style: none;
	margin-left: 15px;
	text-align: justify;
	font-size: 14px;
}

.sitemapulchild li {
	padding: 5px;
    margin: 2px;
    background: none;
    list-style: circle outside none;
}

.packageli {
	border: 1px solid #ccc;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 205px;
	background: #fff;
}

a.btn {
	text-decoration: none;
	margin: 3px;
}

a.pbtn {
	bottom: 5px;
	float: right;
	right: 5px;
	position: absolute;
}

.packageli {
	-webkit-transition: all 1s ease;
	/* Safari and Chrome */
	-moz-transition: all 1s ease;
	/* Firefox */
	-o-transition: all 1s ease;
	/* IE 9 */
	-ms-transition: all 1s ease;
	/* Opera */
	transition: all 1s ease;
}

.packageli:hover {
	-webkit-transform: scale(1.25);
	/* Safari and Chrome */
	-moz-transform: scale(1.25);
	/* Firefox */
	-ms-transform: scale(1.25);
	/* IE 9 */
	-o-transform: scale(1.25);
	/* Opera */
	transform: scale(1.25);
	box-shadow: 10px 10px 30px gray;
	/*CSS3 shadow: 30px blurred shadow all around image*/
	-webkit-box-shadow: 10px 10px 30px gray;
	/*Safari shadow version*/
	-moz-box-shadow: 10px 10px 30px gray;
	/*Mozilla shadow version*/
	opacity: 1;
	border-radius: 5px;
}

.package_det {
	float: left;
	margin-top: 15px;
	width: 100%
}

.pack_btn {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.left {
	float: left;
	width: 65%
}

.right {
	float: right;
	width: 32%;
}

.fullwidth table {
	width: 100%;
	border: 1px solid #ccc;
}

.fullwidth table tr th {
	color: #fff;
	padding: 5px;
}

.fullwidth table tr td .style1 {
	color: #fff !important;
}

.monthbox {
	float: left;
	width: 50%; padding: 0 15px
}

.monthbox li {
	float: left;
	width: 100%;
}

#spnMCXPriceTicker {
	color: #fff !important;
	background: #999 !important;
}

p.bnrcomment {
	top: 0;
	background: #999;
	left: 0px !important;
	padding-left: 10px;
	color: #fff;
	opacity: 0.6;
	border-radius: 0px 0px 7px !important;
	box-shadow: 5px 5px 10px gray;
	/*CSS3 shadow: 30px blurred shadow all around image*/
	-webkit-box-shadow: 5px 5px 10px gray;
	/*Safari shadow version*/
	-moz-box-shadow: 5px 5px 10px gray;
	/*Mozilla shadow version*/
}

/* Code for popup */
blockquote,
q {
	quotes: """";
}

a.popup {
	cursor: pointer;
	text-decoration: none;
}

br.both {
	clear: both;
}

#backgroundPopup {
/*	display: none;*/
	display: none !important;
	position: fixed;
	_position: absolute;
	/* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 9999;
}

#popupContact {
/*	display: none;*/
     display: none !important; 
    position: fixed !important;
    _position: absolute;
    /* height: 500px; */
    max-width: 600px;
    background: #FFFFFF;
    border: 6px solid #cecece;
    border-radius: 3px;
    z-index: 99999;
    padding: 12px;
    font-size: 13px;
    top: 30px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    margin: 0 auto;
}

#popupContact h1 {
	text-align: left;
	color: #6FA5FD;
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px dotted #D3D3D3;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

#popupContactClose {
	font-size: 14px;
	line-height: 14px;
	right: 6px;
	top: 4px;
	position: absolute;
	color: #6fa5fd;
	font-weight: 700;
	display: block;
}

#contactArea img {
/*
	height: 100%;
	width: 100%;
*/
}

/* end : Code added by Ranvir singh */
