@media screen and (max-width:1366px)
{
}
@media screen and (max-width:1220px)
{
}
@media only screen and (max-width:1199px) 
{
}
@media screen and (max-width:1150px)
{
}
@media screen and (max-width:999px)
{
}
@media screen and (max-width:950px)
{
}
@media screen and (max-width:900px)
{
}
@media screen and (max-width:850px)
{
}
@media screen and (max-width:768px)
{
.large_menu
{
    display:none;
}
.mobile_menu
{
    display:block;
    float: right;
    margin-top: -24px;
    margin-right: 10px;
    color: #fff;
}
.ad
	{
		display: none;
	}

.home_text
	{
		padding: 30px 10px;
	}
.home_text h2
	{
		font-size: 17px;
	}
.home_text p
	{
		text-align: justify;
	}
.lucky_nam
	{
		font-size: 15px;
	}
.m_none
	{
		display: none;
	}
.social_icon
	{
		width: 100%;
		display: inline-block;
		text-align: center;
		position: fixed;
		bottom: 0;
		left: 0;
		top: 92.3%;
		background: #11267c;
	}

.social_icon a
	{
		width: 32.5%;
		font-size: 21px;
		border-radius: 0px;
		margin-bottom: 0px;
		
	}
.social_icon a p
	{
		font-size: 12px;
		text-transform: uppercase;
		text-decoration: none !important;
		display: none;
	}
/*.footer_text*/
/*	{*/
/*		margin-bottom: 60px;*/
/*	}*/
}
@media screen and (max-width:700px)
{
}
@media screen and (max-width:667px)
{
.logo img {
    top: 8px;
}
}
@media screen and (max-width:650px)
{
}
@media screen and (max-width:600px)
{
}
@media screen and (max-width:480px)
{
}
@media screen and (max-width:550px)
{
}
@media screen and (max-width:400px)
{
}