.section_1 {
	background: url(../images/hotels_sec-1_bg.jpg)no-repeat center center;
    background-size: cover;
}
.section_1 p {
    padding-top: 150px;
    width: 80%;
    margin-top: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
} 
.section_2{
	overflow: hidden;
    height: initial !important;
} 
.ribbon {
	position: absolute;
    width: 40%;
    left: -10px;
    top: -20px;
}
.swipe-heading {
    text-align: center;
    font-size: 4.8em;
    color: #ef3f3f;
    line-height: 1.1;
    font-weight: 600;
    margin-top: 60px;
    position: relative;
}
.swipe-heading span {
	font-size: 1.3em;
}
.arrows{
	position: absolute;
    width: 4%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.star-2{
    color: #ef3f3f;
}
.arrow-l {
	left:10%;
}
.arrow-r {
	right: 10%;
}
.bulits {
    font-size: 3.2em;
}
.bulits-first{
	font-weight: 600;
}
.swiper-slide ul {
	list-style-type: square;
    width: 80%;
    margin: auto;
}
.swiper-slide ul li {
    color: #ef3f3f;
}

.swiper-slide ul li span {
    color: #3b3b3b;
}
.red-line{
	width: 80%;
    height: 1px;
    background: red;
    margin: 25px auto;
}
.slide-sec-2 {
	width: 80%;
    margin: auto;
    display: block;
}
.swiper-slide {
	overflow: hidden;
}
.star{
	font-size: 3.2em;
    text-align: center;
    margin: 10px 0 0 0;
    color: #424242;
}
.star span {
	color: #ef3f3f;
}
p.star-txt {
    font-size: 3em;
    color: #3e3e3e;
    margin: 0;
    width: 80%;
    margin: auto;
}
/*

    Section 3

*/

.section_3 {
    position: relative;
    height: initial;
}
.attraction-txt-container {
    width: 82%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(83, 105, 162, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 70px;
    z-index: 8;
}
.attraction-txt-container p {
    font-size: 4.5em;
    color: #1c1c1c;
    line-height: 1.1;
    margin: 0 0 25px 0;
}
h4 {
    font-size: 7.5em;
    color: #ef3f3f;
    margin: 0;
    text-align: center;
    margin-top: 15px;
}
.attractions {
    width: 100%;
    height: auto;
}
/*

    Section 4

*/

.section_4 {
    height: initial!important;
}
.section_4 img {
    width: 100%;
    height: auto;
}