 
.bolum-video{
	max-width:550px;
	width:100%;
	height:auto;
	border-radius: 20px;
}
.footer-harita{
	width:100%;
	opacity:0.95;
	background: linear-gradient(to right,transparent 98%,#121921),
				linear-gradient(to left,transparent 98%,#121921),
				linear-gradient(to bottom,transparent 95%,#121921),
				linear-gradient(to top,transparent 95%,#121921),
				url('/upload/resimler/foot_harita.webp');
	background-position:center;
}
.footer-harita:hover{
	opacity:1;
}
.footer-harita a{
	display:block;
	width:100%;
	height:100%;
}
.sil-btn{
	border-radius: 15px;
	cursor: pointer;
	background-color: #dc3545;
	color: white;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	margin: 10px;
}
.sil-btn:hover{
	color: white;
	background-color: red;
}
.profil-rsm-modal-img{
	width:100%;
	height:auto;
}
.search-overlay-menu{
	height:75px;
	background-color: rgb(234, 77, 90);
}
.search-overlay-menu form {
  height: 50px;
  top: 65%;
}
.search-overlay-menu form button{
	font-size:18px;
	height: 50px;
	color:#fff;
	padding:10px;
	background-color: #4e9aff;
	top:0px;
}
.search-overlay-menu input[type="search"] {
  height: 50px;
  border-bottom:none;
  font-size:18px;
  background: #fff;
  border:none!important;
  color:#333;
  padding: 10px;
}

@media (max-width: 767px){
	.search-overlay-menu form {
		top: 50%!important;
		left: 3%!important;
	}
}