.page-title {
  display: none;
}
.custom-sec-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.appointment-banner {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
}
.a-b-content {
  position: absolute;
  text-align: center;
  z-index: 2;
  bottom: 12%;
}
.ap-banner-content-top {
  color: #ffffff;
  border: none;
  font-weight: 600 !important;
  font-size: 25px !important;
}
.ap-banner-title h2 {
  color: #ffffff;
  font-size: 75px;
  line-height: 1;
}
.ap-btitle-bot {
  font-size: 55px;
  margin-top: 10px;
}
.ap-banner-description p {
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 10px;
  line-height: 1;
}
.ap-banner-description p:last-child {
  margin-bottom: 0;
}
.appointment-banner-image {
  width: 100%;
}
.appointment-banner-image img {
  min-height: 475px;
  height: 900px;
  width: 100%;
  object-fit: cover;
}
.ap-button-wrap {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.ap-floating-button:visited{
  color: #ffffff;
}
.ap-floating-button {
  /*position: fixed;*/
  right: 20px;
  bottom: 20px;
  padding: 12px 30px;
  border: 0;
  z-index: 9;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  background: #106efd;
  color: #ffffff;
  text-align: center;
}
a.ap-floating-button:hover {
  background: #000000;
  color: #ffffff;
}
.floating-b-bot {
  font-size: 15px;
}
@media (max-width: 768px) {
  .a-b-content{
    bottom: 10%;
  }
	.appointment-banner-image img{
		height: 480px;
	}
  .ap-floating-button {
    left: 15px;
    right: 15px;
    bottom: 10px;
    width: auto;
  }
  .ap-banner-content-top {
    color: #ffffff;
    border: none;
    font-weight: 600;
    font-size: 20px;
  }
  .ap-banner-title h2 {
    color: #ffffff;
    font-size: 35px;
  }
  .ap-btitle-bot {
    font-size: 30px;
  }
  .ap-banner-description p {
    color: #ffffff;
    font-size: 22px;
  }
  .ap-banner-content-top {
    color: #ffffff;
    border: none;
    font-weight: 600;
    font-size: 20px;
  }
}
#overlay {
  position: absolute; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35); /* Black background with opacity */
  z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
}
.custom-container {
  max-width: 1280px !important;
}
@media (max-width: 768px) {
  .custom-container {
    --bs-gutter-x: 40px;
  }
}
