
@media only screen and (max-width: 1200px) {
}


@media only screen and (max-width: 992px) {
	.theme-header .navbar {
		padding: 12px 0px;
	}
	.brand-logo {
		height: 48px;
	}
	header .navbar-toggler{
		border: none;
	}
	header .navbar-toggler:focus {
		box-shadow: none;
	}
	header .navbar-nav{
		margin-top: 24px;
	}
	header .navbar-nav .nav-item{
		margin-bottom: 16px;
		padding-bottom: 16px;
		border-bottom: 1px solid #d6d1d1;
	}
	.theme-header.nav-up {
		top: 0px;
	}
	.btn.btn-white{
		max-width: max-content;
	}
	
	.section {
		padding: 60px 0px;
	}
	.hero-banner .home-banner-title {
		font-size: 56px;
		letter-spacing: normal;
	}
	.hero-banner .effect-wrapper {
		font-size: 24px;
	}
	.hero-banner .play-ic {
		max-height: 48px;
	}
	.ccs-block span {
		font-size: 20px;
		font-weight: 600;
		color: #FF8A00;
	}
	.bg-light-blue .f-28{
		font-size: 20px;
	}
	.highlight-title {
		font-size: 28px;
	}
	.whats-new .whats-new-title {
		font-size: 24px;
	}
	.whats-new .para {
		font-size: 16px;
	}
	.slide-section .carousel-control-next, .slide-section .carousel-control-prev {
		width: 40px;
		height: 40px;
	}
	.slide-section .carousel-control-next-icon, .slide-section .carousel-control-prev-icon {
		width: 1.2rem;
		height: 1.2rem;
	}
	.icon-box img {
		max-height: 48px;
	}
	.icon-box .desc {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.heading-upper {
		font-size: 16px;
		text-align: center;
	}
	.section-heading {
		font-size: 32px;
		text-align: center;
	}
	.how-card{
		text-align: center;
	}
	.bg-light-blue .f-28 {
		font-size: 18px;
	}
	.ccs-block {
		gap: 10px;
		justify-content: center;
	}
	.ccs-block span {
		font-size: 18px;
	}
	.whats-new .whats-new-title {
		text-align: center;
	}
	.whats-new .para {
		text-align: center;
	}
	.bg-light-blue .f-28 {
		text-align: center;
	}
	.highlight-title {
		text-align: center;
	}
	.icon-box {
		margin-bottom: 16px;
	}
	.copyright{
		font-size: 12px;
	}
	.footer .foot-menu-title {
		margin-top: 0px;
	}
}


@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1140px;
	}
	section{
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	section .container{
		margin: auto;
	}

	section.hero-banner{
		min-height: calc(100vh - 100px);
	}
}
