/* Listing Detail Page - Location Upgrade Prompt Fix */
.listing-detail-location-upgrade {
    position: static !important;
    bottom: auto !important;
    right: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 8px !important;
    animation: none !important;
}

/* Override any absolute positioning for location upgrade on detail page */
.title-field .listing-detail-location-upgrade {
    position: static !important;
    justify-content: flex-start !important;
}

::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
	background-color: #424242;
	border-radius: 10px;
}
body {
	overflow-x: hidden;
	font-family: Montserrat;
}
a {
	text-decoration: none;
}
.logo_area a {
    max-width: 235px;
}
header#site-header #menu_bar .menu_area nav.navbar #main-menu ul.navbar-nav li.nav-item a.nav-link {
	color: #000;
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 500;
	line-height: 150%;
	padding: 0 25px;
	transition: color 0.3s ease;
}
header#site-header #menu_bar .menu_area nav.navbar #main-menu ul.navbar-nav li.nav-item a.nav-link:hover {
	color: #BFDAA4 !important;
}
header#site-header #menu_bar .menu_area nav.navbar #main-menu ul.navbar-nav li.nav-item a.nav-link:active {
	color: #5598E9 !important;
	font-weight: 600;
}
header#site-header #menu_bar .menu_area nav.navbar #main-menu ul.navbar-nav li.nav-item a.nav-link.active {
	color: #5598E9 !important;
	font-weight: 600;
}
header#site-header #menu_bar .xtra_btn a {
	color: #FFF;
	text-align: center;
	font-feature-settings: 'liga' off;
	font-size: 22px;
	font-weight: 600;
	line-height: 150%;
    border-radius: 8px;
	padding: 16px 32px;
    background-color: #ACC6DD;
    border: none !important;
}

header#site-header #menu_bar .xtra_btn a:hover {
    background-color: #000;
}
section#acc_wrap_area {
    background: linear-gradient(180deg, #ACC6DD 0%, rgba(224, 222, 247, 0.00) 100%);
    height: 100vh;
}
section#acc_wrap_area .acc_form_wrap input.form-control {
    border-radius: 8px;
    background: #FFF;
    height: 85px;
}
.login-logo {
    padding: 50px;
}

img.title-divider {
    max-width: 55px;
}

.plan-row {
    margin: 0px 30px;
}

.each-plan {
    margin-bottom: 35px;
}
.each-tier {
	padding: 40px;
	margin: 20px 0;
    border-radius: 20px;
    height: 100%;
    position: relative;
}
.each-tier.tier-1 {
    background-color: #ACC6DD;
}
.each-tier.tier-2 {
    background-color: #5598E9;
	box-shadow: 0 14px 57px 5px rgba(0, 0, 0, 0.25);
}
.each-tier.tier-3 {
    background-color: #BFDAA4;
}
section#about {
    background-color: #0D325E;
    box-shadow: 0 4px 200px 0 rgba(232, 249, 247, 0.20);
}
.abt_content {
    padding: 25px;
    border-radius: 8px;
    background-color: #ffffff33;
}
.abt_content p {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.7;
}
section#cta video {
    width: 100%;
}


/* 14-08-2025 */ 
section#hero-sec:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: linear-gradient(287.63deg, rgb(0 0 0 / 10%) 55.15%, #0d325efa 90.19%);
}
.hero-content-col {
    position: absolute;
    bottom: 20%;
    z-index: 999;
}
.hero-sec-conetnt h1 {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 62px;
    color: #ffff;
    line-height: 1.1;
}
.hero-sec-conetnt p {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    color: #ffff;
    width: 85%;
}

/* Tabs container */
.Properties-tab {
    border-radius: 8px;
    display: inline-block;
    margin-top: 15px;
}

.Properties-tab .nav-tabs {
    border-bottom: none;
    margin-bottom: 0;
    border-top-left-radius: 8px;
    overflow: hidden;
}

.Properties-tab li.nav-item {
    padding: 20px 35px 10px;
    background: #fff;
}

.Properties-tab .nav-tabs .nav-link {
    border: none;
    background: none;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    padding: 0 0px 8px 0;
}

.Properties-tab .nav-tabs .nav-link.active {
    color: #5598E9;
    border-bottom: 2px solid #5598E9;
}

.Properties-tab .tab-content {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 25px 35px;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.Properties-tab .tab-content .info-block {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.Properties-tab .tab-content .info-block label {
    color: #001619B2;
    font-size: 16px;
    margin-bottom: 2px;
}

.Properties-tab .tab-content .info-block strong {
    font-size: 18px;
    font-weight: 700;
    color: #000929;
}

.Properties-tab .tab-content .divider {
    width: 1px;
    height: 30px;
    background: #ddd;
}

.Properties-tab .btn-browse {
    background: #76A7D2 !important;
    color: #fff;
    border: none;
    padding: 8px 25px;
    border-radius: 6px;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}
.Properties-tab .btn-browse:hover {
    background: #000;
}

.info-box {
    gap: 40px;
}

.title-divider-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    margin: 20px auto;
}

.title-divider-wrap::before,
.title-divider-wrap::after {
    content: "";
    flex: 1;
    border-top: 1px solid #EDEDED;
}

.title-divider {
    margin: 0 15px; 
    height: auto;
}


.title-col {
    padding: 15px 0px 30px;
}

.title-col h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #313131;
    margin-bottom: 5px;
}

.title-col h5 {
    font-family: Montserrat !important;
    font-weight: 300 !important;
    font-size: 23px !important;
    text-align: center;
    color: #313131 !important;
}

.title_head h5 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 0px;
    color: #000;
}

.tier-2 .title_head h5 {
    color: #fff !important;
}

ul.list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

ul.list li {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}


.tier-1 ul.list li i {
    color: #76A7D2;
}

.each-tier p.lead {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

.tier-1 * {
    color: #000;
}

.title_head h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 50px;
    color:#000;
}

.tier-2 .title_head h3 {
    color: #fff !important;
}

.subhead h4 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}

.plan_title .price {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 50px;
}

.tier-2 .plan_title .price {
    color: #fff !important;
}

.plan_title .price sup {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 36px;
}

/* Billing period label styling */
.plan_title .price .billing-period {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    margin-left: 5px;
    vertical-align: baseline;
    opacity: 0.9;
}

.tier-2 .plan_title .price .billing-period {
    color: #fff;
}

.tier-2 * {
    color: #fff;
}

.tier-3 .list {
    margin: 25px auto;
    width: 60%;
    list-style: none;
    padding-left: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.select-btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

span.gold {
    color: #FFA304;
    font-weight: 700;
}

.tier-3 h5 {
    font-weight: 700;
}

/* How it works */
#how-it-works .icon-box {
    text-align: left;
}

#how-it-works .icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f0f6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#how-it-works .icon-box h5 {
    font-size: 20px;
    padding-bottom: 10px;
}

.right_icon {
    position: absolute;
    bottom: 0;
    right: -5px;
}

#how-it-works .info-box {
    background: #ACC6DD;
    padding: 30px 35px 120px !important;
}

#how-it-works .info-box h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    margin-top: 10px;
}

#how-it-works .person-img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 275px;
}

.browse-button {
    display: inline-block;
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    color: #000;
}

.browse-button:hover {
    background: #000;
    color: #fff;
}

.info-box p {
    font-weight: 500 !important;
}

/* Featured Listing */

section#featured-listing .title-divider-wrap::before, 
section#featured-listing .title-divider-wrap::after {
    border-top: 1px solid #E4E4E4 !important;
}
section#featured-listing {
    background: linear-gradient(180deg, #FFFFFF 0%, #ACC6DD 100%);
    padding: 70px 15px;
}

.featured-col {
    padding: 25px 0px;
}

.each-box {
    margin: 0px 18px;
    position: relative;
    /* border and border-radius now handled by unified listing-card.css */
}

.property-image {
    height: 200px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow-clip-margin: unset;
}

.property-content {
    position: relative;
    background: #fff;
    padding: 28px 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.badge-tag {
    position: absolute;
    top: -20px;
    left: -12px;
    background-color: #FED1BE;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 999;
}

section#featured-listing .badge-tag {
    background-color: #FED1BE !important;
}
 
.price-box {
    padding-top: 10px;
}

.price {
    font-family: Plus Jakarta Sans;
    font-weight: 800;
    font-size: 24px;
    padding-bottom: 10px;
}
.price span {
    font-size: 15px;
    color: #9f9e9e;
    font-weight: 500;
}

.property-content h5 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
    color: #2c3e50;
    display: inline-block;      
    max-width: 300px;          
    white-space: nowrap;        
    overflow: hidden;           
    text-overflow: ellipsis; 
}
.location {
    color: #76A7D2;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
}
.details {
    display: flex;
    gap: 20px;
    font-size: 0.9rem;
    color: #777;
    border-top: 1px solid #D9EAFF;
    padding-top: 12px;
    margin-top: 12px;
}

.det-icon {
    display: flex;
    gap: 8px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 14px;
    color: #000000c7;
}

.details i {
    margin-right: 4px;
    color: #fca69c;
}
.overlay-label {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #004a7c;
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 5px 8px;
    border-radius: 4px;
}

/* Base dots style */
.slick-dots li button {
    height: 12px;
    float: left;
    margin-right: 10px;
    background-color: #D9D9D9;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s ease width;
    width: 12px;
}
  
.slick-dots li.slick-active button {
    background-color: #FED1BE;
    width: 33px;
    cursor: auto !important;
}
  
  .slick-dots li button:before {
    display: none; }
  
  .slick-dots {
    bottom: -60px; }
  
  .slick-dots li {
    width: auto;
    height: auto;
    margin: 0; }

/* About */
.about-logo {
    margin-bottom: 25px;
    position: relative;
}

.about-logo h5 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 27px;
    position: absolute;
    color: #5598E9;
    margin-bottom: 0px !important;
    top: 30px;
}

.about-image {
    position: relative;
}

.about-image img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cta-btn {
    background: #000 !important;
    padding: 25px 70px !important;
}

/* New Listing */

section#new-listing {
    background: linear-gradient(180deg, #FFFFFF 0%, #ACC6DD 100%);
    padding: 70px 15px;
}

section#new-listing .badge-tag {
    background: #BFDAA4;
}

section#new-listing .title-divider-wrap::before, 
section#new-listing .title-divider-wrap::after {
    border-top: 1px solid #E4E4E4 !important;
}


/* CTA */

#cta_sec {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #acc6dda3;
    padding: 50px 15px;
    height: 82vh;
}

#cta_sec .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1 !important;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.opn_container {
    max-width: 90%;
    margin: auto;
}

.cta_col {
    position: relative;
    z-index: 2;
}

.plan_btn, .view-all, .join-now, .cta-btn {
    font-family: Montserrat;
    background: #76A7D2;
    color: #fff;
    border: none;
    padding: 15px 35px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
}

.plan_btn:hover {
    background: #000 !important;
}

.view-all:hover, .join-now:hover, .cta-btn:hover {
    background: #fff !important;
    color: #000 !important;
}

.tier-2 .plan_btn {
    background: #ACC6DD;
}

.tier-3 .plan_btn {
    background: #A0BA54;
}

.view-all {
    background: #000 !important; 
}

.join-now {
    background: #5598E9 !important;
    padding: 25px 70px !important;
    margin-top: 60px !important;
}

.cta-logo {
    padding-bottom: 30px;
    text-align: center;
}

.cta-logo img {
    margin: auto !important;
}

.cta_col h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 25px;
    text-align: center; 
}

.cta_col h1 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    padding: 10px 0px;
}

.cta_col p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}


/* Footer */
footer {
    background-color: #123766; /* Dark blue background */
    color: white;
    padding: 40px 0 20px;
  }
  footer h6 {
    font-weight: 600;
    color: #8FA2B5; /* Light grayish-blue for headings */
    margin-bottom: 20px;
  }
  footer a {
    color: white;
    text-decoration: none;
  }
  .social-icons a {
    color: white;
    font-size: 18px;
    margin-left: 15px;
  }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 30px;
    padding-top: 15px;
    font-size: 14px;
  }
  .subscribe-input {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
  }
  .subscribe-input::placeholder {
    color: rgba(255,255,255,0.6);
  }

  .price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  span.heart-icon {
    border: 1px solid #D9EAFF;
    padding: 12px;
    border-radius: 50%;
    cursor: pointer
}

/* 19-09-2025 */
.social-icons span {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 19px;
    line-height: 19px;
}

.social-icons a {
    color: white;
    font-size: 18px;
    margin-left: 20px;
}

footer h6 {
    color: #ffffff78;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
}

.foot-col p, .foot-col a {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 20px;
    /* display: block; */
}

.foot-col ul li {
    margin-bottom: 15px !important;
}

footer a:hover {
    color: #76A7D2;
}

.foot-col .input-group {
    border-bottom: 1px solid #dbdbdb14;
    padding-bottom: 15px;
}

.foot-col .input-group .subscribe-input {
    background-color: transparent;
    border: none;
    color: white;
    padding: 0px;
    font-size: 1rem !important;
    font-weight: 400 !important;
    height: 45px !important;
}

.foot-col .input-group .btn {
    position: relative !important;
    z-index: 2 !important;
    background: #dbdbdb14 !important;
    border-radius: 40px !important;
    border: none !important;
    padding: 10px 35px !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    display: inline-flex;
    align-items: center;
    height: 45px;
}

.foot-col .input-group .btn:hover {
    background: #000 !important;
    color: #fff !important;
}

.foot-col .input-group .btn img {
    margin-left: 10px;
}

.foot-col .small {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    width: 75%;
    margin-top: 25px;
}

.subscribe-input {
    background-color: transparent;
    border: none;
    color: white;
    padding: 0px;
}
.subscribe-input::placeholder {
    color: #fff !important;
    font-size: 16px !important;
}

.user-menu .dropdown-menu li a {
    font-size: 16px !important;
}

header#site-header #menu_bar .xtra_btn .guest-header-section a:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}
/* .featured-slick .featured-box {
    height: 490px !important;
} */

/* Review Modal */
#reviewApprovalModal {
    background-color: transparent !important;
    box-shadow: none !important;
}
.search-slick {
    padding-bottom: 45px !important;
}
.search-slick .slick-dots {
    bottom: -5px !important; 
}
body .search-slick div.listing-card.featured-each{
    /* height: 490px !important; */
    margin: 18px !important;
}

body .search-slick .featured-each {
    /* height: 490px !important; */
    margin: 18px !important;
}

.social-links {
    display: flex;
}

.date-wrapper input {
    margin-bottom: 5px !important
}
.date-wrapper label {
    color: #5d5d5d;
    font-size: 15px;
    transition: 0.2s;
    pointer-events: none;
}

.date-label {
    display: flex;
    align-items: center;
    gap: 4px;
}

.bio-textarea::placeholder {
    color: #dfdfdf !important;
    font-size: 16px !important;
}

#step-2 .profile-content {
    margin-top: 0px !important;
}

.form-select option {
    font-size: 16px !important;
}

.ssn-form-container .form-group input::placeholder {
    color: #dfdfdf !important;
}

#btn-sec {
    margin-bottom: 40px;
}

body .grecaptcha-badge {
    z-index: 99999 !important;
}

.calendar-actions .btn {
    font-size: 16px !important;
}

.multi-select {
    font-size: 15px;
    font-weight: 500;
    color: #838383 !important;
}

.social-box input::placeholder { 
    font-size: 16px !important;
}

.bed-bath-selector .selector-icon {
    top: 35% !important;
}

.gm-style-iw-d, .gm-style-iw, .gm-style-iw-c {
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
  }
body .gm-style-iw {
    padding-inline-end: 12px !important;
}

.map-info-window .info-actions {
margin-bottom: 10px !important;
}

body#property-owner-annual-price-text {
    color: #000 !important;
}

.banner-tag h3 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    background: #fff;
    display: inline-block;
    padding: 10px;
    margin-top: 15px;
    border-radius: 8px;
}


  

@media (min-width: 1200px) and (max-width: 1600px) { 
    #customModalOverlay .custom-modal {
        overflow-y: auto !important;
    }
    .custom-tabs .nav-link {
        font-size: 14px !important;
    }
    
}
@media (min-width: 1200px) and (max-width: 1400px) { 
    #how-it-works .person-img {
        max-height: 220px;
    }
    .property-content h5 {
        font-size: 17px !important;
        max-width: 250px !important;
    }

    .listing-card-actions, .listing-management-actions {
        flex-direction: column;
    }
}

@media(min-width:1200px){
    .registration-popup-modal .cta_col p {
        width: 70% !important;
        margin: auto !important;
    }
}
@media(max-width:1400px){
    /* #cta_sec {
        height: 60vh;
    } */
    #how-it-works .info-box h3 {
        font-size: 36px;
    }
    .tab-row {
        width: 100% !important;
    }
}

@media(max-width:1199px){
    div#menu_bar {
        position: relative;
    }
    button.navbar-toggler {
        position: absolute;
        right: 0;
        top: -65px;
        background: #76A7D2;
        z-index: 999 !important;
    }
    .navbar-toggler-icon {
        background-image: none !important;
    }
    nav.navbar button.navbar-toggler.collapsed span.navbar-toggler-icon:before {
        content: "\f0c9";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 25px;
        color: #fff;
        line-height: 1.2;
    }
    nav.navbar button.navbar-toggler span.navbar-toggler-icon:before {
        content: "\f00d";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 25px;
        color: #fff;
        line-height: 1.2;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
    }
    header#site-header #menu_bar .menu_area nav.navbar #main-menu ul.navbar-nav li.nav-item a.nav-link {
        padding: 8px 0px; 
        font-size: 18px; 
    }
    ul.navbar-nav {
        padding-top: 20px;
    }
    .user-header-section {
        flex-direction: row !important;
        gap: 1rem !important;
        border-top: none !important;
        align-items: center;
        justify-content: flex-end !important;
    }

    header#site-header #menu_bar .xtra_btn .guest-header-section a {
        text-align: center;
        font-size: 16px;
        padding: 10px 32px;
    }
    .hero-sec-conetnt h1 {
        font-size: 56px !important;
    }
    section#hero-sec {
        min-height: 600px !important;
    }
    .hero-content-col {
        bottom: 15%;
    }
    #how-it-works .info-box {
        padding: 15px 25px 120px !important;
    }
    #how-it-works .info-box h3 {
        font-size: 27px;
    }
    #how-it-works .person-img {
        max-height: 160px;
    }
    .tier-3 .list {
        width: 100%;
    }
    .abt_content p {
        font-size: 16px;
        line-height: 1.5;
    }
    .join-now {
        margin-top: 40px !important;
    }
    #cta_sec {
        height: auto !important;
    }
    .xtra_btn {
        position: absolute;
        right: 0;
        top: 0;
    }
    .guest-header-section {
        margin-right: 75px !important;
        margin-top: 29px !important;
    }
    .user-header-section {
        margin-right: 45px !important;
        margin-top: 10px !important;
    }
    .custom-tabs .nav-link {
        min-width: 300px !important;
    }
    .custom-tabs .nav-item {
        flex: 0 !important;
    }
    .tab-row {
        width: 100% !important;
    }
    .listings-grid, .roommates-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media(max-width:991.98px){
    .hero-sec-conetnt h1 {
        font-size: 48px !important;
        width: 70%;
        margin-bottom: 10px;
    }
    .hero-content-col {
        position: unset !important;
        margin-top: 15% !important;
    }
    section#hero-sec {
       background-position: center; 
    }
    .about-image img {
        position: unset;
        margin: auto;
    }
    .card-title h5 {
        font-size: 18px !important;
    }
    a.location {
        font-size: 15px !important;
    }
    #how-it-works .person-img {
        max-height: 200px;
    }
    #how-it-works .info-box {
        margin-top: 20px;
    }
    section#featured-listing {
        padding: 10px 15px 70px !important;
    }
    .footer-bottom {
        margin-top: 5px;
    }
    .foot-col .small {
        width: 100% !important;
    }
    .profile-accordion .accordion-button {
        font-size: 26px !important;
    }
    .profile-accordion .accordion-button small {
        font-size: 16px !important;
    }
    .plan-row {
        margin: 0 !important;
    }
    .each-tier {
        padding: 35px;
    }
    ul.list li {
        font-size: 16px !important;
        margin-bottom: 20px !important;
    }
    .title_head h3, .plan_title .price {
        font-size: 40px;
    }
    .join-now {
        padding: 15px 50px !important;
    }
    .plan_title .price sup {
        font-size: 26px !important;
    }  
   
}

@media(max-width:767.98px){
    
   .logo_area a {
        width: 160px;
    }
    button.navbar-toggler {
        top: -52px;
    }
   
    .user-header-section a {
        padding: 0px 18px !important;
    }
    .user-avatar img, .default-avatar {
        width: 50px !important;
        height: 50px !important;
        font-size: 1.3rem !important;
        border-width: 2px !important; 
    }

    .guest-header-section {
        padding: 0px !important;
        margin-top: 12px !important;
    }
    .user-menu .dropdown-menu li a {
        padding: 10px 15px !important;
    }
    .dropdown-toggle i {
        font-size: 16px !important;
    }
    .hero-sec-conetnt h1 {
        font-size: 45px !important;
    }
    .Properties-tab .info-box {
        flex-wrap: wrap !important;
        flex-direction: row !important;
    }
    .Properties-tab .divider {
        display: none !important;
    }
    .plan-row {
        margin: 0px !important;
    }
    .title_head h5 {
        font-size: 20px !important;
    }
    .title-col {
        padding: 15px 0px;
    }
    .each-tier {
        padding: 35px;
    }
    .tier-3 .list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .featured-slick .featured-box {
        height: 100% !important;
    }
    .profile-accordion .accordion-button {
        font-size: 20px !important;
        padding: 20px 15px !important;
    }
    .profile-accordion .accordion-button small {
        font-size: 13px !important;
    }
    .continue-btn a, .next-btn a {
        padding: 20px 35px !important;
    }
    .each-btn.tier-4 a, .each-btn.selected.tier-4 a, .each-btn2.tier-4 a {
        padding: 20px 15px !important;
    }
    .search-slick .slick-dots {
        bottom: -5px !important;
    }
    .profile-section {
        height: 425px !important;
    }
    .slick-list {
        overflow: hidden !important;
        padding-right: 0px !important;
    }

    .listings-grid, .roommates-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    section#hero-sec {
        min-height: 400px !important;
    }
}

@media(max-width:575.98px){

    .xtra_btn {    
        position: unset !important;
    }

    .guest-header-section,
    .user-header-section {
        margin-right: 0px !important;
    }

    .user-header-section {
        gap: 0.2rem !important;
        justify-content: center !important;
        background: #76a7d230;
        border-radius: 8px;
    }

    .hero-sec-conetnt h1 {
        font-size: 33px !important;
    }
    .hero-sec-conetnt p {
        font-size: 15px !important;
        line-height: 1.4 !important;
    }
    .Properties-tab li.nav-item {
        padding: 20px 15px 10px !important;
    }
    .Properties-tab .info-box {
        flex-direction: column !important;
    }
    .Properties-tab .nav-tabs .nav-link {
        font-size: 16px !important;
    }
    .each-plan, .owner-plan {
        padding: 0px;
        margin-bottom: 0px !important;
    }
    .each-tier {
        padding: 20px !important;
        height: auto !important; 
    }
    .each-tier .plan_title {
        justify-content: center !important;
        flex-direction: column !important; 
    }
    .each-tier .title_head, .each-tier .plan-price-status {
        text-align: center !important;
    }
    .title_head h5 {
        font-size: 16px !important;
    }
    .title_head h3 {
        font-size: 40px !important;
    }
    .plan_title .price {
        font-size: 30px !important;
    }
    .plan_title .price .billing-period {
        font-size: 14px !important;
    }
    ul.list li {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .select-btn {
        position: unset !important;
    }
    .plan_btn {
        margin-top: 15px !important;
        margin-bottom: 15px;
        padding: 15px !important;
    }
    .current-user-plan .plan_title {
        margin-top: 30px !important;
    }
    .plan_title .price sup {
        font-size: 20px !important;
    }
    .Properties-tab {
        width: 100%;
    }
    .tier-3 .list {
        margin: 0px !important;
    }
    #how-it-works {
        padding-top: 10px !important;
    }
    #our-tier {
        padding-bottom: 20px !important;
    }
    .to-footer {
        flex-direction: column !important; 
    }
    .social-icons {
        margin-top: 20px !important;
    }
    .footer-bottom {
        font-size: 13px !important;
    }
    .profile-title {
        font-size: 33px !important;
    }
    .profile-accordion .accordion-button {
        flex-direction: column !important;
        justify-content: start !important;
        text-align: left !important;
        align-items: flex-start !important;
        padding: 20px 15px 50px !important;
    }
    .profile-accordion .accordion-button::after {
        position: absolute !important;
        right: 10px !important;
    }
    .profile-accordion .accordion-button small {
        margin-top: 10px !important;
        margin-left: 0px !important;
    }
    .continue-btn a, .next-btn a {
        padding: 20px 10px !important;
        font-size: 16px !important;
        width: 100%;
        display: block;
    }
    .navigation-btns {
        flex-direction: column;
    }
    .profile-image-section .upload-section label {
        width: 100% !important;
    }
    .social-box {
        width: 100% !important;
    }
    .guest-form-group input {
        width: 100% !important;
    }
    .accordion-body {
        padding: 50px 12px !important;
    }
    body .registration-popup-modal .cta_col {
        padding: 20px !important;
    }
    body .registration-popup-modal .cta-logo {
        width: 75% !important;
        margin: auto !important;
        padding-bottom: 15 !important;
    }
    .registration-popup-modal .cta_col p {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }
    .registration-popup-modal .button-container {
        margin: 10px 0 !important;
        flex-direction: column !important;
    }
    body .registration-popup-modal a.btn-sec {
        margin-top: 10px !important;
        padding: 20px 35px !important;
    }
    body .registration-popup-modal a.btn-prime  {
        margin-top: 10px !important;
        padding: 20px 35px !important;
    }
    .gender-options {
        padding-left: 0px !important;
    }
    .accordion-header .premium-badge {
        right: 10px !important; 
        top: 68% !important;
        padding: 6px 14px !important;
        font-size: 12px !important;
    }
    .card-title h5, .property-content h5 {
        font-size: 15px !important;
        max-width: 230px !important;
    }
    .custom-tabs .nav-link {
        min-width: 100% !important;
    }
    .cta_col h1 {
        font-size: 30px !important;
    }
    .cta-btn {
        padding: 15px 50px !important;
    }
    #customModalOverlay .custom-modal {
        overflow-y: auto !important;
    }

    .listing-card-actions, .listing-management-actions {
        flex-direction: column;
    }

    .roommate-info-section {
        padding: 20px !important;
    }

    .roommate-info-section h3 {
        font-size: 23px !important;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .roommate-details h5 {
        text-align: center !important;
        padding-top: 10px !important;
    }

    .roommate-gender, .roommate-profession {
        font-size: 15px !important;
    }

    .roommate-info {
        flex-direction: column !important;
    }

    .roommate-avatar-placeholder {
        font-size: 1.5rem !important; 
        width: 65px !important;
        height: 65px !important;
    }

    body .gm-style-iw {
        max-width: 250px !important;
    }
    body .map-info-window {
        width: 220px !important;
    }
    section#hero-sec {
        background-position: 65% center !important;
    }
    .hero-content-col {
        margin-top: 35% !important;
    }
    .hero-sec-conetnt h1 {
        font-size: 33px !important;
        width: 100% !important;
    }
    .search-slick {
        padding-bottom: 10px !important;
    }
}

/* smaller mobiles */
@media(max-width:360px){
    section#hero-sec {
        min-height: 325px !important;
    }
    .hero-sec-conetnt h1 {
        font-size: 26px !important;
    }
    #how-it-works .info-box {
        padding: 15px 25px 165px !important;
    }
    #how-it-works .person-img {
        max-height: 180px !important;
    }
    .about-image {
        padding-top: 1rem !important;
    }
    .social-icons span, .social-icons a {
        font-size: 15px !important;
    }
    .profile-title {
        font-size: 28px !important;
    }
    .profile-accordion .accordion-button {
        font-size: 17px !important;
    }
    .profile-accordion .accordion-body {
        padding: 40px 15px !important;
    }
    .social-box {
        padding: 10px 5px !important;
    }
    .social-box::after {
        right: 2rem !important;
    }
    a.location {
        font-size: 13px !important;
    }
}