body {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.container {
  max-width: 1240px;
}

.header-main-box {
  width: 100%;
  display: block;
  min-height: 200px;
  padding: 50px 30px;
}
.header-logo img {
  width: auto;
}
.header-phone-txt {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: right;
  color: #275db2;
  line-height: 30px;
  margin-bottom: 10px;
}
.header-address-txt p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  color: #275db2;
  margin-bottom: auto;
  line-height: 28px;
}
.header-nav-row {
  background-color: #275db2;
}
.navbar {
  background-color: #275db2;
  text-align: center;
}
.navbar-nav {
  text-align: center;
  margin: 0 auto;
}
.navbar-nav li {
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Open Sans", sans-serif;
}
.nav-link {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.nav-link:hover {
  color: #fff;
}
.dropdown-menu {
  background-color: #275db2;
  border: none;
}
.dropdown-item {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 7px 25px;
}
.dropdown-item:hover {
  color: #275db2;
}
.dropdown-item:focus {
  background-color: #fff;
  color: #275db2;
}

/*   HOME   */

.home-grid-boxes {
  width: 100%;
  display: block;
  border: 1px solid #000;
  padding: 25px;
  margin-bottom: 20px;
  min-height: 300px;
}
.home-grid-icon-box {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.home-grid-title-box {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.home-grid-title {
  font-size: 22px;
  color: #275db2;
  font-weight: 700;
}
.home-grid-time-box {
  width: 100%;
  display: table;
}
.home-grid-time-day-title-box,
.home-grid-time-day-box {
  width: 50%;
  display: table-cell;
}
.home-grid-time-day-title {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.home-grid-time-day-txt {
  font-size: 17px;
  color: #666;
  font-weight: 500;
}
.home-grid-time-blue-txt {
  font-size: 12px;
  color: #275db2;
  font-weight: 500;
  margin-bottom: 20px;
}
.button-box {
  width: 100%;
  display: block;
}
.button-box a {
  width: 100%;
  display: block;
  padding: 10px 20px;
  background-color: #275db2;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  border-radius: 5px;
  text-decoration: none;
}
.button-box a:hover {
  background-color: #fff;
  color: #275db2;
  border: 1px solid #275db2;
}
.home-grid-phone-box {
  width: 100%;
  display: block;
  text-align: center;
}
.home-grid-phone-txt {
  font-size: 30px;
  color: #666;
  font-weight: 700;
  margin-bottom: 0;
}
.home-grid-location-text-box {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.home-grid-location-text {
  font-size: 17px;
  color: #666;
  font-weight: 500;
}
.home-grid-location-text a {
  width: 100%;
  display: block;
  text-align: center;
  color: #275db2;
  font-size: 17px;
  font-weight: 500;
}

.service-grid-box {
  width: 100%;
  display: block;
  border: 2px solid #275db2;
  position: relative;
}
.service-grid-img-box {
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.service-grid-box-title-box {
  width: 90%;
  height: 50px;
  background-color: #fff;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-align: center;
}

.service-grid-box-title-box img {
  width: auto;
  padding: 3px;
}
.service-grid-box-title-txt a {
  display: block;
  font-size: 20px;
  color: #275db2;
  font-weight: 700;
  padding: 10px;
  text-decoration: none;
}
.section-title-box {
  width: 70%;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-align: center;
}
.section-title-txt {
  font-size: 30px;
  color: #275db2;
  font-weight: 700;
  padding: 20px 10px;
}
.section-title-txt-mid {
  font-size: 25px;
  color: #275db2;
  font-weight: 700;
  padding: 0px 10px 20px 0px;
  text-align: center;
}
.testimonial-box {
  width: 100%;
  display: inline-block;
  position: relative;
}

.testimonial-box .item {
  padding: 0 20px;
}
.testimonial-inner-box {
  width: 100%;
  min-height: 250px;
  background-color: #275db2;
  padding: 15px 15px 15px 15px;
}
.testimonial-reviews-box {
  width: 100%;
  height: 25px;
  margin-bottom: 10px;
  display: table;
  vertical-align: middle;
}
.testimonial-reviews-start-box {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.testimonial-reviews-text-box {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.testimonial-reviews-text {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  text-align: right;
}
.testimonial-reviews-start-box .fa-star {
  color: #fff;
  font-size: 17px;
}
.testimonial-content-box {
  width: 100%;
  display: block;
}
.testimonial-content-txt {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}
.testimonial-content-txt a {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.testimonial-content-txt a:hover {
  color: #fff;
}
.testimonial-content-bold-txt {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.customNextBtn {
  width: auto;
  display: block;
  position: absolute;
  top: 40%;
  right: -3%;
}
.customPrevBtn {
  width: auto;
  display: block;
  position: absolute;
  top: 40%;
  left: -3%;
}
/*   CAROUSEL   */

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #275db2 !important;
}
.owl-theme .owl-dots .owl-dot:focus {
  outline: none !important;
  border: none !important;
}

/*   PARTNERS   */

.partner-outer-box {
  width: 100%;
  display: table;
}
.partner-inner-box {
  width: 25%;
  padding: 0 10px;
  display: table-cell;
  text-align: center;
}
.partner-inner-box img {
  width: 100%;
  vertical-align: middle;
}

/*   FOOTER   */

.footer-outer-box {
  width: 100%;
  display: inline-block;
  padding: 50px 0;
}
.footer-nav-box {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.footer-nav-box a {
  width: 30%;
  display: inline-block;
  font-size: 22px;
  color: #275db2;
  font-weight: 700;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
.footer-copyright-text {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #275db2;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.footer-center-logo {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 25px;
}
.footer-tel-txt {
  width: 100%;
  display: block;
  font-size: 35px;
  color: #275db2;
  font-weight: 700;
  text-align: right;
  font-family: "Open Sans", sans-serif;
}
.footer-address-txt {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #275db2;
  font-weight: 400;
  text-align: right;
  font-family: "Open Sans", sans-serif;
}

/*   ABOUT   */

.page-header-title {
  font-size: 40px;
  color: #275db2;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  text-decoration: underline;
  margin: 50px 0;
}
.left-img-box {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.left-img-box img {
  max-width: 75%;
  display: block;
}
.page-content-text1 {
  font-size: 18px;
  color: #666;
  font-weight: 500;
  text-align: justify;
}
.content-txt {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  text-align: left;
}
.page-content-text1 h4,
.content-txt h4 {
  font-size: 25px;
  color: #275db2;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}

#accordion {
  margin-top: 50px;
}
#accordion .card {
  margin-bottom: 20px;
}
#accordion .card-header {
  /*background-color: #275db2;*/
}
#accordion h5 button {
  font-size: 22px;
  color: #275db2;
  font-weight: 600;
  text-align: left;
  width: 100%;
}
#accordion .card-body {
  font-size: 16px;
  color: #666;
}
.fa.fa-chevron-circle-up,
.fa.fa-chevron-circle-down {
  font-size: 30px;
  float: right;
}
[aria-expanded="true"] .fa-chevron-circle-up,
[aria-expanded="false"] .fa-chevron-circle-down {
  display: none;
}

.invisalign-img-box {
  width: 100%;
  height: 400px;
  background-size: 400px;
  background-position: center top;
  background-repeat: no-repeat;
}
.nhs-img-box {
  text-align: left;
}

.nhs-img-box img {
  max-width: 220px;
}

.testimonial-outer-boxes {
  width: 100%;
  height: 90%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 20px;
  margin-bottom: 30px;
}

.testimonialpage-reviews-box {
  width: 100%;
  display: table;
  margin-bottom: 20px;
}
.testimonialpage-reviews-start-box {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.testimonialpage-reviews-text-box {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.testimonialpage-reviews-text {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  text-align: right;
}
.testimonialpage-reviews-start-box .fa-star {
  color: #666;
  font-size: 17px;
}
.testimonialpage-content-box {
  width: 100%;
  display: block;
}
.testimonialpage-content-txt {
  font-size: 15px;
  color: #666;
  font-weight: 300;
  margin-bottom: 20px;
}
.testimonialpage-content-bold-txt {
  font-size: 18px;
  color: #666;
  font-weight: 500;
}
.google-map-box {
  width: 100%;
  height: 400px;
  display: inline-block;
}
.google-map-box iframe {
  width: 100%;
  height: 400px;
}

.contact-details-outer-box {
  width: 100%;
  height: 90%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 30px 20px 20px 20px;
  margin-bottom: 30px;
}

.contact-icon-box {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.contact-icon-box .fa-address-book {
  font-size: 40px;
  color: #275db2;
}
.contact-icon-box .fa-phone {
  font-size: 40px;
  color: #275db2;
}
.contact-icon-box .fa-envelope {
  font-size: 40px;
  color: #275db2;
}
.contact-header-text {
  font-size: 22px;
  color: #275db2;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contact-text {
  font-size: 18px;
  color: #275db2;
  font-weight: 500;
  text-align: center;
}
.contact-text a {
  font-size: 18px;
  color: #275db2;
  font-weight: 500;
  text-align: center;
}
.contact-text a:hover {
  color: #275db2;
}
.teeth-whitening-img {
  height: 400px;
}

#navbarDropdownMenuLinkDesktop:hover .dropdown-menu {
  display: block;
}

/*   COMMON   */

#desktop-view {
  display: block;
}
#responsive-view {
  display: none;
}
.empty-space-30 {
  width: 100%;
  height: 30px;
}
.empty-space-50 {
  margin-top: 50px;
}
.empty-space-100 {
  margin-top: 100px;
}
.mrg-btm-80 {
  margin-bottom: 80px;
}
.pad-tb-50 {
  padding: 50px 0;
}
.gray-bg {
  background-color: #f5f5f5;
}
