.footer1{
  display: grid;
  
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width:100%;
  text-align: center;
  background-color: #79cbef;
  color: white;
  grid-template-rows: 40px;
     margin-bottom: 2px;
}
  #emaillogoptag{
font-size: 20px;
  }
.footer2{
  padding-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width:100%;
  text-align: center;
  color: white;
  background-color: #727475;
}
.footer3{
  
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width:100%;
  text-align: center;
  background-color: #373435;
  color: white;
}
.footer3 p{
  font-size: 17px;
}
#foot1{
width: 240px;
    height: 40px;
}
#foot11{
width: 50%;
    height: auto;
}
.footer1 p{
  font-size: 20px;
  color:black;
 font-weight: bold;
}

#foot2{
width: 100%;
    height: auto;
    padding: 2px;
}

.footer0{
    padding: 10px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr ;
  width:100%;
  text-align: center;
  background-color: #00577d;
}
.footer5{
      padding: 5px 15px;
  display: grid;
  font-size: 17px; 
  grid-template-columns: 200px 1fr 1fr 1fr 1fr 200px;
  width:100%;
  text-align: left;
  background-color: #1890c3;
color:white;
    margin-bottom: 2px;
}
#href{
    color: #414141;
}
#foot3{

width: 100%;
    height: 80px;
    padding: 10px 10px; 
}
#mapicon{
  width: 70px;
    height: 50px;

}

  #emaillogo{
        margin-top: 7px;
    width: 30px;
    height: 30px;
  }
   #emaillogo1{
     
    width: 20px;
    height: 20px;
  }
  .footer22{
    color: white;
    display: grid;
    background-color: #00577d;
    grid-template-columns: 40% 60%;
    width: 100%;
    text-align: center;
    background-size: 100% 83px;
    grid-template-rows: 54px;
    font-size: 30px;
    font-weight: bold;
}
#mltimid{
width: 90px;
    height: auto;
 
    margin-left: 30px;
}
#mltimid1{
 margin-left: 60px;

  width:38px;height: auto;
}
#ptagvisitor{
  padding-top: 50px;color: white;
  letter-spacing: 2px;
  font-weight: bold;
}
.footer57{
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
   display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width:100%;
  text-align: center;
    grid-template-rows:85px;
}
#emaillogo11{
  width:50px;
  height: 50px;
}
#emaillogo22{
  width:80px;
  height: 50px;
  margin-left: 24px;
}
.footerlast{
padding:5px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
  width:100%;
  color: white;
  text-align: center;
  background-color: #bebfc1;
grid-template-rows: auto;
padding-bottom: 32px;
}
#footer57divimg{  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background-image: url(images/visitor.png) ;background-repeat: no-repeat; 
   background-size: 100% 100%;
}
.nav-link{ 
    margin-left: 25px;
    font-size: 25px;
  }
  .navbar-brand{
    font-size: 25px;
  }
  .nav-item :hover { background-color: #bebfc1; } 
   #logos{
  width:55px;
  height: 55px;
}
/*sidebar collapes start*/

.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}
.foot5{
background-color: #1890c3;
font-size: 20px;
}

        /* Media Query for Mobile Devices */ 
     
        /* Media Query for low resolution  Tablets, Ipads */ 
        @media (min-width: 600px) and (max-width: 767px) { 
          
.footer5{
      padding: 5px 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width:100%;
  text-align: left;
  background-color: #1890c3;
  color:white;
    font-size: 9px;
        margin-bottom: 1px;
}
    #colfooter1{
  display: none;
}
        } 
          
        /* Media Query for Tablets Ipads portrait mode */ 
        @media (min-width: 768px) and (max-width: 1024px){ 
.footer5{
      padding: 5px 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width:100%;
  text-align: left;
  background-color: #1890c3;
  color:white;
    font-size: 15px;
        margin-bottom: 1px;
}   

  }      
          
        /* Media Query for Laptops and Desktops */ 
        @media (min-width: 1025px) and (max-width: 1280px){ 
           .footer5{
      padding: 5px 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width:100%;
  text-align: left;
  background-color: #1890c3;
  color:white;
    font-size: 18px;
        margin-bottom: 1px;
}   

        } 
          
        /* Media Query for Large screens */ 
        @media (min-width: 1281px) { 
.footer5{
      padding: 5px 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width:100%;
  text-align: left;
  background-color: #1890c3;
  color:white;
    font-size: 18px;
        margin-bottom: 1px;
}   

          }




@media only screen and (max-width: 600px) {
    
}

/*end sidebar collapes*/
@media only screen and (max-width: 600px) {
   #secure{
        width:50px;
        height:50px;
    }
     .foot5{
background-color: #1890c3;
font-size: 9px;
}
       #emaillogo1{
     
    width: 12px;
    height: 12px;
  }
    #colfooter1{
  display: none;
}
    #emaillogoptag{
font-size:7px;
    }
/*sidepanel start*/
.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/*end sidepanel*/
 .navbar-brand{
    font-size: 15px;
  }
    .nav-link{
        margin-left: 0px;
    font-size: 15px;
  }

.footer5{
      padding: 5px 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width:100%;
  text-align: left;
  background-color: #1890c3;
  color:white;
    font-size: 9px;
        margin-bottom: 1px;
          padding-bottom: 32px;
}

.footerlast{
padding:5px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
  width:100%;
  color: white;
  text-align: center;
  background-color: #bebfc1;
grid-template-rows: auto;
    padding-bottom: 32px;
}
#emaillogo22{
  width:40px;
  height: 23px;
  margin-left: 12px;
}
  #emaillogo11{
  width:20px;
  height: 20px;
}
  #mltimid{
    margin-top: 2px;
    width: 35px;
    height: auto;
  
    margin-left: 0px;
}
 #mltimid1 {margin-top: 2px;
    margin-left: 20px;
  
    width: 15px;
    height: auto;
}
    #emaillogo{
          margin-top: 0px;
    width: 15px;
    height: 15px;
  }
  #emaillogoptag{
font-size: 7px;
  }
  .footer57{
         display: grid;
  grid-template-columns:  1fr 1fr 1fr;
  width:100%;
  text-align: center;
    grid-template-rows: 25px;
}
#footer57divimg{  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-image: url(images/visitor.png) ;background-repeat: no-repeat; 
   background-size: 100% 100%;
}
    .footer22{
    display: grid;
    grid-template-columns: 30% 70%;
    width: 100%;
    text-align: center;
    font-size: 11px;
    grid-gap:10px;
    grid-template-rows: 29px;
}

 
  #foot11{
    height: 15px;
    width: 100%;
}
  #mapicon{
  width: 35px;
  height: auto;
}
  #foot3{
        padding-bottom: 5px;
width: 100%;
    height: auto;
}
  .footer0{
      padding: 5px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr ;
  width:100%;
  text-align: center;
  background-color: #00577d;
}


.footer3 p{
  font-size: 10px;
}
  .footer1{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    text-align: center;
    background-color: #79cbef;
    color: white;
    grid-template-rows: 18px;
        margin-bottom: 1px;
}
.footer1 p{
  font-size: 10px;
  color:black;
}
.footer2{
  padding-top: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width:100%;
  text-align: center;
  color: white;
  background-color: #727475;
}

.footer2 h4{
  font-size: 12px;
}
#foot1{
width: 95%;
    height: 23px;
}
  
}

