.lp_fot_wrapper {
    position: absolute;
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}
.lp_fot_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
}
.lp_fot_content-wrapper {
    padding-top: 200px !important;
}
.lp_fot_content {
    float: left;
    width: 60%;
    padding-right: 10%;
    text-align: left;
}
.lp_fot_content p{
    color: #FFF;
}
.lp_fot_content h1 {
    color: #FFF;
    font-size: 40px;
    line-height: 45px;
}
.lp_fot_btn {
    margin: 50px 0;
}
.lp_fot_btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    padding: 13px 40px;
    border-radius: 25px;
    background: #21b1e7;
    text-align: left;
}
.lp_fot_btn a:visited {
    color: #FFF;
}
.gform_fot {
    float: left;
    width: 30%;
    padding: 0 18px;
    background: #ffffff3b;
    box-sizing: border-box;
}
.gform_fot h2{
    color: #FFF;
    font-size: 35px;
    line-height: 40px;
    padding: 30px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}
.gform_fot input, .gform_fot span {
     width: 100% !important;
 }
 .gform_fot span {
    padding: 5px 0;
}
.gform_fot input {
    height: 40px;
}
.gform_fot label {
   display: none !important;
}
.gform_fot input[type=submit] {
    font-size: 22px !important;
    background: #21b1e7;
    color: #FFF;
    font-weight: 700;
    padding: 20px 40px;
    text-decoration: none;
    transition: .25s;
    margin: 10px auto;
    text-align: center;
    line-height: 26px;
    height: auto;
}
.gform_fot .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px;
}

/* Screens 1366 and lower(modern laptop) */
@media only screen and (max-width: 1366px) {
    .lp_fot_content-wrapper {
        padding: 20px 0 0 0 !important;
    }
    .lp_fot_content{
        width: 50%;
    }
    .gform_fot {
        width: 40%;
    }
}

/* Screens 1024 and lower(modern laptop) */
@media only screen and (max-width: 1024px) {
    .lp_fot_content{
        width: 55%;
        padding-right: 5%;
    }
}

/* Screens 768 and lower(modern laptop) */
@media only screen and (max-width: 768px) {
    .lp_fot_content-wrapper {
        width: 100% !important;
    }
    .lp_fot_content, .gform_fot {
        width: 100%;
        clear: both;
        padding: 0 15%;
        box-sizing: border-box;
    }
    .gform_fot {
        background: #3b3b3b;
    }
}