@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.bg-overlay {
  background-image: url(../images/best-dentist-2024/photo.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 80vh;
  position: absolute;
  /* left: 8.5%; */
  background-position: center center;
  z-index: -999;
}
.doctor-heading{
  font-size: 3em;
  line-height: 1.3em;
  margin-bottom: 7%;
  color: #11396f;
}

.bespoke {
  text-align: center;
  /* background-image: url(../images/best-dentist-2024/secction_bg.png);
  background-repeat: no-repeat; */

  background-color: #11396f ; /* rgba(223, 195, 180, 1) */
  /* border-color: rgba(223, 195, 180, 1); */
  /* background-size: cover;
  background-position: center center; */
  
}
.bespoke h4 {
  color: rgb(224 236 248);
  font-size: 1.125rem;

  font-size: 1.5rem;

  font-family: georgia;
}
.bespoke p {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
}
 
 


.brand-bg {
  background-image: url("../images/best-dentist-2024/bg.webp");
  background-repeat: repeat-x;
  background-color: #e1edf9;
}

.brand-bg .logo {
  height: 100px;
}

.brand-bg .navbar-nav .nav-link.active,
.brand-bg .nav-link {
  color: white;
}

.brand-bg .navbar-nav .nav-link.active {
  font-weight: bold;
}

.brand-bg .navbar-brand {
  padding-top: unset;
  padding-bottom: unset;
  margin-right: unset;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-close {
  filter: invert(1);
}

.social-icons ul {
  list-style-type: none;
  padding: 0;
}

.social-icons ul li {
  display: inline;
  margin-right: 10px;
}

.social-icons ul li a {
  text-decoration: none;
  color: #000;
}

.social-icons ul li a:hover {
  color: #007bff;
}

.brand-bg .card {
  background-color: transparent;
}

.brand-bg .card-title {
  color: #11396f;
  font-family: georgia;
  /* font-size: 18px; */
  text-align: left;
  line-height: 20px;
  font-style: italic;
  border-bottom: 1px solid #adc6e4;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: block;
  /* font-weight: 600; */
}

.brand-bg .card-text {
  color: #40618d;
  font-family: arial;
  font-size: 1.11rem;
  text-align: justify;
  line-height: 1.5rem;
}


.greenlink {
  color: #447505;
  font-family: arial;

  text-align: left;
}

ul.bulletpoints {
  margin-left: 1px;
  padding-left: 1px;
}

.bulletpoints li {
  list-style: none;
  color: #40618d;
  font-family: arial;
  font-size: 1.11rem;
  /* font-weight: bold; */
  text-align: left;
  /* line-height: 14px; */
  padding-left: 18px;
  padding-right: 3px;
  background-image: url(../images/tick-small2.gif);
  background-image: left;
  background-repeat: no-repeat;
  /* margin-bottom: 5%; */
}

/******** Scrolling Testimonials *********/
#marqueecontainer {
  position: relative;
  width: 100%;
  min-height: 50vh;
  overflow: hidden;
  margin: 0;
  border: 0;
}

.sponsors {
  margin: 10px 0;
  width: 100%;
}

.sponsor-img {
  float: left;
  text-align: center;
  width: 100%;
  margin: 10px 0;
}

.hrule hr {
  float: left;
  clear: both;
  width: 100%;
}

hr {
  color: #adc6e4;
  background: #adc6e4;
  height: 1px;
}

.sponsor-txt {
  font-size: 1.11rem;
  text-align: justify;
  line-height: 1.5rem;
}

.content-box .card {
  min-height: 65vh;
}

.brand-bg .heroContent h1 {
  font-family: georgia;
  font-size: 2em;
}

.brand-bg .heroContent {
  margin-top: 4% !important;
}

.brand-bg .heroContent h1 {
  color: #11396f;
}

.brand-bg .heroContent h2 {
  color: #11396f;
}

.googleReview .location {
  font-family: "Halyard Display", sans-serif;
  font-size: 1.1em;
}

.footer a {
  text-decoration: none;
  color: #447505;
  font-family: arial;
}

.brand-bg .heading2 {
  color: #11396f;
  font-family: georgia;

  font-style: italic;
  border-bottom: 1px solid #adc6e4;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: block;
  font-size: 1.5em;
}

.sticky-footer {
  display: none;
  position: fixed;
  right: 0;
  width: 5%;
  background-color: #11396f;
  padding: 10px 0;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  top: 53%;
}

/* Centering icons */
.sticky-footer .icon {
  font-size: 24px;
  margin: 0 10px;
  color: #fff; /* Icon color */
}

 @media (min-width: 992px) {
.bg-overlay {
 
  min-height: 80vh;
 
}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sticky-footer {
    display: none; /* Initially hide on all screens */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;

    top: unset;
  }

  .bg-overlay {
    width: 100%;
    min-height: 40vh;
  }

  .heroContent {
    margin-top: 32% !important;
  }

  .brand-bg .heroContent h1 {
    color: black;
  }

  .brand-bg .heroContent h2 {
    color: black;
  }

  .brand-bg .heroContent p {
    color: black;
  }
}

@media (max-width: 767.98px) {
  .brand-bg .logo {
    height: 70px;
  }

  .serviceCarousel .card-text {
    text-align: left !important;
  }

  .content-box .card {
    min-height: unset;
  }

  .brand-bg .heroContent {
    margin-top: 4% !important;
  }
}

@media (min-width: 320px) and (max-width: 766px) and (orientation: portrait) {
  .sticky-footer {
    display: none; /* Initially hide on all screens */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    top: unset;
  }
  .googleReview .location {
    color: #174076;
  }
  .bg-overlay {
    min-height: 25vh;
  }

  .heroContent {
    margin-top: 44% !important;
  }

  .brand-bg .heroContent h1 {
   
    font-size: 1.5em;
  }

  .brand-bg .heroContent h2 {
 
    font-size: 1em;
  }

  .content-box {
    margin-top: 0vh;
  }

  .content-box .card {
    min-height: unset;
  }
  .doctor-heading{
    font-size: 2em;
 
  }
}


#cookiescript_description {
display: none !important;
}

