@media screen and (min-width:750px) {

.searchbox{
    max-width: 500px;
    align-self: revert!important;
}
.socials{
    max-width: 300px;
}
.login h2{
    text-align: center;
}
.login-form{
    max-width: 500px;
    justify-content: center;
    align-self: center;
    width: 500px;
}
.offer a{
    font-size: 14px!important;
}
.featured h3 {
font-size: 16px;
}
.offer{
    height: 345px;
    width: 230px;
    min-width: 230px;
}
.offer .cover-img {
    min-height: 55%;
    max-height: 55%;
}
.card-page {
    align-items: flex-start;
}
.transactions table{
    width: 30%;
}
.burger{
    display: none;
}
.nav{
    display: none;
}
.mknav {
display: flex;
}
.mknav ul{
    list-style: none;
    display: flex;
}
.mknav li{
    margin-inline: 10px;
}
.mknav li a{
    cursor: pointer;
    transition: .7s;
    color: #b6e400;
    font-weight: 700;
}
.mknav li a:hover{
    border-bottom: 2px solid;
}
.offers::-webkit-scrollbar{
    display: none;
}
footer{
    padding-top: 20px;
}
.indexh h3{
    width: 40%;
}
.indexh h1{
    font-size: 45px;
}
.searchbox button:hover{
    cursor: pointer;
}
.searchbox button{
    padding: 13px 0 0 0;
}
.searchbox input{
    color: #000;
}
.plan{
    max-width: 450px;
    align-self: center;
    transition: .6s;
}
.plan:hover{
    transform: translateY(-6px);
    border: 2px solid #b6e400;
}
.content {
    padding: 10px 20px;
}
.contentImg img{
    border-radius: 10px;
  }
  .details p{
    width: 55%; 
  }
  .pro{
    display: none;
  }

  .offers .ored{
    width: 23%;
    height: 300px !important;
    max-width: 400px;
  }
  .featured{
    padding: 20px ;
  }
  .offers .ored .name{
    height: 280px !important;
    max-width: 400px;
  }
  .featured .more{
    margin-top: 10px;
    max-width: 350px;
    cursor: pointer;
    }
  .searchbox{
    width: 55%;
  }
  .indexh{
    text-align: center;
    display: flex;
    align-items: center;
  }

  .dropdown.show .dropdown-content {
    position: absolute !important;
    background: #2883dc !important;
}
.dropdown.show .dropdown-content::-webkit-scrollbar {
    display: none;
    }
}