body { overflow: hidden scroll; font-size: 17px;
    line-height: 1.6;   letter-spacing: 1px;   color: #232323;   background: #fff; }
h1, h2, h3, h4, h5, h6, a { }
.alert { position: fixed;  top: 0px; left: 0px;  z-index: 999999999;    height: 50px;   width: 100%;   
	display: flex;    opacity: 1; align-items: center;    text-align: center;   color: #fff;
	 justify-content: center;    box-shadow: none;    transition: all 0.6s ease 0s;    
	 border-radius: 0px;  font-size: 16px;    font-weight: 400;    cursor: pointer;  
	 letter-spacing: 1px; padding: 0px 0px 3px;    border: 0px;    margin: 0px !important;   
	 background-color: #ffc870;   border-color: #ffc870;}
.alert-danger {    background-color: #ef6262 !important;    border-color: #ef6262 !important;    }
.alert-success {    background-color: #7accbe !important;    border-color: #7accbe !important; }

.content {  }

.modal-dialog {
    max-width: 600px;
}
.modal-header {
    border-bottom: 0px solid #e9ecef;
    padding: 20px 20px 5px;
}
.modal-body {
    padding: 0 40px 40px;
    line-height: 1.7;
}
.modal-body p, .modal-body li {
    margin-bottom: 10px;
}

@media screen and (max-width: 990px) {

 	.modal-body {
    	padding: 0 20px 40px;
    	line-height: 1.7;
	} 

}