/*external links*/
.modal h2,
.modal-body,
.modal p {
	color: white;
}
.modal h2 {
	font-size: 2rem;
}
.modal .cus-btn {
	width: 100%;
	border: 2px solid #3D4543;
	background: transparent !important;
	border-radius: 0px;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #3D4543;
	border-color: white !important;
}
.modal .cus-btn:hover,
.modal .cus-btn:active,
.modal .cus-btn:focus {
	border-color: white !important;
	color: #009490 !important;
	background-color: white !important;
	opacity: 1 !important;
}
.modal-content {
	border: 0 none transparent;
	background-color: #009490;
}
.modal-backdrop.show {
	opacity: .9 !important;
}
