#topScroll {
    font-size: 2.0rem;
}

.njbrhome {
    margin-top: 10px;
    margin-bottom: 20px;
}

/* style the sort boardrooms result dropdown */
.slideproducts .filterselect p {
    text-align: end;
}

.partners {
    margin-top: 20px;
}

.partners .content {
    margin: auto;
    width: 100%;
    padding: 1rem 1rem;
    text-align: center;
    font-size: 1.6em;
}

.partner-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}

.partner-logos1, .partner-logos2 {
    display: inline;
}

.partner-logos1 img, .partner-logos2 img {
    /* width: 180px; */
    width: 120px;
    height: auto;
    margin: 0 30px;
}

.partner-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.partner-logos-mobile {
    display: none;
}

.partner-logos-mobile .image-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partner-logos-mobile .image-row img {
    width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.partner-logos > div {
    margin: .2rem .6rem;
    text-align: center;
}

.partner-logos img {
    width: 60%;
    height: auto;
    margin: 10px;
    object-fit: contain;
}

/* The Image Lightbox Modal (background) */
.lightbox-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.8);
    /* opacity */
}

/* Lightbox image Content (image) */
.lightbox-modal img {
    margin: auto;
    display: block;
    max-width: 90%;
    height: auto;
    opacity: 1;
    cursor: pointer;
}

/* the search form and 
hero image area for first load 
*/
#initialreq-bgimg-v3 {
    /* The image used */
    /* background-image: url("../../public/imgs/home-banner-min-2.jpg"); */
    background-image: url("../images/home-banner-min-v3.jpg");
    /* rebranding */
    height: 365px;
    padding: .4rem;
    object-fit: fill;
    background-size: cover;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
}

.initialreq-form {
    position: absolute;
    margin: 0;
    padding: 0 1.5rem;
    top: 11rem;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.initialreq-form .opacitybox {
    background-color: #00000061;
    border-radius: 3px;
}

/* custom grid container for initialreq form */
.initialreq-form .grid-container {
    display: grid;
    grid-template-columns: 4fr 3fr 1fr;
}

.initialreq-form .grid-address {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
}

.initialreq-form .grid-address .form-floating:nth-of-type(2) select {
    cursor: pointer;
    /* generate mouse cursor pointer in room capacity  */
}

.initialreq-form .grid-address .form-floating:nth-of-type(2) label {
    min-width: 140px;
}

.initialreq-form .grid-container .grid-calendar {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
}

.initialreq-form .grid-calendar .form-floating:nth-of-type(1) select {
    cursor: pointer;
    /* generate mouse cursor pointer in within radius  */
}

.initialreq-form .grid-detectlocation {
    padding: 10px 0.75rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.initialreq-form .grid-detectlocation img {
    margin-right: 5px;
}


.initialreq-form h2 {
    font-size: 36px;
    color: #fff;
    font-family: 'Myriad Pro Bold';
    text-align: right;
}

/* Exact city dropdown list */
.exact-city-dropbtn {
    background-color: transparent;
    color: white;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.exact-city-dropdown {
    position: relative;
    display: inline-block;
}

.exact-city-dropdown .dropdown-content {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #f9f9f9;
    margin-top: 10px;
    height: 350px;
    overflow: auto;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.exact-city-dropdown .dropdown-content .exact-city-option {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.exact-city-dropdown .dropdown-content .exact-city-option:hover {
    background-color: #f1f1f1
}

/* find boardrooms button */
.initialreq-form .findboardroom-btn {
    width: 100%;
    height: auto;
    padding: 17px 10px;
}

/* .initialreq-form button:hover {
    color: #fff;
} */

/* the search form
and hero image area for subsequent load 
*/
#subreq-bgimg-v3 {
    padding: 15px;
}

.subreq-form {
    margin: auto;
    width: 100%;
}

.subreq-form .opacitybox {
    background-color: #ddd;
    border-radius: 3px;
    padding: 30px 15px 30px 15px;
}

.subreq-form h2 {
    font-size: 36px;
    color: #fff;
    text-align: right;
    font-family: 'Myriad Pro Bold';
    padding: 22px 0 22px 32px;
}

.subreq-form .opacitybox .cap-label {
    min-width: 128px;
}

.subreq-form .location-city-dropdown {
    display: flex;
    justify-content: space-between;
}

.subreq-form .location-city-dropdown a {
    color: hsl(0, 0%, 5%);
    text-decoration: none;
}

.subreq-form .toggle-filters-btn {
    border: none;
    background: inherit;
}

/* style mobile design of find boardrooms button */
.subreq-form .opacitybox>div:nth-of-type(4) {
    padding-top: 1rem;
}

/* price range select dropdown */
.subreq-form .selectbox {
    background-color: #fff;
    color: #444444;
    padding: 20px 37px;
    position: absolute;
    margin-top: 6px;
    border-radius: 4px;
    box-shadow: 0px 3px 9px #ccc;
    border: 1px solid #ccc;
    text-align: center;
    z-index: 99;
}

.subreq-form .selectbox p {
    font-family: 'Myriad Pro Regular';
    color: #444444;
    font-size: 18px;
}

.subreq-form .selectbox #slider-range {
    border: none;
    max-width: 80%;
    margin: auto;
    background: #E2E2E2;
    height: 5px;

}

.subreq-form .selectbox button {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 19px 38px 16px;
    border: none;
    font-size: 15px;
    font-family: 'Myriad Pro Bold';
    background-color: #ff671d;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    text-transform: uppercase;
    margin-top: 35px;
}

.subreq-form .rmcaprice input[type=range] {
    padding-left: 0;
}

/* Amenities Boxes */
.subreq-form .amenities-boxes {
    position: absolute;
    background: #fff;
    right: 0;
    margin-top: 10px;
    box-shadow: 0px 3px 9px #ccc;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 17px 27px;
    width: 95%;
    margin-right: 12px;
    font-family: 'Myriad Pro Regular';
    z-index: 99;
    display: none;
}

.subreq-form .amenities-boxes button {
    background-color: #ff671d;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
}

.subreq-form .amenities-boxes label {
    cursor: pointer;
}

.subreq-form .amenities-boxes label img {
    width: 70px;
    height: auto;
    padding-top: 10px;
}

.subreq-form .amenitie-box {
    width: 30%;
    margin: 10px;
}

.subreq-form .amenitie-box p {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

.subreq-form .amenities-boxes > h6 {
    margin: 0 0 0 10px;
}

.subreq-form .amenitie-box input {
    display: block;
    height: 0px;
}

.subreq-form .amenitie-box.chngchkboxbg {
    background-color: #E2E2E2;
}

.subreq-form .amenities-boxes center button:hover {
    background: #ff671d;
    color: #fff;
}

.subreq-form .amenities-boxes center button {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 19px 38px 16px;
    border: none;
    font-size: 15px;
    margin-top: 35px;
    font-family: 'Myriad Pro Bold';
}

.subreq-form .selectbox input[type=range] {
    -webkit-appearance: none;
}

.subreq-form .selectbox input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #eee;
    border: none;
    border-radius: 3px;
}

.subreq-form .selectbox input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ff671d;
    margin-top: -4px;
}

.subreq-form .selectbox input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

.subreq-form .selectbox input[type=range]::-moz-range-track {
    height: 5px;
    background: #eee;
    border: none;
    border-radius: 3px;
}

.subreq-form .selectbox input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ff671d;
    margin-top: -4px;
}

.subreq-form .selectbox .ui-slider-range.ui-corner-all.ui-widget-header {
    background: #ff671d;
    height: 5px;
}

.subreq-form .selectbox span.ui-slider-handle.ui-corner-all.ui-state-default {
    background: #ff671d;
    border-radius: 50%;
    border: none;
    width: 27px;
    height: 26px;
    top: -11px;
}

/* #get-more-boardrooms {
    background-color: rgb(255, 103, 29);
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Myriad Pro Regular'
} */

/* .subreq-form #find-boardrooms-btn {
    background-color: #ff671d;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Myriad Pro Regular';
    height: 100%;
    width: 100%;
} */

.subreq-form .findboardroom-btn {
    /* Specific style for find boardrooms button in subreq form */
    height: 100%;
    width: 100%;
}

.subreq-form a.reset-all-btn {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    background-color: black;
    border-radius: 5px;
    padding: 5px 10px;
}

/* styling general input */
.initialreq-form input,
.subreq-form input,
.subreq-form select {
    padding-left: 25px;
    cursor: pointer;
}

.initialreq-form input.form-control,
.subreq-form input.form-control {
    padding: 20px 0px 20px 25px;
    background-color: #fff;
}

.initialreq-form label.form-label,
.subreq-form label.form-label {
    color: #ff671d;
    font-size: 15px;
}

/* detect location button */
.detect-location-btn {
    border: none;
    padding: 5px;
    background-color: inherit;
    font-size: 1rem;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

/* styling icon of all the input floating label */
.initialreq-form .calendar-icon,
.subreq-form .calendar-icon {
    background: url(../images/Calendar-Icon.png) no-repeat #fff 5px;
    /* background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat; */

}

.initialreq-form .location-icon,
.subreq-form .location-icon {
    background: url(../images/Location-Icon.png) no-repeat #fff 5px;
}


/* .subreq-form .person-icon {
    background: url(../../public/imgs/Person-Icon.png)no-repeat #fff scroll 5px;
} */

/* .subreq-form .radius-icon {
    background: url(../../public/imgs/Within-Icon.png)no-repeat #fff scroll 5px;
} */

.subreq-form .price-icon {
    background: url(../images/Price-Icon.png) no-repeat #fff 5px;
}


.subreq-form .amenities-icon {
    background: url(../images/Amenities-Icon.png) no-repeat #fff 5px;
}


.subreq-form .building-icon {
    background: url(../images/Building-Icon.png) no-repeat #fff 5px;
}

/* add custom arrow dropdown icon for inputs */
.subreq-form .form-floating:nth-of-type(2) {
    background: orange 5px solid;
}

/* sort boardrooms result dropdown */
.slideproducts .filterselect select.form-select {
    padding: 0;
}

/* || SEO city page */
.sub-heading-accordion {
    position: relative;
    cursor: pointer;
}

.sub-heading-accordion:after {
    position: absolute;
    left: 110%;
    content: url('../images/arrow.png');
    font-size: 10px;
    color: #777;
    transition: all 0.3s;
    transform: rotate(0deg);
}

.sub-content {
    display: none;
    overflow: hidden;
}

.sub-heading-accordion.active:after {
    transform: rotate(180deg)
}

/* Listing details photoswipe */
.brdetailmain .container,
.container-jb {
    margin: 0 auto;
    max-width: 1140px;
}

.modal-dialog.modlwidth {
    max-width: 800px;
}

.requestmodal input {
    height: unset !important;
}

.datepicker-inline {
    width: 100% !important;
}

.requestmodal .table-condensed {
    width: 100%;
    min-height: 450px;
    overflow: auto;
}

.table-condensed>thead>tr:nth-child(2)>.prev {
    font-size: 0;
    background: url("../images/orange-left.png") 50% 50% / contain no-repeat;
}

.table-condensed>thead>tr:nth-child(2)>.next {
    font-size: 0;
    background: url("../images/orange-right.png") 50% 50% / contain no-repeat;
}

.datepicker table tr td.active.active {
    background-color: #FF671D !important;
    background-image: none !important;
}

.undline-text {
    text-decoration: underline !important;
}

.info-modal {
    text-align: center;
}

.info-modal .text-primary {
    color: #ff671e !important;
}

.av-btn-control button.btn.btn-outline-secondary {
    font-size: 14px;
    background: #ff671d;
    color: white;
    font-weight: bold
}

.av-btn-control button.btn.btn-outline-secondary:hover {
    background-color: #ff671d;
    color: white;
}

.full-day-selection input[type="checkbox"]:checked {
    width: auto;
}

.timeslots-sub-heading {
    font-family: 'Myriad Pro Regular';
    font-size: 16px;
    color: hsl(0, 100%, 50%);
    margin-top: 10px;
    font-weight: bold;
}

.request-card .change-date-btn {
    display: block;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    max-width: 100%;
    border: 2px solid #FF671D;
    border-radius: 5px;
    background-color: #fff;
    color: #FF671D;
    padding: 10px 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.request-card .change-date-btn:hover {
    background-color: #FF671D;
    color: white;
}

#loginPop .modal-content {
    /* background-color: #686058; */
    background-color: #000000;
    color: white;
}

#loginPop .modal-content input {
    padding-left: 20px;
}

#btn_loginpop_submit {
    background-color: #FF671D;
    color: white;
}

#loginPop .btn-others {
    border: 2px solid #fff;
    background-color: #fff;
    display: block;
    cursor: pointer;
    padding: 10px;
    /* color: white; */
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
}

#checkavailabilityModal h3 {
    color: #FF671D;
}

.clear-time-slots {
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
}

.clear-time-slots:hover {
    background-color: #262626;
}

.minimum-slots-heading {
    color: red;
    border: 1.7px solid red;
    border-radius: 5px;
    padding: 4px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}

.timeslots-err-heading {
    font-family: 'Myriad Pro Regular';
    font-size: 16px;
    width: 100%;
    color: hsl(0, 100%, 50%);
    border: 1.7px solid red;
    border-radius: 5px;
    padding: 5px;
}

.no-avail-time-err {
    font-family: 'Myriad Pro Regular';
    font-size: 26px;
    font-weight: 600;
    color: hsl(0, 100%, 50%);
    text-align: center;
}

.slot-checkmark {
    margin-left: 30px;
}

#btn_av_done,
#btn_av_done1 {
    width: 100%;
    border: none;
    padding: 10px;
}

#btn_av_done:hover,
#btn_av_done1:hover {
    background-color: #006600;
}

.msgsent .card-body h2,
.msgsent .card-body p {
    /* color: #444444; */
    color: #000000;
    font-size: 17px;
    font-family: 'Myriad Pro Regular';
}

.msgsent .card-body a {
    text-decoration: none;
    color: #FF671D;
}

/* Datetime picker table style */
table td,
table th {
    border: 1px solid #dadde1;
    padding: 0.75rem;
}
table th {
    background-color: inherit;
    color: inherit;
    font-weight: 700;
}

table tr:nth-child(2n) {
    background-color: transparent;
}

table thead tr {
    border-bottom: 2px solid #dadde1;
}

table tr {
    background-color: transparent;
    border-top: 1px solid #dadde1;
}

@media (max-width: 576px) {
    .availability-card>div:nth-child(2)>div {
        padding-left: 0;
        padding-right: 0;
    }
}

.pswp-docs__home-gallery {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 1fr 0.5fr 0.5fr;
    position: relative;
    width: 100%;
}

.pswp-docs__home-gallery-credit {
    bottom: -21px;
    font-size: 12px;
    position: absolute;
    right: 0;
}

.pswp-docs__home-gallery .pswp-docs__home-gallery-item {
    position: relative;
}

figure.pswp-docs__home-gallery-item {
    display: block;
    margin: 0;
    padding: 0;
}

#docusaurus-base-url-issue-banner-container,
.pswp-docs__home-gallery-item figcaption,
.theme-code-block--hidden {
    display: none;
}

.pswp-docs__home-gallery .pswp-docs__home-gallery-item img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.pswp-docs__home-gallery .pswp-docs__home-gallery-item:first-child {
    grid-row: span 2;
}

.pswp-docs__home-gallery .pswp-docs__home-gallery-item a {
    display: block;
    height: 100%;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.pswp-docs__home-gallery-example {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.pswp-docs__home-gallery-example a {
    display: block;
    line-height: 0;
    margin: 0 4px 4px 0;
    position: relative;
}

.pswp-docs__home-gallery-example img {
    left: 0;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.brdetailmain .likes {
    position: absolute;
    top: 1px;
    right: 5px;
    border: none;
    background: transparent;
    font-size: 20px;
}

/* Checkout page - express checkout */
.checkout-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.checkout-modal .modal-content {
    position: relative;
    background-color: #000;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 40%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.checkout-modal .modal-body {
    margin: auto;
    padding: 50px 80px;
}

.checkout-modal input {
    padding: 15px;
}

.checkout-modal button {
    padding: 15px;
}


/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }

/* || Utility Classes */
/* Standard button */
.jb-btn {
    display: inline;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    background-color: var(--primary-color);
    color: var(--light-color);
    padding: 5px 10px;
    font-size: 16px;
    font-family: 'Myriad Pro Regular';
    font-weight: 500;
    transition: background 0.4s;
    cursor: pointer;
    text-decoration: none;
}

.jb-btn:hover {
    background-color: #ff5500;
    /* background-color: #e64d00; */
}

.jb-btn-outline {
    background-color: transparent;
    color: var(--primary-color);
}

.jb-btn-outline:hover {
    background-color: var(--primary-color);
    color: var(--light-color);
}

/* Border Radius */
.jb-rounded {
    border-radius: 4px;
}

.jb-rounded-md {
    border-radius: 6px;
}

.jb-rounded-lg {
    border-radius: 10px;
}

/* Typography */
.uppercase {
    text-transform: uppercase;
}

.jb-text-primary {
    color: var(--primary-color);
}

.jb-text-white {
    color: #fff;
}

.jb-text-dark {
    color: #000;
}

/* Effects */
.jb-shadow {
    box-shadow: 0 .5rem 1rem rgba(var(--dark-color), .15);
}

/* legal button links */
.legal-btn {
    background-color: transparent;
    border: none;
    color: #53f;
    text-decoration: underline;
}

/* media queries */
@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1500px) {

}

@media screen and (max-width: 1476px) {
    .partner-logos1 img, .partner-logos2 img {
        /* width: 150px; */
        margin: 0 20px;
    }
}

@media screen and (max-width: 1365px) {
    .checkout-modal .modal-content {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {

    /* initial load background hero img */
    #initialreq-bgimg-v3 {
        width: 100%;
        object-fit: cover;
    }

    .initialreq-form .opacitybox {
        max-width: 100%;
    }
    
    .partner-logos1 img, .partner-logos2 img {
        /* width: 140px; */
        margin: 0 10px;
    }

    .checkout-modal .modal-content {
        width: 60%;
    }
}

@media screen and (max-width: 1023px) {
    #initialreq-bgimg-v3 {
        height: 475px;
    }

    .initialreq-form {
        top: 15rem;
    }

    .initialreq-form .grid-container .grid-address {
        grid-column-start: 1;
        grid-column-end: 4;
    }

    .initialreq-form .grid-container .grid-calendar {
        grid-row-start: 2;
        grid-column-start: 1;
        grid-column-end: 4;
        padding-top: 1rem;
    }

    .initialreq-form .grid-container .grid-findbtn {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 5;
        padding-top: 1rem;
        margin-bottom: 1rem;
    }

    .initialreq-form .grid-detectlocation {
        max-width: 100%;
        padding: 1rem 0.75rem 0 0.75rem;
        grid-column-start: 1;
        grid-column-end: 4;
    }

    .initialreq-form button {
        padding: 15px 5px 15px 5px;
    }

    /* .partner-logos1 img, .partner-logos2 img {
        width: 120px;
    } */
}

@media screen and (max-width: 991px) {
    .partner-logos img {
        width: 85%;
    }

    .initialreq-form button {
        padding: 15px 5px 15px 5px;
    }

    .subreq-form .findboardroom-btn {
        padding: 15px 10px;
    }

    .subreq-form h2 {
        padding: 15px 0 15px 20px;
    }

    .subreq-form .findboardroom-btn {
        width: 100%;
    }

    .subreq-form a.reset-all-btn {
        width: 20%;
        padding: 15px;
    }

    .subreq-form .opacitybox .cap-label {
        min-width: 120px;
    }

    /* .partner-logos1 img, .partner-logos2 img {
        width: 100px;
    } */
}

@media screen and (max-width: 768px) {

    .lightbox-modal {
        padding-top: 80px;
        /* Location of the box */
    }

    .partner-logos {
        display: none;
        padding: .2rem;
    }

    .partner-logos-mobile {
        display: block;
        margin-top: 10px;
    }

    .partner-logos-mobile > div:nth-of-type(2) {
        margin-top: 20px;
    }

    .initialreq-form {
        top: 15rem;
    }

    .subreq-form {
        top: 5%;
    }

    .subreq-form a.reset-all-btn {
        width: 100%;
        padding: 15px;
        margin-top: 1rem;
    }

    .partner-logos1, .partner-logos2 {
        display: block;
    }

    .partner-logos1 img, .partner-logos2 img {
        /* width: 150px; */
        margin: 0 15px;
    }

    .partner-container {
        padding: 10px 0;
    }
}

@media screen and (max-width: 621px) {
    #initialreq-bgimg-v3 {
        height: 530px;
    }

    .initialreq-form {
        top: 16.5rem;
    }
}

@media screen and (max-width: 575px) {
    .njbrhome {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #initialreq-bgimg-v3 {
        height: 560px;
    }

    .initialreq-form {
        top: 18rem;
    }

    .initialreq-form .grid-address {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .initialreq-form h2 {
        padding: 10px 0 0 10px;
    }

    .initialreq-form .exact-city-dropdown .dropdown-content {
        right: 0;
    }

    .subreq-form h2 {
        padding: 10px 0 0 20px;
    }

    .subreq-form .amenities-boxes {
        margin: 10px 0;
        padding: 20px 10px;
    }

    .exact-city-dropdown {
        text-align: right;
    }

    .exact-city-dropbtn {
        padding: 0;
    }

    .subreq-form {
        margin: auto;
        top: 0px;
        right: 0px;
        padding: 5px;
        width: 100%;
    }

    .subreq-form .opacitybox {
        padding: 5px 10px 5px 10px;
    }

    .subreq-form .findboardroom-btn {
        width: 100%;
    }

    /* style the reset all button */
    .subreq-form .opacitybox>div:nth-of-type(4)>div:nth-of-type(2) a {
        display: block;
        text-align: center;
    }

    .subreq-form a.reset-all-btn {
        margin-bottom: 1rem;
    }

    .subreq-form label.form-label {
        color: #ff671d;
        font-size: 13px;
    }

    .partner-logos1 img, .partner-logos2 img {
        /* width: 130px; */
        margin: 0 10px;
    }
}

@media screen and (max-width: 480px) {

    .partners .content {
        padding: 0.8rem;
    }

    #topScroll {
        font-size: 1.8rem;
        /* margin-left: 10px; */
    }

    .subreq-form h2 {
        padding: 5px 0 0 0;
        font-size: 2em;
    }

    .subreq-form .location-city-dropdown {
        flex-direction: column;
        align-items: center;
    }

    .subreq-form .amenitie-box {
        width: 38%;
        padding: 0;
    }

    .subreq-form .amenities-boxes h6 {
        margin-left: 10px;
    }

    .subreq-form .amenities-boxes h6 {
        margin-left: 10px;
    }

    .subreq-form .exact-city-dropdown,
    .subreq-form .toggle-filters-btn {
        margin-top: 10px;
    }

    .subreq-form .exact-city-dropdown .dropdown-content {
        right: -50%;
        max-width: 100%;
    }

    div#ui-datepicker-div {
        max-width: 94%;
        overflow-x: scroll;
        width: 100% !important;
        left: 3% !important;
    }

    .sub-heading-accordion:after {
        left: 103%;
    }

    .partner-logos1 img, .partner-logos2 img {
        /* width: 100px; */
        margin: 0 5px;
    }
}

@media screen and (max-width: 419px) {

    #initialreq-bgimg-v3 {
        height: 590px;
    }

    .initialreq-form {
        top: 19rem;
    }

    .subreq-form #radius-search,
    .initialreq-form .grid-calendar select {
        font-size: 11px;
    }

    .initialreq-form .grid-detectlocation {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .initialreq-form .grid-detectlocation a {
        margin-bottom: 0.5rem;
    }

    .initialreq-form .exact-city-dropdown .dropdown-content {
        left: 0;
        right: 0;
        max-width: 100%;
    }

    .initialreq-form .grid-address .form-floating:nth-of-type(2) label {
        min-width: 100px;
    }

    .exact-city-dropdown {
        text-align: left;
    }
}

@media screen and (max-width: 375px) {
    #initialreq-bgimg-v3 {
        height: 590px;
    }

    .initialreq-form {
        top: 19rem;
    }

    /* .partner-logos1 img, .partner-logos2 img {
        width: 80px;
    } */
}

@media screen and (max-width: 366px) {
    #initialreq-bgimg-v3 {
        height: 610px;
    }

    .initialreq-form {
        top: 19.2rem;
    }
}