.hero-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.landing-hero-content h1.hero_title {
    font-size: 54px;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    text-align: left;
    line-height: 1.2;
}
.heading-text-light h1.hero_title {
    color: #fff;
}
.heading-text-dark h1.hero_title {
    color: #000;
}
h4.hero_subtitle {
    text-align: left;
    margin-top: 5px;
    font-size: 30px;
    margin-bottom: 5px;
}
.hero-text-light h4.hero_subtitle {
    color: #fff;
}
.landing-hero-content .hero-paragraphs p {
    font-size: 20px;
    line-height: 1.3;
}
.block_type_landing-hero .hero-content {
    display: flex;
    flex-flow: wrap;
    padding-top: 50px;
    justify-content: center;
    min-height: 450px;
        padding-bottom: 50px;
}
.landing-hero-frame.iphone-frame {
    margin-bottom: -50px;
} 
.landing-hero-frame {
    width: 25%;
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
}
.landing-hero-content {
    width: 45%;
    padding: 0 3%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.landing-hero-widget {
    width: 30%;
}
.frame-outer {
    position: relative;
        overflow: hidden;
}
.iphone-frame .frame-outer .frame-inner {
    width: 90%;
    padding-bottom: 125%;
    background-image: url(../../assets/images/iphone-frames.png);
    background-size: 100% auto;
    background-position: top center;
    position: relative;
    z-index: 9;
}
.ipad-frame .frame-outer .frame-inner {
    width: 100%;
    padding-bottom: 76.44%;
    background-image: url(../../assets/images/ipad-pro.png);
    background-size: 100% auto;
    background-position: top center;
    position: relative;
    z-index: 9;
}
.laptop-frame .frame-outer .frame-inner {
    width: 100%;
    padding-bottom: 58%;
    background-image: url(https://beboiler.com/wp-content/themes/Boiler/assets/images/macbook-frame.png);
    background-size: 100% auto;
    background-position: top center;
    position: relative;
    z-index: 9;
}
.imac-frame .frame-outer .frame-inner {
    width: 100%;
    padding-bottom: 88%;
    background-image: url(../../assets/images/imac-frame.png);
    background-size: 100% auto;
    background-position: top center;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
}
.imac-frame .frame-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 70%;
    overflow: hidden;
    padding: 2%;
}
.iphone-frame .frame-img {
    width: 88%;
    padding: 5% 4%;
    position: absolute;
    top: 0;
    box-shadow: 20px 25px 20px 0px rgba(0,0,0,0.25);
    left: 1%;
    border-radius: 13% 13% 0 0;
}
.ipad-frame .frame-img {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 2%;
}
.laptop-frame .frame-img {
    position: absolute;
    top: 0;
    padding: 3% 11%;
    height: 96%;
    overflow: hidden;
}
.ipad-frame .frame-outer {
    box-shadow: 0 0 20px -5px;
    border-radius: 15px;
}   
.landing-hero-frame.laptop-frame,
.landing-hero-frame.imac-frame,
.landing-hero-frame.no-frame-frame,
.landing-hero-frame.ipad-frame {
    flex-direction: column;
    justify-content: center;
}
.frame-img img {
    width: 100%;
    height: auto;
    display: block; 
}
.hb-form .form-header {
    padding: 20px;
    border-radius: 7px 7px 0 0;
}

.form-header h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 0;
}
body .widget-form .hbspt-form label span {
    font-size: 12px;
    color: #888;
}
body .widget-form .hbspt-form input.hs-button {
    font-size: 21px;
    padding: 12px 40px !important;
    margin: 25px auto 0;
    display: block;
}
.widget-outer.hb-form {
    margin-bottom: -90px;
    box-shadow: 0 15px 15px -5px rgba(0,0,0,0.25);
    border-radius: 7px;
        width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
img.offer-graphic-image {
    display: block;
    max-width: 250px;
    margin: 0 auto -110px;
    position: relative;
    z-index: 9;
}
.landing-hero-widget.form-widget.offer-graphic .widget-outer.hb-form {
    margin-top: 80px;
}
.hero-widget .landing-hero-content {
    width: 50%;
}
.hero-widget .landing-hero-widget {
    width: 50%;
}
.hero-frame .landing-hero-content {
    width: 50%;
}
.hero-frame .landing-hero-frame {
    width: 35%;
}
.content-block.block_type_landing-hero {
    background-size: cover;
    background-position: top center;
}
.hero > .hero-content .landing-hero-content, .hero > .hero-content .landing-hero-content h1, .hero > .hero-content .landing-hero-content h4 {
    text-align: center;
}
.image-left .hero-frame .landing-hero-frame {
    width: 50%;
    order: 2;
}
.landing-hero-content .buttons-wrapper {
    margin-top: 25px;
}



@media screen and (max-width:1440px) {
    h1.hero_title {
    font-size: 48px;
    padding-right: 20px;
}
    .hero-paragraphs p {
    font-size: 24px;
    line-height: 1.3;
}
    .landing-hero-content h1.hero_title {
    font-size: 36px;
    margin: 0;
}
    .form-header h3 {
        font-size: 27px;
    }
    .widget-form {
    padding: 10px;
}
    body .widget-form .hbspt-form input.hs-button {
    margin-top: 5px;
}
    .widget-outer.hb-form {
    max-width: 470px;
}
    
}

@media screen and (max-width:1200px) {
h1.hero_title {
    font-size: 42px;
}
    .hero-paragraphs p {
    font-size: 21px;
    max-width: 480px;
}
    a.btn {
    font-size: 21px;
    padding: 15px 35px;
}
    img.offer-graphic-image {
    width: 150px;
    left: -100px;
    height: 160px;
    top: -60px;
}
    .widget-outer.hb-form {
    max-width: 440px;
}
    
    
}

@media screen and (max-width:992px) {

    .header-menu {
    display: none;
}
    .hero-left {
    text-align: center;
    margin-bottom: 35px;
}
    h1.hero_title {
    text-align: center;
}
    .hero-paragraphs, .hero-paragraphs p {
    max-width: 100%;
    width: 100%;
}
    .landing-hero-content {
    order: 1;
    width: 100% !important;
    margin-bottom: 20px;
        padding: 0;
}
    .landing-hero-widget {
    order: 2;
    width: 50%;
}
    .landing-hero-frame {
    order: 3;
    width: 50%;
}
    .frame-outer {
    margin-left: 40px;
}
    
}

@media screen and (max-width:767px) {

    h1.hero_title {
    padding: 0;
    font-size: 29px;
}  
    .landing-hero-widget {
    width: 100%;
}
    .widget-outer.hb-form {
    margin-bottom: 20px;
}
    .landing-hero-frame {
    width: 100%;
}
    .frame-outer {
    margin-left: 0;
}
    .iphone-frame .frame-outer {
    margin-left: 10%;
} 
    .hero-frame .landing-hero-frame {
    width: 100%;
}
    .hero-widget .landing-hero-widget {
    width: 100%;
}
    .landing-hero-frame.iphone-frame {
    width: 50%;
    margin-top: 20px;
}
    .iphone-frame .frame-img {
    box-shadow: 15px 20px 10px -6px rgba(0,0,0,0.25);
}
    .landing-hero-widget.form-widget.offer-graphic .widget-outer.hb-form {
    margin-left: 60px;
    float: none;
    width: auto;
}
}