@import url("https://db.onlinewebfonts.com/c/0b51833ff62e4af8acb5fd3e2bf59e97?family=SF+Pro+Display");

body {
  font-family: "SF Pro Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  background: #fbfbfb;
}

* {
  transition: all 0.3s ease-in-out;
  outline: 0;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}
.content-color {
  color: #999999;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  /*-webkit-appearance: none;*/
  box-shadow: none !important;
}

.header-top .navbar-brand {
  max-width: 170px;
}

.header-top i {
  padding: 10px;
  border: 1px solid black;
  border-radius: 50%;
}

.header-top i.fas.fa-map-marker-alt {
  padding: 10px 12px;
}

.header-social .fab {
  font-size: 20px;
  background: #707070;
  border: 1px solid #a7a7a7;
  color: #fff;
  padding: 8px;
  height: 35px;
  width: 35px;
  text-align: center;
}

.header-social .fab:hover {
  background: #ea8787;
  border: 1px solid #d9445c;
}

.header-social span {
  margin-left: 15px;
}

.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 0 15px -5px #ff0000;
}

.sticky-nav #header-nav {
  padding: 5px 0;
}

.northstar-header .navbar-brand {
  max-width: 180px;
  min-width: 150px;
}

.navbar-toggler {
  border-color: #ff0000;
  padding: 5px 10px;
}

.navbar-toggler .fa-bars {
  color: #ff0000;
  font-size: 20px;
}

#header-nav {
  padding-bottom: 25px;
  padding-top: 25px;
}

#header-nav .nav-link {
  padding: 0.2rem 1rem;
  color: #fff;
  text-decoration: none;
}

#header-nav .nav-link:hover,
#header-nav .nav-link:active,
#header-nav .nav-item.active .nav-link {
  color: #ff0000;
}

#header-nav hr {
  border-top: 1px solid #ff0000;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 10px 20px 1px #ff0000;
}

#header-nav .fa,
#header-nav span {
  color: #ff0000;
  float: left;
  text-transform: lowercase;
}

.bg-black {
  background: black;
}

a.nav-hover {
  padding: 0.2rem 0;
  color: #fff;
  text-decoration: none;
  display: block;
}

#header-nav .nav-hover:hover,
#header-nav .nav-hover:active,
#header-nav .nav-item.active .nav-hover,
a.nav-hover:hover {
  border-bottom: 1px solid white;
  margin-bottom: 1px;
}

.p-l-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.fa.fa-phone {
  transform: rotate(90deg);
}

.northstar-hero .hero-inner {
  background: url(../../images/backgrounds/northstar-home-healthcare-home.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-inner .hero-overlay {
  padding: 12% 0;
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0)
  );
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.btn-more a {
  background: #ff0000;
  color: #fff;
  text-decoration: none;
  border-radius: 35px;
}

.northstar-hero .hero-bottom,
.breadcrumb-bottom {
  background: url(../../images/backgrounds/hero-bottom.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 20px 0;
  margin-top: -30px;
  z-index: 2;
}

.hero-bottom img,
.breadcrumb-bottom img {
  margin-left: 22px;
  width: 50px;
}

.appointment {
  background: url(../../images/northstar-home-healthcare-appointment.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.appointment-inner {
  background: rgba(0, 0, 0, 0.6);
  padding: 7% 0;
}

.bdr-circle {
  padding: 15px;
  border: 1px solid #ffff;
  border-radius: 50%;
  font-size: 25px;
}

.appointment .fal.fa-calendar-alt {
  padding-right: 17px;
  padding-left: 17px;
}

.why-us .row:nth-child(2n + 1) {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.why-us .row:nth-child(2n + 1) .col-md-6 {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.service-icon {
  height: 57px;
  width: 57px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 15px;
}

.service-icon i {
  font-size: 22px;
}

.home-health-aid {
  background: linear-gradient(to right, #d0c3f1, #7b67e5);
}

.home-health-aid:hover {
  background: linear-gradient(to left, #d0c3f1, #7b67e5);
}

.skilled-nursing {
  background: linear-gradient(to right, #d9445c, #d97262);
}

.skilled-nursing:hover {
  background: linear-gradient(to left, #d9445c, #d97262);
}

.physical-therapy {
  background: linear-gradient(to right, #61dfe9, #78eaf4);
}

.physical-therapy:hover {
  background: linear-gradient(to left, #61dfe9, #78eaf4);
}

.occupational-therapy {
  background: linear-gradient(to right, #343670, #35889e);
}

.occupational-therapy:hover {
  background: linear-gradient(to left, #343670, #35889e);
}

.speech-therapy {
  background: linear-gradient(to right, #d05a74, #e893b8);
}

.speech-therapy:hover {
  background: linear-gradient(to left, #d05a74, #e893b8);
}

#services .breadcrumb {
  background: url(../../images/backgrounds/northstar-home-healthcare-services.png);
}

#why-us .breadcrumb {
  background: url(../../images/backgrounds/northstar-home-healthcare-why.png);
}

#about-us .breadcrumb {
  background: url(../../images/backgrounds/northstar-home-healthcare-about.png);
}

#contact-us .breadcrumb {
  background: url(../../images/backgrounds/northstar-home-healthcare-contact.png);
}

#career .breadcrumb {
  background: url(../../images/backgrounds/northstar-home-healthcare-career.png);
}

.breadcrumb {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  margin: 0;
  padding: 0;
  display: block;
}

.breadcrumb-inner {
  width: 100%;
  padding: 15% 0;
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0)
  );
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.single-service-content-1 {
  padding: 30px 0 0 30px;
}

.single-service-content-2 {
  padding: 0 30px 30px 0;
}

.border-left-top {
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}

.border-right-bottom {
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.border-bottom-row {
  border-bottom: 2px solid #e8e8e8;
}

.content-border-box {
  position: absolute;
  top: 0;
  left: 15px;
  border-top: 2px solid black;
  border-left: 2px solid black;
  height: 75%;
  width: 75%;
  border-radius: 4px 0 0 0;
}

.content-border-box-2 {
  position: absolute;
  bottom: 0;
  right: 15px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  height: 75%;
  width: 75%;
  border-radius: 0 0 4px 0;
}

.service-devider {
  border-bottom: 2px solid #d6d6d6;
}

.service-item {
  border: 1px solid #ff0000;
  padding: 5%;
}

/*About us*/

i.fal.fa-heart-rate {
  float: left;
  box-sizing: border-box;
  margin-right: 10px;
  padding: 3px 1px;
  border: 1.5px solid black;
  border-radius: 50%;
  color: red;
}

.ml-35p {
  margin-left: 45px;
}

/*Why Choose Us*/

.why-us-icon {
  float: left;
  box-sizing: border-box;
  margin-right: 10px;
  padding: 8px;
  /* border: 1.5px solid black; */
  border-radius: 50%;
  color: red;
}
.why-us-icon {
  float: left;
  box-sizing: border-box;
  margin-right: 10px;
  padding: 8px;
  /* border: 1.5px solid black; */
  border-radius: 50%;
  color: red;
}
/*contact us*/
.contact-input {
  border-radius: 35px;
  padding: 0.2rem 1.5rem;
}
.contact-devier {
  border-left: 2px solid #e0e0e0;
  height: 100%;
}

#contact-us .content-inner i.fa {
  padding: 15px;
  height: 50px;
  width: 50px;
  border: 1px solid #000;
  border-radius: 50px;
  margin: 0;
}

input[type="submit"] {
  background: #ff0000;
  color: #fff;
  text-decoration: none;
  border-radius: 35px;
}

/*Career*/

.read-more a {
  text-decoration: none;
  color: #6c757d;
}

.read-more a:hover {
  color: #ff0000;
}

.service-item p {
  font-size: 0.9rem;
}

.get-a-quote {
  padding-top: 10%;
}

.quote-inner {
  background: url(../../images/backgrounds/get-a-quote.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.get-a-quote h1 {
  font-size: 44px;
}

.quote-form {
  background: url(../../images/backgrounds/quote-form.png);
  background-repeat: no-repeat;
  background-size: 160%;
  background-position: center left;
}

.quote-form .form-control {
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  background: transparent;
  outline: 0;
  padding: 0 0 15px 0;
}

.quote-form .btn-submit {
  border: 0;
  background: #ff0000;
  outline: 0;
  padding: 10px 75px;
}

.welcome-sec .col-12 {
  overflow: hidden;
}

.welcome-sec .learn-more a {
  padding: 15px 80px;
  text-decoration: none;
  color: #fff;
  background: #ff0000;
  letter-spacing: 2px;
}

.northstar-footer {
  background: #000000
    url(../../images/footer/northstar-home-healthcare-footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-inner {
  background: #00000080;
  padding: 115px 0 15px 0;
}

.northstar-footer img {
  max-width: 250px;
}
.northstar-copyright {
  margin-top: 100px;
}

.northstar-quick-link li {
  list-style: none;
  float: none;
}

.northstar-quick-link a {
  color: #fff;
  text-decoration: none;
}

.northstar-quick-link a:hover {
  color: #ea8787;
}

.footer-social span {
  margin-right: 15px;
}

.footer-social span:last-child {
  margin-right: 0;
}

.footer-social .fab {
  font-size: 20px;
  background: rgba(7, 7, 7, 0.3);
  border: 1px solid #707070;
  color: #fff;
  padding: 8px;
  height: 35px;
  width: 35px;
  text-align: center;
}

.footer-social a:hover .fab {
  color: #ea8787;
  border: 1px solid #ea8787;
}

.page-content .content .col-md-6 {
  margin-bottom: 3rem;
}

.page-content .content .row .col-md-6:last-child {
  padding-right: 15px;
  padding-left: 10%;
}

#career .page-content .content .row:nth-child(2n + 1) .col-md-6:last-child,
#services .page-content .content .row:nth-child(2n + 2) .col-md-6:last-child {
  padding-right: 10%;
  padding-left: 15px;
}

#services .page-content .content .row:nth-child(2n + 2) {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

#services .page-content .content .row:nth-child(2n + 2) .col-md-6 {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

#career .page-content .content .row:nth-child(2n + 1) {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

#career .page-content .content .row:nth-child(2n + 1) .col-md-6 {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.block-title h5 {
  color: #ff0000;
}

.block-details .icon {
  width: 16px;
}

.block-details .icon.before {
  margin-top: -15px;
}

.block-details .icon.after {
  margin-top: 15px;
}

.block-btn a {
  color: #fff;
  background: #ff0000;
  text-decoration: none;
  padding: 3px 20px;
}

.content-promo {
  background: url(../../images/backgrounds/content-promo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.promo-inner {
  padding: 8% 0;
  background: rgba(0, 0, 0, 0.7);
}

.content-promo h1 {
  letter-spacing: 1.5px;
  line-height: 1.5;
}

.content-promo .btn-quote a,
#header-nav .btn-become-driver a {
  color: #fff;
  background: #ff0000;
  text-decoration: none;
  padding: 10px 40px;
}

.block-author p {
  color: #ff0000;
}

.technology-block,
.about-block {
  border: 1px solid #ff0000;
}

.about-seperator {
  max-width: 160px;
}

.about-count {
  max-width: 60px;
}

.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 500px;
}

.map-container > * {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.map-marker {
  position: absolute;
  max-width: 200px;
  left: 0;
  right: 0;
  top: 70px;
  height: auto;
}

.contact-inner {
  background: rgba(0, 0, 0, 0.7);
}

.contact-form {
  background: url(../../images/backgrounds/quote-form.png);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: center left;
}

.contact-form .form-control,
.application-form .form-control {
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  background: transparent;
  padding: 0 0 15px 0;
}

.contact-form .btn-submit,
.application-form .btn-submit {
  border: 0;
  background: #ff0000;
  color: #fff;
  outline: 0;
  padding: 10px 75px;
}

.application-form {
  box-shadow: 0 0 15px -10px #000;
}

.application-form label.col-12 {
  color: #ff0000;
}

.error {
  margin-bottom: 8px !important;
  margin-top: 8px !important;
  width: 100% !important;
  color: #ff2600;
}

@media screen and (min-width: 1200px) {
  .why-thumb img {
    max-width: 400px;
  }
}

@media screen and (min-width: 992px) {
}

@media screen and (max-width: 991px) {
  .sticky-nav .header-inner {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sticky-nav #header-nav {
    margin-top: 15px;
    padding-bottom: 50px;
  }
  
  #header-nav {
    position: relative;
  }

  .sticky-nav #header-nav .navbar-nav {
    margin-top: 25px;
  }

  .navbar-brand img {
    max-width: 50px;
  }

  .header-social {
    display: none;
  }

  #header-nav.show:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    height: 1px;
    background: #d9445c;
    box-shadow: 0 10px 20px 1px #d9445c;
  }

  #header-nav .nav-hover:hover,
  #header-nav .nav-hover:active,
  #header-nav .nav-item.active .nav-hover,
  a.nav-hover:hover {
    margin: 0;
    border: 0;
    color: #d9445c;
  }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 575px) {
}
