#ticket_form h1 {
  font-size: 1.5em;
  color: #285a95;
  margin-bottom: 12px
}

#ticket_form .wpetss h3 {
  padding: 10px !important;
  font-size: 1em;
  display: none;
  margin-bottom: 20px;
  border: none;
  background-color: none;
  padding: 0px !important;
  margin: 0px;
}

#ticket_form .wpetss table {
  width: 100%;
  border: none !important;
  border-spacing: 0;
}

#ticket_form .wpetss td {
  width: 100%;
  border: none !important;
  border-spacing: 0;
  padding: 0px !important;
}

#ticket_form .wpetss tr,
#ticket_form .wpetss th {
  border: none !important;
  border-spacing: 0;
}

#ticket_form .wpetss .width1 {
  width: 30%;
  vertical-align: middle;
  border: none !important;
}

#ticket_form input[type=text] {
  height: 38px;
  width: 95% !important;
}

#ticket_form select {
  height: 38px;
  width: 95% !important;
}

#ticket_form textarea {
  height: 80px;
  width: 95% !important;
}

#ticket_form .submit_button {
  float: right;
  width: auto;
  height: auto;
  margin: 0px !important;
  /*margin-top: -10px !important;*/
  padding: 6px 20px !important;
}

#ticket_form input[type=button] {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }

  to {
    bottom: 0px;
    opacity: 1
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}


.text-muted {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.text-muted-normal {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: inherit;
}

.other_page_con {
  padding: 15px 50px;
}

.row_p_contact_us {
  margin-top: 5px;
  padding: 0px 20px;
}

.con_work_addr {
  width: 100%;
  padding: 10px;
  border-left: 0.5px solid #e2e6ea;
}

.li-list {
  font-size: 14px;
  padding: 2px;
}

.list-val {
  margin-left: 5px;
}

.con_contact {
  width: 100%;
  /*background-color: #f0f7fc;*/
  padding: 10px 20px;
  /*box-shadow: 0 2px 2px rgba(0,0,0,0.19), 0 2px 2px rgba(0,0,0,0.10);*/
}

.con_title {
  font-size: 1.1em;
  color: #0957C3 !important;
}

.con_subtitle {
  font-size: 0.95em;
}


.hidden-lg {
  visibility: hidden;
  display: none;
}

.hidden-vlg {
  visibility: visible;
  display: block;
}

.number {
  background-color: #a0a0a0;
  border-radius: 25px;
  color: white;
  text-align: center;
  padding: 10px;
  width: 47px;
  height: 46px;
  margin: 0 auto;
  /*margin-bottom: 8px;*/
  font-size: 17px;
  position: absolute;
}

.persyaratan {
  background-color: #dcdcdc;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  border-radius: 0px;
  color: #393939;
  padding: 10px;
  text-align: justify;
  margin-bottom: 20px;
  font-size: 17px;
  margin-left: 20px;
  padding-left: 45px;
  width: 100%;
}

.persyaratan:hover {
  background-color: #CCCCCC;
}

.text-green {
  color: green;
}

.text-red {
  color: red;
}

.btn-blue {
  background-color: #0957C3 !important;
  color: #FFF;
  /*padding: 8px 25px;*/
}

.btn-reg {
  background-color: #00c292;
  color: #FFF;
}

.btn-login {
  padding: 6px 14px !important;
  font-size: 12px !important;
  border-radius: 2px !important;
  margin-left: 5px !important;
}

.btn-yellow {
  background-color: #FFCA00 !important;
  color: #FFF;
  /*padding: 8px 25px;*/
}

.btn-white {
  background-color: #FFF !important;
  color: #0957C3;
  /*padding: 8px 25px;*/
}

.btn-green {
  background-color: #00c393 !important;
  color: #FFF;
  /*padding: 8px 25px;*/
}

.btn-flat {
  border-radius: 0px !important;
  /*padding: 8px 25px;*/
}

.btn:hover {
  -moz-filter: grayscale(40%);
  filter: grayscale(40%);
  -webkit-filter: grayscale(40%);
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  color: #eaeaed;
}

.effect2 {
  position: relative;
}

.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.effect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.submenu {
  font-size: 12px;
  font-weight: 200;
  padding: 0px;
}

.drop-con {
  /*background-color: #FFF;*/
  padding: 11px;
  /*margin-bottom: 5px;*/
  cursor: pointer;
}

.drop-con:hover {
  background-color: #f5f5f5;
}

/*.drop-con:hover  .drop-content{
      color: #111111;
    }*/
.drop-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #22699b;
  cursor: pointer;
}

.drop-content {
  line-height: 20px;
  font-size: 14px;
}

.row_product {
  margin-bottom: 20px;
  padding: 0px 20px;
  width: 100%;
}

.row_product_det {
  /*box-shadow: 0 5px 5px rgba(0,0,0,0.19), 0 4px 4px rgba(0,0,0,0.23);*/
  /* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
                          0 1px 5px 0 rgba(0,0,0,0.12),
                          0 3px 1px -2px rgba(0,0,0,0.2);*/

  border-radius: 5px;
  padding: 12px 10px;
  text-align: center;
  /*border: 0.5px solid #CCC;*/
  cursor: pointer;
  width: 100%;
  height: 100%;
  /*min-height: 200px;*/

}

.row_product_det:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1),
    0 1px 1px 0 rgba(0, 0, 0, 0.1),
    0 1px 1px -2px rgba(0, 0, 0, 0.1);
  /*box-shadow: none;*/
  /*border: 0.7px solid #CCC ;*/
}

.title_product {
  font-size: 1.1em;
  color: #285a95 !important;
  margin-bottom: 5px;
  font-weight: 500;
  text-align: center;
}

.desc_product {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 10px;
}

.menu-footer {
  color: #FFFFFF !important;
  font-size: 0.90em;
  line-height: 18px;
  padding: 3px 0px;
}


#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.btn_ipaymu {
  background-color: #285a95;
  color: #FFF;
  padding: 10px 25px;
  font-size: 1em;
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.23);
  border-color: #3366a3
}

.btn_ipaymu:hover {
  background-color: #FFF;
  color: #285a95;
  border-color: 1px solid #285a95;
  -webkit-filter: grayscale(40%);
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  /*box-shadow: none;*/
}

/*.logo_ipaymu{
      box-shadow: 0 5px 10px rgba(0,0,0,0.19), 0 3px 3px rgba(0,0,0,0.23);
    }*/
.logo_ipaymu:hover {
  -moz-filter: grayscale(40%);
  filter: grayscale(40%);
  -webkit-filter: grayscale(40%);
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.color_ipaymu {
  color: #0957C3 !important;
}

.bg_ipaymu {
  background: -webkit-linear-gradient(#0957c3, #1a2eb0) !important;
  background: -o-linear-gradient(#0c4ebf, #1a2eb0) !important;
  background: -moz-linear-gradient(#0c4ebf, #1a2eb0) !important;
}

.padding-responsive {
  padding: 10px 9em !important;
}

.padding-responsive-two {
  padding: 25px 6em !important;
}

.left-to-center {
  text-align: left;
}

.right-to-center {
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .hidden-lg {
    visibility: visible;
    display: block;
  }

  .hidden-sm {
    visibility: hidden;
    display: none;
  }

  .hidden-vlg {
    visibility: visible;
    display: block;
  }

  .padding-responsive {
    padding: 5px 1em !important;
  }

  .padding-responsive-two {
    padding: 5px 1em !important;
    margin-left: 20px !important;
  }

  .left-to-center {
    text-align: center;
  }

  .right-to-center {
    text-align: center;
  }
}

@media (min-width: 1500px) {
  .hidden-vlg {
    visibility: hidden;
    display: none;
  }
}

.bg-map {
  background-image: url('<?php echo get_template_directory_uri()?>/assets/img/ipaymu-bg-new.png');
}

.row_front_other {
  margin-top: 7em;
  height: 100%;
  width: 100%;
}

.title-price {
  font-size: 2.2em;
  text-align: center;
  /*margin-bottom: 5px;*/
}

.desc-price {
  font-size: 1.05em;
  line-height: 20px;
  text-align: center;
  margin-bottom: 18px;
}

.row-price-type {
  padding: 30px 12px;
}

.btn-orange {
  background-color: #f27a55;
  color: #FFF !important;
}

.row-menu-lg {
  padding: 0px 0px !important;
  margin: 0px !important;
}

.col-menu-icon {
  padding: 0px !important;
  margin: 0px auto !important;
}

.menu_header {
  font-size: 14px !important;
}

.menu_content {
  line-height: 18px !important;
  font-size: 14px !important;
}

.menu-text {
  font-size: 12px !important;
  /* color: #0957C3 !important; */
  padding: 0px 12px !important;
  margin: 0px !important;
  /* margin-bottom:2px !important; */
}

.logo_text_nav {
  /* width: 13em; */
  /* margin-top: -37px !important;
  height: 100% !important; */
  text-align: center;
  vertical-align: middle;
}

.logo_text_nav_next {
  /*width: 13em;*/
  margin-top: -10px;
  height: 100% !important;
}

.page_title {
  font-size: 1.8em !important;
  line-height: 32px !important;
  font-family: 'Lato - Heavy', sans-serif;
  text-align: center;
  /* text-transform:uppercase !important; */
}

.faq-group__title {
  font-size: 1.2em !important;
  text-align: left !important;
  margin-bottom: 5px !important;
  padding-bottom: 0px !important;
  color: #0957C3 !important;
}

.faq-subtitle {
  font-size: 1em !important;
  font-weight: 400 !important;
}

.faq-content {
  font-size: 0.90em !important;
  color: #606060 !important;
  text-align: justify !important;
}

@media screen and (max-width: 1200px) {
  .logo_text_nav {
    /*width: 13.5em;*/
    margin-top: -16px !important;
  }

  .menu-text {
    font-size: 0.75em !important;
    padding: 10px 10px !important;
    margin: 0px !important;
    color: #0957C3 !important;
  }
}