@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@media (min-width: 601px) {
	.modal-dialog {
		min-width: 598px;
	}
}

.modal-dialog {
	font-family: 'Montserrat', sans-serif;
	border-radius: 10px;
}

.modal-header {
	border-bottom: none !important;
	padding: 10px 20px;
	padding-bottom: 0 !important;
}

.close {
	color: #00396e !important;
	font-size: 2rem !important;
	padding: 0.5rem 1rem !important;
}

.close:hover {
	color: #00396e;
}

.card-body {
	box-shadow: rgb(0 0 0 / 10%) 3px 6px 12px;
	margin-bottom: 20px;
	border-radius: 15px;
	padding: 20px;
	border: 1px solid #f6f6f6;
}

.bg-blue {
	background: #00396e;
	color: #fff;
}

.sub-title {
	text-align: center;
	font-family: inherit;
	color: #6eceff;
	font-size: 28px;
	font-weight: 600;
}

.title {
	font-size: 38px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.title-md {
	font-size: 25px;
	color: #00396e;
	font-weight: 700;
	text-align: center;
}

.sea-font {
	color: #6eceff;
}

.blue-font {
	color: #00396e;
}

.text-center {
	text-align: center;
}

.fs-20 {
	font-size: 20px;
}

.fs-18 {
	font-size: 18px;
}

.fw-500 {
	font-weight: 500;
}

.aao {
	max-width: 450px;
	margin: 0 auto !important;
}

.btn-block {
	display: flex;
	justify-content: center;
	align-content: center;
	margin-bottom: 10px;
}

.btn-schedule {
	background: #00396e !important;
	color: #fff !important;
	font-size: 16px !important;
	padding: 10px 25px !important;
	border-radius: 25px !important;
}

.modal-dialog p {
	margin: 0 0 16px 0;
}

.modal-dialog h1,
.modal-dialog h4 {
	margin: 0 0 16px 0;
}