/* =====================================================
   TABLET & UP
===================================================== */
@media (min-width: 768px) {

  

}
@media (min-width: 1600px) {
  .steps-container {
    max-width: 60% !important;
  }
}
/* =====================================================
   DESKTOP & UP
===================================================== */
@media (min-width: 1180px) {
  .contactuspage-container {
    padding: 80px 60px;
}
.form-fields-container .btn {
    width: auto;
}

.form-page-container {
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    max-width: 600px;
    margin: 0 auto;
}

  .reseller-program-img {
    max-width: 80%;
    border-radius: 40px;
    overflow: hidden;
    margin: 0 auto;
}
.testimonial-box {
  width: Calc(100% / 3);
  padding: 20px;
}
.slick-arrow {
    display: block !important;
}
  .shapes-box {
  width: Calc(100% / 4);
  padding: 10px;
}

  .product-main-image {
  margin: unset;
}
  .bnr-image-area {
    border-radius: 50px;
    overflow: hidden;
    /* border-right: 5px solid #89390b; */
}
  .btwrapper{
    flex-wrap: nowrap;
  }
  .success-card {
    padding: 50px;
}
  .pdt-thumbnail {
    width: 100px;
    padding: 10px;
    cursor: pointer;
}
.product-page-btn-container {
    margin-top: 20px;
    position: relative;
    width: 100%;
    left: unset;
    bottom: unset;
}

  .product-details-top-container {
    padding-top: 30px;
}
  .pdt-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: sticky !important;
    top: 90px;
    align-self: flex-start;
}

.pdt-right {
    width: Calc(100% - 50%);
}

.pdt-rigt-wrapper {
    padding: 0 30px;
}
  .prd-btn.custom-btn {
    width: auto;
}
  a.product-name {
    font-size: 1rem;
}
.products-tags {
    position: absolute;
    top: 10px;
    right: 10px;
    left: unset;
}
.pricing-cart-area.shop-cart-area .pricing-box {
    flex-direction: column;
    gap: 0px;

}
.pricing-cart-area.shop-cart-area .pbright {
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 9;
}
.product-card-wrapper {
    border: 1px solid #d9d5d5;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px 15px;
    background: #ffffff;
}

  .pricing-cart-area.shop-cart-area {
    flex-direction: row;
    gap: initial;
    justify-content: space-between;
    align-items: center;
}
  .product-card {
    padding: 10px;
    width: calc(100% / 4);
}
  .tags-categories-wrapper {
    gap: 20px;
}
  .footer-card.cmn {
    display: flex;
    justify-content: center;
}
  .footer-card {
    flex: 1 1 25%;
    padding-right: 50px;
}
  .steps-container {
    padding-top: 30px;
    max-width: 80%;
}
.steps {
    flex: 1 1 33.33%;
    padding: 20px;
    text-align: center;
}
.section-card.double-side .section-card-header {
    width: 50%;
}

.section-card.double-side .section-body {
    width: Calc(100% - 50% - 50px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btbox {
    width: Calc(100% / 3 - 10px);
    border-radius: 20px;
    padding: 50px 40px;
}
  .section-title {
    font-size: 2.5rem;
}
  .banner-wrapper {
    padding: 20px 40px;
}
.bnr-card-right {
    margin-top: 0px;
}
  .bnr-card-left {
    width: 50%;
    padding-right: 20px;
}
.bnr-title {
    font-size: 4rem;
}
.bnr-card-right {
    width: Calc(100% - 50%);
    /* padding: 50px; */
}
 .pdt-right{
     min-height:120vh;
  }
  .toggle, .mobile-menu-container{
    display: none;
  }
  .header-actions{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .padset{
    padding: 0 60px;
  }
  .padding-settings{
    padding: 30px 60px;
  }
  .cmn-width {
    width: Calc(100% / 4);
}
.section-padding-settings{
  padding: 60px 60px;
}
.mobile-mode{
    display: none;
}
.desktop-mode{
  display: block;
}

}
