/* 
Theme Name: bsxenia
Theme URI: https://keystride.com
Description: A Dental Care Website 
Version:1.0
Author: Keystride Labs
Author URI: https://keystride.com
*/

/* 1. Load Google Fonts */
/* @import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap"); */
/* 2. Base Font Settings */

html {
  font-size: 16px;
  /* Default base */
}

body {
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  margin: 0;
  padding: 5px 20px 20px;
}
a {
  color: #714872;
}

/* 3. Headings and Paragraph Styles */
h1 {
  /* font-size: 46px;
  font-weight: 400;
  line-height: 60px;
  font-style: normal;
  letter-spacing: normal; */
  font-size: 2.986rem;
}

h2 {
  /* font-size: 40px;
  font-weight: 500;
  line-height: normal;
  font-style: normal;
  letter-spacing: 0.2px; */
  font-size: 2.488rem;
}

h3 {
  /* font-size: 36px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  letter-spacing: 0.2px; */
  font-size: 2.074rem;
}

h4 {
  /* font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  font-style: normal;
  letter-spacing: 0.2px; */
  font-size: 1.728rem;
}

h5 {
  /* font-size: 28px;
  font-weight: 600;
  line-height: normal;
  font-style: normal;
  letter-spacing: 0.2px; */
  font-size: 1.44rem;
}

h6 {
  /* font-size: 24px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  letter-spacing: 0.2px; */
  font-size: 1.2rem;
}

p {
  /* font-size: 18px;
  font-weight: 300;
  line-height: normal;
  font-style: normal;
  color: #000000; */
  font-size: 1rem;
  font-weight: 300;
}

a {
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  text-decoration: none;
}

li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.btn {
  font-size: 20px;
  font-weight: 600;
  padding: 7.5px 30px;
  border-radius: 30px;
  border: none;
  transition: background 0.3s;
  font-family: "Nunito Sans", sans-serif;
}

.btn:focus,
.btn:focus-visible,
.btn:active {
  box-shadow: none;
  border: none;
  outline: none;
}

.btn.btn--icon > i {
  margin-left: 15px;
}

.btn-primary {
  background: #6c286e;
  color: #fff;
}

.btn-primary:hover,
.btn-secondary:hover {
  background: #714872;
}
.btn-light:hover {
  background: #6c286e;
  color: #fff;
  border-color: #6c286e;
}

.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:active,
.btn-secondary:focus,
.btn-secondary:focus-visible,
.btn-secondary:focus:active {
  background: #714872;
  outline: none;
  box-shadow: none;
}

.btn-secondary {
  background: #fff;
  color: #6c286e;
  border: 1px solid #6c286e;
}

form input,
form select,
form textarea {
  width: 100%;
  border: 1px solid #c1c1c1;
  padding: 10px 10px;
  margin-bottom: 10px;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border-radius: 20px;
}

form input:focus-visible,
form select:focus-visible,
form textarea:focus-visible {
  outline: none;
}

form input::placeholder,
form textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  opacity: 0.3;
}
.section10.bg-white form input::placeholder,
.section10.bg-white form textarea::placeholder {
  color: #cacaca;
  opacity: 1;
}

.form .wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}

form p.lable {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #ebebeb;
}

form .submit-btn p {
  opacity: 1;
  margin-bottom: 0;
}

form option {
  font-size: 16px;
  background: #714872;
}

form input[type="submit"] {
  width: auto;
  border-radius: 30px;
  font-size: 20px;
  background: #fff;
  color: #283848;
  margin-bottom: 0;
  padding: 10px 40px;
  box-shadow: none;
  outline: none;
  border: none;
  transition: background 0.3s ease, color 0.3s ease;
}

form input[type="submit"]:hover {
  background: #6c286e;
  color: #fff;
}
.menu-item a {
  color: #000;

  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0px;
  transition: color 0.3s ease;
  text-decoration: none !important;
}

.menu-item-has-children {
  position: relative;
}

ul.sub-menu li a {
  font-size: 14px;
}

ul.sub-menu li a:hover {
  font-size: 14px !important;
}

ul.sub-menu {
  background-color: transparent;
}

ul.sub-menu .menu-item a {
  margin-left: 0;
  margin-bottom: 0px;
  border-bottom: 0.5px solid #bdbdbd;
}
ul.sub-menu .menu-item:last-child a {
  border-bottom: none;
}

.menu-item-has-children {
  position: relative;
}

ul.sub-menu li a {
  font-size: 14px;
}

/* General Dropdown Styling */
.navbar-nav > li {
  position: relative;
}

.navbar-nav .sub-menu {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  min-width: 250px;
  background-color: #6c286e;
  z-index: 1000;
  padding: 0;
  list-style: none;
  border-radius: 20px;
}
.navbar-nav .sub-menu li:hover > a:after {
  transform: rotate(-90deg);
}

.navbar-nav .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
  border-radius: 0 20px 20px 0;
}

.navbar-nav .sub-menu li a {
  padding: 20px;
  color: #fff;
  transition: all 0.3s ease;
}

.navbar-nav .sub-menu li:hover > a {
  background: #714872;
  color: #fff;
  padding: 20px;
  transition: background 0.3s ease;
}

.navbar-nav .sub-menu li:first-child:hover > a {
  border-radius: 20px 0 0 0;
}
.navbar-nav .sub-menu li:first-child > a {
  border-radius: 20px 0 0 0;
}
.navbar-nav .sub-menu li:last-child:hover > a {
  border-radius: 0 0 20px 20px;
}
.navbar-nav .sub-menu li:last-child > a {
  border-radius: 0 0 20px 20px;
}

.navbar-nav .sub-menu .sub-menu li:first-child:hover > a {
  border-radius: 0px 20px 0px 0px;
}
.navbar-nav .sub-menu .sub-menu li:first-child > a {
  border-radius: 0px 20px 0px 0px;
}
.navbar-nav .sub-menu .sub-menu li:last-child:hover > a {
  border-radius: 0px 0 20px 0px;
}
.navbar-nav .sub-menu .sub-menu li:last-child > a {
  border-radius: 0px 0 20px 0px;
}

/* Menu Links */
.navbar-nav .menu-item > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.3s ease;
}

.navbar-nav .menu-item > a:hover {
  background: #714872;
  color: #fff;
}

/* FontAwesome Angle Icons */
.navbar-nav .menu-item-has-children > a::after {
  content: "\f107";
  /* angle-down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
  display: inline-block;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.navbar-nav > .menu-item > a {
  padding: 5px 15px;
  border: none;
  border-radius: 10px;
}
/* parent li hover */
.navbar-nav > .menu-item:hover > a {
  background: #f8eef8;
  color: #000;
  border-radius: 10px;
}

.navbar-nav > li:hover > a {
  background: #714872;
  color: #fff;
}

.navbar-nav > li.current-menu-item > a,
.navbar-nav .sub-menu > li.current-menu-item > a {
  font-weight: 700;
}

/* Deep nested: angle-right */
.navbar-nav .menu-item-has-children .menu-item-has-children > a::after {
  content: "\f107";
  margin-left: auto;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  transition: all 0.4s ease;
  transform: rotate(0deg);
  width: 30px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg"><line x1="1" y1="26" x2="26" y2="1" stroke="rgba(0, 0, 0, 0.5)" stroke-width="2"/><line x1="1" y1="1" x2="26" y2="26" stroke="rgba(0, 0, 0, 0.5)" stroke-width="2"/></svg>');
  transition: all 0.4s ease;
  transform: rotate(90deg);
  width: 25px;
}
.custom-radius-left {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.custom-radius-right {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.counter,
.count {
  font-size: 55px;
  line-height: 74px;
  font-weight: 400;
}

.section9 {
  position: relative;
  z-index: 1;
}

/* .section9::before {
  background-image: url("assets/img/our-doctor-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  z-index: -1;
} */

.section9 h4 {
  font-weight: 400;
  font-size: 56px;
  line-height: 150%;
  letter-spacing: 0.2px;
  text-align: center;
  vertical-align: middle;
}

.section10 {
  background: #714872;
  border-radius: 30px;
  margin-bottom: 20px;
}

.section10 h3 {
  font-weight: 600;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 0.2px;
  vertical-align: middle;
  color: #fff;
  text-align: left;
}

.section10 .col-md-4 p {
  opacity: 1;
}

.section10 p.desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #fff;
  text-align: left;
  opacity: 0.7;
}

.section10 .col-md-4 p {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #fff;
  text-align: left;
  opacity: 0.7;
}

.section10 iframe {
  border-radius: 10px;
}

.section10 .wpcf7 form.invalid .wpcf7-response-output,
.section10 .wpcf7 form.unaccepted .wpcf7-response-output,
.section10 .wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff !important;
}
.promo-section .bg-pattern {
  background: #d9d9d9;
  border-radius: 20px;
}
.promo-section h3 {
  color: #4f4f4f;
}
.promo-section .offer-price {
  color: #6c286e;
  font-size: 40px;
  font-weight: 700;
}
.promo-section span {
  color: #4f4f4f;
}
.promo-section .btn-outline-dark {
  border: 1px solid #000;
}
.promo-section .btn-outline-dark:hover {
  background: #714872;
  border: 1px solid #714872;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  transition: all 0.4s ease;
  transform: rotate(0deg);
  width: 30px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg"><line x1="1" y1="26" x2="26" y2="1" stroke="rgba(255, 255, 255, 1)" stroke-width="2"/><line x1="1" y1="1" x2="26" y2="26" stroke="rgba(255, 255, 255,1)" stroke-width="2"/></svg>');
  transition: all 0.4s ease;
  transform: rotate(90deg);
  width: 25px;
}

.fixed-side-bar {
  z-index: 99999;
}

.ti-widget[data-wkey="feed-instagram"][data-style="custom-style"][data-widget-type="social"] {
  margin-bottom: 0px !important;
}

.ti-widget[data-wkey="feed-instagram"] .ti-nav-loadmore {
  display: none !important;
}

.ti-widget[data-wkey="feed-instagram"] .ti-nav-loadmore .ti-btn {
  background: #714872 !important;
  color: #fff !important;
}

.ti-widget[data-wkey="feed-instagram"][data-style="custom-style"][data-widget-type="social"]
  .ti-widget-header
  .ti-header-btn
  .ti-btn,
.ti-widget[data-wkey="feed-instagram"][data-style="custom-style"][data-widget-type="social"]
  .ti-widget-header
  .ti-header-btn
  .ti-btn:hover {
  background: #714872 !important;
  color: #fff !important;
  outline: none !important;
}

.grecaptcha-badge {
  display: none;
}

/* Banner container positioning */
.front__page_banner_custom {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
#sticky-header-spacer {
  transition: height 0.3s ease;
}

/* Image styling */
.front__page_banner_custom img {
  height: auto;
  display: block;
}

/* Text content styling */
.carousel-caption-custom {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.carousel-text h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.carousel-text .btn {
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: 600;
}
.intro-section {
  background: #f0f0f0;
  padding: 60px 0 0;
  border-radius: 20px;
}
.home .intro-section {
  background: #fff;
}

.meet-our-doctors {
  position: relative;
}

.meet-our-doctors:before {
  background-image: url("assets/img/our-doctor-bg.png");
  background-position: center center;
  background-repeat: repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  z-index: -1;
}

.meet-our-doctors .dentist-cards {
  box-shadow: 0px 0px 2px 0px #00000040;
  border-radius: 20px;
  backdrop-filter: blur(5px);
}

.meet-our-doctors .dentist-cards .col-md-8 {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(212, 212, 212, 0.5) 99.52%
  );
}

.dentist-cards h3,
.dentist-cards .dent-desig,
.dentist-card h3 {
  color: #6c286e;
}
.dentist-card .dent-desig {
  color: #6c286e;
  font-size: 16px;
  line-height: 20px;
}
.sis h2,
.services-heading-main {
  color: #6c286e;
}
.Meet-Our-Expert-Dentists h2 {
  color: #6c286e;
}

.implants-smiles-section img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.testimonial-carousel.owl-carousel .owl-item .usericon {
  background: #f8eef8;
  padding: 5px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel.owl-carousel .owl-item .usericon .icon-img {
  width: 30px;
  height: 30px;
  border-radius: 0;
}
.testimonial-carousel p {
  font-weight: 400;
  text-align: justify;
}

.testimonial-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: -30px;
  right: -30px;
  transform: translateY(-50%);
  pointer-events: none;
}

.testimonial-carousel .owl-nav button {
  background-color: #6c286e;
  color: #fff;
  font-size: 20px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  pointer-events: all;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .owl-nav button span {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ca8fcc;
}

.testimonial-carousel .owl-nav button:hover {
  background-color: #6c286e;
  color: #fff;
}

.testimonial-carousel .owl-nav button:hover span {
  color: #fff;
}

.easy-financing-section {
  background-color: #f5f5f5;
  border-radius: 20px;
}

.financing-logo {
  max-width: 160px;
  height: 55px;
  border-radius: 999px;
  padding: 5px 10px;
  border: 4px solid #b3b3b3;
  margin: 8px 0;
  box-sizing: border-box;
}

.bg-pattern {
  position: relative;
  background-color: #a5a5a5;
  z-index: 1;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.bg-pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/img/our-doctor-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: -1;
}

.feature-grid .feature-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feature-box img {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
}

.feature-box p {
  margin: 0;
  font-size: 15px;
  color: #222;
}

.feature-item {
  padding-bottom: 40px;
}

.feature-text {
  padding: 0 0px 0 40px;
  font-weight: 400;
}

.feature-text p {
  font-size: 24px;
}

/* Services list container */
.services-list {
  margin-top: 24px;
  /* border-bottom: 1px solid #BABABA; */
  font-size: 19px;
}

/* Service buttons (list items) */
.service-item {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  font-size: 1.1em;
  color: #777;
  cursor: pointer;
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
}

.service-item:hover {
  color: #000;
}

.service-item.active {
  color: #000 !important;
  font-weight: 500 !important;
  border-bottom: 1px solid #6c286e !important;
  font-size: 20px;
}

/* Remove any focus outlines or borders */
.service-item:focus,
.service-item:active,
.service-item:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}

/* Left column headings */
.services-left h1 {
  font-size: 2em;
  margin-bottom: 16px;
}

/* Left column paragraph */
.services-left p {
  line-height: 1.6;
}

/* Right column image */
.services-right img {
  max-width: 100%;
  border-radius: 12px;
}

/* Right column heading */
.services-right h2 {
  margin-top: 20px;
  font-size: 1.5em;
}

/* Right column paragraph */
.services-right p {
  margin-top: 12px;
  line-height: 1.6;
}

/* Ensure image keeps a consistent aspect ratio (3:2 approx) */
.image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  height: 60%;
}

/* Make image fill wrapper and crop as needed */
.image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 30px;
}

.dental h2 {
  font-size: 28px;
}

/* Section background */
.dentists-section {
  background-color: #f9f9f9;
}

/* Headings */
.dentists-section h2 {
  font-size: 40px;
  font-weight: 500;
}

/* Dentist image styling */
.object-fit-cover {
  object-fit: cover;
}

/* Make sure images always fill the height of their column */

/* Dentist info styles */
.dentist-info h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.dentist-info p {
  margin-bottom: 15px;
  line-height: 1.6;
}

/* Button styles */
.btn-consult {
  display: inline-block;
  padding: 8px 20px;
  background: #544e4c;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.95em;
  transition: background 0.3s;
}

.btn-consult:hover {
  background: #332f2e !important;
}

a.btn-consult:hover {
  background: #332f2e !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* Optional: ensure images have rounded corners */
.dentists-section img {
  border-radius: 0;
}

.dentists-section img {
  display: block;
}

.dentist-card {
  border-radius: 30px;
}

.dentist-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 0.25rem;
  /* Bootstrap's .rounded */
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.answers-section {
  background: #f5f5f5;
  padding: 40px;
  border-radius: 20px;
}
.answers-section a {
  background: #8c8c8c;
}

.answers-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.answers-buttons .btn {
  border-radius: 30px;
  min-width: 200px;
}

.answer-btn {
  display: inline-block;
  padding: 10px 25px;
  background-color: #544e4c;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.95rem;
  transition: background 0.3s;
  width: 200px;
}

.answer-btn:hover {
  background-color: #332f2e !important;
  text-decoration: none;
  color: white !important;
}

.footer {
  background: #714872;
  color: #fff;
  padding: 60px 0px 10px;
  margin: 0 auto;
  border-radius: 30px;
}
.footer .col-md-6 li,
.footer .col-md-6 p {
  color: #d2d2d2;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}
.footer .col-md-6.col-lg-3 .footer1.widget_text:nth-child(2) p {
  margin-bottom: 5px;
}

.footer .dag-wrapper {
  background: #6c286e;
  border-radius: 20px;
}

.dag-logo {
  border-radius: 14px;
}

.blogs-post-single .img-container img {
  border-radius: 20px;
}
.blogs-post-single .title-container {
  color: #000;
  border-radius: 20px;
  background: #714872;
  color: #fff;
}
.blogs-post-single .publish-date {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #fff;
}
.blogs-post-single strong {
  font-weight: 600;
}

.blogs-post-single p,
.blogs-post-single li {
  font-weight: 300;
  letter-spacing: 0;
  color: #393939;
}

.blogs-post-single li {
  margin-bottom: 10px;
}

.blogs-post-single li:last-child {
  margin-bottom: 0;
}

.blogs-post-single h2 {
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #000;
}

.blogs-post-single h3 {
  font-weight: 400;
  letter-spacing: 0;
  color: #000;
}

.blogs-post-single h4 {
  font-weight: 400;
  letter-spacing: 0;
  color: #000;
}

.blogs-post-single h1 {
  font-weight: 600;
  letter-spacing: 0.2px;
  width: 100%;
}

.blogs-post-single .card-content {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: #000;
}

.blogs-post-single .btn-link {
  color: #000;
  text-decoration: none;
}

.blogs-post-single .btn-link a,
.blogs-post-single .btn-link:hover a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

#rebrandModalfinance .modal-dialog {
  max-width: 940px;
}

#rebrandModalfinance {
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999999;
}

/* Responsive Design */

.front__page_banner_custom {
  position: relative;
}

.banner-overlay-content {
  position: absolute;
  max-width: 580px;
  padding: 0 15px;
  z-index: 2;
  /* top: 50%;
  transform: translateY(-50%); */
  bottom: 10%;
}

.banner-overlay {
  /* background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.5) 40%,
    rgba(255, 255, 255, 0) 100%
  ); */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.social-icon {
  background: #000;
  justify-content: center;
  padding: 10px 0;
}

.banner-overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
  padding-right: 5%;
}

.banner-title {
  color: #fff;
}

.banner-subtitle {
  font-size: 20px;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
}

/* Responsive adjustments */

.banner-cta {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

.new-patient-header {
  padding: 0 35px;
}

.new-patient-header div,
.new-patient-header div a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #fff;
}

.brilliantsmiles-header {
  background: transparent;
  transition: all 0.3s ease;
  z-index: 999999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.brilliantsmiles-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.brilliantsmiles-header-top {
  transition: all 0.3s ease;
  border-radius: 20px;
  margin-top: 15px;
  background: #6c286e;
  padding: 2px;
  position: relative;
}

#brilliantsmiles-header.sticky .brilliantsmiles-header-top {
  margin-top: 0;
}

.logo-menu-wrapper {
  background: #fff;
  padding: 10px;
  border-radius: 20px;
}

#brilliantsmiles-nav {
  /* background: #f0f0f0; */
  border-bottom: none;
  transition: all 0.3s ease;
}

#brilliantsmiles-header.hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

#brilliantsmiles-nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.brilliantsmiles-menu li {
  list-style: none;
  background-color: #b4aea6;
}

.brilliantsmiles-menu li a {
  display: block;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.95rem;
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.brilliantsmiles-menu li a:hover,
.brilliantsmiles-menu li a:focus,
.brilliantsmiles-menu li.current-menu-item > a {
  color: black;
}

/* Banner container positioning */
.services__page_banner_custom {
  position: relative;
  width: 100%;
  height: auto;
}

/* Image styling */
.services__page_banner_custom img {
  width: 100%;
  height: auto;
  display: block;
}

/* Container for text overlay */
.services__page_banner_custom .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Text content styling */
.carousel-caption-custom {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  /* Improve text readability */
}

.carousel-text h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.carousel-text .btn {
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: 600;
}

.timeline-block {
  position: relative;
}

.timeline-block::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #6c286e;
  transform: translateX(-50%);
  z-index: 0;
}

.timeline-block::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #6c286e;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  z-index: 1;
  border: 3px solid #6c286e;
}
.timeline-block:hover::after {
  background-color: #fff;
}
.timeline-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsiveness */

.our-services h1 {
  font-weight: 600;
  color: #000;
  font-size: 50px;
  line-height: 60px;
}

.contact-form-btn {
  border-radius: 20px;
}

/*services page */
/* Left column */
.services-heading {
  font-size: 14px;
  margin-bottom: 1rem;
}

.services-list-item {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  font-size: 1.1rem;
  color: #777;
  cursor: pointer;
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
  transition: color 0.2s, font-weight 0.2s;
}

.services-list-item:hover {
  color: #000;
}

.services-list-item.active {
  color: #000;
  font-weight: bold;
}

/* Right column content */
.services-content {
  display: flex;
  flex-direction: column;
}

.services-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  height: 60%;
}

/* Make image fill wrapper and crop as needed */
.services-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.services-content-heading {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.services-content-text {
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* Learn More Button */
.services-learn-more-btn {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  border: 1px solid #888;
  border-radius: 25px;
  text-decoration: none;
  color: #544e4c;
  font-weight: 600;
  background: #f9f9f9;
  transition: background 0.2s;
}

.services-learn-more-btn:hover {
  background: #eee;
}

.services-content-box {
  border: 1px solid #c8c8c8;
  border-radius: 16px;
  background: #fff;
}

/* faq section */
.faq-section {
  padding: 40px;
  background-color: #fff;
}

.faq-section h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #6c286e;
}

.faq-item {
  border-bottom: 1px solid #878787;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: none;
  background: transparent;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
  color: #bababa;
  /* Default color */
  transition: color 0.3s ease;
  text-align: left;
}

.faq-question:not(.collapsed) {
  color: #000;
}

.faq-answer {
  padding: 0;
  font-size: 18px;
}

.faq-question:not(.collapsed) .arrow {
  transform: rotate(180deg);
}

.arrow {
  width: 36px;
  height: 36px;
  transition: transform 0.3s ease;
}

.faq-question {
  outline: none;
  border: none;
}

.faq-question:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.insta-widget {
  border-radius: 20px;
  border: 10px solid #f8eef8;
}

/* sis services */
.sis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.content-area p {
  margin-bottom: 20px;
}

.candidate-section {
  background-color: #f0f0f0;
  border-radius: 20px;
}

.candidate-section h2 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.candidate-section p {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
  color: black;
  max-width: 800px;
  margin-left: 240px;
}

.candidate-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.candidate-content .image img {
  max-width: 400px;
  width: 100%;
  border-radius: 8px;
}

.candidate-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.candidate-list li {
  font-size: 16px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 24px;
  font-weight: 400;
}

.candidate-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 24px;
  line-height: 1;
}

.benefits-section {
  background-color: #ffffff;
  padding: 60px 20px;
  border-top: 1px solid #ddd;
}

.benefits-section .container {
  margin: 0 auto;
  text-align: center;
}

.benefits-section h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}

.benefits-section p {
  font-size: 18px;
  font-weight: 300;
  color: black;
  line-height: 1.6;
}

.about-section .container {
  display: flex;
  gap: 58px;
}

.about-left {
  flex: 1 1 45%;
}

.about-left small {
  font-size: 14px;
  color: #555;
  display: block;
  margin-bottom: 8px;
}

.about-left h2 {
  font-size: 28px;
  margin-bottom: 16px;
  color: #6c286e;
}

.about-left p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.about-left img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.about-right {
  flex: 1 1 45%;
  background-color: #6c286e;
  color: #fff;
  padding: 24px;
  border-radius: 12px;
}

.about-right small.from-us {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-bottom: 12px;
  text-align: right;
}

.about-right p {
  margin-bottom: 16px;
  color: #fff;
  line-height: 33px;
  font-size: 1.125rem;
}

.stats-grid {
  border: 1px solid #544e4c;
  border-radius: 1.5rem;
  padding: 2rem;
  margin-bottom: 70px;
}

.stat-item {
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
}

.stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #e5e7eb;
}

.stat-number {
  font-size: 60px;
  font-weight: 500;
  color: black;
  line-height: 1;
}

.stat-label {
  font-size: 20px;
  color: black;
  font-weight: 300;
  line-height: 1.4;
}

.blog-wrapper a,
.blog-wrapper a:hover {
  text-decoration: none !important;
}

.card-img-top {
  object-fit: cover;
}

.rounded-20px {
  border-radius: 20px;
}

.blog-wrapper h2 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0.2px;
  width: 60%;
}

.blog-wrapper p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #fff;
}

.blog-wrapper .card-title {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 1);
}

.blog-wrapper .card-text {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #000;
}

.page-numbers > li {
  display: inline-block;
}

.page-numbers {
  padding: 5px 15px;
  margin: 0 0.25rem;
  color: #544e4c;
  text-decoration: none;
  flex-direction: row;
  display: flex;
  list-style: none;
  justify-content: center;
}

.page-numbers:hover {
  color: #714872;
}

.page-numbers .current {
  background: #6c286e;
  color: #fff;
  border-color: #6c286e;
  border-radius: 5px;
}

.page-numbers .current:hover {
  background-color: #714872;
  border-color: #714872;
}

.angled-arrow {
  transform: rotate(-30deg);
  display: inline-block;
}

.payment-option-wrapper .custom-btn:hover {
  background: #332f2e !important;
  color: #fff !important;
}

.payment-option-wrapper .patient-image img {
  border-radius: 30px !important;
}
/* .bordered-wrapper h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #000;
} */

.payment-option-wrapper .custom-btn {
  border: 1px solid #999;
  color: #544e4c;
  background-color: transparent;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  text-decoration: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 20px;
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
}

.payment-option-wrapper .custom-btn:hover {
  color: #544e4c;
}

.payment-option-wrapper .custom-btn img {
  margin-left: 8px;
  width: 12px;
  height: 12px;
  color: #544e4c;
}

.bordered-wrapper {
  border: 1px solid #c5c5c5;
  border-radius: 20px;
}

.bordered-wrapper .patient-form-text h2 {
  color: #6c286e;
}

.bordered-wrapper .patient-form-text p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
}

.care-credit-wrapper h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
}

.care-credit-wrapper p {
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
}

.care-credit-wrapper {
  background: #f0f0f0;
  border-radius: 20px;
}

.payment-option-wrapper {
  border: 1px solid #c5c5c5;
  border-radius: 20px;
}

.care-credit-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
}

.page-template-template-contact .journey-form .submit-btn p {
  margin-bottom: 0;
}

.page-template-template-contact
  .payment-option-wrapper
  .care-credit-wrapper
  h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.2px;
  text-align: center;
}

.product-service-wrap img {
  width: 28px;
  margin-right: 10px;
}

.product-service-wrap .servicename {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.product-service-wrap {
  background: #f0f0f0;
  border-radius: 20px;
}

.product-service-wrap h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #000;
}

.contact-section .contact-text {
  text-align: left;

  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.2px;
}

.contact-section .patient-form-text h2 {
  color: #6c286e;
}

.contact-section .contact-img img {
  width: 120px;
  height: 120px;
}

.contact-section .payment-option-wrapper .care-credit-wrapper p {
  font-style: normal;

  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
}

.section10.bg-white .wpcf7-not-valid-tip {
  text-align: left;
}

.section10.bg-white .journey-form .wpcf7 form.sent .wpcf7-response-output,
.section10.bg-white .wpcf7 form.invalid .wpcf7-response-output,
.section10.bg-white .wpcf7 form.unaccepted .wpcf7-response-output,
.section10.bg-white .wpcf7 form.payment-required .wpcf7-response-output {
  color: #000 !important;
}

.section10.bg-white .journey-form option {
  background-color: #fff;
}

.section10.bg-white .journey-form input,
.section10.bg-white .journey-form select,
.section10.bg-white .journey-form textarea {
  color: #000;
}

.section10.bg-white .journey-form input::placeholder,
.section10.bg-white .journey-form textarea::placeholder {
  color: #cacaca;
}

.section10.bg-white .col-md-4 p {
  color: #000;
  opacity: 1;
}

.section10.bg-white h3 {
  color: #000;
  font-weight: 600;
}

.section10.bg-white .journey-form p.lable {
  color: #000;
  opacity: 1;
  text-align: left;
}

.section10.bg-white p.desc {
  color: #000;
  opacity: 0.7;
}

.section10.bg-white .journey-form p {
  text-align: left;
}

.section10.bg-white .journey-form input.contact-form-btn {
  background: #6c286e;
  color: #fff;
}

.section10.bg-white .journey-form input.contact-form-btn:hover {
  background: #714872 !important;
}

.circle-button-white {
  width: 55px;
  height: 55px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.circle-button-white .arrow-icon {
  width: 35px;
  height: 35px;
  transition: transform 0.6s ease;
}

.circle-button {
  width: 40px;
  height: 40px;
  border: 1.5px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.circle-button .arrow-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.6s ease;
}

.circle-button:hover .arrow-icon,
.circle-button-white:hover .arrow-icon {
  transform: rotate(360deg);
}

/* Responsive design */

.consultation-section {
  padding: 60px 0;
  overflow: hidden;
}

.consultation-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.consultation-wrapper::before {
  content: "";
  position: absolute;
  left: 190px;
  right: 0;
  top: 50%;
  height: 4px;
  background-color: #6c286e;
  border-radius: 2px;
  z-index: 0;
}

.consultation-label::before {
  content: "";
  position: absolute;
  left: 180px;
  top: 50.5%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #6c286e;
  border-radius: 50%;
  z-index: 1;
}
.consultation-label h3 {
  font-size: 20px;
  color: #333;
  margin: 0 0 10px;
  font-weight: 400;
}

.consultation-label h2 {
  font-size: 36px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.4;
  line-height: 150%;
}

.owl-nav .consultation-arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #6c286e;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.owl-nav .consultation-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.951 12.332C15.5083 12.7745 15.5083 13.4921 15.951 13.9348L21.6748 19.6587C21.7528 19.7367 21.7528 19.8633 21.6748 19.9415L15.951 25.6653C15.5083 26.1079 15.5083 26.8255 15.951 27.2681C16.3935 27.7107 17.1111 27.7107 17.5536 27.2681L23.2775 21.5443C24.2408 20.5809 24.2408 19.0191 23.2775 18.0559L17.5536 12.332C17.1111 11.8893 16.3935 11.8893 15.951 12.332Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.consultation-container {
  position: relative;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  margin: 0px auto;
  padding: 20px 20px 20px 130px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
}

.owl-item:not(.active) .consultation-image {
  /* margin-left: -100px; */
}

.consultation-image {
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
  width: 200px;
  height: 200px;
  flex-shrink: 0;
}

.consultation-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.consultation-content h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
}

.consultation-content .number {
  font-size: 96px;
  font-weight: 600;
  margin-right: 15px;
}

.consultation-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  font-weight: 300;
}

.consultation-arrow {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #544e4c;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.consultation-arrow::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background-image: url(data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.951 12.332C15.5083 12.7745 15.5083 13.4921 15.951 13.9348L21.6748 19.6587C21.7528 19.7367 21.7528 19.8633 21.6748 19.9415L15.951 25.6653C15.5083 26.1079 15.5083 26.8255 15.951 27.2681C16.3935 27.7107 17.1111 27.7107 17.5536 27.2681L23.2775 21.5443C24.2408 20.5809 24.2408 19.0191 23.2775 18.0559L17.5536 12.332C17.1111 11.8893 16.3935 11.8893 15.951 12.332Z' fill='white'/%3E%3C/svg%3E); */
  color: #fff;
  font-size: 20px;
}

.implants-intro-section h2 {
  font-weight: 400;
  font-size: 40px;
}

.implants-intro-section p {
  font-size: 18px;
  font-weight: 300;
}

.doctor-wrapper {
  border: 1px solid #c5c5c5;
  border-radius: 20px;
  text-align: left;
}

.bordered-wrapper .dentist-card img {
  border-radius: 30px;
}

.dentist-card img {
  border-radius: 30px 0 0 30px;
}

.patient-form-text p,
.patient-form-text h2 {
  text-align: left;
}

#scrollToTopBtn {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 20px;
  background: #6c286e;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  z-index: 9999;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#scrollToTopBtn.show {
  opacity: 1;
  visibility: visible;
}

/*Thank You*/
.thank-you-page {
  text-align: center;
  padding: 150px 0px 50px 0;
}
.thank-you-page h1 {
  color: #018868;
}
.thank-you-page .btn-primary {
  background-color: #018868;
  border-radius: 10px;
  color: #fff;
}
.thank-you-page .btn-primary:hover {
  background-color: #016e54;
}
.thank-you-page .content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.thank-you-page .content img {
  width: 100%;
  height: auto;
  max-width: 590px;
  margin: 25px 0;
}

/*404*/
.error-404 {
  text-align: center;
  padding: 150px 0px 50px 0;
}
.error-404 h1 {
  color: #949494;
  font-weight: 600;
}
.error-404 h2 {
  color: #b0b6c5;
}
.error-404 .btn-primary {
  background-color: #018868;
  border-radius: 10px;
  color: #fff;
}
.error-404 .btn-primary:hover {
  background-color: #016e54;
}
.error-404 img {
  width: 100%;
  height: auto;
  max-width: 590px;
  margin: 0 0 25px 0;
}
