

{# ---- Tablet Breakpoint ---- #}

@media (max-width: 1050px) {
  .price_content_scroll {
    overflow-x: scroll;

  }
}

.price_container {
  box-shadow: 0px 0px 8px rgb(0 0 0 / 13%);
  border-radius: 16px;
  margin: auto;
  width: 100%;
  padding: 30px;
}

.price_heading_container,
.price_body,
.price_compare_container{
  display: flex;
  justify-content: end;
  align-items: center;
}

.price_compare_container div:first-child{
  text-align: start;
}

.price_content{
  /*display: flex;*/
  justify-content: end;
  padding-bottom: 42px;
}

.price_body_container,
.price_name_subscription_container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-right: 20px;
}

.price_name_subscription_container{
  border-right: 1px solid #C4C4C4;
  margin-right: 0;
}

.price_name_subscription{
  padding-left: 20px;
}

.price_name_subscription_container h3{
  margin: 0;
}

.price_name_subscription_container :nth-child(2),
.price_body_container > :nth-child(3),
.price_body_container > :nth-child(4){
  background-color: #F4F6FF;
}

.price_name_subscription{
  width: 244px;
  height: 33.33%;
  display: flex;
  align-items: center;
}


.price_name_subscription h3{
  color: #333C42;
  font-weight: 900;
  font-family: 36px;
  line-height: 36px;
  width: 75%;
  word-break: keep-all;
}

.price_body{
  padding: 10px 0 0 10px;
}

.price_body:nth-child(odd){
  border-bottom: 1px solid #C4C4C4;
}

.price_compare_container h3{
  font-weight: 900;
  font-family: 36px;
  line-height: 36px;
}

.price_compare_container h4{
  font-weight: 900;
  font-family: 24px;
  line-height: 24px;
}


/*.price_compare_container > :nth-child(1) span{
color: #0C1D65;
font-size: 36px;
font-weight: 900;
}*/

.price_compare_container > :nth-child(2) span{
  color: #333c42;
  font-size: 24px;
  font-weight: 900;
}

.price_compare_container > :nth-child(3) span{
  color: #f66129;
  font-size: 24px;
  font-weight: 900;
}

.price_compare_container > :nth-child(4) span{
  color: #27ae60;
  font-size: 24px;
  font-weight: 900;
}

.price_heading,
.price_compare{
  width: 187px;
  text-align: center;
}

/* NEW CSS */

.price_name_subscription{
  min-width:300px;
  width:300px;
}
.price_content {
  display: flex;
  flex-direction: column;
}
.membership__row{
  align-items: center;
  display:flex;
}
.membership__row:nth-child(odd){
  background-color: #F4F6FF;

}
.membership__row:not(.price_heading_container) .type_row:nth-child(odd){
  border-bottom: 1px solid #C4C4C4;
}
.membership__row:nth-child(1){
  background-color: #FFFFFF;
}
.type_column{
  width:100%;
}
.type_row{
  display:flex;
  align-items: center;
}
.type_item{
  width:25%;
  text-align:center;
}
.type_item:nth-child(1){
  text-align:left;
}
.type_item:nth-child(2) {
  color: #333c42;
  font-size: 24px;
  font-weight: 900;
}
.type_item:nth-child(3) {
  color: #f66129;
  font-size: 24px;
  font-weight: 900;
}
.type_item:nth-child(4) {
  color: #27ae60;
  font-size: 24px;
  font-weight: 900;
}
.type_item h3{
  color: #0C1D65;
  font-size: 36px;
  font-weight: 900;
}

/* Responsive CSS */

@media (min-width: 1025px) {  
  .type_description{
    display:none;
  }  
}


@media (max-width: 1024px) {
  .price_container{
    width:100%;
    box-shadow: none;
  }
  .price_content_scroll{
    overflow:visible;
  }
  .price_name_subscription{
    width:100%;
    justify-content: center;
    padding-left: 0px;
    background-color: #ffffff;
    border: 1px solid #333C42;
    padding: 10px;
    min-width: 260px;
  }
  .price_name_subscription.active{
    border: 0;
    background-color:#F66129; 
  }
  .price_name_subscription.active h3{
    color:#ffffff;
  }
  .price_name_subscription h3{
    text-align:center;
    color: #333C42;
    margin-bottom: 0;
    width: 100%;
  }
  .type_description{
    display:block;
  }  
  .membership__row{
    display:block;
  }
  .type_row{
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .type_item:nth-child(1) {
    text-align: center;
  }
  .type_item h3{    
    font-size: 26px;  
  }
  .type_item, .type_item span {
    padding: 10px;
    width: 100%;
  }
  .price_heading_container{
    display:none;
  }
  .type_column{
    display: none;    
  }
  .membership__row:nth-child(odd) {
    background-color: #ffffff;
  }


  .price_name_subscription:after {
    content: '+';
    color: #f66129;
    padding-right: 20px;
    cursor: pointer;
    font-size: 24px;
  }
  .price_name_subscription.active:after{
    content: '-' !important;
    color: #ffffff !important;
  }
  .type_column.active{    
    display:flex;
    border: 2px solid #F66129;
    transition: all 0.3s ease-in-out;
    padding: 20px 0;
  }
  .membership__row:not(.price_heading_container) .type_row:nth-child(odd) {
    border-bottom: 0;
  }
}

.type_item--no-discount{  
  color: #333C42;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: -0.03em;
  text-align: center;  
  position: relative;
}

.type_item--no-discount::after{
  content: "";
  background-color: black;
  position: absolute;
  left: -5px;
  top: 50%;
  width: 130%;
  height: 1px;
}