.pricing-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.pricing-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
    width: 91%;
}

/*.pricing-box {*/
/*    background-color: #fff;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 8px;*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
/*    padding: 20px;*/
/*    text-align: center;*/
/*    width: 30%;*/
/*    margin-bottom: 20px;*/
    /* Adjust margin as needed */
/*    transition: transform 0.3s ease-in-out;*/
/*}*/

.pricing-box:hover {
    transform: scale(1.05);
}

.title-box {
    background-color: #880016;
    color: #fff;
    padding: 10px;
    margin-top: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.title-box h3 {
    margin: 0;
    font-size: 1.2em;
    /* Adjust font size as needed */
    color: #fff !important;
}

.title-box h2 {
    margin-top: 5px;
    /* Adjust margin-top as needed */
    margin-bottom: 0;
    font-size: 1.5em;
    /* Adjust font size as needed */
    color: #fff !important;
}

.pricing-box p {
    color: #777;
}

/*.pricing-box .button {*/
/*    width: 100%;*/
/*    display: inline-block;*/
/*    padding: 10px 20px;*/
/*    background-color: #880016;*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*    border-radius: 5px;*/
/*    transition: background-color 0.3s ease-in-out;*/
/*    margin-top: 20px;*/
    /* Adjust margin as needed */
/*}*/

.pricing-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 30%;
    margin-bottom: 20px; 
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing-box .button {
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
    background-color: #880016;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
    margin-top: 20px;
}


.pricing-box .button:hover {
    background-color: #880016;
}

.dropdown {
    text-align: center;
}

button#planTypeDropdown,
.show-more-btn {
    background-color: #880016;
    color: #fff;
}

.drop-list:hover,
.show-more-btn:hover {
    background-color: #880016 !important;
    color: #fff !important;
}

.features{
    /*height: 245px;*/
    text-align: left;
}

.features .odd-bg {
    background-color: #f6f6f8; 
}

 .btn-group {
        margin-bottom: 10px; 
    }

    .selectType {
        display: flex;
        gap: 10px; 
        justify-content: flex-end;
    }

    @media screen and (max-width: 660px) {
        .selectType {
            flex-direction: column; 
            align-items: flex-start; 
        }

        .btn-group {
            width: 100%; 
        }

        .btn-group .btn {
            width: 100%; 
            text-align: left; 
        }
        
        .pricing-section {
            padding: 0;
        }
    }

.col.col-plan-1.header-col.planName {
    margin: auto;
}
.real_estate_type{
  font-size: 12px;
}
.pricing-container h2 {
  font-size: 26px;
  margin: 20px 0;
  text-align: center;
  small {
    font-size: 0.5em;
  }
}
.planName{
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 600;
    margin:0;
}

.responsive-table-data {
  width: ;
  padding:0;
  li {
    border-radius: 3px;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    
  }
  .table-header {
    background-color: #880016;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.03em;
    color: #fff;
    position: sticky;
    top: 64px;
    z-index: 3;
  }
  .table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
  }
  .col-plan-1 {
    flex-basis: 25%;
  }
  .col-plan-2 {
    flex-basis: 15%;
  }
  .col-plan-3 {
    flex-basis: 15%;
  }
  .col-plan-4 {
    flex-basis: 15%;
  }
  .col-plan-5 {
    flex-basis: 15%;
  }
  .col-plan-6 {
    flex-basis: 15%;
  }
  

} 
@media all and (max-width: 767px) {
    .responsive-table-data{
        width: 1200px;
        transform: scale(0.8);
        transform-origin: left top;
        height: 500px;
    }
    .pricing-container{
      overflow: auto; 
      display: inline;
    }
  }