@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------- */
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.TopStrip {
	position: fixed;
	display: block;
	background: #666666;
	width: 100%;
	height: 5px;
	top: 0;
	left: 0;
}

.mainTable {  width: 1002px; margin-bottom: 12px; }
.mainTable > tbody > tr > td {	padding: 0 11px; }

a.logo {
	display: inline-block;
	margin-top: -30px;
	margin-left: -22px;
	z-index: 99;
}
.AEcall {
	text-transform: uppercase;
	font-size: 13px;
	padding-top: 10px;
}
.AEcall p {
	padding: 0;
	margin: 5px 0;
	color: #7d8d10;
	font-weight: bold;
}
.AEcall p > span {
	color: #212121;
	font-weight: normal;
	font-size: 14px;
	font-family: Signika, sans-serif;
}
a.TopContBtn {
	background: url(../images/contact-bt.png) no-repeat center;
	width: 168px;
	height: 39px;
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 10px;
}
a.TopContBtn:hover {
	background: url(../images/contact-bt-roll.png) no-repeat center;
}
a.TopContBtnActive {
	background: url(../images/contact-bt-roll.png) no-repeat center;
	width: 168px;
	height: 39px;
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 10px;
	cursor: default;
}
a.TopEmailBtn {
	background: url(../images/email.jpg) no-repeat bottom center;
	width: 28px;
	height: 39px;
	display: inline-block;
}
a.TopEmailBtn:hover {
	background: url(../images/email-roll.jpg) no-repeat bottom center;
}

.navbg {
	background-color: #fff !important;
	position: fixed;
	top: 0;
	z-index: 999;
}
.navbar-collapse {
	padding: 0;
}
.HNnavbar {
	border: none;
	height: 36px;
	width: 980px;
	min-height: inherit;
  	margin-bottom: 0;
	background: url(../images/navbg.gif) repeat-x;
	border-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: 0px 0px 8px 0px rgba(16, 16, 110, 0.30);
	z-index: 99;
	position: relative;
}
.navbar-nav > li > a {
	padding-right: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 19px;
	background: url(../images/navbg-div.gif) right top no-repeat;
}
.navbar-nav > li > a:hover {
	background: url(../images/navbg-div.gif) right top no-repeat;
}
.navbar-nav > li:last-child > a {
	background: transparent;
}
.HNnavbar  .collapse > ul > li > a {
	color: #fff !important;
	font-size: 14px;
	line-height: 15px;
	margin-top: 0;
}
.HNnavbar  .collapse > ul > li > a:hover {
	color: #bebebe !important;
	background-color: transparent !important; /* #a9bd23 */
}
.HNnavbar .collapse > ul > li.active > a {
	color: #bebebe !important;
}
.HNnavbar  .collapse > ul > li:first-child > a {
	width: 45px;
	display: block;
	background: url(../images/icons/home.png) center no-repeat, url(../images/navbg-div.gif) right top no-repeat;
	margin-left: 8px;
}
.HNnavbar  .collapse > ul > li:first-child > a:hover {
	background: url(../images/icons/home-.png) center no-repeat, url(../images/navbg-div.gif) right top no-repeat;
	border-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.HNnavbar  .collapse > ul > li:first-child.active > a {
	display: block;
	background: url(../images/icons/home-.png) center no-repeat, url(../images/navbg-div.gif) right top no-repeat;
	background-color: transparent !important; /* #a9bd23 */
	margin-left: 8px;
	border-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.HNnavbar li > ul > li > a {
	color: #3c3c3c;
	border-bottom: solid thin #e1e0e0;
	padding-left: 10px;
	padding-right: 10px;
}
.HNnavbar li > ul > li > a:hover {
	color: #000;
	background-color: #dadada;
	border-bottom: solid thin #009999;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	color: #bebebe !important;
	background-color: transparent !important; /* #a9bd23 */
}

/*------------------- Book Button ----------------*/
.practo_abs_widget_button {
    font-weight: bold;
    background-color: #fff;
    padding: 5px;
    display: inline-block;
    width: 175px;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
	text-align: center;
}
.practo_abs_widget_button span {
	color: #fff;
	display: block;
	padding: 8px 10px;
	background-color: #1ebef0;
}
.practo_abs_widget_button:hover span {
    color: #fff;
    background-color: #525252;
}
.practo_abs_widget_button.inpage {
	margin: -5px 0 8px;
}
.practo_abs_widget_button.inpage span {
	padding: 5px 10px;
}

/* ------- For JW Player ------- */
img.jwlogo {
	display: none !important;
}

/*------------------- sticky adds ----------------*/
.stickynote{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
}
#stickynote-close{
	position:absolute;
	left: 85%;
	top: 5%;
	cursor: pointer;
}

.Qua {
	font-size: 15px;
	padding: 0 0 0 20px;
}
.Qua li {
	padding: 2px 0;
}

.buttonsto {
	color: #fff !important;
	padding: 8px 10px 10px; border: none;
			 background-image: url(../images/arrorw.png);
			 background-position: 90% center;
			 background-repeat: no-repeat;
	-webkit-user-select: none;
	-webkit-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	display: block;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.buttonsto:hover {
	text-decoration: none;
	background: url(../images/arrorw.png) 93% center no-repeat, #2e4b6b !important;
}
.buttonsto:active { position: relative; top: 3px;
	-webkit-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
	box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
}
.buttonsto:active:after { content: ""; width: 100%; height: 3px; background: #fff; position: absolute; bottom: -1px; left: 0; }
.orange { background-color: #da8a00 !important; }
.gray { background-color: #8e8e8e !important; }
.buttonsto > p, .buttonsto > span { padding: 0; margin: 0;   }
.buttonsto > span { font-size: 21px; font-weight: bold; line-height: 22px; }

.boxes {
	background-color: #ECECEC;
	padding: 15px;
	border-radius: 5px;
}
.boxes h5{
	margin-bottom: 2px;
	font-weight: bold;
}
.boxes p:last-child {
	margin-bottom: 0;
}

/*-------------------------------------------------- */
/* BODY
-------------------------------------------------- */
a.EnterBtn {
	background: url(../images/enterBtn.jpg) center no-repeat;
	width: 120px;
	height: 38px;
	display: inline-block;
}
a.EnterBtn:hover {
	background: url(../images/enterBtnRoll.jpg) center no-repeat;
}
a.SkypeBtn {
	background: url(../images/skypeBtn.jpg) center no-repeat;
	width: 215px;
	height: 45px;
	display: inline-block;
}
a.SkypeBtn:hover {
	background: url(../images/skypeBtnRoll.jpg) center no-repeat;
}

a.HomePnlVideoBtn {
	background-size: cover !important;
	height: 150px;
	display: block;
	border: #c9c9c9 solid 3px;
	color: #fff;
	font-size: 17px;
	position: relative;
	overflow: hidden;
}
a.HomePnlVideoBtn:hover {
	box-shadow: 0px 0px 8px 0px rgba(16, 16, 110, 0.30);
}
a.HomePnlVideoBtn > img {
	position: absolute;
	left: 0;
	top: 0;
	/*-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;*/
}
/*a.HomePnlVideoBtn:hover > img {
	-webkit-transform: scale(1.1, 1.1);
   -moz-transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
   -o-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1)
}*/
.HpnlShadow {
	position: absolute;
	background: url(../images/HpnlShadow.png) bottom center repeat-x;
	width: 100%;
	height: 123px;
	line-height: 123px;
	text-align: left;
	left: 0;
	bottom: 0;
}
.HpnlShadow > p {
	display: inline-block;
	line-height: 18px;
	vertical-align: bottom;
	margin: 0 0 15px 15px;
	padding: 0;
	-webkit-transition: all 150ms;
	        transition: all 150ms;
}
a.HomePnlVideoBtn:hover .HpnlShadow > p {
	margin: 0 0 15px 17px;
}
.Hpnlplaybtn {
	position: absolute;
	background: url(../images/play-btn.png) bottom center repeat-x;
	background-size: cover;
	width: 50px;
	height: 50px;
	right: 0;
	bottom: 0;
	-webkit-transition: all 150ms;
	        transition: all 150ms;
}
a.HomePnlVideoBtn:hover .Hpnlplaybtn {
	width: 55px;
	height: 55px;
}



/* ------------------------ Contact ------------------------------ */
.contactbg {
	background: url(../images/contact-icon.png) bottom right no-repeat;
	background-size: 30%;
}

/*-------------------------------------------------- */
/* FOOTER
-------------------------------------------------- */
.footerLinks, .footerLinks a {
	color: #6c6c6c;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.footerLinks a:hover {
	color: #38b033;
	text-decoration: underline;
}
.footerLinks a.active {
	font-family: Verdana,Geneva,sans-serif;
	font-size: 11px;
	color: #38b033;
	text-decoration: underline;
	cursor: default;
}
.allrights {
	color: #8a8585;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    font-weight: normal;
	margin-top: 19px;
}
.allrights span {
	color: #1c8aa9;
}
/*
Author: Alpesh Panchal
Author Email: alpesh88ww@gmail.com
*/
