.feal-list-item p {
    margin-bottom: 0px;
}
.feal-list-item{
    transition: all .2s;
}
.feal-list-item:hover,.feal-list-item.active {
    box-shadow: 0px 15px 40px 0px rgb(0 23 88 / 12%);
}
.hw-list:hover {
    border-color: #3e01cc;
}
.hw-list-img::before {
    background: rgb(115 0 233);
    height: 2px;
    width: 60px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


 .box {
    padding: 30px;
    box-shadow: 0px 0 5px rgb(1 41 112 / 8%);
    text-align: center;
    transition: 0.3s;
    height: 100%;
}
 .box2 {
    border: 1px solid #e8ebf1 !important;
    border-radius: 5px;
}
.box:hover {
    box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
}

 .box img {
    padding: 0;
    transition: 0.5s;
    transform: scale(1);
    margin-bottom: 1.2rem;
    width: 304px;
    height: 202px;
    object-fit: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.box2 h3 {
    font-size: 19px;
    text-align: left;
    color: #012970;
    font-weight: 700;
    margin-bottom: 18px;
}
.prcingi {
    border-top: 1px solid #e8ebf1;
}
.values .box:hover {
    box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
}
.footer-widget h3 {
    font-size: 16px;
    margin-bottom: 35px;
    font-weight: 600;
}
.fea-3-img img {
    margin-left: -20px;
    width: 100%;
}

.single-story {
    padding: 30px;
    border: 1px solid #e5e5e5;
    
}
.single-story .number-wrapper {
    width: 15%;
    /* border-right: 1px solid #e5e5e5; */
    text-align: center;
}
.single-story .content-wrapper {
    width: 85%;
    padding-left: 30px;
}
.single-story .content-wrapper .date-title {
    margin-bottom: 15px;
}
.brdr-redis{
    border-radius: 10px;
}
.single-story:nth-child(even) .content-wrapper {
    order: -1;
    padding-left: 0;
    padding-right: 30px;
}

.x-tabs li a.active, .x-tabs li a:hover {
    border-color: #ff5b5b;
    color: #ff5b5b;
}
.price-text h4 span.small-text {
    font-size: 13px;
    color: #303442;
}
