.sec-title h3.cashback-Heading {
  font-size: 2.5rem;
  color: #6645da;
}

/* #landing-page-form .form-group{margin-bottom: 0.1rem} */
.sec-title h3.steps-Heading {
  font-size: 2rem
}

.sec-title h2 {
  font-size: 2.5rem;
}

.browser-mobile-option-buttons a img,
.browser-web-option-buttons a.browser-web-button {
  width: 120px;
  display: inline-block;
  border-radius: 5px;
}

.brand-logo-block-banner {
  background: #fff;
  border-radius: 10px;
  margin: 10px 0;
}

.brand-logo-block-banner img {
  width: 70%;
  height: 60px;
  object-fit: contain;
  padding: 5px 0;
}

.perks-offer-value {
  text-align: center;
  background: #f3f3f3;
  font-weight: 600;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  border-top: 1px solid #b7c7f5;
}

.perks-offer-value p {
  color: #000;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.1;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0;
}

.offer-panel {
  -webkit-transform: initial;
  transform: initial;
  position: relative;
  width: 60%
}

.offer-panel.perks-offer-panel {
  width: 80%
}

.offer-imgs {
  width: 40%;
  right: -19px
}

.perks-offer-period {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.perks-offer-period span {
  background: linear-gradient(#c31f6f, #eb154e);
  padding: 3px 7px;
  color: #fff;
  font-size: 0.9rem
}

.perks-offer-period span:nth-child(1) {
  border-top-left-radius: 5px;
}

.perks-offer-period span:nth-child(2) {
  border-top-right-radius: 5px;
}

.perks-offer-row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}

.perks-offer-col {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.bg-serachgpt-membership {
  background: radial-gradient(at top left, #250068, transparent),
    radial-gradient(at top right, #d2b3ff, transparent),
    radial-gradient(at bottom right, #ffb3f9, transparent),
    radial-gradient(at bottom left, #b3d1ff, transparent);
  background-color: #c5bfff;
}

/* .offer-form input,.offer-form select{height: 30px} */
@media only screen and (max-width: 768px) {
  .offer-panel {
    padding: 10px
  }

  .offer-panel .sec-title h3 {
    font-size: 18px;
  }

  .sec-title h3.cashback-Heading {
    font-size: 1.8rem
  }

  .offer-panel .sec-title p {
    font-size: 0.9rem
  }

  .offer-imgs {
    top: -10px;
    margin-right: -28px;
    width: 30% !important
  }

  /* #landing-page-form .form-group{margin-bottom: 0.3rem} */
  .offer-imgs {
    top: 0px !important;
    margin-right: -24px;
    right: 0 !important;
    position: absolute;
    margin-right: -19px;
  }
}

@media only screen and (max-width: 480px) {

  .sec-title h3.cashback-Heading,
  .sec-title h3.steps-Heading {
    font-size: 1.5rem;
  }

  .offer-panel .sec-title p {
    font-size: 0.8rem;
    margin-bottom: 5px
  }

  .brand-logo-block-banner img {
    height: 50px !important
  }

  .perks-offer-value {
    min-height: 30px !important;
  }

  .perks-offer-value p {
    font-size: 0.7rem !important
  }

  .perks-offer-period span {
    font-size: 0.6rem !important;
  }

  .navbar-expand-lg .logo {
    padding-top: 0;
    width: 110px !important;
  }
}

@media only screen and (max-width: 400px) {
  .offer-panel .sec-title h3 {
    font-size: 13px;
  }

  .sec-title h3.cashback-Heading {
    font-size: 1.3rem
  }

  .offer-imgs {
    margin-right: -12px !important;
  }

  .offer-panel .sec-title p {
    font-size: 0.8rem;
  }

  .perks-offer-period span {
    adding: 1px 7px !important;
  }

  .navbar-expand-lg .logo {
    width: 100px !important;
  }
}

@media only screen and (max-width: 992px) {
  .perks-offer-col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 768px) {
  .perks-offer-col {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  .offer-panel,
  .offer-panel.perks-offer-panel {
    width: 100%
  }
}

@media only screen and (max-width: 576px) {
  .perks-offer-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .perks-offer-period span {
    font-size: 0.8rem
  }
}