.minus-icon {
    margin-left: 5px;
    margin-right: -15px;
    margin-top: -10px;
}
.title-content {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
 .stars {
    --percent: calc(var(--rating)/10*100%);
    font-size: 20px;
    line-height: 1;
}
.stars:before {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg,#ffad00 var(--percent),#ccd6df var(--percent));
    -webkit-background-clip: text;
    content: "★★★★★";
}


.new-grid {
   
    border-bottom: none !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 10px !important;
}


.table-header {
    border: 2px solid #dedede;
/*     border-bottom: none; */
    display: flex;
    font-size: .9375rem;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
}

.header-cell {
    width: 25%;
    align-items: center;
    display: flex;
    order: 1;
    padding-right: 15px;
    font-family: "Poppins",trebuchet ms !important;
    font-size: 15px;
    color: rgb(0 0 0 / 87%);
}
.main-content-box{
    max-width: 1080px;
    margin: 80px auto;
}
.header-cell.header-features {
    padding-right: 15px;
    padding-top: 0;
    width: 40%;
}
.comparison-table-item {
    border: 2px solid #dedede;
    border-top: none;
    position: relative;
}
.comparison-table-supplier {
    align-items: center;
    flex-wrap: nowrap;
    padding: 20px 30px 10px;
}

.first {
    width: 25%;
    align-items: center;
    display: flex;
    /* order: 1; */
    padding-right: 15px;
}

.four-column-post-inner {
    display: grid;
    grid-template-columns: 25% 40% 15% 20%; /* Har column ka width yahan define kia gaya hai */
    gap: 15px; /* Columns ke darmiyan gap */
   
}
.column {
    padding: 10px; /* Har column ke andar spacing */
}


@media (min-width: 1024px) {
    .post-img {
        padding-left: 40px;
    }
    
}

.post-img a img {
    width: 100px;
    height: auto;
    object-fit: cover;
}

.title-content h3 a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    font-family: "Mulish", Sans-serif;
    color: #000000de;
    text-transform: none;
     padding-left: 22px;
}


.list-content ul li {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #000000de;
    margin-top: 7px;
    list-style:  none;
    font-family: "Mulish", Sans-serif;
    text-transform: none;
   

}


.cstm-union {
    flex-direction: column;
    justify-content: start;
    align-items: self-start;
}
.rating-number span {
    display: inline-flex;
    font-family: "Mulish", Sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
}

.info a {
    display: block;
    font-size: .9375rem;
    font-weight: 700;
    font-family: "Mulish", Sans-serif;
    margin: 0 0 6px;
}

a.btn.btn-primary {
    background: #d62561;
    border: 2px solid transparent;
    color: #fff;
    padding: 11px 11px;
    border-radius: 4px;
    font-family: "Mulish", Sans-serif;
    text-decoration: none;
    margin-bottom: 6px;
}
.header-cell.header-info {
    display: flex;
    justify-content: center;
}
.info {
    text-align: center;
}
a.btn.btn-tertiary {
    margin-top: 6px;
    padding-top: 6px;
    text-decoration: none;
    font-family: "Mulish", Sans-serif;
    color: #1ebcd8;
}
.card-table-post{
   padding: 20px 30px 10px !important;
   border: 2px solid #dedede !important;
   border-top: none !important;
}
.new-grid{
   border-bottom: none !important;
   border-top: 0;
   border-right: 0;
   border-left: 0;
   padding-top: 0 !important;
   padding-bottom: 0 !important;
   padding-right: 0 !important;
   padding-left: 0 !important;
   padding-bottom: 10px !important;
}
a.btn.btn-primary {
    background: #158fff !important;
    border: 2px solid transparent;
    color: #fff;
    padding: 11px 14.50px;
    border-radius: 4px;
    font-family: "Mulish", Sans-serif;
    text-decoration: none;
    margin-bottom: 6px;
}
.cstm-provider {
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    gap: 1rem;
}


.cstm-ratting {
    justify-content: center;
    width: 52%;
    text-align: center;
}

.cstm-ratting {
    justify-content: center;
    width: 63%;
    text-align: center;
    padding: 0 !important;
}
.rating {
    width: 150px !important;
    min-width: 150px !important;
    /* display: flex; */
    padding-right: 0 !important;
}


.pill-container a {
border-radius: 50px 50px 50px 50px;
    color: #fff;
    display: inline-block;
    font-size: .9375rem;
    font-family: "Mulish", Sans-serif;
    min-width: 180px;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    background: #d62561;
    color: #fff;
}
.content-container {
    padding-top: 10px;
    padding-bottom: 104px;
}
.read-more-header {
    display: none;
}
.markdown-content {
    padding-top: 10px;
    padding-left: 3px;
}
.markdown-content p {
    font-size: 15px;
    font-family: "Mulish", Sans-serif;
}
.list-content ul li {
    display: flex;
    gap: 4px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #000000de;
    margin-top: 7px;
    list-style: none;
    font-family: "Mulish", Sans-serif;
    text-transform: none;
}
.table-header {
    border: 2px solid #dedede;
    /* border-bottom: none; */
    display: flex;
    font-size: .9375rem;
    justify-content: space-between !important;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
}
.new-grid {
    border: none !important;
    border-bottom: none !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 10px !important;
}
.table-header.new-grid {
    justify-content: space-between !important;
}
.cstm-dashed-style {
    text-align: center;
    display: block;
    background-color: rgb(204 133 39 / 10%);
    border-color: rgb(204 133 39);
    border-width: 1px solid;
    border-radius: 4px;
    padding: 8px 12px;
    border-style: dashed;
    color: rgb(50 55 56);
    font-size: 13px;
}
.info a:hover {
    background: #158fff4d !important;
}
.header-info {
    display: flex
;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 740px) {
 .cstm-union {
    width: 100% !important;
    flex-direction: column;
    justify-content: start;
    align-items: self-start;
}
.card-table-post {
    padding: 20px 30px 10px !important;
     border-top: 2px solid #dedede !important;
   
}
.card-table-post:first-of-type {
  border-top: 2px solid #dedede !important;
}
.cstm-dashed-style {
    margin-bottom: 10px;
    text-align: center;
    display: block;
    background-color: rgb(204 133 39 / 10%);
    border-color: rgb(204 133 39);
    border-width: 1px solid;
    border-radius: 4px;
    padding: 8px 12px;
    border-style: dashed;
    color: rgb(50 55 56);
    font-size: 13px;
}

.cstm-header-info {
    display: block !important;
    width: 100% !important;
   
    
}
.table-header.cstm-header {
    display: none;
}

.new-grid {
    border-bottom: none !important;
    border-top: 0;
    border-right: 0;
    flex-wrap: wrap;
    border-left: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 10px !important;
}
.post-img {
    width: 100%;
}
.cstm-provider {
    width: 100% !important;
    flex-direction: row;
    padding: 0 !important;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.cstm-ratting {
    justify-content: end;
    width: 63%;
    text-align: center;
    padding: 0 !important;
}
.info {
    text-align: center;
    width: 100% !important;
}
}



@media only screen and (max-width: 740px){

.card-table-post {
    padding: 20px 30px 10px !important;
    border: 2px solid #dedede !important;
	border-top:2px solid #dedede !important;
}

}


@media only screen and (max-width: 400px){

.cstm-ratting {
    justify-content: end;
    width: 47%;
    text-align: center;
    padding: 0 !important;
}
.card-table-post {
padding-right: 10px !important;
padding-left: 10px !important;
}

}