*{
    margin: 0px;
    padding: 0px;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    margin: 0px;
    padding: 0px;
    background: #F5F5F5;
}

::selection {
    background: #5e78ff;
    color: #fff;
    text-shadow: none;
}


/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}


a {
    color:#ccc;

}
a:hover {color:#000;}

p {
    font-size: 16px;
    font-weight:normal;
    line-height: 1.5;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Roman.woff2') format('woff2'),
        url('../fonts/Avenir-Roman.woff') format('woff'),
        url('../fonts/Avenir-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Berlingske';
    src: url('../fonts/BerlingskeSerifText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;border: 0;}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

header
{
    background: #fff;
    padding: 7px 0px;
}
footer {
    background: #687279;
    padding: 50px 0px 30px;
}

ul.social_list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

ul.social_list li a {
    color: #fff;
    font-size: 18px;
    transition: all 0.5s linear;
}

ul.social_list li:hover a {
    opacity: 0.7;
}

footer h3 {
    margin: 0px 0px 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

ul.footer_list li a {
    color: #fff;
    font-size: 15px;
    transition: all 0.5s linear;
    font-weight: 400;
}

ul.footer_list li:hover a {
    opacity: 0.7;
}

ul.footer_list li i {
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
}

ul.footer_list li {
    margin-bottom: 5px;
/*    line-height: 25px;*/
}
.copyright_txt {
    color: #fff;
    font-size: 15px;
    margin: 0px;
}
.border_top_row {
    border-top: solid 1px rgb(255,255,255,0.2);
    padding-top: 25px;
    margin-top: 35px;
}
.wrapper {
    padding: 30px 0px;
}

.white_box {
    background: #fff;
}

.border_box {
    border: solid 1px #D9D9D9;
}

.radius_box {
    border-radius: 8px;
}
.card.our_collapse_form {
    border-radius: 8px;
}
.user_stat_list li {
    position: relative;
    padding: 15px 20px;
}

li.user_name_detail {
    background: #8ebf7330;
    border-radius: 8px 8px 0px 0px;
}

.user_stat_list li img {position: absolute;left: 15px;top: 18px;}

.user_stat_list li p {
    font-size: 14px;
    margin: 0px 0px 0px 30px;
    color: #000;
}

.user_stat_list li h5 {
    margin: 0px 0px 0px 30px;
    font-size: 16px;
    font-weight: 600;
}

li.user_name_detail p, li.user_name_detail h5 {
    margin-left: 55px;
}
h4.small_title {
    font-size: 16px;
    font-weight: 500;
    margin: 0px 0px 20px;
}

ul.header_other_links li a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    display: block;
    width: 100%;
    transition: all 0.5s linear;
}

ul.header_other_links li a i {float: right;}

.add_box_spacing {
    padding: 25px 18px;
}

ul.header_other_links li:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 12px;
}

ul.header_other_links li:hover a {
    color: #94bf78;
}
ul.user_stat_list {
    padding-bottom: 15px;
}
.box_small_main_title h3 {
    margin: 0px 0px 10px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    background: #f5f5f5;
    z-index: 9;
    padding-right: 10px;
}

.box_small_main_title:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 11px;
    width: 100%;
    background: #D9D9D9;
    height: 1px;
}

.box_small_main_title {
    position: relative;
}
.housing_service_single_info {
    display: flex;
    display: -webkit-flex;
    padding: 10px;
    gap: 6px;
    justify-content: center;
}

.housing_img {
    flex: 0 0 25%;
    background: #f9faf6;
    border-radius: 8px;
    overflow: hidden;
    padding: 8px
}

.housing_information {
    flex: 0 0 63%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.housing_information a {
    color: rgb(0,0,0,0.6);
}
.housing_tooltip {
    flex: 0 0 10%;
    position: relative;
}

.less_co_sp {
    padding-left: 6px;
    padding-right: 6px;
}

.housing_information h3 {
    margin: 0px 0px 3px;
    font-size: 16px;
    font-weight: 600;
}

.housing_information p {
    font-size: 12px;
    color: #7A8649;
    font-weight: 500;
    margin: 0px 0px;
}

.btm_sp {
    margin-bottom: 12px;
}
.tooltip_div {
    position: absolute;
    right: 30px;
    top: 5px;
    background: #000;
    width: 180px;
    border-radius: 8px;
    padding: 6px;
    z-index: 9;
}

.tooltip_div {
    position: absolute;
    right: 30px;
    top: -5px;
    background: #000;
    width: 0px;
    border-radius: 8px;
    padding: 10px;
    z-index: 9;
    height: 0px;
    opacity: 0;
    display: none;
    transition: all 0.5s linear;
}
.tooltip_div.showtip {
    width: 230px;
    display: block;
    opacity: 1;
    height: auto;
    word-break: break-all;
}

.tooltip_div p {
    color: #fff;
    font-size: 15px;
    margin: 0px;
    font-weight: 300;
}
.footer_logo img {
    display: table;
    margin: 0 auto;
}
.our_collapse_form .card-header {
    padding: 12px 20px;
    background: #8EBF73;
    border-radius: 6px 6px 0px 0px;
    border: none;
}
.card-header.toggle_my {
    border-radius: 6px;
}
.our_collapse_form .card-header button {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 0px;
    border: none;
    display: block;
    width: 100%;
    text-align: left !important;
    text-decoration: none;
}
.our_collapse_form .card-header button i {
    float: right;
    position: relative;
    top: 5px;
    transform: rotate(0deg);
}

.our_collapse_form .card-header button.collapsed i {
    transform: rotate(180deg) !important;
}

.info_section_small_title {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 15px;
}

ul.info_list {
    display: flex;
    display: -webkit-flex;
    flex-flow: row;
}

ul.info_list li {
    flex: 0 0 50%;
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
    padding: 8px 0px;
    border-bottom: solid 1px #D9D9D9;
}

ul.info_list li:last-child {
    text-align: right;
    font-weight: 600;
}
.main_box_info ul.info_list:last-child li {
    border: none;
}
.green_underline_txt {
    color: #7A8649;
/*    text-decoration: underline;*/
}
.main_box_info li a {
    border-bottom: solid 1px #7A8649;
}
.report_btn {
    background: #fff;
    border: solid 1px #03486E;
    border-radius: 100px;
    color: #03486E;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 25px;
    display: inline-block;
    transition: all 0.5s linear;
}
.action_btn {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.filled_btn {
    background: #03486E;
    color: #fff;
}
.filled_btn:hover {
    background: #fff;
    color: #03486E;
}
.report_btn:hover {
    background: #03486E;
    color: #fff;
}
.inner_bread {
    display: flex;
    display: -webkit-flex;
    gap: 12px;
}

.inner_bread li {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.inner_bread li a {
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0.5s linear;
}

.inner_bread li:hover a {
    color: #94bf78;
}

.inner_bread li i {
    position: relative;
    right: -4px;
    top: 1px;
}
.form_main_box {
    border-radius: 8px;
    background: #8ebf7330;
    padding: 10px 15px;
}

ul.form_inner_list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

ul.form_inner_list li:last-child {flex: 0 0 35%;}

ul.form_inner_list select {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

ul.form_inner_list li {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.project_main_title {
    font-size: 24px;
    font-weight: 600;
}

.small_desc_box h4 {
    font-size: 16px;
    font-weight: 500;
}

.small_desc_box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.project_location_box p, .contact_box p,.website_info p {
    font-size: 14px;
    margin: 0px 0px 5px;
    font-weight: 400;
}

.project_location_box h4, .contact_box h4, .website_info h4 {
    margin: 0px 0px 8px;
    font-size: 16px;
    font-weight: 600;
}

.project_location_box a {
    border: solid 1px #000;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 8px 25px;
    display: inline-block;
    border-radius: 100px;
    transition: all 0.5s linear;
}

.project_location_box a img {
    margin-right: 9px;
}

.project_location_box a:hover {
    background: #000;
    color: #fff;
}

.contact_box h4 a,.website_info h4 a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s linear;
}

.contact_box h4 a:hover,.website_info h4 a:hover 
{
    color: #94bf78;
}
.project_list_box {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: all 0.5s linear;
}

.project_img img {
    border-radius: 5px 5px 0px 0px;
}

.project_box_info {
    padding: 15px;
}

.project_box_info h4 {
    margin: 0px 0px 15px;
    font-size: 16px;
    font-weight: 600;
}

.project_box_info p {
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0px 15px;
    color: #8EBF73;
}

.project_box_info a {
    display: inline-block;
    padding: 8px 40px;
    background: #8EBF73;
    font-size: 14px;
    color: #fff;
    border-radius: 100px;
    margin: 0px 0px 10px;
    transition: all 0.5s linear;
}

.project_list_box .project_box_info a:hover {
    background: #03486E;
}
.project_column_sp {
    padding-left: 7px;
    padding-right: 7px;
}
.images_gallery {
    padding: 12px 0px;
}
#images-slider .owl-prev {
    position: absolute !important;
    left: 0px !important;
    top: 35% !important;
    font-size: 16px;
    width: 25px;
    height: 30px;
    background: rgb(0,0,0,0.7);
    color: #fff;
}

#images-slider .owl-next {
    position: absolute !important;
    right: 0px !important;
    top: 35% !important;
    font-size: 16px;
    width: 25px;
    height: 30px;
    background: rgb(0,0,0,0.7);
    color: #fff;
}
.main_project_img_box img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
        max-height: 260px;
}
div#images-slider .item img {
    min-height: 96px;
    object-fit: cover;
    border-radius: 10px;
}
ul.cancel_list a {
    display: block;
    width: 100%;
    text-align: center;
}
li.status_list {
    padding: 0px;
    display: flex !important;
    justify-content: center !important;
}
.dropdown button {
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    padding: 10px 12px;
}

.dropdown button:after {
    float: right;
    margin-top: 8px;
}
.form_main_box .dropdown-menu.show {
    width: 100%;
    height: 136px;
    overflow-y: scroll;
}
.form_main_box .home_abt_section {
    background-image: url(../images/about-us-image-min.png);
}


/* New pages css starts here */


.add_listing_my_box_shadow {
  border-radius: 10px;
  background: #fff;
  margin-bottom: 15px;
}
.listing_block_header {
  position: relative;
}
.listing_block_header img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.listing_block_header a {
  display: block;
}
.list_type_detail {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 3px 10px;
  border-radius: 35px;
  font-size: 13px;
  font-family: 'Avenir';
}

.listing_center_box {
  padding: 15px;
}
.listing_block_details h3 {
  font-size: 16px;
  font-family: 'Berlingske';
  font-weight: 500;
  color: #1A1E25;
}
.list_block_price h2 {
  font-size: 18px;
  font-family: 'Avenir';
  font-weight: 500;
  margin: 0px;
}

.list_pro_info {
  display: flex;
  display: -webkit-flex;
  gap: 12px;
  flex-flow: wrap;
  margin-bottom: 12px;
  font-size: ;
}
.list_pro_info li {
  font-size: 13px;
  font-family: 'SF Pro Display';
  font-weight: 400;
  line-height: 13px;
}

.show_more_btn {
  width: 100%;
  padding: 12px;
  background: #fff;
  display: block;
  text-align: center;
  border-radius: 16px;
  border: solid 1px #ddd;
  color: #000;
  font-family: 'Avenir';
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}

.properties_list {
  flex-flow: row !important;
  margin: 20px 0px;
}
.properties_list .col-sm-6 {
  flex: 0 0 50% !important;
  padding: 0px !important
}

.properties_list h4,.d-filter_box h4
{
  font-size: 18px;
  font-family: 'Berlingske';
  font-weight: 500;
}

.properties_list h4 {
  font-size: 18px;
  font-family: 'Berlingske';
  font-weight: 500;
  margin: 0px;
}
.properties_list select.form-control
{
  font-size: 13px !important;
  font-family: 'Avenir' !important;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  border: none;
  background: transparent;
  padding: 0px;
  height: auto !important;
  width: auto;
  float: right
}

.add_box_sp {
  padding: 9px 10px;
}
.add_border_radius {
  border-radius: 10px;
}

.my_filters_style {
  color: #000;
  font-family: 'Avenir';
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  gap: 8px;
}
.filter_img {
  flex: 0 0 6%;
}
.filter_txt {
  flex: 0 0 85%;
}

.labels_box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.labels_box h4 {
  font-size: 18px;
  font-family: 'Berlingske';
  font-weight: 400;
  margin: 0px;
}
.filter_labels {
  display: block;
  width: 100%;
}
.filter_labels img {
  float: right;
}
.filters_list_box select {
  border: none;
  padding: 0px;
  height: auto !important;
  font-family: 'Avenir';
  font-size: 16px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;  
}
.filters_list_box li {
  border-bottom: solid 1px #ccc;
  padding-bottom: 14px;
  margin-bottom: 15px;
}
.filters_list_box li:last-child{
  border: none;
  padding-bottom:0px;
  margin-bottom: 0px;
}

.clear_filters_btn {
    font-size: 13px;
    font-family: 'Avenir';
    font-weight: 400;
    text-transform: uppercase;
    color: #858585;
  }
  .all_filter_box {
    padding: 25px;
  }
  .all_filter_box {
    display: none; 
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    top: 60px;
    z-index: 1001; 
  }
  .filter_overlay {
    display: none;
    position: fixed;
    top: 60px; 
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
  }
.inner_property_slides .owl-dot {
  width: 8px;
  height: 8px;
  background: #fff !important;
  margin: 0px 2px;
  border-radius: 50px;
}
.inner_property_slides .owl-dots {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 15px;
  margin: 0 auto;
  text-align: center;
}
.inner_property_slides .owl-dot.active {
  opacity: 0.6;
}
.inner_property_slides img {
  border-radius: 15px;
}

.property_intro h3 {
  margin: 0px 0px 12px;
  font-family: 'Avenir';
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.property_intro h2 {
  margin: 0px 0px 10px;
  font-family: 'Berlingske';
  font-weight: 500;
  font-size: 20px;
  color: #000;
}

.property_intro .d-inner-detail-title {
  font-size: 24px;
  margin-bottom: 5px;
}

.property_intro .d-inner-detail-title_small {
  margin-bottom: 5px;
}
.make_right_border {
  border-right: solid 1px #ccc;
}
.property_intro p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Avenir';
  margin: 0px;
}

.proper_info_list li {
  display: flex;
  display: -webkit-flex;
}
.proper_info_list li img {
  margin-right: 8px;
}
.proper_info_list li:not(:last-child) {
  margin-bottom: 12px;
  font-size: 14px;
  font-family: 'Avenir';
  color: #000;
  font-weight: 400;
}
.proper_info_list li .info_title {
  flex: 0 0 60%;
}
.proper_info_list li .info_value {
  float: 0 0 40%;
}
.proper_view_btn {
  color: #000;
}

.property_price_book_box h4 {
  margin: 0px 0px 12px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Avenir';
}
.booking_btn {
  text-align: center;
  background: #49111D;
  padding: 12px 0px;
  border-radius: 55px;
  color: #fff;
  border: solid 1px #49111D;
  transition: all 0.5s linear;
  font-family: 'Avenir';
  font-size: 16px;
  font-weight: 400;
}
.booking_btn:hover {
  background: #fff;
  color: #49111D;
}
.payment_plan_btn {
  text-align: center;
  background: #fff;
  padding: 12px 0px;
  border-radius: 55px;
  color: #000;
  border: solid 1px #000;
  transition: all 0.5s linear;
  font-family: 'Avenir';
  font-size: 16px;
  font-weight: 400;
}
.payment_plan_btn:hover {
  background: #49111D;
  color: #fff;
  border-color: #49111D;
}
.full_width_btn {
  display: block;
  width: 100%;
}


.row_sub_title {
  margin: 0px 0px 20px;
  font-family: 'Berlingske';
  font-size: 20px;
  font-weight: 500;
}
.white_box_list li {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px 12px;
}
.list_in_cols {
  display: flex;
  display: -webkit-flex;
  gap: 10px;
  align-items: center;
  flex-flow: wrap;
  justify-content: flex-start;
}
.list_in_cols img {
  margin-bottom: 12px;
}
.list_in_cols li {
  flex: 0 0 31.5%;
  min-height: 120px;
}
.white_box_list p {
  font-size: 14px;
  font-family: 'Avenir';
  font-weight: 400;
  margin: 0px;
}
.list_in_full li:not(:last-child) {
  margin-bottom: 10px;
}
.list_in_full li {
  padding: 20px 12px;
}

.developer_logo img {
  width: 100%;
  margin-bottom: 20px;
/*   border: solid 1px #ccc;
  border-radius: 14px; */
  background: #f7f7f7;
}
.developer_intro p {
  margin: 0px 0px 12px;
  font-size: 15px;
  font-family: 'Avenir';
  line-height: 23px;
  font-weight: 400;
}
.dev_details_list {
  display: flex;
  display: -webkit-flex;
  gap: 12px;
}
.dev_details_list li {
  font-size: 20px;
  color: #000;
  font-family: 'Avenir';
  font-weight: 400;
}
.dev_details_list .list_title {
  font-size: 14px;
  display: block;
}
.dev_details_list li {
  flex: 0 0 33%;
}

.modal-dialog .row_sub_title {
  margin: 15px 0px 10px;
}

.gray_box_my {
  background: #E8E8E8;
  border-radius: 10px;
  align-items: center;
  padding: 12px 0px;
}
.gray_box_my .form-group {
  margin-bottom: 0px;
}
.gray_box_my select {
  background: transparent;
  border: none;
  padding: 0px;
  font-size: 13px;
  text-transform: uppercase;
}
.gray_box_my h4 {
  margin: 0px;
}

.remove_col_pads {
  padding: 0px;
}

.list_bottom_btns li a {
  display: inline-block;
}
.list_bottom_btns {
  display: flex;
  display: -webkit-flex;
  gap: 10px;
}
.list_bottom_btns .booking_btn,
.list_bottom_btns .payment_plan_btn
{
  padding: 8px 18px;
  font-size: 15px;
}
.list_bottom_btns {
  margin-top: 15px;
}

.list_pro_d_details {
  padding: 18px;
}
.des-version .info_value {
  font-weight: 600;
}
.des-version .view_icon {
  margin: 0px 0px 0px 5px;
}
.des-version .info_title {
  flex: 0 0 auto !important;
  margin-right: 10px;
}

.des-version .proper_view_btn {
  font-weight: 400;
}

.listing_d_view {
  display: flex;
  display: -webkit-flex;
  gap: 15px;
  flex-flow: wrap;
}
.listing_d_view .add_listing_my_box_shadow {
  max-width: 32% !important;
}

.listing_d_view .add_listing_my_box_shadow {
  margin-bottom: 0px !important;
}

.pagination_list {
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: flex-end;
}
.pagination_list li {
  width: 50px;
  height: 50px;
  
  text-align: center;
  line-height: 50px;
  color: #A3A3A3;
  font-family: 'Avenir';
  font-weight: 400;
  font-size: 16px;
}
.pagination_list li img {
  position: relative;
  top: -4px;
}
.pagination_list li.first_li img {
  transform: rotate(180deg);
}

.pagination_list li.first_li, .pagination_list li.last_li,.pagination_list li.active_pagination {
  background: #FDFDFD;
}


.pagination_list li.active_pagination {
  color: #000;
  font-weight: 500;
}
._pagination_box {
  width: 100%;
}

.payment_percent_li.head_top {
  margin-bottom: 20px;
}
.payment_percent_li.head_top li{
  font-size:14px !important;
}
.payment_percent_li {
  display: flex;
  display: -webkit-flex;
  gap: 15px;
}
.payment_percent_li li {
  flex: 0 0 20%;
  font-family: 'Avenir';
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.payment_percent_li li:not(:last-child) {
  margin-bottom: 15px;
}
.payment_percent_li li:first-child {
  flex: 0 0 60%;
}

.modal-title.row_sub_title {
  margin: 0px;
}
.modal-header {
  border: none;
}

.sold_list {
  pointer-events: none;
  background-color: rgb(0,0,0,0.5);
}
.sold_list .list_bottom_btns,.sold_list .inner_property_slider_box
{
  position: relative;
  z-index: -1;
}

.breadcrum_list_detail_page {
  display: flex;
  display: -webkit-flex;
  gap: 12px;
  flex-flow: wrap;
}
.breadcrum_list_detail_page li a {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  font-family: 'Avenir';
}
.breadcrum_list_detail_page li a.current_bread {
  color: #3C4F1E;
}

.breadcrum_list_detail_page li img {
  position: relative;
  top: -2px;
  right: -4px;
}

.price_title {
  font-size: 14px;
  color: #000;
  font-family: 'Avenir';
  font-weight: 400;
  margin: 0px 0px 10px;
}
.radius_img img
{
    border-radius: 15px;
}
.dev_details_list.d-info_dev_list
{
  flex-flow: wrap;
  gap:50px
}
.dev_details_list.d-info_dev_list li {
  flex: 0 0 auto;
  position: relative;
}
.dev_details_list.d-info_dev_list li:not(:last-child):after {
  content: '';
  position: absolute;
  right: -20px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: rgb(0,0,0,0.2);  
}

.my_btn {
  padding: 10px 25px;
  display: inline-block;
  transition: all 0.5s linear;
}
.black_border_btn {
  border: solid 1px #000;
  color: #000;
  font-size: 16px;
  font-family: 'Avenir';
  font-weight: 400;
}
.radius_btn {
  border-radius: 40px;
}
.black_border_btn:hover {
  background: #49111d;
  border-color: #49111d;
  color: #fff;
}

.others_dev_op_box .property_intro h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
.others_dev_op_box .property_intro h3 {
  margin-bottom: 8px;
  font-size: 13px;
}
.property_intro p.property_tag_type {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Avenir';
  margin: 0px 0px 10px !important;
  color: #7D7F88;
}

.other_dev_op_list.proper_info_list li {
  display: block;
}
.other_dev_op_list {
  display: flex;
  display: -webkit-flex;
  gap: 12px;
}
.other_dev_op_list .info_title img {
  margin: 2px;
}
.inner_property_slider_box img {
  border-radius: 10px 10px 0px 0px;
}

.others_dev_op_box {
  border-radius: 10px;
}

.others_dev_op_box .property_price_book_box h4 {
  font-weight: 400;
}

.make_col_less_pads {
  padding-left: 8px;
  padding-right: 8px;
}
.list_of_dev_other_op {
  padding-left: 6px;
  padding-right: 6px;
}

.my_tabs_style.nav-tabs {
  border-color: rgb(0,0,0,0.1);
}
.my_tabs_style .nav-item a {
  font-size: 15px;
  color: #000;
  font-family: 'Avenir';
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px 10px 10px !important;
  background: transparent !important;
  border: none;
  margin: ;
  border-bottom: ;
}
.my_tabs_style .nav-item a.active {
  border-bottom: solid 1px #000;
  color: #000;
}
.d-style_am
{
  gap: 15px;
}
.d-style_am li {
  flex: 0 0 120px;
}

.d-style_filer {
  top: 45px;
  width: 94%;
  border-radius: 10px;
}

@media only screen and (max-width: 1175px) {
  .listing_d_view .add_listing_my_box_shadow {
    max-width: 31.6% !important;
  }
  .list_pro_d_details {
    padding: 12px;
  }
  .list_bottom_btns .booking_btn, .list_bottom_btns .payment_plan_btn {
    padding: 6px 12px;
    font-size: 13px;
  }
}

/* New pages css ends here */


/* Dashboard css starts here */


.head_top_list {
  display: flex;
  display: -webkit-flex;
  gap: 15px;
  align-items: center;
  justify-content: end;
}
.head_top_list li {
  font-size: 15px;
  color: #000;
  position: relative;
  font-family: 'Avenir';
  font-weight: 400;
}
.head_top_list li:first-child {
  color: #000;
  font-family: 'Berlingske' !important;
  font-weight: 400;
}

.noti_count {
  width: 6px;
  height: 6px;
  background: #FF6A00;
  position: absolute;
  top: 2px;
  right: -5px;
  border-radius: 50%;
}

.make_view_height {
  height: 100vh;
}
.dashboard_body .make_view_height {
  height: auto;

}
.left_menu_list li {
  padding: 12px 15px 12px 15px;
  margin: 0px 0px 15px 0px;
  border-left: solid 3px #fff;
  transition: all 0.5s linear;
  position: relative;
}
.left_menu_list li img {
  margin-right: 10px;
}
.left_menu_list li a {
  color: #000;
  font-size: 15px;
  font-family: 'Avenir';
  font-weight: 400;
  transition: all 0.5s linear;
}
.left_menu_list li a:hover,.left_menu_list li.active_menu a
{
  color: #49111d;
}
.left_menu_list li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}
.left_menu_list li:hover,.left_menu_list li.active_menu
{
  border-left: solid 3px #000;
}
.menu_box_dash {
  padding: 50px 0px 0px 0px;
  margin-top: 4px;
}
.left_menu_list li:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 90%;
  margin: 0 auto;
  background: rgb(0,0,0,0.1);
  height: 1px;
}
.left_menu_list li:last-child:after {
  display: none;
}

.add_box_sp_two {
  padding: 15px;
}
.dashboard_long_box {
  margin: 30px 120px 0px 10px;
}

.btn_with_img:hover img {
  filter: brightness(0) invert();
}
.dash_other_action_btns li:not(:last-child) {
  margin-bottom: 10px;
}
.dash_other_action_btns a {
  width: 135px;
  text-align: center;
  font-size: 15px;
  padding: 10px 0px;
}
.dash_other_action_btns a img {
  position: relative;
  top: -4px;
  margin-left: 8px;
}
.my_dash_list_style .my_first_col {
  flex: 0 0 30% !important;
  max-width: 30%;
}
.my_dash_list_style .my_second_col {
  flex: 0 0 70% !important;
  max-width: 70%;
}

.dash_other_action_btns {
  float: right;
}
.my_dash_list_style {
  margin-bottom: 12px;
}

.list_dash_img {
  position: relative;
}
.sold_tag {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 45%;
  margin: 0 auto;
  display: inline-block;
  background: #49111d;
  width: 70px;
  text-align: center;
  border-radius: 35px;
  font-family: 'Avenir';
  font-size: 15px;
  padding: 3px 0px;
  color: #fff;
}
.maroon_btn {
  background: #49111d;
  color: #fff;
}
.maroon_btn:hover {
  background: #000;
  color: #fff;
}
.make_right_btn {
  float: right;
}
.search_title {
  margin: 0px 0px 0px;
  font-family: 'Berlingske';
  font-size: 18px;
  font-weight: 500;
}

.my_style_field input {
  background: #fff;
  border: none;
  border-radius: 40px;
  padding: 10px 20px !important;
  font-size: 15px;
  color: #000;
  font-family: 'Avenir';
}
.my_style_field input::placeholder {
  opacity: 1;
  color: #000;
}
.my_style_field .input-group-text {
  padding: 0px 20px 0px 0px;
  border: none;
  background: #fff;
  color: #49111d;
  position: relative;
  right: ;
  border-radius: 45px;
}

.my_style_field button[type=submit] {
  border: none;
  padding: 12px;
  background: #fff;
  color: #49111d;
  font-size: 15px;
  border-radius: 0px 35px 35px 0px;
}

.row_sub_title_dash {
  font-family: 'Berlingske';
  font-size: 24px;
  font-weight: 500;
}

.row_sub_title_dash_m
{
    font-size: 22px;
    font-family: 'Berlingske';
    font-weight: 500;
    margin: 0px;
}

.dashboard_body header .row .col-sm-9 {
  flex: 0 0 85%;
}

.menu_dash_mob_view {
  padding: 0px;
  position: fixed;
  top: -5px;
  width: 100%;
  z-index: 1;
}
.menu_dash_mob_view li,.menu_dash_mob_view li.active_menu,.menu_dash_mob_view li:hover
{
  border: none;
}
.menu_dash_mob_view li:after,.menu_dash_mob_view {
  display: none;
}
.menu_dash_mob_view li {
  display: block;
}

.make_in_line {
  flex-flow: row !important;
}
.add_sps_in_titles .search_title {
  margin-bottom: 8px;
}

.mob_actions_list {
  float: none;
  margin-top: 12px;
  display: flex;
  display: -webkit-flex;
  gap: 12px;
}
.mob_actions_list li a {
  padding: 8px 20px !important;
  width: auto;
}

.notification_list_block {
  position: absolute;
  right: 10px;
  top: 40px;
  z-index: 1;
  width: 250px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  height: 180px;
  overflow-y: scroll;
  display: none;
}
.noti_list_box li p {
  font-size: 14px;
  color: #000;
  font-family: 'Avenir';
  font-weight: 400;
  margin: 0px 0px 0px;
}
.noti_list_box li:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
.maroon_txt_btn {
  color: #49111d;
}
.noti_list_box li a {
  font-weight: 500;
  margin: 10px 0px 0px;
  display: inline-block;
}

.statics_box h3 {
  margin:0px 0px 25px;
  font-size:18px;
  font-family: 'Berlingske';
  font-weight: 400;
  color: #000;
}

.statics_box h2 {
  margin:0px;
  font-size:36px;
  color: #000;
  font-family: 'Avenir';
  font-weight: 500;
}

.less_col_right_pad {
  padding-right: 10px;
}
.less_col_left_pad {
  padding-left: 10px;
}
.less_col_both_pads {
  padding-left: 10px;
  padding-right: 10px;
}

.booking_list_head {
  display: flex;
  display: -webkit-flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  background: #49111D;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
  padding: 15px;
}

.table thead th:first-child {
  border-top-left-radius: 15px;
}

.table thead th:last-child {
  border-top-right-radius: 15px;
}

.booking_list_block table th,.booking_list_block table td {
  padding: 16px 12px !important;
  font-size: 13px;
  font-family: 'Avenir';
  font-weight:400;
}
.booking_list_block table th {
  background: transparent !important;
  color: #fff !important;;
}
.booking_list_block th {
  border: none !important;
}
.booking_list_block .thead-light tr th {
  background: #49111d !important;
}
.booking_list_block table tbody tr td {
  background: #fff;
}

.list_action_btn {
  display: flex;
  display: -webkit-flex;
  gap: 5px;
}
.list_action_btn li a {
  padding: 6px 12px;
  border-radius: 35px;
  transition: all 0.5s linear;
}
.small_green_border_btn {
  color: #1E915F;
  border: solid 1px #1E915F;
}
.small_green_border_btn:hover {
  background: #1E915F;
  color: #fff;
}
.small_red_border_btn {
  color: #CE0000;
  border: solid 1px #CE0000;
}
.small_red_border_btn:hover {
  background: #CE0000;
  color: #fff;
}

.title_img_icon {
  margin-right: 10px;
}

.my_activity_btn {
  padding: 10px 20px !important;
  font-size: 14px;
}

.full_right_btn {
  float: right;
}
.activity_info {
  position: relative;
  padding-left: 20px;
}
.activity_info:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 3px;
  width: 12px;
  height: 12px;
  background: #04CB2C;
  border-radius: 50%;
}
.accept_status:before
{
    background: #04CB2C;
}
.reject_status:before
{
    background: #CE0000;
}
.activity_info p {
  margin: 0px;
  font-size: 14px;
  color: #000;
  font-family: 'Avenir';
  font-weight: 400;
}
.activity_info.accept_status {
}
.activities_main_row .row:not(:last-child) {
  /*border-bottom: solid 1px rgb(0,0,0,0.1);*/
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.activities_main_row .row:not(:last-child):after
{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 98%;
    height: 1px;
    background-color: rgb(0,0,0,0.1);
}

.menu_hamburger {
  display: block;
  text-align: right;
}
.menu_dash_mob_view .head_top_list {
  justify-content: flex-start;
  flex-flow: column;
  align-items: flex-start;
  padding: 20px;
  gap: 5px;
}
.close_menu_btn {
  position: absolute;
  right: 15px;
  top: 20px;
}
.mobile_log_out_btn {
  margin-top: 40px !important;
}

.mobile_center_tab {
  justify-content: center;
}
.my_mob_tab_style
{
  border: none;  
}
.my_mob_tab_style li {
  border: none;
  background: #fff;
  padding:5px;
}

.my_mob_tab_style li a {
  border: none !important;
  padding: 12px 18px !important;
  font-family: 'Avenir';
  font-size: 14px;
  color: #404040;
  border-radius: 0px !important;
}
.my_mob_tab_style li a.active {
  background: #49111D !important;
  color: #fff !important;
  border-radius: 8px !important;
}
.mob_views_stat {
  flex-flow: row !important;
}
.mob_views_stat .statics_box h3 {
  font-size: 14px;
}
.mob_views_stat .statics_box h2 {
  font-size: 28px;
}
.mob_views_stat .less_col_both_pads {
  padding-left: 0px;
  padding-right: 0px;
}

.booking_mobile_list li span {
  display: block;
}
.booking_mobile_list li {
  margin-bottom: 15px;
  color: #000;
  font-family: 'Avenir';
  font-weight: 400;
}
.booking_mobile_list li .booking_title {
  font-weight: bold;
  color: #49111D;
}
.booking_mobile_list .list_action_btn li {
  margin-bottom: 0px;
}

.booking_list_block .booking_mobile_list:not(:last-child) {
  margin-bottom: 15px;
}

.my_activity_mob_btn {
  padding: 8px 15px !important;
  margin-left: 15px;
}
.activities_main_row.my_activities_mob_view .row:not(:last-child)::after {
    width: 90%;
}
/* Dashboard css ends here */
