@media (min-width: 1441px) {
	.nav {
		width: 1440px;
	}
	.head {
		width: 1440px;
	}
	.content-below {
		width: 1440px;
		margin: 0 auto;
	}
	.agent-img {
	width: 754px;
	}
	.agent-container {
	display: flex;
	margin-top: 150px;
	}
	.right-2 {
	 margin-top: 180px;
	}
	.content-token-sale {
		width: 1300px;
		padding-top: 80px;
	}
}

@media (min-width: 1180px) {

	.right-btn-landing {
		margin-left: 10px;
	}
	.pre-sale-header-left {
		margin-right: 20px;
	}
}

@media (max-width: 1050px) {
	.head-left {
		margin: 0 auto;
		padding-left: 0px;
	}
	h1 {
    font-size: 48px;
    line-height: 60px;
	}
	.head-descrip {
    font-size: 18px;
    line-height: 32px;
	}
	.feature-container {
		flex-wrap: wrap;
	}
	.agent-row {
		flex-wrap: wrap;
	}
	.team-container {
    margin: 0 auto;
    width: auto;
	}
	.agent-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0;
	align-items: center;
	}
	.agent-row {
		margin-top: 0px;
	}
	.timeline-header {
		width: auto;
	}
	.timeline-container ul {
    margin: 40px auto;
    list-style: none;
    padding-left: 0;
	}
	.info-container-left {
		display: none;
	}
	.info-container-right {
		margin: 0 auto;
		width: 100%;
	}
	.career-container {
		display: block;
	}
	.career-container-left {
		width: 100%;
		margin-right: 0px;
		display: block;
	}
	.career-container-right {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.career-content-info {
		width: 100%;
	}
	.head-right {
	display: none;
	}
	.right-2 {
	 margin-top: 0px;
	}

}
@media (max-width: 1180px) {
	/* .content-presale{
		width: auto;
		margin-left: 30px;
		margin-right: 30px;
	} */
	.pre-sale-header-right {
		width: 500px;
		padding-left: 50px;
	}
	.price-info {
		width: 100%;
	}
	.btn-sub-container {
		flex-wrap: wrap;
	}
	.share {
		width: 100%;
	}
	.telegram {
		width: 100%;
		margin-bottom: 10px;
	}

}

@media (max-width: 1300px) {
	h1 {
		font-size: 52px;
		line-height: 64px;
	}
	.head-btn {
		margin-top: 40px;
	}
}


@media (max-width: 760px) {
	.pre-sale-header {
    justify-content: center;
	flex-wrap: wrap;
	}
	.pre-sale-header-right {
		padding-left: 0;
		width: 100%;
		margin-top: 30px;
	}
	.stats-container-all {
    display: flex;
    justify-content: space-between;
	}
	#mc-embedded-subscribe {
    margin-top: 0px !important;
	}
	.stats-container {
		padding: 10px;
	}

}

@media (max-width: 830px) {
		.nav {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
		}
		header.sticky {
			line-height: 0px;
  		height: 45px;
		background: white;
		transition: all 0.4s ease;
		z-index:300;
		top: 0px;
		}
		.nav-right {
			background-color: white;
			max-height: 0;
			transition: 0.5s;
	  	-moz-transition: 0.5s;
	  	-ms-transition: 0.5s;
	  	-o-transition: 0.5s;
	  	-webkit-transition: 0.5s;
	  	overflow: hidden;
    	left: 0;
    	position: fixed;
    	top: 0;
    	width: 100%;
		}

		.nav-right.active {
			min-height: 100%;
			max-height: 80em;
			position: fixed;
			left: 0;
			width: 100%;
			height: 100%;
			top: 5em;
		}

	.nav-title {
		display: inline-block;
    width: 100%;
    height: 10%;
    color: #343434;
    font-size: 22px;
    text-align: center;
    margin: 0px;
    background-color: white;
    padding: 1.8em;
}

.nav-tittle {
	display: block;
  padding: 5px;
}
.nav-tittle :hover {
  background: #888;
}
.nav-tittle :hover {
  background: #888;
}

.b {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
  border-bottom: 5px solid black;
	border-top: 5px solid black;
}
.b:before {
  content: "";
  position: absolute;
  width: 40px; /* Needs to be explicitly defined and not "inherit" for practical uses */
  height: 10px;
  border-bottom: 5px solid black;
}
 #mc_embed_signup form {
	text-align: center !important;
	}
	.header-main {
		flex-wrap: wrap;
	}
	.underline-4 {
		width: 100%;
	}
	.register-form {
		width: 100%;
	}
}