.header .header_logo_box,
.default_sickty_heaad .header_logo_box {
  position: relative;
  max-width: 280px;
}

@media (max-width: 576px) {
  .header .header_logo_box,
  .default_sickty_heaad .header_logo_box {
    position: relative;
    max-width: 210px;
  }
}

.header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link {
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0;
  padding-top: 5px;
  font-weight: 600;
  color: var(--menu-color);
  font-family: var(--creote-family-one);
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

@media (min-width: 1196px) and (max-width: 1338px) {
  .header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link,
  .default_sickty_heaad
    .header_content_collapse
    .navigation_menu
    .navbar_nav
    li
    a.nav-link {
    font-size: 14px !important;
  }
}

.nav-link {
  display: block;
  padding: 15px 20px;
  position: relative; /* Relative positioning for the pseudo-element */
  text-decoration: none;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 50%; /* Start from the center */
  top: 0;
  width: 0;
  height: 2px; /* Border height */
  background-color: var(--menu-color);
  transition: width 0.4s ease-in-out, left 0.4s ease-in-out; /* Smooth transition for width and left position */
}

.nav-link:hover::after,
.menu-item.active333 .nav-link::after {
  width: 100%; /* Expands to the full width */
  left: 0; /* Move left to align with the start of the text */
}

.dropdown-menu .nav-link::after {
  height: 0px; /* Border height */
  background-color: var(--text-color-dark) !important;
}

.faq_section.type_two .faq_header {
  padding: 15px 70px 12px 20px !important;
}

.list-group-item:hover {
  background: #ffeeaf;
}

.iws-blue-link {
  color: var(--menu-color);
}

.iws-content-title {
  color: #e50e52;
  font-size: 24px;
  text-transform: uppercase;
}

.iws-content-title {
  display: inline-block;
  position: relative;
  font-size: 24px; /* Adjust as needed */
  font-weight: bold; /* Optional, adjust styling */
}

.iws-content-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px; /* Adjust spacing between text and border */
  width: 100%;
  height: 2px;
  background-color: var(--menu-color); /* Change color as needed */
}
@media (max-width: 1100px) {
  .iws-content-title {
    display: block;
    margin: auto;
    width: fit-content;
  }
}

.fs-24 {
  font-size: 24px !important;
}

.home-pd_bottom_80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .home-pd_bottom_80 {
    padding-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .slider.style_one .slide-item-content .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
  }
}

.slider_version_v3.style_one .slide-item-content .slider_content {
  min-height: 334px !important;
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li a.nav-link {
  font-size: 19px;
}

@media (max-width: 550px) {
  .team-sections .border-box {
    padding: 30px 0px;
  }
}

@media (max-width: 768px) {
  /* Adjust the max-width value as needed for your design */
  .description_box p {
    text-align: justify;
    hyphens: auto; /* Allow browser to automatically hyphenate */
    -webkit-hyphens: auto; /* Safari support */
    -moz-hyphens: auto; /* Firefox support */
  }
}

.footer-logo-bg {
  background: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 10px;
}
