/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1800px) {}


/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1500px) {}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
	.custom-container {
		max-width: 960px;
	}



}
@media (max-width: 1380px) {

}
@media (min-width: 1280px) {

}

@media (max-width: 1280px) {


}

@media (max-width: 1024px) {
.scroll {
		overflow-x: scroll;
	}
}


/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
	.custom-container {
		max-width: 720px;
	}


}


@media (max-width: 912px) {

}
@media (max-width: 820px) {

}


/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
	.custom-container {
		max-width: 100%;
	}



}


/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.custom-container {
		max-width: 540px;
	}

}

/* Medium devices (tablets, 500 and up) */
@media (max-width: 540px) {
	.slider-content {
		padding: 50px 0;
	}
	.slider-content h2 {
		font-size: 34px;
		font-weight: 600;
	}
	.slider-content p {
		width: 100%;
		margin: 0px auto 25px;
		font-size: 14px;
	}
	.step-item {
		width: 100%;
	}
	.create-team-item {
		width: 100%;
		margin-bottom: 30px;
	}
	.score-one table,
	.score-one th,
	.score-one td {
		padding: 5px 5px;
	}
}

@media (max-width: 414px) {



}
@media (max-width: 375px) {

}
@media (max-width:360px) {

}
@media (max-width:320px) {

}
@media (max-width: 280px) {

}