* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.devider {
  border-bottom: 1px dashed var(--botton_color);
  margin: 10px 0;
}

.con_cus {
  max-width: 1425px;
  position: relative;
}

/* blog category start */
/* BLog Section */
.blog_section {
  padding: 50px;
  background-color: var(--white);
}

.Blogs_heading {
  text-align: center;
}

.blog_cards {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}
.blog_image {
  position: relative;
}
.blog_image::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
}
.blog_image img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.blog_cards:hover img {
  width: 100%;
  transform: scale(1.1);
}

.blog_cards .main_blog {
  position: relative;
}
.blog_cards .main_blog::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
}

.Blog_category {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.Blog_category button {
  border: none;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 50px;
  z-index: 2;
  background: var(--botton_color);
  transition: 0.3s ease-in-out;
}

.Blog_category button a {
  color: var(--white);
}

.Blog_category button:hover {
  background: var(--botton_color);
}

.Blog_category button:hover a {
  color: var(--white);
}

.blog_content {
  padding: 15px 10px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.blog_content p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.blog_description a {
  color: var(--white);
  font-weight: 600;
  font-size: 20px;
  transition: 0.3s ease-in-out;
  line-height: 20px;
}
.blog_description p a {
  color: var(--white);
  font-size: 14px;
}

.blog_description a:hover {
  color: var(--botton_color);
}

.blog_schedule span {
  color: var(--bg);
  font-size: 13px;
  padding-left: 30px;
  position: relative;
}

.blog_schedule span:nth-child(1)::before {
  content: "\F291";
  position: absolute;
  font-family: "Bootstrap-Icons";
  left: 10px;
  color: var(--botton_color);
  top: 0;
}

.blog_schedule span:nth-child(2)::before {
  content: "\F33E";
  position: absolute;
  font-family: "Bootstrap-Icons";
  left: 10px;
  color: var(--botton_color);
  top: 0;
}

.blog_schedule span:nth-child(3)::before {
  content: "\F249";
  position: absolute;
  font-family: "Bootstrap-Icons";
  left: 10px;
  color: var(--botton_color);
  top: 0;
}

/* Blog Inner Section */
.Mobile_menu {
  position: relative;
}

.nav-top .logo a {
  color: var(--black);
}

.nav-top .logo a p {
  margin-bottom: 0;
}

.hameburgerr {
  font-size: 30px;
  color: var(--botton_color);
}

.blog_header {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("../images/testimonials_25_percent.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  opacity: 0.9;
  background-color: var(--black);
}

.blog_header {
  text-align: center;
}

.blog_heading {
  font-weight: 700;
  font-size: 48px;
  color: var(--white);
}

/* .bread_cum ul {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.bread_cum ul li {
  position: relative;
  display: inline-block;
  /* white-space: nowrap; */
}

.bread_cum ul li::after {
  content: ">>";
  right: 5px;
  position: absolute;
  color: var(--white);
}

.bread_cum ul li:nth-child(3)::after {
  content: "";
}

.bread_cum ul li a {
  color: var(--white);
  padding-right: 35px;
  font-weight: 600;
}

.blog_inner_section {
  padding: 40px;
}

.blod_action_details {
  padding: 20px 0;
}

.blod_action_details ul {
  padding: 0;
  margin: 0;
}

.blod_action_details ul li {
  display: inline-block;
  padding-right: 15px;
  font-family: "Lora";
  font-size: 12px;
}

.blod_action_details ul li i {
  color: var(--black);
  margin-right: 8px;
  font-weight: 600;
}

.blod_action_details .tag {
  padding: 5px 15px;
  background-color: var(--botton_color);
  color: var(--black);
  font-weight: 600;
  border-radius: 25px;
}

.blog_inner_section .carousel-item img {
  border-radius: 10px;
}

.list_para p,
.list_para li {
  font-family: "lora";
  font-size: 18px;
  opacity: 0.8;
  line-height: 1.6em;
}

.blog_contents p {
  opacity: 0.8;
  font-size: 18px;
  line-height: 1.7em;
  color: var(--black);
}

.para_bg {
  padding: 60px 20px 20px;
  background-color: var(--bg);
  text-align: center;
  opacity: 0.8;
  font-size: 18px;
  line-height: 1.7em;
  color: var(--black);
  position: relative;
}

.para_bg::before {
  transform: translateX(-50%);
  left: 50%;
  top: 20px;
  content: "\F6B0";
  font-family: "Bootstrap-Icons";
  position: absolute;
  font-size: 50px;
  color: var(--botton_color);
}

.common_heading {
  font-size: 40px;
}

.blog_list li {
  position: relative;
  padding-left: 25px;
}

.blog_list li::before {
  content: "\F269";
  font-family: "Bootstrap-Icons";
  position: absolute;
  color: var(--botton_color);
  padding-left: 25px;
  left: -20px;
}

.cat_tags li {
  display: inline-block;
  padding: 1px 10px;
  border: 1px solid var(--botton_color);
  border-radius: 25px;
  font-size: 14px;
}

.cat_tags li.active {
  background-color: var(--botton_color);
}

.blog_tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.blog_tags .social_icons a {
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  box-shadow: 0 0 15px #ddd;
  margin: 0 5px;
  transition: 0.3s;
}

.blog_tags .social_icons a:hover:nth-child(1) {
  color: var(--white);
  background-color: #1877f2;
}

.blog_tags .social_icons a:hover:nth-child(2) {
  color: var(--white);
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
}

.blog_tags .social_icons a:hover:nth-child(3) {
  color: var(--white);
  background-color: #fa0019;
}

.blog_tags .social_icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Blog Form section */

section.form-section {
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: var(--bg);
}

section.form-section .appointmentHd {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}

section.form-section .container-fluid {
  padding: 0px;
  text-align: center;
}

section.form-section .appt-details {
  padding: 0px;
}

section.form-section .appAddress {
  margin-bottom: 10px;
  font-size: 16px;
}

section.form-section .appEmail,
section.blog-details section.form-section .appPhone {
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
  color: var(--black);
}

section .appPhone span,
section .appEmail span {
  font-weight: 600;
}

section.form-section .form-container input,
.form-container textarea,
.form-container select {
  width: 100%;
  padding: 12px 8px;
  margin-top: 10px;
  background: var(--white) 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 24px #0000001c;
  border: 1px solid var(--white);
}

section.form-section .form-container textarea {
  height: 130px;
}

.btn-group.book {
  margin-top: 10px;
}

.btn-group,
.btn-group button {
  height: 50px !important;
}

.btn-group img {
  height: 100%;
  width: 100%;
}

section.form-section .form-container .appFormBtn {
  background: var(--black) 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 24px #0000001c;
  border: none;
  padding: 10px 0px;
  font-size: 22px;
  height: 70px;
  color: var(--white);
}

section.form-section .form-container .appFormBtn {
  background: var(--black) 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 24px #0000001c;
  border: none;
  padding: 10px 0px;
  font-size: 22px;
  height: 50px;
  color: var(--white);
}

/* letes blog section */
div.latest-blog .latest-blog-Hd {
  font-size: 25px;
  margin: 15px 0;
  font-weight: 600;
}

.latest-blog ul {
  padding: 0;
  margin: 0;
}

div.latest-blog .latest-blog-item {
  display: flex;
  /* flex-wrap: wrap; */
  margin: 10px 0;
}

div.latest-blog .latest-blog-item .latest-blog_img img {
  width: 100%;
  object-fit: contain;
}

div.latest-blog .latest-blog-item .latest-blog_content {
  /* width: 65%; */
  font-size: 14px;
  padding: 0 15px;
}

div.latest-blog .latest-blog-item .latest-blog-title {
  color: var(--botton_color);
  font-weight: bold;
  line-height: 1.4em;
}

.latest-blog_desc p {
  line-height: 1.4em;
  font-size: 14px;
}

div.latest-blog .latest-blog-item .latest-blog-readmore {
  color: var(--botton_color);
  font-size: 13px;
}

@media only screen and (min-width: 1251px) {
  section.form-section .appDetailsBox,
  section.form-section .appFormBox {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .blog_section {
    padding: 20px 0;
  }

  .blog_header {
    padding: 15px;
  }

  .blog_heading {
    font-size: 25px;
  }

  .blog_inner_section {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .blog_section {
    padding: 20px 0;
  }

  .blog_header {
    padding: 15px;
  }

  .blog_heading {
    font-size: 25px;
  }

  .blog_inner_section {
    padding: 20px 0;
  }
  .bread_cum ul {
    padding: 0;
  }
  .bread_cum ul li {
    text-align: left;
  }
  .bread_cum ul li:last-child a {
    padding-right: 0;
  }
}

/* only for header */
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .blog_inner .Mobile_menu {
    position: relative;
  }

  .blog_inner .nav-top .logo a {
    color: var(--black);
  }

  .blog_inner .nav-top .logo a p {
    margin-bottom: 0;
  }

  .blog_inner .hameburgerr {
    color: var(--botton_color);
  }

  .Mobile_menu.Sticky {
    position: fixed;
    top: 0;
  }

  .blog_details_leftBox,
  .blog_details_rightBox {
    width: 100%;
  }

  section.form-section .appDetailsBox,
  section.form-section .appFormBox {
    width: 100%;
  }
}
