html body .bottomHeader {
  background-color: #FFF;
}
@media (min-width: 1440px) {
  html body .bottomHeader .container {
    max-width: 1355px;
  }
  html body .bottomHeader .container .logo-prt.col-auto {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  html body .bottomHeader .container {
    max-width: 95%;
  }
  html body .bottomHeader .container .logo-prt.col-auto {
    margin-left: 0;
    padding-right: 10px;
  }
}
@media (min-width: 1440px) {
  html body .bottomHeader .container {
    max-width: 1355px;
  }
  html body .bottomHeader .container .logo-prt.col-auto {
    margin-left: 0;
  }
}
html body .bottomHeader nav ul#menu-main-menu {
  justify-content: flex-end !important;
  white-space: nowrap;
}
html body .bottomHeader nav ul#menu-main-menu li {
  margin: 0;
  padding: 0 17px;
}
@media (min-width: 1200px) and (max-width: 1250px) {
  html body .bottomHeader nav ul#menu-main-menu li {
    padding: 0 10px;
  }
}
html body .bottomHeader nav ul#menu-main-menu li:first-child {
  padding-left: 0;
}
html body .bottomHeader nav ul#menu-main-menu li:last-child {
  padding-right: 0;
}
html body .bottomHeader nav ul#menu-main-menu li a {
  color: #05A6F1;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
html body .bottomHeader nav ul#menu-main-menu li a:hover {
  opacity: 0.5;
}
@media (max-width: 1200px) {
  html body .bottomHeader nav ul#menu-main-menu li a {
    opacity: 1 !important;
    background-color: transparent !important;
  }
}
html body .bottomHeader nav ul#menu-main-menu li .dropdown-menu li {
  padding: 0;
  border-bottom: 1px solid #FFF;
}
html body .bottomHeader nav ul#menu-main-menu li .dropdown-menu li:last-child {
  border-bottom: none;
}
html body .bottomHeader nav ul#menu-main-menu li .dropdown-menu li a {
  padding: 10px 20px;
  color: #fff !important;
  border: none;
  font-size: 16px;
  font-weight: 500;
  opacity: 1 !important;
}
@media (min-width: 1201px) {
  html body .mm-only {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  html body .hambergerBtn {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    float: none;
    margin-left: auto;
    display: block;
    background: transparent;
    border: none;
  }
  html body .hambergerBtn span {
    background-color: #008AC1 !important;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  html body .hambergerBtn span:nth-child(1) {
    top: 0px;
  }
  html body .hambergerBtn span:nth-child(2) {
    top: 10px;
  }
  html body .hambergerBtn span:nth-child(3) {
    top: 20px;
  }
  html body .customNav {
    max-width: 100%;
    left: auto;
    width: 384px;
    height: 100vh;
    top: 0 !important;
    right: -384px;
    bottom: 0;
    position: fixed;
    transition: all 0.3s ease-in-out;
    background-color: #0084C3;
    overflow-y: auto;
    padding-bottom: 50px;
  }
  html body .customNav.show_nav {
    right: 0;
  }
  html body .customNav .mm-close {
    position: absolute;
    top: 68px;
    right: 26px;
    cursor: pointer;
    z-index: 99;
  }
  html body .customNav .mm-close img {
    width: 16px;
  }
  html body .customNav ul {
    padding: 130px 46px 0 49px;
    flex-direction: column;
  }
  html body .customNav ul li {
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #FFF;
  }
  html body .customNav ul li:last-child {
    border-bottom: none;
  }
  html body .customNav ul li a {
    padding: 22px 0 19px !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
  }
  html body .customNav ul .dropdown-menu {
    position: static !important;
    display: none;
    transition: none !important;
    background: transparent !important;
    padding-bottom: 10px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
  html body .customNav ul .dropdown-menu li {
    border: none !important;
  }
  html body .customNav ul .dropdown-menu li a {
    padding: 12px 0 !important;
  }
  html body .customNav ul .dropdown-menu:after {
    content: none !important;
  }
  html body .customNav ul li.hasmenu2 .dropdown-menu {
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  html body .customNav ul .make-an-appointment {
    display: none !important;
  }
  html body .mm-online-booking-btn {
    margin: 20px 46px 20px 49px;
  }
  html body .mm-online-booking-btn .mm-online-booking-btn-link {
    background-color: #fff;
    color: #008AC1;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
  }
  html body .mm-opening-hours {
    margin: 60px 46px 20px 49px;
  }
  html body .mm-opening-hours h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 14px;
    color: #fff;
  }
  html body .mm-opening-hours p {
    font-size: 14px;
    line-height: 1.21;
    font-weight: 600;
    color: #fff;
  }
  html body .mm-contact-links {
    margin: 20px 46px 20px 49px;
  }
  html body .mm-contact-links a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  html body .mm-contact-links a.mm-email:before {
    content: "";
    display: block;
    width: 12px;
    height: 9px;
    background-image: url(../images/email.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  html body .mm-contact-links a.mm-phone:before {
    content: "";
    display: block;
    width: 11px;
    height: 13px;
    background-image: url(../images/phone.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.mobile-menu-active {
  overflow: hidden;
}

html body footer.site-footer .top-footer {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  html body footer.site-footer .top-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1440px) {
  html body footer.site-footer .container {
    max-width: 1355px;
  }
}
@media (min-width: 1200px) {
  html body footer.site-footer .container {
    max-width: 95%;
  }
}
@media (min-width: 1440px) {
  html body footer.site-footer .container {
    max-width: 1355px;
  }
}
@media (max-width: 991px) {
  html body footer.site-footer .footer-col {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  html body footer.site-footer .footer-col {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  html body footer.site-footer .footer-col {
    width: 23%;
  }
  html body footer.site-footer .footer-col.footer-col-1 {
    width: 31%;
  }
}
html body footer.site-footer .ft-logo {
  margin: 0 0 42px;
}
html body footer.site-footer .ft-logo img {
  width: 197px;
  height: 100%;
  max-width: 100%;
}
html body footer.site-footer .ft-footer-text {
  margin: 0 0 51px;
  color: #388EC3;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1875;
  width: 300px;
  max-width: 100%;
}
html body footer.site-footer .ft-opening-hours {
  margin: 0 0 48px;
}
html body footer.site-footer .ft-opening-hours h4 {
  font-size: 16px;
  font-weight: 700;
  color: #388EC3;
  margin: 0 0 14px;
}
html body footer.site-footer .ft-opening-hours p {
  font-size: 16px;
  font-weight: 400;
  color: #388EC3;
  line-height: 1.2222;
}
html body footer.site-footer .ft-scoial {
  margin: 0;
  padding: 0;
}
html body footer.site-footer .ft-scoial .d-flex {
  margin: 0;
  padding: 0;
}
html body footer.site-footer .ft-scoial img {
  width: 25px;
  height: 25px;
}
html body footer.site-footer .ft-scoial li + li {
  margin-left: 10px;
}
html body footer.site-footer h3,
html body footer.site-footer .widget-title {
  font-size: 18px !important;
  line-height: 1.2222;
  font-weight: 700;
  color: #388EC3;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  html body footer.site-footer h3,
  html body footer.site-footer .widget-title {
    margin: 0 0 20px;
  }
}
html body footer.site-footer ul.menu li,
html body footer.site-footer .address-ft li {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875;
}
html body footer.site-footer ul.menu li a,
html body footer.site-footer .address-ft li a {
  font-size: 16px;
  color: #388EC3;
  font-weight: 400;
  line-height: 1.1875;
  margin: 0;
  padding: 0;
}
html body footer.site-footer .address-ft li {
  margin: 0 0 14px;
}
html body footer.site-footer .address-ft li.larger-bottom-margin {
  margin-bottom: 29px;
}
html body footer.site-footer .address-ft li:last-child {
  margin-bottom: 37px;
}
html body footer.site-footer .address-ft li:first-child a {
  font-size: 15px;
  letter-spacing: -0.5px;
}
html body footer.site-footer .ft-phone-lines-info {
  width: 211px;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.5714;
  font-weight: 400;
  color: #388EC3;
}
html body footer.site-footer .footer-bottom-border {
  margin-top: 85px;
  width: 100%;
  height: 1px;
  background: #ADADAD;
}
@media (max-width: 767px) {
  html body footer.site-footer .footer-bottom-border {
    margin-top: 30px;
  }
}
html body footer.site-footer .bottom-footer {
  padding: 30px 0;
}
html body footer.site-footer .bottom-footer .footer-images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  html body footer.site-footer .bottom-footer .footer-images {
    margin-top: 30px;
  }
}
html body footer.site-footer .bottom-footer .footer-images img {
  max-width: calc(20% - 20px);
  height: auto;
}

#blog-header {
  min-height: 341px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #318AC1;
  text-align: center;
  padding: 30px 0;
}
#blog-header h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  color: #FFF;
  width: 526px;
  max-width: 100%;
  margin: 0 auto 37px;
}
#blog-header p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1875;
  color: #fff;
  width: 526px;
  max-width: 100%;
  margin: 0 auto;
}
#blog-header .blog-categories ul {
  margin: 0 0 21px;
}
#blog-header .blog-categories a {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

#blog-post-categories {
  text-align: center;
  padding: 57px 0 62px;
}
#blog-post-categories .bpc-categories {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  gap: 30px;
  overflow-x: auto;
}
@media (max-width: 767px) {
  #blog-post-categories .bpc-categories {
    flex-wrap: wrap;
  }
}
#blog-post-categories .bpc-categories .bpc-category {
  text-decoration: none;
  color: #008AC1;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
#blog-post-categories .bpc-categories .bpc-category.active {
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  #blog-post-categories .bpc-categories .bpc-category {
    font-size: 16px;
  }
}

article.blog-post {
  margin: 0 0 137px;
}
article.blog-post .bp-image {
  margin: 0 0 29px;
}
article.blog-post .bp-image img {
  aspect-ratio: 399/325;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
article.blog-post .bp-title {
  font-size: 20px;
  color: #008AC1;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 29px;
}
article.blog-post .bp-excerpt {
  margin: 0 0 37px;
}
article.blog-post .bp-excerpt p {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875;
  margin: 0;
}
article.blog-post .bp-read-more {
  position: absolute;
  bottom: 80px;
  color: #008AC1;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.214;
}
article.blog-post .bp-read-more::before {
  content: "";
  position: absolute;
  left: 0;
  right: 5px;
  bottom: -5px;
  height: 1px;
  background-color: #318AC1;
}

#h2t-pagination {
  margin: 0 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#h2t-pagination .page-numbers {
  text-decoration: none;
  color: #008AC1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.214;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #008AC1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#h2t-pagination .page-numbers.current {
  background-color: #008AC1;
  color: #FFF;
}

body.single-post #blog-header {
  min-height: 413px;
  padding-bottom: 132px;
}
body.single-post #blog-header h1 {
  width: 855px;
  margin-bottom: 0;
}
body.single-post #blog-featured-image {
  margin: -102px 0 60px;
}
body.single-post #blog-featured-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 850/548;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-post #blog-content {
  margin: 0 0 80px;
}
body.single-post #blog-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875;
}
body.single-post #blog-content h1, body.single-post #blog-content h2, body.single-post #blog-content h3, body.single-post #blog-content h4 {
  color: #008AC1;
  font-weight: 600;
  margin: 2em 0 1em;
}
body.single-post #blog-content a {
  text-decoration: underline !important;
}
body.single-post #blog-related-posts {
  background-color: #F1F8FB;
  padding: 80px 0 20px;
}
body.single-post #blog-related-posts .related-posts h3 {
  font-size: 28px;
  font-weight: 600;
  color: #008AC1;
  margin: 0 0 48px;
}