.block-quote p:before {
content: "";
    width: 40px;
    height: 40px;
    background-image: url(https://bristoltutorialcollege.co.uk/wp-content/uploads/2024/07/Quotes.svg);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
		margin-right: 12px;
}

.block-quote p:after {
content: "";
    width: 40px;
    height: 40px;
    background-image: url(https://bristoltutorialcollege.co.uk/wp-content/uploads/2024/07/Quotes-close.svg);
    background-size: contain;
	background-position: center bottom;
    display: inline-block;
    background-repeat: no-repeat;
		margin-left: 16px;
}
.texture-right-bottom:after {
content: "";
    width: 400px;
    height: 400px;
    background-image: url(https://bristoltutorialcollege.co.uk/wp-content/uploads/2024/07/bg-texture-1-reverse.png);
    background-size: contain;
	background-position: center bottom;
    display: block;
		position: absolute;
    background-repeat: no-repeat;
		margin-left: 16px;
		bottom: 0;
    right: 0;
    z-index: -1;
}


.texture-right-top:after {
content: "";
    width: 400px;
    height: 400px;
    background-image: url(https://bristoltutorialcollege.co.uk/wp-content/uploads/2024/07/bg-texture-1-reverse.png);
    background-size: contain;
	background-position: center bottom;
    display: block;
		position: absolute;
    background-repeat: no-repeat;
		margin-left: 16px;
		top: 0;
    right: 0;
    z-index: -1;
}

.student-feedback-slider .slick-active.slick-center {
	opacity: 1;
	transform: scale(1);
	transition: 0.2s all;
}
.student-feedback-slider .slick-slide {
	opacity: 0.6;
	transform: scale(0.85);
	transition: 0.2s all;
}


body .cky-notice-btn-wrapper .cky-btn {
    color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
}
button.cky-btn.cky-btn-accept {
    color: white !important;
    background: var(--e-global-color-primary) !important;
}

/*CookieYes Styling*/
.cky-consent-container:not(.cky-hide):before {
  	content:" ";
	  position:fixed;
  	top:0;
  	left:0;
	  width:100vw;
  	height:100vh;
    display: block !important;
    z-index: 9999998 !important;
    opacity: .8 !important;
  	background:#000;
}
.cky-consent-container:not(.cky-hide) .cky-consent-bar {
	  z-index: 9999999 !important;
	border-radius: 15px !important;
}
.cky-consent-container:not(.cky-hide).cky-box-bottom-left {
    bottom: 25vh !important;
    left: 10% !important;
    width: 80% !important;
    height: 50vh !important;
    display: flex;
    align-items: center;
}
.cky-notice-des a {
		color:#080b1e !important;
	}
button.cky-btn.cky-btn-accept {
    border-color:#080b1e !important;
	  background-color:#080b1e !important;
	border-radius: 25px !important;
}
	button.cky-btn.cky-btn-customize,
	button.cky-btn.cky-btn-preferences {
    border-color:#080b1e !important;
		border-radius: 25px !important;
		color:#080b1e !important;
}
button.cky-btn.cky-btn-reject {
    display: none;
}
@media (min-width:600px) {
	.cky-box-bottom-left {
    left: 25% !important;
    width: 50% !important;
}
}

.cky-btn-revisit-wrapper { display: none !important; }