* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  font-family: "Gabarito", sans-serif;
  font-family: "Noto Serif", serif;
  font-family: "Poppins", sans-serif;
}
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 9999;
  display: none;
  /* Initially hidden */
}
.loader img {
  height: 30px;
  margin-top: 300px;
}
.header {
  padding: 5px;
  background-color: #32a18e;
  height: 50px;
}
.topbar i {
  color: white;
  width: 21px;
  height: 20px;
  margin-top: 8px;
  padding-top: 1.88px;
  padding-left: 2.5px;
}
.topbar a {
  text-decoration: none;
}
.size {
  font-size: 14px;
}
.topbar-p {
  margin-top: 8px;
}
.topbar-p a {
  text-decoration: none;
  color: white;
}
.topbar-1 {
  margin-top: 6px;
  margin-left: 30px;
  font-size: 20px;
  color: white;
}
.language {
  margin-top: -47px;
}
.select-language {
  padding: 5px 15px;
  border-radius: 5px;
  color: white;
  border: none;
  background-color: #32a18e;
}
@media (max-width: 576px) {
  .select-language {
    margin-top: -2px;
  }
}
.clear-both {
  clear: both;
}
nav {
  border-bottom: 0.75px solid rgba(60, 60, 60, 0.2);
}
.navbar-nav {
  width: 847.45px;
  gap: 30.42px;
}
.navbar-nav li a {
  text-decoration: none;
  color: black;
  font-weight: 500;
}
.get-free-quote p {
  width: 180px;
  background: #2b55a1;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0em;
  margin-top: 10px;
}
.get-free-quote p a {
  text-decoration: none;
  color: white;
}
.get-free-quote p:hover {
  background-color: #119484;
  color: white;
  cursor: pointer;
}
.hero-section {
  width: 100%;
  background-color: rgb(255, 255, 255);
  background-image: url("../image/hero-bg-right.png");
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
}
.hero-sec-img {
  background-image: url("../image/Group.png");
  width: 100%;
  background-repeat: no-repeat;
  background-position: center calc(100px + 50%);
  background-size: contain;
  padding-bottom: 100px;
  /* height: 100vh; */
}
.discover {
  width: 65%;
  margin-top: 73px;
}
@media (max-width: 576px) {
  .hero-sec-img {
    background-image: none;
    padding-bottom: 20px;
  }
  .hero-contact-form-bg {
    background-image: url("../image/hero-bg-right.png");
    background-repeat: no-repeat;
    background-position: right;
  }
  .hero-doctor-bg {
    background-image: none;
  }
  .discover {
    width: 100%;
    margin-top: 35px;
  }
  .discover h1 {
    font-size: 33px !important;
    line-height: 50px !important;
  }
}
.discover span {
  color: #727272;
}
.discover h1 {
  font-family: Poppins;
  font-size: 52px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 40px;
  color: #025eab;
}
.get-offer {
  text-decoration: none;
  color: white;
  background: linear-gradient(0deg, #32a18e, #32a18e), linear-gradient(0deg, #c8c8c8, #c8c8c8);
  padding: 10px 40px;
  font-size: 17px;
  text-align: center;
  border-radius: 6px;
}
.contact-form {
  width: 100%;
  background-color: white;
  box-shadow: 0px 0px 10px rgb(240, 236, 236);
  border-radius: 30px;
  margin-top: 45px;
  padding: 20px 35px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .contact-form {
    display: none;
  }
  .discover {
    width: 700px;
    margin-top: 20px;
  }
  .hero-sec-img {
    background-image: none;
  }
  .get-offer {
    margin-top: 40px;
  }
  .navbar-toggler {
    display: none;
  }
  .logo-for-tab {
    padding-top: 10px;
    padding-bottom: -10px;
  }
  nav {
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  }
  .navbar-nav {
    display: none;
  }
  .get-free-quote {
    position: absolute;
    left: 570px;
    top: 25px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .navbar-nav {
    display: none;
  }
  .get-free-quote {
    position: absolute;
    left: 770px;
    top: 5px;
  }
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-field {
  position: relative;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.form-label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 0 5px;
  font-size: 16px;
  color: #555;
  pointer-events: none;
  transition: top 0.3s, font-size 0.3s, color 0.3s;
}
.form-field:focus + .form-label, .form-field:not(:placeholder-shown) + .form-label {
  top: 0;
  font-size: 14px;
  color: #007bff;
}
.hero-form h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
.hero-form .name {
  margin: 10px 0;
}
.text-in-hero-sec p {
  font-size: 10px;
  text-align: left;
}
.submit {
  background: linear-gradient(0deg, #32a18e, #32a18e), linear-gradient(0deg, #c8c8c8, #c8c8c8);
  padding: 10px 40px;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  color: white;
  border: none;
}
@media (max-width: 576px) {
  .submit {
    width: 100%;
  }
}
.plus100 {
  font-size: 27.49px;
  color: #0b4684;
  font-weight: 900;
}
.hero-hospital {
  font-size: 14.28px;
  font-weight: 300px;
  margin-top: -15px;
}
.hero-search {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.search-text {
  position: relative;
  width: 750px;
  margin: 0 auto;
}
.hero-search .search-text input {
  width: 100%;
  height: 51px;
  padding: 10px;
  border-radius: 10px;
  opacity: 0.7;
  border: 2px solid black;
}
.search-text button[type="submit"] {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' class='fa-solid fa-magnifying-glass' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 12px;
}
.search-dropdown-container {
  position: absolute;
  width: 100%;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 10px;
  z-index: 100;
  overflow-y: scroll;
  height: 300px;
  display: none;
}
.search-dropdown-container p, .search-dropdown-container-menu p {
  margin: 10px;
  color: #000;
}
.search-dropdown-container ul, .search-dropdown-container-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.search-dropdown-container ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px;
}
.search-dropdown-container ul li a:hover {
  color: #FFF;
  background: #32A18E;
}
@media (max-width: 576px) {
  .hero-search {
    left: 10px;
    right: 10px;
  }
  .plus100 {
    font-size: 22px;
  }
  .hero-hospital {
    font-size: 12px;
  }
  .search-text {
    width: 90%;
  }
  .hero-search .search-text input {
    width: 100%;
    height: 51px;
    padding: 10px;
    border-radius: 10px;
    opacity: 0.8;
    border: 1px solid black;
  }
  .search-text button[type="submit"] {
    text-indent: -999px;
    overflow: hidden;
    width: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    cursor: pointer;
    opacity: 0.7;
    margin-left: auto;
  }
  .hero-search .search-text input::placeholder {
    font-size: 10.5px;
  }
}
/* button[type="submit"]:hover {
  opacity: 1;
} */
.section h2 {
  font-size: 45px;
  text-align: center;
  padding-top: 78px;
  color: #025eab;
  font-weight: 600;
  padding-bottom: 50px;
}
.offer-section h2 {
  font-size: 45px;
  text-align: center;
  padding-top: 78px;
  color: #025eab;
  font-weight: 600;
  padding-bottom: 50px;
}
@media (max-width: 576px) {
  .section h2 {
    padding-top: 30px;
    font-size: 32px;
  }
  .offer-section h2 {
    font-size: 32px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.offer-container {
  text-align: center;
  padding: 20px;
  width: 100%;
  margin-bottom: 70px;
}
.offer-container .offer-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; /* Changed to space-around for even spacing */
  gap: 20px;
}
.offer-container .offer-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: calc(25% - 20px); /* Adjusted width for responsiveness and gap */
  padding: 20px;
  text-align: left;
  transition: transform 0.2s, box-shadow 0.2s;
  border-top: 5px solid #119484;
  box-sizing: border-box; /* Added for correct sizing with padding */
}
.offer-container .offer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.offer-container .offer-card h3 {
  margin-top: 0;
  color: #025eab;
  font-size: 18px;
  font-weight: bold
}
.offer-container .offer-card p {
  color: #555;
  margin-bottom: 20px;
}
.offer-container .offer-card a {
  color: #119484;
  text-decoration: none;
  font-weight: bold;
}
.offer-container .offer-card a:hover {
  text-decoration: underline;
}
.offer-container .offer-icon {
  font-size: 3em;
  color: #119484;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .offer-container .offer-card {
    width: calc(50% - 20px); /* Adjusted width for smaller screens */
  }
}
@media screen and (max-width: 480px) {
  .offer-container .offer-card {
    width: calc(100% - 20px); /* Full width for smallest screens */
  }
}
.card-2 {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.card-2:hover {
  transform: translateY(-10px);
}
.card-2::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.5;
}
.card-2::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.5;
}
.card-2 .card-2-icon {
  font-size: 40px;
  color: #119484;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
/* Background colors for different card themes */
.card-2.quality-care::before {
  background-color: rgba(46, 204, 113, 0.1); /* Light Green */
}
.card-2.no-waiting::before {
  background-color: rgba(52, 152, 219, 0.1); /* Light Blue */
}
.card-2.patient-assistance::before {
  background-color: rgba(241, 196, 15, 0.1); /* Light Yellow */
}
.card-2.discounts::before {
  background-color: rgba(230, 126, 34, 0.1); /* Light Orange */
}
.card-2.premium-services::before {
  background-color: rgba(155, 89, 182, 0.1); /* Light Purple */
}
.card-2.transparency::before {
  background-color: rgba(241, 196, 15, 0.1); /* Light Yellow */
}
@media (max-width: 576px) {
  .why-mejocare-section .row, .specialities-container .row {
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
  .why-mejocare-section .row .col-md-4, .specialities-container .row .col-md-3 {
    max-width: 70%;
    flex: 0 0 70%;
  }
  .why-mejocare-section .row::-webkit-scrollbar, .specialities-container .row::-webkit-scrollbar {
    display: none !important;
  }
  .specialities-container {
    margin-inline-start: 15px;
    margin-inline-end: 0;
  }
  .card-2-why-mejocare {
    margin-right: 20px;
  }
  .card-2 {
    width: 270px;
    /* height: 330px; */
  }
  .why-mejocare-section .card-size {
    font-size: 16px;
  }
  .card-2 .card-2-p-size {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .why-mejocare-section .row, .specialities-container .row {
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
  .why-mejocare-section .row .col-md-4, .specialities-container .row .col-md-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .why-mejocare-section .row::-webkit-scrollbar, .specialities-container .row::-webkit-scrollbar {
    display: none !important;
  }
}
.card-size {
  color: #025eab;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 12px;
}
.card-1-icon i {
  width: 100%;
  color: white;
  font-size: 65px;
  margin-top: 40px;
  margin-left: 5px;
  text-align: center;
}
.specialities {
  background-color: transparent;
  padding: 30px;
  border-top-left-radius: none;
  border-top-right-radius: none;
  border-bottom: none;
  box-shadow: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  transition: all ease 0.5s;
  height: 280px;
}
.specialities:hover {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 3px solid #119484;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  transition: all ease 0.5s;
}
.specialities i {
  color: #119484;
  background-color: white;
  border-radius: 50%;
  border: 1px solid white;
  font-size: 8em;
}
.specialities:hover i {
  color: white;
  background-color: #119484;
}
.specialities h3 {
  padding-top: 17px;
  font-size: 20px;
  font-weight: 400;
}
.specialities a {
  text-decoration: none;
  color: #000;
}
.specialities p {
  font-size: 14px;
  font-weight: 400;
}
.specialities .btn-container a {
  text-decoration: none;
  display: none;
}
.specialities:hover .btn-container a {
  display: flex;
  transition: all ease 0.5s;
}
.btn-container {
  display: flex;
}
.btn-small {
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50%;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 17px;
  color: #119484;
  background-color: white;
  border-color: #119484;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  border-radius: 20px;
  border: 2px solid #32a18e;
  transition: all 0.35s ease;
}
.btn-small:hover {
  color: white;
  background-color: #32a18e;
  font-weight: 600;
}
.btn-main:hover {
  color: #32a18e;
  background-color: white;
  font-weight: 600;
}
.btn-main {
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50%;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 17px;
  color: white;
  background-color: #119484;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  border-radius: 20px;
  border: 2px solid #32a18e;
  transition: all 0.35s ease;
}
.top-hospital h4 {
  color: #025eab;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  padding-top: 78px;
  padding-left: 50px;
  padding-bottom: 50px;
}
@media (max-width: 576px) {
  .top-hospital {
    margin-left: -20px;
    margin-top: -50px !important;
    font-size: 32px;
  }
  .specialities {
    margin-right: 26px;
    padding: 10px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    transition: all ease 0.5s;
  }
  .specialities i {
    color: white;
    background-color: #119484;
  }
  .specialities .btn-container a {
    text-decoration: none;
    display: flex;
  }
  .btn-small {
    padding: 5px 10px;
  }
  .btn-main {
    padding: 5px 10px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .specialities {
    padding: 5px;
  }
  .btn-small {
    padding: 5px 10px;
    font-size: 10px;
  }
  .btn-main {
    padding: 5px 10px;
    font-size: 10px;
  }
}
.select-city-1 {
  padding-top: 80px;
}
.select-city-1 select {
  font-size: 14px;
  border: 1px solid;
  width: 320px;
  margin-left: -15px;
  height: 50px;
  padding: 10px 20px;
  border-radius: 10px;
  transition: border-color 0.3s;
}
@media (max-width: 576px) {
  .select-city-1 {
    margin-top: -100px !important;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .select-city-1 select {
    width: 100%;
    margin-left: auto;
  }
}
.select-city-1 select:focus {
  border-color: #119484;
}
.select-city select {
  font-size: 14px;
  border: 1px solid;
  width: 320px;
  height: 50px;
  padding: 10px 20px;
  border-radius: 10px;
  transition: border-color 0.3s;
}
.select-city select:focus {
  border-color: #119484;
}
.card-4 {
  border-radius: 17px;
  height: 350px;
}
.card-4 img {
  border-radius: 17px 17px 0 0;
}
.card-4 h3 {
  color: #119484;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 16px;
  line-height: 22.37px;
}
.card-4 a {
  text-decoration: none;
  color: #119484;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-4-p {
  color: #848484;
  text-decoration: none;
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;
}
.view-all {
  width: 180px;
  text-decoration: none;
  color: white;
  background: linear-gradient(0deg, #32a18e, #32a18e), linear-gradient(0deg, #c8c8c8, #c8c8c8);
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  border: 0.72px;
  /* margin-left: 556px; */
  margin: 0 auto;
  cursor: pointer;
}
@media (max-width: 576px) {
  /* .view-all {
    margin: 0 auto;
  } */
  .card-4 {
    height: 300px;
  }
  .card-4 h3 {
    font-size: 13px;
  }
}
.card-5 h4 {
  font-size: 20px;
  font-weight: 400;
  padding: 15px;
  line-height: 30px;
}
.card-5-p {
  font-size: 14px;
  /* line-height: 24px; */
  font-weight: 400;
  color: #898989;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Show only two lines */
  -webkit-box-orient: vertical;
}
.card-5-p-exp {
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.card-5-p-a a {
  text-decoration: none;
  padding-left: 15px;
  color: #119484;
  font-weight: 600;
  letter-spacing: 0.37px;
  font-size: 14px;
}
@media (max-width: 576px) {
  .how-it-works-container .row {
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
  .how-it-works-container .row .col-md-2 {
    max-width: 70%;
    flex: 0 0 70%;
  }
  .how-it-works-container .row::-webkit-scrollbar {
    display: none !important;
  }
  .card-5-p-exp {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .how-it-works-container .row {
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
  .how-it-works-container .row .col-md-2 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .how-it-works-container .row::-webkit-scrollbar {
    display: none !important;
  }
  .specialities {
    margin-right: 26px;
    padding: 10px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    transition: all ease 0.5s;
  }
  .specialities .btn-container a {
    text-decoration: none;
    display: flex;
  }
}
.sec-6 {
  background-image: url("../image/line-right.png"), url("../image/line-left.png");
  background-position: right 20px, left 20px;
  background-repeat: no-repeat, no-repeat;
}
.sec-6:first-child {
  background-image: url("../image/line-right.png");
  background-position: right 20px;
  background-repeat: no-repeat;
}
.sec-6:last-child {
  background-image: url("../image/line-left.png");
  background-position: left 20px;
  background-repeat: no-repeat;
}
.sec-6 h3 {
  font-size: 20px;
  font-weight: 600;
}
.sec-6 p {
  font-size: 14px;
  font-weight: 400;
}
.section-7 {
  background-color: #e7f4f3;
}
.sec-7 h3 {
  font-size: 43px;
  font-weight: 500;
  line-height: 64px;
  padding: 30px 20px;
}
@media (max-width: 576px) {
  .sec-7 h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 30px 20px;
  }
}
.section-8 {
  background-color: #32a18e;
}
.sec-8 p a {
  text-decoration: none;
  background-color: white;
  font-weight: 600;
  color: black;
  font-size: 20px;
  padding: 15px 60px;
  border-radius: 17px;
}
.sec-8 p a:hover {
  background-color: #025eab;
  color: white;
}
.sec-8 p {
  margin-top: -7px;
  padding: 40px;
  text-align: center;
}
@media (max-width: 576px) {
  .sec-8 p {
    padding: 40px;
    width: 100%;
  }
  .sec-8 p a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
/* @media (min-width: 768px) and (max-width: 992px) {
  .view-all {
    margin: 0 auto;
  }
} */
.success-stories-container {
  width: 100%;
  overflow-x: auto;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  /* Adjust if needed */
  gap: 10px;
  /* 'column-gap' is not supported in all browsers for flex containers */
}
.success-stories-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
  border-radius: 10px;
}
.success-stories-container::-webkit-scrollbar {
  background-color: transparent;
  height: 10px;
}
.success-stories-container::-webkit-scrollbar-thumb {
  background-color: gray;
  width: 10px;
  border-radius: 10px;
}
.success-stories-container .success-story {
  flex: 0 0 250px;
  width: 250px;
}
.sec-9 {
  margin: 20px 0 0 0;
}
.card-6 {
  box-shadow: 1px 2px 2px 2px rgb(233, 229, 229);
}
.card-6 h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 37.5px;
  margin-left: 15px;
}
.what-do-our .whatdo {
  color: #7a7a7a;
  font-size: 25px;
  font-weight: 500;
}
.what-do-our-1 .whatdo {
  color: #7a7a7a;
  font-size: 25px;
  font-weight: 500;
}
.what-do-our .patients-says {
  font-size: 45px;
  color: #025eab;
}
.what-do-our-1 .patients-says {
  font-size: 45px;
  color: #025eab;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .what-do-our-1 .whatdo {
    margin-top: -60px;
  }
  .card-6 {
    margin-bottom: 30px;
  }
  .card-6 iframe {
    height: 200px;
  }
}
.card-7 {
  background-color: #32a18e0d;
  padding: 0 20px;
}
.card-7-1 h4 {
  font-size: 57.4px;
  font-weight: 600;
  padding: 30px 20px 20px;
}
.card-7-1 .sec-10 {
  font-size: 57.72px;
  font-weight: 600;
  text-align: end;
  padding-right: 30px;
  padding-top: 20px;
}
@media (max-width: 576px) {
  .card-7-1 h4 {
    font-size: 37.4px;
    font-weight: 800;
    padding: 30px 20px 20px 30px;
  }
}
@media (max-width: 576px) {
  .card-7-1 .sec-10 {
    font-size: 37.72px;
    font-weight: 800;
    text-align: end;
    margin-top: -100px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .card-7-1 h4 {
    font-size: 32px;
  }
}
.sec-12 {
  background-image: url("../image/heading doctor.svg");
  background-size: cover;
  height: 200px;
}
.sec-13 {
  background-image: url("../image/heading author.svg");
  background-size: cover;
  height: 200px;
}
.sec-14 {
  display: flex;
  align-items: center;
  /* Vertical alignment */
  justify-content: center;
  /* Horizontal alignment */
  background-color: #32A18E;
  background-size: cover;
  height: 200px;
}
.sec-14 h1 {
  color: #FFF;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.card-7-1 i {
  font-size: 13px;
  color: #ffb800;
}
.overall {
  font-size: 16px;
  font-weight: 500;
  text-align: end;
  padding-right: 30px;
  color: #a0a0a0;
}
.satisfied-patient img {
  /* right: 140px; */
  top: -25px;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 992px) {
  .card-7-1 h4 {
    font-size: 40px;
  }
  .card-7-1 .sec-10 {
    font-size: 26.2px;
  }
  .card-6 {
    margin-bottom: 30px;
  }
  .what-do-our-1 .whatdo {
    margin-top: -60px;
  }
  .what-do-our .patients-says {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .satisfied-patient img {
    top: -20px;
  }
}
.satisfied-patient {
  width: 200px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 1px 2px 2px 2px rgb(233, 229, 229);
  margin-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
.satisfied-patient .satisfied-7 {
  padding: 10px 10px 0 10px;
  font-size: 11.32px;
  font-weight: 800;
}
.patients-7 {
  text-align: end;
  font-size: 11.32px;
  font-weight: 800;
  padding-right: 10px;
}
.view-7 a {
  color: #119484;
  font-size: 12.87px;
  font-weight: 300;
  padding-left: 30px;
}
.write-review {
  background-color: white;
  border-radius: 12px;
  box-shadow: 1px 2px 2px #119484;
  border: 1.3px;
  margin: 20px 100px;
  padding: 20px 0;
  /* text-decoration: none; */
  color: #119484;
  font-size: 17px;
  cursor: pointer;
}
.write-review:hover {
  background-color: #025eab;
  box-shadow: none;
  color: white;
}
@media (max-width: 576px) {
  .write-review {
    background-color: white;
    border-radius: 12px;
    box-shadow: 1px 2px 2px #119484;
    border: 1.3px;
    width: 80%;
    margin-left: 35px;
  }
}
.review-card i {
  padding: 35px 300px;
  font-size: 35px;
  color: #119484;
}
@media (max-width: 576px) {
  .review-card i {
    font-size: 35px;
    color: #119484;
    margin-left: -135px !important;
  }
}
.review-card h4 {
  font-size: 16.09px;
  font-weight: 400;
  padding: 15px;
  text-align: center;
  line-height: 19.31px;
}
.review-card .read {
  text-decoration: none;
  font-size: 18.26px;
  font-weight: 400;
  color: #11948482;
  cursor: pointer;
  margin-top: 10px;
  display: block;
}
.rokan {
  font-size: 12.87px;
  font-weight: 600;
  line-height: 15.45px;
}
@media (max-width: 576px) {
  .rokan {
    margin-left: 20px;
    margin-top: 10px;
  }
  .review-iraq {
    margin-left: 20px;
  }
  .review-iraq-star {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .satisfied-patient {
    margin-top: 30px;
  }
  .satisfied-patient img {
    top: -24px;
  }
  .patients-7 {
    font-size: 15px;
  }
  .write-review {
    width: 60%;
    margin: 0 auto;
  }
  .card-7 {
    padding-bottom: 30px;
  }
}
.review-iraq {
  font-size: 12.87px;
  font-weight: 400;
  margin-top: -10px;
}
.review-iraq-star span {
  font-size: 10px;
  color: #119484;
}
.footer-text {
  padding-top: 120px;
  padding-bottom: 30px;
}
.footer-contact h4 {
  font-size: 18px;
  font-weight: 500;
}
.address span {
  font-weight: 600;
  font-size: 14px;
}
.address p {
  font-size: 14px;
}
.footer-icon a {
  text-decoration: none;
  color: white;
}
.footer-icon i {
  width: 35px;
  height: 35px;
  border: 1px solid white;
  padding: 9px 8px;
  border-radius: 50%;
}
.footer-icon .fa-facebook:hover {
  background-color: rgb(60, 60, 242);
  border: none;
}
.footer-icon .fa-instagram:hover {
  background-color: red;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(red, yellow);
  border: none;
}
.footer-icon .fa-linkedin:hover {
  background-color: rgb(37, 167, 254);
  border: none;
}
.footer-icon .fa-pinterest:hover {
  background-color: red;
  border: none;
}
.footer-icon .fa-youtube:hover {
  background-color: red;
  border: none;
}
.top-procedure h4 {
  font-size: 18px;
}
.top-procedure p a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}
.breadcrumb {
  background-color: #017166;
  padding: 20px;
}
.breadcrumb .footer-breadcrumb a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}
.footer-copyright {
  font-size: 14px;
}
.footer-copyright a {
  text-decoration: none;
  color: white;
  font-size: 13px;
  font-weight: 600;
}
.footer-language p a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .view-7 a {
    font-size: 20px;
  }
}
/*nav*/
.navbar {
  background-color: #ffffff;
  font-size: 15px;
}
.navbar-white {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0px 0px 10px #ccc !important;
  border-bottom: 2px solid #119484 !important;
}
.navbar ul li ul {
  list-style-type: none;
  background-color: #fff;
  position: absolute;
  width: auto !important;
  top: 70px;
  display: none;
  border-top: 2px solid #119484;
  box-shadow: 0 1px 5px -2px rgb(0 0 0 / 30%);
  padding: 0;
  z-index: 99;
  margin: 0 0 0 15px;
}
.navbar ul li ul li {
  width: auto;
  padding: 10px 0;
}
.navbar ul li:hover > a {
  color: #119484 !important;
}
.navbar ul li:hover ul {
  display: block;
  animation: fadeIn 1s;
}
.navbar ul li ul li a {
  border-left: 3px solid #fff;
  padding: 10px 20px;
  color: #000 !important;
}
.navbar ul li ul li a:hover {
  border-left: 3px solid #119484;
  color: #119484 !important;
}
#navbarmain {
  padding: 10px 0px;
}
#navbarmain .nav-link {
  font-weight: 500;
  padding: 10px 15px;
  color: #262626;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  transition: all 0.25s ease;
}
.dropdown-toggle::after {
  display: none;
}
navbar-brand {
  margin-top: 10px;
}
.navbar-brand img {
  width: 60%;
}
#navbarmain {
  display: flex !important;
  justify-content: space-between;
}
.clients-logo-4 .client-thumb {
  text-align: center;
  border: 1px solid #cccccc;
  padding: 10px 20px;
}
.client-thumb {
  text-align: center;
}
.best-hospital h4 {
  font-size: 40px;
  color: white;
  text-align: center;
  font-weight: 600;
  padding: 50px 0;
  opacity: 1;
}
.best-hospital-1 a {
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 16px;
}
.best-hospital-3 {
  background-color: #f5fbfa;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 2px;
  border-radius: 15px;
}
.best-hospital-3 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 37.5px;
}
@media (max-width: 576px) {
  .best-hospital-2 {
    width: 200px;
  }
  .best-hospital-filter {
    width: 30%;
    /* margin-top: -40px !important; */
  }
}
.icon-bar {
  position: relative;
  background-color: #f8f8f8;
  padding: 4px;
  border: 0.5px solid #606060;
  border-radius: 15px;
}
.icon-bar a {
  text-decoration: none;
  color: black;
}
.icon-bar i {
  color: #555;
  position: absolute;
  top: 10px;
  left: 10px;
}
.icon-bar input {
  border: none;
  outline: none;
  padding: 5px 15px 5px 30px;
  width: 100%;
  background-color: #f8f8f8;
}
.icon-bar p {
  padding: 3px 15px 5px 30px;
  height: 15px;
  cursor: pointer;
}
/* .filter-hospital{
  margin-left: 30px;
} */
.best-hospital-read-more {
  color: #424242;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.best-hospital-show-less {
  color: #424242;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.reset h4 {
  font-size: 20px;
  border-bottom: 2px solid rgb(161, 160, 160);
}
.reset i {
  background-color: #119484;
  color: white;
  padding: 10px;
  margin-top: -15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.best-hospital-4 {
  background-color: #f4f4f482;
  padding: 15px 10px;
  border-radius: 18px;
}
.best-hospital-5 {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  padding: 10px;
  position: relative;
}
.best-hospital-5 .departments {
  font-size: 16px;
  font-weight: 600;
}
.best-hospital-5 label {
  display: inline;
  flex-grow: 1;
  margin-left: 5px;
}
.best-hospital-5::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
  border-radius: 10px;
}
.best-hospital-5::-webkit-scrollbar {
  background-color: transparent;
  width: 10px;
}
.best-hospital-5::-webkit-scrollbar-thumb {
  background-color: rgb(209, 203, 203);
  border-radius: 10px;
}
.best-hospital-5 .form-check label {
  font-size: 14px;
}
.hospital-card {
  box-shadow: 0px 2.9076642990112305px 10.278848648071289px 0px #0000001c;
}
.hospital-card-sec {
  box-shadow: 0px 2.9076642990112305px 10.278848648071289px 0px #0000001c;
}
.best-hospital-6 h5 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
.hospital-card-1 {
  padding: 30px 25px;
}
.best-hospital-7 .indraprastha {
  font-size: 25px;
  font-weight: 600;
}
.best-hospital-doctor-page {
  font-weight: 800;
  font-size: 14px;
}
.indraprastha-text {
  font-size: 14px;
}
.indraprastha-text1 {
  font-size: 14px;
}
@media (max-width: 576px) {
  .indraprastha-text-airport {
    margin-top: -50px !important;
  }
  .bed {
    margin-inline-start: 200px;
    margin-top: -40px;
  }
}
.Indraprastha-contact-btn {
  text-decoration: none;
  color: white;
  background-color: #119484;
  text-align: center;
  padding: 10px 50px;
  border-radius: 6px;
}
@media (max-width: 576px) {
  .Indraprastha-contact-btn {
    text-align: center;
    padding: 13px 100px;
    margin-top: 10px;
  }
}
.best-hospital-7 .hospital-about {
  font-size: 16.53px;
  font-weight: 700;
}
.best-hospital-8 {
  font-size: 16px;
  font-weight: 400;
  color: #727272;
  /* margin-bottom: 78px; */
}
.best-hospital-9 .btn-read-more {
  text-decoration: none;
  color: #32a18e;
  border: 1.26px solid #32a18e;
  padding: 10px 15px;
  border-radius: 6px;
}
@media (max-width: 576px) {
  .best-hospital-9 .btn-read-more {
    width: 100% !important;
    display: block !important;
    text-align: center;
  }
  .best-hospital-7 {
    margin-top: 10px;
  }
}
.best-hospital-9 .btn-read-more:hover {
  color: white;
  background-color: #32a18e;
}
@media (min-width: 768px) and (max-width: 992px) {
  .best-hospital-9 .btn-read-more {
    display: inline-block;
    padding: 10px 50px;
  }
  .best-hospital-7 .indraprastha {
    padding-top: 10px;
  }
}
.best-hospital-9 .btn-contact {
  text-decoration: none;
  color: white;
  background-color: #119484;
  padding: 10px 15px;
  border: 1.26px solid #32a18e;
  border-radius: 6px;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .best-hospital-9 .btn-contact {
    width: 100% !important;
    display: block !important;
    text-align: center;
    margin-top: 10px;
  }
}
.best-hospital-9 .btn-contact:hover {
  color: #32a18e;
  background-color: white;
}
@media (min-width: 768px) and (max-width: 992px) {
  .best-hospital-9 .btn-contact {
    display: inline-block;
    padding: 10px 50px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .best-hospital-9 .btn-read-more {
    display: inline;
    padding: 10px 35px;
  }
  .best-hospital-9 .btn-contact {
    display: inline;
    padding: 10px 35px;
  }
}
.best-hospital-10 {
  background-color: #e7f4f3;
  padding: 30px;
}
.best-hospital-10 h5 {
  font-size: 42.99px;
  font-weight: 500;
}
.best-hospital-11 {
  background-color: #32a18e;
  padding-top: 40px;
  padding-bottom: 30px;
}
.best-hospital-11-1 p a {
  text-decoration: none;
  background-color: white;
  font-size: 30px;
  font-weight: 600;
  color: black;
  border-radius: 17px;
  padding: 15px 60px;
}
.best-hospital-11-1 p a:hover {
  color: white;
  background-color: #2e52a0;
}
.previous {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10vh;
  margin: 0;
}
@media (max-width: 576px) {
  .previous {
    width: 50px;
    align-items: center;
    justify-content: center;
    display: block;
  }
}
.pagination {
  display: flex;
  list-style: none;
  padding: 0;
}
.pagination li {
  margin: 0 5px;
}
.pagination a {
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #119484;
  color: white;
  border: none;
  border-radius: 4px;
}
.pagination a:hover {
  background-color: #025eab;
}
.pagination a.active {
  background-color: #025eab;
}
.pagination a:disabled {
  background-color: #d3d3d3;
  cursor: not-allowed;
}
.previous-1 {
  color: black;
}
.best-hospital-12 {
  margin-bottom: 100px;
}
.best-hospital-12 .best-hospital-12-1 {
  display: flex;
}
.best-hospital-12 .best-hospital-12-1 li {
  list-style-type: none;
}
.best-hospital-12 .best-hospital-12-1 li a {
  text-decoration: none;
}
.best-hospital-12 .best-hospital-12-1 .one {
  background-color: #119484;
}
.best-hospital-12 .best-hospital-12-1 a {
  padding: 10px;
  color: black;
}
.best-hospital-rating h3 {
  color: rgb(71, 70, 70);
}
.best-hospital-rating .rating {
  font-size: 40px;
}
.best-hospital-rating .rating-1 {
  color: rgb(252, 186, 21);
}
.best-hospital-14 .enhanced {
  background-color: #e7e7e733;
  padding: 45px 60px;
  border-radius: 39px;
}
.best-hospital-14 .enhanced h5 {
  font-size: 20px;
  font-weight: 600;
}
.best-hospital-14 .enhanced-1 i {
  color: #119484;
}
.best-hospital-14 .enhanced-1 p {
  font-size: 16px;
  font-weight: 400;
}
.enhanced .by-mejocare {
  background-color: #119484;
  border-radius: 20px;
  color: white;
  text-align: center;
  padding: 15px 0;
}
.enhanced .by-mejocare i {
  color: #119484;
  background-color: white;
  border-radius: 10px;
  font-size: 20px;
}
.enhanced .by-hospital i {
  color: red;
}
.hospital-section {
  background-color: #f4faf9;
}
.best-hospital-hero-section h4 {
  font-size: 50px;
  font-weight: 600;
  color: #025eab;
}
.best-hospital-hero-section p {
  font-size: 30px;
  font-weight: 300;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .best-hospital-hero-section h4 {
    font-size: 34px;
  }
  .best-hospital-hero-section p {
    font-size: 16px;
  }
}
.best-hospital-hero {
  padding-top: 70px;
}
.hospital-hero-img {
  padding-left: 150px;
}
@media (max-width: 576px) {
  .hospital-hero-img {
    /* margin-left: -210px; */
    /* width: 100%;
    margin-top: -40px !important; */
    display: none;
  }
}
.word-wrap {
  word-wrap: break-word;
}
.hospital-sec-img {
  /* background-image: url("/image/Rectangle\ 61.svg"); */
  background-repeat: no-repeat;
  background-position: right;
}
.best-hospital-contact-form {
  width: 100%;
  background-color: white;
  box-shadow: 1px 1px 15px rgb(240, 236, 236);
  border-radius: 30px;
  margin-top: 20px;
  padding: 20px 35px;
}
.best-hospital-sec-7 h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 64px;
  padding: 30px 20px;
}
@media (max-width: 576px) {
  .best-hospital-sec-7 h3 {
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 600;
  }
  .hospital-sec-img {
    background-color: #8ccac0;
    margin-bottom: 70px !important;
  }
}
.section-8 {
  background-color: #32a18e;
}
.best-hospital-sec-8 p a {
  text-decoration: none;
  background-color: white;
  font-weight: 600;
  color: black;
  font-size: 15px;
  padding: 15px 40px;
  border-radius: 17px;
}
.best-hospital-sec-8 p a:hover {
  background-color: #025eab;
  color: white;
}
.best-hospital-sec-8 p {
  margin-top: -7px;
  padding: 40px;
  text-align: center;
}
.individual-hospital p {
  display: inline;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .best-hospital-sec-7 h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
  }
  .best-hospital-contact-form {
    margin: 0 auto;
    text-align: center;
  }
}
.individual-hospital-1 {
  background-color: #f8f8f8;
  padding: 20px;
}
.individual-hospital-2 h4 {
  font-size: 20px;
  font-weight: 600;
}
.individual-hospital-3 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.individual-hospital-3 ul li {
  border: 1px solid #119484;
  border-radius: 10px;
  margin-bottom: 10px;
}
.individual-hospital-3 ul li a {
  text-decoration: none;
  color: #727272;
  padding: 8px 0 8px 10px;
  display: block;
}
/* .individual-hospital-3 ul li a.active {
  border-left: 4px solid #119484;
  color: black;
} */
.individual-about-hospital h2 {
  font-size: 25px;
  font-weight: 600;
}
.individual-about-hospital p {
  font-size: 16px;
  font-weight: 400;
}
.individual-about-hospital ul li {
  margin-bottom: 10px;
}
.individual-about-hospital .expand-more a {
  color: #119484;
}
.individual-hospital-4 h3 {
  color: #119484;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 16px 0 16px;
  /* line-height: 22.37px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Show only two lines */
  -webkit-box-orient: vertical;
}
.individual-hospital-4 {
  height: 430px;
}
/*   */
.table-col-bar .col-md-4:nth-child(1) .table-heading-css {
  border-top-left-radius: 10px;
}
.table-col-bar .col-md-4:nth-child(3) .table-heading-css {
  border-top-right-radius: 10px;
}
.table-col-bar .col-md-4 {
  padding: 0;
}
.table-col-bar {
  margin-top: 15px;
}
.table-heading-css {
  background: #119484;
  border-radius: 10px 10px 0px 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.table-heading-css h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 36px;
  color: #ffffff;
}
.table-data-css {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.satisfied-ellipse {
  display: flex;
  float: left;
}
.clear-both {
  clear: both;
}
.satisfied-ellipse-grey {
  list-style-type: none;
  width: 20px;
  height: 20px;
  border: 0.7px solid #fff;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin-left: -10px;
  padding-left: -30px;
}
.satisfied-ellipse-18 {
  width: 20px;
  height: 20px;
  border: 0.7px solid #fff;
  border-radius: 50%;
  font-size: 8px;
  color: white;
  padding: 2px;
  margin-left: -10px;
  background-color: #119484;
}
.card-doc-ind {
  box-shadow: 1px 1px 10px rgba(104, 103, 103, 0.2);
  border-radius: 10px;
}
.card-doc-ind-padd {
  padding: 48px 35px 0 35px;
}
.card-doc-ind-img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.card-doc-ind .doc-ind-rela {
  font-size: 30px;
  font-weight: 600;
}
.card-doc-ind .doc-ind-small {
  font-size: 13px;
  font-weight: 400;
}
.doc-ind-small span {
  font-size: 16px;
  font-weight: 600;
}
.doc-ind-share p a {
  text-decoration: none;
  color: black;
  font-weight: 600;
  cursor: pointer;
}
.doctor-ind-speciality-margin {
  margin-top: 40px;
}
.doc-ind-card-specal {
  border: 1px solid rgb(172, 172, 172);
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.doc-ind-card-specal .doc-ind-clinical h2 {
  font-size: 16px;
  font-weight: 600;
  background-color: white;
  position: absolute;
  top: -10px;
  padding: 0 5px;
}
.doc-ind-clinical {
  overflow-y: scroll;
  height: 250px;
}
.doc-ind-card-specal:hover {
  border: 3px solid #119484;
}
.doc-ind-clinical::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
  border-radius: 10px;
}
.doc-ind-clinical::-webkit-scrollbar {
  background-color: transparent;
  width: 10px;
}
.doc-ind-clinical::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .about {
    text-align: center;
  }
  .individual-hospital-4 {
    height: 350px;
  }
  .individual-hospital-4 h3 {
    font-size: 13px;
  }
  .card-5-p {
    font-size: 12px;
  }
  .card-5-p-a {
    font-size: 12px;
  }
  .about1 {
    text-align: center;
    font-size: 28px !important;
  }
  .about-bg-img {
    width: 100%;
    margin-left: -20px;
  }
  .card-about-1 {
    text-align: center;
    height: auto !important;
  }
  .card-about-vission-p {
    text-align: justify !important;
  }
  .mejocare {
    font-size: 28px !important;
  }
  .doc-ind-card-specal {
    margin-top: 20px;
  }
  .doctor-ind-speciality-margin {
    margin-top: 10px;
  }
}
.about {
  font-weight: 600;
  color: #2e52a0;
  font-size: 30px;
}
.about-p {
  font-size: 16px;
  font-weight: 400;
  color: #414141;
}
.about1 {
  font-weight: 500;
  color: #025eab;
  font-size: 45px;
  line-height: 50px;
}
.mejocare {
  font-weight: 500;
  font-size: 60px;
  color: #025eab;
}
.frequently {
  color: #119484;
  font-weight: 600;
  font-size: 65px;
}
.frequently1 {
  font-weight: 500;
  font-size: 22px;
  color: #141d1a;
}
.accordion {
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
}
.icon {
  float: right;
  margin-top: -50px;
  border: 0.3px;
  font-size: 25px;
  border-radius: 8px;
  color: #119484;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}
.icon1 {
  float: right;
  margin-top: -50px;
  border: 0.3px;
  font-size: 25px;
  border-radius: 8px;
  color: #119484;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}
.panel {
  display: none;
  overflow: hidden;
}
.accordian-question {
  font-weight: 600;
  font-size: 16px;
  color: #141d1a;
}
.accordian-answer {
  font-weight: 400;
  font-size: 14px;
  color: #414141;
}
.accordian-card {
  box-shadow: 1px 1px 15px rgba(176, 173, 173, 0.4);
  padding: 20px;
}
.card-about-1 {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  padding: 50px;
}
.card-about-1 .card-about-1-img .card-about-vission {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
}
.card-about-1-img p {
  font-size: 16px;
  color: #414141;
}
@media (max-width: 576px) {
  .service {
    font-size: 28px !important;
    width: 70%;
  }
  .service-p {
    width: 70%;
  }
  .service1 {
    text-align: center;
  }
  .pre-service-p {
    text-align: center;
  }
  .upon-service-h {
    text-align: center !important;
  }
  .upon-service-p {
    text-align: center !important;
  }
  .ambulance-bg {
    margin-top: 90px;
  }
  .mhysiotherapist-bg {
    width: 100%;
    margin-left: -620px !important;
    margin-top: 250px !important;
  }
  .servive-dr-img {
    height: 350px;
    margin-left: -160px;
  }
  .doctor-last-section {
    width: 70%;
    margin-top: -350px !important;
    margin-left: 30%;
  }
}
.service {
  font-weight: 600;
  font-size: 45px;
  color: #025eab;
}
.service-p {
  font-weight: 400;
  font-size: 16px;
  color: #414141;
}
.service p a {
  text-decoration: none;
  color: white;
}
.service p {
  width: 150px;
  background: linear-gradient(0deg, #32a18e, #32a18e), linear-gradient(0deg, #c8c8c8, #c8c8c8);
  margin-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  text-align: center;
  border-radius: 6px;
}
.service-bg-color {
  background-color: linear-gradient(180deg, #fcfcfc 0%, #fcfcfc 39.06%, #fafafa 100%);
}
.service1 {
  color: #025eab;
  font-size: 45px;
  font-weight: 600;
}
.pre-service-p {
  font-size: 16px;
  font-weight: 300;
  line-height: 43.5px;
}
.pre-service-card {
  box-shadow: 1px 1px 15px rgb(170, 169, 169);
  border-radius: 25px;
  border: 1px solid black;
}
.pre-card {
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  line-height: 21.44px;
  padding: 10px;
}
.pre-card-1 {
  font-weight: 400;
  font-size: 20px;
}
.pre-card-2 {
  margin-top: 15px;
  background-color: #119484;
  width: 44.63px;
  height: 40px;
  border-radius: 8.65px;
  margin-left: 42%;
  padding-top: 10px;
}
.pre-service-card:hover {
  background-color: #e0dede;
}
.plane-bg {
  position: absolute;
  right: 0;
  width: 100%;
}
.pre-service-section {
  position: relative;
}
.upon-service-h {
  font-weight: 600;
  font-size: 45px;
  color: #025eab;
  margin-top: 50px;
}
.upon-section {
  position: relative;
}
.ambulance-bg {
  position: absolute;
  top: 100px;
}
.post-arrival-section {
  margin-top: 160px;
  position: relative;
}
.mhysiotherapist-bg {
  position: absolute;
  top: -60px;
  left: 620px;
}
.additional-section {
  margin-top: 240px;
  position: relative;
}
.medical-doctor-bg {
  position: absolute;
  left: 760px;
}
.doctor-last-section {
  font-size: 16px;
  font-weight: 300;
  margin-top: 70px;
}
.card-author {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.card-author .card-author-mishra {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}
.card-author .card-author-p {
  font-size: 16px;
  font-weight: 700;
}
.card-author .card-author-text {
  font-size: 16px;
  font-weight: 400;
}
.card-author-icon a {
  text-decoration: none;
  color: #119484;
}
.card-author-icon a i {
  width: 30px;
  height: 30px;
  background-color: rgb(239, 239, 239);
  border-radius: 50%;
  padding: 7px;
}
.card-author-icon a i:hover {
  background-color: #119484;
  color: white;
}
.card-author-view {
  padding: 15px;
  border: 2px solid #119484;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  color: #119484;
  font-size: 16px;
}
.card-author-view:hover {
  background-color: #119484;
  color: white;
}
.author-card-blog {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  border-radius: 9px;
}
.author-card-blog-img {
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.author-card-blog-h5 {
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
}
.author-card-blog-i {
  font-size: 10px;
}
.author-card-blog-p {
  font-size: 14px;
  font-weight: 400;
}
.author-card-blog-p-name {
  font-size: 12px;
  font-weight: 600;
}
.author-explore-more a {
  text-decoration: none;
  border: 1px solid #119484;
  padding: 17px 35px;
  border-radius: 10px;
  color: #119484;
}
.author-explore-more p {
  text-align: center;
}
.author-explore-more p a:hover {
  background-color: #119484;
  color: white;
}
.author-ind-more p {
  text-align: center;
}
.author-ind-more p {
  color: #119484;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
}
.blog-categorie-1 {
  background-color: #119484;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 30px;
  font-weight: 500;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.blog-categorie {
  background-color: #bdbdbd0d;
}
.blog-catergorie-2 {
  list-style: none;
}
.blog-catergorie-2 li {
  width: 49%;
  margin-bottom: 10px;
  display: inline-block;
}
.blog-catergorie-2 li img {
  width: 100%;
  height: auto;
}
.blog-catergorie-2 {
  overflow-y: scroll;
  height: 700px;
}
.blog-catergorie-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
  border-radius: 10px;
}
.blog-catergorie-2::-webkit-scrollbar {
  background-color: transparent;
  width: 10px;
}
.blog-catergorie-2::-webkit-scrollbar-thumb {
  background-color: rgb(199, 191, 191);
  border-radius: 10px;
}
.blog-int-section-h4 {
  font-size: 35px;
  font-weight: 800;
}
@media (max-width: 576px) {
  .blog-int-1 {
    font-size: 12px !important;
  }
  .blog-int-2 {
    font-size: 12px !important;
  }
  .blog-int-1 span {
    font-size: 12px !important;
  }
  .blog-int-4 {
    font-size: 12px !important;
    margin-top: -67px;
    text-align: end;
  }
  .blog-int-5 {
    font-size: 12px !important;
    /* margin-top: -10px; */
    text-align: end;
  }
}
.blog-int-1 {
  font-size: 14px;
  font-weight: 600;
}
.blog-int-1 span a {
  font-size: 14px;
  font-weight: 600;
  color: #0b4684;
  text-decoration: none;
}
.blog-int-2 {
  font-size: 14px;
  font-weight: 600;
}
.blog-int-4 {
  font-size: 14px;
  font-weight: 600;
}
.blog-int-5 {
  font-size: 14px;
  font-weight: 600;
}
.blog-int-3 h5 {
  font-size: 20px;
  font-weight: 500;
}
.blog-int-3 p {
  font-size: 16px;
  font-weight: 500;
}
.blog-int-icon p i {
  text-decoration: none;
  color: black;
  margin: 10px;
}
.blog-int-icon p a i {
  border: 1px solid black;
  border-radius: 50px;
  padding: 15px;
  list-style-type: none;
  text-align: center;
}
.blog-int-related-blog h5 {
  font-size: 30px;
  font-weight: 600;
}
.blog-written-by {
  background-color: #9494940d;
  padding: 35px 25px;
  border-radius: 30px;
}
.blog-written-sec-1 {
  font-size: 16px;
  font-weight: 600;
}
.blog-int-written-sec h5 {
  font-size: 20px;
  font-weight: 600;
}
.blog-int-written-sec h5 a {
  text-decoration: none;
  color: #119484;
}
.blog-written-sec-2 {
  color: #414141;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .treatment-img {
    /* width: 100%;
    margin-left: -50px;
    margin-top: 25px; */
    display: none;
  }
  .treatment-h {
    /* margin-top: -240px !important;
    font-size: 38px !important;
    text-align: end; */
    margin-top: -30px !important;
    font-size: 32px !important;
    line-height: 50px !important;
  }
  .treatment-p {
    /* margin-top: -220; */
    font-size: 20px !important;
    /* text-align: end; */
  }
}
.treatment-h {
  font-size: 45px;
  margin-top: 90px;
  color: #025eab;
  font-weight: 600;
  line-height: 60.5px;
}
.treatment-p {
  font-weight: 400;
  line-height: 38.65px;
  font-size: 30px;
}
.surgical {
  font-weight: 600;
  font-size: 16px;
  margin-top: 27px;
}
.surgical a {
  color: #025eab;
  text-decoration: none;
}
@media (max-width: 576px) {
  .surgical {
    /* margin-top: 10px !important; */
    margin-left: 20px;
  }
  .accordian-answer {
    text-align: justify !important;
  }
  .surgical-treatment-ul a {
    width: 46% !important;
  }
}
.surgical-card {
  border-radius: 15px;
}
.surgical-card:hover {
  transition: 0.5s all;
  transform: scale(1.03);
}
.image-gas {
  padding: 20px;
}
.surgical-icon {
  /* float: right; */
  font-size: 25px;
  color: #119484;
  margin-top: -45px;
  /* margin-left: 100%; */
}
.surgical-card i {
  color: #119484;
}
.surgical-p {
  font-weight: 600;
}
.bariatric-h {
  font-weight: 600;
  font-size: 45px;
  color: #414141;
}
.treatment-h {
  font-size: 45px;
  margin-top: 90px;
  color: #025eab;
  font-weight: 600;
  line-height: 60.5px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .surgical {
    margin-left: 20px;
  }
  .about-bg-img {
    margin: 0 auto;
  }
  .plane-bg {
    top: 150px;
  }
  .mhysiotherapist-bg {
    width: 80%;
    position: absolute;
    left: 60px;
    top: 120px;
  }
  .medical-doctor-bg {
    width: 80%;
    position: absolute;
    left: 60px;
    top: 70px;
  }
  .treatment-img {
    display: none;
  }
  .treatment-h {
    margin-top: 20px !important;
  }
  .card-about-1 {
    text-align: center;
    height: auto !important;
  }
}
.treatment-p {
  font-weight: 400;
  line-height: 38.65px;
  font-size: 30px;
}
.surgical {
  color: #025eab;
  font-weight: 600;
  font-size: 16px;
  margin-top: 27px;
}
.image-gas {
  padding: 20px;
}
.surgical-icon {
  /* float: right; */
  font-size: 25px;
  color: #119484;
  margin-top: -45px;
  margin-left: 100%;
}
.surgical-card {
  box-shadow: 1px 1px 15px rgba(161, 139, 139, 0.4);
  padding: 5px;
}
.surgical-p {
  font-weight: 600;
}
.surgical-treatment-ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow-y: scroll;
  height: 170px;
  margin: 0;
  padding: 0;
}
.surgical-treatment-ul a {
  text-decoration: none;
  color: black;
  border-radius: 50px;
  background-color: #e4e4e4;
  font-size: 12px;
  flex: 0 0 calc(49% - 10px);
  margin-bottom: 10px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 7px;
}
.surgical-treatment-ul a:hover {
  background-color: #119484;
  color: white;
}
.surgical-treatment-ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
  border-radius: 10px;
}
.surgical-treatment-ul::-webkit-scrollbar {
  background-color: transparent;
  width: 10px;
}
.surgical-treatment-ul::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 10px;
}
.bariatric-h {
  font-weight: 600;
  font-size: 45px;
  color: #414141;
}
.bariatric-p {
  font-weight: 400;
  font-size: 16px;
  color: #818181;
}
.bariatric-card {
  border-radius: 25px;
  padding: 20px;
}
.bariatric-card .icon-of-depart {
  display: grid;
  text-align: center;
  place-content: center;
  font-size: 200px;
  color: #2e52a0;
  border-radius: 28px;
  box-shadow: 0px 4px 18px 0px #AFAFAF42;
  margin-bottom: 20px;
}
.read-more {
  text-decoration: none;
  color: #424242;
}
.bariatric-h1 {
  font-weight: 400;
  font-size: 34px;
  line-height: 51.68px;
}
.procedure-search input {
  padding: 15px;
  width: 90%;
  padding-left: 30px;
  border-radius: 70px;
  border: 0.8px solid rgba(0, 0, 0, 0.7);
  box-shadow: 0px 9.379541397094727px 38.9611701965332px 0px #0000000F;
}
.Bariatic-hospital-button {
  padding: 17px 35px;
  border-radius: 10px;
  background-color: #119484;
  color: #FFF;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.Bariatic-doctor-button {
  padding: 17px 35px;
  border-radius: 10px;
  border: 1px solid #119484;
  color: #119484;
  text-decoration: none;
  display: block;
  text-align: center;
}
@media (max-width: 576px) {
  .bariatric-card {
    margin-top: 20px;
  }
  .surgical-treatment-ul a {
    flex: 0 0 calc(99% - 10px);
    font-size: 10px;
    padding: 5px;
  }
  .bariatric-card .icon-of-depart {
    font-size: 150px;
    width: auto;
  }
  .Bariatic-hospital-button {
    padding: 10px !important;
    margin-bottom: 10px;
    color: #FFF;
  }
  .bariatric-h {
    font-size: 24px;
    margin-top: -150px;
    margin-left: 160px;
  }
  .Bariatic-doctor-button {
    padding: 10px !important;
  }
  .bariatric-p {
    padding: 10px;
  }
  .bariatric-h1 {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .Bariatic-hospital-button, .Bariatic-doctor-button {
    font-size: 15px;
    padding: 10px 20px;
  }
}
.list-main-procedure ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-main-procedure ul li a {
  margin-top: 10px;
}
.list-main-procedure ul li a {
  border-radius: 50px;
  background-color: #e4e4e4;
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 5px;
  display: block;
  text-decoration: none;
}
.list-main-procedure ul li a:hover {
  background-color: #119484;
  color: white;
}
@media (max-width: 576px) {
  .bariatric-treatment-ul li {
    border-radius: 50px;
    background-color: #e4e4e4;
    font-size: 16px;
    padding: 5px;
    float: left;
    width: 29%;
    margin: 8px;
    color: black;
  }
}
.blog-int-source {
  padding: 15px;
}
.source-txt p {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .source-txt p {
    width: 100% !important;
  }
}
.blog-source {
  color: #119484;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .blog-source {
    margin-left: 50% !important;
  }
}
.history-blog-int {
  font-size: 20px;
  font-weight: 600;
}
.blog-timeline {
  text-align: center;
  position: relative;
}
.blog-history-dashed-line {
  border-top: 1px dashed #000;
  width: 80%;
  margin: 0 auto;
}
.blog-history-point {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #119484;
  border-radius: 50%;
  top: 0;
  transform: translateY(-50%);
}
.blog-history-point-1 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: gray;
  border-radius: 50%;
  top: 0;
  transform: translateY(-50%);
}
.blog-history-text {
  position: absolute;
  top: 10px;
  width: 20%;
  left: 0;
  right: 0px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
}
.blog-history-text-1 {
  position: absolute;
  top: 10px;
  width: 20%;
  left: 0;
  right: 0px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
}
.blog-history-text-1 a {
  text-decoration: none;
  color: black;
  font-weight: 600;
}
@media (max-width: 576px) {
  .history-txt .row {
    flex-wrap: nowrap;
    overflow-y: scroll;
    padding-bottom: 70px;
  }
  .history-txt .row .col-md-3 {
    max-width: 70%;
    flex: 0 0 70%;
  }
  .history-txt .row .col-md-9 {
    max-width: 70%;
    flex: 0 0 70%;
  }
  .history-txt .row::-webkit-scrollbar {
    display: none !important;
  }
  .blog-history-dashed-line {
    margin-top: 20px;
  }
  .blog-history-text-1, .blog-history-text {
    left: 30px;
    width: 40%;
  }
}
.written {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.drsimran {
  font-weight: 600;
  font-size: 16px;
  color: #0b4684;
}
.chemo-h {
  font-size: 25px;
  font-weight: 700;
}
.chemo-p {
  font-size: 16px;
  font-weight: 400;
}
.best-hospital-contact-form1 {
  width: 100%;
  height: 550px;
  padding: 20px;
  background-color: white;
  box-shadow: 1px 1px 15px rgb(240, 236, 236);
  border-radius: 27.36px;
  margin-top: 20px;
  border: 1px solid #858a89;
}
.blog-int-icon1 a {
  text-decoration: none;
  color: black;
}
.blog-int-icon1 a i {
  width: 40px;
  height: 40px;
  border: 1px solid black;
  padding: 12px;
  border-radius: 50%;
}
.chemo-table th {
  font-size: 30px;
  font-weight: 700;
  padding: 15px;
  background-color: #119484;
  color: #ffffff;
}
.treatment-table th {
  font-size: 16px;
  font-weight: 700;
  padding: 12px;
  background-color: #dad7d7;
}
.treatment-table1 td {
  font-size: 16px;
  font-weight: 400;
  padding: 12px;
  background-color: #ededed;
}
.reviews {
  font-size: 30px;
  font-weight: 600;
}
.total-reviews {
  font-size: 16px;
  font-weight: 600px;
}
.total-reviews-no {
  font-size: 40px;
  font-weight: 600;
  color: #119484;
}
.review-star {
  color: #ffb800;
}
.total-reviews-no1 {
  font-weight: 600;
  font-size: 24px;
}
.review-star1 {
  color: #ffb800;
  font-size: 10px;
}
.writereview {
  background-color: #e9f0ef;
  padding: 50px;
  border-radius: 12px;
  text-align: center;
}
.review-button {
  border-radius: 10px;
  background-color: #ffffff;
  width: auto;
  padding: 20px;
  color: #119484;
  text-decoration: none;
  border: 1px solid #119484;
  cursor: pointer;
}
.review-button:hover {
  background-color: #025eab;
  color: white;
}
.average {
  font-size: 14px;
  color: #747474;
}
.review-card {
  padding: 5px;
}
.review-card-1 {
  margin-top: 40px;
}
.review-card-2 {
  box-shadow: 1px rgba(176, 173, 173, 0.4);
}
.john-img {
  background-color: #d9d9d9;
  height: 96px;
  width: 96px;
  margin-left: 25px;
  border-radius: 9px;
}
.review-card-3 {
  margin-top: -20px;
}
.progress {
  height: 6px;
  color: #119484;
}
.thankyou-section {
  background-color: #119484;
  padding: 40px;
}
.thankyou-h {
  color: #ffffff;
  font-size: 115px;
  font-weight: 600;
}
.thankyou-p {
  font-size: 30px;
  font-weight: 600;
}
.thankyou-icon a i {
  border-radius: 50%;
  padding: 20px;
  color: #025eab;
  background-color: #ffffff;
  font-size: 20px;
  margin: 10px;
}
.thankyou-icon a i:hover {
  background-color: #025eab;
  color: #ffffff;
}
.cost-h {
  font-size: 60px;
  font-weight: 600;
  color: #119484;
  padding: 80px;
}
.cost-p {
  font-size: 20px;
  font-weight: 600;
  margin-left: 80px;
}
.cost-p1 {
  font-size: 20px;
  font-weight: 500;
  margin-left: 80px;
  color: #414141;
}
.cost-estimated-form {
  width: 420px;
  height: 400px;
  background-color: white;
  box-shadow: 1px 1px 15px rgb(240, 236, 236);
  border-radius: 27.36px;
  border: 1px solid #8ccac0;
  margin-left: 100px;
}
@media (max-width: 576px) {
  .cost-estimated-form {
    width: 400px;
    height: 400px;
    margin-left: -2px;
  }
  .best-hospital-contact-form-through {
    width: 400px;
    height: 400px;
    margin-left: -2px;
  }
  .index-review-card {
    height: auto;
  }
}
.contact-h {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(17, 148, 132, 1);
}
.contact-get-in {
  font-size: 45px;
  font-weight: 700;
}
.success-h {
  font-weight: 700;
  font-size: 18px;
}
.youtube {
  padding: 10px;
}
.success-p {
  font-size: 16px;
}
.success-categorie-1 {
  background-color: #119484;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 30px;
  font-weight: 500;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.success-categorie {
  background-color: #bdbdbd0d;
}
.success-catergorie-2 {
  list-style: none;
}
.success-catergorie-2 li {
  width: 49%;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  border: 0.8px solid #CBCBCB;
  border-radius: 9px;
  color: #025EAB;
}
.success-catergorie-2 li a {
  text-decoration: none;
  color: rgb(94, 91, 91);
  width: 100%;
  display: block;
  padding: 10px 5px;
}
.success-catergorie-2 li:hover {
  color: black;
}
.success-catergorie-2 li p {
  color: #025EAB;
  font-size: 11px;
  font-weight: 600;
  padding-top: 10px;
}
.success-catergorie-2 li span {
  font-size: 100px;
  color: #2e52a0;
}
.success-catergorie-2 {
  overflow-y: scroll;
  height: 600px;
}
.success-catergorie-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
  border-radius: 10px;
}
.success-catergorie-2::-webkit-scrollbar {
  background-color: transparent;
  width: 10px;
}
.success-catergorie-2::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 10px;
}
.submit-cost p a {
  text-decoration: none;
  color: white;
}
.submit-cost p {
  width: 350px;
  background: linear-gradient(0deg, #32a18e, #32a18e), linear-gradient(0deg, #c8c8c8, #c8c8c8);
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  margin-left: 35px;
}
button[type="submit-cost-estimator"] {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
  margin-left: -50px;
  opacity: 0.7;
}
button[type="submit-cost-estimator"]:hover {
  opacity: 1;
}
.search-cost-estimator {
  width: 350px;
  height: 45px;
  border: 1px solid rgb(208, 206, 206);
  border-radius: 8px;
  padding-left: 15px;
}
@media (max-width: 576px) {
  button[type="submit-cost-estimator"] {
    width: 20px;
  }
  .submit-cost p {
    width: 330px;
  }
  .search-cost-estimator {
    width: 330px;
  }
  .success-iframe {
    width: 353px;
  }
}
.top-doctor-index-page {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .top-doctor-index-page {
    display: block;
    text-align: center;
  }
}
.submit-contact-main a {
  text-decoration: none;
  background: linear-gradient(0deg, #32a18e, #32a18e), linear-gradient(0deg, #c8c8c8, #c8c8c8);
  color: white;
  padding: 10px 60px;
  border-radius: 8px;
}
.contact-get-in h4 {
  font-size: 35px;
  font-weight: 600;
}
.card-contact-main {
  padding: 30px;
}
.contact-get-in-touch i {
  border: 1px solid #119484;
  padding: 15px 17px;
  color: #119484;
  border-radius: 10px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}
.contact-get-in-touch h5 {
  font-size: 20px;
  font-weight: 600;
}
.contactus-1 {
  background: lightblue;
  height: 600px;
}
.best-hospital-contact-form-through {
  width: 450px;
  height: 480px;
  background-color: white;
  box-shadow: 1px 1px 15px rgb(240, 236, 236);
  border-radius: 27.36px;
  margin: 30px 0;
}
@media (max-width: 576px) {
  .best-hospital-contact-form-through {
    width: 380px;
    height: 460px;
    margin-left: -2px;
  }
  .contactus-1 {
    height: 1200px;
  }
}
.contactus-doctor img {
  height: 200px;
}
@media (max-width: 576px) {
  .contactus-doctor img {
    width: 100%;
  }
}
.second-openion {
  margin-top: 50px;
  font-size: 45px;
  font-weight: 600;
}
.second-openion-p {
  font-size: 16px;
  color: #686868;
}
.second-openion-btn {
  text-decoration: none;
  background-color: #119484;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
}
.second-openion-h {
  font-size: 45px;
  font-weight: 600;
  color: #025eab;
}
.second-openion-p1 {
  font-size: 16px;
  font-weight: 600;
}
.second-openion-p2 {
  font-size: 16px;
  color: #686868;
}
.second-openion-p3 {
  color: #4f4e4e;
  font-size: 20px;
}
.second-openion-btn1 {
  text-decoration: none;
  background-color: #119484;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
}
.second-openion-card {
  box-shadow: 17px 0px rgba(226, 225, 225, 0.4);
  border: none;
}
.second-openion-card-h {
  font-size: 20px;
  color: #119484;
  margin-top: 100px;
}
.second-openion-card-h1 {
  font-size: 45px;
  font-weight: 600;
}
.second-openion-card-p {
  font-size: 20px;
  color: #4f4e4e;
}
.second-openion-side-card {
  margin-left: 50px;
}
.second-openion-side-card-h {
  text-align: center;
  font-weight: 600;
  line-height: 20px;
}
.second-openion-side-card-h1 {
  font-weight: 600;
  margin-left: 50px;
  line-height: 20px;
}
.second-openion-side-card-p {
  font-size: 16px;
  color: #868484;
  text-align: center;
}
.second-openion-side-card-p1 {
  font-size: 16px;
  color: #868484;
  margin-left: 50px;
}
.benifit-openion-card-h {
  color: #119484;
  font-weight: 600;
  font-size: 20px;
  padding-top: 40px;
}
.benifit-openion-card-p {
  color: #686868;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .embarking-h {
    font-size: 32px !important;
  }
  .second-openion-card-h {
    margin: 0 auto;
    text-align: center;
  }
  .second-openion-card-h1 {
    margin: 0;
    text-align: center;
  }
  .second-openion-h {
    font-size: 32px !important;
    text-align: center !important;
  }
  .second-openion-card-p {
    margin: 0 auto;
    text-align: center;
  }
  .second-opinion-text-center {
    text-align: center;
  }
  .second-openion-side-card {
    margin-left: 0;
  }
  .second-openion-side-card-p1 {
    margin-left: 0;
  }
  .second-openion-side-card-h1 {
    margin-left: 0;
  }
  .benifit-openion-card-p {
    text-align: justify !important;
  }
  .benifit-openion-card-p {
    text-align: center !important;
  }
  .second-openion-bg-img {
    background-image: url("../image/young-doctor-supporting-his-patient 1.svg");
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
  }
  .second-openion {
    width: 100%;
    padding: 0%;
    margin: 0%;
    margin-top: 30px;
    font-size: 24px;
    text-align: center;
  }
  .second-openion-p {
    width: 100%;
    margin-top: 30px;
    font-size: 16px !important;
    padding: 25px;
  }
  .second-openion-btn {
    margin-left: 40px;
  }
  .second-openion-p1 {
    text-align: center !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .second-openion-side-card-h1 {
    margin-left: 0;
  }
  .second-openion-side-card {
    margin-left: 0;
  }
  .second-openion-side-card-p1 {
    margin-left: 0;
  }
}
.second-openion-bg-img {
  background-image: url("../image/young-doctor-supporting-his-patient 1.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.embarking-h {
  font-size: 45px;
  font-weight: 600;
}
.embarking-p {
  color: #686868;
}
.visa-btn {
  background-color: #119484;
  padding: 10px 40px 10px 40px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
}
.doctor-bg-image {
  background-color: #e7edef;
}
.bg-color-section {
  background-color: #f5f9f9;
}
.line {
  width: 100px;
  background-color: white;
  color: white;
  height: 5px;
  border: 1px solid white;
}
.treatment-quotes-h {
  font-size: 45px;
  font-weight: 600;
  color: #119484;
}
.treatment-quotes-p {
  font-size: 18px;
  color: #414141;
  font-weight: 400;
}
.check-cost-btn a {
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #119484;
  padding: 10px 20px 10px 20px;
  color: white;
  background-color: #119484;
}
.explore-offer-btn a {
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #119484;
  padding: 10px 50px 10px 50px;
  color: #119484;
}
.treatment-quotes-h1 {
  font-size: 45px;
  font-weight: 600;
  color: #2b55a1;
}
.personalized-h {
  font-size: 20px;
  font-weight: 600;
}
.personalized-p {
  font-size: 16px;
  color: #868484;
  font-weight: 300px;
}
.treatment-quotes-p1 {
  color: #4f4e4e;
  font-size: 24px;
  font-weight: 500;
}
.treatment-quotes-h2 {
  font-weight: 600;
  font-size: 24px;
}
.bg-chossing-color {
  background-color: rgb(252, 247, 247);
  padding-top: 15px;
  padding-bottom: 25px;
}
.treatment-quotes-p2 {
  color: #4f4e4e;
  font-size: 16px;
  font-weight: 400;
}
.check-cost-btn1 a {
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #119484;
  padding: 15px 40px 15px 40px;
  color: white;
  background-color: #119484;
  margin-left: 150px;
}
.treatment-quotes-section {
  background-color: #e7f4f3;
  padding-bottom: 88px;
}
.treatment-quotes-bg-color h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  margin-left: 400px;
}
.treatment-quotes-bg-color-1 {
  font-size: 34px;
  font-weight: 600;
  margin-left: 235px;
}
.treatment-quotes-bg-image {
  position: relative;
}
.quotes-image {
  position: absolute;
}
.treatment-quotes-enquiry-btn {
  text-decoration: none;
}
.treatment-quotes-enquiry-btn a {
  text-decoration: none;
  background-color: white;
  font-weight: 600;
  color: black;
  font-size: 20px;
  padding: 15px 60px;
  border-radius: 17px;
}
.landing-font {
  font-size: 30px;
  font-weight: 700;
}
.hr-tag {
  color: #119484;
}
.landing-page-p {
  color: #686868;
  font-weight: 400;
  font-size: 16px;
}
.landing-india {
  font-size: 40px;
  font-weight: 600;
}
ul.fixed-icon {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px 0 0 0;
  width: 100%;
  background-color: #017166;
  color: white;
  margin: 0;
  z-index: 9999;
}
.fixed-icon i {
  font-size: 22px;
  display: block;
}
.fixed-icon li {
  display: inline-block;
  width: 19%;
  text-align: center;
  font-size: 10px;
  margin-top: 5px;
}
.footer-menu {
  font-size: 10px;
  margin-top: 5px;
  word-spacing: 1px;
  cursor: pointer;
}
.fixed-icon li a {
  text-decoration: none;
  color: white;
  margin-top: 5px;
}
@media (max-width: 576px) {
  .service p a {
    display: none;
  }
  .treatment-quotes-h1 {
    font-size: 32px;
  }
  .treatment-quotes-p1 {
    font-size: 18px;
  }
  .section .faq-res {
    font-size: 30px;
  }
  .sldm-brand img {
    margin-left: -40px;
    width: 240px;
  }
  .contact-header-phone a {
    text-decoration: none;
  }
  .contact-header-phone a img {
    margin-top: 4px;
    width: 30px;
  }
  .second-opinion-text-center {
    text-align: center;
  }
}
.load-more-button {
  display: none;
}
@media (max-width: 576px) {
  .load-more-button {
    display: block;
  }
}
.service-book-now-1 {
  background-color: #119484;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 25px;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.bg-service-book {
  box-shadow: 1px 1px 15px rgb(239, 238, 238);
  padding: 40px 70px;
  height: 500px;
  margin-top: -13px;
}
.bg-service-book h4 {
  font-weight: 600;
}
.bg-service-book input {
  border: none;
  border-bottom: 2px solid rgb(170, 166, 166);
  margin-bottom: 30px;
}
.bg-service-book input::placeholder {
  font-size: 18px;
}
.custom-select {
  display: inline-block;
}
.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border: none;
  font-size: 18px;
  color: rgb(170, 166, 166);
  padding: 5px;
  margin-bottom: 30px;
}
.custom-select select:focus {
  outline: none;
}
.custom-select option {
  font-size: 15px;
  color: black;
}
.custom-select:after {
  pointer-events: none;
}
.service-book-now .success-categorie {
  display: none;
}
@media (max-width: 576px) {
  .service-book-now .success-categorie {
    display: block;
  }
}
.service-book-button p {
  width: 180px;
  background-color: #119484;
  padding: 13px;
  text-align: center;
  border-radius: 6px;
  border: 0.72px;
  cursor: pointer;
  margin-left: 22px;
}
.service-book-button p a {
  text-decoration: none;
  color: white;
}
.bg-service-book input:focus {
  outline: none;
}
.reviewers-author h4 {
  font-size: 20px;
  font-weight: 600;
  display: inline-flex;
  margin-right: 48px;
  color: #025EAB;
}
.clickable.active {
  color: white;
  background-color: #119484;
  padding: 15px 20px;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .cost-estimated-form {
    width: 380px;
    height: 375px;
    margin-left: 5.73px;
  }
  .search-cost-estimator {
    width: 310px;
  }
  .submit-cost p {
    width: 200px;
    margin-left: 86px;
    margin-top: 30px;
  }
  .cost-h {
    font-size: 31px;
    margin-bottom: -30px;
  }
  .cost-p {
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
  }
  .cost-p1 {
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    color: #414141;
  }
  .best-hospital-contact-form-through {
    width: 400px;
    height: 400px;
    margin-left: -2px;
  }
}
.cost-p1-1 {
  font-size: 20px;
  font-weight: 500;
  margin-left: 80px;
  color: #414141;
}
@media (max-width: 576px) {
  .cost-p1-1 {
    font-size: 16px;
    font-weight: 500;
    color: #414141;
    margin-top: 40px;
    margin-right: 17px;
  }
  .cost-p-p1 {
    margin-top: 19px;
  }
  .usd {
    margin-left: 85px;
  }
  .usd-num {
    margin-left: 70px;
  }
  .second-openion-card-h {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
  }
  .second-openion-card-h1 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 20px;
  }
  .second-openion-card-p {
    text-align: center;
  }
}
.medial-visa-relative {
  position: relative;
}
.visa-btn1 {
  text-decoration: none;
  background-color: #119484;
  color: #ffffff;
  border-radius: 10px;
  padding: 15px;
  width: auto;
  position: absolute;
  top: 270px;
  left: 10px;
}
.second-openion-h-1 {
  font-size: 45px;
  font-weight: 600;
}
.second-openion-card-btn3 {
  text-decoration: none;
  background-color: #119484;
  color: #ffffff;
  border-radius: 10px;
  width: auto;
  padding: 12px;
  position: absolute;
  top: 2230px;
  left: 110px;
}
.medical-btn-journey {
  text-decoration: none;
  background-color: #119484;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 10px;
}
.understanding-card-h {
  font-size: 45px;
  font-weight: 600;
  color: #2b55a1;
  margin: 100px 100px 60px 164px;
}
.treatment-cost-estimation-1 {
  margin-left: 15px;
}
.check-cost-btn1 a {
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #119484;
  padding: 15px 40px 15px 40px;
  color: white;
  background-color: #119484;
  position: absolute;
  top: 270px;
  left: 160px;
}
/* .treatment-relative-sec {
  position: relative;
} */
.treatment-first-img img {
  width: 100%;
}
.treatment-quote-enquiry-book {
  background-color: #32a18e;
  height: 120px;
}
.treatment-quotes-bg-color {
  position: relative;
}
.treatment-quote-schedule-img img {
  position: absolute;
  width: 335px;
}
.treatment-quote-schedule-bg h3 {
  margin-top: 20px;
  font-weight: 600;
}
.treatment-quotes-section {
  background-color: #e7f4f3;
  height: 130px;
}
.treatment-quote-book-consulation .treatment-quotes-bg-color-1 {
  font-size: 35px;
  font-weight: 600;
  margin-left: 200px;
}
.treatment-quote-book-consulation p a {
  text-decoration: none;
  background-color: white;
  font-weight: 600;
  color: black;
  font-size: 20px;
  padding: 15px 60px;
  border-radius: 17px;
  margin-left: 70px;
}
.treatment-quote-book-consulation p a:hover {
  background-color: #025eab;
  color: white;
}
.landing-hero-section {
  width: 100%;
  height: 670px;
  background-size: cover;
}
.landing-hero-sec-img1 {
  background: linear-gradient(to left, #CACACA);
  height: 670px;
}
.landing-contact-form {
  /* width: 443.49px; */
  background-color: white;
  padding: 20px;
  box-shadow: 1px 2px rgb(240, 236, 236);
  border-radius: 27.36px;
  margin-top: 50px;
}
.landing-section h4 {
  font-size: 45px;
  text-align: center;
  padding-top: 68px;
  color: #025eab;
  font-weight: 600;
  padding-bottom: 50px;
}
.landing-font-1 {
  text-align: center;
}
.landing-language {
  margin-left: 890px;
}
.service-top-margin {
  margin-top: -20px;
}
.service-top-margin-1 {
  margin-top: -120px;
}
.best-hospital-14 .swipe p {
  display: none;
}
.second-opinion-contact-us-fixed {
  position: relative;
}
@media (max-width: 576px) {
  .visa-btn1 {
    top: 800px;
    left: 25%;
  }
  .understanding-card-h {
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
  }
  .best-hospital-14 .swipe p {
    display: block;
    font-size: 25px;
  }
  .treatment-quotes-card {
    text-align: center;
  }
  .treatment-understanding-needs-p {
    margin-top: 160px;
  }
  .treatment-understanding-needs {
    font-size: 32px;
    margin-bottom: -17px;
    margin-top: 10px;
  }
  .treatment-understanding-needs-1 {
    text-align: center;
  }
  .medical-doctor-bg {
    width: 100%;
    left: -20px;
    top: 300px;
  }
  .ambulance-bg {
    top: 220px;
  }
  .landing-contact-submit-form {
    width: 200px;
    margin: 0 auto;
  }
  .plane-bg {
    top: 150px;
    width: 100%;
    position: absolute;
  }
  .service-boy-img {
    position: relative;
    background-image: url('../image/portrait-hansome-young-male-doctor-man-removebg-preview.png');
    background-repeat: no-repeat;
    background-position: left;
  }
  [dir="rtl"] .service-boy-img {
    background-image: url('../image/portrait-hansome-young-male-doctor-man-removebg-preview-rtl.png');
    background-position: right;
  }
  .service-dr-img1 {
    /* position: absolute;
    top: 390px;
    left: 130px; */
    display: none;
  }
  .service-post-arrival-margin {
    margin-top: -120px;
  }
  .service-top-margin-1 {
    margin-top: -210px;
  }
  .landing-section h4 {
    font-size: 30px;
  }
  .landing-why-prefer {
    margin-left: 10px;
  }
  .landing-font {
    font-size: 28px;
    font-weight: 700;
  }
  .landing-hero-section {
    width: 100%;
    height: 550px;
  }
  .landing-hero-section {
    background-image: linear-gradient(to right, rgba(0, 90, 75, 0.7), #CACACA), url('/image/landing-banner.jpg');
    background-size: cover;
  }
  /* .landing-contact-form {
    width: 100%;
  } */
  .treatment-quote-schedule-img img {
    width: 160px;
    top: 205px;
    left: 220px;
  }
  .treatment-quote-enquiry-book {
    background-color: #32a18e;
    height: 200px;
  }
  .treatment-quote-book-consulation .treatment-quotes-bg-color-1 {
    font-size: 20px;
    margin-left: -20px;
  }
  .treatment-quote-book-consulation p a {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 17px;
    margin-left: -10px;
    margin-top: 20px;
  }
  .second-openion-h {
    text-align: center !important;
    font-size: 40px;
  }
  .medical-btn-journey {
    margin-left: 75px;
  }
  .second-openion-p3 {
    color: #4f4e4e;
    font-size: 25px;
    font-weight: 600;
  }
  .second-openion-h-1 {
    text-align: center !important;
    margin-top: 20px;
    font-size: 40px
  }
  .benifit-openion-card-p {
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
  }
  .doctor-bg-image {
    background: none;
  }
  .second-openion-p {
    width: 100%;
    padding: 0%;
    margin: 0%;
    font-size: 24px;
    text-align: justify;
    padding: 25px;
  }
  .uncertain-about {
    color: #0b4684;
    margin-top: -30px;
  }
  .Unveiling-power {
    font-size: 20px;
  }
  .second-openion-p2 {
    text-align: justify !important;
    position: relative;
  }
  .second-img-remove {
    display: none;
  }
  .second-openion-card-p-now {
    color: #939393;
    margin: 0 auto;
    font-size: 20px;
  }
  .second-getting {
    color: rgb(81, 81, 81);
    font-weight: 600;
  }
  .second-what-we {
    margin-top: 100px;
  }
  .second-openion-card-btn3 {
    top: 3730px;
    padding: 12px;
    font-size: 13px;
    width: 180px;
    margin: 0 auto;
  }
  .second-openion-btn1 {
    margin-left: 40px;
  }
  .thankyou-h {
    font-size: 38px;
  }
  .thankyou-p {
    font-size: 20px;
  }
  .thanku-connect {
    width: 150px;
  }
  .thankyou-icon {
    width: 200px;
    margin-left: -20px;
  }
  .thanku-sec {
    position: relative;
  }
  .thankyou-section {
    height: 800px;
  }
  .thanku-img {
    position: absolute;
    top: 110px;
    left: 85px;
    height: 640px;
  }
  .treatment-quotes-h {
    font-size: 32px;
    text-align: center;
  }
  .treatment-quotes-p {
    text-align: center;
  }
  .treatment-first-btn {
    padding: 6px;
    font-size: 12px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .enhanced .row {
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
  .enhanced .row .col-md-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .enhanced .row .col-md-2 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .enhanced .row::-webkit-scrollbar {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .best-hospital-14 .swipe p {
    display: block;
    font-size: 25px;
  }
  .understanding-card-h {
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    padding-top: 50%;
  }
  .visa-btn1 {
    top: 350px;
  }
  .medical-visa-doctor-pointing-img img {
    height: 450px;
  }
  .treatment-first-btn {
    padding: 6px;
    font-size: 12px;
  }
  .second-openion-card-btn3 {
    width: auto;
    padding: 12px;
    top: 3020px;
    left: 50px;
  }
  .second-img-remove img {
    margin-top: 60px;
  }
  .second-opinion-doctor-pointing-img img {
    height: 550px;
  }
  .service-dr-img1 {
    height: 400px;
  }
  .servive-dr-img {
    height: 450px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .enhanced .row {
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
  .enhanced .row .col-md-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .enhanced .row .col-md-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .enhanced .row .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .enhanced .row::-webkit-scrollbar {
    display: none !important;
  }
}
.landing-contact-submit-form {
  position: relative;
  cursor: pointer;
}
.landing-contact-submit-form img {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.hospital-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: left 0.3s ease-in-out;
  overflow-y: auto;
  z-index: 10001;
  padding: 30px 20px;
}
.hospital-pop-up label {
  color: rgb(71, 71, 71);
  font-size: 14px;
  display: inline;
}
.hospital-pop-up-department h4 {
  font-size: 16px;
  font-weight: 600;
}
.hospital-pop-up-city h4 {
  font-size: 16px;
  font-weight: 600;
}
.hospital-pop-up-procedure h4 {
  font-size: 16px;
  font-weight: 600;
}
.hospital-pop-up-department-1 {
  overflow: scroll;
  height: 250px;
  margin-top: 12px;
  margin-bottom: 25px;
}
.hospital-pop-up-city-1 {
  overflow: scroll;
  height: 190px;
  margin-top: 13px;
  margin-bottom: 40px;
}
.hospital-pop-up-procedure-1 {
  overflow: scroll;
  height: 500px;
  margin-top: 13px;
  margin-bottom: 40px;
}
.filter-input-size input::placeholder {
  font-size: 14px;
}
.hospital-pop-up-clear-filter a {
  text-decoration: none;
  color: white;
  background-color: #119484;
  border-radius: 5px;
  padding: 7px 22px;
  font-size: 18px;
  display: block;
}
.hospital-pop-up-show-result a {
  text-decoration: none;
  background-color: #0b4684;
  color: white;
  font-size: 18px;
  border-radius: 5px;
  padding: 7px 22px;
  display: block;
}
.hospital-pop-up-button {
  background-color: #FFF;
  padding: 15px;
}
.filter-btn button {
  width: 365px;
  padding: 6px;
  border-radius: 15px;
  border: 0.5px solid #606060;
  margin-top: 10px;
}
.close-btn {
  position: absolute;
  top: 7px;
  left: 93%;
  cursor: pointer;
}
.landing-contact-btn {
  margin-top: 20px;
  width: auto;
  text-align: center;
  padding: 10px 20px;
  color: white;
  border-radius: 50px;
  background-color: #025eab;
  border: 1px solid #025eab;
}
.landing-contact-btn:hover {
  color: white;
  border: 1px solid #119484;
  background-color: #119484;
}
.landing-modal-submit {
  margin-left: 150px;
}
.landing-close-modal {
  margin-left: 450px;
  margin-top: 20px;
}
.landing-top-text .discover-landing {
  font-family: Poppins;
  font-size: 70px;
  font-weight: 900;
  line-height: 77px;
  /* width: 750px; */
  letter-spacing: 0em;
  text-align: left;
  color: white;
  padding-top: 80px;
}
.hospital-pop-up-department-1 .form-check {
  margin-bottom: 8px;
}
.hospital-pop-up-procedure-1 .form-check {
  margin-bottom: 8px;
}
.hospital-pop-up-city .form-check {
  margin-bottom: 8px;
}
.landing-hero-sec-point {
  margin-top: 40px;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  width: 550px;
}
.landing-hero-sec-point img {
  width: 26px;
  margin-right: 6px;
}
.landing-why-mejocare-2 {
  line-height: 30px;
}
.landing-why-mejocare-2 ul li {
  list-style-type: none;
}
.landing-why-mejocare-2 i {
  color: #119484;
}
.landing-success-story {
  text-align: center;
}
.landing-success-story-text {
  height: 506px;
  border-bottom: 8px solid #119484;
  width: 900px;
}
.read {
  color: #119484;
}
.enhanced-1 ul li::marker {
  color: #119484;
}
.landing-testimonials {
  text-align: center;
  padding: 24px;
  border-radius: 12px 12px 12px 12px;
  flex: 1;
  box-sizing: border-box;
  margin-right: 10px;
}
.landing-testimonials:last-child {
  margin-right: 0;
}
.landing-testimonials:nth-child(1) {
  background-color: rgb(244, 238, 238);
}
.landing-testimonials:nth-child(2) {
  background-color: rgb(244, 238, 238);
}
.landing-testimonials:nth-child(3) {
  background-color: rgb(244, 238, 238);
}
.landing-testimonials img {
  width: 70px;
  height: 70px;
}
.landing-testimonials img {
  box-sizing: content-box;
  object-fit: contain;
  margin-bottom: 30px;
}
.landing-testimonials p {
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
}
.landing-testimonials-1 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  color: #32a18e;
  font-style: italic;
}
.landing-testimonials-2 {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
}
.landing-top-header {
  background-color: #32a18e;
}
.landing-top-header-1 h4 {
  padding: 17px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: white;
}
.send-enquiry-floating {
  position: fixed;
  bottom: 50%;
  left: -48px;
  transform: translateY(50%);
  z-index: 1000;
}
.rotate {
  transform: rotate(-90deg);
}
.whatsapp-floating {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
}
.whatsapp-floating a {
  background-color: #25D366;
  color: #fff;
  padding: 10px;
  font-size: 30px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.appoinment-form-page {
  background-color: #119484;
  padding: 10px;
}
.appoinment-img img {
  width: 40%;
}
.lead-form a {
  text-decoration: none;
  color: white;
}
.enquiry-heading {
  background-color: #f2f2f2;
}
.hospital-contact-form-submit {
  margin-left: 120px;
}
.enquiry-contact-form {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
}
.enquiry-contact-form-1 {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.enquiry-heading-1 h4 {
  font-size: 25px;
  text-align: center;
  padding-top: 40px;
  color: #025eab;
  font-weight: 600;
  padding-bottom: 40px;
}
.mejocare-logo img {
  width: 300px;
  padding: 10px;
}
.enhanced-landing-margin {
  margin-top: 10px;
}
.landing-page-section8-1 img {
  width: 26px;
  margin-right: 4px;
}
.hospital-contact-form-2 h4 {
  font-size: 20px;
  color: #025eab;
  font-weight: 600;
}
.hospital-contact-form-2 p {
  font-size: 14px;
}
.hospital-contact-form-2 .hospital-contact-form-3 {
  color: gray;
  margin-top: -10px;
}
.landing-contact-us-now p a {
  text-decoration: none;
  background-color: white;
  font-weight: 600;
  color: black;
  font-size: 20px;
  padding: 15px 60px;
  border-radius: 17px;
}
.landing-contact-us-now p a:hover {
  background-color: #025eab;
  color: white;
}
.landing-contact-us-now p {
  margin-top: -7px;
  padding: 40px;
  text-align: center;
}
@media (max-width: 576px) {
  .landing-modal-submit {
    margin-left: 100px;
  }
  .mejocare-logo {
    padding: 10px 0;
  }
  .mejocare-logo img {
    width: 190px;
  }
  .hospital-contact-form-submit {
    margin-left: 3px;
  }
  .send-enquiry-floating {
    display: none;
  }
  .whatsapp-floating {
    display: none;
  }
  .become-header {
    display: none;
  }
  .landing-why-mejocare-2 {
    line-height: 30px;
    margin-left: -25px;
  }
  .appoinment-img img {
    width: 100%;
  }
  .lead-form {
    margin-top: 5px !important;
  }
  .landing-close-modal {
    margin-left: 92%;
    margin-top: 10px;
  }
  .landing-top-header {
    background-color: #32a18e;
    height: 50px;
  }
  .landing-top-header-1 h4 {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: white;
  }
  .landing-section-3 {
    margin-top: 400px;
  }
  .why-mejocare-landing-sec {
    margin-top: -40px;
  }
  .landing-top-text .discover-landing {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    /* width: 100%; */
    color: white;
    line-height: 37px;
    margin-top: -30px;
    margin-bottom: -20px;
  }
  .landing-hero-sec-point img {
    width: 20px;
  }
  .landing-contact-btn {
    position: relative;
    z-index: 1;
    font-size: 14px;
  }
  .landing-why-mejocare {
    height: 100%;
  }
  .landing-why-mejocare-1 img {
    width: 100%;
    text-align: center;
    height: 100%;
    margin-bottom: 20px;
  }
  .landing-page-doctor-mobile img {
    width: 177px;
    height: 177px;
  }
  .landing-section-5-mobile-size img {
    width: 165px;
    height: 124.15px;
  }
  .landing-hero-sec-point {
    font-size: 15px;
    width: 100%;
    line-height: 15px;
  }
  .landing-font-1 iframe {
    text-align: center;
    height: 200px;
    margin-bottom: 20px;
  }
  .become-side-line {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .become-header {
    display: none;
  }
  .landing-contact-form {
    display: none;
  }
  .landing-page-doctor-mobile img {
    width: 100%;
    height: 100%;
  }
  .landing-section-5-mobile-size img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .landing-success-story .row {
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
  .landing-success-story .row .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .landing-success-story .row::-webkit-scrollbar {
    display: none !important;
  }
}
.landing-bottom-disclaimer p a {
  text-decoration: none;
  color: #025eab;
  cursor: pointer;
}
.hospital-contact-form-5 h4 {
  font-size: 20px;
  color: #025eab;
  font-weight: 600;
}
.hospital-contact-form-6 {
  font-size: 15px;
  color: gray;
}
.hospital-contact-form-3 {
  color: gray;
  font-size: 14px;
}
.hospital-contact-form-7 a {
  text-decoration: none;
}
.hospital-contact-form-7 {
  color: #025eab;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: -1px;
}
/* .hero-form-contact-h3-us{
  margin-top: -20px;
} */
@media (max-width: 576px) {
  .landing-bottom-disclaimer p {
    text-align: center;
  }
  .landing-contact-us-now p {
    padding: 30px 10px;
    width: 100%;
  }
  .landing-contact-us-now p a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .enhanced-1 ul li {
    font-size: 13px;
    margin-left: -20px;
  }
}
.modal-content {
  padding-bottom: 25px;
}
.landing-mobile-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.landing-mobile-whatsapp a {
  background-color: #25D366;
  color: #fff;
  padding: 10px;
  font-size: 30px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-stars {
  color: #119484;
}
.landing-contact-form-bottom-sec {
  background-color: #119484;
  padding-top: 20px;
  padding-bottom: 5px;
  color: white;
}
.landing-contact-form-bottom-sec p {
  text-align: center;
  font-weight: 600;
}
.nav-contact-btn {
  display: none;
}
@media (max-width: 576px) {
  .landing-contact-form-bottom-sec {
    position: relative;
    top: 380px;
  }
  .nav-contact-btn {
    padding-top: 20px;
    display: block;
    margin-left: -10px;
  }
  .nav-contact-btn .btn {
    text-decoration: none;
    background-color: #119484;
    border-color: #119484;
    color: #ffffff;
  }
  .nav-contact-btn .btn:hover {
    background-color: #0b6e65;
    border-color: #0b6e65;
  }
  .logo .row {
    flex-wrap: nowrap;
  }
  .logo .col-md-8 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .logo .col-md-4 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .nav-contact-btn {
    padding-top: 20px;
    text-align: end;
    display: block;
  }
  .nav-contact-btn .btn {
    padding: 10px 20px;
  }
  .landing-why-mejocare-1 img {
    width: 100%;
    text-align: center;
    height: 100%;
    margin-bottom: 20px;
  }
}
.landing-term-of-use-close {
  margin-left: 750px;
  margin-top: 20px;
}
.second-benefits {
  margin-top: 130px;
}
@media (max-width: 576px) {
  .landing-term-of-use-close {
    margin-left: 92%;
    margin-top: 10px;
  }
  .navbar {
    display: none;
  }
  .sec-14 {
    height: auto;
    text-align: center;
    padding: 20px;
  }
  .sec-14 h1 {
    font-size: 22px;
  }
  .second-opinion-text-center-card .card-2 {
    margin: 0 auto;
  }
  .medical-text-align-center {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .landing-term-of-use-close {
    margin-left: 92%;
    margin-top: 10px;
  }
  .contact-header-phone a {
    text-decoration: none;
  }
  .contact-header-phone a img {
    margin-top: 4px;
    width: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .landing-top-header-1 h4 {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: white;
  }
  .landing-top-header {
    background-color: #32a18e;
    height: 50px;
  }
  .mejocare-logo {
    padding: 10px 0;
  }
  .mejocare-logo img {
    width: 190px;
  }
  .nav-contact-btn {
    padding-top: 20px;
    display: block;
  }
  .nav-contact-btn .btn {
    text-decoration: none;
    background-color: #119484;
    border-color: #119484;
    color: #ffffff;
  }
  .nav-contact-btn .btn:hover {
    background-color: #0b6e65;
    border-color: #0b6e65;
  }
  .landing-hero-section {
    background-image: linear-gradient(to right, rgba(0, 90, 75, 0.7), #CACACA), url('/image/landing-banner.jpg');
    background-size: cover;
  }
  .landing-hero-section {
    width: 100%;
    height: 550px;
  }
  .landing-top-text .discover-landing {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    /* width: 100%; */
    color: white;
    line-height: 37px;
    margin-top: -30px;
    margin-bottom: -20px;
  }
  .landing-hero-sec-point img {
    width: 20px;
  }
  .landing-hero-sec-point {
    font-size: 15px;
    width: 100%;
    line-height: 15px;
  }
  .landing-contact-btn {
    position: relative;
    z-index: 1;
    font-size: 14px;
  }
  .landing-close-modal {
    margin-left: 92%;
    margin-top: 10px;
  }
  /* .landing-contact-form {
    width: 100%;
  } */
  .landing-contact-submit-form {
    width: 200px;
    margin: 0 auto;
  }
  .landing-contact-form-bottom-sec {
    position: relative;
    top: 380px;
  }
  .landing-section-3 {
    margin-top: 400px;
  }
  .landing-success-story .row {
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
  .landing-success-story .row .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .landing-success-story .row::-webkit-scrollbar {
    display: none !important;
  }
  .landing-why-mejocare-1 img {
    width: 100%;
    text-align: center;
    height: 100%;
    margin-bottom: 20px;
  }
  .sec-7 h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 30px 20px;
  }
  .view-all {
    margin: 0 auto;
  }
  .landing-bottom-disclaimer p {
    text-align: center;
  }
  .landing-contact-us-now p {
    padding: 30px 10px;
    width: 100%;
  }
  .landing-contact-us-now p a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .enhanced-1 ul li {
    font-size: 13px;
    margin-left: -20px;
  }
  .enhanced .row {
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
  .enhanced .row .col-md-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .enhanced .row .col-md-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .enhanced .row .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .enhanced .row::-webkit-scrollbar {
    display: none !important;
  }
  .best-hospital-14 .swipe p {
    display: block;
    font-size: 25px;
  }
}
.privacy-policy-1 {
  padding-top: 40px;
  margin-bottom: 50px;
}
.write-review-modal {
  margin: 0 40px;
}
.index-write-review-close {
  margin-left: 92%;
  margin-top: 20px;
}
.index-review-modal label {
  font-size: 14px;
}
.index-review-modal-input:focus {
  box-shadow: none;
  outline: 2px solid black;
}
.index-review-modal input {
  height: 45px;
}
.author-reviewers-btn {
  background-color: #119484;
  padding: 15px 20px;
  color: white;
}
@media (min-width: 575px) and (max-width: 767px) {
  .navbar-nav {
    display: none;
  }
  .navbar-toggler {
    display: none;
  }
  nav {
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  }
  .become-side-line {
    display: none;
  }
  .become-header {
    display: none;
  }
  .language {
    margin-top: -50px;
  }
  .get-free-quote {
    position: absolute;
    right: 40px;
    top: 1px;
  }
  .discover {
    width: 600px;
    margin-top: -1px;
  }
  .contact-form {
    display: none;
  }
  .hero-sec-img {
    background-image: none;
  }
  .hero-search {
    left: 10px;
    right: 10px;
  }
  .search-text {
    width: 90%;
  }
  .hero-search .search-text input {
    width: 100%;
    height: 51px;
    padding: 10px;
    border-radius: 10px;
    opacity: 0.8;
    border: 1px solid black;
  }
  .why-mejocare-section .row, .specialities-container .row {
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
  .why-mejocare-section .row .col-md-4, .specialities-container .row .col-md-3 {
    max-width: 80%;
    flex: 0 0 80%;
  }
  .why-mejocare-section .row::-webkit-scrollbar, .specialities-container .row::-webkit-scrollbar {
    display: none !important;
  }
  .specialities {
    margin-right: 26px;
    padding: 10px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    transition: all ease 0.5s;
  }
  .specialities i {
    color: white;
    background-color: #119484;
  }
  .specialities .btn-container a {
    text-decoration: none;
    display: flex;
  }
  .how-it-works-container .row {
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
  .how-it-works-container .row .col-md-2 {
    max-width: 80%;
    flex: 0 0 80%;
  }
  .how-it-works-container .row::-webkit-scrollbar {
    display: none !important;
  }
  .best-hospital-9 .btn-read-more {
    display: inline;
    padding: 10px 60px;
  }
  .best-hospital-9 .btn-contact {
    display: inline;
    padding: 10px 60px;
  }
  .filter-hide {
    display: block;
  }
  .contact-header-phone a {
    text-decoration: none;
  }
  .contact-header-phone a img {
    margin-top: 4px;
    width: 30px;
  }
}
.cost-new-accordian i {
  color: #119484;
  font-size: 60px;
}
.cost-new-accordian {
  box-shadow: 1px 1px 15px rgba(161, 139, 139, 0.4);
}
.cost-new-accordian:hover {
  transition: 0.5s all;
  transform: scale(1.03);
}
.index-review-modal input::placeholder {
  font-size: 13px;
}
.procedure-new-accordian {
  box-shadow: 1px 1px 15px rgba(161, 139, 139, 0.4);
  margin-bottom: 10px;
}
.procedure-new-accordian:hover {
  transition: 0.5s all;
  transform: scale(1.03);
}
.form-term-of-use {
  text-decoration: none;
  color: #119484;
  font-weight: 600;
}
.doc-ind-new {
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  color: black;
}
@media (max-width: 1400px) {
  .navbar-nav {
    gap: 10px;
  }
  .get-free-quote {
    position: absolute;
    top: 0;
    right: 50px;
  }
}
@media (max-width: 576px) {
  .placeholder-animation .row > .col:nth-last-child(-n+2) {
    display: none;
  }
}
@media (max-width: 480px) {
  .placeholder-animation .row > .col:nth-last-child(-n+3) {
    display: none;
  }
}
.form-field-error {
  border-color: red;
}
#contact-form .text-danger, #contact-form-3 .text-danger {
  display: none;
}
.procedure-hero {
  background: url("../image/procedure-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #FFF;
}
.procedure-hero h1 {
  font-size: 65px;
  font-weight: 600;
  line-height: 97.5px;
}
@media (max-width: 576px) {
  .procedure-hero h1 {
    font-size: 40px;
    line-height: normal;
  }
}
@media (max-width: 480px) {
  .procedure-hero h1 {
    font-size: 40px;
    line-height: normal;
  }
}
.avg-cost-box {
  border: 2px dashed #32A18E;
  border-radius: 15px;
  width: max-content;
  padding: 10px 15px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 25px;
}
.avg-cost-box h4 {
  font-size: 24px;
  font-weight: 600;
}
.avg-cost-box h3 {
  font-size: 42px;
  font-weight: 700;
}
.table-of-content-container {
  position: sticky;
  top: 20px;
  padding: 15px;
  border-radius: 30px;
  border: 1px solid #E0E0E0;
  background: #F8F8F8;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}
.table-of-content-container h2{
    font-size: 24px;
    margin: 10px 0 0 10px;
}
.table-of-content-container ul.headings{
    margin: 0 0 0 15px;
    padding: 0;
}
.table-of-content-container ul.headings li{
    margin-bottom: 10px;
}
.table-of-content-container ul.headings li a{
  text-decoration: none;
  color: #025eab;
}

/* Updated Author Card Styles */
.card-author {
  background: #ffffff;
  border-radius: 20px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-bottom: 30px;
}

.card-author:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.card-author::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(135deg, #32a18e, #278b7a);
  z-index: 0;
}

.card-author::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background-image: url('image/medical-pattern.svg');
  background-size: 40px;
  opacity: 0.2;
  z-index: 0;
}

.card-author img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  margin: 70px auto 0;
  position: relative;
  z-index: 1;
  display: block;
}

.card-author-content {
  padding: 0 20px 20px;
}

.card-author-mishra {
  font-size: 22px;
  font-weight: 600;
  color: #2c3e50;
  margin: 15px 0 5px;
  text-align: center;
  position: relative;
}

.card-author-mishra::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #32a18e, #278b7a);
  margin: 8px auto 0;
  border-radius: 2px;
}

.card-author-p {
  color: #95a5a6;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin: 10px 0;
}

.card-author-p i {
  color: #32a18e;
  margin-right: 6px;
}

.card-author-text {
  color: #34495e;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  padding: 0 20px;
  margin: 15px 0;
  height: 80px;
  overflow: hidden;
}

.card-author-icon {
  text-align: center;
  padding: 15px 0;
  border-top: 1px dashed #eee;
  margin: 10px 20px 0;
}

.card-author-icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 6px;
  transition: all 0.3s ease;
  background: #95a5a6;
  color: #32a18e;
}

.card-author-icon a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.card-author-icon a:hover i.fa-linkedin {
  color: #fff;
}

.card-author-icon a:hover i.fa-facebook {
  color: #fff;
}

.card-author-icon a:hover i.fa-twitter {
  color: #fff;
}

.card-author-icon a:hover i.fa-blogger {
  color: #fff;
}

.card-author-icon a:has(.fa-linkedin) {
  background: #32a18e;
}

.card-author-icon a:has(.fa-facebook) {
  background: #32a18e;
}

.card-author-icon a:has(.fa-twitter) {
  background: #32a18e;
}

.card-author-icon a:has(.fa-blogger) {
  background: #32a18e;
}

.card-author-view {
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto 20px;
  padding: 12px 0;
  background: linear-gradient(135deg, #32a18e, #278b7a);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(50, 161, 142, 0.3);
}

.card-author-view:hover {
  background: linear-gradient(135deg, #278b7a, #32a18e);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(50, 161, 142, 0.4);
}

/* Updated Tab Styles */
.reviewers-author {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  background: #f8f9fa;
  padding: 5px;
  border-radius: 50px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.reviewers-author h4 {
  padding: 12px 30px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 30px;
  color: #7f8c8d;
}

.reviewers-author h4.active {
  background: linear-gradient(135deg, #32a18e, #278b7a);
  color: #fff;
  box-shadow: 0 5px 15px rgba(50, 161, 142, 0.3);
}

.author-explore-more {
  text-align: center;
}

.author-explore-more p a {
  display: inline-block;
  padding: 12px 35px;
  background: linear-gradient(135deg, #32a18e, #278b7a);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(50, 161, 142, 0.3);
}

.author-explore-more p a:hover {
  background: linear-gradient(135deg, #278b7a, #32a18e);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(50, 161, 142, 0.4);
  color: #fff;
}

@media (max-width: 768px) {
  .card-author-text {
    height: auto;
    max-height: 80px;
  }
  
  .reviewers-author h4 {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.blog-last-update {
  display: inline-flex;
  align-items: center;
  background: #e6f7f1;
  color: #119484;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 18px 7px 14px;
  border-radius: 22px;
  box-shadow: 0 2px 8px rgba(17,148,132,0.08);
  margin-bottom: 22px;
  margin-top: -6px;
  letter-spacing: 0.5px;
  border: 1.5px solid #b2e5d7;
  gap: 8px;
}
.blog-last-update:before {
  content: '\f017'; /* FontAwesome clock icon */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 17px;
  margin-right: 7px;
  color: #119484;
  opacity: 0.85;
}

.gb-cta--dark option {
    background-color: black;
}