/* styles.css */
body,
html {
  height: 100%;
}
html {
  font-size: 62.5%;
} /* =10px */
/*
 * Base structure
 */

a {
  text-decoration: none;
  color: #232323;
}
a:hover {
  color: #f1c803;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  background-color: #fff;
  padding-top: 127px;
  color: #09111c;
  transition: all 1s ease-in;
}
h1 {
  font-size: 6rem;
  color: #09111c;
  font-weight: 900;
}
h2,
.section-title {
  font-size: 5rem;
  color: #09111c;
  font-weight: 700;
}
h3 {
  font-size: 3.2rem;

  font-weight: 700;
}
.linktext {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
}
.linktext:hover {
  color: #ffb332;
}
.linktext:hover svg path {
  fill: #ffb332;
}
.navbar-expand-lg {
  flex-wrap: wrap;
  padding: 0;
}

.contact-links {
  display: inline-flex;
}
.contact-links a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
  font-weight: 500;
}
.top-links li a:hover,
.contact-links a:hover {
  color: #cd8e33;
}
.contact-links a img {
  margin-right: 5px;
}
.text-yellow {
  color: #ef4d25;
}
.text-blue {
  color: #002c6e;
}
.text22 {
  font-size: 2.2rem;
}
.blog-box {
  border: 1px solid #b2b2b2;
}
.blog-box a:hover {
  color: #f1c803;
}

.navbar {
  transition: padding 0.5s ease-in-out;
}
.scrolled-fixed-top {
  padding: 0;
}
.navbar-nav li {
  margin-right: 20px;
}
.navbar-nav .nav-link,
.login-link {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;

  position: relative;
  display: block;
}
.navbar-nav .nav-link:after {
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.login-link:hover,
.news-box:hover {
  color: #ef4d25;
}

.section-title {
  text-align: center;

  margin-bottom: 20px;
  color: #002147;
}
.text20 {
  font-size: 2rem;
}
.fw-medium {
  font-weight: 500;
}
.text28 {
  font-size: 2.8rem;
}
.fw-semi-bold {
  font-weight: 600;
}
.bg-green {
  background: #368239;
}
.bg-dark-green {
  background: #124f18;
}
.btn-primary {
  background-color: #ef4d25;
  border-color: #ef4d25;
  color: #fff;
}
.btn-primary:hover {
  background-color: #fff;
  border-color: #ef4d25;
  color: #ef4d25;
}
.btn-primary:hover svg path {
  fill: #545454;
}
.section {
  padding: 100px 0;
}
.connected {
  background: #ef4d25;
}
.navbar-brand img {
  transition: max-height 0.35s ease-out;
  max-height: 120px;
}

.text-green {
  color: #368239;
}
.footer {
  background-color: #1d529c;
  color: #fff;
  padding: 50px 0;
  padding-bottom: 10px;
}
.text-blue {
  color: #1d529c;
}
.footer h6 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 15px;
}

.footer a {
  color: #fff;
  text-decoration: none;
  display: block;
 
}
.footer .links-col a{
   margin-bottom: 15px;
}
.morelink {
  font-weight: 500;
  color: #1d529c;
}
.morelink:hover {
  font-weight: 500;
  color: #ef4d25;
}
.bg-orange {
  background: #ef4d25;
}
.footer a:hover {
  color: #ef4d25;
}
.btn {
  font-size: 1.8rem;
  padding: 12px 30px;
  font-weight: 500;
}
.section .btn {
  min-width: 270px;
}
.servebox {
  border: 1px solid #3c64bb;
  height: 100%;
  position: relative;
}
.servebox .morelink,
.servebox .btn {
  position: absolute;
  left: 15px;
  bottom: 10px;
}
.location-box {
  position: relative;
  padding-bottom: 40px;
}
.location-btn {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
}
.btn-outline-primary {
  border-color: #3c64bb;
  color: #3c64bb;
}
.btn-outline-primary:hover {
  border-color: #3c64bb;
  color: #fff;
  background: #3c64bb;
}
.btn-white {
  border-color: #fff;
  color: #ef4d25;
  background: #fff;
}
.btn-white:hover {
  border-color: #fff;
  color: #fff;
  background: #ef4d25;
}
.zoom-img {
  overflow: hidden;
  display: block;
}
.zoom-img img {
  transition: transform 0.2s;
  cursor: pointer;
}
.zoom-img img:hover {
  transform: scale(1.03) !important;
}
.social-links a {
  display: inline-block;
  margin: 0 5px;
}
.social-links a:hover svg path {
  fill: #cd8e33;
}
.ft-bottom {
  margin-top: 30px;
  border-top: 1px solid #2668b2;
  padding-top: 30px;
  font-size: 1.6rem;
  color: #fff;
}
.ft-bottom a {
  color: #fff;
}
.dropdown-menu {
  min-width: 100%;
  font-size: 1.8rem;
  background: #ef4d25;
  padding: 0;
}
.dropdown-menu li {
  margin-right: 0 !important;
}
.dropdown-item {
  padding: 5px;
  color: #fff;
  display: block;
}
.text24 {
  font-size: 2.2rem;
}

.text32 {
  font-size: 3.2rem;
}

.text40 {
  font-size: 4rem;
}

.form-control,
.form-select {
  font-size: 1.8rem;
  height: 60px;
}
.nav-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.bg-grey {
  background: #f5f5f5;
}
.review-box img {
  width: auto !important;
}
.practice-banner:before {
  display: none;
}
.review-box img.rounded-circle {
  width: 95px;
  height: 95px;
}
.stars {
  display: flex;
}
.review-box .stars {
  margin-top: 5px;
}
.reviews {
  padding: 0 50px;
}
.certified-carousel {
  margin: 0 60px;
}
.owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.owl-prev {
  margin-left: -50px;
}
.owl-next {
  margin-right: -50px;
}

.bg-yellow {
  background: #ef4d25;
}

.border-yellow {
  border-color: #cd8e33 !important;
}
.text-grey {
  color: #efefef;
}

.text30 {
  font-size: 3rem;
}
.team-box:hover {
  color: #cd8e33;
}
.banner-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-section .btn {
  padding: 15px 50px;
}
.banner-section,
.inner-banner-section {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.inner-banner-section {
  height: 445px;
}
.ft-bottom {
  font-size: 1.4rem;
}
.overlay {
  background: rgba(0, 0, 0, 0.6);
}
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item a {
  color: #fff;
}
.breadcrumb-item.active {
  color: #fed304;
}
.list-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-items li {
  background: url(images/circle.svg) no-repeat top 10px left;
  padding-left: 20px;
  margin-bottom: 10px;
}
.sidebar-links {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

.sidebar-links li a {
  display: block;
  padding: 10px 17px;
  color: #fff;
}
.sidebar-links li a:hover,
.sidebar-links li a.active {
  background: #fff;
  color: #ef4d25;
}
.page-item {
  margin: 0 5px;
}
.page-link {
  border: 1px solid #ef4d25 !important;
  border-radius: 50% !important;
  font-size: 1.8rem;
  font-weight: 600;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ef4d25;
}
.active > .page-link,
.page-link.active {
  background: #ef4d25;
  color: #fff;
}
.blog-links {
  background: #fff;
  line-height: 1.4;
  border: 1px solid #3c64bb;
  padding: 10px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #3c64bb;
}
.bg-ovarlay {
  background: rgba(0, 0, 0, 0.6);
}
.cta-secton {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.text-orange {
  color: #ef4d25;
}
@media (min-width: 1600px) {
  .scrolled-fixed-top .navbar-brand img {
    max-height: 80px;
  }
}

@media (min-width: 768px) {
  .banner-section {
    background: none !important;
  }
}
@media (max-width: 1600px) {
  body {
    padding-top: 88px;
  }
  .navbar-brand img {
    max-height: 80px;
  }
  .navbar-nav li {
    margin-right: 10px;
  }
  h1 {
  font-size: 5rem;
 
}
h2,
.section-title {
  font-size: 4rem;
 
}
  h3 {
    font-size: 2.8rem;
  }
  .navbar-right .btn {
    padding: 10px;
  }
  .navbar-nav .nav-link {
    font-size: 1.6rem;
  }
  .navbar-right .btn {
    font-size: 1.6rem;
  }
}
@media (max-width: 1365px) {
  .navbar-nav li {
    margin-right: 5px;
  }

  .navbar-nav .nav-link,
  .login-link {
    font-size: 1.6rem;
  }
  .navbar-right .btn,
  .header-top {
    font-size: 1.6rem;
  }
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4rem;
  }
}
@media (max-width: 1225px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.2rem;
  }
  .banner-section .text20 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 2.4rem;
  }
  .navbar-nav .nav-link {
    font-size: 1.4rem;
  }
  .navbar-right .btn {
    font-size: 1.4rem;
  }
}
@media (max-width: 1125px) {
  .text30 {
    font-size: 2rem;
  }
  body {
    padding-top: 68px;
  }
  .navbar-brand img {
    max-height: 60px;
  }
  .text24 {
    font-size: 2rem;
  }
  .text40 {
    font-size: 3rem;
  }
  .navbar-nav .nav-link {
    font-size: 1.2rem;
  }
  .navbar-right .btn {
    font-size: 1.4rem;
  }
  .footer {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 68px;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 3rem !important;
  }
  .banner-section {
    height: 500px;
  }
  .text40 {
    font-size: 2.4rem;
  }
  .banner-section br {
    display: none;
  }

  .section {
    padding: 50px 0;
  }
  .footer {
    text-align: center;
  }
  .inner-banner-section {
    height: 200px;
  }
  .navbar-nav .nav-link,
  .login-link {
    font-size: 1.8rem;
  }
}

/* ================= BLOG SECTION ================= */
.blog_sec {
  padding: 60px 0;
}

.blog_sec .blog_box {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 35px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

.blog_sec .blog_box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.blog_sec .blog_box .img {
  flex: 0 0 40%;
  max-width: 40%;
}

.blog_sec .blog_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_sec .blog_box .text {
  flex: 1;
  padding: 25px;
}

.blog_sec .blog_box .text h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog_sec .blog_box .text .data {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.blog_sec .blog_box .text .data time {
  color: #777;
}

.blog_sec .blog_box .text .data span {
  color: #1d9e66;
  font-weight: 600;
}

.blog_sec .blog_box .text .data span a {
  color: inherit;
}

.blog_sec .blog_box .text .data span a:hover {
  color: #005bb5;
}

.blog_sec .blog_box .text p {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 18px;
}

/* ================= BLOG RESPONSIVE ================= */
@media (max-width: 768px) {
  .blog_sec .blog_box {
    flex-direction: column;
  }

  .blog_sec .blog_box .img {
    max-width: 100%;
    flex: auto;
  }

  .blog_sec .blog_box .img img {
    height: 220px;
  }

  #sidebar {
    margin-top: 30px;
  }
}

/* ================= PAGINATION ================= */
.navigation {
  text-align: center;
  margin-top: 30px;
}

.navigation .nav_pagination {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.navigation .nav_pagination li a {
  display: block;
  padding: 10px 18px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

.navigation .nav_pagination li a:hover,
.navigation .nav_pagination li.active a {
  background: #1d9e66;
  color: #fff;
}

.navigation .nav_pagination li:last-child a {
  font-weight: 600;
}

/* ================= SIDEBAR ================= */
#sidebar {
  padding-left: 20px;
}

#sidebar .widget {
  background: #fff;
  padding: 60px 20px;
  margin-bottom: 30px;
  border-radius: 12px;
  /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06); */
  transition: 0.3s;
}

#sidebar .widget:hover {
  /* box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1); */
}

#sidebar .widget-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #111;
  position: relative;
  padding-bottom: 8px;
}

#sidebar .widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #1d9e66;
  border-radius: 3px;
}

#sidebar ul {
  list-style: none;
  padding: 0;
}

#sidebar ul li {
  margin-bottom: 12px;
}

#sidebar ul li a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

#sidebar ul li a:hover {
  color: #1d9e66;
  padding-left: 4px;
}

/* ================= SEARCH FORM ================= */
#searchform div {
  display: flex;
  gap: 8px;
}

#searchform input[type="text"] {
  flex: 1;
  padding: 10px 14px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

#searchform input[type="text"]:focus {
  border-color: #1d9e66;
  box-shadow: 0 0 0 3px rgba(29, 158, 102, 0.15);
}

/* #searchform input[type="submit"] {
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  color: #fff;
  cursor: pointer;
} */

/* ================= BANNER ================= */
.banner {
  width: 100%;
  padding: 150px 0;
  background-image: url("https://mywebprovider.com/faeti.com/wp-content/uploads/2025/12/People-Patient-Handling-Course.webp");
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  color: #fff;
}

.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.banner .banner-text {
  position: relative;
  z-index: 2;
}

.banner h1 {
  font-size: 55px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .banner {
    padding: 100px 0;
  }

  .banner h1 {
    font-size: 34px;
  }
  .dropdown-menu {

display: block;

  }
}

@media (max-width: 480px) {
  .banner {
    padding: 80px 0;
  }

  .banner h1 {
    font-size: 28px;
  }
}
.page-id-482 #plasma_section2{
  display: none;
}