@charset "utf-8";
/* CSS Document 
@import url('https://fonts.googleapis.com/css2?family=Manrope&display=swap');*/

@font-face {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local('Manrope Regular'), local('Manrope-Regular'),
    url(https://fonts.googleapis.com/css2?family=Manrope&display=swap);
  font-display: swap;
}

body{
	background-color: #fff;
	overflow-x: hidden;
	font-family: 'Manrope', sans-serif !important;
	color: #0d263b !important;
}
:root {
	--baslik2: #d27040;
	--baslik: #b63e04;
	--acikyesil:#73a727;
	--lacivert:#152447;
	--yazirenk:#0d263b;
	--gri:#696969;
	}
.p-color-lacivert{
	color:var(--lacivert);
}
.logo{
	text-align: center;
}
.logo img{
	width: 150px;
}
.logo a{
	margin-left: -75px;
	position: absolute;
	z-index: 0;
}
.navbar{
	height: 75px;
}
.id-search img{
	margin: 0px 15px;
	width: 25px;
	object-fit: cover;
}
.id-search button{
	font-size: 10px;
}
@media (max-width: 992px){
	.id-search img{
		margin: 0px;
	}
	.ust-sag {
	font-size: 12px;
	}
		
}
.ust-sag {
	font-size: 14px !important;
}
.ust-sag a{
	text-decoration: none;
	color: #070707;
	transition: all .5s;
	font-size: 13px !important;
}
.ust-sag a:hover{
	color:var(--baslik);
}
.ust-sag img {
	padding: 0px;	
}
.ust-sag button{
	border:solid 1px #87A5F7;
	background-color: #fff;	
	color:#000;
	padding: 5px;
	transition: all .5s;
}
.ust-sag button:hover{
	background-color:var(--baslik);
	color:#fff;
}
.ustbolum{
	background-image: url("https://bepartners.gr/kapak/yok.webp");	
	height: 400px;
	background-position: center top;
	background-size: cover;
	color:#fff;
	text-align: center;
}
.ustbolum .bg h1{
	padding-top: 200px;
	font-size: 30px;
	font-weight: normal;
}
.ustorta{
	background-image: url("../images/3.webp");	
	height: 750px;
	background-position: center top;
	background-size: cover;
	color:#fff;
	text-align: center;
}
.bg{
	position:inherit;
	background-color: rgba(0,0,0,.3);
	height: 100%;
	width: 100%;
	color:#fff;
}
.ustorta .bg h1{
	padding-top: 300px;
	font-size: 70px;
	font-weight: normal;
}
.bg p{
	font-size: 20px;
}
@media (max-width: 992px){
	.ustorta .bg h1{
		font-size: 35px;
		padding-top: 150px;
	}	
}
.modal-body input{
	width: 100%;
	height: 50px;
}
.close-button{
	background-color: var(--baslik) !important;
	border: none;
	transition: all .5s;
}
.close-button:hover{
	background-color: #fff !important;
	transition: all .5s;
	color:#000 !important;
}
.search-button{
	background-color: var(--lacivert) !important;
	border: none;
	transition: all .5s;
}
.search-button:hover{
	background-color: #fff !important;
	transition: all .5s;
	color:#000 !important;
}
.carousel-form{
	margin-top: 100px;
}
.carousel-form select{
	border-radius: 1px;
	height: 50px;
	font-size: 13px;
}
.carousel-form button{
	background-color: rgba(21,36,71,.8);
	color:#fff;
	height: 50px;
	padding: 0px 20px;
	border: solid 0px;
	width: 100%;
	transition: all .5s;
}
.carousel-form button:hover{
	background-color: var(--baslik);
}
@media (max-width: 992px){
	
	.carousel-form{
		margin-top: 40px;
	}
	.carousel-form select{
		margin-top:10px;
	}	
}

.warpper{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.tab{
    cursor: pointer;
    padding:10px 40px 0px ;
    margin:0px 5px;
	background-color:rgba(21,36,71,1);
    display:inline-block;
    color:#fff; 
    transition: all .5s;
  /*border-top: 3px solid #000;*/
	
}
.tab i{
	color: rgba(21,36,71,1) !important;
}


@media (max-width: 778px){
	
.tab{
    padding:10px 20px 0px ;
	
}	
}
.panels{ 
    width:100%;
    border-radius:3px;
    overflow:hidden;
    padding:70px 35px; 
	background-color:rgba(21,36,71,.5);
	padding:15px;
}
.ara-paneli{
    display:none;
    animation: fadein .8s;
	text-align: justify;
}
.arabtn{
	padding-top: 15px;
}
.arabtn .ara{
	min-width: 75px;
	width:58%;
	color: white;
	background-color:#1d305d;
	display: inline-block;
	border: 0px;
}
.arabtn .ara:hover{
	color:var(--baslik);
}
.arabtn .sil{
	min-width: 55px;
	width:38%;
	color: white;
	background-color:var(--baslik);
	display: inline-block;	
	border: 0px;
}
.arabtn .sil:hover{
	color:#1d305d;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
    font-size:16px;
    font-weight:bold;
	font-weight: normal;
}
.radio{
   display:none;
}
#one:checked ~ .panels #two-panel,
#two:checked ~ .panels #one-panel{
   display:none;
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab{
   background-color:#fff;
   color:#000;
}
.haftalik-ilan{
	background: var(--lacivert);
	padding: 50px 20px !important;
	color: #FFFFFF;
	text-align: center;
	
}
.haftalik-ilan h2{
	font-size: 40px;
	font-weight: normal;
	padding-bottom: 10px;
	}
.emlak-ilan-rent{
	background-color: #FFFFFF;
}
.emlak-ilan-rent h2{
	color:#000;
}
.emlaklar{
	border: 1px solid #888686;
	background-color: #FFFFFF;
	color:var(--yazirenk);
	text-align: left;
	cursor: pointer;
	position: relative;
}
@media (max-width: 992px){
	.emlaklar{
	margin-bottom:20px;
	}	
}
.emlaklar p{
	position: absolute;
}
.emlaklar-alt{	
	position: relative;
}
.emlaklar-alt h3{
	transition: all .5s;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	padding-top: 40%;
	text-align: center;
	position:absolute;
	color:#FFFFFF;
	background-color: rgba(0,0,0,.76);
	width: 100%;
	height: 100%;
	opacity: 0;
	font-weight: normal;
}
.emlaklar-alt span{
	z-index: 10;
	margin: 20px 10px;
	padding: 5px;
	font-size: 13px;
	border-radius: 3px;
}
.emlaklar-alt-etiket-sag{
	right: 0;
	background:var(--baslik);
	color:#fff !important;
}
.emlaklar-alt-etiket-sol{
	left: 0;
	background: white;
	color:var(--lacivert) !important;
}
.emlaklar-durum-etiket-sol{
	left: 0;
	background: red;
	color:#fff !important;
}
.emlaklar:hover .emlaklar-alt h3{
	opacity: 1;	
}
.emlaklar img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.emlaklar h5{
	padding-left: 15px;
	padding-right: 15px;
	font-weight: normal;
	padding-top: 20px;
	font-size: 14px;
	
	height: 55px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.emlaklar h6{
	padding-left: 15px;	
	color:var(--lacivert);
	padding-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
}
.i-alt{
	padding-left: 15px;
	font-style: normal;
	color:var(--baslik);
	font-size: 12px;
	color:var(--gri);
}
.i-alt b{
	float: right;
	padding-right: 15px;
}
.emlak_button{	
	background-color: var(--baslik) !important;
	color:#fff !important;
	width: 100%;
	border: none;
	padding: 10px 0px !important;
	border-radius: 0px !important;
	transition: all .5s;
}
.emlak_button:hover{
	background-color: var(--lacivert) !important;
}
.emlaklar-icon{
	text-align: center;
	padding: 10px 0px 5px 0px;
	font-size: 12px;
	color: var(--gri);
}
.emlaklar-icon i{
	font-size: 16px;
}
	
.emlak-scroll::-webkit-scrollbar{
	width: 7px;
}
.emlak-scroll::-webkit-scrollbar-track{
	  background: #f1f1f1; 
	border-radius: 5px;}
.emlak-scroll::-webkit-scrollbar-thumb{
	border-radius: 5px;
	  background: #888; }
.emlak-scroll::-webkit-scrollbar-thumb:hover{
	  background: #555; 
}
.mobil-menu{
	list-style-type: none;
	padding-left: 0px;
	margin: 0px !important;
}
.mobil-menu ul{
	list-style-type: none;
	padding-left: 10px;
}
.mobil-menu li{
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #333;
}
.mobil-menu li a{
	color: #333;
}
.mobil-menu li a:hover{
	color:var(--baslik);
}
.dropdown-menu li a:hover{
	color:var(--baslik);
}
.mobil-menu li a i{
	position: absolute;
	right: 30px;
}
.mobil-menu li ul li{
	padding: 0px;
	border-top: 0px;
}
.mobil-menu li ul li a{
	color: #999;
}
.mobil-menu a{
	display: block;
	text-decoration: none;
	padding: 10px;
	margin: 0px;
}
.mobil-menu a:hover{
	background: #eee;
}
#mobilmenux:hover{
	color: var(--baslik);
}
.dropdown-toggle{
	margin:0px 10px !important;
}

#owl-demo .item img{
    display: block;
}

.owl-pagination {
  margin-top: -40px;
}

.owl-carousel span {
	z-index: 10;
    background: white !important;
}
.owl-carousel .active span {
    background: aqua !important;
}

.properties{
	margin-top: 50px;
	text-align: center;
	margin-bottom: 50px;
}
.properties h2{
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	padding-bottom: 10px;
}
.properties img{
	width: 100%;
	height: 480px;
	object-fit: cover;
}

.properties i{
	font-size: 70px;
}
.properties-alt{
	padding: 0px 0px;
	position: relative;
	
}
.pro-padding{
	padding: 5px 20px !important;
}
.bg{
	position:absolute;
	background-color: rgba(0,0,0,.4);
	height: 100%;
	width: 100%;
	color:#fff;
	transition: all .5s;
}
.bg i{
	padding-top: 350px !important;
}

.gallery2-item .image{
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.gallery2-item .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  cursor: pointer;
  transition:.5s ease-in-out;
}

.gallery2-item:hover .image img{
    transform: scale(1.5);
}

.gallery2-item .text{
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color:var(--lacivert);
  background-color:rgba(0,0,0,0.3);
  font-size: 25px;
  pointer-events: none;
  z-index: 4;
  transition: .3s ease-in-out;
  -webkit-backdrop-filter: blur(4px) saturate(1.8);
  backdrop-filter: blur(5px) saturate(1.8);
}

.gallery2-item:hover .text{
  opacity: 1;
  animation:move-down .3s linear;
  padding: 1em;
  width: 100%;
}
.popular-locasyon{
	text-align: center;
	margin-bottom: 50px;
}
.popular-locasyon h2{	
	font-size: 40px;
	font-weight: normal;
	padding-bottom: 10px;
}
.popular-locasyon img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	padding-bottom: 20px;
	transition: all .5s;
}
.popular-locasyon a {
	text-decoration: none;
	color:#000;
}
.popular-locasyon a:hover img{
	filter: blur(5px) grayscale(60%);
}
.popular-loc-alt{
	border: 1px solid #B9B9B9;
	padding-bottom: 20px;
}
.popular-loc-alt i{
	font-size: 16px;
	font-style: normal;
}
.choose-us{
	position: relative;
	background-image: url("../images/chooseus.webp");
	background-position: center bottom;
	background-size: cover;
	color:#fff;
	text-align: center;	
    background-attachment: fixed;
}
.choose-us h2{
	padding-top: 50px;
	font-size: 40px;
}
.choose-us h5{
	padding-bottom: 50px;
	font-weight: normal;
}
.choose-us span{
	font-size: 50px;
	padding-bottom: 50px;
}
.choose-us p{
	font-size: 15px;
}
.bg2{
	position:inherit;
	height: 100%;
	width: 100%;
	color:#fff;	
	padding: 0;
}
@media (max-width: 992px){
	.choose-us h5{
	padding-bottom: 20px;
	}	
	.choose-us span{
	font-size: 50px;
	padding-bottom: 20px;
}
}
.testimonials{
	padding-top: 50px;	
}
.testimonials h2{
	font-size: 40px;
	text-align: center;	
}
.testimonials p{
	text-align: center;
}
.testimonials_type_1 span{	
	display:inline-block; 
	background-color:#f1b002; 
	width:8px;
	height:30px;
	margin-right:20px;
	}
.testimonials_type_1 h3{
	color:var(--baslik);
	font-size:25px;	 
	}
.testimonials_type_1 h4{
	font-size:50px;
	text-align:center;
	margin-bottom:-10px;
	}
.testimonials_type_1 i{
	color:#fff;
	display:block;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.testimonials_type_1{
	padding:30px;
	color:#1D1C1C;	
	font-size:14px;
	cursor:pointer;
	text-align:center;
	margin-bottom:15px;
	margin-right:5px;
	border:1px solid #D3D1D1;
	background-color:#fff;	
	border-radius:0px;
	}
.testimonials_type_1 p{
	font-size: 14px;
	height: 165px;
	text-align:justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	}
.testimonials_type_1 img{
  width:100px;
  height:100px;
  clip-path: circle(50px);
  transition:all 1s;
	object-fit: cover;
}


.testimonials_type_1:hover{
	box-shadow: 2px 2px 10px #000;	
	transition:all .4s;
	color:#fff !important;
	background-size:50%;
	border-radius:10px;
	border:1 solid rgba(0,0,0,0.8);
	background-color:var(--lacivert) !important;
	text-decoration:none;
	
	}
.testimonials_type_1:hover img{
  width:150px;
  height:150px;
  margin:-25px;
  filter: grayscale(100%);
}
.testimonials_type_1:hover h3{
	color:#fff;
}
@media (max-width: 992px) {
.testimonials_type_1 p{
	height: 100px;
	-webkit-line-clamp: 8;
	}
}
@media (max-width: 778px) {
.testimonials_type_1 p{
	display: block;
	height: auto;
	
	}
}
.testimonials_type_2 span{	
	display:inline-block; 
	background-color:#f1b002; 
	width:8px;
	height:30px;
	margin-right:20px;
	}
.testimonials_type_2 h3{
	color:var(--baslik);
	font-size:20px;	 
	margin-top: 10px;
	margin-bottom: -2px;
	}
.testimonials_type_2 h4{
	font-size:15px;
	text-align:center;
	padding-top: 20px !important;
	}
.testimonials_type_2 h5{
	font-size:12px;
	color: var(--lacivert);
	}
.testimonials_type_2 h5 a{
	text-decoration: none;
	color: var(--gri);
	}
.testimonials_type_2 i{
	color:#fff;
	display:block;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.testimonials_type_2{
	padding:30px;
	color:#1D1C1C;	
	font-size:14px;
	cursor:pointer;
	text-align:center;
	margin-bottom:15px;
	margin-right:5px;
	border:1px solid #D3D1D1;
	background-color:#fff;	
	border-radius:0px;
	}
.testimonials_type_2 p{
	font-size: 13px;
	text-align:justify;
	/*overflow: hidden;
	height: 160px;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;*/
	}
.testimonials_type_2 img{
  width:200px;
  height:200px;
  clip-path: circle(100px);
  transition:all 1s;
	object-fit: cover;
}


.testimonials_type_2:hover{
	box-shadow: 2px 2px 10px #000;	
	transition:all .4s;
	color:#fff !important;
	background-size:50%;
	border-radius:10px;
	border:1 solid rgba(0,0,0,0.8);
	background-color:var(--lacivert) !important;
	text-decoration:none;
	
	}
.testimonials_type_2:hover img{
  width:250px;
  height:250px;
  margin:-25px;
  filter: grayscale(100%);
}
.testimonials_type_2:hover h3{
	color:#fff;
}
@media (max-width: 992px) {
.testimonials_type_2 p{
	}
}
@media (max-width: 778px) {
.testimonials_type_2 p{
	height: auto;
	}
}
.our-team-ust{
	margin-bottom:40px;
	}
.our-team-ust h2{
	font-size: 40px;
}
.our_team{	
	cursor:pointer;
	width:100%;
	height:300px;
	margin-bottom:10px;
	text-align: center;
	position: relative;
	}
.our_team img{
	transition:all 0.5s;	
	width:100%;
	height:300px;
	object-fit: cover;
	}
.gridoverlay{
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	width:100%;
	height:300px;	
	transition:all .5s;	
	transform: scaleY(.1);
   -webkit-transform: scaleY(.1);
    opacity:0;   	
    margin:auto;
	text-align:center;
	}
.gridoverlay p{
	margin-top:50%;
	color:#fff;
	opacity:0;
	transition:all .5s;	
	transform: scaleX(.1);
   -webkit-transform: scaleX(.1);
   padding-right:5px;
	}
.gridoverlay p:hover{
	color:var(--baslik);
	}
.our_team:hover .gridoverlay{
	transform: scaleY(1);
   -webkit-transform: scaleY(1);
   opacity:1;
	}
.our_team:hover .gridoverlay p{
	opacity:1;	
	transform: scaleY(1);
   -webkit-transform: scaleY(1);  
	}
.our_team_info{
	width:100%;
	}
.our_team_info h3{
	color:var(--baslik);
	text-align:center;
	font-size: 20px !important;
	font-weight: normal;
	}
.our_team_info p{	
	text-align:center;
	}

.footer{
	font-size: 14px;
	margin-top: 40px;
	padding: 50px 50px 20px 50px;
	background-color: var(--lacivert);
	color:#fff;
}
.footer p{
	vertical-align: middle;
}
.footer p i{
	float: left;
}
.footer a{
	color:#fff;
	text-decoration: none;
}
.footer a:hover{
	color:var(--baslik);
}
.footer hr{
	margin: 30px 0px 30px 0px;
}
.footer h5{
	color:var(--baslik);
}
.footer input{
	height: 40px;
	width: 300px;
	border:none;
	padding:0px 5px;
}
.footer button{
	height: 40px;
	background-color: var(--baslik);
	color:#fff;
	width: 150px;
	border:none;
	transition: all .5s;
}
.footer button:hover{
	background-color:#1d305d
}
@media (max-width: 992px){
	.footer button{
		margin: 10px;
	}
	.footer form{
		margin-top: 50px;
	}
}
.footer-logo{
	width: 100px;
	object-fit: cover;
}
.footer-logo2{
	width: 70px;
	object-fit: cover;
}
@media (max-width: 992px) {
	.footer-logo{
		padding-top: 30px;
	}
}

.sosyal-medya ul{
	list-style: none;
}

.sosyal-medya ul li{
	width: 33px;
	height: 33px;
	line-height: 30px;
	margin: 0 5px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #fff;
	float: left;	
	box-shadow: 0 0 0 #1263D5;
	transition: all .5s ease;
}
.sosyal-medya ul li .bi {
	color:#fff;
	transition: all .5s ease;
}
.sosyal-medya ul li:hover:nth-child{
	transition: all .5s ease;
}
/* instagram*/
.sosyal-medya ul li:hover:nth-child(1){
	border: 2px solid #bc2a8d;
	box-shadow: 0 0 15px #bc2a8d;
}
.sosyal-medya ul li:hover .bi-instagram{
	color:#bc2a8d;
	text-shadow: 0 0 15px #bc2a8d; 
}
/* facebook*/
.sosyal-medya ul li:hover:nth-child(2){
	border: 2px solid #1263D5;
	box-shadow: 0 0 15px #1263D5;
}
.sosyal-medya ul li:hover .bi-linkedin{
	color:#1263D5;
	text-shadow: 0 0 15px #1263D5; 
	transition: all .5s ease;
}
/*-----*/
/* Youtube*/
.sosyal-medya ul li:hover:nth-child(3){
	border: 2px solid #E71114;
	box-shadow: 0 0 15px #E71114;
}
.sosyal-medya ul li:hover .bi-youtube{
	color:#E71114;
	text-shadow: 0 0 15px #E71114; 
	transition: all .5s ease;
}
/*-----*/


.armutlu{
	padding-top: 5px;
}
.armutlu a{
	font-size: 13px;
}
.armutlu img{
	padding-top: 3px;
}
.arama-ust{
	padding-top: 150px;
	margin-bottom: 50px;
}
.arama-ust p{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.arama-ust select{
	font-size: 12px;
	border: 0px;
	color: var(--gri);
	border-bottom: 2px solid #ddd;
	width: 100%;
}
.arama-ust input{
	font-size: 12px;
	border: 0px;
	color: var(--gri);
	border-bottom: 2px solid #ddd;
	width:100%;
}
.ara-sonuc{
	/*height: 700px;
	overflow-x: auto;*/
}
.ara-sonuc p{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}
.ara-sonuc span{
	font-size: 12px;
	border: 0px;
	color: var(--gri);
}
.ara-sonuc select{
	font-size: 12px;
	border: 0px;
	color: var(--gri);
	border-bottom: 2px solid #ddd;
}
.detay-ust{
	padding-top: 150px;
	margin-bottom: 50px;
}
.detay-ust h2{
	font-size: 25px;
	padding-top: 10px;
}
/*Emlak Detay*/
.detay-ust a {
	color:var(--baslik);
	text-decoration: none;
}
.detay-ust a:hover {
	color:var(--lacivert);
}

.artiresim{
	position: absolute;
	background: white;
	padding: 20px 20px;
	color: black;
	border-radius: 50%;
	margin-left: 40%;
	margin-top: 155px;
}

@media (max-width: 778px) {
	.artiresim{
	margin-top: 105px;
	}
}
.detay-resim img{
	width: 100%;
}
.buyuk-resim img{
	height: 700px;
	object-fit: cover;
}
.kucuk-resim img{
	height: 350px;
	width: 100%;
	object-fit: cover;
	padding: 5px 0px;
}

@media (max-width: 992px){
	.buyuk-resim img{
		height: auto;
	}
	.kucuk-resim img{
		height: auto;
	}
}



/*

.artiresim{
	
  position: absolute;
  top: 50%;
  text-align: center;
	
	background-color: rgba(0,0,0,0.5);
	padding: 20px 20px;
	color: white;
	border-radius: 50%;
}
.kucuk-resim{
	position: relative !important;
}
.buyuk-resim img{
	height: 700px;
	object-fit: cover;
	float: left;
	width: 69%;
	padding-left: 10px;
}
.kucuk-resim img{
	height: 350px;
	object-fit: cover;
	width: 15%;
	outline: 10px solid white;
}
@media (max-width: 992px){
	.buyuk-resim img{
		height: auto;
		float: left;
		width: 100%;
		padding-left: 0px;
	}
	.kucuk-resim img{
		height: auto;
		padding: 0px;
		margin-top: 20px;
		width: 100%;
	}
}
*/




.emlak-detay{
	padding: 80px 20px;
	font-size: 14px;
}
.emlak-detay-sol h1{
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 10px;
}
.emlak-detay-sol h2{
	font-size: 16px;
	font-weight: normal;
	color: var(--baslik);
}
.emlak-detay-sol h3{	
	font-size: 14px;
	color:var(--lacivert);
	font-weight: normal;
}
.emlak-detay-sag h4{
	font-size: 25px;
	font-weight: bold;
	color:var(--lacivert);
}
.emlak-detay-sag h5{
	font-size: 14px;
	font-weight: normal;
	color: var(--gri);
}
.emlak-detay-sag h6{
	font-size: 14px !important;
	font-weight: bold;
	color:var(--lacivert);
	padding: 10px 0px 0px 0px !important;
}
.emlak-detay-ikon{
	vertical-align: middle;
}
.emlak-detay-ikon i{
	float: left;
	padding-right: 4px;
}
.emlak-prop_details ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.emlak-prop_details li{
	font-size: 13px;
	text-align: center;	
	
}
.emlak-detay h6{
	font-size: 20px;
	padding-top: 20px;
}
.emlak-detay p{
	font-size: 14px;
}
.emlak-form{
	background-color:#F8F7F7;
	font-size: 14px;
}
.emlak-form button{
	width: 100%;	
	font-size: 14px !important;
}
.emlak-detay form{
	border:1 solid #D6D3D3;
}
.emlak-detay input{
	display: block;	
}
.emlak-detay-font i{
	font-size: 16px !important;
}
.emlak-detay-font, .emlak-detay-font div, .emlak-detay-font p, .emlak-detay-font ul li{
	color: var(--gri) !important;
	font-size: 12px !important;
	padding-bottom: 3px !important;
}
@media (max-width: 992px){
	.emlak-detay h1{
		font-size: 22px;
	}
	.emlak-detay h2{
		font-size: 20px;
	}

}
.teklif-form .form-control::placeholder{
	color:#999;
}
.teklif-form .form-check-input{
	margin-right: 20px;
	scale: 1.4;
}
.form-check{
	font-size: 12px;
}
.teklif-form .form-control{
	height: 50px;
}
.teklif-form textarea{
	height: 90px !important;
	font-size: 13px;
}
.teklif-form input{
	font-size: 13px;
}
.teklif-form button{
	font-size: 13px !important;
}
.adres b, .mesaj-hata b{
	color:var(--baslik);
}
/*Emlak Detay Bitiş*/
.haber-detay{
	font-size:14px !important;
}
.haber-detay a{
	text-decoration: none;
}











