.tours-details .banner-title {
    margin: 0;
    text-transform: none;
    text-shadow: 2px 2px 13px #000;
}

 .subheader-logo img {
    width: 115px;
}

.package-banner-buttons {
    padding: 30px 0;
    width: 100%;
    bottom: 20px;
}

.package-banner-buttons .poptrigger:after {
    content: '';
    width: 9px;
    height: 9px;
    border: 2px solid white;
    display: inline-flex;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(45deg);
    margin-left: 7px;
}

.package-trip-days {
    color: white;
    text-shadow: 2px 2px 13px #000;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    padding-top: 5px;
}

.tours-details #primary {
    width: 100%;
    padding-top: 40px;
}

.tours-details .tabcontent {
    display: block;
}

.tours-details #Rates {
    padding-top: 25px;
}

.single-package-subheader {
    background-color: #e6f8e1;
    display: flex;
    justify-content: center;
    min-height: 65px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 2;
    display: flex;
    box-shadow: 0px 0px 8px 0px #7d7d7d;
}

.single-package-subheader .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-package-subheader-left {
    width: 100%;
    padding: 0 10px;
    font-size: 18px;
    line-height: 25px;
}
.single-package-subheader-left span {
    font-weight: 700;
}

.single-package-subheader-right {
    white-space: nowrap;
}

.single-package-subheader-right a
{
    background-color: #2ba700;
}

.tours-details .lodge-detail-section ul.highlited {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.tours-details .lodge-detail-section .highlited li {
    width: 100%;
    /* display: inline-block; */
}

@media only screen and (max-width: 1023px) {
    .tours-details .wrap {
        width: 100%;
    }

    .single-package-subheader-left {
        font-size: 15px;
        line-height: 17px;
    }
    .tours-details .subheader-logo{
        min-width: 30px;
    }
}

@media only screen and (max-width: 567px){
    .single-package-subheader .wrap {
        padding: 0 5px;
    }

    .single-package-subheader-right .button{
        padding-left: 5px;
        padding-right: 5px;
    }

    .single-package-subheader-left {
        font-size: 11px;
        line-height: 14px;
        padding: 0 5px;
    }
    .package-trip-days {
        font-size: 14px;
    }
    .tours-details .lodge-detail-section ul.highlited {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}