.body{
    width: 100%;
    margin: 0;
    background-color: rgb(210, 199, 221);
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */

}
.container{
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.6), 0 6px 20px 0 rgba(0,0,0, 0.19);
    /* display: flex;
    flex-direction: column; */
}
.navAreaTop{
    width: 90%;
    height: 140px;
    top: 0;
    left: 5%;
    right: 5%;
    position: -webkit-sticky; /* Safari */
    position: fixed;
    z-index: 50;
    border-bottom: 1px solid rgb(179, 177, 177);
    box-sizing: border-box;
}
.pictureFrame{
    width: 100%;
    height: calc(100vh - 160px);
    margin-top: 9.5%;
}

.middleSection2{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 140px;
}  
.content-view{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.bannerContainer{
 width: 100%;
 height: 7%;
 display: flex;
 justify-content: center;
 position: relative;

}
.banner{
    width: 70%;
    height: 150%;
    /* background-color: darkblue;; */
    background-color: rgb(51, 47, 47); 
    position: absolute;
    top: -60%;
    opacity:90%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 0 20px 0 rgba(0,0,0,0.25);
}
.banner>img{
    width: 65%;
    height: 80%;
}
.banner>p{
    color: white;
    font-size: 36px;
    font-weight: bolder;
    text-shadow:#000000;
}

.displayPicFrame{
	width: 100%;
	height: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: inline-block; 
    overflow: hidden; 
	
}
.displayPicOuterFrame1{
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
.displayPicOuterFrame{
	width: 100%;
	height: 100%;
	float: right;
}
.mySlides{
	width: 100%;
	height: 100%;
     background-size: cover;
    background-repeat: no-repeat; 
	animation-name: zoom;
  	animation-duration: 4s;
}

.captionHolder{
	width: 50%;
    height: 30%;
	position: absolute;
	top: 75%;
    padding-left: 20px;
	overflow: hidden;
	color:#FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 2px 2px #000000;
}
.captionHolder h2{
	background-repeat: no-repeat;
	animation: 2s captionHolder 2s forwards;
	transform: translate(-100%);
}
@keyframes captionHolder{
	from{
		transform: translate(-100%);
	}
	to{
		transform: translate(0);
	}
}



@keyframes zoom1 {
  from {
	  opacity: 0.2;
	}
  to {
	  opacity: 1;
	  transform: translate(0);
	}
}

@keyframes zoom {
  from {
	  opacity: 0.2;
	}
  to {
	  opacity: 1;
	}
}


.navArea{
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    position: relative;
}
.addressTop{
    width: 80%;
    height: 40px;
    padding-right: 30px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 50px;
    box-sizing: border-box;
}
.addressTop>span:first-child>img{
    width: 25px;
    height: 25px;
}
.addressTop>span:nth-child(2)>img{
    width: 35px;
    height: 30px;
}
.topDiv{
    width: 108%;
    height: 40%;
    margin-top: 3%;
    left: -4%;
    background-color: darkblue;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 3px 5px 0 rgba(0,0,0, 0.2);
    position: absolute;
    display: flex;
    justify-content: space-between;
}
.logoArea{
    width: 8%;
    height: 90%;
    background-image: url("/images/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    margin-top: 0.9%;
    left: 0.5%;
    position: absolute;
}
.schoolName{
    width: 30%;
    height: 100%;
    background-image: url("/images/monefschools.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 12%;
}
.schoolNameCreche{
    width: 30%;
    height: 100%;
    background-image: url("/images/monefCreche.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 12%;
}
.schoolNameKiddies{
    width: 30%;
    height: 100%;
    background-image: url("/images/monefkiddies.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 12%;
}
.schoolNameHigh{
    width: 30%;
    height: 100%;
    background-image: url("/images/monefHighSchool.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 12%;
}
.our-school-body{
    line-height: 20px;
}
.mediaHandleArea{
    width: 300px;
    height: 100%;
    margin-right: 5%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.mediaHandleArea img{
    width: 30px;
    height: 25px;
    cursor: pointer;
    /* border-radius: 50%; */
}
.navBar{
    width: 90%;
    height: 30%;
    position: absolute;
    top: 72%;
    right: 0;
    display: flex;
    justify-content: space-between;
}
.navBar > a{
    height: 70%;
    margin-right: 20px;
    padding-top: 10px;
    text-decoration: none;
    font-size: 12px;
}

.navItems{
    width: 80%;
    height: 100%;
    top: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
.navItems ul{
    list-style: none;
    height: 100%;
    margin-top: 0;
}
.navItems ul li{
    height: 100%;
    position: relative;
    top: 0;
    float: left;
}
.navItems ul li a{
    height: 70%;
    font-size: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    color: #333;
    display: block;
    text-decoration: none;
}
.navItems ul li a:hover{
    background-color: #333;
    color: #FFFFFF;
}

.navItems ul li ul{
    position: absolute;
    width: 150px;
    height: auto;
    background: #FFFFFF;
    padding-left: 0;
    display: none;
}
.navItems ul li ul li{
    width: 100%;
    height: 40px;
    border-top: 1px solid rgba(0,0,0, 0.1);
}

.hamburger{
    display: none;
    height: fit-content;
    cursor: pointer;
    padding: 3px 8px;
    border-radius: 5px;
    transition: 0.2s;
}
.hamburger:hover{
    /* background: #f6f4ff; */
    background: rgb(154, 149, 149);
}
.hamburger div{
    width: 30px;
    height: 2px;
    margin: 6px 0;
    background: #212526;
}


.navItems ul li:focus-within>ul,
.navItems ul li:hover >ul{
    display: initial;
}


.ourSchoolSection{
    width: 100%;
    height: 460px;
}
.ourSchoolSectionInner{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
}

.ourSchoolCard{
    height: 90%;
    width: 28%;
    border-top-right-radius: 2%;
    border-top-left-radius: 2%;
    box-shadow: 2px 0 20px 0 rgba(0,0,0,0.25);
}
.ourSchoolCard>img{
    width: 100%;
    height: 60%;
    border-top-right-radius: 2%;
    border-top-left-radius: 2%;
}
.ourSchoolCard>div:nth-child(2){
    width: 100%; 
    height: 10%; 
    background-color: darkblue;
    color:white;
    font-weight: 900;
    display: flex;
    align-items: center;
}
.dot{
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 10px;
}
.ourSchoolCard>div:nth-child(3){
    width: 95%;
    padding: 4px 8px;
    text-align: justify;
    text-justify: inter-word;
}
.click-here{
    width: 90%;
    padding-left: 5px;
    color: darkblue;
    font-weight: bold;
}

.ourGoalSection{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.ourGoalSectionInner{
    width: 83%;
    height: 400px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    
}
.mission-card{
    height: 100%;
    width: 30%;
    border-top-right-radius: 2%;
    border-top-left-radius: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.mission-card > img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.mission-mesage{
    width: 100%;
    height: 100px;
    margin-top: 10px;
    box-sizing: border-box;
}
.mission-mesage > ul > li{
    margin-top: 10px;
    line-height: 18px;
    font-size: 18px;
}

.ourSchoolHeader{
    width: 100%; 
    margin-top: 10px; 
    height: 10%;
    font-size: xx-large; 
    font-weight: bolder; 
    display: flex; 
    justify-content: center; 
    color: rgb(14, 14, 90);
}

.our-goals{
    width: 100%;
}

.goal-frame{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.goal-frame>img{
    width: 450px;
    height: 120px;
}
.frame-box{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.frame-box-inner{
 width: 80%;
 height: 100%;
 position: relative;
}
.goal-top{
    width: 90%;
    height: 80%;
    background-color: darkblue;
    box-shadow: 0 4px 8px 0 rgba(12, 3, 129, 0.6), 0 6px 20px 0 rgba(0,0,0, 0.19);
    position: absolute;
    top: 0;
    left: 0;
}
.goal-bottom{
    width: 90%;
    height: 80%;
    background-color: rgb(158, 66, 5);
    box-shadow: 0 4px 8px 0 rgba(46, 46, 46, 0.6), 0 6px 20px 0 rgba(0,0,0, 0.19);
    position: absolute;
    bottom: 0;
    right: 0px;
}
.goal-box{
    width: 93%;
    height: 80%;
    top:10%;
    left: 3%;
    position: absolute;
    background-color: rgb(240, 237, 237);
    z-index: 10;
    font-size: 18px;
    box-sizing: border-box ;
    padding: 10px 20px;
    text-align: justify;
    text-justify: inter-word;
    line-height: 27px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.6), 0 6px 20px 0 rgba(0,0,0, 0.19);
    border-radius: 10px;
} 
.admission-area{
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.admission-area-inner{
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-between;
    
}
.admission-guide-area{
    width: 60%;
    height: 555px;
    /* border: gray dashed 5px; */
    border-radius: 10px;
    border: 5px dashed rgba(139, 139, 139, 0.1);
    background-color: #eeebeb;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    box-shadow: 2px 0 10px 0 rgba(0,0,0,0.25);
}
.facebook-frame{
    width: 37%;
    height: 560px;
    
}
.admission-guide-text{
    width: 100%;
    display: inline-block;
    font-size: 40px;
    color: white;
    font-weight: bolder;
    box-sizing: border-box;
    padding: 10px 30px;
    background: rgb(2, 98, 128);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#parallelogram {
    width: 150px;
    height: 100px;
    transform: skew(20deg);
    background: red;
  }
.admission-guide-subtext{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    font-size: 18px;
    line-height: 25px;
    
}

.admission-guide-subtext >ul{
    margin-top: -2px;
}
/* .admission-guide-subtext >ul >li{
   font-size: 36px;
}
.admission-guide-subtext >ul >li > span{
    font-size: 18px;
   
} */
 ::marker{
    /* color: red; */
    font-size: 2rem;
 }

 .admission-guide-subtext >ul >li::marker{
    color: rgb(2, 68, 88);
 }
 .admission-guide-subtext > a {
    text-decoration: none;
    color: slategrey;
 }
 .downloadFrontPage a{
    margin-left: 40px;
    color: red;
    text-decoration: none;
 }
 .downloadFrontPage a:hover{
    color: green;
 }

 .our-fee-area{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
 }

 .our-fee-area-inner{
    width: 80%;
 }
.our-fee-title{
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
    color:#0d0363;
	font-family: "Algerian", Monaco, monospace;
}
.table-area{
    width: 100%;
    display:flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}
.table-left-area{
    width: 40%;
    
}
.table-right-area{
    width: 55%;
    display: flex;
    flex-direction: column;
}

.sub-fee-title{
    font-size: 20px;
    font-weight: bold;
}
.change-float{
    float: right;
}

.content-table{
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 0.9em;
    min-width: 400px;
    border-radius: 5px 5px 0 0;
    /* overflow: hidden; */
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.content-table thead tr{
    background-color: #0683a1;
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
}
.content-table th,
.content-table td{
    padding: 12px 15px;

}
.stick-head{
    position: sticky;
    top: 0;
}
.scrollable-table{
    height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
}
.scrollable-table > table{
    width: 100%;
}
.content-table tbody tr{
    border-bottom: 1px solid #dddddd;
}
.content-table tbody tr:nth-of-type(even){
    background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type{
    border-bottom: 2px solid #0683a1;
}


.announcement-area{
    width: 100%;
    margin-top: 40px;
    padding-bottom: 20px;
}
.announcement-area-inner{
    width: 70%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.announcement-leftarea{
    width: 50%;
}
.announcement-rightarea{
    width: 50%;
}
.announcement-title-area{
    width: 100%;
    display: flex;
}

.announcement-title-left{
    width: 320px;
    position: relative;
    
}
.announcement-title-right{
    width: 100px;
    height: 55px;
}
.announcement-title-right img{
    width: 60px;
    height: 65px;
    margin-top: -10px;
}
/* .announcement-title-left{
    width: 100px;
    height: 55px;
} */
.announcement-title-left img{
    width: 60px;
    height: 65px;
    margin-top: -10px;
    float: right;
    margin-right: 20px;
}
.announcement-banner{
    width: 300px;
    height: 40px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: red;
}
.announce-banner-top{
    width: 200px;
    height: 5px;
    background-color: red;
    margin-bottom: 2px;
    margin-left: -7px;
}
.announce-banner-bottom-container{
    width: 300px; 
    display: flex; 
    justify-content: end;
}
.announce-banner-bottom{
    width: 200px;
    height: 5px;
    background-color: red;
    margin-top: 2px;
    margin-right: -7px;
}
.announcement-text{
    position: absolute;
    top: 7px;
    left: 20px;
    font-size: 30px;
    color: white;
    font-weight: bolder;
    text-shadow: #000000;
}
.calendar-title-area{
    width: 100%;
    display: flex;
}
.calendar-title-area>div:nth-child(2){ 
    margin-left: auto;
    margin-right: auto;
}

.announce-bottom{
    margin-left: -20px;
}

.announce-bottom ul li{
    line-height: 25px;
}
.calendar-bottom{
    margin-left: 50px;
}
.calendar-bottom ul li{
    line-height: 25px;
}


 #footer{
	width: 100%;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	float: right;
	background-color:#130350;
}

#kiddiesAddress{
	width: 350px;
	height: auto;
	margin-left: 30px;
	margin-top: 10px;
	float: left;
}
#kiddiesAddress2{
	width: 350px;
	height: auto;
	margin-top:10px;
	float:left;		
}
#indexSchoolName{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
}
#indexSchoolName1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}
#copyright{
	width:350px;
	height:60px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	margin-top:55px;
}







#pointer {
    width: 60%;
    height: 200px;
    position: relative;
    background: darkblue;
  }
  #pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 100px solid white;
    border-top: 100px solid transparent;
    border-bottom: 100px solid transparent;
  }
  #pointer:before {
    content: "";
    position: absolute;
    right: -100px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 100px solid darkblue;
    border-top: 100px solid transparent;
    border-bottom: 100px solid transparent;
  }
    


.extra-activity{
    width: 100%; 
    height: auto;  
    margin-bottom: 50px;
}
.extra-activity-inner{
    width: 80%; 
    height: auto; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 5px;
}
.playText{
	font-size: 13px;
	color: #F00;
	cursor: pointer;
	text-decoration: underline;
}

.videoBackground{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hideVisibility{
    visibility:hidden;
    width: 0px;
    height: 0px;
}

.videoArea{
    /* height: auto;  */
    width: 100%; 
    height: 65%;

    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#popVideoBackground{
	height: 100%;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #003;
	background-color: #FFF;
    z-index: 50;
	box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0, 0.19);
	visibility: hidden; 
}

#videoTitleBar{
	width: 100%;
	height: 20px;
	background-color: #333;
    display: flex;
    justify-content: end;
}

#videoTitleMain{
	width:400px;
	height:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#closeButton{
	width:35px;
	height:17px;
	background-color:#F00;
	color: #FFF;
	font-size: 12px;
	padding-top:3px;
	padding-left:5px;
	cursor:pointer;
}
#videoScreen{
	width:auto;
	height:100%;
    
}

/* #videoScreen iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; 
} */

.videoItemsArea{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.videoItems{
    width: 80%;
    display: flex;

}


.videoItemFrame{
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}





@media only screen and (max-width:600px){
    .videoItems{
        width: 95%;
        flex-direction: column;
    
    }
    .body{
        width: 100%;
        margin: 0;
        padding: 0;
        /* overflow-x: hidden; */
    }
    .container{
        width: 100%;
        /* overflow-x: hidden; */
    }
    .navArea{
        width: 100%;
    }

    .addressTop{
        display: none;
    }
    .navBar{
        position: absolute;
        left: -300px;
        height: 100vh;
        width: 250px;
        z-index: 999;
        top: 90%;
        background-color: #fefefe;
        transition: 0.2s;
        box-shadow: 2px 0 20px 0 rgba(0,0,0,0.25);
        display: block;
        background-color: rgb(251, 251, 251);

    }
   
    .navItems{
        left: 0;
        top: 12;
        width: 250px;
        height: 100vh;
    }
    
    
    .navAreaTop{
        width: 100%;
        height: 10%;
        left: auto;
        right: auto;
        
    }
    .logoArea{
        display: block;
        display: flex;
        margin-left: 5px;
        align-items: center;
        width: 15%;
        height: 83%;
        
    }
    .schoolName{
        width: 50%;
        margin-left: 20%;
        
    }
    
    .navItems ul li{
        display: block;
        padding: 0 20px;
        margin-top: 10px;
        height: 40px;
        width: 80%;
        padding-left: 0;
    }
    .navItems ul li a{
        padding-left: 4px;
    }  
    
    .hamburger{
        display: block;
        width: 30px;
        margin-right: 10px;
    }
    .hamburger div{
        background: #FFFFFF;
    }
    
    .topDiv{
        width: 102%;
        left:-1%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 70%;
    }
    
    .captionHolder{
        width: 90%;
        font-size: 15px;
    }
    .banner{
        width: 75%;
        height: 60px;
        margin-top: 10px;
    }
    .banner> p{
        color: white;
        font-size: 20px;
        font-weight: bolder;
        text-align: center;
    } 
    .mediaHandleArea{
        width: 0;
        height: 0;
        display: none;
    }
    .ourSchoolSection{
        height: auto;
       margin-top: 30px;
    }
    .ourSchoolSectionInner{
        display: flex;
        flex-direction: column;
        gap:40px;
        width: 100%;
    }
    .ourSchoolHeader{
        margin-top: 0px;
        font-weight: bolder;
    }
    
    .ourSchoolCard{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .ourSchoolCard>div:nth-child(2){
        height: 35px; 
    }
    .pictureFrame{
        height: 280px;
    }
   .ourGoalSectionInner{
    width: 100%;
    flex-direction: column;
    height: auto;
   }
   .goal-frame>img{
    width: 100%;
}
    .mission-card{
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .mission-mesage{
        height: auto;
    }
    .frame-box{
        height: 700px;
    }
    .goal-box{
        height: auto;
        top:2%;
    }
    .frame-box-inner{
        width: 90%;
       }

    /* .admission-area{
        width: 100%;
        height: auto;
        margin-top: 50px;
        display: flex;
        justify-content: center;
    } */
     
    .admission-guide-text{
        font-size: 30px;
    }

    .admission-area-inner{
        width: 85%;
        justify-content: start;
        flex-direction: column;
    }
    .admission-guide-area{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .facebook-frame{
        width: 100%;
      
    }
    

    .our-fee-area-inner{
        width: 90%;
        margin-top: 20px;
     }
    /* .our-fee-title{
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: bolder;
        color:#0d0363;
        font-family: "Algerian", Monaco, monospace;
    } */
    .table-area{
        width: 100%;
        display:flex;
        justify-content: start;
        flex-direction: column;
    }
    .table-left-area{
        width: 100%;
        
    }
    .table-right-area{
        width: 100%;
        margin-top: 40px;
        overflow: auto;
    }
    .change-float{
        float: left;
    }
    .announcement-title-left{
        width: 100%;
    }
    .announcement-text{
        top: 15px;
        left: 15px;
        font-size: 20px;
    }
    .announcement-banner{
        width: 200px;
    }
    .announce-banner-bottom-container{
        width: 203px; 
    }
    .announce-banner-bottom{
        width: 200px;
    }
    .announcement-area-inner{
        width: 80%;
        display: flex;
        flex-direction: column;
    }
    
    .announcement-leftarea{
        width: 100%;
    }
    .announcement-rightarea{
        margin-top: 20px;
        width: 100%;
    }

    .announcement-title-left img{
        float: left;
        margin-right: 5px;
    }
    .calendar-bottom{
        margin-left: 0px;
    }
   
    #footer{
        height: auto;
        float: left;
    }
    
#kiddiesAddress{
	height: auto;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
    width: 90%;
}
#kiddiesAddress2{
    margin-left: 20px;	
    width: 90%;
}

#copyright{
	float: left;
	margin-left: 20px;
    font-size: 12px;
    width: 90%;
}


.navItems ul li ul {
    left:150px;
    top: 10px;
}

}



