.modal-dialog {
    max-width:50% !important;
   left: 0% !important;
}
.modal-content {
    position: relative;
    background-color: #fff;
    
    background-clip: padding-box;
    border: 1px solid #999;
    
    border-radius: 6px;
    outline: 0;
   box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modal-header {
     padding: 1rem;
    border-bottom: 1px solid #e5e5e5;
    background-color: #16c9f6;
    
    text-shadow: 1px 1px 1px rgba(0,0,0,.15);
}
.modal-header h3{
   color: #fff !important; 
    font-size: 23px;
     text-transform: uppercase !important;
     font-weight: bold;
}
.modal-body {
    position: relative;
    padding: 2rem;
}
.modal-body ul li{
    font-size: 16px;
}
.modal-body .list-as i{
    font-size: 14px;
}
.modal-footer {
    border:none !important;
    padding: 0rem !important;
   
}
.modal-footer .btn-primary {
    background: #77fac6;
    color: #0f0000;
    border: none;
    border-radius: 20px;
    transition: all 300ms;
}
.modal-footer .btn {
    font-size: 16px;
    font-weight: 600;
    padding: 9px 40px;
}

/*end popup*/

