.main-bg{
    background: url(../img/main-bg.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    }
    .medical-treatment{
    background: url(../img/bg.png) no-repeat;
    background-size: 100% auto;
    }
    .medical-bg{
        background: linear-gradient(180deg, #2ec1ff, #29abe2);
        border-radius: 80px;
        padding: 0px 100px   50px;
        margin-top: 200px;
        margin-bottom: 50px;
        position: relative;
        z-index: 1;
    }
    .medical-bg::before{
        content: '';
        width: 550px;
        height: 200px;
        background: url(../img/title-bg.png) no-repeat;
        background-size: 100% auto;
        position: absolute;
        left: 60%;
        transform: translateX(-50%);
        top: -103px;
        z-index: -1;
    }
    .public-img-title{position: relative;top: -110px;}
    .public-img-title  img{
        
    }
    .medical-list{margin-top: -80px;}
    .medical-list li {
    
margin-top: 30px;
    }
    .medical-list li a {
    
    background-color: #0078c6;
    
    display: block;
    
    padding-bottom: 15px;
    }
    .medical-list li a img{
        
height: 220px;
        
object-fit: cover;
    }
    .medical-list li a p{
    
    color: #fff;
    
    font-size: 24px;
    
    margin: 10px 15px;
    
    height: 108px;
    
    display: -webkit-box;
    
    -webkit-box-orient: vertical;
    
    -webkit-line-clamp: 3;
    
    overflow: hidden;
    
    text-overflow: ellipsis;
    
    white-space: normal;
    }

    #footer{
        background-color: #003366;
        border-top: 5px #00254a solid;
    }
    .footer{
        border-top: none;
    }
    .breadcrumb>li+li:before,
    .breadcrumb>li a {
        color: #fff !important;
    }