@media(min-width: 1200px){
    .container{
        max-width: 1280px;
    }



}

@media(max-width: 768px) {
    .navbar-brand img {
        width: 60%;
    }
    .home-banner {
        padding-top: 150px;
        height: auto;
    }
    .home-banner h1 {
        font-size: 25px;
        width: 70%;
    }
    .home-banner .content-side {
        bottom: -220px;
        margin-top: 250px;
        flex-direction: column;
    }

    .home-banner .content-side .item-1 h2 {
        font-size: 15px;
    }
    .home-banner .content-side .item-1 p {
        font-size: 12px;
    }
    .home-banner .content-side .item-1  img{
       width: 20%;
       height: 50%;
    }
  
    .navbar-collapse {
        background: #000;
        width: 100%;
        padding: 20px;
        z-index: 999;
       
      }
      
      .navbar-collapse li a {
        color: rgb(255, 255, 255);
        margin-bottom: 20px;
      }

      .home-banner .con-btn {
        display: flex;
        align-items: center;
      }
      .home-banner .con-btn img {
        width: 20%;
      }
      .spdos {
        margin-top: 200px;
    }
    .spdos .title h1 {
        text-align: center;
        font-size: 30px;
        margin-bottom: 15px;
    }
    .physicians .title h1 {
        font-size: 25px;
    }
    .physicians .title h1::before {
       display: none;
    }
    .physicians .title h1::after {
        display: none;
     }
     .physicians .member .content-side {
        margin: 0;
     }
     .physicians .member .content-side h2 {
        font-size: 25px;
     }
     .about-banner {
        padding-top: 150px;
    }
    .why .content-side h1 {
        margin-bottom: 20px;
        font-size: 30px;
        margin-top: 20px;
    }
    .head-1 {
        height: 40vh;
    }
    .icon .icon-list {
        margin-bottom: 60px;
    }
    .member-banner {
        padding-top: 150px;
        
    }
    .connect2 .title-form h2 {
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .btn-join {
        border: 1px solid rgb(242, 114, 38);
        padding: 15px;
        width: 100%;
        text-align: center;
        list-style: none;
        margin-top: 20px;
    }

    .app-banner {
        padding-top: 150px;
    }
    .app-banner h1 {
        font-size: 35px;
        width: 80%
    }
    .fellow .fellow-list {
        margin-bottom: 20px;
        margin-top: 30px
    }
    .newsletter .news h1 {
        font-size: 20px;
        font-weight: 400;
        text-align: center;
    }
    .newsletter .news .btn-submit {
        width: 100%;
        margin-top: 20px;
    }

    .join-banner {
        padding-top: 150px;
    }
    .join-banner h1 {
        font-size: 35px;
        width: 80%
    }

    .join-contact .wrapper .join-us {
        padding: 30px 10px;
        margin-top: 20px;
        margin-left: 0;
    }
    .join-contact .wrapper .join-us .title h1 {
        font-size: 30px;
        margin-bottom: 20px;
        
    }
    .join-contact .wrapper .join-us form .btn-create {
        width: 70%;
    }
    .join-contact .wrapper .join-us form h4 {
        font-size: 14px;
        margin-top: 20px;
        text-align: center;
    }
    .join-contact .wrapper {
        padding: 0;
    }
    .join-contact .wrapper .join-us .title {
        align-items: center;
    }
    .join-contact .wrapper .join-us .title img {
        width: 15%;
        height: 10%;
    }
    .head-1 {
        background-color: #DDD8D8;
        padding: 20px 0;
        height: 20vh;
    }

    .search .wrapper .search-con {
        width: 100%;
    }
    .search .wrapper .list-search {
        margin-left: 0;
        margin-top: 20px;
        
    }
    .search .wrapper .list-search .new {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 10px;
        width: 50%;
    }
    .search .wrapper .list-search .trend {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 10px;
        width: 60%;
    }
    .search .wrapper .list-search .trend a {
        font-size: 14px;
    }
    .search .wrapper .list-search .trend img {
        width: 20%;
    }
    .search .wrapper .list-search .cate img {
        width: 20%;
    }
    .search .wrapper .list-search .cate a {
        font-size: 14px;
    }
    .search .wrapper .list-search .cate {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 10px;
        width: 60%;
    }
    .search .wrapper .list-search .new img {
        width: 30%;
    }
    .search .wrapper .list-search .new a {
       font-size: 14px;
    }
    .search .bell img {
        width: 150%;
        height: 150%;
        margin: 0;
    }
    .profile-img {
        width: 90px;
        height: 30px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .private-chat .post .title-post h2 {
        font-size: 11px;
        width: 100px;
    }
    .private-chat .post .title-post a {
        width: 30%;
        font-size: 15px;
    }
    .private-chat .post {
        padding-top: 20px;
    }
    .private-chat .post .text {
        margin-left: 27px;
        margin-bottom: 10px;
    }
    .private-chat .post .text p{
        font-size: 10px;
        margin: 0;
    }
    .private-chat .post .title-post {
        gap: 10px;
    }
    .private-chat .post .title-post h4{
        font-size: 15px;
    }
    .private-chat .post .side {
        width: 15px;
        height: 10px;
       
    }
    .pagination {
        text-align: center;
        margin-bottom: 20px;
    }
 
}

