@font-face {
    font-family: 'Helvetica';
    src: url('Helvetica.tff');
}

.bannerMain {
	max-width:100%;
	max-height:100%;"
}

@media screen and (max-width: 991px) {
  #sidebarForm {
  	display: none !important;
  }
}

@media screen and (min-width: 990px) {
  #sidebarMobilForm {
  	display: none !important;
  }
}

#spanButton {
	font-weight: bold;
	color: white;
}

#populerOperasyonlar {
	border-left: 3px solid black;
	font-weight: bold;
	font-size: 20px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: 15%;
}

#populerOperasyonlarMobil {
	border-left: 3px solid black;
	font-weight: bold;
	font-size: 20px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	padding-right: 15%;
}

#populerOperasyonlar:hover {
	box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
}


#populerOperasyonlarMobil:hover {
	box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
}

.fixedbutton {
    position: fixed;
    bottom: 0%;
    right: 0px; 
    z-index: 999;
    width: 100%;
    text-align: center;
}