.our-service {
  padding: 100px 0 100px;
}

.testimonial-item {
  height: 400px;
}

.our-testimonial {
  margin-bottom: 90px;
}

section#contact {
  /* margin-bottom: 100px; */
  background: #80808017;
  padding-top: 100px;
  padding-bottom: 100px;

  z-index: 10;
  position: relative;
}

.navbar {
  padding: 15px 0;
  align-items: center;
}

header.main-header {
  position: sticky;
  top: 0;
  left: 0;
}

.logo-main {
  width: 200px;
}

/* #123a66 */
/* #123a66 */
.appointment-btn {
  text-align: left;
}

.about-working-hour,
.footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.logo-footer {
  width: 285px;
}

#appointment {
  position: relative;
}

.white-hide {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 192px;
  background-color: #ffffff;
}


#blog-post.page-blog .blog-item {
  height: unset;
  margin-bottom: 80px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}

#blog-post .post-featured-image a {
  cursor: pointer;
}

#blog-post .btn-default {
  font-size: 15px;
  padding: 15px 55px 15px 20px;
}

#blog-post .post-item-body h2 {
  font-size: 22px;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

#blog-post .post-item-body p {
  font-size: 15px;
  margin-bottom: 1rem;
}

#blog-post .post-featured-image img {
  border-radius: 30px 30px 0 0;
}

#blog-post .post-featured-image {
  border-radius: 30px 30px 0 0;
  margin-bottom: 0;
}

#blog-post .post-item-content {
  padding: 30px;
}

.page-header-box ol li.breadcrumb-item {
  color: #4a91d0;
}

.page-single-post .post-content {
  max-width: none;
}

.page-single-post .post-content p {
  color: #6d6d6d;
  margin-bottom: 1.5rem;
}

.page-single-post .post-content li {
  color: #6d6d6d;
}

.page-single-post .post-content .breadcrumb li {
  color: #4a91d0;
}

.page-single-post .post-content h4 {
  margin-bottom: 0.8rem;
}

.page-single-post .post-image {
  height: 400px;
}

.page-single-post .post-image img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

@media screen and (max-width: 1000px) {
  .page-single-post img {
    margin-bottom: 20px;
  }
}