.shrink {
	padding-top: 0;
	padding-bottom: 0;
}

.banner {
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.banner-text {
	padding: 200px 0 150px 0;
}

.text-intro {
	width: 90%;
	margin: auto;
	text-align: center;
	padding-top: 30px;
}

.dropdown-res {
	min-width: 180px;
	max-height: 500px;
	overflow-y: auto;
}

a {
	text-decoration: none !important;
}

/* mobile view */
@media (max-width: 572px) {
	#banner {
		background-color: #f8f9fa !important;
	}

	.navbar-nav .nav-item .nav-link {
		padding: 0.7em 1em !important;
		font-size: 100%;
		font-weight: 500;
	}

	.banner-text {
		padding: 150px 0 150px 0;
	}

	.dropdown-res {
		max-height: 280px;
		overflow-y: auto;
		min-width: auto;
	}
}

@media (max-width: 768px) {
	.banner-text {
		padding: 170px 0 100px 0;
	}
}

@media (max-width: 1200px) and (min-width: 573px) {
	.dropdown-res {
		max-height: 500px;
		overflow-y: auto;
		min-width: auto;
	}
}
.banner {
	background-image: url('https://cdn.ip2proxy.com/assets/img/top-banner.jpg');
	color: #fff;
}

.ip-input {
	font-size: 1.5rem;
}

.ip-btn {
	font-size: 1.1rem;
	width: 200px;
}

.ip-btn1 {
	font-size: 1.1rem;
	width: 260px;
}

.ip-btn2 {
	font-size: 1.1rem;
	width: 310px;
}

.h1-text,
.h1-text2 {
	font-size: 4.5rem !important;
	line-height: 1.2;
	font-weight: 600;
	text-shadow: 1.2px 1px #b4b4b5;
}

@media (max-width: 991px) {
	.ip-input {
		font-size: 1.2rem;
	}

	.ip-btn,
	.ip-btn1,
	.ip-btn2 {
		display: block;
		width: 100%;
		font-size: 1.1rem;
	}
}

@media (max-width: 767px) {
	.h1-text {
		font-size: 2.5rem !important;
	}

	.h1-text2 {
		font-size: 2rem !important;
	}
}

@media (max-width: 480px) {
	.banner {
		background-image: linear-gradient(to bottom right, grey, black);
	}
}
