/*---hospital---deliver---start---here---*/
.hospital_delivering_section{background: #F7F7F7;}
.hospital_delivering_relative{position: relative;}
.hospital_delivering_section .title_row {width: 780px;}
.hospital_delivering_section .title_wraper{width: 400px;}
.hospital_delivering_section .title_desc_colm{width: calc(100% - 400px);}
.hospital_delivering_card{display: block;text-decoration: none;color: #fff;position: relative;border-radius: 16px;overflow: hidden;}
.delivering_card_img{display: block;width: 100%;height: initial;line-height: 0px;transition: all 0.5s;}
.hospital_delivering_card:hover .delivering_card_img{transform: scale(1.1);}
.hospital_delivering_card:after{content: '';position: absolute; top: 0px; bottom: 0px; left: 0px;
     width: 100%;height: 100%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.04%, rgba(0, 0, 0, 0.9) 100%);
     z-index: 1;}
.hospital_delivering_content{position: absolute;bottom: 0px;left: 0px;right: 0px;width: 100%;z-index: 2;}
.hospital_delivering_title_box{padding: 15px;}
.hospital_delivering_title{font-size: 24px;font-weight: 500;line-height: 1.3;color: #fff;}
.hospital_delivering_desc{font-size: 14px;color: #fff;line-height: 20px;}
.hospital_delivering_location_box{padding: 20px 18px;position: relative;padding-right: 50px;
    border: 1px solid rgb(255 255 255 / 30%);
}
.hospital_location_title{position: relative;padding-left: 20px;font-size: 14px;font-weight: 400;color: #fff;}
.icon_location_delivering_b{position: absolute;top: 0px;left: 0px;width: 13px;}
.icon_location_delivering_b img{width: 100%;height: initial;}
.hospital_delivering_link_icon{width: 28px;position: absolute;right: 15px;top: 15px;transition: all 0.3s;}
.hospital_delivering_link_icon img{width: 100%;height: initial;}
.btn_hospital_delivering{position: absolute;top: 0px;right: 0px;z-index: 2;}

.hospital_delivering_wrapper .slider_arrow{display: none;}

@media only screen and (min-width: 1200px){
.hospital_delivering_colm{width: 25% !important;}
}

@media only screen and (max-width: 1200px) and (min-width: 993px){
.hospital_delivering_colm{width: 33.333% !important;}
}

@media only screen and (max-width: 992px) and (min-width: 768px){
.hospital_delivering_colm{width: 33.333% !important;}
}

@media only screen and (min-width: 768px){
.hospital_delivering_row{flex-wrap: wrap;margin: 0px -10px;width: initial !important;}
.hospital_delivering_colm{padding: 10px;}
.hospital_delivering_card:hover .hospital_delivering_link_icon{transform: rotate(45deg);}
}

@media only screen and (max-width: 1400px){
.hospital_delivering_title{font-size: 20px;}
.hospital_delivering_title_box {padding: 10px 15px;}
.hospital_delivering_location_box {padding: 16px 18px;}
.hospital_delivering_link_icon{top: 12px;width: 26px;}
}

@media only screen and (max-width: 1199px){
.hospital_delivering_colm{width: 33.333%;}
.hospital_delivering_section .title_row{width: 735px;}
}
@media only screen and (max-width: 991px){
.hospital_delivering_colm{width: 50%;}
.btn_hospital_delivering{position: static;margin-top: 30px;text-align: center;}
}

@media only screen and (max-width: 767px){
.hospital_delivering_colm{width: initial;}
.btn_hospital_delivering{position: static;margin-top: 30px;text-align: center;width: 100%;}
.btn_hospital_delivering .common_btn{width: 100%;justify-content: center;}
.hospital_delivering_slider{overflow: hidden;padding-right: 15px;}
.hospital_delivering_wrapper{position: relative;margin-right: -15px;}
.hospital_delivering_wrapper .slider_arrow{position: absolute;top: 50%;transform: translate(0px, -50%);left: -11px;right: 6px;pointer-events: none;z-index: 2;
justify-content: space-between;display: flex;}
.hospital_delivering_back, .hospital_delivering_next{pointer-events: initial;}
}

/*---hospital---deliver---start---here---*/