/*========================================================================*/
/* Fonts */
@font-face {
    font-family: 'JUST Sans';
    src: local('JUST Sans Bold'), local('JUSTSans-Bd'),
        url('../fonts/JUSTSans-Bd.woff') format('woff');

    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JUST Sans';
    src: local('JUST Sans SemiBold'), local('JUSTSans-SmBd'),
        url('../fonts/JUSTSans-SmBd.woff') format('woff');

    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JUST Sans';
    src: local('JUST Sans Regular'), local('JUSTSans-Rg'),
        url('../fonts/JUSTSans-Rg.woff') format('woff');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JUST Sans';
    src: local('JUST Sans Medium'), local('JUSTSans-Md'),
        url('../fonts/JUSTSans-Md.woff') format('woff');

    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* Fonts End */
* { 
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      box-sizing: border-box; 
}
*, ::before, ::after { box-sizing:border-box; -webkit-box-sizing:border-box; }

html { overflow:hidden; overflow-y:auto; font-family: 'JUST Sans'; }

html, body{
    height:100%;
}
body{
    padding:0px;
    margin:0px;
    font-family: 'JUST Sans';
}
button, input, optgroup, select, textarea{
    font-family: 'JUST Sans';
}
   
h1, h2, h3, h4, h5, h6, p, ul{
    padding:0px;
    margin:0px;
}
p{
    word-break:break-word;
}
a {
    text-decoration:none;
    display: inline-block;
    color: #1B191A;
}
a:hover{
    text-decoration:none;
}
ul{
    list-style:none;
}
button:focus, input:focus, .form-control:focus, select:focus,button.btn:focus, .navbar-toggler:focus, .accordion-button:focus, :focus-visible {
     outline: unset;
     box-shadow: none;
     outline: -webkit-focus-ring-color auto 0px;
}
.btn-close:focus {
    box-shadow: none;
}
.nav-link:focus {
    color: #fff;
}
i {
    display: flex;
}
i::before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-repeat: no-repeat;
}
/* img { */
    /* max-width: 100%; */
    /* display: block; */
    /* margin: 0 auto; */
/* } */
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .entry-footer:before, .entry-footer:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .nav-links:before, .nav-links:after, .pagination:before, .pagination:after, .comment-author:before, .comment-author:after, .widget-area:before, .widget-area:after, .widget:before, .widget:after, .comment-meta:before, .comment-meta:after {
    content: ""; display: table; table-layout: fixed; 
}
.clear:after, .entry-content:after, .entry-footer:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .nav-links:after, .pagination:after, .comment-author:after, .widget-area:after, .widget:after, .comment-meta:after { 
    clear: both; 
}
.clearfix:before, .clearfix:after {
    visibility:hidden; 
    display:block; 
    font-size:0; 
    content:" "; 
    clear:both; 
    height:0;
}
.container {
    max-width: 1140px;
    padding: 0;
}

/*-------commann--------*/
.contents {
    min-height: 569px;
}
/* .container{
    width: 100%;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
} */
h1, .heading-one {
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    color: #1B191A;
}
h3, .heading-three {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #1B191A;
}

h1 span{
    color: #fff;
}
p,.p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #424458;
    margin-bottom: 30px;
    /* display: inline-block; */
}
.common-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0180FF;
    border: 1px solid #0180FF;
    border-radius: 12px;
    background-color: transparent;
    display: inline-block;
    padding: 9px 19px;
    transition: all .4s;
  
}
.common-btn:hover{
    background-color: #0180FF;
    color: #FFFFFF;
}
.common-btn-white {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}
.common-btn-white:hover {
    color: #FFFFFF;
    border: 1px solid #0180FF;
    background-color: #0180FF;
}
.common-btn-blue {
    background-color: #0180FF;
    color: #FFFFFF;
}
.common-btn-blue:hover {
    color: #0180FF;
    background-color: #FFFFFF;
}
.section-pading {
    padding: 70px 0;
}
h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    display: flex;
    align-items: center;
    color: #1B191A;
    margin-bottom: 40px;
    justify-content: space-between;
}

h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    display: flex;
    align-items: center;
    color: #1B191A;
    margin-bottom: 40px;
    justify-content: space-between;
}
.text-sm {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #1B191A;
}

/*------------*/
header {
    background-color: transparent;
    position: absolute;
    z-index: 2;
    width: 100%;
    z-index: 99;
    transition: all .4s;
}
header.header-fill {
    position: inherit;
    background: #1B191A;
}
header.sticky-header {
    position: fixed;
    width: 100%;
    background-color: #1B191A;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-menu {
    display: flex;
    align-items: center;
}
.menu-right {
    display: flex;
    align-items: center;
}
.menu-right .lang button {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.profile {
    margin-left: 30px;
}
.profile .dropdown-toggle::after{
    display: none;
}
.profile button {
    /*background: rgba(228, 233, 249, 0.2);
    border-radius: 20px;
    padding: 10px;
    display: flex;
    align-items: center;*/
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 27px;
}
img.three-line-icon {
    margin-left: 10px;
}
.lang {
    padding-left: 30px;
    position: relative;
}
.lang button {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.lang .dropdown-toggle::after {
    display: inline-block;
    margin-left: 8px;
    content: "";
    border-top: 6px solid #FFFFFF;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    border-radius: 6px;
    margin-top: 2px;
}
.lang:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background-color: #B6BAC6;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
}
header .nav-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding: 38px 0 !important;
    margin-right: 30px;
}
header .nav-link:hover {
    color: #0180FF;
}
.profile .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    min-width: 150px !important;
    padding: 10px 0;
    border-radius: 10px;
    /* overflow: hidden; */
    position: relative;
}
.lang .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    min-width: 140px !important;
    padding: 10px 0;
    border-radius: 10px;
    /* overflow: hidden; */
    position: relative;
    transform: translate3d(-28px, 20px, 0px) !important;
}
.profile .dropdown-menu.show {
    transform: translate3d(0px, 42px, 0px) !important;
}
.lang .dropdown-menu:after, .profile .dropdown-menu:after {
    position: absolute;
    content: "";
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: -5px;
    right: 22px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 16px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    transition: all .4s;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #0180FF;
    background-color: transparent;
}



/*-------banner-----*/
.banner {
    position: relative;
}
.search-bar form {
    display: flex;
    align-items: center;
    gap: 16px;
}
.banner-text {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 226px;
    z-index: 2;
    left: 0;
}
.banner-text h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    max-width: 610px;
}
.banner-text h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    max-width: 730px;
    color: #FFFFFF;
}
.banner-text p {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 16px 0 60px;
    max-width: 550px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.search-bar {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #0000001A;
    border-radius: 12px;
    max-width: 824px;
    padding: 20px;
}
.search-bar form .search-location, .search-bar form .property-type, .search-bar form .type-for {
    color: #1B191A;
    border: 1px solid #E6E6E6;
    /* padding: 19px 24px; */
    border-radius: 12px;
    width: calc(100% - 16px);
    overflow: hidden;
}
/* .search-bar form .search-location {
    padding-left: 50px;
    background-image: url(../images/search-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: left 24px center !important;
} */
.search-bar input {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    border: none;
    display: block;
    padding: 19px 24px;
}
.search-bar input {
    padding-left: 50px;
    background-image: url(../images/search-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: left 24px center !important;
}
.search-bar input::placeholder {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #1B191A;
    display: flex;
    align-items: center;
}
.search-bar label {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #888B95;
    margin-bottom: 11px;
}
.search-bar form .property-type select, .search-bar form .type-for select {
    padding: 19px 48px 19px 24px;
}
.search-bar select {
    border: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #1B191A;
    background-image: url(/assets/img/dropdown-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 24px center !important;
}
.search-bar button {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #FFFFFF;
    background-color: #0180FF;
    border: 1px solid #0180FF;
    border-radius: 12px;
    padding: 16px 52px 17px 53px;
}
.search-bar button:hover {
    color: #0180FF;
    background-color: #FFFFFF;
}
.banner .item {
    position: relative;
}
.banner .item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #1E65AD -8.02%, rgba(102, 178, 255, 0) 39.47%);
    width: 100%;
    height: 100%;
    z-index: 2;
}
.banner .item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(15, 15, 15, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner .item img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}
.banner-slider .swiper-pagination-bullet {
    background: #E4E9F9;
    opacity: 1;
    margin: 0;
    transition: 0.3s;
}
.banner-slider .swiper-pagination-bullet-active, .banner-slider .swiper-pagination-bullet:hover, .banner-slider .swiper-pagination-bullet:focus {
    background: #0180FF;
    transition: 0.3s;
}
.banner-slider .swiper-horizontal > .swiper-pagination-bullets, .banner-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .banner-slider .swiper-pagination-custom, .banner-slider .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,40px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.banner-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .banner-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

/*------proprety------*/
.property {
    background-color: #F4F4F4;
}
.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.section-heading h2 {
    margin-bottom: 0;
}
.property-areas {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}
.property-areas-box {
    text-align: center;
    width: calc(100% - 24px);
    max-width: 208px;
}
.property-areas-box a {
    display: block;
}
.property-areas-box img {
    width: 208px;
    height: 208px;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid transparent;
    transition: all .4s;
}
h4, .heading-four {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #1B191A;
    margin-top: 20px;
    transition: all .4s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 99%;
}
.property-areas-box:hover h3 {
    color: #0180FF;
}
.property-areas-box:hover img {
    border: 1px solid #0180FF;
}
/* Content Section */
.content-section .read-more-link {
    cursor: pointer;
    /* margin-top: 10px; */
  }
  .content-main-container .main-description{
    margin-bottom: 12px;
}
  .moretext {
    display: none;
  }
.content-main-container h2  {
    margin-bottom: 12px;
}

.content-main-container p{
    margin-bottom: 6px;
    display: block;
}
.content-main-container .text-md{
    font-weight: 600;
    color: #000;
    font-size: 20px;
    margin-bottom: 12px;
}
.content-main-container .title{
    color: #000;
    font-weight: 500;
}
.content-main-container strong{
    font-weight: 600;
}
.content-main-container ul {
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 14px;
}
.content-main-container ul .text-md {
    margin-bottom: 6px;
}
.content-main-container li::marker {
    color: #0180FF;
}
/* Content Section End */
/* Testimonial section */
.testimonial-section{
    background-color: #F4F4F4;
}
.testimonial-section h2{
    margin-bottom: 24px;
}
.testimonial-section .slider-block {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.testimonial-section .slider-block::before {
    content: url(/assets/img/quote_clients.svg);
    position: absolute;
    left: -70px;
    top: 20px;
}
.testimonial-section .swiper-arrow-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    max-width: 82px;
    margin-left: auto;
    margin-bottom: 12px;
}
.testimonial-section .swiper-button-next, .swiper-button-prev{
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid #d8d8d8;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    margin-top: 0;
}
.testimonial-section .swiper-button-next svg, .swiper-button-prev svg{
    height: 14px;
    width: 14px;
}
.testimonial-section .swiper-button-next svg path, .swiper-button-prev svg path{
    fill: #0180ff;
}
.testimonial-section .swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.testimonial-section .swiper-button-next{
    rotate: 270deg;
}
.testimonial-section .swiper-button-prev{
    rotate: 90deg;
}
.testimonial-section .review-text{
    margin-bottom: 20px;
}
.person-name{
    font-weight: 600;
    color: #1b191a;
    margin-bottom: 0;
}
/* .swiper-wrapper{
    height: auto;
} */
/* Testimonial section End*/
/* Buy page Content Section */
.buy-section,
.rent-section{
    padding-bottom: 70px;
}
/* Buy page Content Section End*/
/*-----featured-properties-----*/
.featured-properties {
    background-color: rgba(255, 255, 255, 0.3);
}
.featured-properties-row {
    margin-bottom: -24px;
}
.featured-properties-box {
    /* margin-bottom: 24px; */
    display: block;
    position: relative;
    height: 100%;
}
.featured-properties-box > a {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    border: 1px solid #E6E6E6;
    border-radius: 16px;
    transition: all .4s;
    line-height: 0;
    height: 100%;
    min-height: 197px;
    max-height: 235px;
}
.featured-properties-box.featured-properties-box-listing > a {
    min-height: 118px;
    max-height: 222px;
}
.featured-properties-box > a:hover {
    border: 1px solid #0180FF;
}
.featured-properties-img {
    position: relative;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
    display: block;
    margin: -1px 0 -1px -1px;
    width: 170px;
    /* height: 180px; */
}
.featured-properties-img-outer {
    width: 267px;
    /* height: 197px; */
}
.featured-properties-img img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.heart-icon-box {
    background: rgba(48, 56, 55, 0.2);
    border-radius: 3px;
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    top: 20px;
    left: 20px;
    display: flex;
    align-items:center;
    justify-content:center;
    z-index: 2;
}
img.heart-icon {
    width: 14px;
    height: 13px;
}
.heart-icon-fill, .heart .heart-icon-border{
    display: none;
}
.heart .heart-icon-fill, .heart-icon-border{
    display: block;
}
.featured-properties-box-content {
    border-top: 0;
    display: flex;
    flex-direction: column;
    width: calc(100% - 267px);
    /* height: 100%; */
}
.featured-properties-box-listing .featured-properties-box-content {
    width: calc(100% - 170px);
}
.featured-properties-box-detail {
    padding: 20px 20px 15px 16px;
    /* border-bottom: 1px solid #E6E6E6; */
}
.featured-properties-box-content .location-text {
    margin: 0 0 16px;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 21px;
}
.featured-properties-box-content .location-text span {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #424458;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.featured-properties-box-content .location-text i {
    margin-right: 6px;
    margin-top: 0;
}
.featured-properties-box-content .text-sm {
    margin: 0 0 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 99%;
    display: inline-block;
}
.featured-properties-icon span:last-child {
    margin: 0;
}
.featured-properties-box-content .property-price {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #0180FF;
    margin-bottom: 0;
    display: block;
}
.featured-properties-icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid #E6E6E6;
    padding: 16px 20px 24px 16px;
    margin-top: auto;
}
.featured-properties-icon li {
    position: relative;
    display: flex;
    align-items: center;
}
.featured-properties-icon li:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background: #E6E6E6;
}
/*.featured-properties-img-outer .featured-properties-icon li:before {
    top: 3px;
}*/
.featured-properties-icon li:last-child:before {
    /*margin-right: 0;
    padding-right: 0;
    border-right: none;*/
    display: none;
}
.featured-properties-icon span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #1B191A;
}
/* .featured-properties-icon li:last-child span {
    max-width: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
} */
.featured-properties-icon i {
    margin-right: 6px;
}
.featured-properties-icon i::before {
    width: 24px;
    height: 24px;
}
.badge {
    display: inline-block;
    padding: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-transform: uppercase;
}
.badge-buy {
    background-color: #5B35C7;
}
.badge-rent {
    background-color: #5B9E31;
}
.featured-properties-box-listing .badge, .featured-properties-box-listing .heart-icon-box {
    left: 16px;
    bottom: 16px;
}

/*------download-----*/
/* .download-inner {
    background-color: #1B191A;
    border-radius: 20px;
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.download-text h4 {
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    margin-top: 0;
    text-overflow: initial;
    white-space: normal;
    margin: 0;
    width: 100%;
}
.download-text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 20px 0 0 0;
}
.download-btn {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.download-btn a {
    background-color: #60BD62;
    border-radius: 10px;
    padding: 13.5px 29px 13.5px 29.75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    transition: all .4s;
    border: 1px solid #60BD62;
}
.app-store-btn{
    margin-left: 16px;
}
.download-btn a svg {
    margin-right: 10px;
}
img.bg-bulding {
    position: absolute;
    right: 70px;
    top: 18px;
    z-index: 0;
}
.download-btn a path{
    transition: all .4s;
}
.download-btn a:hover path{
    fill:#60BD62 ;
}
.download-btn a:hover{
    border: 1px solid #60BD62;
    background-color: transparent;
    color: #60BD62;
} */

/*------footer------*/
footer {
    background-color: #FFFFFF;
    border-top: 1px solid #E6E6E6;
}
.footer-inner {
    padding: 30px 0;
}
.footer-inner-top {
    margin-bottom: 30px;
}
.footer-box p {
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 33.6px 0 0 0;
}
img.footer-bg-bulding {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 0;
}
.footer-box h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #1B191A;
    text-align: left;
    margin: 0 0 30px 0;
}
.page-url, .footer-contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 21px;
}
.page-url li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #1B191A;
    transition: all .4s;
}
.page-url li a:hover {
    color: #0180FF;
}
.footer-contact {
    justify-content: flex-end;
    gap: 38px;
}
.footer-contact li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #1B191A;
    display: flex;
    align-items: center;
    transition: all .4s;
}
.footer-contact li a:hover {
    color: #0180FF;
}
.footer-contact li a i {
    margin-right: 12px;
}
.footer-contact li a i::before {
    transition: all .4s;
}
.footer-contact li a:hover i::before {
    background: #0180FF;
    transition: all .4s;
}
.social-icn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}
.social-icn a {
    border: 1px solid #1B191A;
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.social-icn a:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50px;
    z-index: 0;
    transform :scale(0);
    transition: all .5s;
}
.social-icn a:hover:after {
    transform :scale(1);
    background-color: #1B191A;
}


.social-icn a i {
    position: relative;
    z-index: 1;
}
.social-icn a i::before {
    transition: all .5s;
}
.social-icn a:hover i::before {
    background: #FFFFFF;
}

.social-icn img:hover img::before {
    background: #FFFFFF;
}

.social-icn
.hover-container i  svg:hover {
    stroke: white;
}
.copy-right {
    background-color: #1B191A;
    padding: 9px 0;
    text-align: center;
}
.copy-right p {
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0;
}

.footer-box {
    display: flex;
    gap: 12px;
  }
  .footer-logo {
    display: inline-flex;
    align-items: center;
  }
   
  .footer-logo::after {
    content: '';
      display: inline-block;
      height: 50px;
      width: 1px;
      background-color: #e6e6e6;
      margin-left: 20px;
  }
  .dare-kuwait-logo {
    width: 150px;
    height: auto;
  }

  .home-content-section{
    padding-top: 70px;
  }

/*-----bradcrumb------*/
.breadcrumb-item a {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #1B191A;
    transition: 0.2s;
}
.breadcrumb-item a:hover {
    color: #0180FF;
    transition: 0.2s;
}
.breadcrumb-item.active a, .breadcrumb-item.active a:hover {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #0180FF;
}
.breadcrumb-item.active, .breadcrumb-item.active {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #0180FF;
}
.breadcrumb-outer {
    padding: 9px 0;
    border-bottom: 1px solid #E6E6E6;
}
.breadcrumb-item+.breadcrumb-item::before{
    display: none;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 12px;
}
li.breadcrumb-item {
    display: flex;
    align-items: center;
}
li.breadcrumb-item img {
    margin-right: 10px;
}
li.breadcrumb-item.active img {
    margin-right: 11px;
}

/*----featured-properties-----*/
.featured-properties-list {
    padding: 30px 0 70px;
}
.filter-box-outer {
    padding: 16px 0;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    position: sticky;
    top: 124px;
}
.filter-box-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-box-heading {
    padding: 0 20px 16px;
}
.filter-box-heading h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #1B191A;
}
.filter-box-heading a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #0180FF;
    transition: 0.2s;
}
.filter-box-heading a:hover {
    color: #1B191A;
    transition: 0.2s;
}
.filter-box {
    border-top: 1px solid #E6E6E6;
    padding: 14px 20px;
}
.filter-box .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.accordion-button:not(.collapsed), .accordion-item:last-of-type .accordion-button.collapsed {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #1B191A;
}
.form-check .form-check-input {
    width: 18px;
    height: 18px;
    padding: 0;
    border: 1px solid #E6E6E6;
    margin: 0;
    cursor: pointer;
}
.form-check-input:active {
    filter: brightness(100%);
}
.form-check-input:focus {
    border-color: #E6E6E6;
    outline: 0;
    box-shadow: none;
}
.form-check {
    display: flex;
    align-items: center;
    min-height: 18px;
    margin-bottom: 15px;
    padding: 0;
}
.filter-box .form-check:last-child {
    margin-bottom: 0;
}
.form-check-input[type=checkbox] {
    border-radius: 3px;
}
.form-check-input:checked {
    background-color: #0180FF;
    border-color: #0180FF;
}
.form-check-input:checked[type=checkbox] {
    background-image: url(/assets/img/check-box.svg);
    background-position: center;
    background-size: auto;
}
label.form-check-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1B191A;
    padding-left: 15px;
    cursor: pointer;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-body {
    margin-top: 18px;
}
.filter-box-view-all {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #0180FF;
}
input#price {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #1B191A;
    padding: 0;
    border: 0;
    margin-bottom: 18px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 2px solid #0180FF;
    background: #fff ;
    font-weight: bold;
    color: #1c94c4;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border-radius: 10px;
}
.ui-slider-horizontal {
    height: 1px;
}
.ui-widget-content {
    border: 0;
    background: #E4E9F9;
    cursor: pointer;
    margin:0 0px 10px;
}
.ui-widget-header {
    border: 0;
    background: #0180FF;
    color: #ffffff;
    font-weight: bold;
}
.ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    margin-left: 0;
    transform: translatey(-50%);
}
div#slider-3 a:last-child {
    margin-left: -18px;
}
.filter-box-outer .filter-box:last-child {
    padding-bottom: 0;
}
.featured-properties-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.featured-properties-heading {
    margin-bottom: 0;
}
.featured-properties-sorting, .featured-properties-sorting-box {
    display: flex;
    align-items: center;
}
.featured-properties-sorting-box label {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #424458;
    max-width: 100%;
    white-space: nowrap;
    margin-right: 8px;
}
.featured-properties-sorting-box select {
    padding: 0;
    border: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #1B191A;
    position: relative;
    background-image: url(/assets/img/featured-select.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    width: 140px;
    margin-right: 24px;
}
.view-grid {
    display: flex;
    align-items: center;
}
.list-view {
    height: 44px;
    width: 44px;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid #0180FF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-view svg path{
    fill: #868686;
}
.list-view-map {
    margin-left: 16px;
}
.map {
    margin-bottom: 30px;
}
.map iframe {
    border-radius: 16px;
    height: 350px;
    width: 100%;
}
.featured-map-view {
    display: none;
}
.list-view.active {
    background-color: #0180FF;
}
.list-view.active svg path{
    fill: #E6E6E6;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(/assets/img/fillter.svg);
    transform: rotate(0deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 12px;
    height: 10px;
    margin-left: auto;
    content: "";
    background-image: url(/assets/img/fillter.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    transition: transform .2s ease-in-out;
    transform: rotate(-90deg);
}
.featured-map-list {
    height: 100%;
    padding-top: 10px ;
}
.featured-map-list::-webkit-scrollbar {
    width: 8px;
}
    .featured-map-list::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
    .featured-map-list::-webkit-scrollbar-thumb {
    background: #888; 
}
    .featured-map-list::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.pagination-box ul {
    display: flex;
    align-items: center;
}
.pagination-box {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
li.paginatiob-left a, li.paginatiob-right a {
    width: 30px;
    height: 30px;
    background-color: #B6BAC6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
li.paginatiob-right img{
    margin-right: -2px;
}
li.paginatiob-left img{
    margin-left: -2px;
}
li.paginatiob-right{
    margin-left: 20px;
}
li.paginatiob-left  {
    margin-right: 20px;
}
li.paginatiob-right img{
    transform: rotate(180deg);
}
li.pagination-item a {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #1B191A;
    padding: 0 10px;
}
li.pagination-item a:hover {
    color: #b6bac6;
}
.pagination-icon-active a{
    background-color: #0180FF !important;
}
li.pagination-item.active a{
    color: #b6bac6 ;
}
.featured-properties-box-listing .featured-properties-box-detail {
    padding: 15px 10px 18px 10px;
}
.featured-properties-box-listing .featured-properties-icon {
    padding: 17px 10px 15px 10px;
}
.featured-properties-box-listing .featured-properties-icon span i::before {
    width: 18px;
    height: 18px;
}
.featured-properties-box-listing .featured-properties-box-content .location-text, .featured-properties-box-listing .featured-properties-box-content .location-text span {
    font-size: 14px;
    line-height: 18px;
}

/*------detail-page--------*/
.detail-page-img-box img {
    width: 100%;
    border-radius: 12px;
    height: 350px;
    object-fit: cover;
}
.detail-page-img-box.detail-page-img-box-right img {
    height: 163px;
    object-fit: cover;
}
.detail-page-img-box.detail-page-img-box-right {
    margin-bottom: 24px;
    position: relative;
}
.detail-page-image {
    padding: 40px 0;
}
.show-all-photo-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.show-all-photo-btn .common-btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 11px;
    color: #FFFFFF;
    background-color: #0180FF;
    border-radius: 6px;
}
.show-all-photo-btn .common-btn:hover {
    color: #0180FF;
    background-color: #FFFFFF;
}
.property-detail-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}
.property-detail-left .property-detail-top-left {
    display: flex;
    align-items: center;
    gap: 30px;
}
.property-detail-left .property-detail-top-left li {
    margin-right: 0;
    position: relative;
}
.property-detail-left .property-detail-top-left li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.property-detail-top-left li:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translatey(-50%);
    width: 1px;
    height: 20px;
    background-color: #E6E6E6;
}
.property-detail-top-left li:last-child:after {
    display: none;
}
.property-detail-top-left .badge {
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    padding: 6px;
    top: 0;
    left: 0;
}
.property-detail-top-left .badge.badge-buy, .property-detail-top-left .badge.badge-rent {
    position: inherit;
}
.property-detail-top-left p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1B191A;
    margin-bottom: 0;
}
.property-detail-top-right .roperty-detail-icon {
    margin-left: 20px;
    cursor: pointer;
}
.heart-black-icon-fill{
    display: none;
}
.heart .heart-black-icon-fill{
    display: inline-block;
}
.heart .heart-black{
    display: none;
}
.property-detail-left h2 {
    line-height: 42px;
    margin: 30px 0 14px;
}
.property-detail-left h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #0180FF;
    margin-bottom: 24px;
}
.property-detail-icons {
    display: flex;
    align-items: center;
    gap: 40px;
}
.property-detail-icons li {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #424458;
    display: flex;
    align-items: center;
    gap: 9px;
}
.property-detail-left .product-detail-location {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #424458;
    margin: 24px 0 30px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 30px;
    display: block;
}
.property-detail-left .product-detail-location img {
    margin-right: 9px;
}
.property-detail-left h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #1B191A;
    text-align: left;
    margin: 0 0 16px;
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    height: 100% !important;
    overflow-y: visible !important;
}
.read-more-show, .read-more-hide{
    cursor:pointer;
    color: #0180FF;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 12px;
    transition: 0.2s;
}
.read-more-show:hover, .read-more-hide:hover {
    color: #1B191A;
    transition: 0.2s;
}
.description-div-short {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #424458;
}
.hide_content {
    display: none;
}
a.vie-profile{
    color: #464444;
}
.description-box p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #888B95;
    margin-bottom: 12px;
}
.description-box span {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #0180FF;
    cursor: pointer;
}
.description-text p:first-child {
    display: block;
}
.description-text-more p {
    display: none;
}
.descriptions-box {
    border-top: 1px solid #E6E6E6;
    padding: 30px 0 0;
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.descriptions-box:last-child {
    padding-bottom: 30px;
}
.property-detail-left .descriptions-box h4 {
    margin-bottom: 0;
}
.descriptions-box p {
    white-space: nowrap;
    margin-bottom: 0;
}
.amenities-box {
    border-top: 1px solid #E6E6E6;
    padding: 30px 0 0;
    margin: 30px 0 0;
}
.amenities-items {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 20px;
}
.amenities-items li, .descriptions-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #424458;
    padding: 7px 10px;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
}
.amenities-box .common-btn {
    margin-top: 24px;
}
.property-address-left p {
    display: flex;
    align-items: self-start;
}
/*-----agent-------*/
.agent-about {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #E4E9F9;
}
.agent-detail-user-inner {
    position: relative;
}
.agent-detail-btn {
    margin-bottom: 50px;
}
.agent-btn {
    margin-top: 30px;
}
.agent-propties-heading h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #424458;
    text-align: left;
}
.agent-propties-heading {
    padding-top: 40px;
    border-top: 1px solid #e4e9f9;
}
.agent-detail-user .inqurie-agent {
    display: flex;
    align-items: center;
}
.agent-detail-user-inner-btn {
    display: flex;
    align-items: center;
    gap: 12px;
}
.agent-detail-user-inner-btn a, .agent-detail-user-inner-btn button {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400px;
    text-decoration: underline;
    transition: all 0.3s;
    border: none;
    color: #1B191A;
}
.agent-detail-user-inner-btn a:hover, .agent-detail-user-inner-btn button:hover {
    color: #0180FF;
}
.inqurie-agent-icon {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.inqurie-agent-icon img {
    width: 20px;
}
.inqurie-agent-img {
    margin-right: 20px;
    width: 100px;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
}
.inqurie-agent-img img.profile-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
} 
.agent-about h5 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #424458;
    text-align: left;
    margin-bottom: 10px;
}
.inqurie {
    padding: 30px;
    border: 1px solid #E6E6E6;
    border-radius: 16px;
    text-align: center;
    margin-left: 24px;
    position: sticky;
    top: 124px;
}
.inqurie-agent h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #1B191A;
    margin: 16px 0 10px;
}
a.vie-profile {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #888B95;
    display: block;
    margin-bottom: 20px;
}
.inqurie-agent a svg {
    margin-right: 10px;
}
.inqurie-agent a.common-btn path {
    transition: all .4s;
}
.inqurie-agent a.common-btn:hover path {
    fill: #0180FF;
}
.inqurie-agent a.common-btn {
    width: 100%;
}
.amenities-box span {
    cursor: pointer;
}
.inqurie form {
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
}
.inqurie {
    margin-bottom: 24px;
}
.inqurie form h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #1B191A;
    margin-bottom: 16px;
}
.inqurie form input, .inqurie form textarea {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 15px;
    color: #1B191A;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.inqurie form input::placeholder, .inqurie form textarea::placeholder, .input-outer input::placeholder {
    color: #424458;
}
.form-control::placeholder {
    color: #424458;
    opacity: 1;
}
.inqurie form textarea.w-100 {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 15px;
    height: 102px;
    margin-bottom: 24px;
    resize: none;
}
.inqurie form:after {
    position: absolute;
    content: "";
    top: 0;
    left: -30px;
    height: 1px;
    background-color: #E6E6E6;
    right: -30px;
}
.property-address h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #1B191A;
    text-align: left;
    margin: 0 0 16px;
    width: 100%;
}
.property-address-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.property-address-left p {
    display: flex;
    align-items: center;
}
.property-address-left p span {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #424458;
}
.detail-map {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
}
.detail-map iframe {
    height: 438px;
}
.property-address-heading {
    border-top: 1px solid #E4E9F9;
    padding-top: 30px;
}
.property-address-left p img {
    margin-right: 10px;
}
.similar-properties{
    padding: 26px 0 40px;
}
.similar-propties-heading h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    color: #1B191A;
    margin: 0;
    width: auto;
}
.similar-propties-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #E4E9F9;
    margin-bottom: 24px;
}
/* .similar-properties .featured-properties-box {
    margin-bottom: 0;
} */
.similar-propties-heading a {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #0180FF;
}


/*-----login-----*/
.login-left-outer {
    background-color: #0180FF;
    min-height: 100vh;
    position: relative;
}
.login-left img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    object-fit: cover;
}
.login-logo img {
    width: 100%;
    max-width: 90px;
    position: relative;
    margin-top: 50px;
}
.login-right-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
}
.login-right {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 50px 0;
}
.login-info-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.login-form h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #0180FF;
    margin: 20px 0 8px;
}
.login-form p {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #1B191A;
    margin-bottom: 41px;
}
.otp-timmer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.login-form .login-logo-blue img {
    margin: 0 auto;
}
.input-outer {
    margin-bottom: 24px;
    position: relative;
}
.input-outer input, .input-outer textarea {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #1B191A;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
}
.input-outer input::placeholder, .input-outer textarea::placeholder {
    color: #424458;
    opacity: 1;
}
.mobile-number-code {
    position: relative;
}
.mobile-number-code input {
    padding-left: 78px;
}
span.number-code {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 2px 15px 2px 16px;
    border-right: 1px solid #E4E9F9;
    font-size: 14px;
    line-height: 18px;
    color: #1B191A;
}
.forget-password {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #0180FF;
    position: relative;
}
.forget-password:after{
    position: absolute;
    content: "";
    bottom: -4px;
    left: auto;
    right: 0;
    height: 1px;
    width: 0;
    background-color: #0180FF;
    transition: all .4s;
}
.forget-password:hover:after{
    left: 0;
    right: auto;
    width: 100%;
}
.forget-password-outer {
    text-align: right;
    margin-bottom: 24px;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.forget-password-outer .form-check-input {
    padding: 0;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.login-form .common-btn {
    width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.forget-password-outer p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #1B191A;
    margin: 0;
}
.already.account p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #1B191A;
    margin-top: 40px;
    margin-bottom: 0;
}
.hide-show-password {
    position: relative;
}
.hide-show-password #password {
    /* padding-right: 54px; */
}
.toggle-password {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 16px;
    cursor: pointer;
}
.hide-password{
    display: none;
}
.toggle-password, .toggle-password span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #0180FF;
}
.show-hide-password .show-password {
    display: none;
}
.show-hide-password .hide-password {
    display: block;
}
.input-outer-password {
    margin-bottom: 36px;
}
.loin-outer .error-login.error-login-large {
    bottom: -32px;
}
.error-login.showOtpValidation {
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
}
.skip-back {
    position: absolute;
    top: 40px;
    left: 40px;
}
.skip {
    position: absolute;
    top: 40px;
    right: 40px;
}
.skip a {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #1B191A;
}
.input-outer-otp {
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-outer-otp input {
    width: 48px;
    margin: 0 12px;
    text-align: center;
}
.input-hidden {
    position: absolute;
    left: -9999px;
    display: none;
}
.login-form .language label {
    display: inline-block;
    width: 140px;
    border: 2px solid #E4E9F9;
    border-radius: 8px;
    height: 140px;
    text-align: center;
    padding: 28px 43px;
    cursor: pointer;
    margin: 0 15px;
}
.language input[type=radio]:checked + label {
    border: 2px solid #0180FF;
}
p.chhose-language-text {
    margin-bottom: 24px;
}
/* .choose-language .common-btn {
    width: 314px;
} */
.language-box-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-top: 16px;
    display: inline-block;
}
.already.account {
    display: flex;
    align-items: center;
    justify-content: center;
}
.loin-outer .error-login {
    font-size: 12px;
    line-height: 16px;
    color: #f44336;
    display: block;
    margin-top: 6px;
/*    position: absolute;*/
    bottom: -18px;
}
.error-login {
    font-size: 12px;
    line-height: 16px;
    color: #f44336;
    display: block;
}
.forget-password-outer label.error {
    font-size: 12px;
    line-height: 16px;
    color: #f44336;
    display: block;
    position: absolute;
    bottom: -18px;
}
/*--------property-page----------*/

.property-page .property-areas-box {
    margin-bottom: 24px;
}
/* .property-page {
    padding-bottom: 46px;
} */
.add-new-property {
    padding: 50px 0;
}
.add-new-property-box .nav-link {
    border: 0;
    padding: 0 32px;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #B6BAC6;
    cursor: text;
}
.add-new-property-box .nav-link.active {
    color: #1B191A;
    position: relative;
}
.add-new-property-box .nav-link.active:after {
    background-color: #1B191A;
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 2px;
}
.add-new-property-box .nav {
    border-bottom: 2px solid #E6E6E6;
    padding-bottom: 10px;
}
.add-property-field label.form-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #1B191A;
    margin-bottom: 12px;
}
.add-new-property-box .nav {
    border-bottom: 2px solid #E6E6E6;
    padding-bottom: 10px;
    margin-bottom: 16px;
}
.add-property-field{
    margin-bottom: 20px;
}
.add-property-field input, .add-property-field select, .add-property-field textarea {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    margin-bottom: 0;
    padding: 15px;
    color: #1B191A;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.add-property-field input:focus, .add-property-field select:focus, .add-property-field textarea:focus {
    border: 1px solid #E6E6E6;
    outline: none;
}
.add-property-field .form-check-input:focus {
    border: 1px solid #0180FF;
}
.add-property-field select {
    width: 100%;
    /* background-image: url(../../assets/img/fillter.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important; */
    position: relative;
}
.add-property-field select:after {
    width: 100%;
    
}
.add-property-field-select {
    position: relative;
}
.add-property-field-select:after {
    background-image: url(/assets/img/fillter.svg);
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    top: 20px;
    right: 16px;
    content: "";
    z-index: -1;
    width: 12px;
    height: 8px;
}
/* .add-property-field .form-check-input {
    width: 18px !important;
    height: 18px !important;
    padding: 0;
    background-image: url(/assets/img/check-box.svg);
    background-position: center;
    background-repeat: no-repeat;
} */
.add-new-property .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1B191A;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.add-new-property .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}
.add-new-property .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #424458;
}
.add-property-field .form-check.form-check-inline label{
    margin: 0;
    border: 1px solid #E6E6E6;
    color: #1B191A;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
}
.agent-type-name {
    margin-left: 14px;
    color: #424458;
}
.checked1 .agent-type-name {
    color: #1B191A;
}
.add-property-field ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.add-property-field ul li label {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #1B191A;
    padding: 7px 10px;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    cursor: pointer;
}
.add-property-field li.active, .add-property-field li.checked1 label, .add-property-field li.checked1 label {
    background-color: #0180FF;
    border: 1px solid #0180FF;
    color: #fff;
}
.add-property-field textarea {
    resize: none;
    height: 120px;
}
.find-on-map {
    display: flex;
    justify-content: space-between;
}
.find-on-map a {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    margin-left: auto;
    color: #0180FF;
    transition: 0.2s;
}
.find-on-map a:hover {
    color: #1B191A;
    transition: 0.2s;
}
.add-property-field input[type=file] {
    display: none;
}
.add-property-field label.uploadDoc.form-label {
    width: 100px;
    height: 100px;
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: 0;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 20px
}
.uploaded-img-box {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
.uploaded-img-box img {
    object-fit: cover;
    border-radius: 8px;
}
.add-property-field-img .form-field {
    display: flex;
    flex-flow: wrap;
}
.uploaded-img-box span {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #e81d1d;
    z-index: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.uploaded-img-box span img {
    width: 12px;
    transform: rotate(45deg);
}
.form-check.form-check-inline label {
    color: #B6BAC6;
}
.form-check.form-check-inline.checked1 label {
    color: #1B191A;
}
label.form-check-label.prime-plan {
    display: flex;
    align-items: center;
}
.subscription-plan-box-price {
    background-color: rgba(96, 189, 98, 0.14);
    border-radius: 8px;
    padding: 12px 16px;
    /* width: 100%;
    max-width: 700px; */
    margin-bottom: 24px;
}
.subscription-plan-box-price .form-check {
    display: flex;
    align-items: center;
}
.subscription-plan-box-price label.form-check-label.prime-plan {
    display: flex;
    align-items: center;
    width: 100%;
    /* flex: 0 0 100%; */
    padding: 0;
    position: relative;
}
.subscription-plan-name {
    position: absolute;
    top: 2px;
    left: 0;
}
.subscription-plan-detail h3 {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #1B191A;
    justify-content: space-between;
}
.subscription-plan-detail p {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #1B191A;
    margin-top: 8px;
}
.subscription-plan-detail {
    padding-left: 40px;
    width: 100%;
}
.subscription-plan-detail .subscription-plan-detail-price {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #0180FF;
    display: block;
    margin-top: 8px;
}
.subscription-plan-box-price .form-check-input {
    width: 20px;
    height: 20px;
    padding: 0;
    border: 1px solid #B6BAC6;
    margin: 0;
    cursor: pointer;
    background-color: transparent;
}
.subscription-plan-box-price .form-check-input:checked[type=radio] {
    /* background-image: url(/assets/img/check-box.svg);
    background-size: 8px 8px; */
    background-color: #0180FF;
    /* background-repeat: no-repeat;
    background-position: center; */
    border: 1px solid #0180FF;
}
.add-property-field .form-check-input:checked[type=radio] {
    background-image: url(/assets/img/check-box.svg);
    background-size: 8px 8px;
    background-color: #0180FF;
    background-repeat: no-repeat;
    background-position: center;
}
.add-property-field .form-check-input:checked[type=radio]:focus {
    border: 1px solid #0180FF;
}
.add-property-field .form-check-input[type=radio]:focus {
    border: 1px solid #E6E6E6;
}
.add-property-field .form-check {
    margin-bottom: 0;
}
.subscription-plan-box-price.basic-plan {
    background-color: rgba(228, 233, 249, 0.4);
}
.subscription-plan-box-price.premium-plan {
    background-color: rgba(219, 240, 255, 0.4);
}
/* .subscription-btn {
    margin-top: 20px;
} */
.select-plan-heading {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #1B191A;
    /* max-width: 700px; */
    /* margin: 0 auto 10px; */
    margin-bottom: 24px;
    display: block;
}
.subscription-details-box {
    background-color: rgba(206, 21, 42, 0.1);
    padding: 13px 14px 14px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    max-width: 700px;
}
.subscription-details-box span {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #CE152A;
    margin-left: 10px;
}
.subscription-details .common-btn {
    margin-bottom: 20px;
}
.renew-plan{
    background-color: transparent;
    border: 1px solid #E4E9F9;
}
.thank-you-plan {
    margin-bottom: 24px;
}
section.add-new-property-thank-you {
    padding: 50px 0;
}
section.add-new-property-thank-you {
    padding: 50px 0;
}
section.add-new-property-thank-you .common-btn {
    width: auto;
    height: auto;
    background-color: transparent;
}
section.add-new-property-thank-you .common-btn.common-btn-blue {
    background-color: #0180FF;
}
section.add-new-property-thank-you .common-btn:hover {
    color: #FFFFFF;
    background-color: #0180FF;
}
section.add-new-property-thank-you .common-btn.common-btn-blue:hover {
    color: #0180FF;
    background-color: transparent;
}
section.add-new-property-thank-you .subscription-plan-detail {
    padding-left: 0;
}
.thank-you-btn {
    margin-top: 24px;
}
.thank-you-btn .common-btn {
    width: 160px;
    text-align: center;
}
.thank-you-btn .delete-btn {
    background-color: transparent;
    color: #0180FF;
}
.thank-you-btn .delete-btn:hover {
    background-color: #0180FF;
    color: #fff;
}
a.common-btn.edit-btn {
    margin-left: 20px;
}
.thank-you-img-detail {
    text-align: center;
    border-bottom: 1px solid #E4E9F9;
    padding-bottom: 24px; 
    margin-bottom: 24px; 
}
.thank-you-img-detail h2 {
    justify-content: center;
    margin-bottom: 8px;
}
.thank-you-img-detail img {
    width: 90px;
    margin-bottom: 12px;
}
.select-plan {
    position: relative;
}
.select-plan-img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.select-plan-img img {
    width: 500px;
}
.select-plan-thankyou .select-plan-img img {
    width: 600px;
    z-index: 0;
    opacity: .1;
}
.my-ads-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}
.my-ads-icon a, .my-ads-icon span {
    display: flex;
    align-items: center;
    width: 14px;
    height: 14px;
}
.my-ads-icon a img, .my-ads-icon span img {
    width: 14px;
    height: 14px;
}
.my-ads .featured-properties-box {
    padding-bottom: 50px;
}
.my-ads .my-ads-icon-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* .add-property-field li label.eng-box {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #424458;
    padding: 7px 10px;
    border: 1px solid #E4E9F9;
    border-radius: 6px;
    width: auto;
    display: inline-block;
    cursor: pointer;
    margin: 0;
} */
/* .add-property-field li.checked1 label {
    background-color: #0180FF;
} */
/* .add-property-field li.checked1 label span{
    color: #fff;
} */
.edit-detail-box .uploaded-img-box {
    margin: 0 auto;
}
.fullpage-loader img {
    width: 80px;
}
.fullpage-loader {
    position: fixed;
    background-color: #fffffff2;
    z-index: 9999999;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
}
.featured-properties-right-outer {
    position: relative;
}
.filtter-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.filtter-loader img {
    width: 100px;
    position: absolute;
    top: 250px;
}

/*--------favourite----------*/
.favourite .heart-icon-fill, .favourite .heart .heart-icon-border{
    display: block;
}
.favourite .heart .heart-icon-fill, .favourite .heart-icon-border{
    display: none;
}
section.inner-pading {
    padding: 50px 0;
}

/*-----account-----*/
.account-left .nav-pills .nav-link{
    color: #888B95;
    background-color: #fff;
    border: 1px solid #D6D6D6;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.2s;
}
.account-left .nav-pills .nav-link.active, .account-left .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0180FF;
    border: 1px solid #0180FF;
    transition: 0.2s;
    
}
.account-left .nav-pills .nav-link:hover{
    color: #fff;
    background-color: #0180FF;
    border: 1px solid #0180FF;
    transition: 0.2s;
}
.account-left .nav-pills .nav-link svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.account-left .nav-pills svg path{
    fill: #888B95;
}
.account-left .nav-pills .nav-link i::before, .account-left .nav-link i::before{
    transition: 0.2s;
}
.account-left .nav-pills .nav-link.active i::before, .account-left .nav-link:hover i::before{
    /* fill: #fff; */
    background: #FFFFFF;
    transition: 0.2s;
}
.account-detail-box {
    border: 1px solid #d6d6d6;
    padding: 24px;
    border-radius: 10px;
}
.detail-profile h4 {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #1B191A;
    margin: 0 0 4px 0;
}
.proile-box {
    display: flex;
    align-items: center;
    gap: 12px;
}
.proile-box-img {
    border-radius: 16px;
    overflow: hidden;
    max-width: 80px;
}
.proile-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail-profile {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
span.edit-icon {
    width: 34px;
    height: 34px;
    background-color: rgba(42, 75, 155, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
    flex-shrink: 0;
}
/* .detail-profile-box {
    margin-left: 16px;
} */
.detail-profile p {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #888B95;
}
.detail-profile .detail-profile-box .badge.badge-user {
    position: static;
    display: block;
    color: #1B191A;
    text-align: left;
    padding: 0;
}
.user-about h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}
.user-about p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #888B95;
    margin: 10px 0px 0 0;
}
.user-about {
    margin-top: 24px;
    border-top: 1px solid #d6d6d6;
    padding-top: 24px;
}
.edit-detail-box-img h6 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #0180FF;
    margin: 16px 0 0 0;
}
.edit-detail-box {
    text-align: center;
}
.edit-detail-box .add-property-field label.uploadDoc.form-label {
    margin: 0 auto;
}
.edit-detail-box h3 {
    font-size: 24px;
    font-weight: 500;
    color: #1B191A;
    margin-bottom: 24px;
}
.account-popup .modal-dialog {
    max-width: 600px;
}
.account-popup.subscription-plan-popup .modal-dialog {
    max-width: 1000px;
}
.account-popup .modal-content {
    border-radius: 10px;
}
.account-popup .model-close {
    position: absolute;
    right: 12px;
    top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.account-popup .model-close .btn-close {
    padding: 0;
}
.account-popup .modal-body {
    padding: 24px;
}
.input-outer textarea {
    resize: none;
}
.account-detail-box h3 {
    font-size: 26px;
    margin-bottom: 24px;
    font-weight: 700;
}
.input-outer > label {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #1B191A;
    margin-bottom: 16px;
}
.feature-inputs .form-check-input {
    margin-top: 0;
    cursor: pointer;
}
.feature-inputs label {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}
.feature-inputs:last-child {
    margin-bottom: 0;
}
.faq-content .accordion-item {
    border: 1px solid #E6E6E6;
    overflow: hidden;
    border-bottom: none;
}
.faq-content .accordion-item:last-child {
    border-bottom: 1px solid #E6E6E6;
}
.faq-content .accordion-item:first-of-type {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.faq-content .accordion-item:last-of-type {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.faq-content .accordion-button, .faq-content .accordion-item:last-of-type .accordion-button {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding: 16px;
    display: flex;
    align-items: center;
    color: #1B191A;
    z-index: 0;
}
.faq-content .accordion-button:not(.collapsed), .faq-content .accordion-item:last-of-type .accordion-button:not(.collapsed) {
    color: #0180FF;
}
.faq-content .accordion-body {
    margin-top: 0;
    padding: 0 16px 16px;
}

/*------my-ads-----*/
.property-address-ads {
    margin-bottom: 50px;
}
.my-ads-prize {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.my-ads-icon > a, .my-ads-icon > span {
    width: 30px;
    height: 30px;
    background-color: hsl(222deg 57% 39% / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
}
span.my-ads-icon {
    display: flex;
    align-items: center;
}
/* .my-ads-icon-box {
    position: absolute;
    top: auto;
    z-index: 2;
    right: 15px;
    bottom: 53px;
} */
.badge-expired {
    background-color: #DE2B40;
   /* padding: 4px 7px;
    border-radius: 0px 3px 3px 0px;
    top: 24px;
    bottom: auto;
    left: 0;*/
}
.badge.badge-user {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 2px 8px;
    background: #0180FF;
    border-radius: 4px;
    position: initial;
    display: block;
    width: 46px;
    margin-top: 4px;
}

/*------chat------*/
.message-user {
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 15px;
    border-bottom: 1px solid #E6E6E6;
} 
.message-user.active {
    background-color: #0180FF;
}
.message-user.active h5, .message-user.active p{
    color: #fff;
}
.message-user-name h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0C0D12;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}
.message-user-name p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #8391B2;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
}
.message-left {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 0px 0;
    /* height: calc(100% - 100px); */
    overflow: auto;
    cursor: pointer;
    max-height: 767px;
    position: sticky;
    top: 124px;
    scrollbar-color: #0180FF #C2D2E4;
    scrollbar-width: thin !important;
}
.message-left::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
  }
.message-left::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
}
.message-left::-webkit-scrollbar-thumb {
    background: #0180FF; 
}
.message-left .message-user:last-child {
    /* padding-bottom: 0; */
    margin-bottom: 0;
    border: 0;
}
.message-user-name {
    width: 100%;
    margin-left: 16px;
}
.message-right-outer {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 0px 0 0px;
    height: 100%;
    width: 100%;
    /* min-height: 767px; */
    position: relative;
    /* min-height: 767px; */
    overflow: hidden;
}
.message-right::-webkit-scrollbar{
    width: 0px;
}
.message-right {
    display: flex;
    align-items: end;
    padding: 0 20px;
    width: 100%;
    height: 575px;
    overflow: auto;
    scrollbar-width: none;
}
.message-right-box{ 
    width: 100%;
    height: 100%;
}
.messege-box-recived{
    margin-bottom: 30px;
    text-align: start;
    margin-bottom: 30px;
    max-width: 90%;
}

.messege-box-recived p {
    /* width: 100%; */
    background-color: #F4F4F4;
    border-radius: 6px 6px 6px 0px;
    padding: 7px 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #1B191A;
    margin-bottom: 8px;
    display: inline-block;
}
.messege-box-recived span, .messege-box-send span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #424458;
    display: block;
}
.messege-box-send p {
    display: inline-block;
    background-color: #1B191A;
    padding: 7px 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    border-radius: 6px 6px 0 6px;
    /* width: auto; */
    text-align: left;
    margin-left: auto;
    margin-bottom: 8px;
}
.messege-box-send {
    text-align: end;
    margin-bottom: 30px;
    width: 70%;
    margin-left: auto;
}
.message-send {
    display: flex;
    align-items: center;
    position: sticky;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px;
}
.message-send textarea {
    background: #F4F4F4;
    border-radius: 6px;
    border: 0;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    height: 44px;
    resize: none;
    scrollbar-width: thin;
}
.message-send textarea::-webkit-scrollbar{
    width: 2px;
}
.message-send textarea::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.message-send textarea::-webkit-scrollbar-thumb {
    background: #888;
}
.message-send textarea::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.message-send textarea::placeholder {
    color: #424458;
}
.message-send button {
    border-radius: 6px;
    padding: 13px;
    background-color: #2A4B9B;
    border: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-left: 20px;
}
.message-user-detail {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #fff;
    /* padding-top: 20px; */
    margin-bottom: 20px;
}

/*-----contact-------*/
.inner-pading.contact h2 {
    margin-bottom: 30px;
}
.contact-form-detail {
    padding: 20px 0;
}
.contact-form {
    border: 1px solid #E6E6E6;
    padding: 20px;
    border-radius: 16px;
}
.contact-form-detail h5, .contact-form h5 {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    color: #1B191A;
    text-align: left;
    margin-bottom: 16px;
}
.contact-form-detail h5 {
    margin-bottom: 0;
}
.contact-detail-box-outer {
    border-top: 1px solid #E6E6E6;
    padding-top: 16px;
    margin-top: 16px;
}
.contact-detail-box {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.contact-detail-box:last-child {
    margin-bottom: 0;
}
.contact-detail-box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}
.contact-detail-box-img img {
    width: 24px;
    height: 24px;
}
.contact-detail-box-text h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px;
    color: #1B191A;
}
.contact-detail-box-text a, .contact-detail-box-text span {
    font-size: 16px;
    line-height: 24px;
    color: #1B191A;
    transition: 0.2s;
}
.contact-detail-box-text a:hover {
    color: #0180FF;
    transition: 0.2s;
}
.contact-map-outer {
    border-radius: 16px;
    overflow: hidden;
}
.contact-map-outer iframe {
    display: block;
    height: 550px;
}

/*--------thank-you---------*/
section.inner-pading.thank-you-outer {
    padding: 100px 0;
}
.thank-you {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.thank-you-img img {
    width: 150px;
}
.thank-you h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 30px;
    justify-content: center;
}
.thank-you h1 {
    display: block;
    color: #0180FF;
}
.error-page h1 {
    font-size: 220px;
    line-height: 220px;
    font-weight: 700;
}

/*------active-plan-------*/
.active-plan-box {
    background: #F4F4F4;
    width: 100%;
    max-width: 700px;
    border-radius: 8px;
    padding: 20px;
}
.active-plan-detail {
    display: flex;
    align-items: flex-start;
/*    margin-bottom: 16px;*/
}
/* .active-plan-box:last-child .active-plan-detail {
/*.active-plan-box:last-child .active-plan-detail {
    margin-bottom: 0;
} */
.active-plan-detail-content {
    margin-left: 15px;
}
.active-plan-detail-content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #0C0D12;
    margin: 0 0 6px;
}
.active-plan-detail-content h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #0180FF;
    margin-bottom: 8px;
}
.active-plan-detail-dates {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
}
.active-plan-detail-dates p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #424458;
    margin: 0;
}
.active-plan-box .progress {
    display: flex;
    height: 4px;
    overflow: hidden;
    background: #60BD62;
    border-radius: 6px;
    margin-top: 16px;
}
.active-plan-box .progress-bar {
    background: #CE152A;
    border-radius: 6px;
}
.active-plan-box h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #0C0D12;
    margin: 12px 0 0;
}
.active-plan-box button {
    background: #0180FF;
    border-radius: 8px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 13px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    border: 1px solid #0180FF;
    transition: all .4s;
}
.active-plan-box button:hover{
    background-color: transparent;
    color: #0180FF;
}
/* .active-plan-detail img {
    padding-top: 7px;
} */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.irs-line {
    position: relative; display: block;
    overflow: hidden;
    outline: none !important;
}
.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute; display: block;
    top: 0;
}
.irs-line-left {
    left: 0; width: 11%;
}
.irs-line-mid {
    left: 9%; width: 82%;
}
.irs-line-right {
    right: 0; width: 11%;
}
.irs-bar {
    position: absolute; display: block;
    left: 0; width: 0;
}
.irs-bar-edge {
    position: absolute; display: block;
    top: 0; left: 0;
}

.irs-shadow {
    position: absolute; display: none;
    left: 0; width: 0;
}

.irs-slider {
    position: absolute; display: block;
    cursor: default;
    z-index: 1;
}
.irs-slider.type_last {
    z-index: 2;
}
.irs-min {
    position: absolute; 
    display: block;
    left: 0;
    cursor: default;
}
.irs-max {
    position: absolute; 
    display: block;
    right: 0;
    cursor: default;
}
.irs-from, .irs-to, .irs-single {
    position: absolute; 
    display: block;
    top: 0; 
    left: 0;
    cursor: default;
    white-space: nowrap;
}
.irs-grid {
    position: absolute; 
    display: none;
    bottom: 0; 
    left: 0;
    width: 100%; 
    height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}
.irs-grid-pol.small {
    height: 4px;
}
.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}
.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}
.irs-disabled {
    opacity: 0.4;
}
.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}
.irs {
    margin: 22px 0 8px;
}
.irs-with-grid {
    height: 75px;
}
.irs-line {
    top: 0;
    background: #0180FF;
    height: 1px;
    border-radius: 16px;
}
.irs-line-left {
    height: 8px;
}
.irs-line-mid {
    height: 8px;
}
.irs-line-right {
    height: 8px;
}
.irs-bar {
    height: 1px;
    top: 0;
    background: #0180FF;
}
.irs-bar-edge {
    height: 10px; top: 33px;
    width: 14px;
    border: 1px solid #428bca;
    border-right: 0;
    background: #428bca;
    background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
    border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
}
.irs-shadow {
    height: 2px; top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}
.irs-slider {
    top: -8px;
    width: 18px;
    height: 18px;
    border: 2px solid #0180FF;
    border-radius: 100%;
    cursor: pointer;
    background: #fff;
}
.irs-slider.state_hover, .irs-slider:hover {
    background: #FFF;
}
.irs-min, .irs-max {
    color: #333;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    display: none;
}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}
.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #428bca;
    border-radius: 3px;
    -moz-border-radius: 3px;
    display: none;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}
.irs-grid {
    height: 27px;
}
.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}
.irs-grid-pol.small {
    background: #999;
}
.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}
.extra-controls .form-group, .extra-controls .kd_price{
    display: flex;
    align-items: center;
}
.extra-controls .form-group{
    grid-gap: 10px;
    width: 100%;
}
.extra-controls .kd_price input, .extra-controls .kd_price span{
    width: 100%;
    max-width: 100%;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #424458;
    padding: 5px 10px;
    text-align: left;
}
.extra-controls .kd_price{
    width: 50%;
}
.extra-controls .kd_price:last-child input{
    text-align: right;
}
#detail_map .gm-style .gm-style-iw-d {
    padding-left: 32px !important;
}
#detail_map .gm-ui-hover-effect {
    top: 8px !important;
    left: 8px !important;
}
/* About Us */
.about-row {
    margin-bottom: 50px;
    align-items: center;
}
.about-row:last-child {
    margin-bottom: 0;
}
.about-row:nth-child(even) .about-col-left {
    order: 2;
}
.about-row:nth-child(even) .about-col-right {
    order: 1;
}
.about-img {
    border-radius: 12px;
    overflow: hidden;
}
.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-content h2 {
    margin-bottom: 20px;
}
.about-content p {
    font-weight: 400;
}
.about-content p:last-child {
    margin-bottom: 0;
}
.about-content .about-img {
    display: none;
}
.entry-header {
    padding: 30px 0;
    background-color: #F4F4F4;
}
/* About Us End */

/* Terms Conditions */
.common-page h2, .common-page h3, .common-page h4, .common-page h5, .common-page h6, .common-page ul {
    margin-bottom: 16px;
}
.common-page h4 {
    margin-top: 0;
    display: block;
    width: 100%;
    white-space: normal;
    text-align: left;
}
.common-page p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    display: block;
}
.common-page ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #424458;
}
.common-page ul li:last-child {
  margin-bottom: 0;
}
.common-page ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background: #0180FF;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
/* Terms Conditions End */

/* Blog Page */
.blog-listing,
.blog-detail-section{
    padding: 40px 0 70px;
}
.blog-listing-title{
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    color: #1B191A;
    margin-bottom: 12px;
}
.blog-listing-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #424458;
    margin-bottom: 30px;
}
.blog-tabs-list-container{
    gap: 16px 30px;
}
/* .blog-tabs-list{
    position: relative;
}
.blog-tabs-list::after{
    content: '';
    position: absolute;
    bottom: 0;
    z-index: -1;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #D9D9D9;
} */
.blog-tabs-list .nav-link{
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #1B191A;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0 0 10px;
    transition: 0.3s ease;
}
.blog-tabs-list .nav-item:first-of-type .nav-link{
    margin-left: 0;
}
.blog-tabs-list .nav-item:last-of-type .nav-link{
    margin-right: 0;
}
.blog-tabs-list .nav-link:hover,
.blog-tabs-list .nav-link.active{
    color: #0180FF;
    border-bottom-color: #0180FF;
}
.blog-tabs-content{
    padding-top: 30px;
}
/* Blog */
.blogs-container{
    padding-bottom: 40px;
}
.blog-img-container{
    overflow: hidden;
    border-radius: 10px;
    max-height: 243px;
    height: 100%;
}
.blog-img-link{
    display: block;
}
.blog-img{
    display: inline-block;
    width: 100%;
    /* height:100%; */
    transition: all 300ms ease;
    object-fit: cover;
}
.blog-card-container:hover .blog-img{
    scale: 1.2;
}
.blog-publish-date{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #416168;
    margin: 16px 0 4px;
}
.blog-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color:#1B191A;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    word-break: break-word;
}
.blog-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #424458;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    margin: 8px 0 12px;

}
.read-more-link{
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #0180FF;
    transition: 0.3s ease;
}
.load-more-btn{
    padding: 14px 98px;
}

.blog-tabs-list-container {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    border-bottom: 1px solid #D9D9D9;

}
 
.blog-tabs-list-container::-webkit-scrollbar {
    height: 4px;
    width: 10px;
}
 
.blog-tabs-list-container::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0;
    border: 3px solid transparent;
}
 
/* Scrollbar Thumb */
.blog-tabs-list-container::-webkit-scrollbar-thumb {
    background: #6b6a6a;
    border-radius: 0;
    width: 10px;
    border-radius: 5px;
}
/* Blog Page End */

/* Blog Detail Page */
.blog-detail-heading{
    font-size: 30px;
    line-height: 40px;
}
.blog-detail-container a{
    color: #1E65AD;
    text-decoration: underline;
}
.blog-detail-container p{
    line-height: 26px;
    margin-bottom: 16px;
}
.blog-detail-container ul{
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 14px !important;
}
.blog-detail-container li{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #424458;
    margin-bottom: 12px;
}
.blog-detail-container li::marker{
    color: #0180FF;
}
.blog-detail-container h6{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #1B191A;
    margin-bottom: 16px;
}
.blog-detail p:last-of-type,
.blog-detail li:last-of-type{
    margin-bottom: 30px;
}
.blog-detail ul:last-of-type li:last-of-type {
    margin-bottom: 0;
}
.recent-blog-container{
    padding-bottom:70px;
}
.blog-detail-section .recent-blog-containers{
    border-top: 1px solid #E6E6E6;
    padding-top: 30px;
    margin-top: 30px;
}
.blog-detail img{
    display: block;
    height: auto;
    max-width: 100%;
    border-radius: 16px;
}

.blog-detail .blog-publish-date {
    line-height: 24px;
    margin: 16px 0 4px;
}

.blog-info-img{
    margin-bottom: 30px;
}
.blog-img-container a{
    display: block;
    /* max-height: 242px;
    min-height: 242px; */
}
.blog-detail-container .table-wrapper{
    overflow-x: auto;
    margin-bottom: 16px;
}
.blog-detail-container .table-wrapper table{
    
    border: 1px solid #E6E6E6;
    border-collapse: collapse;
    width: 100%;
    white-space: nowrap;
}
.blog-detail-container tr{
    border-bottom: 1px solid #E6E6E6;
}
.blog-detail-container table > :not(:last-child) > :last-child > * {
    border-bottom-color: #d8d8d8;
}
/* .blog-detail-container table tr:first-of-type td, */
.blog-detail thead tr th  {
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #0180FF;
    background-color: #fff;
    padding: 20px 30px;
    text-align: left;
}
.blog-detail-container tbody tr td {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .02em;
    color: #1B191A;
    padding: 20px 30px;
    
}
.blog-detail-container tbody tr:nth-of-type(even){
    background-color: #F4F4F4;
}
.table-wrapper::-webkit-scrollbar {
    height: 5px;
    width: 10px;
}

.table-wrapper::-webkit-scrollbar-track {
    /* background: transparent; */
    border-radius: 0;
    border: 5px solid transparent;
}

/* Scrollbar Thumb */
.table-wrapper::-webkit-scrollbar-thumb {
    background: #6b6a6a;
    border-radius: 0;
    width: 10px;
    border-radius: 5px;
}

/* Sidebar */
.sidebar-container{
    position: sticky;
    top: 140px;
    margin-left: 24px;
    transition: all 0.3s ease;
}
.blog-detail-form-container{
    border: 1px solid #E6E6E6;
    border-radius: 16px;
}
.subscribe-form-container{
    padding: 30px 30px 28px 30px;
    border-bottom: 1px solid #E6E6E6;
}
.blog-detail-form-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    color: #1B191A;
    margin-bottom: 8px;
}
.contact-form-container{
    padding: 28px 30px 30px;
}
.blog-detail-form-text{
    line-height: 26px;
    margin-bottom: 16px;
}
.blog-detail-form input::placeholder{
    color:#424458;
}
.submit-btn{
    width: 100%;
    font-weight: 600;
    padding: 14px 19px;
}
.blog-detail-contact-form .input-outer{
    margin-bottom: 16px;
}
.blog-detail-contact-form .submit-btn{
    margin-top: 4px;
}
.share-blog-container{
    background-color: #F4F4F4;
    border-radius: 16px;
    padding: 30px;
    margin-top: 24px;
}
.share-blog-container .social-icn{
    justify-content: start;
    gap: 10px;
}
.share-blog-container .social-icn a {
    border: 1px solid #0180FF;
    width: 36px;
    height: 36px;
}
.share-blog-container .social-icn a:hover:after {
    background-color: #0180FF;
   
}
.recent-blog-heading{
    line-height: 36px;
    margin-bottom: 24px;
}
/* sidebar end */
/* Blog Detail Page End */


/* Colors */
.bg-white {
    background-color: #FFFFFF;
}
/* Colors End */

/* Icons */
.icon-mail::before {
    -webkit-mask-image: url("../img/mail.svg");
    mask-image: url("../img/mail.svg");
    width: 18px;
    height: 18px;
    background: #1B191A;
}
.icon-phone::before {
    -webkit-mask-image: url("/assets/img/phone.svg");
    mask-image: url("/assets/img/phone.svg");
    width: 18px;
    height: 18px;
    background: #1B191A;
}
.icon-fb::before {
    -webkit-mask-image: url("/assets/img/icon_fb.svg");
    mask-image: url("/assets/img/icon_fb.svg");
    width: 16px;
    height: 16px;
    background: #1B191A;
}
.icon-twitter::before {
    -webkit-mask-image: url("/assets/img/icon_twitter.svg");
    mask-image: url("/assets/img/icon_twitter.svg");
    width: 16px;
    height: 16px;
    background: #1B191A;
}
.icon-youtube::before {
    -webkit-mask-image: url("/assets/img/icon_youtube.svg");
    mask-image: url("/assets/img/icon_youtube.svg");
    width: 16px;
    height: 16px;
    background: #1B191A;
}
.icon-insta::before {
    -webkit-mask-image: url("/assets/img/icon_insta.svg");
    mask-image: url("/assets/img/icon_insta.svg");
    width: 16px;
    height: 16px;
    background: #1B191A;
}
.icon-location::before {
    -webkit-mask-image: url("/assets/img/location.svg");
    mask-image: url("/assets/img/location.svg");
    width: 18px;
    height: 18px;
    background: #868686;
}
.icon-bathroom::before {
    background-image: url("/assets/img/icon_bathroom.svg");
    width: 30px;
    height: 30px;
}
.icon-bedroom::before {
    background-image: url("/assets/img/icon_bedroom.svg");
    width: 30px;
    height: 30px;
}
.icon-toilet::before {
    background-image: url("/assets/img/icon_toilet.svg");
    width: 30px;
    height: 30px;
}
.icon-size::before {
    background-image: url("/assets/img/icon_size.svg");
    width: 30px;
    height: 30px;
}
.icon-favourite::before {
    -webkit-mask-image: url("/assets/img/icon_favourite.svg");
    mask-image: url("/assets/img/icon_favourite.svg");
    width: 18px;
    height: 18px;
    background: #868686;
}
.icon-plan::before {
    -webkit-mask-image: url("/assets/img/icon_plan.svg");
    mask-image: url("/assets/img/icon_plan.svg");
    width: 18px;
    height: 18px;
    background: #868686;
}
.icon-password::before {
    -webkit-mask-image: url("/assets/img/icon_password.svg");
    mask-image: url("/assets/img/icon_password.svg");
    width: 18px;
    height: 18px;
    background: #868686;
}
.icon-profile::before {
    -webkit-mask-image: url("/assets/img/icon_profile.svg");
    mask-image: url("/assets/img/icon_profile.svg");
    width: 18px;
    height: 18px;
    background: #868686;
}
.icon-faq::before {
    -webkit-mask-image: url("/assets/img/icon_faq.svg");
    mask-image: url("/assets/img/icon_faq.svg");
    width: 18px;
    height: 18px;
    background: #868686;
}

/* icon Xl */
.icon-fb-lg::before {
    -webkit-mask-image: url(/assets/img/icon_fb.svg);
    mask-image: url(/assets/img/icon_fb.svg);
    width: 20px;
    height: 20px;
    background: #0180FF;
}
.icon-twitter-lg::before {
    -webkit-mask-image: url("/assets/img/icon_twitter.svg");
    mask-image: url("/assets/img/icon_twitter.svg");
    width: 20px;
    height: 20px;
    background: #0180FF;
}
.icon-youtube-lg::before {
    -webkit-mask-image: url("/assets/img/icon_youtube.svg");
    mask-image: url("/assets/img/icon_youtube.svg");
    width: 20px;
    height: 20px;
    background: #0180FF;
}
.icon-insta-lg::before {
    -webkit-mask-image: url("/assets/img/icon_insta.svg");
    mask-image: url("/assets/img/icon_insta.svg");
    width: 20px;
    height: 20px;
    background: #0180FF;
}
.icon-link-lg::before {
    -webkit-mask-image: url("/assets/frontend/images/vector.svg");
    mask-image: url("/assets/frontend/images/vector.svg");
    width: 20px;
    height: 20px;
    background: #0180FF;
}
/* Icons End */

/* Margin */
.mb-16{
    margin-bottom: 16px;
}
.mb-30{
    margin-bottom: 30px;
}
.collapseAreaList {
    position: relative;
}
/* 29/10/2025 */
.header-property-list{
    display: flex;
    align-items: center;
    gap: 12px;
}


.list-property-btn .free-badge {
    background-color: #fff;
    color: #007bff; /* or your brand blue */
    font-size: 12px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 6px;
    /*border: 1px solid #007bff;*/
}


/* 12/08/2025 */
/* .subscription-list-container .nav-link.active:after {
    display: none;
}
.subscription-list-container .nav {
    padding-bottom: 0;
}
.subscription-list-container .nav-link {
    cursor: pointer;
} */
.subscription-plan-box-price-col {    
    margin-bottom: 20px;
}
.subscription-plan-box-price.subscription-plan-box-wrapper {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #D9D9D9;
    height: 100%;
    margin: 0;
}
.subscription-plan-box-wrapper .subscription-plan-name {
    display: none;
}
.add-new-property-field .subscription-plan-box-wrapper .subscription-plan-name {
    display: block;
}
.account-popup .subscription-plan-box-wrapper .subscription-plan-name {
    display: block;
}

.subscription-plan-box-wrapper .subscription-plan-detail {
    padding-left: 0;
}
.subscription-plan-box-wrapper .subscription-plan-detail h3 {
    margin-bottom: 8px;
}
.add-new-property-field .subscription-plan-box-wrapper .subscription-plan-detail h3,
.add-new-property-field .subscription-plan-box-wrapper .subscription-plan-detail .subscription-plan-detail-price {
    padding-left: 32px;
    padding-right: 32px;
}
.subscription-plan-box-wrapper .subscription-plan-detail .subscription-plan-detail-price {
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    color: #0180FF;
    display: block;
    margin-top: 0;
}
.get-started-btn {
    margin: 16px 0 8px;
    width: 100%;
    text-align: center;
}
.subscription-plan-box-wrapper .common-list-check {
    margin-top: 16px;
}
.subscription-plan-box-wrapper .common-list-check li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #1B191A;
}
.subscription-plan-box-wrapper .common-list-check li:not(:last-child) {
    margin-bottom: 8px;
}
.subscription-plan-box-wrapper .common-list-check li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #0180FF;
}
.subscription-plan-box-price.subscription-plan-box-wrapper:hover .common-list-check li {
    color: #fff;
}
.subscription-plan-box-price.subscription-plan-box-wrapper:hover .common-list-check li::before {
    background-color: #fff;
}
.subscription-plan-box-price.subscription-plan-box-wrapper:hover {
    background-color: #0180FF;
}
.subscription-plan-box-price.subscription-plan-box-wrapper:hover h3,
.subscription-plan-box-price.subscription-plan-box-wrapper:hover .subscription-plan-detail-price,
.subscription-plan-box-price.subscription-plan-box-wrapper:hover .get-started-btn,
.subscription-plan-box-price.subscription-plan-box-wrapper:hover .subscription-plan-detail p {
    color: #fff;
}
.subscription-plan-box-price.subscription-plan-box-wrapper:hover .get-started-btn {
    border: 1px solid #fff;
}
/* .subscription-list-wrapper .form-check-label.checked1 .nav-link {
    color: #0180FF;
    border-bottom-color: #0180FF;
}
.subscription-list-wrapper .nav-link {
    cursor: pointer;
} */
.add-new-property-field .subscription-plan-box-price .form-check-input:checked[type=radio]:hover {
    background-color: #0083fa;
    border: 1px solid #fff;
}
/* 12/08/2025 End */

/* 31/12/2025 */
.subscription-plan-popup .subscription-plan-detail h3 {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    padding-left: 32px;
}
.account-popup.subscription-plan-popup .subscription-plan-detail .subscription-plan-detail-price {
    padding-left: 0;
}
.subscription-plan-popup .subscription-plan-box-wrapper .common-list-check li {
    text-align: left;
}