.trip-footer{
	position: relative;
	padding: 100px 0 0;
}
.trip-footer::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 380px;
	max-height: 100%;
	background-color: #fbf6f6;
}
.trip-footer .bottom-box{
	position: relative;
	z-index: 3;
	padding: 70px 70px 0;
	align-items: center;
}
.trip-footer .bottom-box::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 20px);
	box-shadow: 0 0 12px rgba(0,0,0,0.12);
	z-index: -2;
	border-radius: 0 0 33% 33%;
}
.trip-footer .bottom-box::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index: -1;
}
.check-list{
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.check-list li{
	position: relative;
	padding: 10px 0 10px 30px;
	color: var(--accent-color);
}
.check-list li::before{
	content: "";
	width: 19px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 14px;
	border: 1px solid currentColor;
}
.check-list li::after{
    content: "";
    width: 10px;
    height: 5px;
    border-left: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    position: absolute;
    left: 5px;
    top: 19px;
    transform: rotate(-45deg);
}
.KSM-logoBox-01-new{
    color: #fce300 !important;
    background-color: #732f2f;
    font-size: 22px;
    padding: 25px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    width: 100%;
}
.tentative-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tentative-header{
    background-color: #f1f1f1;
    padding: 30px 0;
}
.tentative-header .title{
    font-size: 60px;
    color: #732f2f;
}
.tentative-schedule-box{
    background-color: #FFF;
    box-shadow: 0 5px 15px rgba(99, 33, 33, .12);
    padding: 50px;
    flex: 0 0 75%;
    width: 75%; 
    margin: auto;
}
.tentative-schedule-box p{
    color: #303030;
}
.tentative-schedule-box strong {
    color: #733f2f
}
@media only screen and (max-width: 991px) {
	.trip-footer .bottom-box{
		margin: 0;
		padding: 25px 25px 0;
	}
}
@media only screen and (max-width: 767px) {
	.trip-footer .bottom-box{
		padding: 25px 15px 0;
	}
}




.trip-section01 .GalleryBox .easy-carousel2 .carousel-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
}













