@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;
  scroll-behavior: smooth;
}

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

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------------------------------------------------*/
.common-banner {
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 600px;
  z-index: 5;
}
.common-banner .row {
  justify-content: flex-end;
}
.common-banner .common-banner-inn {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.common-banner .common-banner-inn h4 {
  font-size: 20px;
  line-height: 28px;
  font-family: "Rubik", sans-serif;
  color: #b71b1c;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.common-banner .common-banner-inn h2 {
  color: #000000;
  font-size: 44px;
  line-height: 56px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.common-banner .common-banner-inn p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .common-banner {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .common-banner {
    height: 550px;
  }
  .common-banner .common-banner-inn h2 {
    font-size: 34px !important;
    line-height: 46px;
  }
}
@media (max-width: 992px) {
  .common-banner {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .common-banner {
    height: 400px;
    position: relative;
  }
  .common-banner .common-banner-inn h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .common-banner {
    height: auto;
    padding: 30px 0px;
  }
  .common-banner .common-banner-inn h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.blood-donor-about-form {
  position: relative;
  background-color: #e8edf0;
}
.blood-donor-about-form .row-gap {
  gap: 30px 0px;
}
.blood-donor-about-form .about-inn {
  position: sticky;
  top: 50px;
}
.blood-donor-about-form .about-inn h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #b71b1c;
  margin-bottom: 0;
}
.blood-donor-about-form .about-inn h3 {
  color: #b71b1c;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.blood-donor-about-form .about-inn p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #555555;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.blood-donor-about-form .about-inn p:last-child {
  padding-bottom: 0;
}
.blood-donor-about-form .about-inn ul {
  padding-left: 35px;
}
.blood-donor-about-form .about-inn ul li {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: #3d3d3d;
  padding-bottom: 5px;
  list-style-type: disclosure-closed;
}
.blood-donor-about-form .about-inn ul li:last-child {
  padding-bottom: 0;
}
.blood-donor-about-form .about-inn ul li::marker {
  color: #b71b1c;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .blood-donor-about-form .about-inn p {
    font-size: 17px !important;
  }
}
@media (max-width: 1024px) {
  .blood-donor-about-form .about-inn h2 {
    font-size: 32px !important;
    line-height: 44px;
  }
  .blood-donor-about-form .about-inn p {
    font-size: 17px !important;
  }
}
@media (max-width: 992px) {
  .blood-donor-about-form .about-inn h2 {
    font-size: 28px !important;
    line-height: 38px;
  }
  .blood-donor-about-form .about-inn p {
    font-size: 17px !important;
  }
}
@media (max-width: 768px) {
  .blood-donor-about-form .about-inn h2 {
    font-size: 24px !important;
    line-height: 32px;
  }
}

.blood-donor-form .gform_legacy_markup_wrapper .gform_heading {
  margin-bottom: 0;
}
.blood-donor-form .gform_legacy_markup_wrapper ul li.gfield {
  margin-top: 0;
  margin-bottom: 15px;
}
.blood-donor-form .gform_heading .gform_required_legend {
  display: none;
}
.blood-donor-form .gform_wrapper {
  padding: 30px !important;
  display: block;
  height: 100%;
  background-color: #ffffff;
  border-radius: 5px;
}
.blood-donor-form .gform-datepicker {
  width: 100%;
  background-color: #ffffff;
  height: 45px;
  border: 1px solid #ffffff;
  padding: 10px 15px !important;
  border-radius: 4px !important;
}
.blood-donor-form .gform_wrapper.gravity-theme .gfield-choice-input + label {
  color: #fff;
}
.blood-donor-form .gform_wrapper.gravity-theme .gfield_label {
  color: #fff;
}
.blood-donor-form .gform_wrapper.gravity-theme .gfield_validation_message,
.blood-donor-form .gform_wrapper.gravity-theme .validation_message {
  padding: 0 !important;
  background: transparent;
  border: 0;
  margin-block-start: 11px;
}
.blood-donor-form .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.blood-donor-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;
}
.blood-donor-form .gform_legacy_markup_wrapper input.large,
.blood-donor-form .gform_legacy_markup_wrapper input.medium,
.blood-donor-form .gform_legacy_markup_wrapper input.small,
.blood-donor-form .gform_legacy_markup_wrapper select.large,
.blood-donor-form .gform_legacy_markup_wrapper select.medium,
.blood-donor-form .gform_legacy_markup_wrapper select.small {
  background-color: #f3f3f3;
  height: 45px;
  border: 1px solid #f3f3f3;
  padding: 10px 15px !important;
  border-radius: 4px !important;
}
.blood-donor-form #input_29_7 {
  padding: 10px 35px !important;
}
.blood-donor-form #input_29_56 {
  width: 100%;
  background-color: #f3f3f3;
  height: 45px;
  border: 1px solid #f3f3f3;
  padding: 10px 15px !important;
}
.blood-donor-form .gform_legacy_markup_wrapper .top_label .gfield_label,
.blood-donor-form .gform_legacy_markup_wrapper legend.gfield_label {
  color: #b71b1c;
}
.blood-donor-form .gform_legacy_markup_wrapper .gfield_required {
  color: #f44336;
}
.blood-donor-form .gform_legacy_markup_wrapper .gfield_radio li label {
  color: #000000;
}
.blood-donor-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;
}
.blood-donor-form
  body
  .gform_legacy_markup_wrapper
  ul
  li.field_description_below
  div.ginput_container_checkbox,
.blood-donor-form
  body
  .gform_legacy_markup_wrapper
  ul
  li.field_description_below
  div.ginput_container_radio {
  margin-top: 0;
}
@media (max-width: 768px) {
  .blood-donor-form {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .blood-donor-form {
    padding: 0px;
  }
  .blood-donor-form .gform_wrapper {
    padding: 20px !important;
  }
}
.blood-donor-form .gform_legacy_markup_wrapper .gform_footer {
  margin-bottom: 30px;
}
.blood-donor-form .iti__tel-input {
  padding: 10px 10px 10px 35px !important;
}
.blood-donor-form .iti--inline-dropdown input {
  padding: 10px 10px 10px 35px !important;
}
.blood-donor-form
  .gform_wrapper
  .ginput_container.ginput_container_phone
  input {
  padding-left: 47px !important;
}
.blood-donor-form .gform-footer .gform_button {
  float: left;
  padding: 0 40px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  background: #b71b1c;
  text-transform: uppercase;
  line-height: 40px;
  border-radius: 5px;
  border: 0 none !important;
  cursor: pointer;
}
.blood-donor-form
  .gform_legacy_markup_wrapper.gf_browser_chrome
  .gfield_checkbox
  li
  input,
.blood-donor-form
  .gform_legacy_markup_wrapper.gf_browser_chrome
  .gfield_checkbox
  li
  input[type="checkbox"],
.blood-donor-form
  .gform_legacy_markup_wrapper.gf_browser_chrome
  .gfield_radio
  li
  input[type="radio"] {
  margin-top: 0;
}
.blood-donor-form
  .gform_legacy_markup_wrapper
  ul
  li.field_description_below
  div.ginput_container_radio {
  margin-top: 0;
}

.ui-datepicker-trigger {
  display: none !important;
}

.why-donate-blood .row-gap {
  align-items: center;
  gap: 30px 0px;
}
.why-donate-blood .why-donate-img img {
  border-radius: 10px;
}
.why-donate-blood .why-donate-context h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  padding-bottom: 5px;
  color: #b71b1c;
  margin-bottom: 0;
}
.why-donate-blood .why-donate-context h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #b71b1c;
}
.why-donate-blood .why-donate-context p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #555555;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.why-donate-blood .why-donate-context p:last-child {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .why-donate-blood .why-donate-context h4 {
    font-size: 22px !important;
    line-height: 32px;
  }
  .why-donate-blood .why-donate-context h2 {
    font-size: 32px !important;
    line-height: 44px;
  }
  .why-donate-blood .why-donate-context p {
    font-size: 17px !important;
  }
}
@media (max-width: 992px) {
  .why-donate-blood .why-donate-context h2 {
    font-size: 28px !important;
    line-height: 38px;
  }
  .why-donate-blood .why-donate-context p {
    font-size: 17px !important;
  }
}
@media (max-width: 992px) {
  .why-donate-blood .why-donate-context h2 {
    font-size: 24px !important;
    line-height: 32px;
  }
}

.health-benefits {
  background-color: #e8edf0;
}
.health-benefits .section-title {
  padding-bottom: 30px;
}
.health-benefits .section-title h2 {
  color: #000000;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.health-benefits .section-title p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #555555;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.health-benefits .row-gap {
  gap: 40px 0px;
}
.health-benefits .health-benefits-card {
  padding: 20px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: left;
}
.health-benefits .health-benefits-card img {
  margin-bottom: 15px;
  width: 64px;
  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);
}
.health-benefits .health-benefits-card h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.health-benefits .health-benefits-card p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #555555;
  margin-bottom: 0;
  padding-bottom: 0;
}
.health-benefits .health-benefits-card:hover img {
  transform: rotateY(180deg);
}
@media (max-width: 1024px) {
  .health-benefits .section-title h2 {
    font-size: 32px !important;
    line-height: 44px;
  }
  .health-benefits .section-title p {
    font-size: 17px !important;
  }
  .health-benefits .health-benefits-card h4 {
    font-size: 22px !important;
    line-height: 32px;
  }
  .health-benefits .health-benefits-card p {
    font-size: 17px !important;
  }
}
@media (max-width: 992px) {
  .health-benefits .section-title h2 {
    font-size: 28px !important;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .health-benefits .section-title h2 {
    font-size: 24px !important;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .health-benefits .row-gap {
    gap: 20px 0px;
  }
  .health-benefits .health-benefits-card {
    padding: 15px;
  }
  .health-benefits .health-benefits-card img {
    margin-bottom: 10px;
  }
  .health-benefits .health-benefits-card h4 {
    font-size: 20px;
    line-height: 32px;
  }
}

.blood-donation-process .row-gap {
  gap: 30px 0px;
  align-items: center;
}
.blood-donation-process .blood-donation-inn {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #f3f3f3;
}
.blood-donation-process .blood-donation-inn .context h2 {
  color: #000000;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.blood-donation-process .blood-donation-inn .context p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #555555;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.blood-donation-process .blood-donation-inn .context ul {
  padding-left: 35px;
}
.blood-donation-process .blood-donation-inn .context ul li {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: #3d3d3d;
  padding-bottom: 5px;
  list-style-type: disclosure-closed;
}
.blood-donation-process .blood-donation-inn .context ul li:last-child {
  padding-bottom: 0;
}
.blood-donation-process .blood-donation-inn .context ul li::marker {
  color: #b71b1c;
  font-size: 14px;
}
.blood-donation-process .blood-donation-inn .blood-donation-image img {
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .blood-donation-process .blood-donation-inn .context h2 {
    font-size: 32px !important;
    line-height: 40px;
  }
  .blood-donation-process .blood-donation-inn .context p {
    font-size: 17px !important;
  }
}
@media (max-width: 992px) {
  .blood-donation-process .blood-donation-inn .context h2 {
    font-size: 28px !important;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .blood-donation-process .blood-donation-inn .context h2 {
    font-size: 24px !important;
    line-height: 38px;
  }
}
@media (max-width: 576px) {
  .blood-donation-process .blood-donation-inn {
    padding: 20px;
  }
}

.who-can-donate {
  background-color: #e8edf0;
}
.who-can-donate .section-title {
  padding-bottom: 30px;
}
.who-can-donate .section-title h2 {
  color: #000000;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.who-can-donate .section-title p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #555555;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.who-can-donate .context {
  height: 100%;
  padding: 25px;
}
.who-can-donate .context.context-left {
  background-color: #ffffff;
}
.who-can-donate .context.context-right {
  position: relative;
  z-index: 5;
  background-image: url(https://www.royalcarehospital.in/wp-content/themes/royalcare/facilities/assets/images/blood-donate-bg.jpg);
  background-repeat: no-repeat;
  height: 100%;
  background-size: cover;
}
.who-can-donate .context.context-right::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #002261;
  opacity: 0.7;
}
.who-can-donate .context.context-right p {
  color: #ffffff;
}
.who-can-donate .context.context-right ul li {
  color: #ffffff;
}
.who-can-donate .context h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #000000;
}
.who-can-donate .context p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #555555;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.who-can-donate .context p:last-child {
  padding-bottom: 0;
}
.who-can-donate .context ul {
  padding-left: 20px;
}
.who-can-donate .context ul li {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: #3d3d3d;
  padding-bottom: 5px;
  list-style-type: disclosure-closed;
}
.who-can-donate .context ul li:last-child {
  padding-bottom: 0;
}
.who-can-donate .context ul li::marker {
  color: #b71b1c;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .who-can-donate .section-title h2 {
    font-size: 32px !important;
    line-height: 40px;
  }
  .who-can-donate .section-title p {
    font-size: 17px !important;
  }
  .who-can-donate .context p {
    font-size: 17px !important;
  }
}
@media (max-width: 992px) {
  .who-can-donate .section-title h2 {
    font-size: 28px !important;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .who-can-donate .section-title h2 {
    font-size: 24px !important;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .who-can-donate .context {
    padding: 20px;
  }
}

.types-of-blood-donation .section-title {
  padding-bottom: 30px;
}
.types-of-blood-donation .section-title h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  padding-bottom: 5px;
  color: #b71b1c;
  margin-bottom: 0;
}
.types-of-blood-donation .section-title h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #000000;
}
.types-of-blood-donation .section-title p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #555555;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.types-of-blood-donation .section-title p:last-child {
  padding-bottom: 0;
}
.types-of-blood-donation .custom-nav-tabs .nav-tabs {
  margin-bottom: 30px;
  border-bottom: 0;
  flex-wrap: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.types-of-blood-donation .custom-nav-tabs .nav-tabs .nav-item {
  display: block;
  width: 100%;
}
.types-of-blood-donation .custom-nav-tabs .nav-tabs .nav-item .nav-link {
  border: 0;
  background-color: #e8edf0;
  color: #b71b1c;
  border-radius: 5px;
  text-align: center;
}
.types-of-blood-donation .custom-nav-tabs .nav-tabs .nav-item .nav-link.active {
  background-color: #b71b1c;
  color: #ffffff;
}
.types-of-blood-donation .custom-nav-tabs .tab-content .tab-pane {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #f3f3f3;
  height: 100%;
}
.types-of-blood-donation .custom-nav-tabs .tab-content .tab-pane .row {
  align-items: center;
}
.types-of-blood-donation .custom-nav-tabs .tab-content .tab-pane .context h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.types-of-blood-donation .custom-nav-tabs .tab-content .tab-pane .context p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #555555;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.types-of-blood-donation .custom-nav-tabs .tab-content .tab-pane .image img {
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .types-of-blood-donation .section-title h2 {
    font-size: 32px !important;
    line-height: 40px;
  }
  .types-of-blood-donation .section-title p {
    font-size: 17px !important;
  }
  .types-of-blood-donation .custom-nav-tabs .tab-content .tab-pane .context h3 {
    font-size: 24px !important;
    line-height: 32px;
  }
  .types-of-blood-donation .custom-nav-tabs .tab-content .tab-pane .context p {
    font-size: 17px !important;
  }
}
@media (max-width: 992px) {
  .types-of-blood-donation .section-title h2 {
    font-size: 28px !important;
    line-height: 38px;
  }
  .types-of-blood-donation .custom-nav-tabs .tab-content .tab-pane .context h3 {
    font-size: 22px !important;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .types-of-blood-donation .section-title h2 {
    font-size: 24px !important;
    line-height: 32px;
  }
  .types-of-blood-donation .custom-nav-tabs .nav-tabs {
    flex-wrap: wrap;
  }
}

.common-custom-navtabs {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #e7e7e7;
  background-color: #2a344f;
}
.common-custom-navtabs ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.common-custom-navtabs ul li {
  display: flex;
  width: 100%;
  justify-content: center;
}
.common-custom-navtabs ul li a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.3s ease;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
}
.common-custom-navtabs ul li a.active {
  color: #ffffff;
  border-bottom: 2px solid #b41f20;
}
.common-custom-navtabs.unstick {
  position: static;
}
@media (max-width: 768px) {
  .common-custom-navtabs ul {
    flex-wrap: wrap;
  }
}

.common-product-brief .row-gap {
  align-items: center;
}
.common-product-brief .product-brief-context h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #000000;
}
.common-product-brief .product-brief-context h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  padding-bottom: 5px;
  color: #b71b1c;
  margin-bottom: 0;
}
.common-product-brief .product-brief-context p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #555555;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.common-product-brief .product-brief-context ul {
  padding-left: 35px;
}
.common-product-brief .product-brief-context ul li {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: #3d3d3d;
  padding-bottom: 5px;
  list-style-type: disclosure-closed;
}
.common-product-brief .product-brief-context ul li:last-child {
  padding-bottom: 0;
}
.common-product-brief .product-brief-context ul li::marker {
  color: #b71b1c;
  font-size: 14px;
}
.common-product-brief .product-brief-image img {
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .common-product-brief .product-brief-context h3 {
    font-size: 32px !important;
    line-height: 42px;
  }
  .common-product-brief .product-brief-context p {
    font-size: 17px !important;
  }
}
@media (max-width: 992px) {
  .common-product-brief .row-gap {
    gap: 30px 0px;
  }
  .common-product-brief .product-brief-context h3 {
    font-size: 26px !important;
    line-height: 34px;
  }
  .common-product-brief .product-brief-context h4 {
    font-size: 24px !important;
    line-height: 32px;
  }
  .common-product-brief .product-brief-context p {
    font-size: 17px !important;
  }
}
@media (max-width: 768px) {
  .common-product-brief h3 {
    font-size: 22px !important;
    line-height: 32px;
  }
  .common-product-brief h4 {
    font-size: 20px !important;
    line-height: 30px;
  }
}

.bg-gray {
  background-color: #e8edf0;
}

.common-zig-zag.para-color .common-zig-zag-inn p {
  color: #555555;
}
.common-zig-zag .row {
  align-items: center;
}
.common-zig-zag .row-gap {
  gap: 30px 0px;
}
.common-zig-zag .common-zig-zag-inn {
  padding-right: 35px;
}
.common-zig-zag .common-zig-zag-inn h2 {
  color: #000000;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.common-zig-zag .common-zig-zag-inn p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #b71b1c;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.common-zig-zag .common-zig-zag-inn ul {
  padding-left: 25px;
  margin-bottom: 0;
}
.common-zig-zag .common-zig-zag-inn ul li {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: #3d3d3d;
  padding-bottom: 5px;
  list-style-type: disclosure-closed;
}
.common-zig-zag .common-zig-zag-inn ul li:last-child {
  padding-bottom: 0;
}
.common-zig-zag .common-zig-zag-inn ul li::marker {
  color: #b71b1c;
  font-size: 14px;
}
.common-zig-zag .common-zig-zag-image img {
  border-radius: 10px;
}
.common-zig-zag.bg-gray .common-zig-zag-inn {
  padding-right: 0;
  padding-left: 35px;
}
@media (max-width: 1024px) {
  .common-zig-zag .common-zig-zag-inn h2 {
    font-size: 32px !important;
    line-height: 44px;
  }
  .common-zig-zag .common-zig-zag-inn p {
    font-size: 17px !important;
  }
}
@media (max-width: 992px) {
  .common-zig-zag .common-zig-zag-inn {
    padding-right: 0;
  }
  .common-zig-zag .common-zig-zag-inn h2 {
    margin-bottom: 10px;
    font-size: 28px !important;
    line-height: 38px;
  }
  .common-zig-zag.bg-gray .common-zig-zag-inn {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .common-zig-zag .common-zig-zag-inn h2 {
    font-size: 24px !important;
    line-height: 32px;
  }
}
.quote-carousel{
	padding: 50px 0;
}

.quote-carousel h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #000000;
  padding-bottom: 40px;
  margin-bottom: 0;
  text-align: center;
}
.quote-carousel .swiper .swiper-slide {
  height: auto;
}
.quote-carousel .swiper .swiper-slide .quote-content {
  padding: 20px;
  /* background-color: #e8edf0; */
  height: 100%;
}
.quote-carousel .swiper .swiper-slide .quote-content .icon-left {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-top-left-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-carousel .swiper .swiper-slide .quote-content .icon-left i {
  color: #000000;
  font-size: 26px;
}
.quote-carousel .swiper .swiper-slide .quote-content .icon-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-top-left-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-carousel .swiper .swiper-slide .quote-content .icon-right i {
  color: #000000;
  font-size: 26px;
}
.quote-carousel .swiper .swiper-slide .quote-content h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #b71b1c;
}
.quote-carousel .swiper .swiper-slide .quote-content p {
  font-size: 20px;
  line-height: 42px;
  color: #555555;
  padding-bottom: 0px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
}
.blood-donor-form .gform_wrapper.gravity-theme .gfield_label {
  color: #5e5d5d;
  font-weight: 500;
}
.blood-donor-form .gform_wrapper.gravity-theme .gfield-choice-input + label {
  color: #5e5d5d;
}
.blood-donor-form .gform_wrapper.gravity-theme .gfield select {
  border: none !important;
  box-shadow: 0px 1px 3px 0px #8888888c !important;
  border-radius: 4px !important;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
  background: transparent;
  height: 45px;
}
.blood-donor-form .gform_next_button.gform-theme-button,
.blood-donor-form .gform_previous_button.button,
.blood-donor-form .gform_button {
  background: #f05624;
  color: #fff;
  padding: 6px 30px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 10px;
  line-height: unset;
  border: 1px solid #f05624;
  display: table;
  cursor: pointer;
}
.quote-carousel .swiper-button-next,
.quote-carousel .swiper-button-prev {
  background-color: #b71b1c;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  background-size: 10px;
  top: 78%;
}
.quote-carousel .swiper-button-prev {
  left: -8px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.quote-carousel .swiper-button-next {
  right: -3px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
@media (max-width: 1024px) {
  .quote-carousel h2 {
    font-size: 32px !important;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .quote-carousel h2 {
    font-size: 26px !important;
    line-height: 34px !important;
    padding-bottom: 20px;
  }
}

.department-doctors .section-title {
  text-align: center;
}
.department-doctors .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  padding-bottom: 0px;
  color: #000000;
  margin-bottom: 40px;
}
.department-doctors .department-doctors-inn {
  padding: 25px;
  background-color: #eff2fb;
  height: 100%;
}
.department-doctors .department-doctors-inn .image {
  padding-bottom: 20px;
}
.department-doctors .department-doctors-inn .image img {
  width: 100%;
}
.department-doctors .department-doctors-inn .context {
  text-align: center;
}
.department-doctors .department-doctors-inn .context h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  padding-bottom: 5px;
  color: #002261;
  margin-bottom: 0;
}
.department-doctors .department-doctors-inn .context p {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: #3d3d3d;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.department-doctors .department-doctors-inn .context span {
  display: block;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #3d3d3d;
}
@media (max-width: 1200px) {
  .department-doctors .department-doctors-inn .context p {
    font-size: 17px !important;
  }
}
@media (max-width: 992px) {
  .department-doctors .section-title h2 {
    margin-bottom: 10px;
    font-size: 32px !important;
    line-height: 44px;
  }
  .department-doctors .department-doctors-inn .context h3 {
    font-size: 20px !important;
  }
  .department-doctors .department-doctors-inn .context p {
    font-size: 16px !important;
  }
}

.common-cta {
  background-color: #002261;
  position: relative;
  z-index: 5;
  padding: 30px 0px;
}
.common-cta.bg-black {
  background-color: #2a344f;
}
.common-cta.bg-black .context {
  padding-bottom: 20px;
  border-bottom: 1px solid #b1afaf;
  margin-bottom: 20px;
}
.common-cta.bg-black .context h2 {
  color: #ffffff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  padding-bottom: 0px;
  margin-bottom: 0;
}
.common-cta.bg-black .context p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 0px;
  margin-bottom: 0;
}
.common-cta.bg-black .cta-inn {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.common-cta.bg-black .cta-inn a {
  background-color: #b71b1c;
  color: #ffffff;
}
.common-cta .cta-inn {
  text-align: center;
}
.common-cta .cta-inn h2 {
  color: #ffffff;
  font-size: 26px;
  line-height: 42px;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 0;
  text-align: left;
}
.common-cta .cta-inn a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  padding: 10px 15px;
  color: #ffffff;
  border-radius: 5px;
  background-color: #b71b1c;
  display: inline-block;
}
.common-cta .cta-inn a i {
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.common-cta .cta-inn a:hover i {
  transform: translateX(5px);
}
@media (max-width: 1024px) {
  .common-cta.bg-black .context h2 {
    font-size: 32px !important;
    line-height: 40px;
  }
  .common-cta.bg-black .context p {
    font-size: 17px !important;
  }
  .common-cta .cta-inn h2 {
    font-size: 32px !important;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .common-cta.bg-black .context h2 {
    font-size: 28px !important;
    line-height: 38px;
  }
  .common-cta::before {
    background-size: cover;
  }
  .common-cta .cta-inn h2 {
    font-size: 28px !important;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .common-cta.bg-black .context h2 {
    font-size: 24px !important;
    line-height: 32px;
    text-align: left;
    padding-bottom: 0;
  }
  .common-cta.bg-black .cta-inn {
    flex-wrap: wrap;
  }
  .common-cta.bg-black .cta-inn h2 {
    padding-bottom: 0;
  }
  .common-cta .cta-inn h2 {
    font-size: 24px !important;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .common-cta .cta-inn h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
#commonForm #gform_confirmation_message_55 {
  background: #fff9;
  padding: 30px;
}
#commonForm #gform_confirmation_message_55 p {
  font-size: 17px;
  line-height: 26px;
}
.who-can-donate .context.context-right h3 {
  color: #fff;
}
.department-contact-details {
  background-color: #002261;
}
.department-contact-details h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  padding-bottom: 0px;
  color: #ffffff;
  margin-bottom: 20px;
}
.department-contact-details .contact-details-card a {
  color: #2b344e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: 1px solid #b71b1c;
  padding: 20px 20px;
  border-radius: 5px;
  background-color: #ffffff;
  display: block;
}
.department-contact-details .contact-details-card a i,
.department-contact-details .contact-details-card a svg {
  margin-right: 5px;
  color: #b71b1c;
  fill: #ffffff;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .department-contact-details h2 {
    font-size: 32px !important;
    line-height: 40px;
  }
}
.health-benefits.custom-spacing .container {
  max-width: 1360px;
}
/*-------------------------------------------------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 ---------------------- */
@media (max-width: 992px) {
  .row-reverse-lg {
    flex-direction: column-reverse;
  }
}
/* -------------------------- 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;
  }
}

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