/* Media Query CSS for the website */


/* Google Recaptcha */
.g-recaptcha {
	transform:scale(0.80);
	-webkit-transform:scale(0.80);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}


/* LG and lower */
@media (max-width: 1199px) {
	

}

/* MD and lower */
@media (max-width: 991px) {
	
	/* Navbar */
	header .container .navbar {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-collapse {
		bottom: auto;
		position: absolute;
		z-index: 1;
	}
	.navbar-nav li:last-child {
		display: none;
	}
	.navbar-nav li .nav-link {
		color: white;
	}
	.logo-md {
	    position: absolute;
	    top:15px;
	    right:30px;
	    max-width: 100px;	
	}
}

/* XS */
@media(max-width:575px) {

	
}