:root {
    --primary-color: #1ab189;
    --secondary-color: #196b9b;
    --tertiary-color: #ffffff;
  }

.all_plan{
    padding: 50px 43px;
    background-color: white;
    border-radius: 24px;
    border: 1px solid #EFF0F6;
    gap: 23px;
    box-shadow: 0 0 15.7px rgba(0, 0, 0, 0.1);
}

.plan_title{
    gap: 18px;
}

.plan_image{
    padding: 17px;
    background-color: #91D6FF;
    border-radius: 16px;
}

.plan_image img{
    height: 38px;
    width: 38px;
}

.basic_plan_points{
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.plan{
    font-size: 24px;
    font-weight: bold;
}


.bullet_point {
    height: 20px;
    width: 20px;
}

.lms_price{
    font-size: 30px;
}

.middle_plan{
    background-color: var(--secondary-color)!important;
    color: white!important;
}

.middle_plan .get_started{
    background-color: white!important;
    color: var(--secondary-color);
}

.middle_plan .paragraph{
    color: white!Important;
}

.points, .lms_contain {
    font-size: 16px;
    text-align: left;
}

.get_started_button{
    width: 100%;
}

.get_started{
    background-color: var(--secondary-color);
    color: white;
    font-size: 20px;
    font-weight: 600;
    border: none;
    border-radius: 4px!important;
    padding: 15px;
    width: 100%;
}
/* Add by bso  */
.get_started:hover{
    background-color: transparent;
}

.qna ul.list_style li{
    list-style: disc;
}

.text-tick-pricing {
    color: #196B9B;
}
    
.text-off-pricing {
    color: #A8A8A8;
}
