
@font-face {
  font-family: 'Author';
  src: url('./Author-Medium.otf') format('opentype');
}

body {
  font-family: 'Inter';
}
body, p {
  color: #181A2A;
}

footer p {
  color: white;
}

body {
  background: linear-gradient(180deg, #FFF 2.42%, rgba(255, 255, 255, 0.00) 97.55%), #F4F6F9;
}


.hero {
  min-height: 100vh; /* Full height of the viewport */
  background-size: cover; /* Cover the entire section */
  background-position: center; /* Center the background image */
  color: white; /* Text color for light themes */
  padding: 20px 0;
}

.hero-about {
  min-height: 70vh; /* Full height of the viewport */
  background-size: cover; /* Cover the entire section */
  background-position: center; /* Center the background image */
  color: white; /* Text color for light themes */
  padding: 20px 0;
}

.hero-heading-1 { 
  color: #031b4e;
  font-size: 54px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  word-wrap: break-word;
  font-family: "Author";
  line-height: 1.2;
}

.hero-heading-2 {
  color: #c14646;
  font-size: 50px;
  position: relative;
  font-weight: 596;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  word-wrap: break-word;
  font-family: "Author";
  line-height: 1.2;
}


.navbar-brand {
  color: #252533;
  font-size: 33.31px;
  font-family: "Author";
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.69px;
  word-wrap: break-word;
}
.navbar-nav .nav-link {
  color: #001726 !important; /* Dark blue color for non-active items */
  font-size: 18px;
  font-family: "Inter"; 
  font-weight: 370;
  line-height: 24px;
  word-wrap: break-word;
}

.phone-dropdown {
  font-size: 18px !important;
}

.navbar-nav .nav-item .option-font {
  color: #001726 !important; /* Dark blue color for non-active items */
  font-size: 18px;
  font-family: "Inter"; 
  font-weight: 370;
  line-height: 24px;
  word-wrap: break-word;
}
.navbar-nav .nav-link.active {
  color: #c14646 !important; /* Red color for active item */
  font-size: 18px;
  font-family: "Inter"; 
  font-weight: 596;
  line-height: 24px;
  word-wrap: break-word;
  border-bottom: 4px solid #c14646;
}

.nav-link:hover {
  color: #c14646 !important; /* Red color for active item */
  font-size: 18px;
  font-family: "Inter"; 
  font-weight: 596;
  line-height: 24px;
  word-wrap: break-word;
  border-bottom: 4px solid #c14646;
}

.navbar-nav .nav-item {
  margin-right: 20px; /* Adds space between navigation items */
}

.navbar-nav .nav-item:last-child {
  margin-right: 0; /* Removes margin from the last item to avoid unnecessary spacing at the end */
}

.bg-transparent {
  background-color: transparent !important; /* Ensures the header is transparent */
}

.navbar-light .navbar-nav .nav-link {
  color: white; /* Ensures text is visible on the hero image */
}

.navbar-toggler {
  background-color: rgba(255, 255, 255, 0.5); /* Makes toggler visible */
}

.accordion-button {
  color: white; /* Text color */
  background: transparent; /* Background color */
}
.accordion-button:not(.collapsed) {
  background: transparent;
  color: white;
}
.accordion-button::after {
  filter: invert(100%); /* Icon color inversion */
}

.hero-content {
  padding-top: 120px; /* Space for the content below the navbar */
  max-width: 56%;
  margin-left: auto;
}
@media only screen and  (max-width: 1500px) {
  .hero-content {
    padding-top: 8vh;
  }
} 

@media only screen and  (max-width: 1400px) {
  .hero-content {
    padding-top: 6vh;
  }
} 
@media (max-width: 1108px) {
  .hero-content {
    max-width: 80%;
  }
}

@media (max-width: 600px) {
  .hero-content {
    max-width: 100%;
  }
}

.hero-section .lead {
  font-size: 24px;
  font-weight: lighter;
  margin-bottom: 30px;
}

.search-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px; /* Space between elements */
  width: 600px;
  height: 66px;
  background: white;
  box-shadow: 0px 2.767256498336792px 2.2138051986694336px rgba(0, 0, 0, 0.07);
  border-radius: 50px;
  padding-left: 35px;
  padding-right: 10px;
  margin-top: 14px;
}

.search-area-btn {
  width: 56px;
  height: 56px;
  background: #c14646;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 1415px) {
  .search-area {
    width: 565px;
    height: 57px;
  }
  .search-area-btn {
    width: 47px;
    height: 47px;
  }
}

@media (max-width: 768px) {
  .search-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px; /* Space between elements */
    width: 500px;
    height: 76px;
    background: white;
    box-shadow: 0px 2.767256498336792px 2.2138051986694336px rgba(0, 0, 0, 0.07);
    border-radius: 50px;
    padding-left: 35px;
    padding-right: 10px;
  }
  .search-area-btn {
    width: 36px;
    height: 36px;
    background: #c14646;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-left: -6%;
  }
  .search-area-btn svg {
    height: 18px !important;
    width: 18px !important;
    margin-top: -5px;
  }
  .search-city-div {
    width: 40%;
  }
  .search-input-div {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .search-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px; /* Space between elements */
    width: 300px;
    height: 66px;
    background: white;
    box-shadow: 0px 2.767256498336792px 2.2138051986694336px rgba(0, 0, 0, 0.07);
    border-radius: 50px;
    padding-left: 35px;
    padding-right: 10px;
  }
  .search-area-btn {
    width: 36px;
    height: 36px;
    background: #c14646;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-left: -6%;
  }
  .search-area-btn svg {
    height: 18px !important;
    width: 18px !important;
    margin-top: -5px;
  }
  .search-city-div {
    width: 40%;
  }
  .search-input-div {
    width: 80%;
  }
  .svg-line {
    display: none;
  }
}

@media (max-width: 460px) {
  .search-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px; /* Space between elements */
    width: 270px;
    height: 50px;
    background: white;
    box-shadow: 0px 2.767256498336792px 2.2138051986694336px rgba(0, 0, 0, 0.07);
    border-radius: 50px;
    padding-left: 10px;
    padding-right: 5px;
  }
  .search-area-btn {
    width: 30px;
    height: 30px;
    background: #c14646;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-left: 1%;
  }
  .search-area-btn svg {
    height: 12px !important;
    width: 12px !important;
    margin-top: -5px;
  }
  .search-city-div {
    width: 100%;
  }
  .search-input-div {
    width: 100%;
  }
  .svg-line {
    display: none;
  }
  .search-area .d-flex {
    flex-wrap: nowrap;
  }
}

input,
select,
textarea {
  border-radius: 3.277px !important;
  border: 1.092px solid #f4f6f9 !important;
  background: #f4f6f9 !important;
  color: #031b4e;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #031b4e;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
  /* "Inter"net Explorer 10-11 */
  color: #031b4e;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #031b4e;
}
.form-control:focus {
  box-shadow: none;
  border-color: #f4f6f9;
}
.form-section {
  box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.07);
  border-radius: 46px;
  overflow: hidden;
}

.form-section .col .mainimage {
  width: 100%;
  height: 500px;
}
.search-input,
.location-select .location-select:hover {
  padding: 10px;
  border: none !important; /* Example styling, adjust as needed */
  outline: none !important;
  background: transparent !important;
  border-radius: 20px;
  width: 100%;
  /* width: 300px; Adjust based on your layout */
}
.search-button {
  padding: 10px 20px;
  background-color: #d90429; /* Example color, adjust as needed */
  color: white;
  border: none;
  border-radius: 20px;
  cursor: po"Inter";
}

.search-button .icon {
  font-size: 24px;
}
.card {
  border-radius: 15px;
  overflow: hidden;
}

.card-img-top {
  height: 233px;
  /* object-fit: cover; */
}

.card-body {
  /* padding: 20px; */
  background-color: #fff;
}

.card-title-doctor {
  color:  #001726;
  text-align: center;
  font-family: "Inter";
  font-size: 20.286px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.521px; /* 115.951% */
  text-transform: capitalize;
}

.card-text-doctor {
  font-family: "Inter";
  font-size: 15.245px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.868px; /* 150% */
  color: #c14646;
  text-transform: capitalize;
}

.rating .star {
  color: #c14646;
  font-size: 1rem;
}

.star-rating {
  color: #c14646;
  font-size: 0.8rem;
}

.card-body i {
  color: #c14646;
  margin-right: 5px;
}
.footer {
  width: 100%;
  height: 488px;
  background: black;
  color: white;
  font-family: 'Inter', sans-serif; /* Using "Inter" as the primary font */
}

.footer-heading {
  font-size: 63.67px;
  font-weight: 596;
  text-transform: uppercase;
  letter-spacing: 1.33px;
  padding: 20px 0 0 252px; /* Adjusted padding for position */
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  justify-content: space-around; /* Flex layout for responsiveness */
}

.footer-column h4 {
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.footer-column li {
  line-height: 25.6px;
  font-size: 16px;
}

.footer-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-top: 0.8px solid #c14646;
}

.footer a {
  color: #c14646; /* Links styled with theme color */
  text-decoration: none;
}

/* Icon styling */
.fas {
  margin-right: 5px;
  color: #c14646;
}
.footer {
  background: #000;
  color: #fff;
  font-family: 'Inter', sans-serif;
  padding: 2rem;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.footer-about h1 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer-about p {
  line-height: 1.5;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.footer-section h2,
.footer-contact h2 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.footer-section ul,
.footer-contact ul {
  /* list-style: none; */
  /* padding: 0; */
}

.footer-section li,
.footer-contact li {
  margin-bottom: 0.5rem;
}

.footer-section a,
.footer-contact a {
  color: #fff;
  text-decoration: none;
}

.footer-contact li a:hover,
.footer-section a:hover,
.footer-policies a:hover {
  text-decoration: underline;
}

.footer-social a {
  display: inline-block;
  margin-right: 1rem;
  color: #fff;
  font-size: 1.5rem;
}

.footer-bottom {
  text-align: center;
  font-size: 0.875rem;
}

.footer-policies a {
  margin: 0 1rem;
  color: #fff;
  text-decoration: none;
}

/* Responsive adjustments if needed */
@media (max-width: 768px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-links {
    grid-template-columns: 1fr;
  }
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 32px;
  }

  .hero-section .lead {
    font-size: 18px;
  }

  .search-input,
  .location-select {
    width: 100%; /* Smaller inputs on mobile */
  }
}

.w-100px {
  width: 100px;
}

.curve-card-img {
  width: 120px !important;
  height: 120px !important;
}

.curve-card-img-div {
  position: absolute;
  bottom: -11%;
  right: -12%;
  background-image: url("../../images/LinkReadMore.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px !important;
  height: 120px !important;
}

.div-size-curve-card {
  height: 378px;
  max-width: 346px;
  margin-bottom: 10px;
  margin-inline: 10px;
}
.card-s {
  background-repeat: no-repeat;
  height: 368px;
  max-width: 336px;
  padding: 20px;
  position: relative;
  border-top-left-radius: 27.31px;
  border-top-right-radius: 27.31px;
  border-bottom-right-radius: 27.31px;
  background-size: contain;
  border: 0;
}



.card-therapeutic {
  background-image: url('../../images/MaskGroup.png');
  background-color: transparent;
}

.card-innovative-dct {
  background-image: url('../../images/MaskGroup.png');
}

.card-ecp {
  background-image: url('../../images/MaskGroup.png');
}

.card-therapeutic:hover {
  background-image: url('../../images/MaskGroupactive.png');
  color: white !important;
}

.card-innovative-dct:hover {
  background-image: url('../../images/MaskGroupactive.png');
  color: white !important;
}

.card-ecp:hover {
  background-image: url('../../images/MaskGroupactive.png');
  color: white !important;
}

.card-therapeutic:hover .card-title {
  color: white !important;
}

.card-innovative-dct:hover .card-title {
  color: white !important;
}

.card-ecp:hover .card-title {
  color: white !important;
}

.card-therapeutic:hover .card-description {
  color: white !important;
}

.card-therapeutic:hover .card-description p {
  color: white !important;
}

.card-innovative-dct:hover .card-description {
  color: white !important;
}

.card-ecp:hover .card-description {
  color: white !important;
}

.card-therapeutic:hover  .card-title-curve {
  color: white !important;
}

.card-therapeutic:hover  .divider {
  width: 218.71px;
  height: 1.09px;
  background: linear-gradient(90deg, rgba(249, 247, 247, 0.832) 50%, rgba(255, 255, 255, 0) 50%);
}
.card-text-title {
  padding-top: 38%;
}

.card-title-curve {
  color: #031b4e;
  font-size: 21.85px;
  font-family: "Inter";
  font-weight: 700;
  line-height: 30.58px;
  word-wrap: break-word;
}

.card-description {
  max-width: 270.51px;
  /* min-height: 76.02px; */
  height: 132px;
  color: #566593;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 300;
  line-height: 26.22px;
  word-wrap: break-word;
  overflow: hidden;
}

.card-text-white .card-title {
  color: #fff;
}

.card-description-white {
  color: #fff;
}

.divider {
  width: 218.71px;
  height: 1.09px;
  background: linear-gradient(90deg, rgb(93 88 88 / 50%) 50%, rgba(255, 255, 255, 0) 50%);
  margin-bottom: 20px;
  margin-top: 5px;
}

.hospital-info {
  display: flex;
  gap: 2px;
  align-items: center;
}

.circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background:#c14646;
}

.hospital-count {
  color: #566593;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 18.35px;
  word-wrap: break-word;
  padding-left: 10px;
}

.card-therapeutic:hover .hospital-count  {
  color: white !important;
}

.card-therapeutic:hover .circle  {
  background: white !important;
}
.card-therapeutic:hover  .curve-card-img-div {
  background-image: url('../../images/LinkRead.png'); 
}

.custom-section {
  padding-inline: 7%;
  margin-top: 120px;
  margin-bottom: 120px;
}


.section-title {
  height: 22.4px;
  color: #c14646;
  font-size: 16px;
  font-family: "Author";
  font-weight: 494;
  text-transform: uppercase;
  line-height: 22.4px;
  word-wrap: break-word;
}

.section-heading {
  color: #031b4e;
  font-size: 46px !important;
  font-family: "Author";
  font-weight: 494 !important;
  text-transform: capitalize;
  line-height: 50.6px !important;
  word-wrap: break-word;
}

.max-width-container {
  max-width: 700px;
}

.description-text {
  color: #595959;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 25.6px;
  word-wrap: break-word;
}

.section p {
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 25.6px;
  word-wrap: break-word;
}
.description-text b {
  color: #031b4e;
  font-weight: 700;
}

.section p b {
  color: #031b4e;
  font-weight: 700;
}

.highlighted-bold-text {
  color: #031b4e;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 600;
  line-height: 25.6px;
  word-wrap: break-word;
}

.view-more-container {
  margin: auto;
  width: 250px;
  margin-top: 30px;
}

.view-more-button {
  width: 243px;
  height: 50px;
  margin-top: 20px;
  padding-top: 13px;
  padding-bottom: 13.74px;
  padding-left: 30px;
  padding-right: 25.54px;
  background: #c14646;
  border-radius: 50px;
  overflow: hidden;
  justify-content: flex-end;
  align-items: center;
  display: inline-flex;
}

.view-more-text {
  width: 155.46px;
  height: 16px;
  text-align: center;
  color: white;
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 16px;
  word-wrap: break-word;
}

.address-doctor {
  color: #001726;
  text-align: center;
  font-family: "Inter";
  font-size: 18.257px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.868px; /* 125.256% */

}

.clr-main-red {
  color: #c14646 !important;
}

.clr-main-sec {
  color: #031B4E !important;
}

.font-Inter {
  font-family: 'Inter';
}

.font-Author {
  font-family: 'Author';
}

.about-us-css {
  height: 22.4px;
  color: #c14646;
  font-size: 16px;
  font-family: "Author";
  font-weight: 494;
  text-transform: uppercase;
  line-height: 22.4px;
  word-wrap: break-word;
}

.about-us-text {
  color: #031b4e;
  font-size: 46px;
  font-family: "Author";
  font-weight: 494;
  text-transform: capitalize;
  line-height: 40.6px;
  word-wrap: break-word;
  width: 95%;
}

.about-us-detail {
  color: #595959;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 25.6px;
  word-wrap: break-word;
  width: 95%;
}

.about-1 {
  align-self: stretch;
  min-height: 24px;
  color: #0b1030;
  font-size: 18px;
  font-family: "Author";
  font-weight: 596;
  text-transform: capitalize;
  line-height: 24px;
  word-wrap: break-word;
}

.about-2 {
  align-self: stretch;
  color: #556171;
  font-size: 15px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 25.6px;
  word-wrap: break-word;
}

.about-us-detail b {
  font-weight: 600;
  color: #0b1030;
}

@media only screen and (max-width: 1619px) {
  .curve-card-img-div {
    position: absolute;
    bottom: -3%;
    right: -6%;
    background-image: url('../../images/LinkReadMore.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 92px !important;
    height: 92px !important;
  }
  
  .div-size-curve-card {
    height: 370px;
    max-width: 325px;
    margin-bottom: 10px;
  }
  .card-s {
    background-repeat: no-repeat;
    height: 348px;
    max-width: 310px;
    padding: 20px;
    position: relative;
    border-top-left-radius: 27.31px;
    border-top-right-radius: 27.31px;
    border-bottom-right-radius: 27.31px;
    border: 0;
  }
  .card-title-curve {
    font-size: 18.85px;
    line-height: 28.58px;
  }
  .card-description {
    max-width: 270.51px;
    height: 95px;
    font-size: 14px;
    line-height: 22.22px;
    word-wrap: break-word;
  }
  .hospital-count {
    font-size: 14px;
    line-height: 15.35px;
    padding-left: 10px;
  }
  .card-text-title {
    padding-top: 39%;
  }
}

@media only screen and (max-width: 1527px) {
  .curve-card-img-div {
    position: absolute;
    bottom: 6%;
    right: -8%;
    background-image: url('../../images/LinkReadMore.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 92px !important;
    height: 92px !important;
  }
  
  .div-size-curve-card {
    height: 370px;
    max-width: 295px;
    margin-bottom: 10px;
  }
  .card-s {
    background-repeat: no-repeat;
    height: 348px;
    max-width: 310px;
    padding: 20px;
    position: relative;
    border-top-left-radius: 27.31px;
    border-top-right-radius: 27.31px;
    border-bottom-right-radius: 27.31px;
    border: 0;
  }
  .card-title-curve {
    font-size: 15.85px;
    line-height: 25.58px;
  }
  .card-description {
    max-width: 270.51px;
    height: 95px;
    font-size: 12px;
    line-height: 20.22px;
    word-wrap: break-word;
  }
  .hospital-count {
    font-size: 12px;
    line-height: 13.35px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 1377px) {
  .curve-card-img-div {
    position: absolute;
    bottom: 13%;
    right: -8%;
    background-image: url('../../images/LinkReadMore.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 92px !important;
    height: 92px !important;
  }
  
  .div-size-curve-card {
    height: 343px;
    max-width: 270px;
    margin-bottom: 10px;
  }
  .card-s {
    background-repeat: no-repeat;
    height: 340px;
    max-width: 310px;
    padding: 20px;
    position: relative;
    border-top-left-radius: 27.31px;
    border-top-right-radius: 27.31px;
    border-bottom-right-radius: 27.31px;
    border: 0;
  }

  .card-text-title {
    padding-top: 35%;
  }
}

.position-relative {
  position: relative;
}

.home-indicator {
  position: absolute;
  top: 30px;
  left: 7px;
  right: 0;
}

.lang-item {
  display: flex;
  align-items: center;
}

.lang-link {
  color: #001726;
  font-size: 18px;
  font-weight: 375;
  line-height: 24px;
  word-wrap: break-word;
}

.lang-indicator {
  position: relative;
  margin-left: -8%;
  z-index: 99;
  top: -12%;
}

.contact-box {
  width: 214px;
  height: 47px;
  margin-left: 10px;
  font-family: "Inter";
  position: relative;
  background: white;
  border-radius: 100px;
  overflow: hidden;
  border: 1px #e1e1e1 solid;
}

.contact-number {
  left: 45px;
  top: 12px;
  position: absolute;
  color: #001726;
  font-size: 15px;
  font-weight: 375;
  line-height: 24px;
  word-wrap: break-word;
}

.contact-indicator {
  left: 195px;
  top: 16px;
  position: absolute;
}

.contact-flag {
  width: 22px;
  height: 14px;
  left: 16px;
  top: 17px;
  position: absolute;
}

.cta-button {
  width: 170px;
  height: 46px;
  padding-top: 14px;
  padding-bottom: 14px;
  /* padding-left: 40px; */
  margin-left: 10px;
  /* padding-right: 39.82px; */
  background: #c14646;
  border-radius: 30px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  cursor: pointer;
}

.cta-text {
  color: white;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 494;
  line-height: 30px;
  word-wrap: break-word;
}

.cta-indicator {
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 1700px) {
  .navbar-nav .nav-link {
    font-size: 15px;
    line-height: 18px;
  }
  .phone-dropdown {
    font-size: 15px !important;
  }
  .navbar-nav .nav-item .option-font {
    font-size: 15px;
  }
  .navbar-nav .nav-item {
    margin-right: 20px;
  }
  .navbar-nav .nav-link.active {
    font-size: 15px;
    line-height: 18px;
  }
  .cta-text {
    color: white;
    font-size: 13px;
    line-height: 24px;
  }
  .cta-button {
    width: 170px;
    height: 42px;
    padding-top: 14px;
    padding-bottom: 14px;
    /* padding-left: 40px; */
    margin-left: 10px;
    /* padding-right: 35.82px; */
    justify-content: center;
    cursor: pointer;
  }
  .contact-number {
    left: 45px;
    top: 12px;
    font-size: 14px;
    font-weight: 375;
    line-height: 20px;
  }
  .contact-box {
    width: 219px;
    height: 46px;
  }
  .contact-flag {
    width: 20px;
    height: 14px;
    left: 17px;
    top: 16px;
  }
  .contact-indicator {
    left: 185px;
    top: 9px;
  }
  .lang-link {
    color: #001726;
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1500px) {
  .navbar-nav .nav-link {
    font-size: 12px;
    font-family: "Inter", sans-serif;
    line-height: 18px;
}
.phone-dropdown {
  font-size: 12px !important;
}
.navbar-nav .nav-item .option-font {
  font-size: 12px;
}
.lang-link {
  color: #001726;
  font-size: 12px;
  line-height: 20px;
}
}

.testimonials-title {
  height: 22.4px;
  color: #c14646;
  font-size: 16px;
  font-family: 'Author';
  font-weight: 494;
  text-transform: uppercase;
  line-height: 22.4px;
  word-wrap: break-word;
}

.patient-stories {
  color: #031b4e;
  font-size: 46px;
  font-family: 'Author';
  font-weight: 494;
  text-transform: capitalize;
  line-height: 50.6px;
  word-wrap: break-word;
}

.care-o {
  color: #031b4e;
  font-size: 46px;
  font-family: 'Author';
  font-weight: 494;
  line-height: 50.6px;
  word-wrap: break-word;
}

.care-recovery {
  color: #031b4e;
  font-size: 46px;
  font-family: 'Author';
  font-weight: 494;
  text-transform: capitalize;
  line-height: 50.6px;
  word-wrap: break-word;
}

.description-text-testimonial {
  color: #556171;
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 25.6px;
  word-wrap: break-word;
}


.card-testimonial {
  width: 350.53px;
  height: 411.02px;
  position: relative;
  background: white;
  box-shadow: 0px 3.0657756328582764px 2.452620506286621px rgba(0, 0, 0, 0.06);
  border-radius: 33.24px;
  border: 1.11px rgba(85, 97, 113, 0.14) solid;
}

.testimonial {
  padding-bottom: 34.6px;
  padding-right: 0.14px;
  left: 45.19px;
  top: 10%;
  position: absolute;
  border-bottom: 0.89px rgba(85, 97, 113, 0.14) solid;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
}

.testimonial-text {
  color: #595959;
  font-size: 20px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 35.45px;
  word-wrap: break-word;
  padding-right: 5px;
}

.Author-name {
  /* width: 90%;
  height: 27.48px; */
  /* left: 133.82px; */
  /* top: 302.34px; */
  /* position: absolute; */
  color: #0b1030;
  font-size: 22.16px;
  font-family: Inter;
  font-weight: 600;
  line-height: 26.59px;
  word-wrap: break-word;
}

.Author-role {
  /* width: 90%;
  height: 23.04px;
  left: 133.82px;
  top: 337.13px;
  position: absolute; */
  color: #556171;
  font-size: 17.73px;
  font-family: Inter;
  font-weight: 400;
  line-height: 28.36px;
  word-wrap: break-word;
}

.Author-img {
  width: 70px !important; height: 70px !important;
  border-radius: 50%;
}

.rating-svg {
  left: 45.19px;
  top: 45.2px;
  position: absolute;
}

.testimonial-stars {
  color: #FEA500;
  font-size: 1.8rem;
  width: 100%;
}

.test-div {
  overflow-x: hidden; /* Prevent horizontal scroll if the content overflows */
  width: 100%;
}

.slider-container {
  display: flex; /* This allows the slider to be a horizontal scroll */
  transition: transform 0.3s ease; /* Smooth sliding transition */
}




.test-single-div {
  width: 450px;
  height: auto;
  margin: 15px;
}

.button-prev {
  background-image: url('../../images/ButtonPreviousSlide.png');
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  box-shadow: 0 .125rem .25rem rgb(0 0 0 / 57%) !important; 
  border-radius: 50%;
}

.button-next {
  background-image: url('../../images/ButtonNextsSlide.png');
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  box-shadow: 0 .125rem .25rem rgb(0 0 0 / 57%) !important;  
  border-radius: 50%;
}

.button-next:hover {
  background-image: url('../../images/ButtonNextSlide.png');
}

.button-prev:hover {
  background-image: url('../../images/ButtonprevSlide.png');
}

.vector-image {
  height: 22.4px;
}

.process-text {
  color: #c14646;
  font-size: 16px;
  font-family: 'Author';
  font-weight: 494;
  text-transform: uppercase;
  line-height: 22.4px;
  word-wrap: break-word;
}

.how-we-work-text {
  color: #031b4e;
  font-size: 46px;
  font-family: 'Author';
  font-weight: 494;
  text-transform: capitalize;
  line-height: 50.6px;
  word-wrap: break-word;
}

.step-circle {
  width: 44.54px;
  height: 44.54px;
  padding-top: 10.69px;
  padding-bottom: 11.58px;
  background: #c14646;
  border-radius: 1002.22px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.step-number {
  width: 9.94px;
  height: 22.27px;
  text-align: center;
  color: white;
  font-size: 17.82px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 44.54px;
  word-wrap: break-word;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.step-divider {
  width: 32px;
  height: 52px;
  border: 15.59px white solid;
  margin: -10px 10px;
}

.step-card {
  max-width: 335.19px;
  height: auto;
  position: relative;
  background: white;
  border-radius: 30px;
}

.step-title {
  left: 33px;
  top: 110.05px;
  position: absolute;
  color: #031b4e;
  font-size: 22.27px;
  font-family: 'Inter';
  font-weight: 600;
  text-transform: capitalize;
  line-height: 31.18px;
  word-wrap: break-word;
}

.step-title-d {
  left: 33px;
  color: #031b4e;
  font-size: 22.27px;
  font-family: 'Inter';
  font-weight: 600;
  text-transform: capitalize;
  line-height: 31.18px;
  word-wrap: break-word;
}
.step-descriptio-d {
  width: 100%;
  color: #595959;
  font-size: 18px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 32px;
  word-wrap: break-word;
}

.step-description {
  width: 80%;
  left: 33.41px;
  top: 180.93px;
  position: absolute;
  color: #595959;
  font-size: 18px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 32px;
  word-wrap: break-word;
}


@media (max-width: 1500px) {
  .step-description {
    top: 190.93px;
  }
}

.step-svg-container {
  padding: 24px;
}

.step-svg {
  width: 60px;
  height: 60px;
}

/* General Card Style */
.custom-card {
  max-width: 335px;
  height: 339px;
  position: relative;
  background: white;
  border-radius: 30px;
}

/* Title Style */
.custom-title {
  max-width: 259px;
  left: 33px;
  top: 111px;
  position: absolute;
  color: #031b4e;
  font-size: 22.27px;
  font-family: 'Inter';
  font-weight: 600;
  text-transform: capitalize;
  line-height: 31.18px;
  word-wrap: break-word;
}

/* Description Style */
.custom-description {
  max-width: 80%;
  height: 93px;
  left: 33px;
  top: 184px;
  position: absolute;
  color: #595959;
  font-size: 20px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 32px;
  word-wrap: break-word;
}

/* Divider Style */
.custom-divider {
  width: 32px;
  height: 52px;
  border: 15.59px white solid;
  margin: -10px 10px;
}

/* Circle with number style */
.custom-circle {
  width: 44.54px;
  height: 44.54px;
  padding-top: 10.69px;
  padding-bottom: 11.58px;
  background: #c14646;
  border-radius: 1002.22px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

/* Number inside the circle */
.custom-number {
  width: 10.39px;
  height: 22.27px;
  text-align: center;
  color: white;
  font-size: 17.82px;
  font-family: 'Inter';
  font-weight: 600;
  line-height: 44.54px;
  word-wrap: break-word;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}


.content-container {
  max-width: 100%;
  padding: 10%;
}

.header {
  height: 22.4px;
  padding-right: 34px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}

.header-text {
  color: white;
  font-size: 16px;
  font-family: 'Author';
  font-weight: 494;
  text-transform: uppercase;
  line-height: 22.4px;
  word-wrap: break-word;
}

.subheader-text {
  color: white;
  font-size: 32px;
  font-family: 'Author';
  font-weight: 494;
  text-transform: capitalize;
  line-height: 50.6px;
  word-wrap: break-word;
  padding-top: 10px;
}

.description-text-content {
  margin-top: 1rem;
  width: 95%;
  min-height: 106px;
  color: white;
  font-size: 15px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 25.6px;
  word-wrap: break-word;
}

.cta-container {
  margin-top: 2.5rem;
  width: 410px;
  height: 165.2px;
  background: white;
  border-radius: 46px;
  overflow: hidden;
}

.cta-content {
  width: 410px;
  height: 165.2px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.svg-wrapper {
  width: 60px;
  height: 61px;
}

.cta-description {
  color: #c14646;
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 25.6px;
  word-wrap: break-word;
  margin-bottom: 10px;
}

.cta-emergency {
  width: 90%;
  height: 26.4px;
  color: #c14646;
  font-size: 20px;
  font-family: 'Author';
  font-weight: 600 !important;
  line-height: 24px;
  word-wrap: break-word;
  margin-bottom: 10px;
}

.cta-phone {
  color: #c14646;
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 25.6px;
  word-wrap: break-word;
}

@media (max-width: 1200px) {
  .cta-container {
    margin-top: 2.5rem;
    width: 310px;
    height: 145.2px;
  }
  
  .cta-content {
    width: 310px;
    height: 155.2px;
  }
  
  .svg-wrapper {
    width: 40px;
    height: 41px;
  }

  .svg-wrapper svg {
    width: 40px !important;
    height: 41px !important;
  }
  
  .cta-description {
    font-size: 12px;
  }
  
  .cta-emergency {
    height: 22.4px;
    font-size: 16px;
  }
  
  .cta-phone {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .cta-container {
    margin-top: 2.5rem;
    width: 100% !important;
    min-height: 145.2px !important;
  }
  .mob-css{
    width: 72%;
  }

  .cta-content {
    width: 310px;
    height: 145.2px;
  }
  
  .svg-wrapper {
    width: 35px;
    height: 35px;
  }

  .svg-wrapper svg {
    width: 35px !important;
    height: 35px !important;
  }
  
  .cta-description {
    font-size: 10px;
  }
  
  .cta-emergency {
    height: 22.4px;
    font-size: 13px;
  }
  
  .cta-phone {
    font-size: 10px;
  }
}

.accordion {
  max-width: 90%;
}

.accordion-item {
  background: transparent;
  border: none;
}

.accordion-button {
  color: white;
  background: transparent;
}

.accordion-body {
  color: white;
}

.list li::marker {
  color: #c14646;
}

.foot-li li::marker {
  color: #c14646;
}

.footer {
  font-family: 'Inter';
}

.list li {
  font-family: 'Inter';
  margin-bottom: 7px;
}
/* li {
  font-family: 'Inter';
} */

.card-text-doctor::before, .card-text-doctor::after {
  flex: 1;
  content: '';
  padding: 1.5px;
  background-color: rgba(80, 95, 98, 0.10);
  margin: 5px;
}

.card-text-doctor {
  display: flex;
  align-items: center;
}

.accordion-button {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 0px;
}

.header-container {
  height: 22.4px;
  padding-right: 34px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}

.appointment-text {
  color: #c14646;
  font-size: 16px;
  font-family: 'Author';
  font-weight: 494;
  text-transform: uppercase;
  line-height: 22.4px;
  word-wrap: break-word;
}

.main-heading {
  max-width: 618px;
  color: #031b4e;
  font-size: 46px;
  padding-top: 1rem;
  font-family: 'Author';
  font-weight: 494;
  text-transform: capitalize;
  line-height: 50.6px;
  word-wrap: break-word;
}

.submit-button-container {
  width: 237.37px;
  height: 56.8px;
  padding-top: 15.29px;
  padding-bottom: 16.1px;
  background: #c14646;
  border-radius: 54.62px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.submit-button {
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 7.65px;
  display: inline-flex;
  cursor: pointer;
}

.submit-text {
  text-align: center;
  color: white;
  font-size: 17.48px;
  font-family: Inter;
  font-weight: 600;
  line-height: 17.48px;
  word-wrap: break-word;
}

.submit-icon {
  position: relative;
}

.cir-icon {
  opacity: 1;
  background: #c146466c;
  width: 35px; /* Set width of the circle */
  height: 35px; /* Set height of the circle */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; /* Remove padding to prevent size inconsistency */
}

.cir-icon i {
  font-size: 18px; /* Ensure all icons have the same size */
  color: white;
}


.address-css li {
  margin-bottom: 10px;
}

.iocn-social {
  display: flex;
  width: 200px;
  justify-content: space-between;
}

.icn::before, .icn::after {
  flex: 1;
  content: '';
  padding: 1px;
  background-color: rgb(80 95 98 / 26%);
  margin: 17px;
}

.icn {
  margin-bottom: 10px;
}

.bootstrap-select.btn-group .btn .caret {
  left: 12px;
  }

  .img-ub {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }

  .blog-card-title {
    color: var(--Secondary, #031B4E);
    font-family: 'Author';
    font-size: 18px;
    font-style: normal;
    font-weight: 494;
  }

  @media (max-width: 1300px) {
    .testimonial-text {
      font-size: 14px;
      line-height: 25.45px;
      padding-right: 10px;
    }
    .Author-name {
      font-size: 16px;
      line-height: 16.59px;
      word-wrap: break-word;
      /* left: 100.82px;
      top: 270.34px; */
    }
    
    .Author-role {
      width: 90%;
      /* position: absolute; */
      color: #556171;
      font-size: 14px;
      line-height: 18.36px;
      /* left: 100.82px;
      top: 295.13px; */
    }
    .img-ub {
      width: 50px;
      height: 50px;
      border-radius: 50%;
    }

    .Author-img {
      /* left: 35.19px;
      top: 268px; */
    }
    .card-testimonial {
      max-width: 450.53px;
      height: 370.02px;
    }
    .step-title {
      font-size: 16px;
      line-height: 22.18px;
    }
    .step-title-d {
      font-size: 16px;
      line-height: 22.18px;
    }
    .step-descriptio-d {
      font-size: 14px;
      line-height: 22.18px;
    }
    .step-description {
      font-size: 14px;
      line-height: 22.18px;
    }

    .custom-title {
      font-size: 16px;
      line-height: 20.18px;
    }
    .custom-description {
      font-size: 14px;
      line-height: 22.18px;
    }
    .cta-button {
      width: 150.82px;
      height: 38px;
      padding-top: 14px;
      padding-bottom: 14px;
      justify-content: center;
      cursor: pointer;
  }
  }

  @media (max-width: 1400px) {
    .testimonial-text {
      font-size: 14px;
      line-height: 25.45px;
      padding-right: 10px;
    }
    .Author-name {
      font-size: 15px;
      line-height: 16.59px;
      word-wrap: break-word;
    }
    
    .Author-role {
      width: 90%;
      /* position: absolute; */
      color: #556171;
      font-size: 13px;
      line-height: 18.36px;
    }
  }

  @media (max-width: 1100px) {
    .testimonial-text {
      font-size: 13px;
      line-height: 25.45px;
      padding-right: 10px;
    }
    .Author-name {
      font-size: 13px;
      line-height: 16.59px;
      word-wrap: break-word;
    }
    
    .Author-role {
      /* width: 90%; */
      /* position: absolute; */
      color: #556171;
      font-size: 11px;
      line-height: 18.36px;
    }
  }

.about-section-th ul li {
  list-style: none; /* Remove default list styling */
  display: flex; /* Use flexbox for better alignment */
  align-items: center; /* Vertically align the items */
}

.about-section-th ul li:before {
  content: "\2713\0020";  /* Unicode for checkmark and space */
  color: #117d21;  /* Set color for checkmark */
  margin-right: 10px;  /* Add some space between checkmark and text */
  flex-shrink: 0;  /* Prevent the checkmark from shrinking */
}

.about-li{ list-style-type: none; }

.about-li {
  color: #101010; 
  font-family: 'Inter'; 
  font-size: 18px; 
  font-style: normal; 
  line-height: 30px; 
  letter-spacing: -0.198px;
}

/* Padding Classes */
.padding-left-3 {
  padding-left: 3%;
}

.padding-3 {
  padding: 3%;
}

.padding-bottom-2 {
  padding-bottom: 2%;
}

/* Text Color and Font Style */
.text-color-main {
  color: #101010;
}

.font-family-inter {
  font-family: 'Inter' !important;
}

.font-size-18 {
  font-size: 18px;
}

.clr-main-red {
  color: #c14646;
}

.clr-main-sec {
  color: #000000; /* You can customize this as per your requirement */
}

.font-family-Author {
  font-family: Author, sans-serif;
}

.font-weight-450 {
  font-weight: 450;
}

.font-size-60px{
  font-size: 60px;
}

.font-size-70 {
  font-size: 70px;
}

.font-size-26 {
  font-size: 26px;
}

.font-weight-300 {
  font-weight: 300;
}

.line-height-36 {
  line-height: 36px;
}

.text-muted {
  color: #6c757d;
}

/* Image */
.w-100 {
  width: 100%;
}

/* Margin & Padding */
.m-auto {
  margin: auto;
}

.p-4 {
  padding: 1.5rem;
}

.font-size-1 {
  font-size: 1px;
}

.font-size-2 {
  font-size: 2px;
}

.font-size-3 {
  font-size: 3px;
}

.font-size-4 {
  font-size: 4px;
}

.font-size-5 {
  font-size: 5px;
}

.font-size-6 {
  font-size: 6px;
}

.font-size-7 {
  font-size: 7px;
}

.font-size-8 {
  font-size: 8px;
}

.font-size-9 {
  font-size: 9px;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-23 {
  font-size: 23px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-27 {
  font-size: 27px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-29 {
  font-size: 29px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-31 {
  font-size: 31px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-33 {
  font-size: 33px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-35 {
  font-size: 35px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-37 {
  font-size: 37px;
}

.font-size-38 {
  font-size: 38px;
}

.font-size-39 {
  font-size: 39px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-41 {
  font-size: 41px;
}

.font-size-42 {
  font-size: 42px;
}

.font-size-43 {
  font-size: 43px;
}

.font-size-44 {
  font-size: 44px;
}

.font-size-45 {
  font-size: 45px;
}

.font-size-46 {
  font-size: 46px;
}

.font-size-47 {
  font-size: 47px;
}

.font-size-48 {
  font-size: 48px;
}

.font-size-49 {
  font-size: 49px;
}

.font-size-50 {
  font-size: 50px;
}

/* Width */
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}

/* Height */
.h-10 {
  height: 10%;
}
.h-20 {
  height: 20%;
}
.h-30 {
  height: 30%;
}
.h-50 {
  height: 50%;
}
.h-75 {
  height: 75%;
}
.h-100 {
  height: 100%;
}

/* Margin */
.m-0 {
  margin: 0;
}
.m-5 {
  margin: 5px;
}
.m-10 {
  margin: 10px;
}
.m-20 {
  margin: 20px;
}

/* Padding */
.p-0 {
  padding: 0;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}

/* Border */
.border {
  border: 1px solid #ccc;
}
.border-2 {
  border: 2px solid #ccc;
}
.border-none {
  border: none;
}

/* Text Alignment */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

/* Display */
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-flex {
  display: flex;
}
.d-none {
  display: none;
}

/* Flexbox */
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}

/* Overflow */
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}

/* Positioning */
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}

/* Flex Align Items */
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}

/* Flex Justify Content */
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}

/* Border Radius */
.rounded-0 {
  border-radius: 0;
}
.rounded-5 {
  border-radius: 5px;
}
.rounded-10 {
  border-radius: 10px;
}

/* Box Shadow */
.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.shadow-md {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.shadow-lg {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

/* Font Weight */
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400; /* Normal weight */
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important; /* Bold */
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}

/* Font Size */
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-30 {
  font-size: 30px;
}
.fs-36 {
  font-size: 36px;
}

/* Line Height */
.lh-1 {
  line-height: 1;
}
.lh-1.5 {
  line-height: 1.5;
}
.lh-2 {
  line-height: 2;
}
.lh-25 {
  line-height: 2.5;
}

/* Letter Spacing */
.ls-0 {
  letter-spacing: 0;
}
.ls-1 {
  letter-spacing: 1px;
}
.ls-2 {
  letter-spacing: 2px;
}
.ls-3 {
  letter-spacing: 3px;
}

.border-rad-10px {
  border-radius: 10px !important;
}

.border-rad-15px {
  border-radius: 15px !important;
}

.border-rad-20px {
  border-radius: 20px !important;
}

.border-rad-30px {
  border-radius: 30px !important;
}


.list-blog {
  border-radius: 20px !important;
  border: 1.168px solid  #E8E8EA;
  background: #FFF;
}

.carousel-indicators .active {
  background-color: #c14646 !important;
}

.mw-10 {
  max-width: 10%;
}

.mw-20 {
  max-width: 20%;
}

.mw-30 {
  max-width: 30%;
}

.mw-40 {
  max-width: 40%;
}

.mw-50 {
  max-width: 50%;
}

.mw-60 {
  max-width: 60%;
}

.mw-70 {
  max-width: 70%;
}

.mw-80 {
  max-width: 80%;
}

.mw-90 {
  max-width: 90%;
}

.mw-100 {
  max-width: 100%;
}

.w-80 {
  width: 80%;
}

.mw-95 {
  max-width: 95%;
}

.contact-form-inp {
  border-radius: 8.851px !important;
  border: 0.885px solid #c0baba !important;
  background-color: transparent !important;
}


.iti--allow-dropdown {
  width: 100%;
}

/* sidebar-fliter styles */
.sidebar-fliter {
  width: 370px;
  /* background-color: #333; */
  color: #031B4E;
  padding: 20px;
  transition: transform 0.3s ease;
}

.sidebar-fliter h3 {
  color: #031B4E;
  margin-bottom: 10px;
}

.filter-bglist {
  margin-bottom: 20px;
}

.filter-bglist h4 {
  margin-bottom: 10px;
  color:  #031B4E;
  font-family: 'Author';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32.164px; /* 114.87% */
  text-transform: capitalize;
}

.filter-bglist label {
  display: block;
  margin: 5px 0;
  color: #031B4E;
  font-family: 'Author';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 30px;  */
  letter-spacing: -0.198px;
}

.filter-bglist input[type="checkbox"] {
  margin-right: 10px;
}

/* Main blog list */
.blog-list {
  flex-grow: 1;
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; */
  padding: 20px;
}

.blog-item {
  background-color: white;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.blog-item h2 {
  margin-bottom: 10px;
}

.blog-item p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #777;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .sidebar-fliter {
    width: 100%;
    position: absolute;
    left: -250px;
    top: 0;
    height: 100%;
    transition: transform 0.3s ease;
  }

  .blog-list {
    grid-template-columns: 1fr;
  }

  .sidebar-fliter.show {
    transform: translateX(250px);
  }
}

input[type="checkbox"]:checked::before {
  background-color: #c14646 !important;
}


.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-tog {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-tog:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 0px;
  bottom: 1.1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider-tog {
  background-color: #c14646;
}

input:focus + .slider-tog {
  box-shadow: 0 0 1px #c14646;
}

input:checked + .slider-tog:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded slider-togs */
.slider-tog.round {
  border-radius: 34px;
}

.slider-tog.round:before {
  border-radius: 50%;
}

.filter-toggle-table td {
  color: #031B4E;
  font-family: 'Author';
  font-size:16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.hospital-list-title {
  color:  #031B4E;
  font-family: 'Author';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32.164px; /* 114.87% */
  text-transform: capitalize;
  padding-right: 0px;
}

.location-hospital {
  color: #031B4E;
  font-family: 'Inter';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
}

.hospital-list-title-detail {
  color:  #031B4E;
  font-family: 'Inter';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32.164px; /* 114.87% */
  text-transform: capitalize;
}

.doctor-list-title-detail {
  color:  #031B4E;
  font-family: 'Inter';
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32.164px; /* 114.87% */
  text-transform: capitalize;
}

.location-hospital-detail {
  color: #031B4E;
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 40;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
}


.location-doctor-detail {
  color: #031B4E;
  font-family: 'Inter';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
}

  
  .hospital-stars {
    color: #FEA500;
    font-size: 1.1rem;
  }

  .doctor-dteail-stars {
    color: #FEA500;
    font-size: 1.5rem;
  }
  
  .hospital-description {
    color: #595959;
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
  }

  .bg-main-red {
    background-color: #c14646 !important;
  }

  .doctor-stars {
    color: #c14646;
    font-size: 1.2rem;
  }

  .w-150px {
    width: 150px;
  }


  .w-180px {
    width: 180px;
  }

  .w-200px {
    width: 200px;
  }

  .w-20px {
    width: 20px;
  }

  .hospital-doctor-img {
    width: 60px; 
    height: 60px; 
    border-radius: 50%; 
    border: 1px solid #C14646;
  }

  .hospital-hero-content {
    padding-top: 120px; 
    margin: auto;
  }
  @media only screen and  (max-width: 1500px) {
    .hospital-hero-content {
      padding-top: 8vh;
    }
  } 

  .header-section-dec{
    color: #595959;
    font-size: 21px;
    margin-top: 20px;
    font-weight: 375;
    line-height: 36px;
    letter-spacing: 1.5px;
    word-wrap: break-word;
    font-family: "Inter";
  }

  .header-section-dec-blog{
    color: #595959;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 550;
    line-height: 36px;
    letter-spacing: 1.2px;
    word-wrap: break-word;
    font-family: "Inter";
  }

  .header-section-dec-1{
    color: #031b4e;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 596;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    word-wrap: break-word;
    font-family: "Inter";
  }

  .btn {
    font-family: "Inter" !important;
  }

  input  {
    font-family: "Inter" !important;
  }
  

  .hospital-list-card-bg {
    background-color: #F6F7FA !important;
  }

  .hospital-list-card-bg .card-body {
    background-color: #F6F7FA !important;
  }

  .hospital-list-card-bg:hover {
  border-radius: 20px;
  border: 1px solid #C14646;
  background: #F6F7FA;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.02), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.03), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.05), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.07);
}

.hospital-list-card-bg-detail {
  background-color: #F6F7FA !important;
  border-radius: 20px !important;
  border: 1px solid #C14646 !important;
  border-radius: 20px;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.02), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.03), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.05), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.07) !important;
}

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

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
}

.form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ddd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  transition: border-color 0.3s ease;
}

/* When checkbox is checked, change the color */
.form-group input:checked + label:before {
  border-color: #c14646; /* Red border when checked */
  background-color: #c14646;
}

/* Show checkmark when the checkbox is checked */
.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Optional: Hover effect for labels */
.form-group label:hover:before {
  border-color: #c14646;
}

.broder-rad-30px {
  border-radius: 30px !important;
}

.section p {
  color: #101010;
}

.nav-item .active {
  color: #c14646 !important;
  font-size: 18px;
  font-family: "Author";
  font-weight: 596;
  line-height: 24px;
  word-wrap: break-word;
  border-bottom: 4px solid #c14646;
}

.hospital-details-heading {
  color:  #031B4E;
  font-family:  "Author";
  font-size: 20px;
  font-style: normal;
  font-weight: 494;
  line-height: 32.164px; /* 114.87% */
  text-transform: capitalize;
}

.border-left-red-3px {
  border-left: 3px solid #c14646;
}

.hospital-details-para {
  color:  #595959;
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

.offer-card {
  border-radius: 20px !important;
  border: 1px solid  #C14646 !important;
  background: #FFF !important;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.05), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.04), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.03), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.03), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.02), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.01) !important;
}

.offer-card-text {
  color: #031B4E;
  text-align: center;
  font-family: 'Author';
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  /* line-height: 32.164px;  */
  text-transform: capitalize;
}

.doctor-detail-page-name {
  color: #031B4E;
  font-family: 'Author';
  font-size: 2.8em;
  font-style: normal;
  font-weight: 494;
  /* line-height: 141.939px;  */
  letter-spacing: 20px;
  text-transform: uppercase;
  opacity: 0.1;
}

.border-top-20px {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.border-bottom-20px {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.text-dark {
  color: #031B4E !important;
}

.list-event {
  border-radius: 20px !important;
  border: 1.168px solid  #E8E8EA;
  background: #FFF;
}

.book-now-btn {
  position: absolute;
  bottom: 45%;  /* Distance from the bottom of the card */
  left: 50%;
  transform: translateX(-50%);  /* To center the button horizontally */
  opacity: 0;
  transition: opacity 0.3s ease;  /* Smooth transition for visibility */
  padding-left: 20px !important; 
  padding-right: 15px !important;
}

.list-event:hover .book-now-btn {
  opacity: 1;  /* Make the button visible when hovering over the card */
}

.list-event:hover {
  border: 1px solid  #C14646 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

.event-title-status {
  color: #031B4E;
  font-family: 'Author';
  font-size: 30px;
  font-weight: 500;
}

.event-detail-label {
  border-radius: 8px; 
  background: rgba(193, 70, 70, 0.19); 
  padding: 7px 20px; 
  color: #1E0A3C;
  font-weight: 600 !important;
  font-size: 14px;
}

.event-detail-date {
  color: #39364F;
  font-family: 'Author';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.event-detail-card {
  border-radius: 8px;
  background: #F8F7FA;
}

.card-host-name {
  color: #1E0A3C;
  font-family: 'Author';
  font-size: 15px;
  font-style: normal;
  line-height: 24px;
}

.event-detail-dateTime {
  color: #39364F;
  font-family: 'Author';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.blog-slider-card {
  position: absolute !important; bottom: 10px; width: 50vh; border-radius: 20px !important;
}

.blog-slider-card-img {
  border-radius: 50% !important; width: 50px !important; height: 50px !important;
}


.blog-slider-card--main-img {
  width: 75vh; 
  /* height: 55vh;  */
  border-radius: 25px;
}

.title-subheader-fs {
  font-size: 15px;
  font-family: 'Inter';
  font-weight: 500;
  margin-top: 46px;
}

.Ubuntu-img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
}

.Ubuntu-name, .Ubuntu-role {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Inter';
}
.Ubuntu-name-blog {
  font-size: 12px;
}
.search-input-s {
  font-size: 14px;
  background-color: white;
}
.event-card-img {
  height: 280px;
}
.event-heading-text {
  font-size: 16px;
}
.event-dec-text {
  font-size: 12px;
}

@media (max-width: 1415px) {
  .search-input-s {
    font-size: 12px;
  }
  .hero-heading-1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .hero-heading-2 {
    font-size: 40px;
    line-height: 1.2;
  }
  .header-section-dec {
    font-size: 16px;
    line-height: 26px;
  }
  .header-section-dec-1{
    font-size: 16px;
    line-height: 26px;
  }
  .svg-line svg {
    width: 280px !important;
  }
  .svg-line {
    left: 70px !important;
  }
  .about-us-text {
    font-size: 34px;
    line-height: 35px !important;
  }
  .about-us-detail {
    font-size: 13px;
  }
  .about-1 {
    font-size: 18px;
  }
  .about-2 {
    font-size: 13px;
  }
  .section-heading {
    font-size: 34px !important;
    line-height: 35px !important;
  }
  .description-text {
    font-size: 13px;
  }
  .card-title-doctor {
    font-size: 16px;
  }
  .card-text-doctor {
    font-size: 13px;
  }
  .address-doctor {
    font-size: 15px;
  }
  .testimonial-text {
    font-size: 14px;
  }
  .Author-name {
    font-size: 14px;
  }
  .Author-role {
    font-size: 12px;
  }
  .step-title {
    font-size: 16px;
  }
  .step-description {
    font-size: 14px;
  }
  .step-title-d {
    font-size: 16px;
  }
  .step-descriptio-d {
    font-size: 14px;
  }
  .subheader-text {
    font-size: 28px;
  }
  .description-text-content {
    font-size: 13px;
  }
  footer p {
    font-size: 11px;
  }
  .footer-table-f {
    font-size: 10px !important;
  }
  .footer-table-f a {
    font-size: 10px !important;
  }
  .footer-table-f tr td {
    padding: 4px !important;
  }
  footer ul li {
    font-size: 11px;
  }
  footer tr td {
    font-size: 11px;
  }
  footer h1 {
    font-size: 18px;
  }
  footer h5 {
    font-size: 15px;
  }
  footer li {
    font-size: 11px;
  }
  footer a {
    font-size: 11px;
  }
  .title-subheader-fs {
    font-size: 12px;
  }
  .blog-card-title {
    font-size: 15px;
  }
  .section p {
    font-size: 13px;
  }
  .find-doctor-div .svg-line svg {
    width: 200px !important;
  }
  .find-doctor-div .svg-line {
    left: 230px !important;
  }
  .filter-bglist h4 {
    font-size: 16px;
  }
  .filter-toggle-table td {
    font-size: 14px;
  }
  .filter-bglist label {
    font-size: 14px;
  }
  .hospital-list-title {
    font-size: 16px;
  }
  .hospital-description {
    font-size: 11px;
  }
  .hospital-list-card-bg table tr td {
    font-size: 12px;
  }
  .rating .font-size-17 {
    font-size: 15px;
  }
  .doctor-stars {
    font-size: 1rem;
  }
  .location-hospital .city {
    font-size: 10px;
  }
  .rating .rate {
    font-size: 10px;
  }
  .hospital-stars {
    font-size: 0.9rem;
  }
  .hero-about {
    min-height: 50vh;
  }
  .testimonial-text {
    font-size: 14px !important;
  }

  .Ubuntu-img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
  }
  .Ubuntu-name, .Ubuntu-role  {
    font-size: 13px;
  }
  .Ubuntu-name-blog {
    font-size: 10px;
  }
  .btn {
    font-size: 11px !important;
  }
  .header-section-dec-blog {
    font-size: 15px;
    line-height: 1.5;
  }
  .Ubuntu-name-blog {
    font-size: 12px;
  }
  .doctor-list-title-detail {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .hospital-details-heading {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px !important;
  }
  .location-doctor-detail {
    font-size: 12px;
  }
  .doctor-dteail-stars {
    font-size: 1.2rem;
  }
  .about-li {
    font-size: 13px;
  }
  .accordion-button {
    font-size: 13px;
  }
  .accordion-body {
    font-size: 13px;
  }
  .cta-description {
    font-size: 13px;
  }
  .cta-emergency {
    font-size: 13px;
    font-weight: 600;
  }
  .cta-phone {
    font-size: 13px;
  }
  .cta-container {
    margin-top: 2.5rem;
    width: 310px;
    height: 145.2px;
  }
  .cta-content {
    width: 100%;
    height: 100%;
  }
  .svg-wrapper {
    width: 50px;
    height: 51px;
  }
  .svg-wrapper svg {
    width: 50px;
    height: 51px;
  }
  .event-card-img {
    height: 200px;
  }
  .event-heading-text {
    font-size: 13px;
  }
  .event-dec-text {
    font-size: 10px;
  }
  .button-prev {
    width: 35px;
    height: 35px;
  } 
  .button-next {
    width: 35px;
    height: 35px;
  }
  .event-detail-date {
    font-size: 13px;
  }
  .event-detail-dateTime {
    font-size: 16px;
  }
  .event-title-status {
    font-size: 22px;
  }
}

@media (max-width: 1350px) {
  .event-title-status {
    font-size: 22px;
  }
  .hero-heading-1 {
    font-size: 34px;
  }
  .hero-heading-2 {
    font-size: 34px;
  }
  .header-section-dec {
    font-size: 14px;
  }
  .header-section-dec-1{
    font-size: 14px;
  }
  .svg-line svg {
    width:230px !important;
  }
  .svg-line {
    left: 60px !important;
  }
  .about-us-text {
    font-size: 28px;
  }
  .about-us-detail {
    font-size: 12px;
  }
  .about-1 {
    font-size: 15px;
  }
  .about-2 {
    font-size: 13px;
  }
  .section-heading {
    font-size: 28px !important;
  }
  .description-text {
    font-size: 12px;
  }
  .card-title-doctor {
    font-size: 15px;
  }
  .card-text-doctor {
    font-size: 12px;
  }
  .address-doctor {
    font-size: 12px;
    margin-bottom: 7px;
  }
  .testimonial-text {
    font-size: 12px;
  }
  .Author-name {
    font-size: 13px;
  }
  .Author-role {
    font-size: 11px;
  }
  .step-title {
    font-size: 14px;
  }
  .step-description {
    font-size: 12px;
  }
  .step-title-d {
    font-size: 14px;
  }
  .step-descriptio-d {
    font-size: 12px;
  }
  .step-description {
    font-size: 12px;
  }
  .subheader-text {
    font-size: 28px;
  }
  .description-text-content {
    font-size: 13px;
  }
  footer p {
    font-size: 12px;
  }
  footer ul li {
    font-size: 12px;
  }
  footer tr td {
    font-size: 12px;
  }
  footer h1 {
    font-size: 18px;
  }
  footer h5 {
    font-size: 15px;
  }
  footer li {
    font-size: 12px;
  }
  footer a {
    font-size: 12px;
  }
  .title-subheader-fs {
    font-size: 11px;
  }
  .blog-card-title {
    font-size: 15px;
  }
  .section p {
    font-size: 13px;
  }
  .find-doctor-div .svg-line svg {
    width: 200px !important;
  }
  .find-doctor-div .svg-line {
    left: 230px !important;
  }
  .filter-bglist h4 {
    font-size: 16px;
  }
  .filter-toggle-table td {
    font-size: 14px;
  }
  .filter-bglist label {
    font-size: 14px;
  }
  .hospital-list-title {
    font-size: 15px;
  }
  .hospital-description {
    font-size: 11px;
  }
  .hospital-list-card-bg table tr td {
    font-size: 11px;
  }
  .rating .font-size-17 {
    font-size: 15px;
  }
  .doctor-stars {
    font-size: 1rem;
  }
  .location-hospital .city {
    font-size: 10px;
  }
  .rating .rate {
    font-size: 10px;
  }
  .hospital-stars {
    font-size: 0.9rem;
  }
  .hero-about {
    min-height: 50vh;
  }
  .testimonial-text {
    font-size: 14px !important;
  }
  .btn {
    font-size: 11px;
  }
  .about-li {
    font-size: 12px;
  }
  .accordion-button {
    font-size: 12px;
  }
  .accordion-body {
    font-size: 12px;
  }
  .cta-description {
    font-size: 12px;
  }
  .cta-emergency {
    font-size: 12px;
  }
  .cta-phone {
    font-size: 12px;
  }
  .event-card-img {
    height: 180px;
  }
  .event-detail-date {
    font-size: 12px;
  }
}

@media (max-width: 1100px) {
.doctor-detail-page-name {
  font-size: 1.5rem;
 }
 .testimonial-text {
  font-size: 14px !important;
}
}

@media (max-width: 600px) {
  .hero-heading-1 {
    font-size: 32px;
  }
  .hero-heading-2 {
    font-size: 32px;
  }
  .section-heading {
    font-size: 28px !important;
  }
  .about-us-text {
    font-size: 28px;
  }
  .blog-slider-card {
    max-width: 270px;
  }
  .blog-slider-card-img {
    width: 30px !important; height: 30px !important;
  }
  .blog-slider-card--main-img {
    width: 100%;
    height: auto !important;
  }
  .doctor-stars {
    font-size: 0.8rem;
  }
  .p-sm-inl-6 {
    padding-inline: 6% !important;
  }
  .p-sm-inl-2 {
    padding-inline: 2% !important;
  }
  .doctor-detail-page-name {
   display: none;
  }
  .button-prev {
    width: 30px;
    height: 30px;
  }
  
  .button-next {
    width: 30px;
    height: 30px;
  }
}



/* Main content-blog-detail section */
.content-blog-detail {
  flex: 1;
  /* margin-right: 250px;  */
  /* Allow space for the right menu on desktop */
}

.section {
  min-height: 20vh;
  padding: 20px;
  /* border-bottom: 1px solid #ddd; */
}


/* Right side menu */
.right-menu {
  position: fixed;
  top: 28%;;
  right: 5%;
  width: 23%;
  background-color: #151515;
  padding: 10px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  z-index: 1001;
}

.right-menu ul {
  list-style-type: none;
  padding: 0;
}

.right-menu ul li {
  margin: 4px 0;
}

.right-menu ul li a {
  text-decoration: none;
  font-size: 1.1em;
  color: #fff;
  padding: 4px;
  /* border-radius: 4px; */
  display: block;
  transition: background-color 0.3s;
  font-family: Author;
}

.right-menu ul li a:hover {
  /* background-color: #c14646; */
  border-left: 4px solid #c14646;
  /* font-weight: 600; */
}

.right-menu ul li a.active {
  border-left: 4px solid #c14646;
  /* font-weight: 600; */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .container-blog {
      flex-direction: column; /* Stack sections vertically */
      max-width: 100% !important;
  }

  .content-blog-detail {
      margin-right: 0;
      /* margin-top: 80px;  */
  }

  .right-menu {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      display: flex;
      justify-content: center;
      background-color: #f1f1f1;
      padding: 10px 0;
      box-shadow: none;
      border-radius: 0;
      display: none;
  }

  .right-menu ul {
      display: flex;
      justify-content: space-around;
      width: 100%;
  }

  .right-menu ul li {
      margin: 0;
  }

  .right-menu ul li a {
      font-size: 16px;
      padding: 10px;
      text-align: center;
  }

  .section {
      height: auto; /* Allow content-blog-detail to take its height on mobile */
      padding: 10px 10px; /* Space for mobile nav */
  }
  
  .section {
      color:  #031B4E; font-family: 'Inter'; font-size: 16px; font-style: normal;
  }
}
.btn-light:hover {
 background-color: #c14646 !important;
 color: #fff !important; 
}

/*
 *  STYLE 3
 */

 #style-3-cust-scroll::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
 }
 
 #style-3-cust-scroll::-webkit-scrollbar
 {
     width: 3px;
     background-color: #F5F5F5;
 }
 
 #style-3-cust-scroll::-webkit-scrollbar-thumb
 {
     background-color: #c14646;
 }

.searchInput .w-100 {
  position: relative;
}

 .searchInput .resultBox{
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 5px;
}

.searchInput.active .resultBox{
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 4px;
  margin-top: 5px;
}

.resultBox li{
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
  color: black;
}

.searchInput.active .resultBox li{
  display: block;
  background-color: white;
  cursor: pointer;
}
.resultBox li:hover{
  background-color: #c14646 !important;
  color: white;
}

.resultBox h4 {
  font-size: 18px;
  color: black;
  font-weight: 600;
  padding-left: 3px;
  padding-bottom: 4px;
  padding-top: 5px;
  cursor: pointer;
  border-bottom: 2px solid #c14646;
}



.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #fff;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 43%;
}
.owl-nav button.owl-next {
  right: 43%;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
  display: none;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 110%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}
.owl-item {
  min-height: 300px !important; /* Adjust this value as needed */
  display: flex;
}
.item {
    width: 100%;
}

.owl-prev {
  background-image: url('../../images/ButtonPreviousSlide.png') !important;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  box-shadow: 0 .125rem .25rem rgb(0 0 0 / 57%) !important; 
  border-radius: 50%;
}

.owl-next {
  background-image: url('../../images/ButtonNextsSlide.png') !important;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  box-shadow: 0 .125rem .25rem rgb(0 0 0 / 57%) !important;  
  border-radius: 50%;
}

.owl-nav .owl-prev {
  background-image: url('../../images/ButtonPreviousSlide.png') !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.owl-nav .owl-next {
  background-image: url('../../images/ButtonNextsSlide.png') !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.owl-nav .owl-prev:hover {
  background-image: url('../../images/ButtonprevSlide.png') !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 40px;
  height: 40px;
}

.owl-nav .owl-next:hover {
  background-image: url('../../images/ButtonNextSlide.png') !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 40px;
  height: 40px;
}

.owl-prev svg {
  display: none;
}

.owl-next svg {
  display: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #fff;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
#carouselDoctor .owl-nav button.owl-prev {
  left: -4%;
}
#carouselDoctor .owl-nav button.owl-next {
  right: -4%;
}

#carousel .owl-nav {
  position: absolute;
  bottom: -10%;
  width: 100%;
}
@media (min-width: 1400px) {
  .owl-nav button.owl-prev {
    left: 46%;
  }
  .owl-nav button.owl-next {
    right: 46%;
  }
  .item {
    width: 90%;
  }
}
@media (max-width: 900px) {
  .owl-prev {
    width: 30px;
    height: 30px;
  }
  
  .owl-next {
    width: 30px;
    height: 30px;
  }
  .owl-nav button.owl-prev {
    left: 35%;
  }
  .owl-nav button.owl-next {
    right: 35%;
  }
  .owl-nav .owl-prev:hover {
    width: 30px;
    height: 30px;
  }
  
  .owl-nav .owl-next:hover {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 1300px) {
  .navbar-nav .nav-link.active {
    font-size: 11px;
    line-height: 15px;
  }
  .navbar-nav .nav-link {
    font-size: 11px;
    line-height: 15px;
  }
  .phone-dropdown {
    font-size: 11px !important;
  }
  .navbar-nav .nav-item .option-font {
    font-size: 11px;
  }
  .navbar-nav .nav-item {
    margin-right: 12px;
  }
  .contact-box {
    width: 174px;
  }
  .contact-number {
    font-size: 10px;
  }
  .contact-flag {
    width: 18px;
    height: 12px;
    left: 15px;
  }
  .navbar-nav .lang-item .form-control {
    font-size: 12px;
  }
  .lang-indicator {
    position: relative;
    margin-left: -16%;
    z-index: 99;
    top: -6%;
  }
  .cta-text {
    color: white;
    font-size: 12px;
  }
  .cta-indicator svg {
    width: 18px;
    height: 18px;
  }
  .cta-indicator {
    padding-bottom: 5px;
    padding-left: 4px;
  }
  .right-menu {
    /* width: 220px; */
  }
  .right-menu ul li a {
    font-size: 0.8em;
  }
  .doctor-list-title-detail {
    font-size: 18px;
  }
  .hospital-details-heading {
    font-size: 14px;
  }
  .location-doctor-detail {
    font-size: 12px;
  }
}


.doctor-card-boder {
  border-left: 2px solid #c14646 !important;
}

@media only screen and (max-width: 992px) {
  .cta-button {
    margin: 10px 0px;;
  }
  .lang-indicator {
    margin-left: -5%;
  }
}

.search-input {
  width: 100%;
}

.doctor-contact-btn {
  position: absolute; bottom: 0;
}


@media only screen and (max-width: 991.99px) {
  .doctor-contact-btn {
    left: 38%;
    bottom: -72%;
  }
  .pb-mv-40 {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .doctor-contact-btn {
    left: 35%;
    bottom: -72%;
  }
}

@media only screen and (max-width: 550px) {
  .doctor-contact-btn {
    left: 26%;
    bottom: -72%;
  }
}

@media only screen and (max-width: 400px) {
  .doctor-contact-btn {
    left: 20%;
    bottom: -72%;
  }
}

.list-event:hover .card-body img {
  opacity: 0.6;
}

.list-event:hover .card-body p {
  opacity: 0.6;
}

.svg-line-find { 
  position: absolute; left: 25%; right: 0
}

.header-section-dec b {
  color: #031B4E !important;
}

@media (max-width: 500px) {
  .cta-content {
    width: 100%;
  }
}


@media (max-width: 470px) {
  .cta-content {
    width: 100%;
  }
}

.op-card  {
  border-radius: 100px; padding: 40px; margin-bottom: 30px;
}

.section-gap {
  padding-inline: 7%; margin-top: 50px; margin-bottom: 50px;
}

.section-gap-1 {
  padding-inline: 7%; padding-top: 50px; padding-bottom: 50px; 
}

.section-gap-2 {
  padding-inline: 7%; padding-top: 120px;
}

.contact-form-gap {
  padding-top: 3%; padding-bottom: 3%;
}

@media only screen and (max-width: 1420px) {
  .custom-section {
    padding-inline: 7%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .section-gap {
    padding-inline: 7%; margin-top: 30px; margin-bottom: 40px;
  }
  
  .section-gap-1 {
    padding-inline: 7%; padding-top: 30px; padding-bottom: 45px; 
  }
  
  .section-gap-2 {
    padding-inline: 7%; padding-top: 30px;
  }
}

@media (min-width: 1100px) {
.main-hero-1 {
  background-image: url('../../images/header-image.png')
}
}

@media (max-width: 1100px) {
  .main-hero-1 {
    background-color: #F4F6F9 !important;
  }
}

.mb-show {
  display: none !important; 
}

@media (max-width: 767.99px) {
  .hero-heading-1 {
      font-size: 25px !important;
  }
  .hero-heading-2 {
    font-size: 25px !important;
  }
  .hero {
    min-height: 60vh;
  }
  .about-us-text {
    font-size: 25px;
    line-height: 38px;
  }
  .header-section-dec {
    font-size: 14px;
    margin-top: 10px;
    line-height: 30px;
  }
  .header-section-dec-1 {
    font-size: 14px;
    margin-top: 10px;
    line-height: 30px;
  }
  .search-input {
    font-size: 14px;
  }
  .about-us-detail {
    font-size: 12px;
  }
  .about-1 {
    font-size: 16px;
  }
  .about-2 {
    font-size: 12px;
  }
  .btn {
    font-size: 14px;
  }
  .section-heading {
    font-size: 25px !important;
    line-height: 38px !important;
  }
  .description-text {
    font-size: 12px;
  }
  .pad-right-0 {
    padding-right: 0px !important;
  }
  .pad-left-0 {
    padding-left: 0px !important;
  }
  .justify-mob-cen {
    justify-content: center !important;
    display: flex;
  }
  .address-doctor {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .Author-img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
  }
  .testimonial-text {
    font-size: 12px !important;
  }
  .testimonial-stars {
    font-size: 1.2rem;
  }
  .step-title {
    font-size: 14px;
  }
  .step-description {
    font-size: 12px;
    top: 156.93px;
  }
  .step-title-d {
    font-size: 14px;
  }
  .step-descriptio-d {
    font-size: 12px;
  }
  .op-card  {
    border-radius: 30px; padding: 20px; padding-top: 5px; margin-bottom: 10px;
  }
  .mainimage {
    border-radius: 20px;
    height: 350px;
  }
  .subheader-text {
    font-size: 25px;
    line-height: 38px !important;
    margin-top: 10px;
  }
  .header-text {
    font-size: 14px;
  }
  .description-text-content {
    font-size: 12px;
    margin-top: 1rem;
  }
  .process-text{
    font-size: 14px;
  }
  .testimonials-title {
    font-size: 14px;
  }
  .section-gap {
    padding-inline: 7%; margin-top: 30px; margin-bottom: 20px;
  }
  .card-title-curve {
    font-size: 14px;
  }
  .about-li {
    font-size: 12px;
  }
  .section-gap-1 {
    padding-inline: 7%; padding-top: 25px; padding-bottom: 60px; 
  }
  .section-gap-2 {
    padding-inline: 7%; padding-top: 30px;
  }
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .accordion-header .accordion-button{
    font-size: 13px;
    padding-left: 10px;
  }
  .hospital-hero-content {
    padding-top: 40px;
  }
  .arabic-image {
    display: none;
  }
  .org-by {
    justify-content: start !important;
    padding-bottom: 20px;
  }
  .contact-form-gap {
    padding-top: 30px !important; padding-bottom: 5px;
  }
  .title-subheader-fs {
    font-size: 10px;
  }
  .hero-content {
    padding-top: 30px;
  }
  .custom-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .svg-wrapper {
    width: 100%;
    height: 61px;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .mob-css {
    width: 100%;
    padding: 3px;
    text-align: center;
  }
  .cta-content {
    flex-wrap: wrap;
    padding: 5px;
  }
  .mob-css div {
    margin-bottom: 0px;
    text-align: center;
  }
  .center-mob-text {
    text-align: center !important;
  }
  .iocn-social {
    width: 100%;
  }
  .mb-hide {
    display: none !important;
  }
  .mb-show {
    display: flex !important;
  }
  /* .hospital-description p {
    font-size: 11px;
  } */
  .nav-item-siz {
    font-size: 15px;
  }

  .nav-item-siz .active{
    font-size: 15px;
  }
  .nav-item-siz .nav-link{
    font-size: 15px;
  }
}
.about-li li span {
  display: inline !important;
}
div#order_1 {
  order: 1;
}

div#order_2 {
  order: 2;
}

@media (max-width: 767.99px) {
  div#order_1 {
    order: 2;
  }
  
  div#order_2 {
    order: 1;
  }
}

@media (max-width: 370px) {
  .doctor-stars {
      font-size: 0.6rem;
  }
}

/* .hospital-description p {
  margin-bottom: 0;
} */

@media (max-width: 767.99px) {
  .lang-indicator {
    position: relative;
    margin-right: -21%;
  }
  .option-font {
    padding-left: 0px;
    width: 65px;
    text-align: left;
  }
}
.event-p p {
  margin-bottom: 0px;
}

.hospital-description-a {
  width: 100% !important;
}

.mw-95-about {
  max-width: 95%;
}

/* @media screen and (max-width: 1500px) and (min-width: 991.99px) {
  .mw-95-about {
    max-width: 85%;
  }
} */

.card-certificate {
  background-color: #E7E7E7;
  border-bottom: 2px solid #C14646;
  border-radius: 15px;
  height: 65px !important;
  width: auto;
}

.carousel-certificate-slider {
  height: 76px !important;
}

.card-certificate-image {
  height: 50px; width: auto;
}

@media (max-width: 1400px) {
  .card-certificate {
    background-color: #E7E7E7;
    border-bottom: 2px solid #C14646;
    border-radius: 15px;
    height: 59px !important;
  }
  
  .carousel-certificate-slider {
    height: 60px !important;
  }
  .card-certificate-image {
    height: 40px !important; width: auto;
  }
}

.doctors-img {
  max-width: 260px;
}

@media (max-width: 767.99px) {
  .doctors-img {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.location-image-size {
  width: 20px !important;
  height: 20px !important;
}

.carousel-certificate-slider .carousel-certificate .owl-stage-outer {
  height: 78px !important;
}

.phone-dropdown {
  padding: 7px 24px;
  font-family: "Author";
  position: relative;
  background: white;
  border-radius: 100px;
  border: 1px #e1e1e1 solid;
  font-weight: 375;
  /* font-size: 18px; */
  line-height: 24px;
  letter-spacing: -0.36px;
  vertical-align: middle;
}
.phone-dropdown:hover {
  background: white;
  border-radius: 100px;
  border: 1px #e1e1e1 solid;
}

.phone-dropdown:active {
  background: white !important;
  border-radius: 100px;
  border: 1px #e1e1e1 solid;
}
.phone-dropdown:focus {
  background: white !important;
  border-radius: 100px;
  border: 1px #e1e1e1 solid;
}

.phone-drop {
  background: transparent !important; border: 0 !important;
}

.phone-dropdown-list {
  padding: 8px 24px;
  font-family: 'Inter';
  position: relative;
  background: white;
  border-radius: 100px;
  border: 1px #e1e1e1 solid;
  font-weight: 375;
  /* font-size: 12px; */
  line-height: 24px;
  letter-spacing: -0.36px;
  vertical-align: middle;
  margin-bottom: 6px;
}

.phone-dropdown-list:hover {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  font-weight: 500;
}

#navbar-s {
  transition: background-color 0.3s ease, box-shadow 0.3s ease; 
}

/* Background color when scrolled */
.navbar.scrolled {
  background-color: #fff !important;  
  color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); 
  opacity: 0.9;
}

@media (max-width: 991.99px) {
  .nav-mbv {
    background-color: #f0f0f2fb !important; 
    padding-left: 5% !important;
    padding-right: 5% !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  } 
  .phone-dropdown {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 1600) {
  .phone-dropdown {
    padding: 12px 24px;
  }
}



/* Base container padding */
.container-fluid {
  padding-inline: 5%; /* reduced from 7% */
  overflow-x: hidden; /* prevent horizontal scroll */
}

/* Content Container */
.content-container {
  max-width: 100%;
  padding: 8%; /* slightly smaller for better fit */
}

/* Text Responsiveness */
.description-text-content {
  margin-top: 1rem;
  width: 95%;
  color: white;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  word-wrap: break-word;
}

/* max-width: 1415px */
@media (max-width: 1415px) {
  .description-text-content {
    font-size: 13px;
  }

  .content-container {
    padding: 6%;
  }
}

/* max-width: 767.099px (mobile) */
@media (max-width: 767.099px) {
  .description-text-content {
    font-size: 12px;
    margin-top: 1rem;
  }

  .content-container {
    padding: 5%;
  }

  .cta-container .cta-phone {
    font-size: 14px;
  }

  .header-text, .subheader-text {
    font-size: 18px;
    text-align: center;
  }

  .accordion-button {
    font-size: 14px;
  }
}

.mainimage {
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .mainimage {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1700px) {
  td .cir-icon i {
    font-size: 12px !important;
    color: white;
  }
  td .cir-icon {
    width: 25px;
    height: 25px;
  }
}

.contimage {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.line-2-fix {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Ensures only 1 line is visible */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* Adds "..." when text overflows */
}

.line-1-fix {
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Ensures only 1 line is visible */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* Adds "..." when text overflows */
  
}

@media (max-width: 1350px) {
  .doc-nav .nav-link {
    font-size: 14px !important;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.offer-card {
  position: sticky;
  top: 100px; /* adjust this based on your header/nav height */
  z-index: 10; /* ensures it stays on top */
}


.offer-card {
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}

@media (min-width: 992px) {
  .offer-card.sticky {
    position: fixed;
    top: 75px;
    right: 7%;
    z-index: 1000;
  }
}

.form-contact .form-control-lg {
  font-size: 1rem !important;
}

@media (max-width: 1600px) {
  .form-contact .form-control-lg {
    font-size: 0.8rem !important;
  }
}

.btn {
  text-transform: capitalize !important;
}

.location-hospital .card-body {
  background-color: white !important;
  padding-top: 0px !important;
  padding-bottom: 3px !important;
  display: flex;
  align-items: center;
  height: 20px;
}

.pad-inline-3 {
  padding-top: 3%;
}

@media (max-width: 786px) {
  .mar-top-mobv-0 {
    margin-top: 0px !important;
  }
  .mar-mobv-0 {
    margin: 0px !important;
  }

  .pad-top-mobv-0 {
    padding-top: 0px !important;
  }
  .pad-mobv-0 {
    padding: 0px !important;
  }
  .pad-top-mobv-5 {
    padding-top: 5px !important;
  }
  .align-top-mbv {
    align-items: flex-start !important;
  }
  .location-hospital .card-body {
    height: 35px;
  }
  .filter-bglist {
    margin-bottom: 6px;
  }
  .pad-top-mob-11 {
    padding-top: 11%;
  }
  .pad-top-mob-11 {
    padding-top: 11%;
  }
  
  .mv-fs-12 {
    font-size: 12px !important;
  }

  .mv-mb-2 {
    margin-bottom: 15px;
  }
  .mv-pad-lr {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .mv-pad-lr-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .mv-pad-10 {
    padding: 10px !important;
  }
}
.blog-list-img-height {
  height: 200px;
}

@media (max-width: 600px) {
  .blog-list-img-height {
    width: 100%;
    max-height: 200px !important;
  }
  .header-section-dec-blog {
    font-size: 12px;
  }
}

.language-active {
  /* background-color: #c14646 !important; */
  color: #c14646 !important; 
  font-weight: 700;
  border-bottom: 3px solid #c14646;
  padding-left: 3px;
  padding-right: 3px;
}

/* .btn-lang:hover,.btn-lang:focus-visible {
  border-radius: 20px; 
}

.btn-lang:active,.btn-lang:focus {
  border-radius: 20px; 
} */

.border-left-2px {
  border-left: 2px solid #031b4e;
}

.btn-lang {
  padding-top: 3px !important;
  padding-bottom: 2zx !important;
  border-radius: 0px !important;
}

.lang-span:hover {
  color: #c14646 !important; 
  font-weight: 700;
  border-bottom: 3px solid #c14646;
  padding-left: 3px;
  padding-right: 3px;
}

.rating.clr-main-red {
  display: flex;
  align-items: center;
}

.pg-position-plus {
  background-position: 97% 60% !important;
}

.doctor-star {
  display: flex;
  align-items: center;
}

#toggle-cards {
    margin: 10px;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 50px; 
    width: 100px;
}

#toggle-cards.collapsed {
    background-color: #333;
}

.collapsible {
    display: none;
}



ul.dropdown-menu li {
    border-bottom: 1px solid #efefef;
    padding-top: .25rem;
    padding-bottom: .25rem;
}
ul.dropdown-menu li:last-child {
    border-bottom: unset;
}
ul.navbar-nav {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: .5rem;
}
@media only screen and (max-width: 600px) {
    ul.navbar-nav {
      background: #fff;
    }
    .nav-link:hover {
        border-bottom: unset;
    }
    .navbar-collapse.collapse.show {
        height: 93vh;
    }
    .navbar-nav .nav-item {
        margin-right: 12px;
        border-bottom: 1px solid #efefef;
    }
    .navbar-nav .nav-link {
        font-size: 14px;
    }
    a.nav-link.dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .dropdown-toggle::after {
        border-top: .5em solid;
        border-right: .5em solid transparent;
        border-left: .5em solid transparent;
    }
    a.nav-link.dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    a.dropdown-item {
        font-size: 14px;
    }
}