.modal-body{padding:0 24px 24px 24px}
.modal-header .btn-close{margin:-.5rem auto -.5rem -.5rem;width:16px;height:16px;padding:8px}
.modal-content{border-radius: 8px;}
.modal-content{border:0}
.modal-header{padding:24px 24px 0 24px;border-bottom:0}

@media(max-width:600px){
    .brand-item,.nav-top-home{margin-left:24px}
    .lab-modal-body {
        position: fixed;
        bottom: -250px;
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
        height: auto;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
        transition: opacity 0.3s ease-out, bottom 0.3s ease-out !important;
        transform: none !important;
        min-height: unset;
    }

    .modal.show .lab-modal-body {
        bottom: 0;
        opacity: 1;
        z-index: 1000;
    }

    .modal-content{border-radius: 8px 8px 0px 0px;}
}