  body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
  }
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }  
  .jumbotron {
    background-color:rgb(40, 62, 74);
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
  }
  .container-fluid {
    padding: 60px 50px;
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo-small {
    color: rgb(40, 62, 74);
    font-size: 50px;
  }
  .logo {
    color: rgb(40, 62, 74);
    font-size: 200px;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: rgb(40, 62, 74);
  }
  .carousel-indicators li {
    border-color: rgb(40, 62, 74);
  }
  .carousel-indicators li.active {
    background-color: rgb(40, 62, 74);
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid #cfcfcf; 
    
    /* 
    border-top-left-radius:13px; 
    border-top-right-radius:13px;
    border-bottom-left-radius:13px; 
    border-bottom-right-radius:13px; 
    */
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .05);
  }
  .panel-footer .btn:hover {
    border: 1px solid rgb(40, 62, 74);
    background-color: #fff !important;
    color: rgb(40, 62, 74);
  }
  .panel-heading {
    color: #fff !important;
    background-color: rgb(10, 95, 140) !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: rgb(40, 62, 74);
    color: #fff;
  }
  .navbar {
    margin-bottom: 0;
    background-color: rgb(40, 62, 74);
    z-index: 9999;
    border: 0;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 2px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: rgb(40, 62, 74);
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }
  
  
 .icon{
font-size:25px;
padding: 0 5px 0 5px;
vertical-align: sub;
height: inherit;
width: 40px;
}
.icon-8pxl{
font-size:8px;
}
.icon-10pxl{
font-size:10px;
}
.icon-15pxl{
font-size:15px;
}
.icon-20pxl{
font-size:20px;
vertical-align: middle;
}
.icon-25pxl{
font-size:25px;
vertical-align: middle;
}
.active_anchor {
 border-left: 3px solid #4CAF50;
 text-decoration: none;
 background-color: #ffffff;
 color: #000000
}


/* .navbar {
 position:relative;
 min-height:50px;
 margin-bottom:20px;
 border:1px solid transparent
} */


#vertical_div>li>a {
 position:relative;
 display:block;
 padding:5px 5px 0 5px
}

#vertical_div>li>a:focus,#vertical_div>li>a:hover {
 text-decoration:none;
 background-color:#00ff00;
 border-radius: 0px 50px 10px 0px;
}


#vertical_div.a:focus,a:hover {
 color:#000000;
 border-left:3px solid #4CAF50;
 text-decoration:underline
}



#vertical_div.a:focus,a:hover {
 color:#000000;
 text-decoration:underline
}


#vertical_div>li>a {
 border-radius:4px
}


@media screen and (max-width: 768px) {
	
	#vertical_div>li>a {
		 position:relative;
		 display:block;
		 padding:5px 5px 0 5px
	}

	
	#vertical_div.a:focus,a:hover {
		 color:#000000;
		 text-decoration:underline;
		 
	}
	#vertical_div.a{
		 line-height: 0; 
	     font-size: 0;
	     color:#000000;
	     line-height: 0; 
	     font-size: 0;
	}
	
	.icon{
		font-size:45px;
		padding: 0 15px 0 5px;
		vertical-align: sub;
		height: inherit;
		width: 60px;
	}
	
	.icon-15pxl{
		font-size:35px;
	}
	.icon-20pxl{
		font-size:40px;		
	}
	
}


@media screen and (max-width: 480px) {
 	
 	#vertical_div>li>a {
		 position:relative;
		 display:block;
		 padding:5px 5px 0 5px
	}

	
	#vertical_div.a:focus,a:hover {
		 color:#000000;
		 text-decoration:underline;
		 
	}
	#vertical_div.a{
		 line-height: 0; 
	     font-size: 0;
	     color:#000000;
	     line-height: 0; 
	     font-size: 0;
	}
	
	.icon{
		font-size:45px;
		padding: 0 15px 0 5px;
		vertical-align: sub;
		height: inherit;
		width: 60px;
		text-align: center;
	}

}

.tab-heading-lg{
	font-size: 16px;
}
.tab-heading-md{
	font-size: 14px;
}
.tab-heading-sm{
	font-size: 12px;
}
.tab-heading-xs{
	font-size: 10px;
} 

.spinner {
    position:fixed;
    top: 0%;
    left: 0%;
    margin-left: 0px; /* half width of the spinner gif */
    margin-top: 0px; /* half height of the spinner gif */
    text-align:center;
    z-index:1001;
    width:100%; /* width of the spinner gif */
    height: 100%; /*hight of the spinner gif +2px to fix IE8 issue */
    display:none;
    background-color: rgba(5,5,5, 0.7);
    color:white;
}

.popUpBox {
    position:fixed;
    top: 25%;
    left: 25%;
    margin-left: 0px; /* half width of the spinner gif */
    margin-top: 0px; /* half height of the spinner gif */
    text-align:center;
    z-index:1001;
    width:100%; /* width of the spinner gif */
    height: 100%; /*hight of the spinner gif +2px to fix IE8 issue */
	    
}

.aadhaarContainer {
	padding: 10px 10px 20px;
	margin: 20px auto;
	width: 100%;
	box-shadow: 0px 0px 3px 2px #8bb2ee;
	border-radius: 12px;
}

.aadhaarContainer input[type="radio"] {
	margin: 0px 10px !important;
}

.aadhaarBlock {
	margin-top: 12px;
}

#OTPbutton, #ResendOTPbutton {
	width: 100%;
}

#waitTimer{
	display:none; 
	margin-left: 10px; 
	font-size: 15px; 
	padding-top: 5px; 
	color: #2d4b91;
}

.highlight-tf {
  animation: shakeGlow 0.8s ease-out forwards;
}

@keyframes shakeGlow {
  0%   { transform: translateX(0); box-shadow: none; }
  25%  { transform: translateX(-5px); }
  50%  { transform: translateX(5px); box-shadow: 0 0 20px 5px rgba(255,0,0,0.7); }
  75%  { transform: translateX(-5px); }
  100% { transform: translateX(0); box-shadow: none; }
}





/* 
.spinnerCir {
    position:fixed;
    top: 0%;
    left: 0%;
    margin-left: 0px; half width of the spinnerCir gif
    margin-top: 0px; half height of the spinnerCir gif
    text-align:center;
    z-index:1001;
    width:100%; width of the spinner gif
    height: 100%; hight of the spinner gif +2px to fix IE8 issue
    display:block;
    font-size: 20px;
    font-weight: bolder;
    background-color: rgba(5,5,5, 0.7);
}   
*/