@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
:root {
  scroll-padding-top: 100px;
}

html {
  margin: 0;
  padding: 0;
  scroll-padding-top: 100px;
}

body {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  position: relative;
  font-family: "Rubik", sans-serif;
}

a {
  font-family: "Rubik", sans-serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none !important;
  margin-block-start: 0;
  -ms-margin-block-start: 0;
  -moz-margin-block-start: 0;
  -o-margin-block-start: 0;
  margin-block-end: 0;
  -ms-margin-block-end: 0;
  -moz-margin-block-end: 0;
  -o-margin-block-end: 0;
  padding-inline-start: 0;
  -ms-padding-inline-start: 0;
  -moz-padding-inline-start: 0;
  -o-padding-inline-start: 0;
}

li {
  text-decoration: none !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
}

button {
  margin: 0;
  padding: 0;
}
button:focus {
  box-shadow: none;
  outline: none;
}

a,
a:link,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

::-ms-expand {
  display: none;
}

::-ms-clear {
  display: none;
}

:focus {
  box-shadow: none !important;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.mx-0-auto {
  margin: 0 auto;
}

.btn.focus,
btn.focus,
.btn:focus,
btn:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

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

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

textarea {
  resize: none;
}
textarea:focus {
  outline: none;
  box-shadow: none;
}

/*------------------------------------------------Main-SCSS------------------------------------------------*/
.custom-spacing {
  padding-top: 80px;
  padding-bottom: 80px;
}

.row-gap {
  gap: 40px 0px;
}

.container-fluid {
  max-width: 90%;
}
@media (max-width: 576px) {
  .container-fluid {
    max-width: 100%;
  }
}

/*------------------------------------------------Landing-Banner------------------------------------------------*/
.landing-banner {
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 600px;
}
.landing-banner .landing-banner-inn h4 {
  font-size: 20px;
  line-height: 28px;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.landing-banner .landing-banner-inn h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  padding-bottom: 15px;
}
.landing-banner .landing-banner-inn p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .landing-banner {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .landing-banner {
    height: 550px;
  }
  .landing-banner .landing-banner-inn h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 992px) {
  .landing-banner {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .landing-banner {
    height: 400px;
    position: relative;
  }
  .landing-banner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #151f50;
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }
  .landing-banner .landing-banner-inn h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .landing-banner {
    height: auto;
    padding: 30px 0px;
  }
  .landing-banner .landing-banner-inn h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.landing-about-form {
  position: relative;
}
.landing-about-form::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-image: url(https://www.royalcarehospital.in/wp-content/uploads/2025/03/bg-doctor-layer.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  opacity: 0.04;
}
.landing-about-form .about-inn {
  position: sticky;
  top: 50px;
}
.landing-about-form .about-inn h4 {
  font-size: 20px;
  line-height: 28px;
  font-family: "Rubik", sans-serif;
  color: #002261;
  margin-bottom: 10px;
}
.landing-about-form .about-inn h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #000000;
}
.landing-about-form .about-inn p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #555555;
  padding-bottom: 10px;
  text-align: justify;
}
.landing-about-form .about-inn p:last-child {
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .landing-about-form .about-inn h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 576px) {
  .landing-about-form .about-inn h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

.landing-form .gform_legacy_markup_wrapper .gform_heading {
  margin-bottom: 0;
}
.landing-form .gform_legacy_markup_wrapper ul li.gfield {
  margin-top: 0;
  margin-bottom: 15px;
}
.landing-form .gform_heading .gform_required_legend {
  display: none;
}
.landing-form .gform_wrapper {
  padding: 30px !important;
  display: block;
  height: 100%;
  background: linear-gradient(135deg, #0a2342, #1a4a7a);
  border-radius: 5px;
}
.landing-form .gform-datepicker {
  width: 100%;
  background-color: #ffffff;
  height: 45px;
  border: 1px solid #ffffff;
  padding: 10px 15px !important;
  border-radius: 4px !important;
}
.landing-form .gform_wrapper.gravity-theme .gfield-choice-input + label {
  color: #fff;
}
.landing-form .gform_wrapper.gravity-theme .gfield_label {
  color: #fff;
}
.landing-form .gform_wrapper.gravity-theme .gfield_validation_message, .landing-form .gform_wrapper.gravity-theme .validation_message {
  padding: 0 !important;
  background: transparent;
  border: 0;
  margin-block-start: 11px;
}
.landing-form .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.landing-form .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
  border: none !important;
  box-shadow: 0px 1px 3px 0px rgba(136, 136, 136, 0.5490196078) !important;
  border-radius: 4px !important;
}
.landing-form .gform_legacy_markup_wrapper input.large, .landing-form .gform_legacy_markup_wrapper input.medium, .landing-form .gform_legacy_markup_wrapper input.small, .landing-form .gform_legacy_markup_wrapper select.large, .landing-form .gform_legacy_markup_wrapper select.medium, .landing-form .gform_legacy_markup_wrapper select.small {
  background-color: #ffffff;
  height: 45px;
  border: 1px solid #ffffff;
  padding: 10px 15px !important;
  border-radius: 4px !important;
}
.landing-form #input_29_7 {
  padding: 10px 35px !important;
}
.landing-form #input_29_56 {
  width: 100%;
  background-color: #ffffff;
  height: 45px;
  border: 1px solid #ffffff;
  padding: 10px 15px !important;
}
.landing-form .gform_legacy_markup_wrapper .top_label .gfield_label, .landing-form .gform_legacy_markup_wrapper legend.gfield_label {
  color: #ffffff;
}
.landing-form .gform_legacy_markup_wrapper .gfield_required {
  color: #F44336;
}
.landing-form .gform_legacy_markup_wrapper .gfield_radio li label {
  color: #ffffff;
}
.landing-form .gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger{
  display: none;
}
.landing-form #gform_submit_button_29 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 10px 25px;
  color: #ffffff;
  border-radius: 5px;
  background-color: #f15d37;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.landing-form body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_checkbox, .landing-form body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0;
}

button.ui-datepicker-trigger {
  display: none;
}

.landing-form .gform_wrapper.gravity-theme .gfield input.large, .landing-form .gform_wrapper.gravity-theme .gfield select.large{
  width: 100%;
  border: none !important;
  box-shadow: 0px 1px 3px 0px rgba(136, 136, 136, 0.5490196078) !important;
  border-radius: 4px !important;
  height: 45px;
  padding: 10px 15px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: #ddd !important;
    padding: 10px 10px 10px 10px !important;
    width: 400px !important;
}
.ui-datepicker-title {
    text-align: center;
    background: #ef5e30 !important;
}
.ui-datepicker table {
    border-collapse: collapse;
    width: 400px !important;
}

table.ui-datepicker-calendar {
    background: #ddd !important;
    padding: 10px 10px 10px 10px !important;
    text-align: center;
    width: 400px !important;
}

table.ui-datepicker-calendar {
    background: #ddd !important;
    padding: 10px 10px 10px 10px !important;
    text-align: center;
}
.ui-datepicker-header span.ui-icon.ui-icon-circle-triangle-w {
    padding-right: 15px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-month {
    max-height: 25px;
    max-width: 40%;
    color: #fffcfc;
    text-shadow: none !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
    max-height: 25px;
    max-width: 40%;
    color: #fffcfc;
    text-shadow: none !important;
}

.ui-datepicker a.ui-state-default.ui-state-hover {
    background: #ef5e30;
    color: #fff;
    padding: 5px;
}
.ui-datepicker span.ui-state-default {
    padding: 10px;
  }

.ui-datepicker a.ui-state-default {
    color: #ef5e30; 
    padding: 10px;
}
@media (max-width: 768px) {
  .landing-form {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .landing-form {
    padding: 0px;
  }
  .landing-form .gform_wrapper {
    padding: 20px !important;
    margin-top: 20px !important;
  }
}
.landing-form .gform_legacy_markup_wrapper .gform_footer {
  margin-bottom: 30px;
}
.landing-form .iti__tel-input {
  padding: 10px 10px 10px 35px !important;
}
.landing-form .iti--inline-dropdown input {
  padding: 10px 10px 10px 35px !important;
}
.landing-form .gform_wrapper .ginput_container.ginput_container_phone input {
  padding-left: 47px !important;
}
.landing-form .gform-footer .gform_button {
  float: left;
  padding: 0 40px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  background: #f15d37;
  text-transform: uppercase;
  line-height: 40px;
  border-radius: 5px;
  border: 0 none !important;
  cursor: pointer;
}

.landing-treatment-procedures {
  background-color: #fff;
}
.landing-treatment-procedures .row-gap {
  gap: 30px 0px;
}
.landing-treatment-procedures .section-title {
  padding-bottom: 40px; 
}
.landing-treatment-procedures .section-title h4 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik", sans-serif;
  color: #002261;
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-weight: 400;
}

.landing-treatment-procedures .section-title h4::before{
  content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #e8a020;
}

.landing-treatment-procedures .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  color: #000000;
}
.landing-treatment-procedures .treatment-procedure-card {
  background: #fff;
  border: 1.5px solid #d0dce8;
  border-radius: 16px;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition: .3s;
  height: 100%;
}
.landing-treatment-procedures .treatment-procedure-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1b6ca8, #e8a020);
}
.landing-treatment-procedures .treatment-procedure-card::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 34, 97, 0.8);
  opacity: 0;
  z-index: -1;
}
 
 
.landing-treatment-procedures .treatment-procedure-card .icon span {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 900;
  color: rgba(27, 108, 168, .08);
  line-height: 1;
  margin-bottom: 10px;
}
.landing-treatment-procedures .treatment-procedure-card .context {
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.landing-treatment-procedures .treatment-procedure-card .context h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  padding-bottom: 5px;
  color: #002261;
}
.landing-treatment-procedures .treatment-procedure-card .context p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #555555;
  padding-bottom: 10px;
}
.landing-treatment-procedures .treatment-procedure-card .context a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #002261;
  text-transform: capitalize;
}
.landing-treatment-procedures .treatment-procedure-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(10, 35, 66, .12);
  border-color: #20c997;
}
.landing-treatment-procedures .treatment-procedure-card:hover::before {
  transition: all 0.4s ease;
  bottom: -20px;
  right: -20px;
}

@media (max-width: 1200px) {
  .landing-treatment-procedures .section-title h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .landing-treatment-procedures .treatment-procedure-card {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .landing-treatment-procedures .row-gap {
    gap: 20px 0px;
  }
  .landing-treatment-procedures .treatment-procedure-card {
    padding: 15px;
  }
  .landing-treatment-procedures .treatment-procedure-card .context h3 {
    font-size: 20px;
    line-height: 32px;
  }
}

.landing-cta {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0a2342, #1a4a7a);
}

.landing-cta .cta-inn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
}
.landing-cta .cta-inn h2 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.landing-cta .cta-inn a {
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  padding: 14px 32px;
  color: #0a2342;
  border-radius: 50px;
  background-color: #e8a020;
  box-shadow: 0 4px 20px rgba(232, 160, 32, .4);
}
@media (max-width: 1200px) {
  .landing-cta .section-title h2 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (max-width: 992px) {
  .landing-cta::before {
    background-size: cover;
  }
  .landing-cta .cta-inn h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 576px) {
  .landing-cta .cta-inn h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

.landing-doctors-treatment {
  background-color: #f4f8fd;
}

.landing-doctors-treatment .section-title {
  padding-bottom: 40px; 
}
.landing-doctors-treatment .section-title h4 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik", sans-serif;
  color: #002261;
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-weight: 400;
}

.landing-doctors-treatment .section-title h4::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #e8a020;
}

.landing-doctors-treatment .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  color: #000000;
}
.landing-doctors-treatment .nav-tabs {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  border-bottom: 0;
}
.landing-doctors-treatment .nav-tabs .nav-item {
  width: auto;
}
.landing-doctors-treatment .nav-tabs .nav-item .nav-link {
  font-size: 18px;
  line-height: 26px;
  border: 1.5px solid #d0dce8;
  background: #ffffff;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 400;
  cursor: pointer;
  transition: .2s;
  color: #5a6a7e;
}
.landing-doctors-treatment .nav-tabs .nav-item .nav-link.active {
  background-color: #002261;
  color: #fff;
}

.landing-doctors-treatment .tab-content {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  border-left: 5px solid #e8a020;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
  font-size: 15px;
  color: #5a6a7e;
  line-height: 1.8;
}
.landing-doctors-treatment .tab-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #555555;
}
@media (max-width: 1200px) {
  .landing-doctors-treatment .section-title h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .landing-doctors-treatment .nav-tabs {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}

.landing-feature-list {
  background-color: #fff;
}
.landing-feature-list .section-title {
  padding-bottom: 40px; 
}
.landing-feature-list .section-title h4 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik", sans-serif;
  color: #002261;
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-weight: 400;
}

.landing-feature-list .section-title h4::before{
      content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #e8a020;
}

.landing-feature-list .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  color: #000000;
}
.landing-feature-list .list-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.landing-feature-list .list-flex h2 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 15px;
}

.landing-feature-list .list-flex ul{
  padding-bottom: 25px;
}

.landing-feature-list .list-flex ul:last-child{
  padding-bottom: 0;
}

.landing-feature-list .list-flex .feature-list-1{
  background: #ffffff;
  border-radius: 16px 0 0 16px;
  padding: 32px;
  border: 1.5px solid #d0dce8;
}

.landing-feature-list .list-flex .feature-list-2 h2{
  color: #fff;
}

.landing-feature-list .list-flex .feature-list-2{
  border-radius: 0 16px 16px 0;
  background: #0a2342;
  border-color: #0a2342;
  padding: 32px;
}

.landing-feature-list .list-flex .feature-list-2 li{
  color: #ffffffcc;
}

.landing-feature-list .list-flex ul li {
    font-size: 18px;
    line-height: 30px;
    padding: 12px 0;
    border-bottom: 1px solid #d0dce8;
    color: #1e2d40;
    padding-left: 23px;
    position: relative;
}
.landing-feature-list .list-flex ul li:last-child {
  padding-bottom: 0;
}
.landing-feature-list .list-flex ul li b {
  color: #002261;
}

.landing-feature-list .list-flex .feature-list-2 ul li b{
  color: #fff;
}

.landing-feature-list .list-flex ul li::before {
  content: '✦';
  font-size: 10px;
  color: #e8a020;
  flex-shrink: 0;
  left: 0;
  position: absolute;
}

.landing-feature-list .video-link {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 10px;
}
.landing-feature-list .video-link .image-link {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.landing-feature-list .video-link .image-link img{
  border-radius: 10px;
}

.landing-feature-list .video-link .image-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 34, 97, 0.5);
  border-radius: 10px;
}
.landing-feature-list .video-link .image-link a {
  color: #002261;
  width: 50px;
  height: 50px;
  background: #ffffff;
  -webkit-filter: drop-shadow(5px 15px 60px rgba(27, 33, 47, 0.1));
  filter: drop-shadow(5px 15px 60px rgba(27, 33, 47, 0.1));
  border-radius: 50%;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  -webkit-animation: pulseBig infinite 2s linear;
  animation: pulseBig infinite 2s linear;
  line-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.landing-feature-list p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #555555;
}
@media (max-width: 1200px) {
  .landing-feature-list .section-title h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .landing-feature-list .list-flex {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .landing-feature-list .list-flex .feature-list-1{
    border-radius: 16px 16px 0px 0px;
    padding: 20px;
  }
  .landing-feature-list .list-flex .feature-list-2{
    border-radius: 0px 0px 16px 16px;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .landing-feature-list .list-flex {
    padding-left: 10px;  
    padding-bottom: 0;
  }
  .landing-feature-list .list-flex ul {
    padding-bottom: 0;
  }
  .landing-feature-list .video-link {
    flex-direction: column;
    padding-bottom: 20px;
    gap: 15px;
  }
}

.landing-doctors .row-gap {
  justify-content: center;
}
.landing-doctors .section-title {
  padding-bottom: 40px;
  text-align: center;
}
.landing-doctors .section-title h4 {
    font-size: 16px;
    line-height: 24px;
    font-family: "Rubik", sans-serif;
    color: #002261;
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    font-weight: 400;
}

.landing-doctors .section-title h4::before{
  content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #e8a020;
}

.landing-doctors .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  color: #000000;
}
.landing-doctors .doctors-card .image img {
  width: 100%;
}
.landing-doctors .doctors-card .context {
  margin: 0px 20px;
  padding: 20px 15px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  transform: translateY(-30px);
  box-shadow: 0 0 30px 0 rgba(0, 20, 9, 0.1);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 20, 9, 0.1);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 20, 9, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 20, 9, 0.1);
  height: 100%;
}
.landing-doctors .doctors-card .context h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #002261;
  padding-bottom: 5px;
}
.landing-doctors .doctors-card .context p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Rubik", sans-serif;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .landing-doctors .doctors-card .context {
    margin: 0 10px;
  }
  .landing-doctors .doctors-card .context h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .landing-doctors .section-title h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .landing-doctors .row-gap {
    gap: 30px 0px;
  }
}
@media (max-width: 576px) {
  .landing-doctors .row-gap {
    gap: 20px 0px;
  }
}

.landing-doctors-speech {
  background-color: #e8edf0;
}
.landing-doctors-speech .row {
  justify-content: center;
}
.landing-doctors-speech .section-title {
  padding-bottom: 40px;
  text-align: center;
}
.landing-doctors-speech .section-title h4 {
  font-size: 20px;
  line-height: 28px;
  font-family: "Rubik", sans-serif;
  color: #002261;
  margin-bottom: 10px;
}
.landing-doctors-speech .section-title h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  color: #000000;
}
.landing-doctors-speech .image-link {
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.landing-doctors-speech .image-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 34, 97, 0.4);
}
.landing-doctors-speech .image-link img {
  border-radius: 5px;
  width: 100%;
}
.landing-doctors-speech .image-link a {
  color: #002261;
  width: 50px;
  height: 50px;
  background: #ffffff;
  -webkit-filter: drop-shadow(5px 15px 60px rgba(27, 33, 47, 0.1));
  filter: drop-shadow(5px 15px 60px rgba(27, 33, 47, 0.1));
  border-radius: 50%;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  -webkit-animation: pulseBig infinite 2s linear;
  animation: pulseBig infinite 2s linear;
  line-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.landing-faq .section-title {
  padding-bottom: 40px;
  text-align: center;
}
.landing-faq .section-title h4 {
  font-size: 20px;
  line-height: 28px;
  font-family: "Rubik", sans-serif;
  color: #002261;
  margin-bottom: 10px;
}
.landing-faq .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  color: #000000;
}
.landing-faq .custom-accordion .card {
  border-right: none;
  border-left: none;
  margin-bottom: 20px;
  background-color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #002261;
  padding: 0;
  display: block;
  width: 100%;
  text-align: left;
  white-space: unset;
  border: 1.5px solid #d0dce8 !important;
  border-radius: 12px !important;
  overflow: hidden;
  transition: .2s;
  border-bottom: 1.5px solid #d0dce8;
}
.landing-faq .custom-accordion .card:last-child {
  margin-bottom: 0;
}
.landing-faq .custom-accordion .card .card-header {
  padding: 0;
}
.landing-faq .custom-accordion .card .card-header .btn {
  background-color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #002261;
  padding: 10px 20px 10px 20px;
  display: block;
  width: 100%;
  text-align: left;
  white-space: unset;
  display: flex;
  justify-content: space-between;
}
.landing-faq .custom-accordion .card .card-header .btn:hover {
  text-decoration: none;
}
.landing-faq .custom-accordion .card .card-header .btn:focus {
  text-decoration: none;
}
.landing-faq .custom-accordion .card .card-header:not(.collapsed) {
  box-shadow: none;
  border-bottom: 0;
}
.landing-faq .custom-accordion .card .card-header:not(.collapsed)::after {
  transform: rotate(45deg);
}
.landing-faq .custom-accordion .card .card-body {
  border-top: 0;
  padding: 0px 20px 15px 20px;
  background-color: #fff;
}
.landing-faq .custom-accordion .card .card-body p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #555555;
}
@media (max-width: 1200px) {
  .landing-faq .section-title h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .landing-faq .custom-accordion .card .card-header .btn {
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .landing-faq .custom-accordion .card {
    margin-bottom: 12px;
  }
  .landing-faq .custom-accordion .card .card-header .btn {
    font-size: 17px;
    line-height: 29px;
  }
}

footer.landing-footer {
  padding: 20px 0;
  color: #fff;
  background: linear-gradient(135deg, #0a2342, #1a4a7a);
}
footer.landing-footer ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
footer.landing-footer ul li {
  color: #ffffff;
  font-weight: 500;
}
footer.landing-footer ul li a {
  color: #ffffff;
}
@media (max-width: 576px) {
  footer.landing-footer ul {
    justify-content: center;
    gap: 10px;
  }
}

/*-------------------------------------------------Media Queries------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .custom-spacing {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .text-center-xl {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .custom-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .text-center-lg {
    text-align: center;
  }
  .row-gap {
    gap: 30px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .custom-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-center-md {
    text-align: center;
  }
  .row-gap {
    gap: 20px 0px;
  }
}
@media only screen and (max-width: 576px) {
  .custom-spacing {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row-gap {
    gap: 20px 0px;
  }
}
/* -------------------------- Max-Width: < 1400px ---------------------- */
/* -------------------------- Max-Width: < 1366px ---------------------- */
/* -------------------------- Max-Width: < 1200px ---------------------- */
/* -------------------------- Max-Width: < 992px ---------------------- */
/* -------------------------- Max-Width: < 768px ---------------------- */
/* -------------------------- Max-Width: < 576px ---------------------- */
@media (max-width: 576px) {
  .section-title {
    padding-bottom: 20px !important;
  }
  .section-title h2 {
    font-size: 26px !important;
    line-height: 34px !important;
  }
  :root {
    overflow-x: hidden;
  }
}
/* pulseBig */
@keyframes pulseBig {
  0% {
    -webkit-box-shadow: 0 0 0 0 #16223b;
    box-shadow: 0 0 0 0 #d3d3d4;
  }
  50% {
    -webkit-box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
@-webkit-keyframes pulseBig {
  0% {
    -webkit-box-shadow: 0 0 0 0 #16223b;
    box-shadow: 0 0 0 0 #d3d3d4;
  }
  50% {
    -webkit-box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
.landing-header {
  padding: 10px 0px;
  border-top: 0;
}
.landing-header .navbar-brand img {
  width: 200px;
}
.landing-header .nav-item a {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    padding: 14px 32px !important;
    color: #0a2342;
    border-radius: 50px;
    background-color: #e8a020;
    box-shadow: 0 4px 20px rgba(232, 160, 32, .4);
}

/*# sourceMappingURL=landing.css.map */
