.ticket_item {
    margin-top: -12rem;
    z-index: 5;
}
.ticket_item h2 {
    line-height: 1.2;
    font-size: 18px;
}
.ticket_item p {
    letter-spacing: 1px;
    text-transform: capitalize;
}
.ticket_item:after {
    background-image: none;
}
.pos_developer_product_area .about-us-img {
    z-index: 2;
}
.pos_developer_product_area .img-small {
    position: absolute;
    top: 0;
    left: 1.5rem;
    margin: -3rem;
    z-index: 1;
}
.bg-exe {
    background-color: #23236b !important;
}
.header_area.navbar_fixed .menu_poss .w_menu .nav-item.active .nav-link {
    color: #23236b !important;
}
.body_wrapper .breadcrumb_area {
    background-image: -ms-linear-gradient(
        180deg,
        #006 0%,
        #23236b 100%
    ) !important;
}
@media (max-width: 600px) {
    .ticket_area .container {
        flex-direction: column;
    }
    .ticket_area .container .ticket_item {
        width: 100%;
        z-index: initial;
        margin: 0 0 3rem 0;
    }
}
