* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Tienne", serif;
  font-style: normal;
}

:root {
  --primary-red-color: #dc3545; /* brown */
  --secondary-blue-color: #2c4896; /* blue */
}

p,
li,
a {
  font-family: "Roboto", sans-serif;
}

.for-mobile {
  display: none;
}
.for-desktop {
  display: block;
}

.nav-link.active {
  color: red; /* Bootstrap primary blue */
}

.heading_content {
  font-size: 43px;
  font-weight: 700;
  text-transform: capitalize;
}

.short-heading_content {
  color: var(--secondary-blue-color);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.nav-links ul {
  margin: 0;
  padding: 0;
}
.nav-links ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}

.nav-links ul li a {
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}

.nav-links ul li ul {
  position: absolute;
  top: 45px;
  left: -40px;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 215px;
  padding: 10px;
  max-height: 200px;
  box-shadow: 0 2px 10px 2px rgba(49, 49, 49, 0.2);
  border-top: 4px solid;
  border-top-color: #f17373;
  overflow: auto;
  background-color: #fff;
  display: none;
  z-index: 10;
}

.nav-links ul li ul li {
  list-style-type: none;
  margin-bottom: 0px;
  width: 100%;
  margin-right: 0;
}

.nav-links ul li ul li a {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
}
.nav-links ul li:hover ul {
  display: block;
}

.mobile-menu {
  text-align: right;
}
.mobile-menu i {
  font-size: 35px;
}

.button-home-appoitment {
  background-color: var(--primary-red-color);
  width: 280px;
  border-radius: 30px;
  padding: 8px 0px;
  position: relative;
  transition: all 0.5s ease-out;
  animation: pulse-button-home-appoitment 2s infinite ease-in-out;
}

/* Infinite pulse animation */
@keyframes pulse-button-home-appoitment {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(255, 65, 108, 0.4);
  }
  50% {
    transform: scale(1.07);
    box-shadow: 0 6px 20px rgba(255, 65, 108, 0.7);
  }
}

.all-homees-banner {
  position: relative;
}
.all-homees-banner-text {
  position: absolute;
  top: 40%;
  left: 120px;
  color: #aaeaff;
}

.all-homees-banner h3 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.pre_header {
  background-color: var(--primary-red-color);
  padding: 13px 0px;
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
}

.header-theme {
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;

  position: fixed;
}

.only-header-padding {
  padding-bottom: 160px;
}

.main-header {
  background-color: #d9e3ff;
}
.logo-box {
  width: 110px;
  margin: 6px 0px;
}
.logo-box img {
  width: 100%;
}
.nav-links {
  text-align: center;
  padding-top: 30px;
}

.nav-links ul li i {
  background-color: var(--secondary-blue-color);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 18px;
  margin-left: 4px;
}

.top-twit-header {
  background-color: var(--secondary-blue-color);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.text-links-header {
  padding-top: 40px;
}
.button-home-appoitment i {
  color: #fff !important;
  background-color: transparent !important;
}
.button-home-appoitment a {
  color: #fff !important;
}

.sourabh-singhal-img {
  max-width: 750px;
}
.sourabh-singhal-img-main {
  display: flex;
  justify-content: end;
}

.transplant-experts-about-content {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  padding-left: 120px;
}

.sourabh-singhal-img img {
  width: 100%;
}
.about-banner {
  padding-bottom: 40px;
}

.transplant-experts-about-content p {
}

.transplant-experts-card-sec {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.transplant-experts-card-sec h5 {
  font-weight: bold;
  padding-top: 10px;
}

.transplant-experts-about-img img {
  border-radius: 20px;
}

.rating-card-home {
  width: fit-content;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 16px 20px;
  background-color: #fff;
}

.rating-content-home {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rating-text-home {
  display: flex;
  flex-direction: column;
}

.rating-text-home .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
}

.rating-text-home .stars-home {
  color: green;
  font-size: 18px;
}

/*--------------------------------------conter-section-home-about-------------------------------------------------------------*/

.appi_industry-main {
  display: flex;
  gap: 50px;
  padding-bottom: 50px;
}
.appi-card {
  padding: 10px 25px;
  position: relative;
  border-left: 1px solid #2e2e2e;
}

.appi-card p {
  text-align: justify;
}

.appi-card h4 {
  text-transform: capitalize;
}
.counter {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary-red-color);
}

.counter::after {
  content: "+";
  display: inline;
  font-size: 35px;
  font-weight: bold;
}

/*--------------------------------------conter-section-home-about---close----------------------------------------------------------*/

.our-team-about-card {
  padding: 20px 30px;
}

/*------------------3----------------------*/
.heightlight-section {
  border-radius: 30px;
  padding-top: 50px;
  background-color: var(--secondary-blue-color);
}

.home_sec9_box {
  background: #fff;
  border-radius: 30px;
  height: 400px;
}

.home_sec9_box {
  text-align: center;
  display: flex;
  padding: 30px 5px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.home_sec9_box_img img {
  width: 100%;
}

.home_sec9_box_txt p {
  text-align: justify;
  padding: 0px 15px;
}

.home_sec9_box_img {
  max-width: 100px;
  padding-bottom: 20px;
}

.home_sec9_box_txt h3 {
  font-size: 25px;
  font-weight: 700;
}

.home_sec9_box_txt a {
  text-decoration: none;
  color: #000;
}

.specialities-area-text h6 {
  color: #aaeaff;
}

.home_blog_carousel {
  position: relative;
}

.home_blog_carousel button.owl-next img {
  position: absolute;
  top: 170px;
  height: 35px;
  width: 35px;
  left: 10px;
}

.home_blog_carousel button.owl-prev img {
  position: absolute;
  top: 170px;
  right: 10px;
  height: 35px;
  width: 35px;
}

.specialities-area-text p {
  margin-bottom: 40px;
  text-align: justify;
  padding-right: 50px;
}
.specialities-area-text a {
  text-decoration: none;
  width: 220px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
  padding: 10px;
}

.specialities-area-text {
  color: #fff;
  padding-top: 50px;
}

.mask-rounded-img img {
  width: 100%;
}

/*--------------------4.--------------------*/
.card-about_txt a {
  width: 200px;
  text-align: center;
  margin-top: 25px;
}

.about-us {
  padding-top: 50px;
}
.about-main-img {
  text-align: end;
  display: flex;
  justify-content: end;
  padding-right: 100px;
  margin-top: -60px;
}

.card-about_txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.card-about_txt p {
  text-align: justify;
}
.about-liver-icon {
  max-width: 100px;
}
.about-liver-icon img {
  width: 100%;
}

.card-about_txt button {
  border: none;
  background-color: var(--primary-red-color);
  padding: 10px 40px;
  border-radius: 50px;
}
.card-about_txt button a {
  color: #fff;
  text-decoration: none;
}

/*-------------------5---------------------*/

.appointment-sec {
  background-color: var(--secondary-blue-color);
  padding: 40px 0px;
  margin-top: 50px;
}

.into24-7logo-main {
  display: flex;
  justify-content: center;
}
.into24-7logo-img img {
  max-width: 300px;
}

.into24-7logo-main {
  display: flex;
  justify-content: center;
}
.into24-7logo-main h5 {
  padding-top: 13px;
  color: #fff;
  padding-right: 10px;

  font-size: 25px;
}
/*-------------------6---------------------*/
.care-section-chouse-us {
  padding: 50px 0px;
}
.text-area-chouse-us {
  text-align: center;
}
.text-area-chouse-us h1 {
}

.feature-chouse-video-thumbnail {
  position: relative;
}
.feature-chouse-play-button {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 45%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.main-features-chouse-us {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.feature-chouse-play-button img {
  width: 100%;
}
.feature-chouse-us {
  display: flex;
  margin-bottom: 15px;
}

.feature-chouse-video-thumbnail img {
  border-radius: 50px;
}

.feature-chouse-us-img {
  max-width: 55px;
}

.feature-chouse-us-img img {
  width: 100%;
}
.feature-chouse-us-img-text {
  padding-left: 20px;
}

.feature-chouse-us-img-text h3 {
  font-size: 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

/*-------------------6---------------------*/

.appointment-section {
}

.group-book-img {
  max-width: 314px;
  position: absolute;
  top: 0;
  width: 100%;
}
.group-book-img img {
  width: 100%;
}
.bouldind-akash-health-img {
  margin-left: 30px;
}

.bouldind-akash-health-img img {
  width: 100%;
  border-radius: 20px;
}

.appointment-card {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: var(--secondary-blue-color);
  border-radius: 25px;
  position: relative;
}

.home_blog_carousel-2 .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.home_blog_carousel-2 .owl-dots .owl-dot span {
  background-color: #c4a0fd !important;
  width: 30px !important;
  height: 4px !important;
  display: block !important;
  border-radius: 20px;
  margin: 5px;
  padding: 2px 0px;
}

.home_blog_carousel-2 .owl-dots .owl-dot.active span {
  background-color: var(--primary-red-color) !important;
  display: block !important;
  padding: 3px 0px;
}

.image-container {
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.content-container {
}
.main-book-now {
  padding-top: 40px;
}
.main-book-now h6 {
  color: #aaeaff;
}

.main-book-now h2 {
  color: #fff;
}

.book-now-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 30px;
}

.book-now-button-group i {
  margin-right: 8px;
  color: #fff;
}

.rating-text-home a{text-decoration:none;color:#000;}

.book-primary-btn {
  text-decoration: none;
  color: #fff;

  background-color: var(--primary-red-color);

  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  height: 45px;
  width: 215px;
  display: flex;
  justify-content: center;
  align-items: center;
  border:none;
}
.book-primary-btn:hover {
  color: #fff;
}

.main-book-now p {
  color: #fff;
  text-align: justify;
}

.book-secondary-btn i {
  color: #000;
}

.book-secondary-btn {
  font-family: "Roboto", sans-serif;
  background-color: white;
  color: #000;
  border-radius: 50px;

  border: 1px solid gray;
  text-decoration: none;
  height: 45px;
  width: 215px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.book-secondary-btn:hover {
  color: #000;
}

/*-------------------7--------------------*/

.Professionals-team {
  
  margin: 50px 0px;
  border-radius: 30px;
}

.Professionals-team-text {
  text-align: center;
}

.Professionals-team-text p {
  padding: 0px 25px;
}
.cont-Professional {
  position: relative;
  width: 300px;
  height: 260px;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.meet-team-btn {
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.main-cont-Professional {
  display: flex;
  justify-content: center;
  padding-top: 80px;
}

.background-shape-Professional {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transform: rotate(-10deg);
  z-index: 0;
}

.main-Professional-row {
  padding-top: 100px;
}

/* Different colors for each card */
.orange-profes .background-shape-Professional {
  background-color: #f77b3c;
}

.teal-profes .background-shape-Professional {
  background-color: #1cc7b0;
}

.blue-profes .background-shape-Professional {
  background-color: #4f77e0;
}

.Professional-profilebox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 20px;
  z-index: 1;
  text-align: center;
  padding: 30px 20px;
  box-sizing: border-box;
  border: 2px solid #d9e3ff;
}

.team-card-profess {
  width: 110px;
  height: 110px;
  background-color: #f2f2f2;
  border-radius: 50%;
  margin: -80px auto 15px;
}

.Professional-profilebox h3 {
  font-size: 25px;
  margin: 30px 0 10px;
  font-weight: bold;
}

.Professional-profilebox p {
}

/*-------------------8--------------------*/
.review-sec {
  background-color: #d9e3ff;
  border-radius: 30px;
  padding: 40px 0px;
}
.testimonial {
  background-color: #fff;
  border-radius: 30px;
}
.review-testimonial {
  text-align: center;
  padding-bottom: 30px;
}

.why-choose-sec-box i {
  background-color: var(--primary-red-color);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 26px;
}

.why-choose-sec-box a {
  text-decoration: none;
}

.why-choose-sec-box h6 {
  font-weight: 600;
  font-size: 22px;
}

.global-text {
  padding-top: 50px;
}

.global-text p {
  padding-bottom: 30px;
}

/*-------------------9--------------------*/
.review-boxtxt-testimonial {
  padding-top: 50px;
}
.why-choose-head-row {
  background-color: #d9e3ff;
  border-radius: 30px;
  padding: 50px;
}
.why-choose-sec {
  background-color: #fff;
}
.testimonial {
  padding: 25px 0px;
}
.review-sec-boximg {
  max-width: 200px;
}

.testimonial {
  position: relative;
}

.testimonial button.owl-next img {
  position: absolute;
  height: 30px;
  top: 160px;
  left: 20px;
  height: 35px;
  width: 35px;
}

.testimonial button.owl-prev img {
  position: absolute;
  height: 30px;
  top: 160px;
  right: 20px;
  height: 35px;
  width: 35px;
}

/*-------------------10--------------------*/
.blog-consulting-section {
  padding: 50px 0px;
}
.description-text-conselt {
  text-align: end;
  margin-top: 50px;
}
.blog-consulting-feature {
  padding-bottom: 20px;
}

.browse-btn-pansil {
  text-decoration: none;
  border: 1px solid black;
  padding: 12px;
  color: #000;
  font-weight: 600;
  border-radius: 50px;
}

.feature-box-conselt {
  border: 2px solid #d9e3ff;
  border-radius: 35px;
  height: 540px;
}

.feature-box-conselt h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.feature-boxes-consult-text {
  padding: 20px;
}

.feature-boxes-consult-text p {
  text-align: justify;
}

.blog-feature-box-footer {
  display: flex;
  justify-content: space-between;
}

.blog-feature-card-tag {
  font-family: "Roboto", sans-serif;
  padding: 6px 20px;
  background-color: #d9e3ff;
  border-radius: 10px;
}

/*-------------------11--------------------*/
.book-appointment-area {
  margin-top: 50px;
  background-color: #d9e3ff;
  border-radius: 30px;
  position: relative;
}
.book-appointment {
  display: flex;
}
.book-appointment-text {
  display: flex;
  padding-right: 100px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.book-now-img {
  max-width: 300px;
}
.book-now-img img {
  width: 100%;
  border-radius: 30px 0px 0px 30px;
}

.book-appointment-btn {
  padding-top: 30px;
}

/*----------------about-page-start-----------------*/

.story-mission-heads i {
  margin-right: 7px;
}
.about-para p {
  text-align: justify;
}

.about-page-mission {
  margin: 50px 0px;
}
.main-about-priority {
  padding-top: 50px;
}
.about-liver-matter img {
  width: 100%;
}
.about-para img {
  width: 100%;
}
.main-about-priority {
  position: relative;
}
.bottom-wave-priority-banner {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: -1;
  background-color: var(--secondary-blue-color);
}

.bottom-wave-priority-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.accordion-title {
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 22px;
}
.accordion-title span {
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 0;
}
.accordion-title span i {
  -webkit-text-stroke: 2px #f6f1ec;
}
.what {
  padding: 0px 10px;
  font-size: 17px;
}
.faq {
  text-align: center;
  padding: 70px 0px;
  background-color: #f6f1ec;
}
.faq h5 {
  font-size: 36px;
}
.faq h5::after {
  content: "";
  display: block;
  border-bottom: 4px solid #202020;
  width: 45px;
  margin: 0 auto;
  padding: 5px 0px;
}
.faq-area {
  background-color: #f6f1ec;
  padding-bottom: 100px;
}

.skills-faq-area {
  padding-top: 50px;
}
/* faq; */

.accordion-desc p {
  text-align: justify;
}
.industry-heading-gellery {
  padding-bottom: 50px;
}
.industry-heading-gellery h2 {
  padding: 20px 0px;
  font-size: 35px;

  font-weight: 600;
}

.feature-icon-mission {
  max-width: 55px;
  margin-left:15px;
}
.our-story-mission {
  background-color: var(--secondary-blue-color);
  margin: 50px 0px;
  padding: 50px 0px;
  border-radius: 25px;
}

.story-mission-heads {
  color: #fff;
}

.story-mission-heads a {
}

.story-mission-heads h6 {
  color: #fff;
}
.story-mission-heads p {
  padding-bottom: 40px;
  text-align: justify;
}
.feature-title-box-mission {
  font-size: 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px;
}
.feature-box-mission {
  padding-top: 20px;
  background-color: white;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;

  margin-bottom: 20px;
}

.accordion-list-item {
  border-bottom: 1px solid #000;
}
.feature-desc-box-mission {
  padding-right: 10px;
}

.tools_tech_wrapper {
  display: flex;
  margin: 3rem 0px;
  border-radius: 25px;
  overflow: hidden;
}
.tools_tech_left {
  position: relative;
  padding: 20px 20px 0 0px;
  width: 35%;
  background-color: var(--secondary-blue-color);
}
.tools_tech_scroll {
  padding-right: 15px;
}

.tools_tab_link.active {
  color: #fff;
  background-color: var(--primary-red-color);
  border-radius: 12px;
}
.sectin-ak {
  display: none;
}
.sectin-ak.active {
  display: block;
}
.sectin-ak2 {
  display: none;
}
.sectin-ak2.active {
  display: block;
}
.tools_tab_link {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  padding-left: 30px;

  list-style: none;
}

.tools_tech_scroll_num {
  position: absolute;
  left: 20px;
  font-weight: 500;
}

.active .tools_arrow {
  opacity: 1;
  visibility: visible;
}

.tools_arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.tools_tech_rt {
  position: relative;
  width: 75%;
}

.tools_rt_inner {
  position: relative;
}
.tools_tab_grid ul li {
  background-color: #f7f7f7;
  border-radius: 16px;
  height: 75px;
  display: flex;
  align-items: center;
  padding: 22px;
}

.tools-accordion-body p {
  text-align: justify;
  font-size: 17px;
  padding: 20px;
}

.tools-accordion-body h5 {
  padding-left: 20px;
}
.transforming-text {
  text-align: center;
}

/*----------------about-page-end-----------------*/

/*------------------treatment-page-----------------*/
.drop-treatment {
  position: relative;
}

.drop-treatment select {
  width: 100%;
  padding: 10px;
  padding-right: 40px; /* Space for arrow */

  appearance: none; /* Hide default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.drop-treatment::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 21px;
  height: 21px;
  background-image: url("../images/treatment-dropdown-arrow.png"); /* Your arrow image URL */
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

.search-btn-treatmet {
  text-align: center;
  margin-top: 25px;
}

.about-ihpblt-head {
  background-color: #aaeaff;
  text-align: center;
  padding: 10px 0px;
  border-radius: 20px 20px 0px 0px;
  font-weight: 600;
  font-size: 20px;
}

.treatment-liver-main {
  padding-top: 50px;
}
.about-ihpblt-right {
  position: sticky;
  top: 180px;
  border-radius: 0px 0px 20px 20px;
  border-top: none;
  margin-top: 20px;
}

.border-right-form {
  border: 1px solid #5d5c5c;
  padding: 10px;
}
.about-ihpblt-rightfield {
  width: 100%;
  height: 50px;
  background-color: #fcfcfc;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.42857;
  outline: none;
  color: #888888;
  border: 1px solid rgba(136, 139, 141, 1);
  border-radius: 3px;
  box-shadow: none;
  appearance: none;
  padding: 10px 40px 10px 11px;
}
.about-ihpblt-rightfieldbox {
  margin-bottom: 19px;
}
/*-------------------treatment-page-close----------------*/
/*-------------------meet-team----------------*/

.meet-doc-sec {
  height: 450px;
  text-align: center;
  padding-top: 79px;
  background-color: var(--secondary-blue-color);
  color: #fff;
  border-radius: 0px 0px 30px 30px;
}

.meet-doc-sec h6 {
  color: #fff;
}

.meet-speciality {
}

/*-------------------meet-team-close---------------*/

/*---------------treatment-offer-form-booking-form---------------*/

.all-homees-banner-text {
  position: absolute;
  top: 40%;
  right: 120px !important;
  color: var(--primary-secondary-color);
}

.treatment-liver-box {
  text-align: center;
  /* padding: 50px 0px; */
}
.main-head-bok-appointment{padding-top:50px;}
.booking_form {
  width: 100%;
  display: block;
  border-radius: 10px;
  padding: 20px 30px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  background-color: #d9e3ff;
}

.close_booking_form {
  color: #000;
  font-weight: bold;
  font-size: 25px;
  cursor: pointer;
  text-align: right;
  line-height: 20px;
  display: none;
}

.booking_form_cover {
  margin-bottom: 25px;
  position: relative;
}
.booking_form_cover label {
  width: 100%;
  color: #000;
}
.booking_form_cover label span {
  color: red;
}

.booking_form_cover input {
  width: 100%;
  height: 40px;
  background-color: #fcfcfc;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.42857;
  border: 1px solid #ececec;
  outline: none;
  border-radius: 3px;
  box-shadow: none;
  appearance: none;
  padding: 10px 15px;
  color: #888888;
}

.booking_form_cover input::placeholder {
  color: #888888 !important;
  opacity: 1 !important;
}

.booking_form_cover select {
  width: 100%;
  height: 40px;
  background-color: #fcfcfc;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.42857;
  border: 1px solid #ececec;
  outline: none;
  border-radius: 3px;
  box-shadow: none;
  appearance: none;
  padding: 10px 40px 10px 11px;
  color: #888888;
}

.booking_form_cover textarea {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ececec;
}

.booking_form_cover input[type="file"] {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.booking_form_cover input[type="file"] ~ label {
  position: absolute;
  top: 22px;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 0.25rem;
}

.booking_form_cover input[type="file"] ~ label:after {
  content: "Browse";
  border: 0;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--primary-red-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0 0.25rem 0.25rem 0;
}

.booking_form_submit {
  color: #fff;
  background-color: var(--primary-red-color);
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 10px 50px;
  height: auto;
}

/*---------------treatment-offer-form-booking-form-close--------------*/

/*-------------------12---footer-----------------*/

.main-footer {
  background-color: var(--secondary-blue-color);
  color: white;
  padding-top: 200px;
  margin-top: -140px;
  border-radius: 30px 30px 0px 0px;
}

.footer-text h6 {
  font-size: 20px;
}
.footer-text ul li {
  padding-bottom: 10px;
}
.footer-text ul li a {
  text-decoration: none;
  color: #fff;
}

.whatsapp-icon .whatsapp {
  position: fixed;
  top: 50%;
  /* right: -30px; */
  width: 55px;
  height: 55px;
  z-index: 10;
  right: 26px;
}
.img-whats img {
  width: 100%;
}
/* .whatsapp-icon .whatsapp{position:fixed; bottom:70px; right:-30px; width:100px; height:100px; z-index:10;} */

/*popup*/
.popup1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 20000;
}
.popup1a {
  max-width: 400px;
  position: relative;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
}
.popup1a span {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 25px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}

.popup1a img {
  width: 100%;
}

/*popup*/
.treatment-liver-main p{text-align:justify;}



/*----------------contact_us------------------------*/


.contact_us1_head{font-size: 43px;font-weight: 700;color: #000;text-transform: capitalize;}

.contact_us2{padding-top: 50px;}
.contact_us2_head{text-align: center;}

.contact_us2_head p{margin: 20px 0 40px 0;}

.contact_us2_box{background-color: #fff;
    display: flex
;
    margin-bottom: -150px;}
.contact_us2_box_child{flex:1;width:33.3%;border:1px solid #e2e2e2;text-align: center;padding:35px;}
.contact_us2_box_img{max-width: 90px;margin: 0 auto;}
.contact_us2_box_img img{width:100%;}
.contact_us2_box_txt{}
.contact_us2_box_child a:hover{color:#000;}
.contact_us2_box_txt span{font-size: 20px;font-weight: bolder;margin: 15px 0;display: inline-block;}
.contact_us2_box_txt p{color: #666;font-size: 15px;}


.contact_us3{background-color: #ebeef3;background-image: url(../images/about-page-dots.png);padding: 200px 0 50px 0;}
.contact_us3_txt{margin-bottom:30px;}

.contact_us3_txt p{margin: 10px 0 40px;}

.contact_us_form_fieldBox{margin-bottom: 19px;}
.contact_us_form_field{width: 100%;background-color: #fcfcfc;font-weight: 400;font-size: 15px;line-height: 1.42857;outline: none;border-radius: 3px;
                       box-shadow: none;appearance: none;padding: 10px 40px 10px 11px;color: #888888;min-height:50px;border:none;}

.contact_us3_table{background-color:#d9e3ff;padding: 60px 40px 40px;}
.contact_us3_tableHead{color:#000;font-size: 22px;font-weight: bolder;margin-bottom:30px;}

.contact_us3_tableRow{display:flex;align-items: center;justify-content:space-between;flex-direction: row;color:#000;margin-bottom: 10px;font-size: 15px;font-weight: 500;}

.contact_us4 iframe{width:100%;height:500px; display: block;}

.contact_us2_box_txt a{text-decoration:none;}
.contact_us2_box_child a{text-decoration:none;}


/*----------------contact_us------------------------*/



  .consution-form-row{display: flex; gap: 15px;
    margin-bottom: 20px;justify-content: space-between;}
	.btn-consult-send{text-align:center;padding-top:10px;}
	.main-consution-form{background-color:#D9E3FF;padding-bottom:20px;}
	.main-consution-form h2{text-align:center;padding:25px 0px;}
	.treatment-liver-box{text-align:center;padding:15px 0px;}
    .checkbox-group-constantion{display: flex;flex-direction: column;gap:14px;}


.consution-form-row input[type="text"], .consution-form-row input[type="email"], .consution-form-row input[type="tel"]{
 
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
   
    width: 100%;
}

.text-area-group-constantion textarea{    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
   height:400px;
    width: 100%;}
	
	
	.upload-btn-wrapper {
      position: relative;
      display: inline-block;
    }
.upload-box small{font-size:14px;}
.upload-btn-wrapper p{margin-bottom:0px;}
    .btn-upload {
      border: none;
      color: white;
      background-color: #d32f2f; /* red */
          padding: 0px 10px;
      border-radius: 10px;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .btn-upload::after {
      content: "+";
      font-size: 22px;
      font-weight: bold;
    }

    .upload-btn-wrapper input[type="file"] {
      font-size: 0;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      cursor: pointer;
      height: 100%;
      width: 100%;
    }
	.form-checkboc-consult{
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-left: 30px;
 
}

.form-checkboc-consult input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form-checkboc-consult .checkmark-cosnult {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
}

.form-checkboc-consult input:checked + .checkmark-cosnult {
background-color: var(--primary-red-color);
  border-color:#ccc;
}   

.form-checkboc-consult .checkmark-cosnult::after {
  content: "";
  position: absolute;
  display: none;
}

.form-checkboc-consult input:checked + .checkmark-cosnult::after {
  display: block;
}

.form-checkboc-consult .checkmark-cosnult::after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

	.upload-con-btn{display:flex;gap:50px;}