.hr-more-info::before {

    position: absolute;

    content: "";

/*    background-image: url(../images/medi-tab/01.jpg);*/

    background-color: #e6eff4;

    height: 760px;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    top: 0;

    left: 0;

    width: 100%;

    z-index: -1;

}

.hr-about-img-wrap {

    position: relative;

}

.hr-about-img-wrap .hr-second-img {

    position: relative;

    z-index: 11;

    margin-left: -200px;

}

.hr-about-img-wrap .hr-second-img img {

    width: 400px;

}

.hr-about-img-wrap .hr-first-img {

    position: absolute;

    bottom: 0;

    z-index: 11;

    left: 170px;

    bottom: -80px;

}

.hr-about-img-wrap .hr-first-img img {

    max-width: 395px;

}

.hr-about-img-wrap .hr-advice-section {

    position: absolute;

    bottom: -107px;

    z-index: 11;

    display: inline;

    background: var(--color-3);

    padding: 30px;

    max-width: 400px;

    border: 15px solid #fff;

    border-radius: 20px;

    margin-left: -130px;

}

.hr-single-count {

    background: #dce8ef;

    padding: 25px 20px;

    border-radius: 10px;

    display: flex;

    align-items: center;

    -moz-column-gap: 20px;

    column-gap: 20px;

    transition: all 0.3s ease;

}

.hr-about-img-wrap .hr-advice-section .hr-single-count {

    background: var(--color-3);

    -moz-column-gap: 30px;

    column-gap: 30px;

    padding: 0;

}

.hr-single-count .hr-counter-icon {

    height: 80px;

    width: 80px;

    background: var(--color-3);

    color: #fff;

    border: 7px solid #fff;

    border-radius: 50%;

    font-size: 41px;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: all 0.3s ease;

}

.hr-single-count .hr-counter-icon img{

    height: 40px;

    width: 40px;

}

.hr-about-img-wrap .hr-advice-section .hr-counter-icon {

    background: var(--color-4);

    border: 3px solid #fff;

}

.hr-single-count .hr-counter-title h3 {

    font-size: 30px;

    line-height: 49px;

    color: #000;

    transition: all 0.3s ease;

    font-weight: 700;

}

.hr-about-img-wrap .hr-advice-section .hr-counter-title h3 {

    color: #fff;

    font-size: 22px;

    font-weight: 700;

    font-family: var(--font-02);

}

.hr-about-img-wrap .hr-advice-section p {

    color: #fff;

    font-size: 17px;

    line-height: 26px;

    margin-top: 10px;

}

.hr-more-info {

    position: relative;

    padding-bottom: 60px;;

}

.mt-85 {

    margin-top: 85px;

}

.medical-tabs {

    justify-content: space-around;

    border: none;

    margin-bottom: 80px;

}

.medical-tabs .medical-item .medi-tab-btn {

    color: #495057;

    border-color: transparent;

    border-radius: 10px;

    background-color: rgb(255, 255, 255);

    height: 110px;

    width: auto;

    position: relative;

    transition: all 0.3s ease;

}

.medical-tabs .medical-item .medi-tab-btn.active {

    background: var(--color-3);

}

.medical-tabs .medical-item .medi-tab-btn .icon {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    height: 80px;

    width: 80px;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 41px;

    border-radius: 50%;

    background: var(--color-3);

    transition: all 0.3s ease;

    color: #fff;

    top: -40px;

    border: 6px solid #fff;

}

.medical-tabs .medical-item .medi-tab-btn.active .icon {

    background: var(--color-4);

    color: #fff;

}

.medical-tabs .medical-item .medi-tab-btn .title {

    font-size: 22px;

    font-weight: 700;

    color: #333333;

    transition: all 0.3s ease;

    font-family: var(--font-02);

    position: relative;

    z-index: 1;

}

.medical-tabs .medical-item .medi-tab-btn.active .title {

    color: #fff;

}

.medical-tabs .medical-item .medi-tab-btn::after {

    content: "";

    position: absolute;

    height: 50px;

    width: 50px;

    background: #fff;

    right: 50%;

    transform: translateX(50%) rotate(45deg);

    bottom: -25px;

    transition: all 0.3s ease;

}

.medical-tabs .medical-item .medi-tab-btn.active::after {

    background:var(--color-3);

}

.single-content {

    width: 100%;

    background: #fff;

    display: flex !important;

    border-radius: 10px;

    box-shadow: 0px 0px 79px 0px rgba(0, 0, 0, 0.08);

    align-items: center;

}

.single-content .medi-tab-content {

    flex-basis: 50%;

    padding: 75px 45px;

}

.single-content .medi-tab-content .tab-title {

    font-size: 22px;

    font-weight: 700;

    line-height: 25px;

    margin-bottom: 20px;

    text-decoration: underline;

    color: #333333;

}

.single-content .medi-tab-content .tab-item-list li {

    font-size: 17px;

    line-height: 26px;

    color: #636363;

    margin-bottom: 15px;

}

.single-content .medi-tab-content .tab-item-list .para1 {

    margin-bottom: 30px;

}

.single-content .medi-tab-img {

    padding: 10px 10px 10px 0;

    flex-basis: 50%;

}

.single-content .medi-tab-img img {

    width: 100%;

    -o-object-fit: cover;

    object-fit: cover;

    height: 100%;

}

.single-content .tab-item-list{

    list-style-type: none;

    padding-left: 0;

}

.hr-about-list {

/*    min-width: 285px;*/

    margin-top: 0;

    padding: 0px;

/*    border: 1px solid #dddddd;*/

    margin-bottom: 30px;

    display: flex

;

    flex-wrap: wrap;

}

.hr-about-list li {

    display: flex;

    margin-bottom: 15px;

    align-items: center;

    width: 50%;

}

.hr-about-list li .icon {

    height: 30px;

    max-width: 30px;

    width: 100%;

    line-height: 30px;

    text-align: center;

    color: #fff;

    border-radius: 50%;

    display: inline-block;

    background: var(--color-4);

    transition: all 0.3s ease;

    margin-right: 15px;

}

.hr-about-list li:hover .icon {

    background: var(--color-3);

}

.hr-about-list li .icon span {

    margin-left: 2px;

}
.hr-book-appoint-area p, .hr-book-appoint-area span{
    color: var(--white);
    z-index: 11;
    position: relative;
}
.hr-about-list li .hr-list-para {

    font-size: 17px;

    line-height: 26px;

    color: #636363;

    display: inline;

}

@media (max-width: 1700px) {

    .hr-about-img-wrap .hr-second-img {

        margin-left: -100px;

    }

    .hr-about-img-wrap .hr-first-img {

        left: 33%;

    }

    .hr-about-img-wrap .hr-advice-section {

        margin-left: -65px;

    }

}

@media (max-width: 1500px) {

    .hr-about-img-wrap .hr-second-img {

        margin-left: -60px;

    }

    .hr-about-img-wrap .hr-second-img img {

        max-width: 360px;

    }

    .hr-about-img-wrap .hr-first-img {

        left: 36%;

    }

    .hr-about-img-wrap .hr-first-img img {

        max-width: 340px;

    }

    .hr-about-img-wrap .hr-advice-section {

        margin-left: -30px;

    }

}

@media (max-width: 1400px) {

    .hr-single-count {

        padding: 20px 15px;

        -moz-column-gap: 15px;

        column-gap: 15px;

    }

    .hr-single-count .hr-counter-icon {

        height: 60px;

        width: 60px;

        font-size: 25px;

    }

    .hr-single-count .hr-counter-title h3 {

        font-size: 25px;

        line-height: 35px;

    }

    .single-content {

        align-items: unset;

    }

}

@media (max-width: 1200px) {

    .hr-about-img-wrap .hr-first-img {

        display: none;

    }

    .hr-about-img-wrap .hr-second-img {

        margin-left: 100px;

        position: relative;

    }

    .hr-about-img-wrap .hr-advice-section {

        margin-left: 0px;

        max-width: 100%;

    }

    .hr-about-img-wrap .hr-advice-section .hr-single-count {

        align-items: self-start;

    }

    .hr-single-count .hr-counter-title {

        text-align: center;

    }

    .medical-tabs .medical-item .medi-tab-btn .title {

        font-size: 20px;

    }

}

@media (max-width: 991px) {

    .hr-about-img-wrap {

        margin-bottom: 150px;

    }

    .hr-about-img-wrap .hr-second-img {

        margin-left: 0;

    }

    .hr-about-img-wrap .hr-second-img img {

        max-width: 450px;

        width: 100%;

    }

    .single-content .medi-tab-content {

        flex-basis: 100%;

        padding: 45px;

    }

    .single-content .medi-tab-img {

        display: none;

    }

    .medical-tabs {

        flex-wrap: wrap;

        row-gap: 40px;

    }

}

@media (max-width:768px){

    .medical-tabs {

        row-gap: 40px;

        margin-bottom: 50px;

    }

    .medical-tabs .medical-item .medi-tab-btn .title {

        font-size: 18px;

    }

}

@media (max-width: 576px) {

    .hr-about-img-wrap .hr-advice-section {

        padding: 20px;

    }

    .hr-single-count .hr-counter-title h3 {

        font-size: 20px;

        line-height: 26px;

    }

    .medical-tabs {

        justify-content: center;

        -moz-column-gap: 10px;

        column-gap: 10px;

        margin-top: 10px;

    }

}

@media (max-width:480px){

    .medical-tabs .medical-item .medi-tab-btn {

        height: 80px;

        width: 140px;

    }

    .medical-tabs .medical-item .medi-tab-btn .icon {

        display: none;

    }

    .medical-tabs .medical-item .medi-tab-btn .title {

        font-size: 15px;

        line-height: 22px;

    }

}