.fantasy-sports-banner{
    background-image: url('../images/fantasy-sports/footabll-page-bg.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 1600px) {
	
	.fantasy-games-section-left {
    	padding-bottom: 100px;
	}
	.fantasy-games-section-element {
	    width: auto;
		margin-right: 40px;
	}
}
@media screen and (max-width: 767px) {
	.fantasy-sports-banner{
    background-image: url('../images/fantasy-sports/responsive-header-football.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
	display: flex;
	align-items: center;
	}
}
/* new css added by gp 3-july-23 */
.fantasy-baseball-software{
    background-image: url('../images/fantasy-sports/Fantasy-sports-Web.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

.fantasy-eSports-software{
    background-image: url('../images/fantasy-sports/Header-sports.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
.fantasy-rugby-software{
    background-image: url('../images/fantasy-sports/Header-rugby.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
.fantasy-basketball-software{
    background-image: url('../images/fantasy-sports/Header-basketball.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.fantasy-baseball-software{
        background-image: url('../images/fantasy-sports/Responsive-header-image-Baseball.png');
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        }
    .fantasy-eSports-software{
        background-image: url('../images/fantasy-sports/Responsive-header-image-Sprots.png');
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }
    .fantasy-rugby-software{
        background-image: url('../images/fantasy-sports/Responsive-header-image-rugby.png');
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    } 
    .fantasy-basketball-software{
        background-image: url('../images/fantasy-sports/Responsive-header-image-Basketball.png');
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }   
}


/* sc-whyvinfotech-icons start  */
.sc-whyvinfotech-icons {
    background-color: #F2FBF7;
    padding: 100px 0;
}
.sc-whyvinfotech-icons .c_max-heading .heading{
    max-width: 674px;
    margin-left: auto;
    margin-right: auto;
}
.sc-whyvinfotech-icons .c_max-heading p{
    max-width: 738px;
    margin-left: auto;
    margin-right: auto;
}

.custom-development-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}
.custom-dcol {width: 25%; display: flex; flex-wrap: wrap; margin-top: 40px; padding-left: 15px; padding-right: 15px;}
.dcol-inside { margin: 0 auto;}
.box-content {
    border-left: solid 4px #ececec;
    border-right: solid 4px #ececec;
    background: #fff;
    max-width: 279px;
    margin-left: 1px;
    padding: 10px 20px;
    min-height: 294px;
    color: #484848;
}
.eSports-row-icons .box-content {
    min-height: 210px;
}
.box-content p{
    font-size: 20px;
    line-height: 34px;
}
.img-icon img, .img-border img {
    display: block;
    margin: 0 auto;
}

/* new section */
.sc-fantasy-solutions {
    padding: 140px 0 100px;
}
.sc-fantasy-solutions .container {
    max-width: 1170px;
}
.list-main .cbtn{
    background-color: #000;
    color: #fff;
    padding: 20px;
    width: 100%;
    max-width: 370px;
    text-align: center;
    border-radius: 15px;
    font-size: 28px;
    position: absolute;
    top: -36px;
    font-family: 'Geomanist-Book';
}
.circle {
    background: #00B46A;
    width: 340px;
    height: 340px;
    margin: 0 auto;
    border-radius: 75%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 20px solid #CFF0E3;
    color: #fff;
    font-size: 42px;
    padding: 40px;
    text-align: center;
    line-height: 47px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.list-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.list-box-left, .list-box-right {
    width: 48%;
    min-height: 520px;
    background: #F9F9F9;
    padding: 90px 50px 50px 50px;
    position: relative;
    border-radius: 15px;
}



.arrow-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-box-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.arrow-list li {
    position: relative;
    padding-left: 38px ;
    margin-top: 28px;
}

.arrow-list li:before {
    content: "";
    display: block;
    width: 23px;
    height: 16px;
    background: url(../images/fantasy-sports/arrow-left.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 8px;
}
.list-box-right .arrow-list li {
    padding-left: 0;
    padding-right: 38px;
    text-align: right;
}
.list-box-right .arrow-list li::before{
    background-image: url(../images/fantasy-sports/arrow-right.png);
    left: auto;
    right: 0;
}


.arrow-list li a {
    color: #212121;
}
.arrow-list li a:hover {
    color: #00B46A;
}


.sc-custon-next-previous .heading {
    max-width: 905px;
    margin-left: auto;
    margin-right: auto;
}
.sc-custon-next-previous{
    padding: 60px 0;
}

.custon-next-previous {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.custon-next-previous .clink:first-child {
    border-right: 1px solid #979797;
}
.custon-next-previous .clink {
    padding:0 20px;
    color: #212121;
    font-family: 'Geomanist-Medium';
    font-size: 20px;
}

.custon-next-previous .clink:hover {
    color: #00B46A;
}
.custon-next-previous .clink svg {
    margin-left: 6px;
}

@media (max-width: 1400px){
/* sc-whyvinfotech-icons start  */
.sc-fantasy-solutions {
    padding: 100px 0;
}
.custom-dcol{margin-left: 0; padding: 10px 15px;}
.box-content {
	border-left: solid 3px #ececec;
	border-right: solid 3px #ececec;
}

.list-box-left, .list-box-right {
	padding: 80px 30px 30px 30px;
}
.list-main .cbtn{
	font-size: 24px;
}

.circle{
	width: 300px;
	height: 300px;
	font-size: 36px;
	padding: 40px;
}
.custon-next-previous .clink {
	padding: 0 10px;
	font-size: 16px;
}
}

@media (max-width: 1199px){
    .sc-fantasy-solutions {
        padding: 100px 0 60px;
    }
    .box-content{min-height: 374px;}
    .eSports-row-icons .box-content {min-height: 274px;}
}
@media (max-width: 991px){
	/* sc-whyvinfotech-icons start  */
	.sc-whyvinfotech-icons{
        padding: 60px 0;
    }
   .custom-dcol{ width: 50%;}
   .box-content{
        min-height: 294px;
    }
    .eSports-row-icons .box-content {
        min-height: 200px;
    }

   .list-main .cbtn {
        font-size: 20px;
        max-width: 90%;
    }
    .list-box-left, .list-box-right {
        padding: 70px 20px 20px;
        min-height: inherit;
    }
    .arrow-list li {
        padding-left: 30px;
        margin-top: 10px;
    }
    .list-box-right .arrow-list li{
        padding-right: 30px;
    }
    .arrow-list li{
        font-size: 18px;
    }
    .arrow-list li:before{
        width: 16px;
        height: 10px;
        top: 12px;
    }
    .circle {
        width: 170px;
        height: 170px;
        font-size: 24px;
        padding: 20px;
        border-width: 10px;
        line-height: 34px;
    }
}


@media (max-width:767px){
    .custom-dcol {
        width: 100%;
    }
	.box-content, .eSports-row-icons .box-content{
		min-height: inherit;
		padding: 10px;
	}
    .list-main .cbtn {
        font-size: 17px;
        max-width: 90%;
    }
    .circle {
        width: 150px;
        height: 150px;
        font-size: 20px;
        padding: 18px;
        border-width: 6px;
    }
    .list-main .cbtn {
        padding: 17px 5px;
        border-radius: 5px;
        font-size: 16px;
    }
}

@media (max-width: 490px) {
    .sc-fantasy-solutions {
        padding: 70px 0 60px;
    }
    .sc-fantasy-solutions .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .list-box-left,
    .list-box-right {
        padding: 40px 6px 8px;
        min-height: inherit;
        width: 48%;
    }

    .circle {
        position: absolute;
        width: 150px;
        height: 150px;
        border-width: 7px;
        font-size: 18px;
        padding: 20px;
    }

    .list-main .cbtn {
        padding: 7px 4px;
        top: -20px;
        font-size: 14px;
        max-width: 94%;
        border-radius: 8px;
    }
}
@media (max-width: 399px) {
    .circle {
        width: 80px;
        height: 80px;
        border-width: 3px;
        font-size: 14px;
        line-height: 20px;
    }

    .list-main .cbtn {
        font-size: 11px;
        max-width: 94%;
        border-radius: 5px;
    }
}
    
    
    