.inner-boxed img {
    max-width: 100px;
    padding-bottom: 30px;
}
.fa-phone {
    padding-right: 7px;
}
.maps {
    padding: 5%;
    background: #e3eff9;
}
#reviews {
    display: none;
}
.maps iframe {
    min-height: 450px;
}
.edLiBM {
    padding: 5%;
}
.fa-linkedin-in {
    color: #fff !important;
}
.socials li a {
    background-color: transparent;
}
.caption-text {
    margin-bottom: 30px;
}
.form-heading {
	text-align: start !important;
	border-bottom: 1px solid;
	margin-bottom: 1rem;
	margin-top: 1rem;
	padding-bottom: .5rem;
	font-size: 1.15rem;
}
.mapWrap {
    display: none;
}
.caption-text p {
    color: var(--color-3);
    font-size: 1.5rem;
    text-align: center;
    text-shadow: 0px 0px 10px var(--color-4);
}
.services {
    flex-wrap: wrap;
    display: flex;
}
.services li {
    flex: 0 0 25%;
}
.nursing {
    flex-wrap: wrap;
    display: flex;
}
.nursing li {
    flex: 0 0 50%;
}
.care h2 .care h3, .care h4, .care h5, .care h6 {
    text-transform: none;
}
.page-header {
    background: var(--color-1);
    background-position: left top;
    background-repeat: no-repeat;
}
.line h2:after {
    content: ' ';
    display: block;
    border: 2px solid var(--color-1);
    width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.line2 h3:after {
    content: ' ';
    display: block;
    border: 2px solid var(--color-1);
    width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.red-bg {
    background: #f3f3f3;
    padding-top: 3%;
    padding-bottom: 3%;
}
.call {
    background: #f3f3f3;
    padding: 5%;
    border-radius: 15px;
}
.cares img {
    margin: 0px auto;
    display: flex;
    max-width: 100px;
}
.form-doc
{
    width: 46px;
    height: 60px;
    position: relative;
    background: transparent url(/images/design/document-icon.webp) no-repeat left top;
    background-size: contain !important;
    display: block;
    left: 20px;
}
.ref {
    display: flex;
    align-items: center;
    background: #f4e8e8;
    max-width: 300px;
    margin-left: 10px;
}
.right-contact {
    background: var(--color-1);
    padding: 8%;
    background-image: url(/images/design/submark.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 15%;
}
.right-contact p, .right-contact a, .right-contact h3, .right-contact h2, .right-contact h4, .right-contact hr {
    color:#fff;
}
.careers .promo:hover .cta__bg-overlay {
    opacity: 0.9;
}

.careers .box-header {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}
.careers .boxed-inner {
    min-height: 341px;
}
.careers .cta__bg
{
    background-size: cover;
    background-position: 50%;
    transition-duration: 200ms;
    border-radius: 20px;
    position: relative;
}
.cta__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .4s;
    background-color: var(--color-1);
    opacity: 0.7;
    border-radius: 20px;
}
@media(max-width:992px) {
.services {
    flex-wrap: wrap;
    display: block;
}
.nursing {
    flex-wrap: wrap;
    display: block;
}
}

.wrapper-bottom {
    display: grid;
    list-style: none;
    position: fixed;
    bottom: 57px;
    right: 7px;
    z-index: 1;
}
  
  .wrapper-bottom .icon {
    position: relative;
    background: var(--color-1);
    border-radius: 50%;
    padding: 15px;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .wrapper-bottom .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: var(--color-1);
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: 100px;
    text-align: center;
  }
  
  .wrapper-bottom .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: var(--color-1);
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .wrapper-bottom .icon.work:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .wrapper-bottom .icon.contact:hover .tooltip {
    top: -25px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .wrapper-bottom .icon.back:hover .tooltip {
    top: -25px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .accordion-item {
    margin-top: 20px!important;
    border: 0;
  }
  .accordion-button::after {
    display: none;
  }
  .accordion-button:not(.collapsed) {
    color: #fff!important;
  }
  .accordion-button {
    background-color: var(--color-1)!important;
      color: #fff!important;
      font-size: 25px;
      font-weight: 600;
      border: 0;
      box-shadow: none;
      border-radius: 8px;
  }
  .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
  }
  .wrapper-bottom .icon:hover span,
  .wrapper-bottom .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  }
  .care .dropdown-menu {
    max-height: 300px;
    overflow-y: scroll;
  }
  .counties {
    left: 50% !important;
    right: auto !important;    
    transform: translate(-50%, 0) !important;
    top: 35px!important;
  }
  @media(min-width:1200px) {
    .county {
       display: grid;
       grid-template-columns: 33% 33% 33%;
    }
    .county2 {
    display: grid;
    grid-template-columns: 33% 33% 33%;
   }
   }
   @media(max-width:1199px) {
       .county {
          display: grid;
          grid-template-columns: 50% 50%;
       }
       .county2 {
           display: grid;
           grid-template-columns: 50% 50%;
          }
      }

#footer .btn-template{
    letter-spacing: 0px !important;
}      