.modal-dialog { position: fixed; top: 80px; right: 40px; max-width: 420px;}.modal-header .close { color: #a50436; font-size: 44px !important; opacity: 1; }.modal-header { height: 44px; border-style: none; }.modal-footer { display: none; }.modal-header .close:hover { color: #171717; }body.modal-open { margin: 0 !important; padding: 0 !important; }.modal-content{ border-style: none; -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5); -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);            box-shadow: 0 5px 15px rgba(0,0,0,0);    	border-radius: 0px; box-shadow: 0 5px 15px rgba(0,0,0,0.5);  background-color: rgba(211,215,38,0.8);}.modal-content p { font-size: 16px; line-height: 21px; }.modal-content h4 { color: #000; font-size: 26px; font-weight: 400 !important; line-height: 31px; text-align: left; }.modal-backdrop { background-color: transparent !important; }@media (max-width:580px) {	.modal-dialog { position: fixed; top: 80px; left: 0; right: inherit; max-width: 100%; }}