.kiidies-content{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}
.kiddiesRoundButton1{
	width: 100%;
	height: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color:#4b4949;
	line-height: 1.3;
	margin-top: 15px;
}

.layer1{
    width: 80%;
    margin-top: 40px;
    display: flex;
    justify-content:space-between;
    align-items: center;
    gap: 25px;
}
.kiddiesPicFirst{
    width: 60%;
    background-color: blue;
}
.kiddiesPicFirstImage{
    width: 100%;
}
.kiddiesPicSecondArea{
    width: 40%;
}



.welcomeKiddies{
	width: 100%; 
	height: auto; 
	text-align: left; 
	font-size: 30px; 
	font-weight: bold; 
	color:#12048A;
	font-family: "Algerian", Monaco, monospace;
	margin-top: 10px;
	line-height: 1;
}
.prenurseryHead{
	width: auto;
	height: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold; 
	text-align: center;
	color:#F36E70;
	padding: 0;
	margin: 0;
}
.kiddiesIntroFont{
	color:#02073B;
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.8;
	margin-right: 20px;
}

.kiddiesMiddle2{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: inline-block;
	float: none;
}

.kiddiesRound1{
	width: 25%;
	height: auto;
	margin-left: 6%;
	float: left;
	border-radius: 5%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0, 0.19);
}








.kiddiesCardFrame{
    width: 33%;
    margin-top: 40px;
    margin-bottom: 40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0, 0.19);
}

.kiddiesCardFrame > img{
    width: 100%;
    height: 240px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.kiddiesRoundButton{
	width: auto;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#000000;
	line-height: 1.3;
	
	padding: 15px;
    box-sizing: border-box;
}
.kiddiesRoundButtonHead{
	width: auto;
	height: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#DC800C;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
    margin-bottom: 5px;
}

.kiddiesParentPart{
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	
}


.parentPart1{
	width: 33.3%;
	height: 100%;
	float: left;
}
.parentPart2{
	width: 33.3%;
	height: 100%;
	float: left;
}
.parentPart3{
	width: 33.3%;
	height: 100%;
	float: left;
}

.parentComment{
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color:#3D3A3A;
	color: #FFFFFF;
	border-radius: 5%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0, 0.19);
}
.parentName{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#978E8E;
}
.parentName2{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color:#978E8E;
}
.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;
}

.kiddiesAnthem{
	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;
}
.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){

    .layer1{
        width: 95%;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 25px;
        overflow-x: hidden;
        justify-content: center;
        align-items: center;
    }
    .kiddiesPicFirst{
        width: 100%;
        margin-left: 30px;
    }
    .kiddiesPicFirstImage{
        width: 100%;
    }
    .kiddiesPicSecondArea{
        width: 95%;
        margin-bottom: 15px;
        margin-left: 30px;
    }
    


.kiddiesCardFrame{
    width: 98%;
    margin-top: 10px;
}


.parentPart1{
	width: 100%;
	height: 100%;
	float: center;
}
.parentPart2{
	width: 100%;
	height: 100%;
	float: center;
}
.parentPart3{
	width: 100%;
	height: 100%;
	float: center;
}

.kiddiesAdmissionLeft{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kiddiesAdmissionRight{
    width: 100%;
}
.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;

}


    
}

