.container-fluid {
  padding:0 5%;
  width:100%;
}
label.error {
    color: red;
    width: 100%;
}
.main-header .normal-logo,
.main-header .sticky-logo{
    max-width: 152px;
}
footer.bg-dark img{
    max-width: 152px;
}

.near-text {
    font-size: 11px;
    margin-bottom: 9px;
    line-height: 13px;
    color: #515151;
}
.near-text-li {
    font-size: 9px;
    white-space: nowrap;
}

.list-inline-item.fs-13 {
    font-size: 10px !important;
    white-space: nowrap;
    display: flex;
    align-items: center;
    line-height: initial;
}

.icon-circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #0ec6d5;
    border-radius: 50%; 
    text-align: center;
    line-height: 11px;
    color: #fff;
    margin-bottom: -1px;
}

.icon-circle::before {
    content: ''; /* Add content for icons if necessary */
    display: inline-block;
    width: 12px; /* Adjust size as needed */
    height: 12px; /* Adjust size as needed */
    background: url(../../images/Vector.svg) no-repeat center center;
    background-size: contain;
    filter: brightness(0) invert(1);
    background-size: 70%;
    margin-top: 2px;
}

.slick-slider .slick-prev:before {
      font-family: "Font Awesome 5 Pro"; 
      font-weight: 300; 
      content: "\f104";
      font-size: 28px;
    }

  .slick-slider .slick-next:before {
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 300; 
  content: "\f105";
  font-size: 28px;
}

@media (min-width: 1200px) {
.p-real-estate .container,
    .p-real-estate .container-lg,
    .p-real-estate .container-md,
    .p-real-estate .container-sm,
    .p-real-estate .container-xl {
    max-width: 1566px;
  }
}
/* Homepage properties listing */
.c-properties-imgwrap {
    width: 100%;
    height: 16.25rem;
    overflow: hidden;
}

.c-properties-imgwrap-3 {
    width: 100%;
    height: 21.438rem;
    overflow: hidden;
}

.c-properties-imgwrap-4 {
    width: 100%;
    height: 9.375rem;
    overflow: hidden;
}
/* listing page */
.m-trans-type .btn.dropdown-toggle {
    width: 100%;
}

.c-properties-imgwrap img,
.c-properties-imgwrap-3 img,
.c-properties-imgwrap-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-listing-properties .card-body {
/*    height: 5rem;*/
    height: 3rem;
}

.c-listing-properties .badge {
    font-size: 0.7125rem;
}

.c-listing-properties .card-header,
.c-listing-properties .card-body,
.c-listing-properties .card-footer {
    padding-left: 1rem;
    padding-right: 1rem;
}

.c-listing-properties .card-body,
.c-listing-properties .card-header {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.c-listing-properties .card-footer {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.c-listing-properties {
    height: 100%;
}

.m-agencies {
    height: 100%;
}

.m-agent-imgwrap {
    width: 140px;
        height: 140px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.m-agent-imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* UTILITIES */

.p-real-estate{width: 100%; height: auto; float: left; padding: 50px 0px;}

.section-header {
    font-size: 30px;
    position:relative;
    color: #333333;
    font-weight: 500;
    margin-bottom: 25px;
}

.section-header:before {
    width: 80px;
    height:2px;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0px;
    right: 0px;
    margin: 0px auto; 
    display: table;
    bottom: -7px;
    background:#0EC6D5;
}

.notification-header p {
    font-size: 14px;
    color: #696969;
    text-align: center;
}

.notification-header {
    text-align: center;
    margin-bottom: 50px;
}

.p-real-box {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    position: relative;
    z-index: 2;
}
.p-real-dotted-line-one {
    width: 280px;
    height: 63px;
    position: absolute;
    z-index: 1;
    left: 74%;
    right: 0px;
    margin: 0px auto;
    display: table;
    top: 35%;
    background: url(../images/dotted-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.p-real-dotted-line-two {
    width: 280px;
    height: 63px;
    position: absolute;
    z-index: 1;
    left: 74%;
    right: 0px;
    margin: 0px auto;
    display: table;
    top: 35%;
    background: url(../images/dotted-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.p-real-box h2{font-size: 20px; color: #000; margin: 20px 0px;}
.p-real-box p{font-size: 14px; color: #333; margin: 5px 0px;}
.link-click{color: #D812D8; font-size: 16px;}
.advertise-box{width: auto; height: auto; margin: 0px auto; display: table;}
.advertise-box img{width: 100%; height: auto;}
.pp-platform-one{margin-top: 80px;}
.pp-platform-two{margin-top: 160px;}

.button-green {
    background-color: #fff;
    border: 2px solid #3EDEA0;
    color: #222;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 12px;
    text-decoration: none;
}
.button-green:hover {
    background: #3EDEA0;
    color: #000;
}

/* Listing Search */
.listing-search .form-inline {
    display: flex;
}

.listing-search .form-inline .form-group.search-field {
    max-width: 25%;
    width: 100%;
}

.listing-search .save-search .btn {
    background: #0EC6D5 !important;
    white-space: nowrap;
    width: auto;
    gap: 12px;
    display: flex;
    align-items: center;
}

.listing-search .save-search span {
    color: #fff;
}

.listing-search .save-search i {
    color: #fff;
    font-size: 1rem;
}
.listing-search .savesearchselected i{
	color: #333 !important;
}
.beds-type .btn {
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
}

.listing-search .dropdown-toggle::after {
    margin-left: 1rem;
}

.wbreak-all {
    word-break: break-all;
}

@media only screen and (min-width: 1600px) {
    .listing-search .form-inline {
        justify-content: space-between;
    }
}
@media only screen and (max-width: 1280px){
    .p-real-dotted-line-one {
        width: 180px;
        height: 36px;
        left: 79%;
        right: 0px;
        top: 39%;
    }
    .p-real-dotted-line-two {
        width: 180px;
        height: 36px;
        left: 78%;
        right: 0px;
        top: 35%;
    }
    .p-real-box h2 {
        font-size: 17px;
    }
}

@media only screen and (max-width:1023px){
    .p-real-dotted-line-one {
        width: 104px;
        height: 23px;
        left: 89%;
        right: 0px;
        top: 39%;
    }
    .p-real-dotted-line-two {
       width: 104px;
        height: 23px;
        left: 83%;
        right: 0px;
        top: 35%;
    }
}

@media only screen and (max-width:999px){
.p-real-dotted-line-one{display: none;}
.p-real-dotted-line-two{display: none;}

}

@media only screen and (max-width:776px){
    .p-real-box{margin-bottom: 15px;}
    .p-real-dotted-line-one{display: none;}
    .p-real-dotted-line-two{display: none;}
    .pp-platform-one {
        margin-top: 0px;
    }
    .pp-platform-two {
        margin-top: 0px;
    }
    .section-header{font-size: 25px;}
    .c-one-img-height {
        max-height: max-content;
    }
    .c-listing-properties {
        height: auto;
    }
}

@media only screen and (max-width:680px){
    .p-real-box{margin-bottom: 15px;}
    .p-real-dotted-line-one{display: none;}
    .p-real-dotted-line-two{display: none;}
    .pp-platform-one {
        margin-top: 0px;
    }
    .pp-platform-two {
        margin-top: 0px;
    }
    .section-header{font-size: 25px;}
}

@media only screen and (max-width:480px){
    .p-real-box{margin-bottom: 15px;}
    .p-real-dotted-line-one{display: none;}
    .p-real-dotted-line-two{display: none;}
    .pp-platform-one {
        margin-top: 0px;
    }
    .pp-platform-two {
        margin-top: 0px;
    }
    .section-header{font-size: 20px;}
    .button-green {
        background-color: #fff;
        border: 2px solid #3EDEA0;
        color: #222;
        font-size: 11px;
        padding: 7px 12px;
        border-radius: 8px;
        text-decoration: none;
    } 
                                                                                                                                .m-agencies {
                                                                                                                                    height: auto;
                                                                                                                                }
}

@media only screen and (max-width:320px){
    .p-real-box{margin-bottom: 15px;}
    .p-real-dotted-line-one{display: none;}
    .p-real-dotted-line-two{display: none;}
    .pp-platform-one {
        margin-top: 0px;
    }
    .pp-platform-two {
        margin-top: 0px;
    }
    .section-header{font-size: 20px;}
    .button-green {
        background-color: #fff;
        border: 2px solid #3EDEA0;
        color: #222;
        font-size: 11px;
        padding: 7px 12px;
        border-radius: 8px;
        text-decoration: none;
    }
}

/* Property details page */
.ct-open-house {
    width: 100%;
    height: auto;
    display: flex;
    background: #f2faf7;
    border: 2px solid #3edea0;
    border-radius: 10px;
    padding: 0.813rem 1.563rem;
    margin-top: 2rem;
}
.ct-open-house-inner {
    position: relative;
    display: flex;
    gap: 150px;
    width: 100%;
}

.ct-open-house-box .ct-open-house-box-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #000;
}

.ct-open-house-box p {
    font-size: 0.875rem;
    line-height: 0.938rem;
    margin-bottom: 0px;
}

.ct-appliances7 {
    width: 100%;
    height: auto;
    float: left;
}

.ct-appliances7-box {
    background: #f7faf9;
    padding: 1.625rem 1.563rem;
    margin-top: 1.8rem;
    border-radius: 10px;
}

.ct-appliances7-box-title {
    font-size: 1.375rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

ul.ct-appliances-Washer {
    display: flex;
    padding: 0px;
    margin-top: 1.563rem;
}

ul.ct-appliances-Washer li {
    list-style-type: none;
    padding-left: 1.5rem !important;
    font-size: 0.938rem;
    line-height: 1.25rem;
    position: relative;
}

ul.ct-appliances-Washer li:before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    background: url(../../images/Vector.svg);
    background-repeat: no-repeat;
}

.ct-Rooms {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}

.ct-Rooms-title {
    font-size: 1.375rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 1.375rem;
}

.ct-Rooms-box {
    width: 100%;
    float: left;
}

.ct-Rooms-box-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

/*.ct-Rooms-box p{display: flex; gap: 25px}*/
.ct-Rooms-box-con {
    display: flex;
    gap: 10px;
}

.ct-Rooms-box-con p {
    font-size: 0.875rem;
    flex: 0 0 auto;
    white-space: nowrap;
    width: 28%;
}
.ct-Rooms-box-con .room-leftbox{
	width:60%;
}
.ct-Rooms-box-con .room-rightbox{
	width:40%;
	text-align:right;
}
.ct-contact-77 {
    width: 100%;
}

.ct-contact-77 label {
    font-size: 1rem;
    margin-bottom: 0.938rem;
}

.ct-grafic {
    float: right;
    width: 65%;
    height: auto;
    margin-top: 2.188rem;
}

.ct-grafic img {
    width: 100%;
    height: auto;
}

.c-mapbox-gl {
    width: 100%;
    height: auto;
    float: left;
}

.c-mapbox-gl img,
.c-mapbox-gl iframe {
    width: 100%;
    height: auto;
}

.clt-analysis-section {
    width: 100%;
}

.clt-analysis-title {
    font-size: 1.375rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.ct-map-section {
    width: 100%;
    height: auto;
    float: left;
    padding: 2.5rem 0rem;
}

.ct-map-title {
    font-size: 1.375rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 1.375rem;
}

.range {
    position: relative;
    height: 10px;
    margin-top: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #ececec;
    animation: fadeIn 1s ease;
}

.range__trace {
    display: block;
    border-radius: 10px;
    background-image: linear-gradient(to right, #3edea0 10%, #3edea0 100%);
    height: 100%;
    width: 0;
}

.range__handler {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 50%;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.m-img-wrap {
    width: 100%;
    height: 13.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.m-img-wrap img,
.single-agent-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m-agencies-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10.938rem;
    overflow: hidden;
}

.single-agent-img {
    width: 100%;
    height: 560px;
    overflow: hidden;
}
.m-agents-img-thumb {
    width: 8.75rem;
    height: 8.75rem;
    overflow: hidden;
    border-radius: 100%;
}

.m-agents-img-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m-media-img {
    width: 3.75rem;
    height: 4rem;
    border-radius: 100%;
    overflow: hidden;
}

.m-media-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-single-property-hero-img .card a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.listing-property-addres {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    width: 96%;
    text-overflow: ellipsis;
}

.destination-img-list {
    width: 100%;
    height: 6.26rem;
    overflow: hidden;
}

.destination-img-list img,
.feature-property-listing-img img,
.p-listing-left-agent-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-listing-left-agent-img {
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.feature-property-listing-img {
    width: 100%;
    height: 12.416rem;
    overflow: hidden;
}
.c-listing-properties .isfavorite {
    color: #0ec6d5 !important;
}
#pills-tabContent .isfavorite {
    background-color: #0ec6d5 !important;
    color: #ffffff !important;
}
.slick-slider .isfavorite {
    background-color: #0ec6d5 !important;
    color: #ffffff !important;
}
.form-control:focus,
.form-control:active,
.dropdown-toggle:focus,
.dropdown-toggle:active,
.input-group .form-control.border-0:focus,
.input-group .form-control.border-0:active {
    border-width: 0 0 0px 0 !important;
    outline: 0 !important;
    box-shadow: 0 !important;
}

.input-group .form-control:focus,
.input-group .form-control:active {
    border-width: 0 0 2px 0 !important;
    outline: 0 !important;
    box-shadow: 0 !important;
}
.listing-search .form-control:focus,
.listing-search .form-control:active{
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.07) !important;
}
.c-login-req-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(6px);
    background: rgb(255 255 255 / 10%);
    z-index: 9;
}
.c-login-req-overlay-wrap {
    max-width: 500px;
}
.c-login-req-overlay-inner {
    background: #fff;
    border-radius: 15px;
    padding: 2.5rem 3rem;
}
.c-login-req-overlay-title h2 {
    font-size: 1.25rem;
    line-height: 100%;
}
.c-login-req-overlay-list ul {
    padding-left: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}
.c-login-req-overlay-btn {
    display: flex;
    justify-content: center;
}
.c-one-img-height {
    max-height: 75vh;
}

.custom-p-eq-horz {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.2rem;
}
.custom-p-eq-horz-cent{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Why choose us style  */
.why-chose {
            background-color: #FAFAFA;
            padding: 80px 0;
        }

        .why-chose .why-chose-heading {
            font-size: 32px;
            line-height: normal;
            font-weight: 500;
            margin-bottom: 0;
        }

        .why-chose .why-chose-divider {
            position: relative;
            display: inline-block;
            background: #0EC6D5;
            width: 100px;
            height: 3px;
        }

        .why-chose .why-chose-module {
            border: 1px solid #DCDCDC;
            padding: 50px 40px;
            border-radius: 0 70px 0;
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .why-chose .why-chose-module::after {
            position: absolute;
            content: '';
            background-image: url(../../images/right-arrow.svg);
            background-position: center;
            background-size: contain;
            right: -80px;
            max-width: 60px;
            width: 100%;
            height: 60px;
            top: 50%;
            transform: translateY(-50%);
            background-repeat: no-repeat;
        }
        .why-chose .why-chose-module.last-after-none::after {
            display: none;
        }

        .why-chose .why-chose-module figure {
            margin: 0 0 1rem;
            display: flex;
            align-items: center;
            height: 110px;
            max-width: 130px;
            margin-bottom: 15px;
        }

        .why-chose .why-chose-module-heading {
            font-size: 18px;
            line-height: 1.7;
            color: #000000;
            font-weight: 500;
            margin-bottom: 0.625rem;
            text-transform: capitalize;
            text-align: center;
        }

        .why-chose .why-chose-module .why-chose-module-content {
            color: #515151;
            font-size: 0.875rem;
            line-height: 1.86;
            font-weight: normal;
            text-align: center;
        }

        .why-chose .why-chose-module .why-chose-module-content:last-child {
            margin-bottom: 0;
        }

        .why-chose .row {
            counter-reset: section;
        }

        .why-chose .why-chose-module::before {
            counter-increment: section;
            content: ""counter(section) " ";
            position: absolute;
            top: 0;
            right: 0;
            background-color: #DEF1F2;
            max-width: 120px;
            width: 100%;
            height: 100px;
            border-radius: 0 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            color: #000;
            font-weight: 500;
            line-height: normal;
        }

        @media only screen and (max-width: 991px) {
            .why-chose .why-chose-module::after {
                display: none;
            }
            .why-chose-module-wrap {
                padding-left: 0 !important;
                padding-right: 0 !important;
            }
            .custom-p-eq-horz{
                gap: 0.5rem;
            }
        }


@media only screen and (min-width: 1600px) {
    /* .m-agent-imgwrap {
        height: 28.25rem;
    */
    .custom-p-eq-horz {
        gap: 4.2rem;
    }
}
/* .m-agencies-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 480px) {
    .ct-open-house {
        display: block;
    }

    .ct-open-house-box {
        margin-bottom: 0.925rem;
    }

    .ct-appliances7-box-title {
        font-size: 1.063rem;
    }

    .mapbox-gl {
        width: 100%;
    }

    .ct-grafic {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .ct-open-house {
        display: block;
    }

    .ct-open-house-box {
        margin-bottom: 0.625rem;
    }

    .ct-appliances7-box-title {
        font-size: 1.063rem;
    }

    .mapbox-gl {
        width: 100%;
    }

    .ct-grafic {
        width: 100%;
    }
}