.ban-bg {
    background: url(../images/ban-bg.png) no-repeat;
    background-size: contain;
    background-position: left -190px top 80px;
}
.banner-section-two .slide-item {
    background-position: top right;
    background-size: 51%;
}
.banner-section-two .content-outer.inner-page-box {
    min-height: 50rem;
}
.banner-section-two .content-box h1 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.banner-section-two .inner-page-box .content-box h3 {
    font-family: "Graphik";
    font-size: 1.8rem;
    text-transform: initial;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.team-section-two {
    padding: 6rem 0;
    background: var(--light-bg);
}
.img-mar-70 {
    height: 200px;
}
.d-flex.tag-grp {
    overflow: auto;
    height: 2.5em;
    margin-bottom: 0.5em;
}
.tag-grp span {
    white-space: nowrap;
}
.injury-img {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.b-round {
    position: relative;
    display: block;
    clear: both;
    color: #364153;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2rem;
    margin: 1rem 0;
    margin-right: 1rem;
    transition: all linear .3s;
    cursor: default;
}
.b-round:after {
    position: absolute;
    content: "";
    background: #FFC200;
    height: 18px;
    width: 1px;
    right: -6px;
    top: 0;
}
.b-round:last-of-type::after {
  content: none;
}
.injury-blog.b-seperate {
    margin-bottom: 30px;
    padding: 10px;
    transition: all .3s;
}
.injury-blog.b-seperate:hover{
    box-shadow: 1px 1px 12px #dddddd;
}
.blg-inner {
    line-height: 2rem;
    font-weight: 500;
    margin-bottom: 10px;
    min-height: 4.2rem;
}
.blg-inner a {
    color: var(--primary-dark);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
.b-name-fit {
    margin: 0.8rem 0px;
    display: flex;
    justify-content: space-between;
}
.b-name {
    margin-right: 1rem;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 5px;
}
.b-name i {
    color: var(--primary-orange);
    padding-right: 0.5rem;
}
.testi-textb {
    overflow: auto;
    font-size: 1.5rem;
    margin-bottom: 0;
    height: 12rem;
    overflow-y: auto;
    line-height: 2.8rem;
    color: #555;
    text-align: justify;
}
.read-more {
    text-align: right;
}
.b-name-fit a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--theme);
    font-weight: 600;
    text-transform: capitalize;
    transition: all linear .3s;
}
.appointment-section {
    background: var(--primary-orange);
}
.injury-blog.b-seperate.blog_explaination img {
    height: 100%;
}
/* scrollbar */
.injury-blog ::-webkit-scrollbar {
  width: .5em;
  height: .5em !important;
}

.injury-blog ::-webkit-scrollbar-track {
  background: transparent !important;
}

.injury-blog ::-webkit-scrollbar-thumb {
  background-color: #dfdede !important;
  border-radius: 10px;
  border: none;
  width: .4em;
  height: .5em !important;
}
.pagination .active span {
    background: var(--theme) !important;
}
@media only screen and (min-width: 1600px) {
.injury-blog.b-seperate.blog_explaination img {
    height: 100%;
}
}
@media only screen and (max-width: 1399px) {
    .banner-section-two .content-outer.inner-page-box {
        min-height: 45rem;
    }
    .banner-section-two .content-outer .content-box h1 {
        font-size: 3.6rem;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-section-two .inner-page-box .content-box h3 {
        font-size: 2rem;
    }
    .banner-section-two .content-outer.inner-page-box {
        min-height: 35rem;
    }
    .banner-section-two .content-outer .content-box {
        margin-top: 0;
        margin-left: 0;
        padding-top: 10rem;
    }
    .banner-section-two .content-outer .content-box h1 {
        font-size: 3.6rem;
    }
}
@media only screen and (max-width: 1023px) {
    .banner-section-two .inner-page-box .content-box h3 {
        font-size: 2rem;
    }
    .banner-section-two .content-outer.inner-page-box {
        min-height: 25rem;
    }
    .banner-section-two .content-outer .content-box {
        padding-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .banner-section-two.ban-bg .slide-item {
        padding: 85px 0;
    }
    .banner-section-two .content-outer.inner-page-box {
        min-height: auto;
    }
}
