.inpage-nav {
    margin: 0;
    padding: 1rem 0;
    background: #fff;
    position: sticky;
    top: 118px;
    z-index: 100;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1)
}
header{
	border-bottom: 1px solid beige;
  position: fixed;
  z-index: 1021px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  background: white;
}
body.admin-bar .inpage-nav {
    top: 32px
}

@media(max-width: 767px) {
    .inpage-nav:before {
        content:"Menu";
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.5rem;
        color: #171717;
        padding: 0 4rem 0 1.25rem;
        display: block;
        width: 100%
    }
}

@media(max-width: 767px) {
    .inpage-nav:after {
        content:"";
        font-family: "iconfont-ClassicJourneys";
        font-size: 24px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        right: 18px;
        transform: translate(0, -50%)
    }
}

@media(max-width: 767px) {
    .inpage-nav>.container {
        position:absolute;
        top: 100%;
        z-index: 91;
        background: #fff;
        overflow: hidden;
        height: 0
    }

    .inpage-nav>.container .inpage-nav-wrapper,.inpage-nav>.container .c-btn-secondary {
        display: none
    }
}

@media(max-width: 767px) {
    .inpage-nav.active:after {
        content:""
    }
}

@media(max-width: 767px) {
    .inpage-nav.active>.container {
        height:auto;
        box-shadow: 0px 8px 8px rgba(0,0,0,.08)
    }

    .inpage-nav.active>.container .inpage-nav-wrapper,.inpage-nav.active>.container .c-btn-secondary {
        display: flex
    }
}

.inpage-nav-wrapper {
    list-style: none;
    padding: .5rem 0 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

@media(max-width: 767px) {
    .inpage-nav-wrapper {
        margin:0 -20px;
        width: calc(100% + 40px);
        background: #fff
    }
}

@media(min-width: 768px) {
    .inpage-nav-wrapper {
        margin:0;
        padding: 0;
        flex-direction: row
    }
}

.inpage-nav-wrapper li {
    display: block;
    padding: .625rem 1.25rem
}

@media(max-width: 767px) {
    .inpage-nav-wrapper li {
        width:100%
    }
}

@media(min-width: 768px) {
    .inpage-nav-wrapper li {
        padding:0 2.25rem 0 0
    }
}

.inpage-nav-wrapper li a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
}

@media(min-width: 768px) {
    .inpage-nav-wrapper li a {
        font-weight:200
    }
}

@media(max-width: 767px) {
    .inpage-nav .c-btn-primary {
        position:fixed;
        bottom: 0;
        left: 0;
        z-index: 92;
        width: 100vw;
        padding: 10px 0;
        text-align: center
    }
}

@media(max-width: 767px) {
    .inpage-nav .c-btn-secondary {
        width:100%;
        margin: 1.5rem 0;
        text-align: center
    }
}

@media(min-width: 768px) {
    .inpage-nav .c-btn {
        display:block;
        padding: 10px 28px !important;
        float: right;
        margin-left: 1rem
    }
}

.tour-overview {
    background-color: #fff
}

.tour-overview__title {
    font-family: mencken-std,sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    color: #171717;
    padding-top: 50px;
    margin-bottom: 14px
}

@media(min-width: 768px) {
    .tour-overview__title {
        font-size:2.75rem;
        line-height: 3rem
    }
}

@media(min-width: 768px) {
    .tour-overview__title {
        margin-bottom:23px;
        padding-top: 100px
    }
}

.tour-overview__content {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    color: #171717;
    max-height: 300px;
    max-width: 740px;
    overflow: hidden;
    position: relative;
    transition: all .5s ease
}

@media(min-width: 768px) {
    .tour-overview__content {
        font-size:1.25rem;
        line-height: 2rem;
        margin-bottom: 2rem
    }
}

@media(min-width: 768px) {
    .tour-overview__content {
        margin-bottom:60px;
        max-height: 250px
    }
}

.tour-overview__content:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(rgba(255, 255, 255, 0) 150px, #fff);
    z-index: 1;
    pointer-events: none
}

.tour-overview__content.tour-overview__content__expanded {
    max-height: 100%
}

.tour-overview__content.tour-overview__content__expanded::before {
    display: none
}

.expand-link {
    font-size: 1rem;
    font-weight: 700;
    line-height: 2rem;
    color: #0074e0;
    width: 100%;
    text-align: center
}



/*itinerary Acordian Start*/
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}
#accordion .panel:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px dashed #6e8898;
    position: absolute;
    top: 32px;
    left: 18px;
}
#accordion .panel:last-child:before{ display: none; }
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 30px 10px 60px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1d3557;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "";
    
    font-weight: 900;
    width: 40px;
    height: 100%;
    line-height: 40px;
   /* background: #8a8ac3;
    border: 1px solid #8a8ac3;*/
    border-radius: 3px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
    background-image: url(../images/location-point.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
#accordion .panel-title a.collapsed:before{
    content: "\f105";
    background: #fff;
    border: 1px solid #6e8898;
    color: #000;
}
#accordion .panel-body{
    padding: 10px 30px 10px 30px;
    margin-left: 40px;
    background: #fff;
    border-top: none;
    font-size: 15px;
    color: #6f6f6f;
    
    letter-spacing: 1px;
}
#accordion .panel-body p{
    font-size:12px;
    line-height: 20px;
}
@media(min-width: 768px) {
    #accordion .panel-body p{
    font-size:14px ;
    line-height: 21px ;
}
}

/*Nav Tab Css*/
 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: #002046 !important;
    color: #fff;
        font-weight: 400;
        line-height: 20px;
        padding: 5px 20px;
        border-radius: 10px 10px 0 0;
        text-align: center;
 }
 .nav-tabs .nav-link{
    color: #677788;
    border-bottom-width: .0625rem;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    padding: 1rem 0;
    padding: 5px 20px;
    line-height: 20px;
    margin-bottom: -.09375rem;
 }
 .nav-link:last-child{margin-right: 0px;}