
html, body {
    background-image: linear-gradient(139deg, #14582b 0%, #33cc66 52%, #ed9a00 100%);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}

#container, .m-body, .m-wrapper, .m-grid, main, .m-content--skin-light2 .m-body {
    background: none !important;
    background-color: transparent !important;
}

.row {
    margin: 0 !important;
}

.m-header--fixed .m-body {
    padding: 0 !important;
}

.m-portlet__head, .m-wizard__head {
    padding: 0 95px !important;
}

.m-portlet__body {
    padding: 0 80px !important;
}

.m-portlet .m-portlet__head .m-portlet__head-text {
    font-weight: 500 !important;
    font-size: 21px !important;
    color: #9ba5b9 !important;
}

.m-portlet .m-portlet__head .m-portlet__head-text em {
    color: #33cc66;
    font-weight: 600 !important;
    font-style: normal;
}


.slick-prev:before, .slick-next:before{
    color: #33cc66!important;
}


@media (max-width: 768px) {

    .m-portlet__head, .m-wizard__head {
        padding: 0 15px !important;
    }

    .m-portlet__body {
        padding: 0 10px !important;
    }

    .m-body .m-content {
        padding: 20px 20px;
    }

}