.ppc-sports-leagues-banner{
  background: url('../ppc-img/Sports-leagues-Web-bg.webp') no-repeat;
  background-size: cover;
  background-position: top left;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 100px);
  position: relative;
  padding: 80px 0;
}
.ppc-page-header h1{
  padding: 0;
  letter-spacing: -2px;
}
.ppc-page-header p{
  color: #fff;
  padding-top: 30px;
}
.ppc-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* css for ppc-form-banner */
.ppc-form-banner{
  border-radius: 30px;
  padding: 40px;
  background-color: #FFFFFF;
  margin-right: 40px;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.ppc-form-rgt {
  width: 50%;
  position: relative;
}
img.ppc-banner-left {
  position: absolute;
  top: 0;
  left: -18%;
  max-width: 370px;
  z-index: 0;
}
img.ppc-banner-right {
  position: absolute;
  top: 0;
  right: -140px;
  max-width: 370px;
  z-index: 0;
}
.ppc-page-header {
  position: relative;
  z-index: 1;
}
.ppc-form-heading{
  font-family:'Geomanist-Medium';
  text-align: center;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 1.08;
}
.ppc-form-banner .form-group {
  margin-bottom: 20px;
}
.ppc-form-banner .form-control{
  border-radius: 5px;
  background-color: #F5F5F5;
  border: none;
  padding: 10px 20px;
  height: 60px;
  box-shadow: none;
  color: #212121;
}
.ppc-form-banner .form-control::placeholder {
  color: #666666;
  opacity: 1;
}
.ppc-form-banner textarea.form-control{
  height: 130px;
  padding-top: 18px;
}
.ppc-form-banner .form-control:focus{
  box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);    
}
.ppc-form-banner .btn-primary {
  letter-spacing: 0;
  font-size: 18px;
  width: 100%;
  font-family:'Geomanist-Medium';
  height: 56px;
  border-radius: 5px;
  margin-top: 20px;
  box-shadow: none;
  text-transform: none;
  background-color: #00B46A;
  border: none;
}
.ppc-form-banner .btn-primary:hover{
  background-color: #009156;
}
@media screen and (max-width: 1600px) {
  img.ppc-banner-right{
    right: -20%;
  }
  .ppc-form-banner{
    max-width: 470px;
  }
}
@media screen and (max-width: 1440px) {
  .ppc-page-header h1{
    font-size: 60px;
    line-height: 70px;
  }
  .ppc-page-header p{
    padding-top: 10px;
    font-size: 18px;
  }
  
}
@media screen and (max-width: 1365px) {
  .ppc-page-header h1 {
    font-size: 55px;
    line-height: 1.1;
}
  .ppc-form-banner{
    margin-right: 0;
  }
  .ppc-form-rgt{
    padding-right: 120px;
  }
  img.ppc-banner-left{
    max-width: 250px;
    left: -30%;
  }
  img.ppc-banner-right{
    right: -30px;
  }
}
@media screen and (max-width: 1199px) {
  .ppc-sports-leagues-banner{
    min-height: 400px;
  }
  .ppc-form-lft{
    width: 45%;
  }
  .ppc-form-rgt{
    padding-right: 70px;
  }
  .ppc-page-header h1 {
      font-size: 40px;
  }
  .ppc-form-banner{
    margin-right: auto;
    padding: 20px;
  }
  .ppc-form-heading{
    font-size: 18px;
  }
  .ppc-form-banner .form-control{
    height: 48px;
    font-size: 14px;
    padding: 10px 15px;
  }
  .ppc-form-banner textarea.form-control {
    height: 80px;
    padding-top: 10px;
  }
  .ppc-form-banner .btn-primary{
    height: 48px;
    font-size: 14px;
  }
  img.ppc-banner-left{
    left: -25%;
  }
  img.ppc-banner-right {
    max-width: 250px;
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .ppc-sports-leagues-banner{
    padding: 30px 0;
    background-image: url('../ppc-img/Sports-leagues-Web-bg-mob.webp');
  }
  img.ppc-banner-left,
  img.ppc-banner-right{
    display: none;
  }
  .ppc-form-banner{
    margin-top: 30px;
    border-radius: 18px;
  }
  .ppc-page-header h1 {
    font-size: 38px;
  }
  .ppc-page-header p {
    font-size: 18px;
    line-height: 26px;
    padding-top: 0;    
  }
  .ppc-form-row{
    flex-direction: column;
    padding: 0 5px;
  }
  .ppc-form-lft,
  .ppc-form-rgt{
    width: 100%;
    padding-right: 0;
  }
  .ppc-page-header{
    text-align: center;
  }
  .ppc-form-banner .form-group{
    margin-bottom: 15px;
  }
  .ppc-form-banner .btn-primary{
    margin-top: 3px;
  }

  .common-heading65 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
  }

}

/* ppc-bttm-sec-form  start*/
.ppc-bttm-sec-form{
  background-color: #000;
  padding: 110px 0;
}
.bttm-heading {
  font-size: 65px;
  padding-top: 0;
  max-width: 490px;
  line-height: 70px;
}
.bttm-heading br{
  display: none;
}
.bttm-txt-md br{
  display: none;
}
.only-mobile-view{
  display: none;
}
.ppc-md-sm-txt {
  font-size: 16px;
  color: #fff;
  font-family: 'Geomanist-Book';
}
.bttm-txt-md {
  color: #999;
  font-size: 22px;
  margin: 20px 0 50px;
}

.ppc-contact-info li {
  position: relative;
  display: flex;
  color: #999999;
  font-size: 18px;
  margin-top: 20px;
}

span.ppc-ic {
  width: 50px;
}

span.ppc-ic img {
  width: 30px;
  margin-right: 30px;
}
.sm-txt-light{
  display: block;
  margin-bottom: 6px;
}
.ppc-contact-info li p, .ppc-contact-info li p a {
  font-size: 22px;
  color: #fff;
  font-family: 'Geomanist-Medium';
}
.ppc-form-bttm-row{
  display: flex;
  justify-content: space-between;
}
.ppc-form-bttm-lt,
.ppc-form-bttm-rt {
  width: 50%;
}
.ppc-form-bttm {
  margin-top: 20px;
  max-width: 570px;
  margin-left: auto;
}
.ppc-form-bttm .form-group {
  margin-bottom: 30px;
}
.ppc-form-bttm .form-control{
  border-radius: 5px;
  background-color: #F5F5F5;
  border: none;
  padding: 10px 20px;
  height: 72px;
  box-shadow: none;
  color: #212121;
}
.ppc-form-bttm .form-control::placeholder {
  color: #666666;
  opacity: 1;
}
.ppc-form-bttm textarea.form-control{
  height: 200px;
  padding-top: 18px;
}
.ppc-form-bttm .btn.btn-primary {
  letter-spacing: 0;
  background-color: #00B46A;
  font-size: 18px;
  width: 100%;
  font-family:'Geomanist-Medium';
  height: 64px;
  border-radius: 5px;
  
  text-transform: none;
}
.ppc-form-bttm .btn-primary:hover{
  background-color: #009156;
}


@media screen and (max-width: 1199px) {
    .ppc-bttm-sec-form {
        padding: 60px 0;
    }
    .bttm-heading{
      font-size: 45px;
      line-height: 1.2;
    } 
   
    .bttm-heading{
      font-size: 38px;
    }
    .bttm-txt-md{
      font-size: 16px;
      line-height: 1.1;
    } 
    .sm-txt-light{
      margin-bottom: 2px;
    }   
    .ppc-form-bttm .form-control{
        height:48px;
        font-size:14px;
        padding: 10px 13px;
    }
    .ppc-form-bttm textarea.form-control{
        height:90px;
        padding-top: 10px;
    }
    .ppc-form-bttm .btn.btn-primary{
        height:48px;
        font-size: 14px;
        margin-top: 25px;
    }
    .ppc-contact-info li p, .ppc-contact-info li p a{
        font-size:20px;
    }
  }
  @media screen and (max-width: 767px) {
    .ppc-bttm-sec-form {
        padding: 60px 0;
    }
    .ppc-form-bttm-row {
      flex-direction: column;
    }
    .only-dektop-view{
      display: none;
    }
    .only-mobile-view{
      display: block;
      text-align: center;
      margin-top: 40px;
    }
    .bttm-heading br{
      display: block;
    }
    .bttm-txt-md {
      font-size: 18px;
      margin: 20px 0 30px;
    }
    .bttm-txt-md br{
      display: block;
    }
    .ppc-form-bttm-lf,
    .ppc-form-bttm-rt {
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
      text-align: center;
    }
    .ppc-form-bttm{
      max-width: inherit;
      width: 100%;
    }
    .ppc-form-bttm .form-group{
      margin-bottom:15px;
    }
    .ppc-contact-info li{
      justify-content: center;
    }
  }

/* end */
/* ppc-experience start */
.ppc-experience-sc {
  background-color: #F2F7FF;
  padding-top: 110px;
}
.ppc-experience-sc .works-items-list{
  gap: 30px;
  justify-content: center;
}
.ppc-experience-sc .works-items-here {
  padding-top: 0;
}
.ppc-experience-sc .works-items {
  padding: 0;
  background-color: #ffffff;
}
.ppc-experience-sc .pworks-items-cnt{
  padding: 50px 50px 0 50px;
}
.ppc-experience-sc .winner-title{
  font-family: 'Geomanist-Medium';
}
.ppc-experience-sc .btn-get-free-demo {
  max-width: 250px;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .ppc-experience-sc .pworks-items-cnt{
    padding: 20px 20px 0 20px;
  }
  .ppc-experience-sc .winner-title{
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .ppc-experience-sc .btn-get-free-demo{
    margin-top: 50px;
    margin-bottom: 0px;
    max-width: inherit;
  }
  .ppc-experience-sc .pworks-items-cnt{
    padding: 20px;
  }
}
/* end */

/* ppc-client-sec start */
.ppc-client-sec {
  padding: 110px 0 40px;
}
.ppc-logo-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.ppc-logo-list li {
  padding: 24px 10px;
  width: 20%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ppc-logo-list li img {
  max-width: 135px;
  max-height: 60px;
}

.btn-get-free-demo{
  background-color: #00B46A;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Geomanist-Medium';
  letter-spacing: 0;
  text-shadow: none;
  margin: 0 auto;
  display: block;
  max-width: 210px;
  padding: 12px 15px;
  margin-top: 30px;
  text-transform: none;
  border-radius: 4px;
  border: none;
  line-height: 24px;
}
.btn-get-free-demo:hover{
  background-color: #009156;
}
@media screen and (max-width: 1600px) {
  .pworks-items-cnt .bodyfont{
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .pworks-items-cnt .bodyfont{
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .ppc-logo-list li{
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .ppc-experience-sc{
    padding: 60px 0;
  }
  .ppc-client-sec{
    padding: 60px 0 0;
  }
  .ppc-logo-list{
    text-align: center;
  }
  .ppc-logo-list li{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ppc-logo-list li img {
    max-width: 130px;
    max-height: 75px;
  }
}

/* accordion faq start */
.ppc-accordion-sec{
  padding-top: 100px;
  padding-bottom: 100px;
}
.ppc-accordion-sec .panel-default{ 
  padding: 25px 30px 25px 60px;
  background-color: #F9F9F9;
  border-color: transparent;
}
.ppc-accordion-sec .panel-default.active{
  border-color: #00B46A;
  background-color: #fff;
}
.ppc-accordion-sec .panel-body{padding-left: 0;   padding-right: 0; font-size: 18px; line-height: 27px; 
  max-width: 1010px;
}
.ppc-accordion-sec .panel-title{
  position: relative;
}
.ppc-accordion-sec .panel-title > a:before {
  content: "";
  background: url('../../assets/ppc-img/Collapse_icon@2x.webp') no-repeat;
  background-size: 20px;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 13px;
  left: -40px;
}
.ppc-accordion-sec .panel-title > a.collapsed:before{
  background-image: url('../../assets/ppc-img/Expand_icon@2x.webp');
  top: 4px;
}
@media screen and (max-width: 1440px) {
  .ppc-accordion-sec .panel-default{
    border-radius: 20px;
  }
  .ppc-accordion-sec .panel-title{
    font-size: 20px;
  }

}
@media screen and (max-width: 767px) {
  .ppc-accordion-sec{
    padding: 60px 15px;
  }
  .ppc-accordion-sec .panel-title{
    font-size: 18px;
    line-height: 24px;
  }
  .ppc-accordion-sec .panel-default{
    padding: 10px 30px 10px 60px;
    border-radius: 18px;
  }
  .ppc-accordion-sec .panel-title > a.collapsed:before{
    top: 64% !important;
  }
  .ppc-accordion-sec .panel-title > a:before{
    top: 96% !important;
    transform: translateY(-50%);
  }
  .btn-get-free-demo{
    width: 100%;
    max-width:inherit;
  }
}
/* end */

/* ppc-trusted-clients start */
.ppc-trusted-sc{
  padding: 80px 0 0;
}
.ppc-trusted-sc .owl-nav{
  display: none;
}
.ppc-trusted-sc .owl-item img {
  max-width: 130px;
  max-height: 60px;
  width: auto;
  margin: 0 auto;
}
/* css slider */
.logo-slider {
  overflow: hidden;
  padding: 30px 0 0 0;
  white-space: nowrap;
  position: relative;
  /* width: 1900px; */
  max-width: 100%;
}

.logo-slider:hover .logos-slide {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  -webkit-animation: 30s slide infinite linear;
          animation: 30s slide infinite linear;
}

.logos-slide .css-slide {
  display: inline-block;
}

.logos-slide img {
  max-width: 150px;
  max-height: 70px;
  margin: 5px 40px;
}

@-webkit-keyframes slide {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-100%);
  }
}

@keyframes slide {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-100%);
  }
}

@media screen and (max-width: 767px) {
  .ppc-trusted-sc {
    padding: 60px 0 0;
  }
  .ppc-trusted-sc .pB50{
    padding-bottom: 10px;
  }
}


/* ppc-trusted-bx-sc */
.ppc-trusted-bx-sc{
  padding: 180px 0 0px;
  position: relative;
  min-height: 500px;
  overflow: hidden;
  margin-top: 80px;
}
.ppc-trusted-bx-sc .owl-dots {
  text-align: center;
}
.ppc-trusted-bx-sc .owl-dots .owl-dot span {
  width: 40px;
  height: 5px;
  margin: 0 5px;
  background: #999;
  display: block;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
}
.ppc-trusted-bx-sc .owl-dots .owl-dot.active span {
  background: #00CA6F;
}

.ppc-trusted-bx-sc .container {
  max-width: 1150px;
  padding-left: 30px;
  padding-right: 30px;
}
.ppc-trusted-bx-sc .owl-nav{
  display: none;
}
.ppc-trusted-bx-sc::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 500px;
  background: url('../../assets/ppc-img/stadium-bg.webp') no-repeat center top;
  background-size: 100%;
  z-index: 1;
}
.ppc-soccer {
  max-width: 700px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  top: 0;
}
.ppc-trusted-clients-sc .owl-carousel {
  z-index: 1;
}
.trusted-box {
  height: 320px;
  border-radius: 30px;
  background-color: #00B46A;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 50px;
}
.num-big {
  color: #FFFFFF;
  font-family:'Geomanist-Bold';
  font-size: 90px;
  letter-spacing: 0;
  line-height: 70px;
  text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.18);
  min-height: 150px;
}

.trusted-box p {
  font-size: 24px;
  font-family:'Geomanist-Medium';
  line-height: 31px;
}


.ppc-ipad-mobile{
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 20%, rgb(238 238 252) 88%);
  padding-top: 110px;
  z-index: 0;
  position: relative;
  margin-top: -5px;
}
.ipad-mobile{
  margin: 0 auto;
}
img.ipad-mobile-mob {
  display: none;
}
@media screen and (max-width: 1440px) {
  .ppc-ipad-mobile .common-heading65{
    padding-bottom: 20px;
  }
 .ppc-ipad-mobile .revo-para-large{
    font-size: 18px;
  }
  .trusted-box{
    height: 300px;
    padding: 40px;
  }
  .num-big{
    font-size: 72px;
  }
  .trusted-box p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1365px) {
  .ppc-trusted-bx-sc::before{
    min-height: 400px;
    background-size: cover;
  }  
}
@media screen and (max-width: 1199px) {
  .ppc-soccer{
    max-width: 500px;
  }
  .num-big {
    font-size: 72px;
  }
  .trusted-box p{
    font-size: 17px;
    line-height: 24px;
  }
  .ppc-trusted-bx-sc::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 170px;
    background-color: #eeeefb;
}
}
@media screen and (max-width: 767px) {
  .ppc-trusted-bx-sc{
    margin-top: 60px;
  }
  .ppc-ipad-mobile{
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .ppc-ipad-mobile .container{
    padding-left: 0;
    padding-right: 0;
  }
  .ppc-ipad-mobile .text-center{
    padding-left: 15px;
    padding-right: 15px;
  }
  .ppc-trusted-bx-sc::after {
    height: 240px;
  }
  img.ipad-mobile {
    display: none;
  }
  img.ipad-mobile-mob {
    display: block;
    margin-top: 30px;
  }
  .ppc-trusted-bx-sc{
    padding-bottom: 30px;
    padding-top: 100px;
    min-height: 440px;
  }
  .ppc-soccer{
    max-width: 280px;
    top: 0;
  }
  .trusted-box{
    height: 260px;
    text-align: center;
  }
  .num-big{
    font-size: 70px;
    min-height: 130px;
  }
  .trusted-box p{
    font-size: 17px;
  }
  .ppc-ipad-mobile p{
    font-size: 18px;
    line-height: 28px;
  }
}

/* end */

/* ppc-testimonials-sc start */
.ppc-testimonials-sc{
  padding: 110px 15px;
}
.ppc-testimonials-sc .owl-nav{
  display: none;
}
.ppc-testimonials-bx{
  padding: 60px 60px 100px 60px;
  border-radius: 30px;
  background-color: #F9F9F9;
  min-height: 500px;
  position: relative;
}
.ppc-testimonials-bx p{
  font-size: 28px;
  line-height: 39px;
  letter-spacing: -0.5px;
}
.testimonials-logo {
  max-width: 126px;
  margin-bottom: 24px;
}
.testimonials-logo .img-responsive{
  width: auto !important;
  max-height: 55px;
}

.ppc-test-name {
  font-family: 'Geomanist-Medium';
  margin-top: 15px;
  position: absolute;
  left: 60px;
  bottom: 60px;
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .ppc-testimonials-bx p{
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1440px) {
  .ppc-testimonials-bx p{
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .ppc-testimonials-sc{
    padding: 40px 0;
  }
  .ppc-testimonials-sc .mB50{
    margin-bottom: 0;
  }
  .ppc-testimonials-bx{
    padding: 30px 30px 50px 30px;
    min-height: 350px;
    border-radius: 18px;
  }
  .ppc-testimonials-bx p{
    font-size: 20px;
    line-height: 32px;
  }
  .ppc-test-name{
    left: 30px;
    bottom: 30px;
  }
}
/* revo-vinfoitech-list-new */

.revo-why-vinfoitech-new{
  background: #E8F4EF url('../../assets/ppc-img/V-Symbol.webp') no-repeat right center;
  background-size: 38%;
  padding: 100px 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .revo-why-vinfoitech-new .common-heading{
    font-size: 55px;
  }

}
.revo-why-vinfoitech-new .common-heading:after {
  content: "";
  display: block;
  border-bottom: solid 2px #00B46A;
  max-width: 40px;
  margin-top: 5px;
}


.revo-vinfoitech-list-new{
  list-style: none;
  margin: 0;
}
.revo-vinfoitech-list-new li {
  display: flex;
  gap: 40px;
  padding-left: 0;
  min-height: 100px;
  padding-left: 140px;
  margin-bottom: 50px;
  position: relative;
}
.revo-vinfoitech-list-new li:last-child{
  margin-bottom: 0;
}
.revo-vinfoitech-list-new h5 {
  font-family:'Geomanist-Book';
  font-size: 28px;
  color: #212121;
  line-height: 1.08;
}
.revo-vinfoitech-list-new p{
  font-size: 20px;
  color: #212121;
  line-height: 32px;

  
}

.revo-vinfoitech-list-new .whyIcon{
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 95px;
  border-radius: 25px;
  background-color: #00B46A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.revo-vinfoitech-list-new .whyIcon img{max-width: 49px;}

.revo-why-bttom{
  position: relative;
}
.revo-why-bttom::before{
  content: "";
  display: block;
  background-image: linear-gradient(to right, rgba(0,0,0,0.1) , rgba(235,235,235,.7));
  height: 2px;
  margin-bottom: 30px;
}


.st-games-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top:40px;
}

.st-game-card {
  width: 25%;
  padding: 40px 40px 0 40px;
  text-align: center;
  position: relative;
  height: 300px;
  cursor: pointer;
  overflow: hidden;
  transition: all .3s ease;
}
.st-game-card::after{
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border: solid 4px #fff;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
}
.st-game-card:hover {
  border-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);  
}
.st-game-card:hover::after{
  opacity: 1;
  visibility: visible;
}
.st-game-card h4 {
  font-size: 26px;
  font-family: 'Exo-Semibold';
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.st-game-card .img-responsive{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 190px;
  display: block;
  margin: 0 auto;
  transition: all .3s ease;
}
.st-game-card:hover .img-responsive{
  transform: scale(1.03);
}

.st-game1 {
  background-color: #A3D3D8;
}
.st-game2 {
  background-color: #FDEABF;
}
.st-game3 {
  background-color: #E0DAEE;
}
.st-game4 {
  background-color: #FFDAC7;
}
.st-game5 {
  background-color: #C3D8A3;
}
.st-game6 {
  background-color: #FDC6BF;
}
.st-game7 {
  background-color: #D2E3C8;
}
.st-game8 {
  background-color: #EEDAED;
}
.st-game9 {
  background-color: #FDE7BF;
}
.st-game10 {
  background-color: #A3D3D8;
}
.st-game11 {
  background-color: #DDEFFF;
}
.st-game12 {
  background-color: #A3D8BC;
}

.stgame_modal_upper p{
  color: #666666;
  font-size: 18px;
  line-height: 29px;
}

.stgame_modal_bttm {
  display: flex;
  padding: 0 30px;
  margin-top: 40px;
}

.stgameimg {
  padding: 0 7px;
}

@media screen and (max-width: 1366px) {
  .revo-vinfoitech-list-new h5{
    font-size: 24px;
  }
  .revo-vinfoitech-list-new p{
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .revo-why-vinfoitech-new{
    padding: 60px 0;
    background-image: none;
  }
.revo-vinfoitech-list-new .whyIcon{
    border-radius: 12px;
    position: static;
    width: 65px;
    height: 65px;
  }
  .revo-vinfoitech-list-new .whyIcon img {
    max-width: 30px;
  }
  .revo-vinfoitech-list-new h5{
    padding-top: 0;
    font-size: 22px;
  }
  .revo-vinfoitech-list-new p{
    font-size: 18px;
    line-height: 26px;
  }
  .revo-vinfoitech-list-new li{
    padding-left: 0;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
  }

}

/* new added below */
.ppc-tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: calc(100% - -20px);
  height: 74px;
  width: 268px;
  border-radius: 15px;
  background-color: #383838;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 15px;
  text-align: left;
  transform: translateY(-50%);
  backdrop-filter: blur(5px);
}

.ppc-tooltip:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 40%;
  /* opacity: 0; */
  width: 14px;
  height: 16px;
  border-radius: 2px;
  background: url('../ppc-img/tool-arrow.webp') no-repeat;
  background-size: 100% 100%;
}
.gamehub-sc{
  overflow: visible;
}
.certi-img.ppc-gamehub {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 180px;
  margin: 0 auto;
  top: -65px;
}
.st-game-card:hover .ppc-tooltip{opacity: 1;visibility: visible;}
.wttooltip .st-game-card:nth-child(4n+4) .ppc-tooltip:before {left:auto; right: -12px; transform: rotate(180deg);
  top: 42%;}
.wttooltip .st-game-card:nth-child(4n+4) .ppc-tooltip{
  left: auto;
  right: calc(100% - -20px);
}

@media screen and (max-width: 1023px) {
  .gamehub-sc .st-game-card{
    height: 210px;
  }
  .gamehub-sc .st-game-card h4 {
    font-size: 22px;
  }
  .gamehub-sc .st-game-card h4 br{
    display: none;
  }
  .gamehub-sc .st-game-card .img-responsive{
    max-width: 140px !important;
  }
  .ppc-tooltip{
    display: none !important;
  }
  .certi-img.ppc-gamehub{
    max-width: 100px;
    top: -30px;
  }
}