.slt-bk .col-lg-6{
    padding-left: 0;
    padding-right: 0;
}
.ticketBk{
    background-color: #dfc198;
    text-align: center;
    height: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ticketBk h2{
    font-size: 41px;
    font-weight: 400;
    margin-bottom: 30px;
}
.BkImg{
    height: 100%;
}
.BkImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bkBtn a{
    width: fit-content;
    text-align: center;
    background-color: #7a9b90;
    border: 2px solid #fff;
    border-radius: 40px;
    padding: 7px 84px;
    color: #ffff;
    font-size: 26px;
}
.address{
    margin-top: 40px;
}
.address h3{
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 10PX;
}
.address p{
    font-weight: 400;
    font-size: 17px;
}
.timedetails{
    display: flex;
    justify-content: center;
    text-align: left;
}
.det-List{
    width: 120px;
}
.det-List li::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: #000;
}
.det-List li,
.time li{
    padding: 6px 0;
    position: relative;
    font-size: 17px;
}
.time{
    padding-left: 30px;
}


@media(max-width:426px){
    .ticketBk {
        padding: 20px;
    }
    .bkBtn a {
        padding: 7px 54px;
    }
    .ticketBk h2{
        font-size: 36px;
    }
    .det-List {
        width: 100px;
    }
    .time{
        padding-left: 18px;
    }

}