@media only screen and (max-width: 900px) {
        nav{
            text-align:center;
            height:100px;
        }
        nav ul{
            text-align:center;
            padding:0px;
            margin:0px;
            width:100%;
        }

        nav ul li{
            padding:0 5px;
            width: calc(16.6% - 10px);
        }
    
        nav ul li a{
            font-size:14px;
        }
    
        nav ul p{
            width:100%;
            }
   
        .Sub{
            top:100px;
        }
    
        .Sub ul{
        padding-left:0px;
        }
    
    
    
 /*PageLayout*/
/*------------------------*/
    .PageLayout{
        top:100px;
        }
        
    .HeaderLayout{
        height:auto;;

        }  
            
    .HeaderLayout img{
       width:100%;
       height:auto;
            }
            
    .HeaderLayout img:hover{
        transform: scale(1);
        

        }
    .HeaderLayout.ChildPage{
            height:auto;
            padding: 20px 0px;
    }
/*PageContent*/
/*------------------*/
    .ContentLayout{

        }  


    .ContentLayout{


        }  



    .ContentLayout .innerrow{   
        border: 1px solid cornflowerblue;
        padding: 5px;  
        width:calc(100% - 10px); 
        margin:auto;
    
    }      
    
    .ContentLayout .innerrow img{
       height:auto;
       width:80%;
       margin:10px 10px;
}
        
    
    .ContentLayout .inner{
          width: 100%;
            }

    .ContentLayout .inner div{
        padding: 10px;  
        width:calc(100% - 20px);

            }
    
    
    
    /*PageFooter*/
    /*----------------------*/
        .FooterLayout{
            position: fixed;
            bottom:0px;
            width:100%;
            }  
        .FooterInner{
            width:100%;

    }  
        .FooterLayout ul{
    
         width:calc(50% - 20px);
    }
   
   


        
    form{
        width:100%;
    }
    
    .form-col{
        width:calc(100% - 14px);
    }
    
   .form-row{
        width:calc(100% - 14px);
    }
    

   
   
   
   
   
   
   
   
   
   
   
   
   
    
}
        
        
  