.footer__social-btn {
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--bupa-navy);
  transition: all .3s ease-in-out;
}
.footer .logo {
  max-height: 80px;
  aspect-ratio: 1
}
.footer__social-btn:hover{ background-color: var(--bupa-cyan);color: var(--bupa-white);}

.footer__btm-links ul > li > a, .footer__btm-links ul > li > span{font-size: 1.2rem; line-height: 1.8rem; letter-spacing: 0.03rem; font-weight: 500;}

/* CSS code added for link-signposts */

.signpost-link__wrapper.no-cta a {margin-top: 0px;}

.banner-new-cta{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
        top: 35%;
}
.banner-new-cta a:hover {
	color: var(--bupa-cyan);
    background: var(--bupa-white);
    -webkit-box-shadow: 0 0 0 1px inset rgba(255, 255, 255, .2), 0 0 20px 0 rgba(107, 197, 249, .8);
    box-shadow: 0 0 0 1px inset rgba(255, 255, 255, .2), 0 0 20px 0 rgba(107, 197, 249, .8);

}

.homepage-banner.video-id-banner::after {background:none}

@media all and (max-width:767px) and (min-height:1300px){
    .banner-new-cta { top: 25%; }
}

/* added on 17 July 24 by PV */
#ip3-Homepage .homepage-banner {width: 100%; padding-top: 41.5%; height: 1px;}
#ip3-Homepage .homepage-banner [data-video-frame] {object-fit: cover; object-position: center center; }

/* CSS to show ol number while using WYSIWYG (rich text editor) */
#maincontentwrapper .rte ol li {list-style-type: inherit;}

.social-links ul li a ,.footer__social-btn:hover{
    color: #ffffff;
    font-size: 2.0rem;
    background-color :transparent; 
}
.footer__social-btn {
    height: 25px;
    width: 25px;
    }

.letter-spacing {
letter-spacing:8px
}

/*
@media (min-width: 992px) {
#ip3-Homepage .homepage-banner__title h1 {line-height: 190px;}
#ip3-Homepage .homepage-banner__wrapper {margin-top: calc(13.2rem + 2rem); }
#ip3-Homepage .homepage-banner__title h1 {font-size: 80px;}
#ip3-Homepage .homepage-banner__intro {margin-top: -57px;}
}

@media (max-width: 767px) {
#ip3-Homepage .homepage-banner__title h1 {line-height: 48px;}
#ip3-Homepage .homepage-banner__wrapper {margin-top: 100px; }
#ip3-Homepage .homepage-banner__title h1 {font-size: 44px;}
}
*/

.stats .stat__wrapper .stat__stat-content {
    justify-content: center !important;
}