@media ( max-width: 767px ) {
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	.header-inact-box-logo img {
    	max-height: 45px;
	}
	.header-inact-img-top {
    	max-height: 100px;
	}
	.header-inact-box-title {
    	font-size: 35px;
	}
	.header-inact-box-cta a {
    	padding: 11px 30px;
	}
	.icon-tentang_payroll {
    	flex: 0 0 40%;
	}
	.sb-img img {
    	height: 100px;
	}
	.title-all {
    	font-size: 35px;
	}
	.cta-teks-harga-detail {
    	font-size: 60px;
    	font-weight: 600;
    	padding-top: 20px;
    	padding-bottom: 30px;
	}
	.cta-teks {
    	padding-bottom: 40px;
	}
	.product-carausel-box {
        height: 250px;
    }
    .cta-new-detail-cta a {
    	font-size: 16px;
    	padding: 11px 25px;
	}
}	

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

	.cta-teks {
    	padding-bottom: 40px;
	}
	.product-carausel-box {
        height: 290px;
    }
}

@media ( min-width: 1024px ) and ( max-width: 1200px ) {
	.fitur-box {
	    height: 250px;
	}
	.product-carausel-box {
        height: 290px;
    }
}

@media (min-width: 1700px) {

}