@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
 body {
  font-family: Poppins;
 }

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.Distancecontainer {
    width: 1200px;
    margin: auto;
    padding: 0;
}

.d-flex {
    display: flex;
}

.justify-content-start {
    justify-content: start;
}

.justify-content-end {
    justify-content: end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.align-items-start {
    align-items: start;
}

.align-items-end {
    align-items: end;
}

.align-items-center {
    align-items: center;
}


.ft-500 {
    font-weight: 500;
}

.ft-600 {
    font-weight: 600;
}

.mt-3 {
    margin-top: 3px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}
.Distancebreadcrumbs {
    list-style: none;
    display: flex;
    align-items: center;
}
.train-seat-wrap {
    padding: 20px 0px;
}
.Distancebreadcrumbs li {
    font-size: 14px;
    color: #858585;
    margin-right: 10px;
    display: flex;
}
    .Distancebreadcrumbs li a {
        text-decoration: none;
        color: #858585;
    }
    .Distancebreadcrumbs li.Distanceactive {
        color: #0C8BFD;
    }

.title-wrap h3 {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
}
.text-blue {
    color: #0C8BFD;
}
.distTable-wrap {
    border-radius: 10px;
    overflow: auto;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.distTable  {
    border: 0.25px solid #D9E4F5;
    border-collapse: initial;
    border-radius: 0.25rem;
    border-spacing: 0;
    margin: 1rem 0;
    width: 100%;
}
 .distTable {
    border: 1px solid #D9E4F5;
    border-radius: 10px;
    border-collapse: collapse;
    width: 100%;
}
.distTable th {
    font-size: 14px;
    padding: 15px 0px;
    background-color: #f1f4ff;
}
.distTable td {
    font-size: 14px;
    padding: 15px 0px;
    background-color: #fff;
}
.box-text {
    border: 1px solid #D9E4F5;
    border-radius: 10px;
    margin-bottom: 10px;
}
.box-text .title h4 {
    font-size: 14px;
    padding: 10px 0px;
    background-color: #f1f4ff;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}
.box-text .text p {
    font-size: 14px;
    padding: 10px 0px;
    border-radius: 10px;
    text-align: center;
}
#state-list-wrap .owl-item {
    margin: 0px;
}
.clender-wrap {
    padding: 30px 60px 30px 59px;
}
.owl-buttons {
    text-align: center;
    margin-top: 20px;
}
.owl-prev {
    background: #F6F6F6 !important;
    position: absolute;
    top: 0;
    left: -60px;
    height: 80px;
    width: 40px;
    /* box-shadow: 3px 14px 25px -10px #92b4d0; */
    transition: background 0.5s ease 0s;
    border-radius: 10px;
}
/* .owl-prev::after {
    content: "";
    background-image: url("images/arrow-forward.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 8px;
    height: 10px;
    padding: 20px 0px;
    transform: rotate(180deg);
} */
.owl-next {
    background: #F6F6F6 !important;
    position: absolute;
    top: 0;
    right: -60px;
    /* padding: 0 12px 0 12px; */
    /* box-shadow: -3px 14px 25px -10px #92b4d0; */
    height: 10px -webkit-fill-available;
    transition: background 0.5s ease 0s;
    border-radius: 10px;
    height: 80px;
    width: 40px;
}
/* .owl-next::after {
    content: "";
    background-image: url("images/arrow-forward.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 8px;
    height: 10px;
    padding: 20px 0px;
} */
/* .state-list {
    padding: 0px 10px;
} */

/* div#state-list-wrap {
    max-width: 1144px;
    margin: 0 auto;
} */
.box-text:hover {
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 7px;
    border: 1px solid #c9d7e1;
}
.active-item {
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 7px;
    border: 1px solid #c9d7e1;
}
.active-item  .title h4  {
    color: #fff;
    background: #0C8BFD;
}
.box-text:hover .title h4  {
    color: #fff;
    background: #0C8BFD;
}
.owl-dots {
    display: none;
}

.train-list-wrap .first-type  {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
}
.train-list-wrap .first-type img {
    max-width: 100%;
    margin-left: 10px;
}

.list-link {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
}
.list-link img {
    margin-left: 15px;
}
.list-wrap {
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
}
.list-wrap .left {
    width: 25%;
}
.list-wrap .center {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}
.list-wrap .right {
    width: 25%;
    display: flex;
    justify-content: end;
}
.train-list-wrap {
    background-color: #F6F6F6;
    border-radius: 10px;
    padding: 10px 0px;
}
.exp-wrap {
    border: 1px solid #ACC0D2;
    padding: 15px 30px;
    border-radius: 10px;
    margin: 20px 0px;
}
.exp-wrap h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}
.exp-wrap p {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0px;
}
.exp-wrap p span {
    color: #3CB01C;
}
.train-name {
    width: 25%;
}
.Duration-train .second {
    padding-top: 15px;
}
.dur-time {
    position: absolute;
    top: 0;
    left: 0;
}
.dur-time p {
    margin-top: 10px;
}
.dur-time p {
    margin-top: 10px;
}
.train-rute-wrap {
    width: 50%;
}
.check-avl {
    width: 18%;
    text-align: center;
    margin-left: auto;
}
    .check-avl a, .check-avl .checkAvail {
        background-color: #EF6614;
        border-radius: 30px;
        padding: 10px 15px;
        text-decoration: none;
        color: #fff;
        cursor: pointer;
        font-family: Poppins;
    }
.check-avl a:hover {
    background-color: #e06924;
}
.train-exp.d-flex {
    align-items: center;
}
.train-rute {
    min-width: 28%;
}
.train-rute-wrap {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.dur-img {
    position: relative;
}
.dur-img .first {
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.time-dur p {
    margin-top: 10px;
}
.Duration-train {
    position: relative;
    max-width: 30%;
}
.time-dur {
    position: absolute;
    top: 0;
    right: 0;
}
.first-type:last-child {
    padding-left: 30px;
}
.text-right {
    text-align: right;
}
.title p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
}
.mt-50 {
    margin-top: 50px;
}
.gap-20 {
    gap: 20px;
}
.train-info {
    border: 1px solid #ACC0D2;
    border-radius: 38px;
    padding: 15px;
    text-align: center;
    width: 20%;
}

.train-info .img img {
    max-width: 100%;
}
.train-info .text p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0px;
}
.train-info-wrap {
    margin-bottom: 50px;
    margin-top: 30px;
}
.title h3 {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
}
.train-details h3 {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
}
.train-details p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0px;
}
.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.train-details .list {
    margin-left: 15px;
}
.faw-wrapper {
    padding-top: 15px;
    padding-bottom: 30px;
}
.bs-pra-r {
    font-size: 30px;
    font-weight: 600;
    display: block;
    padding: 0px;
    color: #000;
    margin-bottom: 30px;
}
.mgt15 {
    margin-top: 15px;
}
.accordion__item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}
.accordion__item__header {
    padding: 7px 0;
    cursor: pointer;
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 19px;
}
.accordion__item__content {
    overflow-y: hidden;
    padding: 0;
    display: none;
    color: #505050;
    margin-bottom: 10px;
}
.accordion__item__header::before {
    height: 12px;
    width: 12px;
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    transition: .5s all;
    transform: rotate(45deg);
    border-right: 2px solid #0C8BFD;
    border-bottom: 2px solid #0C8BFD;
}
.accordion__item__header.Distanceactive::before {
    transform: rotate(-135deg);
    top: 23px;
}
.Duration-train .second {
    position: relative;
    z-index: -1;
}
.Duration-train .second::after {
    content: "";
    position: absolute;
    top: 28px;
    background: #000;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    right: 0;
}
.Duration-train .second::before {
    content: "";
    position: absolute;
    top: 28px;
    background: #000;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    left: 0;
}
.owl-prev img {
    transform: rotate(180deg);
}