/*header section*/

section.about-banner {
    background-image: url('https://relaxtay.com/wp-content/uploads/2023/10/palm-beach-county-beaches.jpg');
    height: 85vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  position:relative;
}

.overlay {
    width: 100%;
    height: 85vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000004a;
    z-index: 1;
}

.about-head {
  width: 100%;
  z-index: 2;
  position: absolute;
}

.about-head h1{
   color:white;
  text-align:center;
  font-weight:bold;
  text-transform:uppercase;
}


/* exp list section */


.screening-image img {
    width: 100%;
  border-radius:10px;
  height: 400px;
    object-fit: cover;
}

.guest-screening {
margin:0 0 40px 0;
}

.screening-image {
padding:10px;
border:1px solid #f1f1f1;
  border-radius:10px;
}

.screening-content {
padding: 20px 30px;
}

.fa-phone.mgmt-i:before {
    content: "\f095";
    color: var(--btn-color) !important;
}

.mgmt-cont a.mgmt-badge {
	color: var(--btn-color);
  font-size:22px;
  font-weight:normal;
  text-transform:uppercase;
}

.mgmt-btn {
margin-top:35px;
}

.mgmt-btn a {
	background:var(--btn-color);
  color:var(--white-color);
      padding: 12px 50px;
    border-radius: 5px;
}

section .exp-categories {
  text-align:center;
  margin:0 0 30px 0;
}

section .exp-categories select{
  width:30%;
  margin:auto;
}

