.saleforce-ai-expert {
  background-image: unset;
  background-color: #edf9f8;
}
.salesbord-form .hs_website.hs-website {
  width: 70%;
}
.salesbord-form .hs_website.hs-website input {
  max-width: 100%;
}
.saleforce-ai-expert .digital-card-img {
  background-image: unset;
  box-shadow: #00000021 0px 4px 10px;
  border-radius: 10px 30px 10px 30px;
  background: #fff;
  max-width: 90px;
  width: 100%;
  height: 90px;
}
.saleforce-main-banner .hs_submit.hs-submit input {
  width:auto;
  font-weight: 600;
}
.saleforce-ai-expert .digital-card:hover .digital-card-img {
  background-image: unset;
  background: #20a0b1;
}
.salesbord-form .hs_website.hs-website label {
  display: none;
}
.salesbord-form
  form
  .hs_website.hs-website
  ul.no-list.hs-error-msgs.inputs-list
  label.hs-error-msg {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
}
.salesbord-form
  form
  .hs_website.hs-website
  ul.no-list.hs-error-msgs.inputs-list {
  position: relative;
}
.saleforce-ai-expert .row {
  max-width: 100%;
}
.saleforce-ai-expert p {
  margin-bottom: 0;
}
.saleforce-ai-expert .hubspot-main-hub-btn a {
  color: #20a0b1;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  margin: 0;
}

.saleforce-ai-expert .hubspot-main-hub-btn a:after {
  background-image: url(/images/saleforcemainimg/ai-arrow.svg);
  filter: unset;
  background-size: 20px;
}
.saleforce-ai-expert .digital-card:hover .hubspot-main-hub-btn a {
  color: #fff;
}
.saleforce-ai-expert .digital-card:hover .hubspot-main-hub-btn a:after {
  filter: brightness(0) invert(1);
}
.saleforce-ai-expert .card-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.saleforce-ai-expert .card-text h4 {
  margin: 0;
}
.saleforce-roi .about-wgt-card.webguruz-box {
  background: #0e3146;
}
.saleforce-roi .about-wgt-card.webguruz-box ul li:before {
  background: url(/images/saleforcemainimg/roicheck.svg) 0px 7px / 18px
    no-repeat;
}
.saleforce-roi .row.row-about-wgt {
  max-width: 100%;
}
/* end */
/* roi-section-start */
.saleforce-roi .roi-head {
  padding: 0 30px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
}

.saleforce-roi .about-card-content {
  padding: 30px;
  padding-bottom: 0;
}
.saleforce-roi .about-wgt-card {
  padding: 30px 0;
  background: #fff;
  box-shadow: #0000001a 0 0px 10px;
}
.saleforce-roi .roi-head img {
  max-width: 188px;
  display: block;
  margin: 0 auto;
  height: 55px;
}
.saleforce-roi .about-card-content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.saleforce-roi .about-wgt-card ul li {
  padding-bottom: 0;
}
.saleforce-roi .about-wgt-card.webguruz-box .roi-head {
  border-bottom: 1px solid #2e4f63;
}
.saleforce-roi .about-wgt-card .roi-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 89px;
}

.saleforce-roi .about-wgt-card .roi-head h4 {
  margin: 0;
}
/* end */

/* saleforce-offer */
.saleforce-offer .row.row-offer {
  padding: 40px;
  background: #edf9f8;
  border-radius: 30px;
}

.saleforce-offer .row.row-offer ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.saleforce-offer .row.row-offer ul li {
  max-width: 140px;
  padding: 10px 22px;
  background: #fff;
  min-height: 82px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.saleforce-offer .row.row-offer ul li img {
  height: 75px;
}

.saleforce-offer .offer-logo {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.saleforce-offer .offer-logo .offer-subheading h4 {
  margin: 0;
  font-weight: 500;
}
/* end */
@media(min-width:768px)
{
.saleforce-main-banner .hs_submit.hs-submit input {
  width: max-content;
}
}
@media (max-width: 1024px) {
  .saleforce-offer .row.row-offer ul li {
    max-width: 134px;
    padding: 10px 20px;
  }
  .saleforce-offer .row.row-offer {
    padding: 40px 30px;
  }
  .saleforce-offer .offer-logo .offer-subheading h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .saleforce-offer .row.row-offer {
    gap: 24px;
  }
  .salesbord-form .hs_website.hs-website {
    width: 50%;
}
.salesbord-form form .hs_submit.hs-submit {
    width: 50%;
}
}
@media (max-width: 576px) {
  .saleforce-offer .row.row-offer .col-12 {
    padding: 0;
  }
  .saleforce-offer .row.row-offer ul {
    gap: 10px;
    justify-content: center;
    column-gap: 23px;
  }
  .saleforce-offer .row.row-offer {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .salesbord-form .hs_website.hs-website , .salesbord-form form .hs_submit.hs-submit , .saleforce-main-banner .hs_submit.hs-submit input{
    width: 100%;
}

}