        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;
      
       
}

#page_footer{
     background: url(image/frill-footer.png) repeat-x top #ECF3F5; 
     height:8px;
     width:100%;
     margin-bottom:0;
}

#page_bottom{
     background: url(image/frill-banner.png) repeat-x top #fff; 
     height:8px;
     width:100%;
     margin-bottom:0; 
}


.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;
    z-index: 2; position:relative;
    border: solid 2px #ECF3F5;
}


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

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

.menu_item_list{
    color:#359DC9;
    font-family: sans-serif;
    font-size: 22px;
}

.menu_item_list:hover {
         color:#FF6F42;
         
}



.scrolling_contents{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    width:1200px; 
    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; 
  
}

.login_box{
    border-top-left-radius: 25px; 
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px; 
    border-bottom-right-radius: 25px; 
   padding-bottom: 20px;
    width: 80%;
    border: solid 1px #ECF3F5;
    box-shadow: 10px 10px 10px 10px #ECF3F5;
    
    background: white;
    
}

.new_cust_box{
    border-top-left-radius: 25px; 
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px; 
    border-bottom-right-radius: 25px; 
    height:300px; 
    width:80%;
    border: solid 1px #ECF3F5;
    box-shadow: 10px 10px 10px 10px #ECF3F5;
    padding-right:15px;
}

.login_btn{
    transition-duration: 0.4s;
    cursor: pointer;
    width:100px; height:40px; border-radius: 5px; border:none; background: #39A9D9;
    color: white; font-family: sans-serif; font-size: 18px;
}
.login_btn:hover{
    cursor: pointer;
    background: #2C83A8;
}


.emailVerify{
    background: #fff;
    position: fixed;
    margin-top: 15%;
   margin-left: 30%;
    vertical-align: middle;
    z-index:5;
     padding-bottom: 30px;
    width:35%;
    height:300px;
   display: none;
    
}

.emailVerifyCross{
    color:gray;
    font-size: 23px; 
    cursor:pointer;
    padding-right:10px;
    padding-top:10px;
    display: block;
    text-align: right;
    
}


.emailVerifyCross:hover{
    color:black;
}


.login_otp_btn{
    transition-duration: 0.4s;
    cursor: pointer;
    margin-top:10px;
    width:100px; height:30px; border-radius: 5px; border:none; background: #39A9D9;
    color: white; font-family: sans-serif; font-size: 15px;
}
.login_otp_btn:hover{
    cursor: pointer;
    background: #2C83A8;
}


.forgotpassword{
    text-decoration: none;font-family: sans-serif; color:#359DC9; font-size: 15px;
}

.forgotpassword:hover{
    color:#2C83A8; 
    text-decoration: underline;
}



.login_inner{
    max-width: 100%;
    width:100%;
    margin-left: auto; 
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
}

.login_inner_items{
    margin-top: 70px;
    max-width: 50%;
    width:100%;
}

@media screen and (max-width: 849px) {
    .login_inner{
    max-width: 100%;
    width:100%;
   
}

.login_inner_items{
    margin-top: 50px;
    max-width: 100%;
    width:100%;
}


.login_box{
    
    width: 90%;

}

.new_cust_box{

    width:90%;
    padding-right:0px;
    padding-bottom:20px;

}

}