/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* GENERAL */

/* styles */
h1 {
  font-size: 48px;
  line-height: 58px;
  color: #023667;
}
h2 {
  font-size: 48px;
  line-height: 55px;
  color: #3b444d;
  font-family: "Croissant One", cursive;
  text-transform: uppercase;
  font-weight: 400;
}
h3 {
  font-size: 34px;
  line-height: 38px;
  font-family: "Croissant One", cursive;
  text-transform: uppercase;
  font-weight: 400;
}
p {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
a {
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #77bebb;
}

.wpb_column {
  vertical-align: top;
}
.wpb_content_element {
  margin-bottom: 0 !important;
}
.centerthispls .wpb_column {
  float: none;
  display: inline-block;
}
.centerthispls {
  text-align: center;
}

/* header  */

header.header-bar {
  padding: 0 42px;
}
.top-header .main-nav .menu-text:after {
  right: -5px;
}
.top-bar.top-bar-line-hide {
  padding: 0 46px !important;
}
.mobile-mini-widgets a,
div#toplinks a {
  color: #023667;
  font-weight: 600;
  padding: 0 9px;
  text-decoration: none !important;
}
div#toplinks i {
  padding-right: 6px;
}
div#toplinks a {
  display: block;
  text-align: center;
}

/* top bar */
.top-bar a {
  color: #333333 !important;
  text-decoration: none !important;
  padding-left: 23px;
  transition: all ease 0.2s;
  opacity: 0.7;
}
.top-bar a:hover {
  color: #fff !important;
  transition: all ease 0.2s;
  opacity: 1;
}
.top-bar i {
  padding-right: 6px;
}
.text-area.first a {
  padding: 0 2px;
}
.text-area.first br {
  display: none;
}
.soc-ico a {
  padding-left: 0;
}
a.btn1 {
  margin-left: 25px;
}
/* footer */

div#bottom-bar {
  text-align: center;
  padding: 14px;
  background-color: transparent;
  color: #6f7983;
}
div#bottom-bar a:hover {
  border-bottom: 1px solid;
}
div#bottom-bar strong {
  color: #fff;
  font-weight: 400;
}
#footer .wf-container-footer {
  padding: 40px 0 !important;
}
.footer .widget,
.textwidget,
.textwidget img {
  margin: 0;
}
#footer.solid-bg {
  background: #023667 none repeat center top;
}
.textwidget img,
.iconrow img,
.iconrow2 img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.wf-container-bottom {
  min-height: 0px;
  padding: 0;
}

/* DESIGN */

a.popup-vimeo img {
  margin-bottom: -7px !important;
}
a.popup-vimeo {
  display: inline-block;
  position: relative;
}
a.popup-vimeo:before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 16px);
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(https://www.proactive-wellbeing.co.uk/wp-content/uploads/2019/11/Ellipse-1.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: all ease 0.2s;
  width: 100%;
}
a.popup-vimeo:hover:before {
  transition: all ease 0.2s;
  background: rgba(0, 0, 0, 0.6);
  background-position: center;
  background-repeat: no-repeat;
}

#toplinks {
  display: none;
}
.w3-animate-top {
  position: relative;
  animation: animatetop 0.8s;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.w3-animate-left {
  position: relative;
  animation: animateleft 0.8s;
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.w3-animate-right {
  position: relative;
  animation: animateright 0.8s;
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.w3-animate-bottom {
  position: relative;
  animation: animatebottom 0.8s;
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.w3-animate-right2 {
  position: relative;
  animation: animateright2 0.8s;
}
@keyframes animateright2 {
  from {
    right: -300px;
  }
  to {
    right: 0;
  }
}
#main {
  padding: 0;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding: 0;
}

.moove-gdpr-branding-cnt {
  display: none !important;
}

button#moove_gdpr_save_popup_settings_button {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 1px;
  border-radius: 1px;
}

.grecaptcha-badge {
  display: none !important;
}

a.scroll-top.on {
  width: 40px;
  height: 40px;
  bottom: 20px;
}

input#moove_gdpr_performance_cookies {
  display: none !important;
}
input#moove_gdpr_strict_cookies {
  display: none !important;
}

@media (max-width: 500px) {
  button#moove_gdpr_save_popup_settings_button {
    margin-bottom: 50px !important;
  }
  a.scroll-top.on {
    bottom: 60px !important;
  }
  button#moove_gdpr_save_popup_settings_button {
    display: none !important;
  }

  #menu-footer-menu li a {
    line-height: 35px;
  }

  .contact-social a {
    margin-left: 5px;
    margin-right: 5px;
  }

  .cta3 p {
    margin-bottom: 20px;
  }
}

h2 em,
h3 em {
  color: #338248;
  font-style: initial;
}
.dt-breadcrumbs-shortcode {
  justify-content: initial !important;
  text-align: left !important;
}
.breadcrumbs li:before,
.fancy-header .breadcrumbs li:before {
  content: ">";
  color: #000;
}
ol.breadcrumbs.text-small a {
  color: #000000;
}
li.current {
  color: #fd7601 !important;
}

#primary-menu > li a:hover span.menu-text:before,
.main-nav .sub-nav > li.act:not(.dt-mega-parent):not(.wpml-ls-item):not(.wpml-ls-item) > a span.menu-text:before,
.main-nav > li.act:not(.wpml-ls-item) > a span.menu-text:before {
  position: absolute;
  content: "";
  display: block;
  left: -12px;
  top: calc(50% - 6px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77bebb;
  transition: all 0.5s;
}
ul.sub-nav.hover-style-bg.level-arrows-on span:before {
  display: none !important;
}
.top-bar-bg {
  background: #d2d2d2 none repeat center center;
}
body:not(.home) header.header-bar {
  margin-top: 14px !important;
}
.text-area.first a {
  color: #3a464e !important;
  opacity: 1;
  font: normal 16px / 20px "Poppins", Helvetica, Arial, Verdana, sans-serif;
  padding-left: 32px;
}
.text-area.first a:hover {
  color: #fff !important;
}
.text-area.first a.btn1 {
  margin-left: 32px !important;
}

a.btn1,
.text-area.first a.btn1,
.btn1 a {
  font-weight: 400 !important;
  background: rgb(167, 227, 249);
  background: linear-gradient(180deg, rgba(167, 227, 249, 1) 0%, #53ada9 50%, #479793 75%, #28afa9 95%, #53ada9 100%);
  text-align: center;
  display: inline-block;
  color: #fff !important;
  padding: 11px 37px !important;
  text-transform: uppercase;
  border-bottom: 2px solid #53ada9;
  font-family: "Poppins", sans-serif;
}
a.btn1:hover,
.btn1 a:hover {
  background: rgb(126, 171, 187) !important;
  background: linear-gradient(180deg, rgba(167, 227, 249, 1) 0%, #53ada9 50%, #28afa9 75%, #479793 95%, #53ada9 100%) !important;
}
#bottom-bar .wf-container-bottom {
  border: 0;
}
footer * {
  font: normal 16px / 20px "Poppins", Helvetica, Arial, Verdana, sans-serif;
  color: #fff;
  font-weight: 100 !important;
}
.footer .widget-title {
  color: #ffffff;
  font-size: 18px;
  font-family: "Croissant One", cursive;
  text-transform: uppercase;
  margin-bottom: 60px;
}
footer img {
  margin-bottom: 18px !important;
}
.footer .menu li {
  padding: 0;
  border: 0;
  margin: 0;
}
section#text-4 p {
  margin: 0;
}
#footer.solid-bg {
  background: #646464;
}
#footer.solid-bg {
  background-color: #646464;
  /* background-image: url(https://www.proactive-wellbeing.co.uk/wp-content/uploads/2019/10/footer-bg.png); */
  background-position: center right;
  background-size: cover;
}

.h1row p {
  font-family: "Croissant One", cursive;
  font-size: 72px;
  line-height: 80px;
  color: #3b444d;
  text-transform: uppercase;
}
.h1row2 p {
  font-family: "Croissant One", cursive;
  font-size: 60px;
  line-height: 65px;
  color: #3b444d;
  text-transform: uppercase;
}
.h1row > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
  padding: 270px 0;
}
.h1row p em {
  font-family: "Poppins", sans-serif;
  color: #77bebb;
  font-size: 36px;
  line-height: 40px;
  display: block;
  text-transform: none;
}
.h1row {
  background-size: cover;
  background-position: center;
}
.h1row a {
  font-size: 18px;
  line-height: 22px;
}
.h1row .buttons p {
  line-height: 20px;
}
.h1row .buttons {
  padding: 32px 15px;
}
.h1row .buttons a {
  background: #646464;
  border-color: #646464;
  white-space: nowrap;
  display: block;
  padding: 11px 11px !important;
}
.h1row .buttons a:hover {
  background: rgb(167, 227, 249) !important;
  background: linear-gradient(180deg, rgba(167, 227, 249, 1) 0%, #53ada9 50%, #28afa9 75%, #479793 95%, #53ada9 100%) !important;
  border-color: #002138;
}
.buttons .vc_column_container > .vc_column-inner {
  padding: 0 4px;
}
.h1row .buttons a:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.linktherapies a:before {
  background: url(https://www.proactive-wellbeing.co.uk/wp-content/uploads/2019/10/1.png);
}
.linkosteopathy a:before {
  background: url(https://www.proactive-wellbeing.co.uk/wp-content/uploads/2019/10/2.png);
}
.linksports a:before {
  background: url(https://www.proactive-wellbeing.co.uk/wp-content/uploads/2019/10/sport-home.png);
}
.linkpod a:before {
  background: url(https://www.proactive-wellbeing.co.uk/wp-content/uploads/2019/10/4.png);
}
.linkacu a:before {
  background: url(https://www.proactive-wellbeing.co.uk/wp-content/uploads/2019/10/5.png);
}
.linklaser a:before {
  background: url(https://www.proactive-wellbeing.makemelocal.co.uk/wp-content/uploads/2026/04/Ringer-Volume.png);
}

.imgleft img {
  margin-bottom: -7px !important;
  border-radius: 0 0 0 21px;
}
.brow {
  padding: 100px 0;
}
.bg1 {
  background: url(https://www.proactive-wellbeing.co.uk/wp-content/uploads/2019/10/bg1.png);
  background-repeat: no-repeat;
}
.cta1 h2,
.cta1 h3 {
  color: #77bebb;
}
.cta1 p {
  color: #fff;
}
.cta1 {
  background: #646464;
}
.cta1 .wpb_column.vc_column_container {
  padding: 0 6px;
}
input:not:(.privacy-cta), textarea, select, ::placeholder {
  color: #000 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: "Poppins", sans-serif !important;
}
input:not:(.privacy-cta), textarea, select, ::placeholder {
  color: #000 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: "Poppins", sans-serif !important;
  display: block !important;
  max-height: 150px !important;
  min-height: 50px;
  height: 50px;
  padding: 12px 15px;
}
::placeholder {
  line-height: 1px !important;
  padding: 15px 0;
}
input.wpcf7-form-control.wpcf7-submit {
  background: rgb(167, 227, 249);
  background: linear-gradient(180deg, rgba(167, 227, 249, 1) 0%, rgba(30, 133, 174, 1) 50%, rgba(2, 116, 161, 1) 75%, rgba(6, 140, 190, 1) 95%, rgba(15, 90, 123, 1) 100%);
  text-align: center;
  color: #fff !important;
  padding: 11px 37px !important;
  text-transform: uppercase;
  border-bottom: 2px solid #002138;
  transition: all ease 0.1s !important;
  font-family: "Poppins", sans-serif;
  display: block !important;
  width: 100%;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  border-color: #002138;
  background: rgb(126, 171, 187) !important;
  background: linear-gradient(180deg, rgba(126, 171, 187, 1) 0%, rgba(19, 83, 108, 1) 50%, rgba(0, 79, 110, 1) 75%, rgba(4, 107, 145, 1) 95%, rgba(8, 49, 68, 1) 100%) !important;
  transition: all ease 0.1s !important;
}
textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.cta1 h3 + p {
  padding: 23px 0px;
}

.cta1 {
  overflow: visible !important;
  float: left;
}
.cta1 > .vc_col-sm-12:before {
  content: "";
  display: block;
  width: 100%;
  height: 23px;
  background: #77bebb;
  position: absolute;
  top: -23px;
}
.cta1 > .vc_col-sm-12:after {
  content: "";
  display: block;
  width: 100%;
  height: 23px;
  background: #77bebb;
  position: absolute;
  bottom: -23px;
}
.cta1 > .vc_col-sm-12 {
  padding: 40px 0 !important;
}
.row1 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.row1 .vc_col-sm-12:before {
  content: "";
  display: block;
  width: 5px;
  height: 130px;
  background-color: #77bebb;
  position: absolute;
  top: 0;
  left: 0;
}
.row1 h2 {
  padding: 33px 0px;
  margin-bottom: 18px !important;
}
.row1 {
  overflow: visible !important;
  position: relative;
}
.row1 .vc_col-sm-12 {
  box-shadow: 0px 5px 14px -4px rgba(0, 0, 0, 0.18);
  padding: 0 35px 40px;
  background: #fff;
}
.row1 strong:after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background-color: #77bebb;
  margin: 16px 0;
}
.row1 strong {
  font-size: 24px;
  display: block;
  font-weight: 500;
  line-height: 30px;
}
.row1 p {
  color: #646464;
}
.row1 .vc_col-sm-6 {
  margin-bottom: 32px;
}
.home .row1 {
  margin-top: 80px;
}
.row1:before {
  content: "";
  display: block;
  width: 100%;
  height: 434px;
  background: url(/wp-content/uploads/2026/03/second-one.png);
  position: absolute;
  left: 0;
  top: calc(50% - 212px);
}
.row1 .vc_col-sm-6 h2:after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background-color: #77bebb;
  margin: 16px 0;
}
.row1 .vc_col-sm-6 h2,
.options h2 {
  font-size: 24px !important;
  line-height: 30px !important;
  color: #646464;
  padding: 0;
}

.cta2 img {
  margin-bottom: -5px !important;
}
.cta2 .vc_column-inner {
  padding: 0;
}
.cta2 .vc_col-sm-6:nth-child(1) {
  text-align: right;
}
.cta2 .vc_col-sm-6:nth-child(2) {
  padding: 28px 0 !important;
  box-shadow: 0px 5px 14px -4px rgba(0, 0, 0, 0.18);
  z-index: 9;
  text-align: center !important;
}
.cta2 .vc_col-sm-6:nth-child(1) {
  text-align: right;
  padding: 28px 0;
  box-shadow: 0px 5px 14px -4px rgba(0, 0, 0, 0.18);
}
.cta2 strong {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  display: block;
}
.cta2 p,
.cta2 a {
  color: #646464;
  font-weight: 300;
  font-size: 20px;
}
.cta2 a:hover {
  color: #77bebb;
}
.cta2 {
  z-index: 1;
  position: relative;
  background: #fff;
}

.row2 {
  padding: 60px 0;
  background-size: cover;
}
.row2 h2,
.row2 p {
  color: #fff;
}
.row2 {
  padding: 120px 0 60px;
  margin-top: -60px;
}
.row2 .vc_col-sm-4 strong {
  font-size: 19px;
  font-weight: 500;
}
.row2 .vc_col-sm-4 strong:hover {
  color: #77bebb;
}
.row2 .vc_col-sm-4 p,
.row2 .vc_col-sm-4 strong {
  color: #646464;
}
.row2 .vc_col-sm-4 .vc_column-inner {
  padding: 30px 30px 8px;
}
.row2 .vc_col-sm-4 {
  background: #fff;
  text-align: center;
  width: calc(33.333% - 18px);
  margin: 0 9px 18px;
}
.row2 a {
  color: #646464;
  font-weight: 500;
}
.row2 a:hover {
  color: #77bebb;
}
.row2 a {
  font-size: 19px;
}
.row2 .vc_col-sm-4 p:nth-child(1) img {
  position: absolute;
}
.row2 .vc_col-sm-4 p:nth-child(1) {
  min-height: 75px;
  position: relative;
}

.row3 .vc_col-sm-6 .vc_row {
  margin: 32px auto !important;
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center;
}
.row3 .vc_col-sm-6 .vc_col-sm-12 {
  padding: 100px 0;
}
.row3 .vc_col-sm-6:hover a {
  opacity: 1;
}
.row3 a {
  opacity: 0;
}
.row3 .vc_col-sm-6:hover .vc_col-sm-12:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #042a35;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.row3 a {
  position: relative;
}
.row3 .vc_col-sm-6 > .vc_column-inner {
  max-width: 570px;
  margin: auto;
}

.row4 {
  background: #646464;
  padding: 60px 0;
}
.row4 h2 {
  color: #fff;
  margin-bottom: 32px !important;
}
.row4 .vc_col-sm-1 {
  width: 14.28571428571429%;
}
.row4 .vc_col-sm-1 img:hover {
  opacity: 0.8;
}

.h248 h2 {
  font-size: 48px;
  line-height: 55px;
}
.pmrg p {
  margin: 23px auto !important;
}
.sbrow {
  padding: 40px 0;
}
footer a:hover {
  text-decoration: none !important;
}

.cta1 form br {
  display: none;
}
.cta1 textarea {
  height: 50px;
}

.cta3 p,
.cta3 a {
  color: #fff;
  font-weight: 400;
}
.cta3 {
  background-color: #77bebb;
  padding: 40px 0;
}
.cta3 a:hover {
  text-decoration: underline !important;
}
.cta3 i {
  padding-right: 6px;
}
a.btn1:hover {
  text-decoration: none !important;
}

h1 {
  font-family: "Croissant One", cursive;
  font-size: 72px;
  line-height: 80px;
  color: #3b444d;
  text-transform: uppercase;
  font-weight: 500;
}
h1 em {
  font-family: "Poppins", sans-serif;
  color: #77bebb;
  font-size: 36px;
  line-height: 40px;
  display: block;
  text-transform: none;
  font-weight: 400;
}

.text-area.show-on-desktop.near-logo-first-switch.in-menu-second-switch.hide-on-desktop.hide-on-first-switch.show-on-second-switch i {
  padding-right: 6px;
}

body:not(.home) div#main {
  margin-top: 30px;
}
body:not(.home) h1 {
  font-size: 60px;
  line-height: 65px;
}
.h1row2 .wpb_text_column {
  padding: 180px 0;
}
.h1row2 {
  background-size: cover;
}
.h1row2 .vc_col-sm-6 {
  width: 55%;
}
.span10 {
  width: 70%;
  margin: auto;
}
.team1 img {
  border-bottom-left-radius: 21px;
  margin-bottom: -5px !important;
}
.team1 {
  background: #c3babb;
  border-radius: 0 0 0 16px;
}

@media {
  .team1 {
    margin: 0;
  }
}

.team0 {
  box-shadow: 0 5px 20px -10px;
  margin-bottom: 40px;
}
.team0 .vc_column-inner {
  padding: 0;
}
.team2 {
  padding: 32px;
}
.team2 strong {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 32px !important;
  display: block;
}
.team2 h2 {
  font-size: 30px;
  line-height: 35px;
}
.team0.vc_col-sm-6:nth-child(1) {
  margin-right: 4%;
}
.team0.vc_col-sm-6 {
  padding: 0 !important;
  width: 48%;
}
.team00 {
  padding: 0 18px;
}
.team00 img {
  width: 100%;
}
.h1row2 {
  background-position: center;
}

.row5 {
  background: #fff;
  z-index: 1;
  position: relative;
  box-shadow: 0 5px 20px -10px #000;
}
.row5 .vc_column-inner {
  padding: 0;
}
.row5 .vc_col-sm-6:nth-child(1) {
  padding: 32px;
  box-shadow: 8px 0px 20px -6px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  background: #fff;
}
.row5 img {
  margin-bottom: -5px !important;
}
.row5 .vc_col-sm-6:nth-child(2) {
  padding: 25px 0;
}

.listhere ul {
  padding-left: 40px;
  text-align: left !important;
}
/* .listhere li:before {content: '';display: block;width: 11px;height: 11px;background-color: #77bebb;border-radius: 50%;position: absolute;left: -21px;top: 5px;} */
body .listhere li {
  list-style: none;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  margin-bottom: 6px;
  font-weight: 300;
  padding-left: 18px;
}

.listhere li:before {
  content: "\f111";
  display: block;
  position: absolute;
  left: 0px;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  color: #77bebb;
  font-weight: 900;
  background: transparent !important;
}
/* .bg2 {
  background: url(https://www.proactive-wellbeing.co.uk/wp-content/uploads/2019/10/bg2-1.jpg);
  background-size: cover;
} */
col ul {
  column-count: 2;
  padding: 0;
}
.twocol li {
  padding-left: 11px;
}
.narrowlist ul {
  width: 70%;
  margin: auto;
}

.span10.wpb_column.vc_column_container.vc_col-sm-12 {
  float: none;
}
.wpb_text_column a {
  display: inline-block;
}
/* .bg2 {
  background: url(https://www.proactive-wellbeing.co.uk/wp-content/uploads/2019/10/bg2-1.jpg);
  background-size: cover;
} */

.row6 {
  position: relative;
}
.row6 .vc_col-sm-12 > .vc_column-inner {
  background: #fff;
  z-index: 1;
  position: relative;
  box-shadow: 0px 5px 25px -4px rgba(0, 0, 0, 0.18);
  padding: 32px;
}
.row6:after {
  content: "";
  display: block;
  width: 100%;
  height: 550px;
  background-color: #77bebb;
  position: absolute;
  left: 0;
  top: 200px;
}
.row6 {
  padding-bottom: 50px !important;
  overflow: visible !important;
  float: left;
}

.row7 h2,
.row7 p {
  color: #fff;
}
.row7 {
  background: url(/wp-content/uploads/2026/03/second-one-1.png);
  background-size: cover;
  padding: 100px 0 50px;
  margin-top: -50px;
  color: #fff;
}
.row7 table {
  max-width: 300px;
  margin: 40px auto;
  border: 0;
  font-size: 16px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.row7 td {
  border: 0;
  padding: 0;
}
.row7 h2 {
  margin-bottom: 40px;
}

.row3 .vc_col-sm-6 .vc_row {
  background-size: cover;
}

.higher .wpb_text_column.wpb_content_element.btn1 {
  padding: 32px 0;
}

.options h2:after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background-color: #77bebb;
  margin: 16px 0;
}
.options h2 {
  font-size: 24px;
  line-height: 30px;
  color: #646464;
  padding: 0;
}

.row8 {
  margin: 50px auto;
}
.row1 + .vc_row-full-width.vc_clearfix + .row8 {
  margin-top: 0;
}

.row1.v2:before {
  top: 100px;
}

.row2.v2 .vc_col-sm-12 .vc_col-sm-12 p {
  color: #646464;
}
.row2.v2 .vc_col-sm-12 .vc_col-sm-12 {
  padding: 32px;
}
.row2.v2 .vc_col-sm-12 .vc_col-sm-12 {
  background: #fff;
  margin: 32px 0;
}

.row3.v2 .vc_col-sm-6 > .vc_column-inner {
  max-width: 999px;
}
.row5.v2 .vc_col-sm-6:nth-child(2) {
  padding: 32px;
  box-shadow: -8px 0px 20px -6px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
.row5.v2 .vc_col-sm-6:nth-child(1) {
  padding: 32px 0 32px 32px;
  text-align: right;
  box-shadow: none;
  position: relative;
}

.threecol ul {
  column-count: 2;
}
.row7 li:before {
  background: #fff;
}
.row7 li {
  color: #fff !important;
}
.row7 ul {
  margin: 40px;
}

.row7 .vc_col-sm-4 p {
  color: #646464;
}
.row7 .vc_col-sm-4 .vc_column-inner {
  background: #fff;
  padding: 20px;
}
.row7 .vc_col-sm-4 strong {
  font-size: 24px;
  line-height: 30px;
  color: #646464;
  padding: 0;
  font-family: "Croissant One", cursive;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
}
.row7 .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_row-o-equal-height.vc_row-flex {
  margin: 40px 0;
}
.boxx{
    justify-content:center !important;
}
.row7 .vc_col-sm-4 {
  width: calc(33.333% - 7px);
  margin: 0 3.5px 7px;
}

.row9 h2 {
  font-size: 30px !important;
  line-height: 35px !important;
}
.row9 .vc_row {
  margin-bottom: 30px !important;
}
.row9 {
  margin-bottom: 40px;
}

.space1 {
  height: 100px !important;
}

.masikh2 h2:after {
  display: none !important;
}

ul#mobile-menu + .mobile-mini-widgets-in-menu a {
  padding: 0;
  margin: 0 !important;
  margin-bottom: 11px !important;
}
.brow + .brow {
  padding-top: 0;
}

.prices .wpb_column {
  margin-bottom: 32px;
}
/* .prices strong {position: relative;margin-left: 20px;} */
/* .prices strong:before {content: '';display: block;width: 11px;height: 11px;background-color: #77bebb;border-radius: 50%;position: absolute;left: -21px;top: 5px;} */
.listhere li {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  width: 95%;
}

.wpb_text_column.wpb_content_element ol li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.page-id-48 .row6:after {
  height: 400px;
}
.row6 + .vc_row-full-width.vc_clearfix + .row7 {
  padding-top: 36px;
}

.threecol ul li {
  width: calc(100% - 40px);
}

a#floatingbtn {
  position: fixed;
  top: calc(50% - 20px);
  right: 0;
  padding: 11px 20px !important;
}
li.current {
  color: #77bebb !important;
}

@-moz-document url-prefix() {
  ::placeholder {
    line-height: 43px !important;
  }
}

.header-bar {
  max-width: 1800px !important;
}

.row2 .vc_col-sm-4 .vc_column-inner {
  padding: 0 !important;
}
.row2 .wpb_raw_html a {
  padding: 30px 30px 8px !important;
}

.row2 img,
.row2 a,
.row2 strong {
  display: block;
  font-size: 15px !important;
  line-height: 20px !important;
}

.row2 strong {
  font-size: 18px !important;
  line-height: 23px !important;
  font-weight: 600 !important;
}

.row2 a:hover strong {
  color: #77bebb !important;
}

.row2 a strong {
  width: 90%;
  margin: auto;
  padding-bottom: 8px;
}

.row2 img {
  width: auto;
  height: 50px;
}

.page-id-25 .row2,
.page-id-20 .row2 {
  text-align: center;
}

.page-id-25 .row2 .vc_col-sm-4,
.page-id-20 .row2 .vc_col-sm-4 {
  float: none;
  display: inline-block;
}

.page-id-25 .row2 .vc_col-sm-4 {
  box-shadow: 0px 3px 11px -5px;
}

.cta2 {
  box-shadow: 0px 5px 14px -4px #000;
}

.cta2 .vc_col-sm-6 {
  box-shadow: none !important;
}

.row5 .vc_col-sm-6 {
  box-shadow: none !important;
}

.text-area.show-on-desktop.in-menu-first-switch.in-menu-second-switch.hide-on-desktop.hide-on-second-switch.show-on-first-switch i {
  padding-right: 6px !important;
}

select {
  -webkit-appearance: none !important;
  -moz-appearance: none;
  background-image: url(https://www.proactive-wellbeing.co.uk/wp-content/uploads/2019/11/drop-down-arrow-10.png) !important;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}

@-moz-document url-prefix() {
  input,
  textarea,
  select,
  ::placeholder {
    color: #000 !important;
  }
}

@-moz-document url-prefix() {
  input,
  textarea,
  select,
  ::placeholder {
    opacity: 2 !important;
  }
}

.table td {
  border: 1px solid #000;
  color: #000;
  padding-left: 15px;
}

.mob-only {
  display: none;
}

.row2.v2.layer {
  background-color: #0eaddc;
  background-blend-mode: multiply;
}

.covid-text {
  padding: 20px 10%;
  width: 80%;
  text-align: center;
  background-color: #eaeaea;
  color: #333;
  z-index: 99;
}
.branding a img,
.branding img {
  /* margin-top: -13px; */
}
.popup-message-style #page .wpcf7-response-output.run-animation {
  top: 60%;
}

/*** Fluent Forms ***/

.ff-el-recaptcha iframe {
  transform: scale(0.73);
  -webkit-transform: scale(0.73);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.fluentform .ff-el-group {
  margin-bottom: 10px !important;
}
#fluentform-recaptcha-1,
#fluentform-recaptcha-2,
#fluentform-recaptcha-3,
#fluentform-recaptcha-4,
#fluentform-recaptcha-5,
#fluentform-recaptcha-6,
#fluentform-recaptcha-7,
#fluentform-recaptcha-8,
#fluentform-recaptcha-9,
#fluentform-recaptcha-10,
#fluentform-recaptcha-11,
#fluentform-recaptcha-12,
#fluentform-recaptcha-13 {
  height: 55px;
}
.fluentform input,
.fluentform textarea,
.fluentform select {
  font: normal 14px / 25px "Open Sans", Helvetica, Arial, Verdana, sans-serif !important;
}
button.ff-btn.ff-btn-submit.ff-btn-md.wpf_has_custom_css {
  background: linear-gradient(180deg, rgba(167, 227, 249, 1) 0%, #53ada9 50%, #479793 75%, #28afa9 95%, #53ada9 100%);
  text-align: center;
  color: #fff !important;
  padding: 11px 37px !important;
  border-bottom: 2px solid #002138 !important;
  transition: all ease 0.1s !important;
  font-family: "Poppins", sans-serif !important;
  display: block !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  min-height: 60px !important;
  font: normal 700 14px / 16px "Roboto", Helvetica, Arial, Verdana, sans-serif !important;
  border-radius: 0 !important;
}
button.ff-btn.ff-btn-submit.ff-btn-md.wpf_has_custom_css:hover {
  border-color: #77bebb;
  background: rgb(126, 171, 187) !important;
  background: linear-gradient(180deg, rgba(167, 227, 249, 1) 0%, #53ada9 50%, #28afa9 75%, #479793 95%, #53ada9 100%) !important;
  transition: all ease 0.1s !important;
}
.fluentform .ff-el-form-control {
  border-radius: 0 !important;
}
.fluent_form_2 button.ff-btn.ff-btn-submit.ff-btn-md.wpf_has_custom_css,
.fluent_form_3 button.ff-btn.ff-btn-submit.ff-btn-md.wpf_has_custom_css,
.fluent_form_10 button.ff-btn.ff-btn-submit.ff-btn-md.wpf_has_custom_css,
.fluent_form_11 button.ff-btn.ff-btn-submit.ff-btn-md.wpf_has_custom_css,
.fluent_form_12 button.ff-btn.ff-btn-submit.ff-btn-md.wpf_has_custom_css,
.fluent_form_13 button.ff-btn.ff-btn-submit.ff-btn-md.wpf_has_custom_css {
  min-height: 38px !important;
}
#fluentform_2_success,
#fluentform_3_success,
#fluentform_4_success,
#fluentform_5_success,
#fluentform_6_success,
#fluentform_7_success,
#fluentform_8_success,
#fluentform_9_success,
#fluentform_11_success,
#fluentform_12_success,
#fluentform_13_success {
  color: #fff;
}

.h190px {
  height: 190px;
}
.h192px {
  height: 192px;
}

/*** PPC ***/
.parent-pageid-87 .masthead.inline-header.right.widgets.full-height.full-width.shadow-decoration.shadow-mobile-header-decoration.small-mobile-menu-icon.dt-parent-menu-clickable.show-sub-menu-on-hover,
#floatingbtn,
div#purechat-container {
  display: none !important;
}
.ppc-first-logo-row {
  padding-left: 30px;
}
.ppc-first-logo-row p {
  font-weight: 600;
  font-size: 20px;
}
.ppc-first-logo-row i.fa.fa-phone,
.ppc-first-logo-row a {
  margin-right: 5px;
}
.parent-pageid-87 section#text-5,
.parent-pageid-87 section#text-6,
.parent-pageid-87 section#text-8 {
  width: 32%;
}

.team00 .dif-pic img {
  width: initial !important;
}

.page-id-58 .listhere ul {
  column-count: 2;
}

/* responsive */

/* max */

@media (max-width: 1700px) {
    body .branding 
     {
        width: 35% !important;
        display: inline-flex !important;
        text-align: center;
        padding: 0 !important;
    }
  .home .branding,
  .home .header-bar {
    margin-top: 0px;
  }
  body header.header-bar {
    padding-left: 46px !important;
}
  .inline-header.right .main-nav {
    justify-content: right;
    padding: 34px;
  }
}

@media (max-width: 1600px) {
  /*.branding, .header-bar {width: 100% !important;display: block !important;text-align: center;padding: 0 !important;}*/
  /* ul#primary-menu, ul#primary-menu li {display: inline-block !important;} */
  header.header-bar {
    padding: 0 32px !important;
    width: calc(100% - 64px) !important;
  }
  /*---Header---*/
  .main-nav > li > a {
    margin: 18px 10px;
  }
}
@media (max-width: 1415px) {
  .main-nav > li > a {
    margin: 18px 8px;
  }
}
@media (max-width: 1250px) {
  .main-nav > li > a {
    margin: 18px 6px;
  }
  .home .h1row {
    background-position: right;
  }
  .h1row .buttons {
    text-align: center;
  }
  .h1row .buttons > .wpb_column {
    width: 33.333%;
    margin-bottom: 12px;
    float: none;
    display: inline-block;
  }
  .h1row > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
    padding: 120px 0;
  }
  .imgleft > .wpb_column {
    padding: 0 12px;
  }
  .row3 .vc_col-sm-6 {
    padding: 0 20px;
  }
  section#text-4 table,
  section#text-4 tbody,
  section#text-4 table tr {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
  }
  section#text-4 tr td {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .space1 {
    height: 60px !important;
  }
  .row3 a {
    opacity: 1;
  }
  .row3 .vc_col-sm-6 .vc_col-sm-12:before {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background: #042a35 !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    opacity: 0.5 !important;
  }
  .brow + .vc_row-full-width.vc_clearfix + .row1 {
    margin-top: 0;
  }
  .parent-pageid-87 .footer section#text-8 td {
    width: 100px;
  }
}

@media (max-width: 1130px) {
  header.header-bar {
    display: none !important;
  }
  body .masthead.inline-header.right.widgets.full-width.shadow-decoration.small-mobile-menu-icon.dt-parent-menu-clickable.show-mobile-logo {
    top: 0 !important;
  }
  .text-area.show-on-desktop.near-logo-first-switch.in-menu-second-switch.show-on-first-switch.first.last i {
    padding-right: 6px;
  }
  .text-area.show-on-desktop.near-logo-first-switch.in-menu-second-switch.show-on-first-switch.first.last a {
    display: block;
    margin: 6px 0;
  }
  #main {
    margin-top: 0px !important;
  }
  .h1row2 .wpb_text_column {
    padding: 50px 0;
  }
  .h1row2 .wpb_column {
    width: 91%;
    text-align: center;
    margin: auto;
    float: none;
  }
  .h1row2 p {
    color: #fff;
  }
  .h1row:before,
  .h1row2:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
  }
  .h1row h1,
  .h1row2 h1 {
    text-align: center;
    color: #fff !important;
  }
  body h1,
  .h1row p,
  .h1row2 p {
    font-size: 50px !important;
    line-height: 55px !important;
  }
  h2 {
    font-size: 40px !important;
    line-height: 45px !important;
  }
  .vc_row.wpb_row.vc_row-fluid.brow.row3.h248.v2.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex {
    padding: 40px 0;
  }
  .parent-pageid-87 .mobile-header-space {
    display: none !important;
  }
  .ppc-first-logo-row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 1070px) {
  .tesimonial-row .vc_col-sm-4 {
    width: 48% !important;
  }
  a#floatingbtn {
    display: none;
  }
  ul#mobile-menu + .mobile-mini-widgets-in-menu a {
    margin-right: 11px !important;
  }
  .right-mobile-menu .show-mobile-header .dt-mobile-header {
    right: 389px;
  }
  .dt-mobile-header {
    width: 390px;
  }
  .row2.v2.layer.vc_row-has-fill {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .h190px {
    height: 205px;
  }
}

@media (max-width: 999px) {
  .h248 h2,
  h2 {
    font-size: 40px !important;
    line-height: 45px !important;
  }
  .space1 {
    height: 40px !important;
  }
  .row9 .vc_row > .wpb_column:nth-child(2) {
    order: 1;
    margin-bottom: 20px;
  }
  .row9 .vc_row > .wpb_column:nth-child(1) {
    order: 2;
  }
  .row9 .vc_row {
    margin-bottom: 45px !important;
  }
  .row9 .vc_row > .wpb_column {
    width: 100%;
    text-align: center;
  }
  .row9 {
    text-align: center;
  }
  .ppc-first-logo-row p {
    text-align: center;
  }
}

@media (max-width: 840px) {
  /*.show-mobile-logo .mobile-branding img {display: block;padding: 12px 0;}			*/
  /*.text-area.show-on-desktop.near-logo-first-switch.in-menu-second-switch.hide-on-desktop.hide-on-first-switch.show-on-second-switch a {display: block !important;margin-bottom: 6px !important;}
			.text-area.show-on-desktop.near-logo-first-switch.in-menu-second-switch.hide-on-desktop.hide-on-first-switch.show-on-second-switch {display: block;width: 100% !important;margin: 0 !important;}*/
  .dt-mobile-header.dt-parent-menu-clickable {
    padding: 30px 12px 0;
  }
  .h1row {
    padding: 0 20px !important;
  }
  .wpcf7-select {
    min-width: 2px;
  }
  h2 {
    font-size: 40px !important;
    line-height: 45px !important;
  }
  h1 {
    font-size: 50px !important;
    line-height: 55px !important;
  }
  .row2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .footer .widget-title {
    margin-bottom: 12px;
    min-height: 53px;
  }
  .dt-mobile-header {
    width: 320px;
    right: 320px;
  }
  section.widget {
    width: 33.3333%;
  }
  section#text-2,
  section#text-5 {
    width: 100% !important;
    text-align: center;
    margin-bottom: 32px;
  }
  section#text-4 tr td {
    display: inline-block;
    width: 47%;
    padding: 0;
  }
  .team0.vc_col-sm-6 {
    width: 100% !important;
    margin: auto !important;
  }
  .team0,
  .team00 {
    width: 90% !important;
    margin: 0 auto 40px !important;
    padding: 0;
  }
  .team00 {
    margin-bottom: 0 !important;
  }
  .team00 .team0.vc_col-sm-6 {
    margin-bottom: 40px !important;
  }
  .row7 .span10 {
    width: 100% !important;
  }
  .narrowlist ul {
    width: 90%;
  }
  ::placeholder,
  select,
  input {
    font-size: 12px !important;
  }
  .row1 .vc_col-sm-12:before {
    display: none !important;
  }
  .parent-pageid-87 section#text-6,
  .parent-pageid-87 section#text-8 {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .find-us-1col.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 45% !important;
    margin-right: 20px !important;
  }
  .find-us-2col.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 46% !important;
    margin-top: 0px !important;
  }
  i.fa.fa-envelope,
  i.fa.fa-phone {
    margin-right: 10px;
  }
  .right-mobile-menu .show-mobile-header .dt-mobile-header {
    right: 320px;
  }
  .footer .widget {
    padding: 0 20px;
  }
  .h190px {
    height: 255px;
  }
}

@media (max-width: 767px) {
  h1 br,
  .h1row br,
  .h1row2 br,
  h2 br {
    display: none !important;
  }
  .tesimonial-row .vc_col-sm-4 {
    width: 98% !important;
  }
  a#floatingbtn {
    display: none;
  }
  .masthead .mobile-header-bar .mobile-mini-widgets > *,
  .masthead .mobile-mini-widgets .in-menu-second-switch,
  .mobile-branding img {
    display: block !important;
  }
  .imgleft + .vc_row-full-width.vc_clearfix + .imgleft {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -moz-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; /* optional */
    -webkit-box-align: start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .imgleft + .vc_row-full-width.vc_clearfix + .imgleft .vc_col-sm-6:nth-child(2) {
    -webkit-box-ordinal-group: 1 !important;
    -moz-box-ordinal-group: 1 !important;
    -ms-flex-order: 1 !important;
    -webkit-order: 1 !important;
    order: 1 !important;
  }
  .imgleft + .vc_row-full-width.vc_clearfix + .imgleft .vc_col-sm-6:nth-child(1) {
    -webkit-box-ordinal-group: 2 !important;
    -moz-box-ordinal-group: 2 !important;
    -ms-flex-order: 2 !important;
    -webkit-order: 2 !important;
    order: 2 !important;
  }
  div#toplinks {
    display: block;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 6px;
    text-align: center;
    z-index: 999;
    padding: 10px 0;
    background-color: #77bebb;
  }
  div#toplinks a {
    width: 50%;
    display: block;
    text-align: center;
    float: left;
    color: #651a42;
    background-color: #77bebb;
    color: #fff;
  }
  div#toplinks i {
    padding-right: 6px;
  }
  div#bottom-bar {
    padding-bottom: 53px;
  }
  .maintxt p,
  .maintxt2 {
    position: relative;
    opacity: 0;
  }
  div#toplinks a {
    width: calc(50% - 18px);
    float: left;
    display: inline-block;
    font-weight: 400 !important;
  }
  /*.text-area.show-on-desktop.near-logo-first-switch.in-menu-second-switch.show-on-first-switch.first.last {display: none !important;}*/
  h1 {
    text-align: center;
  }
  .h1row .buttons > .wpb_column {
    width: 100%;
    padding: 0 20px;
  }
  #toplinks i.fa.fa-phone:before {
    content: "";
    display: block;
    width: 20px;
    height: 17px;
    background: url(https://www.proactive-wellbeing.co.uk/wp-content/uploads/2019/10/phone-icon.png);
    top: 1px;
    position: relative;
    margin-top: -1px;
  }
  .imgleft > .wpb_column {
    padding: 12px;
    text-align: center;
  }
  .brow {
    padding: 50px 0;
  }
  .cta1 form {
    margin-top: 32px;
  }
  .cta1 {
    text-align: center;
  }
  .cta2 img {
    display: block;
  }
  .row2 {
    text-align: center;
  }
  .row2 .vc_col-sm-4 {
    display: inline-block;
  }
  .row3 h2 {
    min-height: 1px;
  }
  .row4 .vc_col-sm-1 {
    display: inline-block;
  }
  .cta3 {
    text-align: center;
  }
  footer {
    text-align: center;
  }
  footer table {
    display: block !important;
    max-width: 300px !important;
    margin: auto;
  }
  .scroll-top.on {
    bottom: 60px;
  }
  section#text-4 table {
    width: 300px !important;
    margin: auto !important;
  }
  .cta3 .vc_col-sm-6 {
    margin-bottom: 12px;
  }
  .footer .widget-title {
    min-height: 1px;
    margin-top: 32px;
  }
  .row1 strong {
    line-height: 30px;
  }
  .page-id-26 .row1 {
    padding-top: 0;
    margin-top: 0;
  }

  .row1 .vc_col-sm-12 {
    padding: 0 20px 40px;
  }
  .row2 {
    padding: 60px 20px;
  }
  .span10 {
    width: 90% !important;
  }
  .row2 {
    margin-top: 0;
  }
  .row5 {
    text-align: center;
  }
  .twocol ul {
    column-count: 1;
  }
  .row9 .vc_col-sm-6 {
    margin-bottom: 40px;
  }
  .row9 .vc_row {
    margin-bottom: 20px !important;
  }
  .threecol ul {
    column-count: 2;
  }
  .row7 .vc_col-sm-4 {
    width: calc(50% - 7px);
  }
  .row9 {
    margin-bottom: 0;
  }
  h2 br {
    display: none;
  }
  .row1 .vc_row.wpb_row.vc_inner.vc_row-fluid:last-child .vc_col-sm-6:last-child {
    margin: 0;
  }
  .team1 img.aligncenter {
    margin-bottom: 0px !important;
  }
  .mobile-header-space {
    display: none !important;
  }
  .ppc-first-logo-row p {
    margin-top: 10px;
  }
  .parent-pageid-87 footer table {
    display: initial !important;
  }
  .ppc-first-logo-row {
    padding-left: 0px;
  }
  .parent-pageid-87 section#text-6,
  .parent-pageid-87 section#text-8 {
    width: 100%;
  }
  .page-id-58 .listhere ul {
    column-count: 1;
  }
}

@media (max-width: 600px) {
  .h1row2 {
    background-position: right;
  }
  .mobile-mini-widgets a {
    display: block;
  }
  h1 em {
    font-size: 30px !important;
  }
  body h1,
  .h1row2 p {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  body h2,
  body h3,
  .h248 h2 {
    font-size: 27px !important;
    line-height: 30px !important;
  }
  .row1 .vc_col-sm-12:before {
    display: none;
  }
  .cta2 .vc_col-sm-6:nth-child(2) {
    padding: 28px !important;
  }
  .row2 .vc_col-sm-4 {
    display: block;
    width: calc(100% - 18px);
  }
  .row3 .vc_col-sm-6:nth-child(1) {
    margin-bottom: 42px;
  }
  .row3 {
    text-align: center;
  }
  .h1row > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
    padding: 30px 0;
  }
  .vc_row.wpb_row.vc_row-fluid.h1row.vc_custom_1570012314712.vc_row-has-fill {
    background-position: 650px;
  }
  .row4 {
    text-align: center;
  }
  .row4 .vc_col-sm-1 {
    width: 50%;
    padding: 0 2px;
  }
  .threecol ul {
    column-count: 1;
  }
  .row7 .vc_col-sm-4 {
    width: calc(100% - 7px);
  }
}

@media (max-width: 555px) {
  .hero1 p {
    font-size: 28px;
    line-height: 46px;
  }
  .hero1 {
    padding: 32px;
  }
  .team0,
  .team00 {
    width: 100% !important;
  }
  .team2 {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .find-us-1col.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100% !important;
    margin-right: 0px !important;
  }
  .find-us-2col.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100% !important;
    margin-top: 30px !important;
  }
  .second-box {
    margin-top: 30px;
  }
}

@media (max-width: 475px) {
  .mobile-mini-widgets {
    visibility: hidden;
  }
  .h190px {
    height: 215px;
  }
}

/* min */
/*@media (min-width: 1600px) {
			.masthead.inline-header.right.widgets.full-width.shadow-decoration.small-mobile-menu-icon.dt-parent-menu-clickable.show-mobile-logo {position: 		fixed;width: 100%;}
			div#phantom {display: none;}
			.covid-banner {	margin-top: 2%; }
		}*/

@media (min-width: 1050px) {
  /*.top-bar.top-bar-line-hide {position: fixed;width: 100%;top: 0;z-index: 9;}*/
  /*div#phantom {position: fixed;top: 44px !important;}
			.masthead.inline-header.right.widgets.full-width.shadow-decoration.small-mobile-menu-icon.dt-parent-menu-clickable.show-mobile-logo {top: 30px !important;}*/
  .page-title.title-center.solid-bg.breadcrumbs-mobile-off.page-title-responsive-enabled {
    padding-top: 30px;
  }
}

@media (min-width: 1025px) {
  .row5.v2 .vc_col-sm-6:nth-child(2) {
    background: #fff;
  }
  .row3 .vc_col-sm-6,
  .row2 .vc_col-sm-4,
  .cta1 .vc_row.wpb_row.vc_inner.vc_row-fluid > .vc_col-sm-6,
  .row9 .vc_col-sm-6,
  .row7 .vc_col-sm-4 .vc_column-inner,
  .row1 .vc_col-sm-12,
  .cta3 .vc_col-sm-5,
  .cta3 .vc_col-sm-6,
  .row5 img,
  .h1row h1,
  .h1row p,
  .h1row2 h1,
  .h1row2 p {
    opacity: 0;
    position: relative;
  }
}

@media (min-width: 768px) {
  .frm-fluent-form .ff-t-cell {
    padding: 0 5px !important;
  }

  .sbrow .vc_col-sm-6 .vc_col-md-2 {
    width: 14%;
  }
}

/* -------- SOcial Icons and Ammends 12.11.19 ----- */
.contact-social {
  display: inline-flex !important;
}
.contact-social .fab {
  font-size: 20px !important;
  margin: 0 5px;
  font-weight: 400 !important;
  line-height: unset;
}
.contact-social br {
  display: none;
}
.contact-social .fab:hover {
  color: #77bebb !important;
}

.marg-bot .wpb_wrapper {
  margin-bottom: 20px !important;
}
.bookbtn .wpb_wrapper {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px !important;
}
#purechat-container .purechat-launcher-frame {
  bottom: 50px !important;
}
#purechat-container .purechat-launcher-frame {
  right: 3px !important;
}
.purechat-messenger-content .purechat-branding {
  display: none !important;
}
.book-ap a.vc_btn3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-image: -webkit-linear-gradient(top, #00c1ca 0%, #00878d 100%);
  background-repeat: repeat-x;
  border-color: #007d83 !important;
  line-height: 1;
  font-size: 13px;
  font-weight: 200;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 177px;
  height: 28px;
  padding-bottom: 20px !important;
}
.book-ap a.vc_btn3:hover {
  background-image: -webkit-linear-gradient(top, #00c1ca 0%, #064d50 100%);
}

/* -------- SOcial Icons and Ammends 12.11.19 END ----- */

/*** Privacy Policy Page CTA Ammend 12.12.19 ****/
.privacy-cta .wpcf7-list-item {
  width: 30%;
  margin-bottom: 15px;
}

.privacy-cta .vc_row {
  margin: 0;
}

.privacy-cta input.wpcf7-text {
  background-color: #e3e8ea;
}

@media (min-width: 1400px) {
  /*input[type="text"]:not(.page-id-29) {
		height: 62px;
	}*/
}

@media (max-width: 780px) {
  .prvcy-cta .vc_col-sm-6 {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .privacy-cta .wpcf7-list-item {
    width: 45% !important;
  }
}
/*** Privacy Policy Page CTA Ammend 12.12.19 END ****/

/********************* Contact Form Issie 18.02.20 ************/
.cta1 input[type="text"] {
  height: 38px;
}
.cta1 textarea {
  height: 38px;
}
.cta1 input.wpcf7-form-control.wpcf7-submit {
  padding: 1px 37px !important;
}

.covid-banner a:hover {
  color: #fff;
}

.covid-banner input,
.covid-banner textarea {
  height: 60px !important;
}

.ftr-logos {
  position: relative;
  margin-top: 30px;
}

div#bottom-bar {
  margin-top: 10px;
}

.ftr-logos img {
  margin: auto 5px;
  width: 100px;
  height: auto;
}

.logo-row img {
  border-radius: 0 !important;
  height: auto;
  width: 90px;
}

.logo-row p {
  text-align: center;
}

@media (max-width: 1250px) {
  .ftr-logos {
    margin-top: 85px;
  }
  div#bottom-bar {
    margin-top: 55px;
  }
}

@media (max-width: 1050px) {
  .ftr-logos {
    margin-top: 50px;
  }
}

@media (max-width: 800px) {
  .ftr-logos {
    margin-top: 70px;
  }
}

@media (max-width: 550px) {
  .ftr-logos {
    position: initial;
    margin-top: 25px;
  }

  .hd {
    display: none;
  }
  .mob-only {
    display: block !important;
  }
  .table td {
    line-height: 18px;
    padding-left: 10px;
  }
}

@media (min-width: 550px) {
  .logo-row img {
    margin: 1.5%;
  }
}

@media (min-width: 1700px) and (max-width: 1850px) {
  .branding {
    margin-left: 25px;
  }
}

/* Stretch Row Fix */
div[data-vc-full-width="true"],
div[data-vc-stretch-content="true"] {
  opacity: 0;
}

p.copyright-text strong,
p.copyright-text strong a {
  font-weight: 400 !important;
}

/* Blog Posts Sidebar */

:root {
  --sidebar-primary: #646464;
  --sidebar-secondary: #646464;
}

.page-id-1764 .blog_grid {
  /* display: none; */
}

.single-post * {
  overflow: visible !important;
}

@media screen and (min-width: 990px) {
  .sidebar-divider-vertical.sidebar-right .sidebar .sidebar-content {
    padding-left: 15px;
  }
}

.sidebar {
  align-self: flex-start;
  position: sticky;
  top: 80px;
  margin-top: 50px;
}

.sidebar .wpb_content_element {
  margin-bottom: 0 !important;
}

.sidebar .sidebar_hello_title,
.sidebar .sidebar_menu_title,
.sidebar .sidebar_posts h2,
.sidebar .sidebar_search_row h2 {
  font-family: "Poppins", sans-serif !important;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: var(--sidebar-secondary);
  margin-bottom: 15px;
  margin-top: 0;
}

.sidebar .vc_column_container > .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}

.sidebar p a {
  color: var(--sidebar-secondary) !important;
}

.sidebar span {
  color: var(--sidebar-secondary);
}

.sidebar p a i,
.sidebar p i {
  color: var(--sidebar-primary);
  position: absolute;
  left: -23px;
  top: 6px;
}

.sidebar_hello_row p:last-of-type i {
  top: 3px;
}

.sidebar .vc_row {
  margin: 0;
}

.sidebar a:hover {
  color: var(--the7-accent-color) !important;
}

.sidebar a {
  /* font-family: Muli, Helvetica, Arial, Verdana, sans-serif !important; */
  font-size: 16px;
  line-height: 24px;
}

/* sidebar hello row */
.sidebar_hello_row p {
  margin-bottom: 5px;
  position: relative;
  margin-left: 23px;
  color: var(--sidebar-secondary);
  font-size: 1rem !important;
}

.sidebar_hello_row span,
.sidebar_hello_row p a {
  font-weight: 400;
}

.sidebar_hello_row p,
.sidebar_hello_row p a {
  color: var(--sidebar-secondary);
  font-weight: 400;
}

.sidebar .sidebar_hello_row span:hover {
  color: var(--the7-accent-color) !important;
}

/* sidebar posts row */

.sidebar .sidebar_posts_row.vc_row-fluid {
  margin-bottom: 20px;
  padding-top: 60px;
}

.sidebar_posts_row {
  background: var(--sidebar-primary);
  padding: 10px;
}

.sidebar_posts span {
  color: #fff !important;
}

.sidebar .sidebar_posts h2 {
  color: #fff !important;
}

.sidebar_hello_row {
  padding: 10px;
  border: 1px solid #000;
  padding-bottom: 60px;
}

.sidebar_posts_row a {
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Poppins", "sans-serif";
}

.sidebar .sidebar_posts_row ul li:not(:last-child):after {
  content: "";
  display: block;
  border-bottom: 1px solid #d2d2d2;
  margin: 15px 0;
}

.sidebar .sidebar_posts_row li {
  display: flex;
  flex-direction: column;
}

.sidebar_posts_row .widget.widget_recent_entries {
  padding-bottom: 10px;
}

.sidebar_posts_row span.post-date {
  font-size: 0.8rem;
  font-family: "Poppins", "sans-serif";
}

.sidebar .sidebar_posts_row a:hover {
  color: #3a98bd !important;
}

/* Sidebar search */

.sidebar_search_row input#the7-search {
  background: #fff;
  border: 1px solid var(--sidebar-secondary);
}

.sidebar_search_row input#the7-search::placeholder {
  color: #3a98bd !important;
}

.sidebar_search_row svg {
  fill: var(--sidebar-secondary) !important;
}

/* Sidebar menu */
.sidebar_menu_row a {
  color: var(--sidebar-secondary) !important;
  font-family: "Poppins", "sans-serif";
}

.sidebar .sidebar_menu_row ul li {
  padding: 0;
  margin: 10px 0;
  border: none !important;
  display: list-item;
  position: relative;
}

.sidebar .sidebar_menu_row ul li a:hover {
  text-decoration: none !important;
}

.sidebar .sidebar_menu_row ul li::before {
  content: "•";
  position: absolute;
  left: -0.8em;
  /* top: -0.1em; */
  font-size: 1.25em;
}

.sidebar_menu_row ul {
  list-style: none;
  margin-left: 20px;
  color: var(--sidebar-primary);
}

.sidebar_menu_title {
  font: var(--the7-widget-title-font);
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: var(--sidebar-secondary);
  margin-bottom: 15px;
}

.sidebar_menu_row ul li::marker {
  font-size: 16px;
}

/* Image separator*/

.image_holder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle_holder {
  aspect-ratio: 1 / 1;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 80%;
  border: 3px solid var(--sidebar-secondary);
  position: absolute;
  top: -28px;
  text-align: center;
  overflow: hidden;
  padding: 5px;
}

.sidebar_separator_row {
  /* margin-top: -20px !important; */
}

.sidebar_separator {
  display: flex;
  justify-content: center;
  background: #d2d2d2;
  position: absolute;
  top: -15px;
  width: 100%;
  height: 30px;
}

/* Blog posts quote block */

.quote-block {
  text-align: center;
  padding: 10px 0;
  margin: 15px 0;
  position: relative;
  line-height: 15px;
}

.quote-block::before {
  content: "\201C";
  position: absolute;
  top: 40px;
  left: 0px;
  bottom: 0px;
  font-size: 95px;
  color: var(--sidebar-primary);
}

.quote-block::after {
  content: "\201D";
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 95px;
  color: var(--sidebar-primary);
}

.quote-block p {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  margin: 0px 40px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 10px 0;
  font-weight: bold;
  color: var(--sidebar-primary);
}

/* Blog posts cta block */
.single-post .cta_block {
  background: var(--sidebar-primary);
  padding: 15px;
  margin: 20px 0;
  border-radius: 15px;
}

.single-post .intro_text {
  text-align: center;
  margin-bottom: 20px;
}

.cta_block h3 {
  color: #fff;
}

.single-post .intro_text p {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: var(--sidebar-primary);
  padding-bottom: 10px;
}

.single-post .cta_block button.ff-btn.ff-btn-submit.ff-btn-md.wpf_has_custom_css {
  border-color: var(--sidebar-primary) !important;
  margin-bottom: 0;
  width: 100%;
}

.single-post .cta_block .ff_submit_btn_wrapper_custom {
  margin-bottom: 0 !important;
}

/* .cta_block .capchahere .ff-t-cell.ff-t-column-1 {
	  display: none;
	} */

/*  sticky button */

.social_links.sticky_button {
  position: fixed;
  right: 0;
  bottom: calc(35% - 50px);
  display: flex;
  z-index: 999;
  padding: 5px;
  opacity: 1;
  transition: opacity 1s;
}

.share_icons {
  display: flex;
  flex-direction: column;
}

.share_icons svg.bi.bi-facebook,
.share_icons svg.bi.bi-instagram,
.share_icons svg.bi.bi-twitter-x,
.share_icons svg.bi.bi-linkedin,
.share_icons svg.bi.bi-whatsapp {
  width: 25px;
  height: 25px;
}

.share_icons svg.bi.bi-facebook {
  fill: #fff;
}

.share_icons svg.bi.bi-instagram {
  fill: #fff;
}

.share_icons svg.bi.bi-twitter-x {
  fill: #fff;
}

.share_icons svg.bi.bi-linkedin {
  fill: #fff;
}

.share_icons svg.bi.bi-whatsapp {
  fill: #fff;
}

.share_icons a.facebook,
.share_icons a.twitter,
.share_icons a.linkedin,
.share_icons a.instagram {
  padding: 20px;
  height: 25px;
  margin-bottom: 5px;
}

.share_icons a.facebook:hover,
.share_icons a.twitter:hover,
.share_icons a.linkedin:hover,
.share_icons a.instagram:hover {
  opacity: 0.8;
}

.share_icons a.facebook {
  background: #4c69c7;
}

.share_icons a.twitter {
  background: #000;
}

.share_icons a.whatsapp {
  background: #36b74d;
}

.share_icons a.linkedin {
  background: #0a66c2;
}

.share_icons a.instagram {
  background: #f46f65;
}

.single-post .sticky-btn {
  z-index: 9;
}

.single-share-box .share-buttons a {
  width: 50px;
  height: 40px;
}

.single-share-box .share-buttons a svg {
  width: 25px;
  height: 25px;
}

/* Sidebar Responsive */

@media (max-width: 768px) {
  .share_icons a.facebook,
  .share_icons a.instagram,
  .share_icons a.twitter,
  .share_icons a.linkedin {
    padding: 5px;
    /* height: 50px; */
  }

  .sidebar #text-9 {
    width: 100%;
  }
}