:root {
  --accent-color: #18866a;
  --primary-color: #073d50;
  --secondary-color: #49636d;
  --gray3-color: #dff3f1;
  --gray4-color: #f3f8fa;
  --gray5-color: #d9f0e9;
}

body {
  font-size: 18px;
  line-height: 1.65;
}

p,
li,
blockquote,
.cs_short_desc,
.cs_feature_desc,
.cs_about_desc,
.cs_card_desc {
  font-size: max(1em, 18px);
  line-height: 1.65;
}

.cs_site_header.cs_style_2 .cs_site_brand img {
  width: 176px;
  height: 76px;
  object-fit: contain;
}

.cs_hero_style_2 {
  height: auto;
  max-height: none;
  padding: 112px 0 48px;
  background-color: #eef7fa;
}

.cs_hero_style_2 .cs_hero_title {
  color: var(--primary-color);
  text-shadow: none;
}

.cs_hero_style_2 .rainbow_hero_title_main,
.cs_hero_style_2 .rainbow_hero_title_accent {
  display: inline;
}

.cs_hero_style_2 .rainbow_hero_title_main {
  color: var(--primary-color);
}

.cs_hero_style_2 .rainbow_hero_title_accent {
  color: var(--accent-color);
}

.cs_hero_style_2 .cs_hero_desc {
  max-width: 680px;
  color: #355461;
  font-size: 20px !important;
  line-height: 1.6;
}

.cs_hero_style_2 .rainbow_instant_booking {
  width: min(100%, 680px);
  padding: 16px;
  border: 1px solid rgba(7, 61, 80, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 36px rgba(7, 61, 80, 0.12);
  backdrop-filter: blur(12px);
  transform: none;
}

.cs_hero_style_2 .rainbow_instant_booking .cs_header {
  margin-bottom: 10px;
}

.cs_hero_style_2 .rainbow_booking_fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 10px;
}

.cs_hero_style_2 .rainbow_instant_booking .cs_field_item {
  min-width: 0;
  padding: 8px 12px;
  background: #fff;
}

.cs_hero_style_2 .rainbow_instant_booking .cs_field_value {
  width: 100%;
  min-width: 0;
  font-size: 15px;
}

.cs_hero_style_2 .rainbow_instant_booking .cs_btn_style_1 {
  min-height: 62px;
  padding-inline: 20px;
  white-space: nowrap;
}

.cs_hero_style_2 .cs_hero_img_1 {
  aspect-ratio: 1.32 / 1;
  overflow: hidden;
}

.cs_hero_style_2 .cs_hero_img_2 {
  display: none;
}

.cs_hero_style_2 .cs_visiting_info {
  max-width: calc(100% - 48px);
  padding: 14px 18px;
  border: 1px solid rgba(7, 61, 80, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(7, 61, 80, 0.12);
  backdrop-filter: blur(10px);
}

.cs_hero_style_2 .cs_visiting_info p {
  font-size: 15px;
  line-height: 1.45;
}

.cs_hero_style_2 .cs_hero_img_1 img,
.cs_hero_style_2 .cs_hero_img_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
}

.cs_services_section_4 .cs_service_card_3 .cs_card_img img {
  object-position: center 10%;
}

.cs_feature_section_2 {
  padding: 32px 0 0;
  background: #fff;
}

.cs_feature_section_2 .container-fluid {
  max-width: 1560px;
  margin-inline: auto;
  padding-inline: 24px;
}

.cs_feature_section_2 .cs_feature_grid_2 {
  gap: 20px;
}

.cs_feature_section_2 .rainbow_feature_card,
.cs_feature_section_2 .rainbow_feature_card.cs_color_2 {
  min-height: 0;
  padding: 20px 20px 0;
  border: 1px solid rgba(7, 61, 80, 0.09);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(7, 61, 80, 0.06);
}

.cs_feature_section_2 .rainbow_feature_card.cs_color_2 {
  padding-bottom: 20px;
}

.cs_feature_section_2 .rainbow_feature_card.cs_color_1 {
  background: #f7f4ec;
}

.cs_feature_section_2 .rainbow_feature_card.cs_color_2 {
  background: #f1f0fb;
}

.cs_feature_section_2 .rainbow_feature_card.cs_color_3 {
  background: #edf6f3;
}

.cs_feature_section_2 .rainbow_feature_card .cs_feature_card_header {
  gap: 14px;
  margin-bottom: 18px;
}

.cs_feature_section_2 .rainbow_feature_card .cs_feature_icon {
  width: 60px;
  height: 60px;
  padding: 10px;
}

.cs_feature_section_2 .rainbow_feature_card .cs_feature_title {
  font-size: 22px;
  line-height: 1.3;
}

.cs_feature_section_2 .rainbow_feature_card .cs_feature_desc {
  margin-bottom: 18px;
  color: #355461;
  font-size: 17px;
  line-height: 1.55;
}

.cs_feature_section_2 .rainbow_feature_img {
  height: 165px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  background: #eef7fa;
}

.cs_feature_section_2 .cs_color_2 .rainbow_feature_img {
  border-radius: 12px;
}

.cs_feature_section_2 .rainbow_feature_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 11%;
}

.cs_feature_section_2 .cs_color_2 .cs_funfact_style_1 {
  width: 100%;
  max-width: 340px;
  margin-bottom: 18px;
}

.cs_feature_section_2 .cs_color_2 .cs_funfact_number {
  font-size: 42px;
}

.cs_feature_section_2 .cs_color_2 .cs_funfact_title {
  font-size: 15px;
}

.cs_feature_section_2 .cs_color_2 .cs_funfact_number small {
  margin-left: 4px;
  font-size: 16px;
  line-height: 2.3em;
  text-transform: uppercase;
}

.cs_feature_section_2 .cs_color_2 .cs_btn_style_1 {
  min-height: 48px;
  margin-bottom: 18px;
  padding: 11px 18px;
  font-size: 16px;
}

.cs_about_style_2 {
  padding: 88px 0 0;
  overflow: hidden;
}

.cs_about_style_2 .cs_about_content {
  padding-left: 48px;
}

.cs_about_style_2 .cs_about_img {
  height: 540px;
  overflow: hidden;
  background: #eef7fa;
}

.cs_about_style_2 .cs_about_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 9%;
  transition: transform 0.7s ease;
}

.cs_about_style_2 .cs_about_img:hover > img {
  transform: scale(1.025);
}

.cs_about_style_2 .rainbow_about_badge {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  color: #fff;
  background: rgba(7, 61, 80, 0.88);
  box-shadow: 0 12px 26px rgba(7, 61, 80, 0.18);
  backdrop-filter: blur(8px);
  font-size: 16px;
  font-weight: 600;
}

.cs_about_style_2 .cs_about_desc {
  color: #355461;
  font-size: 18px;
  line-height: 1.65;
}

.cs_about_style_2 .cs_about_features_list {
  gap: 14px 20px;
  margin-bottom: 30px;
}

.cs_about_style_2 .cs_about_features_list li {
  align-items: flex-start;
  color: #183f4d;
  font-size: 17px;
  line-height: 1.5;
}

.cs_about_style_2 .cs_about_features_list li img {
  margin-top: 5px;
}

.cs_about_style_2 .cs_about_testimonial_wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 16px;
  justify-content: stretch;
}

.cs_about_style_2 .rainbow_about_panel,
.cs_about_style_2 .cs_testimonial,
.cs_about_style_2 .cs_award {
  min-width: 0;
  padding: 20px;
}

.cs_about_style_2 .rainbow_about_panel p {
  color: #49636d;
  font-size: 16px;
  line-height: 1.55;
}

.cs_about_style_2 .cs_award {
  align-items: center;
  gap: 16px;
}

.cs_about_style_2 .cs_award_icon {
  width: 48px;
  height: 48px;
}

.cs_ticker_2 {
  padding: 34px 0;
  background: linear-gradient(90deg, #0b5364 0%, #18866a 100%);
}

.cs_ticker_2 .cs_ticker_bg {
  opacity: 0.18;
  filter: blur(45px);
}

.cs_ticker_2 .cs_ticker_item {
  gap: 24px;
  font-size: 34px;
  line-height: 1.2;
  text-shadow: none;
}

.cs_ticker_2 .cs_ticker_item img {
  width: 30px;
}

.cs_ticker_2 .cs_ticker_in,
.cs_ticker_2 .cs_ticker_items_list {
  gap: 28px;
}

.cs_service_section_2 {
  padding: 88px 0;
  background: #f7fafb;
}

.cs_service_section_2 .rainbow_specialities_intro {
  width: min(100%, 800px);
  color: #49636d;
  font-size: 18px;
  line-height: 1.65;
}

.cs_service_section_2 .cs_service_grid_1 {
  gap: 14px;
}

.cs_service_section_2 .cs_service_card_2 {
  height: 116px;
  cursor: default;
  border: 1px solid rgba(7, 61, 80, 0.08);
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 61, 80, 0.04);
}

.cs_service_section_2 .cs_service_card_2.active {
  height: 250px;
}

.cs_service_section_2 .cs_service_card_2 .cs_service_left {
  padding: 22px 90px 22px 22px;
}

.cs_service_section_2 .cs_service_card_2.active .cs_service_left {
  padding-right: 0;
}

.cs_service_section_2 .cs_service_card_2 .cs_service_icon {
  width: 58px;
  flex: none;
}

.cs_service_section_2 .cs_service_card_2 .cs_service_title {
  color: #073d50;
  font-size: 22px;
}

.cs_service_section_2 .cs_service_card_2 .cs_short_desc {
  color: #49636d;
  font-size: 16px;
  line-height: 1.55;
}

.cs_service_section_2 .rainbow_specialities_cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid rgba(24, 134, 106, 0.15);
  border-radius: 16px;
  background: #eaf6f2;
}

.cs_service_section_2 .rainbow_specialities_cta p {
  color: #183f4d;
  font-size: 18px;
  font-weight: 600;
}

.cs_pricing_section_1 {
  padding: 88px 0;
  overflow: hidden;
}

.cs_pricing_section_1 > .container-fluid {
  max-width: 1560px;
  margin-inline: auto;
  padding-inline: 24px;
}

.cs_pricing_section_1 .cs_pricing_banner {
  height: 590px;
  overflow: hidden;
}

.cs_pricing_section_1 .cs_pricing_banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs_pricing_section_1 .cs_pricing_banner_wrap .cs_ticker_container {
  background: rgba(24, 134, 106, 0.92);
}

.cs_pricing_section_1 .rainbow_care_intro {
  width: min(100%, 760px);
  color: #49636d;
  font-size: 18px;
  line-height: 1.65;
}

.cs_pricing_section_1 .cs_pricing_table_1 {
  width: 300px;
  min-height: 540px;
  border: 1px solid rgba(7, 61, 80, 0.08);
  box-shadow: 0 10px 28px rgba(7, 61, 80, 0.06);
}

.cs_pricing_section_1 .cs_pricing_thumbnail {
  height: 130px;
  margin-bottom: 18px;
  overflow: hidden;
}

.cs_pricing_section_1 .cs_pricing_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs_pricing_section_1 .cs_pricing_info {
  padding: 0 22px 22px;
}

.cs_pricing_section_1 .cs_pricing_heading {
  min-height: 58px;
  font-size: 22px;
  line-height: 1.3;
}

.cs_pricing_section_1 .cs_pricing_value {
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 18px;
  font-size: 36px;
  line-height: 1.1;
}

.cs_pricing_section_1 .cs_pricing_value small {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.4;
  -webkit-line-clamp: 2;
}

.cs_pricing_section_1 .cs_pricing_feature_list {
  gap: 11px;
  margin-bottom: 24px;
}

.cs_pricing_section_1 .cs_pricing_feature_list li {
  font-size: 15px;
  line-height: 1.45;
}

.cs_pricing_section_1 .cs_pricing_feature_list li img {
  top: 4px;
}

.cs_pricing_section_1 .cs_btn_style_2 {
  margin-top: auto;
}

.cs_whychoose_section_2 {
  padding: 88px 0;
  border: 1px solid rgba(7, 61, 80, 0.06);
  background: #f3f8fa;
}

.cs_whychoose_section_2 .cs_section_title {
  width: min(100%, 900px);
}

.cs_whychoose_section_2 .cs_faq_img {
  height: 500px;
  overflow: hidden;
}

.cs_whychoose_section_2 .cs_faq_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs_whychoose_section_2 .cs_accordians_style_1 .cs_accordian_head {
  padding: 28px 28px 28px 68px;
  font-size: 21px;
  line-height: 1.35;
}

.cs_whychoose_section_2 .cs_accordians_style_1 .cs_accordian_icon {
  top: 18px;
}

.cs_whychoose_section_2 .cs_accordians_style_1 .cs_accordian:first-child .cs_accordian_icon {
  top: 8px;
}

.cs_whychoose_section_2 .cs_accordians_style_1 .cs_accordian_toggler {
  display: none;
}

.cs_whychoose_section_2 .cs_accordians_style_1 .cs_accordian:first-child .cs_accordian_toggler {
  display: none;
}

.cs_whychoose_section_2 .cs_accordians_style_1 .cs_accordian_head {
  cursor: default;
}

.cs_whychoose_section_2 .cs_circular_text svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.cs_whychoose_section_2 .cs_circular_text text {
  fill: #fff;
  font-family: var(--body-font);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.25px;
}

.cs_whychoose_section_2 .cs_accordian_body {
  margin-top: -8px;
  padding: 0 18px 24px 68px;
  color: #49636d;
  font-size: 16px;
  line-height: 1.6;
}

.cs_whychoose_section_2 .cs_rainbow_facilities {
  width: min(100%, 900px);
  margin-top: 40px;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cs_whychoose_section_2 .cs_rainbow_facilities .cs_facility_item,
.cs_whychoose_section_2 .cs_rainbow_facilities .cs_facility_item:first-child,
.cs_whychoose_section_2 .cs_rainbow_facilities .cs_facility_item:last-child {
  justify-content: center;
  padding: 14px 18px;
  border: 1px solid rgba(24, 134, 106, 0.14);
  border-radius: 12px;
  background: #fff;
}

.cs_whychoose_section_2 .cs_rainbow_facilities .cs_facility_item::before {
  display: none;
}

.cs_whychoose_section_2 .cs_facility_title {
  color: #183f4d;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1399px) {
  .cs_about_style_2 .cs_about_content {
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .cs_about_style_2 .cs_about_testimonial_wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .cs_about_style_2 {
    padding-top: 70px;
  }

  .cs_about_style_2 .cs_about_content {
    padding-left: 0;
  }

  .cs_about_style_2 .cs_about_img {
    height: 440px;
  }

  .cs_service_section_2 .cs_service_card_2 {
    height: 150px;
  }

  .cs_service_section_2 .cs_service_card_2.active {
    height: auto;
  }

  .cs_pricing_section_1 {
    padding: 70px 0;
  }

  .cs_pricing_section_1 .cs_pricing_banner {
    height: 420px;
  }

  .cs_whychoose_section_2 {
    padding: 70px 0;
  }

  .cs_whychoose_section_2 .cs_faq_img {
    height: 420px;
  }

}

.cs_services_section_4 .cs_card_desc,
.cs_services_section_4 .cs_service_features li {
  font-size: 18px;
}

.cs_services_section_4 .cs_service_heading_container > p {
  font-size: 20px;
}

.rainbow_care_stack {
  background:
    radial-gradient(circle at 84% 28%, rgba(219, 213, 247, 0.72), transparent 34%),
    #f4f7ff;
}

.rainbow_care_stack .rainbow_care_intro {
  color: #49636d;
  font-size: 18px;
  line-height: 1.65;
}

.rainbow_care_stack .cs_service_card_3 {
  width: 100%;
  min-height: 610px;
  border: 1px solid rgba(7, 61, 80, 0.08);
  box-shadow: 0 20px 50px rgba(7, 61, 80, 0.12);
}

.rainbow_care_stack .cs_service_card_3 .cs_card_img {
  height: 230px;
}

.rainbow_care_stack .rainbow_care_metric {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.rainbow_care_stack .rainbow_care_metric strong {
  color: #18866a;
  font-family: var(--primary-font);
  font-size: 38px;
  line-height: 1;
}

.rainbow_care_stack .rainbow_care_metric span {
  color: #355461;
  font-size: 17px;
  line-height: 1.45;
}

.rainbow_care_stack .cs_service_features li {
  color: #183f4d;
  font-size: 17px;
  line-height: 1.5;
}

.cs_testimonial_section_2 .rainbow_support_description {
  color: #073d50;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.rainbow_appointment_section .rainbow_appointment_intro {
  color: #355461;
  font-size: 18px;
  line-height: 1.65;
}

.rainbow_appointment_section .rainbow_appointment_note {
  margin-top: 12px;
  color: #49636d;
  font-size: 15px;
  line-height: 1.5;
}

.rainbow_appointment_section .cs_appointment_form_2 .cs_form_field,
.rainbow_appointment_section .cs_appointment_form_2 .choices__inner {
  font-size: 17px;
}

.rainbow_articles_section .rainbow_article_desc {
  margin-top: 12px;
  color: #49636d;
  font-size: 17px;
  line-height: 1.6;
}

.rainbow_articles_section .cs_post_style_2.cs_type_1 .rainbow_article_desc {
  color: rgba(255, 255, 255, 0.9);
}

.rainbow_ceo_badge {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 57, 130, 0.72);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .cs_scrollup,
  .cs_scrollup_btn {
    display: none !important;
  }

  body {
    font-size: 17px;
  }

  p,
  li,
  blockquote,
  .cs_short_desc,
  .cs_feature_desc,
  .cs_about_desc,
  .cs_card_desc {
    font-size: 17px;
  }

  .cs_site_header.cs_style_2 .cs_site_brand img {
    width: 122px;
    height: 58px;
  }

  .cs_hero_style_2 {
    padding: 32px 0 40px;
  }

  .cs_hero_style_2 .cs_hero_title {
    font-size: clamp(40px, 12vw, 58px);
    line-height: 1.06;
  }

  .cs_hero_style_2 .cs_hero_desc {
    font-size: 18px !important;
  }

  .cs_hero_style_2 .rainbow_instant_booking {
    width: 100%;
    padding: 14px;
    margin-bottom: 22px;
  }

  .cs_hero_style_2 .rainbow_instant_booking .cs_title {
    font-size: 18px;
  }

  .cs_hero_style_2 .rainbow_booking_fields {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .cs_hero_style_2 .rainbow_instant_booking .cs_field_item {
    padding: 7px 9px;
  }

  .cs_hero_style_2 .rainbow_instant_booking .cs_field_label {
    font-size: 11px;
  }

  .cs_hero_style_2 .rainbow_instant_booking .cs_field_value {
    font-size: 14px;
  }

  .cs_hero_style_2 .rainbow_instant_booking .cs_btn_style_1 {
    grid-column: 1 / -1;
    min-height: 52px;
  }

  .cs_hero_style_2 .cs_hero_img_1 {
    height: 280px;
    max-height: 280px !important;
    aspect-ratio: auto;
  }

  .cs_hero_style_2 .cs_visiting_info {
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    padding: 12px 14px;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: rgba(7, 61, 80, 0.88);
    box-shadow: none;
  }

  .cs_hero_style_2 .cs_visiting_info .cs_visitint_title,
  .cs_hero_style_2 .cs_visiting_info p {
    color: #fff;
  }

  .cs_hero_style_2 .cs_visiting_info p {
    font-size: 14px;
  }

  .cs_services_section_4 .cs_card_desc,
  .cs_services_section_4 .cs_service_features li {
    font-size: 17px;
  }

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

  .rainbow_appointment_section .cs_section_title,
  .rainbow_appointment_section .cs_appointment_heading h3 {
    font-size: 32px;
    line-height: 1.25;
  }

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

  .rainbow_appointment_section .cs_schedule_header span {
    font-size: 20px;
  }

  .rainbow_articles_section {
    padding: 56px 0;
  }

  .rainbow_articles_section .cs_section_title {
    font-size: 32px;
    line-height: 1.25;
  }

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

  .rainbow_care_stack {
    padding: 56px 0;
  }

  .rainbow_care_stack .cs_service_heading_container {
    position: relative;
    top: auto;
    margin-bottom: 10px;
  }

  .rainbow_care_stack .cs_section_title {
    font-size: 32px;
    line-height: 1.25;
  }

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

  .rainbow_care_stack .rainbow_sticky_section .cs_sticky_card {
    top: 82px !important;
  }

  .rainbow_care_stack .cs_service_card_3 {
    min-height: 0;
    padding: 18px;
    border-radius: 16px;
  }

  .rainbow_care_stack .cs_service_card_3 .cs_card_img {
    height: 180px;
    border-radius: 12px;
  }

  .rainbow_care_stack .cs_service_card_3 .cs_card_heading {
    margin-bottom: 18px;
  }

  .rainbow_care_stack .cs_service_card_3 .cs_card_title {
    font-size: 21px;
  }

  .rainbow_care_stack .rainbow_care_metric {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
  }

  .rainbow_care_stack .rainbow_care_metric strong {
    font-size: 34px;
  }

  .rainbow_care_stack .rainbow_care_metric span,
  .rainbow_care_stack .cs_service_features li {
    font-size: 16px;
  }

  .rainbow_care_stack .cs_service_features {
    gap: 10px;
  }

  .cs_feature_section_2 {
    padding-top: 24px;
  }

  .cs_feature_section_2 .container-fluid {
    padding-inline: 12px;
  }

  .cs_feature_section_2 .rainbow_feature_card,
  .cs_feature_section_2 .rainbow_feature_card.cs_color_2 {
    padding: 16px 16px 0;
  }

  .cs_feature_section_2 .rainbow_feature_card.cs_color_2 {
    padding-bottom: 16px;
  }

  .cs_feature_section_2 .rainbow_feature_card .cs_feature_icon {
    width: 54px;
    height: 54px;
  }

  .cs_feature_section_2 .rainbow_feature_card .cs_feature_title {
    font-size: 20px;
  }

  .cs_feature_section_2 .rainbow_feature_card .cs_feature_desc {
    font-size: 16px;
  }

  .cs_feature_section_2 .rainbow_feature_img {
    height: 150px;
  }

  .cs_feature_section_2 .cs_color_2 .cs_funfact_number {
    font-size: 38px;
  }

  .cs_about_style_2 {
    padding-top: 56px;
  }

  .cs_about_style_2 .cs_section_heading_style_2 {
    margin-bottom: 30px;
  }

  .cs_about_style_2 .cs_section_title {
    font-size: 32px;
    line-height: 1.25;
  }

  .cs_about_style_2 .cs_about_img {
    height: 360px;
  }

  .cs_about_style_2 .rainbow_about_badge {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 11px 13px;
    font-size: 15px;
  }

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

  .cs_about_style_2 .cs_about_features_list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cs_about_style_2 .cs_about_features_list li {
    font-size: 16px;
  }

  .cs_ticker_2 {
    padding: 22px 0;
  }

  .cs_ticker_2 .cs_ticker_item {
    gap: 16px;
    font-size: 24px;
  }

  .cs_ticker_2 .cs_ticker_item img {
    width: 22px;
  }

  .cs_ticker_2 .cs_ticker_in,
  .cs_ticker_2 .cs_ticker_items_list {
    gap: 18px;
  }

  .cs_service_section_2 {
    padding: 56px 0;
  }

  .cs_service_section_2 .cs_section_heading_style_1 {
    margin-bottom: 30px;
  }

  .cs_service_section_2 .cs_section_title {
    font-size: 32px;
    line-height: 1.25;
  }

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

  .cs_service_section_2 .cs_service_card_2,
  .cs_service_section_2 .cs_service_card_2.active {
    height: auto;
  }

  .cs_service_section_2 .cs_service_card_2 .cs_service_left,
  .cs_service_section_2 .cs_service_card_2.active .cs_service_left {
    padding: 18px 16px;
  }

  .cs_service_section_2 .cs_service_card_2 .cs_service_title {
    font-size: 20px;
  }

  .cs_service_section_2 .rainbow_specialities_cta {
    align-items: stretch;
    flex-direction: column;
    padding: 18px;
  }

  .cs_service_section_2 .rainbow_specialities_cta p {
    font-size: 17px;
  }

  .cs_service_section_2 .rainbow_specialities_cta .cs_btn_style_1 {
    justify-content: center;
  }

  .cs_pricing_section_1 {
    padding: 56px 0;
  }

  .cs_pricing_section_1 > .container-fluid {
    padding-inline: 12px;
  }

  .cs_pricing_section_1 .cs_pricing_banner {
    height: 250px;
  }

  .cs_pricing_section_1 .cs_pricing_banner_wrap .cs_ticker_container {
    bottom: 14px;
  }

  .cs_pricing_section_1 .cs_pricing_info_wrap {
    margin-top: 8px;
  }

  .cs_pricing_section_1 .cs_section_heading_style_1 {
    margin-bottom: 30px;
  }

  .cs_pricing_section_1 .cs_section_title {
    font-size: 32px;
    line-height: 1.25;
  }

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

  .cs_pricing_section_1 .cs_pricing_table_1 {
    width: 286px;
    min-height: 520px;
  }

  .cs_whychoose_section_2 {
    width: calc(100% - 24px);
    padding: 56px 0;
  }

  .cs_whychoose_section_2 .cs_section_heading_style_1 {
    margin-bottom: 30px;
  }

  .cs_whychoose_section_2 .cs_section_title {
    font-size: 32px;
    line-height: 1.25;
  }

  .cs_whychoose_section_2 .cs_faq_img {
    height: 300px;
  }

  .cs_whychoose_section_2 .cs_accordians_style_1 .cs_accordian_head {
    padding: 22px 28px 22px 48px;
    font-size: 18px;
  }

  .cs_whychoose_section_2 .cs_accordians_style_1 .cs_accordian_icon,
  .cs_whychoose_section_2 .cs_accordians_style_1 .cs_accordian:first-child .cs_accordian_icon {
    top: 17px;
  }

  .cs_whychoose_section_2 .cs_accordians_style_1 .cs_accordian_toggler,
  .cs_whychoose_section_2 .cs_accordians_style_1 .cs_accordian:first-child .cs_accordian_toggler {
    top: 28px;
  }

  .cs_whychoose_section_2 .cs_accordian_body {
    margin-top: -3px;
    padding: 0 8px 20px 48px;
    font-size: 16px;
  }

  .cs_whychoose_section_2 .cs_rainbow_facilities {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 30px;
  }

  .cs_work_section_1 .cs_section_heading_style_1 {
    margin-bottom: 30px;
  }

  .cs_work_section_1 .cs_section_title {
    font-size: 32px;
    line-height: 1.25;
  }

  .cs_team_section_2 .cs_team_style_2 .cs_btn_style_1 {
    padding: 10px 18px;
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .rainbow_ceo_badge {
    white-space: normal;
  }

}

@media (max-width: 575px) {
  .cs_service_section_2 .cs_service_card_2:not(.active) .cs_service_img,
  .cs_service_section_2 .cs_service_card_2:not(.active) .cs_btn_wrap {
    display: none;
  }

  .cs_service_section_2 .cs_service_card_2.active .cs_service_img {
    display: block;
    height: 180px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
