.marketMambershiptn{
    background: var(--3rdContrastColor)!important;
    color: var(--3rdColor)!important;
}

.search-btn {
    padding: 5px 40px;
}
.Mbrands {
    padding: 3rem 2rem;
    background-color: #fff;
    text-align: center;
}
.Mbrands img{
    width: calc(100vw - 40px);
    max-width: 1300px;
}
.portalFormSearch {
    color: var(--3rdColor);
}
.daypassPortalSearch .portalSearch {
    box-shadow: none;
}
.marketServiceUnavailable {
    border-radius: 1rem 1rem 0 0;
}
.serviceImage {
    border-radius: 1rem 1rem 0 0;
}

#portalLocationo {
    padding-bottom: 5px !important;
}

.noteHeader {
    display: block !important;
}

.h1_boot {
  font-size: 50px !important;
}
.marketHotelDescription {
    margin-bottom: 20px;
}
.modal-footer #continueBtn{
    background-color: var(--2ndColor) !important;
    width: 100%;
    padding: 10px;
}
.modal-footer{
    justify-content: center;
}
.productUnavailable {
   font-style: italic;
   opacity: .6;
}
.bookContainer .goToBook {
    background-color: var(--2ndColor) !important;
    width: auto;
    text-transform: capitalize;
}

.bookContainer .goToBook.info_only {
    background-color: var(--3rdColor) !important;
    width: auto;
    text-transform: capitalize;
}

.daypassPortal .card {
    border: 0;        
    border-top: 1px solid #ccc;
}

.daypassPortal .daypassPortalProductSearch .card {
    border: 0;        
}

.SearchTags .card{
    border-top: 0;
}

.daypassPortalTags i {
    color: var(--2ndColor);
}
/*
.daypassPortal #servicesList .col-12, .daypassPortal #otherServicesList .col-12{
    padding: 0;
}*/
.sticky-top{
    position: sticky !important;
}
@media (min-width: 992px) {
    .filterSections{
        justify-content: flex-start !important;
    }
    .daypassPortalProductSearch  .filterSections {
        justify-content: flex-end !important;
    }
}
.marketCategoriesContainer {
    overflow: auto;
}

.productHeader .marketServiceName {
    margin-top: 2rem;
}
.productHeader .breadcurmbsMarket{
    padding-bottom: 2rem !important;
}
.marketCategories .rounded-pill{
    background-color: #fff !important;
    border:  1px solid var(--2ndColor) !important;
    color: var(--2ndColor) !important; 
    border-radius: 5px !important;
}
#navbar .container-fluid .row.py-2{
    padding-bottom: 0 !important;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
    }
}
@media only screen and (min-width: 992px) {
    #navbarHotelNameDivId {
        height: 3.7rem !important;
        margin-top: 10px;
    }
}
#cartPart {
    align-self: center !important;
}
.view-btn{
    font-size: 15px !important;
}
.daypassPortalTags{
    background-color: #fff !important;
}
.productHeader .hotelLinkURL {
    color: #fff !important;
}
.filterSections .btn-secondary {
    padding: .3rem .4rem !important;
    border-radius: 5px;
}
@media only screen and (max-width: 992px){
    .search-btn {
        padding: 5px 10px 5px 15px;
        font-size: 0px !important;
        margin-top: 10px;
    }
    .search-btn i{
        font-size: 25px !important;
    }
    .portalFormSearch .col-auto.align-items-center{
        align-items: start !important;
        margin-top: 0 !important;
    }
    .h1_boot {
        font-size: 40px !important;
    }
    .h2_boot {
        font-size: 36px !important;
    }
    .MarketFooterBanner .sub1_boot,
    .homeHeader .sub1_boot {
        font-size: 20px !important;
    }
} 
.portalFormSearch .TitleFont,
.daypassPortalTags .TitleFont{
    text-transform: uppercase;
    letter-spacing: 1.2pt;
}
.marketSlider .carouselNext, .marketSlider .carouselPrevious {
    height: 40px;
    width: 40px;
}
.locationSelectorLabel,
.btnDisplaySelectedDate {
    color: #7f7f7f !important;
}
.MarketFooterBanner {
    border-bottom: 4px solid #fff;
}

#sidebar .navbarDropDownChoice #hotelAddressContainer {
    display: none;
}

@media only screen and (max-width: 767px) {
    body {
        overflow: auto !important;
    }
    .mainBody {
        min-height: 100svh;
        height: auto;
    }
    #navbar {
        position: sticky;
    }
    #bodyview {
        height: auto;
    }
}

#mbcontentServiceBoot .marketServiceImage{
    border-radius: 0 1rem 1rem 0;
    height: 100%;
}