@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: 1000px;
  margin: 0 auto 50px;
  border-radius: 8px;
  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-size: 25px;
    color: #681016;
    margin-bottom: 8px;
    font-weight: 600;
}

.subtext {
  font-size: 18px;
  color: #b68b00;
  margin-bottom: 24px;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-group {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
}

.form-group.full {
  flex: 1 1 100%;
}

label {
  font-size: 14px;
  margin-bottom: 4px;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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 {
  padding: 12px 24px;
  background: #d4af37;
  color: white;
  border: none;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  margin-left: 2px;
  transition: 0.3s;
}

.tab.active {
  background: #681016;
  color: #ffffff;
  border-bottom: 2px solid #d4af37;
  font-weight: bold;
}

.tab:hover {
  opacity: 0.9;
}
.tab-content-area
{
padding:20px 30px;
}

.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 {
  font-size: 30px;
  font-weight: 700;
  color: #681016;
  margin-bottom: 15px;
  line-height: 1.2;
}

.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-list li {
  font-size: 18px;
  color: #222;
  border-bottom: 1px solid #f8ba8b7a;
  padding: 15px 0;
  cursor: pointer;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .col h4 {
  font-size: 20px;
}
.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: 100%;
  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: 1px 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: 14px;
  color: #fff;
  font-weight: 500;
}

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: 14px;
  font-weight: 500;
}

.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: 600px;
  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: bold;
  margin: 0;
  color: #681016;
}

.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: 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 {
  font-size: 30px;
  font-weight: 700;
  color: #681016;
}

.section_heading h2 span {
  color: #681016;
}

.tab-content {
  border: 1px solid #eee;
}

.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 {
  color: #681016;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  display: block;
}
.blog_text p {
  font-weight: normal;
  font-size: 15px;
}
a.view_more_btn {
  color: #571b51;
  text-align: right;
  display: block;
  font-weight: 500;
}

.blog_list {
  border: 0px solid #eee;
  padding: 0px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px #cccccc80;
  width: 98%;
  margin: 10px auto;
  text-align: center;
}
.blog_text {
  padding: 10px 15px 15px;
}
.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;
}

.header_sticky {
  position: sticky;
  top: 0;
  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%;
  background: #681016;
  width: 30px;
  height: 30px;
  color: #fff;
}

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: -15px;
}

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: -15px;
}

.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;
  font-size: 16px;
  color: #742424;
  font-weight: 600;
  background-color: #fff;
}
.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;
}

.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
{
  height:365px !important;
}
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 #e6cfae;
  margin: 10px 0;
}

.footerr p {
  margin: 0;
}

.footerr .copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}
#store
{
background:#7c0000 !important;
}
#visitt
{
color:#FFFFFF !important;
}

.bg-light-yellow {
  background-color: #fdf1dc;
}

.bg-card-yellow {
  background-color: #f9e3b7;
}

#about-color
{
background-color:#e3cfac !important;
}

.abt1
{
color:#9e2223 !important;
}
.abt11
{
color:#9e2223 !important;
font-size:20px !important;
}


   .imgr
{

border-radius:10px;
}

#bglight
{

background:#fdf3df !important;
}

 .category-buttons {
  display: flex
  ;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px;
        }
    
        .category-button {
          padding: 5px 20px;
          border: 1px solid #d4af3700;
          background: #d4af37;
          color: #ffffff;
          border-radius: 5px;
          font-weight: 500;
          cursor: pointer;
          transition: all 0.3s ease;
        }
    
        .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 {
          padding: 10px;
    font-size: 18px;
    color: #742424;
    font-weight: 600;
    background-color: #fff0;
        }
    
        .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: 100%;
  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(6, 1fr); /* 4 columns */
  gap: 20px;
}

.grid-item {
  text-align: left;
}

.grid-item h4 {
  font-size: 14px;
  font-weight: bold;
  color: #681016;
  margin-bottom: 6px;
}

.grid-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #681016;
  transition: 0.2s;
}

.grid-item a:hover {
  color: #d5974c !important;
}

.grid-item img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
@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: 100%;
}
.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 {
  border-radius: 5px;
  background-color: #d4af37 !important;
  color: #ffffff;
  padding: 0px;
  font-size: .875rem;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  width: 120px;
  margin: 10px auto 0px;
}
.faq-question {
  display: flex
;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
.footer ul li {
  display: flex
;
  align-items: center;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 500;
}
.footer a {
  font-size: 16px !important;
  color: #7c0000 !important;
}
.footerr-section p strong {
  font-size: 18px;
}