.kiddies-content{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}

.layer1{
    width: 80%;
    margin-top: 40px;
    display: flex;
    justify-content:space-between;
    align-items: center;
    gap: 35px;
}

.aboutHigh-left{
    width: 50%;
}
.aboutHigh-right{
    width: 45%;
}

.highSchoolAnthem{
	width: 100%; 
	height: auto; 
	text-align: center; 
	margin-left: auto;
	margin-right: auto;
	font-size: 18px; 
	color:#000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 2.3;
}
.admissionKiddies{
	width: 100%; 
	height: auto; 
	text-align: left; 
	font-size: 30px; 
	font-weight: bold; 
	color:#DC800C;
	font-family: "Algerian", Monaco, monospace;
	margin-top: 10px;
}


.qAssureanceArea{
    width: 100%;
    height: 280px;
    padding: 20px 30px;
    margin-top: 20px;
    background-color:#F0EDEE;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0, 0.19);
    display: flex;
    justify-content: space-between;
}
.qAssureanceLeft{
    width: 55%;
}
.qAssureanceRight{
    width: 40%;
}

.headerText{ 
	font-size: 30px; 
	font-weight: bold; 
	color:#12048A;
	font-family: "Algerian", Monaco, monospace;
	line-height: 1;
}
.qAssuranceText{
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.5;
    color: rgb(82, 80, 80);
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.kiddiesAdmissionLeft{
    width: 70%;
}
.kiddiesAdmissionRight{
    width: 30%;
}
.admissionPartKiddiesInner{
    width: 95%;
    border: 2 rgb(15, 3, 68);
    background-color: rgb(209, 209, 209);
    border-radius: 10px;
    padding: 30px;
    padding-top: 10px;
    box-sizing: border-box;

}

.admissionKiddies{
	width: 100%; 
	height: auto; 
	text-align: left; 
	font-size: 30px; 
	font-weight: bold; 
	color:#DC800C;
	font-family: "Algerian", Monaco, monospace;
	margin-top: 10px;
}
.admissionKiddiesAnthem{
	width: 100%; 
	height: auto; 
	text-align: left; 
	font-size: 20px; 
	color:#DC800C;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 20px;
}

.kiddiesAnthem2{
	width: 100%; 
	height: auto; 
	text-align: center; 
	margin-left: auto;
	margin-right: auto;
	font-size: 18px; 
	color:#000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.8;
}
.adminGuide{
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 17px;
	color:#13016B;
	text-decoration: none;
	font-weight: bold;
	line-height: 15px;
	margin-left: 20px;
	margin-top: 5px;
}


.admissionGuideContent{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 15pt;
}
.admissionGuideOutter{
	width: 80%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.admissionGuideOutter1{
	width: 100%;
	height: auto;
	float: right;
	margin-top: 10px;
}
.admissionGuideOutter2{
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.admissionGuidelineOutter{
	width: 100%;
	height: auto;
	float: right;
}
.admissionGuidelineAdmission{
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background:#E5E1E1;
	border: thin;
	border-radius: 10px;
	border-top-style:solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color:#030D5B;
	
	padding-left: 5px;
}
.admissionGuideline{
	width: 70%;
	height: auto;
	float: left;
	margin-top: 10px;
	background:#E5E1E1;
	border: thin;
	border-radius: 10px;
	border-top-style:solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color:#030D5B;
	padding-left: 5px;
}








@media only screen and (max-width:600px){


}