.material-popup {
    position: relative; left: 0; top: 0;
    background-color: white;
    font-size: 14px;
    color: #4d4e56;
    width: 540px;
    border-radius: 4px;
}

.material-popup .row {
    position: relative;
}

.material-popup .col-md-8 {
    background: white;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    min-height: 388px;
}

.material-popup img.hidden-xs{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: block;
    height: 100%;
    position: absolute; left: 0; top: 0;
}

.material-popup .content{
    padding: 25px 30px 25px 0;
}

.material-popup h2{
    font-size: 18px;
    color: #102c52;
    margin: 0 10px 25px 0;
}

.material-popup .popup-close{
    position: absolute;
    right: 15px; top: 10px;
    cursor: pointer;
    z-index: 99;
}

.material-popup ul{
    margin: 30px 0 0 0;
    padding: 0;
    list-style-position: inside;
}

.material-popup .bu01{
    margin-top: 20px;
}

@media (max-width: 767px){

    .material-popup {
        width: 100%;
        height: 100%;
        position: fixed; left: 0; top: 0;
        border-radius: 0;
    }

    .material-popup .content{
        padding: 12px 30px 25px 25px;
    }

    .material-popup .popup-close{
        right: 30px; top: 10px;
    }
}