.mainbodygen{
    width: 70%;
    margin: 10px auto;
    box-sizing: border-box;
    /* background-color: brown; */
    font-family: "black sans", Helvetica, Arial, sans-serif;
}
.up,.middle{
    display: flex;
    width: auto;
    align-items: center;
    margin-bottom: 42px;
}
.right,.left{
    width: 45%;
    padding: 12px;
}
.right .righth{
    font-size: 23px;
    color: #454ec4;
    letter-spacing: 5px;
} 
.right .text p{
    margin: 22px 0;
    font-size: 19px;
}
.right .text button{
    font-size: 18px;
    padding: 12px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 12px;
    background-color: #ff7b00;
    color: #1ce43d;
    transition: 1s ease-in;
}
.right .text button:hover{
    background-color: #347e6e;
}
.left img{
    width: 100%;
}
details{
    cursor: pointer;
    background-color: #e3e3e3;
    width: 100%;
    margin-top: 22px;
    padding: 12px;
}
summary{
    font-size: 23px;
    font-weight: bold;
    color: #347e6e;
    list-style: disc inside;
}
.middle .right{
    /* height: 180vh; */
    padding-bottom: 12px;
    background-color: #e3e3e3;
}
.middle .right h2{
    background-color: #e3e3e3;
    font-size: 38px;
    color: #454ec4;
    padding: 12px 0;
}
.middle .right p{
    /* background-color: #ff7b00; */
    font-size: 22px;
    font-weight: bold;
    /* word-spacing: 12px; */
    line-height: 2pc;
}
.middle .right ul li{
    font-size: 22px;
    font-weight: bold;
    /* background-color: #347e6e; */
    line-height: 3pc;
    list-style: disc inside;
    margin-bottom: 2px;
}
#nex{
    margin-top: 32px;
}
.middle .right button{
    margin-top: 23px;
    margin-bottom: 22px;
}
.table{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin-top: 45px;
}
@media (max-width:1300px){
    .mainbodygen{
        width: 90%;
    }
    .right,.left{
        width: 50%;
    }
}
@media (max-width:680px){
    .up,.middle{
        flex-direction: column;
    }
    .right,.left{
        width: 80%;
    }
    .table{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 45px;
    }
    .table h2{
        font-size: 16px;
        font-weight: 100;

    }
}
@media (max-width:480px){
    .right,.left{
        width: 90%;
    }
    .right .righth, .middle .right h2{
        font-size: 20px;
    } 
}


@media screen and (max-width: 700px) {
    .nav-bar {
      display: none;
      position: absolute;
      top: 3.7rem;
      left: 0;
      width: 100%;
      background-color: var(--bgcolor);
      text-align: center;
      background:rgb(150, 150, 190);
      opacity: 0.6;
    }
    .logo img{
        width: 78px;
        height: 78px;
        cursor: pointer;
      }
    .nav-bar.responsive {
      display: block;
    }
  
    .nav-bar a {
      display: block;
    }
  
    .menu-icon {
      display: block;
      z-index: 1;
    }
  
    button {
      padding: 0.4rem;
    }
    .logo {
      font-size: 1.4rem;
    }
  }
  
  