

	/*============================= Small MOBILE Devices================================ */
	
	@media(min-width:767px){
		
		
		
		
	}
	
	
	
	
	
	/*============================= MOBILE Devices================================ */
	@media(max-width:767px){
        .r-mt0{
            margin-top: 0;
        }
		.res-colunm {
            flex-direction: column;
        }
        .glang {
            display: none;
            transform: translateY(-23px);
        }
        .sideinfo{
            visibility: hidden !important;
            opacity: 0!important;
        }
        .sidepannel{
            right: -139px;
        }
        .sidepannel li a{
            font-size: 15px;
        }
		
	}
	
	
	



	
	


	/*============================= Medium Devices, Tablets ================================ */
	@media(min-width:768px) and (max-width:991px){
			
		.sideinfo{
            visibility: hidden !important;
            opacity: 0!important;
        }
        .t-res-colunm {
            flex-direction: column;
        }
			
	}
	
	
	
	/*============================= Medium Devices, Desttop ================================ */
	@media(min-width:992px) and (max-width:1199px){
		
		
		
			
	}	






















