/* #### tab #### */
@media screen and (max-width: 960px){
body {
  margin: 0;
}
.M_content
{
margin-top:130px;
align:center;
width:100%;
height:auto;

}


.M_form
{
     width: 90%;
    HEIGHT: 80%;
    background-color: #99FFFF;
    padding-block: 10px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    border: 1px solid;
    box-shadow: 5px 10px #888888;
    color:red;
    font-size: x-large;
    
    }
.m_logo
{

    width: 32%;
    HEIGHT: 40%;
     padding-block: 10px;
    margin: 0 auto;
   justify-content: center;
    text-align: center;
    color:red;
    font-size: x-large;
}

#Mban
{
background-color:white;
width:80px;
height:80px;
padding:1px;
margin:0 auto;
border-radius:20px;
box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
justify-content: center;
}

#mainimg
{
padding:5px;
height:90px;
width:90px;
}
.content1 div
{
float:right;
Padding :20px
}
.content2
{
background-color:#1257b5;
grid-area:menu;
padding: 10px;
}

.content2 div
{

float:right;
}

#nav
{
float:right;
cursor: pointer;
visibility:hidden;
}

.mlist
{
display:none;
position:relative;
display:inline-block;
}
#bottom
{

height:130px;
width:100%;
background-color:white;
margin-top: 30px;
}

.content3
{
display:flex;
flex-wrap:wrap;
justify-content:space-around;
padding:10px;
grid-area:main;
background-color:  
}

#maintag
{
height: 50px;
    width: 100%;
    background-color: yellow;
    position: relative;
    text-align: center;
}

#l1
{

    width: 90%;
    HEIGHT: 30%;
    background-color: #00437a;
    padding-block: 10px;
    margin-left: 5px;
    margin-top: 5px;
    justify-content: center;
    text-align: center;
    border: 1px solid;
    box-shadow: 5px 10px #888888;
	color:white;
	font-size: x-large;
}
#l1 h3
{
background-color: #00177a;
    block-size: 45px;
    text-align: center;
    padding-block: 25px;

}

#btlink
{
padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    color: white;
    background-color: red;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;

}
#btlink:hover{
    background-color: #b90505;
}
#btlink:active{
background-color: #b90505;
box-shadow: 0 5px #666;
transform:translateY(4px);
}
#btnlink
{
padding: 10px 10px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    color: #081c68;
    background-color: #f9e52c;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;

}
#btnlink:hover{
    background-color: #c5a60d;
}
#btnlink:active{
background-color: #c5a60d;
box-shadow: 0 5px #666;
transform:translateY(4px);
}
.content5
{
grid-area:footer;
}


#foottext
{
margin-right:10px;
margin-left:10px;
margin-top:10px;
font-size:10px;
color:Blue;
}

}