        header{
                font-size: 17px;
                line-height: 20px;
                padding:20px 0 0 0;
                color:#359dc9;
                background: url(../image/frill-bottom.png) repeat-x center bottom #fff;
                
        }


        header:after{
        position:absolute;
        content:'';
        top:0;
        left:0;
        width:100%;
        height:10px;
        background: url(../image/frill-top.png) repeat-x center top #fff;
}
        
#searchbar{
    height:25px;
    background-color: #EAF5F8;
    border-radius: 5px;
    border-color: #CFD9DB;
    border-style: solid;
}


#backtoschool{
     background: url(../image/below-banner-images/frill-banner.png) repeat-x   #fff top; 
     background-color: #BC6DD3;
     width:252px;
     height:70px;
     border-bottom-left-radius: 25px;
     border-bottom-right-radius: 25px;
}
#backtoschool1{
     background: url(../image/below-banner-images/frill-banner.png) repeat-x   #fff top; 
     background-color: #35C99D;
     width:252px;
     height:70px;
     border-bottom-left-radius: 25px;
     border-bottom-right-radius: 25px;
}
#backtoschool2{
     background: url(../image/below-banner-images/frill-banner.png) repeat-x   #fff top; 
     background-color: #FB5959;
     width:252px;
     height:70px;
     border-bottom-left-radius: 25px;
     border-bottom-right-radius: 25px;
}

#backtoschool3{
    background: url(../image/below-banner-images/frill-banner.png) repeat-x   #fff top; 
     background-color: #FFCC00;
     width:252px;
     height:70px;
     border-bottom-left-radius: 25px;
     border-bottom-right-radius: 25px;
}

#backtoschool4{
    background: url(../image/below-banner-images/frill-banner.png) repeat-x   #fff top; 
     background-color: #359DC9;
     width:252px;
     height:70px;
     border-bottom-left-radius: 25px;
     border-bottom-right-radius: 25px;
}

#age_wise_menu{
     background: url(../image/below-banner-images/frill-banner.png) repeat-x   #fff top; 
     background-color: #FFCC00;
     height: 60px;
     border-bottom-left-radius: 25px;
     border-bottom-right-radius: 25px;
     
}

.zoom:hover{
    
  
     text-shadow: 5px 5px 20px #000000;
     -moz-transition: all 0.2s ease-in;
     -o-transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     transition: all 0.2s  ease-in;
      
       
}




.age_wise{
    padding-left: 50px;    
    display:none;  
}



.age_btn:hover~ .age_wise {
  display: flex;
  position: absolute;
  flex-direction: row;
  transition: ease-out 5s;
  text-shadow: 5px 5px 20px #000000;
  
     
}

.age_wise:hover {
    display: flex;
     position: absolute;
     cursor: pointer;
      
}

.menubar_list{   
    
    margin-left: 0;
    padding-left: 0;  
    width : 258px;   
    background-color: white;
    display: none;    
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: solid 2px #ECF3F5;
}


.categories_menu:hover~ .menubar_list{
    display: flex;
    position: absolute;
}

.menubar_list:hover {
    display: flex;
    position: absolute;
}





.scrolling_contents{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    width:80%;
    
    overflow-y: hidden; overflow-x: scroll;
}

.scrolling_contents::-webkit-scrollbar {
    width: 10px;
    
}

.scrolling_contents::-webkit-scrollbar-track {
  background: #CCEEF4;
  border-radius: 10px;
 
}

.scrolling_contents::-webkit-scrollbar-thumb {
    background: #359DC9;
    border-radius: 10px;
    width:15px;
     border:5px solid #CCEEF4;     
}

.scrolling_contents::-webkit-scrollbar-thumb:hover {
  background: #287696; 
  
}
