.top-content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 1200px){
    .top-content {
        width: 1170px;
    }
    .content-green {
        width: 925px;
        margin: 0 auto;
    }
}

@media (max-width:925px) {
    .member {
        display: inline !important;
    }
    .info {
        width: auto !important;
    }
    .sub-footer .data {
        display: inherit !important;
        width: auto !important;
        padding-top: 20px !important;
        text-align: center !important;
    }
    .data2 ul  {
        margin-left:0 !important;
    }

    .data2 h2  {
        margin-left:0 !important;
    }
    .medical-icon .icon-med {
        display: inline !important;
        width: auto !important;
    }
}

@media (max-width:950px) {
    .header .menu {
        position: absolute;
        background: rgba(69, 162, 159, 0.8);
        width: 100%;
        left: 0;
        margin-top: 0;
        float: none;
        display: none;
    }
    .header ul .active {
        cursor: pointer;
        background-color: transparent;
        border-radius: 0;
    }
    .header ul li:hover {
        cursor: pointer;
        background-color: transparent;
        border-radius: 0;
    }
    .header ul li {
        display: inherit;
        padding: 10px;
        margin-right: 10px;
        text-transform: uppercase;
        cursor: pointer;
    }
    .menu ul {
        border-top: 1px solid #fff;
        padding: 10px 0 10px 10px;
    }
    .tog {
        display: inline-block;
        float: right;
        margin-top: 18px;
        margin-right: 30px;
        color: #fff;
        border: 1px solid #fff;
        cursor: pointer;
        padding: 5px 10px 5px 10px;
        border-radius: 5px;
    }
    .owl-carousel {
        display: none;
        position: relative;
        width: 100%;
        -ms-touch-action: pan-y;
        margin-top: 79px;
    }
    .header {
        background: rgba(69, 162, 159, 0.8);
        position: fixed;
        z-index: 100;
        width: 100%;
        top: 0;
    }
    .logo img {
        height: 40px;
        margin-left: 25px;
    }

    .owl-buttons {
        display: none;
    }
    .hold {
        display: block;
        width: 100%;
    }
    .hold-map {
        display: block;
        width:100%;
        float: none;
    }
    .about-td {
        display: block;
        width:100%;
        text-align: justify;
    }
    .about-td h2 {
        text-align: center;
    }
    .header .logo {
        display: inline-block;
        padding-top: 22px;
        padding-bottom: 11px;
        width: 50%;
        background-color: rgba(255, 255, 255, 0.8);
        position: relative;
        left: 0;
        margin-left: -10px;
    }
    .header .menu ul li {
        display: inline;
        padding: 0;
        margin-right: 25px;
        text-transform: uppercase;
        cursor: pointer;
    }
    .social {
        float: right;
        margin-top: 12px;
        display: none;
    }

}

@media (min-width:951px) {
    .tog {
        display: none;
    }
}

@media (max-width: 500px) {
    .text-services {
        display: block;
        vertical-align: top;
        text-align: left;
        padding: 20px 20px 0px;
    }
    .doctor-img {
    display: block;
    width: 100%;
}
    .selectlang {
    float: right;
    margin-top: -20px;
    margin-right: 110px;
    position: absolute;
    top: 30px;
    right: 0;
}
.somestyle {
    height: 178px !important;
    object-fit: cover;
}
    .info .image {
        display: block;
        float: none;
        width: 100%;
        height: auto;
    }
    .text-part h2 {
        color: #ffffff;
        font-size: 17px;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        font-family: 'Calligraffitti', serif;
    }
    .need-doc {
        margin-top: -51px;
    }
    .myblog {
        width: 90% !important;
    }
    #closefullblog {
    right: -4px;
    margin-top: -1px;
    }
    .section-text {
    width: 95%;
    }
    .section-img {
        display: none
    }
    .gallimages li {
        width:90%;
        margin:0 auto
    }

}

@media (min-width: 768px) {
    .comment {
        background-color: #fff;
        padding:10px;
        margin-top:15px;
        margin-right: 10px;
    }

    .comment p {
        word-wrap: break-word;
    }

    .comment .name {
        display: inline-block;
        margin-bottom:10px;
    }

    .comment .date {
        margin-bottom:10px;
        display: inline-block;
        float: right;
        font-size: 12px;
        color: gray;
        margin-top: 8px;
    }

    .right {
        width: 70%;
        display: block;
        margin-top: -14px;
        height: 340px;
        overflow-y: scroll;
    }

    .left {
        width: 100%;
        margin: 0 auto;
    }
    .input {

        background: rgba(69, 162, 159, 0.8);
        padding: 20px;
        margin-bottom: 20px;
    }

    .modal-body textarea {
        width:100%;
        outline: none;
        padding-left:10px;
        height: 180px;
        border: 2px solid #989898;
        margin-left: -5px;
        border-radius: 5px;
    }

    .name-rew {
        margin-bottom: 20px;
    }

    .name-rew input {
        outline: none;
        border: 2px solid #989898;
        height: 30px;
        padding-left: 10px;
        width: 50%;
        margin-left: -5px;
        border-radius: 5px;
        margin-top: 30px;


    }

    .modal-body button {
        padding: 10px 15px 10px 15px;
        border-radius: 10px;
        margin-top: 15px;
        margin-bottom: 20px;
        cursor: pointer;
        border: 2px solid #989898;
        background: #fff;
        border-color: #fff;
    }
}

@media (max-width:767px) {
    .comment {
        background-color: #fff;
        padding:10px;
        margin-top:15px;
    }

    .comment p {
        word-wrap: break-word;
    }

    .comment .name {
        display: inline-block;
        margin-bottom:10px;
    }

    .comment .date {
        margin-bottom:10px;
        display: inline-block;
        float: right;
    }

    .right {
        width: 100%;
        float: none;
        display: block;
        margin-top: 0;
    }

    .left {
        width: 100%;
    }
    .input {
        width: 50%;
        margin: 0 auto;
        background: rgba(69, 162, 159, 0.8);
        padding: 20px;
        margin-bottom: 20px;
    }

    .input .leave {
        float: none;
        background: #fff;
        padding: 10px;
        cursor: pointer;
        text-align: center;
    }

    .modal-body textarea {
        width:100%;
        outline: none;
        padding-left:10px;
        height: 180px;
        margin-left: -5px;
        border-radius: 5px;
    }

    .name-rew {
        margin-bottom: 20px;
    }

    .name-rew input {
        outline: none;
        border:1px solid grey;
        height: 30px;
        padding-left: 10px;
        width:100%;
        margin-left: -5px;
        border-radius: 5px;

    }

    .modal-body button {
        padding: 10px 15px 10px 15px;
        border-radius: 10px;
        margin-top: 15px;
        margin-bottom: 20px;
        cursor: pointer;
        background: #fff;
        border-color: #fff;
    }
}