@media only screen and (max-width:991px) {
	.main-banner .banner-content {
		width:90%
	}
	.main-banner video {
		height:85vh;
	}
	.main-banner .banner-content h1 {
		font-size: 48px;
		line-height: 47px;
	}
	.navbar .contact-btn {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	.main-banner .banner-content {
		width:90%
	}
	.main-banner video {
		height:85vh;
	}
	.main-banner .banner-content h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.main-event .event-content .countdown span {
		font-size: 65px;
		line-height: 56px;
}
	.main-event .event-content .countdown {
		margin-top: 20px;
		font-size: 2rem;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
	}
	.navbar .contact-btn {
		display: none;
	}
	.navbar .navbar-brand img {
		width: 85px;
	}
	.enquiry-section {
        padding: 30px 15px;
    }
    .main-event .event-content h2 {
        font-size:54px;
        line-height: 65px;
    }
    .counter-main .counter-box {
        border-right:none;
    }
}

@media only screen and (max-width:499px) {
	.main-banner .banner-content {
		width:90%
	}
	.main-banner video {
		height:85vh;
	}
	.main-banner .banner-content h1 {
		font-size: 40px;
		line-height: 44px;
	}
}