@*: focus {
  outline: none;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  /* font-family: "OpenSans" !important; */
  font-family: "Calibri" !important;
  font-size: 14px;
  /*line-height: 1;*/
  background: #fff;
  /*color: #808080;*/
  color: #666;
}

body.open {
  overflow: hidden;
}

body.open2 {
  overflow: hidden;
}

a {
  color: #590074;
  text-decoration: none;
  display: inline-block;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

p.p-error {
  color: #9e0b0f;
  font-size: 12px;
  margin: 10px 0;
}

div.note-b {
  margin-bottom: 20px;
}

.note {
  color: #9e0b0f;
  font-size: 12px;
}

label.error {
  color: #9e0b0f;
  font-size: 12px;
  /*add*/
  font-weight: lighter;
}

.nodata {
  text-align: center;
  color: #590074;
  font-size: 14px;
}

.va-top {
  vertical-align: top;
}

.mw-30 {
  max-width: 30px;
}

.pad-v-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ph0 {
  padding-right: 0;
  padding-left: 0;
}

.pr0 {
  padding-right: 0;
}

.pic-profile-container {
  height: 171px;
  position: relative;
  /*padding: 20px;*/
}

.pic-profile-div {
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
}

.pic-profile {
  margin: auto;
}

.pic-profile-input {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.pic-profile-container span.btn-primary {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.list-unstyled {
  list-style: none;
}

.list-inline {
  list-style: none;
}

.list-inline > li {
  float: left;
  padding: 0;
}

.list-inline-b > li {
  display: inline-block;
  padding: 0;
}

.btn {
  display: inline-block;
  height: 40px;
  padding: 9px 20px;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 0;
  font-weight: lighter;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background: #590074;
  color: white;
  border: 1px solid transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0;
  color: white;
  background-color: #590074;
  border-color: #590074;
}

.btn:hover {
  text-decoration: none;
  background: #590074;
  border-color: #590074;
  color: white;
}

.btn:active,
.btn.active,
.btn:active:hover {
  outline: 0;
  background: #590074;
  border-color: #590074;
  color: white;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tbl {
  width: 100%;
  height: 100%;
  display: table;
}
.tbl .cell {
  display: table-cell;
  vertical-align: middle;
}

.menu-nav .nav {
  margin: 0;
  padding: 0;
  height: calc(100vh - 120px);
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #808080;
  background-color: white;
  background-image: none;
  border: 0;
  padding: 9px 20px;
  font-weight: lighter;
  border: 1px solid #977bad;
  position: relative;
  box-shadow: none;
  background: white;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: none;
}

.radio-upload {
  width: auto;
  vertical-align: text-top;
  margin-right: 20px !important;
}

.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
  border-color: #977bad;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 7px;
  color: #ffffff;
  font-weight: bold;
}

#contruction-desc {
  color: #ffff;
  float: right;
}

#contruction-desc:hover {
  color: #e3e3e3;
}

.dropdown-menu.mega-dropdown-menu .form-group label.error {
  font-size: 12px;
  line-height: 20px;
  margin-top: 0;
  position: absolute;
  right: 20px;
  bottom: 0;
  color: #9e0b0f;
  font-weight: lighter;
}

.form-group.form-checkout label.error,
.form-group label.error {
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
  color: #9e0b0f !important;
  font-weight: lighter;
}

.form-control.error {
  border-color: #9e0b0f;
}

.form-error {
  font-size: 12px;
  margin-top: 10px;
  color: #9e0b0f;
  line-height: 1.5;
}

.form-error p {
  font-size: 13px;
  margin-top: 10px;
  color: #9e0b0f;
}

.form-control::-moz-placeholder {
  color: #808080;
  opacity: 0.8;
}

.form-control:-ms-input-placeholder {
  color: #808080;
  opacity: 0.8;
}

.form-control::-webkit-input-placeholder {
  color: #808080;
  opacity: 0.8;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: white;
  opacity: 1;
}

textarea.form-control {
  height: 100px;
  resize: none;
  line-height: 1.8;
  border: 1px solid #959595;
  margin-top: 20px;
  padding-top: 10px;
}

textarea.form-control.text-area {
  border: 1px solid #977bad;
  margin-top: 0;
}

#copyright-gositus {
  text-align: center;
  /* background:url(../../images/go-online-solusi.png) no-repeat left bottom; */
  color: #fff;
  display: inline-block;
  font-size: 11px;
  position: relative;
  top: -1px;
  height: 20px;
  padding-left: 23px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#copyright-gositus:hover {
  background-position: left top;
}

#copyright-gositus:hover label {
  color: #977bad;
  cursor: pointer;
}

#copyright-gositus:hover span {
  color: #977bad;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

::-moz-selection {
  background-color: #977bad;
  color: #ffffff;
}

::selection {
  background-color: #977bad;
  color: #ffffff;
}

input:focus {
  outline: 0 !important;
}

/* Header */
ul.l-top {
  margin: 0;
  padding: 0;
  text-align: right;
}

ul.l-top li {
  display: inline-block;
  margin-right: 20px;
}

ul.l-top li:last-child {
  margin-right: 0;
}

ul.l-top li a {
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

ul.l-top li a:hover,
ul.l-top li a.active,
ul.l-top li a:hover i.fa {
  color: #590074;
}

ul.l-top li i.fa {
  color: #67348d;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

ul.l-bottom {
  margin: 0;
  padding: 0;
  text-align: right;
}

ul.l-bottom li {
  display: inline-block;
  margin-right: 20px;
}

ul.l-bottom li:last-child {
  margin-right: 0;
}

ul.l-bottom li a {
  font-size: 14px;
  font-weight: lighter;
  line-height: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

ul.l-bottom li a:hover,
ul.l-bottom li a.active {
  color: #67348d;
}

header#header {
  border-bottom: 1px solid #67348d;
  /*position: absolute;*/
  top: 0;
  left: 0;
  padding: 10px 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  /*z-index: 90;*/
  z-index: 150;
}

#header.affix {
  background: white;
}

.h60 {
  height: 60px;
  margin: auto 0;
}

@media (max-width: 575px) {
  #header .h60 {
    height: 30px;
  }
}

.logo a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.logo a:hover {
  opacity: 0.7;
}

.menu-toggle {
  float: left;
  cursor: pointer;
}

.menu-toggle .fa {
  font-size: 22px;
  color: #977bad;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-toggle:hover .fa {
  color: #590074;
}

#main-page {
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}

#offcanvas-menu {
  font-size: 15px;
  position: fixed;
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
  padding: 0;
  z-index: 99993;
  background: #977bad;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  color: white;
  overflow-y: auto;
  padding: 20px 20px;
}

.close-resp {
  position: absolute;
  top: 10px;
  right: 10px;
}

.close-menu {
  cursor: pointer;
}

.close-menu .fa {
  font-size: 22px;
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.close-menu:hover .fa {
  color: #590074;
}

.bdr-menu {
  width: 100%;
  height: 1px;
  background: white;
  margin: 20px 0;
}

ul.resp-menu {
  margin: 0;
  padding: 0;
}

ul.resp-menu li {
  list-style: none;
  margin-bottom: 15px;
}

ul.resp-menu li:last-child {
  margin-bottom: 0;
}

ul.resp-menu li a {
  list-style: none;
  font-size: 14px;
  color: white;
  font-weight: lighter;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

ul.resp-menu li a:hover {
  color: #590074;
}

.note-compare {
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
}

@media (max-width: 991px) {
  body.offcanvas-menu-open {
    min-height: 100%;
    position: relative;
  }

  .offcanvas-menu-open #main-page {
    /*-webkit-transform: translate3d(-240px,0,0); */
    /*transform: translate3d(-240px,0,0); */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .offcanvas-menu-open #offcanvas-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bg-dark {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: black;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0px;
  display: none;
  opacity: 0;
}

/* Banner */
.home-banner .item {
  position: relative;
}

#customDots {
  position: absolute;
  bottom: 10px;
  right: 30px;
  z-index: 999;
}

#customDots .owl-dot {
  width: 15px;
  height: 15px;
  background: grey;
  cursor: pointer;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#customDots .owl-dot.active,
#customDots .owl-dot:hover {
  background: #977bad;
}

.img-banner {
  background-size: cover !important;
  width: 100%;
  height: 100vh;
}

.h1-banner {
  font-size: 32px;
  color: #3d3d3d;
  font-style: italic;
  font-weight: lighter;
  line-height: 40px;
}

.h2-banner {
  font-size: 32px;
  color: #3d3d3d;
  font-style: italic;
  font-weight: bold;
  line-height: 40px;
}

.box-banner {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 100%;
}

.in-banner {
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  float: right;
  display: inline-block;
  padding: 10px 0;
  text-align: right;
}

.in-banner:before {
  content: "";
  border-bottom: 100px solid rgba(255, 255, 255, 0.3);
  border-left: 90px solid transparent;
  width: 0;
  height: 0;
  top: 0;
  left: -90px;
  position: absolute;
  z-index: 1;
}

.in-banner:after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100px;
  top: 0;
  left: 100%;
  position: absolute;
  z-index: 1;
}

/* Menu left */
.t-mega {
  font-size: 14px;
  font-weight: bold;
  color: #590074;
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
}

/*.i-mobil, .i-travel, .i-pa, .i-life {*/
.i-icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid #977bad;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.logo.ta-logo img {
  max-height: 60px;
}

/*.i-mobil:before, .i-travel:before, .i-pa:before, .i-life:before*/
.i-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*background:url(../../images/icons/mobil1.png) no-repeat;*/
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.i-icon.lainnya {
  width: 50px;
  height: 50px;
}

.i-icon.lainnya:before {
  width: 35px;
  height: 35px;
}

.i-travel:before {
  /*background:url(../../images/icons/travel1.png) no-repeat;*/
}
.i-pa:before {
  /*background:url(../../images/icons/pa1.png) no-repeat;*/
}
.i-life:before {
  /*background:url(../../images/icons/life1.png) no-repeat;*/
}
ul li.mega-dropdown a:hover .i-mobil:before,
.menu-nav.navbar-default .navbar-nav > .open > a .i-mobil:before,
.menu-nav.navbar-default .navbar-nav > .open > a:focus .i-mobil:before,
.menu-nav.navbar-default .navbar-nav > .open > a:hover .i-mobil:before {
  /*background:url(../../images/icons/mobil2.png) no-repeat;*/
}
ul li.mega-dropdown a:hover .i-pa:before,
.menu-nav.navbar-default .navbar-nav > .open > a .i-pa:before,
.menu-nav.navbar-default .navbar-nav > .open > a:focus .i-pa:before,
.menu-nav.navbar-default .navbar-nav > .open > a:hover .i-pa:before {
  /*background:url(../../images/icons/pa2.png) no-repeat;*/
}
ul li.mega-dropdown a:hover .i-travel:before,
.menu-nav.navbar-default .navbar-nav > .open > a .i-travel:before,
.menu-nav.navbar-default .navbar-nav > .open > a:focus .i-travel:before,
.menu-nav.navbar-default .navbar-nav > .open > a:hover .i-travel:before {
  /*background:url(../../images/icons/travel2.png) no-repeat;*/
}
ul li.mega-dropdown a:hover .i-life:before,
.menu-nav.navbar-default .navbar-nav > .open > a .i-life:before,
.menu-nav.navbar-default .navbar-nav > .open > a:focus .i-life:before,
.menu-nav.navbar-default .navbar-nav > .open > a:hover .i-life:before {
  /*background:url(../../images/icons/life2.png) no-repeat;*/
}
/*
ul li.mega-dropdown a:hover .i-mobil, 
.menu-nav.navbar-default .navbar-nav>.open>a .i-mobil, 
.menu-nav.navbar-default .navbar-nav>.open>a:focus .i-mobil, 
.menu-nav.navbar-default .navbar-nav>.open>a:hover .i-mobil, 
ul li.mega-dropdown a:hover .i-travel, 
.menu-nav.navbar-default .navbar-nav>.open>a .i-travel, 
.menu-nav.navbar-default .navbar-nav>.open>a:focus .i-travel, 
.menu-nav.navbar-default .navbar-nav>.open>a:hover .i-travel, 
ul li.mega-dropdown a:hover .i-pa, 
.menu-nav.navbar-default .navbar-nav>.open>a .i-pa, 
.menu-nav.navbar-default .navbar-nav>.open>a:focus .i-pa, 
.menu-nav.navbar-default .navbar-nav>.open>a:hover .i-pa, 
ul li.mega-dropdown a:hover .i-life, 
.menu-nav.navbar-default .navbar-nav>.open>a .i-life, 
.menu-nav.navbar-default .navbar-nav>.open>a:focus .i-life, 
.menu-nav.navbar-default .navbar-nav>.open>a:hover .i-life {
*/
ul li.mega-dropdown a:hover .i-icon,
.menu-nav.navbar-default .navbar-nav > .open > a .i-icon,
.menu-nav.navbar-default .navbar-nav > .open > a:focus .i-icon,
.menu-nav.navbar-default .navbar-nav > .open > a:hover .i-icon {
  background: #977bad;
  border-color: #977bad;
}
.j-mega {
  font-size: 20px;
  line-height: 26px;
  color: white;
  font-weight: bold;
  text-align: center;
}
.n-mega {
  font-size: 20px;
  line-height: 26px;
  color: white;
  font-weight: lighter;
  text-align: center;
  margin-bottom: 20px;
}
.n-mega .bold {
  font-weight: bold;
}
.menu-nav .nav {
  height: calc(100vh - 80px);
  background: rgba(163, 163, 163, 0.7);
  /*280px*/
  width: 320px;
  padding: 30px 0;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  background: url(../../images/icons/bg-mega.png);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: absolute;
  top: 0;
  padding: 0 20px 0 40px;
  /*width: calc(100% - 280px);*/
  width: calc(100% - 320px);
  /*left: 280px;*/
  left: 320px;
  min-height: calc(100vh - 40px);
  border-radius: 0;
  border: 0;
}
.menu-nav.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 99;
  width: 100%;
  height: calc(100vh - 80px);
  border-radius: 0;
}
.menu-nav.navbar-default .navbar-collapse {
  border-color: transparent;
  padding: 0;
}
.menu-nav.navbar-default .navbar-nav > li {
  margin-bottom: 10px;
  padding: 0 25px;
  /* padding: 0 35px;*/
}
.menu-nav.navbar-default .navbar-nav > li > a:focus,
.menu-nav.navbar-default .navbar-nav > li > a:hover {
  background: white;
  /*215px*/
  width: 270px;
}
.menu-nav.navbar-default .navbar-nav > li > a {
  /*width: 200px;*/
  width: 255px;
  background: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  /*padding: 8px 15px; 8  10*/
  padding: 4px 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.menu-nav.navbar-default .navbar-nav > .open > a,
.menu-nav.navbar-default .navbar-nav > .open > a:focus,
.menu-nav.navbar-default .navbar-nav > .open > a:hover {
  background: white;
  /*width: 215px;*/
  width: 255px;
}
.mega-dropdown {
  position: static !important;
  width: 100%;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.custom-select {
  width: 100%;
  position: relative;
  color: #808080;
  cursor: pointer;
  line-height: 1.5;
  font-weight: lighter;
  font-size: 14px;
  -webkit-appearance: none;
  background: white;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}
.custom-select select:disabled {
  background-color: #f4f4f4;
}
.i-select {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 10;
}
.i-select .fa {
  color: #3d3d3d;
  font-size: 15px;
}
.custom-select select::-ms-expand {
  display: none;
}
.custom-select select {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #977bad;
  padding: 8px 30px 9px 20px;
  background: transparent;
  height: 40px;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 11;
}
.box-rp {
  width: 40px;
  height: 40px;
  background: #590074;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.in-rp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
  font-weight: lighter;
}
.form-control.pad-rp {
  padding-left: 50px;
}
.div-tjhp3 input,
.div-pa-driver input,
.div-pa-passenger input,
.div-mo-tjhp3 input,
.div-mo-passenger input {
  border: 1px solid #590074;
}
.div-tjhp3 input:focus,
.div-pa-driver input:focus,
.div-pa-passenger input:focus,
.div-mo-tjhp3 input:focus,
.div-mo-passenger input:focus {
  border: 1px solid #590074;
}
.div-tjhp3 .box-rp,
.div-pa-driver .box-rp,
.div-pa-passenger .box-rp,
.div-mo-tjhp3 .box-rp,
.div-mo-passenger .box-rp {
  background: #590074;
}
.select-plat {
  border: none;
  width: 70px;
  height: 40px;
  /*height: 100%;*/
  padding: 0 15px;
  background: transparent;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

.select-plat option {
  color: black;
}

.box-plat {
  width: 70px;
}

.form-control.pad-plat {
  padding-left: 90px;
}

.btn.w220 {
  width: 220px;
}

.btn.w180 {
  width: 180px;
}
.btn.btn-member {
  width: 140px;
}
.btn.w140 {
  width: 140px;
}
.box-mega {
  margin-left: 100px;
  display: inline-block;
  margin-bottom: 40px;
  font-size: 16px;
  color: #590074;
  background: white;
  padding: 15px 40px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.close-mega {
  font-size: 24px;
  font-weight: lighter;
  color: white;
  position: absolute;
  cursor: pointer;
  top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: 20px;
}
.close-mega:hover {
  color: #590074;
}
.form-group.checkbox-btn label,
.form-group.same-checkbox-btn label {
  font-weight: normal;
  margin-bottom: 0;
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
  cursor: pointer;
  user-select: none;
}
.checkbox-btn,
.same-checkbox-btn {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.checkbox-btn input[type="checkbox"],
.same-checkbox-btn input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.checkbox-btn label::after,
.same-checkbox-btn label::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  top: 3px;
  margin-left: -15px;
  background-color: white;
  border: 1px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  cursor: pointer;
}

.checkbox-btn.dis label::after,
.same-checkbox-btn.dis label::after {
  background-color: #d3d3d3;
}
.checkbox-btn label:active::before,
.same-checkbox-btn label:active::before {
  opacity: 0.3;
}
.checkbox-btn input[type="checkbox"]:checked + label::after,
.same-checkbox-btn input[type="checkbox"]:checked + label::after {
  background: #590074;
}
.checkbox-btn input[type="checkbox"]:checked + label::before,
.same-checkbox-btn input[type="checkbox"]:checked + label::before {
  opacity: 1;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt27 {
  margin-top: 27px;
}
.mt10 {
  margin-top: 10px;
}
.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}
.box-operator {
  background:rgb(164, 139, 188);
  padding: 10px 10px 10px 85px;
  position: absolute;
  left: 0;
  bottom: 25px;
  /*bottom: 20px;*/
  width: 320px;
  /*width: 280px;*/
}
.i-operator img {
  width: 65px;
}
.i-operator {
  position: absolute;
  left: 10px;
  bottom: 0;
  z-index: 99;
}
.n-operator {
  font-weight: lighter;
  font-size: 13px;
  color: white;
  line-height: 25px;
}
.w-operator {
  font-weight: bold;
  font-size: 15px;
  color: white;
  line-height: 30px;
}
/* Home */
.t-h1 {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  font-weight: lighter;
}
.t-h2 {
  text-align: center;
  font-size: 22px;
  color: #67348d;
  line-height: 30px;
  font-weight: bold;
}
.bdr {
  width: 70px;
  height: 3px;
  margin: 15px auto 0;
  background: #67348d;
}
.bg-grey {
  background: #fafafa;
  padding: 50px 0;
}
.box-product {
  margin-top: 30px;
  text-align: center;
}
.box-product img {
  margin: 0 auto 15px;
  /*tambahan*/
  object-fit: cover;
  width: 280px;
  height: 165px;
}
.box-product .t-product {
  font-size: 20px;
  color: #67348d;
  font-weight: bold;
  line-height: 30px;
}
.box-product .b-product p {
  font-size: 14px;
  font-weight: lighter;
  line-height: 24px;
  overflow: hidden;
  height: 70px;
  margin-bottom: 0;
}
.box-product .item-product:hover p {
  color: #808080;
}
.img-item {
  transition: all 0.3s;
}
.box-product .item-product:hover .img-item {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}
.t-h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: lighter;
}
.t-h3 .green {
  color: #67348d;
}
.t-h3 .green .bold {
  font-weight: bold;
}
.inline-block {
  display: inline-block;
}
.cell.v-top {
  vertical-align: top;
}
.inline-block.v-top {
  vertical-align: top;
}
.inline-block.v-middle {
  vertical-align: middle;
}
.left-home {
  margin-top: 25px;
}
.i-home {
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background: #977bad;
  position: relative;
  top: 10px;
  margin-right: 15px;
}
.i-home .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 20px;
}
.w350 {
  width: 350px;
}
.bold {
  font-weight: bold;
}
.t-home {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
}
.b-home p {
  font-size: 14px;
  font-weight: lighter;
  line-height: 24px;
  margin-bottom: 0;
  overflow: hidden;
  height: auto;
}
.mb30 {
  margin-bottom: 30px;
}

.lh-20 {
  line-height: 20px;
}
.bg-home {
  padding: 50px 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.txt-body {
  margin-top: 15px;
}
.txt-body p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 30px;
}
.txt-body.lh24 p {
  line-height: 24px;
}
.hvr-email {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #977bad;
}
.hvr-email:hover {
  opacity: 1;
}
.txt-body .italic {
  color: #977bad;
  font-style: italic;
}
iframe#video {
  width: 100%;
  height: 380px;
}
#play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#play-video .fa {
  font-size: 50px;
  color: white;
}
.t-h4 {
  font-size: 28px;
  line-height: 30px;
  color: #3d3d3d;
  font-weight: bold;
  text-align: center;
}
.pos-rel {
  position: relative;
}
.form-group .cek-harga {
  margin-top: 5px;
  margin-left: 5px;
  font-weight: 100;
} /*
.form-group .cek-harga a{
    color: #977bad;
}*/
.form-group .cek-harga a:hover {
  color: #977bad;
}

.slider-new {
  margin-top: 40px;
  text-align: center;
}
.slider-new a,
.slider-new a img {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slider-new a:hover .t-new {
  color: #977bad;
}
.slider-new .img-new {
  overflow: hidden;
}

.slider-new .img-new img {
  object-fit: cover;
  object-position: center center;
  height: 300px;
}

.slider-new a:hover img {
  opacity: 0.7;
  -moz-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -ms-transform: scale(1.07);
}
.slider-new .t-new {
  margin-top: 25px;
  color: #3d3d3d;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 25px;
  line-height: 36px;
  max-height: 72px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slider-new .d-new {
  padding: 10px 10px;
  color: white;
  font-size: 12px;
  background: #977bad;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: lighter;
}
.slider-new .b-new {
  padding: 0 10px;
}
.slider-new .b-new p {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: lighter;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  height: 80px;
  margin-bottom: 0;
}
.slider-new .owl-controls .owl-buttons,
.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: 100%;
}
.slider-new.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  padding: 0;
  margin: 0;
}
.slider-new.owl-theme .owl-nav .fa {
  font-size: 50px;
  color: #977bad;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slider-new.owl-theme .owl-nav .owl-next {
  padding: 0;
  position: absolute;
  right: 10px;
}
.slider-new.owl-theme .owl-nav .owl-prev {
  padding: 0;
  position: absolute;
  left: 10px;
}
.slider-new.owl-theme .owl-nav .owl-next:hover .fa,
.slider-new.owl-theme .owl-nav .owl-prev:hover .fa {
  color: #977bad;
}
.slider-new.owl-theme .owl-nav .owl-next:hover,
.slider-new.owl-theme .owl-nav .owl-prev:hover {
  background: transparent;
}

/* Footer */
.footer-top {
  background: #e1dfdf;
}
.f200 {
  width: 200px;
}
.right-footer {
  height: 340px;
  padding-left: 60px;
}
.left-footer {
  height: 340px;
  width: 300px;
  background: #ededed;
  position: relative;
}
.left-footer img {
  position: relative;
  z-index: 90;
  max-width: 250px;
}
.left-footer:before {
  background: #ededed;
  position: absolute;
  content: "";
  width: 200%;
  height: 100%;
  top: 0;
  right: 100%;
}
.arrow-footer {
  width: 75px;
  right: 0;
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0;
  content: "";
}
.t-footer {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.t-footer.mt10 {
  margin-top: 10px;
}
.txt-footer p {
  font-weight: lighter;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.mr50 {
  margin-right: 50px;
}
.mr70 {
  margin-right: 70px;
}
ul.l-soc li .fa {
  font-size: 17px;
  color: #808080;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
ul.l-soc li a:hover .fa {
  color: #977bad;
}
ul.l-soc {
  margin: 10px 0 0 0;
  padding: 0;
}
ul.l-soc li {
  display: inline-block;
  margin-right: 10px;
}

ul.l-soc li:last-child {
  margin-right: 0;
}
ul.l-footer {
  margin: 0 25px 0 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
ul:last-child.l-footer {
  margin: 0;
}
ul.l-footer li {
  display: block;
  margin-bottom: 3px;
}
ul.l-footer li:last-child {
  margin-bottom: 0;
}
ul.l-footer li a {
  font-weight: lighter;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
ul.l-footer li a:hover {
  color: #66338c;
}
.bdr-footer {
  width: 40px;
  height: 3px;
  background: #66338c;
  margin-bottom: 10px;
}
.footer-bottom {
  text-align: center;
  background: #a48bbc;
  padding: 10px 0;
}
.footer-bottom .cp {
  margin-right: 10px;
  display: inline-block;
  font-weight: lighter;
  font-size: 13px;
  color: white;
  text-align: center;
}
/* Pop up */
.popup .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}
#rekanan2-pop.popup .overlay,
#rekanan-popup.popup .overlay {
  opacity: 0;
  visibility: hidden;
}
.popup .popup-content {
  width: 450px;
  /*border: 1px solid #977bad;*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  /*height: auto !important;*/
  height: auto;
  top: 50%;
  background: white;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.rekanan-img-box {
  display: inline-block;
  width: 49%;
  padding: 20px;
  vertical-align: middle;
}
.rekanan-text {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.rekanan-img {
  width: 100%;
  max-width: 180px;
  margin: auto;
}

.popup .popup-content.w600 {
  width: 600px;
}

.popup .popup-content.w600.w900 {
  width: 900px;
}

.popup ul.list-login {
  margin: 0;
  padding: 0;
}
.popup ul.list-login li {
  float: left;
  list-style: none;
}

.text-left {
  text-align: left;
}

.popup ul.list-login li a {
  text-align: center;
  font-size: 16px;
  /*padding: 14px 15px;*/
  padding: 11px 15px;
  color: #977bad;
  width: 203px;
  border: 0;
  margin: 0;
  background: #f4f4f4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#rekanan2.popup ul.list-login li {
  /*float: right;*/
  /*z-index: 10000;*/
}

#forgot2-pop.popup .popup-content li:first-child a,
#reset2-pop.popup .popup-content li:first-child a,
#contact-pop.popup .popup-content li:first-child a {
  width: 450px;
  border-top-right-radius: 10px;
  height: 42px;
  text-align: left;
}
#contact-pop.popup .popup-content li:first-child a {
  min-height: 42px;
  height: auto;
  padding-right: 30px;
}
#ketentuan-pop.popup .popup-content li:first-child a,
#syarat-pop.popup .popup-content li:first-child a,
#notif-pop.popup .popup-content li:first-child a,
#notif-pop.popup .popup-content li:first-child a,
#rekanan2-pop.popup .popup-content li:first-child a,
#info-agency-pop.popup .popup-content li:first-child a,
#rekanan-popup.popup .popup-content li:first-child a,
#declaration-pop.popup .popup-content li:first-child a {
  width: 600px;
  border-top-right-radius: 10px;
  height: 42px;
  text-align: left;
}

#ketentuan-pop.popup .popup-content.w900 li:first-child a,
#syarat-pop.popup .popup-content.w900 li:first-child a,
#info-agency-pop.popup .popup-content.w900 li:first-child a {
  width: 900px;
}

#ketentuan-pop.popup ul.list-login li.popup-close a,
#syarat-pop.popup ul.list-login li.popup-close a,
#notif-pop.popup ul.list-login li.popup-close a,
#forgot2-pop.popup ul.list-login li.popup-close a,
#info-agency-pop.popup ul.list-login li.popup-close a,
#declaration-pop.popup ul.list-login li.popup-close a,
#reset2-pop.popup ul.list-login li.popup-close a,
#contact-pop.popup ul.list-login li.popup-close a,
#rekanan-popup.popup ul.list-login li.popup-close a,
#rekanan2-pop.popup ul.list-login li.popup-close a {
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  z-index: 100;
  border-left: 1px solid white;
}

#declaration-pop.popup .popup-content .popup-inner {
  max-height: 450px;
  overflow-y: auto;
}

#info-agency-pop.popup .popup-content .popup-inner {
  max-height: 580px;
  overflow-y: auto;
}

#ketentuan-pop.popup ul.list-login li a,
#syarat-pop.popup ul.list-login li a,
#notif-pop.popup ul.list-login li a,
#forgot2-pop.popup ul.list-login li a,
#forgot2-pop.popup ul.list-login li a .fa,
#info-agency-pop.popup ul.list-login li a,
#info-agency-pop.popup ul.list-login li a .fa,
#declaration-pop.popup ul.list-login li a,
#declaration-pop.popup ul.list-login li a .fa,
#rekanan-popup.popup ul.list-login li a,
#rekanan-popup.popup ul.list-login li a .fa,
#reset2-pop.popup ul.list-login li a,
#reset2-pop.popup ul.list-login li a .fa,
#contact-pop.popup ul.list-login li a,
#contact-pop.popup ul.list-login li a .fa,
#rekanan2-pop.popup ul.list-login li a,
#rekanan2-pop.popup ul.list-login li a .fa {
  background: #977bad;
  color: white;
}
.notif-center {
  margin: 20px 0;
  text-align: center;
}
.popup ul.list-login li:first-child a {
  border-top-left-radius: 10px;
}
.popup ul.list-login li a:hover .fa,
.popup ul.list-login li a:hover {
  color: #977bad;
}
.popup ul.list-login li a.active,
.popup ul.list-login li a.active .fa {
  color: #977bad;
  background: white;
}
.popup ul.list-login li a .fa {
  color: #977bad;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.popup ul.list-login li.popup-close a {
  width: 42px;
  border-top-right-radius: 10px;
  font-size: 18px;
  height: 45px;
  position: relative;
  top: -1px;
  right: -1px;
  background: #977bad;
  padding: 0;
  color: white;
  cursor: pointer;
}
.popup ul.list-login li.popup-close a:hover {
  background: #590074;
}
.popup ul.list-login li.popup-close a .pop-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup .popup-inner {
  margin-top: 44px;
  padding: 20px 20px;
}

#rekanan2-pop .popup-inner,
#rekanan-popup .popup-inner {
  padding: 20px 40px;
}

#syarat-pop,
#ketentuan-pop,
#forgot2-pop,
#reset2-pop,
#info-agency-pop,
#forgot-pop,
#reset-pop,
#contact-pop,
#detail-pop,
#detail-travel-pop,
#detail-health-pop,
#detail-property-pop,
#rekanan-pop,
#login-pop,
#register-pop {
  display: none;
}

.popup .box-forgot {
  background: #977bad;
  border-top-left-radius: 10px;
  font-size: 16px;
  /*padding: 14px 15px;*/
  padding: 11px 15px;
  color: white;
  /*add*/
  position: relative;
  top: -1px;
}
.popup .box-forgot .fa {
  color: white;
  margin-right: 10px;
}
.popup .w42 {
  width: 42px;
}
.popup .box-close {
  width: 42px;
  border-top-right-radius: 10px;
  font-size: 18px;
  height: 44px;
  position: relative;
  top: 1px;
  right: -1px;
  background: #977bad;
  padding: 0;
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.popup .box-close:hover {
  background: #590074;
}
.popup .in-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup .popup-content .tbl {
  position: relative;
  top: -1px;
}
.popup-inner.inner-forgot {
  margin-top: 0 !important;
}
.popup .txt-forgot p {
  margin-bottom: 15px;
  font-weight: lighter;
  font-size: 13px;
  color: #1e1a17;
  line-height: 20px;
}
.form-control.input-pass,
.form-control.input-pass-conf {
  padding-right: 40px;
}
.icon-pass .fa,
.icon-pass-conf .fa {
  margin: 0;
  color: #808080;
}
.icon-pass:hover .fa,
.icon-pass-conf:hover .fa {
  color: #977bad;
}
.icon-pass,
.icon-pass-conf {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 15px;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
a.link {
  font-size: 13px;
  color: #977bad;
  font-weight: lighter;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a.link:hover {
  color: #590074;
}
.checkbox {
  margin: 0;
  position: static;
}
.checkbox input {
  width: auto;
  padding: 0;
  margin: 0;
}
.checkbox input[type="checkbox"] {
  margin: 0;
}
.checkbox label {
  margin-top: 0;
  padding-left: 30px;
  line-height: 17px;
  position: relative;
  top: -1px;
  font-size: 13px;
  color: #808080;
  font-weight: lighter;
  margin-bottom: 0;
}
.checkbox label.error {
  right: 0;
  top: 25px;
  line-height: 1;
  font-size: 12px;
  color: #9e0b0f;
  font-weight: lighter;
  margin-top: 0;
  position: absolute;
}
.checkbox input[type="checkbox"]:after {
  line-height: 1.5em;
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  left: -2px;
  border: 1px solid #cccccc;
  background: #fff;
}

.checkbox input[type="checkbox"]:checked:after {
  content: "";
  transition: all 0.2s;
  width: 18px;
  height: 18px;
  background: white url("../../images/icons/select.png") no-repeat;
}

.p-address {
  max-width: 220px;
}

/* About */
.slider-about {
}
.nav-about {
  margin: 40px 0;
  border-bottom: 1px solid #dfdfdf;
}
.nav-about .item .text {
  cursor: pointer;
  color: #590074;
  font-size: 15px;
  border-bottom: 3px solid transparent;
  text-align: center;
  /*width: 115px;*/
  width: 150px;
  padding-bottom: 15px;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-about .item:focus {
  outline: none;
}
.nav-about .item.slick-current .text {
  border-color: #977bad;
  color: #590074;
}
.nav-about .item .text:hover {
  border-color: #977bad;
  color: #590074;
}
.nav-about .slick-next {
  right: -5px;
}
.nav-about .slick-prev {
  left: -5px;
}
.nav-about .slick-next:before,
.nav-about .slick-prev:before {
  color: #977bad;
}

.left-about .t-h2 {
  text-align: left;
}
.left-about .bdr {
  margin: 15px 0 0;
}
.t-about {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 5px;
}
.about-tab {
  margin-top: 30px;
  text-align: center;
}
.about-tab .nav-tabs {
  display: inline-block;
}
.about-tab .tab-content {
  text-align: left;
  margin-top: 40px;
}
.about-tab .nav-tabs > li {
  margin-right: 30px;
  display: inline-block;
  float: none;
}
#scrolling {
  overflow: hidden !important;
  position: relative;
}
.about-tab .nav-tabs > li:last-child {
  margin-right: 0;
}
.about-tab .nav-tabs > li > a,
.about-tab .nav-tabs > li > a:focus {
  font-weight: bold;
  padding: 0 0 15px;
  font-size: 15px;
  border: 0;
  color: #977bad;
  border-bottom: 3px solid transparent;
  background: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
}
/*.about-tab .nav-tabs>li>a:hover, .about-tab .nav-tabs>li.active>a {
*/
.about-tab .nav-tabs > li > a:hover,
.about-tab .nav-tabs > li.active > a,
.about-tab .nav-tabs > li.itemslide-active > a {
  color: #590074;
  border: 0;
  border-bottom: 3px solid #590074;
  background: transparent;
}
.bg-green {
  background: #977bad;
  padding: 25px 0;
  position: relative;
}
.bg-green .t {
  font-size: 18px;
  color: white;
  line-height: 30px;
  font-weight: bold;
  font-style: italic;
}
.bg-green p {
  color: white;
  font-size: 14px;
  line-height: 24px;
  font-weight: lighter;
  font-style: italic;
  margin-bottom: 0;
}
.abs-green {
  position: absolute;
  right: 0;
  bottom: -25px;
}
.pad-green {
  padding-right: 240px;
}
.abs-green img {
  height: 150px;
}
.t-h5 {
  font-weight: lighter;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.t-h5 .green {
  color: #67348d;
}
.t-h5 .green .bold {
  font-weight: bold;
}
.bg-grey.no-bottom {
  padding-bottom: 0;
}
.box-about {
  margin-top: 30px;
}
.i-about {
  width: 55px;
  height: 55px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background: #845fa4;
  position: relative;
  top: 5px;
  margin-right: 15px;
}
.r-about .i-about {
  margin-right: 0;
  margin-left: 15px;
}
.i-about img {
  position: absolute;
  /* top: 49%;
    left: 53%;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.w350 {
  width: 350px;
}
.l-about {
  width: 440px;
  display: inline-block;
  vertical-align: top;
}
.c-about {
  width: 250px;
  display: inline-block;
  vertical-align: top;
}
.c-about img {
  margin: 0 auto;
}
.r-about {
  text-align: right;
  width: 440px;
  display: inline-block;
  vertical-align: top;
}
.list-about {
  margin-top: 30px;
  text-align: center;
}
.list-about img {
  margin: 0 auto;
}
.list-about .n-about {
  font-size: 20px;
  margin: 20px 0 10px;
  color: #590074;
  font-weight: bold;
  line-height: 24px;
}

.rekanan-name {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
}
.rek-icon {
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.icon-phone {
  /*border-right: 1px solid #808080;*/
  padding-right: 30px;
}

.slick-slide .icon-phone img,
.slick-slide .icon-fax img,
.slick-slide #rp-emdiv img,
.slick-slide #rp-ccdiv img {
  display: inline-block !important;
}

a {
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.icon-fax {
  margin-left: 25px;
}
.ml0 {
  margin-left: 0;
}
.padv20 {
  padding: 20px 0;
}

.mh10 {
  margin: 0 10px;
}

.list-about .txt-about p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: lighter;
  line-height: 25px;
  overflow: hidden;
  height: 75px;
  font-family: "openSans";
}

.list-about .txt-about.txt-auto p {
  height: auto;
}

#contact .p-error {
  text-align: center;
}

#contact textarea.form-control {
  border: 1px solid #977bad;
  margin-top: 0px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pad-h-0 {
  padding-right: 0;
  padding-left: 0;
}
.form-group label.text-grey {
  color: rgb(128, 128, 128);
}

.bdr-left {
  margin: 15px 0;
}

#googleMap {
  width: 100%;
  height: 280px;
}

.contact-info {
  margin: 15px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 20px 5px;
  height: auto;
}

.contact-info i {
  margin: 0 7px 0 0;
}

.contact-info table tr {
  line-height: 23px;
}

.orange {
  color: #67348d;
}

.green {
  color: #67348d;
}

.grey {
  color: rgb(125, 125, 125);
}

.invi {
  visibility: hidden;
}
.hvr-phone,
.hvr-green,
.hvr-grey,
.hvr-white {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hvr-phone:hover,
.hvr-phone:active,
.hvr-phone:focus {
  color: #977bad;
}

.hvr-green:hover,
.hvr-green:active,
.hvr-green:focus {
  color: #977bad;
}

.hvr-grey:hover,
.hvr-grey:active,
.hvr-grey:focus {
  color: #666;
}

.hvr-white:hover,
.hvr-white:active,
.hvr-white:focus {
  color: #000;
}
/* Calculator */
.step-calc {
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
ul.l-calc {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.l-calc li {
  margin: 0;
  float: left;
  width: calc(100% / 3);
  list-style: none;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  padding: 15px 10px;
}
ul.l-calc li:nth-child(2) {
  border: 0;
}
ul.l-calc li:nth-child(3) {
  /*border-right: 0;*/
  border-right: 1px solid #e4e4e4;
}
ul.l-calc li.active {
  background: white;
}
ul.l-calc li img {
  display: inline-block;
  position: relative;
  top: -1px;
}
ul.l-calc li span {
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
}
.w50 {
  width: 50px;
}
a.btn-search {
  width: 50px;
  height: 45px;
  display: block;
  background: #92cc42;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a.btn-search:hover {
  background: #977bad;
}
.btn-search .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: white;
}
.input-group.custom-input input {
  width: 300px;
}
.input-group.custom-input .input-group-addon {
  background: #977bad;
  color: white;
  height: 40px;
  font-weight: lighter;
  border: 0;
  width: 100px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.input-group.custom-input .input-group-addon:hover {
  background: #977bad;
}
.mr15 {
  margin-right: 15px;
}

.mr10 {
  margin-right: 10px;
}
.box-calc {
  margin-bottom: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #d3d3d3;
}
.box-calc.margin-calc {
  margin-top: 20px;
}
.top-calc {
  background: #fafafa;
  padding: 15px 25px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.btn.btn-hub {
  background: white;
  border-color: #590074;
  color: #590074;
}
.btn.btn-hub:hover {
  background: #977bad;
  color: white;
}
.btn.btn-hub.btn-save:hover {
  background: #977bad;
  color: white;
  border-color: #977bad;
}
.form-group.checkbox-calc label {
  font-weight: normal;
  margin-bottom: 0;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  user-select: none;
}
.form-group.checkbox-calc label .t-check {
  color: #977bad;
  font-size: 15px;
  font-weight: bold;
}
.form-group.checkbox-calc label .m-check {
  color: #808080;
  font-size: 13px;
  font-style: italic;
}
.checkbox-calc {
  margin-bottom: 0;
  position: relative;
  padding-left: 15px;
}
.checkbox-calc input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.checkbox-calc label::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 29px;
  left: 0;
  top: 3px;
  margin-left: -15px;
  background: url(../../images/icons/check2.png) no-repeat;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  cursor: pointer;
}
.checkbox-calc label:active::before {
  opacity: 0.3;
}
.checkbox-calc input[type="checkbox"]:checked + label::after {
  background: url(../../images/icons/check.png) no-repeat;
}
.checkbox-calc input[type="checkbox"]:checked + label::before {
  opacity: 1;
}
.center-calc {
  background: white;
  padding: 20px 25px;
}
.center-calc .image-as {
  width: 160px;
  height: 70px;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}
.center-calc .image-as img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 60px;
  transform: translate(-50%, -50%);
}
.center-calc .checkbox-btn,
.center-calc .same-checkbox-btn {
  margin-bottom: 5px;
}
.center-calc .checkbox-btn label::after,
.center-calc .same-checkbox-btn label::after {
  border: 1px solid #808080;
}
.center-calc .form-group.checkbox-btn label,
.center-calc .form-group.same-checkbox-btn label,
.form-group.form-checkout label {
  color: #808080;
}
.center-calc .n-jaminan {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}
.center-calc .rp {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #590074;
  padding-bottom: 10px;
  line-height: 20px;
  margin-right: 5px;
}
.center-calc .f-right {
  float: right;
}
.center-calc .price {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #590074;
  padding-bottom: 10px;
  line-height: 20px;
}
.center-calc .mr30 {
  margin-right: 30px;
}
.table-calc {
  margin-top: 20px;
  border: 1px solid #d3d3d3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.table-calc table {
  width: 100%;
}
.table-calc table thead th {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  padding: 8px 0;
  font-weight: lighter;
}
.table-calc table tbody td {
  text-align: center;
  padding: 20px 0;
  border: 1px solid #d3d3d3;
  border-bottom: 0;
}
.table-calc table tbody td:first-child {
  border-left: 0;
}
.table-calc table tbody td:last-child {
  border-right: 0;
}
.table-calc table tbody td img {
  margin: 0 auto;
}
.box-detail {
  display: none;
}
.box-detail .nav.nav-tabs {
  padding: 0 25px;
  background: #977bad;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.box-detail ul.nav.nav-tabs li a img {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: -1px;
}
.box-detail .nav-tabs > li > a img.hover {
  display: none !important;
}
.box-detail .nav-tabs > li.active > a img.hover {
  display: inline-block !important;
}
.box-detail .nav-tabs > li.active > a img.hover2 {
  display: none !important;
}
.box-detail ul.nav.nav-tabs li {
  width: calc(100% / 4);
}
.box-detail .nav-tabs > li.active > a,
.box-detail .nav-tabs > li.active > a:focus,
.box-detail .nav-tabs > li.active > a:hover {
  border: 0;
  color: #ffffff;
  background: transparent;
  border-style: solid;
  border-bottom: double #ff0000;
  display: inline-block;
}
.box-detail .nav > li > a:focus,
.box-detail .nav > li > a:hover {
  background: transparent;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.box-detail .nav > li > a:hover img.hover {
  display: inline-block !important;
}
.box-detail .nav > li > a:hover img.hover2 {
  display: none !important;
}
.box-detail .nav-tabs > li > a {
  color: #ffffff;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  border-style: solid;
  border-bottom: double transparent;
}
.box-detail .tab-content {
  padding: 0;
  line-height: 25px;
}
.box-detail .tab-content .detail-white {
  background: white;
  padding: 10px 25px;
}
.box-detail .tab-content .detail-grey {
  background: #fafafa;
  padding: 10px 25px;
}
.box-detail .tab-content .w320 {
  width: 320px;
  padding-right: 20px;
}
.box-detail .tab-content .t-detail {
  font-size: 16px;
  font-weight: bold;
}
.bottom-calc .click-detail {
  width: 100%;
  text-align: center;
  background: #977bad;
  border-top: 1px solid #d3d3d3;
  padding: 15px 25px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bottom-calc .click-detail span {
  margin-right: 10px;
}
.bottom-calc .click-detail:hover {
  color: #ffffff;
}
.pad-insurance {
  position: relative;
  padding-bottom: 80px;
}
.pad-calc {
  position: relative;
  padding-bottom: 250px;
}
.perbandingan {
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: 100%;
  z-index: 20;
  text-align: center;
  transform: translateX(-50%);
}
.perbandingan ul {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  display: inline-block;
}
.perbandingan ul li.active .number {
  display: none;
}
.perbandingan ul li {
  background: white;
  display: inline-block;
  width: 210px;
  height: 140px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: 1px dotted #a3a3a3;
  position: relative;
  margin-right: 15px;
}
.perbandingan ul li:after {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: -18px;
  left: 0;
  background: url(../../images/icons/shadow-compare.png) no-repeat;
}

/* .perbandingan ul li:after {
  height: 5px;
  bottom: -11px;
  background: url(../../images/icons/shadow-compare.png) no-repeat;
} */

.perbandingan ul li:last-child {
  margin-right: 0;
}
.perbandingan ul li .abs {
  position: absolute;
  font-size: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.close-img {
  -moz-border-radius: 50%;
  display: none;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background: #977bad;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  cursor: pointer;
  right: 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.close-img:hover {
  background: #590074;
}
.close-img .in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  font-weight: bold;
  color: white;
  height: 20px;
}
.box-fixed {
  position: absolute;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
}
.box-fixed.active {
  position: fixed;
}
.bg-calc {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover !important;
  height: 130px;
  width: 100%;
}
.form-note {
  color: white;
  padding: 10px 15px;
}
.form-note.visible-xs {
  padding: 10px 0;
}
.table-fixed {
  table-layout: fixed;
}

.pagination {
  margin: 20px auto 40px;
  display: block;
  text-align: center;
}

.pagination > * {
  margin: 0 5px;
}

.dis-none {
  display: none;
}

.pagination .nextprev a:hover,
.pagination .nextprev a:active,
.pagination .nextprev a:focus,
.pagination .sp-link a:hover,
.pagination .sp-link a:focus,
.pagination .sp-link a:active {
  color: #977bad;
}

.pagination > a {
  padding: 5px 10px;
  background-color: #977bad;
  color: white;
  width: 40px;
  height: 30px;
}

.pagination .first_link {
  margin-right: 20px;
  font-size: 20px;
}

.pagination .last_link {
  margin-left: 20px;
  font-size: 20px;
}

.pagination > a:hover {
  background-color: #977bad;
}

.pagination .active {
  background: #977bad;
  color: white;
  padding: 5px 10px;
  width: 40px;
  height: 30px;
}

.btn.btn-perbandingan {
  border-color: white;
}
.btn.btn-perbandingan:hover {
  background: white;
  border-color: #977bad;
  color: #977bad;
}
#hubungi-pop,
#declaration-pop,
#compare-pop,
#save-pop {
  display: none;
}
#hubungi-pop .form-group label,
#compare-pop .form-group label,
#save-pop .form-group label {
  color: #808080;
}

/*
#declaration-pop .popup-inner{
    height: 400px;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px;
}*/
#declaration-pop .popup-inner .form-group.form-checkout label.error {
  position: absolute;
  right: 0;
  top: -25px;
}

.h75 {
  height: 75px;
  margin: auto 0;
}

.w5p {
  width: 5%;
}
.w90p {
  width: 94%;
}

.text-justify {
  text-align: justify;
}

.mb0 {
  margin-bottom: 0 !important;
}

.brr8 {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.brl8 {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
/* Insurance Comparison */
.table-insurance:first-child {
  border: 1px solid #d3d3d3;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.table-insurance {
  border: 1px solid #d3d3d3;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
.table-insurance table {
  width: 100%;
}
.table-insurance table thead th {
  font-size: 15px;
  line-height: 20px;
  padding: 15px 20px;
  font-weight: bold;
  border: 1px solid #d3d3d3;
  border-top: 0;
}
.table-insurance table thead th:first-child {
  border-left: 0;
}
.table-insurance table thead th:last-child {
  border-right: 0;
}
.table-insurance.nobdr {
  border-top: 0;
  border-bottom: 0;
}
.table-insurance table tbody td {
  text-align: center;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding: 15px 20px;
  line-height: 24px;
  vertical-align: top;
}

.table-insurance table tbody td.text-left {
  text-align: left;
}

.table-insurance table tbody td:first-child {
  text-align: left;
  border-left: 0;
}
.table-insurance table tbody td:last-child {
  border-right: 0;
}
.table-insurance table tbody tr td .w20 {
  width: 12px;
}
.table-insurance table tbody tr td i.fa {
  cursor: pointer;
  color: #cbcbcb;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.table-insurance table tbody tr td .tooltip.right .tooltip-inner {
  text-align: left;
  background: white;
  padding: 10px;
  border: 1px solid #f87d10;
  font-size: 12px;
  line-height: 15px;
  color: #808080;
}
.table-insurance table tbody tr td .tooltip.right .tooltip-arrow {
  border-right-color: #f87d10;
}
.table-insurance table tbody tr td i.fa:hover {
  color: #f87d10;
}
.table-insurance table tbody tr:nth-child(even) {
  background: #fff;
}
.table-insurance table tbody tr:nth-child(odd) {
  background: #fafafa;
}
.table-insurance table thead th img {
  margin: 0 auto 15px;
  max-height: 45px;
}
.table-insurance table thead th .n-as {
  color: #977bad;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}
.table-insurance table tbody tr td img {
  margin: 0 auto;
}
.table-insurance.hide-drop {
  display: none;
}
.table-drop {
  padding: 0 0 0 10px;
  border-left: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.table-drop.active {
  border-bottom: 0;
}
.table-drop a.click-drop {
  display: block;
  cursor: pointer;
}
.table-drop a.click-drop:hover .t-name {
  color: #f87d10;
}
.table-drop a.click-drop:hover .box-drop {
  background: #f87d10;
}
.table-drop a.click-drop .t-name {
  font-weight: bold;
  color: #977bad;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.table-drop .box-drop {
  width: 50px;
  height: 70px;
  background: #977bad;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.table-drop .w50 {
  width: 50px;
}
.table-drop .box-drop i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  color: white;
  transform: translate(-50%, -50%);
}
.btn.btn-as {
  background: #590074;
}
.btn.btn-as:hover {
  background: #977bad;
  border-color: #977bad;
}
/* Checkout */
.checkout1 {
  width: 795px;
}
.checkout2 {
  width: 280px;
  padding-left: 30px;
}
.t-checkout {
  color: #590074;
  font-size: 15px;
  font-weight: bold;
}
.checkout1-1 {
  width: 320px;
  position: relative;
  padding-right: 30px;
}
.checkout1-1.no-bdr:after,
.checkout1-2.no-bdr:after {
  display: none;
}
.checkout1-1:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #f3f3f3;
  width: 1px;
  height: 145px;
}
.checkout1-2 {
  width: 470px;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}
.checkout1-2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #f3f3f3;
  width: 1px;
  height: 145px;
}
.ringkasan .t {
  font-size: 15px;
  font-weight: bold;
  color: #808080;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ringkasan img {
  height: 50px;
  margin: 0 auto 20px;
}
.ringkasan .h40 {
  height: 40px;
  margin: auto 0;
}
.ringkasan .bold {
  font-weight: bold;
}
.ringkasan .bdr-checkout {
  border-top: 1px solid #d3d3d3;
  margin-bottom: 10px;
}
.ringkasan .mb15 {
  margin-bottom: 12px;
}

#rekanan2-pop .slick-next,
#rekanan-popup .slick-next {
  right: 0 !important;
}
#rekanan2-pop .slick-prev,
#rekanan-popup .slick-prev {
  left: 0 !important;
}

#rekanan2-pop .slick-prev,
#rekanan2-pop .slick-next,
#rekanan-popup .slick-prev,
#rekanan-popup .slick-next {
  width: 35px !important;
  height: 35px !important;
}
#rekanan2-pop .slick-prev:before,
#rekanan2-pop .slick-next:before,
#rekanan-popup .slick-prev:before,
#rekanan-popup .slick-next:before {
  color: #977bad !important;
  font-size: 30px !important;
  /*vertical-align: middle !important;*/
}

.center-calc.last-calc {
  padding-bottom: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.box-syarat {
  margin-top: 40px;
  margin-bottom: 20px;
  background-color: #f0fdfe;
  padding: 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.box-syarat .t-syarat {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.box-syarat .form-group.checkbox-btn label a.hvr-email2,
.box-syarat .form-group.same-checkbox-btn label a.hvr-email2 {
  color: #590074;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.box-syarat .form-group.checkbox-btn label a.hvr-email2:hover,
.box-syarat .form-group.same-checkbox-btn label a.hvr-email2:hover {
  opacity: 0.5;
}
.box-syarat .form-group.checkbox-btn label .green,
.box-syarat .form-group.same-checkbox-btn label .green {
  color: #67348d;
}
.right-checkout {
  padding-left: 40px;
}
.right-checkout .order {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 20px;
}
.right-checkout .no-order {
  font-weight: bold;
  font-size: 20px;
  color: #977bad;
  line-height: 20px;
  font-style: italic;
}
.left-checkout {
  padding-right: 40px;
  border-right: 1px solid #d3d3d3;
}
.right-checkout2 {
  padding-left: 40px;
  border-left: 1px solid #d3d3d3;
}
.left-checkout2 {
  padding-right: 40px;
}
.small {
  font-style: italic;
  font-size: 13px;
}
.form-control.input-checkout {
  font-style: italic;
  font-size: 13px;
  width: 130px;
  padding: 2px 10px;
  height: 25px;
}
.ui-widget-header {
  background: #977bad !important;
  color: white !important;
  font-weight: lighter !important;
}
.ui-widget.ui-widget-content {
  z-index: 9999 !important;
  border: 0 !important;
  padding: 0 !important;
  -moz-box-shadow: 3px 3px 4px #e7f0f1 !important;
  -webkit-box-shadow: 3px 3px 4px #e7f0f1 !important;
  box-shadow: 3px 3px 4px #e7f0f1 !important;
}
.ui-datepicker .ui-datepicker-header {
  border: 0 !important;
  border-radius: 0 !important;
}
table.ui-datepicker-calendar thead {
  background: #977bad !important;
  color: white !important;
}
.ui-datepicker th {
  font-weight: lighter !important;
}
.ui-datepicker .ui-datepicker-prev {
  width: 7px !important;
  height: 9px !important;
  top: 50% !important;
  /*left: 40px !important;*/
  left: 20px !important;
  transform: translateY(-50%) !important;
}
.ui-datepicker .ui-datepicker-next {
  width: 7px !important;
  height: 9px !important;
  top: 50% !important;
  right: 20px !important;
  /*right: 40px !important;*/
  transform: translateY(-50%) !important;
}
.ui-datepicker .ui-datepicker-prev span {
  width: 5px !important;
  height: 9px !important;
  top: 0 !important;
  left: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  background: url(../../images/icons/kalender-left.png) no-repeat !important;
}
.ui-datepicker .ui-datepicker-next span {
  width: 5px !important;
  height: 9px !important;
  top: 0 !important;
  right: 0 !important;
  margin-top: 0 !important;
  margin-left: -2px !important;
  background: url(../../images/icons/kalender-right.png) no-repeat !important;
}
select.ui-datepicker-year {
  color: #454545 !important;
}
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  background: transparent !important;
  border: 0 !important;
  cursor: pointer;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid transparent !important;
  text-align: center !important;
  background: white !important;
  /*color: #c9c9c9 !important;*/
  color: #666 !important;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.65 !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #590074 !important;
  color: white !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover {
  background: #590074 !important;
  color: white !important;
}
.n-upload {
  font-size: 13px;
  margin-bottom: 10px;
}
.form-group.form-checkout .input-group input {
  padding-left: 30px;
}
.abs-camera {
  position: absolute;
  top: 52%;
  z-index: 10;
  left: 10px;
  transform: translateY(-50%);
}
.abs-camera .fa {
  color: #dedede;
}
#konfirmasi-pop {
  display: none;
}

.ringkasan p {
  line-height: 24px;
}
.bg-success {
  /*background:url(../../images/checkout.jpg) no-repeat;*/
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 0;
}
.box-success .title {
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  color: #977bad;
  margin-bottom: 10px;
}
.box-success p {
  line-height: 24px;
  margin-bottom: 0;
}
.box-success a.hvr-email2 {
  color: #590074;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.box-success a.hvr-email2:hover {
  opacity: 0.5;
}
.box-success p .green {
  color: #67348d;
}
.metode40 {
  margin-bottom: 30px;
}
.metode {
  margin-top: 15px;
  font-size: 14px;
  line-height: 21px;
}
.metode .bold {
  font-weight: bold;
}
ul.list-metode {
  margin: 0;
  padding: 0;
}

ul.list-metode li {
  color: #aaaaaa;
  display: block;
  position: relative;
}

ul.list-metode li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
ul.list-metode li label {
  display: block;
  font-weight: lighter;
  position: relative;
  padding: 0 0 0 35px;
  margin-bottom: 20px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
ul.list-metode li .check {
  display: block;
  position: absolute;
  border: 1px solid #e7e7e7;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: -2px;
  left: 0;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.mb10 {
  margin-bottom: 10px;
}

ul.list-metode li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
input[type="radio"]:checked ~ .check::before {
  background: #977bad;
}
.img-metode {
  margin-right: 15px;
}

/* Member Area */
.box-member {
  padding: 20px 0 50px;
}
.top-member {
  background: #590074;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  padding: 15px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #d3d3d3;
}
.bottom-member {
  background: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #d3d3d3;
  border-top: 0;
}
.t-member {
  line-height: 25px;
  margin-bottom: 10px;
}
.bdr-member {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
ul.l-member {
  margin: 0;
  padding: 20px 0;
}
ul.l-member li {
  list-style: none;
  margin-bottom: 20px;
}
ul.l-member li:last-child {
  margin-bottom: 0;
}
ul.l-member li a {
  padding-left: 20px;
  border-left: 3px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.i-user,
.i-lock,
.i-trans,
.i-logout {
  position: relative;
  padding: 2px 0 2px 35px;
  font-weight: lighter;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.i-user:before {
  content: "";
  width: 22px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../../images/member/user1.png) no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.i-lock:before {
  content: "";
  width: 22px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../../images/member/lock1.png) no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.i-trans:before {
  content: "";
  width: 22px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../../images/member/trans1.png) no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.i-logout:before {
  content: "";
  width: 22px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../../images/member/logout1.png) no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
ul.l-member li a:hover,
ul.l-member li a.active {
  color: #590074;
  border-left: 3px solid #590074;
}
ul.l-member li a:hover .i-user:before,
ul.l-member li a.active .i-user:before {
  background: url(../../images/member/user2.png) no-repeat;
}
ul.l-member li a:hover .i-trans:before,
ul.l-member li a.active .i-trans:before {
  background: url(../../images/member/trans2.png) no-repeat;
}
ul.l-member li a:hover .i-lock:before,
ul.l-member li a.active .i-lock:before {
  background: url(../../images/member/lock2.png) no-repeat;
}
ul.l-member li a:hover .i-logout:before,
ul.l-member li a.active .i-logout:before {
  background: url(../../images/member/logout2.png) no-repeat;
}
.form-member {
  padding: 20px;
}
.table-member {
  padding: 20px 0;
}
.hdr-member {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
}
.bdy-member {
  line-height: 20px;
  font-size: 14px;
}
.in-member {
  padding: 15px 0;
}
.in-member:nth-child(even) {
  background: #f0f0f0;
}
.in-member:nth-child(odd) {
  background: #fff;
}
.in-member .tooltip.top .tooltip-arrow {
  border-top-color: #c2c2c2;
}
.in-member .tooltip-inner {
  background-color: #c2c2c2;
}
a.click-member {
  color: #590074;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a.click-member:hover {
  color: #977bad;
}
a.download {
  display: block;
  text-align: center;
}
.img-download {
  width: 19px;
  margin: 0 auto;
  height: 19px;
  background: url(../../images/member/download.png) no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.img-download:hover {
  background: url(../../images/member/download2.png) no-repeat;
}
.w131 {
  width: 130px;
  display: inline-block;
  vertical-align: middle;
}
.w160 {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
}
.w160b {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
}
.w120 {
  width: 120px;
  display: inline-block;
  vertical-align: middle;
}

.w131 {
  width: 120px;
  display: inline-block;
  vertical-align: middle;
}

.w180 {
  width: 170px;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.w100 {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
}
.w170 {
  width: 170px;
  display: inline-block;
  vertical-align: middle;
}
.w100 img {
  width: 70px;
  max-width: 115px;
}
.w70 {
  width: 55px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.w80 {
  width: 55px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.bold-member {
  display: none;
  font-weight: bold;
  margin-bottom: 8px;
}

.h22 {
  display: none;
  height: 25px;
}
.show767 {
  display: none;
}
.show-prod {
  display: none;
  padding-left: 20px;
}
.detail-in {
  line-height: 24px;
}
.detail-in .fa {
  margin-right: 5px;
}
#detail-pop.popup .popup-content,
#detail-travel-pop.popup .popup-content,
#detail-health-pop.popup .popup-content,
#detail-property-pop.popup .popup-content {
  /*width: 800px;*/
  width: 850px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 90vh !important;
}

.hvr-title {
  color: #ffffff;
  transition: all 0.3s;
}

.hvr-title:hover,
.hvr-title:focus {
  color: #977bad;
}

.al-div {
  padding: 10px 20px;
  height: 65px;
}

.al-title {
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0;
}
.al-note-div {
  margin-top: 20px;
  padding: 5px 20px;
}
.al-note {
  color: white;
}
.al-content {
  color: white;
  transition: all 0.3s;
  vertical-align: middle;
  font-size: 16px;
}

.al-div:hover .al-content {
  color: #977bad;
}

.bdr-line {
  width: 50px;
  background: #977bad;
  height: 3px;
  margin-bottom: 10px;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.al-icon {
  vertical-align: middle;
  width: 18%;
}

/* PDF */
.pad-pdf {
  padding: 0 80px;
}
body {
  overflow-x: hidden !important;
}
.hdr-pdf {
  background: #c2dce1;
  position: relative;
  padding: 15px 0;
}
.hdr-pdf img {
  height: 60px;
}
.hdr-pdf:before {
  background: #c2dce1;
  position: absolute;
  right: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
}
.box-pdf {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: white;
  background: #977bad;
  padding: 10px 0;
  position: relative;
}
.box-pdf:before {
  background: #977bad;
  position: absolute;
  right: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
}
.img-pt {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.img-pt:after {
  background: #f9f9f9;
  position: absolute;
  left: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
}
.img-pt img {
  height: 135px;
}
.desc-pdf {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  padding: 30px 0;
}
.desc-pdf p {
  margin-bottom: 0;
}
.desc-pdf .dt {
  position: absolute;
  top: 30px;
  right: 0;
}
.desc-pdf .bold {
  font-weight: bold;
}
.desc-pdf i {
  margin-right: 10px;
  width: 15px;
}
.w150 {
  width: 170px;
}
.w190 {
  width: 190px;
}
.w20 {
  width: 20px;
}
.title-inner {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
#syarat-pop .popup-inner,
#ketentuan-pop .popup-inner {
  height: 500px;
  overflow-y: scroll;
}
#syarat-pop ul.list-login li a .fa,
#ketentuan-pop ul.list-login li a .fa {
  color: #fff;
}
.popup-inner a {
  color: #ffffff;
}
ul.list-cara-kerja,
ul.list-syarat-ketentuan {
  padding-left: 0;
  margin: 5px 0 20px;
  list-style: none;
}
ul.list-cara-kerja li,
ul.list-syarat-ketentuan li {
  margin-bottom: 5px;
  list-style: none;
}
.table-tbl {
  width: 100%;
  height: 100%;
  display: table;
  margin-left: 10px;
}
.w15 {
  width: 20px;
}
.cell-top {
  vertical-align: top;
  display: table-cell;
}
.list-hak {
  padding: 0;
  margin-left: 30px;
}
.list-hak li {
  margin-bottom: 5px;
}
table.table-pdf {
  width: 100%;
  position: relative;
}
.bdr-orange {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  background: #977bad;
  height: 45px;
}
.bdr-orange:after {
  content: "";
  position: absolute;
  top: 0;
  left: 200%;
  width: 100%;
  background: #977bad;
  height: 45px;
}
table.table-pdf thead {
  background: #977bad;
  color: white;
  font-size: 15px;
}
table.table-pdf thead th {
  padding: 10px 0;
}
table.table-pdf tbody tr td {
  padding: 10px 0;
}
table.table-pdf thead th:first-child {
  padding-left: 80px;
}
table.table-pdf.table-detail thead th:first-child {
  padding-left: 20px;
}
table.table-pdf.table-detail thead th:last-child {
  padding-right: 20px;
}
table.table-pdf thead th:last-child {
  padding-right: 80px;
}
table.table-pdf.table-detail tbody tr td:first-child {
  padding-left: 20px;
}
table.table-pdf tbody tr td:first-child {
  padding-left: 80px;
}
table.table-pdf.table-detail tbody tr td:last-child {
  padding-right: 20px;
}
table.table-pdf tbody tr td:last-child {
  padding-right: 80px;
}
table.table-pdf tbody tr:nth-child(even) {
  background: #f0f0f0;
}
table.table-pdf tbody tr:nth-child(odd) {
  background: #fff;
}
#detail-pop .box-res,
#detail-travel-pop .box-res,
#detail-health-pop .box-res,
#detail-property-pop .box-res {
  padding: 30px 0 0 20px;
}
.box-res {
  background: #fbfbfb;
  padding: 30px 0 30px 80px;
}
.box-res p {
  margin-bottom: 0;
}
.box-res .t-bold {
  font-weight: bold;
  margin-bottom: 10px;
}
ul.l-res {
  margin: 0;
  padding: 0;
  text-align: right;
}
ul.l-res li {
  margin-bottom: 10px;
  display: block;
  list-style: none;
}
ul.l-res li:last-child {
  margin-bottom: 0;
}
#detail-pop .box-name,
#detail-travel-pop .box-name,
#detail-health-pop .box-name,
#detail-property-pop .box-name {
  font-size: 14px;
  padding: 7px 10px;
  min-width: 120px;
}
.box-name {
  display: inline-block;
  background: #f0f0f0;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 20px;
  min-width: 140px;
  border-left: 4px solid #977bad;
}
#detail-pop .box-price,
#detail-travel-pop .box-price,
#detail-health-pop .box-price,
#detail-property-pop .box-price {
  font-size: 14px;
  padding: 7px 10px;
  min-width: 130px;
}
.box-price {
  display: inline-block;
  background: #977bad;
  color: white;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 80px 10px 20px;
  min-width: 220px;
}
#detail-pop .hdetail,
#detail-travel-pop .hdetail {
  height: 45px;
}
.css-tool {
  cursor: pointer;
  margin-left: 5px;
}
.css-tool.fa {
  color: #cbcbcb;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.css-tool.fa:hover {
  color: #977bad;
}

/* Article */
.bg-article {
  padding: 50px 0 20px;
}
.bg-detail {
  padding: 50px 0;
}
.item-article a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}
.item-article {
  margin-bottom: 30px;
}
.img-article {
  overflow: hidden;
}
.img-article img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.img-article.img-detail-article img {
  height: auto;
}
.item-article a:hover .img-article img {
  -moz-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -ms-transform: scale(1.07);
}
.date {
  margin: 15px 0 10px;
}
.item-article a:hover {
  opacity: 0.7;
}
.item-article a:hover .t-article {
  color: #590074;
}
.date i.fa {
  color: #590074;
  margin-right: 5px;
  top: -1px;
  position: relative;
}
.item-article .t-article {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  height: 50px;
  color: #590074;
  line-height: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.h1-detail {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #590074;
  line-height: 25px;
}
.detail-article .img-detail {
  margin: 20px 0;
}
.detail-article .img-detail img {
  width: 100%;
}
.bdy-detail p {
  font-size: 14px;
  line-height: 30px;
  /*margin-bottom: 0;*/
}

.bdy-detail ul li {
  margin: 10px 0;
}
.box-share {
  margin-top: 30px;
}
.box-share .t-share {
  font-size: 15px;
  margin: 0 10px;
}
.box-share i.fa {
  font-size: 23px;
  position: relative;
  top: -2px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d3d3d3;
  border-radius: 0.35rem;
  margin-bottom: 20px;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
  min-height: 90px;
}

.card .card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #977bad;
}

.card .card-value {
  color: #5a5c69 !important;
  font-size: 2.5rem;
  padding-top: 12px;
}

.btn.btn-withdraw,
.btn.btn-import {
  font-size: 13px;
  padding: 7px;
  height: unset;
  margin-left: 5px;
  /*position: absolute;*/
  float: right;
  top: 10px;
  right: 41px;
}

.align-items-center {
  align-items: center !important;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.input-group.custom-input.input-promo input {
  width: 130px;
  border-color: #977bad;
}
.input-group.custom-input.input-promo button {
  background: #977bad;
}

.input-group.custom-input.input-promo:hover button {
  background: #977bad;
}

.input-group.custom-input.input-promo:hover input {
  border-color: #977bad;
}

.btn.btn-hub.btn-save {
  background-color: #977bad;
  color: white;
  border-color: #977bad;
}
.promo-nav {
  background: rgb(164, 139, 188);
  opacity: 0.8;
}
#webticker-update-example li {
  font-family: "OpenSans" !important;
  font-weight: 700 !important;
}
.input-group.custom-input.input-promo .btn-simpan {
  background: #977bad;
  margin-left: 20px;
}

.input-group.custom-input.input-promo .btn-simpan:hover {
  background: #977bad;
  border-color: #977bad;
}

.input-group-btn.span-disc {
  width: auto;
}

input.form-control.input-disc {
  width: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  max-width: 80px;
}

.va-middle {
  vertical-align: middle;
}

.btn-disc {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.content.checkout_view .foto-kendaraan label.error {
  position: absolute;
  right: 120px;
  bottom: 0;
}

.content.checkout_view .foto-kendaraan .expired label.error {
  position: static;
  font-weight: normal;
  padding: 5px 0;
}
.content.checkout_view .center-calc .checkbox-btn label.error::after,
.content.checkout_view .center-calc .same-checkbox-btn label.error::after {
  background-color: #f0fdfe;
  border: none;
}

.content.checkout_view label.ck-active:after {
  background-color: #590074;
}

.content.checkout_view .radio-u label {
  font-weight: normal;
}

.content.claim_view .tooltip-inner {
  padding: 0;
  background: white;
  border: 1px solid #cbcbcb;
}
.content.claim_view .tooltip.top {
  padding: 5px 0 10px;
}
.content.claim_view .tooltip.top .tooltip-arrow {
  border-top-color: transparent;
  height: 17px;
  bottom: -1px;
  margin-left: -12px;
  width: 20px;
  background: url("../../../lib/images/icons/bottom.png") no-repeat;
}
.pic-profile-container label.error {
  position: absolute;
  right: 120px;
  bottom: 0;
}
.content.claim_view .foto-kendaraan label.error {
  position: absolute;
  right: 50px;
  bottom: 0;
}
.content.contact_us label.error {
  font-weight: lighter;
  text-align: left !important;
}

header#header {
  border-bottom: 0;
}

.img-bengkel {
  margin: auto;
  width: 50%;
  max-width: 250px;
}

.bengkel-address {
  padding: 20px 30px;
  text-align: center;
}

.list-bengkel img,
.list-bengkel .n-about {
  transition: all 0.3s;
}

.list-bengkel .n-about {
  color: #808080;
}

.list-bengkel:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

.list-bengkel:hover .n-about {
  color: #977bad;
}

.list-bengkel img {
  height: 60px;
  width: auto;
}

.br4 {
  border-radius: 4px;
}
.br8 {
  border-radius: 8px;
}
.h40 {
  height: 40px;
}

.br-right {
  border-right: 1px solid rgba(125, 125, 125, 0.5);
}

.brr4 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.brr8 {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.ml40 {
  margin-left: 40px;
}
.mr40 {
  margin-right: 40px;
}

.ml-60 {
  margin-left: -60px;
}

.nav-about .slick-track {
  /*transform: none !important;*/
  margin: auto !important;
}

.plus {
  padding: 5px 13px;
  color: white;
  background-color: #977bad;
  transition: all 0.3s;
}

.plus:hover,
.plus:focus,
.plus:visited {
  color: white;
  background-color: #590074;
}

.div-plus {
  text-align: center;
  padding-top: 10px;
}
.div-plus-md {
  text-align: right;
  margin-bottom: 10px;
}

a.remove {
  margin: 0 10px;
  color: #d3d3d3;
  transition: all 0.3s;
}
a.remove:hover,
a.remove:focus,
a.remove:visited {
  color: #808080;
}

.display-none {
  display: none;
}

.tlo-only {
  display: none;
}

.plus-btn {
  font-size: 40px;
  font-weight: bold;
  color: #977bad;
  transition: all 0.3s;
}

.plus-btn:hover,
.plus-btn:focus,
.plus-btn:visited {
  color: #977bad;
}

.text-40 {
  font-size: 40px;
}

.link-hub {
  color: #977bad;
  transition: all 0.3s;
}

.link-hub:hover {
  color: #977bad;
}

.popup-inner.inner-forgot.inner-compare {
  height: 500px;
  overflow-y: auto;
}

.div-download {
  padding-top: 20px;
}

.slick-slide.slick-current.slick-active:focus {
  outline: none;
}

.day-travel {
  padding: 2.5px 10px;
}

.date-travel {
  width: 120px;
  padding: 2px 10px;
}

.form-group label.label-date-travel {
  margin: 0 10px;
  color: #808080;
  font-weight: normal;
}

.cc-selector input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cc-selector input:active + .drinkcard-cc {
  opacity: 0.9;
}

.radio-div {
  margin: 10px auto;
  padding: 10px;
  position: relative;
  height: 140px;
  /*transform: scale(1);*/
  transition: all 0.3s;
}
.radio-div.calc-mo {
  height: 110px;
}
.mb30 {
  margin-bottom: 20px;
}
.h80 {
  height: 140px;
}

.h110 {
  height: 110px;
}
.comp-pic {
  margin: 5px auto;
}
.icon-check {
  position: absolute;
  color: white;
  background: #977bad;
  padding: 4px 5px 5px;
  top: 0;
  right: 0;
  display: none;
}
.btn-pilih {
  margin: 10px auto;
}

.point {
  cursor: pointer;
  color: #808080;
}
.mh40 {
  max-height: 40px;
}
.drinkcard-cc {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 100px;
  height: 40px;
  filter: brightness(1.8) grayscale(1) opacity(0.7);
}

.radio-div:hover {
  border: 1px solid rgb(115, 180, 196) !important;
  transform: scale(1.05);
}

.radio-div:hover .drinkcard-cc {
  filter: brightness(1.2) grayscale(0.5) opacity(0.9) !important;
}

.radio-div:hover .point {
  color: #977bad !important;
}

.choose-div.active .drinkcard-cc {
  filter: none;
}

.choose-div.active .point {
  color: #977bad;
}
.choose-div.active .icon-check {
  display: block;
}
.choose-div.active .radio-div {
  outline: 1px solid rgb(115, 180, 196);
  transform: scale(1.05);
}

.tab-tertanggung {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  font-size: 0;
}
.tab-tertanggung li {
  border-bottom: 0;
  display: inline-block;
  padding: 5px 7px;
  /*width: calc((100% - 3.8px) / 3);*/
  width: calc((100%) / 3);
  user-select: none;
  font-size: 14px;
}
.tab-tertanggung li a.remove {
  float: right;
}
.tab-tertanggung li.active {
  border: 1px solid #d3d3d3;
  border-bottom: none;
  color: #590074;
  /*font-weight: bold;*/
}
.tertanggung-content.active {
  display: block;
}
.tab-tertanggung-content .master,
.tab-tertanggung .master,
.tertanggung-content {
  display: none;
}

.title_rekanan {
  margin-top: 5px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

.mt15 {
  margin-top: 15px;
}

.table-insurance table tbody tr.back td:first-child {
  background: #3a94ac;
}

.ul-style {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 0;
}

.form-group label.fw-normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.foot-quotes {
  font-style: italic;
  color: #808080;
  padding-top: 15px;
  font-weight: bold;
  font-size: 14px;
}

.mr20 {
  margin-right: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pad20 {
  padding: 20px;
}

.pad20h {
  padding-left: 20px;
  padding-right: 20px;
}

.slider-about .txt-body p {
  /*text-indent: 20px;*/
  margin-top: 15px;
  line-height: normal;
}

.tcm-logo {
  width: 180px;
}

.bradius0 {
  border-radius: 0;
}

.total_visitor {
  font-size: 15px;
  position: absolute;
  z-index: 90;
  padding: 7px 0;
  line-height: 26px;
  text-align: center;
  bottom: 0;
  right: 80px;
}

.hidden-md .total_visitor {
  position: static;
  float: right;
}

.ph5 {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 1199px) {
  .show-prod {
    display: inline-block;
  }
  .bdy-member .inline-block.block1 {
    vertical-align: top;
    margin-bottom: 20px;
  }
  .bold-member {
    display: block;
  }
  .w530 {
    width: 100%;
    vertical-align: top;
  }
  .w131 {
    width: 210px;
    padding-left: 20px;
    vertical-align: top;
  }

  .w180 {
    width: 210px;
  }
  .w100 {
    width: 210px;
    vertical-align: top;
  }
  .w100 img {
    width: auto;
    max-width: 100px;
    margin: auto;
  }
  .w160 {
    width: 210px;
    vertical-align: top;
  }
  .w160b {
    width: 160px;
    vertical-align: top;
  }
  .w120 {
    width: 210px;
    vertical-align: middle;
  }
  .w170 {
    width: 210px;
    vertical-align: top;
  }
  .h22 {
    display: inline-block;
    height: 40px;
  }
  .w70 {
    vertical-align: top;
    width: 60px;
    text-align: left;
  }
  .w80 {
    vertical-align: top;
    width: 60px;
  }
  a.click-member {
    display: inline-block;
    text-align: left;
  }
  .img-download {
    margin: 0;
  }
  .perbandingan {
    width: 100%;
  }
  .checkout1 {
    width: 610px;
  }
  .checkout2 {
    width: 270px;
    padding-left: 20px;
  }
  .checkout1-1 {
    width: 270px;
    position: relative;
    padding-right: 20px;
  }
  .checkout1-2 {
    width: 330px;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-tab .nav-tabs > li {
    margin-right: 20px;
  }
  .about-tab .nav-tabs > li > a {
    font-size: 14px;
  }
  .box-about .w350 {
    width: 270px;
  }
  .l-about {
    width: 350px;
  }
  .box-about .t-home {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 20px;
  }
  .box-about .b-home p {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
  }
  .c-about {
    width: 230px;
    display: inline-block;
    vertical-align: top;
  }
  .r-about {
    width: 350px;
  }
  .right-footer {
    padding-left: 30px;
  }
  .left-footer {
    width: 240px;
  }
  .left-footer img {
    width: 200px;
  }
  .mr50 {
    margin-right: 0;
  }
  .mr70 {
    margin-right: 25px;
  }
  ul.l-footer {
    margin: 0 15px 0 0;
  }
  ul.l-bottom li {
    margin-right: 10px;
  }
  ul.l-bottom li a {
    font-size: 12px;
  }
  .slider-new .img-new img {
    height: 280px;
  }
  .btn.w140 {
    width: 120px;
  }
  .mPad {
    margin-right: 30px;
    margin-left: 40px;
  }
  .mpr-40 {
    margin-left: -50px;
  }
  .ml40 {
    margin-left: 20px;
  }
}

@media (max-width: 1030px) {
  .center-calc .f-right {
    float: none;
    text-align: right;
    margin-top: 10px;
    width: 100%;
  }

  .tcm-logo {
    max-width: 150px;
  }
  .ml40 {
    margin-left: 20px;
  }
  .ml40.mr40.left767 {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .list-about .list-bengkel .n-about {
    font-size: 14px;
  }
  .img-article img {
    height: 200px;
  }
  .xs30 {
    margin-bottom: 30px;
  }
  .mb40 {
    margin-bottom: 40px;
  }

  .smmb10 {
    margin-bottom: 10px;
  }
  .h1-detail {
    font-size: 17px;
    line-height: 23px;
  }
  .bg-detail {
    padding: 40px 0;
  }
  .bg-article {
    padding: 40px 0 10px;
  }
  .item-article .t-article {
    font-size: 14px;
    height: 45px;
    line-height: 23px;
  }
  #detail-pop .box-name,
  #detail-travel-pop .box-name,
  #detail-health-pop .box-name,
  #detail-property-pop .box-name {
    font-size: 13px;
    min-width: 70px;
  }
  #detail-pop .box-price,
  #detail-travel-pop .box-price,
  #detail-health-pop .box-price,
  #detail-property-pop .box-price {
    font-size: 13px;
    min-width: 100px;
  }
  #detail-pop.popup .popup-content,
  #detail-travel-pop.popup .popup-content,
  #detail-health-pop.popup .popup-content,
  #detail-property-pop.popup .popup-content {
    /*width: 740px;*/
    width: 850px;
  }
  .h22 {
    height: 40px;
  }
  .w131 {
    padding-left: 20px;
    width: 150px;
  }
  .w100 {
    width: 120px;
  }
  .w160 {
    width: 150px;
  }
  .w160a {
    width: 120px;
  }
  .w160b {
    width: 120px;
  }
  .w180 {
    width: 190px;
    margin-bottom: 20px;
  }
  .w120 {
    padding-left: 20px;
    width: 150px;
  }
  .w170 {
    width: 150px;
  }
  .w70 {
    width: 60px;
    text-align: left;
  }
  .w80 {
    width: 60px;
    /*text-align: left;*/
  }

  ul.l-member li a {
    padding-left: 13px;
  }
  .i-user,
  .i-lock,
  .i-trans,
  .i-logout {
    font-size: 14px;
  }
  .perbandingan {
    width: 100%;
  }
  .bg-success {
    padding: 55px 0;
  }
  .checkout1-1.no-bdr {
    margin-bottom: 0;
  }
  .checkout1 {
    width: 390px;
  }
  .checkout2 {
    width: 270px;
    padding-left: 20px;
  }
  .checkout1-1 {
    width: 100%;
    margin-bottom: 15px;
    display: block;
    position: relative;
  }
  .checkout1-2 {
    width: 100%;
    padding-left: 0;
  }
  .table-insurance table thead th .n-as {
    font-size: 14px;
  }
  .table-insurance table thead th,
  .table-insurance table tbody td {
    padding: 15px 10px;
  }
  .box-detail .nav-tabs > li > a {
    font-size: 13px;
  }
  .box-detail ul.nav.nav-tabs li {
    width: auto;
    margin-right: 40px;
  }
  .box-detail ul.nav.nav-tabs li:last-child {
    margin-right: 0;
  }
  .box-detail .tab-content .detail-white {
    background: white;
    padding: 10px 25px;
  }
  .box-detail .tab-content .detail-grey {
    background: #fafafa;
    padding: 10px 25px;
  }
  .box-detail .tab-content .w320 {
    width: 300px;
  }
  .box-detail .tab-content .t-detail {
    font-size: 15px;
  }
  .center-calc .f-right {
    float: none;
    text-align: right;
    margin-top: 10px;
    width: 100%;
  }
  .table-calc table thead th {
    font-size: 14px;
  }
  .mr15 {
    margin-right: 5px;
  }
  .input-group.custom-input input {
    width: 250px;
  }
  .input-group.custom-input .input-group-addon {
    width: 80px;
  }
  .about-tab .nav-tabs > li {
    min-width: 120px;
  }
  .bdr-about {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #dfdfdf;
  }
  .left-arrow {
    position: absolute;
    left: 0;
    top: 0px;
    background: #fafafa;
    padding: 4px;
  }
  .right-arrow {
    position: absolute;
    right: 0;
    top: 0px;
    background: #fafafa;
    padding: 4px;
  }
  .about-tab .nav-tabs > li > a {
    padding-bottom: 10px;
  }
  .list-about .n-about {
    font-size: 18px;
    margin-top: 15px;
  }
  .list-about .txt-about p {
    font-size: 13px;
    line-height: 20px;
    height: 60px;
  }
  .list-about .txt-about.txt-auto p {
    height: auto;
  }
  .bg-grey.no-bottom {
    padding-bottom: 40px;
  }
  .c-about {
    margin-bottom: 30px;
    display: block;
    width: 100%;
  }
  .c-about img {
    height: 200px;
  }
  .l-about {
    width: 49.5%;
  }
  .r-about {
    width: 49.5%;
  }
  .bg-green {
    padding: 20px 0;
  }
  .md30 {
    margin-bottom: 30px;
  }
  .img-about img {
    width: 450px;
  }
  .bg-home,
  .bg-grey {
    padding: 40px 0;
  }
  .footer-top .tbl {
    display: block;
  }
  .footer-top .tbl .cell {
    display: block;
  }
  .left-footer {
    padding: 15px 0;
    width: 100%;
    height: auto;
  }
  .right-footer {
    padding: 15px 0;
    height: auto;
  }
  .mr50 {
    margin-right: 25px;
  }
  .mr70 {
    margin-right: 40px;
  }
  .bg-overlay {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: black;
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0px;
    display: none;
    opacity: 0;
  }
  .bg-overlay.open {
    display: block;
    opacity: 0.85;
  }
  #customDots {
    display: none;
  }
  .form-group label {
    font-size: 13px;
  }
  .custom-select {
    font-size: 13px;
  }
  .in-rp {
    font-size: 13px;
  }
  .box-banner {
    bottom: 60px;
  }
  .in-banner {
    padding: 8px 0;
  }
  .h1-banner {
    font-size: 25px;
    line-height: 30px;
  }
  .h2-banner {
    font-size: 25px;
    line-height: 30px;
  }
  .in-banner:before {
    border-bottom: 76px solid rgba(255, 255, 255, 0.3);
    border-left: 70px solid transparent;
    left: -71px;
  }
  .box-operator {
    padding: 10px 20px 10px 70px;
    width: max-content;
    position: relative;
    margin: 20px 0;
    bottom: 0;
  }
  .i-operator img {
    width: 55px;
  }
  .n-operator {
    font-size: 13px;
    line-height: 20px;
  }
  .w-operator {
    font-size: 14px;
    line-height: 25px;
  }
  .t-mega {
    font-size: 13px;
    display: block;
    text-align: center;
  }
  .menu-nav.navbar-default .navbar-nav > li > a:focus,
  .menu-nav.navbar-default .navbar-nav > li > a:hover {
    width: 140px;
    /*110*/
  }
  .menu-nav.navbar-default .navbar-nav > .open > a,
  .menu-nav.navbar-default .navbar-nav > .open > a:focus,
  .menu-nav.navbar-default .navbar-nav > .open > a:hover {
    /*width: 110px;*/
    width: 140px;
  }

  #ketentuan-pop.popup .popup-content.w900 li:first-child a,
  #syarat-pop.popup .popup-content.w900 li:first-child a,
  #info-agency-pop.popup .popup-content.w900 li:first-child a {
    width: 600px;
  }
  .popup .popup-content.w600.w900 {
    width: 600px;
  }
  .btn.w220,
  .btn.w180,
  .btn.w140 {
    width: 100%;
  }
  .sm-f-right {
    float: right;
  }

  .sm-f-left {
    float: left;
  }
  .j-mega {
    font-size: 18px;
  }
  .n-mega {
    font-size: 18px;
    margin-bottom: 15px;
  }
  /*i-mobil, .i-travel, .i-pa, .i-life*/
  .i-icon {
    display: block;
    margin: 0 auto 5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .center-mega {
    text-align: center;
  }
  .box-mega {
    margin: 0 auto 30px;
    font-size: 15px;
    padding: 10px 30px;
  }
  .close-mega {
    top: 5px;
  }
  .menu-nav .nav {
    height: auto;
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }
  .mega-dropdown {
    width: auto;
  }
  .navbar-nav > li > .dropdown-menu {
    padding: 0 20px 0 20px;
    width: 100%;
    left: 0;
    top: 165px;
    height: auto;
  }
  .menu-nav.navbar-default .navbar-nav > li {
    padding: 0 20px;
    vertical-align: bottom;
  }
  .menu-nav.navbar-default .navbar-nav > li > a {
    width: 140px;
    height: 100px;
    /*width: 110px;*/
    padding: 5px 10px;
  }
  .nav > li {
    display: inline-block;
  }
  .menu-nav.navbar-default {
    height: auto;
    position: relative;
    top: -2px;
  }
  .img-banner {
    height: 600px;
  }
  .i-operator {
    bottom: 0;
  }
  .t-h3 {
    font-size: 25px;
  }
  .slider-new .t-new {
    padding: 0 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .home-banner.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .home-banner.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: grey;
    cursor: pointer;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .home-banner.owl-theme .owl-dots .owl-dot.active span,
  .home-banner.owl-theme .owl-dots .owl-dot:hover span {
    background: #977bad;
  }

  .box-product img {
    height: 120px;
  }
  .t-h5 {
    font-size: 20px;
  }
  .btn.w220,
  .btn.w140 {
    width: 220px;
  }
  .btn.w180 {
    width: 180px;
  }
  .col-block {
    display: inline-block;
  }

  .padl-30-pc {
    padding-left: 30%;
  }
  .bdy-member .inline-block.block1.sm-mb0 {
    margin-bottom: 0;
  }

  .mPad {
    margin-left: 0;
    margin-right: 40px;
  }
  .mpr-40 {
    margin-left: -40px;
  }
  .f200 {
    width: 175px;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  #scrolling .nav.nav-tabs {
    transform: none !important;
  }

  .logo a img {
    max-width: 200px;
  }

  .img-banner {
    background-size: 100% !important;
    height: 400px;
  }

  /*.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
        color: #590074 !important;
        border: 0!important;
        border-bottom: 3px solid #590074!important;
        background: transparent!important;
    }*/
}

@media (max-width: 767px) {
  #ketentuan-pop.popup .popup-content.w900 li:first-child a,
  #syarat-pop.popup .popup-content.w900 li:first-child a,
  #info-agency-pop.popup .popup-content.w900 li:first-child a {
    width: 300px;
  }
  .popup .popup-content.w600.w900 {
    width: 300px;
  }
  .tcm-logo {
    max-width: 120px;
  }
  .w90p {
    width: 88%;
    padding-left: 10px;
  }
  .plus-harga {
    margin-bottom: 50px;
  }

  body.open {
    position: fixed;
  }
  .rekanan-img-box,
  .rekanan-text {
    width: 100%;
  }
  #rekanan2-pop .popup-inner {
    padding: 20px 35px;
  }
  #rekanan2-pop .slick-prev,
  #rekanan2-pop .slick-next {
    width: 34px !important;
    height: 34px !important;
  }
  #rekanan2-pop .slick-prev:before,
  #rekanan2-pop .slick-next:before {
    font-size: 34px !important;
    /*vertical-align: middle !important;*/
  }

  .bdy-member .inline-block.block1.sm-mb0 {
    margin-bottom: 20px;
  }
  .ml40 {
    margin-left: 0;
  }

  .pt10 {
    padding-top: 10px;
  }
  .icon-phone {
    border-right: none;
    padding-right: 0;
    display: block;
    margin-bottom: 10px;
  }

  .br-right {
    border-right: none;
  }

  .icon-fax {
    margin-left: 0;
    display: block;
  }
  .img-article img {
    height: auto;
  }
  .mb40 {
    margin-bottom: 40px;
  }

  .div-save {
    position: relative;
  }

  .div-save div {
    right: 0;
    position: absolute;
  }
  .h1-detail {
    font-size: 16px;
    line-height: 23px;
  }
  .box-share {
    margin: 10px 0 30px;
  }
  .at-resp-share-element.at-mobile .at-share-btn {
    margin-right: 0 !important;
  }
  .at-share-btn-elements a {
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -ms-transform: scale(0.8);
  }
  .item-article .t-article {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
  .bg-detail {
    padding: 30px 0;
  }
  .box-fixed {
    display: none !important;
  }
  #detail-pop.popup .popup-content,
  #detail-travel-pop.popup .popup-content,
  #detail-health-pop.popup .popup-content,
  #detail-property-pop.popup .popup-content {
    width: 300px;
  }
  .bold-member {
    margin-bottom: 0;
  }
  a.download {
    margin-top: 5px;
  }
  .bdy-member {
    font-size: 13px;
  }
  .w141 {
    width: 140px;
    padding-left: 15px;
  }
  .w100 {
    width: 140px;
  }
  .bdy-member .inline-block.block1 {
    margin-bottom: 15px;
  }
  .w160 {
    width: 180px;
    margin-bottom: 15px;
    padding-left: 20px;
  }

  .w160a {
    width: 180px;
    margin-bottom: 15px;
    padding-left: 20px;
  }

  .w160b {
    width: 150px;
    padding-left: 20px;
  }

  .w131 {
    width: 140px;
    margin-bottom: 15px;
    padding-left: 0;
  }

  .w180 {
    width: 180px;
    padding-left: 20px;
    margin-bottom: 0;
  }

  .w120 {
    width: 120px;
    padding-left: 20px;
  }
  .w170 {
    width: 120px;
    padding-left: 10px;
  }
  .w70 {
    width: 60px;
    text-align: left;
  }
  .h22 {
    height: 35px;
  }
  .show767 {
    display: inline-block;
  }
  .bdr-member {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .perbandingan {
    width: 100%;
  }
  .perbandingan ul li .close-img {
    width: 15px;
    height: 15px;
  }
  .perbandingan ul li .close-img .in {
    font-size: 10px;
  }
  .right-checkout2 {
    padding-left: 15px;
    border-left: 0;
  }
  .left-checkout2 {
    padding-right: 15px;
  }
  .img-metode {
    display: block;
    margin: 0 0 15px;
  }
  .bg-success {
    background: url(../../images/checkout2.jpg) no-repeat;
  }
  .right-checkout {
    padding-left: 15px;
  }
  .right-checkout .no-order {
    font-size: 16px;
  }
  .left-checkout {
    padding-right: 15px;
    border-right: 0;
  }
  .box-syarat {
    padding: 15px;
  }
  .checkout1-1 {
    padding-right: 0;
  }
  .checkout1-2 {
    padding-right: 0;
  }
  .checkout1-1:after,
  .checkout1-2:after {
    display: none;
  }
  .checkout1 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .checkout1.no-btm {
    margin-bottom: 0;
  }
  .checkout2 {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  .checkout2 .t-checkout {
    margin-top: 35px;
    margin-bottom: 35px;
    position: relative;
    z-index: 10;
    background-color: #fafafa;
  }
  .bg-t-checkout.t-checkout {
    margin-top: 35px;
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
    background-color: #fafafa;
  }
  .checkout2 .t-checkout:before,
  .bg-t-checkout.t-checkout:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    z-index: -1;
    background-color: #fafafa;
    width: 100%;
    height: 35px;
  }
  .checkout2 .t-checkout:after,
  .bg-t-checkout.t-checkout:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    z-index: -1;
    background-color: #fafafa;
    width: 100%;
    height: 35px;
  }
  .table-insurance {
    overflow-y: scroll !important;
  }
  #hubungi-pop .form-group label,
  #compare-pop .form-group label,
  #konfirmasi-pop .form-group label,
  #save-pop .form-group label {
    display: none;
  }
  .form-recaptcha .pull-right {
    float: none !important;
  }
  .form-recaptcha .g-recaptcha {
    top: 0;
    left: -25px;
    position: relative;
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -ms-transform: scale(0.8);
  }
  .box-detail ul.nav.nav-tabs li a img {
    display: none !important;
  }
  .h75 {
    height: auto;
  }
  .box-detail .nav-tabs > li.active > a img.hover {
    display: none !important;
  }
  .box-detail .nav > li > a:hover img.hover {
    display: none !important;
  }
  .pad-calc {
    padding-bottom: 170px;
  }
  .perbandingan ul li .abs {
    font-size: 16px;
  }
  .perbandingan ul li .abs img {
    max-width: 65px;
  }
  .perbandingan ul li {
    width: 100px;
    height: 80px;
    margin-right: 0;
  }

  .center-calc {
    padding: 10px 15px;
  }
  .center-calc .inline-block {
    display: block;
  }
  .box-calc-health .center-calc .inline-block {
    display: inline-block;
  }
  .center-calc .mr30 {
    margin: 0 0 10px;
  }
  .center-calc .inline-block {
    display: block;
  }
  .center-calc .inline-block.f-right {
    text-align: left;
  }
  .center-calc .inline-block.f-right .inline-block {
    display: inline-block;
  }
  .top-calc {
    padding: 10px 15px;
  }
  .form-group.checkbox-calc label .t-check {
    font-size: 14px;
  }
  .form-group.checkbox-calc label .m-check {
    font-size: 12px;
  }
  .xs10 {
    margin-bottom: 10px;
  }
  .top-calc .text-right {
    text-align: left;
  }
  .btn {
    padding: 8px 15px;
    font-size: 13px;
    height: 36px;
  }
  .btn.btn-save {
    height: 40px;
    text-align: right;
  }

  input.form-control.input-disc {
    height: 36px;
  }
  .form-group.form-checkout .btn {
    height: 40px;
  }
  .input-group.custom-input {
    width: 100%;
  }
  .input-group.custom-input input {
    width: 70%;
  }
  .input-group.custom-input .input-group-addon {
    width: 30%;
  }
  ul.l-calc li {
    font-size: 11px;
    padding: 10px 5px;
  }
  ul.l-calc li img {
    display: block;
    margin: 0 auto 5px;
    top: 0;
  }
  ul.l-calc li span {
    display: block;
    margin: 0;
  }
  .w50 {
    width: 40px;
  }
  a.btn-search {
    width: 40px;
    height: 52px;
  }
  .btn-search .fa {
    font-size: 15px;
  }
  .xs20 {
    margin-bottom: 20px;
  }
  .xst20 {
    margin-top: 20px;
  }
  .xs30 {
    margin-bottom: 30px;
  }
  .list-about .txt-about p {
    height: auto;
  }
  .bg-grey.no-bottom {
    padding-bottom: 30px;
  }
  .l-about {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .box-about .w350 {
    text-align: left;
  }
  .r-about {
    width: 100%;
    display: block;
    text-align: center;
  }
  .r-about .i-about {
    margin-left: 0;
    margin-right: 15px;
  }
  .abs-green {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .abs-green img {
    height: 100px;
    margin: 0 auto 10px;
  }
  .bg-green .t {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .pad-green {
    padding: 0;
  }
  .bg-green p {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
  }
  .md30 {
    margin-bottom: 20px;
  }
  .popup .box-forgot {
    font-size: 14px;
    /*padding: 10px 15px;*/
    padding: 11px 15px;
    position: relative;
    top: -1px;
  }
  .popup .w42 {
    width: 28px;
  }
  .popup .box-close {
    width: 28px;
    font-size: 16px;
    /*height: 34px;*/
    height: 42px;
  }
  .popup .popup-content.w600 {
    width: 300px;
  }
  .popup .popup-content {
    width: 300px;
  }
  .popup ul.list-login li a {
    font-size: 14px;
    padding: 10px 12px;
    width: 135px;
  }
  .popup ul.list-login li.popup-close a {
    width: 28px;
    font-size: 16px;
    /*height: 34px;*/
    height: 41px;
  }
  .popup .popup-inner {
    margin-top: 34px;
    padding: 20px 15px;
  }
  #forgot2-pop.popup .popup-content li:first-child a,
  #info-agency-pop.popup .popup-content li:first-child a,
  #declaration-pop.popup .popup-content li:first-child a,
  #rekanan-popup.popup .popup-content li:first-child a,
  #contact-pop.popup .popup-content li:first-child a,
  #reset2-pop.popup .popup-content li:first-child a,
  #rekanan2-pop.popup .popup-content li:first-child a {
    width: 300px;
  }

  #rekanan-popup .slick-slide {
    width: 220px !important;
  }

  #contact-pop.popup .popup-content {
    overflow-x: hidden;
  }

  #register-pop {
    display: none;
  }
  #login-pop {
    display: none;
  }

  #forgot-pop {
    display: none;
  }
  .slider-new.owl-theme .owl-nav .fa {
    font-size: 30px;
  }
  .inline-block.block767 {
    display: block;
    margin-bottom: 20px;
  }
  .t-footer.mt10 {
    margin-top: 20px;
  }
  .home-banner.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
  .h1-banner {
    font-size: 16px;
    line-height: 25px;
  }
  .h2-banner {
    font-size: 16px;
    line-height: 25px;
  }
  .in-banner:before {
    border-bottom: 66px solid rgba(255, 255, 255, 0.3);
    border-left: 40px solid transparent;
    left: -40px;
  }
  .in-banner:after {
    height: 66px;
  }
  .box-mega {
    padding: 10px;
    width: 200px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .menu-nav.navbar-default .navbar-nav > li > a:focus,
  .menu-nav.navbar-default .navbar-nav > li > a:hover {
    width: 65px;
    /*height: 90px;*/
    height: auto;
  }
  .menu-nav.navbar-default .navbar-nav > .open > a,
  .menu-nav.navbar-default .navbar-nav > .open > a:focus,
  .menu-nav.navbar-default .navbar-nav > .open > a:hover {
    width: 65px;
    /*height: 90px;*/
    height: auto;
  }
  .img-banner {
    /*height: 300px;*/
    height: 260px;
    background-position: center !important;
  }
  .menu-nav.navbar-default .navbar-nav > li > a {
    width: 65px;
    /*height: 90px;*/
    height: auto;
    padding: 5px;
  }
  .menu-nav.navbar-default .navbar-nav > li {
    padding: 0 5px;
    vertical-align: top;
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    width: 100%;
    top: 273px;
    padding: 0 20px 20px 20px;
  }
  .collapse {
    display: block;
  }
  .t-h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .t-h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .bdr {
    width: 50px;
    height: 2px;
    margin: 10px auto 0;
  }

  .bdr-left {
    margin: 15px 0;
  }

  .bg-grey {
    padding: 30px 0;
  }
  .box-product .t-product {
    font-size: 15px;
    line-height: 24px;
  }
  .box-product img {
    margin: 0 auto 5px;
    height: 145px;
  }
  .xs30 {
    margin-bottom: 30px;
  }
  .box-product .b-product p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
  }
  .t-h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .left-home {
    margin-top: 15px;
  }
  .i-home {
    width: 40px;
    height: 40px;
    top: 10px;
  }
  .i-home .fa {
    font-size: 16px;
  }
  .w350 {
    width: 220px;
  }
  .t-home {
    font-size: 14px;
    line-height: 24px;
  }
  .b-home p {
    line-height: 20px;
    font-size: 13px;
    /*height: 40px;*/
  }
  .mb30 {
    margin-bottom: 25px;
  }

  .pb-xs {
    float: right;
    width: 38%;
  }
  .wp55 {
    width: 55%;
  }
  .bg-home {
    padding: 30px 0;
  }
  .txt-body {
    margin-top: 10px;
  }
  .txt-body p {
    font-size: 13px;
    line-height: 26px;
  }
  iframe#video {
    height: 280px;
  }
  .t-h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .slider-new {
    margin-top: 30px;
  }
  .slider-new .t-new {
    margin-top: 20px;
  }
  .slider-new .d-new {
    padding: 7px 10px;
  }
  .slider-new .b-new p {
    font-size: 13px;
  }
  .left767 {
    float: right;
    width: 38%;
  }
  .right767 {
    float: left;
    /*width: 72%;*/
    width: 60%;
    padding-right: 10px;
  }
  .mr50,
  .mr70 {
    margin-right: 0;
  }
  .footer-top {
    padding-bottom: 30px;
  }
  .slider-new .img-new img {
    height: 240px;
  }
  .p-address {
    /*max-width: 350px;*/
    /*max-width: 55%;*/
  }

  .mt767-30 {
    margin-top: 30px;
  }
  .infowindow {
    max-width: 500px;
  }

  .btn.w220,
  .btn.w180,
  .btn.w140 {
    width: 140px;
  }

  .sm-f-right {
    float: right;
  }

  .sm-f-left {
    float: left;
  }
  .t-mega {
    display: none;
  }
  .i-icon {
    margin: 0 auto;
  }
  .table-calc table thead th {
    font-size: 10px;
  }
  .box-detail .nav.nav-tabs {
    padding: 0 20px;
  }
  .box-detail .nav > li > a {
    padding-top: 8px;
    padding-bottom: 5px;
  }
  .box-detail .nav-tabs > li > a {
    font-size: 12px;
  }
  .box-detail .tab-content .w320 {
    width: 200px;
  }
  .box-detail .tab-content .detail-white,
  .box-detail .tab-content .detail-grey {
    padding: 10px 20px;
  }

  .rekanan .col-xs-6,
  .rekanan .col-xs-4,
  .rekanan .col-xs-8 {
    width: 100%;
  }
  .left-bengkel .t-h2,
  .left-bengkel .bdr {
    margin: 10px auto 0;
    text-align: center;
  }
  .img-bengkel {
    max-width: 150px;
  }
  .mPad {
    /*margin-left: 40px ;*/
    /*margin-right: 25px;*/
    margin-right: 0;
    margin-left: 0;
  }

  .about-tab .nav-tabs > li.active > a {
    font-weight: bold;
    padding: 0 0 15px;
    font-size: 15px;
    border: 0;
    color: #977bad;
    border-bottom: 3px solid transparent;
    background: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
  }
  .nav-about .slick-list {
  }

  .al-div {
    padding: 10px;
    height: auto;
  }

  .al-icon {
    /*vertical-align: top;*/
  }

  .al-content {
    padding-left: 30px;
    font-size: 15px;
  }
  .xsph15 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .xspl0 {
    padding-left: 0;
  }
}
@media (max-width: 420px) {
  .hidden-md .total_visitor {
    float: none;
    margin-top: 7px;
    text-align: left;
    display: block;
  }
  .form-group label.label-date-travel {
    margin: 5px 0;
    display: block;
  }
  .rekanan .col-xs-6,
  .rekanan .col-xs-4,
  .rekanan .col-xs-8 {
    width: 100%;
  }
  .mPad {
    margin-left: 0;
    margin-right: 0;
  }
  .left-bengkel .t-h2,
  .left-bengkel .bdr {
    margin: 10px auto 0;
    text-align: center;
  }
  .xs-block {
    display: block;
  }
  .form-control.input-disc {
    max-height: 36px;
  }

  .perbandingan {
    width: 100%;
  }
  .padl-0 {
    padding-left: 0;
  }
  .col-block {
    display: block;
  }
  .mt400-20 {
    margin-top: 20px;
  }
  .box-detail .tab-content .w320 {
    width: 150px;
  }
  .w160a {
    width: 210px;
  }

  .w120 {
    width: 180px;
    padding-left: 20px;
  }
}
@media (max-width: 400px) {
  .xsblock {
    display: block;
  }
  .xslogo {
    padding-left: 20px;
    padding-top: 20px;
  }
  .input-group.custom-input.input-promo input {
    width: 120px;
  }
  .box-detail ul.nav.nav-tabs li {
    margin-right: 0;
    display: block;
    width: 50%;
    margin-bottom: 5px;
  }
  .padl-0 {
    padding-left: 0;
  }
  .c-about img {
    height: 150px;
  }
  .infowindow {
    max-width: 220px;
  }
  .box-about .w350 {
    width: 230px;
  }
  .i-about {
    width: 45px;
    height: 45px;
    top: 5px;
    margin-right: 10px;
  }
  #forgot2-pop.popup .popup-content li:first-child a,
  #info-agency-pop.popup .popup-content li:first-child a,
  #declaration-pop.popup .popup-content li:first-child a,
  #reset2-pop.popup .popup-content li:first-child a,
  #contact-pop.popup .popup-content li:first-child a,
  #rekanan2-pop.popup .popup-content li:first-child a {
    width: 100vw;
  }
  .i-about img {
    width: 30px;
  }
  .r-about .i-about {
    margin-right: 10px;
  }
  ul.l-footer {
    float: left;
    /*width: 70%;*/
    margin: 0;
  }
  ul.l-footer.l-footer-bottom {
    width: 100%;
  }
  ul.l-footer li {
    padding-right: 5px;
  }
  .footer-bottom .cp {
    display: block;
    /*margin: 0 0 10px;*/
    margin: 5px 0;
  }

  .box-product img {
    height: 100px;
  }

  .slider-new .img-new img {
    height: 220px;
  }

  .p-address {
    /*max-width: none;*/
  }
  .xs-f-right {
    float: right;
  }

  .btn.w220,
  .btn.w140 {
    width: 100px;
  }
  .checkout1-2 .block-pull .pull-left {
    float: none !important;
    margin-bottom: 10px;
  }
  .checkout1-2 .block-pull .pull-right {
    float: none !important;
  }
  .ringkasan .h40 {
    height: auto;
  }

  #login-pop .popup-content,
  #forgot2-pop .popup-content,
  #info-agency-pop .popup-content,
  #declaration-pop .popup-content,
  #reset2-pop .popup-content,
  #contact-pop .popup-content,
  #rekanan2-pop .popup-content,
  #register-pop .popup-content {
    width: 100vw;
    overflow-y: hidden;
  }

  #login-pop.popup ul.list-login li a,
  #register-pop.popup ul.list-login li a {
    width: 45vw;
    float: right;
  }

  #login-pop.popup ul.list-login li.popup-close a,
  #register-pop.popup ul.list-login li.popup-close a {
    width: 9vw;
    float: right;
  }

  #login-pop.popup .popup-content,
  #register-pop.popup .popup-content,
  #forgot2-pop.popup .popup-content,
  #info-agency-pop.popup .popup-content,
  #declaration-pop.popup .popup-content,
  #reset2-pop.popup .popup-content,
  #rekanan2-pop.popup .popup-content {
    top: 0;
    transform: none;
  }
  #login-pop.popup .popup-content .popup-inner,
  #declaration-pop.popup .popup-content .popup-inner,
  #rekanan-popup.popup .popup-content .popup-inner,
  #register-pop.popup .popup-content .popup-inner,
  #rekanan2-pop.popup .popup-content .popup-inner,
  #forget2-pop.popup .popup-content .popup-inner {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 15vh;
  }

  .popup .popup-content .popup-inner::-webkit-scrollbar {
    width: 5px;
    background: #999999;
  }

  .popup .popup-content .popup-inner::-webkit-scrollbar-track {
    background-color: #ddd;
  }

  .popup .popup-content .popup-inner::-webkit-scrollbar-thumb {
    background-color: rgba(119, 119, 119, 0.8);
  }

  #submit-login,
  #submit-register {
    margin-top: 20px;
  }

  #forgot2-pop.popup ul.list-login li a,
  #infoa-agency-pop.popup ul.list-login li a,
  #declaration-pop.popup ul.list-login li a,
  #reset2-pop.popup ul.list-login li a,
  #contact-pop.popup ul.list-login li a,
  #rekanan2-pop.popup ul.list-login li a {
    width: 90vw;
    background-color: #977bad;
    color: white;
  }

  #forgot2-pop.popup ul.list-login li.popup-close a,
  #info-agency-pop.popup ul.list-login li.popup-close a,
  #declaration-pop.popup ul.list-login li.popup-close a,
  #reset2-pop.popup ul.list-login li.popup-close a,
  #contact-pop.popup ul.list-login li.popup-close a,
  #rekanan2-pop.popup ul.list-login li.popup-close a {
    width: 9vw;
  }

  #forgot2-pop.popup ul.list-login li a .fa,
  #info-agency-pop.popup ul.list-login li a .fa,
  #declaration-pop.popup ul.list-login li a .fa,
  #reset2-pop.popup ul.list-login li a .fa,
  #contact-pop.popup ul.list-login li a .fa,
  #rekanan2-pop.popup ul.list-login li a .fa {
    color: white;
  }

  .img-banner {
    height: 200px;
  }

  .rek-icon {
    width: 15px;
    margin-right: 5px;
  }

  .xstext13 {
    font-size: 13px;
  }
}

@media (max-width: 320px) {
  .w100,
  .w131 {
    width: 100px;
  }

  .w180,
  .w120,
  .w160 {
    width: 150px;
  }

  .w160b {
    width: 130px;
  }

  .w170 {
    width: 120px;
  }
}
