.container {
    max-width: 80vw !important;
}

.feature-image a img {
    width: 100%;
    height: 305px;
    object-fit: cover;
}

.desti-image img {
    height: 323px;
    object-fit: cover;
}

.package-gallery-img {
    height: 213px;
    width: 366px;
    object-fit: cover;
}

.navbarLinks {
    margin-left: 10rem;
}

.custom-container {
    padding: 0 5rem
}

.breadcrumb-container {
    padding: 0 5rem
}

.showInTabletOnly {
    display: none !important;
}

.package-detail-section-title {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 20px 0;
    color: #10302C;
}

.hideInDesktop {
    display: none;
}

.mobile-search button{
    border: none;
    font-size: 16px;
    background: transparent !important;
    color: #6b6b6b;
}

@media screen and (max-width:768px) {
    .custom-container {
        padding: 0.5rem !important;
    }

    .hideInMobile {
        display: none !important;
    }

    .breadcrumb-container {
        padding: 0 0.5rem
    }

    .hideInDesktop {
        display: inline-block !important;
    }
}

@media screen and (max-width:991px) {
    .hideInTablet {
        display: none !important;
    }

    .showInTabletOnly {
        display: block !important;
    }


}