@import url('https://fonts.googleapis.com/css2?family=Castoro:ital@0;1&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
  --font-family-primary: "Castoro", serif;
  --font-family-secondary: "Plus Jakarta Sans", sans-serif;
  --body-color: #000000;
  --bs-primary: #636750;
  --bs-primary-hover:#616646;
  --bs-seconary: #868B6B;
  --bs-secondary-hover: #868B6B;
}

body {
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-weight: 400;
  color: var(--body-color);
  background-color: var(--body-bg);
  line-height: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-family-primary);
  color: var(--bs-primary);
  font-weight: 400;
}

h1 {
  font-size: 78px;
  line-height: 92px;
}

h2 {
  font-size: 58px;
  line-height: 63px;
}

h3 {
  font-size: 32px;
  line-height: 42px;
}

a {
  outline: none;
  text-decoration: none;
  color: var(--body-color);
}
.theme-btn {
  padding:10px 35px !important;
  background-color: var(--bs-primary);
  color: var(--bs-white) !important;
}
.theme-btn:hover {
  background: var(--bs-primary-hover) !important;
}
a:hover {
  text-decoration: none;
}

label {
  text-align: left;
  color:var(--body-color);
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.form-control {
  border: 1px solid #e1e1e1;
  color: var(--body-color);
  height: 55px;
  /*line-height: 55px;*/
  padding: 0 16px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 400;
  font-family: var(--font-family-secondary);
}
.form-control:focus {
  
  box-shadow: none;
}
textarea.form-control {
  height: auto;
}
.form-control::placeholder {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
}
select.form-control {
  background: none;
  border:1px solid rgba(255, 255, 255, 0.25);
  font-size: 20px;
  height: auto;
  padding: 12px 16px;
}
select.form-control:focus {
  box-shadow: none;
  color: var(--bs-white);
}
html,
body {
  height: 100%;
  margin: 0px;
}
section, article {
  padding: 100px 0;
}
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
  padding: 0;
}
.scroll-top-wrapper .scroll-top-inner {
  display: block;
  width: 54px;
  border-radius: 55px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-primary);
  color: #fff;
  border: 2px solid var(--bs-primary);
}
.scroll-top-wrapper:hover .scroll-top-inner {
  background: var(--bs-primary-hover);
}
.scroll-top-wrapper .scroll-top-inner i {
  font-size: 26px;
}
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
}
@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.block-header small {
  font-size: 18px;
  font-weight: 500;
  color: var(--body-color);
  margin-bottom: 0.5rem;
  display: block;
}
.block-header h1, .block-header h2 {
  margin-bottom: 1rem;
}
header {
  height: 142px;
}
.Headertop {
  background: #ffffff;
  height: 50px;
  position: relative;
  z-index: 1025;
}
.headertop-container {
  padding:10px 0;
  border-bottom: 1px dashed var(--bs-seconary);
}
.Headertop .companyInfo .infoCol {
  margin-right: 40px;
}
.Headertop div,  .Headertop div a {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: var(--bs-primary);
  font-weight: 500;
}
.Headertop div span,  .Headertop div a span {
  color: var(--body-color);
}
.Headertop div span:before,  .Headertop div a span:before {
  content: ':';
  margin:0 0.2rem 0 0.1rem
}
.Headertop .companyInfo div i,  .Headertop .companyInfo a i {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background: var(--bs-seconary);
  margin-right: 10px;
}
.navbar-brand img {
  border-radius: 0.4rem;
  width: auto;
  height: 72px;
  transition: all 0.2s;
}
.main-nav {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  background-color: var(--bs-white);
  padding-top: 5px;
  padding-bottom: 5px;
  height: 92px;
  z-index: 1024;
} 
.main-nav .navbar .nav-item>a {
  display: block;
  position: relative;
  transition: all 1s;
  font-weight: 500;
  padding: 0;
  margin-left: 40px;
  font-size: 18px;
  position: relative;
}
.main-nav .navbar .nav-item>a::before {
  content: '';
  width: 0;
  height: 2px;
  background: var(--bs-seconary);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all ease-in 0.2s;
}
.main-nav .navbar .nav-item>a:hover, .main-nav .navbar .nav-item.current_page_item>a {
  color: var(--bs-seconary) !important;
}
.main-nav .navbar .nav-item>a:hover:before, .main-nav .navbar .nav-item.current_page_item>a:before {
  width: 100%;
}
.main-nav .navbar .nav-item:last-child>a {
  border-right: none;
  background-color: var(--bs-seconary);
  border-radius: 30px;
  padding:10px 25px;
  color: var(--bs-white);
  font-weight: 400;
  display: inline-block;
}
.main-nav .navbar .nav-item:last-child>a:before {
  display: none;
}
.main-nav .navbar .nav-item a:hover,
.main-nav .navbar .nav-item.active a {
  color: var(--bs-white);
  background: var(--bs-dark);
}
.main-nav .navbar .nav-item a:hover,
.main-nav .navbar .nav-item.active a {
  background: transparent;
  color: var(--white);

}
.main-nav .navbar .nav-item:last-child a:hover,
.main-nav .navbar .nav-item.active:last-child a {
  background: var(--body-color);
  color: var(--bs-white) !important;
}
header .fixedheader {
  position: fixed;
  width: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  box-shadow:none;
  background: #ffffff;
  animation: slide-down 0.5s;
  border-radius: 0px;
  border-bottom: 1px solid var(--body-color);
}
/* header .fixedheader .navbar-expand-lg .navbar-nav {
  padding-top: 15px;
} */
.fixedheader .navbar-brand  .navbar-brand img  {
  height: 72px;
  width: auto;
}
.HeaderNav.fixedheader #navbarTogglerDemo {
  margin-top: -15px;
  padding-bottom: 0px;
}
.socialLinks {
  left: 5%;
  top: 50%;
  margin-top: -45px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  height: 90px;
  justify-content: space-between;
  position: relative;
}
.socialLinks:before {
  content: '';
  position: absolute;
  border-left: 1px solid #fff;
  left: 9px;
  z-index: -1;
  top: 28px;
  bottom: 28px;
}
.socialLinks a {
  color: var(--bs-white);
}
.carousel-item {
  background-color: #091D2D;
  height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-item img {
  opacity: 70%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.carousel-caption {
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-content {
  max-width: 1000px;
  text-align: center;
}
.carousel-content h1 {
  color: var(--bs-white);
}
.carousel-content p {
  max-width: 85%;
  margin: 0 auto;
  color: var(--bs-white);
}
.carousel-content .btn {
  font-size: 18px;
  font-weight: 600;
  color: var(--body-color);
  padding: 16px 30px;
}
.carousel-content .btn.btn-primary {
  background: var(--bs-white);
  border-color: var(--bs-white);
}
.carousel-content .btn.btn-secondary{
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
}

.carousel-indicators.home-carousel-indicators {
  width: 30px;
  right: 5%;
  margin: 0;
  left: inherit;
  top: 50%;
  margin-top: -90px;
  flex-direction: column;
  height: 180px;
  justify-content: space-between;
}
.carousel-indicators.home-carousel-indicators:before {
  content:'';
  position: absolute;
  height: 100%;
  width: 1px;
  border-left: 1px solid #fff;
  left: 16px;
  z-index: -1;
}
.carousel-indicators.home-carousel-indicators button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border:1px solid var(--bs-white);
  background: none;
  position: relative;
  background: #495354;
  opacity: 1;
}
.carousel-indicators.home-carousel-indicators button::before {
  content: '';
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 6px;
  opacity: 0;
}
.carousel-indicators.home-carousel-indicators button.active::before {
  opacity: 1;
}
.cartInfo a .bi {
  font-size: 16px;
}
.bi-person::before {
  font-size: 25px;
  line-height: 0;
  position: relative;
  top: 3px;
  margin-right: 0.5rem;
}
.bi-cart::before {
  font-size: 20px;
}
.cartInfo a small {
  font-weight: 12px;
  background: var(--bs-primary);
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bs-white);
  top:-4px;
  margin-left: -4px;
}
.about-images img {
  border-radius: 20px;
}
.about-images .exp-count {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border:10px solid var(--bs-white);
  background-color: var(--bs-primary);
  right:2rem;
  bottom: -40px;
  color: var(--bs-white);
  position: absolute;
}
.about-images .exp-count>div {
  line-height: 1;
  text-align: center;
}
.about-images .exp-count span {
  font-size: 24px;
  margin-top: 16px;
  display: inline-block;
  font-family: var(--font-family-primary);
}
.about-images .exp-count .ex-bold {
  font-weight: 900;
  font-size: 60px;
} 
.about-images .exp-count small {
  font-size: 15px;
  letter-spacing: 6px;
}
.accdetedImg {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-right: 5px;
}
.accdetedImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cta-btn-outline {
  border:2px solid #868B6B;
}
.cta-btn-filled {
  background:#868B6B;
}
.cta-btn-outline, .cta-btn-filled {
  display: inline-flex;
  line-height: 1.1;
  align-items: center ;
  font-weight: 700;
  border-radius: 10px;
  width: auto;
  padding:10px 16px;
}
.cta-btn-outline small, .cta-btn-filled small {
  font-size: 14px;
  color: var(--bs-primary);
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.cta-btn-outline i, .cta-btn-filled i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 26px;
  color: var(--bs-white);  
  background-color: var(--bs-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.875rem;
}
.cta-btn-filled small {
  color: var(--body-color);
}
.cta-btn-filled {
  color: var(--bs-white);
}
.services {
  margin-top: 90px;
  background: rgba(231,227,216,0.5);
  padding: 60px 0;
}
.services .block-header p {
  width: 100%;
  margin: 0 auto;
}
.services .card {
  border:none;
  border-radius: 20px;
}
.services .row .col:nth-child(4) .card {
  position: relative;
  top:-40px;
}
.services .card .card-body {
  padding:1.7rem 1rem;
}
.services .card .card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services .card .card-body .service-count {
  position: absolute;
  font-size: 60px;
  line-height: 1;
  right: 10px;
  bottom: 10px;
  font-weight: 900;
  color: #fff;
  text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000,
             1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
  opacity: 0.15;
}
.service-img img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.owl-nav {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -80px;
}
.owl-nav .left-arrow, .owl-nav .right-arrow {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: var(--bs-seconary);
  color: var(--bs-white);
  border:none;
  margin-left: 8px;
}
.owl-nav .right-arrow:before {
  content:"\f138";
}
.owl-nav .left-arrow:before {
  content:"\f12f";
}
.treatment-col {
  height: 590px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08)  ;
}
.treatment-col .treatment-price {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  right: 1rem;
  top: 1rem;
  background-color: var(--bs-white);
  z-index: 10;
}
.treatment-col figure {
  height: 100%;
}
.treatment-col img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}
.treatment-col figcaption {
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 1rem;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(360deg, rgba(255,255,255,1) 15%, rgba(134,139,107,0) 100%);
  background: -webkit-linear-gradient(360deg, rgba(255,255,255,1) 15%, rgba(134,139,107,0) 100%);
  background: linear-gradient(360deg, rgba(255,255,255,1) 15%, rgba(134,139,107,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#868b6b",endColorstr="#868b6b",GradientType=1);
}
.treatment-content small {
  font-weight: 600;
}
.treatment-content h3 {
  color: var(--bs-primary);
}
.treatment-content p {
  color: var(--body-color);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.treatment-content .btn {
  font-size: 16px;
  padding:8px 26px
}
.treatment-content a i {
  background: var(--body-color);
  width: 30px;
  color: var(--bs-white);
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}

.slider-footer {
  margin-top:35px;
  position: relative;
}
.slider-footer:before {
  content: '';
  height: 3px;
  border-radius: 3px;
  position: absolute;
  top: 19px;
  left: 270px;
  right: 120px;
  background: var(--bs-seconary);
}
.book-appointment .container {
  position: relative;
}
.book-appointment .container:before {
  content:'';
  position: absolute;
  right: 3rem;
  left: 1rem;
  bottom: 0;
  top: 10%;
  background: rgb(253,255,243);
  background: -moz-linear-gradient(270deg, rgba(253,255,243,1) 0%, rgba(253,255,243,0) 100%);
  background: -webkit-linear-gradient(270deg, rgba(253,255,243,1) 0%, rgba(253,255,243,0) 100%);
  background: linear-gradient(270deg, rgba(253,255,243,1) 0%, rgba(253,255,243,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdfff3",endColorstr="#fdfff3",GradientType=1);
  z-index: -1;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style: none;
}
.footer-outer {
  color: var(--bs-white);
  font-size: 16px;
}
.footer-logo {
  background: #fff;
    padding: 2rem 0;
    border-radius: 20px;
    width: 250px;
    margin: 0 auto;
}
.footer-logo img {
  height: 90px;
}
footer a {
  color: var(--bs-white);
  font-size: 16px;
}
.footer-quick-links li {
  margin: 0 20px;
}
.footer-quick-links li a {
  font-size: 18px;
}
.footer-social a {
  font-size: 22px;
}
.footer-copyright {
  background: var(--bs-primary);
  color: var(--bs-white);
  font-size: 14px;
}
.footer-copyright a {
  color: var(--bs-white);
}
/* Start inner page here */
.inner-top-banner {
  background:var(--bs-seconary) url(../images/innerbanner2.png) no-repeat center right;
  background-size: 50%;
}
.inner-banner {
  padding: 5rem 0;
}
.inner-banner h2 {
  color: var(--bs-white);
}
.inner-banner .breadcrumb {
  margin-bottom: 0;
}
.inner-banner .breadcrumb-item a, .inner-banner .breadcrumb-item:before {
  color:var(--bs-white)
}
.inner-banner .breadcrumb-item.active {
  color: var(--bs-white);
}
.acceditedContent {
  margin-top: 130px;
}
.clientReview {
  background: var(--bs-seconary);
  background: url(../images/review-bg.jpg) no-repeat center;
  padding: 0;
  margin-top: 90px;
}
.review-outer-container {
  padding: 3rem 1rem;
  background-color: rgba(0, 0, 0, 0.9);
}
.review-container {
  padding: 1rem;
  border-radius: 20px;
  
}
.review-container iframe {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
}
.service-content-s {
  height: 240px;
}
.card.service-card {
  border: none !important;
  background-color: #fdffed;
  border-radius: 20px;
}
.card.service-card img {
  border-radius: 20px;
}
.services-col h3 {
  color: var(--bs-primary);
}
.services-col p {
  color: var(--body-color);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.row-contact .card {
  border:none;
  background-color: #f5f2eb;
  border-radius: 16px;
  padding: 1.2rem;
  height: 100%;
}
.row-contact .card .card-body {
  padding: 1.2rem;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 1.3;
}
.row-contact .card .card-body h5 {
  border-radius: 20px;
  background: var(--bs-seconary);
  display: inline-block;
  padding:0.3rem 1rem;
  line-height: 1.6;
  font-size: 16px;
  color: var(--bs-white);
}
.row-contact .card .card-body i {
  font-size: 30px;
  margin-right: 5px;
}
.contact-col h6 {
  font-size: 20px;
  line-height: 1.1;
}
.card-contact-form {
  border:none;
  border-radius: 1rem;
}
address, .map-iframe {
  border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.card-contact-form .card-body {
  border-radius: 1rem;
}
.book-service-iframe  {
  height: 1300px;
  overflow: hidden;
}
.book-service-iframe iframe {
  width: 100% !important;
  height: 1490px !important;
}
.text{
  display:none;
  } 
.row-accredited {
  margin-top: 50px;
}
.accredited-content {
  border-radius: 20px;
}
.client-video iframe {
  width: 100%;
  height: 360px;
  border-radius: 20px;
}
.mbdp-content {
  margin-bottom: 2.5rem;
}
.mbdp-content .h4 {
  color: var(--bs-primary);
}
.mdpImg {
  width: 100%;
  border-radius: 20px;
}
/* .contactForm .form-control {
  height: 45px;
  border-radius: 8px;
}
.contactForm textarea.form-control {
  height: auto;
} */
.imageBlock .btn {
  left: 16px;
  bottom: 16px;
}
.imageBlock img, .googlemap img  {
  border-radius: 20px;
} 
.map-address {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.map-address address {
  background-color: var(--bs-dark);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.map-address address * {
  color: var(--bs-white);
}
.imageBlock img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.treatment-modal p.fs-6 {
  font-size: 14px !important;
  line-height: 1.4;
  opacity: 0.8;
}
.treatment-modal h5 {
  font-weight: 600;
  font-family: var(--font-family-secondary);
  font-size: 18px;
  margin-bottom: 16px;
}
.treatment-modal p {
  font-size: 15px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
  overflow: visible;
}
.treatment-modal .modal-content {
  border:8px solid var(--bs-primary);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.5);
}
.treatment-modal figure img {
  border-radius: 20px;
}
.treatment-modal .modal-content .modal-body {
  padding:20px;
}
.bookimg {
  position: relative;
  /* top: 35px; */
  margin-bottom: -35px;
  left: 20px;
}
.footer-outer {
  padding-top: 5rem !important;
}
.rowReview {
	margin-top:70px
}
.wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
}
.screen-reader-response p{
  display:none;
}
.blog-container {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.7s;
    margin-bottom:25px;
    background-color: #fbfbfb;
}

.blog-container:hover {
  background-color: #fff;
}
.blog-full-content .h2 {
    font-size: 24px;
    line-height: 1.3;
    display: -webkit-box;
    height: 65px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-container p {
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-container figure {
    height: 265px;
    display: block;
    margin:15px;
}

.blog-container figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}

.blog-footer img {
    width: 40px;
    margin-right: 6px;
}

.imga {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 100%;
    overflow: hidden;
}

.imga img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recent-blogs, .global-search {
    background: #fbfbfb;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}

aside .blog-sm-img {
    width: 80px;
    height: 80px;
    display: inline-block;
}

aside .blog-sm-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
}

.recent-blogs h3 span {
    color: var(--theme-primary);
}

.recent-blogs ul {
    padding: 0;
}
.recent-blogs ul li {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    list-style-type: none;
    line-height: 1.4;
}
.recent-blogs ul li a:hover{
    color: var(--bs-primary-hover);
}

.recent-blogs ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.fullrow .blog-full-content .h2 {
    height: auto;
}

.blog-container figure.figure-full {
    height: 100%;
}

.datetime {
    color: var(--theme-primary);
}
.datetime i{
  color: var(--bs-seconary);
}

.blog-footer a {
  color: #fff;
  display: inline-block;
  background: var(--bs-seconary);
  border-radius: 30px;
  padding: 6px 25px;
}
.blog-footer a:hover {
  background: var(--body-color);
  color: #fff;
}
.blog-footer a i{
  margin-left: 10px;
}
.bi-person-fill {
    font-size: 20px;
    color: var(--theme-primary);
    margin-right: 5px;
}

.authimg {
    text-transform: capitalize;
}
.authimg i{
    color: var(--bs-seconary);
    font-size:25px
}

.image-group {
    height: 100%;
    width: 100%;
}

.image-group figure {
    margin-right: 25%;
}

.image-group figure img {
    border-radius: 20px
}
.datetime {
  text-align: center;
  padding: 10px;
}
.datetime i{
  margin-right:10px;
}
.Paginav{
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.pagination a:focus{box-shadow: none;}
.pagination a{color: var(--body-color);padding: 5px 17px;
border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;align-content;
}
.pagination a:hover{background-color: var(--bs-pagination-focus-bg);}
.pagination .page-numbers.current{
	padding: 5px 17px;
  color: var(--bs-white) !important; 
  background-color: var(--bs-primary-hover) !important;
  border: 1px solid var(--bs-primary-hover) !important;
}
.pagination .page-numbers.current:first-child,
.pagination a:first-child{border-radius: 5px 0 0 5px;}
.pagination .page-numbers.current:last-child,
.pagination a:last-child{border-radius: 0 5px 5px 0;}
.sticky-top.topSpace {
  top: 90px;
}
.blDate{display: block; margin-top: 10px; font-size: 14px; color: var(--bs-secondary-hover);}
.blDate i{margin-right: 5px;}
.BlogDetails .figure-full img{border-radius: 20px; margin-bottom: 30px; margin-top: 10px; border-top: 5px solid var(--bs-seconary); border-right: 5px solid var(--bs-seconary);}
.BlogDetails h5{
  font-weight: 600;
  font-size: 25px;
  color: var(--body-color);
}
.UniqPg{
  background: #f1f1f1;
  border-radius: 10px;
  padding: 15px;
  margin-top: 25px;
  margin-bottom: 35px;
  border-left: 5px solid var(--bs-secondary-hover);
}
.UniqPg h5{
  margin-top: 10px;
}

.wp-google-stars {
  margin-bottom: 15px;
	display: block;
}

.wp-google-review {
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.wp-google-left {
  position: absolute;
  left: 0;
  top: 0;
}
.wp-google-right {
  margin-left: 70px;
}
.wp-google-text {
  margin-left: -65px;
  display: block;
}
.wp-google-place {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.wp-google-place .wp-google-powered,
.wp-google-place .wp-google-wr,
.wp-google-place .wp-google-based {
  margin-left: -65px;
}
.wp-google-left img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.wp-google-url {
  border-right: none;
  background-color: var(--bs-seconary);
  border-radius: 30px;
  padding: 10px 25px;
  color: var(--bs-white);
  font-weight: 400;
  display: inline-block;
  transition: all 0.8s;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.wp-google-url:hover {
  background-color:#000;
}
.wp-google-list {
  margin-top: 40px;
}
/* Start responsive her */
@media screen and (max-width:1399.99px) {
  body {
    font-size: 16px;
  }
  header {
    height: 128px;
  }
  .Headertop .companyInfo .infoCol {
    margin-right: 20px;
  }
  .main-nav {
    height: 78px;
  }
  .navbar-brand img {
    height: 60px;
  }
  .main-nav .navbar .nav-item>a  {
    font-size: 16px;
    margin-left: 25px;
  }
  .carousel-content {
    max-width: 980px;
  }
  h1 {
    font-size: 60px;
    line-height: 76px;
  }
  h2 {
    font-size: 44px;
    line-height: 56px;
  }
  h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .carousel-content .btn {
    font-size: 16px;
    font-weight: 600;
    color: var(--body-color);
    padding: 12px 20px;
  }
  .carousel-indicators.home-carousel-indicators {
    margin-top: -70px;
    height: 140px;
  }
  .carousel-indicators.home-carousel-indicators button {
    width: 22px;
    height: 22px;
  }
  .carousel-indicators.home-carousel-indicators:before {
    left: 14px;
  }
  .carousel-indicators.home-carousel-indicators button::before {
    width: 10px;
    height: 10px;
  }
  .slider-footer h3 {
    padding-top: 4px;
  }
  .slider-footer:before {
    left: 224px;
  }
  .services {
    margin-top: 0;
  }
  .service-img {
    height: calc(100% - 40px);
  }
  .service-img img {
    height: 100%;
  }
  .services .card .card-body .service-count {
    font-size: 40px;
  }
  .footer-outer {
    font-size: 14px;
  }
  .footer-quick-links li a {
    font-size: 16px;
  }
  .services .row .col:nth-child(4) .card {
    top: -36px;
  }
}
@media screen and (min-width:991.99px) and (max-width:1199.99px) {
  .main-nav .navbar .nav-item>a {
    font-size: 15px;
    margin-left: 20px;
  }
}
@media screen and (max-width:1199.99px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
  h1 {
    font-size: 50px;
    line-height: 62px;
  }
  .h2, h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .accdetedImg {
    width: 60px;
    height: 60px;
  }
  .cta-btn-outline, .cta-btn-filled {
    padding:8px
  }
  .cta-btn-outline i, .cta-btn-filled i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-right: 6px;
  }
  .services {
    margin-top: 0;
  }
  .service-img img {
    height: 100%;
    object-fit: cover;
  }
  .services .row .col:nth-child(4) .card {
    top: -65px;
  }
  .treatment-col {
    height: 440px;
  }
  .treatment-content .btn {
    font-size: 14px;
    padding: 8px 16px;
  }
  
}

@media screen and (max-width:991.99px) {
  .navbar-toggler {
    background-color: var(--bs-seconary);
    opacity: 1;
  }
  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }
  .navbar-collapse{
    background-color: #000;
    border-radius: 20px;
    /* padding-top: 0.5rem;
    padding-bottom: 0.5rem; */
    margin-bottom: 1rem;
  }
  .main-nav .navbar .navbar-collapse .nav-item {
    width: 100%;
  }
  .main-nav .navbar .navbar-collapse .nav-item > a {
    color: var(--bs-white);
    padding: 0.6rem 0;
    background: none;
  }
  .main-nav .navbar .navbar-collapse .nav-item > a:hover {
    color: var(--bs-seconary);
  }
  .about-images .exp-count {
    position: relative;
    bottom: 0;
    width: 100%;
    border-radius: 20px;
    margin-top: 30px;
    left: 0;
    right: 0;
    border:none;
  }
  .accdetedImg {
    width: 46px;
    height: 46px;
  }
  .cta-btn-outline, .cta-btn-filled {
    width: 100%;
    margin-bottom: 1rem;
  }
  .services .row .col:nth-child(4) .card {
    top: 0;
  }
  .carousel-content {
    max-width: 670px;
    padding:3rem 1rem;
  }
  .services .block-header p {
    width: 100%;
  }
  .clientReview {
    margin-top: 0;
  }
.bookimg {
  position: absolute;
  top: 0px;
  margin-bottom: 0;
  left: 0;
  margin-top: -20px;
}
.book-appointment .col-md-5 {
  position: relative;
}
.footer-quick-links li a {
  font-size: 14px;
}
.services{padding-top: 30px;}
.about{padding-top: 50px;}
.doctify_horizontal_widget_style_verbal-rating_08ea04ce{display: none !important;}
.clientReview {
  margin-top: 20px;
}
}

@media screen and (max-width:767.99px) { 
  h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .h2, h2 {
    font-size: 30px;
    line-height: 46px;
  }
  .h3 {
    font-size: 22px;
    line-height: 30px;
  }
  header {
    height: 118px;
  }
  .block-header small {
    font-size: 14px;
  }
  .main-nav {
    height: 68px;
  }
  .navbar-brand img {
    height: 50px;
  }
  .about-images .exp-count {
    position: absolute;
    bottom: 0;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-top:0;
    right: 30px;
    left: inherit;
    border:8px solid #ffffff;
  }
  .about-images {
    margin-bottom: 40px;
  }
  .cta-btn-outline, .cta-btn-filled {
    padding: 16px 30px;
  }
  .accdetedImg {
    width: 60px;
    height: 60px;
  }
  .footer-quick-links li {
    margin:0 10px;
  }
  .carousel-content p {
    max-width: 86%;
  }
  .carousel-content {
    padding:0rem 1rem 1rem 1rem;
  }
  section, article {
    padding:60px 0;
  }
  .carousel-item {
    height: auto;
    display: block;
  }
  .carousel-item img {
    position: relative;
    opacity: 1;
  }
  .carousel-caption {
    position: relative;
    display: block;
  }
  .socialLinks {
    display: none;
  }
  .inner-banner {
    padding: 3rem 1rem;
  }
  .inner-top-banner {
    background-size: contain;
  }
  .accdetedImg {
    margin-bottom: 5px;
  }
  .card-contact-form {
    margin-top: 20px;
  }
.bookimg {
  position: inherit;
  top: 0px;
  margin-bottom: 0;
  left: 0;
  margin-top: -20px;
}
.carousel-control-next,
.carousel-control-prev {
  top: 20%;
  bottom: auto;
}
.rowReview {
  margin-top: 40px;
}
.googlemap {
  margin-top: 30px;
}
.treatment-content {
  padding-top: 30px;
}
.mdpImg {
  margin-bottom: 30px;
}
}

@media screen and (max-width:574.99px) { 
  section, article, header,footer {
    overflow-x: hidden;
    overflow-y: auto;
  } 
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .about-images .exp-count span {
    font-size: 16px;
  }
  .about-images .exp-count .ex-bold {
    font-size: 38px;
  }
  .about-images .exp-count small {
    letter-spacing: 0;
  }
  .about-images .exp-count {
    width: 130px;
    height: 130px;
    right: 50px;
    border:5px solid #fff;
  }
  .carousel-content h1 {
    font-size: 26px;
    line-height: 36px;
    padding: 0 1.2rem;
  }
  .carousel-indicators.home-carousel-indicators {
    right: 10px;
  }
  .socialLinks {
    left: 10px;
  }
  .footer-quick-links li {
    margin:8px 0;
  }
  .carousel-content .btn {
    font-size: 14px;
    padding: 12px 14px;
  }
  .treatments .block-header h2 {
    margin-bottom: 0;
  }
  .footer-logo img {
    height: 60px;
  }
  .footer-logo {
    padding: 1rem 0;
    width: 175px;
    text-align: center;
  }
  .review-outer-container {
    padding-left: 0;
    padding-right: 0;
  }
.inner-top-banner .container,
.inner-top-banner {
  position: relative;
}
.inner-top-banner::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #868b6ba3;
}

}

@media screen and (max-width:480.99px) { 
.carousel-control-next,
  .carousel-control-prev {
    top: 15%;
    bottom: auto;
  }
}
@media screen and (max-width:349.99px) { 
  .row-contact .card .card-body {
    font-size: 14px;
  }
}














.HeaderNav.fixedheader #navbarTogglerDemo {
  margin-top: -15px;
  padding-bottom: 0px;
}
