.testimonial-slider-area.style-1 {
  margin-top: 0px; 
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-1 {
    margin-top: 0px; } 
  }
  .pb-100{
    padding-bottom: 120px !important; 
  }
  .te-theme-btn.cart{
    border: 0;
  }
  .te-info-card .te-info-card-inner.product {
    flex-direction: row;
  }

  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .te-info-card .te-info-card-inner.product {
      flex-direction: column;
    }
  }
  
  .btn.block{
    border-radius: 0;
    color: white;
    background-color: #ff7f00;
  }

  .checkout-btn{
    padding: 7px 15px;
    background-color: #ff7f00;
    color: white;
    border-radius: 15px;
}

  .checkout-btn:hover{
    background-color: #dc6e00;
    color: white;
}

.qty-product{
  width: 120px;
  text-align: center;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  font-size:0.875rem;
}

.bg-blue{
  background-color: #182B54 !important;
}

/* .mt-75{
  margin-top: 0px !important;
} */

@media only screen and (min-width: 0px) and (max-width: 1200px) {
  .mt-md-75{
    margin-top: 75px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-4 .te-single-slider .te-slider-container.custom {
      padding-top: 200px;
      padding-bottom: 150px;
  }
}

.te-main-menu ul li a.p-konsultasi{
  padding: 19px 31px;
}
@media screen and (max-width: 991px) {
  .te-theme-btn.custom{
    border: 0 !important;
  }

  .fa-solid.fa-arrow-right.custom{
    display: none !important;
  }

  .te-theme-btn.cart{
    padding-left: 0 !important;
  }
}

.te-header-menu-area.te-sticky_menu .te-main-menu ul li a.custom{
  padding: 19px 17px;
}

.te-info-card:hover .te-content .te-read-more .te-theme-btn.disabled {
  border-color: #e3e3e3;
  background-color: unset;
  color: #182B54;
  -webkit-transition: none;
  transition: none;
}
.te-mobile-menu-bar.custom a i {
    font-size: 21px;
}

@media screen and (max-width: 991px) {
  .cart-navbar-wrapper{
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .login-logo{
    display: none !important;
  }
}

.modal-content.custom{
  width: 75%;
}

.cart-count {
    position: relative;
    top: -10px;
    left: -18px;
    border: 1.5px solid #fff;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    font-size: 7px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #182B54;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.cart-size{
  font-size: 20px;
}

.cart-navbar-wrapper.custom{
  padding: 3px 30px;
}

.te-theme-btn.cart.style-2.custom{
  padding: 10px 0px;
}

.cart-count.mobile{
  left: -10px !important;
}