.hero-overlay, .block-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero-frame .inner-hero-content{
    font-size: 25px;
    color: #fff;
}
.inner-hero-content h1.hero_title {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    text-align: left;
    font-size: 3.563rem;
    line-height: 1.2;
}
/*.heading-text-light h1.hero_title {
    color: #fff;
}
.heading-text-dark h1.hero_title {
    color: #000;
}
.inner-hero-content h2.hero_subtitle {
    text-align: left;
    margin-top: 5px;
    font-size: 30px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 36px;
}
.hero-text-light .inner-hero-content h2.hero_subtitle {
    color: #fff;
}
.inner-hero-content .hero-paragraphs p {
    font-size: 22px;
    line-height: 34px;
}
.block_type_inner-hero .hero-content {
    display: flex;
    flex-flow: wrap;
    padding-top: 50px;
    justify-content: center;
    min-height: 450px;
        padding-bottom: 50px;
}
.inner-hero-frame.iphone-frame {
    margin-bottom: -50px;
} 
.inner-hero-frame {
    width: 25%;
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
}
.inner-hero-content {
    width: 45%;
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.inner-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;
}   
.inner-hero-frame.laptop-frame,
.inner-hero-frame.imac-frame,
.inner-hero-frame.no-frame-frame,
.inner-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;
    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;
}
.inner-hero-widget.form-widget.offer-graphic .widget-outer.hb-form {
    margin-top: 80px;
}
.hero-widget .inner-hero-content {
    width: 50%;
}
.hero-widget .inner-hero-widget {
    width: 50%;
}
.hero-frame .inner-hero-content {
    width: 50%;
    padding-right: 5%;
}
.hero-frame .inner-hero-frame {
    width: 35%;
}
.content-block.block_type_inner-hero {
    background-size: cover;
    background-position: top center;
}

.image-left .hero-frame .inner-hero-frame {
    width: 50%;
    order: 2;
}
.inner-hero-content .buttons-wrapper {
    margin-top: 25px;
}
.frame-img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
}
.inner-banner.solutions-banner .hero-content.container{
    padding: 0;
}
.hero-frame .inner-hero-content .hero-paragraphs {
    max-width: 750px;
}
*/

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

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

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

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

}