/***************/
/***Accordion***/
/***************/
.ac-label {
	font-weight: 200;
	position: relative;
	margin-bottom: .5em;
	display: block;
	cursor: pointer;
	transition: background-color .15s ease-in-out;
	background-color: transparent;
	border-width: 0 1px 1px;
	border-color: #000;
	border: 1px solid #3F5972;
	padding: 25px 10px 19px 20px;
	font-family: "Heading", Sans-serif!important; 
	font-size: 35px;
	font-weight: 700;
	color: #3F5972;
}

.ac-label:after, .ac-input:checked + .ac-label:after {
	content: "+";
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	padding-top: 8px;
	height: 100%;
	text-align: center;
	border: 1px solid #3F5972;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	font-weight: 800;
	margin-top: 15px;
	margin-right: 30px;
}

.ac-input:checked + .ac-label:after {
	content: "-";
}

.ac-input {
	display: none;
}


.ac-text, .ac-sub-text {
	font-family: "proxima-nova", Sans-serif;
	opacity: 0;
	height: 0;
	margin-bottom: .5em;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
}

.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text { 
	opacity: 1;
	height: auto;
	font-size: 18px;
	padding: 20px;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;

	border-bottom: 1px solid #3F5972;

	color: #3F5972;
}

.ac-sub .ac-label {
	background: none;
	font-weight: 600;
	padding: .5em 2em;
	margin-bottom: 0;
}

.ac-sub .ac-label:checked {
	background: none;
	border-bottom: 1px solid whitesmoke;
}

.ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
	left: 0;
	background: none;
}

.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
	background: none;
}

.ac-sub-text {
	padding: 0 1em 0 2em;
}

.acc-img{
	width: 50px;
	height: 50px;
	margin-top: -5px;
	margin-left: 25px;
	position: absolute;
}
.cap-bullet:before{
	content: url("../../../the-bridge-prestbury/wp-content/uploads/sites/7/2023/03/flat-cap-hotels-cheshire-logo.svg");
	position: absolute;
	display: block;
	margin-left: -50px;
	width: 30px;
	height: 30px;
}
.cap-bullet{
	padding-left: 50px;
	line-height: 1.2;
	padding-right: 40px;
	font-family: "proxima-nova", Sans-serif;
}
.col-2-bullets{
	width: 50%;
	display: block;

}
.ac-text{
	display: flex;
}