/* Plan Css */



.plan-table {

    margin-top: 50px;

}

.plan-table .form-check {

    margin-bottom: 50px;

}

.plan-table .plan-box {

    box-shadow:0 10px 30px rgb(0 0 0 / 21%);

    border-radius: 8px;

    background-color: #fff;

    padding: 25px 0;

    border: 2px solid #fff;

}

.plan-table .plan-box h3 {

    font-size: 24px;
    text-align: center;
    font-weight: 700;
    min-height: 44px;
    padding: 0 30px;
    line-height: 26px;
    overflow: hidden;

}

.plan-table .plan-box .pricep {

    font-size: 34px;

    color: #3e9be9;

    text-align: center;

    font-weight: 900;

    margin-top: 30px;

    margin-bottom: 10px;

}

.plan-table .plan-box .pricep span {

    display: block;

    color: #acacac;

    font-weight: 400;

    font-size: 16px;

    margin-top: 20px;

}

.plan-table .plan-box p {

    font-size: 14px;

    text-align: center;

    color: #9b9b9b;

    line-height: 20px;

    padding: 0 25px;

}

.plan-table .plan-box ul.plan-benifits {

    margin-top: 20px;

    margin-bottom: 0;

}

.plan-table .plan-box ul.plan-benifits li {

    padding: 10px 25px;

    border-bottom: 1px solid #eee;

    position: relative;

    padding-left: 40px;

    font-size: 14px;

    line-height: 1.4;

}

.plan-table .plan-box ul.plan-benifits li::before {

    content: "";

    background: url(../images/right-tick.svg) no-repeat;

    background-size: 13px;

    width: 17px;

    height: 15px;

    position: absolute;

    top: 15px;

    left: 15px;

}

.plan-table .plan-box ul.plan-benifits li:last-child {

    border-bottom: 0px;

}

.plan-table .plan-box .plan-btn {

    padding: 10px 25px 0 25px;

}

.plan-table .plan-box .plan-btn .btn-primary {

    width: 100%;

    padding:5px 30px;

    border-radius: 50px;

    box-shadow:0 3px 10px rgb(0 0 0 / 12%);

    font-size: 16px;

}

.plan-table .plan-box:hover {

    border: 2px solid #3e9be9;

}

.plan-table .plan-box.popular-plan {

    border-color: #3e9be9;

    background: #3e9be9;

}

.plan-table .plan-box.popular-plan h3, .plan-table .plan-box.popular-plan .pricep, .plan-table .plan-box.popular-plan p, .plan-table .plan-box.popular-plan li, .plan-table .plan-box.popular-plan span {

    color: #fff;

}

.plan-table .plan-box.popular-plan ul.plan-benifits li::before {

    background: url(../images/right-tick-w.svg) no-repeat;

    background-size: 13px;

}

.plan-table .plan-box.popular-plan ul.plan-benifits li {

    border-bottom:1px solid #68baff;

}

.plan-table .plan-box.popular-plan ul.plan-benifits li:last-child {

    border-bottom: none;

}

.plan-table .plan-box.popular-plan .plan-btn .btn-primary {

    background-color: #fff !important;

    color: #3e9be9;

}

.plan-table .plan-box.popular-plan .plan-btn .btn-primary:hover {

    background-color: #061c73 !important;

    border-color: #061c73 !important;

    color: #fff;

}

.planbox-scroll {
    height: 485px;
    overflow: auto;
}
  
  .planbox-scroll::-webkit-scrollbar {
    width: 4px;
    overflow-y: scroll;
    background: #fff;
    box-shadow: inset 0 0 4px #fff;
  }
  
  .planbox-scroll {
    scrollbar-color: rgb(210, 210, 210) rgba(46, 54, 69, 0) !important;
    scrollbar-width: thin !important;
  }
  
  .planbox-scroll::-webkit-scrollbar-thumb {
    background: #3E9BE9;
    border-radius: 10px;
  }

  .plan-head {
    height: 120px;
    overflow: hidden;
  }





/* End */