.header_overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00000047;
  z-index: 0;
}

.hero_left_sec {
  z-index: 1;
}

.hero_right_sec {
  z-index: 1;
}

.location-sec {
  width: 100%;
  /* height: 100%; */
}

.location-sec .location-main-img {
  border-radius: 20px;
  height: 220px;
  max-height: 220px;
  width: 100%;
}

.doctors-sec .location-main-img {
  border-radius: 20px;
  height: 220px;
  max-height: 220px;
  width: 100%;
}

.location-sec span {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #ffffff;
  color: #000000;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 13px;
}

.location-sec p {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: #ffffff;
  color: #000000;
  padding: 6px 15px;
  border-radius: 50px;
  margin-bottom: 0px;
  font-size: 13px;
  letter-spacing: initial;
}

.location-sec .location-mark {
  position: absolute;
  right: 10px;
  top: 10px;
}

.location-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00000075;
  z-index: 0;
  border-radius: 20px;
}

.doctors-sec {
  width: 100%;
  /* height: 100%; */
}

.doctors-sec img {
  border-radius: 20px;
  width: 100%;
}

.doctors-sec span {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #ffffff;
  color: #000000;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 13px;
}

.doctors-sec p {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: #ffffff;
  color: #000000;
  padding: 6px 15px;
  letter-spacing: initial;
  border-radius: 50px;
  margin-bottom: 0px;
  font-size: 13px;
}

.doctors-sec .doctors-mark {
  position: absolute;
  right: 10px;
  top: 10px;
}

.doctors-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00000075;
  z-index: 0;
  border-radius: 20px;
}

.hero-bottom {
  background-color: #fff;
  z-index: 2;
  padding: 12px 40px;
  border-radius: 70px 0 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}

.bma-link {
  color: #000000;
}

.bma-link:hover {
  color: #5D302A;
}

.about_inner_right {
  background-color: #EFEFEF;
  padding: 20px;
  border-radius: 30px;
  text-align: center;
  box-shadow: 2px -2px 14px 0px rgba(0, 0, 0, 0.25);
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #1F3453;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.header.sticked {
  top: 0;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0px 20px;
  background-color: transparent;
  left: 0 !important;
  border-radius: 0;
}

.bma-btn {
  padding: 8px 15px;
  color: #fff;
  border-radius: 20px;
  background: #5D302A;
  transition: 0.3s;
  position: relative;
  display: inline-block;
}

.bma-btn:hover {
  color: #fff;
  background: #1F3453;
}

.bma-btn:hover::before {
  position: absolute;
  content: '';
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: rgba(241, 102, 68, 0.20);
  left: -10px;
  top: 5px;
  transition: l 0.5s;
}

.youtube-sec {
  background-color: #889a9b;
  padding: 20px;
  border-radius: 20px;
}

.youtube-sec h2 {
  color: #fff;
  padding: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.youtube-sec p {
  font-size: 16px;
  letter-spacing: initial;
  font-weight: 400;
  margin-bottom: 10px;
}

.hero .play-btn-youtube {
  width: 70px;
  height: 70px;
  background: radial-gradient(#8F6A65 50%, rgb(121 85 72 / 31%) 52%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero .play-btn-youtube:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  animation-delay: 0s;
  animation: pulsate-btn 1s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #8F6A65;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.hero .play-btn-youtube:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hero .play-btn-youtube:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.hero .play-btn-youtube:hover:after {
  border-left: 15px solid #8F6A65;
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#1f3453 50%, rgba(13, 66, 255, 0.4) 52%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
}

.hero .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 1s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(13, 66, 255, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.hero .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hero .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.hero .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.about_inner_box {
  padding: 30px 20px;
  text-align: center;
  box-shadow: 6px 4px 57px 0px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  background: #FFF;
  margin: 10px;
  margin-bottom: 20px;
  border: 2px solid #ffffff;
  transition: all .3s;

}

.about_inner_box p {
  margin-bottom: 0px;
}

.about_inner_box:hover {
  border: 2px solid #5d302a;
  transition: all .3s;
  transform: scale(1.1);
}

.about_inner_box:hover p {
  font-weight: 600;
}

.about_inner_right h2 {
  color: #9B4D2B;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about_inner_right p {
  color: #000;
  margin-bottom: 20px;
}

.about_inner_box .img-icon-1 {
  background-image: url(../../assets/img/hospital-bed-black.png);
  width: 80px;
  height: 80px;
  content: '';
  display: inline-block;
  text-align: center;
  background-attachment: inherit;
  background-size: cover;
  background-position: right;
  background-position-x: center;
  margin-bottom: 15px;
}

.about_inner_box:hover .img-icon-1 {
  background-image: url(../../assets/img/hospital-bed-red.png);
}

.about_inner_box .img-icon-2 {
  background-image: url(../../assets/img/smile-black.png);
  width: 80px;
  height: 80px;
  content: '';
  display: inline-block;
  text-align: center;
  background-attachment: inherit;
  background-size: cover;
  background-position: right;
  background-position-x: center;
  margin-bottom: 15px;
}

.about_inner_box:hover .img-icon-2 {
  background-image: url(../../assets/img/smile-red.png);
}

.about_inner_box .img-icon-3 {
  background-image: url(../../assets/img/healthcare-black.png);
  width: 80px;
  height: 80px;
  content: '';
  display: inline-block;
  text-align: center;
  background-attachment: inherit;
  background-size: cover;
  background-position: right;
  background-position-x: center;
  margin-bottom: 15px;
}

.about_inner_box:hover .img-icon-3 {
  background-image: url(../../assets/img/healthcare-red.png);
}

/* .service-sec-inner{
  background-image: url(../../assets/img/services_bg.png);
  width: 100%;
  height: 600px;
  content: '';
  display: inline-block;
  text-align: center;
  background-attachment: inherit;
  background-size: cover;
  background-position: right;
  background-position-x: center;
  margin-bottom: 15px;
  position: relative;
} */

.service-sec-inner .service-img {
  position: absolute;
  left: 50%;
  top: 37%;
  transform: translate(-50%, -50%);
  width: 220px;
}

.our_team .slides-3 {
  padding: 70px 10px 50px 10px;
  background-color: transparent;
}

.team-inner {
  border-radius: 30px 0 30px 0;
  background: #EFEBDD;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
  height: 250px;
}

.team-inner .content-image {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  margin-top: -80px;
  /* position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%); */
}

.team-inner h2 {
  color: #7B3C33;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-top: 20px;
}

.team-inner p {
  color: #7B3C33;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
}


.slides-3 .swiper-button-next,
.slides-3 .swiper-button-prev {
  position: absolute;
  bottom: 10px;
  top: auto;
  background-color: transparent;
  padding: 20px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #000000;
}

.slides-3 .swiper-button-next:hover,
.slides-3 .swiper-button-prev:hover {
  background-color: #000000;
  border: 1px solid #000000;
}

.slides-3 .swiper-button-next,
.slides-3 .swiper-rtl .swiper-button-prev {
  right: 0%;
  left: auto;
}

.slides-3 .swiper-button-prev,
.slides-3 .swiper-rtl .swiper-button-next {
  left: auto;
  right: 5%;
}

.slides-3 .swiper-button-next:after,
.slides-3 .swiper-button-prev:after {
  font-size: 16px;
  color: #000000;
}

.slides-3 .swiper-button-next:hover::after,
.slides-3 .swiper-button-prev:hover::after {
  color: #ffffff;
}

/* .team-inner:hover img:before{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(0,0,0,.9);
} */
/* .team-inner:hover img::before {
  position: absolute;
  content: '';
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: rgba(241, 102, 68, 0.20);
  left: -10px;
  top: 5px;
  transition: l 0.5s;
} */


.content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 30px;
  z-index: 1;
}

.team-inner:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
}

.team-inner:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.fadeIn-bottom {
  top: 80%;
}

.team-inner .social-links a {
  color: #7B3C33;
  line-height: 0;
  transition: 0.3s;
  margin: 0px 10px;
}

.team-inner .social-links a:hover {
  color: #7B3C33;
  line-height: 0;
  transition: 0.3s;
  margin: 0px 10px;
}

.department_inner {
  background-image: url(../../assets/img/dept_bg.png);
  width: 100%;
  content: '';
  display: inline-block;
  text-align: center;
  background-attachment: inherit;
  background-size: cover;
  position: relative;
}

.dept_left_icon_sec {
  margin-bottom: 20px;
}

.dept_right_icon_sec {
  margin-bottom: 20px;
}

.dept_left_icon_sec .dept_icon_sec {
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 113, 1, 0.51) 0%, #FF5C02 100%);
  padding: 15px;
  position: absolute;
  left: -20%;
  z-index: 1;
}

.dept_left_icon_sec .dept_text_sec {
  border-radius: 30px;
  padding: 30px 30px;
  background: #FFF;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.35);
  text-align: left;
  position: relative;
  width: 70%;
  right: 0;
  transition: all .3s;
  border: 2px solid transparent;
}

.dept_left_icon_sec .dept_text_sec:hover {
  border: 2px solid #5d302a;
}

.dept_right_icon_sec .dept_text_sec {
  border-radius: 30px;
  padding: 30px 30px;
  background: #FFF;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.35);
  text-align: left;
  position: relative;
  width: 70%;
  transition: all .3s;
  right: 0;
  border: 2px solid transparent;
}

.dept_right_icon_sec .dept_text_sec:hover {
  border: 2px solid #5d302a;
}

.dept_text_sec h2 {
  font-size: 22px;
}

.dept_text_sec p {
  font-size: 16px;
  margin-bottom: 0px;
}

.dept_icon_sec img {
  max-width: 70px;
  min-width: 70px;
}

.dept_right_icon_sec .dept_icon_sec {
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 113, 1, 0.51) 0%, #FF5C02 100%);
  padding: 15px;
  position: absolute;
  right: -20%;
  left: auto;
  z-index: 1;
}

.gallery img {
  width: 100%;
  /* box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.11); */
  border-radius: 20px;
  margin-bottom: 20px;
  border: 2px solid transparent;
}

.gallery img:hover {
  border: 2px solid #5d302a;
  transition: all .3s;
  transform: scale(1.1);
}

.slides-1 {
  padding: 50px 40px;
}

.testimonials .testimonial-item .testimonial-img {
  margin-top: -60px;
}

.slides-1 .swiper-slide {
  height: 100%;
}

.slides-1 .swiper-button-next,
.slides-1 .swiper-button-prev {
  position: absolute;
  bottom: 10%;
  top: auto;
  background-color: transparent;
  padding: 20px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.slides-1 .swiper-button-next:hover,
.slides-1 .swiper-button-prev:hover {
  background-color: #fff;
  border: 1px solid #fff;
}

.slides-1 .swiper-button-next,
.slides-1 .swiper-rtl .swiper-button-prev {
  right: 50px;
  left: auto;
}

.slides-1 .swiper-button-prev,
.slides-1 .swiper-rtl .swiper-button-next {
  left: auto;
  right: 10%;
}

.slides-1 .swiper-button-next:after,
.slides-1 .swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
}

.slides-1 .swiper-button-next:hover::after,
.slides-1 .swiper-button-prev:hover::after {
  color: #000;
}

.testimonials {
  padding: 50px 0;
}

.footer_btm {
  background-color: #14253e;
}

.footer_newsletter {
  border-radius: 15px;
  background: linear-gradient(90deg, #FF9400 0%, #FF3D00 100%);
  padding: 20px;
}

.footer_newsletter h2 {
  font-size: 22px;
  margin-right: 20px;
  margin-bottom: 0px;
}

.footer_newsletter .btn-primary {
  background-color: #14253e;
  color: #fff;
  border: 0;
  border-radius: 10px 10px 10px 10px;
  font-size: 16px;
  margin-left: -20px;
  padding: 8px 15px;
}

.footer .footer_btm .credits a {
  color: #b87269;
}

.about-what {
  padding: 20px;
  background: rgba(223, 207, 173, 0.30);
  border-radius: 30px;
  height: 100%;
}

.about-what h2 {
  font-size: 18px;
  color: #9b4d2b;
}

.about-what p {
  font-size: 14px;
  color: #000000;
}

.about-meditation {
  padding: 20px;
  background: #EFEFEF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  height: 100%;
}

.about-meditation h2 {
  font-size: 18px;
  color: #9b4d2b;
}

.about-meditation p {
  font-size: 14px;
  color: #000000;
}
.services-sliders-sec{
    position:relative;
}
.services-sliders-sec:after {
    background-color: #7B3C33;
    border-radius: 40px 0 0 40px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    z-index: -1;
}
.services-inner {
  padding: 40px 20px;
  text-align: center;
  box-shadow: 1px 2px 11px #ccc;
  min-height: 270px;
  max-height:270px;
  border-radius: 20px;
  background-color: #fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-flow: column;
}

.services-inner img {
  padding: 10px;
  border: 1px solid #9b4d2b;
  border-radius: 10px;
  height: 135px;
  width: 135px;
  margin-bottom: 20px;
}

.services-inner h2 {
  font-size: 20px;
  color: #9b4d2b;
  margin-bottom:25px;
}

.services .section-header {
  padding: 0px 30px;
}

.services-inner p {
  display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    color: #000000;
}

.services-sliders {
  padding: 30px 20px 50px 20px;
}

.services-sliders-sec {
  /*background-color: #7B3C33;*/
  border-radius: 40px 0 0 40px;
  padding: 40px 10px;
}

.services-sliders .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #fff;
}

.services-sliders .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background-color: #ffffff;
}

.slides-3 .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #000000;
}

.slides-3 .swiper-pagination-bullet-active {
  border: 1px solid #000000;
  background-color: #000000;
}

.service-bottom p {
  font-size: 16px;
  color: #000;
}

.test-right {
  height: 100%;
  padding: 40px 70px;
}

.test-right h2 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 30px;
}

.test-item p {
  text-align: left;
  font-size: 14px;
  color: #fff;
  width: 50%;
}

.test-right .test-item-btm h2 {
  text-align: left;
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

.test-right .test-item-btm p {
  text-align: left;
  font-size: 12px;
  color: #fff;
  margin-bottom: 5px;
}

.test-right .test-item-btm i {
  color: #FFA235;
  font-size: 12px;
}

.test-img img {
    max-width: 27px;
    min-width: 27px;
}

.blog-item {
  padding: 30px 40px;
  border: 1px solid #ccc;
  border-radius: 50px;
  margin-bottom: 30px;

}

.blog-item .blog-date h2 {
  margin-bottom: 0;
}

.blog-item .blog-date span sup {
  font-size: 16px;
  top: -1em;
}

.blog-desc {
  width: 30%;
}

.blog-item.blog-img-1:hover {
  background-image: url(../../assets/img/blog-bg.jpeg);
}

.blog-item.blog-img-2:hover {
  background-image: url(../../assets/img/blog-bg.jpeg);
}

.blog-item.blog-img-3:hover {
  background-image: url(../../assets/img/blog-bg.jpeg);
}

.blog-item.blog-img-4:hover {
  background-image: url(../../assets/img/blog-bg.jpeg);
}

.blog-item-overlay {
  display: none;
}

.blog-item:hover .blog-item-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008a;
  border-radius: 50px;
  display: block
}

.blog-item:hover .blog-date,
.blog-item:hover .blog-desc,
.blog-item:hover .blog-cat {
  color: #fff;
  z-index: 1;
}



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  background-color: #9D4539;
  margin: 0px 10px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #ccc;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #106eea;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #106eea;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.gallery-sec .nav-pills .nav-link {
    background-color: #9d45399e;
    padding: 7px 40px;
    color: #fff;
    border: 1px solid #9d45399e;
    border-radius: 30px;
    margin: 0px 10px;
}
.gallery-sec .nav-pills{
    margin-bottom:40px;
}
.gallery-inner img{
    border-radius: 30px;
    cursor:pointer;
}

.gallery-sec .nav-pills .nav-link.active,
.gallery-sec .nav-pills .nav-link:hover,
.gallery-sec .nav-pills .show>.nav-link {
  color: #ffffff;
  border: 1px solid #9d4539;
  background-color: #9d4539;
}
/*.gallery-sec .swiper-slide-active{
    transform: scale(1.1);
    transition: all .3s ease-in;
  }*/

.gallery-sec .slides-interior {
  padding: 30px 20px 60px 20px;
}

.footer-contact a{
    color:#fff;
}
.float {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 11%;
    right: 15px;
    z-index: 13;
    display: flex;
    background-color: #5D302A;
    padding: 2px;
    font-size: 12px;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor:pointer;
}
.float i{
    font-size: 22px;
}
a.float:hover {
    color: #fff;
}
.float1 {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 20%;
    right: 15px;
    z-index: 13;
    display: flex;
    background-color: #5cbb50;
    padding: 2px;
    font-size: 12px;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.float1 i{
    font-size: 22px;
}
a.float1:hover {
    color: #fff;
}

.float2 {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 29%;
    right: 15px;
    z-index: 13;
    display: flex;
    background-color: #5D302A;
    padding: 2px;
    font-size: 12px;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.float2 i{
    font-size: 22px;
}
a.float2:hover {
    color: #fff;
}


.float3 {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 38%;
    right: 15px;
    z-index: 13;
    display: flex;
    background-color: #5D302A;
    padding: 2px;
    font-size: 12px;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.float3 i{
    font-size: 22px;
}
a.float3:hover {
    color: #fff;
}

.slides-interior .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #000000;
}

.slides-interior .swiper-pagination-bullet-active {
  border: 1px solid #000000;
  background-color: #000000;
}

.hero_left_sec p span {
  color: #ffffff;
  font-size: 18px;
}

.about-sec {
  background-image: url("../img/about-bg-element.png");
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 60px 0px 120px 0px;
}

.about-sec .about_inner {
  text-align: right;
  padding-right: 20px;
}

.about-sec .about_inner .about-img2 {
  position: absolute;
  left: -35%;
  bottom: -14%;
}

.about-sec .about_inner .about-img3 {
  position: absolute;
  right: 0;
  bottom: -14%;
}

.about-sec .about-sec-inner {
  text-align: left;
}

.about-sec .about-sec-inner h2 {
  color: #69423D;
  font-size: 32px;
}

.about-sec .about-feature-box {
  border: 1px solid #5D302A;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-bottom: 20px;
}

.about-sec .about-feature-box img {
  background-color: #DFCFAD;
  padding: 8px;
  border-radius: 10px 30px 30px 10px;
}

.about-sec .about-feature-box span {
  padding-left: 30px;
}

.vision-sec {
  background-image: url("../img/vision-bg-element.png");
  background-size: cover;
  background-position: center;
  position: relative;
}

.vision-sec .vision-inner {
  position: relative;
  padding: 30px 30px 150px 30px;
  border-radius: 50px 50px 50px 50%;
  box-shadow: 1px 1px 15px #ccc;
  text-align: center;
  border: 2px solid transparent;
}

.vision-sec .vision-inner .vision-img {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  padding: 20px;
  box-shadow: 1px 2px 10px #ccc;
  background-color: #fff;
}

.vision-sec .vision-inner h2 {
  font-size: 20px;
  color: #000;
}

.vision-sec .vision-inner p {
  font-size: 16px;
}

.vision-sec .vision-inner:hover {
  border: 2px solid #CB8C84;
}


.vision-sec .mission-inner {
  position: relative;
  padding: 30px 30px 150px 30px;
  border-radius: 50px 50px 50% 50px;
  box-shadow: 1px 1px 15px #ccc;
  text-align: center;
  border: 2px solid transparent;

}

.vision-sec .mission-inner:hover {
  border: 2px solid #CB8C84;
}

.vision-sec .mission-inner .mission-img {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  padding: 20px;
  box-shadow: 1px 2px 10px #ccc;
  background-color: #fff;
}

.vision-sec .mission-inner h2 {
  font-size: 20px;
  color: #000;
}

.vision-sec .mission-inner p {
  font-size: 16px;
}

.bma-contact-form {
  border-radius: 10px;
  padding: 30px;
  background-color: #7B3C33;
}

.about-form-right {
  padding: 0px 30px;
}

.about-form-right h2 {
  color: #727171;
  font-size: 32px;
  margin-bottom: 20px;
}

.about-form-right h4 {
  color: #727171;
  font-size: 22px;
}

.about-form {
  background-image: url("../img/about-form-bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
}

.about-form-right .opening-hours-sec {
  margin-top: 40px;
  padding: 0px 100px 0px 0px;
}

.about-form-right .opening-hours-sec h2 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.about-form-right .opening-hours-sec .opening-inner {
  padding-right: 40px;
}

.about-form-right .opening-hours-sec .opening-inner p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.about-form-right .opening-hours-sec .opening-inner p span:first-child {
  width: 30%;
}

.expertise-inner img {
  position: relative;
  width: 100%;
  border: 2px solid #5d302a;
    border-radius: 10px;
}

.expertise-inner p {
  position: absolute;
  bottom: 5%;
  text-align: center;
  margin-bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  background-color: #fff;
  color: #000;
  padding: 7px;
  border-radius: 30px;
}

.expertise-sliders {
  padding-bottom: 60px;
}

.why-choose {
  background: #EFEBDD;
}

.why-choose .choose-left h2 {
  color: #000;
  font-size: 26px;
  margin-bottom: 20px;
}

.why-choose .choose-left p {
  color: #000;
  font-size: 18px;
  margin-bottom: 30px;
  border-left: 5px solid #000;
  padding-left: 30px;
}

.why-choose .choose-left {
  padding: 0px 60px;
}

.choose-left .icon-box {
  text-align: center;
  padding: 0px 30px;
  border-left: 5px solid #000;
}

.choose-left .icon-box img {
  margin-bottom: 10px;
}

.choose-left .icon-box h2 {
  color: #5D302A;
  font-size: 18px;
  margin-bottom: 0px;
}

.choose-left .icon-box p {
  color: #5D302A;
  font-size: 14px;
  margin-bottom: 0px;
  border-left: none;
  padding-left: 0px;
}

.testimonials-sec {
  background-image: url("../img/testimonial-bg-img.png");
  background-size: cover;
  background-position: center;
  position: relative;
}

.testi-sliders-sec .testi-inner {
  padding: 150px 10px 10px 42px;
  border-radius: 20px;
  box-shadow: 1px 2px 10px #ccc;
  margin: 50px;
  position: relative;
}

.testi-sliders-sec .testi-sliders {
  padding: 50px;
}

.testi-sliders-sec .testi-sliders-patient {
  padding: 50px;
}

.testi-sliders-sec .testi-inner h2 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
}

.testi-sliders-sec .testi-inner h4 {
  font-size: 12px;
  color: #ddd;
  margin-bottom: 20px;
}

.testi-sliders-sec .testi-inner .testi-img11 {
  position: absolute;
  top: -5%;
  left: -5%;
}

.get-in-touch {
  background-image: url("../img/about-bg-element.png");
  background-size: cover;
  background-position: center;
  position: relative;
}

.contact-inner {
  padding: 50px;
  border-radius: 30px;
  background: #F4F1E7;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-top: 5px solid #8F4F46;
}

.contact-inner .contact-inner-left h2 {
  margin-bottom: 30px;
}

.contact-box {
  margin-bottom: 30px;
}

.contact-box span i {
  font-size: 32px;
  color: #8F4F46;
}

.contact-box p {
  font-size: 18px;
  margin-bottom: 0px;
}

.social-sec a i {
  font-size: 22px;
  color: #8F4F46;
}

.contact-right {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
}

.contact-right .form-group .form-control {
  border-bottom: 2px solid #000000 !important;
  border: 0;
  border-radius: 0px;
}

.contact-right .form-group .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.services-sec {
  background-image: url("../img/about-bg-element.png");
  background-size: cover;
  background-position: center;
  position: relative;
}

.services-sec .nav-pills .nav-link {
  background-color: #fff;
  border: 1px solid #9b4d2b;
  border-radius: 10px;
  color: #9b4d2b;
  font-size: 24px;
  margin-bottom: 20px;
}

.services-sec .nav-pills .nav-link.active,
.services-sec .nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #9b4d2b;
}



.services-sec .play-btn-youtube {
  width: 70px;
  height: 70px;
  background: radial-gradient(#8F6A65 50%, rgb(121 85 72 / 31%) 52%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services-sec .play-btn-youtube:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  animation-delay: 0s;
  animation: pulsate-btn 1s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #8F6A65;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.services-sec .play-btn-youtube:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.services-sec .play-btn-youtube:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.services-sec .play-btn-youtube:hover:after {
  border-left: 15px solid #8F6A65;
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.service-right {
  padding: 40px;
}

/*.service-right img {
  width: 100%;
}*/

.conditions-box {
  position: relative;
  height: 100%;
  margin-bottom: 10px;
}

.conditions .col-lg-6,
.conditions .col-lg-3 {
  padding-left: 5px;
  padding-right: 5px;

}

.conditions-box img {
  position: relative;
  width: 100%;
  height: 100%;
}

.conditions-box p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px;
}

.conditions-box p::before {
  content: '';
  width: 100px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: -5px;
  left: 0px;
}

.service-intro-left {
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(180deg, #873D33 -16.27%, #E0DFD3 217.49%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), -4px -1px 4px 0px rgba(0, 0, 0, 0.25);
}

.service-intro-left h2 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}

.service-intro-left h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.service-intro-left .form-check {
  border: 1px solid #fff;
  padding: 7px 20px;
  border-radius: 10px;
}

.service-intro-left .form-check .form-check-input {
  margin-left: 0;
}

.service-intro-left .form-check .form-check-label {
  margin-left: 5px;
  color: #ffffff;
}

.service-form .form-group label {
  color: #fff;
  margin-bottom: 5px;
}

.service-intro-right {
  padding: 10px 60px;
}

.service-intro-right h2 {
  color: #69423D;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-intro-right p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.train-sec {
  background: linear-gradient(90deg, #FFF 2.5%, rgba(255, 255, 255, 0.00) 96.76%), linear-gradient(270deg, rgba(124, 62, 54, 0.80) -1.49%, rgba(255, 255, 255, 0.43) 31.51%, rgba(255, 255, 255, 0.43) 104.12%, rgba(0, 0, 0, 0.00) 104.13%, rgba(255, 255, 255, 0.80) 104.13%), rgba(255, 255, 255, 0.60);
}

.train-intro-form .form-control {
  border: 0;
  border-bottom: 1px solid #ccc !important;
}

.train-intro-form .form-control:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}

.train-intro-left {
  padding: 0px 30px;
}

.train-intro-left h2 {
  color: #69423D;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 600;
}

.train-intro-right {
  padding: 30px;
}

.certificate-sliders {
  padding: 20px 20px 40px 20px;
}

.workshops-left {
  padding: 10px 40px;
}

.workshops-inner {
  background-image: url("../img/about-bg-element.png");
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #F4F1E7;
  padding: 40px 0px;
}

.doctors-about {
  background-image: url("../img/about-bg-element.png");
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #F4F1E7;
  padding: 40px 0px;
}

.certificate {
  background-image: url("../img/certificate-bg.png");
  background-size: cover;
  background-position: center
}

.enquiry-sec {
  background-image: url("../img/enquire-bg.png");
  background-size: cover;
  background-position: center
}

.workshop-box {
  position: relative;
  margin-bottom: 20px;
}

.workshop-box img {
  width: 100%;
  position: relative;
  border-radius: 15px;
}

.workshop-box p {
  background: #C6A29E;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
  border-radius: 0px 0px 15px 15px;
}

.join-with-us {
  background: #CE9E97;
  color: #fff;
  padding: 80px 50px;
}

.enquire-form1 .form-group label {
  margin-bottom: 10px;
}

.doctors-about-right {
  position: relative;
}

.doctors-about-right img:first-child {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.doctors-about-right img:last-child {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: auto;
}

.doctors-about-left {
  height: 100%;
}

.doctors-about-right {
  height: 600px;
}

.doc-inner {
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  /*height:470px;*/
  height:540px;
}

.doc-inner img {
  display: block;
  width: 100%;
}

.doc-desc {
  padding: 20px;
  text-align: center;
}

.doc-desc h2 {
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
}

.doc-desc h4 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.50);
  margin-bottom: 5px;
}

.doc-desc p {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}

.doc-sec .doc-inner::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: 2;
}

.doc-sec .doc-inner:hover::before {
  background: linear-gradient(180deg, #914E44 0%, #8F4B41 0.01%, #B0887D 100%), #FFF;
  top: 0;
  border-radius: 0px;
}

.doc-info {
  display: none;
  text-align: center;
}

.doc-sec .doc-inner:hover .doc-info {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: all 0.3s;
}

.doc-info h2 {
  background: rgba(255, 255, 255, 0.70);
  padding: 7px 10px;
  color: #000;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.doc-info p {
  font-size: 14px;
  color: #ffffff;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.doc-info a {
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
}

.doc-sliders {
  padding: 20px 0px 50px 0px;
}

.doc-vdo-right img {
  width: 100%;
}



.doc-vdo-right .play-btn-youtube {
  width: 70px;
  height: 70px;
  background: radial-gradient(#8F6A65 50%, rgb(121 85 72 / 31%) 52%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.doc-vdo-right .play-btn-youtube:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  animation-delay: 0s;
  animation: pulsate-btn 1s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #8F6A65;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.doc-vdo-right .play-btn-youtube:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.doc-vdo-right .play-btn-youtube:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.doc-vdo-right .play-btn-youtube:hover:after {
  border-left: 15px solid #8F6A65;
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.doc-vdo-desc {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 25%;
}

.doc-vdo-desc h2 {
  font-size: 28px;
  color: #fff;
}

.doc-vdo-desc p {
  font-size: 16px;
  color: #fff;
}

.doc-search {
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  margin-bottom: 50px;
  position: relative;
  z-index: 99;
}

.doc-search h2 {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}

.search-inner {
  width: 100%;
}

.search-inner .form-control {
  background-color: #ddd;
  color: #000;
  border-radius: 30px;
  padding: 8px 15px;
}

.doc-details-left {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.50);
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-left: 6px solid #5D302A;
  margin-bottom: 30px;
}

.doc-profile-left img {
  border-radius: 30px;
}

.doc-profile-right h2 {
  font-size: 22px;
  color: #000;
}

.doc-profile-right .star i {
  font-size: 12px;
  color: #FFA235;
}

.doc-profile-right h4 {
  font-size: 18px;
  color: #959595;
}

.doc-profile-right label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.doc-profile-right p {
  font-size: 14px;
}

.doc-profile-right .social i {
  font-size: 22px;
  color: #000;
}

.doc-details-right .phone i {
  font-size: 16px;
  color: #000;
}

.doc-details-right {
  padding: 30px;
  background: #FFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}

.doc-details-right h2 {
  color: #5D302A;
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.doc-details-right .appointment-form label {
  margin-bottom: 5px;
  font-size: 16px;
}

.doc-details-right .appointment-form .form-control {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.50);
}

.doc-information ul.nav-pills {
  padding: 10px;
  border-radius: 11px;
  border: 1px solid #5D302A;
  background: #FFF;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.10);
}

.doc-information .nav-pills .nav-link {
  color: rgba(0, 0, 0, 0.50);
  font-size: 20px;
}

.doc-information .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent;
  color: #000000;
}

.desc-doc h2 {
  font-size: 22px;
  color: #000;
}

.desc-doc p {
  font-size: 16px;
  color: #000;
}

.doc-info-vdo-sec {
  margin-bottom: 30px;
  border-radius: 9px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: #FFF;
  height:100%;

}

.doc-info-vdo {
  background-color: #F4F1E7;
}

.doc-info-vdo-inner {
  position: relative;
}

.doc-info-vdo-inner img {
  width: 100%;

}

.doc-info-vdo-inner .play-btn-youtube {
  width: 70px;
  height: 70px;
  background: radial-gradient(#8F6A65 50%, rgb(121 85 72 / 31%) 52%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.doc-info-vdo-inner .play-btn-youtube:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  animation-delay: 0s;
  animation: pulsate-btn 1s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #8F6A65;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.doc-info-vdo-inner .play-btn-youtube:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.doc-info-vdo-inner .play-btn-youtube:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.doc-info-vdo-inner .play-btn-youtube:hover:after {
  border-left: 15px solid #8F6A65;
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.doc-info-desc {
  padding: 20px;
  text-align: left;
}

.doc-info-desc p {
  font-size: 16px;
  color: #000;
}

.doc-info-btm img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.doc-info-btm p {
  font-size: 14px;
  color: #3c3c3c;
}

.faq-inner {

  padding: 30px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15), -2px -2px 4px 0px rgba(0, 0, 0, 0.15);
}

.events-sec {
  border-radius: 20px;
  background: #FFF;
  box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.15), 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

.events-sec img {
    max-height: 220px;
    min-height: 220px;
    width: 100%;
    border-radius: 20px;
}

.events-desc {
  padding: 20px;
}

.events-desc h2 {
  font-size: 20px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.events-desc p {
  font-size: 16px;
  color: #000000;
  max-height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.blog-sec {
  border-radius: 20px;
  background: #FFF;
  box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.15), 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.blog-sec img {
  border-radius: 20px;
}

.blog-description {
  padding: 20px;
}

.blog-description h2 {
  font-size: 20px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-description p {
  font-size: 16px;
  color: #000000;
  max-height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-detail-inner {
  box-shadow: 1px 2px 10px #ccc;
  display: block;
  width: 100%;
  position: relative;
}

.blog-detail-inner img {
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.blog-detail-inner .blog-detail-desc {
  padding: 20px;
}

.blog-detail-inner .blog-detail-desc h2 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 15px;
}

.blog-detail-inner .blog-detail-desc p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}

.blog-detail-right {
  padding: 15px;
  box-shadow: 1px 2px 10px #ccc;
  margin-bottom: 20px;
}

.blog-detail-right img {
  width: 30%;
  border-radius: 5px;
  margin-right: 10px;
}

.blog-detail-right h2 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 5px;
}

.event-gallery {
  margin-bottom: 20px;
}

.event-gallery img {
  width: 100%;
}

.event-detail-inner {
  box-shadow: 1px 2px 10px #ccc;
  display: block;
  width: 100%;
  position: relative;
}

.event-detail-inner img {
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.event-detail-inner .event-detail-desc {
  padding: 20px;
}

.event-detail-inner .event-detail-desc h2 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 15px;
}

.event-detail-inner .event-detail-desc p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}

.event-detail-right {
  padding: 15px;
  box-shadow: 1px 2px 10px #ccc;
  margin-bottom: 20px;
}

.event-detail-right img {
  width: 30%;
  border-radius: 5px;
  margin-right: 10px;
}

.event-detail-right h2 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 5px;
}

.terms-sec {
  border-radius: 20px;
  background: #FFF;
  box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.15), 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  padding: 30px;
}

.terms-sec h2 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 20px;
}

.terms-sec p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}

.test-item-btm {
  margin-top: 30px;
}

.form-search .btn-primary {
  border-radius: 5px;
  background: #32C3F1;
}


.our_team{
  background-image: url(../../assets/img/bg-teams.png);
  width: 100%;
  background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: top right;
}
.gallery-sec{
     background-image: url(../../assets/img/bg-gallery.png);
  width: 100%;
  background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
}

.bma-modal .doc-details-right{
    box-shadow: none;
}
.bma-modal .modal-content{
    border-radius:20px;
}
.bma-modal .btn-close{
    position:absolute;
    top:10px;
    right:10px;
}
.services-inner{
    position:relative;
    z-index:1;
}
.services-inner .service-desc {
    font-size: 14px;
    color:#fff;
    text-align:left;
    line-height: 28px;
    margin-bottom: 0;
    display: none;
}
.services-inner .service-desc p{
    color:#fff;
    text-align:left;
}
.services-inner::before {
    content: "";
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
        border-radius: 20px;
    z-index: -1;
}
.services-inner:hover::before {
    background: #5D302A;
    top: 0;
    border-radius: 20px;
}
.services-inner:hover .service-desc {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    color: #000000;
    color: #fff;
}

.services-inner:hover img, .services-inner:hover h2, .services-inner:hover .bma-btn {
    display: none;
}


.gallery-inner{
    position:relative;
    z-index:1;
}
.gallery-inner .gallery-desc {
    font-size: 14px;
    color:#fff;
    text-align:left;
    line-height: 28px;
    margin-bottom: 0;
    display: none;
    
}
.gallery-inner .gallery-desc p{
    color:#fff;
    text-align:center;
}
/*.gallery-inner::before {
    content: "";
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
        border-radius: 20px;
    z-index: 1;
}
.gallery-inner:hover::before {
    background: #5D302A;
    top: 0;
    border-radius: 20px;
}
.gallery-inner:hover .gallery-desc {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    color: #000000;
    color: #fff;
    display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: all 0.3s;
  padding:10px;
}*/



/*.gallery-inner:hover img, .gallery-inner:hover h2, .gallery-inner:hover {
    display: none;
}*/
