@charset "utf-8";
/* CSS Document */

.content_pra_header
{
	background: #29b054 !important;
}

#fade {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
#light {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 600px;
	max-height: 360px;
	margin-left: -300px;
	margin-top: -180px;
	border: 2px solid #FFF;
	background: #FFF;
	z-index: 1002;
	overflow: visible;
}
#boxclose {
	float: right;
	cursor: pointer;
	color: #fff;
	border: 1px solid #AEAEAE;
	border-radius: 3px;
	background: #222222;
	font-size: 31px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	padding: 11px 3px;
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 1002;
	opacity: 0.9;
}
.boxclose:before {
	content: "×";
}
.service-icons 
{
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: center;
    bottom: 0px;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #fffc;
}
.service-icons li 
{
    display: inline-block;
    width: 125px;
    height: 108px;
}
.list-inline > li 
{
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.bike-icon 
{
    color: #fff;
    text-align: center;
    background: url("images/bike-insurance.png") center bottom no-repeat;
}
.service-icons li a 
{
    color: #000 !important;
    display: inline-block;
    overflow: hidden;
    width: 105px;
    height: 108px;
    font-weight: 600;
}
.car-icon 
{
    color: #fff;
    text-align: center;
    background: url("images/car-insurance.png") center bottom no-repeat;
}
.commercial-icon 
{
    color: #fff;
    text-align: center;
    background: url("images/commercial-insurance.png") center bottom no-repeat;
}
.service-icons li a 
{
    color: #fff;
}
#fade:hover ~ #boxclose {
	display: none;
}
.test:hover ~ .test2 {
	display: none;
}
.travel-icon 
{
    color: #fff;
    text-align: center;
    background: url("images/travel-insurance.png") center bottom no-repeat;
}
.health-icon 
{
    color: #fff;
    text-align: center;
    background: url("images/health-insurance.png") center bottom no-repeat;
}
.life-icon 
{
    color: #fff;
    text-align: center;
    background: url("images/life-insurance.png") center bottom no-repeat;
}
body {
	/*background-color: #e9eff5;*/
	background-image: url("images/bg-img.png");
	background-repeat: no-repeat;
	/*min-height: 325px;*/
	background-repeat: repeat-x;
}
.body_wrap {
	max-width: 1280px;
	margin: 0 auto;

}
.navbar-inverse
{
	background-color: #2ac963 !important;
	background-color: #004787 !important;
}
.carousel-inner .item img
{
	width: 100%;
}
.nav.navbar-nav
{
	margin: 0px auto;
}
.body_wrap-top
{
	padding-top: 15px;	
}
.rhs_content_header img {
	margin-top:8px;
}
img.special_offer {
	margin: 15px 0 0 0;
}
.rhs_content_header ul {
	list-style: none;
}
.phone , .mail 
{
	color: #222;
	font-weight: 500;
}
.phone img , .mail img
{
	padding-right: 5px;
}
.rhs_content_header ul li
{
	display: inline-block;
}
.rhs_content_header ul li a
{
	background-color: #1d81b1;
	background-color: #29b054;
	padding: 8px 14px;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	font-size: 18px;
}
.rhs_content {
}
.logo {
	display: inline-block;
}
.logo img {
	max-width: 100%;
	margin-bottom:10px;
}
.rhs_content_header ul{
margin-left:0px;
padding-left:0px;
}
.full-width {
	display: inline-block;
}
.full-width .blinktext{
margin-right:15px;
}
.blinktext {
	-moz-animation-duration: .7s;
	-moz-animation-name: blink;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-webkit-animation-duration: .7s;
	-webkit-animation-name: blink;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-duration: .7s;
	animation-name: blink;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	display: inline-block;
	float: right;
	margin-right: 0px;
	z-index: 999 !important;
}
 @-moz-keyframes blink {
 from {
 opacity: 1;
}
to {
	opacity: 0;
}
}
 @-webkit-keyframes blink {
 from {
 opacity: 1;
}
to {
	opacity: 0;
}
}
 @keyframes blink {
 from {
 opacity: 1;
}
to {
	opacity: 0;
}
}
.content_pra {
	padding: 15px 0;
}
.social{
list-style:none;
}
.social li{
display:inline-block;
margin-left:5px;
}
.refre-friend{
font-size:20px;
color:#161515;
}
a:hover{
text-decoration:none;
}
.rhs_content_header {
	float: right;
	text-align: right;
	margin-top: 10px;
}
.rhs_content_header h3 {
	color: #ee6720;
	font-family: Arial;
	font-weight: bold;
	margin: 19px 0;
}
.slider_part {
	margin-top: -230px;
	margin-bottom: 12px;
	clear: both;
}
.menu_wrap .navbar-inverse {
	background: #164973
;
	border: none;
	margin-bottom: 20px;
}
.menu_wrap {
	clear: both;
}
.menu_wrap .nav > li {
	border-right: 1px solid #f3f3f35e;
}
.menu_wrap .nav > li a {
	color: #fff;
	font-size: 21px;
	font-family: Arial;
	padding: 15px 33px;
}
li.last_menu {
	border-right: none !important;
}
.menu_wrap .nav > li > a:hover {
	background-color: #e9eff5

;
	color: #000;
}
ul.dropdown-menu li a {
	padding: 15px 10px !important;
	font-size: 16px !important;
}
.dropdown-menu{
    padding: 0px 0px !important;
}
ul.dropdown-menu li a:hover {
	color: #000;
}
.dropdown-menu {
	background-color: #164973
;
	width: 100%;
}
.weclome_content {
	background-color: #eeeeee;
	/*padding: 10px;*/
}
.welcome_para
{
	padding: 0px 15px;
}
.investonline_div {

    padding: 50px 0px;
	text-align: center;
	background:#eeeeee;
}
.form_div {
	background-color: #eeeeee;
	padding: 10px;
}
.blog_div
{
	padding: 0px;
}
.TabbedPanelsTab
{
	background-color: #2ac963 !important;
}
.lhs_content
{
	padding: 10px 0px;
}
.body_wrap.footer_wrap
{
	background-color: #164973;
	padding: 20px 0;
}
.TabbedPanelsTabSelected
{
	background-color: #0171a7 !important;
}
.lhs_content .col-lg-12, .rhs_content .col-lg-12, .lhs_content .col-sm-3 {
	padding: 0;
}
.blog_div marquee
{
	height: 282px;
}
.news {
	margin-top: 6px;
}
.lhs_content .col-lg-12, .rhs_content .col-lg-12 {
	margin: 0 0 15px 0;
}
h1.welcome_tab {
	margin: 5px 0;
	font-size: 26px;
	font-family: Open Sans;
	font-weight: bold;
}
.welcome_para p {
	text-align: justify;
	color: #000;
	font-family: Arial;
	margin: 13px 0;
}
.rotate {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow: hidden;
}
.rotate:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.circle_div {
	text-align: center;
	margin:20px 0px;
}
.frame_ticket{
margin-bottom: 10px;
}
 .mb-20{
 margin-bottom:25px;
 }
 .pt-10{
 padding-top:10px;
     clear: both;
 }
.heading_div {
	text-align: center;
	background: #164973;
	background: #2ac963;
	background: #004787;
;
}
.heading_div h2 {
	color: #fff;
	font-size: 22px;
	padding: 7px 0;
	margin: 0;
}
.mfp_div {
	border: 1px solid #bfb5cd;
	text-align: center;
}
.weclome_content .heading_div
{
	background: #29b054
}
footer {
	background-color: #164973;
	background-color: #004787;
	clear: both;
	color: #fff;
	padding: 20px 0;
}
footer .body_wrap.footer_wrap
{
	background-color: #16497300;
}
.address li
{
	margin-bottom: 10px;
}
.footer_wrap ul li
{
	list-style-type: none;
	text-align: left;
}
.footer_wrap h4
{
	text-align: left;
	padding-left: 50px;
}
.footer_wrap ul li img
{
	padding-right: 7px;
}
.nav-footer {
	text-align: center;
	margin-bottom: 10px;
}
.Usefull a
{
	display: inline-block !important;
	padding: 0 3px !important;
}
.Usefull
{
	text-align: left;
	padding-left: 40px;
}
.nav-footer a {
	color: #fff;
	padding: 0 10px;
	margin: 4px 0px;
	display: block;
}
p.footer_lhs {
	text-align: right;
	margin-bottom: 0;
}
p.footer_rhs {
	margin-bottom: 0;
}
.modal-dialog {
	width: 320px;
}
.modal-content {
    background: #e9eff5;
}
.login_btn{
background:#d40000!important;
}
/*  Form Start*/

#frmContact {
	border: 1px solid #ccc;
	border-top: 0;
}
input#captcha {
	color: #000;
	background-color: transparent;
	float: left;
	width: 102px;
	padding: 6px 0;
	border: 1px solid #a1a1a1;
	text-align: center;
}
#frmContact div label {
	float: left;
	color: #000;
	margin-top: 2px;
}
.form_control {
	margin-bottom: 5px;
}
img#captcha_code {
	float: left;
	margin-right: 4px;
	height: 34px;
}
.demoInputBox {
	width: 100%;
	float: right;
	padding: 5px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: transparent;
	background-image: none;
	border: 1px solid #a1a1a1;
	margin-bottom:5px !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.error {
	background-color: #FF6600;
	border: #AA4502 1px solid;
	padding: 5px 10px;
	color: #FFFFFF;
	border-radius: 4px;
}
.success, #mail-status p {
	background-color: #12CC1A;
	border: #0FA015 1px solid;
	padding: 5px 10px;
	color: #FFFFFF;
	border-radius: 4px;
}
.info {
	font-size: .8em;
	color: #FF6600;
	letter-spacing: 2px;
	padding-left: 5px;
}
.btnAction {
	background-color: #d40000;
	margin-left: 1px;
	padding: 7px 29px;
	color: #FFF;
	border: #F0F0F0 1px solid;
	border-radius: 4px;
}
textarea#message {
	height: 32px;
}
.btnRefresh {
	background-color: black;
	border: 0;
	padding: 7px 10px;
	color: #FFF;
	float: left;
	margin-right: 5px;
}
/* Form Closed */


.popup2 {
	background-color: #e9eff5

;
	padding: 10px 5px;
	border: 1px solid #fff;
	border-radius: 4px;
}
.popup2 input#captcha {
	width: 78px;
	padding: 9px 0;
	font-size: 11px;
}
.popup2 .btnRefresh {
	padding: 7px 0;
	background-color: #000;
	text-align: center;
	width: 55px;
	margin-top: 0;
}
.popup2 .btnAction {
	padding: 7px 14px;
}
.popup2 ul {
	font-weight: bold;
	text-align: justify;
	color: #873E97;
	width: 95%;
	margin: 0 auto;
	font-size: 15px;
	padding-left: 15px;
}
.popup2 ul li {
	font-weight: bold;
	text-align: justify;
	color: #873E97;
	font-size: 15px;
	list-style-type: circle;
	line-height: 18px;
	margin-bottom: 5px;
}
.popup2 h3 {
	width: 95%;
	margin: 15px auto;
	font-size: 20px;
	background-color: #fff;
	padding: 6px;
	font-weight: bold;
	text-align: center;
}
.popup2buttonclose {
	position: relative;
	top: -24px;
	left: 32px;
	opacity: 1;
}
ul.link.border li a {
	font-size: 18px;
	font-weight: bold;
}
.rhs_contact_details {
	float: right;
	width: 70%;
}
.rhs_contact_details table {
	width: 100%;
}
.rhs_contact_details table tr {
	height: 55px;
}
.rhs_contact_details table td {
	font-size: 18px;
	font-family: cursive;
	font-weight: bold;
	color: #4D3A7A;
}
.calculator_div1 {
	display: none;
}
.three_cal {
	background-color: #164973
;
	color: #fff;
	text-align: center;
	padding: 11px 0;
}
.rhs_contact_details img {
	width: 35px;
}
.sensex_nifty {
	margin: 0 auto;
	width: 97%;
	margin-bottom: 15px;
	height: 70px;
}
h1.demate_account {
	font-family: cursive;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	border: 1px dashed #161515;
	padding: 5px 8px;
	color: #161515;
}
.extra_link {
	border: 1px solid #000;
	padding: 5px;
	background-color: yellow;
	font-weight: bold;
}

/*.blink {
    animation-duration: 0.3s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes blink {
    from {

		color:green;
    }
    to {
    
		color:red;
    }
}*/
.partners{
max-width: 1250px;
}
.dropdown-menu{
    min-width: 201px !important;
}
ul.dropdown-menu li a {
    padding: 10px 10px !important;
    font-size: 16px !important;
}
.partners .col-sm-4{
background:#eeeeee;
padding-top:20px;
padding-bottom:20px;
text-align:center;
}
.partners .col-sm-4 img{
max-width:100%;
}
.sensex_niftyy{
 height: 77px;
 overflow: hidden;
 clear:both;
}

@media (max-width: 1200px) {
.blinktext {
	margin-right: auto;
}
}
@media (max-width: 910px) {
.logo {
	width: 100%;
	float: left;
}
.blinktext {
	float: none;
}
.full-width {
	width: 100%;
	float: left;
	text-align: center;
}
}

@media (max-width: 767px) 
{
	.partners .col-sm-4
	{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	.whatsapp-web
	{
		display: none;
	}
}
@media (min-width: 767px) 
{
	.whatsapp-mobile
	{
		display: none;
	}
}

#vtab ul
{
	background: #2ac963 !important;
	background: #29b054 !important;
}
#vtab ul li.selected
{
	background-color: #004787 !important;
}
#myCarousel2 .item
{
	padding: 20px;
}
.carousel-indicators li
{
	border: 1px solid #000;
}
.carousel-indicators li.active
{
	background-color: #000;
}
.carousel-indicators
{
	bottom: -6px !important;
}
.navbar-nav
{
	float: none;
	margin: 0;
	width: auto;
	display: inline-block;
}
#bs-example-navbar-collapse-1
{
	text-align: center;
}
.testi-name
{
	margin: 0px auto;
    margin-bottom: 0px;
	display: block;
	text-align: center;
	margin-bottom: 22px;
}
.blog_div marquee
{
	padding: 10px;
}