/*1280 x 800*/
 @media screen and (max-width: 1280px) and (max-height: 800px) and (min-height: 769px) {
   .why-choose
{  
      background: #e9f8f8 url(../images/shape-21.png);
    height: 442px;

}
.mt-500
{
       margin-top: -427px;
}
.admin-box {
    border-radius: 20px;
    position: absolute;
    left: -61px;
    bottom: 50px;
    /* width: 350px; */
    padding: 8px 30px 43px 108px;
    background: #7ac33f;
    box-shadow: 0 10px 30px rgb(34 182 175 / 10%);
    z-index: 1;
}
}

