#scroll{padding:0;}
.heading-menu, .container.cust-quote, .sec-pTB.mbH, #btmscroll, .btmBar,.nav-dwn,#backToTop {display: none;}
footer {border: 0;}
body {background-color: #;}
.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;
    justify-content: center;
    background-color: #f6f0ff;
    padding-right: 445px;
}
.sticky-aside {
    padding: 50px 50px 50px 0;
    max-width: 700px;
    margin: 0;
}
.sticky-form {
    position: fixed;
    display: inline-flex;
    align-items: center;
    right: 0;
    top: 100px;
    width: 330px;
    background-color: #28124a;
    margin: 0;
    bottom: 0;
}
.sticky-form img {
    max-width: 200px;
    margin: 0 auto 15px;
    display: block;
}
.sticky-form .edi-btn {
    max-width: 330px;
    margin: auto;
}
.sticky-aside .flex{
   display: block;
}
.sticky-aside .flex-inner img {
    width: 500px;
    max-width: 100%;
    margin: auto;
    display: none;
}

.sticky-aside h1 {
    color: #431a83;
    font-size: 42px;
    margin: 0 0 25px;
    line-height: 58px;
    font-weight: 600;
    letter-spacing: normal;
}
.sticky-aside h1 strong {
    display: block;
    font-size: 26px;
    line-height: normal;
    background-color: #f5de05;
    width: fit-content;
    padding: 4px 10px;
    font-weight: 400;
    text-align: center;
}
.sticky-aside p, .sticky-aside ul {
    font-size: 15px;
    line-height: 33px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    color: #000;
}
.sticky-aside h2 {
    color: #431a83;
    font-weight: 600;
    margin: 40px 0 10px;
}
.sticky-aside h3 {
    color: #431a83 !important;
    font-weight: 600;
    margin: 20px 0 5px 20px;
}
.sticky-aside h3::before {
    height: 10px;
    width: 10px;
    display: inline-block;
    content: '';
    background-color: #f5de04;
    margin: 0 10px 0 -20px;
}
.sticky-aside h3 ~ p {margin: 0 0 0 20px;}

.sticky-aside h2 + p {margin: 0;}
.foot-copy {
    margin:  0;
}
.edi-btn inputgroup input{
    width: 308px !important;
}
.sticky-form > .sticky-wrap > .flex-inner {
    position: relative;
}
.sticky-form > .sticky-wrap > .flex-inner:before {
    content: '';
    width: 10px;
    height: 10px;
    box-shadow: 0 0 110px 45px #fff;
    display: inline-flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    border-radius: 50%;
}
@media(max-width:1000px){
body:before, body:after{
    content:'';
}
.flex-cover {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
    padding-right: 0;
}

.sticky-form {
    margin: auto;
    position: static;
    width: auto;
}

.sticky-aside {
    padding: 20px;
    max-width: none;
    width: auto;
}

.sticky-aside .flex-inner {
    width: auto;
    margin: auto;
}
.sticky-aside .flex-inner:first-child {
    margin-bottom: 30px;
}
}
@media(max-height:730px){
.sticky-form img{
display: none;
}
.sticky-aside .flex-inner img{
    display: block;
}
}
