/*body{
 background:url("../images/lifewell-home.png")no-repeat;
 }
 .wrapper{
 opacity:0.5;
 }*/
.portfolio-content .container {
  margin: 0 auto;
  max-width: 1110px;
  width: 100%;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}

h2 {
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: -0.3px;
  font-family: "Proxima Nova Rg";
}
p {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
}
/*Banner*/
.lifewell-banner {
  margin-top:76px;
  padding: 20px 0;
}
.lifewell-content {
  margin-bottom: 30px;
}
.lifewell-logo {
  max-width: 220px;
  margin-bottom: 16px;
}
.lifewell-logo svg {
  width: 100%;
}
.lifewell-content p {
  color: #14151b;
  font-size: 2rem;
  line-height: 1.34;
  margin-top: -20px;
  margin-bottom: 26px;
  text-transform: capitalize;
}
.lifewell-list {
}
.lifewell-list li {
  display: inline-flex;
  color: #666;
  font-size: 1.6rem;
  padding: 5px 14px;
  font-weight: 500;
  margin: 0 10px 10px 0;
  line-height: normal;
  letter-spacing: 0.54px;
  border-radius: 43px;
  border: 1.5px solid #666;
  font-family: "Roboto", sans-serif;
}
.lifewell-graphic {
  max-width: 320px;
  margin: 0 auto;
  position: relative;
}
.health-wellness {
}
.fitness-txt {
  position: absolute;
  right: 10px;
  top: 18px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  border-radius: 43px;
  padding: 4px 14px;
  border: 1px solid #ffaf2b;
  background-color: #e83d4d;
  font-family: "Roboto", sans-serif;
}
.radius-line {
  position: absolute;
  left: -10px;
  bottom: 67px;
  width: 60px;
  height: 90px;
  border: 1px solid #b6afaf;
  border-radius: 137px;
}
.solid-line {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: -20px;
  height: 115px;
  width: 1px;
  background-color: #757474;
  transform: translateX(-50%);
}
.solid-line:after,
.solid-line:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 50%;
  border-radius: 50%;
  background-color: #14151b;
  transform: translateX(-50%);
}
.solid-line:after {
  bottom: 100%;
}
.solid-line:before {
  top: 100%;
}

/*Wellness Platform*/
.wellness-platform {
  background-color: #5dc4cb;
  padding: 100px 0 45px;
}
.wellness-img {
  text-align: center;
  margin-bottom: 30px;
}
.wellness-content {
}
.wellness-content h2 {
  margin-bottom: 24px;
}
.wellness-content p {
  font-size: 1.8rem;
  line-height: 1.37;
}
/*Performance*/
.performance-section {
  padding: 50px 0;
}
.performance-section .container {
  position: relative;
}
.performance-attachline {
  height: 32%;
  left: 16%;
  margin-top: 13px;
  transform: none;
  z-index: 1;
}
.performance-wrapper {
}
.performance-left {
  margin-bottom: 45px;
}
.performance-left h2 {
  margin-bottom: 0;
}
.performance-right {
}
/*Customer Gallery*/
.customer-block {
  position: relative;
}
.customer-block img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.expand-value {
  position: absolute;
  left: 60%;
  top: 50%;
  color: #fff;
  font-size: 3rem;
  max-width: 260px;
  width: 100%;
  padding: 15px;
  transform: translateY(-50%) translateX(-50%);
}
/*Web Portal*/
.web-section {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbfbfb+0,f5f5f5+100 */
  background: #fbfbfb; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #fbfbfb 0%,
    #f5f5f5 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #fbfbfb 0%,
    #f5f5f5 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #fbfbfb 0%,
    #f5f5f5 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.web-section .container {
  max-width: none;
  padding: 0;
}
.web-portal {
  justify-content: flex-end;
}
.app-content {
  padding: 25px 15px 0;
  max-width: 346px;
}
.app-content h2 {
  margin-bottom: 0;
}
.application-gallery {
  position: relative;
  padding-top: 65px;
}
.direction-portal {
  position: absolute;
  left: 39px;
  top: -20px;
  width: 70px;
  transform: rotate(271deg);
}
.direction-portal svg {
  width: 100%;
}
/* contact-us-section-start */
.contact-us {
  padding: 25px 0;
  text-align: center;
  border: 4px solid #0babc1;
}

.contact-info h2 {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-info p {
  margin-bottom: 15px;
}

.contact-info .btn {
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  background-color: #e42c38;
  padding: 20px;
  color: #fff;
  border-radius: 5px;
  font-size: 1.6rem;
  border: 2px solid transparent;
  transition: 0.3s all;
  font-weight: 700;
}
.contact-info .btn:hover {
  background-color: #f5f5f5;
  color: #14151b;
  border: 2px solid #e42c38;
}
/*Media*/
@media (min-width: 375px) {
  /*Customer Gallery*/
  .expand-value {
    font-size: 3.2rem;
    left: 63%;
  }
}

@media (min-width: 414px) {
  .lifewell-logo {
    max-width: 285px;
  }
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  /*Banner*/
  .lifewell-banner {
    padding: 40px 0;
  }
  .lifewell-content {
    width: 60%;
    margin-bottom: 0;
  }
  .lifewell-graphic {
    width: 30%;
    margin: 0;
    max-width: none;
  }
  .radius-line {
    left: -35px;
    bottom: 66px;
  }
  .solid-line {
    height: 140px;
  }
  /*Wellness Platform*/
  .wellness-content {
    width: 60%;
  }
  .wellness-img {
    width: 30%;
    margin-bottom: 0;
  }
  /*Performance*/
  .performance-left {
    width: 35%;
    margin-bottom: 0;
  }
  .performance-right {
    width: 55%;
  }
  /*Customer Gallery */
  .expand-value {
    max-width: 350px;
    font-size: 4.4rem;
  }
  .performance-attachline {
    height: 80%;
  }
  /*Web Portal*/
  .app-content {
    width: 310px;
    padding: 0 15px;
  }
  .application-gallery {
    width: calc(100% - 310px);
    padding-top: 0;
  }
  .direction-portal {
    transform: none;
    left: auto;
    right: 100%;
    top: -4px;
    width: 13%;
  }
  /* contact-us-section-start */
  .contact-us {
    padding: 50px 0;
    border: 8px solid #0babc1;
  }
  .contact-info {
    max-width: 845px;
    margin: auto;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 4.6rem;
  }
  /*Web Portal*/
  .app-content {
    padding: 180px 15px 0;
  }
  .direction-portal {
    right: 95%;
    top: 84px;
    width: 90px;
  }
  /* contact-us-section-start */
  .contact-us {
    padding: 60px 0 50px;
    border: 7px solid #0babc1;
  }
  .contact-info p {
    margin-bottom: 42px;
  }
  .contact-info .btn {
    padding: 16px 25px;
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  /*Banner*/
  .lifewell-banner {
    margin-top:65px;
    padding: 50px 0 70px;
  }
  .lifewell-logo {
    max-width: 350px;
    margin-bottom: 38px;
  }
  .lifewell-content {
    width: 50%;
  }

  .lifewell-content p {
    font-size: 2.4rem;
  }
  .lifewell-graphic {
    width: 35%;
  }
  .lifewell-list {
    max-width: 430px;
  }
  .radius-line {
    width: 101px;
    height: 134px;
    left: -78px;
    bottom: 136px;
  }
  .solid-line {
    height: 245px;
  }
  /*Wellness Platform */
  .wellness-platform {
    padding-bottom: 70px;
  }
  .wellness-img {
    width: 40%;
  }
  .wellness-content {
    width: 50%;
  }
  /*Performance*/
  .performance-section {
    padding: 75px 0;
  }
  .performance-right {
    width: 53%;
  }
  .performance-left {
    width: 31%;
  }
  .performance-attachline {
    height: 100%;
  }
  /*Customer Gallery*/
  .expand-value {
    max-width: 380px;
    left: 70%;
    font-size: 4.8rem;
  }
  /*Web Portal*/
  .direction-portal {
    width: 105px;
    top: 148px;
  }
  .direction-portal svg {
    width: 105px;
  }
  .app-content {
    max-width: none;
    width: 412px;
    padding: 250px 15px 0 63px;
  }
  /* contact-us-section-start */
  .contact-us {
    padding: 74px 0 68px;
    border: 10px solid #0babc1;
  }
}
@media (min-width: 1280px) {
}
@media (min-width: 1366px) {
  h2 {
    font-size: 7.2rem;
    letter-spacing: -1.5px;
  }
  /*Banner*/
  .lifewell-banner {
    padding: 11px 0 117px;
  }
  .lifewell-banner .container {
    max-width: 1312px;
  }
  .lifewell-wrapper {
    padding-right: 45px;
  }
  .lifewell-logo {
    max-width: 456px;
    margin-bottom: 74px;
  }
  .lifewell-content {
    padding-top: 66px;
    padding-right: 64px;
  }
  .lifewell-content p {
    font-size: 2.6rem;
    line-height: 1.2;
    margin-bottom: 34px;
  }
  .lifewell-list li {
    font-size: 1.8rem;
    padding: 8px 20px;
  }
  .radius-line {
    left: -70px;
    bottom: 109px;
  }
  .fitness-txt {
    right: 33px;
    top: 73px;
    padding: 10px 20px;
  }
  .solid-line {
    left: 42.3%;
    margin-top: -30px;
    height: 237px;
  }
  /*Wellness Platform*/
  .wellness-platform {
    padding: 120px 15px 119px 0;
  }
  .wellness-platform .container {
    max-width: 1180px;
  }
  .full-fledged {
    padding-left: 51px;
  }
  .wellness-content {
    width: 49%;
  }
  .wellness-content h2 {
    margin-bottom: 52px;
  }
  .wellness-content p {
    padding-right: 40px;
  }
  /*Performance*/
  .performance-section {
    padding: 159px 0 170px;
  }
  .performance-section .container {
    max-width: 1312px;
  }
  .performance-left {
    width: 40%;
  }
  .performance-right {
    width: 48%;
    padding-left: 5px;
  }
  .performance-attachline {
    left: 12.2%;
    margin-top: 117px;
    height: 572px;
  }
  /*Customer Gallery */
  .expand-value {
    font-size: 7.2rem;
    max-width: 550px;
    width: 100%;
    left: 70.2%;
    top: 52%;
  }
  /*Web Portal*/
  .web-portal {
    position: relative;
  }
  .application-gallery {
    width: 1136px;
  }
  .direction-portal {
    right: 98.3%;
    top: 182px;
  }
  .app-content {
    position: absolute;
    left: 4.3%;
    bottom: 121px;
    width: 379px;
    z-index: 1;
    padding: 0 20px 20px 20px;
  }
  .app-content h2 {
    font-size: 5.3rem;
  }
}
@media (min-width: 1440px) {
}
