.blue_1 {
  display: none;
}

.t-series .grid .section-title {
  font-size: 50px;
}

.t-grid {
  position: relative;
}
.t-grid .t_desk_s {
  display: block;
}
.t-grid .t_mob_s {
  display: none;
}
.t-grid .item {
  position: absolute;
  width: 23.5%;
  height: 21.6%;
  background: rgb(30, 70, 230);
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  -moz-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #FFF;
}
.t-grid .item.grey {
  background: #EBEBEB;
  color: #000;
}
.t-grid .item b {
  font-weight: bold;
  font-size: 22px;
}
.t-grid .item p {
  margin-top: 10px;
  font-size: 16px;
}
.t-grid .item.line1 {
  top: 4.6%;
  left: 55.26%;
}
.t-grid .item.line1.l1-1 {
  top: 28%;
  left: 55.75%;
}
.t-grid .item.line1.l1-2 {
  top: 50.9%;
  left: 55.75%;
}
.t-grid .item.line1.l1-3 {
  top: 73.9%;
  left: 55.75%;
}
.t-grid .item.line2 {
  top: 16%;
  left: 74.2%;
}
.t-grid .item.line2.l2-1 {
  top: 39%;
}
.t-grid .item.line2.l2-2 {
  top: 62%;
  left: 74.6%;
}
.t-grid .top-heading {
  position: absolute;
  width: 42%;
  top: 4%;
  left: 5%;
  font-size: 28px;
  font-weight: 500;
}
.t-grid .phone-div {
  position: absolute;
  top: 240px;
  left: 10%;
  width: 36.5%;
}
.t-grid .phone-div .phone-image {
  position: relative;
}
.t-grid .phone-div .phone-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t-grid .phone-div .phone-image .phone-swipe {
  width: 83.1%;
  height: 40.7%;
  position: absolute;
  top: 18.8%;
  left: 8.4%;
  background: white;
  border-radius: 3px;
  overflow: hidden;
}
.t-grid .phone-div .phone-image .phone-swipe .owl-carousel {
  height: 100% !important;
}
.t-grid .phone-div .phone-image .phone-swipe .owl-carousel div {
  height: 100% !important;
}

section.performance-section {
  margin-bottom: 126px;
}
section.performance-section .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
section.performance-section .info h2 {
  font-size: 28px;
  text-transform: capitalize;
  line-height: 1.3;
}

.did-you-know .image img {
  width: 80%;
  height: auto;
}
.did-you-know .left-image {
  margin-top: 0;
  margin-left: -15px;
}
.did-you-know .right-image {
  margin-top: -20px;
  margin-right: -15px;
  text-align: right;
}
.did-you-know .text-div {
  display: flex;
  height: 100%;
  align-items: center;
}
.did-you-know .text {
  text-align: center;
}
.did-you-know .text h2 {
  text-transform: capitalize;
}

@media screen and (max-width: 1140px) {
  .t-grid .item b {
    font-size: 16px;
  }
  .t-grid .item p {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .t-grid .phone-div {
    left: 2%;
    top: 190px;
  }
}
@media screen and (max-width: 840px) {
  .t-grid .item b {
    font-size: 13px;
  }
  .t-grid .item p {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .t-series .grid .section-title {
    font-size: 28px;
  }
  .t-grid {
    margin-top: 100px;
  }
  .t-grid .t_desk_s {
    display: none;
  }
  .t-grid .t_mob_s {
    display: block;
  }
  .t-grid .top-heading {
    width: 90%;
    text-align: center;
    top: -88px;
    left: 5%;
    font-size: 20px;
  }
  .t-grid .phone-div {
    top: 34%;
    left: -2.4%;
    width: 54.5%;
  }
  .t-grid .item {
    width: 47.43%;
    height: 19.5%;
    clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
  }
  .t-grid .item b {
    font-size: 13px;
  }
  .t-grid .item p {
    margin-top: 5px;
    font-size: 11px;
  }
  .t-grid .item.line1 {
    top: 0%;
    left: 0.1%;
  }
  .t-grid .item.line1.l1-1 {
    top: 0%;
    left: 51%;
  }
  .t-grid .item.line1.l1-2 {
    top: 80%;
    left: 34.6%;
  }
  .t-grid .item.line1.l1-3 {
    top: 64%;
    left: 2%;
  }
  .t-grid .item.line2 {
    top: 15.8%;
    left: 28.5%;
  }
  .t-grid .item.line2.l2-0 {
    width: 42.3%;
    height: 17.26%;
  }
  .t-grid .item.line2.l2-1 {
    top: 62.5%;
    left: 53.1%;
  }
  .t-grid .item.line2.l2-2 {
    top: 30%;
    left: 48%;
  }
  section.performance-section {
    margin-bottom: 80px;
  }
  section.performance-section .info h2 {
    font-size: 18px;
    text-align: center;
    text-transform: none;
    line-height: 20px;
  }
  section.performance-section .info p {
    font-size: 16px;
    text-align: center;
  }
  .t-series .did-you-know .image img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .t-series .did-you-know .left-image {
    margin-right: -15px;
    text-align: right;
    margin-top: -150px;
    margin-bottom: 133px;
    overflow: hidden;
  }
  .t-series .did-you-know .left-image img {
    margin-right: -100px;
  }
  .t-series .did-you-know .right-image {
    text-align: left;
    margin-top: -100px;
    margin-left: -15px;
    margin-right: auto;
  }
  .t-series .did-you-know .right-image img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .t-series .did-you-know .text-div {
    margin-top: -155px;
  }
  .t-series .did-you-know .text {
    text-align: left;
    z-index: 99;
  }
  .t-series .did-you-know .text h2 {
    font-size: 28px;
    max-width: 120px;
    line-height: 1.2;
    font-weight: bold;
  }
  .t-series .did-you-know .text p {
    margin-top: 30px;
  }
  .t-series .press {
    margin-top: 0;
  }
  .t-series .press .section-title {
    text-align: center;
  }
}
@media screen and (min-width: 1600px) {
  .t-grid .item b {
    font-size: 28px;
  }
  .t-grid .item p {
    font-size: 18px;
  }
}/*# sourceMappingURL=t_series.css.map */