.website_name{
    font-size:23px;
    font-weight:600;
    color:#1A76D1;
    margin-left:10px;
}
.site_logo{
    width:70px;
    height:70px;
    object-fit:contain;
}
#logo_brk{
    display:none;
}
#logo_mar{
  margin-left:0px;
}
.menu_font{
    font-size:18px;
    font-weight:600;
}
.manogat_image{
    width:450px;
    height:526px;
    object-fit:contain;
    border-radius:20px;
}
.manogat_text{
    font-size:15px;
    font-weight:500;
    line-height:2.3;
    text-align:justify;
}
.ind_50{
    text-indent:50px;
}
.pad_top_0{
  padding-top:0px;
}
.pad_top_100{
    padding-top:100px
}
.pad_lg_0{
    margin-left:-200px;
    margin-right:-200px;
}
.hospital_img{
    width:557px;
    height:373px;
}
.hospital_block:hover{
    background:#1A76D1;
    color:#fff;
    cursor:pointer;
}
.meta{
    background:#1A76D1;
    border:1px solid #1A76D1;
    border-radius:15px;
}
.meta span.sub-title{
    font-size:18px;
    font-weight:bold;
    padding-left:30px;
    color:#fff;
}
.news-text{
    padding-left:30px;
}
.news-text ul li{
    line-height:2.3;
    font-weight:600;
    font-size:17px;
    list-style-type:square;
}
.img_gal{
    margin-top:20px;
    height:350px;
}
.img_gal img{
    width:100%;
    height:350px;
    object-fit:cover;
    border:3px solid #1A76D1;
    border-radius:15px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
   
}
.img_gal .img_title_strip{
    height:50px;
    width:100%;
    background:#1A76D1;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    padding-top:15px;
    font-size:17px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    position:relative;
    top:-50px;
    z-index:100;
}
.img_cs_main .img_title_strip2{
    height:80px;
    width:100%;
    background:#1A76D1;
    border-radius:15px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    padding-top:15px;
    font-size:17px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    position:relative;
    top:10px;
    z-index:100;
}
@media screen and (max-width:1100px){
    .pad_lg_0{
    margin-left:0px;
    margin-right:0px;
}
.manogat_text{
    font-size:15px;
    font-weight:500;
    line-height:2.3;
    text-align:justify;
    margin-top:20px !important;
}

.img_cs_main .img_title_strip2{
    height:80px;
    width:100%;
    background:#1A76D1;
    border-radius:15px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    padding-top:15px;
    font-size:17px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    position:relative;
    top:-40px !important;
    z-index:100;
}
/*.website_name{
    font-size:17px !important;
    font-weight:600;
    color:#1A76D1;
    margin-left:10px;
}
.site_logo{
    width:35px !important;
    height:35px !important;
    object-fit:contain;
}*/
}
@media screen and (max-width:992px){
    .website_name{
    font-size:17px !important;
    font-weight:600;
    color:#1A76D1;
    margin-left:10px;
}
.site_logo{
    width:35px !important;
    height:35px !important;
    object-fit:contain;
}
#logo_mar{
    margin-left:50px !important;
}
#logo_brk{
    display:inline-block !important;
}
}
}