@media (max-width: 767px) {
	.navbar-inact .main-menu .navbar-nav {
    	background: #fff;
    	border: 1px solid #eaeaea;
    }
	.header-increase-text-title,
	.title-all-parent {
    	font-size: 30px;
    	line-height: 1.3;
	}
	.drinact {
		width: 140px !important;
		text-align: center !important;
	}
	.header-page {
    	padding-top: 70px;
    	padding-bottom: 70px;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	.about .about-img {
    	padding-right: 0px;
	}

	.ta-title,
	.fitur-2-teks-title {
    	font-size: 45px;
	}
	.video-new-2 {
	    padding-bottom: 30px;
	}
}

@media(min-width: 768px) and (max-width: 1023px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	.about .about-img {
    	padding-right: 0px;
	}

	.ta-title,
	.fitur-2-teks-title {
    	font-size: 45px;
	}
	.video-new-2 {
	    padding-bottom: 30px;
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.fitur-desktop-left,
	.fitur-desktop-right {
    	padding-top: 0px; 
	}
}