@font-face {
    font-family: 'bebas';
    src: url(../files/fonts/BebasNeueRegular.ttf);
}

@font-face {
    font-family: 'bebasbold';
    src: url(../files/fonts/BebasNeueBold.otf);
}

body
{	
	width:100%;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	background-color:#fff;
	overflow:auto;
	max-width: 1920px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

*
{
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration: none;
}

.dropbtn {
	height: 50px;
	line-height: 50px;
    padding: 0 10px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 14px;
}

.dropdown-content a {
    color: #444;
    background-color: #fff;
    padding: 12px 15px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #dadfe1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #f0f2f3;
}

.content-register
{
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	background-color:#22313f;
	text-align: center;
	padding: 20px 0;
	vertical-align: middle;
}

.content-register-bigtext
{
	font-size: 16px;
	display: inline-block;
	color: #fff;
	letter-spacing: 1px;
	vertical-align: middle;
}

.content-register-bigtext a
{
	font-weight: 600;
	color: #ee2224;
}

.content-register-klik
{
	height: 50px;
	width: auto;
	display: inline-block;
	position: relati
	vertical-align: middle;
	margin-left: 20px;
}


.testimoni-block
{
	width:100%;
	position: relative;
	display: block;
}

.testimoni-head
{
	display: block;
	position: relative;
	height: 100px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
	overflow: hidden;
}

.testimoni-head-table
{
	display: table;
	width: 100%;
	height: 80px;
	border-collapse: collapse;
}

.testimoni-head-cell
{
	display: table-cell;
	width: auto;
	height: 80px;
	vertical-align: middle;
}

.testimoni-pic
{
	height: 60px;
	width: 60px;
	margin: 10px 0;
	display: inline-block;
	position: relative;
	border-radius: 100%;
}

.testimoni-name
{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #22313f;
	font-weight: 600;
}

.testimoni-job
{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	font-size: 13px;
	color: #747c83;

}

.testimoni-body
{
	display: inherit;
	position: relative;
	height: 190px;
	overflow: hidden;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #00b894;
}

.testimoni-date
{
	display: inline-block;
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	background-position: left;
	background-size: 15px;
	background-repeat: no-repeat;
	padding-left: 25px;
	box-sizing: border-box;
	margin-top: 10px;
}

.testimoni-comment
{
	display: inline-block;
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
}

.testimoni-triangle
{
	position: absolute;
	left: 30px;
	top: 0;
	width: 20px;
	height: 20px;
}

/*step*/

.box-SteppedProgress{
	width: 100%;
	text-align: left;
}
ul.SteppedProgress {
    counter-reset: step;
    margin: auto;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 1;
    display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
}
ul.SteppedProgress li {
    list-style-type: none;
    color: #212526;
    line-height: normal;
    font-size: 13px;
    position: relative;
    width: 100%;
}
ul.SteppedProgress li .status-paket{
	display: inline-block;
}

.status-paket span
{
	display: block;
	color: #636e72;
	font-size: 10px;
}

ul.SteppedProgress li:before {
    content: counter(step);
    counter-increment: step;
    width: 51px;
    line-height: 51px;
    display: block;
    font-size: 1px;
    color: transparent;
    background: #95a5a6;;
    border-radius: 100%;
    -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
    margin: 0 auto 10px;
    position: relative;
    z-index: 1;
}
ul.SteppedProgress li:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: -50%;
    top: 24px;
    z-index: -1;
}
ul.SteppedProgress li:first-child:after {
    content: none
}

ul.SteppedProgress li.complete:before {
    background: #00b894;
}

ul.SteppedProgress li.complete:after {
    background: #00b894;
}

ul.SteppedProgress li.complete2:before {
    background: #636e72;
}

ul.SteppedProgress li.complete2:after {
    background: #636e72;
}

ul.SteppedProgress li.process:before {
    background: #0984e3;
}

ul.SteppedProgress li.process:after {
    background: #0984e3;
}

ul.SteppedProgress li .image-status{
	width: 51px;
	height: 51px;
	position: absolute;
	top:0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	left:0;
	right: 0; 
	z-index: 10;
	font-size: 20px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%; 
	line-height: 51px;
	text-align: center;
	color: #dadfe1;
}
.true i{
	color: #fff;
}

/*hotline*/

.hotline
{
	display: inline-block;
	width: 100%;
	height: 170px;
	position: relative;
	background-color: #18b54c;
}

.hotline-center
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 170px;
}

.hotline-inline
{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 170px;
	text-align: center;
}

.hotline-icon-block
{
	display: inline-block;
	position: relative;
	height: 170px;
	width: 240px;
	vertical-align: middle;
}

.hotline-icon
{
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 240px;
	height: auto;
}

.hotline-right
{
	display: inline-block;
	position: relative;
	width: 600px;
	height: 170px;
	vertical-align: middle;
	padding: 40px 0;
	box-sizing: border-box;
	text-align: right;
}

.hotline-phone-icon
{
	width: 50px;
	height: 50px;
	margin-right: 20px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.hotline-contact
{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	font-size: 66px;
	color: #fff;
	font-family: 'bebas' !important;
}

.hotline-contact span
{
	font-family: 'bebasbold' !important;
}

.hotline-tagline
{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	font-size: 17px;
	text-align: right;
	color: #fed900;
	font-weight: 600;
	margin-top: -10px;
	padding-right: 18px;
	box-sizing: border-box;
}

/*hotline2*/

.hotline2
{
	display: inline-block;
	width: 100%;
	height: 150px;
	position: relative;
	background-color: #18b54c;
}

.hotline-center2
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 150px;
}

.hotline-inline2
{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 150px;
	text-align: center;
}

.hotline-icon-block2
{
	display: inline-block;
	position: relative;
	height: 150px;
	width: 220px;
	vertical-align: middle;
}

.hotline-icon2
{
	position: absolute;
	left: 0;
	bottom: -13px;
	width: 220px;
	height: auto;
}

.hotline-right2
{
	display: inline-block;
	position: relative;
	width: 570px;
	height: 150px;
	vertical-align: middle;
	padding: 30px 0;
	box-sizing: border-box;
	text-align: right;
}

.hotline-phone-icon2
{
	width: 50px;
	height: 50px;
	margin-right: 20px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.hotline-contact2
{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	font-size: 64px;
	color: #fff;
	font-family: 'bebas' !important;
}

.hotline-contact2 span
{
	font-family: 'bebasbold' !important;
}

.hotline-tagline2
{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	font-size: 17px;
	text-align: right;
	color: #fed900;
	font-weight: 600;
	margin-top: -10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.quotes
{
	display: none;
}​

/* new Design */

.new-header
{
	height: 80px;
}

.new-header-contentcenter
{
	max-width: 1600px; height: 80px;
}

.new-logo
{
	height: 60px;
}

.new-horizontalmenu-contentcenter
{
	max-width: 1600px; height: 50px;
}

.new-horizontalmenu-icon
{
	height: 20px
}

.new-banner
{
	max-width: 1600px;
}

.new-why
{
	width: 25%;
}

.new-why-icon
{
	width: 70px;
}

.new-cobaz
{
	padding-right: 180px; padding-bottom: 100px
}

.new-bannerutama-background
{
	left: 0; top: 0; opacity: .80; background-color:#22313f;
}

.new-bannerutama-content
{
	left: 0; top: 0; z-index: 1;
}

.new-ayooservicedata-background
{
	left: 0; top: 0; opacity: 0.2; background-position: center; background-size: cover; z-index: -1px;
}

.new-service-status
{
	overflow: hidden; box-shadow: 0 8px 6px -8px #222;
}

.new-service-status-background
{
	left: 0; top: 0; opacity: 0.2; background-position: center; background-size: cover; z-index: -1px;
}

.new-membership-background
{
	background-position: center; background-size: cover;
}

.new-membership-overlay
{
	left: 0; top: 0; opacity: .95; background-color: #22313f;
}

.new-membership-content
{
	max-width: 1017px; margin: 0 auto
}

.new-form-pendaftaran-content
{
	max-width: 800px; margin: 0 auto
}

.new-usermenu-icon
{
	left: 0; top: 1px;
}

.new-usermenu-notification
{
	right: 0; top: -3px; width: 25px; height: 25px; line-height: 25px;
}

.new-user-menu-button
{
	display: none;
}

.new-user-menu
{
	display: block;
}

.new-dashboard-left
{
	width: 300px; padding-right: 20px; 
}

.new-dashboard-left-box
{
	overflow: hidden; box-shadow: 0 8px 6px -8px #bbb;
}

.new-dashboard-right
{
	width: calc(100% - 320px); overflow: hidden; box-shadow: 0 8px 6px -8px #bbb;
}

.new-welcome
{
	width:  calc(100% - 350px);
}

.new-berita
{
	width: 300px;  box-shadow: 0 8px 6px -8px #bbb;
}

.new-notification-box
{
	display: none;
}

.new-serialnumber
{
	box-shadow: 0 8px 6px -8px #bbb;
}

.new-service-image
{
	width: 150px;
}

.new-service-upload-box
{
	border: 1px solid #dfe4ea;
}


.new-service-upload-box img
{
    height: 100px;
}

.new-service-upload-btn-remove
{
	right:5px; top:3px; z-index:1;
}

.new-service-jenis-layanan
{
	max-width: 250px;
}

.new-detail-service-openbox
{
	box-shadow: 0 8px 6px -8px #bbb;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.new-detail-service-openbtn
{
	border-radius: 5px;
}

.new-detail-service-closebtn
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.new-support-pic
{
	width: 70px;
}

.new-service-item-uploaded
{
	width: 150px;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.new-submit
{
	width: 120px;
}

.new-user-komentar
{
	width: 60px;
}

.new-modal-content
{
	max-width: 600px;
}

.new-modal-membershipwhite
{
	 background-color: rgb(14,97,83); background-color: rgba(14,97,83,0.95);
}

.new-modal-membership
{
	max-width: 800px;
}

.new-modal-membership-body
{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.02),0 4px 8px 0 rgba(0,0,0,0.02);
}

.new-ayootracklogo
{
	height: 40px;
}

.new-memberclosewrap
{
	top: 10px; right: 10px; z-index: 1;
}

.new-membershipleftbackground
{
	 left: 0; right: 0; background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 0.2
}

.new-memberlogo
{
	width: 70px;
}

.new-komentarsupport
{
	width: 350px;
	height: 70px;
	resize: none;
}

.new-fame-pic
{
	width: 40px;
}

.new-visitor-upload-foto label
{
  height: 40px;
  line-height: 40px;
}

#new-visitor-upload-photo {
   opacity: 0;
   position: absolute;
   z-index: -1;
   left: 0;
}

.new-service-gallery
{
	width: 25%;
	height: 130px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.new-cabang-list
{
	width: calc(25% - 40px);
}

.new-author-logo
{
	height: 40px;
}

.new-tutorial-dot
{
	left: -8px; top: 0; width: 13px; height: 13px;
}

.new-tutorial-image
{
	max-width: 1366px
}