#carouselExampleInterval {
	display: none;
}
.banner-kotak-image {
	width: 30%;
	border-radius: 10px 10px;
	padding:10px 10px;
}
.image-banner-home {
	width: 100%;
	border-radius: 10px 10px;
}

@media only screen and (max-width: 1000px) {
	#carouselExampleInterval {
		display: block;
	}
	#banner-image-home {
		display: none;
	}
	.banner-kotak-image {
		width: 28%;
		border-radius: 10px 10px;
		padding:10px 10px;
	}
	.image-banner-home {
		width: 100%;
		border-radius: 10px 10px;
	}
}

#deksripsi-sewa-server {
	width: 48%;
	margin: 0 0 20px 0;
	float: left;
}
#form-pertanyaan-pendatang {
	width: 48%;
	margin: 0 0 20px 0;
	float: right;
}

.table-deskripsi-sewa-server {
	width: 100%;
	max-width: 500px;
	color: #990c0c;
	float:right;
}
.tabel-form-sewa-server {
	width: 100%;
	max-width: 500px;
	color: #990c0c;
	float: left;
}

@media only screen and (max-width: 712px) {
	.banner-kotak-image {
		width: 98%;
		border-radius: 10px 10px;
	}
	.image-banner-home {
		width: 100%;
		border-radius: 10px 10px;
	}
	
	#deksripsi-sewa-server {
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
		float: none;
	}
	#form-pertanyaan-pendatang {
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
		float: none;
	}

	.table-deskripsi-sewa-server {
		width: 100%;
		color: #990c0c;
		float:none;
	}
	.tabel-form-sewa-server {
		width: 100%;
		color: #990c0c;
		float: none;
	}	
}

.form-sewa-website {
	background-color: transparent;
	outline: none;
	border-color: transparent;
	width: 98%;
	font-size: 15px;
	color: #990c0c;
	font-weight: 600;
	letter-spacing: 1px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0 0;
}

.box-item-layanan {
	padding:20px 20px;
	background-color: #b77a41;
	background-image: linear-gradient(43deg, #b77a41 0%, #9b1e00 46%, #FFCC70 100%);
	border-radius: 10px 10px;
	color: #fff;
}
.box-item-layanan-text {
	color: #fff;
	text-align: justify;
	padding:10px 0;
}
@media only screen and (max-width: 712px) {
	.box-item-layanan {
		padding:20px 20px;
		background-color: #b77a41;
		background-image: linear-gradient(43deg, #b77a41 0%, #9b1e00 46%, #FFCC70 100%);
		border-radius: 10px 10px;
		color: #fff;
		text-align: center;
	}	
}


.textarea-pertanyaan-pengunjung {
	width: 94%;
	height: 70px;
	margin: 10px 2%;
	padding:10px 2%;
	font-size: 13px;
	border-color: #990c0c;
	border-radius: 5px 5px;
	resize: none;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #990c0c;
	outline-color: #990c0c;
}
.btn-send-pertanyaan {
	background-color: transparent;
	padding:4px 10px;
	font-size: 17px;
	color: #990c0c;
	font-weight: 600;
	border-color: #990c0c;
	border-radius: 5px 5px;
	outline-color: #990c0c;
}