
.tpt-banner {
  background-size: cover !important;
  background-position: center !important;
  padding: 0;
  position: relative;
  padding: 50px 0 50px;
  height: 560px;
}

.home-banner {
  background-image: url('../media/images/banners/banner-1.jpg');
  box-shadow: inset 0 0 0 2000px rgba(30, 0, 41, 0.7);
}

.digital-solutions-banner {
  background-image: url('../media/images/banners/banner-10.jpg');
  box-shadow: inset 0 0 0 2000px rgba(10, 0, 13, 0.7);
}

.chat-bot-banner {
  background-image: url('../media/images/banners/banner-6.jpg');
  box-shadow: inset 0 0 0 2000px rgba(10, 0, 13, 0.5);
}

.branding-banner {
  background-image: url('../media/images/banners/banner-7.jpg');
  box-shadow: inset 0 0 0 2000px rgba(10, 0, 13, 0.8);
}

.ecommerce-banner {
  background-image: url('../media/images/banners/banner-5.jpg');
  box-shadow: inset 0 0 0 2000px rgba(10, 0, 13, 0.6);
}

.about-us-banner {
  background-image: url('../media/images/banners/banner-2.jpg');
  box-shadow: inset 0 0 0 2000px rgba(10, 0, 13, 0.5);
}

.careers-banner {
  background-image: url('../media/images/banners/banner-13.jpg');
  box-shadow: inset 0 0 0 2000px rgba(10, 0, 13, 0.7);
}

.contact-us-banner {
  background-image: url('../media/images/banners/banner-14.jpg');
  box-shadow: inset 0 0 0 2000px rgba(10, 0, 13, 0.7);
}
  
.banner-content {
  width: 80%;
    margin: 92px auto;
    text-align: center;
}
.container.banner-heading {
  position: static;
}
.banner-img {
  position: absolute;
  right: -4%;
  top: 0;
}
.container.banner-heading.clearfix {
  position: relative;
  display: flex;
  align-items: center;
}
.banner-img img {
  height: auto;
}
.banner-heading h1 {
  font-weight: 400;
 font-size: 46px;
    line-height: 66px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 22px;
}
.banner-content h1 span.banner-sub-title {
  
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: #ffffff;
  opacity: 90%;
}
.banner-heading h1 span.highlight {
  color: #ffce00;
  font: inherit;
}
.banner-heading h1:after {
  content: "";
  background-image: url(./images/ecommerce/path-one.svg);
  position: absolute;
  left: 0;
  width: 160px;
  height: 13px;
  background-repeat: no-repeat;
  bottom: 0;
}
ul.banner-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 12px;
  margin: 0;
  width: 100%;
  list-style-position: inside;
  align-content: flex-start;
}
ul.banner-list li .icon {
  margin-top: -2px;
  float: left;
  margin-right: 10px;
  color: #ffce00;
}

.banner-heading h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 45px;
}
.banner-heading h1 span {
  position: relative;
}
h1 span.heading-desc {
  
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
}
.banner-heading p {
  font-weight: 200;
  font-size: 18px;
  line-height: 30px;
  max-width: 85%;
  color: #FFFFFF;
  margin: 0 auto;
}
.banner-heading .button.talk-to-us {
  min-width: 199px;
  font-weight: 600;
  display: inline-block;
  overflow: inherit;
  margin-right: 15px !important;
  background: #fb7d17;
  color: #fff;
  border: 1px solid #f27d19;
}
.banner-heading .button.secondary {
  border: solid 1px #fff;
  background: 0 0;
  color: #fff;
  min-width: 199px;
  box-shadow: 8px 9px 27px 0 rgb(5 122 171 / 25%);
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
}
.banner-heading .button.secondary:hover {
  background: #fb7d17;
  color: #fff;
  border: solid 1px transparent;
}
.banner-img-human {
  position: absolute;
  top: 77%;
  height: auto;
  width: 220px;
  right: 32%;
}
.banner-img-laptop {
  position: absolute;
  width: 280px;
  right: 15%;
  top: 19%;
  animation: laptop-moving 2s ease-in-out infinite;
  animation-direction: alternate;
}
@keyframes laptop-moving {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 15px);
  }
}
.banner-img-phone {
  position: absolute;
  width: 235px;
  right: 0;
  top: 22%;
  animation: phone-moving 2s ease-in-out infinite;
  animation-direction: alternate;
}
@keyframes phone-moving {
  0% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.banner-heading {
  color: #fff;
}
.banner-content ul {
  margin-bottom: 24px;
}
.banner-content ul li {
  
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: 0px 0px 12px 0px;
  display: inline-block;
  color: #fff;
  width: 100%;
}
ul.banner-list li svg {
  margin-right: 5px;
  transform: translateY(2px);
}
.banner-content ul li i {
  height: 10px;
  width: 10px;
  display: block;
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  margin-right: 12px;
}

@media (max-width: 1600px) {
  .banner-img img {
    width: 680px;
    padding: 0;
  }
}
@media (max-width: 1450px) {
  .banner-img img {
    width: 680px;
    padding: 0;
  }
  .banner-img {
    top: 0;
  }
}
@media (max-width: 1366px) {
  .banner-img img {
    width: 680px;
    padding: 0;
  }
  .banner-img {
    top: 0;
    right: -30px;
  }
}
@media (min-width: 1280px) {
  .banner-img img {
    top: 0;
    position: relative;
  }
}
@media (max-width: 1300px) {
  .banner-heading h4 {
    
    font-weight: 700;
    font-size: 22px;
    line-height: 45px;
  }
  .banner-img img {
    width: 600px;
  }
  .innerpagesmenu .container {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .banner-img img {
    width: 560px;
  }
  .banner-img {
    top: 10%;
  }
}
@media (max-width: 1130px) {
  .banner-img img {
    width: 500px;
  }
  .banner-content {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .features-content {
    width: 48%;
  }
  .tpt-banner {
    position: relative;
    padding: 60px 0 90px;
    margin-top: 70px;
  }
  .banner-content {
    margin-top: 0;
    padding-left: 10px;
  }
}

@media (max-width: 1024px) {
  .feature-row-list {
    padding: 10px 0;
  }
  .features-content {
    width: 48%;
    padding: 20px 0 30px;
    margin: 55px 0 0 10px;
  }
  .features-content h3.heading-features,
  .features-content h4.heading-features {
    margin-bottom: 10px;
  }
  .features-img img.lazy-communication,
  .features-img img.lazy-data {
    padding-top: 50px;
  }
  
  .features-communication.live-broadcasting-section .features-img {
    display: none;
  }
  .live-broadcasting-section .features-content {
    width: 100%;
    margin: 65px 0 0 0;
  }
  .banner-img-human,
  .banner-img-laptop,
  .banner-img-phone {
    display: none;
  }
  .chat-apps ul li {
    min-height: 248px;
  }
  .banner-heading h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }
  .banner-content h1 span.banner-sub-title {
    margin-bottom: 8px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .banner-heading h1 {
    
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
  }
  .banner-heading h1 span {
    
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
  }
  .banner-heading h4 {
    
    font-weight: 400;
    font-size: 30px;
    line-height: 51px;
  }
  h1 span.heading-desc {
    
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
  }
  ul.tabs li {
    width: 142px;
  }
  .banner-img {
    right: 0;
    top: 0;
  }
  .banner-content {
    width: 65%;
  }
  .banner-img {
    width: 50%;
  }
  .banner-content {
    margin: auto;
  }
  .banner-img img {
    max-width: 100%;
  }
  .tpt-banner {
    padding: 40px 0 50px;
    height: auto;
  }

  
  .features-img {
    margin-top: 37px;
    width: 50%;
  }
  .tab-description p {
    width: 100%;
  }
  .bubble-top {
    right: 0;
  }
  .bubble-bottom {
    left: 0;
  }
  
  .features-img img.lazy-communication,
  .features-img img.lazy-data {
    height: auto;
    max-width: 100%;
  }
  .chat-apps ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .chat-apps ul li {
    width: 44.4%;
  }
}
@media screen and (max-width: 991px) {
  .banner-img,
  .video-call-solution-mainpage ul.tabs {
    display: none;
  }
  .banner-content {
    width: 100%;
    margin-top: 0;
  }
  .tab_content {
    padding: 20px 0 25px;
  }
  .d_active.tab_drawer_heading svg.plus,
  .tab-img img,
  .tab_drawer_heading svg.minus,
  .tabs {
    display: none;
  }
  .tab_drawer_heading {
    background-color: #553696;
    color: #fff;
    border-top: 1px solid #fff;
    margin: 0;
    padding: 10px 45px 10px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
  }
  .tab_drawer_heading svg.minus,
  .tab_drawer_heading svg.plus {
    position: absolute;
    top: 12px;
    right: 15px;
    height: 18px;
    width: 18px;
  }
  .d_active.tab_drawer_heading svg.minus,
  .tab_drawer_heading svg.plus {
    display: block;
  }
  .d_active {
    background-color: #4b249c;
    color: #fff;
    
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
  }
  .tab_container {
    margin-top: 35px;
  }
  .tab-description,
  .tab-description p,
  .tab-description ul li,
  .tab-img {
    width: 100%;
  }
  .tab-description {
    padding: 0 0 0 6px;
  }
  .tab-description p {
    
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 7px;
  }
  .tab-description ul li {
    
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
  }
  
}
@media (min-width: 769px) and (max-width: 991px) {
  .security-solutions {
    position: absolute;
    right: -10px;
  }
  .security-list {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .banner-heading h1 {
    padding-top: 20px;
  }
  .functionalities-feature-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .feature-row-list {
    padding: 10px 45px;
    margin: 10px;
    width: 47%;
  }
  .banner-content ul {
    width: 90%;
    margin: 0 auto;
  }
  .banner-content ul li {
    width: 100% !important;
    text-align: left;
  }
  .banner-heading h1 span:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .container.chat-api-sdk .button {
    margin: 0 auto;
  }
  .features-api.same-features#feature-enriched {
    margin: 35px 0 0;
  }
  .features-api.same-features#broadcasting-sdk {
    margin: 0 0 35px;
  }
  .video-call-solution-mainpage .features-api .features-communication,
  .video-call-solution-mainpage .features-api .features-data-moderation {
    flex-direction: column;
  }
  .features-communication .features-img,
  .features-data-collaboration .features-img,
  .features-data-communication .features-img,
  .features-data-moderation .features-img {
    order: 1;
  }
  .features-communication .features-content,
  .features-data-collaboration .features-content,
  .features-data-communication .features-content,
  .features-data-moderation .features-content {
    order: 2;
  }
  
  .banner-content {
    margin-top: 0;
  }
  .banner-heading h1:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tpt-banner {
    background-size: cover;
    background-position: center;
    padding: 80px 0 50px;
  }
  
  .container.chat-api-sdk {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .banner-content,
  .chat-apps ul,
  .features-content,
  .features-img {
    width: 100%;
    margin: auto;
    margin-top: 30px;
  }
  .banner-img,
  .bubble-bottom,
  .bubble-top,
  .chat-features {
    display: none;
  }
  .heading.chat-api p {
    
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .heading.chat-api p:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .features-content {
    margin: 20px 0 0;
  }
  .tab-description h3 {
    
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
  }
  .features-content h3.heading-features,
  .features-content h4.heading-features {
    
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .features-content {
    padding: 20px 0;
  }
  .accordion h4 {
    
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
  }
  .accordion {
    margin-bottom: 10px;
    padding: 9px 15px 10px 65px;
  }
  .accordion svg {
    left: 15px;
  }
  .accordion img {
    left: 15px;
  }
  .features-content a {
    margin: 20px 0 0 52px;
  }
  .features-api {
    margin: 35px 0;
  }
  .tab-section {
    padding-top: 30px;
  }
  .chat-apps ul li {
    width: 46.5%;
    margin: 30px 10px 7px;
    min-height: 270px;
  }
  .features-img {
    margin-top: 40px;
  }
  .security {
    margin-top: 30px;
  }
  .security-list {
    margin-bottom: 50px;
    width: 100%;
    padding: 35px 10px;
  }
  .security-content {
    padding: 20px;
    width: 100%;
  }
  .security-list ul,
  .security-list ul li {
    width: 50%;
  }
  .security-list ul {
    margin-top: 40px;
  }
  .security-solutions {
    right: 0;
    float: right;
    width: 48%;
    height: 320px;
  }
  .security-solutions:after {
    top: 14px;
    left: -11px;
    height: 280px;
    width: 350px;
  }
  .security-content h4 {
    
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
  .security-content p {
    margin-top: 10px;
    
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .security-list ul li h3 {
    width: 100%;
    
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 35px 10px;
    min-height: 118px;
  }
  .features-img img.lazy-communication,
  .features-img img.lazy-data {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .feature-row-list {
    padding: 10px 20px;
    margin: 10px auto;
    width: 100%;
    text-align: center;
  }
  .banner-content.banner-left.animated {
    text-align: center;
  }
  .banner-heading .button.talk-to-us {
    margin-right: 0 !important;
  }
  .banner-heading h1 span:after {
    bottom: -13px;
  }
  
  .features-communication.live-broadcasting-section,
  .features-communication.live-broadcasting-section .features-img {
    display: block;
  }
  .tpt-banner {
    padding: 10px 0 50px;
    margin-top: 60px;
  }
  .banner-heading h4 {
    
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
  }
  .banner-heading h1 span {
    
    font-weight: 700;
    font-size: 23px;
    line-height: 32px;
  }
  .banner-heading h1 span.heading-desc {
    
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
  }
  .banner-heading p {
    
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .chat-apps ul li {
    width: 100%;
    margin: 25px 0 7px;
    min-height: auto;
  }
  .features-img img.lazy-communication,
  .features-img img.lazy-data {
    height: auto;
    width: auto;
  }
  .security p,
  .security-list ul,
  .security-list ul li,
  .security-list ul li h3 {
    width: 100%;
  }
  .security-list ul,
  .security-solutions:after {
    display: none;
  }
  .security-list {
    width: 100%;
    margin: 40px auto 30px;
    padding: 0;
  }
  .security-list ul li h3 {
    padding: 10px;
    
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
  }
  .security-list ul li:nth-child(1),
  .security-list ul li:nth-child(2),
  .security-list ul li:nth-child(3) {
    border: none;
  }
  .security-list ul li p {
    display: block;
    padding: 0 10px 10px;
  }
  .security-list ul li {
    margin-bottom: 10px;
  }
  .security-list ul li h3 {
    min-height: auto;
  }
  .security-list ul li svg {
    display: block;
    fill: url(#ultimate-icons1);
  }
  .showSingle.active {
    background-color: transparent;
  }
  .security-list {
    border: none;
  }
  .security-solutions {
    display: block;
    float: left;
    width: 100%;
    height: auto;
  }
  .security-content {
    position: relative;
    display: block;
  }
  .targetDiv {
    opacity: 1;
  }
}
@media (max-width: 580px) {
  .live-broadcasting-section .features-content ul.live-broadcasting-items {
    display: block;
  }
  .live-broadcasting-section .features-content ul.live-broadcasting-items li {
    width: 100%;
    border-right: none;
  }
  .live-broadcasting-section
    .features-content
    ul.live-broadcasting-items
    li:nth-child(5),
  .live-broadcasting-section
    .features-content
    ul.live-broadcasting-items
    li:nth-child(6) {
    border-bottom: 1px solid #c9c9c9;
  }
}

@media (max-width: 375px) {
  .banner-heading h1 span {
    
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
  }
  .banner-content ul {
    margin-bottom: 12px;
  }
  .heading h2,
  .heading h3 {
    
    font-weight: 700;
    font-size: 23px;
    line-height: 40px;
  }
}
@media (max-width: 320px) {
  .banner-heading h1 span {
    
    font-weight: 700;
    font-size: 17px;
    line-height: 32px;
  }
  .heading h2,
  .heading h3 {
    
    font-weight: 700;
    font-size: 23px;
    line-height: 40px;
  }
  .banner-content ul {
    margin-bottom: 12px;
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .connect-device-content .connect-device-solutions {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .banner-img img {
    height: auto;
  }
  .connect-device-content.features-content {
    display: block;
  }
  .connect-device-content.features-content .first-set {
    margin-right: 0;
  }
  .features-content {
    width: 48%;
    padding: 20px 0 30px;
    margin: 65px 0 0 10px;
  }
  .features-img img.lazy-communication,
  .features-img img.lazy-data {
    padding-top: 50px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .features-img {
    margin-top: 37px;
    width: 50%;
  }
  .features-img img.lazy-communication,
  .features-img img.lazy-data {
    height: auto;
    max-width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .security-solutions {
    position: absolute;
    right: -10px;
  }
}
@media (max-width: 768px) {
  .connect-device-content.features-content {
    margin: 20px 0;
  }
  .banner-heading p {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 18px;
  }
  .chat-api-mainpage .chatapi-security,
  .chat-api-mainpage .features-perform,
  .features-communication,
  .features-data-collaboration,
  .features-data-communication,
  .features-data-moderation {
    display: block;
  }
  .connect-to-device .features-communication {
    flex-direction: column;
  }
  .features-communication .features-img,
  .features-data-communication .features-img {
    order: 1;
  }
  .features-communication .features-content,
  .features-data-communication .features-content {
    order: 2;
  }
  .features-content,
  .features-img {
    width: 100%;
  }
  .chat-features {
    display: none;
  }
  .features-content {
    margin: 20px 0 0;
  }
  .features-content {
    padding: 20px 0;
  }
  .features-content a {
    margin: 20px 0 0 52px;
  }
  .features-api {
    margin: 35px 0;
  }
  .features-img {
    margin-top: 40px;
  }
  .security {
    margin-top: 30px;
  }
  .security-content {
    padding: 20px;
    width: 100%;
  }
  .security-solutions {
    right: 0;
    float: right;
    width: 48%;
    height: 320px;
  }
  .security-solutions:after {
    top: 14px;
    left: -11px;
    height: 280px;
    width: 350px;
  }
  .security-content h4 {
    
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
  .security-content p {
    margin-top: 10px;
    
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .features-img img.lazy-communication,
  .features-img img.lazy-data {
    padding-top: 0;
  }
  .banner-button {
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .tpt-banner {
    padding: 10px 0 40px;
    height: auto;
  }
  .features-img img.lazy-communication,
  .features-img img.lazy-data {
    height: auto;
    width: auto;
  }
  .security p {
    width: 100%;
  }
  .security-solutions:after {
    display: none;
  }
  .security-solutions:after {
    width: 100%;
    margin: 40px auto 30px;
    padding: 0;
  }
  .security-solutions {
    display: block;
    float: left;
    width: 100%;
    height: auto;
  }
  .security-content {
    position: relative;
    display: block;
  }
}
