#phone-content-top {
    content: '';
    background: url(../../Content/images/Phone/iphone6.png) no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    height: 97px;
    position: absolute;
    width: 314px;
    top: 0;
    right: 50%;
    transform: translate(50%, -0%);
    z-index: 1;
    background-color: #fff;
}

#phone-content {
    height: 639px;
    width: 314px;
    overflow: hidden;
    background: url(../../Content/images/Phone/iphone6.png) no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    background-size: auto;
    right: 50%;
    transform: translate(50%, -0%);
}

#phone-content-bottom {
    content: '';
    background: url(../../Content/images/Phone/iphone6.png) no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
    position: absolute;
    width: 314px;
    height: 85px;
    z-index: 1;
    bottom: 0;
    right: 50%;
    transform: translate(50%, -0%);
    background-color: #fff;
}

.bizde {
    fill: #1EACA2 !important;
}

.bizde:hover {
    fill: #1a5e50 !important;
}

.medical_swiper {
    padding-top: 0px;
    width: 270px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.medical_content {
    width: 270px;
    min-height: 341px !important;
    max-width: 340px !important;
    position: relative !important;
    padding-right: 0px !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.medical-wrapper {
    z-index: 1;
    transition-property: transform;
    box-sizing: content-box;
    width: 270px;
}

.medical_content > .card > .card-footer h5 {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #189279;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 1rem;
}

.medical_content > .card > .card-footer p {
    margin: 0;
    padding: 0;
    color: #686868;
    font-size: 14px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 40px;
    font-size: 0.8rem;
}

.medical_content > .card > .card-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.medical_content > .card > .card-footer ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-grow: 1;
    text-align: center;
    cursor: pointer;
    font-size: large;
    color: #1eaca2;
    transition: all 400ms;
}

.medical_content > .card > .card-footer ul li:hover {
    color: #f99154;
    transition: all 400ms;
}

.md_flag {
    position: absolute;
    z-index: 1;
    right: 10px;
    border: 1px solid #fff;
    border-top: none;
    background: #f99154;
    color: #fff;
    padding: 5px;
    border-radius: 0 0 50% 50%;
    top: 1px;
    line-height: 1;
    text-align: center;
    font-size: 10px;
}

.dr-pro {
    width: 30px;
    height: 30px;
    border: 0.5px solid #ddd;
    border-radius: 50%;
}

#medical-content .media-body > h6 {
    font-size: 10px !important;
}

#medical-content .media-body {
    font-size: 8px;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 13px;
    top: 12%;
    z-index: 50;
    width: 5px;
    height: 75%;
}

.swiper-scrollbar-drag {
    background: #fff !important;
}

/*__________________*/
.grid-content {
    display: grid;
    grid-template-columns: 314px;
    grid-template-rows: 97px 457px 85px;
    width: 314px;
    margin: 0 auto;
    position: relative;
}

.phone-content-top {
    background: url(../../Content/images/Phone/iphone6.png) no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    height: 97px;
    z-index: 1;
    background-color: #fff;
}

.phone-content {
    height: 457px;
    overflow: hidden;
    background: url(../../Content/images/Phone/iphone6.png) no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: auto;
}

.phone-content-bottom {
    background: url(../../Content/images/Phone/iphone6.png) no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
    height: 85px;
    z-index: 1;
    background-color: #fff;
}
