/** Step 1 Styles **/
#main {
    *margin-bottom: 50px;*
}
.shell {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
}
#banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#banner #banner-content {
    height: 756px;
    padding: 85px 0;
    background: rgba(68,68,68,0.65);
}
#banner-content .container {
    width: 1100px;
    max-width: 90%;
    margin: 0 auto;
    padding: 0px;
}
.media {
    padding: 3em 1em;
}
.media img{
    float: left;
    padding-right: 1em;
}

#leadform {
    padding-top: 150px;
    margin-bottom: 63px;
}
#leadform .form-head {
    margin-bottom: 21px;
    position: relative;
}
#leadform .form-head h3 .form-arrow {
    position: absolute;
    top: 100%;
    right: 90%;
    width: 26px;
    height: 64px;
    background: url(../images/form-arrow.png);
}
#leadform .form-actions {
    float: left;
}
#leadform .form-steps {
    margin: 44px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
#leadform .form-steps .step {
    padding-left: 90px;
    padding-right: 24px;
    color: #fff;
    white-space: nowrap;
}
#leadform .form-steps .step.current .count {
    background: #277ed5;
}
#leadform .form-steps .step .count {
    float: left;
    width: 52px;
    height: 52px;
    font-size: 22px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;    
    font-weight: 600;
    margin: -2px 0 0 -66px;
}
#leadform .form-steps .step h4 {
    font-size: 21px;
    line-height: 1;    
    font-weight: bold;
    margin: 0 0 11px;
    color: #fff;
}
#leadform .form-actions .btn {
    display: block;
    width: 230px;
    text-align: center;
    font-size: 16px;    
    font-weight: bold;
    color: #fff;
    background: #277ed5;
    border-radius: 3px;
    box-shadow: inset 0 -4px rgba(0,0,0,0.12);
    text-transform: uppercase;
    padding: 0 20px;
    height: 54px;
    border: 0px;
}
#banner-text {
    margin-top: 50px;
}
#banner-text h1{
    font-size: 65px;
    line-height: 1;
    color: #fff;
    font-weight: 600;    
    text-align: center;
    text-transform: capitalize;
}
#leadform h3{
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #fff;
    font-size: 21px;
    line-height: 2em;
    font-weight: bold;
}
#leadform .form-body {
    width: 824px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 100px !important;
}
#company-logos {
    padding: 25px 0px;
}
#leadform .form-panel{
    float: left;
    width: 585px;
    background: #fff;
    border: 2px solid #d9d9d9;
    border-radius: 4px;
    padding: 4px 0;
    margin: 0 9px 0 0;
}
#leadform .field {
    display: block;
    font-size: 18px;
    line-height: 27px;
    color: #2c4054;    
    font-weight: normal;
    border: 0;
    background: transparent;
    width: 100%;
    outline: 0;
    padding: 7px 17px 8px;
}
.steps-heading{
    font-size: 21px;
    line-height: 1;    
    font-weight: bold;
    margin: 0 0 11px;
}
.steps-subheading{
    font-size: 18px;
    line-height: 1;    
    margin: 0;
}
.quoted-text{
    margin-top: 0px;
    font-size: 20px;
    line-height: 24px;    
    font-weight: 600;
    letter-spacing: 0.1em;    
}
.third-section-heading, h3#respon{
    color: #2c4054;    
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 24px;
}
#reasons h4{
    color: #2c4054;
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
    margin: 30px 0 22px;
}
#reasons p{
    color: #2c4054;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    text-align: justify;
}
.line{
    width: 71px;
    height: 6px;
    background-color: #277ed5;
    margin: 10px auto 42px;
}
#company-logos ul {
    list-style: none;
    padding: 18px 0 32px;
    margin: 0px;
    text-align: center;
}
#company-logos ul li {
    display: inline-block;
    margin-right: 65px;
    height: 100%;
    vertical-align: middle;
    padding: 10px 0px;
}
h4.third-section-heading {
    margin: 50px 0 15px;
} 
@media screen and (max-width: 991px){
#banner #banner-content {
    height: auto;
    padding: 100px 0 0;
}

#leadform .form-steps .step {
    white-space: normal;
}

#leadform .form-body {
    width: 620px;
}
#leadform .form-steps .step .count {
    width: 48px;
    height: 48px;
    line-height: 44px;
}
#leadform .form-steps .step {
    padding-left: 60px;
    padding-right: 12px;
}
#leadform .form-steps .step h4 {
    font-size: 18px;
}
#leadform .form-steps .step p {
    font-size: 15px;
}   

#leadform .field {
    font-size: 14px;
    line-height: 21px;
}
#leadform .form-actions .btn {
    font-size: 14px;
    height: 48px;
}

}

@media screen and (max-width: 767px){
#banner-text h1 {
    font-size: 48px;
}      
#leadform {
    padding: 0 20px;
    margin-bottom: 40px;
}

#leadform .form-body {
    margin-bottom: 10px !important;
}
#leadform h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 30px 0 15px;
}
#leadform .form-steps {
    display: block;
}

#leadform .form-steps .step {
    display: block;
    width: 360px;
    max-width: 100%;
    margin: 0 auto 20px;
}

#leadform .form-head h3 .form-arrow {
    display: none;
}

#leadform .form-panel {
    width: 100%;
    margin: 0 0 10px;
}

form .form-actions {
    float: unset !important;
}
#leadform .form-actions .btn {
    width: 100%;
}
/*** Step 2 Media Query ***/
#steps {
    width: 100% !important;
}
h1.site-headline {
    padding-top: 3.5em;
    margin-top: 0 !important;
    font-size: 48px !important;
}

/*** Step 3 Media Query ***/
.form-steps {
    display: block;
}
.form-steps .step {
    display: block !important;
    padding-left: 70px !important;
    padding-right: 10px !important;
}    
p.below-header {
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.1em;
}
}

@media screen and (max-width: 480px){
#banner-content .container {
    max-width: 100%;
}
  
#leadform .form-panel {
    padding: 0;
}

form .form-actions {
    float: unset !important;
}
.media {
    padding: 2em 0em;
}

#company-logos ul li {
    float: none;
    display: block;
    width: auto;
    margin: 20px 0;
}
/*** Step 3 Media Query ***/
#step-three-form .privacy-agreement .blue-arrow {
    left: 12px !important;
    top: -100px !important;
    width: 75px !important;
}
}


/*** Step 2 Styles **/
.shell {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
}
h1.site-headline {
    padding-top: 69px;
    margin-bottom: 26px;
    font-size: 66px;    
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.025em;    
    font-weight: bold;    
}
.we-are-searching, .homework{
    font-size: 18px;
    color: #277ed5;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 4px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.next-we-will {
    color: #2c4054;
    font-family: inherit;
    font-size: 24px;
    font-weight: 400;
}

.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: 730px;
    float: none;
    font-family: inherit;
    margin:1em auto;
}
 #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;
    color:#1e73be;
}

/*** Step 3 Styles ***/
.below-header {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 4px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.form-steps {
    margin: 44px 0;
    display: table;
    width: 100%;
}
.form-steps .step {
    display: table-cell;
    vertical-align: top;
    padding-left: 90px;
    padding-right: 24px;
    color: #fff;
}
.form-steps .step.complete .count {
    background: #277ed5;
}
.form-steps .step .count {
    float: left;
    width: 52px;
    height: 52px;
    font-size: 22px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    border-radius: 50%;    
    font-weight: 600;
    margin: -2px 0 0 -66px;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.27);
}

.form-steps .step h4 {
    font-size: 21px;
    line-height: 1;    
    font-weight: 600;
    margin: 0 0 11px;
    letter-spacing: 1px;
    line-height: 27px;
    color: #2c4054;
}

.form-steps .step p {
    font-size: 18px;
    line-height: 1;    
    margin: 0;  
    font-weight: 400;
    color:#333;
}

#step-three-form {
    width: 888px;
    margin: 0 auto;
    float: none;
    max-width: 100%;
}

#step-three-form label {
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

#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: 12px;
}

#step-three-form .submitcontain {
    margin-top: 50px;
    margin-bottom: 15px;
}

#step-three-form input[type="submit"] {
    width: 283px;
    height: 60px;
    background-color: #E8850C;
    border-radius: 3px;
    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-bottom: 8px;
    text-transform: uppercase;
    padding: 6px 12px;
}

#step-three-form .privacy-agreement {
    font-size: 12px;
    margin-bottom: 30px;
    position: relative;
}

#step-three-form .privacy-agreement .blue-arrow {
    position: absolute;
    left: 190px;
    top: -100px;
    width: 80px;
}

