.tours-details {
    /* padding:var(--p60) var(--p12); */
    /* background: var(--lt-bg-color); */
}

.breadcrumb {
    padding-left: var(--p1)
}

section.tours-details .container {
    display: flex
}
section.tours-details h2{
    line-height:1;
    /* text-align: center; */
}
section.tours-details img {
    width: 100%;
    max-width: 100%;
    margin-right: 20px;
    max-height: 400px;
    object-fit: cover;
    /* height: 100%; */
    min-height: 400px;
}

section.tours-details .container div {
    width: 100%;
}

a.sticky.main-btn.book1 {
    display: none
}
.service-btn {
    margin-top:20px;
}
.service-btn .main-btn{
    display:inline-block;
}
