.plan_box.one {
    background: #4d7fd1;
}
.plan_box {
    color: #fff;
    border-radius: 4px;
}
.plan_box.one .plan_name {
    background: #639af3;
    background: -moz-linear-gradient(left, #639af3 0%, #7dadfc 100%);
    background: -webkit-linear-gradient(left, #639af3 0%, #7dadfc 100%);
    background: linear-gradient(to right, #639af3 0%, #7dadfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#639af3', endColorstr='#7dadfc', GradientType=1 );
    box-shadow: 0 1px 3px #4975ba;
}

.plan_box.one .icon {
    background: #4375c7;
}
.plan_box .icon {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    margin: 10px auto;
    line-height: 132px;
}
.plan_box h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #fff;
}
.plan_box h4 {
    font-weight: 300;
    font-size: 24px;
    margin: 0 0 10px;
    color: #fff;
}
.plan_box ul {
    padding: 0 20px;
}
.plan_box ul li {
    border-bottom: 1px solid #76a5f2;
    line-height: 26px;
}
.plan_box a {
    background: #fff;
    border-radius: 50px;
    color: #4d7fd1;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    display: inline-block;
    padding: 0 30px;
    font-size: 13px;
    margin: 25px 0;
    border: 2px solid #fff;
    box-shadow: 0 0 2px #666;
}
.plan_box.two {
    background: #4f57c0;
}
.plan_box.two .plan_name {
    background: #6c74e3;
    background: -moz-linear-gradient(left, #6c74e3 0%, #8990f4 100%);
    background: -webkit-linear-gradient(left, #6c74e3 0%, #8990f4 100%);
    background: linear-gradient(to right, #6c74e3 0%, #8990f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c74e3', endColorstr='#8990f4', GradientType=1 );
    box-shadow: 0 1px 3px #4b50ab;
}

.plan_name {
    width: 206px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    border-radius: 0 0 4px 4px;
    font-size: 18px;
    font-weight: 600;
}
.plan_box.three {
    background: #1d91e5;
}
.plan_box.two .icon {
    background: #3f48b5;
}
.plan_box.three .plan_name {
    background: #47aaf2;
    background: -moz-linear-gradient(left, #47aaf2 0%, #53dbfa 100%);
    background: -webkit-linear-gradient(left, #47aaf2 0%, #53dbfa 100%);
    background: linear-gradient(to right, #47aaf2 0%, #53dbfa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47aaf2', endColorstr='#53dbfa', GradientType=1 );
    box-shadow: 0 1px 3px #1c86cc;
}
.plan_box.three .icon {
    background: #1783d1;
}
.case-filter-menu .active:hover {
    background-color: #141111 !important;
}
.case-filter-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.case-filter-menu ul li.active, .case-filter-menu ul li:hover {
    background-color: #ef2d50;
    color: #fff;
    border-radius: 3px;
}

.case-filter-menu ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--paragraph-color);
    padding: 8px 9.5px !important;
    cursor: pointer;
}
.case-filter-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-menu {
    display: none;
}
@media screen and (max-width:767px){
   .mobile-menu {
    display: block;
}
.mobile-menu button {
    width: 100%;
    padding: 8px 20px;
    background: #dc3545;
    border: none;
    color: white;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.hide-menu {
    display: none;
}
.showmenu {
    display: none;
}
.plan_box.one {
    background: #4d7fd1;
    margin: 0px 0px 10px 0px;
}
.plan_box.two {
    background: #4f57c0;
    margin: 0px 0px 10px 0px;
}
.plan_box.three {
    background: #1d91e5;
    margin: 0px 0px 10px 0px;
}
}
