div#div_col_body_user{
    overflow: hidden;
}
div#div_row_head{
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #FFF;
}
/* Carousel */
div#div_row_main_carousel {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}
div#div_main_carousel{
    padding: 20px 35px;
    border-radius: 20px;
}
div#div_main_carousel .nivoSlider{
    border-radius: 20px;
}
div#div_main_carousel .slick-prev,
div#div_main_carousel .slick-next{
    height: 40px;
    width: initial;
}
div#div_main_carousel .slick-prev{
    left: 15px;
}
div#div_main_carousel .slick-next{
    left: -45px;
}
/* Bnew */
div#div_row_infobnew{
    padding-top: 40px;
    padding-bottom: 40px;
}
#div_row_infobnew .txt_area_lines,
#div_row_infobnew .txt_area_lines p span{
    line-height: 1;
}


div#div_row_actions {
    height: 100px;
}

#div_row_extfoot{
    height: 70px;
}

/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em){
    
}