/* Step 1 Styles */
header{
    display: none !important;
}

/* For theme 5*/ #banner { display: none;}
/* For theme 4 */#header, .the-title { display: none;} body {    border-top: 0px solid #6f6be3 !important;}

#main {
    margin-bottom: 50px;
}
.section-welcome {    
    padding: 88px 0 78px;
    padding-top: 0 !important;
}
.shell {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
}
.middle_section, .bottom_section {
    padding: 2em 0;
}
#banner-text {
    text-align: inherit;
    padding-top: 3em;
}
#banner-text h1 {
    margin-bottom: 23px;
    text-transform: uppercase;
    font-size: 62px;
    font-weight: bold;
    line-height: 60px;
}
#leadform {
    margin-bottom: 63px;
    padding-top: unset !important;
}
#leadform .form-head {
    margin-bottom: 21px;
}
#leadform .form-head h3 {
    display: inline-block;
    margin-bottom: 19px;
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    color: #585858;
    letter-spacing: normal !important;
    text-transform: inherit !important;
    text-align: inherit !important;
}
#leadform .form-body {
    width: 824px;
    max-width: 100%;
    margin: 0 auto;
}
label.aer_input_label {
    color: #999;
    display: block;
    font-family: inherit;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
#leadform .form-panel {
    float: left;
    width: 355px !important;
    background: #fff;
    border: 1px solid #d9d9d9 !important;
    border-radius: 4px;
    padding: 3px 0 !important;
    margin: 0 9px 0 0;
}
.field-address {
    padding-top: 2px;
    padding-left: 20px;
    height: 47px !important;
    float: left;
    width: 310px !important;
    background: #fff url(../images/field-location.png) no-repeat 10px 10px;
}
#leadform .field {
    display: block;
    font-size: 18px;
    line-height: 27px;
    color: #2c4054;
    font-family: inherit;
    font-weight: normal;
    border: 0;
    background: transparent;
    width: 100%;
    outline: 0;
    padding: 7px 17px 8px;
}
#leadform .form-actions {
    float: left;
}
#leadform .form-actions .btn {
    display: block;
    width: 230px;
    text-align: center;
    font-size: 16px;
    font-family: inherit;
    letter-spacing: .1em;
    font-weight: bold;
    color: #fff;    
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -4px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 -4px rgba(0, 0, 0, 0.12);
    text-transform: uppercase;
    padding: 0 20px;
    height: 54px;
    border: 0px;
}
img.aer_landing_page_img{
    max-width: 100%;
}
.col-md-4.text-center.aer_align_right_image {
    padding-top: 1.5em;
}
.aer_second_section {
    width: 100% !important;
    padding: 37px 0 34px;
    text-align: center;
}
.aer_second_section h2 {
    font-family: inherit;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 40px;
    display: block !important;
}
.aer_third_section {
    background: #fff;
    padding: 70px 0 !important;
}
.aer_third_section img {
    width: auto;
    height: 140px;
}
.aer_orange {
    color: #f06531;
    font-family: inherit;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 30px;
}
.feature-item-icon {
    height: 157px;
    margin-bottom: 26px;
    position: relative;
}
.feature-item-icon img {
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 0;
    display: block;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
/*** Step 2 Styles **/
h1.site-headline {
    padding-top: 1em;
    font-size: 66px;
    text-transform: uppercase !important;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.025em;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: auto;
}

 .we-are-searching,  .homework {
    color: #2c4054;
    font-family: inherit;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.7em;
    letter-spacing: 1px;
    margin-top: 50px;
    text-align: center;
    font-family: inherit !important;
}

 .next-we-will {
    color: #2c4054;
    font-family: inherit;
    font-size: 24px;
    font-weight: 400;
    padding: inherit !important;
}

 .useraddress {
    margin-top: 20px;
    margin-bottom: 26px;
}
 .useraddress p {
    color: #2c4054;
    font-family: inherit;
    font-size: 24px;
    font-weight: normal;
}
 .useraddress p span {
    font-weight: 600;
}
 #steps {
    width: 100%;
    float: none;
    font-family: inherit;
}
 #steps .step {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.loader {
    background: url("../images/icon-loading.png");
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 26px;
    height: 26px
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
 #steps .step p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
    margin-bottom: 0px;
}
 #steps .step .status {
    overflow: hidden;
    margin-right: 20px;
    font-size: 20px;
}
 #steps .step .complete {
    background: url(../images/icon-complete.png);
    width: 31px;
    height: 25px;
    background-repeat: no-repeat;
}
 #steps .step .result {
    float: left;    
}
#steps .step .result span{
    color:#f06531;
}
/*** Step 3 Styles ***/

.title_step3 {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}
.page-template-step-3 h1 {
    margin-bottom: 26px;
    padding-top: 1em;
}
.subtitle_step3 {
    font-size: 30px;
    font-weight: normal;
    line-height: 45px;
    text-align: center;
}
.section-message {
    background: #e2e1e1;
    padding: 37px 0 34px;
}
.page-template-step-3 #step-three-form {
    width: 888px;
    margin: 0 auto;
    float: none;
    max-width: 100%;
}

.page-template-step-3 #step-three-form label {
    font-weight: 400;
    margin-top: 10px;
}
.page-template-step-3 #step-three-form input[type="text"], .page-template-step-3 #step-three-form input[type="tel"], .page-template-step-3 #step-three-form input[type="date"], .page-template-step-3 #step-three-form select {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #c3c1c1;
    padding: 5px 12px;
}
.page-template-step-3 #step-three-form input[type="date"]{
    padding: 2px 12px;
}
.page-template-step-3 #step-three-form .submitcontain {
    margin-top: 50px;
    margin-bottom: 15px;
}
.page-template-step-3 #step-three-form input[type="submit"] {
    width: 283px;
    height: 60px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.27);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.27);
    color: white;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 auto;
    display: block;
    padding: 8px;
    border: 0px;
}
.page-template-step-3 #step-three-form .privacy-agreement {
    font-size: 12px;
    margin-bottom: 30px;
    position: relative;
}
.page-template-step-3 #step-three-form .privacy-agreement .blue-arrow {
    position: absolute;
    left: 190px;
    top: -100px;
    width: 80px;
}

/*** Responsive Media Queries ***/
@media screen and (max-width:767px){
#banner-text h1 {
    font-size: 42px;
    line-height: normal;
    text-align: center;
}
#leadform .form-head h3 {
    text-align: center;
    font-size: 30px;
    line-height: normal;

}
label.aer_input_label {
    font-size: 16px;
}
#leadform .form-actions {
    float: unset;
}
#leadform .form-actions .btn {
    width: 100%;
}
#leadform .form-panel {
    width: 100%;
    margin: 0 0 1em 0 !important;
}
.aer_second_section h2 {
    font-size: 36px;
    text-shadow: 1px 1px 1px #fff;
}
.aer_second_section p {
    color: white;
    padding: 1em;
}
}