 
#scroll{padding:0;}
.thankMsg{display:none;}
.heading-menu, .container.cust-quote, .sec-pTB.mbH, #btmscroll, .btmBar,.nav-dwn,#backToTop,.sec-pTB.bg-l-grey {display: none;}
footer {border: 0;}
a.dclogosvg {
    font-size: 26px;
    color: inherit;
    font-weight: 400;
    text-decoration: none;
    margin-top: 7px;
    font-family: 'Zoho_Puvi_SemiBold';
}
#commonHeader {
    min-height: 90px;
}
.foot-copy {border-top: 1px solid #eee;margin: 0 500px 0 0;max-width: none;width: auto;}
.flex-cover {
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 90px);
}
.sticky-aside {
    padding: 50px;
    width: 50vw;
    margin: 0;
    background-color: #f9f9f9;
}
.sticky-form {
    position: static;
    width: 50vw;
    background-color:#0f6fb6;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sticky-form .edi-btn {
    width: 400px;
    transition: all ease 350ms;
    box-shadow: none !important;
}
.sticky-aside .flex-inner {
    width: 100%;
}
.sticky-aside .flex-inner + .flex-inner {
    margin-top: 0;
}
.sticky-aside .flex-inner img {
    margin: auto;
    display: block;
    width: 350px;
    max-width: 100%;
}

.sticky-aside .flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.sticky-aside .free {
    background-color: #f44336;
    color: #fff;
    padding: 5px;
    display: flex;
    max-width: 171px;;
    justify-content: center;
    margin: auto;
}
.sticky-aside .free:before,.sticky-aside .free:after  {content: '';width: 25px;height: 25px;background-color: #f44336;transform: rotate(45deg) translate(15px,-15px);display: inline-block;}
.sticky-aside .free:before {
transform: rotate(45deg) translate(-15px,15px);
}
.sticky-form.dform.thanks:before {
    background-color: #000000eb;
    content: 'Thank you for downloading our ebook.';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
    color: #fbe11d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: 'Zoho_Puvi_Bold';
}

.sticky-form.dform.thanks {
    position: relative;
    overflow: hidden;
}
.sticky-aside h1 {
    color: #000;
    font-size: 40px;
    margin: 20px 20px 40px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 50px;
}
.sticky-form h2 {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: normal;
}
.sticky-aside h1 strong {
    font-weight: 600;
    display: block;
    font-family: 'Zoho_Puvi_Bold';
    color: #1700c8;
    font-size: 36px;
}
.sticky-form h2 strong {
    display: block;
    font-size: 30px;
    margin: 0 0 10px;
}
.sticky-aside p, .sticky-aside ul {
    font-size: 13px;
    line-height: 26px;
    padding: 0;
    margin: 0 0 5px;
}
.foot-copy {
    margin:  0;
}

.sticky-form .edi-btn inputgroup.subscribe label{
    color:#fff;
}

.fbutton input#Submit.download {
    background-color: #fcdb13 !important;
    color: #000 !important;
}

.overview {
    padding: 80px 40px;
}
.overview p {
    font-size: 18px;
    line-height: 40px;
    color: #000;
    font-weight: 300;
    margin: 0 0 40px;
}
.overview ul {
    padding: 0 !important;
    margin:0 0 50px;
}

.overview ul li img {
    width: 60px;
    margin: auto;
}

.overview ul li strong {
    display: block;
    margin:10px;
    font-size:15px;
}
.overview ul li {
    margin: 0 0 20px;
    line-height: 30px;
    list-style: disc inside;
    font-size: 18px;
}
.overview ul li::marker {
    color: red;
    font-size: 25px;
}
inputgroup.subscribe label {
    transform: none;
    font-size: 13px !important;
    display: inline-block !important;
    margin: 2px 0 0 4px;
    vertical-align: middle;
    pointer-events:all;
    white-space: nowrap;
}

inputgroup.subscribe input {
    display: inline-block !important;
    width: auto !important;
    vertical-align: middle;
}

inputgroup.subscribe {
    margin: 10px 0;
    display: flex;
    align-items: baseline;
}
.sticky-form .edi-btn inputgroup.focus.subscribe label{
    transform:none;
}
.cta#scroll_top {
    position: static;
    display: block !important;
    background: none;
    color: #fff !important;
    background-color: red;
    border-radius: 0;
    width: 45%;
    margin: 20px auto;
    text-align: center;
    text-indent: unset;
    height: auto;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    padding: 18px 0;
    text-decoration: none;
    opacity: 1 !important;
}
.dform.animate {
    transform: scale(1.1);
    box-shadow: 0 0 50px #0005;
}
@media(max-width:1000px){
body:before, body:after{
    content:'';
}
.flex-cover {
    flex-wrap: wrap;
    justify-content: center;
}
.sticky-form {
    margin: auto;
    width: 100vw;
}
.sticky-form .edi-btn {
    width: 330px;
}
.headerinner .prdLogo {
    width: auto;
}
.headerinner .prdLogo a {
    font-size: 110%;
}
.sticky-aside {
    padding: 40px 0;
    max-width: none;
    width: 100vw;
}
.sticky-aside .flex-inner {
    width: auto;
    margin: auto;
}
.sticky-aside .flex-inner:first-child {
    margin-bottom: 0;
}
.overview ul {
    flex-wrap: wrap;
}
.sticky-aside .flex-inner img{
    padding:0;
}
}
