@charset "UTF-8";

/* CSS Index
-----------------------------------
1. variable
2. mixin
3. animation
4. common
5. header
6. about
7. featured
8. info
9. popup
10. pricing
11. slider
12. team
13. service
14. news
15. widget
16. footer
17. portfolio
18. appoint
19. banner
20. testimonial
21. plugin/nice-select
22. counter
23. choose
24. video
25. journy
26. single-news
27. case-details
28. blog
29. faq
30. help-banner
31. contact
32. shop
33. product-details


*/



/* red   primary #6F6258 #6F6258 */
/*Gray: #282828 */

/****************************************************
1. variable
*****************************************************/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Figtree:ital,wght@0,300..900;1,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* font-family: 'Playfair Display', serif;
font-family: 'Prata', serif;
font-family: 'Roboto', sans-serif;*/
/****************************************************
2. mixin
*****************************************************/
/****************************************************
3. animation
*****************************************************/
@keyframes textAnimated {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/****************************************************
4. common
*****************************************************/
body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #777777;
}

.container {
  max-width: 1430px;
}

/* Top Bar Start */

.top-header {
  background-color: #6F6258;
  padding: 5px 30px;
}

.topbar__meta a {
  font-size: 14px;
  padding-left: 24px;
  margin-left: 22px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.topbar__meta a::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 12px;
  transform: translateY(-50%);
  background-color: #936E41;
  content: "";
}

/* Top Bar End*/

.contact_list span a {
  font-weight: 400;
  text-decoration: none;
}

.contact_list li {
  list-style-type: none;
}

.contact_list ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.contact_list ul li i{
  border: 1px solid #6F6258;
  padding: 10px;
  border-radius: 50px;
  color: #6F6258;
  background: #6F62582b;
}
.header_list ul li a{
  font-size: 16px;
    color: #777;
    display: inline-block;
}

/* Hero Section */
.hero-main {
  position: relative;

  width: 100%;
  overflow: hidden;
}

.hero-video {
  padding: 0px;
}

#myVideo {
  width: 100%;
}

.navbar-nav {
  gap: 25px;
  padding-left: 4em;
}

.nav-link {
  color: white !important;
}

.Menu-Navbar {
  background-color: #524a40;
}

/* About-us CSS Start */

.about-us-section {
  padding-top: 6em;
  padding-bottom: 6em;
}

.about-us-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}

.about-us-content h4 {
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #171717;
  letter-spacing: 5px;
  line-height: 100%;
}

.about-us-content h3 {
  font-size: 60px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: black;
  letter-spacing: 5px;
  line-height: 100%;
  text-transform: capitalize;
}

.about-us-content p {
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  line-height: 26px;
  color: #171717B2;
}

.Team-section {
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;

}

.Team-content h4 {
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #171717;
  letter-spacing: 5px;
  line-height: 100%;
}

.team-align {
  align-content: center;
}

.Team-content h3 {
  font-size: 60px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: black;
  letter-spacing: 5px;
  line-height: 100%;
  text-transform: capitalize;
}

.Team-content p {
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  line-height: 26px;
  color: #171717B2;
}

.about-us-content button {
  font-size: 16px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: black;
  padding: 10px 10px;
  background-color: transparent;
  border: 2px solid #000;
  width: 30%;
  letter-spacing: 4px;
}

.ceo-buttons a {
  font-size: 16px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #54361E;
  padding: 10px 20px;
  background-color: transparent;
  border: 2px solid #000;
/*   width: 20%; */
  letter-spacing: 4px;
}
.ceo-buttons a:hover {
  background: #000;
	color: #fff; 
}

.CEO-Section {
  padding-top: 7em;
  padding-bottom: 7em;
}

/* Services CSS End */
.sevices {
  background-color: #f1edea;
  padding-top: 3em;
  padding-bottom: 3em;
}

.before-after-section {

  padding-top: 0em;
  padding-bottom: 5em;
}

.service-card {
  width: 30%;
  box-shadow: #777777;
  background-color: transparent;
  border: 1px solid #00000017;

}

.service-card img {
  width: 100%;
}

.services-top-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-top-content h4 {
  font-size: 18px;
  font-family: "Figtree";
  font-weight: 600;
  color: black;
}

.services-top-content h3 {
  font-size: 45px;
  font-family: "Bebas Neue";
  font-weight: 600;
  color: black;
  text-transform: capitalize;
}

.services-top-content p {
  font-size: 16px;
  font-family: "Figtree";
  font-weight: 400;
  color: #17171799;
}

.divider-mission {
  border: 2px solid white;
  width: 20%;
}

.card-body {
  text-align: center;
  padding-bottom: 50px;

}

.card-body h3 {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  font-family: "Bebas Neue";
}

.card-body p {
  color: #17171799;
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Figtree";
}

.card-main-contnr {
  gap: 20px;
  /* width: 95%; */

  justify-content: center;
}

/* Services CSS End */

/* mission-vision start  */
.mission-vision p {
  font-size: 16px;
  font-family: "Figtree";
  font-weight: 400;
  color: #fff;
}

.mission-vision h5 {
  font-size: 16px;
  font-family: "Figtree";
  font-weight: 400;
  color: #fff;
}

.mission-vision h2 {
  font-size: 70px;
  font-family: "Bebas Neue";
  font-weight: 500;
  color: #fff;
}

/* mission-vision end  */


.content-team {
  display: flex;
  flex-direction: row;
  padding-top: 20px;
}

.content-team-left {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.content-team-left h4 {
  font-family: "Bebas Neue";
  font-size: 26px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  color: #171717;

}

.team-social {
  color: #171717;
  display: flex;
  gap: 10px;
  flex-direction: row;
  justify-content: end;
  align-items: baseline;
}

.content-team-left p {
  font-size: 16px;
  font-family: "Figtree";
  font-weight: 400;
  color: #17171799;
}

.team-social {
  text-align: right;
}

/* CEO Section Start  */
.ceo-img img {
  float: right;
}

.ceo-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.ceo-content h4 {
  font-size: 18px;
  font-family: "Figtree";
  font-weight: 600;
  color: black;
}

.ceo-content h3 {
  font-size: 45px;
  font-family: "Bebas Neue";
  font-weight: 600;
  color: black;
  text-transform: capitalize;
  letter-spacing: 5px;
}

.ceo-content p span {
  font-size: 16px;
  font-family: "Figtree";
  font-style: italic;
  font-weight: 500;
  color: black;
}

.ceo-content p {
  font-size: 16px;
  font-family: "Figtree";
  font-weight: 400;
  color: black;
}

.ceo-content .button {
  font-size: 18px;
  font-family: "Bebas Neue";
  font-weight: 600;
  color: black;
  padding: 10px 30px;
  border: 2px solid #000;
  width: 21%;
  letter-spacing: 2px;
  text-decoration: none;
}

.ceo-buttons {
  align-items: center;
  justify-content: space-between;
  font-size: 25px;
  color: #000;
}

.ceo-buttons .fa-brands {
  background-color: #6F625847;
  border-radius: 50px;
  padding: 15px;
}

/* CEO Section End  */

/* befor-after Styling Start  */
.result-top-content {
  text-transform: uppercase;
  text-align: center;
}

.result-top-content h4 {
  font-size: 18px;
  font-family: "Figtree";
  font-weight: 600;
  color: black;
}

.result-top-content h3 {
  font-size: 45px;
  font-family: "Bebas Neue";
  font-weight: 600;
  color: black;
  text-transform: capitalize;
  letter-spacing: 5px;
}

.befor-after img {
  width: 100%;
}

.befor-after {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}

/* befor-after Styling End  */

.book-appointment {
  padding-top: 5em;
  padding-bottom: 0em;
  height: 900px;
  background-image: url("/wp-content/uploads/2025/05/appointment-bg.png");
  background-position: center;
  background-size: cover;
}

.book-appointment-heading h3 {
  font-size: 60px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: black;
  letter-spacing: 5px;
  line-height: 100%;
  text-transform: capitalize;
}

.appointment-content h3 {
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: black;
  letter-spacing: 5px;
  line-height: 100%;
  text-transform: capitalize;
}

.appointment-content p {
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  line-height: 26px;
  color: #171717B2;
}

.icon-heading {
  font-size: 16px !important;
  color: #171717 !important;
  font-family: "Figtree", sans-serif !important;
  font-weight: 700 !important;

}

.icon-list {
  color: #171717 !important;
  font-size: 22px !important;
}

.appointment-box {
  background-color: #fff;
  height: 85%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.appointment-content h4 {
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #171717;
  letter-spacing: 5px;
  line-height: 100%;
}


.Home-Form .form-label {
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #171717;

}

.Home-Form .form-btn {
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #171717;
  border: 0px;
  border-radius: 0px;
  float: right;
  padding: 7px 20px 7px 20px;
}

.form-group .form-label {
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #171717;

}

.Home-Form .form-control {
  padding: 15px;
  border: 0px;
  border-radius: 0px;
  background: #fff;
}

.Home-Form .form-select {
  padding: 15px;
  border: 0px;
  border-radius: 0px;
}


/* work-process Styling Start  */
.work-process-top-content {
  text-align: center;
}

.work-process-top-content h3 {
  font-size: 35px;
  font-family: "Bebas Neue";
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 5px;
}

.work-process-top-content p {
  font-size: 16px;
  font-family: "Figtree";
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}

.work-process-box {
  text-align: center;
}

.work-process-box h5 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Figtree";
  margin: 25px 0;
  color: #fff;
}

.work-process-box p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Figtree";
  color: #FFFFFF8F;
}

.work-process-box a {
  font-size: 18px;
  font-weight: 600;
  font-family: "Figtree";
  text-decoration: none;
  color: #fff;
}

/* work-process Styling End  */

/* appointment-form Styling Start  */

/* appointment-form Styling End  */

/* Doctor Section Styling Start */

/* Doctor Section Styling End */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

/* body{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8c52ff;
} */

/* section{
  position: relative;  
  height: 470px;
  width: 1400px;
  display: flex;
  align-items: center;
} */

.swiper {
  width: 1200px;
}

/* .swiper-button-next, .swiper-button-prev{
  top: var(--swiper-navigation-top-offset, 0px);
  position: relative;
} */
.card {

  position: relative;
  background: #fff;
  border-radius: 20px;
  height: 400px;
  margin: 20px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.card::before {
/*   content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  background: transparent !important;
  border-radius: 20px 20px 0 0; */
}

.card-content p {
  color: black;
  text-align: center;
}

.card .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  position: relative;
  /* z-index: 100; */
}

section .card .image {
  height: 140px;
  width: 140px;
  border-radius: 20%;
  padding: 3px;
  background: #54361E;
  margin-top: 30px;
}

section .card .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20%;
  border: 3px solid #fff;
}

.card .media-icons {
  position: absolute;
  top: 12px;
  right: 95px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.card .media-icons i {
  color: #54361E;
  opacity: 0.6;
  margin-top: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 10px;
}

.card .media-icons i:hover {
  opacity: 1;
}

.card .name-profession {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  color: black;
}

.name-profession .name {
  font-size: 20px;
  font-weight: 600;
}

.name-profession .profession {
  font-size: 15px;
  font-weight: 500;
}


.card .button {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.card .button button {
  background: #54361E;
  outline: none;
  border: none;
  color: #fff;
  padding: 8px 22px;
  border-radius: 10px;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.button button:hover {
  background: black;
}

.swiper-pagination {

  position: absolute;
  top: 450px;
}

.swiper-pagination-bullet {

  height: 7px;
  width: 26px;
  border-radius: 25px;
  background: black;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0.7;
  color: black;
  transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
  color: black;
}

/**************************/

@media only screen and (max-width: 766px) {
  .card {

    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
    max-width: 403px;
    display: block !important;
  }

  .card .media-icons {
    position: absolute;
    top: 12px;
    right: 145px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }


}

.testimonial-card {
  /* background: linear-gradient(145deg, #f3f4f6, #ffffff); */
  border-radius: 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #00000038;
  border-radius: 0px;
  box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #ffffff;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.quote-icon {
  font-size: 4rem;
  color: #6366f1;
  opacity: 0.2;
}

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  background-color: #00000052;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev {
  left: -20px;
}

.carousel-control-next {
  right: -20px;
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #6366f1;
  opacity: 0.5;
}

.carousel-indicators .active {
  opacity: 1;
}

.client-feedback {
  padding-top: 4em;
  padding-bottom: 4em;


}

.client-content {
  text-align: center;
}

.client-content i {
  color: #000;
  font-size: 50px;
}

.client-content h4 {
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #171717;
  text-align: center;
  letter-spacing: 5px;
  line-height: 100%;
}

.client-content h3 {
  font-size: 60px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: black;
  letter-spacing: 5px;
  line-height: 100%;
  text-transform: capitalize;
}

.client-content h5 {
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #171717;
  text-align: center;
  letter-spacing: 5px;
  line-height: 28px;
}

.client-content h6 {
  font-size: 12px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #171717B2;
  text-align: center;
  letter-spacing: 5px;
  line-height: 100%;
}

.client-content p {
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  line-height: 26px;
  color: #171717B2;
}

.faqs-section {
  padding-top: 4em;
  padding-bottom: 4em;
  background-color: #161616;
}

.faqs-section h3 {
  font-size: 45px;
  font-family: "Bebas Neue";
  font-weight: 600;
  text-align: center;
  color: white;
  text-transform: capitalize;
  letter-spacing: 5px;
}

.accordion-button {
  border: 0px;
}

.accordion-button::after {
  content: '\002B';
  /* Unicode for plus sign + */
  font-size: 1.5rem;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 30px;
  text-align: center;
  padding: 4px;

  background-image: none !important;
  transform: none !important;
  margin-left: auto;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  border: 0px;
}

.accordion-item {
  color: white;
}

.accordion-button:not(.collapsed)::after {
  content: '\2212';
  /* Unicode for minus sign – */
}

.faqs-content .accordion {
  --bs-accordion-bg: transparent;
  color: white;
}

.faqs-content .accordion-button {
  color: white !important;
  padding: 25px 0px;
  font-family: "Figtree", sans-serif;
}

.accordion-button:focus {
  border: 0px;
}

.accordion-button:focus {
  box-shadow: none;
  border: 0px;
}

.accordion-body {
  padding: 25px 0px 25px 0px;
  font-family: "Figtree", sans-serif;
}

.contact-info-section {
  padding-top: 5em;
  padding-bottom: 5em;
}

.contact-info-section h3 {
  font-size: 45px;
  font-family: "Bebas Neue";
  font-weight: 600;
  color: white;
  text-transform: capitalize;
  letter-spacing: 5px;
  line-height: 55px;
}

.contact-info-section p {
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  line-height: 26px;
  color: white;
}

.contact-info-section button {
  font-size: 16px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #54361E;
  padding: 10px 10px;
  background-color: white;
  border: none;
  letter-spacing: 4px;
}

.blogs-section {
  padding-top: 5em;
  padding-bottom: 5em;

}

.blogs-content h3 {
  font-size: 45px;
  font-family: "Bebas Neue";
  font-weight: 600;
  color: #171717;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 5px;
  line-height: 55px;
}

.blogs-content h4 {
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #171717;
  text-align: center;
  letter-spacing: 5px;
  line-height: 100%;
}

.blog-post {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.blog-post .blog-img .overlay,
.blog-post .blog-img .post-meta {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-post .blog-img .overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.blog-img {
  width: 100%;
}

.blog-post .blog-img .post-meta {
  bottom: 5%;
  right: 0%;
  z-index: 1;
}

.read-more {
  background-color: #171717;
  color: white;
  text-decoration: none !important;
  padding: 20px 30px 30px 30px;
}

.read-more a {
  text-decoration: none !important;
}

.blog-post .blog-img .post-meta .read-more:hover {
  color: #6dc77a !important;
}

.content {
  text-align: center;
}

.blog-title h4 {
  font-size: 30px !important;
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  color: #333333 !important;
  letter-spacing: 5px !important;
  line-height: 100%;
  text-decoration: none;
}

.blog-title a {
  font-size: 30px !important;
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  color: #333333 !important;
  letter-spacing: 5px !important;
  text-decoration: none;
  line-height: 100%;
}

.blog-desc {
  font-size: 14px !important;
  font-family: "Figtree", sans-serif !important;
  font-weight: 400 !important;
  line-height: 26px !important;
  color: #333333 !important;
}

.blog-post .content h1,
.blog-post .content h2,
.blog-post .content h3,
.blog-post .content h4,
.blog-post .content h5,
.blog-post .content h6 {
  line-height: 1.2;
}

.blog-post .content .title {
  font-size: 18px;
}

.blog-post .content .title:hover {
  color: #6dc77a !important;
}

.blog-post .content .author .name:hover {
  color: #6dc77a !important;
}

.blog-post:hover {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.blog-post:hover .blog-img .overlay {
  opacity: 0.65;
}

.blog-post:hover .blog-img .post-meta {
  opacity: 1;
}

.blog-post .post-meta .like i,
.profile-post .like i {
  -webkit-text-stroke: 2px #dd2427;
  -webkit-text-fill-color: transparent;
}

.blog-post .post-meta .like:active i,
.blog-post .post-meta .like:focus i,
.profile-post .like:active i,
.profile-post .like:focus i {
  -webkit-text-stroke: 0px #dd2427;
  -webkit-text-fill-color: #dd2427;
}

.avatar.avatar-ex-sm {
  height: 36px;
}

.shadow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
}

.text-muted {
  color: #8492a6 !important;
}


.para-desc {
  max-width: 600px;
}

.text-muted {
  color: #8492a6 !important;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 30px;
}

.blog-count {
  font-size: 95px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 100%;
  color: #6F625875;
}

.avatar {
  width: 20% !important;
  height: 50% !important;
}

.author h6 {
  font-size: 14px !important;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #171717;
  letter-spacing: 5px;
  text-decoration: none;
  line-height: 100%;
}

.author h6 a {
  font-size: 14px !important;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #171717;
  letter-spacing: 5px;
  text-decoration: none !important;
  line-height: 100%;
}

.footer {
  background-color: #161616;
  padding-top: 3em;
  padding-bottom: 1em;
}

.footer-box {
  background-color: #6F625812;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

/* .footer-box-leftcontent{
  display: flex;
} */
.footer-box-imgright {
  text-align: right;
}

.footer-box-leftcontent h3 {
  font-size: 28px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  color: rgb(255, 255, 255);
  letter-spacing: 5px;
  line-height: 100%;
  text-transform: capitalize;
}

.footer-box-leftcontent p {
  font-size: 12px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  color: #F9FAFB;
  letter-spacing: 5px;
  line-height: 20px;

}

.footer-content {
  padding-top: 30px;
  padding-bottom: 20px;
}

.hours-footer {
  border-bottom: 1px dashed white;
  display: flex;
  flex-direction: row;
  padding-top: 5px;
  justify-content: space-between;
}

.hours-footer-content {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.footer-title {
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  color: rgb(255, 255, 255);
  letter-spacing: 5px;
  line-height: 100%;
  text-transform: capitalize;
}

.footer-para {
  color: #fff;
  font-size: 16px;
  font-family: "Figtree", sans-serif;

}

.footer-divider {
  color: #FFFFFF;
  width: 30%;
  border: 1px solid white !important;
}

.icon-list-footer {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}

.icon-list-footer a {
  color: white;
  font-size: 14px;
  font-weight: 500;
  font-family: "poppins", sans-serif;
  margin-bottom: 0px !important;
  text-decoration: none;
  text-align: center;
}

.icon-list-footer a:hover {
color: #D5BCA8;



 }

.icon-list-footer i {
  color: white;
}

.iconlistfooter {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hours-footer p {
  color: white;
  font-size: 16px;
  font-family: "Figtree", sans-serif;
}


.footer_contact_list ul {
  list-style-type: none;
  padding: 0px;
	margin: 0px;

}

.footer_contact_list ol {
	margin: 0px;
	padding: 0px;

}

.footer_contact_list ul  li {
  margin: 10px  0px;

}
.footer_contact_list ul  li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;

}

.footer_contact_list ul  li a:hover {
  color: #D5BCA8;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;

}
.footer_contact_list ul  li i {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
margin-right: 5px;

}





.brand_area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0px;
} 
.brand__thumb {
  width: 220px;
  height: 50px;
  border: 1px solid #fff;
  padding: 5px;

}
.brand__thumb {
  width: 100%;
  height: 100%;
  
}



.brand__thumb {
  text-align: center;
}






.copyright-area {
  text-align: center;
  padding-top: 10px;

  border-top: 1px solid #fff;
}


.footer__copyright .lastlink {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer__copyright .lastlink:hover {
  color: #D5BCA8;
  
}






.copyright {
  padding-top: 20px;

  border-top: 1px solid #D9D9D9A1;
}

.copyright p {
  color: #FFFFFF99;
  font-size: 16px;
  font-family: "Figtree", sans-serif;
}


/* ================================== Doctor Page Styling Start ================================== */

/* breadcrumb Style  */
.breadcrumb-main {
  background-color: #777777;
  padding: 50px 0px;
}

.breadcrumb_title p {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
}

.breadcrumb_title h2 {
  font-size: 40px;
  font-family: "Prata", serif;
  font-weight: 500;
  color: #fff;
}

.breadcrumb-item a {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
}

.breadcrumb-item a:hover {
  color: #6F6258;
}

.breadcrumb-item.active {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
}

.breadcrumb-item.active:hover {
  color: #6F6258;
}

/* breadcrumb Style End */


/* Doctor sec style start  */
.card::before {
  background: transparent;
}

.card {
/*   height: 554px !important; */
  border-radius: 3px ;
  box-shadow: 0 0 3px #db002f6e;
}

.card h5 {
  font-size: 25px;
  font-family: "prata", serif;
  font-weight: 500;
  color: #000;
}

.card h5:hover {
  color: #6F6258;
}

.card-body .btn {
  font-size: 14px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #6F6258;
  color: #fff;
}

.card-body .btn:hover {
  color: #000;
}

/* Doctor sec style End  */

/* ================================== Doctor Page Styling End ================================== */




/* ================================== Blog Page Styling Start ================================== */

.blog-top-title p {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #6F6258;
  font-weight: 400;
}

.blog-top-title h4 {
  font-size: 45px;
  font-family: "Prata", serif;
  color: #000;
  font-weight: 500;
}

.card-body-link {
  border-top: 2px solid #b1b1b1;
}

.card-body-link a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

/* .card-body-link .fa-solid{
	color:#6F6258;
}  this code customizer */

.card-body-link i{
  color: #54361E;
}

.blog-card {
  /* height: 580px; */
  border-radius: 3px;
  box-shadow: 0 0 3px #db002f6e;
}

.blog-card h5 {
  font-size: 25px;
  font-family: "prata", serif;
  font-weight: 500;
  color: #000;
}

.blog-card h5:hover {
  color: #6F6258;
}

.card-body {
  padding: 20px;
}




/* ================================== Blog Page Styling End ================================== */

/* ================================== Inner Page Styling Start
================================== */

.hydra-text p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}

.hydra-text h3 {
  font-size: 36px;
  font-family: "Prata", serif;
  font-weight: 500;
  color: #000000;
}

.hydra-text li {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
}

.hydra-text table {
  width: 100%;
  line-height: 50px;
  color: #000;
}

table,
th,
td {
  border: 1px solid #6F6258;
  padding: 5px;
}

.search-bar input {
  width: 350px;
}

.search-bar button {
  background: #6F6258;
  color: #fff;
  border-color: #fff;
}

.main-appointment {
  justify-content: center;
  padding: 20px;
}

.appointment h3 {
  font-size: 25px;
  font-family: "prata", serif;
  font-weight: 500;
  color: #000;
  padding-top: 40px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
}

.main-appointment .appointment {
  border: 1px solid #f3f3f3;
}

.appointment form {
  text-align: center;
}

.appointment button {
  font-size: 18px;
  font-family: "Poppins" serif;
  background-color: #6F6258;
  border: 2px solid transparent;
  width: 40%;
}

.appointment form textarea {
  color: #000;
  width: 100%;
}

.appointment .form-control input {
  border-color: #000;
}

/* ================================== Inner Page Styling end
================================== */

