.sharedaddy {
    display: none !important;
}
/* Add padding to the entire Related Posts section */
.jp-relatedposts {
    padding: 25px; /* Adjust the value as needed */
}

/* Add padding to individual related post items */
.jp-relatedposts-post {
    padding: 25px; /* Adjust the value as needed */
}


.cta-new {background-color:#D6AB5D; padding:0px 20px 0px 10px!important; }

.cta-new a{color:#FFF!important;}



.single-post ul {
    list-style-position: inside;
}

.cbi-accordion {
    width: 100%;
}
cbi-item {
    margin-top: 10px;
}

.cbi-question {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 !important;
    padding: 16px 20px 15px 55px !important;
    background: #f5f5f5;
    color: #444;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    cursor: pointer;
}
.cbi-item {
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
    overflow: hidden;
}

/* Heading */
.cbi-question {
    position: relative;
    display: block;
    margin: 0;
    padding: 15px 20px 15px 55px;
    background: #f5f5f5;
    color: #444;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    cursor: pointer;
}

/* Icon */
.cbi-question::before {
    content: "+";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 400;
    color: #444;
    line-height: 1;
}

/* Minus icon when open */
.cbi-item.active .cbi-question::before {
    content: "−";
}

/* Answer */
.cbi-answer {
    display: none;
    padding: 18px 20px 20px 55px;
    background: #fff;
    color: #444;
    font-size: 16px;
    line-height: 26px;
}

/* First/open answer */
.cbi-item.active .cbi-answer {
    display: block;
}


/* Mobile */
@media (max-width: 767px) {

    .cbi-question {
        padding: 13px 15px 13px 45px;
        font-size: 17px;
        line-height: 25px;
    }

    .cbi-question::before {
        left: 15px;
        font-size: 22px;
    }

    .cbi-answer {
        padding: 15px 15px 18px 45px;
        font-size: 15px;
        line-height: 24px;
    }
}