@font-face {
  font-family: futura;
  src: url(/dr-adam-fonts/sofiapro-light.otf);
}

@font-face {
  font-family: stylish;
  src: url(/dr-adam-fonts/cutyle\ mono\ line.ttf);
}

@font-face {
  font-family: futura-book;
  src: url(/dr-adam-fonts/futura-book/Futura\ Std\ Book.ttf);
}

@font-face {
  font-family: futura-book-font;
  src: url(/dr-adam-fonts/futura-book/Futura\ TOT\ Book.ttf);
}

@font-face {
  font-family: conqueror;
  src: url(/dr-adam-fonts/AWConquerorDidot-Light/AWConquerorDidot-Light.ttf);
}

@font-face {
  font-family: futura-bold;
  src: url(/dr-adam-fonts/Sofia-Pro-Bold.ttf);
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  position: relative;
}

h1 {
  font-family: conqueror;
}

button:hover {
  cursor: pointer;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: futura-book;
}

a {
  font-family: futura-bold;
  font-weight: 600;
}

body {
  font-family: futura;
}

button {
  white-space: nowrap;
}

p {
  font-size: 15.03px;
  line-height: 27.05px;
  letter-spacing: 1.5px;
  text-transform: none;
}

.anim-img-mbl {
  display: none;
}

.inv-pics h2,
.inv-pics p {
  height: 50px;
  font-size: 15px;
}

.send-eq-btn:hover {
  background-color: white;
  color: black;
}

.pagination-custom a:hover {
  text-decoration: none;
}

.title-div {
  padding-top: 73px;
}

@media (max-width:800px) {
  .title-div {
    padding-top: 0px;
  }
}

.to-top {
  position: fixed;
  right: 0px;
  bottom: 30px;
  z-index: 1000;
}

.to-top button {
  background-color: black;
  width: 40px;
  height: 40px;
  border: 0;
  outline: 0;
  opacity: 0;
}

.to-top button:hover {
  background-color: rgb(152, 152, 152);
  cursor: pointer;
}

.to-top button:active {
  background-color: rgb(152, 152, 152);
}

.show-btn {
  opacity: 1 !important;
}

.to-top button span {
  color: white;
  font-size: 22px;
  line-height: 42px;
}

.active-nav {
  background-color: white !important;
  color: black !important;
}

.copyright-section p {
  margin: 0;
  font-family: futura;
}

.owl-dots {
  display: none;
}

.image-size {
  height: 261px;
  margin-bottom: 66px;
}

.image-size img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-div {
  z-index: 2;
  position: relative;
  min-height: 147px;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 52.46px;
  margin-bottom: 27px;
}

.pagination-custom p {
  font-family: futura-bold;
}

.insta-icon {
  color: rgb(219, 45, 114);
  font-size: 72px;
}

.pagination-custom a,
.pagination-custom p {
  font-size: 11.08px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.pagination-custom p {
  margin-bottom: 0;
}

.home-header {
  padding: 83px 0 60px;
  background-image: url(https://www.dradamjowett.co.uk/assets/img/header-banner.jpg);
  background-size: cover;
  background-position: center top;
  position: relative;
}

.home-header h1 {
  font-family: futura-book;
}

@media all and (max-width: 991px) {
  .navbar-div {
    background-color: #000;
  }
}

.navbar-div {
  background: #989898;
  box-shadow: 0 0 20px 3px #989898;
  position: fixed;
  width: 100%;
  padding: 2px 0 2px;
  z-index: 1000;
}

.navbar-div .navbar-brand img {
  width: 140px;
  height: auto;
}

.navbar-wrap {
  max-width: 1300px;
  margin: auto;
}

.navbar-div .navbar-toggler {
  outline: none !important;
}

.navbar-div nav a {
  font-size: 12px;
  font-weight: 400;
  color: white;
  letter-spacing: 1.8px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: futura-bold;
  padding: 9px 12.6px 9px !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.navbar-div nav a:hover {
  color: black;
}

.inner-link button {
  letter-spacing: 3px;
  line-height: 1;
  font-family: "futur-bold-font";
  padding: 15px 5% 13px;
  font-size: 13px;
  color: #fff;
}

@media all and (max-width: 991px) {
  .inner-link {
    max-width: 600px;
    margin: auto;
  }

  .inner-link nav {
    background-color: #000;
    justify-content: center;
  }

  .inner-link button {
    width: 100%;
    position: relative;
  }

  .inner-link button span {
    position: absolute;
    right: 5px;
  }

  .navbar-collapse.collapse.show a {
    border: 0;
  }
}

.navbar-div li {
  display: flex;
  align-items: center;
}

@media all and (max-width: 1224px) {
  .navbar-div .nav-link {
    padding: 9px 10px 9px !important;
    font-size: 10px;
  }
}

@media all and (max-width: 1224px) {
  .navbar-div .nav-link {
    padding: 9px 10px 9px !important;
    font-size: 10px;
  }
}

@media all and (max-width: 1072px) {
  .navbar-div .nav-link {
    padding: 9px 8px 9px !important;
    font-size: 10px;
  }
}

@media all and (max-width: 1053px) and (min-width: 998px) {
  .navbar-div .nav-link {
    padding: 9px 6px 9px !important;
    font-size: 9px;
  }
}

@media all and (min-width: 992px) and (max-width: 997px) {
  .navbar-div .nav-link {
    padding: 9px 5px 9px !important;
    font-size: 8px;
  }
}

.home-header-wrap {
  max-width: 830px;
  margin: auto;
}

.logo-div {
  margin-bottom: 60px;
  opacity: 0;
  animation: logo-an 0.5s 1.5s forwards;
}

@keyframes logo-an {
  from {
    top: -117px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.logo-div+img {
  width: 120px;
}

.home-header .title-div {
  padding-top: 73px;
}

.title-div+h1 {
  margin-bottom: 27px;
}

.header-para>p {
  margin-bottom: 26px;
}

.pagination-custom>* {
  padding: 0 8px;
}

.pagination-custom a {
  color: white;
}

.simon-key-wrap {
  max-width: 870px;
  margin: auto;
}

.simon-key-content {
  padding: 50px 0 0;
}

.simon-key-content>* {
  text-align: center;
  margin-bottom: 31px;
}

.simon-key-content>p {
  font-size: 15px;
  line-height: 27px;
  color: #545455;
}

.simon-key-content>h4 {
  color: #2a6096;
  font-size: 35px;
}

.simon-key-content>h2 {
  color: #2a6096;
  font-size: 35px;
  line-height: 1.2;
  height: auto;
}

.simon-key-content>h6 {
  color: #545455;
  font-size: 25px;
}

.simon-key-content>ul {
  list-style: none;
  font-size: 16px;
  font-family: futura;
}

.simon-key-content .education-heading {
  margin-bottom: 40px;
}

.simon-key-content>ul>li {
  line-height: 27px;
  letter-spacing: 1.5px;
}

.simon-key-content-text {
  padding: 50px 0 0;
}

.simon-key-content-text>* {
  text-align: center;
  margin-bottom: 31px;
}

.simon-key-content-text>p {
  font-size: 16px;
  line-height: 27px;
  color: #545455;
}

.simon-key-content-text>h2 {
  color: #2a6096;
  font-size: 35px;
  line-height: 1.2;
  height: auto;
}

.simon-key-content-text>h3 {
  color: #2a6096;
  font-size: 25px;
}


.simon-key-content-text>h6 {
  color: #545455;
  font-size: 25px;
}

.simon-key-content-text>ul {
  font-size: 16px;
  font-family: futura;
  list-style: disc;
  /* show bullets */
  list-style-position: outside;
  /* standard bullets */
  display: inline-block;
  /* shrink to content width */
  text-align: left;
  /* text stays left within the centered block */
  padding-left: 1.25rem;
  /* space for bullets */
  margin: 0 auto 31px;
}

.simon-key-content-text .education-heading {
  margin-bottom: 40px;
}

.simon-key-content-text>ul>li {
  line-height: 27px;
  letter-spacing: 1.5px;
  margin-left: 14rem;
}

@media all and (max-width: 768px) {
  .simon-key-content-text>ul>li {
    margin-left: 8rem;
  }
}

@media all and (max-width: 500px) {
  .simon-key-content-text>ul>li {
    margin-left: 0;
  }
}



.simon-key .adam-logo {
  margin-bottom: 0;
}

.parla-link {}

@media all and (min-width: 992px) {
  .moutain-view .custom-margin {
    margin: 0 13px;
  }
}

.mountain-bg {
  background: url(https://www.dradamjowett.co.uk/assets/img/mountains-bg.webp);
  background-size: cover;
  padding: 0 15px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 66%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 66%);
  min-height: 644px;
}

.mountain-bg.dera-wal {
  background: linear-gradient(rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.4)),
    url(https://www.dradamjowett.co.uk/assets/img/mountains-bg.webp);
}

@media all and (max-width: 991px) {
  .mountain-bg {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 93%);
  }
}

@media all and (max-width: 630px) {
  .mountain-bg .gif-video img {
    width: 100%;
  }

  .mountain-bg {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 94%);
  }
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #000;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel span {
  font-size: 70px;
  position: relative;
  top: -5px;
}

.owl-nav button:focus {
  outline: none;
}

.moutain-view {
  position: relative;
}

.moutain-view h2 {
  height: auto;
}

@media all and (max-width: 400px) {
  .moutain-view h2 {
    font-size: 30px;
  }
}

.moutain-view a.appointment-btn {
  font-size: 11px;
  color: #fff;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.55);
  margin: 15px 0 0;
  padding: 14px 34px 15px;
  transition: all 0.3s ease-in;
  display: inline-block;
}

.moutain-view a.appointment-btn:hover {
  background-color: white;
  color: black;
  border-color: black;
}

.chard-life {
  background: url("https://www.dradamjowett.co.uk/assets/img/chard-life.webp");
  position: relative;
  overflow: hidden;
  background-size: cover;
  min-height: 528px;
}

.chard-life.chardlife-one {
  background: url("https://www.dradamjowett.co.uk/assets/img/refferal-urself.webp");
}

.card-wrap {
  max-width: 1200px;
  margin: auto;
}

@keyframes hesham {
  to {
    transform: 0;
    opacity: 1;
  }
}

.card-main {
  width: 100%;
  margin-top: -410px;
  transform: translateY(0);
  opacity: 1;
  animation: hesham 1.5s 0.8s;
}

.card-wrap a {
  text-decoration: none;
}

.patient-journey {
  background: url("https://www.dradamjowett.co.uk/assets/img/patient-journey.jpg");
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 528px;
  background-size: cover;
}

.hon-building {
  background: url("https://www.dradamjowett.co.uk/assets/img/honesty-building.webp");
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  background-size: cover;
}

.hon-building h2 {
  z-index: 1;
  font-weight: 400;
  color: white;
  letter-spacing: normal;
  line-height: 52px;
  margin: 0;
}

@keyframes bgchange {
  0% {
    background: linear-gradient(to bottom,
        rgba(42, 100, 150, 0.7),
        rgba(42, 100, 150, 0.7));
  }

  100% {
    background: linear-gradient(to bottom,
        rgba(109, 110, 113, 0.5),
        rgba(109, 110, 113, 0.5));
  }
}

.patient-journey.patient-journey2 {
  position: relative;
  background: url("https://www.dradamjowett.co.uk/assets/img/testimonials-box-picture.webp");
}

.zoom-in .bg-beta {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(109, 110, 113, 0.5);
  transition: background-color 1s;
}

.zoom-in:hover .bg-beta {
  background-color: rgba(42, 100, 150, 0.7);
}

.treatments-card-bg {
  overflow: hidden;
}

.treatments-card-bg:hover>a>img {
  transform: scale(1.1);
}

.treatments-card-bg .bg-beta {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(109, 110, 113, 0.5);
  transition: background-color 1s;
}

.treatments-card-bg:hover .bg-beta {
  background-color: rgba(42, 100, 150, 0.7);
}

.image span {
  position: relative;
  z-index: 1;
}

.zoom-in::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.6s ease-in-out;
}

.zoom-in:focus::after,
.zoom-in:hover::after {
  transform: scale(1.1);
}

.zoom-out:focus::after,
.zoom-out:hover::after {
  transform: scale(1.05);
}

.chard-life h2 {
  z-index: 1;
  font-size: 52px;
  font-weight: 400;
  color: white;
  letter-spacing: normal;
  line-height: 52px;
  margin: 0;
}

.chard-life p {
  z-index: 1;
  color: #fff;
  font-size: 11px;
  letter-spacing: 3.6px;
  line-height: 30px;
  margin-bottom: 0;
}

.sm-box {
  background: url("https://www.dradamjowett.co.uk/assets/img/smilegbox.webp");
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 528px;
  background-size: cover;
}

.sm-box h2 {
  text-align: center;
  z-index: 1;
  font-size: 52px;
  font-weight: 400;
  color: white;
  letter-spacing: normal;
  line-height: 52px;
  margin: 0;
}

.patient-journey P {
  z-index: 1;
  color: black;
  font-size: 11px;
  letter-spacing: 3.6px;
  line-height: 30px;
  margin-bottom: 0;
}

.patient-journey h2 {
  z-index: 1;
  font-size: 52px;
  font-weight: 400;
  color: white;
  letter-spacing: normal;
  line-height: 52px;
  margin: 0;
}

.mountain-content-wrap {
  max-width: 870px;
  margin: auto;
}

.mountain-content-section {
  padding: 68px 0 38px;
}

.mountain-content-section .loading-text {
  margin-top: 42px;
  font-size: 16px;
  font-family: futura;
}

.mountain-content-section .featured-text {
  margin-top: 38px;
  font-size: 20px;
}

.mountain-content-section h3 {
  font-size: 11px;
  color: #000;
  letter-spacing: 5px;
  line-height: 30px;
  margin: 13px 0 0;
  text-transform: uppercase;
}

.footer {
  padding: 0 0 28px;
  width: 100%;
}

.footer .privacy-cookie a {
  text-decoration: underline;
}

.footer .privacy-cookie a,
.footer .privacy-cookie span {
  font-family: futura;
  font-size: 15px;
  line-height: 27px;
  color: #545455;
}

.modal-cookies .modal-dialog {
  max-width: 980px;
  margin-top: 61px;
}

.modal-cookies .modal-content {
  padding: 0 15px;
}

.modal-cookies .accept-only {
  font-size: 10.5px;
  color: #989898;
  font-family: futura;
}

.modal-cookies .accept-only:hover {
  text-decoration: none;
}

.modal-cookies .check-box {
  transform: scale(2);
  margin-right: 17px;
  margin-top: 6px;
}

.modal-cookies input[type="checkbox"] {
  position: relative;
  appearance: none;
  width: 36px;
  height: 18px;
  background-color: #bdc1c8;
  border-radius: 34px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.4s;
}

.modal-cookies input:checked[type="checkbox"] {
  background-color: rgb(40, 167, 69);
}

.modal-cookies input[type="checkbox"]::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  transition: 0.4s;
}

.modal-cookies input:checked[type="checkbox"]::after {
  left: 50%;
}

.modal-cookies .essential-1,
.modal-cookies .statistics-2 {
  background-color: #f7f7f7;
  border-radius: 0;
  color: #555;
  margin: 0.5em 0;
  padding: 0.5em;
}

.modal-cookies .essential-1 p,
.modal-cookies .statistics-2 p {
  font-size: 0.875em;
  line-height: 1.25em;
  margin: 0.9375em 0;
  color: #555;
}

.modal-cookies {
  font-family: futura;
}

.modal-cookies .show-cookie {
  color: #28a745;
  font-size: 0.875em;
}

.modal-cookies .modalbtn-bg {
  font-size: 1em;
  margin: 0 0 0.9375em;
  padding: 0.75em 1.5em;
  background: #000;
  border-radius: 4px;
  color: #fff;
}

.modal-cookies .modal-header h5 {
  font-size: 1.625em;
  line-height: 1.125em;
}

.modal-cookies .privacy-description {
  font-size: 1em;
  line-height: 1.25em;
  margin: 0.9375em 0;
  font-family: futura;
}

.modal-cookies .modal-body h6 {
  font-size: 1.25em;
  margin: 0 0 0.25em;
  font-family: futura;
}

.modal-cookies .modal-body p {
  line-height: 1.25em;
  font-size: 14px;
  margin: 0.9375em 0;
  font-family: futura;
}

.footer-padding {
  width: 100%;
  max-width: 1194px;
  margin: auto;
}

.footer ul {
  list-style: none;
  margin-bottom: 49px;
  flex-wrap: wrap;
}

.footer ul li {
  margin-right: 18.4px;
}

.footer ul a {
  font-size: 11px;
  color: #989898;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.footer ul a:hover {
  color: black;
  text-decoration: none;
}

.footer .footer-logo {
  margin-bottom: 20px;
}

.practice-header {
  background-image: url("https://www.dradamjowett.co.uk/assets/img/practice-banner.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  padding: 83px 10px 195px 10px;
  position: relative;
}

.practice-header h1 {
  font-family: futura-book;
}

@media all and (max-width: 767px) {
  .practice-header {
    padding: 83px 0 205px;
  }
}

@media all and (max-width: 339px) {
  .practice-header {
    clip-path: polygon(0 0, 100% 0%, 100% 96%, 0% 100%);
    padding: 83px 0 103px;
  }
}

.practice-header::after {
  content: "";
  width: 100%;
  min-height: 334px;
  background: url(https://www.dradamjowett.co.uk/assets/img/banner-after1.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.practice-header-wrap {
  max-width: 1200px;
  margin: auto;
}

.practice-form1 .col-lg-4 {
  padding: 0 !important;
}

.practice-form {
  margin: auto 15%;
}

.practice-form .form-check-input {
  margin-bottom: 0;
  height: 14px;
  width: 14px;
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 300px;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 83%;
  width: 100%;
  position: absolute;
}

.practice-header ul {
  list-style: none;
}

.practice-header ul li {
  font-size: 15px;
  color: #e3e3e2;
  line-height: 27px;
  letter-spacing: 1.5px;
}

.practice-header ul li a {
  font-family: futura;
  font-weight: 400;
  font-size: 15px;
  color: #e3e3e2;
  line-height: 27px;
  letter-spacing: 1.5px;
}

.practice-header input,
.practice-header textarea {
  background-color: rgba(0, 0, 0, 0.55) !important;
  text-align: center;
  color: white;
  font-family: futura;
  border: 1px solid #b5b5b5 !important;
}

.practice-header input:focus,
.practice-header textarea:focus {
  outline: none;
  box-shadow: none;
  color: white;
}

.practice-header input::placeholder,
.practice-header textarea::placeholder {
  color: white;
  opacity: 1;
}

.practice-header input:-ms-input-placeholder,
.practice-header textarea:-ms-input-placeholder {
  color: white;
}

.practice-header input::-ms-input-placeholder,
.practice-header textarea::-ms-input-placeholder {
  color: white;
}

.practice-header input {
  height: 26px;
  margin: 0 0 8px;
  padding: 0 10px 0;
  font-size: 11px;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid #b5b5b5;
  text-align: center;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.practice-header textarea {
  min-height: 180px;
  font-size: 11px;
  height: 180px;
  margin-bottom: 10px;
  padding: 13px 28px;
  resize: vertical;
  min-height: 180px;
}

.practice-header .form-check {
  display: flex;
  margin: 10px 0;
  padding-left: 0;
}

.practice-header .form-check label {
  padding-left: 32px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 17px;
}

.practice-header input[type="checkbox"] {
  background-color: inherit !important;
}

.active-to-top {
  background-color: rgb(152, 152, 152) !important;
}

.practice-header button {
  font-size: 11px;
  color: #fff;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.55);
  margin: 15px 0 0;
  padding: 14px 34px 15px;
  transition: all 0.4s ease-in;
}

.practice-header .logo-div {}

.practice-header .title-div>h1 {
  font-size: 52.46px;
  margin-bottom: 27px;
  font-weight: 400;
}

.practice-header .pagination-custom a,
.pagination-custom p {
  font-size: 11O8px;
}

.practice-header .rothley-heading {
  height: auto;
  font-size: 30.21px;
  color: #fff;
  line-height: 53px;
  margin-bottom: 11px;
  font-family: conqueror;
}

.practice-header .rothely-link {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 1.5px;
  font-family: futura;
  font-weight: 400;
}

.practice-header .rothely-link:hover {
  text-decoration: none;
}

h4.working-hours,
h3.working-hours {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 27px;
}

.practice-header .row-section {
  margin-top: 32px;
}

.treatments-short .treatment-header {
  padding: 83px 0 250px;
}

.treatment-header.treatment-header2 h1 {
  font-family: futura-book;
}

.treatment-header h1 {
  font-family: futura-book;
}

.treatment-header {
  background: url(https://www.dradamjowett.co.uk/assets/img/treatment-banner.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
  padding: 83px 0 500px;
  z-index: 1;
  position: relative;
}

.treatment-header.treatment-header2 {
  background: url(https://www.dradamjowett.co.uk/assets/img/treatment-banner2.webp);
}

.treatment-header.treatment-header3 {
  background: url(https://www.dradamjowett.co.uk/assets/img/treatment-banner3.jpg);
}

.treatment-header::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(33, 33, 33, 0.35);
}

.treatment-header .logo-div,
.treatment-header .title-div {
  position: relative;
  z-index: 1;
}

.treatment-header .content {
  padding-top: 117px;
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 835px;
  margin: 0 auto 0;
}

.treatment-header .content h3,
.treatment-header .content p {
  font-size: 30.21px;
  color: #fff;
  line-height: 53px;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: futura-book;
}

.treatment-header::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(33, 33, 33, 0.35);
  opacity: 0.5;
}

.video-wrap {
  max-width: 870px;
  margin: auto;
}

.video-treatments p {
  font-size: 15px;
  line-height: 27px;
  color: #545455;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}

.video-treatments li {
  font-size: 15px;
  color: #545455;
  line-height: 27px;
  margin-bottom: 10px !important;
  width: fit-content;
  margin: auto;
  font-family: futura;
}

.video-treatments h1,
.video-treatments h2 {
  font-size: 35px;
  color: #2a6096;
  margin: 15px 0;
  font-weight: 400;
  font-family: futura-book;
  height: auto;
  line-height: 1.2;
}

.video-treatments h3 {
  font-weight: 400;
  font-family: futura-book;
  font-size: 24px;
  color: inherit;
  margin-bottom: 0.5rem;
  letter-spacing: normal;
}

.video-treatments button {
  font-size: 11.08px;
  color: #fff;
  letter-spacing: 3.4px;
  text-transform: uppercase;
  background-color: #737373;
  border: 1px solid #737373;
  margin: 62px 0 30px;
  padding: 13px 30px;
  transition: all 0.4s ease-in;
}

.video-treatments button:hover {
  background-color: white;
  color: black;
  border-color: black;
}

.treatments-card-bg {
  position: relative;
  margin-bottom: 5.4%;
}

.treatments-card-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  min-height: 390px;
  transition: all 0.6s ease-in;
}

.custom-card h2 {
  font-size: 35px;
  color: #000;
  margin-bottom: 0;
  height: fit-content;
}

.treatments-card .text-alignment {
  position: absolute;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
}

.treatments-card .text-alignment h2 {
  margin-bottom: 0;
}

.custom-card {
  margin-bottom: 5.4%;
}

.treatments-card.treatment-main {
  margin-top: -291px;
}

.treatments-card {
  margin-top: -385px;
  z-index: 10;
  position: relative;
}

.treatment-header .col-lg-6 {
  padding: 0 12px !important;
}

.treatments-card .cosmetic-card {
  position: relative;
  min-height: 390px;
}

.treatments-card .teeth-straight-card {
  position: relative;
  min-height: 390px;
}

.treatments-card .dental-card {
  position: relative;
  min-height: 527px;
}

.transformation-header {
  background: url(https://www.dradamjowett.co.uk/assets/img/transformations-bg.jpg);
  background-position: center top;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  padding: 83px 0 200px;
  position: relative;
}

.transformation-header h1 {
  font-family: futura-book;
}

.transformation-header::after {
  content: "";
  width: 100%;
  min-height: 334px;
  background: url(https://www.dradamjowett.co.uk/assets/img/banner-after1.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.transformation-wrap {
  max-width: 1200px;
  margin: auto;
}

.transformation-header .inner-link a {
  color: #bebfbf;
  font-size: 9px;
  padding: 16px 24px !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.55);
  border: 1px solid #e9ebed;
  margin: 0 3px 7px;
  transition: all 0.4s ease-in;
}

.inner-link a:hover {
  background-color: white;
  color: black;
}

.inner-nav-active {
  background-color: white;
  color: black;
}

.inner-link {
  padding-top: 143px;
}

.inner-link ul {
  flex-wrap: wrap;
}

.teeth-card {
  margin-top: -173px;
}

.teeth-card a img {
  margin-bottom: 66px;
}

h2 {
  font-size: 15px;
  color: #545455;
  line-height: 27px;
  letter-spacing: 2px;
  height: 100px;
}

.teet-indiviual {
  margin: 0 1.38% 104px 0;
  padding-right: 12px;
}

.teet-indiviual h2 {
  font-family: futura;
}

.teet-indiviual button {
  width: 150px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 3.4px;
  text-transform: uppercase;
  background-color: #000;
  border-color: #000;
  padding: 16px 21px 16px 24px;
  transition: all 0.3s ease-in-out;
}

.teet-indiviual img {
  width: 100%;
}

.teet-indiviual button:hover {
  background-color: white;
  color: black;
}

@media screen and (min-width: 992px) {
  .inner-link .navbar-brand {
    display: none;
  }
}

.approach-page {
  background: url(https://www.dradamjowett.co.uk/assets/img/approach-bg1.jpg);
  background-position: center top;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  padding: 85px 0 115px;
}

.approach-page::after {
  content: "";
  width: 100%;
  min-height: 334px;
  background: url(https://www.dradamjowett.co.uk/assets/img/banner-after1.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.approach-page .approach-wrap {
  max-width: 870px;
  margin: auto;
}

.approach-page .title-div {
  padding-top: 65px;
}

.importantly-wrap {
  max-width: 870px;
  margin: auto;
}

.approach-page .header-content {
  padding-top: 115px;
}

.approach-page .header-content p {
  margin-bottom: 26px;
}

.testimonials-page {
  background: url(https://www.dradamjowett.co.uk/assets/img/testimonials-bg.jpg);
  background-position: center top;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  padding: 83px 10px 230px 10px;
  position: relative;
}

.testimonials-page h1 {
  font-family: futura-book;
}

.testimonials-page .header-content {
  padding-top: 133px;
}

.testimonials-page .header-content p {
  font-size: 30px;
  color: #fff;
  line-height: 53px;
  margin-bottom: 20px;
}

.play-icon {
  position: absolute;
  top: 29%;
  width: 100%;
}

.play-icon span {
  width: 63px;
  height: 63px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: white;
  transform: translateY(-50%);
  margin: 0 auto 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

.patient-say {
  margin-top: -172px;
  padding: 0 10px;
}

.patient-say-wrap {
  max-width: 1200px;
  margin: auto;
}

.patient-say img {
  width: 100%;
}

.patient-say p {
  font-size: 15px;
  line-height: 27px;
  color: #000;
  padding: 50px 0 0;
  letter-spacing: 1.5px;
  max-width: 200px;
  margin: auto;
}

.patient-say .patient-review {
  margin: 0 0.5% 43px 0;
  padding: 0 4px;
}

.patient-say .diff-margin {
  margin-bottom: 85px;
}

.dentists-page {
  background-image: url(https://www.dradamjowett.co.uk/assets/img/header-banner.jpg);
  background-position: center top;
  background-size: cover;
  padding: 83px 0 200px;
}

.dentist-form {
  max-width: 900px;
  background-color: white;
  margin: auto;
  height: 600px;
  overflow-y: auto;
}

.dentist-form-wrap {
  width: 90%;
  margin: auto;
}

.heading-logo {
  margin: auto;
}

.refering-heading {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  color: rgb(61, 61, 61);
}

.heading-logo img {
  max-width: 300px;
  margin: auto;
}

.refering-para {
  font-size: 20px;
  line-height: 28px;
  color: rgba(61, 61, 61, 0.7);
}

.index-header {
  padding-top: 43px;
  position: relative;
}

.index-header .mobile-video {
  display: none;
}

@media all and (max-width: 500px) {
  .index-header .video-div video {
    display: none;
  }

  .index-header .buttons-section {
    align-items: center !important;
    padding-top: 75px;
  }

  .anim-img-mbl {
    display: block;
  }

  .anim-img-mbl img {
    width: 160px;
  }

  .index-header .buttons-section .anim-img {
    display: none;
  }

  .index-header .buttons-section h4 {
    font-size: 1rem;
    margin-bottom: 0 !important;
  }

  .index-header .buttons-section button {
    margin-top: 10px !important;
  }

  .index-header .main-logo img {
    width: 80px !important;
  }

  .index-header .mobile-video {
    display: block;
  }

  .index-header .video-div {
    height: 336px !important;
  }
}

.index-header .video-div {
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%);
  overflow: hidden;
  position: relative;
}

.index-header .video-div video {
  position: absolute;
  top: 0%;
  left: 0;
  min-width: 100%;
}

.philosophy-main-div {
  position: relative;
}

.philosophy {
  background-color: rgba(0, 0, 0, 0.33);
  margin-top: 159px;
  -webkit-clip-path: polygon(0 0, 100% 34%, 100% 100%, 0 66%);
  clip-path: polygon(0 0, 100% 34%, 100% 100%, 0 66%);
  padding: 150px 0;
}

.philisophy-main-div {
  position: relative;
}

@media all and (min-width: 992px) {
  .index-line {
    border-top: 2px solid white;
    transform: rotate(346deg);
    position: absolute;
    width: 75%;
    z-index: 2;
    top: 244px;
    right: -19px;
  }
}

.redefined {
  background-image: url(https://www.dradamjowett.co.uk/assets/img/canver-bg1.jpg);
  background-size: cover;
  -webkit-clip-path: polygon(0 18%, 100% 1%, 100% 76%, 0 94%);
  clip-path: polygon(0 18%, 100% 1%, 100% 76%, 0 94%);
  background-repeat: no-repeat;
  padding: 300px 0 112px;
  margin-top: -170px;
}

.redefined-wrap {
  max-width: 1200px;
  margin: auto;
}

.redefined .logo-bg img {
  opacity: 0.1;
  height: 230px;
  width: auto;
}

.redefined .logo-bg {
  object-fit: cover;
  object-position: center;
}

.refined-relative {
  position: relative;
}

.aesthetic-dentistry {
  position: absolute;
  bottom: 28px;
}

.aesthetic-dentistry h2 {
  font-size: 52px;
  font-weight: 400;
  color: #fff;
  letter-spacing: normal;
  line-height: 52px;
  margin: 0 0 26px;
}

.redefined-button button {
  font-size: 11px;
  color: #fff;
  letter-spacing: 3.4px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.55);
  margin: 71px 0 0;
  padding: 16px 21px 16px 24px;
  font-family: futura;
  transition: all 0.4s ease-in;
}

.redefined-button button:hover {
  background-color: white;
  color: black;
}

.moutain-view .my-view p {
  font-size: 11px;
  color: #000;
  letter-spacing: 3.6px;
  line-height: 30px;
  margin: 0 0 26px;
  text-transform: uppercase;
  font-family: futura;
}

.moutain-view .my-view .dr-simon-heading {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  letter-spacing: normal;
  line-height: 38px;
  margin: -2px 0 0;
  font-family: stylish;
}

.mountain-index {
  padding: 100px 0 10px;
}

.dr-simon-heading {
  font-size: 46px;
  line-height: 56px;
  font-weight: 400;
  color: white;
  letter-spacing: normal;
  line-height: 38px;
  margin: -2px 0 0;
  font-family: stylish;
}

#choose-ur-path {
  opacity: 0;
  transform: translateX(-200px);
}

#choose-ur-path h2 {
  width: 200px;
  margin-bottom: 0;
}

.simon-key .dr-simon-heading {
  font-size: 48.5px;
  color: #000;
  margin: 40px 0 0;
}

.simon-key ul.text-center {
  font-family: futura;
  font-size: 15px;
  line-height: 27px;
  color: #545455;
}

@media all and (max-width: 517px) {
  .philosophy {
    padding: 321px 0;
  }
}

@media all and (max-width: 394px) {
  .dr-simon-heading {
    font-size: 25px;
  }
}

@media all and (max-width: 1078px) {
  .redefined {
    background-position: right top;
  }
}

@media all and (max-width: 991px) {
  .redefined {
    padding: 300px 0 150px;
  }

  .redefined-button button {
    margin-top: 55px;
  }
}

@media all and (max-width: 384px) {
  .redefined-button button {
    margin-bottom: 20px;
  }
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: -43px;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}

@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

#booking-form {
  font-family: "Merriweather", serif;
  max-width: 540px;
  margin: 40px auto;
}

#booking-form ul {
  padding-left: 0;
}

#booking-form li {
  list-style: none;
}

#booking-form input,
#booking-form textarea,
#booking-form select {
  font-size: 18px;
  padding: 0 28px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgb(233, 233, 233);
  text-align: left;
  border-radius: 35px;
  color: #000000;
  letter-spacing: normal;
  height: 50px;
  line-height: 50px;
  font-family: "Merriweather", serif;
  background: #fff;
  margin-bottom: 20px;
}

#booking-form select {
  background: url("https://seashineadventures.com/wp-content/uploads/2017/08/grey-chevron.png") no-repeat;
  -webkit-appearance: none;
  appearance: none;
  background-size: 15px;
  background-position: 97% 50%;
}

#booking-form textarea {
  height: 120px;
  line-height: 1.5;
  padding: 15px 28px;
}

#booking-form input:focus,
#booking-form textarea:focus,
#booking-form select:focus {
  outline: 0;
  border: 1px solid rgb(211, 211, 211);
}

#booking-form label {
  font-size: 18px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}

#booking-form .next-btn,
#booking-form .submit-btn {
  background: #82ccc8;
  padding: 13px 20px;
  color: #fff;
  font-family: oswald, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  min-width: 400px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  border-radius: 0;
  border: 0;
  transition-property: background-color;
  transition-duration: 0.5s;
  width: 100%;
  cursor: pointer;
}

#booking-form .next-btn:hover,
#booking-form .submit-btn:hover {
  background-color: #444b5d;
  color: #fff;
}

.progress-wrap {
  margin: auto;
  display: table;
}

.line-progress-bar {
  display: flex;
  margin: auto;
  width: 100%;
}

.line {
  height: 1px;
  width: 250px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(217, 217, 217);
  position: absolute;
  margin-top: 8px;
}

.progress-wrap div ul {
  display: flex;
  width: 250px;
  list-style: none;
  padding: 0px;
  margin: initial;
  justify-content: space-between;
  z-index: 1;
}

.progressbar-dots {
  display: inline-flex;
  border: #949494 solid 4px;
  background: #333333;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #d4d4d4;
  font-size: 20px;
  margin-left: 0px;
  color: #d4d4d4;
  border: 0px solid rgb(217, 217, 217);
  background: rgb(217, 217, 217);
}

.progressbar-dots span {
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  margin-top: 60px;
  float: left;
  margin-left: -30px;
  display: none;
}

.progressbar-dots.active {
  color: #fff;
  border: 0px solid rgb(38, 163, 134);
  background: #82ccc8;
}

.tab-pane {
  display: none;
}

.tab-pane:first-child {
  display: block;
}

span.error {
  font-size: 12px;
  font-family: "helvetica neue", arial, sans-serif;
  color: #d6041d;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

@media all and (max-width: 470px) {
  .pagination-custom {
    flex-wrap: wrap;
  }
}

.video-treatments .inv-pics .img-div {
  height: 261px;
  margin-bottom: 10px;
}

.video-treatments .inv-pics img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.adam-logo img {
  width: 200px;
}

.gif-video .anchor-video {
  position: absolute;
  top: 47%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.gif-video .anchor-video a {
  font-size: 11px;
  color: #fff;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.55);
  margin: 15px 0 0;
  padding: 14px 34px 15px;
  transition: all 0.4s ease-in;
}

.gif-video .anchor-video a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.55);
  background-color: #fff !important;
}

.index-header .adam-logo {
  top: 43%;
  right: 7%;
}

@media all and (max-width: 660px) {
  .index-header .adam-logo {
    left: 50%;
    top: 32%;
  }
}

@media all and (max-width: 390px) {
  .index-header .adam-logo {
    left: 24% !important;
  }
}

.index-header .main-logo {
  width: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
}

@keyframes logo-animation {
  from {
    opacity: 0;
    top: 0;
  }

  to {
    opacity: 1;
    top: 80px;
  }
}

.index-header .main-logo img {
  width: 100px;
  height: auto;
}

.insta-link {
  color: #000;
}

.insta-link:hover {
  text-decoration: none;
}

.index-header #choose-ur-path h2 {
  font-weight: 400;
  font-family: futura-book;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.2;
  height: auto;
}

@media all and (max-width: 767px) {
  .practice-header {
    clip-path: none;
    padding: 83px 0 14px;
    background-image: url("https://www.dradamjowett.co.uk/assets/img/mbl-praconly.jpg");
  }

  #choose-ur-path h2 {
    text-align: center;
    width: 100%;
  }
}

@media all and (max-width: 349px) {
  #choose-ur-path h2 {
    font-size: 12px;
  }

  .index-header .buttons-section button {
    font-size: 10px !important;
    padding: 8px 34px 8px !important;
  }
}

@keyframes btn-lg {
  from {
    transform: translateX(-200px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media all and (max-width: 767px) {
  .index-header .buttons-section {
    justify-content: center;
  }

  .index-header .buttons-section .mid-div {
    position: relative;
    padding-top: 0;
  }

  .index-header .buttons-section .mid-div h1 {
    margin-bottom: 0 !important;
  }
}

.index-header .buttons-section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0 !important;
  display: flex;
  align-items: center;
  left: 0 !important;
  opacity: 1;
}

_::-webkit-full-page-media,
_:future,
:root .index-header .buttons-section .container-fluid {
  width: 100%;
}

_::-webkit-full-page-media,
_:future,
:root .index-header .buttons-section {
  left: 0 !important;
}

.index-header .buttons-section .anim-img img {
  width: 163px;
}

@media all and (min-width: 768px) {
  .index-header .buttons-section button {
    padding: 14px 16px 15px !important;
    min-width: 193px !important;
  }
}

.index-header .buttons-section button {
  font-size: 11px;
  color: #fff;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.55);
  margin: 20px 0 0;
  padding: 14px 34px 15px;
  min-width: 230px;
  font-family: "futura-bold";
  transition: all 0.4s ease-in;
}

.index-header .buttons-section button:hover {
  color: rgba(0, 0, 0, 0.55);
  background-color: #fff;
}

.preloaderBg {
  z-index: 1000000000000000000;
  position: fixed;
  z-index: 10000;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-wrap {
  position: relative;
  width: 250px;
  height: 250px;
}

.preloader-logo {
  margin: auto;
  background: url(https://www.dradamjowett.co.uk/assets/logos/aj-small-logo.webp) no-repeat center;
  background-size: 150px;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.preloader-circle {
  border: 5px solid #989898;
  border-top: 5px solid black;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  animation: spin 1.5s ease-in-out infinite;
  position: absolute;
  top: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.refferal-f p {
  color: #545455;
}

.refferal-f textarea:focus {
  border: none;
}

.refferal-f h3 {
  color: #545455;
}

.refferal-f textarea {
  height: auto;
}

.r-link {
  color: white;
  text-decoration: underline !important;
  transition: all 0.3s ease-in;
}

.exp-before-after p {
  margin-bottom: 60px;
}

.r-link:hover {
  color: black;
}

.refferal-f .file-input {
  border: 2px solid black;
  background: rgba(84, 84, 85, 0.4);
  padding: 5px 10px;
}

.refferal-f input[type="date"] {
  font-weight: 500;
  width: 100% !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  left: 0;
  margin: 0;
  color: black !important;
  font-size: 16px !important;
  text-align: center;
}

@media all and (max-width: 400px) {
  .refferal-f input[type="date"] {
    text-align: end;
  }
}

.refferal-f .date-label {
  position: absolute;
  z-index: 1;
  bottom: 13.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  left: 15px;
  margin: 0;
  color: black !important;
  font-size: 16px;
}

.refferal-f .form-control {
  background: rgba(84, 84, 85, 0.4);
  color: black;
  font-size: 16px;
  border-radius: 0;
}

.refferal-f .line {
  height: 2px;
  background: black;
}

.refferal-f .form-control+label {
  left: 5px;
}

.refferal-f .form-control:focus+label {
  color: black;
}

.form-control:focus {
  box-shadow: none;
  background-color: transparent;
}

.refferal-f label {
  color: black;
}

.refferal-f .form-control:not(textarea) {
  height: 44px;
}

.refferal-f .form-control+label {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 3px;
  left: 15px;
  margin: 0;
  color: black !important;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}

.refferal-f .form-group {
  position: relative;
  padding-top: 15px;
  margin-bottom: 10px;
}

.refferal-f .r-form .form-control:focus+label {
  color: #012840;
}

.refferal-f .form-control:focus+label,
.form-control.has-value+label {
  font-size: 12px;
  top: 0;
}

.refferal-f .submit-btn {
  font-size: 11px;
  color: #fff;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.55);
  margin: 20px 0 0;
  padding: 14px 34px 15px;
  font-family: "futura-bold";
  transition: all 0.4s ease-in;
}

.refferal-f .submit-btn:hover {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.55);
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .refferal-f .form-control+label {
    font-size: 13px;
  }
}

@media screen and (max-width: 428px) {
  .refferal-f .form-control+label {
    letter-spacing: 0;
    font-size: 13px;
  }

  .refferal-f input[type="date"] ::-webkit-calendar-picker-indicator {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 296px) {
  .refferal-f .form-control+label {
    letter-spacing: 0;
    font-size: 11px;
  }
}

.refferal-f input::-webkit-input-placeholder {
  color: rgb(120, 66, 76);
}

.refferal-f input:-moz-placeholder {
  color: rgb(120, 66, 76);
  opacity: 1;
}

.refferal-f input::-moz-placeholder {
  color: rgb(120, 66, 76);
  opacity: 1;
}

.refferal-f input:-ms-input-placeholder {
  color: rgb(120, 66, 76);
}

.refferal-f input::-ms-input-placeholder {
  color: rgb(120, 66, 76);
}

.refferal-f input::placeholder {
  color: rgb(120, 66, 76);
}

.burgandi-color {
  color: rgb(120, 66, 76);
}

.refferal-f .line {
  margin-top: 0;
  width: 100%;
}

.refferal-f input:focus {
  outline: none !important;
  border: none;
}

#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.refferal-f table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: white !important;
  min-width: 400px;
}

@media all and (max-width: 638px) {
  .card-main {
    margin-top: -365px;
  }
}

.teet-indiviual.custom-st {
  margin: 0;
}

.teet-indiviual.custom-st .image-size {
  margin-bottom: 30px;
  height: 484px;
}

.teet-indiviual.custom-st {
  padding: 0 6px;
}

.teet-indiviual.custom-st .image-size1 {
  margin-bottom: 30px;
  height: 383px;
}

.teet-indiviual.custom-st h2 {
  height: 30px;
}

* Preloader */.preloaderBg {
  position: fixed;
  z-index: 10000;
  top: 0;
  background: white;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-wrap {
  position: relative;
  width: 250px;
  height: 250px;
}

.preloader-logo {
  margin: auto;
  background: url(https://www.dradamjowett.co.uk/logos/AJ-small-Logo.webp) no-repeat center;
  background-size: 150px;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.preloader-circle {
  border: 5px solid #989898;
  border-top: 5px solid black;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  animation: spin 1s ease-in-out infinite;
  position: absolute;
  top: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.choose-heading {
  color: #989898;
}

.tscplayer_inline {
  margin: 0 !important;
  width: 100% !important;
}

@media all and (max-width: 620px) {
  .tscplayer_inline {
    height: 331px !important;
  }

  .tsc-smartplayer .play-button-overlay-glyph {
    height: 70px !important;
    width: 70px !important;
    opacity: 0.7;
  }
}

@media all and (max-width: 474px) {
  .tscplayer_inline {
    height: 250px !important;
  }

  .tsc-smartplayer .play-button-overlay-glyph {
    height: 70px !important;
    width: 70px !important;
    opacity: 0.7;
  }
}

@media all and (max-width: 366px) {
  .tscplayer_inline {
    height: 198px !important;
  }

  .tsc-smartplayer .play-button-overlay-glyph {
    height: 70px !important;
    width: 70px !important;
    opacity: 0.7;
  }
}

.prac-insta .mountain-content-section {
  padding-top: 0;
}

.navbar-div .navbar-toggler:focus,
.navbar-div .navbar-toggler:active {
  outline: 0;
}

.navbar-div .navbar-toggler {
  height: 45px;
}

.navbar-div .navbar-toggler span {
  display: block;
  background-color: white;
  height: 2px;
  width: 25px;
  margin-top: 6px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  opacity: 1;
}

.navbar-div .navbar-toggler span:nth-child(1),
.navbar-div .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}

.navbar-div .navbar-toggler.open span:nth-child(1) {
  position: absolute;
  top: 32px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-div .navbar-toggler.open span:nth-child(2) {
  visibility: hidden;
  background-color: transparent;
}

.navbar-div .navbar-toggler.open span:nth-child(3) {
  position: absolute;
  top: 32px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

@media (max-width: 767px) {
  .treatment-header.treatment-header2 {
    background: url(https://www.dradamjowett.co.uk/assets/img/treatment-banner2-sm.webp);
  }

  .treatment-header.treatment-header3 {
    background: url(https://www.dradamjowett.co.uk/assets/img/treatment-banner3-sm.jpg);
  }
}

.before-after {
  overflow: hidden;
  height: 100%;
}

.before-after .item {
  height: 100%;
}

.before-after .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-after .owl-stage-outer {
  height: 100%;
}

.before-after .owl-nav button {
  display: none;
}

.before-after .owl-stage {
  display: flex;
  height: 100%;
}

.before-after1 {
  overflow: hidden;
  height: 100%;
}

.before-after1 .item {
  height: 100%;
}

.before-after1 .item img {
  widows: 100%;
  height: 100%;
  object-fit: cover;
}

.before-after1 .owl-stage-outer {
  height: 100%;
}

.before-after1 .owl-dots {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 16px;
}

.before-after1 .owl-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  transition: width 0.3s, height 0.3s;
  background-color: rgb(204, 204, 204);
  border: none;
}

.before-after1 .owl-dots button.active {
  width: 20px;
  height: 20px;
  background-color: #000;
}

.before-after1 .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 27px;
}

.before-after1 .owl-nav button {
  z-index: 2;
  border-radius: 50%;
  padding: 0;
  height: 30px;
  width: 30px;
  font-size: 15px;
  line-height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}

.before-after1 .owl-nav .owl-prev {
  bottom: 30px;
}

.before-after1 .owl-stage {
  display: flex;
  height: 100%;
}

.teet-indiviual.custom-st1 {
  padding: 0;
  margin: 0;
}

.teet-indiviual.custom-st1 .image-size1 {
  margin-bottom: 20px;
}

.teet-indiviual.custom-st1 p {
  font-size: 17px;
}

@media all and (min-width: 992px) {
  .teeth-card.ctm-teeth .row .col-lg-4:first-child {
    margin: 0 30px;
  }
}

@media all and (max-width: 991px) {
  .teet-indiviual.custom-st1 .image-size1 {
    margin-bottom: 52px;
  }

  .before-after1 .owl-dots {
    bottom: 55px;
    left: 0;
  }

  .before-after1 .owl-nav {
    bottom: 67px;
    width: 82%;
    left: 14px;
    right: 14px;
    margin: auto;
  }
}

@media all and (max-width: 599px) and(min-width:574) {
  .before-after1 .owl-dots {
    bottom: 74px;
    left: 0;
  }

  .before-after1 .owl-nav {
    bottom: 86px;
    width: 82%;
    left: 14px;
    right: 14px;
    margin: auto;
  }
}

@media all and (max-width: 573px) {
  .before-after1 .owl-dots {
    bottom: 62px;
    left: 0;
  }

  .img-siz2 .before-after1 .owl-dots {
    bottom: 82px;
  }

  .img-siz2 .before-after1 .owl-nav {
    bottom: 95px;
  }

  .before-after1 .owl-nav {
    bottom: 75px;
    width: 89%;
    left: 14px;
    right: 14px;
    margin: auto;
  }
}

.treatments-card.fixed-links {
  margin-top: -210px !important;
}

.treatments-card.fixed-links .treatments-card-bg img,
.treatments-card.fixed-links .teeth-straight-card,
.treatments-card.fixed-links .cosmetic-card {
  min-height: 300px;
}

.index-header .mid-div {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  color: white;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* @media all and (max-width: 957px) {
  .index-header .mid-div {
    display: none;
  }
} */

.mid-div-sm {
  display: none;
  padding-top: 20px;
}

@media all and (max-width: 956px) {
  .mid-div-sm {
    display: block;
  }

  .mid-div-sm h3 {
    font-weight: 400;
    font-family: futura-book;
    line-height: 1.2;
    font-size: 18px;
  }

  .index-header .choose-ur-path .choose-heading {
    display: none;
  }
}

@keyframes fadein-out {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.buttons-section .mid-div h2 {}

.index-header #changeText,
#changeTextT {
  font-family: futura-book !important;
  opacity: 1;
  transition: opacity 0.5s;
  height: auto;
  font-size: 30px;
  margin-bottom: 20px;
  color: white;
}

.index-header h1#changeText {
  font-family: futura-book !important;
}

@media all and (max-width: 956px) {
  .index-header #changeText {
    font-size: 20px;
  }
}

#changeTextT {
  font-size: 20px;
}

.hide {
  opacity: 0 !important;
}

.footer .send-eq-btn {
  font-size: 11px;
  color: #fff;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.55);
  margin: 15px 0 0;
  padding: 14px 34px 15px;
  transition: all 0.3s ease-in;
}

.footer .send-eq-btn:hover {
  background-color: white;
  color: black;
  border-color: black;
}

.teet-indiviual .normal-img {
  transition: opacity 0.3s ease-in-out;
}

.image-size.hover-change {
  position: relative;
}

@media all and (min-width: 768px) {
  .image-size.hover-change:hover>.normal-img {
    opacity: 0;
  }

  .image-size.hover-change:hover>.hover-img {
    opacity: 1;
  }
}

@media all and (max-width: 767px) {
  .image-size .hover-img {
    display: none;
  }
}

.teet-indiviual .hover-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.sm-contact-st {
  font-size: 11px;
  color: #fff;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.55);
  margin: 15px 0 0;
  padding: 14px 34px 15px;
  transition: all 0.3s ease-in;
}

.sm-contact-st:hover {
  background-color: white;
  color: black;
  border-color: black;
}

.sm-contact-st-main {
  position: fixed;
  bottom: 30px;
  z-index: 10;
  width: 100%;
}

.p-header {
  padding-top: 43px;
  position: relative;
}

.p-header .mobile-video {
  display: none;
}

.p-header- .video-div video {
  position: absolute;
  top: 0%;
  left: 0;
  min-width: 100%;
}

.p-header .video-div {
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%);
  overflow: hidden;
  position: relative;
}

.p-header .main-logo {
  width: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  animation: logo-animation 0.5s 1.5s ease-in-out forwards;
}

.p-header .main-logo img {
  width: 100px;
  height: auto;
}

.p-header .mid-div {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  color: white;
}

.p-header .mid-div h1 {
  font-size: 47px;
  letter-spacing: 2px;
  font-family: futura-book;
}

.p-sec {
  background: linear-gradient(rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.1) 49%,
      rgba(0, 0, 0, 0.7) 100%),
    url("https://www.dradamjowett.co.uk/assets/img/p-header.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 90%);
  clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 90%);
  padding: 137px 10px 152px 10px;
  position: relative;
  margin-top: -100px;
  position: relative;
}

.p-sec a:hover {
  cursor: pointer;
}

/* backup  */
/* .p-sec .row {
    position: relative;
    z-index: 1;
    padding: 30px 15px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .55);
    border: 2px solid rgba(255, 255, 255, .55);
} */
.p-sec .inner {
  position: relative;
  z-index: 1;
  padding: 30px 15px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.7);
  height: 100%;
}

.p-sec .inner .img-div {
  max-width: 300px;
  margin: 0 auto 10px auto;
}

.p-sec .inner .img-div img {
  width: 100%;
}

@media all and (max-width: 991px) {
  .p-sec {
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 94%);
  }
}

@media (max-width: 500px) {
  .p-header .mid-div {
    padding: 0 10px;
  }

  .p-sec {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%);
    margin-top: -77px;
  }

  .p-header .mid-div h1 {
    font-size: 40px;
  }

  .p-header .mid-div {
    top: 65%;
  }

  .p-header .mobile-video {
    display: block;
  }

  .p-header .video-div video {
    display: none;
  }

  .p-header .video-div {
    height: 336px !important;
  }
}

.p-sec .practice-header-wrap {
  max-width: 1200px;
  margin: auto;
}

.p-sec ul {
  list-style: none;
  padding-left: 0;
  color: white;
}

.p-sec ul li {
  font-size: 15px;
  color: #e3e3e2;
  line-height: 27px;
  letter-spacing: 1.5px;
}

.p-sec ul li a {
  font-family: futura;
  font-weight: 400;
  font-size: 15px;
  color: #e3e3e2;
  line-height: 27px;
  letter-spacing: 1.5px;
}

.home-header.price-header {
  padding: 83px 0 165px;
}

.prices-t {
  padding: 0 10px;
}

.prices-t td:first-child,
.prices-t th:first-child {
  min-width: 337px;
}

.prices-t .thead-table {
  background-color: #989898;
  color: white;
}

.prices-t .thead-table th {
  color: white;
}

.prices-t .grey-bg {
  background-color: #989898;
}

.prices-t .grey-bg th {
  color: white;
}

.prices-t td:last-child {
  text-align: right;
}

.prices-t th:last-child {
  text-align: center;
}

.prices-t td:last-child,
.prices-t th:last-child {
  min-width: 130px;
}

.prices-t .wrap {
  max-width: 870px;
  margin: auto;
}

.prices-t .heading {
  padding: 20px 0;
}

.prices-t .heading h2 {
  height: auto;
  font-size: 50px;
}

.prices-t table td,
.prices-t th {
  color: rgb(109, 110, 113);
}

.practice-header.rfer-header {
  background-image: url(https://www.dradamjowett.co.uk/assets/img/header-banner.jpg);
}

@media all and (min-width: 992px) {
  .practice-header.rfer-header {
    padding: 83px 10px 228px 10px;
  }
}

.sec-refer {
  padding: 137px 10px 0 10px;
  position: relative;
  margin-top: -100px;
  position: relative;
}

.sec-refer .inner-div {
  background-color: rgba(0, 0, 0, 0.55);
  padding: 25px 15px;
  border: 2px solid white;
  border-radius: 8px;
  height: 100%;
}

.sec-refer .inner-div .img-div {
  max-width: 300px;
  margin: 0 auto 10px auto;
}

.sec-refer .inner-div .img-div img {
  width: 100%;
}

.sec-refer .practice-form {
  max-width: 400px;
  margin: 0px auto;
}

.sec-refer .form-check label {
  padding-left: 32px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
}

.sec-refer button {
  font-size: 11px;
  color: #fff;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.55);
  margin: 15px 0 0;
  padding: 14px 34px 15px;
  transition: all 0.4s ease-in;
}

.sec-refer .wrap {
  max-width: 1200px;
  margin: auto;
}

.sec-refer .practice-ul li {
  font-size: 15px;
  color: #e3e3e2;
  line-height: 27px;
  letter-spacing: 1.5px;
}

.sec-refer ul {
  list-style: none;
}

.sec-refer .address-div a {
  font-family: futura;
  font-weight: 400;
  font-size: 15px;
  color: #e3e3e2;
  line-height: 27px;
  letter-spacing: 1.5px;
}

.sec-refer .practice-form input::placeholder,
.sec-refer .practice-form textarea::placeholder {
  color: white;
}

.sec-refer .practice-form input,
.sec-refer .practice-form textarea,
.sec-refer .practice-form select.form-control {
  height: 26px;
  margin: 0 0 15px;
  padding: 0 10px 0;
  font-size: 11px;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid #b5b5b5;
  text-align: center;
  letter-spacing: 2.8px;
  color: WHITE !important;
  accent-color: rgba(0, 0, 0, 0.55);
}

.sec-refer .practice-form select.form-control {
  letter-spacing: 2px;
  margin: 0;
  width: 100%;
}

.sec-refer .practice-form select option {
  background: rgba(0, 0, 0, 0.33);
  text-align: center;
}

.sec-refer .practice-form select option:invalid {
  color: white;
}

.sec-refer input[type="checkbox"] {
  height: auto;
  margin-bottom: 0;
}

.sec-refer textarea {
  background-color: rgba(0, 0, 0, 0.55) !important;
  text-align: center;
  color: white;
  font-family: futura;
  border: 1px solid #b5b5b5 !important;
  font-size: 11px;
  height: 180px;
  margin-bottom: 10px;
  padding: 13px 28px !important;
  resize: vertical;
  min-height: 180px;
  color: white !important;
}

.sec-refer .form-group,
.sec-refer .form-check {
  margin-bottom: 15px;
}

.sec-refer .invalid-feedback {
  text-align: center;
}

.sec-refer .map-div {
  padding: 15px 0;
  max-width: 350px;
  margin: auto;
}

.sec-refer .map-div iframe {
  width: 100%;
  min-height: 250px;
}

.video-treatments .inv-pics .img-div.blck-img {
  height: 212px;
}

.here-link {
  color: #2a6096;
}

@media all and (max-width: 767px) {
  .practice-header.rfer-header {
    padding: 83px 0 100px;
  }

  .practice-header.rfer-header .title-div {
    padding-top: 21px;
  }
}

@media all and (max-width: 530px) {

  .sm-box,
  .patient-journey,
  .chard-life,
  .chard-life.chardlife-one,
  .patient-journey.patient-journey2 {
    min-height: 370px !important;
  }
}

.invalid-cap {
  display: none;
  color: red;
}

.error-popup2 {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background: transparent;
}

.popup-wrap2 {
  background: #989898 !important;
  border-radius: 5px;
  padding: 5px 10px;
  max-width: 500px;
  margin: auto;
}

.hide-popup2 {
  color: white;
  text-align: right;
  cursor: pointer;
  font-weight: bold;
}

.popup-text2 {
  padding: 10px 30px 30px;
  text-align: center;
  color: white;
}

.cookie-pdiv a {
  color: black;
}

.cnt223 a {
  text-decoration: none;
}

.popup {
  width: 100%;
  margin: 0 auto;
  display: none;
  position: fixed;
  bottom: 10px;
  z-index: 101;
}

.cnt223 {
  width: 60%;
  margin: auto;
  background: white;
  position: relative;
  z-index: 103;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #000;
}

@media all and (max-width: 767px) {
  .cnt223 {
    width: 91%;
  }
}

.cnt223 p {
  clear: both;
  color: #555555;
  font-size: 16px;
}

.cnt223 p a {
  color: #d91900;
  font-weight: bold;
}

.cnt223 .x {
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
}

.cnt223 .x:hover {
  cursor: pointer;
}

.publications-entity {
  border-bottom: 1px solid #333;
  gap: 20px;
}

.publications-entity .file-size {
  font-size: 30px;
}

.publications-entity .file-size img {
  width: 45px;
  height: auto;
}

.header-para {
  font-size: 18px;
  color: white;
}

.btn_accordion {
  color: rgba(61, 61, 61, 0.7);
  font-size: 14px;
  font-weight: 500;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
}

.btn_accordion:focus {
  outline: none;
  box-shadow: none;
}

.heading-image {
  font-size: 32px;
  color: #2a6096;
  margin: 15px 0;
  font-weight: 400;
  font-family: futura-book;
  height: auto;
  line-height: 1.2;
}

.faq-head {
  text-align: center;
  font-size: 32px;
  color: rgba(61, 61, 61, 0.7);
  margin: 15px 0;
  font-weight: 400;
  font-family: futura-book;
  height: auto;
  line-height: 1.2;
}

.card {
  margin-bottom: 10px;
}

.btn_accordion .chevron-icon {
  transition: transform 0.3s ease;
  margin-left: auto;
  /* optional for alignment */
}

.btn_accordion:not(.collapsed) .chevron-icon {
  transform: rotate(180deg);
}

.btn_accordion {
  display: flex;
  font-size: 16px;
}

@media (max-width: 767px) {
  .btn_accordion {
    font-size: 11px;
    align-items: center;
  }
}


.testimonials-page.shipley-page a.appointment {
  font-size: 11px;
  color: #fff;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.55);
  margin: 15px 0 0;
  padding: 14px 34px 15px;
  transition: all 0.3s ease-in;
  display: inline-block;
}

.testimonials-page.shipley-page a.appointment:hover {
  background-color: white;
  color: black;
  border-color: black;
}


.btn_accordion2 {
  color: rgba(61, 61, 61, 0.7);
  font-size: 14px;
  font-weight: 500;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn_accordion2:focus {
  outline: none;
  box-shadow: none;
}

/* Make text wrap properly inside flex */
.btn_accordion2 .label {
  flex: 1 1 auto;
  min-width: 0;
  /* CRUCIAL: lets text shrink/wrap in flex */
  white-space: normal;
  /* allow wrapping */
  line-height: 1.4;
  word-break: break-word;
  /* safety for very long words */
  overflow-wrap: anywhere;
  /* safety */
}

.btn_accordion2 .chevron-icon {
  flex: 0 0 20px;
  transition: transform 0.3s ease;
  margin-left: 4px;
  /* optional for alignment */
}

.btn_accordion2:not(.collapsed) .chevron-icon {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .btn_accordion2 {
    font-size: 11px;
  }

  .btn_accordion2 .chevron-icon {
    flex-basis: 18px;
    width: 18px;
    height: 18px;
  }
}

.location-pages.treatment-header.treatment-header2 {
  padding: 83px 0 250px;
}

.location-pages.treatment-header.treatment-header2 h1 {
  font-size: 48px;

}

@media all and (max-width:767px) {
  .location-pages.treatment-header.treatment-header2 {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  }

}

.moutain-view.mountain-index.location-pages .mountain-bg.dera-wal {
  clip-path: none;
  min-height: auto;
  padding-bottom: 10px;
}

.moutain-view.mountain-index.location-pages .mountain-bg.dera-wal .content-location a {
  color: inherit;
}

.side-by-side-location img {
  width: 100%;
  height: auto;
}

.side-by-side-location h2 {
  color: #2a6096;
  font-size: 35px;
  line-height: 1.2;
  height: auto;
}

.side-by-side-location ul {
  padding-left: 17px;
}

.side-by-side-location ul li {
  color: #212529;
  line-height: 1.5;
}

/* .side-by-side-location p {
  text-align: left;
} */
.bg-image-section {
  background: url(https://www.dradamjowett.co.uk/assets/img/orthodontist-two.webp);
  background-size: cover;
  position: relative;
}

.bg-image-section::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(33, 33, 33, 0.35);
  /* opacity: 0.9; */
}

.bg-image-section a {
  color: inherit;
}

.bg-image-section h2 {
  /* color: #2a6096; */
  color: white;
  font-size: 35px;
  line-height: 1.2;
  height: auto;
  text-align: center;
}

.bg-image-section p {
  text-align: center;
}

.bg-image-section ul {
  list-style: none;
  text-align: center;
}

.education-benefits li {
  margin-bottom: 10px;
}