/* Variables */
.custom-py-5 {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.custom-pb-5 {
  padding-bottom: 5rem;
}

.custom-pt-5 {
  padding-top: 5rem;
}

.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .container {
    /*padding-left: 20px;
    padding-right: 20px; */
  }
}

a {
  color: #009ee3;
  text-decoration: underline;
}
a:hover {
  color: #009ee3;
}

/* Variables */
/*
Fonts
GEO LIGHT
font-family: "fieldwork", sans-serif;
font-weight: 300;
font-style: normal;
GEO REGULAR
font-family: "fieldwork", sans-serif;
font-weight: 400;
font-style: normal;
GEO DEMI BOLD
font-family: "fieldwork", sans-serif;
font-weight: 600;
font-style: normal;
GEO BOLD
font-family: "fieldwork", sans-serif;
font-weight: 700;
font-style: normal;
 */
p {
  color: #183457;
  font-family: "fieldwork", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15.5px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "fieldwork", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  font-family: "fieldwork", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15.5px;
}

body {
  font-family: "fieldwork", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

ul li {
  font-family: "fieldwork", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15.5px;
}

.page-wrapper {
  padding-top: 235px;
}
@media (max-width: 992px) {
  .page-wrapper {
    padding-top: 83px;
  }
}

.page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6, .entry-header h1, .entry-header h2, .entry-header h3, .entry-header h4, .entry-header h5, .entry-header h6 {
  font-weight: 600;
  color: #183457;
}

.common-hr {
  height: 3px;
  background-color: #183457;
  margin-bottom: 0;
  opacity: 1;
}

hr:not([size]) {
  height: 3px;
}

.common-cta-btn {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  display: block;
  color: #183457;
  max-width: 230px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}
.common-cta-btn:hover {
  opacity: 0.9;
  color: #183457;
}
.common-cta-btn span {
  color: green;
}

.content-box {
  border: 1px solid #009ee3;
  border-radius: 15px;
}
.content-box a {
  text-decoration: none;
}
@media (max-width: 640px) {
  .content-box a {
    display: block;
  }
}
.content-box .image {
  height: 200px;
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-size: auto;
  background-position: center;
}
@media (max-width: 767px) {
  .content-box .mobile-reduce-width {
    background-size: 80%;
    background-repeat: no-repeat;
  }
}
.content-box .content {
  position: relative;
  padding: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
}
.content-box .content p {
  min-height: 70px;
}
.content-box .content .icon-control {
  position: absolute;
  max-height: 58px;
  top: -40px;
  right: 56px;
}
@media (max-width: 992px) {
  .content-box .content .icon-control {
    max-height: 41px;
    top: -25px;
    right: 45px;
  }
}
.content-box .content h1, .content-box .content h2, .content-box .content h3, .content-box .content h4, .content-box .content h5, .content-box .content h6 {
  font-size: 20px;
  color: #183457;
  font-weight: 600;
  margin-bottom: 35px;
}
.content-box .content h1 span, .content-box .content h2 span, .content-box .content h3 span, .content-box .content h4 span, .content-box .content h5 span, .content-box .content h6 span {
  float: right;
  color: #009ee3;
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  right: 10px;
  top: 22px;
}
.content-box .content h1 a, .content-box .content h2 a, .content-box .content h3 a, .content-box .content h4 a, .content-box .content h5 a, .content-box .content h6 a {
  font-size: 19px;
  color: #183457;
  text-decoration: none;
  font-family: "fieldwork", sans-serif;
  font-weight: 600;
  font-style: normal;
  max-width: 124px;
  display: block;
}
@media (max-width: 992px) {
  .content-box .content h1 a, .content-box .content h2 a, .content-box .content h3 a, .content-box .content h4 a, .content-box .content h5 a, .content-box .content h6 a {
    font-size: 18px;
    max-width: 90px;
    display: block;
  }
}
@media (max-width: 640px) {
  .content-box .content h1 a, .content-box .content h2 a, .content-box .content h3 a, .content-box .content h4 a, .content-box .content h5 a, .content-box .content h6 a {
    max-width: 120px;
  }
}
.content-box-padding {
  padding-right: 12px;
  padding-left: 12px;
}

.full-width-cta-slides {
  text-align: center;
}

.full-width-cta-slides .slide {
  background-color: #009ee3;
  border-radius: 15px;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  height: 400px;
}
@media (max-width: 767px) {
  .full-width-cta-slides .slide {
    padding-left: 40px;
    padding-right: 40px;
    height: 570px;
  }
}
.full-width-cta-slides .slide a {
  margin: 0 auto;
  max-width: 400px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .full-width-cta-slides .slide a {
    max-width: 180px;
  }
}
.full-width-cta-slides .slide p {
  color: #fff;
}
.full-width-cta-slides .slide h1, .full-width-cta-slides .slide h2, .full-width-cta-slides .slide h3, .full-width-cta-slides .slide h4, .full-width-cta-slides .slide h5, .full-width-cta-slides .slide h6 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 3rem;
}
@media (max-width: 992px) {
  .full-width-cta-slides .slide h1, .full-width-cta-slides .slide h2, .full-width-cta-slides .slide h3, .full-width-cta-slides .slide h4, .full-width-cta-slides .slide h5, .full-width-cta-slides .slide h6 {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .full-width-cta-slides .slide h1, .full-width-cta-slides .slide h2, .full-width-cta-slides .slide h3, .full-width-cta-slides .slide h4, .full-width-cta-slides .slide h5, .full-width-cta-slides .slide h6 {
    font-size: 2rem;
  }
}
.full-width-cta-slides .slide .slides {
  width: 80%;
  margin: 0 auto;
}
.full-width-cta-slides .slide .slides .slide {
  padding: 30px;
  text-align: center;
}
.full-width-cta-slides .slide .slides .slide a {
  margin: 0 auto;
  max-width: 333px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .full-width-cta-slides .slide .slides .slide a {
    max-width: 180px;
  }
}
.full-width-cta-slides .slide .slides .slide p {
  color: #fff;
}
.full-width-cta-slides .slide .slides .slide h1, .full-width-cta-slides .slide .slides .slide h2, .full-width-cta-slides .slide .slides .slide h3, .full-width-cta-slides .slide .slides .slide h4, .full-width-cta-slides .slide .slides .slide h5, .full-width-cta-slides .slide .slides .slide h6 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}

#common-full-width-cta-slider-container-left {
  position: absolute;
  left: 20px;
  top: 170px;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  z-index: 9;
}

#common-full-width-cta-slider-container-right {
  position: absolute;
  right: 20px;
  top: 170px;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  z-index: 9;
}

.common-light-blue-cta {
  background-color: #009ee3;
  color: #fff;
  border-radius: 20px;
  padding-top: 12px;
  padding-bottom: 10px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  line-height: 16px;
}
.common-light-blue-cta:hover {
  color: #fff;
  background-color: #17b8ff;
}

.common-wide-image-section {
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.common-wide-cta-section {
  background-color: #e8eaee;
  text-align: center;
}
.common-wide-cta-section a {
  color: #183457;
  font-size: 35px;
  text-decoration: none;
  font-weight: 600;
  max-width: 840px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .common-wide-cta-section a {
    font-size: 24px;
  }
}
.common-wide-cta-section a:hover {
  color: #183457;
}

.common-content-area h1, .common-content-area h2, .common-content-area h3, .common-content-area h4, .common-content-area h5, .common-content-area h6 {
  color: #183457;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .common-content-area h1, .common-content-area h2, .common-content-area h3, .common-content-area h4, .common-content-area h5, .common-content-area h6 {
    font-size: 18px;
  }
}
.common-content-area h1, .common-content-area h2 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .common-content-area h1, .common-content-area h2 {
    font-size: 18px;
  }
}
.common-content-area h3, .common-content-area h4, .common-content-area h5, .common-content-area h6 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .common-content-area h3, .common-content-area h4, .common-content-area h5, .common-content-area h6 {
    font-size: 18px;
  }
}
.common-content-area p {
  color: #183457;
}
.common-content-area strong {
  font-weight: 600;
}
.common-content-area .common-content-area-2-margin {
  margin-top: 77px;
}
.common-content-area ul {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  padding-bottom: 30px;
}
.common-content-area ul li {
  color: #183457;
}
.common-content-area ul li ul {
  padding-bottom: 0;
}
.common-content-area ul li::marker {
  color: #009ee3;
}

.rotate {
  transform: rotate(270deg);
}

/* Variables */
.custom-arrows {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 85px;
  float: none;
}
.custom-arrows li {
  display: inline-block;
  background-color: #183457;
  text-align: center;
  margin-bottom: 4px;
  width: 47%;
}
.custom-arrows li:hover {
  opacity: 0.8;
}
.custom-arrows li a {
  text-decoration: none;
  color: #fff;
  font-size: 40px;
  padding-top: 4px;
  display: block;
  line-height: 36px;
  padding-bottom: 10px;
}

.slick-next::before {
  content: ">";
  font-family: "fieldwork", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}

.slick-prev::before {
  content: "<";
  font-family: "fieldwork", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

/* Variables */
.main-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  height: 212px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .main-header {
    height: 100px;
  }
}
.main-header .contact-details {
  text-align: right;
}
.main-header .contact-details a {
  display: block;
  text-decoration: none;
}
.main-header .contact-details p {
  margin-bottom: 0;
}
.main-header .logo {
  max-width: 177px;
  margin-top: 15px;
}
.main-header .navigation-bg {
  background-color: #183457;
  border-bottom: 1px solid #7c8ca0;
}

.main-header-bg {
  background-color: #183457;
}
.main-header-bg ul li a.active {
  border-bottom: 3px solid #fff;
}

.header-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .header-padding {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.header-contact-details {
  text-align: right;
}
.header-contact-details a {
  background-color: #009ee3;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 20px;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
}
.header-contact-details a span {
  color: #183457;
}
.header-contact-details a:hover {
  background-color: #17b8ff;
}

.header-logo {
  max-width: 240px;
  display: block;
}
@media (max-width: 992px) {
  .header-logo {
    width: 167px;
  }
}

.header-tel {
  text-align: right;
}
.header-tel p {
  margin-top: 19px;
  margin-bottom: 16px;
  color: #009ee3;
}
@media (max-width: 1200px) {
  .header-tel p span {
    display: none;
  }
}
@media (max-width: 1400px) {
  .header-tel p {
    font-size: 12px;
  }
}
@media (max-width: 1400px) {
  .header-tel p {
    margin-top: 22px;
  }
}
.header-tel a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1400px) {
  .header-tel a {
    font-size: 12px;
  }
}
.header-tel a:hover {
  color: #009ee3;
}

.mobile-only-strip {
  border-bottom: 1px solid #009ee3;
  margin-bottom: 20px;
  margin-top: 10px;
}

/*.obj-animation a{
  animation-name: skew-btn;
  animation-duration: 2s;
  animation-delay: 1s;
} */
/* The animation code */
/*@keyframes skew-btn {
  0% {transform: rotate(0deg);}
  20% {transform: rotate(4deg);}
  40% {transform: rotate(-7deg);}
  60% {transform: rotate(5deg);}
  80% {transform: rotate(-3deg);}
  100% {transform: rotate(0deg);}
}*/
.obj-animation a {
  animation: skew-btn 12s linear infinite;
}

/* The animation code */
@keyframes skew-btn {
  0%, 41.66% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(4deg);
  }
  58.33% {
    transform: rotate(-7deg);
  }
  66.66% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-3deg);
  }
  83.33%, 100% {
    transform: rotate(0deg);
  }
}
/* Variables */
.desktop-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  height: 100%;
}
.desktop-menu li {
  display: inline-block;
  padding-right: 24px;
  padding-left: 7px;
  height: 100%;
  position: relative;
  background-image: url("/wp-content/themes/chestermedical/images/common/menu-divider.png");
  background-repeat: no-repeat;
  background-position: right 29px;
  background-size: 13px;
}
@media (max-width: 1400px) {
  .desktop-menu li {
    background-position: right 25px;
  }
}
.desktop-menu li a {
  padding-top: 30px;
  padding-bottom: 20px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 15.5px;
}
@media (max-width: 1400px) {
  .desktop-menu li a {
    font-size: calc(15.5px * 0.8);
    padding-bottom: 24px;
    padding-top: 28px;
  }
}
.desktop-menu li a:hover {
  color: #009ee3;
}
.desktop-menu li:last-of-type {
  background-image: none;
}
.desktop-menu .has-submenu a {
  padding-right: 25px;
  background-image: url("/wp-content/themes/chestermedical/images/common/menu-arrow-down.png");
  background-repeat: no-repeat;
  background-position: right 33px;
  background-size: 21px;
}
@media (max-width: 1400px) {
  .desktop-menu .has-submenu a {
    background-position: right 30px;
    background-size: 19px;
  }
}

.desktop-sub-menu {
  display: none;
  position: absolute;
  width: 400px;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: -1;
  top: 61px;
  background-color: #009ee3;
}
@media (max-width: 1400px) {
  .desktop-sub-menu {
    width: 275px;
  }
}
@media (max-width: 1200px) {
  .desktop-sub-menu {
    width: 250px;
  }
}
.desktop-sub-menu li {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 25px;
}
.desktop-sub-menu li a {
  background-image: none !important;
  font-size: calc(15.5px * 0.8);
}
@media (max-width: 1400px) {
  .desktop-sub-menu li a {
    font-size: calc(15.5px * 0.6);
  }
}
.desktop-sub-menu li a:hover {
  color: #183457;
}

.desktop-submenu-styling ul {
  margin: 0;
  padding: 0;
}
.desktop-submenu-styling ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 7px;
}
.desktop-submenu-styling ul li a {
  background-image: none !important;
}

.sub-menu-link {
  font-size: calc(15.5px * 0.8);
}

.snippet-mobile-menu-mobile-content {
  display: none;
}

.snippet-main-menu-mobile-burger-menu {
  display: inline-block;
  cursor: pointer;
  padding: 8px;
  background-color: #009ee3;
}
.snippet-main-menu-mobile-burger-menu .snippet-main-menu-mobile-burger-menu-bar1, .snippet-main-menu-mobile-burger-menu .snippet-main-menu-mobile-burger-menu-bar2, .snippet-main-menu-mobile-burger-menu .snippet-main-menu-mobile-burger-menu-bar3 {
  width: 32px;
  height: 4px;
  border-radius: 5px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.snippet-main-menu-mobile-burger-menu-change .snippet-main-menu-mobile-burger-menu-bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 8px);
  transform: rotate(-45deg) translate(-8px, 8px);
}

/* Fade out the second bar */
.snippet-main-menu-mobile-burger-menu-change .snippet-main-menu-mobile-burger-menu-bar2 {
  opacity: 0;
}

/* Rotate last bar */
.snippet-main-menu-mobile-burger-menu-change .snippet-main-menu-mobile-burger-menu-bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -5px);
  transform: rotate(45deg) translate(-4px, -5px);
}

.snippet-mobile-menu-mobile-content {
  width: 100%;
  position: fixed;
  background-color: #009ee3;
  z-index: 900;
  right: 0;
  height: auto;
  top: 100px;
  padding-top: 10px;
  bottom: 0;
}
.snippet-mobile-menu-mobile-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  text-align: left;
}
.snippet-mobile-menu-mobile-content ul li ul {
  padding: 0;
}
.snippet-mobile-menu-mobile-content ul li ul li a {
  font-size: 12px;
  color: #fff;
  padding-right: 8px;
}
.snippet-mobile-menu-mobile-content ul li ul li:last-of-type {
  border-bottom: none;
}
.snippet-mobile-menu-mobile-content ul li a {
  color: #fff;
  text-decoration: none;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  font-size: 18px;
}
.snippet-mobile-menu-mobile-content ul li a img {
  padding-top: 0px;
  width: 14px;
  margin-left: 5px;
}

.mobile-sub-menu {
  display: none;
}

.snippet-footer-mobile-menu-rotate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-submenu-styling {
  background-color: #007bb0;
}

.mobile-additional-links {
  padding-top: 10px !important;
}
.mobile-additional-links li {
  display: inline-block;
}
.mobile-additional-links li a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.mobile-additional-links li a img {
  width: 25px !important;
  margin-right: 10px;
}
.mobile-additional-links li:last-of-type a img {
  margin-right: 0;
}
.mobile-additional-links .first-link {
  border-right: 1px solid #fff;
  margin-right: 10px;
  padding-right: 10px;
}

.mobile-call-us {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.mobile-call-us li {
  display: block;
}
.mobile-call-us li span {
  color: #183457;
  font-size: 18px;
  font-weight: 600;
}
.mobile-call-us li p {
  color: #fff;
}
.mobile-call-us li a {
  color: #fff;
}

.mobile-menu-container {
  height: 500px;
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
  padding-bottom: 40px;
  padding-top: 0px;
  padding-right: 15px;
}
.mobile-menu-container .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target, .mobile-menu-container .ubermenu-main .ubermenu-item-level-0 > .ubermenu-custom-content.ubermenu-custom-content-padded {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/*
.mobile-menu-container{
  position: relative;
  height: 500px;
} */
/* Variables */
.position-relative {
  position: relative;
}

.page-banner, .video-banner {
  background-repeat: no-repeat;
  background-position: right;
  height: 600px;
  background-color: #183457;
}
.page-banner .absolute-container, .video-banner .absolute-container {
  position: absolute;
  width: 100%;
  bottom: 140px;
  left: 0;
  right: 0;
}
@media (max-width: 992px) {
  .page-banner .absolute-container, .video-banner .absolute-container {
    bottom: 60px;
  }
}
.page-banner .content-video, .video-banner .content-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner h1, .page-banner h2, .page-banner h3, .page-banner h4, .page-banner h5, .page-banner h6, .video-banner h1, .video-banner h2, .video-banner h3, .video-banner h4, .video-banner h5, .video-banner h6 {
  font-size: 70px;
  max-width: 600px;
  margin-top: 0;
  color: #009ee3;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 65px;
}
@media (max-width: 767px) {
  .page-banner h1, .page-banner h2, .page-banner h3, .page-banner h4, .page-banner h5, .page-banner h6, .video-banner h1, .video-banner h2, .video-banner h3, .video-banner h4, .video-banner h5, .video-banner h6 {
    margin-top: 24px;
  }
}
.page-banner h1 span, .page-banner h2 span, .page-banner h3 span, .page-banner h4 span, .page-banner h5 span, .page-banner h6 span, .video-banner h1 span, .video-banner h2 span, .video-banner h3 span, .video-banner h4 span, .video-banner h5 span, .video-banner h6 span {
  color: #fff;
  display: block;
}
@media (max-width: 992px) {
  .page-banner h1, .page-banner h2, .page-banner h3, .page-banner h4, .page-banner h5, .page-banner h6, .video-banner h1, .video-banner h2, .video-banner h3, .video-banner h4, .video-banner h5, .video-banner h6 {
    font-size: 30px;
    max-width: 270px;
    line-height: 30px;
  }
}
.page-banner p, .video-banner p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
}
@media (max-width: 992px) {
  .page-banner p, .video-banner p {
    max-width: 430px;
  }
}
.page-banner p:last-of-type, .video-banner p:last-of-type {
  margin-bottom: 40px;
}
.page-banner a, .video-banner a {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 420px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-banner a, .video-banner a {
    max-width: 330px;
  }
}

@media (max-width: 992px) {
  .page-banner {
    background-position: -999999px;
    height: auto;
    background-color: #183457;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .video-banner {
    height: 496px;
  }
}

.mobile-page-banner {
  background-repeat: no-repeat;
  background-position: right;
  height: 300px;
  background-size: cover;
}

.banner-top-slider {
  position: relative;
}

#banner-slider-container-left {
  position: absolute;
  left: 20px;
  top: 40%;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  z-index: 9;
}

#banner-slider-container-right {
  position: absolute;
  right: 20px;
  top: 40%;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  z-index: 9;
}

@media (max-width: 992px) {
  .slide .page-banner {
    padding-left: 40px;
    padding-right: 40px;
    height: 600px;
  }
}

/* Variables */
.frontpage-why-chester-container {
  background-color: #e8eaee;
}

.frontpage-chester-latest {
  position: relative;
}
.frontpage-chester-latest .background-video {
  position: absolute;
  /* Position the video behind everything */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  /* Ensures it's behind other content */
}
.frontpage-chester-latest .background-video video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  /* Makes sure the video covers the entire area */
}
@media (max-width: 992px) {
  .frontpage-chester-latest {
    /*background: #fff;
    background-position: -999999px;
    background-size: 0px; */
  }
}
.frontpage-chester-latest .chester-latest-title {
  font-size: 30px;
  color: #183457;
  font-weight: 600;
  margin-bottom: 40px;
}
.frontpage-chester-latest .news-item-title {
  color: #183457;
}
@media (max-width: 767px) {
  .frontpage-chester-latest .news-item-title {
    margin-bottom: 20px;
  }
}
.frontpage-chester-latest .news-item-arrow {
  max-width: 60px;
  margin-top: 30px;
}
.frontpage-chester-latest .news-item-arrow-positioning {
  text-align: right;
}
@media (max-width: 767px) {
  .frontpage-chester-latest .chester-latest-main-image {
    text-align: center;
  }
  .frontpage-chester-latest .chester-latest-main-image a img {
    max-width: 274px;
    margin: 0 auto;
  }
}

.chester-latest-news-item {
  padding-top: 50px;
}

/* Variables */
.news-line {
  background-color: #183457;
  height: 1px !important;
  opacity: 1 !important;
}

.news-btn-width {
  max-width: 240px;
}

.news-item-date {
  color: #009ee3;
  font-weight: 600;
}

.pagination-container a {
  color: #183457;
  font-size: 15px;
  margin-right: 5px;
}
.pagination-container a:hover {
  color: #009ee3;
}
.pagination-container .current-page {
  color: #009ee3;
  font-size: 15px;
  margin-right: 5px;
}

.news-header {
  color: #183457;
}

/* Variables */
.icon-container-icon img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.icon-container-icon a {
  text-align: center;
  display: block;
}
.icon-container-icon .rollover img:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .icon-container-icon .no-rollover img {
    display: none;
  }
}

.service-block-repeater {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .service-block-repeater {
    padding-right: 0;
  }
}
.service-block-repeater img {
  max-height: 60px;
  padding-bottom: 20px;
}
.service-block-repeater h1, .service-block-repeater h2, .service-block-repeater h3, .service-block-repeater h4, .service-block-repeater h5, .service-block-repeater h6 {
  font-size: 25px;
  min-height: 60px;
}
@media (max-width: 767px) {
  .service-block-repeater h1, .service-block-repeater h2, .service-block-repeater h3, .service-block-repeater h4, .service-block-repeater h5, .service-block-repeater h6 {
    font-size: 18px;
  }
}
.service-block-repeater p {
  min-height: 140px;
}
@media (max-width: 767px) {
  .service-block-repeater p {
    min-height: 0;
  }
}

.title-block-with-icon-image {
  max-height: 70px;
  display: inline-block;
  padding-left: 19px;
}

.title-block-margin-title {
  margin-top: 15px;
  display: inline-block;
}

.top-image-max-width {
  max-width: 250px;
}

.stat {
  text-align: center;
}
.stat .stat-title {
  color: #009ee3;
  font-size: 24px;
  margin-bottom: 0;
}
.stat .stat-number span {
  color: #fff;
  font-size: 70px;
}

/* Variables */
.wpcf7-form-control {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #7c8ca0;
  padding: 7.5px;
  margin-top: 7.5px;
}

label {
  margin-bottom: 10px;
}

.wpcf7-submit {
  background-color: #009ee3;
  color: #fff;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  max-width: 302px;
  border: none;
}
.wpcf7-submit:hover {
  color: #fff;
  background-color: #17b8ff;
}

.wpcf7-checkbox {
  border: none;
  margin: 0;
  padding: 0;
}

textarea {
  height: 120px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  background-color: #ffb900;
  color: #fff;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

/* Variables */
.ubermenu .ubermenu-submenu-type-flyout > .ubermenu-item {
  min-width: 200px !important;
}

@media (max-width: 992px) {
  .ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
    padding: 8px 20px !important;
  }
}
/* Variables */
.newsletter-sign-up {
  background-color: #009ee3;
}
.newsletter-sign-up .container {
  padding-bottom: 3rem;
  padding-top: 5rem;
}
@media (max-width: 992px) {
  .newsletter-sign-up .container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.newsletter-sign-up h1, .newsletter-sign-up h2, .newsletter-sign-up h3, .newsletter-sign-up h4, .newsletter-sign-up h5, .newsletter-sign-up h6 {
  color: #fff;
  margin-bottom: 20px;
}
.newsletter-sign-up .wpcf7-spinner {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.newsletter-sign-up p {
  margin-bottom: 0;
  color: #fff;
}
.newsletter-sign-up label {
  margin-top: 20px;
  color: #fff;
}
.newsletter-sign-up .wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 5px;
}
.newsletter-sign-up .wpcf7-not-valid-tip {
  margin-top: 10px;
}
.newsletter-sign-up .wpcf7-submit {
  background-color: #183457;
}
.newsletter-sign-up .wpcf7-submit:hover {
  color: #fff;
  background-color: #234c7f;
}

.chester-medical-footer {
  background-color: #183457;
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 15px solid #009ee3;
}
.chester-medical-footer p {
  font-size: 13.5px;
}
.chester-medical-footer a {
  font-size: 13.5px;
}
@media (max-width: 767px) {
  .chester-medical-footer .footer-logo-container {
    text-align: center;
    padding-bottom: 60px;
  }
}
.chester-medical-footer .footer-logo {
  max-width: 216px;
  width: 100%;
}
.chester-medical-footer .footer-shape-bg {
  background-image: url("/wp-content/themes/chestermedical/images/common/footer-watermark.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 200px;
}
@media (max-width: 767px) {
  .chester-medical-footer .footer-shape-bg {
    background-position: -99999999px;
  }
}
.chester-medical-footer .address-details p {
  margin-bottom: 0;
}
.chester-medical-footer .copyright-creds p {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  color: #7c8ca0;
}
@media (max-width: 767px) {
  .chester-medical-footer .copyright-creds p {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
  }
}
.chester-medical-footer .copyright-creds p a {
  color: #7c8ca0;
  text-decoration: none;
}
.chester-medical-footer .copyright-creds p a:hover {
  color: #009ee3;
}
@media (max-width: 992px) {
  .chester-medical-footer .address-details {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .chester-medical-footer .address-details {
    text-align: center;
  }
}
.chester-medical-footer .address-details p {
  color: #7c8ca0;
}
.chester-medical-footer .address-details p span {
  color: #009ee3;
  font-weight: 600;
}
.chester-medical-footer .address-details a {
  color: #e8eaee;
  text-decoration: none;
}
.chester-medical-footer .address-details a:hover {
  color: #009ee3;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu li a {
  text-decoration: none;
  color: #7c8ca0;
}
.footer-menu li a:hover {
  color: #009ee3;
}

.footer-social-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-social-menu li {
  display: inline-block;
}
.footer-social-menu li a img {
  max-width: 20px;
}

.footer-first-row-margin {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .footer-first-row-margin {
    margin-bottom: 60px;
  }
}

.footer-desktop-right {
  text-align: right;
}
@media (max-width: 767px) {
  .footer-desktop-right {
    text-align: center;
  }
}

.mobile-only-social-block {
  text-align: center;
  padding-bottom: 200px;
  background-image: url("/wp-content/themes/chestermedical/images/common/footer-watermark.png");
  background-repeat: no-repeat;
  background-position: center 50px;
  background-size: 151px;
}

/*# sourceMappingURL=chestermedical.css.map */
