.footer_logo 
{
    width: 10vw;
}

.footer_img 
{
    width: 7vw;
    margin-bottom: 0rem;
}

.desk .footnew1
{
    vertical-align: middle;
    justify-content: center;
    display: flex;
    text-align: center;
    align-items: center;	
}

.footer_text 
{
    line-height: 15px;
}


@media (max-width: 786px) 
{
	.mob
	{
		display:block;
	}

	.desk
	{
		display:none;
	}

	.footer_logo 
	{
    	width: 210px !important;
	}

	.footer_img 
	{
	    width: 20vw !important;
	    margin-bottom: 0rem;
	}

	.footer_cf 
	{
	    background-color: #4C6254;
	    text-align:center;
	}

	.footer_text
	{
		font-size: 10px;
	    text-decoration: none;
	}

	.footer_text a 
	{
	    font-size: 10px;
	    text-decoration: none;
	}

	.footlogo
	{
	    margin-bottom:0px;
	}

	.footlogo1
	{
	    
	    margin-bottom:20px;
	}
}
	

@media (min-width: 786px) 
{
   
	.footright 
	{
		text-align:right;
    }
	
	.mob
	{
		display:none;
	}
	
}

@media screen and (min-width: 1401px) 
{
    .footer_img 
    {
        width: 6vw;
        margin-bottom: 1vw;
    }
}
