@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

.live_ecommerce_wrapper {
  font-family: "Roboto", sans-serif;
  color: #343534;
  line-height: 1.4 !important;
}
.bannerSection {
  position: relative;
}
.bannerSection {
  height: 905px;
  overflow: hidden;
  background: url(https://assets.tristatetechnology.com/pmisf/banner-img.png)
    no-repeat center bottom;
  background-size: cover;
}
.bannerContent {
  position: relative;
  text-align: center;
  color: #fff;
  padding-top: 142px;
  display: block;
}
.bannerContent h1 {
  font-size: 76px;
  line-height: 76px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.bannerContent p {
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  text-transform: initial;
  margin-bottom: 62px;
}
.overview_wrapper {
  padding: 80px 0;
  position: relative;
}
.live_ecommerce_wrapper h2 {
  color: #0e1b23;
  font-family: "Roboto", sans-serif;
}
.live_ecommerce_wrapper .bg-orange {
  background: #e5f9fcad;
}
header .container {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 99;
  display: table;
}
.live_ecommerce_wrapper {
  position: relative;
}
.content_wrap {
  position: relative;
}
.content_wrap h3 {
  font-weight: 600;
  font-size: 20px !important;
  color: #333;
  position: absolute;
  transform: rotate(-90deg);
  left: -265px;
  top: 45%;
  margin: 0;
  transform: rotate(90deg);
}
.content_wrap h3::after {
  content: "";
  display: inline-block;
  background-color: #333;
  height: 3px;
  width: 30px;
  margin-left: 30px;
  margin-bottom: 5px;
}
.content_wrap h3::before {
  content: "";
  display: inline-block;
  background-color: #333;
  height: 3px;
  width: 115px;
  margin-right: 40px;
  margin-bottom: 5px;
}
.overview_wrapper .content_wrap h3 {
  top: 0;
  left: -260px;
}
h2,
h3,
h4 {
  font-family: "Roboto", sans-serif;
}
.title_wrap {
  position: relative;
}
.title_wrap h2 {
  font-size: 70px !important;
  font-weight: 500;
  text-align: left;
  line-height: 80px !important;
  letter-spacing: 0 !important;
  z-index: 9;
  color: #6e63a4;
  position: absolute;
}
.technology_wrapper .title_wrap h2 {
  color: #fff;
}
.title_wrap .backtext {
  position: absolute;
  font-size: 120px !important;
  top: 0;
  text-align: left;
  margin-top: 0;
  line-height: 0;
  color: #00000005 !important;
  letter-spacing: 7px;
  z-index: 0;
}
.info_wrap {
  padding: 120px 0 0;
}
.content_wrap p {
  margin-top: 130px;
  font-size: 20px;
  line-height: 26.06px;
  width: 95%;
  margin-bottom: 20px;
}
.light_orange {
  background: #e5f9fcad;
}
.buyer_interface_wrapper {
  padding: 120px 0 150px;
  position: relative;
}
.dashbord_wrapper {
  padding: 190px 0;
}
.buyer_interface_wrapper .content_wrap h3 {
  left: -240px;
  top: 0;
}
.content_wrap h4 {
  font-size: 60px !important;
  font-weight: 500;
  text-align: left;
  line-height: 70px !important;
  letter-spacing: 0 !important;
  z-index: 1;
  color: #6e63a4;
}
.buyer_interface_wrapper p {
  margin-top: 20px;
}
.featureimg {
  position: relative;
}
.overview_img {
  max-width: 61%;
  width: 100%;
  position: relative;
}
.radar {
  position: absolute;
  left: 22%;
  top: 32%;
  z-index: 0;
}
.radar span {
  position: absolute;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  animation: radar 5s infinite linear;
  -webkit-animation: radar 5s infinite linear;
  opacity: 0;
  background: #fff;
  z-index: 0;
  border: 1px solid #6e63a4;
}
.radar span:nth-child(1) {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
  background: 0 0;
  -webkit-background: transparent;
}
.radar span:nth-child(2) {
  animation-delay: 1.88s;
  -webkit-animation-delay: 1.88s;
  background: 0 0;
  -webkit-background: transparent;
}
.radar span:nth-child(3) {
  animation-delay: 2.6s;
  -webkit-animation-delay: 2.6s;
  background: 0 0;
  -webkit-background: transparent;
}
@keyframes radar {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes radar {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
.radar1 {
  position: absolute;
  left: 25%;
  top: 34%;
}
.radar1 span {
  position: absolute;
  width: 225px;
  height: 225px;
  border-radius: 100%;
  animation: radar1 5s infinite linear;
  -webkit-animation: radar1 5s infinite linear;
  opacity: 0;
  background: #6e63a44f;
  -webkit-background: #6e63a44f;
  z-index: 0;
}
.radar1 span:nth-child(1) {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.radar1 span:nth-child(2) {
  animation-delay: 1.88s;
  -webkit-animation-delay: 1.88s;
}
.radar1 span:nth-child(3) {
  animation-delay: 2.33s;
  -webkit-animation-delay: 2.33s;
}
@keyframes radar1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes radar1 {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
.radar2 {
  position: absolute;
  left: 22%;
  top: 32%;
  z-index: 0;
}
.radar2 span {
  position: absolute;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  animation: radar2 5s;
  -webkit-animation: radar2 5s;
  opacity: 0.3;
  background: #fff;
  z-index: 0;
  border: 1px solid #6e63a4;
  animation-fill-mode: forwards;
}
.radar2 span:nth-child(1) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  background: 0 0;
  -webkit-background: transparent;
}
.radar2 span:nth-child(2) {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  background: 0 0;
  -webkit-background: transparent;
}
.radar2 span:nth-child(3) {
  animation-delay: 2.6s;
  -webkit-animation-delay: 2.6s;
  background: 0 0;
  -webkit-background: transparent;
}
@keyframes radar2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0.6;
  }
}
@-webkit-keyframes radar2 {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0.6;
  }
}
.radar3 {
  position: absolute;
  left: 25%;
  top: 34%;
}
.radar3 span {
  position: absolute;
  width: 225px;
  height: 225px;
  border-radius: 100%;
  animation: radar3 5s;
  -webkit-animation: radar3 5s;
  opacity: 0.3;
  background: #6e63a44f;
  -webkit-background: #6e63a44f;
  z-index: 0;
  animation-fill-mode: forwards;
}
.radar3 span:nth-child(1) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.radar3 span:nth-child(2) {
  animation-delay: 1.66s;
  -webkit-animation-delay: 1.66s;
}
.radar3 span:nth-child(3) {
  animation-delay: 1.88s;
  -webkit-animation-delay: 1.88s;
}
@keyframes radar3 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0.6;
  }
}
@-webkit-keyframes radar3 {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0.6;
  }
}
.sign_up_img_wrap .radar {
  top: 30%;
}
.sign_up_img_wrap .radar1 {
  top: 32%;
}
.text-lg-left .radar1 {
  left: 6%;
  top: 32%;
}
.text-lg-left .radar {
  left: 4%;
  top: 30%;
}
.find_user_wrapper {
  padding: 150px 0;
}
.find_user_wrapper .content_wrap p {
  margin-top: 20px;
}
.find_user_wrapper .icon_wrap img {
  margin-bottom: 5px;
}
.text-left .radar1 {
  left: 0;
}
.text-left .radar {
  left: 0;
  top: 20%;
}
.icon_wrap li {
  border-right: 2px solid #ddd;
  margin-top: 10px;
  padding-right: 40px;
}
.icon_wrap li + li {
  padding: 0 38px;
}
.icon_wrap li:last-child {
  border-right: 0;
}
.icon_wrap li span {
  display: block;
  font-size: 14.93px;
  text-align: center;
  font-weight: 900;
}
.icon_wrap li span strong {
  font-weight: 600;
  display: block;
}
.images_icons {
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
}
.images_icons .first_img {
  display: block;
  margin-top: 10%;
  z-index: 10;
  position: absolute;
}
.images_icons .second_img {
  display: block;
  margin-top: 64%;
  z-index: 10;
  position: absolute;
}
.images_icons .third_img {
  position: absolute;
  top: 50%;
  margin-top: 10%;
  right: 0;
  z-index: 100;
  margin-right: 1%;
}
.refer_wrapper {
  padding: 150px 0;
}
.refer_wrapper .content_wrap h4 {
  position: relative;
  margin-bottom: 20px;
}
.refer_wrapper .content_wrap p {
  margin-top: 0;
}
.refer_wrapper .icon_wrap img {
  margin-bottom: 7px;
}
.step {
  position: relative;
}
.step {
  display: block;
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background: #6e63a4;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  top: -6%;
  left: 100px;
  text-align: center;
  padding: 22px 0;
}
.clickAnimation {
  position: absolute;
  top: -6%;
  z-index: 2;
  left: 100px;
}
.clickAnimation span {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  animation: clickAnimation 5s infinite linear;
  -webkit-animation: clickAnimation 5s infinite linear;
  opacity: 0;
  background: 0 0;
  -webkit-background: transparent;
  z-index: 0;
  border: 1px solid #6e63a4;
}
.clickAnimation span:nth-child(1) {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  background: 0 0;
  -webkit-background: transparent;
}
.clickAnimation span:nth-child(2) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 1s;
  background: 0 0;
  -webkit-background: transparent;
}
@keyframes clickAnimation {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes clickAnimation {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
.overview_wrapper .clickAnimation {
  top: -30%;
}
.overview_wrapper .step {
  top: -30%;
}
.buyer_interface_wrapper .step {
  top: -4%;
}
.buyer_interface_wrapper .clickAnimation {
  top: -4%;
}
.seller_interface_wrapper {
  position: relative;
  padding: 195px 0 150px;
}
.seller_interface_wrapper .step {
  right: 100px;
  left: inherit;
}
.seller_interface_wrapper .clickAnimation {
  right: 170px;
  left: inherit;
}
.seller_interface_wrapper .text-lg-left .radar {
  top: 10%;
  left: 10%;
}
.seller_interface_wrapper .featureimg img {
  left: -20%;
  position: relative;
  width: 100%;
}
.seller_interface_wrapper .content_wrap h3 {
  left: inherit;
}
.seller_interface_wrapper .info_wrap {
  padding: 220px 0 0;
}
.seller_interface_wrapper .text-left .radar {
  left: 0;
  top: 0;
}
.dashbord_wrapper .featureimg img {
  z-index: 9;
  display: block;
  position: relative;
  width: 100%;
}
.dashbord_wrapper .radar {
  position: absolute;
  left: 0;
  top: 20%;
  z-index: 0;
  right: 40%;
}
.header_ttl {
  position: relative;
  width: 115%;
}
.technology_wrapper {
  padding: 150px 0;
  background: #343534;
  position: relative;
}
.technology_wrapper .title_wrap .backtext {
  color: #303030 !important;
  font-size: 112px !important;
  opacity: 1;
}
.techno_wrap {
  margin: 130px 0 0;
  display: flex;
  text-align: center;
  padding-left: 0;
}
.techno_wrap li img {
  box-shadow: 0 5px 25px 17px #343534;
}
.techno_wrap li {
  list-style: none;
  padding: 0 20px;
  flex: 1;
}
.techno_wrap li span {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 300 !important;
  margin-top: 20px;
}
.techno_wrap li span strong {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.technology_wrapper .content_wrap h3 {
  color: #fff;
  left: -28%;
  top: 50px;
  margin: 100px 0;
}
.technology_wrapper .content_wrap h3::before {
  background-color: #fff;
}
.technology_wrapper .content_wrap h3::after {
  background-color: #fff;
  width: 30px;
}
.technology_wrapper .step {
  top: -5%;
}
.technology_wrapper .clickAnimation {
  top: -5%;
}
.Challenges_wrapper {
  background: #6e63a4;
  padding: 150px 0;
  position: relative;
}
.Challenges_wrapper p {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  margin: 150px 0 50px;
}
.Challenges_wrapper .title_wrap h2 {
  color: #fff;
}
.Challenges_wrapper .title_wrap .backtext {
  color: #0d9d8d !important;
}
.side_header h3 {
  font-weight: 600;
  font-size: 20px !important;
  color: #333;
  position: absolute;
  transform: rotate(-90deg);
  left: -245px;
  top: 15%;
  margin: 0;
}
.side_header h3::after {
  content: "";
  display: inline-block;
  background-color: #333;
  height: 3px;
  width: 115px;
  margin-left: 30px;
}
.side_header h3::before {
  content: "";
  display: inline-block;
  background-color: #333;
  height: 3px;
  width: 30px;
  margin-right: 40px;
}
.Challenges_wrapper .content_wrap h3 {
  color: #fff;
  left: -27%;
  top: 50px;
  margin: 100px 0;
}
.Challenges_wrapper .content_wrap h3::before {
  background-color: #fff;
}
.Challenges_wrapper .content_wrap h3::after {
  background-color: #fff;
  width: 30px;
}
.Challenges_wrapper .step {
  background: #fff;
  color: #6e63a4;
  top: -5%;
}
.Challenges_wrapper .clickAnimation {
  top: -5%;
}
.Challenges_wrapper .clickAnimation span {
  border: 1px solid #fff;
}
.overview_wrapper .clickAnimation {
  top: -63%;
  left: -118px;
}
.overview_wrapper .step {
  top: -63%;
  left: -118px;
}
.buyer_interface_wrapper .step {
  top: -23%;
  left: -118px;
}
.buyer_interface_wrapper .clickAnimation {
  top: -23%;
  left: -118px;
}
.seller_interface_wrapper .step {
  top: -40%;
  right: -21px;
  left: initial;
}
.seller_interface_wrapper .clickAnimation {
  top: -40%;
  right: 50px;
  left: initial;
}
.seller_interface_wrapper .content_wrap h3 {
  right: -160px;
}
.technology_wrapper .step {
  top: -55%;
  left: -118px;
}
.technology_wrapper .clickAnimation {
  top: -55%;
  left: -118px;
}
.technology_wrapper .content_wrap h3 {
  left: -22.5%;
}
.Challenges_wrapper .step {
  top: -65%;
  left: -118px;
}
.Challenges_wrapper .clickAnimation {
  top: -65%;
  left: -118px;
}
.bannerSection {
  height: 1050px;
}
.Challenges_wrapper .content_wrap h3 {
  left: -22%;
  top: 50px;
}
.section_list li {
  font-size: 18px;
  line-height: normal;
  color: #000;
  position: relative;
  padding: 0 0px 0 10px;
  margin-bottom: 20px;
}
.section_list li::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 8px;
  background: #6e63a4;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-size: 100%;
}
.stakeholders .card-box {
  height: 100%;
  border-radius: 15px;
  background: #fff;
  padding: 48px 15px 15px;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 48px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 48px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 48px rgba(0, 0, 0, 0.2);
}
.stakeholders h3 {
  margin: 20px 0;
  font-size: 22px;
  font-weight: 500;
  color: #6e63a4;
  text-transform: uppercase;
}
.stakeholders p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.my-event-slider {
  max-width: 61%;
}
.text-lg-left .my-event-slider .overview_img {
  margin: 0px;
}
.my-event-slider .slick-dots li {
  width: 10px;
  height: 10px;
}
.my-event-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #a9a9a9;
  border-radius: 50%;
}
.my-event-slider .slick-dots li.slick-active button {
  background: #6e63a4;
}
.my-event-slider .slick-dots li button:before {
  display: none;
}

@media (min-width: 1200px) {
  .live_ecommerce_wrapper .container {
    position: relative;
  }
}
@media (min-width: 1601px) {
  .bannerSection {
    height: 970px;
  }
}
@media (min-width: 1921px) {
  .bannerSection {
    height: 1500px;
  }
}
@media (min-width: 2373px) {
  .bannerSection {
    height: 1230px;
  }
}
@media (max-width: 1600px) {
  .overview_wrapper .step {
    top: -65%;
    left: -118px;
  }
  .overview_wrapper .clickAnimation {
    top: -65%;
    left: -118px;
  }
  .buyer_interface_wrapper .step {
    top: -23%;
    left: -118px;
  }
  .buyer_interface_wrapper .clickAnimation {
    top: -23%;
    left: -118px;
  }
  .seller_interface_wrapper .step {
    top: -40%;
    left: inherit;
    right: -100px;
  }
  .seller_interface_wrapper .clickAnimation {
    top: -40%;
    left: inherit;
    right: -30px;
  }
  .seller_interface_wrapper .content_wrap h3 {
    right: -238px;
  }
  .technology_wrapper .step {
    top: -55%;
    left: -118px;
  }
  .technology_wrapper .clickAnimation {
    top: -55%;
    left: -118px;
  }
  .technology_wrapper .content_wrap h3 {
    left: -258px;
  }
  .Challenges_wrapper .step {
    top: -68%;
    left: -118px;
  }
  .Challenges_wrapper .clickAnimation {
    top: -68%;
    left: -118px;
  }
  .Challenges_wrapper .content_wrap h3 {
    top: 10%;
    left: -248px;
  }
}
@media (max-width: 1400px) {
  .overview_wrapper .step {
    top: -65%;
    left: -75px;
  }
  .overview_wrapper .clickAnimation {
    top: -65%;
    left: -75px;
  }
  .overview_wrapper .content_wrap h3 {
    top: 0;
    left: -217px;
  }
  .buyer_interface_wrapper .clickAnimation {
    top: -23%;
    left: -70px;
  }
  .buyer_interface_wrapper .step {
    top: -23%;
    left: -70px;
  }
  .buyer_interface_wrapper .content_wrap h3 {
    left: -217px;
    top: 0;
  }
  .seller_interface_wrapper .clickAnimation {
    top: -40%;
    left: inherit;
    right: 40px;
  }
  .seller_interface_wrapper .step {
    top: -40%;
    left: inherit;
    right: -30px;
  }
  .seller_interface_wrapper .content_wrap h3 {
    right: -165px;
  }
  .technology_wrapper .step {
    top: -55%;
    left: -75px;
  }
  .technology_wrapper .clickAnimation {
    top: -55%;
    left: -75px;
  }
  .technology_wrapper .content_wrap h3 {
    left: -223px;
  }
  .Challenges_wrapper .step {
    top: -65%;
    left: -75px;
  }
  .Challenges_wrapper .clickAnimation {
    top: -65%;
    left: -75px;
  }
  .Challenges_wrapper .content_wrap h3 {
    top: 50px;
    left: -213px;
  }
}
@media (max-width: 1359px) {
  .bannerMobileScreen {
    max-width: 595px;
  }
  .bannerScreenLeft {
    left: -60px;
    bottom: 10%;
    max-width: 55%;
  }
  .bannerScreenRight {
    right: -60px;
    bottom: 10%;
    max-width: 55%;
  }
  .bannerContent {
    height: 630px;
  }
  .overview_wrapper .clickAnimation {
    top: -60%;
    left: -75px;
  }
  .overview_wrapper .step {
    top: -60%;
    left: -75px;
  }
  .buyer_interface_wrapper .step {
    top: -26%;
    left: -70px;
  }
  .buyer_interface_wrapper .clickAnimation {
    top: -26%;
    left: -70px;
  }
  .seller_interface_wrapper .step {
    top: -45%;
    left: inherit;
    right: -55px;
  }
  .seller_interface_wrapper .clickAnimation {
    top: -45%;
    left: inherit;
    right: 15px;
  }
  .buyer_interface_wrapper .content_wrap h3 {
    left: -195px;
    top: 0;
  }
  .seller_interface_wrapper .content_wrap h3 {
    right: -195px;
  }
  .seller_interface_wrapper .featureimg img {
    left: -28px;
  }
  .seller_interface_wrapper .text-lg-left .radar {
    top: 18%;
    left: 20%;
  }
  .technology_wrapper .step {
    top: -48%;
    left: -75px;
  }
  .technology_wrapper .clickAnimation {
    top: -48%;
    left: -75px;
  }
  .Challenges_wrapper .clickAnimation {
    top: -60%;
    left: -75px;
  }
  .Challenges_wrapper .step {
    top: -60%;
    left: -75px;
  }
  .content_wrap h4 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
  .techno_wrap img {
    width: 100%;
  }
  .technology_wrapper .title_wrap .backtext {
    font-size: 98px !important;
  }
  .bannerContent h1 {
    font-size: 50px;
    line-height: 56px;
  }
  .bannerSection {
    height: 760px;
  }
  .radar1 {
    left: 22%;
  }
  .radar {
    left: 20%;
  }
}
@media (max-width: 1200px) {
  .text-lg-left .overview_img {
    margin-left: 20px;
  }
  .images_icons .first_img {
    margin-top: 3%;
  }
  .images_icons .second_img {
    margin-top: 77%;
  }
  .images_icons .third_img {
    margin-top: -5%;
  }
  .technology_wrapper .step {
    top: -55%;
  }
  .technology_wrapper .clickAnimation {
    top: -55%;
  }
}
@media (max-width: 1199px) {
  .bannerMobileScreen {
    max-width: 630px;
    margin: 0 auto;
  }
  .bannerScreenLeft {
    left: -70px;
  }
  .bannerScreenRight {
    right: -70px;
  }
  .bannerContent {
    height: 595px;
  }
  .step {
    top: -28%;
    left: 15px;
    display: none;
  }
  .clickAnimation {
    top: -28%;
    left: 15px;
    display: none;
  }
  .seller_interface_wrapper .info_wrap {
    padding: 100px 0 0;
  }
  .info_wrap {
    padding: 80px 0 0;
  }
  .buyer_interface_wrapper .step {
    top: -5%;
    left: 15px;
  }
  .buyer_interface_wrapper .clickAnimation {
    top: -5%;
    left: 15px;
  }
  .title_wrap h2 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
  .title_wrap .backtext {
    font-size: 80px !important;
  }
  .content_wrap h4 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .radar {
    left: 30%;
    top: 32%;
    display: none;
  }
  .radar span {
    width: 195px;
    height: 195px;
    animation-fill-mode: backwards;
  }
  .radar1 {
    position: absolute;
    left: 25%;
    top: 30%;
    display: none;
  }
  .radar2 {
    display: none;
  }
  .radar3 {
    display: none;
  }
  .images_icons {
    display: none;
  }
  .radar1 span {
    width: 160px;
    height: 160px;
    animation-fill-mode: backwards;
  }
  .seller_interface_wrapper .text-left .radar {
    left: 30%;
    top: 0;
  }
  .seller_interface_wrapper .featureimg img {
    left: 0;
  }
  .dashbord_wrapper .featureimg img {
    width: 100%;
  }
  .technology_wrapper .step {
    top: -7%;
  }
  .technology_wrapper .clickAnimation {
    top: -7%;
  }
  .technology_wrapper .title_wrap .backtext {
    font-size: 75px !important;
  }
  .Challenges_wrapper .step {
    top: -7%;
  }
  .Challenges_wrapper .clickAnimation {
    top: -7%;
  }
  .content_wrap h3 {
    display: none;
  }
  .bannerContent h1 {
    font-size: 50.32px;
    line-height: 55.32px;
  }
  .Challenges_wrapper p {
    margin: 90px 0 0;
  }
  .techno_wrap {
    margin: 90px 0 0;
  }
  .sign_up_img_wrap .radar {
    top: 30%;
    left: 17%;
  }
  .text-lg-left .radar {
    left: -3%;
    top: 30%;
  }
  .text-lg-left .overview_img {
    margin-left: 75px;
  }
  .icon_wrap li {
    padding-right: 12px;
  }
  .icon_wrap li + li {
    padding: 0 12px;
  }
  .techno_wrap li span strong {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .techno_wrap li {
    list-style: none;
  }
  .overview_wrapper .step {
    top: -10%;
  }
  .overview_wrapper .clickAnimation {
    top: -10%;
  }
  .overview_img {
    max-width: 75%;
    width: 100%;
  }
  .radar1 {
    position: absolute;
    left: 35%;
    top: 30%;
  }
  .radar {
    left: 30%;
    top: 25%;
  }
  .buyer_interface_wrapper br {
    display: none;
  }
  .images_icons {
    top: 0;
  }
  .seller_interface_wrapper .info_wrap {
    padding: 120px 0 0;
  }
  .seller_interface_wrapper .featureimg img {
    position: relative;
  }
  .seller_interface_wrapper .radar {
    left: 32%;
    top: 5%;
  }
  .dashbord_wrapper .featureimg img {
    margin: 0 auto;
  }
  .dashbord_wrapper .radar {
    top: 8%;
  }
  .content_wrap h4 {
    text-align: left;
    margin: 50px auto 10px;
  }
  .header_ttl {
    width: 100%;
  }
  .content_wrap p {
    width: 100%;
    text-align: center;
  }
  .buyer_interface_wrapper h4 br {
    display: none !important;
  }
  .icon_wrap {
    text-align: center;
  }
  .refer_wrapper .content_wrap h4 {
    width: 100%;
  }
  .images_icons {
    top: 0;
    display: none;
  }
  .technology_wrapper .title_wrap .backtext {
    font-size: 65px !important;
  }
  .Challenges_wrapper p {
    margin: 0;
  }
  .title_wrap h2 {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
  }
  .title_wrap .backtext {
    position: relative;
    text-align: center;
    top: -70px;
    display: none;
  }
  .content_wrap p {
    margin-top: 0;
    text-align: left;
  }
  .buyer_interface_wrapper .step {
    top: -3%;
  }
  .buyer_interface_wrapper .clickAnimation {
    top: -3%;
  }
  .info_wrap {
    padding: 10px 0 0;
  }
  .seller_interface_wrapper .info_wrap {
    padding: 10px 0 0;
  }
  .seller_interface_wrapper .featureimg img {
    width: 95%;
  }
  .dashbord_wrapper .featureimg img {
    width: 95%;
  }
  .seller_interface_wrapper .step {
    top: -4%;
  }
  .seller_interface_wrapper .clickAnimation {
    top: -4%;
  }
  .Challenges_wrapper .clickAnimation,
  .Challenges_wrapper .step,
  .technology_wrapper .clickAnimation,
  .technology_wrapper .step {
    top: -7%;
  }
  .technology_wrapper .clickAnimation {
    top: -7%;
  }
  .techno_wrap {
    margin: 0;
  }
  .text-lg-left .overview_img {
    margin-left: 0;
  }
  .stakeholders h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .content_wrap {
    margin-top: 40px;
  }
  .overview_img {
    max-width: 35%;
    width: 100%;
  }
  .seller_interface_wrapper .featureimg img {
    width: 75%;
  }
  .dashbord_wrapper .featureimg img {
    width: 75%;
  }
  .content_wrap h4 {
    text-align: center;
    margin: 50px auto 10px;
  }
  .content_wrap p {
    margin-top: 0;
    text-align: center;
  }
  .content_wrap h4 br {
    display: none;
  }
  .stakeholders .col-md-6 {
    margin-bottom: 30px;
  }
  .techno_wrap li {
    padding: 0 10px;
  }
  .techno_wrap li span strong {
    font-size: 15px;
  }
  .techno_wrap li img {
    box-shadow: 0 5px 10px 10px #343534;
  }
  .my-event-slider {
    max-width: 35%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .bannerContent {
    padding-top: 100px;
  }
  .live_ecommerce_wrapper .container {
    max-width: 100%;
  }
  .title_wrap h2 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .technology_wrapper .title_wrap .backtext {
    display: none;
  }
  .title_wrap .backtext {
    display: none;
  }
  .bannerContent h1 {
    font-size: 35.32px;
    line-height: 40.32px;
  }
  .bannerScreenLeft {
    left: -35px;
  }
  .bannerScreenRight {
    right: -35px;
  }
  .content_wrap p {
    margin-top: 0;
  }
  .buyer_interface_wrapper .content_wrap p {
    margin-top: 10px;
  }
  .overview_img {
    max-width: 85%;
    width: 100%;
  }
  .radar {
    display: none;
  }
  .radar1 {
    display: none;
  }
  .overview_wrapper .clickAnimation {
    display: none;
  }
  .overview_wrapper .step {
    display: none;
  }
  .content_wrap h4 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .buyer_interface_wrapper .step {
    display: none;
  }
  .buyer_interface_wrapper .clickAnimation {
    display: none;
  }
  .dashbord_wrapper .featureimg img {
    width: 75%;
    margin: 0 auto;
  }
  .technology_wrapper .step {
    display: none;
  }
  .technology_wrapper .clickAnimation {
    display: none;
  }
  .Challenges_wrapper .step {
    display: none;
  }
  .Challenges_wrapper .clickAnimation {
    display: none;
  }
  .techno_wrap {
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-flow: row;
    flex-wrap: nowrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .techno_wrap li {
    flex: 0 0 33.33%;
  }
  .techno_wrap li span strong {
    font-size: 14px;
  }
  .bannerContent {
    height: auto;
  }
  .icon_wrap li + li {
    padding: 0 12px 0 0;
    border-left: 0 solid rgba(255, 255, 255, 0.45);
  }
  .icon_wrap li {
    border-right: 0 solid #ddd;
    margin-top: 20px;
  }
  .content_wrap h4 {
    text-align: center;
    margin: 30px auto 0;
  }
  .text-lg-left .overview_img {
    margin-left: 0;
  }
  .bannerSection {
    height: 400px;
  }
  .stakeholders .card-box {
    padding: 20px;
  }
  .info_wrap {
    padding: 0 30px;
  }
  .my-event-slider {
    max-width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .seller_interface_wrapper .featureimg img {
    width: 100%;
  }
  .dashbord_wrapper .featureimg img {
    width: 100%;
    margin: 0 auto;
  }
  .find_user_wrapper .content_wrap p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .content_wrap h2 {
    margin-bottom: 0 !important;
  }
  .icon_wrap {
    text-align: left;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
  }
  .icon_wrap li {
    padding: 0 20px;
  }
  .icon_wrap li + li {
    padding: 0 20px;
    border-left: 0 solid rgba(255, 255, 255, 0.45);
  }
  .refer_wrapper .content_wrap p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .title_wrap h2 {
    margin-bottom: 0 !important;
  }
  .refer_wrapper .content_wrap h4 {
    margin-bottom: 0;
  }
}
@media (max-width: 320px) {
  .icon_wrap li + li {
    padding: 0 20px 0 8px;
    border-left: 0 solid rgba(255, 255, 255, 0.45);
  }
}
