/**
* Template Name: Empire of Glass
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  color: #484848;
  font-size: 17px;
  line-height: 32px;
  overflow-x: hidden;
}

a {
  color: #3d3d3d;
  text-decoration: none;
}

a:hover {
  color: #19217f;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', sans-serif;
  line-height: 30px;
}

h2,
h1 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 500;
  color: #19217f;

}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;

}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #dfb947;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 85px;
  bottom: 15px;
  z-index: 996;
  background: #19217f !important;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  padding: 0px;
  line-height: 38px;
}

.back-to-top i {
  font-size:15px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #5c85c5;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

.font-size2{
    font-size:24px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 100px 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 0px 0;
  background-color:transparent;
  min-height:none;
  margin-top:10px;

}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 10px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 0px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: start;
}
.breadcrumbs ol li{
  font-family: 'Poppins';
  font-size: 18px;
  color: #fff;
}
.breadcrumbs ol li a{
  color: #fff;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "\f105";
  font-family: 'FontAwesome';
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
open-popup
--------------------------------------------------------------*/


.open-popup {
  cursor: pointer;
  color: #fff;
}

.overlays {
  position: fixed;
  z-index: 1000;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  background: rgba(0, 0, 0, .3);
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.overlays .popup-sec {
  background: #fff;
  display: inline-block;
  white-space: normal;
  text-align: left;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.overlays::before,
.overlays::after {
  height: 100%;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.overlays.shown {
  visibility: visible;
  opacity: 1;
}


.popup-close {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  top: 8px;
  right: 5px;
  cursor: pointer;
  opacity: 0.7;
}

.popup-close::before,
.popup-close::after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  margin-top: -1px;
  top: 50%;
  left: 3px;
  right: 3px;
  background: #555;
}

.popup-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close:hover {
  opacity: 1;
}



.popup .popup-inner {
  color: #565352;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}

.cta__category {
  display: block;
  margin: 0 0 30px;
  vertical-align: middle;
  line-height: 53px;
  cursor: pointer;
}

.popup .popup-header {
  line-height: 30px;
  color: #171d1a;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
}

.popup .popup-header img {
  display: inline-block;
  vertical-align: middle;
}

.popup-inner .cta__category .cta__img {
  width: 85px;
  height: 85px;
}

.cta__category span {
  color: #171d1a;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 13px;
}

.popup .popup-header span {
  vertical-align: middle;
  line-height: 30px;
  margin-left: 10px;
  display: inline-block;
}

.popup .popup-header span {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.cta__title {
  display: block;
  margin: 0 0 15px;
  margin-bottom: 15px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -.11px;
  line-height: 42px;
}

.cta__contact-title {
  display: block;
  margin: 0 0 10px;
  margin-bottom: 10px;
  color: #191c1a;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 700;
}

.popup-inner .cta__title,
.popup-inner .cta__contact-title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
}

.popup-inner .book-url {
  padding: 25px 20px 20px 75px;
  border: 1px solid #19217f;
  margin-bottom: 25px;
  position: relative;
  border-radius: 5px;
}

.popup-inner span.gm-icon {
  position: absolute;
  left: 19px;
  top: 20px;
}

.cta__item-title {
  margin: 0 0 10px;
  display: block;
  color: #191c1a;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.popup-inner .cta__item-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1;
}

.cta__item-text {
  color: #545352;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 19px;
  margin: 0 0 10px;
  display: block;
}

.popup-inner .cta__item-text,
.popup-inner .cta__contact-text,
.popup-inner .cta__text {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4em;
  color: #595250;
}

.popup-sec .icon-close {
  font-style: normal;
  font-size: 26px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  vertical-align: top;
  color: #aca9a8;
  cursor: pointer;
  float: right;
  margin-top: 9px;
}

.popup-sec .icon-close {
  font-size: 60px;
  color: #D6D6D6;
  font-weight: 400;
}

.popup-sec .popup-inner {
  max-width: 804px;
  padding: 40px 60px;
}



.cta__item {
  border-radius: 5px;
  border: 1px solid #f5eae1;
  background-color: #fff;
  margin: 0 0 30px;
  margin-bottom: 30px;
  display: block;
  padding: 20px 20px 20px 50px;
  position: relative;
  cursor: pointer;
  transition: all .3s;
}

.popup-inner .cta__item {
  border: 1px solid #19217f;
  margin-bottom: 25px;
}

.popup-inner .cta__item {
  padding: 25px 20px 20px 75px;
}

.cta__separator {
  display: block;
  height: 1px;
  background-color: #f5eae1;
  display: block;
  margin: 0 -15px 25px;
}

.popup-inner .cta__separator {
  background-color: #19217f;
  margin: 60px -60px 30px;
}

.popup-inner a {
  text-decoration: none;
}

.cta__contact {
  display: block;
  position: relative;
}

.popup-inner .cta__contact-text {
  max-width: 340px;
  padding: 0px;
}

.cta__contact .icon-talk {
  height: 13px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.popup-inner .cta__contact .icon-talk {
  height: unset;
}

.book-form-holder .form-group {
  margin-bottom: 15px;
}

.book-form-holder .form-control {
  display: block;
  width: 100%;
  height: 52px !important;
  border-radius: 5px;
  border: 1px solid #dfdad7;
  background-color: #fff;
  padding: 0 15px;
  box-shadow: none !important;
}

.book-form-holder .form-control:focus {
  border: 1px solid #008081;
}

.book-form-holder select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAkCAYAAACTz/ouAAAB1UlEQVRIS+2WT04CMRSHf68QtnIEPIF4AuUE6gkIa0VlAyGKGSVGYTNE4h5vwA30CBwBbwBbganphBLotNM3LI2znc73vf55vw6B+XR7w4BAVQk5WRWWtaDRmHE+Jc6gbm84AlDdGqskFY7EK7DAtYclSRWkwNkSp4ABZ0msggxwryQh2AOeKtkRMOCPAG4BHDhOX2LjNwIfXJKsPTSvR8/993Ikoy+uJBZw4brqLBLqvg4HINy4Gk5Xbr7nSDqt+jF1e0PV8tY1dcHZM4lQoaf+25gknZkV+uAMyXxVWJYoCMNi7ievNu1If8SFp0k0I95kJRGL3IgkFQEMOq36mBOC22OCl7AkcrlBzIgQdNp1VTS8YZdVZI7/F3hX8I8sUdwLi3wVEsVVtPwI2o2pd+7GABdDN9ongPL6m5kgUblrXk64knWzWhkqi8w/BsVlSyzwuC4CTe9bV4dKIB2VeiUu+Ianws5zFzglXjgw77TqRWvYGTNKSDhwQeJU7eMm7MxEdUmywHfCzhbbpgQRLiAQbp04c/vmunL9YqeTGZK0k5uAW+N6T4kV7rwPMkqc8NQLhylJhXtvNI/EC/cK9H1tOcIsOEuwJVE/AicAvgWJc24Y/gKerFCctwQ3JwAAAABJRU5ErkJggg==);
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  outline: 0;
}

.book-form-holder button[type="submit"] {
  width: 100%;
  height: 52px;
  line-height: 42px !important;
  border: 0;
  outline: 0;
  border-radius: 5px;
  background-color: #008081;
  background-image: url(images/w-logo.webp);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: 45px;

}
.dentl-Battersea .owl-theme .owl-nav{
  margin-top: 30px;
}
.dentl-Battersea .owl-theme .owl-nav [class*='owl-']{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #19217f;
    color: #fff;
}





@media only screen and (max-width: 690px) {
  .popup .icon-close {
    font-size: 40px;
  }

  .popup-inner .cta__title,
  .popup-inner .cta__contact-title {
    font-size: 22px;
  }

  .popup-inner .cta__item-title {
    font-size: 18px !important;
  }

  .popup-inner .cta__item-text,
  .popup-inner .cta__contact-text,
  .popup-inner .cta__text {
    font-size: 16px;
  }

  .popup-inner .book-url {
    padding: 25px 20px 20px 60px !important;
  }

  .popup .popup-inner {
    padding: 20px 30px;
    overflow-x: hidden;
  }

  .popup-inner .icon-talk {
    text-align: right;
  }

  .popup-inner i.icon-talk img {
    width: 50%;
  }

  .popup-inner .cta__contact-text {
    max-width: 60%;
  }



}



/* Popup Form Start
================================== */

.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  /*  text-align: center;*/
}

.popup .popup__content {
  /*  width: 80%;*/
  overflow: hidden;
  padding: 0px;
  background: white;
  color: DC1C28;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  max-width: 840px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  z-index: 99;
}

.popup .popup__content .close {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 20px;
  display: block;
}

.popup .popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #000;
}

.popup .popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}

.popup .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}

.contact-wrap {
  padding: 50px 20px 50px 0;
}

.popup-container {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 17, 17, 0.61);
  display: flex;
  align-items: center;
}

.popup-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0px;
  border: 0px solid #888;
  /*    width: 50%;*/
  max-width: 745px;
  overflow: hidden;
  max-width: 745px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}

.popup-content a.close {
  color: #aaaaaa;
  float: right;
  font-size: 18px;
  font-weight: 400;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  line-height: 29px;
}

.popup-content a.close:hover {
  color: #333;
}

.popup-container:target {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.wrapper {
  width: 100%;

}

.info-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.popup-content .wrapper .row [class*=col-] {
  padding: 0px;
}

.contactForm .form-control {
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  border-radius: 0;
  font-size: 15px;
  padding: 12px 0;

}

.contactForm .form-control:focus {
  box-shadow: none;
}

.contactForm p {
  margin-bottom: 0px;
}

.contact-wrap h4 {
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 40px;
}

.contactForm .btn-primary {
  display: inline-block;
  background-color: #a9965b;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 25px;
  border-radius: 6px;
  letter-spacing: 0.25px;
  transition: all .3s;
  border-color: #a9965b;
  margin-top: 25px;
}

.contactForm .btn-primary:focus {
  box-shadow: none;
}



.sidebar .tp-phone-row{
  justify-content: center;
}
.sidebar .btn.btn-info{
  justify-content: space-between;
}

/* Main css
==================== */

.pageError .secbtn {
  display: inline-block;
}
.pageError h3{
  font-size: 42px;
  color: #373737;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}




.btn.btn-info {
    background: #19217f;
    display: flex;
    gap: 10px;
    padding: 8px 10px 8px 27px;
    border-radius: 60px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    align-items: center;
    border: none;
}
.tp-phone-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tp-phone-icon {
    width: 31px;
}
.tp-phone-dtls{
  text-align: right;
}
.tp-phone-dtls span {
    font-size: 16px;
    display: block;
    line-height: 1;
    color: #878787;
    font-weight: 500;
    margin-bottom:0px;
}
.tp-phone-dtls a {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}

.tp-pn-rw {
  display: flex;
  align-items: center;
  gap: 20px;
}

#header{
  padding: 12px 0;
}
.hmp-banner > img{
  width: 100%;
  border-radius: 100px;
}



.dentl-btrs-service-item {
  background: #fff;
  border-radius:50px;
  padding: 25px;
  height: 100%;
  transition: all 0.4ms;
  border: 2px dashed #19217f;
}
.dentl-btrs-serv-title {
  text-align: center;
  padding: 30px 20px 20px;
}
.dentl-Battersea .owl-carousel .owl-stage {
  display: flex;
}
.dentl-Battersea .owl-carousel .owl-item {
  /* display: flex; */
  flex: 1 0 auto;
  justify-content: center;
}
.dentl-Battersea .owl-carousel .dentl-btrs-service-item {
  display: flex;
  flex-direction: column;
}
.dentl-Battersea .owl-carousel .dentl-btrs-serv-thumb {
  margin-top: auto;
}
.dentl-Battersea .deflt-htitle{
  margin-bottom: 30px;
}
.dentl-Battersea .deflt-htitle h1{
  color: #fff;
}
.bg-e9f2ff{
  background: #e9f2ff;
}
.-mt-200{
  margin-top: -260px;
}
.dtst-item-bg {
  position: relative;
  z-index: 1;
  padding: 25px;
  border-radius: 60px;
}
.dentl-btrs-serv-thumb img {
  border-radius: 100%;
  /*max-width: 225px;*/
}
.dentl-btrs-serv-thumb {
  position: relative;
}

.dentl-btrs-serv-thumb::before{
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid rgba(148, 148, 148, .6);
}

.readM {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.readM > a {
  width: 52px;
  height: 52px;
  background: #5c85c5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 52px;
  border-radius: 52px;
}
.dentl-btrs-serv-title h4 {
  font-size: 26px;
  color: #353125;
  transition: all 0.5s ease-in-out;
  text-align: left;
  min-height: 70px;
}
.dentl-btrs-service-item:hover {
  background: #19217f;
}
.dentl-btrs-service-item:hover .dentl-btrs-serv-title h4 {
  color: #fff;
}
.wlcm-chatfield-dental {
  padding-left: 60px;
  padding-right: 60px;
}
.wlcm-chatf-thumb img {
  border-radius: 40px;
}
.wlcm-chatf-content h2 {
  font-size: 56px;
  color: #19217f;
}
.wlcm-chatf-content h1 {
  font-size: 56px;
  color: #19217f;
}


.wlcm-chatf-content h3 {
  font-size:30px;
  color: #3e3935;
  margin: 25px 0;
}
.rqustQuote, .topHeader > a {
  position: relative;
  z-index: 99;
}

.register-today-bg {
  background: url('../img/register-today-bg.webp') no-repeat center;
  background-size: cover;
  border-radius: 0 0 60px 60px;
  overflow: hidden;
}

.rgst-tdy-content .dflt-hdr-title h2 {
  color: #fff;
}
.rgst-tdy-content .form-control {
    border: 1px solid #fff;
    height: 70px;
    box-shadow: none;
    font-size: 18px;
    border-radius: 20px;
    padding: 15px 25px;
}
.rgst-tdy-content textarea.form-control {
    height: 135px;
}
.get-form-btn .btn-danger {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 100px 100px 100px 100px;
    padding: 0px 60px 0px 60px;
    background-color: #19217f;
    color: #fff;
    display: inline-block;
    min-height: 59px;
    border-color: #19217f;
}
.rgst-tdy-content {
  max-width: 1100px;
  margin-left: auto;
}

.pg-btn-sec .btn.btn-info{
  padding: 20px 50px;
  font-weight: 500;
  font-size: 20px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff;
    background-color:#19217f;
    border-color: #19217f;
}
.pg-btn-row {
  background: #e9f2ff;
  border-radius: 0 0 60px 60px;
  position: relative;
}
.pg-btn-row::before{
  content: " ";
  display: block;
  background: #e9f2ff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -80px;
  z-index: -1;
}
.pg-btn-sec .btn.btn-info.bg-5c85c5{
  background:#5c85c5;
}
.pg-btn-sec {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.bg-f1f1f1 {
  background: #f1f1f1;
}
.pd-box{
  padding: 80px 60px 80px 40px;
  border-radius: 40px 0 0 40px;
  margin-right: -40px;
}
.all-ptnts-item h3 {
  font-size: 35px;
  margin-bottom: 30px;
}
.bg-f1f1f1 .all-ptnts-item h3{
  color: #19217f;
}
ul.all-ptnts-list {}
ul.all-ptnts-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
ul.all-ptnts-list li::before{
  content: url('../img/angle-down-arrow.webp');
  position: absolute;
  top: 0;
  left: 0;
}
.bg-5c85c5 {
  background: #5c85c5;
}

.bg-5c85c5 .all-ptnts-item h3{
  color: #fff;
}
ul.opening-hours-list li {
  position: relative;
  padding-left:0px;
  margin-bottom: 5px;
}
ul.opening-hours-list li {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 15px;
  gap: 0px;
}
ul.opening-hours-list li span{
  width: 100px;
}
/*ul.opening-hours-list li span {
    width: 250px;
    display: block;
}*/
ul.opening-hours-list li span:first-child {
    width: 140px;
}

ul.opening-hours-list li span:nth-child(2) {
    width: 190px;
}
.pract-img img {
  border-radius:30px;
}


.treatm-wo-bg {
  background: url('../img/treatments-we-offer-bg.webp') no-repeat right center ;
  background-size: cover;
}

.treatments-we-offer .deflt-htitle h2 {
  color: #fff;
}

.dentalTeam h2 {
  color: #19217f;
}


.deflt-htitle h2 {
  color: #19217f;
}

.dentl-Battersea .deflt-htitle h2 {
  color: #fff;
}
.wcu-video iframe{
  border-radius: 40px;
}
.wcu-cnt-item {
  border: 2px solid #5c85c5;
  padding: 20px;
  border-radius: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.numb{
  text-align: right;
  margin-top: 40px;
  margin-top: auto;
}
.numb span{
  font-weight: 700;
  font-size: 70px;
  color: #bcbcbc;
}
.the-treatments-woi-item {
  background: #ffffff;
  border-radius:40px;
  text-align: center;
  padding: 25px;
  height: 100%;
}
.the-treatments-woi-item h4 {
  font-size: 26px;
  font-weight: 500;
  margin-top: 20px;
}
.the-treatments-woi-item img {
  width: 100%;
  border-radius:30px;
}





.review_box {
    position: relative;
    margin: 0;
    border: 1px solid #ededed;
    background-color: #fafafa;
    padding: 15px
}

.review_box::before {
    position: absolute;
    bottom: -7px;
    left: 35px;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #e5e5e5;
    border-top-color: #e5e5e5;
    border-top-style: solid;
    border-top-width: 1px;
    border-left-color: #e5e5e5;
    border-left-style: solid;
    border-left-width: 1px;
    border-top: none;
    border-left: none;
    background-color: #fafafa;
    content: "" !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.quote_icon {
    position: absolute;
    left: 10px;
    top: 15px
}

.review_box p {
    font-size: 14px;
    color: #777;
    height: 100px;
    overflow-y: auto;
    padding-right: 10px;
    font-weight: 400;
    text-align: left;
    padding-left: 25px
}

.sb-container {
    position: relative;
    overflow: hidden
}

.sb-scrollbar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 5px;
    background: #d4d4d4
}

.sb-scrollbar {
    position: absolute;
    right: 0;
    height: 30px;
    width: 5px;
    background-color: #989898
}

.sb-content {
    height: 100%;
    width: 120%;
    padding-right: 20%;
    overflow-y: scroll;
    box-sizing: border-box
}

.g_icon {
    position: absolute;
    right: 10px;
    bottom:10px
}
.sb-container > img {
  width: 120px;
}

.author {
    display: flex;
    padding-left: 25px;
    margin: 20px 0 0
}

.author .image {
    margin-right: 10px
}
.review_text{
    text-align:left;
}
.review_text h3 {
    font-size: 18px;
    color: #427fed;
    font-weight: 600;
    padding-bottom: 0;
    text-transform: none;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0
}

.review_text p {
    font-size: 14px;
    color: #656565;
    float: left;
    width: 100%
}

h3.name a {
    color: #293990
}

.g-review-bx {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #219df3
}

.g-review-sec h2 {
    text-align: center;
    margin-bottom: 50px
}




.dental-team-item {
  background: #ececec;
  border-radius: 60px;
  transition: all 0.5s ease-in-out;
  padding: 40px 20px;
  height: 100%;
}
.dental-team-item-thumb {
  text-align: center;
  margin-top: 0px;
  position: relative;
}
.dental-team-item-thumb img {
  border-radius: 100%;
}
.dental-team-item-thumb .readM {
  position: absolute;
  top: auto;
  bottom: 0px;
  right: 40px;
}
.readM > a {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 56px;
  border-radius: 56px;
}
.dental-team-item-info {
  text-align: center;
  padding: 26px 25px;
}
.dental-team-item-info h5 {
  font-size: 24px;
  color: #282828;
  margin: 10px 0;
}
.dental-team-item-info p {
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.recent-goole-reviews {
  border-radius: 40px;
}
.bg-ececec {
  background: #ececec;
}
.recent-goole-reviews h2 {
 color: #19217f;
} 




.inner-banner {
  position: relative;
}
.abt-chatf-thumb img{
  border-radius: 40px;
}
.inner-banner-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.inner-banner-title h2 {
  color: #fff;
}

.send-us-amsg {
  background: url('../img/send-us-a-message-bg.webp') no-repeat left center;
  background-size: cover;
  border-radius: 60px;
}
.get-In-Touch .send-us-amsg {
  background:#5c85c5;
}
.send-us-amsg-thumb {
  padding-left: 55px;
}
.rgst-tdy-content {
  padding: 60px 55px 70px 0;
}
.form-check-label {
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.form-check-label > input{
  width: 16px;
  height: 16px;
  background: #d2def2;
  border: 1px solid #4d5a6f;
  position: absolute;
  top: 7px;
  left: 0;
}

.op-outTeam-cnt h2 {
  font-size: 60px;
  margin-bottom: 35px;
}
.op-outTeam-thumb img {
  border-radius: 60px;
}

.view-our-policies
.view-our-policies h3 {
  font-size:30px
}
.plics-list .rqustQuote, .topHeader > a {
    position: relative;
    z-index: 99;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.plcs-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.policies{
  background: #5c85c5;
    padding: 60px;
    border-radius: 60px 60px 0px 0;
    color: #fff;
    margin-bottom: -60px;
    padding-bottom: 110px;
}

.policies-title h2 {
  color: #fff;
}


.rgst-tdy-content .dflt-hdr-title h2{
  font-size: 40px;
  line-height: 45px;
  margin: 0px;
}
.practice-hours {
  padding: 60px 65px;
}
.practice-hours h3 {
  font-size: 40px;
  color: #fff;
}
.practice-hours ul.opening-hours-list li {
    font-size: 18px;
    line-height: 22px;
}
.practice-hours ul.opening-hours-list li:not(:last-child){
  border-bottom: 1px solid #7d9dd1;
  padding: 12px 0;
    margin: 0;
}
.practice-hours ul.opening-hours-list li:last-child{
  padding-top: 12px;
}

.care-qulty-content {
  padding-left: 60px;
}
.care-qulty-content p{
  font-size: 30px;
  color: #474747;
}
.care-qulty-content h4 {
  font-family: "Poppins";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  color: #19217f;
  line-height: 46px;
}
.care-qulty-content h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 30px;
  color: #5c85c5;
  line-height: 46px;
  margin-top: 30px;
}
.care-qulty-logo {
  position: relative;
}
.care-qulty-logo::after {
  content: url('../img/cq-line.webp');
  top: 0;
  position: absolute;
  right: 0;
}

.oemr-dentist {
  column-count: 2;
}
.thumb-bradius img{
  border-radius: 50px;
}
.same-day-appointment h2 {
  font-size: 64px;
}

.dental-complications {
  background: #5c85c5 url('../img/dental-complications.webp') no-repeat right bottom -55px;
  margin-bottom: -60px;
  border-radius: 60px 60px 0 0;
  padding: 90px 0 120px;
}
.dntl-complcns p{
  font-size: 34px;
  color: #fff;
  line-height: 50px;
  font-style: italic;
}
.dntl-complcns p strong{
  font-weight: 600;
}


.mot-dental-tblist {
  display: flex;
  gap: 30px;
}
.mot-dntl-btn {
  background: #5c85c5;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  border-radius: 20px;
  width: 100%;
  display: inline-block;
  padding: 25px 30px;
}

.bg-f3f3f3{
  background: #f3f3f3;
}
.teamBox {
  padding: 40px;
  border: 2px solid #5c85c5;
}
.teams-thumb img{
  border: 6px solid #fff;
  position: relative;
}
.teams-title {
    background: #19217f;
    padding: 12px 35px 18px 54px;
    margin-bottom: 25px;
    margin-left: -55px;
}
.teams-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
}


.teamDetails-pg .teamBox {
  padding: 0px;
  border: none;
}
.teamDetails-pg .teams-title {
  background:none;
  padding: 0;
  margin-bottom: 25px;
  margin-left:0;
}
.teamDetails-pg .teams-title h1 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin: 0px;
}



.view-tstmls{
    display: flex;
    gap: 20px;
}
.view-tstmls .mot-dntl-btn{
  border-radius: 90px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}
.view-tstmls .mot-dntl-btn.apprncs-btn {
  background: #19217f;
}
.view-tstmls .mot-dntl-btn:hover{
  color: #fff;
}

.zlw-awg .zoom-lsr {
  position: relative;
  padding-left:25px;
}
.zlw-awg .zoom-lsr::before{
  content:url('../img/angle-down-arrow.webp');
  position: absolute;
  top: 0;
  left: 0;
}
.byat-link {
  font-weight: 700;
  font-size: 44px;
  color: #fff;
  transition: all 0.4s;
}
.mot-readM.text-center{
    text-align: left !important;
}
.mot-readM .mot-dntl-btn{
    border-radius: 90px;
      font-size: 23px;
      font-weight: 500;
      text-align: center;
      display: inline-block;
      padding: 17px 30px;
      width:auto;
}


.owl-carousel .owl-item .dental-team-item-thumb img {
    display: block;
    width: auto;
    margin: 0 auto;
}
.dental-team-carousel.owl-theme .owl-nav [class*='owl-'] {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #6887c2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    transition: background-color 0.3s;
}

.dental-team-carousel.owl-theme .owl-nav {
    margin-top: 36px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: center;
}


/* Faq */

.faq .faq-list {
  
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding:0px;
  background: #fff;
  border-radius:20px;
  position: relative;
  border: 1px solid #bdbdbd;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  padding: 20px 30px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  background: #5c85c5;
  color: #fff;
  border-radius:20px;
  padding-right: 75px;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #9c8654;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 18px;
    position: absolute;
    right: 25px;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 40px;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
    transition: all 0.4s;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 20px 30px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #fff;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #fff;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
.faq .faq-list li ul{
  padding: 0 25px;
}
.faq .faq-list li ul li{
  border: none;
  padding-left: 25px;
}

.whts-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #252525;
}




.invisalignBanner {
    position: relative;
}

.invslgBcption .row {
    margin: 0 -5px;
}

.invslgBcption .row [class*=col-] {
    padding: 0 5px;
}

.invisalignBanner > img {
    max-width: 100%;
    height: 491px;
    object-fit: cover;
    object-position: right;
}

.invslgnbx > img {
    max-width: 100%;
}

.invslgBcption {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.invslgnbx {
    background: #fff;
    box-shadow: 18px 0 27px rgba(0,0,0,.08);
    border-radius: 40px;
    overflow: hidden;
    padding: 0 0 30px;
    height: 100%;

}

.invslgHdr {
    padding: 22px 30px;
    position: relative;
    z-index: 1;
}
.invslgHdr::before {
    content: " ";
    display: block;
    position: absolute;
    top: -210px;
    background: #293990;
    padding: 14px 30px;
    width: 298px;
    height: 298px;
    border-radius: 298px;
    z-index: -1;
}
.invslgHdr h4 {
    font-family: "Poppins";
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
}

.invslgContent {
}

.invslgPrice {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:70px 0 25px;
}

.invslgPrice sup {
    font-size: 20px;
    color: #293990;
}

.invsl_price {
    font-family: "Poppins";
    font-size: 50px;
    font-weight: 700;
    color: #293990;
}

.invslgPrice sub {
    font-size: 16px;
    color: #293990;
}

.invslgCntinr {
    padding: 0 15px;
    text-align: center;
}

.invslgSubtext {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 500;
    color: #191919;
    font-weight: 400;
    margin: 0px 0 20px;
}

ul.invslgList {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    max-width: 210px;
}

ul.invslgList li {
    font-family: "Poppins";
    font-size: 17px;
    font-weight: 400;
    color: #4d4d4d;
    position: relative;
    padding:6px 0;
    margin-bottom:0px;
    border-bottom: 1px solid #cccccc;
}
ul.invslgList li:last-child{
  border-bottom: none;
}
ul.invslgList li::before {
    content: " ";
    display: block;
    width: 14px;
    height: 10px;
    background: url('../images/check-icon.webp') no-repeat left top;
    position: absolute;
    top: 5px;
    left: 0;
}

.invslg-items {
  background: #5c85c5;
  padding-top: 190px;
  margin-top: -100px;
  padding-bottom:100px;
}

.invs-brcs-item {
  border: 2px solid #5c85c5;
  padding: 20px 15px;
  text-align: center;
  height: 100%;
}
.invs-brcs-item h4 {
  font-family: "Poppins";
  color: #5c85c5;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
.tel-link {
  color: #5c85c5;
  font-weight: 600;
}

.invs-offer {
  display: flex;
  gap: 30px;
}
.invs-offer-itm {
  background: #5c85c5;
  border-radius: 20px;
  color:#fff;
  padding: 20px 30px;
  line-height: 25px;
}
.dr-rhona {
  font-family: "Poppins";
  font-size: 24px;
  color: #484848;
  font-weight: 600;
}
.bef-icon .dflt-title {
  position: relative;
}
.bef-icon .dflt-title:after {
  content: " ";
  display: block;
  position: absolute;
  background: url('../img/nvisalign-braces-help.webp') no-repeat;
  background-size: 100%;
  width: 493px;
  height: 305px;
  right: -80px;
  top: -193px;
}

.all-ptnts-list.watb-list{
  column-count: 2;
}
.dental-veneers-require {
  background: #5c85c5;
}
.dental-vnrs-r h2 {
  color: #fff;
}
.dental-vnrs-r p {
  color: #fff;
}

.fees-bxitme {
  background: #5c85c5;
  border-radius: 20px;
  height: 100%;
}
.fees-bxitme-header {
  background: #19217f;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
}
.fees-bxitem-content {
  padding: 30px 25px;
}
.fees-bxitme ul.opening-hours-list li {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 15px;
  position: relative;
  padding-left: 20px;
}
.fees-bxitme ul.opening-hours-list li span {
    width: auto;
}
.link{
  color: #19217f;
  font-weight:bold;
}
.gum-dis ul li {
  display: inline-block;
  padding: 12px 20px;
}
.gum-dis ul.all-ptnts-list li::before {
  top: 11px;
}
.improving-teeth-alignment iframe{
  background: #19217f;
  padding: 15px;
  border-radius: 50px;
}
.bnf-it img{
  border: 6px solid #19217f;
}
.cmft-bl ul.all-ptnts-list li{
  text-align: left;
}
.the-treatments-woi-item.woi-items{
  text-align: left;
}

.thumb-bradius-3 img {
  border-radius: 30px;
  border: 6px solid #fff;
}
.chdf-gallery .box .inner{
  background: #19217f;
  padding: 8px;
  border-radius: 40px;
}
.mot-team-title{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.mot-team-title h5 {
  color: #19217f;
  font-weight: 700;
  font-size: 30px;
}
.mot-team-thumb {
    background: #19217f;
    padding: 8px;
    border-radius: 40px;
}
.mot-team-thumb img {
    border-radius: 30px;
    border: 6px solid #fff;
    width: 100%;
}
tr:nth-child(even) {
    background: #fff;
}
.fees-tbl tr th {
    background: #293990;
    color: #fff;
    padding: 10px 30px;
}
.fees-tbl tr th:last-child {
    background: #1c84f9;
    padding: 10px 30px;
}
table.fees-tbl tr td{
  padding: 10px 30px;
}
tr:nth-child(odd) {
    background: #ebedf3;
    --bs-table-bg:  #ebedf3;
}
.plan-btn{
  margin-bottom: 20px;
}
.plan-btn span{
  background: #19217f;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  font-size: 20px;
  padding: 5px 20px;
  
}
.bg-5c85c5 ul.all-ptnts-list li::before {
    content: url(../img/angle-down-arrow-w.webp);
}
.bg-5c85c5 ul.all-ptnts-list li {
  color: #fff;
}
.nhs-dnts {
  border-radius: 30px;
  padding: 40px 30px 20px;
  height: 100%;
}
.ptnts-are h3 {
  line-height: 40px;
}
.blog-stitle h2 {
  font-size: 42px;
  line-height: 42px;
  margin-bottom:35px;
}

.cf-blog-details-right {
  border: 1px solid rgba(5, 5, 5, 0.14);
  padding: 40px 35px;
  margin-bottom: 35px;
  border-radius: 30px;
}
.cf-blog-details-right ul li a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  background-color: rgb(245, 246, 250);
  color: rgba(5, 5, 5, 0.6);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 25px;
  text-transform: capitalize;
  border-radius: 10px;
}
.cf-blog-details-right ul li a:hover {
  background-color: #19217f;
  color: #fff;

}
.blog_left {
    border: 1px solid #e4e4e4;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 30px;
}
.blog_left img {
    margin-bottom: 15px;
    border-radius: 20px;
}
.blog_left p {
    font-weight: 600;
    font-size: 15px;
    color: #252123;
    line-height: 26px;
}
.blog_left span {
    color: #19217f;
    font-size: 14px;
}
.b-details h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
}
.blog-item-element{
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  height: 100%;
}
.b-details h2 a {
  color: #19217f;
}
.blog-item-element img {
    margin-bottom: 15px;
    border-radius: 20px;
}
.d-month {
  position: absolute;
  background: #19217f;
  border-radius: 50px;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  top: 15px;
  left: 15px;
  display:flex;
}
.d-month h3{
  font-family:'Poppins';
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 15px;
}
.d-month span{
  display: block;
}
.b-details a.r-link {
  font-weight: 600;
  font-size: 12px;
}
.paginate-pagination {
    background: 0 0;
    margin-top: 40px;
}
.paginate-pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.paginate-pagination li {
    display: inline-block;
    margin: 0 2px;
}
.paginate-pagination li a {
    padding: 5px 15px;
    color: #293990;
    font-size: 22px;
    display: block;
    background: #eee;
    border-radius: 6px;
}
.paginate-pagination li a.active {
    background-color: #293990;
    color: #fff;
}

.bd-img img{
  margin: 0 auto;
  display: block;
  border: 1px solid rgba(5, 5, 5, 0.14);
  border-radius: 30px;
}
.bd-title h2 {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 30px;
}

.bd-title h1 {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 30px;
}
ul.bd-social li {
  display: inline-block;
}
ul.bd-social li a {
  display: block;
  border-radius: 10px;
  border: 1px solid rgba(5, 5, 5, 0.14);
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.bd-cnt-dtls h2{
    font-size: 45px;
    line-height: 53px;
}

.bd-cnt-dtls h2.bdls-title{
    font-size:34px;
}

.inner-banner-title span {
    font-family: 'Playfair Display', sans-serif;
    color: #fff;
    font-size: 60px;
    font-weight: 500;
}


.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 900px;
    background: rgba(25,33,127,0.90);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
    color: #fff;
    z-index: 9999
}

.cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px
}

.cookie-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    flex: 1
}

.cookie-content a {
    color:#95bdf7;
    font-weight: 500;
    text-decoration: underline
}

.cookie-buttons {
    display: flex;
    gap: 30px
}

.cookie-buttons button {
    background: transparent;
    border: none;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 14px
}

.cookie-buttons button:hover {
    opacity: 0.7
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    transition: transform 0.6s cubic-bezier(0.22,1,0.36,1)
}

.cookie-banner.hide {
    transform: translateX(-50%) translateY(150%)
}

@media (max-width: 575px) {
    .cookie-buttons button {
        font-size:12px
    }

    .cookie-buttons {
        display: flex;
        gap: 24px;
        justify-content: center;
        width: 100%
    }

    .cookie-banner {
        padding: 25px 17px
    }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrtop_sec {
  border-radius: 60px 60px 0 0;
  padding: 40px 0 90px;
  margin-bottom: -60px;
}
.ftrmap-area iframe{
  border-radius: 60px;
}
.ftrbxes {
  position: relative;
  padding-left:111px;
  display: flex;
  align-items: center;
  min-height:130px;
  padding: 18px 25px;
  padding-left: 130px;
  border-radius: 25px;
  height: 100%;
  transition: all 0.4s;
}
/* .ftrbxes:hover, .ftrbxes.active{
  background: #557dbc;
} */
.f-info-icon li.f-phone-text {
  font-size: 24px;
  font-weight: 700;
}
.ftrbxes i {
  width: 84px;
  height: 84px;
  border-radius: 20px;
  background: #19217f;
  color: #fff;
  font-size:34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left:30px;
  text-align: center;
  line-height:84px;
}

.ftrbxes span{
  display: block;
  color: #151b49;
}
.ftrbxes a {
  font-size: 17px;
  color: #151b49;
  font-weight: 600;
}
.ftr-adrs p{
  font-size: 17px;
  color: #151b49;
  font-weight: 600;
  margin: 0px;
}
.ftr_abtsec p{
  line-height: 26px;
}
.ftrbxes:hover i,
.ftrbxes.active i{
  background: #7195cf;
}
.ftrHdr p {
  color: #151b49;
}


.ftr_abtsec h4{
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.ftr__social__link a {
  background: #0e1245;
  border-radius: 50px;
  width:40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 6px;
}
.ftr__social__link a:hover{
  background: #5c85c5;
}
ul.ftrAdd_list li {
  font-size: 16px;
  position: relative;
  padding-left: 33px;
  margin-bottom: 34px;
}
ul.ftrAdd_list li i {
  color: #a9965b;
  font-size: 24px;
  position: absolute;
  top: 6px;
  left: 0;
}
ul.ftrAdd_list li a {
  color: #fff;
}
.ftrtop_sec > .container > .row{
  align-items: center;
}

.ftrBottom{
  background: #0a0e28;
  margin-top: -60px;
  padding: 80px 0 0px;
}
ul.ftrNav {
    text-align: center;
    margin: 0px;
    padding: 15px 0 10px;
}
ul.ftrNav li {
    display: inline-block;
    position: relative;
    margin-left: -4px;
}
ul.ftrNav li a {
    font-size: 17px;
    font-weight: 300;
    color: #aaacb5;
    padding: 0 25px;
    transition: all 0.4s;
}
ul.ftrNav li:not(:last-child)::after {
    content: " ";
    display: block;
    width: 1px;
    height: 12px;
    background: url('../img/ftrNav-divider-line.webp') no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
ul.ftrNav li a:hover, ul.policy-list li a:hover {
    color: #5c85c5;
}
ul.opening-list li {
  font-size: 17px;
  color: #aaacb5;
  line-height: 26px;
  display:inline-block;
  padding: 15px 20px;
}

ul.policy-list{
  text-align: center;
}
ul.policy-list li {
  display:inline-block;
  padding: 15px 20px;
}
ul.policy-list li a {
  font-size: 16px;
  color: #aaacb5;
  line-height: 26px;
  transition: all 0.4s;
}
.copy-right {
  border-top: 2px solid #545769;
  color: #aaacb5;
  padding: 15px 0;
}
.copy-right a {
  color: #5c85c5;
}

ul.all-ptnts-list li, .ulist ul > li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.ulist ul > li::before {
    content: url(../img/angle-down-arrow.webp);
    position: absolute;
    top: 0;
    left: 0;
}
