@charset "UTF-8";
/********************************************************************
DO NOT edit this file manually. This file is generated by layout.
If you want to add custom css, edit custom.css file in current template folder
*********************************************************************/
 .main_content{
     margin-top: 5rem;
    position: relative;
    z-index: 100;
    transition:all 0.5s ease;
    background: #f4f7f8;
}
@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) {
       .main_content{
        right: 300px;
        top: 0;
        width: calc(100% - 300px);
        margin-top: 12rem;
    }
}
@media (min-width: 1200px) {}