.location-content-container {
    min-height: 500px;
}
.location-content-container .content{ 
    margin-bottom: 0px;
}
.location-content-container .tabs{
    flex-direction: column-reverse;
    display: flex;
}
.location-content-container .x2{
    border-radius: 25px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 14px 0 rgba(0,0,0,0.08);
    padding: 17.5px 25px;
    display: flex;
    gap: 40px;
    margin: 20px 0 40px;
}

.location-content-container .x2 .tabs-title,
.location-content-container .tabs .x1 .tabs-title{
    /*     margin-bottom: 8px;
    border-radius: 4px 0 0 4px;
    padding: 14px 31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s ease; */
    background: #fff;
    cursor: pointer;
    color: #ABB4CF;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding-left: 30px;
    position: relative;
    }
.location-content-container .x2 .tabs-title:before,
.location-content-container .tabs .x1 .tabs-title:before{
    content: '';
    background: url(/wp-content/uploads/2023/05/sub-loc-pin.svg) no-repeat;
    width: 17px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    
}
.location-content-container .x2 .tabs-title.active,
.location-content-container .tabs .x1 .tabs-title.active{
    color:  #041582
}

/* .location-content-container .x2 .tabs-title:after,
.location-content-container .tabs .x1 .tabs-title:after{
    content:'Details';
    color: #0052A2; 
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    padding: 8px 17px;
    border: 2px solid #4AB7FF;
    border-radius: 18px;
    background-color: #FFFFFF;
    transition: 0.3s ease;
} */
.location-content-container .x2 .tabs-title.active:after,
.location-content-container .tabs .x1 .tabs-title.active:after{
    opacity: 0;
}


.location-content-container .tabs .x1 .tabs-title{
    display: none;
}

/* CONTENT */
.location-content-container .item{
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.location-content-container .item .s1{
    width: 450px;
    flex-shrink: 0;
}
.location-content-container .item .s2{
    flex-grow: 1;
}
.location-overview .details,
.location-content-container .details{
    border-radius: 13px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 14px 0 rgba(0,0,0,0.08);
}
.location-overview .details .d-title,
.location-content-container .details .d-title{
    border-radius: 13px 13px 0 0;
    background-color: #F8F9FA;
    color: #041582; 
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding: 15px 65px;
    position: relative;
    overflow: hidden;
}
.location-overview .details .d-title .cat,
.location-content-container .details .d-title .cat{
    font-size: 12px;
    font-weight: 400;
    display: block;
}
.location-overview .details .d-title .title-link,
.location-content-container .details .d-title .title-link{
    position: absolute;
    inset: 0;
}
.location-overview .details .d-title:before,
.location-content-container .details .d-title:before{
    content: '';
	background: url(/wp-content/uploads/2023/02/favcon.png) no-repeat;
	background-size: cover;
	width: 37px;
	height: 39px;
	position: absolute;
	left: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;
	transition: .5s ease;
}
.location-overview .details .d-title:hover:before,
.location-content-container .details .d-title:hover:before{
	transform: scale(1.1);
}
.location-overview .details .d-title:after,
.location-content-container .details .d-title:after{
    content: '\e91c';
    font-family: 'icomoon';
    font-size: 20px;
    font-weight: 400;
    line-height: 65px;
    background: #AF3FA6;
    border-radius: 0 13px 0 0;
    color: #fff;
    position: absolute;
    width: 65px;
    height: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: background 0.5s ease;
    text-align: center;
    pointer-events: none;
}
.location-overview .details .d-title:hover:after,
.location-content-container .details .d-title:hover:after{
	background:#3CCCD1;
}
.location-overview .d2,
.location-content-container .d2{
	padding: 20px;
}
.location-overview .details .val,
.location-content-container .details .val{
    line-height: 1.5;
	padding-left: 35px;
	position: relative;
	margin-bottom: 20px;
}
.location-overview .details .val:before,
.location-content-container .details .val:before{
	content: '';
	background: url(/wp-content/uploads/2023/05/loc-pin.svg) no-repeat;
	background-size: contian;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 2px;
	margin: auto;
}
.location-overview .d-phone .val:before,
.location-content-container .d-phone .val:before{
	background: url(/wp-content/uploads/2023/05/loc-phone.svg) no-repeat;
}
.location-overview .d-email .val:before,
.location-content-container .d-email .val:before{
	background: url(/wp-content/uploads/2023/05/loc-mail.svg) no-repeat;
}
.location-overview .d-sched .val:before,
.location-content-container .d-sched .val:before{
	background: url(/wp-content/uploads/2023/05/loc-time.svg) no-repeat;
}
/* .location-content-container .details .d-sched .val2 .sched-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

.location-overview .link .btn,
.location-content-container .link .btn{
	display: block;
	border-radius: 13px;
	text-align: left;
	color: #FFFFFF; 
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	position: relative;
	padding: 23px 30px;
}
.location-overview .link .btn::after,
.location-content-container .link .btn:after{
    content:'\e91c';
    font-family: 'icomoon';
    font-size: 22px;
	font-weight: 400;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
}
.location-overview .link .btn:hover:after,
.location-content-container .link .btn:hover:after{
    right: 23px;
}
.location-content-container .s2{
	border-radius: 13px;
	background-color: #FFFFFF;
	box-shadow: 0 4px 14px 0 rgba(0,0,0,0.08);
	padding: 20px;

}
.location-content-container .s2 iframe{
	border-radius: 13px;
}

/*  Location Overview  */
.location-overview .live .coming-soon,
.location-overview .not-live .details{
	display: none;
}

.location-overview .d3{
    margin-bottom: 25px;
}
.location-overview .d3 iframe{
    border-radius: 13px;
    height: 200px;  
}

.location-overview .coming-soon{
	background: #AF3FA6;
	border-radius: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 600px;
	text-align: center;
}
.location-overview .coming-soon .cs-text{
	font-size: 18px;
	line-height: 1.16;
	display: block;
	margin-bottom: 20px;
}
.location-overview .coming-soon .cs-heading{
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	display: block;
}

@media(max-width:1023px){
    .location-content-container .item .s1{
        width: 365px;
    }
}

@media(max-width:767px){
    .location-content-container .tabs .x2{
        display: none;
    }

    .location-content-container .item{
        flex-wrap: wrap;	
		 padding: 20px 0;
    }
    .location-content-container .tabs .x1 .tabs-title{
        display: block;
        text-align: center;
        border-radius: 25px;
        background-color: #FFFFFF;
        box-shadow: 0 4px 14px 0 rgba(0,0,0,0.08);
        padding: 15px 20px;
        margin: 12px 0;
    }
	.location-content-container .tabs .x1 .tabs-title:before{
	    left: 20px;
	}
    .location-content-container .item .s1 {
        width: 100%; 
    }

    .location-content-container .item .s2 iframe{ 
        max-height: 250px;
    }

    /*  Location Overview  */
	.location-overview .coming-soon{
		height: 350px;
	}

}