@charset "utf-8";
/* CSS Document */


/*-------------------------------------*/
/*---- BOOTSTRAP 4.4.1 HEADER CSS ----*/
/*-----------------------------------*/

	/*----------------------------*/
	/*------ Privacy Policy ------*/
	/*----------------------------*/

.privacy-policy-bg {
	max-width: 100% !important;
	height: auto !important;
	background-color: #006699 !important;
	border-radius: 5vw 0vw 5vw 0vw !important;
}
.privacy-policy-container {
	width: 88% !important;
	height: auto !important;
	padding: 6vw 4vw 6vw 4vw !important;
	margin: 6vw 4vw -6vw 4vw !important;
	background-color: #fff !important;
	border-radius: 5vw 0vw 5vw 0vw !important;
}
@media only screen and (min-width: 1920px) {
.privacy-policy-container ul {
	font-size: 1.8rem !important;
	line-height: 3rem !important;
	margin-bottom: 1.5vw !important;
	}}
@media only screen and (max-width: 1920px) {
.privacy-policy-container ul {
	font-size: 1.4rem !important;
	line-height: 2.4rem !important;
	margin-bottom: 1.5vw !important;
	}}
.privacy-policy-foot {
	width: 100% !important;
	height: 12vw !important;
	background-color: #fff689 !important;
}



