@media only screen and (max-width: 990px) {
    .page-login .login {
        padding: 100px 50px;
    }

    .page-login .menu ul li {
        margin-left: 10px;
        margin-right: 0px;
        margin-top: 15px;
    }

    .page-login .menu ul li a {
        font-size: 14px;
    }

    .main-header .search {
        display: none;
    }

    .main-header .nav-menu ul li {
        display: block;
    }

    .main-header .line {
        display: none;
    }

    .main-header .nav-menu {
        display: none;
    }

    body {
        background-repeat: repeat;
    }

    .table-ports th:nth-child(2),
    .table-ports th:nth-child(3),
    .table-ports th:nth-child(4),
    .table-ports th:nth-child(5),
    .table-ports td:nth-child(2),
    .table-ports td:nth-child(3),
    .table-ports td:nth-child(4),
    .table-ports td:nth-child(5){
        display: none
    }

}

@media only screen and (max-width: 767px) {
    .page-login .login {
        padding: 100px 20px;
    }

    .page-login .menu ul li {
        margin-right: 20px;
    }

    .main-header .more-icons ul li {
        margin-left: 5px;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .intro .all .content {
        font-size: 14px;
        text-align: center;
    }

    .menu-button button {
        display: block;
    }

    .main-header .nav-menu ul li a::after {
        display: none;
    }

    .main-header .nav-menu ul li {
        padding-bottom: 20px !important;
    }

    .intro .all .logo {
        float: none;
    }

    .intro .all .logo img {
        display: block;
        margin: 0 auto;
    }

    .footer {
        text-align: center;
    }

    .footer .menu h3 {
        margin-top: 30px;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        border-bottom: 1px solid #DDE;
        padding: 15px 10px;
        font-size: 10px;
    }

    .contact-us form {
        padding: 20px;
    }

    .all-details .counts ul {
        text-align: center;
    }

    .all-details .counts ul li {
        margin-left: 0px;
        margin-right: 10px;
        font-size: 12px;
    }

    .all-details .comments .comment-pic {
        background-color: transparent;
    }

    .all-details .comments .comment-pic img {
        width: 90px;
        display: block;
        margin: 0 auto;
    }

    .road ul li {
        font-size: 12px;
    }

    .all-details .comments form button {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .all-details .comments .one-comment .comment-content p {
        font-size: 12px;
    }

    .doctor-details .one-researcher ul li {
        display: inline-block;
        font-size: 12px;
        margin-left: 10px;
        width: 100%;
        margin-bottom: 10px;
    }

    .doctor-details .one-researcher ul li span {
        display: inline-block;
        margin-top: 0px;
        font-size: 12px;
        text-align: left;
        float: left;
    }

    .doctor-details .one-researcher h4 {
        font-weight: bolder;
        font-size: 12px;
    }

    .doctor-details .more-researcher h4 {
        float: right;
        margin-right: 20px;
    }


}

@media only screen and (max-width: 500px) {
    .main-header .more-icons {
        float: right;
        width: 100%;
        margin-top: 26px;
    }

    .main-header .more-icons ul li {
        margin-left: 5px;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .main-header .more-icons ul li button {
        width: 100%;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 20px 4px;
        font-size: 9px;
    }

    .table-ports td .contact {
        font-size: 10px;
    }

    .doctor-details .one-researcher a {
        font-size: 12px;
        font-weight: bolder;
    }

    .doctors-section .one {
        padding: 15px 5px;
    }

    .doctors-section .one a {
        font-size: 12px;
        font-weight: bolder;
    }


}
