@font-face {
  font-family: normal-headings;
  src: url("https://www.russell-street.co.uk/assets/fonts/TitilliumWeb-Regular.ttf");
}

@font-face {
  font-family: headings;
  src: url("https://www.russell-street.co.uk/assets/fonts/TitilliumWeb-Bold.ttf");
}

@font-face {
  font-family: normal;
  src: url("https://www.russell-street.co.uk/assets/fonts/TitilliumWeb-Light.ttf");
}

@font-face {
  font-family: cat-reg;
  src: url("https://www.russell-street.co.uk/assets/fonts/Catamaran-Regular.ttf");
}

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

.most-b {
  font-family: headingss;
  font-weight: 900;
}

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

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

.preloader-logo {
  margin: auto;
  background: url("https://www.russell-street.co.uk/assets/images/russel-copped.webp") center center / 200px no-repeat;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.preloader-circle {
  border-width: 5px;
  border-style: solid;
  border-color: white rgb(152, 145, 157) rgb(152, 145, 157);
  border-image: initial;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  animation: 1.5s ease-in-out 0s infinite normal none running spin;
  position: absolute;
  top: 0px;
}

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

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

h1.most-b,
h2.most-b {
  font-family: headings;
  font-size: 59px;
}

.min-b {
  font-family: normal-headings;
  font-weight: 600;
}

.minm-b {
  font-family: normal-headings;
  font-weight: 500;
}

h2.min-b,
h3.min-b {
  font-family: normal-headings;
}

html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden;
  font-family: normal;
}

body.modal-open {
  overflow: hidden;
}

body.body-nav {
  overflow: hidden;
  height: 100vh;
}

td.lunch-break {
  background-color: rgb(225, 232, 240);
}

a {
  text-decoration: none;
}

.bg-green-table {
  background-color: rgb(0, 175, 137) !important;
}

button {
  padding: 15px 30px;
  border: none;
  outline: none;
}

button.green-btn-type {
  color: white;
  transition: 0.2s ease-in;
  position: relative;
  z-index: 2;
}

button.green-btn-type::after {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: rgb(152, 145, 157);
  transition: background-color 0.2s ease-in;
}

button.green-btn-type::before {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  transition: width 0.2s ease-in;
}

button.green-btn-type:hover::before {
  width: 100%;
}

button.green-btn-type:hover::after {
  z-index: -2;
}

button.green-btn-type:hover {
  transform: translateY(-3px);
  box-shadow: rgba(34, 34, 34, 0.2) 1px 1px 10px 1px;
}

button.blue-btn-type {
  color: white;
  transition: 0.2s ease-in;
  position: relative;
  z-index: 2;
}

button.blue-btn-type::after {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: rgb(16, 64, 153);
  transition: background-color 0.2s ease-in;
}

button.blue-btn-type::before {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 0px;
  background: linear-gradient(to right, rgb(16, 64, 153) 29%, rgb(0, 175, 137) 100%);
  z-index: -1;
  transition: width 0.2s ease-in;
}

button.blue-btn-type:hover::before {
  width: 100%;
}

button.blue-btn-type:hover::after {
  z-index: -2;
}

button.blue-btn-type:hover {
  transform: translateY(-3px);
  box-shadow: rgba(34, 34, 34, 0.2) 1px 1px 10px 1px;
}

.clr-white {
  color: white;
}

.navbar .nav-link {
  color: white;
}

.main-navbar .icon-items {
  margin-bottom: 0px;
}

.main-navbar .b-con-div button {
  background-color: rgb(161, 194, 157);
  color: white;
}

.main-navbar .icon-items span {
  font-size: 20px;
}

.main-navbar.navbar-whit {
  background-color: white !important;
}

.main-navbar.navbar-whit .nav-link {
  color: black;
}

.main-navbar.navbar-whit .nav-item {
  padding: 0px;
}

@media (min-width: 992px) {
  .main-navbar.navbar-whit .icon-items {
    margin-bottom: 0px;
  }
}

.main-navbar.navbar-whit .navbar-toggler span {
  background-color: rgb(0, 175, 137);
}

.main-navbar.navbar-whit .icon-items a {
  color: black;
}

.navbar .dropdown-item::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 3px;
  opacity: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: rgb(161, 194, 157);
  transition: opacity 0.2s ease-in;
}

.brand-sm {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0px;
}

.brand-sm img {
  width: 180px;
}

.main-navbar.is-sticky {
  height: 72px;
}

.is-sticky {
  top: 0px;
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 0px;
  background-color: rgb(161, 194, 157);
  animation: 0.4s ease-in 0s 1 normal forwards running slideDown;
  box-shadow: rgb(152, 152, 152) 0px 15px 38px -15px;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (min-width: 992px) {
  .is-sticky.main-navbar a.nav-link {
    color: black;
    font-size: 19px;
  }

  .is-sticky.main-navbar .navbar-nav {
    align-items: center;
  }

  .is-sticky.main-navbar li.nav-item {
    padding-bottom: 0px;
  }

  .is-sticky.main-navbar .icon-items a {
    color: black;
  }
}

@keyframes heightU {
  0% {
    height: 0%;
  }

  100% {
    height: fit-content;
  }
}

.navbar-collapse {
  align-self: center;
}

.main-navbar.is-sticky .navbar-collapse {
  align-self: start;
}

@media (min-width: 992px) {
  a.nav-item {
    transition: color 0.3s ease-in;
  }

  .dropdown-menu {
    border: none;
    min-width: 200px;
    position: relative;
    top: 38px !important;
  }

  li.nav-item {
    transition: background-color 0.3s ease-in;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
  }

  li.nav-item:not(.dropdown) {
    align-self: flex-start;
    padding-bottom: 0px;
    border-radius: 8px;
  }

  li.nav-item:hover {
    background-color: white;
  }

  li.nav-item:hover>a {
    color: black;
  }

  .brand-sm {
    display: none;
  }

  .main-navbar .navbar .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .navbar .dropdown-item {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar .dropdown-item:hover::after {
    opacity: 1;
  }

  .dropdown .dropdown-menu {
    transition: 0.3s;
    overflow: hidden;
    transform-origin: center top;
    transform: scale(1, 0);
    display: block;
  }

  .dropdown:hover .dropdown-menu {
    transform: scale(1);
  }
}

@media (max-width: 991px) {
  .navbar .sm-top-icons {
    display: none;
    padding: 15px 0px;
  }

  .sm-top-icons span,
  .sm-top-icons h6 {
    color: white;
  }

  .sm-top-icons button {
    padding: 10px 20px;
    background-color: rgb(16, 64, 153);
    color: white;
  }

  .sm-top-icons p {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
  }

  .navbar .icon-items li a {
    color: black !important;
  }

  .navbar .icon-items {
    justify-content: center;
  }

  .navbar-nav a.nav-link {
    text-align: center;
    border-bottom: 1px solid rgb(225, 232, 240);
  }

  .main-navbar .brand-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .navbar-toggler {
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: 3%;
  }

  .navbar-collapse {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0px;
    width: 0px;
    overflow-y: auto;
    padding: 0px 15px 15px;
    top: 0px;
    height: 100vh;
    transition: 0.5s ease-in;
  }

  .navbar-collapse.collapsing {
    transition: left 0.3s;
    left: -20.3em;
    height: 100vh;
  }

  .navbar-collapse.show {
    padding: 10px 0px;
    width: 100%;
    max-width: 100vh;
    overflow-y: auto;
    background: rgb(152, 145, 157);
    color: white;
    left: 0px;
    z-index: 99;
    transition: left 0.3s ease-in;
  }

  .navbar-collapse:not(.show) {
    transition: 0.5s ease-out;
  }

  .navbar-collapse.show .navbar-nav {
    width: 100%;
  }
}

@keyframes slide-in-left {
  0% {
    left: -100%;
  }

  100% {
    left: 0px;
  }
}

@keyframes slide-out-left {
  0% {
    left: 0px;
  }

  100% {
    left: -100%;
  }
}

@keyframes slide-in-right {
  0% {
    right: -100%;
  }

  100% {
    right: 0px;
  }
}

@keyframes slide-out-right {
  0% {
    right: 0px;
  }

  100% {
    right: -100%;
  }
}

.main-navbar .navbar-toggler:focus,
.main-navbar .navbar-toggler:active {
  outline: 0px;
  border: none;
  box-shadow: none;
}

.main-navbar .navbar-toggler {
  height: 45px;
  z-index: 100;
}

body:not(.body-nav) .main-navbar.is-sticky .navbar-toggler {
  margin-top: -11px;
}

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

body.body-nav .main-navbar .navbar-toggler .icon-bar {
  background-color: rgb(0, 0, 0);
}

.main-navbar .navbar-toggler .icon-bar:nth-child(1),
.main-navbar .navbar-toggler .icon-bar:nth-child(3) {
  transition: transform 0.35s ease-in-out;
}

@media (max-width: 991px) {
  .is-sticky.main-navbar .navbar-toggler span {
    background-color: black;
  }

  .navbar-toggler {
    transition: 0.4s ease-in;
  }

  .is-sticky.main-navbar .navbar-toggler[aria-expanded="true"] {
    position: fixed;
    top: 0px;
    right: 30px;
  }

  .main-navbar .navbar-toggler[aria-expanded="true"] .icon-bar span {
    background-color: black;
  }

  .main-navbar .nav-link {
    color: black !important;
    font-size: 19px !important;
  }
}

.main-navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(1) {
  position: absolute;
  top: 17px;
  transform: rotate(135deg);
  opacity: 0.9;
}

.main-navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
  visibility: hidden;
  background-color: transparent;
}

.main-navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3) {
  position: absolute;
  top: 17px;
  transform: rotate(-135deg);
  opacity: 0.9;
}

.dropright:hover>.dropdown-menu {
  display: block;
}

@media (min-width: 992px) {
  .navbar .dropdown-toggle::after {
    display: none;
  }
}

.sm-top-icons {
  display: none;
  order: 4;
  background-color: rgb(0, 175, 137);
}

.navbar .icon-items {
  list-style: none;
  padding-left: 0px;
  display: flex;
}

.navbar .icon-items li {
  margin: 0px 5px;
}

.navbar .icon-items li a {
  color: rgb(255, 255, 255);
  transition: 0.3s ease-in;
}

.navbar .icon-items li a:hover {
  color: rgb(0, 175, 137);
}

.sm-top-icons {
  display: none;
  order: 4;
  background-color: rgb(0, 175, 137);
}

.top-nav {
  padding: 5px 15px;
  background-color: rgb(152, 145, 157);
}

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

.top-nav button {
  padding: 0.875em 1em;
  background-color: rgb(161, 194, 157);
  color: white;
}

.top-nav h6,
.top-nav span {
  color: white;
}

.top-nav p {
  color: rgba(255, 255, 255, 0.5);
}

.top-nav h6,
.top-nav p {
  margin-bottom: 0px;
}

.top-nav .d-flex>* {
  margin: 0px 3px;
}

@media (max-width: 991px) {
  .top-nav {
    display: none;
  }
}

.main-navbar {
  padding: 15px;
}

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

.main-navbar .nav-link {
  color: white;
  font-size: 17px;
}

.navbar {
  z-index: 100;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar .navbar-brand img {
  width: 126px;
}

.navbar .icon-items {
  list-style: none;
  padding-left: 0px;
  display: flex;
}

.navbar .icon-items li {
  margin: 0px 6px;
}

.navbar .icon-items li a {
  color: rgb(255, 255, 255);
  transition: 0.3s ease-in;
}

.navbar .icon-items li a:hover {
  color: rgb(161, 194, 157);
}

.navbar .main-links a {
  padding: 10px;
  transition: 0.3s ease-in;
}

.dropdown-tog:hover>.dot {
  display: block;
}

@keyframes animate {
  0% {
    opacity: 0;
  }

  50% {}

  100% {
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .main-navbar .dropdown-menu {
    padding: 0px;
  }

  .main-navbar .dropdown-menu li {
    opacity: 0;
    color: white;
  }

  .main-navbar .dropdown-menu li a {
    color: white;
    font-size: 18px;
  }

  .main-navbar a.nav-link {
    text-align: center;
  }

  .main-navbar .dropdown-menu {
    border: 0px;
    background: inherit;
  }

  .main-navbar .dropdown-menu li a {
    text-align: center;
  }

  .main-nav .navbar-nav a.navlink {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .main-nav li.nav-item {
    border-bottom: 1px solid rgba(106, 124, 146, 0.1);
    padding: 10px 0px;
  }

  .main-nav .dropdown-menu li {
    padding: 10px 0px;
  }

  .main-nav li.nav-item:last-child {
    display: flex;
    justify-content: center;
  }

  .main-nav li.nav-item:last-child>a.nav-link {
    display: inline-block;
    width: 70%;
    margin: auto;
  }

  .main-navbar .dropdown-menu.show li:first-child {
    animation: 300ms ease-in-out -150ms 1 normal forwards running animate;
  }

  .main-navbar .dropdown-menu.show li:nth-child(2) {
    animation: 300ms ease-in-out 0ms 1 normal forwards running animate;
  }

  .main-navbar .dropdown-menu.show li:nth-child(3) {
    animation: 300ms ease-in-out 150ms 1 normal forwards running animate;
  }

  .main-navbar .dropdown-menu.show li:nth-child(4) {
    animation: 300ms ease-in-out 300ms 1 normal forwards running animate;
  }

  .main-navbar .dropdown-menu.show li:nth-child(5) {
    animation: 300ms ease-in-out 450ms 1 normal forwards running animate;
  }

  .main-navbar .dropdown-menu.show li:nth-child(6) {
    animation: 300ms ease-in-out 600ms 1 normal forwards running animate;
  }

  .main-navbar .dropdown-menu.show li:nth-child(7) {
    animation: 300ms ease-in-out 750ms 1 normal forwards running animate;
  }

  .main-navbar .dropdown-menu.show li:nth-child(8) {
    animation: 300ms ease-in-out 900ms 1 normal forwards running animate;
  }
}

.navbar .dot {
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: rgb(0, 175, 137);
  display: none;
  z-index: 2;
  bottom: -7px;
  left: 32px;
  transition: 0.3s ease-in;
}

.navbar .main-links li:hover {
  background-color: white;
  color: black;
}

.navbar .main-links li:hover a {
  color: black;
}

@media (max-width: 500px) {
  .navbar-container input[type="checkbox"]:checked~.logo {
    display: none;
  }
}

.desc {
  position: absolute;
  padding: 8%;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
}

.hero-img {
  position: relative;
}

.hero-img::before {
  background: rgba(0, 0, 0, 0.38);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.btn-gradient-bg {
  color: rgb(255, 255, 255);
  display: inline-block;
  padding: 11px 33px;
  background: linear-gradient(to right, rgb(240, 88, 116) 0%, rgb(252, 106, 42) 100%);
  border-radius: 30px;
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
}

.delay-4 {
  animation-delay: 0.8s;
}

.slider-counter {
  z-index: 99;
  bottom: 1%;
  position: absolute;
  text-align: center;
  right: 4%;
  font-size: 120px;
  color: rgba(242, 242, 242, 0.7);
  font-weight: 700;
}

@media (max-width: 767px) {
  .slider-counter {
    font-size: 80px;
    font-weight: 600;
    bottom: 0px;
  }
}

@media (max-width: 576px) {
  .slider-counter {
    font-size: 30px;
    font-weight: 500;
    bottom: 0px;
  }
}

.hero_carosel .owl-nav button.owl-prev,
.hero_carosel .owl-nav button.owl-next {
  font-size: 16px;
  position: absolute;
  bottom: 50%;
  right: 50%;
  color: rgb(0, 0, 0);
}

.hero_carosel .owl-prev {
  width: 0px;
}

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

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

.hero_carosel i.owl-direction {
  margin: 0px 13px;
  font-size: 3em;
  padding: 0px;
  color: rgb(96, 125, 139);
}

.hero_carosel .owl-nav button.owl-next,
.hero_carosel .owl-nav button.owl-prev {
  outline: 0px;
}

.tag {
  display: inline-block;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.experience-holdays {
  display: grid;
  grid-template-columns: 4fr 8fr 4fr;
}

.clr-blue {
  color: rgb(16, 64, 153);
}

.clr-white {
  color: white;
}

.clr-blue2 {
  color: rgb(152, 145, 157);
}

.clr-blue3 {
  color: rgb(161, 194, 157);
}

.clr-green {
  color: rgb(0, 175, 137);
}

.bg-blue-type {
  background-color: rgb(16, 64, 153);
  color: white;
}

.bg-green-type {
  background-color: rgb(0, 175, 137);
  color: white;
}

.mst-header h2 {
  font-size: 38px;
  color: white;
}

@media (max-width: 991px) {
  .mst-header h2 {
    font-size: 38px;
  }
}

.mst-header video {
  max-height: 80vh;
  width: 100%;
  object-fit: cover;
}

.mst-header .owl-stage-outer {
  overflow-x: hidden;
}

.mst-header .whit-btn {
  background: inherit;
  border: 1px solid white;
  color: white;
  transition: transform 0.2s ease-in;
}

.mst-header button {
  padding: 13px 0px;
  color: white;
  font-size: 15px;
  min-width: 215px;
}

.mst-header .btn-divs {
  margin-top: 30px;
}

.mst-header .whit-btn:hover {
  transform: translateY(-3px);
}

.mst-header .green-btn {
  background: rgb(152, 145, 157);
  transition: 0.2s ease-in;
  color: white;
}

.mst-header .owl-dots,
.mst-header .owl-nav {
  display: none;
}

.mst-header .green-btn:hover {
  transform: translateY(-3px);
  background: rgb(161, 194, 157);
}

.mst-header .blu-btn {
  background: rgb(161, 194, 157);
  transition: 0.2s ease-in;
}

.mst-header .blu-btn:hover {
  margin-top: -117px;
  transform: translateY(-3px);
  background-image: linear-gradient(to right, rgb(152, 145, 157) 51%, rgb(161, 194, 157) 100%);
}

.mst-header {
  margin-top: -117px;
}

@media (max-width: 991px) {
  .mst-header {
    margin-top: -128px;
  }
}

.mst-header .single-1,
.mst-header .single-2,
.mst-header .single-3 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0px 50px;
  width: 100%;
}

.mst-header .header-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.mst-header .header-content .welc-heading {
  display: none;
}

@media (max-width: 786px) {
  .mst-header .header-content {
    position: relative;
    padding: 30px 15px;
  }

  .mst-header .header-content .welc-heading {
    display: block;
  }

  .mst-header .header-content .local-heading {
    display: none;
  }

  .mst-header .header-content .header-br {
    display: none;
  }

  .mst-header .header-content .single-1 {
    height: auto;
    padding: 0px;
    flex-direction: column;
    align-items: center;
  }

  .mst-header .header-content .single-1>div {
    width: 100%;
  }

  .mst-header .whit-btn {
    background-color: rgb(161, 194, 157);
  }

  .mst-header .header-content .btn-divs {
    display: none;
  }

  .mst-header .header-content .single-1 .img-logo {
    display: none;
  }

  .mst-header .header-content .single-1 h1 {
    font-size: 40px;
  }

  .mst-header h2 {
    color: rgb(152, 145, 157);
  }

  .mst-header h1 {
    color: rgb(161, 194, 157);
  }
}

.mst-header .header-content .single-1 {
  background: none;
}

.mst-header .single-1>div:not(.img-logo),
.mst-header .single-2>div:not(.img-logo),
.mst-header .single-3>div:not(.img-logo) {
  flex-grow: 1;
}

.mst-header .btn-divs {
  display: flex;
  gap: 10px;
}

@media (max-width: 767px) {
  .mst-header .btn-divs {
    flex-direction: column;
  }

  .mst-header .single-1,
  .mst-header .single-2,
  .mst-header .single-3 {
    padding-bottom: 20px;
  }
}

@media (max-width: 540px) {

  .mst-header .single-1,
  .mst-header .single-2,
  .mst-header .single-3 {
    height: 80vh;
  }
}

.mst-header .item .img-logo img {
  width: 310px;
}

@media (max-width: 991px) {
  .mst-header .item .img-logo {
    display: none;
  }
}

.mst-header .single-3 {
  background: url("https://www.russell-street.co.uk/assets/images/home-slider3-dt.webp") 0% 0% / cover;
}

.mst-header .owl-stage {
  display: flex;
}

.mst-header .single-2 {
  background: url("https://www.russell-street.co.uk/assets/images/home-slider2-dt.webp") 0% 0% / cover;
}

.mst-header .single-1 {
  background: url("https://www.russell-street.co.uk/assets/images/img-slider-04.jpg") 0% 0% / cover;
}

@media (max-width: 767px) {
  .mst-header .single-2 {
    background: url("https://www.russell-street.co.uk/assets/images/home-slider2-mb.webp") 0% 0% / cover;
  }

  .mst-header .single-1 {
    background: url("https://www.russell-street.co.uk/assets/images/img-slider-04-mb.jpg") 0% 0% / cover;
  }

  .mst-header .single-3 {
    background: url("https://www.russell-street.co.uk/assets/images/home-slider3-mb.webp") 0% 0% / cover;
  }
}

.index-treatments .wrap {
  max-width: 1450px;
  margin: auto;
}

.index-treatments .entit svg {
  width: 40px;
  height: 40px;
  transition: 0.3s ease-in;
}

.index-treatments .entit .green-bord svg {
  fill: rgb(161, 194, 157);
}

.index-treatments .entit .blue-bord svg {
  fill: rgb(152, 145, 157);
}

.entit {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.3s ease-in;
  padding: 6px;
}

.index-treatments .entit:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(161, 194, 157) 0px 7px 24px 0px;
}

.entit .img-div img {
  width: 40px;
}

.entit .img-div {
  border-radius: 50%;
  padding: 20px;
  border: 1px solid;
  transition: 0.3s ease-in;
}

.index-treatments .green-bord {
  box-shadow: rgb(161, 194, 157) 0px 0px 0px 1px inset;
}

.index-treatments .blue-bord {
  box-shadow: rgb(152, 145, 157) 0px 0px 0px 1px inset;
}

.index-treatments .entit:hover>.green-bord svg {
  fill: white;
}

.index-treatments a {
  color: inherit;
}

.index-treatments .entit:hover>.blue-bord svg {
  fill: white;
}

.index-treatments .entit:hover>.green-bord {
  box-shadow: rgb(161, 194, 157) 0px 0px 0px 60px inset;
}

.index-treatments .entit:hover>.blue-bord {
  box-shadow: rgb(152, 145, 157) 0px 0px 0px 60px inset;
}

.blue-bord {
  border-color: rgb(152, 145, 157) !important;
}

.green-bord {
  border-color: rgb(161, 194, 157) !important;
}

@media (min-width: 1001px) {
  .index-treatments {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 1079px) {
  .index-treatments {
    padding-top: 70px !important;
    padding-bottom: 35px !important;
  }
}

.index-treatments {
  padding: 15px 15px 20px;
}

.index-treatments .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .index-treatments .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .index-treatments .grid {
    grid-template-columns: 1fr;
  }
}

.goes-up {
  padding: 15px;
  margin-top: -200px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1000px) {
  .goes-up {
    margin-top: -101px;
  }

  .goes-up .experience-holdays {
    grid-template-columns: 1fr;
  }

  .goes-up .exp-heading h2 {
    text-align: center;
  }

  .goes-up .st-ur-dental {
    padding: 25px 0px;
  }

  .goes-up .ico-main {
    max-width: 300px;
    margin: auto;
  }

  .goes-up .same-icons span {
    width: fit-content;
  }
}

.goes-up .ic-mn {
  background-color: rgb(16, 64, 153);
}

.goes-up .ico-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 100%;
}

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

.goes-up .same-icons {
  padding: 35px 0px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.goes-up .same-icons span {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  border-right: 1px solid white;
}

.goes-up .same-icons .last {
  border: none;
}

.goes-up .experience-holdays>div {
  align-self: center;
  height: 100%;
}

.goes-up .st-ur-dental {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("https://www.russell-street.co.uk/assets/images/bgn-b.jpg") 0% 0% / cover;
}

.goes-up .exp-heading {
  padding: 20px;
}

.goes-up .flight-icon svg {
  transform: rotate(45deg);
}

.goes-up .st-ur-dental button {
  padding: 0.357em 0.786em;
  color: rgb(16, 64, 153);
  transition: transform 0.3s ease-in;
}

.goes-up .st-ur-dental button:hover {
  transform: translateY(-3px);
}

.free-q {
  padding: 15px;
  color: white;
}

.free-q input:not([type="checkbox"]) {
  height: 3.25em;
  border-radius: 2px;
}

.free-q button {
  color: white;
  padding: 1.357em 1.786em;
  font-size: 0.875em;
  line-height: 1;
  background-color: rgb(161, 194, 157);
  transition: 0.2s ease-in;
  position: relative;
  z-index: 2;
}

.free-q button::after {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: rgb(161, 194, 157);
  transition: background-color 0.2s ease-in;
}

.free-q button::before {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  transition: width 0.2s ease-in;
}

.free-q button:hover::before {
  width: 100%;
}

.free-q button:hover::after {
  z-index: -2;
}

.free-q button:hover {
  transform: translateY(-3px);
  box-shadow: rgba(34, 34, 34, 0.2) 1px 1px 10px 1px;
}

.free-q input:not([type="checkbox"]),
.free-q select {
  height: 4em;
}

.free-q .wrap {
  max-width: 1450px;
  margin-left: auto;
}

.free-q .area {
  padding: 25px 0px;
  margin-right: -30px;
  position: relative;
  z-index: 2;
}

.free-q .grid {
  display: grid;
  grid-template-columns: 4fr 6fr;
  align-items: center;
}

@media (max-width: 870px) {
  .free-q .grid {
    grid-template-columns: 1fr;
  }

  .free-q .area {
    margin-right: 0px;
    padding-bottom: 0px;
  }
}

.free-q .img-div img {
  width: 100%;
}

.free-q .conjest {
  background-color: rgb(152, 145, 157);
  padding: 50px 25px;
}

@media (max-width: 991px) {
  .free-q .conjest .form-check {
    margin: 1rem 0px;
  }
}

.clients-with .wrap {
  max-width: 1450px;
  margin-left: auto;
  overflow: hidden;
}

.clients-with .item .profile {
  margin-bottom: 20px;
}

.clients-with .item h4 {
  color: rgb(152, 145, 157);
  font-size: 21px;
  font-family: headings;
  font-weight: bolder;
}

.clients-with .item h5 {
  font-size: 16px;
}

@media (max-width: 991px) {
  .clients-with {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .clients-with .heading-wrap {
    flex-direction: column;
    margin-bottom: 15px !important;
    align-items: flex-start !important;
  }

  .clients-with .heading-wrap .btn-div {
    align-self: flex-start;
  }
}

.clients-with .heading-wrap {
  max-width: 1000px;
}

.tm-cr .owl-nav {
  display: none;
}

.clients-with .item {
  background-color: rgb(240, 244, 247);
  padding: 30px 15px;
}

.tm-cr .owl-dots {
  margin: 15px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tm-cr .owl-dots .owl-dot {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0px;
  margin: 0px 3px;
  background: none;
}

.tm-cr .owl-dots .owl-dot::before {
  content: "";
  width: 17px;
  height: 3px;
  left: 0px;
  position: absolute;
  transform: translateY(-50%);
  background-color: rgb(161, 194, 157);
  transition: 0.5s ease-in;
}

.tm-cr .owl-dots .owl-dot.active::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(152, 145, 157);
}

.tm-cr .item .img-div img {
  width: 60px;
  border-radius: 50%;
}

.tm-cr .owl-stage {
  display: flex;
}

.tm-cr .owl-stage-outer {
  overflow-x: hidden;
}

.d-professionals .wrap {
  max-width: 1450px;
}

.d-professionals.nitime-home ul {
  padding-left: 20px;
}

.d-professionals.nitime-home ul li::marker {
  color: rgb(161, 194, 157);
}

@media (min-width: 871px) {
  .d-professionals .content {
    padding-right: 15px;
  }
}

.d-professionals .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
}

.d-professionals p {
  font-size: 18px;
}

@media (max-width: 870px) {
  .d-professionals .grid {
    grid-template-columns: 1fr;
  }

  .d-professionals .content {
    padding: 15px;
  }
}

.d-professionals .img-div img {
  width: 100%;
}

.d-professionals .img-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
}

.d-professionals .line {
  background-color: rgb(225, 232, 240);
  height: 3px;
}

.d-professionals .img-grid img {
  width: 100%;
}

.card-main {
  padding: 50px 15px;
}

.card-main h2 {
  font-size: 3.063em;
  font-family: headings;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .card-main h2 {
    font-size: 2.4rem;
    padding-left: 20px !important;
  }
}

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

.card-main .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.card-main h5 a {
  color: white !important;
}

@media (max-width: 991px) {
  .card-main .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .card-main .grid {
    grid-template-columns: 1fr;
  }
}

.card-main .entity img {
  width: 100%;
  transition: 0.5s ease-in;
}

.card-main .entity .bg-img {
  position: relative;
  overflow: hidden;
}

.card-main .bg-img:hover>img {
  transform: scale(1.06);
}

.card-main .bg-img:hover>.hover-efct {
  background-color: rgba(152, 145, 157, 0.6);
}

.card-main .content {
  padding: 30px;
  background-color: rgb(161, 194, 157);
}

@media (max-width: 400px) {
  .card-main .content {
    padding: 25px;
  }
}

.card-main .content .para {
  height: 114px;
  margin-bottom: 16px;
  overflow-y: hidden;
}

.card-main .content p:last-child {
  margin-bottom: 0px;
}

.card-main .btn-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-main .btn-logos button {
  color: rgb(152, 145, 157);
  background-color: white;
  box-shadow: rgba(34, 34, 34, 0.2) 1px 1px 10px 1px;
  transition: transform 0.2s ease-in;
}

.card-main .btn-logos button:hover {
  transform: translateY(-5px);
}

.card-main .btn-logos span {
  color: rgb(16, 64, 153);
}

.card-main .btn-logos a {
  margin: 0px 2px;
}

.card-main .bg-img .hover-efct {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in;
}

.perfect-smile {
  padding: 50px 15px;
}

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

.perfect-smile .progress {
  height: 10px;
}

.perfect-smile .progress-bar {
  background-color: rgb(0, 175, 137);
}

.perfect-smile .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}

@media (max-width: 800px) {
  .perfect-smile .grid {
    grid-template-columns: 1fr;
  }
}

.perfect-smile .perfect-smile-car {
  width: 100%;
}

.perfect-smile .perfect-smile-car .owl-stage {
  display: flex;
}

.perfect-smile .perfect-smile-car .owl-nav,
.perfect-smile .perfect-smile-car .owl-dots {
  display: none;
}

.perfect-smile .perfect-smile-car img {
  width: 100%;
}

.perfect-smile .perfect-smile-car .owl-stage-outer {
  overflow-x: hidden;
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.image-before {
  position: absolute;
  inset: 0px;
  width: var(--position);
}

.slider {
  position: absolute;
  inset: 0px;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.slider:focus-visible~.slider-button {
  outline: black solid 5px;
  outline-offset: 3px;
}

.slider-line {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 0.2rem;
  height: 100%;
  background-color: rgb(255, 255, 255);
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.something-new {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  --position: 50%;
}

.img-con {
  max-width: 800px;
  max-height: 90vh;
  aspect-ratio: 1 / 1;
}

.slider-button {
  position: absolute;
  background-color: rgb(255, 255, 255);
  color: rgb(152, 145, 157);
  padding: 0.5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  box-shadow: rgba(8, 3, 3, 0.5) 1px 1px 1px;
}

.perfect-smile .img-con img {
  width: 100%;
}

.dental-travel {
  padding: 100px 15px 15px;
  background: url("https://www.russell-street.co.uk/assets/images/dental-travel.jpg") 0% 0% / cover;
  color: white;
}

.dental-travel .wrap {
  max-width: 1450px;
  margin: auto;
}

.dental-travel .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

@media (max-width: 870px) {
  .dental-travel .grid {
    grid-template-columns: 1fr;
  }

  .dental-travel .area {
    margin-bottom: 0px;
  }
}

.dental-travel .icons-box {
  padding: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 700px) {
  .dental-travel .icons-box {
    grid-template-columns: 1fr;
  }

  .dental-travel .icons-box>div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.dental-travel .box {
  box-shadow: rgba(34, 34, 34, 0.2) 1px 1px 10px 1px;
  margin-bottom: -24px;
}

.dental-travel .btn-div {
  padding: 50px 0px;
  background-color: white;
  text-align: center;
}

.dental-travel .btn-div button {
  color: white;
  background: rgb(16, 64, 153);
  transition: 0.2s ease-in;
  position: relative;
  z-index: 2;
}

.dental-travel .btn-div button::after {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: rgb(16, 64, 153);
  transition: background-color 0.2s ease-in;
}

.dental-travel .btn-div button::before {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 0px;
  background: linear-gradient(to right, rgb(16, 64, 153) 29%, rgb(0, 175, 137) 100%);
  z-index: -1;
  transition: width 0.2s ease-in;
}

.dental-travel .btn-div button:hover::before {
  width: 100%;
}

.dental-travel .btn-div button:hover::after {
  z-index: -2;
}

.dental-travel .btn-div button:hover {
  transform: translateY(-3px);
  box-shadow: rgba(34, 34, 34, 0.2) 1px 1px 10px 1px;
}

.dental-travel .icons-box p {
  text-align: center;
  margin: 10px 0px;
}

.dental-travel .icons-box span {
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dental-travel .aero-icon svg {
  transform: rotate(45deg);
}

.Endulge-your {
  padding: 40px 15px 15px;
}

.Endulge-your .wrap {
  max-width: 1450px;
  margin: auto;
}

@media (max-width: 650px) {
  .no-contact .h-100.d-flex {
    flex-direction: column;
    padding: 15px !important;
  }
}

@media (max-width: 650px) {
  .no-contact {
    height: auto !important;
  }

  .no-contact p {
    text-align: center;
  }
}

.no-contact {
  margin: 50px 0px;
  background-image: url("https://www.russell-street.co.uk/assets/images/bgn-budapest-3.jpg");
  background-size: cover;
  background-position: center center;
  height: 200px;
  color: white;
}

.no-contact button {
  color: white;
  transition: 0.2s ease-in;
  position: relative;
  z-index: 2;
}

.no-contact button::after {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: rgb(0, 175, 137);
  transition: background-color 0.2s ease-in;
}

.no-contact button::before {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 0px;
  background: linear-gradient(to right, rgb(0, 175, 137) 29%, rgb(16, 64, 153) 100%);
  z-index: -1;
  transition: width 0.2s ease-in;
}

.no-contact button:hover::before {
  width: 100%;
}

.no-contact button:hover::after {
  z-index: -2;
}

.no-contact button:hover {
  transform: translateY(-3px);
  box-shadow: rgba(34, 34, 34, 0.2) 1px 1px 10px 1px;
}

.Endulge-your .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 40px;
}

@media (max-width: 800px) {
  .Endulge-your .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.Endulge-your .img-div {
  position: relative;
  max-width: 80%;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.Endulge-your .img-div .hover-effect {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: background-color 0.6s ease-in;
}

.Endulge-your .img-div:hover>.hover-effect {
  background-color: rgba(0, 175, 137, 0.7);
}

.Endulge-your .img-div:hover>img {
  transform: scale(1.08);
}

.Endulge-your .img-div img {
  width: 100%;
  transition: transform 0.4s ease-in;
}

footer {
  font-family: normal;
}

footer h3 {
  font-size: 1.55rem;
}

.footer .first-f {
  font-size: 16px;
  background-color: rgb(225, 232, 240);
  padding: 55px 15px 35px;
}

@media (max-width: 991px) {
  .footer .first-f {
    padding-bottom: 20px;
  }
}

.footer .footer-logo {
  margin-bottom: 0.5rem;
}

.footer .first-f {
  letter-spacing: 0.8px;
  font-size: 16px;
}

.footer .footer-logo img {
  width: 100%;
}

@media (max-width: 767px) {
  .footer .footer-logo img {
    width: 80%;
  }

  .footer .footer-logo,
  .footer .footer-logo a {
    display: flex;
    justify-content: center;
  }
}

footer .logo-full p {
  line-height: 1.875;
}

.footer .logo-full .d-flex {
  gap: 10px;
}

.first-f .our-awards img {
  width: 100%;
}

.first-f .social-icons {
  display: flex;
  gap: 15px;
  padding-bottom: 10px;
}

.first-f .social-icons a {
  display: block;
}

.first-f .social-icons span {
  font-size: 48px;
  color: rgb(152, 145, 157);
}

.first-f {
  padding: 50px 0px;
}

.first-f .wrap {
  max-width: 1450px;
  margin: auto;
}

@media (max-width: 767px) {
  .footer .footer-nav {
    display: none !important;
  }
}

.first-f .about-denticare .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 15px;
}

.first-f .about-denticare .d-flex {
  gap: 10px;
}

.about-denticare a {
  color: black;
}

.about-denticare .opening-hours ul {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer iframe {
  width: 100%;
  height: 240px;
}

.footer .footer-logo {
  max-width: 308px;
}

.first-f .social-net span {
  position: relative;
  width: 30px;
  overflow: hidden;
  height: 30px;
  font-size: 15px;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: color 0.6s ease-in;
}

.first-f .social-net span:hover::before {
  transform: scale(2.2);
}

.first-f .social-net span:hover {
  color: rgb(16, 64, 153);
}

.first-f .social-net span:hover::after {
  transform: scale(1.1);
}

.first-f .social-net a {
  margin: 0px 5px;
}

.first-f .social-net span::after {
  content: "";
  position: absolute;
  background-color: white;
  top: 0px;
  left: 0px;
  width: 100%;
  transform: scale(0);
  border-radius: 50%;
  height: 100%;
  z-index: -1;
  transition: transform 0.6s ease-in;
}

.first-f .social-net span::before {
  content: "";
  z-index: -1;
  position: absolute;
  background-color: rgb(16, 64, 153);
  top: 0px;
  left: 0px;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  transition: transform 0.6s ease-in;
}

.footer .first-f .main-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
}

@media (max-width: 991px) {
  .footer .first-f .main-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 767px) {
  .footer .first-f .main-grid {
    grid-template-columns: 1fr !important;
  }
}

.footer-s {
  display: flex;
}

.footer-s .dimension-div {
  background-color: rgb(161, 194, 157);
  display: flex;
  width: 373px;
  align-items: center;
  gap: 15px;
  padding: 7px 15px;
}

.footer-s .dimension-div p {
  flex-grow: 1;
}

.footer-s .copy-right {
  background-color: rgb(152, 145, 157);
  flex-grow: 1;
  padding: 7px 15px;
}

.footer-s .dimension-div img {
  width: 60px;
}

.footer-s p {
  color: white;
  text-align: center;
}

@media (max-width: 991px) {
  .footer-s {
    flex-direction: column-reverse;
  }

  .footer-s .dimension-div {
    width: 100%;
    justify-content: space-between;
  }
}

.footer-s p a {
  color: inherit;
}

.footer-s .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.footer .footer-nav ul {
  list-style: none;
  display: flex;
  margin-bottom: 0px;
}

.footer .footer-nav li {
  padding: 20px;
}

.footer-nav a {
  color: white;
}

@media (max-width: 1160px) {
  .footer-s .grid {
    grid-template-columns: 1fr;
  }

  .footer-s .grid .copy-right {
    padding: 20px;
  }
}

.team-header {
  background: linear-gradient(to right, rgba(16, 64, 153, 0.7), rgba(16, 64, 153, 0.7)) 0% 0% / cover, url("https://www.russell-street.co.uk/assets/images/team-header.jpg");
  padding-bottom: 20px;
}

.team-header .wrap {
  max-width: 1450px;
  margin: auto;
  padding: 0px 15px;
}

.team-header .line {
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}

.team-header .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 20px;
}

@media (max-width: 1150px) {
  .team-header .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .team-header .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .team-header .grid {
    grid-template-columns: 1fr;
  }
}

.team-header .entity .img-div span {
  font-size: 40px;
  color: rgb(0, 175, 137);
}

.team-header .entity h3 {
  font-size: 20px;
}

.team-header .entity p {
  font-size: 15px;
}

.card-main.team {
  margin-top: -65px;
}

.team-beat .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

@media (max-width: 800px) {
  .team-beat .grid {
    grid-template-columns: 1fr;
  }

  .team-beat .conjest-one {
    padding: 0px 15px;
  }

  .team-beat .something-new {
    margin-right: 0px !important;
  }
}

.team-beat .beat-health {
  background-color: rgb(238, 242, 247);
  color: black;
}

.team-beat .owl-stage-outer {
  overflow-x: hidden;
}

.beat-health .entit {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.beat-health .entit .img-div {
  border: none;
  background-color: white;
}

.beat-health .entit h3,
.beat-health .entit p {
  text-align: center;
}

@media (max-width: 500px) {
  .team-beat .beat-health {
    min-width: 100%;
  }

  .touch-denticare .conjest {
    padding: 0px !important;
  }

  .team-beat .beat-health .conjest-two {
    max-width: 500px;
    padding: 15px;
  }
}

.team-beat .wrap {
  max-width: 1450px;
  margin-left: auto;
}

.team-beat .something-new {
  margin-right: -20px;
}

.team-beat .img-con img {
  width: 100%;
}

.team-beat .conjest-two {
  max-width: 550px;
  padding: 100px 50px;
}

.healthy-smile {
  padding: 30px 15px;
}

.healthy-smile .wrap {
  max-width: 1450px;
  margin: auto;
}

.healthy-smile .first-para {
  font-size: 20px;
  font-weight: bold;
}

.healthy-smile img {
  width: 100%;
}

.touch-denticare {
  padding: 15px;
}

.touch-denticare .wrap {
  max-width: 1450px;
  margin: auto;
}

.touch-denticare .conjest {
  padding: 50px 25px;
}

.touch-denticare input,
.touch-denticare select {
  background: rgb(255, 255, 255);
  color: rgb(24, 24, 24);
  outline: none;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  line-height: 1;
  width: 100%;
  display: block;
  padding: 1.125em 1.563em;
  font-size: 1em;
  box-shadow: rgba(34, 34, 34, 0.2) 1px 1px 3px 1px;
}

.touch-denticare button {
  transition: 0.2s ease-in;
  position: relative;
  z-index: 2;
  border: none;
  color: white !important;
}

.touch-denticare button::after {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: rgb(0, 175, 137);
  transition: background-color 0.2s ease-in;
}

.touch-denticare button::before {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 0px;
  background: linear-gradient(to right, rgb(0, 175, 137) 29%, rgb(16, 64, 153) 100%);
  z-index: -1;
  transition: width 0.2s ease-in;
}

.touch-denticare button:hover::before {
  width: 100%;
}

.touch-denticare button:hover::after {
  z-index: -2;
}

.touch-denticare button:hover {
  transform: translateY(-3px);
  box-shadow: rgba(34, 34, 34, 0.2) 1px 1px 10px 1px;
}

.dr-header {
  background: url("https://www.russell-street.co.uk/assets/images/doctor-header.jpg") 0% 0% / cover;
}

.dr-header .dr-wrap {
  max-width: 1450px;
  margin: auto;
}

.dr-header .row {
  min-height: 700px;
}

.dr-header img {
  width: 100%;
}

.dr-header .col-lg-5.position-relative {
  z-index: 1;
}

.dr-header .inner-wrap {
  bottom: 0px;
  left: 0px;
  padding: 30px 15px;
  background-color: rgba(16, 64, 153, 0.7);
}

.dr-header .inner-wrap .d-flex {
  max-width: 1200px;
  margin: auto;
  gap: 28px;
}

.dr-header .inner-wrap span {
  font-size: 25px;
  color: rgb(0, 175, 137);
}

.dr-header .inner-wrap p {
  color: white;
  font-size: 20px;
  margin-bottom: 0px;
}

@media (max-width: 1053px) and (min-width: 992px) {
  .dr-header .inner-wrap p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .dr-header .inner-wrap {
    margin-top: 15px;
    position: relative !important;
  }
}

@media (max-width: 767px) {
  .dr-header .inner-wrap .d-flex.d-flex.justify-content-end {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}

.dr-header .inner-wrap .d-flex.justify-content-end {
  text-align: center;
}

.dr-header .fb-clr svg,
.dr-header .twitter-clr svg,
.dr-header .linked-clr svg {
  position: relative;
}

.dr-header .fb-clr,
.dr-header .twitter-clr,
.dr-header .linked-clr {
  font-size: 15px;
  position: relative;
  height: 45px;
  width: 45px;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in;
}

.dr-header .fb-clr::before,
.dr-header .twitter-clr::before,
.dr-header .linked-clr::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: inherit;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

@keyframes circle-y {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

.dr-header .fb-clr::before {
  color: rgb(59, 89, 152);
  box-shadow: rgb(59, 89, 152) 0px 0px 0px 2px inset;
  transition: 0.4s ease-in;
}

.dr-header .fb-clr:hover::before {
  color: white;
  box-shadow: rgb(59, 89, 152) 0px 0px 0px 2em inset;
}

.dr-header .fb-clr:hover {
  color: white;
  z-index: 1;
}

.dr-header .twitter-clr::before {
  color: rgb(0, 172, 238);
  box-shadow: rgb(0, 172, 238) 0px 0px 0px 2px inset;
  transition: 0.4s ease-in;
}

.dr-header .twitter-clr:hover::before {
  color: white;
  box-shadow: rgb(0, 172, 238) 0px 0px 0px 2em inset;
}

.dr-header .twitter-clr:hover {
  color: white;
  z-index: 1;
}

.dr-header .linked-clr::before {
  color: rgb(0, 114, 177);
  box-shadow: rgb(0, 114, 177) 0px 0px 0px 2px inset;
  transition: 0.4s ease-in;
}

.dr-header .linked-clr:hover::before {
  color: white;
  box-shadow: rgb(0, 114, 177) 0px 0px 0px 2em inset;
}

.dr-header .linked-clr:hover {
  color: white;
  z-index: 1;
  border: none;
}

.family-trust {
  padding: 15px;
}

.family-trust .wakra-content {
  max-width: 100%;
  margin: auto;
}

.family-trust .blank-line {
  height: 1px;
  margin: 15px 0px;
}

.family-trust .wrap {
  max-width: 1450px;
  margin: auto;
}

.family-trust .inner-pad {
  border: 5px solid rgb(225, 232, 240);
  padding: 20px;
}

.family-trust .line {
  height: 1px;
  background-color: rgba(34, 34, 34, 0.1);
  margin: 15px 0px;
}

.family-trust .icon-contact span {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  border-radius: 50%;
}

.family-trust .icon-contact.one span {
  border: 1px solid rgb(0, 175, 137);
  color: rgb(0, 175, 137);
}

.family-trust .icon-contact.two span {
  border: 1px solid rgb(16, 64, 153);
  color: rgb(16, 64, 153);
}

.family-trust .icon-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

.family-trust .icon-contact p {
  color: rgba(34, 34, 34, 0.6);
}

.family-trust .icon-contact p:nth-child(1) {
  margin-bottom: 3px;
}

.family-trust .dr-book {
  margin: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.family-trust .dr-book>div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.family-trust .dr-book>div p {
  font-size: 10px;
  margin-bottom: 0px;
}

.family-trust .dr-book>div button {
  font-size: 10px;
  padding: 5px 10px;
  background-color: rgb(16, 64, 153);
  color: white;
}

.family-trust .icon-contact p:nth-child(2) {
  margin-bottom: 0px;
}

.palmer-bio {
  background: linear-gradient(to right, rgba(16, 64, 153, 0.7), rgba(16, 64, 153, 0.7)) 0% 0% / cover, url("https://www.russell-street.co.uk/assets/images/palmar-biography.jpg");
  padding: 100px 15px;
}

.palmer-bio .wrap {
  max-width: 1450px;
  margin: auto;
}

.palmer-bio .nav.nav-pills {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.palmer-bio li.nav-item {
  padding: 0px;
  background: none;
}

.palmer-bio .nav-item button {
  color: white;
  padding: 15px;
  position: relative;
}

.palmer-bio .nav-item button::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  height: 7px;
  width: 7px;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s ease-in;
  background-color: rgb(0, 175, 137) !important;
}

.palmer-bio .nav-item button.active {
  background: none;
}

.palmer-bio .nav-item button.active::before {
  opacity: 1;
}

.palmer-bio .nav-item button:hover::before {
  opacity: 1;
}

.contact-map.pc .wrap {
  margin-left: auto;
}

.contact-map.pc .form-btn {
  color: white;
  box-shadow: rgba(34, 34, 34, 0.2) 1px 1px 3px 1px;
  transition: 0.2s ease-in;
  position: relative;
  z-index: 2;
}

.contact-map.pc .form-btn::after {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: rgb(0, 175, 137);
  transition: background-color 0.2s ease-in;
}

.contact-map.pc .form-btn::before {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 0px;
  background: linear-gradient(to right, rgb(0, 175, 137) 29%, rgb(16, 64, 153) 100%);
  z-index: -1;
  transition: width 0.2s ease-in;
}

.contact-map.pc .form-btn:hover::before {
  width: 100%;
}

.contact-map.pc .form-btn:hover::after {
  z-index: -2;
}

.contact-map.pc .form-btn:hover {
  transform: translateY(-3px);
  box-shadow: rgba(34, 34, 34, 0.2) 1px 1px 10px 1px;
}

.contact-map.pc .inr-wrap {
  background-color: rgb(225, 232, 240);
  color: black;
  margin-left: 0px;
  margin-right: -20px;
  position: relative;
}

.contact-map.pc .form-control {
  box-shadow: rgba(34, 34, 34, 0.2) 1px 1px 3px 1px;
  transition: 0.3s ease-in;
}

.contact-map.pc .form-control:focus {
  box-shadow: rgba(34, 34, 34, 0.2) 0px 3px 20px, rgba(34, 34, 34, 0.25) 0px 0px 0px 2px inset;
}

.contact-map.pc .grid {
  grid-template-columns: 5fr 7fr;
}

.general-header {
  background: linear-gradient(to right, rgba(152, 145, 157, 0.85), rgba(152, 145, 157, 0.85)) 0% 0% / cover, url("https://www.russell-street.co.uk/assets/images/aboutus-header-dt.webp");
}

@media (max-width: 767px) {
  .general-header {
    background: linear-gradient(to right, rgba(152, 145, 157, 0.7), rgba(152, 145, 157, 0.7)) 0% 0% / cover, url("https://www.russell-street.co.uk/assets/images/aboutus-header-mb.webp");
  }
}

.general-header p {
  font-size: 19px;
}

.general-header.about-header {
  font-size: 19px;
}

.general-header h2 {
  font-size: 34px;
}

.general-header .g-wrap {
  padding: 10px 15px;
  max-width: 1450px;
  margin: auto;
}

.general-header .entit .img-div img {
  width: 44px;
}

.general-header .entit .img-div {
  border: none;
  background-color: white;
  padding: 15px;
}

.in-number {
  padding: 50px 15px;
}

.in-number .wrap {
  max-width: 1450px;
  margin: auto;
}

.in-number .line {
  height: 1px;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.1);
  margin: 15px 0px;
}

.in-number .progressbar {
  width: 100%;
}

.in-number .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 15px;
}

@media (max-width: 992px) {
  .in-number .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .in-number .grid {
    grid-template-columns: 1fr;
  }
}

.in-number .circle {
  width: 100%;
  margin: 10px auto 0px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.in-number .circle canvas {
  vertical-align: middle;
  width: 200px !important;
  height: 200px !important;
}

.in-number .circle div {
  position: absolute;
  font-size: 30px;
  top: 82px;
  left: 0px;
  width: 100%;
  text-align: center;
  line-height: 40px;
}

.in-number .circle .diff svg {}

.in-number .circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.in-number .circle span {
  display: block;
  color: rgb(170, 170, 170);
  margin-top: 12px;
}

.in-number .cont {
  margin-top: 10px;
  color: rgb(16, 64, 153);
}

.tdp-general .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.tdp-general .inr-g {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 530px) {
  .tdp-general .inr-g {
    grid-template-columns: 1fr;
  }
}

.tdp-general .inr-g img {
  width: 100%;
  min-height: 200px;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.tdp-general .inr-g .img-div {
  position: relative;
  overflow: hidden;
}

.tdp-general .inr-g .hover-eff {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 1s;
}

.tdp-general .conjest-f {
  max-width: 500px;
  margin-left: auto;
}

.tdp-general .first {
  background: url("https://www.russell-street.co.uk/assets/images/bgn-budapest-3.jpg") center center / cover;
  padding: 0px 30px;
  color: white;
}

.tdp-general .second {
  background-color: rgb(225, 232, 240);
}

.tdp-general .second {
  padding: 100px 50px;
}

.tdp-general .conjest-s {
  max-width: 600px;
  margin-right: auto;
}

.tdp-general .owl-dots,
.tdp-general .owl-nav {
  display: none;
}

.tdp-general .inr-g .img-div button {
  position: absolute;
  bottom: 20px;
  background-color: rgb(16, 64, 153);
  left: 50%;
  transform: translateX(-50%);
  color: white;
  opacity: 0;
  transition: 0.3s;
}

.tdp-general .inr-g .img-div button::after {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: rgb(16, 64, 153);
  transition: background-color 0.2s ease-in;
}

.tdp-general .inr-g .img-div button::before {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 0px;
  background: linear-gradient(to right, rgb(16, 64, 153) 29%, rgb(0, 175, 137) 100%);
  z-index: -1;
  transition: width 0.2s ease-in;
}

.tdp-general .inr-g .img-div button:hover::before {
  width: 100%;
}

.tdp-general .inr-g .img-div button:hover::after {
  z-index: -2;
}

.tdp-general .inr-g .img-div button:hover {
  bottom: 23px;
  box-shadow: rgba(34, 34, 34, 0.2) 1px 1px 10px 1px;
}

.tdp-general .inr-g .content {
  background-color: white;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tdp-general .inr-g .img-div:hover>button {
  opacity: 1;
}

.tdp-general .inr-g .img-div:hover>img {
  transform: scale(1.1);
}

.tdp-general .inr-g .img-div:hover>.hover-eff {
  background-color: rgba(0, 175, 137, 0.7);
}

.tdp-general .owl-stage-outer {
  overflow-x: hidden;
}

.tdp-general .owl-stage {
  display: flex;
}

.bsb-general .head-btn-wrap {
  max-width: 1000px;
  margin-left: auto;
}

.bsb-general .wrap {
  max-width: 1450px;
}

.bsb-general .item .profile {
  margin-bottom: 20px;
}

.bsb-general .btn-div.align-self-end button {
  color: white;
  transition: 0.2s ease-in;
  position: relative;
  z-index: 2;
}

.bsb-general .btn-div.align-self-end button::after {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: rgb(0, 175, 137);
  transition: background-color 0.2s ease-in;
}

.bsb-general .btn-div.align-self-end button::before {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 0px;
  background: linear-gradient(to right, rgb(0, 175, 137) 29%, rgb(16, 64, 153) 100%);
  z-index: -1;
  transition: width 0.2s ease-in;
}

.bsb-general .btn-div.align-self-end button:hover::before {
  width: 100%;
}

.bsb-general .btn-div.align-self-end button:hover::after {
  z-index: -2;
}

.bsb-general .btn-div.align-self-end button:hover {
  transform: translateY(-3px);
  box-shadow: rgba(34, 34, 34, 0.2) 1px 1px 10px 1px;
}

.bsb-general .item {
  background-color: rgb(240, 244, 247);
  padding: 50px 20px;
}

.bsb-general .item h4 {
  color: rgb(0, 175, 137);
  font-size: 20px;
  font-weight: bolder;
}

.bsb-general .item h5 {
  font-size: 16px;
}

.map-full {
  position: relative;
}

.map-full iframe {
  width: 100%;
  height: 120vh;
}

.map-full .upr-contact {
  padding: 15px;
  position: absolute;
  width: 100%;
  top: 116px;
}

@media (max-width: 991px) {
  .map-full .upr-contact {
    top: 0px;
    position: relative;
  }
}

.map-full .wrap {
  max-width: 992px;
  margin: auto;
}

.map-full .inr-one {
  padding: 35px;
  background-color: white;
}

.map-full .inr-one .img-div {
  margin-bottom: 15px;
}

.map-full .inr-one h3 {
  font-size: 20px;
}

.map-full .inr-one h2 {
  font-size: 25px;
  font-weight: bolder;
}

.map-full .inr-one p {
  font-size: 14px;
}

.map-full .inr-one .line {
  height: 1px;
  background-color: rgba(34, 34, 34, 0.1);
  margin: 15px 0px;
}

.map-full .inr-one .img-div img {
  width: 100%;
}

.map-full .contact-g span {
  display: flex;
  justify-content: center;
  font-size: 25px;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgb(16, 64, 153);
  color: rgb(16, 64, 153);
}

.map-full .contact-g .d-flex.align-items-center p {
  color: rgba(34, 34, 34, 0.6);
}

.map-full .contact-g .d-flex.align-items-center:nth-child(2) span {
  border-color: rgb(0, 175, 137);
  color: rgb(0, 175, 137);
}

.contact-header {
  background: linear-gradient(to right, rgba(152, 145, 157, 0.7), rgba(152, 145, 157, 0.7)) center center / cover, url("https://www.russell-street.co.uk/assets/images/contact-header-dt.webp");
  color: white;
}

.contact-header.pricing-header {
  background: linear-gradient(to right, rgba(152, 145, 157, 0.7), rgba(152, 145, 157, 0.7)) 0% 0% / cover, url("https://www.russell-street.co.uk/assets/images/pricing-header.jpg");
}

.contact-header.working-header {
  background: linear-gradient(to right, rgba(152, 145, 157, 0.7), rgba(152, 145, 157, 0.7)) 0% 0% / cover, url("https://www.russell-street.co.uk/assets/images/dental-travel-mb.jpg");
}

.contact-header.sGallery-header {
  background: linear-gradient(to right, rgba(152, 145, 157, 0.7), rgba(152, 145, 157, 0.7)) 0% 0% / cover, url("https://www.russell-street.co.uk/assets/images/sm-gall-header-dt.webp");
}

@media (max-width: 767px) {
  .contact-header {
    background: linear-gradient(to right, rgba(152, 145, 157, 0.7), rgba(152, 145, 157, 0.7)) center center / cover, url("https://www.russell-street.co.uk/assets/images/contact-header-mb.webp");
  }

  .contact-header.pricing-header {
    background: linear-gradient(to right, rgba(152, 145, 157, 0.7), rgba(152, 145, 157, 0.7)), url("https://www.russell-street.co.uk/assets/images/pricing-header-mb.jpg");
  }

  .contact-header.working-header {
    background: linear-gradient(to right, rgba(152, 145, 157, 0.7), rgba(152, 145, 157, 0.7)), url("https://www.russell-street.co.uk/assets/images/smile-header-mb.jpg");
  }

  .contact-header.sGallery-header {
    background: linear-gradient(to right, rgba(152, 145, 157, 0.7), rgba(152, 145, 157, 0.7)), url("https://www.russell-street.co.uk/assets/images/sm-gall-header-dt.webp");
  }
}

.contact-header h1 {
  font-family: normal-headings;
  letter-spacing: -0.03em;
}

.contact-header p {
  font-size: 17px;
}

.contact-header .c-dif {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: rgba(225, 232, 240, 0.6);
}

.contact-header .paginat a {
  color: white;
}

.contact-header .green-line {
  width: 150px;
  height: 2px;
  background-color: rgb(161, 194, 157);
}

.contact-header .c-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 30px 15px;
}

.clients-with.four-c {
  padding: 25px 0px;
}

.clients-with.four-c .wrap {
  margin: auto;
  position: relative;
}

.clients-with.four-c .heading-wrap {
  padding: 0px 50px;
  max-width: 100%;
}

.clients-with.four-c .item h4 {
  color: rgb(152, 145, 157);
  font-size: 20px;
  font-weight: bolder;
}

.clients-with.four-c .item h5 {
  font-size: 16px;
}

.green-btn {
  color: white;
  background-color: rgb(152, 145, 157);
  transition: 0.2s ease-in;
  position: relative;
  z-index: 2;
}

.clients-with button.client-test {
  color: white;
  background-color: rgb(152, 145, 157);
  transition: 0.2s ease-in;
  position: relative;
  z-index: 2;
}

.green-btn::after {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: rgb(161, 194, 157);
  transition: background-color 0.2s ease-in;
}

.clients-with button.client-test::after {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: rgb(161, 194, 157);
  transition: background-color 0.2s ease-in;
}

.green-btn::before {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 0px;
  background: linear-gradient(to right, rgb(152, 145, 157) 29%, rgb(152, 145, 157) 100%);
  z-index: -1;
  transition: width 0.2s ease-in;
}

.clients-with button.client-test::before {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 0px;
  background: linear-gradient(to right, rgb(152, 145, 157) 29%, rgb(152, 145, 157) 100%);
  z-index: -1;
  transition: width 0.2s ease-in;
}

.green-btn:hover::before {
  width: 100%;
}

.clients-with button.client-test:hover::before {
  width: 100%;
}

@media (min-width: 1100px) {
  .clients-with {
    padding-left: 20px;
  }
}

.clients-with button.client-test:hover::after {
  z-index: -2;
}

.green-btn:hover::after {
  z-index: -2;
}

.green-btn:hover {
  transform: translateY(-3px);
  box-shadow: rgba(34, 34, 34, 0.2) 1px 1px 10px 1px;
}

.clients-with button.client-test:hover {
  transform: translateY(-3px);
  box-shadow: rgba(34, 34, 34, 0.2) 1px 1px 10px 1px;
}

.get-c {
  padding: 25px 15px;
}

@media (max-width: 767px) {
  .get-c h2 {
    font-size: 2.4rem;
  }
}

.get-c .can-book .x-line {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 3px;
  height: 70px;
  background-color: rgb(225, 232, 240);
}

.get-c .wrap {
  max-width: 1450px;
  margin: auto;
}

.get-c span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: rgb(152, 145, 157);
  border: 2px solid rgb(152, 145, 157);
  font-size: 35px;
  align-self: center;
}

.get-c .can-book button {
  transition: 0.2s ease-in;
  position: relative;
  z-index: 2;
  border: none;
  color: white !important;
}

.get-c .can-book button::after {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: rgb(152, 145, 157);
  transition: background-color 0.2s ease-in;
}

.get-c .can-book button::before {
  content: "";
  top: 0px;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 0px;
  background: linear-gradient(to right, rgb(161, 194, 157) 51%, rgb(161, 194, 157) 100%);
  z-index: -1;
  transition: width 0.2s ease-in;
}

.get-c .can-book button:hover::before {
  width: 100%;
}

.get-c .can-book button:hover::after {
  z-index: -2;
}

.get-c .can-book button:hover {
  transform: translateY(-3px);
  box-shadow: rgba(34, 34, 34, 0.2) 1px 1px 10px 1px;
}

@media (max-width: 767px) {
  .get-c .can-book {
    align-items: center;
  }
}

.get-c .line {
  height: 2px;
  background-color: rgb(225, 232, 240);
  margin-bottom: 20px;
}

.get-c .contact-g {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.get-c .contact-g .d-flex>div {
  width: calc(100% - 66px);
}

@media (max-width: 1216px) and (min-width: 991px) {
  .get-c .contact-g .d-flex>div p {
    font-size: 15px;
  }

  .get-c .contact-g .d-flex>div h3 {
    font-size: 23px;
  }

  .get-c span {
    width: 50px;
    height: 50px;
  }

  .get-c .contact-g .d-flex>div {
    width: calc(100% - 56px);
  }
}

@media (max-width: 991px) {
  .get-c .contact-g {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 800px) {
  .get-c .contact-g {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .get-c {
    padding: 25px 15px;
  }

  .get-c .contact-g {
    grid-template-columns: 1fr;
  }
}

.get-c .contact-g div:nth-child(2n) span {
  color: rgb(161, 194, 157);
  border: 2px solid rgb(161, 194, 157);
}

.free-q.third-c .grid {
  grid-template-columns: 5fr 11fr;
}

.free-q.third-c .conjest {
  background-color: rgb(225, 232, 240);
  color: rgb(0, 0, 0);
}

@media (max-width: 870px) {
  .free-q.third-c .grid {
    grid-template-columns: 1fr;
  }
}

.tm-cr.c-thre .owl-nav,
.tm-cr.c-four .owl-nav {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  bottom: 50%;
  left: 0px;
  z-index: 1;
}

.tm-cr.c-thre,
.tm-cr.c-four {
  position: relative;
}

.tm-cr.c-thre .owl-nav button,
.tm-cr.c-four .owl-nav button {
  padding: 0px;
  font-size: 35px;
  color: rgb(161, 194, 157);
  background: none;
}

.tm-cr.c-thre,
.tm-cr.c-four {
  padding: 0px 50px;
}

@media (max-width: 767px) {

  .tm-cr.c-thre,
  .tm-cr.c-four {
    padding: 0px 25px;
  }

  .clients-with.four-c .heading-wrap {
    padding: 0px 25px;
  }
}

.tm-cr.c-thre .owl-nav .owl-next,
.tm-cr.c-four .owl-nav .owl-next {
  right: 0px;
  position: absolute;
  z-index: 1;
  font-size: 35px;
}

.single-header .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.single-header.nitime-header .grid {
  display: flex;
}

.single-header.nitime-header .grid .img-div {
  width: 50%;
}

.single-header.nitime-header .grid .bg-here {
  width: 50%;
}

.single-header.nitime-header .grid .bg-here * {
  white-space: normal;
}

.single-header.nitime-header .grid .bg-here .inr {
  width: 100%;
}

@media (max-width: 991px) {
  .single-header .grid {
    grid-template-columns: 1fr;
  }

  .single-header.nitime-header .grid {
    flex-direction: column;
  }

  .single-header.nitime-header .grid .img-div,
  .single-header.nitime-header .grid .bg-here {
    width: 100%;
  }

  .single-header.nitime-header .bg-here {
    display: block;
  }
}

.single-header p {
  font-size: 18px;
}

.single-header .bg-here {
  background-color: rgb(225, 232, 240);
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 50px;
}

.single-header .img-div {
  position: relative;
}

.single-header .img-div .center-div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-header .content {
  max-width: 450px;
  padding: 50px;
  font-size: 30px;
  background-color: rgba(230, 252, 240, 0.6);
  position: relative;
}

.single-header .upr-o {
  position: absolute;
  top: 25px;
  width: 170px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(0, 175, 137);
}

.single-header .line {
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 15px 0px;
}

.single-header .inr {
  max-width: 700px;
  margin-left: auto;
}

.single-header .bot-o {
  position: absolute;
  bottom: 25px;
  width: 170px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(0, 175, 137);
}

.single-header .img-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.is-whitening {
  padding: 50px 0px;
}

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

@media (max-width: 767px) {
  .is-whitening h2 {
    font-size: 2.4rem;
  }
}

.is-whitening .green-line {
  width: 70px;
  height: 3px;
  background-color: rgb(0, 175, 137);
  margin: 15px 0px;
}

.is-whitening .dent-services {
  list-style: none;
}

.is-whitening .dent-services li {
  padding: 10px 0px;
  position: relative;
}

.is-whitening .dent-services li::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  height: 3px;
  width: 136px;
  background-color: rgb(225, 232, 240);
}

.is-whitening .dent-services li::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  height: 6px;
  opacity: 0;
  width: 6px;
  background-color: rgb(0, 175, 137);
  border-radius: 50%;
  transition: opacity 0.3s ease-in;
}

.is-whitening {
  font-size: 18px;
}

.is-whitening .dent-services li:hover::after {
  opacity: 1;
}

.is-whitening .dent-services a {
  color: black;
}

.is-whitening .sec-s {
  border: 8px solid rgb(225, 232, 240);
  padding: 25px;
}

.is-whitening .cal-mail span {
  font-size: 30px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(152, 145, 157);
  color: rgb(152, 145, 157);
}

.is-whitening .sec-s .line {
  margin: 15px 0px;
  height: 2px;
  background-color: rgb(225, 232, 240);
}

.is-whitening .sec-s .blank-line {
  margin: 15px 0px;
  height: 2px;
}

.is-whitening .sec-s input:not([type="checkbox"]),
.is-whitening .sec-s select {
  background: rgb(255, 255, 255);
  color: rgb(24, 24, 24);
  box-shadow: rgba(34, 34, 34, 0.2) 1px 1px 3px 1px;
  height: 3.25em;
  padding: 1em 1.563em;
  outline: none;
}

.was-validated .form-select:valid:not([multiple]):not([size]) {
  background-repeat: no-repeat;
}

.is-whitening .sec-s select {
  height: auto;
}

.is-whitening .sec-s textarea {
  box-shadow: rgba(34, 34, 34, 0.2) 1px 1px 3px 1px;
  padding: 1em 1.563em;
  background: rgb(255, 255, 255);
  color: rgb(24, 24, 24);
  outline: none;
}

.is-whitening .sec-s button {
  background-color: rgb(152, 145, 157);
  color: white;
}

.is-whitening .sec-s button:hover {
  background-color: rgb(161, 194, 157);
  color: white;
  transition: 0.3s;
}

.you-should {
  background: linear-gradient(to right, rgba(152, 145, 157, 0.9), rgba(152, 145, 157, 0.9)) 0% 0% / cover, url("https://www.russell-street.co.uk/assets/images/team-header.jpg");
  padding: 50px 15px;
}

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

.you-should .headings {
  padding-bottom: 50px;
}

.you-should .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  color: white;
}

.you-should .you-should-car {
  color: white;
}

.you-should .you-should-car .owl-stage {
  display: flex;
}

.you-should .you-should-car .owl-stage-outer {
  overflow-x: hidden;
}

.you-should .you-should-car .owl-nav,
.you-should .you-should-car .owl-dots {
  display: none;
}

@media (max-width: 1200px) {
  .you-should .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .you-should h3 {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .you-should .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .you-should h2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 500px) {
  .you-should .grid {
    grid-template-columns: 1fr;
  }
}

.you-should span {
  font-size: 40px;
  color: rgb(161, 194, 157);
}

.you-should h3 {
  height: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.small {
  font-size: 11px;
  color: rgb(153, 153, 153);
  display: block;
  margin-top: -10px;
}

.cont {
  text-align: center;
}

.page-head {
  padding: 60px 0px;
  text-align: center;
}

.page-head .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
  margin-top: 0px;
}

.btn {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0px;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.btn-lg {
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px;
}

.btn-primary:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(21, 40, 54);
}

.btn-primary {
  background-color: rgb(21, 40, 54);
  border-color: rgb(14, 26, 36);
  color: rgb(255, 255, 255);
}

.btn-primary {
  border-color: rgb(238, 238, 238);
  color: rgb(238, 238, 238);
  transition: color 0.1s, background-color 0.15s;
}

.page-head h1 {
  font-size: 42px;
  margin: 0px 0px 20px;
  color: rgb(255, 255, 255);
  position: relative;
  display: inline-block;
}

.page-head h1 .version {
  bottom: 0px;
  color: rgb(221, 221, 221);
  font-size: 11px;
  font-style: italic;
  position: absolute;
  width: 58px;
  right: -58px;
}

.demo-gallery>ul {
  margin-bottom: 0px;
  padding-left: 15px;
  display: flex;
}

.demo-gallery>ul>li {
  margin-bottom: 15px;
  width: 30%;
  margin-right: 15px;
  list-style: outside none none;
}

.demo-gallery>ul>li a {
  border: 3px solid rgb(255, 255, 255);
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery>ul>li a>img {
  transition: transform 0.15s;
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery>ul>li a:hover>img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
  opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  inset: 0px;
  position: absolute;
  transition: background-color 0.15s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
  transition: transform 0.15s;
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
  opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  inset: 0px;
  position: absolute;
  transition: background-color 0.15s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark>ul>li a {
  border: 3px solid rgb(4, 7, 10);
}

.cs-secnd {
  padding: 0px 15px;
}

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

.cs-secnd img {
  width: 100%;
}

.cs-secnd .nav.nav-tabs {
  padding: 50px 0px;
}

.cs-secnd .nav-tabs button.nav-link {
  color: black;
  position: relative;
}

.cs-secnd .nav-tabs button.nav-link::before {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: -3px;
  left: 50%;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: rgb(0, 175, 137);
  transition: opacity 0.3s ease-in;
}

.cs-secnd .nav-tabs button.nav-link:hover::before {
  opacity: 1;
}

.cs-secnd .nav-tabs button.nav-link.active::before {
  opacity: 1;
}

.cs-secnd .nav-tabs button.nav-link:hover::before {
  opacity: 1;
}

.cs-secnd .innr-one img {
  width: 100%;
}

.cs-secnd .innr-one {
  position: relative;
}

.cs-secnd .innr-one::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(transparent 15%, rgb(255, 255, 255) 50%);
  opacity: 0.9;
}

.cs-secnd .innr-same {
  padding: 20px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cs-secnd .f-one {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cs-secnd .f-one div {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: rgb(225, 232, 240);
}

.cs-secnd .f-one span {
  color: rgb(0, 175, 137);
}

.cs-secnd .f-one a {
  color: black;
}

.cs-secnd .innr-one h3 {
  display: flex;
  align-items: flex-end;
  height: 60px;
  margin-top: 7px;
  margin-bottom: 0px;
  font-size: 23px;
  align-self: flex-start;
}

.cs-secnd .innr-same .line {
  height: 2px;
  width: 100%;
  background-color: rgb(225, 232, 240);
  margin: 7px 0px;
}

.cs-secnd .innr-same .read-div {
  align-self: flex-start;
}

.cs-secnd .innr-same .read-div a {
  color: rgb(0, 175, 137);
}

.to-budapest {
  padding: 20px 15px;
}

.to-budapest .wrap {
  max-width: 1200px;
}

.to-budapest .col-lg-5.bg {
  background-color: rgb(225, 232, 240);
  display: flex;
  align-items: center;
}

.to-budapest .col-lg-5.bg .content {
  margin-top: 58px;
}

.to-budapest .col-lg-7.img-div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 620px;
}

.to-budapest .icons-box {
  padding: 58px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.to-budapest .icons-box span {
  font-size: 50px;
}

@media (max-width: 500px) {
  .to-budapest .icons-box {
    grid-template-columns: 1fr;
  }
}

.to-budapest .content {
  padding: 20px 58px;
  position: relative;
}

.to-budapest .content .uppr-o {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 199px;
  margin: auto;
  background-color: rgb(0, 175, 137);
  height: 3px;
  transform: translateX(-50%);
}

.to-budapest .content .bot-o {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 199px;
  margin: auto;
  background-color: rgb(0, 175, 137);
  height: 3px;
  transform: translateX(-50%);
}

.to-budapest .content p {
  font-size: 25px;
}

.to-budapest .icons-box .aero-icon svg {
  transform: rotate(45deg);
}

.to-budapest .icons-box>div {
  text-align: center;
}

.to-budapest .col-lg-5 span {
  font-size: 50px;
}

@media (min-width: 1201px) {
  .to-budapest .col-lg-6.img-div img {
    height: 477px;
  }
}

.pricing-tabs {
  padding: 50px 15px;
}

.pricing-tabs .sm-price-car .owl-stage {
  display: flex;
}

.pricing-tabs .sm-price-car .owl-stage-outer {
  overflow-x: hidden;
}

.pricing-tabs .sm-price-car .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: -1;
}

.pricing-tabs .sm-price-car .owl-nav button {
  padding: 0px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background: inherit;
  position: relative;
  z-index: 1;
  animation: 2s ease-in 0s infinite normal none running pulse;
  border-radius: 50%;
  border: 1px solid rgb(152, 145, 157);
}

@keyframes pulse {
  0% {
    border-color: rgb(152, 145, 157);
  }

  50% {
    border-color: rgb(255, 255, 255);
  }

  100% {
    border-color: rgb(152, 145, 157);
  }
}

.pricing-tabs .sm-price-car .owl-nav button span {
  font-size: 18px;
}

.pricing-tabs .sm-price-car .owl-dots {
  display: none;
}

@media (max-width: 767px) {
  .pricing-tabs .sm-price-car {
    padding: 0px 15px;
    position: relative;
    z-index: 1;
  }

  .pricing-tabs .nav-tabs button.nav-link button {
    margin-bottom: 0px;
  }

  .pricing-tabs .sm-price-car .nav-item {
    display: flex;
    justify-content: center;
  }

  .pricing-tabs .sm-price-car .nav-item button {
    position: relative;
    z-index: 2;
    margin-bottom: 0px;
    background-color: rgb(152, 145, 157);
    color: white !important;
  }

  .pricing-tabs .nav-tabs {
    border: none;
  }

  .pricing-tabs .sm-price-car .nav-item button::before {
    display: none;
  }
}

.pricing-tabs .wrap {
  max-width: 1450px;
  margin: auto;
}

.pricing-tabs .nav-item {
  padding-bottom: 0px;
}

.pricing-tabs .nav.nav-tabs {
  margin-bottom: 50px;
}

.pricing-tabs .nav-tabs button.nav-link {
  color: black;
  position: relative;
  transition: 0.3s ease-in;
}

.pricing-tabs .nav-tabs button.nav-link::before {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: -3px;
  left: 50%;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: rgb(161, 194, 157);
  transition: opacity 0.3s ease-in;
}

.pricing-tabs .nav-tabs button.nav-link:hover::before {
  opacity: 1;
}

.pricing-tabs .nav-tabs button.nav-link.active {
  background-color: rgb(152, 145, 157);
  color: white;
}

.pricing-tabs .nav-tabs button.nav-link.active::before {
  opacity: 1;
}

.pricing-tabs .nav-tabs button.nav-link:hover::before {
  opacity: 1;
}

.pricing-tabs .inr-f {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.pricing-tabs .inr-f.yes {
  margin: 14px 0px;
}

.pricing-tabs .inr-f {
  margin: 7px 0px;
}

.pricing-tabs .inr-f h5 {
  margin-bottom: 0px;
  font-weight: 900;
  background-color: white;
}

.pricing-tabs .inr-f::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 7px;
  z-index: -1;
  left: 0px;
  border-bottom: 3px dotted rgba(0, 0, 0, 0.5);
}

.pricing-tabs .tab-content img {
  width: 100%;
}

.pricing-tabs p.light {
  font-size: 20px;
  max-width: 80%;
}

.pricing-tabs .col-lg-4 img {
  width: 100%;
}

.want-book td {
  vertical-align: middle;
  text-align: center;
}

.want-book {
  padding: 50px 15px;
}

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

.want-book td.bg-green-table {
  transition: 0.3s ease-in;
}

.want-book td.bg-green-table:hover {
  background-color: rgb(16, 64, 153) !important;
}

.want-book td p:nth-child(2) {
  margin-bottom: 0px;
}

.want-book td p:nth-child(1) {
  color: white;
}

.want-book .light-white {
  color: rgba(255, 255, 255, 0.5);
}

.want-book .lunch-break p:nth-child(1) {
  color: rgb(16, 64, 153);
}

.want-book .lunch-break p:nth-child(2) {
  color: rgba(16, 64, 153, 0.5);
}

.want-book-sm {
  padding: 20px;
}

.want-book-sm .content-f,
.want-book-sm .content-s {
  padding-left: 15px;
  position: relative;
  margin: 17px 0px;
}

.want-book-sm .content-f p {
  color: rgb(0, 175, 137);
}

.want-book-sm .content-f p,
.want-book-sm .content-s p {
  margin-bottom: 5px;
}

.want-book-sm .content-f::before,
.want-book-sm .content-s::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0px;
  top: 0px;
}

.want-book-sm .content-f::before {
  background-color: rgb(16, 64, 153);
}

.want-book-sm .content-s::before {
  background-color: rgb(225, 232, 240);
}

.wk-dp {
  background: linear-gradient(to right, rgba(16, 64, 153, 0.7), rgba(16, 64, 153, 0.7)) 0% 0% / cover, url("https://www.russell-street.co.uk/assets/images/wk-dp.jpg");
  padding: 50px 15px 0px;
}

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

.wk-dp .grid {
  margin-bottom: -38px;
}

.wk-dp .card-main {
  position: relative;
  bottom: -8px;
  padding: 0px;
}

.numerous-occasions {
  padding: 70px 15px 50px;
}

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

.wakra-content {
  max-width: 350px;
  padding: 30px 0px;
  position: relative;
}

.wakra-content .uppr-o {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 93px;
  background-color: rgb(0, 175, 137);
}

.wakra-content p {
  font-size: 25px;
  margin-bottom: 0px;
}

.wakra-content .bot-o {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 93px;
  background-color: rgb(0, 175, 137);
}

.contact-map .wrap {
  max-width: 1450px;
}

.contact-map .time-book {
  display: flex;
  align-items: center;
  padding: 8px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.contact-map .time-book:last-child {
  border: none;
}

.contact-map .time-book>div {
  width: 33.33%;
}

.contact-map .time-book>div:nth-child(2) {
  text-align: center;
}

.contact-map .time-book>div:nth-child(3) {
  text-align: end;
}

.contact-map .time-book p {
  margin-bottom: 0px;
}

.contact-map .time-book button {
  font-size: 15px;
  padding: 4px 10px;
}

.contact-map .grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
}

@media (max-width: 850px) {
  .contact-map .grid {
    grid-template-columns: 1fr !important;
  }

  .contact-map {
    padding: 15px;
  }

  .contact-map .c-here {
    padding: 0px !important;
  }

  .contact-map .inr-wrap {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.contact-map .map-here iframe {
  width: 100%;
  min-height: 300px;
  max-height: 700px;
  height: 100%;
}

.contact-map .c-here {
  padding: 60px 0px;
}

.contact-map .inr-wrap {
  margin-left: -20px;
  padding: 30px;
  background-color: rgb(0, 175, 137);
  color: white;
}

.contact-map input {
  height: 3.25em;
  background: rgb(255, 255, 255);
  outline: none;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  line-height: 1;
  width: 100%;
  display: block;
  padding: 1.125em 1.563em;
  color: inherit;
  font-size: 1em;
}

.contact-map textarea {
  padding: 1.125em 1.563em;
}

.contact-map button {
  padding: 15px 30px;
  background-color: rgb(16, 64, 153);
  color: white;
}

.frequently-asked {
  padding: 50px 15px;
}

.frequently-asked .wrap {
  max-width: 1450px;
  margin: auto;
}

.frequently-asked .img-div img {
  width: 100%;
}

.frequently-asked .accordion-button {
  color: black;
  background-color: white;
  transition: 0.3s ease-in;
}

.frequently-asked .accordion-button[aria-expanded="true"] {
  background-color: rgb(0, 175, 137);
  color: white;
}

.frequently-asked .accordion-button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: rgba(0, 175, 137, 0.6);
  background: none;
  transition: 0.3s ease-in;
}

.frequently-asked .accordion-button:focus {
  box-shadow: none;
}

.frequently-asked .accordion-button[aria-expanded="true"]::after {
  color: white;
}

.frequently-asked .accordion-button:hover::after {
  color: white;
}

.frequently-asked .accordion-button:hover {
  background-color: rgb(0, 175, 137);
  color: white;
}

.img-faq .wrap {
  max-width: 1450px;
}

.img-faq .grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
}

.img-faq .img-div img {
  width: 100%;
}

.img-faq .accordion-button {
  color: black;
  background-color: white;
  transition: 0.3s ease-in;
}

.img-faq .accordion-button[aria-expanded="true"] {
  background-color: rgb(16, 64, 153);
  color: white;
}

.img-faq .inner-one {
  padding: 50px;
  background-color: rgb(240, 244, 247);
  margin-left: -20px;
  width: 100%;
}

@media (max-width: 991px) {
  .img-faq .grid {
    grid-template-columns: 1fr;
  }

  .img-faq .inner-one {
    margin-left: 0px;
  }
}

.img-faq .accordion-button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: rgb(240, 244, 247);
  background: none;
  transition: 0.3s ease-in;
}

.img-faq .accordion-item {
  border-color: rgb(16, 64, 153);
}

.img-faq .accordion-button:focus {
  box-shadow: none;
}

.img-faq .accordion-button[aria-expanded="true"]::after {
  color: white;
}

.img-faq .accordion-button:hover::after {
  color: white;
}

.img-faq .accordion-button:hover {
  background-color: rgb(16, 64, 153);
  color: white;
}

.four-c.clients-with .tm-cr.c-four .item {
  background: none;
}

.four-c.clients-with .c-four .item h3 {
  font-size: 20px;
  font-family: normal-headings;
}

@media (max-width: 767px) {
  .clients-with h2 {
    font-size: 2.4rem;
  }
}

.four-c.clients-with .four .entit .img-div {
  padding: 12px;
}

.four-c.clients-with .four .entit .img-div img {
  width: 44px;
}

.contact-map.pc .ace span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 35px;
  background-color: white;
}

.contact-map.pc .ace p {
  color: rgba(225, 225, 225, 0.6);
}

.wrapper {
  margin-top: 2400px;
}

.percentage {
  padding: 20px 0px;
  opacity: 0;
}

.animation {
  height: 10px;
  border: 1px solid rgb(204, 204, 204);
  background: rgb(238, 238, 238);
  border-radius: 0.25rem;
}

.animation-bar {
  height: 10px;
  width: 0px;
  background: rgb(152, 145, 157);
  position: relative;
  border-radius: 0.25rem;
  transition: 0.9s ease-out;
}

.come-in:nth-child(2n+1) {
  animation-duration: 0.6s;
}

@keyframes come-in {
  100% {
    transform: translateY(0px);
  }
}

.p50 {
  width: 50%;
}

.p25 {
  width: 25%;
}

.p36 {
  width: 36%;
}

.p68 {
  width: 68%;
}

.p73 {
  width: 73%;
}

.p62 {
  width: 62%;
}

.animated {
  animation-fill-mode: both;
}

.owl-animated-out {
  position: relative;
  z-index: 1;
}

.owl-animated-in {
  position: relative;
  z-index: 0;
}

.fadeOut {
  animation: 1s ease 0s 1 normal none running fadeOut;
}

.fadeIn {
  animation: 1s ease 0s 1 normal none running fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cnt223 a {
  text-decoration: none;
}

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

.cookie-popup .btn-div {
  flex-wrap: wrap;
}

.cookie-popup .btn-div button {
  background-color: white;
  color: rgb(152, 145, 157);
  border: none;
  border-radius: 4px;
  padding: 7px 30px;
  font-size: 14px;
}

.cnt223 {
  width: 95%;
  margin: auto;
  background: rgb(152, 145, 157);
  position: relative;
  z-index: 103;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgb(0, 0, 0) 0px 2px 5px;
}

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

.cnt223 p a {
  color: rgb(217, 25, 0);
  font-weight: bold;
}

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

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

.modal {
  overflow-y: auto;
}

.team-modal .modal-dialog {
  border-radius: 50px;
  overflow: hidden;
}

.team-modal .modal-body {
  border-radius: 30px;
  overflow: hidden;
}

.dentist-modal-bg {
  background-image: url("https://www.russell-street.co.uk/assets/images/doctor-header.jpg");
  border-radius: 30px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.team-modal .dentist-text {
  text-align: center;
}

.team-modal .dentist-text a {
  color: inherit;
}

.team-modal .modal-header {
  position: absolute;
  right: 24px;
  top: 0px;
  padding: 0px;
  color: white;
  z-index: 100;
  border: none;
}

.team-modal .modal-header button {
  padding: 0px;
  border: none;
  background: none;
  font-size: 20px;
  color: black;
  margin: 0px;
  opacity: 1;
  width: auto;
  height: auto;
}

.team-modal .dr-header h1 {
  font-size: 3.625em;
  color: rgb(161, 194, 157);
  letter-spacing: -0.03em;
  font-family: headings;
  line-height: 1;
}

.team-modal .dr-header h1 small {
  color: rgb(152, 145, 157);
  font-size: 60%;
  letter-spacing: -0.02em;
  font-family: normal-headings;
}

.team-modal .dr-header h1 u {
  text-decoration: none;
}

.team-modal .modal-header button:focus {
  box-shadow: none;
}

.team-modal .modal-img img {
  width: 100%;
  border-radius: 20px;
}

.team-modal .dentist-modal-bg {
  color: white;
}

.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.team-modal .dentist-text {
  margin-top: 10px;
}

.modal-content {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 1100px;
  border-radius: 50px;
}

.team-modal .img-div {
  display: flex;
  justify-content: center;
}

.team-modal .img-div img {
  width: 300px;
  height: 400px;
  object-fit: contain;
  object-position: center bottom;
}

@media (max-width: 767px) {
  .team-modal .img-div img {
    width: 100%;
    height: 250px;
  }

  .team-modal .dr-header h3 {
    margin-bottom: 0px;
  }
}

.team-modal .dr-header {
  background: inherit;
}

.team-modal .dr-header .row {
  min-height: 430px;
}

.team-modal .dr-header h3,
.team-modal .dr-header h5 {
  color: black;
}

.team-modal .dr-header h5 a {
  color: black;
}

.team-modal .dr-header h5.clr-blue {
  color: rgb(16, 64, 153);
}

.team-modal .dr-header .row p {
  color: black;
}

.team-modal .dr-header .row .content {
  height: 150px;
  overflow-y: auto;
}

.team-modal .dr-header .row .content::-webkit-scrollbar {
  width: 6px;
}

.team-modal .dr-header .row .content::-webkit-scrollbar-track {
  background: rgb(241, 241, 241);
}

.team-modal .dr-header .row .content::-webkit-scrollbar-thumb {
  background: rgb(136, 136, 136);
}

.team-modal .dr-header .row .content::-webkit-scrollbar-thumb:hover {
  background: rgb(85, 85, 85);
}

.team-modal .modal-dialog {
  max-width: 1100px;
  margin: auto;
}

.team-modal .dentist-info {
  margin-top: 20px;
  text-align: left;
  font-size: 14px;
  max-height: 400px;
  overflow: auto;
}

.team-modal .modal-img {
  max-width: 300px;
  margin: auto;
}

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

.popup-wrap {
  border-radius: 5px;
  padding: 5px 10px;
  max-width: 500px;
  margin: auto;
  background: rgb(152, 145, 157) !important;
}

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

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

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

.services-about {
  padding: 0px 15px 5em;
}

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

.services-about h2 {
  font-size: 4.063em;
  font-family: headings;
  letter-spacing: -0.03em;
}

.services-about h2 small {
  font-size: 60%;
  letter-spacing: -0.02em;
  font-family: normal-headings;
}

.services-about h2 u {
  text-decoration: none;
  color: inherit;
}

.services-about p {
  font-size: 14px;
}

.services-about .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 40px;
}

@media (max-width: 991px) {
  .services-about .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .services-about .grid {
    grid-template-columns: 1fr;
  }
}

.services-about .entity .impty-s {
  margin-bottom: 1.25em;
}

.services-about .entity h3 {
  font-size: 1.875rem;
  height: 70px;
  text-align: center;
}

.services-about .entity .btn-div {
  display: flex;
  justify-content: center;
}

.services-about .entity .impty-sp {
  padding-bottom: 1.25em;
}

.services-about .entity .content {
  padding: 0px 1.875em;
  background-color: rgb(161, 194, 157);
}

.services-about .entity {
  background-color: rgb(161, 194, 157);
}

.services-about .entity img {
  width: 100%;
  transition: 0.3s ease-in;
}

.services-about .entity .img-div {
  position: relative;
}

.services-about .entity .hover-effect {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in;
}

.services-about .entity .img-div:hover img {
  transform: scale(1.06);
}

.services-about .entity .img-div:hover .hover-effect {
  background-color: rgba(152, 145, 157, 0.6);
}

.services-about .entity .img-div {
  overflow: hidden;
}

.impty-space {
  margin-top: 0.625em;
  margin-bottom: 1.25em;
}

.treatments-section .treatments-text {
  max-width: 1200px;
  margin: auto;
  font-size: 18px;
}

.treatments-section .treatments-text h2,
.treatments-section .treatments-text h4 {
  color: rgb(152, 145, 157);
}

.treatments-section {
  padding: 100px 15px;
}

.about-content {
  padding: 50px 15px;
}

@media (max-width: 767px) {
  .about-content {
    padding-bottom: 0px;
  }
}

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

.smile-view h3 {
  margin-bottom: 2rem;
  color: rgb(152, 145, 157);
  font-family: normal-headings;
  font-weight: 600;
}

.smile-view p.upr-para {
  font-size: 18px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .smile-view h3 {
    font-size: 2.4rem;
  }
}

.smile-view h3 .text-primary1 {
  color: rgb(161, 194, 157);
}

.smile-view img {
  width: 100%;
}

.smile-view {
  padding: 1.5rem 15px 4rem;
}

.smile-view .btn-div {
  padding-top: 2rem;
  text-align: center;
}

.invis-works .inner {
  padding: 3rem 15px;
  background: url("../img/invisalign-work-bg.jpg") right center no-repeat;
}

.invis-works h3 {
  margin-bottom: 2rem;
  color: rgb(152, 145, 157);
  font-family: normal-headings;
  font-weight: 600;
}

@media (max-width: 767px) {
  .invis-works h3 {
    font-size: 2.4rem;
  }
}

.invis-works h3 .text-primary1 {
  color: rgb(161, 194, 157);
}

.invis-works {
  padding-bottom: 1.5rem;
}

.invis-works .embed-responsive-16by9 {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px;
  overflow: hidden;
}

.invis-works .embed-responsive-16by9::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.mobile-video {
  width: 100%;
}

.invis-works .embed-responsive-16by9 iframe {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px;
}

.invis-steps .img-div.upr {
  text-align: center;
  margin-bottom: 1rem;
}

.invis-steps .img-div.upr img {
  width: 220px;
}

.invis-steps h3.upr {
  margin-bottom: 3rem;
  color: rgb(152, 145, 157);
  font-family: normal-headings;
  font-weight: 600;
}

@media (max-width: 767px) {
  .invis-steps h3.upr {
    font-size: 2.4rem;
  }
}

.invis-steps h3.upr .text-primary1 {
  color: rgb(161, 194, 157);
}

.invis-steps .img-div:not(.upr) {
  text-align: center;
  padding-bottom: 1rem;
}

.invis-steps .img-div:not(.upr) img {
  width: 180px;
}

.invis-steps .col-md-6 {
  padding-bottom: 4rem;
}

.invis-steps .col-md-6 h3 {
  text-align: center;
  margin-bottom: 0.5rem;
  color: rgb(152, 145, 157);
}

@media (min-width: 767px) {
  .invis-steps .col-md-6 h3 {
    font-size: 45px;
  }
}

.invis-steps .col-md-6 h3 .text-primary1 {
  color: rgb(161, 194, 157);
}

.invis-steps .col-md-6 p {
  text-align: center;
}

.invis-steps .col-md-6 p>strong {
  font-family: normal-headings;
}

.invis-steps .col-md-6 .text-small {
  text-align: center;
}

.video-container {
  width: 100%;
  margin: 0px auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.video-container video {
  width: 100%;
}

.play-button-wrapper {
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.play-button-wrapper .play-gif {
  cursor: pointer;
  pointer-events: auto;
}

.play-button-wrapper .play-gif svg {
  width: 100px;
  height: 100px;
  fill: rgb(255, 255, 255);
  stroke: rgb(255, 255, 255);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}

.pd-members {
  padding: 50px 15px;
}

.pd-members .img-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.pd-members .img-grid img {
  width: 100%;
}

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

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

.nitime-header-car .owl-stage {
  display: flex;
}

.nitime-header-car .owl-stage-outer {
  overflow-x: hidden;
}

.nitime-header-car .owl-dots,
.nitime-header-car .owl-nav {
  display: none;
}

.is-whitening .video-container {
  width: 100%;
  margin: 0px auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.play-button-wrapper {
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.play-button-wrapper .play-gif {
  cursor: pointer;
  pointer-events: auto;
}

.play-button-wrapper .play-gif svg {
  width: 100px;
  height: 100px;
  fill: rgb(255, 255, 255);
  stroke: rgb(255, 255, 255);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}

.is-whitening ul.three-steps-nitime {
  list-style: none;
  padding-left: 0px;
}

.is-whitening ul.three-steps-nitime li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

.is-whitening ul.three-steps-nitime li img {
  width: 60px;
  height: 60px;
}

.self-care {
  background-color: rgb(225, 232, 240);
  padding: 75px 15px;
  margin-bottom: 35px;
}

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

.self-care .btn-div {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.self-care .btn-div a {
  display: inline-block;
  color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 0px;
  padding: 10px 75px 10px 74px;
  border-radius: 5px;
  font-size: 18px;
}

.self-care .heading-div {
  padding-bottom: 30px;
}

.self-care img {
  width: 100%;
}

.self-care .heading-div h2 {
  font-size: 54px;
  color: rgb(161, 194, 157);
  line-height: 1;
  text-align: center;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .self-care .heading-div h2 {
    font-size: 2.4rem;
  }
}

.self-care .para-upr {
  max-width: 880px;
  margin: auto;
  padding-bottom: 20px;
}

.self-care .para-upr p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0.9rem;
}

.self-care .down-para {
  max-width: 880px;
  margin: auto;
}

.self-care .down-para p {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 29px;
}

.self-care .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 150px 0px 60px;
  gap: 120px 30px;
}

.self-care .grid.grid-four {
  grid-template-columns: repeat(4, 1fr);
  padding: 82px 0px 60px;
}

@media (max-width: 1250px) {
  .self-care .grid.grid-four {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .self-care .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .self-care .grid {
    grid-template-columns: 1fr;
  }

  .self-care .grid.grid-four {
    grid-template-columns: 1fr;
  }
}

.self-care .entity .heading {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.self-care .entity .para {
  padding-bottom: 40px;
}

.self-care .entity .para p {
  font-size: 20px;
  color: rgb(102, 105, 111);
}

.self-care .entity .heading-main {
  display: flex;
  align-items: center;
  height: 80px;
}

.self-care .grid-four .entity .heading-main {
  display: flex;
  align-items: center;
  height: 120px;
}

.self-care .entity .heading h3 {
  font-size: 30px;
  margin-bottom: 0px;
}

.self-care .grid-four .entity .heading h3 {
  font-size: 24px;
  margin-bottom: 0px;
}

.self-care .entity {
  padding: 0px 15px;
  background-color: white;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 10px 0px;
}

.self-care .heading-div h2 {
  margin-bottom: 0px;
}

.self-care .entity .main-svg {
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}

.self-care .entity .svg-div {
  box-shadow: rgba(0, 0, 0, 0.23) 0px 0px 8px;
  border-radius: 100px;
  width: 205px;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
}

.self-care .entity .svg-div svg {
  width: 55px;
  height: 55px;
}

.self-care .entity .svg-div.brown {
  background-color: rgb(140, 201, 221);
}

.self-care .entity .svg-div {
  background-color: rgb(255, 255, 255);
}

.faq-section {
  padding: 10px 15px 90px;
}

.faq-section h2 {
  font-weight: 700;
  color: rgb(152, 145, 157);
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .faq-section {
    padding: 50px 15px;
  }

  .faq-section h2 {
    font-size: 2.4rem;
  }
}

.faq-section .upper-para {
  text-align: center;
  font-size: 22px;
  color: rgb(42, 34, 26);
  line-height: 1;
  margin-bottom: 30px;
}

.faq-section .accordion-item {
  padding: 15px 0px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgb(213, 216, 220);
}

.faq-section h2.accordion-header {
  margin-bottom: 0px;
}

.faq-section h2.accordion-header {}

.faq-section button.accordion-button {
  font-size: 24px;
  letter-spacing: -0.96px;
  color: rgb(42, 34, 26);
  line-height: 1;
  font-weight: bold;
}

.faq-section .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
}

.faq-section .accordion-body p {
  font-size: 20px;
  line-height: 1.5;
  color: rgb(102, 105, 111);
}

@media (max-width: 767px) {
  .faq-section button.accordion-button {
    font-size: 20px;
  }

  .faq-section .accordion-body p {
    font-size: 17px;
  }
}

.faq-section button.accordion-button:focus {
  box-shadow: none;
  background: none;
}

.faq-section button.accordion-button:not(.collapsed)::after {
  background: url("https://www.russell-street.co.uk/assets/images/minus.svg") 0% 0% / 20px 20px;
  float: right;
  font-size: 12px;
  color: white;
  transform: rotate(0deg);
}

.faq-section button.accordion-button::after {
  background: url("https://www.russell-street.co.uk/assets/images/plus.svg");
  float: right;
  font-size: 12px;
  color: white;
  transition: opacity 0.3s;
}

.accordion-collapse.collapse {}

.consultation-modal {
  padding: 25px 15px;
  color: black;
}

.consultation-modal p {
  font-size: 22px;
  text-align: center;
}

@media (max-width: 400px) {
  .consultation-modal .btn-div {
    flex-direction: column;
  }

  .consultation-modal .btn-div button {
    width: 100%;
  }
}

#start-modal .modal-header {
  padding: 0px;
  border: none;
}

#start-modal .btn-close {
  margin-right: 14px;
}

#start-modal .modal-header {
  padding: 0px;
  border: none;
}

#start-modal .modal-dialog {
  max-width: 60vw;
  margin: 1.75rem auto;
}

#start-modal .modal-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0px auto;
}

@media (max-width: 576px) {
  #start-modal .modal-dialog {
    max-width: 90vw;
  }
}