/*---other---hospital---start---here---*/
.other_hospital_section .title_wraper{width: 265px;}
.other_hospital_section .title_desc_colm{width: calc(100% - 265px);}
.other_hospital_section .title_row{width: 660px;}
.otehr_hospital_card{position: relative;border-radius: 16px;overflow: hidden;}
.other_hospital_link:after{
    content: '';position: absolute;top: 0px;left: 0px;bottom: 0px;right: 0px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.04%, rgba(0, 0, 0, 0.63) 100%);
z-index: 1;
}
.other_hospital_link{display: block;line-height: 0px;position: relative;}
.otehr_hospital_card:hover .other_hospital_img{transform: scale(1.1);}
.other_hospital_img{width: 100%;height: initial;transition: all 0.3s;}
.other_hospital_content_box{position: absolute;bottom: 0px;left: 0px;right: 0px;padding: 20px; z-index: 4;padding-right: 60px;}
.other_hospital_desc{font-size: 18px;color: #fff;line-height: 21px;}
.other_hospital_icon_box{position: absolute;top: 50%;right: 20px; width: 32px;transform: translate(0px, -50%);transition: all 0.3s;}
.otehr_hospital_card:hover .other_hospital_icon_box{transform: translate(0px, -50%)rotate(45deg);}
.other_hospital_icon_box img{width: 100%;height: initial;display: block;}
.other_hospital_slider{overflow: hidden;}
.other_hospital_relative{position: relative;}
.other_hospital_relative .slider_arrow{position: absolute;top: 0px;right: 0px;z-index: 4;}
.other_hospital_relative .contextual-region {position: unset;}
.other_hospital_relative .contextual-region .viewsreference--view-title{ display: none;}
/* 
@media only screen and (max-width: 1400px){
.other_hospital_desc{font-size: 14px;line-height: 20px;}
} */


@media only screen and (max-width: 991px){
  .other_hospital_wrapper{position: relative;}
  .other_hospital_relative .slider_arrow {top: 50%;left: -20px;right: -20px;justify-content: space-between;
    transform: translate(0px, -50%); pointer-events: none;}
}

@media only screen and (max-width: 767px){
.other_hospital_wrapper{margin-right: -15px;}
.other_hospital_slider{padding-right: 15px;}
.other_hospital_relative .slider_arrow {left: -11px; right: 8px;display: none; }
}

/*---other---hospital---end---here---*/