@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

.top-header-right ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-header-right li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  border-left: 1px solid #f6f6f6;
  padding: 5px 10px;

  img {
    max-width: 30px;
    border: 1px solid #fff;
    border-radius: 100%;
    background-color: #fff;
  }
}

.top-header-right li:last-child a {
  border-right: 1px solid #f6f6f6;
}

.pro-img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}

p.logo {
  font-size: 28px;
  font-weight: 600;
  color: #621541;
  margin: 0;
  line-height: 20px;
  span {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  p.logo {
    font-size: 22px;
    line-height: 15px;
    span {
      font-size: 10px;
    }
  }
}

.p-reletive {
  position: relative;
}

.info-widget.style-10 {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 12px 20px;
  box-shadow: 0 20px 50px rgba(10, 51, 102, 0.3);
  backdrop-filter: blur(5px);
}

.info-widget.style-10 .content-text {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
}

.info-widget.style-10 .title {
  font-size: 20px;
}

.item2 {
  position: absolute;
  bottom: 150px;
  right: 0;
  z-index: 5;
}

@media (max-width: 768px) {
  .item2 {
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}

.desease-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.desease-img {
  img {
    width: auto;
    margin-bottom: 15px;
  }
}

.desease-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #104ea9;
  padding: 0;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .desease-content h4 {
    font-size: 17px;
  }
}

/* form section */

.contact-form-ref {
  padding: 40px 0;
}

.contact-left {
  background: linear-gradient(135deg, #b13d7f 13%, #621541 87%);
  padding: 41px 36px;
  border-radius: 5px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 600px) {
  .contact-left {
    padding: 30px 20px;
    /* margin: 40px 0 20px; */
  }
}

.form-group {
  margin-bottom: 15px;
}

.form-group:nth-last-child(1) {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .form-group:nth-last-child(1) {
    margin-bottom: 15px;
  }
}

.form-group:nth-last-child(2) {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .form-group label {
    font-size: 12px;
  }
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.form-group textarea {
  resize: vertical;
}

.form-group button {
  width: 100%;
  height: 48px;
  background: #fff;
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #fff;
  letter-spacing: -0.011em;
  color: #621541;
  margin-top: 15px;
  text-align: center;
  transition: background 0.5s;
  cursor: pointer;
}

.form-group button:hover {
  background: transparent;
  color: #fff;
}

.inline-group {
  display: flex;
  gap: 10px;
}

@media (max-width: 600px) {
  .inline-group {
    display: block;
  }
}

.inline-group .form-group {
  flex: 1;
}

.jt-1 input {
  width: 50%;
  margin-left: 15px;
}

/* service card  */

.service-bg {
  background: linear-gradient(to bottom, #fffadb 21%, #ffe5fa 79%);
}

.service-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service-grid_icon {
  height: 100px;
  width: 100px;
  background-color: #fff;
  border-radius: 100%;
  padding: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  display: flex;

  align-items: center;
  justify-content: center;
  img {
    height: calc(100% - 10px);
    width: calc(100% - 10px);
  }
}

.service-grid-content .box-title {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  text-align: center;
  a {
    color: #000;
    display: block;
  }
}

/* .service-bg {
  background-color: #00194c;
} */

.service-box {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 #0000001c;
}

.service-heading h3 {
  font-size: 22px;
  font-weight: 600;
  color: #00194c;
  text-align: center;
  margin: 0;
  line-height: 28px;
}

.service-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background-color: #f6f6f6;
  margin: 20px 0 0;
  img {
    object-fit: cover;
    mix-blend-mode: multiply;
    aspect-ratio: 6/4;
  }
}

.service-btn {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  background: #00194c45;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.service-btn a {
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100px;
  font-weight: 600;
  padding: 2px;
  transition: all 0.3s;
}

.service-btn a span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 8px 6px 20px;
  transition: all 0.3s;
}

.service-btn a i {
  margin-left: 5px;
  background-color: #fff;
  color: #621541;
  height: 37px;
  width: 37px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.service-content p {
  font-size: 16px;
  font-weight: 400;
  color: #667594;
  margin: 0;
}

.service-btn a:hover {
  background-color: #fff;
  span {
    color: #621541;
  }
}

.service-btn a:hover i {
  background: #621541;
  color: #fff;
}

.service-box:hover .service-btn {
  transform: translateY(0);
}

/* headings */

.sub-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* gallery */

.gal-img {
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1.2;
    padding: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
}

/* services  */

.service-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 0 20px;
  img {
    object-fit: cover;
    aspect-ratio: 16/8;
  }
}

.service-sidebar-content {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.service-details-content h2 {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin: 0 0 20px;
}

.service-details-content h3 {
  font-size: 26px;
  font-weight: 600;
  color: #333;
  padding: 0;
  margin: 0 0 15px;
}

@media (max-width: 600px) {
  .service-details-content h2 {
    font-size: 24px;
  }
  .service-details-content h3 {
    font-size: 22px;
  }
}

.service-details-content p {
  font-size: 18px;
  /* text-align: justify; */
  font-weight: 400;
  color: #343a40;
  margin: 0 0 15px;
}

.service-details-content ul {
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}

.service-details-content ul li {
  font-size: 18px;
  /* text-align: justify; */
  font-weight: 400;
  color: #343a40;
  list-style: disc;
  margin: 0 0 10px;
}

.service-details-content strong {
  font-weight: 600;
}

.sidebar-profile {
  margin-bottom: 30px;
}

.sidebar-profile h3 {
  font-size: 24px;
  font-weight: 600;
  color: #314d84;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  border-left: 4px solid #314d84;
  background-color: #e2ecff;
  margin-bottom: 20px;
}

.sidebar-img {
  img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
  }
}

.sidebar-profile h4 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin: 0 0 6px;
  text-align: center;
}

.sidebar-profile p {
  font-size: 18px;
  font-weight: 400;
  color: #343a40;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}

.service-sidebar-content h4 {
  font-size: 24px;
  font-weight: 600;
  color: #314d84;
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  border-left: 4px solid #314d84;
  background-color: #e2ecff;
}

.service-sidebar-content ul {
  list-style-type: none;
  padding: 0;
}

.service-sidebar-content ul li {
  border-bottom: 1px solid #ccc;
  border-left: 4px solid #fff;
  transition: all 0.3s;
  a {
    display: block;
    padding: 6px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
  }

  &:hover {
    border-color: #314d84;
    a {
      background-color: #e2ecff;
      color: #314d84;
    }
  }
}

.service-sidebar-content ul li:last-child {
  border-bottom: none;
}

/* form utility */

.side-bar-form {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.side-bar-form .form-group {
  input {
    width: 100%;
    padding: 8px 10px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
  }
  textarea {
    height: 80px;
    resize: vertical;
    padding: 6px 10px;
  }
}
.side-bar-form .form-group {
  button {
    border: 2px solid #621541;
    color: #621541;
    height: auto;
    padding: 8px;
    &:hover {
      background: #621541;
      color: #fff;
    }
  }
}

/* table  */
.table-responsive table {
  width: 100%;
  border-collapse: collapse;
}
th {
  min-width: 250px;
}

@media (min-width: 991px) {
  .table-responsive {
    th:nth-child(1) {
      min-width: 200px;
    }
  }
}

@media (max-width: 600px) {
  .table-responsive {
    overflow-x: auto;

    td,
    th {
      font-size: 14px;
      line-height: 20px;
    }
  }
}

/* procedure */

.service_section {
  position: relative;
  padding: 50px 0 50px;
}

.ser_row .col-md-2,
.videsrow .col-md-3 {
  padding: 0 10px;
}

.services_list {
  text-align: center;
  background: linear-gradient(to bottom, #ffe6d0, transparent);
  padding: 10px 0 52px;
  border-radius: 100px 100px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services_list:hover {
  background: linear-gradient(to bottom, #eeb583, transparent);
}

.services_list::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 32px;
  border-right: 2px dashed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .services_list::before {
    height: 0;
    width: 0;
  }
}

.testimonials::after,
.testimonials::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  transform: skew(0deg, -5deg);
}

.services_pic {
  position: relative;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 7px solid #f2f1ff;
  box-shadow: 0 0 10px #a1a1a1;
  img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .services_pic {
    width: 150px;
  }
}

.services_pic img {
  border-radius: 50%;
  box-shadow: 0 0 10px #6c6c6c;
  transition: 0.8s ease-in-out;
}

.services_list:hover .services_pic img {
  transform: scale(1.3);
}

.services_info h3 {
  font-size: 16px;
  margin: 13px 0 0;
}

.services_info a {
  background: #621541;
  color: #fff;
  padding: 4px 11px;
  border-radius: 6px;
  font-size: 14px;
  display: block;
  border: 1px solid transparent;
  margin-top: 8px;
}

.services_list:hover .services_info a {
  background: #fffdf3;
  color: #621541;
  border-color: #621541;
}

.sershape {
  position: absolute;
  width: 130px;
  height: 130px;
  top: -12px;
  background: #621541;
  z-index: -1;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.sere_bottom {
  text-align: center;
  font-size: 42px;
  color: #621541;
  border-top: 2px dashed;
  padding: 20px 0 0;
}

@media (max-width: 767px) {
  .sere_bottom {
    font-size: 30px;
    line-height: 1.2;
  }
}

/* opd card  */

.opd-timing {
  background-color: #621541;
}

.opd-heading h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
}

.opd-timings {
  p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 10px 15px;
    line-height: 25px;
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #ccc;
    i {
      margin-right: 8px;
      color: #fff;
    }
  }
  a {
    color: #fff;
  }
}

.ser-img {
  object-fit: cover;
  aspect-ratio: 16/8;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.sidebar-profile {
  margin-bottom: 30px;
}

.sidebar-profile h3 {
  font-size: 24px;
  font-weight: 600;
  color: #621541;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  border-left: 4px solid #621541;
  background-color: #f6f6f6;
}

.sidebar-img {
  img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
  }
}

.sidebar-profile h4 {
  font-size: 22px;
  font-weight: 600;
  color: #621541;
  margin: 0 0 6px;
  text-align: center;
}

.sidebar-profile p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}

.sidebar .sidebar-links {
  border: 1px solid #ffe6d0;
  h3 {
    font-size: 24px;
    font-weight: 600;
    color: #621541;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    border-left: 4px solid #621541;
    background-color: #f6f6f6;
  }
}
.sidebar-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-links ul li {
  border-top: 1px solid #ffe6d0;

  a {
    font-size: 18px;
    padding: 6px 8px;
    color: #000;
    display: block;
    transition: all 0.3s;
    border-left: 3px solid transparent;
  }

  a:hover {
    background: #621541;
    color: #fff;
    border-left: 3px solid #621541;
  }
}

/* .sidebar-links ul li:last-child {
  border-bottom: none;
} */
.side-bar-form h3 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}

.side-bar-form .form-group {
  input {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
  }
}

/* breadcrumb */

.dgs_page_title {
  /* background: url(../images/br-5.jpg); */
  background-size: cover;
  background-position: center;
  position: relative;
}

.br-4 {
  background-image: url(../images/br-4.jpg);
}

.br-5 {
  background-image: url(../images/br-5.jpg);
}

.dgs_page_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fffadb;
}

.dgs_breadcumbs_inner {
  position: relative;
}

.py-120 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ann-head {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.service-cont h2 {
  font-size: 32px;
  font-weight: 600;
  color: #621541;
  margin: 0 0 15px;
  padding: 0;
}

.service-cont h3 {
  font-size: 26px;
  font-weight: 600;
  color: #621541;
  margin: 0 0 15px;
  padding: 0;
}

.service-cont h4 {
  font-size: 22px;
  font-weight: 600;
  color: #621541;
  margin: 0 0 15px;
  padding: 0;
}

.service-cont p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0;
}

.service-cont ul {
  padding: 0 0 0 25px;
  margin: 0 0 15px;
}

.service-cont ul li {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0 0 5px;
  padding: 0;
}

.service-link li {
  padding-bottom: 0 !important;
  margin: 0 !important;
  a {
    font-size: 18px;
    transition: all 0.3s;
    line-height: 30px;
  }
}

.service-link a:hover {
  font-size: 20px;
}

.about-img1 {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.pro-img1 {
  max-width: 500px;
  width: 100%;
  height: auto;
  padding: 5px;
  aspect-ratio: 1/1.1;
  object-position: top;
  object-fit: cover;
  background-color: transparent;
  border: 4px solid #b13d7f;
}

@media (max-width: 600px) {
  .about-img1 {
    height: auto;
    margin-bottom: 0;
  }
}

