    body{
    font-family: "Syne", sans-serif;
  }

  p {
    font-family: "Gotham Book", sans-serif;
    font-size: 1rem !important;
    line-height: 1.5;
}
a {
  color: #1a1e22;
  text-decoration: none;
}
a:hover {
  color: #af884a;
  text-decoration: none;
}
h2 {
  color: #1a1e22;
}
h3 {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
p {
  display: block;
  margin-block-start: 5px;
  margin-block-end: 5px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
.button, .btn-primary,  .blog-slider-contents .btn-tertiary {
  background-color: #af884a !important;
  border-color: #1a1e22 !important;
  color: #1a1e22;
  padding: 13px 22px;
  border-radius: 50px;
  text-decoration: none;
}
.button:hover, .btn-primary:hover, .button-primary:hover, .card-container > .cta-card-item:nth-child(3) .btn-tertiary:hover, .blog-slider-contents .btn-tertiary:hover {
  background-color: #1a1e22 !important;
  border-color: #af884a;
  color: #af884a !important;
}
.mob-banner {
  display: none;
}
section.mob-banner-section{
   display: none;
}

/* Header Styling */
.sticky-header {
  position: sticky;
  top: 0;
  width: auto;
  background-color: #1a1e22;
  color: white;
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Logo Styling */
.logo {
  width: 70%;
}
.logo img {
  width: 25%;
}
/* Button Container Styling */
.buttons {
  gap: 10px;
}

/* Button Styling */

/* Responsive Design */
@media (max-width: 768px) {
  .sticky-header {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .buttons {
    width: 100%;
    justify-content: flex-start;
    margin-top: 10px;
  }

  .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .logo {
    font-size: 20px;
  }

  .btn {
    font-size: 14px;
  }
}

a.logo {
    pointer-events: none;
}
li:not(.menu-item):before {
    content: ""!important;
    margin-right: 0 !important;
}
.logo.logo-home-new {
  pointer-events: none !important;
}
.absolute-content {
    background-color: #ffffffc9 !important;
    position: absolute;
    left: 3%;
    top: 28%;
}
.icon-image img.lazy {
    filter: invert(1.4) sepia(0.5) saturate(1) hue-rotate(375deg);
}
.new-sevice-banner {
    background-image: url(https://www.kelowna-dental-centre.ca/wp-content/uploads/2025/05/banner.png);
    /* max-height: 600px; */
    background-size: cover;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    /* background-position: center; */
    height: 90vh;
}
.sec-padding{
  padding-left: 50px;
  padding-right: 50px;
}

.new-sevice-banner .absolute-content {
  height: 50% !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  align-items: center;
  text-align: center;
}
.new-sevice-banner .absolute-content .title{
    color: #1a1e22;
    font-size: 38px;
    letter-spacing: 1px; 
    justify-content: flex-start;   
    display: flex;
    align-items: center;  
    font-weight: 700;
	  line-height:3rem;
    margin:0;
}
.main-btn {
  background: #003764;
  padding: 10px;
  color: #fff;
}
.main-btn:hover{
  background: #000;
}
.banner-text-area {
  background: #003764;
  padding: 20px;
  text-align: center;
}
.new-tag-banner {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}
.size.narrow.left.center-lg {
  max-width: 100%;
}
.office_info ul li {
    text-align: left;
    list-style: disc;
    padding: 10px;
}
@media (max-width: 767px){
  .banner-text-area {
      margin-top: 10px;
  }
  .new-tag-banner {
	font-weight: 400;
    font-size: 1.3rem;
}
}
.form-section {
  padding: 40px;
  /* background-color: #f9f9f9; */
}

.form-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: auto;
  gap: 40px;
}
.form-section p {
  margin-bottom: 25px !important;
}

.form-left, .form-right {
  flex: 1 1 500px;
  /* background: #fff; */
  border-radius: 12px;
  /* box-shadow: 0 0 15px rgba(0,0,0,0.1); */
}

.main-title {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}


.btn-call {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 20px;
  background-color: #444;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
}

.form-title {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 32px;
}

.appointment-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.form-group input,
.form-group select,
.form-group textarea {
  flex: 1;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}

.radio-group {
  display: flex;
  gap: 20px;
}

.radio-group label {
  font-weight: 500;
}

.submit-btn {
  background-color: #007bff;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}

.submit-btn:hover {
  background-color: #0056b3;
}


.difference-section {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    gap: 40px;
	padding-top : 50px;
	background: #f9f9f9;
}
.difference-container {
  display: flex;
}
.difference-left, .difference-right {
  flex: 1;
}

.difference-left {
  display: flex;
  flex-direction: column;
}

.top-image img{ 
  aspect-ratio: 1 / 0.96;
  object-fit: cover;
  border-radius: 40px;

}
.bottom-image{
  position: relative;
  top: -12%;
  left: 28%;
}
.bottom-image img {
  aspect-ratio: 1/0.72;
  object-fit: cover;
  border: 7px solid #fff;
  border-radius: 40px;
}
.cta-cards-section .card-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 26px;
  align-items: stretch;
}
.card-container > .cta-card-item:first-child {
  background-color: #1a1e22;
  width: 30%;
  border-radius: 23px;
  height: 340px;
  padding:20px; 
  text-decoration: none;
}
.info-container img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(192deg) brightness(106%) contrast(101%);
}
.card-container > .cta-card-item:nth-child(2) {
  background-color: #af884a;
  width: 30%;
  border-radius: 23px;
  height: 340px;
  padding:20px; 
  text-decoration: none;
}
.card-container > .cta-card-item:nth-child(3) {
  background-color: #1a1e22;
  width: 30%;
  border-radius: 23px;
  height: 340px; 
  padding:20px; 
  text-decoration: none;
}
.cta-cards-section .grid-card-2 .info-container .sub-header, .cta-cards-section .grid-card-2 .info-container .header-4 {
  color: #fff;
}
.card-container > .cta-card-item:first-child .btn-tertiary {
  background-color: #fff !important;
  color: #af884a !important;
  padding: 0px 22px;
  border-radius: 50px;
}
.card-container > .cta-card-item:nth-child(2) .btn-tertiary{
  background-color: #fff !important;
  color: #1a1e22 !important;
  padding: 0px 22px;
  border-radius: 50px;
}
.card-container > .cta-card-item:first-child .btn-tertiary:hover {
  background-color: #af884a !important;
  color: #1a1e22 !important;
}
.card-container > .cta-card-item:nth-child(2) .btn-tertiary:hover{
  background-color: #1a1e22 !important;
  color: #af884a !important;
}
.card-container > .cta-card-item:nth-child(3) .btn-tertiary{
  background-color: #fff !important;
  color: #1a1e22 !important;
  padding: 0px 22px;
  border-radius: 50px;
}
.card-container > .cta-card-item:nth-child(3) .btn-tertiary:hover{
  background-color: #af884a !important;
  color: #1a1e22 !important;
}
input.facetwp-location, .facetwp-radius, .btn-tertiary, .hero-dropdown {
  height: 53px !important;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  font-weight: 400;
  border-radius: 5px !important;
}
.header-4 {
  font-family: "Syne", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.1666667;
  letter-spacing: -0.02em;
}

.difference-right {
  display: flex;
  flex-direction: column;
}
.difference-section .title {
    font-size: 2.5rem;
    color: #000;
    margin: 0px;
    line-height: 3rem;
    font-weight: 500;
}
.sub-title {
  font-size: 1.2rem;
  color: #af884a;
  font-weight: 700;
}

/* .title {
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
} */

.difference-right p {
  font-size: 1rem;
  color: #000;
  margin-bottom: 20px;
}

.features-list {
  list-style: none;
  padding-bottom: 40px;
  color: #0056b3;
}

.features-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.features-list li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.appointment-btn a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.appointment-btn a:hover {
  background-color: #444;
}

/* === CTA Section Styles === */

.cta-section {
  background-color: #af884a;
  padding: 30px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
/*   margin: 20px 0; */
}

.cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
  gap: 10%;
}

/* Left Side */
.cta-left {
  display: flex;
  align-items: center;
  /* flex: 1; */
  min-width: 280px;
  gap: 15px;
  border-right: 1px solid #fff;
  padding-right: 10%;

}

.phone-icon {
  width: 40px;
  height: 40px;
}

.cta-text {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.cta-text p {
  margin: 5px 0 0;
  font-size: 16px;
}

.text-label {
    padding: 8px;
    background: #ffff;
}

.cta-text a {
  color: #0073e6;
  text-decoration: none;
  font-weight: 600;
}

/* Right Side */
.cta-right {
  flex-shrink: 0;
}

.cta-button {
  padding: 10px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #1a1e22;
}


.dentist-section {
  padding: 60px 20px;
  background-color: #fefefe;
}
.header-5 {
  font-family: "Syne", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
a.icon-card-link {
  text-decoration: none;
}
.section-heading {
  text-align: center;
  font-size: 32px;
  margin-bottom: 0px;
  color: #000;
  font-weight: 700;
  line-height: 39px;	
}
.dentist-container-1{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1500px;
  margin: 0 auto;
  align-items: center;
}
.dentist-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1500px;
  margin: 0 auto;
  align-items: center;
  padding-top: 70px;
}

.dentist-info {
  flex: 1;
  min-width: 300px;
}

.clinic-name {
  font-size: 18px;
  color: #af884a;
  line-height: 1;
  padding-bottom: 10px;
}

.doctor-name {
  font-size: 2.5rem;
  color: #000;
  margin: 0;
}

.doctor-role {
  font-size: 18px;
  margin-bottom: 0px;
  color: #555;
  line-height: 1;
}

.info-block {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #333;
  font-size: 15px;
  margin: 0;
  padding-top: 10px;
}

.doctor-bio {
  font-size: 18px !important;
  margin: 25px 0;
  color: #444;
  line-height: 1.6;
  text-align: left;
}

.book-btn {
  display: inline-block;
  background-color: #0073e6;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}
.difference_bootm ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  row-gap: 2rem;
  color: #af884a ;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 25px;
}
.difference_bootm ul li {
  display: flex;
  align-items: self-start;
  gap: 10px;
  margin-bottom: 10px;
}
.difference_bootm ul li img {
  display: block;
  max-width: 20px;
  margin-top: 2px;
}
.book-btn:hover {
  background-color: #005bb5;
}
.dentist-section_first{
	padding-top : 50px;
}
.dentist-image {
  width: 400px;
  text-align: center;
}

.dentist-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.dentist-image_left {
  width: 400px;
  text-align: center;
  background-color: #f9f9f9;
}

.dentist-dentist-image_left img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.cta-cards-section {
  padding: 40px 0;
  background-color: #f9f9f9;
}
.testimonial-section-new .testimonial-sliders .slick-track {
  display: flex !important;
  gap: 10px !important;
  height: 353px !important;

}

@media screen and (min-width: 768px) {
  .cta-cards-section {
      margin-top: 0 !important;
  }
}
.card-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.cta-card {
  background-color: #e82f51;
  border-radius: 12px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  flex: 1 1 300px;
  max-width: 500px;
  padding: 60px;
  transition: transform 0.3s ease;
}
.cta-card2 {
  background-color: #33b6f0;
  border-radius: 12px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  flex: 1 1 300px;
  max-width: 500px;
  padding: 60px;
  transition: transform 0.3s ease;
}
.cta-card3 {
  background-color: #5fc8ad;
  border-radius: 12px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  flex: 1 1 300px;
  max-width: 500px;
  padding: 60px;
  transition: transform 0.3s ease;
}
.cta-card:hover {
  transform: translateY(-5px);
}

.info-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-container img {
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
}

.sub-header {
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.card-title {
  font-size: 26px;
  margin-bottom: 16px;
  color: #fff;
}
.cta-cards-section .btn-card {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  border-radius: 7px;
}
.btn-card {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #0073e6;
  font-size: 14px;
  margin-top: auto;
  transition: background-color 0.3s ease;
}

.btn-card:hover {
  background-color: #005bb5;
  color: #fff !important;
}

.card-p{
  padding: 20px;
  text-align: center;
}

/* testimonial section */
.testimonial-wrapper {
  background: #fff;
  text-align: center;
}

.testimonial-header h3 {
  color: #888;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.testimonial-header h2 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
}

.testimonial-slider {
  max-width: 900px;
  margin: 0 auto;
}

.testimonial {
  padding: 20px;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.stars {
  color: gold;
  font-size: 18px;
  margin-bottom: 10px;
}

.content {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.name {
  font-weight: bold;
  color: #333;
}
/* testimonial section */


.gallery-section {
  padding: 60px 20px;
  background-color: #f9f9f9; /* Optional background */
}
.slick-slide {
  height: fit-content;
}
.gallery-section .slick-slide img {
  /* display: block; */
  width: 98%;
  padding: 0 5px;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

.masonry-gallery {
  column-count: 6;
  column-gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  
}

.masonry-gallery li {
  break-inside: avoid;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 10px;
}

.masonry-gallery img {
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.masonry-gallery a:hover img {
  transform: scale(1.05);
}

/* Optional image styles */
.masonry-gallery li.tall img {
  height: 400px;
  object-fit: cover;
}

.masonry-gallery li.wide {
  column-span: all; /* May not work in all browsers */
}


/* FAQ Section Styles */
.faq-section {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
}

.faq-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #333;
  font-weight:700;
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.faq-question {
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #4f8edd;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
}

.faq-question:hover {
  background-color: #003764;
}

.icon {
  font-size: 1.5rem;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  padding: 20px;
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}

.faq-item .faq-answer {
  display: none;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .icon {
  transform: rotate(45deg);
}

.faq-answer a {
  color: #4CAF50;
  text-decoration: none;
}

.faq-answer a:hover {
  text-decoration: underline;
}
/* Contact Section Styles */
.contact-info-section.sec-padding {
    background: #1a1e22;
    width: auto;
    padding: 100px;
}
/* Footer css */
.icon-card.flex-column.card-pad.bg-white.left.flex-start {
  align-items: center !important;
}
.icon-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.icon-grid .info-text {
  width: fit-content;
}
.icon-grid .icon-card .info-text .info-wrapper.icon {
  gap: 0rem !important; 
}
p.p-3.uppercase.text-blue-25 {
  display: none;
}
ul#menu-footer-primary {
  display: none;
}
ul#menu-footer-resources {
  display: none;
}
.footer-column.w-100-sm {
  display: none;
}
.footer-content.center.left-lg {
  display: none;
}
footer .footer-wrapper .footer-column.w-100-sm {
  width: 100% !important;
}
footer .pad-footer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* .icon-grid.grid-3 .icon-card {
  min-width: 0 !important;
} */
/* Media css */
section.dentist-section_sec {
  padding: 20px;
}
.f-detail{
  pointer-events: none;
}
@media(max-width: 1190px){
    .logo {
    width: 47%;
  }
  .logo img {
    width: 78%;
  }
  
  .new-sevice-banner {
    height: 13vh;
    margin-top: 75px;
    background-image: unset;
  
}
section.mob-banner-section {
    background-image: url(https://www.kelowna-dental-centre.ca/wp-content/uploads/2025/05/mob-banner-lp.png);
    height: 28%;
    width: 96%;
    margin-left: 22px;
}
.absolute-content {
    background-color: #ffffff69;
    position: absolute;
    left: 0;
    top: 0;
}
section.mob-banner-section img {
    width: 100%;
    display: none;
}
.new-sevice-banner .absolute-content {
    height: fit-content !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    text-align: center;
}
.absolute-content p {
    font-size: 28px !important;
    padding: 14px;
}
.new-sevice-banner .absolute-content .title {
    font-size: 57px;
    line-height: 4rem;
}
section.mob-banner-section {
    display: block !important;
}
.doctor-role {
    font-size: 21px;
}
.form-title {
    font-size: 33px;
}
section.dentist-section_first {
  padding: 20px;
}
.sub-title {
    font-size: 2.5rem !important;
    color: #af884a;
    font-weight: 700;
} 
.masonry-gallery {
  column-count: 3;
  column-gap: 9px;
}
.button, .btn-primary, .blog-slider-contents .btn-tertiary {
    font-size: 20px;
}
}
@media(max-width: 992px) {
	.main-title {
  font-size: 4.5rem;
}
  .doctor-name{
		 font-size: 2.5rem;
}
  .new-sevice-banner {
    height: 13vh;
    margin-top: 75px;  
}
.top-image img {
  width: 350px;
}
.bottom-image img {
  width: 270px;
}
.difference-section {
  padding: 20px;
}
.dentist-container-1 {
  padding: 13px;
}
.cta-card{
  padding:40px
}
.cta-card2{
  padding:40px
}.cta-card3{
  padding:40px
}
.card-title {
  font-size: 18px;
  line-height: 26px;
}
.icon-grid .icon-card h2 {
  font-size: 20px;
  font-weight: normal;
  width: 160px;
}
.text-block-section h2 {
  font-size: 50px;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 1em;
}
.icon-grid .icon-card.card-pad {
  padding: 0 !important;
}
.icon-grid.grid-3 .icon-card {
  min-width: 0 !important;
}
	.testimonial-section-new .testimonial-slider{
		height: auto !important;
		font-size: 14px !important;
	}
  .masonry-gallery {
    column-count: 3;
    column-gap: 9px;
  }
}
@media (max-width: 767px){
  .new-sevice-banner {
    background-image: unset;
    height: fit-content;
}
.new-sevice-banner .absolute-content {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    text-align: center;
}
section.mob-banner-section {
    display: block !important;
}
.sec-padding {
  padding-left: 30px;
  padding-right: 30px;
}
	.testimonial-section-new .testimonial-slider{
		height: auto !important;
		font-size: 14px !important;
	}
.mob-banner img {
  width: 100%;
  margin-top: 100px;
}
.new-sevice-banner {
  margin-top: 20px;  
}
.main-title {
  font-size: 2rem;
  padding-top: 20px;
}
.sub-title {
  font-size: 1.3rem !important;
}
.mob-banner{
  display: block !important;
}
.new-sevice-banner {
    background-image: unset;
}
.new-sevice-banner .absolute-content {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.new-sevice-banner .absolute-content .title {
  line-height: 2rem;
  padding-bottom: 10px;
  font-size: 25px;
}
@media (max-width: 767px) {
  .new-sevice-banner {
      background-image: unset !important;
      height: fit-content !important;
  }
}
@media (max-width: 767px) {
  .mob-banner {
      display: block;
  }
}
  .form-section {
    padding: 20px;
}
.difference-container {
  display: contents;
}
.top-image img {
  width: 350px;
}
.difference-section {
  padding: 20px;
}
.dentist-image {
  width: 350px;
}
.testimonial-wrapper {
  width: 400px;
}
.bottom-image {
  left: 18%;
}
.bottom-image img {
  width: 250px;
  position: relative;
}
.dentist-container-1 {
  display: flex;
  flex-direction: column-reverse;
}
.difference-left {
  align-items: center;
}
.cta-left {
  padding-bottom: 30px;
}
.cta-cards-section .card-container {
  width: 85%;
}
.faq-title {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 18px;
}
.faq-section.sec-padding {
    padding-left: 0;
    padding-right: 0;
}
/* footer */
.icon-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr); /* default: 2 columns for mobile */
}
.icon-grid .icon-card.card-pad {
  padding: 0 !important;
}
.icon-card.flex-column.card-pad.bg-white.left.flex-start {
  align-items: center !important;
  box-shadow: #29212147 1px 4px 8px 6px;
  padding: 10% !important;
}
.icon-grid.grid-3 .icon-card {
  min-width: 0 !important;
}
.masonry-gallery {
  column-count: 2;
  column-gap: 7px;
}
}
.f-email a {
  color: #af884a!important;
}
h3.site-footer__title {
  text-align: center;
  color: #fff;
}
section.footer-sec.sec-padding {
    padding: 94px 20px;
    background-color: #1a1e22;
}
.footer-logo {
  display: flex;
  gap: 10%;
}
.footer-logo .button {
    display: flex !important;
    font-size: 23px;
    width: 160px;
}
.footer-logo img {
    width: 28% !important;
    height: 47px;
}
div#gform_fields_19 * {
  width: 100%;
}
div#gform_fields_19 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
fieldset#field_19_18 {
  border: none;
  padding: 0;
}
legend.gfield_label.gform-field-label.screen-reader-text {
  display: none;
  outline: none;
}
div#field_19_20 {
  grid-column: span 2;
}

div#field_19_3 {
  grid-column: span 2;
}
div#gform_fields_19 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
  width: 100% !important;
  border-radius: 10px;
  height: 50px;
  border: 1px solid #000;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
  border-radius: 10px;
  height: 50px;
  border: 1px solid #000;
}
.gform_wrapper.gravity-theme .gfield textarea.small {
  height: 96px;
  border-radius: 10px;
  border: 1px solid #000;
}
h2.gform_title {
  display: none;
}
label.gfield_label {
  display: none;
}
span#input_19_17_date_format {
  display: none;
}
.ginput_container.ginput_container_radio {
  width: 50%;
}
input#choice_44_16_0 {
  visibility: hidden;
}
input#choice_44_16_0 {
  height: 43px;
}
/* .medianv-form .gfield_radio{display:flex;border:1px solid #a5a5a5;overflow:hidden;border-radius:10px;height: 50px;} .medianv-form .gchoice{width:50%;position:relative;overflow:hidden;} .medianv-form .gfield_radio .gform-field-label{max-width:100%!important;position:absolute;left:0px;right:0px;top:0px;bottom:0px;display:flex!important;align-items:center;justify-content:center;margin:0px;z-index:1;cursor:pointer;} .medianv-form input[type=radio]{opacity:0;} .medianv-form input[type=radio]:checked ~ label{background:#af884a;color:#ffffff;} .medianv-form .gform_footer{margin-top:15px!important;margin-bottom:0px!important;padding:0px!important;} .medianv-form .gfield--type-captcha{display:none;} */

.testimonial-section-new .testimonial-slider {
  height: auto !important;
  padding: 0px !important;
  margin: 0px !important;
}
ul#menu-primary {
  display: none;
}
.nav .nav-primary .nav-cta {
  display: none !important;
}
label.nav-handle {
  display: none !important;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 23px;
}
.gform-footer.gform_footer.top_label {
    justify-content: center;
}
@media(max-width: 767px){
input#gform_submit_button_47 {
    width: 38%;
}
}
/* .medianv-form .gfield_radio{display:flex !important;border:1px solid #a5a5a5;overflow:hidden;border-radius:0px;} .medianv-form .gchoice{width:50%;position:relative;overflow:hidden;} .medianv-form .gfield_radio .gform-field-label{max-width:100%!important;position:absolute;left:0px;right:0px;top:0px;bottom:0px;display:flex!important;align-items:center;justify-content:center;margin:0px;z-index:1;cursor:pointer;} .medianv-form input[type=radio]{opacity:0;} .medianv-form input[type=radio]:checked ~ label{background:var(--e-global-color-primary);color:#ffffff;} .medianv-form .gform_footer{margin-top:15px!important;margin-bottom:0px!important;padding:0px!important;} .medianv-form .gfield--type-captcha{display:none;} */
/* Home Appointment */
.home-appointment-form {
	margin-top: 0;
	padding: 50px 0px;
    background-color: #f8f8f8;
}
.default-form.homepage-form {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 0px;
}
.default-form.homepage-form .full{
    grid-column: span 2;
}
.default-form.homepage-form input:not([type="checkbox"],[type="submit"]) { width: 100%; height: 44px; padding: 15px 20px; font-size: 14px; color: #010101; background-color: transparent; border: 0; border-radius: 0; }
.default-form.homepage-form input::placeholder,.default-form.homepage-form textarea::placeholder{
    color: #010101;
    opacity: 1;
}
.default-form.homepage-form input:focus,.default-form.homepage-form textarea:focus{
    outline: none;
}
.default-form.homepage-form textarea {width:100%; height: 80px; color: #010101; border-radius: 0; background-color: transparent; border: 0; opacity: 1; font-size: 14px; resize: none; padding: 15px 20px;border: solid 1px #505f76}
.default-form.homepage-form select { width: 100%; height: 44px; background-color: transparent; border-radius: 0; padding: 15px 20px; font-size: 14px; border: 0; color: #010101; -webkit-appearance: none; appearance: none; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC); background-position: 100%; background-repeat: no-repeat; }
.default-form.homepage-form .date input{
    appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
}
.radio-main input {
	position: absolute;
	left: 0;
	top: 0;
    visibility: hidden;
}
.radio-main .wpcf7-list-item{
    margin: 0;
    position: relative;
}
.radio-main .wpcf7-list-item-label {
	height: 44px;
	background:transparent;
	display: flex;
	justify-content: center;
	align-items: center;
    font-size: 14px;
    padding: 0 !important
}
.radio-main span {
	width: 100%;
	display: block;
}
.radio-main .wpcf7-form-control.wpcf7-radio {
	display: flex;
	gap: 0px;
}

.radio-main input:checked + .wpcf7-list-item-label {
	background: #af884a !important;
    color: #fff;
}
.default-form.homepage-form input[type="submit"] { font-size: 17px; text-transform: uppercase; color: #fff; background: var(--secondary-color); border-radius: 0; padding: 16px 30px; font-weight: 500; cursor: pointer; border: 0; }
.default-form.homepage-form input[type="submit"]:hover {
	background: var(--primary-color);
	color: #fff;
}
.default-form.homepage-form .wpcf7-spinner{
    position: absolute;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	text-align: center;
}

.default-form.homepage-form input:not([type="submit"]), .default-form.homepage-form select, .default-form.homepage-form .radio-main .wpcf7-list-item-label {
    border: solid 1px #505f76;
    padding: 0 15px;
}
.mt-50{
    margin-top: 50px;
}
.h-drop{
	grid-column: span 2 !important;
}