﻿.enquirebox {
	display: flex !important;
	flex-direction: column-reverse;
	width: 237px;
	height: 0;
	overflow: hidden;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 0.5s ease;
}

.enquirebox.showreqnav {
	height: auto;
	overflow: visible;
	background: #fff;
	transform: scaleY(1);
}

.enquirebox a.b11kbtt {
	width: 237px;
	height: 50px;
	text-align: center;
}

.enquirebox a.b11kbttwhite:first-child {
	border-bottom: 1px solid #36BAAD;
}
