@media (max-width: 950px) {
  nav.nhsp-desktop-menu {
    display: none;
  }
}
nav .nhsp-pre-navbar {
  height: 150px;
  display: flex;
  align-items: center;
}
nav .nhsp-pre-navbar .nhps-navbar-phone {
  font-size: 26px;
  font-weight: 600;
  color: #2c9488 !important;
}
nav .nhsp-pre-navbar .nhps-navbar-phone:hover {
  background: none !important;
}
nav .nhsp-pre-navbar .nav-link {
  color: black;
  padding: 8px 12px;
}
nav .nhsp-pre-navbar .nav-link:hover {
  background: rgba(0, 173, 255, 0.54) !important;
  color: white !important;
}
nav .nhsp-main-navbar {
  height: 90px;
  background-color: #0f1f75;
  color: white !important;
  display: flex;
  align-items: center;
}
nav .nhsp-main-navbar a {
  color: white;
}
nav .nhsp-main-navbar .nhsp-nav-link:focus {
  outline: none;
}
nav .nhsp-main-navbar .nhsp-nav-link:after {
  display: none;
}
nav .nhsp-main-navbar .nhsp-nav-link:hover {
  background: #e3e8e9;
  color: black;
}
nav .nhsp-main-navbar .nhsp-nav-link.-hovered, .sub-menu:hover ~ nav .nhsp-main-navbar .sub-menu:hover ~ nav .nhsp-main-navbar .nhsp-nav-link.sub-menu, nav .nhsp-main-navbar .nhsp-nav-link.sub-menu:hover {
  background-color: #e3e8e9;
  color: #000;
}
nav .nhsp-main-navbar .sub-menu {
  background-color: #e3e8e9;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: none !important;
}
nav .nhsp-main-navbar .sub-menu .first-sub-menu-wrapper {
  padding: 50px;
  min-height: 390px;
}
nav .nhsp-main-navbar .sub-menu .first-sub-menu-wrapper .first-sub-menu-left-side .col-md-8, nav .nhsp-main-navbar .sub-menu .first-sub-menu-wrapper .first-sub-menu-left-side .third-sub-menu {
  height: -webkit-fill-available;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
nav .nhsp-main-navbar .sub-menu .first-sub-menu-wrapper .first-sub-menu-left-side .col-md-8::-webkit-scrollbar, nav .nhsp-main-navbar .sub-menu .first-sub-menu-wrapper .first-sub-menu-left-side .third-sub-menu::-webkit-scrollbar {
  width: 5px;
}
nav .nhsp-main-navbar .sub-menu .first-sub-menu-wrapper .first-sub-menu-left-side .col-md-8::-webkit-scrollbar-track, nav .nhsp-main-navbar .sub-menu .first-sub-menu-wrapper .first-sub-menu-left-side .third-sub-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #d1d1d1;
  border-radius: 10px;
}
nav .nhsp-main-navbar .sub-menu .first-sub-menu-wrapper .first-sub-menu-left-side .col-md-8::-webkit-scrollbar-thumb, nav .nhsp-main-navbar .sub-menu .first-sub-menu-wrapper .first-sub-menu-left-side .third-sub-menu::-webkit-scrollbar-thumb {
  background: #b4b4b4;
  border-radius: 10px;
}
nav .nhsp-main-navbar .sub-menu .first-sub-menu-wrapper .first-sub-menu-left-side .col-md-8::-webkit-scrollbar-thumb:hover, nav .nhsp-main-navbar .sub-menu .first-sub-menu-wrapper .first-sub-menu-left-side .third-sub-menu::-webkit-scrollbar-thumb:hover {
  background: #d1d1d1;
}
nav .nhsp-main-navbar .sub-menu .first-sub-menu-wrapper .first-sub-menu-right-side h4 {
  letter-spacing: 0.1rem;
  padding-bottom: 25px;
  border-bottom: 2px solid #626365;
  color: #000 !important;
}
nav .nhsp-main-navbar .sub-menu .third-sub-menu {
  min-height: 300px;
  top: 0;
  padding: 0;
  transform: translate(100%, 0);
  width: 140%;
  left: -40%;
}
nav .nhsp-main-navbar .sub-menu .third-sub-menu a {
  color: black;
}
nav .nhsp-main-navbar .sub-menu .second-menu-item h5, nav .nhsp-main-navbar .sub-menu .second-menu-item span {
  color: black !important;
}

.nav .header {
  height: auto !important;
}
.nav .header .login .dropdown-arrow {
  background-color: #0f1f75 !important;
}
.nav .header .login .dropdown-menu {
  left: -726px;
}
.nav li .dropdown-menu {
  display: none;
}
.nav li:hover .dropdown-menu {
  display: block;
}

.nhsp-mobile-menu {
  height: 70px;
  padding: 0 0 0 16px;
  z-index: 40;
}
.nhsp-mobile-menu hr {
  width: 100%;
  height: 2px;
  border-width: 0;
  color: gray;
  background-color: gray;
}
.nhsp-mobile-menu .navbar-brand .nhsp-logo {
  max-height: 50px;
}
.nhsp-mobile-menu .-main-link {
  font-weight: bold;
  margin-top: 10px;
}
.nhsp-mobile-menu .-mobile-sub-menu-go-back, .nhsp-mobile-menu .-mobile-login-sub-menu-go-back {
  display: flex;
  align-items: center;
  min-height: 50px;
  border-bottom: 2px solid gray;
  color: #04368e !important;
}
.nhsp-mobile-menu .-mobile-sub-menu-go-back svg, .nhsp-mobile-menu .-mobile-login-sub-menu-go-back svg {
  width: 13px;
  margin-right: 10px;
  fill: #04368e !important;
}
.nhsp-mobile-menu .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #B6B6B6;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}
.nhsp-mobile-menu .navbar-toggler {
  display: flex;
  align-items: center;
  height: 100%;
  border: none;
  background-color: #04368e;
  border-radius: 0;
  background-image: none !important;
}
.nhsp-mobile-menu .navbar-toggler:focus {
  outline: none;
}
.nhsp-mobile-menu .navbar-toggler .navbar-toggler-icon {
  height: fit-content;
}
.nhsp-mobile-menu .navbar-toggler .navbar-toggler-icon span {
  width: 100%;
}
.nhsp-mobile-menu .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 20% 150%;
}
.nhsp-mobile-menu .navbar-toggler .middle-bar {
  opacity: 0;
}
.nhsp-mobile-menu .navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 20% -20%;
}
.nhsp-mobile-menu .navbar-toggler .icon-bar {
  height: 3px;
  background-color: #fff;
}
.nhsp-mobile-menu .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.nhsp-mobile-menu .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.nhsp-mobile-menu .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.nhsp-mobile-menu .nhsp-mobile-dropdown-menu, .nhsp-mobile-menu .nhsp-mobile-dropdown-sub-menu {
  position: relative;
  overflow-x: hidden;
}
.nhsp-mobile-menu .nhsp-mobile-dropdown-menu.show, .nhsp-mobile-menu .show.nhsp-mobile-dropdown-sub-menu {
  height: 100vh;
}
.nhsp-mobile-menu .nhsp-mobile-dropdown-menu .first-step, .nhsp-mobile-menu .nhsp-mobile-dropdown-sub-menu .first-step {
  min-height: 45px;
  background-color: #04368e;
  color: #fff !important;
}
.nhsp-mobile-menu .nhsp-mobile-dropdown-menu .first-step svg, .nhsp-mobile-menu .nhsp-mobile-dropdown-sub-menu .first-step svg {
  width: 15px;
}
.nhsp-mobile-menu .nhsp-mobile-dropdown-menu .first-step .nav-item, .nhsp-mobile-menu .nhsp-mobile-dropdown-sub-menu .first-step .nav-item {
  font-size: 14px;
}
.nhsp-mobile-menu .nhsp-mobile-dropdown-menu .first-step *, .nhsp-mobile-menu .nhsp-mobile-dropdown-sub-menu .first-step * {
  color: #fff !important;
}
.nhsp-mobile-menu .nhsp-mobile-dropdown-menu .second-step, .nhsp-mobile-menu .nhsp-mobile-dropdown-sub-menu .second-step {
  background-color: #e3e8e9;
}
.nhsp-mobile-menu .nhsp-mobile-dropdown-menu .second-step .nav-link, .nhsp-mobile-menu .nhsp-mobile-dropdown-sub-menu .second-step .nav-link {
  color: #000;
}
.nhsp-mobile-menu .nhsp-mobile-dropdown-sub-menu {
  top: 45px !important;
  position: absolute !important;
  width: 100% !important;
}

.nhsp-mobile-bellow-menu {
  min-height: 45px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #e3e8e9;
}
.nhsp-mobile-bellow-menu a {
  color: gray;
  font-size: 14px;
  margin-right: 5px;
}
.nhsp-mobile-bellow-menu a.nhps-navbar-phone {
  color: #2c9488 !important;
  font-weight: bold;
  font-size: 14px;
  margin-right: 0;
}
.nhsp-mobile-bellow-menu a.nhps-navbar-phone svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  fill: #2c9488 !important;
}
.nhsp-mobile-bellow-menu a:hover {
  text-decoration: none;
}

.nhsp-mobile-menu-overlay {
  display: none;
  width: 100vw;
  height: 100%;
  position: fixed;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
}

:root {
  --animate-duration: 0.7s;
}

.nav .header .login .card .card-text {
  font-size: 14px !important;
}

.btn-nhs-primary-submit {
	background-color: rgb(193, 0, 113) !important;
}

.nhsp-footer-wrapper {
  bottom: 0;
  width: 100%;
  height: fit-content;
  background-color: #e3e9e9 !important;
}
.nhsp-footer-wrapper .footer-copyright .-cp-right {
  display: flex;
  align-items: center;
}
.nhsp-footer-wrapper .footer-copyright .-cp-right span {
  font-size: 12px;
  margin: 5px auto;
}
.nhsp-footer-wrapper h5 {
  color: #000 !important;
}
.nhsp-footer-wrapper .-link-wrapper {
  padding: 45px 0px;
}
@media only screen and (max-width: 768px) {
  .nhsp-footer-wrapper .-link-wrapper {
    padding: 0;
  }
}
.nhsp-footer-wrapper .-link-wrapper .-mobile-collpase-button {
  text-align: left;
}
.nhsp-footer-wrapper .-link-wrapper .-mobile-collpase-button button {
  width: 100%;
  text-align: left;
  border: none;
  background-color: transparent;
  color: #000 !important;
  font-weight: bold;
  font-size: 24px;
}
.nhsp-footer-wrapper .-link-wrapper .-mobile-collpase-button button:not(.collapsed) svg {
  transform: rotate(180deg);
  animation: spin-down ease 0.5s;
}
.nhsp-footer-wrapper .-link-wrapper .-mobile-collpase-button button.collapsed svg {
  transform: rotate(0deg);
  animation: spin-up ease 0.5s;
}
.nhsp-footer-wrapper .-link-wrapper .-mobile-collpase-button button svg {
  width: 20px;
  float: right;
  margin-right: 20px;
}
@keyframes spin-up {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes spin-down {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.nhsp-footer-wrapper .-link-wrapper .-mobile-collpase-button button:active, .nhsp-footer-wrapper .-link-wrapper .-mobile-collpase-button button:focus, .nhsp-footer-wrapper .-link-wrapper .-mobile-collpase-button button:hover, .nhsp-footer-wrapper .-link-wrapper .-mobile-collpase-button button:visited {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  background-color: transparent !important;
  color: #000 !important;
}
.nhsp-footer-wrapper .-link-wrapper .collapse .card-body, .nhsp-footer-wrapper .-link-wrapper .collapsing .card-body {
  background-color: #e3e9e9 !important;
  border: none;
}
.nhsp-footer-wrapper .-link-wrapper .-separated-hr {
  background-color: #000;
  width: 90%;
}
.nhsp-footer-wrapper .-link-wrapper .headline {
  font-size: 20px;
  color: black;
}
.nhsp-footer-wrapper .-link-wrapper .link {
  font-size: 16px;
  color: #000;
}
.nhsp-footer-wrapper .-link-wrapper .list-unstyled {
  max-height: 150px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.nhsp-footer-wrapper .-link-wrapper .list-unstyled li {
  width: max-content;
}
.nhsp-footer-wrapper .-link-wrapper .-registred {
  font-size: 14px;
}
.nhsp-footer-wrapper .-link-wrapper .social-media-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .nhsp-footer-wrapper .-link-wrapper .social-media-wrapper {
    display: block;
    margin-top: 10px;
  }
}
.nhsp-footer-wrapper .-link-wrapper .social-media-wrapper img {
  width: 43px;
  height: 43px;
}
@media only screen and (max-width: 768px) {
  .nhsp-footer-wrapper .-link-wrapper .social-media-wrapper img {
    margin-right: 5px;
    width: 30px;
    height: 30px;
  }
}
.nhsp-footer-wrapper .-link-wrapper .social-media-wrapper img:hover {
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.7ms;
}
.nhsp-footer-wrapper .-link-wrapper .-social .row {
  height: 100%;
}
.nhsp-footer-wrapper .-copy-right-wrapper {
  background-color: #eff4f5;
  height: 95px;
}
@media only screen and (max-width: 768px) {
  .nhsp-footer-wrapper .-copy-right-wrapper ul {
    display: block;
    padding: 0 20px;
    text-align: center;
  }
  .nhsp-footer-wrapper .-copy-right-wrapper ul li {
    display: inline-block;
  }
}
.nhsp-footer-wrapper .-copy-right-wrapper .link {
  font-size: 18px;
  color: #000;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .nhsp-footer-wrapper .-copy-right-wrapper .link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .nhsp-footer-wrapper .-copy-right-wrapper {
    background-color: transparent;
  }
}
.nhsp-footer-wrapper .-registred-mobile-v p {
  font-size: 12px;
}

.nhsp-carousel-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*.nhsp-carousel-wrapper {
  height: 550px;
}*/
/*.nhsp-carousel-wrapper .carousel-item {
  background-position: center;
  background-size: cover;
  height: 100%;
}*/
@media only screen and (max-width: 767px) {
  /*.nhsp-carousel-wrapper {
    height: 350px;
  }
  .nhsp-carousel-wrapper .carousel-item {
    padding: 20px 0;
  }*/
  .nhsp-carousel-wrapper .nhsp-carousel-control {
    display: none;
  }
  .nhsp-carousel-wrapper .carousel-item .text-summary {
    font-size: 1rem
  }
  .nhsp-carousel-wrapper .carousel-item h1{
    font-size: 1.5rem;     
  }
}
@media only screen and (max-width: 576px) {
    .nhsp-carousel-wrapper .carousel-item .text-summary {
        font-size: 0.8rem
    }

    .nhsp-carousel-wrapper .carousel-item h1 {
        font-size: 1.3rem;
    }
}

.nhsp-article-wrapper {
    background-position: center;
    background-size: cover;
}
.nhsp-article-wrapper .nhsp-article-carousel-wrapper {
  height: 400px;
  display: flex;
  align-items: center;
}
.nhsp-article-wrapper .nhsp-article-carousel-wrapper .carousel-inner {
  height: 80%;
}
.nhsp-article-wrapper .nhsp-article-carousel-wrapper .carousel-inner .col-md-4 {
  padding: 0 5px !important;
}
.nhsp-article-wrapper .nhsp-article-carousel-wrapper .carousel-inner .col-md-4 .article-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .nhsp-article-wrapper .nhsp-article-carousel-wrapper {
    height: auto;
  }
  .nhsp-article-wrapper .nhsp-article-carousel-wrapper .carousel-inner {
    padding: 10px 0;
  }
  .nhsp-article-wrapper .nhsp-article-carousel-wrapper .carousel-inner .col-md-4 {
    margin: 10px 0 !important;
    padding: 0 15px !important;
  }
}

.nhsp-green-bg {
  background-color: rgba(14, 161, 151, 0.9);
}

.nhsp-red-bg {
  background-color: rgba(176, 52, 124, 0.9);
}

.nhsp-blue-bg {
  background-color: rgba(21, 106, 187, 0.9);
}

.nhsp-gray-bg {
  background-color: #F2F6F7;
}

@media only screen and (max-width: 768px) {
  .nhsp-news-wrapper {
    padding: 0 20px;
  }
}

.-bg-image {
  background-size: cover;
  background-position: center;
  min-height: 370px;
}
@media only screen and (max-width: 768px) {
  .-bg-image {
    min-height: 250px;
    order: -1;
  }
}

.-content {
  min-height: 370px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .-content {
    padding: 20px;
    min-height: 250px;
  }
}
.-content .-headline {
  color: #023086 !important;
}
.-content .-link {
  width: max-content;
  padding: 10px 20px;
  background-color: #005EB8 !important;
}
.-content .-link svg {
  width: 15px;
  height: 20px;
}

/*# sourceMappingURL=index.css.map */
