.link-item {
    cursor: pointer;
}
.link-item:hover > strong, .link-item:hover > a{
    text-decoration: underline;
}

.hover-box {
    top: 0;
    transition: all 0.4s;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    width: calc(100% - 34%);
    z-index: -1;
    position: relative;
}
.hover-box .close-box {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    background: var(--primary-colour);
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}


.hover-box.w-33 {
    width: calc(100% - 68%);
}

.left-box .hover-box {
    right: 10px;
}

.right-box .hover-box {
    left: 10px;
}

.middle-box .hover-box {
    left: 0;
    right: 0;
    width: 100%;
    bottom: -100%;
    top: auto;
}

.link-item .hover-box.active {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.therapeutic-areas-block .block-item img {
    width: 100%;
    border: 1px solid #c4c4c4;
    max-height: 130px;
    object-fit: cover;
}

.therapeutic-areas-block .block-item img.blur-img {
    filter: blur(4px);
}

.therapeutic-areas-block > img {
    width: 100%
}

.hide-hoverbox-heading .hover-box > h3 {
    display: none !important;
}

.therapeutic-areas-block .img-box img {
    transition: all 0.8s;
    width: 100%;
}

.therapeutic-areas-block:hover .img-box img {
    transform: scale(1.1);
}

.therapeutic-areas-block {
    transition: all 0.3s;
}

.therapeutic-areas-block.zero-opacity {
    opacity: 0.1;
}


@media(max-width: 767px) {
    .link-item {
        position: relative;
    }
    .link-item .hover-box {
        width: 100%;
        height: fit-content !important;
        margin-top: 30px;
        right: 0;
        padding: 10px !important;
        left: auto;
    }
    .link-item .hover-box .d-flex {
        gap: 5px;
    }
    .link-item .hover-box .d-flex br {
        display: none;
    }
    .link-item .hover-box .d-flex a {
        width: 100%;
        padding: 7px;
        font-size: 15px;
    }
    .hover-box .block-item .font-size-20 {
        font-size: 16px;
        margin: 0 0 7px 0 !important;
    }

    .hover-box .font-size-22 {
        font-size: 18px;
        margin-top: 30px;
    }

    .hover-box .block-item {
        margin-bottom: 15px;
        display: flex;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 15px;
        align-items: center;
    }
    
    .hover-box .block-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .hover-box .ipsen-btn {
        padding: 3px 13px;
        min-width: 140px;
        display: inline-block;
        text-align: center;
    }
    .hover-box .block-item > .img {
        width: 35%;
    }
    .hover-box .block-item > .content {
        width: 65%;
        padding-left: 10px;
    }
}

@media(min-width:768px) and (max-width: 991px) {
    .hover-box .ipsen-btn {
        padding: 7px;
        font-size: 15px;
    }
    .font-size-20 {
        font-size: 18px;
    }
    .circle-object .circle-2, .circle-object .circle-1 {
        width: 500px;
        height: 500px;
    }
    .hover-box:not(.w-33) .block-item {
        margin-bottom: 15px;
        display: flex;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 15px;
        align-items: center;
    }
    
    .hover-box:not(.w-33) .block-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .hover-box:not(.w-33) .block-item > .img {
        width: 35%;
    }
    .hover-box:not(.w-33) .block-item > .content {
        width: 65%;
        padding-left: 10px;
    }

    .hover-box:not(.w-33) .block-item .content strong {
        margin-top: 0 !important;
    }
    .side-img-box .side-img {
    top: 0;
    height: 78%;
    bottom: 0;
    margin: auto;
}
}