.bg-exploremore{
	background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/sim-explore.jpg) no-repeat center center, rgba(0, 0, 0, 0);
    background-blend-mode: overlay;
    background-size: cover;
}

.g-top-minus-customexploremore {
    top: -6rem;
}

.g-pb-23{
	padding-bottom: 23px;
}

.u-btn-outline-black:focus, .u-btn-outline-black.active{
	color: #fff!importatn;
    background-color: #000;
}

.active1{
	order: none;
    background: #FFBB41;
    background: linear-gradient(148deg, rgba(255, 187, 65, 1) 0%, rgba(222, 125, 0, 1) 100%);
    box-shadow: 0px 7px 20px rgba(51, 51, 51, 0.1);
	color: white!important;
}

.active1:hover{
	border: none;
    background: #FFBB41;
    background: linear-gradient(148deg, rgba(222, 125, 0, 1) 0%, rgba(255, 187, 65, 1) 100%);
    box-shadow: 0px 7px 20px rgba(51, 51, 51, 0.1);
	color: white!important;
}

a.btn.active {
    color: #fff !important;
    font-weight: 600;
    border-bottom: none;
}
.cbp-lightbox img {
    display: block;
    border: 0;
    width: 70%;
    height: auto;
}

.u-carousel-indicators-v1 li.slick-active span, .u-carousel-indicators-v1--white li.slick-active span {
    background-color: #FFBB41;
}

@media (max-width: 767.98px) {
	/*
	  We now use the .btn-align class.
	  !important is still needed to override the inline style attribute.
	*/
	.btn-align {
		text-align: center !important;
	}
}

/* Added for visual demonstration */

.btn-ios.active1 {
	background-color: #000;
	color: #fff;
}