.text-primary {
    color: #f6821f !important;
}

.demo-btn {
    background: #3094f8;
    color: #fff;
    border: none;
}

.btn-primary:hover {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
}
a{
    text-decoration: none;
}

.management-list {
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
}


.management-list li {
    background-color: rgb(240, 240, 240);
    padding: 10px;
    border-radius: 5px;
    flex-basis: calc(33.33% - 10px);
}

.management-list li a {
    color: #000;
    text-decoration: none;
}

.plans h4 {
    padding: 10px;
    background: #ffc4c4;
    border-radius: 3px;
    font-weight: 800;
}

.custom-badge {
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    background: #43a047;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 600;
}

.fa-check {
    color: #25D366;
    font-size: 16px;
}

.fa-close {
    color: red;
}

.feat a{
   
    color: #f6821f;

}

.edumanage-feature {
    background-color: aliceblue;
}

.span1 {
    color: #f58524;
    font-weight: 700;
    font-size: 3rem;
}


.span2 {
    color: #57595b;
    font-weight: 700;
    font-size: 3rem;
}
.inside-box a{
    color: #f6821f;
    text-decoration: none;
}

.feature-head h2:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: relative;
    bottom: -57px;
    left: 50%;
    margin-left: -14px;
    background-color: #b80000;
}

.feature-head h2:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 15px;
    left: 50%;
    margin-left: -50px;
    background-color: #b80000;
}

.right-content {
    background-color: aliceblue;
}

.whychoose-head h2:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position:relative;
    bottom: -57px;
    left: 50%;
    margin-left: -14px;
    background-color: #b80000;
}

.whychoose-head h2:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 15px;
    left: 50%;
    margin-left: -50px;
    background-color: #b80000;
}

.edu-why h4 {
    background-color: #7558b0;
    width: fit-content;
    border-radius: 8px;
    color: #fff;
    font-size: 17px;
    margin: 0px;
}
img{
    width: 80%;
}

.list-manage li {
    list-style: none;
    line-height: 30px;
    font-weight: 500;
}
.feat {
    border-bottom: 1px solid #d7d6d6;
}
.btn-link{

    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
   color:#000;
    font-size: 14px;
    line-height: 1.34;
    border-radius: 0;
    transition: all 0.15s ease-in-out;
background:#f0f0f0;
text-decoration:none;

}
.left-text h2,.right-content h2{
font-size: 30px;
    color: rgb(0, 0, 0);
}
.plans h5{
    height: 75px;
}
.price-content p{
    margin-bottom: 0;
}

