/* DESKTOP */
@media only screen and (min-width: 1180px){
  a.uprcards::before {
  position: absolute;
  content: "";
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  display: block;
}

  .uprcrds-data {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
   .bnr-section.have-img {
    background:
      linear-gradient(rgba(11, 41, 31, 0.9), rgba(11, 41, 31, 0.9)),
      url("../images/bnr-img.png") center center / cover no-repeat;
  }
a.uprcards::before {
  position: absolute;
  content: "";
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
  .bnr-section.have-img {
    padding-top: 120px;
    padding-bottom: 120px;
  }
.week-box {
    background: #ffffff;
    padding: 60px;
    border-radius: 20px;
    border: 1px solid #d9d5d5;
    box-shadow: 0 8px 30px -8px hsl(222 47% 18% / .12);
    margin-bottom: 12px;
}
  .foryou .section-btm-box {
  max-width: 80%;
}

  .time-effort-wrapper {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 20px;
    max-width: 80%;
    margin: 0 auto;
}
  .wwb-box {
    padding: 10px;
    width: Calc(100% / 3);
    display: flex;
}
.tebox {
  padding: 10px;
  width: Calc(100% / 3);
}

  .long-term-box {
    width: 50%;
    padding: 20px;
}

  .double-side-section.deliverables-boxes.flexopp {
    flex-direction: row-reverse;
}
  .whynot-container {
    max-width: 80%;
    margin: 0 auto;
}
  .week-wrapper {
    max-width: 80%;
    margin: 0 auto;
}
  .bnr-section-btm.how-it-works-bnr-section-btm .bnr-bullets-box {
    width: Calc(100% / 3);
}
  header.header.scrolled a.header-menu-list-item {
    color: var(--clr-text);
}
  .section-btm-note{
    padding: 20px 60px;
  }
  .bnr-subtitle {
    font-size: 18px;
    max-width: 80%;
    margin: 0 auto;
}
  .mobile-btn{
    display: none;
  }
    .bnr-section-box {
    margin-top: 140px;
}
    .header-menu-area {
    display: flex;
}
    .footer-wrapper, .section-wrapper {
    padding: 50px 60px;
}
.sbr-img img {
    border-radius: 25px;
    /* padding: 0; */
}
.double-side-section {
    flex-direction: row;
    align-items: center;
}
.bnr-section-wrapper {
  padding: 0 60px;
  height: 100vh;
}

.bnr-bullets-box {
  width: Calc(100% / 5);
}
.bnr-bullets-container {
  flex-wrap: nowrap;
}
.bnr-title {
  font-size: 3.5rem;
}
.section-box-left {
  width: 50%;
}

.section-box-right {
  width: Calc(100% - 50% - 20px);
  /* padding: 0 30px; */
}
.ppb {
  flex: 1 1 50%;
}
.ppb.blueprint-box {
  flex: unset;
  width: Calc(100% / 3);
}
.ppb.whatyougetbox {
  flex: 1 1 25%;
}
.twobox-wrapper {
  max-width: 80%;
}
.faq-wrapper {
    max-width: 80%;
}
.contactus-form {
    padding-top: 30px;
    max-width: 80%;
}
.steps-container {
    max-width: 48%;
}

.process-wrapper::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #419f5e;
    top: 0;
    left: 50%;
}

.process-wrapper {
    max-width: 80%;
}
.steps-top i {
    display: inline-flex;
    width: 50px;
    height: 50px;
    background: var(--clr-primary);
    border-radius: 100%;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    border: 5px solid #ffffff;
    font-size: 1.2rem;
    position: absolute;
    right: -60px;
    left: unset;
    z-index: 99;
}
.steps.right .steps-top i {
    left: -55px;
}

.steps.right .steps-btm {
    text-align: right;
}
.steps.right .steps-top {
    flex-direction: row-reverse;
}
.brn-btn-area.custom-btn {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}
.section-title {
  font-size: 2.5rem;
}
.toggle{
    display: none;
}
.header-wrapper {
  padding: 0 60px;
}

}
/* DESKTOP */