 /* Toggle Pricing */

 .element-ready-pricing-7-area {
    overflow: hidden;
  }
  
  .element-ready-pricing-7-area .switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 45px;
    vertical-align: middle;
    margin: 0;
  }
  
  .element-ready-pricing-7-area .switch input {
    display: none;
  }
  
  .element-ready-pricing-7-area .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    background: #ff4f4f;
  }
  
  .element-ready-pricing-7-area .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 6px;
    bottom: 10px;
    transform: translateX(3px);
    background-color: #ffffff;
    transition: 0.4s;
  }
  
  .element-ready-pricing-7-area .switch.off .slider:before {
    transform: translateX(50px);
  }
  
  .element-ready-pricing-7-area .slider.round {
    border-radius: 34px;
  }
  
  .element-ready-pricing-7-area .slider.round:before {
    border-radius: 50%;
  }
  
  .element-ready-pricing-7-area ul.switch-toggler-list {
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
  
  .element-ready-pricing-7-area ul.switch-toggler-list li a {
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    color: #1b1b25;
    font-size: 24px;
    
  }
  
  .element-ready-pricing-7-area ul.switch-toggler-list li.active a {
    color: #1b1b25;
  }
  
  .element-ready-pricing-7-area ul.switch-toggler-list li{
    list-style: none;
  }
  .element-ready-pricing-7-area .switch {
    width: 90px;
    height: 40px;
}
.element-ready-pricing-7-area .slider:before {
    height: 30px;
    width: 30px;
    left: 2px;
    bottom: 5px;
}

