body  {
    --primary-color: #BC7635;
    --primary-color-700: #FFF5EC;
    --secondary-color: #1F193B;
    --primary-font-color: #070026;
    --secondary-font-color: #E6F2FF;
    --a-hover-color: #BC7635;
    --heading-color: #070026;
    --descprition-color: #73777D;
    --deaf-font-color: #222222;
    --deaf-font-color-600: #8894ad1f;
    --deaf-font-color-400: #8894ad44;
    --label-font-color: #151e42;
    --input-font-color-700: #6d7ca3;
    --input-font-color-500: #484f5f;
    --input-border-color: #d4dcff;
    --faded-font-color: #525c84;
    --primary-disabled: #0075ff22;
    --primary-border-color: #eaeef7;
    --primary-border-color-600: #e5edf966;
    --grid-text-color: #73777D;
    --overlay-color: #000000;
    --stats-bg-color: #F4F5F7;
    --stars-color: #d1e4fa;
    --dashboard-secondary-bg-color: #f5f9fd;
    --black-700: #000000;
    --white-700: #ffffff;
    --white-500: #FFFFFFDE;
    --white-200: #ffffff22;
    --orange-700: #f8b849;
    --purple-700: #4339f2;
    --red-700: #fb295b;
    --green-700: #34b53a;
    --green-500: #00A884;
    --grey-700: #808080;
    --cyan-700: #28F8C0;
    --golden-700: #F8BB18;
    --input-radius: 10px;
    --border-radius-lg: 20px;
    --border-radius: 12px;
    --border-radius-md: 16px;
    --border-radius-xs: 4px;
    --primary-font: 'Urbanist';
    --icons-font: "Font Awesome 6 Free";
    --transition: 300ms;
    --overlay-opacity: 0.6;
    /* Icons Variables */
    --chevron-down-icon-code: "\f078";
    --heart-filled-icon-code: "\f004";
    --star-filled-icon-code: "\f005";
    --square-icon-code: "\f0c8";
    --check-icon-code: "\f00c";
    --circle-icon-code: "\f111";
    --close-icon-code: "\f00d";
    --marker-icon-code: "\f3c5";
    --search-icon-code: "\f002";
    --remove-heart-icon-code: "\e4ff";
    --loading-icon: "\f110";
    --bs-body-font-family: 'Urbanist';
}


/* realestate-blog-post-loop-style1 */
 
 .realestate-blog-post-loop-style1 .re-blog-post-img {
     border: 9px solid #FFF;
     background: lightgray;
     border-radius: 12px;
     height: 271px;
     position: relative;
     transition: 0.3s;
 }
 
 .realestate-blog-post-loop-style1:hover .re-blog-post-img {
     box-shadow: 0 15px 20px 3px #0000000c;
 }
 
 .realestate-blog-post-loop-style1 .re-blog-post-img a img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 
 .realestate-blog-post-loop-style1 .re-blog-post-date {
     display: flex;
     width: 81px;
     padding: 7px 18px  15px 20px;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     position: absolute;
     right: 15px;
     transition: var(--transition);
     bottom: -40px;
     border-radius: 12px;
     background: #FFF;
     box-shadow: 0px 6px 15px 0px #404f680d;
 }
 
 .realestate-blog-post-loop-style1:hover:hover .re-blog-post-date {
     transform: translateY(-5px);
 }
 
 .realestate-blog-post-loop-style1 .re-blog-post-date p {
     margin: 0;
     color: #181A20;
     font-family: Inter;
     font-size: 13px;
     font-weight: 400;
     line-height: 27px;
 }
 
 .realestate-blog-post-loop-style1 .re-blog-post-date span {
     color: #181A20;
     font-family: Inter; 
     font-weight: 600;
     line-height: 30px; 
     font-size: 20px;
 }
 
 .realestate-blog-post-loop-style1 .re-blog-post-content {
     padding: 15px 20px 17px 9px;
 }
 
 .realestate-blog-post-loop-style1 .re-blog-post-content p {
     font-size: 13px;
     font-weight: 400;
     line-height: 26px;
     margin-bottom: 5px;
     color: #070026;
 }
 
 .realestate-blog-post-loop-style1 .re-blog-post-content h2 {
     font-size: 16px;
     font-weight: 600;
     line-height: 22px;
     margin: 0;
     white-space: nowrap;
     overflow: hidden;
     transition: var(--transition);
     text-overflow: ellipsis;
     width: calc(96% - 30px);
 }
 
 .realestate-blog-post-loop-style1 .re-blog-post-content h2:hover {
     color: var(--primary-color);
 }
 
 .realestate-blog-post-loop-style1 .realestate-blog-post-loop-style1-slider .slick-track {
     height: 375px;
 }
 
 .realestate-blog-post-loop-style1-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
    margin-top: 5px;
 }
 
 .realestate-blog-post-loop-style1-arrows span {
     background: #FFFFFF;
     width: 39px;
     height: 39px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     color: #333333;
     font-size: 14px;
     cursor: pointer;
 }
 
 .realestate-blog-post-loop-style1-arrows span:hover {
     box-shadow: 0px 5px 20px 0px #0000001a;
 }
 
 .realestate-blog-post-loop-style1-arrows .prev-arrow2.slick-arrow.slick-disabled {
     color: #BABABA;
 }
 
 .realestate-blog-post-loop-style1-arrows .next-arrow2.slick-arrow.slick-disabled {
     color: #BABABA;
 }
 
 .realestate-blog-post-loop-style1 .re-blog-post-img a {
     display: inline;
 }
 .home1 .real-estate-blogs-slider .slick-slide {
    margin-left: 8px;
    width: 363px !important;
}
.real-estate-blogs-slider {
    padding-left: 6px;
}