.custom-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.custom-nav button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}
.custom-nav button:hover {
    background-color: #0056b3;
}


.container_m{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top:70px;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
    transform: translateX(0);
}

.title_price_section {
    background:#eee;
    padding: 30px 0px;
}
.title_price_section h1 {
    display: flex;
    font-size: 26px !important;
    line-height: 30px !important;
    font-weight: bold !important;
    color:#606060;
}
.title_price_section h5 {
    display: flex;
    font-size: 15px !important;
    font-weight: bold !important;
    color:#606060;
    margin-bottom: 2px !important;
}
.flex-fill {
    height:50px;
    border: #000000 1px solid;
}
.d-flex DIV {
    float: none;
    flex-basis: 100% /* flex: 1 1 calc(50% - 30px) !important; */;
}
.d-flex div a.btn.btn-primary {
    width: calc(100% - 15px) !important;
    padding: 10px 10px !important;
    margin: 7px 7px 7px 0px !important;
    background-color: white !important;
    border: 1px solid #e5e5e5 !important;
    color: black !important;
    width: -webkit-fill-available;
    width: -moz-available;
    font-size: 15px;
    font-weight:700;
}
.details_tab {
    background: #eeeeee;
    padding: 10px
}
.agent_contact {
    background: #eeeeee;
    height: 560px;
    padding: 15px
}
.amenity {
    list-style: none;
    margin: 2px 0;
}
.details_tab li i {
    font-weight:300;
}
.agent_image {
    width:30%;
    float:left;
}
.agent_image img {
    border-radius:100px;
    border: #ffffff 2px solid;
}
.agent_profile_info {
    width:70%;
    float:left;
}
.agent-btn-submit {
    width: 100%;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

/* Style for the popup */
.popup {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index:500;
}

/* Close button style */
.close-btn {
    cursor: pointer;
    font-weight: bold;
    color: #333;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 3px;
}
.single-block {
    padding-right: 0px !important;
    padding-left: 0px !important; 
}