.main-nav ul li ul.sub-menu > li a:hover {
  background-color: #2d4da1;
}
.member-facility:hover a, .single-information .info-cnt h6 {
  color: #202d4d;
}
.footer-middle {
  border-top: 1px solid #afc5ff;
  border-bottom: 1px solid #afc5ff;
}
ul.social-icons li a:hover {
  background: #afc5ff;
}
.phone a:hover, .email a:hover, .footer-bottom ul.footer-bottom-menu li a:hover, .footer-bottom .copy-txt span a:hover {
  color: #afc5ff;
}
.single-feature:before {
  background:radial-gradient(50% 50% at 50% 50%, rgb(84 194 255 / 20%) 0%, rgba(163, 177, 138, 0) 100%);
}
.single-feature:hover .icon {
  background: #afc5ff;
}
.price-box:hover {
 background-color: #202d4d;
}
.num-icon i, .mail-icon i, .address-icon i {
  color: #afc5ff;
}
.price-box h2 {
  color: #212c4c;
}
.single-information:hover {
   background-color: #e2e8f6;
}
.price-box:hover .price-btn a i {
  background-color: #202d4d;
}
.single-information .icon i {
  font-size: 30px;
  color: #202d4d;
}
.about-right .right-play-inner a {
  color: #2d4da1;
  background-color: #ffffff;
}
.about-right .right-play-inner a:hover {
  color: #ffffff;
  background-color: #2d4da1;
  transition: all 0.4s ease;
}

.facility-right .membership-form form input:focus, .facility-right .membership-form form textarea:focus{
	border: 1px solid #ffffff;
}