.tour-details-section .column-row {
    border-radius: 0 0 20px 20px;
    border-right: 1px solid rgba(99, 117, 136, 0.20);
    border-bottom: 1px solid rgba(99, 117, 136, 0.20);
    border-left: 1px solid rgba(99, 117, 136, 0.20);
    background: #FFF;
    padding: 50px;
}
.tour-details-section .column-row .column-left {
    width: 53%;
    padding-right: 78px;
    border-right: 1px dashed rgb(42 99 245 / 50%);
}
.tour-details-section .column-row .column-right {
    width: 47%;
    padding-left: 78px;
}
.tour-badge {
    border-radius: 10px;
    border: 1px solid #1B1B1B;
    background: #FFF;
    padding: 6px 15px;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: #1B1B1B;
    margin-bottom: 16px;
}
.tour-details-section {
    margin-top: 0;
}

.tour-info .content-box h2 {
    font-weight: 600;
}
.tour-info .tour-price {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #5A6B7A;
    font-style: italic;
}
.tour-meeting {
    border-top: 1px solid rgba(99, 117, 136, 0.20);
    padding-top: 24px;
    margin-top: 24px;
}
.tour-price strong {
    text-transform: capitalize;
    font-style: italic;
    margin-right: 5px;
    color: #1B1B1B;
}
.tour-price {
    color: #1B1B1B;
}
.tour-info .tour-price span {
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 18px;
    position: relative;
    padding-right: 10px;
}
.tour-info .tour-price span:before {
    content: "/";
    display: block;
    position: absolute;
    right: 0;
    font-size: 16px;
    bottom: 3px;
    font-weight: 700;
}
.tour-meeting p a {
    color: #5A6B7A;
    font-weight: 700;
}
.standard-railbike span {
    color: #2A63F5;
}
.e-bike span {
    color: #00852F;
}
.standard-railbike {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 2px solid rgb(90 107 122 / 30%);
}
.tour-highlights ul li {
    padding-left: 20px;
    position: relative;
}
.tour-highlights ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #2A63F5;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}
.tour-highlights  li {
    color: #1B1B1B;
}
.tour-highlights .tour-map {
    position: relative;
    padding-bottom: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
}
.tour-highlights ol li {
    list-style-type: auto;
    margin-left: 20px;
}
.tour-highlights .tour-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.tour-meeting h4 {
    padding-left: 40px;
    position: relative;
}
.tour-meeting h4:before {
    content: "";
    display: block;
    background-image: url(../images/basil_location.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 28px;
    width: 28px;
    position: absolute;
    left: 0;
}
.highlight-color-text {
    background: #2A63F51A;
    padding: 6px 15px;
    border-radius: 7px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: #1B1B1B;
    margin-top: 20px;
}
@media only screen and (min-width:1400px){
    .tour-details-section .container {
        max-width: 1330px;
    }
}
@media only screen and (max-width:1399px){
    .tour-details-section .column-row {
        padding: 40px;
    }
    .tour-details-section .column-row .column-left {
        width: 60%;
        padding-right: 40px;
    }
    .tour-details-section .column-row .column-right {
        width: 40%;
        padding-left: 40px;
    }
}
@media only screen and (max-width:1199px){
    .tour-details-section .column-row {
        padding: 30px;
    }
    .tour-details-section .column-row .column-left {
        width: 57%;
        padding-right: 30px;
    }
    .tour-details-section .column-row .column-right {
        width: 43%;
        padding-left: 30px;
    }
    .standard-railbike {
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 2px solid rgb(90 107 122 / 30%);
    }
    .tour-info .tour-price {
        display: block;
    }
}
@media only screen and (max-width:991px){
    .tour-details-section .column-row .column-left {
        width: 100%;
        border-right: 0;
        border-bottom: 1px dashed rgb(42 99 245 / 50%);
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .tour-details-section .column-row .column-right {
        width: 100%;
        padding-left: 0;
    }
}
@media only screen and (max-width:767px){
    .tour-details-section .column-row {
        padding: 20px;
    }
    .tour-details-section .container {
        padding-left: 0;
        padding-right: 0;
    }
}