@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

body { 
  font-family: "Figtree", sans-serif;
}
/* header dfsdfdsd */
/* CSS Document */

.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.search-bar {
  display: flex
  ;
      border: 1px solid #a21a23;
      border-radius: 5px;
      overflow: hidden;
      background: #f9f9f9f0;
      margin-right: 10px;
}

.search-bar input {
  border: none;
  padding: 8px 12px;
  outline: none;
  width: 200px;
  background: transparent;
}

.search-bar button {
  background-color: #ba3d45;
  color: #fff;
  border: none;
  padding: 0 15px;
  cursor: pointer;
}
.purchase-plan-btn {
  display: inline-block;
  background: linear-gradient(91.95deg, #b8292f -10%, #7c1a1f -9.98%, #b8292f 59.49%, #73171c 139.43%, #b8292f 139.44%);
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); 
}

.purchase-plan-btn:hover {
  background: linear-gradient(135deg, #c9a318, #e6d35c);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}
.main_nav ul li a
{
color:#681016 !important;
font-weight:500 !important;
}
a.get_checkup
{
font-size:13px !important;
}
.book_btn button.btn
{
font-size:13px !important;
}
.tab-container {
  background: white;
  padding: 0px;
  max-width: 1140px;
  margin: 0 auto 50px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 0px 5px 0px #ccc;
  position: relative;
  margin-top: -80px;
  z-index: 10;
}

.tab-header {
  display: flex;
  margin-bottom: 24px;
}

.tab {
  padding: 12px 24px;
  border: none;
  background: #d4af37;
  color: white;
  font-weight: 500;
  cursor: pointer;
  margin-right: 2px;
  border-radius: 4px 4px 0 0;
  transition: 0.3s;
}

.tab.active {
  background: white;
  color: #5c3d1e;
  
  font-weight: bold;
}

.tab:hover {
  opacity: 0.9;
}

.tab-content h2 {
    font-family: 'Koh Santepheap', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 50px;
    background: linear-gradient(270deg, #73411a, #b3733c, #73411a, #b3733c, #5a3d2b);
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 10px;
}

.subtext {
     font-family: "Figtree", sans-serif;
    font-size: 1.375rem;
    font-weight: 500;
    color: #925722;
    line-height: 24px;
    margin-bottom: 25px;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;    margin-top: 45px;
}

.form-group {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
}

.form-group.full {
  flex: 1 1 100%;
}

label {
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #242021;
    line-height: 22px;
    margin-bottom: 7px;
    font-family: "Figtree", sans-serif;
}

input, select {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}

.submit-btn {
  background: #660000;
  color: white;
  padding: 12px 24px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 120px;
}

.submit-btn:hover {
  background: #500000;
}
.tab-content {
  display: none;
  border:0px solid #fff !important;
}

.tab-content.active {
  display: block;
}
.tab-header {
  display: flex;
  justify-content: center; /* Push buttons to the right */
  gap: 0;
  margin-bottom: 24px;
}

.tab {
margin-left: 0px;
    transition: 0.3s;
    font-family: "Figtree", sans-serif;
    font-size: 1.375rem;
    font-weight: 500;
    color: #fff;
    flex-grow: 1;
    background: #c39b4c;
    border-radius: 0;
    border: none;
    border-right: 1px solid #fff;
    width: 100%;
    padding: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.tab.active {
border-bottom: 0px solid #d4af37;
    font-weight: bold;
    background: #fff;
    color: #5f3500;
}

.tab:hover {
  opacity: 0.9;
}
.tab-content-area
{
padding:40px;
}

.faq-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #fdf3e8; 
  color: #5c2e0d;
  padding: 40px 20px;
  flex-wrap: wrap;
}

.faq-left {
  flex: 1;
  padding-right: 0px;
}

.faq-left h2 {
    line-height: 1.2;
    background: linear-gradient(270deg, #73411a, #b3733c, #73411a, #b3733c, #5a3d2b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-family: 'Koh Santepheap', sans-serif;
    margin-bottom: 2rem;
}

.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-list li {
    border-bottom: 1px solid #f8ba8b7a;
    cursor: pointer;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .col h4 {
  font-size: 23px;
}
.faq-question span {
  font-size: 24px;
  color: #7c4f2c;
  transition: transform 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 16px;
  color: #444;
  line-height: 1.5;
  padding-top: 0;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-top: 10px;
}

.faq-item.active .faq-question span {
  transform: rotate(180deg);
}

.faq-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.faq-right img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
#hs_footer
{
/*background:#fff0ca !important;*/
}


@media (max-width: 768px) {

.signup-card {
  background: white;
  border-radius: 30px 30px 10px 10px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.header-right
{
display:none !important;
}
  .tab-header {
    flex-direction: column;
    align-items: stretch;
  }

  .tab {
    width: 100%;
    border-radius: 6px;
    margin: 5px 0;
    text-align: center;
  }
   .faq-section {
    flex-direction: column;
    align-items: stretch;
  }

  .faq-left,
  .faq-right {
    flex: unset;
    width: 100%;
    padding-right: 0;
  }

  .faq-left h2 {
    font-size: 28px;
    text-align: center;
  }

  .faq-right {
    margin-top: 30px;
  }
}



  

   
    .dashboard {
      display: flex;
      min-height: 100vh;
    }

    .sidebar {
      width: 250px;
      background: #fff;
      padding: 30px 20px;
      border-right: 1px solid #ddd;
    }

    .sidebar h2 {
      font-size: 22px;
      margin-bottom: 5px;
      color: #681016;
    }

    .sidebar p {
      font-size: 14px;
      color: #666;
      margin-bottom: 30px;
    }

    .menu-section {
      margin-bottom: 30px;
    }

    .menu-section h3 {
      font-size: 15px;
      margin-bottom: 10px;
      color: #681016;
    }

    .menu-section a {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #333;
      margin: 10px 0;
      padding: 8px 10px;
      border-radius: 8px;
      transition: 0.2s;
    }

    .menu-section a:hover,
    .menu-section a.active {
      background-color: #fceaea;
      color: #681016;
      font-weight: 600;
    }

    .menu-section i {
      margin-right: 10px;
    }

    .main-content {
      flex: 1;
      padding: 40px;
    }

    .profile-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .profile-header h2 {
      font-size: 24px;
      color: #681016;
    }

    .profile-header .buttons button {
      margin-left: 10px;
      padding: 10px 18px;
      border: none;
      border-radius: 5px;
      font-weight: 500;
      cursor: pointer;
      transition: 0.2s;
    }

    .btn-edit {
      background: #fff;
      border: 1px solid #681016;
      color: #681016;
    }

    .btn-edit:hover {
      background: #681016;
      color: #fff;
    }

    .btn-password {
      background: #4e3600;
      color: #fff;
    }

    .btn-password:hover {
      background: #2e2100;
    }

    .progress {
      background-color: #eee;
      border-radius: 10px;
      margin: 20px 0;
      height: 8px;
      overflow: hidden;
    }

    .progress-bar {
      height: 100%;
      background-color: #681016;
      width: 40%;
    }

    .profile-details {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 25px;
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 3px 6px rgba(0,0,0,0.05);
    }

    .profile-details .detail-item {
      display: flex;
      flex-direction: column;
    }

    .detail-item label {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 5px;
      color: #444;
    }

    .detail-item span {
      font-size: 16px;
      color: #222;
    }

 .order-table {
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      border-radius: 10px;
      overflow: hidden;
    }

    .order-table th, .order-table td {
      padding: 15px 20px;
      text-align: left;
    }

    .order-table th {
      background-color: #681016;
      color: #fff;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .order-table tr:nth-child(even) {
      background-color: #fdf3f5;
    }

    .order-table td {
      font-size: 14px;
      color: #333;
    }

    .status {
      display: flex;
      align-items: center;
      gap: 8px;
      font-weight: 500;
    }

    .status.pending i {
      color: orange;
    }

    .status.delivered i {
      color: green;
    }

    .status.cancelled i {
      color: red;
    }

    .actions i {
      font-size: 16px;
      margin-right: 12px;
      cursor: pointer;
      color: #681016;
      transition: 0.3s;
    }

    .actions i:hover {
      color: #a02121;
    }

    @media(max-width: 768px) {
      .order-table thead {
        display: none;
      }

      .order-table, .order-table tbody, .order-table tr, .order-table td {
        display: block;
        width: 100%;
      }

      .order-table tr {
        margin-bottom: 20px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        overflow: hidden;
      }

      .order-table td {
        text-align: right;
        padding: 10px 15px;
        position: relative;
      }

      .order-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        top: 10px;
        font-weight: bold;
        text-align: left;
        color: #681016;
      }
    }
    @media(max-width: 768px) {
      .dashboard {
        flex-direction: column;
      }
      .sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
      }
      .profile-details {
        grid-template-columns: 1fr;
      }
      .profile-header {
        flex-direction: column;
        align-items: flex-start;
      }
    }

/* header dkfjsdkfjsdko kl */
.top_list {
  display: flex;
  align-items: center;
  gap: 4px;
}

.top_list ul {
  display: flex;
  flex: 1;
  gap: 30px;
}

.top_list ul li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
}

.top_bar {
  /* border-bottom: 1px solid #eee; */
  background: #681016;
  padding: 6px 0;
  position: relative;
}

.top_bar::after {
  content: "";
  width: 27%;
  left: 0;
  height: 75px;
  background: url(../images/bg_white.png);
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_list select.form-select {
  flex: 1;
  width: 150px;
  max-width: 150px;
  border: unset;
  border-radius: 0;
  background-color: unset;
  filter: invert(1);
}

.top_list select.form-select .top_list select.form-select:focus {
  border: unset;
  box-shadow: unset;
}

.top_list button.btn img {
  filter: invert(1);
}

.logo_img a {
  display: block;
}

.logo_img a img {
  min-width: 180px;
  width: 180px;
}

.main_nav ul {
  display: flex;
  gap: 30px;
  align-items: center;
}

.main_menu {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 70px;
}

.main_nav {
  margin-left: auto;
}

.main_navigation {
  border-bottom: 0px solid #ccc;
  /* padding: 4px 0; */
  background-color: #ffffff;
  position: sticky;
  top: 45px;
  z-index: 10;
}

.main_nav ul li a {
  color: #681016;
  font-weight: 500;
  position: relative;
}

.main_nav ul li a.list_dropdown {
  background: url(../images/arrow.svg) no-repeat 99% 10px / 8px auto;
  padding-right: 14px;
  padding: 25px 10px;
  background-position: center right;
}

.main_nav ul.submenu {
  grid-template-columns: repeat(4, 1fr);
  position: absolute;
  gap: 0px;
  left: -300px;
  right: 0;
  width: 1000px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000026;
  /* border-radius: 0 0 8px 8px; */
  top: 48px;
  display: none;
  border: 1px solid #d6d6d6;
}

.main_nav li {
  position: relative;
}

.main_nav ul li a span {
  display: block;
}

.main_nav ul li a span img {
  max-width: 26px;
  width: 26px;
}

.main_nav ul.submenu li a {
  display: flex;
  gap: 6px;
  align-items: center;
  position: relative;
  font-size: 13px;
  padding: 10px 10px;
}

.main_nav ul.submenu li a::after {
  content: "";
  background: url(../images/arrow.svg) no-repeat;
  width: 8px;
  height: 5px;
  display: block;
  transform: rotate(-90deg);
  background-size: 8px;
  position: absolute;
  right: 8%;
  top: 48%;
}

.main_nav ul.submenu li a:hover {
  background-color: #68101650;
}

.main_nav li.menu_open ul.submenu {
  display: grid;
}

.top_list button.btn.btn_filter img {
  filter: invert(0);
}

.footer_row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 26px;
}

.footer_logo img {
  max-width: 70%;
  margin-bottom: 20px;
}

footer.footer_box {
  background: #681016;
  border-top: 5px solid #681016;
}

ul.list-unstyled li a {
  color: #ffffff;
  font-size: 13px;
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #ffffff1a;
}

.footer_address p {
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.6;
}

.footer_colum h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.footer_colum h3:after {
  content: "";
  position: absolute;
  width: 20%;
  background: #fff;
  height: 2px;
  bottom: -10px;
  left: 0;
}

.copy_text p {
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

ul.list-unstyled li:last-child a {
  border: unset;
}

.copy_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copy_flex .privacy_link ul {
  display: flex;
  gap: 20px;
}

.copy_flex .privacy_link ul a {
 color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.top_list select.form-select:focus {
  box-shadow: unset;
  outline: unset;
}

ul.social_block {
  display: flex;
  gap: 16px;
}

ul.social_block li a {
  color: #fff;
  font-size: 32px;
}

.book_btn button.btn {
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
}

div#oppointment .modal-dialog {
  max-width: 500px;
  margin: 0 auto;
}

.modal_body_form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 18px;
  column-gap: 20px;
}

.modal-relative {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.modal-relative h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    color: #681016;
    font-family: Koh Santepheap, sans-serif;
}

.submit_button button.btn.btn-secondary {
  width: 100%;
  background: #681016;
}

.submit_button {
  text-align: center;
  margin: 30px 0 10px 0;
}

.form-group.message_box {
  grid-column: 1 / 3;
}

.modal-body.body_content {
  padding: 15px 20px;
}

.banner_one {
  position: absolute;
  left: 10%;
  top: 50%;
  text-align: left;
  transform: translateY(-50%);
  max-width: 40%;
  padding: 0;
}

.banner_one h2 {
  font-weight: bold;
  color: #681016;
  font-size: 3rem;
}

.banner_one p {
  color: #000;
  font-size: 1.5rem;
}

.view_more button.btn {
  background: #681016;
  color: #fff;
  width: 160px;
  height: 50px;
  border-radius: 4px;
}

.banner_one p span {
  display: block;
}

.banner_one p {
  color: #6c6c6c;
  font-size: 1.5rem;
  margin: 20px 0 30px 0;
}

.carousel-caption.d-none.d-md-block.banner_two.banner_one {
  right: 10%;
  left: unset;
  text-align: left;
}

.primary-shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.border-top-10-radius {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.card-style04 .card-icon {
  width: 72px;
  height: 72px;
  background-color: #4670ce;
  border: 5px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  padding: 0 20px;
  line-height: 1.3;
  position: absolute;
  top: -37px;
  right: 30px;
  transition: 0.5s;
  font-size: 1.5rem;
}

.card-body {
  flex: 1 1 auto;
  position: relative;
}

.card-style04 .card-image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(0deg, rgba(0, 40, 86, 0.5) 0%, transparent 73%);
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bg-light {
  background-color: #f8f9fa;
}

.card_facilities {
  position: relative;
}

.card_facilities h3 a {
  color: #681016;
  font-weight: bold;
}

.card_facilities p {
  padding-bottom: 10px;
}

.card_facilities .card-body {
  padding: 30px;
}

.card-style04:hover .card-image:after {
  visibility: visible;
  opacity: 1;
  height: 100%;
}

.card-style04:hover .card-icon {
  background-color: #34c5a1;
  color: #fff;
}

.card-image {
  position: relative;
}

.sm-title {
  position: relative;
  color: #34c5a1;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 1;
}

.sm-title:before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #34c5a1;
  position: absolute;
  left: 0;
  top: 2px;
}

.section_heading {
  text-align: center;
  margin-bottom: 15px;
}

.section_heading h2 {
       margin: 0px 0px 1.5rem;
    font-family: Koh Santepheap, sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #681016;
}
.dream-jewellery-banner-2 header {
    max-width: 70%;
    margin: auto auto 3rem;
}
.section_heading h2 span {
  color: #681016;
}
p.d-flex.flex-column.prakg {
    font-family: "Figtree", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #825624;
    text-align: center;
    max-width: 570px;
    margin: 0px auto 25px;
}
.bg-light-yellow.py-5.px-3 select.form-select.w-auto.mx-auto {
    max-width: 460px !important;
    min-width: 460px;
    border: 1px solid #e7e2db;
    height: 50px;
}
.bg-light-yellow.py-5.px-3 .section_heading h2 span {
    margin: 0px 0px 1.5rem;
    font-family: Koh Santepheap, sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
    color: #825624;
    background: linear-gradient(90deg, #d2a679, #5a3d2b);
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: -1px;
}
.card.border-0.rounded-4.shadow-sm.bg-card-yellow.p-3.h-100 h5.fw-bold.mb-1 {
    margin-bottom: .5rem;
    font-family:"Figtree", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #472800;
}
.tab-content {
  border: 1px solid #eee;
}
.card.border-0.rounded-4.shadow-sm.bg-card-yellow.p-3.h-100 {
    background: linear-gradient(90.02deg, #fdeccf -65.85%, #f6ebd6 101.81%);
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    display: flex
;
    flex-direction: column;
}
.tab-content .tab-pane {
  padding: 20px;
}

.tab-content .tab-pane h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

.tab-content .tab-pane p {
  font-size: 1rem;
  color: #555;
  margin: 20px 0;
}

.nav-tabs li button,
.nav-tabs li {
  border-radius: 0 !important;
}

.abt_box li button {
  padding: 10px 0;
  width: 160px;
  color: #000;
}

.abt_box li button.nav-link.active {
  border-bottom: 0;
  background: #681016;
  color: #fff;
}

.round_box {
  position: relative;
  z-index: 9;
}

.fea.icon-lg {
  stroke-width: 1;
  height: 42px;
  width: 42px;
}

.bg-soft-primary {
  color: #01c4c6;
}

.bg-soft-muted {
  color: #94a3b8;
}

.section-title .title {
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.5px;
  color: #65205d;
}

.round_box svg.fea.icon-lg.mb-3.text-primary {
  color: #681016 !important;
}

section.achieved_box .bg-primary.rounded {
  background: #681016 !important;
}

.round_box h3 {
  margin-bottom: 12px !important;
  font-weight: bold;
  color: #651f5d !important;
}

.section-title h6.text-primary.text-uppercase {
  color: #34c5a1 !important;
}

.section-title {
  max-width: 80%;
}

.appoinment_btn a.btn.theme-btn {
  border: 2px solid #641f5c;
  color: #641f5c;
  margin-right: 12px;
  width: fit-content;
  height: 50px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appoinment_btn {
  margin-top: 20px;
  display: flex;
}

.appoinment_btn a.btn.theme-btn.active {
  background: #641f5c;
  color: #fff;
}

.doctor_search button {
  background: #681016;
  color: #fff;
}

.page-header {
  position: relative;
  background: url(../images/page-header.jpg);
  background-size: cover;
  background-position: center center;
  margin: 0;
  padding: 2.5rem 0 5rem 0;
  border: 0;
  /* background-attachment: fixed; */
}

.page-header2 {
  position: relative;
  background: url(../images/page-header2.jpg);
  background-size: cover;
  background-position: center center;
  margin: 0;
  padding: 2.5rem 0 5rem 0;
  border: 0;
  /* background-attachment: fixed; */
}

.page_press.page-header {
  background: url(../images/brdcrm_bg.jpg);
}

.page-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(38, 69, 109, 0.7);
  z-index: 1;
}

.page-header h1 {
  position: relative;
  margin-bottom: 0;
  color: #fff;
  font-weight: 800;
  z-index: 2;
}

.breadcrumb-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.page-header {
  padding: 5rem 0 7.5rem 0;
}

.breadcrumb {
  background-color: transparent;
  padding: 0.625rem 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.breadcrumb li+li:before {
  content: "/";
  position: absolute;
  left: -3px;
}

.breadcrumb .active {
  color: rgba(255, 255, 255, 0.65);
}

.breadcrumb li {
  padding: 0.5rem 0.625rem;
  position: relative;
}

.breadcrumb li,
.breadcrumb li a {
  color: #fff;
}

/* list css start here */

.views-doctor-listing .wrapper .wrapper {
  display: flex;
  gap: 10px;
}

.views-row {
  box-shadow: 0px 2px 12px #00000029;
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
}

.doctor_profile {
  padding: 22px 20px 30px;
  width: 100%;
  box-shadow: none;
  position: relative;
  border: 1px solid #e7e7e7;
}

.views-doctor-listing .doctor_profile .wrapper {
  padding: 0;
}

.views-doctor-listing .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  justify-content: space-between;
}

.views-doctor-listing .doctor_image {
  width: 69px;
  height: 69px;
  margin-right: 10px;
}

.doctor_profile_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.views-doctor-listing .doctor_imp_info ul {
  font-weight: 500;
  justify-content: flex-start;
}

.views-doctor-listing .doctor_imp_info li {
  padding: 5px 0;
  border: none;
  text-align: left;
  width: 50%;
}

.views-doctor-listing .doctor_imp_info img {
  width: 14px;
  height: 14px;
}

.doctor_imp_info span {
  text-align: left;
  display: inline-block;
}

.doctor_imp_info b {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.views-doctor-listing .doctor_imp_info li {
  padding: 5px 0;
  border: none;
  text-align: left;
  width: 50%;
  display: flex;
  gap: 6px;
}

.doctor_imp_info li.rupee img {
  margin-right: 4px;
  width: 12px;
}

.views-doctor-listing .doctor_imp_info ul {
  font-weight: 500;
  justify-content: flex-start;
}

.doctor_imp_info ul {
  display: flex;
  justify-content: space-around;
  color: #6f6f6f;
  font-size: 12px;
  flex-wrap: wrap;
}

.views-doctor-listing .wrapper {
  gap: 30px;
}

.views-doctor-listing .doctor_name {
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: bold;
}

.views-doctor-listing .doctor_designation {
  font-size: 12px;
  font-weight: 700;
}

.doctor_designation {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.views-doctor-listing .doctor_specialities {
  display: block;
}

.views-doctor-listing .doctor_specialities li {
  font-size: 10px;
  margin-bottom: 8px;
}

.doctor_specialities li {
  background: #f8f7ff;
  border: 1px solid #ebe9f8;
  border-radius: 4px;
  font-size: 12px;
  color: #818181;
  font-weight: 700;
  padding: 0 6px;
  margin-bottom: 5px;
}

.views-doctor-listing .doctor_image img {
  border-radius: 6px;
}

.views-doctor-listing .book_appointment {
  width: 100%;
  align-self: flex-end;
  display: flex;
}

.views-doctor-listing .book_appointment .button.white {
  background: #fff;
  color: #000;
  border-radius: 0 0 0 4px;
}

.views-doctor-listing .book_appointment .button {
  width: 100%;
  border-radius: 0 0 4px;
  font-size: 14px;
  padding: 12px 7px;
  background: #681016;
  color: #fff;
  border: 1px solid #eee;
  text-align: center;
  line-height: normal;
  font-weight: 500;
  text-transform: capitalize;
}

section.specialist_box .special_tabs ul li button.active {
  width: 200px;
  border: unset !important;
  background: #681016 !important;
  background-color: #681016 !important;
  color: #fff !important;
}

section.specialist_box .special_tabs ul li button {
  width: 200px;
  color: #000;
  border: 1px solid #eee;
}

.special_tabs .tab-content {
  border: unset;
}

.book_btn {
  display: flex;
  gap: 16px;
}

button.btn.btn_filter {
  padding: unset;
  margin-right: 12px;
}

.max-width-75 {
  max-width: 75%;
  flex: 0 0 75%;
  width: 75%;
}

.max-width-25 {
  max-width: 25%;
  flex: 0 0 25%;
  width: 25%;
}

div#specialities {
  padding: unset;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.special_tabs .max-width-25 button {
  border-bottom: 1px solid #eee;
  border-radius: 0;
  text-align: left;
  font-size: 15px;
  color: #555;
  border-right: 1px solid #eee;
}

.special_tabs .max-width-25 button.active {
  background: #681016;
  color: #fff;
  background-color: #681016;
}

.special_tabs .max-width-25 button:hover {
  background: #681016;
  color: #fff;
  background-color: #681016;
}

.special_tabs .max-width-75 h3 {
  margin: unset;
  font-size: 20px;
  font-weight: bold;
  color: #681016;
}

.special_tabs .max-width-75 .tabinner_box p {
  margin: 10px 0;
}

.button_flex button.btn {
  background: #681016;
  color: #fff;
}

.button_flex {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.button_flex button.btn {
  background: #681016;
  color: #fff;
  font-size: 14px;
  display: flex;
  gap: 6px;
  align-items: center;
  text-transform: uppercase;
}

.border-lg-right {
  border-right: 1px solid #dedede;
}

.font-5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #681016;
}

.iconbox-3 .iconbox-icon {
  margin-bottom: 1.25rem;
  font-size: 4.063rem;
  text-align: center;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  color: #681016;
}

.iconbox-3 {
  position: relative;
  padding: 1.875rem;
  -webkit-transition: 350msease all;
  transition: 350msease all;
}

.choose_us .border-bottom.border-lg-bottom-0 {
  border-bottom: 0 !important;
}

.iconbox-3:hover {
  background-color: #fff;
}

.our_philosophy h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #681016;
}

.lead_ul p.lead {
  margin: 0;
}

ul.list-styled.lead_ul li {
  margin-bottom: 4px;
  list-style: disc;
}

ul.list-styled.lead_ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.pb-80 {
  padding-bottom: 2rem !important;
}

.contact_us_bg h2 {
  font-weight: bold;
  color: #681016;
}

.contact_us_bg .form-control {
  border-color: #dedede;
  border-width: 1px;
  color: #81838a;
  box-shadow: none;
  border-radius: 0.125rem;
  padding: 0.5rem 0.75rem;
  position: relative;
}

.contact_us_bg .form-group {
  margin-bottom: 1rem;
  position: relative;
}

.contact_us_bg select.form-control,
.contact_us_bg textarea.form-control {
  border-radius: 0.125rem;
}

.contact_us_bg .view_more button {
  border: unset;
  width: max-content;
}

.contact_map iframe {
  width: 100%;
}

.p-40 {
  padding: 2.5rem;
}

.icon-outline-primary {
  color: #681016;
  border-color: #681016;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-4x {
  height: 4.688rem;
  width: 4.688rem;
  border-width: 2px;
  font-size: 2.1rem;
  line-height: 5rem;
  margin: 0 auto 20px;
}

.address_box h4.heading.font-bold.mb-10 {
  font-weight: bold;
  color: #681016;
}

.department-box-1 {
  position: relative;
  overflow: hidden;
  padding: 1.875rem;
  text-align: center;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.services_box h4.heading.font-bold {
  font-weight: bold;
  color: #681016;
}

.department-box-1 p.heading.h6.font-semi-bold.text-primary {
  color: #427cc5 !important;
}

.department-box-1 a.link-secondary.font-2 {
  font-size: 14px;
  background: #681016;
  color: #fff;
  width: 160px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  margin: 0 auto;
  text-transform: uppercase;
}

.department-box-1 .dep-icon {
  display: inline-block;
  font-size: 2.5rem;
  border: 2px solid #fff;
  background: #fff;
  height: 6.25rem;
  width: 6.25rem;
  border-radius: 50%;
  line-height: 6.563rem;
  text-align: center;
  color: #681016;
  margin-bottom: 1.25rem;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
}

.details_box h3 {
  font-weight: bold;
  color: #681016;
}

.overview_box h5,
.treat_ment h5 {
  font-weight: bold;
  color: #681016;
  margin-bottom: 10px;
}

.angle_list li a {
  color: #818181;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.accordion_bg_box .accordion-item {
  margin-bottom: 20px;
}

button.btn.icon_btn {
  padding: unset;
  line-height: normal;
}

.footer_logo a {
  display: block;
}

/* footer css start here */
#hs_footer {
  background: #681016;
  border-top: 2px solid #571b51;
}

#hs_footer .hs_footer_content .hs_footer_menu {
  width: 100%;
  float: left;
  display: none;
}

#hs_footer .hs_footer_content .hs_footer_menu ul {
  list-style: none;
  padding-left: 0px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

#hs_footer .hs_footer_content .hs_footer_menu ul li {
  width: 16.66666666666667%;
}

#hs_footer .hs_footer_content .hs_footer_menu ul li a {
  padding: 15px 0px;
  width: 100%;
  text-align: center;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  color: inherit;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.3);
}

.hs_footer_about_us {
  width: 100%;
  float: left;
  padding: 10px 0px;
  position: relative;
}

.hs_margin_60 {
  margin-bottom: 60px;
}

.hs_footer_link ul li {
  margin-bottom: 5px;
}

.hs_footer_link ul {
  list-style: none;
  padding-left: 0px;
}

.hs_footer_link ul li a {
  color: #fff;
  font-size: 14px;
}

#hs_footer .hs_footer_content .hs_footer_menu ul li a {
  padding: 15px 0px;
  width: 100%;
  text-align: center;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.3);
}

.hs_twitter_widget ul li a p {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 10px 20px 20px;
  position: relative;
}

.hs_twitter_widget ul li a {
  color: #fff;
  width: calc(100% - 50px);
  float: left;
}

.hs_twitter_widget ul li i {
  font-size: 25px;
  float: left;
  width: 50px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fff;
}

.hs_twitter_widget ul li {
  width: 100%;
}

#hs_footer .hs_footer_content h4 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

#hs_footer .hs_footer_content h4::before {
  border-color: #fff;
}

.hs_heading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 65px;
  border-bottom: 2px solid #7f9aa0;
}

.hs_about_us p {
  padding: 10px 20px;
  border-left: 1px solid #893780;
  color: #fff;
}

.hs_contact_detail p {
  color: #fff;
}

.hs_footer_about_us:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  margin-left: 15px;
  height: 1px;
  border-bottom: 1px solid #893780;
}

.hs_heading {
  color: #00ac7a;
  margin: 30px auto;
  padding-bottom: 15px;
  position: relative;
  font-size: 24px;
}

.hs_twitter_widget ul li a p:after {
  border-right: 10px solid rgba(0, 0, 0, 0.2);
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  top: 5px;
  left: -10px;
  content: "";
  position: absolute;
}

.hs_social ul {
  list-style: none;
  padding-left: 0px;
  margin: 5px auto;
}

.hs_social ul li {
  float: left;
  margin-right: 15px;
}

.hs_social ul li a {
  display: block;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 2rem;
}

.copyright {
  padding: 6px 0;
  background: #681016;
  border-top: 1px solid #9f9f9f;
}

/* footer css end here */

.hs_footer_block {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.foot_address p {
  margin: 20px 0 0 0;
}

.hs_footer_block .hs_footer_link.footer_three {
  max-width: 20%;
  flex: 0 0 auto;
  width: 20%;
}

.hs_footer_link ul li a {
  color: #f0f0f0;
  border-bottom: 1px solid #893780;
  display: block;
  padding: 4px 0;
}

.hs_footer_link ul li:last-child a {
  border: 0;
}

.main_nav ul.submenu li a:hover {
  background-color: #681016;
  color: #fff;
}

.main_nav ul.submenu li a:hover:after {
  filter: invert(1);
}

.menu_body ul li a {
  color: #ffffff;
  display: block;
  padding: 10px 1rem;
  border-bottom: 1px solid #864f80;
  /* text-transform: uppercase; */
}

.offcanvas-body.menu_body {
  padding: unset;
  background: #681016;
}

div#offcanvasRight .offcanvas-header {
  border-bottom: 1px solid #ddd;
  background: #681016;
  color: #fff;
}

div#offcanvasRight .offcanvas-header button.btn-close.text-reset {
  filter: invert(1);
}

div#offcanvasRight .offcanvas-header h5#offcanvasRightLabel {
  margin: 0;
}

.menu_body ul li:last-child a {
  border: unset;
}

.menu_body ul li a:hover {
  background: #fff;
  color: #681016;
}

button:focus {
  outline: unset;
  box-shadow: unset;
}

.footer_map iframe {
  width: 100%;
  height: 480px;
}

.profile_text h3 {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.5px;
  color: #65205d;
}

.profile_text ul li {
  font-weight: 600;
  color: #65205d;
  padding: 5px 0;
  font-size: 1.1rem;
}

.profile_text ul li span {
  color: #35363a;
}

.profile_text ul {
  margin: 20px 0;
}

.req_button.view_more button.btn {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.profile_img {
  border: 1px solid #eee;
  padding: 10px;
}

.abt_box {
  border: 1px solid #cbcbcb;
  padding: 20px;
  height: 100%;
  background: #fff;
}

.abt_box h3 {
  color: #65205d;
  font-weight: bold;
  margin-bottom: 10px;
}

.lead {
  font-size: 1rem;
}

.abt_box p.lead {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.abt_box {
  border: 1px solid #cbcbcb;
  padding: 20px;
  height: 100%;
}

.book_details {
  max-width: 70%;
  margin: 0 auto;
}

.book_details .modal_body_form {
  padding: 3rem;
  border: 1px solid #fff;
  background: #fff;
}

.book_details .modal_body_form .req_button.view_more {
  grid-column: 1 / 3;
}

.book_details .modal_body_form .req_button.view_more button {
  margin-left: auto;
}

.blog_images {
  position: relative;
}

.blog_images .blog_post p.post-date-day {
  margin: 0;
}

.blog_images .blog_post p.post-date-day span {
  display: block;
}

.blog_images .blog_post {
  background: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.blog_images .blog_post p.post-date-day {
  margin: 0;
  color: #681016;
  font-weight: bold;
}

.blog_text p {
  font-weight: normal;
}

.blog_text h3 a {
    margin: 10px 0;
    font-family: Koh Santepheap, sans-serif;
    font-size: 1.625rem;
    font-weight: 400;
    color: #681016;
    text-align: left;
    padding: 0;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.blog_text p {
    font-family: Figtree, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #681016;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    text-align: left;    height: 155px;

}
a.view_more_btn {
  color: #571b51;
  text-align: right;
  display: block;
  font-weight: 500;
}

.blog_list {
    padding: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px #cccccc80;
    width: 98%;
    margin: 10px auto;
    text-align: center;
    background: linear-gradient(125.27deg, hsla(38, 76%, 90%, .5) 11.07%, rgba(255, 247, 232, .5) 100.36%);
    border: 1.16px solid #eedbbe;
    border-radius: 12px;    
position: relative;
}
.blog_text {
  padding: 2rem;
}
.blog_images>a {
  position: relative;
  display: block;
}

.blog_images>a:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.7s ease;
}

.blog_images>a:hover:after {
  opacity: 1;
}

.blog_images img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.meta-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 0;
  gap: 20px;
}

.blog-meta {
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.meta-list a {
  color: #681016;
  font-weight: bold;
}

.blog_details_text h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #681016;
  margin-bottom: 10px;
}

.blog_details_text h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 10px;
}

.meta-list li {
  font-size: 1.1rem;
}

.blog_bg img.img-fluid {
  width: 100%;
}

.category_list h3 {
  color: #681016;
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
}

ul.cat_box li a {
  color: #2c2c2c;
  display: flex;
  padding: 6px;
  border-bottom: 1px solid #ccc;
  align-items: center;
  justify-content: space-between;
}

ul.cat_box li a:hover {
  background: #681016;
  color: #fff;
}

.widget-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.widget-list li {
  margin: 0.188rem;
  overflow: hidden;
}

.widget-list li a {
  color: #1a1a1a;
  background-color: #f7f7f7;
  padding: 0.5rem 0.75rem;
  display: inline-block;
  -webkit-transition: 350ms ease all;
  transition: 350ms ease all;
  font-size: 14px;
}

.widget-list li a:hover {
  background: #681016;
  color: #fff;
}

ul.widget-list.recent_blog li a {
  background: unset;
  border-bottom: 1px solid #ccc;
}

.heading_tabs li .nav-link.active {
  background: #681016;
}

.heading_tabs li .nav-link {
  color: #000;
}

.contact_us_bg .form-group label {
  margin-bottom: 6px;
  font-weight: 600;
  color: #681016;
}

.email_num {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.logo_img {
     position: relative;
    top: -25px;
    width: 22%;
    text-align: center;
    padding-left: 6%;
}

.header_sticky {
  position: sticky;
  top: 0;    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  z-index: 99;
}

.abt_contact_text h3 {
  font-weight: bold;
  margin: 0;
  color: #681016;
  font-size: 1.5rem;
}

.elite_contact_logo img {
  max-width: 120px;
}

.elite_contact_logo {
  width: 140px;
  min-width: 150px;
  height: 90px;
  background: #fff;
  box-shadow: 0px 3px 16px #00000029;
  border: 2px solid #eaeaea;
  border-radius: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elite_main_box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact_border {
  box-shadow: 0px 3px 16px #00000029;
  border-radius: 10px;
}

.elite_main_box.elite_grid_box {
  flex-direction: column;
  text-align: left;
  justify-content: start;
  align-items: flex-start;
}

.contact_address {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.contact_address p {
  margin: 0;
}

.contact_address i {
  border: 1px solid #ebebeb;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #681016;
  min-width: 40px;
}

.query_wrap ul li a {
  display: block;
  color: #681016;
}

.query_wrap ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.query_wrap {
  width: 100%;
}

.contact_address.query_form {
  align-items: flex-start;
}

.query_wrap ul li a:hover {
  text-decoration: underline;
}

.top_links h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  position: relative;
}

.top_links ul li a {
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  font-size: 14px;
}

.top_links {
  margin-bottom: 20px;
}

.top_links ul {
  display: flex;
  margin: 20px 0 40px 0;
  justify-content: space-between;
}

.top_links ul li:last-child a::after {
  content: none;
}

.top_links {
  margin-bottom: 20px;
  border-top: 1px solid #893780;
  padding-top: 20px;
}

.footer_logo_img {
  text-align: left;
}

.footer_social_link ul li a {
  border: unset;
}

.footer_social_link ul {
  display: flex;
  justify-content: space-between;
}

.hs_footer_link ul li a i {
  margin-right: 4px;
}

.subscribe_box p {
  margin: 0;
  color: #fff;
}

.subscribe_box .form-group {
  display: flex;
  margin-top: 10px;
  border: 1px solid #fff;
}

.subscribe_box .form-group input {
  border-radius: unset;
  background: unset;
  border: unset;
  color: #fff;
}

.subscribe_box .form-group input::placeholder {
  color: #fff;
}

.subscribe_box .form-group button.btn {
  background: #fff;
  border-radius: 0;
  color: #681016;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.top_links h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 40px;
  border-bottom: 2px solid #fff;
  top: 30px;
}

.social_link ul {
  display: flex;
  gap: 20px;
}

.social_link ul li a {
  border: unset;
}

div#offcanvasRight {
  max-width: 80%;
}

.toggle_btn {
  display: none;
}

.faq-sec-wrapper .accordion-button {
  color: #ffffff;
  background-color: #681016;
  box-shadow: inset 0 -1px 0 rgb(109 34 101 / 35%);
}

.faq-sec-wrapper .accordion-button::after {
  filter: invert(1);
}

.main_nav ul.submenu li:nth-child(2n) {
  background: #f6f6f6;
}

.ortho_column a {
  color: #000;
  border: 1px solid #681016;
  padding: 20px;
  display: block;
}

.ortho_box_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.ortho_column p.know-more {
  margin: 0;
  text-align: end;
  color: #681016;
}

.ortho_column a:hover {
  background: #681016;
  color: #fff;
}

.ortho_column a:hover p.know-more {
  color: #fff;
}

.heading_box h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #35363a;
}

.heading_box h4 {
  font-weight: bold;
  font-size: 2rem;
  color: #35363a;
}

a.get_checkup {
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 4px;
  margin-right: 10px;
}

.package_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.package_box {
  box-shadow: 0 6px 12px #0000001A;
  border-radius: 8px;
  padding: 20px;
  position: relative;
}

.package_box h3 {
  font-size: 21px;
  font-weight: bold;
  color: #681016;
  margin: 0;
}

.place_flex {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  border-bottom: 1px solid #eee;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}

.btn_box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.btn_box button.btn {
  border: 1px solid #681016;
  color: #681016;
  width: 100%;
}

.btn_box button.btn.active {
  background: #681016;
  color: #fff;
}

.place_flex h6 {
  margin: 0;
}

.package_box ul li {
  padding: 4px 0;
}

.package_box ul {
  margin-bottom: 20px;
}

.place_flex h6 i.fas {
  color: #681016;
}

.patient_box {
  position: relative;
  margin-bottom: 30px;
}

.patient_box h4 {
  position: absolute;
  bottom: 0;
  color: #fff;
  text-decoration: none;
  z-index: 9;
}

.patient_box a {
  display: block;
}

.patient_box a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #00000099;
}

.patient_box h4 {
  position: absolute;
  bottom: 0;
  color: #fff;
  text-decoration: none;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: max-content;
  width: 100%;
  text-align: center;
  margin: 0;
}

ul.tickmark li i {
  color: #681016;
  margin-right: 8px;
}

ul.tickmark li {
  margin-bottom: 10px;
}

.ortho_column p.know-more {
  margin: 0;
  text-align: end;
  color: #681016;
  border: 1px solid #681016;
  padding: 4px 10px;
  width: fit-content;
  margin-left: auto;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.ortho_column p.know-more i {
  position: relative;
  top: 1px;
}

.banner_btn button,
.banner_btn a {
  background: #681016;
  color: #fff;
  position: relative;
  z-index: 9;
  border: 1px solid #681016;
}

.banner_btn button:hover,
.banner_btn a:hover {
  border: 1px solid #681016;
  color: #681016;
  background: unset;
}

.banner_btn {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.heading_tabs.second_box {
  border: 1px solid #eee;
  padding: 30px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}

.heading_tabs.second_box .form-group.view_more button {
  padding: 0 30px;
}

.box_cont a img {
  min-width: 100px;
  width: 100px;
  max-width: 100px;
  margin: 0 auto;
}

.box_cont a {
  border: 1px solid #ccc;
  display: block;
  text-align: center;
  padding: 20px;
  color: #681016;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box_cont a p {
  margin: 0;
}

.contact_info_box .contact_border .query_wrap ul {
  grid-template-columns: repeat(2, 1fr);
}

/* div#blog_owl .blog_list {
  background: #fff;
} */

/* div#blog_owl button {
  position: absolute;
  top: 50%;
  background: #681016;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
}
div#blog_owl button span{
  color: #fff;
}

div#blog_owl button.owl-prev {
  left: 0;
}

div#blog_owl button.owl-next {
  right: 0;
} */

.box_check_inner a {
  display: flex;
  width: 100%;
  border: 1px solid #681016;
  margin-bottom: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 4px;
}

.box_check_inner img {
  width: 100%;
  height: 80px;
}

.box_check_inner a p {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
}

.check_upbox h3 {
  font-weight: bold;
  margin-bottom: 30px;
  color: #681016;
  border-bottom: 1px solid #681016;
  padding-bottom: 20px;
}

.views-doctor-listing .doctor_imp_info li i {
  margin-top: 4px;
}

ul#doctor_slide .owl-nav.disabled,
#cardio_owl .owl-nav.disabled,
div#blog_owl .owl-nav.disabled,
#patient_owl .owl-nav.disabled {
  display: block;
}



ul#doctor_slide .owl-nav.disabled button,
#cardio_owl .owl-nav.disabled button,
div#blog_owl .owl-nav.disabled button,
div#patient_owl .owl-nav.disabled button {
    position: absolute;
    top: 40%;
    color: #fff;
    background: linear-gradient(192.38deg, #eeb1b5 .8%, #f2bfa2 99.28%) !important;
    width: 2.5rem !important;    display: flex
;
    align-items: center;
    justify-content: center;
    height: 2.5rem !important;
}
i.fa-solid.fa-chevron-left, i.fa-solid.fa-chevron-right{
    font-size: 18px; 
}
ul#doctor_slide .owl-nav.disabled button.owl-prev,
#cardio_owl .owl-nav.disabled button.owl-prev,
div#blog_owl .owl-nav.disabled button.owl-prev,
div#patient_owl .owl-nav.disabled button.owl-prev {
  left: 0px;
}

ul#doctor_slide .owl-nav.disabled button.owl-next,
#cardio_owl .owl-nav.disabled button.owl-next,
div#blog_owl .owl-nav.disabled button.owl-next,
div#patient_owl .owl-nav.disabled button.owl-next {
  right: 0px;
}

.available_location img {
  width: 100%;
}

.available_location h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 10px 0;
}

.available_location p {
  font-size: 14px;
  margin: 10px 0 10px 0;
}

.available_location {
  border: 1px solid #eee;
  padding: 10px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 4px;
}

.boot_btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.boot_btn a {
  display: block;
  text-align: center;
  background: #fff;
  color: #000;
  padding: 8px 0;
  border: 1px solid #eee;
  border-radius: 0;
  font-size: 14px;
}

.boot_btn a.active {
  background: #681016;
  color: #ffff;
  border: 1px solid #681016;
}

div#patient_owl .patient_img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 7px;
  max-width: 100px;
}

.patinet_box {
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
}

.patient_details {
  margin-top: 10px;
}

.patient_details address {
  font-style: italic;
  font-weight: 600;
}
.doctor_brand_box .boot_btn a {
  font-size: 12px;
}
.box_cont {
  background: #fff;
}
.video_list {
  display: flex;
  gap: 6px;
}

.video_content p {
  margin: 0;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video_list {
  display: flex;
  gap: 6px;
  border: 1px solid #d9d9d9;
  padding: 8px;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 10px;
}
.video_img {
  min-width: 25%;
}
.video_content .title {
  font-weight: bold;
  color: #681016;
  font-size: 12px;
}
.video_slide_right {
  max-height: 500px;
  overflow-y: auto;
}
.video_box a {
  color: #681016;
  font-size: 16px;
}
.video_box h3 {
    margin: 10px 0;
    line-height: 24px;
    background-color: #fff0;
    font-family: "Figtree", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #681016;
    padding: 5px 0px;}
.video_box {
  border: 0px solid #eee;
  padding: 0px 0px 1px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px #cccccc78;
}
.play_btn {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 49px;
  background: #681016;
  border-radius: 50%;
  box-shadow: 0px 0px 16px #C9CFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_img_box {
  position: relative;
}

.play_btn:before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #ffffff;
  top: 13px;
  left: 18px;
}
.video_img_box img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.book_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.book_box a {
  display: flex;
  justify-content: space-between;
  color: #000;
  padding: 20px;
  gap: 10px;
  align-items: center;
  border-radius: 6px;
}
.app_box h3 {
  font-size: 20px;
  font-weight: bold;
}
.app_box p {
  margin: 0;
}
.app_icon i {
  font-size: 26px;
  color: #681016;
}
.book_box a:first-child {
  background: #ffc1071c;
}
.book_box a:nth-child(2) {
  background: #0a58ca1c;
}

.book_box a:nth-child(3) {
  background: #68101612;
}

.book_box a:last-child {
  background: #dc354526;
}
.patient_box_wrap .patinet_box {
  border: 1px solid #eee;
}
.vision_text h2 {
  font-weight: bold;
}
.vision_box img {
  max-width: 100px;
  margin: 0 auto 10px;
}
.vision_box {
  border: 1px solid #ccc;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}
.vision_box h3 {
  font-weight: bold;
  color: #333;
}
.director_list img {
  width: 100%;
}

.director_list {
  margin-bottom: 30px;
  border: 1px solid #eee;
  padding: 16px;
  border-radius: 4px;
  background: #fff;
}
.director_list h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0px 0 0;
}
.director_list a{
  color: #681016;
  text-decoration: underline;
}
.director_list p {
  margin-bottom: 10px;
}
.patient_box_flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #eee;
  padding: 30px;
  margin-bottom: 24px;
}
.patient_text_flex h3 {
  font-size: 22px;
  font-weight: 600;
}
.patient_text_flex ul li {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
.patient_text_flex ul li:last-child{
  border-bottom: 0;
}
.explore_content p {
  margin: 0;
}
.exp_img img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
}
.exp_img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
}

.explore_img:hover .exp_img:before{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 80%), linear-gradient(130deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 80%);
}

.exp_img{
  position: relative;
}
.explore_img {
  position: relative;
}
.explore_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.explore_text h3 {
  color: #fff;
  font-weight: 600;
}
.explore_text button.btn {
  margin-top: auto;
  background: #fff;
  width: max-content;
  padding: 10px 30px;
}
.exp_max p {
  color: #fff;
}
.explore_img {
  position: relative;
  margin-bottom: 30px;
}

.appointment button.btn {
  background: #681016;
  color: #fff;
  width: fit-content;
  height: 40px;
  border-radius: 4px;
}
.appointment h3 {
  margin: unset;
  color: #65205d;
  font-weight: bold;
  font-size: 24px;
}
.appointment {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.year_box {
  max-width: 60%;
  margin: 40px auto 0;
  display: block;
}
.year_box .owl-item .item h4 {
  margin: unset;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.year_box .owl-nav button, .month_box .owl-nav button {
  width: 30px;
  border: 1px solid #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 50%;
  top: -26px;
  position: absolute;
  background: #fff !important;
}

.year_box .owl-nav button.owl-next, .month_box .owl-nav button.owl-next {
  right: 0;
  position: absolute;
  left: unset;
}


.year_box .owl-nav button.owl-prev, .month_box .owl-nav button.owl-prev{
  position: absolute;
}

.year_box .owl-nav {
  position: relative;
  top: 0;
}
.days_flex {
  display: flex;
  flex-direction: column;
}

.days_flex span{
  font-weight: bold;
}
.days_flex {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  padding: 4px 10px;
}
.month_box {
  max-width: 80%;
  margin: 30px auto;
}
div#month_year button.owl-prev {
  position: absolute;
  left: -50px;
  top: 10px;
}

div#month_year button.owl-next{
  top: 10px;
    right: -50px;
}
.slots_box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.slots_box_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
.slots_box_wrap h3 {
  margin: unset;
  font-size: 20px;
  font-weight: bold;
}
.slots_box span {
  background: #eee;
  border: 1px solid #EBE9F8;
  border-radius: 54px;
  padding: 2px 16px 3px;
  font-weight: 500;
}


.slots_wrapper_box{
border-radius: 12px;
box-shadow: 0px 2px 11px #00000019;
padding: 30px;
margin: 13px 0;

}
ul.time-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

ul.time-list li.active {
  background: #681016;
  color: #fff;
}

ul.time-list li {
  margin: 0 10px 12px;
  padding: 11px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid #681016;
  background: #fff;
  color: #000000;
  cursor: pointer;
  font-weight: 500;
}
.book_oppointment button.btn {
  background: #681016;
  width: 100%;
  color: #fff;
  margin: 20px 0;
  height: 50px;
}
.book_oppointment {
  margin: 0 10px;
}
.form-group.address_box_wrap {
  grid-column: 1 / 3;
}

.max-scrollable .modal_body_form {
  max-height: 60vh;
  overflow-y: auto;
}

.carousel-caption
{
visibility:hidden !important;
}
/*a.get_checkup
{
color:#000000;
border:1px solid #000000;
}
.book_btn button.btn {
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
}*/
.main_nav ul li a
{
color:#000000;    font-size: 18px;
    font-family: "Figtree", sans-serif;
}

.marquee_box {
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  
  color: #fff;
  margin-right: 15px;
}
.app_box h3
{
font-weight:500 !important;
}
/*.hs_footer_link ul li a
{
  color:#000 !important;
}
#hs_footer .hs_footer_content h4
{
  color:#000 !important;
}
#hs_footer .hs_footer_content h4::before
{
  color:#000 !important;
}
.hs_heading:before
{
  border-bottom: 2px solid #000 !important;
}
.top_links h3:after
{
  border-bottom: 2px solid #000 !important;
}
.top_links h3
{
  color:#000 !important;
}*/

.blog_images img
{
 border-radius: 12px;
}
a.view_more_btn
{
  text-align: center;
}
.hs_footer_link ul li a
{
  border-bottom:1px solid #fff !important;
}
.top_links
{
  border-top: 1px solid #fff !important;
}

#contt
{
background:#fdf6f0 !important;
}

.footer {
  background: #fdf1d6;
  color: #7c0000;
  padding: 40px 0 20px; 
  font-size: 14px;
}
.footer .container { max-width: 1200px; margin: auto; }
.footer .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .col { flex: 1; padding: 0 15px; }
.footer h5 { font-size: 16px; margin-bottom: 12px; }
.footer ul { list-style: none; padding: 0; }
.footer ul li { display: flex; align-items: center; margin-bottom: 8px; }
.footer ul li img { width: 20px; margin-right: 8px; }
.footer .divider hr { border: none; border-top: 1px solid #d9c5a9; margin: 30px 0; }
.footer .bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .bottom .col {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .bottom span { font-weight: 600; }
.footer .bottom img { width: 24px; height: 24px; }
.footer .payments {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.footer .payments img { width: 40px; }
.footer .copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
}

.purchase-plan-section {
  background: linear-gradient(to bottom, #f9e8c7, #fbe8b2); /* golden shine background */
  padding: 50px 0px;
  text-align: center;
}

.section-headingg {
  font-size: 28px;
  color: #7c0000; /* same deep red from GRT */
  margin-bottom: 40px;
  font-weight: 600; 
}

.plan-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;    margin-top: 20px;
}

.plan-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  max-width: 48%;
  width: 100%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.plan-card img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.footerr {
  background-color: #fef2d4;
  padding: 20px; 
  color: #681016;
  text-align: left;
}

.footerr-section {
  display: flex
  ;
      justify-content: space-between;
      align-items: center;
      padding: 3px 0;
      flex-wrap: wrap;
}
.footerr hr {
  border: none;
  border-top: 1px solid #d79f4e;
  margin: 0px 0;
}
.icon-group {
  display: flex;
  gap: 15px;
}

.icon-group i {
  background-color: #681016;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  font-size: 12px;
  width: 30px;
  height: 30px;
  display: flex
;
  align-items: center;
  justify-content: center;
  margin: 7px 0px;
}

.payment-methods {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.payment-methods img {
  height: 24px;
}

hr {
  border: none;
  border-top:1px solid #5b0d12;
  margin: 10px 0;
}

.footerr p {
  margin: 0;
}
.col1.logo img {
    width: 100%;
}
.footerr .copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}
#store
{
background:#7c0000 !important;
}
#visitt
{
color:#FFFFFF !important;
}

.bg-light-yellow {
  background-color: #fbf4ea;
}
button.btn.btn-warning.mt-2.rounded-pill.px-4 {
    background: linear-gradient(241.07deg, #fbd791 1.41%, #cda24c 99.01%);
    font-family:"Figtree", sans-serif;
    font-size: .875rem;
    font-weight: 600;
    color: #5f3500;
    border-radius: 5px !important;
    height: 40px;
    line-height: 40px;
    padding: 0 20px !important;
    box-sizing: border-box;
    border: none;
    width: 120px;
}
.bg-card-yellow {
  background-color: #f9e3b7;
}

#about-color
{
background-color:#e4cfa6;
}

.abt1
{
color:#9e2223 !important;
}
.abt11
{
color: #681016;
    font-size: 20px;
}


   .imgr
{

border-radius:10px;
}

#bglight
{

background:#fdf3df !important;
}

 .category-buttons {
  display: flex
  ;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 7px;
        }
    
        .category-button {
           padding: 5px 20px;
    border: 1px solid #681016;
    transition: all 0.3s ease;
    min-width: 7.75rem;
    height: 2.875rem;
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #681016;
    line-height: 1.25rem;
    border-radius: .375rem;
    margin: 0 1rem 0 0;
    background: #fff0;
        }
    
        .category-button.active {
          background-color: #742424;
          color: #fff;
        }
    
        .category-panel {
          display: none;
          animation: fadeIn 0.5s ease-in-out;
        }
    
        .category-panel.active {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          gap: 20px;
        }
    
        .product-box {
          width: 180px;
          background: #fff0;
          border-radius: 10px;
          overflow: hidden;
          text-align: center;
          cursor: pointer;
          transition: transform 0.3s ease;
        }
    
        .product-box img {
          width: 100%;
          height: auto;
          object-fit: cover;
          display: block;
        }
    
        .product-box:hover {
          transform: translateY(-6px);
        }
    
        .product-caption {
background-color: #fff0;
    font-family: "Figtree", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #681016;
    padding: 1rem 0 .625rem;
        }
    
        .category-panel {
      display: none;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }
    .category-panel.active {
      display: flex;
    }
    
    .product-box {
      flex: 1 1 calc(20% - 20px);
      max-width: calc(20% - 20px);
      box-sizing: border-box;
    }
    
    @media (max-width: 991px) {
      .product-box {
        flex: 1 1 calc(50% - 20px);
      }
    }
    @media (max-width: 600px) {
      .product-box {
        flex: 1 1 100%;
      }
    }
    
    
        @keyframes fadeIn {
          from {opacity: 0;}
          to {opacity: 1;}
        }
    
        @media (max-width: 768px) {
          .product-box {
            width: 45%;
          }
        }
    
        @media (max-width: 480px) {
          .product-box {
            width: 100%;
          }
        }
@media only screen and (max-width: 768px) {

  .slide {
        flex-direction: column;
        height: auto;
        text-align: center;
      }

      .slide .image-side {
        padding-right: 0;
        margin-bottom: 20px;
      }

 .footer .row.top {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer .col {
    width: 100%;
  }

  .footerr-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
  }

  .icon-group {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }

  .payment-methods {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .payment-methods img {
    margin-right: 10px;
    height: 24px;
  }

  .footer .footerr-section p {
    margin-bottom: 10px;
  }

  .footer .logo img {
    max-width: 150px;
    height: auto;
  }

  .footer ul {
    padding-left: 0;
  }

  .footer ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
  }

  .footer ul li img {
    height: 16px;
  }
  .marquee_box {
  display:none !important;
  }
.blog_images img
{
  height:auto !important;
}
}

.mega-grid-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 25px;
  display: none;
  width: 99%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border: 1px solid #ddd;
  z-index: 999;
}

li:hover .mega-grid-dropdown {
  display: block;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4 columns */
  gap: 20px;
}

.grid-item {
  text-align: left;
}

.grid-item h4 {
     margin-bottom: 6px;
    font-family:"Figtree", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #681016;
    line-height: 1.5rem;
}

.grid-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.2s; 
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #681016;
    line-height: 1.25rem;
    position: relative;
}
.grid-item a:hover {
  color: #d5974c !important;
}

.grid-item img {
    width: 20px;
    max-width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    margin-right: .75rem;
}
.grid-item a span{
    display: flex
;
    align-items: center;
    text-decoration: none;
    transition: 0.2s;
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    font-weight: 400 !important;
    color: #681016;
    line-height: 1.25rem;
    position: relative;
}
@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr); /* tablet */
  }
}

@media (max-width: 480px) {
  .grid-container {
    grid-template-columns: 1fr; /* mobile */
  }

  .grid-item h4 {
    font-size: 16px;
    margin-bottom: 4px;
    text-align: left;
  }

  .grid-item a {
    font-size: 14px;
    flex-wrap: wrap; /* allow wrapping */
  }
}

/* new css */
.main_nav li {
  position: static;
}
.purchase-plan-btn { 
  padding: 6px 15px;}
  .search-bar { 
    border-radius: 5px; 
}
.search-bar input { 
  padding: 5px 12px;}
  .banner_slider.banner_box img.d-block.w-100 {
    aspect-ratio: 95 / 33;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.tab-header {
    display: flex
;
    justify-content: center;
    gap: 0;
    margin-bottom: 24px;
    position: absolute;
    top: -48px;
    width: 99%;
    background: #fff;
    border-radius: 10px 10px 0px 0px;    overflow: hidden;
}
.tab-header button.tab:last-child {
    margin-right: 0px;
    border: none;
}
.tab-container { 
  margin-top: 0px; 
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex
;
  align-items: center;
  justify-content: center;
  width: 40px;
  padding: 0;
  height: 50px;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity .15s ease;
  background: #ba3d45;
  top: 45%;
}
a.view_more_btn {
    font-size: .875rem;
    line-height: 40px;
    font-weight: 500;
    width: 131px;
    margin:10px 0px 0px;
    background: #681016;
    color: #fff;
    border-radius: 3px;
    padding: 0px 0px;
}
.faq-question {
background: transparent;
    box-shadow: none;
    padding: 18px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 247, 232, .302);
    font-family:"Figtree", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d2d2d;
    line-height: 32px;
}
.footer ul li {
  display: flex
;
  align-items: center;
  margin-bottom: 13px;
  font-size: 17px;
  font-weight: 500;
}
.footer a {
  font-size: 17px !important;
  color: #7c0000 !important;
}
.footerr-section p strong {
  font-size: 18px;
}
.h4 {
    font-size: 20px;
    font-weight: 700;
    color: rgb(186 61 69);
}
.policy-section ul li{list-style: circle;margin-left: 15px;}
.policy-section ul{margin: 15px 0px;}
.policy-section ul {
    margin: 13px 0px;
    line-height: 27px;
}
.policy-section p {
    line-height: 24px;
    margin-bottom: 10px;
}
.modal-header {
    background: #fdf1d6;
    font-weight: 700;
    padding: 10px 20px;
}
h5#enquiryModalLabel {
    color: #681016;font-weight: 600;
}
.modal button.btn.btn-primary.w-100 {
    background: #8a252c;
    border: none;
    width: 145px !important;
    margin: auto !important;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.modal-body { 
    background: #fff;
}
.modal-header {
    background: #f8e3b3;
    font-weight: 700;
    padding: 10px 20px;
    border: none;
}
.modal-body label.form-label {
    color: #681016;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
}
.modal-body .form-control {
    padding: 10px 10px;
}
/* contact us page */
.query_wrap li {
    background: #ffffff;
    padding: 16px;
    box-shadow: 0px 0px 3px 1px #cccccc8a;
}
.query_wrap ul li a { 
    font-weight: 600;
}
 .address_box .nav-tabs .nav-item .nav-button {
      border: none;
    padding: 10px 17px;
    font-weight: 500;
    color: #ffffff;
    background: #d4af37; 
    border-radius: 10px 10px 0px 0px !important;
    }

     .address_box .nav-tabs .nav-button.active {
      background-color:#681016;
      color: #fff;
    }
.contact_address p strong {
    color: #681016;
}
     .address_box .form-section {
       margin-top: 0px;
    border: 1px solid #eee;
    padding: 20px;
    background: #f9f9f9;
    }

     .address_box label {
      color:#681016;
      font-weight: 600;
      margin-top: 10px;
    }
ul#feedbackTabs {
    display: flex
;
    justify-content: space-between;
}
     .address_box .form-wrapper {
      display: none;
    }

    .address_box .form-wrapper.active {
      display: block;
    }
    /* about us */
    .heading1{      margin: 0px 0px 1.5rem;
    font-family: Koh Santepheap, sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #681016;}
.read-more{font-weight: 400;font-size:16px; color: #681016;text-decoration: underline;margin-top:10px; display: block;}
       .wrap-about .tab-content
        {
            display:block !important;
        }
        .pe-5.text-justify{text-align: justify;}
          .wrap-about .slider-container {
             max-width: 1080px;
    margin: -210px auto 0px;
    padding: 5px;
    background: #fdf3df;
    position: relative;
    border-radius: 41px;
            }
        
        
             .wrap-about .slides-wrapper {
              position: relative;
              overflow: hidden;
            background: #fff5e900;
    box-shadow: none;
            }
        
             .wrap-about .slides {
              position: relative;
              height: 450px;
            }
        
             .wrap-about input[type="radio"] {
              display: none;
            }
        
             .wrap-about .slide {
              position: absolute;
              width: 100%;
              height: 100%;
              display: flex;
              align-items: center;
              padding: 40px;
              opacity: 0;
              transform: scale(0.98);
              transition: all 0.5s ease;
            }
        
             .wrap-about .slide img {
              width: 100%;
              border-radius: 20px;
            }
        
             .wrap-about .slide .image-side {
              flex: 1;
              padding-right: 60px;
            }
        
             .wrap-about .slide .text-side {
              flex: 1;
            }
        
             .wrap-about .text-side h2 { 
           font-size: 25px;
    color: #8a1e1e;
    margin-bottom: 10px;
            }
        
             .wrap-about .text-side p {
              font-size: 16px;
              line-height: 1.8;
              color: #333;
            }
        
             .wrap-about .text-side a {
              color: #8a1e1e;
              text-decoration: underline;
              display: inline-block;
              margin-top: 10px;
              font-weight: 600;
            }
        
             .wrap-about #radio1:checked ~ .slides-wrapper .s1,
             .wrap-about #radio2:checked ~ .slides-wrapper .s2 {
              opacity: 1;
              transform: scale(1);
              z-index: 2;
            }
        
            /* Auto switch animation */
            @keyframes autoplay {
              0%, 45% { opacity: 1; z-index: 2; }
              50%, 95% { opacity: 0; z-index: 1; }
            }
        
             .wrap-about .s1 { animation: autoplay 10s infinite; }
             .wrap-about .s2 { animation: autoplay 10s infinite reverse; }
        
            /* Navigation Dots BELOW slide */
             .wrap-about .navigation {
                text-align: center;
    margin-top: 0px;
    position: absolute;
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    bottom: 35px;
            }
        
             .wrap-about .bar {
              display: inline-block;
              width: 12px;
              height: 12px;
              margin: 0 6px;
              border-radius: 50%;
              background-color: #e0c7b1;
              cursor: pointer;
              transition: background-color 0.3s ease;
            }
        
             .wrap-about #radio1:checked ~ .navigation label[for="radio1"],
             .wrap-about #radio2:checked ~ .navigation label[for="radio2"] {
              background-color: #6a0f0f;
            }
        @media only screen and (max-width: 768px) {
        
           .wrap-about .slide {
                flex-direction: column;
                height: auto;
                text-align: center;
              }
        
               .wrap-about .slide .image-side {
                padding-right: 0;
                margin-bottom: 20px;
              }
            }

                .carsole-slider .w-75.mx-auto.abt11 p{
    font-size: 16px;
    color: #333;
}
.carsole-slider .card-body {
    background: linear-gradient(125.27deg, rgba(249, 235, 210, 0.5) 11.07%, rgba(255, 247, 232, 0.5) 100.36%);
    /* border-radius: 10px; */
    border: 0px solid #eedbbe;
    padding: 1rem;
}
.owl-nav button {
    background: linear-gradient(192.38deg, #eeb1b5 .8%, #f2bfa2 99.28%) !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 30px !important;
}
.owl-nav button.owl-prev {
    margin-left: -60px;
}
.owl-nav button.owl-next{float: right;margin-right: -60px;}
.owl-nav {
    position: absolute;width: 100%;
    top: 50%;
}


/* login */

.signup-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.signup-wrapper .signup-card {
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    border: 1px solid #ddd;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #fff;
    padding: 0;
    margin: auto;
}

.signup-wrapper .signup-header {
    text-align: center;
    background: linear-gradient(90.02deg, #fdeccf -65.85%, #f6ebd6 101.81%);
    padding: 30px 0;
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 30px 30px 0 0;
}

.signup-wrapper .signup-header .logo {
  height: 60px;
  object-fit: contain;
}

.signup-wrapper .signup-body {
  padding: 30px 20px;
  text-align: center;
}

.signup-wrapper .signup-body h2 {
      margin-bottom: 10px;
    font-family: Figtree, sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #681016;
}

.signup-wrapper .signup-body p {
  color: #444;
    margin-bottom: 25px;
    font-family: Figtree, sans-serif;
    font-size: 18px;
}

.signup-wrapper .signup-body form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.signup-wrapper .signup-body input {
    padding: 12px 15px;
    font-size: 14px;
    width: 100%;
    height: 50px;
    border: 1.33px solid #eee;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 0 !important;
    font-family: Figtree, sans-serif;
    color: #0e1821;
    padding-left: 15px;
}

.signup-wrapper .signup-body button {
  background: #660000;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.signup-wrapper .signup-body button:hover {
  background: #4d0000;
}

a.signup-link, a.forgot-link {
    color: #ba3d45;font-size: 18px;
    font-weight: 500;
}
/* signup */

.singup .signup-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.singup .signup-card {
    background: #fffaf3;
    border-radius: 30px 30px 10px 10px;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
}

.singup .signup-header {
    text-align: center;
    background: linear-gradient(90.02deg, #fdeccf -65.85%, #f6ebd6 101.81%);
    padding: 30px 0;
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 30px 30px 0 0;
}

.singup .signup-header .logo {
  height: 60px;
  object-fit: contain;
}

.singup .signup-body {
  padding: 30px 20px;
  text-align: center;
}

.singup .signup-body h2 {
    margin-bottom: 10px;
    font-family: Figtree, sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #681016;
}

.singup .signup-body p {
    color: #444;
    margin-bottom: 25px;
    font-family: Figtree, sans-serif;
    font-size: 18px;
}

.singup .signup-body form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.singup .signup-body input {
    padding: 12px 15px;
    font-size: 14px;
    width: 100%;
    height: 50px;
    border: 1.33px solid #eee;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 0 !important;
    font-family: Figtree, sans-serif;
    color: #0e1821;
    padding-left: 15px;
}

.singup .signup-body button {
  background: #660000;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.singup .signup-body button:hover {
  background: #4d0000;
}
.signup-wrapper.bg-light2 {
    background: #fbf4ea;
    overflow: hidden;
}
.right-panel{position: relative;}
 .right-panel:after {
    position: absolute;
    right: -100%;
    background: #fff;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
}
    .left-panel{
      background:#fbf6ef;
      padding:70px 50px 20px 20px;
      min-height:100%;
    }
  .left-panel h1 {
    color: #681016;
    max-width: 490px;
    margin-left: 0;
    background: linear-gradient(270deg, #73411a, #b3733c, #73411a, #b3733c, #5a3d2b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-family: 'Koh Santepheap', sans-serif;
    line-height: 56px;
    margin-bottom: 0rem;
    text-align: left;
}
    /* Vertical steps */
    .steps-list{     list-style: none;
    padding: 0;
    margin-top: 2rem !important;
    position: relative;}
    .steps-list::before{
      content:"";
      position:absolute;
      left:12px;top:0;bottom:0;
      width:2px;background:#ddd;
    }
  .steps-list li.active {
    background: linear-gradient(90.02deg, #f9ddae -65.85%, #fbe7bf 101.81%);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding-right: 20px;
}
.steps-list li {
    position: relative;
    font-weight: 500;
    color: #8e1f29;
    margin-bottom: 60px;
    max-width: 265px;
    min-width: 265px;
    display: flex
;
    padding: 4px 35px;
    align-items: center;
    font-size: 19px;
}
    .steps-list li .step-index{
         position: absolute;
    left: -2px;
    top: 0;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ddd;
    text-align: center;
    line-height: 18px;
    font-size: .9rem;
    font-weight: 600;
    display: flex
;
    align-items: center;
    justify-content: center;
    }
    .steps-list li.active .step-index,
    .steps-list li.done .step-index{
      background:#8e1f29;
      border-color:#8e1f29;
      color:#fff;
    }
    .steps-list li.done{color:#000;font-weight:600;    font-size: 16px;
}
    /* Right panel content spacing */
    .right-panel{     background: #fff;
    position: relative;
    border-left: 1px solid #ebddc8;
    padding:70px 0px 70px 30px;}
    .right-panel h3{
      font-weight:600;
      color:#8e1f29;
      margin-bottom:1.5rem;
    }
    /* Address card */
    .address-box{
      border:1px solid #e2e2e2;
      border-radius:.5rem;
      padding:1rem;
      display:flex;background: #fff;
      gap:1rem;
    }
    section#step-2 p.text-muted {
    margin-bottom: 10px;
}
.form-check.mb-2 input {
    width: 20px;
    height: 20px;
    padding: 0px;
}
    .address-box .icon-box{
      width:48px;height:48px;
      background:#f7e6e6;
      border-radius:.25rem;
      display:flex;align-items:center;justify-content:center;
      font-size:1.4rem;
      color:#8e1f29;
    }
    .btn-primary{
      background:#8e1f29;
      border-color:#8e1f29;
    }
/* jewellery plan */
.dream-jewellery-banner-2 .card-wrapper-section .cards {
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.dream-jewellery-banner-2 .card-wrapper-section .cards .card-image-section {
    height: unset;
}

.dream-jewellery-banner-1 .cards .card-image-section img,
.dream-jewellery-banner-2 .cards .card-image-section img {
    height: 100%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.dream-jewellery-banner-2 .card-body-section {
    padding: 1rem 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dream-jewellery-banner-2 .card-content-section h4 {
    font-family: 'Koh Santepheap', sans-serif;
    font-size: 2.25rem;
    font-weight: 400;
    color: #681016;
    margin-bottom: 1rem;
}

.dream-jewellery-banner-2 .card-content-section h5 {
    font-family: "Figtree", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #681016;
    position: relative;
}

.dream-jewellery-banner-2 .card-content-section h5::after {
    content: "";
    position: absolute;
    background: url('../images/dream-jewel-pattern.svg');
    width: 100%;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
}
.dream-jewellery-banner-2 .card-content-section .card-text p {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 25px;
    display: block;
}
.dream-jewellery-banner-2 .card-content-section .card-text {
    font-family: "Figtree", sans-serif;
    font-size: 1.375rem;
    font-weight: 500;
    color: #681016;
    margin-top: 4.5rem;
}
.dream-jewellery-banner-2 {
    background-color: #FBF4EA;
}
.card-content-section {
    padding: 0px 14px;
}
.dream-jewellery-banner-2 {
    text-align: center;
}
.para-18,
p {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    color: #681016;
}
/* golden plans fixs */
/* ─────────────────────────────────────────────
   Section background & spacing
   ─────────────────────────────────────────── */
.key-terms-and-condition-keep-in-mind.chaining-arrows.background-image {
  /* gradient over image */
  background-image: linear-gradient(
      41.63deg,
      rgba(231, 195, 140, 0.83) 24.21%,
      #ffe5d6 62.42%,
      rgba(253, 217, 206, 0) 96.09%,
      #fdf5ce 96.09%
    ),
    url('../images/mask_group_1.png');
  background-size: cover;
  background-blend-mode: overlay;
  padding: 2rem 0;
}

/* ─────────────────────────────────────────────
   Headings
   ─────────────────────────────────────────── */
.grt-homecontent-section header h2 {
  font-family: 'Koh Santepheap', sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #681016;
  margin-bottom: 1.5rem;
  text-align: center;
  padding: 0 0.75rem;
}

/* ─────────────────────────────────────────────
   Wrapper tweaks
   ─────────────────────────────────────────── */
.key-terms-and-condition-keep-in-mind .grt-content-section {
  margin-top: 3rem;
}

/* ─────────────────────────────────────────────
   Card‑wrapper (first two cards)
   ─────────────────────────────────────────── */
.key-terms-and-condition-keep-in-mind .row > .card-wrapper-section:nth-child(-n + 2) {
  display: flex;
  flex: 1 1 45%;
  gap: 20px;
  margin: 0 2rem 2rem 0;
  padding: 0;
  background: transparent;
  border: none;
  justify-content: flex-end;
  align-items: flex-end;
}

/* 2nd card: align content to top/left instead */
.key-terms-and-condition-keep-in-mind .row > .card-wrapper-section:nth-child(2) {
  align-items: flex-start;
  justify-content: flex-start;
}

/* Remove bottom margin on very last card */
.key-terms-and-condition-keep-in-mind.chaining-arrows .card-wrapper-section:last-child {
  margin-bottom: 0;
}

/* For any arrow decorations that sit behind cards */
.key-terms-and-condition-keep-in-mind.chaining-arrows .card-wrapper-section {
  position: relative;
}

/* ─────────────────────────────────────────────
   Button styles
   ─────────────────────────────────────────── */
/* First card’s button (bolder) */
.key-terms-and-condition-keep-in-mind
  .row
  > .card-wrapper-section:first-child
  .tms-button-section
  .grt-btn {
  font-weight: 600;
  height: 50px;
  padding: 0 2rem;
}

/* Shared button sizing for the first two cards */
.key-terms-and-condition-keep-in-mind
  .row
  > .card-wrapper-section:nth-child(-n + 2)
  .tms-button-section
  .grt-btn {
    height: 50px;
    padding: 0 2rem;
    border: none;
    border-radius: 5px;
    font-weight: 600;    font-size: 18px
}
h2.tms-header {
    font-family: 'Koh Santepheap', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #681016;
}
.dream-jewellery-banner-1 .sub-title, .dream-jewellery-banner-2 .sub-title {
    font-family: "Figtree", sans-serif;
    font-size: 1.375rem;
    font-weight: 500;
    color: #925722;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
}
/* websecton */
.hallmark-section img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.hallmark-section .card-title, .hallmark-section h3 {
    margin-top: 20px;
    font-family:"Figtree", sans-serif;
    font-size: 1.375rem;
    font-weight: 600;
    color: #681016;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: center;
}
.para-18, p {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    color: #681016;
}
.grt-homecontent-section header h2 {
        font-family: 'Koh Santepheap', sans-serif;
        font-size: 2.5rem;
        font-weight: 400;
        color: #681016;
    }
    .dream-jewellery-banner-1 .sub-title, .dream-jewellery-banner-2 .sub-title {
    font-family: "Figtree", sans-serif;
    font-size: 1.375rem;
    font-weight: 500;
    color: #925722;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
}
.bg-light3 {
    background: linear-gradient(2.44deg, rgba(231, 195, 140, 0.83) -2.18%, #FFE5D6 50.77%, rgba(253, 217, 206, 0) 97.44%, rgba(253, 217, 206, 0.63) 97.44%);
}
.dream-jewellery-banner-1, .dream-jewellery-banner-2 {
    padding: 2rem 0;
}
.grt-tab-style .tab-header button {
    border-top-left-radius: 10px;
    font-family: "Figtree", sans-serif;
    font-size: 1.375rem;
    font-weight: 500;
}
 .section-sec .card-content-section h4 {
    font-family: Koh Santepheap, sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 48px;
    background: linear-gradient(270deg, #73411a, #b3733c, #73411a, #b3733c, #5a3d2b);
    -webkit-background-clip: text;
    color: transparent;
}
.section-sec .card-content-section .sub-title {
    font-family: "Figtree", sans-serif;
    font-size: 1.375rem;
    font-weight: 500;
    color: #925722;
    line-height: 24px;
    max-width: 780px;
    margin: 20px auto 25px;
    text-align: center;
}
form.form-grid input[type="text"], form.form-grid select {
    border: 1px solid #e7e2db;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    padding-left: 15px;
    color: #2d2d2d;
    outline: none;
    background-color: #fffdf9;
}
.blog_list a.view_more_btn {
    position: absolute;
    bottom: 35px;
}
.blog_box.bg-light.py-5 {
    background: #ffe9ce !important;
}
.signup-wrapper .signup-body {
    padding: 20px 50px;
    text-align: center;    background: #fff;
}

/* ---------- Buttons ---------- */
.btn-ruby {
  background: #98172e;
  color: #fff;
  font-weight: 600;
  padding: .625rem 1.5rem;
  border: none;
  border-radius: .375rem;
  transition: background .2s ease;
}
.btn-ruby:hover,
.btn-ruby:focus {
  background:#7c1024;
  color: #fff;
}

/* ---------- Form wrapper ---------- */
.grt-form.variant-1 {
  max-height: 75vh;          /* keep long forms scrollable */
  overflow-y: auto;
}

/* ---------- Text / select fields ---------- */
.text-field,
.select-field,
.form-control {
  width: 100%;
  padding: .625rem .875rem;
  border: 1px solid #d1d5db;
  border-radius: .375rem;
  font-size: 1rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.text-field:focus,
.select-field:focus,
.form-control:focus {
  outline: 0;
  border-color: #98172e;
  box-shadow: 0 0 0 .15rem rgba(152, 23, 46, .25);
}

/* ---------- Checkboxes ---------- */
.checkbox-style {
 width: 18px !important;
    height: 18px !important;
    accent-color: #98172e;
    padding: 0px !important;
    margin: 0px !important;
    margin-right: .5rem !important;
}
.text-field-label {
  font-size: .9rem;
  color: var(--label);
}

/* ---------- Error helper ---------- */
.error-message {
  font-size: .875rem;
  color: #e11d48;           /* soft red */
}

/* ---------- “Save Address” submit button ---------- */
.ladli-btn.btn--ruby.btn--full {
  width: 100%;
  background: #98172e;
  color: #fff;
  font-weight: 600;
  padding: .75rem 1rem;
  border: none;
  border-radius: .375rem;
  margin-top: 1.25rem;
  text-align: center;
}
.ladli-btn.btn--ruby.btn--full:hover,
.ladli-btn.btn--ruby.btn--full:focus {
  background:#7c1024;
}
div#addressOffcanvas {
    z-index: 9999;
}
.offcanvas-body h2.mb-3 {
    font-size: 20px;
}
.grt-form.variant-1 input, .grt-form.variant-1 select {
    border: 1px solid #ececec;
    height: 2.5rem;
    width: 100%;
    border-radius: 3px;
    padding-left: 15px;
    color: #222;
    margin-bottom: 13px;    font-size: 14px;
}
.form-style1 input[type=date] {
    box-sizing: border-box;
    flex: 1;
    min-width: 100%;
    max-width: 100%;
}
.form-style1 input {
    border: 1px solid #e7e2db;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    background: #fffdf9;
}
.form-style1 label {
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #242021;
    line-height: 22px;
    margin-bottom: 7px;
}
/* ---------- Small screens tweaks ---------- */
@media (max-width: 576px) {
  .offcanvas.offcanvas-end {
    width: 100%;           /* full‑width slide‑in on phones */
  }
}
.offcanvas-header { 
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.form-style1.form1ks {
  max-width: 700px;
  margin: auto;
  padding: 20px;
}

.form1ks .payment-option-style {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form1ks .payment-option {
  display: flex;
  align-items: center;
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  gap: 15px;
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s;
}

.form1ks .payment-option:hover {
  border-color: #007bff;
  background-color: #f9f9f9;
}

.form1ks .payment-option input[type="radio"] {
  accent-color: #007bff;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.form1ks .option-content {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.form1ks .icon svg {
  display: block;
  border-radius: 6px;
}

.form1ks .text h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.form1ks .text p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #555;
}

.form1ks .badge {
  background: #28a745;
  color: white;
  font-size: 11px;
  padding: 2px 6px;
  margin-left: 8px;
  border-radius: 4px;
}
.text-field-label {
    font-family: "Figtree", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #681016;
}
.modal-body, .modal-content {
    background: #f8ecd5;    border-radius: 20px;
}
.section-sec.overflow-hidden.w-100.positon-relative .tab {
    margin-left: 0px;
    transition: 0.3s;
    font-family: "Figtree", sans-serif;
    font-size: 18px;}
    .modal-backdrop { 
    z-index: 99; 
}
.menu_body ul li a img {
    width: 24px;
    margin-right: 5px;
}
div#offcanvasRight .offcanvas-header { 
    padding-bottom: 10px;
}

@media (min-width:1024px) {
  .carsole-slider .item .card-body {
    background: linear-gradient(125.27deg, rgba(249, 235, 210, 0.5) 11.07%, rgba(255, 247, 232, 0.5) 100.36%);
    /* border-radius: 10px; */
    border: 0px solid #eedbbe;
    padding: 1rem;
    height: 360px;
}
.top_bar { 
    height: 46px;
}
.blog_list {
    height: 610px; 
}
}
@media (max-width:1300px) {
  .main_nav ul { 
    gap: 22px; 
}
.main_nav ul li a { 
    font-size: 17px;
}
.grid-item h4 { 
    font-size: 18px; 
}
.top_bar::after { 
    width: 22%;}
.grid-item a span { 
    font-size: 16px;}
.logo_img { 
    top: -25px;
    width: 20%; 
    padding-left: 0%;
}
}
@media (max-width:1200px) {
  .main_menu { 
    gap: 0px;}
    ul#doctor_slide .owl-nav.disabled button.owl-next, #cardio_owl .owl-nav.disabled button.owl-next, div#blog_owl .owl-nav.disabled button.owl-next, div#patient_owl .owl-nav.disabled button.owl-next {
    right: 20px;
}
ul#doctor_slide .owl-nav.disabled button.owl-prev, #cardio_owl .owl-nav.disabled button.owl-prev, div#blog_owl .owl-nav.disabled button.owl-prev, div#patient_owl .owl-nav.disabled button.owl-prev {
    left: 20px;
}
.blog_text p { 
    height: 188px;
}
.carsole-slider .item .card-body p {
    max-height: 197px;
    overflow-y: auto;
}

.address_box .nav-tabs .nav-item .nav-button { 
    padding: 10px 8px;}
}
@media (max-width:1023px) {
  .card-content-section.position-absolute.top-50.start-50.translate-middle.text-center.w-75.mx-auto {
    top: 40% !important;
}
.tab-container {
    margin-top: 75px;
}
.tab {
        width: auto !important;
        border-radius: 6px;
        margin: 5px 5px;
        text-align: center;
        font-size: 16px;
        height: auto;
        line-height: 24px;
               float: left !important;
        min-width: auto;
        max-width: max-content;        padding: 5px;
    }
    .tab-content h2 { 
    font-size: 2rem;
    font-weight: 400;
    line-height: 40px;}
    .tab-container { 
    box-shadow: none;}
    .tab-header {
        flex-direction: inherit;
        align-items: stretch;
    }
    .tab-content-area {
    padding: 20px 20px 0px;
}
.section_heading h2 { 
    font-size: 1.5rem; 
}
.product-box {
        flex: 1 1 calc(50% - 20px);
    }
    .plan-cards { 
    gap: 10px; 
}
.faq-question { 
    font-size: 18px; 
    line-height: 25px;
}
    section.py-5.bg-light .col-md-3 {
    width: 50%;
    margin-bottom: 20px;
}
 
    .product-caption { 
    padding: 0rem 0 0rem;
}
.blog_text p {
        max-height: 120px;
        overflow-y: auto;
    }
.blog_text h3 a { 
    font-size: 18px;}
    .product-box { 
    max-width: calc(50% - 0px); 
}
.category-button { 
    font-size: 16px;}
.left-panel h1 { 
    font-size: 35px;}
}
/* Gold Coin Section Styles */
.gold-coin-section {
  background-color: #fcf7f0;
  font-family: 'Segoe UI', sans-serif;
}

.section-title {
  font-size: 24px;
  font-weight: 600;
  color: #5c1e0d;
}

.filter-btn,
.sort-btn {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.item-count {
  font-weight: 500;
  color: #8b5e3c;    font-size: 20px;
}

.badge {
  font-size: 13px;
  border-radius: 20px;
  font-weight: 500;
}

.product-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 10px;
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.product-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.product-img img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.product-price {
margin-top: 0px;
    font-family: "Figtree", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #681016;
    line-height: 29px;
    margin-bottom: 0;
    margin-right: 0px;
    padding: 10px 10px;
}
button.btn.btn-outline-warning.filter-btn {
    background: #ffedea;
    background-size: 13px !important;
    background-repeat: no-repeat !important;
    background-position: left 20px center !important;
    font-family: "Figtree", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #681016;
    min-width: 8.5rem;
    padding: .625rem .938rem;
    border: 1px solid #68101626;
}
span.badge.bg-light.text-primary.px-3.py-2.border {
    background: linear-gradient(115.43deg, #ced5f3 16.11%, #bfc9ee 44.36%, #e6f6ff 57.34%, #d2d7ee 92.45%);
    color:#4157b1 !important;
}
span.badge.px-3.py-2.border {
    font-size: 15px;
    border-radius: 7px;
    font-weight: 500;
    width: 164px;
    height: 40px;
    line-height: 36px;
    padding: 0px !important;
    border: none !important;
}
span.badge.bg-light.text-danger.px-3.py-2.border {
    background-color: #ffcdbc !important;
    color: #681016 !important;
    font-weight: 500;
}
span.badge.bg-light.text-dark.px-3.py-2.border {
    background-color: #fbd791 !important;
    color: #6a4700 !important;
    font-weight: 500;
}
section.chaining-arrows.key-terms-and-condition-keep-in-mind.background-image.abc {
    height: 600px;
}
.grt-content-section.d.positon-absolute.top-100.start-50.translate.middle {
    margin-top: 0rem;
    height: 100%;
}
.grt-content-section.d.positon-absolute.top-100.start-50.translate.middle .row {
    height: 100%;
}
.key-terms-and-condition-keep-in-mind.chaining-arrows .grt-content-section.d.positon-absolute.top-100.start-50.translate.middle .card-wrapper-section:last-child {
    margin-bottom: 0;
    justify-content: start;
    align-items: flex-end;
}
.key-terms-and-condition-keep-in-mind .grt-content-section.d.positon-absolute.top-100.start-50.translate.middle .row > .card-wrapper-section:nth-child(-n + 2) {

    margin: 0 2rem 0rem 0;}