.fixedSubBar {
	position: fixed !important;
	bottom: 0 !important;
	/* height: 75px !important; */
	display: flex !important;
	width: 101% !important;
	z-index: 100 !important;
	/* padding: 0 15rem !important;
    gap: 1% !important; */
}

.fixedSubBar .fixedWpBtn {
	background: #29a71a !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #fff !important;
	font-size: 45px !important;
	text-decoration: none !important;
	padding: 10px !important;
}

.fixedSubBar .fixedTelegramBtn {
	background: #353535 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #fff !important;
	font-size: 45px !important;
	text-decoration: none !important;
	padding: 10px !important;
}

.fixedSubBar span {
	font-size: 17px !important;
	margin-left: 0px !important;
	margin-left: 0.5rem !important;
	font-weight: 500 !important;
	letter-spacing: 1px !important;
}

.fixedSubBar a {
	cursor: pointer !important;
}

.fixedSubBar a i {
	font-size: 30px !important;
}

.fixedSubBar .BilgiAl {
	background: #2196f3 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #fff !important;
	font-size: 45px !important;
	text-decoration: none !important;
	padding: 10px !important;
}

.fixedSubBar .randevuAl {
	background: #f3213a !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #fff !important;
	font-size: 45px !important;
	text-decoration: none !important;
	padding: 10px !important;
}

.fixedSubBar .fixedTelBtn {
	background: #f58d97 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #fff !important;
	font-size: 45px !important;
	text-decoration: none !important;
	padding: 10px !important;
}

.ym-Dflex {
	width: 33% !important;
}


@media screen and (max-width:991px) {
	.fixedSubBar a {
		height: 4rem !important;
	}

	.fixedSubBar span {
		font-size: 15px !important;
	}

	.fixedSubBar a i {
		font-size: 18px !important;
	}
}