.igaming-companies-banner{
    background-image: url('../images/webp/white-lable-hero-header.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
.p-btn-request-demo {
    margin-top: 70px;
}
.our-white-label {
    display: flex;
    justify-content: center;
    align-items: center;
}
.our-white-label-contents {
    width: 45%;
    padding-left: 14%;
    padding-right: 30px;
}

.our-white-label-images {
    width: 55%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.whyVinfoIconBg{
    background: #f9f9f9 url(../image/Greenbackground@1x.svg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: contain;
}

.heading-whyVinfo {
    font-size: 60px;
}
.whyVinfoIcon {
    height: 80px;
    width: 80px;
    border-radius:50% ;
    background-color: rgba(0, 180, 106, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.owl-carousel .owl-item .whyVinfoIcon > img {
   
    width: 50%;
  
  }


.card {
    border: 1px solid #D2D2D2;
  border-radius: 15px;
  background-color: rgba(255,255,255,0.92);
  backdrop-filter: blur(4px);
 padding: 40px 30px;
}

.card-whyVinfo .heading {
margin-bottom: 20px;
}


.blackCaseStudyLeft {
    width: 88%;
    
}


.casestudylogo {
    width: 130px;
}

.casestudylogo>img {
    width: 100%;
    height: auto;
}



.slick-vertical .slick-slide {
    display: flex;
    /* align-items: flex-end; */
   
  }


  .container-quick-work {
   
    padding: 0;
}

  .quckly-work-left, .quckly-work-right {
    flex: 1;
  }
  .quckly-work-right-content,
  .quckly-work-left-content {
    width: auto;
    flex-grow: 1;
}

  .quckly-work-left-img ,
  .quckly-work-right-img{
    width: 100px;
    margin-right: 20px;
    flex-shrink: 0;
}

.one-time-setup-fee li {
    padding-bottom: 20px;
    padding-right: 20%;
}
.caseStudyDarkSection{
    padding-top: 0;
}
.tiny-inner{
    height: 628px;
}
.first_time{
    position: absolute;
    top: -20px;
    left: 70px;
}
.business-row{
    margin-bottom: 20px;
}

@media screen and (min-width:1200px) {
  .our-white-label-images >p{
        margin-right: 30px;
    }
    .container-quick-work {
        width: 1180px;
    }
}

@media screen and (max-width:1600px) {
    .whyVinfoIcon {
        height:60px;
        width: 60px;
        margin-bottom: 10px;
    }
    .heading-whyVinfo {
        font-size: 42px;
    }
    .tiny-inner{
        height: 610px;
    }
}

@media screen and (max-width:1200px) {
    
    .whyVinfoIcon {
        height:70px;
        width: 70px;
        margin-bottom: 10px;
    }
    .whyVinfotechCarausel .card h3 {
    font-size: 20px;
    margin-top: 15px;
    }
     
    .whyVinfotechCarausel .card p, .whyVinfotechCarausel .card ul {
     font-size: 16px;
    }
    .whyVinfotechCarausel .owl-dots {
        margin-top: 20px;
     
    }
    .our-white-label-contents {
        width: 53%;
       
    }
}
@media screen and (min-width:768px) and (max-width:800px){
    .our-white-label-contents {
        padding-left: 30px;
    }
    .our-white-label-contents .heading {
    font-size: 24px;
    line-height: 1.4;
    }
    .our-white-label-contents .bodyfont {
        font-size: 17px;
    }
}

@media screen and (max-width:767px) {
    .igaming-companies-banner{
        background-image: url('../image/white-lable-hero-header-sm.png');
        
    }
    .p-btn-request-demo {
        margin-top: 30px;
    }
    
    .heading-whyVinfo {
        font-size: 40px;
        line-height: normal;
    }
 
    .whyVinfoIconBg {
        background-image: url(../image/Green-background-mobile.svg);
        background-size: auto 100%;
        padding-bottom: 40px;
    }

    .our-white-label {
        flex-direction: column;
    }
    .our-white-label-contents {
        width: 100%;
        padding: 40px 15px;
    }

    .our-white-label-contents .heading {
        line-height: 1.2;
    }

    .our-white-label-images {
        width: 100%;
        justify-content: flex-start;
    }

    .casestudylogo {
        width: 90px;
    }
    
   
	.blackCaseStudyLeft {
		width: 100%;
    }

    .one-time-setup-fee li {
        padding-bottom: 15px;
        padding-right: 0;
    }

   .blackCaseStudyLeft{
        padding-bottom: 40px;
    }
    .caseStudyCarausel .item{
        height: 740px;
    }

	
	
}


