@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

/* ww-ces21-styles.css */
body {
  font: 16px/20px "Lato";
  position: relative;
  color: #000;
  -webkit-text-size-adjust: none;
  background-color: #FAFAFA;
}
a {
  color: #0d5c91;
}
.carousel-control-arrow-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  color: #686868;
  font-size: 2.5em !important;
}
.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
  opacity: 0.5;
}
.carousel-control-arrow-icon {
  color: #000000;
}
.modal-backdrop.show {
  background-color: #000000;
  opacity: 0.8;
}
.body-wraper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
}
.hero-section .hero-section__content-wrap {
  max-width: 1920px;
  margin: 0 auto;
  padding: 123px 80px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.navbar {
  display: block;
  height: 100px;
  padding-top: 32.5px;
  box-shadow: 0px 1px 5px rgb(104 104 104 / 16%);
}
.navbar .logo img{
  height: 41px;
  margin-right: 18px;
}
.navbar-white  {
  background-color: #fff;
}
.navbar .container-fluid {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 5em;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABmJLR0QA/wD/AP+gvaeTAAABRUlEQVRIDe2VyU7DMBRFK6xIrPky2k/EhB3dIv6JQWzZwDlS3D5Sx0mATaVW98kvvoMzWO5mc/md6xvYcePv1B3VUXNQ0yN6obbUIij8RPk11CNjR01Bbg9Z9HrNYKqND+hiKuPUYuNFit63QUwbPXQxxHG8WIcuPknUZrhZJBSZisbSPzF/PZR9mY+j3oRmERRmlDGg9M/MW+U6jnoS/CpoyDhiUKtXm9D/ChozztYCcmoSuj/BgAcSDKyVnBok07iapg6Mu+vmcHXayKk5ZVbMuMOmdld8OjVqV0QfpRoNiIGtXq2eY8KCToPGWvA9fqvG6dGLZB4KNdSCMvY0VGasafSaAd1GD10LWHMEuROJaeM/DlX/LtqrwG4pj/ryVOMngf6Bjqt4uOq9ZW4RdqheKT+6QbRNqPGbvaHyRhkuOLc38A3z6asoL7sk2wAAAABJRU5ErkJggg==");
}
.navbar-light .navbar-toggler {
  border: none;
}
.drop-content {
  margin-bottom: 80px !important;
  padding: 0 !important;
}
.drop-content .block-heading p {
  margin-bottom: 50px;
}
.drop-content h3 {
  margin-bottom: 30px;
  font-size: 2em;
}
.load-more-btn {
  position: relative;
  border: 1px solid #fff;
  margin: 40px 1em 160px 0;
  color: #fff;
  padding: 8px 30px 8px 20px;
  text-decoration: none;
  display: inline-block;
  background-color: #0d5c91;
  font-weight: bold;
}
.load-more-btn span {
  display: inline-block;
  width: 80px;
}
.load-more-btn:hover {
  border-color: #0d5c91;
  color: #000;
  background-color: #fff;
}
.load-more-btn i {
  position: absolute;
  right: 10px;
  content: "";
  top: 53%;
  transform: translateY(-50%);
}
#dropdownMenuLink {
  border: 1px solid #6f7170;
  color: #a3a3a3;
}

#btn-BackToTop {
  display: block;
  position: absolute;
  bottom: 24px;
  right: 104px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

#btn-BackToTop img {
  height: 50px;
}

.more-content {
  min-height: 500px;
}
.hero-section {
  color: #fff;
  background-image: url(https://static.lenovo.com/ww/events/mwc/2022/img/lenovo-mwc-2022-hero-background-image-all-h.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  min-height: 464px;
  /* margin: 100px 0 0; */
  position: relative;
}
.hero-section .hero-logo {
  width: 180px;
  /* margin-top: 20px; */
  display: revert;
}
.sponsored-logo {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 0;
  margin-top: 30px;
}
.sponsored-logo .intel-logo {
  width: 101px;
  height: 34.4px;
}
.sponsored-logo span {
  transform: translate(20px, 7px);
  display: inline-block;
}
.hero-section .hero-section__text-box {
  width: 60%;
}
.hero-section .hero-section__primary-main {
  font-weight: 700;
  font-size: 32px;
  margin: 30px 0 30px;
  line-height: 30px;
  color: #fff;
}
.hero-section .hero-section__primary-sub {
  font-size: 1.25em;
  margin-bottom: 30px;
  color: #fff;
}
.hero-section a {
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: inline-block;
  border-radius: 0px;
}
.hero-section a.action-1 {
  background-color: #3E8DDD;
}
.hero-section a:hover.action-1 {
  background-color: #0d5c91;
  color: #fff;
}

.hero-section a:hover {
  background-color: #fff;
  color: #0d5c91;
}

.feature-text__text-box {
  width: 100%;
  text-align: center;
}
a.text-link {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  margin: 0 10px 10px 0;
}
/*--- HERO ---*/
.feature-text {
  position: relative;
}
.feature-text__content-wrap {
  min-height: 15em;
  margin-bottom: 0;
  transition: 0.3s;
  color: #3d3d3d;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.feature-text__content-wrap .feature-text__text-box {
  width: 100%;
  text-align: left;
  z-index: 10;
  padding: 5em 1em 1em 0;
}
.feature-text__content-wrap
  .feature-text__text-box
  .feature-text__primary-main {
  display: block;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1em;
  font-size: 36px;
  color: #0d5c91;
  letter-spacing: -0.025em;
}
.feature-text__content-wrap .feature-text__text-box .feature-text__primary-sub {
  font-size: 1.75em;
  color: #1f1e1f;
  font-weight: 700;
  margin-bottom: 1.25em;
}
.feature-text__content-wrap
  .feature-text__text-box
  .feature-text__primary-text {
  display: block;
  font-weight: 400;
  font-size: 1em;
  line-height: 22px;
  text-align: left;
  margin: 0 auto 3em;
  color: #1f1e1f;
}
.dropdown-menu .dropdown-item a.product-card-active {
  border-bottom: 1px solid #0d5c91;
  display: inline;
}
.product-card-active {
  display: block;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}
.cd-tab-filter {
  width: 100%;
  float: right;
  margin: 0;
  transition: width 0.3s;
}
ul.cd-filters {
  text-align: center;
  margin-bottom: 0px;
}
ul.cd-tab-filter ul {
  position: static;
  box-shadow: none;
  text-align: center;
}
ul.cd-filters li {
  list-style: none;
  display: inline-block;
}

ul.cd-filters li a {
  position: relative;
  display: inline-block;
  margin: 0 1.5em;
  width: auto;
  color: #6F7170;
  font-weight: 400;
  font-size: 1em;
  height: 50px;
  line-height: 3.125em;
  text-decoration: none;
  cursor: pointer;
}
ul.cd-filters li a::before,
ul.cd-filters li a::after {
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
  position: absolute;
  width: 100%;
  height: 2px;
  background: currentColor;
  top: 96%;
  left: 0;
  pointer-events: none;
}
ul.cd-filters li a:hover {
  color: #0d5c91;
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
ul.cd-filters li a:hover::before {
  color: #0d5c91;
  box-shadow: inset 0 -2px 0 #0d5c91;
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
ul.cd-filters li a.selected {
  background: transparent;
  color: #0d5c91;
  box-shadow: inset 0 -2px 0 #0d5c91;
  transform: scale3d(1, 1, 1);
}
ul.cd-filters li.placeholder {
  display: none;
}
.ces22-disclaimer {
  font-size: 0.875em;
  color: #000;
  margin-bottom: 1.5em;
}
.btn-primary {
  color: #fff;
  background-color: #0d5c91 !important;
  border-color: #0d5c91 !important;
}
.product-card {
  margin: 0 auto 120px;
  max-width: 771px;
  background-color: #fff;
  box-shadow: 0px 6px 6px #00000029;
  padding: 40px;
  height: fit-content;
  transition: all 0.3s linear;
  overflow: hidden;
}
.noanimate {
  transition: unset !important;
}
.product-card-noanimate.hidden, .product-card.hidden {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}


@media only screen and (min-width: 1900px) {

  .hero-section .hero-section__content-wrap {
    position: unset;
    top: unset;
    transform: unset;
    padding: 135px 80px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .hero-section .hero-section__content-wrap {
    /* position: unset;
    top: unset;
    transform: unset; */
    transform: translateY(calc(-50% + 25px));
  }
}

.product-card__product-image {
  width: 90%;
  margin: 0 auto;
}
.more-content .product-card__product-image {
  min-height: 30%;
}
.product-card__product-image img {
  display: block;
  max-width: 100%;
  margin: auto;
  max-height: 500px;
  width: auto;
}
.product-card__content-wrapper {
  /* margin: 0 auto; */
  position: relative;
  margin-top: 1.875em;
  margin-bottom: 1.875em;
  padding: 0 0.5em;
}
/*  View Detail */

.product-card__product-logo {
  position: absolute;
  display: block;
  top: 0%;
  right: 0%;
  z-index: 10;
}
.modal-content .product-card__product-logo {
  top: 8.5vh;
  right: 40px;
  z-index: 10;
}
.product-card__product-logo img {
  background-color: #fff;
  height: 60px;
  display: inline-block;
  margin-left: 10px;
}
.modal-dialog .row {
  --bs-gutter-x: 0rem;
}
.modal-dialog .product-card__product-logo img {
  height: 50px;
  margin-top: 5px;
}
.product-card__product-award {
  display: block;
  z-index: 10;
  margin: 0 10px 20px 0;
  text-align: right;
}
.product-card__product-award img {
  height: 100px;
  margin: 0;
}

.product-card__product-detail {
  background-color: #fff;
  z-index: 1000;
  /* box-shadow: 0px 5px 1px #c4beb6; */
  text-align: left;
  display: none;
}
.product-card__product-detail.active {
  display: block;
}
.product-card__product-detail .description {
  line-height: 1.5em;
  margin-bottom: 30px;
}
.product-card__product-detail .price {
  display: block;
}
.product-card__product-detail .value {
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
  color: #777;
}
.product-card__product-detail a.view {
  background: #0d5c91;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  display: inline-block;
  margin: 30px 10px 0 0px;
  text-decoration: none;
  font-size: 1em;
}

.product-card__product-name {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 700;
  color: #000;
  width: 90%;
  text-align: left;
  height: 80px;
  margin-top: 0.5em;
}
.product-card__product-name--award {
  width: 80%;
}
.product-card__product-cta {
  text-align: left;
}
.product-card__cta-btn {
  color: #686868;
  font-size: 1em;
  text-decoration: none;
  display: inline-block;
  margin: 1em 0em;
  position: relative;
}
.product-card__cta-btn span{
  padding-left: 13px;
}
.product-card__cta-btn i.fa {
  font-size: 10px;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}
.product-card__cta-btn:hover {
  color: #686868;
  /* font-weight: bold;
  text-decoration: underline; */
}


.modal.in .modal-dialog {
  transform: translateY(20%);
}
.modal .modal-dialog {
  max-width: 2000px;
  width: 60%;
}
.modal .modal-body {
  position: relative;
}

.modal .modal-body__product-logo {
  position: absolute;
  display: block;
  top: 5%;
  right: 5%;
  z-index: 10;
}
.modal .modal-body__product-logo img {
  background-color: #fff;
  height: 120px;
  display: inline-block;
  margin-left: 10px;
}
.modal-text-wrapper a {
  display: inline-block;
}
.modal-content {
  position: relative;
  display: flex;
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0.3rem;
  outline: 0;
}
.modal .modal-dialog .modal-content {
  /* padding: 3em 2em; */
  min-height: 80vh;
  text-align: center;
  height: auto;
}
.modal .modal-dialog .modal-header {
  border-bottom: none;
  padding: 0;
  /* line-height: 0; */
  text-align: end;
}
.modal .modal-dialog .modal-header .close {
  font-size: 4em;
  border: 0;
  background: 0;
  font-weight: 700;
  color: #fff;
  opacity: 1;
}
.modal .modal-dialog .modal-header .close:hover {
  opacity: 0.7;
}

.modal .modal-dialog .modal-body {
  /* width: 80%; */
  margin: 0;
  display: inline-block;
  text-align: left;
  padding: 1rem 0;
}
.modal .modal-dialog .carousel-item {
    padding: 0px;
}
.modal .modal-dialog .carousel-inner {
  padding: 0;
  padding-top: 72px;
  /* height: auto; */
}
.modal .modal-dialog .modal-body .modal-text-wrapper {
  float: left;
}
.modal .modal-dialog .modal-body .modal-text-wrapper .modal-text-title {
  font-size: 1.5em;
  line-height: 1.25em;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.modal .modal-dialog .modal-body .modal-text-wrapper .modal-text {
  font-size: 1em;
  line-height: 2em;
  font-weight: 400;
  margin-bottom: 1em;
  margin-right: 1em;
}
.modal .modal-dialog .modal-body .modal-text-wrapper .btn-primary {
  font-size: 1em;
  line-height: 1.5em;
  padding: 5px 10px;
  border-radius: 0;
  margin: 1% 1% 1% 0;
  height: auto;
}
.modal .modal-dialog .modal-body .modal-carousel-outer-wrapper {
  position: relative;
  height: auto;
}
.modal .modal-dialog .modal-body .modal-carousel-badges {
  float: right;
  width: auto;
  height: 60px;
  margin-top: 1em;
}
.modal .modal-dialog .modal-body .modal-carousel-badges embed,
.modal .modal-dialog .modal-body .modal-carousel-badges img {
  height: 100%;
}
.modal
  .modal-dialog
  .modal-body
  .modal-carousel-outer-wrapper
  .modal-carousel-item {
  outline: none;
}
.modal
  .modal-dialog
  .modal-body
  .modal-carousel-outer-wrapper
  .slick-prev:before {
  display: none;
}
/*# sourceMappingURL=style.css.map */
/* Notify Me */
.modal.notifyMe {
  z-index: 2000;
}
.notifyMe-form {
  height: 475px;
  width: 100%;
}
.carousel-inner {
  height: 55vh;
  padding-top: 72px;
}
.carousel-item {
  text-align: center;
  padding: 0px 0.5em 40px;
  cursor: pointer;
}
.carousel-item img{
  height: 100%;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
}
.services .carousel-inner {
  padding-top: 0;
  /* height: auto; */
}
.services .carousel-inner .carousel-item{
  padding: 0;
}
.services .carousel-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}
footer {
  background-color: #333f48;
}
footer .container-fluid {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px;
  font-size: 14px;
}
footer .container-fluid img.wordmark {
  height: 75px;
}
footer .social-medial-icon a {
  color: #fff;
  margin-right: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
}
footer .social-medial-icon a:hover {
  background-color: #0D5C91;
  border-radius: 50%;
}
.slider_wrapper {
  width: auto;
}
.slider_block,
.sy-box,
.sy-filler,
.sy-list,
.slider_block,
.sy-slides-wrap,
.sy-slides-crop {
  width: 100%;
  max-height: 75vh;
  max-width: 100vw;
}
.slider_block .sy-list li {
  text-align: center;
  padding: 0px;
}
.slider_block img {
  max-height: 300px;
  max-width: 400px;
  height: auto;
}
.modal-dialog .slider_block img {
  max-height: 60vh;
  max-width: 75vw;
  height: auto;
}
.product-content .sy-controls {
  min-height: 25vh;
}
.modal-dialog .sy-controls {
  height: 60vh;
}
.carousel-control-prev {
  display: none;
}
.carousel-control-prev.hide, .carousel-control-next.hide {
  display: none;
}
.carousel-control-prev.active, .carousel-control-next.active {
  display: flex;
}
.carousel-control-prev {
  justify-content: start;
}
.carousel-control-next {
  justify-content: end;

}
.carousel-inner button:focus span{
  border: 1px solid #000;
  border-radius: 50%;
}

.carousel-inner button:focus:not(:focus-visible) span{
  border: none;
}
/* .carousel-inner button:focus span {
  border: 1px solid #ccc;
  border-radius: 50%;
} */
.sy-controls li.sy-prev,
.sy-controls li.sy-next {
  z-index: 100;
}
.sy-controls li.sy-prev {
  transform: translateX(-45%);
}

.sy-controls li.sy-next {
  transform: translateX(70%);
}
ul.product-slider.sy-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sy-caption-wrap {
  display: none !important;
}
.sy-slides-wrap {
  position: relative;
  /* min-height: 300px;
    min-width: 450px; */
}
.dropdown-menu .dropdown-item {
  text-align: center;
  margin-bottom: 30px;
}
.dropdown-menu .dropdown-item a {
  text-decoration: none;
  color: #000;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  max-height: unset;
}
.navbar > .container {
  display: block;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.navbar-light .navbar-toggler {
  float: right;
}
.post_background_1 {
  background: url(https://static.lenovo.com/ww/events/ces/2022/lenovo-ces-2022-main-nav-image-link-1-background.png);
  display: block;
  position: relative;
  width: 100%;
  height: 240px;
  margin-bottom: 2em;
  background-size: cover;
  background-position: center;
}
.post_background_2 {
  background: url(https://static.lenovo.com/ww/events/ces/2022/lenovo-ces-2022-main-nav-image-link-2-background.png);
  display: block;
  position: relative;
  width: 100%;
  height: 240px;
  background-size: cover;
  margin-bottom: 2em;
  background-position: center;
}
.post_background_1 span.title,
.post_background_2 span.title {
  color: #fff;
  font-size: 3em;
  position: absolute;
  bottom: 25px;
  left: 25px;
  line-height: 1em;
}
span.view_more {
  font-size: 0;
}
span.view_more::after {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAZCAYAAADuWXTMAAAACXBIWXMAAAuJAAALiQE3ycutAAAGsWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuN2E3YTIzNiwgMjAyMS8wOC8xMi0wMDoyNToyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjUgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMS0xMS0xMlQyMjozMjo1OC0wODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjEtMTEtMTJUMjI6NDA6MDItMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjEtMTEtMTJUMjI6NDA6MDItMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6YjhkMTBjOWQtM2QwYS02MDRkLWIyNzAtZGMxZjEwNjRmODk3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI1Y2E1ZGU0LWYyMTctZjg0ZC1iZTM2LTljMmEwYTM2ZTljMyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI1Y2E1ZGU0LWYyMTctZjg0ZC1iZTM2LTljMmEwYTM2ZTljMyI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MjVjYTVkZTQtZjIxNy1mODRkLWJlMzYtOWMyYTBhMzZlOWMzIiBzdEV2dDp3aGVuPSIyMDIxLTExLTEyVDIyOjMyOjU4LTA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuNSAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmU5M2M4ZjE5LWM2YjAtZWE0OC1iODYxLTE3NDA1Nzk0MjEzNSIgc3RFdnQ6d2hlbj0iMjAyMS0xMS0xMlQyMjozOTo0Mi0wODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjUgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpiOGQxMGM5ZC0zZDBhLTYwNGQtYjI3MC1kYzFmMTA2NGY4OTciIHN0RXZ0OndoZW49IjIwMjEtMTEtMTJUMjI6NDA6MDItMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi41IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4dAZVSAAAA8ElEQVQ4y2P4////pP8QEAvEDKRgEHHjPwKUkKo56D8q6CdFMwg7oRmwlBTNIKwNxB+QDNhHimYQlgDie0gGXAFiAWI1gzALEJ9AMuAFECsQqxmGtyIZ8BWIjUnRDMKz0ALSmxTNINyGZkA8KZpBOBfNgApSNGNLTH0MJKbnDCTNH0jRqAfET5E0ryZWozuak+cS6+ckNI1txIZ2OZrGbGLjeRKaxiBiU9hKJE1/gdiGmLTNCMR7kTS+B2ItYnIVHzQLwsAdIBYhJj8rQ7MeDJwEYnZiCgMTIP6JpHEjKWXYdSSNM0gtPVdBNVaTWm4DAI6GvBTBZ4bpAAAAAElFTkSuQmCC);
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 25px;
  transform: translateY(-50%);
}

.nav-gray {
  background-color: #f3f3f3;
}

.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}
.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}
.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}
.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}

/*   Carousel  */
.carousel-item {
  height: 100%;
  position: relative;
}
.carousel-item img {
  max-width: 90%;
  max-height: 100%;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.modal .modal-dialog .carousel-item img{
  max-width: 100%;
}
.modal .modal-dialog .carousel-inner {
  background-color: #fff;
}
.carousel-detals {
  color: #fff;
  padding: 10px 0 0px;
}
.num {
  color: #fff;
}
.carousel-item {
  transition: all 0.5s ease;
}
.carousel-fade .active {
  left: 100%;
  transform: translate(-100%, 0);
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3e%3cpath d='M8 3L14 12L8 21L12 21L18 12L12 3L8 3 z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3e%3cpath d='M13 3L7 12L13 21L17 21L11 12L17 3L13 3 z'/%3e%3c/svg%3e");
}
.always-down {
  transform: translate(-50%, 38px) !important;
  left: 50% !important;
}
.cd-gallery {
  margin-top: 60px;
}

.cd-gallery .row > div.left {
  margin-left: 0;
}
.cd-gallery .row > div.right {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .cd-gallery .row > div.left {
    margin: 0 auto 120px;
  }
  .cd-gallery .row > div.right {
    margin: 0 auto 120px;
  }
}
.carousel-indicators [data-bs-target] {
  background-color: #ccc;
}
.modal-dialog-centered {
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .col-xl-6 {
      width: 48%;
  }
}
@media only screen and (min-width: 1500px) {
  .product-content .carousel-item img {
    /* height: 520px; */
    /* width: 650px; */
    margin: 0 auto;
  }

  .modal .modal-dialog {
    max-width: 2000px;
    width: 40%;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1900px) {
  .product-card__product-name {
    font-size: 1.75em;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1700px) {
  .product-card__product-name {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1180px) {
  .product-content {
    /* margin: 2em 0em; */
  }
}
@media only screen and (max-width: 1279px) {
  .sponsored-logo {
    padding-bottom: 80px;
  }
  .navbar .logo img{
    height: 35px;
  }
  .sponsored-logo .intel-logo {
    width: 82px;
    height: 35px;
  }
  .body-wraper,
  .hero-section .hero-section__content-wrap,
  .body-wraper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar .container-fluid {
    padding: 0 40px;
  }
  footer .container-fluid {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 1180px) {
  .navbar-brand {
    font-size: 1.2em;
  }
  .post_background_1 span.title,
  .post_background_2 span.title {
    font-size: 2.5em;
  }
  .drop-content h3 {
    font-size: 1.75em;
  }
  .notifyMe-form {
    height: 525px;
  }
  .hero-section .hero-section__primary-main {
    font-size: 32px;
    line-height: 1.15em;
  }
  .modal .modal-dialog .modal-content {
    padding: 1%;
    min-height: 70vh;
  }
  .modal .modal-dialog .modal-header {
    padding: 1%;
  }
  .modal .modal-dialog .modal-body {
    padding: 1%;
    width: 100%;
    display: inline-block;
  }
  .modal .modal-dialog .modal-body .modal-text-wrapper .modal-text-title {
    font-size: 1.5em;
  }
  .modal .modal-dialog .modal-body .modal-text-wrapper .modal-text {
    margin: 0;
  }
  .modal .modal-dialog .modal-body .modal-text-wrapper .btn-primary {
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 5%;
  }
  .sy-slides-wrap {
    position: relative;
    /* min-height:250px;
          min-width:350px; */
  }
  .slider_block img {
    max-height: 300px;
    max-width: 400px;
    width: 100%;
  }
  .modal-dialog .slider_block img {
    width: auto;
  }
}
@media only screen and (max-width: 990px) {

  .hero-section {
    min-height: 650px;
  }
  .feature-text__content-wrap
    .feature-text__text-box
    .feature-text__primary-sub {
    font-size: 1.75em;
  }
  .feature-text__content-wrap
    .feature-text__text-box
    .feature-text__primary-text {
    font-size: 1em;
  }
  .product-card__product-name {
    font-size: 1.5em;
  }

  .modal .modal-dialog {
    max-width: 2000px;
    width: 90%;
  }

  .hero-section .hero-section__text-box {
    width: 60%;
  }
  /* .row {
    width: unset;
  } */
}
.products .row{
  --bs-gutter-x: 0px;
}
.products .container-fluid{
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 990px) {
  .hero-section {
    background-image: url(https://static.lenovo.com/ww/events/mwc/2022/img/lenovo-mwc-2022-mobile-tablet-hero-background-image-tablet-h.png);
    background-position: bottom center;

  }
}
@media (max-width: 768px) {

  .carousel-control-arrow-icon {
    font-size: 2em !important;
  }
  .feature-text__content-wrap
    .feature-text__text-box
    .feature-text__primary-main {
    font-size: 28px;
  }
  footer .social-medial-icon a {
    margin-bottom: 20px;
  }
  .social-medial-icon .social-left, .social-medial-icon .social-right {
    display: block;
  }
  .products .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-section .hero-section__primary-main {
    font-size: 30px;
    margin: 20px 0 40px;
  }
  .hero-section .hero-section__primary-sub {
    font-size: 20px;
  }
  .hero-section a {
    font-size: 25px;
  }
  .post_background_1 span.title,
  .post_background_2 span.title {
    font-size: 2em;
  }
  .drop-content h3 {
    font-size: 1.25em;
    margin-bottom: 5px;
  }
  .post_background_1, .post_background_2 {
    height: 150px;
    max-width: 380px;
  }
  .drop-content {
    margin-bottom: 40px;
  }
  .drop-content .block-heading p {
    margin-bottom: 20px;
  }
  .modal .modal-dialog .modal-content {
    min-height: 45vh;
  }
  .modal-dialog .slider_block img {
    max-height: 35vh;
  }
  .modal-dialog .sy-controls {
    height: 30vh;
  }
  .carousel-inner {
    height: 35vh;
  }
  .product-card__product-logo img {
    height: 45px;
  }
  .cd-gallery {
    padding-bottom: 0;
  }
  .product-card__product-name {
    font-size: 1.25em;
    height: 65px;
  }
}

@media (max-width: 576px) {
  .product-card {
    margin: 0 auto 120px;
    padding: 20px;
  }

  .product-card__content-wrapper {
    margin-bottom: 1.25em;
  }

  .navbar-brand img {
    width: 100%;
  }

  .hero-section {
    text-align: center;
    background-image: url(https://static.lenovo.com/ww/events/mwc/2022/img/lenovo-mwc-2022-hero-background-image-mobile-h.png);
    position: relative;
    padding-top: 0;
    /* margin-top: 100px; */
    display: block;
    /* min-height: 65vh; */
    min-height: 550px;
  }

  .hero-section .hero-section__content-wrap {
    position: unset;
    top: unset;
    transform: unset;
  }
  .product-content .carousel-item img{
    /* width: 85%; */
    height: auto;
  }
  .hero-section__text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sponsored-logo {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-section .hero-logo {
    margin-top: 0px;
    display: revert;
  }
  .feature-text__content-wrap .feature-text__text-box {
    text-align: center;
  }
  .feature-text__content-wrap .feature-text__text-box .feature-text__primary-text {
    text-align: center;
  }
  .hero-section .hero-section__primary-main {
    font-size: 24px;
  }
  .hero-section .hero-section__primary-sub {
    font-size: 14px;
  }
  .hero-section a {
    font-size: 19px;
  }
}
@media (max-width: 750px) {
  .navbar-brand img {
    height: unset;
  }
  .navbar-brand {
    font-size: 1em;
  }
  .notifyMe-form {
    height: 875px;
    padding: 0.625em;
  }
}
@media only screen and (max-device-width: 800px),
  screen and (max-width: 800px) {
  .slider_wrapper {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .body-wraper {
    padding: 0 40px;
  }

  .hero-section .hero-section__text-box {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}

/* Special case for iPhone Display */
@media only screen and (max-width: 500px) {
  .modal .modal-dialog .carousel-inner {
    height: 40vh;
  }
}