a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
background:#f2f2f2;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a,
button {
    border: none;
    outline: 0;
    text-decoration: none;
    background-color: none
}

body {
    min-height: 100dvh;font-family: 'Helvetica';
}

.main {
      margin: 0 auto;
    min-height: 100vh;
}
.header.main-head {
  background: #000;
}
.profile_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
}

.profile_main>img {
    max-width: 230px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    box-shadow: 0 0 15px #00000021;
}
.profile_main>h1 {
    color: #000;
    font-size: 32px;
    margin-top: 16px;
}

.social_icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
}

.social_icon a {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 15px #0000001e;
}

.social_icon a img {
    width: 50%;
}

.profile_main>p {
    font-size: 18px;
    color: #343434;
    margin-top: 12px;
}

.profile_main>p>a {
    color: #343434;
}

.profile_main>p>a:hover {
    text-decoration: underline;
}

.ftp_list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 2.5rem;
}

.ftp_list h2 {
    font-size: 32px;
    color: #000;
}

.ftp_list button {
    background: #fff;
    box-shadow: 0 0 15px #00000014;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ftp_list button img {
    height: 18px;
}
.ftp_list button img.dropimg {
    height: 10px;
}

.result_card {
    max-width: 530px;
    width: 100%;
}
.image_slide_area {
    position: relative;
}

.property-detail-page .image_slide_area {
    margin-bottom:0px;
}


.property-detail-page .image_slide_area .slick-dotted.slick-slider {
    margin-bottom:0px;
}


.property-detail-page .pro-rl-detail .image_slide_area .draggable{border-radius: 16px;
overflow:hidden;border-right: #d71921 solid 5px; 
}
.property-detail-page .result_card_main .result_title h3.main-heading {
 font-size: 26px;
  font-family: futura-stdbook;
  font-weight: 700;
  line-height: 1.2;
margin-top: 20px;
}
.result_card {
    position: relative;
  }
.result_card .property-action-category.listing-view {
position:absolute;
z-index:1;
top:10px;
right:10px;
}
.result_card .property-action-category.listing-view span {
 background:#000;
  color:#fff;
  font-size:13px;
  padding:10px;
  border-radius:6px;
  display:inline-block;

}
.property-detail-page .result_card_main .result_title .property-action-category {
margin-bottom:10px;
}

.property-detail-page .result_card_main .result_title .property-action-category span {
  background:#d71921;
  color:#fff;
  font-size:18px;
  padding:10px;
  border-radius:6px;
  display:inline-block;
}
.property-detail-page .agency-site-url-cta {
margin-top:15px;
}
.property-detail-page .agency-site-url-cta a {
 background: #d71921;
  color: #fff;
  font-size: 14px;
  padding: 15px;
  border-radius: 8px;  display:inline-block;
}
.arrow_btn_row {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.arrow_btn_row button>img {
    height: 18px;
}

.arrow_btn_row button {
    background: transparent;
    padding: 5px;
    transition: 0.5s;
    opacity: 0;
}

.result_card:hover .arrow_btn_row button {
    opacity: 1;
}

.slide_left {
    transform: rotate(90deg);
}

.slide_right {
    transform: rotate(-90deg);
}

.image_slider .slick-dots {
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    gap: 10px;
    padding: 1rem;
    display: none !important;
}
.filter_row{
    display: flex;
    align-items: center;
    gap: 18px;
}

.result_card_main .image_slider .slick-dots {
    display: flex !important;

}

.image_slider .slick-dots button {
    font-size: 0;
    width: 9px;
    height: 9px;

    border: 1px solid #fff;
    border-radius: 100%;
}

.image_slider .slick-dots .slick-active button {
    background: #D71921;
  border-color: #D71921;
}

.image_slider img {
    aspect-ratio: 2/1.5;
    width: 100%;
    height: 100%;
    object-fit: cover;
     border-radius: 16px;
}
.pro-rl-detail .image_slider img {
border-radius: 0px;
}
.result_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
}

.result_title {
    padding: 5px 10px;
    display: block;
    color: #000;
}

.result_title>span {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.result_title>span>img {
    height: 20px;
}

.result_title h3 {
    font-size: 26px;
    margin-top: 6px;
}

.result_title p {
    font-size: 18px;
    margin-top: 6px;
    color: #00000070;
}

.gthh_row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px;
    gap: 10px;
}

.pro-rl-detail .gthh_row {
 padding:14px 10px;
}
.gthh {
    background: #fff;
    box-shadow: 0 0 8px #00000014;
    padding: 9px 16px;
    border-radius: 7px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pro-rl-detail .gthh_row .gthh{
 box-shadow:inherit !important;
border:#00000070 solid 1px;
}

.gthh>img {
    height: 20px;
}

.sdasd {
    position: absolute;
    height: 24px;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.btn_load {
    border: 1px solid #000;
    font-size: 24px;
    padding: 12px 22px;
    border-radius: 5px;
    background: transparent;
    margin: 0 auto;
    margin-top: 1rem;
    display: block;
}

.res_2 {
    background: #EDE9D3;
    padding-bottom: 2rem;
}

.footer_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #141414;
    padding: 1rem;
}

.footer_main h2 {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.footer_main a img {
    height: 26px;
    filter: invert();
}

.footer_main a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 1rem;
    margin-top: 1rem;
}

.footer_main a:hover {
    text-decoration: underline;
}


/* detail page css  */
.result_card_main {
    width: 100%;
}

.bs_row {
    width: 100%;
    padding: 1rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bs_row a,
.bs_row button {
    width: 32px;
    height: 32px;
    background: #202020;
    border-radius: 100%;
    box-shadow: 0 0 15px #0000002b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bs_row a img,
.bs_row button img {
    height: 35%;
    filter: invert();
}
.result_card_main{
    padding: 0 45px 45px;
    overflow: auto;
}

.result_card_main .arrow_btn_row button {
    opacity: 1;
    padding: 7px;
}

.result_card_main .arrow_btn_row button>img {
    height: 10px;
}

.result_card_main:hover .arrow_btn_row button {
    opacity: 1;
}

.result_card_main .result_title>span {
    font-size: 13px;
}
.property-detail-page .result_card_main .result_title>span.address {
    font-size: 16px;
}
.property-detail-page .result_card_main .result_title>span.property-type {
    font-size: 16px;
}
.result_card_main .result_title>span>img {
    height: 14px;
}

.result_card_main .result_title h3 {
    font-size: 20px;
color:#000 !important;
}

.result_card_main .result_title p {
    font-size: 12px;
}
.property-detail-page .result_card_main .result_title p.price {
    font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.property-detail-page .result_card_main .result_title p.price span{
  color: #d71921;
}
.gthh_row.position-relative {
    justify-content: flex-start;
}

.gthh_row.position-relative .gthh {
    padding: 6px;
    border-radius: 5px;
    font-size: 12px;
}
.property-detail-page .gthh_row.position-relative .gthh {
    font-size: 16px;
}
.gthh_row.position-relative .gthh img {
    height: 12px;
}
.property-detail-page .gthh_row.position-relative .gthh img {
    height: 16px;
}

.flt_tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto hidden;
    width: 100%;
}

.flt_tabs::-webkit-scrollbar {
    display: none;
}

.flt_tabs button {
    color: #000 !important;
    font-size: 14px;
    padding: 10px 1rem;
}


.flt_tabs button.active {
   background: #d71921 !important; 
color:#fff!important;
}
.property-detail-page {
 max-width:1050px; 
width:90%;
margin:0px auto;
margin-top:120px;
}
.property-detail-page .flt_tabs button {
font-size: 16px;
  padding: 12px 1rem;
  background: #f2f2f2;
  margin-right: 5px;
  border-radius: 8px;
}

 .tab-content{
padding-top:20px;
color:#000;

}

 .tab-content .title-lg{
font-family: futura-stdbook;
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 21px;
  margin: 15px 0px;
}
.prop-detail-abrl{
display:flex;
gap:1.5rem;

}
.prop-detail-abrl .prop-detail-ableft{
width:65%;
}
.prop-detail-abrl .prop-detail-abright{
width:35%;
}


.pro-rl-detail{
display:flex;
gap:0rem;background: #fff;
   align-items: center;
  border-radius: 20px; 
}

.pro-rl-detail .pro-left{
width:60%;
padding-right:0px;
}
.pro-rl-detail .pro-right{
width:40%;
background: #fff;
  padding: 20px;
  border-radius: 20px;
}
.pro-about-detail{
background: #fff;
  padding: 20px;
  border-radius: 20px;
margin-top:30px;
}
.tab_para , .property-detail-page p {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    line-height: 1.3;
}
.property-detail-page p strong {
font-weight:bold;
}

.tab_more {
    display: block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    color: #fff !important;
    font-size: 14px;
    background: #89825A !important;
    box-shadow: 0 0 15px #0000000d;
    padding: 10px 1rem;
    margin-top: 10px;
    border-radius: 7px;
    width: fit-content;
}

.gt_card {
    background: #d71921 ;
    border-radius: 10px;
    display: flex;
    align-items: flex-end;flex-direction: column;
}

.gt_card>img {
    margin-top: -2rem;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 190px;
    display: block;
}
.prl-0{
padding-left:0px !important;
padding-right:0px !important;
margin-top: 25px;
}
.property-detail-page .property-features {
padding: 0px ;
}
.property-detail-page .property-location-sec {
padding: 0px 15px;
}
.property-detail-page .property-features ul {
padding: 0px 0px;
margin:0px;
}
.property-detail-page .property-features ul li {
list-style-image:url(../images/check-icon-cui.png);
list-style-position:inside;
list-style:none;
padding:3px 0px;
font-size: 14px;
  color: #000;
padding-left: 20px;
  background: url(../images/check-icon-cui.png) no-repeat;
     background-size: 15px;
  background-position: 0px 2px;
margin-bottom:10px;
}

.asdas {
    padding: 12px 12px 12px 20px;
}
.property-detail-page .asdas {
    padding:   20px 25px;
	width: 100%;
}


.asdas h2 {
    font-size: 18px;
    color: #fff;
}
.property-detail-page .asdas h2 {
    font-size: 22px;
}

.asdas p {
    font-size: 12px;
    color: #ffffffa7;
    margin-top: 6px;
    line-height: 1.3;
}
.property-detail-page .asdas p {
    font-size: 14px;
}
.asdas a {
    display: block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    color: #000 !important;
    font-size: 14px;
    background: #fff !important;
    box-shadow: 0 0 15px #0000000d;
    padding: 10px 1rem;
    margin-top: 10px;
    border-radius: 7px;
    width: fit-content;
}

.home_card.gt_card>img {
    margin-bottom: -2rem;
    margin-top: -2rem;
}

.gt_card.home_card {
    margin-top: 1rem;
    background: #EDE9D3;
}

.gt_card.home_card .asdas h2 {
    color: #000;
}

.gt_card.home_card .asdas p {
    color: #000000a7;
}

.gt_card.home_card .asdas a {
    background: #000 !important;
    color: #fff !important;
}

.slider_result_shown {
    display: flex;
    width: 100%;
    gap: 10px;
    padding: 10px;
    overflow: auto hidden;  scrollbar-width: thin;
}
:root { --sb-track:#f8fafc; --sb-thumb:#cbd5e1; --sb-thumb-hover:#94a3b8; }

.slider_result_shown::-webkit-scrollbar {
    /*display: none;*/
}

.slider_result_shown .result_card {
    max-width: 220px;
}
.property-detail-page .slider_result_shown .result_card .slick-dots{
display:none !important;
}
.property-detail-page .slider_result_shown .result_card {
  max-width: 260px;
background: #fff;
  border-radius: 20px;
}
.blog-detail-page .slider_result_shown .result_card {
max-width: 260px;
}
.blog-detail-page .slider_result_shown .result_card .result_title p {
    font-size: 15px;
	line-height:21px;
  }
.blog-detail-page .slider_result_shown .result_card .main-blog-img {
max-height:150px;
overflow:hidden;
border-radius:8px;
display:flex; 
}  
.blog-detail-page .slider_result_shown .result_card .main-blog-img img {
  /*width:100%;*/
object-fit: cover; 
  border-radius:8px;max-width: 260px; 
}

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

.formbold-pt-3 {
    padding-top: 12px;
}
.prod-description, .prod-description p{
font-size: 14px;
  line-height: 1.5;
  color: rgba(0,0,0,0.7);
}

.prod-features-list li{
font-size: 14px;
  line-height: 1.5;
  color: rgba(0,0,0,0.7);
margin-bottom:10px;
padding-left:20px;
background:url(../images/check-icon-cui.png) no-repeat;
background-size: 15px;
  background-position: 0px 2px;
}


.formbold-main-wrapper {
     
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
    border-radius: 15px;
}

.formbold-form-wrapper {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    background: white;
    padding: 1rem 1rem;
    border-radius: 20px;
}

.formbold-form-wrapper form {
    margin-top: 2rem;
}

.formbold-form-label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-bottom: -10px;
    width: fit-content;
    background: #ffffff;
    margin-left: 14px;
    position: relative;
    z-index: 2;
    padding: 3px;
}

.formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.formbold-form-input {
    width: 100%;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #000000;
    background: white;
    font-size: 14px;
    color: #6b7280;
    outline: none;
    resize: none;
}

.formbold-form-input:focus {
    border-color: #000000;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    padding: 14px 32px;
    border: none;
    /* font-weight: 600; */
    background-color: #d71921;
    color: white;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
}

.formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
}

.formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.w-full {
    width: 100%;
}

@media (min-width: 540px) {
    .sm\:w-half {
        width: 50%;
    }
}

.dtt_cont h3 {
    font-size: 20px;
    color: #000;
font-family: futura-stdbook;
 
  text-transform: capitalize;
  font-weight: bold;
 
}

.dtt_cont p {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    line-height: 1.3;
}

.ggtp76 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_theme_border {
    background: transparent;
    border: 1px solid #202020;
    padding: 10px;
    color: #000;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn_theme_border:hover {
    background: #0000003b;
}

.btn_theme_border>img {
    height: 12px;
}

.btn_theme {
    background: #202020;
    border: 1px solid #202020;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn_theme:hover {
    background: #000000;
}

.filter_tab {
    margin-top: 7px;
    overflow: auto;
}
.filter_tab::-webkit-scrollbar{
    display: none;
}

.filter_tab .accordion-item {
    border: none;
    margin-top: 5px;
}

.filter_tab .accordion-item .accordion-button {
    box-shadow: none !important;
    background: #FEFBF1 !important;
    font-size: 14px;
    padding: 7px 1.5rem;
    border: none;
    outline: none;
}

.tags_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.tags_row button {
    background: #F1F1F1;
    border: 1px solid transparent;
    padding: 10px;
    color: #000;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tags_row button:hover,
.tags_row button.active {
    border-color: #000;
}
.under_line{
    font-size: 12px;
    text-decoration: underline;
}
.row_inp {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 12px;
    margin-top: 10px;
    padding-bottom: 1rem;
    flex-wrap: wrap;
}
.inpu_form label{
    font-size: 14px;
}
.inpu_form{
    width: 48%;
}
.inpu_form .gghd,
.inpu_form .form-select{
    border-radius: 5px;
    padding: 7px 1rem;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    background-color: #F1F1F1;
    font-size: 14px;
    box-shadow: none;
}
.inpu_form .form-select:focus{
    border-color: #000 !important;
}
.inpu_form .gghd input{
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    width: 100%;
}
input[type=checkbox] {
    position: relative;
      border: 2px solid #000;
      border-radius: 2px;
      background: none;
      cursor: pointer;
      line-height: 0;
      margin: 0 .6em 0 0;
      outline: 0;
      padding: 0 !important;
      vertical-align: text-top;
      height: 20px;
      width: 20px;
      -webkit-appearance: none;
    opacity: .5;
  }
  
  input[type=checkbox]:hover {
    opacity: 1;
  }
  
  input[type=checkbox]:checked {
    background-color: #B2AB83;
    border-color: #B2AB83;
    opacity: 1;
  }
  
  input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
  }
.check_grid{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.check_opt{
    flex-basis: 48%;
}
.detail_canvas{
    max-width: 720px;
    width: 100% !important;
    height: calc(100dvh - 33px);
    top: 1rem !important;
    border-radius: 20px 0 0 20px;
}



@media(min-width:1480px){
.property-detail-page {
    margin-top: 150px;
}



}



@media(max-width:1680px){
.property-detail-page {
   margin-top: 150px;
}
    .profile_main>img {
        max-width: 190px;
    }
    .profile_main>h1 {
        font-size: 28px;
    }
    .ftp_list h2 {
        font-size: 26px;
    }
    .result_grid,.ftp_list {
        max-width: 1440px;
    }
    .result_card {
        max-width: 476px;
    }
    .result_title h3 {
        font-size: 24px;
    }
    .btn_load {
        font-size: 20px;
    }
}
@media(max-width:1500px){
    .result_grid,.ftp_list {
        max-width: 1360px;
    }
    .result_card {
        max-width: 450px;
    }
    .arrow_btn_row button>img {
        height: 14px;
    }
    .result_title h3 {
        font-size: 20px;
    }
    .result_title>span>img {
        height: 16px;
    }
    .result_title>span,.result_title p {
        font-size: 16px;
    }
    .social_icon a {
        width: 45px;
        height: 45px;
    }
.property-detail-page {
    margin-top: 150px;
}
}
@media(max-width:1366px){
    .result_grid, .ftp_list {
        max-width: 1200px;
    }
    .result_card {
        max-width: 395px;
    }
}

@media(max-width:1280px){
    .profile_main>img {
        max-width: 160px;
    }
    .profile_main>h1 {
        font-size: 20px;
    }
    .social_icon a {
        width: 35px;
        height: 35px;
    }
    .profile_main>p {
        font-size: 14px;
        margin-top: 8px;
    }
    .ftp_list button {
        padding: 8px;
        font-size: 14px;
        gap: 6px;
    }
    .ftp_list button img {
        height: 14px;
    }
    .ftp_list button img.dropimg {
        height: 6px;
    }
    .ftp_list h2 {
        font-size: 22px;
    }
    .result_grid, .ftp_list {
        max-width: 1080px;
    }
    .result_card {
        max-width: 356px;
    }
    .sdasd {
        height: 18px;
    }
    .gthh>img {
        height: 14px;
    }
    .gthh {
        padding: 7px 10px;
        border-radius: 5px;
        font-size: 12px;
    }
    .btn_load {
        font-size: 16px;
    }
    .arrow_btn_row button>img {
        height: 10px;
    }
    .result_title>span, .result_title p {
        font-size: 14px;
    }
    .result_title>span>img {
        height: 12px;
    }
    .result_title h3 {
        font-size: 18px;
    }
    .filter_row {
        gap: 10px;
    }
}

@media(max-width:1080px){
    .result_grid, .ftp_list {
        max-width: 940px;
    }
    .result_card {
        max-width: 310px;
    }
    .image_slider img {
        border-radius: 12px;
    }
}

@media(max-width:1024px){
    .ftp_list h2 {
        font-size: 20px;
    }
    .result_grid, .ftp_list {
        max-width: 860px;
    }
    .result_card {
        max-width: 280px;
    }
    .profile_main>img {
        max-width: 130px;
    }
}

@media(max-width:991px){
    .result_grid, .ftp_list {
        max-width: 760px;
    }
    .result_card {
        max-width: 250px;
    }
    .detail_canvas {
        max-width: 540px;
    }
    .result_card_main {
        padding: 0 30px 30px;
    }
}
@media(max-width:768px){
    .filter_row button{
        display: none;
    }
    .result_grid, .ftp_list {
        max-width: 570px;
    }
    .result_card {
        max-width: 280px;
    }
    .detail_canvas {
        max-width: 500px;
    }
    .result_card_main {
        padding: 0 20px 20px;
    }
}
@media(max-width:650px){
.prop-detail-abrl .prop-detail-ableft, .prop-detail-abrl .prop-detail-abright {
  width: 100%;
}
.prop-detail-abrl {

  gap: 1rem;
  flex-direction: column;
}
.property-detail-page .pro-rl-detail .image_slide_area .draggable {
    border-right: 0px;border-bottom:#d71921 solid 5px;
}
.property-detail-page .result_card_main .result_title h3.main-heading {
  font-size: 28px;
}
.property-detail-page {
  
  width: 94%;
 
  margin-top: 96px;
}
.pro-rl-detail .pro-left {
  width: 100%;
}
.pro-rl-detail .pro-right {
  width: 100%;
}
.pro-rl-detail {
  gap: 1rem;
  flex-direction: column;
}

.blog-detail-page {
  max-width: 90%;
}


    .result_grid, .ftp_list {
        max-width: 470px;
    }
    .result_card {
        max-width: 230px;
    }
    .result_title>span, .result_title p {
        font-size: 12px;
    }
    .result_title h3 {
        font-size: 14px;
    }
    .gthh>img {
        height: 10px;
    }
    .gthh {
        padding: 5px 7px;
        border-radius: 4px;
        font-size: 10px;
        gap: 4px;
    }
    .gthh_row {
        gap: 6px;
    }
    .sdasd {
        height: 14px;
    }
}
@media (max-width: 500px) {
    .result_grid, .ftp_list {
        max-width: 405px;
    }
    .result_card {
        max-width: 200px;
    }
    .profile_main>h1 {
        font-size: 16px;
        margin-top: 10px;
    }
    .social_icon a {
        width: 22px;
        height: 22px;
    }
    .profile_main>img {
        max-width: 110px;
    }
    .result_card_main {
        padding: 0 0 20px;
    }
    .detail_canvas{
        border-radius: 0;
        height: 100dvh;
        top: 0 !important;
    }
}
@media (max-width: 420px) {
    .result_grid, .ftp_list {
        max-width: 365px;
    }
    .gt_card>img {
        max-width: 160px;
    }
    .asdas p {
        font-size: 10px;
    }
    .asdas h2 {
        font-size: 16px;
    }
    .asdas a {
        font-size: 12px;
        padding: 8px 1rem;
        border-radius: 5px;
    }
    .profile_main>p {
        font-size: 12px;
        margin-top: 8px;
    }
    .result_card {
        max-width: 180px;
    }
    .image_slider img {
        border-radius: 8px;
    }
    .btn_load {
        font-size: 12px;
        padding: 8px 12px;
    }
    .profile_main>img {
        max-width: 90px;
    }
}

@media (max-width: 375px) {
    .result_grid, .ftp_list {
        padding: 1.5rem 1rem;
    }
    .result_card {
        max-width: 100%;
    }
}
@media (max-width: 350px) {
    .gt_card {
        flex-direction: column-reverse;
    }
}