

a {
    color: #000;
    text-decoration: none;
}
a:hover { text-decoration: none; }
img.img-responsive{width:100%;}
img.img-left{float:left;margin-right:20px;margin-bottom:20px;margin-top:10px;}
img.img-right{float:right;margin-left:20px;margin-bottom:20px;margin-top:10px;}
body {
	font-family: 'Geologica', sans-serif;
	background: #f9f9f9;
}

strong {
  font-weight: 500;
}

.no_scroll {
  overflow: hidden;
}

.padd {
	padding-top: 100px;
	padding-bottom: 100px;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.no-margin {
  margin-top: 0!important;
}

p {
	font-size: 18px;
    font-weight: 200;
    line-height: 28px;
}

.center {
  text-align: center;
}

.flex-center {
	display: flex;
	align-items: center;
}

a.overlay_link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -999999px;
	z-index: 10;
}

.clear {
	clear: both;
}

.overflow {
	overflow: hidden;
}


/******************Pagination*******************/

.pagination {
  margin-top: 3rem;
  width: 100%;
  text-align: center;
}

.pagination .next-prev a {
  color: #599ddc;
  font-size: 21px;
  font-weight: 600;
  padding: 7px 15px;
  border: 1px solid #599ddc;
  margin: 0 5px;
}

.pagination .next-prev .next a, .pagination .next-prev .prev a {
  border: none;
  padding: 0;
  margin: 0;
}

.pagination .current {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  padding: 6px 17px;
  border: 1px solid #599ddc;
  background: #599ddc;
  position: relative;
  top: 1px;
  margin: 0 10px;
}

.pagination img {
  width: 42px;
  position: relative;
  top: -1px;
  margin-right: 30px;
  margin-left: 30px;
}

.pagination .disabled {
  display: none;
}

/***********************************************************/

/*********************jquery-ui-slider**********************/
.ui-slider {
	position: relative;
	text-align: left;
	background-color:rgb(208, 208, 208);
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 17px;
	height: 17px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
	border-radius: 10px;
	background-color:#c0a375;

}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
	background-color:#fff;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	width:97%;
	margin:10px auto 0px auto;
	height: 5px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.4em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}


.datepicker thead tr .next:before {
  color: #0090d9;
  font-family: 'Font Awesome 5 Pro';
  content: "\f054";
  font-size: 13px;
}

.datepicker thead tr .prev:before {
  color: #0090d9;
  font-family: 'Font Awesome 5 Pro';
  content: "\f053";
  font-size: 13px;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  padding:10px;
}

.bootstrap-datetimepicker-widget table th {
  height: 32px;
  line-height: 21px;
  width: 20px;
  /* padding: 9px; */
}

.bootstrap-datetimepicker-widget table td.day {
  height: 26px;
  line-height: 20px;
  width: 20px;
  font-size: 14px;
  border: 1px solid #1122330d;
}

.glyphicon-screenshot:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f2f1";
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #1122330d;
}

.search_map {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}

.search_map .btn-primary {
  display: block;
  margin: 0;
  position: relative;
  background: #28a1e0;
  border: 1px solid #28a1e0;
  /* border-radius: 0 !important; */
  color: #ffffff;
  padding: 9px 29px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  font-family: 'Geologica', sans-serif;
  border-radius: 4px;
  height: 80px;
  margin-bottom: 15px;
  height: 51px;
}

.checkout.completed .page_intro {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align:center;
}

.members.welcome select {
  padding: 13px;
  font-size: 17px;
  color: #1f1f1f;
  font-weight: 100;
  width: 100%;
  background-color: #f0f0f0;
  border: 1px solid #599ddc;
  margin-bottom: 24px;
  border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  position: absolute;
  right: 0;
  top: calc(50% - 13px);
}

.members.welcome a.terms {
  color: rgb(71, 159, 222);
}

.search_map .input_container {
  flex: 1;
  width: auto;
}
/*********************************jquery ui slider**********************/
/*********************************search switch ***********************/
.onoffswitch-inner:before {
content: "Προς ενοικίαση";
font-size: 13px !important;
font-weight: 500;
}
.onoffswitch-inner:after {
content: "Προς Πώληση";
font-size: 13px !important;
font-weight: 500;
}
.onoffswitch {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-top: 0px;
  /* width: 100%; */
  top: -57px;
  background: white;
  border-radius: 10px;
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  display: flex;
  align-items: center;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer; border-radius: 10px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 24px; padding: 0; line-height: 24px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    text-align: center;
    background-color: #6EB4CD; 
	color: #FFFFFF;
	background-image:url(../img/layout/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: 3px 3px;
	background-size: 18px;
}
.onoffswitch-inner:after {
  background-color: rgb(40, 50, 78);
	color: #FFFFFF;
	text-align: center;
	background-image:url(../img/layout/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 3px 3px;
	background-size: 18px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;

}
.onoffswitch-checkbox:checked + .onoffswitch-label  {
    right: 0px;
}

.hello-bar {
  position: absolute;
  background: #f1c050;
  z-index: 9999;
  width: 100%;
  text-align: center;
  padding: 15px;
  height: auto;
  font-size: 17px;
  color: #fff;
}
.hello-bar .close {
  background-image: url(../img/layout/close.svg);
  background-size: 32px;
  text-indent: -99999px!important;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 15px;
  top: 12px;
  opacity: 1;
}


/*********************************search switch ***********************/

/*********************************menu ***********************/
#menu {
  position: absolute;
  overflow: visible;
  display: block;
  width: 100%;
}

.projects.home #menu, .members #menu, .subscriptions #menu, .checkout #menu, .blog.home #menu, .blog.posts #menu,  .blog.view #menu , .pages.broker_pricelist #menu, .pages.private_pricelist #menu, .newsletter.preferences #menu {
  position: absolute;
  overflow: visible;
  display: block;
  width: 100%;
  background: #337ace;
}

span.broker_list_note {
    border-radius: 10px;
    /* width: calc(25% - 40px); */
    margin: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    padding: 20px;
    display: inline-block;
}

.password-wrapper {
  display: flex;
  position: relative;
}

.password-wrapper .toggle-password {
  position: absolute;
  right: 9px;
  top: 12px;
  border: 0;
}

.password-wrapper .toggle-password:focus {
  border: none;
  outline: unset;
}

.password-wrapper .toggle-password:active {
  border:none;
  outline: unset;
}


/* POPUP OFFER
================================================== */

.mypopup{
    background-color: #ffffff;
    width: 70%;
    max-width: 900px;
    /* max-height: 750px; */
    /* padding: 30px 40px; */
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 2px;
    text-align: center;
    z-index: 99;
    font-weight: 400;
    box-shadow: 1px 0px 5px #00000042;
    animation: fadeIn 1s;
    /* border-top: 10px solid #f1c050;
    border-bottom: 10px solid #1f5f9f; */
    display: flex;
}

.mypopup figure {
  margin-bottom: 0px;
}

.mypopup h2 {
	color: #29365b;
    font-size: 30px;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
}

/* .mypopup h2:after {
    content: "";
    height: 50px;
    width: 1px;
    background: #29365b;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
} */

.mypopup img {
    width: 40%;
}

.mypopup  .popup-content {
    padding: 50px 35px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    border: unset;
}

.mypopup a {
    font-size: 18px;
    font-weight: 300;
    color: #1f5f9f;
    padding: 8px 16px;
    border: 1px solid #1f5f9f;
    margin-top: 25px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.mypopup_wrapper {
	position: fixed;
  display: none;
  height: 100vh;
  width: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
}

.mypopup_overlay {
	background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.mypopup .py-15{
	padding-top: 50px;
    padding-bottom: 50px;
    width: 82%;
    margin: 0 auto;
}

@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

.mypopup button{
    position: absolute;
    font-size: 30px;
    color: #ffffff;
    background: #ff0b0b;
    /* border-radius: 50%; */
    width: 30px;
    height: 30px;
    border: unset;
    outline: none;
    cursor: pointer;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 20px 20px;
}

.mypopup a:hover {
    background: #1f5f9f;
    color: white;
}

.mypopup a:before {
    /* content: '';
    z-index: 1;
    transform: scaleX(0);
    transform-origin: right 50%;
    transition-property: transform;
    transition-duration: 380ms;
    background-color: #29365b;
    color: #fff!important;
    padding-bottom: 2px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block; */
}

.mypopup a:hover:before {
    /* transform: scaleX(1);
    transform-origin: left 50%;
    width: 100%;
    height: 100%;
    display: block; */
}

.mypopup a:hover span {
    color: #fff;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.mypopup p.italic {
	font-style: italic;
}

@media(max-width: 1199px) {
	.mypopup .py-15 {
		width: 88%;
	}
}

@media(max-width: 991px) {
	.mypopup h2 {
		font-size: 27px;
	}

  .mypopup { 
    display: flex;
    flex-direction: column;
    width: 500px;
  }

	.mypopup .py-15 {
		width: 100%;
		padding-top: 25px;
    	padding-bottom: 25px;
	}

	.mypopup a {
		font-size: 17px;
	}

  .mypopup img {
    width: 100%;
    height: 395px;
    object-fit: cover;
  }
}

@media(max-width: 767px) {
	.mypopup {
		width: 85%;
    	/* padding: 30px 30px; */
	}

	.mypopup a {
		padding: 10px 14px;
	}

	.mypopup .page_text h2 {
		font-size: 24px;
	}
  .mypopup {
      width: 450px;
  }
  .mypopup img {
    width: 100%;
    height: 291px;
    object-fit: cover;
  }
}

@media(max-width: 549px) {
	.mypopup .py-15 {
		width: 100%;
	}

	.mypopup h2:after {
		top: 85px;
	}

	.mypopup .page_text h2 {    
		font-size: 26px;
    	padding: 0 50px;
	}

	.mypopup button {
		width: 27px;
		height: 27px;
		padding: 20px 21px 24px 22px;
	}

	.mypopup h2 {
		margin-bottom: 60px;
	}

	.mypopup h2:after {
		height: 40px;
	}

	.mypopup a {
		font-size: 16px;
		line-height: 22px;
	}
  .mypopup .page_text h2 {
      font-size: 18px;
      padding: 0 50px;
      margin-bottom: 10px;
  }

  .mypopup p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media(max-width: 479px) {
	.mypopup {
		/* padding: 20px 30px; */
    width: 380px;
	}

	.mypopup a {
		font-size: 15px;
		line-height: 20px;
		margin-top: 20px;
	}

	.mypopup .page_text p {
		font-size: 15px;
		line-height: 22px;
	}

	.mypopup h2:after {
		top: 70px;
	}

	.mypopup .page_text h2 {
		font-size: 22px;
		padding: 0 43px;
		line-height: 30px;
	}
}

@media(max-width: 420px) {
	.mypopup {
		/* padding: 20px; */
    width: 90%;
	}

  .mypopup img {
      width: 100%;
      height: 209px;
      object-fit: cover;
  }

	.mypopup .page_text h2 {
		font-size: 21px;
		line-height: 28px;
		padding: 0 5px;
		margin-bottom: 20px;
    margin-top: 20px;
	}

	.mypopup .page_text h2:after {
		display: none;
	}

	.mypopup h2 {
		margin-bottom: 50px;
	}

	.mypopup h2:after {
		height: 35px;
		top: 65px;
	}

	.mypopup button {
		font-size: 28px;
		width: 25px;
		height: 25px;
		padding: 20px 21px 23px 21px;
	}

	.mypopup .py-15 {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.mypopup a {
		margin-top: 15px;
	}

	.loyalty_btn img {
		width: 27px;
		top: 2px;
	}

	.loyalty_btn strong {
		font-size: 11px;
		margin-left: 1px;
	}

	.loyalty_title {
		padding: 2px 7px 2px 2px;
	}

	.loyalty_btn span {
		font-size: 10px;
		line-height: 13px;
		padding: 4px 7px 4px 7px;
	}
}





#menu .hide-buttons .nav-btn {
  display: none !important;
}
#menu .navbar-caption {
  color: #ffffff;
}
#menu .navbar-toggler {
  color: #ffffff;
}
#menu .link,
#menu .dropdown-item {
  color: #ffffff;
}
#menu .link {
	font-size: 18px;
  font-family: 'Geologica', sans-serif;
  font-weight: 200;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding-right: 20px;
}

#menu .link:after {
  position: absolute;
  right: 0;
  top: 6%;
  height: 87%;
  width: 1px;
  bottom: 7px;
  content: "";
  background-color: #ffffff;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translate3d(0, 0, 0);
  background-position: center;
}

#menu .link:hover:after {
  /* left: 0px; */
  /* right: 0px; */
}

#menu .dropdown-item,
#menu .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu .link:hover,
#menu .dropdown-item:hover,
#menu .link:focus,
#menu .dropdown-item:focus {
  border: none;
  text-decoration: underline;
}
#menu .link[aria-expanded="true"],
#menu .dropdown-menu {
  background: #0e0e0e;
}
#menu .nav-dropdown-sm .link:focus,
#menu .nav-dropdown-sm .link:hover,
#menu .nav-dropdown-sm .dropdown-item:focus,
#menu .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu .navbar,
#menu .nav-dropdown-sm,
#menu .nav-dropdown-sm .link[aria-expanded="true"],
#menu .nav-dropdown-sm .dropdown-menu {
  background: #479fde;
}

#menu .navbar .bell_requests {
  font-size: 20px;
  color: white;
  margin-left: 13px;
  position: relative;
}

#menu .navbar .bell_requests span.badge_cart{
  position: absolute;
  top: -18px;
  font-size: 14px;
  background: #f1c050;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -17px;
  border-radius: 50%;
  font-family: 'Geologica', sans-serif;
}

.no-published .navbar-dropdown.bg-color.transparent {
  background: #479fde !important;
  margin-top: 0;
}

.no-published #menu {
  position: relative;
}

#menu .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
  padding-right: 20px;
}
#menu .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu .bg-color.transparent.opened .link:hover,
#menu .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu .link[aria-expanded="true"],
#menu .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu.mb-navbar--stuck .mb-navbar__section {
  background: #2c2c2c;
}
#menu .mb-navbar__hamburger {
  color: #ffffff;
}
#menu .close-icon::before,
#menu .close-icon::after {
  background-color: #ffffff;
}

.mb-table-cell.right {
	float: right;
	display: flex;
    align-items: center;
}

.mb-table-cell.left {
  display: none;
}

.toggle-nav {
  left: unset;
  width: 38px;
  height: 38px;
  float: right;
  top: 5px;
  background: url(../img/layout/menu.svg);
  background-repeat: no-repeat;
  position: relative !important;
  right: 0px;
  text-indent: -99999px !important;
  display: none;
}

.search_mob {
  display: none;
}

#search_mob {
  display: none;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: #E8EEF5;
  position: fixed;
  top: 0;
}

#search_mob .icon-search {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -999999px!important;
  background: url(../img/layout/search.svg) no-repeat scroll center center transparent;
  background-size: 100%;
  border: none;
  cursor: pointer;
}

#search_mob form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  margin: 0 auto;
}

#search_mob form input {
  width: 85%;
  height: auto;
  position: relative;
  font-size: 18px;
  color: #1f5f9f;
  padding: 6px 15px 6px 0px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300;
  background: none;
  display: inline-block;
  border-bottom: 1px solid #999;
  margin-right: 10px;
}

#search_mob form input::placeholder {
  color: #1f5f9f;
  font-weight: 300;
}

#mobile-nav {
  display: none;
}

.close_search {
  background: url(../img/layout/close.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  margin-top: 40px;
}

.navbar-dropdown .mb-table-cell {
  height: auto;
}

.navbar-dropdown.navbar-short .cd-account-trigger {
  width: 40px;
  height: 40px;
  background-size: 15px;
}


.nav {
	display: inline-block;
    position: relative;
}
/********************************************************/

/*********************topbar**********************/
.topbar {
	width: 100%;
  position: relative;
  background: #f3f9ff00;
  display: flex;
  z-index: 1;
	padding: 15px 0;
}

.topbar_left p, .topbar_left a,
.topbar_right p, .topbar_right a, .topbar_center p {
	color: #fff;
    font-weight: 100;
    font-size: 15px;
	margin-bottom: 0;
}

.topbar_right {
	float: right;
}

.topbar_center {
  text-align: center;
}

.topbar_left img {
  width: 18px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.topbar_right img {
	width: 25px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.topbar_center img {
  width: 16px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}


/*****************************************************/

/**********************search************************/
#search {
	position: relative;
	display: inline-block;
	margin-left: 30px;
}

#search form {
    margin: 0px;
    padding: 0px 0 0px 0;
    position: relative;
    width: 100%;
}

#search form input {
	width: 200px;
    height: auto;
    position: relative;
    font-size: 16px;
    color: #000;
    padding: 6px 15px 6px 0px;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 100;
    background: none;
    display: inline-block;
    border-bottom: 1px solid #ACAEB1;
    margin-right: 10px;
}

#search form input:focus, #search form input:focus-visible {
  border: none;
  border-bottom: 1px solid #1f5f9f;
}

#search form .icon-search {
    position: relative;
    display: inline-block;
	width: 28px;
    height: 28px;
    text-indent: -999999px!important;
    background: url(../img/layout/search.svg) no-repeat scroll center center transparent;
    background-size: 100%;
    border: none;
    cursor: pointer;
}

#user img {
	width: 30px;
    height: 30px;
    margin-left: 25px;
}

/**************************************************/

/* Selector for the section with the class main_categories */
section.main_categories {
  background: #f3f7fa;
}

section.main_categories h1.section_title {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  color: #28A1E0;
  line-height: 45px;
}

/* Selector for the types container */
section.main_categories .types_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 50px;
}

/* Selector for each individual type */
section.main_categories .type {
  width: calc(25% - 24px);
  display: flex;
  align-items: center;
  background: white;
  margin-left: 12px;
  margin-right: 12px;
  border-radius: 10px;
  margin-bottom: 25px;
  margin-top: 10px;
  position: relative;
}

/* Selector for the icon inside each type */
section.main_categories .type .icon_type {
  width: 95px;
  height: 95px;
  background: #e8a25b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

section.main_categories .type .icon_type img {
  width: 60%;
}

/* Selector for the title inside each type */
section.main_categories .type .title_type {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
  text-align: center;
  width: calc(100% - 95px);
  color: #606060;
  font-weight: 400;
  padding: 0 25px;
}

/*********************hero background****************/

.header_title {
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  line-height: 60px;
  font-family: 'Geologica', sans-serif;
  z-index: 1;
  margin-top: -42px;
  position: relative;
  padding-left: 15px;
  /* margin-left: 20px; */
}

.contact_header .header_title {
  margin-top: 0px;
  font-weight: 500;
  font-size: 34px;
  line-height: 44px;
}

.contact_header .header_description {
  padding: 0;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: white;
  margin-top: 30px;
  padding-left: 15px;
}

.contact_header .header_right_title {
  margin-top: 0px;
  font-weight: 500;
  font-size: 25px;
  line-height: 34px;
  font-family: 'Geologica', sans-serif;
  z-index: 1;
  color: white;
}

.contact_header .header_right_description {
  padding: 0;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: white;
  margin-top: 16px;
  margin-bottom: 33px;
}

.contact_header .header_right_description h3 {
  color: white;
  font-weight: 200;
  font-size: 19px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 9px;
}

.contact_header .header_right_description .btn-social {
  margin-left:0;
}

.contact_header .header_right_description img.facebook {
  width: 28px;
}

.contact_header .header_right_description img.instagram {
  width: 28px;
}

.contact_header .header_right_description img.linkedin {
  width: 34px;
}

/* .contact_header .header_right_description img.instagram {
  width: 28px;
} */







.header_subtitle {
	text-align: center;
	color: #fff;
	font-size: 23px;
}

.home_header_shadow {
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 100%, rgba(0,0,0,0.1) 100%, rgba(0,0,0,0.1) 100%);
    z-index: -1;
}

.scrollButtonContainer {
    position: absolute;
    bottom: 25%;
    z-index: 2;
    margin: 0 auto;
    right: 10%;
    text-align: center;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.scrollButtonContainer:hover {
  bottom: 23%;
}

.scroll-suggestion img {
	width: 80px;
    height: 80px;
}

/********************************************************/
/************************Services***********************/

.text_wrapper {
	padding: 45px 170px 45px 45px;
}

.text_wrapper ul {
  padding-left: 20px;
}

.text_wrapper ul li {
  font-size: 18px;
  font-weight: 200;
  line-height: 32px;
}

.text_wrapper ul li::marker {
  color: #599ddc;
}

.text_wrapper h1 {
  font-weight: 500;
  color: #606060;
  font-size: 37px;
  line-height: 47px;
  margin-bottom: 30px;
}

p.subtitle {
	margin-bottom: 0;
    color: #1F5F9F;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

.services_section {
	position: relative;
    display: block;
    margin-top: -65px;
}

.service_box {
  background: #E8EEF5;
  padding: 30px;
  text-align: center;
  margin: 0 8px;
}

.service_box h2 {
	color: #303030;
    padding-bottom: 25px;
    font-family: 'Inter', sans-serif;
    font-size: 27px;
    font-weight: 500;
}

.service_box span {
	color: #1F5F9F;
    font-weight: 600;
    font-family: 'Geologica';
    font-size: 26px;
    border-bottom: 2px solid #1f5f9f;
    padding: 5px 3px;
    display: block;
    width: fit-content;
    margin: 0 auto 20px auto;
}

/************************************************************/

/***********************Akinito Banner **********************/

.akinito_banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
    background-position: bottom;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin-top: 50px;
}

.txt_akinito {
	width: 50%;
}

.txt_akinito h1 {
	font-size: 62px;
    color: #fff;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-bottom: 45px;
}

.txt_akinito p {
	color: #fff;
    margin-bottom: 50px;
	font-weight: 100;
}

.button {
	color: #1f5f9f;
    padding: 14px 70px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #1f5f9f;
    margin-top: 40px;
    display: block;
    width: fit-content;
    position: relative;
    transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button.show_mob {
  display: none;
}

.button:hover {
  border: 1px solid transparent;
  padding: 14px 70px;
  color: #1f5f9f;
}

.button:hover:after {
  opacity: 1;
  visibility: visible;
  right: 10px;
}

.button.center {
	margin-left: auto;
    margin-right: auto;
    padding: 20px 55px;
}

.button.center:hover {
  padding: 20px 55px;
}

.button.center:after {
  top: 25px;
}

.button.white {
	background: #fff;
    display: inline-block;
    margin-right: 40px;
    padding: 15px 35px;
    border: 1px solid #fff;
    margin-top: 0;
}

.button.white:hover {
  background: #1f5f9f;
  border: 1px solid #1f5f9f;
  color: #fff;
}

.button.white:after, .button.blue:after {
  display: none;
}

.button.blue {
    background: #1f5f9f;
    color: #fff;
    font-weight: 200;
    padding: 16px 35px;
    display: inline-block;
    margin-top: 0;
}

.button.blue:hover {
  background: #fff;
  color: #1f5f9f;
}

/************************************************************/

/***************************Profile**************************/
.profile img {
	padding-right: 60px;
}

.profile_right {
    background-color: #1f5f9f;
    position: relative;
    display: flex;
	align-items: center;
}

.profile_right .text_wrapper {
    background: #fff;
    width: 85%;
    margin-left: -25%;
    display: inline-block;
    padding: 50px 140px 50px 65px;
}

.home_modules_intro .table_container{
  overflow-x: scroll;
}

.view-details h2.problem_with_property {
  display: block;
  font-size: 16px;
  color: #606060;
  background: white;
  padding: 16px 17px;
  border-radius: 10px;
  margin-top: 16px;
  font-weight: 300;
  text-align: center;
}

.view-details h2.problem_with_property a {
  display: block;
  margin-top: 5px;
  color: black;
}

.profile_graphic {
    background-image: url(../img/layout/window_graphic.svg);
    background-repeat: round;
    width: 40%;
    height: 290px;
    overflow: hidden;
    background-position: -130px 0px;
}

/************************************************************/

/************************Activity Grey***********************/
.activity_grey{
	background-color: rgb(242, 242, 242);
	padding:120px 0 130px 0;
}

.activity_grey h3 {
	font-weight: 600;
	font-size: 42px;
}

.activity_grey p {
	font-size: 16px;
	text-align: justify;
}
/***************************estates***********************/

.estates h1 {
	color: #1F5F9F;
    font-family: 'Inter', sans-serif;
    font-size: 45px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

.estates p {
	text-align: center;
    padding: 0 200px;
}

.estate_wrapper {
  display: block;
  position: relative;
  margin-top: 40px;
}


.estate_wrapper_view_project {
  display: block;
  position: relative;
  margin-top: 40px;
  background: white;
  /* padding: 40px; */
  padding: 50px;
  border-radius: 20px;
  border-bottom: 14px solid #cce0ec;
}


.estate_wrapper_view_project .swiper-container {
  margin-top: 30px;
}


.estate_wrapper .col-xl-4:nth-child(3n+4) {
  clear: both;
}

.estates .estate_details p, 
.members .estate_details p {
  padding: 0;
  text-align: left;
  color: #606060;
  font-family: 'Geologica', sans-serif;
  font-size: 19px;
  margin-bottom: 10px;
}

.members .estate_box .estates_actions_container {
  display: flex;
  gap: 10px;
}

.members .estate_box .estates_actions_container a.edit_estate {
  width: auto;
  text-align: center;
  padding: 6px 16px;
  background: #599ddc00;
  border-radius: 5px;
  color: #599ddc;
  font-size: 15px;
  border: 1px solid;
}

.members .estate_box .estates_actions_container a.edit_estate i {

}

.broker_box {
  margin: 20px 0px 40px 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  border: thin solid rgba(185, 189, 209, .3);
  box-shadow: 0 10px 24px 0 rgba(58,75,100,0);
  border-radius: 10px;
  transition: all .2s ease;
  padding: 15px;
}

.broker_box .broker_img{
  width: 25%;
} 

.members.broker .broker_box .broker_img {
  max-width: 200px;
}

.members.broker .projects {
  margin-top: 50px;
}

.members.broker h2.no-results {
  text-align: left;
}

.no-results .button {
  margin: 0 auto;
  background-color: #e2a460;
  color: #fff;
  border-radius: 10px;
  border: none;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 200;
  position: relative;
  /* top: -3px; */
  /* background-image: url(../img/layout/search.svg); */
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 25px 16px;
  margin-bottom: 27px;
}

.broker_box .broker_details {

}

.broker_box .broker_details .button_container {
  display: flex;
  z-index: 11;
  position: relative;
  flex-wrap: wrap;
}

.broker_box .broker_details .broker_address {
  margin-bottom: 15px;
}

.broker_box .broker_details .broker_address  span {
  color: #606060;
  font-weight: 200;
}

.broker_box .broker_details .button_container a:not(.overlay_link) {
  width: auto;
  text-align: center;
  padding: 6px 16px;
  background: #599ddc00;
  border-radius: 5px;
  color: #599ddc;
  font-size: 15px;
  border: 1px solid;
  display: inline-block;
  margin: 4px;
}


.broker_box .broker_details .button_container a.social {
  font-size: 17px;
}



.broker_box .broker_details .button_container a i {
  margin-right: 5px;
}

.broker_box .broker_details h3.broker_name {
  padding: 0;
  text-align: left;
  color: #606060;
  font-family: 'Geologica', sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.broker_box .broker_details p.broker_office {
  padding: 0;
  text-align: left;
  color: #606060;
  font-family: 'Geologica', sans-serif;
  margin-bottom: 10px;
  font-weight: 100;
  font-size: 16px;
}

.broker_box .broker_details .broker_description p{
  color: #606060;
  font-size: 14px;
  line-height: 25px;
}

.broker_box .broker_details .img-broker-office {
  width: 100px;
  background: white;
}

.broker_box .broker_img img{
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.broker_box .broker_details{
  background: transparent;
  padding: 15px;
  color: #fff;
  width: 75%;
  position: relative;
} 

.members.broker .broker_box .broker_details {
  flex: 1;
}

.members.broker .broker_box {
  gap: 30px;
}

.members .estate_box .estates_actions_container a.delete_estate {
  width: auto;
  text-align: center;
  padding: 6px 16px;
  background: #faf9f800;
  border-radius: 5px;
  color: #d9534f;
  font-size: 15px;
  border: 1px solid;
}

.members .estate_box .estates_actions_container a.tip {
  width: auto;
  text-align: center;
  padding: 6px 16px;
  background: #faf9f800;
  border-radius: 5px;
  color: #669cda;
  font-size: 15px;
  border: 1px solid #669cda;
}

.members .estate_box .estates_actions_container a.delete_estate i {}
  


.estates .estate_details p.estate-info-item,
.estate_box .estate_details p.estate-info-item  {
  padding: 0;
  color: #606060;
  font-family: 'Geologica', sans-serif;
  font-size: 19px;
  margin-bottom: 0;
  display: flex;
}

.estates .estate_details p.estate-info-item span {
  color: grey;
  font-size: 14px;
  margin-left: 10px;
}

.estate_box .estate_details p.estate-info-item span {
  color: grey;
  font-size: 14px;
  margin-left: 10px;
}

.estates .estate_details p.estate-info-item img,
.estate_box .estate_details p.estate-info-item img {
  width: 18px;
}

.estates .estate_details p.estate-address {
  font-weight: 100;
  font-size: 16px;
}

.estates .estate_details p.estate-type, 
.members  .estate_details p.estate-type {
  color: #479fde;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

/* .estates .estate_details p.estate-type {
  
} */

.estate_box {
  margin: 20px 0px 40px 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #f3f7fa;
  border-radius: 10px;
}

.projects.home .estates{
  padding-top: 50px;
  padding-bottom: 100px;
}


.estate_box .estate-img {
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.estate_box .estate-img img {
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.estate_box:hover .estate-img img {
  transform: scale(1.1);
}

.rent {
  position: absolute;
  padding: 12px 30px!important;
  background: #fff;
  top: 0;
  left: 0;
  font-weight: 500;
  color: #479fde;
  font-family: 'Inter', sans-serif;
}

.projects.home p.rent  {
  padding: 8px 10px!important;
  font-size: 15px;
}


.rent.sale {
  color: #479fde;
}

.estate_details {
    background: #E8EEF5;
    padding: 25px;
    color: #1f5f9f;
}

.estate_details.latest {
  background: transparent;
  padding: 15px;
  color: #fff;
  position: relative;
}

.members .button_link,
.checkout.review .button_link
{
  padding: 10px 20px;
  margin-bottom: 16px;
  display: inline-block;
  background: #f1c050;
  color: white;
  border-radius: 5px;
  font-size: 20px;
}

.checkout.review .button_link {
  background: #5bc0de;
  margin-bottom: 0;
}

nav .account_details {
  position: relative;
  display: flex;
}

nav .account_details ul.dropdown_menu li a {
  padding: 14px 20px;
  margin: 0;
  position: relative;
  display: block;
  color: #221638;
  font-size: 16px;
  font-weight: 400;
  background: none;
  width: 100%;
}

ul.dropdown_menu {
  list-style: none outside none;
  top: 35px;
  right: 0;
  z-index: 99;
  opacity: 0;
  width: 285px;
  display: block;
  border-radius: 0;
  padding: 0px 0;
  margin-top: 15px;
  position: absolute;
  visibility: hidden;
  background: #fff;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: none;
  border-top: 3px solid #e2a460;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

nav ul.dropdown_menu li .far {
  margin-right: 5px;
}

nav ul.dropdown_menu li.nav_item {
  border-bottom: 1px solid #f1c0502b;
}

nav  ul.dropdown_menu.active {
  opacity: 1;
  visibility: visible;
  margin-top: 9px;
}

.estate_details.latest .estate-info-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background: white;
  border-radius: 10px;
  align-content: norma;
  justify-content: space-around;
  padding: 5px;
  margin-bottom: 14px;  
}

.latest_estates .estate-navigation {
  display: flex;
  justify-content: center;
}

.latest_estates .swiper-button-prev {
  background-image: url(../img/layout/arrow_left_state1.svg);
  position: relative;
  top: 0;
  margin-right: 21px;
  margin-left: unset;
  width: 55px;
  background-repeat: no-repeat;
}

.latest_estates .swiper-button-next {
  background-image: url(../img/layout/arrow_right_state1.svg);
  position: relative;
  top: 0;
  width: 55px;
  background-repeat: no-repeat;
  margin-right: 0;
}

.members.more_info .select2-container .select2-choice {
  padding: 13px;
  font-size: 17px;
  color: #1f1f1f;
  font-weight: 100;
  width: 100%;
  background: #f0f0f0;
  border: none;
  margin-bottom: 0px;
  border-radius: 10px;
  height: auto;
}

 .members.brokers .select2-container .select2-choice {
  padding: 13px;
  font-size: 16px;
  color: #606060!important;
  font-weight: 300;
  width: 100%;
  background: #f0f0f0;
  border: none;
  margin-bottom: 0px;
  border-radius: 10px;
  height: auto;
}

.members.more_info .select2-container .select2-choice .select2-arrow,
.members.brokers .select2-container .select2-choice .select2-arrow {
  top: 25%;
  background: none;
  border: none;
}


.latest_estates ul.tabs>li.current {
  color: white;
  background: #606060;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 200;
}

.latest_estates ul.tabs>li {
  font-size: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.latest_estates ul.tabs>li a {
  color: #606060;
}

.latest_estates ul.tabs>li.current a{
  color: white;
}

.estates .estate_details .price {
    color: #333;
    font-weight: 700;
    font-size: 35px;
    border-bottom: 1px solid #83A6C9;
    padding-bottom: 20px;
}

.estates .estate_details.latest .price {
  border-bottom: unset;
  font-size: 22px;
  color: #479fde;
  margin-bottom: 4px;
  padding-bottom: 0;
}

.estate_box .estate_details.latest .price {
  border-bottom: unset;
  font-size: 22px;
  color: #479fde;
  margin-bottom: 4px;
  padding-bottom: 0;
  font-weight: 700;
}

.estates .estate_details .price span {
	color: #333;
  font-weight: 200;
  font-size: 28px;
}

.estates .estate_details.latest .price span {
	color: #479fde;
  font-weight: 400;
  font-size: 21px;
}

.estate-info-wrap {
	display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.estate-info {
	font-weight: 400;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
	margin-right: 20px;
}

.estates .estate_details.latest .estate-info {
	font-weight: 200;
  font-size: 18px;
}

.estate_details .estate-info img {
    width: 33px;
}

.estate-info img {
	width: 25px;
    margin-right: 12px;
}

.estate-title {
	font-size: 26px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 35px;
    line-height: normal;
}

.estate-address {
	display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 17px;
}

.estate-address img {
	width: 16px;
	margin-right: 10px;
}

.latest_estates {
  background: #f3f7fa;
  padding-bottom: 60px;
  padding-top: 0px;
}

.projects.home #ajaxcontent, .members #ajaxcontent, .subscriptions #ajaxcontent, .checkout #ajaxcontent, .blog.home #ajaxcontent,  .blog.posts #ajaxcontent,  .blog.view #ajaxcontent,
.pages.broker_pricelist  #ajaxcontent,  .pages.private_pricelist  #ajaxcontent, .newsletter.preferences #ajaxcontent
{
  padding-top: 104px ;
}

.projects.home .navbar-dropdown.bg-color.transparent, 
.members .navbar-dropdown.bg-color.transparent,
.subscriptions .navbar-dropdown.bg-color.transparent,
.checkout .navbar-dropdown.bg-color.transparent,
.blog.home .navbar-dropdown.bg-color.transparent,
.blog.posts .navbar-dropdown.bg-color.transparent,
.blog.view .navbar-dropdown.bg-color.transparent,
.pages.broker_pricelist .navbar-dropdown.bg-color.transparent,
.pages.private_pricelist .navbar-dropdown.bg-color.transparent,
.newsletter.preferences .navbar-dropdown.bg-color.transparent
 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.latest_estates .latest_estates_main_projects {
  padding: 50px 0px 50px 50px;
  background: white;
  border-radius: 20px;
  position: relative;
  border-bottom: 14px solid #cce0ec;
}

.latest_estates .latest_estates_main_projects:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #c9e1ed;
  top: 14px;
  left: 0;
  z-index: -1;
  border-radius: 10px;
}

.latest_estates .latest_estates_main_projects .latest-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.latest_estates .latest_estates_main_projects .latest-title  .latest-title-tabs {
  display: flex;
  align-items: center;
  margin-right: 8%;
}


.gallery_estates h3 {
	font-weight: 600;
	font-size: 54px;
	text-align: center;
}

.gallery_estates small {
	text-align: center;
	display: block;
	font-style: italic;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	color: #8c8c8c;
	margin-bottom: 30px;
}

.latest-title h1 {
  color: #28a1e0;
  font-family: 'Geologica', sans-serif;
  text-shadow: none;
  font-size: 43px;
  font-weight: 600;
  margin-left: 15px;
  display: inline-block;
  margin-bottom: 0;
}

.latest-title h1:before {
  position: relative;
  content: '';
  background: url(../img/layout/logomark_graphic.svg);
  width: 42px;
  display: inline-block;
  height: 42px;
  background-repeat: no-repeat;
  top: 5px;
}

.latest-title .button {
  display: inline-block;
  float: right;
  color: #ffffff;
  margin-top: 0;
  border: 1px solid #fff;
  padding: 10px 18px;
  font-weight: 200;
  background: #e2a460;
  font-size: 16px;
  border-radius: 10px;
}

.latest-title .button:hover {
  background: #479FDE;
}

.latest-title .button:after {
  /* background-image: url(../img/layout/arrow_down_white.svg);
  background-size: 19px;
  top: 23px; */
  display:none;
}

.latest-title .button:hover {
  /* border: 1px solid #1f5f9f; */
  /* display: none; */
}

.box_gallery .code {
	position: absolute;
	bottom: 0px;
	left: 16px;
	color: #fff;
	padding: 15px 0;
 }

.box_gallery .price {
	bottom: 0px;
	position: absolute;
	right: 19px;
	color: #fff;
	padding: 15px 0;
}

.gallery_all {
	display: inline-block;
	margin-left: -4px;
}

.gallery_all a {
	border-radius: 0;
	margin-top: -2px;
	font-size: 16px;
	padding: 9px;
	letter-spacing: 1px;
}


/* Style for section.signups */
section.signups {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f3f7fa;
  overflow:hidden;
}

section.signups .flex {
  display:flex;
}

section.signups  .alignItemsCenter {
  align-items: center;
}
.m-t-20 {
  margin-top: 20px!important;
}
.m-b-20 {
  margin-bottom: 20px!important;
}

.m-t-30 {
  margin-top: 30px!important;
}
.m-b-30 {
  margin-bottom: 30px!important;
}

.m-t-40 {
  margin-top: 40px!important;
}
.m-b-40 {
  margin-bottom: 40px!important;
}

.m-t-50 {
  margin-top: 50px!important;
}
.m-b-50 {
  margin-bottom: 50px!important;
}

.m-t-60 {
  margin-top: 60px!important;
}
.m-b-60 {
  margin-bottom: 60px!important;
}

.m-t-70 {
  margin-top: 70px!important;
}
.m-b-70 {
  margin-bottom: 70px!important;
}

/* Style for the text column */
section.signups .signups_text_col {
  padding: 50px 80px;
}

/* Style for the image column */
section.signups .signups_image_col {
  /* Your styles for the image column */
  position: relative;
  padding: 50px;
}

section.signups .signups_image_col img {
  border-radius: 10px;
  position: relative;
}

section.signups .signups_image_col:before {
  position: absolute;
  content: '';
  top: 50px;
  right: 50px;
  width: calc(100% - 68px);
  height: calc(100% - 100px);
  background: #cee0eb;
  border-radius: 10px;
}

section.signups .signups_image_col.reverse:before {
  position: absolute;
  content: '';
  top: 50;
  left: 50px;
  right: unset;
  width: calc(100% - 68px);
  height: calc(100% - 100px);
  background: #cee0eb;
  border-radius: 10px;
}

/* Style for the titles */
section.signups .title {
  color: #606060;
}

/* Style for the descriptions */
section.signups .description {
  font-size: 16px;
  padding-right: 50px;
}

/* Style for the links */
section.signups .link {
  color: #599ddc;
  font-weight: 500;
  font-size: 19px;
  position: relative;
  padding-left: 34px;
  padding-right: 49px;
}

section.signups .link:before {
  position: absolute;
  top:0;
  left:0;
  background-image: url(../img/layout/login.svg);
  width: 30px;
  height: 26px;
  content: '';
  background-repeat: no-repeat;
}

section.signups .link:after {
  position: absolute;
  top:0;
  content: '';
  right:0;
  background-image: url(../img/layout/signup_arrow.svg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

section.signups .link:hover::after {
  right: -5px;
}

section.signups .circle-left{
  width: 400px;
  height: 400px;
  background: white;
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 200px);
  left: -50px;
}

section.signups .line-left {
  width: calc(38.3333%);
  height: 50px;
  position: absolute;
  background: white;
  top: 83%;
  left: calc(-23.333%);
  transform: rotateZ(-45deg);
}

section.signups .line-right {
  width: calc(38.3333%);
  height: 50px;
  position: absolute;
  background: white;
  top: 18%;
  right: calc(-22.333%);
  transform: rotateZ(-45deg);
}

section.signups .circle-right{
  width: 400px;
  height: 400px;
  background: white;
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 200px);
  right: -50px;
}

section.spy_home>.row{
  display: flex;
  align-items: self-end;
}

section.spy_home img{
  position: relative;
  /* bottom: -126px; */
}

section.spy_home img.image_detective {
  position: absolute;
  bottom: -156px;
  width: 250px;
  left: calc(50% - 125px);
}

section.spy_home{
  padding-top: 80px;
  background: #f3f7fa;
  position: relative;
  overflow: hidden;
}

section.blog_home {
  padding-top: 80px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

section.blog_home .blog-home-title h1{
  color: #599ddc;
  text-align: center;
  margin-bottom: 40px;
  font-size: 37px;
}

section.blog_home .swiper-pagination {
  position: relative;
  display: flex;
  padding: 30px;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

section.blog_home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #669cda;
  border: 2px solid #fff;
  height: 16px;
  width: 16px;
  position: relative;
}

section.blog_home .swiper-pagination .swiper-pagination-bullet {
  background-color: #e3e3e3;
  border: 2px solid #e3e3e3;
  border-radius: 50%;
  display: block;
  height: 13px;
  margin-right: 12px;
  margin-top: 3px !important;
  text-indent: -9999px;
  transition: all 0.3s ease-in 0s;
  vertical-align: middle;
  width: 13px;
  position: relative;
  margin-left: 12px;
}

section.blog_home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  position: absolute;
  border: 1px solid #669cda;
  content: '';
  width: 24px;
  height: 24px;
  top: -6px;
  left: -6px;
  border-radius: 50%;
}

section.blog_home .article_box img{
  border-radius: 10px;
  filter: brightness(0.7);
}

.article_box {
  padding: 0 15px;
}

.article_box.inside {
  padding: 20px;
}

.article_box.all.inside {
  padding: 0px;
}

.text-center {
  text-align:center;
}

.article_box h2 {
  font-size: 26px;
  color: #fff;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 300;
}

.article_box.all h2 {
  font-size: 21px;
  color: #fff;
  position: absolute;
  bottom: 26px;
  left: 25px;
  right: 0;
  text-align: center;
  font-weight: 300;
  width: calc(100% - 50px);
  line-height: 29px;
}

.article_img {
  padding-left: 50px;
  position: relative;
}

.article_img:before {
  position: absolute;
  content: '';
  top: 0px;
  right: 50px;
  width: calc(100% - 68px);
  height: 100%;
  background: #cee0eb;
  border-radius: 10px;
  z-index: -1;
}

.article_img img {
  border-radius: 10px;
}

.blog.view h2 {
  font-weight: 500;
  color: #606060;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 30px;
}

section.blog_home .blog_wrapper {
  margin-top: 40px;
  margin-bottom: 15px;
}

section.blog_home .button_container {
  display:flex;
  justify-content: center;
}

section.blog_home .button_container .button {
  display: inline-block;
  color: #ffffff;
  margin-top: 0;
  border: 1px solid #fff;
  padding: 10px 18px;
  font-weight: 200;
  background: #e2a460;
  font-size: 16px;
  border-radius: 10px;
}

section.blog_home .button_container .button:hover {
  background: #479FDE;
}


/********************* Dynamic Pages *******************/

.page_header h1 {
  font-size: 50px;
  line-height: 60px;
  z-index: 1;
  position: relative;
  margin: 0;
}

.header_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -250px;
}

.page_header.center h1 {
  padding-top: 0;
}

.page_header.center .scrollButtonContainer {
  bottom: 70px;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.page_header.center .mb-table-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}


.text_wrapper.about {
  padding: 45px 65px 45px 0px;
}

.text_wrapper.about h2 {
  font-size: 25px;
  margin-bottom: 20px;
  color: #606060;
}

.dynamic_intro {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  background: #F3F7FA;
}

.dynamic_intro a{
  font-weight: 500;
  color: #3b80d4;
}

.dynamic_intro .dynamic_img:before {
  position: absolute;
  content: '';
  top: 0px;
  right: 50px;
  width: calc(100% - 68px);
  height: 100%;
  background: #cee0eb;
  border-radius: 10px;
}

.dynamic_intro strong {
  color: #599ddc;
}

.dynamic_img {
  padding-left: 50px;
}

.dynamic_img img {
  border-radius: 10px;
  position: relative;
}

/*********************Properties************************/

.property_header {
	text-align: center;
    margin-bottom: 85px;
}

.property_header p {
	display: flex;
    justify-content: center;
    align-items: center;
    color: #1f5f9f;
    font-size: 19px;
    font-weight: 400;
}

.property_header p img {
	width: 18px;
    margin-right: 12px;
}

.property_header h1 {
	color: #1f5f9f;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
}

.swiper-gallery .swiper-slide {
	/* height: 62vh; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.swiper-container.swiper-gallery {
	/* overflow: visible; */
	/* margin-left: 40px; */
  border-radius: 10px;
}

.view-details .project_category {
  z-index: 2;
  position: absolute;
}

.project_category .rent {
  width: max-content;
}

.swiper-button-prev.gallery {
  margin-left: 34px;
  top: 47%;
  background:url(../img/layout/gallery_arrow_left.svg);
  width: 40px;
  background-repeat: no-repeat;
}

.swiper-button-next.gallery {
  background: url(../img/layout/gallery_arrow_right.svg);
  width: 40px;
  background-repeat: no-repeat;
  margin-right: 35px;
  top: 47%;
}

.property_info ul li {
	display: inline-flex;
	align-items: center;
	font-size: 23px;
  color: #1f5f9f;
  font-weight: 400;
}

.property_info ul {
	display: flex;
  justify-content: space-between;
  margin-top: 70px;
  border-top: 1px solid #1f5f9f;
  border-bottom: 1px solid #1f5f9f;
  padding: 25px 0;
}

.property_info img {
	width: 45px;
    margin-right: 20px;
}

.property_info {
	margin-left: 40px;
}

.property_price {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  margin-left: 14%;
}

.property_price p {
	color: #1f5f9f;
    font-size: 26px;
    font-weight: 300;
	margin-bottom: 0;
	margin-left: 65px;
}

.property_price p.price {
	display: block;
    padding-top: 15px;
    color: #333;
    font-weight: 700;
    font-size: 50px;
    line-height: normal;
	margin-bottom: 0;
}

.property_price p span {
    color: #333;
    font-size: 32px;
    font-weight: 300;
    position: relative;
    top: -5px;
}


/*********************buttons styling*******************/
.btn {
  font-weight: 500;
  letter-spacing: 2px;
  padding: 0.75rem 2.1875rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-primary {
  background-color: #c0a375;
  border-color: #c0a375;
  box-shadow: none;
  color: #fff;
}

.checkout.review .btn-primary {
  background-color: #f1c050;
  border-radius: 5px;
  border-color: #f1c050;
  padding: 10px 26px;
  margin-bottom: 16px;
  display: inline-block;
  background: #f1c050;
  color: white;
  border-radius: 5px;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 0;
}

.checkout.review .btn-back {
  border: 1px solid black;
  letter-spacing: 0px;
  font-size: 17px;
  margin-right: 10px;
}


.btn-primary:hover {
  color: #fff;
  background-color: #a07e49;
  border-color: #a07e49;
  box-shadow: none;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #a07e49;
  border-color: #a07e49;
}

  .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #a07e49;
    border-color: #a07e49;
    background-image: none;
    box-shadow: none;
	}

  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff !important;
    background-color: #a07e49 !important;
    border-color: #a07e49 !important;
    opacity: 0.85;
	}

.btn-primary-outline {
  background: none;
  border-color: #8e7041;
  color: #8e7041;
}

  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active {
    color: #fff;
    background-color: #c0a375;
    border-color: #c0a375;
	}

  .btn-primary-outline:hover {
    color: #fff;
    background-color: #c0a375;
    border-color: #c0a375;
	}

  .btn-primary-outline.disabled, .btn-primary-outline:disabled {
    color: #fff !important;
    background-color: #c0a375 !important;
    border-color: #c0a375 !important;
    opacity: 0.85;
	 }

.btn-social {
    padding: 0;
    margin: 0 1px;
    position: relative;
}


	/************************************************/

	/***********************form control********************/

.form-control {
	background-color: #f9f9f9;
    border-radius: 0px;
    box-shadow: none;
    color: #1f5f9f;
    font-size: 0.875rem;
    line-height: 1.43;
    min-height: auto;
    padding: 15px 15px;
    border: 1px solid #1f5f9f;
	font-weight: 200;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-control:focus {
  border-color: #333;
}

.form-group select {
  background-image: url(../img/layout/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 95% center;
}

.contact_details .contact_form textarea::placeholder {
  color: #1f5f9f;
}

.contact_details .contact_form label.error {
	color: red;
    font-size: 13px;
    font-weight: 200;
}

.search_item {
  margin: 15px 0;
  border-bottom: 1px solid #eee;
}

.search_item h3 a {
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  color: #1f5f9f;
  font-size: 25px;
}

.search_item h3 {
  margin-bottom: 15px;
}

.search_item p {
  margin-top: 10px;
}

 /*********************************************************/

.mb-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mb-section-full {
  padding-bottom: 0;
  padding-top: 0;
  table-layout: fixed;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 80vh;
  background-repeat: no-repeat;
  background-position: center;
}

.mb-section-full.page_header {
  height: calc(80vh - 100px);
  display: flex;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
}

.mb-section-full > .mb-table-cell {
  width: 100%;
}


.mb-section-full .mb-overlay {
  min-height: 100vh;
}

.mb-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.mb-overlay ~ * {
  z-index: 2;
}

.mb-section-full .mb-background-video,
.mb-section-full .mb-background-video-preview {
  min-height: 100vh;
}

.mb-background-video,
.mb-background-video-preview {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.mb-background-video-preview {
  z-index: 0 !important;
}

.mb-table {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.mb-table-full {
  height: 100%;
  position: relative;
  width: 100%;
}

.hero_container {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.mb-table-cell {
  display: block;
  /* float: none; */
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

.mb-figure {
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
 }

 .info-window-content .balloon-first {
	font-family: 'Inter', sans-serif;
    color: #1f5f9f;
    font-weight: 500;
    margin-bottom: 7px;
    border-bottom: 1px solid #1f5f9f;
    font-size: 19px;
 }

 .info-window-content .balloon-second {
	margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Geologica', sans-serif;
 }

  .mb-figure img, .mb-figure iframe {
    display: block;
    width: 100%;
	}

  .mb-figure .mb-figure-caption {
    background: #2e2e2e;
    color: #fff;
    font-family: Montserrat;
    padding: 1.5rem 0;
    text-align: center;
    width: 100%;
	}

  .mb-figure .mb-figure-caption-over {
    background: -moz-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: -ms-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: -o-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: -webkit-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    bottom: 0;
    position: absolute;
	}

.mb-map, #map {
    height: 600px;
    position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 1000; /* Adjust z-index as needed */
}

.estate-location .mb-map {
	height: 550px;
    position: relative;
}

.map_container {
  background-color: #f3f7fa;
  padding-bottom: 100px;
}

.mb-map #map_view {
  height: 100%;
  width: 100%;
  border-radius: 22px;
}
.mb-map iframe {
  height: 100%;
  width: 100%;
}

  .mb-map [data-state-details] {
    color: #6b6763;
    font-family: Montserrat;
    height: 1.5em;
    margin-top: -0.75em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

  .mb-map[data-state] {
    background: #e9e5dc;
	}

  .mb-map[data-state="loading"] [data-state-details] {
    display: none;
	}

  .mb-map[data-state="loading"]::after {
    content: "";
    -webkit-animation: btnCircleLoading .6s infinite linear;
    animation: btnCircleLoading .6s infinite linear;
    border-radius: 50%;
    border: 6px rgba(255, 255, 255, 0.35) solid;
    border-top-color: #fff;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
	}
	
	
/*-------Gallery-------*/
.mbr-gallery .mbr-gallery-item {
  position: relative;
  display: inline-block;
  width: 25%;
  float:left;
  border:1px solid #fff;
}



.mbr-gallery .mbr-gallery-item img {
  width: 100%;
  opacity: 1;  
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
 }

.mbr-gallery .mbr-gallery-item > a:hover img {
  opacity: 1;

}

.mbr-gallery .mbr-gallery-item > a {
  background: #fff;
  display: block;
  outline: none;
  position: relative;
}

  .mbr-gallery .mbr-gallery-item > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, #554346, #45505b) !important;
    background: -moz-linear-gradient(left, #554346, #45505b) !important;
    background: -o-linear-gradient(left, #554346, #45505b) !important;
    background: -ms-linear-gradient(left, #554346, #45505b) !important;
    background: linear-gradient(left, #554346, #45505b) !important;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
	}

.mbr-gallery .mbr-gallery-item .icon {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -webkit-transition: .2s opacity ease-in-out;
  color: #000;
  font-size: 30px;
  height: 69px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: .2s opacity ease-in-out;
  width: 69px;
}

  .mbr-gallery .mbr-gallery-item .icon::before, .mbr-gallery .mbr-gallery-item .icon::after {
    content: "";
    display: block;
    position: absolute;
    height: 69px;
    width: 1px;
    margin-left: 34.5px;
    background-color: #fff;
	}

  .mbr-gallery .mbr-gallery-item .icon::after {
    width: 69px;
    height: 1px;
    margin-left: 0;
    margin-top: 34.5px;
	}


.mbr-gallery .mbr-gallery-item > a:hover .icon {
  opacity: 1;
}

.mbr-gallery .mbr-gallery-item > a:hover::before {
  opacity: 0.9;
}

.mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
	height: 105px;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: -webkit-linear-gradient(left, rgba(58, 73, 114, 0.85), rgba(40, 50, 78, 0.85)) !important;
  background: -moz-linear-gradient(left, rgba(58, 73, 114, 0.85), rgba(40, 50, 78, 0.85)) !important;
  background: -o-linear-gradient(left, rgba(58, 73, 114, 0.85), rgba(40, 50, 78, 0.85)) !important;
  background: -ms-linear-gradient(left, rgba(58, 73, 114, 0.85), rgba(40, 50, 78, 0.85)) !important;
  background: linear-gradient(left, rgba(58, 73, 114, 0.85), rgba(40, 50, 78, 0.85))!important;
  -webkit-transition: .2s background ease-in-out;
  transition: .2s background ease-in-out;
}

.box_gallery .read_more .mbr-gallery-title {
		transition: .4s background ease-out;
		background: -webkit-linear-gradient(left, rgba(58, 73, 114, 0.85), rgba(40, 50, 78, 0.85)) !important;
}

.box_gallery .read_more .mbr-gallery-title:hover {
	transition: .4s background ease-out;
	background: -webkit-linear-gradient(left, rgba(188, 155, 114, 0.85), rgba(188, 155, 114, 0.85)) !important;
}

.mbr-gallery .mbr-gallery-item > a:hover .mbr-gallery-title {
  background: transparent !important;
}

/* remove spacing */
.mbr-gallery .mbr-gallery-row.no-gutter {
  margin: 0;
}

.mbr-gallery .mbr-gallery-row.no-gutter .mbr-gallery-item {
  padding: 0;
}

/* container */
.mbr-gallery .container.mbr-gallery-layout-default {
  padding: 93px 0;
}

/* fix horizontal scrollbar */
.mbr-gallery .mbr-gallery-layout-default,
.mbr-gallery .mbr-gallery-layout-article {
  overflow: hidden;
}

/* lightbox */
.mbr-gallery .modal {
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}

.mbr-gallery .modal-content {
  border-radius: 0;
}

.mbr-gallery .modal-body {
  padding: 0;
}

.mbr-gallery .modal-body img {
  width: 100%;
}

.mbr-gallery .modal .close {
  position: fixed;
  background: #1b1b1b;
  opacity: 0.5;
  font-size: 55px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 68px;
  border: 0;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.mbr-gallery .modal .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}

.mbr-gallery .modal.in .modal-dialog {
  margin: 0 auto;
}

/* modal back color opacity */
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}



/* fix fade in effect */
.mbr-gallery .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}

.mbr-gallery .modal.in .modal-dialog,
.mbr-gallery .modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/*-------Slider-------*/

.mbr-slider .carousel-inner > .active,
.mbr-slider .carousel-inner > .next,
.mbr-slider .carousel-inner > .prev {
  display: table;
}

.mbr-slider .carousel-control {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  color: inherit;
  background: #1b1b1b;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.mbr-gallery .mbr-slider .carousel-control {
  position: fixed;
}



.mbr-gallery .mbr-slider .carousel-inner > .active {
  display: block;
}

.mbr-slider .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}

.mbr-slider .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}

.mbr-slider .carousel-control .icon-next,
.mbr-slider .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}

.mbr-slider .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}

.mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
 }


.mbr-gallery .mbr-slider .carousel-indicators {
  position: fixed;
  margin-bottom: 2.5rem !important;
}


.mbr-slider .carousel-indicators li,
.mbr-slider .carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 3px;
  background: #1b1b1b;
  border: 0;
  opacity: 0.5;
}

.mbr-slider .carousel-indicators .active {
  border: 4px solid #1b1b1b;
  background: #fff;
}


/* boxed slider */
.mbr-slider > .boxed-slider {
  position: relative;
  padding: 93px 0;
}

.mbr-slider > .boxed-slider > div {
  position: relative;
 }

.mbr-slider > .container img {
  width: 100%;
}

.mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}

.mbr-slider .mb-table-cell {
  padding: 0;
}

.mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}






/*-------Arrow-------*/
@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
	}

  65% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
	}

  to {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
		}
}

@keyframes floating-arrow {
  from {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
	 }

  65% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
	}

  to {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
		 }
}

@-webkit-keyframes floating-arrow-up {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	}

  25% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
	}

  75% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
		}
}

@keyframes floating-arrow-up {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	}

  25% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
	}

  75% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
		}
	}

.mb-arrow {
  bottom: 48px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.mb-arrow a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 46px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  width: 57px;
 }

.mb-arrow a:hover {
  background: #2d2d2d;
 }

  .mb-arrow-icon {
    display: block;
	 }

    .mb-arrow-icon::before {
      content: "\203a";
      display: inline-block;
      font-family: serif;
      font-size: 32px;
      line-height: 1;
      font-style: normal;
      left: 4px;
      position: relative;
      top: 6px;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
		}

  .mb-arrow-floating .mb-arrow-icon {
    -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    animation: floating-arrow 1.6s infinite ease-in-out 0s;
	}

.mb-arrow-up {
  bottom: 25px;
  right: 40px;
  position: fixed;
  text-align: right;
  z-index: 5000;
}


  .mb-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    height: 46px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    width: 46px;
    cursor: pointer;
	 }

    .mb-arrow-up a:hover {
      background: #333;
		 }

  .mb-arrow-up-icon {
    display: block;
	 }

    .mb-arrow-up-icon::before {
      content: "\203a";
      display: inline-block;
      font-family: serif;
      font-size: 32px;
      line-height: 1;
      font-style: normal;
      position: relative;
      top: 6px;
      left: -4px;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
		}

  .mb-arrow-up:hover .mb-arrow-up-icon {
    -webkit-animation: floating-arrow-up 1.6s ease-in-out infinite 0s;
    animation: floating-arrow-up 1.6s ease-in-out infinite 0s;
	 }


.mb-valign-top {
  vertical-align: top;
 }


.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.hamburger-om:after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: 0;
 }

.hamburger-om:before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: -8px;
  left: 0;
}


.navbar-toggler.collapsed .hum-top, .hum-middle, .hum-bottom {
  position: absolute;
  content: "";
  right: 0;
  width: 20px;
  height: 3px;
}

.navbar-toggler.collapsed .hum-top {
  top: -1px;
}

.navbar-toggler.collapsed .hum-middle {
  top: 6px;
}

.navbar-toggler.collapsed .hum-bottom {
  bottom: 0;
}

.navbar-close .close-icon {
  display: block;
	z-index: 999999;
}

.navbar-close.collapsed .close-icon {
  display: none;
}

.navbar-toggler {
  position: relative;
}

.languages a.selected_lang {
  display: flex;
  padding: 10px 0px;
  background: none;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  z-index: 999;
  color: #ffffff;
  text-decoration: none;
  transition: all 1s;
  /* background: #b0cb52; */
  border-radius: 100%;
  width: 50px;
  height: 7px;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 12px;
}

.languages a.selected_lang:after {
  position: absolute;
  content: '';
  background-image: url(../img/layout/arrow_down_white.svg);
  top: 7px;
  right: 0px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
}

.languages .languages_menu.active {
  display: block;
  margin-top: 7px;
  padding: 5px 10px;
  background: #606060;
  text-align: center;
  z-index: 99999;
  position: absolute;
  margin-left: 5px;
}

.languages .languages_menu a {
  color: #fff;
  display: block;
  padding: 2px;
  font-size: 15px;
  transition: all 0.3s ease 0s;
  font-weight: 300;
}

#lang_info {
  top: 10px;
  right: 150px;
  display: block;
  z-index: 999;
  font-weight: 500;
  font-size: 15px;
  color: #ee3836;
  transition: all 1s;
}

.languages .languages_menu {
  display: none;
}

.cd-account-trigger {
  display: inline-block;
  background-image: url(../img/layout/login.svg);
  width: 45px;
  height: 45px;
  margin-left: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px;
  border-radius: 50%;
  transition: all 0.2s ease-in;
  background-color: white;
  text-indent: -99999999px;
}

.cd-ad-trigger {
  display: inline-block;
  margin-left: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  background-color: white;
  margin-left: 15px;
  font-size: 14px;
  padding: 7px 15px;
  /* margin-right: ; */
}

.cd-ad-trigger span {
  color: #28a1e0;
}

.cd-account-trigger span {
  display: none;
}


.custom-marker {
  width: 20px;
  height: 20px;
  background-color: #4678cc;
  border-radius: 2px;
  padding: 3px 5px;
  border: 1px solid #827a7a;
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  color: white;
}

.custom-marker-large {
  background-color: #0e6ec6ba;

  border-radius: 50%;
  border: 1px solid #827a7a;
  cursor: pointer;
  width: 56px !important;
  height: 56px !important;
}

#map .leaflet-control-attribution a {
  display: none;
}

.custom-info-window {
  /* background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 10px; */
  width: 250px;
}

.leaflet-popup-close-button {
    display: none;
}

.custom-info-window .info-details {
  padding: 10px;
  background: #f3f7fa;
}

.custom-info-window .info-details .info-type{
  color: #479fde;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: left;
  /* color: #606060; */
  font-family: 'Geologica', sans-serif;
}

.custom-info-window .info-details .info-code{
  padding: 0;
  text-align: left;
  color: #606060;
  font-family: 'Geologica', sans-serif;
  font-size: 16px;
  margin-bottom: 6px;
}

.custom-info-window .info-details .info-place{
  padding: 0;
  text-align: left;
  color: #606060;
  font-family: 'Geologica', sans-serif;
  margin-bottom: 10px;
  font-weight: 100;
  font-size: 15px;
}

.custom-info-window .info-details .info-price{
  font-weight: 700;
  padding: 0;
  text-align: left;
  color: #606060;
  font-family: 'Geologica', sans-serif;
  font-size: 16px;
  margin-bottom: 6px;
}

.custom-info-window  .info-title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #606060;
  font-family: 'Geologica', sans-serif;
  /* font-size: 19px; */
  margin-bottom: 10px;
}

.projects.home .leaflet-popup-content {
  margin:0;
}

.projects.home  .leaflet-popup-content-wrapper {
  background: transparent;
  box-shadow: none;
}

.projects.home .leaflet-container a.leaflet-popup-close-button {
  background: red;
  color: white;
}

.projects.home .leaflet-popup-content span.rent {
  position: absolute;
  padding: 8px 12px !important;
  background: #fff;
  top: 0;
  left: 0;
  font-weight: 500;
  font-size: 13px;
  color: #479fde;
  font-family: 'Inter', sans-serif;
}

 .custom-info-window  .button {
  display: inline-block;
  color: #ffffff;
  margin-top: 0;
  border: 1px solid #fff;
  padding: 7px 12px;
  font-weight: 600;
  background: #e2a460;
  font-size: 14px;
  border-radius: 10px;
  border: none;
}

.custom-info-window  .info-content {
  font-size: 14px;
}

.custom-info-window .info-image img{
  width: 100%;
}
.plans-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
}

.plan {
  text-align: center;
  padding: 0;
  border-radius: 10px;
  width: calc(25% - 40px);
  margin: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.plan:hover {
  transform: translateY(-5px);
}

.plan h2 {
  font-size: 28px;
  margin-bottom: 0px;
  color: #333;
  padding: 16px;
}

.plan h1 {
  font-size: 32px;
  margin-bottom: 0px;
  color: #333;
}

.plan .price {
  padding: 28px 15px;
}

.plan .price span {
  color: #5e5e5e; 
  font-size: 10px;
  font-style: italic;
}

.plan h4 {
  font-size: 17px;
  font-family: 'Geologica';
  margin-top: 15px;
  margin-bottom: 15px;
  color: #606060;
  font-weight: 200;
  padding: 7px;
}

.plan p {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
}

.plan p.notes {
  font-size: 14px;
  line-height: 22px;
  padding: 9px 13px;
  font-style: italic;
  margin-bottom: 0;
}

.plan strong {
  font-weight: bold;
}

.plan input[type=submit] {
  background-color: #467ccd;
  color: #fff;
  border: none;
  padding: 9px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  background-color: #5bc0de;
  border: 1px solid #5bc0de;
  color: #ffffff;
}


.plan button:hover {
  background-color: #0056b3;
}

.plan.freeBroker h2{ background-color: #ffcccb; }
.plan.freePrivate h2{ background-color: #ffcccb; }
.plan.free2 h2 { background-color: #ffcccb; }
.plan.basicBroker h2{ background-color: #a6caf0; }
.plan.basicPrivate h2{ background-color: #a6caf0; }
.plan.goldBroker h2{ background-color: #ffd700; }
.plan.premiumBroker h2{ background-color: #c0c0c0; }

.plan.freeBroker h1{ background-color: #ffcccb54; }
.plan.freePrivate h1{ background-color: #ffcccb54; }
.plan.free2 h1 { background-color: #ffcccb54; }
.plan.basicBroker h1{ background-color: #a6caf054; }
.plan.basicPrivate h1{ background-color: #a6caf054; }
.plan.goldBroker h1{ background-color: #ffd70054; }
.plan.premiumBroker h1{ background-color: #c0c0c054; }


.plan-info {
  margin-top: 20px;
  /* margin-bottom: 20px; */
  border-bottom: 1px solid #b3b3b35c;
  padding-bottom: 17px;
}

.plan-info .plan-info-item {
  display: block;
  margin-top: 0px;
  margin-bottom: 19px;
  color: #414141;
  font-weight: 200;
}

.plan-info .plan-info-item i {

}

.plan-info div {
  /* margin-right: 10px; */
}

.plan .submit {
  padding: 15px 0px;
}

.plan-info i {
  font-size: 16px;
  margin-right: 0px;
}



.no-results{text-align:center;padding:45px 0 25px 0;}
.no-results h2{text-align:center;color: #555;font-size: 28px;font-weight: 600;padding-bottom: 10px;}
.no-results h3{text-align:center;color: #555;font-size: 20px;font-weight: 600;padding-bottom: 10px;}
.no_data{display: flex; flex-direction: column;  align-items: center;}

/****************** HOUSE ANIMATION *************/

.no-results svg,  .no_data svg {
  width: 30vw;
  height: 35vh;
}

/*main-logo*/
.ha-logo path{
  fill: none;
  stroke:  rgb(51,122,206);
  stroke-width: 0.125px;
  stroke-linejoin: round;
}
.ha-logo path.house,
.ha-logo circle.house {
  stroke-linecap: round;
  stroke-width: 0.3px;
}

.loading.ha-logo .house {
  animation: house 6s ease infinite;
}


/************** END OF HOUSE ANIMATION **************/


.content-size {
  width: auto;
}

.image-size {
  vertical-align: middle;
  margin: auto;
  text-align: center;
}

  .image-size .mb-figure {
    padding-top: 1px;
    padding-left: -13px;
    margin-left: -30px;
	}

.txtparga {
	background: rgba(40, 50, 78, 0.7);
	padding: 13px 20px;
}

@-moz-document url-prefix() {
	.txtparga {
		padding: 11px 20px;
	}
}
.aboutparga {
	padding-top: 20px;
	padding-bottom: 20px;
}
.aboutparga h3 {
	color: #fff;
	font-size: 54px;
	font-weight: 600;
}

.aboutparga p {
	color: #fff;
  font-size: 17px;
	font-weight: 600;
}

.pargabtn a {
	letter-spacing: 0;
	font-size: 14px;
}

.newsletter button {
	border-radius: 3px !important;
}

.newsletter_left {
	background-image: url(../img/layout/newsletter_graphic.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  position: absolute;
  left: -185px;
  width: 40%;
  height: 120%;
  top: 40px;
}

.newsletter_right {
	background-image: url(../img/layout/newsletter_graphic.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    position: absolute;
    right: -185px;
    width: 40%;
    height: 120%;
    top: 40px;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.error {
  color: red!important;
  font-size: 13px!important;
}

.mbr-subscribe-dark {
    background: none;
    border-color: rgba(255, 255, 255, 0.2);
}

.mbr-subscribe {
  background: white;
  border-radius: 0px;
  padding: 4px 10px;
  position: relative;
  z-index: 1;
  /* width: 100%; */
  margin: 0 auto;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.mbr-subscribe .input.text {
  width: 318px;
}


.mbr-subscribe .form-control {
  border: none;
  background: transparent;
}

.mbr-subscribe .input-group .form-control {
  z-index: 9999 !important;
  border-bottom: 1px solid #333;
  display: block;
  width: 100%;
  font-size: 18px;
  min-height: 2.2em;
	font-weight: 300;
  text-align: center;
  color: #333;
}

form#newsletter {
  text-align: center;
}

.mbr-subscribe .input-group .form-control::placeholder {
	color: #333;
	font-weight: 300;
}

.newsletter h3 {
	color: #1F5F9F;
  font-family: 'Inter', sans-serif;
  font-size: 50px;
  font-weight: 800;
}

.mbr-subscribe .input-group-btn {
	width: auto;
  display: block;
	/* margin: 35px auto 0 auto; */
}

.mbr-subscribe .input-group-btn .btn.btn-primary {
  display: block;
  margin: 0;
  position: relative;
  background: #28a1e0;
  border: 1px solid #28a1e0;
  /* border-radius: 0!important; */
  color: #ffffff;
  padding: 9px 29px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  font-family: 'Geologica', sans-serif;
  border-radius: 4px;
}

.mbr-subscribe .input-group-btn .btn.btn-primary:hover {
  background: #1f5f9f;
  color: #fff;
}

.newsletter small {
	display: block;
	font-style: italic;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	color: #8c8c8c;
	margin-bottom: 30px;
}

.newsletter form input {
	font-size: 15px;
	margin-top: -2px;
}

.newsletter form span button {
	font-size: 14px;
}
.social_footer {
  margin-top: 43px;
}

.social_footer.mob {
  display: none;
}

footer .newsletter_title {
  margin-top:10px;
}

footer .newsletter_title  h3 {
  font-size: 40px;
}

footer .newsletter_title  p{
  font-size: 17px;
  font-weight: 200;
  margin-top: 16px;
  margin-bottom: 29px;
}

footer .newsletter_form {
  margin-top: 6px;
  margin-bottom: 24px;
}

footer {
  padding: 35px 0 0px; 
  color: #fff;
  background: rgb(51,121,205);
  background: linear-gradient(180deg, rgba(51,121,205,1) 0%, rgba(40,161,224,1) 100%);
}

footer .copyrights {
	font-size: 16px;
}

footer .quickinfo {
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;
}

footer .wapp {
	text-align: center;
}

.footer_logo {
  text-align: center;
}

img.footer_logo{
  width: 166px;
  position: relative;
  margin-top: -22px;
}

.footer_box.info {
  padding-right: 39px;
}

.social_footer img.facebook {
  width: 28px;
}

.social_footer img.linkedin {
  width: 34px;
}

.social_footer img.instagram {
	width: 28px;
}

.social_footer img.twitter {
	width: 30px;
}

.footer_box.last {
	/* float: right; */
}

img.absolute {
  position: absolute;
  top: 0;
  left: 0;
}

.p-t-80 {
  padding-top: 80px;
}

.flex{ 
  display: flex;
}

.justifyContentSpaceBetween {
  justify-content: space-between;
} 

.justifyContentCenter {
  justify-content: center;
}

.price .fa-sort-amount-down {
  color: green;
  font-size: 21px;
  margin-right: 7px;
  font-weight: 200;
}

.price .fa-sort-amount-up {
  color: red;
  font-size: 21px;
  margin-right: 7px;
  font-weight: 200;
}

.alignItemsCenter {
  align-items: center;
}

.footer_mob {
  display: none;
}

.footer_box p {
  display: block;
  font-size: 16px;
  font-weight: 100;
  padding: 5px 0;
  line-height: 33px;
}

.footer_box.prelast {
	margin-right: 20px;
}

.footer_box h6 {
  font-family: 'Geologica', sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 22px;
}

.footer_box_wrapper {
  border-top: 1px solid #fff;
  padding: 75px 0 30px 0;
  margin: 35px 15px 0 15px;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer_box ul {
	list-style: none;
    padding: 0;
}

.footer_box ul li {
  display: block;
  font-size: 16px;
  font-weight: 100;
  padding: 5px 0;
}

.footer_box ul li a {
  font-size: 16px;
  font-weight: 100;
  padding: 5px 0;
  position: relative;
  color: white;
}

.footer_box ul li a:hover {
  /* color: #1f5f9f; */
}

.footer_box ul li a:after {
  position: absolute;
  left: 50%;
  right: 50%;
  height: 1px;
  bottom: 7px;
  content: "";
  background-color: #fff;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translate3d(0, 0, 0);
}

.footer_box ul li a:hover:after {
  left: 0px;
  right: 0px;
}

.copyright {
	/* background: #1F5F9F; */
    padding: 20px 0;
    position: relative;
    display: block;
    overflow: hidden;
}

.copyright p {
	color: #fff;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 0;
}

.wapp {
	float: right;
}

.fullprofile {
	background-color: rgb(41, 105, 176);
	color: #fff;
	padding-top: 130px;
	padding-bottom: 120px;
}

.fullprofile h3 {
	font-weight: 600;
	font-size: 46px;
}

.fullprofile .profileimg {
	display: block;
	margin-top: 17vh;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fullparga h3 {
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	text-align: center;
}

.fullparga p {
	color: #fff;
	text-align: left;
}

.full-icon-focus {
    top: calc(50% - 24px) !important;
}
.fullparga .fulltxtparga {
	background: rgba(40, 50, 78, 0.7) none repeat scroll 0 0;
	padding: 45px 20px;
}
.fullparga .pargavideo {
	padding-top: 0px;
    margin-left: 0px;
}

.contact {
    /* background-color: #F9F9F9;
    padding-top: 80px;
	padding-bottom: 50px;
	position: relative;
	overflow: hidden; */
}

.contact_form_section {
  background: url(../img/layout/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact_form .form-control {
  padding: 13px;
  font-size: 17px;
  color: #1f1f1f;
  font-weight: 100;
  width: 100%;
  background-color: #f0f0f0;
  border: 1px solid #fff;
  margin-bottom: 24px;
  border-radius: 10px;
}

.contact_form .btn-primary {
  margin-top: 10px;
  padding: 10px 71px;
  background-color: #dca664;
  color: #fff;
  border: none;
  border-radius: 10px;
  letter-spacing: 0;
  font-family: 'Geologica', sans-serif;
  font-weight: 400;
  font-size: 17px;
  display: block;
}

.contact_form_section .contact_form {
  background: white;
  padding: 100px;
  border-radius: 40px;
  margin-top: -150px;
  border-bottom: 14px solid #cce0ec;
}

.contact.newsletter_page {
  padding-bottom: 60px;
}

.contact_bg {
	background-image: url('../img/layout/map.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 450px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding-left: 120px;
}

.contact_bg p.title {
	margin-bottom: 0;
    font-size: 27px;
	line-height: 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    color: #fff;
	z-index: 1;
}

.blue_filter {
	background: #1f5f9f;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.9;
}

.contact_bg p.subtitle {
	color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
	z-index: 1;
}

.contact_bg .pin {
	margin-top: 35px;
	z-index: 1;
}

.contact_bg .pin span {
	color: #fff;
    font-weight: 200;
	border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.pin img {
	width: 30px;
    margin-right: 15px;
}

.contact_form p {
  display: inline-block;
  color: #969696;
  font-size: 16px;
}

.contact_form h3 {
  font-size: 25px;
  margin-bottom: 24px;
  color: #605f5f;
}

.query_form {
  padding: 80px 0;
}

hr {
  border-top: 1px solid #eee;
  width: 100%;
}

.contact_header h3 {
	text-align: center;
    color: #1f5f9f;
    font-size: 47px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    margin: 0 0 25px 0;
}

.contact_header p {
	text-align: center;
    padding: 0 190px;
}

.contact_details {
	margin-top: 70px;
}

.contact_details h4 {
	font-family: 'Inter', sans-serif;
    color: #1f5f9e;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 35px;
}

.contact_details .contact_info h6 {
	color: #1f5f9f;
    font-size: 24px;
    font-weight: 700;
    margin: 0px;
}
.extra_social a i {
	color: #fff;
	transition: all .4s ease-out;
}

.extra_social a i:hover {
	color: #000;
	transition: all .4s ease-out;
}
.contact_details .contact_form {
	color: #fff;
}

.contact_details .contact_form label {
	font-size: 16px;
    font-weight: 600;
    display: none;
}

.form-group {
    margin-bottom: 30px;
}

.contact_details .contact_form input::placeholder, .contact_details .contact_form select::placeholder {
	color: #1F5F9F;
}

.contact_details .contact_form input, .contact_details .contact_form select {
	font-size: 17px;
}

.contact_details .contact_form textarea {
	font-size: 16px;
}
.contact_details .contact_form button {
	float: right;
    background: #303030;
    font-size: 17px;
    border: none;
    border-radius: 0;
    letter-spacing: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    padding: 15px 80px;
    transition: all 0.3s ease-in-out;
}

.contact_details .contact_form button:hover {
  background: #1f5f9f;
}

.contact_details .contact_info p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    margin: 5px 0px 7px 0px;
    padding-bottom: 5px;
}

.contact_details .contact_info p a {
  transition: all 0.3s ease-in-out;
}

.contact_details .contact_info p a:hover {
  color: #1f5f9f;
}

.extra_social img {
	margin: 20px 15px 0 0px;
}

.extra_social .btn-social {
	margin: 0 8px 0 0;
}

.extra_social img.facebook {
	width: 15px;
}

.extra_social img.instagram {
	width: 25px;
    position: relative;
    top: 2px;
}

.extra_social img.twitter {
	width: 30px;
}

.search-estate {
	/* margin-top: -20vh; */
  /* background: #f3f7fa;
  padding-bottom: 50px; */
}

.projects.home .search-estate {
	/* margin-top: -20vh; */
  background: #f3f7fa;
  padding-bottom: 50px;
}

.search-estate.home {
  margin-top: -50px;
  background: #f3f7fa;
}

.search-estate .search-title {
	color: #fff;
	text-align: center;
	font-size: 34px;
	padding-bottom: 10px;
}

/* Search Form
*************************************************/

.latest_estates_main_projects ul.tabs {
  position: relative;
  padding: 0;
  float: right;
  display: inline-block;
  margin: unset;
  border: 1px solid #479fde;
  border-radius: 10px;
  padding: 7px 10px;
  margin-right: 15px;
}

ul.tabs {
  /* margin: 0px 30px 0 0px;
  padding: 35px 20px 230px 20px;
  margin-top: 0px;
  border: 1px solid #e27e01;
  border-radius: 25px;
  display: block;
  width: fit-content;
  right: 0;
  position: absolute;
  top: 55px; */
}

ul.tabs>li {
  display: inline-block;
  margin: 0 0 0 0px;
  cursor: pointer;
  border-bottom: none;
  position: relative;
}

.tabs_wrapper {
  position: relative;
}

.tab-content, .tab-content-2 {
  display: none;
}

.tab-content.current, .tab-content-2.current {
  display: flex;
  overflow: hidden;
  align-items: center;
}

.tabWrap {
  float: left;
  display: inline-block;
  /* margin-right: 10px; */
}

.tabWrap:nth-child(2n+1){
  /* border-right: 1px solid #28a1e0; */
}

/* Hide Input Radio */
input[type="radio"] {
  display: none;
}

.checkout.order input[type="radio"], .checkout.order input[type="checkbox"] {
  display: block;
  width: auto;
  position: relative;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.checkout.order .checkbox {
  display:flex;
}

.checkout.order .quick-form .checkbox label {
  margin-bottom: 0px;
  margin-top: 0;
  padding-left: 0px;
}

form.register .input.text, form.register .input.password {
  margin-bottom: 20px;
}

form.register  .input.text input, form.register .input.password input  {
  margin-bottom: 0px;
}

.checkout.order  .checkout-field  {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.checkout.order .checkout-field span.description {
  padding: 19px;
  border: 1px solid #d8d8d8;
  margin-top: 11px;
  margin-bottom: 22px;
}

/* Tabs */
.tab {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0px 20px;
  font-size: 16px;
  /* background: #C3D2DF; */
  line-height: normal;
  border: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  color: #479fde;
  opacity: 1;
}
.tab::before {
  display: none;
}
.tab::after {
  content: "";
  display: none;
}

/* Display Checked Input */
.tabWrap [id^="tab"]:checked ~ .tabContent {
  display: block;
}
/* Bring Forward Checked Input */
.tabWrap [id^="tab"]:checked + label {
  background: #28a1e0;
  z-index: 4;
  opacity: 1;
  /* border-radius: 10px; */
  /* margin-right: 10px; */
  /* border: 2px solid; */
  color: white;
  padding-top: 11px;
  padding-bottom: 11px;
}

.tabWrap [class^="tab label"]:not(.label-01) {
  margin-left: 0;
  border-radius: 10px;
}

/* Unchecked Input Hover */
.tabWrap [id^="tab"]:not(:checked) + label:hover {
  /* background: #1f5f9f; */
  border: none;
  /* color: #fff; */
  opacity: 1;
}

/* Unchecked Input */
.tabWrap [id^="tab"]:not(:checked) + label::before {
  background: #f0eee9;
}

/* Checked Input No Shadow*/
.tabWrap [id^="tab"]:checked + label::after {
  display: none;
}

/* tabContent */
.tabContent {
  width: 90%;
  height: auto;
  min-height: 300px;
  margin: 0 auto;
  padding: 5%;
  background: #fff;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.015);
  position: absolute;
  /* Multiple .tab Height By Number Of .tab(s) To Get Position Absolute Top */
  top: 195px;
  left: 0;
  display: none;
  z-index: 1;
}

.tabContent h1 {
  margin: 0;
  color: #4893d2;
  font-size: 1.5em;
  text-transform: uppercase;
}
.tabContent p {
  margin: 0.5em 0;
  color: #222;
}




.search-form {
  /* background-color: #f9f9f9; */
  position: relative;
  display: flex;
  z-index: 9;
}

.search-form form {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.members.brokers .search-form ul {
  display:flex;
}

.members.brokers .search-form {
  margin-top: -52px;
}

.search-form ul li.half {
  width: 50%;
}

.search-form ul {
  list-style: none;
  width: 100%;
  padding-left: 0;
  background: white;
  padding: 23px 19px;
  border-radius: 10px;
  position: relative;
}

.projects.home .search-form ul {
  list-style: none;
  width: 100%;
  padding-left: 0;
  background: white;
  padding: 23px 19px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.search-form ul:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #c9e1ed;
  top: 14px;
  left: 0;
  z-index: -1;
  border-radius: 10px;
}

.search-form ul li {
  display: inline-block;
  width: 18.3%;
  margin: 0 8px 0px 8px;
}

.projects.home .search-form ul li {
  width: calc(16.666% - 13px);
  margin: 8px 5px 8px 5px;
}

.projects.home .search-form ul li.submit_search_full {

}

.projects.home .my_select2_optgroup {
  display: block;
  padding: 6px;
}

/* For single select */
#FilterProjectTypeId .select2-container--default .select2-selection--single {
  height: 40px; /* your desired height */
  padding: 6px 12px;
  font-size: 14px;
}

.select2-container--default .select2-results>.select2-results__options#select2-FilterProjectTypeId-results {
    max-height: 450px;
    overflow-y: auto;
}

.projects.home .my_select2_optgroup_selected {
  background-color: #ddd;
}

.projects.home .my_select2_optgroup_hovered {
  cursor: pointer;
  background-color: #5897fb !important;
  color: #fff;
}

.projects.home strong.select2-results__group {
  padding: 0 !important;
}

.search-form input, .search-form select {
  padding: 13px 17px;
  font-size: 16px;
  color: #444;
  width: 100%;
  /* font-weight: 100; */
  border: 1px solid #A6A8AB;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f0f0f0;
  border-radius: 10px;
  border: none;
}

.search-form select {
  background-image: url(../img/layout/arrows_grey.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 92% center;
}

.search-form input::placeholder, .search-form select::placeholder {
	color: #606060;
}

.search-form #price {width:auto; font-weight: normal; float:right; font-size: 16px; margin-top:13px; background-color:transparent; padding:0; border:none; color:#6c6f70; text-align:center;}
.search-form .filter-button {
  background-color: #28a1e0;
  color: #fff;
  border-radius: 10px;
  border: none;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 200;
  position: relative;
  /* top: -3px; */
  /* background-image: url(../img/layout/search.svg); */
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 25px 16px;
}

.members.brokers .select2-container .select2-choice abbr {
  top: 19px;
}

.projects.home .search-form .filter-button {
  font-family: 'Geologica', sans-serif;
  position: relative;
}

.projects.home .search-form .filter-button:before {
  position: relative;
  top: 0;
  left:0;
  width: 10px;
  height: 10px;
  background: #1b1b1b;
}

.search-form .filter-button:hover {
  background-color: #1f5f9f;
}

.filter-button-hide-smlg {
	display: none;
}
.search-form #price {
	text-align: right;
}

.preview-estate {
	background-color: rgb(242, 242, 242);
	padding-top: 50px;
	padding-bottom: 50px;
}

.preview-estate .preview-estate-box {
	background: #fff;
	box-shadow: 0 0 5px #ddd;
	border-radius: 4px;
}

.preview-estate .preview-estate-box .estate-preview-box-img {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.preview-estate .preview-estate-box .estate-preview-box-details {
	padding: 10px 0px 0px 0px;
	border-bottom: 2px dotted #ddd;
	margin-right: 20px;
	margin-left: 20px;
}
.preview-estate .preview-estate-box .estate-preview-box-details h2 {
	font-size: 18px;
	color: #444;
	font-weight: 600;
}
.preview-estate .preview-estate-box .estate-preview-box-details p {
	color: #444;
	margin-bottom: 0;
}
.preview-estate .preview-estate-box .estate-preview-box-description {
	margin-right: 20px;
	margin-left: 20px;
}
.preview-estate .preview-estate-box .estate-preview-box-description p {
	color: #444;
	margin-bottom: 0;
	padding-top: 0;
	top: 10px;
	font-size: 13px;
	position: relative;
}

.preview-estate .preview-estate-box .estate-preview-box-line-details {
	background-color: rgb(40, 50, 78);
	width: 100%;
	height: 38px;
	top: 22px;
	position: relative;
}

@supports (-ms-ime-align:auto) {
	.preview-estate .preview-estate-box .estate-preview-box-line-details {
		top: 19px;
	}
}
@-moz-document url-prefix() {
	.preview-estate .preview-estate-box .estate-preview-box-line-details {
		background-color: rgb(40, 50, 78);
		top: 19px;
	}
}

.preview-estate .preview-estate-box .estate-preview-box-line-details .item-detail {
	float: left;
	color: #fff;
	font-weight: 600;
	padding: 11px 7px 0px;
	font-size: 11px;
}

.preview-estate .preview-estate-box .estate-preview-box-line-details .item-detail p {
	border-right: 1px dotted;
	padding-right: 12px;
}

.preview-estate .preview-estate-box .item-detail-right {
	float: right;
	color: #fff;
	font-weight: 600;
	padding: 3px 15px 0px;
	background: #c0a375;
	position: relative;
	right: 0px;
	margin-top: -16px;
}

.preview-estate .preview-estate-box .item-detail-right p {
		font-size: 13px;
		position: relative;
		top: 8px;
	}

@-moz-document url-prefix() {
	.preview-estate .preview-estate-box .item-detail-right {
		margin-top: -20px;
	}

	.preview-estate .preview-estate-box .item-detail-right p {
			font-size: 13px;
			position: relative;
			top: 8px;
		}
}

@supports (-ms-ime-align:auto) {
	.preview-estate .preview-estate-box .item-detail-right {
		margin-top: -25px;
	}

	.preview-estate .preview-estate-box .item-detail-right p {
			font-size: 13px;
			position: relative;
			top: 8px;
		}
}
.preview-estate .preview-estate-box .estate-preview-box-line-details .item-detail.last-detail p  {
	border-right: 0px;
}

.preview-estate a {
	float: left;
	transition: all .4s ease-out;
  border: 2px solid transparent;
	box-shadow: 0 0 3px #c0a375;
	border-radius: 4px;
}
.preview-estate a:hover {
	transition: all .4s ease-out;
	border: 2px solid #c0a375;
}

@supports (-ms-ime-align:auto) {
	.preview-estate a {
		color: #000;
	}
	.preview-estate a:hover {
		color: #000;
	}
}


.code-left-padding {
	    padding-left: 14px;
}
.no-padding-left { padding-left: 0;padding-right: 14px; }
.no-padding-right { padding-right: 0; }
.preview-estate-box .estate-preview-box-line-details .it-1 .enable-it {
	display: none;
}

.preview-estate .preview-estate-box a {
    margin-bottom: 20px;
}


.search-estate.se-front {
	    padding: 80px 0 100px 0;
}
.search-estate.se-front h3 {
	font-size: 54px;
}

.se-front .search-title {
    padding-bottom: 30px;
}

.view-estate-header {
	    background-color: #3a4972;
			padding: 150px 0 50px;
}
.view-estate-header .view-estate-title h4,small,span {
	/* color: #fff; */
}
.view-estate-header .view-estate-title span {
    padding: 10px;
		float: right;
}
.filter-button.filter-view {
    margin-top: 20px;
}

.quick-estate-select {
	background-color: #eee;
	padding: 20px 0 20px 0;
	border-radius: 5px;
	box-shadow: 0 0 5px #bbb;
	margin-bottom: 30px;
  
}

.quick-search-estate {
  background-color: #fff;
  padding: 36px 35px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 17px;
  border-radius: 21px;
  border-bottom: 14px solid #cce0ec;
}


.quick-search-estate.highlight {
  animation: vibeScale 0.3s infinite alternate;
}

@keyframes vibeScale {
  0% {
      transform: translate(0, 0) ;
  }
  25% {
      transform: translate(2px, 2px);
  }
  50% {
      transform: translate(0, 0) ;
  }
  75% {
      transform: translate(-2px, -2px);
  }
  100% {
      transform: translate(0, 0);
  }
}

.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 380px;
  width: 100%;
}
.styled-table thead tr {
  background-color: #599ddc;
  color: #ffffff;
  text-align: left;
}
.styled-table th,
.styled-table td {
  padding: 12px 20px;
}
.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #ebc257;
}


.quick-search-estate h3 {
  color: #479fde;
  font-size: 28px;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 36px;
  font-family: 'Geologica', sans-serif;
}

.quick-search-estate p {
    text-align: center;
    color: #eee;
    font-weight: 100;
    margin-bottom: 25px;
}

.quick-search-estate .quick-search-form.quick-search-form #sref, .search-form.quick-search-form select {
    padding: 10px;
    font-size: 15px;
    color: #6c6f70;
    width: 100%;
    background-color: #fff;
    border: 0;
}

.quick-estate-select h3 {
	color: #555;
	font-size: 28px;
	text-align: center;
	padding-bottom: 10px;
	font-weight: 600;
}

.quick-select ul {
	padding: 0;
}

.quick-select ul li {
	list-style: none;
	width: 100%;
}
.quick-select ul li a  {
	width: 100%;
	text-decoration: none;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 18px;
	padding: 10px 10px;
	transition: all .4s ease-out;
}

.quick-select ul li a:hover, .quick-select ul li.selected a  {
	border: none;
	box-shadow: none;
	background: rgba(192, 163, 117, 1);
	transition: all .4s ease-out;
}
.quick-select {
	background-color: rgb(40, 50, 78);
	border-radius: 5px;
	box-shadow: 0 0 5px #bbb;
	padding: 15px 20px;
}

.quick-form input, .loginform input{
  padding: 13px;
  font-size: 17px;
  color: #1f1f1f;
  font-weight: 100;
  width: 100%;
  background-color: #f0f0f0;  
  border: 1px solid #5897d9;
  margin-bottom: 24px;
  border-radius: 10px;
}

.loginform.resetform input {
  margin-bottom: 5px;
}

.members.project .quick-form input {
  margin-bottom: 15px;
}

.members .info_account{
  list-style: none;
  width: 100%;
  padding-left: 0;
  background: white;
  padding: 23px 40px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:20px;
}

.members .info_account:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #c9e1ed;
  top: 14px;
  left: 0;
  z-index: -1;
  border-radius: 10px;
}

.members .info_account .box {
  width: 25%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.members .info_account .box .box_title{

}

.members .info_account .box .box_total{
  background: #479fde;
  border-radius: 10px;
  font-size: 20px;
  padding: 5px 10px;
  color: white;
  margin-right:10px;
}

.members .info_account .post_link {
  display: inline-block;
  margin-left: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  background-color: #5bc0de;
  /* margin-left: 15px; */
  font-size: 14px;
  padding: 7px 15px;
  border: 1px solid #5bc0de;
  color: white;
}

.checkout.order .quick-form input {
    margin-bottom: 0px;
}

.checkout ul.list_review {

}

.newsletter_terms {
  width: 600px;
}

.justify-content-center {
  justify-content: center;
}

.checkout a.highlighted {
  color: #1a73e8;
}

.checkout ul.list_review li{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 200;
}

.checkout ul.list_review li span {
  font-weight: 800;
  margin-right: 12px;
}

.checkout.order .quick-form input.order_submit {
  background: #f1c050;
  color: white;
  font-weight: 600;
  font-size: 21px;
  display: inline-block;
  width: auto;
  padding: 11px 43px;
}

.checkout.order .quick-form .checkout-field label {
  padding-left: 10px;
  margin-top: 0;
  width: calc(100% - 15px);
  font-size: 20px;
}

.quick-form input {
    border: none;
    border-bottom: 1px solid #599ddc;
}

.quick-form input::placeholder, .loginform input::placeholder {
	color: #606060;
  font-size: 14px;
}

.quick-form label, .loginform label {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	display: none;
	margin-top: 13px;
}

.members .quick-form label,
.checkout.order .quick-form label
{
  display: block;
  color: black;
}

.members .checkbox input[type=checkbox] {
  left: 18px;
  width: auto;
  border: 2px solid;
  top: 1px;
}

.members.welcome .checkbox input[type=checkbox] {
  left: 18px;
  width: auto;
  border: 2px solid;
  top: 1px;
  position: relative;
  float: left;
  margin-right: 30px;
}

.members .input.textarea {
  margin-bottom: 40px;
}

.members  .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  padding: 13px;
  font-size: 17px;
  color: #1f1f1f;
  font-weight: 100;
  width: 100%;
  background-color: #f0f0f0;
  border: 1px solid #fff;
  margin-bottom: 0;
  border-radius: 10px;
}

.members .select2-container--default .select2-selection--single {
  background-color: #fff0;
  border-radius: 4px;
  height: auto;
  border: none;
}

.members #tabgallery {
  margin-bottom: 40px;
}

.members .quick-form .submit {
  text-align: end;
}

.members.project .button_container{text-align: end;}


.members.project .button_container .btn-save {
  background: #f1c050;
  color: white;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  width: auto;
  padding: 13px 61px;
  border-radius: 10px;
  border: none;
  border: 1px solid #f1c050;
}

.members.project .button_container span.project_code {
  
}

.members.project .button_container .btn-publish {
  background: transparent;
  color: #479fde;
  font-weight: 200;
  font-size: 18px;
  display: inline-block;
  width: auto;
  padding: 12px 26px;
  border-radius: 10px;
  border: 1px solid;
}


.members .quick-form input[type=submit]{
  background: #f1c050;
  color: white;
  font-weight: 700;
  font-size: 22px;
  display: inline-block;
  width: auto;
  padding: 13px 61px;
}

.members #tabgallery .btn {
  font-weight: 500;
  letter-spacing: 0;
  padding: 0.75rem 2.1875rem;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #5bc0de;
  border: none;
}

.checkout.order select {
  padding: 13px;
  font-size: 17px;
  color: #1f1f1f;
  font-weight: 100;
  width: 100%;
  background-color: #f0f0f0;
  border: 1px solid #fff;
  margin-bottom: 24px;
  border-radius: 10px;
}

.members .file input {
  display: block;
  opacity: 1;
}

.members .file {
  display: block;
  height: auto;
}

.quick-form p.note, .loginform p.note {
  font-size: 17px;
  text-align: left;
  /* padding-left: 15px; */
	color: #636363;
}

.quick-form .quick-button, .loginform .quick-button  {
  margin-top: 10px;
  padding: 15px;
  background-color: #e2a460;
  color: #fff;
  border: none;
  border-radius: 10px;
  letter-spacing: 0;
  font-family: 'Geologica', sans-serif;
  font-weight: 400;
  font-size: 17px;
}

.quick-form textarea, .loginform textarea {
  width: 100%;
  background-color: #f0f0f0;
  border: 1px solid #fff;
  margin-bottom: 25px;
  color: #4d4c4b;
  padding: 13px;
  font-weight: 100;
  font-size: 15px;
  border-radius: 10px;
}

.quick-form textarea::placeholder, .loginform textarea::placeholder {
	color: #606060;
}

.quick-info {
	float: left;
}

.qi-extra  {
	margin-top: 15px;
}

.request_table {
  margin-top: 50px;
}

.request_table  tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.request_table  tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.estate-details .estate-details-row {
	border-bottom: 1px solid #1f5f9f;
    padding: 5px 0;
    font-weight: 600;
    color: #1f5f9f;
	margin-right: 15px;
}

.estate-details .estate-details-row p {
	margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}

.estate-details .estate-details-row p span {
	float: right;
    color: #333;
    font-weight: 300;
}

.estate-details ul {
	padding: 0;
    list-style: disc inside;
}

.quick-phones {
	display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
    margin-left: 60px;
}

.quick-phones p {
	font-size: 22px;
    color: #1f5f9f;
    font-weight: 500;
    margin-right: 25px
}

.quick-phones p.phone {
	display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 300;
    color: #333;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

.quick-phones p.phone:hover {
  color: #1f5f9f;
}

.quick-phones p.phone a {
  transition: all 0.3s ease-in-out;
}

.quick-phones p.phone a:hover {
  color: #1f5f9f;
}

.quick-phones img {
	width: 28px;
    margin-right: 15px;
}

.estate-details ul li {
	font-weight: 300;
}

.estate-view-region {
  display: flex;
}

.view-details .estate-view-region .estate-description h3 {
  margin-right: 80px;
  color: #1f5f9f;
  font-size: 19px;
  margin-bottom: 10px;
}

.view-details .social_container {

}

.view-details .social_container span {
  margin-right: 10px;
  color: white;
}

.members .profile_intro_body  {
  padding-top: 20px;
  padding-bottom: 20px;
}

.members .profile_intro_body p {
  font-size: 21px;
  line-height: 33px;
}

.members .pages_header,
.subscriptions .pages_header,
.checkout .pages_header, .blog.home .pages_header,
.blog.posts .pages_header,
.blog.view .pages_header,
.pages.private_pricelist .pages_header,
.pages.broker_pricelist .pages_header,
.newsletter.preferences .pages_header,
.projects.home .pages_header, .pages_header.error
{
  
  background: #4799db;
  padding-top: 20px;
  padding-bottom: 20px;
}

.members.brokers .pages_header,
.members.broker .pages_header  {
  background: url(../img/layout/mesitis.jpg);
  height: 38vh;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}

.members.brokers .pages_header .pages_header_fg,
.members.broker .pages_header .pages_header_fg {
  z-index: 1;
  position: relative;
}

.members.brokers .pages_header:after,
.members.broker .pages_header:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4678cc;
  opacity: 0.4;
  z-index: 0;
}

.members.brokers .pages_header>.container-fluid,
.members.broker .pages_header>.container-fluid {
  flex: 1;
}

.members .pages_header  .pages_header_fg,  
.subscriptions .pages_header  .pages_header_fg, 
.checkout .pages_header  .pages_header_fg, .blog.home .pages_header .pages_header_fg,
.blog.posts .pages_header .pages_header_fg,
.blog.view .pages_header .pages_header_fg, 
.pages.private_pricelist  .pages_header .pages_header_fg,
.pages.broker_pricelist .pages_header .pages_header_fg,
.newsletter.preferences .pages_header .pages_header_fg,
.projects.home .pages_header .pages_header_fg

{
  text-align: center;
  color: white;
}

.members .pages_header  .pages_header_fg h1 {

}

.members .pages_header  ul, 
.subscriptions .pages_header  ul, 
.checkout .pages_header  ul,
.blog.home .pages_header ul,
.blog.posts .pages_header ul,
.blog.view .pages_header ul,
.pages.broker_pricelist .pages_header ul, 
.pages.private_pricelist .pages_header ul
{
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.members .pages_header  ul li, .subscriptions .pages_header  ul li, .checkout .pages_header  ul li, .blog.home .pages_header ul li, .blog.posts .pages_header ul li, .blog.view .pages_header ul li, 
.pages.broker_pricelist .pages_header ul li, 
.pages.private_pricelist .pages_header ul li
{
  color: white;
  list-style: none;
  margin-right: 5px;
  margin-left: 5px;
} 

.members .pages_header  ul li a, .subscriptions .pages_header  ul li a, .checkout .pages_header  ul li a, .blog.home .pages_header ul li a, .blog.posts .pages_header ul li a, .blog.view .pages_header ul li a, 
.pages.broker_pricelist .pages_header ul li a,
.pages.private_pricelist .pages_header ul li a
{
  color:white;
}

.pages.broker_pricelist .page_intro,
.pages.private_pricelist .page_intro {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align:center;
}

.pages.broker_pricelist .page_intro h2,
.pages.private_pricelist .page_intro h2 {
  margin-bottom: 20px;
  line-height: 40px;
}

.pages.broker_pricelist .pages_body,
.pages.private_pricelist .pages_body {
  padding-top: 20px;
  padding-bottom: 60px;
}

.members .pages_body, .subscriptions .pages_body,  .checkout .pages_body, .newsletter.preferences .pages_body {
  padding-top: 60px;
  padding-bottom: 60px;
}

.members .pages_body .avatar_post {
  display: flex;
  align-items: center;
  /* gap: 50px; */
  justify-content: space-between;
}

.members .pages_body .avatar_post h4 {
  margin-bottom: 0;
}

.members .pages_body .avatar_post .edit_profile {
  display: inline-block;
  margin-left: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  background-color: #e8a25b;
  margin-left: 15px;
  font-size: 14px;
  padding: 7px 15px;
  border:1px solid #e8a25b;
  margin-top: 5px;
  margin-bottom: 5px;
}



.members .pages_body .avatar_post .edit_profile:hover {
  background-color: #fff;
  border:1px solid #e8a25b;
  color: #e8a25b;
}

.members .pages_body .avatar_post .image_text_container {
  display: flex;
  align-items: center;
  gap: 20px;
}


.members .pages_body .boxes_container, 
.subscriptions .pages_body .boxes_container
 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 50px;
}

.members .pages_body .boxes_container {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
}    

.members .pages_body .boxes_container .box,
.subscriptions .pages_body .boxes_container .box
{
  width: calc(50% - 25px);
  padding: 20px;
  background: #eceeef;
  border-top: 5px solid #e8a25b;
}

.members .pages_body .boxes_container .box {
  width: calc(25% - 30px);
}

.members .pages_body .boxes_container .box p {
  font-size: 16px;
}

.members .pages_body .boxes_container .box a.post_link,
.subscriptions .pages_body .boxes_container .box a.post_link {
  display: inline-block;
  margin-left: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  background-color: #5bc0de;
  /* margin-left: 15px; */
  font-size: 14px;
  padding: 7px 15px;
  border:1px solid #5bc0de;
}

.members .pages_body .boxes_container .box a.post_link:hover,
.subscriptions .pages_body .boxes_container .box a.post_link:hover {
  background-color: #fff;
  border:1px solid #5bc0de;
  color: #5bc0de;
}

.subscriptions .pages_body .boxes_container .box input.post_link {
  display: inline-block;
  margin-left: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  background-color: #5bc0de;
  /* margin-left: 15px; */
  font-size: 14px;
  padding: 7px 15px;
  border: 1px solid #5bc0de;
}

.members .pages_body .avatar_post img {
  width: 160px;
}

.members .login_box_left {

}

.members .login_box_left h1 {
  color: #479fde;
  font-size: 35px;
}

.members .login_box_right {

}

.members .login_box_right h1{
  color: #479fde;
  font-size: 35px;
}


/* Hide the default checkbox */
.checkout.review  input[type="checkbox"],
.checkout.order  input[type="checkbox"],
.newsletter_terms  input[type="checkbox"],
#ContactContactForm  input[type="checkbox"],
#RequestViewForm  input[type="checkbox"] {
  display: none;
}

#OrderHasInvoice {
  display: block;
  margin-right: 10px;
}

/* Create a custom checkbox */
.checkout.review  .custom-checkbox,
.checkout.order  .custom-checkbox,
.newsletter_terms .custom-checkbox,
#ContactContactForm .custom-checkbox,
#RequestViewForm .custom-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  flex: none;
}

.styled_btn {
  position: fixed;
  left: 0px;
  bottom: 0px;
  /* width: 100px; */
  /* height: 100px; */
  z-index: 2;
  border-radius: 0px;
  background: #479fde;
  color: white;
  border: none;
  border: 1px solid #479fde;
  padding: 6px;
  font-weight: 200;
  padding: 5px 19px;
  border-top-right-radius: 5px;
}

/* Style the checkmark/indicator */
.checkout.review  .custom-checkbox::after,
.checkout.order  .custom-checkbox::after,
.newsletter_terms  .custom-checkbox::after,
#ContactContactForm  .custom-checkbox::after,
#RequestViewForm  .custom-checkbox::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}



/* Show the checkmark when the checkbox is checked */
.checkout.review  input[type="checkbox"]:checked + .custom-checkbox::after,
.checkout.order  input[type="checkbox"]:checked + .custom-checkbox::after, 
.newsletter_terms   input[type="checkbox"]:checked + .custom-checkbox::after,
#ContactContactForm  input[type="checkbox"]:checked + .custom-checkbox::after,
#RequestViewForm  input[type="checkbox"]:checked + .custom-checkbox::after {
  opacity: 1;
}

/* Style the label */
.checkout.review  label,
.checkout.order  label[for="terms"],
.checkout.order  label[for="OrderHasInvoice"],
.newsletter_terms label[for="termsNewsletter"],
#ContactContactForm label[for="terms"],
#RequestViewForm label[for="terms"]
{
  font-size: 16px;
  cursor: pointer;
  display: flex;
  gap: 9px;
}

#RequestViewForm label[for="terms"] {
  color: #000;
  font-size: 12px;
}

/* .quick-form #RequestViewForm label[for="terms"]{
  font-size: 16px;
  cursor: pointer;
  display: flex;
  gap: 9px;
} */

.newsletter_terms label[for="termsNewsletter"] {
  font-size: 14px;
}

#ContactContactForm label[for="terms"] {
  font-size: 14px;
}

#ContactContactForm  a.highlighted {
  color: #1a73e8;
}

.newsletter_terms a.highlighted {
  color: #ffffff;
  text-decoration: underline;
}

#newsletter .btn-primary.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

#ContactContactForm .btn-primary.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

#RequestViewForm .btn-primary.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.view-details .social_container img{
  width: 23px;
}

.button_print {
  color: white;
  /* background: #457ecf; */
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid white;
  font-size: 14px;
  margin-right: 10px;
}

ul.share_list {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

ul.share_list li{
  list-style-type: unset;
  list-style: none;
  position: relative;
  padding-right: 12px;
}

ul.share_list li.last:after {
  display:none;
}

ul.share_list li:after {
  position: absolute;
  right: 0;
  top: 9%;
  height: 87%;
  width: 1px;
  bottom: 7px;
  content: "";
  background-color: #ffffff;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translate3d(0, 0, 0);
  background-position: center;
}

.breadcrumb_container span {
  font-weight: 100;
  font-size: 15px;
  color: white;
}

.estate-description {
	padding-bottom: 40px;
}
.estate-details {
	padding-bottom: 40px;
}

.estate-location {
	text-align: center;
}

.estate-location h1 {
	color: #1f5f9f;
    font-size: 50px;
    font-weight: 700;
}

.estate-location p {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    font-size: 19px;
    font-weight: 400;
    color: #1f5f9f;
}

.estate-location img {
	width: 18px;
	margin-right: 12px;
}

.view-details {
  background-color: #f3f7fa;
  padding-top: 90px;
  padding-bottom: 90px;
}

.view-details h1 {
	color: #1f5f9f;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 55px;
}

.view_swiper_container {
  position: relative;
}

.view-details .project_details {
  margin-top: 28px;
  display: flex;
  gap: 50px;
  align-items: baseline;
  justify-content: space-between;
}

.view-details .project_details h1.project_title {
  font-size: 37px;
  color: #606060;
  margin-bottom: 30px;
}

.view-details .project_details .project_price_code {
  text-align: right;
}

.view-details .project_details .project_price_code .project_price{
  color: #4699da;
  font-weight: 500;
  font-weight: 700;
  font-size: 34px;
}

.view-details .project_details .project_price_code .project_code{
  color: #636363;
  font-weight: 200;
  margin-top: 5px;
  display: block;
}

.view-details .estate-description h3 {
  font-size: 21px;
  font-weight: 400;
  color: #333;
  margin-bottom: 15px;
}

.view-details .estate-details h3 {
  font-size: 21px;
  font-weight: 400;
  color: #333;
  margin-bottom: 15px;
	text-transform: uppercase;
}

.view-details h2.project_location {
  color: #606060;
  font-size: 21px;
  font-weight: 400;
}

.view-details h2.available_from {
  display: block;
  font-size: 20px;
  color: #599ddc;
  background: white;
  padding: 16px 17px;
  border-radius: 10px;
  margin-top: 16px;
}

.view-details h2.available_from i {
  margin-right: 10px;
}

.view-details .project-info-wrap {
  display: flex;
  margin-top: 21px;
}

.view-details .project-info-wrap .project-info-item{
  margin-right: 28px;
  display: flex;
  align-items: center;
}

.view-details .project-info-wrap .project-info-item span {
  color: #606060;
  font-weight: 600;
}

.view-details .project-info-wrap .project-info-item img{
  width: 30px;
  margin-right: 10px;
}

.view-details .project_description_container {
  margin-top: 50px;
}


.view-details .project_description_container h2{
  color: #479fde;
  font-size: 35px;
}

.view-details .project_description_container .description p,
.view-details .project_description_container .facilities p{
  font-size: 16px;
  color: #5a5a5a;
}

.view-details .project_description_container .description {
  font-size: 16px;
  color: #5a5a5a;
  /* max-height: 20vh; */
  /* overflow: hidden; */
  position:relative;
}

.view-details .project_description_container .facilities {
  font-size: 16px;
  color: #5a5a5a;
  position:relative;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1) all;
}

.view-details .project_description_container .facilities.opened {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.view-details .show_all_description_container {
  display:flex;
}

#show_all_description {
  border: none;
  background: none;
  color: #599ddc;
  font-size: 18px;
  margin: 0 auto;
  position: relative;
  margin-top: 16px;
}

/* .view-details .project_description_container .description.opened {
  max-height: none;
} */

#show_all_description:before {
  position: absolute;
  content: '';
  background: url(../img/layout/more.svg);
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  top: calc(50% - 11px);
  left: -22px;
}

.view-details .project_description_container .description:before {
  position:absolute;
  /* content: ''; */
  width: 100%;
  height: 100%;
  top:0;
  left:0;
}

.projects.view .button_container {
  display: flex;
  justify-content: center;
  margin-top: 23px;
}

.interest_project {
  margin-top: 10px;
  padding: 15px 38px;
  background-color: #e2a460;
  color: #fff;
  border: none;
  border-radius: 10px;
  letter-spacing: 0;
  font-family: 'Geologica', sans-serif;
  font-weight: 400;
  font-size: 17px;
}

.interest_project i {
  margin-right: 5px;
}


.view-details .quick-info-contact {
  background-color: #fff;
  padding: 36px;
  position: relative;
  display: block;
  overflow: hidden;
  /* margin-left: 17px; */
  border-radius: 21px;
  border-bottom: 14px solid #cce0ec;
  margin-top: 65px;
}

.view-details .quick-info-contact .quick-info-contact-item{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 21px;
  margin-bottom: 21px;
}

.view-details .quick-info-contact .quick-info-contact-item:last-child {
  border-bottom:unset;
}

.view-details .quick-info-contact .quick-info-contact-item span.item-left{
  color: #636363;
  width: 33%;
  text-align: center;
}

.view-details .quick-info-contact .quick-info-contact-item span.item-left img{
  width: 26px;
}

.view-details .quick-info-contact .quick-info-contact-item span.item-right{
  color: #636363;
  width: 66%;
  text-align: center;
}

.view-details .quick-info-contact .quick-info-contact-item span.item-right img {
  max-width: 200px;
}

.view-extra-details {
  background: #f3f7fa;
  padding-top: 50px;
  padding-bottom: 90px;
}

.view-extra-details .box_details{
  padding: 50px;
  background: white;
  border-radius: 20px;
  position: relative;
  border-bottom: 14px solid #cce0ec;
}

.view-extra-details .box_details h2 {
  color: #479fde;
  font-size: 35px;
}

.view-extra-details .box_details:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #c9e1ed;
  top: 14px;
  left: 0;
  z-index: -1;
  border-radius: 10px;
}

.view-extra-details .box_details .box_details_cols {
  display: flex;
  gap: 50px;
  margin-top: 28px;
}

.view-extra-details .box_details .box_details_cols .box_details_col_left {
  width: 45%;
  border-right: 2px solid #eaeef5;
}

.view-extra-details .box_details .box_details_cols .box_details_col_left ul.single_col{
  padding-left: 0;
  padding-right: 50px;
}

.view-extra-details .box_details .box_details_cols .box_details_col_left ul.single_col li{
  list-style: none;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 10px;
  border-bottom: 1px solid #cee0eb70;
  padding-bottom: 8px;
  margin-bottom: 14px;
}

.view-extra-details .box_details .box_details_cols .box_details_col_left ul.single_col .col_title{
  color: #dca664;
}

.view-extra-details .box_details .box_details_cols .box_details_col_left ul.single_col .col_value{
  color: #636363;
  font-weight: 300;
  text-align: right;
}



.view-extra-details .box_details .box_details_cols .box_details_col_right {
  width: 55%;
}

.view-extra-details .box_details .box_details_cols .box_details_col_right ul.double_col {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.view-extra-details .box_details .box_details_cols .box_details_col_right ul.double_col li {
  margin-top: 6px;
  margin-bottom: 5px;
  width: 50%;
  font-weight: 300;
  color: #636363;
  border-bottom: 1px solid #cee0eb70;
}

.view-extra-details .box_details .box_details_cols .box_details_col_right ul.double_col li.enable {
  list-style: none;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #cee0eb70;
  /* padding-bottom: 5px;
  margin-bottom: 9px; */
  padding-bottom: 9px;
}

.breadcrumb_container {

}

.breadcrumb_container ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0px;
}

.breadcrumb_container ul li{
  list-style: none;
  margin-left: 4px;
  margin-right: 4px;
  color: white;
  font-weight: 100;
}

.breadcrumb_container ul li a {
  color: white;
}

.view-extra-details .box_details .box_details_cols .box_details_col_right ul.double_col li.enable:before {
  position: absolute;
  content: '';
  background: url(../img/layout/available.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  top: calc(50% - 10px);
  left: 0px;
}

.view-extra-details .box_details .box_details_cols .box_details_col_right ul.double_col li.disable {
  list-style: none;
  text-decoration: line-through;
  position: relative;
  padding-left: 20px;
  padding-bottom: 9px;
}

.view-extra-details .box_details .box_details_cols .box_details_col_right ul.double_col li.disable:before {
  position: absolute;
  content: '';
  background: url(../img/layout/unavailable.svg);
  width: 13px;
  height: 12px;
  background-repeat: no-repeat;
  top: calc(50% - 10px);
  left: 0px;
}

#show_all_description.opened:before {
  position: absolute;
  content: '';
  background: url(../img/layout/less.svg);
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  top: calc(50% - 11px);
  left: -22px;
}



.related-estates .related-estates-box .related-estates-image img {
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.related-estates h3 {
	font-size: 34px;
	font-weight: 600;
	color: #444;
	padding-bottom: 10px;
}
.related-estates a {
	text-decoration: none;
	transition: all .4s ease-out;
	border: 2px solid #fff;
	float: left;
	box-shadow: 0 0 0px #c0a375;
	border-radius: 4px;

}
.related-estates a:hover {
	text-decoration: none;
	transition: all .4s ease-out;
	border: 2px solid #c0a375;
	box-shadow: 0 0 3px #c0a375;
}
.related-estates-box {
  box-shadow: 0 0 2px #ccc;
  text-align: center;
}
.related-estates-info {
	background-color: rgb(40, 50, 78);
	color: #fff;
	font-weight: 600;
	padding: 10px 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.related-estates-info .rei-code {
	font-weight: 500;
}

.related-estates-info .rei-price {
	font-weight: 600;
}

.navbar {
    padding: 0 1rem;
}

.view-estate-title h4 {
	font-size: 34px;
}
.view-estate-title span {
	font-size: 18px;
}
.view-estate-header .view-estate-title span {
    padding: 14px;
    float: right;
}
@media (max-width: 1800px) {
	.mbr-gallery-title {
    font-size: 0.7em;
    width: 100%;
    height: 90px;
   }
	.box_gallery .code {
    font-size: 13px;
		padding: 15px 0;
	}
	.box_gallery .price {
	  font-size: 13px;
		padding: 15px 0;
	  }
}

.projects.home .pagination {
  margin-top: 0px;
  text-align: right;
}

.projects.home .pagination .ordering a {
  position: relative;    
  margin: 0 6px;
}

.projects.home .pagination .ordering a.asc:before {
  content: '\f161';
  position: relative;
  font-family: 'Font Awesome 5 pro';
  margin-right: 3px;
  color: #479fde;
}

.projects.home .pagination .ordering a.desc:before {
  content: '\f160';
  position: relative;
  font-family: 'Font Awesome 5 pro';
  margin-right: 3px;
  color: #479fde;
}

.projects.home .pagination .ordering a:hover {
  color: #479fde;
}

.projects.home .select2-container .select2-selection--single {
  height: auto;
  background-color: #f0f0f0;
  border: none;
  border-radius: 11px;
}

.projects.home  .select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
  top: 25%;
  POSITION: absolute;
  right: 16px;
}

.search-form .select2-container .select2-selection--single {
  height: auto;
  background-color: #f0f0f0;
  border: none;
  border-radius: 11px;
}

.projects.home .select2-container span {
  color: #444;
}

.projects.home .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 25px;
  padding-top: 12px;
  padding-bottom: 13px;
  padding-left: 11px;
}

.search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 25px;
  padding-top: 12px;
  padding-bottom: 13px;
  padding-left: 11px;
}

.projects.home .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #606060;
  font-weight: 300;
}

.projects.home .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../img/layout/arrows_grey.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 92% center;
  top: 12px;
  right: 15px;
}

.search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../img/layout/arrows_grey.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 92% center;
  top: 12px;
  right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display:none;
}

.projects.home .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

@media (max-width: 1650px) {
  .search-form .filter-button {
    background-position: 15px 16px;
  }
}


@media (max-width: 1499px) {
	.mbr-gallery-title {
    font-size: 0em;
    width: 100%;
    height: 50px;
	} 

  .quick-search-estate h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .quick-search-estate {
    padding: 30px 15px;
    margin-left: 0px;
  }

  .article_box {
    padding: 0;
  }

  section.signups {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .latest_estates .latest_estates_main_projects .latest-title .latest-title-tabs {
    margin-right: 50px;
  }

  section.main_categories .type .icon_type {
    width: 85px;
    height: 85px;
  }

  section.main_categories .type .title_type {
    width: calc(100% - 85px);
    padding: 0 15px;
  }

  .padd {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  section.main_categories .type {
    width: calc(33% - 24px);
  }

  section.main_categories .types_container {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  section.main_categories h1.section_title {
    font-size: 32px;
    line-height: 42px;
  }

  .estate-location h1 {
    font-size: 45px;
  }

  .view-details {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .quick-phones img {
    width: 25px;
  }

  .view-details .estate-details h3 {
    font-size: 20px;
  }

  .estate-details .estate-details-row {
    margin-right: 0px;
  }

  .view-details h1 {
    font-size: 45px;
    margin-bottom: 50px;
  }

  .quick-search-estate h3 {
    /* font-size: 27px;
    line-height: 35px; */
  }

  .quick-phones {
    margin-left: 20px;
  }

  .view-details .project_details h1.project_title {
    font-size: 32px;
  }

  .property_price {
    margin-left: 7%;
  }  

  .property_header h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .property_info img {
    width: 40px;
    margin-right: 12px;
  }

  .property_info ul {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 0;
  }

  .property_price p.price {
    font-size: 45px;
  }

  .property_info ul li {
    padding: 10px 0;
    font-size: 20px;
  }

  .property_header {
    margin-bottom: 65px;
  }

  .contact_details {
    margin-top: 40px;
  }

  .contact_header p {
    padding: 0 50px;
  }

  .dynamic_graphic_top {
    width: 300px;
  }

  .text_wrapper.about {
    padding: 35px 0px 20px 0px;
  }

  .search-form ul li {
    width: 18.7%;
    margin: 0 5px 0px 5px;
  }

  .projects.home .search-form ul li {
    width: calc(16.666% - 10px);
    margin: 8px 5px 8px 5px;
  }

  .service_box h2 {
    padding-bottom: 10px;
    font-size: 27px;
  }

  .text_wrapper {
    padding: 20px 100px 45px 30px;
  }

  .services_section {
    margin-top: -40px;
  }

  .service_box {
    padding: 20px 30px;
    margin: 0 0px;
  }

  .estate_details .estate-info img {
    width: 28px;
  }

  .estates .estate_details.latest .estate-info {
    font-size: 17px;
  }

  .latest-title h1 {
    margin-left: 0;
  }

  .estate-info {
    margin-right: 15px;
  }

  .estates p {
    padding: 0 100px;
  }

  .estate_wrapper {
    margin-top: 20px;
  }

  .rent {
    padding: 3px 18px!important;
    font-size: 12px;
  }

  .estate-address {
    font-size: 16px;
  }

  .estates .estate_details .price {
    font-size: 30px;
  }

  .estate-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .estates.padd {
    padding-bottom: 60px;
    padding-top: 0;
  }

  .profile.padd {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .button {
    margin-top: 30px;
  }

  .profile_graphic {
    width: 35%;
    height: 230px;
  }

  .profile_right .text_wrapper {
    margin-left: -15%;
    padding: 40px 15px 40px 40px;
  }

  .text_wrapper h1 {
    font-size: 33px;
    line-height: 45px;
    margin-bottom: 25px;
  }

  .profile img {
    padding-right: 0px;
  }

  .txt_akinito {
    width: 55%;
  }

  .txt_akinito h1 {
    font-size: 55px;
  }

  .newsletter_left, .newsletter_right {
    width: 45%;
    height: 114%;
  }

  .footer_box.prelast {
    margin-left: 0px;
  }

  #search form input {
    width: 180px;
  }

  #search form .icon-search {
    width: 26px;
    height: 26px;
    top: 2px;
  }

  #search {
    margin-left: 25px;
  }

  .navbar-nav .nav-item+.nav-item {
    margin-left: 0.5rem;
  }

  #menu .link {
    font-size: 17px;
  }
}

@media(max-width: 1349px) {
  #search {
    margin-left: 15px;
  }

  .members .pages_body .boxes_container .box {
    width: calc(50% - 30px);
  }

  .plan {
    width: calc(25% - 20px);
    margin: 10px;
  }

  .members .login_box_left h1 {
    font-size: 32px;
  }

  .members .login_box_right h1 {
    font-size: 32px;
  }

  .view-extra-details {
    padding-bottom: 70px;
  }

  .contact_form_section .contact_form {
    padding: 70px;
  }

  .map_container {
    padding-bottom: 40px;
  }

  .contact_form h3 {
    font-size: 23px;
  }

  section.blog_home .blog-home-title h1 {
    font-size: 34px;
  }

  .article_box h2 {
    font-size: 23px;
    bottom: 10px;
  }

  .article_box.inside h2 {
    bottom: 25px;
  }

  section.signups .signups_text_col {
    padding: 30px 40px;
  }

  section.main_categories h1.section_title {
    font-size: 30px;
    line-height: 40px;
  }

  section.signups .title {
    font-size: 2.1rem;
  }

  section.main_categories .type .title_type {
    font-size: 17px;
  }

  .navbar-nav .nav-item+.nav-item {
    margin-left: 0.2rem;
  }

  .quick-search-estate {
    padding: 20px;
    margin-left: 0px;
  }

  .quick-phones {
    flex-direction: column;
  }

  .quick-search-estate p {
    margin-bottom: 25px;
  }

  .view-details h1 {
    font-size: 40px;
    margin-bottom: 45px;
  }

  .estate-description {
    padding-bottom: 25px;
  }

  .view-details .estate-details h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .property_price {
    margin-left: 0;
    margin-top: 40px;
  }

  .property_header h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .swiper-container.swiper-gallery {
    margin-left: 0px;
  }

  .property_price p span {
    font-size: 28px;
  }

  .swiper-button-prev.gallery {
    margin-left: 25px;
    top: 47%;
  }

  .view-details .project_description_container h2 {
    font-size: 32px;
  }

  .property_price p.price {
    margin-left: 0px;
  }

  .property_price p {
    margin-left: 0px;
  }

  .flex-center.flex-1349 {
    flex-direction: column;
    align-items: flex-start;
  }

  .property_info {
    margin-left: 0px;
  }

  .contact_bg {
    padding-left: 70px;
  }

  .contact_bg p.subtitle {
    margin-bottom: 20px;
  }

  .contact_bg .pin {
    margin-top: 25px;
  }

  .info-window-content .balloon-second {
    font-size: 15px;
    line-height: 22px;
  }

  .pin img {
    width: 25px;
    margin-right: 12px;
  }

  .contact_bg p.title {
    font-size: 24px;
  }

  .contact_details h4 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .contact_details .contact_info h6 {
    color: #1f5f9f;
    font-size: 22px;
  }

  .query_form {
    padding: 50px 0 60px 0;
  }

  .contact_header h3 {
    font-size: 42px;
  }

  .contact_header p {
    padding: 0px;
  }

  .page_header h1 {
    font-size: 45px;
    line-height: 50px;
  }

  .dynamic_graphic_top {
    width: 270px;
  }

  .text_wrapper.about {
    padding: 25px 0px 0px 20px;
  }

  .search-form input, .search-form select {
    padding: 14px 15px;
    font-size: 15px;
  }

  .search-form ul li {
    width: calc(20% - 14px);
  }

  section.signups .signups_image_col {
    position: relative;
    padding: 28px;
  }

  .search-form select {
    background-position: 95% center;
    background-size: 8px;
  }

  .search-form .filter-button {
    padding: 14px 15px;
    font-size: 15px;
    top: -1px;
    background-size: 18px;
    background-position: 8px 16px;
  }

  .service_box h2 {
    padding-bottom: 8px;
    font-size: 25px;
  }

  .text_wrapper {
    padding: 0px 0px 45px 20px;
  }

  .header_title {
    font-size: 33px;
    line-height: 50px;
  }

  .estate_details {
    padding: 20px;
  }

  .estate-address {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .estates .estate_details .price {
    font-size: 25px;
    padding-bottom: 15px;
  }

  .estate_details .estate-info img {
    width: 25px;
  }

  .estates p {
    padding: 0 0px;
  }

  .estates h1 {
    font-size: 40px;
  }

  .estate-info {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .estates .estate_details .price span {
    font-size: 23px;
  }

  .button.center {
    padding: 15px 50px;
  }

  .rent {
    padding: 8px 20px!important;
    font-size: 15px;
  } 

  .estate-title {
    font-size: 23px;
    margin-bottom: 25px;
  }

  .estate-address img {
    width: 15px;
    margin-right: 8px;
  }

  .txt_akinito {
    width: 65%;
  }

  .txt_akinito h1 {
    font-size: 50px;
    margin-bottom: 35px;
  }

  .txt_akinito p {
    margin-bottom: 35px;
  }

  .button.white {
    margin-right: 25px;
  }

  section.spy_home img.image_detective {
    position: absolute;
    bottom: -156px;
    width: 212px;
    left: calc(50% - 106px);
  }


  .footer_box.info {
    padding-right: 15px;
  }

  .footer_box_wrapper {
    padding: 60px 0 5px 0;
  }

  #menu .link {
    font-size: 16px;
  }

  #search form input {
    width: 170px;
    margin-right: 8px;
  }
}


@media (max-width: 1199px) {
  .members .pages_body .avatar_post {
    flex-direction: column;
    gap: 40px;
  }

  

  .pages.broker_pricelist #ajaxcontent, .pages.private_pricelist #ajaxcontent, .newsletter.preferences #ajaxcontent {
    padding-top: 83px;
  }

  .plan {
    width: calc(50% - 20px);
    margin: 10px;
  }

  .members .pages_body .boxes_container, .subscriptions .pages_body .boxes_container {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
    margin-top: 56px;
  }

	@-moz-document url-prefix() {
		.preview-estate .preview-estate-box .item-detail-right {
			padding: 2px 15px 0px;
			margin-top: -31px;
		}
		.preview-estate .preview-estate-box .estate-preview-box-line-details {
    top: 7px;
	}
	}

  .view-details .quick-info-contact {
    padding: 20px;
    margin-top: 40px;
  }

  .view-details .project_description_container h2 {
    font-size: 27px;
  }

  .quick-search-estate {
    padding: 20px 10px;
  }

  .view-details .project_details .project_price_code .project_price {
    font-size: 27px;
  }

  .view-details .project_details h1.project_title {
    font-size: 27px;
    margin-bottom: 20px;
  }

  .projects.home .estates {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .contact_header .header_title {
    padding-left: 15px;
  }

  .projects.home #ajaxcontent, .members #ajaxcontent, .subscriptions #ajaxcontent, .checkout #ajaxcontent, .blog.home #ajaxcontent, .blog.posts #ajaxcontent, .blog.view #ajaxcontent {
    padding-top: 83px;
  }

	.preview-estate .preview-estate-box .item-detail-right {
		padding: 3px 15px 0px;
		margin-top: -32px;
	}

  section.signups .description {
    padding-right: 0px;
  }

  .latest_estates .latest_estates_main_projects .latest-title .latest-title-tabs {
    margin-right: 0px;
  }

  .navbar-dropdown .navbar-brand {
    padding: 0.5rem 0;
  }

  .estate-location p {
    margin-bottom: 50px;
    font-size: 18px;
  }

  .estate-location h1 {
    font-size: 40px;
  }

  .quick-phones p.phone {
    font-size: 21px;
  }

  .quick-phones img {
    width: 22px;
    margin-right: 12px;
  }

  .quick-phones p {
    font-size: 20px;
  }

  .view-details h1 {
    font-size: 35px;
    margin-bottom: 40px;
  }

  .quick-search-estate h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .view-details .estate-view-region .estate-description h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .estate-description {
    padding-bottom: 20px;
  }

  .property_price p {
    margin-left: 0px;
  }

  .property_price p.price {
    margin-left: 0px;
  }

  .property_info {
    margin-left: 0px;
  }

  .contact_bg {
    padding-left: 50px;
  }

  .contact {
    padding-bottom: 0px;
  }

  .header_img {
    margin-top: -115px;
  }

  .dynamic_graphic_top {
    width: 240px;
    top: 40px;
  }

  .page_header .scrollButtonContainer {
    bottom: 27%;
    right: 0;
    left: 0;
  }

  .scroll-suggestion img {
    width: 75px;
    height: 75px;
  }

  .search-form ul li {
    width: 18.5%;
  }

  .onoffswitch {
    top: -53px;
    width: fit-content;
  }

  section.main_categories {
    background: #f3f7fa;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .latest-title .button {
    padding: 10px 30px;
  }

  section.blog_home .swiper-pagination {
    padding-bottom: 40px;
  }

  section.signups .circle-left {
    width: 300px;
    height: 300px;
    top: calc(50% - 150px);
    left: -50px;
  }

  section.signups .circle-right {
    width: 300px;
    height: 300px;
    top: calc(50% - 150px);
    right: -50px;
  }

  section.spy_home img.image_detective {
    position: absolute;
    bottom: -137px;
    width: 186px;
    left: calc(50% - 93px);
  }

  .estates h1 {
    font-size: 32px;
  }

  .service_box {
    padding: 15px 15px;
  }

  .latest_estates {
    /* margin-top: 50px; */
  }

  .latest_estates .latest_estates_main_projects {
    padding: 30px;
  }

  section.signups .signups_text_col {
    padding: 40px 32px;
  }

  .service_box span {
    font-size: 23px;
    padding: 2px 3px;
    margin: 0 auto 15px auto;
  }

  .service_box h2 {
    padding-bottom: 5px;
    font-size: 23px;
  }

  .estate_wrapper {
    /* margin-left: 20px; */
  }

  .estates h1 {
    font-size: 32px;
    text-align: left;
  }

  .latest_estates ul.tabs>li {
    margin-left: 10px;
    margin-right: 10px;
  }

  .estates .estate_details .price span {
    font-size: 20px;
  }

  .estate_box {
    /* margin: 15px 0px; */
  }

  .estate-info {
    font-size: 15px;
  }

  .estate-info img {
    margin-right: 8px;
  }

  .estates .estate_details .price {
    font-size: 23px;
    padding-bottom: 12px;
  }

  .estate-info {
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .estate-address {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .estate-title {
    font-size: 22px;
    margin-bottom: 22px;
  }

  .button {
    padding: 12px 50px;
  }

  .profile.padd {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .profile_right .text_wrapper {
    width: 100%;
    padding: 30px 15px 30px 30px;
  }

  .text_wrapper h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .txt_akinito {
    width: 75%;
    padding-left: 20px;
  }

  .newsletter_left, .newsletter_right {
    width: 50%;
    height: 111%;
  }

	.preview-estate .preview-estate-box .estate-preview-box-line-details {
    top: 6px;
    position: relative;
	}
	.preview-estate .preview-estate-box .estate-preview-box-line-details .item-detail {
    padding: 10px 7px 0px;
    font-size: 12px;
	}
	.med-dev{
		width: 100%;
		padding: 0px 15px;
	}
	.view-estate-title h4 {
		font-size: 28px;
	}
	.view-estate-title span {
		font-size: 16px;
	}
	.languages .languages_menu.active {
    margin-left: 12px;
  }
	.languages_menu a{font-size:13px;}
	.languages_menu .el{ background: url('../img/layout/gr.png') no-repeat scroll 0 4px transparent;}
	.languages_menu .en{ background: url('../img/layout/en.png') no-repeat scroll 0 4px transparent;}

  .copyright {
    padding: 20px 15px;
  }

  .footer_box p {
    line-height: 27px;
  }

  .footer_box h6 {
    margin-bottom: 15px;
  }

  .footer_box ul li {
    padding: 3px 0;
  }

  img.footer_logo {
    width: 155px;
  }

  footer .newsletter_title p {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  footer .newsletter_form {
    margin-bottom: 15px;
  }

  footer .newsletter_title h3 {
    font-size: 37px;
  }

	.estate-location h3 {
		font-size: 28px;
		text-align: center;
		margin: 0px 0 20px 0;
  }
	.related-estates-info .rei-price {
    font-weight: 600;
    font-size: 14px;
	}
	.related-estates-info .rei-code {
    font-weight: 500;
    font-size: 11px;
	}
	.size-med-7 { width: 55.33333%; }
	.size-med-5 { width: 44.33333%; }
	.preview-estate .preview-estate-box .estate-preview-box-details h2 {
    font-size: 18px;
	}
	.preview-estate .preview-estate-box .estate-preview-box-description p {
    top: 7px;
    font-size: 13px;
	}

	.preview-estate .preview-estate-box .estate-preview-box-line-details {
	    margin-top: 48px;
	}
	.onoffswitch-inner:after {
    background-position: 2px 3px !important;
	}
	.onoffswitch-inner:before {
	    background-position: 2px 3px !important;
		}
	.onoffswitch-inner:before, .onoffswitch-inner:after {
		font-size: 10px !important;
		font-weight: 500;
		}

	.fullprofile .profileimg {
		margin-top: 22vh !important;
	}

	.newsletter small {
    font-size: 16px;
	}

	.txtparga {
    background: rgba(0, 0, 0, 0.5);
    padding: 6px 20px !important;
	}
	.pargabtn a {
	    font-size: 14px !important;
	    padding: 8px 24px !important;
	    position: relative;
	    top: -10px !important;
	}
	.aboutparga h3 {
	    font-size: 44px;
	}
	.aboutparga p {
	    font-size: 14px;
	}
		.gallery_estates h3 {
			font-size: 48px;
		}
  .header_title {
    padding-left: 15px;
  }
	.header_subtitle {
		font-size: 20px;
	}
	.navbar-dropdown .navbar-logo img {
    height: 67px;
		transition: all 0.3s ease-in-out;
	}

  .header_title {
    font-size: 32px;
    line-height: 45px;
    margin-top: 0;
    padding-left: 30px;
  }


}

@media (min-width:992px) and (max-width:1199px) {
  .broker_box {
    flex-direction: column;
    text-align: center;
  }

  .broker_box .broker_details h3.broker_name {
    text-align: center;
  }

  .broker_box .broker_img {
    width: 100%;
  }

  .broker_box .broker_details {
    width: 100%;
  }

  .broker_box .broker_img img {
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    max-width: 200px;
  }

}
@media (max-width: 991px) {
	@-moz-document url-prefix() {
      .preview-estate .preview-estate-box .item-detail-right {
        padding: 2px 15px 0px;
        margin-top: -31px;
      }
      .preview-estate .preview-estate-box .estate-preview-box-line-details {
        top: 7px;
      }
	}

  h3.title_blog {
    font-size: 23px;
  }

  .members .pages_body .boxes_container, .subscriptions .pages_body .boxes_container {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
    margin-top: 0;
    justify-content: space-around;
  }

  .members .pages_body .boxes_container {
    margin-top: 56px;
  }

  .members .pages_body .boxes_container p {
    font-size: 15px;
  }

  .members .login_box_left h1, .members .login_box_right h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .members .login_box_right {
    margin-top: 30px;
  }

  .view-extra-details {
    padding-bottom: 60px;
  }

  .map_container {
    padding-bottom: 20px;
  }

  .view-details {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .view-extra-details .box_details h2 {
    font-size: 30px;
  }

  .view-extra-details .box_details {
    padding: 30px 30px 30px 50px;
  }

  .project_category .rent {
    font-size: 16px;
  }

  .quick-search-estate {
    margin-top: 50px;
  }

  .projects.home .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
  }

  .projects.home .search-form ul li {
    width: calc(33% - 8px);
  }

  .contact_form p {
    font-size: 15px;
  }

  .contact_form h3 {
    font-size: 21px;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .contact_form_section .contact_form {
    padding: 50px;
  }

  .text_wrapper.about h2 {
    font-size: 22px;
  }

  .article_img:before {
    right: 65px;
  }

  .article_img {
    padding-left: 40px;
    margin-top: 25px;
  }

  .blog.view h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .flex-center {
    flex-direction: column;
  }

  .pages_header_fg h1 {
    font-size: 2.2rem;
  }

  .article_box.inside {
    padding: 10px;
  }

  .article_box.inside h2 {
    bottom: 20px;
  }

  .blog_wrapper.inside {
    margin-left: 15px;
    margin-right: 15px;
  }

  .article_box h2 {
    font-size: 21px;
  }

  section.blog_home .swiper-pagination {
    padding: 20px;
  }

  section.signups .description {
    margin-bottom: 20px !important;
  }

  section.signups .title {
    font-size: 28px;
    margin-bottom: -10px;
  }

  .latest_estates .latest_estates_main_projects {
    padding: 40px 15px;
  }

  .latest_estates .swiper-button-prev, .latest_estates .swiper-button-next {
    margin: 10px 10px 0 10px;
  }

  .latest_estates .estate-navigation {
    justify-content: center;
  }

  .latest_estates .latest_estates_main_projects .latest-title {
    flex-direction: column;
  }

  .onoffswitch {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .navbar-dropdown.navbar-short .cd-ad-trigger {
    background-size: 15px;
    padding: 7px 15px;
    width: 38px;
    height: 38px;
  }

  .toggle-nav {
    display: block;
  }

  .cd-ad-trigger {
    background-size: 18px;
    font-size: 14px;
    padding: 7px 15px;
    background-image: url(../img/layout/nea_aggelia.svg);
    width: 42px;
    height: 42px;
    margin-right: 15px;
  }

  .navbar-fixed-top.navbar-short #mobile-nav.active {
    margin-top: 62px;
  }

  .topbar_left p, .topbar_left a, .topbar_right p, .topbar_right a, .topbar_center p {
    font-size: 14px;
    line-height: 14px;
  }

  .estate-location h1 {
    font-size: 35px;
  }

  .estate-location p {
    margin-bottom: 40px;
  }

  .quick-phones {
    margin-left: 0px;
  }
	.quick-select ul li a {
    text-align: center;
	}
	.view-estate-title h4 {
		font-size: 22px;
	}
	.view-estate-title span {
		font-size: 14px;
	}
	@-moz-document url-prefix() {
	.nav-dropdown .nav-item {
    float: none !important;
		}
	}
		.nav-dropdown .link {
	    /*margin: 1.167em;*/
	    padding: 0;
	    transition: color .2s ease-in-out;
	}
	.view-estate-header {
    padding: 115px 0 50px;
	}
	.related-estates-info .rei-price {
    font-size: 16px;
	}
	.related-estates-info .rei-code {
    font-size: 14px;
	}
	.quick-info {
    width: 100%;
	}
	.related-estates a {
	    margin: 0px 0 30px 0;
	}
	.size-sml-12 {
		width: 100%;
	}

  .quick-form .quick-button {
    padding: 15px 40px;
    width: fit-content;
    margin: 0px auto 20px auto;
    display: block;
  }

  .quick-search-estate h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .property_header p {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .property_header h1 {
    font-size: 32px;
    line-height: 45px;
  }

  .property_header h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .property_info img {
    width: 35px;
    margin-right: 10px;
  }

  .property_info ul li {
    padding: 10px 0;
    font-size: 19px;
    margin: 0 10px;
  }

  .property_price {
    margin-top: 30px;
    justify-content: center;
    width: 100%;
    align-items: center;
  }

  .property_price p.price {
    font-size: 40px;
  }

  .property_info {
    margin: 0 auto;
  }

  .property_header {
    margin-bottom: 40px;
  }

  .property_header p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .estate_wrapper .col-xl-4:nth-child(3n+4) {
    clear: unset;
  }

  .contact_bg {
    height: auto;
    padding: 70px 50px;
  }

  .padd {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact_header h3 {
    font-size: 35px;
  }

  .contact_form p {
    float: left;
  }

  .latest-title h1 {
    margin-left: 0px;
  }

  .text_wrapper.about {
    padding: 0px 0px 20px 0px;
  }

  .dynamic_graphic {
    height: 50px;
    margin-top: 50px;
  }

  .header_title {
    font-size: 30px;
    line-height: 42px;
  }

  .mb-section-full {
    background-position: 75%;
  }

  .search-estate.home {
    margin-top:0px;
  }

  .service_box h2 {
    font-size: 21px;
  }

  .service_box {
    padding: 10px;
  }

  .reverse-991 {
    display: flex;
    flex-direction: column-reverse;
  }

  .text_wrapper {
    padding: 0px 0px 20px 0px;
  }

  .button.show_mob {
    display: block;
    margin: 20px auto 0 auto;
    color: #ffffff;
    border: 1px solid #fff;
    padding: 10px 21px;
    font-weight: 200;
    background: #e2a460;
    font-size: 16px;
    border-radius: 10px;
  }

  .latest-title h1:before {
    width: 40px;
    height: 36px;
  }

  .rent {
    padding: 3px 14px !important;
    font-size: 13px;
  }

  .estates .estate_details p {
    font-size: 18px;
  }

  section.signups .alignItemsCenter {
    margin: 0 !important;
  }

  section.signups .signups_image_col {
    position: relative;
    padding: 14px;
  }

  section.signups .signups_image_col:before {
    top: 15px;
    right: 75px;
    width: calc(100% - 68px);
    height: calc(100% - 30px);
  }

  section.signups .signups_image_col.reverse:before {
    top: 15px;
    left: 76px;
    width: calc(100% - 68px);
    height: calc(100% - 29px);
  }

  .full991 {
    width: 100%;
  }

  .cd-ad-trigger span {
    display: none;
  }

  .footer_box.info {
    padding-right: 0;
  }

  .latest-title h1 {
    /* text-align: center;
    width: 100%; */
  }

  .button.hide_mob {
    display: none;
  }

  .estate_wrapper .col-md-6:nth-child(2n+1) {
    clear: both;
  }

  .estates h1 {
    font-size: 32px;
    text-align: center;
  }

  .latest_estates .latest_estates_main_projects .latest-title .latest-title-tabs {
    margin-top: 30px;
    justify-content: center;
  }

  .latest_estates .latest_estates_main_projects .latest-title .latest-title-tabs.featured {
    margin-top: 0;
  }

  section.blog_home .blog-home-title h1 {
    font-size: 32px;
  }

  .latest_estates_main_projects ul.tabs {
    margin-right: 0;
  }

  .txt_akinito h1 {
    font-size: 45px;
  }

  .profile .flex-center {
    flex-direction: column;
  }

  .profile.padd {
    padding: 20px 30px;
    overflow: hidden;
  }

  .profile_right .text_wrapper {
    margin-left: 0;
  }

  .profile_right {
    margin-right: -20px;
    margin-left: 40px;
    margin-top: -60px;
  }

  .txt_akinito {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }

  .footer_box_wrapper .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_box ul li {
    padding: 4px 0;
  }

  .footer_box_wrapper {
    padding: 60px 0 0px 0;
  }

  .footer_box {
    padding: 20px 0;
    text-align: center;
  }

  .footer_box.last {
    float: none;
  }

  .footer_box h6 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .navbar-dropdown.navbar-fixed-top.navbar-short .toggle-nav {
    top: 7px;
    width: 35px;
    height: 35px;
  }

  .toggle-nav.active {
    background-image: url(../img/layout/close.svg);
    background-repeat: no-repeat;
    background-size: 50px;
    width: 40px;
    height: 60px;
  }

  .navbar-dropdown.navbar-fixed-top.navbar-short .toggle-nav.active {
    top: 0;
    width: 35px;
    height: 45px;
    background-size: 45px;
  }

  .mb-table-cell.left {
    display: block;
  }

  .mb-table-cell.right .nav {
    display: none;
  }

  .navbar-dropdown .navbar-logo {
    margin-right: 0;
  }

  .search_mob {
    display: block;
  }

  .search_mob img {
    width: 40px;
    height: 32px;
  }
  
	#mobile-nav {
    background: #fff;
    border-top: 14px solid #cce0ec;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    display: none;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    box-shadow: none !important;
    z-index: 999999;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: 100%;
    height: calc(100% - 92px);
    position: fixed;
    display: flex;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 92px;
    overflow-y: scroll;
    overflow-x: hidden;
    justify-content: center;
    align-items: center;
	}

  #mobile-nav.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .dynamic_graphic {
    background-image: url(../img/layout/buildings_left.svg);
    background-position: bottom;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 280px;
    width: 100%;
    filter: opacity(0.7);
    z-index: -1;
  }

  #mobile-nav ul {
    padding: 0
  }

  .menu_social img {
    width: 20px;
    margin-right: 15px;
  }

  .menu_social img.email {
    width: 25px;
  }

	#mobile-nav ul li {
		display: block;
	}
	#mobile-nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 23px;
    letter-spacing: 0;
    font-weight: 400;
    color: #28A1E0;
    border: none;
    margin: 5px 0;
	}

  .menu_social {
    display: block;
    margin: 35px auto 0 auto;
    text-align: center;
    background: #E2A460;
    padding: 25px 60px;
    border-radius: 10px;
  }

  .menu_social p {
    margin: 10px 0;
    color: #fff;
  }

  .menu_social p a {
    color: #fff;
  }

  .search-form ul li {
    width: calc(50% - 13px);
    margin-bottom: 15px;
  }

  .search-form ul li:last-child {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    display: block;
  } 

  .search-form ul {
    margin: 0;
  }

	.search-estate.se-front h3 {
    font-size: 44px;
	}
	.preview-estate .preview-estate-box .estate-preview-box-img {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
	}
	.no-padding-right {
		padding-right: 15px;
	}
	.no-padding-left {
		padding-left: 15px;
		padding-right: 15px;
		top: 0px;
		position: relative;
	}
	.small-dev {
		width: 100%;
	}

  section.main_categories h1.section_title {
    font-size: 30px;
    line-height: 40px;
  }

  section.main_categories .type {
    width: calc(50% - 24px);
    display: flex;
    align-items: center;
    background: white;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 10px;
    margin-bottom: 25px;
    margin-top: 10px;
  }

  .search-form .filter-button {
    padding: 14px 70px;
    top: -2px;
    font-size: 17px;
    background-position: 15px 17px;
  }

	.onoffswitch-inner:after {
    background-position: 5px 7px !important;
	}
	.onoffswitch-inner:before {
	    background-position: 99% 7px !important;
		}
	.onoffswitch-inner:before, .onoffswitch-inner:after {
		font-size: 12px !important;
		font-weight: 500;
		padding: 4px !important;
		height: auto !important;
		}
	.filter-button-hide {
		display: none;
	}
	.filter-button-hide-smlg {
		display: block;
	}
	.contact_details .contact_form div {
		text-align: center;
		}
		.contact .contact_info {
      margin-bottom: 50px;
      text-align: center;
    }
    .contact_details {
      margin-top: 30px;
    }
		.fullprofile {
	    padding: 100px 0;
		}
		.fullprofile h3 {
		    text-align: center;
		}
		.hideimg {
			display: none !important;
		}

    .contact_header .header_title {
      font-weight: 500;
      font-size: 30px;
      line-height: 37px;
    }

    .contact_header .header_right_title {
      font-size: 22px;
      line-height: 30px;
    }

    .contact_header .header_description {
      line-height: 25px;
      margin-top: 20px;
    }

    .input-group-btn .btn.btn-primary {
      margin: 60px auto 0 auto;
    }
	.txtparga {
    	padding: 25px 20px !important;
		}
		.aboutparga h3 {
    font-size: 44px;
    text-align: center;
	}
	.aboutparga p {
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
	}
		.pargabtn {
			text-align: center;
	}
	.image-size .mb-figure {
    padding-top: 0px;
    margin-left: 0;
	}
		.profile h3 {
			font-size: 44px !important;
		}

		.box_gallery .code {
				font-size: 11px;
			}

			.box_gallery .price {
				font-size: 11px;
			}

      .navbar-dropdown .navbar-brand {
        margin: 0;
      }


		#menu .link {
			font-size: 12px !important;
		}
		.languages_menu .el{ background: url('../img/layout/gr.png') no-repeat scroll 0 3px transparent!important;}
		.languages_menu .en{ background: url('../img/layout/en.png') no-repeat scroll 0 3px transparent!important;}
		.mbr-gallery .mbr-slider .carousel-control {
			bottom: 2.5rem;
			margin-top: 0;
			top: auto;
			z-index: 17;
		}

		.mbr-gallery .mbr-slider .carousel-indicators {
	 	    margin-bottom: 3.625rem !important;
	 	    padding-left: 2.5rem;
	 	    padding-right: 2.5rem;
	 	}
		.mb-cards .card {
      padding-left: 0;
      padding-right: 0;
		}

		.header_subtitle {
			font-size: 15px;
		}

		.mb-arrow {
			bottom: 31px;
			}

			.mb-arrow-up {
			 bottom: 31px;
			 }
			 
	img.img-left, img.img-right{width:100%;}
	.activity_grey {padding:40px 0 40px 0;}
	.activity_grey h3{font-size:30px;}
	}
@media (max-width: 768px) {
		.breadcrumb>li, .navbar-brand, .navbar-nav .nav-item, .page-link {
	    float: none !important;
	}
	.view-estate-header .view-estate-title h4, small {
    color: #fff;
    font-size: 18px;
	}

	.mbr-gallery-filter li {
    font-size: 13px !important;
	}
	.image-size {
		width: 100% !important;
		 }
  .mbr-gallery .carousel-indicators,
  .mbr-gallery .carousel-control,
  .mbr-gallery .modal .close {
    position: fixed;
		}
	.gallery_all {
		 display: inline-block;
		 margin-left: 0px;
		 width: 100%;
	 }

	 .gallery_all a {
			width: 100%;
	 }
	 .mbr-gallery .mbr-gallery-item {
		 width: 50%;
	}

	.mb-right-padding-md-up {
			padding-right: 60px;
	}
	.mb-left-padding-md-up {
		padding-left: 60px;
	 }

	 .gallery_estates h3 {
		 font-size: 38px;
	}
	.gallery_all a {
		 margin-top: 0px;
		 font-size: 13px;
		 padding: 8px;
		 letter-spacing: 1px;
 }

}
@media (max-width: 767px) {
	.estate-preview-box-line-details .item-detail p {
    top: 1px;
    position: relative;
  }

  .members.brokers .search-form ul {
    display: flex;
    flex-direction: column;
  }

  .search-form ul li.half {
    width: 100%;
  }

  .members.project .topProjectButtons {
    flex-direction: column-reverse;
  }

  .members.project .button_container {
    flex: 1;
    text-align: end;
    width: 100%;
    margin-bottom: 28px;
  }

  .projects.home .pagination {
    margin-top: 40px;
  }

  .members .pages_body .boxes_container, .subscriptions .pages_body .boxes_container {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    margin-top: 56px;
    justify-content: center;
  }

  .subscriptions .pages_body .boxes_container {
    margin-top: 0;
  }


  .members .pages_body .boxes_container .box a.post_link, .subscriptions .pages_body .boxes_container .box a.post_link {
    padding: 7px 8px;
  }

	.preview-estate .preview-estate-box .item-detail-right {
		padding: 3px 15px 0px;
	}
	.quick-select ul li a {
    font-size: 16px;
	}
	.quick-estate-select h3 {
    font-size: 24px;
	}

  .view-extra-details .box_details h2 {
    font-size: 27px;
  }

  .members .login_box_left h1, .members .login_box_right h1 {
    font-size: 27px;
    margin-bottom: 15px;
  }

  .view-extra-details .box_details .box_details_cols .box_details_col_left {
    width: 100%;
    border-bottom: 2px solid #eaeef5;
    border-right: none;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }

  .view-extra-details .box_details .box_details_cols .box_details_col_right {
    width: 100%;
  }

  .view-extra-details .box_details .box_details_cols {
    gap: 0px;
    margin-top: 20px;
    flex-direction: column;
  }

  .view-extra-details {
    padding-top: 30px;
  }

  .projects.view img.absolute {
    height: 300px;
  }

  .view-details .project_description_container h2 {
    font-size: 25px;
  }

  .flex.alignItemsCenter {
    flex-direction: column;
    align-items: flex-start;
  }

  .view-details .social_container.flex.alignItemsCenter {
    flex-direction: row;
    margin-top: 15px;
    align-items: center;
  }

  .swiper-button-next.gallery {
    margin-right: 25px;
  }

  .estates .sticky {
    position: relative;
    top: 0;
  }

  .contact_form_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact_form .form-control {
    font-size: 16px;  
  }

  .contact_form_section .contact_form {
    padding: 40px;
  }

  .text_wrapper.about h2 {
    font-size: 20px;
    line-height: normal;
  }

  .contact_form h3 {
    font-size: 20px;
  }

  .blog.view h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .article_img {
    padding-left: 30px;
    margin-top: 25px;
  }

  .pages_header_fg h1 {
    font-size: 2rem;
  }

  .projects.home #ajaxcontent, .members #ajaxcontent, .subscriptions #ajaxcontent, .checkout #ajaxcontent, .blog.home #ajaxcontent, .blog.posts #ajaxcontent, .blog.view #ajaxcontent, .pages.broker_pricelist #ajaxcontent, .pages.private_pricelist #ajaxcontent, .newsletter.preferences #ajaxcontent {
    padding-top: 76px;
  }

  .footer_box.last {
    margin-bottom: 70px;
  }

  footer .newsletter_title h3 {
    font-size: 35px;
  }

  section.signups .circle-right {
    top: calc(65% - 150px);
    right: 20px;
  }

  section.blog_home .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    margin-right: 10px;
    width: 10px;
    margin-left: 10px;
  }

  section.blog_home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 22px;
    height: 22px;
  }

  section.blog_home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 14px;
    width: 14px;
  }

  section.blog_home .swiper-pagination {
    padding: 20px 20px 30px 20px;
  }

  section.blog_home .blog_wrapper.inside {
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }

  section.blog_home .blog-home-title h1 {
    font-size: 27px;
  }

  section.blog_home {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  section.spy_home img.image_detective {
    bottom: -115px;
    width: 150px;
    left: calc(50% - 75px);
  }

  section.signups .line-right {
    top: 30%;
  }

  section.signups .signups_text_col {
    padding: 20px 50px 40px 50px;
    text-align: center;
  }

  section.signups {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  section.main_categories h1.section_title {
    font-size: 27px;
    line-height: 35px;
  }

  .search-form select {
    background-position: 97% center;
  }

  .navbar-dropdown.navbar-short .cd-ad-trigger {
    background-size: 13px;
    padding: 7px 7px;
    width: 34px;
    height: 34px;
  }

  .navbar-dropdown.navbar-short .cd-account-trigger {
    width: 36px;
    height: 36px;
    background-size: 13px;
  }

  .navbar-dropdown.navbar-fixed-top.navbar-short .toggle-nav {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }

  .navbar-dropdown .navbar-logo img {
    height: 60px;
  }

  .toggle-nav {
    width: 35px;
    height: 35px;
  }

  #mobile-nav {
    margin-top: 0;
  }

  .navbar-fixed-top.navbar-short #mobile-nav.active {
    margin-top: 0px;
  }

  .topbar_right img {
    width: 21px;
    margin-right: 6px;
  }

  .topbar_center img {
    width: 14px;
    margin-right: 6px;
  }

  .topbar_left img {
    width: 15px;
    margin-right: 8px;
  }

  .topbar_right {
    float: none;
    text-align: center;
  }

  .topbar_center {
    padding: 7px 0;
  }

  .topbar_left {
    text-align: center;
  }

  #search_mob form {
    width: 65%;
  }

  .view-details {
    padding-top: 60px;
  }

  #mobile-nav ul li a {
    font-size: 21px;;
    margin: 2px 0;
  }

  .m-t-767 {
    margin-top: 40px;
  }

  .view-details h1 {
    font-size: 30px;
    margin-bottom: 35px;
  }

  .property_header h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .property_info ul {
    padding: 20px 0;
    margin: 60px 25px 0 25px;
  }

  .pin img {
    width: 22px;
  }

  .contact_bg .pin {
    margin-top: 20px;
  }

  .contact_bg p.subtitle {
    margin-bottom: 15px;
  }  

  .contact_details .contact_info h6 {
    font-size: 20px;
  }

  .contact_bg p.title {
    font-size: 22px;
  }

  .contact .contact_info {
    margin-bottom: 30px;
  }

  .contact_details h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .contact.newsletter_page {
    padding-bottom: 30px;
    padding-top: 50px;
  }

  .contact_header h3 {
    font-size: 30px;
  }

  .dynamic_graphic_top {
    width: 200px;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-group select {
    background-size: 17px;
  }

  .contact_details .contact_form button {
    font-size: 16px;
    padding: 12px 55px;
  }

  .contact_details .contact_form input, .contact_details .contact_form select {
    font-size: 16px;
  }

  .form-control {
    padding: 12px 12px;
  }

  .page_header h1 {
    font-size: 37px;
    line-height: 45px;
  }

  .onoffswitch {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: fit-content;
  }

  .services_section {
    margin: -40px 20px 0px 20px;
  }

  .latest_estates {
    margin-top: 00px;
    
  }

  .service_box {
    padding: 15px;
    margin-bottom: 25px;
  }

  .scrollButtonContainer {
    bottom: 20%;
    margin: 0 auto;
    right: 0;
    left: 0;
  }

  .header_title {
    font-size: 30px;
    line-height: 50px;
    padding-left: 0px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 5vh;
  }

  .estates h1 {
    font-size: 28px;
  }

  .estate-title {
    font-size: 23px;
  }

  .estate_wrapper {
    margin-top: 0px;
  }

  .estates .estate_details .price {
    font-size: 24px;
  }

  .estates .estate_details.latest .estate-info {
    font-size: 15px;
  }

  .estate_details .estate-info img {
    width: 28px;
  }

  .estate-info {
    font-size: 16px;
  }

  .estate-address {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .estate-title {
    font-size: 26px;
  }

  .estates .estate_details .price {
    font-size: 27px;
  }

  .button.center {
    margin-top: 50px;
  }

  .txt_akinito h1 {
    font-size: 40px;
  }

  .button.white {
    display: block;
    margin: 0 auto 20px auto;
  }

  .mbr-subscribe {
    width: 70%;
  }

  .newsletter_left, .newsletter_right {
    width: 65%;
    height: 108%;
  }

  .newsletter_left {
    left: -130px;
  }

  .newsletter_right {
    right: -130px;
  }

  .footer_logo {
    text-align: center;
  }

  footer .flex-center {
    flex-direction: column;
  }

  .copyright p {
    text-align: center;
  }

  .wapp {
    float: none;
    text-align: center;
    margin-top: 7px;
  }

  .btn-social {
    margin: 0 20px;
  }

  .social_footer {
    position: absolute;
    bottom: 0;
    left: -65px;
  }

  .social_footer.mob {
    display: block;
    float: none;
    text-align: center;
    margin-top: 10px;
  }

  .footer_logo img {
    width: 110px;
  }

  .footer_box_wrapper {
    padding: 40px 0 0px 0;
  }

  .footer_box_wrapper .col-sm-6:nth-child(2n+1) {
    clear: both;
  }

  .contact_header .header_title {
    font-weight: 500;
    font-size: 27px;
    line-height: 34px;
    text-align: left;
  }

  .contact_header .header_right_title {
    font-size: 19px;
    line-height: 26px;
    margin-left: 15px;
  }

  .contact_header .header_right_description h3 {
    font-size: 17px;
    line-height: 20px;
    margin-left: 15px;
  }

  .social_header {
    margin-left: 15px;
  }

  .contact_header .header_right_description {
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .btn-social {
    margin: 0 10px;
  }

  .contact_header .header_right_title br {
    display: none;
  }

	.search-estate .search-title {
    font-size: 28px;
	}
	.mbr-gallery-filter ul {
    width: 100%;
	}
	.mbr-gallery-filter li {
	  width: 100%
	}

	.quick-search-estate h3 {
    font-size: 24px;
	}

	.preview-estate .preview-estate-box a {
		text-decoration: none;
	}

  .mb-section {
    padding-top: 60px;
    padding-bottom: 60px;
	}

  .search-form ul li {
    width: 47.6%;
  }

  .search-form .clearfix {
    display: none;
  }

  .profile_graphic {
    width: 38px;
    height: 230px;
    background-image: none;
  }

  .text_wrapper h1 {
    font-size: 27px;
    line-height: 37px;
  }

  p.subtitle {
    font-size: 17px;
  }

  .pages.home .mb-section-full {
    height: 86vh;
    background-image: url(../img/layout/hero_arxiki_responsive.jpg) !important;
    background-position: 50% 65%;
  }
  .search-estate.home {
    margin-top: -150px;
  }

  .projects.home .search-form ul li {
    width: calc(32% - 4px);
  }

  .projects.home .search-form .filter-button {
    padding: 14px 20px;
    font-size: 15px;
    background-position: 10px 16px;
  }

  .projects.home .estates {
    padding-bottom: 0px;
  }

  .search-form ul {
    padding: 30px 20px;
  }

  .search-form ul li:last-child {
    width: 100%;
    margin: 0 5px;
  }

  .search-form .filter-button {
    top: 0px;
  }

  section.main_categories .type .icon_type img {
    width: 64%;
  }

  .latest_estates_main_projects ul.tabs {
    margin-right: 0px;
  }

  .latest-title h1:before {
    position: relative;
    content: '';
    background: url(../img/layout/logomark_graphic.svg);
    width: 37px;
    display: inline-block;
    height: 31px;
    background-repeat: no-repeat;
    top: 6px;
  }

  section.signups .alignItemsCenter {
    flex-direction: column-reverse;
  }

  section.signups .alignItemsCenter.reversed {
    flex-direction: column;
  }

  section.signups {
    padding-left: 30px;
    padding-right: 30px;
  }

  section.signups .circle-left {
    width: 300px;
    height: 300px;
    bottom: 0;
    left: 0;
    top: unset;
  }

  section.signups .line-left {
    bottom: 0;
    left: calc(-23.333%);
    transform: rotateZ(-45deg);
    top: unset;
  }

  section.main_categories .type .icon_type {
    width: 64px;
    height: 64px;
  }

  .search-form ul li {
    width: 47.5%;
  }

  .btn {
    white-space: normal;
  }

  .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .mbr-slider > .container .carousel-control {
    margin-bottom: 0px;
  }
  .hero_container {
    justify-content: center;
  }

}
@media (max-width: 549px) {
  .pages.broker_pricelist .page_intro h2, .pages.private_pricelist .page_intro h2 {
    margin-bottom: 20px;
    line-height: 31px;
    font-size: 25px;
  }

  .members .info_account {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }

  .members .info_account .box {
    width: 100%;
  }

  .members .info_account .box .box_title {
    font-size: 14px;
  }

  .plan {
    width: calc(100% - 20px);
    margin: 10px;
  }

  .members .profile_intro_body p {
    font-size: 16px;
    line-height: 27px;
  }

	.search-estate .search-title {
    font-size: 24px;
	}
		.view-estate-header {
	    padding: 115px 0 15px;
	}
	.estate-description p {
		text-align: justify;
	}
	.mobile-xxs {
		width: 100%;
		text-align: center;
	}

  .members .pages_body .boxes_container .box, .subscriptions .pages_body .boxes_container .box {
    width: calc(50% - 25px);
    padding: 20px;
    background: #eceeef;
    border-top: 5px solid #e8a25b;
    width: 100%;
  }

  .members .pages_body .avatar_post .edit_profile {
    margin-top: 10px;
  }

  .right_user_actions {
    text-align: center;
  }

  .estate_wrapper_view_project {
    padding: 35px 15px; 
  }


  .view-extra-details .box_details h2 {
    font-size: 24px;
  }

  .swiper-button-prev.gallery {
    margin-left: 20px;
  }

  .project_category .rent {
    font-size: 15px;
    padding: 8px 20px !important;
  }

  .swiper-button-next.gallery {
    margin-right: 20px;
  }

  .pagination {
    margin-top: 2rem;
  }

  .projects.home .search-estate {
    padding-bottom: 40px;
  }

  .projects.home .search-form ul li {
    width: calc(48% - 2px);
  }

  .contact_form .btn-primary {
    padding: 10px 50px;
    font-size: 17px;
  }

  .contact_form .form-control {
    margin-bottom: 20px;
  }

  .contact_header .header_right_title {
    font-size: 17px;
    line-height: 25px;
    margin-left: 10px;
  }

  .contact_header .header_description {
    line-height: 23px;
    margin-top: 15px;
    font-size: 15px;
    padding-left: 10px;
  }

  .social_header {
    margin-left: 10px;
  }

  .contact_header .header_right_description h3 {
    font-size: 16px;
    line-height: 18px;
    margin-left: 10px;
  }

  .contact_header .header_title {
    font-size: 25px;
    line-height: 32px;
    padding-left: 10px;
  }

  .text_wrapper h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .dynamic_img {
    padding-left: 45px;
  }

  p {
    font-size: 17px;
    line-height: 26px;
  }

  .padd {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blog.view h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .pages_header_fg h1 {
    font-size: 1.7rem;
  }

  .article_box.inside h2 {
    font-size: 22px;
  }

  .navbar-dropdown.bg-color.transparent {
    margin-top: 10px;
  }

  footer .newsletter_title h3 {
    font-size: 32px;
  }

  .members .pages_header ul, .subscriptions .pages_header ul, .checkout .pages_header ul, .blog.home .pages_header ul, .blog.posts .pages_header ul {
    margin-bottom: 5px;
  }

  section.blog_home {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer_box_wrapper .col-sm-6:nth-child(2n+1) {
    clear: unset;
  }

  .hide549 {
    display: none;
  }

  img.footer_logo {
    margin-top: 0;
  }
  
  .footer_mob {
    display: block;
  }

  .dropdown_info_1, .dropdown_info_2, .dropdown_info_3, .dropdown_info_4 {
		width: 100%;
		color: #fff;
		transition: all ease-in-out .3s;
		-webkit-transition: all ease-in-out .3s;
		-moz-transition: all ease-in-out .3s;
		display: none;
	}
	.dropdown_info_1.active, .dropdown_info_2.active, .dropdown_info_3.active, .dropdown_info_4.active { display: block; }

	.dropdown_info_1 ul, .dropdown_info_2 ul, .dropdown_info_3 ul, .dropdown_info_4 ul
	{ display: inline-block; padding: 2px 0; }

	.dropdown_info_1 ul li, .dropdown_info_2 ul li, .dropdown_info_3 ul li, .dropdown_info_4 ul li {
		position: relative;
		margin-right: 0;
		transition: all ease-in-out .3s;
		margin-bottom: 10px;
	}

	.dropdown_info_1 ul li a, .dropdown_info_2 ul li a, .dropdown_info_3 ul li a, .dropdown_info_4 ul li a {
    display: block;
    padding: 2px 0 0 0;
    line-height: normal;
    transition: all ease-in-out .3s;
    text-transform: none;
    color: #fff;
    font-size: 16px;
	}

  a.info-trigger-1:after, a.info-trigger-2:after, a.info-trigger-3:after, a.info-trigger-4:after {
    content: " ";
    background: url(../img/layout/arrow_down_white.svg) no-repeat 0 0;
    width: 12px;
    height: 12px;
    position: absolute;
    margin-top: 8px;
    margin-left: 20px;
	}

  .footer_box h6 {
    margin-left: -20px;
  }

  .footer_box.last {
    margin-bottom: 10px;
  }

  .footer_box h6 a {
    color: #fff;
  }

  .footer_mob .footer_box {
    padding: 10px 0;
  }

  .article_box h2 {
    font-size: 19px;
    bottom: 5px;
  }

  section.blog_home .blog-home-title h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  section.spy_home {
    padding-top: 110px;
  }

  section.signups .signups_text_col {
    padding: 20px 30px 40px 30px;
  }

  .latest_estates .swiper-button-prev, .latest_estates .swiper-button-next {
    margin: 0px 5px 0 5px;
  }

  .latest_estates ul.tabs>li.current {
    padding: 7px 15px;
  }

  .header_title {
    font-size: 27px;
    line-height: 37px;
  }

  .navbar {
    padding: 0 0.5rem;
  }

  .cd-ad-trigger {
    background-size: 15px;
    width: 38px;
    height: 38px;
  }

  .cd-account-trigger {
    width: 40px;
    height: 40px;
    background-size: 15px;
  }

  .toggle-nav.active {
    background-size: 45px;
    width: 40px;
    height: 45px;
    top: 0;
  }

  .estate-location h1 {
    font-size: 30px;
  }

  .estate-location p {
    font-size: 17px;
  }

  .property_info ul {
    margin: 50px 25px 0 25px;
  }

  .property_price p.price {
    font-size: 37px;
  }

  .property_price p {
    font-size: 24px;
  }

  .property_price p span {
    font-size: 24px;
  }

  .property_info ul li {
    font-size: 18px;
  }

  .contact_bg p.title {
    font-size: 20px;
  }

  .search_item h3 a {
    font-size: 21px;
  }

  .contact_header h3 {
    font-size: 27px;
    margin-bottom: 15px;
  }

  .view-details .project_description_container {
    margin-top: 35px;
  }

  .quick-search-estate h3 {
    font-size: 22px;
  }

  #show_all_description {
    font-size: 17px;
    margin: 0 25px;
    margin-top: 15px;
  }

  .view-details h2.project_location {
    font-size: 20px;
    margin-top: 25px;
  }

  .view-details .project_details h1.project_title {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .view-details .project_details .project_price_code {
    text-align: left;
  }

  .view-details .project_details {
    margin-top: 20px;
    gap: 0px;
    flex-direction: column;
  }

  .contact_details {
    margin-top: 15px;
  }

  .dynamic_graphic {
    margin-top: 0px;
  }

  .page_header h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .search-form ul li {
    width: 47%;
  }

  .search-form .filter-button {
    padding: 12px 70px;
  }

  .mb-section-full.page_header {
    height: calc(65vh - 100px);
  }

  .reverse-991 .col-lg-6 {
    padding: 0;
  }

  .akinito_banner {
    height: 80vh;
  }

  .estate-title {
    font-size: 23px;
  }

  .estates .estate_details .price {
    font-size: 22px;
  }

  .estate_wrapper {
    margin-left: 0px;
  }

  .input-group-btn .btn.btn-primary {
    margin: 50px auto 0 auto;
    padding: 12px 55px;
  }

  .mbr-subscribe {
    width: 85%;
  }

  .social_footer {
    position: relative;
    left: 0;
  }

  .footer_box_wrapper {
    padding: 20px 0 0px 0;
    margin: 30px 0 0 0;
  }

  .btn-social {
    margin: 0 10px;
  }

  .social_footer.mob {
    margin-top: 25px;
  }

  .footer_box ul li {
    padding: 1px 0;
    font-size: 17px;
  }

  .footer_box {
    padding: 15px 0;
  }

  .footer_box ul {
    margin-bottom: 0;
  }

	.view-estate-header .view-estate-title span {
    padding: 10px;
    float: none; }

	.search-estate.se-front {
    padding: 70px 0 100px 0 !important;
	}
	.search-estate.se-front h3 {
    font-size: 33px;
	}
	.preview-estate-box .estate-preview-box-line-details .it-3 {
		display: none;
	}
	.preview-estate-box .estate-preview-box-line-details .item-detail.it-2 p {
		border-right: none;
	}
	.search-form #price {
    font-size: 13px;
    text-align: right;
	}
	.contact {
    padding-bottom: 50px;
  }
	.contact_details .contact_info {
    border-radius: 0px;
	}
	.fullprofile h3 {
    font-size: 38px;
	}
	.fullprofile p {
		font-size: 13px;
	}
	.mb-arrow-up {
		right: -5px !important;
		left: auto;
	}
		.newsletter form input {
			font-size: 13px;
	    position: relative;
	    top: 2px !important;
		}

		.newsletter form span button {
			font-size: 13px;
		}

    .newsletter_left, .newsletter_right {
      width: 63%;
      height: 103%;
    }

    .newsletter_left {
      left: -80px;
    }

    .newsletter_right {
      right: -80px;
    }

	.pargabtn a {
    font-size: 13px !important;
		}
		.aboutparga p {
    	font-size: 13px;
		}
		.aboutparga h3 {
  	  font-size: 36px;
		}

		.profile h3 {
		    font-size: 33px !important;
		}

    .scroll-suggestion img {
      width: 70px;
      height: 70px;
    }

		.header_subtitle {
				font-size: 14px;
			}
			.mb-gallery-filter ul {
  		  width: 100%;
			}
			.mb-gallery-filter li {
    			width: 100%;
					font-size: 14px !important;
			}
			.gallery_all {
				width: 100%;
				margin-left: 0;
			}
			.gallery_all a {
				width: 100%;
			}
			.gallery_estates h3 {
		    font-size: 30px !important;
			}

	}
@media (min-width: 544px) {
	  .footer4 > .container > .row > div, .footer4 > .container > .row > div > .row > div {
	    clear: none !important;
	    padding-bottom: 0 !important;
			}
			.mbr-slider .carousel-indicators {
				display: none;
			}

}
@media (max-width: 479px) {
  .no-results svg, .projects svg, .no_data svg {
    width: 30vw;
    height: 15vh;
  }
		.view-estate-header .view-estate-title h4, small {
	    font-size: 14px;
	}
  .members.project .button_container .btn-save {
    padding: 8px 33px;
  }

  .members.project .button_container .btn-publish {
    padding: 6px 20px;
  }

  .broker_box {
    flex-direction: column;
    text-align: center;
  }

  .broker_box .broker_details h3.broker_name {
    text-align: center;
  }

  .broker_box .broker_img {
    width: 100%;
  }

  .broker_box .broker_details {
    width: 100%;
  }

  .broker_box .broker_img img {
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    max-width: 200px;
  }


	.preview-estate .preview-estate-box .estate-preview-box-details p {
    font-size: 14px;
	}
	.preview-estate .preview-estate-box .estate-preview-box-details h2 {
    font-size: 16px;
	}
	.preview-estate .preview-estate-box .estate-preview-box-description p {
    text-align: justify;
	}
	.preview-estate-box .estate-preview-box-line-details .it-1 .hide-it {
		display: none;
	}
	.preview-estate-box .estate-preview-box-line-details .it-1 .enable-it {
		display: block;
	}

  .members .login_box_left h1, .members .login_box_right h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .projects.home .search-form ul li {
    width: calc(47% - 0px);
  }

  .view-details .social_container.flex.alignItemsCenter {
    margin-bottom: 15px;
  }

  .view-details {
    padding-top: 30px;
  }

  .contact_form h3 {
    margin-bottom: 15px;
  }

  .contact_form_section .contact_form {
    padding: 40px 30px;
  }

  .contact_form .btn-primary {
    padding: 10px 40px;
    font-size: 16px;
  }

  .mb-section-full {
    background-position: 78%;
  }

  .text_wrapper ul li {
    font-size: 17px;
  }

  .blog.view h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .article_img {
    padding-left: 25px;
    margin-top: 20px;
  }

  .navbar-dropdown.navbar-fixed-top.navbar-short .toggle-nav.active {
    top: 0;
    width: 33px;
    height: 40px;
    background-size: 40px;
    margin-left:0px;
  }

  #lang_info.mob {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
  }

  #lang_info.mob .languages a.selected_lang {
    font-weight: 600;
    color: #2462c5;
    font-size: 17px;
  }

  #lang_info.mob .languages a.selected_lang:after {
    background-image: url(../img/layout/arrow_down_blue.svg);
  }

  #lang_info.mob .languages .languages_menu.active {
    background: #2462c5;
  }

  section.signups .title {
    font-size: 25px;
  }

  section.blog_home .blog-home-title h1 {
    font-size: 22px;
    padding: 0 15px;
  }

  section.spy_home img.image_detective {
    bottom: -76px;
    width: 120px;
    left: calc(50% - 65px);
  }

  .article_box h2 {
    font-size: 17px;
    bottom: 3px;
  }

  section.spy_home {
    padding-top: 90px;
  }

  section.main_categories h1.section_title {
    font-size: 24px;
    line-height: 32px;
  }

  section.signups .link:before {
    width: 24px;
    height: 24px;
  }

  section.main_categories .types_container {
    margin: 30px 30px 0 30px;
  }

  section.main_categories .type {
    width: calc(100% - 24px);
    margin-bottom: 15px;
  }

  section.main_categories .types_container {
    margin: 20px 0px 0 0px;
  }

  section.main_categories .type .title_type {
    font-size: 16px;
  }

  section.main_categories h1.section_title {
    font-size: 23px;
    line-height: 28px;
  }

  section.main_categories {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  section.main_categories .type .icon_type {
    width: 70px;
    height: 70px;
  }

  section.main_categories .types_container {
    margin-top: 30px;
  }

  #lang_info {
    display: none;
  }

  .header_title {
    font-size: 26px;
    line-height: 36px;
  }

  .scrollButtonContainer {
    bottom: 25%;
  }

  #mobile-nav {
    height: calc(100% - 60px);
  }

  .estate-location p {
    font-size: 16px;
  }

  .estate-location .mb-map {
    height: 450px;
  }

  .toggle-nav.active {
    width: 35px;
  }

  .quick-search-estate p {
    margin-bottom: 25px;
    line-height: 23px;
    font-size: 17px;
  }

  .quick-phones p.phone {
    font-size: 20px;
  }

  .quick-phones img {
    width: 20px;
  }

  .quick-phones p {
    font-size: 19px;
  }

  .quick-form .quick-button {
    padding: 15px 35px;
    font-size: 16px;
  }

  .estate-view-region {
    flex-direction: column;
  }

  .quick-search-estate h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .estate-details {
    padding-bottom: 30px;
  }

  .view-details h1 {
    font-size: 27px;
  }

  .view-details .estate-description h3 {
    font-size: 20px;
  }

  .property_header {
    margin-bottom: 35px;
  }

  .property_header h1 {
    font-size: 27px;
    line-height: 37px;  
  }

  .property_header p img {
    width: 17px;
    margin-right: 10px;
  }

  .property_header p {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .padd {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .property_price p {
    font-size: 23px;
  }

  .property_price p.price {
    font-size: 35px;
    padding-top: 6px;
  }

  .property_info ul {
    margin: 40px 15px 0 15px;
    padding: 15px 0;
  }

  .property_info img {
    width: 30px;
    margin-right: 8px;
  }

  .property_info ul li {
    font-size: 17px;
  }

  .projects.home .estates {
    padding-top: 30px;
  }

  .contact_bg {
    padding: 60px 40px;
  }

  .contact_details .contact_info h6 {
    font-size: 19px;
  }

  .contact_details h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .contact.newsletter_page {
    padding-bottom: 30px;
    padding-top: 40px;
  }

  .contact_header h3 {
    font-size: 25px;
  }

  .contact_form p {
    float: none;
    text-align: left;
    display: block;
  }

  .contact_details .contact_form button {
    font-size: 16px;
    padding: 12px 50px;
    float: none;
    margin-top: 20px;
  }

  .page_header h1 {
    font-size: 32px;
    line-height: 37px;
  }

  .search-form ul li {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .estates .estate_details.latest .estate-info {
    font-size: 14px;
    margin-right: 6px;
  }

  .button.show_mob {
    font-size: 15px;
  }

  .estates h1 {
    font-size: 25px;
  }

  .estate_details .estate-info img {
    width: 23px;
  }

  .text_wrapper.about {
    padding: 0px 0px 10px 0px;
  }

  p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .text_wrapper h1 {
    font-size: 23px;
    line-height: 28px;
  }

  .profile_right {
    margin-left: 35px;
    margin-top: -40px;
  }

  .profile.padd {
    padding: 20px 15px;
  }

  .profile_graphic {
    width: 39px;
  }

  .txt_akinito {
    padding: 0px;
  }

  .button {
    padding: 12px 50px;
    font-size: 17px;
  }

  .button.blue {
    padding: 12px 30px;
  }

  .button.white {
    padding: 12px 30px;
  }

  .txt_akinito h1 {
    font-size: 35px;
    margin-bottom: 25px;
  }

  .input-group-btn .btn.btn-primary {
    font-size: 17px;
  }

	.preview-estate-box .estate-preview-box-line-details .it-2 {
		display: none;
	}
	.preview-estate-box .estate-preview-box-line-details .item-detail.it-1 p {
		border-right: none;
	}

  .footer_box ul li a {
    font-size: 17px;
  }

  .footer_box h6 {
    font-size: 18px;
  } 

  .copyright {
    padding: 15px 0px;
  }

  .copyright p {
    font-size: 15px;
    line-height: 22px;
  }

  .footer_mob .footer_box {
    padding: 7px 0;
  }

  footer .newsletter_title p {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 15px;
  }

  footer .newsletter_title h3 {
    font-size: 30px;
  }

  .topbar_left p, .topbar_left a, .topbar_right p, .topbar_right a {
    font-size: 14px;
  }

  .topbar_left {
    margin-left: -15px;
  }

  .topbar_right {
    margin-right: -15px;
  }
  
  .search_mob img {
    width: 37px;
    height: 29px;
    top: -2px;
    position: relative;
  }

  .toggle-nav {
    width: 33px;
    height: 33px;
  }

}
@media (max-width: 420px) {
	footer .quickinfo {
    text-align: center;
    font-size: 13px;
	}
  .pages.broker_pricelist #ajaxcontent, .pages.private_pricelist #ajaxcontent, .newsletter.preferences  #ajaxcontent{
    padding-top: 61px;
  }

  .members .login_box_left h1, .members .login_box_right h1 {
    font-size: 22px;
  }

  .quick-form .quick-button, .loginform .quick-button {
    margin-top: 5px;
    padding: 10px;
    font-size: 16px;
  }

  .view-extra-details {
    padding-top: 15px;
    padding-bottom: 45px;
  }

  .estate_wrapper_view_project {
    padding: 30px 0px;
  }

  .estates .estate_wrapper_view_project h1 {
    margin-left: 15px;
  }

  .view-extra-details .box_details h2 {
    font-size: 21px;
  }

  .view-extra-details .box_details .box_details_cols .box_details_col_right ul.double_col li {
    width: 100%;
  }

  .projects.home .search-form ul li {
    width: 100%;
  }

  .search-form input, .search-form select {
    padding: 15px 12px;
    font-size: 15px;
  }

  .projects.home .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-size: 8px;
    background-position: 100% center;
    top: 14px;
    right: 7px;
  }

  .projects.home .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }

  .contact_form_section .contact_form {
    padding: 35px 15px;
  }

  .contact_form h3 {
    font-size: 18px;
  }

  .contact_form .form-control {
    margin-bottom: 15px;
    font-size: 15px;
    padding: 10px;
  }

  .contact_form_section {
    padding-bottom: 40px;
  }

  .dynamic_img {
    padding-left: 35px;
  }

  .page_header h1 {
    font-size: 28px;
    line-height: 35px;
    padding: 30px 15px 0 15px;
  }

  .article_img {
    padding-left: 20px;
    margin-top: 10px;
  }

  .blog.view h2 {
    font-size: 22px;
    line-height: 25px;
  }

  .members .pages_header ul li a, .subscriptions .pages_header ul li a, .checkout .pages_header ul li a, .blog.home .pages_header ul li a, .blog.posts .pages_header ul li a,  .blog.view .pages_header ul li a {
    font-size: 14px;
  }

  .projects.home #ajaxcontent, .members #ajaxcontent, .subscriptions #ajaxcontent, .checkout #ajaxcontent, .blog.home #ajaxcontent, .blog.posts #ajaxcontent, .blog.view #ajaxcontent {
    padding-top: 61px;
  }

  .article_box.inside h2 {
    font-size: 20px;
  }

  .members .pages_header ul, .subscriptions .pages_header ul, .checkout .pages_header ul, .blog.home .pages_header ul, .blog.posts .pages_header ul, .blog.view .pages_header ul {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .pages_header_fg h1 {
    font-size: 1.4rem;
  }

  #lang_info.mob .languages a.selected_lang {
    font-size: 16px;
  }

  .languages a.selected_lang:after {
    top: 8px;
    width: 9px;
    height: 9px;
  }

  .menu_social {
    margin: 25px auto 0 auto;
    padding: 20px 45px;
  }

  img.footer_logo {
    width: 140px;
  }

  footer .newsletter_title h3 {
    font-size: 27px;
  }

  .footer_box ul li a {
    font-size: 15px;
    padding: 0;
  }

  a.info-trigger-1:after, a.info-trigger-2:after, a.info-trigger-3:after, a.info-trigger-4:after {
    width: 10px;
    height: 10px;
    margin-top: 8px;
    margin-left: 15px;
  }

  .footer_box p {
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 5px;
  }

  .mbr-subscribe .input-group-btn .btn.btn-primary {
    padding: 7px 22px;
    font-size: 14px;
  }

  .mbr-subscribe {
    padding: 2px 5px;
  }

  section img.image_detective {
    bottom: -70px;
    width: 100px;
    left: calc(50% - 50px);
  }

  .estates.padd {
    padding-bottom: 40px;
  }

  section.signups .signups_text_col {
    padding: 20px 0px 40px 0px;
  }

  section.signups .title {
    font-size: 22px;
    margin-bottom: -15px;
  }

  section.signups .link {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 25px;
    width: 100%;
    display: block;
  }

  section.signups .link:after {
    width: 27px;
    height: 27px;
  }

  section.signups .circle-left {
    width: 260px;
    height: 260px;
    bottom: 60px;
    left: -10px;
  }

  section.signups .line-left {
    bottom: 45px;
  }

  section.signups .circle-right {
    top: calc(69% - 150px);
    right: -30px;
    width: 260px;
    height: 260px;
  }

  section.signups .link:before {
    width: 20px;
    height: 20px;
  }

  .latest-title h1:before {
    width: 30px;
    height: 26px;
    top: 4px;
  }

  .latest_estates ul.tabs>li {
    margin-left: 5px;
    margin-right: 5px;
  }

  .mb-section-full {
    height: 100vh;
  }

  .mb-section-full.contact_header {
    height: 80vh;
  }

  .navbar {
    padding: 0 0rem;
  }

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

  .scrollButtonContainer {
    bottom: 28%;
  }

  #search_mob form {
    width: 80%;
  }

  #search_mob form input {
    font-size: 17px;
  }

  #search_mob .icon-search {
    width: 26px;
    height: 26px;
  }

  .text_wrapper ul li {
    font-size: 17px;
    line-height: 23px;
  }

  .toggle-nav.active {
    background-size: 40px;
    width: 31px;
    height: 40px;
  }

  .menu_social p {
    margin-bottom: 10px;
  }

  #mobile-nav ul li a {
    font-size: 19px;
    margin: 0px 0;
  }

  .estate-location img {
    width: 16px;
    margin-right: 10px;
  }

  .menu_social img {
    width: 18px;
    margin-right: 10px;
  }

  .estate-location p {
    font-size: 15px;
  }

  .estate-location p {
    margin-bottom: 30px;
  }

  .estate-location h1 {
    font-size: 27px;
  }

  .quick-phones {
    margin-top: 30px;
  }

  .view-details {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .breadcrumb_container span {
    font-size: 14px;
  }

  .view-details .social_container.flex.alignItemsCenter {
    flex-direction: column;
    margin-top: 15px;
    align-items: flex-start;
  }

  .projects.view img.absolute {
    height: 320px;
  }

  .view-details .social_container span {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .property_header p {
    font-size: 15px;
  }

  .property_header h1 {
    font-size: 25px;
    line-height: 35px;
  }

  .estate-details .estate-details-row p {
    font-size: 15px;  
  }

  .view-details .estate-details h3 {
    font-size: 17px;
  }

  .quick-search-estate {
    padding: 10px 0;
  }

  .quick-form input {
    padding: 10px;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .quick-phones p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .quick-form textarea, .loginform textarea {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .quick-search-estate h3 {
    font-size: 18px;
    line-height: 22px;
    padding: 0 10px;
  }

  .view-details .quick-info-contact .quick-info-contact-item span.item-right {
    width: 60%;
  }

  .view-details .quick-info-contact .quick-info-contact-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    flex-direction: column;
  }

  .view-details .quick-info-contact .quick-info-contact-item span.item-left img {
    width: 22px;
  }

  .view-details .quick-info-contact {
    margin-top: 30px;
  }

  .quick-phones img {
    width: 18px;
  }

  .quick-phones p.phone {
    font-size: 19px;
  }

  .quick-form .quick-button {
    padding: 12px 25px;
    font-size: 16px;
  }

  .quick-search-estate p {
    margin-bottom: 20px;
    line-height: 19px;
    font-size: 16px;
  }

  .view-details .estate-view-region .estate-description h3 {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .view-details .estate-description h3 {
    font-size: 19px;
  }

  .estate-description {
    padding-bottom: 12px;
  }

  .view-details h1 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 30px;
  }

  .property_price p span {
    font-size: 21px;
  }

  .property_price p.price {
    font-size: 30px;
  }

  .property_price p {
    font-size: 22px;
  }

  .property_price {
    margin-top: 25px;
  }

  .property_info img {
    width: 25px;
  }

  .project_category .rent {
    font-size: 14px;
    padding: 6px 15px !important;
  }

  .view-details h2.project_location {
    font-size: 19px;
    margin-top: 20px;
  }

  .view-details .project_details h1.project_title {
    font-size: 22px;
  }

  .view-details .project_details .project_price_code .project_price {
    font-size: 23px;
  }

  .swiper-button-prev.gallery {
    margin-left: 10px;
    width: 35px;
  }

  .swiper-button-next.gallery {
    margin-right: 10px;
    width: 35px;
  }

  .view-details .project-info-wrap .project-info-item {
    margin-right: 22px;
  }

  .view-details .project_description_container h2 {
    font-size: 22px;
  }

  .padd {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .property_header {
    margin-bottom: 30px;
  }

  .contact_details h4 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
  }

  .mb-map, #map {
    height: 410px;
  }

  .contact_bg {
    padding: 50px 30px;
  }

  .contact_bg .pin {
    margin-top: 15px;
  }

  .contact_bg p.subtitle {
    margin-bottom: 12px;
  }

  .contact_bg p.title {
    font-size: 18px;
    line-height: 27px;
  }

  .pin img {
    width: 19px;
    margin-right: 10px;
  }

  .contact_details .contact_info h6 {
    font-size: 17px;
  }

  .contact_details .contact_info p {
    font-size: 17px;
    margin: 3px 0px 5px 0px;
    padding-bottom: 5px;
  }

  .query_form {
    padding: 40px 0 30px 0;
  }

  .contact_header h3 {
    font-size: 20px;
  }

  .page_header .scrollButtonContainer {
    bottom: 17%;
  }

  .akinito_banner {
    margin-top: 40px;
  }

  .dynamic_graphic_top {
    width: 130px;
    top: 25px;
  }

  .header_img {
    margin-top: -70px;
  }

  .tab {
    font-size: 15px;
  }

  .projects.home .estates {
    padding-top: 20px;
  }

  .estates .estate_details.latest .price {
    font-size: 20px;
  }

  .pagination {
    margin-top: 1rem;
  }

  .services_section {
    margin: -35px 5px 0px 5px;
  }

  .estate_details.latest {
    padding: 20px 15px;
  }

  .service_box h2 {
    font-size: 20px;
    padding-bottom: 2px;
  }

  .service_box span {
    font-size: 21px;
    padding: 0px 3px;
    margin: 0 auto 12px auto;
  }

  .service_box {
    padding: 12px;
    margin-bottom: 20px;
  }

  .estates h1 {
    font-size: 22px;
  }

  .estate_box {
    margin: 20px 0px 20px 0;
  }

  .estate-address {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .estate-info-wrap {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }

  .estate-info {
    font-size: 15px;
  }

  .estate_details .estate-info img {
    width: 25px;
  }

  .button.center {
    margin-top: 35px;
    padding: 12px 40px;
  }

  .estate-info {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .estates .estate_details .price span {
    font-size: 18px;
  }

  .estates .estate_details .price {
    font-size: 22px;
  }

  .estate-title {
    font-size: 22px;
  }

  .estate-address img {
    width: 14px;
    margin-right: 7px;
  }

  .rent {
    padding: 8px 20px!important;
    font-size: 14px;
  }

  .estate_details {
    padding: 15px;
  }

  p.subtitle {
    font-size: 15px;
  }

  .profile.padd {
    padding: 0px 15px;
  }

  .text_wrapper h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .button {
    margin: 25px 0 0 0;
  }

  .profile_graphic {
    width: 17px;
  }

  .profile_right {
    margin-right: 0;
  }

  .profile_right .text_wrapper {
    padding: 20px 15px 20px 20px;
  }

  .txt_akinito h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .txt_akinito p {
    margin-bottom: 25px;
  }

  .button {
    font-size: 16px;
  }

  .newsletter_left, .newsletter_right {
    width: 72%;
    height: 100%;
  }
  
  .input-group-btn .btn.btn-primary {
    padding: 12px 50px;
  }

  .mbr-subscribe {
    width: 100%;
  }

  .contact_details {
    margin-top: 15px;
  }

  .contact_details .contact_form input, .contact_details .contact_form select {
    font-size: 15px;
  }

  .form-group select {
    background-size: 15px;
  }

  .footer_logo img {
    width: 100px;
  }

  .social_footer img.facebook {
    width: 24px;
  }

  .social_footer img.instagram {
    width: 22px;
  }

  footer {
    padding: 25px 0 0px;
  }

  .social_footer img.twitter {
    width: 28px;
  }

  footer .newsletter_form {
    margin-bottom: 0;
  }

  .toggle-nav {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }

  .footer_box h6 {
    font-size: 17px;
  }

  .btn-social {
    margin: 0 3px;
  }

  .navbar-dropdown .navbar-logo img {
    height: 45px;
  }

  .cd-account-trigger {
    width: 36px;
    height: 36px;
    background-size: 13px;
  }

  .cd-ad-trigger {
    background-size: 13px;
    width: 34px;
    height: 34px;
    margin: 0 10px;
  }

  .search_mob img {
    width: 33px;
    height: 27px;
    top: -1px;
  }

  .topbar {
    flex-direction: column;
    text-align: center;
    padding: 12px 0;
  }

  .topbar_right {
    float: none;
  }

  .topbar .col-xs-6 {
    width: 100%;
    padding: 1px 0;
  }

	footer .copyrights {
	  font-size: 13px;
	}

	.mb-arrow-up {
	  left: auto !important;
	}
	.pargabtn a {
    font-size: 12px !important;
	}

	.aboutparga p {
    font-size: 11px;
	}

	.aboutparga h3 {
    font-size: 26px;
	}

	 .gallery_all {
			width: 100% !important;
	 }

	 .gallery_estates h3 {
	     font-size: 22px !important;
	 }
	 .gallery_estates small {
    font-size: 13px;
	}

  .mb-arrow-up {
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    bottom: 15px;
  }
  .mbr-gallery .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 320px){
	@-moz-document url-prefix() {
		.preview-estate .preview-estate-box .estate-preview-box-line-details .item-detail p {
		    padding-right: 10px;
			}
		}
	.newsletter form input {
		font-size: 12px;
		margin-top: 1px;
		}

		.newsletter form span button {
		font-size: 12px;
			}

    .scroll-suggestion img {
        width: 65px;
        height: 65px;
    }

		.header_subtitle {
    	font-size: 14px;
		}

    .mb-arrow {
      bottom: 21px;
		}
		.mb-arrow-up {
			bottom: 21px;
		 }
	}

  @media (min-width:992px) {
    .auto-clear .col-lg-1:nth-child(12n+1) {
        clear: left;
    }
    
    .auto-clear .col-lg-2:nth-child(6n+1) {
        clear: left;
    }
    
    .auto-clear .col-lg-3:nth-child(4n+1) {
        clear: left;
    }
    
    .auto-clear .col-lg-4:nth-child(3n+1) {
        clear: left;
    }
    
    .auto-clear .col-lg-6:nth-child(odd) {
        clear: left;
    }
}


@media (min-width:768px) and (max-width:991px) {
  .auto-clear .col-md-1:nth-child(12n+1) {
      clear: both;
  }
  
  .auto-clear .col-md-2:nth-child(6n+1) {
      clear: both;
  }
  
  .auto-clear .col-md-3:nth-child(4n+1) {
      clear: both;
  }
  
  .auto-clear .col-md-4:nth-child(3n+1) {
      clear: both;
  }
  
  .auto-clear .col-md-6:nth-child(odd) {
      clear: both;
  }
}
@media (max-width:767px) {
  .auto-clear .col-xs-1:nth-child(12n+1) {
      clear: both;
  }
  
  .auto-clear .col-xs-2:nth-child(6n+1) {
      clear: both;
  }
  
  .auto-clear .col-xs-3:nth-child(4n+1) {
      clear: both;
  }
  
  .auto-clear .col-xs-4:nth-child(3n+1) {
      clear: both;
  }
  
  .auto-clear .col-xs-6:nth-child(odd) {
      clear: both;
  }
}

