/* Bootstrap imports */
/***** Landing Urgent care styles *****/
#urgent .block {
  margin-bottom: 30px;
  position: relative;
}
#urgent .block .banner {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #urgent .block .banner {
    top: 0;
  }
}
@media (min-width: 1200px) {
  #urgent .block .banner {
    height: 100%;
  }
}
#urgent .block .banner .img-background {
  width: 100%;
  height: 300px;
  display: block;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}
@media (min-width: 768px) {
  #urgent .block .banner .img-background {
    height: 500px;
  }
}
@media (min-width: 992px) {
  #urgent .block .banner .img-background {
    height: 690px;
  }
}
#urgent .block .banner .caption {
  color: #ffffff;
  float: left;
  height: 100%;
  padding: 30px 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  #urgent .block .banner .caption {
    float: none;
    padding: 0;
    position: absolute;
  }
}
#urgent .block .banner .caption .content {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  width: 100%;
}
@media (min-width: 768px) {
  #urgent .block .banner .caption .content {
    position: absolute;
  }
}
#urgent .block .banner .caption .content .desc {
  text-align: center;
}
#urgent .block .banner .caption .content .desc h1,
#urgent .block .banner .caption .content .desc p {
  font-size: 35px;
  line-height: 37px;
}
@media (min-width: 992px) {
  #urgent .block .banner .caption .content .desc h1,
  #urgent .block .banner .caption .content .desc p {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (min-width: 992px) {
  #urgent .block .banner .caption .content .desc h1,
  #urgent .block .banner .caption .content .desc p {
    font-size: 65px;
    line-height: 67px;
  }
}
#urgent .block .banner .caption .content .desc h3 {
  font-size: 22px;
}
@media (min-width: 992px) {
  #urgent .block .banner .caption .content .desc h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #urgent .block .banner .caption .content .desc h3 {
    font-size: 26px;
  }
}
#urgent .block .banner .caption .content .desc p {
  margin: 20px 0 10px;
}
#urgent .block .banner .caption .content .desc ul {
  font-size: 20px;
  line-height: 22px;
  margin: 20px 0 10px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  #urgent .block .banner .caption .content .desc ul {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  #urgent .block .banner .caption .content .desc ul {
    font-size: 26px;
    line-height: 28px;
  }
}
#urgent .block .banner .caption .content .desc .bullets ul li {
  display: inline-flex;
  list-style: none;
  margin: 10px 0;
  width: 100%;
}
#urgent .block .banner .caption .content .desc .bullets ul li::before {
  content: '\e944';
  font-family: "icomoon" !important;
  font-size: 24px;
  margin-right: 10px;
}
#urgent .block .banner .caption .content .desc .circle ul li {
  list-style: none;
}
#urgent .block .banner .caption .content .desc .circle ul li::before {
  border: 1px solid #428524;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 7px;
  margin-right: 7px;
  vertical-align: middle;
  width: 7px;
}
#urgent .block .banner .caption .content .desc .btn-one {
  margin-top: 10px;
}
#urgent .block .banner .caption .content .call {
  margin-top: 20px;
}
#urgent .block .banner .caption .content .call a {
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 1px;
  padding: 15px 20px;
  width: auto;
}
@media (min-width: 992px) {
  #urgent .block .banner .caption .content .call a {
    font-size: 26px;
    line-height: 26px;
  }
}
#urgent .block .banner .caption .content ul {
  margin-top: 30px;
  padding-inline-start: unset;
  text-align: center;
}
#urgent .block .banner .caption .content ul li {
  display: inline-block;
  margin: 10px;
}
@media (min-width: 768px) {
  #urgent .block .banner .caption .content ul li {
    margin: 0 10px;
  }
}
#urgent #services {
  margin-bottom: 30px;
}
#urgent #services .intro {
  text-align: center;
}
#urgent #services .intro h2 {
  font-size: 4.5vmax;
  font-weight: bold;
  line-height: 40px;
}
@media (min-width: 992px) {
  #urgent #services .intro h2 {
    font-size: 3.5vmax;
    line-height: 4.2vmax;
  }
}
@media (min-width: 1200px) {
  #urgent #services .intro h2 {
    font-size: 2.5vmax;
    line-height: 3.2vmax;
  }
}
#urgent #services .intro p {
  font-size: 22px;
  margin: 20px 0 10px;
}
@media (min-width: 768px) {
  #urgent #services .intro p {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  #urgent #services .intro p {
    font-size: 24px;
  }
}
#urgent #services .note {
  text-align: center;
}
#urgent #services .note p {
  font-size: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  #urgent #services .note p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  #urgent #services .note p {
    font-size: 18px;
  }
}
#urgent #services .group {
  margin: 0;
}
@media (min-width: 768px) {
  #urgent #services .group {
    margin: 40px 0;
  }
}
#urgent #services .group .service {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #urgent #services .group .service {
    margin-bottom: 0;
  }
}
#urgent #services .group .service .img-responsive {
  margin: 0 auto;
}
#urgent #services .group .service .content {
  font-size: 16px;
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  #urgent #services .group .service .content {
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
  }
}
#urgent #services .group .service .content .name {
  margin-bottom: 2px;
  overflow: hidden;
}
#urgent #services .group .service .content .name a {
  color: #565856;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 992px) {
  #urgent #services .group .service .content .name a {
    font-size: 20px;
    line-height: 24px;
  }
}
#urgent #about {
  margin-bottom: 30px;
  padding: 30px 0;
  text-align: center;
}
#urgent #about h2 {
  font-size: 4.5vmax;
  font-weight: bold;
  line-height: 40px;
}
@media (min-width: 992px) {
  #urgent #about h2 {
    font-size: 3.5vmax;
    line-height: 4.2vmax;
  }
}
@media (min-width: 1200px) {
  #urgent #about h2 {
    font-size: 2.5vmax;
    line-height: 3.2vmax;
  }
}
#urgent #about p {
  font-size: 22px;
  margin: 20px 0 10px;
}
@media (min-width: 768px) {
  #urgent #about p {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  #urgent #about p {
    font-size: 24px;
  }
}
#urgent #section-1 {
  color: #ffffff;
}
#urgent #section-1 h1,
#urgent #section-1 p {
  font-size: 35px;
  line-height: 37px;
}
@media (min-width: 992px) {
  #urgent #section-1 h1,
  #urgent #section-1 p {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (min-width: 992px) {
  #urgent #section-1 h1,
  #urgent #section-1 p {
    font-size: 65px;
    line-height: 67px;
  }
}
#urgent #section-1 h3 {
  font-size: 22px;
}
@media (min-width: 992px) {
  #urgent #section-1 h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #urgent #section-1 h3 {
    font-size: 26px;
  }
}
#urgent #section-1 p {
  margin: 20px 0 10px;
}
#urgent #section-1 ul {
  font-size: 20px;
  line-height: 22px;
  margin: 20px 0 10px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  #urgent #section-1 ul {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  #urgent #section-1 ul {
    font-size: 26px;
    line-height: 28px;
  }
}
#urgent #section-1 .bullets ul li {
  display: inline-flex;
  list-style: none;
  margin: 10px 0;
  width: 100%;
}
#urgent #section-1 .bullets ul li::before {
  content: '\e944';
  font-family: "icomoon" !important;
  font-size: 24px;
  margin-right: 10px;
}
#urgent #section-1 .circle ul li {
  list-style: none;
}
#urgent #section-1 .circle ul li::before {
  border: 1px solid #428524;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 7px;
  margin-right: 7px;
  vertical-align: middle;
  width: 7px;
}
#urgent #section-1 .desc {
  color: #ffffff;
  padding: 20px 0;
}
@media (min-width: 768px) {
  #urgent #section-1 .desc {
    padding: 0;
  }
}
#urgent #section-1 .center {
  width: 100%;
}
#urgent #section-1 .h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
}
@media (min-width: 768px) {
  #urgent #section-1 .h2 {
    margin: 0 30px;
  }
}
@media (min-width: 992px) {
  #urgent #section-1 .h2 {
    font-size: 46px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  #urgent #section-1 .h2 {
    font-size: 56px;
    line-height: 58px;
  }
}
#urgent #section-1 .h3 {
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  #urgent #section-1 .h3 {
    margin: 15px 0 0;
  }
}
@media (min-width: 992px) {
  #urgent #section-1 .h3 {
    margin: 0;
  }
}
#urgent #section-1 ul {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 768px) {
  #urgent #section-1 ul {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  #urgent #section-1 ul {
    font-size: 24px;
    line-height: 30px;
  }
}
#urgent #section-1 .location {
  padding: 30px 0;
}
#urgent #section-1 .location .info {
  color: #565856;
  font-size: 16px;
  text-align: left;
}
@media (min-width: 768px) {
  #urgent #section-1 .location .info {
    font-size: 18px;
  }
}
#urgent #section-1 .location .info .h3 {
  border-bottom: 1px solid #bbbbbb;
  color: #055293;
  font-weight: bold;
  padding-bottom: 5px;
}
#urgent #section-1 .location .info .h3::after {
  color: #565856;
  display: inline-block;
  font-family: "icomoon" !important;
  font-size: 25px;
  position: absolute;
  right: 15px;
}
#urgent #section-1 .location .info .h3.ct::after {
  content: "\e930";
}
#urgent #section-1 .location .info .h3.fl::after {
  content: "\e931";
}
#urgent #section-1 .location .info .h3.nj::after {
  content: "\e932";
}
#urgent #section-1 .location .info .h3.tx::after {
  content: "\e933";
}
#urgent #section-1 .location .info span {
  display: block;
}
#urgent #section-1 .location .info span.label {
  color: #000000;
  font-size: 16px;
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  #urgent #section-1 .location .info span.label {
    font-size: 18px;
  }
}
#urgent #section-1 .location .info .icon {
  margin-left: 30px;
  margin-top: 15px;
}
#urgent #section-1 .location .info .icon::before {
  color: #055293;
  font-family: "icomoon" !important;
  font-size: 18px;
  left: 15px;
  margin-right: 7px;
  margin-top: -2px;
  position: absolute;
  vertical-align: middle;
}
#urgent #section-1 .location .info .icon.address::before {
  content: "\e939";
}
#urgent #section-1 .location .info .icon.hours::before {
  content: "\e938";
}
#urgent #section-1 .location .info .icon.insurance::before {
  content: "\e937";
}
#urgent #section-1 .location .links {
  margin-top: 20px;
}
#urgent #section-1 .location .links .call {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  #urgent #section-1 .location .links .call {
    margin-bottom: 0;
  }
}
#urgent #section-2 .content h1,
#urgent #section-2 .content p {
  font-size: 35px;
  line-height: 37px;
}
@media (min-width: 992px) {
  #urgent #section-2 .content h1,
  #urgent #section-2 .content p {
    font-size: 35px;
  line-height: 37px;
  }
}
@media (min-width: 992px) {
  #urgent #section-2 .content h1,
  #urgent #section-2 .content p {
    font-size: 35px;
  line-height: 37px;
  }
}
#urgent #section-2 .content h3 {
  font-size: 22px;
}
@media (min-width: 992px) {
  #urgent #section-2 .content h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #urgent #section-2 .content h3 {
    font-size: 26px;
  }
}
#urgent #section-2 .content p {
  margin: 20px 0 10px;
}
#urgent #section-2 .content ul {
  font-size: 20px;
  line-height: 22px;
  margin: 20px 0 10px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  #urgent #section-2 .content ul {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  #urgent #section-2 .content ul {
    font-size: 26px;
    line-height: 28px;
  }
}
#urgent #section-2 .content .bullets ul li {
  display: inline-flex;
  list-style: none;
  margin: 10px 0;
  width: 100%;
}
#urgent #section-2 .content .bullets ul li::before {
  content: '\e944';
  font-family: "icomoon" !important;
  font-size: 24px;
  margin-right: 10px;
}
#urgent #section-2 .content .circle ul li {
  list-style: none;
}
#urgent #section-2 .content .circle ul li::before {
  border: 1px solid #428524;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 7px;
  margin-right: 7px;
  vertical-align: middle;
  width: 7px;
}
#urgent #section-2 .content .h3 {
  font-weight: bold;
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  #urgent #section-2 .content .h3 {
    margin: 15px 0 0;
  }
}
@media (min-width: 992px) {
  #urgent #section-2 .content .h3 {
    margin: 0;
  }
}
#urgent #section-2 .content ul {
  font-size: 16px;
}
@media (min-width: 768px) {
  #urgent #section-2 .content ul {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #urgent #section-2 .content ul {
    font-size: 20px;
  }
}
#urgent #bullets {
  padding: 15px 0;
}
@media (min-width: 768px) {
  #urgent #bullets {
    padding: 30px 0;
  }
}
#urgent #bullets .h3 {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}
@media (min-width: 768px) {
  #urgent #bullets .h3 {
    font-size: 26px;
    line-height: 32px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  #urgent #bullets .h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
#urgent #bullets .circle ul {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #urgent #bullets .circle ul {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  #urgent #bullets .circle ul {
    font-size: 28px;
    line-height: 34px;
  }
}
#urgent #bullets .circle ul li {
  list-style: none;
  display: flex;
  margin-bottom: 10px;
}
#urgent #bullets .circle ul li::before {
  border: 2px solid #428524;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 10px;
  vertical-align: middle;
  width: 10px;
}
#urgent #section-3 .banner .img-background {
  background-position-x: 50%;
}
@media (min-width: 768px) {
  #urgent #section-3 .banner .img-background {
    background-position-x: center;
  }
}
#urgent #section-3 .banner .desc {
  color: #ffffff;
}
#urgent #section-4 {
  margin-bottom: 0;
}
#urgent #section-4 .banner .img-background {
  background-position-x: 55%;
}
@media (min-width: 768px) {
  #urgent #section-4 .banner .img-background {
    background-position-x: center;
  }
}
#urgent #section-4 .banner .desc {
  color: #ffffff;
}
#urgent #back-top {
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
#urgent #back-top::before {
  content: '\e934';
  color: #002e58;
  float: none;
  font-family: "icomoon" !important;
  font-size: 40px;
}
#urgent #back-top:hover::before {
  color: #428524;
}


#urgent #section-2 .content p.subtitle {
      font-size: 18px;
      line-height: 20px;
}
