/*general variables*/
body {
  font: 100% "Segoe UI Regular";
  color: #000000;
}

.custom-container {
  max-width: 1140px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.common-space {
  padding-top: 45px;
  padding-bottom: 45px;
}

.heading {
  font-size: 32px;
  font-weight: 500;
  font-family: "Segoe UI Bold";
  line-height: 1;
  margin: 0 0 1rem;
}

.description {
  font-size: 18px;
}

.section-header {
  text-align: center;
  margin: 0 0 3.75rem;
}

.surface-nav {
  background-color: #fff !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
}

.navbar-brand img {
  height: 30px;
}

a.navbar-brand:nth-child(2) {
  margin-right: 0;
  padding-left: 1rem;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}

.surface-nav .nav-item {
  margin-left: 2rem;
}

.surface-nav .nav-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.surface-nav .dropdown-menu {
  min-width: max-content;
  padding: 1rem;
  border: 1px solid #e6e3e3;
  border-bottom: 6px solid #00abc5;
  border-radius: 0;
  background: #f2f2f2;
  margin: 0;
}

.surface-nav .dropdown-menu a.dropdown-item {
  padding-left: 0;
  font-size: 13px;
  display: block;
  margin: 0 0 0.5rem;
}

.surface-nav .dropdown-menu a.dropdown-item:last-child {
  margin: 0;
}

.surface-nav .dropdown-menu a.dropdown-item:hover,
.surface-nav .dropdown-menu a.dropdown-item:active {
  color: #00abc5;
  text-decoration: none;
  background-color: transparent;
}

.surface-nav .dropdown-menu a.dropdown-item .coming-soon {
  font-size: 10px;
  margin: 0 0 0 7px;
  color: #000;
}

.banner .banner .item {
  position: relative;
}

.banner .banner-content {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  right: 0;
}

.banner .banner-content h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}

.banner .banner-content p {
  font-size: 20px;
  margin: 0;
}

.banner .hololens h1 {
  background: #EA9FB8;
  background: -webkit-linear-gradient(to right, #EA9FB8 0%, #a7d9f5 100%);
  background: -moz-linear-gradient(to right, #EA9FB8 0%, #a7d9f5 100%);
  background: linear-gradient(to right, #EA9FB8 0%, #1098e5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner .hololens p {
  color: #fff;
}

.banner .owl-nav {
  margin: 0 !important;
}

.banner .owl-nav button.owl-prev {
  left: 8px;
  top: 50%;
  bottom: 0;
  margin: 0;
}

.banner .owl-nav button.owl-next {
  right: 8px;
  top: 50%;
}

.banner .owl-nav button span {
  font-size: 34px;
  line-height: 14px;
  height: auto;
}

.banner .owl-nav [class*=owl-] {
  width: 36px;
  height: 36px;
  background: #fff !important;
  border-radius: 50%;
  position: absolute;
}

.banner .owl-nav button svg {
  width: 18px;
  height: 18px;
}

.btn-link {
  background: #00abc5;
  color: #fff;
  text-decoration: none;
  text-align: center;
  justify-content: space-evenly;
  width: 144px;
  padding: 0.75rem 0;
  text-transform: uppercase;
  font-size: 15px;
  margin: 2rem 0 0 0;
}

.text-link {
  font-size: 13px;
  color: #00abc5;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.c-head img {
  width: 100%;
}

.c-content {
  margin: 2rem 0 0;
  padding: 0 0.75rem;
}

.c-content .title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Segoe UI Bold";
}

.c-content p {
  font-size: 16px;
}

.surface-hub-2s {
  background: url(https://www.teamcomputers.com/images/microsoftsurface/images/home-surface-hub-2s-banner.jpg) 64% 50% no-repeat;
  height: 580px;
  display: flex;
  background-size: cover;
}

.surface-hub-2s .about-product {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  width: 540px;
}

.surface-hub-2s .about-product h2 {
  font-size: 32px;
  font-weight: 500;
  font-family: "Segoe UI Bold";
  margin: 0 0 1rem;
}

.surface-hub-2s .about-product p {
  font-size: 16px;
  margin: 0 0 2rem;
}

.laptop-cards {
  background: #f0f0f0;
  padding: 42px;
}

.laptop-cards .laptop-image {
  height: 172px;
  display: flex;
}

.laptop-cards .laptop-image img {
  width: auto !important;
  margin: auto;
  max-width: 100%;
  height: 150px;
}

.laptop-cards .laptop-specs {
  margin: 100px 0 0;
  position: relative;
}

.laptop-cards .laptop-specs .coming-soon {
  position: absolute;
  background: #ffd801;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0.25rem 0.5rem;
  top: -42px;
}

.laptop-cards .laptop-specs h3 {
  font-size: 24px;
  font-weight: bold;
}

.laptop-cards .laptop-specs p {
  font-size: 15px;
  margin-bottom: 2rem;
}

#laptop-carousel button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.17);
}

#laptop-carousel button.owl-prev {
  left: -50px;
}

#laptop-carousel button.owl-next {
  right: -50px;
}

#laptop-carousel button svg {
  width: 18px;
  height: 18px;
  margin-bottom: 2px;
}

footer form {
  width: 775px;
  margin: auto;
  padding: 64px 0;
}

footer .section-content {
  background: url(../images/microsoftsurface/images/contact-bg.jpg) top center no-repeat;
  background-size: cover;
}

footer .form-control {
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  margin: 0 0 1.5rem;
}

footer .footer-sec {
  background: #62757d;
  padding: 0.5rem 0;
  color: #fff;
}

footer .footer-sec a {
  color: #fff;
  text-decoration: none;
  margin: 0 0 0 36px;
}

.microsoft-pro-8.banner {
  background: #e0e2e5;
  display: flex;
  align-items: center;
}

.coming-soon {
  background: #ffd801;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  font-weight: 400;
}

.product-info h1 {
  font-weight: 500;
  font-family: "Segoe UI Bold";
  font-size: 36px;
  margin: 1rem 0 1rem;
}

.product-info p {
  font-size: 18px;
  margin: 0 0 3rem;
  line-height: 1.4;
}

.carousel-thumbs .item {
  width: 80px;
}

.carousel-thumbs .item img {
  width: 100%;
  border: 1px solid #dcdcdd;
  border-radius: 8px;
  margin: 0 !important;
  transform: scale(0.8);
}

.carousel-thumbs .active.current .item img {
  transform: scale(0.9);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
  border-color: #005eba;
  border-width: thick;
}

.carousel-thumbs {
  padding: 1rem 0;
  width: 100% !important;
  max-width: 430px;
}

.carousel-thumbs .item p {
  text-align: center;
  font-size: 13px;
  margin: 0;
}

.carousel-thumbs .active.current .item p {
  font-weight: bold;
}

.carousel-images .owl-nav button.owl-prev {
  left: -104%;
}

.carousel-images .owl-stage {
  display: flex;
  align-items: center;
}

.carousel-images .item img {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.microsoft-pro-8 .slider {
  padding-top: 3rem;
}

.carousel-images button svg {
  width: 24px;
  height: 24px;
}

.feature-carousel .item {
  display: flex;
  align-items: center;
  position: relative;
}

.feature-content {
  width: 100%;
  max-width: 641px;
  padding: 80px 44px;
  z-index: 2;
  position: relative;
}

.feature-image {
  z-index: 1;
  width: 110%;
  margin-left: -10%;
  height: 550px;
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.feature-content:after {
  position: absolute;
  content: "";
  background: #505050;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  left: 0;
}

.feature-content h3 {
  font-weight: bold;
  color: #fff;
  font-size: 32px;
  line-height: 1.1;
  margin: 0 0 2rem;
}

.feature-content p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.feature-carousel .owl-nav button svg {
  width: 8px;
}

.feature-carousel .owl-nav button {
  background: #f3f3f3 !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 0.25rem;
}

.feature-carousel .owl-nav {
  position: absolute;
  bottom: 40px;
}

.team-pic {
  position: relative;
  height: 575px;
}

.team-pic img {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.team-pic img.opaque {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  z-index: 2;
}

.accordion-item {
  background-color: transparent;
  border: 0;
}

.accordion-button {
  font-weight: bold;
  font-size: 18px;
}

.accordion-button::after {
  margin-left: 16px;
  transform: rotate(-90deg);
  margin-top: 6px;
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
}

.selected .accordion-button::after {
  display: none;
}

.selected .accordion-button {
  font-size: 24px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  color: #000;
}

.accordion-body {
  font-size: 15px;
  padding-top: 0;
}

.accordion-item.selected {
  border-left: 4px solid #00abc5;
  border-radius: 0;
}

.inner-page-card .laptop-cards .laptop-specs h3 {
  font-size: 24px;
}

.inner-page-card .laptop-cards .laptop-specs p {
  font-size: 16px;
  margin: 0 0 1rem;
}

.inner-page-card .laptop-cards ul {
  margin: 0 0 1.5rem;
  padding: 0 0 0 18px;
}

.inner-page-card .laptop-cards ul li {
  margin: 0 0 0.75rem;
}

.feature-wrapper {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feature-wrapper .img {
  display: flex;
  align-items: end;
  justify-content: stretch;
  height: 56px;
  margin-bottom: 2rem;
}

.feature-wrapper .img img {
  height: 56px;
}

.feature-wrapper .desc h4 {
  font-size: 20px;
  font-weight: bold;
}

.feature-wrapper .desc p {
  font-size: 16px;
  padding: 0 1rem;
  line-height: 1.2;
}

.task-flexibility .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.task-flexibility .row h4 {
  font-size: 24px;
  font-weight: bold;
  padding: 0 2rem;
  margin: 0 0 1rem;
}

.task-flexibility .row p {
  font-size: 16px;
  margin: 0;
  padding: 0 2rem;
}

#laptop-carousel-1 .owl-nav button,
#sync3 .owl-nav button,
#sync5 .owl-nav button {
  width: 32px;
  height: 32px;
  background: #fcfcfc;
  border: 1px solid #bebebe;
  border-radius: 50%;
  position: absolute;
}

#laptop-carousel-1 .owl-nav button.owl-prev,
#sync3 .owl-nav button.owl-prev,
#sync5 .owl-nav button.owl-prev {
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#laptop-carousel-1 .owl-nav button.owl-next,
#sync3 .owl-nav button.owl-next,
#sync5 .owl-nav button.owl-next {
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#laptop-carousel-1 .owl-nav button svg,
#sync3 .owl-nav button svg,
#sync5 .owl-nav button svg {
  width: 6px;
}

#sync3,
#sync5 {
  position: relative;
}

#sync3 .item-text,
#sync5 .item-text {
  max-width: 50%;
  margin-top: 3rem;
}

#sync3 .item-text h4,
#sync5 .item-text h4 {
  font-size: 32px;
  font-weight: bold;
}

#sync3 .item-text p,
#sync5 .item-text p {
  font-size: 16px;
}

#sync3 .owl-nav button.owl-prev,
#sync5 .owl-nav button.owl-prev {
  left: 4rem;
  bottom: unset;
  top: 35%;
}

#sync3 .owl-nav button.owl-next,
#sync5 .owl-nav button.owl-next {
  right: 4rem;
  bottom: unset;
  top: 35%;
}

div#sync4,
div#sync6 {
  position: absolute;
  right: 0;
  bottom: 0;
}

#sync6.carousel-thumbs {
  max-width: 600px;
}

.work-every-angle .row {
  display: flex;
  align-items: center;
}

.work-every-angle .row h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 1rem;
  padding: 0 40px;
}

.work-every-angle .row p {
  font-size: 16px;
  margin: 0;
  padding: 0 40px;
}

.work-every-angle .row img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
  max-height: 442px;
}

.work-every-angle .row.parallel-cards {
  margin-top: 2rem;
}

.work-every-angle .row.parallel-cards h3 {
  margin-top: 2rem;
  padding: 0;
}

.work-every-angle .row.parallel-cards p {
  padding: 0 40px 0 0;
}

.microsoft-laptop-4 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.laptop-4-thumb {
  position: absolute;
  top: 31%;
  z-index: 999;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-thumbs {
  width: 300px;
}

.text-thumbs .item {
  width: 64px;
  margin: 0;
  text-align: center;
  background: #eeeeee;
  padding: 0.25rem;
}

.text-thumbs .item p {
  margin: 0;
  font-size: 14px;
}

.text-thumbs .active.current .item {
  border-bottom: 3px solid #00abc5;
}

.text-thumbs .active.current .item p {
  font-weight: bold;
}

.microsoft-laptop-4 button {
  border: 1px solid #bcbcbc !important;
}

.microsoft-laptop-4 button svg {
  width: 6px;
}

.microsoft-laptop-4 button.owl-prev {
  left: 3% !important;
}

.microsoft-laptop-4 button.owl-next {
  right: 3% !important;
}

.laptop-variant {
  position: absolute;
  max-width: 1140px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}

.varient-content {
  max-width: 580px;
}

.varient-content h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 900;
  margin: 0;
  line-height: 1;
}

.varient-content>p {
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  margin: 2rem 0;
}

.model-name {
  display: inline-block;
  width: 40%;
}

.model-name .btn-form {
  background: #cacaca;
  margin: 0 1rem 0 0;
  padding: 0.75rem;
  line-height: 1;
  font-size: 16px;
  border-bottom: 6px solid transparent;
  text-align: center;
}

.model-name .btn-form:hover,
.model-name.selected .btn-form {
  background: #fff;
  border-bottom: 6px solid #00abc5;
  font-weight: bold;
  cursor: pointer;
}

.color-option {
  display: flex;
  margin: 2rem 0 0;
}

.circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #636363;
  margin: auto;
}

.color-black .circle {
  background: #000;
}

.color-grey .circle {
  background: #505050;
}

.color-black {
  margin: 0 2rem 0 0;
}

.color-option .color-lable {
  color: #fff;
  margin: 0.5rem auto 0;
  display: none;
}

.color-black.selected .circle,
.color-grey.selected .circle {
  border-color: #1d7380;
}

.surface-go-thumbs {
  display: flex !important;
  max-width: 240px !important;
}

.surface-go-thumbs .item {
  max-width: 44px;
  padding-bottom: 1rem;
}

.surface-go-thumbs img {
  width: auto !important;
  margin: auto;
}

.surface-go-thumbs .current .item {
  border-bottom: 5px solid #00abc5;
}

/*surface-laptop-studio*/
body.laptop-studio-page {
  background: #e4e4e4;
}

.surface-laptop-studio.banner {
  max-height: 100vh;
}

.surface-laptop-studio img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}

.surface-laptop-studio .slider {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 47%;
}

.img-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3rem;
}

.img-desc h3 {
  font-size: 24px;
  font-weight: bold;
}

.img-desc p {
  font-size: 16px;
  margin: 1rem 0 0;
}

div#sync1 {
  max-height: 100vh;
}

.banner #sync1 .owl-nav button.owl-prev {
  left: 2%;
}

.banner #sync1 .owl-nav button.owl-next {
  right: 2%;
}

#sync5.laptop-studio .item-text {
  max-width: 44%;
}

.laptop-studio#sync6 {
  bottom: 40px;
}

/*break-point variables*/
/*laptop res*/
@media (min-width: 1440px) and (max-width: 1920px) {
  .custom-container {
    max-width: 1440px;
  }

  .banner .banner-content {
    max-width: 1440px;
    margin: auto;
  }

  .owl-carousel button svg {
    width: 12px;
  }

  .banner .banner-content h1 {
    font-size: 48px;
  }

  .banner .banner-content p {
    font-size: 24px;
  }

  .banner #sync1.sync1 .owl-nav button.owl-prev {
    left: 2px;
  }

  .banner #sync1.sync1 .owl-nav button.owl-next {
    right: 0;
  }

  .banner .owl-nav button {
    border: 1px solid #000;
  }

  .banner .owl-nav [class*=owl-] {
    border: 1px solid rgba(0, 0, 0, 0.17) !important;
  }

  .heading {
    font-size: 36px;
  }

  .description {
    font-size: 20px;
  }

  .c-content .title {
    font-size: 20px;
  }

  .c-content p {
    font-size: 18px;
  }

  .surface-hub-2s .about-product h2 {
    font-size: 36px;
  }

  .surface-hub-2s .about-product p {
    font-size: 20px;
  }

  .laptop-cards .laptop-specs h3 {
    font-size: 30px;
  }

  .laptop-cards .laptop-specs p {
    font-size: 16px;
  }
}

/*mobile res*/
@media (min-width: 320px) and (max-width: 767px) {
  .navbar-brand img {
    width: 80px;
  }

  .banner .banner-content h1 {
    font-size: 20px;
  }

  .banner .banner-content p {
    font-size: 13px;
  }

  .banner .banner-content {
    max-width: 250px;
  }

  .btn-link {
    margin: 1rem 0 0;
    width: 96px;
    padding: 0.5rem 0;
    font-size: 13px;
  }

  button svg {
    width: 10px;
  }

  .banner .owl-nav button.owl-prev,
  .banner .owl-nav button.owl-next {
    top: 40%;
    right: 0% !important;
  }

  .banner .owl-nav button.owl-prev {
    left: 1% !important;
  }

  .heading {
    font-size: 20px;
  }

  .description {
    font-size: 13px;
  }

  .c-content .title {
    font-size: 18px;
  }

  .c-content p {
    font-size: 15px;
  }

  .surface-hub-2s .about-product h2 {
    font-size: 24px;
  }

  .surface-hub-2s .about-product p {
    font-size: 15px;
  }

  .custom-container {
    max-width: 100%;
  }

  .surface-hub-2s .about-product {
    width: 100%;
  }

  .surface-hub-2s {
    height: 100%;
    background-size: cover;
  }

  .text-link {
    font-size: 13px;
  }

  .laptop-cards {
    padding: 21px;
  }

  .laptop-cards .laptop-specs {
    margin: 0;
  }

  .laptop-cards .laptop-specs h3 {
    font-size: 18px;
  }

  .laptop-cards .laptop-specs p {
    font-size: 15px;
    margin-bottom: 1rem;
  }

  .laptop-cards .laptop-specs .coming-soon {
    position: relative;
    top: unset;
    max-width: 115px;
    font-size: 12px;
  }

  footer form {
    max-width: 100%;
    padding: 1rem;
  }

  #laptop-carousel-1 .owl-nav button.owl-next,
  #sync3 .owl-nav button.owl-next,
  #sync5 .owl-nav button.owl-next {
    right: 0;
  }

  #laptop-carousel-1 .owl-nav button.owl-prev,
  #sync3 .owl-nav button.owl-prev,
  #sync5 .owl-nav button.owl-prev {
    left: 0;
  }

  .surface-nav .dropdown-menu a.dropdown-item:last-child {
    margin: 0 0 24px;
  }

  .dropdown-menu p {
    margin: 0 0 0.5rem;
  }

  .surface-nav .dropdown-menu a.dropdown-item {
    margin: 0 0 0.25rem;
  }

  .surface-nav .dropdown-menu {
    margin: 0;
    min-width: unset;
  }

  .surface-nav .nav-item {
    margin: 0;
  }

  .footer-sec div {
    font-size: 12px;
    text-align: center !important;
    justify-content: center !important;
  }

  footer .footer-sec a {
    margin: 0 8px;
  }

  .product-info h1 {
    font-size: 36px;
  }

  .product-info p {
    font-size: 18px;
    margin: 0 0 1rem;
  }

  .microsoft-pro-8 .slider {
    padding-top: 1rem;
  }

  .carousel-thumbs .item img {
    width: 54px;
    margin: auto !important;
  }

  .carousel-thumbs .item p {
    font-size: 12px;
  }

  .carousel-images .owl-nav button.owl-prev {
    left: 0;
  }

  .feature-content h3 {
    font-size: 24px;
    margin: 0 0 1rem;
  }

  .feature-content {
    max-width: 100%;
    padding: 32px;
  }

  .feature-carousel .item {
    display: block;


  }

  .section-header {
    margin: 0 0 1.5rem;
  }

  .feature-content p {
    font-size: 14px;
  }

  .feature-image {
    height: 100%;
    object-fit: unset;
    object-position: unset;
  }

  .feature-carousel .owl-nav {
    bottom: unset;
    position: relative;
  }

  .selected .accordion-button {
    font-size: 18px;
  }

  .accordion-body {
    font-size: 14px;
  }

  .accordion-button {
    font-size: 16px;
  }

  .team-pic {
    height: 203px;
  }

  .inner-page-card .laptop-cards .laptop-specs p {
    font-size: 12px;
  }

  .inner-page-card .laptop-cards .laptop-specs h3 {
    font-size: 18px;
  }

  .inner-page-card .laptop-cards ul li {
    font-size: 13px;
  }

  .feature-wrapper {
    padding: 0;
  }

  .feature-wrapper .img {
    height: 48px;
    margin-bottom: 1rem;
  }

  .feature-wrapper .img img {
    height: 100%;
  }

  .feature-wrapper .desc h4 {
    font-size: 18px;
  }

  .feature-wrapper .desc p {
    font-size: 14px;
  }

  .common-space {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .task-flexibility img {
    width: 100%;
  }

  .task-flexibility .row h4 {
    font-size: 18px;
    margin: 1rem 0 0;
    padding: 0;
  }

  .task-flexibility .row p {
    font-size: 15px;
    padding: 0;
  }

  #sync3 .item-text h4,
  #sync5 .item-text h4 {
    font-size: 24px;
  }

  #sync3 .item-text p,
  #sync5 .item-text p {
    font-size: 14px;
  }

  #sync3 .item-text,
  #sync5 .item-text {
    max-width: 100%;
  }

  div#sync4,
  div#sync6 {
    position: relative;
    top: unset;
    padding: 0;
    max-width: 100%;
  }

  .banner {
    padding-top: 3.8rem;
  }

  .work-every-angle .row h3 {
    font-size: 18px;
    padding: 0;
  }

  .work-every-angle .row p {
    font-size: 14px;
    padding: 0;
    margin: 0 0 1rem;
  }

  .slider .product-info p {
    font-size: 16px;
  }

  .laptop-4-thumb {
    position: relative;
    width: 100%;
  }

  .microsoft-laptop-4 img {
    height: 130px;
  }

  .slider .product-info h1 {
    font-size: 20px;
  }

  .laptop-variant {
    position: relative;
    left: unset;
    image-rendering: unset;
    width: 100%;
    padding: 1rem;
  }

  .varient-content h3 {
    color: #000;
    font-size: 20px;
  }

  .varient-content>p {
    font-size: 15px;
    color: #000;
  }

  .model-name .btn-form {
    font-size: 13px;
  }

  .circle {
    width: 24px;
    height: 24px;
  }

  .color-black {
    margin: 0 0.75rem 0;
  }

  .surface-laptop-studio .slider {
    position: relative;
    width: 100%;
  }

  .img-desc h3 {
    font-size: 18px;
  }

  .img-desc p {
    font-size: 16px;
  }

  .img-desc {
    padding: 0 1rem;
    margin: 1rem 0 0;
  }
}

/*# sourceMappingURL=style.css.map */
