#scroll{padding:0;}
.heading-menu,  .sec-pTB.mbH, #btmscroll, .nav-dwn,#backToTop {display: none;}
footer {border: 0;}
body {background-color: #fffbe2;}
.foot-copy {border-top: 1px solid #eee;margin: 0 500px 0 0;max-width: none;width: auto;}
.flex-cover {
    display: flex;
    align-items: flex-start;
}
.sticky-aside {
    padding: 50px 50px 50px 0;
    margin: auto;
}
.sticky-form {
    position: static;
    width: 330px;
    background-color: #273845;
    border-radius: 0 0 50px 50px;
    margin: 0 15px 65px;
}
.sticky-aside .flex-inner img {
    max-width: 100%;
    margin: auto;
    display: block;
}
body:after {
    content: '';
    background-image: url(images/bsp-ebook-landing-page-bg.png);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 390px;
    background-position: right center;
    background-size: 390px auto;
    transform: rotate(180deg);
    z-index: -1;
}
body:before {
    content: '';
    background-image: url(images/bsp-ebook-landing-page-bg.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 390px;
    background-position: left center;
    background-size: 390px auto;
    z-index: -1;
}

.sticky-aside .flex-inner {
    width: 60%;
}
.sticky-aside .flex-inner:first-child {
    width: 40%;
}
.sticky-aside h1 {
    color: #000;
    font-size: 30px;
    margin: 0 0 25px;
    line-height: 50px;
    font-weight: 300;
}
.sticky-aside h1 strong {
    font-weight: 600;
}
.sticky-aside p, .sticky-aside ul {
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    margin: 0 0 0 15px;
}
.foot-copy {
    margin:  0;
}
.edi-btn inputgroup input{
    width: 308px !important;
}

@media(max-width:1000px){
body:before, body:after{
    content:'';
}
.flex-cover {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
}

.sticky-form {
    margin: auto;
}

.sticky-aside {
    padding: 20px;
}

.sticky-aside .flex-inner {
    width: auto;
    margin: auto;
}
.sticky-aside .flex-inner:first-child {
    margin-bottom: 30px;
}
}
