@import url(https://fonts.googleapis.com/css?family=Droid+Serif);
@import url('../fonts/ubuntu/css.css');
/* Above line is to import google font style */
*{
  font-family: 'Ubuntu';
  font-size: 14px;
}
.content{
width:100%;
margin:20px auto;
}
.main{
float:left;
width: 100%;
margin-top:0px;
padding-bottom:20px;
}.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
#progressbar{
padding: 0px 15px;
    margin: 0;
    /* padding: 0; */
    font-size: 18px;
}
.activ34e{
color:red;
  border: 2px solid #a1a1a1;
    padding: 10px 20px;
    background: #dddddd;
    width: 200px;
    border-radius: 25px;
	
}
.active {
    color: #00aaa0;
    border: 2px solid #00aaa0;
    padding: 5px 10px;
    background: #ffffff;
    width: 100%;
    border-radius: 25px;
}
.active23 {
    color: #00aaa0;
    border: 2px solid #00aaa0;
    padding: 10px 20px;
    background: #ffffff;
    width: 200px;
    border-radius: 25px;
}
fieldset{
display:none;
width: 100%;
padding:20px;
margin-top:30px !important;
margin-left: 0px;
border-radius:5px;
box-shadow: 3px 3px 25px 1px gray;
}
#first{
display:block;
width: 100%;
padding:20px;
border-radius:5px;
box-shadow: 3px 3px 25px 1px gray;
}

h2,p{
text-align:center;
font-family: 'Droid Serif', serif;
}
li{
margin-right:52px;
display:inline;
color:#c1c5cc;
font-family: 'Droid Serif', serif;
}
h1.heading{
	text-align:center !important;
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 15px !important;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.file {
  visibility: hidden;
  position: absolute;
}
 .padd-0{
 padding:0px !important;
 } 
 .pd-l-0{
 padding-left:0px !important;
 } 
 .pd-r-0{
 padding-right:0px !important;
 }
 .padd-l-15{
 padding-left:15px !important;
 }
 .ui-datepicker .ui-datepicker-title select {
    color: black !important;
    font-size: 1em;
    margin: 1px 0;
}
.errorClass { border:  1px solid red; }
hr {
	width:100%;
	display:block;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee !important;
	
}
li {
    margin-right: 12px;
    display: inline;
    color: #e93826;
    font-family: 'Ubuntu';
}
p#div {
 

 position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 600px;
  height: 100px;
  background-color: #ccc;
  border-radius: 3px;
  text-align:center;
 
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.logo{
  margin: 0px auto;
  /* text-align: center; */
  width: 160px;
}
.footer-logo-1{
  width: 90px;
  float: left;
}
.footer-logo-2{
  width: 90px;
  float: right;
}

h1 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    }
    h2, h3 {
    margin-top: 0px !important;
    margin-bottom: 10px;
}
.heading{
  background-color: #1d93e5;
  border-radius:50px;
  padding: 5px;
  color:#fff;
  margin-bottom: 20px;
}
.copyright{
  vertical-align: middle;
  bottom: 0;
  margin-bottom: 3px;
  margin-top: 30px; 
}
.footer{
  margin-top: 20px;
    border-top: 1px solid #ddd;
}
h2.title{
  margin-top: 10px !important;
}