/********** Template CSS **********/
:root {
  --primary: #06a3da;
  --secondary: #f57e57;
  --light: #eef9ff;
  --dark: #091e3e;
}
@import url("https://fonts.cdnfonts.com/css/noto-sans");

body {
  font-family: "Noto Sans", sans-serif !important;
}

#success-msg,
#error-msg {
    display: none;
    margin-top: 20px;
}

#success-msg {
    color: green;
}

#error-msg {
    color: red;
}

h1,
h2,
.font-weight-bold {
  font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
  font-weight: 500 !important;
}

.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-primary,
.btn-secondary {
  color: #ffffff;
}

.btn-primary:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}

.btn-secondary:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.top-shape::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0;
  left: -17px;
  background: #d83652;
  transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
  padding: 10px 15px;
  font-size: 18px;
  color: var(--dark);
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
  }
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 576px) {
  .carousel-caption h5 {
    font-size: 14px;
    font-weight: 500 !important;
  }

  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }
}

@media (min-width: 991.98px) {
  .banner {
    position: relative;
    z-index: 1;
  }


}

.bg-description {
  background: #d83652 !important;
  background-size: cover;
}

.imageBox {
  width: 200px;
  height: 201px;
}

.imageBox img {
  width: 100%;
  height: auto;
}

.drImage {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 301px;
}

.gallery {
  background-color: #ffffff;
}

#galleryImages {
  width: 450px;
  height: 300px;
  transition-duration: 1s;
}

.social-icons a {
  margin-right: 5px;
}

.payment-img {
  height: 120px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 16px;
  background: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.padding-zero {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.carousel-item {
  height: 680px;
  
}

.d-flex a {
  margin-right: 7px;
}

.justifyCenter {
  display: flex !important;
  justify-content: center !important;
}

.bgpeace {
  background-color: #edecf4 !important;
  border-right: 3px solid white;
}

.btn.btn-primary.py-2.px-4.ms-3 {
  background-color: #d83652 !important;
  border: 1px solid #d83652;
}

.bgsecondary {
  background-color: #edecf4 !important;
  border-right: 3px solid white;
}

.container-fluid.py-5.hero-header.mb-5 {
  background: linear-gradient(#d83652ab, #d83652d1),
    url(../img/bgtransparent.jpg) center center no-repeat;
}

.doctorImg {
  background-color: #ede017;
}

.contactBanner {
  background-color: #f8f9fa;
}

.flaticon-first-aid-kit::before {
  content: "\f103";
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

-----------------------------------------*/ .about-page .about-section {
  padding-top: 100px;
  padding-bottom: 0;
}

.about-section .custom-text-block {
  background: var(--secondary-color);
}

.about-info {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  border-top: 30px solid var(--secondary-color);
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 20px;
  padding: 20px;
}

.about-info-text h4 {
  font-weight: var(--font-weight-normal);
}

.about-image-border-radius {
  border-radius: var(--border-radius-medium);
}

.about-image {
  display: block;
  object-fit: cover;
  height: 100%;
}

.openinghours-section {
  background-image: url("../img/openingHours.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 230px 10px;
}

.openinghours-icon {
  font-size: 10px;
}

.openinghours-custom-block {
  background: #f65129;
  box-shadow: inset -5px -5px 9px rgba(255, 255, 255, 0.45),
    inset 5px 5px 9px rgba(94, 104, 121, 0.3);
}

.custom-block {
  background: #d83652;
  border-top: 59px solid #d83652;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  padding: 30px 50px;
}

.openinghours-custom-block {
  background: #e9eaeb3d;
}

.openinghours-icon {
  font-size: var(--h5-font-size);
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    line-height: 100px;
  }
  .background-header .main-nav .logo {
    line-height: 80px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }
  .slide-inner .header-text p {
    display: none;
  }
  .slide-inner .header-text {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .slide-inner .header-text .div-dec {
    margin-left: auto;
    margin-right: auto;
  }
  .slide-inner .header-text .buttons {
    display: inline-flex;
  }
  .slide-inner .header-text .buttons .green-button {
    float: none;
  }
  .services .service-item i {
    margin-bottom: 35px;
  }
  section.about-us ul.nacc li span.item-title {
    font-size: 14px !important;
  }
  section.about-us ul.nacc li span.item {
    font-size: 13px;
  }

  .openinghours-custom-block {
    background: #e9eaebeb;
  }

  .order-sm-first {
    display: none;
  }
}

.displayNone {
  display: none !important;
}

.hoursIcon {
  width: 70px;
}

.iconSize {
  font-size: 30px;
  color: white;
  margin-right: 4px;
}

.iconsize {
  font-size: 30px;
  color: #d83652;
}

.iconSize:hover {
  color: #d83652;
}

.navbar-toggler {
  margin-left: auto;
}

.publications-icons::before {
  background: url("../img/publications.png");
  background-size: cover;
}

.achievements-icons::before {
  background: url("../img/achievements.png");
  background-size: cover;
}

.col-9.col-md-5.me-md-4.me-lg-0.order-3.order-md-1.timeline-content.bg-white.shadow-lg.publication,
.col-9.col-md-5.ms-md-4.ms-lg-0.order-3.order-md-1.timeline-content.bg-white.shadow-lg {
  background-color: #471e1c !important;
  color: white;
  border-radius: 30px;
}

.logoBox {
  width: 12rem;
  /* height: 50px; */
  margin:0.5rem;
}

.logo{
  height: 50px;
  width: 150px;
  object-fit: contain;
}


@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

button.close {
  color: white;
  background: #230f0e;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.padding {
  padding: 3rem !important;
}

.user-card-full {
  overflow: hidden;
}

.card {
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  border: none;
  margin-bottom: 30px;
}

.m-r-0 {
  margin-right: 0px;
}

.m-l-0 {
  margin-left: 0px;
}

.user-card-full .user-profile {
  border-radius: 5px 0 0 5px;
}

.bg-c-lite-green {
  background-color: #d9596f;
}

.user-profile {
  padding: 20px 0;
}

.card-block {
  padding: 1.25rem;
}

.m-b-25 {
  margin-bottom: 25px;
  width: 190px;
  margin: 0px auto;
}

.m-b-25 img {
  width: 100%;
  height: auto;
}

.img-radius {
  border-radius: 5px;
}

h6 {
  font-size: 14px;
}

.card .card-block p {
  line-height: 25px;
}

@media only screen and (min-width: 1400px) {
  p {
    font-size: 14px;
  }
}

.card-block {
  padding: 1.25rem;
}

.b-b-default {
  border-bottom: 1px solid #e0e0e0;
}

.m-b-20 {
  margin-bottom: 20px;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.card .card-block p {
  line-height: 25px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.text-muted {
  color: #919aa3 !important;
}

.b-b-default {
  border-bottom: 1px solid #e0e0e0;
}

.f-w-600 {
  font-weight: 600;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-t-40 {
  margin-top: 20px;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-t-40 {
  margin-top: 20px;
}

.user-card-full .social-link li {
  display: inline-block;
}

.user-card-full .social-link li a {
  font-size: 20px;
  margin: 0 10px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.description-icons {
  font-size: 30px !important;
  color: #da6176;
}

.scheduleDetail p {
  font-size: 24px;
}

.bgColor {
  background-color: #212529;
  color: white;
}

#sticky-icons {
  position: fixed;
  right: 4%;
  top: 85%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  z-index: 1000;
  display: none;
  border-radius: 30%;
  background: #d83652;
  display: block;
}
#sticky-icons a {
  margin-bottom: 10px;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  #sticky-icons {
    display: none !important;
  }
}
.container-section {
  width: 100%;
  column-gap: 40px;
  padding: 10px 12%;
}

.container-section .side-info {
  margin: 20px 0;
}

.container-section .side-info span {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 2.75rem;
  color: #717171;
  font-weight: bold !important;
}

.container-section .side-info h1 {
  text-transform: capitalize;
  letter-spacing: 0.8px;
  font-weight: 900;
  font-size: 3.5rem;
  background-color: #000000;
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  line-height: 3rem;
}

.container-section .side-info hr {
  display: block;
  background: #005baa;
  height: 4px;
  width: 20%;
  margin: 18px 0;
}

.container-section a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #717171;
  font-weight: 500;
  background: #fff;
  border-radius: 50px;
  border: 2px solid #c2c2c2;
  padding: 8px 16px;
  margin-top: 20px;
  transition: 0.3s ease-in-out;
}

.container-section a:hover {
  border: 2px solid #005baa;
  color: #005baa;
}

.container-section .swiper {
  width: 100%;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination {
  bottom: 20px !important;
}

.swiper-slide h2 {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 0 0 0 24px;
  text-transform: uppercase;
}

.swiper-slide p {
  color: #dadada;
  font-weight: 300;
  padding: 0 24px;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-slide a {
  margin: 20px 25px 50px !important;
  padding: 8px 16px !important;
  font-size: 14px;
  border: none;
}

.swiper-slide a:hover {
  border: none;
}

.swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 10px;
}

.swiper-slide-active div {
  display: block;
  opacity: 1;
}

.slide-one {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../img/img1.jpg") no-repeat 50% 50% / cover;
}

.slide-two {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../img/img2.jpg") no-repeat 50% 50% / cover;
}

/* Responsive Design */
@media (min-width: 800px) {
  .container-section {
    display: flex;
    align-items: center;
  }

  .container-section .side-info {
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .container-section .side-info h1 {
    font-size: 46px;
  }

  .container-section .side-info p {
    font-size: 14px;
  }
}



.swiper-slide {
  width: 300px;
  height: 450px !important;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.paymentSection {
  background-color: #21252929 !important;
}

.description-icons2 {
  color: black;
  font-size: 30px !important;
}

.theme-text {
  color: #d83652;
}

/*** Project Portfolio ***/
#portfolio-flters li {
  display: inline-block;
  font-weight: 500;
  color: var(--dark);
  cursor: pointer;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
  color: var(--primary);
  border-color: var(--primary);
}

.portfolio-item img {
  transition: 0.5s;
}

.portfolio-item .portfolio-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  transition: 0.5s;
  background-color: #d836515e;
}

.portfolio-item:hover .portfolio-overlay {
  width: 100%;
  height: 100%;
  left: 2%;
}

.portfolio-item .portfolio-overlay .btn {
  opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
  opacity: 1;
}

.fs-20 {
  font-size: 40px;
}

@media (max-width: 767px) {
  a.navbar-brand {
    display: block !important;
    align-items: initial !important;
  }
}

@media only screen and (max-width: 767px) {
  .carousel-item {
    height: 275px;
  }

  .drImageBox img {
    width: 100% !important;
  }

  .padding {
    padding: 0rem !important;
  }

  .carousel-caption{
    height: 80% !important;
  }

}

.scheduleDetail > * {
  font-size: 20px !important;
}

.carousel-caption{
  position: absolute;
  top: 10%;
}


.header-bg{
  background: linear-gradient(#d83652, rgba(46, 184, 114, 0.25));
  background-size: cover;
}

.media_bg{
  background: linear-gradient(#d83652ab, #d83652d1),
  url(../img/media.jpg) center center no-repeat;
}


.img-fluidbanner{
  width: 100%;
  height: 100%;
}



@media only screen and (max-width: 768px) {
  /* Your mobile styles go here */
  .container-section .side-info span{
    font-size: 2.1rem;
  }

  .logoBox {
    width: 9rem;
  }

  .navbar {
    padding: 1rem 0.5rem !important;

  }

  #galleryImages{
    height: auto !important;
  }

  .custom-block{
    padding: 30px 10px;
  }
}


