@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
/*  @font-face {
  font-family: 'Lato', sans-serif;
  src: url(../../fonts/Gotham-Bold.ttf);
}

@font-face {
  font-family: Gotham-Black;
  src: url(../../fonts/Gotham-Black.otf);
}

@font-face {
  font-family: 'Lato', sans-serif;
  src: url(../../fonts/Gotham-Book.otf);
}

@font-face {
  font-family: Gotham-Medium;
  src: url(../../fonts/Gotham-Medium.ttf);
}

@font-face {
  font-family: Gotham-Light;
  src: url(../../fonts/GothamLight.ttf);
}

@font-face {
  font-family: GothamRoundedBold;
  src: url(../../fonts/GothamRoundedBold.ttf);
}

@font-face {
  font-family: GothamRounded-Medium;
  src: url(../../fonts/GothamRounded-Medium.otf);
}

@font-face {
  font-family: GothamRoundedLight;
  src: url(../../fonts/GothamRoundedLight.ttf);
}

@font-face {
  font-family: GothamRoundedBook;
  src: url(../../fonts/GothamRoundedBook.ttf);
}

@font-face {
  font-family: Gotham-Thin;
  src: url(../../fonts/Gotham-Thin.otf);
}

@font-face {
  font-family: Gotham-Ultra;
  src: url(../../fonts/Gotham-Ultra.otf);
}

@font-face {
  font-family: Gotham-XLight;
  src: url(../../fonts/Gotham-XLight.otf);
} */

body {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}

.banner-section {
  background-image: url(https://static.lenovo.com/ww/img/dc/campaigns/smarter-healthcare/images/hero-banner.jpg);
  background-size: cover;
  background-position: bottom center;
  height: 600px;
  padding: 7% 0px;
  background-repeat: no-repeat;
}

.banner-section h1 {
  /* font-family: 'Lato', sans-serif; */
  letter-spacing: -2px;
  font-size: 38px;
  color: #fff;
  line-height: 1.1;
  padding-bottom: 20px;
  font-weight: 800;
}

.banner-section p {
  font-size: 16px;
  /* font-family: 'Lato', sans-serif; */
  color: #fff;
}

.banner-section .cta-btn-banner {
  display: inline-block;
  padding-top: 20px;
}

.banner-section .cta-btn-banner a {
  /* font-family: 'Lato', sans-serif; */
  border: 2px solid #fff;
  padding: 8px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
}

.transforming-section {
  padding: 40px 0px 0px 0;
}

.transforming-section h2 {
  /* font-family: 'Lato', sans-serif; */
  letter-spacing: -1px;
  font-size: 35px;
  color: #000;
  padding-bottom: 10px;
  font-weight: 800;
}

.transforming-section p {
  font-size: 16px;
  color: #000;
}

.transforming-slider {
  padding-top: 30px;
}

.transforming-slider .card {
  background-color: #ECECEC;
  border: 0px solid;
}

.transforming-slider .item .card-body:nth-child(2) {
  min-height: 160px;
}

.transforming-slider .card-title {
  font-size: 25px;
  color: #000;
  font-weight: 800;
}

.transforming-slider a {
  color: #3E8DDD;
  font-size: 20px;
  font-weight: 800;
  padding: 0px;
  text-decoration: none;
}

.transforming-slider a i {
  padding-left: 5px;
  font-size: 18px;
  padding-top: 5px;
}

.owl-carousel .owl-prev img {
  position: absolute;
  left: -50px;
  top: 40%;
  /* background: #fff !important;  
    border-radius: 50px !important;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;*/
  display: block;
  cursor: pointer;
}

.owl-carousel .owl-next img {
  position: absolute;
  right: -50px;
  top: 40%;
  /* background: #fff !important;  
    border-radius: 50px !important;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s; */
  display: block;
  cursor: pointer;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #fff;
}

.owl-controls .owl-prev {
  background: #fff;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  -webkit-box-shadow: 3px 14px 25px -10px #92b4d0;
          box-shadow: 3px 14px 25px -10px #92b4d0;
  -webkit-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #3E8DDD !important;
}

.cta-section {
  background-color: #3E8DDD;
  padding: 50px 0px;
  color: #fff;
}

.cta-section h2 {
  color: #fff;
  font-weight: 700;
}

.cta-section p {
  color: #fff;
  font-size: 18px;
}

.cta-section .talk-btn {
  display: inline-block;
  padding-top: 20px;
}

.cta-section .talk-btn a {
  /* font-family: 'Lato', sans-serif; */
  border-radius: 5px;
  font-weight: 800;
  border: 2px solid #fff;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.accelerating-section {
  padding: 80px 0 40px 0px;
}

.accelerating-section h2 {
  font-size: 35px;
  font-weight: 800;
  padding-bottom: 20px;
}

.accelerating-section .acpg-btn {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
}

.accelerating-section .acpg-btn a {
  font-weight: 700;
  border-radius: 5px;
  border: 2px solid #3E8DDD;
  padding: 10px 15px;
  color: #3E8DDD;
  text-decoration: none;
  font-size: 17px;
}

.accelerating-section ul {
  list-style: none;
  padding: 0;
}

.accelerating-section li {
  padding-left: 1.5em;
  padding-top: 10px;
}

.accelerating-section li:before {
  content: "\f00c";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.5em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
  color: #3E8DDD;
}

.solving-humanity {
  padding: 0px 0 30px 0px;
}

.solving-humanity h2 {
  font-size: 35px;
  font-weight: 800;
  padding-bottom: 20px;
}

.solving-humanity .goast-base {
  background: url(https://static.lenovo.com/ww/img/dc/campaigns/smarter-healthcare/images/goast-base-bg.jpg);
  background-size: cover;
  background-position: top center;
  padding: 20px 0px;
}

.solving-humanity .goast-base h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  border-bottom: 2px solid #fff;
}

.solving-humanity .goast-base .icon-box {
  padding: 15px 0px;
  text-align: center;
}

.solving-humanity .goast-base .icon-box p {
  color: #fff;
  font-weight: 700;
  padding: 10px 0px 0px 0px;
  margin: 0px;
}

.solving-humanity .goast-text {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
}

.steps-section {
  padding: 60px 0px;
}

.steps-section .step-box {
  text-align: center;
  padding: 0 35px 20px;
}

.steps-section .step-box h2 {
  font-size: 30px;
  font-weight: 800;
  padding: 20px 0px;
}

.steps-section .step-box p {
  color: #505050;
}

.setps-section-mobile {
  padding: 0px 0 60px 0px;
  display: none;
}

.setps-section-mobile .step-box {
  text-align: center;
  padding: 0 25px 20px;
}

.setps-section-mobile .step-box img {
  width: 150px !important;
  height: auto;
  margin: 0 auto;
}

.setps-section-mobile .step-box h2 {
  font-size: 30px;
  font-weight: 800;
  padding: 20px 0px;
}

.setps-section-mobile .step-box p {
  color: #505050;
}

.social-media-section {
  background: #dcdcdc;
  padding: 20px 0px;
}

.social-media-section ul {
  margin: 0px;
}

.social-media-section li {
  display: inline-block;
  padding: 0 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: middle;
}

.social-media-section li a {
  font-size: 24px;
  color: #3E8DDD;
}

.mktoForm .mktoField {
  float: left;
  border: 2px solid #c4beb6;
  height: 38px;
}

@media (max-width: 768px) {
  .solving-humanity {
    padding: 0px 0 0px 0px;
  }

  .solving-humanity .goast-text {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .banner-section {
    background-image: url(https://static.lenovo.com/ww/img/dc/campaigns/smarter-healthcare/images/mobile-banner.jpg);
    background-size: cover;
    background-position: top center;
    height: 800px;
  }

  .banner-section h1 {
    font-size: 30px;
    letter-spacing: -2px;
    color: #fff;
    line-height: 1.1;
    padding-bottom: 0px;
  }

  .banner-section p {
    font-size: 16px;
    padding-right: 45px;
  }

  .banner-section .cta-btn-banner a {
    font-size: 13px;
    font-weight: 700;
  }

  .banner-section .pt-mobile-80 {
    padding-top: 80%;
  }

  .transforming-section {
    padding: 20px 0;
  }

  .accelerating-section {
    padding: 80px 0px 40px 0px;
  }

  .solving-humanity {
    padding: 0px 0 0px 0px;
  }

  .solving-humanity h2 {
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 20px;
  }

  .solving-humanity .goast-text {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .steps-section {
    display: none;
  }

  .setps-section-mobile {
    display: block;
  }

  .social-media-section ul {
    margin: 0px;
    text-align: center;
  }
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
/* Set width to make card deck cards 100% width */
/* Ipad Portrait*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .banner-section h1 {
    letter-spacing: -1px;
    font-size: 25px;
  }

  .banner-section .cta-btn-banner a {
    font-size: 12px;
  }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .banner-section h1 {
    letter-spacing: -1px;
    font-size: 35px;
  }

  .banner-section .cta-btn-banner a {
    font-size: 15px;
  }
}

@media (min-width: 1441px) {
  .banner-section {
    height: 700px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 590px;
  }
}