    .showmore:not(.show) {
        height: 32px;
        overflow: hidden;
    }

    .read_more {
        cursor: pointer;
        line-height: 20px;
        letter-spacing: 0;
    }

    .#read_more {
        display: block;
    }
    
    .price-title-box{
        display: inline;
    }
    .price-box {
        border: 2px solid #777777;
        background-color: #181818;
        border-radius: 8px;
        position: relative;
    }
    .price-box-inner {
        background-color: #252424;
        padding: 10px;
        border-radius: 8px;
    }


    .price-box-chargs-table{
        margin-top: 0;
    }
    .price-box-chargs-table td{
        border: 0;
        padding: 2px;
    }

    .price-box-chrgs{
        line-height: 20px;
    }

    .cal-price-ul{
        padding-left: 48px;
    }



    .side-widget-header{
        background-color: #64d97b;
        padding: 10px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        margin-bottom: 0;
    }
    .side-widget-body{
        background-color: #181818;
        padding: 15px;
    }
    .side-widget-divider-line{
        border-bottom: 1px solid rgb(252 252 252 / 31%);
        margin-top: 5px;
        margin-bottom: 5px;
    }



    #tooltip-left {
        text-align: left;
        top: -47px;
        font-size: 10px;
        font-weight: 300;
        left: -35px;
        z-index: 2;
        min-width: 300px;
        line-height: 13px;
    }

    .faq-question {
        background: #242425;
        padding: 6px;
    }