@import '../../node_modules/bootstrap/dist/css/bootstrap.min.css';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');

::-moz-selection {
  background-color: #1c3261 !important;
  color: white;
}

::selection {
  background-color: #1c3261 !important;
  color: white;
}


html {
  scroll-behavior: smooth !important;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px white;
  box-shadow: inset 0 0 6px white;
}

body::-webkit-scrollbar-thumb {
  background-color: #1c3261 !important;
  outline: 1px solid #1c3261 !important;
}

.bg-primary {
  background-color: #1c3261 !important;
}

.bg-light-blue {
  background-color: #fff;
}

.col-md-12.bg-white.text-center.shadow.border-radius-6.mald_colmsinrs {
  background: #F7F7F7 !important;

}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0075BC;
}

.bg-light-pink {
  background-color: #0075BC;
}

section#treatment-section {
  display: block;
}

section#treatmentt-section {
  display: none;
}

.bg-light-yellow {
  background-color: #f4ae1b29;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.storywrapper {
  position: relative;
  cursor: pointer;
}

.footer {
  background-color: #ffc4d3 !important;
}

.keywords-sec {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.keywords-sec.show {
  max-height: 1000px;
  /* Adjust based on content height */
}

section.py-2.pb-md-4.pt-md-0.keywords-sec.show {
  /*margin-bottom: 66px;*/
  margin-top: -44px;
}

section.pb-2.pt-2.footer-keys.pt-md-3.pb-md-3 {
  margin-top: -42px;
}

span.side-rules-txt.fw-400.pos-relative {
  font-size: 21px;
}

.row {
  margin-top: 0;
  margin-bottom: 1.5rem;

}

form#landing-form .row {
  margin-bottom: 0px;
}

div#form-section {
  max-width: 100%;
  position: sticky;
  top: 43px;
  margin-left: auto;
  margin-right: 50px;
}

div#form-section h5 {
  font-size: 1.50rem;
}

form#landing-form .col-md-6 {
  flex: unset;
  max-width: 100%;
}

main {
  position: relative;
}

.form_main {
  display: block !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 32%;
  height: 100%;
}

/* infor */
.info-section {
  background-color: #f0f8ff;
  padding-left: 50px;
}

.info-bar {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px 0px;
  flex-wrap: wrap;
  gap: 17%;
}

.info-text {
  max-width: 70%;
}

.main-text {
  color: #0075BC;
  font-size: 20px;
  margin: 0;
}

.sub-text {
  font-size: 17px;
  /* margin: 5px 0 0 0; */
  color: #000000;
}

.call-btn {
  display: flex;
  align-items: center;
  background-color: #0075BC;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}

.call-btn a {
  color: #fff;
}

.call-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* infor */





/* excelence */
.cancer-care-section {
  /* margin: 30px auto;*/
  padding-left: 50px;
}

.cancer-care-section h2 {
  font-size: 28px;
  margin-bottom: 0px;
  padding: 15px 0px;
}

.highlight {
  color: #0075BC;
  font-weight: bold;
  font-size: 30px;
}

.highlight-about {
  color: #0075BC;
  font-weight: bold;
  font-size: 20px;
}

.stats-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.stat-box {
  background: #f0f8ff;
  padding: 15px 15px;
  border-radius: 10px;
  width: 210px;
}

.stat-box h4 {
  color: #0075BC;
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.stat-box p {
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #000000;
  font-weight: 600;
}


/*Quality Care*/


/* trust */

section.Trusted_section {
  background: #F3F3F3;
  padding-left: 50px;
  padding-top: 30px;
  padding-block: 50px;
}

.award_main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;

}

.award-card {
  background-color: white;
  height: 260px;
  max-width: 320px;
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;

}

.award-card img {
  width: 150px;
  margin-bottom: 10px;
}

.award-card p {
  font-size: 16px;
  color: #1C3261;
  line-height: 1.6;
}

p.award {
  font-size: 16px;
  color: #1C3261;
  line-height: 1.6;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 5px;
}

/* trust */

/* 360 degree */
.degree_main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 30px;
  /*justify-content: center;*/
  align-items: center;
}

.cancer-card:hover {
  transform: translateY(-5px);
}

.cancer-card img {
  width: 50px !important;
  height: 50px;
  /*margin-bottom: 15px;*/
}


.cancer-card p {
  font-size: 14px;
  color: #232323;
  line-height: 1.4;
  font-weight: 700;
}

/* degree end */

/* visit */

section.visit_section {
  padding-left: 50px;
  padding-top: 30px;
  padding-block: 50px;
}

.visit_main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;

}

.visit-card {
  background-color: white;
  max-width: 260px;
  height: auto;
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
  background-color: #F0F7FB;

}

.visit-card1 {
  background-color: white;
  max-width: 260px;
  height: auto;
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
  background-color: #F0F7FB;

}


.visit-card img {
  width: 40px;
  margin-bottom: 15px;
}

.visit-card p {
  font-size: 16px;
  color: #1C3261;
  line-height: 1.6;
  font-weight: 700;
}

/* trust */



/* seek start */

section.seek_section {
  background: #0075BC;
  padding-left: 50px;
  padding-top: 30px;
  padding-block: 50px;
}

.seek_main {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;

}

.seek-card {

  max-width: 200px;
  width: 30%;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
  background: #0075BC;
  border: 1px solid #fff;

}

.seek-card img {
  width: 40px;
  margin-bottom: 15px;
}

.seek-card p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  font-weight: 700;
}

p.seek_content {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  width: 85%;
  margin: 20px 0px;
}

/* seek start */

/* why */

section.why_section {
  padding-left: 50px;
  padding-top: 30px;
  padding-block: 50px;
}

.why_main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;

}

.why-card {
  background-color: #F3F3F3;
  max-width: 260px;
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;


}

h4.new_high {
  color: #0075BC;
}

.why-card img {
  width: 40px;
  margin-bottom: 15px;
}

.why-card p {
  font-size: 16px;
  color: #0075BC;
  line-height: 1.6;
  font-weight: 700;
}

/* trust */
section#service-section p {
  font-size: 16px;
  margin: 20px 0px;
  width: 86%;
}

/* flags */
section.flag_section {
  background-color: #F0F7FB;
  padding-left: 50px;
  padding-top: 30px;
  padding-block: 50px;
}

.flags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}


.flag {
  width: 85px;
  height: 35px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* flags */
section.treat_section {
  padding-left: 50px;
  padding-top: 30px;
  padding-block: 20px;
}

section.treat_section p {
  font-size: 16px;
  margin: 20px 0px;
  width: 86%;
}

/* faq */

section.faq_section {
  padding-left: 50px;
  padding-top: 30px;
  padding-block: 20px;
}

.faq-container {
  margin-top: 30px;
}

.faq-item {
  border-bottom: 1px solid #eee;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px 0px;
  font-size: 20px;
  font-weight: 600;
  border-top: 1px solid #FCDDE5;
}

.faq-question img {
  border: 1px solid #FCDDE5;
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.arrow {
  transition: transform 0.3s ease;
}

.active .arrow {
  transform: rotate(180deg);
}

.active .faq-answer {
  display: block;
}

/* faq */


/* campus */
section.centres_section {
  padding-left: 50px;
}

.camp-container {
  display: flex;
  justify-content: start;
  gap: 40px;
  flex-wrap: wrap;
  /* margin-top: 30px; */
}

.camp {
  padding: 15px 10px;
  max-width: 250px;
  text-align: center;
}

.camp img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.camp p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #232323;
}

/* campus */











/* Typography */
.clrGrey {
  color: #000;
  /* Dark grey for better readability */
}

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

.fw-400 {
  font-weight: 400;
}

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

/* Side rule container */
.pos-relative {
  position: relative;
}

/* Styled heading text */
.side-rules-txt {
  background-color: #fff;
  /* Keeps text background clean over the HR line */
  padding: 0 1rem;
  z-index: 1;
}

/* Horizontal rule styling */
.side-rules {
  border: none;
  border-top: 1px solid #EE537B;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 0;
  margin: 0;
}

.footer-float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100% !important;
  z-index: 300;
  background-color: #f44336a8 !important;
  backdrop-filter: blur(10px);
}

.footer-float-content a {
  font-size: 13px;
}

.footer-float-content a i {
  font-size: 25px;
}

p.text-center.m-0.f-15.f-sm-13.f-md-13.close-footer.clr-footer.clrGrey {
  padding-top: 15px;
  background-color: #ffffff;
  margin-bottom: 150px;
  padding-bottom: 36px;
  font-size: 18px;
}

.text-primary {
  color: #232323 !important;
}

.bg-primary {
  background-color: #1c3261 !important;
}

.btn-primary {
  background-color: #0075BC !important;
  border-color: #0075BC !important;
}

.side-rules {
  border: none;
  border-top: 1px solid #EE537B;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 0;
  margin: 0;
}

.topic-pills>a {
  border: 1px solid rgb(0 0 0 / 20%);
  border-radius: 13px;
  padding: 3px 10px 5px;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  color: #555f51;
  white-space: nowrap;
  margin-bottom: 7px;
  text-transform: lowercase;
}

.side-rules-txt {
  background-color: #fff;
  z-index: 1;
  padding: 0 20px;
}

p.text-center.m-0.f-15.f-sm-13.f-md-13.close-footer.clr-footer.clrGrey {
  cursor: pointer;
}


.btn-rounded {
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}

a:hover {
  text-decoration: none;
}

.section {
  padding: 15px 0px;
}


.font-400 {
  font-weight: 400 !important;
}

#doctor-section p {
  font-size: 16px;
}

section.section.patient_testo {
  background-color: #F3F3F3;
}

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

.font-700 {
  font-weight: 700 !important;
}

.col-md-12.px-5.py-4.bg-light-pink.text-dark.h-100.personalized {
  background: #F6F6F6;
}

section#servicee-section {
  display: none;
}

section#service-section {
  display: block;
  padding-left: 50px;
  padding-top: 50px;
  background-color: #CCEBFF;
  padding-block: 20px;
}

section#service-section .owl-dots.disabled {
  display: block !important;
}

.owl-theme .owl-dots {
  text-align: start;
}

.bg-gray {
  background-color: #F2F2F2 !important;
}

table {
  margin: auto;
  width: 100%;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.pl-4.pr-4 {
  background: #DBEFFA !important;
  border: none;
}

h5.text-primary.worrior {
  font-size: 17px;
  padding-top: 10px;
  text-align: center;
}

.col-md-4.mb-3.maldivians_colms {
  max-width: 25% !important;
}

.why_indianssec {
  display: block;
}

.col-md-12.bg-white.text-center.shadow.border-radius-6.mald_colmsinrss {
  max-height: 118%;

  padding-top: 20px;
  padding-bottom: 20px;
}

img.img-fluid.profile {
  width: 28%;
}

img.img-fluid.comma {
  width: 37%;
  justify-content: left;
  margin-right: 136px;
}

p.During {
  font-weight: 600;
  color: #1C3261;
}

.test {
  display: flex;
  gap: 22px;
}

h2.table_content.here {
  padding-bottom: 36px;
}

h5.pb-2.Comprehensive {
  padding-top: 10px;
}

h5.table_content {
  color: #fff;
}

p.table_content {
  color: #000;
  font-size: 19px;
  width: 75%;
  margin: 0 auto;
}

a.btn.btn-link-pink.new_clr {
  background-color: #0075BC;
  color: #fff;

}

#technology-section a.btn.btn-link-pink.new_clr,
#doctor-section a.btn.btn-link-pink.new_clr {
  color: #0075BC;
  background: #fff;
}

a.btn.btn-link-pink {
  padding: 0px 30px;
  background: #0075BC;
}

a.text-primary.font-700.read-more-link {
  color: black !important;
}

.col-md-12.bg-light-pink.text-dark.h-100 {
  background: #F6F6F6;
  box-shadow: none;
  text-align: center;
}

div#doctor-carousel.owl-theme .owl-dots .owl-dot.active span,
div#doctor-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #0075BC !important;
}

section#doctor-section {
  background: #0075BC;
  padding-left: 50px;
}

.col-md-12.bg-white.p-3.text-center.shadow.border-radius-6 {
  height: 100%;
}

.text-primary {
  color: #1c3261 !important;
}

.bg-primary {
  background-color: #1c3261 !important;
}

.btn-primary {
  background-color: #0075BC !important;
  border-color: #0075BC !important;
}

.text-secondary {
  color: #0075BC !important;
  padding-bottom: 10px;
}

section#intro-section thead {
  background: #F6F6F6;
}

h2.table_contentss {
  color: white;
  padding-top: 64px;
  padding-bottom: 33px;
}

.col-md-12.text-center.contentss {
  border: solid 1px #FFFFFF66;
}

p.table_contentss span {
  padding-left: 10px;
}

section#intro-section {
  padding: 50px 0px;
}

img.img-fluid.hospital {
  max-width: 281px;
}

p.table_contentss {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 30px;
}

div#service-carousel .text-secondary {
  color: #232323 !important;
}

section#intro-section tbody {
  background: white;
}

.col-md-12.flexx {
  display: flex;
}


.maldivians_row img {
  width: 40px !important;
  text-align: center;
  margin: auto;

}

.table_maldives th,
.table_maldives td {
  width: 25%;
  /* 100% divided by 4 columns (1 header + 3 country columns) */
  text-align: center;
  vertical-align: middle;
}

.table_maldives th:first-child,
.table_maldives td:first-child {
  width: 25%;
  /* Ensure the label column is also equal */
}

.table_maldives img {
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.table_maldives span {
  display: block;
  margin-top: 5px;
}

.service_main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.service_main .oncology-box {
  width: 23%;
}

.mb-3.maldivians_colms.comma {
  min-height: auto;
}

div#People-carousel img.img-fluid.profile {
  margin-left: 20px;
}

div#People-carousel img.img-fluid.comma {
  margin-left: 11px;
  padding-bottom: 9px;
}

div#People-carousel .owl-item img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: auto;
  margin-left: 10px;
}

.maldivians_colms p.During {
  height: 135px;
}

#intro-section .owl-carousel .owl-item img {
  min-height: auto !important;
}

.row.Preferred {
  justify-content: center;
}

h2.text-primary.text_paddd {
  padding-bottom: 30px;
}

th span {
  padding-left: 10px;
  color: #1C3261;
}

h2.table_content {
  color: #fff;
}

.bg-secondary {
  background-color: #fff !important;
}

.col-md-12.p-3.bg-light-pink.shadow.text-dark.h-100 h5 {
  text-align: center;
}

.col-md-12.p-3.bg-light-pink.shadow.text-dark.h-100 p {
  text-align: center;
}

.btn-secondary {
  background-color: #ee537b !important;
  border-color: #ee537b !important;
}

.btn-link-pink {
  position: relative;
  color: #fff;
  background-color: #EE537B;
  font-weight: 700;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.btn-block {
  display: block;
  width: 85%;
}

a.btn.btn-primary.btn-block {
  margin: auto;
}

h1.mb-2.text-dark.bluee {
  color: #0075BC !important;
  width: 50%;
}

h1.mb-2.text-dark.bluee span {
  color: #Ee5071 !important;
  font-size: 30px;
}

.card-body.text-center.pb-0.pt-0 {
  padding-top: 10px !important;
}

.card-body.text-center.pb-0.pt-0 h4 {
  font-size: 20px;
}

.card-footer.p-0 {
  padding-bottom: 25px !important;
}

h3.font_affort {
  font-size: 21px;
  padding-top: 14px;
}

/* .col-md-12.text-left.type-content.bg-white.p-3.baby_pink {
 background-color: #F3F3F3 !important;
} */
div#technology-carousel.owl-theme .owl-dots .owl-dot.active span,
div#technology-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
}


a.text-primary.font-700.read-more-link.tracks {
  color: #1C3261 !important;
}

a.text-dark {
  color: #0075BC !important
    /* font-size: 20px; */
}

p.mb-2.text-secondary.paediatricc {
  color: #1C3261 !important;
  font-weight: 600;

}

.btn-link-pink:hover {
  position: relative;
  color: #ea1c50;
  font-weight: 700;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}


.btn-link-pink::before {
  content: '';
  position: absolute;
  top: -1px;
  right: 0px;
  width: 0%;
  height: 2px;
  background-color: #ee537b;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.btn-link-pink:hover::before {
  content: '';
  position: absolute;
  top: -1px;
  right: 0px;
  width: 100%;
  height: 2px;
  background-color: #ee537b;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.btn-link-pink::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 0%;
  height: 2px;
  background-color: #ee537b;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.btn-link-pink:hover::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #ee537b;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

section.section.bg-light-blue.bg-light-pink.upto_mainsec {
  display: block;
}

.btn-link-blue {
  position: relative;
  color: #0086d3;
  background-color: #96d8ff;
  font-weight: 700;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.btn-link-blue:hover {
  position: relative;
  color: #0086d3;
  font-weight: 700;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}


.btn-link-blue::before {
  content: '';
  position: absolute;
  top: -1px;
  right: 0px;
  width: 0%;
  height: 2px;
  background-color: #0086d3;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

section.section.bg-light-blue.bg-light-pink.upto_mainsec.tanble_content {
  display: none;
}

.btn-link-blue:hover::before {
  content: '';
  position: absolute;
  top: -1px;
  right: 0px;
  width: 100%;
  height: 2px;
  background-color: #0086d3;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.btn-link-blue::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 0%;
  height: 2px;
  background-color: #0086d3;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.btn-link-blue:hover::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #0086d3;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.btn-link-white {
  position: relative;
  color: white;
  background-color: #8a8a8a;
  font-weight: 700;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.btn-link-white:hover {
  position: relative;
  color: white;
  font-weight: 700;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}


.btn-link-white::before {
  content: '';
  position: absolute;
  top: -1px;
  right: 0px;
  width: 0%;
  height: 2px;
  background-color: white;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.btn-link-white:hover::before {
  content: '';
  position: absolute;
  top: -1px;
  right: 0px;
  width: 100%;
  height: 2px;
  background-color: white;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.btn-link-white::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 0%;
  height: 2px;
  background-color: white;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.btn-link-white:hover::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: white;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}


.nav-item.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-link {
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 0%;
  height: 2px;
  background-color: #ee537b;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.nav-link:hover::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #ee537b;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.card-footer.p-0 {
  background-color: transparent;
  border: none;
  padding: 0px 60px 24px;
}

button#landing-submit {
  margin: auto;
  font-weight: 600;
  background: #F4AE1A !important;
  border: 1px solid #F4AE1A !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;

}

p.why_indiaa {
  font-size: 19px;
  font-weight: normal;
}

.banner-section {
  background-image: url('../images/HCG_Banner_Africa1.jpg');
  /*background-color: #d6d4d3;*/
  background-size: cover;
  background-position: right end;
  background-repeat: no-repeat;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  /* padding-right: 50px; */
  padding-bottom: 0px;
}


.features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.features li {
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  font-weight: 600;
  align-items: center;
}

.features .icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.cta-button {
  display: inline-block;
  padding: 12px 20px;
  color: #0075BC;
  border: 1px solid #0075BC;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-bottom: 15px;
}


.treat-container img {
  width: 100%;
}



.maldivians_colms .mald_colmsinrs {
  padding: 50px 20px;
  height: 296px;
}

.baby_pink h5.text-secondary {
  color: #3E2929 !important;
}

.table_maldives td,
.table_maldives th {
  padding: 13px 22px;
}

.table_maldives td img.img-fluid {
  width: 115px;
}

section#banner-section h4.font-400.mb-2.text-box-w {
  font-size: 19px;
  width: 50%;
}

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

.maldivians_row img {
  width: 40px;
}

.row.treatment_row {
  display: flex;
  gap: 35px;
  justify-content: center;
}

.row.treatment_row .treatment_cols {
  width: 30.4%;
}

.reach_outhcg a.btn.btn-link-pink {
  padding: 10px 43px;
  font-family: 'Open Sans';
  border-radius: 10px;
  font-weight: 700;
  color: #fff;
  border: none;
}

.what_mald {
  display: none;
}

section#service-section .container {
  max-width: 95% !important;
  margin: 0 auto;
}

.consult_best a.btn.btn-link-pink.new_clr {
  padding: 8px 23px;
  border-radius: 10px;
  font-size: 20px;
  text-transform: uppercase;
}

section#technology-section .container {
  max-width: 95% !important;
  margin: 0 auto;
}

#technology-section {
  background: #0075BC;
}

.why_indianssec .container {
  max-width: 89% !important;
  margin: 0 auto;
}

.iconhcsg_maldvs .row {
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
}

.iconhcsg_maldvs {
  overflow: hidden;
}

.footer {
  background-color: #FFE9EF !important;

  text-align: center;
}

section#treatment-section .container {
  max-width: 83% !important;
  margin: 0 auto;
}

.upto_mainsec .container {
  max-width: 86% !important;
  margin: 0 auto;
}

section#doctor-section .container {
  max-width: 83% !important;
  margin: 0 auto;
}

.patient_testo .container {
  max-width: 93% !important;
  margin: 0 auto;
}

div#Testimonials-carousel.owl-theme .owl-dots .owl-dot.active span,
div#Testimonials-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #0075BC !important;
}

div#doctor-carousel.owl-theme .owl-dots .owl-dot.active span,
div#doctor-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #F4AE1A !important;
}

div#technology-carousel.owl-theme .owl-dots .owl-dot.active span,
div#technology-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
}

.banner-content h2 {
  color: white;
}

.whatsapp-icon-desktop {
  max-height: 50px;
  width: auto;
}

iframe {
  width: 100% !important;
}

section#intro-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.form-control {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border: 0px;
  border-bottom: 2px solid gray;
}

.form-control:focus {
  box-shadow: none !important;
}

.winning-content img {
  max-width: 80px;
  max-height: 80px;
}

.winning-content {
  cursor: pointer;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.type-content-image {
  min-height: 250px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.type-content {
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  /* min-height: 457px !important; */
  height: 100px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  object-fit: cover;
  max-height: 250px;
  border-radius: 25px;
}

.maldivians_colms .mald_colmsinrs {
  padding: 50px 20px;
  height: 295px;
}

.text-box-w {
  width: 65%;
}

.type-content:hover {
  border: 0px solid #0075BC;
}

#technology-carousel .type-content:hover {
  border: unset;
  border: 0;
}

.type-content img {
  max-height: 56px;
  max-width: 56px;
  margin: 0 auto;
}


.journey-wrapper {
  position: relative;
  background-color: #1f88c9;
  margin: 10px 0px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.journey-wrapper p {
  color: white;
  font-weight: 700;
  margin-bottom: 0px;
}

.why_indianssec {
  display: block;
}

.journey-wrapper .count-number {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 50px;
  height: 50px;
  background-color: #e95284;

  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 900;
  font-size: 40px;
}

.border-radius-6 {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden;
}

.video-content {
  min-height: 182px;
}

.specialist-section {
  background-image: linear-gradient(to right, #1c3261 0%, #ee537b 100%);
}

.video-section {
  position: relative;
  cursor: pointer;
}

.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.storywrapper {
  position: relative;
  cursor: pointer;
}

.footer {
  background-color: #ffc4d3 !important;
}

footer.section.footer {
  background: #fff !important;
  margin-top: -19px;
}

/* Force intl-tel-input to be visible on desktop/tablet */
.iti {
  width: 100% !important;
  /*position: relative !important;*/
}

/* Ensure the flag dropdown is not hidden */
.iti__flag-container {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  /*z-index: 1000 !important;*/
}

.form-group {
  overflow: visible !important;
}

.col-md-6 {
  overflow: visible !important;
}

.footer-float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100% !important;
  z-index: 300;
  background-color: #f44336a8 !important;
  backdrop-filter: blur(10px);
}

.footer-float-content a {
  font-size: 15px;
}

.footer-float-content a i {
  font-size: 15px;
}

.btn-rounded {
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}

/* #form-section {
 position: fixed;
 right: 10px;
 top: 50%;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 z-index: 200;
} */

.footer-bottom-section {
  margin-bottom: 0px;
  background-color: #607d8b;
  overflow-x: hidden;
  max-width: 100%;
}

.banner-blue {
  color: #0086d3 !important;
  font-weight: 700;
}

.banner-pink {
  background-color: #ee537b;
  color: white;
}

#kenytChatBubble.style1 #kenytBubbleContainer {
  display: none !important;
}

.doctor-card {
  padding: 0px;
  height: 480px;
}

.card-body {
  min-height: 100px;
}

.experience-box {
  display: inline-block;
  background-color: #F0F0F0;
  border: 1px solid #0075BC;
  padding: 6px 14px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  position: absolute;
  margin: auto;
  left: 25px;
  /*bottom: 60px;*/
}

.experience-box .label {
  color: #0075BC;
}

.experience-box .value {
  color: #232323;
}

.doctor-image {
  min-height: 250px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.mobile_form {
  display: none;
}

.flg_img img {
  width: 12%;
}

/* Media Queries Starts */
@media screen and (max-width: 1600px) {
  h1.mb-2.text-dark.bluee {
    width: 54%;
  }

  .experience-box {
    left: 15px;
    width: 92%;
  }

  .camp {
    max-width: 250px;
  }
}

@media screen and (max-width: 1400px) {
  .stat-box {
    width: 190px;
  }

  .award-card {
    height: 255px;
    max-width: 260px;
  }

  .award-card img {
    width: 130px;
  }

  textarea.form-control {
    height: 50px;
  }

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


/* Large Desktops upto 1350px */
@media screen and (max-width: 1300px) {
  .row.treatment_row .treatment_cols {
    width: 46%;
  }

  .engt .engt-launch-icon-box {
    z-index: 999;
  }

  h1.mb-2.text-dark.bluee {
    width: 54%;
    font-size: 35px;
  }

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

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

  .stat-box {
    width: 180px;
  }

  div#form-section {
    margin-right: 20px;
    padding: 10px !important;
  }

  #langBtn {
    position: fixed;
    top: 10px;
    right: 40px !important;
    background: linear-gradient(135deg, #004c8b 0%, #0066cc 100%);
    color: #fff;
    padding: 4px 14px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 76, 139, 0.35);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

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

  .award-card {
    max-width: 245px;
  }

  .visit-card {
    max-width: 240px;
  }

  .degree_main {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }

  .experience-box {
    bottom: 17px;
    font-size: 18px;
  }

  .why-card {
    max-height: 180px;
    max-width: 240px;
  }

  .camp {
    max-width: 230px;
  }

  .form-group {
    overflow: visible !important;
    margin-bottom: 10px;
  }

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

}

/* Small Desktops upto 1024px */
@media screen and (max-width: 1100px) {
  .main-text {
    width: 88%;
  }

  .highlight {
    width: 90%;
  }

  .seek-card {
    width: 40%;
  }

  .treat-container img {
    width: 90%;
  }

  .flag {
    width: 90px;
  }

  .call-btn {
    padding: 10px 20px;
  }

  div#form-section {
    max-width: 50%;
  }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 990px) {

  .main-text {
    width: 100%;
  }

  .mobile_form {
    display: block !important;
  }

  div#form-section {
    max-width: 70%;
    display: block;
    margin: auto;
  }

  div#form-section {
    position: unset;
  }

  .form_main {
    display: none !important;
  }

  .footer.section.footer .row.align-items-center.col-md-8 {
    max-width: 100%;
  }

  .form-wrapper {
    display: none;
  }

  .service_main .oncology-box {
    width: 48% !important;
  }

  .col-md-4.mb-3.maldivians_colms {
    max-width: 48% !important;
  }

  .maldivians_colms .mald_colmsinrs {
    height: 301px;
  }

  .row.treatment_row .treatment_cols {
    width: 45.4%;
  }

  section#banner-section h4.font-400.mb-2.text-box-w {
    width: 94%;
  }

  .banner-section .row.align-items-center .col-md-8.banner-content.text-left {
    max-width: 100% !important;
    flex: 0 0 100%;
  }

  .banner-section .row.align-items-center div#form-section {
    max-width: 100% !important;
    flex: 0 0 100%;
    /*margin-top: 20px !important;*/
  }

  p.seek_content {
    width: 100%;

  }


}

/* Tablets upto 768px */
@media screen and (max-width: 767px) {
  h1.mb-2.text-dark.bluee {
    width: 100%;
    font-size: 30px;
  }

  h1.mb-2.text-dark.bluee span {
    color: #Ee5071 !important;
    font-size: 22px;
  }

  section#technology-section h4 {
    font-size: 22px;
  }

  .experience-box {
    bottom: 97px;
  }

  div#form-section {
    max-width: 90%;
  }

  .call-btn {
    padding: 14px 20px;
    font-size: 16px;
  }

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

  .info-text {
    max-width: 100%;
  }

  .info-section {
    padding-left: 0px;
  }

  .cancer-care-section {
    padding-left: 0px;
  }

  .stats-container {
    justify-content: center;
  }

  /*change*/
  section.Trusted_section {
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 0.5px;
  }

  .award_main {
    justify-content: center;
  }

  /*change*/
  section.visit_section {
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*change*/
  section#service-section {
    /*padding-left: 0px;*/
    padding: 10px 0px;
  }

  /*change*/
  section.seek_section {
    padding: 20px 0px;
  }

  .highlight {
    width: 100%;
  }

  .seek-card {
    width: 100%;
  }

  .seek_main {
    justify-content: center;
  }

  .visit_main {
    justify-content: center;
  }

  .why_main {
    flex-wrap: nowrap;
    /* disables wrapping */
    overflow-x: auto;
    /* horizontal scroll */
    /*justify-content: flex-start;*/
  }

  .camp-container {
    flex-wrap: nowrap;
    /* disables wrapping */
    overflow-x: auto;
    /* horizontal scroll */
    justify-content: flex-start;
  }

  .xwrapper {
    /*display: flex !important;*/
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 10px 5px;
  }

  .xwrapper::-webkit-scrollbar {
    display: none;
  }

  .xwrapper-card {
    min-width: 270px;
    height: auto;
    flex-shrink: 0;
    scroll-snap-align: center;
  }




  .banner-content h1 {
    font-size: 23px;
  }

  section#Preferredd-section {
    margin-top: -23px;
  }

  div#engtWrapper {
    z-index: 68;
  }

  section.pb-2.pt-2.footer-keys.pt-md-3.pb-md-3 {
    margin-bottom: 39px;
  }

  footer.section.footer {
    background: #fff !important;
    padding: 16px;
    margin-top: -19px;
  }

  .footer-float-content a {
    font-size: 13px;
  }

  .footer-float-content a i {
    font-size: 13px;
  }

  #doctor-section p {
    font-size: 16px;
  }

  .patient_testo h5.text-secondary.font-700.mb-0.head_above {
    font-size: 20px;
  }

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

  #People-section h2.table_content.here {
    font-size: 22px;
  }

  #technology-section p {
    font-size: 16px;
  }

  #doctor-section h5.text-secondary.font-700.mb-0.head_above {
    font-size: 20px;
  }

  .personalized h5.pb-2 {
    font-size: 18px;
  }

  #servicee-section h5.table_content.head_above,
  #servicee-section h2.table_content.head_above {
    font-size: 24px;
    margin: 0;
  }

  #servicee-section p.table_content {
    font-size: 16px;
  }

  .tanble_content h2.table_content {
    font-size: 22px;
    margin: 0;
  }

  #treatmentt-section h5.text-secondary.font-700.mb-0.head_above {
    font-size: 20px;
  }

  #form-section p.small.text-primary {
    font-size: 16px;
  }

  #form-section h5.text-primary.font-700 {
    font-size: 22px;
    padding-bottom: 3px;
  }

  #Preferredd-section h5.head_above.text-secondary.font-700.mb-0 {
    font-size: 20px;
  }

  #Preferredd-section p {
    font-size: 16px;
    font-weight: 400;
  }

  nav.navbar.navbar-expand-lg.navbar-light.bg-light.pl-4.pr-4 {
    background: #EDF9FE !important;
    border: none;
  }

  a.btn.btn-secondary.btn-rounded.ml-4.d-block.d-sm-none {
    display: none !important;
  }

  .service_main {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: center;
  }

  section#technology-section .container {
    max-width: 100% !important;
  }

  #technology-section .col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
  }

  section#doctor-section .container {
    max-width: 95% !important;
    margin: 0 auto;
  }

  .footer-bottom-section a.text-white.p-3 {
    padding: 0 !important;
  }

  .footer-bottom-section .row {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom-section .col-md-5.text-left {
    display: flex;
    justify-content: space-around;
  }

  .col-md-12.bg-white.text-center.shadow.border-radius-6.mald_colmsinrss {
    width: 80%;
    margin: auto;
  }

  .col-md-12.text-left.type-content.bg-white.p-3.h-100 {
    display: flex;
    align-items: center;
    padding-left: 2% !important;
  }

  h5.text-secondary.font-700.mb-0.head_above.leading {
    font-size: 20px !important;
  }

  .maldivians_colms p.During {
    height: auto;
  }

  .consult_best a.btn.btn-link-pink.new_clr {
    padding: 5px 6px;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
  }

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

  section.centres_section {
    padding-left: 0px;
  }

  .camp-container {
    /*justify-content:center;*/
  }

  img.img-fluid.Preferredd {
    padding: 0px !important;
  }

  section#technology-section img.img-fluid {
    min-height: 20px;
  }

  section#technology-section h5.text-secondary {
    font-size: 17px;
    margin-top: 10px;
  }

  h2.table_content.here {
    text-align: center;
  }

  .owl-stage-outer .p-3 {
    padding: 0px !important;
  }

  .main_cur .col-md-4.mb-3.maldivians_colms {
    width: 50%;
    padding: 5px;
  }

  .main_curd {
    gap: 15px;
    height: 387px;
    display: flex;
  }

  .main_cur {
    display: flex;
    align-items: flex-end;
  }

  .technologyy img.img-fluid {
    min-height: auto;
    /* width: 221px; */
  }

  .technologyy {
    display: flex;
  }

  .technologyy .item.p-3 {
    width: 50%;
  }

  .technologyy h5.text-secondary {
    font-size: 13px;
  }

  a.text-primary.font-700.read-more-link.tracks {
    font-size: 13px;
  }

  span.toggle-arrow {
    color: #1C3261;
  }

  .blueee {
    color: #1C3261;
    text-align: left;
  }

  span.contry {
    color: #1C3261;
    font-size: 17px;
  }

  h3.font_affort {
    font-size: 16px;
    padding-top: 14px;
  }

  .item.px-3.py-4.bg-light-pink.text-dark.h-100 {
    justify-items: center;
    width: 100%;
  }

  .service_main .item.p-3 {
    width: 47%;
    padding: 0 !important;
  }

  .service_main img.img-fluid {
    min-height: auto;
  }

  h5.text-secondary {
    font-size: 18px;
    width: 100%;
  }

  .service_main {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    justify-content: center;
    padding: 0 !important;
  }

  .service_main .oncology-box {
    width: 100% !important;
  }

  img.img-fluid.img_center.pb-2 {
    width: 80px;
    min-height: auto;
  }

  .item.px-3.py-4.bg-light-pink.text-dark.h-100 {
    justify-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mald_colmsinrs img.img-fluid.Preferredd {
    min-height: auto;
    width: 54px;
  }

  img.img-fluid.starr {
    min-height: auto;
    width: 78px;
  }

  .col-md-8.banner-content.text-left.banners {
    background-image: url(../images//mobile_banner.png);
    height: 67vh;
    background-size: cover;
    background-position: top center;

  }


  .banner-section .row.align-items-center div#form-section {
    max-width: 100% !important;
    flex: 0 0 100%;
    margin-top: -1px !important;
  }

  .col-md-12.bg-white.text-center.shadow.border-radius-6.mald_colmsinrs {
    min-height: 200px;
    height: 450px;
    padding: 30px 15px;
  }

  .upto_mainsec .container {
    max-width: 96% !important;
    margin: 0 auto;
  }

  .personalized {
    background: #F6F6F6 !important;
    box-shadow: none;
    text-align: center;

  }

  .Services {
    background: #F6F6F6 !important;
    box-shadow: none;
    text-align: center;
  }

  .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
  }

  section.section.bg-light-blue.bg-light-pink.upto_mainsec.tanble_content {
    display: block;
  }

  section.section.bg-light-blue.bg-light-pink.upto_mainsec {
    display: none;
  }

  .card {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }

  .card-header {
    padding: 15px;
    background: #f7f7f7;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .card-header img {
    width: 25px;
    height: 18px;
    margin-right: 10px;
  }

  .card-header span {
    font-weight: bold;
    font-size: 18px;
  }

  .card-content {
    padding: 0px;
    display: none;
    border-top: 1px solid #ddd;
  }

  .card-content table {
    width: 100%;
    border-collapse: collapse;
  }

  .card-content td {
    padding: .75rem;
  }

  .stars {
    color: gold;
    font-size: 20px;
  }

  .why_indianssec {
    display: none;
  }

  .col-md-12.bg-light-pink.text-dark.h-100 {
    background: #F6F6F6;
    box-shadow: none;
    text-align: center;
  }

  .img-fluid1 {
    max-width: 100%;
    height: auto;
  }

  .img-fluid {
    max-width: 120px;
    height: auto;
  }

  section#treatment-section {
    display: none;
  }

  section#treatmentt-section {
    display: block;
  }

  .col-md-12.bg-white.text-center.shadow.border-radius-6.mald_colmsinrs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
  }


  .what_mald {
    display: block;
  }

  .why_indianssec {
    display: none;
  }

  .banner-section {
    /* background-image: url('../images/maldives-mobile.png'); */
  }

  section#servicee-section {
    display: block;
    padding-left: 0px;
  }

  /*change*/
  section.treat_section {
    /*padding-left:0px;*/
    padding: 10px 0px;
  }

  .treat-container img {
    width: 100%;
  }

  section#doctor-section {
    padding-left: 0px;
  }

  /*change*/
  section.flag_section {
    /*padding-left:0px;*/
    padding: 10px 0px;
  }

  .flag {
    width: 21%;
  }

  section.why_section {
    padding-left: 0px;
  }

  .why_main {
    /*justify-content: center;*/
  }

  section.faq_section {
    padding-left: 0px;
  }

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

  .highlight {
    font-size: 20px;
  }

  .stat-box {
    width: 270px;
  }

  section.seek_section h4 {
    font-size: 21px;
  }

  .col-md-4.mb-3.maldivians_colms {
    max-width: 100% !important;
  }

  .service_main .oncology-box {
    width: 48% !important;
  }

  .col-md-4.mb-3.maldivians_colms {
    max-width: 100% !important;
  }

  .maldivians_colms .mald_colmsinrs {
    height: 445px;
  }

  .row.treatment_row .treatment_cols {
    width: 100%;
  }

  section#banner-section h4.font-400.mb-2.text-box-w {
    width: 100%;
  }

  .banner-section .row.align-items-center .col-md-8.banner-content.text-left {
    padding-top: 13px;
  }

  section#banner-section {
    padding: 0;
  }
}

@media screen and (max-width: 425px) {
  h1.mb-2.text-dark.bluee {
    font-size: 30px;
    marigin-top: 20px;
  }

  h1.mb-2.text-dark.bluee span {
    color: #Ee5071 !important;
    font-size: 18px;
  }

  .col-md-8.banner-content.text-left.banners {
    min-height: 67vh;
  }
}

@media screen and (max-width: 400px) {
  .col-md-8.banner-content.text-left.banners {
    min-height: 67vh;
  }
}

@media screen and (max-width: 410px) {
  .col-md-8.banner-content.text-left.banners {}
}

@media screen and (max-width: 380px) {
  .col-md-8.banner-content.text-left.banners {
    min-height: 85vh;
  }
}

@media screen and (max-width: 350px) {
  .col-md-8.banner-content.text-left.banners {
    min-height: 100vh;
  }
}

/* Small Devices and Phones upto 480px */
@media screen and (max-width: 480px) {
  .banner-content h1 {
    font-size: 20px;
  }

  .service_main .oncology-box {
    width: 100% !important;
  }

  .banner-section {
    background-image: none;
  }

  /* #form-section {
 position: initial;
 right: initial;
 top: initial;
 transform: initial;
 -webkit-transform: initial;
 -moz-transform: initial;
 -ms-transform: initial;
 -o-transform: initial;
 } */

  .footer-bottom-section {
    margin-bottom: 61px;
  }

  .navbar-light .navbar-brand {
    width: 180px;
  }

  .navbar-toggler {
    display: none;
  }

  .journey-wrapper {
    margin: 10px 0px !important;
  }

  .journey-wrapper .count-number {
    left: -16px;
  }


  h2 {
    font-size: 24px;
  }

  h5 {
    font-size: 19px;
  }
}


/* Media Queries Ends */



@media (max-width: 767px) {
  .award_main {
    max-width: 380px;
  }

  .award-card {
    background-color: white;
    /*max-width: 340px;*/
    padding: 6px 10px;
    text-align: center;
    border-radius: 10px;

  }

  .award-card p {
    font-size: 12px;
    color: rgb(28, 50, 97);
    line-height: 1.6;
  }

  p.award {
    font-size: 14px;
    color: #1C3261;
    line-height: 1.6;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 2px;
  }

  .award-card img {
    width: 100px;
    margin: 4px 0px;
  }

  .highlight {
    color: #0075BC;
    font-weight: bold;
    /* font-size: 20px;*/
    text-align: center;
  }

  .visit-card p {
    font-size: 12px;
    color: #1C3261;
    line-height: 1.6;
    font-weight: 700;
    margin: 0px;

  }

  .visit-card {
    background-color: white;
    max-width: 260px;
    padding: 15px 10px;
    text-align: center;
    border-radius: 10px;
    background-color: #F0F7FB;

  }

  .visit-card img {
    width: 40px;
    margin-bottom: 4px;
  }

  .visit_main {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 5px;

  }

  .seek-card {


    padding: 15px 10px;
    text-align: center;
    border-radius: 10px;
    background: #0075BC;
    border: 1px solid #fff;

  }

  .seek-card img {
    width: 40px;
    margin-bottom: 2px;
  }

  .seek-card p {
    margin: 0px;
  }

  .cancer-card {
    display: flex;
    flex-direction: column;
    align-items: start;
    /* centers image + text horizontally */
    text-align: start;
    gap: 2px;
    /* centers text */
  }

  .cancer-card img {
    margin: 0px;
  }

  section#service-section p {
    font-size: 16px;
    margin: 10px 0px;
    width: 86%;
  }

  .degree_main {
    gap: 10px;
  }

  h4.new_high {
    font-size: 22px;
    margin: 2px 0px;
  }
}

/* =====================================
 Cancer Surgery – Desktop View
===================================== */
.cancer-surgery-section .surgery-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cancer-surgery-section .surgery-card {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
}

.cancer-surgery-section .surgery-card h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

.cancer-surgery-section .surgery-card p {
  margin: 0;
  line-height: 1.6;
}

/* =====================================
 Cancer Surgery – MOBILE TEXT VIEW
===================================== */
@media (max-width: 767px) {

  /* Remove slider / grid */
  .cancer-surgery-section .xwrapper {
    display: block !important;
    overflow-x: hidden !important;
    scroll-snap-type: none !important;
    padding: 0 !important;
  }

  /* Cards become plain content */
  .cancer-surgery-section .xwrapper-card {
    min-width: 100% !important;
    flex-shrink: unset !important;
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 20px;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  /* Headings */
  .cancer-surgery-section h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .cancer-surgery-section .highlight {
    font-size: 20px;
    margin-bottom: 16px;
    display: block;
  }

  .cancer-surgery-section .surgery-card h5 {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .cancer-surgery-section .surgery-card p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
  }
}

/* =========================================
 Types of Cancer – Blue Card Layout
========================================= */

.types_surgery_section {
  background: #70bbed;
  padding: 50px 50px;
}

.types_title {
  color: #fff;
  font-size: 32px;
  margin-bottom: 12px;
}

.types_desc {
  color: #fff;
  font-size: 18px;
  max-width: 90%;
  margin-bottom: 35px;
}

/* Grid layout */
.types_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Card styling */
.types_card {
  border: 1.5px solid #fff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  min-height: 130px;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.3s ease;
}

.types_card p {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

/* Hover effect (optional) */
.types_card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-4px);
}

/* =========================================
 Tablet
========================================= */
@media (max-width: 1024px) {
  .types_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =========================================
 Mobile
========================================= */
@media (max-width: 767px) {

  .types_surgery_section {
    padding: 30px 15px;
  }

  .types_title {
    font-size: 24px;
  }

  .types_desc {
    font-size: 16px;
    max-width: 100%;
  }

  .types_grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .types_card {
    min-height: auto;
    padding: 20px 15px;
    border-radius: 12px;
  }

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

/* =========================================
 Cancer Surgery – Blue Card Design
========================================= */

.surgery-blue-section {
  background: #0075BC;
  padding: 20px 50px;
}

.surgery-title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 12px;
}

.about-title {
  font-size: 30px;
  margin: 0px !important;
}

.surgery-desc {
  color: #fff;
  font-size: 18px;
  max-width: 90%;
  margin-bottom: 40px;
}

/* Grid */
.surgery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

/* Cards */
.surgery-blue-card {
  border: 1.5px solid #fff;
  border-radius: 18px;
  padding: 18px 10px;
  text-align: start;
  min-height: 220px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  transition: all 0.3s ease;
}

.surgery-blue-card h5 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.surgery-blue-card p {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* Hover */
.surgery-blue-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-6px);
}

/* ===============================
 Tablet
================================ */
@media (max-width: 1024px) {
  .surgery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===============================
 Mobile
================================ */
@media (max-width: 767px) {

  .surgery-blue-section {
    padding: 40px 15px;
    overflow-x: hidden;
    max-width: 100vw;
  }

  .surgery-blue-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .surgery-blue-section .row {
    margin-left: 0;
    margin-right: 0;
  }

  .surgery-blue-section .col-lg-8,
  .surgery-blue-section .col-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .surgery-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px;
    overflow-x: hidden;
    width: 100%;
  }

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

  .about-title {
    font-size: 30px;
    padding: 0px;
    margin: 0px;
  }

  .surgery-desc {
    font-size: 16px;
    max-width: 100%;
  }

  .surgery-blue-card {
    min-height: auto;
    padding: 22px 18px;
    border-radius: 14px;
  }

  .surgery-blue-card h5 {
    font-size: 18px;
  }

  .surgery-blue-card p {
    font-size: 14px;
  }
}

/* =========================================
 Types of Cancer – Icon Layout (Exact)
========================================= */

.types-surgery-icons-section {
  background: #E6F4FB;
  padding: 80px 20px;
}

/* Heading */
.types-icons-title {
  font-size: 42px;
  font-weight: 700;
  color: #0A5EA8;
  margin-bottom: 12px;
}

/* Sub text */
.types-icons-desc {
  font-size: 18px;
  color: #666;
  margin-bottom: 55px;
}

/* Grid */
.types-icons-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 45px 30px;
  justify-items: center;
}

/* Card */
.type-icon-card {
  text-align: center;
}

/* Icon circle */
.icon-circle {
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 14px;
}

/* Icon */
.icon-circle img {
  width: 58px;
  height: auto;
}

/* Label */
.type-icon-card p {
  font-size: 16px;
  font-weight: 700;
  color: #0A5EA8;
  margin: 0;
}

/* ===============================
 Tablet
================================ */
@media (max-width: 1024px) {
  .types-icons-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ===============================
 Mobile
================================ */
@media (max-width: 767px) {

  .types-icons-title {
    font-size: 26px;
  }

  .types-icons-desc {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .types-icons-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }

  .icon-circle {
    width: 90px;
    height: 90px;
  }

  .icon-circle img {
    width: 42px;
  }

  .type-icon-card p {
    font-size: 14px;
  }
}

/* Make Anal Cancer card vertical (image on top) */
.anal-featured {
  display: flex;
  flex-direction: column;
  /* ⬅️ THIS is the key fix */
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Image wrapper */
.anal-featured .anal-image {
  margin-bottom: 14px;
}

/* Image styling */
.anal-featured .anal-image img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.types_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.anal-image img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 14px;
}

/* Special style ONLY for Anal Cancer */
.types_card.anal-featured {
  background: #E6F4FB;
  /* light blue */
  padding: 20px 10px;
  border-radius: 14px;
}

/* Smaller font for Anal Cancer text */
.types_card.anal-featured p {
  font-size: 2px;
  /* smaller font */
  font-weight: 600;
  color: #0A5EA8;
}

@media (max-width: 767px) {

  /* Horizontal scroll container */
  .types-icons-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    gap: 16px;
    padding: 10px 5px;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  /* Hide scrollbar */
  .types-icons-grid::-webkit-scrollbar {
    display: none;
  }

  /* Each card = 25% width (4 visible) */
  .type-icon-card {
    flex: 0 0 25%;
    max-width: 25%;
    scroll-snap-align: start;
    text-align: center;
  }

  /* Icon circle resize */
  .icon-circle {
    width: 80px;
    height: 80px;
  }

  .icon-circle img {
    width: 38px;
  }

  /* Text */
  .type-icon-card p {
    font-size: 13px;
    line-height: 1.3;
  }
}

.centers {
  padding: 20px 0px;
}








html,
body {
  /* overflow-x: hidden; */
  width: 100%;
}

/* === GOOGLE TRANSLATE FULLY SUPPRESSED TOP BAR === */
iframe.goog-te-banner-frame,
.goog-te-banner-frame {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}

/* Prevent Google Translate from pushing body down */
body {
  top: 0 !important;
  position: static !important;
}

/* Fix for skiptranslate class that Google adds */
.skiptranslate {
  display: none !important;
}

/* Keep the translate element visible (dropdown) */
#google_translate_element .skiptranslate,
.goog-te-gadget .skiptranslate {
  display: block !important;
}



/* Hide Google branding text */
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

.goog-te-gadget {
  font-size: 0 !important;
}

/* === TRANSLATE BUTTON === */
.translate-trigger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  width: 42px;
  height: 42px;
  background: #004c8b;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
}

/* === TRANSLATE POPUP === */
.translate-popup {
  position: fixed;
  top: 70px;
  right: 20px;
  width: 220px;
  padding: 12px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 9999;
}

.translate-popup.open {
  display: block;
}

.translate-reset {
  margin-top: 10px;
  width: 100%;
  background: #f2f2f2;
  border: none;
  padding: 6px;
  cursor: pointer;
  border-radius: 4px;
}

/* Prevent Google layout push */


/* Language button - prevent translation */
#langBtn {
  position: fixed;
  top: 10px;
  right: 50px;
  background: linear-gradient(135deg, #004c8b 0%, #0066cc 100%);
  color: #fff;
  padding: 4px 14px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 76, 139, 0.35);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

#langBtn:hover {
  background: linear-gradient(135deg, #0066cc 0%, #0080ff 100%);
  box-shadow: 0 6px 16px rgba(0, 76, 139, 0.45);
  transform: translateY(-2px);
}

#langBtn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 76, 139, 0.3);
}

#langBtn .lang-label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 10px;
}

#langBtn .lang-icon {
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
}

/* Popup - prevent translation */
#langPopup {
  position: fixed;
  top: 70px;
  right: 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 9999;
  min-width: 200px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  animation: slideDown 0.3s ease;
}

/* Hide big carousels on mobile */
@media (max-width: 767px) {

  #servicee-carousel.owl-carousel,
  #technology-carousel.owl-carousel,
  #People-carousel.owl-carousel {
    display: none !important;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Prevent Google Translate from translating these elements */
.notranslate,
[translate="no"] {
  font-family: inherit !important;
}

#langPopup button {
  display: block;
  width: 100%;
  border: none;
  background: none;
  padding: 14px 18px;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  color: #333;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}

#langPopup button:last-child {
  border-bottom: none;
}

#langPopup button:hover {
  background: linear-gradient(90deg, #f8f9fa 0%, #e9ecef 100%);
  color: #004c8b;
  padding-left: 22px;
}

#langPopup button:active {
  background: #e9ecef;
}

/* Language Popup Header */
.lang-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  background: linear-gradient(135deg, #004c8b 0%, #0066cc 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lang-popup-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.lang-close-btn {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  cursor: pointer;
  line-height: 1;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  user-select: none;
}

.lang-close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.lang-close-btn:active {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg) scale(0.95);
}


.accreditation-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}

.accreditation-wrapper::-webkit-scrollbar {
  display: none;
}

.accreditation-track {
  display: flex;
  gap: 20px;
  padding: 20px 10px;
  width: max-content;
}

.acc-card {
  min-width: 280px;
  background: #fff;
  padding: 18px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}

.acc-card img {
  max-width: 120px;
  margin: 12px auto;
  display: block;
}

@media (min-width: 1200px) {
  .cancer-care-section .cancer-care-container {
    max-width: 1440px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
}