.rev_slider {
    height: 500px !important;
}
.rev_slider_wrapper {
    height: 500px !important;
}
.tp-parallax-wrap {
    top: 100px !important;
}
.contact-form-area .sec-title h1 {
    color: #089bab;
    /* font-weight: 700; */
}
.test-inner .single-testimonial-item {
    margin-bottom: 20px;
}
#departments-single-area .table {
    margin-top: 20px;
}

.table-bordered > tbody > tr > td,
.table-bordered > thead > tr > th,
.table-bordered {
    border-color: #fff;
    background: #089bab;
    color: #fff;
}
.table-bordered > thead > tr > th {
    background: #fc9e5b;
    color: #fff;
}
.gallery-main {
    padding: 80px 0;
}
.fancybox-overlay {
    z-index: 999999;
}
.service-area .img-list {
    display: flex;
    flex-wrap: wrap;
}
.service-area .img-list li {
    width: 50%;
    padding: 5px;
}
.service-area .img-list .full {
    width: 100%;
}
.gal-img {
    margin-bottom: 20px;
}
.bar {
    height: 5px;
    width: 100px;
    background: #fc9e5b;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 25px auto 20px 0;
}
.bar::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #fff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(85px);
        transform: translateX(85px);
    }
}
@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(85px);
        transform: translateX(85px);
    }
}
.hospital {
    padding: 80px 0;
}
.hospital .rating {
    display: flex;
}
.hospital .rating li {
    color: #fc9e5b;
    padding-right: 5px;
}
.hospital .single-doctor {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 20px 20px 30px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.hospital .single-doctor h3 {
    color: #089bab;
    font-family: poppins, sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
    margin: 10px 0;
}
.hospital .information-list li i {
    font-size: 24px;
    color: #089bab;
    position: absolute;
    left: 0;
    top: 5px;
}
.hospital .information-list li {
    list-style-type: none;
    font-size: 14px;
    color: #202647;
    font-weight: 500;
    margin-bottom: 12px;
    position: relative;
    padding-left: 22px;
}
.fact-counter-area ul{
    display: flex;
    justify-content: center;
}