/**
* Template Name: Pure Harmony Dental
* 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/
*/


@import url('../css/fotns.css');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  color: #828282;
  font-size: 16px;
  line-height: 30px;
  overflow-x: hidden;
}

a {
  color: #3d3d3d;
  text-decoration: none;
}

a:hover {
  color: #172740;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cormorant Garamond', sans-serif;
}

h2,
h1 {

  font-size: 40px;
  color: #172740;
  line-height: 40px;
  font-weight:700;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;

}

@font-face {
  font-family: 'Albertus Nova';
  src: url('../fonts/AlbertusNova.eot');
  src: url('../fonts/AlbertusNova.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AlbertusNova.woff2') format('woff2'),
    url('../fonts/AlbertusNova.woff') format('woff'),
    url('../fonts/AlbertusNova.ttf') format('truetype'),
    url('../fonts/AlbertusNova.svg#AlbertusNova') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/*--------------------------------------------------------------
# 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: 15px;
  bottom: 15px;
  z-index: 996;
  background: #dfb947;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #dfb947;
  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;
  }
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* #header{
  overflow-x: hidden;
} */
.topInfo {
  position: relative;
  padding: 10px 0 10px 30px;
  background: #f4f3f0;
}

.topInfo li {
  font-size: 16px;
  color: #172740;
  font-weight: 600;
}
.topInfo li i.fas {
  color: #008080;
}
.topInfo li a {}
.topInfo li img{
  margin-right: 10px;
}
.logo {
  background: #172740;
  position: relative;
  width: 100%;
}




.navbtn_sec {
  padding:0px 0;
  position: relative;
}
.navbtn_sec #navbar{
  padding: 0px;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar ul li:first-child a {
  padding-left: 15px;
}
.navbar ul li a {
  position: relative;
}
.navbar a, .navbar a:focus {
  font-family: "Poppins";
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:15px 26px;
  font-size: 16px;
  color: #172740;
  font-weight: 400;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar ul li a:hover{
  color: #a9965b;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  position: relative;
  margin-top:0px;
}
.hero > img{
  width: 100%;
}

.bnrCptn_sec {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0px;
  z-index: 1;
}

.btnTitle {
  font-family: 'Cormorant Garamond';
  font-weight: 700;
  font-size:80px;
  line-height:70px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom:0px;
}
.btnTitle span{
  display: block;
  padding-left: 75px;
}
.bnrCnt_sec p {
  font-size: 24px;
  color: #fff;
}

.btn-info {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  padding: 15px 30px;
  background-color: #a9965b;
  border: 2px solid #a9965b;
  white-space: nowrap;
  border-radius:0px;
}

.yellow-btn {
  background-color: #a9965b;
  border: 2px solid #a9965b;
}
.blue-btn {
  background-color: #172740;
  border: 2px solid #172740;
}
.btn-info:hover {
  background-color: #c5ab5f;
  border: 2px solid #c5ab5f;
  color: #fff;
}
.online_reservation {
  background: url('../img/online-reservation-bg.webp') no-repeat center;
  background-size: cover;
}
.online_reservation p {
  font-size: 20px;
  color: #fff;
}
.online_reservation p strong{
  color: #c5ab5f;
}
.border-btn {
  background-color: transparent;
  border: 2px solid #fff;
  color: #c5ab5f;
}





@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {
  ul.toprtInfo li:first-child {
    margin-right: 20px;
  }

  ul.toprtInfo li.topHone a {
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
  }

  .main-nav {
    padding-top: 6px;
  }

  ul.toprtInfo li a {
    font-size: 15px;
  }

  .main-nav ul.nav li a {
    padding: 20px 20px;
  }
  .btnTitle {
    font-size: 50px;
    line-height: 48px;
  }
  .btnTitle span {
    display: block;
    padding-left: 42px;
  }

  .bnrCnt_sec p {
    font-size: 16px;
    max-width: 320px;
  }

  .btn-info {
    font-size: 15px;
  }



}


@media (max-width: 767px) {

  .hero {
    position: relative;
    margin-top: 0;
  }

  .topHeader {
    padding: 10px 0;
  }

  .topHeader .logo img {
    max-width: 115px;
  }














  /***** Wrapper *****/

  .wrapper {
    display: block;
  }

  /***** Sidebar *****/

  .sidebar {
    width: 345px;
    height: 100vh;
    position: fixed !important;
    top: 0;
    left: -350px;
    z-index: 999;
    background: #f4f3f0;
    color: #333333;
    transition: all .3s;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
    text-align: left;
  }

  .sidebar.active {
    left: 0;
  }

  .sidebar ul.nav {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .sidebar ul.nav li {}

  .sidebar ul.nav li a {
    font-size: 17px;
    color: #333333;
  }

  .sidebar ul.nav li a.active,
  .sidebar ul.nav li a:hover {
    background: #a9965b;
    color: #fff;
  }

  .sidebar ul.toprtInfo {
    padding: 0 15px;
  }

  .sidebar ul.toprtInfo li:first-child {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .sidebar ul.toprtInfo li a {
    font-size: 16px;
  }

  .sidebar ul.toprtInfo li.topHone a {
    font-size: 22px;
    color: #ffffff;
  }

  /***** Content *****/

  .content {
    width: 100%;
    transition: all 0.3s;
  }

  /***** Dark overlay *****/

  .overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all .5s ease-in-out;
  }

  .overlay.active {
    display: block;
    opacity: 1;
  }

  .open-menu {
    position: static;
    top: 20px;
    left: 10px;
    z-index: 997;
    box-shadow: none;
  }

  .open-menu.btn-customized,
  .open-menu.btn-customized:hover,
  .open-menu.btn-customized:active,
  .open-menu.btn-customized:focus,
  .open-menu.btn-customized:active:focus,
  .open-menu.btn-customized.active:focus,
  .open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
  .open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
  }

  /* Style for all buttons with the class btn-customized */

  a.btn-customized {
    margin-left: 5px;
    margin-right: 5px;
    padding: 8px 18px;
    background: none;
    border: 0;
    border-radius: 4px;
    font-size: 27px;
    font-weight: 300;
    color: #008081;
    box-shadow: none;
    margin-left: auto;
  }

  a.btn-customized:hover,
  a.btn-customized:active,
  a.btn-customized:focus,
  a.btn-customized:active:focus,
  a.btn-customized.active:focus,
  a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
  a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background: #008081;
    /* for browsers that don't recognize rgba */
    border: 0;
    color: #fff;
    box-shadow: none;
  }

  .dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all .3s;
    background: #a9965b;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    z-index: 1;
  }

  .dismiss i {
    color: #fff;
  }

  .dismiss:hover,
  .dismiss:focus {
    background: #a9965b;
    color: #fff;
  }

  .sidebar .logo {
    padding: 25px 20px 30px;
    border-bottom: 0px solid #444;
    transition: all .3s;
    text-align: center;
  }

  .sidebar .logo .navbar-brand {
    position: static;
  }

  .sidebar ul.menu-elements {
    padding: 10px 0;
    border-bottom: 0px solid #444;
    transition: all .3s;
  }

  /*.sidebar ul li a {
  display: block;
  padding: 10px 20px;
  border: 0;
  color: #444;
}

 .sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active > a:hover,
.sidebar ul li.active > a:focus {
  outline: 0;
  background: #df0909;
  color: #fff;
} */

  .sidebar ul li a i {
    margin-right: 5px;
  }

  .sidebar ul li.active>a,
  a[aria-expanded="true"] {
    background: #df0909;
    color: #fff;
  }

  .sidebar ul ul a {
    background: #444;
    padding-left: 30px;
    font-size: 14px;
  }

  .sidebar ul ul li.active>a {
    background: #555;
  }

  .sidebar a[data-toggle="collapse"] {
    position: relative;
  }

  .sidebar-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }

  .sidebar-info a {
    display: inline-block;
    width: 42px;
    height: 42px;
    background-color: #df0909;
    border-radius: 42px;
    line-height: 40px;
    text-align: center;
  }

  .bnrCptn_sec {
    margin-top: 0px;
    text-align: center;
  }

  .perid_text {
    font-size: 30px;
    line-height: 30px;
  }

  .btnTitle {
    font-size: 42px;
    line-height: 40px;
    margin-bottom: 15px;
    
  }
  .btnTitle span {
    display: block;
    padding-left: 0;
  }

  .bnrCnt_sec p {
    font-size: 18px;
    line-height: 30px;
  }

  .btn-info {
    font-size: 14px;
    line-height: 20px;
    padding: 14px 22px;
  }

  .non_surgical_facelift .btn-info {
    padding: 14px 14px;
  }

  .hero>img {
    height: 360px;
    object-fit: cover;
  }


}

@media (max-width:440px) {}






/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #ecf8f9;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

.innerBanner{
  position: relative;
}
.innerBanner > img{
  width: 100%;
}
.innerBnr__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.inner__Title {
  font-family: "Cormorant Garamond";
  font-weight: 700;
  font-size:60px;
  line-height: 58px;
  text-transform: uppercase;
  color: #172740;
}

/*--------------------------------------------------------------
open-popup
--------------------------------------------------------------*/


.open-popup {
  cursor: pointer;
  color: #fff;
}

.overlay {
  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;
}

.overlay .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;
}

.overlay::before,
.overlay::after {
  height: 100%;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.overlay.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 {
  align-self: center;
  background: #fff;
  padding: 20px 35px 40px;
  max-width: 480px;
  max-height: 100%;
  overflow: auto;
  /* width: 100%; */
  color: #565352;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}

.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 #008081;
  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 #008081;
  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: #008081;
  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;

}






@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: 999;
  /*  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 .contact-wrap h4 {
	color:#172740;
  font-size: 32px;
}
.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;
}
/* ==================== */
.why_should_you_pick {
  position: relative;
}
.why_should_you_pick::before {
  content: " ";
  display: block;
  background: #a9965b;
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  z-index: -1;
}
.hmpbat_content {
  width: 75%;
  padding-left: 40px;
  border-left: 2px solid #a9965b;
  display: flex;
  align-items: center
}
.hmpabt_title h2{
  white-space: nowrap;
}
.hmpbat_content p{
  margin-bottom: 0px;
}
.hmpAbt_inner {
  
}
.hmpAbout_content {
  max-width: 79%;
  margin-left: auto;
}
.ourfclts_thumb > img{
  border-radius: 10px;
  width: 100%;
}
.ourfclts_Content {
  padding-right: 150px;
}
.ourfclts_thumb{
  position: relative;
}
.ourfclts_thumb .circle-icon {
  position: absolute;
  top: -60px;
  left: -80px;
}

blockquote{
  border-left: 4px solid #a9965b;
  padding-left: 14px;
  color: #172740;
  font-style: italic;
}
.cutting_edge_thumb img{
  width: 100%;
}
.cutting_edge_grid {
  margin-right: -150px;
  z-index: 1;
  position: relative;
  margin-top: -80px;
}
.cutting_edge_gridItem {
  background: #fff;
  box-shadow: 4px 0 10px rgba(0, 0, 0, 0.11);
  text-align: center;
  padding: 37px 25px;
  height: 100%;
}
.cutting_edge_gridItem h5{
  font-family: "Poppins";
  font-weight: 600;
  color: #a9965b;
  margin-bottom:25px;
}
.cutting_edge_gridItem p {
  color: #172740;
}
.nervousPtnts_bxes {
  background: #a9965b;
  padding: 50px 45px;
  color: #fff;
  position: relative;
}
.nervousPtnts_bxes::before{
  content: " ";
  display: block;
  border: 1px dashed #fff;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  position: absolute;
}

.speakLondns_thumb img{
  border: 6px solid #fff;
  border-radius:0 150px 0 0;
  box-shadow: 9px 0 21px rgba(0, 0, 0, .27);
}
.speakLondns_content h4{
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 700;
  color: #a9965b;
  margin-bottom: 20px;
}
.gdc_text {
  color: #1d1d1d;
  line-height: 25px;
}



.defltHdr h1{
  font-size: 60px;
  text-transform: uppercase;
  color: #828282;
}
.ourGoal_sec{
  background: #a9965b;
  
}
.ourGoalContent{
  padding: 50px 40px;
  color: #fff;
}
.ourGoalThumb img{
  width: 100%;
}
.ourGoalContent h2{
  color: #fff;
  margin-bottom: 25px;
}

ul.blkListing{
  margin: 0px;
}
ul.blkListing li{
  color: #828282;
  margin: 0px 0 12px;
  padding-left: 25px;
  position: relative;
}
ul.blkListing li::before{
  content: " ";
  display: block;
  width: 14px;
  height: 14px;
  background: url('../img/link-arrow-icon.webp') no-repeat center;
  position: absolute;
  top:10px;
  left: 0;
}
.our_values_sec .cutting_edge_gridItem{
  text-align: left;
}

.whyPickus_sec .ourfclts_thumb .circle-icon {
  bottom: -87px;
  right: 26px;
  top: auto;
  left: auto;
}


.tpocb_thumb img{
  width: 100%;

}
.tpocb_content {
  max-width: 940px;
}
.phdwc_text {
  background: #a9965b;
  padding: 25px 30px;
  color: #fff;
  margin-top: 25px;
}

.taocbi_items {
  background: #172740;
  height: 100%;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.taocbi_items p {
  margin: 0px;
  line-height: 26px;
}
.qulfyCmpstBndg_thumb img{
  width: 100%;
}

.qulfyCmpstBndg_Content {
  max-width: 866px;
  margin-left: auto;
}

.hwinv_beneficial .taocbi_items {
  height: 90px;
}
.hdvf_sec .ourfclts_thumb img{
  width: 100%;
}

.theVnrsProcs .makePrtcd_content {
  padding: 40px 0;
}
.wpphd_for_veneers .ourfclts_thumb img{
  width: 100%;
}

.caaodImplnts_Content {
  max-width: 952px;
  margin-left: auto;
}
.caaodi_bxes {
  background: #f7f7f7;
  border-left: 12px solid #a9965b;
}
.caaodi_bxes p{
  padding: 35px 43px;
  color: #172740;
  line-height: 30px;
}

.gainsrow{
  position: relative;
  padding-left: 160px;
}
.gainsrow h2{
  position: absolute;
  top: 0;
  left: 0;
}
.gainsItems h5{
  font-family: "Poppins";
  font-weight: 600;
  color: #a9965b;
}
.gainsItems p{
  font-family: "Poppins";
  line-height: 28px;
  color: #172740;
}

.tdit_secrow {
  position: relative;
  padding-left:0px;
}
.tdit_secrow::before{
  content: " ";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 96px;
  background: #172740;
}
.tditSetp{
  position: absolute;
  left: 0;
  top: 0;
  color: #172740;
  font-size: 20px;
  text-align: center;
}
.tditSetp span{
  display: block;
  font-weight: 700;
  font-size: 30px;
}
.tditSetp_Dtls {
  padding: 0 0 0 0px;
}
.tditSetp_Dtls strong{
  color: #172740;
}
.tditSetp_Dtls {
  position: relative;
  padding-left: 126px;
}
.tditsec_item {
  position: relative;
}
.tditSetp::after{
  content: " ";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 85px;
  background: #a9965b;
  border-radius: 22px;
}


.contact__Address {
  margin-top: 80px;
}
.cnt__icon {
  width:63px;
  height:63px;
  background-color: #fff;
  border: 1px dashed #101d23;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 63px;
}
.cnt__adrs__dtls h4 {
  font-family: "Poppins";
  color: #161616;
  font-size: 20px;
  font-weight:600;
}
.cnt__adrs__dtls {
  font-family: 'Poppins', sans-serif;
  color: #646464;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.callus_phone a {
  font-size: 24px;
  color: #646464;
}
.cnt__adrs__dtls a{
  color: #646464;
}
.cntSocial a {
  width: 39px;
  height: 39px;
  border-radius: 39px;
  background: #161616;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 38px;
  font-size: 22px;
  margin: 0 4px;
}
.cntSocial a:hover{
  background: #a9965b;
}

.contactForm_details {
  background: #a9965b;
}
.contactFormSec {
  padding: 116px 120px 116px 0;
  max-width: 637px;
  margin-left: auto;
}
.contactFormSec p.cntwthus{
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.contactFormSec h2{
  font-family: 'Cormorant Garamond', sans-serif;
  color: #fff;
  font-weight:700;
  font-size: 50px;
  line-height:55px;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.contactFormSec .form-control {
  border: 1px solid #fff;
  border-radius: 0px;
  height: 70px;
  box-shadow: none;
  background: #fff;
}
.contactFormSec textarea.form-control {
  height: 162px;
}
.contactFormSec .btn.btn-danger {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 28px;
  padding: 15px 50px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  background: #172740;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0px;
  border: none;
  border-radius: 0px;
}

.comndntl_text {
  color: #172740;
  font-size: 18px;
  font-weight: 600;
}
.emrgncy_dental_item {
  background: #f5f5f5;
  padding: 40px 0px 40px;
  height: 100%;
  position: relative;
  border-bottom: 4px solid #a9965b;
}
.emrgncyDntl_Hdr {
  padding-left: 30px;
}
.emrgncy_dental_item h5{
  font-family: "Poppins";
  color: #172740;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.emrgncy_dtlitm_icon {
  background: #f5f5f5;
  margin-top: 0px;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.emrgncyDntlCnt {
  padding: 0 25px;
}
.emrgn-tp-6{
  margin-top: 60px;
}

.accordion .accordion-item {
  border: none;
  margin: 20px 0;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 0px solid #03b5d2;
  background-color: #a9965b;
  padding: 20px 35px;
  border-radius: 0;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #fff;
  font-family: 'Cormorant Garamond  ';
  font-size: 24px;
  font-weight: 500;
  border: none;
  background: none;
  outline: none;
  background-color: #a9965b;
  padding: 20px 35px;
  border-radius: 0 0 0px 0;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #fff;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 36px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  color: #fff;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #fff;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: none;
  /* transition: all 200ms linear;
  will-change: opacity, max-height; */
  background-color: #f9feff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.22);
  border-radius: 0 0 0px 0;
  padding: 35px;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  /* transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height; */
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 15px;
  color: #3d3d3d;
}







/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #172740;
  padding: 0;
  color: #ffffff;
}

.ftrtop_sec{
  padding: 95px 0;
}
.ftrbxes h3 {
  font-family: "Poppins";
  font-weight:700;
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.ftr_about p {
  font-weight: 300;
  font-size: 15px;
  color: #d2d2d2;
  line-height: 22px;
}
.ftr_useFulLinks{
  padding-left: 60px;
}
.ftr_useFulLinks ul.nav {
  flex-direction: column;
}
.ftr_useFulLinks ul.nav li{
  position: relative;
  padding-left: 22px;
}
.ftr_useFulLinks ul.nav li::before{
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background: #a9965b;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 0;
}
.ftr_useFulLinks ul.nav li a {
  font-weight: 300;
  color: #ffffff;
  font-size: 15px;
  padding: 0px;
}
.ftr_abtsec p{
  line-height: 26px;
}
.ftr_abtsec h4{
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.ftr__social__link a {
  background: none;
  border-radius: 50px;
  width:40px;
  height: 40px;
  display: flex;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 6px;
}
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;
}


.ftrcopyRight {
  padding:0px 0;
}

.ftrcopyRight p {
  border-top: 1px solid #5d687a;
  font-size: 16px;
  color: #fff;
  font-weight:400;
  margin: 0px;
  padding: 24px 0;
}

.ftrcopyRight p a {
  font-weight: 400;
  color: #a9965b;
}