@media only screen and (max-width: 768px) {
.container {
	max-width: 100% !important;
}
.apertment_list {
	margin-bottom: 20px;
}
.section_3 h2 {
	font-size: 24px;
}
.section_1 h2 {
	font-size: 24px;
}
.tab {
	width: 100%;
	padding: 10px 10px;
	height: auto;
	display: flex;
	overflow: scroll;
	margin-top: 20px;
}
.tab button {
	color: #000;
	padding: 10px 10px;
	min-width: 150px;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0px;
}
.tabcontent1, .tabcontent2, .tabcontent3, .tabcontent4, .tabcontent5, .tabcontent6, .tabcontent7, .tabcontent8, .tabcontent9, .tabcontent10, .tabcontent11 {
	width: 100%;
	padding: 20px;
	margin-top: 20px;
	height: auto;
}
.gallery_slider {
	margin-top: 20px;
	height: auto;
}
.section_3 {
	padding: 20px 0;
}
.scroll_button a {
	display: block;
}
.scroll_button {
	width: 100%;
}
.section_1 h2::before {
	display: none;
}
.section_1 {
	padding-top: 0px;
	padding-bottom: 40px;
}
.banner-text h1 {
	font-size: 24px;
}
.banner {
	height: 50vh;
}
.header .col-md-4 {
  width: 50%;
}
.header .col-md-3 {
  width: 50%;
}
.header .col-md-5 {
  display: none;
}
.button_div {
	margin-top: 17px;
}
.button_booking {
	text-align: center;
}
.footer-logo {
	width: 100%;
	text-align: center;
}
.contact_info {
	width: 100%;
	margin-top: 5px;
}
.contact_info p {
	text-align: center;
}
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
.section_3 .col-md-7 {
	width: 100%;
}
.section_3 .col-md-5 {
	width: 100%;
}
.section_3 h2 {
	font-size: 36px;
}
.section_1 h2 {
	font-size: 36px;
}
.banner-text h1 {
	font-size: 36px;
}
.button_booking {
	text-align: center;
}
.apertment_list {
	background: #f2f2f2;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0px;
}
.section_2 .apertment_list img {
	height: 140px;
}
.container {
	max-width: 100% !important;
}
.apertment_list h3 {
	font-size: 18px;
}
.banner {
	height: 60vh;
}
.button_div {
	margin-top: 17px;
}
}