

/*
320px 480px: Mobile devices
481px 768px: iPads, Tablets
769px 1024px: Small screens, laptops
1025px 1200px: Desktops, large screens
1201px and more Extra large screens, TV
*/

@media only screen and (min-width: 1025px) and (max-width: 1280px){
	.coinimg{
		width: 2rem;
	}

	.input-group-text{
		font-size: 1.5rem;
		padding: 0.275rem 0.5rem;
	}

	.coinlogo{
		width: 8rem;
	}

	.carousel-item {
		padding: 0px 20px 0px 20px;
		height: 400px;
		width: 90%;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1024px){
	.coinimg{
		width: 2rem;
	}

	.input-group-text{
		font-size: 1.5rem;
		padding: 0.275rem 0.5rem;
	}

	.coinlogo{
		width: 8rem;
	}

	.carousel-item {
		padding: 0px 20px 0px 20px;
		height: 400px;
		width: 90%;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px){
	#make_money_floater_div{
		position: absolute;
		top: 115px;
		right: 20px;
		margin-left: -63px;
		width: 100px;
		height: 100px;
		display: none;  
		z-index: 999;
	}

	.make_money_floater_img{
		width: 115px;
	}

	.clock_div{
		height:100%;
		margin-bottom:2rem;
	}

	.deal_btn_divs{
		margin-bottom:2rem;
	}

	.container{
		max-width: 100vw;
	}

	.coinimg{
		width: 2rem;
	}

	.input-group-text{
		font-size: 1.5rem;
		padding: 0.275rem 0.5rem;
	}

	.coinlogo{
		width: 8rem;
	}

	.carousel-item {
		padding: 0px 20px 0px 20px;
		height: 400px;
		width: 90%;
	}
}

@media only screen and (min-width: 200px) and (max-width: 480px){
	#make_money_floater_div{
		position: absolute;
		top: 125px;
		right: 20px;
		margin-left: -63px;
		width: 100px;
		height: 100px;
		display: none;  
		z-index: 999;
	}

	.make_money_floater_img{
		width: 115px;
	}

	.container{
		max-width: 100vw;
	}

	.container-fluid{
		max-width: 100vw;
		margin: auto 0px auto 0px;
	}

	.coinimg{
		width: 2rem;
	}

	.coinlogo{
		width: 8rem;
	}

	.carousel-item {
		padding: 0px 20px 0px 20px;
		height: 400px;
		width: 90%;
	}

	.drops{	
	    max-width:calc(100vw - 5%);
	}

	.offer_div{
		max-width:calc(100vw - 15%);
		margin-left:auto;
		margin-right:auto;
		margin-bottom:4rem!important;
	}

	.clock_div{
		height:100%;
		margin-bottom:2rem;
	}

	.deal_btn_divs{
		margin:10px auto 10px auto;
	}
}