.pricing .section-header{
  margin-bottom: 1px!important;
}

.pricing{
  padding-top: 100px;
  padding-bottom: 80px;
}
.pricing .title{
    font-size: 1.4em;
}
.pricing .titl_desc{
    text-align: center;
    padding: 5px 30px;
}

.pricing .platinum_plan{
  order: 1;
}
.pricing .pricing-item {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
    background: #fff;
    height: 100%;
    position: relative;
    border-radius: 15px;
  }
  
  .pricing h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    color: #555555;
    text-align: center;
  }
  
  .pricing .icon {
    margin: 30px auto 30px auto;
    width: 70px;
    height: 70px;
    background: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    transform-style: preserve-3d;
  }
  
  .pricing .icon i {
    color: #fff;
    font-size: 28px;
    transition: ease-in-out 0.3s;
    line-height: 0;
  }
  
  .pricing .icon::before {
    position: absolute;
    content: "";
    height: 86px;
    width: 86px;
    border-radius: 50%;
    background: #87c1bb;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-1px);
  }
  
  .pricing .icon::after {
    position: absolute;
    content: "";
    height: 102px;
    width: 102px;
    border-radius: 50%;
    background: #d2eeeb;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-2px);
  }
  
  .pricing h4 {
    font-size: 48px;
    color: var(--color-secondary);
    font-weight: 700;
    font-family: var(--font-secondary);
    margin-bottom: 0;
    text-align: center;
  }
  
  .pricing h4 sup {
    font-size: 28px;
  }
  
  .pricing h4 span {
    color: rgba(108, 117, 125, 0.8);
    font-size: 18px;
    font-weight: 400;
  }
  
  .pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #6c757d;
    text-align: left;
    line-height: 20px;
  }
  
  .pricing ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  .pricing ul i {
    color: #059652;
    font-size: 24px;
    padding-right: 3px;
  }
  
  .pricing ul .na {
    color: rgba(108, 117, 125, 0.5);
  }
  
  .pricing ul .na i {
    color: #d50909;
  }
  
  .pricing ul .na span {
    text-decoration: line-through;
  }
  
  .pricing .buy-btn {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 50px;
    color: #fff;
    background-color: var(--color-primary);
    /* border: 1px solid rgba(0, 131, 116, 0.2); */
    transition: none;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-primary);
    transition: 0.3s;
  }
  
  .pricing .buy-btn:hover {
    background: #ee6c6c;
    color: #000;
  }
  
  .pricing .featured {
    z-index: 10;
    border: 3px solid var(--color-primary);
  }



  body, main{
    background-color: #d5dde3!important;
  }
  .pricing_section{
    width: 100vw;
    overflow-x: auto;
    /* height: 72vh;
    overflow-y: auto; */

    padding: 3px;
  }
  .pricing_section table{
    padding: 10px;
    /* border: 1px solid #0005; */
  }
  .pricing_section table th, .pricing_section table td{
    border: none!important;
    background-color: #ffffff;
    font-family: "Baloo 2", sans-serif;
    vertical-align: middle!important;
    border: 2px solid #d5dde3 !important;
  }
  .pricing_section .title_row td{
        padding: 1px 0px 1px 8px !important;
        background-color: #d5dde3;
        font-size: 1em !important;
  }
  .pricing_section .title_row td span{
    border-radius: 8px 8px 0px 0px;
    /* box-shadow: 0px 0px 10px #0005; */
    padding: 2px 15px;
    background-color: #318f74;
    font-weight: 700;
    font-family: 'Baloo 2';
  }
  .pricing_section .pricing_thead tr th{
    text-align: center;
    padding: 6px 8px;
    border-bottom: 0.1px solid #0001 !important;
    /* box-shadow: 0px 0px 10px #0000001a; */
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    /* background-color: #005776c7; */

    position: sticky;
    top: 0;
    z-index: 1;
  }
  .pricing_section .pricing_thead tr th:nth-child(1){
    width: 300px;
  }
  .pricing_section .pricing_thead tr th:nth-child(1){
    /* font-size: 1.3em; */
  }
  .pricing_section .pricing_thead tr th:nth-child(1) button{
    background-color: #47a98d;
    color: #000000;
    font-weight: 600;
    width: -webkit-fill-available;
  }
  .pricing_section .pricing_thead th span{
    display: block;
    padding-top: 0px;
    /* color: #fff; */

    font-size: 1em;
  }
  .pricing_section .pricing_thead button{
    font-size: 1.1em!important;
    padding: 3px 3px!important;
    border: none;
    width: 110px;
    font-weight: 600;

    border-radius: 10px 10px 0px 0px!important;
  }
  .pricing_section .pricing_tbody td{
    border-bottom: 1px solid #00000026 !important;
    /* box-shadow: 0px 0px 10px #0000001a; */
  }
  .pricing_section .pricing_tbody tr td:nth-child(2), .pricing_section .pricing_tbody tr td:nth-child(3), .pricing_section .pricing_tbody tr td:nth-child(4), .pricing_section .pricing_tbody tr td:nth-child(5){
    text-align: center;
    padding: 4px 10px;
  }
  .pricing_section .pricing_tbody td .feature_icon{
    font-size: 0.8em;
    -webkit-text-stroke-width: medium;
    padding-right: 5px;
    color: #47a97c;
  }
  .pricing_section .pricing_tbody tr td:nth-child(1){
    font-weight: 600;
    padding: 1px 16px;
    line-height: 2;
    color: #012947;
    /* white-space: pre; */
  }
  .pricing_section .pricing_row td{
    position: sticky;
    bottom: 0;
    z-index: 1;

    /* background-color: #246881; */
    color: #206d4a;
    font-weight: 600;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px 10px !important;
  }
  .pricing_section .pricing_row .cell_subtxt{
    font-size: 0.8em;
  }
  .pricing_section .pricing_row .amount_box{
    padding: 4px;
    /* box-shadow: 0px 0px 7px 0px #0005; */
    /* background-color: #f6f9fb; */
    color: #000;
    border-radius: 0px 0px 10px 10px!important;
    text-align: center;
  }
  .pricing_section .pricing_tbody .bi-x-circle-fill{
    color: #d50909;
  }
  .pricing_section .pricing_tbody .bi-check-circle-fill{
    color: green;
  }
  .pricing_section .pricing_tbody .bi-x, .pricing_section .pricing_tbody .bi-check{
    font-size: 1.5em;
  }
  

  @media(min-width:767px){
    .pricing_section{
      width: auto;
    }
    .pricing_section .pricing_thead button{
      font-size: 1.3em!important;
      padding: 6px 15px!important;
      width: 180px;
    }
    .pricing_section .pricing_tbody tr td:nth-child(2), .pricing_section .pricing_tbody tr td:nth-child(3), .pricing_section .pricing_tbody tr td:nth-child(4), .pricing_section .pricing_tbody tr td:nth-child(5){
      padding: 1px 30px;
    }
    .pricing_section .pricing_tbody tr td:nth-child(1){
      font-size: 1em;
    }
    .pricing_section .pricing_row td{
      font-size: 1.3em;
    }
    .pricing_section table th, .pricing_section table td{
      border: 4px solid #d5dde3 !important;
    }
  }

  @media (min-width: 992px) {
    .pricing .featured {
      transform: scale(1.15);
    }
    .pricing .platinum_plan{
      order: unset;
    }
  }