.Sp_Tabl {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #fff;
    border-left: 1px solid #ddd;
}

.Sp_Tabl caption {
    padding: 15px 0;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.Sp_Tabl th,
.Sp_Tabl td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.Sp_Tabl th {
    background-color: #f5f5f5;
}

.Sp_Tabl tr:nth-child(even) {
    background-color: #f8f9fa;
}

.Sp_Tabl tr:hover {
    background-color: #e9ecef;
}

.sp_lnk2 {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.sp_lnk2:hover {
    text-decoration: underline;
    color: #0056b3;
}

#Sp_Tabl-scrl {
    overflow-x: scroll;
}

.article-inner-content .ins_instory_dv_caption,
.detail-img .ins_instory_dv_caption {
    font-size: 11px;
    line-height: 15px;
    margin-top: 5px;
    color: #777;
}

@media (min-width: 992px) {
    .article-inner-content h3 {
        font-size: 1.389vw;
        line-height: 1.667vw;
        margin: 1.667vw 0 1vw;
        /*Updated*/
    }
}

.spl_prcon {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 15px;
    width: 100%;
}

.spl_pros:first-child {
    border: 1px solid #58b72a;
    background: #daf2d9;
}

.spl_pros {
    padding: 15px 30px;
    border-radius: 12px;
    margin: 0;
    flex-basis: 50%;
    max-width: 50%;
}
.spl_pros:last-child {
	background: #f2d3d3;
	border: 1px solid #db1e1e;
}
.article-inner-content .spl_pros__title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin: 0 0 0 0;
    padding-bottom: 5px;
    text-align: left;
}

.article-inner-content .spl_pros__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-inner-content .spl_pros__item {
    color: #000;
    padding: 8px 0;
    position: relative;
    padding-left: 18px;
    transition: color 0.3s ease;
    margin: 0;
    line-height: 1.5;
}

.article-inner-content .spl_pros__item::before {
    content: '';
    position: absolute;
    top: 17px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;

    background: #000;
}

.faq-container {
    max-width: 800px;
    margin: 20px auto;

}

.faq-header {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.faq-item {
    border-bottom: 1px solid #ddd;

}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    font-size: 1em;
    color: #333;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

.faq-arrow-container {
    width: 36px;
    height: 36px;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.faq-arrow:before {
    content: '';
    position: relative;
    top: -1px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.faq-arrow::after {
    content: '';
    position: relative;
    top: 2px;
    left: -4px;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(-135deg);
    opacity: 0;
}

.faq-arrow {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-arrow.open:after {
  opacity: 1;
}
.faq-arrow.open:before {
  opacity: 0;
}
.faq-arrow.open {
    /*! transform: rotate(-135deg); */
    /*! top: 2px; */
}

.faq-answer {
    display: none;
    padding: 0 15px 25px 15px;
    font-size: 0.95em;
    color: #555;
    line-height: 1.5;
}

.faq-answer.open {
    display: block;
}

.feedback {
    text-align: right;
    margin-top: 10px;
}

.feedback a {
    color: #1a73e8;
    text-decoration: none;
    font-size: 0.9em;
}

.feedback a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 600px) {
    .faq-arrow-container {
        flex-shrink: 0;
        margin-left: 10px;
    }

    .spl_prcon {
        flex-direction: column;
        max-width: 100%;
    }

    .spl_pros {
        max-width: 100%;
        flex-basis: 100%;
    }

    .spl_pros:first-child {
        border-bottom:
            1px solid #eae8e8;
    }
}

/* Update Classes */
.prd_itm-wrp .prd_itm-cnt {
    align-items: center;
}

.prd_itm-wrp {
    margin-bottom: 30px;
}

.prd_itm-wrp .prd_img-wrp {
    width: 40%;
}

.prd_itm-wrp .prd_cnt-wrp {
    width: 60%;
    min-height: auto;
}

.prd_itm-wrp .gallery-top {
    border: 0;
    min-height: auto;
    width: 100%;
}

.single_img {
    height: 200px;
}

.prd_itm-wrp .prd_cnt-wrp {
    padding: 0px 0px 0px 30px;
}

.prd_itm-wrp .prd_ttl,
.prd_itm-wrp .prd_prc-wrp {
    margin-bottom: 20px;
}