@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap');
* {
  box-sizing: border-box;
}
.container-fluid{
    margin: 0; padding: 0;
}
body {
  background-color: #f1f1f1;
}
.left{
    background: url(Family.jpg);
    background-size: cover;
    height: 600px;    
}
.left h3{
    margin-top: 400px;
    margin-right: 50px;
    padding: 30px 40px;
    color: #fff;
    font-size: 35px;
    background-color: rgba(255,165,0,.9);
    text-shadow: 2px 2px 6px #000;
}
.right{
    background: url(texturebg.jpg);
    height: 613px;
}
.right h4{
    text-align: center;
    padding-top: 30px;
    color : #fff;
    font-weight: bold;
}
.right h4 a{
    font-size: 15px;
    color: whitesmoke;
    font-weight: normal;
}
.right h4 .btn-default{  
    font-size: 18px;
    padding: 7px 20px;
    border-radius: 18px;
    font-family: 'Lato', sans-serif;
}
.right h4 .btn-default:hover{
    background-color: #FFA500;
    color: #fff;
    border-color: #FFA500;
}
.right h4 i{
    font-size: 25px;
}
.right h2{
    text-align: center;
    color: #333;
    padding: 10px !important;
    background-color: orange;
    font-size: 25px;
    border-radius: 10px;
}
.fa-user {
                 font-size: 35px;
                 display: inline-block;
                 border-radius: 60px;
                 box-shadow: 0px 0px 2px #fff;
                 padding: .5em .6em;
            }
            .fa-check {
                 font-size: 35px;
                 display: inline-block;
                 border-radius: 60px;
                 box-shadow: 0px 0px 2px #fff;
                 padding: .5em .5em;
            }
            .fa-dollar {
                 font-size: 35px;
                 display: inline-block;
                 border-radius: 60px;
                 box-shadow: 0px 0px 2px #fff;
                 padding: .5em .7em;
            }
            .client img{
                padding: 0 20px;
            }


#regForm {
  background-color: #ffffff;
  margin: 40px auto;
  font-family: Raleway;
  padding: 20px 30px;
  width: 80%;
  min-width: 300px;
  -webkit-box-shadow: 4px 3px 14px 0px rgba(0,0,0,1);
  -moz-box-shadow: 4px 3px 14px 0px rgba(0,0,0,1);
  box-shadow: 4px 3px 14px 0px rgba(0,0,0,1);
}

h1 {
  text-align: center;  
}

input, select{
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  background-color: #E8EBF3;
  border: 1px solid #aaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #333;
}

form img{
    padding-right: 20px;
}
#prevBtn:hover{
    opacity: 1 !important;
    background-color:  #FFA500;
}
#nextBtn:hover{
    opacity: 1 !important;
    background-color:  #FFA500;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #4CAF50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  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: #4CAF50;
}

form h3{
    font-weight: bold;
    padding-bottom: 10px;
}

.disclaimer{
    padding: 50px 0;
    background-color: antiquewhite;
}
.disclaimer p{
    text-align: justify;
    font-size: 11px;
}

footer p{
    font-size: 13px;
    text-align: center;
    background-color: #222;
    color: #fff;
    padding: 3px 0;
}

.client{
    margin-top: 50px;
}
.client img {
  filter: grayscale(100%);
}

.agree {
    font-size: 9px;
    text-align: justify;
}
.radio-inline+.radio-inline {
    margin-left: 0;
}

.radio-inline {
    margin-right: 10px;
}
.thank h1{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 72px;
}