/* =========banner-new-on-bording============= */
.new-banner-onboarding {
  background: #e3f0ff;
}
.migration-banner h1.heading-main-new,
.migration-banner h1.heading-main-new span {
  line-height: 65px;
  font-size: 48px;
  -webkit-text-stroke: unset;
  font-weight: 700;
  color: #0f2b3f;
  margin: 0;
}
.new-banner-onboarding h1 {
  color: #0f2b3f;
  font-size: 48px;
  font-weight: 700;
  line-height: 65px;

}

.new-banner-onboarding .banner-onbording-content {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.banner-onbording-content h1,
.banner-onbording-content p,
.banner-onbording-content span {
  margin: 0;
}
.new-banner-onboarding .searching-field {
  display: flex;
  align-items: stretch;
  justify-content: left;
  gap: 10px;
  margin-top: 30px;
} 
.new-banner-onboarding .searching-field input {
  border: 0;
  outline: none;
  height: 58px;
  padding: 0 20px;
  border-radius: 50px;
  width: 100%;
  max-width: 400px;
  text-transform: capitalize;
  color: #383838;
}
.new-banner-onboarding .searching-field a.request-link.quote-expert {
    border: 0;
    color: #fff;
}
.location-request-cta .cta-btn a.request-link.quote-expert {
    margin: 0 auto;
    margin-right: 0;
    color: #fff;
    border: 0;
}
.banner-graphic {
  padding-left: 100px;
}
.new-banner-onboarding .banner-onbording-content ul.banner-section_head li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.new-score-handle.salesbord-form form {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
}
.salesbord-form form .hs_email.hs-email {
  width: 70%;
}

.salesbord-form form .hs_email.hs-email input {
  max-width: 100% !important;
  background: #fff;
}
.salesbord-form form .hs_email.hs-email ul.no-list.hs-error-msgs.inputs-list {
  position: relative;
}
.salesbord-form form .hs_email.hs-email label {
  display: none;
}
.salesbord-form
  form
  .hs_email.hs-email
  ul.no-list.hs-error-msgs.inputs-list
  label.hs-error-msg {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
}
.salesbord-form {
  width: 100%;
  max-width: 100%;
}
.salesbord-form form .hs_submit.hs-submit {
  width: 30%;
}
.salesbord-form form .hs_submit.hs-submit input {
  background: #0f2b3f;
  color: #fff;
  border: 0;
}
.salesbord-form span.email-error {
  display: none;
}
/* .quote-expert {
  max-width: fit-content;
  width: 100%;
} */
.new-banner-onboarding
  .banner-onbording-content
  ul.banner-section_head
  li
  span {
  color: #03a9f4;
  font-size: 20px;
}
/* ============end====================== */
/* =============sale-choose-start================== */

.onbord-card {
  padding: 25px;
  background: rgba(232, 56, 130, 0.14);
  text-align: center;
  position: relative;
  border-radius: 24px;
  padding-bottom: 50px;
  transition: all 0.4s ease-in-out;
  min-height: 100%;
}

.onbord-card img {
  max-width: 60px;
}

.onbord-card .card-icon {
  max-width: 131px;
  height: 131px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #e83882;
  margin: 0 auto;
  position: absolute;
  top: -64px;
  left: 0;
  right: 0;
  box-shadow: #0000001f 0 -4px 0px 1px;
}

.choose-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 100px;
  padding-bottom: 40px;
}

.choose-card-content h5,
.choose-card-content p {
  margin: 0;
}
.onbord-card:after {
  content: "1";
  position: absolute;
  right: 30px;
  font-size: 80px;
  bottom: 1px;
  font-weight: bold;
  opacity: 0.1;
  font-style: italic;
}
.choose-card-content h5 {
    font-size: 20px;
    line-height: 1.4;
}
.choose-card-content p {
    font-size: 16px;
    font-weight: 500;
}
.onbord-card.card-two:after {
  content: "2";
}
.onbord-card.card-three:after {
  content: "3";
}
.onbord-card.card-four:after {
  content: "4";
}
.row.onbord-choose-card {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.onbord-card.card-two {
  background: rgba(239, 134, 52, 0.14);
}

.onbord-card.card-two .card-icon {
  background: #ef8634;
}

.onbord-card.card-three {
  background: rgba(244, 185, 64, 0.14);
}
.onbord-card.card-three .card-icon {
  background: #f4b940;
}

.onbord-card.card-four {
  background: rgba(79, 155, 142, 0.14);
}

.onbord-card.card-four .card-icon {
  background: #4f9b8e;
}

.onbord-card:hover {
  box-shadow: #7878784a 0 0 10px;
  transform: translateY(-5px);
}
/* =========end=============== */
/* =========sales-onbord-Services========== */
.sales-services {
  background: #edf9f8;
}
.row.row-salebox {
  margin-top: 50px;
}
.sales-services img {
  max-width: 60px;
}

.sales-services .salebord-box {
  padding: 40px;
  text-align: center;
  min-height: 100%;
  background: #ffff;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out 0s;
}

.sales-services .salebord-box h5,
.sales-services .salebord-box p {
  margin: 0;
}

.sales-services .box-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}

.sales-services .box-img {
  max-width: 90px;
  height: 90px;
  width: 100%;
  margin: 0 auto;
  box-shadow: #0000002b 0 4px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 30px 10px 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
  z-index: 99;
  background: #ffff;
}
.row.row-salebox {
  margin-top: 50px;
}

.sales-services .salebord-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 142px;
  height: 202px;
  background-image: url(/images/salesforceimage/pngwing1.svg);
  background-repeat: no-repeat;
  border-radius: 0 30px 0 0;
}

.sales-services .salebord-box:hover {
  background: #0e3146;
  transition: all 0.5s ease-in-out 0s;
  transform: translateY(-5px);
}

.sales-services .salebord-box:hover h5,
.sales-services .salebord-box:hover p {
  color: #fff;
}
/* ==============end================ */
/* ===========sales-made-css========= */
.sales-forcemade {
  overflow-x: hidden;
  background: #ffffff url(/images/salesforceimage/made-wave.svg);
  background-repeat: no-repeat;
  background-position: top center;
}
.new-bg-wave {
  position: relative;
  z-index: 1;
}
.sales-forcemade .made-icon img {
  max-width: 60px;
  height: auto;
}
.sales-forcemade .made-icon {
  max-width: 120px;
  text-align: center;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.saleforce-made-box p,
.saleforce-made-box h5 {
  margin: 0;
}
.made-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 40px 20px;
  border-radius: 20px;
  border: 1px solid #0000003b;
  min-height: 100%;
  position: relative;
  transition: all 0.4s ease-out;
  min-height: 400px;
}

.container-fluid {
  max-width: 1600px;
  margin: 0 auto;
  margin-right: 0;
  overflow: hidden;
}
.made-content:after {
  background: #20a0b1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.4s ease-out;
}

.made-content:hover:after {
  opacity: 1;
  height: 100%;
}

.made-content h5,
.made-content p {
  transition: all 0.4s ease-out;
}

.made-content:hover h5,
.made-content:hover p {
  color: #fff;
}
/*============== end============= */
/* ============award-section=============== */
.sales-award {
  background: #edf9f8;
}
.sales-award .container {
  position: relative;
}
.sales-award .row {
  padding: 0 40px;
  margin: 0;
  max-width: 1199px;
  margin: 0 auto;
}
.sales-award p {
  margin: 0;
}
.sales-award .container:before,
.sales-award .container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 300px;
  background-image: url(/images/salesforceimage/award-1.svg);
  background-repeat: no-repeat;
  background-position: top left;
}

.sales-award .container:after {
  right: 0;
  left: unset;
  background-position: top right;
  background-image: url(/images/salesforceimage/award-2.svg);
}
/* =============end============== */
@media (min-width: 1199px) {
.hubspot-hero-section p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
}

}
@media (min-width: 992px) {
  .row.onbord-choose-card:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -57px;
    width: 100%;
    height: 100%;
    background-image: url(/images/salesforceimage/sales-border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
  .onbord-card.card-four {
    min-height: 500px;
  }
  .onbord-card.card-three {
    min-height: 470px;
  }
  .onbord-card.card-one {
    min-height: 391px;
  }

  .onbord-card.card-two {
    min-height: 430px;
  }
}
@media (min-width: 768px) {
  .sales-services .row.row-salebox .col-md-4:nth-child(2) {
    margin-top: -67px;
    margin-bottom: 0 !important;
  }

  .sales-services .row.row-salebox .col-md-4:nth-child(2) .salebord-box {
    min-height: auto;
  }

  .sales-services .row.row-salebox .col-md-4:nth-child(5) {
    margin-top: -64px;
    margin-bottom: 0 !important;
  }

  .sales-services .row.row-salebox .col-md-4:nth-child(5) .salebord-box {
    min-height: auto;
  }
  .row.row-salebox {
    margin-top: 100px;
    row-gap: 35px;
  }
}
@media (max-width: 1399px) {
  .made-content {
    min-height: 468px;
  }
  .sales-award .row {
    max-width: 1000px;
    margin: 0 auto;
  }
  .migration-banner h1.heading-main-new,
  .migration-banner h1.heading-main-new span {
    line-height: 60px;
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .new-banner-onboarding h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .banner-graphic {
    padding-left: 50px;
  }
  .sales-forcemade {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sales-award .container {
    max-width: 992px;
  }
  .made-content {
    min-height: 410px;
  }
}
@media (max-width: 991px) {
  .onbord-card img {
    max-width: 50px;
  }
  .onbord-card .card-icon {
    max-width: 100px;
    height: 100px;
    top: -40px;
  }
  .row.onbord-choose-card {
    row-gap: 40px;
  }
  .choose-card-content {
    margin-top: 70px;
    padding-bottom: 35px;
  }
  .onbord-card:after {
    font-size: 60px;
  }
  .sales-services .salebord-box {
    padding: 25px;
  }
  .sales-award .container:before,
  .sales-award .container:after {
    width: 90px;
    height: 200px;
    background-size: contain;
  }
  .sales-award .container {
    max-width: 768px;
  }
  .sales-award h2.heading-main-new {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .new-banner-onboarding .banner-onbording-content {
    gap: 15px;
  }
  .new-banner-onboarding h1 {
    font-size: 32px;
    line-height: 1.3;
  }
  .new-banner-onboarding
    .banner-onbording-content
    ul.banner-section_head
    li
    span {
    font-size: 18px;
  }
  .new-banner-onboarding .searching-field {
    margin-top: 20px;
  }

  .row.row-salebox {
    row-gap: 30px;
  }
  .sales-award .container:before,
  .sales-award .container:after {
    width: 50px;
    height: 184px;
    background-size: contain;
  }
  .sales-award .container {
    max-width: 576px;
  }
  .migration-banner h1.heading-main-new,
  .migration-banner h1.heading-main-new span {
    line-height: 60px;
    font-size: 40px;
  }

}
@media (max-width: 576px) {
  .made-content {
    min-height: auto;
  }
  .sales-award .container:before {
    left: 20px;
  }
  .sales-award .container:after {
    right: 20px;
    left: unset;
  }
  .migration-choose-card.Shopifysolution-section .shopify-card-one.active {
    height: 374px;
}
}
@media (max-width: 480px) {
  .new-banner-onboarding .searching-field {
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
  }

  .new-banner-onboarding .searching-field .quote-expert {
    width: 100%;
    max-width: 100%;
  }
  .new-banner-onboarding .searching-field input {
    max-width: 100%;
    width: 100%;
  }
  .sales-award .row {
    padding: 0 30px;
  }
  .salesbord-form form .hs_email.hs-email,
  .salesbord-form form .hs_submit.hs-submit {
    width: 100%;
  }
  .new-score-handle.salesbord-form form {
    flex-wrap: wrap;
    gap: 25px;
  }
  .salesbord-form
    form
    .hs_email.hs-email
    ul.no-list.hs-error-msgs.inputs-list
    label.hs-error-msg {
    top: 2px;
  }
}
