@font-face {
  font-family: "Poppins-Black";
  src: url("../fonts/Poppins-Black.otf");
}
@font-face {
  font-family: "Poppins-BlackItalic";
  src: url("../fonts/Poppins-BlackItalic.otf");
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.otf");
}
@font-face {
  font-family: "Poppins-BoldItalic";
  src: url("../fonts/Poppins-BoldItalic.otf");
}
@font-face {
  font-family: "Poppins-ExtraBoldItalic";
  src: url("../fonts/Poppins-ExtraBoldItalic.otf");
}
@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("../fonts/Poppins-ExtraBold.otf");
}
@font-face {
  font-family: "Poppins-ExtraLight";
  src: url("../fonts/Poppins-ExtraLight.otf");
}
@font-face {
  font-family: "Poppins-ExtraLightItalic";
  src: url("../fonts/Poppins-ExtraLightItalic.otf");
}
@font-face {
  font-family: "Poppins-Italic";
  src: url("../fonts/Poppins-Italic.otf");
}
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.otf");
}
@font-face {
  font-family: "Poppins-LightItalic";
  src: url("../fonts/Poppins-LightItalic.otf");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.otf");
}
@font-face {
  font-family: "Poppins-MediumItalic";
  src: url("../fonts/Poppins-MediumItalic.otf");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.otf");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.otf");
}
@font-face {
  font-family: "Poppins-SemiBoldItalic";
  src: url("../fonts/Poppins-SemiBoldItalic.otf");
}
@font-face {
  font-family: "Poppins-Thin";
  src: url("../fonts/Poppins-Thin.otf");
}
@font-face {
  font-family: "Poppins-ThinItalic";
  src: url("../fonts/Poppins-ThinItalic.otf");
}

body {
  font-family: Poppins-Light;
}
.nb-bg {
  background-color: #fff;
}
.no-padding-top-bottom {
  /* padding-top: 0;
    padding-bottom: 0; */
  padding-top: 0.8rem;
  padding-bottom: 1.5rem;
}
.flex-nav {
  justify-content: space-between;
  display: flex;
  flex: 1;
}
.inner-head-bg {
  background-image: url("../imgs/inner_top.jpg");
  background-position: top left;
  background-repeat: repeat-x;
  /* background-attachment: fixed;
    background-size: cover;  */
  height: 390px;
  margin-bottom: 100px;
}
.inner-bottom-bg {
  background-image: url("../imgs/home_middle3.jpg");
  background-position: bottom left;
  background-repeat: repeat-x;
  /* background-attachment: fixed;
    background-size: cover; */
  height: 280px;
  margin-top: 50px;
}
.inner-bottom-head {
  font-size: 40px;
}
.inner-bottom-phone {
  font-size: 24px;
}
.programs {
  margin-top: 100px;
}
.footer {
  background-image: url("../imgs/footer_bg.jpg");
  font-weight:bold;
  background-position: bottom left;
  background-repeat: repeat-x;
  /* background-attachment: fixed;
    background-size: cover; */
  height: 416px;
  color: #fff;
  padding-top: 50px;
  font-family: Poppins-Light;
  font-size: 13px;
  background-color: #3b3e75;
}
.home-header {
  background-image: url("../imgs/mainmenustrip.png");
  background-position: top left;
  background-repeat: no-repeat;
}
.footer .text {
  font-family: Poppins-Light;
  font-size: 12px;
}
.footer h3 {
  font-family: Poppins-Regular;
  font-size: 15px;
}
.footer .foo1 {
  width: 30%;
  padding-right: 60px;
}
.footer .foo2 {
  width: 30%;
}
.footer .foo3 {
  width: 20%;
}
.footer .foo4 {
  width: 20%;
}
.home-banner {
  background-image: url("../imgs/home_orange_bg.png");
  background-position: top right;
  background-repeat: no-repeat;
  margin-top: -7.4rem;
}
.menu {
  margin-left: 240px;
}
.inner-head-item {
  height: 390px;
  color: #fff;
}
.service-bottom {
  height: 250px;
}
.service-bottom .inner-bottom-head {
  padding-top: 150px;
}
.inner-head-head {
  font-size: 50px;
  font-family: Poppins-Medium;
}
.inner-head-breadcrumb {
  font-size: 13px;
  font-family: Poppins-Medium;
}
.inner-content-head {
  font-family: Poppins-Medium;
  font-size: 42px;
  color: #081a31;
  margin-bottom: 50px;
  margin-top: 20px;
}
.inner-content {
  font-family: Poppins-Medium;
  font-size: 17px;
  color: #081a31;
  margin-top: 20px;
}
.inner-content .item {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.service-para {
  margin-top: 130px;
  margin-bottom: 75px;
}

.service-para p {
  margin-bottom: 30px;
}
.bottom-banner {
  background-image: url("../imgs/inner_btm_banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  /* background-attachment: fixed;
    background-size: cover; */
  height: 154px;
  border-radius: 10px;
}
.bottom-banner-head {
  color: #fff;
  font-family: Poppins-Regular;
  font-size: 35px;
  padding-left: 100px;
}
.bottom-banner-content {
  color: #fff;
  font-family: Poppins-Regular;
  font-size: 22px;
  padding-left: 100px;
}
.fcontact {
  padding-left: 50px;
}
.fcontact div {
  margin-top: 25px;
}
.fcontact img {
  margin-right: 20px;
}
.fqlinks a {
  display: block;
  margin-top: 10px;
  
  text-decoration: none;
  color: #fff;

}
.follow {
  padding-left: 60px;
}
.follow a {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  color: #fff;
}
.follow a span {
  margin-left: 25px;
}
.low {
  margin-top: 75px;
}
.low.line {
  border-top: 1px solid;
  padding-top: 25px;
}
.low .terms {
  text-align: right;
}
.home-banner-content {
  padding-top: 150px;
}
.home-banner-content-sub {
  margin-top: 100px;
}
.home-banner-content-sub img {
  margin-top: 55px;
}
.home-banner-content h1, .home-banner-content h2 {
  font-size: 40px;
  font-family: Poppins-Medium;
}
.first-img {
  margin-top: 55px;
}
.yellow {
  color: #ffad43;
}
.black {
  color: #253143;
}
.home-about {
  background-image: url("../imgs/home_abt_bg.jpg");
  background-position: top left;
  background-repeat: repeat-x;
  padding-top: 120px;
  text-align: justify;
  font-family: Poppins-Light;
  font-size: 16px;
  color: #1e1d1d;
  padding-bottom: 35px;
  background-color: #f0f5f9;
}
.home-about h1 {
  font-family: Poppins-SemiBold;
  font-size: 55px;
  color: #081a31;
  margin-top: 30px;
}
.home-about p {
  margin-top: 30px;
  line-height: 1.8;
}
.home-support {
  background-image: url("../imgs/home_mdle1_bg.jpg");
  background-position: top left;
  background-repeat: repeat-x;
  padding-top: 140px;
  color: #fff;
  position: relative;
  padding-bottom: 100px;
  background-color: #875ca4;
}
.home-support h1, .home-support h2 {
  font-family: Poppins-SemiBold;
  font-size: 42px;
  margin-bottom: 35px;
}
.img-develop {
  margin-top: 100px;
}
.home-support li {
  list-style: none;
  padding-bottom: 20px;
}
.home-support li img {
  padding-right: 10px;
}
/* .home-support .book-appointment {
    font-family: Poppins-Regular;
    font-size: 30px;
    margin-left: 100px;
    font-weight: bold;
}
.home-support .phone {
    font-size: 38px;
    margin-right: 100px;
    font-weight: bold;
} */
.snack {
  background-image: url("../imgs/home_call.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 150px;
  margin-bottom: -75px;
  border-radius: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.height150 {
  height: 150px;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  color: #1a1818;
  font-weight:bold;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #855ca5;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #855ca5;
}
.testimonial {
  margin-top: 150px;
}
.testimonial .testimonial-img {
  margin: 20px;
  padding: 20px;
}
.newsletter {
  font-family: Poppins-Regular;
  font-size: 23px;
}
.newsletter-input {
  width: 470px;
}
.input-group {
  margin-bottom: -15px;
}
.newsletter-input .form-control {
  border-bottom-left-radius: 25px;
  padding-left: 20px;
}
.newsletter-input .submit {
  color: #fff;
  background-color: #5fad56;
  border-top-right-radius: 25px;
  border-color: none;
}
.subscribe-text {
  padding: 14px 25px;
}
.fqlinks .mt25,
.follow .mt25 {
  margin-top: 25px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.hr {
  border-top: 5px solid #ffb555;
  width: 50px;
  margin: auto;
}
.referral {
  margin-top: 50px;
  margin-bottom: 100px;
}
.form {
  border: 1px solid #ccc;
  padding: 50px;
  background-color: #fbfbfb;
  box-shadow: 0 0 10px 5px #ccc;
  margin-bottom: 100px;
  font-size: 13px;
  color: #525355;
  font-family: Poppins-Light;
}
.form h3 {
  font-size: 24px;
  color: #525355;
  font-family: Poppins-Medium;
}
.form input,
.form textarea,
.form select {
  background-color: #fbfbfb;
  border: none;
  border-bottom: 1px solid #ccc;
  margin-top: 40px;
  width: 100%;
}
.form button {
  background-image: url("../imgs/submitbyn.png");
  background-repeat: no-repeat;
  width: 190px;
  height: 53px;
  padding: 10px 50px;
  border: navajowhite;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  color: #fff;
}
input[type="radio"] {
  width: 20px;
}
input[type="date"] {
  color: #525355;
}
.underline {
  border-bottom: 1px solid #ccc;
}
.no-underline {
  border-bottom: none !important;
}
.bottom-align {
  position: relative;
}
.bottom-align span {
  position: absolute;
  bottom: 0;
}
input:focus {
  outline: none !important;
}
.funding,
.policy {
  margin-top: 100px;
  margin-bottom: 100px;
}
.funding-source {
  padding: 50px;
}
.funding-source p,
.funding-source a {
  padding-top: 30px;
}
.funding-source a {
  color: #faa037;
}
.right-border {
  border-right: 1px solid #ccc;
}
.resource .item {
  position: relative;
  margin: 20px;
}
.resource .item .name {
  text-align: center;
  position: absolute;
  bottom: 25px;
  width: calc(100% - 20px);
  color: #faa037;
}
.resources {
  margin-bottom: 100px;
}
.navbar-light .navbar-nav .nav-link {
  font-family: Poppins-Light;
}
.mobile-only-appointment {
  background-color: #3a3d72;
  border-radius: 10px;
  padding: 20px;
  font-family: Poppins-Regular;
  font-size: 22px;
  text-align: center;
}
.mobile-only-appointment .phone {
  font-family: Poppins-Medium;
  font-size: 25px;
  text-align: center;
  margin-top: 20px;
}
.m-top-bottom-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.m-bottom-auto {
  margin-bottom: auto;
}
.mailto {
  color: #fff;
  text-decoration: none;
}
.mailto:hover {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .container {
    max-width: 87%;
  }
}

@media (max-width: 767.98px) {
  .home-banner-content {
    padding-top: 0;
  }
  /* .yellow {
        color: #FFF;
    } */
  .home-banner {
    background-image: none;
  }
  .navbar-brand {
    width: 250px;
  }
  .footer {
    height: 100%;
  }
  .follow {
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .fcontact {
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .mtop-40 {
    margin-top: 40px;
  }
  .newsletter-input {
    width: 100%;
  }
  .bottom-banner {
    background-color: #3a3d74;
    height: 100%;
  }
  .bottom-banner-head {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 30px;
  }
  .bottom-banner-content {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 15px;
  }
  .learn-more {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .service-bottom .inner-bottom-head {
    padding-top: 100px;
  }
  .inner-bottom-head {
    font-size: 30px;
  }
  .right-border {
    border: none;
  }
  .link {
    overflow-wrap: anywhere;
  }
  .medicare {
    margin-top: 50px;
    border-top: 1px solid #ccc;
    padding-top: 50px;
  }
  .ref-button {
    margin-top: 20px;
  }
  .home-header {
    background-image: none;
  }
  .low .terms {
    text-align: left;
    margin-top: 20px;
  }
  .referred-box {
    margin-top: 50px;
  }
}
.cpd {
  background-image: url('../imgs/bg_img.jpg');
  background-size:     cover;                    
  background-repeat:   no-repeat;
  background-position: center center;   
  color: #fff;
  padding: 60px 30px;
  font-family: Poppins-Light;
  margin-top: 60px;
}
.cpd-head {
  font-size: 42px;
  font-family: Poppins-Medium;
  text-align: center;
}
.yellow-head {
  color: #f79937;
}
.right-align {
  text-align: right;
}
.pr40 {
  padding-right: 40px;
}
.pl40 {
  padding-left: 40px;
}
.op {
  margin-top: 50px;
}
.position-head {
  text-align: center;
  font-family: Poppins-Medium;
  font-size: 42px;
  color: #081a31;
}
.op-yellow {
  display: flex;
  justify-content: space-between;
  background-color: #f79937;
  border-radius: 20px;
  padding: 5px 20px;
  color: #fff;
  margin-top: 50px;
  font-family: Poppins-Light;
}
.op-flex {
  display: flex;
  gap: 10px;
}
.op-box {
  margin-top: 30px;
  font-family: Poppins-Light;
}
.op-box-title {
  color: #f79937;
}
.op-box-bold {
  font-weight: bold;
}
.op-mail {
  color: #f79937;
  text-decoration: none;
}
.op-content1 {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.op-content2 {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.join-our-team {
  font-family: Poppins-Light;

}