.bp-contact-card>div {
    margin: 1em 0;
}
.bp-opening-hours {
    max-width: 25em;
}
.bp-opening-hours .bp-title {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.bp-weekday-name {
    float: left;
    clear: left;
    width: 45%;
}
.bp-times {
    float: right;
    clear: right;
    text-align: right;
}
.center-div{
	display: flex;
  align-items: center;
  justify-content: center;
}
.marginTop{
	margin-top: 5px;
}
.foter-logs-wrap img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 48px;
    margin: 0 25px 0 0;
}
.nhsuk-button--beta-login {
    background-color: #005eb8;
    box-shadow: 0 4px 0 #002f5c;
    margin-bottom: 0;
    margin-right: 10px;
}
.nhsuk-u-clear:after {
    clear: both;
    content: "";
    display: block;
}
.nhsuk-u-float-left {
    float: left !important;
}
.nhsuk-button--beta-login-app::before {
  content: "(Faster)";
  font-size: 0.8em;
    position: absolute; /* Allow precise positioning */
  top: -15px; /* Adjust top spacing */
  left: -99px; /* Adjust left spacing */
  transform: rotate(-45deg); /* Rotate the text */

  display: inline-block; /* Ensure it takes up space */ 
  color: #f0f4f5; /* Change the text color */
	text-shadow: 
    1px -1.5px 5px #000;   /* Black shadow offset to the bottom-right */
}

.my-form { 
  height: auto; 
}

.my-form-parent { /* Replace with the actual ID of the parent */
  overflow: visible !important; 
}
.column_footer{
	background-color: red;
	border: 2px solid black;
}

//footer 
.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-6 {
  box-sizing: border-box;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-12 {
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-6 {
  box-sizing: border-box;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-3 {
  box-sizing: border-box;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-8 {
  box-sizing: border-box;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-4 {
  box-sizing: border-box;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Create 2 equal-width columns */
  grid-template-rows: repeat(2, 1fr);    /* Create 2 equal-height rows */
  gap: 15px; /* Adjust spacing between images as needed */
   align-items: center; /* Center vertically within grid cells */
  justify-items: center; /* Center horizontally within grid cells */
}

.image-grid img {
  width: 50%; /* Make images fill their grid cell */
  height: auto; 
  object-fit: cover; /* Optional: to maintain aspect ratio and cover the area */
}

.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#f0f4f5
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
.nhsuk-footer__copyright{
	display: none !Important;
}
.nhsApp ul li:first-of-type {
    margin-right: 15px;
}
.nhsApp ul li {
    display: inline-block;
    vertical-align: top;
}
.nhsApp ul {
    padding-left: 0;
    list-style: none;
}
@media (min-width: 768px) {
    .nhsApp, .homeNews {
        padding: 32px 0;
    }
}
.appLinks{
	display: flex;
}
.nhsApp ul li img {
    display: block;
    width: auto;
    height: 65px;
}