*{
    padding:0;
    margin:0;
    box-sizing: border-box;
}
body{
    width:100%;
    height:100vh;
    min-height: 100%;
    margin:0;
    overflow: auto;
    display:block;
    position: relative;
}
.menu-bar1{
    margin: 3% 0 0 0;
    width:100%;
    height:25%;
    position: fixed;
    top:5%;
    border-bottom:1px solid rgb(0,0,0,0.2);
    display:flex;
    align-items: center;
    padding:0;
}
.menu-bar1 .header{
    
    display:block;
    height:100%;
    width:100%;
    opacity: 0.5;
}
.menu-bar1 .header2{
    display:none;
}
.menu-bar1 .skmh{
    margin: 3% 0 0 0;
    width:100%;
    height:100%;
    position: absolute;
    display:flex;
    align-items: center;
    justify-content: center;
}
.skmh .logo{
    position: absolute;
    display:block;
    height:50%;
}

section{
margin: 10% 0 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    margin: 0 0 0 0;
    position: relative;
    top:35%;
    width:100%;
    height:auto;
    background-color: rgb(255, 255, 255);;
    overflow: auto;
}
.mid-right, .mid-left {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 16px;
  background: #f9f9f9;
}
.mid-right .title, .mid-left .title {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 12px;
}

.bank-details {
  display: flex;
  flex-direction: column;
}

.bank-information{
    width:100%;
    padding:20px;
}
.mid .bank-qr-code{
    width:100%;
    height:200px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.bank-qr-code .qr-code-container{
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.sad-details {
    width:100%;
    height:90%;
}
.sad-information{
    width:100%;
    height:50%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.sad-history{
    width:90%;
    height:90%;
    padding:10px;
    border:1px solid;

}
.img-sad{
    width:60%;
    height:50%;
    display:flex;
    justify-content: center;
    align-items: center;
    
}
.img-sad .box-img{
    width:120px;
    height:90%;
    
}
.img-sad .box-img img{
    
    width:auto;
    height:320px;
   
   
}



/* HD screen */
/* PHone */
@media (max-width: 787px) {
    .contact-left{
        width:100%;
    }
    .contact-right{
        display:none;
    }
    section{
    margin: -50px 0 0 0;
    
}
    .menu-bar1{
        height:20%;
        position: fixed;
      
    }
    .menu-bar1 .header{
        display:none;
    }
    .menu-bar1 .header2{
        display:block;
        height:100%;
        width:100%;
        opacity: 0.5;
    }
    .skmh .logo{
        position: absolute;
        display:block;
        width:90%;
        height:auto;
        font-size: 12px;
    }
    .sad-history{
    width:90%;
    height:100%;
    padding:10px;
    border:1px solid;

}
    .img-sad .box-img img{
    
    width:250px;
    height:auto;
   
   
}

.sad-history{
    width:90%;
    height:100%;
    padding:10px;
    border:1px solid;
    font-size: 11px;

}
   

}
