.ticket-listing-main-page-wrapper {
    margin-top: 70px
}

.ticket-listing-main-page-wrapper .listing-top-banner {
    padding: 20px 120px 130px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99
}

.ticket-listing-main-page-wrapper .listing-top-banner::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, .55) 0, rgba(0, 0, 0, 0) 99.11%);
    position: absolute;
    content: '';
    top: 0;
    left: 0px;
    z-index: -1
}

.app-lang-ar .ticket-listing-main-page-wrapper .listing-top-banner::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(260deg, rgba(0, 0, 0, .55) 0, rgba(0, 0, 0, 0) 99.11%);
    position: absolute;
    content: '';
    top: 0;
    left: unset;
    z-index: -1;
    right: 0
}

@media (max-width:1366px) {
    .ticket-listing-main-page-wrapper .listing-top-banner {
        padding: 20px 60px
    }
}

.ticket-listing-main-page-wrapper .listing-top-banner .breadcrumb-wrapper {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 30px
}

.ticket-listing-main-page-wrapper .listing-top-banner .breadcrumb-wrapper .breadcrumb-list {
    padding: 0 10px !important;
    font-size: 14px;
    font-family: 'Open Sans';
    letter-spacing: 1.8px;
    color: rgba(255, 255, 255, .64);
    position: relative;
    cursor: pointer;
    list-style: none;
    font-weight: 300
}

.ticket-listing-main-page-wrapper .listing-top-banner .breadcrumb-wrapper .breadcrumb-list a {
    font-size: 14px;
    font-family: 'Open Sans';
    letter-spacing: 1.8px;
    color: rgba(255, 255, 255, .64);
    text-transform: capitalize;
    font-weight: 400
}

.ticket-listing-main-page-wrapper .listing-top-banner .breadcrumb-wrapper .breadcrumb-list::after {
    position: absolute;
    content: "/";
    top: 0;
    right: -2px;
    color: rgba(255, 255, 255, .64)
}

.ticket-listing-main-page-wrapper .listing-top-banner .breadcrumb-wrapper .breadcrumb-list:first-of-type {
    padding-left: 0 !important;
    text-transform: capitalize
}

.ticket-listing-main-page-wrapper .breadcrumb-wrapper .breadcrumb-list:last-of-type {
    font-weight: 400;
    color: #fff;
    opacity: 1;
    font-size: 14px;
    pointer-events: none
}

.ticket-listing-main-page-wrapper .listing-top-banner .breadcrumb-wrapper .breadcrumb-list:last-of-type::after {
    content: none
}

.ticket-listing-main-page-wrapper .listing-top-banner .main-heading {
    color: #fff;
    text-align: left;
    font-family: 'Open Sans';
    font-size: 45px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 0;
    letter-spacing: .5px
}

.ticket-listing-main-page-wrapper .listing-top-banner .sub-heading {
    color: rgba(255, 255, 255, .88);
    padding: 0 400px 0 0;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    text-align: left
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper {
    margin: 0;
    padding: 60px 105px
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card {
    border-radius: 16px;
    border: 1px solid #008db1;
    padding: 20px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #eaf9ff 0, #fff 100%)
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .left-col {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 218px
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .left-col .top-head {
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed #008db1;
  
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .left-col .ticket-title {
    color: #163d48;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 10px;
    max-width: 100%
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .left-col .ticket-description {
    margin-bottom: 0;
    padding-right: 20px
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .left-col .ticket-description .ticket-desciption-text {
    padding-bottom: 0;
    color: #163d48;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .left-col .ticket-description .know-more {
   color: #163d48;
    font-size:12px;
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .left-col .ticket-time {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 6px
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .left-col .ticket-time .time-icon,
.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .right-col .list .list-icon {
    margin-right: 10px
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .left-col .time-desc {
    color: #008db1;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 19px
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .left-col .bottom-wrapper {
    display: flex;
    align-items: center
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .left-col .book-btn,
.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .right-col .book-btn {
    align-items: center;
    background: #38bce4;
    box-shadow: 4px 4px 0 0 #163d48;
    text-align: center;
    font-size: 14px;
    line-height: 140%;
    margin-top: 0;
    transition: .3s;
    text-transform: uppercase;
    font-family: 'Open Sans';
    display: flex;
    font-weight: 700
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .left-col .book-btn {
    justify-content: center;
    border-radius: 8px;
    border: 2px solid #163d48;
    color: #fff !important;
    padding: 9px 20px;
    width: fit-content
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .right-col .book-btn {
    width: 100% !important;
    justify-content: center;
    border-radius: 8px;
    border: 2px solid #163d48;
    color: #fff;
    padding: 15px 20px;
    width: fit-content
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .left-col .book-btn:hover,
.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .right-col .book-btn:hover {
    transition: .3s;
    color: #163d48 !important
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .left-col .view-details {
    color: #008db1;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none !important;
    margin-left: 20px
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .right-col {
	width: 130px;
	padding-left: unset;
	height: 200px;
	min-height: 200px;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .right-col .price {
    color: #008db1;
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 700;
    line-height: 39px;
    margin-left: 0;
    width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .right-col .list-wrap {
    width: 150px;
  margin: 0;
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .right-col .list {
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #163d48;
    text-align: left;
    font-family: 'Open Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border-bottom: 1px solid #eee;
   
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .right-col .list:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .right-col .list span {
    font-weight: 700;
    margin-right: 5px;
    color: #008db1;
    font-size: 16px
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .cut-border-wrapper {
    position: absolute;
    width: 1px;
    height: 75%;
    border: 1px dashed #008db1;
    padding-left: 0;
    z-index: 99;
    right: 190px;
    top: 0;
    bottom: 0;
    margin: auto
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .cut-border-wrapper::before {
    position: absolute;
    content: '';
    border: 1px solid #008db1;
    width: 33px;
    height: 17px;
    bottom: -35px;
    border-radius: 20px 20px 0 0;
    z-index: 99;
    background: #fff;
    border-bottom: 0;
    transform: translateX(-50%)
}

.ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .cut-border-wrapper::after {
    position: absolute;
    content: '';
    border: 1px solid #008db1;
    width: 33px;
    height: 17px;
    top: -35px;
    border-radius: 0 0 20px 20px;
    background: #fff;
    left: 0;
    border-top: 0;
    right: 0;
    margin: auto;
    transform: translateX(-50%)
}

.desktop-view {
    display: block
}

.mobile-view {
    display: none
}

@media(max-width:1366px) {
    .ticket-listing-main-page-wrapper .listing-top-banner {
        padding: 20px 60px
    }
    .ticket-listing-main-page-wrapper .ticket-main-wrapper {
        margin: 0 -15px;
        padding: 60px
    }
}

@media (max-width:1280px) {
    .ticket-listing-main-page-wrapper .listing-top-banner {
        padding: 20px 30px;
        background-position: center right !important
    }
    .ticket-listing-main-page-wrapper .ticket-main-wrapper {
        padding: 30px
    }
}

@media (max-width:1024px) {
    .ticket-listing-main-page-wrapper .ticket-main-wrapper {
        padding: 30px 17px;
        margin: 0;
    }
}

@media (max-width:767px) {
    .bottom-wrapper {
        width: 100%
    }

    .ticket-listing-main-page-wrapper .ticket-main-wrapper {
        padding: 30px 3px;
    }
    .ticket-main-wrapper .ticket-card .left-col .ticket-title {
        white-space: wrap
    }
    .ticket-listing-main-page-wrapper .listing-top-banner .breadcrumb-wrapper {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0 0 20px
    }
    .ticket-listing-main-page-wrapper .listing-top-banner {
        padding: 20px;
        background: linear-gradient(90deg, rgba(0, 0, 0, .55) 0, rgba(0, 0, 0, 0) 100%) 0 0/cover no-repeat, url('../images/activity_header.png') 0 0/cover no-repeat, -.125px -195.888px/cover no-repeat #d3d3d3;
        height: auto
    }
    .ticket-listing-main-page-wrapper .listing-top-banner .main-heading {
        font-size: 20px;
        line-height: 20px
    }
    .ticket-listing-main-page-wrapper .listing-top-banner .sub-heading {
        font-size: 16px;
        line-height: 30px;
        padding-right: 0
    }
    .right-col .bottom-wrapper.desktop-view {
        width: 100% !important;
        margin-top: 20px !important
    }
    .mobile-view {
        display: block !important
    }
    .desktop-view {
        display: none !important
    }
    .ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card {
        flex-direction: column;
        padding: 24px
    }
    .ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .left-col {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        border-bottom: none;
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 20px;
        position: relative
    }
    .ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .left-col::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-image: url('../images/book-ticket-illu.svg');
        background-repeat: repeat;
        background-size: cover
    }
    .ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .left-col .ticket-title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
        white-space: unset;
        overflow: unset
    }
    .ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .right-col {
        width: 100%;
        padding-left: unset;
        height: 100%;
        flex-direction: column-reverse;
        min-height: 100%;
        justify-content: center;
        align-items: center;
        position: relative
    }
    .ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .right-col .price {
        width: 100%;
        margin: 40px 0 0 0;
        padding-bottom: 11px;
        text-align: center;
    }
    .ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .right-col .list-wrap {
        margin-top: 22px;
        width: 100%;
        text-align: center
    }
    .ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .right-col .list {
        font-size: 12px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .cut-border-wrapper {
        position: absolute;
        width: 100%;
        height: 1px;
        background-image: url('../images/book-ticket-illu.svg');
        background-repeat: repeat;
        background-size: cover;
        border: none;
        padding-left: 0;
        z-index: 99;
        left: unset;
        top: unset;
        right: unset;
        margin: auto;
        bottom: 112px
    }
    .ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .cut-border-wrapper::before {
        position: absolute;
        content: '';
        border: 1px solid #008db1;
        width: 24px;
        height: 12px;
        bottom: unset;
        z-index: 99;
        background: #fff;
        border-bottom: 0;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        right: unset;
        left: -32px
    }
    .ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .cut-border-wrapper::after {
        width: 24px;
        height: 12px;
        margin: unset;
        border-radius: 0 0 20px 20px;
        background: #fff;
        border: 1px solid #008db1;
        position: absolute;
        content: '';
        left: unset;
        right: -32px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        border-top: 0
    }
    .ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .left-col .top-head {
        border-bottom: none;
        padding-bottom: 0
    }
    .ticket-listing-main-page-wrapper .ticket-main-wrapper .ticket-card .left-col .ticket-description {
        padding-right: 0
    }
}

@media (max-width:576px) {
    .ticket-listing-main-page-wrapper .listing-top-banner {
        padding-top: 10px
    }
    .ticket-listing-main-page-wrapper .listing-top-banner .main-heading {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
    .ticket-listing-main-page-wrapper .listing-top-banner .sub-heading {
        font-size: 12px;
        line-height: 30px;
        text-align: center
    }
}