/**
  Theme Name: TwentyOneDental New Patients PPC
  Version: 1
  Author: HAD Digital
  Author URI: https://www.had.digital/
*/

/* =======================
-------- Contents --------
==========================

1.0 Normalize
2.0 Page Layout & Styles
3.0 Transitions / Clearing CSS
4.0 Media Queries

========================== */

/* =================================================================================
1.0  Normalize ---------------------------------------------------------------------
==================================================================================== */

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin: 0.4em 0;}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;border: 0;border-bottom: 4px solid #ffffff;max-width: 80px;padding: 0;margin: 20px 0;}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* =================================================================================
2.0  Page Layouts & Styles ---------------------------------------------------------
==================================================================================== */

* {
  margin: 0;
  padding: 0;
}

html, * {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

html {
  padding: 0 !important;
  margin:0px !important;
}

body {
    font-size: 15px;
    color: #2d434d;
    font-weight: 400;
    font-family: montserrat, sans-serif;
}

#ascrail2000 div {
    border: none !important;
    background-color: rgb(72, 72, 72) !important;
}

h1,h2,h3,h4,h5 {
  font-family: futura-pt, sans-serif;
    text-transform:uppercase;
}

h1 {
    font-size: 46px;
    line-height: 55px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    padding: 0;
    margin: 10px auto 27px auto;
}

h2 {
    /* text-transform: none; */
    font-weight: 200;
    margin: 10px 0;
    color: #515151;
    font-size: 26px;
}

h3 {
    margin:15px 0;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 38px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    border-bottom: 1px solid #E8E8E8;
    text-transform: uppercase;
    color: #5F5F5F;
    padding: 0 0 4px 0;
}

p {
    margin: 15px 0;
    line-height: 23px;
    font-size: 19px;
    font-weight: 300;
}

a, a:hover {
    text-decoration: none;
}

a {
    color: #55a7b4;
}

strong {
    font-weight: 700;
}

.alignright {
    float: right;
    padding: 5px;
    background: #FBFBFB;
    border: 1px solid #EFEFEF;
    margin: 12px 0 25px 25px;  
}

.container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin:0 auto;
}

#top-strip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #baae62;
    z-index: 10;
    padding: 11px 0 0;
}

#top-strip .container {
    width: 1200px;
    max-width:100%;
    min-width: 1100px;
    font-weight: 500;
}

header {
    position:
    relative;
    min-height: 900px;
    height: 96vh;
    background: #ffffff;
    overflow: hidden;
}

main {
    background:#fff;
    padding: 120px 0 96px 0;
    margin-top: -254px;
    overflow: hidden;
}

#why-choose-us {
    position:relative;
    background: #494949;
    padding: 74px 0 100px 0;
    text-align: center;
    overflow: hidden;
}

#cta-bar {
    background: #55a7b4;
    padding: 94px 0 94px 0;
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    text-align: center;
}

#recent-work {
    position:relative;
    background: white;
    /* background-size: cover; */
    /* background-attachment: fixed; */
    padding: 89px 0 103px 0;
    text-align: center;
    overflow: hidden;
}

footer  {
    position:relative;
    background: #ffffff;
    padding: 73px 0 74px 0;
    text-align:center;
    overflow: hidden;
    margin-bottom: -21px;
}

footer a {
    /* color: #ffffff; */
    /* font-weight: 300; */
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    /* font-family: 'Montserrat', sans-serif; */
    /* font-size: 13px; */
    /* line-height: 30px; */
}

footer span {
    color: #55a7b4;
    margin: 0 4px;
}

header .container {
    position: absolute;
    z-index: 3;
    max-width: 1000px;
    height: 284px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /* background: url(images/logo-banner-backing.png) center 93px no-repeat; */
    text-align: center;
}

.contact-top, nav {
    float:left;
}

nav ul li {
    list-style:none;
    float:left;
    margin: 0 20px;
    line-height: 20px;
    height: 28px;
    padding-top: 6px;
    letter-spacing: 1px;
}

nav ul li a {
    font-size: 16px;
}

.contact-top-tel {
    float:right;
}

nav {
    float:none;
    width: 678px;
    /* height: 41px; */
    margin:0 auto;
    text-transform: uppercase;
}

#top-strip a {
    color:#fff;
    /* font-size: 40px; */
 width: 100%;
 text-align: center;
}

.contact-top {
    font-size: 21px;
    padding-top: 0;
}

i.fas.fa-home {
    position: relative;
    top: 5px;
    font-size: 17px;

}

a.contact-top.contact-top-tel {
    font-size: 30px;
    position: relative;
    top: -6px;
    letter-spacing: 2px;
    font-weight: 500;
}

a.contact-top i.fas.fa-envelope,
a.contact-top i.fas.fa-phone {
    font-size: 19px;
    margin-right: 1px;
    position: relative;
    color: #ffffff;
    top: -2px;
}

li.homebutt {
    padding:0;
}

.overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   background: rgb(0 0 0 / 56%);
}

a.butt {
    background: #55a7b4;
    color: #fff;
    padding: 16px 0;
    display: block;
    max-width: 292px;
    text-align: center;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    margin: 26px auto 0 auto;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    clear: both;
    border-radius: 50px;
}

a.butt i.fas.fa-info-circle {
    position: relative;
    margin: 0 5px 0 0;
    top: 1px;
}

a.butt:hover {
    background: #baae62;
}

#scrolldown a {
  padding-top: 80px;
}
#scrolldown a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#scrolldown a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#scrolldown a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#scrolldown a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#scrolldown {
    position: absolute;
    width: 44px;
    /* padding-left: 10px; */
    height: 100px;
    /* background: #000; */
    z-index: 5;
    left: 50%;
    margin-left: -15px;
    bottom: 20px;
}

#social {
  position: absolute;
  z-index: 3;
  right: 50%;
  margin-right: -656px;
  top: 50%;
  margin-top: -138px;
  width: 50px;
}

#social a {
  float: left;
  display: block;
  background: #55a7b4;
  height: 46px;
  width: 46px;
  /* line-height: 64px; */
  font-size: 17px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 14px;
}

#social a i {
  line-height: 46px;
}

#social a:hover {
    background: #baae62;
    color: #fff;
}

/* Slider */
.pic-wrapper {
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
  background: url(images/banner/banner.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /*animation*/
  
  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
  margin: 0 !important;
}

.pic-1 {
  opacity: 1;
  background: url(images/banner/banner.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url(images/banner/banner2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url(images/banner/banner.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url(images/banner/banner2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.emergency-ppc-page .pic-1 {
  opacity: 1;
  background: url(images/banner/8.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.emergency-ppc-page .pic-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url(images/banner/5.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.emergency-ppc-page .pic-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url(images/banner/6.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.emergency-ppc-page .pic-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url(images/banner/7.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* keyframes*/

@keyframes 
slideShow {  0% {
 opacity: 0;
 transform:scale(1.05);
 -ms-transform:scale(1.05);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 transform:scale(1.15);
 -ms-transform:scale(1.15);
}
 100% {
 opacity: 0;
 transform:scale(1);
 -ms-transformm:scale(1);
}
}
 @-o-keyframes 
slideShow {  0% {
 opacity: 0;
 -o-transform:scale(1.05);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -o-transform:scale(1.15);
}
 100% {
 opacity: 0;
 -o-transformm:scale(1);
}
}
 @-moz-keyframes 
slideShow {  0% {
 opacity: 0;
 -moz-transform:scale(1.05);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -moz-transform:scale(1.15);
}
 100% {
 opacity: 0;
 -moz-transformm:scale(1);
}
}
 @-webkit-keyframes 
slideShow {  0% {
 opacity: 0;
 -webkit-transform:scale(1.05);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -webkit-transform:scale(1.15);
}
 100% {
 opacity: 0;
 -webkit-transformm:scale(1);
}
}
/* END slider */

#gstars {
    position:absolute;
    z-index:2;
    right: 0;
    width: auto;
    bottom: 0;
}

.col2 {
    width: 590px;
    float:
    left;
    height: 617px;
    overflow: hidden;
    border-left: 5px solid #fff;
}

.end {
    margin-right:0 !important;
}

i.fas.fa-envelope {
    margin-right: 4px;
}

.col2 img {
    width: 100%;
    height: auto;
}

.col2.col-with-words {
    padding-right: 100px;
    background: #55a7b4;
    padding: 30px 50px 60px 50px;
    color: #fff;
}

.col2.col-with-words h2 {
    font-size: 31px;
    text-transform: uppercase;
    line-height: 37px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 600;
}

.col2.col-with-words a.butt {
    margin: 33px 0 0 0;
    background: #ffffff;
    color: #55a7b4;
}

#why-choose-us hr {
    /* width: 50px; */
    margin: 20px auto 50px auto;
    border-bottom: 4px solid #55a7b4;
}

.wcu-box {
    float: left;
    width: 30.6%;
    margin-right: 4%;
    color: #fff;
    padding: 50px 30px 40px 30px;
    border: 1px solid #ffffff1f;
    border-radius: 6px;
    margin-bottom: 50px;
    min-height: 0;
}

.wcu-box i {
    width: 65px;
    height: 65px;
    background: #fff;
    color: #55a7b4;
    line-height: 64px;
    border-radius: 50%;
    font-size: 31px;
}

h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    padding: 0;
    margin: 27px 0 17px 0;
    letter-spacing: 0;
}

.wcu-box p,
.wcu-box ul li {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

#cta-bar span {
    font-size: 44px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 600;
    line-height: 62px;
}

#cta-bar a.butt {
    margin: 0;
    float: none;
    display: block;
    width: 300px;
    margin: 49px auto 0 auto;
    background: #ffffff;
    color: #55a7b4;
    display: block;
    clear: both;
}

#recent-work h4 {
    font-size: 39px;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 1px;
    color: #494949;
    border: 0;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

#recent-work hr {
    margin:20px auto;
    border-bottom: 4px solid #55a7b4;
}

#recent-work p {
    color: #f7f7f7;
    max-width: 600px;
    margin: 0 auto;
    font-style: italic;
    font-size: 23px;
    line-height: 31px;
}

i.fas.fa-star {
    color: #efcf2c;
    margin: 0 2px;
}

#recent-work p strong {
    margin: 20px 0;
    display: block;
    font-weight: 600;
    font-size: 17px;
    font-style: normal;
}

footer ul {
    padding-top: 0;
    clear: both;
}

main hr {
    margin: 15px 0 0 0;
}

img.crown-icon {
    width: 50px;
    margin: 0 0 7px 0;
}

#recent-work .overlay {
    background: rgba(47, 47, 47, 0.23);
}

#why-choose-us .container {
    /* margin-top: -80px; */
}

footer .container {
    position:relative;
    /* top:-40px; */
}

.wcu-box:hover {
    background: #444;
}

#social.social-footer {
    position: relative;
    z-index: 3;
    right: 0;
    top: 0;
    width: 182px;
    height: 50px;
    margin: 0 auto;
}

#social.social-footer a {
    margin: 20px 7px;
}

img.logo-img {
    position: absolute;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    top: 0;
}

footer img {
    width:auto;
    margin-bottom: 2px;
}

#contact-form {
    position:relative;
    text-align: center;
    background: #55a7b4;
    padding: 68px 0 84px 0;
    overflow: hidden;
}

#contact-form h3 {
    color: #ffffff;
}

#contact-form p {
    max-width:700px;
    margin: 20px auto 28px auto;
    color: #fff;
    font-size: 25px;
    line-height: 36px;
}

#contact-form-anchor {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:0;
    top: -47px;
}

#contact-form hr {
    border-bottom: 4px solid #ffffff;
    margin:20px auto 25px auto;
}

i.fas.fa-camera {
    margin-right: 4px;
}

img.full-img {
    width: 100%;
}

#recent-work p,
#specialise-in p {
    max-width: 900px;
    margin: 20px auto 28px auto;
    line-height: 31px;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    font-style:
    normal;
    text-align:
    center;
}

.footer-info {
    clear: both;
    width: 100%;
    color: #000;
    font-size: 12px;
}

.footer-info a {
    color: #000;
    text-transform:none;
    letter-spacing: 0;
}

i.fas.fa-calendar-check {
    margin-right: 7px;
}


/* New Header START abc */

/* Content */
.new-header {
  color: #fff;
}

.new-header hgroup {
  margin-bottom: 25px;
}

.new-header hgroup img {
  width: 100%;
  display: block;
  max-width: 200px;
  margin-bottom: 30px;
  margin-top: -26px;
}

.new-header hgroup h2 {
  display: block;
  font-size: 33px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
}

.new-header p {
  font-weight: 500;
   font-size: 16px;
}

/* List */
.header-list {
  margin: 0;
  padding: 0;
}

.header-list li {
    font-size: 21px;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 500;
    list-style: none;
    text-transform: uppercase;
}

.header-list li:last-child {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-list li span {
  color: #64e4f8;
  font-size: 22px;
  font-weight: 700;
}

.header-list.header-list-symbol li {
  position: relative;
  margin-left: 30px;
}

.header-list.header-list-symbol li:before {
  font-family: 'font awesome 5 free';
  font-weight: 600;
  position: absolute;
  left: -30px;
  top: 2px;
}

.header-list.header-list-symbol.header-list-checked li:before {
  content: "\f00c";
}

.new-header .butt {
  margin-top: 24px!important;
}

.new-header hgroup h2 span {
    font-weight: 600;
    /* font-style: italic; */
}
.col2.col-with-words strong {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
}

span.tm {
    font-size: 8px;
    position: relative;
    top: -20px;
}

@media (max-width: 1170px) {
  .new-header hgroup img {
      max-width: 160px;
      margin-bottom: 20px;
  }


}

@media (max-width: 880px) {
  .new-header hgroup img {
      max-width: 200px;
      margin: 0 auto 20px;
  }

  .new-header hgroup h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

@media (max-width: 500px) {
  .new-header hgroup h2 {
    font-size: 24px;
    line-height: 30px;
   font-weight: 700;
  }
}

/* New Header END */



#promo {
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    background: #e6421a;
    text-align: center;
    z-index: 3;
    top: -80px;
    right: -80px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 24px;
}

#promo span {
    font-size: 76px;
}

#promo span span {
    font-size: 22px;
    position: relative;
    left: 5px;
    top: -14px;
}

span.promo-big {
    display: inline-block;
    margin: -11px 0 -8px 0;
}

#promo i.fas.fa-chevron-circle-right {
    font-size: 15px;
    position: relative;
    top: -1px;
    right: -2px;
}

#testimonial-section {
    position:relative;
    background: url(images/testimonial-backing.jpg) center center no-repeat #494949;
    background-size: cover;
    background-attachment: fixed;
    padding: 68px 0 92px 0;
    text-align: center;
    overflow: hidden;
}

#testimonial-section hr {
    /* width: 50px; */
    margin: 20px auto 50px auto;
    border-bottom: 4px solid #55a7b4;
}

#page-left {
    position:relative;
    left:0;
    /*width: calc(100% - 420px);*/
    width:100%;
    top:0;
    height:100%;
}

#page-right {
    display:none;
    position:fixed;
    right:0;
    width: 420px;
    top:0;
    height:100%;
    background: #353535;
    z-index:3;
}

.container.container-page-left {
    max-width: 100%;
}

#recent-work .container {
    width: 100%;
    /* max-width: 90%; */
}

#recent-work a.butt {
    margin-bottom: 50px;
}

#contact-form h3 span {
    font-size: 52px;
    display: block;
    margin-top: 14px;
    line-height: 67px;
}

#main-area .container {
    border:10px solid #fff;
}

#top-strip.scrollNav img.logo-img {
    width: 120px;
    margin-left: -60px;
}

#top-strip i.fas.fa-envelope {
    top: 0 !important;
    margin-right: 6px !important;
}

#cta-bar i.far.fa-edit {
    font-size: 67px;
    padding-bottom: 29px;
    position: relative;
    top: 5px;
    margin-right: 16px;
}

.testimonial-item {
    float: left;
    background: hsl(0deg 0% 100% / 94%);
    max-width: 30.6%;
    margin-right: 4%;
    padding: 27px;
    border-radius: 6px;
    margin-bottom: 50px;
}

.testimonial-item i.fas.fa-quote-left {
    font-size: 33px;
    color: #55a7b4;
}

p.test-name {
    font-weight: 800;
    font-size: 19px;
}

.testimonial-item i.fas.fa-star {
    color: #efcf2c;
    margin: 0 2px;
    font-size: 23px;
}

p.test-p {
    font-style: italic;
    font-size: 19px;
    line-height: 26px;
}

p.test-title {
    font-style: italic;
    font-weight: 800;
    font-size: 21px;
}

.col2.col-with-words a.butt:hover {
    background: #baae62;
    color:#fff;
}

#why-choose-us a.butt:hover {
    background: #baae62;
    color: #ffffff;
}

#cta-bar a.butt:hover {
    background: #baae62;
    color: #fff;
}

.col2 h2 span {
    display: block;
    font-size: 22px;
    line-height: 34px;
    padding-top: 16px;
    color: #ffffff;
}

main .col2 hr {
    margin: 20px 0 19px 0;
}

#specialise-in h2 {
    font-size: 41px;
    text-transform: uppercase;
    line-height: 57px;
    letter-spacing: 1px;
    color: #ffffff;
    border: 0;
    padding: 0;
    margin: 0;
    font-weight: 600;
    text-align:
    center;
}

#specialise-in hr {
    margin: 20px auto;
    border-bottom: 4px solid #55a7b4;
}

#specialise-in {
  position:relative;
  background: whitesmoke;
  background: url(images/testimonial-backing2.jpg) center center no-repeat #494949;
  background-size: cover;
  background-attachment: fixed;
  padding: 94px 0 102px 0;
  overflow: hidden;
}

#specialise-in ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  list-style-position: inside;
  position: relative;
  left: 50%;
  margin-left: -546px;
  max-width: 1200px;
  padding-top: 27px;
}

#specialise-in ul li {
    position: relative;
    list-style: none;
    font-size: 22px;
    margin: 0 0 21px 0;
    padding-left: 52px;
    color: #fff;
    font-weight: 600;
}

#specialise-in ul li:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(images/logo3.png) 0 0 no-repeat;
    background-size:100%;
    position: absolute;
    left: 0;
    top: 0;
}

#specialise-in ul li span {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
}

#specialise-in .overlay {
    background: rgb(20 130 138 / 71%);
}

#contact-form strong {
    display: block;
    font-size: 51px;
    padding-top: 29px;
    font-weight: 500;
}

#contact-form i.fas.fa-phone {
    font-size: 39px;
    margin-right: 10px;
}

.vcard span {
  color: #000;
  margin:0;
}

a.contact-top.contact-top-tel.contact-on-banner {
    display: block;
    width: 100%;
    clear: both;
    color: #fff;
    font-size: 48px;
    padding-top: 30px;
}

a.contact-top.contact-top-tel.contact-on-banner i {
    font-size: 34px;
}

#testimonial-section .overlay {
    background: rgb(0 0 0 / 45%);
}

a.ofr-sticker {
    position: absolute;
    right: -17px;
    top: -152px;
    width: 251px;
}

a.ofr-sticker img {
    width:100%;
    height:auto;
}

#cta-bar span img {
    position: relative;
    width: 300px;
    margin: -54px auto 0 auto;
    float: none;
    text-align: center;
    display: block;
    margin-bottom: 16px;
    left: -8px;
}

p.poff {
    position:relative;
}

p.poff img {
    position: absolute;
    width: 243px;
    right: -255px;
    top: -77px;
}

h3.shout-out {
    color: #ffffff;
    font-size: 36px;
    padding: 21px 0 12px 0;
    font-weight: 600;
}

#testimonial-section .testimonial-flex-wrapper,
.wcu-flex-wrapper {
    display: flex;
    flex-wrap: wrap;
}

p.addy-deets {
    font-size: 15px;
    color: #000;
}

header a.butt:hover,
#testimonial-section a.butt:hover {
    background: #baae62;
    color: #ffffff;
}

img.foot-logos {
    clear: both;
    display: block;
    padding: 20px 0;
    margin: 0 auto;
}

#contact-form-holder p {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

#contact-form-holder input {
    border: 0;
    padding: 10px 20px;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 15px;
    font-weight:500;
}

#contact-form-holder textarea {
    border: 0;
    padding: 10px 20px;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 15px;
    height: 300px;
    font-weight:500;
}

#contact-form-holder input.wpcf7-form-control.wpcf7-submit {
    max-width: 235px;
    display: block;
    float: right;
    text-transform: uppercase;
    font-weight: 600;
    color: #2b7e8e;
    background: #ffffff;
    clear: both;
    margin-top: 28px;
    border-radius: 50px;
    padding: 12px 20px;
}

#contact-form-holder input.wpcf7-form-control.wpcf7-submit:hover {
    background: #baae62;
    color: #fff;
}

#contact-form-holder .gdpr-check {
    float: right;
    display: block;
    clear: both;
    color: #fff;
    margin-top: 33px;
}

#contact-form-holder .gdpr-check a {
    color: #fff;
}

#contact-form-holder input[type="checkbox"] {
    padding: 0 !important;
    width: auto !important;
    margin: 0 10px 0 0 !important;
    width: 17px !important;
    height: 17px;
    border: 0 !important;
    position: relative;
    top: 3px;
}

#contact-form-holder {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 20px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

body.inner-pages main {
    padding: 120px 0 96px 0;
    margin-top: 0;
}

body.inner-pages main h1,
body.inner-pages main h2,
body.inner-pages main h3,
body.inner-pages main h4 {
    color:#000;
    text-align:center;
    font-size: 39px;
    line-height: 48px;
}

body.inner-pages main p {
    color:#000;
}

body.inner-pages main {
    padding: 68px 0 80px 0;
    margin-top: 0;
}

body.inner-pages header {
    min-height: 0;
    height: 550px;
}

body.inner-pages header .container {
    height: 41px;
}

body.inner-pages main #privholder h1,
body.inner-pages main #privholder h2,
body.inner-pages main #privholder h3,
body.inner-pages main #privholder h4 {
    color:#000;
    text-align:left;
    font-size: 26px;
    line-height: 32px;
}

#privholder p {
    margin: 25px 0;
    line-height: 36px;
    font-size: 20px;
    font-weight: 300;
}

/* Cookie Popup */
#gdpr-cookie-message {
    position: fixed;
    z-index: 9999999999;
    left: 30px;
    bottom: 30px;
    max-width: 300px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    /* margin-left: 30px; */
    font-family: system-ui;
    background: #2d2d2d;
    /* text-transform: lowercase; */
}
#gdpr-cookie-message h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #ffffff;
    border-bottom: 1px dashed #ffffff;
    padding: 0 0 7px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#gdpr-cookie-message h5 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5em;
    margin: 14px 0 18px 0;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: left;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #ffffff;
    text-decoration: none;
    /* font-size: 15px; */
    padding-bottom: 2px;
    border-bottom: 1px dotted rgb(255 255 255);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: #92aa50;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #55a7b4;
    color: white;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 00;
    /* text-transform: lowercase; */
    font-weight: 500;
    padding: 8px 0;
    width: 119px;
    border-radius: 3px;
    margin-right: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: #6ac3e0;
    color: #ffffff;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: none;
    color: #ffffff;
    /* padding: 8px 14px; */
    border: 1px solid #ffffff;
    font-size: 10px;
    margin-right: 0;
    /* font-weight: 400; */
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

button#gdpr-cookie-advanced:hover {
    background:none;
}

/* END Cookie Popup */

.gallery-item {
    float: left;
    width: 50%;
    display: inline-block;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.gallery-item h3 {
    color: #fff;
    font-size: 21px !important;
    background: #55a7b4;
    padding: 20px 20px 0 20px;
    margin-bottom: -12px;
    min-height: 102px;
    font-weight: 600;
}

.wcu-box ul li {
    text-align: left;
}

.wcu-box ul {
    margin-left: 20px;
}

.ReviewBackground__Container-sc-1jrpbkc-0.jxrisv {
    background: #ffffffe3;
}

img.logo-img-21 {
    margin-top: -174px;
}

#recent-work p {
    color: #000;
}

.SimpleShortener__Inner-sc-19xjxqz-1.jGxLwL {
    color: #000 !important;
}

.ReviewText__Control-sc-1nyg8v7-2.cmTUYC {
    color: #4ac5cb;
    font-weight: 600 !important;
    padding-top: 6px;
}

.contact-scroll {
    position: fixed;
    z-index: 999999999;
    top: 50%;
    left: auto;
    right: -100px;
    margin-top: -84px;
    height: 50px;
    padding: 13px 25px 0px 26px;
    background: #baae62;
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 20px;
    transform: rotate(90deg);
}

.contact-scroll:hover {
    background: #cbbb5b;
}

.mobile-cont-qls {
    display:none;
}

.thankspage h1 {
    font-size: 29px;
    line-height: 32px;
    letter-spacing: 0;
    text-transform: none;
    color: #ffffff;
    font-weight: 500;
    padding: 0;
    margin: 27px auto 21px auto;
    max-width: 800px;
}

.thankspage header {
    height: 100vh;
    min-height: 647px;
}

.thankspage header .container {
    height: 82px;
}

body.thankspage {
    overflow: hidden;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
    text-align: left;
    margin-bottom: -20px;
}

/* PPC Page - Emergency Dentist */

body.page-id-65 a.butt {
    max-width: 340px;
    font-size: 15px;
    letter-spacing: 0px;
}

body.page-id-65 a.ofr-sticker,
body.page-id-65 #cta-bar span img,
body.page-id-65 p.poff img {
    display:none;
}


body.page-id-65 a.butt,
body.page-id-65 .contact-scroll,
body.page-id-65 .col2.col-with-words a.butt {
    background: #e02525;
    color:#fff;
}

body.page-id-65 #cta-bar {
    background: #b61313;
    padding-top: 85px;
}

body.page-id-65 #cta-bar a.butt {
    width: 100% !important;
    color: #d82020 !important;
    background:#fff !important;
}

body.page-id-65 #contact-form p {
    max-width: 900px;
}

body.page-id-65 #recent-work p {
    max-width: 1000px;
}

body.page-id-65 #top-strip {
    background: #de1616;
}






/* =================================================================================
3.0  Transitions / Clearing CSS ---------------------------------------------------------
==================================================================================== */

/* clear floated elements */

#topstrip:after,
.container:after {
  content:".";
  clear:both;
  height:0;
  display:block;
  visibility:hidden;
  }

/* END clear floated elements */

/* transitions */

a,
#return-to-top i,
#top-strip,
#top-strip.scrollNav,
.wcu-box,
img.logo-img,
#contact-form input.wpcf7-form-control.wpcf7-submit,
#contact-form-holder input.wpcf7-form-control.wpcf7-submit,
form.wpcf7-form.invalid textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* END transitions */

/* return to top */

#return-to-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: #67d1dc;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  z-index: 9999;
  display: none;
  -webkit-border-radius: 45px;
  border-radius: 45px;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 18px;
  top: 13px;
  font-size: 21px;
}

#return-to-top:hover {
  background: #57d8e6;
}

#return-to-top:hover i {
  color: #fff;
  top: 8px;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #ffffff;
  height: 2.5px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.fade-in {
    -webkit-animation: fadein 1.3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1.3s; /* Firefox < 16 */
        -ms-animation: fadein 1.3s; /* Internet Explorer */
         -o-animation: fadein 1.3s; /* Opera < 12.1 */
            animation: fadein 1.3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}




/* HIDE OFFER BANNERS */



/* END HIDE OFFER BANNERS */


/* Styles form PPC pages with form-above-fold */

body.form-above-fold header .container {
    max-width: 1200px;
    height: 500px;
}

body.form-above-fold .ban-col2 {
    float: left;
    width: 50%;
    text-align: left;
}

body.form-above-fold header #contact-form-holder input {
    margin: 0 0 7px;
}

body.form-above-fold img.logo-img-21 {
    display: block;
    margin: -133px auto 52px auto;
    max-width: 310px;
}

body.form-above-fold main {
    padding: 120px 0 89px;
    margin-top: -36px;
}

body.form-above-fold header a.butt {
    float: left;
    min-width: 292px;
    margin-top:0;
}

.ban-col2.banner-text-right {
    width: 45% !important;
    float: right !important;
    background: #38c9e073;
    padding: 24px 27px 100px 27px;
    margin-right: 1%;
}

body.form-above-fold header #contact-form-holder input.wpcf7-form-control.wpcf7-submit {
    max-width: 100%;
    padding: 13px 20px;
}

.ban-col2.banner-text-right h3 {
    font-size: 26px;
    margin-bottom: -4px;
    letter-spacing: 0px;
}

body.form-above-fold header #contact-form-holder textarea {
    height: 193px;
    margin-bottom: -16px;
}

body.form-above-fold header #social {
    margin-top: -153px;
}

body.form-above-fold h1 {
    font-size: 47px;
    line-height: 60px;
    letter-spacing: 0px;
    margin-top: 0;
}

/* END Styles form PPC pages with form-above-fold */

.emergency-ppc-page #top-strip,
.emergency-ppc-page .contact-scroll,
.emergency-ppc-page .gallery-item h3,
.emergency-ppc-page #cta-bar {
    background: #de1616;
}

body.form-above-fold.emergency-ppc-page a.butt {
    min-width: 361px;
    font-size: 15px;
    background: #de1616;
    color:#fff;
}

body.form-above-fold.emergency-ppc-page #cta-bar a.butt {
  color: #de1616;
}

body.form-above-fold.emergency-ppc-page #cta-bar a.butt:hover {
  color: #fff;
}

span.wpcf7-not-valid-tip {
    color: #ead151 !important;
}

form.wpcf7-form.invalid textarea {
    height: 96px !important;
    margin-bottom: 5px !important;
}

#price-container {
    background: whitesmoke;
    padding: 100px 0;
}

.col3 {
    float:left;
    width: 31.3%;
    margin-right: 3%;
    background:#fff;
    text-align:center;
}

.col3:last-child {
    margin-right:0;
}

#price-container h3 {
    color: #000;
    margin-bottom: 60px;
    padding: 0 10px;
}

.col3-title {
    background: #55a7b4;
    padding: 20px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.col3-price {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 20px 0;
}

#price-container a.butt {
    margin-top: 50px;
}

.col3-item {
    padding: 17px 15px;
    border-top: 1px solid #d9d9d9;
}

span.small {
    font-size: 30px;
}

.col3-price span {
    color: #55a7b4;
    margin-top: 6px;
    display: block;
}

.col3-item.col3-green {
    background: #49bd50;
    border-top: 1px solid #fff;
    color: #fff;
}

.col3-item.clo3-big {
    background: #2f9a47;
    color: #fff;
    font-size: 18px;
}




/* =================================================================================
4.0  Media Queries ---------------------------------------------------------
==================================================================================== */



@media (max-width: 1475px) {

.contact-scroll {
    left: -100px;
    right: auto;
}

body.form-above-fold header .container {
    max-width: 1000px;
}

body.form-above-fold h1 {
    font-size: 44px;
    line-height: 51px;
}

body.form-above-fold header #contact-form-holder textarea {
    height: 189px;
}

.ban-col2.banner-text-right h3 {
    font-size: 27px;
    margin-bottom: -4px;
}

.new-header hgroup h2 {
    font-size: 27px;
    line-height: 36px;
}

.header-list li {
    font-size: 18px;
}

}





/*1345px styles */
@media (max-width: 1345px) {

#top-strip .container {
    width: 1200px;
    max-width: 100%;
    min-width: 0;
}

#social {
    right: 20px;
    margin-right: 0;
}



}/* END 1345px styles */










/*Landscape ipad styles */
@media (max-width: 1220px) {

#top-strip .container {
    width: 96%;
}

.contact-top {
    font-size: 19px;
}

a.contact-top.contact-top-tel {
    font-size: 27px;
    top: -4px;
}

header .container {
    max-width: 800px;
}

h1 {
    font-size: 40px;
    line-height: 54px;
    padding-left: 50px;
    padding-right: 50px;
}

.col2.end {
    display:none;
}

.col2.col-with-words {
    width: 100%;
    min-height: 0;
    height: auto;
    padding: 69px 50px 91px 50px;
    text-align: center;
    border-left: 0;
}

a.ofr-sticker {
    position: absolute;
    right: -32px;
    top: -136px;
    width: 228px;
}

main#main-area {
    overflow: visible;
    padding-bottom: 0;
}

#main-area .container {
    border-left: 0;
    border-right: 0;
}

main .col2 hr {
    margin: 20px auto 19px auto;
}

.col2.col-with-words a.butt {
    margin: 33px auto 0 auto;
    float: none;
    display: inline-block;
    width: 292px;
}

.col2.col-with-words h2 {
    font-size: 35px;
    line-height: 51px;
}

#specialise-in .container,
#cta-bar .container {
    position: relative;
    max-width: 840px;
}

#specialise-in ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
    position: relative;
    left: auto;
    margin-left: 0;
    max-width: 100%;
    padding-top: 24px;
    padding-bottom: 23px;
}

h3.shout-out {
    font-size: 29px;
    line-height: 41px;
}

#specialise-in {
    padding: 72px 0 89px 0;
}

#recent-work .container {
    width: 100%;
    max-width: 90%;
}

#cta-bar span {
    font-size: 32px;
}

#why-choose-us .container,
#testimonial-section .container {
    max-width: 94%;
}

.wcu-box {
    padding: 25px 20px;
}

#testimonial-section {
    padding: 67px 0 92px 0;
}

.testimonial-item {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
}

#contact-form .container {
    max-width: 840px;
}

#contact-form h3 span {
    font-size: 43px;
    line-height: 62px;
}

#contact-form h3 {
    font-size: 34px;
}

p.poff img {
    display:none;
}

#contact-form img {
    width: 100%;
}

#return-to-top {
    bottom: 0;
    right: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.col2 h2 span {
    padding-top: 21px;
}

#specialise-in,
#testimonial-section {
    background-attachment: scroll;
}

body.inner-pages main#main-area {
    overflow: visible;
    padding: 68px 30px 80px 30px;
}

.contact-scroll {
    height: 63px;
    padding: 11px 25px 0px 26px;
    font-size: 16px;
}

#social {
    display:none;
}

#social.social-footer {
    display:block;
}

#specialise-in ul li {
    font-size: 20px;
    margin: 0 0 16px 0;
}

.col-with-words p {
    margin: 15px 0;
    line-height: 30px;
    font-size: 19px;
    font-weight: 300;
    max-width: 800px;
    margin: 20px auto;
}

#specialise-in ul {
    margin-left: 87px;
}

#recent-work p, #specialise-in p {
    max-width: 800px !important;
}

#cta-bar span {
    font-size: 35px;
    line-height: 47px;
}

h3,
.col2.col-with-words h2,
#specialise-in h2,
#recent-work h4,
#cta-bar span,
h3,
#contact-form h3 span,
#contact-form h3 {
    font-size: 39px !important;
    line-height: 51px;
}

#why-choose-us .container, #testimonial-section .container, #contact-form .container {
    max-width: 89%;
}

section#cta-bar .container {
    max-width: 87%;
}

section#cta-bar span {
    font-size: 35px !important;
}

.gallery-item h3 {
    min-height: 118px;
}

header {
    min-height: 858px;
}

body.form-above-fold h1 {
    font-size: 49px;
    line-height: 50px;
    padding: 0;
}

.ban-col2.banner-text-right h3 {
    font-size: 27px !important;
}

body.form-above-fold main {
    padding: 37px 0 89px;
}

.header-list li {
    margin: 0 0 12px 0;
}

.new-header hgroup h2 {
    font-size: 22px;
    line-height: 30px;
}

.ban-col2.banner-text-right h3 {
    font-size: 23px !important;
    line-height: 27px;
}

#price-container .container {
    max-width: 96%;
}

}/* END Landscape ipad styles */






@media (max-width: 1170px) {

body.form-above-fold header .container {
    max-width: 867px;
}

.ban-col2.banner-text-right {
    margin-right: 0 !important;
}

.header-list li {
    margin: 0 0 6px 0;
}


}





@media (max-width: 1000px) {

body.form-above-fold header .container {
    max-width: 85%;
}

body.form-above-fold h1 {
    font-size: 37px;
    line-height: 42px;
    padding: 0;
}

body.form-above-fold a.contact-top.contact-top-tel.contact-on-banner {
    font-size: 32px;
}

body.form-above-fold a.contact-top.contact-top-tel.contact-on-banner i {
    font-size: 28px;
}

body.form-above-fold header #contact-form-holder textarea {
    height: 134px;
}

}







/* Landscape phone to portrait tablet styles */
@media (max-width: 880px) {

img.logo-img {
    width: 160px;
    margin-left: -80px;
    top: 66px;
}

.contact-top {
    font-size: 16px;
    padding-top: 3px;
}

a.contact-top.contact-top-tel {
    font-size: 22px;
}

header .container,
#specialise-in .container, #cta-bar .container,
#contact-form .container {
    max-width: 560px;
}

h1,
#specialise-in h2,
.col2.col-with-words h2,
h3.shout-out,
#recent-work h4,
#cta-bar span,
h3 {
    font-size: 27px;
    line-height: 40px;
}

#social {
    right: 10px;
    margin-right: 0;
    margin-top: -141px;
}

header {
    min-height: 0;
    height: 866px;
}

a.ofr-sticker {
    position: absolute;
    left: 50%;
    top: -166px;
    width: 246px;
    margin-left: -123px;
}

#top-strip {
    position: fixed;
}

#top-strip.scrollNav img.logo-img {
    width: 160px;
    margin-left: -80px;
}

.col2.col-with-words {
    padding: 77px 50px 65px 50px;
}

#recent-work .container {
    max-width: 92%;
}

#cta-bar span br {
    display:none;
}

.wcu-box {
    width: 100%;
    margin: 2% 0 !important;
}

#contact-form h3 {
    font-size: 26px;
}

#contact-form h3 span {
    font-size: 31px;
    line-height: 47px;
}

.footer-info {
    padding: 0 4%;
}

#specialise-in .container {
    max-width: 90%;
}

#why-choose-us {
    padding: 53px 0 71px 0;
}

#cta-bar {
    padding: 71px 0;
}

#specialise-in {
    padding: 53px 0 60px 0;
}

h3.shout-out {
    padding: 3px 0 26px 0;
}

#recent-work {
    padding: 51px 0 103px 0;
}

#testimonial-section {
    padding: 42px 0 60px 0;
}

#contact-form {
    padding: 37px 0 58px 0;
}

footer {
    padding: 58px 0 60px 0;
}

a.ofr-sticker {
    position: absolute;
    left: 50%;
    top: -130px;
    width: 208px;
    margin-left: -104px;
}

a.contact-scroll {
    display:none;
}

header .container {
    height: 334px;
}

h3, .col2.col-with-words h2, #specialise-in h2, #recent-work h4, #cta-bar span, h3, #contact-form h3 span, #contact-form h3 {
    font-size: 31px !important;
    line-height: 36px !important;
}

#specialise-in ul {
    margin-left: 0;
}

.gallery-item {
    width: 100%;
}

.gallery-item h3 {
    min-height: 0;
    height: auto;
    padding: 20px 20px 25px 20px;
}

#specialise-in ul li:before {
    width: 24px;
    height: 24px;
}

.thankspage h1 {
    font-size: 21px;
    line-height: 27px;
}

.thankspage header .container {
    height: 67px;
}

body.form-above-fold .ban-col2 {
    float: left;
    width: 100%;
    text-align: center;
}

body.form-above-fold header a.butt {
    float: none;
}

body.form-above-fold img.logo-img-21 {
    margin: -112px auto 7px auto;
}

.ban-col2.banner-text-right {
    width: 100% !important;
    margin-top: 10px;
}

body.form-above-fold header a.butt {
    display:none;
}

body.form-above-fold a.contact-top.contact-top-tel.contact-on-banner {
    margin-top: -5px;
    padding-top: 0;
}

body.form-above-fold header .container {
    max-width: 85%;
    position: relative;
    top: 184px;
}

body.form-above-fold header {
    min-height: 0;
    height: auto;
    padding-bottom: 200px;
}

body.form-above-fold .ban-col2.banner-text-right {
    padding: 4px 27px 0;
    margin-bottom: 27px;
}

body.form-above-fold h1 {
    font-size: 29px;
    line-height: 33px;
}

body.form-above-fold.emergency-ppc-page a.butt {
    min-width: 300px;
    font-size: 13px;
    letter-spacing: 0px;
}

header a.ofr-sticker {
    display:none;
}

body.form-above-fold header {
    background: url(images/banner/banner4.jpg) 41% 0 no-repeat;
    background-size: cover;
}

.pic-wrapper {
    display:none;
}

.new-header hgroup h2 {
    font-size: 28px;
    line-height: 31px;
}

.col3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
}

#price-container a.butt {
    margin-top: 0;
}

#price-container {
    padding: 70px 0;
}

.col3-title {
    font-size: 20px;
}

.col3-price {
    font-size: 20px;
}

}/* END Landscape phone to portrait tablet styles */
















/* Landscape phones and down styles */
@media (max-width: 600px) {

section#top-strip {
    display: none;
}

a.contact-top,
header #social {
    display:none;
}

a.contact-top.contact-top-tel {
    display:block;
    font-size: 28px;
    top: -8px;
    text-align: center;
    width: 100%;
}

#top-strip {
    background: none;
}

a.contact-top.contact-top-tel.mob-sticky {
    width: 100%;
    background: #4488bf;
    position: fixed;
    left: 0;
    padding: 12px 0 0 0;
    height: 57px;
}

header .container, #specialise-in .container, #cta-bar .container, #contact-form .container {
    max-width: 300px;
}

h1 {
    font-size: 24px;
    line-height: 31px;
    padding: 0;
}

#specialise-in h2, .col2.col-with-words h2, h3.shout-out, #recent-work h4, #cta-bar span, h3, #contact-form h3, #contact-form h3 span {
    font-size: 28px;
    line-height: 40px;
}

header .container {
    height: 425px;
}

header {
    height: 740px;
}

img.logo-img {
    top: 56px;
}

a.contact-top.contact-top-tel.contact-on-banner {
    font-size: 28px;
    padding-top: 23px;
    letter-spacing: 0;
}

header a.butt {
    margin: -8px auto 0 auto;
    font-size: 17px;
    max-width: 230px;
}

a.ofr-sticker {
    position: absolute;
    left: 50%;
    top: -152px;
    width: 230px;
    margin-left: -115px;
}

#specialise-in ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

h3.shout-out {
    font-size: 25px;
    padding: 0;
    margin-top: 0;
}

#specialise-in ul {
    padding-top: 12px;
}

#cta-bar span {
    font-size: 25px;
    line-height: 40px;
}

.wcu-box {
    width: 100%;
    margin: 0 0 20px 0 !important;
}

#contact-form strong {
    font-size: 38px;
}

#contact-form h3 span {
    margin-top: 0;
}

img.foot-logos {
    width: 90%;
}

#contact-form input,
#contact-form textarea {
    padding: 8px 15px;
    font-size: 17px;
    margin: 0 0 13px 0;
}

#contact-form input.wpcf7-form-control.wpcf7-submit {
    max-width: 100%;
}

#specialise-in .container, #cta-bar .container, #contact-form .container {
    max-width: 86%;
}

#contact-form {
    padding: 37px 0 12px 0;
}

body.inner-pages main#main-area {
    padding: 33px 30px 42px 30px;
}

body.inner-pages header {
    min-height: 0;
    height: 457px;
}

body.inner-pages header .container {
    height: 1px;
}

img.logo-img-21 {
    margin-top: 0;
    width: 300px;
}

header .container {
    height: 678px;
}

a.contact-top.contact-top-tel.contact-on-banner i {
    font-size: 24px;
}

h3, .col2.col-with-words h2, #specialise-in h2, section#cta-bar span, #recent-work h4, #cta-bar span, h3, #contact-form h3 span, #contact-form h3 {
    font-size: 23px !important;
    line-height: 32px !important;
}

.col2.col-with-words a.butt,
a.butt {
    font-size: 17px;
}

#specialise-in ul li {
    font-size: 16px;
    margin: 0 0 10px 0;
}

#specialise-in ul {
    margin-bottom: 20px;
}

.gallery-item h3 {
    font-size: 16px !important;
    line-height: 22px !important;
}

#contact-form strong {
    font-size: 28px;
}

#contact-form i.fas.fa-phone {
    font-size: 27px;
    margin-right: 4px;
}

p.addy-deets,
.footer-info {
    font-size: 12px;
    color: #000;
}

#return-to-top {
    display:none !important;
}

#contact-form p {
    font-size: 20px;
    line-height: 30px;
}

.mobile-cont-qls {
    display:block;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:9999999999;
}

.mcq {
    float:
    left;
    text-align:
    center;
    padding: 14px;
    background: #de1616;
    width:100%;
    display:
    inline-block;
    color:#fff;
    font-size: 20px;
}

body.page-id-2 .mcq {
    background: #baae62;
}

footer {
    padding: 58px 0 130px 0;
}

.col2.col-with-words {
    padding: 77px 20px 65px 20px;
}

#testimonial-section {
    background: url(images/testimonial-backing.jpg) 68% center no-repeat #494949;
    background-size: cover;
}

.thankspage header .container {
    height: 526px;
}

body.page-id-65 a.butt,
body.page-id-65 .col2.col-with-words a.butt,
body.page-id-65 a.butt {
    font-size: 14px;
    width:100%;
    max-width:320px !important;
}

body.page-id-65 header .container {
    height: 566px;
}

body.form-above-fold header .container {
    max-width: 90%;
}

body.page-template-page-ppc-main .mcq {
    background: #baae62;
}

body.form-above-fold img.logo-img-21 {
    margin: -166px auto 7px auto;
}

.ban-col2.banner-text-right h3 {
    font-size: 19px !important;
}

body.emergency-ppc-page .col2.col-with-words {
    padding: 40px 20px 65px;
}

span.small {
    font-size: inherit;
}


}/* END Landscape phones and down styles */


















