.doc-quote {
    /* box-shadow: 0px 2px 5px 0px #0000001A; */
    /* box-shadow: 0px 2px 5px 0px #D7D7D7; */
    /* border: 1px solid transparent !important; */
    /* background: linear-gradient(white, white) padding-box, linear-gradient(90deg, rgba(255, 248, 227, 0.5) 0%, rgba(239, 208, 108, 0.5) 100%) border-box; */
    padding: 16px 16px 20px 16px;
    border-radius: 13px;
    position: relative;
    margin: 92px 0;
    font-style: normal;

    background-color: transparent;
    /* padding: 20px; */
    border: 1px solid #ffe6b3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.doc-quote::before {
    content: "Doctor’s suggestion";
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: -66px;
    background-repeat: no-repeat;
    background-position: 62px -5px;
    padding: 10px 27px 10px 0px;
    background-size: 196px 50px;
}
.doc-quote::after {
    content: "";
    position: absolute;
    bottom: -11px; /* Position the triangle at the bottom */
    left: 30px; /* Adjust the left position to move the triangle */
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ffe6b3; /* Match the border color of the comment box */
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    border-bottom-left-radius: 5px;
    box-shadow: 5px -5px 5px 0px rgba(0, 0, 0, 0.05);
}
.doc-quote cite {
    text-align: left !important;
    position: absolute;
    bottom: -70px;
    left: 0;
}
.doc-quote cite span {
    text-decoration: none !important;
}
.doc-quote cite:before {
    content: " ";
}

.doc-quote cite .doctorName {
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    color: #4f585e;
    cursor: pointer;
}
.doc-quote cite .doctorTitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #6a6a6a;
    display: block;
    cursor: pointer;
}
.doc-quote p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 24px;
}
