/*.btn {*/
/*    white-space: normal !important;*/
/*}*/
.above-fold-container {
    /*background: rgb(249, 249, 251) !important;*/
    /*width:100%;*/
}
@media (max-width:992px) {
}
#above-fold-slider {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 80px !important;
}

.rsOverflow {
    background: rgb(249, 249, 251) !important;
}

.rsThumb {
    height: 100px;
    width: 200px;
}

.wrapper-sticky {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.main {
    width: 60% !important;
    min-width: 60% !important;
}

.sidebar {
    height: 200px;
    position: sticky;
    top: 100px;
    width: 40% !important;

    /*margin-top: -80px !important;*/
    border-radius: 5px;
    /*margin-top: 60px;*/
}

.sidebarContainerMobile {
    border-top: 1px solid #e7e7e7;
    position: fixed;
    margin:auto;
    padding: 15px 15px 0 15px;
    background-color: white;
    bottom: 0;
    left:0;
    right:0;
    z-index: 1000;
}

.team-section-main {
    margin-top: 30px;
    display:none;
}

.sidebarContainerMobile .selfServiceButton {
    padding: 12px !important;
    font-size: 14px !important;
}

.sidebar-box {
    box-shadow: 0px 0px 15px hsla(0, 0%, 70%, .5);
    padding:20px;
    border-radius: 5px;
    width: 100%;
}

.above-fold-slider-arrow:hover {
    color: lightgrey;
}

.above-fold-slider-back-arrow {
    position: absolute;
    top: 300px;
    left: 50px;
    z-index: 999;
    font-size: 50px;
    width: 75px;
    height: 75px;
    cursor:pointer;
    color:white;
}

.above-fold-slider-next-arrow {
    position: absolute;
    top: 300px;
    right: 10px;
    z-index: 999;
    font-size: 50px;
    width: 75px;
    height: 75px;
    cursor:pointer;
    color:white;
}

.above-fold-slider-next-arrow img {
    height: 50px;
    width: 50px;
    margin-left: 15px;
    margin-top: -5px;
}

.above-fold-slider-back-arrow img {
    height: 50px;
    width: 50px;
    margin-left: 10px;
    margin-top: -5px;
}

section {
    padding: 0px !important;
}

.advisor-picture {
    height:40px;width:40px;border-radius: 50%; object-fit: cover;
}

.contact-advisor {
    cursor:pointer;
}

.contact-advisor:hover {
    text-decoration: underline;
}

.important-terms-box {
    box-shadow: 0px 0px 15px hsla(0, 0%, 70%, .5);border-left: 5px solid #fdcc52;background-color: white;border-radius: 4px;
}

.monthly-estimate {
    width: 100%; background-color: #fdcc52;padding:20px !important;border-radius: 4px;
}

.selected-unit {
    border: 1px solid #e7e7e7;padding:10px;margin:0 20px 0 20px;border-radius: 4px;
}

p {

}

#map {
    height:300px;
    width:100%;
    border-radius: 4px;
}

#modalMap {
    height:150px;
    width:100%;
    border-radius: 4px;
}

.aligner-equal {
    flex-grow: 1;
    flex-basis: 0;
}

.certificate {
    border-radius: 4px;width:200px;box-shadow: 0px 0px 15px hsla(0, 0%, 70%, .5);
}

.nearby-venues .aligner-equal:first-child {
    margin-left: 0px !important;
}

.nearby-venues .aligner-equal:last-child {
    margin-right: 0px !important;
}
.nearby-venue-container {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    overflow: hidden;
}
.nearby-venue-image {
    width:100%;height:300px;object-fit: cover;border-radius:4px;
}
.nearby-venue-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    line-height: 2;
    margin: 10px 0px 0px 0px !important;
}

.request-buttons {
    margin-top: 20px; */
    /* height: 75px; */
    /* padding: 20px; */
    /* bottom: 0; */
    /* position: fixed; */
    width: 100%;
    /* margin-left: -20px; */
    /* margin-bottom: 20px; */
    text-align: center;
     padding-top: 30px;
}

.simple-panel {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    padding:20px;
    border-radius: 4px;
}

.error-box {
    margin-top:20px;
    padding:20px;border-radius: 4px;
}

::placeholder {
    color: #ededed !important;
    font-weight: 400;
}

.bootstrap-select {
    width: 100% !important;
}

.gallery-buttons {
    /*width:100%;background-color:rgba(0,0,0,0);color:black;padding:10px;padding-bottom:15px;z-index:100;*/
    position: absolute;

    width:100%;
    margin-top: -70px;
}

.custom-close {
    color:white !important;
    opacity:0.5 !important;
    font-size: 25px !important;
    margin-right: -15px !important;
    margin-bottom: -6px;
}

.custom-close:hover {
    color:white !important;
    opacity: 1 !important;
}
.divider {
    height: 1px;
    border-bottom: 1px solid #e6e6e6;
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 30px;
}

.sharespace-ko-tab {
    width: 32%;
    padding: 15px !important;
    border-radius:4px;
    background-color: #f9f9fb;
    height:auto;
    font-size: 12px;
    font-weight:400;
    border: 1px solid #e8eaef;
}

.sharespace-ko-tab-active {
    /*border-bottom: 5px solid #FDCC52 !important;*/
    background-color: #3d348b !important;
    color:white;
    border: none !important;
}

.nearby-transport-single {
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 24px;
    color: #343859 !important;
}

.nearby-transport-show-on-map {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;

    color: #A9ABBF;
}

.white-input {
    border-color:white !important; box-shadow: none !important;
}

.amenity-area {
    display: flex;
    flex-wrap: wrap;
}

.amenity-area-item {
    flex-grow: 1;
    width: 33%;
    height: 30px;
}

.amenity-area-item p {
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 16px !important;

    color: #3D3489;
}

.amenity-image {
    width:20px;
    height:20px;
}

.amenity-unavailable {
    color:#D1D4E0 !important;
}

.amenity-types {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;

    color: #343859;
}

.venue-information-section p, li{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #676A83;
}

.venue-information-section .heading4Text {
    margin-bottom:10px !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #343859;
}

.why-sharespace-right p {
    color: #676A83;
}

h5 {
    line-height: 24px !important;
}

.why-sharespace-container {
    border-radius: 4px;
}
.why-sharespace-left {
    width:50%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
}
.why-sharespace-right {
    width:50%;
    padding:50px;
}

.why-sharespace-icon {
    height: 50px;
    width: 50px;
    margin-right:30px;
}

.why-sharespace-logo {
    height: 40px;
    width: 240px;
    margin-left: -10px;
    margin-top: 5px;
}

.p-16 {
    padding: 16px;
}

.all-queries-go-directly-to {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;

    color: #676A83;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: grey !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: grey !important;
}

.phone-register::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: lightgrey !important;
    opacity: 1; /* Firefox */
}

.phone-register-sidebar::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: lightgrey !important;
    opacity: 1; /* Firefox */
}

.phone-register, .phone-register-sidebar::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: lightgrey !important;
}

.phone-register, .phone-register-sidebar:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: lightgrey !important;
}

.input-warning {
    border: 1px solid red !important;
}

.popover {
    background-color: #fff;
    color: #000!important;
    opacity: 1!important;
    border: 1px solid white !important;
    box-shadow: 0px 0px 15px hsla(0, 0%, 70%, .5);
    z-index: 1020 !important;
}

.popover .arrow {
    display:none !important;
}

.tooltip .tooltip-inner {
    background-color: #fff;
    color: #000!important;
    opacity: 1!important;
    border: 1px solid white !important;
    box-shadow: 0px 0px 15px hsla(0, 0%, 70%, .5);
}
.tooltip {
    z-index: 1020 !important;
}

.sidebar-viewing .ko-calendar {
    display: block !important;
}

.ko-calendar .calendar-sheet a.active, .ko-calendar .time-sheet a.active {
    background-color: #3d348b !important;
}

.mobile-request-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display:none;
    background-color: white;
    padding: 20px;
    border-top: 1px solid #ededed;
    z-index: 1000;
}

.leed-certificate{
    margin-left: 20px;
}

.request-modal-main {
    width: 100%;
}

.request-modal-sidebar {
    width:40%;background-color: #f7f7f7;border-left: 1px solid #e7e7e7;
}

/*.traditional-sidebar {*/
/*    margin-top: -80px !important;*/
/*}*/

body.noscroll {
    overflow-y: hidden!important;
}

.dividerspace {
    border: none !important;
}

.venue-page-section {
    margin-top: 80px !important;
}

.single-spaces {
    padding: 20px 20px 5px 20px;
    background: rgb(249, 249, 251) !important;
    margin-top: 20px;
    border-radius: 4px;
    /*max-height: 600px; overflow-y: auto;*/
}

.single-space {
    /*border: 1px solid #ededed;*/
    /*border-radius: 4px;*/
}

.dividerLine {
    border-bottom: 1px solid #ededed;
    margin-top: 10px;
}

.building-selection .bs-placeholder {
    color: #333 !important;
}

.building-selection .btn-default {
    border: none !important;
}

#mainInvestmentViewModel p {
    font-family: Poppins,Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px !important;
}

#mainInvestmentViewModel .heading2Text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600 !important;
}

#mainInvestmentViewModel .modalHeader {
    font-size: 24px;
    line-height: 32px;
}

#mainInvestmentViewModel .modalSubHeader,
#mainInvestmentViewModel .modalHeading5Text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

#mainInvestmentViewModel .heading3Text,
#mainInvestmentViewModel .modalHeading4Text {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 28px;
    font-weight: 600 !important;
}

#mainInvestmentViewModel .heading4Text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

#mainInvestmentViewModel .headingText {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #343859;
    text-transform: none;
}

#mainInvestmentViewModel .office-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}
.starting-from {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #343859;
}

.per-ws-per-month {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}

.search-for-availability {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;

    color: #343859;

}

.how-many-employees {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;

    color: #676A83;
}

.btn {
    text-transform: none !important;
}

.p-12 {
    padding: 12px;
}

.building-selector {
    padding: 10px;
    background-color: #F9F9FB !important;
    width: 100%;
    color: #343859;
    border: 1px solid #E8EAEF;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    color: #676A83;
}

.building-selector .btn-default {
    background-color: #F9F9FB !important;
    font-size: 16px;
}

.building-selector .dropdown-toggle {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    padding: 0px;
    font-size: 16px;
}
.building-selector .selected {
    display:none;
}
.mobile-contact-buttons .sidebar-box {
    box-shadow: none;
    padding: 0px;
}

@media (max-width:992px) {

    .all-queries-go-directly-to {
        font-size: 10px;
        line-height: 16px;
        margin-top: 4px;
    }

    .sidebar-box {
        padding: 0!important;
        box-shadow: none;
    }

    .team-section-main {
        display:block;
        background-color: rgb(249, 249, 251) !important;
        padding: 30px 15px;
        border-radius: 4px;
    }

    .team-container {
        padding-top: 0 !important;
        align-items: center;
    }

    .single-spaces {
        max-height: unset;
    }

    .above-fold-slider-back-arrow {
        display: none;
    }

    .above-fold-slider-next-arrow {
        display: none;
    }

    .main {
        width: 100% !important;
    }

    .sidebar {
        display:none;
    }

    .wrapper-sticky {
        display: block !important;
    }

    .amenity-area {
        display: block !important;
    }

    .amenity-area-item {
        width: 100% !important;
    }

    .nearby-venues {
        display: block !important;
    }

    .why-sharespace-left {
        display:none !important;
    }

    .why-sharespace-right {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
    }

    .nearby-venues .aligner-equal {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .nearby-venues .aligner-equal:first-child {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .nearby-venues .aligner-equal:last-child {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .mobile-request-buttons {
        display: block !important;
    }

    .leed-certificate{
        margin-left: 0px;
        display:block;
        margin-top:20px;
    }

    .request-modal-main {
        width: 100% !important;
    }

    .request-modal-sidebar {
        display: none;
    }

    .request-buttons {
        width: 100% !important;
    }

    .office-title {
        font-size: 28px !important;
    }
}


.hidden-xxs {
    @media (max-width: 400px) {
        display: none !important;
    }
}
