/*header*/
@media only screen and (min-width: 1180px) {
    .navbar-nav>li {
        margin-left: 40px;
    }
}

/*index page */
.block_title {
    font-size: 30px !important;
}

/*about page */
#about-page h3,
#about-page h2 {
    font-weight: 500;
    color: #000;
    padding: 0;
    background: none;
    text-rendering: optimizeLegibility;
    margin: 0 0 .5em 0;
    text-decoration: none;
    border: 0px;
}

#about-page h3 {
    line-height: 1.3;
}

#about-page h2 {
    margin-bottom: .7em;
}

#about-page h1 {
    margin-top: 20px;
}

.main-wid {
    float: none;
    margin: auto;
    width: 100%;
}

.main-wid .col-xs-12 {
    padding: 0
}

/* div#about-page>div {
    padding: 16px 135px;
} */


.iframe-main{
    min-width: 1300px;
    padding: 0px 10px;
}
.iframe-main .listing_outer{
    min-width: 260px;
    width: 260px;
}
.iframe-main .row_listings{
    display: flex;
}
.report-listing-main .verification-box {
      border: 1px solid #ccc;
      padding: 20px;
      width: auto
     
    }
    .report-listing-main{
        background-color: #fff;
    }
.verification-box .inner-box{
    display: flex;
        align-items: center;
        gap: 10px;
        /* flex-direction: column; */
        flex-wrap: wrap;
        justify-content: space-between;
}
.verification-box .report-listing-heading{
    margin-bottom: 5px;
}

.report-listing-main .custom-checkbox {
      display: flex;
      align-items: center;
      cursor: pointer;
      user-select: none;
      margin-bottom: 0px;
    }

    .report-listing-main .custom-checkbox input {
      display: none;
    }

    .report-listing-main .checkmark {
      height: 20px;
      width: 20px;
      border: 2px solid #666;
      border-radius: 2px;
      position: relative;
      margin-right: 10px;
      transition: background-color 0.3s, border-color 0.3s;
      margin-top: -10px;
    }

    .report-listing-main  .custom-checkbox input:checked + .checkmark {
      background-color: #4caf50;
      border-color: #4caf50;
    }

    .report-listing-main  .checkmark::after {
      content: "";
      position: absolute;
      display: none;
      left: 6px;
      top: 1px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
      animation: checkmarkDraw 0.3s ease forwards;
    }

    .report-listing-main .custom-checkbox input:checked + .checkmark::after {
      display: block;
    }

    @keyframes checkmarkDraw {
      from {
        height: 0;
        width: 0;
      }
      to {
        height: 10px;
        width: 5px;
      }
    }

    .report-listing-main  .label-text {
      font-size: 14px;
    }

    .report-listing-main .report-button {
      background-color:#b01611;
      color: white;
      border: none;
      padding: 6px 12px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .report-listing-main   .report-button:hover {
      background-color: darkred;
    }

    .report-listing-main  .thank-you {
      color: green;
      font-weight: bold;
      margin-top: 15px;
      display: none;
    }
@media only screen and (max-width:1199px) {

    .white-bg-new,
    div#about-page>div {
        padding: 16px 15px
    }

    .goBackTermbackButtonTop {
        position: relative;
        bottom: 25px;
    }
}

#about-page .listing-block-image {
    margin-bottom: 0;
    height: 240px;
}

#about-page .term-of-use {
    float: right;
}

#about-page .goBackTermbackButton {
    float: right;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    color: black;
    text-decoration: none;
}

/*single listing*/

#add-lawfirm textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    box-shadow: 0 1px 1px white;
}

#add-lawfirm input[type="radio"] {
    width: auto;
}

#add-lawfirm .radio-custom.radio-success {
    display: inline;
    margin-right: 10px;
}

#add-lawfirm .radio-custom label {
    top: -2px;
    position: relative;
}

#add-lawfirm .redactor-box:hover {
    border: 1px solid #66afe9;
}

#add-lawfirm .modal-body {
    padding-bottom: 0;
}

.properties h1 {
    font-size: 26px;
}

.propertySort_list input.form-control {
    display: inline;
    float: right;
    margin-right: 10px;
}

.properties .breadcrumb-main {
    margin-bottom: 0px;
}

#listing-title {
    word-wrap: break-word;
}

.properties .rented_box {
    padding: 5px;
}

.properties .login-cnt .listing-contact-label a.control-btn {
    text-decoration: none;
}

.properties .login-check {
    text-align: center;
    /* font-family: Verdana; */
    font-size: 18px;
}

.properties .login-check a {
    color: red;
    text-decoration: underline;
}

.properties .login-check #user_contact_infosss {
    padding-top: 4px;
}

#share-buttons {
    float: right;
    width: 100%;
    text-align: center;
}

#share-buttons .img-responsive {
    width: 85px;
    height: auto;
    margin: 0 auto;
}

.colour {
    color: #45688e;
}

.properties .seperator {
    padding-top: 25px;
}

.properties .floorplans {
    margin-bottom: 20px;
}

.properties .host_practices {
    height: 55px
}

.properties .host_practices .host {
    margin-top: -11px
}

.properties .map-container {
    margin-bottom: 10px;
    margin-top: 10px;
}

#send-to-friend .modal-dialog {
    width: 420px;
}

.properties .frm-btn {
    font-size: large;
    color: #D52C29;
    font-weight: bold;
}

/*buildings page */
.propertyImgLink>div {
    margin-bottom: 15px;
    width: 100%;
    height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#map-canvas {
    position: relative;
    width: 100%;
    display: none;
}

.propertySort_list {
    width: 258px;
    float: right;
    margin-bottom: 0;
    height: 45px;
}

/*single building*/

.related-listings {
    padding-top: 15px;
}

.searchButton {
    width: 210px;
    height: 42px;
    font-size: 16px !important;
    border-radius: 30px;
    margin-left: 25px;
    text-transform: capitalize;
    padding: 6px 20px;
    background-color: #ffffff !important;
    color:#b01611 !important;
    float: left;
    border: 2px solid;
    font-weight: 600;
    border-color:#b01611 !important
}

.searchButton:hover {
    background-color:#b01611 !important;
    color: #fff !important;
    border-color:#b01611 !important;
}

body.building-page #list-view .add_date {
    width: 60%;
    padding: 3px;
}

body.building-page #list-view .propertyType.listing-color-red {
    padding: 4px 9px;
}

.enquiry-section {
    text-align: center
}

.enquiry-section a {
    width: 40%
}

.city-label {
    margin-top: 10px;
    margin-left: 25px;
    color: #fff;

}

.button-section {
    padding: 3px;
}

.search-input {
    border: 5px solid #ededed;
}

.text-underline {
    border-bottom: 1px solid;
}


.col-md-new-area {
    float: right;
    padding-right: 0;
    margin-bottom: 10px;
}

.change_location_form_home_page_row1 {
    background-color: #f5f5f5;
    margin-bottom: 15px;
    padding-top: 7px;
}

.change_location_form_home_page_row2 {
    background-color: #c3c3c3;
    padding-top: 20px;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .col-md-new-area {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .change_location_form_home_page_row1 {
        padding-left: 3.5px;
        padding-right: 3.5px;
    }

    .change_location_form_home_page_row2 {
        padding-bottom: 15px;
    }

    .button-section {
        padding: 0;
        background-color: inherit
    }
}

@media only screen and (min-width:991px) {

    .building .bxslider2 li img,
    .bxslider3 li img {
        height: 320px;
    }
}

.building .gallery .sliderControls span.slider-prev {
    left: 10px;
    position: absolute;
}

.building .sliderControls .slider-next {
    position: absolute;
    right: 10px;
}

.building-page #bx-pager {
    height: 135px;
}

.building-page .subheading {
    font-size: 18px;
    font-weight: 600;
}

.building-page .subheading a {
    color: #464646;
}

/*register page */

.rej.properties.page-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.rej.properties.page-content {
    background: #fff;
}

.pricingHeader h2 {
    /* font-family: 'Open Sans'; */
    color: #45688e;
    font-size: 20px;
    text-shadow: none;
}

.whiteBg {
    background-color: white;
}

.login-password {
    height: 45px;
    font-size: 25px;
}

.filterContent.sidebarWidget {
    margin-bottom: 20px;
}

.filterContent.sidebarWidget {
    padding: 0
}

.filterContent.sidebarWidget h2 {
    background: #17446e;
    color: #fff;
    padding: 20px;
    margin: 0;
}

.formBlock.whiteBg {
    padding: 30px;
    background: #f4fafc;
    border: 1px solid #ddd !important;
    border-top: none !important;
}

.formBlock.whiteBg #login-btn {
    margin-top: 15px;
}

.filterContent>p {
    padding: 10px 15px 0
}

.filterContent.sidebarWidget.formBlock {
    background: #fff
}

body .inline_row {
    height: inherit
}

#register-block input {
    margin-bottom: 10px;
}

#register-block .checkbox {
    margin: 20px 0
}

#register-block input[name="terms"] {
    width: auto;
    height: auto !important;
    vertical-align: middle;
    margin: 0;
    margin-top: -2px;
    line-height: normal;
}

#register-block {
    margin: 0px;
}

.register-link {
    margin: 5px 0
}

.last-sec {
    margin: 0;
}

/*listing fees */

body .et_pb_gutters4-listing-page {
    margin-top: 0;
}

body .fees-page {
    padding-top: 0px;
}

.empcustom_out_ny {
    margin-left: 30%;
}

.offices_5_new_york {
    position: relative;
    right: 40px;
    font-size: 14px;
}

.offices_5_no_new_york {
    position: relative;
    right: 70px;
}

.lstPrice_5_new_york {
    color:#b01611;
    position: relative;
    right: 38.5px;
}

.lstPrice_5_no_new_york {
    color:#b01611;
    position: relative;
    right: 42px;
}

.offices_5_month_new_york {
    font-weight: 400;
    font-size: 12px;
    position: relative;
    right: 40px;
}

.offices_5_month_no_new_york {
    font-weight: 400;
    font-size: 12px;
    position: relative;
    right: 38px;
}

.featured_listing_new_york {
    position: relative;
    right: 5px;
    font-size: 14px;
}

.featured_listing_no_new_york {
    position: relative;
    right: 4px;
}

.listing_features_price_new_york {
    color:#b01611;
    line-height: 15px;
    vertical-align: middle;
    position: relative;
    right: -29.5px;
}

.listing_features_price_no_new_york {
    color:#b01611;
    line-height: 15px;
    vertical-align: middle;
    position: relative;
    right: -23.5px;
}

.listing_features_month_new_york {
    font-weight: 400;
    font-size: 12px;
    position: relative;
    right: -37.5px;
}

.listing_features_month_no_new_york {
    font-weight: 400;
    font-size: 12px;
    position: relative;
    right: -25px;
}

.fee-left-box {
    float: left;
    width: 70%;
}

.fee-right-box {
    float: right;
    width: 29.05%;
}

.fees-page h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.fees-page .listing-box_separator {
    left: 42.5%;
}
.listing-box_separator{
    top: 33.15%;
}
p.et_pb_text_inner_p {
    min-height: 30px !important;
    margin-left: 25px;
    border: 1px solid #000 !important;
    margin-right: 25px;
}
.listing-feesnynew-york{
    margin-right: 15px !important;
}

.fees-page .et_pb_gutters4.et_pb_row .listing-fess-office-sublets.et_pb_column_1_2 {
    width: 41.5% !important;
}

.fees-page .et_pb_gutters4.et_pb_row .fee-right-box .listing-fess-office-sublets.et_pb_column_1_2 {
    width: 100% !important;
}

body .listing-fess-office-sublets {
    height: 580px;
} 

.et_pb_text_inner.listing-text-size.listing-text-size-bottom-space p.text-sec {
    margin-bottom: 0px;
}
.lstfeeTestimonial .et_pb_text_inner p {
    text-align: center;
}
.pl-30 {
    padding-left: 30px;
}

body .listing-fess-top-contact-list {
    font-size: 16px;
}

.featured-list {
    position: relative;
    top: 40px;
}

@media only screen and (min-width: 1140px) {
    .fee-right-box {
        position: relative;
        right: -16px;
    }

    .fee-left-box {
        position: relative;
        left: -16px;
    }
    .other-city .heading {
        position: relative;
        left: -45px;
    }
    
    .fees-page .et_pb_gutters4.et_pb_row.other-city .fee-left-box .listing-fess-office-sublets.et_pb_column_1_2 {
      float: none;
      margin: 0 auto !important;
      width: 310px !important;
    }
    .other-city .fee-left-box {
      max-width: 480px;
    }
    .other-city .fee-right-box {
      width: 310px;
    }
    #et-boc .other-city .fee-left-box h3.heading{
      padding-right: 0 !important;
      text-align: left !important;
      display: table !important;
      position: static;
    }
    .other-city .listing-fess-top-box .et_pb_text_inner_p {
      min-height: 51px !important;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-bottom: 10px;
    }
    .other-city .listing-fess-office-sublets {
      height: 510px;
    }
    .other-city .listing-fess-top-box.mb-58 {
      margin-bottom: 5px !important;
    }
    #et-boc .other-city .heading.heading-1{
        padding-right: 0 !important;
      display: table !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }


    .et_pb_gutters4-listing-page.other-city {
      padding-left: 80px;
      padding-right: 80px;
    }
    .other-city .fee-right-box{
        position: relative;
        right: -16px;
    }
    .other-city .fee-right-box .heading{
        position: relative;
        right: 10px;

    }

}

@media only screen and (max-width: 1140px) {
    .fees-page .listing-box_separator {
        left: 31%;
    }
}

@media only screen and (max-width: 991px) {
    .fees-page h3 {
        padding: 0 !important;
        text-align: center;
        width: 100% !important;
        margin-left: 0 !important;
        white-space: normal !important;
    }

    .offices_5_new_york {
        right: 0px;
    }

    .offices_5_no_new_york {
        right: 0px;
    }

    .lstPrice_5_new_york {
        right: 0px;
    }

    .lstPrice_5_no_new_york {
        right: 0px;
    }

    .offices_5_month_new_york {
        right: 0px;
    }

    .offices_5_month_no_new_york {
        right: 0px;
    }

    .featured_listing_new_york {
        right: 0px;
    }

    .featured_listing_no_new_york {
        right: 0px;
    }

    .listing_features_price_new_york {
        right: 0px;
    }

    .listing_features_price_no_new_york {
        right: 0px;
    }

    .listing_features_month_new_york {
        right: 0px;
    }

    .listing_features_month_no_new_york {
        right: 0px;
    }

    .app-cover {
        left: 0px !important;
    }


    .fees-page .listing-box_separator {
        left: 49%;
    }
}

#app-cover {
    display: table;
    counter-reset: button-counter;
    position: relative;
    padding: 19px 0;
}

.app-cover {
    position: relative;
    top: 10px;
    padding-top: 22px;
    padding-bottom: 35px;
    left: 325px;
    width: 350px;
}

.listing-feesnynew-york .app-cover {
    max-width: 100%;
    width: 450px;
}

.toggle-button-cover {
    display: table-cell;
    position: relative;
    width: 800px;
    max-width: 100%;
    box-sizing: border-box;
}

.button-cover {
    height: 0px;
    margin: 0;
    background-color: #fff;
    border-radius: 4px;
}

.button-cover:before {
    counter-increment: button-counter;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button-cover,
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 16px;
    line-height: 3.5;
}

.button {
    position: relative;
    top: 50%;
    width: auto;
    height: 60px;
    margin: -20px auto 0 auto;
    overflow: hidden;
    text-align: center;
    line-height: 46px;
    font-size: 13px;
    color: #000;
}

.button.r,
.button.r .layer {
    border-radius: 100px;
}

.button.b2 {
    border-radius: 2px;
}

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}

.knobs_office_sublets {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 120px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 8px 4px;
    background-color:#b01611;
    border-radius: 20px;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    border: 2px solid #000;
    height: 45px;
}

.knobs_offices_wanted {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 120px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 8px 4px;
    background-color: #116436;
    border-color: #116436;
    border-radius: 20px;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    border: 2px solid #000;
    height: 45px;
}

#button-4 .knobs:after {
    right: 10px;
    left: auto;
}

#button-4 .checkbox:checked+.knobs:before {
    border-color: #116436;
}

#button-4 .checkbox:checked+.knobs:after {
    border-color: #000;
}

#button-4 .checkbox:checked~.layer {
    background-color: #fcebeb;
}

.button-border {
    border: 2px solid #000;
}

@media screen and (max-width:500px) {
    .justbookmark-march292023 {
        margin-bottom: 86px;

    }
}


@media screen and (max-width:950px) {
    .justbookmark-march292023 {
        bottom: 28px !important;
        height: 120px !important;
    }
}

@media screen and (max-width:400px) {
    .justbookmark-march292023 {
        height: 150px !important;
    }
}

.rednorder {
    border: 1px solid #000;
    height: auto;
    padding: 1rem !important;

}

@media only screen and (min-width: 1024px) {
    #top_section .container {
        position: relative;
    }
    /* .report-listing-main .verification-box{
        padding: 10px;
    } */

    .header_top_btn_main {
        position: absolute;
        right: 0;
        top: -4px;
    }
}

@media only screen and (max-width: 991px) {
    .fee-left-box {
        width: 100%;
    }

    .fee-right-box {
        width: 100%;
        max-width: 47.5%;
        float: none;
        margin: 0 auto;
        clear: both;
    }

    .fees-page .et_pb_gutters4.et_pb_row .listing-fess-office-sublets.et_pb_column_1_2 {
        width: 47.5% !important;
    }
}

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

    .et_pb_gutters4.et_pb_row .listing-fess-office-sublets.et_pb_column_1_2,
    .fees-page .et_pb_gutters4.et_pb_row .listing-fess-office-sublets.et_pb_column_1_2 {
        width: 100% !important;
    }

    .fee-right-box {
        max-width: 100%;
    }
}

#top_section.top_sec .search_box {
    margin: 0 auto;
    display: block !important;
    max-width: 410px;
}

.listing-fess-top-box-inner-space.listing-fess-top-box {
    margin-bottom: 55px;
}

.listing-fess-inner-space-not.listing-fess-top-box {
    margin-bottom: 58px;
}

.listing-fess-top-calls-head.top-calls-head-space {
    margin-bottom: 17px;
}

@media (max-width: 1024px) {
    .listing-feesnynew-york .offices_1_price {
        width: 50%;
    }
}

@media only screen and (max-width: 992px) {
    .header_top_btn_main {
        float: unset;
    }

    .btn-back {
        position: static !important;
    }
}

@media (max-width: 893px) {
    #top_section .new_search_section .choose_title {
        text-align: left;
        margin-left: 0;
    }

    #top_section .search_box form {
        padding: 0;
    }
}

/* .fees-page .fee-left-box {
    max-width: 480px;
} */

.fees-page .et_pb_gutters4.et_pb_row .fee-left-box .listing-fess-office-sublets.et_pb_column_1_2 {
    /* float: none;
    margin: 0 auto !important; */
    width: 310px;
}

.fees-page h3 {
    padding-right: 0 !important;
    text-align: left !important;
    display: table;
}

.listing-fess-inner-space-not.listing-fess-top-box {
    margin-bottom: 5px;
}

/* body .listing-fess-office-sublets {
    height: 510px;
} */

.listing-fess-top-box .et_pb_text_inner_p {
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .et_pb_gutters4-listing-page {
    padding-left: 80px;
    padding-right: 80px;
} */


.box-middle-content {
    display: table;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    bottom: 15px;
    padding-left: 165px;
    padding-right: 80px;
    font-size: 14px;
}

#et-boc .heading {
    text-align: center !important;
    font-size: 24px !important;
    padding-right: 85px !important;
    display: inherit !important;
}
#et-boc .heading.heading-1 {
    white-space: nowrap;
    width: 390px;
    margin-left: -35px !important;
}

.offices_2_price.offices_2_price_ny > span {
  font-weight: bold;
}
.et_pb_text_inner .month {
    font-weight: 400 !important;
    font-size: 12px;
}

.listing-fess-office-sublets-radbox {
    cursor: pointer;
}

.price-sec {
    color: #464646;
    font-weight: bold;
}

.text-sec {
    min-height: 45.7px;
}

#adtype .options {
    color:#b01611;
}

#adtype .options {
    color: #116436;
}

.line1 {
    position: relative;
    top: -10px;
    padding-top: 6px;
}

.line2 {
    position: relative;
    top: -19px;
}

.line3 {
    position: relative;
    top: -29px;
}

.line3 p {
    margin-bottom: 32px;
}

.line-1 {
    position: relative;
    top: -6px;
}

.line-2 {
    position: relative;
    top: -16px;
}

.line-2 p {
    margin-bottom: 32px;
}

.fee-right-box .heading {
    white-space: nowrap;
    width: 390px;
    margin-left: -35px;
}

.my-text {
    font-size: 14px;
    font-weight: 600;
}

.text-color {
    color: #464646;
}

.text-sec {
    margin-bottom: 36px;
}

#justbookmark {
    position: relative;
    top: -100px;
    width: 100%;
    height: 1px;
}

.color-sec {
    color: #17446e;
}

.color-white {
    color: #ffffff;
}

/*contact page*/

.contact-icon {
    margin-right: 10px;
}

.contact-icon-spacer {
    margin-left: 20px;
}

.contact-icons {
    margin-bottom: 20px;
}

/*testimonial page*/

.commentList h4 {
    font-size: 28px;
}


.propertyItem {
    margin-bottom: 0px;
}

.commentText {
    padding-bottom: 14px;
}

p.commentFooter {
    font-size: 18px !important;
  
}

.propertyDetails {
    display: none;
}

/*office wanted page */
.validmsg {
    font-size: small;
}

#successmsg a {
    float: right;
}

.offices-wanted-form .office_wanted_desk {
    width: 256px;
    display: table;
    float: none;
    background: none;
}

.offices-wanted-form .wantedtable {
    table-layout: auto;
}

.offices-wanted-form .no-city {
    padding-bottom: 20px;
    padding-top: 1px;
}

.offices-wanted-form .no-city span {
    text-decoration: underline;
}

.offices-wanted-form .no-city label {
    font-size: 15px;
    display: block;
    margin-left: 22px;
    padding: 0 5px;
}

.offices-wanted-form .wantedrowcolor td {
    border-bottom: none !important;
}

.offices-wanted-form #rchars {
    position: absolute;
    right: 25px;
    bottom: 5px;
    font-size: 14px;
}

.offices-wanted-form #editor-billing {
    border: none;
}

.offices-wanted-form #editor-billing .subheading {
    padding-left: 20px;
    margin-top: 5px;
}

.offices-wanted-form #offices-wanted-ad-pay-button .panel-default {
    border-color: red;
    display: none;
}

/*officewanted */
.w-setting {
    margin: 0px !important;
    padding: 0px
}

#boost-card-payment {
    margin-left: 10px !important;
}

/*office wanted list*/

.bt-sec {
    float: right !important;
    margin-right: 0% !important;
}

#et-boc .heading {
    font-size: 22px;
    margin-top: 20px;
}

.txt-color {
    color:#b01611;
}

#myModal .modal-dialog {
    max-width: 500px;
    margin-top: 100px;
}

#myModal .modal-body {
    /* font-family: 'Prompt', Helvetica, Arial, Lucida, sans-serif; */
    font-size: 15px;
}

#myModal .paragraph {
    text-decoration: underline
}

/*articel page */

.article-listing .col_5 {
    width: 100%;
}

.blogpage div#about-page>div {
    padding: 16px 55px;
}

.blogpage div#about-page .col-lg-9.rowText {
    padding-right: 80px;
}

.blogpage div#about-page .col-lg-9.rowText p:first-child {
    margin-top: 0;
}

.blogpage .listing_inner {
    max-width: 252px;
}

.blogpage .pointer.propertyItem {
    max-height: 381px;
}

@media screen and (max-width: 1200px) {
    .blogpage .article-listing .col_5 {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .fee-left-box {
        max-width: 100%;
    }

    .fees-page .et_pb_gutters4.et_pb_row .fee-left-box .listing-fess-office-sublets.et_pb_column_1_2 {
        width: 100% !important;
    }

    .fee-right-box {
        margin-top: 15px;
        display: inline-block;
        max-width: 100%;
        width: 100%;
    }

    .bottom_space {
        margin-top: 42px;
        min-height: 40px;
    }

    .fees-page h3, #et-boc h3.heading, #et-boc .heading.heading-1 {
        padding: 0 !important;
        text-align: center !important;
        width: 100% !important;
        margin-left: 0 !important;
        white-space: normal !important;
    }

    .box-middle-content {
        position: static;
        padding: 0;
        margin-top: 20px;
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .blogpage div#about-page .col-lg-9.rowText {
        padding: 0px;
    }

    .blogpage div#about-page>div {
        padding: 16px 0;
    }

    .blogpage .listing_inner {
        max-width: none;
    }
}

@media screen and (max-width: 480px) {
    .blogpage .article-listing .col_5 {
        width: 100%;
    }
}

/*lawfirm directory */
.lawfirm_directory .firmname a {
    font-size: 19px;
}

.lawfirm_directory .propertyContent span {
    font-size: 14px;
    color: #45688e;
}

.lawfirm_directory .no-padding {
    padding: 0;
}

.lawfirm_directory a.linkactive {
    font-weight: bold;
    text-decoration: underline;
}

body .lawfirm_directory .propertyItem {
    min-height: inherit !important;
    height: auto !important
}

/*officewanted */
.officewanted input[type="text"]:disabled {
    background: #dddddd;
}

.officewanted input[type="text"]:readonly {
    background: #dddddd;
}

.officewanted .radio-custom {
    margin: 10px 0 10px 0;
    padding-left: 0px;
    display: block;
}

.officewanted .radio-custom.radio-success {
    display: inline;
    margin-right: 10px;
}

.radio-custom label {
    top: -2px;
    position: relative;
}

/*office wanted admin */

.office-wanted-admin #office-area .form-group i {
    font-size: 18px;
    margin-top: 10px;
}

.office-wanted-admin .loading-indicator {
    width: 100%;
    text-align: center;
}

.office-wanted-admin .loading-indicator>img {
    width: 45px;
    height: 45px;
}

.office-wanted-admin .todo-list-item li {
    padding: 5px 13px 5px 13px;
    cursor: pointer;
}

.office-wanted-admin .input-group.square-feet {
    display: none;
}

.office-wanted-admin textarea[name="description"] {
    height: 400px;
}

.office-wanted-admin .red-text {
    color: red;
}

.office-wanted-admin .office-col {
    float: left;
    width: 20%;
    padding: 5px;
}

.office-wanted-admin .fa.fa-trash-o,
.fa.fa-pencil {
    cursor: pointer;
}

.office-wanted-admin .jcrop-holder {
    margin-bottom: 20px;
}

.office-wanted-admin .image-thumb.col-md-3>img {
    cursor: move;
}

.office-wanted-admin .ui-state-highlight.col-md-3 {
    height: 80px;
    text-align: center;
}

.office-wanted-admin .ui-state-highlight.col-md-3::after {
    content: "Drop Image";
}

.office-wanted-admin .radio-custom {
    display: inline;
}

.office-wanted-admin .page-head h3 {
    margin-top: 0;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #000;
}

/*password page*/
.password-page .properties.page-content {
    padding-top: 80px;
}

.password-page .filterContent.sidebarWidget {
    margin-bottom: 20px;
}

/*registration page */
.pricingHeader h2 {
    /* font-family: 'Open Sans'; */
    color: #45688e;
    font-size: 20px;
    text-shadow: none;
}

/*thank you page */
.thank-you .contactus-page {
    /* font-family: 'Prompt', Helvetica, Arial, Lucida, sans-serif; */
    color: #4f4f4f;
    line-height: 1.7em;
    font-weight: bold;
    font-size: 17px;
    max-width: 485px;
    margin: 0 auto;
}

.thank-you-page {
    padding: 100px 0;
}

.btn-link,
a.btn-link {
    float: right;
    font-weight: 700;
    color: #ba0000 !important;
    text-decoration: none !important;
}

.thank-you.properties.page-content {
    background: #fff;
}

.thank-you-page h1 {
    font-weight: 600;
    font-size: 39px;
    color:#b01611 !important;
    text-align: center;
    /* font-family: 'Open Sans Condensed', Helvetica, Arial, Lucida, sans-serif; */
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 10px;
    line-height: 1em;
}

.thank-you-page p {
    padding-bottom: 1em;
}

/*common css*/

#ajax_loader {
    display: none;
    position: fixed;
    z-index: 999999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

#ajax_loader .ajax_loader_inner {
    position: fixed;
    left: 50%;
    top: 50%;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    margin-left: -50px;
    margin-top: -50px;
}

.is-hide {
    visibility: hidden;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-2 {
    margin-bottom: 2px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}
.mt-20{
    margin-top: 20px !important;
}
.mb-58{
    margin-bottom: 58px !important;
}
.pb-40{
    padding-bottom: 13px;
}
.pb-30{
    padding-bottom: 10px;
}
.mb-30 {
    margin-bottom: 30px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-60 {
    margin-top: 60px;
}

.bg-white {
    background-color: #fff !important;
}

.fs-30 {
    font-size: 30px;
}

.error_msg {
    color: red;
}

.ml-0 {
    margin-left: 0;
}

.pt-0 {
    padding-top: 0px;
}
.listingLinkedInImg{
    width: 85px;
    height: auto;
    margin: 0 auto;
}
.listing-page-title {
    font-size: 36px !important;
}
.term-of-use-page-container{
    padding: 16px 135px !important;
}
.et_pb_testimonial{
    background-color: #f5f5f5 !important;
}
.ba1712{
    color:#b01611;
}
.a0c8844{
    color: #116436;
}
.listing-fee-page{
    padding-top: 5px !important;
}

.listing-fee-page .fee-right-box .heading {
    margin-left: -25px !important;
}
.affix {
    position: fixed;
    top: 0;
    margin-top: 0;
    z-index: 99999;
}

.fees-page-form{
    padding-top: 10px !important;
}
.mb-20{
        margin-top: 20px;
}
#office_wanted_frm .form-row .form-control{
    
    background-color: #fff
}
.sidebarWidgetfilterContent{
    padding:10px !important;
}
.listing-fess-top-box .et_pb_text_inner_p.font-700{
    font-weight: 700;
}
.building .img-box{
    padding: 0;
}
.col-md-new-area #change_location_form_home_page,
.col-md-new-area #change_location_form_home_page_listing {
  background-color: #fff;
  padding: 20px 40px;
  border: 1px solid #cccaca;
}
.building .formmtr {
  float: right;
}

@media only screen and (max-width: 991px) {
.building .formmtr {
  margin: 15px 0 15px 0;
  background: #fff;
}
.building .col-md-new-area {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.building .change_location_form_home_page_row2 {
  display: flex;
}
}

@media only screen and (max-width: 768px) {
.building .formmtr {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
}
.building .formmtr #listing-inquire-form {
  margin: 0;
  background: #fff;
  border: 1px solid #cccaca;
  padding: 15px;
}
.building .change_location_form_home_page_row2 {
  display: block;
  padding-bottom: 25px;
}
.building .change_location_form_home_page_row2 .city-label {
  margin-left: 0;
}
.building .row.change_location_form_home_page_row2 .button-section {
  padding: 0 15px;
}
.building .row.change_location_form_home_page_row2 .button-section .searchButton {
  margin-left: 0;
}
.row.change_location_form_home_page_row2 .search-input {
  margin-bottom: 10px;
}
.building .col-md-4, .building .col-md-3, .building .col-md-8, .building .col-md-3.col-sm-6, .building .col-md-3.col-sm-6 {
  padding: 0 15px;
}
.building .col-md-3.col-sm-6 {
  margin-bottom: 0;
}
}


.propertyContent_newyork .host-type-label-small-listing {
    padding: 5px 10px;
    background-color: #fff;
    color: #333;
    border: 1px solid#b01611;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 3px auto;
    display: flex;
    justify-content: center;
    align-items: center; /* Vertically centers content inside */
    width: fit-content; /* Adjust width to fit content */
}

.db-tit-address{
    padding-top: 0 !important;
}

.overviewList li {
    padding-top: 12.3px;
    padding-bottom: 19px;
    border-bottom: 1px solid #dcdcdc;
}


.host-type-label-main-listing {
    padding: 10px 10px 10px 0px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    width: fit-content;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

.label {
    padding-right: 10px;
    text-align: right;
}

.valueHost {
    border: 2px solid #b01611;
    border-bottom: none;
    padding: 2px 5px;
    display: inline-block;
    text-align: left;
    width: 150px;
}

.valueUpdated {
    border: 2px solid #b01611;
    border-top: none; 
    padding: 2px 5px;
    display: inline-block;
    text-align: left;
    width: 150px;
}


td.labelUpdated {
    float: right;
    padding-right: 15px;
    padding-top: 3px;
}
td.labelHost {
    float: right;
    padding-right: 15px;
    padding-top: 4px;
}
.hostTypeTextElse {
    padding: 17.5px;
}
.db-tit-address {
    margin-top: 5px !important;
}
.listing-featured-title{
    padding-bottom: 7px;
}
@media (max-width: 767px) { /* Targets screens with a width of 767px or less */
    .mobile-hide {
        display: none;
    }
}
.BuildingoverviewList li {
    padding-top: 16.1px;
}
.listing-inquire-form-formmtr{
    padding: 24.5px 15px;
}
.building-page-text-center p {
    font-size: 16px;
}

/* Set padding-top to 0 for 896x414 screen */
@media (max-width: 896px) and (max-height: 414px) {
    .BuildingoverviewList li {
        padding-top: 0;
    }
}

/* Add padding-bottom for 844x390 screen */
@media (max-width: 844px) and (max-height: 390px) {
    .BuildingoverviewList li {
        padding-bottom: 14.5px;
    }
}

/* Set padding-top to 2.9px for 932x430 screen */
@media (max-width: 932px) and (max-height: 430px) {
    .BuildingoverviewList li {
        padding-top: 2.9px;
    }
}

/* Set padding-top to 1.5px for 915x412 screen */
@media (max-width: 915px) and (max-height: 412px) {
    .BuildingoverviewList li {
        padding-top: 1.5px;
    }
}

/* Set padding-top to 16px for 1024x768 screen */
@media (max-width: 1024px) and (max-height: 768px) {
    .BuildingoverviewList li {
        padding-top: 16px;
    }
    
    /* Set padding for .listing-inquire-form-formmtr on 1024x768 screen */
    .listing-inquire-form-formmtr {
        padding: 24.4px 15px;
    }
}

/* Set padding-top to 16px and form padding for 1180x820 screen */
@media (max-width: 1180px) and (max-height: 820px) {
    .BuildingoverviewList li {
        padding-top: 16px;
    }
    .listing-inquire-form-formmtr {
        padding: 24.4px 15px;
    }
}

/* Set padding-top to 16.3px and form padding for 1300x1024 screen */
@media (max-width: 1300px) and (max-height: 1024px) {
    .BuildingoverviewList li {
        padding-top: 16.3px;
    }
    .listing-inquire-form-formmtr {
        padding: 24.4px 15px;
    }
}

/* Set padding-top to 1.5px for 912x1368 screen */
@media (max-width: 912px) and (max-height: 1368px) {
    .BuildingoverviewList li {
        padding-top: 1.5px !important;
    }
}

/* Set padding-top to 16px and form padding for 1368x912 screen */
@media (max-width: 1368px) and (max-height: 912px) {
    .BuildingoverviewList li {
        padding-top: 16px;
    }
    .listing-inquire-form-formmtr {
        padding: 24px 15px;
    }
}

/* Set padding-bottom to 16px for 882x344 screen */
@media (max-width: 882px) and (max-height: 344px) {
    .overviewList li {
        padding-bottom: 16px;
    }
}

/* Set padding-bottom to 12px for 853x1280 screen */
@media (max-width: 853px) and (max-height: 1280px) {
    .overviewList li {
        padding-bottom: 12px;
    }
}
/* Set padding-top to 1.5px for 914x412 screen */
@media (max-width: 914px) and (max-height: 412px) {
    .BuildingoverviewList li {
        padding-top: 1.5px;
    }
}

.overviewList.specializations li{
  display: flex;
}
.overviewList.specializations li a{
  width: 100%;
}
.building-page-text-center h3,
.building .col-md-8.col-sm-6.text-center h3{
  /* font-family: Inter; */
  color: #000;
}
.building-page-text-center p,
.building .col-md-8.col-sm-6.text-center p{
    color: #000;
}
.sliderControls .slider-next a:nth-child(2), .sliderControls .slider-prev a:nth-child(2) {
  display: none;
}
.header_top_btn .btn.btn-primary.btn-sm.control-btn {
  padding: 7px 20px;
}
.loginWidget {
  max-width: 460px;
  margin: 0 auto;
  display: table;
  width: 100%;
}
#forgot-password {
  float: right;
  font-size: 14px;
  cursor: pointer;
}
#back-to-login {
  cursor: pointer;
  font-weight: 600;
}
.btn-bottom-login{
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.loginWidget.sidebarWidget .btn_red {
  width: 180px;
}
.sidebarWidget.loginWidget h2 {
  text-align: center;
}
.sidebarWidget.loginWidget .formBlock.whiteBg {
  padding: 15px;
  background: #fff;
}
.sidebarWidget.loginWidget .form-group {
  margin-bottom: 0;
}
.listing-contact-btn-block {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 15px;
  margin-top: 5px;
}
.col-md-3.contact_info .listing-contact-btn-block .btn.btn-small {
  color: #000;
}
.btn-block + .btn-block {
  margin-top: 18px;
}


@media only screen and (min-width: 1024px) {
  .header_top_detail_main {
    right: 30%;
  }
}

@media only screen and (max-width: 991px) {
.listing-contact-label {
  display: block;
}

}

@media only screen and (max-width: 768px) {
.overviewList.specializations li{
  display: block;
}
.report-listing-main .verification-box{
    margin-bottom: 10px;
}
}

.breadcrumbclass {
  position: relative;
}
/* .building-page-search-container {
    display: inline-block;
    margin-left: -114px;
    position: absolute;
    left: 25%;
} */

.building-page-search-container span {
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
}

.building-page-search-container form {
    display: inline-block;
}

.building-page-search-container input[type="text"] {
    padding: 5px;
    font-size: 14px;
    width: 200px;
    border: 2px solid #000;
    border-radius: 3px;
}

.building-page-search-container .go-button {
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 800;
    background-color:#b01611;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.building-page-search-container .go-button:hover {
    background-color: #d73234;
}
.building-page-search-container {
    display: flex;
    align-items: center;
}
.breadcrumbclass {
    display: flex;
    align-items: center;
}
.building-page-search-container form {
    display: flex;
    gap: 10px;
    align-items: center;
}
.building-page-search-container input[type="text"] {
    margin-bottom: 0;
}
.building-page-search-container .go-button {
    margin-bottom: 0;
    border-radius: 18px;
    width: 60px;
    text-align: center;
}

@media only screen and (max-width: 1040px) {
.breadcrumbclass {
  font-size: 10px;
}    
}

@media only screen and (max-width: 991px) {
.building-page-search-container {
  left: 33%;
}    
}

@media only screen and (max-width: 767px) {
    .breadcrumbclass {
        display: block;
    }  
    .building-page-search-container{
        margin: 0px;
        padding-top: 10px;
        white-space: nowrap;
        position: static;
    }  
    .building-page-search-container input[type="text"]{
        width: 100%;
    }
}

.add-your-law-firm{
    margin-left:16px;
}

.buildingContent .building_img .propertyImgLink img {
    padding: 0px 15px 0px 15px;
}
.col-md-3.contact_info .col-md-12 {
  text-align: center;
  font-size: 20px;
}
.col-md-3.contact_info .col-md-12 a {
  text-decoration: underline;
  color: red;
}

a.a-terms:hover{
    color: #fff;
}

        
        .fees-new-page .header {
            background: linear-gradient(135deg, #2c5282, #1a365d);
            color: white;
            text-align: center;
            padding: 40px 20px;
        }

        .fees-new-page .header h1 {
            margin: 0 0 15px 0;
            font-size: 28px;
            font-weight: normal;
        }

        .fees-new-page .header p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 18px;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.5;
        }

        .fees-new-page .container {
            max-width: 1200px;
            margin: 40px auto;
            padding: 0 20px;
        }

        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-bottom: 40px;
        }

        .pricing-box {
            background: linear-gradient(to bottom, white, #fafbff);
            border-radius: 8px;
            padding: 30px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .pricing-box h2 {
            color: #1a56db;
            margin: 0 0 20px 0;
            font-size: 24px;
            text-align: center;
        }

        .price-tiers {
            display: grid;
            gap: 15px;
            margin-top: 20px;
        }

        .price-tier {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 20px;
            background-color: #f8fafc;
            border-radius: 6px;
            transition: background-color 0.2s;
        }

        .price-tier:hover {
            background-color: #f1f5f9;
        }

        .tier-size {
            font-size: 15px;
            color: #374151;
            font-weight: 500;
        }

        .tier-price {
            font-size: 16px;
            color: #1a56db;
            font-weight: 600;
        }

        .features-list {
            margin-top: 30px;
            padding: 0;
            list-style: none;
        }

        .features-list li {
            margin-bottom: 12px;
            padding-left: 28px;
            position: relative;
            color: #4b5563;
            font-size: 15px;
            line-height: 1.5;
        }

        .features-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #10b981;
            font-weight: bold;
        }

        .additional-info {
            max-width: 600px;
            margin: 40px auto;
            padding: 30px 40px;
            background: linear-gradient(to bottom, white, #fafbff);
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .additional-info h2 {
            color: #1a56db;
            margin: 0 0 20px 0;
            font-size: 24px;
            text-align: left;
        }

        .additional-info .price-tier {
            padding: 10px 0;
            border-radius: 6px;
            background: none;
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 20px;
            align-items: center;
            border-bottom: 1px solid #e5e7eb;
        }

        .additional-info .price-tier:last-child {
            border-bottom: none;
        }

        .additional-info .tier-size {
            font-size: 15px;
            color: #374151;
            font-weight: 400;
        }

        .additional-info .tier-price {
            font-size: 15px;
            color: #1a56db;
            font-weight: 500;
            text-align: right;
        }

        /* Hamburger menu styles */
        .hamburger {
            width: 24px;
            height: 24px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            cursor: pointer;
            padding: 4px;
        }

        .hamburger span {
            display: block;
            height: 2px;
            width: 100%;
            background-color: #374151;
            transition: 0.2s;
        }

        .nav-dropdown {
            display: none;
            position: absolute;
            right: 20px;
            top: 60px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            padding: 8px 0;
            min-width: 200px;
            z-index: 1000;
        }

        .nav-dropdown.active {
            display: block;
        }

        .nav-dropdown a {
            display: block;
            padding: 10px 20px;
            color: #374151;
            text-decoration: none;
            font-size: 15px;
            transition: background-color 0.2s;
        }

        .nav-dropdown a:hover {
            background-color: #f3f4f6;
            color: #1a56db;
        }
        .btn-green{
            background-color: #17446e;
            color: #fff !important;
            border-radius: 5px;
            padding: 5px;
            font-size: 17px;
        }
        .ptb20{
            padding: 20px 0;
        }

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    display: none !important;
}

    .pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination a, .pagination span.dots {
    display: inline-block;
    padding: 4px 6px;
    margin: 3px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    background: #f4f4f4;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
}

.pagination a:hover {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.pagination a.active {
    background: #007bff;
    color: white;
    font-weight: bold;
    border-color: #007bff;
    cursor: default;
    pointer-events: none;
}

.pagination a.disabled {
    color: #4c4c4c;
    pointer-events: none;
}

.pagination span.dots {
    background: none;
    border: none;
    color: #999;
    font-size: 18px;
    cursor: default;
}
.et_pb_column_1_4_emp{
    
    width: 25%;
}
.pd-top-15{
    padding-top: 15px;
}
.heading-response {
  font-size: 18px;
}

.law-firm-section-box-heading a {
  white-space: nowrap;
}
