	.category-sidebar,.sidebar .tranzkart_contact_info_widget  {
    margin-bottom: 40px;
    padding: 30px ;
    position: relative;
    background: #f8fafe;
}
.category-sidebar  li a{
    padding: 10px 45px 10px 25px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-weight: 500;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 0;
    color: #151515;
    transition: all 0.5s ease;
}
.category-sidebar  li a:before{
    content: "\f280";
    font-family: 'bootstrap-icons';
    padding-left: 0;
    font-size: 17px;
    position: relative;
    top: 50%;
    width: 30px;
    margin-right: 0;
    text-align: center;
    font-weight: 400;
    position: absolute;
    right: 10px;
    transform: translateY(-50%);
    transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
}
.category-sidebar  li a:after {
    content: "";
    position: absolute;
    left: -21px;
    right: 51px;
    bottom: 0;
    top: 0;
    width: 0;
    background: #2B8FD1;
    z-index: -1;
    opacity: 0;
    transform: skewX(-14deg);
    transition: .3s cubic-bezier(.165,.84,.44,1) .2s;
}
.category-sidebar  li a:hover {
    color: #fff;
}
.category-sidebar  li a:hover:before {
    transform: translateY(-50%);
        animation: blinker 1s linear infinite;
}
.category-sidebar  li a:hover:after {
    opacity: 1;
    width: 100%;
    left: -48px;
    transition: .3s cubic-bezier(.165,.84,.44,1) .2s;
}

.content_text_details li {
    list-style: auto;
}
.bp-date-create {
    display: none;
}
.subheading{
    margin-bottom: 20px;
    padding-left: 0;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
        font-size: 22px;
    letter-spacing: -.3px;
        line-height: 1.3;
}
.subheading:before {
    content: "";
    height: 4px;
    width: 50px;
    border-radius: 0;
    position: absolute;
    left: 3px;
    bottom: 0;
    transform: skewX(-43deg);
    -webkit-transform: skewX(-43deg);
    background-color: #2B8FD1;
}
.contact-widget-info p:before {
        border-bottom: dashed 1px #c6e4f5;
}
.contact-widget-info p span.bi {
        font-size: 15px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateY(0deg);
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    border-radius: 0;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-widget-info p span.bi:after {
        content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    left: -2px;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%) skewX(-15deg);
    background-color: #2B8FD1;
}
.contact-widget-info p:hover  span.bi{
        transition: all .3s;
    transform: translateY(-50%) rotateY(180deg);
}
.contact-widget-info p span:last-child {
    padding-left: 59px;
    display: block;
}
.contact-widget-info a {
    color: #7B7979;
}
.sidebar .widget_block {
        padding: 20px;
    border: dashed 2px #c1dcf7;
    background-color: #f2faff;
}
.title_h1 {
        margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -1px;
}
.feature-container {
    display: flex;
        border-style: dashed;
    border-width: 1px 0px 1px 0px;
    border-color: #EAEAEA;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 35px 0px 38px 0px;
}
.feature-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}
.feature-icon h4 {
    margin: 0;
}
.feature-icon i {
        color: #2B8FD1;
    font-size: 26px;
}
.feature-box {
    padding: 0 40px;
}
.feature-container .feature-box:first-child {
    border-style: dashed;
    border-width: 0px 1px 0px 0px;
    border-color: #EAEAEA;
}
@media screen and (max-width:768px) {
    .feature-container {
        flex-direction: column;
        gap: 40px;
    }
    .feature-container .feature-box:first-child {
        border: none;
    }
}
@keyframes blinker {
    0% {
        opacity: 1
    }

    50% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}
