/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21 Apr, 2021, 11:46:37 PM
    Author     : abbho
*/
@media screen and  (max-width: 1920px)
{
.foot_menu{
    
    float:left;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    list-style-type:none;
    background-color: #23527c;
    /*left:30px;*/
    height:500px;
 
} 
.foot_header{
    margin-left: 200px;
    padding-left: 100px;
}   

.foot_menu a{
    color: #d9edf7;
    list-style-type:none;
    text-decoration: none;
}
#footer{
    display: block;
    float: left;
    width:50px;
    border: 2px solid Blue;
    height: auto;
}

.footContent{
   padding:50px; 
   top:590px;
   position: relative;
   z-index:1;
 
   
}
/*
[class*="foot_menu"] {
  float: left;
  padding: 1px;
  border: 2px solid Blue;
}*/
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21 Apr, 2021, 11:46:37 PM
    Author     : abbho
*/
@media screen and  (max-width: 900px)
{
.foot_menu{
    
    float:left;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    list-style-type:none;
    background-color: #23527c;
    height:450px;
    top: 390px;
 
} 
.foot_header{
    margin-left: 200px;
    padding-left: 100px;
}   

.foot_menu a{
    color: #d9edf7;
    list-style-type:none;
    text-decoration: none;
}
#footer{
    display: block;
    float: left;
    width:50px;
    border: 2px solid Blue;
    height: auto;
}

.footContent{
   padding:50px;
   /*top:520px;*/
   position: relative;
   z-index:1;
 
   
}
/*
[class*="foot_menu"] {
  float: left;
  padding: 1px;
  border: 2px solid Blue;
}*/
}