.about-slider .slide-container {
	height: 100%;
	width: 100%;
}

.about-slider .slide-item {
	height: 800px !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	width: 100%;
	padding-top: 200px;
}

.about-slider .about-slider-caption {
	width: 800px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	margin: auto;
}

.about-slider .about-slider-caption p {
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.about-slider .about-slider-caption h3 {
	font-size: 35px;
	line-height: 114.7%;
	text-align: center;
	color: #FFFFFF;
}

.about-slider .banner-slide .slick-dots li.slick-active button {
	background: #fff;
}

.about-slider .banner-slide .slick-dots li button {
	border: 1px solid #fff;
	background: transparent;
	width: 12px;
	height: 12px;
	font-size: 1px;
	border-radius: 50%;
	color: transparent;
	cursor: pointer;
}


/* =============comfort-sec================ */

.comfort-sec {
	max-width: 1100px;
	margin: auto;
}

.comfort-sec .comfort-row {
	display: flex;
	justify-content: center;
	align-items: center;
}


.timeline-section {
	padding: 0px 15px 100px;
}



.timeline-section .section-title {
	margin: 0 auto 86px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 39%;
}

.timeline-section .section-title h6 {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;

	color: #073937;

}

.timeline-section .section-title h2 {
	font-size: 35px;
	line-height: 46px;
	max-width: 381px;
}

.timeline-section .section-title p {
	font-size: 16px;
}

.section-img-heading .img-span {
	display: flex;
	justify-content: center;
	margin-right: 104px;
	margin-left: 0;
}

.timeline-items {
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.timeline-items::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 103%;
	background: rgb(149, 149, 149);
	left: calc(50% - 1px);
	top: -3%;
}

.timeline-item {
	margin-bottom: 40px;
	width: 100%;
	position: relative;
}

.timeline-item-2 {
	position: relative;
}

.timeline-item:last-child {
	margin-bottom: 0;
}

.timeline-item:nth-child(odd) {
	padding-right: calc(50% + 68px);
	text-align: right;
}

.timeline-item:nth-child(even) {
	padding-left: calc(50% + 68px);
	margin-top: calc(-12% + 56px);
}

.timeline-dot {
	height: 12px;
	width: 12px;
	background: #073937;
	position: absolute;
	left: calc(50% - 6px);
	border-radius: 50%;
	top: 49%;
}

.timeline-border {
	height: 0px;
	width: 51px;
	position: absolute;
	left: calc(50% - 58px);
	z-index: -1;
	border: 1px solid rgb(149, 149, 149);
	top: 17px;
}

.timeline-border-2 {
	height: 0px;
	width: 51px;
	position: absolute;
	left: calc(50% + 8px);
	z-index: -1;
	border: 1px solid rgb(149, 149, 149);
	top: 17px;
}

.timeline-date {
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 114.7%;
	/* text-align: right; */
	color: #073937;
	font-stretch: 100;
	font-variation-settings: 'CTGR' 86;
	padding: 11px 0;
}


.timeline-content p {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 188.5%;
	/* max-width: 80%; */
	color: #073937;
	padding-right: 112px;
}

.timeline-content.timeline-content-left p {
	text-align: right;
	padding-left: 112px;
	padding-right: 0px !important;
}

/* ============nearby-places============ */

.nearby-places {
	background: #E9EDE1;
	padding: 100px 0;

}

.nearby-places .section-title {
	max-width: 637px;
}

.nearby-places .section-title h6 {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #073937;
}

.nearby-places .section-title h2 {
	font-size: 40px;
}

.nearby-places .section-title p {
	font-size: 16px;
}

.nearby-places .slide-container {
	position: relative;
}

.slide-container .shadow-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.nearby-places .places-slider-sec {
	margin:0 100px;
	position: relative;
}


/* .nearby-places .places-slider-sec .places-slider {
	margin-right: -405px;
} */

.nearby-places .places-slider-sec .places-slider .slide-box {
    margin: 0 25px;
}

.nearby-places .places-slider-sec .places-slider .slide-box:focus {
	outline: none;
	border: none;
}

.nearby-places .places-slider-sec .places-slider .slide-box .slide-content p {
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 114.7%;
	color: #073937;
	font-stretch: 100%;
	font-variation-settings: 'CTGR' 86;
	padding: 12px 0;
}

.nearby-places .places-slider-sec .places-slider .slide-box img {
	width: 100%;
}

.nearby-places .slick-dots {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: -5%;
	width: 100%;
	text-align: center;
	left: 19%;
}

.nearby-places .slick-dots li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 3px;
	cursor: pointer;
}

.nearby-places .slick-dots li button {
	border: 1px solid #073937;
	background: transparent;
	width: 12px;
	height: 12px;
	font-size: 1px;
	border-radius: 50%;
	color: transparent;
	cursor: pointer;
}

.nearby-places .slick-dots li.slick-active button {
	background: #073937;
}

.nearby-places .custom-slick-arrows {
	position: absolute;
	width: calc(100% - 60px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	z-index: 2;
}

.nearby-places .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -8%;
    width: 100%;
    text-align: center;
    cursor: pointer;
    left: 0;
}

.nearby-places .slick-dots li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 3px;
	cursor: pointer;
}

.nearby-places .slick-dots li button {
	border: 1px solid #073937;
	background: transparent;
	width: 12px;
	height: 12px;
	font-size: 1px;
	border-radius: 50%;
	color: transparent;
	cursor: pointer;
}

.nearby-places .slick-dots li.slick-active button {
	background: #073937;
}


/* =============luxury hotel============= */

.luxury-hotel .luxury-hotel-left p {
	font-weight: 400;
	font-size: 16px;
	line-height: 188.5%;
	padding-bottom: 14px;

}

.luxury-hotel .luxury-hotel-left img {
	width: 100%;
	margin-top: 15px;
}

.luxury-hotel .luxury-hotel-right {
	display: flex;
	justify-content: flex-end;
}

.luxury-hotel .luxury-hotel-right img {
	width: 92%;
	height: 100%;
	padding-top: 8px;
}

.goa_banner .slide-item {
	padding: 0;
	/* height: auto !important; */
}

.goa_banner {
	/* margin-top: 132px; */
}

.goa_banner iframe {
	width: 100%;
	height: 800px;
}


.about-slider .listing-slide .slick-dots {
	display: flex !important;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 10%;
	width: 100%;
	text-align: center;
}

.about-slider .listing-slide .slick-dots li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 3px;
	cursor: pointer;
}

.about-slider .listing-slide .slick-dots li button {
	border: 1px solid #FFF;
	background: transparent;
	width: 10px;
	height: 10px;
	font-size: 1px;
	border-radius: 50%;
	color: transparent;
	cursor: pointer;
}

.about-slider .listing-slide .slick-dots li.slick-active button {
	background: #FFF;
}

.about-slider .listing-slide .slide-arrow {
	width: 45px;
	height: 50px;
	background: #073937;
	border: 2px solid #073937;
	color: #FFF;
	position: absolute;
	z-index: 9;
	top: 50%;
	cursor: pointer;
	font-size: 15px;
}

.about-slider .listing-slide .prev-arrow {
	left: 15px;
}

.about-slider .listing-slide .next-arrow {
	right: 15px;
}


/* ===============media-query================= */

@media(max-width: 2560px) {

	.nearby-places {
		padding-bottom: 100px
	}

	/* .nearby-places .places-slider-sec {
		margin-left: 793px;
	} */
}

@media(max-width: 1920px) {}

@media(max-width: 1500px) {
	/* .nearby-places .places-slider-sec {
		margin-left: 593px;
	} */
}

@media(max-width: 1366px) {
	.nearby-places .places-slider-sec {
		margin:0  40px;
	}
	.nearby-places .places-slider-sec .places-slider .slide-box {
		margin: 0 15px;
	}
}

@media(max-width: 1199px) {
	.nearby-places .places-slider-sec .places-slider .slide-box .slide-content p {
		font-size: 33px;
	}

	.timeline-content.timeline-content-left p {
		text-align: right;
		padding-left: 0;
	}

	.timeline-content p {
		padding-right: 0;
	}

	.luxury-hotel .luxury-hotel-right img {
		width: 100%;
	}

	.luxury-hotel .luxury-hotel-left img {
		width: 100%;
		margin-top: 0px;
	}
}

@media(max-width: 991px) {
	.nearby-places .places-slider-sec {
		margin: 0;
		padding: 0 10px;
	}

	.nearby-places .places-slider-sec .places-slider .slide-box {
		margin: 0 10px;
	}

	.nearby-places .places-slider-sec .places-slider {
		margin-right: 0;
		margin-left: 0;
	}

	.nearby-places .places-slider-sec .places-slider .slide-content {
		padding: 0 1px;
	}

	.nearby-places .slick-dots {
		left: 0;
		justify-content: center;
	}

	.luxury-hotel .luxury-hotel-left {
		padding-top: 61px;
	}

	.timeline-item:nth-child(even) {
		padding-left: calc(50% + 68px);
		margin-top: calc(-33% + 56px);
	}

	.timeline-section .section-title {
		max-width: 53%;
	}

	h2 {
		font-size: 37px;
		line-height: 44px;
	}
}

@media(max-width: 767px) {
	.about-slider .about-slider-caption {
		width: 100%;
	}

	.comfort-sec .comfort-row .left-img img {
		width: 100%;
		padding-bottom: 35px;
		padding-top: 0;
	}

	.timeline-section {
		padding-bottom: 50px;
	}

	.timeline-section .section-title {
		max-width: 68%;
	}

	.timeline-items::before {
		left: 7px;
		height: 100%;
	}

	.timeline-item:nth-child(odd) {
		padding-right: 0;
		text-align: left;
	}

	.timeline-item:nth-child(odd),
	.timeline-item:nth-child(even) {
		padding-left: 37px;
	}

	.timeline-dot {
		left: -13px;
	}

	.timeline-item:nth-child(even) {
		margin-top: calc(-11% + 56px);
	}

	.timeline-border,
	.timeline-border-2 {
		width: 39px;
		left: calc(0% - 8px);
	}

	.timeline-content.timeline-content-left p {
		text-align: left;
		padding-left: 0;
	}

	.nearby-places .section-title h2 {
		font-size: 34px;
	}

	h3 {
		font-size: 31px;
		line-height: 45px !important;
	}

	.about-slider .about-slider-caption h3 {
		font-size: 31px;
		line-height: 39px !important;
	}

	.nearby-places .places-slider-sec .places-slider .slide-box .slide-content p {
		font-size: 24px;
	}

	.luxury-hotel .luxury-hotel-right img {
		padding-top: 0;
	}

	.luxury-hotel .section-title.centered h3 {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.about-slider .about-slider-caption p {
		margin-bottom: 15px;
	}

	.hospitality .left-content h2 {
		padding-bottom: 0px;
	}

	.luxury-hotel .luxury-hotel-left {
		padding-top: 40px;
	}

	.suits-content p:last-child {
		margin-bottom: 0;
	}

	.timeline-section {
		padding: 00px 15px 50px;
	}

	.nearby-places .section-title {
		margin-bottom: 20px !important;
	}

	.goa_banner iframe {
		height: 600px;
	}


}

@media(max-width: 576px) {}

@media(max-width: 575px) {
	.comfort-sec .left-content p {
		padding-top: 7px;
	}


	.nearby-places .section-title {
		max-width: 100%;
		padding: 0 15px;
	}

	.timeline-items::before {
		top: -1%;
	}

	.timeline-section .section-title {
		max-width: 79%;
	}

	.nearby-places .places-slider-sec .places-slider {
		margin-right: 0px;
	}

	.nearby-places .places-slider-sec {
		margin-left: 0;
		padding: 0 10px;
	}

	.nearby-places .places-slider-sec .places-slider .slide-box {
		margin-right: 0;
	}

	.nearby-places .slick-dots {
		justify-content: center;
		bottom: -15px;
		width: 100%;
		text-align: center;
		cursor: pointer;
		left: 0;
	}

	.luxury-hotel {
		padding: 60px 0 60px !important;
	}

	.nearby-places .places-slider-sec .places-slider .slide-box .slide-content p {
		font-size: 24px;
	}

	.goa_banner {
		margin-top: 92px;
	}

}

@media(max-width: 480px) {
	.about-slider .about-slider-caption h3 {
		font-size: 29px;
	}

	.timeline-section .section-title {
		max-width: 96%;
		margin: 0 auto 53px;
	}

	.timeline-date {
		font-size: 31px;
	}

	.timeline-dot {
		top: 37%;
	}

	.nearby-places .section-title h2 {
		font-size: 29px;
	}

	h3 {
		font-size: 29px;
		line-height: 38px !important;
	}

	.timeline-item:nth-child(even) {
		margin-top: calc(-23% + 56px);
	}

	.nearby-places {
		background: #E9EDE1;
		padding: 71px 0;
	}

	.nearby-places .slick-dots {
		left: 0;
	}

	.about-banner-heading {
		font-size: 25px !important;
		line-height: 32px !important;
	}

}

@media(max-width: 380px) {
	.about-slider .about-slider-caption h3 {
		font-size: 22px;
		line-height: 29px !important;
	}

	.about-slider .slide-item {
		height: 350px !important;
	}

	.timeline-section .section-title h2 {
		font-size: 29px;
		line-height: 35px !important;
		max-width: 296px;
	}

	.nearby-places .section-title h2 {
		font-size: 22px;
	}

	.luxury-hotel h3 {
		font-size: 21px;
		line-height: 32px !important;
	}
}