@media (max-width: 767px) {

    .mobile-center {
        text-align: center !important;
    }

    .mobile-no-pad {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mobile-pull-left {
        float: none !important;
    }

    /*banner style*/
    .carousel-caption {
        position: absolute;
        top: 2em !important;

    }

    .carousel-caption h1 {
        color: #01B4BD;
        font-size: 20px;
    }

    .carousel-caption p {
        color: #2E3E53;
        font-size: 10px;
    }

    .mobile-hiidden-xs {
        display: none !important;
    }

    .mobile-show-xs {
        display: block !important;
    }

    .header-logo img{
        width: 50%;
    }
    .services_content_lists_img {
        padding: 1%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-main {

        border-bottom: 0.5px solid #cccccc !important;
    }

    /**Nephrologe page style*!*/
    .Nephrology_lists ul {
        padding: 0;
        text-align: justify;
    }

    .Nephrology_lists ul li {
        list-style-type: none;

    }

    .Nephrology_lists ul li i {
        color: #FAA61A;
    }

    /*services page style*/
    .set_service_backgrounds {
        background-image: url('/images/seriveces.jpg');
        padding: 10%;
        background-attachment: fixed;
        background-position: left !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .services_content_lists img {
        border-radius: 50%;
        position: relative;
        left: 0em;
        -webkit-box-shadow: 0 10px 6px -6px #777;
        -moz-box-shadow: 0 10px 6px -6px #777;
        box-shadow: 0 10px 6px -6px #777;
    }

    .services-lists .img-parent-div-service .img-child-div-service {
        height: 142px;
        width: 200px;
        background-size: cover;
        background-position: center;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;

    }


}