.section-fullwidth.section-main {
    max-width: 1351px;
}

#main { max-width: 1200px; }

/* #content {
    margin: 20px 0;
} */

.top-action-section {
    position: fixed;
    top: 96px;
    /* left: 0;           
    right: 0; */
    width: 100%;       /* always full width on every device */
    max-width: 1200px;   /* prevents any overflow */
    padding: 20px 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    z-index: 98;
}

.top-left-action-div .back-to-search-div .btn-back-to-search {
    background-color: #fff;
    border: 1px solid #524781;
    border-radius: 4px;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 12px;
}
.back-to-search-div .btn-back-to-search .back-button-text {
    color: #524781;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Lato';
    font-style: normal;
    line-height: 2;
}
.back-to-search-div .btn-back-to-search img {
    width: 8px;
    height: 12px;
}
.top-left-action-div, .top-right-action-div {
    display: flex; 
    gap: 15px;
    justify-content: space-between;
}
.post-date-div {
    display: flex; 
    gap: 10px; 
    align-items: center;
}
.post-date-div .post-date {
    font-size: 16px;
	font-weight: 600;
    font-style: normal;
    font-family: 'Open Sans';
    color: #333;
    line-height: 2.4;
}
.post-date-div img, .location-div .address img, .asking-price-icon {
    width: 24px;
    height: 24px;
}
.listing-save-button, .listing-download-button, .listing-shared-button {
    color: #333; 
    background-color: #fff; 
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    text-align: center;
    gap: 5px;
    width: unset;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    margin: auto;
    padding: 12px 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.listing-download-button:hover,
.listing-download-button:focus {
    color: #333;
    background-color: #fff !important; 
    border: 1px solid #ccc;   
    outline: none;
}

.top-right-action-div .listing-save-button img {
    width: 18px;
    height: 18px;
}
.top-right-action-div .listing-download-button img, .top-right-action-div .request-info-button img, .information-highlight img, .similar-listing-address img {
    width: 20px;
    height: 20px;
}
.top-right-action-div .listing-shared-button img, .img-vact-ques-icon {
    width: 15px;
    height: 15px;
}
.top-right-action-div .listing-save-button span, .listing-download-button span, .listing-shared-button span, .request-info-button span, .pns-request-info-button span {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-family: 'Open Sans';
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.top-right-action-div .request-info-button, .process-next-steps .pns-request-info-button {
    color: #fff; 
    background-color: #FF9900; 
    border: 1px solid #FF9900;
    border-radius: 4px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 5px;
    width: unset;
    height: 40px;
    margin: auto;
    padding: 12px 12px;
}
.process-next-steps .pns-request-info-button span {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-family: 'Open Sans';
    line-height: 2;
}

.listing-title-section {
    margin-top: 100px;
}
.listing-title-section .post-heading-title{
    color: #333;
    font-family: Open Sans;
    font-weight: bold;
    font-size: 32px;
}

.location-asking-price-section {
    display: flex; align-items: center; justify-content: space-between; margin: 15px 0px 15px;
}

.location-div {
    display: flex; 
    align-items: center; 
    gap:10px;
}
.location-div .tag-text-div {
    background: #fff0d9;
    border: 1px solid #FF9900;
    border-radius:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: auto;
    padding: 16px 16px;
    height: 40px;
}
.location-div .tag-text-div span{
    color: #FF9900;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14px;
}
.location-div .address {
    display: flex;
    gap:10px;
    padding: 0 4px;
}
.location-div .address span {
    color: #333;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
}

.asking-price-div {
    display: flex; 
    align-items: center;
    gap: 12px;
}
.asking-price-div .asking-price-label{
    color: #524781;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
}
.asking-price-div .asking-price {
    color: #FF9900;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 24px;
}
.asking-price-div .img-vact-ques-icon {
    width: 14px;
    height: 14px;
}

.listing-middle-section {
    display: flex;gap: 20px
}

.middle-left-div .business-overview, .facilities-infrastructure, .property-highlights, .request-info-form {
    border: 1px solid #ccc !important; 
    border-radius: 10px !important; 
    padding: 10px 24px !important; 
    margin-top: 24px !important;
    cursor: default;
}

.middle-left-div .business-overview-title, .facilities-infrastructure-title, .property-highlights-title, 
.listing-other-info-section .market-insights-title, .growth-expansion-title, .operation-support-title, .lifestyle-fit-title, .process-next-steps-title, .request-info-form-heading {
    color: #333 !important;
    font-family: 'Open Sans' !important;
    font-weight: bold;
    font-size: 24px !important;
}
.business-overview p, .facilities-infrastructure p, .property-highlights p, .market-insights p, .growth-expansion p, .operation-support p, .lifestyle-fit p, .process-next-steps p {
    color: #333;
    font-family: 'Open Sans';
    font-size: 16px;
    text-align: justify;
}

.middle-right-div .key-business-facts-list {
    background-color: #e8e7eb; 
    border: 1px solid #e8e7eb; 
    border-radius: 10px; 
    padding: 24px;
    width: 400px;
    height: 564px;
}
.middle-right-div .key-business-facts-heading {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 24px;
}
.key-business-facts-list .key-business-facts-item {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px;
}
.key-business-facts-item .cash-flow-div, .gross-revenue-div, .ebitda-div, .ff-and-e-div, .year-established-div, .employees-div, .inventory-div, .rent-div {
    border: 1px solid #ccc; 
    border-radius: 10px; 
    padding: 16px; 
    background-color: #fff;
    display: grid;
}
.cash-flow-div span, .gross-revenue-div span, .ebitda-div span, .ff-and-e-div span, .year-established-div span, .employees-div span, .inventory-div span, .rent-div span{
    color: #333;
    font-family: 'Open Sans';
    font-size: 14px;
}
.key-business-facts-item .cash-flow-box, .gross-revenue-box, .ebitda-box, .ff-and-e-box, .inventory-box, .rent-box {
    display: flex; 
    align-items: center; 
    gap: 4px;
}
.cash-flow-box strong, .gross-revenue-box strong, .ebitda-box strong, .ff-and-e-box strong, .inventory-box strong, .rent-box strong {
    color: #333;
    font-family: 'Open Sans';
    font-size: 18px;
}
.key-business-facts-item .img-question-icon { 
    width: 16px; 
    height: 16px; 
}
.key-business-facts-note {
    font-family: 'Open Sans';
    font-style: italic;
    font-size: 14px;
    color: #524781;
    margin-top: 20px;
}

.listing-other-info-section .market-insights {
    border: 1px solid #ccc; border-radius: 10px; padding: 10px 20px 5px 20px; margin-top: 25px;
}
.listing-other-info-section .growth-expansion, .operation-support, .lifestyle-fit {
    border: 1px solid #ccc; border-radius: 10px; padding: 10px 20px 15px 20px; margin-top: 25px;
}
.listing-other-info-section .process-next-steps {
    border: 1px solid #ccc; border-radius: 10px; padding: 10px 20px 20px; margin-top: 25px;
}
.process-next-steps .pns-request-info-button {
    width: 35% !important;
    margin: unset !important;
} 
.market-highlight-div {
    background-color: #fff5e6;
    border: 1px solid #fff5e6;
    border-radius: 8px;
    margin: 15px 0;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.market-highlight-div label {
    color: #333;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
}
.market-insights .market-highlight-txt {
    color: #ff9900;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 16px;
    font-style: italic;
    text-align: justify;
}

.listing-other-info-section .information-highlight {
    background-color:#fff5e6; 
    border: 1px solid #fff5e6; 
    border-radius: 10px; 
    margin-top: 25px; 
    padding: 10px; 
    display:flex; 
    gap: 10px;
}
.information-highlight .info-highlight-txt {
    color:#ff9900; 
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 16px;
    font-style: italic;
}

.section-divider {
    border-top: 1px solid #ccc;
    margin: 24px 0;
}

/*********** Market Insights start ***********/
.market-insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0; /* remove gap so borders touch */
    margin-top: 20px;
}

.market-column {
    padding: 0 20px;
}

/* Vertical borders between columns */
.market-column:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}
.market-column-title {
    color: #ff9900;
    font-size: 15px;
    margin-bottom: 12px;
}
.market-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    gap: 50px;
    margin: 0;
}
.market-us-avg {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    gap: 50px;
    color: gray;
}
.market-row strong {
    font-weight: 600;
}
.market-row.note strong {
    font-weight: 500;
}
.top_industries {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*********** Market Insights end ***********/

.similar-listings-section {
    margin: 24px 0 40px;
}
.similar-listings-heading {
    color: #333 !important;
    font-family: 'Open Sans' !important;
    font-size: 24px !important;
    font-weight: bold;
    line-height: 32px;
    text-align: left;
}
.similar-listings-list {
    display: grid;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
    /* grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); */
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.similar-listing-item {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 16px;
	max-width: 280px;
}
.similar-listing-img {
    width: 100%;
    height: 160px;
    border-radius: 8px;
    object-fit: cover;
}
.similar-listing-title {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4em;
    height: calc(1.4em * 3);
}
.similar-listing-address {
    display: flex; gap:5px; margin: 10px 0;
}
.similar-listing-address span {
    color: #7a7a7a;
    font-family: 'Open Sans';
    font-size: 14px;
}
.similar-listing-asking-price-section {
    background-color: #524781;
    width: 100% !important;
    height: 48px !important;
    border-radius: 10px;
    padding: 12px !important;
    border: none !important;
}
.similar-listing-asking-price-label, .similar-listing-asking-price {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 24px;
}
.similar-listing-asking-price {
    font-weight: bold;
}
.similar-listing-asking-price-section:hover, .similar-listing-asking-price-section:focus { 
    background-color: #524781 !important; 
}

/********** Slider CSS start **********/
.slider-container {
    position: relative;
    width: 100%;
    height: 564px;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.slide.active {
    opacity: 1;
    z-index: 1;
}
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* arrows */
button.prev, button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-43%);
    color: #524781;
    background-color: white;
    border: 1px solid #524781 !important;
    border: none;
    padding: 2px;
    cursor: pointer;
    z-index: 2;
    width: 32px;
    height: 32px;
}
button.prev:hover, button.next:hover { 
    color: #524781;
    background-color:white !important; 
}
button.prev { left: 20px; }
button.next { right: 20px; }
/********** Slider CSS end **********/

/*========== Contact Sellar from CSS start ==========*/
.request-info-form-label{
    font-family: Open Sans;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 20px;
}
.request-info-form-text{
    border-radius: 4px !important;
    border-width: 1px !important;
    padding: 12px !important;
    border: 1px solid var(--Stroke, #D9D9D9) !important;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.note-for-form{
    font-family: Open Sans;
    font-size: 14px;
    line-height: 20px;
}
.checkbox-group{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
}
#newsletter{ margin-top: 5px; }

.btn-send-msg{
    width: 334px;
    height: 48px !important;
    padding:12px 16px 12px 12px;
    gap: 4px;
    border-radius: 4px;
    background: #FF9900 !important ;
    color: #FFFFFF !important;
    border: none !important;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.agreement { margin-top: 10px;}
.busin-list-label{
    font-family: Open Sans;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.request-info-form-text-area{
    border-radius: 4px !important;
    border-width: 1px !important;
    padding: 12px !important;
    border: 1px solid var(--Stroke, #D9D9D9) !important;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.request-info-form .mc4wp-response {
    color: green;
    margin-top: 10px;
    font-family: Open Sans;
    font-weight: 500 !important;
    font-size: 14px;
}
.request-info-message-field{
	height: 90px;
	padding: 12px 15px;
	line-height: normal;
}
/*========== Contact Sellar from CSS end ==========*/

.clr1{ clear:both; }

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #595959;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.nums{ font-weight:bold; }

.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    background-color: #ff9900;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    height: 40px;
    border: 1px solid #FF9900;
}
.xoo-el-tabs{ display:none !important; }

.fa {
font-size: 13px !important;
font-weight: normal;
}

.elementor-button1 {
    background: white !important;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: #FF9900;
    color: #FF9900;
    background-color: #FFFFFF;
    border:1px solid #FF9900;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.2);
    padding:10px;
}

.elementor-button1:hover {
    background-color: #FF9900 !important;
    color:white !important;
}

.elementor-button { padding: 12px 15px !important; }

.elementor-button-content-wrapper{ gap: 10px !important;}

.deatil-tab { width: 42%; }

.hover-target {
  cursor: pointer;
  font-weight: bold;
}

/*========== Tooltip CSS start ==========*/
/* Container around the icon */
.custom-tooltip-container {
    position: relative;
    display: inline-block;
}

/* Tooltip box */
.custom-tooltip {
    position: absolute;
    bottom: 120%;               
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    background: #fff;
    border: 1px solid #ff9900;
    color: #333;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    width: 240px;
    z-index: 98;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* Tooltip arrow pointing */
.custom-tooltip .tooltip-arrow {
    position: absolute;
    bottom: -7px;              
    left: 50%;
    transform: translateX(-50%) rotate(45deg); 
    width: 12px;
    height: 12px;
    background: #fff;           
    border-right: 1px solid #ff9900;
    border-bottom: 1px solid #ff9900;
    border-radius: 2px;
    z-index: 98;
}

/* Show tooltip on hover */
.custom-tooltip-container:hover .custom-tooltip {
    opacity: 1;
    visibility: visible;
}
/*========== Tooltip CSS end ==========*/

/*========== Share this business for sale start ==========*/
#share_business_modal {
    display: none;
    position: absolute;
    background-color: white;
    border-radius: 15px;
    padding: 0px !important;
    top: 30%;
    left: 20%;
    width:50% !important;
    z-index: 1002;
    overflow: auto;
}
.share_business_modal_main .white_content1_inner_section {
    display: flex;
    width: 100% !important;
}
.share_business_left_section {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.share_business_right_section {
    width: 70% !important;
}
.share_business_modal_close_div {
    float:right;
    width:20%;
    height: 24px;
    padding: 15px 15px 0;
}
.share_business_modal_close_btn {
    float: right;
}
.share_business_modal_close_btn img {
    width: 20px;
    height: 15px;
}
.share_business_modal_div {
    padding: 0px 25px;
}
.share_business_modal_head {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #333;
} 
.share_business_sub_head {
    color: #333;
    font-family: Open Sans !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    margin: 25px 0;
}
.share_business_modal_div .wpforms-field-label {
    color: #333;
    font-family: Open Sans !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    height: 10px !important;
    margin-top: 24px !important;
}
.share_business_modal_div .wpforms-submit{
    background: #FF9900 !important;
    width: 100%  !important;
    margin-top: 20px;
}
.share_business_modal_div .wpforms-submit:hover, .share_business_modal_div .wpforms-submit:focus { 
    background: #ff9900 !important; 
}
.share_business_modal_div .wpforms-container .wpforms-field {
    float: none;
    clear: both;
    margin-top: 24px;
}
.share_business_modal_div .wpforms-submit-container { 
    display: flex;
    flex-direction: row-reverse;
	width: 50% !important;
    margin-left: auto !important;
}
.share_business_modal_div .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding:0px !important;
    position: relative;
}
.share_business_modal_div .wpforms-field-medium { max-width:100% !important; } 
.share_business_modal_div .wpforms-container-full button[type=submit]:focus:after{ border: none !important; }
.share_business_modal_div .wpforms-field input::placeholder {
    color: #bbb;
    font-family: Open Sans;
    font-size: 16px !important;
}
.share_business_modal_div input[type="text"] { height: 48px !important; }

.share-business-copy-url-div {
    margin-top: -66px;
} 

.share-business-copy-url-btn {
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 3px;
    padding: 7px 40px;
    color: #333;
    font-weight: 600;
    font-size: 16px;
}
.share-business-copy-url-btn img {
    width:24px; 
    height:24px; 
    vertical-align:middle;
}
.share-business-copy-url-btn:hover {
    background-color: #fff !important;
    color: #333;
}
.share_business_actions {
    display: grid;
    gap: 15px;
    padding: 20px 0;
}
.share_business_modal_div .business_login_btn, .share_business_modal_div .business_new_user_btn{
    color: white;
    text-align: center;
    background-color: #ff9900;
    padding: 10px;
    border-radius: 4px;
}
div.wpforms-container-full .wpforms-confirmation-container-full {
    margin-bottom: 80px !important;
}
/*========== Share this business for sale end ==========*/

/*========== Download Spinner start ==========*/
.listing-download-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Spinner */
.download-btn-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    display: none !important;
}

/* Loading state */
.listing-download-button.loading {
    pointer-events: none;
    opacity: 0.7;
}

.listing-download-button.loading .download-btn-spinner {
    display: inline-block !important;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
/*========== Download Spinner end ==========*/

/*========== For Mobile view ==========*/
@media (max-width: 767px) {
    .top-action-section {
        display: grid; 
        gap: 15px;
        justify-content: normal;
        position: unset;
    }
    .top-right-action-div {
        display: grid;
        gap: 15px;
        box-sizing: border-box;
        /* grid-template-columns: repeat(4, 1fr); */
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        width: 100%;
    }
    .top-right-action-div .post-date-div {
        display: none;
    }
    .listing-title-section {
        margin-top: unset;
    }
    .location-asking-price-section, .location-div, .listing-middle-section {
        flex-direction: column;
    }
    .middle-left-div,
    .middle-right-div {
        width: 100% !important;
    }
    .middle-right-div .key-business-facts-list {
        width: 100%;
        height: 100%;
    }
    .asking-price-div {
        gap: 5px;
        margin-top: 10px;
    }
    .asking-price-div .asking-price-label, .asking-price-div .asking-price {
        font-size: 22px;
    }
    .slider-container {
        height: 500px;
    }
	.process-next-steps .pns-request-info-button {
        width: 100% !important;
    }
    .market-highlight-div {
        flex-direction: column;
    }
    .similar-listing-asking-price {
        font-size: 15px;
    }

    /* Share this business for sale start */
    .share_business_left_section {
        width: 100% !important;
        height: 200px !important;
    }
    .share_business_right_section {
        width: 100% !important;
    }
    .share_business_modal_div {
        padding: 0px 15px 20px 15px !important;
    }
    .share-business-copy-url-div {
        margin-top: unset;
    }
    .share-business-copy-url-btn {
        font-size: 14px;
        width: 100%;
    }
    .share_business_modal_div div.wpforms-container-full:not(:empty) {
        margin: 15px auto;
    }
    .share_business_modal_div .wpforms-submit-container {
        width: 100% !important; 
    }
    .share_business_modal_div .wpforms-submit {
        margin-top: 10px;
    }
    .share_business_modal_div .wpforms-field-label {
        margin-top: unset !important;
    }
    /* Share this business for sale end */
}

/*========== For iPad view ==========*/
@media (min-width: 768px) and (max-width: 1024px) {
    .top-action-section {
        position: unset;
    }
    .listing-title-section {
        margin-top: unset;
    }
    .location-div {
        display: grid;
    }
    .middle-right-div .key-business-facts-list {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    .similar-listings-list {
        display: grid;
        gap: 20px;
        width: 100%;
        box-sizing: border-box;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .similar-listing-asking-price-label, .similar-listing-asking-price {
        font-size: 14px;
    }

    /* Share this business for sale start */
    .share_business_sub_head {
        margin: 15px 0;
    }
    .share_business_modal_div{
        padding: 15px 15px 20px 15px !important;
    }
    .share-business-copy-url-btn {
        font-size: 14px;
        padding: 7px 5px;
        width: 45%;
    }
    /* Share this business for sale end */
}

/*========== For Desktop view ==========*/
@media (min-width: 768px) {
    .top-left-action-div .post-date-div {
        display: none;
    }
    #share_business_modal, .share_business_left_section {
		height: 504px;
    }
}
@media (min-width: 1025px) and (max-width: 1226px) {
    .top-action-section {
        top: 162px;
    }
}

/*========== CSS for font size when toggle is enabled start ==========*/
@media (min-width: 250px) and (max-width: 1146px) {
    .fontsize #invetory-tooltip{ right: -200px !important;}
    .fontsize #real-estate-tooltip { right: -355px !important; }
    .fontsize #real-estate-arrow { left: 51% !important; }
    .fontsize .tab2 { margin-left: 85px !important; }
    .fontsize #ask-price-tooltip {
        right: -430px !important;
        top: -70px !important;
    }
    .fontsize #ask-price-arrow { left: 30% !important; }
    .fontsize #cash-flow-tlp-arrow { left: 95% !important; }
    .fontsize #location-tooltip { right: -340px !important; }
    .fontsize #location-arrow { left: 55% !important; }
}

@media (min-width: 250px) and (max-width: 767px) {
    .fontsize #cash-flow-tooltip { right: -197px !important; }
}
/*========== CSS for font size when toggle is enabled end ==========*/