.modal_bg{
	background-color: #ffc801 !important;
}
.modal-body img{
	width: 100%;
	height: auto;
}

.modal_cross_btn {
    padding: 10px 10px 0px 0px;
    border-bottom: none !important;
}

.modal_cross_btn .close {
    color: #b80034;
    opacity: 1;
    text-shadow: none;
    font-weight: 500;
    outline: none;
}
.modal_body{
	border-radius: 10px;
	padding: 5px !important; 
}