@charset "utf-8";
/* CSS Document */
html,body{height:100%;}
*{transition:all 0.3s ease;}
body{font-family: 'Roboto', sans-serif, Arial, "Helvetica Neue"; font-size:16px;}

h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
}
p{
	line-height: 1.6;
	color:#333;
	margin-bottom: 20px;
	text-align: justify;
}
a, a:link, a:hover{
	text-decoration:none;
}
a:hover{
	color:#d0171d;
}
ul,ol{
	list-style-type: none;
	margin:0;
	padding: 0;
}
li.open{
	background:none;
}
.red-text{
	color:#d0171d;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99999;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background: url(../images/loader.gif) center;
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
.grey-bg{
	background: #cecece;
}
.container{
	max-width:1170px;
}


.top-header{
	padding:20px 0;
}
.top-contatct-info{
	float: right;
}
.top-contatct-info > ul{
	list-style-type:none;
}
.top-contatct-info > ul li{
	display:inline-block;
	margin-left:20px;
}
.top-contatct-info > ul li > .info-box{
	display:flex;	
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
	align-items:flex-start;
	justify-content:flex-start;
}
.top-contatct-info > ul li > .info-box .info-icon i{
	border:1px solid #cecece;
	display:flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
	padding:15px;
	margin-right:15px;
}
.top-contatct-info > ul li > .info-box .info-icon i:before{
	font-size:15px;
	color:#d0171d;
}
.top-contatct-info > ul li > .info-box .info-details h4{
	font-size:14px;
	margin-bottom:5px; 
	margin-top:5px;
}
.top-contatct-info > ul li > .info-box .info-details p a{
	color:#d0171d;
}
.top-phone-number{
	margin-top: 10px;
}
.top-phone-number .top-phone-icon{
	display: inline-block;
	width:40px;
	height: 40px;
	transform: rotate(180deg);

}
.top-phone-number .top-phone-icon i{
	font-size: 30px;
	color:#000;
	transform: rotate(-60deg);
}
.top-phone-number .phn-number{
	display: inline-block;
	color:#166eb9;
	text-align: center;
	vertical-align: middle;
}
.top-phone-number .phn-number h3{
	font-size: 25px;
	color:#166eb9;
	margin: 0;
}
.top-phone-number .phn-number h5{
	font-size: 13px;
	color:#333;
	margin: 0;
	margin-bottom: 3px;
}

/*--- main nav start ---*/
.navbar-toggle{
    width: 40px;
    height: 40px;
    background:none;
    position: absolute;
    right: 10px;
    display: block;
    border:0;    
    border:1px solid #fff;
    padding-top: 3px;
    padding: 5px;
    margin: 0;
    border-radius: 0;
    margin-top: -10px;
    box-shadow: none;
}
  
  .navbar-toggle .icon-bar{
    width: 100%;
    display: block;
    height: 2px;
    background: #fff;
    margin-bottom: 2px;
  }
  .navbar-toggle .icon-bar:last-child{
  	margin-bottom: 0px;
  }
#site-navigation .site-nav-holder{
	position:relative;
}
#site-navigation .site-nav{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#000;
	/* border-bottom:2px solid #d0171d; */
	border-bottom:2px solid #0394b2;
	z-index:99;
}
#site-navigation .site-nav ul{
	list-style-type:none;
	margin:0; 
	padding:0;
}
#site-navigation .site-nav ul li{
	display:inline-block;
	position: relative;
}
#site-navigation .site-nav ul li a{
	display:block;
	font-size: 14px;
	color:#fff;
	text-transform:uppercase;
	padding:12px 18px;
}
#site-navigation .site-nav ul li a span.caret{
	margin-left: 10px;
}
#site-navigation .site-nav ul li:hover a{
	background:#0394b2;
	color:#fff;
}
#site-navigation .site-nav ul li.active a{
	background:#d0171d;
	color:#fff;
}
#site-navigation .site-nav ul li > ul{
	display: none;
}
#site-navigation .site-nav ul li:hover > ul{
	display: block;
	width: 250px;
	box-shadow: 0;
	position: absolute;
	left:0;
	top: 45px;	
	background:#0394b2;
}
#site-navigation .site-nav ul li:hover > ul li{	
	display: block;
}
#site-navigation .site-nav ul li:hover > ul li a{	
	border-bottom: 1px solid #0394b2;
}
#site-navigation .site-nav ul li:hover > ul li a:hover{	
	background:#fff;
	color:#333;
	}
.collapse{
	display: none;
}

/*----- carousel start ----*/
.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
  height: 100%;
  background: #000;
}

.carousel-caption{ top:30%; left:0; right:0;}


/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.9;
}




/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

.slider-item{
	background:rgba(250, 250, 250, 0.8);
	padding:30px 30px;
	text-align:left;
}
.slider-item h1{
	font-size:35px;
	font-weight:bold;
	color:#0394b2;
	text-shadow:none;
	text-transform:uppercase;
	margin-bottom:15px;
}
.slider-item h2{
	font-size:30px;
	font-weight:bold;
	color:#0394b2;
	text-shadow:none;
	text-transform:uppercase;
	margin-bottom:25px;
}
.slider-item h3{
	font-size:25px;
	font-weight:800;
	color:#000;
	text-shadow:none;
}
.slider-item h4{
	font-size:28px;
	font-weight:800;
	color:#333;
	text-shadow:none;
	margin-bottom:25px;
}
.slider-item h5{
	font-size:22px;
	font-weight:800;
	color:#000;
	text-shadow:none;
}
.slider-item h3 i {
	font-size:25px;
	color:#0394b2;
	margin-right:10px;
}
.carousel-control{ width: 7%;}
.carousel-control.left,.carousel-control.right{background:none;}
.carousel-control .icon-prev,.carousel-control .icon-next{font-size:80px;}
/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*Start Form Section css*/
.form-section{
    background-color: #0394b2;
    padding: 20px 0;
    overflow: hidden;
    color: #FFF;
}
.form-section h3{
    font-size: 24px;
    margin: 0;
}
.form-section span{
    font-size: 27px;
}
.form-section p{
    color: #FFF;
    font-size: 14px;
}
.form-section .form-post{

}
.form-section .form-post {
    margin: 0;
    padding: 0;
}
.form-section .form-post  input[type="text"]{
    width: 200px;
    height: 40px;
    color:#333;
    border-radius: 4px;
    background-color: #FFF;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    padding: 3px 20px 0 20px;
    border:0;
}
.form-section .form-post  input[type="Email"]{
    width: 200px;
    height: 40px;
    color:#333;
    border-radius: 4px;
    background-color: #FFF;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    padding: 3px 20px 0 20px;
    border:0;
}
.form-section .form-post  input[type="tel"]{
    width: 200px;
    height: 40px;
    color:#333;
    border-radius: 4px;
    background-color: #FFF;
    float: left;
    margin-bottom: 20px;
    padding: 3px 20px 0 20px;
    border:0;
}
.form-section input[type="submit"]{
    width: 200px;
    height: 40px;
    float: left;
    background-color: #122b40;
    border-radius: 4px;
    border:none;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
.form-section .form-post input[type="text"]:nth-child(4n){
    margin-bottom: 0px
}
.form-section .form-post input[type="text"]:nth-child(5n){
    margin-bottom: 0px
}
/* End Form Section */


/*------ Inner page design start --------*/
.about-page p{
	text-align: center;
}
.section-padding{padding:30px 0;}
.heading{font-size:30px; font-weight:700; margin-top:10px; margin-bottom:20px; position:relative; text-align:center;}
.heading:before{width:100px;  position:absolute; left:0; right:0; bottom:-5px; content:""; border-bottom:1px solid #0394b2; padding-top:15px; margin-bottom:10px; margin:0 auto;}

.service-icon { background:#efefef;}
.service-icon img{width:80px; height:80px; margin:auto; }
.services{margin-top:25px;}
#our-services .service-div{
	vertical-align: text-top;
}
#our-services .service-div .service-item{ margin-bottom:20px; vertical-align:text-top; border-top: 1px solid #cecece;}
#our-services .service-div .service-item .service-item-cnt{background:#d0d0d0; height: 160px; padding:10px 20px; border-bottom:2px solid #000;}
#our-services .service-div .service-item h3{font-size:16px; color:#fff; padding:10px; background:#0394b2; margin:0; text-align:center;}
#our-services .service-div .service-item p{font-size:14px;}

#why-we{background:url('../images/bg/why-we-bg.jpg') center no-repeat; background-attachment:fixed; background-size: cover; padding:50px 0;}
#why-we h1.heading{color:#fff; font-size:24px; }
#why-we h3.heading{color:#fff; font-size:24px; }
.whychooseus .whychus-row{ padding-top:15px; width:100%; display:block; clear:both;}
.whychooseus .whychus-row .whywe-icon{width:60px; height:60px; float: left; }
.whychooseus .whychus-row .whywe-icon i{
	display:block;
	width:50px;
 	height:50px;
	text-align:center;
	margin-top:10px;
  }
.whychooseus .whychus-row .whywe-icon i:before{font-size:30px; color:#fff; }
.whychooseus .whychus-row .whywe-cnt{margin-left:-10px; padding-left:80px;} 
.whywe-cnt h4{color:#fff; }
.whywe-cnt p{color:#e4e4e4; margin-bottom:20px;}
.whychus-row:last-child .whywe-cnt p{margin-bottom:0px;}
.wht-rd-assist{
	margin:20px 20px 20px 0;
}
.wht-rd-assist p{/*font-size:15px; */margin-bottom:15px; color:#fff; line-height:1.5;}

.all-cities ul li a{
	display: block;
	font-size: 15px;
	color:#333;
	padding:5px 15px;
	position: relative;
}
.all-cities ul li a:hover{
	background: #333;
	color:#fff;
}
.all-cities ul li a:before{
	display: block;
	width: 20px;
	content: "\00BB";
	position: absolute;
	left: 0;
	top: 3px;
}

#footer .top-footer{
	background:#0394b2;
}
#footer .top-footer h1.heading, #footer .top-footer h3.heading{
	font-size:24px;
	color:#fff;
	margin-bottom:30px;
	}
#footer .top-footer h1.heading:before{
	border-bottom:1px solid #fff;
}
#footer .top-footer ul{
	margin:0; 
	padding:0;
	list-style-type:none;
}
#footer .top-footer ul li a{
	font-size:14px; 
	color:#fff; 
	padding-left:15px; 
}
#footer .top-footer ul li:before{
	width:20px;
	height:20px;
	font-family: FontAwesome;
	display:block;
	content:"\00BB";
	position:absolute;
	color:#fff;
}

#footer .footer-middle{
	background:#212121;
	padding:20px 0;
}
#footer .footer-middle h4{
	color:#fff;
}
#footer .footer-middle ul li a{
	font-size: 15px;
	color:#ddd;
}
#footer .footer-middle p{
	color:#ddd;
	margin-bottom: 10px;
}
#footer .footer-middle .cnt-details-row{
	margin-bottom: 0;
	border-bottom:0;
}
#footer .footer-middle .cnt-details-row i{
	font-size: 16px;
	color: #fff;
	padding-top: 5px;
}
#footer .footer-middle .cnt-details-row .cntct-dtls{
	padding-left: 30px;
}
#footer .footer-middle .cnt-details-row.social-links a{	
	display: inline-flex;
	width: 28px;
	height: 28px;
	align-items:center;
	justify-content:center;
	background: #999;
	margin-right: 5px;
	border-radius: 5px;
}
#footer .footer-middle .cnt-details-row.social-links a i{	
	color:#000;
	padding-top: 0px;
}
#footer .footer-middle .cnt-details-row.social-links a:hover{	
	background: #fff;
}
#footer .footer-middle .cnt-details-row.social-links a:hover i{
	color:#d0171d;
}
#footer .footer-bottom{
	background:#000;
	padding:10px 0;
}
#footer .footer-bottom p a{
	font-size: 14px;
	color:#cdcdcd;
}
#footer .footer-bottom p{
	margin-bottom:0;
}
#footer h4{	
	font-weight: bold;
	color:#f4f4f4;
	margin-bottom: 10px;
}
#footer ul{
	display: block;
	float: left;
	clear: both;
	margin-bottom: 20px;
}
#footer ul.main-cities li{
	width:50%;
	float: left;
	margin-bottom: 3px;
}
#footer ul.main-cities li a{	
	font-size: 16px;
	color:#eaeaea;
}
#footer ul.main-cities li a:hover{	
	color:#fff;
}
#footer a.view-cities{
	display: inline-block;
	font-size: 15px;
	background: #d0d0d0;
	color:#333;
	text-align:center;
	text-shadow:none;
	padding: 8px 20px;	
	margin:0 auto;
	margin-top: 20px;
	border-radius: 20px;
}


*******************************/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
    font-weight: bold;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
    font-size: 20px;
    font-weight: bold;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}
.panel-collapse{
	border-top: 1px solid #cecece;
}

#agarwal-group{
	background: #e2e2e2;
	padding:30px 0;
}
#agarwal-group h3{
	margin: 0px 0;
	margin-bottom: 10px;
}


.our-companies .company-detatil{
	padding: 20px;
	border-right: 1px solid #b3b3b3;
}
.our-companies .company-detatil:last-child{
	border-right: 0;
}
.our-companies .company-detatil h4{
	font-size: 16px;
	font-weight: bold;
	color: #d0171d;
	margin-bottom: 5px;
}
.our-companies .company-detatil p{
	line-height: 1.4;
	margin-bottom: 10px;
}

/*---------- Page inner style --------------*/
#page-inner
{	
	background: #000 ;
	background-size:cover;
	height: 160px
}
#breadcrumbs-section{
	border-bottom: 1px solid #cecece;
}
#breadcrumbs-section .breadcrumb{
	background-color:none;
}
#breadcrumbs-section nav ol.breadcrumb{
	padding:15px 0;
	margin-bottom: 0;
}
#breadcrumbs-section nav ol.breadcrumb li.breadcrumb-item a{
	font-size: 14px;
	color:#000;
}
#breadcrumbs-section nav ol.breadcrumb li.breadcrumb-item.active {
	color:#0394b2;
}
#breadcrumbs-section nav ol.breadcrumb li:first-child:before{	
	width: 13px; 
	height: 13px;
	display: inline-block;
	content:"";
	position: relative;
	left: 0; 
	top: 2px;
	margin-right: 5px;
	background:url(../images/svg/home-button.svg) no-repeat;
	background-size: cover;
}
/*---------- About page style --------------*/
.inner-page h1.heading, .inner-page h3.heading{
	text-align: left;
	font-size: 25px;
}
.inner-page h1.heading:before, .inner-page h3.heading:before{
	margin-bottom: 10px;
	margin:0;
}
.abt-p-ovviw{
	margin-top: 55px;
}
.abt-why-we{
	padding: 50px 0;
	overflow: hidden;
}
.abt-why-we{
	background:url(../images/bg/bg2.jpg) no-repeat;
	background-size: cover;
	background-attachment:fixed;
}
.abt-why-we h1, .abt-why-we p, .abt-sidebar h2{
	color:#fff;
}
.abt-sidebar{
	position: relative;
}
.abt-whywe-sider{
	display: block;	
	width: 500px;
	height: 700px;
	position: absolute;
	left: 0;
	top: 0;	
	background:rgba(204,0,51,0.5);
	margin-top: -49px;
	margin-left: 40px;
	padding: 0 62px;
	padding-top: 35%;
}
.abt-sidebar h2{
	font-size: 29px;
	font-weight: bold;
	padding: 0 30px
	margin:0 auto;
	text-align: right;
}
.abt-sidebar h2 small{
	display: block;
	color:#fff;
	text-align: right;
	margin-top: 10px;
}



/*----- Services page start ---*/
.services2 .card{
	margin-bottom: 25px;
}
.services2 .card h5{
	font-size: 16px; 
	text-align: center;
	background: #d0171d;
	color: #fff;
	margin:0;
	padding: 10px 0;
}
.services2 .card img{
}

.how-work-service
{
	background: #e2e2e2;
}
.how-work-service h1
{
	text-align: left;
}

.how-work-service ul li
{
	font-size: 15px;
	margin-bottom: 10px;
	padding-left: 20px; 
	position: relative;

}
.how-work-service ul li:before{
	font-size: 20px;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	content:"\00BB";
	line-height: 15px;
}

.tollfreeCall{
	width: 350px;
	/* background:#166eb9; */
	background:#122b40;
	border-radius: 20px;
	padding: 10px 0;
	margin: 15px auto;
}
.tollfreeCall h6{
	font-size:14px;
	color:#d6d6d6;
	margin: 0;
	margin-bottom: 3px;
	text-align: center;
}
.tollfreeCall h1, .tollfreeCall h3{
	font-size:24px;
	color:#fff;
	margin: 0;
	text-align: center;
}
.service-call{
	display: flex;
	height: 200px;
	align-items: center;
}

.srvce-img{
	padding: 0 30px;
}


/*-------- Contact Page -------*/
.contact-form{

}
.contact-form label{
	font-weight: 300;
}
.contact-form label span.red{
	color:#d0171d;
}
.contact-form input.form-control,.contact-form select.form-control{
	padding:0px 15px;
	border-radius: 0;
	height: 40px;
}
.contact-form textarea.form-control{
	padding:0px 15px;
	border-radius: 0;
}
.contact-form .btn{
	font-size: 16px;
	font-weight: 200;
	background:#166eb9;
	border:0;
	padding: 10px 20px;
	border-radius: 0;
}
.contact-form .btn.btn-default{
	font-size: 16px;
	font-weight: 200;
	color:#333;
	background:#cecece;
	border:0;
	padding: 10px 20px;
	border-radius: 0;
}
.cnt-details-row{ 
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.cnt-details-row i{
	font-size: 20px;
	color:#d0171d;
	float: left;
}
.cnt-details-row .cntct-dtls{
	padding-left: 40px;
}
.cnt-details-row .cntct-dtls h4{
	font-size: 16px;
	font-weight: 800;
}
.cnt-details-row .cntct-dtls p,.cnt-details-row .cntct-dtls p a{
	font-size:15px;
	color:#333;
}
.cnt-details-row .cntct-dtls p a:hover{
	color:#d0171d;
}
.form-successs-message{
	font-size:18px;
	color:green;
}


.affix {
    position: fixed;
    bottom: 20px;
}
#back-to-top {
    right: 40px;
    top: auto;
    z-index: 10;
    position: fixed;
    bottom: 20px;
}
#back-to-top .btn.btn-primary{
	width: 40px;
    height: 40px;
    line-height: 42px;
    background: rgb(3, 148, 178);
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 0;
    border:0;
}



/*------- Gallery page start ---------*/
/*------------------------------------*/

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal{
	z-index: 999999;
}
.city_img{
	width:350px;
	float: right;
	margin:0px 0 10px 20px;
}
.hw-connect-img{
	margin-left: -70px;
}

.plan-page h3{
	text-transform: none;
	color:#166eb9;
}

//plans 

.project-tab {
    padding: 10%;
    margin-top: -8%;
}
.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.nav-tabs{
	border-bottom: 0;
	margin-bottom: 10px;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0062cc;

    font-size: 17px;
    font-weight: bold;    
	
}
.nav-tabs .nav-link.active{
	background:#0062cc;
	color:#fff;
	padding: 15px 30px;
	border-radius: 30px;
	border: 1px solid #0062cc;
}
.project-tab .nav-link {
	display: inline-block;
	background:#fff;
    border: 1px solid #999;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #0062cc;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 30px;
	border-radius: 30px;
	margin-right: 10px;
	text-transform: uppercase;
}

.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
#nav-tabContent{
	margin-top: 30px;
}
.plan-icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	/*background: #ececec;*/	
	background: #fff;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	border-radius: 50%;
	border:1px solid #bdbdbd;
	margin:0 auto;
}
.plan-icon img{
	width: 80%;
}
.plan-tbl-div1{
	display: inline-block;
	width: 48%;
	margin-right: 1%;
	padding: 10px;
	border:1px solid #999;
	vertical-align: text-top;
}
.plan-tbl-div2{
	display: inline-block;
	width: 48%;
	margin-left: 1%;
	padding: 10px;
	border:1px solid #999;
	vertical-align: text-top;
}
.plan-tbl-div3{
	background: #0a3d75;
	display:block;
	margin-left: 1%;
	padding: 10px;
	vertical-align: text-top;
	margin-top: 30px;
}.plan-tbl-div3 table th h3{
	font-size: 42px;
	text-transform: none;
}
.plan-tbl-div3 table td{
	text-align: center;
	color:#fff;
	height: 40px;
}
.plan-tbl-div1 table th, .plan-tbl-div2 table th{
	font-size: 23px;
	color:#000;
	background: #ddd;
	text-align: center;
}
.plan-tbl-div1 table td, .plan-tbl-div2 table td{
	font-size: 14px;
	text-align: center;
	height: 40px;
}
.pln .elite{
	background: #d0171d;
	color: #fff;
}

.pln .amnt{
	font-size: 40px;
}
.pln .amnt .rupi{
	font-size: 30px;
}
.pln .blue-text{
	font-size: 16px;
	color:#0062cc;
}

.pln .btn{
	font-size: 16px;
	color:#fff;
	background: #d0171d;
	padding: 10px 20px;
	border-radius: 0;
	margin-bottom: 5px;
}
.pln a{
	text-decoration: underline;
}
.pln-heading{
	font-size: 35px;
	margin-bottom: 15px;
	text-transform: none;
}




