/*========== Base ==========*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* font-family: 'Inter', sans-serif; */

* {
  padding: 0px;
  margin: 0px;
  outline: none;
}
::selection {
  color: #ffffff;
  background: #d5423b;
}
a {
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  outline: none;
  color: #1d2a4d;
}
a:hover {
  text-decoration: none;
}
a,
a:hover,
button,
header {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
ul,
li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
img {
  padding: 0px;
  margin: 0px;
  border: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}
p {
  color: var(--Tertiary-01, #21252b);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.default-btn {
  padding: 14px 30px;
  background: #d5423b;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  text-align: center;
}
.default-btn:hover {
  background: #1d2a4d;
  color: #ffffff;
}
.default-btn.dark {
  background: #1d2a4d;
}
.default-btn.dark:hover {
  background: #fff;
  color: #1d2a4d;
}
.section-top {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.section-title {
  flex: 1;
}
.section-title span {
  color: #d5423b;
  font-size: 24px;
  font-weight: 600;
}
.section-title h3,
.service-group-block .wp-block-heading {
  font-size: 40px;
  font-weight: 700;
  margin: 20px 0;
}
.section-title p {
  font-size: 24px;
  font-weight: 500;
  margin: 0px;
  line-height: 1.3;
}
.section-title label {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
}
.section-title-white {
  color: #ffffff;
}
.section-title-white span {
  color: #ffffff;
  font-size: 30px;
}
.section-title-white h3 {
  font-size: 52px;
}
.section-title-white p {
  font-size: 20px;
  color: #ffffff;
}
.default-btn-white {
  color: #1d2a4d;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.cpy-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.cpt-100 {
  padding-top: 100px;
}
.cpb-100 {
  padding-bottom: 100px;
}
.full-object-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}
/*========== Body ==========*/
html {
  width: 100%;
  margin: 0px !important;
}
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  color: #1d2a4d;
  font-weight: normal;
  line-height: normal;
  font-family: "Inter", sans-serif;
}
/*========== Header ==========*/
.quick-header {
  background: #1d2a4d;
  padding: 8px 0;
  color: #fff;
}
.quick-header .quick-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quick-header .quick-header-content span {
  font-size: 14px;
}
.header-address {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-content-time {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header-content-time li {
  gap: 9px;
}
.icon-orange-circle {
  background: #d5423b;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header {
  padding: 10px 0;
}
.header-fixed .quick-header {
  opacity: 0;
}
.header-fixed .main-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logoSlogan {
  position: absolute;
  bottom: 6px;
  right: 0px;
  font-size: 12.3px;
  color: #d4423b;
  font-weight: 500;
}
.toggleButton {
  display: none;
}
.custom-nav {
  display: flex;
  align-items: center;
}
.custom-nav .customNav {
  display: flex;
}
.customNav li {
  position: relative;
  padding: 12px 0;
  margin-right: 26px;
}
.customNav li:hover a::after,
.customNav li.current-menu-item a::after,
.customNav li.current-page-ancestor > a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  border-radius: 8px;
  background: #d5423b;
}
.customNav li a {
  color: #21252b;
  font-size: 18px;
}
.customNav li.current-menu-item a,
.customNav li.current-page-ancestor > a {
  color: #d5423b;
}
.customNav .menu-item.menu-item-has-children {
  margin-right: 50px;
}
.customNav .sub-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  width: 260px;
  z-index: 9;
  background-color: white;
  transition: 0.5s height ease-in-out;
  box-shadow: 0px 0px 3px rgba(18, 18, 18, 0.25098039215686274);
}
.customNav .menu-item.current_page_item,
.customNav .menu-item:hover {
  border-color: #d5423b;
}
.customNav .sub-menu .menu-item {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid rgba(224, 224, 224, 0.36);
}
.customNav .sub-menu .menu-item:last-child {
  border-bottom: 0px;
}
.customNav .sub-menu .menu-item a {
  padding: 10px 15px;
  text-transform: initial;
  color: #000;
  width: 100%;
  text-align: left;
  letter-spacing: 0.8px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.customNav .sub-menu .menu-item a::after {
  display: none;
}
.customNav .sub-menu .menu-item:hover a,
.customNav .sub-menu .menu-item.current_page_item a {
  color: #d5423b;
}
.customNav .menu-item:hover .sub-menu {
  display: block;
}
.custom-nav .customNav .menu-item.menu-item-has-children::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 12px;
  background: url(../images/arrow-down.svg) no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
}

.custom-nav .customNav li.current_page_item.menu-item-has-children::after,
.custom-nav .customNav li.current-page-ancestor.menu-item-has-children::after {
  background: url(../images/arrow-down-orange.svg) no-repeat;
  background-size: 24px;
}
/*========== Header ==========*/
/*========== Footer ==========*/
.footer {
  background: #f8faff;
}
.footer-content {
  padding: 60px 0;
  display: flex;
  gap: 120px;
}
.flogo-disc {
  max-width: 328px;
}
.flogo-disc span {
  display: block;
  color: #1c1c1c;
  font-size: 14px;
  margin-top: 20px;
}
.flogo-disc span a {
  color: #d5423b;
}
.footer-content .footer-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 160px;
}
.footer-links h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
}
.footer-links ul {
  padding-left: 18px;
}
.footer-links ul li {
  list-style: disc;
  line-height: 30px;
}
.footer-links ul li a {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.footer-links ul li:hover::marker,
.footer-links ul li:hover a,
.footer-contact ul li a:hover {
  color: #d5423b;
}
.footer-contact ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-contact ul li + li {
  margin-top: 30px;
}
.footer-contact ul li a {
  font-size: 18px;
  font-weight: 400;
}
.copyright-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0;
}
.copyright-social span {
  color: #545454;
}
.copyright-social ul {
  display: flex;
  gap: 22px;
}
.scroll-top-arrow {
  color: #fff;
  background-color: #1d2a4d;
  border-radius: 50%;
  display: none;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 50px;
  text-decoration: none;
  z-index: 8;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  border: 2px solid #fff;
}
.scroll-top-arrow:hover {
  background: #d5423b;
}
/*========== Footer ==========*/
/*========== Content ==========*/
.home-banner {
  background: #f5f8ff;
  padding-top: 30px;
}
.banner-slogan {
  background: #f1f1f1;
  position: relative;
  overflow: hidden;
}
.banner-slogan img {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.banner-slogan .slogan-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  padding: 32px 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.bannner-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 30px;
}
.bannner-info h1 {
  color: var(--Primary-02, #0e204d);
  font-size: 62px;
  font-weight: 700;
}
.bannner-info h1 span {
  font-weight: 300;
  font-size: 65%;
}
.bannner-info p {
  color: var(--Primary-02, #0e204d);
  font-size: 24px;
  margin: 30px 0;
}
.service-info {
  border: 1px solid var(--Secondary-03, #f1f1f1);
  border-radius: 8px;
  overflow: hidden;
}
.service-info span {
  padding: 20px 12px;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  display: block;
}
.service-info:hover img {
  transform: scale(1.05);
}
.service-info:hover span {
  color: #d5423b;
}
.who-we-are-content {
  border-radius: 8px;
  background-image: linear-gradient(
    98deg,
    #d5423b 37.44%,
    rgba(243, 99, 55, 0) 81.92%
  );
  padding: 60px;
  position: relative;
  overflow: hidden;
}
.who-we-are-content::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 70%;
  height: 100%;
  background-image: url(../images/who-we-are.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  z-index: -1;
}
.who-we-are-content .section-title {
  width: 50%;
}
.dental-difference {
  background: #1d2a4d;
  padding: 80px;
  height: 100%;
}
.dental-difference .comfortable-office {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
}
.comfortable-office li {
  margin-top: 30px;
  width: calc(50% - 8px);
  display: flex;
  align-items: center;
  gap: 20px;
}
.comfortable-office li svg {
  flex: none;
}
.comfortable-office li span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.service-info.location {
  position: relative;
}
.service-info.location span {
  width: 100%;
  text-align: left;
  padding: 15px 30px;
  color: #0e204d;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.service-info.location:hover span {
  color: #d5423b;
}
.inner-banner {
  position: relative;
}
.banner-image {
  width: 100%;
  object-fit: cover;
}
.inner-banner-info {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}
.inner-banner-info .pageTitle {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 10px;
}
.inner-banner-info p {
  color: var(--White, #fff);
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.custom-breadcrumb .breadcrumb {
  justify-content: center;
  margin: 0px;
}
.custom-breadcrumb .breadcrumb-item,
.custom-breadcrumb .breadcrumb-item a {
  color: #ffffff;
}
.custom-breadcrumb .breadcrumb-item a:hover {
  color: #d5423b;
}
.service-video iframe {
  width: 100%;
  height: 600px;
  border-radius: 10px;
  border: 5px solid var(--Tertiary-02, #fff);
  box-shadow: 0px 15px 15px #dcedfe;
}
.custom-contact-form .wpcf7-form p {
  margin-bottom: 40px;
}
.custom-contact-form .wpcf7-form p label {
  width: 100%;
}
.custom-contact-form .form-control {
  border: 0px;
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0px;
  padding-left: 0px;
  box-shadow: none;
  outline: none;
}
.custom-contact-form textarea.form-control {
  height: 64px;
}
.custom-contact-form .wpcf7-response-output,
.custom-contact-form .screen-reader-response p {
  color: #d5423b;
}
.contact-location {
  background: #1d2a4d;
  margin-top: 80px;
}
.cl-box {
  padding: 35px 25px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 10px 35px 0px rgba(29, 42, 77, 0.05);
  height: 100%;
}
.cl-box-noStyle {
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
}
.cl-box h4 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 5px;
}
.cl-box ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  line-height: 1.3;
  gap: 10px;
  font-weight: 500;
  word-break: break-word;
}
.cl-box ul li i {
  color: #d5423b;
  position: relative;
  top: 2px;
}
.btn-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.border-b-custom {
  border-bottom: 1px solid #dcedfe;
}
.custom-list li {
  background: url(../images/check-circle.svg) no-repeat left center;
  padding-left: 34px;
  margin-top: 30px;
}
.custom-list-half {
  display: flex;
  flex-wrap: wrap;
}
.custom-list-half li {
  width: 50%;
}
.wcu-box {
  border-radius: 20px;
  border: 1px solid rgba(24, 25, 69, 0.1);
  background: #fff;
  padding: 15px;
  height: 100%;
  box-shadow: 0px 64px 96px rgba(29, 42, 77, 0.05);
}
.bgColor:first-child .wcu-box .wcu-head {
  background: #dbeffa;
}
.bgColor:nth-child(2) .wcu-box .wcu-head {
  background: #dbdefa;
}
.bgColor:nth-child(3) .wcu-box .wcu-head {
  background: #fadbe2;
}
.wcu-box .wcu-head {
  border-radius: 20px;
  padding: 52px 20px;
  display: flex;
  justify-content: center;
}
.wcu-box .wcu-head .icon {
  border-radius: 16px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 12px;
}
.wcu-box .wcu-head .icon img {
  padding: 20px;
  border-radius: 16px;
  background: #ffffff;
}
.wcu-box .wcu-content {
  text-align: center;
  margin-top: 25px;
  padding: 0 5px;
}
.wcu-box .wcu-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 5px;
}
.wcu-box .wcu-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.32px;
}
.doctor-detail {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  padding: 0 80px;
}
.doctor-detail .doctor-pic {
  position: relative;
  flex: 0 0 36%;
}
.doctor-detail .doctor-pic::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -12px;
  border-radius: 10px;
  background: #f5f8ff;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.doctor-detail .doctor-pic img {
  width: 100%;
  border-radius: 10px;
  border: 4px solid #fff;
}
.doctor-detail .doctor-info {
  flex: 1;
}
.doctor-detail .doctor-info h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 30px;
}
.doctor-detail .doctor-info h3 span {
  display: block;
  color: #37beb0;
  font-size: 80%;
  font-weight: 600;
  margin-bottom: 6px;
}
.doctor-detail .doctor-info p {
  font-size: 16px;
}
.doctor-social {
  display: inline-flex;
  gap: 20px;
  margin-top: 34px;
}
.doctor-social li a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
}
.doctor-social li.facebook a {
  background: #337fff;
}
.doctor-social li.phone a {
  background: #1d2a4d;
}
.paragraph-content p,
.service-group-block p {
  color: var(--Tertiary-01, #21252b);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.custom-list-normal {
  padding-left: 20px;
}
.custom-list-normal li {
  list-style-type: disc;
  line-height: 1.4;
  color: var(--Tertiary-01, #21252b);
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
.insurances-partner {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 25px;
}
.insurances-partner li {
  width: calc(20% - 20px);
  border-radius: 4px;
  border: 1px solid var(--Secondary-03, #f1f1f1);
  background: var(--Tertiary-02, #fff);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
}
.meet-doctor-section {
  background: #1d2a4d;
}
.meet-doctor-content {
  display: flex;
  align-items: center;
  padding: 80px 0;
}
.meet-doctor-content > div {
  width: 50%;
}
.doctor-personal-info {
  padding-right: 40px;
}
.doctor-personal-info .section-title span {
  font-weight: 500;
}
.doctor-personal-info .section-title h3 {
  margin: 16px 0 10px 0;
  color: #ffffff;
}
.doctor-personal-info .section-title label {
  color: #ffffff;
  display: block;
  margin-bottom: 35px;
}
.doctor-personal-info .default-btn:hover {
  background: #ffffff;
  color: #0e204d;
}
.doctor-profile {
  border-radius: 8px;
  background: var(--Tertiary-02, #fff);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 30px;
}
.doctor-profile .pic {
  flex: 0 0 40%;
  border-radius: 8px;
  overflow: hidden;
}
.doctor-profile .pic img {
  width: 100%;
  object-fit: cover;
}
.doctor-profile .info {
  flex: 1;
}
.doctor-profile .info h3 {
  font-size: 26px;
  font-weight: 600;
}
.doctor-profile .info p {
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.appoinment-helping-section {
  padding: 70px 80px;
  background: url(../images/appoinment-helping-bg.jpg) no-repeat;
  background-size: cover;
  border-radius: 8px;
  color: #ffffff;
}
.appoinment-helping-section p {
  font-size: 24px;
  margin: 40px 0;
  color: #ffffff;
  font-weight: normal;
}
.appoinment-helping-section span {
  font-size: 28px;
  margin: 0px;
  color: #ffffff;
}
.appoinment-helping-section .default-btn:hover {
  background: #ffffff;
  color: #d5423b;
}
.service-group-block {
  padding: 100px 0 0 0;
  gap: 80px;
  flex-wrap: nowrap !important;
}
.service-group-block .wp-block-group-is-layout-constrained {
  flex: 1;
}
.service-group-block .wp-block-image {
  width: 40%;
}
.service-group-block .wp-block-heading {
  margin-top: 0px;
}
.service-group-block ul li {
  margin-top: 14px;
  background: url(../images/check-circle.svg) no-repeat;
  padding-left: 34px;
  line-height: 25px;
}
.inspiring-storie-slider .slick-slide {
  margin: 0 12px;
}
.inspiring-storie-slider .is-slider-item {
  background: #ffffff;
  border: 1px solid #f1f1f1;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}
.is-slider-item .testimonial-head {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-head .testimonial-pic {
  width: 64px;
  height: 64px;
  overflow: hidden;
}
.testimonial-head .testimonial-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-head .testimonial-detail h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 6px;
}
.testimonial-head .testimonial-detail span {
  font-size: 20px;
  color: #d5423b;
}
.is-slider-item p {
  font-size: 14px;
  color: #21252b;
  margin: 20px 0 30px 0;
  min-height: 112px;
}
.testimonial-rating {
  display: flex;
  gap: 10px;
}
.testimonial-rating i {
  color: #d3d3d4;
  font-size: 14px;
}
.testimonial-rating .fill {
  color: #d5423b;
}
.circle-dots .slick-dots {
  bottom: -52px;
  line-height: 0px;
}
.circle-dots .slick-dots li {
  width: 12px;
  height: 12px;
}
.circle-dots .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0px;
  border-radius: 50%;
  background: rgba(33, 37, 43, 0.25);
}
.circle-dots .slick-dots li.slick-active button {
  background: #21252b;
}
.circle-dots .slick-dots li button::before {
  display: none;
}
.inspiring-storie-slider.slick-slider {
  margin-bottom: 40px;
}
.about-page .service-group-block .wp-block-image {
  width: 32%;
}
.our-doctor-team .doctor-card {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
  padding: 20px;
  height: 100%;
}
.doctor-card .team-doctor-pic {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.doctor-card .team-doctor-pic img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
}
.doctor-card .doctor-name {
  color: #1d2a4d;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 10px 0;
}
.our-doctor-team .doctor-card p {
  margin: 0px;
  font-size: 16px;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.our-doctor-team .doctor-card:hover {
  border-color: #d5423b;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
.our-doctor-team .doctor-card:hover img {
  transform: scale(1.05);
}
.our-doctor-team .doctor-card:hover .doctor-name {
  color: #d5423b;
}
.notfound {
  width: 100%;
  text-align: center;
}
.notfound .notfound-404 {
  font-size: 230px;
  margin: 0;
  font-weight: 900;
  background: url(../images/inner-banner-service.jpg) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
  line-height: 1;
}
.notfound h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0 10px 0;
}
.notfound p {
  line-height: normal;
}
.make-appointment-modal .modal-title {
  font-size: 24px;
  font-weight: 600;
}
.appointment-card {
  padding: 30px 15px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid rgba(24, 25, 69, 0.1);
  box-shadow: 0px 64px 96px rgba(29, 42, 77, 0.05);
}
.appointment-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1d2a4d;
  margin-bottom: 30px;
}
.location-btns {
  width: 100%;
  display: none;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
}
.location-btns .default-btn {
  padding: 14px 24px;
}
.service-info.location:hover .location-btns {
  display: flex;
}
.location-map {
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}
.location-detail .cl-box {
  padding: 20px;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}
.location-detail .cl-box h4 {
  font-size: 32px;
}
.location-detail .cl-box ul li {
  margin-top: 20px;
  font-size: 20px;
  gap: 16px;
}
.offer-price .offer-item {
  padding: 0 10px;
}
.offer-price.circle-dots .slick-dots {
  bottom: -40px;
}
.custom-contact-form .wpcf7-not-valid-tip {
  font-size: 14px;
}
