div.footer {
	margin-top: 50px;
}
.breadcrumb {background-color: transparent;}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 768px) { 
	.all-in .banner-back { 
		padding-left: 25px !important;
		background: rgba(88, 30, 255, 1) !important;
	}
	.all-in .banner { padding-left: 0px !important;}
	.all-in .banner .main-text  {
		width: 90% !important;
		padding-bottom: 120px !important;
	}
	.all-in .banner .connect-url { text-align: center !important; }
	.all-in .line-margin { height: 25px !important;}
	.all-in .connect-on-banner-cont {
		overflow: hidden;
		padding: 10px 0px;
		margin-top: 145px;
		text-align: center;
	}
}
.all-in .connect-on-banner-cont {
	padding-bottom: 25px;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.all-in .banner-back {
		border-radius: 33px;
		background: url("./img/line.png"), rgba(88, 30, 255, 1);
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: contain;
		padding-left: 40px;
		padding-top: 35px;
		margin-bottom: 30px;
	}
.all-in .banner {
		border-radius: 33px;
		background: url("./img/man-5.png");
		background-position: right 20px bottom;
		background-repeat: no-repeat;
		background-size: contain;
		color: rgba(255, 255, 255, 1);
		padding-left: 40px;
		padding-top: 35px;
		position: relative;
		
	}
.all-in .banner .title-text {
		color: white;
		font-weight: bold;
		font-size: 2.5rem;
		line-height: 3rem;
		margin-bottom: 25px;
	}
.all-in .banner .main-text {
		color: white;
		font-size: 1.5rem;
		line-height: 1.5rem;
		width: 65%;
		padding-bottom: 90px;
	}
.all-in .banner .connect-url {
	color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 2rem;
    line-height: 2rem;
    display: inline-block;
    /* position: absolute; */
    bottom: 30px;
    left: 45px;
    text-decoration: none;
    background: linear-gradient(to right, rgba(255, 124, 68, 1), rgba(255, 75, 141, 1));
    border-radius: 12px;
    padding: 0px 15px 10px 15px;
}

.all-in .some-item {
	background-color: rgba(233, 218, 255, 1);
	color: rgba(63, 1, 247, 1);
	border-radius: 25px;
	padding-left: 115px;
	margin: 10px 5px;
	padding-top: 15px;
    padding-bottom: 15px;
	display: inline-block;
	width: 100%;

}
.all-in .some-item .title, .all-in .some-item-sm .title {
	font-size: 1.5rem;;
	color: rgba(63, 1, 247, 1);
	font-weight: 600;
	margin-bottom: 10px;
}
.all-in .some-item .sub-text, .all-in .some-item-sm .sub-text {
	font-size: 1rem;
	color: rgba(63, 1, 247, 1);
}
.all-in .some-item.ctv {
	background-image: url("./img/ctv.png");
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
.all-in .some-item.tp-24 {
	background-image: url("./img/interact-tv.png");
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
.all-in .some-item.tp-24 .sub-text {
	word-wrap: break-word;
    max-width: 280px;
    min-width: 280px
}
.all-in .some-item.inernet {
	background-image: url("./img/inernet.png");
	background-repeat: no-repeat;
	background-position: 20px 17px;
}
.all-in .some-item.skp-item {
	background-image: url("./img/skp.png");
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
.all-in .small-text-anno  {
	color: rgba(131, 131, 131, 1);
	font-size: 10pt;
	margin-top: 45px;
}
.all-in .url-cont {
	color: rgba(131, 131, 131, 1);
	font-size: 10pt;
	margin-top: 15px;
	margin-bottom: 50px;
}
.all-in .connection-form-container {
	border-radius: 33px;
	background: linear-gradient(145deg, rgba(224, 47, 255, 1), rgba(255, 124, 68, 1));
	min-width: 280px;
	#max-width: 400px;
	padding: 25px 10px 30px 23px;
}
.all-in .connection-form-container .popup_form_title {
	color: white;
}
.all-in .connection-form-container .popup_form_fields {
	width: auto;
}
.all-in .connection-form-container .popup_form_button {
	border-radius: 12px;
	color: rgba(255, 255, 255, 1);
	#background: linear-gradient(to right, rgba(255, 124, 68, 1), rgba(255, 47, 189, 1));
}
.all-in .line-margin {height: 160px}
.all-in .items-sm-list {
	margin-bottom: 30px;
}

.all-in .items-sm-list .hr-line {
	width: 100%;
    display: inline-block;
    border-top: 1px solid #e7daff;
	margin: 25px 0px;
}