:root {
    --primary-color: #151c2b;
    --secondary-color: #13678b;
    --light-color:#dfe9f6;
}

body {
    margin: 0;
    padding: 0;
}

.custom-nav {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background: transparent;
    transition: background-color 0.35s ease, backdrop-filter 0.35s ease, transform 0.35s ease;
    z-index: 9999;
}
.custom-nav.hide {
    transform: translateY(-100%);
}

.custom-nav:hover {
    background: var(--primary-color); 
    backdrop-filter: blur(8px);
}

.custom-nav.scrolled {
    background: var(--primary-color);
    backdrop-filter: blur(8px);
}

.nav-links {
    display: flex;
    gap: 40px;
    margin: 0;
    list-style: none;
}

.cus-nav-items{
    color: white;
    text-decoration: none;
    font-size: 15px;
    display: block;
    width: max-content;
    position: relative;
    padding-bottom: 2.5px;
    /* font-weight: 500; */
}

 .cus-nav-items::after, .cus-nav-items::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.3px;
    background: white;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

 .cus-nav-items:hover::after, .cus-nav-items.active::after ,  .cus-nav-items:hover::after {
    transform: scaleX(1);
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 40px;
}

.nav-right i {
    color: white;
    font-size: 20px;
    cursor: pointer;
}
.pointer{
    cursor: pointer;
}
.logo{
    width: 190px;
    height: auto;
}


.side-menu {
    position: fixed;
    top: 0;
    right: -44%; 
    width: 44%;
    height: 100vh;
    z-index: 1000;
    font-family: PP Fragment Glare, sans-serif;
    background: var(--primary-color);
    transition: right 0.55s ease;
    padding: 40px 50px;
    overflow-y: auto;
}

.side-menu.open {
    right: 0; 
}


.side-menu-inner {
    position: relative;
}

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

.close-menu {
    font-size: 26px;
    color: white;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}


.side-search {
    width: 100%;
    background: #e8f1f7;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 5px 5px 20px;
    border-radius: 35px;
    margin: 60px 0 40px 0;
}

.side-search i {
    color: #0f1724;
    font-size: 16px;
}

.side-search input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
}


.search-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary-color);
    cursor: pointer;
}

.search-btn i {
    color: white;
}


.side-menu h2 {
    color: white;
    margin: 19px 0 5px 0;
    font-size: 32px;
    font-weight: 400;
}


.side-menu ul {
    padding-left: 15px;
    margin-bottom: 20px;
}

.side-menu ul li {
    list-style: none;
    margin: 8px 0;
}

.side-menu ul li a {
    color: #b9c3d1;
    text-decoration: none;
    font-size: 17px;
}

.side-menu ul li a:hover {
    color: white;
}


.menu-icon {
    font-size: 23px;
    cursor: pointer;
    color: white;
    transition: .3s;
}

.sidebar-hr{
    margin-top: 100px;
}
.circle-icon{
    width: 35px;
    height: 35px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px; 
    color: #fff;
}
.circle-icon-footer{
    width: 28px;
    height: 28px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px; 
    color: #fff;
}
.hero-container {
    position: relative;
    width: 100%;
}

.hero-text {
    position: absolute;
    top:30%;
    width: 65%;
    padding: 50px; 
    color: white;
    text-align: start;
    font-weight: 600;
}
.custom-btn{
    padding:  6px 25px;
    background-color: var(--secondary-color);
    border: 0;
    font-size: 13px;
    border-radius: 35px;
    color: white;
}
.whitebtn{
    padding:  6px 25px;
    background-color: white;
    border: 0;
    font-size: 13px;
    border-radius: 35px;
    color: black;
}
.whitebtn:hover{
    background-color: transparent;
    color: white;
    border: 1px solid white;
}
.custom-btn-2{
       padding:  6px 22px;
    background-color: var(--secondary-color);
    border: 0;
    font-weight: 400;
    font-size: 12px;
    border-radius: 35px;
    color: white;
}
.custom-btn:hover{
    background-color: var(--primary-color) !important;
}
.custom-btn-2:hover{
    background-color: var(--light-color) !important;
    color: black;
}
.hoverbtn{
    padding:  6px 25px;
    border: 1px solid var(--secondary-color);
    border-radius: 35px;
    background-color: white;
    font-size: 13px;
    color: var(--secondary-color);
}
.hoverbtn:hover{
    background-color: var(--secondary-color);
    color: white;
}
.progress-bar-line {
    width: 100%;
    height: 4px;
    background: #dce3e9;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    width: 0%;
    background: #0a5f74;
    animation: progressAnimation 5s linear infinite;
}
.main-padding{
    padding: 50px;
}
.md-main-padding{
    padding: 0px;
}
.mb-main-padding{
    padding: 50px;
}
.footer{
    padding: 90px 50px 40px 50px;
    background-color: var(--primary-color);
    color: white;
}
.w-90{
    width: 90%;
}
.mt-6{
    margin-top: 60px;
}
.mt-7{
    margin-top: 70px;
}
.mt-8{
    margin-top: 80px;
}
.mt-9{
    margin-top: 90px;
}
.mt-10{
    margin-top: 100px;
}
.mt-12{
    margin-top: 120px;
}
.mt-13{
    margin-top: 130px;
}
.mt-14{
    margin-top: 140px;
}
.mt-15{
    margin-top: 150px;
}
.mt-16{
    margin-top: 160px;
}
.mt-17{
    margin-top: 170px;
}
.mt-18{
    margin-top: 180px;
}
.mt-19{
    margin-top: 190px;
}
.mt-20{
    margin-top: 200px;
}
.mt-21{
    margin-top: 210px;
}
.mt-22{
    margin-top: 220px;
}
.ls-0 {
  letter-spacing: -0.5px !important;
}
@keyframes progressAnimation {
    from { width: 0%; }
    to   { width: 100%; }
}
.carousel-indicators {
    bottom: 14px; 
    justify-content: start;
    margin-left: 20px;
}
.carousel-indicators button {
    width: 12px !important;
    margin-right: 6px !important;
    height: 12px !important;
    border-radius: 50%;
    background-color: white;
}

.property-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.property-slider .swiper-slide img {
    width: 99.5%;               
    height: 600px;
    object-fit: cover;
    transform: translateX(-10%);
}
.property-slider-details {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.property-slider-details .swiper-slide img {
    width: 98.5%;               
    height: 600px;
    object-fit: cover;
    transform: translateX(-10%);
}
.fs-21{
    font-size: 21px;
}
.fixed-info-card {
    position: absolute;
    bottom:0px;
    right: 0;
    background: var(--primary-color);
    color: white;
    padding: 25px 30px;
    width: 50%;
    z-index: 50;
}

.fixed-info-card-proterty {
    position: absolute;
    bottom:0px;
    right: 0;
    top: 40px;
    max-height: 360px;
    height: 300vh;
    background: var(--primary-color);
    color: white;
    padding: 25px 30px;
    width: 38%;
    z-index: 50;
}
.fixed-heading-property {
    position: absolute;
    bottom:0px;
    right: 0;
    top: 0px;
    max-height: 360px;
    height: 35px;
    background: var(--primary-color);
    color: white;
    padding: 25px 30px;
    width: 38%;
    z-index: 50;
}
.hero-text-property{
    position: absolute;
    top: 15%;
    width: 96%;
    /* margin-right: 20px; */
    padding:10px 20px;
    color: white;
    text-align: start;
    font-weight: 600;
}
.overflow-property-p{
    height: 75px;
    overflow: auto;
}
.light-border-color{
    border-color: #ddd2d2 !important;
}
.overflow-property-p::-webkit-scrollbar{
    width: 0px;
}
.nav-btn {
    z-index: 60;
    background: var(--secondary-color);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
}

.nav-btn-property {
    z-index: 60;
    background: var(--secondary-color);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
}

.nav-next {
    left: 65px; 
}
.light-color{
    color: var(--secondary-color);
}
.bg-custom-dark{
    background-color: var(--primary-color);
}
.img-container{
    overflow: hidden;
    width: 100%;
    height: 300px;
}
.img-container-property{
    overflow: hidden;
    width: 100%;
    height: 300px;
}
.blog-img-container{
    overflow: hidden;
    width: 100%;
    height: 200px;
}
.blogs .blog-img-container img{
    transition: transform 2s ease;
}
.blogs:hover .blog-img-container img{
    transform: scale(1.13);
}
.img-container-property img{
    transition: transform 2s ease;
}
.img-container-property:hover img{
    transform: scale(1.13);
}
.properties{
    cursor: pointer;
}
.properties .property-img-container img{
    transition: transform 2s ease;
}
.properties:hover .property-img-container img{
    transform: scale(1.13);  
}
.property-img-container{
    overflow: hidden;
    width: 100%;
    height: 250px;
}

.neighbourhood-img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.heading-sec{
    padding: 115px 50px 0px 50px;
    height: 230px;
    background-color: var(--primary-color);
    color: white;
}
.team-details-sec{
    padding: 150px 50px 0px 50px;
    height: 370px;
    background-color: var(--primary-color);
    color: white;
}
.heading-sec-properties{
    padding: 115px 50px 0px 50px;
    height: 450px;
    background-color: var(--primary-color);
    color: white;
}
.heading-sec-blog{
    padding: 115px 50px 0px 50px;
    height: 280px;
    background-color: var(--primary-color);
    color: white;
}
.mt-10p{
    margin-top: 10%;
}
.blogs{
    background-color: #f4f4f4;

}
.contact-sec{
    background-color:var(--light-color); 
    padding:100px 50px;
}
.career-sec{
    background-color:var(--light-color); 
    padding:50px 0px 50px 75px;
}
.sell-sec{
    background-color:var(--light-color); 
    padding:100px 50px;
}
.bg-light{
    background-color: var(--light-color) !important;
}
.login-form{
    width: 100%;
    max-width: 600px;
    background-color: white;
    box-shadow:  0px 0px 10px rgba(17,17,26,.05),0 8px 32px 0 rgba(17,17,26,.05);
}
.form{
    padding: 120px 0px;
}
.profile{
    padding: 120px 50px;
}
.p-2-5{
padding: 13px;
}
.form-control, .form-select{
    border-radius: 1px !important;
}
.profile-tabs{
    background-color: var(--light-color);
    color: black;
    width: 100%;
    max-width: 250px;
    padding: 25px 15px;
}
.profile-tab{
    text-align: start !important;
    padding: 10px 30px !important;
    font-size: 14px !important;
    border-radius: 0px !important;
    color: var(--primary-color) !important;
}
.profile-tab.active{
    background-color: #edeff7 !important;
    border-left: 3px solid var(--primary-color);
}
.profile-tab:hover{
    background-color: #edeff7 !important;
}

.img-container img {
    transition: transform 2s ease;
}

.img-container:hover img {
    transform: scale(1.13);  
}
.w-max{
    width: max-content;
}
.form-checkbox{

}
.custom-checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.text-gray{
    color: gray;
}
.bg-gray{
    background-color: gray;
}
.checkmark {
    width: 22px;
    height: 22px;
    border: 1px solid gray;  
    display: inline-block;
    position: relative;
}

.custom-checkbox input:checked + .checkmark::after {
    content: "✕";           
    font-size: 16px;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -58%);
}







.custom-checkbox-property {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-checkbox-property input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-property .checkmark {
    width: 17px;
    height: 17px;
    border: 1px solid gray;  
    display: inline-block;
    position: relative;
}

.custom-checkbox-property input:checked + .checkmark::after {
    content: "✕";           
    font-size: 13px;
    color: #ffffff;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -58%);
}

.custom-checkbox-property-2 {
    position: relative;
    display: inline-block;  
    cursor: pointer;
}

.custom-checkbox-property-2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-property-2 .checkmark {
    width: 17px;
    height: 17px;
    border: 1px solid gray;  
    display: inline-block;
    position: relative;
}

.custom-checkbox-property-2 input:checked + .checkmark::after {
    content: "✕";           
    font-size: 13px;
    color: #000000;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -58%);
}

.cus-hover-a{
    text-decoration: none;
    width: max-content;
    position: relative;
    padding-bottom: 2.5px;
}

 .cus-hover-a::after, .cus-hover-a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.3px;
    background: var(--secondary-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

 .cus-hover-a:hover::after,  .cus-hover-a:hover::after {
    transform: scaleX(1);
}
.about-video{
    width: 60%;
    height: 350px;
    margin: auto;
}
.sell-video{
    width: 80%;
    height: 500px;
    margin: auto;
}
.custom-pagination .page-link {
    border: 1px solid black !important;
    color: #000;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    font-size: 15px;
}

.custom-pagination .page-item.active .page-link {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color) !important;
}

.custom-pagination .page-link:hover {
    background-color: var(--primary-color);
    color: white;
}
.brightness-85 {
    filter: brightness(85%);
}
.brightness-80 {
    filter: brightness(80%);
}
.no-arrow::after {
    display: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.accordion-button {
    background: none !important;
    font-size: 16px;
    padding: 20px 0;
    box-shadow: none !important;
    color: #000 !important;
}

.custom-icon {
    font-size: 24px;
    font-weight: 600;
    color: #0a6c9d; 
    margin-left: auto;
}
.lh-normal{
    line-height: 1.7;
}
.lh-1-3{
    line-height: 1.3;
}
.lh-1{
    line-height: 1 !important;
}
.pe-3-5{
    padding-right: 30px;
}
.fs-15{
    font-size: 15px !important;
}
.fs-19{
    font-size: 19px !important;
}
.fs-16{
    font-size: 16px;
}
.w-750{
    width:750px;
}
.w-95{
    width: 95%;
}
.w-90{
    width: 90%;
}
.team-detail-img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial-section {
    background: #e3edf7;
    padding: 80px 20px;
}
.testimonial-img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial-text {
    font-size: 20px;
    line-height: 1.25;
    color: #1f2a37;
}
.testimonial-name {
    font-weight: 500;
    margin-top: 20px;
    font-size: 16px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--secondary-color) !important;
    border-radius: 50%;
    background-size: 30%;
    padding: 20px;
}
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: var(--primary-color) !important;
}
.w-80{
    width: 80% !important;
}
.w-70{
    width: 70% !important;
}
.w-10{
    width: 10% !important;
}
.custom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 300px;  
    gap: 25px;
}

.custom-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.custom-grid .tall {
    grid-row: span 2;
    padding-right: 20px;
}
.search-container {
    position: relative;
}

.search-input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #3a4655 !important;
    color: #fff !important;
    filter: brightness(0) invert(1);
    padding-left: 35px !important;
    padding-right: 35spx !important;
    border-radius: 0 !important;
    height: 30px;
    font-size: 13px;
}
.search-input::placeholder {
    color: #fff;
    opacity: 1;
}

.search-input:focus {
    box-shadow: none !important;
}

.search-icon {
    position: absolute;
    bottom: 0%;
    left: 0px;
    transform: translateY(-50%);
    font-size: 15px;
    color: #fff;
}

.clear-icon {
    position: absolute;
    bottom: 0%;
    right: 0px;
    transform: translateY(-50%);
    font-size: 15px;
    color: var(--secondary-color);
    cursor: pointer;
    display: none;
}
.fs-10{
    font-size: 10px;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.dropdown-menu {
    width: 100%;
    max-height: 230px;
    overflow-y: auto;
}

.dropdown-item {
    cursor: pointer;
}

.dropdown-item:hover {
    background: #f1f1f1;
    color: #000;
}

.filter-label {
    font-size: 13px;
    font-weight: 600;
    color: #bfc4cc;
    letter-spacing: .5px;
}

.custom-select {
    background: transparent;
    border: none;
    filter: brightness(0) invert(1);
    padding: 7px 0px;
    appearance: auto;
    margin-top: 5px;
    font-size: 13px;
    border-bottom: 1px solid #3a4655;
    color: #fff;
    border-radius: 0;
}
.custom-select option {
    border: 0px;
    background-color: var(--primary-color) !important; 
    /* color: #000 !important; */
}
.custom-select-sort {
    background: transparent;
    border: none;
    padding: 7px 0px;
    margin-top: 5px;
    font-size: 13px;
    border-bottom: 1px solid #3a3c3f;
    color: #fff;
    border-radius: 0;
}
.custom-select-sort:focus {
    box-shadow: none;
}
.custom-select:focus {
    box-shadow: none;
}
.custom-select-box {
    border-bottom: 1px solid #ced4da;
    padding: 7px 0px;
    margin-top: 5px;
    font-size: 13px;
    border-radius: 0px !important;
    background: transparent;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-panel {
    background: white;
    border: 1px solid #ced4da;
    border-radius: 0px;
    width: 300px;
    max-height: 260px;
    color: black;
    padding: 12px;
    overflow-y: auto;
    display: none;
    position: absolute;
    z-index: 1000;
}

.rotate {
    transform: rotate(180deg);
}

.sub {
    margin-left: 30px;
    margin-top: 4px;
    margin-bottom: 10px;
}
.check-label {
    font-size: 15px;
    margin-left: 5px;
}

.property-desc {
    max-height: 500px;
    overflow: hidden;
    position: relative;
}

.property-desc.expanded {
    max-height: none;
}

.fade-blur {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0),
        rgba(255,255,255,0.85),
        #fff
    );
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.property-desc.expanded .fade-blur {
    opacity: 0;
    visibility: hidden;
}
.fs-14{
    font-size: 14px;
}
.read-more-btn {
    display: inline-block;
    margin-top: 12px;
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
}
table tr:nth-child(even) {
    background-color: var(--light-color); 
}

table tr:nth-child(odd) {
    background-color: #ffffff; 
}
.left {
    flex: 2;
    position: relative;
}

.left img {
    border-radius: 50%;
    position: sticky;
    top: 80px;
}

.filter-panel{
  position:fixed;
  bottom:-100%;
  left:0;
  width:100%;
  height:92vh;
  background:var(--primary-color);
  padding: 0px;
  color:#fff;
  z-index:99;
  transition:0.4s ease;
  overflow-y:auto;
}



.filter-panel.active{
  bottom:0;
}
.text-none{
    color: unset !important;
}
.filter-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:15px;
}

.filter-header button{
  background:none;
  border:none;
  color:#fff;
  font-size:28px;
}

.filter-body{
  padding:15px;
}

.right {
    flex: 2;
    font-size: 18px;
    line-height: 1.7;
}
.property-right {
    position: sticky;
    top: 80px;
    align-self: flex-start;
}

.property-right .content {
    position: static;
}

.custom-height{
    height: 1500px;
}

.property-left {
    /* flex: 2; */
    font-size: 18px;
    line-height: 1.7;
}

.map-tabs {
    border-bottom: none;
}



.map-tabs .nav-link {
    border: none;
    background: none;
    color: var(--secondary-color);       
    font-weight: 500;
    font-size: 15px;
    padding: 6px 0px;
}
.mt-md-8{
    margin-top: 80px;
}
.map-tabs .nav-link.active {
    color: var(--secondary-color);       
    border-bottom: 1px solid var(--secondary-color);
}

.h-300{
    height: 307px;
}
.fs-22{
    font-size: 22px;
}
.h-200{
    height: 230px !important;
}
.fs-20{
    font-size: 20px;
}
.modal-custom {
  padding: 10px 15px;
  border-radius: 0px;
}

.modal-heading {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
}

.input-custom {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0;
  padding-left: 0;
}

.input-custom:focus {
  box-shadow: none;
  border-bottom-color: var(--primary-color);
}

.modal-footer-custom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.cancel-btn {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 500;
}

.close-custom {
  position: absolute;
  top: 15px;
  right: 22px;
}
.fixed-bottom-btn{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background:var(--secondary-color);
  color:#fff;
  border:none;
  z-index:9999;
}
.fixed-bottom-btn:hover{
  background:white;
  color:var(--secondary-color);
  border: 1px solid var(--secondary-color);
  z-index:9999;
}

.contact-popup{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 280px;
  background:#0f6b8f;
  color:#fff;
  border-radius:12px;
  box-shadow:0 8px 20px rgba(0,0,0,.3);
  display:none;
  z-index:9999;
}

.popup-header{
  padding:12px 15px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-weight:600;
}

.popup-body{
  padding:0px 20px 20px;
}
.popup-body::-webkit-scrollbar{
    width: 0px;
}
.option-btn{
  width:50px;
  height:50px;
  border-radius:50%;
  background:#fff;
  color:var(--secondary-color);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.option-btn:hover{
  background:var(--secondary-color);
  border: 1px solid white;
  color:white;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

@media (max-width: 768px) {

.property-slider { height: 350px; }

.property-slider .swiper-slide img {
    width: 100%;
    transform: translateX(0);
}

.fixed-info-card {
    width: 93%;
    padding: 18px;
    right: 0;
}

.nav-btn { 
    display: none !important; 
}
.profile-tabs .nav-link {
    flex: 1;
    text-align: center;
}
}

@media (max-width: 992px) {
    .custom-nav {
        padding: 15px 20px;
        background: white !important;

        color: black;
    }
    .main-padding{
        padding: 15px;
    }
    .heading-sec{
        padding: 115px 15px 0px 15px;
    }
    .contact-sec{
        padding: 35px 15px;
    }
    .md-main-padding{
        padding: 15px;
    }
    .desk-icons{
        display: none !important;
    }
    .mobile-icons{
        display: flex !important;
        margin-bottom: 50px;
    }
    .sell-sec{
        padding:100px 20px;
    }
    .mt-md-8{
        margin-top: 40px;
    }
    .logo.mobile{
        display: block !important;
    }
    .logo.desk{
        display: none !important;
    }
    .nav-links {
        display: none;
    }
    .sm-none{
        display: none;
    }
    .carousel-control-prev,
    .carousel-control-next {
        position: unset !important;

    }
    .wmax-100{
        max-width: 100% !important;
    }
    .mobile-filter{
        display: flex;
        gap: 10px;
    }
    .jcb{
        justify-content: space-between !important;
    }
    .custom-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 150px;  
        gap: 25px;
    }
    .custom-grid img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 0px;
    }
    .align-items-sm-center{
        align-items: center;
    }
    .align-items-smm-start{
        align-items: start !important;
    }
    .heading-sec-properties{
        padding: 115px 15px 0px 15px;
        height: 310px;
    }
    .gap-smm-2{
        gap: 10px !important;
    }
    .custom-grid .tall {
        grid-column: 1 / -1;
        padding-right: 20px;
    }
    .d-sm-flex{
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .nav-right a {
        color: black;
    }
    .about-video{
        width: 100%;
        height: 200px;
    }
    
    .width-smm-100{
        width: 100% !important;
    }
    .p-sm-16{
        padding: 16px;
    }
    .career-sec{
        padding: 0px;
    }
    .nav-right i {
        color: black;
    }
    .nav-right .desk{
        display: none;
    }
     .nav-right .mobile{
        display: block !important;
    }
    .mobile-menu{
        font-size: 20px !important;
    }
    .mt-s-5{
        margin-top: 50px !important;
    }
    .ps-sm-3{
        padding-left: 15px !important;
    }
    .logo {
        width: 120px;
    }
    .side-menu{
        width: 100%;
        right: -100%; 
        padding: 10px 15px;
    }
    .hero-container {
        top: 65px;
    }
    .sidebar-menus{
        flex-direction: column;
        gap: 0px !important;
    }
    .sidebar-hr{
        display: none;
    }
    .sidebar-menus-items{
        display:flex;
        align-items: center;
        flex-direction: column;
    }
    .nav-right{
        gap: 20px;
    }
    .fs-sm-35{
        font-size: 35px !important;
    }
    .footer{
        padding: 90px 15px 40px 15px;
    }
    .hero-text{
        position: unset;
        transform: none;
        width: 100%;
        padding: 50px 15px;
        color: black;
    }
    .hero-text-property{
        position: unset;
        width: 100%;
        padding: 0px;
    }
    .w-s-50{
        width: 50%;
    }
    .fixed-heading-property{
        position: unset;
        width: 100%;
        
    }
    .fixed-info-card-proterty{
        position: unset;
        width: 100%;
        height: max-content;
        max-height: unset;
        padding: 20px 15px;
    }
    .property-slider-details .swiper-slide img{
        height: 300px;
        transform: unset;
        width: 100%;
    }
    .overflow-property-p{
        height: auto;
        overflow: unset;
    }
    .mobile-labels{
        justify-content: center;
        width: 100%;

    }
    .mobile-label{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }
    .hero-h1{
        font-size: 33px !important;
    }
    .contact-hero{
        padding: 15px 15px;
    }
    .custom-height{
        height: 2050px;
    }
    .mb-main-padding{
        padding: 0px;
    }
    .width-sm-100{
        width: 100% !important;
    }
    .team-details-sec{
        height: 750px;
        padding: 110px 15px 0px 15px;
    }
    .mt-s-0{
        margin-top: 0px !important;
    }
    .mt-s-8{
        margin-top: 80px !important;
    }
    .fs-sm-30{
        font-size: 30px !important;
    }
    .text-smm-center{
        text-align: center;
    }
    .team-detail-img{
        width: 300px;
        height: 300px;
    }
    .sell-video{
        width: 100%;
        height: 250px;
        margin: auto;
    }
    .mt-smm-4{
        margin-top: 30px !important;
    }
    .mobile-w{
        width: 100%;
    }
    .img-container{
        height: 180px;
    }
    .img-container-property{
        height: 350px;
    }
    .pm-1{
       padding-right: 5px;
    }
    .pm-2{
       padding-left: 5px;
    }
}


@media (min-width: 1360px) {
.cus-nav-items{
    font-size: 17px;
}
.side-menu{
    padding: 45px 55px !important;
}

.side-search {
    gap: 20px !important;
    padding: 7px 8px 7px 20px !important;
    margin: 60px 0 40px 0;
}

.side-search i {
    font-size: 18px !important;
}

.side-search input {
    font-size: 18px !important;
}


.search-btn {
    width: 45px !important;
    height: 45px !important;
}

.desk-icons{
    font-size: 18px;
}

.side-menu h2 {
    margin: 23px 0 8px 0 !important;
    font-size: 36px !important;
    font-weight: 400;
}


.side-menu ul li {
    list-style: none;
    margin: 10px 0 !important;
}

.side-menu ul li a {
    font-size: 19px !important;
}

.close-menu{
    font-size: 28px;
}
.logo{
    width: 200px;
}
.nav-right i{
    font-size: 20px;
}
.nav-links{
    gap: 45px;
}
.custom-nav {
    padding: 22px 50px;
}
h1{
    font-size: 51px !important;
}
h2{
    font-size: 34px !important;
}
h3{
    font-size: 30px !important;
}
h5{
    font-size: 19px !important;
}
label{
    font-size: 18px !important;
}
p{
    font-size: 18px !important;
}
.h3{
    font-size: 20px !important;
}
.custom-btn, .hoverbtn, .custom-btn-2{
    font-size: 15px !important;
    padding: 7px 26px !important;
}
.h2{
    font-size: 28px !important;
}
h6{
    font-size: 18px !important;
}
.fs-13{
    font-size: 15px !important;
}
.nav-btn {
    width: 36px !important;
    height: 36px !important;
    font-size: 14px !important;
}
.property-slider .swiper-slide img{
    height: 700px !important;
}
.fs-16{
    font-size: 18px !important;
}
.fs-21{
    font-size: 23px !important;
}
.img-container, .img-container-property{
    height: 340px !important;
}
.circle-icon-footer {
    width: 30px !important;
    height: 30px !important;
    font-size: 15px !important; 
}
.fs-12{
    font-size: 14px !important;
}
.w-750{
    width:850px !important;
}
.fs-14{
    font-size: 15px !important;
}
.fs-27{
    font-size: 29px !important;
}
.fs-19{
    font-size: 21px !important;
}
.fs-15{
    font-size: 17px !important;
}
.testimonial-text{
    font-size: 22px !important;
}
.fs-20{
    font-size: 22px !important;
}
.h-800{
    height: 550px !important;
}
.heading-sec-properties{
    height: 500px !important;
    padding: 125px 50px 0px 50px;
}
.search-input {
    padding-left: 38px !important;
    padding-right: 38px !important;
    height: 35px !important;
    font-size: 15px !important;
}

.search-icon {
    font-size: 17px;
}

.clear-icon {
    font-size: 17px;
}

.filter-label {
    font-size: 15px;
}

.custom-select {
    padding: 8px 0px;
    margin-top: 6px;
    font-size: 15px;
}
.custom-select-sort {
    padding: 8px 0px;
    margin-top: 6px;
    font-size: 15px;
}
.custom-select-box {
    padding: 8px 0px;
    margin-top: 6px;
    font-size: 15px;
}
.custom-checkbox-property .checkmark {
    width: 19px;
    height: 19px;
}

.custom-checkbox-property input:checked + .checkmark::after {
    content: "✕";           
    font-size: 15px;
}
.property-img-container{
    height: 280px !important;
}
.custom-pagination .page-link {
    width: 38px;
    height: 38px;
    font-size: 17px;
}
.property-slider-details .swiper-slide img{
    height: 100vh !important;
}
.fixed-heading-property {
    height: 38px;
    width: 38%;
    padding: 3px 0px !important;
}
.fixed-info-card-proterty {
    top: 45px;
    max-height: 375px;
    height: 100vh;
    width: 38%;
    padding: 28px 30px;
}
.nav-btn-property {
    width: 42px;
    height: 42px;
    font-size: 13px;
}
.custom-icon{
    font-size: 22px !important;
}
.h-300{
    height: 340px !important;
}
.fs-22{
    font-size: 24px !important;
}
.fs-17{
    font-size: 19px !important;
}
.heading-sec-blog{
    padding: 125px 50px 0px 50px;
    height: 300px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--secondary-color) !important;
    border-radius: 50%;
    background-size: 35%;
    padding: 25px;
}
.custom-grid {
    grid-auto-rows: 325px;  
    gap: 26px;
}
.custom-height{
    height: 1600px !important;
}
.team-detail-img{
    height: 525px !important;
    width: 525px !important;
}
.circle-icon{
    width: 40px;
    height: 40px;
}
.team-details-sec {
    height: 380px;
}
.custom-padding{
    padding: 125px 50px 0px 50px !important;
}
.custom-modal{
    max-width: 1100px !important;
    width: 700px !important;
}
.fs-31{
    font-size: 32px !important;
}
.cus-padding{
    padding: 20px !important;
}
}


@media (min-width: 1490px) {
.cus-nav-items{
    font-size: 18px;
}
.side-menu{
    padding: 50px 60px !important;
}

.side-search {
    gap: 20px !important;
    padding: 9px 9px 8px 20px !important;
    margin: 60px 0 40px 0;
}

.side-search i {
    font-size: 20px !important;
}

.side-search input {
    font-size: 20px !important;
}


.search-btn {
    width: 50px !important;
    height: 50px !important;
}

.desk-icons{
    font-size: 20px;
}

.side-menu h2 {
    margin: 25px 0 10px 0 !important;
    font-size: 38px !important;
    font-weight: 400;
}


.side-menu ul li {
    list-style: none;
    margin: 12px 0 !important;
}

.side-menu ul li a {
    text-decoration: none;
    font-size: 21px !important;
}

.close-menu{
    font-size: 30px;
}
.logo{
    width: 220px;
}
.nav-right i{
    font-size: 22px;
}
.nav-links{
    gap: 50px;
}
.custom-nav {
    padding: 25px 50px;
}
h1{
    font-size: 55px !important;
}
h2{
    font-size: 36px !important;
}
h3{
    font-size: 32px !important;
}
h5{
    font-size: 20px !important;
}

label{
    font-size: 19px !important;
}
p{
    font-size: 19px !important;
}
.h3{
    font-size: 22px !important;
}
.custom-btn, .hoverbtn{
    font-size: 17px !important;
    padding: 8px 27px !important;
}
.h2{
    font-size: 30px !important;
}
h6{
    font-size: 20px !important;
}
.fs-13{
    font-size: 17px !important;
}
.nav-btn {
    width: 39px !important;
    height: 39px !important;
    font-size: 16px !important;
}
.property-slider .swiper-slide img{
    height: 800px !important;
}
.fs-16{
    font-size: 19px !important;
}
.fs-21{
    font-size: 25px !important;
}
.img-container, .img-container-property{
    height: 380px !important;
}
.circle-icon-footer {
    width: 32px !important;
    height: 32px !important;
    font-size: 17px !important; 
}
.fs-12{
    font-size: 15px !important;
}
.w-750{
    width:950px !important;
}
.fs-14{
    font-size: 16px !important;
}
.fs-27{
    font-size: 31px !important;
}
.fs-19{
    font-size: 23px !important;
}
.fs-15{
    font-size: 18px !important;
}
.testimonial-text{
    font-size: 24px !important;
}
.fs-20{
    font-size: 24px !important;
}
.h-800{
    height: 600px !important;
}
.heading-sec-properties{
    height: 550px !important;
    padding: 135px 50px 0px 50px;
}
.search-input {
    padding-left: 40px !important;
    padding-right: 40px !important;
    height: 37px !important;
    font-size: 16px !important;
}

.search-icon {
    font-size: 18px;
}

.clear-icon {
    font-size: 18px;
}

.filter-label {
    font-size: 16px;
}

.custom-select {
    padding: 9px 0px;
    margin-top: 7px;
    font-size: 16px;
}
.custom-select-sort {
    padding: 9px 0px;
    margin-top: 7px;
    font-size: 16px;
}
.custom-select-box {
    padding: 9px 0px;
    margin-top: 7px;
    font-size: 16px;
}
.custom-checkbox-property .checkmark {
    width: 21px;
    height: 21px;
}

.custom-checkbox-property input:checked + .checkmark::after {
    content: "✕";           
    font-size: 17px;
}
.property-img-container{
    height: 310px !important;
}
.custom-pagination .page-link {
    width: 41px;
    height: 41px;
    font-size: 19px;
}
.fixed-heading-property {
    height: 40px;
    width: 38%;
    padding: 5px 0px !important;
}
.fixed-info-card-proterty {
    top: 50px;
    max-height: 400px;
    height: 100vh;  
    width: 38%;
    padding: 31px 32px;
}
.overflow-property-p{
    height: 80px !important;
}
.nav-btn-property {
    width: 44px;
    height: 44px;
    font-size: 14px;
}
.custom-icon{
    font-size: 24px !important;
}
.h-300{
    height: 380px !important;
}
.fs-22{
    font-size: 26px !important;
}
.h-200{
    height: 260px !important;
}
.fs-17{
    font-size: 20px !important;
}
.heading-sec-blog{
    padding: 135px 50px 0px 50px;
    height: 330px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--secondary-color) !important;
    border-radius: 50%;
    background-size: 40%;
    padding: 27px;
}
.custom-grid {
    grid-auto-rows: 350px;  
    gap: 27px;
}
.custom-height{
    height: 1650px !important;
}
.team-detail-img{
    height: 550px !important;
    width: 550px !important;
}
.circle-icon{
    width: 45px;
    height: 45px;
}
.team-details-sec {
    height: 390px;
}
.custom-padding{
    padding: 135px 50px 0px 50px !important;
}
.custom-modal{
    max-width: 1100px !important;
    width: 800px !important;
}
.fs-31{
    font-size: 33px !important;
}
.cus-padding{
    padding: 30px !important;
}
}



@media (min-width: 1600px) {
.cus-nav-items{
    font-size: 20px;
}

.close-menu{
    font-size: 30px;
}
.nav-right i{
    font-size: 24px;
}
.logo{
    width: 230px;
}
.nav-links, .nav-right{
    gap: 54px;
}
.custom-nav {
    padding: 29px 50px;
}
.side-menu{
    padding: 60px 70px !important;
}

.side-search {
    gap: 25px !important;
    padding: 10px 10px 9px 20px !important;
    border-radius: 50px !important;
    margin: 60px 0 40px 0;
}

.side-search i {
    font-size: 22px !important;
}

.side-search input {
    font-size: 22px !important;
}


.search-btn {
    width: 55px !important;
    height: 55px !important;
}

.desk-icons{
    font-size: 23px;
}

.side-menu h2 {
    margin: 22px 0 18px 0 !important;
    font-size: 42px !important;
    font-weight: 400;
}


.side-menu ul li {
    list-style: none;
    margin: 15px 0 !important;
}

.side-menu ul li a {
    text-decoration: none;
    font-size: 24px !important;
}

.close-menu{
    font-size: 32px;
}
h1{
    font-size: 60px !important;
}
h2{
    font-size: 38px !important;
}
h3{
    font-size: 34px !important;
}
h5{
    font-size: 22px !important;
}
label{
    font-size: 20px !important;
}
p{
    font-size: 20px !important;
}
.h3{
    font-size: 23px !important;
}
.custom-btn, .hoverbtn{
    font-size: 18px !important;
    padding: 9px 28px !important;
}
.h2{
    font-size: 32px !important;
}
h6{
    font-size: 22px !important;
}
.fs-13{
    font-size: 18px !important;
}
.nav-btn {
    width: 41px !important;
    height: 41px !important;
    font-size: 18px !important;
}
.property-slider .swiper-slide img{
    height: 900px !important;
}
.fs-16{
    font-size: 20px !important;
}
.fs-21{
    font-size: 27px !important;
}
.img-container, .img-container-property{
    height: 420px !important;
}
.circle-icon-footer {
    width: 34px !important;
    height: 34px !important;
    font-size: 18px !important; 
}
.fs-12{
    font-size: 16px !important;
}
.w-750{
    width:1050px !important;
}
.fs-14{
    font-size: 17px !important;
}
.fs-27{
    font-size: 33px !important;
}
.fs-19{
    font-size: 25px !important;
}
.fs-15{
    font-size: 19px !important;
}
.testimonial-text{
    font-size: 25px !important;
}
.fs-20{
    font-size: 25px !important;
}
.h-800{
    height: 650px !important;
}
.heading-sec-properties{
    height: 600px !important;
    padding: 145px 50px 0px 50px;
}
.search-input {
    padding-left: 42px !important;
    padding-right: 42px !important;
    height: 38px !important;
    font-size: 17px !important;
}

.search-icon {
    font-size: 19px;
}

.clear-icon {
    font-size: 19px;
}

.filter-label {
    font-size: 17px;
}

.custom-select {
    padding: 10px 0px;
    margin-top: 8px;
    font-size: 17px;
}
.custom-select-sort {
    padding: 10px 0px;
    margin-top: 8px;
    font-size: 17px;
}
.custom-select-box {
    padding: 10px 0px;
    margin-top: 8px;
    font-size: 17px;
}
.custom-checkbox-property .checkmark {
    width: 23px;
    height: 23px;
}

.custom-checkbox-property input:checked + .checkmark::after {
    content: "✕";           
    font-size: 19px;
}
.property-img-container{
    height: 340px !important;
}
.custom-pagination .page-link {
    width: 44px;
    height: 44px;
    font-size: 21px;
}
.nav-btn-property {
    width: 46px;
    height: 46px;
    font-size: 15px;
}
.fixed-heading-property {
    height: 43px;
    width: 38%;
    padding: 7px 0px !important;
}
.fixed-info-card-proterty {
    top: 55px;
    max-height: 425px;
    height: 100vh;  
    width: 38%;
    padding: 34px 34px;
}
.overflow-property-p{
    height: 85px !important;
}
.custom-icon{
    font-size: 26px !important;
}
.h-300{
    height: 420px !important;
}
.fs-22{
    font-size: 28px !important;
}
.h-200{
    height: 290px !important;
}
.fs-17{
    font-size: 22px !important;
}
.heading-sec-blog{
    padding: 145px 50px 0px 50px;
    height: 360px;
}
.custom-grid {
    grid-auto-rows: 375px;  
    gap: 28px;
}
.custom-height{
    height: 1700px !important;
}
.team-detail-img{
    height: 575px !important;
    width: 575px !important;
}
.circle-icon{
    width: 50px;
    height: 50px;
}
.team-details-sec {
    height: 400px;
}
.custom-padding{
    padding: 145px 50px 0px 50px !important;
}
.custom-modal{
    max-width: 1100px !important;
    width: 900px !important;
}
.fs-31{
    font-size: 34px !important;
}
.cus-padding{
    padding: 40px !important;
}
}

@media (min-width: 1700px) {
.cus-nav-items{
    font-size: 20px;
}

.close-menu{
    font-size: 28px;
}
.logo{
    width: 240px;
}
.nav-right i{
    font-size: 24px;
}
.nav-links, .nav-right{
    gap: 58px;
}
.custom-nav {
    padding: 31px 50px;
}

.side-menu{
    padding: 65px 75px !important;
}

.side-search {
    gap: 22px !important;
    padding: 12px 12px 10px 20px !important;
    margin: 60px 0 40px 0;
}

.side-search i {
    font-size: 23px !important;
}

.side-search input {
    font-size: 23px !important;
}


.search-btn {
    width: 58px !important;
    height: 58px !important;
}

.desk-icons{
    font-size: 24px;
}

.side-menu h2 {
    margin: 28px 0 20px 0 !important;
    font-size: 44px !important;
    font-weight: 400;
}


.side-menu ul li {
    list-style: none;
    margin: 18px 0 !important;
}

.side-menu ul li a {
    text-decoration: none;
    font-size: 25px !important;
}

.close-menu{
    font-size: 33px;
}
h1{
    font-size: 65px !important;
}
h2{
    font-size: 40px !important;
}
h5{
    font-size: 23px !important;
}
label{
    font-size: 21px !important;
}
p{
    font-size: 21px !important;
}
h3{
    font-size: 35px !important;
}

.h3{
    font-size: 25px !important;
}
.custom-btn, .hoverbtn{
    font-size: 19px !important;
    padding: 10px 28px !important;
}
.h2{
    font-size: 33px !important;
}
h6{
    font-size: 24px !important;
}
.fs-13{
    font-size: 19px !important;
}
.nav-btn {
    width: 44px !important;
    height: 44px !important;
    font-size: 20px !important;
}
.property-slider .swiper-slide img{
    height:1000px !important;
}
.fs-16{
    font-size: 21px !important;
}
.fs-21{
    font-size: 29px !important;
}
.img-container, .img-container-property{
    height: 450px !important;
}
.circle-icon-footer {
    width: 36px !important;
    height: 36px !important;
    font-size: 19px !important; 
}
.fs-12{
    font-size: 17px !important;
}
.w-750{
    width:1050px !important;
}
.fs-14{
    font-size: 18px !important;
}
.fs-27{
    font-size: 35px !important;
}
.fs-19{
    font-size: 27px !important;
}
.fs-15{
    font-size: 20px !important;
}
.testimonial-text{
    font-size: 26px !important;
}
.h-800{
    height: 700px !important;
}
.fs-20{
    font-size: 27px !important;
}
.heading-sec-properties{
    height: 600px !important;
    padding: 150px 50px 0px 50px;
}
.search-input {
    padding-left: 44px !important;
    padding-right: 44px !important;
    height: 39px !important;
    font-size: 18px !important;
}

.search-icon {
    font-size: 20px;
}

.clear-icon {
    font-size: 20px;
}

.filter-label {
    font-size: 18px;
}

.custom-select {
    padding: 11px 0px;
    margin-top: 9px;
    font-size: 19px;
}
.custom-select-sort {
    padding: 11px 0px;
    margin-top: 9px;
    font-size: 19px;
}
.custom-select-box {
    padding: 11px 0px;
    margin-top: 9px;
    font-size: 19px;
}
.custom-checkbox-property .checkmark {
    width: 25px;
    height: 25px;
}

.custom-checkbox-property input:checked + .checkmark::after {
    content: "✕";           
    font-size: 21px;
}
.property-img-container{
    height: 370px !important;
}
.custom-pagination .page-link {
    width: 47px;
    height: 47px;
    font-size: 23px;
}
.nav-btn-property {
    width: 48px;
    height: 48px;
    font-size: 16px;
}
.fixed-heading-property {
    height: 48px;
    width: 38%;
    padding: 8px 0px !important;
}
.fixed-info-card-proterty {
    top: 60px;
    max-height: 450px;
    height: 100vh;  
    width: 38%;
    padding: 36px 36px;
}
.overflow-property-p{
    height: 90px !important;
}
.custom-icon{
    font-size: 28px !important;
}
.h-300{
    height: 450px !important;
}
.fs-22{
    font-size: 30px !important;
}
.h-200{
    height: 320px !important;
}
.fs-17{
    font-size: 24px !important;
}
.heading-sec-blog{
    padding: 155px 50px 0px 50px;
    height: 390px;
}
.custom-grid {
    grid-auto-rows: 400px;  
    gap: 29px;
}
.custom-height{
    height: 1750px;
}
.team-detail-img{
    height: 600px !important;
    width: 600px !important;
}
.circle-icon{
    width: 55px;
    height: 55px;
}
.team-details-sec {
    height: 410px;
}
.custom-padding{
    padding: 155px 50px 0px 50px !important;
}
.custom-modal{
    max-width: 1100px !important;
    width: 1000px !important;
}
.fs-31{
    font-size: 35px !important;
}
.cus-padding{
    padding: 50px !important;
}
}

@media (min-width: 1900px) {
.cus-nav-items{
    font-size: 24px;
}
.logo{
    width: 245px;
}
.close-menu{
    font-size: 33px;
}
.nav-right i{
    font-size: 25px;
}
.nav-links, .nav-right{
    gap: 58px;
}
.custom-nav {
    padding: 35px 50px;
}

.side-menu{
    padding: 70px 80px !important;
}

.side-search {
    gap: 24px !important;
    padding: 14px 14px 12px 20px !important;
    margin: 60px 0 40px 0;
}

.side-search i {
    font-size: 25px !important;
}

.side-search input {
    font-size: 25px !important;
}


.search-btn {
    width: 60px !important;
    height: 60px !important;
}

.desk-icons{
    font-size: 26px;
}

.side-menu h2 {
    margin: 32px 0 25px 0 !important;
    font-size: 50px !important;
    font-weight: 400;
}


.side-menu ul li {
    list-style: none;
    margin: 19px 0 !important;
}

.side-menu ul li a {
    text-decoration: none;
    font-size: 26px !important;
}

.close-menu{
    font-size: 34px !important;
}
h1{
    font-size: 70px !important;
}
h2{
    font-size: 42px !important;
}
h3{
    font-size: 36px !important;
}
h5{
    font-size: 24px !important;
}
label{
    font-size: 22px !important;
}
p{
    font-size: 22px !important;
}
.h3{
    font-size: 27px !important;
}
.custom-btn, .hoverbtn{
    font-size: 20px !important;
    padding: 11px 28px !important;
}
.h2{
    font-size: 38px !important;
}
h6{
    font-size: 26px !important;
}
.fs-13{
    font-size: 20px !important;
}
.nav-btn {
    width: 48px !important;
    height: 48px !important;
    font-size: 22px !important;
}
.property-slider .swiper-slide img{
    height:1100px !important;
}
.fs-16{
    font-size: 22px !important;
}
.fs-21{
    font-size: 31px !important;
}
.img-container, .img-container-property{
    height: 500px !important;
}
.circle-icon-footer {
    width: 38px !important;
    height: 38px !important;
    font-size: 21px !important; 
}
.fs-12{
    font-size: 19px !important;
}
.w-750{
    width:1150px !important;
}
.fs-14{
    font-size: 19px !important;
}
.fs-27{
    font-size: 37px !important;
}
.fs-19{
    font-size: 29px !important;
}
.fs-15{
    font-size: 22px !important;
}
.testimonial-text{
    font-size: 28px !important;
}
.h-800{
    height: 750px !important;
}
.fs-20{
    font-size: 28px !important;
}
.heading-sec-properties{
    height: 600px !important;
    padding: 160px 50px 0px 50px;
}
.search-input {
    padding-left: 46px !important;
    padding-right: 46px !important;
    height: 40px !important;
    font-size: 19px !important;
}

.search-icon {
    font-size: 21px;
}

.clear-icon {
    font-size: 21px;
}

.filter-label {
    font-size: 19px;
}

.custom-select {
    padding: 12px 0px;
    margin-top: 10px;
    font-size: 20px;
}
.custom-select-sort {
    padding: 12px 0px;
    margin-top: 10px;
    font-size: 20px;
}
.custom-select-box {
    padding: 12px 0px;
    margin-top: 10px;
    font-size: 20px;
}
.custom-checkbox-property .checkmark {
    width: 27px;
    height: 27px;
}

.custom-checkbox-property input:checked + .checkmark::after {
    content: "✕";           
    font-size: 23px;
}
.property-img-container{
    height: 400px !important;
}
.custom-pagination .page-link {
    width: 50px;
    height: 50px;
    font-size: 25px;
}
.nav-btn-property {
    width: 50px;
    height: 50px;
    font-size: 17px;
}
.fixed-heading-property {
    height: 53px;
    width: 38%;
    padding: 9px 0px !important;
}
.fixed-info-card-proterty {
    top: 70px;
    max-height: 475px;
    height: 100vh;  
    width: 38%;
    padding: 40px 42px;
}
.mt-xxxl-5{
    margin-top: 50px !important;
}
.overflow-property-p{
    height: 95px !important;
}
.custom-icon{
    font-size: 30px !important;
}
.h-300{
    height: 500px !important;
}
.fs-22{
    font-size: 32px !important;
}
.h-200{
    height: 350px !important;
}
.fs-17{
    font-size: 26px !important;
}
.heading-sec-blog{
    padding: 165px 50px 0px 50px;
    height: 420px;
}
.custom-grid {
    grid-auto-rows: 425px;  
    gap: 30px;
}
.custom-height{
    height: 1800px !important;
}
.team-detail-img{
    height: 600px !important;
    width: 600px !important;
}
.circle-icon{
    width: 60px;
    height: 60px;
}
.team-details-sec {
    height: 420px;
}
.custom-padding{
    padding: 165px 50px 0px 50px !important;
}
.custom-modal{
    max-width: 1100px !important;
    width: 1100px !important;
}
.fs-31{
    font-size: 36px !important;
}
.cus-padding{
    padding: 60px !important;
}
}