.section-title {
  margin-bottom: 30px;
}

.section-title h2 {
  font-family: var(--font-noto);
  text-align: center;
  font-size: 35px;
  color: #002f6d;
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .section-title h2 {
    font-size: 35px;
  }
}

@media (max-width: 1366px) {
  .section-title h2 {
    font-size: 28px;
  }
}

@media (max-width: 1200px) {
  .section-title h2 {
    font-size: 23px;
  }
}

@media (max-width: 1024px) {
  .section-title h2 {
    font-size: 20px;
  }
}

.services-8-boxes-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding: 80px 100px;
}

.services-8-boxes-container .box-item {
  background: rgba(243, 246, 242, 0.68);
  box-shadow: 0px 3px 6px #d9cfcf33;
  border: 1px solid #8ead89ad;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  transition: all .3s ease-out;
}

.services-8-boxes-container .box-item:hover {
  box-shadow: 0px 3px 9px 2px #8ead89b5;
}

.services-8-boxes-container .box-item>a.full-block-link+a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-indent: -999999px;
}

.services-8-boxes-container .box-item .icon-small {
  margin-bottom: 18px;
}

.services-8-boxes-container .box-item .icon-small img {
  height: 45px;
  object-fit: contain;
}

.services-8-boxes-container .box-item .content {
  height: calc(100% - 65px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.services-8-boxes-container .box-item .content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #002f6d;
  margin-bottom: 18px;
}

.services-8-boxes-container .box-item .content p {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #434343;
  margin-bottom: 18px;

  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.services-8-boxes-container .box-item .content a {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-green);
}

@media (max-width: 1366px) {
  .services-8-boxes-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 60px 50px;
  }

  .services-8-boxes-container .box-item .content h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .services-8-boxes-container .box-item .content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 12px;
  }

  .services-8-boxes-container .box-item .content a {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .services-8-boxes-container .box-item {
    padding: 25px 20px;
  }

  .services-8-boxes-container .box-item .icon-small img {
    height: 25px;
  }

  .services-8-boxes-container .box-item .content h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .services-8-boxes-container .box-item .content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .services-8-boxes-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .services-8-boxes-container {
    grid-template-columns: repeat(1, 1fr);
    padding: 25px 15px;
  }

  .services-8-boxes-container .box-item .icon-small img {
    height: 50px;
  }
}

/* PROCESS */

.process-container {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000039;
  padding: 25px 15px 70px 15px;
  margin-bottom: 80px;
  margin-left: 85px;
  margin-right: 85px;
}

.process-container .title-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 65px;
}

.process-container .title-sec h2 {
  font-family: var(--font-noto);
  font-size: 36px;
  line-height: 60px;
  color: #002f6d;
}

.process-container .title-sec p {
  font-size: 20px;
  line-height: 30px;
  color: #434343;
  margin-bottom: 0;
}

.process-container .type-of-development {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 135px;
}

.process-container .type-of-development .development-type-select {
  width: 350px !important;
  left: 0;
}

.process-container .type-of-development .bootstrap-select .dropdown-toggle,
.process-container .type-of-development .bootstrap-select .dropdown-toggle:hover,
.process-container .type-of-development .bootstrap-select .dropdown-toggle:focus {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #d8d8d88c;
  border: 1px solid #d1d0ce;
  padding: 10px 40px;
  border-radius: 8px;
}

.process-container .type-of-development .bootstrap-select .dropdown-toggle:focus,
.process-container .type-of-development .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.process-container .type-of-development .bootstrap-select .dropdown-toggle::after {
  border: none;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #444;
}

.process-container .type-of-development .icon {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #155a60;
}

.process-container .type-of-development .dropdown-item.active {
  background: transparent linear-gradient(90deg, #87b188 0%, #a1c3a8 64%, #a1c3a8 100%) 0% 0%;
}

.process-container .type-of-development .dropdown-item.active .icon {
  color: #fff;
}

.process-container .type-of-development .icon img {
  height: 18px;
  margin-right: 10px;
}

.process-container .timeline {
  margin: 40px 0;
}

.process-container .line_box {
  display: flex;
  margin-bottom: 40px;
}

.process-container .line_box h4 {
  font-size: 18px;
  color: #444;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 5px;
  height: 22px;
}

.process-container .line_box .timeline-item a {
  height: 30px;
  width: 30px;
  background: #002f6d;
  display: flex;
  position: relative;
  z-index: 2;
  border-radius: 100%;
  top: -43px;
  margin: 3px auto;
  cursor: pointer;
}

.process-container .timeline-item {
  flex: 1;
  text-align: center;
  position: relative;
}

.process-container .timeline-item:after {
  background-color: #87b187;
  bottom: 1.25em;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: 1;
}

.process-container .timeline-item:not(:first-child):before {
  bottom: 1.25em;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  width: 50%;
  z-index: 1;
  background-color: #87b187;
}

.process-container .timeline-item:last-child:after {
  /* width: 25%; */
  width: 0;
  left: 50%;
}

.process-container .timeline-item:last-child:before {
  width: 250px;
}

.process-container .timeline-title {
  height: 100%;
  margin-bottom: 10px;
  position: relative;
}

.process-container .timeline-item:last-child .timeline-title:after {
  border: solid #87b187;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  left: 235px;
  top: 36px;
  width: 15px;
  height: 15px;
}

.process-container .timeline-title.no-opacity {
  opacity: 0 !important;
}

.process-container .timeline-title.show-opacity {
  opacity: 1 !important;
}

.process-container .timeline-item:nth-child(even) .timeline-title h4 {
  /* transform: translateY(calc(100% + 50px)); */
  position: relative;
  top: 75px;
  transform: none !important;
}

.process-container .expanded-circle {
  background-color: #002f6d;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  z-index: 15;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 15px;
}

.process-container .expanded-circle .expanded-title {
  font-size: 16px;
  font-weight: 600;
}

.process-container .expanded-circle .expanded-para {
  font-size: 12px;
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .process-container {
    padding: 25px 15px 40px 15px;
    margin-bottom: 60px;
  }

  .process-container .title-sec {
    margin-bottom: 45px;
  }

  .process-container .title-sec h2 {
    font-size: 32px;
  }

  .process-container .title-sec p {
    font-size: 18px;
  }

  .process-container .timeline-item:nth-child(even) .timeline-title h4 {
    /* transform: translateY(calc(100% + 80px));
      white-space: pre; */
  }

  .process-container .timeline-item:last-child:before {
    width: 220px;
  }

  .process-container .timeline-item:last-child .timeline-title:after {
    left: 205px;
  }
}

@media (max-width: 1366px) {
  .process-container {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 45px;
  }

  .process-container .title-sec {
    margin-bottom: 35px;
  }

  .process-container .title-sec h2 {
    font-size: 25px;
  }

  .process-container .type-of-development .icon {
    font-size: 18px;
  }

  .process-container .title-sec p {
    font-size: 16px;
  }

  .process-container .timeline-item .timeline-title h4 {
    font-size: 16px;
  }

  .process-container .timeline-item:nth-child(even) .timeline-title h4 {
    top: 80px;
  }

  .process-container .expanded-circle {
    transform: translateY(-40%) scale(.85);
  }

  .process-container .timeline-item:last-child:before {
    width: 180px;
  }

  .process-container .timeline-item:last-child .timeline-title:after {
    left: 165px;
    top: 33px;
  }

  .process-container .line_box h4 {
    height: 19px;
  }
}

@media (max-width: 1200px) {
  .process-container .type-of-development .development-type-select {
    width: 300px !important;
  }

  .process-container .expanded-circle {
    width: 180px;
    height: 180px;
    top: 40px;
  }

  .process-container .expanded-circle .expanded-title {
    font-size: 14px;
  }

  .process-container .expanded-circle .expanded-para {
    font-size: 11px;
  }

  .process-container .line_box .timeline-item a {
    height: 25px;
    width: 25px;
  }

  .process-container .line_box h4 {
    font-size: 16px;
  }

  .process-container .type-of-development .icon {
    font-size: 16px;
  }

  .process-container .timeline-item:last-child:before {
    width: 160px;
  }

  .process-container .timeline-item:last-child .timeline-title:after {
    left: 145px;
    top: 46px;
  }

  .process-container .timeline-item .timeline-title h4 {
    font-size: 15px;
  }

  .process-container .line_box h4 {
    height: auto;
  }

  .process-container .timeline {
    transform: scale(.95);
  }
}

@media (max-width: 1024px) {
  .process-container .title-sec h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .process-container .title-sec p {
    font-size: 13px;
  }

  .process-container .timeline-item:last-child:before {
    width: 130px;
  }

  .process-container .timeline-item:last-child .timeline-title:after {
    left: 115px;
    top: 40px;
  }

  .process-container .timeline-item .timeline-title h4 {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .process-container .title-sec p {
    font-size: 12px;
  }

  .process-container .title-sec {
    margin-bottom: 20px;
  }

  .process-container .line_box h4 {
    font-size: 12px;
  }

  .process-container .timeline-item:nth-child(even) .timeline-title h4 {
    transform: none;
    white-space: normal;
    position: relative;
    top: 95px;
  }

  .process-container .timeline-item:last-child:before {
    width: 110px;
  }

  .process-container .timeline-item:last-child .timeline-title:after {
    left: 95px;
  }

  .process-container #medicalDevice .timeline-item:last-child .timeline-title:after {
    top: 56px;
  }
}

@media (max-width: 768px) {
  .process-container .title-sec {
    padding: 0 25px;
  }

  .process-container .title-sec p {
    text-align: center;
    line-height: 22px;
  }

  .process-container .type-of-development .development-type-select {
    width: 270px !important;
  }

  .process-container #medicalDevice .timeline-item:last-child .timeline-title:after {
    top: 70px;
  }
}

@media (max-width: 500px) {
  .process-container {
    margin: 0 15px 25px 15px;
    padding: 15px;
  }

  .process-container .line_box {
    flex-direction: column;
    margin-bottom: 0;
  }

  .process-container .timeline {
    margin-bottom: 0;
  }

  .process-container .timeline-item {
    padding: 45px 0;
  }

  .process-container .timeline-item:after {
    left: 50%;
    width: 85%;
    top: 33px;
    transform: translateX(-50%) rotate(90deg);
  }

  .process-container .timeline-item:not(:first-child):before {
    display: none;
  }

  .process-container .timeline-item .timeline-title h4 {
    position: relative !important;
    top: 0 !important;
    z-index: 2;
    background-color: #fff;
  }

  .process-container .line_box .timeline-item a {
    top: -65px;
    height: 20px;
    width: 20px;
  }

  .process-container .timeline-item:last-child:after {
    top: 10px;
    width: 190px;
  }

  .process-container .expanded-circle {
    width: 160px;
    height: 160px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }

  .process-container .expanded-circle .expanded-para {
    font-size: 10px;
    line-height: 14px;
    padding: 2px;
  }

  .process-container .expanded-circle .expanded-title {
    font-size: 13px;
    padding: 2px;
    margin-bottom: 4px;
  }

  .process-container .timeline-item:last-child .timeline-title:after {
    left: 50%;
    top: 50px;
    transform: rotate(45deg) translateX(-62%);
    width: 14px;
    height: 16px;
  }

  .process-container #medicalDevice .timeline-item:last-child .timeline-title:after {
    top: 50px;
  }

  .process-container .timeline-item:first-child:after {
    width: 40px;
    top: 40px;
  }

  .process-container .type-of-development {
    margin-bottom: 5px;
  }

    .process-container .title-sec h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;
    }

    .process-container .title-sec {
        margin-bottom: 15px;
    }

    .process-container .type-of-development .development-type-select {
        width: 100% !important;
    }

    .process-container .type-of-development .bootstrap-select .dropdown-toggle, .process-container .type-of-development .bootstrap-select .dropdown-toggle:hover, .process-container .type-of-development .bootstrap-select .dropdown-toggle:focus {
        padding: 10px 15px;
    }
    .process-container .timeline-item .timeline-title h4 {
        font-size: 16px;
    }
}

.related-content {
  padding: 65px 50px 0 50px;
}

.related-content .title-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 35px;
}

.related-content .title-sec h2 {
  font-family: var(--font-noto);
  font-size: 36px;
  line-height: 60px;
  color: #002f6d;
}

.related-content .owl-carousel .owl-stage {
  display: flex;
  margin: 0 auto;
}

.related-content .owl-carousel .owl-stage .item {
  height: 100%;
  padding: 15px;
}

.related-content .owl-carousel .owl-nav {
  width: 100%;
  position: absolute;
  top: 200px;
  display: flex;
  justify-content: space-between;
}

.related-content .owl-theme .owl-nav [class*="owl-"] {
  width: 60px;
  height: 60px;
  text-indent: -999999px;
  margin: 0;
}

.related-content .owl-theme .owl-nav .disabled {
  opacity: 0;
}

.related-content .owl-theme .owl-nav button.owl-prev {
  background: url(/-/media/WestPharma/Images/CorpDev/prev-arrow.svg) no-repeat 0 0 / contain;
  margin-left: -30px;
}

.related-content .owl-theme .owl-nav button.owl-next {
  background: url(/-/media/WestPharma/Images/CorpDev/next-arrow.svg) no-repeat 0 0 / contain;
  margin-right: -30px;
}

.related-content .card {
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0px 3px 6px #00000050;
  height: 100%;
  transition: all .3s ease-out;
}

.related-content .owl-carousel .owl-stage .item:hover .card {
  box-shadow: 0px 3px 10px 4px #60d1e070;
}

.related-content .card .card-body {
  padding-bottom: 35px;
}

.related-content .card .card-body>a.full-block-link+a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-indent: -999999px;
}

.related-content .card .card-title {
  font-size: 18px;
  font-weight: 600;
  color: #444444;
  line-height: 26px;
  text-align: center;
}

.related-content .card p {
  color: #626262;
  font-size: 16px;
  line-height: 24px;
}

.related-content .card a.learn-more {
  color: var(--primary-green);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
}

.related-content .card figure img {
  height: 120px;
  object-fit: contain;
}

.related-content .card {
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 20px;
}

.related-content .card .card-body {
  background: #effafc;
  border: 1px solid #60d1e0;
  border-radius: 20px !important;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  flex-direction: column;
}

.related-content .card .card-title {
  font-family: var(--font-noto);
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #002f6d;
  position: relative;
  margin-bottom: 30px;
}

.related-content .card .card-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -15px;
  left: 0;
  background-image: linear-gradient(to right, #68cae1 1%, #175187 78%, #002f6d);
}

.related-content-seperator {
  height: 4px;
  margin: 5px 0px;
  object-fit: contain;
  background-image: linear-gradient(to right, #68cae1 1%, #175187 78%, #002f6d);
}

.related-content.updated .card p {
  margin-top: 10px;
  color: #444;
}

.related-content .card .case-studies-download div {
  gap: 15px;
  align-items: center;
}

.related-content .card .case-studies-download div a {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-green);
  text-decoration: none;
}

.related-content .card .case-studies-download div img {
  width: auto;
}

@media (max-width: 1600px) {
  .related-content {
    padding: 65px 40px 0 40px;
  }

  .related-content .title-sec h2 {
    font-size: 33px;
  }

  .related-content .owl-carousel .owl-nav {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 1366px) {
  .related-content {
    padding: 75px 30px 0 30px;
  }

  .related-content .title-sec {
    margin-bottom: 15px;
  }

  .related-content .title-sec h2 {
    font-size: 28px;
    line-height: 0;
  }

  .related-content .card .card-title {
    font-size: 15px;
    line-height: 18px;
  }

  .related-content .card p {
    font-size: 12px;
    line-height: 18px;
  }

  .related-content .card a.learn-more {
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .related-content .card .card-title {
    font-size: 14px;
  }

  .related-content .card p {
    font-size: 13px;
  }

  .related-content .owl-carousel .owl-nav {
    top: 150px;
  }
}

@media (max-width: 1024px) {
  .related-content .title-sec h2 {
    font-size: 25px;
  }
}

@media (max-width: 1024px) {
  .related-content {
    padding: 30px 15px;
  }
}

@media (max-width: 500px) {
  .related-content .owl-carousel .owl-stage {
    display: block;
  }
  .related-content {
        padding: 0;
  }
  .related-content .title-sec h2 {
    font-size: 22px;
  }
  .related-content .owl-carousel .owl-stage .item {
    padding: 15px 15px 10px 15px;
}
  .related-content .card .card-body {
    padding-bottom: 20px;
}
}

.services-blogs-articles-subscribe .partner-submit-request {
  position: relative;
  padding: 30px 35px;
  background: rgb(246, 248, 248);
  background: linear-gradient(90deg,
      rgba(246, 248, 248, 1) 0%,
      rgba(222, 244, 247, 1) 50%,
      rgba(212, 237, 241, 1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-blogs-articles-subscribe .partner-submit-request h5 {
  margin-bottom: 0;
  font-size: 24px;
  color: #444;
  font-weight: 600;
  margin-right: 35px;
  position: relative;
  z-index: 2;
}

.services-blogs-articles-subscribe .partner-submit-request:before {
  background-image: url("../images/banner-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0.3;
}

.services-blogs-articles-subscribe .partner-submit-request .field-links a {
  font-size: 16px;
  font-weight: 700;
  border: 3px solid var(--primary-green);
  background: var(--primary-green);
  color: #fff;
  padding: 8px 30px;
  position: relative;
  z-index: 2;
  border-radius: 3px;
}

.services-blogs-articles-subscribe .partner-submit-request .field-links a:hover {
  color: var(--primary-green);
}

@media (max-width: 1600px) {
  .services-blogs-articles-subscribe .partner-submit-request h5 {
    font-size: 22px;
  }
}

@media (max-width: 1366px) {
  .services-blogs-articles-subscribe .partner-submit-request {
    padding: 35px 35px;
  }

  .services-blogs-articles-subscribe .partner-submit-request h5 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .services-blogs-articles-subscribe .partner-submit-request .field-links a {
    font-size: 14px;
    padding: 5px 25px !important;
  }

  .services-blogs-articles-subscribe .partner-submit-request {
    padding: 30px 35px;
  }

  .services-blogs-articles-subscribe .partner-submit-request h5 {
    font-size: 18px;
  }
}

@media (max-width: 490px) {
  .services-blogs-articles-subscribe .partner-submit-request {
    padding: 35px 15px;
    flex-direction: column;
  }

  .services-blogs-articles-subscribe .partner-submit-request h5 {
    font-size: 22px;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .services-blogs-articles-subscribe .partner-submit-request .field-links a {
    font-size: 14px;
    padding: 8px 20px;
    display: block;
  }

  .services-blogs-articles-subscribe .partner-submit-request h5 {
    font-size: 16px;
    text-align: center;
  }
}

.component.call-out.meet-your-milestone-subscribe .request-more-information {
  margin: 0;
  background: #fff;
  mix-blend-mode: multiply;
  -webkit-mask: none;
  mask: none;
  padding: 3rem 1rem !important;
}

.component.call-out.meet-your-milestone-subscribe .request-more-information .btn.success-btn {
  background: var(--primary-green);
  color: #fff;
}

.component.call-out.meet-your-milestone-subscribe .request-more-information .field-callout-description {
  font-size: 24px;
  color: #444;
  font-weight: 600;
}

.component.call-out.download-valor-brochure .request-more-information {
  margin: 0;
  background: transparent linear-gradient(90deg, #87b188 0%, #a1c3a8 64%, #e3f2fb 100%) 0% 0%;
  mix-blend-mode: multiply;
  -webkit-mask: none;
  mask: none;
  padding: 14px 15px !important;
}

.component.call-out.download-valor-brochure .request-more-information .field-callout-description {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.component.call-out.services-green-callout .request-more-information {
  background: rgb(214, 233, 214);
  background: linear-gradient(90deg,
      rgba(214, 233, 214, 1) 0%,
      rgba(243, 247, 242, 1) 50%,
      rgba(255, 255, 255, 1) 100%);
  padding: 20px 15px !important;
}

.component.call-out.services-green-callout .request-more-information {
  flex-direction: row !important;
}

.component.call-out.services-green-callout .request-more-information .primary-black-text,
.component.call-out.services-green-callout .request-more-information .primary-black-text h5 {
  margin-bottom: 0 !important;
}

.component.call-out.services-green-callout .request-more-information .field-callout-description {
  color: #444;
  font-weight: 600;
}

.component.call-out.services-green-callout .request-more-information .btn.success-btn {
  background: var(--primary-green);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: 3px solid var(--primary-green);
  padding: 8px 30px !important;
  position: relative;
  z-index: 2;
  margin-left: 30px;
}

@media (max-width: 1600px) {
  .component.call-out.download-valor-brochure .request-more-information .field-callout-description {
    font-size: 22px;
  }
}

@media (max-width: 1366px) {
  .component.call-out.download-valor-brochure .request-more-information .field-callout-description {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .component.call-out.services-green-callout .request-more-information {
    padding: 25px 15px !important;
  }

  .component.call-out.download-valor-brochure .request-more-information .field-callout-description {
    font-size: 18px;
  }

  .component.call-out.services-green-callout .request-more-information .btn.success-btn {
    font-size: 14px;
    padding: 5px 25px !important;
  }
}

@media (max-width: 767px) {
  .component.call-out.services-green-callout .request-more-information {
    flex-direction: column !important;
  }

  .component.call-out.services-green-callout .request-more-information .btn.success-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .component.call-out.download-valor-brochure .request-more-information .field-callout-description {
    font-size: 18px;
    text-align: center;
    display: block;
  }

  .component.call-out.services-green-callout .request-more-information {
    margin: 0 15px 20px 15px;
    padding: 20px 15px !important;
  }
  .component.call-out.services-green-callout .request-more-information .btn.success-btn {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 550;
  }
}


.services-promo-banner {
  height:550px;
  max-height: 600px;
  position: relative;
  background-image: url(../images/banner-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;

}

.services-promo-banner::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.78;
  background-color: #e3f2fb;
}

.services-promo-banner .text-content,
.interactive-infograhic .img-section {
  padding: 20px;
}

.services-promo-banner .img-section {
  height: 100%;
}

.services-promo-banner .text-content {
  height: 100%;
  padding-left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.services-promo-banner .text-content::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.78;
  z-index: -1;
}

.services-promo-banner .text-content h2,
.services-promo-banner .text-content p {
  width: 70%;
}

.services-promo-banner .text-content h2 {
  color: #002f6d;
  font-family: var(--font-noto);
  font-size: 40px;
}

.services-promo-banner .text-content h2,
.services-promo-banner .text-content p {
  width: 100%;
  padding-right: 15px;
}

.services-promo-banner .text-content p {
  font-size: 22px;
}

.services-promo-banner .text-content p {
  margin-bottom: 10px;
}

.integrated-solution-page p:empty {
  margin: 0;
  padding: 0;
}

.btn-success {
  background-color: var(--primary-green) !important;
  border-color: var(--primary-green) !important;
}

.services-promo-banner .text-content a {
  max-width: 55%;
  background-color: var(--primary-green);
  border-color: var(--primary-green);
}

#carouselIntegratedSolutions ol.carousel-indicators {
  position: absolute;
  max-width: 100px;
  bottom: -45px;
  padding: 0;
  margin: 0;
}

#carouselIntegratedSolutions ol.carousel-indicators li {
  background-color: #002f6d;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.services-promo-banner .col-md-6.col-lg-6.p-0:last-child {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
}

.services-promo-banner .img-section img.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask: linear-gradient(110deg, transparent 27%, #fff 27%) bottom left;
  -webkit-mask-size: 2000px 2000px;
  -webkit-mask-repeat: no-repeat;
  mask: linear-gradient(110deg, transparent 27%, #fff 27%) bottom left;
  mask-size: 2000px 2000px;
  mask-repeat: no-repeat;
}


@media (max-width: 1440px) {
    .services-promo-banner .text-content h2{
        font-size: 30px;
    }
    .services-promo-banner .text-content p {
        font-size: 18px;
        margin-bottom: 0;
    }
    .services-promo-banner .text-content .field-hero-button a {
        margin-top: 0 !important;
    }
    #carouselIntegratedSolutions ol.carousel-indicators {
        bottom: -25px;
    }
}

@media (max-width: 1366px) {
    .services-promo-banner {
        max-height: 450px;
        height: 450px;
    }

    .services-promo-banner .text-content h2 {
        font-size: 25px;
    }

    .services-promo-banner .text-content p {
        font-size: 16px;
    }

    .services-promo-banner .text-content .field-hero-button a {
        font-size: 14px;
    }
}


@media (max-width: 1280px) { 
  .services-promo-banner .text-content h2 {
    font-size: 28px;
    margin-bottom: 10px !important;
  }
  
  .services-promo-banner .text-content p {
    font-size: 16px;
  }
}

@media (max-width: 1199.99px) {
  .services-promo-banner {
    height: 400px;
  }

  .services-promo-banner .text-content h2 {
    font-size: 26px;
  }

  .services-promo-banner .text-content p {
    font-size: 16px;
  }
}


@media (min-width: 1536px) {
    .services-promo-banner .text-content h2 {
        font-size: 32px;
    }
    .services-promo-banner .text-content p {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .services-promo-banner .text-content h2 {
        font-size: 23px;
    }
    .services-promo-banner.feature-video-row .video-container {
        height: 70%;
    }
}

@media (max-width: 991.99px) {
    .services-promo-banner.feature-video-row .video-container {
        height: 60%;
        padding-right: 1rem !important;
    }

    .services-promo-banner .text-content .field-hero-button a {
        max-width: none;
    }

    .services-promo-banner {
        height: 350px;
    }

    .services-promo-banner .text-content h2 {
        font-size: 22px;
    }

    .services-promo-banner .text-content p {
        font-size: 14px;
        line-height: 18px;
    }
}


@media (max-width: 767.99px) {
    .main-menu-landing-hero-mobile-bg {
        flex-direction: column-reverse;
    }

    .main-menu-landing-hero-mobile.interactive-infograhic .img-section {
        transform: none !important;
        padding: 10px 0;
        margin: 0;
    }

    .main-menu-landing-hero-mobile.interactive-infograhic .img-section .c-media-container {
        padding: 15px;
    }

    .main-menu-landing-hero-mobile.interactive-infograhic .img-section .c-media-container .video-container img {
        width: 100%;
        margin-bottom: 0;
    }

    .main-menu-landing-hero-mobile.interactive-infograhic .img-section .c-media-container .video-container img.c-media-container-img-click:nth-of-type(2) {
        width: 75px;
        height: auto;
        object-fit: contain;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50% !important;
        left: 50% !important;
    }
    .main-menu-landing-hero-mobile.interactive-infograhic .img-section .c-media-container .video-container #c-media-video{
        line-height: 0;
    }

    .main-menu-landing-hero-mobile.interactive-infograhic .img-section .hero-image {
        padding: 15px;
        max-width: 100%;
        width: 100% !important;
    }

    .main-menu-landing-hero-mobile-bg p {
        text-align: center;
    }

    .main-menu-landing-hero-mobile-bg p + .pb-3 .field-hero-button {
        display: flex;
        justify-content: center;
        margin-bottom: 35px;
    }

    .main-menu-landing-hero-mobile-bg p + .pb-3 .field-hero-button a {
        margin-top: 0 !important;
        font-size: 14px;
    }
}

@media (max-width: 500.99px) {
    .main-menu-landing-hero-mobile-bg p {
        font-size: 16px;
        line-height: 24px;
        padding: 0 5px;
    }
    .main-menu-landing-hero-mobile.interactive-infograhic .img-section{
        padding: 0;
    }
    .main-menu-landing-hero-mobile-bg p + .pb-3 .field-hero-button {
        margin-bottom: 15px;
    }
    .main-menu-landing-hero-mobile-bg p + .pb-3 .field-hero-button a {
        font-size: 16px;
        font-weight: 550;
    }
    .main-menu-landing-hero-mobile-bg .carousel-indicators li {
        background-color: #254d81;
    }
    .main-menu-landing-hero-mobile-bg ol.carousel-indicators {
        margin-bottom: 0;
    }
}

    .service-card-new .service-card-row .padded-row {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        flex-flow: wrap;
        margin: 0;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .service-card-new .service-card-row .col-12.col-md-4.col-lg-4.mb-4.px-2.px-lg-1 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 0 !important;
        padding: 0 !important;
    }

    .service-card-new .service-card-image-container img {
        max-width: 100%;
    }

    .service-card-new .service-card.d-flex.flex-column.shadow {
        margin: 0;
    }

    @media (max-width: 1366px) {
        .service-card-new .service-card-row {
            padding: 2rem;
        }

        .service-card-new .service-card-no-text .service-card {
            max-height: 200px;
        }
    }

    @media (max-width: 1366px) {
        .service-card-image-container .overlay-image {
            width: 50px;
            height: 50px;
        }
    }

    @media (max-width: 1024px) {
        .service-card-new .service-card-row .padded-row {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media (max-width: 767px) {
        .service-card-new .service-card-row .padded-row {
            grid-template-columns: repeat(2, 1fr);
        }
    }

@media (max-width: 500px) {
  .service-card-new .service-card-row .padded-row {
    grid-template-columns: 1fr;
  }
    .service-card-new .service-card.d-flex.flex-column.shadow{
      max-width: 100%;
    }
}

/* Banner styles*/
.component.promo-tile .row.services-promo-banner.feature-video-row .c-media-container .video-container {
    justify-content: center;
}