@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

body {
	background-color: #eff1f7;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Source Sans Pro', sans-serif !important;
}

.header {
	text-align: center;
}

.header img {
	margin-top: 80px;
	margin-bottom: -130px;
	position: relative;
	z-index: 10;
}

.container-fluid {
	width: 100%;
}

.container {
	width: 1200px !important;
	max-width: 1200px;
	margin: auto;
	background-color: #fff;
}

.banner-container img {
	width: 100%;
	margin-bottom: -4px;
}

.blue-banner {
	background-color: #12b8e7;
	text-align: center;
}

.blue-banner p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.three-column {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 10px 10px;
	grid-template-areas: ". . .";
	padding: 0 30px;
	width: 1140px !important;
	padding-bottom: 15px;
}

.three-column div {
	padding-left: 10px;
	padding-right: 10px;
}

.three-column div h3 {
	color: #12b8e7;
	font-size: 28px;
	font-weight: 700;
	margin-top: 40px;
    margin-bottom: 0px;
}

.three-column div p, .three-column div ul {
	margin-top: 0px;
	color: #606060;
	font-size: 24px;
	font-weight: 200;
	list-style-type: none;
}

.three-column div ul {
	padding-left: 3px !important;
}

.three-column div ul li:before{
    content: "•";
    font-size: 20px;
    vertical-align: top;
    line-height: 30px;
    margin-right: 10px;
}

.two-column {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 20px 20px;
	grid-template-areas: ". .";
	padding: 0 40px;
	width: 1120px !important;
}

.two-column a {
	background-color: #12b8e7;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	border: 0 !important;
}

.two-column a h3 {
	margin: 0;
	padding: 0;
	font-size: 38px;
	line-height: 34px;
}

.two-column a h4 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 400;
}

.footer {
	text-align: center;
	padding-top: 30px;
}

.footer .contact-us {
	color: #000;
	font-size: 42px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0px;
}

.footer .address {
	color: #000;
	font-size: 26px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0px;
}

.footer .phone {
	color: #12b8e7;
	font-size: 46px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0px;
	padding-bottom: 100px;
}

.expanding-pay-online {
	padding: 40px;
	width: 1120px !important;
}

.surgery-registration {
	text-decoration: none;
}

.pay-online:hover {
	text-decoration: underline;
	cursor: pointer
}

.surgery-registration:hover {
	text-decoration: underline;
	cursor: pointer
}

.expanding-pay-online {
	display: none;
	text-align: center;
}

.expanding-pay-online form span {
	font-size: 20px;
	color: #606060;
}

.expanding-pay-online form button {
	font-size: 20px;
	background-color: #12b8e7;
	color: #fff;
	border: 0px;
	margin-top: 10px !important;
	padding: 10px 20px;
}
.expanding-pay-online form button:hover {
	cursor: pointer !important;
	text-decoration: underline;
	
}

.payment-info {
	width: 550px;
	margin: auto;
	padding-top: 30px;
}


@media screen and (max-width: 1199px) {
	body {
		margin: 0 !important;
	}
	.container {
		width: 100% !important;
		max-width: unset !important;
	}
	.three-column, .two-column {
		padding: 0;
	}
}

@media screen and (max-width: 991px) {
	.blue-banner p {
		font-size: 28px;
	}
	.three-column div h3 {
		font-size: 22px;
	}
	.three-column div p, .three-column div ul {
		font-size: 22px;
	}
	.two-column a h4 {
		font-size: 20px;
	}
	.two-column a h3 {
		font-size: 26px;
	}
}

@media screen and (max-width: 700px) {
	.header img {
		width: 150px;
	}
	.blue-banner p {
		font-size: 3.7vw;
	}
	.three-column {
		grid-template-columns: 1fr;
		grid-template-areas: ".";
		padding-bottom: 30px;
	}
	.three-column {
		text-align: center;
	}
	.header img {
		margin-top: 30px;
		margin-bottom: -80px;
	}
	.two-column {
		gap: 10px;
	}
	.footer h2, .footer h3 {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 32px !important;
	}
	.payment-info {
		width: 100%;
		
	}
	.payment-info * {
		padding-left: 10px;
		padding-right: 10px;
	}
	.expanding-pay-online {
		padding: 40px 0;
	}
}

@media screen and (max-width: 600px) {
	.two-column a h4, .two-column a h3 {
		font-size: 16px;
	}
}

@media screen and (max-width: 374px) {
	.two-column {
		grid-template-columns: 1fr;
		grid-template-areas: ".";
	}
}
