.grt-cookie {
	display:none;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	padding: 20px;
	/* background:#FFF; */
	color:#333;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	z-index:9999;
	/* background: linear-gradient(15deg, rgba(139,198,63,1) 0%, rgba(0,99,175,1) 30%); */
	background: #286375;
}

.grt-cookie-active {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
}

.grt-cookie p {
	font-size: 14px;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 1.35;
	color:#fff;
	font-weight: normal;
}

.grt-cookie p a {
	color:#fff;
	text-decoration: underline !important;
	font-size: 14px;
	margin: 0;
	padding:0;
}

.grt-cookie-button {
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	padding: 3px 18px;
	margin-left:12px;
	background: #fff!important;
	color: #103A46!important;
	text-transform: capitalize;
	white-space: nowrap;
    border-radius: 4px;
    font-weight: 400;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.grt-cookie-button:hover {
	background: #103A46!important;
	color: #ffffff!important;
}

@media (max-width:767px) {

	.grt-cookie {
		flex-direction: column;
		padding: 15px;
	}

	.grt-cookie p, .grt-cookie p a {
		font-size:13px;
	}

	.grt-cookie-button {
		font-size:13px;
		padding: 3px 14px;
		margin:8px 0 0 0;
	}

}
