.forms_layout {
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.login-signup-common-class#adjustMedi.forms_layout .main-content-mid {
    overflow: auto !important;
}
#adjustMedi.forms_layout .main-content-mid {
    height: auto;
    overflow: hidden;
}
.forms_layout .main__wrapper {
    height: 100vh;
   }
.forms_layout .set__wrapper_overflow {
    flex: 1;
    overflow: auto;
    display: flex;
}
@media (max-width: 1199.98px){


#adjustMedi.forms_layout .main-content-mid .container .hightBg {
    min-height: auto;
    height: 100%;
}
}
@media (max-width:765px){
    .outer_wrapper-grey.editable__info{
         border-bottom:1px solid;
         border-radius: 33px;
         height: auto;
     }
     /* remove overflow hidden due to scrollbar issue */
     .main-content-mid.main-content-mid-mobile {    
         overflow: auto !important;
     }
 }
.web-ads #pop-friendly{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    right: 0;
}
.web-ads{
    position: fixed;
    right: 0.5rem;
    width: 10%;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index:1; /*#1555: changed from 9999 to 999 due to overlapping in popup*/ /*Change it to 1 due to cart overlap issue -1605/NP */
    margin-top: 100px; /*Form Level Contact Us Popup changes*/
}
.mobile-ads iframe img{
    border-radius: 50%;
    width: 100%;
}
.mobile-ads{
    max-width: 90%;
    margin: auto;
    display: block;
    padding-bottom: 0 !important;
}

.mobile-ads #pop-friendly{
    margin:auto;
}

@media (max-width:576px){
    /* changed bottom from 10% to 50px for mobile device form flow design */
    .bottom_populus_10 {
        bottom: 50px !important;
    }
}

