body.bs-grey-bg {
    background: #f4f4f4 !important;
}

body.hbs {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	
}

.red_input{background:#fee8f1!important;border: 1px solid #ced4da !important;}
.red_highlight{border: 3px solid #f44336!important;} 


/*** Header ***/

.navbar {
	height:80px;
	height: 90px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
	z-index:999;
}
.navbar-light .navbar-nav .nav-link {
		font-size: 17px;
		font-weight: 500;
		padding: 4px 25px;
		color: #333333;
}

.col-megamenu .title {font-weight: bold; font-size:13px;}

.col-megamenu ul li {
		padding-top:5px;
		padding-bottom:5px;
}

.navbar .megamenu{ padding: 1rem; }
.navbar .megamenu a {padding: 2px 0; color:#222; text-decoration: none;font-size: 15px;}
.navbar .megamenu a:hover{text-decoration:underline;}

.bg-primary { background-color: #FFFFFF!important;}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(51,51,51,.75);
}

.search-bar {display: flex;}

.search-bar-header {
	width: calc(100vw - 1184px);  min-width: 200px; max-width: 320px;
}

.my-best-home {
	display: inline-flex;
    white-space: nowrap;
    margin-left: auto;
	vertical-align: middle;	
}

.my-best-home-inline {
	display: inline-block;
}

.my-best-home-inline-icon {
	display: inline-block;
    vertical-align: middle;
    position: relative;
}

.my-best-home-trigger {
	padding: 8px;
    margin: 14px 0;
    border-radius: 4px;	
	display: inline-block;
    vertical-align: middle;
    height: unset;
	color: #333333;
    text-decoration: none;
}

.my-best-home-avatar {
	font-size: 18px!important;
    background: unset;
    padding-left: 0;
    padding-right: 0;
    color: #333!important;
    width: unset;
}

.my-best-home-user {
	font-size: 18px;
	display: inline-block;
	text-decoration: underline;
}

.my-best-home-pro {
	-webkit-box-align: center;
	align-items: center;
    position: unset;
    display: inline-block;
	    height: unset;
}

.my-best-home-pro-wrraper {
	    display: inline-block;
}

.my-best-home-pro-title {
	    color: #0066c3;
		padding: 0 10px;
		display: inline-block;
		line-height: 38px;
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		text-decoration: none;		
}

.my-best-home-pro-title:hover {
		background-color: #f2f8fc;
		border-top: 2px solid #0066c3;
}

.my-best-home-pro-title-icon {
	    font-size: 16px;
       vertical-align: middle;
		 font-family: Houzz-Icon-Glyphs!important;
		speak: none;
		font-style: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;  
}

.my-best-home-pro-title-text {
	font-size: 18px;
	margin-left: 6px;
    font-weight: 500;
    vertical-align: middle;
}

.hero-form-header {
	font-size: 32px;
    line-height: 38px;
    margin-bottom: 12px;	
	color: #222;
    font-weight: 700;
}

.hero-form-description {
	margin-bottom: 24px;
	color: #666;
    font-size: 16px;
    line-height: 23px;
}

.pro-signup-terms {
	color: #888;
	margin-top: 10px;
	font-size: 11px;
}
.pro-signup-input {
	font-size: 14px;
	color: #555555;
    background-color: #ffffff;
	border: 1px solid #ccc;
    border-radius: 3px;
}

.pro-signup-input:focus {
    border-color: #0066c3;
}

.pro-signup-select {
	font-size: 14px!important;
    color: #555555!important;
}

#main_nav {
	/*margin-left:16px;*/
}

.top-search {
	border-radius: 200px;
    font-size: 14px;
    line-height: 20px;
	color: #333;
}

.slider {
		height:800px;
		display:flex;
		flex-wrap:wrap;
}

.slider .pro-title-reg {
	font-size: 1.25rem;
}


.home-owner-section {		
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		font-family: proxima-nova,Helvetica Neue,Helvetica,Arial,sans-serif;
		flex-basis:66.7%;
	}

/*** Body ***/

.pro-section {
	flex-basis:33.3%;
	padding: 0 52px;
	-webkit-flex-basis: 33.3%;
    -ms-flex-preferred-size: 33.3%;
    background-color: #222222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 32px;
    font-family: proxima-nova,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #fff;
    z-index: 1;
}

.pro-section-wrapper {
	width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;	
}

.pro-section-logo {
    width: 165px;
    height: 25px;
}

.pro-solutions-logo span {
    display: block;
    height: 100%;
    width: 100%;
}

.pro-section-title {
    margin-bottom: 28px;
}

.pro-section-header {
	margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    max-width: 500px;
}

.pro-section-body {
	margin-bottom: 8px;
	font-size: 18px;
    line-height: 28px;
    max-width: 500px;
}



.sign-up-pro-section {
    height: 48px;
	line-height: 34px;
    width: 70%;
	font-size: 16px;
    background-color: #e74857;
    border: 1px solid #e74857;
	color:#FFF!important;	
}

.sign-up-pro-section a:hover {
	color:#222222;	
}

.slide-wrapper {
	width:100%;
	position: absolute;
	left:10%;
	top:30%;
}

.slide-wrapper .slide-content .header {
	margin-bottom: 32px;
    font-size: 35px;
    line-height: 44px;
    font-weight: 700;
    max-width: 700px;
}


.home-owner-section .home-owner-body {
    max-width: 600px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 28px;
}

.home-owner-search-inputs {
	position: relative;
	margin: auto 0;
    max-width: 800px;
}


.search-input-container {
    width: 40%;
	display: inline-block
}

.search-input-container input[type=text] {
    width:100%;
	height: 48px;
    padding: 7px 24px 7px 16px;
    font-size: 14px;
    outline: none;
    border: none;
    border-right: 1px solid #e6e6e6;
    border-radius: 3px 0 0 3px;
}

.search-button-container {
    width: 18%;
	display: inline-block
}

.btn-search {
	min-width: 125px;
    border-radius: 0 3px 3px 0;
    height: 48px;
    outline: none;
    width: 100%;
	padding: 7px 16px;
    line-height: 1.3333333;
    font-weight: bold;
	color: #ffffff;
    background-color: #007562;
    border-color: #007562;
	margin-bottom: 0;
	text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
	user-select: none;
	font-family: proxima-nova,Helvetica Neue,Helvetica,Arial,sans-serif;
}	

.search-domain-container {
	    width: 20%;
		display: inline-block
}

.location-select {
	height: 48px;
    padding: 13px 24px 7px 16px;
    font-size: 14px;
    outline: none;
    border: none;
    border-right: 1px solid #e6e6e6;
    border-radius: 3px 0 0 3px;
}

.search-dropdown-menu {
	position:relative;
    width: 100%;
	height:320px;
    margin-top: 1rem;
    padding: 1.5rem;
    transition: opacity .3s;
    border: 1px solid #f1f1f5;
    border-radius: 0.375rem;
    background: white;
    box-shadow: 0 0 1.25rem rgb(0 0 0 / 8%);
	opacity: 85%;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;	
	z-index:999;
}

.list-unstyled .list-link {
	display: block;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    color: #44444e;	
}


.search-location-container {
	    width: 20%;
		display: inline-block;
		position:relative;
}


.profile a:not(.btn-tags) {
    color: rgb(102, 102, 102);
    font-size: 16px;
    padding-bottom: 1px;
    border-bottom: 4px solid transparent;
	text-decoration:none;
}

.profile .active {
		color: rgb(34, 34, 34);  
		border-bottom-color: rgb(34, 34, 34)!important;
}


.profile .wrapper-cover {
    margin: 0px 0px 16px;
    max-height: 340px; 
    overflow: hidden; 
}

.profile .wrapper-img {
	background-color: rgb(255, 255, 255);
    border: 1px solid rgb(223, 218, 206);
    border-radius: 4px;
    height: 100%;
    width: auto;
    object-fit: cover; /* Crop the image if necessary to fill the container */
}


.square {
    width: 100%;
	max-width: 300px;
    height: 300px;
    border: 2px dashed #cccccc;
    background-color: #fafafa;
    position: relative;
    text-align: center;
	margin: 0 auto;
  }

.plus-sign {
   font-size: 60px;
   color: #888888;
   margin-bottom: 10px;
 }

.new-project {
    font-size: 18px;
    color: #888888;
}

.new-project-wrapper a {
	text-decoration: none;
}

.project-wrapper {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(171 167 155 / 20%) 0px 0px 8px;
	box-sizing: border-box;
    margin: 0px;
    position: relative;
    border-radius: 4px;
}

.project-wrapper a {
    display: flex;
    flex-direction: column;
}

.project-wrapper .img-wrapper {
    position: relative;
    padding-top: 210px; /**/
    background: url(/images/cover_placeholder_large@2x.png) center center / 60% no-repeat rgb(244, 244, 244);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.project-wrapper .img-wrapper img {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
	vertical-align: middle;
}

.project-wrapper .details {
	box-sizing: border-box;
    margin: 0px;
    padding: 16px;
    min-height: 88px;
}

/*** profile ***/

.profile .wrapper-profile {
	box-sizing: border-box;
    margin: 0px;
    display: flex;
    align-items: flex-start;
}

.profile h1{
	font-size: 22px;
    line-height: 32px;
}

.profile .wrapper-profile .img-profile{
	appearance: none;
    border: none;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0px;
    border-radius: 8px;
    display: inline-flex;
	-webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.profile .wrapper-profile .img-profile img {
    height: 120px;
    width: 120px;
}

.profile .badge-pro {
	font-weight: 600;
    color: rgb(64 151 137);
    margin-right: 8px;
    font-size: 14px;
    line-height: 20px;
}

.star-rating {
    display: inline-block;
    font-size: 0;
}

.profile .wrapper-profile .pro-cat {
	font-size: 16px;
    line-height: 24px;
	color: rgb(102, 102, 102);
}


.star {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #ffbe28;
    transition: color 0.2s; /* Smooth color transition on hover */
}

.star:hover {  color: #ffc107; }
.star.selected {  color: #ffc107;}
.hovered {color: #ffc107;}




.profile .projects, .bussines, .reviews {
	box-sizing: border-box;
    border-top: 1px solid rgb(230, 230, 230);
    border-right-color: rgb(230, 230, 230);
    border-bottom-color: rgb(230, 230, 230);
    border-left-color: rgb(230, 230, 230);
}
.profile .section-header-pro {
	font-size: 20px;
    line-height: 20px;
	font-weight: 600;
}

.btn-tags {
	border-radius: 50px;
    box-shadow: rgb(230 230 230) 0px 0px 0px 1px inset;
    color: rgb(34, 34, 34);
    padding: 4px 12px;
    font-size: 12px;
    line-height: 16px;
	background-color: rgb(255, 255, 255);
	margin: 0px 8px 8px 0px;
	transition: all 75ms ease-in-out 0s;
	border: none;
	text-decoration:none;
	cursor:pointer;
}

.best-breadcrumb {
	font-size: 14px;
	white-space: nowrap;
    overflow: auto;
	padding: 0;
	list-style-type: none;
    text-decoration: none;
	margin-top: 0;
    margin-bottom: 0px;
}

.best-breadcrumb i {
	font-size:10px;
}

.best-breadcrumb-list-item {
	margin: 0 5px 5px 0;
	display: inline-block;
    vertical-align: middle
	
}

.best-breadcrumb a{
	text-decoration: none;
}

.best-color-link-text {
	    color: #222;
		cursor: pointer;
}

.card {
    position: relative;
	display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid #f1f1f5;
    border-radius: 0.375rem;
    background-color: #fff;
    background-clip: border-box;	
    margin-bottom: 30px;
    box-shadow: 0 0 1.25rem rgb(0 0 0 / 8%);
}

.card-body {
    min-height: 1px;
    padding: 1.5rem;
    color: #44444e;
    flex: 1 1 auto;
}

.img-list {
    height: 160px;
}

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

.card a {
	color: #333333;
	text-decoration:none;
}

.card-border {
    background-color: #f2f2f2;
    border: 1px solid rgb(223, 218, 206);
}

.about-us {
	position:relative;
}

.presentation {
    max-height: 150px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.transparent-background {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: rgba(255, 255, 255, 0.9); /* Semi-transparent background */
            padding: 10px;
            text-align: center;
        }

#showMoreBtn {
     cursor: pointer;
     color: rgb(64 151 137);
}

.business-header {
	margin: 0px 0px 4px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.business-content {
	font-size: 14px;
    line-height: 20px;
}

.section-last-items .title,
.section-last-anunturi .title {
	font-size: 24px;
    line-height: 28px
}
.section-last-items .title,
.section-last-anunturi .title  a {
	text-decoration: none;
}

.section-last-items .card {
	height:305px;
}

.single-product .product-heading {
    margin-bottom: 25px;
	padding-top: 25px;
}

.listing-item .rtcl-content-wrapper {
    width: 100%;
}

.single-product .product-heading {
    margin-bottom: 25px;
}

.single-product .product-heading {
    margin-bottom: 25px;
}

.single-product .product-heading .product-condition span {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    padding: 6px 12px 4px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 4px;
    line-height: 1.4;
	position: relative;
	background-color: #000;

}

.single-product .product-heading .product-condition {
    margin-bottom: 18px;
}

.single-product .product-heading .product-condition span {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    padding: 6px 12px 4px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 4px;
    line-height: 1.4;
    font-family: var(--rt-heading-font);
}

.single-product .product-heading .product-title {
    font-size: 30px;
    margin-bottom: 3px;
    color: #FFFFFF;
    font-weight: 600;
}

.single-product .product-heading .entry-meta {
    margin-bottom: 6px;
}

.single-product .product-heading .entry-meta li {
    display: inline-block;
    font-size: 15px;
    position: relative;
    color: #e3e3e3;
}

.single-product .product-heading .entry-meta li i {
    color: #e3e3e3;
    font-size: 16px;
    margin-right: 8px;
}

.single-product .product-heading .entry-meta li span {
    color: #878c9f;
}

.single-product .product-heading .product-price {
    font-family: var(--rt-heading-font);
    margin-bottom: 18px;
    font-size: 30px;
    color: var(--rt-primary-color);
    text-align: right;
}

.single-product .product-heading .product-price .rtcl-price-range {
    display: inline-block;
}

.single-product .product-heading .product-price .rtcl-price-amount {
    font-size: 26px;
	font-weight:600;
	color:#FFF;
}

.single-product .rtcl-single-listing-details .widget {
    margin-bottom: 10px;
}

.single-product .listing-content .widget {
    padding-top: 22px;
}

.single-product .product-description {
    padding-bottom: 25px;
}

.widget {
    border-radius: 4px;
    padding: 10px 30px 16px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
	margin: 0 0 30px;
}

.single-product .product-overview .item-heading .heading-title {
    margin-bottom: 10px;
}

.single-product .widget .item-heading .heading-title {
    font-size: 20px;
    color: #212121;
}

.single-product .product-details .amenities-list, .single-product .product-amenities .amenities-list {
    display: flex;
    flex-wrap: wrap;
}

.single-product .product-details .amenities-list li:nth-child(2n+2), .single-product .product-details .amenities-list li:nth-child(2n+2) {
    background: #fff;
}

.single-product .product-details .amenities-list li {
    width: 100%;
    position: relative;
    background: #f1f1f1;
    line-height: 40px;
    padding-left: 10px;
    margin: 3px 0;
}

.single-product .product-details .amenities-list li .heading-title {
    color: #000;
    font-weight: 500;
    min-width: 210px;
    display: inline-block;
	font-size: 14px;
}

.single-product .product-details .amenities-list li .heading-title, .single-product .product-details .amenities-list li .cfp-value {
    font-size: 14px;
    color: #000;
}

.single-product .product-overview .overview-list {
	margin-bottom: 0;
}

.single-product .product-overview .overview-list>div:last-child {
    margin-bottom: 0;
}

.single-product .product-overview .overview-list ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #878c9f;
}

.single-product .product-overview .overview-list li {
    margin-bottom: 8px;
    flex: 0 0 33.333%;
}

.single-product .product-overview .overview-list li i {
    color: #785945;
    margin-right: 6px;
    font-size: 16px;
}


.anunturi .img-wrapper { 
	overflow:hidden;
	width:100%;
	height:200px;
}

.fa-check-circle:before {
	font-family: 'Font Awesome 5 Free';
    content: "\f058";
}

.breadcrumbs-banner .rtcl-breadcrumb {
   position: relative;
    z-index: 1;
    color: #878c9f;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.breadcrumbs-banner .rtcl-breadcrumb a:first-child {
    margin-left: 0;
}

.breadcrumbs-banner .rtcl-breadcrumb a {
    color: inherit;
    margin: 0 7px;
    transition: all 0.3s ease-in-out;
}

.breadcrumbs-banner .rtcl-breadcrumb a:hover, .breadcrumbs-banner .rtcl-breadcrumb span {
    color: #785945;
	margin-left: 7px;
}

.single .breadcrumbs-banner {
	    background-color: #FFF;
}

.breadcrumbs-banner {
    padding: 30px 0;
    background-color: #fff;
    overflow: hidden;
	border-bottom: 1px solid #785945;
    border-top: 1px solid #785945;
}


.single-product .listing-sidebar .widget {
    box-shadow: 0 4px 18px 0 rgb(194 200 213 / 30%);
    border: none;
}

.widget-heading-info {
	color: #262628;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;

}

.offer-main-params {
	font-size: 14px;
    padding-left: 0;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #262628;
    font-weight: 400;
	display: inline-block;
	vertical-align: bottom;
    padding-bottom: 16px;
    margin-top: 0px;
}

.offer-main-params__item {
    color: #040711;
    display: inline-block;
    line-height: 15px;
    padding: 5px;
    white-space: nowrap;
	text-transform: capitalize;
	
}

.offer-main-params__item:first-child {
    padding-left: 0;
	color: #040711;
    display: inline-block;
    line-height: 15px;
    padding: 5px;
    white-space: nowrap;
}

.offer-main-params__item:not(:last-child):after {
    right: -5px;
    background-color: #040711;
    border: 1px solid #040711;
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-size: 20px;
    height: 5px;
    margin-top: -3px;
    position: relative;
    width: 5px;
    vertical-align: middle;
}

.price-wrapper {
	display: inline-block;
    width: 100%;
}

.offer-price__number {
	color: #be3824;
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 26px;
}

.offer-price__currency {
    font-size: 18px;
    position: relative;
}

.offer-price__details {
    color: #66676c;
    display: block;
    font-size: 13px;
}

.rtcl-listing-user-info .rtcl-member-store-info {
    text-align: center;
	margin-bottom: 20px;
    padding: 0;
}

.breadcrumbs_holder {
    background-color: #f7f7f7;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media {
	margin-top: 0!important;
}

.rtcl-listing-user-info .rtcl-member-store-info .media {
    display: block;
    margin-bottom: 0!important;
}


.rtcl-listing-user-info .rtcl-member-store-info .media>a {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #dadada;
    float: left;
    padding: 5px;
    margin-right: 10px!important;
	transition: all 0.3s ease-in-out
}

.rtcl-listing-user-info .rtcl-member-store-info .media .media-body h5 {
    font-size: 20px;
    margin-bottom: 5px;
}

.rtcl-listing-user-info .rtcl-member-store-info .media .media-body h5 a {
    color: #212121;
}

.rtcl-listing-user-info .rtcl-member-store-info .media>a img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
	max-width: 100%;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-number a {
    color: #212121;
}

       .flex-table {
            display: flex;
            flex-direction: column;
            width: 100%;
            min-width: max-content; /* Prevent collapsing on smaller screens */
        }

        .flex-table .table-header,
        .flex-table .table-row {
            display: flex;
            width: 100%; /* Ensure rows take full width */
        }

        .table-header {
            background-color: #f8f9fa;
            font-weight: bold;
        }

        .flex-table .column {
            flex: 1;
            padding: 10px;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }

.pointer {	cursor: pointer; }

.navbar-toggler:focus {
	box-shadow:none;
}

h1 {font-size:22px;}

/*** Footer ***/
.footer {
    border-top: 1px solid #ccc;
    background: #f0f0f0;
	color:#333333;
}

.footer a {
	color:#333333;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color:#333333;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
	color:#333333;
}

.footer-title {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {

}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.megamenumobile{left:70%!important; width:20%!important; }

#previewpicad{position:relative;display:inline-block;width:100%;margin-bottom:11px;}
.picthumb{float:left;height:69px;width:94px;position:relative;margin-right:9px;text-align:center;position:relative;margin-top:5px;color:#000}
.delTempPic{width:23px;height:23px;background:rgba(0, 0, 0, 0.6);border-radius:15px;border:2px solid #FFF;color:#FFF;display:block;line-height:23px;z-index:3;}

.tmpadpic {   
	display: flex;
    align-items: center; 
    gap: 0;
	}
	
.tmpadpic small,
.tmpadpic a {
    margin: 0;            /* ensure no default margins */
    padding: 0;
}	
	

.tmpadpic a {color:#FFF!important;}

.imgList {
    width: 100%;
    height: 69px;
    overflow: hidden;
    padding: 1px;
    z-index: 1;
}
.dele{
    width: 23px;
    height: 23px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    border: 2px solid #212529;
    display: block;
    line-height: 16px;
    z-index: 3;
    font-size: 19px;
    font-weight: bold;}
	
#loadingpicaddold{height:32px;line-height:32px;}
.pic_loading{border:1px solid #d2cfcf;float:left;height:67px;padding:1px 0 0 4px;position:relative;text-align:center;width:94px;margin:6px 6px 0px 0px;padding-right:3px;}
.pic_loading img{padding-top:24px;}


.inputqs {
  min-width: 308px;
  box-sizing: border-box;
  background-image: url('../images/searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

.inputqs:focus {outline: 3px solid #ddd;}

.dropbtn {
  color: #fff!important;	
}

.dropdown {
  position: inherit;
  display: inline-block;
}

.dropdown-content {
  top: 50px;
  left: -7px;
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 311px;
  height:350px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1000;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


/*
.section-last-anunturi, .section-last-anunturi img{
	max-height: 300px;
}

.section-last-anunturi, .section-last-anunturi .wrapper-image-front {
	overflow: hidden;
	width:100%;
    height: 250px;
}*/


.wrapper-image-front {
	overflow: hidden;
	width: 100%;
	height: 260px;
}

.bg-best4home {
	background-color: #e10075 !important;
}

a {
	color: #222;
    cursor: pointer;
	text-decoration:none;
}

#eu-cookie-bar{position:fixed;left:0px;width:100%;background:#ffffff;color:#333;text-align:center;z-index:9999;bottom:0px;font-size:0.9rem;padding:1em 1.8em;border-top:1px solid #d9d9d9;}
.euCookieAccept{background:#000;border:0px solid #000;color:#fff;border-radius:0px;cursor:pointer;font-size:12px;padding:6px;}

.blog-wrapper {
	overflow: hidden;
	width: 100%;
	height: 260px;
}

@media(max-width: 1400px){
	.search-input-container{width:100%;} 
	.search-domain-container{width:100%;} 
	.search-location-container{width:100%;} 
	.search-button-container{width:100%;}
	.slide-wrapper {top:10%; width: 83%;}
	.location-select { margin-top: 10px;  }
	.search-button-container { margin-top: 10px;  }
	.bg-white-mobile {background: #fff;}
}

 .badge {
	white-space: normal;
}

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
  
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  /*.navbar .has-megamenu{position:static!important;}*/
  .navbar .megamenu{left:10%; right:0; width:80%; margin-top:0;  }
  .location-select{margin-left: -7px; margin-top: 1px;}
}	
/* ============ desktop view .end// ============ */

	@media only screen and (max-width: 768px) {
		.home-owner-section {	flex-basis:100%; min-height:390px;}
		.pro-section {	flex-basis:100%;}
		.navbar-brand img {max-width: 185px; }
	}
	
	
	@media only screen and (max-width:480px) {
		.project-wrapper .img-wrapper {padding-top:97px;}
		.square {height: 185px;}
		.new-project{font-size:16px;}
		.inputqs {top: 59px; width:350px;}
		.search-dropdown-menu{opacity:1;}
		.img-list {height:120px;}
		.profile .wrapper-cover {max-height: 142px;}
		
		.navbar-light .navbar-nav .nav-link  {padding: 20px; border-bottom: 1px solid #f0f0f0;}
		.nav-link:first-of-type { border-top: 1px solid #f0f0f0; }
		.megamenu { top: 80%; left: 0% !important; width: 100% !important;z-index:999;}
	}
