#regForm {
  background-color: #ffffff;
  margin: 85px 0 0 auto;
  font-family: Raleway;
  padding: 40px;
  min-width: 300px;
  border-radius: 10px;
}

.about-us .fact-item h4{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee; 
}

.about-us .fact-item p {
margin-top:0;
padding-top:0;
border-top:none;
}

input {
  padding: 10px;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  padding: 10px 35px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}
.radio-div {
	padding: 1px;
    border-radius: 10px;
    background-color: #dcdcdc;
    width: 45%;
}
.customTextfield.width1 input{
 width:90%;
}
.customTextfield.width2 input{
 width:85%;
}
.customTextfield input{
 border:unset;
 border-top-left-radius: 10px;
 border-bottom-left-radius: 10px;
}
.customTextfield input:focus{
  outline:unset;
}
.customTextfield{
  border:1px solid #dcdcdc;
  background-color:#dcdcdc;
  border-radius:10px;
}
.step:not(:last-child)::after{
    display: inline-block;
    content: "";
    border-top: 0.2rem solid #dcdcdc;
    width: 19rem;
    margin: 1.4rem 0.9rem;
    transform: translateY(-1rem);
}

.newp1,.newp2,.newp3,.newp4 {
  display: none;
}
select {
	width: 100%;
    height: 35px;
    text-align: center;
    border: none;
	border-radius: 10px;
}
.bg-grey {
 background: #f1f1f1;
}
.padding15 {
    padding-top: 15px;
}
.bg-white {
 background: #ffffff;
}
.mrg60{
    margin-bottom: 60px;
}
.mrg-top20 {
	margin-top: 20px;
}
.infostep input {
    width: 90%;
    border-radius: 10px;
    margin-bottom:10px;
}
}