#contactSec {
	position: relative;
	padding-top: 64px;
	padding-bottom: 128px;
	background-color: #f6f6f6;
	background-image: url("../../images//sparkle-bg.png");
	background-position: center;
	background-repeat: repeat;
	overflow: hidden;
}

#contactSec .topContent {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-bottom: 80px;
}

#contactSec .topContent .titleBox {
	width: 60%;
	text-align: center;
}

#contactSec .topContent .titleBox .h2 {
	display: inline-block;
	margin: 0 0 32px 0;
	font-size: 3.1875rem;
	color: #52d7fa;
	font-weight: 300;
	line-height: 3.6875rem;
}

#contactSec .topContent .titleBox .h2 strong {
	color: #204f86;
	font-weight: 700;
	font-style: italic;
}

#contactSec .topContent .content {
	width: 60%;
	text-align: center;
}

#contactSec .topContent .content p {
	margin: 0 0 40px 0;
	font-size: 1rem;
	color: #6d6d6d;
	font-weight: 400;
	line-height: 1.5rem;
}

#contactSec .topContent .content p:last-child {
	margin-bottom: 0;
}

#contactSec .topContent .content p strong {
	font-weight: 500;
}

#contactSec .addressSec {
	width: 100%;
	display: flex;
	gap: 30px;
	padding: 0 315px;
	justify-content: center;
}

#contactSec .addressSec .addressBox {
	display: inline-block;
	max-width: 265px;
	width: 100%;
}

#contactSec .addressSec .addressBox h3.h3 {
	display: inline-block;
	width: auto;
	padding: 8px 24px;
	margin: 0;
	font-size: 1rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.5rem;
	background-color: #2662a3;
	border-radius: 10px 10px 0 0;
}

#contactSec .addressSec .addressBox .callBox {
	width: 100%;
	display: inline-block;
	padding: 24px;
	border: 1px solid #b0b0b0;
	border-radius: 0 10px 10px 10px;
	height: calc(100% - 40px);
}

#contactSec .addressSec .addressBox .callBox ul {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#contactSec .addressSec .addressBox .callBox ul li {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #b0b0b0;
	font-size: 1rem;
	color: #6d6d6d;
	font-weight: 400;
	line-height: 1.5rem;
}

#contactSec .addressSec .addressBox .callBox ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

#contactSec .addressSec .addressBox .callBox ul li h4 {
	margin: 0 0 8px 0;
	display: flex;
	gap: 8px;
	font-size: 1.3125rem;
	color: #204f86;
	font-weight: 700;
	font-style: italic;
	line-height: 1.75rem;
}

#contactSec .addressSec .addressBox .callBox ul li p {
	margin: 0 0 0px 0;
	font-size: 1rem;
	color: #6d6d6d;
	font-weight: 400;
	line-height: 1.5rem;
}

#contactSec .addressSec .addressBox .callBox ul li p:last-child {
	margin-bottom: 0;
}

#contactSec .addressSec .addressBox .callBox ul li a {
	position: relative;
	display: block;
	color: #6d6d6d;
	text-decoration: none;
	transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#contactSec .addressSec .addressBox .callBox ul li a:hover {
	color: #204f86;
	text-decoration: none;
}

#contactSec .addressSec .infoBox {
	display: inline-block;
	max-width: 599px;
	width: 100%;
}

#contactSec .addressSec .infoBox h3.h3 {
	display: inline-block;
	width: auto;
	padding: 8px 24px;
	margin: 0;
	font-size: 1rem;
	color: #204f86;
	font-weight: 700;
	line-height: 1.5rem;
	background-color: #52d7fa;
	border-radius: 10px 10px 0 0;
}

#contactSec .addressSec .infoBox .numberBox {
	width: 100%;
	min-height: 267px;
	display: inline-block;
	padding: 24px;
	border: 1px solid #b0b0b0;
	border-radius: 0 10px 10px 10px;
}

#contactSec .addressSec .infoBox .numberBox ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px;
	row-gap: 16px;
	padding: 0 0 24px 0;
	margin: 0 0 24px 0;
	border-bottom: 1px solid #b0b0b0;
	list-style-type: none;
}

#contactSec .addressSec .infoBox .numberBox ul:last-child {
	padding: 0 0 0px 0;
	margin: 0 0 0px 0;
	border-bottom: 0;
}

#contactSec .addressSec .infoBox .numberBox ul li {
	width: 33%;
	max-width: 166px;
	font-size: 1rem;
	color: #6d6d6d;
	font-weight: 400;
	line-height: 1.5rem;
}

#contactSec .addressSec .infoBox .numberBox ul li p {
	margin: 0 0 0px 0;
	font-size: 1rem;
	color: #6d6d6d;
	font-weight: 700;
	line-height: 1.5rem;
}

#contactSec .addressSec .infoBox .numberBox ul li a {
	position: relative;
	display: block;
	color: #6d6d6d;
	text-decoration: none;
	transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#contactSec .addressSec .infoBox .numberBox ul li a:hover {
	color: #204f86;
	text-decoration: none;
}



/* #Additional - Large Screens beyond 1600px
================================================== */
@media only screen and (min-width: 1367px) and (max-width: 1600px) {

#contactSec .addressSec 					{ padding: 0 138px; }

}


/* #Additional - Large Screens beyond 1366px
================================================== */
@media only screen and (min-width: 1180px) and (max-width: 1366px) {

#contactSec .addressSec 					{ padding: 0 138px; }

}


/* #iPad Pro - Large Screens beyond 1024px
================================================== */
@media only screen and (min-width: 959px) and (max-width: 1180px) {

/*---------------------- Contact Page -----------------------*/
#contactSec									{ padding-bottom: 90px; }
#contactSec .topContent 					{ margin-bottom: 50px; }
#contactSec .topContent .titleBox 			{ width: 65%; }
#contactSec .topContent .content			{ width: 65%; }
#contactSec .topContent .titleBox .h2 	{ font-size: 2.375rem; line-height: 2.75rem; }
#contactSec .addressSec 					{ padding: 0 33px; }
#contactSec .addressSec .infoBox .numberBox ul li { width: 50%; }

}



/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

#contactSec									{ padding-bottom: 85px; }
#contactSec .topContent 					{ margin-bottom: 50px; }
#contactSec .topContent .titleBox 			{ width: 75%; }
#contactSec .topContent .content			{ width: 75%; }
#contactSec .topContent .titleBox .h2 	{ font-size: 2.375rem; line-height: 2.75rem; }
#contactSec .addressSec 					{ padding: 0 0px; }
#contactSec .addressSec .infoBox .numberBox ul li { width: 50%; }


}


/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

#contactSec									{ padding-bottom: 64px; }
#contactSec .topContent 					{ margin-bottom: 50px; }
#contactSec .topContent .titleBox 			{ width: 100%; }
#contactSec .topContent .content			{ width: 100%; }
#contactSec .topContent .titleBox .h2 	{ font-size: 2.375rem; line-height: 2.75rem; }

#contactSec .addressSec 					{ gap: 30px; padding: 0 0px; flex-direction: column; }
#contactSec .addressSec .addressBox 		{ max-width: 100%; width: 100%; }
#contactSec .addressSec .addressBox .callBox	{ padding: 20px; }
#contactSec .addressSec .infoBox .numberBox 	{ padding: 20px; }
#contactSec .addressSec .infoBox .numberBox ul 	{ column-gap: 24px; }
#contactSec .addressSec .infoBox .numberBox ul li { width: 46%; }

}
