.flex-row-start {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */ 
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.flex-row-center-star {
  width:100%;
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */ 
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: left;
  margin-top: -10px;
}
.index-star-group img{
  padding-left: 5px;
}

.flex-row-center-start {
  width:100%;
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */ 
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
}

.flex-row-end {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */ 
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}

.flex-col-center {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */ 
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.flex-col-start {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */ 
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.flex_col_nostart {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */ 
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.flex-col-start-left {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */ 
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.flex-col-end {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */ 
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: center;
}

.flex-col-between {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */ 
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}
.container:before {
  display: none;
}
.extra_features_h {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 55px;
}
.extra_features_icon img {
  width: 80px;
  height: 80px;
}
.extra_features_card {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
}
.extra_features_f {
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0 0;
}
.extra_features_icon {
  padding: 30px;
}
.mosaic_icon_p {
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
}

@media screen and (max-width: 1024px) {
  .extra_features_card {
    grid-template-columns: repeat(2, 46.33%);
  }
}
@media screen and (max-width: 768px) {
  .extra_features_card {
    grid-template-columns: repeat(2, 49.33%);
  }
}
@media screen and (max-width: 530px) {
  .extra_features_card {
    grid-template-columns: repeat(1, 100%);
  }
}
@media (min-width: 768px){
 .review-btm-box{
    padding:0;
    margin-left:185px;
    margin-right:-15px;
    margin-top: 50px;
  }
    .reviews-btm-right {
    margin-left: 40px;
  }
  }
.review-btm-box .ado-right-item{
  padding:0;
}

.ado-right-item {
  border-radius: 20px;
  border: 1px solid #eeeeee;
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.ado-right-item ul {
  padding-left:10px;
  list-style: none;
}

.ado-right-item ul li {
  padding: 8px 0px 8px 0;
  line-height: 28px;
  margin: 0 42px 0 10px;
  color:#333333;
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.ado-right-item ul li:before{
  content:none !important;
}
.ado-right-item ul li span{
  display:inline-block;
  width:5px;
  height:5px;
  border-radius:50%;
  background-color:#333;
  margin:13px 20px 4px 0;
}

.ado-right-item ul li a {
  color: #555555;
  font-size: 16px;
  flex:1;
}

.ado-right-title {
  height: 50px;
  padding: 12px 16px;
  background-color: #3ebc6e;
  font-weight: bold;
  display: flex;
  align-items: left;
  justify-content: flex-start;
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
  font-family: 'Open Sans';  
  line-height: 28px;
  letter-spacing: 0px; 
}
.ado-right-item .right-text{
  padding:20px;
}
.ado-right-item .right-text p{
  font-family: Open Sans;
	font-size: 14px;
	font-weight: normal;
  color: #555555;
  line-height: 26px;
  margin-top:15px;
}
.ado-right-item .right-text .right-text-title{
	font-weight: bold;
  color: #555555;
  margin-top:0;
}
.ado-right-item .right-btm-more{
  margin-top:25px;
  text-align:end;
}
.right-btm-more a{
  font-size: 14px;
	color: #0aa1e9;
}
.review-btm-box .ado-right-item{
  padding:0;
}

.page-content-wrapper {
    display: flex; 
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 40px; 

}
.table-container {
    background-color: #ffffff;
    border-radius: 10px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 900px;
    margin: 40px auto;
    box-sizing: border-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.comparison-table {
    width: 100%; 
    border-collapse: collapse;
}

.comparison-table thead {
    background: linear-gradient(to right, #00c853, #69f0ae);
    color: white;
    border-top-left-radius: 10px;  
    border-top-right-radius: 10px;

}

.comparison-table th {
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    white-space: nowrap;
}

.comparison-table th:first-child {
    width: 35%;
    border-top-left-radius: 10px; 
}
.comparison-table th:nth-child(3) { 
    width: 25%;
    border-top-right-radius: 10px; 
}

.comparison-table tbody tr {
    border-bottom: 1px solid #eee;
}

.comparison-table tbody tr:last-child {
    border-bottom: none;
}

.comparison-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.comparison-table td {
    padding: 15px;
    text-align: left;
    vertical-align: top;
    color: #333;
    word-break: break-word; 
	font-weight: bold;
}

.comparison-table td:nth-child(2),
.comparison-table td:nth-child(3) {
    text-align: center;
	vertical-align: middle;
}

.comparison-table tr.price-row td {
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

.comparison-table .btn {
    display: inline-block;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
    text-align: center;
    white-space: nowrap; /* é˜²æ­¢æŒ‰é’®æ–‡å­—æ¢è¡Œ */
}
.comparison-table .btn-free-download {
    background-color: #ffa000;
    color: white;
}
.comparison-table .btn-free-download:hover {
    background-color: #e68a00;
}
.comparison-table .btn-upgrade-now {
    background-color: #ffffff;
    color: #555;
    border: 1px solid #ccc;
}
.comparison-table .btn-upgrade-now:hover {
    background-color: #f0f0f0;
}
.comparison-table td img.yes-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .page-content-wrapper {
        padding-bottom: 0; /* ç§»åŠ¨ç«¯å¯ä»¥è®¾ç½®å°ä¸€ç‚¹çš„åº•éƒ¨é—´è· */
    }
    .table-container {
        width: 100%;
        margin: 0; 
        border-radius: 0;
        box-shadow: none; 

        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-container::before,
    .table-container::after {
        content: '';
        display: block;
        width: 10px; 
        flex-shrink: 0;
    }
	.comparison-table thead {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
	.comparison-table th:first-child {
        border-top-left-radius: 0;
    }
    .comparison-table th:nth-child(3) {
        border-top-right-radius: 0;
    }
    .comparison-table th,
    .comparison-table td {
        padding: 10px 8px; 
        font-size: 0.9em; 
        white-space: normal; 
    }
    .comparison-table th:first-child,
    .comparison-table th:nth-child(2),
    .comparison-table th:nth-child(3) {
        width: auto; 
        min-width: 100px; 
    }
    .comparison-table .btn {
        padding: 10px 15px;
        font-size: 0.9em;
    }
}
@media (max-width: 480px) {
    .comparison-table th,
    .comparison-table td {
        padding: 8px 5px;
        font-size: 0.8em;
    }
}