@media print {

    header,
    footer,
    article .pf-single-contents > div > section:nth-child(3),
    article .pf-single-contents > div > section:nth-child(4) {
        display: none!important;
    }


}

#Ellipse_33{
    cursor: pointer;
}

.social-share-modal {
    position: absolute;
    top: -110px;
    left: 150px;
    background: #fff;
    box-shadow: 1px 1px 5px #6e6e6e;
    padding: 10px;
    width: 300px;
}

.social-share-modal ul {
    display: flex;
    list-style: none;
    gap: 5px;
    padding: 0;
}

.social-share-modal ul li {
    border: 1px solid #333;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-share-modal h4 {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.social-share-modal .social-icons {
    width: 100%;
    display: flex;
    justify-content: center;
}

.social-share-modal ul li a.social-share {
    display: flex;
    color: #2F2F2F;
}

.social-share-modal button#ssm-close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    outline: none;
    background: #fff;
    border: 2px solid #404040;
    color: #404040;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -15px;
    right: -15px;
    box-shadow: 5px 5px 5px #efefef;
    line-height: 20px;
}